Trace number 308592

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Spear FHS 1.0? (TO) 1200.11 1200.58

General information on the benchmark

Namerandom/2+p/p0.7/v5500/
unif2p-p0.7-v5500-c14685-S915337037-05-SAT.cnf
MD5SUMebde26cba69a0651179051fde4b21ccb
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.315951
Satisfiable
(Un)Satisfiability was proved
Number of variables5500
Number of clauses14684
Sum of the clauses size39647
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 24405
Number of clauses of size 310279
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/308592-1172522907/instance-308592-1172522907.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/node13/watcher-308592-1172522907 -o ROOT/results/node13/solver-308592-1172522907 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/308592-1172522907/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/308592-1172522907/instance-308592-1172522907.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: 0.97 0.98 0.99 3/77 19031
/proc/meminfo: memFree=1741568/2055920 swapFree=4192812/4192956
[pid=19031] ppid=19029 vsize=1932 CPUtime=0
/proc/19031/stat : 19031 (Spear-32) R 19029 19031 18178 0 -1 4194304 263 0 0 0 0 0 0 0 18 0 1 0 272245132 1978368 247 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134518236 0 0 4096 0 0 0 0 17 1 0 0
/proc/19031/statm: 483 247 126 302 0 178 0

[startup+0.106854 s]
/proc/loadavg: 0.97 0.98 0.99 3/77 19031
/proc/meminfo: memFree=1741568/2055920 swapFree=4192812/4192956
[pid=19031] ppid=19029 vsize=3568 CPUtime=0.1
/proc/19031/stat : 19031 (Spear-32) R 19029 19031 18178 0 -1 4194304 688 0 0 0 10 0 0 0 18 0 1 0 272245132 3653632 646 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 135257554 0 0 4096 0 0 0 0 17 1 0 0
/proc/19031/statm: 892 646 145 302 0 587 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 3568

[startup+0.51491 s]
/proc/loadavg: 0.97 0.98 0.99 3/77 19031
/proc/meminfo: memFree=1741568/2055920 swapFree=4192812/4192956
[pid=19031] ppid=19029 vsize=4220 CPUtime=0.5
/proc/19031/stat : 19031 (Spear-32) R 19029 19031 18178 0 -1 4194304 860 0 0 0 50 0 0 0 21 0 1 0 272245132 4321280 818 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19031/statm: 1055 818 145 302 0 750 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 4220

[startup+1.33502 s]
/proc/loadavg: 0.97 0.98 0.99 2/78 19032
/proc/meminfo: memFree=1738232/2055920 swapFree=4192812/4192956
[pid=19031] ppid=19029 vsize=4988 CPUtime=1.32
/proc/19031/stat : 19031 (Spear-32) R 19029 19031 18178 0 -1 4194304 1077 0 0 0 132 0 0 0 25 0 1 0 272245132 5107712 1035 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19031/statm: 1247 1035 145 302 0 942 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 4988

[startup+2.97124 s]
/proc/loadavg: 0.97 0.98 0.99 2/78 19032
/proc/meminfo: memFree=1737016/2055920 swapFree=4192812/4192956
[pid=19031] ppid=19029 vsize=6524 CPUtime=2.96
/proc/19031/stat : 19031 (Spear-32) R 19029 19031 18178 0 -1 4194304 1442 0 0 0 295 1 0 0 25 0 1 0 272245132 6680576 1400 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/19031/statm: 1631 1400 145 302 0 1326 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 6524

[startup+6.24768 s]
/proc/loadavg: 0.97 0.98 0.99 2/78 19032
/proc/meminfo: memFree=1734200/2055920 swapFree=4192812/4192956
[pid=19031] ppid=19029 vsize=9052 CPUtime=6.24
/proc/19031/stat : 19031 (Spear-32) R 19029 19031 18178 0 -1 4194304 2065 0 0 0 621 3 0 0 25 0 1 0 272245132 9269248 2023 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19031/statm: 2263 2023 145 302 0 1958 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 9052

[startup+12.7065 s]
/proc/loadavg: 0.98 0.98 0.99 2/78 19032
/proc/meminfo: memFree=1729984/2055920 swapFree=4192812/4192956
[pid=19031] ppid=19029 vsize=12996 CPUtime=12.69
/proc/19031/stat : 19031 (Spear-32) R 19029 19031 18178 0 -1 4194304 3065 0 0 0 1264 5 0 0 25 0 1 0 272245132 13307904 2990 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19031/statm: 3249 2990 145 302 0 2944 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 12996

[startup+25.5132 s]
/proc/loadavg: 0.98 0.98 0.99 2/78 19032
/proc/meminfo: memFree=1724160/2055920 swapFree=4192812/4192956
[pid=19031] ppid=19029 vsize=18956 CPUtime=25.49
/proc/19031/stat : 19031 (Spear-32) R 19029 19031 18178 0 -1 4194304 4571 0 0 0 2540 9 0 0 25 0 1 0 272245132 19410944 4496 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526962 0 0 4096 0 0 0 0 17 1 0 0
/proc/19031/statm: 4739 4496 145 302 0 4434 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 18956

[startup+51.1267 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 19032
/proc/meminfo: memFree=1715840/2055920 swapFree=4192812/4192956
[pid=19031] ppid=19029 vsize=27064 CPUtime=51.1
/proc/19031/stat : 19031 (Spear-32) R 19029 19031 18178 0 -1 4194304 6649 0 0 0 5092 18 0 0 25 0 1 0 272245132 27713536 6509 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526962 0 0 4096 0 0 0 0 17 1 0 0
/proc/19031/statm: 6766 6509 145 302 0 6461 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 27064

[startup+102.351 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 19032
/proc/meminfo: memFree=1702912/2055920 swapFree=4192812/4192956
[pid=19031] ppid=19029 vsize=40464 CPUtime=102.31
/proc/19031/stat : 19031 (Spear-32) R 19029 19031 18178 0 -1 4194304 10011 0 0 0 10200 31 0 0 25 0 1 0 272245132 41435136 9742 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/19031/statm: 10116 9742 145 302 0 9811 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 40464

[startup+162.389 s]
/proc/loadavg: 1.07 1.00 1.00 2/78 19032
/proc/meminfo: memFree=1691520/2055920 swapFree=4192812/4192956
[pid=19031] ppid=19029 vsize=51560 CPUtime=162.33
/proc/19031/stat : 19031 (Spear-32) R 19029 19031 18178 0 -1 4194304 12807 0 0 0 16191 42 0 0 25 0 1 0 272245132 52797440 12538 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/19031/statm: 12890 12538 145 302 0 12585 0
Current children cumulated CPU time (s) 162.33
Current children cumulated vsize (KiB) 51560

[startup+222.424 s]
/proc/loadavg: 1.03 1.00 1.00 2/78 19032
/proc/meminfo: memFree=1681664/2055920 swapFree=4192812/4192956
[pid=19031] ppid=19029 vsize=61420 CPUtime=222.34
/proc/19031/stat : 19031 (Spear-32) R 19029 19031 18178 0 -1 4194304 15275 0 0 0 22182 52 0 0 25 0 1 0 272245132 62894080 15006 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/19031/statm: 15355 15006 145 302 0 15050 0
Current children cumulated CPU time (s) 222.34
Current children cumulated vsize (KiB) 61420

[startup+282.46 s]
/proc/loadavg: 1.01 1.00 1.00 2/78 19032
/proc/meminfo: memFree=1673472/2055920 swapFree=4192812/4192956
[pid=19031] ppid=19029 vsize=70596 CPUtime=282.36
/proc/19031/stat : 19031 (Spear-32) R 19029 19031 18178 0 -1 4194304 17583 0 0 0 28174 62 0 0 25 0 1 0 272245132 72290304 17057 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527168 0 0 4096 0 0 0 0 17 1 0 0
/proc/19031/statm: 17649 17057 145 302 0 17344 0
Current children cumulated CPU time (s) 282.36
Current children cumulated vsize (KiB) 70596

[startup+342.495 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 19032
/proc/meminfo: memFree=1665664/2055920 swapFree=4192812/4192956
[pid=19031] ppid=19029 vsize=78488 CPUtime=342.37
/proc/19031/stat : 19031 (Spear-32) R 19029 19031 18178 0 -1 4194304 19543 0 0 0 34167 70 0 0 25 0 1 0 272245132 80371712 19017 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/19031/statm: 19622 19017 145 302 0 19317 0
Current children cumulated CPU time (s) 342.37
Current children cumulated vsize (KiB) 78488

[startup+402.535 s]
/proc/loadavg: 1.04 1.01 1.00 2/78 19032
/proc/meminfo: memFree=1658112/2055920 swapFree=4192812/4192956
[pid=19031] ppid=19029 vsize=85844 CPUtime=402.4
/proc/19031/stat : 19031 (Spear-32) R 19029 19031 18178 0 -1 4194304 21400 0 0 0 40162 78 0 0 25 0 1 0 272245132 87904256 20874 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19031/statm: 21461 20874 145 302 0 21156 0
Current children cumulated CPU time (s) 402.4
Current children cumulated vsize (KiB) 85844

[startup+462.57 s]
/proc/loadavg: 1.01 1.01 1.00 2/78 19032
/proc/meminfo: memFree=1651392/2055920 swapFree=4192812/4192956
[pid=19031] ppid=19029 vsize=92500 CPUtime=462.41
/proc/19031/stat : 19031 (Spear-32) R 19029 19031 18178 0 -1 4194304 23087 0 0 0 46155 86 0 0 25 0 1 0 272245132 94720000 22561 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526886 0 0 4096 0 0 0 0 17 1 0 0
/proc/19031/statm: 23125 22561 145 302 0 22820 0
Current children cumulated CPU time (s) 462.41
Current children cumulated vsize (KiB) 92500

[startup+522.601 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 19032
/proc/meminfo: memFree=1644224/2055920 swapFree=4192812/4192956
[pid=19031] ppid=19029 vsize=99704 CPUtime=522.43
/proc/19031/stat : 19031 (Spear-32) R 19029 19031 18178 0 -1 4194304 24882 0 0 0 52148 95 0 0 25 0 1 0 272245132 102096896 24356 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19031/statm: 24926 24356 145 302 0 24621 0
Current children cumulated CPU time (s) 522.43
Current children cumulated vsize (KiB) 99704

[startup+582.634 s]
/proc/loadavg: 1.04 1.01 1.00 2/78 19032
/proc/meminfo: memFree=1638080/2055920 swapFree=4192812/4192956
[pid=19031] ppid=19029 vsize=105832 CPUtime=582.45
/proc/19031/stat : 19031 (Spear-32) R 19029 19031 18178 0 -1 4194304 26398 0 0 0 58142 103 0 0 25 0 1 0 272245132 108371968 25872 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19031/statm: 26458 25872 145 302 0 26153 0
Current children cumulated CPU time (s) 582.45
Current children cumulated vsize (KiB) 105832

[startup+642.671 s]
/proc/loadavg: 1.01 1.01 1.00 2/78 19032
/proc/meminfo: memFree=1632000/2055920 swapFree=4192812/4192956
[pid=19031] ppid=19029 vsize=112128 CPUtime=642.46
/proc/19031/stat : 19031 (Spear-32) R 19029 19031 18178 0 -1 4194304 27923 0 0 0 64137 109 0 0 25 0 1 0 272245132 114819072 27397 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/19031/statm: 28032 27397 145 302 0 27727 0
Current children cumulated CPU time (s) 642.46
Current children cumulated vsize (KiB) 112128

[startup+702.705 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 19032
/proc/meminfo: memFree=1625920/2055920 swapFree=4192812/4192956
[pid=19031] ppid=19029 vsize=118004 CPUtime=702.47
/proc/19031/stat : 19031 (Spear-32) R 19029 19031 18178 0 -1 4194304 29448 0 0 0 70131 116 0 0 25 0 1 0 272245132 120836096 28922 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526871 0 0 4096 0 0 0 0 17 1 0 0
/proc/19031/statm: 29501 28922 145 302 0 29196 0
Current children cumulated CPU time (s) 702.47
Current children cumulated vsize (KiB) 118004

[startup+762.746 s]
/proc/loadavg: 1.00 1.00 1.00 2/84 19098
/proc/meminfo: memFree=1618440/2055920 swapFree=4192812/4192956
[pid=19031] ppid=19029 vsize=124304 CPUtime=762.47
/proc/19031/stat : 19031 (Spear-32) R 19029 19031 18178 0 -1 4194304 31015 0 0 0 76124 123 0 0 25 0 1 0 272245132 127287296 30489 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/19031/statm: 31076 30489 145 302 0 30771 0
Current children cumulated CPU time (s) 762.47
Current children cumulated vsize (KiB) 124304

[startup+822.811 s]
/proc/loadavg: 1.00 1.00 1.00 2/84 19190
/proc/meminfo: memFree=1612616/2055920 swapFree=4192812/4192956
[pid=19031] ppid=19029 vsize=130188 CPUtime=822.46
/proc/19031/stat : 19031 (Spear-32) R 19029 19031 18178 0 -1 4194304 32446 0 0 0 82116 130 0 0 25 0 1 0 272245132 133312512 31920 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526969 0 0 4096 0 0 0 0 17 1 0 0
/proc/19031/statm: 32547 31920 145 302 0 32242 0
Current children cumulated CPU time (s) 822.46
Current children cumulated vsize (KiB) 130188

[startup+882.854 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 19230
/proc/meminfo: memFree=1608320/2055920 swapFree=4192812/4192956
[pid=19031] ppid=19029 vsize=137652 CPUtime=882.47
/proc/19031/stat : 19031 (Spear-32) R 19029 19031 18178 0 -1 4194304 34320 0 0 0 88110 137 0 0 25 0 1 0 272245132 140955648 33281 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/19031/statm: 34413 33281 145 302 0 34108 0
Current children cumulated CPU time (s) 882.47
Current children cumulated vsize (KiB) 137652

[startup+942.887 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 19230
/proc/meminfo: memFree=1602880/2055920 swapFree=4192812/4192956
[pid=19031] ppid=19029 vsize=143088 CPUtime=942.48
/proc/19031/stat : 19031 (Spear-32) R 19029 19031 18178 0 -1 4194304 35691 0 0 0 94105 143 0 0 25 0 1 0 272245132 146522112 34652 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526984 0 0 4096 0 0 0 0 17 1 0 0
/proc/19031/statm: 35772 34652 145 302 0 35467 0
Current children cumulated CPU time (s) 942.48
Current children cumulated vsize (KiB) 143088

[startup+1002.92 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 19230
/proc/meminfo: memFree=1598016/2055920 swapFree=4192812/4192956
[pid=19031] ppid=19029 vsize=147984 CPUtime=1002.49
/proc/19031/stat : 19031 (Spear-32) R 19029 19031 18178 0 -1 4194304 36900 0 0 0 100102 147 0 0 25 0 1 0 272245132 151535616 35861 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527168 0 0 4096 0 0 0 0 17 1 0 0
/proc/19031/statm: 36996 35861 145 302 0 36691 0
Current children cumulated CPU time (s) 1002.49
Current children cumulated vsize (KiB) 147984

[startup+1062.96 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 19230
/proc/meminfo: memFree=1593344/2055920 swapFree=4192812/4192956
[pid=19031] ppid=19029 vsize=152572 CPUtime=1062.51
/proc/19031/stat : 19031 (Spear-32) R 19029 19031 18178 0 -1 4194304 38064 0 0 0 106098 153 0 0 25 0 1 0 272245132 156233728 37025 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/19031/statm: 38143 37025 145 302 0 37838 0
Current children cumulated CPU time (s) 1062.51
Current children cumulated vsize (KiB) 152572

[startup+1122.99 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 19230
/proc/meminfo: memFree=1588544/2055920 swapFree=4192812/4192956
[pid=19031] ppid=19029 vsize=157436 CPUtime=1122.54
/proc/19031/stat : 19031 (Spear-32) R 19029 19031 18178 0 -1 4194304 39259 0 0 0 112095 159 0 0 25 0 1 0 272245132 161214464 38220 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/19031/statm: 39359 38220 145 302 0 39054 0
Current children cumulated CPU time (s) 1122.54
Current children cumulated vsize (KiB) 157436

[startup+1183.03 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 19230
/proc/meminfo: memFree=1583552/2055920 swapFree=4192812/4192956
[pid=19031] ppid=19029 vsize=162300 CPUtime=1182.56
/proc/19031/stat : 19031 (Spear-32) R 19029 19031 18178 0 -1 4194304 40508 0 0 0 118091 165 0 0 25 0 1 0 272245132 166195200 39469 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527172 0 0 4096 0 0 0 0 17 1 0 0
/proc/19031/statm: 40575 39469 145 302 0 40270 0
Current children cumulated CPU time (s) 1182.56
Current children cumulated vsize (KiB) 162300



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.55 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 19230
/proc/meminfo: memFree=1582080/2055920 swapFree=4192812/4192956
[pid=19031] ppid=19029 vsize=163824 CPUtime=1200.07
/proc/19031/stat : 19031 (Spear-32) R 19029 19031 18178 0 -1 4194304 40876 0 0 0 119841 166 0 0 25 0 1 0 272245132 167755776 39837 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/19031/statm: 40956 39837 145 302 0 40651 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 163824

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

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

[startup+1200.55 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 19230
/proc/meminfo: memFree=1582080/2055920 swapFree=4192812/4192956
[pid=19031] ppid=19029 vsize=163824 CPUtime=1200.07
/proc/19031/stat : 19031 (Spear-32) R 19029 19031 18178 0 -1 4194304 40876 0 0 0 119841 166 0 0 25 0 1 0 272245132 167755776 39837 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/19031/statm: 40956 39837 145 302 0 40651 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 163824

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.58
CPU time (s): 1200.11
CPU user time (s): 1198.41
CPU system time (s): 1.69474
CPU usage (%): 99.9608
Max. virtual memory (cumulated for all children) (KiB): 163824

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

runsolver used 1.3308 second user time and 2.93855 second system time

The end

Launcher Data (download as text)

Begin job on node13 on Mon Feb 26 20:48:27 UTC 2007

IDJOB= 308592
IDBENCH= 20235
IDSOLVER= 131
FILE ID= node13/308592-1172522907

PBS_JOBID= 3971606

Free space on /tmp= 66554 MiB

SOLVER NAME= Spear FHS 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/2+p/p0.7/v5500/unif2p-p0.7-v5500-c14685-S915337037-05-SAT.cnf
COMMAND LINE= /tmp/evaluation/308592-1172522907/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/308592-1172522907/instance-308592-1172522907.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node13/watcher-308592-1172522907 -o ROOT/results/node13/solver-308592-1172522907 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/308592-1172522907/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/308592-1172522907/instance-308592-1172522907.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  ebde26cba69a0651179051fde4b21ccb

RANDOM SEED= 635480657

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node13.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.236
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.236
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:       1742040 kB
Buffers:         40456 kB
Cached:         156200 kB
SwapCached:          0 kB
Active:         210508 kB
Inactive:        40708 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1742040 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1868 kB
Writeback:           0 kB
Mapped:          73468 kB
Slab:            48256 kB
Committed_AS:  1054916 kB
PageTables:       1744 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= 66554 MiB

End job on node13 on Mon Feb 26 21:08:29 UTC 2007