Trace number 304698

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Spear FH 1.0? (TO) 1200.12 1200.52

General information on the benchmark

Namerandom/LargeSize/7SAT/v140/
unif-k7-r85-v140-c11900-S1048256369-15.cnf
MD5SUMab7337941d831b2d8e8e59768132b34d
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark33.7859
Satisfiable
(Un)Satisfiability was proved
Number of variables140
Number of clauses11900
Sum of the clauses size83300
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 511900

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/304698-1172064006/instance-304698-1172064006.cnf

Verifier Data (download as text)

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

Watcher Data (download as text)

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

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 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.00 1.00 1.00 3/64 10893
/proc/meminfo: memFree=1631112/2055920 swapFree=4183164/4192956
[pid=10893] ppid=10891 vsize=1396 CPUtime=0
/proc/10893/stat : 10893 (Spear-32) R 10891 10893 9867 0 -1 4194304 181 0 0 0 0 0 0 0 18 0 1 0 189201309 1429504 165 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/10893/statm: 349 165 128 302 0 44 0

[startup+0.106323 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 10893
/proc/meminfo: memFree=1631112/2055920 swapFree=4183164/4192956
[pid=10893] ppid=10891 vsize=2452 CPUtime=0.1
/proc/10893/stat : 10893 (Spear-32) R 10891 10893 9867 0 -1 4194304 437 0 0 0 10 0 0 0 18 0 1 0 189201309 2510848 421 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527177 0 0 4096 0 0 0 0 17 1 0 0
/proc/10893/statm: 613 421 140 302 0 308 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2452

[startup+0.514395 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 10893
/proc/meminfo: memFree=1631112/2055920 swapFree=4183164/4192956
[pid=10893] ppid=10891 vsize=3480 CPUtime=0.5
/proc/10893/stat : 10893 (Spear-32) R 10891 10893 9867 0 -1 4194304 689 0 0 0 50 0 0 0 21 0 1 0 189201309 3563520 673 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10893/statm: 870 673 140 302 0 565 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 3480

[startup+1.33454 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10894
/proc/meminfo: memFree=1627904/2055920 swapFree=4183164/4192956
[pid=10893] ppid=10891 vsize=4776 CPUtime=1.33
/proc/10893/stat : 10893 (Spear-32) R 10891 10893 9867 0 -1 4194304 1025 0 0 0 132 1 0 0 25 0 1 0 189201309 4890624 1009 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10893/statm: 1194 1009 140 302 0 889 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 4776

[startup+2.97084 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10894
/proc/meminfo: memFree=1626304/2055920 swapFree=4183164/4192956
[pid=10893] ppid=10891 vsize=6712 CPUtime=2.96
/proc/10893/stat : 10893 (Spear-32) R 10891 10893 9867 0 -1 4194304 1510 0 0 0 294 2 0 0 25 0 1 0 189201309 6873088 1494 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10893/statm: 1678 1494 140 302 0 1373 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 6712

[startup+6.25043 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10894
/proc/meminfo: memFree=1623104/2055920 swapFree=4183164/4192956
[pid=10893] ppid=10891 vsize=9672 CPUtime=6.24
/proc/10893/stat : 10893 (Spear-32) R 10891 10893 9867 0 -1 4194304 2238 0 0 0 620 4 0 0 25 0 1 0 189201309 9904128 2189 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10893/statm: 2418 2189 140 302 0 2113 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 9672

[startup+12.7036 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10894
/proc/meminfo: memFree=1618816/2055920 swapFree=4183164/4192956
[pid=10893] ppid=10891 vsize=13560 CPUtime=12.69
/proc/10893/stat : 10893 (Spear-32) R 10891 10893 9867 0 -1 4194304 3225 0 0 0 1262 7 0 0 25 0 1 0 189201309 13885440 3176 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10893/statm: 3390 3176 140 302 0 3085 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 13560

[startup+25.5069 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10894
/proc/meminfo: memFree=1613248/2055920 swapFree=4183164/4192956
[pid=10893] ppid=10891 vsize=19400 CPUtime=25.49
/proc/10893/stat : 10893 (Spear-32) R 10891 10893 9867 0 -1 4194304 4711 0 0 0 2539 10 0 0 25 0 1 0 189201309 19865600 4597 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10893/statm: 4850 4597 140 302 0 4545 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 19400

[startup+51.1145 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10894
/proc/meminfo: memFree=1604544/2055920 swapFree=4183164/4192956
[pid=10893] ppid=10891 vsize=28008 CPUtime=51.09
/proc/10893/stat : 10893 (Spear-32) R 10891 10893 9867 0 -1 4194304 6850 0 0 0 5092 17 0 0 25 0 1 0 189201309 28680192 6736 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10893/statm: 7002 6736 140 302 0 6697 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 28008

[startup+102.324 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10894
/proc/meminfo: memFree=1593216/2055920 swapFree=4183164/4192956
[pid=10893] ppid=10891 vsize=39820 CPUtime=102.28
/proc/10893/stat : 10893 (Spear-32) R 10891 10893 9867 0 -1 4194304 9810 0 0 0 10202 26 0 0 25 0 1 0 189201309 40775680 9567 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/10893/statm: 9955 9567 140 302 0 9650 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 39820

[startup+162.344 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10894
/proc/meminfo: memFree=1582912/2055920 swapFree=4183164/4192956
[pid=10893] ppid=10891 vsize=50232 CPUtime=162.28
/proc/10893/stat : 10893 (Spear-32) R 10891 10893 9867 0 -1 4194304 12344 0 0 0 16191 37 0 0 25 0 1 0 189201309 51437568 12101 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10893/statm: 12558 12101 140 302 0 12253 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 50232

[startup+222.361 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10894
/proc/meminfo: memFree=1574592/2055920 swapFree=4183164/4192956
[pid=10893] ppid=10891 vsize=58544 CPUtime=222.27
/proc/10893/stat : 10893 (Spear-32) R 10891 10893 9867 0 -1 4194304 14416 0 0 0 22182 45 0 0 25 0 1 0 189201309 59949056 14173 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/10893/statm: 14636 14173 140 302 0 14331 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 58544

[startup+282.377 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10894
/proc/meminfo: memFree=1567168/2055920 swapFree=4183164/4192956
[pid=10893] ppid=10891 vsize=67192 CPUtime=282.27
/proc/10893/stat : 10893 (Spear-32) R 10891 10893 9867 0 -1 4194304 16532 0 0 0 28174 53 0 0 25 0 1 0 189201309 68804608 16032 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/10893/statm: 16798 16032 140 302 0 16493 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 67192

[startup+342.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10894
/proc/meminfo: memFree=1559936/2055920 swapFree=4183164/4192956
[pid=10893] ppid=10891 vsize=74504 CPUtime=342.27
/proc/10893/stat : 10893 (Spear-32) R 10891 10893 9867 0 -1 4194304 18344 0 0 0 34165 62 0 0 25 0 1 0 189201309 76292096 17844 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/10893/statm: 18626 17844 140 302 0 18321 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 74504

[startup+402.422 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10894
/proc/meminfo: memFree=1553216/2055920 swapFree=4183164/4192956
[pid=10893] ppid=10891 vsize=81116 CPUtime=402.27
/proc/10893/stat : 10893 (Spear-32) R 10891 10893 9867 0 -1 4194304 19992 0 0 0 40159 68 0 0 25 0 1 0 189201309 83062784 19492 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10893/statm: 20279 19492 140 302 0 19974 0
Current children cumulated CPU time (s) 402.27
Current children cumulated vsize (KiB) 81116

[startup+462.437 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10894
/proc/meminfo: memFree=1547136/2055920 swapFree=4183164/4192956
[pid=10893] ppid=10891 vsize=87296 CPUtime=462.27
/proc/10893/stat : 10893 (Spear-32) R 10891 10893 9867 0 -1 4194304 21511 0 0 0 46153 74 0 0 25 0 1 0 189201309 89391104 21011 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/10893/statm: 21824 21011 140 302 0 21519 0
Current children cumulated CPU time (s) 462.27
Current children cumulated vsize (KiB) 87296

[startup+522.456 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10894
/proc/meminfo: memFree=1541504/2055920 swapFree=4183164/4192956
[pid=10893] ppid=10891 vsize=93044 CPUtime=522.27
/proc/10893/stat : 10893 (Spear-32) R 10891 10893 9867 0 -1 4194304 22923 0 0 0 52147 80 0 0 25 0 1 0 189201309 95277056 22423 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10893/statm: 23261 22423 140 302 0 22956 0
Current children cumulated CPU time (s) 522.27
Current children cumulated vsize (KiB) 93044

[startup+582.475 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10894
/proc/meminfo: memFree=1536256/2055920 swapFree=4183164/4192956
[pid=10893] ppid=10891 vsize=98260 CPUtime=582.28
/proc/10893/stat : 10893 (Spear-32) R 10891 10893 9867 0 -1 4194304 24214 0 0 0 58141 87 0 0 25 0 1 0 189201309 100618240 23714 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10893/statm: 24565 23714 140 302 0 24260 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 98260

[startup+642.498 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10894
/proc/meminfo: memFree=1530944/2055920 swapFree=4183164/4192956
[pid=10893] ppid=10891 vsize=103652 CPUtime=642.27
/proc/10893/stat : 10893 (Spear-32) R 10891 10893 9867 0 -1 4194304 25543 0 0 0 64136 91 0 0 25 0 1 0 189201309 106139648 25043 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526858 0 0 4096 0 0 0 0 17 1 0 0
/proc/10893/statm: 25913 25043 140 302 0 25608 0
Current children cumulated CPU time (s) 642.27
Current children cumulated vsize (KiB) 103652

[startup+702.516 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10894
/proc/meminfo: memFree=1526080/2055920 swapFree=4183164/4192956
[pid=10893] ppid=10891 vsize=108512 CPUtime=702.28
/proc/10893/stat : 10893 (Spear-32) R 10891 10893 9867 0 -1 4194304 26754 0 0 0 70132 96 0 0 25 0 1 0 189201309 111116288 26254 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/10893/statm: 27128 26254 140 302 0 26823 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 108512

[startup+762.533 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10894
/proc/meminfo: memFree=1521600/2055920 swapFree=4183164/4192956
[pid=10893] ppid=10891 vsize=112960 CPUtime=762.27
/proc/10893/stat : 10893 (Spear-32) R 10891 10893 9867 0 -1 4194304 27868 0 0 0 76128 99 0 0 25 0 1 0 189201309 115671040 27368 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/10893/statm: 28240 27368 140 302 0 27935 0
Current children cumulated CPU time (s) 762.27
Current children cumulated vsize (KiB) 112960

[startup+822.551 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10894
/proc/meminfo: memFree=1517184/2055920 swapFree=4183164/4192956
[pid=10893] ppid=10891 vsize=117168 CPUtime=822.26
/proc/10893/stat : 10893 (Spear-32) R 10891 10893 9867 0 -1 4194304 28961 0 0 0 82122 104 0 0 25 0 1 0 189201309 119980032 28461 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526742 0 0 4096 0 0 0 0 17 1 0 0
/proc/10893/statm: 29292 28461 140 302 0 28987 0
Current children cumulated CPU time (s) 822.26
Current children cumulated vsize (KiB) 117168

[startup+882.57 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10894
/proc/meminfo: memFree=1512896/2055920 swapFree=4183164/4192956
[pid=10893] ppid=10891 vsize=123668 CPUtime=882.27
/proc/10893/stat : 10893 (Spear-32) R 10891 10893 9867 0 -1 4194304 30546 0 0 0 88118 109 0 0 25 0 1 0 189201309 126636032 29533 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10893/statm: 30917 29533 140 302 0 30612 0
Current children cumulated CPU time (s) 882.27
Current children cumulated vsize (KiB) 123668

[startup+942.593 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10894
/proc/meminfo: memFree=1508928/2055920 swapFree=4183164/4192956
[pid=10893] ppid=10891 vsize=127740 CPUtime=942.27
/proc/10893/stat : 10893 (Spear-32) R 10891 10893 9867 0 -1 4194304 31533 0 0 0 94113 114 0 0 25 0 1 0 189201309 130805760 30520 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526984 0 0 4096 0 0 0 0 17 1 0 0
/proc/10893/statm: 31935 30520 140 302 0 31630 0
Current children cumulated CPU time (s) 942.27
Current children cumulated vsize (KiB) 127740

[startup+1002.61 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10894
/proc/meminfo: memFree=1505088/2055920 swapFree=4183164/4192956
[pid=10893] ppid=10891 vsize=131512 CPUtime=1002.27
/proc/10893/stat : 10893 (Spear-32) R 10891 10893 9867 0 -1 4194304 32486 0 0 0 100108 119 0 0 25 0 1 0 189201309 134668288 31473 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/10893/statm: 32878 31473 140 302 0 32573 0
Current children cumulated CPU time (s) 1002.27
Current children cumulated vsize (KiB) 131512

[startup+1062.63 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10894
/proc/meminfo: memFree=1501248/2055920 swapFree=4183164/4192956
[pid=10893] ppid=10891 vsize=135404 CPUtime=1062.26
/proc/10893/stat : 10893 (Spear-32) R 10891 10893 9867 0 -1 4194304 33430 0 0 0 106103 123 0 0 25 0 1 0 189201309 138653696 32417 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/10893/statm: 33851 32417 140 302 0 33546 0
Current children cumulated CPU time (s) 1062.26
Current children cumulated vsize (KiB) 135404

[startup+1122.65 s]
/proc/loadavg: 1.06 1.02 1.00 2/65 10894
/proc/meminfo: memFree=1497536/2055920 swapFree=4183164/4192956
[pid=10893] ppid=10891 vsize=139120 CPUtime=1122.27
/proc/10893/stat : 10893 (Spear-32) R 10891 10893 9867 0 -1 4194304 34360 0 0 0 112100 127 0 0 25 0 1 0 189201309 142458880 33347 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526787 0 0 4096 0 0 0 0 17 1 0 0
/proc/10893/statm: 34780 33347 140 302 0 34475 0
Current children cumulated CPU time (s) 1122.27
Current children cumulated vsize (KiB) 139120

[startup+1182.66 s]
/proc/loadavg: 1.02 1.01 1.00 2/65 10894
/proc/meminfo: memFree=1493888/2055920 swapFree=4183164/4192956
[pid=10893] ppid=10891 vsize=142840 CPUtime=1182.26
/proc/10893/stat : 10893 (Spear-32) R 10891 10893 9867 0 -1 4194304 35275 0 0 0 118095 131 0 0 25 0 1 0 189201309 146268160 34262 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10893/statm: 35710 34262 140 302 0 35405 0
Current children cumulated CPU time (s) 1182.26
Current children cumulated vsize (KiB) 142840



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.49 s]
/proc/loadavg: 1.01 1.01 1.00 2/65 10894
/proc/meminfo: memFree=1492800/2055920 swapFree=4183164/4192956
[pid=10893] ppid=10891 vsize=143864 CPUtime=1200.08
/proc/10893/stat : 10893 (Spear-32) R 10891 10893 9867 0 -1 4194304 35537 0 0 0 119876 132 0 0 25 0 1 0 189201309 147316736 34524 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/10893/statm: 35966 34524 140 302 0 35661 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 143864

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.52
CPU time (s): 1200.12
CPU user time (s): 1198.77
CPU system time (s): 1.3478
CPU usage (%): 99.9668
Max. virtual memory (cumulated for all children) (KiB): 143864

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

runsolver used 0.763883 second user time and 2.44663 second system time

The end

Launcher Data (download as text)

Begin job on node70 on Wed Feb 21 13:20:06 UTC 2007

IDJOB= 304698
IDBENCH= 20138
IDSOLVER= 132
FILE ID= node70/304698-1172064006

PBS_JOBID= 3892779

Free space on /tmp= 66560 MiB

SOLVER NAME= Spear FH 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/7SAT/v140/unif-k7-r85-v140-c11900-S1048256369-15.cnf
COMMAND LINE= /tmp/evaluation/304698-1172064006/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/304698-1172064006/instance-304698-1172064006.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node70/watcher-304698-1172064006 -o ROOT/results/node70/solver-304698-1172064006 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/304698-1172064006/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/304698-1172064006/instance-304698-1172064006.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  ab7337941d831b2d8e8e59768132b34d

RANDOM SEED= 673768801

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node70.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.261
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.261
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:       1631520 kB
Buffers:         35224 kB
Cached:         331364 kB
SwapCached:       4420 kB
Active:         265448 kB
Inactive:       111480 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1631520 kB
SwapTotal:     4192956 kB
SwapFree:      4183164 kB
Dirty:            1868 kB
Writeback:           0 kB
Mapped:          15548 kB
Slab:            33536 kB
Committed_AS:   295152 kB
PageTables:       1396 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= 66560 MiB

End job on node70 on Wed Feb 21 13:40:09 UTC 2007