Trace number 3379981

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.06 1300.05

General information on the benchmark

NameAPPLICATIONS/bitverif/
minxorminand/minxorminand128.cnf
MD5SUMa551844fb6a7f35cf6025d0a525ca14e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark388.148
Satisfiable
(Un)Satisfiability was proved
Number of variables153834
Number of clauses459965
Sum of the clauses size1073249
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2306642
Number of clauses of size 3153321
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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-3379981-1305454272/watcher-3379981-1305454272 -o /tmp/evaluation-result-3379981-1305454272/solver-3379981-1305454272 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3379981-1305454272.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.92 2.09 2.62 6/425 19702
/proc/meminfo: memFree=17305968/32951124 swapFree=45193364/67111528
[pid=19702] ppid=19700 vsize=38324 CPUtime=0 cores=5,7
/proc/19702/stat : 19702 (SApperloT2010) R 19700 19702 17657 0 -1 4202496 5949 0 0 0 0 0 0 0 21 0 1 0 735657880 39243776 5890 33554432000 4194304 4394578 140733463786016 18446744073709551615 224284586693 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/19702/statm: 9581 5890 247 49 0 6722 0

[startup+0.097907 s]
/proc/loadavg: 1.92 2.09 2.62 6/425 19702
/proc/meminfo: memFree=17305968/32951124 swapFree=45193364/67111528
[pid=19702] ppid=19700 vsize=47300 CPUtime=0.08 cores=5,7
/proc/19702/stat : 19702 (SApperloT2010) R 19700 19702 17657 0 -1 4202496 8174 0 0 0 8 0 0 0 21 0 1 0 735657880 48435200 8115 33554432000 4194304 4394578 140733463786016 18446744073709551615 224284925696 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/19702/statm: 11825 8116 247 49 0 8966 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 47300

[startup+0.100901 s]
/proc/loadavg: 1.92 2.09 2.62 6/425 19702
/proc/meminfo: memFree=17305968/32951124 swapFree=45193364/67111528
[pid=19702] ppid=19700 vsize=47564 CPUtime=0.08 cores=5,7
/proc/19702/stat : 19702 (SApperloT2010) R 19700 19702 17657 0 -1 4202496 8255 0 0 0 8 0 0 0 21 0 1 0 735657880 48705536 8196 33554432000 4194304 4394578 140733463786016 18446744073709551615 224284586693 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/19702/statm: 11891 8197 247 49 0 9032 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 47564

[startup+0.300877 s]
/proc/loadavg: 1.92 2.09 2.62 6/425 19702
/proc/meminfo: memFree=17305968/32951124 swapFree=45193364/67111528
[pid=19702] ppid=19700 vsize=75276 CPUtime=0.29 cores=5,7
/proc/19702/stat : 19702 (SApperloT2010) R 19700 19702 17657 0 -1 4202496 15180 0 0 0 28 1 0 0 22 0 1 0 735657880 77082624 15120 33554432000 4194304 4394578 140733463786016 18446744073709551615 4354951 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/19702/statm: 18819 15120 253 49 0 15960 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 75276

[startup+0.700808 s]
/proc/loadavg: 1.92 2.09 2.62 6/425 19702
/proc/meminfo: memFree=17305968/32951124 swapFree=45193364/67111528
[pid=19702] ppid=19700 vsize=104960 CPUtime=0.69 cores=5,7
/proc/19702/stat : 19702 (SApperloT2010) R 19700 19702 17657 0 -1 4202496 22940 0 0 0 60 9 0 0 24 0 1 0 735657880 107479040 21981 33554432000 4194304 4394578 140733463786016 18446744073709551615 224284950423 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/19702/statm: 26240 21982 256 49 0 23381 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 104960

[startup+1.50069 s]
/proc/loadavg: 2.17 2.14 2.64 6/435 19721
/proc/meminfo: memFree=16876652/32951124 swapFree=45193364/67111528
[pid=19702] ppid=19700 vsize=190856 CPUtime=1.49 cores=5,7
/proc/19702/stat : 19702 (SApperloT2010) R 19700 19702 17657 0 -1 4202496 45023 0 0 0 132 17 0 0 25 0 1 0 735657880 195436544 41368 33554432000 4194304 4394578 140733463786016 18446744073709551615 224284950423 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/19702/statm: 47714 41368 256 49 0 44855 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 190856

[startup+3.10041 s]
/proc/loadavg: 2.17 2.14 2.64 6/435 19721
/proc/meminfo: memFree=16680996/32951124 swapFree=45193364/67111528
[pid=19702] ppid=19700 vsize=268228 CPUtime=3.09 cores=5,7
/proc/19702/stat : 19702 (SApperloT2010) R 19700 19702 17657 0 -1 4202496 68529 0 0 0 281 28 0 0 25 0 1 0 735657880 274665472 59482 33554432000 4194304 4394578 140733463786016 18446744073709551615 4346323 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/19702/statm: 67057 59482 267 49 0 64198 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 268228

[startup+6.30087 s]
/proc/loadavg: 2.17 2.14 2.64 6/435 19721
/proc/meminfo: memFree=16462136/32951124 swapFree=45193364/67111528
[pid=19702] ppid=19700 vsize=285548 CPUtime=6.29 cores=5,7
/proc/19702/stat : 19702 (SApperloT2010) R 19700 19702 17657 0 -1 4202496 72716 0 0 0 600 29 0 0 25 0 1 0 735657880 292401152 63669 33554432000 4194304 4394578 140733463786016 18446744073709551615 224284586693 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/19702/statm: 71387 63669 267 49 0 68528 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 285548

[startup+12.7008 s]
/proc/loadavg: 2.68 2.25 2.67 6/435 19721
/proc/meminfo: memFree=16379168/32951124 swapFree=45193364/67111528
[pid=19702] ppid=19700 vsize=311580 CPUtime=12.69 cores=5,7
/proc/19702/stat : 19702 (SApperloT2010) R 19700 19702 17657 0 -1 4202496 79095 0 0 0 1239 30 0 0 25 0 1 0 735657880 319057920 70048 33554432000 4194304 4394578 140733463786016 18446744073709551615 4346330 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/19702/statm: 77895 70048 267 49 0 75036 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 311580

[startup+25.5007 s]
/proc/loadavg: 3.03 2.34 2.69 6/435 19721
/proc/meminfo: memFree=16268968/32951124 swapFree=45193364/67111528
[pid=19702] ppid=19700 vsize=363436 CPUtime=25.49 cores=5,7
/proc/19702/stat : 19702 (SApperloT2010) R 19700 19702 17657 0 -1 4202496 91785 0 0 0 2516 33 0 0 25 0 1 0 735657880 372158464 82738 33554432000 4194304 4394578 140733463786016 18446744073709551615 4345902 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/19702/statm: 90859 82738 267 49 0 88000 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 363436

[startup+51.1004 s]
/proc/loadavg: 3.70 2.55 2.75 6/435 19750
/proc/meminfo: memFree=16151820/32951124 swapFree=45193364/67111528
[pid=19702] ppid=19700 vsize=438756 CPUtime=51.09 cores=5,7
/proc/19702/stat : 19702 (SApperloT2010) R 19700 19702 17657 0 -1 4202496 109903 0 0 0 5072 37 0 0 25 0 1 0 735657880 449286144 100856 33554432000 4194304 4394578 140733463786016 18446744073709551615 4299119 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/19702/statm: 109689 100856 267 49 0 106830 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 438756

[startup+102.317 s]
/proc/loadavg: 4.60 2.99 2.89 6/435 19750
/proc/meminfo: memFree=15983000/32951124 swapFree=45193364/67111528
[pid=19702] ppid=19700 vsize=499740 CPUtime=102.31 cores=5,7
/proc/19702/stat : 19702 (SApperloT2010) R 19700 19702 17657 0 -1 4202496 124787 0 0 0 10191 40 0 0 25 0 1 0 735657880 511733760 115740 33554432000 4194304 4394578 140733463786016 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/19702/statm: 124935 115740 267 49 0 122076 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 499740

[startup+162.301 s]
/proc/loadavg: 5.00 3.39 3.03 6/435 19752
/proc/meminfo: memFree=15904240/32951124 swapFree=45193364/67111528
[pid=19702] ppid=19700 vsize=513556 CPUtime=162.29 cores=5,7
/proc/19702/stat : 19702 (SApperloT2010) R 19700 19702 17657 0 -1 4202496 128232 0 0 0 16188 41 0 0 25 0 1 0 735657880 525881344 119185 33554432000 4194304 4394578 140733463786016 18446744073709551615 4287934 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/19702/statm: 128389 119185 267 49 0 125530 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 513556

[startup+222.301 s]
/proc/loadavg: 5.00 3.68 3.15 6/435 19808
/proc/meminfo: memFree=15982500/32951124 swapFree=45193364/67111528
[pid=19702] ppid=19700 vsize=583172 CPUtime=222.29 cores=5,7
/proc/19702/stat : 19702 (SApperloT2010) R 19700 19702 17657 0 -1 4202496 145636 0 0 0 22182 47 0 0 25 0 1 0 735657880 597168128 136589 33554432000 4194304 4394578 140733463786016 18446744073709551615 4287940 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/19702/statm: 145793 136589 267 49 0 142934 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 583172

[startup+282.301 s]
/proc/loadavg: 5.12 3.95 3.27 6/435 19864
/proc/meminfo: memFree=15795152/32951124 swapFree=45193364/67111528
[pid=19702] ppid=19700 vsize=615168 CPUtime=282.29 cores=5,7
/proc/19702/stat : 19702 (SApperloT2010) R 19700 19702 17657 0 -1 4202496 152695 0 0 0 28181 48 0 0 25 0 1 0 735657880 629932032 143648 33554432000 4194304 4394578 140733463786016 18446744073709551615 4298721 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/19702/statm: 153792 143648 267 49 0 150933 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 615168

[startup+342.301 s]
/proc/loadavg: 5.17 4.17 3.39 6/435 19866
/proc/meminfo: memFree=15641484/32951124 swapFree=45193364/67111528
[pid=19702] ppid=19700 vsize=633132 CPUtime=342.3 cores=5,7
/proc/19702/stat : 19702 (SApperloT2010) R 19700 19702 17657 0 -1 4202496 157253 0 0 0 34181 49 0 0 25 0 1 0 735657880 648327168 148206 33554432000 4194304 4394578 140733463786016 18446744073709551615 4287531 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/19702/statm: 158283 148206 267 49 0 155424 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 633132

[startup+402.301 s]
/proc/loadavg: 5.12 4.33 3.49 6/435 19866
/proc/meminfo: memFree=15532732/32951124 swapFree=45193364/67111528
[pid=19702] ppid=19700 vsize=633132 CPUtime=402.3 cores=5,7
/proc/19702/stat : 19702 (SApperloT2010) R 19700 19702 17657 0 -1 4202496 157333 0 0 0 40181 49 0 0 25 0 1 0 735657880 648327168 148286 33554432000 4194304 4394578 140733463786016 18446744073709551615 4287688 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/19702/statm: 158283 148286 267 49 0 155424 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 633132

[startup+462.301 s]
/proc/loadavg: 5.18 4.49 3.60 6/435 19868
/proc/meminfo: memFree=15444948/32951124 swapFree=45193364/67111528
[pid=19702] ppid=19700 vsize=633132 CPUtime=462.3 cores=5,7
/proc/19702/stat : 19702 (SApperloT2010) R 19700 19702 17657 0 -1 4202496 157397 0 0 0 46181 49 0 0 25 0 1 0 735657880 648327168 148350 33554432000 4194304 4394578 140733463786016 18446744073709551615 4287940 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/19702/statm: 158283 148350 267 49 0 155424 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 633132

[startup+522.301 s]
/proc/loadavg: 5.07 4.58 3.68 6/435 19870
/proc/meminfo: memFree=15351912/32951124 swapFree=45193364/67111528
[pid=19702] ppid=19700 vsize=645792 CPUtime=522.3 cores=5,7
/proc/19702/stat : 19702 (SApperloT2010) R 19700 19702 17657 0 -1 4202496 160666 0 0 0 52180 50 0 0 25 0 1 0 735657880 661291008 151619 33554432000 4194304 4394578 140733463786016 18446744073709551615 4312624 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/19702/statm: 161448 151619 267 49 0 158589 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 645792

[startup+582.301 s]
/proc/loadavg: 5.08 4.67 3.77 6/435 19872
/proc/meminfo: memFree=15222528/32951124 swapFree=45193364/67111528
[pid=19702] ppid=19700 vsize=697992 CPUtime=582.3 cores=5,7
/proc/19702/stat : 19702 (SApperloT2010) R 19700 19702 17657 0 -1 4202496 173477 0 0 0 58176 54 0 0 25 0 1 0 735657880 714743808 164430 33554432000 4194304 4394578 140733463786016 18446744073709551615 4298976 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/19702/statm: 174498 164430 267 49 0 171639 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 697992

[startup+642.301 s]
/proc/loadavg: 5.03 4.73 3.84 6/435 19901
/proc/meminfo: memFree=15570124/32951124 swapFree=45193364/67111528
[pid=19702] ppid=19700 vsize=723740 CPUtime=642.31 cores=5,7
/proc/19702/stat : 19702 (SApperloT2010) R 19700 19702 17657 0 -1 4202496 179137 0 0 0 64176 55 0 0 25 0 1 0 735657880 741109760 170090 33554432000 4194304 4394578 140733463786016 18446744073709551615 4314879 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/19702/statm: 180935 170090 267 49 0 178076 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 723740

[startup+702.301 s]
/proc/loadavg: 5.08 4.79 3.92 6/435 19901
/proc/meminfo: memFree=15453652/32951124 swapFree=45193364/67111528
[pid=19702] ppid=19700 vsize=726940 CPUtime=702.3 cores=5,7
/proc/19702/stat : 19702 (SApperloT2010) R 19700 19702 17657 0 -1 4202496 179698 0 0 0 70175 55 0 0 25 0 1 0 735657880 744386560 170651 33554432000 4194304 4394578 140733463786016 18446744073709551615 4313550 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/19702/statm: 181735 170651 267 49 0 178876 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 726940

[startup+762.317 s]
/proc/loadavg: 5.13 4.86 3.99 6/435 19903
/proc/meminfo: memFree=15379212/32951124 swapFree=45193364/67111528
[pid=19702] ppid=19700 vsize=726940 CPUtime=762.31 cores=5,7
/proc/19702/stat : 19702 (SApperloT2010) R 19700 19702 17657 0 -1 4202496 179797 0 0 0 76176 55 0 0 25 0 1 0 735657880 744386560 170750 33554432000 4194304 4394578 140733463786016 18446744073709551615 4287763 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/19702/statm: 181735 170750 267 49 0 178876 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 726940

[startup+822.301 s]
/proc/loadavg: 5.22 4.93 4.07 6/435 19905
/proc/meminfo: memFree=15365640/32951124 swapFree=45193364/67111528
[pid=19702] ppid=19700 vsize=726940 CPUtime=822.3 cores=5,7
/proc/19702/stat : 19702 (SApperloT2010) R 19700 19702 17657 0 -1 4202496 179869 0 0 0 82175 55 0 0 25 0 1 0 735657880 744386560 170822 33554432000 4194304 4394578 140733463786016 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/19702/statm: 181735 170822 267 49 0 178876 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 726940

[startup+882.301 s]
/proc/loadavg: 5.14 4.95 4.13 6/435 19907
/proc/meminfo: memFree=15354056/32951124 swapFree=45193364/67111528
[pid=19702] ppid=19700 vsize=726940 CPUtime=882.3 cores=5,7
/proc/19702/stat : 19702 (SApperloT2010) R 19700 19702 17657 0 -1 4202496 179903 0 0 0 88175 55 0 0 25 0 1 0 735657880 744386560 170856 33554432000 4194304 4394578 140733463786016 18446744073709551615 4287577 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/19702/statm: 181735 170856 267 49 0 178876 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 726940

[startup+942.301 s]
/proc/loadavg: 5.10 4.97 4.19 6/435 19909
/proc/meminfo: memFree=15348904/32951124 swapFree=45193364/67111528
[pid=19702] ppid=19700 vsize=726940 CPUtime=942.31 cores=5,7
/proc/19702/stat : 19702 (SApperloT2010) R 19700 19702 17657 0 -1 4202496 179936 0 0 0 94175 56 0 0 25 0 1 0 735657880 744386560 170889 33554432000 4194304 4394578 140733463786016 18446744073709551615 4291300 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/19702/statm: 181735 170889 267 49 0 178876 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 726940

[startup+1002.3 s]
/proc/loadavg: 5.08 4.99 4.24 6/435 19909
/proc/meminfo: memFree=15327636/32951124 swapFree=45193364/67111528
[pid=19702] ppid=19700 vsize=726940 CPUtime=1002.31 cores=5,7
/proc/19702/stat : 19702 (SApperloT2010) R 19700 19702 17657 0 -1 4202496 179969 0 0 0 100175 56 0 0 25 0 1 0 735657880 744386560 170922 33554432000 4194304 4394578 140733463786016 18446744073709551615 4292188 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/19702/statm: 181735 170922 267 49 0 178876 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 726940

[startup+1062.3 s]
/proc/loadavg: 4.96 4.99 4.28 5/434 19911
/proc/meminfo: memFree=15320136/32951124 swapFree=45193364/67111528
[pid=19702] ppid=19700 vsize=726940 CPUtime=1062.31 cores=5,7
/proc/19702/stat : 19702 (SApperloT2010) R 19700 19702 17657 0 -1 4202496 180004 0 0 0 106175 56 0 0 25 0 1 0 735657880 744386560 170957 33554432000 4194304 4394578 140733463786016 18446744073709551615 4298837 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/19702/statm: 181735 170957 267 49 0 178876 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 726940

[startup+1122.3 s]
/proc/loadavg: 4.43 4.83 4.27 5/434 19913
/proc/meminfo: memFree=15248888/32951124 swapFree=45193364/67111528
[pid=19702] ppid=19700 vsize=726940 CPUtime=1122.31 cores=5,7
/proc/19702/stat : 19702 (SApperloT2010) R 19700 19702 17657 0 -1 4202496 180012 0 0 0 112175 56 0 0 25 0 1 0 735657880 744386560 170965 33554432000 4194304 4394578 140733463786016 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/19702/statm: 181735 170965 267 49 0 178876 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 726940

[startup+1182.3 s]
/proc/loadavg: 4.20 4.69 4.26 5/434 19915
/proc/meminfo: memFree=15231964/32951124 swapFree=45193364/67111528
[pid=19702] ppid=19700 vsize=726940 CPUtime=1182.31 cores=5,7
/proc/19702/stat : 19702 (SApperloT2010) R 19700 19702 17657 0 -1 4202496 180028 0 0 0 118175 56 0 0 25 0 1 0 735657880 744386560 170981 33554432000 4194304 4394578 140733463786016 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/19702/statm: 181735 170981 267 49 0 178876 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 726940

[startup+1242.3 s]
/proc/loadavg: 4.07 4.56 4.24 5/434 19917
/proc/meminfo: memFree=15215540/32951124 swapFree=45193364/67111528
[pid=19702] ppid=19700 vsize=733212 CPUtime=1242.31 cores=5,7
/proc/19702/stat : 19702 (SApperloT2010) R 19700 19702 17657 0 -1 4202496 181150 0 0 0 124175 56 0 0 25 0 1 0 735657880 750809088 172103 33554432000 4194304 4394578 140733463786016 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/19702/statm: 183303 172103 267 49 0 180444 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 733212



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.03 4.47 4.22 5/434 19917
/proc/meminfo: memFree=15172196/32951124 swapFree=45193364/67111528
[pid=19702] ppid=19700 vsize=768144 CPUtime=1300.02 cores=5,7
/proc/19702/stat : 19702 (SApperloT2010) R 19700 19702 17657 0 -1 4202496 189268 0 0 0 129943 59 0 0 25 0 1 0 735657880 786579456 180221 33554432000 4194304 4394578 140733463786016 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/19702/statm: 192036 180221 267 49 0 189177 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 768144

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.06
CPU user time (s): 1299.44
CPU system time (s): 0.622905
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 768144

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.44
system time used= 0.622905
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 189268
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= 12
involuntary context switches= 1600

runsolver used 5.30819 second user time and 13.089 second system time

The end

Launcher Data

Begin job on node118 at 2011-05-15 12:11:12
IDJOB=3379981
IDBENCH=70760
IDSOLVER=1862
FILE ID=node118/3379981-1305454272
RUNJOBID= node118-1305454272-19681
PBS_JOBID= 13324868
Free space on /tmp= 73236 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
BENCH NAME= SAT09/APPLICATIONS/bitverif/minxorminand/minxorminand128.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3379981-1305454272/watcher-3379981-1305454272 -o /tmp/evaluation-result-3379981-1305454272/solver-3379981-1305454272 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3379981-1305454272.cnf

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

MD5SUM BENCH= a551844fb6a7f35cf6025d0a525ca14e
RANDOM SEED=936941402

node118.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.842
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.68
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.842
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.842
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.842
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.842
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.68
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.842
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.842
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.842
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	: 5374.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17306132 kB
Buffers:        295188 kB
Cached:        4605232 kB
SwapCached:      22084 kB
Active:       12635352 kB
Inactive:      2688768 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17306132 kB
SwapTotal:    67111528 kB
SwapFree:     45193364 kB
Dirty:           40704 kB
Writeback:           0 kB
AnonPages:    10414108 kB
Mapped:          20468 kB
Slab:           156936 kB
PageTables:      98212 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 118259644 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= 73240 MiB
End job on node118 at 2011-05-15 12:32:54