Trace number 3493689

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
MiniUnsat2 2011-02-22? (TO) 1800.09 1800.03

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
transport-transport-three-cities-sequential-14nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.010-NOTKNOWN.cnf
MD5SUM3252ca0934d273c627e74740f7a1a048
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 variables378832
Number of clauses2058906
Sum of the clauses size4883206
Maximum clause length1178
Minimum clause length1
Number of clauses of size 1846
Number of clauses of size 22041420
Number of clauses of size 3320
Number of clauses of size 4400
Number of clauses of size 5400
Number of clauses of size over 515520

Solver Data


Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

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-3493689-1307800698/watcher-3493689-1307800698 -o /tmp/evaluation-result-3493689-1307800698/solver-3493689-1307800698 -C 1800 -W 1850 -M 7680 munsat2_release -rnd-seed=869386551 -verb=0 HOME/instance-3493689-1307800698.cnf 

running on 2 cores: 5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1850 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: 0.72 2.15 2.44 6/186 10174
/proc/meminfo: memFree=31212336/32951124 swapFree=67064580/67111528
[pid=10174] ppid=10172 vsize=16276 CPUtime=0 cores=5,7
/proc/10174/stat : 10174 (munsat2_release) R 10172 10174 10098 0 -1 4202496 961 0 0 0 0 0 0 0 22 0 1 0 872485607 16666624 900 33554432000 4194304 4258824 140736236516176 18446744073709551615 264726065861 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10174/statm: 4069 903 218 16 0 711 0

[startup+0.090772 s]
/proc/loadavg: 0.72 2.15 2.44 6/186 10174
/proc/meminfo: memFree=31212336/32951124 swapFree=67064580/67111528
[pid=10174] ppid=10172 vsize=57900 CPUtime=0.07 cores=5,7
/proc/10174/stat : 10174 (munsat2_release) R 10172 10174 10098 0 -1 4202496 11015 0 0 0 6 1 0 0 22 0 1 0 872485607 59289600 10954 33554432000 4194304 4258824 140736236516176 18446744073709551615 264726065861 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10174/statm: 14475 10960 219 16 0 11117 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 57900

[startup+0.100781 s]
/proc/loadavg: 0.72 2.15 2.44 6/186 10174
/proc/meminfo: memFree=31212336/32951124 swapFree=67064580/67111528
[pid=10174] ppid=10172 vsize=61596 CPUtime=0.08 cores=5,7
/proc/10174/stat : 10174 (munsat2_release) R 10172 10174 10098 0 -1 4202496 11979 0 0 0 7 1 0 0 22 0 1 0 872485607 63074304 11918 33554432000 4194304 4258824 140736236516176 18446744073709551615 264726066209 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10174/statm: 15399 11919 219 16 0 12041 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 61596

[startup+0.300734 s]
/proc/loadavg: 0.72 2.15 2.44 6/186 10174
/proc/meminfo: memFree=31212336/32951124 swapFree=67064580/67111528
[pid=10174] ppid=10172 vsize=154340 CPUtime=0.28 cores=5,7
/proc/10174/stat : 10174 (munsat2_release) R 10172 10174 10098 0 -1 4202496 34494 0 0 0 25 3 0 0 23 0 1 0 872485607 158044160 34434 33554432000 4194304 4258824 140736236516176 18446744073709551615 264726065861 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10174/statm: 38618 34437 219 16 0 35260 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 154340

[startup+0.70066 s]
/proc/loadavg: 0.72 2.15 2.44 6/186 10174
/proc/meminfo: memFree=31212336/32951124 swapFree=67064580/67111528
[pid=10174] ppid=10172 vsize=305760 CPUtime=0.69 cores=5,7
/proc/10174/stat : 10174 (munsat2_release) R 10172 10174 10098 0 -1 4202496 72547 0 0 0 61 8 0 0 25 0 1 0 872485607 313098240 72486 33554432000 4194304 4258824 140736236516176 18446744073709551615 4205676 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10174/statm: 76440 72486 220 16 0 73082 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 305760

[startup+1.50051 s]
/proc/loadavg: 0.72 2.15 2.44 5/187 10175
/proc/meminfo: memFree=30906456/32951124 swapFree=67064580/67111528
[pid=10174] ppid=10172 vsize=305760 CPUtime=1.49 cores=5,7
/proc/10174/stat : 10174 (munsat2_release) R 10172 10174 10098 0 -1 4202496 72547 0 0 0 141 8 0 0 25 0 1 0 872485607 313098240 72486 33554432000 4194304 4258824 140736236516176 18446744073709551615 4207134 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10174/statm: 76440 72486 220 16 0 73082 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 305760

[startup+3.10021 s]
/proc/loadavg: 0.72 2.15 2.44 5/187 10175
/proc/meminfo: memFree=30811720/32951124 swapFree=67064580/67111528
[pid=10174] ppid=10172 vsize=355744 CPUtime=3.09 cores=5,7
/proc/10174/stat : 10174 (munsat2_release) R 10172 10174 10098 0 -1 4202496 103444 0 0 0 296 13 0 0 25 0 1 0 872485607 364281856 84700 33554432000 4194304 4258824 140736236516176 18446744073709551615 4206704 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10174/statm: 88936 84700 243 16 0 85578 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 355744

[startup+6.3006 s]
/proc/loadavg: 0.98 2.18 2.45 5/187 10175
/proc/meminfo: memFree=30853436/32951124 swapFree=67064580/67111528
[pid=10174] ppid=10172 vsize=446520 CPUtime=6.28 cores=5,7
/proc/10174/stat : 10174 (munsat2_release) R 10172 10174 10098 0 -1 4202496 170151 0 0 0 607 21 0 0 25 0 1 0 872485607 457236480 104603 33554432000 4194304 4258824 140736236516176 18446744073709551615 4225392 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10174/statm: 111630 104603 243 16 0 108272 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 446520

[startup+12.7004 s]
/proc/loadavg: 1.22 2.21 2.46 5/187 10175
/proc/meminfo: memFree=30747928/32951124 swapFree=67064580/67111528
[pid=10174] ppid=10172 vsize=446520 CPUtime=12.69 cores=5,7
/proc/10174/stat : 10174 (munsat2_release) R 10172 10174 10098 0 -1 4202496 218419 0 0 0 1241 28 0 0 25 0 1 0 872485607 457236480 105334 33554432000 4194304 4258824 140736236516176 18446744073709551615 4218574 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10174/statm: 111630 105334 243 16 0 108272 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 446520

[startup+25.501 s]
/proc/loadavg: 1.84 2.30 2.48 5/187 10176
/proc/meminfo: memFree=30751404/32951124 swapFree=67064580/67111528
[pid=10174] ppid=10172 vsize=357640 CPUtime=25.49 cores=5,7
/proc/10174/stat : 10174 (munsat2_release) R 10172 10174 10098 0 -1 4202496 283360 0 0 0 2512 37 0 0 25 0 1 0 872485607 366223360 85456 33554432000 4194304 4258824 140736236516176 18446744073709551615 4206717 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10174/statm: 89410 85456 244 16 0 86052 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 357640

[startup+51.1011 s]
/proc/loadavg: 2.57 2.43 2.52 5/187 10176
/proc/meminfo: memFree=30723212/32951124 swapFree=67064580/67111528
[pid=10174] ppid=10172 vsize=468320 CPUtime=51.09 cores=5,7
/proc/10174/stat : 10174 (munsat2_release) R 10172 10174 10098 0 -1 4202496 354513 0 0 0 5063 46 0 0 25 0 1 0 872485607 479559680 111468 33554432000 4194304 4258824 140736236516176 18446744073709551615 4218485 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10174/statm: 117080 111468 244 16 0 113722 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 468320

[startup+102.306 s]
/proc/loadavg: 3.38 2.67 2.60 5/187 10178
/proc/meminfo: memFree=30705832/32951124 swapFree=67064580/67111528
[pid=10174] ppid=10172 vsize=468320 CPUtime=102.3 cores=5,7
/proc/10174/stat : 10174 (munsat2_release) R 10172 10174 10098 0 -1 4202496 354513 0 0 0 10184 46 0 0 25 0 1 0 872485607 479559680 111468 33554432000 4194304 4258824 140736236516176 18446744073709551615 4201325 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10174/statm: 117080 111468 244 16 0 113722 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 468320

[startup+162.301 s]
/proc/loadavg: 3.77 2.91 2.68 5/187 10188
/proc/meminfo: memFree=30691152/32951124 swapFree=67064580/67111528
[pid=10174] ppid=10172 vsize=468320 CPUtime=162.3 cores=5,7
/proc/10174/stat : 10174 (munsat2_release) R 10172 10174 10098 0 -1 4202496 354513 0 0 0 16184 46 0 0 25 0 1 0 872485607 479559680 111468 33554432000 4194304 4258824 140736236516176 18446744073709551615 4201325 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10174/statm: 117080 111468 244 16 0 113722 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 468320

[startup+222.301 s]
/proc/loadavg: 3.91 3.11 2.76 5/187 10190
/proc/meminfo: memFree=30659000/32951124 swapFree=67064580/67111528
[pid=10174] ppid=10172 vsize=468320 CPUtime=222.3 cores=5,7
/proc/10174/stat : 10174 (munsat2_release) R 10172 10174 10098 0 -1 4202496 356165 0 0 0 22183 47 0 0 25 0 1 0 872485607 479559680 112832 33554432000 4194304 4258824 140736236516176 18446744073709551615 4201312 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10174/statm: 117080 112832 244 16 0 113722 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 468320

[startup+282.3 s]
/proc/loadavg: 3.97 3.27 2.84 5/187 10192
/proc/meminfo: memFree=30630924/32951124 swapFree=67064580/67111528
[pid=10174] ppid=10172 vsize=468320 CPUtime=282.3 cores=5,7
/proc/10174/stat : 10174 (munsat2_release) R 10172 10174 10098 0 -1 4202496 356165 0 0 0 28183 47 0 0 25 0 1 0 872485607 479559680 112832 33554432000 4194304 4258824 140736236516176 18446744073709551615 4201325 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10174/statm: 117080 112832 244 16 0 113722 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 468320

[startup+342.301 s]
/proc/loadavg: 4.04 3.41 2.91 5/187 10193
/proc/meminfo: memFree=30611904/32951124 swapFree=67064580/67111528
[pid=10174] ppid=10172 vsize=468320 CPUtime=342.3 cores=5,7
/proc/10174/stat : 10174 (munsat2_release) R 10172 10174 10098 0 -1 4202496 356165 0 0 0 34183 47 0 0 25 0 1 0 872485607 479559680 112832 33554432000 4194304 4258824 140736236516176 18446744073709551615 4225129 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10174/statm: 117080 112832 244 16 0 113722 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 468320

[startup+402.301 s]
/proc/loadavg: 4.01 3.52 2.98 5/187 10195
/proc/meminfo: memFree=30597840/32951124 swapFree=67064580/67111528
[pid=10174] ppid=10172 vsize=468320 CPUtime=402.3 cores=5,7
/proc/10174/stat : 10174 (munsat2_release) R 10172 10174 10098 0 -1 4202496 356165 0 0 0 40183 47 0 0 25 0 1 0 872485607 479559680 112832 33554432000 4194304 4258824 140736236516176 18446744073709551615 4229249 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10174/statm: 117080 112832 244 16 0 113722 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 468320

[startup+462.3 s]
/proc/loadavg: 4.08 3.62 3.04 5/187 10196
/proc/meminfo: memFree=30572872/32951124 swapFree=67064580/67111528
[pid=10174] ppid=10172 vsize=468320 CPUtime=462.31 cores=5,7
/proc/10174/stat : 10174 (munsat2_release) R 10172 10174 10098 0 -1 4202496 356165 0 0 0 46184 47 0 0 25 0 1 0 872485607 479559680 112832 33554432000 4194304 4258824 140736236516176 18446744073709551615 4201363 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10174/statm: 117080 112832 244 16 0 113722 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 468320

[startup+522.301 s]
/proc/loadavg: 4.10 3.70 3.11 5/187 10236
/proc/meminfo: memFree=30658240/32951124 swapFree=67064580/67111528
[pid=10174] ppid=10172 vsize=468320 CPUtime=522.31 cores=5,7
/proc/10174/stat : 10174 (munsat2_release) R 10172 10174 10098 0 -1 4202496 356165 0 0 0 52184 47 0 0 25 0 1 0 872485607 479559680 112832 33554432000 4194304 4258824 140736236516176 18446744073709551615 4225201 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10174/statm: 117080 112832 244 16 0 113722 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 468320

[startup+582.301 s]
/proc/loadavg: 4.04 3.75 3.16 5/187 10238
/proc/meminfo: memFree=30657132/32951124 swapFree=67064580/67111528
[pid=10174] ppid=10172 vsize=468320 CPUtime=582.31 cores=5,7
/proc/10174/stat : 10174 (munsat2_release) R 10172 10174 10098 0 -1 4202496 356165 0 0 0 58184 47 0 0 25 0 1 0 872485607 479559680 112832 33554432000 4194304 4258824 140736236516176 18446744073709551615 4201325 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10174/statm: 117080 112832 244 16 0 113722 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 468320

[startup+642.3 s]

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

[startup+822.3 s]
/proc/loadavg: 4.04 3.89 3.34 5/187 10244
/proc/meminfo: memFree=30623716/32951124 swapFree=67064580/67111528
[pid=10174] ppid=10172 vsize=468320 CPUtime=822.32 cores=5,7
/proc/10174/stat : 10174 (munsat2_release) R 10172 10174 10098 0 -1 4202496 356165 0 0 0 82185 47 0 0 25 0 1 0 872485607 479559680 112832 33554432000 4194304 4258824 140736236516176 18446744073709551615 4225201 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10174/statm: 117080 112832 244 16 0 113722 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 468320

[startup+882.301 s]
/proc/loadavg: 4.01 3.91 3.38 5/187 10246
/proc/meminfo: memFree=30619568/32951124 swapFree=67064580/67111528
[pid=10174] ppid=10172 vsize=468320 CPUtime=882.32 cores=5,7
/proc/10174/stat : 10174 (munsat2_release) R 10172 10174 10098 0 -1 4202496 356165 0 0 0 88185 47 0 0 25 0 1 0 872485607 479559680 112832 33554432000 4194304 4258824 140736236516176 18446744073709551615 4220823 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10174/statm: 117080 112832 244 16 0 113722 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 468320

[startup+942.301 s]
/proc/loadavg: 4.00 3.92 3.42 5/187 10247
/proc/meminfo: memFree=30619884/32951124 swapFree=67064580/67111528
[pid=10174] ppid=10172 vsize=468320 CPUtime=942.32 cores=5,7
/proc/10174/stat : 10174 (munsat2_release) R 10172 10174 10098 0 -1 4202496 356165 0 0 0 94185 47 0 0 25 0 1 0 872485607 479559680 112832 33554432000 4194304 4258824 140736236516176 18446744073709551615 264726102427 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10174/statm: 117080 112832 244 16 0 113722 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 468320

[startup+1002.3 s]
/proc/loadavg: 4.04 3.95 3.46 5/187 10249
/proc/meminfo: memFree=30620084/32951124 swapFree=67064580/67111528
[pid=10174] ppid=10172 vsize=468320 CPUtime=1002.33 cores=5,7
/proc/10174/stat : 10174 (munsat2_release) R 10172 10174 10098 0 -1 4202496 356165 0 0 0 100186 47 0 0 25 0 1 0 872485607 479559680 112832 33554432000 4194304 4258824 140736236516176 18446744073709551615 4220853 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10174/statm: 117080 112832 244 16 0 113722 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 468320

[startup+1062.3 s]
/proc/loadavg: 4.01 3.95 3.49 5/187 10250
/proc/meminfo: memFree=30604420/32951124 swapFree=67064580/67111528
[pid=10174] ppid=10172 vsize=468320 CPUtime=1062.33 cores=5,7
/proc/10174/stat : 10174 (munsat2_release) R 10172 10174 10098 0 -1 4202496 356165 0 0 0 106186 47 0 0 25 0 1 0 872485607 479559680 112832 33554432000 4194304 4258824 140736236516176 18446744073709551615 4221089 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10174/statm: 117080 112832 244 16 0 113722 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 468320

[startup+1122.3 s]
/proc/loadavg: 4.00 3.96 3.52 5/187 10252
/proc/meminfo: memFree=30602020/32951124 swapFree=67064580/67111528
[pid=10174] ppid=10172 vsize=468320 CPUtime=1122.33 cores=5,7
/proc/10174/stat : 10174 (munsat2_release) R 10172 10174 10098 0 -1 4202496 356165 0 0 0 112186 47 0 0 25 0 1 0 872485607 479559680 112832 33554432000 4194304 4258824 140736236516176 18446744073709551615 4220919 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10174/statm: 117080 112832 244 16 0 113722 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 468320

[startup+1182.3 s]
/proc/loadavg: 4.00 3.97 3.55 5/187 10254
/proc/meminfo: memFree=30598240/32951124 swapFree=67064580/67111528
[pid=10174] ppid=10172 vsize=468320 CPUtime=1182.33 cores=5,7
/proc/10174/stat : 10174 (munsat2_release) R 10172 10174 10098 0 -1 4202496 356165 0 0 0 118186 47 0 0 25 0 1 0 872485607 479559680 112832 33554432000 4194304 4258824 140736236516176 18446744073709551615 4237403 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10174/statm: 117080 112832 244 16 0 113722 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 468320

[startup+1242.3 s]
/proc/loadavg: 4.00 3.97 3.57 5/187 10255
/proc/meminfo: memFree=30600664/32951124 swapFree=67064580/67111528
[pid=10174] ppid=10172 vsize=476164 CPUtime=1242.33 cores=5,7
/proc/10174/stat : 10174 (munsat2_release) R 10172 10174 10098 0 -1 4202496 356396 0 0 0 124186 47 0 0 25 0 1 0 872485607 487591936 113063 33554432000 4194304 4258824 140736236516176 18446744073709551615 4225679 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10174/statm: 119041 113063 244 16 0 115683 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 476164

[startup+1302.3 s]
/proc/loadavg: 4.06 3.99 3.60 5/187 10257
/proc/meminfo: memFree=30588824/32951124 swapFree=67064580/67111528
[pid=10174] ppid=10172 vsize=476164 CPUtime=1302.34 cores=5,7
/proc/10174/stat : 10174 (munsat2_release) R 10172 10174 10098 0 -1 4202496 357096 0 0 0 130187 47 0 0 25 0 1 0 872485607 487591936 113763 33554432000 4194304 4258824 140736236516176 18446744073709551615 4220823 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10174/statm: 119041 113763 244 16 0 115683 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 476164

[startup+1362.3 s]
/proc/loadavg: 4.02 3.99 3.62 5/187 10258
/proc/meminfo: memFree=30570440/32951124 swapFree=67064580/67111528
[pid=10174] ppid=10172 vsize=491992 CPUtime=1362.34 cores=5,7
/proc/10174/stat : 10174 (munsat2_release) R 10172 10174 10098 0 -1 4202496 361691 0 0 0 136186 48 0 0 25 0 1 0 872485607 503799808 118353 33554432000 4194304 4258824 140736236516176 18446744073709551615 4221112 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10174/statm: 122998 118353 244 16 0 119640 0
Current children cumulated CPU time (s) 1362.34
Current children cumulated vsize (KiB) 491992

[startup+1422.31 s]
/proc/loadavg: 4.00 3.99 3.64 5/187 10260
/proc/meminfo: memFree=30578196/32951124 swapFree=67064580/67111528
[pid=10174] ppid=10172 vsize=502404 CPUtime=1422.35 cores=5,7
/proc/10174/stat : 10174 (munsat2_release) R 10172 10174 10098 0 -1 4202496 364293 0 0 0 142187 48 0 0 25 0 1 0 872485607 514461696 120955 33554432000 4194304 4258824 140736236516176 18446744073709551615 4237334 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10174/statm: 125601 120955 244 16 0 122243 0
Current children cumulated CPU time (s) 1422.35
Current children cumulated vsize (KiB) 502404

[startup+1482.3 s]
/proc/loadavg: 4.00 3.99 3.66 5/187 10262
/proc/meminfo: memFree=30543540/32951124 swapFree=67064580/67111528
[pid=10174] ppid=10172 vsize=517836 CPUtime=1482.34 cores=5,7
/proc/10174/stat : 10174 (munsat2_release) R 10172 10174 10098 0 -1 4202496 368153 0 0 0 148186 48 0 0 25 0 1 0 872485607 530264064 124813 33554432000 4194304 4258824 140736236516176 18446744073709551615 4225225 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10174/statm: 129459 124813 244 16 0 126101 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 517836

[startup+1542.3 s]
/proc/loadavg: 4.06 4.00 3.68 5/187 10263
/proc/meminfo: memFree=30519932/32951124 swapFree=67064580/67111528
[pid=10174] ppid=10172 vsize=533816 CPUtime=1542.35 cores=5,7
/proc/10174/stat : 10174 (munsat2_release) R 10172 10174 10098 0 -1 4202496 372148 0 0 0 154186 49 0 0 25 0 1 0 872485607 546627584 128808 33554432000 4194304 4258824 140736236516176 18446744073709551615 4221191 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10174/statm: 133454 128808 244 16 0 130096 0
Current children cumulated CPU time (s) 1542.35
Current children cumulated vsize (KiB) 533816

[startup+1602.3 s]
/proc/loadavg: 4.08 4.01 3.71 5/187 10267
/proc/meminfo: memFree=30505496/32951124 swapFree=67064580/67111528
[pid=10174] ppid=10172 vsize=537368 CPUtime=1602.35 cores=5,7
/proc/10174/stat : 10174 (munsat2_release) R 10172 10174 10098 0 -1 4202496 373420 0 0 0 160186 49 0 0 25 0 1 0 872485607 550264832 130072 33554432000 4194304 4258824 140736236516176 18446744073709551615 4237967 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10174/statm: 134342 130072 244 16 0 130984 0
Current children cumulated CPU time (s) 1602.35
Current children cumulated vsize (KiB) 537368

[startup+1662.3 s]
/proc/loadavg: 4.03 4.01 3.72 5/187 10269
/proc/meminfo: memFree=30487432/32951124 swapFree=67064580/67111528
[pid=10174] ppid=10172 vsize=557116 CPUtime=1662.34 cores=5,7
/proc/10174/stat : 10174 (munsat2_release) R 10172 10174 10098 0 -1 4202496 377993 0 0 0 166185 49 0 0 25 0 1 0 872485607 570486784 134633 33554432000 4194304 4258824 140736236516176 18446744073709551615 4225467 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10174/statm: 139279 134633 244 16 0 135921 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 557116

[startup+1722.3 s]
/proc/loadavg: 4.01 4.00 3.74 5/187 10271
/proc/meminfo: memFree=30473240/32951124 swapFree=67064580/67111528
[pid=10174] ppid=10172 vsize=569560 CPUtime=1722.35 cores=5,7
/proc/10174/stat : 10174 (munsat2_release) R 10172 10174 10098 0 -1 4202496 380844 0 0 0 172185 50 0 0 25 0 1 0 872485607 583229440 137479 33554432000 4194304 4258824 140736236516176 18446744073709551615 4220823 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10174/statm: 142390 137479 244 16 0 139032 0
Current children cumulated CPU time (s) 1722.35
Current children cumulated vsize (KiB) 569560

[startup+1782.3 s]
/proc/loadavg: 4.00 4.00 3.75 5/187 10273
/proc/meminfo: memFree=30453232/32951124 swapFree=67064580/67111528
[pid=10174] ppid=10172 vsize=581052 CPUtime=1782.35 cores=5,7
/proc/10174/stat : 10174 (munsat2_release) R 10172 10174 10098 0 -1 4202496 382519 0 0 0 178185 50 0 0 25 0 1 0 872485607 594997248 139149 33554432000 4194304 4258824 140736236516176 18446744073709551615 4220896 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10174/statm: 145263 139149 244 16 0 141905 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 581052



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 4.00 4.00 3.75 4/185 10313
/proc/meminfo: memFree=30728440/32951124 swapFree=67064580/67111528
[pid=10174] ppid=10172 vsize=584088 CPUtime=1800.06 cores=5,7
/proc/10174/stat : 10174 (munsat2_release) R 10172 10174 10098 0 -1 4202496 384746 0 0 0 179956 50 0 0 25 0 1 0 872485607 598106112 141376 33554432000 4194304 4258824 140736236516176 18446744073709551615 4225738 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/10174/statm: 146022 141376 244 16 0 142664 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 584088

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.03
CPU time (s): 1800.09
CPU user time (s): 1799.56
CPU system time (s): 0.530919
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 584088

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

runsolver used 2.75858 second user time and 7.06893 second system time

The end

Launcher Data

Begin job on node141 at 2011-06-11 15:58:20
IDJOB=3493689
IDBENCH=82383
IDSOLVER=1973
FILE ID=node141/3493689-1307800698
RUNJOBID= node141-1307800695-10119
PBS_JOBID= 13551047
Free space on /tmp= 74048 MiB

SOLVER NAME= MiniUnsat2 2011-02-22
BENCH NAME= SAT11/application/rintanen/SATPlanning/transport-transport-three-cities-sequential-14nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.010-NOTKNOWN.cnf
COMMAND LINE= munsat2_release -rnd-seed=RANDOMSEED -verb=0 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3493689-1307800698/watcher-3493689-1307800698 -o /tmp/evaluation-result-3493689-1307800698/solver-3493689-1307800698 -C 1800 -W 1850 -M 7680  munsat2_release -rnd-seed=869386551 -verb=0 HOME/instance-3493689-1307800698.cnf

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

MD5SUM BENCH= 3252ca0934d273c627e74740f7a1a048
RANDOM SEED=869386551

node141.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.806
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.61
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.806
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	: 5362.96
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.806
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.806
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.806
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.84
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.806
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.806
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.806
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:      31213144 kB
Buffers:        272764 kB
Cached:        1092476 kB
SwapCached:       8728 kB
Active:         714612 kB
Inactive:       840784 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31213144 kB
SwapTotal:    67111528 kB
SwapFree:     67064580 kB
Dirty:           54140 kB
Writeback:           0 kB
AnonPages:      187964 kB
Mapped:          10212 kB
Slab:           116480 kB
PageTables:       5116 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   406392 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= 74052 MiB
End job on node141 at 2011-06-11 16:28:22