Trace number 310028

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.05 1200.51

General information on the benchmark

Namerandom/2+p/p0.9/v1170/
unif2p-p0.9-v1170-c4235-S1629945861-01-UNKNOWN.cnf
MD5SUMa39f0c2b5a6e5deb5d2e29a2029bf07b
Bench CategoryRANDOM (random 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 variables1170
Number of clauses4234
Sum of the clauses size12279
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2423
Number of clauses of size 33811
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/310028-1172551985/instance-310028-1172551985.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/node24/watcher-310028-1172551985 -o ROOT/results/node24/solver-310028-1172551985 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/310028-1172551985/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/310028-1172551985/instance-310028-1172551985.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/77 24592
/proc/meminfo: memFree=1824216/2055920 swapFree=4139416/4192956
[pid=24592] ppid=24590 vsize=1548 CPUtime=0
/proc/24592/stat : 24592 (Spear-32) R 24590 24592 23134 0 -1 4194304 216 0 0 0 0 0 0 0 18 0 1 0 275152770 1585152 200 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24592/statm: 387 200 128 302 0 82 0

[startup+0.107014 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 24592
/proc/meminfo: memFree=1824216/2055920 swapFree=4139416/4192956
[pid=24592] ppid=24590 vsize=2072 CPUtime=0.1
/proc/24592/stat : 24592 (Spear-32) R 24590 24592 23134 0 -1 4194304 327 0 0 0 10 0 0 0 18 0 1 0 275152770 2121728 311 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24592/statm: 518 311 140 302 0 213 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2072

[startup+0.515058 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 24592
/proc/meminfo: memFree=1824216/2055920 swapFree=4139416/4192956
[pid=24592] ppid=24590 vsize=2864 CPUtime=0.51
/proc/24592/stat : 24592 (Spear-32) R 24590 24592 23134 0 -1 4194304 522 0 0 0 50 1 0 0 21 0 1 0 275152770 2932736 506 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24592/statm: 716 506 140 302 0 411 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 2864

[startup+1.33515 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 24593
/proc/meminfo: memFree=1821776/2055920 swapFree=4139416/4192956
[pid=24592] ppid=24590 vsize=4016 CPUtime=1.32
/proc/24592/stat : 24592 (Spear-32) R 24590 24592 23134 0 -1 4194304 807 0 0 0 130 2 0 0 25 0 1 0 275152770 4112384 791 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24592/statm: 1004 791 140 302 0 699 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 4016

[startup+2.97132 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 24593
/proc/meminfo: memFree=1820496/2055920 swapFree=4139416/4192956
[pid=24592] ppid=24590 vsize=5564 CPUtime=2.95
/proc/24592/stat : 24592 (Spear-32) R 24590 24592 23134 0 -1 4194304 1211 0 0 0 292 3 0 0 25 0 1 0 275152770 5697536 1195 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24592/statm: 1391 1195 140 302 0 1086 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 5564

[startup+6.25368 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 24593
/proc/meminfo: memFree=1817680/2055920 swapFree=4139416/4192956
[pid=24592] ppid=24590 vsize=8136 CPUtime=6.25
/proc/24592/stat : 24592 (Spear-32) R 24590 24592 23134 0 -1 4194304 1842 0 0 0 619 6 0 0 25 0 1 0 275152770 8331264 1793 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24592/statm: 2034 1793 140 302 0 1729 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 8136

[startup+12.7084 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 24593
/proc/meminfo: memFree=1814160/2055920 swapFree=4139416/4192956
[pid=24592] ppid=24590 vsize=11356 CPUtime=12.69
/proc/24592/stat : 24592 (Spear-32) R 24590 24592 23134 0 -1 4194304 2668 0 0 0 1261 8 0 0 25 0 1 0 275152770 11628544 2619 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/24592/statm: 2839 2619 140 302 0 2534 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 11356

[startup+25.5088 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 24593
/proc/meminfo: memFree=1809104/2055920 swapFree=4139416/4192956
[pid=24592] ppid=24590 vsize=16560 CPUtime=25.49
/proc/24592/stat : 24592 (Spear-32) R 24590 24592 23134 0 -1 4194304 4012 0 0 0 2536 13 0 0 25 0 1 0 275152770 16957440 3898 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24592/statm: 4140 3898 140 302 0 3835 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 16560

[startup+51.1186 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 24593
/proc/meminfo: memFree=1802064/2055920 swapFree=4139416/4192956
[pid=24592] ppid=24590 vsize=23444 CPUtime=51.1
/proc/24592/stat : 24592 (Spear-32) R 24590 24592 23134 0 -1 4194304 5741 0 0 0 5090 20 0 0 25 0 1 0 275152770 24006656 5627 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24592/statm: 5861 5627 140 302 0 5556 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 23444

[startup+102.331 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 24593
/proc/meminfo: memFree=1792080/2055920 swapFree=4139416/4192956
[pid=24592] ppid=24590 vsize=33884 CPUtime=102.29
/proc/24592/stat : 24592 (Spear-32) R 24590 24592 23134 0 -1 4194304 8374 0 0 0 10199 30 0 0 25 0 1 0 275152770 34697216 8131 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24592/statm: 8471 8131 140 302 0 8166 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 33884

[startup+162.362 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 24593
/proc/meminfo: memFree=1782544/2055920 swapFree=4139416/4192956
[pid=24592] ppid=24590 vsize=43240 CPUtime=162.3
/proc/24592/stat : 24592 (Spear-32) R 24590 24592 23134 0 -1 4194304 10699 0 0 0 16189 41 0 0 25 0 1 0 275152770 44277760 10456 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526896 0 0 4096 0 0 0 0 17 1 0 0
/proc/24592/statm: 10810 10456 140 302 0 10505 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 43240

[startup+222.387 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 24593
/proc/meminfo: memFree=1775184/2055920 swapFree=4139416/4192956
[pid=24592] ppid=24590 vsize=50572 CPUtime=222.32
/proc/24592/stat : 24592 (Spear-32) R 24590 24592 23134 0 -1 4194304 12533 0 0 0 22182 50 0 0 25 0 1 0 275152770 51785728 12290 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526886 0 0 4096 0 0 0 0 17 1 0 0
/proc/24592/statm: 12643 12290 140 302 0 12338 0
Current children cumulated CPU time (s) 222.32
Current children cumulated vsize (KiB) 50572

[startup+282.41 s]
/proc/loadavg: 1.07 1.02 1.00 2/78 24593
/proc/meminfo: memFree=1768976/2055920 swapFree=4139416/4192956
[pid=24592] ppid=24590 vsize=58008 CPUtime=282.32
/proc/24592/stat : 24592 (Spear-32) R 24590 24592 23134 0 -1 4194304 14340 0 0 0 28174 58 0 0 25 0 1 0 275152770 59400192 13840 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526962 0 0 4096 0 0 0 0 17 1 0 0
/proc/24592/statm: 14502 13840 140 302 0 14197 0
Current children cumulated CPU time (s) 282.32
Current children cumulated vsize (KiB) 58008

[startup+342.436 s]
/proc/loadavg: 1.02 1.01 1.00 2/78 24593
/proc/meminfo: memFree=1763472/2055920 swapFree=4139416/4192956
[pid=24592] ppid=24590 vsize=63664 CPUtime=342.33
/proc/24592/stat : 24592 (Spear-32) R 24590 24592 23134 0 -1 4194304 15713 0 0 0 34167 66 0 0 25 0 1 0 275152770 65191936 15213 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24592/statm: 15916 15213 140 302 0 15611 0
Current children cumulated CPU time (s) 342.33
Current children cumulated vsize (KiB) 63664

[startup+402.468 s]
/proc/loadavg: 1.01 1.00 1.00 2/78 24593
/proc/meminfo: memFree=1758480/2055920 swapFree=4139416/4192956
[pid=24592] ppid=24590 vsize=68612 CPUtime=402.35
/proc/24592/stat : 24592 (Spear-32) R 24590 24592 23134 0 -1 4194304 16934 0 0 0 40162 73 0 0 25 0 1 0 275152770 70258688 16434 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/24592/statm: 17153 16434 140 302 0 16848 0
Current children cumulated CPU time (s) 402.35
Current children cumulated vsize (KiB) 68612

[startup+462.495 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 24593
/proc/meminfo: memFree=1754000/2055920 swapFree=4139416/4192956
[pid=24592] ppid=24590 vsize=73060 CPUtime=462.35
/proc/24592/stat : 24592 (Spear-32) R 24590 24592 23134 0 -1 4194304 18042 0 0 0 46157 78 0 0 25 0 1 0 275152770 74813440 17542 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526713 0 0 4096 0 0 0 0 17 1 0 0
/proc/24592/statm: 18265 17542 140 302 0 17960 0
Current children cumulated CPU time (s) 462.35
Current children cumulated vsize (KiB) 73060

[startup+522.546 s]
/proc/loadavg: 1.00 1.00 1.00 2/84 24709
/proc/meminfo: memFree=1748624/2055920 swapFree=4139416/4192956
[pid=24592] ppid=24590 vsize=77212 CPUtime=522.33
/proc/24592/stat : 24592 (Spear-32) R 24590 24592 23134 0 -1 4194304 19072 0 0 0 52149 84 0 0 25 0 1 0 275152770 79065088 18572 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527012 0 0 4096 0 0 0 0 17 1 0 0
/proc/24592/statm: 19303 18572 140 302 0 18998 0
Current children cumulated CPU time (s) 522.33
Current children cumulated vsize (KiB) 77212

[startup+582.591 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 24791
/proc/meminfo: memFree=1745872/2055920 swapFree=4139416/4192956
[pid=24592] ppid=24590 vsize=80788 CPUtime=582.31
/proc/24592/stat : 24592 (Spear-32) R 24590 24592 23134 0 -1 4194304 20015 0 0 0 58141 90 0 0 25 0 1 0 275152770 82726912 19515 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526972 0 0 4096 0 0 0 0 17 1 0 0
/proc/24592/statm: 20197 19515 140 302 0 19892 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 80788

[startup+642.624 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 24791
/proc/meminfo: memFree=1742480/2055920 swapFree=4139416/4192956
[pid=24592] ppid=24590 vsize=84224 CPUtime=642.32
/proc/24592/stat : 24592 (Spear-32) R 24590 24592 23134 0 -1 4194304 20865 0 0 0 64138 94 0 0 25 0 1 0 275152770 86245376 20365 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/24592/statm: 21056 20365 140 302 0 20751 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 84224

[startup+702.649 s]
/proc/loadavg: 1.06 1.01 1.00 2/78 24791
/proc/meminfo: memFree=1738128/2055920 swapFree=4139416/4192956
[pid=24592] ppid=24590 vsize=88856 CPUtime=702.34
/proc/24592/stat : 24592 (Spear-32) R 24590 24592 23134 0 -1 4194304 21958 0 0 0 70133 101 0 0 25 0 1 0 275152770 90988544 21458 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24592/statm: 22214 21458 140 302 0 21909 0
Current children cumulated CPU time (s) 702.34
Current children cumulated vsize (KiB) 88856

[startup+762.672 s]
/proc/loadavg: 1.02 1.01 1.00 2/78 24791
/proc/meminfo: memFree=1734096/2055920 swapFree=4139416/4192956
[pid=24592] ppid=24590 vsize=92712 CPUtime=762.34
/proc/24592/stat : 24592 (Spear-32) R 24590 24592 23134 0 -1 4194304 22958 0 0 0 76127 107 0 0 25 0 1 0 275152770 94937088 22458 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24592/statm: 23178 22458 140 302 0 22873 0
Current children cumulated CPU time (s) 762.34
Current children cumulated vsize (KiB) 92712

[startup+822.706 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 24791
/proc/meminfo: memFree=1730384/2055920 swapFree=4139416/4192956
[pid=24592] ppid=24590 vsize=96192 CPUtime=822.35
/proc/24592/stat : 24592 (Spear-32) R 24590 24592 23134 0 -1 4194304 23876 0 0 0 82124 111 0 0 25 0 1 0 275152770 98500608 23376 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/24592/statm: 24048 23376 140 302 0 23743 0
Current children cumulated CPU time (s) 822.35
Current children cumulated vsize (KiB) 96192

[startup+882.732 s]
/proc/loadavg: 1.04 1.01 1.00 2/78 24791
/proc/meminfo: memFree=1726800/2055920 swapFree=4139416/4192956
[pid=24592] ppid=24590 vsize=101952 CPUtime=882.36
/proc/24592/stat : 24592 (Spear-32) R 24590 24592 23134 0 -1 4194304 25299 0 0 0 88119 117 0 0 25 0 1 0 275152770 104398848 24286 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24592/statm: 25488 24286 140 302 0 25183 0
Current children cumulated CPU time (s) 882.36
Current children cumulated vsize (KiB) 101952

[startup+942.756 s]
/proc/loadavg: 1.01 1.01 1.00 2/78 24791
/proc/meminfo: memFree=1723344/2055920 swapFree=4139416/4192956
[pid=24592] ppid=24590 vsize=105352 CPUtime=942.37
/proc/24592/stat : 24592 (Spear-32) R 24590 24592 23134 0 -1 4194304 26150 0 0 0 94115 122 0 0 25 0 1 0 275152770 107880448 25137 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/24592/statm: 26338 25137 140 302 0 26033 0
Current children cumulated CPU time (s) 942.37
Current children cumulated vsize (KiB) 105352

[startup+1002.78 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 24791
/proc/meminfo: memFree=1719888/2055920 swapFree=4139416/4192956
[pid=24592] ppid=24590 vsize=109008 CPUtime=1002.38
/proc/24592/stat : 24592 (Spear-32) R 24590 24592 23134 0 -1 4194304 27025 0 0 0 100111 127 0 0 25 0 1 0 275152770 111624192 26012 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/24592/statm: 27252 26012 140 302 0 26947 0
Current children cumulated CPU time (s) 1002.38
Current children cumulated vsize (KiB) 109008

[startup+1062.81 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 24791
/proc/meminfo: memFree=1716496/2055920 swapFree=4139416/4192956
[pid=24592] ppid=24590 vsize=112360 CPUtime=1062.39
/proc/24592/stat : 24592 (Spear-32) R 24590 24592 23134 0 -1 4194304 27846 0 0 0 106108 131 0 0 25 0 1 0 275152770 115056640 26833 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24592/statm: 28090 26833 140 302 0 27785 0
Current children cumulated CPU time (s) 1062.39
Current children cumulated vsize (KiB) 112360

[startup+1122.84 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 24791
/proc/meminfo: memFree=1713488/2055920 swapFree=4139416/4192956
[pid=24592] ppid=24590 vsize=115444 CPUtime=1122.4
/proc/24592/stat : 24592 (Spear-32) R 24590 24592 23134 0 -1 4194304 28619 0 0 0 112104 136 0 0 25 0 1 0 275152770 118214656 27606 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24592/statm: 28861 27606 140 302 0 28556 0
Current children cumulated CPU time (s) 1122.4
Current children cumulated vsize (KiB) 115444

[startup+1182.86 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 24791
/proc/meminfo: memFree=1710608/2055920 swapFree=4139416/4192956
[pid=24592] ppid=24590 vsize=118272 CPUtime=1182.4
/proc/24592/stat : 24592 (Spear-32) R 24590 24592 23134 0 -1 4194304 29344 0 0 0 118099 141 0 0 25 0 1 0 275152770 121110528 28331 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/24592/statm: 29568 28331 140 302 0 29263 0
Current children cumulated CPU time (s) 1182.4
Current children cumulated vsize (KiB) 118272



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.48 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 24791
/proc/meminfo: memFree=1709456/2055920 swapFree=4139416/4192956
[pid=24592] ppid=24590 vsize=119508 CPUtime=1200.02
/proc/24592/stat : 24592 (Spear-32) R 24590 24592 23134 0 -1 4194304 29619 0 0 0 119860 142 0 0 25 0 1 0 275152770 122376192 28606 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24592/statm: 29877 28606 140 302 0 29572 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 119508

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.51
CPU time (s): 1200.05
CPU user time (s): 1198.61
CPU system time (s): 1.44478
CPU usage (%): 99.9623
Max. virtual memory (cumulated for all children) (KiB): 119508

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

runsolver used 1.03784 second user time and 2.72358 second system time

The end

Launcher Data (download as text)

Begin job on node24 on Tue Feb 27 04:53:05 UTC 2007

IDJOB= 310028
IDBENCH= 20275
IDSOLVER= 132
FILE ID= node24/310028-1172551985

PBS_JOBID= 3971841

Free space on /tmp= 66560 MiB

SOLVER NAME= Spear FH 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/2+p/p0.9/v1170/unif2p-p0.9-v1170-c4235-S1629945861-01-UNKNOWN.cnf
COMMAND LINE= /tmp/evaluation/310028-1172551985/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/310028-1172551985/instance-310028-1172551985.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node24/watcher-310028-1172551985 -o ROOT/results/node24/solver-310028-1172551985 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/310028-1172551985/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/310028-1172551985/instance-310028-1172551985.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  a39f0c2b5a6e5deb5d2e29a2029bf07b

RANDOM SEED= 191205681

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node24.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:       1824624 kB
Buffers:         27236 kB
Cached:         150500 kB
SwapCached:       8788 kB
Active:          74436 kB
Inactive:       118228 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1824624 kB
SwapTotal:     4192956 kB
SwapFree:      4139416 kB
Dirty:            1612 kB
Writeback:           0 kB
Mapped:          15824 kB
Slab:            24208 kB
Committed_AS:   773904 kB
PageTables:       1732 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 node24 on Tue Feb 27 05:13:07 UTC 2007