Trace number 319628

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, and are wall clock time (not CPU 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
Spear FH 1.0? (TO) 1200.11 1200.58

General information on the benchmark

Nameindustrial/crypto/
mizh-sha0-36-2.cnf
MD5SUM82bf685774b76ba263c886940c3aa94d
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark174.274
Satisfiable
(Un)Satisfiability was proved
Number of variables50073
Number of clauses210239
Sum of the clauses size628391
Maximum clause length4
Minimum clause length1
Number of clauses of size 1177
Number of clauses of size 286996
Number of clauses of size 338042
Number of clauses of size 485024
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

0.00/0.00	c (*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*) 
0.00/0.00	c (*)                                             (*) 
0.00/0.00	c (*)          Spear theorem prover               (*) 
0.00/0.00	c (*)        Copyright (C) 2006,2007              (*) 
0.00/0.00	c (*)     Domagoj Babic. All rights reserved.     (*) 
0.00/0.00	c (*)                                             (*) 
0.00/0.00	c (*)     There is NO warranty, not even for      (*) 
0.00/0.00	c (*) merchantability or fitness for a particular (*) 
0.00/0.00	c (*)  purpose. Please run with --license to see  (*) 
0.00/0.00	c (*)              license details.               (*) 
0.00/0.00	c (*)                                             (*) 
0.00/0.00	c (*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*) 
0.00/0.00	c 
0.00/0.00	c solving /tmp/evaluation/319628-1173033823/instance-319628-1173033823.cnf

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.1 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node24/watcher-319628-1173033823 -o ROOT/results/node24/solver-319628-1173033823 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/319628-1173033823/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/319628-1173033823/instance-319628-1173033823.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.91 0.95 0.90 3/77 5794
/proc/meminfo: memFree=1516056/2055920 swapFree=4144152/4192956
[pid=5794] ppid=5792 vsize=1548 CPUtime=0
/proc/5794/stat : 5794 (Spear-32) R 5792 5794 5040 0 -1 4194304 207 0 0 0 0 0 0 0 18 0 1 0 323336559 1585152 191 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135271772 0 0 4096 0 0 0 0 17 1 0 0
/proc/5794/statm: 387 191 128 302 0 82 0

[startup+0.0457911 s]
/proc/loadavg: 0.91 0.95 0.90 3/77 5794
/proc/meminfo: memFree=1516056/2055920 swapFree=4144152/4192956
[pid=5794] ppid=5792 vsize=2956 CPUtime=0.04
/proc/5794/stat : 5794 (Spear-32) R 5792 5794 5040 0 -1 4194304 515 0 0 0 4 0 0 0 18 0 1 0 323336559 3026944 499 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/5794/statm: 739 499 129 302 0 434 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 2956

[startup+0.101796 s]
/proc/loadavg: 0.91 0.95 0.90 3/77 5794
/proc/meminfo: memFree=1516056/2055920 swapFree=4144152/4192956
[pid=5794] ppid=5792 vsize=4424 CPUtime=0.09
/proc/5794/stat : 5794 (Spear-32) R 5792 5794 5040 0 -1 4194304 968 0 0 0 9 0 0 0 18 0 1 0 323336559 4530176 846 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/5794/statm: 1106 846 129 302 0 801 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4424

[startup+0.301817 s]
/proc/loadavg: 0.91 0.95 0.90 3/77 5794
/proc/meminfo: memFree=1516056/2055920 swapFree=4144152/4192956
[pid=5794] ppid=5792 vsize=10048 CPUtime=0.29
/proc/5794/stat : 5794 (Spear-32) R 5792 5794 5040 0 -1 4194304 2671 0 0 0 28 1 0 0 19 0 1 0 323336559 10289152 2241 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/5794/statm: 2512 2241 129 302 0 2207 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10048

[startup+0.70186 s]
/proc/loadavg: 0.91 0.95 0.90 3/77 5794
/proc/meminfo: memFree=1516056/2055920 swapFree=4144152/4192956
[pid=5794] ppid=5792 vsize=17836 CPUtime=0.69
/proc/5794/stat : 5794 (Spear-32) R 5792 5794 5040 0 -1 4194304 4974 0 0 0 66 3 0 0 22 0 1 0 323336559 18264064 3964 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/5794/statm: 4459 3964 140 302 0 4154 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 17836

[startup+1.50195 s]
/proc/loadavg: 0.91 0.95 0.90 2/78 5795
/proc/meminfo: memFree=1500304/2055920 swapFree=4144152/4192956
[pid=5794] ppid=5792 vsize=18616 CPUtime=1.49
/proc/5794/stat : 5794 (Spear-32) R 5792 5794 5040 0 -1 4194304 5174 0 0 0 144 5 0 0 25 0 1 0 323336559 19062784 4164 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/5794/statm: 4654 4164 140 302 0 4349 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 18616

[startup+3.10111 s]
/proc/loadavg: 0.91 0.95 0.90 2/78 5795
/proc/meminfo: memFree=1499152/2055920 swapFree=4144152/4192956
[pid=5794] ppid=5792 vsize=19672 CPUtime=3.09
/proc/5794/stat : 5794 (Spear-32) R 5792 5794 5040 0 -1 4194304 5436 0 0 0 300 9 0 0 25 0 1 0 323336559 20144128 4426 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/5794/statm: 4918 4426 140 302 0 4613 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 19672

[startup+6.30146 s]
/proc/loadavg: 0.92 0.95 0.90 2/78 5795
/proc/meminfo: memFree=1496720/2055920 swapFree=4144152/4192956
[pid=5794] ppid=5792 vsize=22156 CPUtime=6.28
/proc/5794/stat : 5794 (Spear-32) R 5792 5794 5040 0 -1 4194304 6079 0 0 0 614 14 0 0 25 0 1 0 323336559 22687744 5036 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/5794/statm: 5539 5036 140 302 0 5234 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 22156

[startup+12.7011 s]
/proc/loadavg: 0.93 0.95 0.90 2/78 5795
/proc/meminfo: memFree=1493776/2055920 swapFree=4144152/4192956
[pid=5794] ppid=5792 vsize=24748 CPUtime=12.69
/proc/5794/stat : 5794 (Spear-32) R 5792 5794 5040 0 -1 4194304 6759 0 0 0 1244 25 0 0 25 0 1 0 323336559 25341952 5716 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/5794/statm: 6187 5716 140 302 0 5882 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 24748

[startup+25.5015 s]
/proc/loadavg: 0.94 0.96 0.91 2/78 5795
/proc/meminfo: memFree=1488400/2055920 swapFree=4144152/4192956
[pid=5794] ppid=5792 vsize=30152 CPUtime=25.48
/proc/5794/stat : 5794 (Spear-32) R 5792 5794 5040 0 -1 4194304 8160 0 0 0 2508 40 0 0 25 0 1 0 323336559 30875648 7019 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/5794/statm: 7538 7019 140 302 0 7233 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 30152

[startup+51.1012 s]
/proc/loadavg: 0.96 0.96 0.91 2/78 5795
/proc/meminfo: memFree=1479376/2055920 swapFree=4144152/4192956
[pid=5794] ppid=5792 vsize=39572 CPUtime=51.07
/proc/5794/stat : 5794 (Spear-32) R 5792 5794 5040 0 -1 4194304 10600 0 0 0 5038 69 0 0 25 0 1 0 323336559 40521728 9330 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/5794/statm: 9893 9330 140 302 0 9588 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 39572

[startup+102.306 s]
/proc/loadavg: 0.98 0.96 0.91 2/78 5795
/proc/meminfo: memFree=1459408/2055920 swapFree=4144152/4192956
[pid=5794] ppid=5792 vsize=59196 CPUtime=102.26
/proc/5794/stat : 5794 (Spear-32) R 5792 5794 5040 0 -1 4194304 15552 0 0 0 10134 92 0 0 25 0 1 0 323336559 60616704 14282 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/5794/statm: 14799 14282 140 302 0 14494 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 59196

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 5795
/proc/meminfo: memFree=1432464/2055920 swapFree=4144152/4192956
[pid=5794] ppid=5792 vsize=87424 CPUtime=162.23
/proc/5794/stat : 5794 (Spear-32) R 5792 5794 5040 0 -1 4194304 22627 0 0 0 16118 105 0 0 25 0 1 0 323336559 89522176 21100 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526790 0 0 4096 0 0 0 0 17 1 0 0
/proc/5794/statm: 21856 21100 140 302 0 21551 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 87424

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 5795
/proc/meminfo: memFree=1401424/2055920 swapFree=4144152/4192956
[pid=5794] ppid=5792 vsize=117932 CPUtime=222.22
/proc/5794/stat : 5794 (Spear-32) R 5792 5794 5040 0 -1 4194304 30277 0 0 0 22106 116 0 0 25 0 1 0 323336559 120762368 28750 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526781 0 0 4096 0 0 0 0 17 1 0 0
/proc/5794/statm: 29483 28750 140 302 0 29178 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 117932

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 5795
/proc/meminfo: memFree=1373264/2055920 swapFree=4144152/4192956
[pid=5794] ppid=5792 vsize=146312 CPUtime=282.2
/proc/5794/stat : 5794 (Spear-32) R 5792 5794 5040 0 -1 4194304 37409 0 0 0 28093 127 0 0 25 0 1 0 323336559 149823488 35882 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526962 0 0 4096 0 0 0 0 17 1 0 0
/proc/5794/statm: 36578 35882 140 302 0 36273 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 146312

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 5795
/proc/meminfo: memFree=1345680/2055920 swapFree=4144152/4192956
[pid=5794] ppid=5792 vsize=173360 CPUtime=342.19
/proc/5794/stat : 5794 (Spear-32) R 5792 5794 5040 0 -1 4194304 44193 0 0 0 34079 140 0 0 25 0 1 0 323336559 177520640 42666 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526886 0 0 4096 0 0 0 0 17 1 0 0
/proc/5794/statm: 43340 42666 140 302 0 43035 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 173360

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 5795
/proc/meminfo: memFree=1322256/2055920 swapFree=4144152/4192956
[pid=5794] ppid=5792 vsize=196868 CPUtime=402.17
/proc/5794/stat : 5794 (Spear-32) R 5792 5794 5040 0 -1 4194304 50109 0 0 0 40069 148 0 0 25 0 1 0 323336559 201592832 48582 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/5794/statm: 49217 48582 140 302 0 48912 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 196868

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 5795
/proc/meminfo: memFree=1295056/2055920 swapFree=4144152/4192956
[pid=5794] ppid=5792 vsize=223688 CPUtime=462.15
/proc/5794/stat : 5794 (Spear-32) R 5792 5794 5040 0 -1 4194304 56816 0 0 0 46057 158 0 0 25 0 1 0 323336559 229056512 55289 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/5794/statm: 55922 55289 140 302 0 55617 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 223688

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 5795
/proc/meminfo: memFree=1277392/2055920 swapFree=4144152/4192956
[pid=5794] ppid=5792 vsize=241456 CPUtime=522.14
/proc/5794/stat : 5794 (Spear-32) R 5792 5794 5040 0 -1 4194304 61295 0 0 0 52043 171 0 0 25 0 1 0 323336559 247250944 59768 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/5794/statm: 60364 59768 140 302 0 60059 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 241456

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 5795
/proc/meminfo: memFree=1257936/2055920 swapFree=4144152/4192956
[pid=5794] ppid=5792 vsize=260640 CPUtime=582.12
/proc/5794/stat : 5794 (Spear-32) R 5792 5794 5040 0 -1 4194304 66117 0 0 0 58032 180 0 0 25 0 1 0 323336559 266895360 64590 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/5794/statm: 65160 64590 140 302 0 64855 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 260640

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 5795
/proc/meminfo: memFree=1237648/2055920 swapFree=4144152/4192956
[pid=5794] ppid=5792 vsize=280612 CPUtime=642.11
/proc/5794/stat : 5794 (Spear-32) R 5792 5794 5040 0 -1 4194304 71126 0 0 0 64023 188 0 0 25 0 1 0 323336559 287346688 69599 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527061 0 0 4096 0 0 0 0 17 1 0 0
/proc/5794/statm: 70153 69599 140 302 0 69848 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 280612

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 5795
/proc/meminfo: memFree=1217488/2055920 swapFree=4144152/4192956
[pid=5794] ppid=5792 vsize=300960 CPUtime=702.08
/proc/5794/stat : 5794 (Spear-32) R 5792 5794 5040 0 -1 4194304 76211 0 0 0 70013 195 0 0 25 0 1 0 323336559 308183040 74684 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/5794/statm: 75240 74684 140 302 0 74935 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 300960

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 5795
/proc/meminfo: memFree=1198864/2055920 swapFree=4144152/4192956
[pid=5794] ppid=5792 vsize=319248 CPUtime=762.07
/proc/5794/stat : 5794 (Spear-32) R 5792 5794 5040 0 -1 4194304 80809 0 0 0 76005 202 0 0 25 0 1 0 323336559 326909952 79282 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/5794/statm: 79812 79282 140 302 0 79507 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 319248

[startup+822.303 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 5795
/proc/meminfo: memFree=1179408/2055920 swapFree=4144152/4192956
[pid=5794] ppid=5792 vsize=338816 CPUtime=822.05
/proc/5794/stat : 5794 (Spear-32) R 5792 5794 5040 0 -1 4194304 85702 0 0 0 81995 210 0 0 25 0 1 0 323336559 346947584 84175 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134524522 0 0 4096 0 0 0 0 17 1 0 0
/proc/5794/statm: 84704 84175 140 302 0 84399 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 338816

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 5795
/proc/meminfo: memFree=1162768/2055920 swapFree=4144152/4192956
[pid=5794] ppid=5792 vsize=355156 CPUtime=882.03
/proc/5794/stat : 5794 (Spear-32) R 5792 5794 5040 0 -1 4194304 89821 0 0 0 87984 219 0 0 25 0 1 0 323336559 363679744 88294 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/5794/statm: 88789 88294 140 302 0 88484 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 355156

[startup+942.303 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 5795
/proc/meminfo: memFree=1146192/2055920 swapFree=4144152/4192956
[pid=5794] ppid=5792 vsize=373848 CPUtime=942.02
/proc/5794/stat : 5794 (Spear-32) R 5792 5794 5040 0 -1 4194304 94515 0 0 0 93975 227 0 0 25 0 1 0 323336559 382820352 92475 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526962 0 0 4096 0 0 0 0 17 1 0 0
/proc/5794/statm: 93462 92475 140 302 0 93157 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 373848

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 5795
/proc/meminfo: memFree=1129744/2055920 swapFree=4144152/4192956
[pid=5794] ppid=5792 vsize=390084 CPUtime=1002
/proc/5794/stat : 5794 (Spear-32) R 5792 5794 5040 0 -1 4194304 98587 0 0 0 99966 234 0 0 25 0 1 0 323336559 399446016 96547 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527012 0 0 4096 0 0 0 0 17 1 0 0
/proc/5794/statm: 97521 96547 140 302 0 97216 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 390084

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/84 5897
/proc/meminfo: memFree=1111384/2055920 swapFree=4144152/4192956
[pid=5794] ppid=5792 vsize=407360 CPUtime=1061.93
/proc/5794/stat : 5794 (Spear-32) R 5792 5794 5040 0 -1 4194304 102910 0 0 0 105952 241 0 0 25 0 1 0 323336559 417136640 100870 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134524706 0 0 4096 0 0 0 0 17 1 0 0
/proc/5794/statm: 101840 100870 140 302 0 101535 0
Current children cumulated CPU time (s) 1061.93
Current children cumulated vsize (KiB) 407360

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/84 5973
/proc/meminfo: memFree=1095832/2055920 swapFree=4144152/4192956
[pid=5794] ppid=5792 vsize=422752 CPUtime=1121.86
/proc/5794/stat : 5794 (Spear-32) R 5792 5794 5040 0 -1 4194304 106771 0 0 0 111938 248 0 0 25 0 1 0 323336559 432898048 104731 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/5794/statm: 105688 104731 140 302 0 105383 0
Current children cumulated CPU time (s) 1121.86
Current children cumulated vsize (KiB) 422752

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 5993
/proc/meminfo: memFree=1078352/2055920 swapFree=4144152/4192956
[pid=5794] ppid=5792 vsize=441396 CPUtime=1181.83
/proc/5794/stat : 5794 (Spear-32) R 5792 5794 5040 0 -1 4194304 111438 0 0 0 117929 254 0 0 25 0 1 0 323336559 451989504 109398 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134524522 0 0 4096 0 0 0 0 17 1 0 0
/proc/5794/statm: 110349 109398 140 302 0 110044 0
Current children cumulated CPU time (s) 1181.83
Current children cumulated vsize (KiB) 441396



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 5993
/proc/meminfo: memFree=1072016/2055920 swapFree=4144152/4192956
[pid=5794] ppid=5792 vsize=447444 CPUtime=1200.03
/proc/5794/stat : 5794 (Spear-32) R 5792 5794 5040 0 -1 4194304 112951 0 0 0 119748 255 0 0 25 0 1 0 323336559 458182656 110911 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/5794/statm: 111861 110911 140 302 0 111556 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 447444

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 5993
/proc/meminfo: memFree=1072016/2055920 swapFree=4144152/4192956
[pid=5794] ppid=5792 vsize=447444 CPUtime=1200.03
/proc/5794/stat : 5794 (Spear-32) R 5792 5794 5040 0 -1 4194304 112951 0 0 0 119748 255 0 0 25 0 1 0 323336559 458182656 110911 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/5794/statm: 111861 110911 140 302 0 111556 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 447444

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.58
CPU time (s): 1200.11
CPU user time (s): 1197.48
CPU system time (s): 2.6276
CPU usage (%): 99.9611
Max. virtual memory (cumulated for all children) (KiB): 447444

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

runsolver used 1.07684 second user time and 2.80857 second system time

The end

Launcher Data (download as text)

Begin job on node24 on Sun Mar  4 18:43:43 UTC 2007

IDJOB= 319628
IDBENCH= 20483
IDSOLVER= 132
FILE ID= node24/319628-1173033823

PBS_JOBID= 4012467

Free space on /tmp= 66538 MiB

SOLVER NAME= Spear FH 1.0
BENCH NAME= HOME/pub/bench/SAT07/industrial/crypto/mizh-sha0-36-2.cnf
COMMAND LINE= /tmp/evaluation/319628-1173033823/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/319628-1173033823/instance-319628-1173033823.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node24/watcher-319628-1173033823 -o ROOT/results/node24/solver-319628-1173033823 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/319628-1173033823/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/319628-1173033823/instance-319628-1173033823.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  82bf685774b76ba263c886940c3aa94d

RANDOM SEED= 43621374

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node24.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1516464 kB
Buffers:         38448 kB
Cached:         426332 kB
SwapCached:       3876 kB
Active:         225676 kB
Inactive:       252112 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1516464 kB
SwapTotal:     4192956 kB
SwapFree:      4144152 kB
Dirty:            5728 kB
Writeback:           0 kB
Mapped:          18936 kB
Slab:            47268 kB
Committed_AS:   891548 kB
PageTables:       1748 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66538 MiB

End job on node24 on Sun Mar  4 19:03:45 UTC 2007