Trace number 309290

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.07 1200.4

General information on the benchmark

Namerandom/2+p/p0.9/v990/
unif2p-p0.9-v990-c3583-S1082766609-17-UNSAT.cnf
MD5SUM1419f338cd3a22164a64179e41545055
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 variables990
Number of clauses3582
Sum of the clauses size10388
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2358
Number of clauses of size 33224
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

0.00/0.00	c (*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*) 
0.00/0.00	c (*)                                             (*) 
0.00/0.00	c (*)          Spear theorem prover               (*) 
0.00/0.00	c (*)        Copyright (C) 2006,2007              (*) 
0.00/0.00	c (*)     Domagoj Babic. All rights reserved.     (*) 
0.00/0.00	c (*)                                             (*) 
0.00/0.00	c (*)     There is NO warranty, not even for      (*) 
0.00/0.00	c (*) merchantability or fitness for a particular (*) 
0.00/0.00	c (*)  purpose. Please run with --license to see  (*) 
0.00/0.00	c (*)              license details.               (*) 
0.00/0.00	c (*)                                             (*) 
0.00/0.00	c (*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*) 
0.00/0.00	c 
0.00/0.00	c solving /tmp/evaluation/309290-1172538577/instance-309290-1172538577.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/node18/watcher-309290-1172538577 -o ROOT/results/node18/solver-309290-1172538577 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/309290-1172538577/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/309290-1172538577/instance-309290-1172538577.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 17794
/proc/meminfo: memFree=1729464/2055920 swapFree=4192812/4192956
[pid=17794] ppid=17792 vsize=1548 CPUtime=0
/proc/17794/stat : 17794 (Spear-32) R 17792 17794 16622 0 -1 4194304 206 0 0 0 0 0 0 0 18 0 1 0 273812209 1585152 190 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134806581 0 0 4096 0 0 0 0 17 1 0 0
/proc/17794/statm: 387 190 128 302 0 82 0

[startup+0.1073 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 17794
/proc/meminfo: memFree=1729464/2055920 swapFree=4192812/4192956
[pid=17794] ppid=17792 vsize=1940 CPUtime=0.1
/proc/17794/stat : 17794 (Spear-32) R 17792 17794 16622 0 -1 4194304 312 0 0 0 10 0 0 0 18 0 1 0 273812209 1986560 296 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17794/statm: 485 296 140 302 0 180 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1940

[startup+0.515339 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 17794
/proc/meminfo: memFree=1729464/2055920 swapFree=4192812/4192956
[pid=17794] ppid=17792 vsize=2720 CPUtime=0.51
/proc/17794/stat : 17794 (Spear-32) R 17792 17794 16622 0 -1 4194304 501 0 0 0 50 1 0 0 21 0 1 0 273812209 2785280 485 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17794/statm: 680 485 140 302 0 375 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 2720

[startup+1.33642 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 17795
/proc/meminfo: memFree=1727280/2055920 swapFree=4192812/4192956
[pid=17794] ppid=17792 vsize=3636 CPUtime=1.32
/proc/17794/stat : 17794 (Spear-32) R 17792 17794 16622 0 -1 4194304 752 0 0 0 131 1 0 0 25 0 1 0 273812209 3723264 736 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17794/statm: 909 736 140 302 0 604 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 3636

[startup+2.97658 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 17795
/proc/meminfo: memFree=1725936/2055920 swapFree=4192812/4192956
[pid=17794] ppid=17792 vsize=5184 CPUtime=2.97
/proc/17794/stat : 17794 (Spear-32) R 17792 17794 16622 0 -1 4194304 1135 0 0 0 294 3 0 0 25 0 1 0 273812209 5308416 1119 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17794/statm: 1296 1119 140 302 0 991 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 5184

[startup+6.2559 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 17795
/proc/meminfo: memFree=1723632/2055920 swapFree=4192812/4192956
[pid=17794] ppid=17792 vsize=7244 CPUtime=6.25
/proc/17794/stat : 17794 (Spear-32) R 17792 17794 16622 0 -1 4194304 1653 0 0 0 620 5 0 0 25 0 1 0 273812209 7417856 1604 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17794/statm: 1811 1604 140 302 0 1506 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 7244

[startup+12.7145 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 17795
/proc/meminfo: memFree=1720624/2055920 swapFree=4192812/4192956
[pid=17794] ppid=17792 vsize=9972 CPUtime=12.7
/proc/17794/stat : 17794 (Spear-32) R 17792 17794 16622 0 -1 4194304 2337 0 0 0 1262 8 0 0 25 0 1 0 273812209 10211328 2288 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17794/statm: 2493 2288 140 302 0 2188 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 9972

[startup+25.5158 s]
/proc/loadavg: 0.95 0.98 0.99 2/78 17795
/proc/meminfo: memFree=1716784/2055920 swapFree=4192812/4192956
[pid=17794] ppid=17792 vsize=14252 CPUtime=25.5
/proc/17794/stat : 17794 (Spear-32) R 17792 17794 16622 0 -1 4194304 3403 0 0 0 2539 11 0 0 25 0 1 0 273812209 14594048 3289 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17794/statm: 3563 3289 140 302 0 3258 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 14252

[startup+51.1292 s]
/proc/loadavg: 0.96 0.98 0.99 2/78 17795
/proc/meminfo: memFree=1710960/2055920 swapFree=4192812/4192956
[pid=17794] ppid=17792 vsize=19856 CPUtime=51.11
/proc/17794/stat : 17794 (Spear-32) R 17792 17794 16622 0 -1 4194304 4831 0 0 0 5094 17 0 0 25 0 1 0 273812209 20332544 4717 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17794/statm: 4964 4717 140 302 0 4659 0
Current children cumulated CPU time (s) 51.11
Current children cumulated vsize (KiB) 19856

[startup+102.351 s]
/proc/loadavg: 0.98 0.98 0.99 2/78 17795
/proc/meminfo: memFree=1701552/2055920 swapFree=4192812/4192956
[pid=17794] ppid=17792 vsize=29740 CPUtime=102.32
/proc/17794/stat : 17794 (Spear-32) R 17792 17794 16622 0 -1 4194304 7305 0 0 0 10206 26 0 0 25 0 1 0 273812209 30453760 7062 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17794/statm: 7435 7062 140 302 0 7130 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 29740

[startup+162.389 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 17795
/proc/meminfo: memFree=1692272/2055920 swapFree=4192812/4192956
[pid=17794] ppid=17792 vsize=38820 CPUtime=162.34
/proc/17794/stat : 17794 (Spear-32) R 17792 17794 16622 0 -1 4194304 9577 0 0 0 16197 37 0 0 25 0 1 0 273812209 39751680 9334 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526992 0 0 4096 0 0 0 0 17 1 0 0
/proc/17794/statm: 9705 9334 140 302 0 9400 0
Current children cumulated CPU time (s) 162.34
Current children cumulated vsize (KiB) 38820

[startup+222.423 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 17795
/proc/meminfo: memFree=1684720/2055920 swapFree=4192812/4192956
[pid=17794] ppid=17792 vsize=47464 CPUtime=222.36
/proc/17794/stat : 17794 (Spear-32) R 17792 17794 16622 0 -1 4194304 11718 0 0 0 22190 46 0 0 25 0 1 0 273812209 48603136 11218 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/17794/statm: 11866 11218 140 302 0 11561 0
Current children cumulated CPU time (s) 222.36
Current children cumulated vsize (KiB) 47464

[startup+282.453 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 17795
/proc/meminfo: memFree=1678640/2055920 swapFree=4192812/4192956
[pid=17794] ppid=17792 vsize=53728 CPUtime=282.37
/proc/17794/stat : 17794 (Spear-32) R 17792 17794 16622 0 -1 4194304 13242 0 0 0 28182 55 0 0 25 0 1 0 273812209 55017472 12742 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17794/statm: 13432 12742 140 302 0 13127 0
Current children cumulated CPU time (s) 282.37
Current children cumulated vsize (KiB) 53728

[startup+342.484 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 17795
/proc/meminfo: memFree=1672432/2055920 swapFree=4192812/4192956
[pid=17794] ppid=17792 vsize=59820 CPUtime=342.38
/proc/17794/stat : 17794 (Spear-32) R 17792 17794 16622 0 -1 4194304 14788 0 0 0 34175 63 0 0 25 0 1 0 273812209 61255680 14288 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17794/statm: 14955 14288 140 302 0 14650 0
Current children cumulated CPU time (s) 342.38
Current children cumulated vsize (KiB) 59820

[startup+402.523 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 17795
/proc/meminfo: memFree=1667056/2055920 swapFree=4192812/4192956
[pid=17794] ppid=17792 vsize=65116 CPUtime=402.4
/proc/17794/stat : 17794 (Spear-32) R 17792 17794 16622 0 -1 4194304 16109 0 0 0 40171 69 0 0 25 0 1 0 273812209 66678784 15609 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526752 0 0 4096 0 0 0 0 17 1 0 0
/proc/17794/statm: 16279 15609 140 302 0 15974 0
Current children cumulated CPU time (s) 402.4
Current children cumulated vsize (KiB) 65116

[startup+462.558 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 17795
/proc/meminfo: memFree=1662384/2055920 swapFree=4192812/4192956
[pid=17794] ppid=17792 vsize=69880 CPUtime=462.42
/proc/17794/stat : 17794 (Spear-32) R 17792 17794 16622 0 -1 4194304 17272 0 0 0 46167 75 0 0 25 0 1 0 273812209 71557120 16772 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/17794/statm: 17470 16772 140 302 0 17165 0
Current children cumulated CPU time (s) 462.42
Current children cumulated vsize (KiB) 69880

[startup+522.586 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 17795
/proc/meminfo: memFree=1658096/2055920 swapFree=4192812/4192956
[pid=17794] ppid=17792 vsize=74148 CPUtime=522.43
/proc/17794/stat : 17794 (Spear-32) R 17792 17794 16622 0 -1 4194304 18354 0 0 0 52162 81 0 0 25 0 1 0 273812209 75927552 17854 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526822 0 0 4096 0 0 0 0 17 1 0 0
/proc/17794/statm: 18537 17854 140 302 0 18232 0
Current children cumulated CPU time (s) 522.43
Current children cumulated vsize (KiB) 74148

[startup+582.616 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 17795
/proc/meminfo: memFree=1653424/2055920 swapFree=4192812/4192956
[pid=17794] ppid=17792 vsize=78880 CPUtime=582.45
/proc/17794/stat : 17794 (Spear-32) R 17792 17794 16622 0 -1 4194304 19518 0 0 0 58159 86 0 0 25 0 1 0 273812209 80773120 19018 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527100 0 0 4096 0 0 0 0 17 1 0 0
/proc/17794/statm: 19720 19018 140 302 0 19415 0
Current children cumulated CPU time (s) 582.45
Current children cumulated vsize (KiB) 78880

[startup+642.654 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 17795
/proc/meminfo: memFree=1649456/2055920 swapFree=4192812/4192956
[pid=17794] ppid=17792 vsize=82880 CPUtime=642.47
/proc/17794/stat : 17794 (Spear-32) R 17792 17794 16622 0 -1 4194304 20516 0 0 0 64156 91 0 0 25 0 1 0 273812209 84869120 20016 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17794/statm: 20720 20016 140 302 0 20415 0
Current children cumulated CPU time (s) 642.47
Current children cumulated vsize (KiB) 82880

[startup+702.687 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 17795
/proc/meminfo: memFree=1645744/2055920 swapFree=4192812/4192956
[pid=17794] ppid=17792 vsize=86636 CPUtime=702.49
/proc/17794/stat : 17794 (Spear-32) R 17792 17794 16622 0 -1 4194304 21444 0 0 0 70152 97 0 0 25 0 1 0 273812209 88715264 20944 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17794/statm: 21659 20944 140 302 0 21354 0
Current children cumulated CPU time (s) 702.49
Current children cumulated vsize (KiB) 86636

[startup+762.72 s]
/proc/loadavg: 1.07 1.00 1.00 2/78 17795
/proc/meminfo: memFree=1642288/2055920 swapFree=4192812/4192956
[pid=17794] ppid=17792 vsize=90160 CPUtime=762.5
/proc/17794/stat : 17794 (Spear-32) R 17792 17794 16622 0 -1 4194304 22319 0 0 0 76148 102 0 0 25 0 1 0 273812209 92323840 21819 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/17794/statm: 22540 21819 140 302 0 22235 0
Current children cumulated CPU time (s) 762.5
Current children cumulated vsize (KiB) 90160

[startup+822.758 s]
/proc/loadavg: 1.02 1.00 1.00 2/78 17795
/proc/meminfo: memFree=1638576/2055920 swapFree=4192812/4192956
[pid=17794] ppid=17792 vsize=96008 CPUtime=822.52
/proc/17794/stat : 17794 (Spear-32) R 17792 17794 16622 0 -1 4194304 23745 0 0 0 82144 108 0 0 25 0 1 0 273812209 98312192 22732 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/17794/statm: 24002 22732 140 302 0 23697 0
Current children cumulated CPU time (s) 822.52
Current children cumulated vsize (KiB) 96008

[startup+882.792 s]
/proc/loadavg: 1.01 1.00 1.00 2/78 17795
/proc/meminfo: memFree=1635248/2055920 swapFree=4192812/4192956
[pid=17794] ppid=17792 vsize=99316 CPUtime=882.55
/proc/17794/stat : 17794 (Spear-32) R 17792 17794 16622 0 -1 4194304 24591 0 0 0 88140 115 0 0 25 0 1 0 273812209 101699584 23578 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17794/statm: 24829 23578 140 302 0 24524 0
Current children cumulated CPU time (s) 882.55
Current children cumulated vsize (KiB) 99316

[startup+942.827 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 17795
/proc/meminfo: memFree=1632112/2055920 swapFree=4192812/4192956
[pid=17794] ppid=17792 vsize=102516 CPUtime=942.55
/proc/17794/stat : 17794 (Spear-32) R 17792 17794 16622 0 -1 4194304 25374 0 0 0 94136 119 0 0 25 0 1 0 273812209 104976384 24361 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/17794/statm: 25629 24361 140 302 0 25324 0
Current children cumulated CPU time (s) 942.55
Current children cumulated vsize (KiB) 102516

[startup+1002.86 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 17795
/proc/meminfo: memFree=1629168/2055920 swapFree=4192812/4192956
[pid=17794] ppid=17792 vsize=105492 CPUtime=1002.57
/proc/17794/stat : 17794 (Spear-32) R 17792 17794 16622 0 -1 4194304 26112 0 0 0 100133 124 0 0 25 0 1 0 273812209 108023808 25099 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17794/statm: 26373 25099 140 302 0 26068 0
Current children cumulated CPU time (s) 1002.57
Current children cumulated vsize (KiB) 105492

[startup+1062.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 17795
/proc/meminfo: memFree=1626032/2055920 swapFree=4192812/4192956
[pid=17794] ppid=17792 vsize=108868 CPUtime=1062.6
/proc/17794/stat : 17794 (Spear-32) R 17792 17794 16622 0 -1 4194304 26883 0 0 0 106131 129 0 0 25 0 1 0 273812209 111480832 25870 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527172 0 0 4096 0 0 0 0 17 1 0 0
/proc/17794/statm: 27217 25870 140 302 0 26912 0
Current children cumulated CPU time (s) 1062.6
Current children cumulated vsize (KiB) 108868

[startup+1122.93 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 17795
/proc/meminfo: memFree=1623088/2055920 swapFree=4192812/4192956
[pid=17794] ppid=17792 vsize=111736 CPUtime=1122.61
/proc/17794/stat : 17794 (Spear-32) R 17792 17794 16622 0 -1 4194304 27614 0 0 0 112127 134 0 0 25 0 1 0 273812209 114417664 26601 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17794/statm: 27934 26601 140 302 0 27629 0
Current children cumulated CPU time (s) 1122.61
Current children cumulated vsize (KiB) 111736

[startup+1182.96 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 17795
/proc/meminfo: memFree=1620208/2055920 swapFree=4192812/4192956
[pid=17794] ppid=17792 vsize=114572 CPUtime=1182.63
/proc/17794/stat : 17794 (Spear-32) R 17792 17794 16622 0 -1 4194304 28327 0 0 0 118124 139 0 0 25 0 1 0 273812209 117321728 27314 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/17794/statm: 28643 27314 140 302 0 28338 0
Current children cumulated CPU time (s) 1182.63
Current children cumulated vsize (KiB) 114572



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.38 s]
/proc/loadavg: 1.07 1.02 1.00 2/78 17795
/proc/meminfo: memFree=1619376/2055920 swapFree=4192812/4192956
[pid=17794] ppid=17792 vsize=115596 CPUtime=1200.04
/proc/17794/stat : 17794 (Spear-32) R 17792 17794 16622 0 -1 4194304 28531 0 0 0 119863 141 0 0 25 0 1 0 273812209 118370304 27518 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17794/statm: 28899 27518 140 302 0 28594 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 115596

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.4
CPU time (s): 1200.07
CPU user time (s): 1198.64
CPU system time (s): 1.43078
CPU usage (%): 99.9726
Max. virtual memory (cumulated for all children) (KiB): 115596

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

runsolver used 1.35979 second user time and 2.90456 second system time

The end

Launcher Data (download as text)

Begin job on node18 on Tue Feb 27 01:09:37 UTC 2007

IDJOB= 309290
IDBENCH= 20254
IDSOLVER= 132
FILE ID= node18/309290-1172538577

PBS_JOBID= 3971622

Free space on /tmp= 66556 MiB

SOLVER NAME= Spear FH 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/2+p/p0.9/v990/unif2p-p0.9-v990-c3583-S1082766609-17-UNSAT.cnf
COMMAND LINE= /tmp/evaluation/309290-1172538577/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/309290-1172538577/instance-309290-1172538577.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node18/watcher-309290-1172538577 -o ROOT/results/node18/solver-309290-1172538577 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/309290-1172538577/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/309290-1172538577/instance-309290-1172538577.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  1419f338cd3a22164a64179e41545055

RANDOM SEED= 215300289

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1729872 kB
Buffers:         40664 kB
Cached:         172448 kB
SwapCached:          0 kB
Active:         222752 kB
Inactive:        50112 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1729872 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1616 kB
Writeback:           0 kB
Mapped:          78716 kB
Slab:            38816 kB
Committed_AS:   940996 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= 66556 MiB

End job on node18 on Tue Feb 27 01:29:39 UTC 2007