Trace number 336537

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

General information on the benchmark

Namecrafted/Hard/contest05/counting-clq/
unsat-set-a-clqcolor-10-06-07.sat05-1250.reshuffled-07.cnf
MD5SUMd64dca54200a054e94b7ff79160b1bde
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 variables175
Number of clauses2387
Sum of the clauses size7030
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2210
Number of clauses of size 32160
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 517

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/336537-1173648786/instance-336537-1173648786.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/node60/watcher-336537-1173648786 -o ROOT/results/node60/solver-336537-1173648786 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/336537-1173648786/Spear-32 --model-stdout --time --dimacs /tmp/evaluation/336537-1173648786/instance-336537-1173648786.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.00 1.00 3/64 18383
/proc/meminfo: memFree=1903936/2055920 swapFree=4175904/4192956
[pid=18383] ppid=18381 vsize=1528 CPUtime=0
/proc/18383/stat : 18383 (Spear-32) R 18381 18383 17577 0 -1 4194304 188 0 0 0 0 0 0 0 18 0 1 0 384835475 1564672 172 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 135259207 0 0 4096 0 0 0 0 17 1 0 0
/proc/18383/statm: 382 172 128 302 0 77 0

[startup+0.0912219 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 18383
/proc/meminfo: memFree=1903936/2055920 swapFree=4175904/4192956
[pid=18383] ppid=18381 vsize=1924 CPUtime=0.08
/proc/18383/stat : 18383 (Spear-32) R 18381 18383 17577 0 -1 4194304 316 0 0 0 8 0 0 0 18 0 1 0 384835475 1970176 300 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18383/statm: 481 300 140 302 0 176 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1924

[startup+0.101223 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 18383
/proc/meminfo: memFree=1903936/2055920 swapFree=4175904/4192956
[pid=18383] ppid=18381 vsize=1924 CPUtime=0.09
/proc/18383/stat : 18383 (Spear-32) R 18381 18383 17577 0 -1 4194304 326 0 0 0 9 0 0 0 18 0 1 0 384835475 1970176 310 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18383/statm: 481 310 140 302 0 176 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1924

[startup+0.301258 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 18383
/proc/meminfo: memFree=1903936/2055920 swapFree=4175904/4192956
[pid=18383] ppid=18381 vsize=2568 CPUtime=0.29
/proc/18383/stat : 18383 (Spear-32) R 18381 18383 17577 0 -1 4194304 476 0 0 0 29 0 0 0 19 0 1 0 384835475 2629632 460 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18383/statm: 642 460 141 302 0 337 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2568

[startup+0.70133 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 18383
/proc/meminfo: memFree=1903936/2055920 swapFree=4175904/4192956
[pid=18383] ppid=18381 vsize=3464 CPUtime=0.69
/proc/18383/stat : 18383 (Spear-32) R 18381 18383 17577 0 -1 4194304 693 0 0 0 68 1 0 0 22 0 1 0 384835475 3547136 677 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18383/statm: 866 677 141 302 0 561 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3464

[startup+1.50147 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 18384
/proc/meminfo: memFree=1901176/2055920 swapFree=4175904/4192956
[pid=18383] ppid=18381 vsize=4644 CPUtime=1.49
/proc/18383/stat : 18383 (Spear-32) R 18381 18383 17577 0 -1 4194304 971 0 0 0 148 1 0 0 25 0 1 0 384835475 4755456 955 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18383/statm: 1161 955 141 302 0 856 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4644

[startup+3.10176 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 18384
/proc/meminfo: memFree=1899960/2055920 swapFree=4175904/4192956
[pid=18383] ppid=18381 vsize=6068 CPUtime=3.09
/proc/18383/stat : 18383 (Spear-32) R 18381 18383 17577 0 -1 4194304 1332 0 0 0 307 2 0 0 25 0 1 0 384835475 6213632 1316 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134527172 0 0 4096 0 0 0 0 17 1 0 0
/proc/18383/statm: 1517 1316 141 302 0 1212 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 6068

[startup+6.30133 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 18384
/proc/meminfo: memFree=1897144/2055920 swapFree=4175904/4192956
[pid=18383] ppid=18381 vsize=8528 CPUtime=6.29
/proc/18383/stat : 18383 (Spear-32) R 18381 18383 17577 0 -1 4194304 1962 0 0 0 624 5 0 0 25 0 1 0 384835475 8732672 1913 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18383/statm: 2132 1913 141 302 0 1827 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 8528

[startup+12.7025 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 18384
/proc/meminfo: memFree=1893624/2055920 swapFree=4175904/4192956
[pid=18383] ppid=18381 vsize=11872 CPUtime=12.69
/proc/18383/stat : 18383 (Spear-32) R 18381 18383 17577 0 -1 4194304 2811 0 0 0 1261 8 0 0 25 0 1 0 384835475 12156928 2697 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18383/statm: 2968 2697 141 302 0 2663 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 11872

[startup+25.5018 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 18384
/proc/meminfo: memFree=1888184/2055920 swapFree=4175904/4192956
[pid=18383] ppid=18381 vsize=17244 CPUtime=25.48
/proc/18383/stat : 18383 (Spear-32) R 18381 18383 17577 0 -1 4194304 4134 0 0 0 2534 14 0 0 25 0 1 0 384835475 17657856 4020 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18383/statm: 4311 4020 141 302 0 4006 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 17244

[startup+51.1013 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 18384
/proc/meminfo: memFree=1880760/2055920 swapFree=4175904/4192956
[pid=18383] ppid=18381 vsize=25348 CPUtime=51.07
/proc/18383/stat : 18383 (Spear-32) R 18381 18383 17577 0 -1 4194304 6110 0 0 0 5084 23 0 0 25 0 1 0 384835475 25956352 5867 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/18383/statm: 6337 5867 141 302 0 6032 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 25348

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 18384
/proc/meminfo: memFree=1869176/2055920 swapFree=4175904/4192956
[pid=18383] ppid=18381 vsize=36984 CPUtime=102.26
/proc/18383/stat : 18383 (Spear-32) R 18381 18383 17577 0 -1 4194304 8969 0 0 0 10188 38 0 0 25 0 1 0 384835475 37871616 8726 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/18383/statm: 9246 8726 141 302 0 8941 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 36984

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 18384
/proc/meminfo: memFree=1857912/2055920 swapFree=4175904/4192956
[pid=18383] ppid=18381 vsize=49268 CPUtime=162.23
/proc/18383/stat : 18383 (Spear-32) R 18381 18383 17577 0 -1 4194304 12048 0 0 0 16170 53 0 0 25 0 1 0 384835475 50450432 11548 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134527168 0 0 4096 0 0 0 0 17 1 0 0
/proc/18383/statm: 12317 11548 141 302 0 12012 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 49268

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 18384
/proc/meminfo: memFree=1849592/2055920 swapFree=4175904/4192956
[pid=18383] ppid=18381 vsize=57880 CPUtime=222.21
/proc/18383/stat : 18383 (Spear-32) R 18381 18383 17577 0 -1 4194304 14076 0 0 0 22156 65 0 0 25 0 1 0 384835475 59269120 13576 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526962 0 0 4096 0 0 0 0 17 1 0 0
/proc/18383/statm: 14470 13576 141 302 0 14165 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 57880

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 18384
/proc/meminfo: memFree=1841848/2055920 swapFree=4175904/4192956
[pid=18383] ppid=18381 vsize=66336 CPUtime=282.19
/proc/18383/stat : 18383 (Spear-32) R 18381 18383 17577 0 -1 4194304 16020 0 0 0 28144 75 0 0 25 0 1 0 384835475 67928064 15520 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/18383/statm: 16584 15520 141 302 0 16279 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 66336

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 18384
/proc/meminfo: memFree=1834168/2055920 swapFree=4175904/4192956
[pid=18383] ppid=18381 vsize=74064 CPUtime=342.17
/proc/18383/stat : 18383 (Spear-32) R 18381 18383 17577 0 -1 4194304 17905 0 0 0 34132 85 0 0 25 0 1 0 384835475 75841536 17405 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18383/statm: 18516 17405 141 302 0 18211 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 74064

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 18384
/proc/meminfo: memFree=1827320/2055920 swapFree=4175904/4192956
[pid=18383] ppid=18381 vsize=83024 CPUtime=402.15
/proc/18383/stat : 18383 (Spear-32) R 18381 18383 17577 0 -1 4194304 20147 0 0 0 40120 95 0 0 25 0 1 0 384835475 85016576 19134 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134527089 0 0 4096 0 0 0 0 17 1 0 0
/proc/18383/statm: 20756 19134 141 302 0 20451 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 83024

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 18384
/proc/meminfo: memFree=1821624/2055920 swapFree=4175904/4192956
[pid=18383] ppid=18381 vsize=88472 CPUtime=462.12
/proc/18383/stat : 18383 (Spear-32) R 18381 18383 17577 0 -1 4194304 21546 0 0 0 46108 104 0 0 25 0 1 0 384835475 90595328 20533 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18383/statm: 22118 20533 141 302 0 21813 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 88472

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 18384
/proc/meminfo: memFree=1815992/2055920 swapFree=4175904/4192956
[pid=18383] ppid=18381 vsize=94156 CPUtime=522.1
/proc/18383/stat : 18383 (Spear-32) R 18381 18383 17577 0 -1 4194304 23005 0 0 0 52097 113 0 0 25 0 1 0 384835475 96415744 21992 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/18383/statm: 23539 21992 141 302 0 23234 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 94156

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 18384
/proc/meminfo: memFree=1808632/2055920 swapFree=4175904/4192956
[pid=18383] ppid=18381 vsize=101968 CPUtime=582.08
/proc/18383/stat : 18383 (Spear-32) R 18381 18383 17577 0 -1 4194304 24825 0 0 0 58085 123 0 0 25 0 1 0 384835475 104415232 23812 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134527100 0 0 4096 0 0 0 0 17 1 0 0
/proc/18383/statm: 25492 23812 141 302 0 25187 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 101968

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 18386
/proc/meminfo: memFree=1801912/2055920 swapFree=4175904/4192956
[pid=18383] ppid=18381 vsize=108460 CPUtime=642.07
/proc/18383/stat : 18383 (Spear-32) R 18381 18383 17577 0 -1 4194304 26463 0 0 0 64075 132 0 0 25 0 1 0 384835475 111063040 25450 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18383/statm: 27115 25450 141 302 0 26810 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 108460

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 18386
/proc/meminfo: memFree=1796280/2055920 swapFree=4175904/4192956
[pid=18383] ppid=18381 vsize=114040 CPUtime=702.04
/proc/18383/stat : 18383 (Spear-32) R 18381 18383 17577 0 -1 4194304 27882 0 0 0 70065 139 0 0 25 0 1 0 384835475 116776960 26869 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/18383/statm: 28510 26869 141 302 0 28205 0
Current children cumulated CPU time (s) 702.04
Current children cumulated vsize (KiB) 114040

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 18386
/proc/meminfo: memFree=1789240/2055920 swapFree=4175904/4192956
[pid=18383] ppid=18381 vsize=121496 CPUtime=762.02
/proc/18383/stat : 18383 (Spear-32) R 18381 18383 17577 0 -1 4194304 29626 0 0 0 76055 147 0 0 25 0 1 0 384835475 124411904 28613 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18383/statm: 30374 28613 141 302 0 30069 0
Current children cumulated CPU time (s) 762.02
Current children cumulated vsize (KiB) 121496

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 18386
/proc/meminfo: memFree=1782904/2055920 swapFree=4175904/4192956
[pid=18383] ppid=18381 vsize=127720 CPUtime=822
/proc/18383/stat : 18383 (Spear-32) R 18381 18383 17577 0 -1 4194304 31220 0 0 0 82046 154 0 0 25 0 1 0 384835475 130785280 30207 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/18383/statm: 31930 30207 141 302 0 31625 0
Current children cumulated CPU time (s) 822
Current children cumulated vsize (KiB) 127720

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 18386
/proc/meminfo: memFree=1777272/2055920 swapFree=4175904/4192956
[pid=18383] ppid=18381 vsize=133168 CPUtime=881.97
/proc/18383/stat : 18383 (Spear-32) R 18381 18383 17577 0 -1 4194304 32614 0 0 0 88035 162 0 0 25 0 1 0 384835475 136364032 31601 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/18383/statm: 33292 31601 141 302 0 32987 0
Current children cumulated CPU time (s) 881.97
Current children cumulated vsize (KiB) 133168

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 18386
/proc/meminfo: memFree=1771704/2055920 swapFree=4175904/4192956
[pid=18383] ppid=18381 vsize=138900 CPUtime=941.96
/proc/18383/stat : 18383 (Spear-32) R 18381 18383 17577 0 -1 4194304 34009 0 0 0 94028 168 0 0 25 0 1 0 384835475 142233600 32996 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134527100 0 0 4096 0 0 0 0 17 1 0 0
/proc/18383/statm: 34725 32996 141 302 0 34420 0
Current children cumulated CPU time (s) 941.96
Current children cumulated vsize (KiB) 138900

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 18386
/proc/meminfo: memFree=1766840/2055920 swapFree=4175904/4192956
[pid=18383] ppid=18381 vsize=144128 CPUtime=1001.93
/proc/18383/stat : 18383 (Spear-32) R 18381 18383 17577 0 -1 4194304 35224 0 0 0 100018 175 0 0 25 0 1 0 384835475 147587072 34211 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18383/statm: 36032 34211 141 302 0 35727 0
Current children cumulated CPU time (s) 1001.93
Current children cumulated vsize (KiB) 144128

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 18386
/proc/meminfo: memFree=1761848/2055920 swapFree=4175904/4192956
[pid=18383] ppid=18381 vsize=150292 CPUtime=1061.91
/proc/18383/stat : 18383 (Spear-32) R 18381 18383 17577 0 -1 4194304 36474 0 0 0 106011 180 0 0 25 0 1 0 384835475 153899008 35461 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/18383/statm: 37573 35461 141 302 0 37268 0
Current children cumulated CPU time (s) 1061.91
Current children cumulated vsize (KiB) 150292

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 18386
/proc/meminfo: memFree=1758456/2055920 swapFree=4175904/4192956
[pid=18383] ppid=18381 vsize=153540 CPUtime=1121.89
/proc/18383/stat : 18383 (Spear-32) R 18381 18383 17577 0 -1 4194304 37309 0 0 0 112004 185 0 0 25 0 1 0 384835475 157224960 36296 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/18383/statm: 38385 36296 141 302 0 38080 0
Current children cumulated CPU time (s) 1121.89
Current children cumulated vsize (KiB) 153540

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 18386
/proc/meminfo: memFree=1754744/2055920 swapFree=4175904/4192956
[pid=18383] ppid=18381 vsize=161868 CPUtime=1181.87
/proc/18383/stat : 18383 (Spear-32) R 18381 18383 17577 0 -1 4194304 39277 0 0 0 117996 191 0 0 25 0 1 0 384835475 165752832 37239 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/18383/statm: 40467 37239 141 302 0 40162 0
Current children cumulated CPU time (s) 1181.87
Current children cumulated vsize (KiB) 161868



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 18386
/proc/meminfo: memFree=1753720/2055920 swapFree=4175904/4192956
[pid=18383] ppid=18381 vsize=162636 CPUtime=1200.07
/proc/18383/stat : 18383 (Spear-32) R 18381 18383 17577 0 -1 4194304 39507 0 0 0 119814 193 0 0 25 0 1 0 384835475 166539264 37469 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18383/statm: 40659 37469 141 302 0 40354 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 162636

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: 1.00 1.00 1.00 2/65 18386
/proc/meminfo: memFree=1753720/2055920 swapFree=4175904/4192956
[pid=18383] ppid=18381 vsize=162636 CPUtime=1200.07
/proc/18383/stat : 18383 (Spear-32) R 18381 18383 17577 0 -1 4194304 39507 0 0 0 119814 193 0 0 25 0 1 0 384835475 166539264 37469 18446744073709551615 134512640 135752790 4294956672 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/18383/statm: 40659 37469 141 302 0 40354 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 162636

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.53
CPU time (s): 1200.1
CPU user time (s): 1198.15
CPU system time (s): 1.9557
CPU usage (%): 99.9644
Max. virtual memory (cumulated for all children) (KiB): 162636

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

runsolver used 0.962853 second user time and 2.37364 second system time

The end

Launcher Data (download as text)

Begin job on node60 on Sun Mar 11 21:33:06 UTC 2007

IDJOB= 336537
IDBENCH= 24677
IDSOLVER= 133
FILE ID= node60/336537-1173648786

PBS_JOBID= 4101352

Free space on /tmp= 66525 MiB

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

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  d64dca54200a054e94b7ff79160b1bde

RANDOM SEED= 739091915

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node60.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.283
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.283
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:       1904344 kB
Buffers:         16788 kB
Cached:          89764 kB
SwapCached:      11088 kB
Active:          52364 kB
Inactive:        71912 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1904344 kB
SwapTotal:     4192956 kB
SwapFree:      4175904 kB
Dirty:            1596 kB
Writeback:           0 kB
Mapped:          15436 kB
Slab:            13352 kB
Committed_AS:   950812 kB
PageTables:       1464 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= 66525 MiB

End job on node60 on Sun Mar 11 21:53:09 UTC 2007