Trace number 336746

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

General information on the benchmark

Namecrafted/Hard/contest02/
ezfact64_5.sat05-452.reshuffled-07.cnf
MD5SUMdf5eb5c4b20c5e5dfc376eb525ea9039
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 variables3073
Number of clauses19785
Sum of the clauses size74601
Maximum clause length4
Minimum clause length1
Number of clauses of size 165
Number of clauses of size 20
Number of clauses of size 34344
Number of clauses of size 415376
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/336746-1173652965/instance-336746-1173652965.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/node34/watcher-336746-1173652965 -o ROOT/results/node34/solver-336746-1173652965 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/336746-1173652965/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/336746-1173652965/instance-336746-1173652965.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 25025
/proc/meminfo: memFree=1493960/2055920 swapFree=4192812/4192956
[pid=25025] ppid=25023 vsize=1932 CPUtime=0
/proc/25025/stat : 25025 (Spear-32) R 25023 25025 23890 0 -1 4194304 263 0 0 0 0 0 0 0 18 0 1 0 91252220 1978368 247 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134518176 0 0 4096 0 0 0 0 17 1 0 0
/proc/25025/statm: 483 247 126 302 0 178 0

[startup+0.0578401 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 25025
/proc/meminfo: memFree=1493960/2055920 swapFree=4192812/4192956
[pid=25025] ppid=25023 vsize=2880 CPUtime=0.05
/proc/25025/stat : 25025 (Spear-32) R 25023 25025 23890 0 -1 4194304 536 0 0 0 5 0 0 0 18 0 1 0 91252220 2949120 520 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25025/statm: 720 520 140 302 0 415 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 2880

[startup+0.101843 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 25025
/proc/meminfo: memFree=1493960/2055920 swapFree=4192812/4192956
[pid=25025] ppid=25023 vsize=3008 CPUtime=0.09
/proc/25025/stat : 25025 (Spear-32) R 25023 25025 23890 0 -1 4194304 574 0 0 0 9 0 0 0 18 0 1 0 91252220 3080192 558 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25025/statm: 752 558 140 302 0 447 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3008

[startup+0.301859 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 25025
/proc/meminfo: memFree=1493960/2055920 swapFree=4192812/4192956
[pid=25025] ppid=25023 vsize=3268 CPUtime=0.29
/proc/25025/stat : 25025 (Spear-32) R 25023 25025 23890 0 -1 4194304 627 0 0 0 29 0 0 0 19 0 1 0 91252220 3346432 611 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25025/statm: 817 611 140 302 0 512 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3268

[startup+0.701891 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 25025
/proc/meminfo: memFree=1493960/2055920 swapFree=4192812/4192956
[pid=25025] ppid=25023 vsize=3396 CPUtime=0.69
/proc/25025/stat : 25025 (Spear-32) R 25023 25025 23890 0 -1 4194304 668 0 0 0 69 0 0 0 22 0 1 0 91252220 3477504 652 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134524643 0 0 4096 0 0 0 0 17 1 0 0
/proc/25025/statm: 849 652 140 302 0 544 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3396

[startup+1.50195 s]
/proc/loadavg: 0.91 0.97 0.99 2/65 25026
/proc/meminfo: memFree=1491712/2055920 swapFree=4192812/4192956
[pid=25025] ppid=25023 vsize=3772 CPUtime=1.49
/proc/25025/stat : 25025 (Spear-32) R 25023 25025 23890 0 -1 4194304 768 0 0 0 149 0 0 0 25 0 1 0 91252220 3862528 752 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25025/statm: 943 752 140 302 0 638 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3772

[startup+3.10208 s]
/proc/loadavg: 0.91 0.97 0.99 2/65 25026
/proc/meminfo: memFree=1491008/2055920 swapFree=4192812/4192956
[pid=25025] ppid=25023 vsize=4640 CPUtime=3.09
/proc/25025/stat : 25025 (Spear-32) R 25023 25025 23890 0 -1 4194304 969 0 0 0 308 1 0 0 25 0 1 0 91252220 4751360 953 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25025/statm: 1160 953 140 302 0 855 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 4640

[startup+6.30134 s]
/proc/loadavg: 0.92 0.97 0.99 2/65 25026
/proc/meminfo: memFree=1489408/2055920 swapFree=4192812/4192956
[pid=25025] ppid=25023 vsize=6120 CPUtime=6.28
/proc/25025/stat : 25025 (Spear-32) R 25023 25025 23890 0 -1 4194304 1350 0 0 0 626 2 0 0 25 0 1 0 91252220 6266880 1334 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25025/statm: 1530 1334 140 302 0 1225 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 6120

[startup+12.7018 s]
/proc/loadavg: 0.93 0.97 0.99 2/65 25026
/proc/meminfo: memFree=1486848/2055920 swapFree=4192812/4192956
[pid=25025] ppid=25023 vsize=8612 CPUtime=12.69
/proc/25025/stat : 25025 (Spear-32) R 25023 25025 23890 0 -1 4194304 1942 0 0 0 1265 4 0 0 25 0 1 0 91252220 8818688 1926 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25025/statm: 2153 1926 140 302 0 1848 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 8612

[startup+25.5019 s]
/proc/loadavg: 0.94 0.97 0.99 2/65 25026
/proc/meminfo: memFree=1481920/2055920 swapFree=4192812/4192956
[pid=25025] ppid=25023 vsize=13304 CPUtime=25.48
/proc/25025/stat : 25025 (Spear-32) R 25023 25025 23890 0 -1 4194304 3136 0 0 0 2542 6 0 0 25 0 1 0 91252220 13623296 3087 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25025/statm: 3326 3087 140 302 0 3021 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 13304

[startup+51.1019 s]
/proc/loadavg: 0.96 0.97 0.99 2/65 25026
/proc/meminfo: memFree=1476096/2055920 swapFree=4192812/4192956
[pid=25025] ppid=25023 vsize=19180 CPUtime=51.08
/proc/25025/stat : 25025 (Spear-32) R 25023 25025 23890 0 -1 4194304 4622 0 0 0 5097 11 0 0 25 0 1 0 91252220 19640320 4573 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25025/statm: 4795 4573 140 302 0 4490 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 19180

[startup+102.306 s]
/proc/loadavg: 0.98 0.97 0.99 2/65 25026
/proc/meminfo: memFree=1466240/2055920 swapFree=4192812/4192956
[pid=25025] ppid=25023 vsize=29068 CPUtime=102.26
/proc/25025/stat : 25025 (Spear-32) R 25023 25025 23890 0 -1 4194304 7112 0 0 0 10208 18 0 0 25 0 1 0 91252220 29765632 6998 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/25025/statm: 7267 6998 140 302 0 6962 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 29068

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 25026
/proc/meminfo: memFree=1457472/2055920 swapFree=4192812/4192956
[pid=25025] ppid=25023 vsize=37852 CPUtime=162.25
/proc/25025/stat : 25025 (Spear-32) R 25023 25025 23890 0 -1 4194304 9307 0 0 0 16198 27 0 0 25 0 1 0 91252220 38760448 9193 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526965 0 0 4096 0 0 0 0 17 1 0 0
/proc/25025/statm: 9463 9193 140 302 0 9158 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 37852

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 25026
/proc/meminfo: memFree=1449280/2055920 swapFree=4192812/4192956
[pid=25025] ppid=25023 vsize=46488 CPUtime=222.23
/proc/25025/stat : 25025 (Spear-32) R 25023 25025 23890 0 -1 4194304 11461 0 0 0 22188 35 0 0 25 0 1 0 91252220 47603712 11218 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/25025/statm: 11622 11218 140 302 0 11317 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 46488

[startup+282.301 s]
/proc/loadavg: 1.03 0.99 0.99 2/65 25026
/proc/meminfo: memFree=1442368/2055920 swapFree=4192812/4192956
[pid=25025] ppid=25023 vsize=53356 CPUtime=282.22
/proc/25025/stat : 25025 (Spear-32) R 25023 25025 23890 0 -1 4194304 13195 0 0 0 28180 42 0 0 25 0 1 0 91252220 54636544 12952 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526790 0 0 4096 0 0 0 0 17 1 0 0
/proc/25025/statm: 13339 12952 140 302 0 13034 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 53356

[startup+342.301 s]
/proc/loadavg: 1.01 0.99 0.99 2/65 25026
/proc/meminfo: memFree=1435392/2055920 swapFree=4192812/4192956
[pid=25025] ppid=25023 vsize=60376 CPUtime=342.21
/proc/25025/stat : 25025 (Spear-32) R 25023 25025 23890 0 -1 4194304 14917 0 0 0 34173 48 0 0 25 0 1 0 91252220 61825024 14674 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526812 0 0 4096 0 0 0 0 17 1 0 0
/proc/25025/statm: 15094 14674 140 302 0 14789 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 60376

[startup+402.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 25026
/proc/meminfo: memFree=1430016/2055920 swapFree=4192812/4192956
[pid=25025] ppid=25023 vsize=65748 CPUtime=402.19
/proc/25025/stat : 25025 (Spear-32) R 25023 25025 23890 0 -1 4194304 16258 0 0 0 40167 52 0 0 25 0 1 0 91252220 67325952 16015 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/25025/statm: 16437 16015 140 302 0 16132 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 65748

[startup+462.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 25026
/proc/meminfo: memFree=1424960/2055920 swapFree=4192812/4192956
[pid=25025] ppid=25023 vsize=70720 CPUtime=462.17
/proc/25025/stat : 25025 (Spear-32) R 25023 25025 23890 0 -1 4194304 17509 0 0 0 46159 58 0 0 25 0 1 0 91252220 72417280 17266 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/25025/statm: 17680 17266 140 302 0 17375 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 70720

[startup+522.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 25026
/proc/meminfo: memFree=1420928/2055920 swapFree=4192812/4192956
[pid=25025] ppid=25023 vsize=74980 CPUtime=522.16
/proc/25025/stat : 25025 (Spear-32) R 25023 25025 23890 0 -1 4194304 18571 0 0 0 52154 62 0 0 25 0 1 0 91252220 76779520 18328 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/25025/statm: 18745 18328 140 302 0 18440 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 74980

[startup+582.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 25026
/proc/meminfo: memFree=1416704/2055920 swapFree=4192812/4192956
[pid=25025] ppid=25023 vsize=79984 CPUtime=582.14
/proc/25025/stat : 25025 (Spear-32) R 25023 25025 23890 0 -1 4194304 19845 0 0 0 58147 67 0 0 25 0 1 0 91252220 81903616 19345 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25025/statm: 19996 19345 140 302 0 19691 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 79984

[startup+642.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 25026
/proc/meminfo: memFree=1412416/2055920 swapFree=4192812/4192956
[pid=25025] ppid=25023 vsize=84352 CPUtime=642.13
/proc/25025/stat : 25025 (Spear-32) R 25023 25025 23890 0 -1 4194304 20914 0 0 0 64143 70 0 0 25 0 1 0 91252220 86376448 20414 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/25025/statm: 21088 20414 140 302 0 20783 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 84352

[startup+702.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 25026
/proc/meminfo: memFree=1408640/2055920 swapFree=4192812/4192956
[pid=25025] ppid=25023 vsize=88172 CPUtime=702.11
/proc/25025/stat : 25025 (Spear-32) R 25023 25025 23890 0 -1 4194304 21855 0 0 0 70137 74 0 0 25 0 1 0 91252220 90288128 21355 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/25025/statm: 22043 21355 140 302 0 21738 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 88172

[startup+762.306 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 25026
/proc/meminfo: memFree=1401536/2055920 swapFree=4192812/4192956
[pid=25025] ppid=25023 vsize=95336 CPUtime=762.1
/proc/25025/stat : 25025 (Spear-32) R 25023 25025 23890 0 -1 4194304 23645 0 0 0 76131 79 0 0 25 0 1 0 91252220 97624064 23141 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25025/statm: 23834 23141 140 302 0 23529 0
Current children cumulated CPU time (s) 762.1
Current children cumulated vsize (KiB) 95336

[startup+822.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 25026
/proc/meminfo: memFree=1395840/2055920 swapFree=4192812/4192956
[pid=25025] ppid=25023 vsize=100936 CPUtime=822.07
/proc/25025/stat : 25025 (Spear-32) R 25023 25025 23890 0 -1 4194304 25061 0 0 0 82124 83 0 0 25 0 1 0 91252220 103358464 24557 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/25025/statm: 25234 24557 140 302 0 24929 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 100936

[startup+882.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 25026
/proc/meminfo: memFree=1391040/2055920 swapFree=4192812/4192956
[pid=25025] ppid=25023 vsize=105664 CPUtime=882.06
/proc/25025/stat : 25025 (Spear-32) R 25023 25025 23890 0 -1 4194304 26253 0 0 0 88118 88 0 0 25 0 1 0 91252220 108199936 25749 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/25025/statm: 26416 25749 140 302 0 26111 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 105664

[startup+942.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 25026
/proc/meminfo: memFree=1386752/2055920 swapFree=4192812/4192956
[pid=25025] ppid=25023 vsize=110088 CPUtime=942.05
/proc/25025/stat : 25025 (Spear-32) R 25023 25025 23890 0 -1 4194304 27355 0 0 0 94112 93 0 0 25 0 1 0 91252220 112730112 26851 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25025/statm: 27522 26851 140 302 0 27217 0
Current children cumulated CPU time (s) 942.05
Current children cumulated vsize (KiB) 110088

[startup+1002.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 25026
/proc/meminfo: memFree=1382080/2055920 swapFree=4192812/4192956
[pid=25025] ppid=25023 vsize=114600 CPUtime=1002.03
/proc/25025/stat : 25025 (Spear-32) R 25023 25025 23890 0 -1 4194304 28498 0 0 0 100105 98 0 0 25 0 1 0 91252220 117350400 27994 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/25025/statm: 28650 27994 140 302 0 28345 0
Current children cumulated CPU time (s) 1002.03
Current children cumulated vsize (KiB) 114600

[startup+1062.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 25026
/proc/meminfo: memFree=1378048/2055920 swapFree=4192812/4192956
[pid=25025] ppid=25023 vsize=118612 CPUtime=1062.02
/proc/25025/stat : 25025 (Spear-32) R 25023 25025 23890 0 -1 4194304 29526 0 0 0 106098 104 0 0 25 0 1 0 91252220 121458688 29022 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/25025/statm: 29653 29022 140 302 0 29348 0
Current children cumulated CPU time (s) 1062.02
Current children cumulated vsize (KiB) 118612

[startup+1122.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/71 25134
/proc/meminfo: memFree=1372992/2055920 swapFree=4192812/4192956
[pid=25025] ppid=25023 vsize=122396 CPUtime=1121.95
/proc/25025/stat : 25025 (Spear-32) R 25023 25025 23890 0 -1 4194304 30471 0 0 0 112088 107 0 0 25 0 1 0 91252220 125333504 29967 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/25025/statm: 30599 29967 140 302 0 30294 0
Current children cumulated CPU time (s) 1121.95
Current children cumulated vsize (KiB) 122396

[startup+1182.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 25224
/proc/meminfo: memFree=1371000/2055920 swapFree=4192812/4192956
[pid=25025] ppid=25023 vsize=125088 CPUtime=1181.88
/proc/25025/stat : 25025 (Spear-32) R 25023 25025 23890 0 -1 4194304 31164 0 0 0 118079 109 0 0 25 0 1 0 91252220 128090112 30660 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25025/statm: 31272 30660 140 302 0 30967 0
Current children cumulated CPU time (s) 1181.88
Current children cumulated vsize (KiB) 125088



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 25224
/proc/meminfo: memFree=1370304/2055920 swapFree=4192812/4192956
[pid=25025] ppid=25023 vsize=125944 CPUtime=1200.08
/proc/25025/stat : 25025 (Spear-32) R 25023 25025 23890 0 -1 4194304 31375 0 0 0 119898 110 0 0 25 0 1 0 91252220 128966656 30871 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526719 0 0 4096 0 0 0 0 17 1 0 0
/proc/25025/statm: 31486 30871 140 302 0 31181 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 125944

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 0.99 0.99 2/65 25224
/proc/meminfo: memFree=1370304/2055920 swapFree=4192812/4192956
[pid=25025] ppid=25023 vsize=125944 CPUtime=1200.08
/proc/25025/stat : 25025 (Spear-32) R 25023 25025 23890 0 -1 4194304 31375 0 0 0 119898 110 0 0 25 0 1 0 91252220 128966656 30871 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526719 0 0 4096 0 0 0 0 17 1 0 0
/proc/25025/statm: 31486 30871 140 302 0 31181 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 125944

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.53
CPU time (s): 1200.11
CPU user time (s): 1198.99
CPU system time (s): 1.12583
CPU usage (%): 99.9655
Max. virtual memory (cumulated for all children) (KiB): 125944

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

runsolver used 0.85187 second user time and 2.51662 second system time

The end

Launcher Data (download as text)

Begin job on node34 on Sun Mar 11 22:42:45 UTC 2007

IDJOB= 336746
IDBENCH= 24682
IDSOLVER= 132
FILE ID= node34/336746-1173652965

PBS_JOBID= 4101374

Free space on /tmp= 66562 MiB

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

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  df5eb5c4b20c5e5dfc376eb525ea9039

RANDOM SEED= 607074612

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node34.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.238
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.238
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:       1494368 kB
Buffers:         46456 kB
Cached:         424512 kB
SwapCached:          0 kB
Active:          63524 kB
Inactive:       422920 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1494368 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1960 kB
Writeback:           0 kB
Mapped:          25696 kB
Slab:            61168 kB
Committed_AS:   124808 kB
PageTables:       1396 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= 66562 MiB

End job on node34 on Sun Mar 11 23:02:48 UTC 2007