Trace number 3372469

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.17 5000.02

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
transport-transport-three-cities-sequential-14nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.040-NOTKNOWN.cnf
MD5SUM6c2d25eda70423643946d76935ceb950
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 variables1512832
Number of clauses8233086
Sum of the clauses size19530286
Maximum clause length1178
Minimum clause length1
Number of clauses of size 1846
Number of clauses of size 28165680
Number of clauses of size 31280
Number of clauses of size 41600
Number of clauses of size 51600
Number of clauses of size over 562080

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

running on 4 cores: 1,3,5,7

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: 3.60 6.25 7.34 2/361 17181
/proc/meminfo: memFree=22816092/32950928 swapFree=65730864/67111528
[pid=17181] ppid=17179 vsize=7736 CPUtime=0 cores=1,3,5,7
/proc/17181/stat : 17181 (lingeling) R 17179 17181 16432 0 -1 4202496 494 0 0 0 0 0 0 0 20 0 1 0 732466070 7921664 437 33554432000 4194304 4409284 140736965529520 18446744073709551615 260905393920 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/17181/statm: 1934 437 108 53 0 357 0

[startup+0.065875 s]
/proc/loadavg: 3.60 6.25 7.34 2/361 17181
/proc/meminfo: memFree=22816092/32950928 swapFree=65730864/67111528
[pid=17181] ppid=17179 vsize=12332 CPUtime=0.05 cores=1,3,5,7
/proc/17181/stat : 17181 (lingeling) R 17179 17181 16432 0 -1 4202496 1632 0 0 0 5 0 0 0 20 0 1 0 732466070 12627968 1575 33554432000 4194304 4409284 140736965529520 18446744073709551615 260905012714 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/17181/statm: 3083 1575 113 53 0 1506 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 12332

[startup+0.100867 s]
/proc/loadavg: 3.60 6.25 7.34 2/361 17181
/proc/meminfo: memFree=22816092/32950928 swapFree=65730864/67111528
[pid=17181] ppid=17179 vsize=13996 CPUtime=0.09 cores=1,3,5,7
/proc/17181/stat : 17181 (lingeling) R 17179 17181 16432 0 -1 4202496 2048 0 0 0 9 0 0 0 20 0 1 0 732466070 14331904 1991 33554432000 4194304 4409284 140736965529520 18446744073709551615 4197800 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/17181/statm: 3499 1991 113 53 0 1922 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13996

[startup+0.300833 s]
/proc/loadavg: 3.60 6.25 7.34 2/361 17181
/proc/meminfo: memFree=22816092/32950928 swapFree=65730864/67111528
[pid=17181] ppid=17179 vsize=29040 CPUtime=0.29 cores=1,3,5,7
/proc/17181/stat : 17181 (lingeling) R 17179 17181 16432 0 -1 4202496 5841 0 0 0 28 1 0 0 21 0 1 0 732466070 29736960 5784 33554432000 4194304 4409284 140736965529520 18446744073709551615 260905393920 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/17181/statm: 7260 5784 113 53 0 5683 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 29040

[startup+0.70076 s]
/proc/loadavg: 3.60 6.25 7.34 2/361 17181
/proc/meminfo: memFree=22816092/32950928 swapFree=65730864/67111528
[pid=17181] ppid=17179 vsize=64120 CPUtime=0.69 cores=1,3,5,7
/proc/17181/stat : 17181 (lingeling) R 17179 17181 16432 0 -1 4202496 14675 0 0 0 67 2 0 0 22 0 1 0 732466070 65658880 14554 33554432000 4194304 4409284 140736965529520 18446744073709551615 260905393920 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/17181/statm: 16030 14554 113 53 0 14453 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 64120

[startup+1.50061 s]
/proc/loadavg: 3.60 6.25 7.34 3/360 17182
/proc/meminfo: memFree=22720680/32950928 swapFree=65730864/67111528
[pid=17181] ppid=17179 vsize=157816 CPUtime=1.49 cores=1,3,5,7
/proc/17181/stat : 17181 (lingeling) R 17179 17181 16432 0 -1 4202496 38099 0 0 0 144 5 0 0 25 0 1 0 732466070 161603584 37978 33554432000 4194304 4409284 140736965529520 18446744073709551615 260905393920 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/17181/statm: 39454 37978 113 53 0 37877 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 157816

[startup+3.10032 s]
/proc/loadavg: 3.60 6.25 7.34 3/365 17188
/proc/meminfo: memFree=22588832/32950928 swapFree=65730864/67111528
[pid=17181] ppid=17179 vsize=306296 CPUtime=3.08 cores=1,3,5,7
/proc/17181/stat : 17181 (lingeling) R 17179 17181 16432 0 -1 4202496 75219 0 0 0 296 12 0 0 25 0 1 0 732466070 313647104 75098 33554432000 4194304 4409284 140736965529520 18446744073709551615 260905393920 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/17181/statm: 76574 75098 113 53 0 74997 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 306296

[startup+6.30074 s]
/proc/loadavg: 3.47 6.18 7.31 3/365 17189
/proc/meminfo: memFree=22147144/32950928 swapFree=65730864/67111528
[pid=17181] ppid=17179 vsize=337172 CPUtime=6.29 cores=1,3,5,7
/proc/17181/stat : 17181 (lingeling) R 17179 17181 16432 0 -1 4202496 113665 0 0 0 612 17 0 0 25 0 1 0 732466070 345264128 82829 33554432000 4194304 4409284 140736965529520 18446744073709551615 4278576 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/17181/statm: 84293 82829 125 53 0 82716 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 337172

[startup+12.7006 s]
/proc/loadavg: 3.35 6.11 7.28 3/365 17189
/proc/meminfo: memFree=22158048/32950928 swapFree=65730864/67111528
[pid=17181] ppid=17179 vsize=301968 CPUtime=12.68 cores=1,3,5,7
/proc/17181/stat : 17181 (lingeling) R 17179 17181 16432 0 -1 4202496 249454 0 0 0 1238 30 0 0 25 0 1 0 732466070 309215232 74007 33554432000 4194304 4409284 140736965529520 18446744073709551615 4295850 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/17181/statm: 75492 74007 136 53 0 73915 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 301968

[startup+25.5003 s]
/proc/loadavg: 3.05 5.91 7.19 3/365 17189
/proc/meminfo: memFree=22158548/32950928 swapFree=65730864/67111528
[pid=17181] ppid=17179 vsize=301968 CPUtime=25.48 cores=1,3,5,7
/proc/17181/stat : 17181 (lingeling) R 17179 17181 16432 0 -1 4202496 260115 0 0 0 2517 31 0 0 25 0 1 0 732466070 309215232 74008 33554432000 4194304 4409284 140736965529520 18446744073709551615 4248248 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/17181/statm: 75492 74008 137 53 0 73915 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 301968

[startup+51.1005 s]
/proc/loadavg: 2.69 5.60 7.05 3/365 17190
/proc/meminfo: memFree=22153720/32950928 swapFree=65730864/67111528
[pid=17181] ppid=17179 vsize=307684 CPUtime=51.09 cores=1,3,5,7
/proc/17181/stat : 17181 (lingeling) R 17179 17181 16432 0 -1 4202496 272703 0 0 0 5076 33 0 0 25 0 1 0 732466070 315068416 75447 33554432000 4194304 4409284 140736965529520 18446744073709551615 4275215 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/17181/statm: 76921 75447 140 53 0 75344 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 307684

[startup+102.314 s]
/proc/loadavg: 2.30 5.04 6.79 3/365 17218
/proc/meminfo: memFree=22350036/32950928 swapFree=65730864/67111528
[pid=17181] ppid=17179 vsize=413884 CPUtime=102.3 cores=1,3,5,7
/proc/17181/stat : 17181 (lingeling) R 17179 17181 16432 0 -1 4202496 299257 0 0 0 10191 39 0 0 25 0 1 0 732466070 423817216 101998 33554432000 4194304 4409284 140736965529520 18446744073709551615 4226387 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/17181/statm: 103471 101998 141 53 0 101894 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 413884

[startup+162.3 s]
/proc/loadavg: 2.20 4.51 6.49 3/365 17220
/proc/meminfo: memFree=22247208/32950928 swapFree=65730864/67111528
[pid=17181] ppid=17179 vsize=467908 CPUtime=162.29 cores=1,3,5,7
/proc/17181/stat : 17181 (lingeling) R 17179 17181 16432 0 -1 4202496 379122 0 0 0 16178 51 0 0 25 0 1 0 732466070 479137792 115504 33554432000 4194304 4409284 140736965529520 18446744073709551615 4325614 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/17181/statm: 116977 115504 141 53 0 115400 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 467908

[startup+222.301 s]
/proc/loadavg: 2.12 4.07 6.22 3/365 17221
/proc/meminfo: memFree=22228252/32950928 swapFree=65730864/67111528
[pid=17181] ppid=17179 vsize=467908 CPUtime=222.29 cores=1,3,5,7
/proc/17181/stat : 17181 (lingeling) R 17179 17181 16432 0 -1 4202496 379122 0 0 0 22178 51 0 0 25 0 1 0 732466070 479137792 115504 33554432000 4194304 4409284 140736965529520 18446744073709551615 4259624 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/17181/statm: 116977 115504 141 53 0 115400 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 467908

[startup+282.3 s]
/proc/loadavg: 2.13 3.72 5.96 3/365 17223
/proc/meminfo: memFree=22223160/32950928 swapFree=65730864/67111528
[pid=17181] ppid=17179 vsize=457364 CPUtime=282.3 cores=1,3,5,7
/proc/17181/stat : 17181 (lingeling) R 17179 17181 16432 0 -1 4202496 379122 0 0 0 28175 55 0 0 25 0 1 0 732466070 468340736 112868 33554432000 4194304 4409284 140736965529520 18446744073709551615 4226351 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/17181/statm: 114341 112868 141 53 0 112764 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 457364

[startup+342.301 s]
/proc/loadavg: 2.09 3.42 5.71 3/365 17224
/proc/meminfo: memFree=22167856/32950928 swapFree=65730864/67111528
[pid=17181] ppid=17179 vsize=513268 CPUtime=342.29 cores=1,3,5,7
/proc/17181/stat : 17181 (lingeling) R 17179 17181 16432 0 -1 4202496 459463 0 0 0 34162 67 0 0 25 0 1 0 732466070 525586432 126844 33554432000 4194304 4409284 140736965529520 18446744073709551615 4226446 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/17181/statm: 128317 126844 141 53 0 126740 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 513268

[startup+402.3 s]
/proc/loadavg: 2.03 3.16 5.48 3/365 17226
/proc/meminfo: memFree=22086388/32950928 swapFree=65730864/67111528
[pid=17181] ppid=17179 vsize=548812 CPUtime=402.3 cores=1,3,5,7
/proc/17181/stat : 17181 (lingeling) R 17179 17181 16432 0 -1 4202496 476671 0 0 0 40155 75 0 0 25 0 1 0 732466070 561983488 135730 33554432000 4194304 4409284 140736965529520 18446744073709551615 4358287 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/17181/statm: 137203 135730 141 53 0 135626 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 548812

[startup+462.3 s]
/proc/loadavg: 2.01 2.94 5.26 4/365 17228
/proc/meminfo: memFree=22052776/32950928 swapFree=65730864/67111528
[pid=17181] ppid=17179 vsize=561880 CPUtime=462.3 cores=1,3,5,7
/proc/17181/stat : 17181 (lingeling) R 17179 17181 16432 0 -1 4202496 480921 0 0 0 46155 75 0 0 25 0 1 0 732466070 575365120 138997 33554432000 4194304 4409284 140736965529520 18446744073709551615 4248769 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/17181/statm: 140470 138997 141 53 0 138893 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 561880

[startup+522.3 s]
/proc/loadavg: 2.00 2.77 5.05 3/365 17229
/proc/meminfo: memFree=22008264/32950928 swapFree=65730864/67111528
[pid=17181] ppid=17179 vsize=557856 CPUtime=522.3 cores=1,3,5,7
/proc/17181/stat : 17181 (lingeling) R 17179 17181 16432 0 -1 4202496 486082 0 0 0 52151 79 0 0 25 0 1 0 732466070 571244544 137991 33554432000 4194304 4409284 140736965529520 18446744073709551615 4230637 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/17181/statm: 139464 137991 141 53 0 137887 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 557856

[startup+582.3 s]
/proc/loadavg: 2.00 2.63 4.86 3/365 17231
/proc/meminfo: memFree=21845304/32950928 swapFree=65730864/67111528
[pid=17181] ppid=17179 vsize=720064 CPUtime=582.31 cores=1,3,5,7
/proc/17181/stat : 17181 (lingeling) R 17179 17181 16432 0 -1 4202496 594592 0 0 0 58137 94 0 0 25 0 1 0 732466070 737345536 178543 33554432000 4194304 4409284 140736965529520 18446744073709551615 4351874 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/17181/statm: 180016 178543 141 53 0 178439 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 720064

[startup+642.3 s]

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

[startup+4062.31 s]
/proc/loadavg: 1.02 1.11 1.17 2/359 23777
/proc/meminfo: memFree=21487416/32950928 swapFree=65730864/67111528
[pid=17181] ppid=17179 vsize=1469308 CPUtime=4062.42 cores=1,3,5,7
/proc/17181/stat : 17181 (lingeling) R 17179 17181 16432 0 -1 4202496 3809757 0 0 0 405565 677 0 0 25 0 1 0 732466070 1504571392 365854 33554432000 4194304 4409284 140736965529520 18446744073709551615 4360438 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/17181/statm: 367327 365854 141 53 0 365750 0
Current children cumulated CPU time (s) 4062.42
Current children cumulated vsize (KiB) 1469308

[startup+4122.3 s]
/proc/loadavg: 1.07 1.10 1.17 2/359 23778
/proc/meminfo: memFree=21407988/32950928 swapFree=65730864/67111528
[pid=17181] ppid=17179 vsize=1548556 CPUtime=4122.42 cores=1,3,5,7
/proc/17181/stat : 17181 (lingeling) R 17179 17181 16432 0 -1 4202496 3829569 0 0 0 411557 685 0 0 25 0 1 0 732466070 1585721344 385666 33554432000 4194304 4409284 140736965529520 18446744073709551615 4358342 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/17181/statm: 387139 385666 141 53 0 385562 0
Current children cumulated CPU time (s) 4122.42
Current children cumulated vsize (KiB) 1548556

[startup+4182.3 s]
/proc/loadavg: 1.02 1.08 1.16 2/359 23780
/proc/meminfo: memFree=20848316/32950928 swapFree=65730864/67111528
[pid=17181] ppid=17179 vsize=2107160 CPUtime=4182.42 cores=1,3,5,7
/proc/17181/stat : 17181 (lingeling) R 17179 17181 16432 0 -1 4202496 4045461 0 0 0 417533 709 0 0 25 0 1 0 732466070 2157731840 525317 33554432000 4194304 4409284 140736965529520 18446744073709551615 4257024 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/17181/statm: 526790 525317 141 53 0 525213 0
Current children cumulated CPU time (s) 4182.42
Current children cumulated vsize (KiB) 2107160

[startup+4242.3 s]
/proc/loadavg: 1.01 1.06 1.14 2/359 23781
/proc/meminfo: memFree=20848384/32950928 swapFree=65730864/67111528
[pid=17181] ppid=17179 vsize=2107160 CPUtime=4242.42 cores=1,3,5,7
/proc/17181/stat : 17181 (lingeling) R 17179 17181 16432 0 -1 4202496 4045461 0 0 0 423530 712 0 0 25 0 1 0 732466070 2157731840 525317 33554432000 4194304 4409284 140736965529520 18446744073709551615 4230481 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/17181/statm: 526790 525317 141 53 0 525213 0
Current children cumulated CPU time (s) 4242.42
Current children cumulated vsize (KiB) 2107160

[startup+4302.3 s]
/proc/loadavg: 1.00 1.05 1.13 2/359 23783
/proc/meminfo: memFree=21548672/32950928 swapFree=65730864/67111528
[pid=17181] ppid=17179 vsize=1407588 CPUtime=4302.42 cores=1,3,5,7
/proc/17181/stat : 17181 (lingeling) R 17179 17181 16432 0 -1 4202496 4045461 0 0 0 429526 716 0 0 25 0 1 0 732466070 1441370112 350424 33554432000 4194304 4409284 140736965529520 18446744073709551615 4303974 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/17181/statm: 351897 350424 141 53 0 350320 0
Current children cumulated CPU time (s) 4302.42
Current children cumulated vsize (KiB) 1407588

[startup+4362.3 s]
/proc/loadavg: 1.00 1.04 1.12 2/359 23785
/proc/meminfo: memFree=21603916/32950928 swapFree=65730864/67111528
[pid=17181] ppid=17179 vsize=1352932 CPUtime=4362.43 cores=1,3,5,7
/proc/17181/stat : 17181 (lingeling) R 17179 17181 16432 0 -1 4202496 4045461 0 0 0 435526 717 0 0 25 0 1 0 732466070 1385402368 336760 33554432000 4194304 4409284 140736965529520 18446744073709551615 4325557 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/17181/statm: 338233 336760 141 53 0 336656 0
Current children cumulated CPU time (s) 4362.43
Current children cumulated vsize (KiB) 1352932

[startup+4422.3 s]
/proc/loadavg: 1.00 1.03 1.11 2/359 23786
/proc/meminfo: memFree=20657856/32950928 swapFree=65730864/67111528
[pid=17181] ppid=17179 vsize=2297688 CPUtime=4422.43 cores=1,3,5,7
/proc/17181/stat : 17181 (lingeling) R 17179 17181 16432 0 -1 4202496 4285190 0 0 0 441502 741 0 0 25 0 1 0 732466070 2352832512 572949 33554432000 4194304 4409284 140736965529520 18446744073709551615 4358379 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/17181/statm: 574422 572949 141 53 0 572845 0
Current children cumulated CPU time (s) 4422.43
Current children cumulated vsize (KiB) 2297688

[startup+4482.3 s]
/proc/loadavg: 1.00 1.02 1.10 2/359 23788
/proc/meminfo: memFree=20656052/32950928 swapFree=65730864/67111528
[pid=17181] ppid=17179 vsize=2299152 CPUtime=4482.43 cores=1,3,5,7
/proc/17181/stat : 17181 (lingeling) R 17179 17181 16432 0 -1 4202496 4285773 0 0 0 447499 744 0 0 25 0 1 0 732466070 2354331648 573315 33554432000 4194304 4409284 140736965529520 18446744073709551615 4358519 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/17181/statm: 574788 573315 141 53 0 573211 0
Current children cumulated CPU time (s) 4482.43
Current children cumulated vsize (KiB) 2299152

[startup+4542.3 s]
/proc/loadavg: 1.00 1.02 1.09 2/359 23789
/proc/meminfo: memFree=21322008/32950928 swapFree=65730864/67111528
[pid=17181] ppid=17179 vsize=1633904 CPUtime=4542.43 cores=1,3,5,7
/proc/17181/stat : 17181 (lingeling) R 17179 17181 16432 0 -1 4202496 4285773 0 0 0 453492 751 0 0 25 0 1 0 732466070 1673117696 407003 33554432000 4194304 4409284 140736965529520 18446744073709551615 4269548 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/17181/statm: 408476 407003 141 53 0 406899 0
Current children cumulated CPU time (s) 4542.43
Current children cumulated vsize (KiB) 1633904

[startup+4602.3 s]
/proc/loadavg: 1.00 1.01 1.08 2/359 23791
/proc/meminfo: memFree=20069172/32950928 swapFree=65730864/67111528
[pid=17181] ppid=17179 vsize=2884188 CPUtime=4602.43 cores=1,3,5,7
/proc/17181/stat : 17181 (lingeling) R 17179 17181 16432 0 -1 4202496 4664354 0 0 0 459453 790 0 0 25 0 1 0 732466070 2953408512 719574 33554432000 4194304 4409284 140736965529520 18446744073709551615 4358621 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/17181/statm: 721047 719574 141 53 0 719470 0
Current children cumulated CPU time (s) 4602.43
Current children cumulated vsize (KiB) 2884188

[startup+4662.3 s]
/proc/loadavg: 1.04 1.02 1.08 2/359 23793
/proc/meminfo: memFree=20069120/32950928 swapFree=65730864/67111528
[pid=17181] ppid=17179 vsize=2884188 CPUtime=4662.43 cores=1,3,5,7
/proc/17181/stat : 17181 (lingeling) R 17179 17181 16432 0 -1 4202496 4664354 0 0 0 465448 795 0 0 25 0 1 0 732466070 2953408512 719574 33554432000 4194304 4409284 140736965529520 18446744073709551615 4257022 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/17181/statm: 721047 719574 141 53 0 719470 0
Current children cumulated CPU time (s) 4662.43
Current children cumulated vsize (KiB) 2884188

[startup+4722.31 s]
/proc/loadavg: 1.05 1.03 1.08 2/359 23794
/proc/meminfo: memFree=20069064/32950928 swapFree=65730864/67111528
[pid=17181] ppid=17179 vsize=2884188 CPUtime=4722.45 cores=1,3,5,7
/proc/17181/stat : 17181 (lingeling) R 17179 17181 16432 0 -1 4202496 4664354 0 0 0 471446 799 0 0 25 0 1 0 732466070 2953408512 719574 33554432000 4194304 4409284 140736965529520 18446744073709551615 4358699 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/17181/statm: 721047 719574 141 53 0 719470 0
Current children cumulated CPU time (s) 4722.45
Current children cumulated vsize (KiB) 2884188

[startup+4782.3 s]
/proc/loadavg: 1.02 1.02 1.08 2/359 23798
/proc/meminfo: memFree=20068508/32950928 swapFree=65730864/67111528
[pid=17181] ppid=17179 vsize=2884188 CPUtime=4782.44 cores=1,3,5,7
/proc/17181/stat : 17181 (lingeling) R 17179 17181 16432 0 -1 4202496 4664354 0 0 0 477439 805 0 0 25 0 1 0 732466070 2953408512 719574 33554432000 4194304 4409284 140736965529520 18446744073709551615 4245053 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/17181/statm: 721047 719574 141 53 0 719470 0
Current children cumulated CPU time (s) 4782.44
Current children cumulated vsize (KiB) 2884188

[startup+4842.3 s]
/proc/loadavg: 1.00 1.02 1.07 2/359 23800
/proc/meminfo: memFree=20069104/32950928 swapFree=65730864/67111528
[pid=17181] ppid=17179 vsize=2884188 CPUtime=4842.44 cores=1,3,5,7
/proc/17181/stat : 17181 (lingeling) R 17179 17181 16432 0 -1 4202496 4664354 0 0 0 483433 811 0 0 25 0 1 0 732466070 2953408512 719574 33554432000 4194304 4409284 140736965529520 18446744073709551615 4358508 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/17181/statm: 721047 719574 141 53 0 719470 0
Current children cumulated CPU time (s) 4842.44
Current children cumulated vsize (KiB) 2884188

[startup+4902.3 s]
/proc/loadavg: 1.00 1.01 1.06 2/359 23802
/proc/meminfo: memFree=20069316/32950928 swapFree=65730864/67111528
[pid=17181] ppid=17179 vsize=2884188 CPUtime=4902.44 cores=1,3,5,7
/proc/17181/stat : 17181 (lingeling) R 17179 17181 16432 0 -1 4202496 4664354 0 0 0 489427 817 0 0 25 0 1 0 732466070 2953408512 719574 33554432000 4194304 4409284 140736965529520 18446744073709551615 4351776 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/17181/statm: 721047 719574 141 53 0 719470 0
Current children cumulated CPU time (s) 4902.44
Current children cumulated vsize (KiB) 2884188

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.06 2/359 23804
/proc/meminfo: memFree=19758144/32950928 swapFree=65730864/67111528
[pid=17181] ppid=17179 vsize=3195308 CPUtime=4962.44 cores=1,3,5,7
/proc/17181/stat : 17181 (lingeling) R 17179 17181 16432 0 -1 4202496 4742134 0 0 0 495413 831 0 0 25 0 1 0 732466070 3271995392 797354 33554432000 4194304 4409284 140736965529520 18446744073709551615 4360283 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/17181/statm: 798827 797354 141 53 0 797250 0
Current children cumulated CPU time (s) 4962.44
Current children cumulated vsize (KiB) 3195308



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 1.00 1.00 1.05 2/359 23805
/proc/meminfo: memFree=19758112/32950928 swapFree=65730864/67111528
[pid=17181] ppid=17179 vsize=3195308 CPUtime=5000.05 cores=1,3,5,7
/proc/17181/stat : 17181 (lingeling) R 17179 17181 16432 0 -1 4202496 4742134 0 0 0 499170 835 0 0 25 0 1 0 732466070 3271995392 797354 33554432000 4194304 4409284 140736965529520 18446744073709551615 4358519 0 0 4096 17506 0 0 0 17 1 0 0 0
/proc/17181/statm: 798827 797354 141 53 0 797250 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 3195308

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.00 1.00 1.05 2/359 23805
/proc/meminfo: memFree=19758112/32950928 swapFree=65730864/67111528
[pid=17181] ppid=17179 vsize=0 CPUtime=5000.16 cores=1,3,5,7
/proc/17181/stat : 17181 (lingeling) R 17179 17181 16432 0 -1 4203524 4742134 0 0 0 499171 845 0 0 25 0 1 0 732466070 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/17181/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 5000.16
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5000.02
CPU time (s): 5000.17
CPU user time (s): 4991.71
CPU system time (s): 8.45971
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 3195308

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4991.71
system time used= 8.45971
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4742134
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= 9187

runsolver used 16.2485 second user time and 42.4855 second system time

The end

Launcher Data

Begin job on node116 at 2011-05-15 03:19:14
IDJOB=3372469
IDBENCH=82404
IDSOLVER=1850
FILE ID=node116/3372469-1305422348
RUNJOBID= node116-1305422348-17168
PBS_JOBID= 13324555
Free space on /tmp= 72800 MiB

SOLVER NAME= Lingeling 587f (fixed)
BENCH NAME= SAT11/application/rintanen/SATPlanning/transport-transport-three-cities-sequential-14nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.040-NOTKNOWN.cnf
COMMAND LINE= lingeling BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3372469-1305422348/watcher-3372469-1305422348 -o /tmp/evaluation-result-3372469-1305422348/solver-3372469-1305422348 -C 5000 -W 5100 -M 15500  lingeling HOME/instance-3372469-1305422348.cnf

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

MD5SUM BENCH= 6c2d25eda70423643946d76935ceb950
RANDOM SEED=60427112

node116.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.826
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.65
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.826
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.15
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.826
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.826
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.75
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.826
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.77
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.826
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.75
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.826
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.826
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:     32950928 kB
MemFree:      22816728 kB
Buffers:         58752 kB
Cached:         556048 kB
SwapCached:      12356 kB
Active:        9573000 kB
Inactive:       336984 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      22816728 kB
SwapTotal:    67111528 kB
SwapFree:     65730864 kB
Dirty:          362340 kB
Writeback:           0 kB
AnonPages:     9293428 kB
Mapped:          15404 kB
Slab:           114752 kB
PageTables:      44132 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 82748816 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= 73008 MiB
End job on node116 at 2011-05-15 04:42:36