Trace number 303550

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.5

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/303550-1172038040/instance-303550-1172038040.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/node10/watcher-303550-1172038040 -o ROOT/results/node10/solver-303550-1172038040 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/303550-1172038040/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/303550-1172038040/instance-303550-1172038040.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 15000
/proc/meminfo: memFree=1469552/2055920 swapFree=4192812/4192956
[pid=15000] ppid=14998 vsize=1396 CPUtime=0
/proc/15000/stat : 15000 (Spear-32) R 14998 15000 13925 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 223758994 1429504 167 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/15000/statm: 349 168 129 302 0 44 0

[startup+0.108012 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 15000
/proc/meminfo: memFree=1469552/2055920 swapFree=4192812/4192956
[pid=15000] ppid=14998 vsize=2844 CPUtime=0.1
/proc/15000/stat : 15000 (Spear-32) R 14998 15000 13925 0 -1 4194304 515 0 0 0 10 0 0 0 18 0 1 0 223758994 2912256 499 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15000/statm: 711 499 140 302 0 406 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2844

[startup+0.517067 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 15000
/proc/meminfo: memFree=1469552/2055920 swapFree=4192812/4192956
[pid=15000] ppid=14998 vsize=3872 CPUtime=0.5
/proc/15000/stat : 15000 (Spear-32) R 14998 15000 13925 0 -1 4194304 774 0 0 0 50 0 0 0 21 0 1 0 223758994 3964928 758 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15000/statm: 968 758 140 302 0 663 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 3872

[startup+1.34318 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 15001
/proc/meminfo: memFree=1465704/2055920 swapFree=4192812/4192956
[pid=15000] ppid=14998 vsize=5540 CPUtime=1.33
/proc/15000/stat : 15000 (Spear-32) R 14998 15000 13925 0 -1 4194304 1183 0 0 0 132 1 0 0 25 0 1 0 223758994 5672960 1167 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15000/statm: 1385 1167 140 302 0 1080 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 5540

[startup+2.9794 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 15001
/proc/meminfo: memFree=1463784/2055920 swapFree=4192812/4192956
[pid=15000] ppid=14998 vsize=7980 CPUtime=2.97
/proc/15000/stat : 15000 (Spear-32) R 14998 15000 13925 0 -1 4194304 1792 0 0 0 294 3 0 0 25 0 1 0 223758994 8171520 1776 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15000/statm: 1995 1776 140 302 0 1690 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 7980

[startup+6.25584 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 15001
/proc/meminfo: memFree=1459752/2055920 swapFree=4192812/4192956
[pid=15000] ppid=14998 vsize=11360 CPUtime=6.24
/proc/15000/stat : 15000 (Spear-32) R 14998 15000 13925 0 -1 4194304 2659 0 0 0 620 4 0 0 25 0 1 0 223758994 11632640 2643 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15000/statm: 2840 2643 140 302 0 2535 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 11360

[startup+12.7137 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 15001
/proc/meminfo: memFree=1454568/2055920 swapFree=4192812/4192956
[pid=15000] ppid=14998 vsize=16268 CPUtime=12.7
/proc/15000/stat : 15000 (Spear-32) R 14998 15000 13925 0 -1 4194304 3899 0 0 0 1264 6 0 0 25 0 1 0 223758994 16658432 3850 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15000/statm: 4067 3850 140 302 0 3762 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 16268

[startup+25.5144 s]
/proc/loadavg: 0.95 0.98 0.99 2/78 15001
/proc/meminfo: memFree=1447528/2055920 swapFree=4192812/4192956
[pid=15000] ppid=14998 vsize=23732 CPUtime=25.5
/proc/15000/stat : 15000 (Spear-32) R 14998 15000 13925 0 -1 4194304 5776 0 0 0 2540 10 0 0 25 0 1 0 223758994 24301568 5662 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15000/statm: 5933 5662 140 302 0 5628 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 23732

[startup+51.1339 s]
/proc/loadavg: 0.96 0.98 0.99 2/78 15001
/proc/meminfo: memFree=1436392/2055920 swapFree=4192812/4192956
[pid=15000] ppid=14998 vsize=34540 CPUtime=51.1
/proc/15000/stat : 15000 (Spear-32) R 14998 15000 13925 0 -1 4194304 8481 0 0 0 5093 17 0 0 25 0 1 0 223758994 35368960 8367 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15000/statm: 8635 8367 140 302 0 8330 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 34540

[startup+102.362 s]
/proc/loadavg: 0.98 0.98 0.99 2/78 15001
/proc/meminfo: memFree=1420712/2055920 swapFree=4192812/4192956
[pid=15000] ppid=14998 vsize=50608 CPUtime=102.31
/proc/15000/stat : 15000 (Spear-32) R 14998 15000 13925 0 -1 4194304 12537 0 0 0 10203 28 0 0 25 0 1 0 223758994 51822592 12294 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15000/statm: 12652 12294 140 302 0 12347 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 50608

[startup+162.405 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 15001
/proc/meminfo: memFree=1406696/2055920 swapFree=4192812/4192956
[pid=15000] ppid=14998 vsize=64568 CPUtime=162.34
/proc/15000/stat : 15000 (Spear-32) R 14998 15000 13925 0 -1 4194304 15973 0 0 0 16196 38 0 0 25 0 1 0 223758994 66117632 15730 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15000/statm: 16142 15730 140 302 0 15837 0
Current children cumulated CPU time (s) 162.34
Current children cumulated vsize (KiB) 64568

[startup+222.442 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 15001
/proc/meminfo: memFree=1395496/2055920 swapFree=4192812/4192956
[pid=15000] ppid=14998 vsize=75652 CPUtime=222.36
/proc/15000/stat : 15000 (Spear-32) R 14998 15000 13925 0 -1 4194304 18767 0 0 0 22189 47 0 0 25 0 1 0 223758994 77467648 18524 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15000/statm: 18913 18524 140 302 0 18608 0
Current children cumulated CPU time (s) 222.36
Current children cumulated vsize (KiB) 75652

[startup+282.478 s]
/proc/loadavg: 1.04 1.00 1.00 2/78 15001
/proc/meminfo: memFree=1386152/2055920 swapFree=4192812/4192956
[pid=15000] ppid=14998 vsize=86128 CPUtime=282.38
/proc/15000/stat : 15000 (Spear-32) R 14998 15000 13925 0 -1 4194304 21383 0 0 0 28183 55 0 0 25 0 1 0 223758994 88195072 20883 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527033 0 0 4096 0 0 0 0 17 1 0 0
/proc/15000/statm: 21532 20883 140 302 0 21227 0
Current children cumulated CPU time (s) 282.38
Current children cumulated vsize (KiB) 86128

[startup+342.514 s]
/proc/loadavg: 1.01 1.00 1.00 2/78 15001
/proc/meminfo: memFree=1377192/2055920 swapFree=4192812/4192956
[pid=15000] ppid=14998 vsize=95432 CPUtime=342.39
/proc/15000/stat : 15000 (Spear-32) R 14998 15000 13925 0 -1 4194304 23642 0 0 0 34178 61 0 0 25 0 1 0 223758994 97722368 23142 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15000/statm: 23858 23142 140 302 0 23553 0
Current children cumulated CPU time (s) 342.39
Current children cumulated vsize (KiB) 95432

[startup+402.553 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 15001
/proc/meminfo: memFree=1368616/2055920 swapFree=4192812/4192956
[pid=15000] ppid=14998 vsize=103860 CPUtime=402.41
/proc/15000/stat : 15000 (Spear-32) R 14998 15000 13925 0 -1 4194304 25746 0 0 0 40173 68 0 0 25 0 1 0 223758994 106352640 25246 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/15000/statm: 25965 25246 140 302 0 25660 0
Current children cumulated CPU time (s) 402.41
Current children cumulated vsize (KiB) 103860

[startup+462.596 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 15001
/proc/meminfo: memFree=1361128/2055920 swapFree=4192812/4192956
[pid=15000] ppid=14998 vsize=111380 CPUtime=462.44
/proc/15000/stat : 15000 (Spear-32) R 14998 15000 13925 0 -1 4194304 27633 0 0 0 46169 75 0 0 25 0 1 0 223758994 114053120 27133 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/15000/statm: 27845 27133 140 302 0 27540 0
Current children cumulated CPU time (s) 462.44
Current children cumulated vsize (KiB) 111380

[startup+522.635 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 15001
/proc/meminfo: memFree=1353832/2055920 swapFree=4192812/4192956
[pid=15000] ppid=14998 vsize=118904 CPUtime=522.46
/proc/15000/stat : 15000 (Spear-32) R 14998 15000 13925 0 -1 4194304 29470 0 0 0 52164 82 0 0 25 0 1 0 223758994 121757696 28970 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/15000/statm: 29726 28970 140 302 0 29421 0
Current children cumulated CPU time (s) 522.46
Current children cumulated vsize (KiB) 118904

[startup+582.674 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 15001
/proc/meminfo: memFree=1346856/2055920 swapFree=4192812/4192956
[pid=15000] ppid=14998 vsize=125804 CPUtime=582.49
/proc/15000/stat : 15000 (Spear-32) R 14998 15000 13925 0 -1 4194304 31198 0 0 0 58160 89 0 0 25 0 1 0 223758994 128823296 30698 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15000/statm: 31451 30698 140 302 0 31146 0
Current children cumulated CPU time (s) 582.49
Current children cumulated vsize (KiB) 125804

[startup+642.714 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 15001
/proc/meminfo: memFree=1340392/2055920 swapFree=4192812/4192956
[pid=15000] ppid=14998 vsize=132372 CPUtime=642.51
/proc/15000/stat : 15000 (Spear-32) R 14998 15000 13925 0 -1 4194304 32823 0 0 0 64155 96 0 0 25 0 1 0 223758994 135548928 32323 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526831 0 0 4096 0 0 0 0 17 1 0 0
/proc/15000/statm: 33093 32323 140 302 0 32788 0
Current children cumulated CPU time (s) 642.51
Current children cumulated vsize (KiB) 132372

[startup+702.749 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 15001
/proc/meminfo: memFree=1333800/2055920 swapFree=4192812/4192956
[pid=15000] ppid=14998 vsize=139112 CPUtime=702.52
/proc/15000/stat : 15000 (Spear-32) R 14998 15000 13925 0 -1 4194304 34462 0 0 0 70150 102 0 0 25 0 1 0 223758994 142450688 33962 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527172 0 0 4096 0 0 0 0 17 1 0 0
/proc/15000/statm: 34778 33962 140 302 0 34473 0
Current children cumulated CPU time (s) 702.52
Current children cumulated vsize (KiB) 139112

[startup+762.784 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 15001
/proc/meminfo: memFree=1327976/2055920 swapFree=4192812/4192956
[pid=15000] ppid=14998 vsize=145116 CPUtime=762.54
/proc/15000/stat : 15000 (Spear-32) R 14998 15000 13925 0 -1 4194304 35940 0 0 0 76147 107 0 0 25 0 1 0 223758994 148598784 35440 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/15000/statm: 36279 35440 140 302 0 35974 0
Current children cumulated CPU time (s) 762.54
Current children cumulated vsize (KiB) 145116

[startup+822.822 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 15001
/proc/meminfo: memFree=1322216/2055920 swapFree=4192812/4192956
[pid=15000] ppid=14998 vsize=150792 CPUtime=822.55
/proc/15000/stat : 15000 (Spear-32) R 14998 15000 13925 0 -1 4194304 37352 0 0 0 82144 111 0 0 25 0 1 0 223758994 154411008 36852 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15000/statm: 37698 36852 140 302 0 37393 0
Current children cumulated CPU time (s) 822.55
Current children cumulated vsize (KiB) 150792

[startup+882.858 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 15001
/proc/meminfo: memFree=1316776/2055920 swapFree=4192812/4192956
[pid=15000] ppid=14998 vsize=156272 CPUtime=882.57
/proc/15000/stat : 15000 (Spear-32) R 14998 15000 13925 0 -1 4194304 38709 0 0 0 88140 117 0 0 25 0 1 0 223758994 160022528 38209 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527019 0 0 4096 0 0 0 0 17 1 0 0
/proc/15000/statm: 39068 38209 140 302 0 38763 0
Current children cumulated CPU time (s) 882.57
Current children cumulated vsize (KiB) 156272

[startup+942.895 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 15001
/proc/meminfo: memFree=1311720/2055920 swapFree=4192812/4192956
[pid=15000] ppid=14998 vsize=163536 CPUtime=942.59
/proc/15000/stat : 15000 (Spear-32) R 14998 15000 13925 0 -1 4194304 40490 0 0 0 94137 122 0 0 25 0 1 0 223758994 167460864 39477 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/15000/statm: 40884 39477 140 302 0 40579 0
Current children cumulated CPU time (s) 942.59
Current children cumulated vsize (KiB) 163536

[startup+1002.93 s]
/proc/loadavg: 1.06 1.02 1.00 2/78 15001
/proc/meminfo: memFree=1306792/2055920 swapFree=4192812/4192956
[pid=15000] ppid=14998 vsize=168356 CPUtime=1002.61
/proc/15000/stat : 15000 (Spear-32) R 14998 15000 13925 0 -1 4194304 41718 0 0 0 100133 128 0 0 25 0 1 0 223758994 172396544 40705 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/15000/statm: 42089 40705 140 302 0 41784 0
Current children cumulated CPU time (s) 1002.61
Current children cumulated vsize (KiB) 168356

[startup+1062.97 s]
/proc/loadavg: 1.02 1.01 1.00 2/78 15001
/proc/meminfo: memFree=1301608/2055920 swapFree=4192812/4192956
[pid=15000] ppid=14998 vsize=173500 CPUtime=1062.63
/proc/15000/stat : 15000 (Spear-32) R 14998 15000 13925 0 -1 4194304 43003 0 0 0 106129 134 0 0 25 0 1 0 223758994 177664000 41990 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526917 0 0 4096 0 0 0 0 17 1 0 0
/proc/15000/statm: 43375 41990 140 302 0 43070 0
Current children cumulated CPU time (s) 1062.63
Current children cumulated vsize (KiB) 173500

[startup+1123.01 s]
/proc/loadavg: 1.07 1.02 1.00 2/78 15001
/proc/meminfo: memFree=1296808/2055920 swapFree=4192812/4192956
[pid=15000] ppid=14998 vsize=178308 CPUtime=1122.65
/proc/15000/stat : 15000 (Spear-32) R 14998 15000 13925 0 -1 4194304 44201 0 0 0 112126 139 0 0 25 0 1 0 223758994 182587392 43188 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/15000/statm: 44577 43188 140 302 0 44272 0
Current children cumulated CPU time (s) 1122.65
Current children cumulated vsize (KiB) 178308

[startup+1183.05 s]
/proc/loadavg: 1.02 1.01 1.00 2/78 15001
/proc/meminfo: memFree=1291944/2055920 swapFree=4192812/4192956
[pid=15000] ppid=14998 vsize=183188 CPUtime=1182.66
/proc/15000/stat : 15000 (Spear-32) R 14998 15000 13925 0 -1 4194304 45413 0 0 0 118121 145 0 0 25 0 1 0 223758994 187584512 44400 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/15000/statm: 45797 44400 140 302 0 45492 0
Current children cumulated CPU time (s) 1182.66
Current children cumulated vsize (KiB) 183188



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.47 s]
/proc/loadavg: 1.02 1.01 1.00 2/78 15001
/proc/meminfo: memFree=1290536/2055920 swapFree=4192812/4192956
[pid=15000] ppid=14998 vsize=184468 CPUtime=1200.08
/proc/15000/stat : 15000 (Spear-32) R 14998 15000 13925 0 -1 4194304 45754 0 0 0 119862 146 0 0 25 0 1 0 223758994 188895232 44741 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15000/statm: 46117 44741 140 302 0 45812 0
Current children cumulated CPU time (s) 1200.08
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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.5
CPU time (s): 1200.12
CPU user time (s): 1198.63
CPU system time (s): 1.49377
CPU usage (%): 99.9685
Max. virtual memory (cumulated for all children) (KiB): 184468

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

runsolver used 1.19582 second user time and 3.07753 second system time

The end

Launcher Data (download as text)

Begin job on node10 on Wed Feb 21 06:07:20 UTC 2007

IDJOB= 303550
IDBENCH= 20110
IDSOLVER= 132
FILE ID= node10/303550-1172038040

PBS_JOBID= 3849190

Free space on /tmp= 66546 MiB

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

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  c43d54c2e9e3de5b9ca4424a3e9c633d

RANDOM SEED= 579440197

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node10.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1469896 kB
Buffers:         54760 kB
Cached:         413828 kB
SwapCached:          0 kB
Active:         277576 kB
Inactive:       235300 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1469896 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2048 kB
Writeback:           0 kB
Mapped:          63192 kB
Slab:            58548 kB
Committed_AS:  1282440 kB
PageTables:       1832 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66546 MiB

End job on node10 on Wed Feb 21 06:27:22 UTC 2007