Trace number 3379801

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
SApperloT2010 2011-05-15 (fixed)? (TO) 1300.05 1300.02

General information on the benchmark

NameSAT02/handmade/simon/
satex-challenges/c6288.shuffled.cnf
MD5SUM75bd8319132b47c2d2e6f0889735a248
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.865867
Satisfiable
(Un)Satisfiability was proved
Number of variables5008
Number of clauses14813
Sum of the clauses size34485
Maximum clause length33
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 29982
Number of clauses of size 34829
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51

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

running on 2 cores: 5,7

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.80 2.27 2.85 4/365 1283
/proc/meminfo: memFree=18361572/32951124 swapFree=67111348/67111528
[pid=1283] ppid=1281 vsize=12764 CPUtime=0 cores=5,7
/proc/1283/stat : 1283 (SApperloT2010) R 1281 1283 423 0 -1 4202496 579 0 0 0 0 0 0 0 18 0 1 0 638501705 13070336 519 33554432000 4194304 4394578 140734448041264 18446744073709551615 233509958341 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1283/statm: 3191 519 247 49 0 332 0

[startup+0.0237209 s]
/proc/loadavg: 1.80 2.27 2.85 4/365 1283
/proc/meminfo: memFree=18361572/32951124 swapFree=67111348/67111528
[pid=1283] ppid=1281 vsize=14528 CPUtime=0.01 cores=5,7
/proc/1283/stat : 1283 (SApperloT2010) R 1281 1283 423 0 -1 4202496 994 0 0 0 1 0 0 0 18 0 1 0 638501705 14876672 933 33554432000 4194304 4394578 140734448041264 18446744073709551615 233510322071 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1283/statm: 3632 933 256 49 0 773 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 14528

[startup+0.1007 s]
/proc/loadavg: 1.80 2.27 2.85 4/365 1283
/proc/meminfo: memFree=18361572/32951124 swapFree=67111348/67111528
[pid=1283] ppid=1281 vsize=16624 CPUtime=0.09 cores=5,7
/proc/1283/stat : 1283 (SApperloT2010) R 1281 1283 423 0 -1 4202496 1561 0 0 0 9 0 0 0 18 0 1 0 638501705 17022976 1442 33554432000 4194304 4394578 140734448041264 18446744073709551615 4298648 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1283/statm: 4156 1443 267 49 0 1297 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16624

[startup+0.300677 s]
/proc/loadavg: 1.80 2.27 2.85 4/365 1283
/proc/meminfo: memFree=18361572/32951124 swapFree=67111348/67111528
[pid=1283] ppid=1281 vsize=17812 CPUtime=0.29 cores=5,7
/proc/1283/stat : 1283 (SApperloT2010) R 1281 1283 423 0 -1 4202496 1848 0 0 0 29 0 0 0 18 0 1 0 638501705 18239488 1729 33554432000 4194304 4394578 140734448041264 18446744073709551615 4298370 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1283/statm: 4453 1729 267 49 0 1594 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17812

[startup+0.700591 s]
/proc/loadavg: 1.80 2.27 2.85 4/365 1283
/proc/meminfo: memFree=18361572/32951124 swapFree=67111348/67111528
[pid=1283] ppid=1281 vsize=18664 CPUtime=0.69 cores=5,7
/proc/1283/stat : 1283 (SApperloT2010) R 1281 1283 423 0 -1 4202496 2036 0 0 0 69 0 0 0 18 0 1 0 638501705 19111936 1917 33554432000 4194304 4394578 140734448041264 18446744073709551615 4298370 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1283/statm: 4666 1917 267 49 0 1807 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 18664

[startup+1.50045 s]
/proc/loadavg: 1.80 2.27 2.85 6/370 1289
/proc/meminfo: memFree=18340724/32951124 swapFree=67111348/67111528
[pid=1283] ppid=1281 vsize=19396 CPUtime=1.49 cores=5,7
/proc/1283/stat : 1283 (SApperloT2010) R 1281 1283 423 0 -1 4202496 2218 0 0 0 149 0 0 0 20 0 1 0 638501705 19861504 2099 33554432000 4194304 4394578 140734448041264 18446744073709551615 4314879 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1283/statm: 4849 2099 267 49 0 1990 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 19396

[startup+3.10016 s]
/proc/loadavg: 1.98 2.30 2.85 5/370 1289
/proc/meminfo: memFree=18334316/32951124 swapFree=67111348/67111528
[pid=1283] ppid=1281 vsize=19924 CPUtime=3.09 cores=5,7
/proc/1283/stat : 1283 (SApperloT2010) R 1281 1283 423 0 -1 4202496 2363 0 0 0 309 0 0 0 25 0 1 0 638501705 20402176 2244 33554432000 4194304 4394578 140734448041264 18446744073709551615 4313650 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1283/statm: 4981 2244 267 49 0 2122 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 19924

[startup+6.3006 s]
/proc/loadavg: 1.98 2.30 2.85 5/370 1298
/proc/meminfo: memFree=18323516/32951124 swapFree=67111348/67111528
[pid=1283] ppid=1281 vsize=21224 CPUtime=6.29 cores=5,7
/proc/1283/stat : 1283 (SApperloT2010) R 1281 1283 423 0 -1 4202496 2671 0 0 0 628 1 0 0 25 0 1 0 638501705 21733376 2552 33554432000 4194304 4394578 140734448041264 18446744073709551615 4290837 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1283/statm: 5306 2552 267 49 0 2447 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 21224

[startup+12.7004 s]
/proc/loadavg: 2.14 2.33 2.86 5/370 1298
/proc/meminfo: memFree=18307472/32951124 swapFree=67111348/67111528
[pid=1283] ppid=1281 vsize=22348 CPUtime=12.69 cores=5,7
/proc/1283/stat : 1283 (SApperloT2010) R 1281 1283 423 0 -1 4202496 2946 0 0 0 1268 1 0 0 25 0 1 0 638501705 22884352 2827 33554432000 4194304 4394578 140734448041264 18446744073709551615 4290953 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1283/statm: 5587 2827 267 49 0 2728 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 22348

[startup+25.5001 s]
/proc/loadavg: 2.55 2.41 2.88 5/370 1298
/proc/meminfo: memFree=18282084/32951124 swapFree=67111348/67111528
[pid=1283] ppid=1281 vsize=23840 CPUtime=25.49 cores=5,7
/proc/1283/stat : 1283 (SApperloT2010) R 1281 1283 423 0 -1 4202496 3280 0 0 0 2548 1 0 0 25 0 1 0 638501705 24412160 3161 33554432000 4194304 4394578 140734448041264 18446744073709551615 4298682 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1283/statm: 5960 3161 267 49 0 3101 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 23840

[startup+51.1005 s]
/proc/loadavg: 3.05 2.54 2.91 5/370 1299
/proc/meminfo: memFree=18241764/32951124 swapFree=67111348/67111528
[pid=1283] ppid=1281 vsize=25276 CPUtime=51.09 cores=5,7
/proc/1283/stat : 1283 (SApperloT2010) R 1281 1283 423 0 -1 4202496 3618 0 0 0 5108 1 0 0 25 0 1 0 638501705 25882624 3499 33554432000 4194304 4394578 140734448041264 18446744073709551615 4298311 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1283/statm: 6319 3499 267 49 0 3460 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 25276

[startup+102.313 s]
/proc/loadavg: 3.62 2.78 2.97 5/370 1327
/proc/meminfo: memFree=18178796/32951124 swapFree=67111348/67111528
[pid=1283] ppid=1281 vsize=27840 CPUtime=102.31 cores=5,7
/proc/1283/stat : 1283 (SApperloT2010) R 1281 1283 423 0 -1 4202496 4215 0 0 0 10230 1 0 0 25 0 1 0 638501705 28508160 4096 33554432000 4194304 4394578 140734448041264 18446744073709551615 4308955 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1283/statm: 6960 4096 267 49 0 4101 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 27840

[startup+162.301 s]
/proc/loadavg: 3.88 3.00 3.03 5/370 1329
/proc/meminfo: memFree=18081028/32951124 swapFree=67111348/67111528
[pid=1283] ppid=1281 vsize=29840 CPUtime=162.29 cores=5,7
/proc/1283/stat : 1283 (SApperloT2010) R 1281 1283 423 0 -1 4202496 4681 0 0 0 16228 1 0 0 25 0 1 0 638501705 30556160 4562 33554432000 4194304 4394578 140734448041264 18446744073709551615 4298370 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1283/statm: 7460 4562 267 49 0 4601 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 29840

[startup+222.301 s]
/proc/loadavg: 4.00 3.20 3.10 5/370 1330
/proc/meminfo: memFree=17968128/32951124 swapFree=67111348/67111528
[pid=1283] ppid=1281 vsize=30808 CPUtime=222.29 cores=5,7
/proc/1283/stat : 1283 (SApperloT2010) R 1281 1283 423 0 -1 4202496 4934 0 0 0 22228 1 0 0 25 0 1 0 638501705 31547392 4815 33554432000 4194304 4394578 140734448041264 18446744073709551615 4287960 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1283/statm: 7702 4815 267 49 0 4843 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 30808

[startup+282.301 s]
/proc/loadavg: 4.11 3.38 3.16 5/370 1332
/proc/meminfo: memFree=17879800/32951124 swapFree=67111348/67111528
[pid=1283] ppid=1281 vsize=34084 CPUtime=282.29 cores=5,7
/proc/1283/stat : 1283 (SApperloT2010) R 1281 1283 423 0 -1 4202496 5689 0 0 0 28228 1 0 0 25 0 1 0 638501705 34902016 5570 33554432000 4194304 4394578 140734448041264 18446744073709551615 4298876 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1283/statm: 8521 5570 267 49 0 5662 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 34084

[startup+342.3 s]
/proc/loadavg: 4.04 3.50 3.21 5/370 1334
/proc/meminfo: memFree=17789108/32951124 swapFree=67111348/67111528
[pid=1283] ppid=1281 vsize=34276 CPUtime=342.29 cores=5,7
/proc/1283/stat : 1283 (SApperloT2010) R 1281 1283 423 0 -1 4202496 5735 0 0 0 34228 1 0 0 25 0 1 0 638501705 35098624 5616 33554432000 4194304 4394578 140734448041264 18446744073709551615 4298841 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1283/statm: 8569 5616 267 49 0 5710 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 34276

[startup+402.3 s]
/proc/loadavg: 4.01 3.58 3.26 5/370 1335
/proc/meminfo: memFree=17675252/32951124 swapFree=67111348/67111528
[pid=1283] ppid=1281 vsize=35404 CPUtime=402.3 cores=5,7
/proc/1283/stat : 1283 (SApperloT2010) R 1281 1283 423 0 -1 4202496 5976 0 0 0 40229 1 0 0 25 0 1 0 638501705 36253696 5857 33554432000 4194304 4394578 140734448041264 18446744073709551615 4287700 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1283/statm: 8851 5857 267 49 0 5992 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 35404

[startup+462.301 s]
/proc/loadavg: 4.00 3.65 3.30 5/370 1337
/proc/meminfo: memFree=17564820/32951124 swapFree=67111348/67111528
[pid=1283] ppid=1281 vsize=36044 CPUtime=462.3 cores=5,7
/proc/1283/stat : 1283 (SApperloT2010) R 1281 1283 423 0 -1 4202496 6158 0 0 0 46229 1 0 0 25 0 1 0 638501705 36909056 6039 33554432000 4194304 4394578 140734448041264 18446744073709551615 4288332 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1283/statm: 9011 6039 267 49 0 6152 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 36044

[startup+522.301 s]
/proc/loadavg: 4.00 3.71 3.34 5/370 1338
/proc/meminfo: memFree=17448476/32951124 swapFree=67111348/67111528
[pid=1283] ppid=1281 vsize=36880 CPUtime=522.31 cores=5,7
/proc/1283/stat : 1283 (SApperloT2010) R 1281 1283 423 0 -1 4202496 6328 0 0 0 52229 2 0 0 25 0 1 0 638501705 37765120 6209 33554432000 4194304 4394578 140734448041264 18446744073709551615 4299005 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1283/statm: 9220 6209 267 49 0 6361 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 36880

[startup+582.301 s]
/proc/loadavg: 4.00 3.76 3.38 5/370 1340
/proc/meminfo: memFree=17424232/32951124 swapFree=67111348/67111528
[pid=1283] ppid=1281 vsize=37564 CPUtime=582.31 cores=5,7
/proc/1283/stat : 1283 (SApperloT2010) R 1281 1283 423 0 -1 4202496 6513 0 0 0 58229 2 0 0 25 0 1 0 638501705 38465536 6394 33554432000 4194304 4394578 140734448041264 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1283/statm: 9391 6394 267 49 0 6532 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 37564

[startup+642.3 s]
/proc/loadavg: 4.05 3.82 3.42 5/370 1342
/proc/meminfo: memFree=17331932/32951124 swapFree=67111348/67111528
[pid=1283] ppid=1281 vsize=38608 CPUtime=642.31 cores=5,7
/proc/1283/stat : 1283 (SApperloT2010) R 1281 1283 423 0 -1 4202496 6717 0 0 0 64229 2 0 0 25 0 1 0 638501705 39534592 6598 33554432000 4194304 4394578 140734448041264 18446744073709551615 4292774 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1283/statm: 9652 6598 267 49 0 6793 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 38608

[startup+702.301 s]
/proc/loadavg: 4.07 3.86 3.46 5/370 1343
/proc/meminfo: memFree=17217168/32951124 swapFree=67111348/67111528
[pid=1283] ppid=1281 vsize=38788 CPUtime=702.31 cores=5,7
/proc/1283/stat : 1283 (SApperloT2010) R 1281 1283 423 0 -1 4202496 6792 0 0 0 70229 2 0 0 25 0 1 0 638501705 39718912 6673 33554432000 4194304 4394578 140734448041264 18446744073709551615 4291760 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1283/statm: 9697 6673 267 49 0 6838 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 38788

[startup+762.314 s]
/proc/loadavg: 4.08 3.90 3.50 5/370 1345
/proc/meminfo: memFree=17112204/32951124 swapFree=67111348/67111528
[pid=1283] ppid=1281 vsize=39072 CPUtime=762.32 cores=5,7
/proc/1283/stat : 1283 (SApperloT2010) R 1281 1283 423 0 -1 4202496 6873 0 0 0 76230 2 0 0 25 0 1 0 638501705 40009728 6754 33554432000 4194304 4394578 140734448041264 18446744073709551615 4288108 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1283/statm: 9768 6754 267 49 0 6909 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 39072

[startup+822.301 s]
/proc/loadavg: 4.25 3.98 3.55 5/370 1346
/proc/meminfo: memFree=16996816/32951124 swapFree=67111348/67111528
[pid=1283] ppid=1281 vsize=39552 CPUtime=822.31 cores=5,7
/proc/1283/stat : 1283 (SApperloT2010) R 1281 1283 423 0 -1 4202496 7004 0 0 0 82229 2 0 0 25 0 1 0 638501705 40501248 6885 33554432000 4194304 4394578 140734448041264 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1283/statm: 9888 6885 267 49 0 7029 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 39552

[startup+882.3 s]
/proc/loadavg: 4.08 3.98 3.57 5/370 1348
/proc/meminfo: memFree=16922492/32951124 swapFree=67111348/67111528
[pid=1283] ppid=1281 vsize=41288 CPUtime=882.31 cores=5,7
/proc/1283/stat : 1283 (SApperloT2010) R 1281 1283 423 0 -1 4202496 7355 0 0 0 88229 2 0 0 25 0 1 0 638501705 42278912 7236 33554432000 4194304 4394578 140734448041264 18446744073709551615 4296327 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1283/statm: 10322 7236 267 49 0 7463 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 41288

[startup+942.3 s]
/proc/loadavg: 4.03 3.98 3.59 5/370 1350
/proc/meminfo: memFree=16820632/32951124 swapFree=67111348/67111528
[pid=1283] ppid=1281 vsize=41972 CPUtime=942.31 cores=5,7
/proc/1283/stat : 1283 (SApperloT2010) R 1281 1283 423 0 -1 4202496 7515 0 0 0 94229 2 0 0 25 0 1 0 638501705 42979328 7396 33554432000 4194304 4394578 140734448041264 18446744073709551615 4295608 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1283/statm: 10493 7396 267 49 0 7634 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 41972

[startup+1002.3 s]
/proc/loadavg: 4.01 3.98 3.62 5/370 1351
/proc/meminfo: memFree=16713952/32951124 swapFree=67111348/67111528
[pid=1283] ppid=1281 vsize=42492 CPUtime=1002.32 cores=5,7
/proc/1283/stat : 1283 (SApperloT2010) R 1281 1283 423 0 -1 4202496 7645 0 0 0 100229 3 0 0 25 0 1 0 638501705 43511808 7526 33554432000 4194304 4394578 140734448041264 18446744073709551615 4298795 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1283/statm: 10623 7526 267 49 0 7764 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 42492

[startup+1062.3 s]
/proc/loadavg: 4.00 3.98 3.64 5/370 1353
/proc/meminfo: memFree=16607504/32951124 swapFree=67111348/67111528
[pid=1283] ppid=1281 vsize=42976 CPUtime=1062.32 cores=5,7
/proc/1283/stat : 1283 (SApperloT2010) R 1281 1283 423 0 -1 4202496 7758 0 0 0 106229 3 0 0 25 0 1 0 638501705 44007424 7639 33554432000 4194304 4394578 140734448041264 18446744073709551615 4291022 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1283/statm: 10744 7639 267 49 0 7885 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 42976

[startup+1122.3 s]
/proc/loadavg: 4.00 3.98 3.66 5/370 1354
/proc/meminfo: memFree=16545700/32951124 swapFree=67111348/67111528
[pid=1283] ppid=1281 vsize=43464 CPUtime=1122.33 cores=5,7
/proc/1283/stat : 1283 (SApperloT2010) R 1281 1283 423 0 -1 4202496 7860 0 0 0 112230 3 0 0 25 0 1 0 638501705 44507136 7741 33554432000 4194304 4394578 140734448041264 18446744073709551615 4298421 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1283/statm: 10866 7741 267 49 0 8007 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 43464

[startup+1182.3 s]
/proc/loadavg: 4.16 4.01 3.68 5/370 1356
/proc/meminfo: memFree=16518776/32951124 swapFree=67111348/67111528
[pid=1283] ppid=1281 vsize=43760 CPUtime=1182.33 cores=5,7
/proc/1283/stat : 1283 (SApperloT2010) R 1281 1283 423 0 -1 4202496 7951 0 0 0 118230 3 0 0 25 0 1 0 638501705 44810240 7832 33554432000 4194304 4394578 140734448041264 18446744073709551615 4298358 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1283/statm: 10940 7832 267 49 0 8081 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 43760

[startup+1242.3 s]
/proc/loadavg: 4.13 4.02 3.71 5/370 1358
/proc/meminfo: memFree=16468872/32951124 swapFree=67111348/67111528
[pid=1283] ppid=1281 vsize=44628 CPUtime=1242.33 cores=5,7
/proc/1283/stat : 1283 (SApperloT2010) R 1281 1283 423 0 -1 4202496 8129 0 0 0 124230 3 0 0 25 0 1 0 638501705 45699072 8010 33554432000 4194304 4394578 140734448041264 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1283/statm: 11157 8010 267 49 0 8298 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 44628



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.13 4.03 3.73 4/369 1360
/proc/meminfo: memFree=16977728/32951124 swapFree=67111348/67111528
[pid=1283] ppid=1281 vsize=45412 CPUtime=1300.03 cores=5,7
/proc/1283/stat : 1283 (SApperloT2010) R 1281 1283 423 0 -1 4202496 8261 0 0 0 130000 3 0 0 25 0 1 0 638501705 46501888 8142 33554432000 4194304 4394578 140734448041264 18446744073709551615 4287888 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1283/statm: 11353 8142 267 49 0 8494 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 45412

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.02
CPU time (s): 1300.05
CPU user time (s): 1300.02
CPU system time (s): 0.032994
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 45412

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

runsolver used 4.63929 second user time and 10.0945 second system time

The end

Launcher Data

Begin job on node145 at 2011-05-15 14:00:59
IDJOB=3379801
IDBENCH=87734
IDSOLVER=1862
FILE ID=node145/3379801-1305460858
RUNJOBID= node145-1305460858-1249
PBS_JOBID= 13324888
Free space on /tmp= 73672 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
BENCH NAME= SAT02/handmade/simon/satex-challenges/c6288.shuffled.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3379801-1305460858/watcher-3379801-1305460858 -o /tmp/evaluation-result-3379801-1305460858/solver-3379801-1305460858 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3379801-1305460858.cnf

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

MD5SUM BENCH= 75bd8319132b47c2d2e6f0889735a248
RANDOM SEED=481482559

node145.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.786
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.57
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.786
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.76
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.786
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.74
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.786
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.83
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.786
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.786
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.74
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.786
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.84
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.786
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.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      18361736 kB
Buffers:        315188 kB
Cached:        8439780 kB
SwapCached:          0 kB
Active:        7447076 kB
Inactive:      6786864 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18361736 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:             556 kB
Writeback:           0 kB
AnonPages:     5477904 kB
Mapped:          27440 kB
Slab:           256520 kB
PageTables:      35512 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 79385772 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= 73672 MiB
End job on node145 at 2011-05-15 14:22:41