Trace number 3371496

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Lingeling 587f (fixed)? (TO) 1300.06 1300.04

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m37-q505.75-n35-p15-s48276711.cnf
MD5SUM1bac7b96ea6eb843b1de7405a721cd87
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.861868
Satisfiable
(Un)Satisfiability was proved
Number of variables1244
Number of clauses150604
Sum of the clauses size302382
Maximum clause length37
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2150569
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 535

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3371496-1305436125/watcher-3371496-1305436125 -o /tmp/evaluation-result-3371496-1305436125/solver-3371496-1305436125 -C 2400 -W 1300 -M 7680 lingeling HOME/instance-3371496-1305436125.cnf 

running on 2 cores: 5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.34 2.49 3.29 5/365 30485
/proc/meminfo: memFree=18465792/32951124 swapFree=67111348/67111528
[pid=30485] ppid=30481 vsize=7732 CPUtime=0.01 cores=5,7
/proc/30485/stat : 30485 (lingeling) R 30481 30485 29179 0 -1 4202496 512 0 0 0 1 0 0 0 19 0 1 0 636028359 7917568 455 33554432000 4194304 4409284 140735218410992 18446744073709551615 233510297344 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/30485/statm: 1933 455 110 53 0 356 0

[startup+0.0626071 s]
/proc/loadavg: 1.34 2.49 3.29 5/365 30485
/proc/meminfo: memFree=18465792/32951124 swapFree=67111348/67111528
[pid=30485] ppid=30481 vsize=10800 CPUtime=0.06 cores=5,7
/proc/30485/stat : 30485 (lingeling) R 30481 30485 29179 0 -1 4202496 1294 0 0 0 6 0 0 0 19 0 1 0 636028359 11059200 1236 33554432000 4194304 4409284 140735218410992 18446744073709551615 4278556 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/30485/statm: 2700 1236 124 53 0 1123 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 10800

[startup+0.103564 s]
/proc/loadavg: 1.34 2.49 3.29 5/365 30485
/proc/meminfo: memFree=18465792/32951124 swapFree=67111348/67111528
[pid=30485] ppid=30481 vsize=10800 CPUtime=0.1 cores=5,7
/proc/30485/stat : 30485 (lingeling) R 30481 30485 29179 0 -1 4202496 1296 0 0 0 10 0 0 0 20 0 1 0 636028359 11059200 1238 33554432000 4194304 4409284 140735218410992 18446744073709551615 4230756 0 0 4096 17506 0 0 0 17 7 0 0 0
/proc/30485/statm: 2700 1238 126 53 0 1123 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10800

[startup+0.30053 s]
/proc/loadavg: 1.34 2.49 3.29 5/365 30485
/proc/meminfo: memFree=18465792/32951124 swapFree=67111348/67111528
[pid=30485] ppid=30481 vsize=13972 CPUtime=0.29 cores=5,7
/proc/30485/stat : 30485 (lingeling) R 30481 30485 29179 0 -1 4202496 2323 0 0 0 29 0 0 0 20 0 1 0 636028359 14307328 1752 33554432000 4194304 4409284 140735218410992 18446744073709551615 4248782 0 0 4096 17506 0 0 0 17 7 0 0 0
/proc/30485/statm: 3493 1752 134 53 0 1916 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 13972

[startup+0.700456 s]
/proc/loadavg: 1.34 2.49 3.29 5/365 30485
/proc/meminfo: memFree=18465792/32951124 swapFree=67111348/67111528
[pid=30485] ppid=30481 vsize=13972 CPUtime=0.69 cores=5,7
/proc/30485/stat : 30485 (lingeling) R 30481 30485 29179 0 -1 4202496 2477 0 0 0 69 0 0 0 21 0 1 0 636028359 14307328 1906 33554432000 4194304 4409284 140735218410992 18446744073709551615 4243795 0 0 4096 17506 0 0 0 17 7 0 0 0
/proc/30485/statm: 3493 1906 135 53 0 1916 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 13972

[startup+1.50035 s]
/proc/loadavg: 1.34 2.49 3.29 5/370 30493
/proc/meminfo: memFree=18421376/32951124 swapFree=67111348/67111528
[pid=30485] ppid=30481 vsize=13972 CPUtime=1.48 cores=5,7
/proc/30485/stat : 30485 (lingeling) R 30481 30485 29179 0 -1 4202496 2477 0 0 0 148 0 0 0 23 0 1 0 636028359 14307328 1906 33554432000 4194304 4409284 140735218410992 18446744073709551615 4230300 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/30485/statm: 3493 1906 135 53 0 1916 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 13972

[startup+3.10106 s]
/proc/loadavg: 1.34 2.49 3.29 5/370 30493
/proc/meminfo: memFree=18412824/32951124 swapFree=67111348/67111528
[pid=30485] ppid=30481 vsize=13972 CPUtime=3.08 cores=5,7
/proc/30485/stat : 30485 (lingeling) R 30481 30485 29179 0 -1 4202496 2477 0 0 0 308 0 0 0 25 0 1 0 636028359 14307328 1906 33554432000 4194304 4409284 140735218410992 18446744073709551615 4252059 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/30485/statm: 3493 1906 135 53 0 1916 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 13972

[startup+6.30049 s]
/proc/loadavg: 1.63 2.53 3.30 6/370 30493
/proc/meminfo: memFree=18409604/32951124 swapFree=67111348/67111528
[pid=30485] ppid=30481 vsize=16532 CPUtime=6.28 cores=5,7
/proc/30485/stat : 30485 (lingeling) R 30481 30485 29179 0 -1 4202496 3117 0 0 0 628 0 0 0 25 0 1 0 636028359 16928768 2546 33554432000 4194304 4409284 140735218410992 18446744073709551615 4242922 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/30485/statm: 4133 2546 135 53 0 2556 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 16532

[startup+12.7003 s]
/proc/loadavg: 1.82 2.55 3.31 5/370 30493
/proc/meminfo: memFree=18393896/32951124 swapFree=67111348/67111528
[pid=30485] ppid=30481 vsize=22980 CPUtime=12.67 cores=5,7
/proc/30485/stat : 30485 (lingeling) R 30481 30485 29179 0 -1 4202496 4581 0 0 0 1263 4 0 0 25 0 1 0 636028359 23531520 4010 33554432000 4194304 4409284 140735218410992 18446744073709551615 4303303 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/30485/statm: 5745 4010 140 53 0 4168 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 22980

[startup+25.501 s]
/proc/loadavg: 2.30 2.62 3.32 6/370 30521
/proc/meminfo: memFree=18375492/32951124 swapFree=67111348/67111528
[pid=30485] ppid=30481 vsize=28680 CPUtime=25.48 cores=5,7
/proc/30485/stat : 30485 (lingeling) R 30481 30485 29179 0 -1 4202496 12524 0 0 0 2531 17 0 0 25 0 1 0 636028359 29368320 5691 33554432000 4194304 4409284 140735218410992 18446744073709551615 4358922 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/30485/statm: 7170 5691 141 53 0 5593 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 28680

[startup+51.1005 s]
/proc/loadavg: 2.88 2.73 3.33 6/370 30521
/proc/meminfo: memFree=18322456/32951124 swapFree=67111348/67111528
[pid=30485] ppid=30481 vsize=61588 CPUtime=51.08 cores=5,7
/proc/30485/stat : 30485 (lingeling) R 30481 30485 29179 0 -1 4202496 37763 0 0 0 5069 39 0 0 25 0 1 0 636028359 63066112 13904 33554432000 4194304 4409284 140735218410992 18446744073709551615 233510322071 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/30485/statm: 15397 13904 141 53 0 13820 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 61588

[startup+102.314 s]
/proc/loadavg: 3.51 2.93 3.37 6/370 30523
/proc/meminfo: memFree=18197064/32951124 swapFree=67111348/67111528
[pid=30485] ppid=30481 vsize=103932 CPUtime=102.3 cores=5,7
/proc/30485/stat : 30485 (lingeling) R 30481 30485 29179 0 -1 4202496 82138 0 0 0 10164 66 0 0 25 0 1 0 636028359 106426368 24011 33554432000 4194304 4409284 140735218410992 18446744073709551615 4358815 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/30485/statm: 25983 24011 141 53 0 24406 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 103932

[startup+162.3 s]
/proc/loadavg: 3.93 3.15 3.41 6/370 30524
/proc/meminfo: memFree=18030236/32951124 swapFree=67111348/67111528
[pid=30485] ppid=30481 vsize=154424 CPUtime=162.28 cores=5,7
/proc/30485/stat : 30485 (lingeling) R 30481 30485 29179 0 -1 4202496 136415 0 0 0 16138 90 0 0 25 0 1 0 636028359 158130176 36492 33554432000 4194304 4409284 140735218410992 18446744073709551615 4305126 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/30485/statm: 38606 36492 141 53 0 37029 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 154424

[startup+222.301 s]
/proc/loadavg: 4.16 3.35 3.46 6/370 30526
/proc/meminfo: memFree=17971168/32951124 swapFree=67111348/67111528
[pid=30485] ppid=30481 vsize=144956 CPUtime=222.29 cores=5,7
/proc/30485/stat : 30485 (lingeling) R 30481 30485 29179 0 -1 4202496 193931 0 0 0 22112 117 0 0 25 0 1 0 636028359 148434944 34760 33554432000 4194304 4409284 140735218410992 18446744073709551615 233510322071 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/30485/statm: 36239 34760 141 53 0 34662 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 144956

[startup+282.301 s]
/proc/loadavg: 4.06 3.46 3.49 6/370 30527
/proc/meminfo: memFree=17804352/32951124 swapFree=67111348/67111528
[pid=30485] ppid=30481 vsize=214376 CPUtime=282.29 cores=5,7
/proc/30485/stat : 30485 (lingeling) R 30481 30485 29179 0 -1 4202496 230464 0 0 0 28096 133 0 0 25 0 1 0 636028359 219521024 52115 33554432000 4194304 4409284 140735218410992 18446744073709551615 4358611 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/30485/statm: 53594 52115 141 53 0 52017 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 214376

[startup+342.3 s]
/proc/loadavg: 4.10 3.58 3.53 6/370 30529
/proc/meminfo: memFree=17755688/32951124 swapFree=67111348/67111528
[pid=30485] ppid=30481 vsize=87156 CPUtime=342.28 cores=5,7
/proc/30485/stat : 30485 (lingeling) R 30481 30485 29179 0 -1 4202496 240730 0 0 0 34080 148 0 0 25 0 1 0 636028359 89247744 20342 33554432000 4194304 4409284 140735218410992 18446744073709551615 4228456 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/30485/statm: 21789 20342 141 53 0 20212 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 87156

[startup+402.3 s]
/proc/loadavg: 4.11 3.67 3.56 6/370 30531
/proc/meminfo: memFree=17790368/32951124 swapFree=67111348/67111528
[pid=30485] ppid=30481 vsize=191584 CPUtime=402.28 cores=5,7
/proc/30485/stat : 30485 (lingeling) R 30481 30485 29179 0 -1 4202496 283189 0 0 0 40057 171 0 0 25 0 1 0 636028359 196182016 46417 33554432000 4194304 4409284 140735218410992 18446744073709551615 4358519 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/30485/statm: 47896 46417 141 53 0 46319 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 191584

[startup+462.301 s]
/proc/loadavg: 4.04 3.72 3.58 6/370 30532
/proc/meminfo: memFree=17567604/32951124 swapFree=67111348/67111528
[pid=30485] ppid=30481 vsize=316264 CPUtime=462.29 cores=5,7
/proc/30485/stat : 30485 (lingeling) R 30481 30485 29179 0 -1 4202496 323326 0 0 0 46032 197 0 0 25 0 1 0 636028359 323854336 77619 33554432000 4194304 4409284 140735218410992 18446744073709551615 4302035 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/30485/statm: 79066 77619 141 53 0 77489 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 316264

[startup+522.301 s]
/proc/loadavg: 4.01 3.77 3.61 6/370 30534
/proc/meminfo: memFree=17398556/32951124 swapFree=67111348/67111528
[pid=30485] ppid=30481 vsize=353700 CPUtime=522.29 cores=5,7
/proc/30485/stat : 30485 (lingeling) R 30481 30485 29179 0 -1 4202496 402714 0 0 0 52019 210 0 0 25 0 1 0 636028359 362188800 86946 33554432000 4194304 4409284 140735218410992 18446744073709551615 4359840 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/30485/statm: 88425 86946 141 53 0 86848 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 353700

[startup+582.3 s]
/proc/loadavg: 4.00 3.81 3.63 5/370 30536
/proc/meminfo: memFree=17400492/32951124 swapFree=67111348/67111528
[pid=30485] ppid=30481 vsize=405116 CPUtime=582.29 cores=5,7
/proc/30485/stat : 30485 (lingeling) R 30481 30485 29179 0 -1 4202496 472912 0 0 0 58006 223 0 0 25 0 1 0 636028359 414838784 99800 33554432000 4194304 4409284 140735218410992 18446744073709551615 4358408 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/30485/statm: 101279 99800 141 53 0 99702 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 405116

[startup+642.3 s]
/proc/loadavg: 4.00 3.84 3.65 6/370 30537
/proc/meminfo: memFree=17401308/32951124 swapFree=67111348/67111528
[pid=30485] ppid=30481 vsize=427144 CPUtime=642.31 cores=5,7
/proc/30485/stat : 30485 (lingeling) R 30481 30485 29179 0 -1 4202496 543955 0 0 0 63994 237 0 0 25 0 1 0 636028359 437395456 105307 33554432000 4194304 4409284 140735218410992 18446744073709551615 4358519 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/30485/statm: 106786 105307 141 53 0 105209 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 427144

[startup+702.301 s]
/proc/loadavg: 4.09 3.90 3.68 6/370 30539
/proc/meminfo: memFree=17489928/32951124 swapFree=67111348/67111528
[pid=30485] ppid=30481 vsize=218228 CPUtime=702.29 cores=5,7
/proc/30485/stat : 30485 (lingeling) R 30481 30485 29179 0 -1 4202496 577640 0 0 0 69975 254 0 0 25 0 1 0 636028359 223465472 53078 33554432000 4194304 4409284 140735218410992 18446744073709551615 4358560 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/30485/statm: 54557 53078 141 53 0 52980 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 218228

[startup+762.314 s]
/proc/loadavg: 4.12 3.94 3.71 6/370 30540
/proc/meminfo: memFree=17295956/32951124 swapFree=67111348/67111528
[pid=30485] ppid=30481 vsize=285644 CPUtime=762.31 cores=5,7
/proc/30485/stat : 30485 (lingeling) R 30481 30485 29179 0 -1 4202496 610131 0 0 0 75960 271 0 0 25 0 1 0 636028359 292499456 69932 33554432000 4194304 4409284 140735218410992 18446744073709551615 4304433 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/30485/statm: 71411 69932 141 53 0 69834 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 285644

[startup+822.301 s]
/proc/loadavg: 4.12 3.98 3.73 6/370 30542
/proc/meminfo: memFree=17360492/32951124 swapFree=67111348/67111528
[pid=30485] ppid=30481 vsize=340408 CPUtime=822.3 cores=5,7
/proc/30485/stat : 30485 (lingeling) R 30481 30485 29179 0 -1 4202496 684581 0 0 0 81946 284 0 0 25 0 1 0 636028359 348577792 83623 33554432000 4194304 4409284 140735218410992 18446744073709551615 4358750 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/30485/statm: 85102 83623 141 53 0 83525 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 340408

[startup+882.3 s]
/proc/loadavg: 4.04 3.98 3.74 6/370 30544
/proc/meminfo: memFree=17195016/32951124 swapFree=67111348/67111528
[pid=30485] ppid=30481 vsize=378096 CPUtime=882.3 cores=5,7
/proc/30485/stat : 30485 (lingeling) R 30481 30485 29179 0 -1 4202496 767731 0 0 0 87929 301 0 0 25 0 1 0 636028359 387170304 93045 33554432000 4194304 4409284 140735218410992 18446744073709551615 4358347 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/30485/statm: 94524 93045 141 53 0 92947 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 378096

[startup+942.301 s]
/proc/loadavg: 4.06 4.00 3.76 6/370 30545
/proc/meminfo: memFree=17027924/32951124 swapFree=67111348/67111528
[pid=30485] ppid=30481 vsize=458000 CPUtime=942.3 cores=5,7
/proc/30485/stat : 30485 (lingeling) R 30481 30485 29179 0 -1 4202496 828667 0 0 0 93916 314 0 0 25 0 1 0 636028359 468992000 113021 33554432000 4194304 4409284 140735218410992 18446744073709551615 4358619 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/30485/statm: 114500 113021 141 53 0 112923 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 458000

[startup+1002.3 s]
/proc/loadavg: 4.02 4.00 3.77 6/370 30550
/proc/meminfo: memFree=16925940/32951124 swapFree=67111348/67111528
[pid=30485] ppid=30481 vsize=489764 CPUtime=1002.31 cores=5,7
/proc/30485/stat : 30485 (lingeling) R 30481 30485 29179 0 -1 4202496 885881 0 0 0 99903 328 0 0 25 0 1 0 636028359 501518336 120962 33554432000 4194304 4409284 140735218410992 18446744073709551615 4358519 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/30485/statm: 122441 120962 141 53 0 120864 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 489764

[startup+1062.3 s]
/proc/loadavg: 4.00 4.00 3.79 6/370 30551
/proc/meminfo: memFree=16807176/32951124 swapFree=67111348/67111528
[pid=30485] ppid=30481 vsize=572316 CPUtime=1062.31 cores=5,7
/proc/30485/stat : 30485 (lingeling) R 30481 30485 29179 0 -1 4202496 950929 0 0 0 105886 345 0 0 25 0 1 0 636028359 586051584 141600 33554432000 4194304 4409284 140735218410992 18446744073709551615 4358850 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/30485/statm: 143079 141600 141 53 0 141502 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 572316

[startup+1122.3 s]
/proc/loadavg: 4.00 4.00 3.80 6/370 30553
/proc/meminfo: memFree=16746244/32951124 swapFree=67111348/67111528
[pid=30485] ppid=30481 vsize=572316 CPUtime=1122.31 cores=5,7
/proc/30485/stat : 30485 (lingeling) R 30481 30485 29179 0 -1 4202496 950929 0 0 0 111875 356 0 0 25 0 1 0 636028359 586051584 141600 33554432000 4194304 4409284 140735218410992 18446744073709551615 4358519 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/30485/statm: 143079 141600 141 53 0 141502 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 572316

[startup+1182.3 s]
/proc/loadavg: 4.00 4.00 3.81 6/370 30554
/proc/meminfo: memFree=16561192/32951124 swapFree=67111348/67111528
[pid=30485] ppid=30481 vsize=643052 CPUtime=1182.31 cores=5,7
/proc/30485/stat : 30485 (lingeling) R 30481 30485 29179 0 -1 4202496 1020456 0 0 0 117864 367 0 0 25 0 1 0 636028359 658485248 159284 33554432000 4194304 4409284 140735218410992 18446744073709551615 4358653 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/30485/statm: 160763 159284 141 53 0 159186 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 643052

[startup+1242.3 s]
/proc/loadavg: 4.12 4.03 3.83 6/370 30556
/proc/meminfo: memFree=16528168/32951124 swapFree=67111348/67111528
[pid=30485] ppid=30481 vsize=643052 CPUtime=1242.31 cores=5,7
/proc/30485/stat : 30485 (lingeling) R 30481 30485 29179 0 -1 4202496 1053224 0 0 0 123856 375 0 0 25 0 1 0 636028359 658485248 159284 33554432000 4194304 4409284 140735218410992 18446744073709551615 4358611 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/30485/statm: 160763 159284 141 53 0 159186 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 643052



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.29 4.08 3.86 6/370 30558
/proc/meminfo: memFree=16852892/32951124 swapFree=67111348/67111528
[pid=30485] ppid=30481 vsize=643052 CPUtime=1300.03 cores=5,7
/proc/30485/stat : 30485 (lingeling) R 30481 30485 29179 0 -1 4202496 1102376 0 0 0 129619 384 0 0 25 0 1 0 636028359 658485248 159284 33554432000 4194304 4409284 140735218410992 18446744073709551615 4358519 0 0 4096 17506 0 0 0 17 5 0 0 0
/proc/30485/statm: 160763 159284 141 53 0 159186 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 643052

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.04
CPU time (s): 1300.06
CPU user time (s): 1296.19
CPU system time (s): 3.86841
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 708588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1296.19
system time used= 3.86841
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1102376
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3
involuntary context switches= 3347

runsolver used 4.33634 second user time and 11.0423 second system time

The end

Launcher Data

Begin job on node145 at 2011-05-15 07:08:45
IDJOB=3371496
IDBENCH=88212
IDSOLVER=1849
FILE ID=node145/3371496-1305436125
RUNJOBID= node145-1305436125-30453
PBS_JOBID= 13324619
Free space on /tmp= 73664 MiB

SOLVER NAME= Lingeling 587f (fixed)
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m37-q505.75-n35-p15-s48276711.cnf
COMMAND LINE= lingeling BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3371496-1305436125/watcher-3371496-1305436125 -o /tmp/evaluation-result-3371496-1305436125/solver-3371496-1305436125 -C 2400 -W 1300 -M 7680  lingeling HOME/instance-3371496-1305436125.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 1bac7b96ea6eb843b1de7405a721cd87
RANDOM SEED=894554618

node145.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.786
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.786
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.786
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.786
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.786
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.786
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.786
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.786
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      18466120 kB
Buffers:        309228 kB
Cached:        8339524 kB
SwapCached:          0 kB
Active:        7390984 kB
Inactive:      6738720 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18466120 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           10608 kB
Writeback:           0 kB
AnonPages:     5480620 kB
Mapped:          27444 kB
Slab:           256072 kB
PageTables:      34752 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 79372096 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73660 MiB
End job on node145 at 2011-05-15 07:30:27