Trace number 314768

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 2007-02-12? (TO) 1200.09 1200.63

General information on the benchmark

Nameindustrial/fuhs/hard/
AProVE07-01.cnf
MD5SUMd2f77e32530988f77dca5112174eee00
Bench CategoryINDUST (industrial 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 variables7502
Number of clauses28770
Sum of the clauses size76290
Maximum clause length847
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 215814
Number of clauses of size 311119
Number of clauses of size 4733
Number of clauses of size 5172
Number of clauses of size over 5931

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/314768-1172641933/instance-314768-1172641933.cnf

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.1 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node44/watcher-314768-1172641933 -o ROOT/results/node44/solver-314768-1172641933 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/314768-1172641933/Spear-32 --model-stdout --time --dimacs /tmp/evaluation/314768-1172641933/instance-314768-1172641933.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2400 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 0.99 0.99 3/64 10392
/proc/meminfo: memFree=1295488/2055920 swapFree=4183332/4192956
[pid=10392] ppid=10390 vsize=1932 CPUtime=0
/proc/10392/stat : 10392 (Spear-32) R 10390 10392 9509 0 -1 4194304 261 0 0 0 0 0 0 0 18 0 1 0 284149483 1978368 245 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 134518176 0 0 4096 0 0 0 0 17 1 0 0
/proc/10392/statm: 483 245 126 302 0 178 0

[startup+0.091996 s]
/proc/loadavg: 1.00 0.99 0.99 3/64 10392
/proc/meminfo: memFree=1295488/2055920 swapFree=4183332/4192956
[pid=10392] ppid=10390 vsize=3500 CPUtime=0.08
/proc/10392/stat : 10392 (Spear-32) R 10390 10392 9509 0 -1 4194304 728 0 0 0 8 0 0 0 18 0 1 0 284149483 3584000 684 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10392/statm: 875 684 141 302 0 570 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 3500

[startup+0.101998 s]
/proc/loadavg: 1.00 0.99 0.99 3/64 10392
/proc/meminfo: memFree=1295488/2055920 swapFree=4183332/4192956
[pid=10392] ppid=10390 vsize=3648 CPUtime=0.09
/proc/10392/stat : 10392 (Spear-32) R 10390 10392 9509 0 -1 4194304 736 0 0 0 9 0 0 0 18 0 1 0 284149483 3735552 692 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10392/statm: 912 692 141 302 0 607 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3648

[startup+0.301033 s]
/proc/loadavg: 1.00 0.99 0.99 3/64 10392
/proc/meminfo: memFree=1295488/2055920 swapFree=4183332/4192956
[pid=10392] ppid=10390 vsize=3780 CPUtime=0.29
/proc/10392/stat : 10392 (Spear-32) R 10390 10392 9509 0 -1 4194304 787 0 0 0 29 0 0 0 19 0 1 0 284149483 3870720 743 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10392/statm: 945 743 141 302 0 640 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3780

[startup+0.701106 s]
/proc/loadavg: 1.00 0.99 0.99 3/64 10392
/proc/meminfo: memFree=1295488/2055920 swapFree=4183332/4192956
[pid=10392] ppid=10390 vsize=4200 CPUtime=0.69
/proc/10392/stat : 10392 (Spear-32) R 10390 10392 9509 0 -1 4194304 874 0 0 0 68 1 0 0 22 0 1 0 284149483 4300800 830 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 134526668 0 0 4096 0 0 0 0 17 1 0 0
/proc/10392/statm: 1050 830 141 302 0 745 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4200

[startup+1.50125 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 10393
/proc/meminfo: memFree=1292408/2055920 swapFree=4183332/4192956
[pid=10392] ppid=10390 vsize=4720 CPUtime=1.48
/proc/10392/stat : 10392 (Spear-32) R 10390 10392 9509 0 -1 4194304 1033 0 0 0 147 1 0 0 25 0 1 0 284149483 4833280 989 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10392/statm: 1180 989 141 302 0 875 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 4720

[startup+3.10154 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 10393
/proc/meminfo: memFree=1291512/2055920 swapFree=4183332/4192956
[pid=10392] ppid=10390 vsize=5760 CPUtime=3.09
/proc/10392/stat : 10392 (Spear-32) R 10390 10392 9509 0 -1 4194304 1268 0 0 0 307 2 0 0 25 0 1 0 284149483 5898240 1224 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10392/statm: 1440 1224 141 302 0 1135 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 5760

[startup+6.30113 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 10393
/proc/meminfo: memFree=1289336/2055920 swapFree=4183332/4192956
[pid=10392] ppid=10390 vsize=7608 CPUtime=6.29
/proc/10392/stat : 10392 (Spear-32) R 10390 10392 9509 0 -1 4194304 1754 0 0 0 626 3 0 0 25 0 1 0 284149483 7790592 1710 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10392/statm: 1902 1710 141 302 0 1597 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 7608

[startup+12.7013 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 10393
/proc/meminfo: memFree=1286008/2055920 swapFree=4183332/4192956
[pid=10392] ppid=10390 vsize=10808 CPUtime=12.68
/proc/10392/stat : 10392 (Spear-32) R 10390 10392 9509 0 -1 4194304 2546 0 0 0 1263 5 0 0 25 0 1 0 284149483 11067392 2502 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10392/statm: 2702 2502 141 302 0 2397 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 10808

[startup+25.5016 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 10393
/proc/meminfo: memFree=1280952/2055920 swapFree=4183332/4192956
[pid=10392] ppid=10390 vsize=15704 CPUtime=25.49
/proc/10392/stat : 10392 (Spear-32) R 10390 10392 9509 0 -1 4194304 3786 0 0 0 2540 9 0 0 25 0 1 0 284149483 16080896 3709 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/10392/statm: 3926 3709 141 302 0 3621 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 15704

[startup+51.1013 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 10393
/proc/meminfo: memFree=1273400/2055920 swapFree=4183332/4192956
[pid=10392] ppid=10390 vsize=23688 CPUtime=51.08
/proc/10392/stat : 10392 (Spear-32) R 10390 10392 9509 0 -1 4194304 5764 0 0 0 5093 15 0 0 25 0 1 0 284149483 24256512 5622 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/10392/statm: 5922 5622 141 302 0 5617 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 23688

[startup+102.306 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 10393
/proc/meminfo: memFree=1259384/2055920 swapFree=4183332/4192956
[pid=10392] ppid=10390 vsize=37476 CPUtime=102.26
/proc/10392/stat : 10392 (Spear-32) R 10390 10392 9509 0 -1 4194304 9202 0 0 0 10200 26 0 0 25 0 1 0 284149483 38375424 9060 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 134526984 0 0 4096 0 0 0 0 17 1 0 0
/proc/10392/statm: 9369 9060 141 302 0 9064 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 37476

[startup+162.303 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 10393
/proc/meminfo: memFree=1248632/2055920 swapFree=4183332/4192956
[pid=10392] ppid=10390 vsize=48832 CPUtime=162.23
/proc/10392/stat : 10392 (Spear-32) R 10390 10392 9509 0 -1 4194304 12029 0 0 0 16187 36 0 0 25 0 1 0 284149483 50003968 11758 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10392/statm: 12208 11758 141 302 0 11903 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 48832

[startup+222.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 10393
/proc/meminfo: memFree=1237880/2055920 swapFree=4183332/4192956
[pid=10392] ppid=10390 vsize=59372 CPUtime=222.21
/proc/10392/stat : 10392 (Spear-32) R 10390 10392 9509 0 -1 4194304 14690 0 0 0 22176 45 0 0 25 0 1 0 284149483 60796928 14419 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10392/statm: 14843 14419 141 302 0 14538 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 59372

[startup+282.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 10393
/proc/meminfo: memFree=1228600/2055920 swapFree=4183332/4192956
[pid=10392] ppid=10390 vsize=68932 CPUtime=282.18
/proc/10392/stat : 10392 (Spear-32) R 10390 10392 9509 0 -1 4194304 17024 0 0 0 28163 55 0 0 25 0 1 0 284149483 70586368 16753 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 134526871 0 0 4096 0 0 0 0 17 1 0 0
/proc/10392/statm: 17233 16753 141 302 0 16928 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 68932

[startup+342.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 10393
/proc/meminfo: memFree=1220024/2055920 swapFree=4183332/4192956
[pid=10392] ppid=10390 vsize=77348 CPUtime=342.17
/proc/10392/stat : 10392 (Spear-32) R 10390 10392 9509 0 -1 4194304 19141 0 0 0 34154 63 0 0 25 0 1 0 284149483 79204352 18870 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 134527012 0 0 4096 0 0 0 0 17 1 0 0
/proc/10392/statm: 19337 18870 141 302 0 19032 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 77348

[startup+402.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 10393
/proc/meminfo: memFree=1212664/2055920 swapFree=4183332/4192956
[pid=10392] ppid=10390 vsize=85904 CPUtime=402.14
/proc/10392/stat : 10392 (Spear-32) R 10390 10392 9509 0 -1 4194304 21235 0 0 0 40144 70 0 0 25 0 1 0 284149483 87965696 20707 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 134526834 0 0 4096 0 0 0 0 17 1 0 0
/proc/10392/statm: 21476 20707 141 302 0 21171 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 85904

[startup+462.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 10393
/proc/meminfo: memFree=1204408/2055920 swapFree=4183332/4192956
[pid=10392] ppid=10390 vsize=94752 CPUtime=462.13
/proc/10392/stat : 10392 (Spear-32) R 10390 10392 9509 0 -1 4194304 23330 0 0 0 46137 76 0 0 25 0 1 0 284149483 97026048 22802 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/10392/statm: 23688 22802 141 302 0 23383 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 94752

[startup+522.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 10393
/proc/meminfo: memFree=1197688/2055920 swapFree=4183332/4192956
[pid=10392] ppid=10390 vsize=101372 CPUtime=522.1
/proc/10392/stat : 10392 (Spear-32) R 10390 10392 9509 0 -1 4194304 24999 0 0 0 52129 81 0 0 25 0 1 0 284149483 103804928 24471 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10392/statm: 25343 24471 141 302 0 25038 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 101372

[startup+582.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/71 10515
/proc/meminfo: memFree=1189832/2055920 swapFree=4183332/4192956
[pid=10392] ppid=10390 vsize=108056 CPUtime=582.02
/proc/10392/stat : 10392 (Spear-32) R 10390 10392 9509 0 -1 4194304 26682 0 0 0 58113 89 0 0 25 0 1 0 284149483 110649344 26154 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10392/statm: 27014 26154 141 302 0 26709 0
Current children cumulated CPU time (s) 582.02
Current children cumulated vsize (KiB) 108056

[startup+642.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 10591
/proc/meminfo: memFree=1184632/2055920 swapFree=4183332/4192956
[pid=10392] ppid=10390 vsize=114092 CPUtime=641.96
/proc/10392/stat : 10392 (Spear-32) R 10390 10392 9509 0 -1 4194304 28198 0 0 0 64101 95 0 0 25 0 1 0 284149483 116830208 27670 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 134526636 0 0 4096 0 0 0 0 17 1 0 0
/proc/10392/statm: 28523 27670 141 302 0 28218 0
Current children cumulated CPU time (s) 641.96
Current children cumulated vsize (KiB) 114092

[startup+702.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 10591
/proc/meminfo: memFree=1179320/2055920 swapFree=4183332/4192956
[pid=10392] ppid=10390 vsize=119420 CPUtime=701.93
/proc/10392/stat : 10392 (Spear-32) R 10390 10392 9509 0 -1 4194304 29580 0 0 0 70092 101 0 0 25 0 1 0 284149483 122286080 29052 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 134526957 0 0 4096 0 0 0 0 17 1 0 0
/proc/10392/statm: 29855 29052 141 302 0 29550 0
Current children cumulated CPU time (s) 701.93
Current children cumulated vsize (KiB) 119420

[startup+762.304 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 10591
/proc/meminfo: memFree=1174456/2055920 swapFree=4183332/4192956
[pid=10392] ppid=10390 vsize=124336 CPUtime=761.91
/proc/10392/stat : 10392 (Spear-32) R 10390 10392 9509 0 -1 4194304 30785 0 0 0 76085 106 0 0 25 0 1 0 284149483 127320064 30257 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/10392/statm: 31084 30257 141 302 0 30779 0
Current children cumulated CPU time (s) 761.91
Current children cumulated vsize (KiB) 124336

[startup+822.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 10591
/proc/meminfo: memFree=1169528/2055920 swapFree=4183332/4192956
[pid=10392] ppid=10390 vsize=129080 CPUtime=821.89
/proc/10392/stat : 10392 (Spear-32) R 10390 10392 9509 0 -1 4194304 31999 0 0 0 82078 111 0 0 25 0 1 0 284149483 132177920 31471 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 134526831 0 0 4096 0 0 0 0 17 1 0 0
/proc/10392/statm: 32270 31471 141 302 0 31965 0
Current children cumulated CPU time (s) 821.89
Current children cumulated vsize (KiB) 129080

[startup+882.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 10591
/proc/meminfo: memFree=1164792/2055920 swapFree=4183332/4192956
[pid=10392] ppid=10390 vsize=133996 CPUtime=881.86
/proc/10392/stat : 10392 (Spear-32) R 10390 10392 9509 0 -1 4194304 33191 0 0 0 88070 116 0 0 25 0 1 0 284149483 137211904 32663 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/10392/statm: 33499 32663 141 302 0 33194 0
Current children cumulated CPU time (s) 881.86
Current children cumulated vsize (KiB) 133996

[startup+942.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 10591
/proc/meminfo: memFree=1158840/2055920 swapFree=4183332/4192956
[pid=10392] ppid=10390 vsize=140560 CPUtime=941.84
/proc/10392/stat : 10392 (Spear-32) R 10390 10392 9509 0 -1 4194304 34679 0 0 0 94063 121 0 0 25 0 1 0 284149483 143933440 34151 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10392/statm: 35140 34151 141 302 0 34835 0
Current children cumulated CPU time (s) 941.84
Current children cumulated vsize (KiB) 140560

[startup+1002.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 10591
/proc/meminfo: memFree=1152120/2055920 swapFree=4183332/4192956
[pid=10392] ppid=10390 vsize=147560 CPUtime=1001.82
/proc/10392/stat : 10392 (Spear-32) R 10390 10392 9509 0 -1 4194304 36331 0 0 0 100055 127 0 0 25 0 1 0 284149483 151101440 35803 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/10392/statm: 36890 35803 141 302 0 36585 0
Current children cumulated CPU time (s) 1001.82
Current children cumulated vsize (KiB) 147560

[startup+1062.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 10591
/proc/meminfo: memFree=1147064/2055920 swapFree=4183332/4192956
[pid=10392] ppid=10390 vsize=152464 CPUtime=1061.79
/proc/10392/stat : 10392 (Spear-32) R 10390 10392 9509 0 -1 4194304 37602 0 0 0 106048 131 0 0 25 0 1 0 284149483 156123136 37074 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/10392/statm: 38116 37074 141 302 0 37811 0
Current children cumulated CPU time (s) 1061.79
Current children cumulated vsize (KiB) 152464

[startup+1122.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 10591
/proc/meminfo: memFree=1141816/2055920 swapFree=4183332/4192956
[pid=10392] ppid=10390 vsize=157544 CPUtime=1121.78
/proc/10392/stat : 10392 (Spear-32) R 10390 10392 9509 0 -1 4194304 38905 0 0 0 112041 137 0 0 25 0 1 0 284149483 161325056 38377 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10392/statm: 39386 38377 141 302 0 39081 0
Current children cumulated CPU time (s) 1121.78
Current children cumulated vsize (KiB) 157544

[startup+1182.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 10591
/proc/meminfo: memFree=1137016/2055920 swapFree=4183332/4192956
[pid=10392] ppid=10390 vsize=162636 CPUtime=1181.76
/proc/10392/stat : 10392 (Spear-32) R 10390 10392 9509 0 -1 4194304 40119 0 0 0 118034 142 0 0 25 0 1 0 284149483 166539264 39591 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/10392/statm: 40659 39591 141 302 0 40354 0
Current children cumulated CPU time (s) 1181.76
Current children cumulated vsize (KiB) 162636



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 10591
/proc/meminfo: memFree=1135224/2055920 swapFree=4183332/4192956
[pid=10392] ppid=10390 vsize=164212 CPUtime=1200.06
/proc/10392/stat : 10392 (Spear-32) R 10390 10392 9509 0 -1 4194304 40548 0 0 0 119863 143 0 0 25 0 1 0 284149483 168153088 40020 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/10392/statm: 41053 40020 141 302 0 40748 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 164212

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.63
CPU time (s): 1200.09
CPU user time (s): 1198.63
CPU system time (s): 1.45578
CPU usage (%): 99.9546
Max. virtual memory (cumulated for all children) (KiB): 164212

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

runsolver used 0.866868 second user time and 2.51462 second system time

The end

Launcher Data (download as text)

Begin job on node44 on Wed Feb 28 05:52:13 UTC 2007

IDJOB= 314768
IDBENCH= 20399
IDSOLVER= 133
FILE ID= node44/314768-1172641933

PBS_JOBID= 3981138

Free space on /tmp= 66543 MiB

SOLVER NAME= Spear 2007-02-12
BENCH NAME= HOME/pub/bench/SAT07/industrial/fuhs/hard/AProVE07-01.cnf
COMMAND LINE= /tmp/evaluation/314768-1172641933/Spear-32 --model-stdout --time --dimacs /tmp/evaluation/314768-1172641933/instance-314768-1172641933.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node44/watcher-314768-1172641933 -o ROOT/results/node44/solver-314768-1172641933 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/314768-1172641933/Spear-32 --model-stdout --time --dimacs /tmp/evaluation/314768-1172641933/instance-314768-1172641933.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  d2f77e32530988f77dca5112174eee00

RANDOM SEED= 125280382

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node44.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.261
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.261
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:       1295896 kB
Buffers:         36228 kB
Cached:         672536 kB
SwapCached:       3944 kB
Active:         264988 kB
Inactive:       453840 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1295896 kB
SwapTotal:     4192956 kB
SwapFree:      4183332 kB
Dirty:            1984 kB
Writeback:           0 kB
Mapped:          15428 kB
Slab:            27176 kB
Committed_AS:   608216 kB
PageTables:       1396 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= 66543 MiB

End job on node44 on Wed Feb 28 06:12:16 UTC 2007