Trace number 338635

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.07 1200.54

General information on the benchmark

Namecrafted/Difficult/contest05/sabharwal/
gt-ordering-sat-gt-040.sat05-1297.reshuffled-07.cnf
MD5SUMa12e117c336ca4cea22ec458f6b2361c
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark13.422
Satisfiable
(Un)Satisfiability was proved
Number of variables1560
Number of clauses60099
Sum of the clauses size180957
Maximum clause length39
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2780
Number of clauses of size 359279
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 540

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/338635-1173689501/instance-338635-1173689501.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/node10/watcher-338635-1173689501 -o ROOT/results/node10/solver-338635-1173689501 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/338635-1173689501/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/338635-1173689501/instance-338635-1173689501.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/77 11403
/proc/meminfo: memFree=1435312/2055920 swapFree=4168764/4192956
[pid=11403] ppid=11401 vsize=1708 CPUtime=0
/proc/11403/stat : 11403 (Spear-32) R 11401 11403 7192 0 -1 4194304 232 0 0 0 0 0 0 0 18 0 1 0 388905144 1748992 216 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11403/statm: 427 216 128 302 0 122 0

[startup+0.0190129 s]
/proc/loadavg: 0.92 0.97 0.98 3/77 11403
/proc/meminfo: memFree=1435312/2055920 swapFree=4168764/4192956
[pid=11403] ppid=11401 vsize=2000 CPUtime=0.01
/proc/11403/stat : 11403 (Spear-32) R 11401 11403 7192 0 -1 4194304 304 0 0 0 1 0 0 0 18 0 1 0 388905144 2048000 288 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11403/statm: 500 288 129 302 0 195 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2000

[startup+0.102025 s]
/proc/loadavg: 0.92 0.97 0.98 3/77 11403
/proc/meminfo: memFree=1435312/2055920 swapFree=4168764/4192956
[pid=11403] ppid=11401 vsize=3844 CPUtime=0.09
/proc/11403/stat : 11403 (Spear-32) R 11401 11403 7192 0 -1 4194304 797 0 0 0 9 0 0 0 18 0 1 0 388905144 3936256 748 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134534130 0 0 4096 0 0 0 0 17 1 0 0
/proc/11403/statm: 961 748 129 302 0 656 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3844

[startup+0.301052 s]
/proc/loadavg: 0.92 0.97 0.98 3/77 11403
/proc/meminfo: memFree=1435312/2055920 swapFree=4168764/4192956
[pid=11403] ppid=11401 vsize=5676 CPUtime=0.29
/proc/11403/stat : 11403 (Spear-32) R 11401 11403 7192 0 -1 4194304 1270 0 0 0 27 2 0 0 19 0 1 0 388905144 5812224 1221 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527157 0 0 4096 0 0 0 0 17 1 0 0
/proc/11403/statm: 1419 1221 140 302 0 1114 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5676

[startup+0.701105 s]
/proc/loadavg: 0.92 0.97 0.98 3/77 11403
/proc/meminfo: memFree=1435312/2055920 swapFree=4168764/4192956
[pid=11403] ppid=11401 vsize=6832 CPUtime=0.69
/proc/11403/stat : 11403 (Spear-32) R 11401 11403 7192 0 -1 4194304 1575 0 0 0 65 4 0 0 22 0 1 0 388905144 6995968 1526 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11403/statm: 1708 1526 140 302 0 1403 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6832

[startup+1.50121 s]
/proc/loadavg: 0.92 0.97 0.98 2/78 11404
/proc/meminfo: memFree=1428840/2055920 swapFree=4168764/4192956
[pid=11403] ppid=11401 vsize=8772 CPUtime=1.49
/proc/11403/stat : 11403 (Spear-32) R 11401 11403 7192 0 -1 4194304 2049 0 0 0 142 7 0 0 25 0 1 0 388905144 8982528 2000 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11403/statm: 2193 2000 140 302 0 1888 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8772

[startup+3.10143 s]
/proc/loadavg: 0.92 0.97 0.98 2/78 11404
/proc/meminfo: memFree=1426408/2055920 swapFree=4168764/4192956
[pid=11403] ppid=11401 vsize=11392 CPUtime=3.08
/proc/11403/stat : 11403 (Spear-32) R 11401 11403 7192 0 -1 4194304 2708 0 0 0 299 9 0 0 25 0 1 0 388905144 11665408 2626 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11403/statm: 2848 2626 140 302 0 2543 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 11392

[startup+6.30186 s]
/proc/loadavg: 0.93 0.97 0.98 2/78 11404
/proc/meminfo: memFree=1421736/2055920 swapFree=4168764/4192956
[pid=11403] ppid=11401 vsize=15872 CPUtime=6.29
/proc/11403/stat : 11403 (Spear-32) R 11401 11403 7192 0 -1 4194304 3808 0 0 0 615 14 0 0 25 0 1 0 388905144 16252928 3661 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11403/statm: 3968 3661 140 302 0 3663 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 15872

[startup+12.7017 s]
/proc/loadavg: 0.93 0.97 0.98 2/78 11404
/proc/meminfo: memFree=1415848/2055920 swapFree=4168764/4192956
[pid=11403] ppid=11401 vsize=21396 CPUtime=12.69
/proc/11403/stat : 11403 (Spear-32) R 11401 11403 7192 0 -1 4194304 5216 0 0 0 1250 19 0 0 25 0 1 0 388905144 21909504 5069 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11403/statm: 5349 5069 140 302 0 5044 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 21396

[startup+25.5025 s]
/proc/loadavg: 0.95 0.97 0.98 2/78 11404
/proc/meminfo: memFree=1408360/2055920 swapFree=4168764/4192956
[pid=11403] ppid=11401 vsize=28820 CPUtime=25.49
/proc/11403/stat : 11403 (Spear-32) R 11401 11403 7192 0 -1 4194304 7072 0 0 0 2522 27 0 0 25 0 1 0 388905144 29511680 6796 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11403/statm: 7205 6796 140 302 0 6900 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 28820

[startup+51.1029 s]
/proc/loadavg: 0.96 0.97 0.98 2/78 11404
/proc/meminfo: memFree=1397224/2055920 swapFree=4168764/4192956
[pid=11403] ppid=11401 vsize=40176 CPUtime=51.07
/proc/11403/stat : 11403 (Spear-32) R 11401 11403 7192 0 -1 4194304 9895 0 0 0 5068 39 0 0 25 0 1 0 388905144 41140224 9619 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11403/statm: 10044 9619 140 302 0 9739 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 40176

[startup+102.307 s]
/proc/loadavg: 0.98 0.97 0.98 2/78 11404
/proc/meminfo: memFree=1379304/2055920 swapFree=4168764/4192956
[pid=11403] ppid=11401 vsize=59140 CPUtime=102.26
/proc/11403/stat : 11403 (Spear-32) R 11401 11403 7192 0 -1 4194304 14569 0 0 0 10169 57 0 0 25 0 1 0 388905144 60559360 14036 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11403/statm: 14785 14036 140 302 0 14480 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 59140

[startup+162.303 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 11404
/proc/meminfo: memFree=1362600/2055920 swapFree=4168764/4192956
[pid=11403] ppid=11401 vsize=76028 CPUtime=162.25
/proc/11403/stat : 11403 (Spear-32) R 11401 11403 7192 0 -1 4194304 18742 0 0 0 16148 77 0 0 25 0 1 0 388905144 77852672 18209 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526831 0 0 4096 0 0 0 0 17 1 0 0
/proc/11403/statm: 19007 18209 140 302 0 18702 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 76028

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 11404
/proc/meminfo: memFree=1351976/2055920 swapFree=4168764/4192956
[pid=11403] ppid=11401 vsize=87000 CPUtime=222.22
/proc/11403/stat : 11403 (Spear-32) R 11401 11403 7192 0 -1 4194304 21380 0 0 0 22132 90 0 0 25 0 1 0 388905144 89088000 20847 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11403/statm: 21750 20847 140 302 0 21445 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 87000

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 11404
/proc/meminfo: memFree=1340712/2055920 swapFree=4168764/4192956
[pid=11403] ppid=11401 vsize=98212 CPUtime=282.2
/proc/11403/stat : 11403 (Spear-32) R 11401 11403 7192 0 -1 4194304 24186 0 0 0 28115 105 0 0 25 0 1 0 388905144 100569088 23653 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/11403/statm: 24553 23653 140 302 0 24248 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 98212

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 11404
/proc/meminfo: memFree=1331944/2055920 swapFree=4168764/4192956
[pid=11403] ppid=11401 vsize=108812 CPUtime=342.18
/proc/11403/stat : 11403 (Spear-32) R 11401 11403 7192 0 -1 4194304 26876 0 0 0 34103 115 0 0 25 0 1 0 388905144 111423488 25830 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/11403/statm: 27203 25830 140 302 0 26898 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 108812

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 11404
/proc/meminfo: memFree=1323688/2055920 swapFree=4168764/4192956
[pid=11403] ppid=11401 vsize=117264 CPUtime=402.17
/proc/11403/stat : 11403 (Spear-32) R 11401 11403 7192 0 -1 4194304 28938 0 0 0 40091 126 0 0 25 0 1 0 388905144 120078336 27892 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526873 0 0 4096 0 0 0 0 17 1 0 0
/proc/11403/statm: 29316 27892 140 302 0 29011 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 117264

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 11404
/proc/meminfo: memFree=1314344/2055920 swapFree=4168764/4192956
[pid=11403] ppid=11401 vsize=127052 CPUtime=462.15
/proc/11403/stat : 11403 (Spear-32) R 11401 11403 7192 0 -1 4194304 31259 0 0 0 46078 137 0 0 25 0 1 0 388905144 130101248 30213 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/11403/statm: 31763 30213 140 302 0 31458 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 127052

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 11404
/proc/meminfo: memFree=1304552/2055920 swapFree=4168764/4192956
[pid=11403] ppid=11401 vsize=137616 CPUtime=522.12
/proc/11403/stat : 11403 (Spear-32) R 11401 11403 7192 0 -1 4194304 33720 0 0 0 52064 148 0 0 25 0 1 0 388905144 140918784 32674 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/11403/statm: 34404 32674 140 302 0 34099 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 137616

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/84 11506
/proc/meminfo: memFree=1295224/2055920 swapFree=4168764/4192956
[pid=11403] ppid=11401 vsize=145424 CPUtime=582.07
/proc/11403/stat : 11403 (Spear-32) R 11401 11403 7192 0 -1 4194304 35717 0 0 0 58047 160 0 0 25 0 1 0 388905144 148914176 34671 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11403/statm: 36356 34671 140 302 0 36051 0
Current children cumulated CPU time (s) 582.07
Current children cumulated vsize (KiB) 145424

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/84 11582
/proc/meminfo: memFree=1284792/2055920 swapFree=4168764/4192956
[pid=11403] ppid=11401 vsize=156004 CPUtime=642
/proc/11403/stat : 11403 (Spear-32) R 11401 11403 7192 0 -1 4194304 38314 0 0 0 64029 171 0 0 25 0 1 0 388905144 159748096 37268 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11403/statm: 39001 37268 140 302 0 38696 0
Current children cumulated CPU time (s) 642
Current children cumulated vsize (KiB) 156004

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 11602
/proc/meminfo: memFree=1278824/2055920 swapFree=4168764/4192956
[pid=11403] ppid=11401 vsize=162904 CPUtime=701.97
/proc/11403/stat : 11403 (Spear-32) R 11401 11403 7192 0 -1 4194304 40087 0 0 0 70016 181 0 0 25 0 1 0 388905144 166813696 39041 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/11403/statm: 40726 39041 140 302 0 40421 0
Current children cumulated CPU time (s) 701.97
Current children cumulated vsize (KiB) 162904

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 11602
/proc/meminfo: memFree=1272744/2055920 swapFree=4168764/4192956
[pid=11403] ppid=11401 vsize=169996 CPUtime=761.96
/proc/11403/stat : 11403 (Spear-32) R 11401 11403 7192 0 -1 4194304 41593 0 0 0 76005 191 0 0 25 0 1 0 388905144 174075904 40547 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11403/statm: 42499 40547 140 302 0 42194 0
Current children cumulated CPU time (s) 761.96
Current children cumulated vsize (KiB) 169996

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 11602
/proc/meminfo: memFree=1265640/2055920 swapFree=4168764/4192956
[pid=11403] ppid=11401 vsize=177072 CPUtime=821.94
/proc/11403/stat : 11403 (Spear-32) R 11401 11403 7192 0 -1 4194304 43372 0 0 0 81994 200 0 0 25 0 1 0 388905144 181321728 42326 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/11403/statm: 44268 42326 140 302 0 43963 0
Current children cumulated CPU time (s) 821.94
Current children cumulated vsize (KiB) 177072

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 11602
/proc/meminfo: memFree=1259368/2055920 swapFree=4168764/4192956
[pid=11403] ppid=11401 vsize=183364 CPUtime=881.92
/proc/11403/stat : 11403 (Spear-32) R 11401 11403 7192 0 -1 4194304 44931 0 0 0 87984 208 0 0 25 0 1 0 388905144 187764736 43885 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/11403/statm: 45841 43885 140 302 0 45536 0
Current children cumulated CPU time (s) 881.92
Current children cumulated vsize (KiB) 183364

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 11602
/proc/meminfo: memFree=1252840/2055920 swapFree=4168764/4192956
[pid=11403] ppid=11401 vsize=190148 CPUtime=941.9
/proc/11403/stat : 11403 (Spear-32) R 11401 11403 7192 0 -1 4194304 46587 0 0 0 93972 218 0 0 25 0 1 0 388905144 194711552 45541 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526803 0 0 4096 0 0 0 0 17 1 0 0
/proc/11403/statm: 47537 45541 140 302 0 47232 0
Current children cumulated CPU time (s) 941.9
Current children cumulated vsize (KiB) 190148

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 11602
/proc/meminfo: memFree=1245160/2055920 swapFree=4168764/4192956
[pid=11403] ppid=11401 vsize=197484 CPUtime=1001.88
/proc/11403/stat : 11403 (Spear-32) R 11401 11403 7192 0 -1 4194304 48557 0 0 0 99961 227 0 0 25 0 1 0 388905144 202223616 47467 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/11403/statm: 49371 47467 140 302 0 49066 0
Current children cumulated CPU time (s) 1001.88
Current children cumulated vsize (KiB) 197484

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 11602
/proc/meminfo: memFree=1238504/2055920 swapFree=4168764/4192956
[pid=11403] ppid=11401 vsize=208508 CPUtime=1061.87
/proc/11403/stat : 11403 (Spear-32) R 11401 11403 7192 0 -1 4194304 51267 0 0 0 105950 237 0 0 25 0 1 0 388905144 213512192 49152 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11403/statm: 52127 49152 140 302 0 51822 0
Current children cumulated CPU time (s) 1061.87
Current children cumulated vsize (KiB) 208508

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 11602
/proc/meminfo: memFree=1232680/2055920 swapFree=4168764/4192956
[pid=11403] ppid=11401 vsize=214176 CPUtime=1121.85
/proc/11403/stat : 11403 (Spear-32) R 11401 11403 7192 0 -1 4194304 52692 0 0 0 111938 247 0 0 25 0 1 0 388905144 219316224 50577 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/11403/statm: 53544 50577 140 302 0 53239 0
Current children cumulated CPU time (s) 1121.85
Current children cumulated vsize (KiB) 214176

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 11602
/proc/meminfo: memFree=1226728/2055920 swapFree=4168764/4192956
[pid=11403] ppid=11401 vsize=219848 CPUtime=1181.83
/proc/11403/stat : 11403 (Spear-32) R 11401 11403 7192 0 -1 4194304 54185 0 0 0 117927 256 0 0 25 0 1 0 388905144 225124352 52070 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526936 0 0 4096 0 0 0 0 17 1 0 0
/proc/11403/statm: 54962 52070 140 302 0 54657 0
Current children cumulated CPU time (s) 1181.83
Current children cumulated vsize (KiB) 219848



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 11602
/proc/meminfo: memFree=1224872/2055920 swapFree=4168764/4192956
[pid=11403] ppid=11401 vsize=221608 CPUtime=1200.02
/proc/11403/stat : 11403 (Spear-32) R 11401 11403 7192 0 -1 4194304 54634 0 0 0 119744 258 0 0 25 0 1 0 388905144 226926592 52519 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526739 0 0 4096 0 0 0 0 17 1 0 0
/proc/11403/statm: 55402 52519 140 302 0 55097 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 221608

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.98 2/78 11602
/proc/meminfo: memFree=1224872/2055920 swapFree=4168764/4192956
[pid=11403] ppid=11401 vsize=221608 CPUtime=1200.02
/proc/11403/stat : 11403 (Spear-32) R 11401 11403 7192 0 -1 4194304 54634 0 0 0 119744 258 0 0 25 0 1 0 388905144 226926592 52519 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526739 0 0 4096 0 0 0 0 17 1 0 0
/proc/11403/statm: 55402 52519 140 302 0 55097 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 221608

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.54
CPU time (s): 1200.07
CPU user time (s): 1197.45
CPU system time (s): 2.6196
CPU usage (%): 99.9605
Max. virtual memory (cumulated for all children) (KiB): 221608

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

runsolver used 1.14783 second user time and 3.22851 second system time

The end

Launcher Data (download as text)

Begin job on node10 on Mon Mar 12 08:51:41 UTC 2007

IDJOB= 338635
IDBENCH= 24727
IDSOLVER= 131
FILE ID= node10/338635-1173689501

PBS_JOBID= 4101469

Free space on /tmp= 66427 MiB

SOLVER NAME= Spear FHS 1.0
BENCH NAME= HOME/pub/bench/SAT07/crafted/Difficult/contest05/sabharwal/gt-ordering-sat-gt-040.sat05-1297.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/338635-1173689501/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/338635-1173689501/instance-338635-1173689501.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node10/watcher-338635-1173689501 -o ROOT/results/node10/solver-338635-1173689501 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/338635-1173689501/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/338635-1173689501/instance-338635-1173689501.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  a12e117c336ca4cea22ec458f6b2361c

RANDOM SEED= 82963822

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.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:       1435656 kB
Buffers:         47492 kB
Cached:         478960 kB
SwapCached:       2520 kB
Active:         263304 kB
Inactive:       286160 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1435656 kB
SwapTotal:     4192956 kB
SwapFree:      4168764 kB
Dirty:            2524 kB
Writeback:           0 kB
Mapped:          30528 kB
Slab:            56188 kB
Committed_AS:  1754844 kB
PageTables:       1832 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= 66427 MiB

End job on node10 on Mon Mar 12 09:11:44 UTC 2007