Trace number 334562

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

General information on the benchmark

Namecrafted/Hard/contest04/others/
equilarge_l5.sat05-522.reshuffled-07.cnf
MD5SUM938806a23cb5c9ff1ce606734695c30f
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 variables4478
Number of clauses18519
Sum of the clauses size54202
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21355
Number of clauses of size 317164
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

0.00/0.00	c (*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*) 
0.00/0.00	c (*)                                             (*) 
0.00/0.00	c (*)          Spear theorem prover               (*) 
0.00/0.00	c (*)        Copyright (C) 2006,2007              (*) 
0.00/0.00	c (*)     Domagoj Babic. All rights reserved.     (*) 
0.00/0.00	c (*)                                             (*) 
0.00/0.00	c (*)     There is NO warranty, not even for      (*) 
0.00/0.00	c (*) merchantability or fitness for a particular (*) 
0.00/0.00	c (*)  purpose. Please run with --license to see  (*) 
0.00/0.00	c (*)              license details.               (*) 
0.00/0.00	c (*)                                             (*) 
0.00/0.00	c (*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*) 
0.00/0.00	c 
0.00/0.00	c solving /tmp/evaluation/334562-1173580207/instance-334562-1173580207.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/node6/watcher-334562-1173580207 -o ROOT/results/node6/solver-334562-1173580207 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/334562-1173580207/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/334562-1173580207/instance-334562-1173580207.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/77 22701
/proc/meminfo: memFree=1365624/2055924 swapFree=4156956/4192956
[pid=22701] ppid=22699 vsize=1932 CPUtime=0
/proc/22701/stat : 22701 (Spear-32) R 22699 22701 21955 0 -1 4194304 263 0 0 0 0 0 0 0 18 0 1 0 377975438 1978368 247 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 135251622 0 0 4096 0 0 0 0 17 1 0 0
/proc/22701/statm: 483 248 126 302 0 178 0

[startup+0.026726 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 22701
/proc/meminfo: memFree=1365624/2055924 swapFree=4156956/4192956
[pid=22701] ppid=22699 vsize=2636 CPUtime=0.02
/proc/22701/stat : 22701 (Spear-32) R 22699 22701 21955 0 -1 4194304 411 0 0 0 2 0 0 0 18 0 1 0 377975438 2699264 395 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22701/statm: 659 395 129 302 0 354 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 2636

[startup+0.10174 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 22701
/proc/meminfo: memFree=1365624/2055924 swapFree=4156956/4192956
[pid=22701] ppid=22699 vsize=3296 CPUtime=0.09
/proc/22701/stat : 22701 (Spear-32) R 22699 22701 21955 0 -1 4194304 586 0 0 0 9 0 0 0 18 0 1 0 377975438 3375104 570 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22701/statm: 824 570 140 302 0 519 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3296

[startup+0.301779 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 22701
/proc/meminfo: memFree=1365624/2055924 swapFree=4156956/4192956
[pid=22701] ppid=22699 vsize=3560 CPUtime=0.29
/proc/22701/stat : 22701 (Spear-32) R 22699 22701 21955 0 -1 4194304 648 0 0 0 29 0 0 0 19 0 1 0 377975438 3645440 632 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22701/statm: 890 632 140 302 0 585 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3560

[startup+0.701858 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 22701
/proc/meminfo: memFree=1365624/2055924 swapFree=4156956/4192956
[pid=22701] ppid=22699 vsize=3820 CPUtime=0.69
/proc/22701/stat : 22701 (Spear-32) R 22699 22701 21955 0 -1 4194304 730 0 0 0 69 0 0 0 22 0 1 0 377975438 3911680 714 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22701/statm: 955 714 140 302 0 650 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3820

[startup+1.50202 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22702
/proc/meminfo: memFree=1363120/2055924 swapFree=4156956/4192956
[pid=22701] ppid=22699 vsize=4616 CPUtime=1.49
/proc/22701/stat : 22701 (Spear-32) R 22699 22701 21955 0 -1 4194304 901 0 0 0 148 1 0 0 25 0 1 0 377975438 4726784 885 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22701/statm: 1154 885 140 302 0 849 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4616

[startup+3.10233 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22702
/proc/meminfo: memFree=1361968/2055924 swapFree=4156956/4192956
[pid=22701] ppid=22699 vsize=5792 CPUtime=3.09
/proc/22701/stat : 22701 (Spear-32) R 22699 22701 21955 0 -1 4194304 1214 0 0 0 308 1 0 0 25 0 1 0 377975438 5931008 1198 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22701/statm: 1448 1198 140 302 0 1143 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 5792

[startup+6.30196 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22702
/proc/meminfo: memFree=1359792/2055924 swapFree=4156956/4192956
[pid=22701] ppid=22699 vsize=7728 CPUtime=6.29
/proc/22701/stat : 22701 (Spear-32) R 22699 22701 21955 0 -1 4194304 1685 0 0 0 626 3 0 0 25 0 1 0 377975438 7913472 1669 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22701/statm: 1932 1669 140 302 0 1627 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 7728

[startup+12.7012 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22702
/proc/meminfo: memFree=1356464/2055924 swapFree=4156956/4192956
[pid=22701] ppid=22699 vsize=10752 CPUtime=12.69
/proc/22701/stat : 22701 (Spear-32) R 22699 22701 21955 0 -1 4194304 2450 0 0 0 1263 6 0 0 25 0 1 0 377975438 11010048 2401 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22701/statm: 2688 2401 140 302 0 2383 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 10752

[startup+25.5017 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22702
/proc/meminfo: memFree=1352944/2055924 swapFree=4156956/4192956
[pid=22701] ppid=22699 vsize=14164 CPUtime=25.48
/proc/22701/stat : 22701 (Spear-32) R 22699 22701 21955 0 -1 4194304 3291 0 0 0 2540 8 0 0 25 0 1 0 377975438 14503936 3242 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526778 0 0 4096 0 0 0 0 17 1 0 0
/proc/22701/statm: 3541 3242 140 302 0 3236 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 14164

[startup+51.1018 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22702
/proc/meminfo: memFree=1346736/2055924 swapFree=4156956/4192956
[pid=22701] ppid=22699 vsize=20672 CPUtime=51.08
/proc/22701/stat : 22701 (Spear-32) R 22699 22701 21955 0 -1 4194304 4924 0 0 0 5093 15 0 0 25 0 1 0 377975438 21168128 4810 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22701/statm: 5168 4810 140 302 0 4863 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 20672

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22702
/proc/meminfo: memFree=1336816/2055924 swapFree=4156956/4192956
[pid=22701] ppid=22699 vsize=31108 CPUtime=102.26
/proc/22701/stat : 22701 (Spear-32) R 22699 22701 21955 0 -1 4194304 7490 0 0 0 10202 24 0 0 25 0 1 0 377975438 31854592 7247 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527082 0 0 4096 0 0 0 0 17 1 0 0
/proc/22701/statm: 7777 7247 140 302 0 7472 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 31108

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22702
/proc/meminfo: memFree=1328240/2055924 swapFree=4156956/4192956
[pid=22701] ppid=22699 vsize=39724 CPUtime=162.23
/proc/22701/stat : 22701 (Spear-32) R 22699 22701 21955 0 -1 4194304 9647 0 0 0 16189 34 0 0 25 0 1 0 377975438 40677376 9404 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/22701/statm: 9931 9404 140 302 0 9626 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 39724

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22702
/proc/meminfo: memFree=1319152/2055924 swapFree=4156956/4192956
[pid=22701] ppid=22699 vsize=49036 CPUtime=222.2
/proc/22701/stat : 22701 (Spear-32) R 22699 22701 21955 0 -1 4194304 11895 0 0 0 22176 44 0 0 25 0 1 0 377975438 50212864 11652 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/22701/statm: 12259 11652 140 302 0 11954 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 49036

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22702
/proc/meminfo: memFree=1310576/2055924 swapFree=4156956/4192956
[pid=22701] ppid=22699 vsize=58780 CPUtime=282.19
/proc/22701/stat : 22701 (Spear-32) R 22699 22701 21955 0 -1 4194304 14304 0 0 0 28166 53 0 0 25 0 1 0 377975438 60190720 13804 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22701/statm: 14695 13804 140 302 0 14390 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 58780

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22702
/proc/meminfo: memFree=1302960/2055924 swapFree=4156956/4192956
[pid=22701] ppid=22699 vsize=66620 CPUtime=342.16
/proc/22701/stat : 22701 (Spear-32) R 22699 22701 21955 0 -1 4194304 16172 0 0 0 34155 61 0 0 25 0 1 0 377975438 68218880 15672 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526955 0 0 4096 0 0 0 0 17 1 0 0
/proc/22701/statm: 16655 15672 140 302 0 16350 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 66620

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22702
/proc/meminfo: memFree=1297456/2055924 swapFree=4156956/4192956
[pid=22701] ppid=22699 vsize=72176 CPUtime=402.14
/proc/22701/stat : 22701 (Spear-32) R 22699 22701 21955 0 -1 4194304 17563 0 0 0 40146 68 0 0 25 0 1 0 377975438 73908224 17063 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22701/statm: 18044 17063 140 302 0 17739 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 72176

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22702
/proc/meminfo: memFree=1292656/2055924 swapFree=4156956/4192956
[pid=22701] ppid=22699 vsize=77120 CPUtime=462.12
/proc/22701/stat : 22701 (Spear-32) R 22699 22701 21955 0 -1 4194304 18740 0 0 0 46137 75 0 0 25 0 1 0 377975438 78970880 18240 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526822 0 0 4096 0 0 0 0 17 1 0 0
/proc/22701/statm: 19280 18240 140 302 0 18975 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 77120

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22702
/proc/meminfo: memFree=1288496/2055924 swapFree=4156956/4192956
[pid=22701] ppid=22699 vsize=81468 CPUtime=522.1
/proc/22701/stat : 22701 (Spear-32) R 22699 22701 21955 0 -1 4194304 19794 0 0 0 52130 80 0 0 25 0 1 0 377975438 83423232 19294 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/22701/statm: 20367 19294 140 302 0 20062 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 81468

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22702
/proc/meminfo: memFree=1284272/2055924 swapFree=4156956/4192956
[pid=22701] ppid=22699 vsize=85868 CPUtime=582.07
/proc/22701/stat : 22701 (Spear-32) R 22699 22701 21955 0 -1 4194304 20849 0 0 0 58121 86 0 0 25 0 1 0 377975438 87928832 20349 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526727 0 0 4096 0 0 0 0 17 1 0 0
/proc/22701/statm: 21467 20349 140 302 0 21162 0
Current children cumulated CPU time (s) 582.07
Current children cumulated vsize (KiB) 85868

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22702
/proc/meminfo: memFree=1280176/2055924 swapFree=4156956/4192956
[pid=22701] ppid=22699 vsize=89800 CPUtime=642.06
/proc/22701/stat : 22701 (Spear-32) R 22699 22701 21955 0 -1 4194304 21861 0 0 0 64114 92 0 0 25 0 1 0 377975438 91955200 21361 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22701/statm: 22450 21361 140 302 0 22145 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 89800

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22702
/proc/meminfo: memFree=1276592/2055924 swapFree=4156956/4192956
[pid=22701] ppid=22699 vsize=93260 CPUtime=702.02
/proc/22701/stat : 22701 (Spear-32) R 22699 22701 21955 0 -1 4194304 22769 0 0 0 70106 96 0 0 25 0 1 0 377975438 95498240 22269 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526727 0 0 4096 0 0 0 0 17 1 0 0
/proc/22701/statm: 23315 22269 140 302 0 23010 0
Current children cumulated CPU time (s) 702.02
Current children cumulated vsize (KiB) 93260

[startup+762.306 s]
/proc/loadavg: 1.08 1.02 1.01 2/78 22702
/proc/meminfo: memFree=1270640/2055924 swapFree=4156956/4192956
[pid=22701] ppid=22699 vsize=99324 CPUtime=762.01
/proc/22701/stat : 22701 (Spear-32) R 22699 22701 21955 0 -1 4194304 24246 0 0 0 76098 103 0 0 25 0 1 0 377975438 101707776 23746 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526710 0 0 4096 0 0 0 0 17 1 0 0
/proc/22701/statm: 24831 23746 140 302 0 24526 0
Current children cumulated CPU time (s) 762.01
Current children cumulated vsize (KiB) 99324

[startup+822.302 s]
/proc/loadavg: 1.03 1.01 1.00 2/78 22702
/proc/meminfo: memFree=1265328/2055924 swapFree=4156956/4192956
[pid=22701] ppid=22699 vsize=104500 CPUtime=821.98
/proc/22701/stat : 22701 (Spear-32) R 22699 22701 21955 0 -1 4194304 25577 0 0 0 82087 111 0 0 25 0 1 0 377975438 107008000 25077 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527080 0 0 4096 0 0 0 0 17 1 0 0
/proc/22701/statm: 26125 25077 140 302 0 25820 0
Current children cumulated CPU time (s) 821.98
Current children cumulated vsize (KiB) 104500

[startup+882.302 s]
/proc/loadavg: 1.01 1.00 1.00 2/78 22704
/proc/meminfo: memFree=1260528/2055924 swapFree=4156956/4192956
[pid=22701] ppid=22699 vsize=109304 CPUtime=881.96
/proc/22701/stat : 22701 (Spear-32) R 22699 22701 21955 0 -1 4194304 26764 0 0 0 88078 118 0 0 25 0 1 0 377975438 111927296 26264 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526972 0 0 4096 0 0 0 0 17 1 0 0
/proc/22701/statm: 27326 26264 140 302 0 27021 0
Current children cumulated CPU time (s) 881.96
Current children cumulated vsize (KiB) 109304

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22704
/proc/meminfo: memFree=1256496/2055924 swapFree=4156956/4192956
[pid=22701] ppid=22699 vsize=115340 CPUtime=941.94
/proc/22701/stat : 22701 (Spear-32) R 22699 22701 21955 0 -1 4194304 28294 0 0 0 94071 123 0 0 25 0 1 0 377975438 118108160 27281 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22701/statm: 28835 27281 140 302 0 28530 0
Current children cumulated CPU time (s) 941.94
Current children cumulated vsize (KiB) 115340

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22704
/proc/meminfo: memFree=1252144/2055924 swapFree=4156956/4192956
[pid=22701] ppid=22699 vsize=120272 CPUtime=1001.92
/proc/22701/stat : 22701 (Spear-32) R 22699 22701 21955 0 -1 4194304 29385 0 0 0 100063 129 0 0 25 0 1 0 377975438 123158528 28372 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526871 0 0 4096 0 0 0 0 17 1 0 0
/proc/22701/statm: 30068 28372 140 302 0 29763 0
Current children cumulated CPU time (s) 1001.92
Current children cumulated vsize (KiB) 120272

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22704
/proc/meminfo: memFree=1248688/2055924 swapFree=4156956/4192956
[pid=22701] ppid=22699 vsize=123664 CPUtime=1061.89
/proc/22701/stat : 22701 (Spear-32) R 22699 22701 21955 0 -1 4194304 30238 0 0 0 106056 133 0 0 25 0 1 0 377975438 126631936 29225 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526767 0 0 4096 0 0 0 0 17 1 0 0
/proc/22701/statm: 30916 29225 140 302 0 30611 0
Current children cumulated CPU time (s) 1061.89
Current children cumulated vsize (KiB) 123664

[startup+1122.3 s]
/proc/loadavg: 1.09 1.03 1.01 2/78 22704
/proc/meminfo: memFree=1245360/2055924 swapFree=4156956/4192956
[pid=22701] ppid=22699 vsize=127020 CPUtime=1121.87
/proc/22701/stat : 22701 (Spear-32) R 22699 22701 21955 0 -1 4194304 31070 0 0 0 112049 138 0 0 25 0 1 0 377975438 130068480 30057 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/22701/statm: 31755 30057 140 302 0 31450 0
Current children cumulated CPU time (s) 1121.87
Current children cumulated vsize (KiB) 127020

[startup+1182.3 s]
/proc/loadavg: 1.03 1.02 1.00 2/78 22704
/proc/meminfo: memFree=1242352/2055924 swapFree=4156956/4192956
[pid=22701] ppid=22699 vsize=130100 CPUtime=1181.85
/proc/22701/stat : 22701 (Spear-32) R 22699 22701 21955 0 -1 4194304 31835 0 0 0 118043 142 0 0 25 0 1 0 377975438 133222400 30822 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/22701/statm: 32525 30822 140 302 0 32220 0
Current children cumulated CPU time (s) 1181.85
Current children cumulated vsize (KiB) 130100



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.02 1.02 1.00 2/78 22704
/proc/meminfo: memFree=1241392/2055924 swapFree=4156956/4192956
[pid=22701] ppid=22699 vsize=130876 CPUtime=1200.04
/proc/22701/stat : 22701 (Spear-32) R 22699 22701 21955 0 -1 4194304 32060 0 0 0 119861 143 0 0 25 0 1 0 377975438 134017024 31047 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/22701/statm: 32719 31047 140 302 0 32414 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 130876

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.02 1.02 1.00 2/78 22704
/proc/meminfo: memFree=1241392/2055924 swapFree=4156956/4192956
[pid=22701] ppid=22699 vsize=130876 CPUtime=1200.04
/proc/22701/stat : 22701 (Spear-32) R 22699 22701 21955 0 -1 4194304 32060 0 0 0 119861 143 0 0 25 0 1 0 377975438 134017024 31047 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/22701/statm: 32719 31047 140 302 0 32414 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 130876

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.53
CPU time (s): 1200.08
CPU user time (s): 1198.62
CPU system time (s): 1.45778
CPU usage (%): 99.9625
Max. virtual memory (cumulated for all children) (KiB): 130876

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

runsolver used 1.3168 second user time and 3.05854 second system time

The end

Launcher Data (download as text)

Begin job on node6 on Sun Mar 11 02:30:07 UTC 2007

IDJOB= 334562
IDBENCH= 24630
IDSOLVER= 132
FILE ID= node6/334562-1173580207

PBS_JOBID= 4101216

Free space on /tmp= 66375 MiB

SOLVER NAME= Spear FH 1.0
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest04/others/equilarge_l5.sat05-522.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/334562-1173580207/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/334562-1173580207/instance-334562-1173580207.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node6/watcher-334562-1173580207 -o ROOT/results/node6/solver-334562-1173580207 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/334562-1173580207/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/334562-1173580207/instance-334562-1173580207.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  938806a23cb5c9ff1ce606734695c30f

RANDOM SEED= 251353851

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node6.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.277
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.277
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:      2055924 kB
MemFree:       1366096 kB
Buffers:         53340 kB
Cached:         544728 kB
SwapCached:       2236 kB
Active:         358464 kB
Inactive:       262868 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1366096 kB
SwapTotal:     4192956 kB
SwapFree:      4156956 kB
Dirty:            1880 kB
Writeback:           0 kB
Mapped:          31328 kB
Slab:            54116 kB
Committed_AS:  1344924 kB
PageTables:       1744 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= 66375 MiB

End job on node6 on Sun Mar 11 02:50:10 UTC 2007