Trace number 3380483

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
minisat hack: cir_minisat 2011-05-13 (simp)? (TO) 1300 1300.04

General information on the benchmark

Nameapplication/leberre/
2dimensionalstrippacking/E00N23.cnf
MD5SUM1a1f0dddf727883e0973677dd00e9269
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 variables15364
Number of clauses2210893
Sum of the clauses size20370578
Maximum clause length105
Minimum clause length1
Number of clauses of size 128
Number of clauses of size 241189
Number of clauses of size 336730
Number of clauses of size 432798
Number of clauses of size 5188784
Number of clauses of size over 51911364

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

running on 2 cores: 0,2

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: 5.10 4.29 4.00 5/391 26833
/proc/meminfo: memFree=18947248/32951132 swapFree=64495980/67111528
[pid=26833] ppid=26831 vsize=20068 CPUtime=0 cores=0,2
/proc/26833/stat : 26833 (cir_minisat) R 26831 26833 26444 0 -1 4202496 930 0 0 0 0 0 0 0 22 0 1 0 657539863 20549632 864 33554432000 4194304 4300288 140737272947152 18446744073709551615 4279009 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26833/statm: 5017 865 216 26 0 1649 0

[startup+0.048021 s]
/proc/loadavg: 5.10 4.29 4.00 5/391 26833
/proc/meminfo: memFree=18947248/32951132 swapFree=64495980/67111528
[pid=26833] ppid=26831 vsize=23044 CPUtime=0.04 cores=0,2
/proc/26833/stat : 26833 (cir_minisat) R 26831 26833 26444 0 -1 4202496 2112 0 0 0 4 0 0 0 22 0 1 0 657539863 23597056 2042 33554432000 4194304 4300288 140737272947152 18446744073709551615 4279009 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26833/statm: 5761 2042 216 26 0 2393 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 23044

[startup+0.101012 s]
/proc/loadavg: 5.10 4.29 4.00 5/391 26833
/proc/meminfo: memFree=18947248/32951132 swapFree=64495980/67111528
[pid=26833] ppid=26831 vsize=29860 CPUtime=0.09 cores=0,2
/proc/26833/stat : 26833 (cir_minisat) R 26831 26833 26444 0 -1 4202496 3769 0 0 0 9 0 0 0 22 0 1 0 657539863 30576640 3689 33554432000 4194304 4300288 140737272947152 18446744073709551615 4213910 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26833/statm: 7465 3689 218 26 0 4097 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29860

[startup+0.300987 s]
/proc/loadavg: 5.10 4.29 4.00 5/391 26833
/proc/meminfo: memFree=18947248/32951132 swapFree=64495980/67111528
[pid=26833] ppid=26831 vsize=59284 CPUtime=0.29 cores=0,2
/proc/26833/stat : 26833 (cir_minisat) R 26831 26833 26444 0 -1 4202496 11455 0 0 0 28 1 0 0 23 0 1 0 657539863 60706816 10672 33554432000 4194304 4300288 140737272947152 18446744073709551615 4279134 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26833/statm: 14821 10674 218 26 0 11453 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 59284

[startup+0.700912 s]
/proc/loadavg: 5.10 4.29 4.00 5/391 26833
/proc/meminfo: memFree=18947248/32951132 swapFree=64495980/67111528
[pid=26833] ppid=26831 vsize=132076 CPUtime=0.69 cores=0,2
/proc/26833/stat : 26833 (cir_minisat) R 26831 26833 26444 0 -1 4202496 29884 0 0 0 66 3 0 0 25 0 1 0 657539863 135245824 26875 33554432000 4194304 4300288 140737272947152 18446744073709551615 4213910 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26833/statm: 33019 26877 218 26 0 29651 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 132076

[startup+1.50078 s]
/proc/loadavg: 5.10 4.29 4.00 5/392 26834
/proc/meminfo: memFree=18790512/32951132 swapFree=64495980/67111528
[pid=26833] ppid=26831 vsize=299172 CPUtime=1.49 cores=0,2
/proc/26833/stat : 26833 (cir_minisat) R 26831 26833 26444 0 -1 4202496 65075 0 0 0 139 10 0 0 25 0 1 0 657539863 306352128 58561 33554432000 4194304 4300288 140737272947152 18446744073709551615 4256890 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26833/statm: 74793 58562 218 26 0 71425 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 299172

[startup+3.1005 s]
/proc/loadavg: 5.17 4.32 4.01 5/392 26834
/proc/meminfo: memFree=18688616/32951132 swapFree=64495980/67111528
[pid=26833] ppid=26831 vsize=307660 CPUtime=3.08 cores=0,2
/proc/26833/stat : 26833 (cir_minisat) R 26831 26833 26444 0 -1 4202496 69929 0 0 0 298 10 0 0 25 0 1 0 657539863 315043840 63191 33554432000 4194304 4300288 140737272947152 18446744073709551615 4228208 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26833/statm: 76915 63191 221 26 0 73547 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 307660

[startup+6.30098 s]
/proc/loadavg: 5.17 4.32 4.01 6/392 26834
/proc/meminfo: memFree=18679896/32951132 swapFree=64495980/67111528
[pid=26833] ppid=26831 vsize=307660 CPUtime=6.29 cores=0,2
/proc/26833/stat : 26833 (cir_minisat) R 26831 26833 26444 0 -1 4202496 69929 0 0 0 618 11 0 0 25 0 1 0 657539863 315043840 63191 33554432000 4194304 4300288 140737272947152 18446744073709551615 4228208 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26833/statm: 76915 63191 221 26 0 73547 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 307660

[startup+12.7009 s]
/proc/loadavg: 4.99 4.31 4.01 5/392 26834
/proc/meminfo: memFree=18662536/32951132 swapFree=64495980/67111528
[pid=26833] ppid=26831 vsize=307660 CPUtime=12.69 cores=0,2
/proc/26833/stat : 26833 (cir_minisat) R 26831 26833 26444 0 -1 4202496 69929 0 0 0 1258 11 0 0 25 0 1 0 657539863 315043840 63191 33554432000 4194304 4300288 140737272947152 18446744073709551615 4228238 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26833/statm: 76915 63191 221 26 0 73547 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 307660

[startup+25.5007 s]
/proc/loadavg: 4.84 4.30 4.01 5/392 26834
/proc/meminfo: memFree=18594772/32951132 swapFree=64495980/67111528
[pid=26833] ppid=26831 vsize=307660 CPUtime=25.48 cores=0,2
/proc/26833/stat : 26833 (cir_minisat) R 26831 26833 26444 0 -1 4202496 69929 0 0 0 2537 11 0 0 25 0 1 0 657539863 315043840 63191 33554432000 4194304 4300288 140737272947152 18446744073709551615 4228501 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26833/statm: 76915 63191 221 26 0 73547 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 307660

[startup+51.1004 s]
/proc/loadavg: 4.55 4.27 4.01 5/392 26835
/proc/meminfo: memFree=18542496/32951132 swapFree=64495980/67111528
[pid=26833] ppid=26831 vsize=307660 CPUtime=51.08 cores=0,2
/proc/26833/stat : 26833 (cir_minisat) R 26831 26833 26444 0 -1 4202496 69929 0 0 0 5097 11 0 0 25 0 1 0 657539863 315043840 63191 33554432000 4194304 4300288 140737272947152 18446744073709551615 4228352 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26833/statm: 76915 63191 221 26 0 73547 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 307660

[startup+102.315 s]
/proc/loadavg: 4.31 4.26 4.01 5/392 26836
/proc/meminfo: memFree=18508796/32951132 swapFree=64495980/67111528
[pid=26833] ppid=26831 vsize=307660 CPUtime=102.29 cores=0,2
/proc/26833/stat : 26833 (cir_minisat) R 26831 26833 26444 0 -1 4202496 69929 0 0 0 10218 11 0 0 25 0 1 0 657539863 315043840 63191 33554432000 4194304 4300288 140737272947152 18446744073709551615 4228208 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26833/statm: 76915 63191 221 26 0 73547 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 307660

[startup+162.301 s]
/proc/loadavg: 4.24 4.24 4.02 5/392 26838
/proc/meminfo: memFree=18469372/32951132 swapFree=64495980/67111528
[pid=26833] ppid=26831 vsize=307660 CPUtime=162.28 cores=0,2
/proc/26833/stat : 26833 (cir_minisat) R 26831 26833 26444 0 -1 4202496 69929 0 0 0 16217 11 0 0 25 0 1 0 657539863 315043840 63191 33554432000 4194304 4300288 140737272947152 18446744073709551615 4228511 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26833/statm: 76915 63191 221 26 0 73547 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 307660

[startup+222.301 s]
/proc/loadavg: 4.14 4.21 4.02 5/392 26840
/proc/meminfo: memFree=18407388/32951132 swapFree=64495980/67111528
[pid=26833] ppid=26831 vsize=307660 CPUtime=222.27 cores=0,2
/proc/26833/stat : 26833 (cir_minisat) R 26831 26833 26444 0 -1 4202496 69929 0 0 0 22216 11 0 0 25 0 1 0 657539863 315043840 63191 33554432000 4194304 4300288 140737272947152 18446744073709551615 4228511 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26833/statm: 76915 63191 221 26 0 73547 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 307660

[startup+282.3 s]
/proc/loadavg: 4.10 4.18 4.02 5/392 26841
/proc/meminfo: memFree=18357716/32951132 swapFree=64495980/67111528
[pid=26833] ppid=26831 vsize=307660 CPUtime=282.27 cores=0,2
/proc/26833/stat : 26833 (cir_minisat) R 26831 26833 26444 0 -1 4202496 69929 0 0 0 28216 11 0 0 25 0 1 0 657539863 315043840 63191 33554432000 4194304 4300288 140737272947152 18446744073709551615 4228511 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26833/statm: 76915 63191 221 26 0 73547 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 307660

[startup+342.3 s]
/proc/loadavg: 4.03 4.14 4.01 5/392 26843
/proc/meminfo: memFree=18386504/32951132 swapFree=64495980/67111528
[pid=26833] ppid=26831 vsize=307660 CPUtime=342.27 cores=0,2
/proc/26833/stat : 26833 (cir_minisat) R 26831 26833 26444 0 -1 4202496 69929 0 0 0 34216 11 0 0 25 0 1 0 657539863 315043840 63191 33554432000 4194304 4300288 140737272947152 18446744073709551615 4228464 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26833/statm: 76915 63191 221 26 0 73547 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 307660

[startup+402.315 s]
/proc/loadavg: 5.13 4.41 4.10 3/381 26906
/proc/meminfo: memFree=20423916/32951132 swapFree=64495980/67111528
[pid=26833] ppid=26831 vsize=307660 CPUtime=402.28 cores=0,2
/proc/26833/stat : 26833 (cir_minisat) R 26831 26833 26444 0 -1 4202496 69929 0 0 0 40215 13 0 0 25 0 1 0 657539863 315043840 63191 33554432000 4194304 4300288 140737272947152 18446744073709551615 4228208 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26833/statm: 76915 63191 221 26 0 73547 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 307660

[startup+462.301 s]
/proc/loadavg: 3.11 3.97 3.97 2/374 26926
/proc/meminfo: memFree=20529472/32951132 swapFree=64495980/67111528
[pid=26833] ppid=26831 vsize=307660 CPUtime=462.27 cores=0,2
/proc/26833/stat : 26833 (cir_minisat) R 26831 26833 26444 0 -1 4202496 69929 0 0 0 46214 13 0 0 25 0 1 0 657539863 315043840 63191 33554432000 4194304 4300288 140737272947152 18446744073709551615 4228511 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26833/statm: 76915 63191 221 26 0 73547 0
Current children cumulated CPU time (s) 462.27
Current children cumulated vsize (KiB) 307660

[startup+522.301 s]
/proc/loadavg: 1.77 3.40 3.77 2/374 26928
/proc/meminfo: memFree=20530244/32951132 swapFree=64495980/67111528
[pid=26833] ppid=26831 vsize=307660 CPUtime=522.27 cores=0,2
/proc/26833/stat : 26833 (cir_minisat) R 26831 26833 26444 0 -1 4202496 69929 0 0 0 52214 13 0 0 25 0 1 0 657539863 315043840 63191 33554432000 4194304 4300288 140737272947152 18446744073709551615 4228208 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26833/statm: 76915 63191 221 26 0 73547 0
Current children cumulated CPU time (s) 522.27
Current children cumulated vsize (KiB) 307660

[startup+582.301 s]
/proc/loadavg: 1.31 3.00 3.61 2/374 26929
/proc/meminfo: memFree=20529740/32951132 swapFree=64495980/67111528
[pid=26833] ppid=26831 vsize=307660 CPUtime=582.27 cores=0,2
/proc/26833/stat : 26833 (cir_minisat) R 26831 26833 26444 0 -1 4202496 69929 0 0 0 58214 13 0 0 25 0 1 0 657539863 315043840 63191 33554432000 4194304 4300288 140737272947152 18446744073709551615 4228352 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26833/statm: 76915 63191 221 26 0 73547 0
Current children cumulated CPU time (s) 582.27
Current children cumulated vsize (KiB) 307660

[startup+642.301 s]
/proc/loadavg: 1.10 2.60 3.43 2/374 26931
/proc/meminfo: memFree=20529728/32951132 swapFree=64495980/67111528
[pid=26833] ppid=26831 vsize=307660 CPUtime=642.27 cores=0,2
/proc/26833/stat : 26833 (cir_minisat) R 26831 26833 26444 0 -1 4202496 69929 0 0 0 64213 14 0 0 25 0 1 0 657539863 315043840 63191 33554432000 4194304 4300288 140737272947152 18446744073709551615 4228511 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26833/statm: 76915 63191 221 26 0 73547 0
Current children cumulated CPU time (s) 642.27
Current children cumulated vsize (KiB) 307660

[startup+702.301 s]
/proc/loadavg: 1.04 2.33 3.29 2/374 26932
/proc/meminfo: memFree=20518548/32951132 swapFree=64495980/67111528
[pid=26833] ppid=26831 vsize=298432 CPUtime=702.26 cores=0,2
/proc/26833/stat : 26833 (cir_minisat) R 26831 26833 26444 0 -1 4202496 101967 0 0 0 70206 20 0 0 25 0 1 0 657539863 305594368 66570 33554432000 4194304 4300288 140737272947152 18446744073709551615 4256200 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26833/statm: 74608 66570 243 26 0 71240 0
Current children cumulated CPU time (s) 702.26
Current children cumulated vsize (KiB) 298432

[startup+762.301 s]
/proc/loadavg: 1.01 2.07 3.13 2/374 26934
/proc/meminfo: memFree=20453552/32951132 swapFree=64495980/67111528
[pid=26833] ppid=26831 vsize=379820 CPUtime=762.26 cores=0,2
/proc/26833/stat : 26833 (cir_minisat) R 26831 26833 26444 0 -1 4202496 118048 0 0 0 76201 25 0 0 25 0 1 0 657539863 388935680 82504 33554432000 4194304 4300288 140737272947152 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26833/statm: 94955 82504 243 26 0 91587 0
Current children cumulated CPU time (s) 762.26
Current children cumulated vsize (KiB) 379820

[startup+822.3 s]
/proc/loadavg: 1.00 1.89 3.00 2/374 26935
/proc/meminfo: memFree=20410504/32951132 swapFree=64495980/67111528
[pid=26833] ppid=26831 vsize=512080 CPUtime=822.26 cores=0,2
/proc/26833/stat : 26833 (cir_minisat) R 26831 26833 26444 0 -1 4202496 129132 0 0 0 82196 30 0 0 25 0 1 0 657539863 524369920 93480 33554432000 4194304 4300288 140737272947152 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26833/statm: 128020 93480 243 26 0 124652 0
Current children cumulated CPU time (s) 822.26
Current children cumulated vsize (KiB) 512080

[startup+882.3 s]
/proc/loadavg: 1.00 1.71 2.87 2/374 26937
/proc/meminfo: memFree=20370072/32951132 swapFree=64495980/67111528
[pid=26833] ppid=26831 vsize=512080 CPUtime=882.26 cores=0,2
/proc/26833/stat : 26833 (cir_minisat) R 26831 26833 26444 0 -1 4202496 139092 0 0 0 88193 33 0 0 25 0 1 0 657539863 524369920 103350 33554432000 4194304 4300288 140737272947152 18446744073709551615 4256266 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26833/statm: 128020 103350 243 26 0 124652 0
Current children cumulated CPU time (s) 882.26
Current children cumulated vsize (KiB) 512080

[startup+942.301 s]
/proc/loadavg: 1.00 1.58 2.75 2/374 26939
/proc/meminfo: memFree=20326040/32951132 swapFree=64495980/67111528
[pid=26833] ppid=26831 vsize=512080 CPUtime=942.27 cores=0,2
/proc/26833/stat : 26833 (cir_minisat) R 26831 26833 26444 0 -1 4202496 150076 0 0 0 94190 37 0 0 25 0 1 0 657539863 524369920 114257 33554432000 4194304 4300288 140737272947152 18446744073709551615 4269374 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26833/statm: 128020 114257 243 26 0 124652 0
Current children cumulated CPU time (s) 942.27
Current children cumulated vsize (KiB) 512080

[startup+1002.3 s]
/proc/loadavg: 1.00 1.47 2.63 2/374 26940
/proc/meminfo: memFree=20291424/32951132 swapFree=64495980/67111528
[pid=26833] ppid=26831 vsize=512080 CPUtime=1002.26 cores=0,2
/proc/26833/stat : 26833 (cir_minisat) R 26831 26833 26444 0 -1 4202496 158843 0 0 0 100186 40 0 0 25 0 1 0 657539863 524369920 122973 33554432000 4194304 4300288 140737272947152 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26833/statm: 128020 122973 243 26 0 124652 0
Current children cumulated CPU time (s) 1002.26
Current children cumulated vsize (KiB) 512080

[startup+1062.31 s]
/proc/loadavg: 1.00 1.38 2.53 2/374 26942
/proc/meminfo: memFree=20256308/32951132 swapFree=64495980/67111528
[pid=26833] ppid=26831 vsize=727004 CPUtime=1062.27 cores=0,2
/proc/26833/stat : 26833 (cir_minisat) R 26831 26833 26444 0 -1 4202496 167669 0 0 0 106183 44 0 0 25 0 1 0 657539863 744452096 131741 33554432000 4194304 4300288 140737272947152 18446744073709551615 4268322 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26833/statm: 181751 131741 243 26 0 178383 0
Current children cumulated CPU time (s) 1062.27
Current children cumulated vsize (KiB) 727004

[startup+1122.3 s]
/proc/loadavg: 1.06 1.34 2.44 2/374 26943
/proc/meminfo: memFree=20222936/32951132 swapFree=64495980/67111528
[pid=26833] ppid=26831 vsize=727004 CPUtime=1122.25 cores=0,2
/proc/26833/stat : 26833 (cir_minisat) R 26831 26833 26444 0 -1 4202496 176126 0 0 0 112178 47 0 0 25 0 1 0 657539863 744452096 140128 33554432000 4194304 4300288 140737272947152 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26833/statm: 181751 140128 243 26 0 178383 0
Current children cumulated CPU time (s) 1122.25
Current children cumulated vsize (KiB) 727004

[startup+1182.3 s]
/proc/loadavg: 1.02 1.27 2.35 2/374 26945
/proc/meminfo: memFree=20191556/32951132 swapFree=64495980/67111528
[pid=26833] ppid=26831 vsize=728760 CPUtime=1182.25 cores=0,2
/proc/26833/stat : 26833 (cir_minisat) R 26831 26833 26444 0 -1 4202496 183957 0 0 0 118174 51 0 0 25 0 1 0 657539863 746250240 147899 33554432000 4194304 4300288 140737272947152 18446744073709551615 4268313 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26833/statm: 182190 147899 243 26 0 178822 0
Current children cumulated CPU time (s) 1182.25
Current children cumulated vsize (KiB) 728760

[startup+1242.3 s]
/proc/loadavg: 1.01 1.23 2.27 2/374 26947
/proc/meminfo: memFree=20161172/32951132 swapFree=64495980/67111528
[pid=26833] ppid=26831 vsize=731240 CPUtime=1242.25 cores=0,2
/proc/26833/stat : 26833 (cir_minisat) R 26831 26833 26444 0 -1 4202496 191668 0 0 0 124170 55 0 0 25 0 1 0 657539863 748789760 155564 33554432000 4194304 4300288 140737272947152 18446744073709551615 4255670 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26833/statm: 182810 155564 243 26 0 179442 0
Current children cumulated CPU time (s) 1242.25
Current children cumulated vsize (KiB) 731240



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.00 1.18 2.19 2/374 26948
/proc/meminfo: memFree=20132272/32951132 swapFree=64495980/67111528
[pid=26833] ppid=26831 vsize=733488 CPUtime=1299.96 cores=0,2
/proc/26833/stat : 26833 (cir_minisat) R 26831 26833 26444 0 -1 4202496 198632 0 0 0 129938 58 0 0 25 0 1 0 657539863 751091712 162493 33554432000 4194304 4300288 140737272947152 18446744073709551615 4256283 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26833/statm: 183372 162493 243 26 0 180004 0
Current children cumulated CPU time (s) 1299.96
Current children cumulated vsize (KiB) 733488

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

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

[startup+1300 s]
/proc/loadavg: 1.00 1.18 2.19 2/374 26948
/proc/meminfo: memFree=20132272/32951132 swapFree=64495980/67111528
[pid=26833] ppid=26831 vsize=733488 CPUtime=1299.96 cores=0,2
/proc/26833/stat : 26833 (cir_minisat) R 26831 26833 26444 0 -1 4202496 198632 0 0 0 129938 58 0 0 25 0 1 0 657539863 751091712 162493 33554432000 4194304 4300288 140737272947152 18446744073709551615 4256283 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/26833/statm: 183372 162493 243 26 0 180004 0
Current children cumulated CPU time (s) 1299.96
Current children cumulated vsize (KiB) 733488

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.04
CPU time (s): 1300
CPU user time (s): 1299.39
CPU system time (s): 0.607907
CPU usage (%): 99.9964
Max. virtual memory (cumulated for all children) (KiB): 733488

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

runsolver used 5.09323 second user time and 12.1032 second system time

The end

Launcher Data

Begin job on node129 at 2011-05-15 13:36:13
IDJOB=3380483
IDBENCH=83466
IDSOLVER=1863
FILE ID=node129/3380483-1305459369
RUNJOBID= node129-1305458463-26684
PBS_JOBID= 13324894
Free space on /tmp= 73148 MiB

SOLVER NAME= cir_minisat 2011-05-13 (simp)
BENCH NAME= SAT11/application/leberre/2dimensionalstrippacking/E00N23.cnf
COMMAND LINE= HOME/cir_minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3380483-1305459369/watcher-3380483-1305459369 -o /tmp/evaluation-result-3380483-1305459369/solver-3380483-1305459369 -C 2400 -W 1300 -M 7680  HOME/cir_minisat HOME/instance-3380483-1305459369.cnf

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

MD5SUM BENCH= 1a1f0dddf727883e0973677dd00e9269
RANDOM SEED=1017275511

node129.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.831
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.831
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.83
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.831
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.831
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.82
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.831
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.831
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.831
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.831
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      18947536 kB
Buffers:        264152 kB
Cached:        6473084 kB
SwapCached:      52668 kB
Active:        5365504 kB
Inactive:      8388592 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      18947536 kB
SwapTotal:    67111528 kB
SwapFree:     64495980 kB
Dirty:          110552 kB
Writeback:          84 kB
AnonPages:     6973204 kB
Mapped:          20760 kB
Slab:           139248 kB
PageTables:      44652 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 95254484 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73284 MiB
End job on node129 at 2011-05-15 13:58:24