Trace number 3379181

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) 1299.98 1300.03

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/
VanDerWaerden_pd_2-3-21_404.cnf
MD5SUM213e4c0c58f043e67e86cf993698317a
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark8.22675
Satisfiable
(Un)Satisfiability was proved
Number of variables202
Number of clauses22023
Sum of the clauses size98860
Maximum clause length21
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 267
Number of clauses of size 320125
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51831

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-3379181-1305459842/watcher-3379181-1305459842 -o /tmp/evaluation-result-3379181-1305459842/solver-3379181-1305459842 -C 2400 -W 1300 -M 7680 umsat HOME/instance-3379181-1305459842.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: 2.93 3.79 3.87 4/405 8117
/proc/meminfo: memFree=24088364/32951132 swapFree=67093844/67111528
[pid=8117] ppid=8115 vsize=11908 CPUtime=0 cores=0,2
/proc/8117/stat : 8117 (umsat) R 8115 8117 7859 0 -1 4194304 393 0 0 0 0 0 0 0 23 0 1 0 657582843 12193792 334 33554432000 4194304 4263832 140735614405408 18446744073709551615 4232240 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/8117/statm: 2977 334 240 17 0 150 0

[startup+0.0898799 s]
/proc/loadavg: 2.93 3.79 3.87 4/405 8117
/proc/meminfo: memFree=24088364/32951132 swapFree=67093844/67111528
[pid=8117] ppid=8115 vsize=13340 CPUtime=0.08 cores=0,2
/proc/8117/stat : 8117 (umsat) R 8115 8117 7859 0 -1 4194304 858 0 0 0 8 0 0 0 23 0 1 0 657582843 13660160 653 33554432000 4194304 4263832 140735614405408 18446744073709551615 4203568 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/8117/statm: 3335 653 242 17 0 508 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 13340

[startup+0.100872 s]
/proc/loadavg: 2.93 3.79 3.87 4/405 8117
/proc/meminfo: memFree=24088364/32951132 swapFree=67093844/67111528
[pid=8117] ppid=8115 vsize=13340 CPUtime=0.09 cores=0,2
/proc/8117/stat : 8117 (umsat) R 8115 8117 7859 0 -1 4194304 866 0 0 0 9 0 0 0 23 0 1 0 657582843 13660160 661 33554432000 4194304 4263832 140735614405408 18446744073709551615 4229396 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/8117/statm: 3335 661 242 17 0 508 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13340

[startup+0.30084 s]
/proc/loadavg: 2.93 3.79 3.87 4/405 8117
/proc/meminfo: memFree=24088364/32951132 swapFree=67093844/67111528
[pid=8117] ppid=8115 vsize=15980 CPUtime=0.29 cores=0,2
/proc/8117/stat : 8117 (umsat) R 8115 8117 7859 0 -1 4202496 1696 0 0 0 29 0 0 0 25 0 1 0 657582843 16363520 1361 33554432000 4194304 4263832 140735614405408 18446744073709551615 4205607 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/8117/statm: 3995 1361 247 17 0 1168 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 15980

[startup+0.700774 s]
/proc/loadavg: 2.93 3.79 3.87 4/405 8117
/proc/meminfo: memFree=24088364/32951132 swapFree=67093844/67111528
[pid=8117] ppid=8115 vsize=17884 CPUtime=0.69 cores=0,2
/proc/8117/stat : 8117 (umsat) R 8115 8117 7859 0 -1 4202496 2180 0 0 0 69 0 0 0 25 0 1 0 657582843 18313216 1845 33554432000 4194304 4263832 140735614405408 18446744073709551615 4215062 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/8117/statm: 4471 1845 247 17 0 1644 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 17884

[startup+1.50063 s]
/proc/loadavg: 2.93 3.79 3.87 5/411 8126
/proc/meminfo: memFree=24049500/32951132 swapFree=67093844/67111528
[pid=8117] ppid=8115 vsize=20920 CPUtime=1.49 cores=0,2
/proc/8117/stat : 8117 (umsat) R 8115 8117 7859 0 -1 4202496 2910 0 0 0 149 0 0 0 25 0 1 0 657582843 21422080 2575 33554432000 4194304 4263832 140735614405408 18446744073709551615 4215075 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/8117/statm: 5230 2575 247 17 0 2403 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 20920

[startup+3.10035 s]
/proc/loadavg: 2.93 3.79 3.87 5/411 8126
/proc/meminfo: memFree=24032756/32951132 swapFree=67093844/67111528
[pid=8117] ppid=8115 vsize=25364 CPUtime=3.08 cores=0,2
/proc/8117/stat : 8117 (umsat) R 8115 8117 7859 0 -1 4202496 3980 0 0 0 308 0 0 0 25 0 1 0 657582843 25972736 3645 33554432000 4194304 4263832 140735614405408 18446744073709551615 4207643 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/8117/statm: 6341 3645 247 17 0 3514 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 25364

[startup+6.39942 s]
/proc/loadavg: 3.01 3.79 3.87 5/411 8126
/proc/meminfo: memFree=24012512/32951132 swapFree=67093844/67111528
[pid=8117] ppid=8115 vsize=32352 CPUtime=6.45 cores=0,2
/proc/8117/stat : 8117 (umsat) R 8115 8117 7859 0 -1 4202496 5669 0 0 0 643 2 0 0 25 0 1 0 657582843 33128448 5334 33554432000 4194304 4263832 140735614405408 18446744073709551615 4205586 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/8117/statm: 8121 5345 248 17 0 5294 0
Current children cumulated CPU time (s) 6.45
Current children cumulated vsize (KiB) 32352

[startup+12.7007 s]
/proc/loadavg: 3.09 3.80 3.87 5/411 8126
/proc/meminfo: memFree=23963168/32951132 swapFree=67093844/67111528
[pid=8117] ppid=8115 vsize=41380 CPUtime=12.68 cores=0,2
/proc/8117/stat : 8117 (umsat) R 8115 8117 7859 0 -1 4202496 7875 0 0 0 1265 3 0 0 25 0 1 0 657582843 42373120 7540 33554432000 4194304 4263832 140735614405408 18446744073709551615 4205647 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/8117/statm: 10345 7540 248 17 0 7518 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 41380

[startup+25.5005 s]
/proc/loadavg: 3.29 3.81 3.87 5/411 8126
/proc/meminfo: memFree=23927344/32951132 swapFree=67093844/67111528
[pid=8117] ppid=8115 vsize=51456 CPUtime=25.49 cores=0,2
/proc/8117/stat : 8117 (umsat) R 8115 8117 7859 0 -1 4202496 10216 0 0 0 2544 5 0 0 25 0 1 0 657582843 52690944 9880 33554432000 4194304 4263832 140735614405408 18446744073709551615 4215062 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/8117/statm: 12864 9880 247 17 0 10037 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 51456

[startup+51.1011 s]
/proc/loadavg: 3.53 3.82 3.88 5/411 8127
/proc/meminfo: memFree=23867508/32951132 swapFree=67093844/67111528
[pid=8117] ppid=8115 vsize=65392 CPUtime=51.08 cores=0,2
/proc/8117/stat : 8117 (umsat) R 8115 8117 7859 0 -1 4202496 13596 0 0 0 5102 6 0 0 25 0 1 0 657582843 66961408 13260 33554432000 4194304 4263832 140735614405408 18446744073709551615 4215062 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/8117/statm: 16348 13260 247 17 0 13521 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 65392

[startup+102.3 s]
/proc/loadavg: 3.80 3.85 3.88 5/411 8128
/proc/meminfo: memFree=23800052/32951132 swapFree=67093844/67111528
[pid=8117] ppid=8115 vsize=71520 CPUtime=102.28 cores=0,2
/proc/8117/stat : 8117 (umsat) R 8115 8117 7859 0 -1 4202496 15295 0 0 0 10221 7 0 0 25 0 1 0 657582843 73236480 14731 33554432000 4194304 4263832 140735614405408 18446744073709551615 4205632 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/8117/statm: 17880 14731 247 17 0 15053 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 71520

[startup+162.301 s]
/proc/loadavg: 3.92 3.87 3.89 5/411 8130
/proc/meminfo: memFree=23728244/32951132 swapFree=67093844/67111528
[pid=8117] ppid=8115 vsize=89304 CPUtime=162.28 cores=0,2
/proc/8117/stat : 8117 (umsat) R 8115 8117 7859 0 -1 4202496 19612 0 0 0 16219 9 0 0 25 0 1 0 657582843 91447296 18791 33554432000 4194304 4263832 140735614405408 18446744073709551615 4215062 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/8117/statm: 22326 18791 247 17 0 19499 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 89304

[startup+222.301 s]
/proc/loadavg: 4.07 3.92 3.90 5/411 8132
/proc/meminfo: memFree=23677020/32951132 swapFree=67093844/67111528
[pid=8117] ppid=8115 vsize=105812 CPUtime=222.28 cores=0,2
/proc/8117/stat : 8117 (umsat) R 8115 8117 7859 0 -1 4202496 24007 0 0 0 22217 11 0 0 25 0 1 0 657582843 108351488 22819 33554432000 4194304 4263832 140735614405408 18446744073709551615 4205586 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/8117/statm: 26453 22819 247 17 0 23626 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 105812

[startup+282.3 s]
/proc/loadavg: 4.07 3.95 3.91 5/411 8133
/proc/meminfo: memFree=23636096/32951132 swapFree=67093844/67111528
[pid=8117] ppid=8115 vsize=108884 CPUtime=282.28 cores=0,2
/proc/8117/stat : 8117 (umsat) R 8115 8117 7859 0 -1 4202496 24684 0 0 0 28217 11 0 0 25 0 1 0 657582843 111497216 23496 33554432000 4194304 4263832 140735614405408 18446744073709551615 4215062 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/8117/statm: 27221 23496 248 17 0 24394 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 108884

[startup+342.301 s]
/proc/loadavg: 4.08 3.97 3.92 5/411 8135
/proc/meminfo: memFree=23604968/32951132 swapFree=67093844/67111528
[pid=8117] ppid=8115 vsize=110808 CPUtime=342.27 cores=0,2
/proc/8117/stat : 8117 (umsat) R 8115 8117 7859 0 -1 4202496 25098 0 0 0 34216 11 0 0 25 0 1 0 657582843 113467392 23910 33554432000 4194304 4263832 140735614405408 18446744073709551615 4207728 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/8117/statm: 27702 23910 248 17 0 24875 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 110808

[startup+402.301 s]
/proc/loadavg: 4.14 4.00 3.93 5/411 8136
/proc/meminfo: memFree=23573340/32951132 swapFree=67093844/67111528
[pid=8117] ppid=8115 vsize=113892 CPUtime=402.27 cores=0,2
/proc/8117/stat : 8117 (umsat) R 8115 8117 7859 0 -1 4202496 25785 0 0 0 40216 11 0 0 25 0 1 0 657582843 116625408 24596 33554432000 4194304 4263832 140735614405408 18446744073709551615 4215062 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/8117/statm: 28473 24596 248 17 0 25646 0
Current children cumulated CPU time (s) 402.27
Current children cumulated vsize (KiB) 113892

[startup+462.3 s]
/proc/loadavg: 4.10 4.01 3.93 5/411 8138
/proc/meminfo: memFree=23539856/32951132 swapFree=67093844/67111528
[pid=8117] ppid=8115 vsize=128804 CPUtime=462.29 cores=0,2
/proc/8117/stat : 8117 (umsat) R 8115 8117 7859 0 -1 4202496 29377 0 0 0 46216 13 0 0 25 0 1 0 657582843 131895296 28187 33554432000 4194304 4263832 140735614405408 18446744073709551615 4215091 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/8117/statm: 32201 28187 249 17 0 29374 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 128804

[startup+522.301 s]
/proc/loadavg: 4.15 4.04 3.94 5/411 8140
/proc/meminfo: memFree=23525468/32951132 swapFree=67093844/67111528
[pid=8117] ppid=8115 vsize=141088 CPUtime=522.27 cores=0,2
/proc/8117/stat : 8117 (umsat) R 8115 8117 7859 0 -1 4202496 32895 0 0 0 52212 15 0 0 25 0 1 0 657582843 144474112 31216 33554432000 4194304 4263832 140735614405408 18446744073709551615 4207764 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/8117/statm: 35272 31216 248 17 0 32445 0
Current children cumulated CPU time (s) 522.27
Current children cumulated vsize (KiB) 141088

[startup+582.316 s]
/proc/loadavg: 4.11 4.04 3.95 5/411 8141
/proc/meminfo: memFree=23521988/32951132 swapFree=67093844/67111528
[pid=8117] ppid=8115 vsize=141384 CPUtime=582.29 cores=0,2
/proc/8117/stat : 8117 (umsat) R 8115 8117 7859 0 -1 4202496 32982 0 0 0 58214 15 0 0 25 0 1 0 657582843 144777216 31303 33554432000 4194304 4263832 140735614405408 18446744073709551615 4205586 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/8117/statm: 35346 31303 248 17 0 32519 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 141384

[startup+642.3 s]
/proc/loadavg: 4.04 4.03 3.95 5/411 8143
/proc/meminfo: memFree=23508708/32951132 swapFree=67093844/67111528
[pid=8117] ppid=8115 vsize=144072 CPUtime=642.27 cores=0,2
/proc/8117/stat : 8117 (umsat) R 8115 8117 7859 0 -1 4202496 33481 0 0 0 64211 16 0 0 25 0 1 0 657582843 147529728 31802 33554432000 4194304 4263832 140735614405408 18446744073709551615 4207643 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/8117/statm: 36018 31802 248 17 0 33191 0
Current children cumulated CPU time (s) 642.27
Current children cumulated vsize (KiB) 144072

[startup+702.301 s]
/proc/loadavg: 4.01 4.02 3.95 5/411 8144
/proc/meminfo: memFree=23507216/32951132 swapFree=67093844/67111528
[pid=8117] ppid=8115 vsize=144328 CPUtime=702.27 cores=0,2
/proc/8117/stat : 8117 (umsat) R 8115 8117 7859 0 -1 4202496 33551 0 0 0 70211 16 0 0 25 0 1 0 657582843 147791872 31872 33554432000 4194304 4263832 140735614405408 18446744073709551615 4215075 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/8117/statm: 36082 31872 248 17 0 33255 0
Current children cumulated CPU time (s) 702.27
Current children cumulated vsize (KiB) 144328

[startup+762.301 s]
/proc/loadavg: 4.00 4.02 3.95 5/411 8146
/proc/meminfo: memFree=23502624/32951132 swapFree=67093844/67111528
[pid=8117] ppid=8115 vsize=145096 CPUtime=762.27 cores=0,2
/proc/8117/stat : 8117 (umsat) R 8115 8117 7859 0 -1 4202496 33703 0 0 0 76211 16 0 0 25 0 1 0 657582843 148578304 32024 33554432000 4194304 4263832 140735614405408 18446744073709551615 4205682 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/8117/statm: 36274 32024 248 17 0 33447 0
Current children cumulated CPU time (s) 762.27
Current children cumulated vsize (KiB) 145096

[startup+822.3 s]
/proc/loadavg: 4.06 4.03 3.95 5/411 8148
/proc/meminfo: memFree=23493812/32951132 swapFree=67093844/67111528
[pid=8117] ppid=8115 vsize=153080 CPUtime=822.26 cores=0,2
/proc/8117/stat : 8117 (umsat) R 8115 8117 7859 0 -1 4202496 35671 0 0 0 82209 17 0 0 25 0 1 0 657582843 156753920 33479 33554432000 4194304 4263832 140735614405408 18446744073709551615 4205586 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/8117/statm: 38270 33479 248 17 0 35443 0
Current children cumulated CPU time (s) 822.26
Current children cumulated vsize (KiB) 153080

[startup+882.301 s]
/proc/loadavg: 4.02 4.02 3.95 5/411 8149
/proc/meminfo: memFree=23473220/32951132 swapFree=67093844/67111528
[pid=8117] ppid=8115 vsize=163440 CPUtime=882.26 cores=0,2
/proc/8117/stat : 8117 (umsat) R 8115 8117 7859 0 -1 4202496 38138 0 0 0 88208 18 0 0 25 0 1 0 657582843 167362560 35946 33554432000 4194304 4263832 140735614405408 18446744073709551615 4215062 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/8117/statm: 40860 35946 248 17 0 38033 0
Current children cumulated CPU time (s) 882.26
Current children cumulated vsize (KiB) 163440

[startup+942.301 s]
/proc/loadavg: 4.15 4.06 3.97 5/411 8151
/proc/meminfo: memFree=23436264/32951132 swapFree=67093844/67111528
[pid=8117] ppid=8115 vsize=170608 CPUtime=942.26 cores=0,2
/proc/8117/stat : 8117 (umsat) R 8115 8117 7859 0 -1 4202496 39795 0 0 0 94207 19 0 0 25 0 1 0 657582843 174702592 37603 33554432000 4194304 4263832 140735614405408 18446744073709551615 4215062 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/8117/statm: 42652 37603 248 17 0 39825 0
Current children cumulated CPU time (s) 942.26
Current children cumulated vsize (KiB) 170608

[startup+1002.3 s]
/proc/loadavg: 4.13 4.06 3.98 5/411 8152
/proc/meminfo: memFree=23407240/32951132 swapFree=67093844/67111528
[pid=8117] ppid=8115 vsize=178120 CPUtime=1002.25 cores=0,2
/proc/8117/stat : 8117 (umsat) R 8115 8117 7859 0 -1 4202496 41523 0 0 0 100206 19 0 0 25 0 1 0 657582843 182394880 39331 33554432000 4194304 4263832 140735614405408 18446744073709551615 4215091 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/8117/statm: 44530 39331 248 17 0 41703 0
Current children cumulated CPU time (s) 1002.25
Current children cumulated vsize (KiB) 178120

[startup+1062.3 s]
/proc/loadavg: 4.04 4.05 3.98 5/411 8163
/proc/meminfo: memFree=23383356/32951132 swapFree=67093844/67111528
[pid=8117] ppid=8115 vsize=181528 CPUtime=1062.26 cores=0,2
/proc/8117/stat : 8117 (umsat) R 8115 8117 7859 0 -1 4202496 42941 0 0 0 106206 20 0 0 25 0 1 0 657582843 185884672 40100 33554432000 4194304 4263832 140735614405408 18446744073709551615 4215062 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/8117/statm: 45382 40100 248 17 0 42555 0
Current children cumulated CPU time (s) 1062.26
Current children cumulated vsize (KiB) 181528

[startup+1122.3 s]
/proc/loadavg: 4.09 4.06 3.98 5/411 8165
/proc/meminfo: memFree=23365864/32951132 swapFree=67093844/67111528
[pid=8117] ppid=8115 vsize=182552 CPUtime=1122.27 cores=0,2
/proc/8117/stat : 8117 (umsat) R 8115 8117 7859 0 -1 4202496 43181 0 0 0 112207 20 0 0 25 0 1 0 657582843 186933248 40340 33554432000 4194304 4263832 140735614405408 18446744073709551615 4207777 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/8117/statm: 45638 40340 248 17 0 42811 0
Current children cumulated CPU time (s) 1122.27
Current children cumulated vsize (KiB) 182552

[startup+1182.3 s]
/proc/loadavg: 4.03 4.04 3.98 5/411 8166
/proc/meminfo: memFree=23347876/32951132 swapFree=67093844/67111528
[pid=8117] ppid=8115 vsize=183064 CPUtime=1182.25 cores=0,2
/proc/8117/stat : 8117 (umsat) R 8115 8117 7859 0 -1 4202496 43324 0 0 0 118205 20 0 0 25 0 1 0 657582843 187457536 40483 33554432000 4194304 4263832 140735614405408 18446744073709551615 4205562 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/8117/statm: 45766 40483 248 17 0 42939 0
Current children cumulated CPU time (s) 1182.25
Current children cumulated vsize (KiB) 183064

[startup+1242.32 s]
/proc/loadavg: 4.01 4.03 3.98 5/411 8168
/proc/meminfo: memFree=23324808/32951132 swapFree=67093844/67111528
[pid=8117] ppid=8115 vsize=184088 CPUtime=1242.26 cores=0,2
/proc/8117/stat : 8117 (umsat) R 8115 8117 7859 0 -1 4202496 43530 0 0 0 124206 20 0 0 25 0 1 0 657582843 188506112 40689 33554432000 4194304 4263832 140735614405408 18446744073709551615 4215062 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/8117/statm: 46022 40689 248 17 0 43195 0
Current children cumulated CPU time (s) 1242.26
Current children cumulated vsize (KiB) 184088



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.02 3.98 4/411 8171
/proc/meminfo: memFree=23496576/32951132 swapFree=67093844/67111528
[pid=8117] ppid=8115 vsize=184604 CPUtime=1299.96 cores=0,2
/proc/8117/stat : 8117 (umsat) R 8115 8117 7859 0 -1 4202496 43642 0 0 0 129976 20 0 0 25 0 1 0 657582843 189034496 40801 33554432000 4194304 4263832 140735614405408 18446744073709551615 4205586 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/8117/statm: 46151 40801 248 17 0 43324 0
Current children cumulated CPU time (s) 1299.96
Current children cumulated vsize (KiB) 184604

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): 1300.03
CPU time (s): 1299.98
CPU user time (s): 1299.77
CPU system time (s): 0.217966
CPU usage (%): 99.9968
Max. virtual memory (cumulated for all children) (KiB): 184604

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

runsolver used 5.62714 second user time and 13.062 second system time

The end

Launcher Data

Begin job on node128 at 2011-05-15 13:44:02
IDJOB=3379181
IDBENCH=83272
IDSOLVER=1861
FILE ID=node128/3379181-1305459842
RUNJOBID= node128-1305459841-8083
PBS_JOBID= 13324904
Free space on /tmp= 73612 MiB

SOLVER NAME= UmSat 2011-05-12 (fixed)
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/VanDerWaerden_pd_2-3-21_404.cnf
COMMAND LINE= umsat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3379181-1305459842/watcher-3379181-1305459842 -o /tmp/evaluation-result-3379181-1305459842/solver-3379181-1305459842 -C 2400 -W 1300 -M 7680  umsat HOME/instance-3379181-1305459842.cnf

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

MD5SUM BENCH= 213e4c0c58f043e67e86cf993698317a
RANDOM SEED=543498064

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
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.852
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.852
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.82
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.852
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.852
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.82
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.852
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	: 5434.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      24088892 kB
Buffers:        281932 kB
Cached:        3030188 kB
SwapCached:       1440 kB
Active:        6509800 kB
Inactive:      2061500 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      24088892 kB
SwapTotal:    67111528 kB
SwapFree:     67093844 kB
Dirty:            8736 kB
Writeback:           8 kB
AnonPages:     5257296 kB
Mapped:          31704 kB
Slab:           187852 kB
PageTables:      38680 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 100716864 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73612 MiB
End job on node128 at 2011-05-15 14:05:44