Trace number 3280388

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-03-04? (TO) 1300.08 1300.05

General information on the benchmark

Nameindustrial/anbulagan/
hard-unsat/partial-5-11-u.cnf
MD5SUM8e22d84b1ae625d44fbf300a32374a2d
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 variables164158
Number of clauses730719
Sum of the clauses size1660140
Maximum clause length10
Minimum clause length1
Number of clauses of size 112474
Number of clauses of size 2600009
Number of clauses of size 387256
Number of clauses of size 43440
Number of clauses of size 513760
Number of clauses of size over 513780

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: 935)

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

running on 2 cores: 1,3

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.56 2.15 2.71 5/180 8601
/proc/meminfo: memFree=21176728/32950904 swapFree=67082284/67111528
[pid=8601] ppid=8599 vsize=22208 CPUtime=0 cores=1,3
/proc/8601/stat : 8601 (SApperloT2010) R 8599 8601 8224 0 -1 4202496 2343 0 0 0 0 0 0 0 21 0 1 0 486544168 22740992 2282 33554432000 4194304 4395502 140737343126288 18446744073709551615 4332389 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/8601/statm: 5552 2294 245 50 0 2692 0

[startup+0.0939241 s]
/proc/loadavg: 1.56 2.15 2.71 5/180 8601
/proc/meminfo: memFree=21176728/32950904 swapFree=67082284/67111528
[pid=8601] ppid=8599 vsize=53484 CPUtime=0.09 cores=1,3
/proc/8601/stat : 8601 (SApperloT2010) R 8599 8601 8224 0 -1 4202496 9203 0 0 0 8 1 0 0 21 0 1 0 486544168 54767616 9142 33554432000 4194304 4395502 140737343126288 18446744073709551615 237278540485 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/8601/statm: 13371 9144 249 50 0 10511 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 53484

[startup+0.10092 s]
/proc/loadavg: 1.56 2.15 2.71 5/180 8601
/proc/meminfo: memFree=21176728/32950904 swapFree=67082284/67111528
[pid=8601] ppid=8599 vsize=54144 CPUtime=0.09 cores=1,3
/proc/8601/stat : 8601 (SApperloT2010) R 8599 8601 8224 0 -1 4202496 9363 0 0 0 8 1 0 0 21 0 1 0 486544168 55443456 9302 33554432000 4194304 4395502 140737343126288 18446744073709551615 237278535699 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/8601/statm: 13536 9303 249 50 0 10676 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 54144

[startup+0.30094 s]
/proc/loadavg: 1.56 2.15 2.71 5/180 8601
/proc/meminfo: memFree=21176728/32950904 swapFree=67082284/67111528
[pid=8601] ppid=8599 vsize=73944 CPUtime=0.29 cores=1,3
/proc/8601/stat : 8601 (SApperloT2010) R 8599 8601 8224 0 -1 4202496 14299 0 0 0 27 2 0 0 22 0 1 0 486544168 75718656 14238 33554432000 4194304 4395502 140737343126288 18446744073709551615 237278540833 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/8601/statm: 18486 14239 249 50 0 15626 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 73944

[startup+0.700816 s]
/proc/loadavg: 1.56 2.15 2.71 5/180 8601
/proc/meminfo: memFree=21176728/32950904 swapFree=67082284/67111528
[pid=8601] ppid=8599 vsize=141740 CPUtime=0.69 cores=1,3
/proc/8601/stat : 8601 (SApperloT2010) R 8599 8601 8224 0 -1 4202496 30795 0 0 0 64 5 0 0 24 0 1 0 486544168 145141760 25612 33554432000 4194304 4395502 140737343126288 18446744073709551615 237278904215 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/8601/statm: 35435 25612 256 50 0 32575 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 141740

[startup+1.50067 s]
/proc/loadavg: 1.76 2.18 2.72 5/190 8620
/proc/meminfo: memFree=20761364/32950904 swapFree=67082284/67111528
[pid=8601] ppid=8599 vsize=147448 CPUtime=1.49 cores=1,3
/proc/8601/stat : 8601 (SApperloT2010) R 8599 8601 8224 0 -1 4202496 32347 0 0 0 133 16 0 0 25 0 1 0 486544168 150986752 25736 33554432000 4194304 4395502 140737343126288 18446744073709551615 237278904215 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/8601/statm: 36862 25736 256 50 0 34002 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 147448

[startup+3.10039 s]
/proc/loadavg: 1.76 2.18 2.72 5/190 8620
/proc/meminfo: memFree=20647788/32950904 swapFree=67082284/67111528
[pid=8601] ppid=8599 vsize=154868 CPUtime=3.09 cores=1,3
/proc/8601/stat : 8601 (SApperloT2010) R 8599 8601 8224 0 -1 4202496 34935 0 0 0 281 28 0 0 25 0 1 0 486544168 158584832 28324 33554432000 4194304 4395502 140737343126288 18446744073709551615 237278904215 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/8601/statm: 38717 28324 256 50 0 35857 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 154868

[startup+6.30082 s]
/proc/loadavg: 1.76 2.18 2.72 5/190 8620
/proc/meminfo: memFree=20559056/32950904 swapFree=67082284/67111528
[pid=8601] ppid=8599 vsize=180516 CPUtime=6.29 cores=1,3
/proc/8601/stat : 8601 (SApperloT2010) R 8599 8601 8224 0 -1 4202496 41876 0 0 0 591 38 0 0 25 0 1 0 486544168 184848384 35265 33554432000 4194304 4395502 140737343126288 18446744073709551615 4293590 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/8601/statm: 45129 35265 267 50 0 42269 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 180516

[startup+12.7007 s]
/proc/loadavg: 2.10 2.24 2.73 5/190 8621
/proc/meminfo: memFree=20425300/32950904 swapFree=67082284/67111528
[pid=8601] ppid=8599 vsize=195316 CPUtime=12.69 cores=1,3
/proc/8601/stat : 8601 (SApperloT2010) R 8599 8601 8224 0 -1 4202496 45548 0 0 0 1230 39 0 0 25 0 1 0 486544168 200003584 38937 33554432000 4194304 4395502 140737343126288 18446744073709551615 4288219 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/8601/statm: 48829 38937 267 50 0 45969 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 195316

[startup+25.5004 s]
/proc/loadavg: 2.39 2.30 2.74 5/190 8621
/proc/meminfo: memFree=20357972/32950904 swapFree=67082284/67111528
[pid=8601] ppid=8599 vsize=227424 CPUtime=25.49 cores=1,3
/proc/8601/stat : 8601 (SApperloT2010) R 8599 8601 8224 0 -1 4202496 53574 0 0 0 2508 41 0 0 25 0 1 0 486544168 232882176 46963 33554432000 4194304 4395502 140737343126288 18446744073709551615 4299648 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/8601/statm: 56856 46963 267 50 0 53996 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 227424

[startup+51.1008 s]
/proc/loadavg: 2.94 2.44 2.78 5/190 8622
/proc/meminfo: memFree=20230612/32950904 swapFree=67082284/67111528
[pid=8601] ppid=8599 vsize=284896 CPUtime=51.09 cores=1,3
/proc/8601/stat : 8601 (SApperloT2010) R 8599 8601 8224 0 -1 4202496 67879 0 0 0 5064 45 0 0 25 0 1 0 486544168 291733504 61268 33554432000 4194304 4395502 140737343126288 18446744073709551615 4299628 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/8601/statm: 71224 61268 267 50 0 68364 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 284896

[startup+102.307 s]
/proc/loadavg: 3.57 2.70 2.84 5/190 8623
/proc/meminfo: memFree=20017108/32950904 swapFree=67082284/67111528
[pid=8601] ppid=8599 vsize=381528 CPUtime=102.3 cores=1,3
/proc/8601/stat : 8601 (SApperloT2010) R 8599 8601 8224 0 -1 4202496 91537 0 0 0 10176 54 0 0 25 0 1 0 486544168 390684672 84926 33554432000 4194304 4395502 140737343126288 18446744073709551615 4299608 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/8601/statm: 95382 84926 267 50 0 92522 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 381528

[startup+162.301 s]
/proc/loadavg: 3.84 2.93 2.91 5/190 8625
/proc/meminfo: memFree=19815468/32950904 swapFree=67082284/67111528
[pid=8601] ppid=8599 vsize=482836 CPUtime=162.3 cores=1,3
/proc/8601/stat : 8601 (SApperloT2010) R 8599 8601 8224 0 -1 4202496 116283 0 0 0 16166 64 0 0 25 0 1 0 486544168 494424064 109672 33554432000 4194304 4395502 140737343126288 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/8601/statm: 120709 109672 267 50 0 117849 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 482836

[startup+222.3 s]
/proc/loadavg: 4.01 3.14 2.98 5/190 8626
/proc/meminfo: memFree=19643224/32950904 swapFree=67082284/67111528
[pid=8601] ppid=8599 vsize=570144 CPUtime=222.3 cores=1,3
/proc/8601/stat : 8601 (SApperloT2010) R 8599 8601 8224 0 -1 4202496 136986 0 0 0 22158 72 0 0 25 0 1 0 486544168 583827456 130375 33554432000 4194304 4395502 140737343126288 18446744073709551615 4288306 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/8601/statm: 142536 130375 267 50 0 139676 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 570144

[startup+282.301 s]
/proc/loadavg: 4.00 3.29 3.04 5/190 8628
/proc/meminfo: memFree=19510276/32950904 swapFree=67082284/67111528
[pid=8601] ppid=8599 vsize=645564 CPUtime=282.3 cores=1,3
/proc/8601/stat : 8601 (SApperloT2010) R 8599 8601 8224 0 -1 4202496 155185 0 0 0 28151 79 0 0 25 0 1 0 486544168 661057536 148574 33554432000 4194304 4395502 140737343126288 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/8601/statm: 161391 148574 267 50 0 158531 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 645564

[startup+342.301 s]
/proc/loadavg: 4.00 3.42 3.10 5/190 8629
/proc/meminfo: memFree=19375464/32950904 swapFree=67082284/67111528
[pid=8601] ppid=8599 vsize=726744 CPUtime=342.3 cores=1,3
/proc/8601/stat : 8601 (SApperloT2010) R 8599 8601 8224 0 -1 4202496 175134 0 0 0 34142 88 0 0 25 0 1 0 486544168 744185856 168523 33554432000 4194304 4395502 140737343126288 18446744073709551615 4288713 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/8601/statm: 181686 168523 267 50 0 178826 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 726744

[startup+402.3 s]
/proc/loadavg: 4.00 3.52 3.15 5/190 8631
/proc/meminfo: memFree=19251808/32950904 swapFree=67082284/67111528
[pid=8601] ppid=8599 vsize=805184 CPUtime=402.3 cores=1,3
/proc/8601/stat : 8601 (SApperloT2010) R 8599 8601 8224 0 -1 4202496 193554 0 0 0 40134 96 0 0 25 0 1 0 486544168 824508416 186943 33554432000 4194304 4395502 140737343126288 18446744073709551615 4299628 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/8601/statm: 201296 186943 267 50 0 198436 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 805184

[startup+462.301 s]
/proc/loadavg: 4.00 3.61 3.20 5/190 8633
/proc/meminfo: memFree=19129280/32950904 swapFree=67082284/67111528
[pid=8601] ppid=8599 vsize=870892 CPUtime=462.3 cores=1,3
/proc/8601/stat : 8601 (SApperloT2010) R 8599 8601 8224 0 -1 4202496 208768 0 0 0 46128 102 0 0 25 0 1 0 486544168 891793408 202157 33554432000 4194304 4395502 140737343126288 18446744073709551615 4299608 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/8601/statm: 217723 202157 267 50 0 214863 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 870892

[startup+522.301 s]
/proc/loadavg: 4.00 3.68 3.25 5/190 8634
/proc/meminfo: memFree=19063780/32950904 swapFree=67082284/67111528
[pid=8601] ppid=8599 vsize=881744 CPUtime=522.3 cores=1,3
/proc/8601/stat : 8601 (SApperloT2010) R 8599 8601 8224 0 -1 4202496 211467 0 0 0 52127 103 0 0 25 0 1 0 486544168 902905856 204856 33554432000 4194304 4395502 140737343126288 18446744073709551615 4288366 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/8601/statm: 220436 204856 267 50 0 217576 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 881744

[startup+582.3 s]
/proc/loadavg: 4.00 3.73 3.30 5/190 8636
/proc/meminfo: memFree=19028916/32950904 swapFree=67082284/67111528
[pid=8601] ppid=8599 vsize=881744 CPUtime=582.31 cores=1,3
/proc/8601/stat : 8601 (SApperloT2010) R 8599 8601 8224 0 -1 4202496 211619 0 0 0 58127 104 0 0 25 0 1 0 486544168 902905856 205008 33554432000 4194304 4395502 140737343126288 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/8601/statm: 220436 205008 267 50 0 217576 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 881744

[startup+642.3 s]
/proc/loadavg: 4.00 3.78 3.34 5/190 8637
/proc/meminfo: memFree=19005700/32950904 swapFree=67082284/67111528
[pid=8601] ppid=8599 vsize=881744 CPUtime=642.31 cores=1,3
/proc/8601/stat : 8601 (SApperloT2010) R 8599 8601 8224 0 -1 4202496 211912 0 0 0 64127 104 0 0 25 0 1 0 486544168 902905856 205301 33554432000 4194304 4395502 140737343126288 18446744073709551615 4299642 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/8601/statm: 220436 205301 267 50 0 217576 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 881744

[startup+702.301 s]
/proc/loadavg: 4.00 3.82 3.38 5/190 8639
/proc/meminfo: memFree=18980384/32950904 swapFree=67082284/67111528
[pid=8601] ppid=8599 vsize=881744 CPUtime=702.3 cores=1,3
/proc/8601/stat : 8601 (SApperloT2010) R 8599 8601 8224 0 -1 4202496 212157 0 0 0 70126 104 0 0 25 0 1 0 486544168 902905856 205546 33554432000 4194304 4395502 140737343126288 18446744073709551615 4299514 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/8601/statm: 220436 205546 267 50 0 217576 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 881744

[startup+762.307 s]
/proc/loadavg: 4.00 3.85 3.41 5/190 8641
/proc/meminfo: memFree=18951728/32950904 swapFree=67082284/67111528
[pid=8601] ppid=8599 vsize=881744 CPUtime=762.32 cores=1,3
/proc/8601/stat : 8601 (SApperloT2010) R 8599 8601 8224 0 -1 4202496 212464 0 0 0 76127 105 0 0 25 0 1 0 486544168 902905856 205853 33554432000 4194304 4395502 140737343126288 18446744073709551615 4299166 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/8601/statm: 220436 205853 267 50 0 217576 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 881744

[startup+822.3 s]
/proc/loadavg: 4.04 3.89 3.45 5/190 8642
/proc/meminfo: memFree=18930752/32950904 swapFree=67082284/67111528
[pid=8601] ppid=8599 vsize=882796 CPUtime=822.31 cores=1,3
/proc/8601/stat : 8601 (SApperloT2010) R 8599 8601 8224 0 -1 4202496 212815 0 0 0 82126 105 0 0 25 0 1 0 486544168 903983104 206204 33554432000 4194304 4395502 140737343126288 18446744073709551615 4299723 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/8601/statm: 220699 206204 267 50 0 217839 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 882796

[startup+882.301 s]
/proc/loadavg: 4.01 3.90 3.48 5/190 8644
/proc/meminfo: memFree=18885848/32950904 swapFree=67082284/67111528
[pid=8601] ppid=8599 vsize=909404 CPUtime=882.31 cores=1,3
/proc/8601/stat : 8601 (SApperloT2010) R 8599 8601 8224 0 -1 4202496 219374 0 0 0 88123 108 0 0 25 0 1 0 486544168 931229696 212763 33554432000 4194304 4395502 140737343126288 18446744073709551615 4299634 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/8601/statm: 227351 212763 267 50 0 224491 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 909404

[startup+942.301 s]
/proc/loadavg: 4.00 3.92 3.51 5/190 8645
/proc/meminfo: memFree=18871068/32950904 swapFree=67082284/67111528
[pid=8601] ppid=8599 vsize=909404 CPUtime=942.31 cores=1,3
/proc/8601/stat : 8601 (SApperloT2010) R 8599 8601 8224 0 -1 4202496 219426 0 0 0 94123 108 0 0 25 0 1 0 486544168 931229696 212815 33554432000 4194304 4395502 140737343126288 18446744073709551615 4288219 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/8601/statm: 227351 212815 267 50 0 224491 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 909404

[startup+1002.3 s]
/proc/loadavg: 4.00 3.93 3.54 5/190 8647
/proc/meminfo: memFree=18864968/32950904 swapFree=67082284/67111528
[pid=8601] ppid=8599 vsize=909404 CPUtime=1002.31 cores=1,3
/proc/8601/stat : 8601 (SApperloT2010) R 8599 8601 8224 0 -1 4202496 219555 0 0 0 100123 108 0 0 25 0 1 0 486544168 931229696 212944 33554432000 4194304 4395502 140737343126288 18446744073709551615 4299583 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/8601/statm: 227351 212944 267 50 0 224491 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 909404

[startup+1062.3 s]
/proc/loadavg: 4.00 3.94 3.56 5/190 8649
/proc/meminfo: memFree=18849944/32950904 swapFree=67082284/67111528
[pid=8601] ppid=8599 vsize=909404 CPUtime=1062.31 cores=1,3
/proc/8601/stat : 8601 (SApperloT2010) R 8599 8601 8224 0 -1 4202496 219734 0 0 0 106123 108 0 0 25 0 1 0 486544168 931229696 213123 33554432000 4194304 4395502 140737343126288 18446744073709551615 4299758 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/8601/statm: 227351 213123 267 50 0 224491 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 909404

[startup+1122.3 s]
/proc/loadavg: 4.00 3.95 3.59 5/190 8650
/proc/meminfo: memFree=18842112/32950904 swapFree=67082284/67111528
[pid=8601] ppid=8599 vsize=909924 CPUtime=1122.32 cores=1,3
/proc/8601/stat : 8601 (SApperloT2010) R 8599 8601 8224 0 -1 4202496 219922 0 0 0 112123 109 0 0 25 0 1 0 486544168 931762176 213311 33554432000 4194304 4395502 140737343126288 18446744073709551615 4293026 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/8601/statm: 227481 213311 267 50 0 224621 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 909924

[startup+1182.3 s]
/proc/loadavg: 4.00 3.95 3.61 6/190 8652
/proc/meminfo: memFree=18827704/32950904 swapFree=67082284/67111528
[pid=8601] ppid=8599 vsize=912484 CPUtime=1182.32 cores=1,3
/proc/8601/stat : 8601 (SApperloT2010) R 8599 8601 8224 0 -1 4202496 220429 0 0 0 118123 109 0 0 25 0 1 0 486544168 934383616 213818 33554432000 4194304 4395502 140737343126288 18446744073709551615 4299628 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/8601/statm: 228121 213818 267 50 0 225261 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 912484

[startup+1242.3 s]
/proc/loadavg: 4.00 3.96 3.64 5/190 8653
/proc/meminfo: memFree=18814908/32950904 swapFree=67082284/67111528
[pid=8601] ppid=8599 vsize=914536 CPUtime=1242.32 cores=1,3
/proc/8601/stat : 8601 (SApperloT2010) R 8599 8601 8224 0 -1 4202496 220899 0 0 0 124123 109 0 0 25 0 1 0 486544168 936484864 214288 33554432000 4194304 4395502 140737343126288 18446744073709551615 4336265 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/8601/statm: 228634 214288 267 50 0 225774 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 914536



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.96 3.65 5/190 8655
/proc/meminfo: memFree=18776948/32950904 swapFree=67082284/67111528
[pid=8601] ppid=8599 vsize=946580 CPUtime=1300.03 cores=1,3
/proc/8601/stat : 8601 (SApperloT2010) R 8599 8601 8224 0 -1 4202496 228381 0 0 0 129890 113 0 0 25 0 1 0 486544168 969297920 221770 33554432000 4194304 4395502 140737343126288 18446744073709551615 4288516 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/8601/statm: 236645 221770 267 50 0 233785 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 946580

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.05
CPU time (s): 1300.08
CPU user time (s): 1298.9
CPU system time (s): 1.17582
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 946580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.9
system time used= 1.17582
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 228381
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= 10
involuntary context switches= 15552

runsolver used 2.14667 second user time and 4.95725 second system time

The end

Launcher Data

Begin job on node121 at 2011-04-25 18:37:24
IDJOB=3280388
IDBENCH=20386
IDSOLVER=1655
FILE ID=node121/3280388-1303749443
RUNJOBID= node121-1303749442-8579
PBS_JOBID= 13154041
Free space on /tmp= 72088 MiB

SOLVER NAME= SApperloT2010 2011-03-04
BENCH NAME= SAT07/industrial/anbulagan/hard-unsat/partial-5-11-u.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3280388-1303749443/watcher-3280388-1303749443 -o /tmp/evaluation-result-3280388-1303749443/solver-3280388-1303749443 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3280388-1303749443.cnf

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

MD5SUM BENCH= 8e22d84b1ae625d44fbf300a32374a2d
RANDOM SEED=2043447342

node121.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.817
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.63
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.817
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.07
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.817
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.84
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.817
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.77
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.817
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.817
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.817
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.817
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:     32950904 kB
MemFree:      21177256 kB
Buffers:       2143512 kB
Cached:        9071224 kB
SwapCached:       2776 kB
Active:        8453924 kB
Inactive:      2810752 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      21177256 kB
SwapTotal:    67111528 kB
SwapFree:     67082284 kB
Dirty:           53440 kB
Writeback:           0 kB
AnonPages:       47604 kB
Mapped:          13536 kB
Slab:           445216 kB
PageTables:       5088 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS:   199116 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= 72072 MiB
End job on node121 at 2011-04-25 18:59:06