Trace number 309289

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

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/309289-1172538559/instance-309289-1172538559.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/node39/watcher-309289-1172538559 -o ROOT/results/node39/solver-309289-1172538559 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/309289-1172538559/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/309289-1172538559/instance-309289-1172538559.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/64 24990
/proc/meminfo: memFree=1920912/2055920 swapFree=4161536/4192956
[pid=24990] ppid=24988 vsize=1548 CPUtime=0
/proc/24990/stat : 24990 (Spear-32) R 24988 24990 23985 0 -1 4194304 206 0 0 0 0 0 0 0 18 0 1 0 273811802 1585152 190 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134534100 0 0 4096 0 0 0 0 17 1 0 0
/proc/24990/statm: 387 190 128 302 0 82 0

[startup+0.106772 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 24990
/proc/meminfo: memFree=1920912/2055920 swapFree=4161536/4192956
[pid=24990] ppid=24988 vsize=1940 CPUtime=0.1
/proc/24990/stat : 24990 (Spear-32) R 24988 24990 23985 0 -1 4194304 312 0 0 0 10 0 0 0 18 0 1 0 273811802 1986560 296 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24990/statm: 485 296 140 302 0 180 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1940

[startup+0.514841 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 24990
/proc/meminfo: memFree=1920912/2055920 swapFree=4161536/4192956
[pid=24990] ppid=24988 vsize=2720 CPUtime=0.5
/proc/24990/stat : 24990 (Spear-32) R 24988 24990 23985 0 -1 4194304 501 0 0 0 50 0 0 0 21 0 1 0 273811802 2785280 485 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24990/statm: 680 485 140 302 0 375 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 2720

[startup+1.33498 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24991
/proc/meminfo: memFree=1918728/2055920 swapFree=4161536/4192956
[pid=24990] ppid=24988 vsize=3636 CPUtime=1.32
/proc/24990/stat : 24990 (Spear-32) R 24988 24990 23985 0 -1 4194304 751 0 0 0 131 1 0 0 25 0 1 0 273811802 3723264 735 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24990/statm: 909 735 140 302 0 604 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 3636

[startup+2.97326 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24991
/proc/meminfo: memFree=1917448/2055920 swapFree=4161536/4192956
[pid=24990] ppid=24988 vsize=5184 CPUtime=2.96
/proc/24990/stat : 24990 (Spear-32) R 24988 24990 23985 0 -1 4194304 1131 0 0 0 294 2 0 0 25 0 1 0 273811802 5308416 1115 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24990/statm: 1296 1115 140 302 0 991 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 5184

[startup+6.24982 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24991
/proc/meminfo: memFree=1915144/2055920 swapFree=4161536/4192956
[pid=24990] ppid=24988 vsize=7244 CPUtime=6.24
/proc/24990/stat : 24990 (Spear-32) R 24988 24990 23985 0 -1 4194304 1647 0 0 0 619 5 0 0 25 0 1 0 273811802 7417856 1598 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24990/statm: 1811 1598 140 302 0 1506 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 7244

[startup+12.7059 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24991
/proc/meminfo: memFree=1912136/2055920 swapFree=4161536/4192956
[pid=24990] ppid=24988 vsize=9972 CPUtime=12.69
/proc/24990/stat : 24990 (Spear-32) R 24988 24990 23985 0 -1 4194304 2333 0 0 0 1261 8 0 0 25 0 1 0 273811802 10211328 2284 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24990/statm: 2493 2284 140 302 0 2188 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 9972

[startup+25.5061 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24991
/proc/meminfo: memFree=1908296/2055920 swapFree=4161536/4192956
[pid=24990] ppid=24988 vsize=14124 CPUtime=25.48
/proc/24990/stat : 24990 (Spear-32) R 24988 24990 23985 0 -1 4194304 3399 0 0 0 2536 12 0 0 25 0 1 0 273811802 14462976 3285 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24990/statm: 3531 3285 140 302 0 3226 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 14124

[startup+51.1145 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24991
/proc/meminfo: memFree=1902472/2055920 swapFree=4161536/4192956
[pid=24990] ppid=24988 vsize=19856 CPUtime=51.09
/proc/24990/stat : 24990 (Spear-32) R 24988 24990 23985 0 -1 4194304 4825 0 0 0 5091 18 0 0 25 0 1 0 273811802 20332544 4711 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24990/statm: 4964 4711 140 302 0 4659 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 19856

[startup+102.325 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24991
/proc/meminfo: memFree=1893000/2055920 swapFree=4161536/4192956
[pid=24990] ppid=24988 vsize=29740 CPUtime=102.28
/proc/24990/stat : 24990 (Spear-32) R 24988 24990 23985 0 -1 4194304 7302 0 0 0 10200 28 0 0 25 0 1 0 273811802 30453760 7059 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/24990/statm: 7435 7059 140 302 0 7130 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 29740

[startup+162.354 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24991
/proc/meminfo: memFree=1883720/2055920 swapFree=4161536/4192956
[pid=24990] ppid=24988 vsize=38692 CPUtime=162.29
/proc/24990/stat : 24990 (Spear-32) R 24988 24990 23985 0 -1 4194304 9570 0 0 0 16191 38 0 0 25 0 1 0 273811802 39620608 9327 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/24990/statm: 9673 9327 140 302 0 9368 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 38692

[startup+222.377 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24991
/proc/meminfo: memFree=1876232/2055920 swapFree=4161536/4192956
[pid=24990] ppid=24988 vsize=47464 CPUtime=222.3
/proc/24990/stat : 24990 (Spear-32) R 24988 24990 23985 0 -1 4194304 11714 0 0 0 22182 48 0 0 25 0 1 0 273811802 48603136 11214 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/24990/statm: 11866 11214 140 302 0 11561 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 47464

[startup+282.394 s]
/proc/loadavg: 1.08 1.02 1.01 2/65 24991
/proc/meminfo: memFree=1870152/2055920 swapFree=4161536/4192956
[pid=24990] ppid=24988 vsize=53728 CPUtime=282.29
/proc/24990/stat : 24990 (Spear-32) R 24988 24990 23985 0 -1 4194304 13234 0 0 0 28175 54 0 0 25 0 1 0 273811802 55017472 12734 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/24990/statm: 13432 12734 140 302 0 13127 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 53728

[startup+342.41 s]
/proc/loadavg: 1.07 1.03 1.00 2/65 24991
/proc/meminfo: memFree=1863944/2055920 swapFree=4161536/4192956
[pid=24990] ppid=24988 vsize=59820 CPUtime=342.29
/proc/24990/stat : 24990 (Spear-32) R 24988 24990 23985 0 -1 4194304 14781 0 0 0 34166 63 0 0 25 0 1 0 273811802 61255680 14281 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24990/statm: 14955 14281 140 302 0 14650 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 59820

[startup+402.438 s]
/proc/loadavg: 1.02 1.02 1.00 2/65 24991
/proc/meminfo: memFree=1858568/2055920 swapFree=4161536/4192956
[pid=24990] ppid=24988 vsize=65116 CPUtime=402.3
/proc/24990/stat : 24990 (Spear-32) R 24988 24990 23985 0 -1 4194304 16099 0 0 0 40161 69 0 0 25 0 1 0 273811802 66678784 15599 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526822 0 0 4096 0 0 0 0 17 1 0 0
/proc/24990/statm: 16279 15599 140 302 0 15974 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 65116

[startup+462.46 s]
/proc/loadavg: 1.01 1.01 1.00 2/65 24991
/proc/meminfo: memFree=1853960/2055920 swapFree=4161536/4192956
[pid=24990] ppid=24988 vsize=69880 CPUtime=462.29
/proc/24990/stat : 24990 (Spear-32) R 24988 24990 23985 0 -1 4194304 17259 0 0 0 46154 75 0 0 25 0 1 0 273811802 71557120 16759 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24990/statm: 17470 16759 140 302 0 17165 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 69880

[startup+522.483 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 24991
/proc/meminfo: memFree=1849608/2055920 swapFree=4161536/4192956
[pid=24990] ppid=24988 vsize=74020 CPUtime=522.3
/proc/24990/stat : 24990 (Spear-32) R 24988 24990 23985 0 -1 4194304 18342 0 0 0 52148 82 0 0 25 0 1 0 273811802 75796480 17842 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527012 0 0 4096 0 0 0 0 17 1 0 0
/proc/24990/statm: 18505 17842 140 302 0 18200 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 74020

[startup+582.501 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24991
/proc/meminfo: memFree=1844936/2055920 swapFree=4161536/4192956
[pid=24990] ppid=24988 vsize=78880 CPUtime=582.31
/proc/24990/stat : 24990 (Spear-32) R 24988 24990 23985 0 -1 4194304 19498 0 0 0 58142 89 0 0 25 0 1 0 273811802 80773120 18998 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/24990/statm: 19720 18998 140 302 0 19415 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 78880

[startup+642.523 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24991
/proc/meminfo: memFree=1840968/2055920 swapFree=4161536/4192956
[pid=24990] ppid=24988 vsize=82880 CPUtime=642.3
/proc/24990/stat : 24990 (Spear-32) R 24988 24990 23985 0 -1 4194304 20503 0 0 0 64136 94 0 0 25 0 1 0 273811802 84869120 20003 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/24990/statm: 20720 20003 140 302 0 20415 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 82880

[startup+702.544 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24991
/proc/meminfo: memFree=1837128/2055920 swapFree=4161536/4192956
[pid=24990] ppid=24988 vsize=86636 CPUtime=702.3
/proc/24990/stat : 24990 (Spear-32) R 24988 24990 23985 0 -1 4194304 21427 0 0 0 70131 99 0 0 25 0 1 0 273811802 88715264 20927 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24990/statm: 21659 20927 140 302 0 21354 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 86636

[startup+762.567 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24991
/proc/meminfo: memFree=1833608/2055920 swapFree=4161536/4192956
[pid=24990] ppid=24988 vsize=90160 CPUtime=762.31
/proc/24990/stat : 24990 (Spear-32) R 24988 24990 23985 0 -1 4194304 22303 0 0 0 76127 104 0 0 25 0 1 0 273811802 92323840 21803 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/24990/statm: 22540 21803 140 302 0 22235 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 90160

[startup+822.594 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24991
/proc/meminfo: memFree=1829896/2055920 swapFree=4161536/4192956
[pid=24990] ppid=24988 vsize=95880 CPUtime=822.31
/proc/24990/stat : 24990 (Spear-32) R 24988 24990 23985 0 -1 4194304 23723 0 0 0 82122 109 0 0 25 0 1 0 273811802 98181120 22710 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526767 0 0 4096 0 0 0 0 17 1 0 0
/proc/24990/statm: 23970 22710 140 302 0 23665 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 95880

[startup+882.613 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24991
/proc/meminfo: memFree=1826504/2055920 swapFree=4161536/4192956
[pid=24990] ppid=24988 vsize=99316 CPUtime=882.32
/proc/24990/stat : 24990 (Spear-32) R 24988 24990 23985 0 -1 4194304 24575 0 0 0 88118 114 0 0 25 0 1 0 273811802 101699584 23562 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527104 0 0 4096 0 0 0 0 17 1 0 0
/proc/24990/statm: 24829 23562 140 302 0 24524 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 99316

[startup+942.631 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24991
/proc/meminfo: memFree=1823432/2055920 swapFree=4161536/4192956
[pid=24990] ppid=24988 vsize=102388 CPUtime=942.32
/proc/24990/stat : 24990 (Spear-32) R 24988 24990 23985 0 -1 4194304 25346 0 0 0 94115 117 0 0 25 0 1 0 273811802 104845312 24333 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/24990/statm: 25597 24333 140 302 0 25292 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 102388

[startup+1002.65 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24991
/proc/meminfo: memFree=1820424/2055920 swapFree=4161536/4192956
[pid=24990] ppid=24988 vsize=105308 CPUtime=1002.32
/proc/24990/stat : 24990 (Spear-32) R 24988 24990 23985 0 -1 4194304 26087 0 0 0 100111 121 0 0 25 0 1 0 273811802 107835392 25074 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/24990/statm: 26327 25074 140 302 0 26022 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 105308

[startup+1062.68 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24991
/proc/meminfo: memFree=1817288/2055920 swapFree=4161536/4192956
[pid=24990] ppid=24988 vsize=108868 CPUtime=1062.32
/proc/24990/stat : 24990 (Spear-32) R 24988 24990 23985 0 -1 4194304 26864 0 0 0 106108 124 0 0 25 0 1 0 273811802 111480832 25851 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/24990/statm: 27217 25851 140 302 0 26912 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 108868

[startup+1122.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24991
/proc/meminfo: memFree=1814344/2055920 swapFree=4161536/4192956
[pid=24990] ppid=24988 vsize=111608 CPUtime=1122.33
/proc/24990/stat : 24990 (Spear-32) R 24988 24990 23985 0 -1 4194304 27588 0 0 0 112103 130 0 0 25 0 1 0 273811802 114286592 26575 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527168 0 0 4096 0 0 0 0 17 1 0 0
/proc/24990/statm: 27902 26575 140 302 0 27597 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 111608

[startup+1182.72 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24991
/proc/meminfo: memFree=1811464/2055920 swapFree=4161536/4192956
[pid=24990] ppid=24988 vsize=114440 CPUtime=1182.33
/proc/24990/stat : 24990 (Spear-32) R 24988 24990 23985 0 -1 4194304 28302 0 0 0 118099 134 0 0 25 0 1 0 273811802 117186560 27289 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24990/statm: 28610 27289 140 302 0 28305 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 114440



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.44 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24991
/proc/meminfo: memFree=1810632/2055920 swapFree=4161536/4192956
[pid=24990] ppid=24988 vsize=115468 CPUtime=1200.04
/proc/24990/stat : 24990 (Spear-32) R 24988 24990 23985 0 -1 4194304 28505 0 0 0 119868 136 0 0 25 0 1 0 273811802 118239232 27492 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527089 0 0 4096 0 0 0 0 17 1 0 0
/proc/24990/statm: 28867 27492 140 302 0 28562 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 115468

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

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

[startup+1200.44 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24991
/proc/meminfo: memFree=1810632/2055920 swapFree=4161536/4192956
[pid=24990] ppid=24988 vsize=115468 CPUtime=1200.04
/proc/24990/stat : 24990 (Spear-32) R 24988 24990 23985 0 -1 4194304 28505 0 0 0 119868 136 0 0 25 0 1 0 273811802 118239232 27492 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527089 0 0 4096 0 0 0 0 17 1 0 0
/proc/24990/statm: 28867 27492 140 302 0 28562 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 115468

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.46
CPU time (s): 1200.07
CPU user time (s): 1198.68
CPU system time (s): 1.38579
CPU usage (%): 99.9676
Max. virtual memory (cumulated for all children) (KiB): 115468

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

runsolver used 0.84887 second user time and 2.37864 second system time

The end

Launcher Data (download as text)

Begin job on node39 on Tue Feb 27 01:09:19 UTC 2007

IDJOB= 309289
IDBENCH= 20254
IDSOLVER= 131
FILE ID= node39/309289-1172538559

PBS_JOBID= 3971822

Free space on /tmp= 66557 MiB

SOLVER NAME= Spear FHS 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/309289-1172538559/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/309289-1172538559/instance-309289-1172538559.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node39/watcher-309289-1172538559 -o ROOT/results/node39/solver-309289-1172538559 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/309289-1172538559/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/309289-1172538559/instance-309289-1172538559.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  1419f338cd3a22164a64179e41545055

RANDOM SEED= 46893675

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node39.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.285
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.285
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:       1921320 kB
Buffers:         10584 kB
Cached:          64992 kB
SwapCached:      25676 kB
Active:          39884 kB
Inactive:        68100 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1921320 kB
SwapTotal:     4192956 kB
SwapFree:      4161536 kB
Dirty:            1592 kB
Writeback:           0 kB
Mapped:          15316 kB
Slab:            12692 kB
Committed_AS:   640692 kB
PageTables:       1412 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= 66557 MiB

End job on node39 on Tue Feb 27 01:29:22 UTC 2007