Trace number 3379738

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.04 1300.03

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_50_30_20_1-log.shuffled-as.sat03-107.cnf
MD5SUM5f29341b29f4bbeb333d68befe08c7ae
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark460.255
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of clauses56970
Sum of the clauses size569400
Maximum clause length10
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 560
Number of clauses of size over 556910

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-3379738-1305459499/watcher-3379738-1305459499 -o /tmp/evaluation-result-3379738-1305459499/solver-3379738-1305459499 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3379738-1305459499.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: 3.76 3.97 3.83 4/397 8808
/proc/meminfo: memFree=30351992/32950928 swapFree=41934208/67111528
[pid=8808] ppid=8806 vsize=13596 CPUtime=0 cores=5,7
/proc/8808/stat : 8808 (SApperloT2010) R 8806 8808 8602 0 -1 4202496 702 0 0 0 0 0 0 0 25 0 1 0 657548581 13922304 642 33554432000 4194304 4394578 140736560727520 18446744073709551615 251814240000 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8808/statm: 3399 643 247 49 0 540 0

[startup+0.061658 s]
/proc/loadavg: 3.76 3.97 3.83 4/397 8808
/proc/meminfo: memFree=30351992/32950928 swapFree=41934208/67111528
[pid=8808] ppid=8806 vsize=20628 CPUtime=0.05 cores=5,7
/proc/8808/stat : 8808 (SApperloT2010) R 8806 8808 8602 0 -1 4202496 2390 0 0 0 5 0 0 0 25 0 1 0 657548581 21123072 2330 33554432000 4194304 4394578 140736560727520 18446744073709551615 251814240000 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8808/statm: 5157 2330 247 49 0 2298 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 20628

[startup+0.10065 s]
/proc/loadavg: 3.76 3.97 3.83 4/397 8808
/proc/meminfo: memFree=30351992/32950928 swapFree=41934208/67111528
[pid=8808] ppid=8806 vsize=24164 CPUtime=0.09 cores=5,7
/proc/8808/stat : 8808 (SApperloT2010) R 8806 8808 8602 0 -1 4202496 3157 0 0 0 9 0 0 0 25 0 1 0 657548581 24743936 3096 33554432000 4194304 4394578 140736560727520 18446744073709551615 251814264727 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8808/statm: 6041 3096 255 49 0 3182 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24164

[startup+0.300616 s]
/proc/loadavg: 3.76 3.97 3.83 4/397 8808
/proc/meminfo: memFree=30351992/32950928 swapFree=41934208/67111528
[pid=8808] ppid=8806 vsize=24164 CPUtime=0.29 cores=5,7
/proc/8808/stat : 8808 (SApperloT2010) R 8806 8808 8602 0 -1 4202496 3157 0 0 0 29 0 0 0 25 0 1 0 657548581 24743936 3096 33554432000 4194304 4394578 140736560727520 18446744073709551615 4276746 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8808/statm: 6041 3096 255 49 0 3182 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 24164

[startup+0.700549 s]
/proc/loadavg: 3.76 3.97 3.83 4/397 8808
/proc/meminfo: memFree=30351992/32950928 swapFree=41934208/67111528
[pid=8808] ppid=8806 vsize=24164 CPUtime=0.69 cores=5,7
/proc/8808/stat : 8808 (SApperloT2010) R 8806 8808 8602 0 -1 4202496 3157 0 0 0 69 0 0 0 25 0 1 0 657548581 24743936 3096 33554432000 4194304 4394578 140736560727520 18446744073709551615 4254519 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8808/statm: 6041 3096 255 49 0 3182 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 24164

[startup+1.50041 s]
/proc/loadavg: 3.76 3.97 3.83 5/398 8809
/proc/meminfo: memFree=30318760/32950928 swapFree=41934208/67111528
[pid=8808] ppid=8806 vsize=24164 CPUtime=1.49 cores=5,7
/proc/8808/stat : 8808 (SApperloT2010) R 8806 8808 8602 0 -1 4202496 3157 0 0 0 149 0 0 0 25 0 1 0 657548581 24743936 3096 33554432000 4194304 4394578 140736560727520 18446744073709551615 4254519 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8808/statm: 6041 3096 255 49 0 3182 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 24164

[startup+3.10015 s]
/proc/loadavg: 3.76 3.97 3.83 5/398 8809
/proc/meminfo: memFree=30304016/32950928 swapFree=41934208/67111528
[pid=8808] ppid=8806 vsize=24164 CPUtime=3.09 cores=5,7
/proc/8808/stat : 8808 (SApperloT2010) R 8806 8808 8602 0 -1 4202496 3157 0 0 0 309 0 0 0 25 0 1 0 657548581 24743936 3096 33554432000 4194304 4394578 140736560727520 18446744073709551615 4254519 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8808/statm: 6041 3096 255 49 0 3182 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 24164

[startup+6.30061 s]
/proc/loadavg: 3.86 3.99 3.84 5/398 8809
/proc/meminfo: memFree=30289168/32950928 swapFree=41934208/67111528
[pid=8808] ppid=8806 vsize=24164 CPUtime=6.29 cores=5,7
/proc/8808/stat : 8808 (SApperloT2010) R 8806 8808 8602 0 -1 4202496 3157 0 0 0 629 0 0 0 25 0 1 0 657548581 24743936 3096 33554432000 4194304 4394578 140736560727520 18446744073709551615 4254519 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8808/statm: 6041 3096 255 49 0 3182 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 24164

[startup+12.7005 s]
/proc/loadavg: 3.87 3.99 3.84 5/398 8810
/proc/meminfo: memFree=30256656/32950928 swapFree=41934208/67111528
[pid=8808] ppid=8806 vsize=24164 CPUtime=12.69 cores=5,7
/proc/8808/stat : 8808 (SApperloT2010) R 8806 8808 8602 0 -1 4202496 3157 0 0 0 1269 0 0 0 25 0 1 0 657548581 24743936 3096 33554432000 4194304 4394578 140736560727520 18446744073709551615 4254519 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8808/statm: 6041 3096 255 49 0 3182 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 24164

[startup+25.5004 s]
/proc/loadavg: 3.90 3.99 3.84 5/398 8810
/proc/meminfo: memFree=30208676/32950928 swapFree=41934208/67111528
[pid=8808] ppid=8806 vsize=45244 CPUtime=25.49 cores=5,7
/proc/8808/stat : 8808 (SApperloT2010) R 8806 8808 8602 0 -1 4202496 8263 0 0 0 2548 1 0 0 25 0 1 0 657548581 46329856 7978 33554432000 4194304 4394578 140736560727520 18446744073709551615 4298711 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8808/statm: 11311 7978 266 49 0 8452 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 45244

[startup+51.1011 s]
/proc/loadavg: 4.12 4.04 3.86 5/398 8811
/proc/meminfo: memFree=30161292/32950928 swapFree=41934208/67111528
[pid=8808] ppid=8806 vsize=58280 CPUtime=51.09 cores=5,7
/proc/8808/stat : 8808 (SApperloT2010) R 8806 8808 8602 0 -1 4202496 11185 0 0 0 5106 3 0 0 25 0 1 0 657548581 59678720 10900 33554432000 4194304 4394578 140736560727520 18446744073709551615 4298837 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8808/statm: 14570 10900 266 49 0 11711 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 58280

[startup+102.314 s]
/proc/loadavg: 4.12 4.04 3.87 5/398 8812
/proc/meminfo: memFree=30083892/32950928 swapFree=41934208/67111528
[pid=8808] ppid=8806 vsize=74360 CPUtime=102.31 cores=5,7
/proc/8808/stat : 8808 (SApperloT2010) R 8806 8808 8602 0 -1 4202496 14844 0 0 0 10226 5 0 0 25 0 1 0 657548581 76144640 14559 33554432000 4194304 4394578 140736560727520 18446744073709551615 4346397 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8808/statm: 18590 14559 266 49 0 15731 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 74360

[startup+162.3 s]
/proc/loadavg: 4.04 4.03 3.88 5/398 8813
/proc/meminfo: memFree=30026344/32950928 swapFree=41934208/67111528
[pid=8808] ppid=8806 vsize=86336 CPUtime=162.29 cores=5,7
/proc/8808/stat : 8808 (SApperloT2010) R 8806 8808 8602 0 -1 4202496 17689 0 0 0 16223 6 0 0 25 0 1 0 657548581 88408064 17404 33554432000 4194304 4394578 140736560727520 18446744073709551615 4327692 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8808/statm: 21584 17404 266 49 0 18725 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 86336

[startup+222.3 s]
/proc/loadavg: 4.01 4.02 3.88 5/398 8815
/proc/meminfo: memFree=29984148/32950928 swapFree=41934208/67111528
[pid=8808] ppid=8806 vsize=94300 CPUtime=222.29 cores=5,7
/proc/8808/stat : 8808 (SApperloT2010) R 8806 8808 8602 0 -1 4202496 19559 0 0 0 22221 8 0 0 25 0 1 0 657548581 96563200 19274 33554432000 4194304 4394578 140736560727520 18446744073709551615 4298724 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8808/statm: 23575 19274 266 49 0 20716 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 94300

[startup+282.3 s]
/proc/loadavg: 4.00 4.02 3.89 5/398 8817
/proc/meminfo: memFree=29947536/32950928 swapFree=41934208/67111528
[pid=8808] ppid=8806 vsize=109636 CPUtime=282.29 cores=5,7
/proc/8808/stat : 8808 (SApperloT2010) R 8806 8808 8602 0 -1 4202496 23295 0 0 0 28219 10 0 0 25 0 1 0 657548581 112267264 23010 33554432000 4194304 4394578 140736560727520 18446744073709551615 4298698 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8808/statm: 27409 23010 266 49 0 24550 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 109636

[startup+342.301 s]
/proc/loadavg: 4.00 4.01 3.89 5/398 8818
/proc/meminfo: memFree=29905464/32950928 swapFree=41934208/67111528
[pid=8808] ppid=8806 vsize=118672 CPUtime=342.29 cores=5,7
/proc/8808/stat : 8808 (SApperloT2010) R 8806 8808 8602 0 -1 4202496 25432 0 0 0 34218 11 0 0 25 0 1 0 657548581 121520128 25147 33554432000 4194304 4394578 140736560727520 18446744073709551615 4298698 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8808/statm: 29668 25147 266 49 0 26809 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 118672

[startup+402.301 s]
/proc/loadavg: 4.00 4.01 3.90 5/398 8820
/proc/meminfo: memFree=29861056/32950928 swapFree=41934208/67111528
[pid=8808] ppid=8806 vsize=129492 CPUtime=402.29 cores=5,7
/proc/8808/stat : 8808 (SApperloT2010) R 8806 8808 8602 0 -1 4202496 28090 0 0 0 40217 12 0 0 25 0 1 0 657548581 132599808 27805 33554432000 4194304 4394578 140736560727520 18446744073709551615 4298338 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8808/statm: 32373 27805 266 49 0 29514 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 129492

[startup+462.301 s]
/proc/loadavg: 4.00 4.00 3.91 5/398 8822
/proc/meminfo: memFree=29813412/32950928 swapFree=41934208/67111528
[pid=8808] ppid=8806 vsize=150308 CPUtime=462.29 cores=5,7
/proc/8808/stat : 8808 (SApperloT2010) R 8806 8808 8602 0 -1 4202496 33220 0 0 0 46214 15 0 0 25 0 1 0 657548581 153915392 32935 33554432000 4194304 4394578 140736560727520 18446744073709551615 4298989 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8808/statm: 37577 32935 266 49 0 34718 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 150308

[startup+522.301 s]
/proc/loadavg: 4.00 4.00 3.91 5/398 8823
/proc/meminfo: memFree=29778028/32950928 swapFree=41934208/67111528
[pid=8808] ppid=8806 vsize=159820 CPUtime=522.29 cores=5,7
/proc/8808/stat : 8808 (SApperloT2010) R 8806 8808 8602 0 -1 4202496 35566 0 0 0 52213 16 0 0 25 0 1 0 657548581 163655680 35281 33554432000 4194304 4394578 140736560727520 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8808/statm: 39955 35281 266 49 0 37096 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 159820

[startup+582.301 s]
/proc/loadavg: 4.04 4.01 3.91 5/398 8825
/proc/meminfo: memFree=29745760/32950928 swapFree=41934208/67111528
[pid=8808] ppid=8806 vsize=175284 CPUtime=582.3 cores=5,7
/proc/8808/stat : 8808 (SApperloT2010) R 8806 8808 8602 0 -1 4202496 39393 0 0 0 58212 18 0 0 25 0 1 0 657548581 179490816 39108 33554432000 4194304 4394578 140736560727520 18446744073709551615 4298721 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8808/statm: 43821 39108 266 49 0 40962 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 175284

[startup+642.301 s]
/proc/loadavg: 4.14 4.06 3.94 5/398 8826
/proc/meminfo: memFree=29694140/32950928 swapFree=41934208/67111528
[pid=8808] ppid=8806 vsize=195680 CPUtime=642.31 cores=5,7
/proc/8808/stat : 8808 (SApperloT2010) R 8806 8808 8602 0 -1 4202496 44463 0 0 0 64210 21 0 0 25 0 1 0 657548581 200376320 44178 33554432000 4194304 4394578 140736560727520 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8808/statm: 48920 44178 266 49 0 46061 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 195680

[startup+702.301 s]
/proc/loadavg: 4.12 4.08 3.95 5/398 8828
/proc/meminfo: memFree=29661740/32950928 swapFree=41934208/67111528
[pid=8808] ppid=8806 vsize=200812 CPUtime=702.3 cores=5,7
/proc/8808/stat : 8808 (SApperloT2010) R 8806 8808 8602 0 -1 4202496 45596 0 0 0 70209 21 0 0 25 0 1 0 657548581 205631488 45311 33554432000 4194304 4394578 140736560727520 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8808/statm: 50203 45311 266 49 0 47344 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 200812

[startup+762.315 s]
/proc/loadavg: 4.04 4.06 3.95 5/398 8830
/proc/meminfo: memFree=29623032/32950928 swapFree=41934208/67111528
[pid=8808] ppid=8806 vsize=209064 CPUtime=762.31 cores=5,7
/proc/8808/stat : 8808 (SApperloT2010) R 8806 8808 8602 0 -1 4202496 47450 0 0 0 76209 22 0 0 25 0 1 0 657548581 214081536 47165 33554432000 4194304 4394578 140736560727520 18446744073709551615 4295859 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8808/statm: 52266 47165 266 49 0 49407 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 209064

[startup+822.301 s]
/proc/loadavg: 4.01 4.05 3.95 5/398 8831
/proc/meminfo: memFree=29585804/32950928 swapFree=41934208/67111528
[pid=8808] ppid=8806 vsize=226868 CPUtime=822.3 cores=5,7
/proc/8808/stat : 8808 (SApperloT2010) R 8806 8808 8602 0 -1 4202496 51766 0 0 0 82206 24 0 0 25 0 1 0 657548581 232312832 51481 33554432000 4194304 4394578 140736560727520 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8808/statm: 56717 51481 266 49 0 53858 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 226868

[startup+882.3 s]
/proc/loadavg: 4.00 4.04 3.95 5/398 8833
/proc/meminfo: memFree=29541132/32950928 swapFree=41934208/67111528
[pid=8808] ppid=8806 vsize=244832 CPUtime=882.3 cores=5,7
/proc/8808/stat : 8808 (SApperloT2010) R 8806 8808 8602 0 -1 4202496 56183 0 0 0 88204 26 0 0 25 0 1 0 657548581 250707968 55898 33554432000 4194304 4394578 140736560727520 18446744073709551615 4298804 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8808/statm: 61208 55898 266 49 0 58349 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 244832

[startup+942.3 s]
/proc/loadavg: 4.00 4.03 3.95 5/398 8834
/proc/meminfo: memFree=29513316/32950928 swapFree=41934208/67111528
[pid=8808] ppid=8806 vsize=253800 CPUtime=942.3 cores=5,7
/proc/8808/stat : 8808 (SApperloT2010) R 8806 8808 8602 0 -1 4202496 58358 0 0 0 94203 27 0 0 25 0 1 0 657548581 259891200 58073 33554432000 4194304 4394578 140736560727520 18446744073709551615 4298896 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8808/statm: 63450 58073 266 49 0 60591 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 253800

[startup+1002.3 s]
/proc/loadavg: 4.00 4.02 3.95 5/398 8836
/proc/meminfo: memFree=29457988/32950928 swapFree=41934208/67111528
[pid=8808] ppid=8806 vsize=269016 CPUtime=1002.3 cores=5,7
/proc/8808/stat : 8808 (SApperloT2010) R 8806 8808 8602 0 -1 4202496 62158 0 0 0 100201 29 0 0 25 0 1 0 657548581 275472384 61873 33554432000 4194304 4394578 140736560727520 18446744073709551615 4299409 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8808/statm: 67254 61873 266 49 0 64395 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 269016

[startup+1062.3 s]
/proc/loadavg: 4.00 4.02 3.95 5/398 8837
/proc/meminfo: memFree=29426968/32950928 swapFree=41934208/67111528
[pid=8808] ppid=8806 vsize=280408 CPUtime=1062.31 cores=5,7
/proc/8808/stat : 8808 (SApperloT2010) R 8806 8808 8602 0 -1 4202496 64790 0 0 0 106201 30 0 0 25 0 1 0 657548581 287137792 64505 33554432000 4194304 4394578 140736560727520 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8808/statm: 70102 64505 266 49 0 67243 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 280408

[startup+1122.3 s]
/proc/loadavg: 4.00 4.01 3.95 5/398 8839
/proc/meminfo: memFree=29407352/32950928 swapFree=41934208/67111528
[pid=8808] ppid=8806 vsize=290032 CPUtime=1122.31 cores=5,7
/proc/8808/stat : 8808 (SApperloT2010) R 8806 8808 8602 0 -1 4202496 67147 0 0 0 112200 31 0 0 25 0 1 0 657548581 296992768 66862 33554432000 4194304 4394578 140736560727520 18446744073709551615 4298767 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8808/statm: 72508 66862 266 49 0 69649 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 290032

[startup+1182.3 s]
/proc/loadavg: 4.15 4.05 3.96 5/398 8841
/proc/meminfo: memFree=29384016/32950928 swapFree=41934208/67111528
[pid=8808] ppid=8806 vsize=303716 CPUtime=1182.31 cores=5,7
/proc/8808/stat : 8808 (SApperloT2010) R 8806 8808 8602 0 -1 4202496 70516 0 0 0 118199 32 0 0 25 0 1 0 657548581 311005184 70231 33554432000 4194304 4394578 140736560727520 18446744073709551615 4338002 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8808/statm: 75929 70231 266 49 0 73070 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 303716

[startup+1242.3 s]
/proc/loadavg: 4.15 4.07 3.97 5/398 8842
/proc/meminfo: memFree=29362392/32950928 swapFree=41934208/67111528
[pid=8808] ppid=8806 vsize=311340 CPUtime=1242.31 cores=5,7
/proc/8808/stat : 8808 (SApperloT2010) R 8806 8808 8602 0 -1 4202496 72378 0 0 0 124198 33 0 0 25 0 1 0 657548581 318812160 72093 33554432000 4194304 4394578 140736560727520 18446744073709551615 4327696 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8808/statm: 77835 72093 266 49 0 74976 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 311340



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.10 4.07 3.98 2/392 8847
/proc/meminfo: memFree=30074788/32950928 swapFree=41934208/67111528
[pid=8808] ppid=8806 vsize=325292 CPUtime=1300.01 cores=5,7
/proc/8808/stat : 8808 (SApperloT2010) R 8806 8808 8602 0 -1 4202496 75841 0 0 0 129967 34 0 0 25 0 1 0 657548581 333099008 75556 33554432000 4194304 4394578 140736560727520 18446744073709551615 4298976 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/8808/statm: 81323 75556 266 49 0 78464 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 325292

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.03
CPU time (s): 1300.04
CPU user time (s): 1299.68
CPU system time (s): 0.360945
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 325292

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.68
system time used= 0.360945
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 75841
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= 6
involuntary context switches= 2962

runsolver used 4.78227 second user time and 11.7932 second system time

The end

Launcher Data

Begin job on node126 at 2011-05-15 13:38:19
IDJOB=3379738
IDBENCH=83909
IDSOLVER=1862
FILE ID=node126/3379738-1305459499
RUNJOBID= node126-1305458196-8623
PBS_JOBID= 13324901
Free space on /tmp= 73360 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_50_30_20_1-log.shuffled-as.sat03-107.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3379738-1305459499/watcher-3379738-1305459499 -o /tmp/evaluation-result-3379738-1305459499/solver-3379738-1305459499 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3379738-1305459499.cnf

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

MD5SUM BENCH= 5f29341b29f4bbeb333d68befe08c7ae
RANDOM SEED=1392891133

node126.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.783
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.56
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.783
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.783
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.783
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.74
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.783
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.783
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.783
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.783
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      30352024 kB
Buffers:        172516 kB
Cached:        1680424 kB
SwapCached:      49560 kB
Active:         128440 kB
Inactive:      2224160 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30352024 kB
SwapTotal:    67111528 kB
SwapFree:     41934208 kB
Dirty:            5660 kB
Writeback:           4 kB
AnonPages:      462992 kB
Mapped:          10956 kB
Slab:           103640 kB
PageTables:      75972 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 88191284 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= 73364 MiB
End job on node126 at 2011-05-15 14:00:01