Trace number 3282780

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

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-27-s100.cnf
MD5SUMf47c33d2a9a327da4633207adfef7b77
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark493.835
Satisfiable
(Un)Satisfiability was proved
Number of variables31951
Number of clauses96161
Sum of the clauses size226837
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 261518
Number of clauses of size 334579
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-3282780-1303761215/watcher-3282780-1303761215 -o /tmp/evaluation-result-3282780-1303761215/solver-3282780-1303761215 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3282780-1303761215.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: 3.38 3.87 3.86 5/186 26777
/proc/meminfo: memFree=13769076/32951124 swapFree=67111528/67111528
[pid=26777] ppid=26775 vsize=20880 CPUtime=0 cores=4,6
/proc/26777/stat : 26777 (SApperloT2010) R 26775 26777 25750 0 -1 4202496 2006 0 0 0 0 0 0 0 21 0 1 0 468537723 21381120 1820 33554432000 4194304 4395502 140735246889696 18446744073709551615 4332629 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/26777/statm: 5220 1831 249 50 0 2360 0

[startup+0.0320089 s]
/proc/loadavg: 3.38 3.87 3.86 5/186 26777
/proc/meminfo: memFree=13769076/32951124 swapFree=67111528/67111528
[pid=26777] ppid=26775 vsize=23632 CPUtime=0.02 cores=4,6
/proc/26777/stat : 26777 (SApperloT2010) R 26775 26777 25750 0 -1 4202496 3081 0 0 0 2 0 0 0 21 0 1 0 468537723 24199168 2082 33554432000 4194304 4395502 140735246889696 18446744073709551615 212039316165 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/26777/statm: 5908 2083 249 50 0 3048 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 23632

[startup+0.10101 s]
/proc/loadavg: 3.38 3.87 3.86 5/186 26777
/proc/meminfo: memFree=13769076/32951124 swapFree=67111528/67111528
[pid=26777] ppid=26775 vsize=31148 CPUtime=0.09 cores=4,6
/proc/26777/stat : 26777 (SApperloT2010) R 26775 26777 25750 0 -1 4202496 4971 0 0 0 9 0 0 0 21 0 1 0 468537723 31895552 3971 33554432000 4194304 4395502 140735246889696 18446744073709551615 212039679895 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/26777/statm: 7787 3971 255 50 0 4927 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 31148

[startup+0.300976 s]
/proc/loadavg: 3.38 3.87 3.86 5/186 26777
/proc/meminfo: memFree=13769076/32951124 swapFree=67111528/67111528
[pid=26777] ppid=26775 vsize=45360 CPUtime=0.28 cores=4,6
/proc/26777/stat : 26777 (SApperloT2010) R 26775 26777 25750 0 -1 4202496 8602 0 0 0 26 2 0 0 22 0 1 0 468537723 46448640 7038 33554432000 4194304 4395502 140735246889696 18446744073709551615 212039679895 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/26777/statm: 11340 7038 255 50 0 8480 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 45360

[startup+0.7009 s]
/proc/loadavg: 3.38 3.87 3.86 5/186 26777
/proc/meminfo: memFree=13769076/32951124 swapFree=67111528/67111528
[pid=26777] ppid=26775 vsize=51516 CPUtime=0.68 cores=4,6
/proc/26777/stat : 26777 (SApperloT2010) R 26775 26777 25750 0 -1 4202496 10242 0 0 0 65 3 0 0 24 0 1 0 468537723 52752384 8678 33554432000 4194304 4395502 140735246889696 18446744073709551615 4299758 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/26777/statm: 12879 8678 266 50 0 10019 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 51516

[startup+1.50075 s]
/proc/loadavg: 3.38 3.87 3.86 5/190 26784
/proc/meminfo: memFree=13651500/32951124 swapFree=67111528/67111528
[pid=26777] ppid=26775 vsize=52356 CPUtime=1.48 cores=4,6
/proc/26777/stat : 26777 (SApperloT2010) R 26775 26777 25750 0 -1 4202496 10450 0 0 0 145 3 0 0 25 0 1 0 468537723 53612544 8886 33554432000 4194304 4395502 140735246889696 18446744073709551615 4300719 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/26777/statm: 13089 8886 266 50 0 10229 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 52356

[startup+3.10047 s]
/proc/loadavg: 3.38 3.87 3.86 5/190 26784
/proc/meminfo: memFree=13645804/32951124 swapFree=67111528/67111528
[pid=26777] ppid=26775 vsize=53412 CPUtime=3.08 cores=4,6
/proc/26777/stat : 26777 (SApperloT2010) R 26775 26777 25750 0 -1 4202496 10724 0 0 0 305 3 0 0 25 0 1 0 468537723 54693888 9160 33554432000 4194304 4395502 140735246889696 18446744073709551615 4292744 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/26777/statm: 13353 9160 266 50 0 10493 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 53412

[startup+6.30091 s]
/proc/loadavg: 3.43 3.87 3.86 5/190 26784
/proc/meminfo: memFree=13639724/32951124 swapFree=67111528/67111528
[pid=26777] ppid=26775 vsize=55180 CPUtime=6.29 cores=4,6
/proc/26777/stat : 26777 (SApperloT2010) R 26775 26777 25750 0 -1 4202496 11155 0 0 0 625 4 0 0 25 0 1 0 468537723 56504320 9591 33554432000 4194304 4395502 140735246889696 18446744073709551615 4294992 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/26777/statm: 13795 9591 266 50 0 10935 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 55180

[startup+12.7008 s]
/proc/loadavg: 3.48 3.87 3.86 5/190 26784
/proc/meminfo: memFree=13629040/32951124 swapFree=67111528/67111528
[pid=26777] ppid=26775 vsize=58092 CPUtime=12.69 cores=4,6
/proc/26777/stat : 26777 (SApperloT2010) R 26775 26777 25750 0 -1 4202496 11868 0 0 0 1265 4 0 0 25 0 1 0 468537723 59486208 10304 33554432000 4194304 4395502 140735246889696 18446744073709551615 4299186 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/26777/statm: 14523 10304 266 50 0 11663 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 58092

[startup+25.5005 s]
/proc/loadavg: 3.59 3.88 3.86 5/190 26784
/proc/meminfo: memFree=13613152/32951124 swapFree=67111528/67111528
[pid=26777] ppid=26775 vsize=64140 CPUtime=25.49 cores=4,6
/proc/26777/stat : 26777 (SApperloT2010) R 26775 26777 25750 0 -1 4202496 13278 0 0 0 2545 4 0 0 25 0 1 0 468537723 65679360 11714 33554432000 4194304 4395502 140735246889696 18446744073709551615 4299186 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/26777/statm: 16035 11714 266 50 0 13175 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 64140

[startup+51.1009 s]
/proc/loadavg: 3.73 3.89 3.86 6/190 26812
/proc/meminfo: memFree=13599860/32951124 swapFree=67111528/67111528
[pid=26777] ppid=26775 vsize=68928 CPUtime=51.09 cores=4,6
/proc/26777/stat : 26777 (SApperloT2010) R 26775 26777 25750 0 -1 4202496 14409 0 0 0 5105 4 0 0 25 0 1 0 468537723 70582272 12845 33554432000 4194304 4395502 140735246889696 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/26777/statm: 17232 12845 266 50 0 14372 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 68928

[startup+102.307 s]
/proc/loadavg: 3.88 3.90 3.87 5/190 26813
/proc/meminfo: memFree=13579752/32951124 swapFree=67111528/67111528
[pid=26777] ppid=26775 vsize=72556 CPUtime=102.3 cores=4,6
/proc/26777/stat : 26777 (SApperloT2010) R 26775 26777 25750 0 -1 4202496 15288 0 0 0 10225 5 0 0 25 0 1 0 468537723 74297344 13724 33554432000 4194304 4395502 140735246889696 18446744073709551615 4299739 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/26777/statm: 18139 13724 266 50 0 15279 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 72556

[startup+162.301 s]
/proc/loadavg: 3.95 3.92 3.87 6/190 26842
/proc/meminfo: memFree=13573944/32951124 swapFree=67111528/67111528
[pid=26777] ppid=26775 vsize=74800 CPUtime=162.29 cores=4,6
/proc/26777/stat : 26777 (SApperloT2010) R 26775 26777 25750 0 -1 4202496 15758 0 0 0 16224 5 0 0 25 0 1 0 468537723 76595200 14194 33554432000 4194304 4395502 140735246889696 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/26777/statm: 18700 14194 266 50 0 15840 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 74800

[startup+222.3 s]
/proc/loadavg: 4.02 3.94 3.88 6/190 26844
/proc/meminfo: memFree=13562272/32951124 swapFree=67111528/67111528
[pid=26777] ppid=26775 vsize=77000 CPUtime=222.29 cores=4,6
/proc/26777/stat : 26777 (SApperloT2010) R 26775 26777 25750 0 -1 4202496 16244 0 0 0 22224 5 0 0 25 0 1 0 468537723 78848000 14680 33554432000 4194304 4395502 140735246889696 18446744073709551615 4297623 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/26777/statm: 19250 14680 266 50 0 16390 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 77000

[startup+282.301 s]
/proc/loadavg: 4.00 3.95 3.89 6/190 26845
/proc/meminfo: memFree=13554192/32951124 swapFree=67111528/67111528
[pid=26777] ppid=26775 vsize=79048 CPUtime=282.29 cores=4,6
/proc/26777/stat : 26777 (SApperloT2010) R 26775 26777 25750 0 -1 4202496 16748 0 0 0 28224 5 0 0 25 0 1 0 468537723 80945152 15184 33554432000 4194304 4395502 140735246889696 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/26777/statm: 19762 15184 266 50 0 16902 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 79048

[startup+342.301 s]
/proc/loadavg: 4.00 3.95 3.90 6/190 26847
/proc/meminfo: memFree=13548968/32951124 swapFree=67111528/67111528
[pid=26777] ppid=26775 vsize=79948 CPUtime=342.29 cores=4,6
/proc/26777/stat : 26777 (SApperloT2010) R 26775 26777 25750 0 -1 4202496 16936 0 0 0 34224 5 0 0 25 0 1 0 468537723 81866752 15372 33554432000 4194304 4395502 140735246889696 18446744073709551615 4299795 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/26777/statm: 19987 15372 266 50 0 17127 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 79948

[startup+402.301 s]
/proc/loadavg: 4.00 3.96 3.90 6/190 26875
/proc/meminfo: memFree=13538324/32951124 swapFree=67111528/67111528
[pid=26777] ppid=26775 vsize=82808 CPUtime=402.3 cores=4,6
/proc/26777/stat : 26777 (SApperloT2010) R 26775 26777 25750 0 -1 4202496 17548 0 0 0 40224 6 0 0 25 0 1 0 468537723 84795392 15984 33554432000 4194304 4395502 140735246889696 18446744073709551615 4292733 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/26777/statm: 20702 15984 266 50 0 17842 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 82808

[startup+462.3 s]
/proc/loadavg: 4.00 3.97 3.91 6/190 26886
/proc/meminfo: memFree=13524868/32951124 swapFree=67111528/67111528
[pid=26777] ppid=26775 vsize=84044 CPUtime=462.3 cores=4,6
/proc/26777/stat : 26777 (SApperloT2010) R 26775 26777 25750 0 -1 4202496 17784 0 0 0 46224 6 0 0 25 0 1 0 468537723 86061056 16220 33554432000 4194304 4395502 140735246889696 18446744073709551615 4299758 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/26777/statm: 21011 16220 266 50 0 18151 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 84044

[startup+522.301 s]
/proc/loadavg: 4.00 3.97 3.91 5/190 26887
/proc/meminfo: memFree=13518520/32951124 swapFree=67111528/67111528
[pid=26777] ppid=26775 vsize=85008 CPUtime=522.3 cores=4,6
/proc/26777/stat : 26777 (SApperloT2010) R 26775 26777 25750 0 -1 4202496 18005 0 0 0 52224 6 0 0 25 0 1 0 468537723 87048192 16441 33554432000 4194304 4395502 140735246889696 18446744073709551615 4292744 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/26777/statm: 21252 16441 266 50 0 18392 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 85008

[startup+582.301 s]
/proc/loadavg: 4.03 3.99 3.91 6/190 26916
/proc/meminfo: memFree=13450684/32951124 swapFree=67111528/67111528
[pid=26777] ppid=26775 vsize=86632 CPUtime=582.3 cores=4,6
/proc/26777/stat : 26777 (SApperloT2010) R 26775 26777 25750 0 -1 4202496 18400 0 0 0 58224 6 0 0 25 0 1 0 468537723 88711168 16836 33554432000 4194304 4395502 140735246889696 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/26777/statm: 21658 16836 266 50 0 18798 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 86632

[startup+642.3 s]
/proc/loadavg: 4.01 3.99 3.91 5/190 26918
/proc/meminfo: memFree=13414372/32951124 swapFree=67111528/67111528
[pid=26777] ppid=26775 vsize=87444 CPUtime=642.3 cores=4,6
/proc/26777/stat : 26777 (SApperloT2010) R 26775 26777 25750 0 -1 4202496 18582 0 0 0 64224 6 0 0 25 0 1 0 468537723 89542656 17018 33554432000 4194304 4395502 140735246889696 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/26777/statm: 21861 17018 266 50 0 19001 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 87444

[startup+702.301 s]
/proc/loadavg: 4.00 3.99 3.91 6/190 26919
/proc/meminfo: memFree=13404416/32951124 swapFree=67111528/67111528
[pid=26777] ppid=26775 vsize=87860 CPUtime=702.3 cores=4,6
/proc/26777/stat : 26777 (SApperloT2010) R 26775 26777 25750 0 -1 4202496 18692 0 0 0 70224 6 0 0 25 0 1 0 468537723 89968640 17128 33554432000 4194304 4395502 140735246889696 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/26777/statm: 21965 17128 266 50 0 19105 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 87860

[startup+762.307 s]
/proc/loadavg: 4.00 3.99 3.91 6/190 26921
/proc/meminfo: memFree=13398076/32951124 swapFree=67111528/67111528
[pid=26777] ppid=26775 vsize=88884 CPUtime=762.31 cores=4,6
/proc/26777/stat : 26777 (SApperloT2010) R 26775 26777 25750 0 -1 4202496 18887 0 0 0 76225 6 0 0 25 0 1 0 468537723 91017216 17323 33554432000 4194304 4395502 140735246889696 18446744073709551615 4299739 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/26777/statm: 22221 17323 266 50 0 19361 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 88884

[startup+822.301 s]
/proc/loadavg: 3.43 3.83 3.86 5/184 26940
/proc/meminfo: memFree=13584756/32951124 swapFree=67111528/67111528
[pid=26777] ppid=26775 vsize=90420 CPUtime=822.3 cores=4,6
/proc/26777/stat : 26777 (SApperloT2010) R 26775 26777 25750 0 -1 4202496 19237 0 0 0 82224 6 0 0 25 0 1 0 468537723 92590080 17673 33554432000 4194304 4395502 140735246889696 18446744073709551615 4300203 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/26777/statm: 22605 17673 266 50 0 19745 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 90420

[startup+882.3 s]
/proc/loadavg: 3.16 3.68 3.81 4/184 26941
/proc/meminfo: memFree=13579524/32951124 swapFree=67111528/67111528
[pid=26777] ppid=26775 vsize=93396 CPUtime=882.31 cores=4,6
/proc/26777/stat : 26777 (SApperloT2010) R 26775 26777 25750 0 -1 4202496 19863 0 0 0 88224 7 0 0 25 0 1 0 468537723 95637504 18299 33554432000 4194304 4395502 140735246889696 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/26777/statm: 23349 18299 266 50 0 20489 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 93396

[startup+942.301 s]
/proc/loadavg: 3.06 3.55 3.75 4/184 26943
/proc/meminfo: memFree=13575904/32951124 swapFree=67111528/67111528
[pid=26777] ppid=26775 vsize=95584 CPUtime=942.31 cores=4,6
/proc/26777/stat : 26777 (SApperloT2010) R 26775 26777 25750 0 -1 4202496 20282 0 0 0 94224 7 0 0 25 0 1 0 468537723 97878016 18718 33554432000 4194304 4395502 140735246889696 18446744073709551615 4299114 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/26777/statm: 23896 18718 266 50 0 21036 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 95584

[startup+1002.3 s]
/proc/loadavg: 3.02 3.45 3.70 5/184 26944
/proc/meminfo: memFree=13574272/32951124 swapFree=67111528/67111528
[pid=26777] ppid=26775 vsize=95584 CPUtime=1002.31 cores=4,6
/proc/26777/stat : 26777 (SApperloT2010) R 26775 26777 25750 0 -1 4202496 20283 0 0 0 100224 7 0 0 25 0 1 0 468537723 97878016 18719 33554432000 4194304 4395502 140735246889696 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/26777/statm: 23896 18719 266 50 0 21036 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 95584

[startup+1062.3 s]
/proc/loadavg: 3.00 3.36 3.66 4/184 26946
/proc/meminfo: memFree=13572016/32951124 swapFree=67111528/67111528
[pid=26777] ppid=26775 vsize=96644 CPUtime=1062.31 cores=4,6
/proc/26777/stat : 26777 (SApperloT2010) R 26775 26777 25750 0 -1 4202496 20573 0 0 0 106224 7 0 0 25 0 1 0 468537723 98963456 19009 33554432000 4194304 4395502 140735246889696 18446744073709551615 4299692 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/26777/statm: 24161 19009 266 50 0 21301 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 96644

[startup+1122.3 s]
/proc/loadavg: 3.05 3.31 3.62 5/184 26948
/proc/meminfo: memFree=13570148/32951124 swapFree=67111528/67111528
[pid=26777] ppid=26775 vsize=96964 CPUtime=1122.31 cores=4,6
/proc/26777/stat : 26777 (SApperloT2010) R 26775 26777 25750 0 -1 4202496 20626 0 0 0 112224 7 0 0 25 0 1 0 468537723 99291136 19062 33554432000 4194304 4395502 140735246889696 18446744073709551615 4299642 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/26777/statm: 24241 19062 266 50 0 21381 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 96964

[startup+1182.3 s]
/proc/loadavg: 3.02 3.25 3.58 4/184 26949
/proc/meminfo: memFree=13568508/32951124 swapFree=67111528/67111528
[pid=26777] ppid=26775 vsize=97100 CPUtime=1182.31 cores=4,6
/proc/26777/stat : 26777 (SApperloT2010) R 26775 26777 25750 0 -1 4202496 20656 0 0 0 118224 7 0 0 25 0 1 0 468537723 99430400 19092 33554432000 4194304 4395502 140735246889696 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/26777/statm: 24275 19092 266 50 0 21415 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 97100

[startup+1242.3 s]
/proc/loadavg: 3.00 3.20 3.54 5/184 26951
/proc/meminfo: memFree=13566012/32951124 swapFree=67111528/67111528
[pid=26777] ppid=26775 vsize=97996 CPUtime=1242.32 cores=4,6
/proc/26777/stat : 26777 (SApperloT2010) R 26775 26777 25750 0 -1 4202496 20836 0 0 0 124224 8 0 0 25 0 1 0 468537723 100347904 19272 33554432000 4194304 4395502 140735246889696 18446744073709551615 4299114 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/26777/statm: 24499 19272 266 50 0 21639 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 97996



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.00 3.16 3.50 4/184 26952
/proc/meminfo: memFree=13564004/32951124 swapFree=67111528/67111528
[pid=26777] ppid=26775 vsize=99440 CPUtime=1300.02 cores=4,6
/proc/26777/stat : 26777 (SApperloT2010) R 26775 26777 25750 0 -1 4202496 21184 0 0 0 129994 8 0 0 25 0 1 0 468537723 101826560 19620 33554432000 4194304 4395502 140735246889696 18446744073709551615 4309729 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/26777/statm: 24860 19620 266 50 0 22000 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 99440

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.01
CPU time (s): 1300.04
CPU user time (s): 1299.95
CPU system time (s): 0.088986
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 99440

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

runsolver used 2.29165 second user time and 4.81427 second system time

The end

Launcher Data

Begin job on node146 at 2011-04-25 21:53:35
IDJOB=3282780
IDBENCH=70849
IDSOLVER=1655
FILE ID=node146/3282780-1303761215
RUNJOBID= node146-1303761214-26742
PBS_JOBID= 13154065
Free space on /tmp= 72856 MiB

SOLVER NAME= SApperloT2010 2011-03-04
BENCH NAME= SAT09/APPLICATIONS/crypto/desgen/gss-27-s100.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3282780-1303761215/watcher-3282780-1303761215 -o /tmp/evaluation-result-3282780-1303761215/solver-3282780-1303761215 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3282780-1303761215.cnf

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

MD5SUM BENCH= f47c33d2a9a327da4633207adfef7b77
RANDOM SEED=1711434560

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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.75
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.830
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.86
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.830
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.75
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.830
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.830
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.830
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:      13769736 kB
Buffers:       2073484 kB
Cached:       16490356 kB
SwapCached:          0 kB
Active:        9599848 kB
Inactive:      9049580 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13769736 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            5584 kB
Writeback:           8 kB
AnonPages:       84360 kB
Mapped:          15176 kB
Slab:           468400 kB
PageTables:       5344 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   255920 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= 72856 MiB
End job on node146 at 2011-04-25 22:15:17