Trace number 3263015

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SApperloT2010 2011-03-04? (TO) 1300.02 1300.02

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

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3263015-1303546209/watcher-3263015-1303546209 -o /tmp/evaluation-result-3263015-1303546209/solver-3263015-1303546209 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3263015-1303546209.cnf 

running on 2 cores: 0,2

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.45 3.98 5.74 7/186 13844
/proc/meminfo: memFree=16067020/32951124 swapFree=67111528/67111528
[pid=13844] ppid=13842 vsize=6132 CPUtime=0 cores=0,2
/proc/13844/stat : 13844 (SApperloT2010) R 13842 13844 12969 0 -1 4194304 94 0 0 0 0 0 0 0 22 0 1 0 447036351 6279168 47 33554432000 4194304 4395502 140733742869024 18446744073709551615 228090527367 0 2147483391 4096 0 0 0 0 17 2 0 0 0
/proc/13844/statm: 1533 47 36 50 0 44 0

[startup+0.109282 s]
/proc/loadavg: 3.45 3.98 5.74 7/186 13844
/proc/meminfo: memFree=16067020/32951124 swapFree=67111528/67111528
[pid=13844] ppid=13842 vsize=24252 CPUtime=0.09 cores=0,2
/proc/13844/stat : 13844 (SApperloT2010) R 13842 13844 12969 0 -1 4202496 3163 0 0 0 9 0 0 0 22 0 1 0 447036351 24834048 3101 33554432000 4194304 4395502 140733742869024 18446744073709551615 4253243 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/13844/statm: 6063 3101 255 50 0 3203 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24252

[startup+0.209272 s]
/proc/loadavg: 3.45 3.98 5.74 7/186 13844
/proc/meminfo: memFree=16067020/32951124 swapFree=67111528/67111528
[pid=13844] ppid=13842 vsize=24252 CPUtime=0.19 cores=0,2
/proc/13844/stat : 13844 (SApperloT2010) R 13842 13844 12969 0 -1 4202496 3163 0 0 0 19 0 0 0 23 0 1 0 447036351 24834048 3101 33554432000 4194304 4395502 140733742869024 18446744073709551615 4253239 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/13844/statm: 6063 3101 255 50 0 3203 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 24252

[startup+0.300258 s]
/proc/loadavg: 3.45 3.98 5.74 7/186 13844
/proc/meminfo: memFree=16067020/32951124 swapFree=67111528/67111528
[pid=13844] ppid=13842 vsize=24252 CPUtime=0.29 cores=0,2
/proc/13844/stat : 13844 (SApperloT2010) R 13842 13844 12969 0 -1 4202496 3163 0 0 0 29 0 0 0 23 0 1 0 447036351 24834048 3101 33554432000 4194304 4395502 140733742869024 18446744073709551615 4253239 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/13844/statm: 6063 3101 255 50 0 3203 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 24252

[startup+0.700172 s]
/proc/loadavg: 3.45 3.98 5.74 7/186 13844
/proc/meminfo: memFree=16067020/32951124 swapFree=67111528/67111528
[pid=13844] ppid=13842 vsize=24252 CPUtime=0.69 cores=0,2
/proc/13844/stat : 13844 (SApperloT2010) R 13842 13844 12969 0 -1 4202496 3163 0 0 0 69 0 0 0 25 0 1 0 447036351 24834048 3101 33554432000 4194304 4395502 140733742869024 18446744073709551615 4253239 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/13844/statm: 6063 3101 255 50 0 3203 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 24252

[startup+1.50104 s]
/proc/loadavg: 3.45 3.98 5.74 5/190 13851
/proc/meminfo: memFree=16034628/32951124 swapFree=67111528/67111528
[pid=13844] ppid=13842 vsize=24252 CPUtime=1.48 cores=0,2
/proc/13844/stat : 13844 (SApperloT2010) R 13842 13844 12969 0 -1 4202496 3163 0 0 0 148 0 0 0 25 0 1 0 447036351 24834048 3101 33554432000 4194304 4395502 140733742869024 18446744073709551615 228095107056 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/13844/statm: 6063 3101 255 50 0 3203 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 24252

[startup+3.10074 s]
/proc/loadavg: 3.45 3.98 5.74 5/190 13851
/proc/meminfo: memFree=16025452/32951124 swapFree=67111528/67111528
[pid=13844] ppid=13842 vsize=24252 CPUtime=3.07 cores=0,2
/proc/13844/stat : 13844 (SApperloT2010) R 13842 13844 12969 0 -1 4202496 3163 0 0 0 307 0 0 0 25 0 1 0 447036351 24834048 3101 33554432000 4194304 4395502 140733742869024 18446744073709551615 4253234 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/13844/statm: 6063 3101 255 50 0 3203 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 24252

[startup+6.30014 s]
/proc/loadavg: 3.49 3.98 5.73 5/190 13851
/proc/meminfo: memFree=16016332/32951124 swapFree=67111528/67111528
[pid=13844] ppid=13842 vsize=24252 CPUtime=6.25 cores=0,2
/proc/13844/stat : 13844 (SApperloT2010) R 13842 13844 12969 0 -1 4202496 3163 0 0 0 625 0 0 0 25 0 1 0 447036351 24834048 3101 33554432000 4194304 4395502 140733742869024 18446744073709551615 4253243 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/13844/statm: 6063 3101 255 50 0 3203 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 24252

[startup+12.701 s]
/proc/loadavg: 3.53 3.98 5.72 5/190 13851
/proc/meminfo: memFree=15976624/32951124 swapFree=67111528/67111528
[pid=13844] ppid=13842 vsize=24252 CPUtime=12.65 cores=0,2
/proc/13844/stat : 13844 (SApperloT2010) R 13842 13844 12969 0 -1 4202496 3163 0 0 0 1265 0 0 0 25 0 1 0 447036351 24834048 3101 33554432000 4194304 4395502 140733742869024 18446744073709551615 4253239 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/13844/statm: 6063 3101 255 50 0 3203 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 24252

[startup+25.5007 s]
/proc/loadavg: 3.63 3.98 5.69 5/190 13852
/proc/meminfo: memFree=15935188/32951124 swapFree=67111528/67111528
[pid=13844] ppid=13842 vsize=41960 CPUtime=25.45 cores=0,2
/proc/13844/stat : 13844 (SApperloT2010) R 13842 13844 12969 0 -1 4202496 7454 0 0 0 2543 2 0 0 25 0 1 0 447036351 42967040 7168 33554432000 4194304 4395502 140733742869024 18446744073709551615 4286720 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/13844/statm: 10490 7168 266 50 0 7630 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 41960

[startup+51.101 s]
/proc/loadavg: 3.76 3.98 5.65 5/190 13852
/proc/meminfo: memFree=15878692/32951124 swapFree=67111528/67111528
[pid=13844] ppid=13842 vsize=57252 CPUtime=51.05 cores=0,2
/proc/13844/stat : 13844 (SApperloT2010) R 13842 13844 12969 0 -1 4202496 10999 0 0 0 5102 3 0 0 25 0 1 0 447036351 58626048 10713 33554432000 4194304 4395502 140733742869024 18446744073709551615 4299792 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/13844/statm: 14313 10713 266 50 0 11453 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 57252

[startup+102.301 s]
/proc/loadavg: 3.89 3.98 5.56 5/190 13854
/proc/meminfo: memFree=15796228/32951124 swapFree=67111528/67111528
[pid=13844] ppid=13842 vsize=78704 CPUtime=102.26 cores=0,2
/proc/13844/stat : 13844 (SApperloT2010) R 13842 13844 12969 0 -1 4202496 15970 0 0 0 10221 5 0 0 25 0 1 0 447036351 80592896 15684 33554432000 4194304 4395502 140733742869024 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/13844/statm: 19676 15684 266 50 0 16816 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 78704

[startup+162.301 s]
/proc/loadavg: 3.99 3.99 5.46 5/190 13855
/proc/meminfo: memFree=15700492/32951124 swapFree=67111528/67111528
[pid=13844] ppid=13842 vsize=110952 CPUtime=162.25 cores=0,2
/proc/13844/stat : 13844 (SApperloT2010) R 13842 13844 12969 0 -1 4202496 23737 0 0 0 16216 9 0 0 25 0 1 0 447036351 113614848 23451 33554432000 4194304 4395502 140733742869024 18446744073709551615 4299154 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/13844/statm: 27738 23451 266 50 0 24878 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 110952

[startup+222.307 s]
/proc/loadavg: 3.99 3.99 5.37 5/190 13857
/proc/meminfo: memFree=15655596/32951124 swapFree=67111528/67111528
[pid=13844] ppid=13842 vsize=118448 CPUtime=222.26 cores=0,2
/proc/13844/stat : 13844 (SApperloT2010) R 13842 13844 12969 0 -1 4202496 25489 0 0 0 22216 10 0 0 25 0 1 0 447036351 121290752 25203 33554432000 4194304 4395502 140733742869024 18446744073709551615 4299537 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/13844/statm: 29612 25203 266 50 0 26752 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 118448

[startup+282.301 s]
/proc/loadavg: 4.07 4.01 5.29 5/190 13858
/proc/meminfo: memFree=15595328/32951124 swapFree=67111528/67111528
[pid=13844] ppid=13842 vsize=135916 CPUtime=282.25 cores=0,2
/proc/13844/stat : 13844 (SApperloT2010) R 13842 13844 12969 0 -1 4202496 29601 0 0 0 28213 12 0 0 25 0 1 0 447036351 139177984 29315 33554432000 4194304 4395502 140733742869024 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/13844/statm: 33979 29315 266 50 0 31119 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 135916

[startup+342.301 s]
/proc/loadavg: 4.03 4.00 5.20 5/190 13860
/proc/meminfo: memFree=15547452/32951124 swapFree=67111528/67111528
[pid=13844] ppid=13842 vsize=145524 CPUtime=342.26 cores=0,2
/proc/13844/stat : 13844 (SApperloT2010) R 13842 13844 12969 0 -1 4202496 31845 0 0 0 34212 14 0 0 25 0 1 0 447036351 149016576 31559 33554432000 4194304 4395502 140733742869024 18446744073709551615 4299480 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/13844/statm: 36381 31559 266 50 0 33521 0
Current children cumulated CPU time (s) 342.26
Current children cumulated vsize (KiB) 145524

[startup+402.301 s]
/proc/loadavg: 4.08 4.02 5.13 5/190 13862
/proc/meminfo: memFree=15502676/32951124 swapFree=67111528/67111528
[pid=13844] ppid=13842 vsize=156104 CPUtime=402.27 cores=0,2
/proc/13844/stat : 13844 (SApperloT2010) R 13842 13844 12969 0 -1 4202496 34521 0 0 0 40211 16 0 0 25 0 1 0 447036351 159850496 34235 33554432000 4194304 4395502 140733742869024 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/13844/statm: 39026 34235 266 50 0 36166 0
Current children cumulated CPU time (s) 402.27
Current children cumulated vsize (KiB) 156104

[startup+462.3 s]
/proc/loadavg: 4.03 4.01 5.06 5/190 13863
/proc/meminfo: memFree=15456160/32951124 swapFree=67111528/67111528
[pid=13844] ppid=13842 vsize=170172 CPUtime=462.26 cores=0,2
/proc/13844/stat : 13844 (SApperloT2010) R 13842 13844 12969 0 -1 4202496 37821 0 0 0 46209 17 0 0 25 0 1 0 447036351 174256128 37535 33554432000 4194304 4395502 140733742869024 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/13844/statm: 42543 37535 266 50 0 39683 0
Current children cumulated CPU time (s) 462.26
Current children cumulated vsize (KiB) 170172

[startup+522.3 s]
/proc/loadavg: 4.01 4.00 4.99 5/190 13865
/proc/meminfo: memFree=15373808/32951124 swapFree=67111528/67111528
[pid=13844] ppid=13842 vsize=185208 CPUtime=522.27 cores=0,2
/proc/13844/stat : 13844 (SApperloT2010) R 13842 13844 12969 0 -1 4202496 41292 0 0 0 52208 19 0 0 25 0 1 0 447036351 189652992 41006 33554432000 4194304 4395502 140733742869024 18446744073709551615 4299537 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/13844/statm: 46302 41006 266 50 0 43442 0
Current children cumulated CPU time (s) 522.27
Current children cumulated vsize (KiB) 185208

[startup+582.3 s]
/proc/loadavg: 4.00 4.00 4.92 5/190 13866
/proc/meminfo: memFree=15312908/32951124 swapFree=67111528/67111528
[pid=13844] ppid=13842 vsize=203428 CPUtime=582.26 cores=0,2
/proc/13844/stat : 13844 (SApperloT2010) R 13842 13844 12969 0 -1 4202496 45772 0 0 0 58206 20 0 0 25 0 1 0 447036351 208310272 45486 33554432000 4194304 4395502 140733742869024 18446744073709551615 4299514 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/13844/statm: 50857 45486 266 50 0 47997 0
Current children cumulated CPU time (s) 582.26
Current children cumulated vsize (KiB) 203428

[startup+642.3 s]
/proc/loadavg: 4.00 4.00 4.86 5/190 13868
/proc/meminfo: memFree=15266028/32951124 swapFree=67111528/67111528
[pid=13844] ppid=13842 vsize=218384 CPUtime=642.26 cores=0,2
/proc/13844/stat : 13844 (SApperloT2010) R 13842 13844 12969 0 -1 4202496 49481 0 0 0 64204 22 0 0 25 0 1 0 447036351 223625216 49195 33554432000 4194304 4395502 140733742869024 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/13844/statm: 54596 49195 266 50 0 51736 0
Current children cumulated CPU time (s) 642.26
Current children cumulated vsize (KiB) 218384

[startup+702.3 s]
/proc/loadavg: 4.04 4.01 4.81 5/190 13870
/proc/meminfo: memFree=15230176/32951124 swapFree=67111528/67111528
[pid=13844] ppid=13842 vsize=222568 CPUtime=702.27 cores=0,2
/proc/13844/stat : 13844 (SApperloT2010) R 13842 13844 12969 0 -1 4202496 50368 0 0 0 70204 23 0 0 25 0 1 0 447036351 227909632 50082 33554432000 4194304 4395502 140733742869024 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/13844/statm: 55642 50082 266 50 0 52782 0
Current children cumulated CPU time (s) 702.27
Current children cumulated vsize (KiB) 222568

[startup+762.3 s]
/proc/loadavg: 4.01 4.01 4.76 5/190 13871
/proc/meminfo: memFree=15195700/32951124 swapFree=67111528/67111528
[pid=13844] ppid=13842 vsize=227184 CPUtime=762.28 cores=0,2
/proc/13844/stat : 13844 (SApperloT2010) R 13842 13844 12969 0 -1 4202496 51418 0 0 0 76205 23 0 0 25 0 1 0 447036351 232636416 51132 33554432000 4194304 4395502 140733742869024 18446744073709551615 4299498 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/13844/statm: 56796 51132 266 50 0 53936 0
Current children cumulated CPU time (s) 762.28
Current children cumulated vsize (KiB) 227184

[startup+822.3 s]
/proc/loadavg: 4.00 4.00 4.71 5/190 13873
/proc/meminfo: memFree=15150060/32951124 swapFree=67111528/67111528
[pid=13844] ppid=13842 vsize=234984 CPUtime=822.27 cores=0,2
/proc/13844/stat : 13844 (SApperloT2010) R 13842 13844 12969 0 -1 4202496 53294 0 0 0 82202 25 0 0 25 0 1 0 447036351 240623616 53008 33554432000 4194304 4395502 140733742869024 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/13844/statm: 58746 53008 266 50 0 55886 0
Current children cumulated CPU time (s) 822.27
Current children cumulated vsize (KiB) 234984

[startup+882.307 s]
/proc/loadavg: 4.00 4.00 4.66 5/190 13874
/proc/meminfo: memFree=15126124/32951124 swapFree=67111528/67111528
[pid=13844] ppid=13842 vsize=247608 CPUtime=882.29 cores=0,2
/proc/13844/stat : 13844 (SApperloT2010) R 13842 13844 12969 0 -1 4202496 56418 0 0 0 88202 27 0 0 25 0 1 0 447036351 253550592 56132 33554432000 4194304 4395502 140733742869024 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/13844/statm: 61902 56132 266 50 0 59042 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 247608

[startup+942.3 s]
/proc/loadavg: 4.00 4.00 4.62 5/190 13879
/proc/meminfo: memFree=15100700/32951124 swapFree=67111528/67111528
[pid=13844] ppid=13842 vsize=268740 CPUtime=942.27 cores=0,2
/proc/13844/stat : 13844 (SApperloT2010) R 13842 13844 12969 0 -1 4202496 61531 0 0 0 94198 29 0 0 25 0 1 0 447036351 275189760 61245 33554432000 4194304 4395502 140733742869024 18446744073709551615 4299642 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/13844/statm: 67185 61245 266 50 0 64325 0
Current children cumulated CPU time (s) 942.27
Current children cumulated vsize (KiB) 268740

[startup+1002.3 s]
/proc/loadavg: 4.00 4.00 4.57 5/190 13881
/proc/meminfo: memFree=15033360/32951124 swapFree=67111528/67111528
[pid=13844] ppid=13842 vsize=279744 CPUtime=1002.28 cores=0,2
/proc/13844/stat : 13844 (SApperloT2010) R 13842 13844 12969 0 -1 4202496 64239 0 0 0 100197 31 0 0 25 0 1 0 447036351 286457856 63953 33554432000 4194304 4395502 140733742869024 18446744073709551615 4299653 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/13844/statm: 69936 63953 266 50 0 67076 0
Current children cumulated CPU time (s) 1002.28
Current children cumulated vsize (KiB) 279744

[startup+1062.3 s]
/proc/loadavg: 4.00 4.00 4.54 5/190 13882
/proc/meminfo: memFree=14980152/32951124 swapFree=67111528/67111528
[pid=13844] ppid=13842 vsize=292144 CPUtime=1062.28 cores=0,2
/proc/13844/stat : 13844 (SApperloT2010) R 13842 13844 12969 0 -1 4202496 67233 0 0 0 106195 33 0 0 25 0 1 0 447036351 299155456 66947 33554432000 4194304 4395502 140733742869024 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/13844/statm: 73036 66947 266 50 0 70176 0
Current children cumulated CPU time (s) 1062.28
Current children cumulated vsize (KiB) 292144

[startup+1122.3 s]
/proc/loadavg: 4.00 4.00 4.50 5/190 13884
/proc/meminfo: memFree=14933392/32951124 swapFree=67111528/67111528
[pid=13844] ppid=13842 vsize=297772 CPUtime=1122.28 cores=0,2
/proc/13844/stat : 13844 (SApperloT2010) R 13842 13844 12969 0 -1 4202496 68562 0 0 0 112194 34 0 0 25 0 1 0 447036351 304918528 68276 33554432000 4194304 4395502 140733742869024 18446744073709551615 4288730 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/13844/statm: 74443 68276 266 50 0 71583 0
Current children cumulated CPU time (s) 1122.28
Current children cumulated vsize (KiB) 297772

[startup+1182.3 s]
/proc/loadavg: 4.00 4.00 4.46 5/190 13885
/proc/meminfo: memFree=14889860/32951124 swapFree=67111528/67111528
[pid=13844] ppid=13842 vsize=308060 CPUtime=1182.29 cores=0,2
/proc/13844/stat : 13844 (SApperloT2010) R 13842 13844 12969 0 -1 4202496 71011 0 0 0 118194 35 0 0 25 0 1 0 447036351 315453440 70725 33554432000 4194304 4395502 140733742869024 18446744073709551615 4299186 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/13844/statm: 77015 70725 266 50 0 74155 0
Current children cumulated CPU time (s) 1182.29
Current children cumulated vsize (KiB) 308060

[startup+1242.3 s]
/proc/loadavg: 4.00 4.00 4.43 5/190 13887
/proc/meminfo: memFree=14831196/32951124 swapFree=67111528/67111528
[pid=13844] ppid=13842 vsize=327476 CPUtime=1242.29 cores=0,2
/proc/13844/stat : 13844 (SApperloT2010) R 13842 13844 12969 0 -1 4202496 75773 0 0 0 124192 37 0 0 25 0 1 0 447036351 335335424 75487 33554432000 4194304 4395502 140733742869024 18446744073709551615 4347194 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/13844/statm: 81869 75487 266 50 0 79009 0
Current children cumulated CPU time (s) 1242.29
Current children cumulated vsize (KiB) 327476



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.00 4.40 3/188 13891
/proc/meminfo: memFree=15370112/32951124 swapFree=67111528/67111528
[pid=13844] ppid=13842 vsize=339900 CPUtime=1300 cores=0,2
/proc/13844/stat : 13844 (SApperloT2010) R 13842 13844 12969 0 -1 4202496 78839 0 0 0 129961 39 0 0 25 0 1 0 447036351 348057600 78553 33554432000 4194304 4395502 140733742869024 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/13844/statm: 84975 78553 266 50 0 82115 0
Current children cumulated CPU time (s) 1300
Current children cumulated vsize (KiB) 339900

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 4.40 3/188 13891
/proc/meminfo: memFree=15370112/32951124 swapFree=67111528/67111528
[pid=13844] ppid=13842 vsize=339900 CPUtime=1300 cores=0,2
/proc/13844/stat : 13844 (SApperloT2010) R 13842 13844 12969 0 -1 4202496 78839 0 0 0 129961 39 0 0 25 0 1 0 447036351 348057600 78553 33554432000 4194304 4395502 140733742869024 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/13844/statm: 84975 78553 266 50 0 82115 0
Current children cumulated CPU time (s) 1300
Current children cumulated vsize (KiB) 339900

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.02
CPU user time (s): 1299.61
CPU system time (s): 0.407937
CPU usage (%): 99.9999
Max. virtual memory (cumulated for all children) (KiB): 339900

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

runsolver used 2.20566 second user time and 4.89126 second system time

The end

Launcher Data

Begin job on node142 at 2011-04-23 10:10:09
IDJOB=3263015
IDBENCH=83909
IDSOLVER=1655
FILE ID=node142/3263015-1303546209
RUNJOBID= node142-1303546209-13808
PBS_JOBID= 13143096
Free space on /tmp= 71372 MiB

SOLVER NAME= SApperloT2010 2011-03-04
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-3263015-1303546209/watcher-3263015-1303546209 -o /tmp/evaluation-result-3263015-1303546209/solver-3263015-1303546209 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3263015-1303546209.cnf

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

MD5SUM BENCH= 5f29341b29f4bbeb333d68befe08c7ae
RANDOM SEED=1875171057

node142.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.846
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.69
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.846
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	: 5131.95
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.846
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.846
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.67
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.846
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.81
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.846
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.846
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.846
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:      16067176 kB
Buffers:       2062448 kB
Cached:       14171116 kB
SwapCached:          0 kB
Active:        6678840 kB
Inactive:      9636300 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16067176 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4912 kB
Writeback:           0 kB
AnonPages:       80564 kB
Mapped:          14864 kB
Slab:           504084 kB
PageTables:       5556 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   245680 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= 71372 MiB
End job on node142 at 2011-04-23 10:31:51