Trace number 3282918

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-19-s100.cnf
MD5SUMe2d18d9d1a45d63e75556fb963e4ae47
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark42.0316
Satisfiable
(Un)Satisfiability was proved
Number of variables31435
Number of clauses94548
Sum of the clauses size222806
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 260710
Number of clauses of size 333774
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-3282918-1303761339/watcher-3282918-1303761339 -o /tmp/evaluation-result-3282918-1303761339/solver-3282918-1303761339 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3282918-1303761339.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.91 3.87 5/189 26840
/proc/meminfo: memFree=13626468/32951124 swapFree=67111528/67111528
[pid=26840] ppid=26838 vsize=20732 CPUtime=0 cores=0,2
/proc/26840/stat : 26840 (SApperloT2010) R 26838 26840 25750 0 -1 4202496 1876 0 0 0 0 0 0 0 25 0 1 0 468550120 21229568 1692 33554432000 4194304 4395502 140735806928176 18446744073709551615 4332637 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/26840/statm: 5183 1703 249 50 0 2323 0

[startup+0.105648 s]
/proc/loadavg: 3.91 3.91 3.87 5/189 26840
/proc/meminfo: memFree=13626468/32951124 swapFree=67111528/67111528
[pid=26840] ppid=26838 vsize=30828 CPUtime=0.09 cores=0,2
/proc/26840/stat : 26840 (SApperloT2010) R 26838 26840 25750 0 -1 4202496 4895 0 0 0 9 0 0 0 25 0 1 0 468550120 31567872 3910 33554432000 4194304 4395502 140735806928176 18446744073709551615 212039679895 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/26840/statm: 7707 3910 255 50 0 4847 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30828

[startup+0.200629 s]
/proc/loadavg: 3.91 3.91 3.87 5/189 26840
/proc/meminfo: memFree=13626468/32951124 swapFree=67111528/67111528
[pid=26840] ppid=26838 vsize=32660 CPUtime=0.19 cores=0,2
/proc/26840/stat : 26840 (SApperloT2010) R 26838 26840 25750 0 -1 4202496 5365 0 0 0 18 1 0 0 25 0 1 0 468550120 33443840 4195 33554432000 4194304 4395502 140735806928176 18446744073709551615 212039679895 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/26840/statm: 8165 4198 255 50 0 5305 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 32660

[startup+0.300614 s]
/proc/loadavg: 3.91 3.91 3.87 5/189 26840
/proc/meminfo: memFree=13626468/32951124 swapFree=67111528/67111528
[pid=26840] ppid=26838 vsize=44004 CPUtime=0.29 cores=0,2
/proc/26840/stat : 26840 (SApperloT2010) R 26838 26840 25750 0 -1 4202496 8194 0 0 0 27 2 0 0 25 0 1 0 468550120 45060096 6654 33554432000 4194304 4395502 140735806928176 18446744073709551615 212039679895 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/26840/statm: 11001 6654 255 50 0 8141 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 44004

[startup+0.700553 s]
/proc/loadavg: 3.91 3.91 3.87 5/189 26840
/proc/meminfo: memFree=13626468/32951124 swapFree=67111528/67111528
[pid=26840] ppid=26838 vsize=50628 CPUtime=0.69 cores=0,2
/proc/26840/stat : 26840 (SApperloT2010) R 26838 26840 25750 0 -1 4202496 10030 0 0 0 67 2 0 0 25 0 1 0 468550120 51843072 8490 33554432000 4194304 4395502 140735806928176 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/26840/statm: 12657 8490 266 50 0 9797 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 50628

[startup+1.50037 s]
/proc/loadavg: 3.92 3.91 3.87 5/190 26841
/proc/meminfo: memFree=13591996/32951124 swapFree=67111528/67111528
[pid=26840] ppid=26838 vsize=51552 CPUtime=1.49 cores=0,2
/proc/26840/stat : 26840 (SApperloT2010) R 26838 26840 25750 0 -1 4202496 10254 0 0 0 147 2 0 0 25 0 1 0 468550120 52789248 8714 33554432000 4194304 4395502 140735806928176 18446744073709551615 4292624 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/26840/statm: 12888 8714 266 50 0 10028 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 51552

[startup+3.10111 s]
/proc/loadavg: 3.92 3.91 3.87 5/190 26841
/proc/meminfo: memFree=13591008/32951124 swapFree=67111528/67111528
[pid=26840] ppid=26838 vsize=52476 CPUtime=3.09 cores=0,2
/proc/26840/stat : 26840 (SApperloT2010) R 26838 26840 25750 0 -1 4202496 10478 0 0 0 307 2 0 0 25 0 1 0 468550120 53735424 8938 33554432000 4194304 4395502 140735806928176 18446744073709551615 4299221 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/26840/statm: 13119 8938 266 50 0 10259 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 52476

[startup+6.30054 s]
/proc/loadavg: 3.92 3.91 3.87 5/190 26841
/proc/meminfo: memFree=13589148/32951124 swapFree=67111528/67111528
[pid=26840] ppid=26838 vsize=54188 CPUtime=6.29 cores=0,2
/proc/26840/stat : 26840 (SApperloT2010) R 26838 26840 25750 0 -1 4202496 10884 0 0 0 626 3 0 0 25 0 1 0 468550120 55488512 9344 33554432000 4194304 4395502 140735806928176 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/26840/statm: 13547 9344 266 50 0 10687 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 54188

[startup+12.7004 s]
/proc/loadavg: 3.93 3.91 3.87 5/190 26841
/proc/meminfo: memFree=13585252/32951124 swapFree=67111528/67111528
[pid=26840] ppid=26838 vsize=56860 CPUtime=12.69 cores=0,2
/proc/26840/stat : 26840 (SApperloT2010) R 26838 26840 25750 0 -1 4202496 11509 0 0 0 1266 3 0 0 25 0 1 0 468550120 58224640 9969 33554432000 4194304 4395502 140735806928176 18446744073709551615 4299642 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/26840/statm: 14215 9969 266 50 0 11355 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 56860

[startup+25.5011 s]
/proc/loadavg: 3.94 3.91 3.87 5/190 26842
/proc/meminfo: memFree=13579044/32951124 swapFree=67111528/67111528
[pid=26840] ppid=26838 vsize=60172 CPUtime=25.5 cores=0,2
/proc/26840/stat : 26840 (SApperloT2010) R 26838 26840 25750 0 -1 4202496 12255 0 0 0 2546 4 0 0 25 0 1 0 468550120 61616128 10715 33554432000 4194304 4395502 140735806928176 18446744073709551615 4297182 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/26840/statm: 15043 10715 266 50 0 12183 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 60172

[startup+51.1006 s]
/proc/loadavg: 3.96 3.92 3.87 5/190 26842
/proc/meminfo: memFree=13571948/32951124 swapFree=67111528/67111528
[pid=26840] ppid=26838 vsize=65468 CPUtime=51.09 cores=0,2
/proc/26840/stat : 26840 (SApperloT2010) R 26838 26840 25750 0 -1 4202496 13554 0 0 0 5105 4 0 0 25 0 1 0 468550120 67039232 12014 33554432000 4194304 4395502 140735806928176 18446744073709551615 4292084 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/26840/statm: 16367 12014 266 50 0 13507 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 65468

[startup+102.3 s]
/proc/loadavg: 4.02 3.94 3.89 5/190 26844
/proc/meminfo: memFree=13561528/32951124 swapFree=67111528/67111528
[pid=26840] ppid=26838 vsize=69044 CPUtime=102.3 cores=0,2
/proc/26840/stat : 26840 (SApperloT2010) R 26838 26840 25750 0 -1 4202496 14317 0 0 0 10225 5 0 0 25 0 1 0 468550120 70701056 12777 33554432000 4194304 4395502 140735806928176 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/26840/statm: 17261 12777 266 50 0 14401 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 69044

[startup+162.301 s]
/proc/loadavg: 4.00 3.95 3.89 5/190 26845
/proc/meminfo: memFree=13553944/32951124 swapFree=67111528/67111528
[pid=26840] ppid=26838 vsize=70840 CPUtime=162.29 cores=0,2
/proc/26840/stat : 26840 (SApperloT2010) R 26838 26840 25750 0 -1 4202496 14722 0 0 0 16224 5 0 0 25 0 1 0 468550120 72540160 13182 33554432000 4194304 4395502 140735806928176 18446744073709551615 4291663 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/26840/statm: 17710 13182 266 50 0 14850 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 70840

[startup+222.307 s]
/proc/loadavg: 4.00 3.96 3.90 5/190 26847
/proc/meminfo: memFree=13548596/32951124 swapFree=67111528/67111528
[pid=26840] ppid=26838 vsize=73844 CPUtime=222.3 cores=0,2
/proc/26840/stat : 26840 (SApperloT2010) R 26838 26840 25750 0 -1 4202496 15399 0 0 0 22225 5 0 0 25 0 1 0 468550120 75616256 13859 33554432000 4194304 4395502 140735806928176 18446744073709551615 4288362 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/26840/statm: 18461 13859 266 50 0 15601 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 73844

[startup+282.3 s]
/proc/loadavg: 4.00 3.96 3.90 5/190 26875
/proc/meminfo: memFree=13537824/32951124 swapFree=67111528/67111528
[pid=26840] ppid=26838 vsize=75260 CPUtime=282.29 cores=0,2
/proc/26840/stat : 26840 (SApperloT2010) R 26838 26840 25750 0 -1 4202496 15719 0 0 0 28224 5 0 0 25 0 1 0 468550120 77066240 14179 33554432000 4194304 4395502 140735806928176 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/26840/statm: 18815 14179 266 50 0 15955 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 75260

[startup+342.301 s]
/proc/loadavg: 4.00 3.97 3.91 5/190 26886
/proc/meminfo: memFree=13524372/32951124 swapFree=67111528/67111528
[pid=26840] ppid=26838 vsize=76956 CPUtime=342.3 cores=0,2
/proc/26840/stat : 26840 (SApperloT2010) R 26838 26840 25750 0 -1 4202496 16088 0 0 0 34224 6 0 0 25 0 1 0 468550120 78802944 14548 33554432000 4194304 4395502 140735806928176 18446744073709551615 4299174 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/26840/statm: 19239 14548 266 50 0 16379 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 76956

[startup+402.301 s]
/proc/loadavg: 4.00 3.97 3.91 5/190 26888
/proc/meminfo: memFree=13518024/32951124 swapFree=67111528/67111528
[pid=26840] ppid=26838 vsize=78012 CPUtime=402.3 cores=0,2
/proc/26840/stat : 26840 (SApperloT2010) R 26838 26840 25750 0 -1 4202496 16305 0 0 0 40224 6 0 0 25 0 1 0 468550120 79884288 14765 33554432000 4194304 4395502 140735806928176 18446744073709551615 4299805 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/26840/statm: 19503 14765 266 50 0 16643 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 78012

[startup+462.301 s]
/proc/loadavg: 4.03 3.99 3.91 5/190 26916
/proc/meminfo: memFree=13445356/32951124 swapFree=67111528/67111528
[pid=26840] ppid=26838 vsize=80056 CPUtime=462.3 cores=0,2
/proc/26840/stat : 26840 (SApperloT2010) R 26838 26840 25750 0 -1 4202496 16757 0 0 0 46224 6 0 0 25 0 1 0 468550120 81977344 15217 33554432000 4194304 4395502 140735806928176 18446744073709551615 4309712 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/26840/statm: 20014 15217 266 50 0 17154 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 80056

[startup+522.3 s]
/proc/loadavg: 4.01 3.99 3.91 5/190 26918
/proc/meminfo: memFree=13412016/32951124 swapFree=67111528/67111528
[pid=26840] ppid=26838 vsize=80916 CPUtime=522.3 cores=0,2
/proc/26840/stat : 26840 (SApperloT2010) R 26838 26840 25750 0 -1 4202496 16964 0 0 0 52224 6 0 0 25 0 1 0 468550120 82857984 15424 33554432000 4194304 4395502 140735806928176 18446744073709551615 4299514 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/26840/statm: 20229 15424 266 50 0 17369 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 80916

[startup+582.301 s]
/proc/loadavg: 4.00 3.99 3.91 5/190 26919
/proc/meminfo: memFree=13404416/32951124 swapFree=67111528/67111528
[pid=26840] ppid=26838 vsize=82144 CPUtime=582.3 cores=0,2
/proc/26840/stat : 26840 (SApperloT2010) R 26838 26840 25750 0 -1 4202496 17267 0 0 0 58224 6 0 0 25 0 1 0 468550120 84115456 15727 33554432000 4194304 4395502 140735806928176 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/26840/statm: 20536 15727 266 50 0 17676 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 82144

[startup+642.301 s]
/proc/loadavg: 4.00 3.99 3.91 5/190 26921
/proc/meminfo: memFree=13397704/32951124 swapFree=67111528/67111528
[pid=26840] ppid=26838 vsize=83192 CPUtime=642.31 cores=0,2
/proc/26840/stat : 26840 (SApperloT2010) R 26838 26840 25750 0 -1 4202496 17451 0 0 0 64224 7 0 0 25 0 1 0 468550120 85188608 15911 33554432000 4194304 4395502 140735806928176 18446744073709551615 4299739 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/26840/statm: 20798 15911 266 50 0 17938 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 83192

[startup+702.301 s]
/proc/loadavg: 3.40 3.82 3.86 4/184 26940
/proc/meminfo: memFree=13584384/32951124 swapFree=67111528/67111528
[pid=26840] ppid=26838 vsize=83872 CPUtime=702.31 cores=0,2
/proc/26840/stat : 26840 (SApperloT2010) R 26838 26840 25750 0 -1 4202496 17637 0 0 0 70224 7 0 0 25 0 1 0 468550120 85884928 16097 33554432000 4194304 4395502 140735806928176 18446744073709551615 4294992 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/26840/statm: 20968 16097 266 50 0 18108 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 83872

[startup+762.301 s]
/proc/loadavg: 3.14 3.67 3.80 4/184 26941
/proc/meminfo: memFree=13578408/32951124 swapFree=67111528/67111528
[pid=26840] ppid=26838 vsize=84920 CPUtime=762.31 cores=0,2
/proc/26840/stat : 26840 (SApperloT2010) R 26838 26840 25750 0 -1 4202496 17881 0 0 0 76224 7 0 0 25 0 1 0 468550120 86958080 16341 33554432000 4194304 4395502 140735806928176 18446744073709551615 4299795 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/26840/statm: 21230 16341 266 50 0 18370 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 84920

[startup+822.301 s]
/proc/loadavg: 3.05 3.54 3.75 4/184 26943
/proc/meminfo: memFree=13575780/32951124 swapFree=67111528/67111528
[pid=26840] ppid=26838 vsize=85820 CPUtime=822.31 cores=0,2
/proc/26840/stat : 26840 (SApperloT2010) R 26838 26840 25750 0 -1 4202496 18053 0 0 0 82224 7 0 0 25 0 1 0 468550120 87879680 16513 33554432000 4194304 4395502 140735806928176 18446744073709551615 4300322 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/26840/statm: 21455 16513 266 50 0 18595 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 85820

[startup+882.307 s]
/proc/loadavg: 3.02 3.44 3.70 4/184 26944
/proc/meminfo: memFree=13573900/32951124 swapFree=67111528/67111528
[pid=26840] ppid=26838 vsize=86844 CPUtime=882.31 cores=0,2
/proc/26840/stat : 26840 (SApperloT2010) R 26838 26840 25750 0 -1 4202496 18273 0 0 0 88224 7 0 0 25 0 1 0 468550120 88928256 16733 33554432000 4194304 4395502 140735806928176 18446744073709551615 4299118 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/26840/statm: 21711 16733 266 50 0 18851 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 86844

[startup+942.3 s]
/proc/loadavg: 3.00 3.36 3.65 4/184 26946
/proc/meminfo: memFree=13572016/32951124 swapFree=67111528/67111528
[pid=26840] ppid=26838 vsize=87100 CPUtime=942.31 cores=0,2
/proc/26840/stat : 26840 (SApperloT2010) R 26838 26840 25750 0 -1 4202496 18358 0 0 0 94224 7 0 0 25 0 1 0 468550120 89190400 16818 33554432000 4194304 4395502 140735806928176 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/26840/statm: 21775 16818 266 50 0 18915 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 87100

[startup+1002.3 s]
/proc/loadavg: 3.04 3.31 3.61 4/184 26948
/proc/meminfo: memFree=13570148/32951124 swapFree=67111528/67111528
[pid=26840] ppid=26838 vsize=88252 CPUtime=1002.32 cores=0,2
/proc/26840/stat : 26840 (SApperloT2010) R 26838 26840 25750 0 -1 4202496 18617 0 0 0 100224 8 0 0 25 0 1 0 468550120 90370048 17077 33554432000 4194304 4395502 140735806928176 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/26840/statm: 22063 17077 266 50 0 19203 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 88252

[startup+1062.3 s]
/proc/loadavg: 3.01 3.25 3.57 4/184 26949
/proc/meminfo: memFree=13568136/32951124 swapFree=67111528/67111528
[pid=26840] ppid=26838 vsize=89184 CPUtime=1062.32 cores=0,2
/proc/26840/stat : 26840 (SApperloT2010) R 26838 26840 25750 0 -1 4202496 18827 0 0 0 106224 8 0 0 25 0 1 0 468550120 91324416 17287 33554432000 4194304 4395502 140735806928176 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/26840/statm: 22296 17287 266 50 0 19436 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 89184

[startup+1122.3 s]
/proc/loadavg: 3.00 3.20 3.53 4/184 26951
/proc/meminfo: memFree=13565640/32951124 swapFree=67111528/67111528
[pid=26840] ppid=26838 vsize=89956 CPUtime=1122.32 cores=0,2
/proc/26840/stat : 26840 (SApperloT2010) R 26838 26840 25750 0 -1 4202496 18998 0 0 0 112224 8 0 0 25 0 1 0 468550120 92114944 17458 33554432000 4194304 4395502 140735806928176 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/26840/statm: 22489 17458 266 50 0 19629 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 89956

[startup+1182.3 s]
/proc/loadavg: 2.92 3.14 3.49 3/179 26970
/proc/meminfo: memFree=13644264/32951124 swapFree=67111528/67111528
[pid=26840] ppid=26838 vsize=90340 CPUtime=1182.32 cores=0,2
/proc/26840/stat : 26840 (SApperloT2010) R 26838 26840 25750 0 -1 4202496 19047 0 0 0 118224 8 0 0 25 0 1 0 468550120 92508160 17507 33554432000 4194304 4395502 140735806928176 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/26840/statm: 22585 17507 266 50 0 19725 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 90340

[startup+1242.3 s]
/proc/loadavg: 1.94 2.84 3.37 2/172 26990
/proc/meminfo: memFree=13722964/32951124 swapFree=67111528/67111528
[pid=26840] ppid=26838 vsize=91940 CPUtime=1242.33 cores=0,2
/proc/26840/stat : 26840 (SApperloT2010) R 26838 26840 25750 0 -1 4202496 19383 0 0 0 124224 9 0 0 25 0 1 0 468550120 94146560 17843 33554432000 4194304 4395502 140735806928176 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/26840/statm: 22985 17843 266 50 0 20125 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 91940



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.37 2.53 3.23 2/172 26992
/proc/meminfo: memFree=13722540/32951124 swapFree=67111528/67111528
[pid=26840] ppid=26838 vsize=92612 CPUtime=1300.03 cores=0,2
/proc/26840/stat : 26840 (SApperloT2010) R 26838 26840 25750 0 -1 4202496 19555 0 0 0 129994 9 0 0 25 0 1 0 468550120 94834688 18015 33554432000 4194304 4395502 140735806928176 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/26840/statm: 23153 18015 266 50 0 20293 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 92612

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: 1.37 2.53 3.23 2/172 26992
/proc/meminfo: memFree=13722540/32951124 swapFree=67111528/67111528
[pid=26840] ppid=26838 vsize=92612 CPUtime=1300.03 cores=0,2
/proc/26840/stat : 26840 (SApperloT2010) R 26838 26840 25750 0 -1 4202496 19555 0 0 0 129994 9 0 0 25 0 1 0 468550120 94834688 18015 33554432000 4194304 4395502 140735806928176 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/26840/statm: 23153 18015 266 50 0 20293 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 92612

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.095985
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 92612

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

runsolver used 2.32665 second user time and 4.67729 second system time

The end

Launcher Data

Begin job on node146 at 2011-04-25 21:55:39
IDJOB=3282918
IDBENCH=70880
IDSOLVER=1655
FILE ID=node146/3282918-1303761339
RUNJOBID= node146-1303761214-26741
PBS_JOBID= 13154065
Free space on /tmp= 72852 MiB

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

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

MD5SUM BENCH= e2d18d9d1a45d63e75556fb963e4ae47
RANDOM SEED=184227111

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:      13626624 kB
Buffers:       2073516 kB
Cached:       16492060 kB
SwapCached:          0 kB
Active:        9743596 kB
Inactive:      9047964 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13626624 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            1576 kB
Writeback:           0 kB
AnonPages:      225684 kB
Mapped:          15740 kB
Slab:           467940 kB
PageTables:       5420 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   428392 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= 72860 MiB
End job on node146 at 2011-04-25 22:17:21