Trace number 336410

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Spear FH 1.0? (TO) 1200.04 1200.43

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/336410-1173646256/instance-336410-1173646256.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/node3/watcher-336410-1173646256 -o ROOT/results/node3/solver-336410-1173646256 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/336410-1173646256/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/336410-1173646256/instance-336410-1173646256.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.02 1.00 3/77 10954
/proc/meminfo: memFree=1611112/2055920 swapFree=4158660/4192956
[pid=10954] ppid=10952 vsize=1528 CPUtime=0
/proc/10954/stat : 10954 (Spear-32) R 10952 10954 10409 0 -1 4194304 190 0 0 0 0 0 0 0 18 0 1 0 384580436 1564672 174 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/10954/statm: 382 175 129 302 0 77 0

[startup+0.068719 s]
/proc/loadavg: 1.00 1.02 1.00 3/77 10954
/proc/meminfo: memFree=1611112/2055920 swapFree=4158660/4192956
[pid=10954] ppid=10952 vsize=1928 CPUtime=0.06
/proc/10954/stat : 10954 (Spear-32) R 10952 10954 10409 0 -1 4194304 312 0 0 0 6 0 0 0 18 0 1 0 384580436 1974272 296 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10954/statm: 482 296 140 302 0 177 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1928

[startup+0.101722 s]
/proc/loadavg: 1.00 1.02 1.00 3/77 10954
/proc/meminfo: memFree=1611112/2055920 swapFree=4158660/4192956
[pid=10954] ppid=10952 vsize=2060 CPUtime=0.09
/proc/10954/stat : 10954 (Spear-32) R 10952 10954 10409 0 -1 4194304 332 0 0 0 9 0 0 0 18 0 1 0 384580436 2109440 316 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10954/statm: 515 316 140 302 0 210 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2060

[startup+0.301738 s]
/proc/loadavg: 1.00 1.02 1.00 3/77 10954
/proc/meminfo: memFree=1611112/2055920 swapFree=4158660/4192956
[pid=10954] ppid=10952 vsize=2444 CPUtime=0.29
/proc/10954/stat : 10954 (Spear-32) R 10952 10954 10409 0 -1 4194304 425 0 0 0 29 0 0 0 19 0 1 0 384580436 2502656 409 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10954/statm: 611 409 140 302 0 306 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2444

[startup+0.701771 s]
/proc/loadavg: 1.00 1.02 1.00 3/77 10954
/proc/meminfo: memFree=1611112/2055920 swapFree=4158660/4192956
[pid=10954] ppid=10952 vsize=3520 CPUtime=0.69
/proc/10954/stat : 10954 (Spear-32) R 10952 10954 10409 0 -1 4194304 703 0 0 0 68 1 0 0 22 0 1 0 384580436 3604480 687 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10954/statm: 880 687 140 302 0 575 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3520

[startup+1.50184 s]
/proc/loadavg: 1.00 1.02 1.00 2/78 10955
/proc/meminfo: memFree=1608160/2055920 swapFree=4158660/4192956
[pid=10954] ppid=10952 vsize=5320 CPUtime=1.49
/proc/10954/stat : 10954 (Spear-32) R 10952 10954 10409 0 -1 4194304 1154 0 0 0 146 3 0 0 25 0 1 0 384580436 5447680 1138 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10954/statm: 1330 1138 140 302 0 1025 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 5320

[startup+3.10197 s]
/proc/loadavg: 1.00 1.02 1.00 2/78 10955
/proc/meminfo: memFree=1605984/2055920 swapFree=4158660/4192956
[pid=10954] ppid=10952 vsize=7144 CPUtime=3.09
/proc/10954/stat : 10954 (Spear-32) R 10952 10954 10409 0 -1 4194304 1604 0 0 0 305 4 0 0 25 0 1 0 384580436 7315456 1588 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10954/statm: 1786 1588 140 302 0 1481 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 7144

[startup+6.30123 s]
/proc/loadavg: 1.00 1.02 1.00 2/78 10955
/proc/meminfo: memFree=1603936/2055920 swapFree=4158660/4192956
[pid=10954] ppid=10952 vsize=9308 CPUtime=6.28
/proc/10954/stat : 10954 (Spear-32) R 10952 10954 10409 0 -1 4194304 2150 0 0 0 622 6 0 0 25 0 1 0 384580436 9531392 2101 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10954/statm: 2327 2101 140 302 0 2022 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 9308

[startup+12.7018 s]
/proc/loadavg: 1.00 1.02 1.00 2/78 10955
/proc/meminfo: memFree=1598880/2055920 swapFree=4158660/4192956
[pid=10954] ppid=10952 vsize=13840 CPUtime=12.68
/proc/10954/stat : 10954 (Spear-32) R 10952 10954 10409 0 -1 4194304 3305 0 0 0 1258 10 0 0 25 0 1 0 384580436 14172160 3191 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10954/statm: 3460 3191 140 302 0 3155 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 13840

[startup+25.5018 s]
/proc/loadavg: 1.00 1.02 1.00 2/78 10955
/proc/meminfo: memFree=1594336/2055920 swapFree=4158660/4192956
[pid=10954] ppid=10952 vsize=18348 CPUtime=25.48
/proc/10954/stat : 10954 (Spear-32) R 10952 10954 10409 0 -1 4194304 4391 0 0 0 2533 15 0 0 25 0 1 0 384580436 18788352 4277 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10954/statm: 4587 4277 140 302 0 4282 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 18348

[startup+51.1019 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 10955
/proc/meminfo: memFree=1588064/2055920 swapFree=4158660/4192956
[pid=10954] ppid=10952 vsize=25276 CPUtime=51.08
/proc/10954/stat : 10954 (Spear-32) R 10952 10954 10409 0 -1 4194304 6107 0 0 0 5085 23 0 0 25 0 1 0 384580436 25882624 5864 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10954/statm: 6319 5864 140 302 0 6014 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 25276

[startup+102.305 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 10955
/proc/meminfo: memFree=1578592/2055920 swapFree=4158660/4192956
[pid=10954] ppid=10952 vsize=35168 CPUtime=102.27
/proc/10954/stat : 10954 (Spear-32) R 10952 10954 10409 0 -1 4194304 8422 0 0 0 10195 32 0 0 25 0 1 0 384580436 36012032 8179 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10954/statm: 8792 8179 140 302 0 8487 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 35168

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 10955
/proc/meminfo: memFree=1571360/2055920 swapFree=4158660/4192956
[pid=10954] ppid=10952 vsize=43048 CPUtime=162.25
/proc/10954/stat : 10954 (Spear-32) R 10952 10954 10409 0 -1 4194304 10229 0 0 0 16185 40 0 0 25 0 1 0 384580436 44081152 9986 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526815 0 0 4096 0 0 0 0 17 1 0 0
/proc/10954/statm: 10762 9986 140 302 0 10457 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 43048

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 10955
/proc/meminfo: memFree=1565600/2055920 swapFree=4158660/4192956
[pid=10954] ppid=10952 vsize=49756 CPUtime=222.24
/proc/10954/stat : 10954 (Spear-32) R 10952 10954 10409 0 -1 4194304 11893 0 0 0 22176 48 0 0 25 0 1 0 384580436 50950144 11393 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10954/statm: 12439 11393 140 302 0 12134 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 49756

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 10955
/proc/meminfo: memFree=1559200/2055920 swapFree=4158660/4192956
[pid=10954] ppid=10952 vsize=56616 CPUtime=282.22
/proc/10954/stat : 10954 (Spear-32) R 10952 10954 10409 0 -1 4194304 13488 0 0 0 28165 57 0 0 25 0 1 0 384580436 57974784 12988 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/10954/statm: 14154 12988 140 302 0 13849 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 56616

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 10955
/proc/meminfo: memFree=1555552/2055920 swapFree=4158660/4192956
[pid=10954] ppid=10952 vsize=60356 CPUtime=342.21
/proc/10954/stat : 10954 (Spear-32) R 10952 10954 10409 0 -1 4194304 14386 0 0 0 34158 63 0 0 25 0 1 0 384580436 61804544 13886 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10954/statm: 15089 13886 140 302 0 14784 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 60356

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 10955
/proc/meminfo: memFree=1552480/2055920 swapFree=4158660/4192956
[pid=10954] ppid=10952 vsize=63496 CPUtime=402.2
/proc/10954/stat : 10954 (Spear-32) R 10952 10954 10409 0 -1 4194304 15154 0 0 0 40151 69 0 0 25 0 1 0 384580436 65019904 14654 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10954/statm: 15874 14654 140 302 0 15569 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 63496

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 10955
/proc/meminfo: memFree=1548768/2055920 swapFree=4158660/4192956
[pid=10954] ppid=10952 vsize=67952 CPUtime=462.19
/proc/10954/stat : 10954 (Spear-32) R 10952 10954 10409 0 -1 4194304 16089 0 0 0 46145 74 0 0 25 0 1 0 384580436 69582848 15589 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10954/statm: 16988 15589 140 302 0 16683 0
Current children cumulated CPU time (s) 462.19
Current children cumulated vsize (KiB) 67952

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 10955
/proc/meminfo: memFree=1538208/2055920 swapFree=4158660/4192956
[pid=10954] ppid=10952 vsize=78756 CPUtime=522.17
/proc/10954/stat : 10954 (Spear-32) R 10952 10954 10409 0 -1 4194304 18747 0 0 0 52132 85 0 0 25 0 1 0 384580436 80646144 18247 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526794 0 0 4096 0 0 0 0 17 1 0 0
/proc/10954/statm: 19689 18247 140 302 0 19384 0
Current children cumulated CPU time (s) 522.17
Current children cumulated vsize (KiB) 78756

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 10955
/proc/meminfo: memFree=1527072/2055920 swapFree=4158660/4192956
[pid=10954] ppid=10952 vsize=89884 CPUtime=582.16
/proc/10954/stat : 10954 (Spear-32) R 10952 10954 10409 0 -1 4194304 21491 0 0 0 58119 97 0 0 25 0 1 0 384580436 92041216 20991 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10954/statm: 22471 20991 140 302 0 22166 0
Current children cumulated CPU time (s) 582.16
Current children cumulated vsize (KiB) 89884

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/84 11071
/proc/meminfo: memFree=1516272/2055920 swapFree=4158660/4192956
[pid=10954] ppid=10952 vsize=101648 CPUtime=642.09
/proc/10954/stat : 10954 (Spear-32) R 10952 10954 10409 0 -1 4194304 24381 0 0 0 64102 107 0 0 25 0 1 0 384580436 104087552 23368 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/10954/statm: 25412 23368 140 302 0 25107 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 101648

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 11153
/proc/meminfo: memFree=1511264/2055920 swapFree=4158660/4192956
[pid=10954] ppid=10952 vsize=107592 CPUtime=702.02
/proc/10954/stat : 10954 (Spear-32) R 10952 10954 10409 0 -1 4194304 25888 0 0 0 70088 114 0 0 25 0 1 0 384580436 110174208 24875 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/10954/statm: 26898 24875 140 302 0 26593 0
Current children cumulated CPU time (s) 702.02
Current children cumulated vsize (KiB) 107592

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 11153
/proc/meminfo: memFree=1505376/2055920 swapFree=4158660/4192956
[pid=10954] ppid=10952 vsize=113308 CPUtime=762.01
/proc/10954/stat : 10954 (Spear-32) R 10952 10954 10409 0 -1 4194304 27330 0 0 0 76080 121 0 0 25 0 1 0 384580436 116027392 26317 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/10954/statm: 28327 26317 140 302 0 28022 0
Current children cumulated CPU time (s) 762.01
Current children cumulated vsize (KiB) 113308

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 11153
/proc/meminfo: memFree=1500960/2055920 swapFree=4158660/4192956
[pid=10954] ppid=10952 vsize=117788 CPUtime=821.99
/proc/10954/stat : 10954 (Spear-32) R 10952 10954 10409 0 -1 4194304 28488 0 0 0 82072 127 0 0 25 0 1 0 384580436 120614912 27475 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10954/statm: 29447 27475 140 302 0 29142 0
Current children cumulated CPU time (s) 821.99
Current children cumulated vsize (KiB) 117788

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 11153
/proc/meminfo: memFree=1494496/2055920 swapFree=4158660/4192956
[pid=10954] ppid=10952 vsize=123988 CPUtime=881.98
/proc/10954/stat : 10954 (Spear-32) R 10952 10954 10409 0 -1 4194304 30078 0 0 0 88065 133 0 0 25 0 1 0 384580436 126963712 29065 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/10954/statm: 30997 29065 140 302 0 30692 0
Current children cumulated CPU time (s) 881.98
Current children cumulated vsize (KiB) 123988

[startup+942.301 s]
/proc/loadavg: 1.06 1.02 1.00 2/78 11153
/proc/meminfo: memFree=1488864/2055920 swapFree=4158660/4192956
[pid=10954] ppid=10952 vsize=131932 CPUtime=941.96
/proc/10954/stat : 10954 (Spear-32) R 10952 10954 10409 0 -1 4194304 31504 0 0 0 94055 141 0 0 25 0 1 0 384580436 135098368 30491 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/10954/statm: 32983 30491 140 302 0 32678 0
Current children cumulated CPU time (s) 941.96
Current children cumulated vsize (KiB) 131932

[startup+1002.3 s]
/proc/loadavg: 1.08 1.03 1.00 2/78 11153
/proc/meminfo: memFree=1483232/2055920 swapFree=4158660/4192956
[pid=10954] ppid=10952 vsize=137480 CPUtime=1001.95
/proc/10954/stat : 10954 (Spear-32) R 10952 10954 10409 0 -1 4194304 32905 0 0 0 100047 148 0 0 25 0 1 0 384580436 140779520 31892 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10954/statm: 34370 31892 140 302 0 34065 0
Current children cumulated CPU time (s) 1001.95
Current children cumulated vsize (KiB) 137480

[startup+1062.3 s]
/proc/loadavg: 1.08 1.03 1.00 2/78 11153
/proc/meminfo: memFree=1478112/2055920 swapFree=4158660/4192956
[pid=10954] ppid=10952 vsize=142804 CPUtime=1061.93
/proc/10954/stat : 10954 (Spear-32) R 10952 10954 10409 0 -1 4194304 34190 0 0 0 106038 155 0 0 25 0 1 0 384580436 146231296 33177 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/10954/statm: 35701 33177 140 302 0 35396 0
Current children cumulated CPU time (s) 1061.93
Current children cumulated vsize (KiB) 142804

[startup+1122.3 s]
/proc/loadavg: 1.03 1.03 1.00 2/78 11153
/proc/meminfo: memFree=1473824/2055920 swapFree=4158660/4192956
[pid=10954] ppid=10952 vsize=147040 CPUtime=1121.92
/proc/10954/stat : 10954 (Spear-32) R 10952 10954 10409 0 -1 4194304 35262 0 0 0 112032 160 0 0 25 0 1 0 384580436 150568960 34249 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527154 0 0 4096 0 0 0 0 17 1 0 0
/proc/10954/statm: 36760 34249 140 302 0 36455 0
Current children cumulated CPU time (s) 1121.92
Current children cumulated vsize (KiB) 147040

[startup+1182.3 s]
/proc/loadavg: 1.01 1.02 1.00 2/78 11153
/proc/meminfo: memFree=1469664/2055920 swapFree=4158660/4192956
[pid=10954] ppid=10952 vsize=151176 CPUtime=1181.91
/proc/10954/stat : 10954 (Spear-32) R 10952 10954 10409 0 -1 4194304 36294 0 0 0 118026 165 0 0 25 0 1 0 384580436 154804224 35281 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10954/statm: 37794 35281 140 302 0 37489 0
Current children cumulated CPU time (s) 1181.91
Current children cumulated vsize (KiB) 151176



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.01 1.02 1.00 2/78 11153
/proc/meminfo: memFree=1468320/2055920 swapFree=4158660/4192956
[pid=10954] ppid=10952 vsize=152328 CPUtime=1200.01
/proc/10954/stat : 10954 (Spear-32) R 10952 10954 10409 0 -1 4194304 36617 0 0 0 119834 167 0 0 25 0 1 0 384580436 155983872 35604 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/10954/statm: 38082 35604 140 302 0 37777 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 152328

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.43
CPU time (s): 1200.04
CPU user time (s): 1198.35
CPU system time (s): 1.69574
CPU usage (%): 99.9678
Max. virtual memory (cumulated for all children) (KiB): 152328

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

runsolver used 1.3098 second user time and 3.06653 second system time

The end

Launcher Data (download as text)

Begin job on node3 on Sun Mar 11 20:50:56 UTC 2007

IDJOB= 336410
IDBENCH= 24674
IDSOLVER= 132
FILE ID= node3/336410-1173646256

PBS_JOBID= 4101348

Free space on /tmp= 66348 MiB

SOLVER NAME= Spear FH 1.0
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/336410-1173646256/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/336410-1173646256/instance-336410-1173646256.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node3/watcher-336410-1173646256 -o ROOT/results/node3/solver-336410-1173646256 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/336410-1173646256/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/336410-1173646256/instance-336410-1173646256.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  9f209556efd81ba93e992e22316c3ed8

RANDOM SEED= 695460030

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node3.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.241
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.241
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1611584 kB
Buffers:         31720 kB
Cached:         322480 kB
SwapCached:       2120 kB
Active:         258456 kB
Inactive:       119020 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1611584 kB
SwapTotal:     4192956 kB
SwapFree:      4158660 kB
Dirty:            1624 kB
Writeback:           0 kB
Mapped:          31424 kB
Slab:            52568 kB
Committed_AS:  1574132 kB
PageTables:       1660 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66348 MiB

End job on node3 on Sun Mar 11 21:10:58 UTC 2007