Trace number 334269

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.42

General information on the benchmark

Namecrafted/Hard/contest04/others/
Composite-064BitPrimes-1.sat05-506.reshuffled-07.cnf
MD5SUMbccff1bed1e8ac721090562d562b05f0
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 variables8319
Number of clauses80958
Sum of the clauses size363322
Maximum clause length5
Minimum clause length1
Number of clauses of size 1194
Number of clauses of size 28188
Number of clauses of size 38064
Number of clauses of size 40
Number of clauses of size 564512
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/334269-1173561749/instance-334269-1173561749.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/node14/watcher-334269-1173561749 -o ROOT/results/node14/solver-334269-1173561749 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/334269-1173561749/Spear-32 --model-stdout --time --dimacs /tmp/evaluation/334269-1173561749/instance-334269-1173561749.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 1.01 1.00 3/77 2835
/proc/meminfo: memFree=1519256/2055920 swapFree=4146600/4192956
[pid=2835] ppid=2833 vsize=1932 CPUtime=0
/proc/2835/stat : 2835 (Spear-32) R 2833 2835 2708 0 -1 4194304 263 0 0 0 0 0 0 0 18 0 1 0 376129346 1978368 247 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 135271269 0 0 4096 0 0 0 0 17 1 0 0
/proc/2835/statm: 483 247 126 302 0 178 0

[startup+0.0147 s]
/proc/loadavg: 1.00 1.01 1.00 3/77 2835
/proc/meminfo: memFree=1519256/2055920 swapFree=4146600/4192956
[pid=2835] ppid=2833 vsize=3052 CPUtime=0.01
/proc/2835/stat : 2835 (Spear-32) R 2833 2835 2708 0 -1 4194304 553 0 0 0 1 0 0 0 18 0 1 0 376129346 3125248 452 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 134518183 0 0 4096 0 0 0 0 17 1 0 0
/proc/2835/statm: 763 453 128 302 0 458 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 3052

[startup+0.101707 s]
/proc/loadavg: 1.00 1.01 1.00 3/77 2835
/proc/meminfo: memFree=1519256/2055920 swapFree=4146600/4192956
[pid=2835] ppid=2833 vsize=4312 CPUtime=0.09
/proc/2835/stat : 2835 (Spear-32) R 2833 2835 2708 0 -1 4194304 924 0 0 0 9 0 0 0 18 0 1 0 376129346 4415488 774 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/2835/statm: 1078 774 129 302 0 773 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4312

[startup+0.301726 s]
/proc/loadavg: 1.00 1.01 1.00 3/77 2835
/proc/meminfo: memFree=1519256/2055920 swapFree=4146600/4192956
[pid=2835] ppid=2833 vsize=7468 CPUtime=0.29
/proc/2835/stat : 2835 (Spear-32) R 2833 2835 2708 0 -1 4194304 1795 0 0 0 28 1 0 0 19 0 1 0 376129346 7647232 1547 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2835/statm: 1900 1548 140 302 0 1595 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7468

[startup+0.701763 s]
/proc/loadavg: 1.00 1.01 1.00 3/77 2835
/proc/meminfo: memFree=1519256/2055920 swapFree=4146600/4192956
[pid=2835] ppid=2833 vsize=7980 CPUtime=0.69
/proc/2835/stat : 2835 (Spear-32) R 2833 2835 2708 0 -1 4194304 1898 0 0 0 68 1 0 0 23 0 1 0 376129346 8171520 1650 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/2835/statm: 1995 1650 141 302 0 1690 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7980

[startup+1.50184 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 2836
/proc/meminfo: memFree=1513168/2055920 swapFree=4146600/4192956
[pid=2835] ppid=2833 vsize=8096 CPUtime=1.49
/proc/2835/stat : 2835 (Spear-32) R 2833 2835 2708 0 -1 4194304 1928 0 0 0 148 1 0 0 25 0 1 0 376129346 8290304 1680 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/2835/statm: 2024 1680 141 302 0 1719 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8096

[startup+3.10199 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 2836
/proc/meminfo: memFree=1512720/2055920 swapFree=4146600/4192956
[pid=2835] ppid=2833 vsize=8424 CPUtime=3.09
/proc/2835/stat : 2835 (Spear-32) R 2833 2835 2708 0 -1 4194304 2016 0 0 0 308 1 0 0 25 0 1 0 376129346 8626176 1768 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2835/statm: 2106 1768 141 302 0 1801 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 8424

[startup+6.30129 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 2836
/proc/meminfo: memFree=1511960/2055920 swapFree=4146600/4192956
[pid=2835] ppid=2833 vsize=9040 CPUtime=6.29
/proc/2835/stat : 2835 (Spear-32) R 2833 2835 2708 0 -1 4194304 2170 0 0 0 627 2 0 0 25 0 1 0 376129346 9256960 1922 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2835/statm: 2260 1922 141 302 0 1955 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 9040

[startup+12.7019 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 2836
/proc/meminfo: memFree=1510688/2055920 swapFree=4146600/4192956
[pid=2835] ppid=2833 vsize=10260 CPUtime=12.69
/proc/2835/stat : 2835 (Spear-32) R 2833 2835 2708 0 -1 4194304 2474 0 0 0 1266 3 0 0 25 0 1 0 376129346 10506240 2226 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 134524761 0 0 4096 0 0 0 0 17 1 0 0
/proc/2835/statm: 2565 2226 141 302 0 2260 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 10260

[startup+25.5011 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 2836
/proc/meminfo: memFree=1508896/2055920 swapFree=4146600/4192956
[pid=2835] ppid=2833 vsize=11952 CPUtime=25.48
/proc/2835/stat : 2835 (Spear-32) R 2833 2835 2708 0 -1 4194304 2909 0 0 0 2544 4 0 0 25 0 1 0 376129346 12238848 2661 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 134526668 0 0 4096 0 0 0 0 17 1 0 0
/proc/2835/statm: 2988 2661 141 302 0 2683 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 11952

[startup+51.1015 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 2836
/proc/meminfo: memFree=1504352/2055920 swapFree=4146600/4192956
[pid=2835] ppid=2833 vsize=16640 CPUtime=51.07
/proc/2835/stat : 2835 (Spear-32) R 2833 2835 2708 0 -1 4194304 4068 0 0 0 5100 7 0 0 25 0 1 0 376129346 17039360 3820 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2835/statm: 4160 3820 141 302 0 3855 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 16640

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 2836
/proc/meminfo: memFree=1496800/2055920 swapFree=4146600/4192956
[pid=2835] ppid=2833 vsize=24120 CPUtime=102.26
/proc/2835/stat : 2835 (Spear-32) R 2833 2835 2708 0 -1 4194304 5934 0 0 0 10213 13 0 0 25 0 1 0 376129346 24698880 5653 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2835/statm: 6030 5653 141 302 0 5725 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 24120

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 2836
/proc/meminfo: memFree=1486176/2055920 swapFree=4146600/4192956
[pid=2835] ppid=2833 vsize=35192 CPUtime=162.25
/proc/2835/stat : 2835 (Spear-32) R 2833 2835 2708 0 -1 4194304 8676 0 0 0 16205 20 0 0 25 0 1 0 376129346 36036608 8330 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2835/statm: 8798 8330 141 302 0 8493 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 35192

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 2836
/proc/meminfo: memFree=1476000/2055920 swapFree=4146600/4192956
[pid=2835] ppid=2833 vsize=45196 CPUtime=222.23
/proc/2835/stat : 2835 (Spear-32) R 2833 2835 2708 0 -1 4194304 11167 0 0 0 22195 28 0 0 25 0 1 0 376129346 46280704 10821 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 134526790 0 0 4096 0 0 0 0 17 1 0 0
/proc/2835/statm: 11299 10821 141 302 0 10994 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 45196

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 2836
/proc/meminfo: memFree=1469088/2055920 swapFree=4146600/4192956
[pid=2835] ppid=2833 vsize=52808 CPUtime=282.21
/proc/2835/stat : 2835 (Spear-32) R 2833 2835 2708 0 -1 4194304 13079 0 0 0 28187 34 0 0 25 0 1 0 376129346 54075392 12604 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/2835/statm: 13202 12604 141 302 0 12897 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 52808

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 2836
/proc/meminfo: memFree=1462368/2055920 swapFree=4146600/4192956
[pid=2835] ppid=2833 vsize=59432 CPUtime=342.2
/proc/2835/stat : 2835 (Spear-32) R 2833 2835 2708 0 -1 4194304 14739 0 0 0 34178 42 0 0 25 0 1 0 376129346 60858368 14264 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2835/statm: 14858 14264 141 302 0 14553 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 59432

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 2836
/proc/meminfo: memFree=1454688/2055920 swapFree=4146600/4192956
[pid=2835] ppid=2833 vsize=67488 CPUtime=402.18
/proc/2835/stat : 2835 (Spear-32) R 2833 2835 2708 0 -1 4194304 16651 0 0 0 40171 47 0 0 25 0 1 0 376129346 69107712 16176 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 134526896 0 0 4096 0 0 0 0 17 1 0 0
/proc/2835/statm: 16872 16176 141 302 0 16567 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 67488

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 2836
/proc/meminfo: memFree=1451296/2055920 swapFree=4146600/4192956
[pid=2835] ppid=2833 vsize=70852 CPUtime=462.16
/proc/2835/stat : 2835 (Spear-32) R 2833 2835 2708 0 -1 4194304 17515 0 0 0 46164 52 0 0 25 0 1 0 376129346 72552448 17040 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/2835/statm: 17713 17040 141 302 0 17408 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 70852

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 2836
/proc/meminfo: memFree=1446816/2055920 swapFree=4146600/4192956
[pid=2835] ppid=2833 vsize=75352 CPUtime=522.15
/proc/2835/stat : 2835 (Spear-32) R 2833 2835 2708 0 -1 4194304 18636 0 0 0 52158 57 0 0 25 0 1 0 376129346 77160448 18161 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 134527098 0 0 4096 0 0 0 0 17 1 0 0
/proc/2835/statm: 18838 18161 141 302 0 18533 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 75352

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 2836
/proc/meminfo: memFree=1443680/2055920 swapFree=4146600/4192956
[pid=2835] ppid=2833 vsize=78372 CPUtime=582.13
/proc/2835/stat : 2835 (Spear-32) R 2833 2835 2708 0 -1 4194304 19407 0 0 0 58153 60 0 0 25 0 1 0 376129346 80252928 18932 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 134526936 0 0 4096 0 0 0 0 17 1 0 0
/proc/2835/statm: 19593 18932 141 302 0 19288 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 78372

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 2836
/proc/meminfo: memFree=1439456/2055920 swapFree=4146600/4192956
[pid=2835] ppid=2833 vsize=84424 CPUtime=642.11
/proc/2835/stat : 2835 (Spear-32) R 2833 2835 2708 0 -1 4194304 20701 0 0 0 64147 64 0 0 25 0 1 0 376129346 86450176 19969 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2835/statm: 21106 19969 141 302 0 20801 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 84424

[startup+702.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 2836
/proc/meminfo: memFree=1436192/2055920 swapFree=4146600/4192956
[pid=2835] ppid=2833 vsize=87620 CPUtime=702.1
/proc/2835/stat : 2835 (Spear-32) R 2833 2835 2708 0 -1 4194304 21514 0 0 0 70142 68 0 0 25 0 1 0 376129346 89722880 20782 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2835/statm: 21905 20782 141 302 0 21600 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 87620

[startup+762.307 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 2836
/proc/meminfo: memFree=1432608/2055920 swapFree=4146600/4192956
[pid=2835] ppid=2833 vsize=91508 CPUtime=762.09
/proc/2835/stat : 2835 (Spear-32) R 2833 2835 2708 0 -1 4194304 22391 0 0 0 76138 71 0 0 25 0 1 0 376129346 93704192 21659 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 134526787 0 0 4096 0 0 0 0 17 1 0 0
/proc/2835/statm: 22877 21659 141 302 0 22572 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 91508

[startup+822.302 s]
/proc/loadavg: 1.05 1.01 1.00 2/78 2836
/proc/meminfo: memFree=1428768/2055920 swapFree=4146600/4192956
[pid=2835] ppid=2833 vsize=95796 CPUtime=822.06
/proc/2835/stat : 2835 (Spear-32) R 2833 2835 2708 0 -1 4194304 23358 0 0 0 82132 74 0 0 25 0 1 0 376129346 98095104 22626 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/2835/statm: 23949 22626 141 302 0 23644 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 95796

[startup+882.303 s]
/proc/loadavg: 1.07 1.02 1.00 2/78 2836
/proc/meminfo: memFree=1425888/2055920 swapFree=4146600/4192956
[pid=2835] ppid=2833 vsize=98572 CPUtime=882.05
/proc/2835/stat : 2835 (Spear-32) R 2833 2835 2708 0 -1 4194304 24082 0 0 0 88128 77 0 0 25 0 1 0 376129346 100937728 23350 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 134526739 0 0 4096 0 0 0 0 17 1 0 0
/proc/2835/statm: 24643 23350 141 302 0 24338 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 98572

[startup+942.303 s]
/proc/loadavg: 1.07 1.03 1.00 2/78 2836
/proc/meminfo: memFree=1423008/2055920 swapFree=4146600/4192956
[pid=2835] ppid=2833 vsize=101828 CPUtime=942.04
/proc/2835/stat : 2835 (Spear-32) R 2833 2835 2708 0 -1 4194304 24789 0 0 0 94122 82 0 0 25 0 1 0 376129346 104271872 24057 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 134526896 0 0 4096 0 0 0 0 17 1 0 0
/proc/2835/statm: 25457 24057 141 302 0 25152 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 101828

[startup+1002.3 s]
/proc/loadavg: 1.02 1.02 1.00 2/78 2836
/proc/meminfo: memFree=1421024/2055920 swapFree=4146600/4192956
[pid=2835] ppid=2833 vsize=103808 CPUtime=1002.01
/proc/2835/stat : 2835 (Spear-32) R 2833 2835 2708 0 -1 4194304 25310 0 0 0 100117 84 0 0 25 0 1 0 376129346 106299392 24578 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/2835/statm: 25952 24578 141 302 0 25647 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 103808

[startup+1062.3 s]
/proc/loadavg: 1.01 1.02 1.00 2/78 2836
/proc/meminfo: memFree=1418144/2055920 swapFree=4146600/4192956
[pid=2835] ppid=2833 vsize=106676 CPUtime=1062.01
/proc/2835/stat : 2835 (Spear-32) R 2833 2835 2708 0 -1 4194304 26040 0 0 0 106113 88 0 0 25 0 1 0 376129346 109236224 25308 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/2835/statm: 26669 25308 141 302 0 26364 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 106676

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 2836
/proc/meminfo: memFree=1416160/2055920 swapFree=4146600/4192956
[pid=2835] ppid=2833 vsize=108720 CPUtime=1121.98
/proc/2835/stat : 2835 (Spear-32) R 2833 2835 2708 0 -1 4194304 26516 0 0 0 112108 90 0 0 25 0 1 0 376129346 111329280 25784 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2835/statm: 27180 25784 141 302 0 26875 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 108720

[startup+1182.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 2836
/proc/meminfo: memFree=1414624/2055920 swapFree=4146600/4192956
[pid=2835] ppid=2833 vsize=110312 CPUtime=1181.96
/proc/2835/stat : 2835 (Spear-32) R 2833 2835 2708 0 -1 4194304 26915 0 0 0 118104 92 0 0 25 0 1 0 376129346 112959488 26183 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 134527015 0 0 4096 0 0 0 0 17 1 0 0
/proc/2835/statm: 27578 26183 141 302 0 27273 0
Current children cumulated CPU time (s) 1181.96
Current children cumulated vsize (KiB) 110312



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 2836
/proc/meminfo: memFree=1414176/2055920 swapFree=4146600/4192956
[pid=2835] ppid=2833 vsize=110800 CPUtime=1200.06
/proc/2835/stat : 2835 (Spear-32) R 2833 2835 2708 0 -1 4194304 27007 0 0 0 119913 93 0 0 25 0 1 0 376129346 113459200 26275 18446744073709551615 134512640 135752790 4294956656 18446744073709551615 134526941 0 0 4096 0 0 0 0 17 1 0 0
/proc/2835/statm: 27700 26275 141 302 0 27395 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 110800

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.09
CPU user time (s): 1199.14
CPU system time (s): 0.953854
CPU usage (%): 99.9726
Max. virtual memory (cumulated for all children) (KiB): 110800

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

runsolver used 1.3198 second user time and 3.05754 second system time

The end

Launcher Data (download as text)

Begin job on node14 on Sat Mar 10 21:22:29 UTC 2007

IDJOB= 334269
IDBENCH= 24623
IDSOLVER= 133
FILE ID= node14/334269-1173561749

PBS_JOBID= 4101200

Free space on /tmp= 66543 MiB

SOLVER NAME= Spear 2007-02-12
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest04/others/Composite-064BitPrimes-1.sat05-506.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/334269-1173561749/Spear-32 --model-stdout --time --dimacs /tmp/evaluation/334269-1173561749/instance-334269-1173561749.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node14/watcher-334269-1173561749 -o ROOT/results/node14/solver-334269-1173561749 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/334269-1173561749/Spear-32 --model-stdout --time --dimacs /tmp/evaluation/334269-1173561749/instance-334269-1173561749.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  bccff1bed1e8ac721090562d562b05f0

RANDOM SEED= 464768808

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node14.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.216
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.216
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:       1519728 kB
Buffers:         52216 kB
Cached:         396364 kB
SwapCached:      14908 kB
Active:         241544 kB
Inactive:       229776 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1519728 kB
SwapTotal:     4192956 kB
SwapFree:      4146600 kB
Dirty:            3616 kB
Writeback:           0 kB
Mapped:          29476 kB
Slab:            50484 kB
Committed_AS:  1275620 kB
PageTables:       1736 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 node14 on Sat Mar 10 21:42:32 UTC 2007