Trace number 307444

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 FHS 1.0? (TO) 1200.2 1200.54

General information on the benchmark

Namerandom/LargeSize/3SAT/v19000/
unif-k3-r4.2-v19000-c79800-S1172889356-05.cnf
MD5SUMed69b58d607202c9e89604f68f2d7c34
Bench CategoryRANDOM (random 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 variables19000
Number of clauses79800
Sum of the clauses size239400
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 379800
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/307444-1172120545/instance-307444-1172120545.cnf

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.0 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node34/watcher-307444-1172120545 -o ROOT/results/node34/solver-307444-1172120545 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/307444-1172120545/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/307444-1172120545/instance-307444-1172120545.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 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/70 30793
/proc/meminfo: memFree=1455728/2055920 swapFree=4182772/4192956
[pid=30793] ppid=30791 vsize=1932 CPUtime=0
/proc/30793/stat : 30793 (Spear-32) R 30791 30793 29176 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 205818339 1978368 251 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134537251 0 0 4096 0 0 0 0 17 1 0 0
/proc/30793/statm: 483 251 126 302 0 178 0

[startup+0.107766 s]
/proc/loadavg: 1.00 1.00 1.00 3/70 30793
/proc/meminfo: memFree=1455728/2055920 swapFree=4182772/4192956
[pid=30793] ppid=30791 vsize=5796 CPUtime=0.1
/proc/30793/stat : 30793 (Spear-32) R 30791 30793 29176 0 -1 4194304 1437 0 0 0 9 1 0 0 18 0 1 0 205818339 5935104 1079 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/30793/statm: 1449 1080 129 302 0 1144 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 5796

[startup+0.515798 s]
/proc/loadavg: 1.00 1.00 1.00 3/70 30793
/proc/meminfo: memFree=1455728/2055920 swapFree=4182772/4192956
[pid=30793] ppid=30791 vsize=9192 CPUtime=0.5
/proc/30793/stat : 30793 (Spear-32) R 30791 30793 29176 0 -1 4194304 2355 0 0 0 49 1 0 0 21 0 1 0 205818339 9412608 1899 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526781 0 0 4096 0 0 0 0 17 1 0 0
/proc/30793/statm: 2298 1899 140 302 0 1993 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9192

[startup+1.33686 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 30796
/proc/meminfo: memFree=1447656/2055920 swapFree=4182772/4192956
[pid=30793] ppid=30791 vsize=10672 CPUtime=1.32
/proc/30793/stat : 30793 (Spear-32) R 30791 30793 29176 0 -1 4194304 2701 0 0 0 130 2 0 0 25 0 1 0 205818339 10928128 2245 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30793/statm: 2668 2245 140 302 0 2363 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 10672

[startup+2.97399 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 30796
/proc/meminfo: memFree=1445480/2055920 swapFree=4182772/4192956
[pid=30793] ppid=30791 vsize=13508 CPUtime=2.96
/proc/30793/stat : 30793 (Spear-32) R 30791 30793 29176 0 -1 4194304 3433 0 0 0 293 3 0 0 25 0 1 0 205818339 13832192 2977 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30793/statm: 3377 2977 140 302 0 3072 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 13508

[startup+6.25626 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30816
/proc/meminfo: memFree=1439128/2055920 swapFree=4182772/4192956
[pid=30793] ppid=30791 vsize=20888 CPUtime=6.22
/proc/30793/stat : 30793 (Spear-32) R 30791 30793 29176 0 -1 4194304 5259 0 0 0 617 5 0 0 25 0 1 0 205818339 21389312 4803 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134561592 0 0 4096 0 0 0 0 17 1 0 0
/proc/30793/statm: 5222 4803 140 302 0 4917 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 20888

[startup+12.7118 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30816
/proc/meminfo: memFree=1426464/2055920 swapFree=4182772/4192956
[pid=30793] ppid=30791 vsize=32716 CPUtime=12.68
/proc/30793/stat : 30793 (Spear-32) R 30791 30793 29176 0 -1 4194304 8225 0 0 0 1258 10 0 0 25 0 1 0 205818339 33501184 7769 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526834 0 0 4096 0 0 0 0 17 1 0 0
/proc/30793/statm: 8179 7769 140 302 0 7874 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 32716

[startup+25.6118 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30816
/proc/meminfo: memFree=1406048/2055920 swapFree=4182772/4192956
[pid=30793] ppid=30791 vsize=54184 CPUtime=25.58
/proc/30793/stat : 30793 (Spear-32) R 30791 30793 29176 0 -1 4194304 13577 0 0 0 2541 17 0 0 25 0 1 0 205818339 55484416 13121 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30793/statm: 13546 13121 140 302 0 13241 0
Current children cumulated CPU time (s) 25.58
Current children cumulated vsize (KiB) 54184

[startup+51.2209 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30816
/proc/meminfo: memFree=1369184/2055920 swapFree=4182772/4192956
[pid=30793] ppid=30791 vsize=90212 CPUtime=51.18
/proc/30793/stat : 30793 (Spear-32) R 30791 30793 29176 0 -1 4194304 22626 0 0 0 5090 28 0 0 25 0 1 0 205818339 92377088 22137 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526962 0 0 4096 0 0 0 0 17 1 0 0
/proc/30793/statm: 22553 22137 140 302 0 22248 0
Current children cumulated CPU time (s) 51.18
Current children cumulated vsize (KiB) 90212

[startup+102.428 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30816
/proc/meminfo: memFree=1305888/2055920 swapFree=4182772/4192956
[pid=30793] ppid=30791 vsize=154192 CPUtime=102.37
/proc/30793/stat : 30793 (Spear-32) R 30791 30793 29176 0 -1 4194304 38658 0 0 0 10192 45 0 0 25 0 1 0 205818339 157892608 38104 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30793/statm: 38548 38104 140 302 0 38243 0
Current children cumulated CPU time (s) 102.37
Current children cumulated vsize (KiB) 154192

[startup+162.448 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30816
/proc/meminfo: memFree=1246816/2055920 swapFree=4182772/4192956
[pid=30793] ppid=30791 vsize=212036 CPUtime=162.37
/proc/30793/stat : 30793 (Spear-32) R 30791 30793 29176 0 -1 4194304 53150 0 0 0 16173 64 0 0 25 0 1 0 205818339 217124864 52596 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30793/statm: 53009 52596 140 302 0 52704 0
Current children cumulated CPU time (s) 162.37
Current children cumulated vsize (KiB) 212036

[startup+222.466 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30816
/proc/meminfo: memFree=1192480/2055920 swapFree=4182772/4192956
[pid=30793] ppid=30791 vsize=266892 CPUtime=222.38
/proc/30793/stat : 30793 (Spear-32) R 30791 30793 29176 0 -1 4194304 66897 0 0 0 22157 81 0 0 25 0 1 0 205818339 273297408 66214 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30793/statm: 66723 66214 140 302 0 66418 0
Current children cumulated CPU time (s) 222.38
Current children cumulated vsize (KiB) 266892

[startup+282.481 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30816
/proc/meminfo: memFree=1146208/2055920 swapFree=4182772/4192956
[pid=30793] ppid=30791 vsize=313096 CPUtime=282.38
/proc/30793/stat : 30793 (Spear-32) R 30791 30793 29176 0 -1 4194304 78471 0 0 0 28141 97 0 0 25 0 1 0 205818339 320610304 77788 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30793/statm: 78274 77788 140 302 0 77969 0
Current children cumulated CPU time (s) 282.38
Current children cumulated vsize (KiB) 313096

[startup+342.499 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30816
/proc/meminfo: memFree=1095520/2055920 swapFree=4182772/4192956
[pid=30793] ppid=30791 vsize=362980 CPUtime=342.38
/proc/30793/stat : 30793 (Spear-32) R 30791 30793 29176 0 -1 4194304 90955 0 0 0 34123 115 0 0 25 0 1 0 205818339 371691520 90272 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30793/statm: 90745 90272 140 302 0 90440 0
Current children cumulated CPU time (s) 342.38
Current children cumulated vsize (KiB) 362980

[startup+402.524 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30816
/proc/meminfo: memFree=1050080/2055920 swapFree=4182772/4192956
[pid=30793] ppid=30791 vsize=408348 CPUtime=402.39
/proc/30793/stat : 30793 (Spear-32) R 30791 30793 29176 0 -1 4194304 102350 0 0 0 40108 131 0 0 25 0 1 0 205818339 418148352 101667 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30793/statm: 102087 101667 140 302 0 101782 0
Current children cumulated CPU time (s) 402.39
Current children cumulated vsize (KiB) 408348

[startup+462.546 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30816
/proc/meminfo: memFree=1015136/2055920 swapFree=4182772/4192956
[pid=30793] ppid=30791 vsize=444368 CPUtime=462.4
/proc/30793/stat : 30793 (Spear-32) R 30791 30793 29176 0 -1 4194304 111375 0 0 0 46095 145 0 0 25 0 1 0 205818339 455032832 110435 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30793/statm: 111092 110435 140 302 0 110787 0
Current children cumulated CPU time (s) 462.4
Current children cumulated vsize (KiB) 444368

[startup+522.563 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30816
/proc/meminfo: memFree=982176/2055920 swapFree=4182772/4192956
[pid=30793] ppid=30791 vsize=477328 CPUtime=522.4
/proc/30793/stat : 30793 (Spear-32) R 30791 30793 29176 0 -1 4194304 119619 0 0 0 52082 158 0 0 25 0 1 0 205818339 488783872 118679 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30793/statm: 119332 118679 140 302 0 119027 0
Current children cumulated CPU time (s) 522.4
Current children cumulated vsize (KiB) 477328

[startup+582.584 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30816
/proc/meminfo: memFree=941152/2055920 swapFree=4182772/4192956
[pid=30793] ppid=30791 vsize=517708 CPUtime=582.4
/proc/30793/stat : 30793 (Spear-32) R 30791 30793 29176 0 -1 4194304 129746 0 0 0 58071 169 0 0 25 0 1 0 205818339 530132992 128806 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526668 0 0 4096 0 0 0 0 17 1 0 0
/proc/30793/statm: 129427 128806 140 302 0 129122 0
Current children cumulated CPU time (s) 582.4
Current children cumulated vsize (KiB) 517708

[startup+642.603 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30816
/proc/meminfo: memFree=903776/2055920 swapFree=4182772/4192956
[pid=30793] ppid=30791 vsize=555084 CPUtime=642.41
/proc/30793/stat : 30793 (Spear-32) R 30791 30793 29176 0 -1 4194304 139110 0 0 0 64057 184 0 0 25 0 1 0 205818339 568406016 138170 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30793/statm: 138771 138170 140 302 0 138466 0
Current children cumulated CPU time (s) 642.41
Current children cumulated vsize (KiB) 555084

[startup+702.621 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30816
/proc/meminfo: memFree=870752/2055920 swapFree=4182772/4192956
[pid=30793] ppid=30791 vsize=588096 CPUtime=702.41
/proc/30793/stat : 30793 (Spear-32) R 30791 30793 29176 0 -1 4194304 147385 0 0 0 70045 196 0 0 25 0 1 0 205818339 602210304 146445 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30793/statm: 147024 146445 140 302 0 146719 0
Current children cumulated CPU time (s) 702.41
Current children cumulated vsize (KiB) 588096

[startup+762.643 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30816
/proc/meminfo: memFree=833824/2055920 swapFree=4182772/4192956
[pid=30793] ppid=30791 vsize=625052 CPUtime=762.41
/proc/30793/stat : 30793 (Spear-32) R 30791 30793 29176 0 -1 4194304 156637 0 0 0 76031 210 0 0 25 0 1 0 205818339 640053248 155697 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526790 0 0 4096 0 0 0 0 17 1 0 0
/proc/30793/statm: 156263 155697 140 302 0 155958 0
Current children cumulated CPU time (s) 762.41
Current children cumulated vsize (KiB) 625052

[startup+822.667 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30816
/proc/meminfo: memFree=797600/2055920 swapFree=4182772/4192956
[pid=30793] ppid=30791 vsize=660764 CPUtime=822.43
/proc/30793/stat : 30793 (Spear-32) R 30791 30793 29176 0 -1 4194304 165600 0 0 0 82021 222 0 0 25 0 1 0 205818339 676622336 164660 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/30793/statm: 165191 164660 140 302 0 164886 0
Current children cumulated CPU time (s) 822.43
Current children cumulated vsize (KiB) 660764

[startup+882.686 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30816
/proc/meminfo: memFree=764896/2055920 swapFree=4182772/4192956
[pid=30793] ppid=30791 vsize=693408 CPUtime=882.42
/proc/30793/stat : 30793 (Spear-32) R 30791 30793 29176 0 -1 4194304 173776 0 0 0 88011 231 0 0 25 0 1 0 205818339 710049792 172836 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/30793/statm: 173352 172836 140 302 0 173047 0
Current children cumulated CPU time (s) 882.42
Current children cumulated vsize (KiB) 693408

[startup+942.703 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30816
/proc/meminfo: memFree=736288/2055920 swapFree=4182772/4192956
[pid=30793] ppid=30791 vsize=722012 CPUtime=942.43
/proc/30793/stat : 30793 (Spear-32) R 30791 30793 29176 0 -1 4194304 180926 0 0 0 94001 242 0 0 25 0 1 0 205818339 739340288 179986 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30793/statm: 180503 179986 140 302 0 180198 0
Current children cumulated CPU time (s) 942.43
Current children cumulated vsize (KiB) 722012

[startup+1002.72 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30816
/proc/meminfo: memFree=705120/2055920 swapFree=4182772/4192956
[pid=30793] ppid=30791 vsize=752764 CPUtime=1002.43
/proc/30793/stat : 30793 (Spear-32) R 30791 30793 29176 0 -1 4194304 188639 0 0 0 99988 255 0 0 25 0 1 0 205818339 770830336 187699 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526984 0 0 4096 0 0 0 0 17 1 0 0
/proc/30793/statm: 188191 187699 140 302 0 187886 0
Current children cumulated CPU time (s) 1002.43
Current children cumulated vsize (KiB) 752764

[startup+1062.75 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30816
/proc/meminfo: memFree=670432/2055920 swapFree=4182772/4192956
[pid=30793] ppid=30791 vsize=787536 CPUtime=1062.43
/proc/30793/stat : 30793 (Spear-32) R 30791 30793 29176 0 -1 4194304 197334 0 0 0 105975 268 0 0 25 0 1 0 205818339 806436864 196394 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526962 0 0 4096 0 0 0 0 17 1 0 0
/proc/30793/statm: 196884 196394 140 302 0 196579 0
Current children cumulated CPU time (s) 1062.43
Current children cumulated vsize (KiB) 787536

[startup+1122.77 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30816
/proc/meminfo: memFree=642720/2055920 swapFree=4182772/4192956
[pid=30793] ppid=30791 vsize=815084 CPUtime=1122.44
/proc/30793/stat : 30793 (Spear-32) R 30791 30793 29176 0 -1 4194304 204258 0 0 0 111965 279 0 0 25 0 1 0 205818339 834646016 203318 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/30793/statm: 203771 203318 140 302 0 203466 0
Current children cumulated CPU time (s) 1122.44
Current children cumulated vsize (KiB) 815084

[startup+1182.78 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30816
/proc/meminfo: memFree=618720/2055920 swapFree=4182772/4192956
[pid=30793] ppid=30791 vsize=839228 CPUtime=1182.44
/proc/30793/stat : 30793 (Spear-32) R 30791 30793 29176 0 -1 4194304 210296 0 0 0 117955 289 0 0 25 0 1 0 205818339 859369472 209356 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30793/statm: 209807 209356 140 302 0 209502 0
Current children cumulated CPU time (s) 1182.44
Current children cumulated vsize (KiB) 839228



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30816
/proc/meminfo: memFree=610848/2055920 swapFree=4182772/4192956
[pid=30793] ppid=30791 vsize=846728 CPUtime=1200.06
/proc/30793/stat : 30793 (Spear-32) R 30791 30793 29176 0 -1 4194304 212177 0 0 0 119713 293 0 0 25 0 1 0 205818339 867049472 211237 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526962 0 0 4096 0 0 0 0 17 1 0 0
/proc/30793/statm: 211682 211237 140 302 0 211377 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 846728

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1200.51 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30816
/proc/meminfo: memFree=610848/2055920 swapFree=4182772/4192956
[pid=30793] ppid=30791 vsize=0 CPUtime=1200.16
/proc/30793/stat : 30793 (Spear-32) R 30791 30793 29176 0 -1 4195332 212177 0 0 0 119713 303 0 0 25 0 1 0 205818339 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/30793/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1200.16
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.54
CPU time (s): 1200.2
CPU user time (s): 1197.13
CPU system time (s): 3.06553
CPU usage (%): 99.9718
Max. virtual memory (cumulated for all children) (KiB): 846728

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

runsolver used 0.746886 second user time and 2.47162 second system time

The end

Launcher Data (download as text)

Begin job on node34 on Thu Feb 22 05:02:25 UTC 2007

IDJOB= 307444
IDBENCH= 20205
IDSOLVER= 131
FILE ID= node34/307444-1172120545

PBS_JOBID= 3892917

Free space on /tmp= 66559 MiB

SOLVER NAME= Spear FHS 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/3SAT/v19000/unif-k3-r4.2-v19000-c79800-S1172889356-05.cnf
COMMAND LINE= /tmp/evaluation/307444-1172120545/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/307444-1172120545/instance-307444-1172120545.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node34/watcher-307444-1172120545 -o ROOT/results/node34/solver-307444-1172120545 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/307444-1172120545/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/307444-1172120545/instance-307444-1172120545.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  ed69b58d607202c9e89604f68f2d7c34

RANDOM SEED= 180299576

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.234
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.234
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:       1456200 kB
Buffers:         34732 kB
Cached:         504612 kB
SwapCached:       4248 kB
Active:          92496 kB
Inactive:       457740 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1456200 kB
SwapTotal:     4192956 kB
SwapFree:      4182772 kB
Dirty:            3144 kB
Writeback:           0 kB
Mapped:          16808 kB
Slab:            35132 kB
Committed_AS:   568436 kB
PageTables:       1628 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= 66559 MiB

End job on node34 on Thu Feb 22 05:22:28 UTC 2007