Trace number 3379364

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
UmSat 2011-05-12 (fixed)? (TO) 1300.11 1300.08

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
transport-transport-city-sequential-35nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.050-SAT.cnf
MD5SUM48f03e5fbe31fc85b9a464480fc8aa5a
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark752.735
Satisfiable
(Un)Satisfiability was proved
Number of variables1575206
Number of clauses8464620
Sum of the clauses size20118920
Maximum clause length982
Minimum clause length1
Number of clauses of size 1720
Number of clauses of size 28393300
Number of clauses of size 3400
Number of clauses of size 41600
Number of clauses of size 54000
Number of clauses of size over 564600

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-3379364-1305455252/watcher-3379364-1305455252 -o /tmp/evaluation-result-3379364-1305455252/solver-3379364-1305455252 -C 2400 -W 1300 -M 7680 umsat HOME/instance-3379364-1305455252.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: 1.25 1.38 2.32 5/356 16218
/proc/meminfo: memFree=14462292/32950928 swapFree=67111364/67111528
[pid=16218] ppid=16216 vsize=11776 CPUtime=0 cores=0,2
/proc/16218/stat : 16218 (umsat) R 16216 16218 14075 0 -1 4194304 370 0 0 0 0 0 0 0 22 0 1 0 113135122 12058624 310 33554432000 4194304 4263832 140736934272560 18446744073709551615 218880232395 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/16218/statm: 2944 310 240 17 0 117 0

[startup+0.068047 s]
/proc/loadavg: 1.25 1.38 2.32 5/356 16218
/proc/meminfo: memFree=14462292/32950928 swapFree=67111364/67111528
[pid=16218] ppid=16216 vsize=12428 CPUtime=0.06 cores=0,2
/proc/16218/stat : 16218 (umsat) R 16216 16218 14075 0 -1 4194304 609 0 0 0 6 0 0 0 22 0 1 0 113135122 12726272 500 33554432000 4194304 4263832 140736934272560 18446744073709551615 218880254399 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/16218/statm: 3107 500 241 17 0 280 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 12428

[startup+0.101054 s]
/proc/loadavg: 1.25 1.38 2.32 5/356 16218
/proc/meminfo: memFree=14462292/32950928 swapFree=67111364/67111528
[pid=16218] ppid=16216 vsize=13340 CPUtime=0.09 cores=0,2
/proc/16218/stat : 16218 (umsat) R 16216 16218 14075 0 -1 4194304 882 0 0 0 9 0 0 0 22 0 1 0 113135122 13660160 676 33554432000 4194304 4263832 140736934272560 18446744073709551615 47639608218424 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/16218/statm: 3335 676 241 17 0 508 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13340

[startup+0.301008 s]
/proc/loadavg: 1.25 1.38 2.32 5/356 16218
/proc/meminfo: memFree=14462292/32950928 swapFree=67111364/67111528
[pid=16218] ppid=16216 vsize=18812 CPUtime=0.29 cores=0,2
/proc/16218/stat : 16218 (umsat) R 16216 16218 14075 0 -1 4194304 2524 0 0 0 29 0 0 0 23 0 1 0 113135122 19263488 1740 33554432000 4194304 4263832 140736934272560 18446744073709551615 47639608112213 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/16218/statm: 4703 1741 241 17 0 1876 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18812

[startup+0.70094 s]
/proc/loadavg: 1.25 1.38 2.32 5/356 16218
/proc/meminfo: memFree=14462292/32950928 swapFree=67111364/67111528
[pid=16218] ppid=16216 vsize=26372 CPUtime=0.69 cores=0,2
/proc/16218/stat : 16218 (umsat) R 16216 16218 14075 0 -1 4194304 4920 0 0 0 69 0 0 0 25 0 1 0 113135122 27004928 3367 33554432000 4194304 4263832 140736934272560 18446744073709551615 218880221087 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/16218/statm: 6593 3367 242 17 0 3766 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 26372

[startup+1.5008 s]
/proc/loadavg: 1.25 1.38 2.32 5/357 16219
/proc/meminfo: memFree=14398928/32950928 swapFree=67111364/67111528
[pid=16218] ppid=16216 vsize=40700 CPUtime=1.49 cores=0,2
/proc/16218/stat : 16218 (umsat) R 16216 16218 14075 0 -1 4194304 9547 0 0 0 148 1 0 0 25 0 1 0 113135122 41676800 6457 33554432000 4194304 4263832 140736934272560 18446744073709551615 47639608110311 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/16218/statm: 10175 6457 242 17 0 7348 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 40700

[startup+3.10052 s]
/proc/loadavg: 1.25 1.38 2.32 5/357 16219
/proc/meminfo: memFree=14398928/32950928 swapFree=67111364/67111528
[pid=16218] ppid=16216 vsize=70280 CPUtime=3.09 cores=0,2
/proc/16218/stat : 16218 (umsat) R 16216 16218 14075 0 -1 4194304 18975 0 0 0 307 2 0 0 25 0 1 0 113135122 71966720 12812 33554432000 4194304 4263832 140736934272560 18446744073709551615 4232249 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/16218/statm: 17570 12812 242 17 0 14743 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 70280

[startup+6.30095 s]
/proc/loadavg: 1.63 1.45 2.34 5/357 16219
/proc/meminfo: memFree=14239472/32950928 swapFree=67111364/67111528
[pid=16218] ppid=16216 vsize=129044 CPUtime=6.28 cores=0,2
/proc/16218/stat : 16218 (umsat) R 16216 16218 14075 0 -1 4194304 37595 0 0 0 624 4 0 0 25 0 1 0 113135122 132141056 25287 33554432000 4194304 4263832 140736934272560 18446744073709551615 4232240 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/16218/statm: 32261 25287 242 17 0 29434 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 129044

[startup+12.7008 s]
/proc/loadavg: 1.98 1.53 2.35 5/357 16219
/proc/meminfo: memFree=13632160/32950928 swapFree=67111364/67111528
[pid=16218] ppid=16216 vsize=246440 CPUtime=12.69 cores=0,2
/proc/16218/stat : 16218 (umsat) R 16216 16218 14075 0 -1 4194304 74842 0 0 0 1258 11 0 0 25 0 1 0 113135122 252354560 50245 33554432000 4194304 4263832 140736934272560 18446744073709551615 47639607894501 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/16218/statm: 61610 50245 242 17 0 58783 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 246440

[startup+25.5006 s]
/proc/loadavg: 2.42 1.65 2.38 5/357 16220
/proc/meminfo: memFree=13044520/32950928 swapFree=67111364/67111528
[pid=16218] ppid=16216 vsize=481760 CPUtime=25.49 cores=0,2
/proc/16218/stat : 16218 (umsat) R 16216 16218 14075 0 -1 4194304 149194 0 0 0 2525 24 0 0 25 0 1 0 113135122 493322240 100020 33554432000 4194304 4263832 140736934272560 18446744073709551615 47639608110307 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/16218/statm: 120440 100020 242 17 0 117613 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 481760

[startup+51.1011 s]
/proc/loadavg: 3.02 1.85 2.43 5/357 16221
/proc/meminfo: memFree=11969940/32950928 swapFree=67111364/67111528
[pid=16218] ppid=16216 vsize=1479724 CPUtime=51.09 cores=0,2
/proc/16218/stat : 16218 (umsat) R 16216 16218 14075 0 -1 4202496 525027 0 0 0 5029 80 0 0 25 0 1 0 113135122 1515237376 357091 33554432000 4194304 4263832 140736934272560 18446744073709551615 4224830 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/16218/statm: 369931 357091 247 17 0 367104 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 1479724

[startup+102.314 s]
/proc/loadavg: 3.62 2.20 2.51 5/357 16222
/proc/meminfo: memFree=11863076/32950928 swapFree=67111364/67111528
[pid=16218] ppid=16216 vsize=1479724 CPUtime=102.3 cores=0,2
/proc/16218/stat : 16218 (umsat) R 16216 16218 14075 0 -1 4202496 525027 0 0 0 10150 80 0 0 25 0 1 0 113135122 1515237376 357091 33554432000 4194304 4263832 140736934272560 18446744073709551615 4224816 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/16218/statm: 369931 357091 247 17 0 367104 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 1479724

[startup+162.301 s]
/proc/loadavg: 3.86 2.52 2.60 5/357 16223
/proc/meminfo: memFree=11693868/32950928 swapFree=67111364/67111528
[pid=16218] ppid=16216 vsize=1479724 CPUtime=162.29 cores=0,2
/proc/16218/stat : 16218 (umsat) R 16216 16218 14075 0 -1 4202496 525027 0 0 0 16148 81 0 0 25 0 1 0 113135122 1515237376 357091 33554432000 4194304 4263832 140736934272560 18446744073709551615 4224845 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/16218/statm: 369931 357091 247 17 0 367104 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 1479724

[startup+222.301 s]
/proc/loadavg: 3.95 2.79 2.69 5/357 16225
/proc/meminfo: memFree=11484284/32950928 swapFree=67111364/67111528
[pid=16218] ppid=16216 vsize=1479724 CPUtime=222.3 cores=0,2
/proc/16218/stat : 16218 (umsat) R 16216 16218 14075 0 -1 4202496 525027 0 0 0 22149 81 0 0 25 0 1 0 113135122 1515237376 357091 33554432000 4194304 4263832 140736934272560 18446744073709551615 4224786 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/16218/statm: 369931 357091 247 17 0 367104 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 1479724

[startup+282.3 s]
/proc/loadavg: 3.98 3.01 2.77 5/357 16227
/proc/meminfo: memFree=11216420/32950928 swapFree=67111364/67111528
[pid=16218] ppid=16216 vsize=1479724 CPUtime=282.3 cores=0,2
/proc/16218/stat : 16218 (umsat) R 16216 16218 14075 0 -1 4202496 525027 0 0 0 28149 81 0 0 25 0 1 0 113135122 1515237376 357091 33554432000 4194304 4263832 140736934272560 18446744073709551615 4224786 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/16218/statm: 369931 357091 247 17 0 367104 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 1479724

[startup+342.301 s]
/proc/loadavg: 3.99 3.18 2.84 5/357 16228
/proc/meminfo: memFree=10958984/32950928 swapFree=67111364/67111528
[pid=16218] ppid=16216 vsize=1479724 CPUtime=342.3 cores=0,2
/proc/16218/stat : 16218 (umsat) R 16216 16218 14075 0 -1 4202496 525027 0 0 0 34149 81 0 0 25 0 1 0 113135122 1515237376 357091 33554432000 4194304 4263832 140736934272560 18446744073709551615 4224830 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/16218/statm: 369931 357091 247 17 0 367104 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 1479724

[startup+402.3 s]
/proc/loadavg: 3.99 3.33 2.91 5/357 16230
/proc/meminfo: memFree=10669544/32950928 swapFree=67111364/67111528
[pid=16218] ppid=16216 vsize=1479724 CPUtime=402.3 cores=0,2
/proc/16218/stat : 16218 (umsat) R 16216 16218 14075 0 -1 4202496 525027 0 0 0 40149 81 0 0 25 0 1 0 113135122 1515237376 357091 33554432000 4194304 4263832 140736934272560 18446744073709551615 4224845 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/16218/statm: 369931 357091 247 17 0 367104 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 1479724

[startup+462.301 s]
/proc/loadavg: 4.03 3.46 2.98 5/357 16231
/proc/meminfo: memFree=10367084/32950928 swapFree=67111364/67111528
[pid=16218] ppid=16216 vsize=1479724 CPUtime=462.3 cores=0,2
/proc/16218/stat : 16218 (umsat) R 16216 16218 14075 0 -1 4202496 525027 0 0 0 46149 81 0 0 25 0 1 0 113135122 1515237376 357091 33554432000 4194304 4263832 140736934272560 18446744073709551615 4224786 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/16218/statm: 369931 357091 247 17 0 367104 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 1479724

[startup+522.301 s]
/proc/loadavg: 4.01 3.56 3.04 5/357 16233
/proc/meminfo: memFree=10168048/32950928 swapFree=67111364/67111528
[pid=16218] ppid=16216 vsize=1479724 CPUtime=522.3 cores=0,2
/proc/16218/stat : 16218 (umsat) R 16216 16218 14075 0 -1 4202496 525027 0 0 0 52149 81 0 0 25 0 1 0 113135122 1515237376 357091 33554432000 4194304 4263832 140736934272560 18446744073709551615 4224845 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/16218/statm: 369931 357091 247 17 0 367104 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 1479724

[startup+582.301 s]
/proc/loadavg: 4.14 3.68 3.11 5/357 16235
/proc/meminfo: memFree=9932428/32950928 swapFree=67111364/67111528
[pid=16218] ppid=16216 vsize=1479724 CPUtime=582.3 cores=0,2
/proc/16218/stat : 16218 (umsat) R 16216 16218 14075 0 -1 4202496 525027 0 0 0 58149 81 0 0 25 0 1 0 113135122 1515237376 357091 33554432000 4194304 4263832 140736934272560 18446744073709551615 4224816 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/16218/statm: 369931 357091 247 17 0 367104 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 1479724

[startup+642.301 s]
/proc/loadavg: 4.13 3.77 3.18 5/357 16237
/proc/meminfo: memFree=9675240/32950928 swapFree=67111364/67111528
[pid=16218] ppid=16216 vsize=1479724 CPUtime=642.32 cores=0,2
/proc/16218/stat : 16218 (umsat) R 16216 16218 14075 0 -1 4202496 525027 0 0 0 64151 81 0 0 25 0 1 0 113135122 1515237376 357091 33554432000 4194304 4263832 140736934272560 18446744073709551615 4224786 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/16218/statm: 369931 357091 247 17 0 367104 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 1479724

[startup+702.301 s]
/proc/loadavg: 4.05 3.81 3.22 5/357 16238
/proc/meminfo: memFree=9403532/32950928 swapFree=67111364/67111528
[pid=16218] ppid=16216 vsize=1479724 CPUtime=702.31 cores=0,2
/proc/16218/stat : 16218 (umsat) R 16216 16218 14075 0 -1 4202496 525027 0 0 0 70150 81 0 0 25 0 1 0 113135122 1515237376 357091 33554432000 4194304 4263832 140736934272560 18446744073709551615 4224786 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/16218/statm: 369931 357091 247 17 0 367104 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 1479724

[startup+762.314 s]
/proc/loadavg: 4.02 3.84 3.27 5/357 16239
/proc/meminfo: memFree=9316460/32950928 swapFree=67111364/67111528
[pid=16218] ppid=16216 vsize=1479724 CPUtime=762.32 cores=0,2
/proc/16218/stat : 16218 (umsat) R 16216 16218 14075 0 -1 4202496 525027 0 0 0 76151 81 0 0 25 0 1 0 113135122 1515237376 357091 33554432000 4194304 4263832 140736934272560 18446744073709551615 4224786 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/16218/statm: 369931 357091 247 17 0 367104 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 1479724

[startup+822.3 s]
/proc/loadavg: 4.00 3.86 3.31 5/357 16241
/proc/meminfo: memFree=9129300/32950928 swapFree=67111364/67111528
[pid=16218] ppid=16216 vsize=1479724 CPUtime=822.3 cores=0,2
/proc/16218/stat : 16218 (umsat) R 16216 16218 14075 0 -1 4202496 525027 0 0 0 82149 81 0 0 25 0 1 0 113135122 1515237376 357091 33554432000 4194304 4263832 140736934272560 18446744073709551615 4224816 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/16218/statm: 369931 357091 247 17 0 367104 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 1479724

[startup+882.301 s]
/proc/loadavg: 4.00 3.89 3.35 5/357 16243
/proc/meminfo: memFree=8951080/32950928 swapFree=67111364/67111528
[pid=16218] ppid=16216 vsize=1479724 CPUtime=882.3 cores=0,2
/proc/16218/stat : 16218 (umsat) R 16216 16218 14075 0 -1 4202496 525027 0 0 0 88149 81 0 0 25 0 1 0 113135122 1515237376 357091 33554432000 4194304 4263832 140736934272560 18446744073709551615 4224824 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/16218/statm: 369931 357091 247 17 0 367104 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 1479724

[startup+942.3 s]
/proc/loadavg: 4.00 3.90 3.39 5/357 16244
/proc/meminfo: memFree=8783520/32950928 swapFree=67111364/67111528
[pid=16218] ppid=16216 vsize=1479724 CPUtime=942.31 cores=0,2
/proc/16218/stat : 16218 (umsat) R 16216 16218 14075 0 -1 4202496 525027 0 0 0 94150 81 0 0 25 0 1 0 113135122 1515237376 357091 33554432000 4194304 4263832 140736934272560 18446744073709551615 4224760 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/16218/statm: 369931 357091 247 17 0 367104 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 1479724

[startup+1002.3 s]
/proc/loadavg: 4.05 3.94 3.43 5/357 16246
/proc/meminfo: memFree=8728436/32950928 swapFree=67111364/67111528
[pid=16218] ppid=16216 vsize=1479724 CPUtime=1002.31 cores=0,2
/proc/16218/stat : 16218 (umsat) R 16216 16218 14075 0 -1 4202496 525027 0 0 0 100150 81 0 0 25 0 1 0 113135122 1515237376 357091 33554432000 4194304 4263832 140736934272560 18446744073709551615 4224786 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/16218/statm: 369931 357091 247 17 0 367104 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 1479724

[startup+1062.3 s]
/proc/loadavg: 4.02 3.94 3.46 5/357 16247
/proc/meminfo: memFree=8494304/32950928 swapFree=67111364/67111528
[pid=16218] ppid=16216 vsize=1479724 CPUtime=1062.31 cores=0,2
/proc/16218/stat : 16218 (umsat) R 16216 16218 14075 0 -1 4202496 525027 0 0 0 106150 81 0 0 25 0 1 0 113135122 1515237376 357091 33554432000 4194304 4263832 140736934272560 18446744073709551615 4224830 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/16218/statm: 369931 357091 247 17 0 367104 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 1479724

[startup+1122.3 s]
/proc/loadavg: 4.15 4.00 3.51 5/357 16249
/proc/meminfo: memFree=8301808/32950928 swapFree=67111364/67111528
[pid=16218] ppid=16216 vsize=1479724 CPUtime=1122.31 cores=0,2
/proc/16218/stat : 16218 (umsat) R 16216 16218 14075 0 -1 4202496 525027 0 0 0 112150 81 0 0 25 0 1 0 113135122 1515237376 357091 33554432000 4194304 4263832 140736934272560 18446744073709551615 4224786 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/16218/statm: 369931 357091 247 17 0 367104 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 1479724

[startup+1182.3 s]
/proc/loadavg: 4.10 4.01 3.54 5/357 16251
/proc/meminfo: memFree=8196128/32950928 swapFree=67111364/67111528
[pid=16218] ppid=16216 vsize=1479724 CPUtime=1182.31 cores=0,2
/proc/16218/stat : 16218 (umsat) R 16216 16218 14075 0 -1 4202496 525027 0 0 0 118150 81 0 0 25 0 1 0 113135122 1515237376 357091 33554432000 4194304 4263832 140736934272560 18446744073709551615 4224830 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/16218/statm: 369931 357091 247 17 0 367104 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 1479724

[startup+1242.3 s]
/proc/loadavg: 4.07 4.02 3.57 5/357 16252
/proc/meminfo: memFree=8139940/32950928 swapFree=67111364/67111528
[pid=16218] ppid=16216 vsize=1479724 CPUtime=1242.31 cores=0,2
/proc/16218/stat : 16218 (umsat) R 16216 16218 14075 0 -1 4202496 525027 0 0 0 124150 81 0 0 25 0 1 0 113135122 1515237376 357091 33554432000 4194304 4263832 140736934272560 18446744073709551615 4224797 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/16218/statm: 369931 357091 247 17 0 367104 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 1479724



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.78 3.97 3.58 2/342 16308
/proc/meminfo: memFree=13439396/32950928 swapFree=67111364/67111528
[pid=16218] ppid=16216 vsize=1479724 CPUtime=1300.03 cores=0,2
/proc/16218/stat : 16218 (umsat) R 16216 16218 14075 0 -1 4202496 525027 0 0 0 129922 81 0 0 25 0 1 0 113135122 1515237376 357091 33554432000 4194304 4263832 140736934272560 18446744073709551615 4224786 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/16218/statm: 369931 357091 247 17 0 367104 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 1479724

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: 3.78 3.97 3.58 2/342 16308
/proc/meminfo: memFree=13439396/32950928 swapFree=67111364/67111528
[pid=16218] ppid=16216 vsize=1479724 CPUtime=1300.03 cores=0,2
/proc/16218/stat : 16218 (umsat) R 16216 16218 14075 0 -1 4202496 525027 0 0 0 129922 81 0 0 25 0 1 0 113135122 1515237376 357091 33554432000 4194304 4263832 140736934272560 18446744073709551615 4224786 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/16218/statm: 369931 357091 247 17 0 367104 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 1479724

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.08
CPU time (s): 1300.11
CPU user time (s): 1299.22
CPU system time (s): 0.886865
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 1872944

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

runsolver used 4.89426 second user time and 10.4324 second system time

The end

Launcher Data

Begin job on node112 at 2011-05-15 12:27:37
IDJOB=3379364
IDBENCH=82388
IDSOLVER=1861
FILE ID=node112/3379364-1305455252
RUNJOBID= node112-1305455252-16176
PBS_JOBID= 13324849
Free space on /tmp= 73216 MiB

SOLVER NAME= UmSat 2011-05-12 (fixed)
BENCH NAME= SAT11/application/rintanen/SATPlanning/transport-transport-city-sequential-35nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.050-SAT.cnf
COMMAND LINE= umsat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3379364-1305455252/watcher-3379364-1305455252 -o /tmp/evaluation-result-3379364-1305455252/solver-3379364-1305455252 -C 2400 -W 1300 -M 7680  umsat HOME/instance-3379364-1305455252.cnf

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

MD5SUM BENCH= 48f03e5fbe31fc85b9a464480fc8aa5a
RANDOM SEED=321421930

node112.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.847
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.69
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.847
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	: 5180.45
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.847
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.76
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.847
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.847
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.61
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.847
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.847
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.847
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:     32950928 kB
MemFree:      14462448 kB
Buffers:        305092 kB
Cached:        3398664 kB
SwapCached:          0 kB
Active:       16417496 kB
Inactive:      1807924 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14462448 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:          334932 kB
Writeback:           0 kB
AnonPages:    14521612 kB
Mapped:          26844 kB
Slab:           148056 kB
PageTables:      49820 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 62290644 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= 73372 MiB
End job on node112 at 2011-05-15 12:49:19