Trace number 303672

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.13 1200.54

General information on the benchmark

Namerandom/LargeSize/7SAT/v200/
unif-k7-r85-v200-c17000-S77566504-14.cnf
MD5SUMa40a03f9138341d4c6f1778404a26574
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/303672-1172040975/instance-303672-1172040975.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/node22/watcher-303672-1172040975 -o ROOT/results/node22/solver-303672-1172040975 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/303672-1172040975/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/303672-1172040975/instance-303672-1172040975.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 27562
/proc/meminfo: memFree=1646760/2055920 swapFree=4147160/4192956
[pid=27562] ppid=27560 vsize=1396 CPUtime=0
/proc/27562/stat : 27562 (Spear-32) R 27560 27562 26323 0 -1 4194304 182 0 0 0 0 0 0 0 18 0 1 0 224051436 1429504 166 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134866164 0 0 4096 0 0 0 0 17 1 0 0
/proc/27562/statm: 349 166 128 302 0 44 0

[startup+0.106863 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 27562
/proc/meminfo: memFree=1646760/2055920 swapFree=4147160/4192956
[pid=27562] ppid=27560 vsize=2716 CPUtime=0.1
/proc/27562/stat : 27562 (Spear-32) R 27560 27562 26323 0 -1 4194304 513 0 0 0 10 0 0 0 18 0 1 0 224051436 2781184 497 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27562/statm: 679 497 140 302 0 374 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2716

[startup+0.514891 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 27562
/proc/meminfo: memFree=1646760/2055920 swapFree=4147160/4192956
[pid=27562] ppid=27560 vsize=3868 CPUtime=0.51
/proc/27562/stat : 27562 (Spear-32) R 27560 27562 26323 0 -1 4194304 772 0 0 0 50 1 0 0 21 0 1 0 224051436 3960832 756 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/27562/statm: 967 756 140 302 0 662 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 3868

[startup+1.33495 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 27563
/proc/meminfo: memFree=1642976/2055920 swapFree=4147160/4192956
[pid=27562] ppid=27560 vsize=5404 CPUtime=1.32
/proc/27562/stat : 27562 (Spear-32) R 27560 27562 26323 0 -1 4194304 1163 0 0 0 131 1 0 0 25 0 1 0 224051436 5533696 1147 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27562/statm: 1351 1147 140 302 0 1046 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 5404

[startup+2.97107 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 27563
/proc/meminfo: memFree=1641120/2055920 swapFree=4147160/4192956
[pid=27562] ppid=27560 vsize=7716 CPUtime=2.96
/proc/27562/stat : 27562 (Spear-32) R 27560 27562 26323 0 -1 4194304 1735 0 0 0 293 3 0 0 25 0 1 0 224051436 7901184 1719 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27562/statm: 1929 1719 140 302 0 1624 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 7716

[startup+6.24731 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 27563
/proc/meminfo: memFree=1637152/2055920 swapFree=4147160/4192956
[pid=27562] ppid=27560 vsize=11188 CPUtime=6.24
/proc/27562/stat : 27562 (Spear-32) R 27560 27562 26323 0 -1 4194304 2626 0 0 0 619 5 0 0 25 0 1 0 224051436 11456512 2610 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27562/statm: 2797 2610 140 302 0 2492 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 11188

[startup+12.7048 s]
/proc/loadavg: 0.93 0.98 0.99 3/78 27563
/proc/meminfo: memFree=1631712/2055920 swapFree=4147160/4192956
[pid=27562] ppid=27560 vsize=16324 CPUtime=12.69
/proc/27562/stat : 27562 (Spear-32) R 27560 27562 26323 0 -1 4194304 3909 0 0 0 1262 7 0 0 25 0 1 0 224051436 16715776 3860 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27562/statm: 4081 3860 140 302 0 3776 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 16324

[startup+25.5117 s]
/proc/loadavg: 0.95 0.98 0.99 2/78 27563
/proc/meminfo: memFree=1624288/2055920 swapFree=4147160/4192956
[pid=27562] ppid=27560 vsize=24180 CPUtime=25.5
/proc/27562/stat : 27562 (Spear-32) R 27560 27562 26323 0 -1 4194304 5872 0 0 0 2538 12 0 0 25 0 1 0 224051436 24760320 5758 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27562/statm: 6045 5758 140 302 0 5740 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 24180

[startup+51.1236 s]
/proc/loadavg: 0.96 0.98 0.99 2/78 27563
/proc/meminfo: memFree=1613536/2055920 swapFree=4147160/4192956
[pid=27562] ppid=27560 vsize=34620 CPUtime=51.1
/proc/27562/stat : 27562 (Spear-32) R 27560 27562 26323 0 -1 4194304 8492 0 0 0 5091 19 0 0 25 0 1 0 224051436 35450880 8378 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27562/statm: 8655 8378 140 302 0 8350 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 34620

[startup+102.343 s]
/proc/loadavg: 0.98 0.98 0.99 2/78 27563
/proc/meminfo: memFree=1598112/2055920 swapFree=4147160/4192956
[pid=27562] ppid=27560 vsize=50472 CPUtime=102.31
/proc/27562/stat : 27562 (Spear-32) R 27560 27562 26323 0 -1 4194304 12495 0 0 0 10201 30 0 0 25 0 1 0 224051436 51683328 12252 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526806 0 0 4096 0 0 0 0 17 1 0 0
/proc/27562/statm: 12618 12252 140 302 0 12313 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 50472

[startup+162.379 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 27563
/proc/meminfo: memFree=1583712/2055920 swapFree=4147160/4192956
[pid=27562] ppid=27560 vsize=64768 CPUtime=162.33
/proc/27562/stat : 27562 (Spear-32) R 27560 27562 26323 0 -1 4194304 16038 0 0 0 16192 41 0 0 25 0 1 0 224051436 66322432 15795 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526962 0 0 4096 0 0 0 0 17 1 0 0
/proc/27562/statm: 16192 15795 140 302 0 15887 0
Current children cumulated CPU time (s) 162.33
Current children cumulated vsize (KiB) 64768

[startup+222.409 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 27563
/proc/meminfo: memFree=1572320/2055920 swapFree=4147160/4192956
[pid=27562] ppid=27560 vsize=76264 CPUtime=222.34
/proc/27562/stat : 27562 (Spear-32) R 27560 27562 26323 0 -1 4194304 18890 0 0 0 22186 48 0 0 25 0 1 0 224051436 78094336 18647 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/27562/statm: 19066 18647 140 302 0 18761 0
Current children cumulated CPU time (s) 222.34
Current children cumulated vsize (KiB) 76264

[startup+282.443 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 27563
/proc/meminfo: memFree=1562208/2055920 swapFree=4147160/4192956
[pid=27562] ppid=27560 vsize=87472 CPUtime=282.36
/proc/27562/stat : 27562 (Spear-32) R 27560 27562 26323 0 -1 4194304 21652 0 0 0 28180 56 0 0 25 0 1 0 224051436 89571328 21152 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/27562/statm: 21868 21152 140 302 0 21563 0
Current children cumulated CPU time (s) 282.36
Current children cumulated vsize (KiB) 87472

[startup+342.505 s]
/proc/loadavg: 0.99 0.98 0.99 2/84 27687
/proc/meminfo: memFree=1551704/2055920 swapFree=4147160/4192956
[pid=27562] ppid=27560 vsize=96880 CPUtime=342.35
/proc/27562/stat : 27562 (Spear-32) R 27560 27562 26323 0 -1 4194304 23988 0 0 0 34170 65 0 0 25 0 1 0 224051436 99205120 23488 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/27562/statm: 24220 23488 140 302 0 23915 0
Current children cumulated CPU time (s) 342.35
Current children cumulated vsize (KiB) 96880

[startup+402.559 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 27761
/proc/meminfo: memFree=1544224/2055920 swapFree=4147160/4192956
[pid=27562] ppid=27560 vsize=105288 CPUtime=402.34
/proc/27562/stat : 27562 (Spear-32) R 27560 27562 26323 0 -1 4194304 26081 0 0 0 40160 74 0 0 25 0 1 0 224051436 107814912 25581 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27562/statm: 26322 25581 140 302 0 26017 0
Current children cumulated CPU time (s) 402.34
Current children cumulated vsize (KiB) 105288

[startup+462.592 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 27761
/proc/meminfo: memFree=1536288/2055920 swapFree=4147160/4192956
[pid=27562] ppid=27560 vsize=113212 CPUtime=462.36
/proc/27562/stat : 27562 (Spear-32) R 27560 27562 26323 0 -1 4194304 28067 0 0 0 46155 81 0 0 25 0 1 0 224051436 115929088 27567 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/27562/statm: 28303 27567 140 302 0 27998 0
Current children cumulated CPU time (s) 462.36
Current children cumulated vsize (KiB) 113212

[startup+522.622 s]
/proc/loadavg: 1.04 1.00 1.00 2/78 27761
/proc/meminfo: memFree=1529376/2055920 swapFree=4147160/4192956
[pid=27562] ppid=27560 vsize=120224 CPUtime=522.38
/proc/27562/stat : 27562 (Spear-32) R 27560 27562 26323 0 -1 4194304 29801 0 0 0 52151 87 0 0 25 0 1 0 224051436 123109376 29301 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/27562/statm: 30056 29301 140 302 0 29751 0
Current children cumulated CPU time (s) 522.38
Current children cumulated vsize (KiB) 120224

[startup+582.654 s]
/proc/loadavg: 1.01 1.00 1.00 2/78 27761
/proc/meminfo: memFree=1522656/2055920 swapFree=4147160/4192956
[pid=27562] ppid=27560 vsize=126856 CPUtime=582.39
/proc/27562/stat : 27562 (Spear-32) R 27560 27562 26323 0 -1 4194304 31456 0 0 0 58146 93 0 0 25 0 1 0 224051436 129900544 30956 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526871 0 0 4096 0 0 0 0 17 1 0 0
/proc/27562/statm: 31714 30956 140 302 0 31409 0
Current children cumulated CPU time (s) 582.39
Current children cumulated vsize (KiB) 126856

[startup+642.689 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 27761
/proc/meminfo: memFree=1516384/2055920 swapFree=4147160/4192956
[pid=27562] ppid=27560 vsize=133360 CPUtime=642.41
/proc/27562/stat : 27562 (Spear-32) R 27560 27562 26323 0 -1 4194304 33039 0 0 0 64142 99 0 0 25 0 1 0 224051436 136560640 32539 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/27562/statm: 33340 32539 140 302 0 33035 0
Current children cumulated CPU time (s) 642.41
Current children cumulated vsize (KiB) 133360

[startup+702.724 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 27761
/proc/meminfo: memFree=1510176/2055920 swapFree=4147160/4192956
[pid=27562] ppid=27560 vsize=139620 CPUtime=702.43
/proc/27562/stat : 27562 (Spear-32) R 27560 27562 26323 0 -1 4194304 34613 0 0 0 70139 104 0 0 25 0 1 0 224051436 142970880 34113 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/27562/statm: 34905 34113 140 302 0 34600 0
Current children cumulated CPU time (s) 702.43
Current children cumulated vsize (KiB) 139620

[startup+762.756 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 27761
/proc/meminfo: memFree=1504352/2055920 swapFree=4147160/4192956
[pid=27562] ppid=27560 vsize=145624 CPUtime=762.45
/proc/27562/stat : 27562 (Spear-32) R 27560 27562 26323 0 -1 4194304 36098 0 0 0 76135 110 0 0 25 0 1 0 224051436 149118976 35598 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526962 0 0 4096 0 0 0 0 17 1 0 0
/proc/27562/statm: 36406 35598 140 302 0 36101 0
Current children cumulated CPU time (s) 762.45
Current children cumulated vsize (KiB) 145624

[startup+822.792 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 27761
/proc/meminfo: memFree=1498400/2055920 swapFree=4147160/4192956
[pid=27562] ppid=27560 vsize=151484 CPUtime=822.47
/proc/27562/stat : 27562 (Spear-32) R 27560 27562 26323 0 -1 4194304 37563 0 0 0 82132 115 0 0 25 0 1 0 224051436 155119616 37063 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/27562/statm: 37871 37063 140 302 0 37566 0
Current children cumulated CPU time (s) 822.47
Current children cumulated vsize (KiB) 151484

[startup+882.825 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 27761
/proc/meminfo: memFree=1492832/2055920 swapFree=4147160/4192956
[pid=27562] ppid=27560 vsize=157224 CPUtime=882.49
/proc/27562/stat : 27562 (Spear-32) R 27560 27562 26323 0 -1 4194304 38949 0 0 0 88128 121 0 0 25 0 1 0 224051436 160997376 38449 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/27562/statm: 39306 38449 140 302 0 39001 0
Current children cumulated CPU time (s) 882.49
Current children cumulated vsize (KiB) 157224

[startup+942.854 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 27761
/proc/meminfo: memFree=1487520/2055920 swapFree=4147160/4192956
[pid=27562] ppid=27560 vsize=164656 CPUtime=942.5
/proc/27562/stat : 27562 (Spear-32) R 27560 27562 26323 0 -1 4194304 40794 0 0 0 94124 126 0 0 25 0 1 0 224051436 168607744 39781 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/27562/statm: 41164 39781 140 302 0 40859 0
Current children cumulated CPU time (s) 942.5
Current children cumulated vsize (KiB) 164656

[startup+1002.88 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 27761
/proc/meminfo: memFree=1482272/2055920 swapFree=4147160/4192956
[pid=27562] ppid=27560 vsize=169948 CPUtime=1002.52
/proc/27562/stat : 27562 (Spear-32) R 27560 27562 26323 0 -1 4194304 42103 0 0 0 100121 131 0 0 25 0 1 0 224051436 174026752 41090 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/27562/statm: 42487 41090 140 302 0 42182 0
Current children cumulated CPU time (s) 1002.52
Current children cumulated vsize (KiB) 169948

[startup+1062.91 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 27761
/proc/meminfo: memFree=1476960/2055920 swapFree=4147160/4192956
[pid=27562] ppid=27560 vsize=175512 CPUtime=1062.53
/proc/27562/stat : 27562 (Spear-32) R 27560 27562 26323 0 -1 4194304 43422 0 0 0 106118 135 0 0 25 0 1 0 224051436 179724288 42409 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526926 0 0 4096 0 0 0 0 17 1 0 0
/proc/27562/statm: 43878 42409 140 302 0 43573 0
Current children cumulated CPU time (s) 1062.53
Current children cumulated vsize (KiB) 175512

[startup+1122.95 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 27761
/proc/meminfo: memFree=1471968/2055920 swapFree=4147160/4192956
[pid=27562] ppid=27560 vsize=180312 CPUtime=1122.55
/proc/27562/stat : 27562 (Spear-32) R 27560 27562 26323 0 -1 4194304 44663 0 0 0 112115 140 0 0 25 0 1 0 224051436 184639488 43650 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526843 0 0 4096 0 0 0 0 17 1 0 0
/proc/27562/statm: 45078 43650 140 302 0 44773 0
Current children cumulated CPU time (s) 1122.55
Current children cumulated vsize (KiB) 180312

[startup+1182.98 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 27761
/proc/meminfo: memFree=1467232/2055920 swapFree=4147160/4192956
[pid=27562] ppid=27560 vsize=185028 CPUtime=1182.57
/proc/27562/stat : 27562 (Spear-32) R 27560 27562 26323 0 -1 4194304 45852 0 0 0 118112 145 0 0 25 0 1 0 224051436 189468672 44839 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527089 0 0 4096 0 0 0 0 17 1 0 0
/proc/27562/statm: 46257 44839 140 302 0 45952 0
Current children cumulated CPU time (s) 1182.57
Current children cumulated vsize (KiB) 185028



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 27761
/proc/meminfo: memFree=1465696/2055920 swapFree=4147160/4192956
[pid=27562] ppid=27560 vsize=186440 CPUtime=1200.09
/proc/27562/stat : 27562 (Spear-32) R 27560 27562 26323 0 -1 4194304 46205 0 0 0 119863 146 0 0 25 0 1 0 224051436 190914560 45192 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/27562/statm: 46610 45192 140 302 0 46305 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 186440

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

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

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 27761
/proc/meminfo: memFree=1465696/2055920 swapFree=4147160/4192956
[pid=27562] ppid=27560 vsize=186440 CPUtime=1200.09
/proc/27562/stat : 27562 (Spear-32) R 27560 27562 26323 0 -1 4194304 46205 0 0 0 119863 146 0 0 25 0 1 0 224051436 190914560 45192 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/27562/statm: 46610 45192 140 302 0 46305 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 186440

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.54
CPU time (s): 1200.13
CPU user time (s): 1198.63
CPU system time (s): 1.49477
CPU usage (%): 99.9661
Max. virtual memory (cumulated for all children) (KiB): 186440

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

runsolver used 1.25381 second user time and 3.01854 second system time

The end

Launcher Data (download as text)

Begin job on node22 on Wed Feb 21 06:56:15 UTC 2007

IDJOB= 303672
IDBENCH= 20113
IDSOLVER= 131
FILE ID= node22/303672-1172040975

PBS_JOBID= 3892710

Free space on /tmp= 66559 MiB

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

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  a40a03f9138341d4c6f1778404a26574

RANDOM SEED= 432615985

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node22.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.235
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.235
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:       1647104 kB
Buffers:         39904 kB
Cached:         285360 kB
SwapCached:      11948 kB
Active:         251532 kB
Inactive:        96760 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1647104 kB
SwapTotal:     4192956 kB
SwapFree:      4147160 kB
Dirty:            2104 kB
Writeback:           0 kB
Mapped:          30036 kB
Slab:            46128 kB
Committed_AS:   679316 kB
PageTables:       1668 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= 66559 MiB

End job on node22 on Wed Feb 21 07:16:18 UTC 2007