Trace number 320325

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.0UNSAT 804.792 805.281

General information on the benchmark

Nameindustrial/manolios/
manol-pipe-c6nidw_i.cnf
MD5SUM15c4413e436aecbd4fcb1d7037e18abf
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark74.3737
Satisfiable
(Un)Satisfiability was proved
Number of variables95863
Number of clauses283363
Sum of the clauses size661179
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2188908
Number of clauses of size 394454
Number of clauses of size 40
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/320325-1173044253/instance-320325-1173044253.cnf
804.71/805.25	s UNSATISFIABLE
804.71/805.26	c runtime 804.88 [s]

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node30/watcher-320325-1173044253 -o ROOT/results/node30/solver-320325-1173044253 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/320325-1173044253/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/320325-1173044253/instance-320325-1173044253.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: 1.02 1.02 0.96 3/77 31989
/proc/meminfo: memFree=1525576/2055920 swapFree=4192812/4192956
[pid=31989] ppid=31987 vsize=1532 CPUtime=0
/proc/31989/stat : 31989 (Spear-32) R 31987 31989 31751 0 -1 4194304 212 0 0 0 0 0 0 0 18 0 1 0 30382503 1568768 196 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134513455 0 0 4096 0 0 0 0 17 0 0 0
/proc/31989/statm: 383 196 128 302 0 78 0

[startup+0.054404 s]
/proc/loadavg: 1.02 1.02 0.96 3/77 31989
/proc/meminfo: memFree=1525576/2055920 swapFree=4192812/4192956
[pid=31989] ppid=31987 vsize=4280 CPUtime=0.04
/proc/31989/stat : 31989 (Spear-32) R 31987 31989 31751 0 -1 4194304 862 0 0 0 4 0 0 0 18 0 1 0 30382503 4382720 740 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/31989/statm: 1070 740 129 302 0 765 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 4280

[startup+0.101407 s]
/proc/loadavg: 1.02 1.02 0.96 3/77 31989
/proc/meminfo: memFree=1525576/2055920 swapFree=4192812/4192956
[pid=31989] ppid=31987 vsize=5512 CPUtime=0.09
/proc/31989/stat : 31989 (Spear-32) R 31987 31989 31751 0 -1 4194304 1317 0 0 0 9 0 0 0 18 0 1 0 30382503 5644288 1162 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/31989/statm: 1378 1162 129 302 0 1073 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5512

[startup+0.301418 s]
/proc/loadavg: 1.02 1.02 0.96 3/77 31989
/proc/meminfo: memFree=1525576/2055920 swapFree=4192812/4192956
[pid=31989] ppid=31987 vsize=13632 CPUtime=0.29
/proc/31989/stat : 31989 (Spear-32) R 31987 31989 31751 0 -1 4194304 3784 0 0 0 26 3 0 0 19 0 1 0 30382503 13959168 2903 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/31989/statm: 3408 2904 129 302 0 3103 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 13632

[startup+0.701443 s]
/proc/loadavg: 1.02 1.02 0.96 3/77 31989
/proc/meminfo: memFree=1525576/2055920 swapFree=4192812/4192956
[pid=31989] ppid=31987 vsize=29112 CPUtime=0.69
/proc/31989/stat : 31989 (Spear-32) R 31987 31989 31751 0 -1 4194304 8547 0 0 0 61 8 0 0 23 0 1 0 30382503 29810688 6381 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 0 0 0
/proc/31989/statm: 7278 6381 129 302 0 6973 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 29112

[startup+1.50149 s]
/proc/loadavg: 1.02 1.02 0.96 2/78 31990
/proc/meminfo: memFree=1499968/2055920 swapFree=4192812/4192956
[pid=31989] ppid=31987 vsize=29880 CPUtime=1.49
/proc/31989/stat : 31989 (Spear-32) R 31987 31989 31751 0 -1 4194304 8809 0 0 0 140 9 0 0 25 0 1 0 30382503 30597120 6545 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/31989/statm: 7470 6545 140 302 0 7165 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 29880

[startup+3.10159 s]
/proc/loadavg: 1.02 1.02 0.96 2/78 31990
/proc/meminfo: memFree=1499648/2055920 swapFree=4192812/4192956
[pid=31989] ppid=31987 vsize=30008 CPUtime=3.09
/proc/31989/stat : 31989 (Spear-32) R 31987 31989 31751 0 -1 4194304 8852 0 0 0 298 11 0 0 25 0 1 0 30382503 30728192 6588 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/31989/statm: 7502 6588 140 302 0 7197 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 30008

[startup+6.30178 s]
/proc/loadavg: 1.02 1.02 0.96 2/78 31990
/proc/meminfo: memFree=1498240/2055920 swapFree=4192812/4192956
[pid=31989] ppid=31987 vsize=31800 CPUtime=6.29
/proc/31989/stat : 31989 (Spear-32) R 31987 31989 31751 0 -1 4194304 9291 0 0 0 615 14 0 0 25 0 1 0 30382503 32563200 7027 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/31989/statm: 7950 7027 140 302 0 7645 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 31800

[startup+12.7012 s]
/proc/loadavg: 1.02 1.02 0.96 2/78 31990
/proc/meminfo: memFree=1496000/2055920 swapFree=4192812/4192956
[pid=31989] ppid=31987 vsize=33720 CPUtime=12.69
/proc/31989/stat : 31989 (Spear-32) R 31987 31989 31751 0 -1 4194304 9768 0 0 0 1249 20 0 0 25 0 1 0 30382503 34529280 7504 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/31989/statm: 8430 7504 140 302 0 8125 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 33720

[startup+25.502 s]
/proc/loadavg: 1.01 1.01 0.96 2/78 31990
/proc/meminfo: memFree=1491904/2055920 swapFree=4192812/4192956
[pid=31989] ppid=31987 vsize=37928 CPUtime=25.49
/proc/31989/stat : 31989 (Spear-32) R 31987 31989 31751 0 -1 4194304 10861 0 0 0 2519 30 0 0 25 0 1 0 30382503 38838272 8564 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/31989/statm: 9482 8564 140 302 0 9177 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 37928

[startup+51.1015 s]
/proc/loadavg: 1.01 1.01 0.96 2/78 31990
/proc/meminfo: memFree=1484096/2055920 swapFree=4192812/4192956
[pid=31989] ppid=31987 vsize=46012 CPUtime=51.06
/proc/31989/stat : 31989 (Spear-32) R 31987 31989 31751 0 -1 4194304 12931 0 0 0 5061 45 0 0 25 0 1 0 30382503 47116288 10569 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 0 0 0
/proc/31989/statm: 11503 10569 140 302 0 11198 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 46012

[startup+102.306 s]
/proc/loadavg: 1.00 1.01 0.96 2/78 31990
/proc/meminfo: memFree=1471104/2055920 swapFree=4192812/4192956
[pid=31989] ppid=31987 vsize=59004 CPUtime=102.21
/proc/31989/stat : 31989 (Spear-32) R 31987 31989 31751 0 -1 4194304 16227 0 0 0 10149 72 0 0 25 0 1 0 30382503 60420096 13736 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526917 0 0 4096 0 0 0 0 17 0 0 0
/proc/31989/statm: 14751 13736 140 302 0 14446 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 59004

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 31990
/proc/meminfo: memFree=1454528/2055920 swapFree=4192812/4192956
[pid=31989] ppid=31987 vsize=75480 CPUtime=162.19
/proc/31989/stat : 31989 (Spear-32) R 31987 31989 31751 0 -1 4194304 20399 0 0 0 16114 105 0 0 25 0 1 0 30382503 77291520 17908 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134524767 0 0 4096 0 0 0 0 17 0 0 0
/proc/31989/statm: 18870 17908 140 302 0 18565 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 75480

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 31990
/proc/meminfo: memFree=1439360/2055920 swapFree=4192812/4192956
[pid=31989] ppid=31987 vsize=91508 CPUtime=222.14
/proc/31989/stat : 31989 (Spear-32) R 31987 31989 31751 0 -1 4194304 24431 0 0 0 22093 121 0 0 25 0 1 0 30382503 93704192 21683 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 0 0 0
/proc/31989/statm: 22877 21683 140 302 0 22572 0
Current children cumulated CPU time (s) 222.14
Current children cumulated vsize (KiB) 91508

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 31990
/proc/meminfo: memFree=1429376/2055920 swapFree=4192812/4192956
[pid=31989] ppid=31987 vsize=101800 CPUtime=282.09
/proc/31989/stat : 31989 (Spear-32) R 31987 31989 31751 0 -1 4194304 27008 0 0 0 28074 135 0 0 25 0 1 0 30382503 104243200 24260 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/31989/statm: 25450 24260 140 302 0 25145 0
Current children cumulated CPU time (s) 282.09
Current children cumulated vsize (KiB) 101800

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 31990
/proc/meminfo: memFree=1417920/2055920 swapFree=4192812/4192956
[pid=31989] ppid=31987 vsize=112852 CPUtime=342.07
/proc/31989/stat : 31989 (Spear-32) R 31987 31989 31751 0 -1 4194304 29782 0 0 0 34054 153 0 0 25 0 1 0 30382503 115560448 27034 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/31989/statm: 28213 27034 140 302 0 27908 0
Current children cumulated CPU time (s) 342.07
Current children cumulated vsize (KiB) 112852

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 31990
/proc/meminfo: memFree=1408448/2055920 swapFree=4192812/4192956
[pid=31989] ppid=31987 vsize=122432 CPUtime=402.02
/proc/31989/stat : 31989 (Spear-32) R 31987 31989 31751 0 -1 4194304 32152 0 0 0 40038 164 0 0 25 0 1 0 30382503 125370368 29404 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134539644 0 0 4096 0 0 0 0 17 0 0 0
/proc/31989/statm: 30608 29404 140 302 0 30303 0
Current children cumulated CPU time (s) 402.02
Current children cumulated vsize (KiB) 122432

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 31990
/proc/meminfo: memFree=1399680/2055920 swapFree=4192812/4192956
[pid=31989] ppid=31987 vsize=131264 CPUtime=461.99
/proc/31989/stat : 31989 (Spear-32) R 31987 31989 31751 0 -1 4194304 34352 0 0 0 46024 175 0 0 25 0 1 0 30382503 134414336 31604 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 0 0 0
/proc/31989/statm: 32816 31604 140 302 0 32511 0
Current children cumulated CPU time (s) 461.99
Current children cumulated vsize (KiB) 131264

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 31990
/proc/meminfo: memFree=1392192/2055920 swapFree=4192812/4192956
[pid=31989] ppid=31987 vsize=138924 CPUtime=521.96
/proc/31989/stat : 31989 (Spear-32) R 31987 31989 31751 0 -1 4194304 36202 0 0 0 52009 187 0 0 25 0 1 0 30382503 142258176 33454 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527089 0 0 4096 0 0 0 0 17 0 0 0
/proc/31989/statm: 34731 33454 140 302 0 34426 0
Current children cumulated CPU time (s) 521.96
Current children cumulated vsize (KiB) 138924

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 31990
/proc/meminfo: memFree=1391040/2055920 swapFree=4192812/4192956
[pid=31989] ppid=31987 vsize=139900 CPUtime=581.93
/proc/31989/stat : 31989 (Spear-32) R 31987 31989 31751 0 -1 4194304 36473 0 0 0 57989 204 0 0 25 0 1 0 30382503 143257600 33725 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526962 0 0 4096 0 0 0 0 17 0 0 0
/proc/31989/statm: 34975 33725 140 302 0 34670 0
Current children cumulated CPU time (s) 581.93
Current children cumulated vsize (KiB) 139900

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 31990
/proc/meminfo: memFree=1390976/2055920 swapFree=4192812/4192956
[pid=31989] ppid=31987 vsize=140032 CPUtime=641.91
/proc/31989/stat : 31989 (Spear-32) R 31987 31989 31751 0 -1 4194304 36497 0 0 0 63975 216 0 0 25 0 1 0 30382503 143392768 33749 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526926 0 0 4096 0 0 0 0 17 0 0 0
/proc/31989/statm: 35008 33749 140 302 0 34703 0
Current children cumulated CPU time (s) 641.91
Current children cumulated vsize (KiB) 140032

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 31990
/proc/meminfo: memFree=1390592/2055920 swapFree=4192812/4192956
[pid=31989] ppid=31987 vsize=140384 CPUtime=701.87
/proc/31989/stat : 31989 (Spear-32) R 31987 31989 31751 0 -1 4194304 36554 0 0 0 69956 231 0 0 25 0 1 0 30382503 143753216 33806 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/31989/statm: 35096 33806 140 302 0 34791 0
Current children cumulated CPU time (s) 701.87
Current children cumulated vsize (KiB) 140384

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 31990
/proc/meminfo: memFree=1390464/2055920 swapFree=4192812/4192956
[pid=31989] ppid=31987 vsize=140544 CPUtime=761.84
/proc/31989/stat : 31989 (Spear-32) R 31987 31989 31751 0 -1 4194304 36602 0 0 0 75943 241 0 0 25 0 1 0 30382503 143917056 33854 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526781 0 0 4096 0 0 0 0 17 0 0 0
/proc/31989/statm: 35136 33854 140 302 0 34831 0
Current children cumulated CPU time (s) 761.84
Current children cumulated vsize (KiB) 140544

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

[startup+767.901 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 31990
/proc/meminfo: memFree=1390464/2055920 swapFree=4192812/4192956
[pid=31989] ppid=31987 vsize=140704 CPUtime=767.42
/proc/31989/stat : 31989 (Spear-32) R 31987 31989 31751 0 -1 4194304 36626 0 0 0 76500 242 0 0 25 0 1 0 30382503 144080896 33878 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526888 0 0 4096 0 0 0 0 17 0 0 0
/proc/31989/statm: 35176 33878 140 302 0 34871 0
Current children cumulated CPU time (s) 767.42
Current children cumulated vsize (KiB) 140704

[startup+780.701 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 31990
/proc/meminfo: memFree=1390400/2055920 swapFree=4192812/4192956
[pid=31989] ppid=31987 vsize=140704 CPUtime=780.22
/proc/31989/stat : 31989 (Spear-32) R 31987 31989 31751 0 -1 4194304 36648 0 0 0 77778 244 0 0 25 0 1 0 30382503 144080896 33900 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 0 0 0
/proc/31989/statm: 35176 33900 140 302 0 34871 0
Current children cumulated CPU time (s) 780.22
Current children cumulated vsize (KiB) 140704

[startup+793.502 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 31990
/proc/meminfo: memFree=1390272/2055920 swapFree=4192812/4192956
[pid=31989] ppid=31987 vsize=140704 CPUtime=793.01
/proc/31989/stat : 31989 (Spear-32) R 31987 31989 31751 0 -1 4194304 36671 0 0 0 79056 245 0 0 25 0 1 0 30382503 144080896 33923 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 0 0 0
/proc/31989/statm: 35176 33923 140 302 0 34871 0
Current children cumulated CPU time (s) 793.01
Current children cumulated vsize (KiB) 140704

[startup+799.901 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 31990
/proc/meminfo: memFree=1390208/2055920 swapFree=4192812/4192956
[pid=31989] ppid=31987 vsize=140864 CPUtime=799.41
/proc/31989/stat : 31989 (Spear-32) R 31987 31989 31751 0 -1 4194304 36684 0 0 0 79695 246 0 0 25 0 1 0 30382503 144244736 33936 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/31989/statm: 35216 33936 140 302 0 34911 0
Current children cumulated CPU time (s) 799.41
Current children cumulated vsize (KiB) 140864

[startup+803.101 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 31990
/proc/meminfo: memFree=1390208/2055920 swapFree=4192812/4192956
[pid=31989] ppid=31987 vsize=140864 CPUtime=802.61
/proc/31989/stat : 31989 (Spear-32) R 31987 31989 31751 0 -1 4194304 36685 0 0 0 80015 246 0 0 25 0 1 0 30382503 144244736 33937 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135258342 0 0 4096 0 0 0 0 17 0 0 0
/proc/31989/statm: 35216 33937 140 302 0 34911 0
Current children cumulated CPU time (s) 802.61
Current children cumulated vsize (KiB) 140864

[startup+803.901 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 31990
/proc/meminfo: memFree=1390208/2055920 swapFree=4192812/4192956
[pid=31989] ppid=31987 vsize=140864 CPUtime=803.41
/proc/31989/stat : 31989 (Spear-32) R 31987 31989 31751 0 -1 4194304 36685 0 0 0 80095 246 0 0 25 0 1 0 30382503 144244736 33937 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134515245 0 0 4096 0 0 0 0 17 0 0 0
/proc/31989/statm: 35216 33937 140 302 0 34911 0
Current children cumulated CPU time (s) 803.41
Current children cumulated vsize (KiB) 140864

[startup+804.702 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 31990
/proc/meminfo: memFree=1390208/2055920 swapFree=4192812/4192956
[pid=31989] ppid=31987 vsize=140864 CPUtime=804.21
/proc/31989/stat : 31989 (Spear-32) R 31987 31989 31751 0 -1 4194304 36685 0 0 0 80175 246 0 0 25 0 1 0 30382503 144244736 33937 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134558753 0 0 4096 0 0 0 0 17 1 0 0
/proc/31989/statm: 35216 33937 140 302 0 34911 0
Current children cumulated CPU time (s) 804.21
Current children cumulated vsize (KiB) 140864

[startup+805.102 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 31990
/proc/meminfo: memFree=1390208/2055920 swapFree=4192812/4192956
[pid=31989] ppid=31987 vsize=140864 CPUtime=804.61
/proc/31989/stat : 31989 (Spear-32) R 31987 31989 31751 0 -1 4194304 36685 0 0 0 80215 246 0 0 25 0 1 0 30382503 144244736 33937 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/31989/statm: 35216 33937 140 302 0 34911 0
Current children cumulated CPU time (s) 804.61
Current children cumulated vsize (KiB) 140864

[startup+805.207 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 31990
/proc/meminfo: memFree=1390208/2055920 swapFree=4192812/4192956
[pid=31989] ppid=31987 vsize=140864 CPUtime=804.71
/proc/31989/stat : 31989 (Spear-32) R 31987 31989 31751 0 -1 4194304 36685 0 0 0 80225 246 0 0 25 0 1 0 30382503 144244736 33937 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/31989/statm: 35216 33937 140 302 0 34911 0
Current children cumulated CPU time (s) 804.71
Current children cumulated vsize (KiB) 140864

Child status: 20
Real time (s): 805.281
CPU time (s): 804.792
CPU user time (s): 802.306
CPU system time (s): 2.48562
CPU usage (%): 99.9392
Max. virtual memory (cumulated for all children) (KiB): 140864

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

runsolver used 0.762884 second user time and 2.17567 second system time

The end

Launcher Data (download as text)

Begin job on node30 on Sun Mar  4 21:37:34 UTC 2007

IDJOB= 320325
IDBENCH= 20500
IDSOLVER= 132
FILE ID= node30/320325-1173044253

PBS_JOBID= 4012506

Free space on /tmp= 66473 MiB

SOLVER NAME= Spear FH 1.0
BENCH NAME= HOME/pub/bench/SAT07/industrial/manolios/manol-pipe-c6nidw_i.cnf
COMMAND LINE= /tmp/evaluation/320325-1173044253/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/320325-1173044253/instance-320325-1173044253.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node30/watcher-320325-1173044253 -o ROOT/results/node30/solver-320325-1173044253 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/320325-1173044253/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/320325-1173044253/instance-320325-1173044253.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  15c4413e436aecbd4fcb1d7037e18abf

RANDOM SEED= 489883691

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node30.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.216
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.216
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:       1525984 kB
Buffers:         39276 kB
Cached:         382728 kB
SwapCached:        140 kB
Active:         240800 kB
Inactive:       235244 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1525984 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            6184 kB
Writeback:           0 kB
Mapped:          72800 kB
Slab:            39532 kB
Committed_AS:   183932 kB
PageTables:       1692 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= 66473 MiB

End job on node30 on Sun Mar  4 21:50:59 UTC 2007