Trace number 3371945

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.05 1300.05

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
transport-transport-two-cities-sequential-15nodes-1000size-3degree-100mindistance-3trucks-10packages-2008seed.040-SAT.cnf
MD5SUM74e0fa52e4789615985c73d0a8b105b4
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark127.054
Satisfiable
(Un)Satisfiability was proved
Number of variables580875
Number of clauses3140965
Sum of the clauses size7465165
Maximum clause length602
Minimum clause length1
Number of clauses of size 1445
Number of clauses of size 23105720
Number of clauses of size 3720
Number of clauses of size 4720
Number of clauses of size 51200
Number of clauses of size over 532160

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-3371945-1305433120/watcher-3371945-1305433120 -o /tmp/evaluation-result-3371945-1305433120/solver-3371945-1305433120 -C 2400 -W 1300 -M 7680 lingeling HOME/instance-3371945-1305433120.cnf 

running on 2 cores: 1,3

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: 4.08 4.04 3.73 4/361 4001
/proc/meminfo: memFree=20787244/32951124 swapFree=67111348/67111528
[pid=4001] ppid=3999 vsize=7100 CPUtime=0 cores=1,3
/proc/4001/stat : 4001 (lingeling) R 3999 4001 3324 0 -1 4202496 351 0 0 0 0 0 0 0 22 0 1 0 635728367 7270400 295 33554432000 4194304 4409284 140736604313504 18446744073709551615 255106768640 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/4001/statm: 1775 295 108 53 0 198 0

[startup+0.0397291 s]
/proc/loadavg: 4.08 4.04 3.73 4/361 4001
/proc/meminfo: memFree=20787244/32951124 swapFree=67111348/67111528
[pid=4001] ppid=3999 vsize=9340 CPUtime=0.03 cores=1,3
/proc/4001/stat : 4001 (lingeling) R 3999 4001 3324 0 -1 4202496 915 0 0 0 3 0 0 0 22 0 1 0 635728367 9564160 859 33554432000 4194304 4409284 140736604313504 18446744073709551615 255106768640 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/4001/statm: 2335 859 112 53 0 758 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9340

[startup+0.100717 s]
/proc/loadavg: 4.08 4.04 3.73 4/361 4001
/proc/meminfo: memFree=20787244/32951124 swapFree=67111348/67111528
[pid=4001] ppid=3999 vsize=12484 CPUtime=0.09 cores=1,3
/proc/4001/stat : 4001 (lingeling) R 3999 4001 3324 0 -1 4202496 1718 0 0 0 9 0 0 0 22 0 1 0 635728367 12783616 1646 33554432000 4194304 4409284 140736604313504 18446744073709551615 255106768640 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/4001/statm: 3121 1646 113 53 0 1544 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12484

[startup+0.300682 s]
/proc/loadavg: 4.08 4.04 3.73 4/361 4001
/proc/meminfo: memFree=20787244/32951124 swapFree=67111348/67111528
[pid=4001] ppid=3999 vsize=31188 CPUtime=0.29 cores=1,3
/proc/4001/stat : 4001 (lingeling) R 3999 4001 3324 0 -1 4202496 6457 0 0 0 28 1 0 0 23 0 1 0 635728367 31936512 6322 33554432000 4194304 4409284 140736604313504 18446744073709551615 255106768640 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/4001/statm: 7797 6322 113 53 0 6220 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 31188

[startup+0.700609 s]
/proc/loadavg: 4.08 4.04 3.73 4/361 4001
/proc/meminfo: memFree=20787244/32951124 swapFree=67111348/67111528
[pid=4001] ppid=3999 vsize=63700 CPUtime=0.69 cores=1,3
/proc/4001/stat : 4001 (lingeling) R 3999 4001 3324 0 -1 4202496 14585 0 0 0 66 3 0 0 25 0 1 0 635728367 65228800 14450 33554432000 4194304 4409284 140736604313504 18446744073709551615 255106768640 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/4001/statm: 15925 14450 113 53 0 14348 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 63700

[startup+1.50047 s]
/proc/loadavg: 4.08 4.04 3.73 5/362 4002
/proc/meminfo: memFree=20708008/32951124 swapFree=67111348/67111528
[pid=4001] ppid=3999 vsize=93324 CPUtime=1.49 cores=1,3
/proc/4001/stat : 4001 (lingeling) R 3999 4001 3324 0 -1 4202496 37107 0 0 0 140 9 0 0 25 0 1 0 635728367 95563776 21863 33554432000 4194304 4409284 140736604313504 18446744073709551615 4264758 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/4001/statm: 23331 21863 120 53 0 21754 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 93324

[startup+3.10019 s]
/proc/loadavg: 4.08 4.04 3.73 5/362 4002
/proc/meminfo: memFree=20664944/32951124 swapFree=67111348/67111528
[pid=4001] ppid=3999 vsize=119164 CPUtime=3.09 cores=1,3
/proc/4001/stat : 4001 (lingeling) R 3999 4001 3324 0 -1 4202496 44117 0 0 0 300 9 0 0 25 0 1 0 635728367 122023936 28305 33554432000 4194304 4409284 140736604313504 18446744073709551615 4289292 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/4001/statm: 29791 28305 130 53 0 28214 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 119164

[startup+6.30063 s]
/proc/loadavg: 4.08 4.04 3.73 5/362 4002
/proc/meminfo: memFree=20638656/32951124 swapFree=67111348/67111528
[pid=4001] ppid=3999 vsize=122164 CPUtime=6.29 cores=1,3
/proc/4001/stat : 4001 (lingeling) R 3999 4001 3324 0 -1 4202496 67951 0 0 0 617 12 0 0 25 0 1 0 635728367 125095936 29057 33554432000 4194304 4409284 140736604313504 18446744073709551615 4325620 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/4001/statm: 30541 29057 136 53 0 28964 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 122164

[startup+12.7005 s]
/proc/loadavg: 4.07 4.04 3.74 5/362 4002
/proc/meminfo: memFree=20649460/32951124 swapFree=67111348/67111528
[pid=4001] ppid=3999 vsize=122164 CPUtime=12.69 cores=1,3
/proc/4001/stat : 4001 (lingeling) R 3999 4001 3324 0 -1 4202496 67951 0 0 0 1257 12 0 0 25 0 1 0 635728367 125095936 29057 33554432000 4194304 4409284 140736604313504 18446744073709551615 4247305 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/4001/statm: 30541 29057 136 53 0 28964 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 122164

[startup+25.5003 s]
/proc/loadavg: 4.06 4.04 3.74 5/362 4003
/proc/meminfo: memFree=20651304/32951124 swapFree=67111348/67111528
[pid=4001] ppid=3999 vsize=165772 CPUtime=25.49 cores=1,3
/proc/4001/stat : 4001 (lingeling) R 3999 4001 3324 0 -1 4202496 79064 0 0 0 2536 13 0 0 25 0 1 0 635728367 169750528 39969 33554432000 4194304 4409284 140736604313504 18446744073709551615 4226446 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/4001/statm: 41443 39969 140 53 0 39866 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 165772

[startup+51.1008 s]
/proc/loadavg: 3.88 4.00 3.73 4/356 4021
/proc/meminfo: memFree=20842456/32951124 swapFree=67111348/67111528
[pid=4001] ppid=3999 vsize=189552 CPUtime=51.09 cores=1,3
/proc/4001/stat : 4001 (lingeling) R 3999 4001 3324 0 -1 4202496 85011 0 0 0 5092 17 0 0 25 0 1 0 635728367 194101248 45915 33554432000 4194304 4409284 140736604313504 18446744073709551615 4226446 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/4001/statm: 47388 45915 141 53 0 45811 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 189552

[startup+102.314 s]
/proc/loadavg: 3.35 3.83 3.69 4/356 4023
/proc/meminfo: memFree=20804508/32951124 swapFree=67111348/67111528
[pid=4001] ppid=3999 vsize=231068 CPUtime=102.3 cores=1,3
/proc/4001/stat : 4001 (lingeling) R 3999 4001 3324 0 -1 4202496 112077 0 0 0 10207 23 0 0 25 0 1 0 635728367 236613632 56294 33554432000 4194304 4409284 140736604313504 18446744073709551615 4244735 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/4001/statm: 57767 56294 141 53 0 56190 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 231068

[startup+162.3 s]
/proc/loadavg: 3.29 3.71 3.65 4/356 4024
/proc/meminfo: memFree=20691288/32951124 swapFree=67111348/67111528
[pid=4001] ppid=3999 vsize=275280 CPUtime=162.29 cores=1,3
/proc/4001/stat : 4001 (lingeling) R 3999 4001 3324 0 -1 4202496 148557 0 0 0 16196 33 0 0 25 0 1 0 635728367 281886720 67347 33554432000 4194304 4409284 140736604313504 18446744073709551615 4244719 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/4001/statm: 68820 67347 141 53 0 67243 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 275280

[startup+222.301 s]
/proc/loadavg: 3.10 3.58 3.61 4/356 4026
/proc/meminfo: memFree=20652728/32951124 swapFree=67111348/67111528
[pid=4001] ppid=3999 vsize=288268 CPUtime=222.29 cores=1,3
/proc/4001/stat : 4001 (lingeling) R 3999 4001 3324 0 -1 4202496 149853 0 0 0 22192 37 0 0 25 0 1 0 635728367 295186432 68643 33554432000 4194304 4409284 140736604313504 18446744073709551615 4250893 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/4001/statm: 72067 68643 141 53 0 70490 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 288268

[startup+282.3 s]
/proc/loadavg: 3.09 3.48 3.57 4/356 4028
/proc/meminfo: memFree=20503052/32951124 swapFree=67111348/67111528
[pid=4001] ppid=3999 vsize=355300 CPUtime=282.28 cores=1,3
/proc/4001/stat : 4001 (lingeling) R 3999 4001 3324 0 -1 4202496 192589 0 0 0 28181 47 0 0 25 0 1 0 635728367 363827200 87352 33554432000 4194304 4409284 140736604313504 18446744073709551615 255106793367 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/4001/statm: 88825 87352 141 53 0 87248 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 355300

[startup+342.301 s]
/proc/loadavg: 3.03 3.39 3.53 4/356 4029
/proc/meminfo: memFree=20281288/32951124 swapFree=67111348/67111528
[pid=4001] ppid=3999 vsize=497348 CPUtime=342.28 cores=1,3
/proc/4001/stat : 4001 (lingeling) R 3999 4001 3324 0 -1 4202496 228101 0 0 0 34171 57 0 0 25 0 1 0 635728367 509284352 122864 33554432000 4194304 4409284 140736604313504 18446744073709551615 4259235 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/4001/statm: 124337 122864 141 53 0 122760 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 497348

[startup+402.301 s]
/proc/loadavg: 3.01 3.32 3.50 4/356 4034
/proc/meminfo: memFree=20449332/32951124 swapFree=67111348/67111528
[pid=4001] ppid=3999 vsize=325872 CPUtime=402.27 cores=1,3
/proc/4001/stat : 4001 (lingeling) R 3999 4001 3324 0 -1 4202496 237364 0 0 0 40165 62 0 0 25 0 1 0 635728367 333692928 79995 33554432000 4194304 4409284 140736604313504 18446744073709551615 4256901 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/4001/statm: 81468 79995 141 53 0 79891 0
Current children cumulated CPU time (s) 402.27
Current children cumulated vsize (KiB) 325872

[startup+462.301 s]
/proc/loadavg: 3.00 3.26 3.46 4/356 4035
/proc/meminfo: memFree=20365036/32951124 swapFree=67111348/67111528
[pid=4001] ppid=3999 vsize=422660 CPUtime=462.27 cores=1,3
/proc/4001/stat : 4001 (lingeling) R 3999 4001 3324 0 -1 4202496 278638 0 0 0 46155 72 0 0 25 0 1 0 635728367 432803840 104192 33554432000 4194304 4409284 140736604313504 18446744073709551615 255106793367 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/4001/statm: 105665 104192 141 53 0 104088 0
Current children cumulated CPU time (s) 462.27
Current children cumulated vsize (KiB) 422660

[startup+522.301 s]
/proc/loadavg: 3.05 3.22 3.44 4/356 4037
/proc/meminfo: memFree=20162668/32951124 swapFree=67111348/67111528
[pid=4001] ppid=3999 vsize=459068 CPUtime=522.27 cores=1,3
/proc/4001/stat : 4001 (lingeling) R 3999 4001 3324 0 -1 4202496 328441 0 0 0 52142 85 0 0 25 0 1 0 635728367 470085632 113294 33554432000 4194304 4409284 140736604313504 18446744073709551615 4230803 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/4001/statm: 114767 113294 141 53 0 113190 0
Current children cumulated CPU time (s) 522.27
Current children cumulated vsize (KiB) 459068

[startup+582.3 s]
/proc/loadavg: 3.02 3.18 3.41 4/356 4039
/proc/meminfo: memFree=19947164/32951124 swapFree=67111348/67111528
[pid=4001] ppid=3999 vsize=473348 CPUtime=582.28 cores=1,3
/proc/4001/stat : 4001 (lingeling) R 3999 4001 3324 0 -1 4202496 343478 0 0 0 58135 93 0 0 25 0 1 0 635728367 484708352 116864 33554432000 4194304 4409284 140736604313504 18446744073709551615 4259732 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/4001/statm: 118337 116864 141 53 0 116760 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 473348

[startup+642.301 s]
/proc/loadavg: 3.00 3.14 3.38 4/356 4040
/proc/meminfo: memFree=20257244/32951124 swapFree=67111348/67111528
[pid=4001] ppid=3999 vsize=537832 CPUtime=642.28 cores=1,3
/proc/4001/stat : 4001 (lingeling) R 3999 4001 3324 0 -1 4202496 359936 0 0 0 64128 100 0 0 25 0 1 0 635728367 550739968 132985 33554432000 4194304 4409284 140736604313504 18446744073709551615 4259221 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/4001/statm: 134458 132985 141 53 0 132881 0
Current children cumulated CPU time (s) 642.28
Current children cumulated vsize (KiB) 537832

[startup+702.3 s]
/proc/loadavg: 3.00 3.12 3.35 4/356 4042
/proc/meminfo: memFree=19997308/32951124 swapFree=67111348/67111528
[pid=4001] ppid=3999 vsize=766620 CPUtime=702.28 cores=1,3
/proc/4001/stat : 4001 (lingeling) R 3999 4001 3324 0 -1 4202496 417133 0 0 0 70114 114 0 0 25 0 1 0 635728367 785018880 190182 33554432000 4194304 4409284 140736604313504 18446744073709551615 4230683 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/4001/statm: 191655 190182 141 53 0 190078 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 766620

[startup+762.314 s]
/proc/loadavg: 2.64 3.01 3.30 3/350 4061
/proc/meminfo: memFree=20119996/32951124 swapFree=67111348/67111528
[pid=4001] ppid=3999 vsize=529472 CPUtime=762.29 cores=1,3
/proc/4001/stat : 4001 (lingeling) R 3999 4001 3324 0 -1 4202496 447989 0 0 0 76100 129 0 0 25 0 1 0 635728367 542179328 130895 33554432000 4194304 4409284 140736604313504 18446744073709551615 4259175 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/4001/statm: 132368 130895 141 53 0 130791 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 529472

[startup+822.3 s]
/proc/loadavg: 2.27 2.84 3.22 3/350 4063
/proc/meminfo: memFree=20250168/32951124 swapFree=67111348/67111528
[pid=4001] ppid=3999 vsize=628592 CPUtime=822.28 cores=1,3
/proc/4001/stat : 4001 (lingeling) R 3999 4001 3324 0 -1 4202496 485740 0 0 0 82086 142 0 0 25 0 1 0 635728367 643678208 155675 33554432000 4194304 4409284 140736604313504 18446744073709551615 4226358 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/4001/statm: 157148 155675 141 53 0 155571 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 628592

[startup+882.301 s]
/proc/loadavg: 2.10 2.68 3.14 3/350 4065
/proc/meminfo: memFree=20150580/32951124 swapFree=67111348/67111528
[pid=4001] ppid=3999 vsize=711964 CPUtime=882.28 cores=1,3
/proc/4001/stat : 4001 (lingeling) R 3999 4001 3324 0 -1 4202496 523991 0 0 0 88078 150 0 0 25 0 1 0 635728367 729051136 176518 33554432000 4194304 4409284 140736604313504 18446744073709551615 255106793367 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/4001/statm: 177991 176518 141 53 0 176414 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 711964

[startup+942.3 s]
/proc/loadavg: 2.03 2.56 3.07 3/350 4066
/proc/meminfo: memFree=20096628/32951124 swapFree=67111348/67111528
[pid=4001] ppid=3999 vsize=711964 CPUtime=942.28 cores=1,3
/proc/4001/stat : 4001 (lingeling) R 3999 4001 3324 0 -1 4202496 523991 0 0 0 94069 159 0 0 25 0 1 0 635728367 729051136 176518 33554432000 4194304 4409284 140736604313504 18446744073709551615 4231003 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/4001/statm: 177991 176518 141 53 0 176414 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 711964

[startup+1002.3 s]
/proc/loadavg: 2.01 2.45 3.00 3/350 4068
/proc/meminfo: memFree=19546272/32951124 swapFree=67111348/67111528
[pid=4001] ppid=3999 vsize=1152940 CPUtime=1002.29 cores=1,3
/proc/4001/stat : 4001 (lingeling) R 3999 4001 3324 0 -1 4202496 634235 0 0 0 100044 185 0 0 25 0 1 0 635728367 1180610560 286762 33554432000 4194304 4409284 140736604313504 18446744073709551615 4230570 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/4001/statm: 288235 286762 141 53 0 286658 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 1152940

[startup+1062.3 s]
/proc/loadavg: 2.08 2.38 2.94 3/350 4069
/proc/meminfo: memFree=20241140/32951124 swapFree=67111348/67111528
[pid=4001] ppid=3999 vsize=459460 CPUtime=1062.29 cores=1,3
/proc/4001/stat : 4001 (lingeling) R 3999 4001 3324 0 -1 4202496 696126 0 0 0 106020 209 0 0 25 0 1 0 635728367 470487040 113392 33554432000 4194304 4409284 140736604313504 18446744073709551615 4231013 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/4001/statm: 114865 113392 141 53 0 113288 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 459460

[startup+1122.3 s]
/proc/loadavg: 2.03 2.31 2.88 3/350 4071
/proc/meminfo: memFree=19847656/32951124 swapFree=67111348/67111528
[pid=4001] ppid=3999 vsize=569764 CPUtime=1122.29 cores=1,3
/proc/4001/stat : 4001 (lingeling) R 3999 4001 3324 0 -1 4202496 723771 0 0 0 112008 221 0 0 25 0 1 0 635728367 583438336 140968 33554432000 4194304 4409284 140736604313504 18446744073709551615 4360264 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/4001/statm: 142441 140968 141 53 0 140864 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 569764

[startup+1182.3 s]
/proc/loadavg: 1.85 2.22 2.81 2/344 4091
/proc/meminfo: memFree=20681360/32951124 swapFree=67111348/67111528
[pid=4001] ppid=3999 vsize=772420 CPUtime=1182.29 cores=1,3
/proc/4001/stat : 4001 (lingeling) R 3999 4001 3324 0 -1 4202496 812763 0 0 0 117993 236 0 0 25 0 1 0 635728367 790958080 191632 33554432000 4194304 4409284 140736604313504 18446744073709551615 4231003 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/4001/statm: 193105 191632 141 53 0 191528 0
Current children cumulated CPU time (s) 1182.29
Current children cumulated vsize (KiB) 772420

[startup+1242.3 s]
/proc/loadavg: 1.31 1.99 2.69 2/344 4092
/proc/meminfo: memFree=20681732/32951124 swapFree=67111348/67111528
[pid=4001] ppid=3999 vsize=772420 CPUtime=1242.29 cores=1,3
/proc/4001/stat : 4001 (lingeling) R 3999 4001 3324 0 -1 4202496 812763 0 0 0 123984 245 0 0 25 0 1 0 635728367 790958080 191632 33554432000 4194304 4409284 140736604313504 18446744073709551615 4358819 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/4001/statm: 193105 191632 141 53 0 191528 0
Current children cumulated CPU time (s) 1242.29
Current children cumulated vsize (KiB) 772420



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.12 1.82 2.59 2/344 4094
/proc/meminfo: memFree=20575556/32951124 swapFree=67111348/67111528
[pid=4001] ppid=3999 vsize=877852 CPUtime=1299.99 cores=1,3
/proc/4001/stat : 4001 (lingeling) R 3999 4001 3324 0 -1 4202496 839121 0 0 0 129742 257 0 0 25 0 1 0 635728367 898920448 217990 33554432000 4194304 4409284 140736604313504 18446744073709551615 255106793367 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/4001/statm: 219463 217990 141 53 0 217886 0
Current children cumulated CPU time (s) 1299.99
Current children cumulated vsize (KiB) 877852

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.05
CPU time (s): 1300.05
CPU user time (s): 1297.44
CPU system time (s): 2.6156
CPU usage (%): 99.9999
Max. virtual memory (cumulated for all children) (KiB): 1152940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1297.44
system time used= 2.6156
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 839121
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= 5
involuntary context switches= 16873

runsolver used 4.13937 second user time and 10.3144 second system time

The end

Launcher Data

Begin job on node144 at 2011-05-15 06:18:42
IDJOB=3371945
IDBENCH=82386
IDSOLVER=1849
FILE ID=node144/3371945-1305433120
RUNJOBID= node144-1305431817-3727
PBS_JOBID= 13324616
Free space on /tmp= 73076 MiB

SOLVER NAME= Lingeling 587f (fixed)
BENCH NAME= SAT11/application/rintanen/SATPlanning/transport-transport-two-cities-sequential-15nodes-1000size-3degree-100mindistance-3trucks-10packages-2008seed.040-SAT.cnf
COMMAND LINE= lingeling BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3371945-1305433120/watcher-3371945-1305433120 -o /tmp/evaluation-result-3371945-1305433120/solver-3371945-1305433120 -C 2400 -W 1300 -M 7680  lingeling HOME/instance-3371945-1305433120.cnf

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

MD5SUM BENCH= 74e0fa52e4789615985c73d0a8b105b4
RANDOM SEED=1343194122

node144.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.850
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.70
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.850
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	: 5226.16
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.850
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.75
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.850
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.850
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.75
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.850
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.82
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.850
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.75
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.850
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      20787524 kB
Buffers:        296204 kB
Cached:        3856976 kB
SwapCached:          0 kB
Active:        9010828 kB
Inactive:      2804704 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20787524 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:          141084 kB
Writeback:           0 kB
AnonPages:     7661768 kB
Mapped:          28016 kB
Slab:           246332 kB
PageTables:      38940 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 82572080 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= 73200 MiB
End job on node144 at 2011-05-15 06:40:24