Trace number 3288070

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.05 1300.02

General information on the benchmark

Nameapplication/jarvisalo/
HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-pdtpmsgoodbakery-tseitin.cnf
MD5SUM3fad4722cb319d6fee4192f2fe2c31ed
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark166.168
Satisfiable
(Un)Satisfiability was proved
Number of variables98935
Number of clauses296405
Sum of the clauses size691609
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2197602
Number of clauses of size 398801
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: 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-3288070-1303775932/watcher-3288070-1303775932 -o /tmp/evaluation-result-3288070-1303775932/solver-3288070-1303775932 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3288070-1303775932.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.91 3.69 3.69 4/189 11966
/proc/meminfo: memFree=15687968/32950928 swapFree=67111528/67111528
[pid=11966] ppid=11964 vsize=17968 CPUtime=0 cores=0,2
/proc/11966/stat : 11966 (SApperloT2010) R 11964 11966 10131 0 -1 4202496 841 0 0 0 0 0 0 0 24 0 1 0 489192895 18399232 781 33554432000 4194304 4395502 140735582778992 18446744073709551615 4332389 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/11966/statm: 4492 793 245 50 0 1632 0

[startup+0.073587 s]
/proc/loadavg: 3.91 3.69 3.69 4/189 11966
/proc/meminfo: memFree=15687968/32950928 swapFree=67111528/67111528
[pid=11966] ppid=11964 vsize=34288 CPUtime=0.06 cores=0,2
/proc/11966/stat : 11966 (SApperloT2010) R 11964 11966 10131 0 -1 4202496 5325 0 0 0 6 0 0 0 24 0 1 0 489192895 35110912 5264 33554432000 4194304 4395502 140735582778992 18446744073709551615 274473967360 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/11966/statm: 8572 5265 249 50 0 5712 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 34288

[startup+0.100518 s]
/proc/loadavg: 3.91 3.69 3.69 4/189 11966
/proc/meminfo: memFree=15687968/32950928 swapFree=67111528/67111528
[pid=11966] ppid=11964 vsize=36796 CPUtime=0.08 cores=0,2
/proc/11966/stat : 11966 (SApperloT2010) R 11964 11966 10131 0 -1 4202496 5954 0 0 0 8 0 0 0 24 0 1 0 489192895 37679104 5893 33554432000 4194304 4395502 140735582778992 18446744073709551615 274473586262 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/11966/statm: 9199 5894 249 50 0 6339 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 36796

[startup+0.300485 s]
/proc/loadavg: 3.91 3.69 3.69 4/189 11966
/proc/meminfo: memFree=15687968/32950928 swapFree=67111528/67111528
[pid=11966] ppid=11964 vsize=79412 CPUtime=0.29 cores=0,2
/proc/11966/stat : 11966 (SApperloT2010) R 11964 11966 10131 0 -1 4202496 16544 0 0 0 27 2 0 0 25 0 1 0 489192895 81317888 13580 33554432000 4194304 4395502 140735582778992 18446744073709551615 274473626356 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/11966/statm: 19853 13580 255 50 0 16993 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 79412

[startup+0.700477 s]
/proc/loadavg: 3.91 3.69 3.69 4/189 11966
/proc/meminfo: memFree=15687968/32950928 swapFree=67111528/67111528
[pid=11966] ppid=11964 vsize=85200 CPUtime=0.69 cores=0,2
/proc/11966/stat : 11966 (SApperloT2010) R 11964 11966 10131 0 -1 4202496 18277 0 0 0 65 4 0 0 25 0 1 0 489192895 87244800 14734 33554432000 4194304 4395502 140735582778992 18446744073709551615 274473992087 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/11966/statm: 21300 14734 255 50 0 18440 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 85200

[startup+1.50027 s]
/proc/loadavg: 3.91 3.69 3.69 5/190 11967
/proc/meminfo: memFree=15616668/32950928 swapFree=67111528/67111528
[pid=11966] ppid=11964 vsize=104868 CPUtime=1.48 cores=0,2
/proc/11966/stat : 11966 (SApperloT2010) R 11964 11966 10131 0 -1 4202496 22348 0 0 0 141 7 0 0 25 0 1 0 489192895 107384832 18805 33554432000 4194304 4395502 140735582778992 18446744073709551615 274473992087 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/11966/statm: 26217 18805 255 50 0 23357 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 104868

[startup+3.10105 s]
/proc/loadavg: 3.91 3.69 3.69 5/190 11967
/proc/meminfo: memFree=15598688/32950928 swapFree=67111528/67111528
[pid=11966] ppid=11964 vsize=117924 CPUtime=3.08 cores=0,2
/proc/11966/stat : 11966 (SApperloT2010) R 11964 11966 10131 0 -1 4202496 25864 0 0 0 300 8 0 0 25 0 1 0 489192895 120754176 22321 33554432000 4194304 4395502 140735582778992 18446744073709551615 4299114 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/11966/statm: 29481 22321 266 50 0 26621 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 117924

[startup+6.30043 s]
/proc/loadavg: 3.92 3.69 3.69 5/190 11967
/proc/meminfo: memFree=15588808/32950928 swapFree=67111528/67111528
[pid=11966] ppid=11964 vsize=123592 CPUtime=6.29 cores=0,2
/proc/11966/stat : 11966 (SApperloT2010) R 11964 11966 10131 0 -1 4202496 27268 0 0 0 620 9 0 0 25 0 1 0 489192895 126558208 23725 33554432000 4194304 4395502 140735582778992 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/11966/statm: 30898 23725 266 50 0 28038 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 123592

[startup+12.7003 s]
/proc/loadavg: 4.00 3.71 3.70 5/190 11968
/proc/meminfo: memFree=15571200/32950928 swapFree=67111528/67111528
[pid=11966] ppid=11964 vsize=132576 CPUtime=12.68 cores=0,2
/proc/11966/stat : 11966 (SApperloT2010) R 11964 11966 10131 0 -1 4202496 29527 0 0 0 1259 9 0 0 25 0 1 0 489192895 135757824 25984 33554432000 4194304 4395502 140735582778992 18446744073709551615 4347656 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/11966/statm: 33144 25984 266 50 0 30284 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 132576

[startup+25.501 s]
/proc/loadavg: 4.00 3.73 3.70 5/190 11968
/proc/meminfo: memFree=15555324/32950928 swapFree=67111528/67111528
[pid=11966] ppid=11964 vsize=142768 CPUtime=25.48 cores=0,2
/proc/11966/stat : 11966 (SApperloT2010) R 11964 11966 10131 0 -1 4202496 31958 0 0 0 2538 10 0 0 25 0 1 0 489192895 146194432 28415 33554432000 4194304 4395502 140735582778992 18446744073709551615 4299739 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/11966/statm: 35692 28415 266 50 0 32832 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 142768

[startup+51.1005 s]
/proc/loadavg: 4.00 3.75 3.71 5/190 11968
/proc/meminfo: memFree=15538188/32950928 swapFree=67111528/67111528
[pid=11966] ppid=11964 vsize=150192 CPUtime=51.09 cores=0,2
/proc/11966/stat : 11966 (SApperloT2010) R 11964 11966 10131 0 -1 4202496 33750 0 0 0 5098 11 0 0 25 0 1 0 489192895 153796608 30207 33554432000 4194304 4395502 140735582778992 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/11966/statm: 37548 30207 266 50 0 34688 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 150192

[startup+102.307 s]
/proc/loadavg: 4.00 3.78 3.72 5/190 11970
/proc/meminfo: memFree=15519080/32950928 swapFree=67111528/67111528
[pid=11966] ppid=11964 vsize=161488 CPUtime=102.3 cores=0,2
/proc/11966/stat : 11966 (SApperloT2010) R 11964 11966 10131 0 -1 4202496 36529 0 0 0 10217 13 0 0 25 0 1 0 489192895 165363712 32986 33554432000 4194304 4395502 140735582778992 18446744073709551615 4299158 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/11966/statm: 40372 32986 266 50 0 37512 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 161488

[startup+162.301 s]
/proc/loadavg: 4.05 3.84 3.74 5/190 11981
/proc/meminfo: memFree=15498888/32950928 swapFree=67111528/67111528
[pid=11966] ppid=11964 vsize=171848 CPUtime=162.29 cores=0,2
/proc/11966/stat : 11966 (SApperloT2010) R 11964 11966 10131 0 -1 4202496 39000 0 0 0 16215 14 0 0 25 0 1 0 489192895 175972352 35457 33554432000 4194304 4395502 140735582778992 18446744073709551615 4299678 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/11966/statm: 42962 35457 266 50 0 40102 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 171848

[startup+222.3 s]
/proc/loadavg: 4.02 3.86 3.75 5/190 11982
/proc/meminfo: memFree=15486468/32950928 swapFree=67111528/67111528
[pid=11966] ppid=11964 vsize=175068 CPUtime=222.3 cores=0,2
/proc/11966/stat : 11966 (SApperloT2010) R 11964 11966 10131 0 -1 4202496 39789 0 0 0 22215 15 0 0 25 0 1 0 489192895 179269632 36246 33554432000 4194304 4395502 140735582778992 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/11966/statm: 43767 36246 266 50 0 40907 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 175068

[startup+282.301 s]
/proc/loadavg: 4.08 3.90 3.77 5/190 11984
/proc/meminfo: memFree=15435960/32950928 swapFree=67111528/67111528
[pid=11966] ppid=11964 vsize=185740 CPUtime=282.29 cores=0,2
/proc/11966/stat : 11966 (SApperloT2010) R 11964 11966 10131 0 -1 4202496 42374 0 0 0 28214 15 0 0 25 0 1 0 489192895 190197760 38831 33554432000 4194304 4395502 140735582778992 18446744073709551615 4286550 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/11966/statm: 46435 38831 266 50 0 43575 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 185740

[startup+342.3 s]
/proc/loadavg: 4.03 3.92 3.78 5/190 11988
/proc/meminfo: memFree=15426348/32950928 swapFree=67111528/67111528
[pid=11966] ppid=11964 vsize=186804 CPUtime=342.29 cores=0,2
/proc/11966/stat : 11966 (SApperloT2010) R 11964 11966 10131 0 -1 4202496 42644 0 0 0 34214 15 0 0 25 0 1 0 489192895 191287296 39101 33554432000 4194304 4395502 140735582778992 18446744073709551615 4297623 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/11966/statm: 46701 39101 266 50 0 43841 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 186804

[startup+402.301 s]
/proc/loadavg: 4.01 3.93 3.79 5/190 11990
/proc/meminfo: memFree=15386868/32950928 swapFree=67111528/67111528
[pid=11966] ppid=11964 vsize=202292 CPUtime=402.29 cores=0,2
/proc/11966/stat : 11966 (SApperloT2010) R 11964 11966 10131 0 -1 4202496 46220 0 0 0 40212 17 0 0 25 0 1 0 489192895 207147008 42677 33554432000 4194304 4395502 140735582778992 18446744073709551615 4299634 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/11966/statm: 50573 42677 266 50 0 47713 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 202292

[startup+462.301 s]
/proc/loadavg: 4.00 3.94 3.81 5/190 11992
/proc/meminfo: memFree=15365392/32950928 swapFree=67111528/67111528
[pid=11966] ppid=11964 vsize=204696 CPUtime=462.29 cores=0,2
/proc/11966/stat : 11966 (SApperloT2010) R 11964 11966 10131 0 -1 4202496 46692 0 0 0 46212 17 0 0 25 0 1 0 489192895 209608704 43149 33554432000 4194304 4395502 140735582778992 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/11966/statm: 51174 43149 266 50 0 48314 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 204696

[startup+522.301 s]
/proc/loadavg: 4.00 3.95 3.82 5/190 11993
/proc/meminfo: memFree=15353336/32950928 swapFree=67111528/67111528
[pid=11966] ppid=11964 vsize=209136 CPUtime=522.3 cores=0,2
/proc/11966/stat : 11966 (SApperloT2010) R 11964 11966 10131 0 -1 4202496 47737 0 0 0 52212 18 0 0 25 0 1 0 489192895 214155264 44194 33554432000 4194304 4395502 140735582778992 18446744073709551615 4299767 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/11966/statm: 52284 44194 266 50 0 49424 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 209136

[startup+582.301 s]
/proc/loadavg: 4.00 3.95 3.82 5/190 11995
/proc/meminfo: memFree=15343144/32950928 swapFree=67111528/67111528
[pid=11966] ppid=11964 vsize=209136 CPUtime=582.3 cores=0,2
/proc/11966/stat : 11966 (SApperloT2010) R 11964 11966 10131 0 -1 4202496 47761 0 0 0 58211 19 0 0 25 0 1 0 489192895 214155264 44218 33554432000 4194304 4395502 140735582778992 18446744073709551615 4286463 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/11966/statm: 52284 44218 266 50 0 49424 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 209136

[startup+642.3 s]
/proc/loadavg: 4.00 3.96 3.83 5/190 11996
/proc/meminfo: memFree=15297484/32950928 swapFree=67111528/67111528
[pid=11966] ppid=11964 vsize=213960 CPUtime=642.31 cores=0,2
/proc/11966/stat : 11966 (SApperloT2010) R 11964 11966 10131 0 -1 4202496 48879 0 0 0 64212 19 0 0 25 0 1 0 489192895 219095040 45336 33554432000 4194304 4395502 140735582778992 18446744073709551615 4299947 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/11966/statm: 53490 45336 266 50 0 50630 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 213960

[startup+702.301 s]
/proc/loadavg: 4.07 3.98 3.84 5/190 11998
/proc/meminfo: memFree=15297200/32950928 swapFree=67111528/67111528
[pid=11966] ppid=11964 vsize=213960 CPUtime=702.3 cores=0,2
/proc/11966/stat : 11966 (SApperloT2010) R 11964 11966 10131 0 -1 4202496 48882 0 0 0 70211 19 0 0 25 0 1 0 489192895 219095040 45339 33554432000 4194304 4395502 140735582778992 18446744073709551615 4299573 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/11966/statm: 53490 45339 266 50 0 50630 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 213960

[startup+762.306 s]
/proc/loadavg: 4.02 3.98 3.85 5/190 12000
/proc/meminfo: memFree=15294564/32950928 swapFree=67111528/67111528
[pid=11966] ppid=11964 vsize=216692 CPUtime=762.31 cores=0,2
/proc/11966/stat : 11966 (SApperloT2010) R 11964 11966 10131 0 -1 4202496 49529 0 0 0 76211 20 0 0 25 0 1 0 489192895 221892608 45986 33554432000 4194304 4395502 140735582778992 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/11966/statm: 54173 45986 266 50 0 51313 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 216692

[startup+822.301 s]
/proc/loadavg: 4.01 3.98 3.85 5/190 12001
/proc/meminfo: memFree=15293672/32950928 swapFree=67111528/67111528
[pid=11966] ppid=11964 vsize=217700 CPUtime=822.31 cores=0,2
/proc/11966/stat : 11966 (SApperloT2010) R 11964 11966 10131 0 -1 4202496 49748 0 0 0 82211 20 0 0 25 0 1 0 489192895 222924800 46205 33554432000 4194304 4395502 140735582778992 18446744073709551615 4347033 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/11966/statm: 54425 46205 266 50 0 51565 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 217700

[startup+882.301 s]
/proc/loadavg: 4.04 4.00 3.86 5/190 12003
/proc/meminfo: memFree=15283476/32950928 swapFree=67111528/67111528
[pid=11966] ppid=11964 vsize=227448 CPUtime=882.31 cores=0,2
/proc/11966/stat : 11966 (SApperloT2010) R 11964 11966 10131 0 -1 4202496 52142 0 0 0 88209 22 0 0 25 0 1 0 489192895 232906752 48599 33554432000 4194304 4395502 140735582778992 18446744073709551615 4299154 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/11966/statm: 56862 48599 266 50 0 54002 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 227448

[startup+942.301 s]
/proc/loadavg: 4.01 4.00 3.87 5/190 12004
/proc/meminfo: memFree=15275016/32950928 swapFree=67111528/67111528
[pid=11966] ppid=11964 vsize=234960 CPUtime=942.31 cores=0,2
/proc/11966/stat : 11966 (SApperloT2010) R 11964 11966 10131 0 -1 4202496 53907 0 0 0 94208 23 0 0 25 0 1 0 489192895 240599040 50364 33554432000 4194304 4395502 140735582778992 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/11966/statm: 58740 50364 266 50 0 55880 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 234960

[startup+1002.3 s]
/proc/loadavg: 3.03 3.75 3.79 3/178 12042
/proc/meminfo: memFree=15855896/32950928 swapFree=67111528/67111528
[pid=11966] ppid=11964 vsize=237360 CPUtime=1002.31 cores=0,2
/proc/11966/stat : 11966 (SApperloT2010) R 11964 11966 10131 0 -1 4202496 54424 0 0 0 100208 23 0 0 25 0 1 0 489192895 243056640 50881 33554432000 4194304 4395502 140735582778992 18446744073709551615 4299114 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/11966/statm: 59340 50881 266 50 0 56480 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 237360

[startup+1062.3 s]
/proc/loadavg: 2.38 3.42 3.68 3/178 12044
/proc/meminfo: memFree=15855864/32950928 swapFree=67111528/67111528
[pid=11966] ppid=11964 vsize=237360 CPUtime=1062.32 cores=0,2
/proc/11966/stat : 11966 (SApperloT2010) R 11964 11966 10131 0 -1 4202496 54428 0 0 0 106209 23 0 0 25 0 1 0 489192895 243056640 50885 33554432000 4194304 4395502 140735582778992 18446744073709551615 4299707 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/11966/statm: 59340 50885 266 50 0 56480 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 237360

[startup+1122.3 s]
/proc/loadavg: 1.69 3.05 3.53 2/172 12063
/proc/meminfo: memFree=16220524/32950928 swapFree=67111528/67111528
[pid=11966] ppid=11964 vsize=237360 CPUtime=1122.31 cores=0,2
/proc/11966/stat : 11966 (SApperloT2010) R 11964 11966 10131 0 -1 4202496 54432 0 0 0 112208 23 0 0 25 0 1 0 489192895 243056640 50889 33554432000 4194304 4395502 140735582778992 18446744073709551615 4299758 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/11966/statm: 59340 50889 266 50 0 56480 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 237360

[startup+1182.3 s]
/proc/loadavg: 1.25 2.68 3.37 2/172 12065
/proc/meminfo: memFree=16220604/32950928 swapFree=67111528/67111528
[pid=11966] ppid=11964 vsize=237360 CPUtime=1182.32 cores=0,2
/proc/11966/stat : 11966 (SApperloT2010) R 11964 11966 10131 0 -1 4202496 54435 0 0 0 118208 24 0 0 25 0 1 0 489192895 243056640 50892 33554432000 4194304 4395502 140735582778992 18446744073709551615 4299739 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/11966/statm: 59340 50892 266 50 0 56480 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 237360

[startup+1242.3 s]
/proc/loadavg: 1.09 2.37 3.22 2/172 12066
/proc/meminfo: memFree=16215732/32950928 swapFree=67111528/67111528
[pid=11966] ppid=11964 vsize=242376 CPUtime=1242.32 cores=0,2
/proc/11966/stat : 11966 (SApperloT2010) R 11964 11966 10131 0 -1 4202496 55612 0 0 0 124208 24 0 0 25 0 1 0 489192895 248193024 52069 33554432000 4194304 4395502 140735582778992 18446744073709551615 4299758 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/11966/statm: 60594 52069 266 50 0 57734 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 242376



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.07 2.13 3.08 2/172 12068
/proc/meminfo: memFree=16216052/32950928 swapFree=67111528/67111528
[pid=11966] ppid=11964 vsize=242376 CPUtime=1300.02 cores=0,2
/proc/11966/stat : 11966 (SApperloT2010) R 11964 11966 10131 0 -1 4202496 55612 0 0 0 129978 24 0 0 25 0 1 0 489192895 248193024 52069 33554432000 4194304 4395502 140735582778992 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/11966/statm: 60594 52069 266 50 0 57734 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 242376

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.02
CPU time (s): 1300.05
CPU user time (s): 1299.79
CPU system time (s): 0.25796
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 242376

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.79
system time used= 0.25796
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55612
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= 9
involuntary context switches= 3254

runsolver used 2.06569 second user time and 4.75728 second system time

The end

Launcher Data

Begin job on node125 at 2011-04-26 01:58:52
IDJOB=3288070
IDBENCH=82482
IDSOLVER=1655
FILE ID=node125/3288070-1303775932
RUNJOBID= node125-1303775592-11672
PBS_JOBID= 13157157
Free space on /tmp= 73116 MiB

SOLVER NAME= SApperloT2010 2011-03-04
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-pdtpmsgoodbakery-tseitin.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3288070-1303775932/watcher-3288070-1303775932 -o /tmp/evaluation-result-3288070-1303775932/solver-3288070-1303775932 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3288070-1303775932.cnf

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

MD5SUM BENCH= 3fad4722cb319d6fee4192f2fe2c31ed
RANDOM SEED=199896582

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
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:     32950928 kB
MemFree:      15688124 kB
Buffers:       2202424 kB
Cached:       13751804 kB
SwapCached:          0 kB
Active:        8526184 kB
Inactive:      8203276 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15688124 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            5048 kB
Writeback:           0 kB
AnonPages:      774672 kB
Mapped:          15576 kB
Slab:           467128 kB
PageTables:       7032 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1042352 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= 73140 MiB
End job on node125 at 2011-04-26 02:20:34