Trace number 314766

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.53

General information on the benchmark

Nameindustrial/fuhs/hard/
AProVE07-01.cnf
MD5SUMd2f77e32530988f77dca5112174eee00
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 variables7502
Number of clauses28770
Sum of the clauses size76290
Maximum clause length847
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 215814
Number of clauses of size 311119
Number of clauses of size 4733
Number of clauses of size 5172
Number of clauses of size over 5931

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/314766-1172641887/instance-314766-1172641887.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/node59/watcher-314766-1172641887 -o ROOT/results/node59/solver-314766-1172641887 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/314766-1172641887/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/314766-1172641887/instance-314766-1172641887.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.92 0.97 0.98 3/64 20807
/proc/meminfo: memFree=1596816/2055920 swapFree=4183680/4192956
[pid=20807] ppid=20805 vsize=1932 CPUtime=0
/proc/20807/stat : 20807 (Spear-32) R 20805 20807 19964 0 -1 4194304 262 0 0 0 0 0 0 0 18 0 1 0 284145378 1978368 247 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134518176 0 0 4096 0 0 0 0 17 1 0 0
/proc/20807/statm: 483 247 126 302 0 178 0

[startup+0.036381 s]
/proc/loadavg: 0.92 0.97 0.98 3/64 20807
/proc/meminfo: memFree=1596816/2055920 swapFree=4183680/4192956
[pid=20807] ppid=20805 vsize=2708 CPUtime=0.03
/proc/20807/stat : 20807 (Spear-32) R 20805 20807 19964 0 -1 4194304 525 0 0 0 3 0 0 0 18 0 1 0 284145378 2772992 484 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/20807/statm: 677 484 129 302 0 372 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 2708

[startup+0.101388 s]
/proc/loadavg: 0.92 0.97 0.98 3/64 20807
/proc/meminfo: memFree=1596816/2055920 swapFree=4183680/4192956
[pid=20807] ppid=20805 vsize=3640 CPUtime=0.09
/proc/20807/stat : 20807 (Spear-32) R 20805 20807 19964 0 -1 4194304 739 0 0 0 9 0 0 0 18 0 1 0 284145378 3727360 698 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/20807/statm: 910 698 140 302 0 605 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3640

[startup+0.301409 s]
/proc/loadavg: 0.92 0.97 0.98 3/64 20807
/proc/meminfo: memFree=1596816/2055920 swapFree=4183680/4192956
[pid=20807] ppid=20805 vsize=4572 CPUtime=0.29
/proc/20807/stat : 20807 (Spear-32) R 20805 20807 19964 0 -1 4194304 1003 0 0 0 29 0 0 0 19 0 1 0 284145378 4681728 962 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/20807/statm: 1143 962 145 302 0 838 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4572

[startup+0.701453 s]
/proc/loadavg: 0.92 0.97 0.98 3/64 20807
/proc/meminfo: memFree=1596816/2055920 swapFree=4183680/4192956
[pid=20807] ppid=20805 vsize=4960 CPUtime=0.69
/proc/20807/stat : 20807 (Spear-32) R 20805 20807 19964 0 -1 4194304 1082 0 0 0 68 1 0 0 22 0 1 0 284145378 5079040 1041 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/20807/statm: 1240 1041 145 302 0 935 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4960

[startup+1.50154 s]
/proc/loadavg: 0.92 0.97 0.98 2/65 20808
/proc/meminfo: memFree=1593032/2055920 swapFree=4183680/4192956
[pid=20807] ppid=20805 vsize=6248 CPUtime=1.49
/proc/20807/stat : 20807 (Spear-32) R 20805 20807 19964 0 -1 4194304 1402 0 0 0 148 1 0 0 25 0 1 0 284145378 6397952 1361 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/20807/statm: 1562 1361 145 302 0 1257 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 6248

[startup+3.10172 s]
/proc/loadavg: 0.93 0.97 0.98 2/65 20808
/proc/meminfo: memFree=1591432/2055920 swapFree=4183680/4192956
[pid=20807] ppid=20805 vsize=7272 CPUtime=3.09
/proc/20807/stat : 20807 (Spear-32) R 20805 20807 19964 0 -1 4194304 1655 0 0 0 307 2 0 0 25 0 1 0 284145378 7446528 1614 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/20807/statm: 1818 1614 145 302 0 1513 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 7272

[startup+6.30107 s]
/proc/loadavg: 0.93 0.97 0.98 2/65 20808
/proc/meminfo: memFree=1589384/2055920 swapFree=4183680/4192956
[pid=20807] ppid=20805 vsize=9144 CPUtime=6.29
/proc/20807/stat : 20807 (Spear-32) R 20805 20807 19964 0 -1 4194304 2128 0 0 0 625 4 0 0 25 0 1 0 284145378 9363456 2087 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/20807/statm: 2286 2087 145 302 0 1981 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 9144

[startup+12.7018 s]
/proc/loadavg: 0.94 0.97 0.98 2/65 20808
/proc/meminfo: memFree=1586248/2055920 swapFree=4183680/4192956
[pid=20807] ppid=20805 vsize=11960 CPUtime=12.69
/proc/20807/stat : 20807 (Spear-32) R 20805 20807 19964 0 -1 4194304 2843 0 0 0 1263 6 0 0 25 0 1 0 284145378 12247040 2802 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/20807/statm: 2990 2802 145 302 0 2685 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 11960

[startup+25.5012 s]
/proc/loadavg: 0.95 0.97 0.98 2/65 20808
/proc/meminfo: memFree=1581000/2055920 swapFree=4183680/4192956
[pid=20807] ppid=20805 vsize=17068 CPUtime=25.49
/proc/20807/stat : 20807 (Spear-32) R 20805 20807 19964 0 -1 4194304 4133 0 0 0 2540 9 0 0 25 0 1 0 284145378 17477632 4059 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/20807/statm: 4267 4059 145 302 0 3962 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 17068

[startup+51.102 s]
/proc/loadavg: 0.96 0.97 0.98 2/65 20808
/proc/meminfo: memFree=1572808/2055920 swapFree=4183680/4192956
[pid=20807] ppid=20805 vsize=25616 CPUtime=51.08
/proc/20807/stat : 20807 (Spear-32) R 20805 20807 19964 0 -1 4194304 6293 0 0 0 5093 15 0 0 25 0 1 0 284145378 26230784 6154 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/20807/statm: 6404 6154 145 302 0 6099 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 25616

[startup+102.306 s]
/proc/loadavg: 0.98 0.97 0.98 2/65 20808
/proc/meminfo: memFree=1560584/2055920 swapFree=4183680/4192956
[pid=20807] ppid=20805 vsize=37544 CPUtime=102.27
/proc/20807/stat : 20807 (Spear-32) R 20805 20807 19964 0 -1 4194304 9273 0 0 0 10203 24 0 0 25 0 1 0 284145378 38445056 9134 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/20807/statm: 9386 9134 145 302 0 9081 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 37544

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 20808
/proc/meminfo: memFree=1548808/2055920 swapFree=4183680/4192956
[pid=20807] ppid=20805 vsize=49836 CPUtime=162.24
/proc/20807/stat : 20807 (Spear-32) R 20805 20807 19964 0 -1 4194304 12362 0 0 0 16190 34 0 0 25 0 1 0 284145378 51032064 12094 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/20807/statm: 12459 12094 145 302 0 12154 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 49836

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 20808
/proc/meminfo: memFree=1537544/2055920 swapFree=4183680/4192956
[pid=20807] ppid=20805 vsize=61272 CPUtime=222.23
/proc/20807/stat : 20807 (Spear-32) R 20805 20807 19964 0 -1 4194304 15146 0 0 0 22177 46 0 0 25 0 1 0 284145378 62742528 14878 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/20807/statm: 15318 14878 145 302 0 15013 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 61272

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 20808
/proc/meminfo: memFree=1527048/2055920 swapFree=4183680/4192956
[pid=20807] ppid=20805 vsize=71696 CPUtime=282.21
/proc/20807/stat : 20807 (Spear-32) R 20805 20807 19964 0 -1 4194304 17774 0 0 0 28166 55 0 0 25 0 1 0 284145378 73416704 17506 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/20807/statm: 17924 17506 145 302 0 17619 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 71696

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 20808
/proc/meminfo: memFree=1519496/2055920 swapFree=4183680/4192956
[pid=20807] ppid=20805 vsize=79320 CPUtime=342.2
/proc/20807/stat : 20807 (Spear-32) R 20805 20807 19964 0 -1 4194304 19648 0 0 0 34157 63 0 0 25 0 1 0 284145378 81223680 19380 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/20807/statm: 19830 19380 145 302 0 19525 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 79320

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 20808
/proc/meminfo: memFree=1512456/2055920 swapFree=4183680/4192956
[pid=20807] ppid=20805 vsize=87368 CPUtime=402.19
/proc/20807/stat : 20807 (Spear-32) R 20805 20807 19964 0 -1 4194304 21669 0 0 0 40151 68 0 0 25 0 1 0 284145378 89464832 21144 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/20807/statm: 21842 21144 145 302 0 21537 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 87368

[startup+462.301 s]
/proc/loadavg: 1.05 0.99 0.98 2/65 20808
/proc/meminfo: memFree=1506248/2055920 swapFree=4183680/4192956
[pid=20807] ppid=20805 vsize=93704 CPUtime=462.17
/proc/20807/stat : 20807 (Spear-32) R 20805 20807 19964 0 -1 4194304 23213 0 0 0 46144 73 0 0 25 0 1 0 284145378 95952896 22688 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526876 0 0 4096 0 0 0 0 17 1 0 0
/proc/20807/statm: 23426 22688 145 302 0 23121 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 93704

[startup+522.302 s]
/proc/loadavg: 1.02 0.99 0.98 2/65 20808
/proc/meminfo: memFree=1500680/2055920 swapFree=4183680/4192956
[pid=20807] ppid=20805 vsize=99072 CPUtime=522.16
/proc/20807/stat : 20807 (Spear-32) R 20805 20807 19964 0 -1 4194304 24596 0 0 0 52137 79 0 0 25 0 1 0 284145378 101449728 24071 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/20807/statm: 24768 24071 145 302 0 24463 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 99072

[startup+582.302 s]
/proc/loadavg: 1.00 0.99 0.98 2/71 20874
/proc/meminfo: memFree=1493520/2055920 swapFree=4183680/4192956
[pid=20807] ppid=20805 vsize=104732 CPUtime=582.12
/proc/20807/stat : 20807 (Spear-32) R 20805 20807 19964 0 -1 4194304 26011 0 0 0 58127 85 0 0 25 0 1 0 284145378 107245568 25486 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/20807/statm: 26183 25486 145 302 0 25878 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 104732

[startup+642.301 s]
/proc/loadavg: 1.00 0.99 0.98 2/71 20958
/proc/meminfo: memFree=1488080/2055920 swapFree=4183680/4192956
[pid=20807] ppid=20805 vsize=110032 CPUtime=642.05
/proc/20807/stat : 20807 (Spear-32) R 20805 20807 19964 0 -1 4194304 27358 0 0 0 64113 92 0 0 25 0 1 0 284145378 112672768 26833 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526962 0 0 4096 0 0 0 0 17 1 0 0
/proc/20807/statm: 27508 26833 145 302 0 27203 0
Current children cumulated CPU time (s) 642.05
Current children cumulated vsize (KiB) 110032

[startup+702.302 s]
/proc/loadavg: 1.00 0.99 0.98 2/65 21006
/proc/meminfo: memFree=1482496/2055920 swapFree=4183680/4192956
[pid=20807] ppid=20805 vsize=116956 CPUtime=702
/proc/20807/stat : 20807 (Spear-32) R 20805 20807 19964 0 -1 4194304 29017 0 0 0 70103 97 0 0 25 0 1 0 284145378 119762944 28492 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/20807/statm: 29239 28492 145 302 0 28934 0
Current children cumulated CPU time (s) 702
Current children cumulated vsize (KiB) 116956

[startup+762.306 s]
/proc/loadavg: 1.00 0.99 0.98 2/65 21006
/proc/meminfo: memFree=1477504/2055920 swapFree=4183680/4192956
[pid=20807] ppid=20805 vsize=122032 CPUtime=761.99
/proc/20807/stat : 20807 (Spear-32) R 20805 20807 19964 0 -1 4194304 30267 0 0 0 76097 102 0 0 25 0 1 0 284145378 124960768 29742 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/20807/statm: 30508 29742 145 302 0 30203 0
Current children cumulated CPU time (s) 761.99
Current children cumulated vsize (KiB) 122032

[startup+822.301 s]
/proc/loadavg: 1.00 0.99 0.98 2/65 21006
/proc/meminfo: memFree=1472704/2055920 swapFree=4183680/4192956
[pid=20807] ppid=20805 vsize=126736 CPUtime=821.98
/proc/20807/stat : 20807 (Spear-32) R 20805 20807 19964 0 -1 4194304 31471 0 0 0 82090 108 0 0 25 0 1 0 284145378 129777664 30946 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/20807/statm: 31684 30946 145 302 0 31379 0
Current children cumulated CPU time (s) 821.98
Current children cumulated vsize (KiB) 126736

[startup+882.302 s]
/proc/loadavg: 1.00 0.99 0.98 2/65 21006
/proc/meminfo: memFree=1467712/2055920 swapFree=4183680/4192956
[pid=20807] ppid=20805 vsize=131620 CPUtime=881.95
/proc/20807/stat : 20807 (Spear-32) R 20805 20807 19964 0 -1 4194304 32705 0 0 0 88083 112 0 0 25 0 1 0 284145378 134778880 32180 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/20807/statm: 32905 32180 145 302 0 32600 0
Current children cumulated CPU time (s) 881.95
Current children cumulated vsize (KiB) 131620

[startup+942.301 s]
/proc/loadavg: 1.04 1.00 0.99 2/65 21006
/proc/meminfo: memFree=1462016/2055920 swapFree=4183680/4192956
[pid=20807] ppid=20805 vsize=137408 CPUtime=941.94
/proc/20807/stat : 20807 (Spear-32) R 20805 20807 19964 0 -1 4194304 34135 0 0 0 94077 117 0 0 25 0 1 0 284145378 140705792 33610 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526719 0 0 4096 0 0 0 0 17 1 0 0
/proc/20807/statm: 34352 33610 145 302 0 34047 0
Current children cumulated CPU time (s) 941.94
Current children cumulated vsize (KiB) 137408

[startup+1002.3 s]
/proc/loadavg: 1.05 1.01 0.99 2/65 21006
/proc/meminfo: memFree=1457224/2055920 swapFree=4183680/4192956
[pid=20807] ppid=20805 vsize=142032 CPUtime=1001.92
/proc/20807/stat : 20807 (Spear-32) R 20805 20807 19964 0 -1 4194304 35318 0 0 0 100070 122 0 0 25 0 1 0 284145378 145440768 34793 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/20807/statm: 35508 34793 145 302 0 35203 0
Current children cumulated CPU time (s) 1001.92
Current children cumulated vsize (KiB) 142032

[startup+1062.3 s]
/proc/loadavg: 1.06 1.02 1.00 2/65 21006
/proc/meminfo: memFree=1452424/2055920 swapFree=4183680/4192956
[pid=20807] ppid=20805 vsize=147160 CPUtime=1061.91
/proc/20807/stat : 20807 (Spear-32) R 20805 20807 19964 0 -1 4194304 36535 0 0 0 106064 127 0 0 25 0 1 0 284145378 150691840 36010 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526758 0 0 4096 0 0 0 0 17 1 0 0
/proc/20807/statm: 36790 36010 145 302 0 36485 0
Current children cumulated CPU time (s) 1061.91
Current children cumulated vsize (KiB) 147160

[startup+1122.3 s]
/proc/loadavg: 1.05 1.03 1.00 2/65 21006
/proc/meminfo: memFree=1447880/2055920 swapFree=4183680/4192956
[pid=20807] ppid=20805 vsize=151680 CPUtime=1121.89
/proc/20807/stat : 20807 (Spear-32) R 20805 20807 19964 0 -1 4194304 37664 0 0 0 112058 131 0 0 25 0 1 0 284145378 155320320 37139 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/20807/statm: 37920 37139 145 302 0 37615 0
Current children cumulated CPU time (s) 1121.89
Current children cumulated vsize (KiB) 151680

[startup+1182.3 s]
/proc/loadavg: 1.13 1.05 1.01 2/65 21006
/proc/meminfo: memFree=1443848/2055920 swapFree=4183680/4192956
[pid=20807] ppid=20805 vsize=155620 CPUtime=1181.87
/proc/20807/stat : 20807 (Spear-32) R 20805 20807 19964 0 -1 4194304 38686 0 0 0 118053 134 0 0 25 0 1 0 284145378 159354880 38161 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/20807/statm: 38905 38161 145 302 0 38600 0
Current children cumulated CPU time (s) 1181.87
Current children cumulated vsize (KiB) 155620



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.09 1.05 1.00 2/65 21006
/proc/meminfo: memFree=1442440/2055920 swapFree=4183680/4192956
[pid=20807] ppid=20805 vsize=156928 CPUtime=1200.08
/proc/20807/stat : 20807 (Spear-32) R 20805 20807 19964 0 -1 4194304 39013 0 0 0 119872 136 0 0 25 0 1 0 284145378 160694272 38488 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/20807/statm: 39232 38488 145 302 0 38927 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 156928

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: 1.09 1.05 1.00 2/65 21006
/proc/meminfo: memFree=1442440/2055920 swapFree=4183680/4192956
[pid=20807] ppid=20805 vsize=156928 CPUtime=1200.08
/proc/20807/stat : 20807 (Spear-32) R 20805 20807 19964 0 -1 4194304 39013 0 0 0 119872 136 0 0 25 0 1 0 284145378 160694272 38488 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/20807/statm: 39232 38488 145 302 0 38927 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 156928

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.53
CPU time (s): 1200.11
CPU user time (s): 1198.72
CPU system time (s): 1.39179
CPU usage (%): 99.9651
Max. virtual memory (cumulated for all children) (KiB): 156928

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

runsolver used 0.899863 second user time and 2.49762 second system time

The end

Launcher Data (download as text)

Begin job on node59 on Wed Feb 28 05:51:27 UTC 2007

IDJOB= 314766
IDBENCH= 20399
IDSOLVER= 131
FILE ID= node59/314766-1172641887

PBS_JOBID= 3981162

Free space on /tmp= 66519 MiB

SOLVER NAME= Spear FHS 1.0
BENCH NAME= HOME/pub/bench/SAT07/industrial/fuhs/hard/AProVE07-01.cnf
COMMAND LINE= /tmp/evaluation/314766-1172641887/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/314766-1172641887/instance-314766-1172641887.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node59/watcher-314766-1172641887 -o ROOT/results/node59/solver-314766-1172641887 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/314766-1172641887/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/314766-1172641887/instance-314766-1172641887.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  d2f77e32530988f77dca5112174eee00

RANDOM SEED= 185553578

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node59.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.225
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.225
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:       1597352 kB
Buffers:         28304 kB
Cached:         379632 kB
SwapCached:       3056 kB
Active:          23848 kB
Inactive:       393584 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1597352 kB
SwapTotal:     4192956 kB
SwapFree:      4183680 kB
Dirty:            1984 kB
Writeback:           0 kB
Mapped:          15376 kB
Slab:            27152 kB
Committed_AS:   591812 kB
PageTables:       1472 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= 66519 MiB

End job on node59 on Wed Feb 28 06:11:29 UTC 2007