Trace number 312846

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 FHS 1.0? (TO) 1200.11 1200.56

General information on the benchmark

Nameindustrial/anbulagan/
hard-sat/partial-10-19-s.cnf
MD5SUMd1c031feea2b01bb6670a4d0116bbd23
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables330796
Number of clauses1585788
Sum of the clauses size3686616
Maximum clause length10
Minimum clause length1
Number of clauses of size 124593
Number of clauses of size 21205222
Number of clauses of size 3294753
Number of clauses of size 46800
Number of clauses of size 527200
Number of clauses of size over 527220

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/312846-1176862892/instance-312846-1176862892.cnf

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node10/watcher-312846-1176862892 -o ROOT/results/node10/solver-312846-1176862892 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/312846-1176862892/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/312846-1176862892/instance-312846-1176862892.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.99 0.99 3/77 17153
/proc/meminfo: memFree=1592904/2055920 swapFree=4152288/4192956
[pid=17153] ppid=17151 vsize=1700 CPUtime=0
/proc/17153/stat : 17153 (Spear-32) R 17151 17153 15898 0 -1 4194304 235 0 0 0 0 0 0 0 18 0 1 0 162326722 1740800 220 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134513448 0 0 4096 0 0 0 0 17 1 0 0
/proc/17153/statm: 425 220 128 302 0 120 0

[startup+0.0394391 s]
/proc/loadavg: 0.91 0.99 0.99 3/77 17153
/proc/meminfo: memFree=1592904/2055920 swapFree=4152288/4192956
[pid=17153] ppid=17151 vsize=4808 CPUtime=0.03
/proc/17153/stat : 17153 (Spear-32) R 17151 17153 15898 0 -1 4194304 986 0 0 0 3 0 0 0 18 0 1 0 162326722 4923392 715 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134518183 0 0 4096 0 0 0 0 17 1 0 0
/proc/17153/statm: 1202 716 128 302 0 897 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 4808

[startup+0.102452 s]
/proc/loadavg: 0.91 0.99 0.99 3/77 17153
/proc/meminfo: memFree=1592904/2055920 swapFree=4152288/4192956
[pid=17153] ppid=17151 vsize=8236 CPUtime=0.09
/proc/17153/stat : 17153 (Spear-32) R 17151 17153 15898 0 -1 4194304 2272 0 0 0 8 1 0 0 18 0 1 0 162326722 8433664 1486 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17153/statm: 2059 1486 128 302 0 1754 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8236

[startup+0.302495 s]
/proc/loadavg: 0.91 0.99 0.99 3/77 17153
/proc/meminfo: memFree=1592904/2055920 swapFree=4152288/4192956
[pid=17153] ppid=17151 vsize=14108 CPUtime=0.29
/proc/17153/stat : 17153 (Spear-32) R 17151 17153 15898 0 -1 4194304 4081 0 0 0 26 3 0 0 19 0 1 0 162326722 14446592 3197 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17153/statm: 3527 3197 129 302 0 3222 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14108

[startup+0.701581 s]
/proc/loadavg: 0.91 0.99 0.99 3/77 17153
/proc/meminfo: memFree=1592904/2055920 swapFree=4152288/4192956
[pid=17153] ppid=17151 vsize=36296 CPUtime=0.69
/proc/17153/stat : 17153 (Spear-32) R 17151 17153 15898 0 -1 4194304 10937 0 0 0 53 16 0 0 22 0 1 0 162326722 37167104 7424 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134534647 0 0 4096 0 0 0 0 17 1 0 0
/proc/17153/statm: 9074 7424 129 302 0 8769 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 36296

[startup+1.50175 s]
/proc/loadavg: 0.91 0.99 0.99 3/78 17154
/proc/meminfo: memFree=1545280/2055920 swapFree=4152288/4192956
[pid=17153] ppid=17151 vsize=70696 CPUtime=1.49
/proc/17153/stat : 17153 (Spear-32) R 17151 17153 15898 0 -1 4194304 21649 0 0 0 123 26 0 0 25 0 1 0 162326722 72392704 14549 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/17153/statm: 17674 14549 129 302 0 17369 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 70696

[startup+3.1011 s]
/proc/loadavg: 0.91 0.99 0.99 2/78 17154
/proc/meminfo: memFree=1520320/2055920 swapFree=4152288/4192956
[pid=17153] ppid=17151 vsize=114376 CPUtime=3.09
/proc/17153/stat : 17153 (Spear-32) R 17151 17153 15898 0 -1 4194304 33220 0 0 0 274 35 0 0 25 0 1 0 162326722 117121024 25095 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/17153/statm: 28594 25095 129 302 0 28289 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 114376

[startup+6.30179 s]
/proc/loadavg: 0.92 0.99 0.99 2/78 17154
/proc/meminfo: memFree=1474184/2055920 swapFree=4152288/4192956
[pid=17153] ppid=17151 vsize=141896 CPUtime=6.28
/proc/17153/stat : 17153 (Spear-32) R 17151 17153 15898 0 -1 4194304 40695 0 0 0 589 39 0 0 25 0 1 0 162326722 145301504 32086 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 135251682 0 0 4096 0 0 0 0 17 1 0 0
/proc/17153/statm: 35474 32086 140 302 0 35169 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 141896

[startup+12.7012 s]
/proc/loadavg: 0.93 0.99 0.99 2/78 17154
/proc/meminfo: memFree=1461896/2055920 swapFree=4152288/4192956
[pid=17153] ppid=17151 vsize=145308 CPUtime=12.69
/proc/17153/stat : 17153 (Spear-32) R 17151 17153 15898 0 -1 4194304 42371 0 0 0 1227 42 0 0 25 0 1 0 162326722 148795392 32866 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526665 0 0 4096 0 0 0 0 17 1 0 0
/proc/17153/statm: 36327 32866 145 302 0 36022 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 145308

[startup+25.5019 s]
/proc/loadavg: 0.94 0.99 0.99 2/78 17154
/proc/meminfo: memFree=1461256/2055920 swapFree=4152288/4192956
[pid=17153] ppid=17151 vsize=146100 CPUtime=25.48
/proc/17153/stat : 17153 (Spear-32) R 17151 17153 15898 0 -1 4194304 42563 0 0 0 2500 48 0 0 25 0 1 0 162326722 149606400 33058 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17153/statm: 36525 33058 145 302 0 36220 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 146100

[startup+51.1024 s]
/proc/loadavg: 0.96 0.99 0.99 2/78 17154
/proc/meminfo: memFree=1457672/2055920 swapFree=4152288/4192956
[pid=17153] ppid=17151 vsize=149756 CPUtime=51.08
/proc/17153/stat : 17153 (Spear-32) R 17151 17153 15898 0 -1 4194304 43484 0 0 0 5051 57 0 0 25 0 1 0 162326722 153350144 33979 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134524751 0 0 4096 0 0 0 0 17 1 0 0
/proc/17153/statm: 37439 33979 145 302 0 37134 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 149756

[startup+102.305 s]
/proc/loadavg: 0.98 0.99 0.99 2/78 17154
/proc/meminfo: memFree=1448456/2055920 swapFree=4152288/4192956
[pid=17153] ppid=17151 vsize=159020 CPUtime=102.25
/proc/17153/stat : 17153 (Spear-32) R 17151 17153 15898 0 -1 4194304 45779 0 0 0 10161 64 0 0 25 0 1 0 162326722 162836480 36274 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17153/statm: 39755 36274 145 302 0 39450 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 159020

[startup+162.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/78 17154
/proc/meminfo: memFree=1435336/2055920 swapFree=4152288/4192956
[pid=17153] ppid=17151 vsize=172240 CPUtime=162.23
/proc/17153/stat : 17153 (Spear-32) R 17151 17153 15898 0 -1 4194304 49109 0 0 0 16147 76 0 0 25 0 1 0 162326722 176373760 39571 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134525022 0 0 4096 0 0 0 0 17 1 0 0
/proc/17153/statm: 43060 39571 145 302 0 42755 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 172240

[startup+222.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/78 17154
/proc/meminfo: memFree=1429768/2055920 swapFree=4152288/4192956
[pid=17153] ppid=17151 vsize=177768 CPUtime=222.21
/proc/17153/stat : 17153 (Spear-32) R 17151 17153 15898 0 -1 4194304 50495 0 0 0 22143 78 0 0 25 0 1 0 162326722 182034432 40942 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134524753 0 0 4096 0 0 0 0 17 1 0 0
/proc/17153/statm: 44442 40942 145 302 0 44137 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 177768

[startup+282.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/78 17154
/proc/meminfo: memFree=1420040/2055920 swapFree=4152288/4192956
[pid=17153] ppid=17151 vsize=187660 CPUtime=282.19
/proc/17153/stat : 17153 (Spear-32) R 17151 17153 15898 0 -1 4194304 52961 0 0 0 28135 84 0 0 25 0 1 0 162326722 192163840 43405 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134524699 0 0 4096 0 0 0 0 17 1 0 0
/proc/17153/statm: 46915 43405 145 302 0 46610 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 187660

[startup+342.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/78 17154
/proc/meminfo: memFree=1408904/2055920 swapFree=4152288/4192956
[pid=17153] ppid=17151 vsize=198540 CPUtime=342.17
/proc/17153/stat : 17153 (Spear-32) R 17151 17153 15898 0 -1 4194304 55798 0 0 0 34125 92 0 0 25 0 1 0 162326722 203304960 46144 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134524699 0 0 4096 0 0 0 0 17 1 0 0
/proc/17153/statm: 49635 46144 145 302 0 49330 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 198540

[startup+402.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/78 17154
/proc/meminfo: memFree=1400520/2055920 swapFree=4152288/4192956
[pid=17153] ppid=17151 vsize=206908 CPUtime=402.15
/proc/17153/stat : 17153 (Spear-32) R 17151 17153 15898 0 -1 4194304 57909 0 0 0 40120 95 0 0 25 0 1 0 162326722 211873792 48251 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526962 0 0 4096 0 0 0 0 17 1 0 0
/proc/17153/statm: 51727 48251 145 302 0 51422 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 206908

[startup+462.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/78 17154
/proc/meminfo: memFree=1387400/2055920 swapFree=4152288/4192956
[pid=17153] ppid=17151 vsize=219952 CPUtime=462.12
/proc/17153/stat : 17153 (Spear-32) R 17151 17153 15898 0 -1 4194304 61388 0 0 0 46112 100 0 0 25 0 1 0 162326722 225230848 51523 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134524662 0 0 4096 0 0 0 0 17 1 0 0
/proc/17153/statm: 54988 51523 145 302 0 54683 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 219952

[startup+522.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/78 17154
/proc/meminfo: memFree=1380232/2055920 swapFree=4152288/4192956
[pid=17153] ppid=17151 vsize=227164 CPUtime=522.1
/proc/17153/stat : 17153 (Spear-32) R 17151 17153 15898 0 -1 4194304 63179 0 0 0 52105 105 0 0 25 0 1 0 162326722 232615936 53313 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134524596 0 0 4096 0 0 0 0 17 1 0 0
/proc/17153/statm: 56791 53313 145 302 0 56486 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 227164

[startup+582.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/78 17154
/proc/meminfo: memFree=1374344/2055920 swapFree=4152288/4192956
[pid=17153] ppid=17151 vsize=232988 CPUtime=582.08
/proc/17153/stat : 17153 (Spear-32) R 17151 17153 15898 0 -1 4194304 64628 0 0 0 58102 106 0 0 25 0 1 0 162326722 238579712 54755 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134524696 0 0 4096 0 0 0 0 17 1 0 0
/proc/17153/statm: 58247 54755 145 302 0 57942 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 232988

[startup+642.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/78 17154
/proc/meminfo: memFree=1367496/2055920 swapFree=4152288/4192956
[pid=17153] ppid=17151 vsize=239748 CPUtime=642.06
/proc/17153/stat : 17153 (Spear-32) R 17151 17153 15898 0 -1 4194304 66326 0 0 0 64097 109 0 0 25 0 1 0 162326722 245501952 56446 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134524648 0 0 4096 0 0 0 0 17 1 0 0
/proc/17153/statm: 59937 56446 145 302 0 59632 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 239748

[startup+702.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/78 17156
/proc/meminfo: memFree=1358728/2055920 swapFree=4152288/4192956
[pid=17153] ppid=17151 vsize=248328 CPUtime=702.03
/proc/17153/stat : 17153 (Spear-32) R 17151 17153 15898 0 -1 4194304 68556 0 0 0 70092 111 0 0 25 0 1 0 162326722 254287872 58618 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134524755 0 0 4096 0 0 0 0 17 1 0 0
/proc/17153/statm: 62082 58618 145 302 0 61777 0
Current children cumulated CPU time (s) 702.03
Current children cumulated vsize (KiB) 248328

[startup+762.307 s]
/proc/loadavg: 0.99 0.99 0.99 2/78 17156
/proc/meminfo: memFree=1349576/2055920 swapFree=4152288/4192956
[pid=17153] ppid=17151 vsize=257560 CPUtime=762.02
/proc/17153/stat : 17153 (Spear-32) R 17151 17153 15898 0 -1 4194304 71081 0 0 0 76087 115 0 0 25 0 1 0 162326722 263741440 60873 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134524824 0 0 4096 0 0 0 0 17 1 0 0
/proc/17153/statm: 64390 60873 145 302 0 64085 0
Current children cumulated CPU time (s) 762.02
Current children cumulated vsize (KiB) 257560

[startup+822.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/78 17156
/proc/meminfo: memFree=1342088/2055920 swapFree=4152288/4192956
[pid=17153] ppid=17151 vsize=265156 CPUtime=821.99
/proc/17153/stat : 17153 (Spear-32) R 17151 17153 15898 0 -1 4194304 72974 0 0 0 82080 119 0 0 25 0 1 0 162326722 271519744 62766 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134524699 0 0 4096 0 0 0 0 17 1 0 0
/proc/17153/statm: 66289 62766 145 302 0 65984 0
Current children cumulated CPU time (s) 821.99
Current children cumulated vsize (KiB) 265156

[startup+882.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/78 17156
/proc/meminfo: memFree=1333000/2055920 swapFree=4152288/4192956
[pid=17153] ppid=17151 vsize=274044 CPUtime=881.97
/proc/17153/stat : 17153 (Spear-32) R 17151 17153 15898 0 -1 4194304 75269 0 0 0 88074 123 0 0 25 0 1 0 162326722 280621056 64996 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134524773 0 0 4096 0 0 0 0 17 1 0 0
/proc/17153/statm: 68511 64996 145 302 0 68206 0
Current children cumulated CPU time (s) 881.97
Current children cumulated vsize (KiB) 274044

[startup+942.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/78 17156
/proc/meminfo: memFree=1324680/2055920 swapFree=4152288/4192956
[pid=17153] ppid=17151 vsize=282428 CPUtime=941.95
/proc/17153/stat : 17153 (Spear-32) R 17151 17153 15898 0 -1 4194304 77442 0 0 0 94069 126 0 0 25 0 1 0 162326722 289206272 67091 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134524643 0 0 4096 0 0 0 0 17 1 0 0
/proc/17153/statm: 70607 67091 145 302 0 70302 0
Current children cumulated CPU time (s) 941.95
Current children cumulated vsize (KiB) 282428

[startup+1002.3 s]
/proc/loadavg: 0.99 0.99 0.99 2/78 17156
/proc/meminfo: memFree=1317000/2055920 swapFree=4152288/4192956
[pid=17153] ppid=17151 vsize=289996 CPUtime=1001.92
/proc/17153/stat : 17153 (Spear-32) R 17151 17153 15898 0 -1 4194304 79346 0 0 0 100063 129 0 0 25 0 1 0 162326722 296955904 68991 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134524634 0 0 4096 0 0 0 0 17 1 0 0
/proc/17153/statm: 72499 68991 145 302 0 72194 0
Current children cumulated CPU time (s) 1001.92
Current children cumulated vsize (KiB) 289996

[startup+1062.3 s]
/proc/loadavg: 0.99 0.99 0.99 2/78 17156
/proc/meminfo: memFree=1309960/2055920 swapFree=4152288/4192956
[pid=17153] ppid=17151 vsize=297092 CPUtime=1061.9
/proc/17153/stat : 17153 (Spear-32) R 17151 17153 15898 0 -1 4194304 81117 0 0 0 106059 131 0 0 25 0 1 0 162326722 304222208 70762 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134524848 0 0 4096 0 0 0 0 17 1 0 0
/proc/17153/statm: 74273 70762 145 302 0 73968 0
Current children cumulated CPU time (s) 1061.9
Current children cumulated vsize (KiB) 297092

[startup+1122.3 s]
/proc/loadavg: 0.99 0.99 0.99 2/78 17156
/proc/meminfo: memFree=1306312/2055920 swapFree=4152288/4192956
[pid=17153] ppid=17151 vsize=300728 CPUtime=1121.88
/proc/17153/stat : 17153 (Spear-32) R 17151 17153 15898 0 -1 4194304 82008 0 0 0 112054 134 0 0 25 0 1 0 162326722 307945472 71652 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134524717 0 0 4096 0 0 0 0 17 1 0 0
/proc/17153/statm: 75182 71652 145 302 0 74877 0
Current children cumulated CPU time (s) 1121.88
Current children cumulated vsize (KiB) 300728

[startup+1182.3 s]
/proc/loadavg: 0.99 0.99 0.99 2/78 17156
/proc/meminfo: memFree=1303496/2055920 swapFree=4152288/4192956
[pid=17153] ppid=17151 vsize=303428 CPUtime=1181.86
/proc/17153/stat : 17153 (Spear-32) R 17151 17153 15898 0 -1 4194304 82710 0 0 0 118051 135 0 0 25 0 1 0 162326722 310710272 72351 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134524706 0 0 4096 0 0 0 0 17 1 0 0
/proc/17153/statm: 75857 72351 145 302 0 75552 0
Current children cumulated CPU time (s) 1181.86
Current children cumulated vsize (KiB) 303428



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.99 0.99 2/78 17156
/proc/meminfo: memFree=1302536/2055920 swapFree=4152288/4192956
[pid=17153] ppid=17151 vsize=304388 CPUtime=1200.05
/proc/17153/stat : 17153 (Spear-32) R 17151 17153 15898 0 -1 4194304 82937 0 0 0 119870 135 0 0 25 0 1 0 162326722 311693312 72578 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134524748 0 0 4096 0 0 0 0 17 1 0 0
/proc/17153/statm: 76097 72578 145 302 0 75792 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 304388

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.99 0.99 2/78 17156
/proc/meminfo: memFree=1302536/2055920 swapFree=4152288/4192956
[pid=17153] ppid=17151 vsize=304388 CPUtime=1200.05
/proc/17153/stat : 17153 (Spear-32) R 17151 17153 15898 0 -1 4194304 82937 0 0 0 119870 135 0 0 25 0 1 0 162326722 311693312 72578 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134524748 0 0 4096 0 0 0 0 17 1 0 0
/proc/17153/statm: 76097 72578 145 302 0 75792 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 304388

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.56
CPU time (s): 1200.11
CPU user time (s): 1198.71
CPU system time (s): 1.40779
CPU usage (%): 99.9632
Max. virtual memory (cumulated for all children) (KiB): 304388

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

runsolver used 1.43078 second user time and 2.91256 second system time

The end

Launcher Data (download as text)

Begin job on node10 on Wed Apr 18 02:21:32 UTC 2007

IDJOB= 312846
IDBENCH= 20351
IDSOLVER= 131
FILE ID= node10/312846-1176862892

PBS_JOBID= 4590246

Free space on /tmp= 66272 MiB

SOLVER NAME= Spear FHS 1.0
BENCH NAME= HOME/pub/bench/SAT07/industrial/anbulagan/hard-sat/partial-10-19-s.cnf
COMMAND LINE= /tmp/evaluation/312846-1176862892/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/312846-1176862892/instance-312846-1176862892.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node10/watcher-312846-1176862892 -o ROOT/results/node10/solver-312846-1176862892 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/312846-1176862892/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/312846-1176862892/instance-312846-1176862892.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  d1c031feea2b01bb6670a4d0116bbd23

RANDOM SEED= 977205515

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node10.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.259
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.259
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:       1593312 kB
Buffers:         34504 kB
Cached:         334060 kB
SwapCached:       9040 kB
Active:         146708 kB
Inactive:       252092 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1593312 kB
SwapTotal:     4192956 kB
SwapFree:      4152288 kB
Dirty:           30792 kB
Writeback:           0 kB
Mapped:          37000 kB
Slab:            49356 kB
Committed_AS:  3517872 kB
PageTables:       1724 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= 66272 MiB

End job on node10 on Wed Apr 18 02:41:35 UTC 2007