Trace number 309044

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.04 1200.35

General information on the benchmark

Namerandom/2+p/p0.7/v4500/
unif2p-p0.7-v4500-c12015-S1311582577-17-UNSAT.cnf
MD5SUMd1a87980ded0cf880f4810de1a082421
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1064.77
Satisfiable
(Un)Satisfiability was proved
Number of variables4497
Number of clauses12014
Sum of the clauses size32438
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 23604
Number of clauses of size 38410
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/309044-1172532655/instance-309044-1172532655.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/node3/watcher-309044-1172532655 -o ROOT/results/node3/solver-309044-1172532655 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/309044-1172532655/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/309044-1172532655/instance-309044-1172532655.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.01 1.10 3/77 24397
/proc/meminfo: memFree=815912/2055920 swapFree=4192812/4192956
[pid=24397] ppid=24395 vsize=1932 CPUtime=0
/proc/24397/stat : 24397 (Spear-32) R 24395 24397 23912 0 -1 4194304 263 0 0 0 0 0 0 0 18 0 1 0 273220379 1978368 247 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134518176 0 0 4096 0 0 0 0 17 1 0 0
/proc/24397/statm: 483 247 126 302 0 178 0

[startup+0.106346 s]
/proc/loadavg: 1.00 1.01 1.10 3/77 24397
/proc/meminfo: memFree=815912/2055920 swapFree=4192812/4192956
[pid=24397] ppid=24395 vsize=2900 CPUtime=0.1
/proc/24397/stat : 24397 (Spear-32) R 24395 24397 23912 0 -1 4194304 495 0 0 0 10 0 0 0 18 0 1 0 273220379 2969600 479 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24397/statm: 725 479 140 302 0 420 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2900

[startup+0.51438 s]
/proc/loadavg: 1.00 1.01 1.10 3/77 24397
/proc/meminfo: memFree=815912/2055920 swapFree=4192812/4192956
[pid=24397] ppid=24395 vsize=3280 CPUtime=0.5
/proc/24397/stat : 24397 (Spear-32) R 24395 24397 23912 0 -1 4194304 612 0 0 0 50 0 0 0 21 0 1 0 273220379 3358720 596 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24397/statm: 820 596 140 302 0 515 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 3280

[startup+1.33445 s]
/proc/loadavg: 1.00 1.01 1.09 3/78 24398
/proc/meminfo: memFree=813472/2055920 swapFree=4192812/4192956
[pid=24397] ppid=24395 vsize=4044 CPUtime=1.33
/proc/24397/stat : 24397 (Spear-32) R 24395 24397 23912 0 -1 4194304 797 0 0 0 132 1 0 0 25 0 1 0 273220379 4141056 781 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24397/statm: 1011 781 140 302 0 706 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 4044

[startup+2.97058 s]
/proc/loadavg: 1.00 1.01 1.09 2/78 24398
/proc/meminfo: memFree=812512/2055920 swapFree=4192812/4192956
[pid=24397] ppid=24395 vsize=5228 CPUtime=2.96
/proc/24397/stat : 24397 (Spear-32) R 24395 24397 23912 0 -1 4194304 1075 0 0 0 294 2 0 0 25 0 1 0 273220379 5353472 1059 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24397/statm: 1307 1059 140 302 0 1002 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 5228

[startup+6.24685 s]
/proc/loadavg: 1.00 1.01 1.09 2/78 24398
/proc/meminfo: memFree=810464/2055920 swapFree=4192812/4192956
[pid=24397] ppid=24395 vsize=7020 CPUtime=6.24
/proc/24397/stat : 24397 (Spear-32) R 24395 24397 23912 0 -1 4194304 1536 0 0 0 620 4 0 0 25 0 1 0 273220379 7188480 1520 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24397/statm: 1755 1520 140 302 0 1450 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 7020

[startup+12.7044 s]
/proc/loadavg: 1.00 1.01 1.09 2/78 24398
/proc/meminfo: memFree=807200/2055920 swapFree=4192812/4192956
[pid=24397] ppid=24395 vsize=10088 CPUtime=12.69
/proc/24397/stat : 24397 (Spear-32) R 24395 24397 23912 0 -1 4194304 2310 0 0 0 1263 6 0 0 25 0 1 0 273220379 10330112 2261 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526957 0 0 4096 0 0 0 0 17 1 0 0
/proc/24397/statm: 2522 2261 140 302 0 2217 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 10088

[startup+25.5114 s]
/proc/loadavg: 1.00 1.01 1.09 2/78 24398
/proc/meminfo: memFree=803104/2055920 swapFree=4192812/4192956
[pid=24397] ppid=24395 vsize=14284 CPUtime=25.49
/proc/24397/stat : 24397 (Spear-32) R 24395 24397 23912 0 -1 4194304 3380 0 0 0 2540 9 0 0 25 0 1 0 273220379 14626816 3331 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24397/statm: 3571 3331 140 302 0 3266 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 14284

[startup+51.1236 s]
/proc/loadavg: 1.00 1.00 1.09 2/78 24398
/proc/meminfo: memFree=796448/2055920 swapFree=4192812/4192956
[pid=24397] ppid=24395 vsize=21008 CPUtime=51.1
/proc/24397/stat : 24397 (Spear-32) R 24395 24397 23912 0 -1 4194304 5082 0 0 0 5094 16 0 0 25 0 1 0 273220379 21512192 4968 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526894 0 0 4096 0 0 0 0 17 1 0 0
/proc/24397/statm: 5252 4968 140 302 0 4947 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 21008

[startup+102.345 s]
/proc/loadavg: 1.00 1.00 1.08 2/78 24398
/proc/meminfo: memFree=787616/2055920 swapFree=4192812/4192956
[pid=24397] ppid=24395 vsize=30428 CPUtime=102.3
/proc/24397/stat : 24397 (Spear-32) R 24395 24397 23912 0 -1 4194304 7432 0 0 0 10202 28 0 0 25 0 1 0 273220379 31158272 7189 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526770 0 0 4096 0 0 0 0 17 1 0 0
/proc/24397/statm: 7607 7189 140 302 0 7302 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 30428

[startup+162.381 s]
/proc/loadavg: 1.00 1.00 1.08 2/78 24398
/proc/meminfo: memFree=777504/2055920 swapFree=4192812/4192956
[pid=24397] ppid=24395 vsize=40212 CPUtime=162.33
/proc/24397/stat : 24397 (Spear-32) R 24395 24397 23912 0 -1 4194304 9908 0 0 0 16194 39 0 0 25 0 1 0 273220379 41177088 9665 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24397/statm: 10053 9665 140 302 0 9748 0
Current children cumulated CPU time (s) 162.33
Current children cumulated vsize (KiB) 40212

[startup+222.408 s]
/proc/loadavg: 1.03 1.01 1.08 2/78 24398
/proc/meminfo: memFree=770656/2055920 swapFree=4192812/4192956
[pid=24397] ppid=24395 vsize=47052 CPUtime=222.34
/proc/24397/stat : 24397 (Spear-32) R 24395 24397 23912 0 -1 4194304 11613 0 0 0 22187 47 0 0 25 0 1 0 273220379 48181248 11370 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526896 0 0 4096 0 0 0 0 17 1 0 0
/proc/24397/statm: 11763 11370 140 302 0 11458 0
Current children cumulated CPU time (s) 222.34
Current children cumulated vsize (KiB) 47052

[startup+282.436 s]
/proc/loadavg: 1.01 1.01 1.07 2/78 24398
/proc/meminfo: memFree=764384/2055920 swapFree=4192812/4192956
[pid=24397] ppid=24395 vsize=54336 CPUtime=282.35
/proc/24397/stat : 24397 (Spear-32) R 24395 24397 23912 0 -1 4194304 13422 0 0 0 28181 54 0 0 25 0 1 0 273220379 55640064 12922 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/24397/statm: 13584 12922 140 302 0 13279 0
Current children cumulated CPU time (s) 282.35
Current children cumulated vsize (KiB) 54336

[startup+342.465 s]
/proc/loadavg: 1.00 1.00 1.06 2/78 24398
/proc/meminfo: memFree=758304/2055920 swapFree=4192812/4192956
[pid=24397] ppid=24395 vsize=60524 CPUtime=342.36
/proc/24397/stat : 24397 (Spear-32) R 24395 24397 23912 0 -1 4194304 14932 0 0 0 34173 63 0 0 25 0 1 0 273220379 61976576 14432 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24397/statm: 15131 14432 140 302 0 14826 0
Current children cumulated CPU time (s) 342.36
Current children cumulated vsize (KiB) 60524

[startup+402.493 s]
/proc/loadavg: 1.00 1.00 1.06 2/78 24398
/proc/meminfo: memFree=753056/2055920 swapFree=4192812/4192956
[pid=24397] ppid=24395 vsize=65768 CPUtime=402.38
/proc/24397/stat : 24397 (Spear-32) R 24395 24397 23912 0 -1 4194304 16239 0 0 0 40168 70 0 0 25 0 1 0 273220379 67346432 15739 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24397/statm: 16442 15739 140 302 0 16137 0
Current children cumulated CPU time (s) 402.38
Current children cumulated vsize (KiB) 65768

[startup+462.521 s]
/proc/loadavg: 1.00 1.00 1.05 2/78 24398
/proc/meminfo: memFree=746656/2055920 swapFree=4192812/4192956
[pid=24397] ppid=24395 vsize=71996 CPUtime=462.39
/proc/24397/stat : 24397 (Spear-32) R 24395 24397 23912 0 -1 4194304 17831 0 0 0 46161 78 0 0 25 0 1 0 273220379 73723904 17331 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526888 0 0 4096 0 0 0 0 17 1 0 0
/proc/24397/statm: 17999 17331 140 302 0 17694 0
Current children cumulated CPU time (s) 462.39
Current children cumulated vsize (KiB) 71996

[startup+522.552 s]
/proc/loadavg: 1.00 1.00 1.05 2/78 24398
/proc/meminfo: memFree=741152/2055920 swapFree=4192812/4192956
[pid=24397] ppid=24395 vsize=77608 CPUtime=522.41
/proc/24397/stat : 24397 (Spear-32) R 24395 24397 23912 0 -1 4194304 19231 0 0 0 52155 86 0 0 25 0 1 0 273220379 79470592 18731 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527052 0 0 4096 0 0 0 0 17 1 0 0
/proc/24397/statm: 19402 18731 140 302 0 19097 0
Current children cumulated CPU time (s) 522.41
Current children cumulated vsize (KiB) 77608

[startup+582.583 s]
/proc/loadavg: 1.00 1.00 1.04 2/78 24400
/proc/meminfo: memFree=736800/2055920 swapFree=4192812/4192956
[pid=24397] ppid=24395 vsize=81908 CPUtime=582.43
/proc/24397/stat : 24397 (Spear-32) R 24395 24397 23912 0 -1 4194304 20297 0 0 0 58152 91 0 0 25 0 1 0 273220379 83873792 19797 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/24397/statm: 20477 19797 140 302 0 20172 0
Current children cumulated CPU time (s) 582.43
Current children cumulated vsize (KiB) 81908

[startup+642.618 s]
/proc/loadavg: 1.00 1.00 1.04 2/78 24400
/proc/meminfo: memFree=732704/2055920 swapFree=4192812/4192956
[pid=24397] ppid=24395 vsize=86032 CPUtime=642.44
/proc/24397/stat : 24397 (Spear-32) R 24395 24397 23912 0 -1 4194304 21329 0 0 0 64148 96 0 0 25 0 1 0 273220379 88096768 20829 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24397/statm: 21508 20829 140 302 0 21203 0
Current children cumulated CPU time (s) 642.44
Current children cumulated vsize (KiB) 86032

[startup+702.649 s]
/proc/loadavg: 1.00 1.00 1.03 2/78 24400
/proc/meminfo: memFree=728032/2055920 swapFree=4192812/4192956
[pid=24397] ppid=24395 vsize=90832 CPUtime=702.46
/proc/24397/stat : 24397 (Spear-32) R 24395 24397 23912 0 -1 4194304 22488 0 0 0 70142 104 0 0 25 0 1 0 273220379 93011968 21988 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526960 0 0 4096 0 0 0 0 17 1 0 0
/proc/24397/statm: 22708 21988 140 302 0 22403 0
Current children cumulated CPU time (s) 702.46
Current children cumulated vsize (KiB) 90832

[startup+762.679 s]
/proc/loadavg: 1.00 1.00 1.02 2/78 24400
/proc/meminfo: memFree=723616/2055920 swapFree=4192812/4192956
[pid=24397] ppid=24395 vsize=95228 CPUtime=762.48
/proc/24397/stat : 24397 (Spear-32) R 24395 24397 23912 0 -1 4194304 23598 0 0 0 76138 110 0 0 25 0 1 0 273220379 97513472 23098 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24397/statm: 23807 23098 140 302 0 23502 0
Current children cumulated CPU time (s) 762.48
Current children cumulated vsize (KiB) 95228

[startup+822.712 s]
/proc/loadavg: 1.00 1.00 1.02 2/78 24400
/proc/meminfo: memFree=719520/2055920 swapFree=4192812/4192956
[pid=24397] ppid=24395 vsize=99252 CPUtime=822.49
/proc/24397/stat : 24397 (Spear-32) R 24395 24397 23912 0 -1 4194304 24614 0 0 0 82132 117 0 0 25 0 1 0 273220379 101634048 24114 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/24397/statm: 24813 24114 140 302 0 24508 0
Current children cumulated CPU time (s) 822.49
Current children cumulated vsize (KiB) 99252

[startup+882.744 s]
/proc/loadavg: 1.00 1.00 1.01 2/78 24400
/proc/meminfo: memFree=715936/2055920 swapFree=4192812/4192956
[pid=24397] ppid=24395 vsize=102948 CPUtime=882.51
/proc/24397/stat : 24397 (Spear-32) R 24395 24397 23912 0 -1 4194304 25530 0 0 0 88129 122 0 0 25 0 1 0 273220379 105418752 25030 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24397/statm: 25737 25030 140 302 0 25432 0
Current children cumulated CPU time (s) 882.51
Current children cumulated vsize (KiB) 102948

[startup+942.774 s]
/proc/loadavg: 1.00 1.00 1.01 2/78 24400
/proc/meminfo: memFree=712288/2055920 swapFree=4192812/4192956
[pid=24397] ppid=24395 vsize=108696 CPUtime=942.52
/proc/24397/stat : 24397 (Spear-32) R 24395 24397 23912 0 -1 4194304 26945 0 0 0 94124 128 0 0 25 0 1 0 273220379 111304704 25932 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/24397/statm: 27174 25932 140 302 0 26869 0
Current children cumulated CPU time (s) 942.52
Current children cumulated vsize (KiB) 108696

[startup+1002.81 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 24400
/proc/meminfo: memFree=708448/2055920 swapFree=4192812/4192956
[pid=24397] ppid=24395 vsize=112532 CPUtime=1002.54
/proc/24397/stat : 24397 (Spear-32) R 24395 24397 23912 0 -1 4194304 27912 0 0 0 100121 133 0 0 25 0 1 0 273220379 115232768 26899 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/24397/statm: 28133 26899 140 302 0 27828 0
Current children cumulated CPU time (s) 1002.54
Current children cumulated vsize (KiB) 112532

[startup+1062.85 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 24400
/proc/meminfo: memFree=704992/2055920 swapFree=4192812/4192956
[pid=24397] ppid=24395 vsize=115872 CPUtime=1062.57
/proc/24397/stat : 24397 (Spear-32) R 24395 24397 23912 0 -1 4194304 28768 0 0 0 106119 138 0 0 25 0 1 0 273220379 118652928 27755 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24397/statm: 28968 27755 140 302 0 28663 0
Current children cumulated CPU time (s) 1062.57
Current children cumulated vsize (KiB) 115872

[startup+1122.88 s]
/proc/loadavg: 1.00 1.00 1.00 3/78 24400
/proc/meminfo: memFree=701664/2055920 swapFree=4192812/4192956
[pid=24397] ppid=24395 vsize=119416 CPUtime=1122.58
/proc/24397/stat : 24397 (Spear-32) R 24395 24397 23912 0 -1 4194304 29611 0 0 0 112116 142 0 0 25 0 1 0 273220379 122281984 28598 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/24397/statm: 29854 28598 140 302 0 29549 0
Current children cumulated CPU time (s) 1122.58
Current children cumulated vsize (KiB) 119416

[startup+1182.91 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 24400
/proc/meminfo: memFree=698208/2055920 swapFree=4192812/4192956
[pid=24397] ppid=24395 vsize=122880 CPUtime=1182.59
/proc/24397/stat : 24397 (Spear-32) R 24395 24397 23912 0 -1 4194304 30468 0 0 0 118113 146 0 0 25 0 1 0 273220379 125829120 29455 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24397/statm: 30720 29455 140 302 0 30415 0
Current children cumulated CPU time (s) 1182.59
Current children cumulated vsize (KiB) 122880



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.33 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 24400
/proc/meminfo: memFree=697248/2055920 swapFree=4192812/4192956
[pid=24397] ppid=24395 vsize=123792 CPUtime=1200.01
/proc/24397/stat : 24397 (Spear-32) R 24395 24397 23912 0 -1 4194304 30705 0 0 0 119854 147 0 0 25 0 1 0 273220379 126763008 29692 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526984 0 0 4096 0 0 0 0 17 1 0 0
/proc/24397/statm: 30948 29692 140 302 0 30643 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 123792

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.35
CPU time (s): 1200.04
CPU user time (s): 1198.54
CPU system time (s): 1.49677
CPU usage (%): 99.974
Max. virtual memory (cumulated for all children) (KiB): 123792

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

runsolver used 1.40379 second user time and 2.85656 second system time

The end

Launcher Data (download as text)

Begin job on node3 on Mon Feb 26 23:30:55 UTC 2007

IDJOB= 309044
IDBENCH= 20248
IDSOLVER= 132
FILE ID= node3/309044-1172532655

PBS_JOBID= 3971628

Free space on /tmp= 66556 MiB

SOLVER NAME= Spear FH 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/2+p/p0.7/v4500/unif2p-p0.7-v4500-c12015-S1311582577-17-UNSAT.cnf
COMMAND LINE= /tmp/evaluation/309044-1172532655/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/309044-1172532655/instance-309044-1172532655.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node3/watcher-309044-1172532655 -o ROOT/results/node3/solver-309044-1172532655 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/309044-1172532655/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/309044-1172532655/instance-309044-1172532655.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  d1a87980ded0cf880f4810de1a082421

RANDOM SEED= 81541478

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node3.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.241
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.241
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:        816320 kB
Buffers:         68560 kB
Cached:        1034060 kB
SwapCached:          0 kB
Active:         461208 kB
Inactive:       696632 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        816320 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1752 kB
Writeback:           0 kB
Mapped:          74100 kB
Slab:            67328 kB
Committed_AS:  1163004 kB
PageTables:       1660 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 node3 on Mon Feb 26 23:50:58 UTC 2007