Trace number 3372439

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) 5000.16 5000.02

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_3.025-NOTKNOWN.cnf
MD5SUM3c5c73741ba21d5f39c7f436ba834743
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables95456
Number of clauses483561
Sum of the clauses size1149911
Maximum clause length63
Minimum clause length1
Number of clauses of size 1211
Number of clauses of size 2477300
Number of clauses of size 31500
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 54550

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-3372439-1305421793/watcher-3372439-1305421793 -o /tmp/evaluation-result-3372439-1305421793/solver-3372439-1305421793 -C 5000 -W 5100 -M 15500 lingeling HOME/instance-3372439-1305421793.cnf 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.02 2.02 2.24 2/250 14592
/proc/meminfo: memFree=21572496/32951124 swapFree=67056788/67111528
[pid=14592] ppid=14590 vsize=7024 CPUtime=0 cores=0,2,4,6
/proc/14592/stat : 14592 (lingeling) R 14590 14592 14333 0 -1 4202496 319 0 0 0 0 0 0 0 22 0 1 0 653777250 7192576 264 33554432000 4194304 4409284 140736152901360 18446744073709551615 271550231533 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/14592/statm: 1756 277 109 53 0 179 0

[startup+0.028739 s]
/proc/loadavg: 2.02 2.02 2.24 2/250 14592
/proc/meminfo: memFree=21572496/32951124 swapFree=67056788/67111528
[pid=14592] ppid=14590 vsize=9592 CPUtime=0.02 cores=0,2,4,6
/proc/14592/stat : 14592 (lingeling) R 14590 14592 14333 0 -1 4202496 997 0 0 0 2 0 0 0 22 0 1 0 653777250 9822208 923 33554432000 4194304 4409284 140736152901360 18446744073709551615 271550537472 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/14592/statm: 2398 923 113 53 0 821 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9592

[startup+0.100741 s]
/proc/loadavg: 2.02 2.02 2.24 2/250 14592
/proc/meminfo: memFree=21572496/32951124 swapFree=67056788/67111528
[pid=14592] ppid=14590 vsize=14144 CPUtime=0.09 cores=0,2,4,6
/proc/14592/stat : 14592 (lingeling) R 14590 14592 14333 0 -1 4202496 2151 0 0 0 9 0 0 0 22 0 1 0 653777250 14483456 2061 33554432000 4194304 4409284 140736152901360 18446744073709551615 271550537472 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/14592/statm: 3536 2061 113 53 0 1959 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14144

[startup+0.300705 s]
/proc/loadavg: 2.02 2.02 2.24 2/250 14592
/proc/meminfo: memFree=21572496/32951124 swapFree=67056788/67111528
[pid=14592] ppid=14590 vsize=21436 CPUtime=0.29 cores=0,2,4,6
/proc/14592/stat : 14592 (lingeling) R 14590 14592 14333 0 -1 4202496 6696 0 0 0 29 0 0 0 23 0 1 0 653777250 21950464 3868 33554432000 4194304 4409284 140736152901360 18446744073709551615 4278754 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/14592/statm: 5359 3868 129 53 0 3782 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 21436

[startup+0.700577 s]
/proc/loadavg: 2.02 2.02 2.24 2/250 14592
/proc/meminfo: memFree=21572496/32951124 swapFree=67056788/67111528
[pid=14592] ppid=14590 vsize=21436 CPUtime=0.69 cores=0,2,4,6
/proc/14592/stat : 14592 (lingeling) R 14590 14592 14333 0 -1 4202496 6697 0 0 0 69 0 0 0 25 0 1 0 653777250 21950464 3869 33554432000 4194304 4409284 140736152901360 18446744073709551615 4280848 0 0 4096 17506 0 0 0 17 6 0 0 0
/proc/14592/statm: 5359 3869 130 53 0 3782 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 21436

[startup+1.50046 s]
/proc/loadavg: 2.02 2.02 2.24 3/251 14593
/proc/meminfo: memFree=21557004/32951124 swapFree=67056788/67111528
[pid=14592] ppid=14590 vsize=21420 CPUtime=1.49 cores=0,2,4,6
/proc/14592/stat : 14592 (lingeling) R 14590 14592 14333 0 -1 4202496 6700 0 0 0 149 0 0 0 25 0 1 0 653777250 21934080 3868 33554432000 4194304 4409284 140736152901360 18446744073709551615 4228580 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/14592/statm: 5355 3868 133 53 0 3778 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 21420

[startup+3.10021 s]
/proc/loadavg: 2.02 2.02 2.24 3/251 14593
/proc/meminfo: memFree=21552540/32951124 swapFree=67056788/67111528
[pid=14592] ppid=14590 vsize=25468 CPUtime=3.08 cores=0,2,4,6
/proc/14592/stat : 14592 (lingeling) R 14590 14592 14333 0 -1 4202496 8787 0 0 0 308 0 0 0 25 0 1 0 653777250 26079232 4893 33554432000 4194304 4409284 140736152901360 18446744073709551615 4358212 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/14592/statm: 6367 4893 140 53 0 4790 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 25468

[startup+6.30063 s]
/proc/loadavg: 2.02 2.02 2.24 3/251 14593
/proc/meminfo: memFree=21551512/32951124 swapFree=67056788/67111528
[pid=14592] ppid=14590 vsize=28680 CPUtime=6.28 cores=0,2,4,6
/proc/14592/stat : 14592 (lingeling) R 14590 14592 14333 0 -1 4202496 9591 0 0 0 627 1 0 0 25 0 1 0 653777250 29368320 5697 33554432000 4194304 4409284 140736152901360 18446744073709551615 271550562199 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/14592/statm: 7170 5697 141 53 0 5593 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 28680

[startup+12.7004 s]
/proc/loadavg: 2.02 2.02 2.24 3/251 14593
/proc/meminfo: memFree=21520984/32951124 swapFree=67056788/67111528
[pid=14592] ppid=14590 vsize=46808 CPUtime=12.69 cores=0,2,4,6
/proc/14592/stat : 14592 (lingeling) R 14590 14592 14333 0 -1 4202496 14149 0 0 0 1266 3 0 0 25 0 1 0 653777250 47931392 10229 33554432000 4194304 4409284 140736152901360 18446744073709551615 4358699 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/14592/statm: 11702 10229 141 53 0 10125 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 46808

[startup+25.5011 s]
/proc/loadavg: 2.01 2.02 2.23 3/251 14594
/proc/meminfo: memFree=21508600/32951124 swapFree=67056788/67111528
[pid=14592] ppid=14590 vsize=59280 CPUtime=25.49 cores=0,2,4,6
/proc/14592/stat : 14592 (lingeling) R 14590 14592 14333 0 -1 4202496 17385 0 0 0 2543 6 0 0 25 0 1 0 653777250 60702720 13347 33554432000 4194304 4409284 140736152901360 18446744073709551615 4358776 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/14592/statm: 14820 13347 141 53 0 13243 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 59280

[startup+51.1005 s]
/proc/loadavg: 2.01 2.02 2.22 3/251 14595
/proc/meminfo: memFree=21463680/32951124 swapFree=67056788/67111528
[pid=14592] ppid=14590 vsize=70852 CPUtime=51.09 cores=0,2,4,6
/proc/14592/stat : 14592 (lingeling) R 14590 14592 14333 0 -1 4202496 37967 0 0 0 5095 14 0 0 25 0 1 0 653777250 72552448 16272 33554432000 4194304 4409284 140736152901360 18446744073709551615 4259152 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/14592/statm: 17713 16272 141 53 0 16136 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 70852

[startup+102.309 s]
/proc/loadavg: 2.05 2.03 2.21 3/251 14596
/proc/meminfo: memFree=21408644/32951124 swapFree=67056788/67111528
[pid=14592] ppid=14590 vsize=77340 CPUtime=102.29 cores=0,2,4,6
/proc/14592/stat : 14592 (lingeling) R 14590 14592 14333 0 -1 4202496 72394 0 0 0 10204 25 0 0 25 0 1 0 653777250 79196160 17862 33554432000 4194304 4409284 140736152901360 18446744073709551615 4358421 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/14592/statm: 19335 17862 141 53 0 17758 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 77340

[startup+162.3 s]
/proc/loadavg: 2.08 2.04 2.20 3/251 14597
/proc/meminfo: memFree=21345368/32951124 swapFree=67056788/67111528
[pid=14592] ppid=14590 vsize=91040 CPUtime=162.29 cores=0,2,4,6
/proc/14592/stat : 14592 (lingeling) R 14590 14592 14333 0 -1 4202496 141544 0 0 0 16185 44 0 0 25 0 1 0 653777250 93224960 21287 33554432000 4194304 4409284 140736152901360 18446744073709551615 271550562199 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/14592/statm: 22760 21287 141 53 0 21183 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 91040

[startup+222.3 s]
/proc/loadavg: 2.10 2.04 2.19 3/251 14599
/proc/meminfo: memFree=21289532/32951124 swapFree=67056788/67111528
[pid=14592] ppid=14590 vsize=146704 CPUtime=222.29 cores=0,2,4,6
/proc/14592/stat : 14592 (lingeling) R 14590 14592 14333 0 -1 4202496 192028 0 0 0 22170 59 0 0 25 0 1 0 653777250 150224896 35203 33554432000 4194304 4409284 140736152901360 18446744073709551615 4302975 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/14592/statm: 36676 35203 141 53 0 35099 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 146704

[startup+282.3 s]
/proc/loadavg: 2.03 2.03 2.18 3/251 14601
/proc/meminfo: memFree=21300164/32951124 swapFree=67056788/67111528
[pid=14592] ppid=14590 vsize=110012 CPUtime=282.3 cores=0,2,4,6
/proc/14592/stat : 14592 (lingeling) R 14590 14592 14333 0 -1 4202496 283790 0 0 0 28150 80 0 0 25 0 1 0 653777250 112652288 26062 33554432000 4194304 4409284 140736152901360 18446744073709551615 4358329 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/14592/statm: 27503 26062 141 53 0 25926 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 110012

[startup+342.301 s]
/proc/loadavg: 2.01 2.02 2.16 3/251 14602
/proc/meminfo: memFree=21236264/32951124 swapFree=67056788/67111528
[pid=14592] ppid=14590 vsize=201828 CPUtime=342.3 cores=0,2,4,6
/proc/14592/stat : 14592 (lingeling) R 14590 14592 14333 0 -1 4202496 332947 0 0 0 34133 97 0 0 25 0 1 0 653777250 206671872 46461 33554432000 4194304 4409284 140736152901360 18446744073709551615 4358350 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/14592/statm: 50457 46461 141 53 0 48880 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 201828

[startup+402.301 s]
/proc/loadavg: 2.16 2.05 2.16 3/251 14604
/proc/meminfo: memFree=21206968/32951124 swapFree=67056788/67111528
[pid=14592] ppid=14590 vsize=229800 CPUtime=402.3 cores=0,2,4,6
/proc/14592/stat : 14592 (lingeling) R 14590 14592 14333 0 -1 4202496 366876 0 0 0 40120 110 0 0 25 0 1 0 653777250 235315200 54679 33554432000 4194304 4409284 140736152901360 18446744073709551615 4348273 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/14592/statm: 57450 54679 141 53 0 55873 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 229800

[startup+462.301 s]
/proc/loadavg: 2.06 2.04 2.15 3/251 14605
/proc/meminfo: memFree=21157700/32951124 swapFree=67056788/67111528
[pid=14592] ppid=14590 vsize=209424 CPUtime=462.3 cores=0,2,4,6
/proc/14592/stat : 14592 (lingeling) R 14590 14592 14333 0 -1 4202496 395848 0 0 0 46104 126 0 0 25 0 1 0 653777250 214450176 50883 33554432000 4194304 4409284 140736152901360 18446744073709551615 4244443 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/14592/statm: 52356 50883 141 53 0 50779 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 209424

[startup+522.301 s]
/proc/loadavg: 2.06 2.04 2.14 3/251 14607
/proc/meminfo: memFree=21164732/32951124 swapFree=67056788/67111528
[pid=14592] ppid=14590 vsize=238652 CPUtime=522.3 cores=0,2,4,6
/proc/14592/stat : 14592 (lingeling) R 14590 14592 14333 0 -1 4202496 415403 0 0 0 52095 135 0 0 25 0 1 0 653777250 244379648 58190 33554432000 4194304 4409284 140736152901360 18446744073709551615 4359857 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/14592/statm: 59663 58190 141 53 0 58086 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 238652

[startup+582.301 s]
/proc/loadavg: 2.07 2.05 2.14 3/251 14609
/proc/meminfo: memFree=21166924/32951124 swapFree=67056788/67111528
[pid=14592] ppid=14590 vsize=209264 CPUtime=582.3 cores=0,2,4,6
/proc/14592/stat : 14592 (lingeling) R 14590 14592 14333 0 -1 4202496 443485 0 0 0 58079 151 0 0 25 0 1 0 653777250 214286336 50875 33554432000 4194304 4409284 140736152901360 18446744073709551615 4358819 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/14592/statm: 52316 50875 141 53 0 50739 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 209264

[startup+642.301 s]

################
# More data... #
################

[startup+4062.31 s]
/proc/loadavg: 2.03 2.03 2.00 3/251 15186
/proc/meminfo: memFree=17796764/32951124 swapFree=67056788/67111528
[pid=14592] ppid=14590 vsize=1695004 CPUtime=4062.42 cores=0,2,4,6
/proc/14592/stat : 14592 (lingeling) R 14590 14592 14333 0 -1 4202496 4328171 0 0 0 405319 923 0 0 25 0 1 0 653777250 1735684096 422278 33554432000 4194304 4409284 140736152901360 18446744073709551615 4358673 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/14592/statm: 423751 422278 141 53 0 422174 0
Current children cumulated CPU time (s) 4062.42
Current children cumulated vsize (KiB) 1695004

[startup+4122.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/251 15188
/proc/meminfo: memFree=18212612/32951124 swapFree=67056788/67111528
[pid=14592] ppid=14590 vsize=1760540 CPUtime=4122.41 cores=0,2,4,6
/proc/14592/stat : 14592 (lingeling) R 14590 14592 14333 0 -1 4202496 4344555 0 0 0 411312 929 0 0 25 0 1 0 653777250 1802792960 438662 33554432000 4194304 4409284 140736152901360 18446744073709551615 4358519 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/14592/statm: 440135 438662 141 53 0 438558 0
Current children cumulated CPU time (s) 4122.41
Current children cumulated vsize (KiB) 1760540

[startup+4182.3 s]
/proc/loadavg: 2.10 2.04 2.01 3/251 15190
/proc/meminfo: memFree=16760908/32951124 swapFree=67056788/67111528
[pid=14592] ppid=14590 vsize=1760540 CPUtime=4182.41 cores=0,2,4,6
/proc/14592/stat : 14592 (lingeling) R 14590 14592 14333 0 -1 4202496 4344555 0 0 0 417308 933 0 0 25 0 1 0 653777250 1802792960 438662 33554432000 4194304 4409284 140736152901360 18446744073709551615 271550562199 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/14592/statm: 440135 438662 141 53 0 438558 0
Current children cumulated CPU time (s) 4182.41
Current children cumulated vsize (KiB) 1760540

[startup+4242.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/251 15191
/proc/meminfo: memFree=16760992/32951124 swapFree=67056788/67111528
[pid=14592] ppid=14590 vsize=1760580 CPUtime=4242.41 cores=0,2,4,6
/proc/14592/stat : 14592 (lingeling) R 14590 14592 14333 0 -1 4202496 4344570 0 0 0 423303 938 0 0 25 0 1 0 653777250 1802833920 438672 33554432000 4194304 4409284 140736152901360 18446744073709551615 4257024 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/14592/statm: 440145 438672 141 53 0 438568 0
Current children cumulated CPU time (s) 4242.41
Current children cumulated vsize (KiB) 1760580

[startup+4302.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/251 15193
/proc/meminfo: memFree=16761196/32951124 swapFree=67056788/67111528
[pid=14592] ppid=14590 vsize=1760580 CPUtime=4302.41 cores=0,2,4,6
/proc/14592/stat : 14592 (lingeling) R 14590 14592 14333 0 -1 4202496 4344570 0 0 0 429299 942 0 0 25 0 1 0 653777250 1802833920 438672 33554432000 4194304 4409284 140736152901360 18446744073709551615 4358519 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/14592/statm: 440145 438672 141 53 0 438568 0
Current children cumulated CPU time (s) 4302.41
Current children cumulated vsize (KiB) 1760580

[startup+4362.3 s]
/proc/loadavg: 2.53 2.15 2.04 6/258 17371
/proc/meminfo: memFree=16629936/32951124 swapFree=67056788/67111528
[pid=14592] ppid=14590 vsize=1884600 CPUtime=4362.41 cores=0,2,4,6
/proc/14592/stat : 14592 (lingeling) R 14590 14592 14333 0 -1 4202496 4375575 0 0 0 435292 949 0 0 25 0 1 0 653777250 1929830400 469677 33554432000 4194304 4409284 140736152901360 18446744073709551615 4244800 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/14592/statm: 471150 469677 141 53 0 469573 0
Current children cumulated CPU time (s) 4362.41
Current children cumulated vsize (KiB) 1884600

[startup+4422.3 s]
/proc/loadavg: 2.34 2.16 2.05 3/251 21012
/proc/meminfo: memFree=16636364/32951124 swapFree=67056788/67111528
[pid=14592] ppid=14590 vsize=1884600 CPUtime=4422.42 cores=0,2,4,6
/proc/14592/stat : 14592 (lingeling) R 14590 14592 14333 0 -1 4202496 4375575 0 0 0 441291 951 0 0 25 0 1 0 653777250 1929830400 469677 33554432000 4194304 4409284 140736152901360 18446744073709551615 4302240 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/14592/statm: 471150 469677 141 53 0 469573 0
Current children cumulated CPU time (s) 4422.42
Current children cumulated vsize (KiB) 1884600

[startup+4482.3 s]
/proc/loadavg: 2.12 2.13 2.04 3/251 21014
/proc/meminfo: memFree=16431112/32951124 swapFree=67056788/67111528
[pid=14592] ppid=14590 vsize=2089460 CPUtime=4482.42 cores=0,2,4,6
/proc/14592/stat : 14592 (lingeling) R 14590 14592 14333 0 -1 4202496 4614376 0 0 0 447264 978 0 0 25 0 1 0 653777250 2139607040 520892 33554432000 4194304 4409284 140736152901360 18446744073709551615 4358325 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/14592/statm: 522365 520892 141 53 0 520788 0
Current children cumulated CPU time (s) 4482.42
Current children cumulated vsize (KiB) 2089460

[startup+4542.3 s]
/proc/loadavg: 2.04 2.10 2.04 3/251 21015
/proc/meminfo: memFree=17282956/32951124 swapFree=67056788/67111528
[pid=14592] ppid=14590 vsize=2204760 CPUtime=4542.41 cores=0,2,4,6
/proc/14592/stat : 14592 (lingeling) R 14590 14592 14333 0 -1 4202496 4643201 0 0 0 453257 984 0 0 25 0 1 0 653777250 2257674240 549717 33554432000 4194304 4409284 140736152901360 18446744073709551615 4358356 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/14592/statm: 551190 549717 141 53 0 549613 0
Current children cumulated CPU time (s) 4542.41
Current children cumulated vsize (KiB) 2204760

[startup+4602.3 s]
/proc/loadavg: 2.06 2.09 2.04 3/251 21017
/proc/meminfo: memFree=17282296/32951124 swapFree=67056788/67111528
[pid=14592] ppid=14590 vsize=2204760 CPUtime=4602.42 cores=0,2,4,6
/proc/14592/stat : 14592 (lingeling) R 14590 14592 14333 0 -1 4202496 4643201 0 0 0 459253 989 0 0 25 0 1 0 653777250 2257674240 549717 33554432000 4194304 4409284 140736152901360 18446744073709551615 4351083 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/14592/statm: 551190 549717 141 53 0 549613 0
Current children cumulated CPU time (s) 4602.42
Current children cumulated vsize (KiB) 2204760

[startup+4662.3 s]
/proc/loadavg: 2.02 2.08 2.03 3/251 21018
/proc/meminfo: memFree=17045172/32951124 swapFree=67056788/67111528
[pid=14592] ppid=14590 vsize=2441496 CPUtime=4662.42 cores=0,2,4,6
/proc/14592/stat : 14592 (lingeling) R 14590 14592 14333 0 -1 4202496 4702385 0 0 0 465242 1000 0 0 25 0 1 0 653777250 2500091904 608901 33554432000 4194304 4409284 140736152901360 18446744073709551615 4358519 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/14592/statm: 610374 608901 141 53 0 608797 0
Current children cumulated CPU time (s) 4662.42
Current children cumulated vsize (KiB) 2441496

[startup+4722.31 s]
/proc/loadavg: 2.01 2.06 2.03 3/251 21020
/proc/meminfo: memFree=16612108/32951124 swapFree=67056788/67111528
[pid=14592] ppid=14590 vsize=2441496 CPUtime=4722.43 cores=0,2,4,6
/proc/14592/stat : 14592 (lingeling) R 14590 14592 14333 0 -1 4202496 4702385 0 0 0 471237 1006 0 0 25 0 1 0 653777250 2500091904 608901 33554432000 4194304 4409284 140736152901360 18446744073709551615 4358519 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/14592/statm: 610374 608901 141 53 0 608797 0
Current children cumulated CPU time (s) 4722.43
Current children cumulated vsize (KiB) 2441496

[startup+4782.3 s]
/proc/loadavg: 2.00 2.05 2.02 3/251 21022
/proc/meminfo: memFree=16612204/32951124 swapFree=67056788/67111528
[pid=14592] ppid=14590 vsize=2441496 CPUtime=4782.42 cores=0,2,4,6
/proc/14592/stat : 14592 (lingeling) R 14590 14592 14333 0 -1 4202496 4702385 0 0 0 477230 1012 0 0 25 0 1 0 653777250 2500091904 608901 33554432000 4194304 4409284 140736152901360 18446744073709551615 4358519 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/14592/statm: 610374 608901 141 53 0 608797 0
Current children cumulated CPU time (s) 4782.42
Current children cumulated vsize (KiB) 2441496

[startup+4842.3 s]
/proc/loadavg: 2.00 2.03 2.01 3/251 21023
/proc/meminfo: memFree=16612288/32951124 swapFree=67056788/67111528
[pid=14592] ppid=14590 vsize=2441496 CPUtime=4842.43 cores=0,2,4,6
/proc/14592/stat : 14592 (lingeling) R 14590 14592 14333 0 -1 4202496 4702385 0 0 0 483227 1016 0 0 25 0 1 0 653777250 2500091904 608901 33554432000 4194304 4409284 140736152901360 18446744073709551615 4256910 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/14592/statm: 610374 608901 141 53 0 608797 0
Current children cumulated CPU time (s) 4842.43
Current children cumulated vsize (KiB) 2441496

[startup+4902.3 s]
/proc/loadavg: 2.00 2.03 2.01 3/251 21025
/proc/meminfo: memFree=16612236/32951124 swapFree=67056788/67111528
[pid=14592] ppid=14590 vsize=2441528 CPUtime=4902.43 cores=0,2,4,6
/proc/14592/stat : 14592 (lingeling) R 14590 14592 14333 0 -1 4202496 4702399 0 0 0 489225 1018 0 0 25 0 1 0 653777250 2500124672 608909 33554432000 4194304 4409284 140736152901360 18446744073709551615 4256947 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/14592/statm: 610382 608909 141 53 0 608805 0
Current children cumulated CPU time (s) 4902.43
Current children cumulated vsize (KiB) 2441528

[startup+4962.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/251 21026
/proc/meminfo: memFree=16396064/32951124 swapFree=67056788/67111528
[pid=14592] ppid=14590 vsize=2657512 CPUtime=4962.43 cores=0,2,4,6
/proc/14592/stat : 14592 (lingeling) R 14590 14592 14333 0 -1 4202496 4756395 0 0 0 495215 1028 0 0 25 0 1 0 653777250 2721292288 662905 33554432000 4194304 4409284 140736152901360 18446744073709551615 4358699 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/14592/statm: 664378 662905 141 53 0 662801 0
Current children cumulated CPU time (s) 4962.43
Current children cumulated vsize (KiB) 2657512



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 1.94 2.00 2.00 3/251 21083
/proc/meminfo: memFree=18962252/32951124 swapFree=67056788/67111528
[pid=14592] ppid=14590 vsize=2657512 CPUtime=5000.03 cores=0,2,4,6
/proc/14592/stat : 14592 (lingeling) R 14590 14592 14333 0 -1 4202496 4756395 0 0 0 498974 1029 0 0 25 0 1 0 653777250 2721292288 662905 33554432000 4194304 4409284 140736152901360 18446744073709551615 4358356 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/14592/statm: 664378 662905 141 53 0 662801 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 2657512

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

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

[startup+5000.01 s]
/proc/loadavg: 1.94 2.00 2.00 3/251 21083
/proc/meminfo: memFree=18962252/32951124 swapFree=67056788/67111528
[pid=14592] ppid=14590 vsize=0 CPUtime=5000.14 cores=0,2,4,6
/proc/14592/stat : 14592 (lingeling) R 14590 14592 14333 0 -1 4203524 4756395 0 0 0 498975 1039 0 0 25 0 1 0 653777250 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/14592/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 5000.14
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5000.02
CPU time (s): 5000.16
CPU user time (s): 4989.75
CPU system time (s): 10.4114
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 2853960

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4989.75
system time used= 10.4114
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4756395
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= 4
involuntary context switches= 10855

runsolver used 11.5552 second user time and 24.8442 second system time

The end

Launcher Data

Begin job on node133 at 2011-05-15 03:09:54
IDJOB=3372439
IDBENCH=82381
IDSOLVER=1850
FILE ID=node133/3372439-1305421793
RUNJOBID= node133-1305418994-14351
PBS_JOBID= 13324568
Free space on /tmp= 73616 MiB

SOLVER NAME= Lingeling 587f (fixed)
BENCH NAME= SAT11/application/rintanen/SATPlanning/openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_3.025-NOTKNOWN.cnf
COMMAND LINE= lingeling BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3372439-1305421793/watcher-3372439-1305421793 -o /tmp/evaluation-result-3372439-1305421793/solver-3372439-1305421793 -C 5000 -W 5100 -M 15500  lingeling HOME/instance-3372439-1305421793.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 3c5c73741ba21d5f39c7f436ba834743
RANDOM SEED=2038513084

node133.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.834
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.66
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.834
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.75
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.834
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.82
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.834
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	: 6741.12
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.834
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.74
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.834
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.83
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.834
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.74
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.834
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21572652 kB
Buffers:        281724 kB
Cached:        3319988 kB
SwapCached:       8724 kB
Active:        8651956 kB
Inactive:      2445340 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21572652 kB
SwapTotal:    67111528 kB
SwapFree:     67056788 kB
Dirty:           38808 kB
Writeback:           0 kB
AnonPages:     7492424 kB
Mapped:          21360 kB
Slab:           195116 kB
PageTables:      23340 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 19285440 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73644 MiB
End job on node133 at 2011-05-15 04:33:16