Trace number 336411

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

General information on the benchmark

Namecrafted/Hard/contest05/counting-clq/
unsat-set-b-fclqcolor-10-07-09.sat05-1282.reshuffled-07.cnf
MD5SUM9f209556efd81ba93e992e22316c3ed8
Bench CategoryCRAFTED (crafted 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 variables205
Number of clauses4549
Sum of the clauses size12775
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2975
Number of clauses of size 33555
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 519

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/336411-1173646270/instance-336411-1173646270.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/node1/watcher-336411-1173646270 -o ROOT/results/node1/solver-336411-1173646270 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/336411-1173646270/Spear-32 --model-stdout --time --dimacs /tmp/evaluation/336411-1173646270/instance-336411-1173646270.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.91 0.95 0.95 3/77 31401
/proc/meminfo: memFree=1390896/2055920 swapFree=4159120/4192956
[pid=31401] ppid=31399 vsize=1528 CPUtime=0
/proc/31401/stat : 31401 (Spear-32) R 31399 31401 30910 0 -1 4194304 191 0 0 0 0 0 0 0 18 0 1 0 384582085 1564672 175 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/31401/statm: 382 176 129 302 0 77 0

[startup+0.0596651 s]
/proc/loadavg: 0.91 0.95 0.95 3/77 31401
/proc/meminfo: memFree=1390896/2055920 swapFree=4159120/4192956
[pid=31401] ppid=31399 vsize=1932 CPUtime=0.05
/proc/31401/stat : 31401 (Spear-32) R 31399 31401 30910 0 -1 4194304 304 0 0 0 5 0 0 0 18 0 1 0 384582085 1978368 288 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31401/statm: 483 288 141 302 0 178 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1932

[startup+0.101669 s]
/proc/loadavg: 0.91 0.95 0.95 3/77 31401
/proc/meminfo: memFree=1390896/2055920 swapFree=4159120/4192956
[pid=31401] ppid=31399 vsize=2060 CPUtime=0.09
/proc/31401/stat : 31401 (Spear-32) R 31399 31401 30910 0 -1 4194304 355 0 0 0 9 0 0 0 18 0 1 0 384582085 2109440 339 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31401/statm: 515 339 141 302 0 210 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2060

[startup+0.301693 s]
/proc/loadavg: 0.91 0.95 0.95 3/77 31401
/proc/meminfo: memFree=1390896/2055920 swapFree=4159120/4192956
[pid=31401] ppid=31399 vsize=2708 CPUtime=0.29
/proc/31401/stat : 31401 (Spear-32) R 31399 31401 30910 0 -1 4194304 519 0 0 0 29 0 0 0 19 0 1 0 384582085 2772992 503 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31401/statm: 677 503 141 302 0 372 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2708

[startup+0.70174 s]
/proc/loadavg: 0.91 0.95 0.95 3/77 31401
/proc/meminfo: memFree=1390896/2055920 swapFree=4159120/4192956
[pid=31401] ppid=31399 vsize=3768 CPUtime=0.69
/proc/31401/stat : 31401 (Spear-32) R 31399 31401 30910 0 -1 4194304 763 0 0 0 68 1 0 0 22 0 1 0 384582085 3858432 747 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31401/statm: 942 747 141 302 0 637 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3768

[startup+1.50183 s]
/proc/loadavg: 0.91 0.95 0.95 2/78 31402
/proc/meminfo: memFree=1387880/2055920 swapFree=4159120/4192956
[pid=31401] ppid=31399 vsize=5192 CPUtime=1.49
/proc/31401/stat : 31401 (Spear-32) R 31399 31401 30910 0 -1 4194304 1123 0 0 0 147 2 0 0 25 0 1 0 384582085 5316608 1107 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31401/statm: 1298 1107 141 302 0 993 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 5192

[startup+3.10202 s]
/proc/loadavg: 0.91 0.95 0.95 2/78 31402
/proc/meminfo: memFree=1386216/2055920 swapFree=4159120/4192956
[pid=31401] ppid=31399 vsize=6868 CPUtime=3.09
/proc/31401/stat : 31401 (Spear-32) R 31399 31401 30910 0 -1 4194304 1542 0 0 0 306 3 0 0 25 0 1 0 384582085 7032832 1526 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31401/statm: 1717 1526 141 302 0 1412 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 6868

[startup+6.30139 s]
/proc/loadavg: 0.92 0.95 0.95 2/78 31402
/proc/meminfo: memFree=1382824/2055920 swapFree=4159120/4192956
[pid=31401] ppid=31399 vsize=10132 CPUtime=6.29
/proc/31401/stat : 31401 (Spear-32) R 31399 31401 30910 0 -1 4194304 2362 0 0 0 622 7 0 0 25 0 1 0 384582085 10375168 2313 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31401/statm: 2533 2313 141 302 0 2228 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 10132

[startup+12.7011 s]
/proc/loadavg: 0.93 0.95 0.95 2/78 31402
/proc/meminfo: memFree=1377584/2055920 swapFree=4159120/4192956
[pid=31401] ppid=31399 vsize=15040 CPUtime=12.69
/proc/31401/stat : 31401 (Spear-32) R 31399 31401 30910 0 -1 4194304 3606 0 0 0 1257 12 0 0 25 0 1 0 384582085 15400960 3492 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31401/statm: 3760 3492 141 302 0 3455 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 15040

[startup+25.5016 s]
/proc/loadavg: 0.94 0.96 0.95 2/78 31402
/proc/meminfo: memFree=1371120/2055920 swapFree=4159120/4192956
[pid=31401] ppid=31399 vsize=21236 CPUtime=25.48
/proc/31401/stat : 31401 (Spear-32) R 31399 31401 30910 0 -1 4194304 5122 0 0 0 2530 18 0 0 25 0 1 0 384582085 21745664 5008 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/31401/statm: 5309 5008 141 302 0 5004 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 21236

[startup+51.1016 s]
/proc/loadavg: 0.96 0.96 0.95 2/78 31402
/proc/meminfo: memFree=1362672/2055920 swapFree=4159120/4192956
[pid=31401] ppid=31399 vsize=30360 CPUtime=51.08
/proc/31401/stat : 31401 (Spear-32) R 31399 31401 30910 0 -1 4194304 7400 0 0 0 5080 28 0 0 25 0 1 0 384582085 31088640 7157 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/31401/statm: 7590 7157 141 302 0 7285 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 30360

[startup+102.306 s]
/proc/loadavg: 0.98 0.96 0.95 2/78 31402
/proc/meminfo: memFree=1350064/2055920 swapFree=4159120/4192956
[pid=31401] ppid=31399 vsize=42952 CPUtime=102.27
/proc/31401/stat : 31401 (Spear-32) R 31399 31401 30910 0 -1 4194304 10498 0 0 0 10186 41 0 0 25 0 1 0 384582085 43982848 10255 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31401/statm: 10738 10255 141 302 0 10433 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 42952

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.95 2/78 31402
/proc/meminfo: memFree=1340208/2055920 swapFree=4159120/4192956
[pid=31401] ppid=31399 vsize=54168 CPUtime=162.25
/proc/31401/stat : 31401 (Spear-32) R 31399 31401 30910 0 -1 4194304 13222 0 0 0 16172 53 0 0 25 0 1 0 384582085 55468032 12722 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31401/statm: 13542 12722 141 302 0 13237 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 54168

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.95 2/78 31402
/proc/meminfo: memFree=1331696/2055920 swapFree=4159120/4192956
[pid=31401] ppid=31399 vsize=62460 CPUtime=222.23
/proc/31401/stat : 31401 (Spear-32) R 31399 31401 30910 0 -1 4194304 15311 0 0 0 22159 64 0 0 25 0 1 0 384582085 63959040 14811 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31401/statm: 15615 14811 141 302 0 15310 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 62460

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.95 2/78 31402
/proc/meminfo: memFree=1325296/2055920 swapFree=4159120/4192956
[pid=31401] ppid=31399 vsize=69144 CPUtime=282.21
/proc/31401/stat : 31401 (Spear-32) R 31399 31401 30910 0 -1 4194304 16920 0 0 0 28148 73 0 0 25 0 1 0 384582085 70803456 16420 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31401/statm: 17286 16420 141 302 0 16981 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 69144

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.95 2/78 31402
/proc/meminfo: memFree=1318064/2055920 swapFree=4159120/4192956
[pid=31401] ppid=31399 vsize=76908 CPUtime=342.19
/proc/31401/stat : 31401 (Spear-32) R 31399 31401 30910 0 -1 4194304 18707 0 0 0 34138 81 0 0 25 0 1 0 384582085 78753792 18207 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31401/statm: 19227 18207 141 302 0 18922 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 76908

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.95 2/78 31402
/proc/meminfo: memFree=1312560/2055920 swapFree=4159120/4192956
[pid=31401] ppid=31399 vsize=82720 CPUtime=402.17
/proc/31401/stat : 31401 (Spear-32) R 31399 31401 30910 0 -1 4194304 20087 0 0 0 40129 88 0 0 25 0 1 0 384582085 84705280 19587 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31401/statm: 20680 19587 141 302 0 20375 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 82720

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.95 2/78 31402
/proc/meminfo: memFree=1307504/2055920 swapFree=4159120/4192956
[pid=31401] ppid=31399 vsize=87904 CPUtime=462.15
/proc/31401/stat : 31401 (Spear-32) R 31399 31401 30910 0 -1 4194304 21340 0 0 0 46119 96 0 0 25 0 1 0 384582085 90013696 20840 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/31401/statm: 21976 20840 141 302 0 21671 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 87904

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.95 2/78 31402
/proc/meminfo: memFree=1302768/2055920 swapFree=4159120/4192956
[pid=31401] ppid=31399 vsize=94708 CPUtime=522.13
/proc/31401/stat : 31401 (Spear-32) R 31399 31401 30910 0 -1 4194304 23058 0 0 0 52111 102 0 0 25 0 1 0 384582085 96980992 22045 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31401/statm: 23677 22045 141 302 0 23372 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 94708

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.95 2/78 31402
/proc/meminfo: memFree=1297904/2055920 swapFree=4159120/4192956
[pid=31401] ppid=31399 vsize=99760 CPUtime=582.12
/proc/31401/stat : 31401 (Spear-32) R 31399 31401 30910 0 -1 4194304 24262 0 0 0 58104 108 0 0 25 0 1 0 384582085 102154240 23249 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/31401/statm: 24940 23249 141 302 0 24635 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 99760

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.95 2/84 31540
/proc/meminfo: memFree=1292336/2055920 swapFree=4159120/4192956
[pid=31401] ppid=31399 vsize=104656 CPUtime=642.04
/proc/31401/stat : 31401 (Spear-32) R 31399 31401 30910 0 -1 4194304 25328 0 0 0 64090 114 0 0 25 0 1 0 384582085 107167744 24315 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/31401/statm: 26164 24315 141 302 0 25859 0
Current children cumulated CPU time (s) 642.04
Current children cumulated vsize (KiB) 104656

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.95 2/78 31600
/proc/meminfo: memFree=1289200/2055920 swapFree=4159120/4192956
[pid=31401] ppid=31399 vsize=109852 CPUtime=701.98
/proc/31401/stat : 31401 (Spear-32) R 31399 31401 30910 0 -1 4194304 26393 0 0 0 70079 119 0 0 25 0 1 0 384582085 112488448 25380 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31401/statm: 27463 25380 141 302 0 27158 0
Current children cumulated CPU time (s) 701.98
Current children cumulated vsize (KiB) 109852

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.95 2/78 31600
/proc/meminfo: memFree=1283824/2055920 swapFree=4159120/4192956
[pid=31401] ppid=31399 vsize=116180 CPUtime=761.97
/proc/31401/stat : 31401 (Spear-32) R 31399 31401 30910 0 -1 4194304 27705 0 0 0 76072 125 0 0 25 0 1 0 384582085 118968320 26692 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31401/statm: 29045 26692 141 302 0 28740 0
Current children cumulated CPU time (s) 761.97
Current children cumulated vsize (KiB) 116180

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.95 2/78 31600
/proc/meminfo: memFree=1279728/2055920 swapFree=4159120/4192956
[pid=31401] ppid=31399 vsize=120744 CPUtime=821.94
/proc/31401/stat : 31401 (Spear-32) R 31399 31401 30910 0 -1 4194304 28760 0 0 0 82064 130 0 0 25 0 1 0 384582085 123641856 27747 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526984 0 0 4096 0 0 0 0 17 1 0 0
/proc/31401/statm: 30186 27747 141 302 0 29881 0
Current children cumulated CPU time (s) 821.94
Current children cumulated vsize (KiB) 120744

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.95 2/78 31600
/proc/meminfo: memFree=1275376/2055920 swapFree=4159120/4192956
[pid=31401] ppid=31399 vsize=125012 CPUtime=881.93
/proc/31401/stat : 31401 (Spear-32) R 31399 31401 30910 0 -1 4194304 29844 0 0 0 88056 137 0 0 25 0 1 0 384582085 128012288 28831 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/31401/statm: 31253 28831 141 302 0 30948 0
Current children cumulated CPU time (s) 881.93
Current children cumulated vsize (KiB) 125012

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.95 2/78 31600
/proc/meminfo: memFree=1271792/2055920 swapFree=4159120/4192956
[pid=31401] ppid=31399 vsize=128604 CPUtime=941.91
/proc/31401/stat : 31401 (Spear-32) R 31399 31401 30910 0 -1 4194304 30757 0 0 0 94048 143 0 0 25 0 1 0 384582085 131690496 29744 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526969 0 0 4096 0 0 0 0 17 1 0 0
/proc/31401/statm: 32151 29744 141 302 0 31846 0
Current children cumulated CPU time (s) 941.91
Current children cumulated vsize (KiB) 128604

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.95 2/78 31600
/proc/meminfo: memFree=1267952/2055920 swapFree=4159120/4192956
[pid=31401] ppid=31399 vsize=132328 CPUtime=1001.89
/proc/31401/stat : 31401 (Spear-32) R 31399 31401 30910 0 -1 4194304 31696 0 0 0 100040 149 0 0 25 0 1 0 384582085 135503872 30683 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31401/statm: 33082 30683 141 302 0 32777 0
Current children cumulated CPU time (s) 1001.89
Current children cumulated vsize (KiB) 132328

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.95 2/78 31600
/proc/meminfo: memFree=1264560/2055920 swapFree=4159120/4192956
[pid=31401] ppid=31399 vsize=135600 CPUtime=1061.87
/proc/31401/stat : 31401 (Spear-32) R 31399 31401 30910 0 -1 4194304 32564 0 0 0 106032 155 0 0 25 0 1 0 384582085 138854400 31551 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31401/statm: 33900 31551 141 302 0 33595 0
Current children cumulated CPU time (s) 1061.87
Current children cumulated vsize (KiB) 135600

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.95 2/78 31600
/proc/meminfo: memFree=1261104/2055920 swapFree=4159120/4192956
[pid=31401] ppid=31399 vsize=139072 CPUtime=1121.86
/proc/31401/stat : 31401 (Spear-32) R 31399 31401 30910 0 -1 4194304 33420 0 0 0 112024 162 0 0 25 0 1 0 384582085 142409728 32407 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31401/statm: 34768 32407 141 302 0 34463 0
Current children cumulated CPU time (s) 1121.86
Current children cumulated vsize (KiB) 139072

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.95 2/78 31600
/proc/meminfo: memFree=1257648/2055920 swapFree=4159120/4192956
[pid=31401] ppid=31399 vsize=142532 CPUtime=1181.84
/proc/31401/stat : 31401 (Spear-32) R 31399 31401 30910 0 -1 4194304 34318 0 0 0 118015 169 0 0 25 0 1 0 384582085 145952768 33305 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31401/statm: 35633 33305 141 302 0 35328 0
Current children cumulated CPU time (s) 1181.84
Current children cumulated vsize (KiB) 142532



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.95 2/78 31600
/proc/meminfo: memFree=1256496/2055920 swapFree=4159120/4192956
[pid=31401] ppid=31399 vsize=143556 CPUtime=1200.04
/proc/31401/stat : 31401 (Spear-32) R 31399 31401 30910 0 -1 4194304 34581 0 0 0 119833 171 0 0 25 0 1 0 384582085 147001344 33568 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31401/statm: 35889 33568 141 302 0 35584 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 143556

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

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

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.95 2/78 31600
/proc/meminfo: memFree=1256496/2055920 swapFree=4159120/4192956
[pid=31401] ppid=31399 vsize=143556 CPUtime=1200.04
/proc/31401/stat : 31401 (Spear-32) R 31399 31401 30910 0 -1 4194304 34581 0 0 0 119833 171 0 0 25 0 1 0 384582085 147001344 33568 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31401/statm: 35889 33568 141 302 0 35584 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 143556

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.53
CPU time (s): 1200.07
CPU user time (s): 1198.34
CPU system time (s): 1.73274
CPU usage (%): 99.9618
Max. virtual memory (cumulated for all children) (KiB): 143556

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

runsolver used 1.3318 second user time and 3.04154 second system time

The end

Launcher Data (download as text)

Begin job on node1 on Sun Mar 11 20:51:10 UTC 2007

IDJOB= 336411
IDBENCH= 24674
IDSOLVER= 133
FILE ID= node1/336411-1173646270

PBS_JOBID= 4101349

Free space on /tmp= 66341 MiB

SOLVER NAME= Spear 2007-02-12
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest05/counting-clq/unsat-set-b-fclqcolor-10-07-09.sat05-1282.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/336411-1173646270/Spear-32 --model-stdout --time --dimacs /tmp/evaluation/336411-1173646270/instance-336411-1173646270.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node1/watcher-336411-1173646270 -o ROOT/results/node1/solver-336411-1173646270 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/336411-1173646270/Spear-32 --model-stdout --time --dimacs /tmp/evaluation/336411-1173646270/instance-336411-1173646270.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  9f209556efd81ba93e992e22316c3ed8

RANDOM SEED= 763196587

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node1.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.230
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.230
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:       1391304 kB
Buffers:         46728 kB
Cached:         535632 kB
SwapCached:      13796 kB
Active:         408376 kB
Inactive:       196984 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1391304 kB
SwapTotal:     4192956 kB
SwapFree:      4159120 kB
Dirty:            1620 kB
Writeback:           0 kB
Mapped:          29800 kB
Slab:            44744 kB
Committed_AS:  1220240 kB
PageTables:       1740 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= 66341 MiB

End job on node1 on Sun Mar 11 21:11:13 UTC 2007