Trace number 3379760

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.03

General information on the benchmark

NameSAT02/handmade/simon/satex-challenges/
par32-3.shuffled.cnf
MD5SUM0115a0e26236f3f01aa829c2004452c1
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.6469
Satisfiable
(Un)Satisfiability was proved
Number of variables3176
Number of clauses10297
Sum of the clauses size27581
Maximum clause length3
Minimum clause length1
Number of clauses of size 1141
Number of clauses of size 23028
Number of clauses of size 37128
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-3379760-1305460858/watcher-3379760-1305460858 -o /tmp/evaluation-result-3379760-1305460858/solver-3379760-1305460858 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3379760-1305460858.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.80 2.27 2.85 6/368 1287
/proc/meminfo: memFree=18360200/32951124 swapFree=67111348/67111528
[pid=1287] ppid=1285 vsize=12392 CPUtime=0 cores=4,6
/proc/1287/stat : 1287 (SApperloT2010) R 1285 1287 423 0 -1 4202496 503 0 0 0 0 0 0 0 22 0 1 0 638501706 12689408 443 33554432000 4194304 4394578 140735717521808 18446744073709551615 233509958341 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1287/statm: 3098 444 247 49 0 239 0

[startup+0.026453 s]
/proc/loadavg: 1.80 2.27 2.85 6/368 1287
/proc/meminfo: memFree=18360200/32951124 swapFree=67111348/67111528
[pid=1287] ppid=1285 vsize=14108 CPUtime=0.02 cores=4,6
/proc/1287/stat : 1287 (SApperloT2010) R 1285 1287 423 0 -1 4202496 907 0 0 0 2 0 0 0 23 0 1 0 638501706 14446592 846 33554432000 4194304 4394578 140735717521808 18446744073709551615 233510322071 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1287/statm: 3527 846 256 49 0 668 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 14108

[startup+0.100453 s]
/proc/loadavg: 1.80 2.27 2.85 6/368 1287
/proc/meminfo: memFree=18360200/32951124 swapFree=67111348/67111528
[pid=1287] ppid=1285 vsize=15304 CPUtime=0.09 cores=4,6
/proc/1287/stat : 1287 (SApperloT2010) R 1285 1287 423 0 -1 4202496 1245 0 0 0 9 0 0 0 23 0 1 0 638501706 15671296 1184 33554432000 4194304 4394578 140735717521808 18446744073709551615 4298373 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1287/statm: 3826 1184 267 49 0 967 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15304

[startup+0.300429 s]
/proc/loadavg: 1.80 2.27 2.85 6/368 1287
/proc/meminfo: memFree=18360200/32951124 swapFree=67111348/67111528
[pid=1287] ppid=1285 vsize=15832 CPUtime=0.29 cores=4,6
/proc/1287/stat : 1287 (SApperloT2010) R 1285 1287 423 0 -1 4202496 1374 0 0 0 29 0 0 0 23 0 1 0 638501706 16211968 1313 33554432000 4194304 4394578 140735717521808 18446744073709551615 4298298 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1287/statm: 3958 1313 267 49 0 1099 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 15832

[startup+0.700357 s]
/proc/loadavg: 1.80 2.27 2.85 6/368 1287
/proc/meminfo: memFree=18360200/32951124 swapFree=67111348/67111528
[pid=1287] ppid=1285 vsize=16368 CPUtime=0.69 cores=4,6
/proc/1287/stat : 1287 (SApperloT2010) R 1285 1287 423 0 -1 4202496 1511 0 0 0 69 0 0 0 25 0 1 0 638501706 16760832 1450 33554432000 4194304 4394578 140735717521808 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1287/statm: 4092 1450 267 49 0 1233 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16368

[startup+1.5002 s]
/proc/loadavg: 1.80 2.27 2.85 7/370 1289
/proc/meminfo: memFree=18340600/32951124 swapFree=67111348/67111528
[pid=1287] ppid=1285 vsize=17320 CPUtime=1.49 cores=4,6
/proc/1287/stat : 1287 (SApperloT2010) R 1285 1287 423 0 -1 4202496 1743 0 0 0 149 0 0 0 25 0 1 0 638501706 17735680 1682 33554432000 4194304 4394578 140735717521808 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1287/statm: 4330 1682 267 49 0 1471 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 17320

[startup+3.10089 s]
/proc/loadavg: 1.98 2.30 2.85 6/370 1289
/proc/meminfo: memFree=18334316/32951124 swapFree=67111348/67111528
[pid=1287] ppid=1285 vsize=18432 CPUtime=3.09 cores=4,6
/proc/1287/stat : 1287 (SApperloT2010) R 1285 1287 423 0 -1 4202496 1981 0 0 0 309 0 0 0 25 0 1 0 638501706 18874368 1920 33554432000 4194304 4394578 140735717521808 18446744073709551615 4298338 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1287/statm: 4608 1920 267 49 0 1749 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 18432

[startup+6.30035 s]
/proc/loadavg: 1.98 2.30 2.85 6/370 1298
/proc/meminfo: memFree=18323516/32951124 swapFree=67111348/67111528
[pid=1287] ppid=1285 vsize=19548 CPUtime=6.29 cores=4,6
/proc/1287/stat : 1287 (SApperloT2010) R 1285 1287 423 0 -1 4202496 2256 0 0 0 629 0 0 0 25 0 1 0 638501706 20017152 2195 33554432000 4194304 4394578 140735717521808 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1287/statm: 4887 2195 267 49 0 2028 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 19548

[startup+12.7002 s]
/proc/loadavg: 2.14 2.33 2.86 6/370 1298
/proc/meminfo: memFree=18307472/32951124 swapFree=67111348/67111528
[pid=1287] ppid=1285 vsize=21092 CPUtime=12.69 cores=4,6
/proc/1287/stat : 1287 (SApperloT2010) R 1285 1287 423 0 -1 4202496 2630 0 0 0 1269 0 0 0 25 0 1 0 638501706 21598208 2569 33554432000 4194304 4394578 140735717521808 18446744073709551615 4298923 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1287/statm: 5273 2569 267 49 0 2414 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 21092

[startup+25.5009 s]
/proc/loadavg: 2.55 2.41 2.88 6/370 1298
/proc/meminfo: memFree=18282084/32951124 swapFree=67111348/67111528
[pid=1287] ppid=1285 vsize=24984 CPUtime=25.48 cores=4,6
/proc/1287/stat : 1287 (SApperloT2010) R 1285 1287 423 0 -1 4202496 3594 0 0 0 2548 0 0 0 25 0 1 0 638501706 25583616 3533 33554432000 4194304 4394578 140735717521808 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1287/statm: 6246 3533 267 49 0 3387 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 24984

[startup+51.1003 s]
/proc/loadavg: 3.05 2.54 2.91 6/370 1299
/proc/meminfo: memFree=18241764/32951124 swapFree=67111348/67111528
[pid=1287] ppid=1285 vsize=29644 CPUtime=51.08 cores=4,6
/proc/1287/stat : 1287 (SApperloT2010) R 1285 1287 423 0 -1 4202496 4742 0 0 0 5107 1 0 0 25 0 1 0 638501706 30355456 4681 33554432000 4194304 4394578 140735717521808 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1287/statm: 7411 4681 267 49 0 4552 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 29644

[startup+102.314 s]
/proc/loadavg: 3.62 2.78 2.97 6/370 1327
/proc/meminfo: memFree=18178796/32951124 swapFree=67111348/67111528
[pid=1287] ppid=1285 vsize=37764 CPUtime=102.29 cores=4,6
/proc/1287/stat : 1287 (SApperloT2010) R 1285 1287 423 0 -1 4202496 6715 0 0 0 10228 1 0 0 25 0 1 0 638501706 38670336 6654 33554432000 4194304 4394578 140735717521808 18446744073709551615 4298364 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1287/statm: 9441 6654 267 49 0 6582 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 37764

[startup+162.3 s]
/proc/loadavg: 3.88 3.00 3.03 6/370 1329
/proc/meminfo: memFree=18081028/32951124 swapFree=67111348/67111528
[pid=1287] ppid=1285 vsize=49208 CPUtime=162.28 cores=4,6
/proc/1287/stat : 1287 (SApperloT2010) R 1285 1287 423 0 -1 4202496 9478 0 0 0 16226 2 0 0 25 0 1 0 638501706 50388992 9417 33554432000 4194304 4394578 140735717521808 18446744073709551615 4291898 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1287/statm: 12302 9417 267 49 0 9443 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 49208

[startup+222.3 s]
/proc/loadavg: 4.00 3.20 3.10 6/370 1330
/proc/meminfo: memFree=17968128/32951124 swapFree=67111348/67111528
[pid=1287] ppid=1285 vsize=66476 CPUtime=222.29 cores=4,6
/proc/1287/stat : 1287 (SApperloT2010) R 1285 1287 423 0 -1 4202496 13738 0 0 0 22226 3 0 0 25 0 1 0 638501706 68071424 13677 33554432000 4194304 4394578 140735717521808 18446744073709551615 4287700 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1287/statm: 16619 13677 267 49 0 13760 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 66476

[startup+282.301 s]
/proc/loadavg: 4.11 3.38 3.16 6/370 1332
/proc/meminfo: memFree=17879800/32951124 swapFree=67111348/67111528
[pid=1287] ppid=1285 vsize=75784 CPUtime=282.29 cores=4,6
/proc/1287/stat : 1287 (SApperloT2010) R 1285 1287 423 0 -1 4202496 16037 0 0 0 28225 4 0 0 25 0 1 0 638501706 77602816 15976 33554432000 4194304 4394578 140735717521808 18446744073709551615 4298298 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1287/statm: 18946 15976 267 49 0 16087 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 75784

[startup+342.301 s]
/proc/loadavg: 4.04 3.50 3.21 6/370 1334
/proc/meminfo: memFree=17789108/32951124 swapFree=67111348/67111528
[pid=1287] ppid=1285 vsize=85652 CPUtime=342.29 cores=4,6
/proc/1287/stat : 1287 (SApperloT2010) R 1285 1287 423 0 -1 4202496 18499 0 0 0 34224 5 0 0 25 0 1 0 638501706 87707648 18438 33554432000 4194304 4394578 140735717521808 18446744073709551615 4298373 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1287/statm: 21413 18438 267 49 0 18554 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 85652

[startup+402.301 s]
/proc/loadavg: 4.01 3.58 3.26 6/370 1335
/proc/meminfo: memFree=17675252/32951124 swapFree=67111348/67111528
[pid=1287] ppid=1285 vsize=99440 CPUtime=402.29 cores=4,6
/proc/1287/stat : 1287 (SApperloT2010) R 1285 1287 423 0 -1 4202496 21936 0 0 0 40224 5 0 0 25 0 1 0 638501706 101826560 21875 33554432000 4194304 4394578 140735717521808 18446744073709551615 4292207 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1287/statm: 24860 21875 267 49 0 22001 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 99440

[startup+462.3 s]
/proc/loadavg: 4.00 3.65 3.30 6/370 1337
/proc/meminfo: memFree=17564820/32951124 swapFree=67111348/67111528
[pid=1287] ppid=1285 vsize=110104 CPUtime=462.29 cores=4,6
/proc/1287/stat : 1287 (SApperloT2010) R 1285 1287 423 0 -1 4202496 24620 0 0 0 46223 6 0 0 25 0 1 0 638501706 112746496 24559 33554432000 4194304 4394578 140735717521808 18446744073709551615 4308974 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1287/statm: 27526 24559 267 49 0 24667 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 110104

[startup+522.301 s]
/proc/loadavg: 4.00 3.71 3.34 6/370 1338
/proc/meminfo: memFree=17448352/32951124 swapFree=67111348/67111528
[pid=1287] ppid=1285 vsize=126136 CPUtime=522.29 cores=4,6
/proc/1287/stat : 1287 (SApperloT2010) R 1285 1287 423 0 -1 4202496 28615 0 0 0 52223 6 0 0 25 0 1 0 638501706 129163264 28554 33554432000 4194304 4394578 140735717521808 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1287/statm: 31534 28554 267 49 0 28675 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 126136

[startup+582.301 s]
/proc/loadavg: 4.00 3.76 3.38 6/370 1340
/proc/meminfo: memFree=17424232/32951124 swapFree=67111348/67111528
[pid=1287] ppid=1285 vsize=132420 CPUtime=582.3 cores=4,6
/proc/1287/stat : 1287 (SApperloT2010) R 1285 1287 423 0 -1 4202496 30227 0 0 0 58223 7 0 0 25 0 1 0 638501706 135598080 30166 33554432000 4194304 4394578 140735717521808 18446744073709551615 4298298 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1287/statm: 33105 30166 267 49 0 30246 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 132420

[startup+642.301 s]
/proc/loadavg: 4.05 3.82 3.42 6/370 1342
/proc/meminfo: memFree=17331932/32951124 swapFree=67111348/67111528
[pid=1287] ppid=1285 vsize=136932 CPUtime=642.3 cores=4,6
/proc/1287/stat : 1287 (SApperloT2010) R 1285 1287 423 0 -1 4202496 31358 0 0 0 64223 7 0 0 25 0 1 0 638501706 140218368 31297 33554432000 4194304 4394578 140735717521808 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1287/statm: 34233 31297 267 49 0 31374 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 136932

[startup+702.3 s]
/proc/loadavg: 4.07 3.86 3.46 6/370 1343
/proc/meminfo: memFree=17217168/32951124 swapFree=67111348/67111528
[pid=1287] ppid=1285 vsize=150204 CPUtime=702.3 cores=4,6
/proc/1287/stat : 1287 (SApperloT2010) R 1285 1287 423 0 -1 4202496 34678 0 0 0 70223 7 0 0 25 0 1 0 638501706 153808896 34617 33554432000 4194304 4394578 140735717521808 18446744073709551615 4292774 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1287/statm: 37551 34617 267 49 0 34692 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 150204

[startup+762.313 s]
/proc/loadavg: 4.08 3.90 3.50 6/370 1345
/proc/meminfo: memFree=17112204/32951124 swapFree=67111348/67111528
[pid=1287] ppid=1285 vsize=160396 CPUtime=762.32 cores=4,6
/proc/1287/stat : 1287 (SApperloT2010) R 1285 1287 423 0 -1 4202496 37212 0 0 0 76224 8 0 0 25 0 1 0 638501706 164245504 37151 33554432000 4194304 4394578 140735717521808 18446744073709551615 4313245 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1287/statm: 40099 37151 267 49 0 37240 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 160396

[startup+822.301 s]
/proc/loadavg: 4.25 3.98 3.55 6/370 1346
/proc/meminfo: memFree=16996692/32951124 swapFree=67111348/67111528
[pid=1287] ppid=1285 vsize=176708 CPUtime=822.3 cores=4,6
/proc/1287/stat : 1287 (SApperloT2010) R 1285 1287 423 0 -1 4202496 41294 0 0 0 82221 9 0 0 25 0 1 0 638501706 180948992 41233 33554432000 4194304 4394578 140735717521808 18446744073709551615 4298664 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1287/statm: 44177 41233 267 49 0 41318 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 176708

[startup+882.301 s]
/proc/loadavg: 4.08 3.98 3.57 6/370 1348
/proc/meminfo: memFree=16922492/32951124 swapFree=67111348/67111528
[pid=1287] ppid=1285 vsize=193720 CPUtime=882.31 cores=4,6
/proc/1287/stat : 1287 (SApperloT2010) R 1285 1287 423 0 -1 4202496 45537 0 0 0 88221 10 0 0 25 0 1 0 638501706 198369280 45476 33554432000 4194304 4394578 140735717521808 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1287/statm: 48430 45476 267 49 0 45571 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 193720

[startup+942.301 s]
/proc/loadavg: 4.03 3.98 3.59 6/370 1350
/proc/meminfo: memFree=16820632/32951124 swapFree=67111348/67111528
[pid=1287] ppid=1285 vsize=198212 CPUtime=942.31 cores=4,6
/proc/1287/stat : 1287 (SApperloT2010) R 1285 1287 423 0 -1 4202496 46652 0 0 0 94221 10 0 0 25 0 1 0 638501706 202969088 46591 33554432000 4194304 4394578 140735717521808 18446744073709551615 4298976 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1287/statm: 49553 46591 267 49 0 46694 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 198212

[startup+1002.3 s]
/proc/loadavg: 4.01 3.98 3.62 6/370 1351
/proc/meminfo: memFree=16713952/32951124 swapFree=67111348/67111528
[pid=1287] ppid=1285 vsize=210604 CPUtime=1002.3 cores=4,6
/proc/1287/stat : 1287 (SApperloT2010) R 1285 1287 423 0 -1 4202496 49771 0 0 0 100220 10 0 0 25 0 1 0 638501706 215658496 49710 33554432000 4194304 4394578 140735717521808 18446744073709551615 4291327 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1287/statm: 52651 49710 267 49 0 49792 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 210604

[startup+1062.3 s]
/proc/loadavg: 4.00 3.98 3.64 6/370 1353
/proc/meminfo: memFree=16607504/32951124 swapFree=67111348/67111528
[pid=1287] ppid=1285 vsize=221540 CPUtime=1062.31 cores=4,6
/proc/1287/stat : 1287 (SApperloT2010) R 1285 1287 423 0 -1 4202496 52484 0 0 0 106220 11 0 0 25 0 1 0 638501706 226856960 52423 33554432000 4194304 4394578 140735717521808 18446744073709551615 4290855 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1287/statm: 55385 52423 267 49 0 52526 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 221540

[startup+1122.3 s]
/proc/loadavg: 4.00 3.98 3.66 6/370 1354
/proc/meminfo: memFree=16545700/32951124 swapFree=67111348/67111528
[pid=1287] ppid=1285 vsize=235568 CPUtime=1122.31 cores=4,6
/proc/1287/stat : 1287 (SApperloT2010) R 1285 1287 423 0 -1 4202496 55997 0 0 0 112219 12 0 0 25 0 1 0 638501706 241221632 55936 33554432000 4194304 4394578 140735717521808 18446744073709551615 4299008 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1287/statm: 58892 55936 267 49 0 56033 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 235568

[startup+1182.3 s]
/proc/loadavg: 4.16 4.01 3.68 6/370 1356
/proc/meminfo: memFree=16518776/32951124 swapFree=67111348/67111528
[pid=1287] ppid=1285 vsize=247212 CPUtime=1182.31 cores=4,6
/proc/1287/stat : 1287 (SApperloT2010) R 1285 1287 423 0 -1 4202496 58922 0 0 0 118218 13 0 0 25 0 1 0 638501706 253145088 58861 33554432000 4194304 4394578 140735717521808 18446744073709551615 4299894 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1287/statm: 61803 58861 267 49 0 58944 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 247212

[startup+1242.3 s]
/proc/loadavg: 4.13 4.02 3.71 6/370 1358
/proc/meminfo: memFree=16468872/32951124 swapFree=67111348/67111528
[pid=1287] ppid=1285 vsize=247864 CPUtime=1242.31 cores=4,6
/proc/1287/stat : 1287 (SApperloT2010) R 1285 1287 423 0 -1 4202496 59099 0 0 0 124218 13 0 0 25 0 1 0 638501706 253812736 59038 33554432000 4194304 4394578 140735717521808 18446744073709551615 4296760 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1287/statm: 61966 59038 267 49 0 59107 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 247864



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.13 4.03 3.73 5/369 1360
/proc/meminfo: memFree=16977604/32951124 swapFree=67111348/67111528
[pid=1287] ppid=1285 vsize=247996 CPUtime=1300.02 cores=4,6
/proc/1287/stat : 1287 (SApperloT2010) R 1285 1287 423 0 -1 4202496 59144 0 0 0 129989 13 0 0 25 0 1 0 638501706 253947904 59083 33554432000 4194304 4394578 140735717521808 18446744073709551615 4298370 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/1287/statm: 61999 59083 267 49 0 59140 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 247996

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

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

runsolver used 4.88626 second user time and 10.1075 second system time

The end

Launcher Data

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

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

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

MD5SUM BENCH= 0115a0e26236f3f01aa829c2004452c1
RANDOM SEED=481482559

node145.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.786
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.786
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.786
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.786
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.786
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.786
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.786
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.786
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      18361448 kB
Buffers:        315192 kB
Cached:        8440164 kB
SwapCached:          0 kB
Active:        7447792 kB
Inactive:      6786864 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18361448 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:             944 kB
Writeback:           0 kB
AnonPages:     5477904 kB
Mapped:          27440 kB
Slab:           256520 kB
PageTables:      35124 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 79394344 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73672 MiB
End job on node145 at 2011-05-15 14:22:41