Trace number 303549

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

General information on the benchmark

Namerandom/LargeSize/7SAT/v200/
unif-k7-r85-v200-c17000-S666382280-13.cnf
MD5SUMc43d54c2e9e3de5b9ca4424a3e9c633d
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 variables200
Number of clauses17000
Sum of the clauses size119000
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 517000

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/303549-1172038014/instance-303549-1172038014.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/node15/watcher-303549-1172038014 -o ROOT/results/node15/solver-303549-1172038014 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/303549-1172038014/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/303549-1172038014/instance-303549-1172038014.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.92 0.98 0.99 3/77 10477
/proc/meminfo: memFree=1470088/2055920 swapFree=4192812/4192956
[pid=10477] ppid=10475 vsize=1396 CPUtime=0
/proc/10477/stat : 10477 (Spear-32) R 10475 10477 8618 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 223755786 1429504 167 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134799782 0 0 4096 0 0 0 0 17 1 0 0
/proc/10477/statm: 349 167 129 302 0 44 0

[startup+0.107004 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 10477
/proc/meminfo: memFree=1470088/2055920 swapFree=4192812/4192956
[pid=10477] ppid=10475 vsize=2716 CPUtime=0.1
/proc/10477/stat : 10477 (Spear-32) R 10475 10477 8618 0 -1 4194304 513 0 0 0 10 0 0 0 18 0 1 0 223755786 2781184 497 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10477/statm: 679 497 140 302 0 374 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2716

[startup+0.515074 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 10477
/proc/meminfo: memFree=1470088/2055920 swapFree=4192812/4192956
[pid=10477] ppid=10475 vsize=3744 CPUtime=0.5
/proc/10477/stat : 10477 (Spear-32) R 10475 10477 8618 0 -1 4194304 769 0 0 0 50 0 0 0 21 0 1 0 223755786 3833856 753 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10477/statm: 936 753 140 302 0 631 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 3744

[startup+1.33522 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 10478
/proc/meminfo: memFree=1466304/2055920 swapFree=4192812/4192956
[pid=10477] ppid=10475 vsize=5412 CPUtime=1.33
/proc/10477/stat : 10477 (Spear-32) R 10475 10477 8618 0 -1 4194304 1172 0 0 0 132 1 0 0 25 0 1 0 223755786 5541888 1156 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10477/statm: 1353 1156 140 302 0 1048 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 5412

[startup+2.9715 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 10478
/proc/meminfo: memFree=1464384/2055920 swapFree=4192812/4192956
[pid=10477] ppid=10475 vsize=7852 CPUtime=2.96
/proc/10477/stat : 10477 (Spear-32) R 10475 10477 8618 0 -1 4194304 1779 0 0 0 294 2 0 0 25 0 1 0 223755786 8040448 1763 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10477/statm: 1963 1763 140 302 0 1658 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 7852

[startup+6.25106 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 10478
/proc/meminfo: memFree=1460416/2055920 swapFree=4192812/4192956
[pid=10477] ppid=10475 vsize=11360 CPUtime=6.24
/proc/10477/stat : 10477 (Spear-32) R 10475 10477 8618 0 -1 4194304 2645 0 0 0 619 5 0 0 25 0 1 0 223755786 11632640 2629 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10477/statm: 2840 2629 140 302 0 2535 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 11360

[startup+12.7052 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 10478
/proc/meminfo: memFree=1455112/2055920 swapFree=4192812/4192956
[pid=10477] ppid=10475 vsize=16268 CPUtime=12.69
/proc/10477/stat : 10477 (Spear-32) R 10475 10477 8618 0 -1 4194304 3893 0 0 0 1262 7 0 0 25 0 1 0 223755786 16658432 3844 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10477/statm: 4067 3844 140 302 0 3762 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 16268

[startup+25.5104 s]
/proc/loadavg: 0.95 0.98 0.99 2/78 10478
/proc/meminfo: memFree=1448072/2055920 swapFree=4192812/4192956
[pid=10477] ppid=10475 vsize=23732 CPUtime=25.49
/proc/10477/stat : 10477 (Spear-32) R 10475 10477 8618 0 -1 4194304 5770 0 0 0 2537 12 0 0 25 0 1 0 223755786 24301568 5656 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/10477/statm: 5933 5656 140 302 0 5628 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 23732

[startup+51.1238 s]
/proc/loadavg: 0.96 0.98 0.99 2/78 10478
/proc/meminfo: memFree=1437064/2055920 swapFree=4192812/4192956
[pid=10477] ppid=10475 vsize=34412 CPUtime=51.09
/proc/10477/stat : 10477 (Spear-32) R 10475 10477 8618 0 -1 4194304 8478 0 0 0 5090 19 0 0 25 0 1 0 223755786 35237888 8364 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10477/statm: 8603 8364 140 302 0 8298 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 34412

[startup+102.347 s]
/proc/loadavg: 0.98 0.98 0.99 2/78 10478
/proc/meminfo: memFree=1421320/2055920 swapFree=4192812/4192956
[pid=10477] ppid=10475 vsize=50608 CPUtime=102.3
/proc/10477/stat : 10477 (Spear-32) R 10475 10477 8618 0 -1 4194304 12534 0 0 0 10200 30 0 0 25 0 1 0 223755786 51822592 12291 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10477/statm: 12652 12291 140 302 0 12347 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 50608

[startup+162.387 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 10478
/proc/meminfo: memFree=1407304/2055920 swapFree=4192812/4192956
[pid=10477] ppid=10475 vsize=64568 CPUtime=162.31
/proc/10477/stat : 10477 (Spear-32) R 10475 10477 8618 0 -1 4194304 15970 0 0 0 16191 40 0 0 25 0 1 0 223755786 66117632 15727 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/10477/statm: 16142 15727 140 302 0 15837 0
Current children cumulated CPU time (s) 162.31
Current children cumulated vsize (KiB) 64568

[startup+222.415 s]
/proc/loadavg: 1.05 1.00 1.00 2/78 10478
/proc/meminfo: memFree=1396104/2055920 swapFree=4192812/4192956
[pid=10477] ppid=10475 vsize=75652 CPUtime=222.33
/proc/10477/stat : 10477 (Spear-32) R 10475 10477 8618 0 -1 4194304 18764 0 0 0 22182 51 0 0 25 0 1 0 223755786 77467648 18521 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10477/statm: 18913 18521 140 302 0 18608 0
Current children cumulated CPU time (s) 222.33
Current children cumulated vsize (KiB) 75652

[startup+282.45 s]
/proc/loadavg: 1.02 1.00 1.00 2/78 10478
/proc/meminfo: memFree=1386696/2055920 swapFree=4192812/4192956
[pid=10477] ppid=10475 vsize=86128 CPUtime=282.34
/proc/10477/stat : 10477 (Spear-32) R 10475 10477 8618 0 -1 4194304 21383 0 0 0 28176 58 0 0 25 0 1 0 223755786 88195072 20883 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/10477/statm: 21532 20883 140 302 0 21227 0
Current children cumulated CPU time (s) 282.34
Current children cumulated vsize (KiB) 86128

[startup+342.48 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 10478
/proc/meminfo: memFree=1377736/2055920 swapFree=4192812/4192956
[pid=10477] ppid=10475 vsize=95432 CPUtime=342.35
/proc/10477/stat : 10477 (Spear-32) R 10475 10477 8618 0 -1 4194304 23642 0 0 0 34169 66 0 0 25 0 1 0 223755786 97722368 23142 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/10477/statm: 23858 23142 140 302 0 23553 0
Current children cumulated CPU time (s) 342.35
Current children cumulated vsize (KiB) 95432

[startup+402.519 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 10478
/proc/meminfo: memFree=1369160/2055920 swapFree=4192812/4192956
[pid=10477] ppid=10475 vsize=103860 CPUtime=402.37
/proc/10477/stat : 10477 (Spear-32) R 10475 10477 8618 0 -1 4194304 25746 0 0 0 40165 72 0 0 25 0 1 0 223755786 106352640 25246 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10477/statm: 25965 25246 140 302 0 25660 0
Current children cumulated CPU time (s) 402.37
Current children cumulated vsize (KiB) 103860

[startup+462.559 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 10478
/proc/meminfo: memFree=1361736/2055920 swapFree=4192812/4192956
[pid=10477] ppid=10475 vsize=111560 CPUtime=462.39
/proc/10477/stat : 10477 (Spear-32) R 10475 10477 8618 0 -1 4194304 27642 0 0 0 46160 79 0 0 25 0 1 0 223755786 114237440 27142 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10477/statm: 27890 27142 140 302 0 27585 0
Current children cumulated CPU time (s) 462.39
Current children cumulated vsize (KiB) 111560

[startup+522.591 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 10478
/proc/meminfo: memFree=1354504/2055920 swapFree=4192812/4192956
[pid=10477] ppid=10475 vsize=118904 CPUtime=522.39
/proc/10477/stat : 10477 (Spear-32) R 10475 10477 8618 0 -1 4194304 29472 0 0 0 52155 84 0 0 25 0 1 0 223755786 121757696 28972 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/10477/statm: 29726 28972 140 302 0 29421 0
Current children cumulated CPU time (s) 522.39
Current children cumulated vsize (KiB) 118904

[startup+582.62 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 10478
/proc/meminfo: memFree=1347464/2055920 swapFree=4192812/4192956
[pid=10477] ppid=10475 vsize=125804 CPUtime=582.4
/proc/10477/stat : 10477 (Spear-32) R 10475 10477 8618 0 -1 4194304 31201 0 0 0 58149 91 0 0 25 0 1 0 223755786 128823296 30701 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/10477/statm: 31451 30701 140 302 0 31146 0
Current children cumulated CPU time (s) 582.4
Current children cumulated vsize (KiB) 125804

[startup+642.655 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 10478
/proc/meminfo: memFree=1340936/2055920 swapFree=4192812/4192956
[pid=10477] ppid=10475 vsize=132372 CPUtime=642.42
/proc/10477/stat : 10477 (Spear-32) R 10475 10477 8618 0 -1 4194304 32826 0 0 0 64145 97 0 0 25 0 1 0 223755786 135548928 32326 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10477/statm: 33093 32326 140 302 0 32788 0
Current children cumulated CPU time (s) 642.42
Current children cumulated vsize (KiB) 132372

[startup+702.688 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 10478
/proc/meminfo: memFree=1334408/2055920 swapFree=4192812/4192956
[pid=10477] ppid=10475 vsize=139112 CPUtime=702.43
/proc/10477/stat : 10477 (Spear-32) R 10475 10477 8618 0 -1 4194304 34464 0 0 0 70140 103 0 0 25 0 1 0 223755786 142450688 33964 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10477/statm: 34778 33964 140 302 0 34473 0
Current children cumulated CPU time (s) 702.43
Current children cumulated vsize (KiB) 139112

[startup+762.723 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 10478
/proc/meminfo: memFree=1328456/2055920 swapFree=4192812/4192956
[pid=10477] ppid=10475 vsize=145116 CPUtime=762.44
/proc/10477/stat : 10477 (Spear-32) R 10475 10477 8618 0 -1 4194304 35946 0 0 0 76136 108 0 0 25 0 1 0 223755786 148598784 35446 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/10477/statm: 36279 35446 140 302 0 35974 0
Current children cumulated CPU time (s) 762.44
Current children cumulated vsize (KiB) 145116

[startup+822.76 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 10478
/proc/meminfo: memFree=1322760/2055920 swapFree=4192812/4192956
[pid=10477] ppid=10475 vsize=150920 CPUtime=822.46
/proc/10477/stat : 10477 (Spear-32) R 10475 10477 8618 0 -1 4194304 37356 0 0 0 82132 114 0 0 25 0 1 0 223755786 154542080 36856 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/10477/statm: 37730 36856 140 302 0 37425 0
Current children cumulated CPU time (s) 822.46
Current children cumulated vsize (KiB) 150920

[startup+882.791 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 10478
/proc/meminfo: memFree=1317320/2055920 swapFree=4192812/4192956
[pid=10477] ppid=10475 vsize=156272 CPUtime=882.47
/proc/10477/stat : 10477 (Spear-32) R 10475 10477 8618 0 -1 4194304 38713 0 0 0 88129 118 0 0 25 0 1 0 223755786 160022528 38213 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527154 0 0 4096 0 0 0 0 17 1 0 0
/proc/10477/statm: 39068 38213 140 302 0 38763 0
Current children cumulated CPU time (s) 882.47
Current children cumulated vsize (KiB) 156272

[startup+942.821 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 10478
/proc/meminfo: memFree=1312264/2055920 swapFree=4192812/4192956
[pid=10477] ppid=10475 vsize=163536 CPUtime=942.48
/proc/10477/stat : 10477 (Spear-32) R 10475 10477 8618 0 -1 4194304 40496 0 0 0 94124 124 0 0 25 0 1 0 223755786 167460864 39483 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/10477/statm: 40884 39483 140 302 0 40579 0
Current children cumulated CPU time (s) 942.48
Current children cumulated vsize (KiB) 163536

[startup+1002.85 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 10478
/proc/meminfo: memFree=1307336/2055920 swapFree=4192812/4192956
[pid=10477] ppid=10475 vsize=168356 CPUtime=1002.48
/proc/10477/stat : 10477 (Spear-32) R 10475 10477 8618 0 -1 4194304 41724 0 0 0 100119 129 0 0 25 0 1 0 223755786 172396544 40711 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/10477/statm: 42089 40711 140 302 0 41784 0
Current children cumulated CPU time (s) 1002.48
Current children cumulated vsize (KiB) 168356

[startup+1062.89 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 10478
/proc/meminfo: memFree=1302152/2055920 swapFree=4192812/4192956
[pid=10477] ppid=10475 vsize=173628 CPUtime=1062.5
/proc/10477/stat : 10477 (Spear-32) R 10475 10477 8618 0 -1 4194304 43008 0 0 0 106115 135 0 0 25 0 1 0 223755786 177795072 41995 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/10477/statm: 43407 41995 140 302 0 43102 0
Current children cumulated CPU time (s) 1062.5
Current children cumulated vsize (KiB) 173628

[startup+1122.92 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 10478
/proc/meminfo: memFree=1297352/2055920 swapFree=4192812/4192956
[pid=10477] ppid=10475 vsize=178436 CPUtime=1122.52
/proc/10477/stat : 10477 (Spear-32) R 10475 10477 8618 0 -1 4194304 44209 0 0 0 112112 140 0 0 25 0 1 0 223755786 182718464 43196 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526984 0 0 4096 0 0 0 0 17 1 0 0
/proc/10477/statm: 44609 43196 140 302 0 44304 0
Current children cumulated CPU time (s) 1122.52
Current children cumulated vsize (KiB) 178436

[startup+1182.96 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 10478
/proc/meminfo: memFree=1292552/2055920 swapFree=4192812/4192956
[pid=10477] ppid=10475 vsize=183188 CPUtime=1182.53
/proc/10477/stat : 10477 (Spear-32) R 10475 10477 8618 0 -1 4194304 45423 0 0 0 118108 145 0 0 25 0 1 0 223755786 187584512 44410 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/10477/statm: 45797 44410 140 302 0 45492 0
Current children cumulated CPU time (s) 1182.53
Current children cumulated vsize (KiB) 183188



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.48 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 10478
/proc/meminfo: memFree=1291080/2055920 swapFree=4192812/4192956
[pid=10477] ppid=10475 vsize=184468 CPUtime=1200.05
/proc/10477/stat : 10477 (Spear-32) R 10475 10477 8618 0 -1 4194304 45765 0 0 0 119859 146 0 0 25 0 1 0 223755786 188895232 44752 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/10477/statm: 46117 44752 140 302 0 45812 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 184468

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

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

[startup+1200.48 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 10478
/proc/meminfo: memFree=1291080/2055920 swapFree=4192812/4192956
[pid=10477] ppid=10475 vsize=184468 CPUtime=1200.05
/proc/10477/stat : 10477 (Spear-32) R 10475 10477 8618 0 -1 4194304 45765 0 0 0 119859 146 0 0 25 0 1 0 223755786 188895232 44752 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/10477/statm: 46117 44752 140 302 0 45812 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 184468

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.51
CPU time (s): 1200.09
CPU user time (s): 1198.6
CPU system time (s): 1.49177
CPU usage (%): 99.9649
Max. virtual memory (cumulated for all children) (KiB): 184468

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

runsolver used 1.2818 second user time and 2.98855 second system time

The end

Launcher Data (download as text)

Begin job on node15 on Wed Feb 21 06:06:54 UTC 2007

IDJOB= 303549
IDBENCH= 20110
IDSOLVER= 131
FILE ID= node15/303549-1172038014

PBS_JOBID= 3849179

Free space on /tmp= 66546 MiB

SOLVER NAME= Spear FHS 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/7SAT/v200/unif-k7-r85-v200-c17000-S666382280-13.cnf
COMMAND LINE= /tmp/evaluation/303549-1172038014/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/303549-1172038014/instance-303549-1172038014.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node15/watcher-303549-1172038014 -o ROOT/results/node15/solver-303549-1172038014 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/303549-1172038014/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/303549-1172038014/instance-303549-1172038014.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  c43d54c2e9e3de5b9ca4424a3e9c633d

RANDOM SEED= 141453145

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node15.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.276
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.276
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:       1470560 kB
Buffers:         43976 kB
Cached:         409516 kB
SwapCached:          0 kB
Active:         186528 kB
Inactive:       328052 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1470560 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2060 kB
Writeback:           0 kB
Mapped:          79952 kB
Slab:            56300 kB
Committed_AS:   869060 kB
PageTables:       1804 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= 66546 MiB

End job on node15 on Wed Feb 21 06:26:57 UTC 2007