Trace number 333681

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.08 1200.42

General information on the benchmark

Namecrafted/Medium/contest05/jarvisalo/
mod2-3cage-unsat-9-14.sat05-2589.reshuffled-07.cnf
MD5SUM4e736dbc376aed9798860699ef195d83
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.001998
Satisfiable
(Un)Satisfiability was proved
Number of variables87
Number of clauses232
Sum of the clauses size696
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3232
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/333681-1173525539/instance-333681-1173525539.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/node7/watcher-333681-1173525539 -o ROOT/results/node7/solver-333681-1173525539 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/333681-1173525539/Spear-32 --model-stdout --time --dimacs /tmp/evaluation/333681-1173525539/instance-333681-1173525539.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: 0.92 0.98 1.08 3/77 21058
/proc/meminfo: memFree=1646488/2055920 swapFree=4147416/4192956
[pid=21058] ppid=21056 vsize=1396 CPUtime=0
/proc/21058/stat : 21058 (Spear-32) R 21056 21058 20131 0 -1 4194304 182 0 0 0 0 0 0 0 18 0 1 0 372508632 1429504 166 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/21058/statm: 349 167 140 302 0 44 0

[startup+0.091816 s]
/proc/loadavg: 0.92 0.98 1.08 3/77 21058
/proc/meminfo: memFree=1646488/2055920 swapFree=4147416/4192956
[pid=21058] ppid=21056 vsize=1784 CPUtime=0.09
/proc/21058/stat : 21058 (Spear-32) R 21056 21058 20131 0 -1 4194304 287 0 0 0 9 0 0 0 18 0 1 0 372508632 1826816 271 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/21058/statm: 446 271 140 302 0 141 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1784

[startup+0.101817 s]
/proc/loadavg: 0.92 0.98 1.08 3/77 21058
/proc/meminfo: memFree=1646488/2055920 swapFree=4147416/4192956
[pid=21058] ppid=21056 vsize=1784 CPUtime=0.09
/proc/21058/stat : 21058 (Spear-32) R 21056 21058 20131 0 -1 4194304 295 0 0 0 9 0 0 0 18 0 1 0 372508632 1826816 279 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/21058/statm: 446 279 140 302 0 141 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1784

[startup+0.301837 s]
/proc/loadavg: 0.92 0.98 1.08 3/77 21058
/proc/meminfo: memFree=1646488/2055920 swapFree=4147416/4192956
[pid=21058] ppid=21056 vsize=2444 CPUtime=0.29
/proc/21058/stat : 21058 (Spear-32) R 21056 21058 20131 0 -1 4194304 452 0 0 0 29 0 0 0 19 0 1 0 372508632 2502656 436 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/21058/statm: 611 436 140 302 0 306 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2444

[startup+0.701884 s]
/proc/loadavg: 0.92 0.98 1.08 3/77 21058
/proc/meminfo: memFree=1646488/2055920 swapFree=4147416/4192956
[pid=21058] ppid=21056 vsize=3088 CPUtime=0.69
/proc/21058/stat : 21058 (Spear-32) R 21056 21058 20131 0 -1 4194304 607 0 0 0 68 1 0 0 22 0 1 0 372508632 3162112 591 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/21058/statm: 772 591 140 302 0 467 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3088

[startup+1.50196 s]
/proc/loadavg: 0.92 0.98 1.08 2/78 21059
/proc/meminfo: memFree=1644240/2055920 swapFree=4147416/4192956
[pid=21058] ppid=21056 vsize=4108 CPUtime=1.49
/proc/21058/stat : 21058 (Spear-32) R 21056 21058 20131 0 -1 4194304 827 0 0 0 147 2 0 0 25 0 1 0 372508632 4206592 811 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/21058/statm: 1027 811 140 302 0 722 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4108

[startup+3.10113 s]
/proc/loadavg: 0.92 0.98 1.08 2/78 21059
/proc/meminfo: memFree=1642768/2055920 swapFree=4147416/4192956
[pid=21058] ppid=21056 vsize=5708 CPUtime=3.09
/proc/21058/stat : 21058 (Spear-32) R 21056 21058 20131 0 -1 4194304 1225 0 0 0 305 4 0 0 25 0 1 0 372508632 5844992 1176 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/21058/statm: 1427 1176 140 302 0 1122 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 5708

[startup+6.30147 s]
/proc/loadavg: 0.93 0.98 1.08 2/78 21059
/proc/meminfo: memFree=1640848/2055920 swapFree=4147416/4192956
[pid=21058] ppid=21056 vsize=7368 CPUtime=6.28
/proc/21058/stat : 21058 (Spear-32) R 21056 21058 20131 0 -1 4194304 1614 0 0 0 623 5 0 0 25 0 1 0 372508632 7544832 1565 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/21058/statm: 1842 1565 140 302 0 1537 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 7368

[startup+12.7011 s]
/proc/loadavg: 0.93 0.98 1.08 2/78 21059
/proc/meminfo: memFree=1638544/2055920 swapFree=4147416/4192956
[pid=21058] ppid=21056 vsize=9500 CPUtime=12.69
/proc/21058/stat : 21058 (Spear-32) R 21056 21058 20131 0 -1 4194304 2124 0 0 0 1261 8 0 0 25 0 1 0 372508632 9728000 2075 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/21058/statm: 2375 2075 140 302 0 2070 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 9500

[startup+25.5015 s]
/proc/loadavg: 0.95 0.98 1.08 2/78 21059
/proc/meminfo: memFree=1635216/2055920 swapFree=4147416/4192956
[pid=21058] ppid=21056 vsize=13220 CPUtime=25.48
/proc/21058/stat : 21058 (Spear-32) R 21056 21058 20131 0 -1 4194304 3005 0 0 0 2537 11 0 0 25 0 1 0 372508632 13537280 2891 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/21058/statm: 3305 2891 140 302 0 3000 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 13220

[startup+51.1012 s]
/proc/loadavg: 0.96 0.98 1.08 2/78 21059
/proc/meminfo: memFree=1630160/2055920 swapFree=4147416/4192956
[pid=21058] ppid=21056 vsize=18932 CPUtime=51.08
/proc/21058/stat : 21058 (Spear-32) R 21056 21058 20131 0 -1 4194304 4374 0 0 0 5088 20 0 0 25 0 1 0 372508632 19386368 4131 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/21058/statm: 4733 4131 140 302 0 4428 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 18932

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 1.07 2/78 21059
/proc/meminfo: memFree=1625808/2055920 swapFree=4147416/4192956
[pid=21058] ppid=21056 vsize=23132 CPUtime=102.27
/proc/21058/stat : 21058 (Spear-32) R 21056 21058 20131 0 -1 4194304 5437 0 0 0 10197 30 0 0 25 0 1 0 372508632 23687168 5194 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/21058/statm: 5783 5194 140 302 0 5478 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 23132

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 1.06 2/78 21059
/proc/meminfo: memFree=1621264/2055920 swapFree=4147416/4192956
[pid=21058] ppid=21056 vsize=28740 CPUtime=162.24
/proc/21058/stat : 21058 (Spear-32) R 21056 21058 20131 0 -1 4194304 6589 0 0 0 16185 39 0 0 25 0 1 0 372508632 29429760 6330 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/21058/statm: 7185 6330 140 302 0 6880 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 28740

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 1.06 2/78 21059
/proc/meminfo: memFree=1617296/2055920 swapFree=4147416/4192956
[pid=21058] ppid=21056 vsize=33488 CPUtime=222.22
/proc/21058/stat : 21058 (Spear-32) R 21056 21058 20131 0 -1 4194304 7809 0 0 0 22174 48 0 0 25 0 1 0 372508632 34291712 7293 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/21058/statm: 8372 7293 140 302 0 8067 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 33488

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 1.05 2/78 21059
/proc/meminfo: memFree=1612624/2055920 swapFree=4147416/4192956
[pid=21058] ppid=21056 vsize=38552 CPUtime=282.21
/proc/21058/stat : 21058 (Spear-32) R 21056 21058 20131 0 -1 4194304 9004 0 0 0 28165 56 0 0 25 0 1 0 372508632 39477248 8488 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/21058/statm: 9638 8488 140 302 0 9333 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 38552

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 1.05 2/78 21059
/proc/meminfo: memFree=1608720/2055920 swapFree=4147416/4192956
[pid=21058] ppid=21056 vsize=43356 CPUtime=342.19
/proc/21058/stat : 21058 (Spear-32) R 21056 21058 20131 0 -1 4194304 9956 0 0 0 34155 64 0 0 25 0 1 0 372508632 44396544 9440 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 134527100 0 0 4096 0 0 0 0 17 1 0 0
/proc/21058/statm: 10839 9440 140 302 0 10534 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 43356

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 1.04 2/78 21059
/proc/meminfo: memFree=1606608/2055920 swapFree=4147416/4192956
[pid=21058] ppid=21056 vsize=45328 CPUtime=402.18
/proc/21058/stat : 21058 (Spear-32) R 21056 21058 20131 0 -1 4194304 10485 0 0 0 40148 70 0 0 25 0 1 0 372508632 46415872 9969 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/21058/statm: 11332 9969 140 302 0 11027 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 45328

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 1.04 2/78 21059
/proc/meminfo: memFree=1604176/2055920 swapFree=4147416/4192956
[pid=21058] ppid=21056 vsize=47380 CPUtime=462.16
/proc/21058/stat : 21058 (Spear-32) R 21056 21058 20131 0 -1 4194304 11091 0 0 0 46142 74 0 0 25 0 1 0 372508632 48517120 10575 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/21058/statm: 11845 10575 140 302 0 11540 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 47380

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 1.03 2/78 21059
/proc/meminfo: memFree=1602512/2055920 swapFree=4147416/4192956
[pid=21058] ppid=21056 vsize=48916 CPUtime=522.14
/proc/21058/stat : 21058 (Spear-32) R 21056 21058 20131 0 -1 4194304 11518 0 0 0 52136 78 0 0 25 0 1 0 372508632 50089984 11002 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 134526775 0 0 4096 0 0 0 0 17 1 0 0
/proc/21058/statm: 12229 11002 140 302 0 11924 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 48916

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 1.02 2/78 21059
/proc/meminfo: memFree=1599568/2055920 swapFree=4147416/4192956
[pid=21058] ppid=21056 vsize=52504 CPUtime=582.13
/proc/21058/stat : 21058 (Spear-32) R 21056 21058 20131 0 -1 4194304 12248 0 0 0 58130 83 0 0 25 0 1 0 372508632 53764096 11732 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/21058/statm: 13126 11732 140 302 0 12821 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 52504

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 1.02 2/78 21059
/proc/meminfo: memFree=1597968/2055920 swapFree=4147416/4192956
[pid=21058] ppid=21056 vsize=53948 CPUtime=642.11
/proc/21058/stat : 21058 (Spear-32) R 21056 21058 20131 0 -1 4194304 12657 0 0 0 64124 87 0 0 25 0 1 0 372508632 55242752 12141 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/21058/statm: 13487 12141 140 302 0 13182 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 53948

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 1.01 2/78 21059
/proc/meminfo: memFree=1596816/2055920 swapFree=4147416/4192956
[pid=21058] ppid=21056 vsize=54844 CPUtime=702.09
/proc/21058/stat : 21058 (Spear-32) R 21056 21058 20131 0 -1 4194304 12931 0 0 0 70119 90 0 0 25 0 1 0 372508632 56160256 12415 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/21058/statm: 13711 12415 140 302 0 13406 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 54844

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 1.01 2/78 21059
/proc/meminfo: memFree=1595344/2055920 swapFree=4147416/4192956
[pid=21058] ppid=21056 vsize=56512 CPUtime=762.08
/proc/21058/stat : 21058 (Spear-32) R 21056 21058 20131 0 -1 4194304 13292 0 0 0 76114 94 0 0 25 0 1 0 372508632 57868288 12776 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/21058/statm: 14128 12776 140 302 0 13823 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 56512

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/78 21059
/proc/meminfo: memFree=1593744/2055920 swapFree=4147416/4192956
[pid=21058] ppid=21056 vsize=58308 CPUtime=822.05
/proc/21058/stat : 21058 (Spear-32) R 21056 21058 20131 0 -1 4194304 13712 0 0 0 82107 98 0 0 25 0 1 0 372508632 59707392 13196 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/21058/statm: 14577 13196 140 302 0 14272 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 58308

[startup+882.301 s]
/proc/loadavg: 0.99 0.98 1.00 2/78 21059
/proc/meminfo: memFree=1591248/2055920 swapFree=4147416/4192956
[pid=21058] ppid=21056 vsize=63432 CPUtime=882.04
/proc/21058/stat : 21058 (Spear-32) R 21056 21058 20131 0 -1 4194304 14847 0 0 0 88101 103 0 0 25 0 1 0 372508632 64954368 13818 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/21058/statm: 15858 13818 140 302 0 15553 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 63432

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 1.00 2/78 21059
/proc/meminfo: memFree=1589264/2055920 swapFree=4147416/4192956
[pid=21058] ppid=21056 vsize=65224 CPUtime=942.02
/proc/21058/stat : 21058 (Spear-32) R 21056 21058 20131 0 -1 4194304 15342 0 0 0 94094 108 0 0 25 0 1 0 372508632 66789376 14313 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/21058/statm: 16306 14313 140 302 0 16001 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 65224

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/78 21059
/proc/meminfo: memFree=1587472/2055920 swapFree=4147416/4192956
[pid=21058] ppid=21056 vsize=67016 CPUtime=1002
/proc/21058/stat : 21058 (Spear-32) R 21056 21058 20131 0 -1 4194304 15795 0 0 0 100088 112 0 0 25 0 1 0 372508632 68624384 14766 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 134526992 0 0 4096 0 0 0 0 17 1 0 0
/proc/21058/statm: 16754 14766 140 302 0 16449 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 67016

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/78 21059
/proc/meminfo: memFree=1585936/2055920 swapFree=4147416/4192956
[pid=21058] ppid=21056 vsize=68556 CPUtime=1061.99
/proc/21058/stat : 21058 (Spear-32) R 21056 21058 20131 0 -1 4194304 16180 0 0 0 106082 117 0 0 25 0 1 0 372508632 70201344 15151 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/21058/statm: 17139 15151 140 302 0 16834 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 68556

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/78 21059
/proc/meminfo: memFree=1584528/2055920 swapFree=4147416/4192956
[pid=21058] ppid=21056 vsize=70092 CPUtime=1121.97
/proc/21058/stat : 21058 (Spear-32) R 21056 21058 20131 0 -1 4194304 16517 0 0 0 112075 122 0 0 25 0 1 0 372508632 71774208 15488 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/21058/statm: 17523 15488 140 302 0 17218 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 70092

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/78 21059
/proc/meminfo: memFree=1581712/2055920 swapFree=4147416/4192956
[pid=21058] ppid=21056 vsize=73740 CPUtime=1181.96
/proc/21058/stat : 21058 (Spear-32) R 21056 21058 20131 0 -1 4194304 17242 0 0 0 118068 128 0 0 25 0 1 0 372508632 75509760 16213 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/21058/statm: 18435 16213 140 302 0 18130 0
Current children cumulated CPU time (s) 1181.96
Current children cumulated vsize (KiB) 73740



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.98 1.00 2/78 21059
/proc/meminfo: memFree=1581328/2055920 swapFree=4147416/4192956
[pid=21058] ppid=21056 vsize=73996 CPUtime=1200.05
/proc/21058/stat : 21058 (Spear-32) R 21056 21058 20131 0 -1 4194304 17328 0 0 0 119877 128 0 0 25 0 1 0 372508632 75771904 16299 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 134526781 0 0 4096 0 0 0 0 17 1 0 0
/proc/21058/statm: 18499 16299 140 302 0 18194 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 73996

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.42
CPU time (s): 1200.08
CPU user time (s): 1198.78
CPU system time (s): 1.2998
CPU usage (%): 99.9716
Max. virtual memory (cumulated for all children) (KiB): 73996

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

runsolver used 1.20482 second user time and 3.16952 second system time

The end

Launcher Data (download as text)

Begin job on node7 on Sat Mar 10 11:18:59 UTC 2007

IDJOB= 333681
IDBENCH= 24609
IDSOLVER= 133
FILE ID= node7/333681-1173525539

PBS_JOBID= 4101147

Free space on /tmp= 66533 MiB

SOLVER NAME= Spear 2007-02-12
BENCH NAME= HOME/pub/bench/SAT07/crafted/Medium/contest05/jarvisalo/mod2-3cage-unsat-9-14.sat05-2589.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/333681-1173525539/Spear-32 --model-stdout --time --dimacs /tmp/evaluation/333681-1173525539/instance-333681-1173525539.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node7/watcher-333681-1173525539 -o ROOT/results/node7/solver-333681-1173525539 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/333681-1173525539/Spear-32 --model-stdout --time --dimacs /tmp/evaluation/333681-1173525539/instance-333681-1173525539.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  4e736dbc376aed9798860699ef195d83

RANDOM SEED= 389935539

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node7.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.232
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.232
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:       1646896 kB
Buffers:         50252 kB
Cached:         268960 kB
SwapCached:       8480 kB
Active:         162756 kB
Inactive:       179160 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1646896 kB
SwapTotal:     4192956 kB
SwapFree:      4147416 kB
Dirty:            1568 kB
Writeback:           0 kB
Mapped:          29636 kB
Slab:            52652 kB
Committed_AS:  1245544 kB
PageTables:       1764 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= 66533 MiB

End job on node7 on Sat Mar 10 11:39:02 UTC 2007