Trace number 293259

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

General information on the benchmark

Namerandom/OnTreshold/5SAT/v120/
unif-k5-r21.3-v120-c2556-S429936805-03.SAT.shuffled.cnf
MD5SUM710e114bd7c9ad2ada2dc0a847d1be61
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.028995
Satisfiable
(Un)Satisfiability was proved
Number of variables120
Number of clauses2556
Sum of the clauses size12780
Maximum clause length5
Minimum clause length5
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 52556
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/293259-1171767325/instance-293259-1171767325.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-293259-1171767325 -o ROOT/results/node15/solver-293259-1171767325 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/293259-1171767325/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/293259-1171767325/instance-293259-1171767325.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 9128
/proc/meminfo: memFree=1250624/2055920 swapFree=4192812/4192956
[pid=9128] ppid=9126 vsize=1396 CPUtime=0
/proc/9128/stat : 9128 (Spear-32) R 9126 9128 8192 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 196686896 1429504 167 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134801445 0 0 4096 0 0 0 0 17 1 0 0
/proc/9128/statm: 349 167 128 302 0 44 0

[startup+0.106593 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 9128
/proc/meminfo: memFree=1250624/2055920 swapFree=4192812/4192956
[pid=9128] ppid=9126 vsize=1916 CPUtime=0.09
/proc/9128/stat : 9128 (Spear-32) R 9126 9128 8192 0 -1 4194304 301 0 0 0 9 0 0 0 18 0 1 0 196686896 1961984 285 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9128/statm: 479 285 140 302 0 174 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1916

[startup+0.514661 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 9128
/proc/meminfo: memFree=1250624/2055920 swapFree=4192812/4192956
[pid=9128] ppid=9126 vsize=2872 CPUtime=0.51
/proc/9128/stat : 9128 (Spear-32) R 9126 9128 8192 0 -1 4194304 529 0 0 0 50 1 0 0 21 0 1 0 196686896 2940928 513 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9128/statm: 718 513 140 302 0 413 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 2872

[startup+1.3348 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 9129
/proc/meminfo: memFree=1248312/2055920 swapFree=4192812/4192956
[pid=9128] ppid=9126 vsize=3900 CPUtime=1.32
/proc/9128/stat : 9128 (Spear-32) R 9126 9128 8192 0 -1 4194304 809 0 0 0 130 2 0 0 25 0 1 0 196686896 3993600 793 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9128/statm: 975 793 140 302 0 670 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 3900

[startup+2.97108 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 9129
/proc/meminfo: memFree=1246968/2055920 swapFree=4192812/4192956
[pid=9128] ppid=9126 vsize=5356 CPUtime=2.96
/proc/9128/stat : 9128 (Spear-32) R 9126 9128 8192 0 -1 4194304 1161 0 0 0 293 3 0 0 25 0 1 0 196686896 5484544 1145 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9128/statm: 1339 1145 140 302 0 1034 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 5356

[startup+6.25169 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 9129
/proc/meminfo: memFree=1244920/2055920 swapFree=4192812/4192956
[pid=9128] ppid=9126 vsize=7316 CPUtime=6.24
/proc/9128/stat : 9128 (Spear-32) R 9126 9128 8192 0 -1 4194304 1649 0 0 0 619 5 0 0 25 0 1 0 196686896 7491584 1600 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9128/statm: 1829 1600 140 302 0 1524 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 7316

[startup+12.7068 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 9129
/proc/meminfo: memFree=1241984/2055920 swapFree=4192812/4192956
[pid=9128] ppid=9126 vsize=9940 CPUtime=12.7
/proc/9128/stat : 9128 (Spear-32) R 9126 9128 8192 0 -1 4194304 2309 0 0 0 1263 7 0 0 25 0 1 0 196686896 10178560 2260 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9128/statm: 2485 2260 140 302 0 2180 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 9940

[startup+25.511 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 9129
/proc/meminfo: memFree=1238464/2055920 swapFree=4192812/4192956
[pid=9128] ppid=9126 vsize=13848 CPUtime=25.49
/proc/9128/stat : 9128 (Spear-32) R 9126 9128 8192 0 -1 4194304 3279 0 0 0 2539 10 0 0 25 0 1 0 196686896 14180352 3165 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9128/statm: 3462 3165 140 302 0 3157 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 13848

[startup+51.1234 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 9129
/proc/meminfo: memFree=1232896/2055920 swapFree=4192812/4192956
[pid=9128] ppid=9126 vsize=19232 CPUtime=51.1
/proc/9128/stat : 9128 (Spear-32) R 9126 9128 8192 0 -1 4194304 4655 0 0 0 5093 17 0 0 25 0 1 0 196686896 19693568 4541 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9128/statm: 4808 4541 140 302 0 4503 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 19232

[startup+102.343 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 9129
/proc/meminfo: memFree=1225280/2055920 swapFree=4192812/4192956
[pid=9128] ppid=9126 vsize=27336 CPUtime=102.3
/proc/9128/stat : 9128 (Spear-32) R 9126 9128 8192 0 -1 4194304 6671 0 0 0 10205 25 0 0 25 0 1 0 196686896 27992064 6428 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526965 0 0 4096 0 0 0 0 17 1 0 0
/proc/9128/statm: 6834 6428 140 302 0 6529 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 27336

[startup+162.381 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 9129
/proc/meminfo: memFree=1218432/2055920 swapFree=4192812/4192956
[pid=9128] ppid=9126 vsize=34348 CPUtime=162.31
/proc/9128/stat : 9128 (Spear-32) R 9126 9128 8192 0 -1 4194304 8347 0 0 0 16197 34 0 0 25 0 1 0 196686896 35172352 8104 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/9128/statm: 8587 8104 140 302 0 8282 0
Current children cumulated CPU time (s) 162.31
Current children cumulated vsize (KiB) 34348

[startup+222.413 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 9129
/proc/meminfo: memFree=1213184/2055920 swapFree=4192812/4192956
[pid=9128] ppid=9126 vsize=39424 CPUtime=222.32
/proc/9128/stat : 9128 (Spear-32) R 9126 9128 8192 0 -1 4194304 9649 0 0 0 22190 42 0 0 25 0 1 0 196686896 40370176 9406 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/9128/statm: 9856 9406 140 302 0 9551 0
Current children cumulated CPU time (s) 222.32
Current children cumulated vsize (KiB) 39424

[startup+282.443 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 9129
/proc/meminfo: memFree=1208128/2055920 swapFree=4192812/4192956
[pid=9128] ppid=9126 vsize=45752 CPUtime=282.33
/proc/9128/stat : 9128 (Spear-32) R 9126 9128 8192 0 -1 4194304 11164 0 0 0 28183 50 0 0 25 0 1 0 196686896 46850048 10664 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9128/statm: 11438 10664 140 302 0 11133 0
Current children cumulated CPU time (s) 282.33
Current children cumulated vsize (KiB) 45752

[startup+342.48 s]
/proc/loadavg: 1.00 1.00 1.00 2/84 9193
/proc/meminfo: memFree=1201864/2055920 swapFree=4192812/4192956
[pid=9128] ppid=9126 vsize=51356 CPUtime=342.32
/proc/9128/stat : 9128 (Spear-32) R 9126 9128 8192 0 -1 4194304 12429 0 0 0 34176 56 0 0 25 0 1 0 196686896 52588544 11929 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526739 0 0 4096 0 0 0 0 17 1 0 0
/proc/9128/statm: 12839 11929 140 302 0 12534 0
Current children cumulated CPU time (s) 342.32
Current children cumulated vsize (KiB) 51356

[startup+402.55 s]
/proc/loadavg: 1.08 1.02 1.01 2/84 9767
/proc/meminfo: memFree=1197336/2055920 swapFree=4192812/4192956
[pid=9128] ppid=9126 vsize=55136 CPUtime=402.29
/proc/9128/stat : 9128 (Spear-32) R 9126 9128 8192 0 -1 4194304 13389 0 0 0 40166 63 0 0 25 0 1 0 196686896 56459264 12889 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526825 0 0 4096 0 0 0 0 17 1 0 0
/proc/9128/statm: 13784 12889 140 302 0 13479 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 55136

[startup+462.595 s]
/proc/loadavg: 1.03 1.01 1.00 2/78 9807
/proc/meminfo: memFree=1195264/2055920 swapFree=4192812/4192956
[pid=9128] ppid=9126 vsize=58944 CPUtime=462.29
/proc/9128/stat : 9128 (Spear-32) R 9126 9128 8192 0 -1 4194304 14342 0 0 0 46159 70 0 0 25 0 1 0 196686896 60358656 13842 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9128/statm: 14736 13842 140 302 0 14431 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 58944

[startup+522.633 s]
/proc/loadavg: 1.01 1.00 1.00 2/78 9807
/proc/meminfo: memFree=1191808/2055920 swapFree=4192812/4192956
[pid=9128] ppid=9126 vsize=62436 CPUtime=522.31
/proc/9128/stat : 9128 (Spear-32) R 9126 9128 8192 0 -1 4194304 15212 0 0 0 52157 74 0 0 25 0 1 0 196686896 63934464 14712 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/9128/statm: 15609 14712 140 302 0 15304 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 62436

[startup+582.663 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 9807
/proc/meminfo: memFree=1188480/2055920 swapFree=4192812/4192956
[pid=9128] ppid=9126 vsize=65740 CPUtime=582.32
/proc/9128/stat : 9128 (Spear-32) R 9126 9128 8192 0 -1 4194304 16038 0 0 0 58153 79 0 0 25 0 1 0 196686896 67317760 15538 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9128/statm: 16435 15538 140 302 0 16130 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 65740

[startup+642.707 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 9807
/proc/meminfo: memFree=1185344/2055920 swapFree=4192812/4192956
[pid=9128] ppid=9126 vsize=68968 CPUtime=642.34
/proc/9128/stat : 9128 (Spear-32) R 9126 9128 8192 0 -1 4194304 16817 0 0 0 64150 84 0 0 25 0 1 0 196686896 70623232 16317 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9128/statm: 17242 16317 140 302 0 16937 0
Current children cumulated CPU time (s) 642.34
Current children cumulated vsize (KiB) 68968

[startup+702.738 s]
/proc/loadavg: 1.06 1.01 1.00 2/78 9807
/proc/meminfo: memFree=1181952/2055920 swapFree=4192812/4192956
[pid=9128] ppid=9126 vsize=72620 CPUtime=702.35
/proc/9128/stat : 9128 (Spear-32) R 9126 9128 8192 0 -1 4194304 17659 0 0 0 70146 89 0 0 25 0 1 0 196686896 74362880 17159 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526812 0 0 4096 0 0 0 0 17 1 0 0
/proc/9128/statm: 18155 17159 140 302 0 17850 0
Current children cumulated CPU time (s) 702.35
Current children cumulated vsize (KiB) 72620

[startup+762.769 s]
/proc/loadavg: 1.02 1.01 1.00 2/78 9807
/proc/meminfo: memFree=1179136/2055920 swapFree=4192812/4192956
[pid=9128] ppid=9126 vsize=75596 CPUtime=762.36
/proc/9128/stat : 9128 (Spear-32) R 9126 9128 8192 0 -1 4194304 18391 0 0 0 76141 95 0 0 25 0 1 0 196686896 77410304 17891 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/9128/statm: 18899 17891 140 302 0 18594 0
Current children cumulated CPU time (s) 762.36
Current children cumulated vsize (KiB) 75596

[startup+822.807 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 9807
/proc/meminfo: memFree=1176128/2055920 swapFree=4192812/4192956
[pid=9128] ppid=9126 vsize=78464 CPUtime=822.38
/proc/9128/stat : 9128 (Spear-32) R 9126 9128 8192 0 -1 4194304 19113 0 0 0 82137 101 0 0 25 0 1 0 196686896 80347136 18613 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9128/statm: 19616 18613 140 302 0 19311 0
Current children cumulated CPU time (s) 822.38
Current children cumulated vsize (KiB) 78464

[startup+882.84 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 9807
/proc/meminfo: memFree=1173504/2055920 swapFree=4192812/4192956
[pid=9128] ppid=9126 vsize=81040 CPUtime=882.39
/proc/9128/stat : 9128 (Spear-32) R 9126 9128 8192 0 -1 4194304 19784 0 0 0 88133 106 0 0 25 0 1 0 196686896 82984960 19284 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/9128/statm: 20260 19284 140 302 0 19955 0
Current children cumulated CPU time (s) 882.39
Current children cumulated vsize (KiB) 81040

[startup+942.874 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 9807
/proc/meminfo: memFree=1170880/2055920 swapFree=4192812/4192956
[pid=9128] ppid=9126 vsize=85732 CPUtime=942.4
/proc/9128/stat : 9128 (Spear-32) R 9126 9128 8192 0 -1 4194304 20958 0 0 0 94127 113 0 0 25 0 1 0 196686896 87789568 19945 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526713 0 0 4096 0 0 0 0 17 1 0 0
/proc/9128/statm: 21433 19945 140 302 0 21128 0
Current children cumulated CPU time (s) 942.4
Current children cumulated vsize (KiB) 85732

[startup+1002.91 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 9807
/proc/meminfo: memFree=1168256/2055920 swapFree=4192812/4192956
[pid=9128] ppid=9126 vsize=88600 CPUtime=1002.41
/proc/9128/stat : 9128 (Spear-32) R 9126 9128 8192 0 -1 4194304 21611 0 0 0 100123 118 0 0 25 0 1 0 196686896 90726400 20598 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/9128/statm: 22150 20598 140 302 0 21845 0
Current children cumulated CPU time (s) 1002.41
Current children cumulated vsize (KiB) 88600

[startup+1062.94 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 9807
/proc/meminfo: memFree=1165760/2055920 swapFree=4192812/4192956
[pid=9128] ppid=9126 vsize=91020 CPUtime=1062.42
/proc/9128/stat : 9128 (Spear-32) R 9126 9128 8192 0 -1 4194304 22216 0 0 0 106119 123 0 0 25 0 1 0 196686896 93204480 21203 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/9128/statm: 22755 21203 140 302 0 22450 0
Current children cumulated CPU time (s) 1062.42
Current children cumulated vsize (KiB) 91020

[startup+1122.97 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 9807
/proc/meminfo: memFree=1163072/2055920 swapFree=4192812/4192956
[pid=9128] ppid=9126 vsize=94068 CPUtime=1122.43
/proc/9128/stat : 9128 (Spear-32) R 9126 9128 8192 0 -1 4194304 22896 0 0 0 112115 128 0 0 25 0 1 0 196686896 96325632 21883 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/9128/statm: 23517 21883 140 302 0 23212 0
Current children cumulated CPU time (s) 1122.43
Current children cumulated vsize (KiB) 94068

[startup+1183 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 9807
/proc/meminfo: memFree=1160768/2055920 swapFree=4192812/4192956
[pid=9128] ppid=9126 vsize=96464 CPUtime=1182.45
/proc/9128/stat : 9128 (Spear-32) R 9126 9128 8192 0 -1 4194304 23462 0 0 0 118113 132 0 0 25 0 1 0 196686896 98779136 22449 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526962 0 0 4096 0 0 0 0 17 1 0 0
/proc/9128/statm: 24116 22449 140 302 0 23811 0
Current children cumulated CPU time (s) 1182.45
Current children cumulated vsize (KiB) 96464



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.62 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 9807
/proc/meminfo: memFree=1160064/2055920 swapFree=4192812/4192956
[pid=9128] ppid=9126 vsize=97240 CPUtime=1200.06
/proc/9128/stat : 9128 (Spear-32) R 9126 9128 8192 0 -1 4194304 23632 0 0 0 119873 133 0 0 25 0 1 0 196686896 99573760 22619 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526888 0 0 4096 0 0 0 0 17 1 0 0
/proc/9128/statm: 24310 22619 140 302 0 24005 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 97240

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.64
CPU time (s): 1200.09
CPU user time (s): 1198.74
CPU system time (s): 1.35379
CPU usage (%): 99.954
Max. virtual memory (cumulated for all children) (KiB): 97240

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

runsolver used 1.24381 second user time and 3.03254 second system time

The end

Launcher Data (download as text)

Begin job on node15 on Sun Feb 18 02:55:25 UTC 2007

IDJOB= 293259
IDBENCH= 19859
IDSOLVER= 132
FILE ID= node15/293259-1171767325

PBS_JOBID= 3839283

Free space on /tmp= 66535 MiB

SOLVER NAME= Spear FH 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/5SAT/v120/unif-k5-r21.3-v120-c2556-S429936805-03.SAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/293259-1171767325/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/293259-1171767325/instance-293259-1171767325.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node15/watcher-293259-1171767325 -o ROOT/results/node15/solver-293259-1171767325 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/293259-1171767325/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/293259-1171767325/instance-293259-1171767325.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  710e114bd7c9ad2ada2dc0a847d1be61

RANDOM SEED= 648002864

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:       1251096 kB
Buffers:         46508 kB
Cached:         627508 kB
SwapCached:          0 kB
Active:         655684 kB
Inactive:        78788 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1251096 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1608 kB
Writeback:           0 kB
Mapped:          79376 kB
Slab:            55832 kB
Committed_AS:   741132 kB
PageTables:       1800 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= 66535 MiB

End job on node15 on Sun Feb 18 03:15:28 UTC 2007