Trace number 3379711

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

NameCRAFTED/rbsat/crafted/forced/
rbsat-v945c61409gyes10.cnf
MD5SUM601a386973128161e9173e2bdf583672
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.58791
Satisfiable
(Un)Satisfiability was proved
Number of variables945
Number of clauses61409
Sum of the clauses size123673
Maximum clause length21
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 261364
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 545

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

running on 2 cores: 4,6

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.53 2.15 2.88 6/349 24388
/proc/meminfo: memFree=27830152/32951124 swapFree=54427468/67111528
[pid=24388] ppid=24386 vsize=14188 CPUtime=0 cores=4,6
/proc/24388/stat : 24388 (SApperloT2010) R 24386 24388 12685 0 -1 4202496 852 0 0 0 0 0 0 0 21 0 1 0 657090150 14528512 792 33554432000 4194304 4394578 140735468123504 18446744073709551615 228122374853 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/24388/statm: 3547 793 247 49 0 688 0

[startup+0.10871 s]
/proc/loadavg: 1.53 2.15 2.88 6/349 24388
/proc/meminfo: memFree=27830152/32951124 swapFree=54427468/67111528
[pid=24388] ppid=24386 vsize=20472 CPUtime=0.1 cores=4,6
/proc/24388/stat : 24388 (SApperloT2010) R 24386 24388 12685 0 -1 4202496 2664 0 0 0 10 0 0 0 22 0 1 0 657090150 20963328 2363 33554432000 4194304 4394578 140735468123504 18446744073709551615 4287234 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/24388/statm: 5118 2364 266 49 0 2259 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 20472

[startup+0.200695 s]
/proc/loadavg: 1.53 2.15 2.88 6/349 24388
/proc/meminfo: memFree=27830152/32951124 swapFree=54427468/67111528
[pid=24388] ppid=24386 vsize=21924 CPUtime=0.19 cores=4,6
/proc/24388/stat : 24388 (SApperloT2010) R 24386 24388 12685 0 -1 4202496 3047 0 0 0 19 0 0 0 22 0 1 0 657090150 22450176 2746 33554432000 4194304 4394578 140735468123504 18446744073709551615 228122374853 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/24388/statm: 5481 2746 266 49 0 2622 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 21924

[startup+0.300683 s]
/proc/loadavg: 1.53 2.15 2.88 6/349 24388
/proc/meminfo: memFree=27830152/32951124 swapFree=54427468/67111528
[pid=24388] ppid=24386 vsize=23508 CPUtime=0.29 cores=4,6
/proc/24388/stat : 24388 (SApperloT2010) R 24386 24388 12685 0 -1 4202496 3412 0 0 0 29 0 0 0 22 0 1 0 657090150 24072192 3111 33554432000 4194304 4394578 140735468123504 18446744073709551615 228122374853 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/24388/statm: 5877 3111 266 49 0 3018 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 23508

[startup+0.700606 s]
/proc/loadavg: 1.53 2.15 2.88 6/349 24388
/proc/meminfo: memFree=27830152/32951124 swapFree=54427468/67111528
[pid=24388] ppid=24386 vsize=27232 CPUtime=0.69 cores=4,6
/proc/24388/stat : 24388 (SApperloT2010) R 24386 24388 12685 0 -1 4202496 4354 0 0 0 69 0 0 0 24 0 1 0 657090150 27885568 4053 33554432000 4194304 4394578 140735468123504 18446744073709551615 4298993 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/24388/statm: 6808 4053 266 49 0 3949 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 27232

[startup+1.50047 s]
/proc/loadavg: 1.53 2.15 2.88 5/351 24390
/proc/meminfo: memFree=27753532/32951124 swapFree=54427468/67111528
[pid=24388] ppid=24386 vsize=33076 CPUtime=1.48 cores=4,6
/proc/24388/stat : 24388 (SApperloT2010) R 24386 24388 12685 0 -1 4202496 5775 0 0 0 148 0 0 0 25 0 1 0 657090150 33869824 5474 33554432000 4194304 4394578 140735468123504 18446744073709551615 4338278 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/24388/statm: 8269 5474 266 49 0 5410 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 33076

[startup+3.10119 s]
/proc/loadavg: 1.53 2.15 2.88 5/351 24390
/proc/meminfo: memFree=27728904/32951124 swapFree=54427468/67111528
[pid=24388] ppid=24386 vsize=37496 CPUtime=3.09 cores=4,6
/proc/24388/stat : 24388 (SApperloT2010) R 24386 24388 12685 0 -1 4202496 6871 0 0 0 309 0 0 0 25 0 1 0 657090150 38395904 6570 33554432000 4194304 4394578 140735468123504 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/24388/statm: 9374 6570 266 49 0 6515 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 37496

[startup+6.30057 s]
/proc/loadavg: 1.72 2.18 2.88 5/351 24390
/proc/meminfo: memFree=27700260/32951124 swapFree=54427468/67111528
[pid=24388] ppid=24386 vsize=39600 CPUtime=6.29 cores=4,6
/proc/24388/stat : 24388 (SApperloT2010) R 24386 24388 12685 0 -1 4202496 7332 0 0 0 628 1 0 0 25 0 1 0 657090150 40550400 7031 33554432000 4194304 4394578 140735468123504 18446744073709551615 4327617 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/24388/statm: 9900 7031 266 49 0 7041 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 39600

[startup+12.7004 s]
/proc/loadavg: 1.91 2.21 2.89 5/351 24390
/proc/meminfo: memFree=27647336/32951124 swapFree=54427468/67111528
[pid=24388] ppid=24386 vsize=45620 CPUtime=12.69 cores=4,6
/proc/24388/stat : 24388 (SApperloT2010) R 24386 24388 12685 0 -1 4202496 8676 0 0 0 1268 1 0 0 25 0 1 0 657090150 46714880 8375 33554432000 4194304 4394578 140735468123504 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/24388/statm: 11405 8375 266 49 0 8546 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 45620

[startup+25.5011 s]
/proc/loadavg: 2.37 2.30 2.91 5/351 24390
/proc/meminfo: memFree=27571824/32951124 swapFree=54427468/67111528
[pid=24388] ppid=24386 vsize=55908 CPUtime=25.49 cores=4,6
/proc/24388/stat : 24388 (SApperloT2010) R 24386 24388 12685 0 -1 4202496 10951 0 0 0 2548 1 0 0 25 0 1 0 657090150 57249792 10650 33554432000 4194304 4394578 140735468123504 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/24388/statm: 13977 10650 266 49 0 11118 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 55908

[startup+51.1005 s]
/proc/loadavg: 2.92 2.43 2.93 5/351 24391
/proc/meminfo: memFree=27551388/32951124 swapFree=54427468/67111528
[pid=24388] ppid=24386 vsize=63084 CPUtime=51.09 cores=4,6
/proc/24388/stat : 24388 (SApperloT2010) R 24386 24388 12685 0 -1 4202496 12498 0 0 0 5107 2 0 0 25 0 1 0 657090150 64598016 12197 33554432000 4194304 4394578 140735468123504 18446744073709551615 4313463 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/24388/statm: 15771 12197 266 49 0 12912 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 63084

[startup+102.301 s]
/proc/loadavg: 3.53 2.67 2.99 5/351 24392
/proc/meminfo: memFree=27496560/32951124 swapFree=54427468/67111528
[pid=24388] ppid=24386 vsize=73732 CPUtime=102.3 cores=4,6
/proc/24388/stat : 24388 (SApperloT2010) R 24386 24388 12685 0 -1 4202496 14727 0 0 0 10228 2 0 0 25 0 1 0 657090150 75501568 14426 33554432000 4194304 4394578 140735468123504 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/24388/statm: 18433 14426 266 49 0 15574 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 73732

[startup+162.3 s]
/proc/loadavg: 3.83 2.91 3.05 5/351 24394
/proc/meminfo: memFree=27444960/32951124 swapFree=54427468/67111528
[pid=24388] ppid=24386 vsize=85464 CPUtime=162.29 cores=4,6
/proc/24388/stat : 24388 (SApperloT2010) R 24386 24388 12685 0 -1 4202496 17160 0 0 0 16226 3 0 0 25 0 1 0 657090150 87515136 16859 33554432000 4194304 4394578 140735468123504 18446744073709551615 4298862 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/24388/statm: 21366 16859 266 49 0 18507 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 85464

[startup+222.313 s]
/proc/loadavg: 4.04 3.14 3.11 5/351 24396
/proc/meminfo: memFree=27413688/32951124 swapFree=54427468/67111528
[pid=24388] ppid=24386 vsize=96532 CPUtime=222.31 cores=4,6
/proc/24388/stat : 24388 (SApperloT2010) R 24386 24388 12685 0 -1 4202496 19483 0 0 0 22227 4 0 0 25 0 1 0 657090150 98848768 19182 33554432000 4194304 4394578 140735468123504 18446744073709551615 4298373 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/24388/statm: 24133 19182 266 49 0 21274 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 96532

[startup+282.301 s]
/proc/loadavg: 4.06 3.31 3.17 5/351 24397
/proc/meminfo: memFree=27368640/32951124 swapFree=54427468/67111528
[pid=24388] ppid=24386 vsize=105380 CPUtime=282.29 cores=4,6
/proc/24388/stat : 24388 (SApperloT2010) R 24386 24388 12685 0 -1 4202496 21269 0 0 0 28225 4 0 0 25 0 1 0 657090150 107909120 20968 33554432000 4194304 4394578 140735468123504 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/24388/statm: 26345 20968 266 49 0 23486 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 105380

[startup+342.301 s]
/proc/loadavg: 4.02 3.43 3.22 5/351 24399
/proc/meminfo: memFree=27346052/32951124 swapFree=54427468/67111528
[pid=24388] ppid=24386 vsize=111144 CPUtime=342.3 cores=4,6
/proc/24388/stat : 24388 (SApperloT2010) R 24386 24388 12685 0 -1 4202496 22505 0 0 0 34225 5 0 0 25 0 1 0 657090150 113811456 22204 33554432000 4194304 4394578 140735468123504 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/24388/statm: 27786 22204 266 49 0 24927 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 111144

[startup+402.301 s]
/proc/loadavg: 4.01 3.53 3.27 5/351 24400
/proc/meminfo: memFree=27303248/32951124 swapFree=54427468/67111528
[pid=24388] ppid=24386 vsize=119516 CPUtime=402.3 cores=4,6
/proc/24388/stat : 24388 (SApperloT2010) R 24386 24388 12685 0 -1 4202496 24279 0 0 0 40225 5 0 0 25 0 1 0 657090150 122384384 23978 33554432000 4194304 4394578 140735468123504 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/24388/statm: 29879 23978 266 49 0 27020 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 119516

[startup+462.301 s]
/proc/loadavg: 4.06 3.63 3.31 5/351 24402
/proc/meminfo: memFree=27272976/32951124 swapFree=54427468/67111528
[pid=24388] ppid=24386 vsize=130784 CPUtime=462.3 cores=4,6
/proc/24388/stat : 24388 (SApperloT2010) R 24386 24388 12685 0 -1 4202496 26444 0 0 0 46225 5 0 0 25 0 1 0 657090150 133922816 26143 33554432000 4194304 4394578 140735468123504 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/24388/statm: 32696 26143 266 49 0 29837 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 130784

[startup+522.301 s]
/proc/loadavg: 4.07 3.71 3.36 5/351 24431
/proc/meminfo: memFree=27180528/32951124 swapFree=54427468/67111528
[pid=24388] ppid=24386 vsize=132320 CPUtime=522.31 cores=4,6
/proc/24388/stat : 24388 (SApperloT2010) R 24386 24388 12685 0 -1 4202496 26763 0 0 0 52225 6 0 0 25 0 1 0 657090150 135495680 26462 33554432000 4194304 4394578 140735468123504 18446744073709551615 4298923 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/24388/statm: 33080 26462 266 49 0 30221 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 132320

[startup+582.3 s]
/proc/loadavg: 3.99 3.75 3.39 5/351 24513
/proc/meminfo: memFree=27213832/32951124 swapFree=54427468/67111528
[pid=24388] ppid=24386 vsize=136936 CPUtime=582.31 cores=4,6
/proc/24388/stat : 24388 (SApperloT2010) R 24386 24388 12685 0 -1 4202496 27806 0 0 0 58225 6 0 0 25 0 1 0 657090150 140222464 27505 33554432000 4194304 4394578 140735468123504 18446744073709551615 4292162 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/24388/statm: 34234 27505 266 49 0 31375 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 136936

[startup+642.3 s]
/proc/loadavg: 3.99 3.79 3.43 5/351 24515
/proc/meminfo: memFree=27185748/32951124 swapFree=54427468/67111528
[pid=24388] ppid=24386 vsize=138952 CPUtime=642.31 cores=4,6
/proc/24388/stat : 24388 (SApperloT2010) R 24386 24388 12685 0 -1 4202496 28239 0 0 0 64225 6 0 0 25 0 1 0 657090150 142286848 27938 33554432000 4194304 4394578 140735468123504 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/24388/statm: 34738 27938 266 49 0 31879 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 138952

[startup+702.301 s]
/proc/loadavg: 3.99 3.83 3.46 5/351 24516
/proc/meminfo: memFree=27169348/32951124 swapFree=54427468/67111528
[pid=24388] ppid=24386 vsize=138952 CPUtime=702.31 cores=4,6
/proc/24388/stat : 24388 (SApperloT2010) R 24386 24388 12685 0 -1 4202496 28265 0 0 0 70225 6 0 0 25 0 1 0 657090150 142286848 27964 33554432000 4194304 4394578 140735468123504 18446744073709551615 4298891 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/24388/statm: 34738 27964 266 49 0 31879 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 138952

[startup+762.301 s]
/proc/loadavg: 4.07 3.87 3.50 5/351 24545
/proc/meminfo: memFree=27253912/32951124 swapFree=54427468/67111528
[pid=24388] ppid=24386 vsize=147032 CPUtime=762.32 cores=4,6
/proc/24388/stat : 24388 (SApperloT2010) R 24386 24388 12685 0 -1 4202496 29990 0 0 0 76225 7 0 0 25 0 1 0 657090150 150560768 29689 33554432000 4194304 4394578 140735468123504 18446744073709551615 4349654 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/24388/statm: 36758 29689 266 49 0 33899 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 147032

[startup+822.301 s]
/proc/loadavg: 4.02 3.89 3.52 5/351 24547
/proc/meminfo: memFree=27227216/32951124 swapFree=54427468/67111528
[pid=24388] ppid=24386 vsize=147288 CPUtime=822.31 cores=4,6
/proc/24388/stat : 24388 (SApperloT2010) R 24386 24388 12685 0 -1 4202496 30045 0 0 0 82224 7 0 0 25 0 1 0 657090150 150822912 29744 33554432000 4194304 4394578 140735468123504 18446744073709551615 4298711 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/24388/statm: 36822 29744 266 49 0 33963 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 147288

[startup+882.313 s]
/proc/loadavg: 4.01 3.91 3.55 5/351 24548
/proc/meminfo: memFree=27193596/32951124 swapFree=54427468/67111528
[pid=24388] ppid=24386 vsize=149528 CPUtime=882.33 cores=4,6
/proc/24388/stat : 24388 (SApperloT2010) R 24386 24388 12685 0 -1 4202496 30502 0 0 0 88225 8 0 0 25 0 1 0 657090150 153116672 30201 33554432000 4194304 4394578 140735468123504 18446744073709551615 4298832 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/24388/statm: 37382 30201 266 49 0 34523 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 149528

[startup+942.301 s]
/proc/loadavg: 4.00 3.92 3.58 5/351 24550
/proc/meminfo: memFree=27177420/32951124 swapFree=54427468/67111528
[pid=24388] ppid=24386 vsize=150488 CPUtime=942.32 cores=4,6
/proc/24388/stat : 24388 (SApperloT2010) R 24386 24388 12685 0 -1 4202496 30705 0 0 0 94224 8 0 0 25 0 1 0 657090150 154099712 30404 33554432000 4194304 4394578 140735468123504 18446744073709551615 4298862 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/24388/statm: 37622 30404 266 49 0 34763 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 150488

[startup+1002.3 s]
/proc/loadavg: 4.03 3.95 3.60 5/351 24551
/proc/meminfo: memFree=27151356/32951124 swapFree=54427468/67111528
[pid=24388] ppid=24386 vsize=155320 CPUtime=1002.32 cores=4,6
/proc/24388/stat : 24388 (SApperloT2010) R 24386 24388 12685 0 -1 4202496 31604 0 0 0 100224 8 0 0 25 0 1 0 657090150 159047680 31303 33554432000 4194304 4394578 140735468123504 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/24388/statm: 38830 31303 266 49 0 35971 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 155320

[startup+1062.3 s]
/proc/loadavg: 4.19 4.00 3.64 5/351 24553
/proc/meminfo: memFree=27137680/32951124 swapFree=54427468/67111528
[pid=24388] ppid=24386 vsize=160316 CPUtime=1062.32 cores=4,6
/proc/24388/stat : 24388 (SApperloT2010) R 24386 24388 12685 0 -1 4202496 32748 0 0 0 106223 9 0 0 25 0 1 0 657090150 164163584 32447 33554432000 4194304 4394578 140735468123504 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/24388/statm: 40079 32447 266 49 0 37220 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 160316

[startup+1122.3 s]
/proc/loadavg: 4.07 4.00 3.66 5/351 24555
/proc/meminfo: memFree=27110232/32951124 swapFree=54427468/67111528
[pid=24388] ppid=24386 vsize=165444 CPUtime=1122.32 cores=4,6
/proc/24388/stat : 24388 (SApperloT2010) R 24386 24388 12685 0 -1 4202496 33735 0 0 0 112223 9 0 0 25 0 1 0 657090150 169414656 33434 33554432000 4194304 4394578 140735468123504 18446744073709551615 4327685 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/24388/statm: 41361 33434 266 49 0 38502 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 165444

[startup+1182.3 s]
/proc/loadavg: 4.02 4.00 3.68 5/351 24556
/proc/meminfo: memFree=27083892/32951124 swapFree=54427468/67111528
[pid=24388] ppid=24386 vsize=169288 CPUtime=1182.32 cores=4,6
/proc/24388/stat : 24388 (SApperloT2010) R 24386 24388 12685 0 -1 4202496 34469 0 0 0 118223 9 0 0 25 0 1 0 657090150 173350912 34168 33554432000 4194304 4394578 140735468123504 18446744073709551615 4298807 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/24388/statm: 42322 34168 266 49 0 39463 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 169288

[startup+1242.3 s]
/proc/loadavg: 4.01 4.00 3.70 5/351 24558
/proc/meminfo: memFree=27062884/32951124 swapFree=54427468/67111528
[pid=24388] ppid=24386 vsize=169288 CPUtime=1242.32 cores=4,6
/proc/24388/stat : 24388 (SApperloT2010) R 24386 24388 12685 0 -1 4202496 34499 0 0 0 124223 9 0 0 25 0 1 0 657090150 173350912 34198 33554432000 4194304 4394578 140735468123504 18446744073709551615 4298350 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/24388/statm: 42322 34198 266 49 0 39463 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 169288



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.00 3.71 6/349 24560
/proc/meminfo: memFree=27198380/32951124 swapFree=54427468/67111528
[pid=24388] ppid=24386 vsize=170696 CPUtime=1300.04 cores=4,6
/proc/24388/stat : 24388 (SApperloT2010) R 24386 24388 12685 0 -1 4202496 34812 0 0 0 129994 10 0 0 25 0 1 0 657090150 174792704 34511 33554432000 4194304 4394578 140735468123504 18446744073709551615 4298711 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/24388/statm: 42674 34511 266 49 0 39815 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 170696

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: 4.00 4.00 3.71 6/349 24560
/proc/meminfo: memFree=27198380/32951124 swapFree=54427468/67111528
[pid=24388] ppid=24386 vsize=170696 CPUtime=1300.04 cores=4,6
/proc/24388/stat : 24388 (SApperloT2010) R 24386 24388 12685 0 -1 4202496 34812 0 0 0 129994 10 0 0 25 0 1 0 657090150 174792704 34511 33554432000 4194304 4394578 140735468123504 18446744073709551615 4298711 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/24388/statm: 42674 34511 266 49 0 39815 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 170696

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.05
CPU user time (s): 1299.94
CPU system time (s): 0.109983
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 170696

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

runsolver used 4.48532 second user time and 9.70952 second system time

The end

Launcher Data

Begin job on node138 at 2011-05-15 12:22:02
IDJOB=3379711
IDBENCH=71570
IDSOLVER=1862
FILE ID=node138/3379711-1305454922
RUNJOBID= node138-1305454922-24348
PBS_JOBID= 13324862
Free space on /tmp= 73556 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/forced/rbsat-v945c61409gyes10.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3379711-1305454922/watcher-3379711-1305454922 -o /tmp/evaluation-result-3379711-1305454922/solver-3379711-1305454922 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3379711-1305454922.cnf

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

MD5SUM BENCH= 601a386973128161e9173e2bdf583672
RANDOM SEED=1890521896

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      27830680 kB
Buffers:        285592 kB
Cached:        3992304 kB
SwapCached:      18496 kB
Active:        1688176 kB
Inactive:      3194112 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27830680 kB
SwapTotal:    67111528 kB
SwapFree:     54427468 kB
Dirty:            5904 kB
Writeback:           0 kB
AnonPages:      597472 kB
Mapped:          14968 kB
Slab:           127808 kB
PageTables:      47168 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 68345892 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= 73556 MiB
End job on node138 at 2011-05-15 12:43:44