Trace number 330523

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.13 1200.57

General information on the benchmark

Nameindustrial/IBM_FV_2004_30/
IBM_FV_2004_rule_batch_30_SAT_dat.k55.cnf
MD5SUM123611192e7b44f446f7ac11e53423f6
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark181.562
Satisfiable
(Un)Satisfiability was proved
Number of variables112764
Number of clauses468539
Sum of the clauses size1200891
Maximum clause length12
Minimum clause length1
Number of clauses of size 12072
Number of clauses of size 2331975
Number of clauses of size 387836
Number of clauses of size 416674
Number of clauses of size 59489
Number of clauses of size over 520493

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/330523-1173167298/instance-330523-1173167298.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/node76/watcher-330523-1173167298 -o ROOT/results/node76/solver-330523-1173167298 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/330523-1173167298/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/330523-1173167298/instance-330523-1173167298.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.92 0.98 0.99 3/69 2631
/proc/meminfo: memFree=1784968/2055888 swapFree=4087256/4096564
[pid=2631] ppid=2629 vsize=1396 CPUtime=0
/proc/2631/stat : 2631 (Spear-32) R 2629 2631 1960 0 -1 4194304 153 0 0 0 0 0 0 0 19 0 1 0 336688218 1429504 138 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2631/statm: 349 138 121 302 0 44 0

[startup+0.028577 s]
/proc/loadavg: 0.92 0.98 0.99 3/69 2631
/proc/meminfo: memFree=1784968/2055888 swapFree=4087256/4096564
[pid=2631] ppid=2629 vsize=1396 CPUtime=0.02
/proc/2631/stat : 2631 (Spear-32) R 2629 2631 1960 0 -1 4194304 153 0 0 0 2 0 0 0 19 0 1 0 336688218 1429504 138 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2631/statm: 349 138 121 302 0 44 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1396

[startup+0.101576 s]
/proc/loadavg: 0.92 0.98 0.99 3/69 2631
/proc/meminfo: memFree=1784968/2055888 swapFree=4087256/4096564
[pid=2631] ppid=2629 vsize=3808 CPUtime=0.09
/proc/2631/stat : 2631 (Spear-32) R 2629 2631 1960 0 -1 4194304 706 0 0 0 9 0 0 0 19 0 1 0 336688218 3899392 691 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134513448 0 0 4096 0 0 0 0 17 1 0 0
/proc/2631/statm: 952 697 129 302 0 647 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3808

[startup+0.301599 s]
/proc/loadavg: 0.92 0.98 0.99 3/69 2631
/proc/meminfo: memFree=1784968/2055888 swapFree=4087256/4096564
[pid=2631] ppid=2629 vsize=10428 CPUtime=0.29
/proc/2631/stat : 2631 (Spear-32) R 2629 2631 1960 0 -1 4194304 2802 0 0 0 27 2 0 0 21 0 1 0 336688218 10678272 2373 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2631/statm: 2607 2373 129 302 0 2302 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10428

[startup+0.701644 s]
/proc/loadavg: 0.92 0.98 0.99 3/69 2631
/proc/meminfo: memFree=1784968/2055888 swapFree=4087256/4096564
[pid=2631] ppid=2629 vsize=26712 CPUtime=0.69
/proc/2631/stat : 2631 (Spear-32) R 2629 2631 1960 0 -1 4194304 7533 0 0 0 63 6 0 0 25 0 1 0 336688218 27353088 5625 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2631/statm: 6678 5625 129 302 0 6373 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 26712

[startup+1.50174 s]
/proc/loadavg: 0.92 0.98 0.99 2/70 2632
/proc/meminfo: memFree=1753536/2055888 swapFree=4087256/4096564
[pid=2631] ppid=2629 vsize=46136 CPUtime=1.49
/proc/2631/stat : 2631 (Spear-32) R 2629 2631 1960 0 -1 4194304 13267 0 0 0 138 11 0 0 25 0 1 0 336688218 47243264 11004 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/2631/statm: 11534 11004 145 302 0 11229 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 46136

[startup+3.10192 s]
/proc/loadavg: 0.92 0.98 0.99 2/70 2632
/proc/meminfo: memFree=1730304/2055888 swapFree=4087256/4096564
[pid=2631] ppid=2629 vsize=59224 CPUtime=3.09
/proc/2631/stat : 2631 (Spear-32) R 2629 2631 1960 0 -1 4194304 16938 0 0 0 296 13 0 0 25 0 1 0 336688218 60645376 13879 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2631/statm: 14806 13879 145 302 0 14501 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 59224

[startup+6.30229 s]
/proc/loadavg: 1.01 1.00 1.00 2/70 2632
/proc/meminfo: memFree=1728640/2055888 swapFree=4087256/4096564
[pid=2631] ppid=2629 vsize=61476 CPUtime=6.29
/proc/2631/stat : 2631 (Spear-32) R 2629 2631 1960 0 -1 4194304 17497 0 0 0 613 16 0 0 25 0 1 0 336688218 62951424 14438 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2631/statm: 15369 14438 145 302 0 15064 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 61476

[startup+12.702 s]
/proc/loadavg: 1.01 1.00 1.00 2/70 2632
/proc/meminfo: memFree=1724864/2055888 swapFree=4087256/4096564
[pid=2631] ppid=2629 vsize=64304 CPUtime=12.69
/proc/2631/stat : 2631 (Spear-32) R 2629 2631 1960 0 -1 4194304 18221 0 0 0 1248 21 0 0 25 0 1 0 336688218 65847296 15162 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2631/statm: 16076 15162 145 302 0 15771 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 64304

[startup+25.5015 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 2632
/proc/meminfo: memFree=1718592/2055888 swapFree=4087256/4096564
[pid=2631] ppid=2629 vsize=70652 CPUtime=25.48
/proc/2631/stat : 2631 (Spear-32) R 2629 2631 1960 0 -1 4194304 19825 0 0 0 2521 27 0 0 25 0 1 0 336688218 72347648 16668 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2631/statm: 17663 16668 145 302 0 17358 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 70652

[startup+51.1014 s]
/proc/loadavg: 1.32 1.08 1.03 2/70 2632
/proc/meminfo: memFree=1707968/2055888 swapFree=4087256/4096564
[pid=2631] ppid=2629 vsize=81492 CPUtime=51.08
/proc/2631/stat : 2631 (Spear-32) R 2629 2631 1960 0 -1 4194304 22589 0 0 0 5070 38 0 0 25 0 1 0 336688218 83447808 19367 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2631/statm: 20373 19367 145 302 0 20068 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 81492

[startup+102.305 s]
/proc/loadavg: 1.14 1.06 1.02 2/70 2632
/proc/meminfo: memFree=1683840/2055888 swapFree=4087256/4096564
[pid=2631] ppid=2629 vsize=105200 CPUtime=102.26
/proc/2631/stat : 2631 (Spear-32) R 2629 2631 1960 0 -1 4194304 28559 0 0 0 10177 49 0 0 25 0 1 0 336688218 107724800 25337 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2631/statm: 26300 25337 145 302 0 25995 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 105200

[startup+162.301 s]
/proc/loadavg: 1.05 1.05 1.01 2/70 2632
/proc/meminfo: memFree=1660800/2055888 swapFree=4087256/4096564
[pid=2631] ppid=2629 vsize=128744 CPUtime=162.24
/proc/2631/stat : 2631 (Spear-32) R 2629 2631 1960 0 -1 4194304 34477 0 0 0 16158 66 0 0 25 0 1 0 336688218 131833856 31126 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2631/statm: 32186 31126 145 302 0 31881 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 128744

[startup+222.301 s]
/proc/loadavg: 1.02 1.04 1.01 2/70 2632
/proc/meminfo: memFree=1640256/2055888 swapFree=4087256/4096564
[pid=2631] ppid=2629 vsize=148912 CPUtime=222.22
/proc/2631/stat : 2631 (Spear-32) R 2629 2631 1960 0 -1 4194304 39563 0 0 0 22144 78 0 0 25 0 1 0 336688218 152485888 36212 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526962 0 0 4096 0 0 0 0 17 1 0 0
/proc/2631/statm: 37228 36212 145 302 0 36923 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 148912

[startup+282.302 s]
/proc/loadavg: 1.00 1.03 1.00 2/70 2632
/proc/meminfo: memFree=1622272/2055888 swapFree=4087256/4096564
[pid=2631] ppid=2629 vsize=166884 CPUtime=282.21
/proc/2631/stat : 2631 (Spear-32) R 2629 2631 1960 0 -1 4194304 44069 0 0 0 28132 89 0 0 25 0 1 0 336688218 170889216 40718 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/2631/statm: 41721 40718 145 302 0 41416 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 166884

[startup+342.302 s]
/proc/loadavg: 1.00 1.02 1.00 2/70 2632
/proc/meminfo: memFree=1605824/2055888 swapFree=4087256/4096564
[pid=2631] ppid=2629 vsize=184252 CPUtime=342.19
/proc/2631/stat : 2631 (Spear-32) R 2629 2631 1960 0 -1 4194304 48401 0 0 0 34120 99 0 0 25 0 1 0 336688218 188674048 44793 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2631/statm: 46063 44793 145 302 0 45758 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 184252

[startup+402.302 s]
/proc/loadavg: 1.00 1.02 1.00 2/70 2632
/proc/meminfo: memFree=1588672/2055888 swapFree=4087256/4096564
[pid=2631] ppid=2629 vsize=201316 CPUtime=402.17
/proc/2631/stat : 2631 (Spear-32) R 2629 2631 1960 0 -1 4194304 52736 0 0 0 40103 114 0 0 25 0 1 0 336688218 206147584 49128 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/2631/statm: 50329 49128 145 302 0 50024 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 201316

[startup+462.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/70 2632
/proc/meminfo: memFree=1571584/2055888 swapFree=4087256/4096564
[pid=2631] ppid=2629 vsize=218276 CPUtime=462.16
/proc/2631/stat : 2631 (Spear-32) R 2629 2631 1960 0 -1 4194304 56958 0 0 0 46092 124 0 0 25 0 1 0 336688218 223514624 53350 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527257 0 0 4096 0 0 0 0 17 1 0 0
/proc/2631/statm: 54569 53350 145 302 0 54264 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 218276

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 2632
/proc/meminfo: memFree=1556416/2055888 swapFree=4087256/4096564
[pid=2631] ppid=2629 vsize=233544 CPUtime=522.14
/proc/2631/stat : 2631 (Spear-32) R 2629 2631 1960 0 -1 4194304 60760 0 0 0 52080 134 0 0 25 0 1 0 336688218 239149056 57152 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526952 0 0 4096 0 0 0 0 17 1 0 0
/proc/2631/statm: 58386 57152 145 302 0 58081 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 233544

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 2632
/proc/meminfo: memFree=1542912/2055888 swapFree=4087256/4096564
[pid=2631] ppid=2629 vsize=246864 CPUtime=582.12
/proc/2631/stat : 2631 (Spear-32) R 2629 2631 1960 0 -1 4194304 64082 0 0 0 58069 143 0 0 25 0 1 0 336688218 252788736 60474 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/2631/statm: 61716 60474 145 302 0 61411 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 246864

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 2632
/proc/meminfo: memFree=1526912/2055888 swapFree=4087256/4096564
[pid=2631] ppid=2629 vsize=262712 CPUtime=642.11
/proc/2631/stat : 2631 (Spear-32) R 2629 2631 1960 0 -1 4194304 68052 0 0 0 64061 150 0 0 25 0 1 0 336688218 269017088 64444 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134558756 0 0 4096 0 0 0 0 17 1 0 0
/proc/2631/statm: 65678 64444 145 302 0 65373 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 262712

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 2632
/proc/meminfo: memFree=1511552/2055888 swapFree=4087256/4096564
[pid=2631] ppid=2629 vsize=278164 CPUtime=702.09
/proc/2631/stat : 2631 (Spear-32) R 2629 2631 1960 0 -1 4194304 71933 0 0 0 70052 157 0 0 25 0 1 0 336688218 284839936 68325 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526955 0 0 4096 0 0 0 0 17 1 0 0
/proc/2631/statm: 69541 68325 145 302 0 69236 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 278164

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 2658
/proc/meminfo: memFree=1491920/2055888 swapFree=4087256/4096564
[pid=2631] ppid=2629 vsize=296144 CPUtime=762.06
/proc/2631/stat : 2631 (Spear-32) R 2629 2631 1960 0 -1 4194304 76441 0 0 0 76041 165 0 0 25 0 1 0 336688218 303251456 72833 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527154 0 0 4096 0 0 0 0 17 1 0 0
/proc/2631/statm: 74036 72833 145 302 0 73731 0
Current children cumulated CPU time (s) 762.06
Current children cumulated vsize (KiB) 296144

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 2790
/proc/meminfo: memFree=1473488/2055888 swapFree=4087256/4096564
[pid=2631] ppid=2629 vsize=314716 CPUtime=821.98
/proc/2631/stat : 2631 (Spear-32) R 2629 2631 1960 0 -1 4194304 81088 0 0 0 82025 173 0 0 25 0 1 0 336688218 322269184 77480 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134524643 0 0 4096 0 0 0 0 17 1 0 0
/proc/2631/statm: 78679 77480 145 302 0 78374 0
Current children cumulated CPU time (s) 821.98
Current children cumulated vsize (KiB) 314716

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 2830
/proc/meminfo: memFree=1458240/2055888 swapFree=4087256/4096564
[pid=2631] ppid=2629 vsize=332776 CPUtime=881.95
/proc/2631/stat : 2631 (Spear-32) R 2629 2631 1960 0 -1 4194304 85634 0 0 0 88016 179 0 0 25 0 1 0 336688218 340762624 81513 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134524837 0 0 4096 0 0 0 0 17 1 0 0
/proc/2631/statm: 83194 81513 145 302 0 82889 0
Current children cumulated CPU time (s) 881.95
Current children cumulated vsize (KiB) 332776

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 2830
/proc/meminfo: memFree=1441728/2055888 swapFree=4087256/4096564
[pid=2631] ppid=2629 vsize=349456 CPUtime=941.93
/proc/2631/stat : 2631 (Spear-32) R 2629 2631 1960 0 -1 4194304 89803 0 0 0 94007 186 0 0 25 0 1 0 336688218 357842944 85682 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134524702 0 0 4096 0 0 0 0 17 1 0 0
/proc/2631/statm: 87364 85682 145 302 0 87059 0
Current children cumulated CPU time (s) 941.93
Current children cumulated vsize (KiB) 349456

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 2830
/proc/meminfo: memFree=1422336/2055888 swapFree=4087256/4096564
[pid=2631] ppid=2629 vsize=368620 CPUtime=1001.91
/proc/2631/stat : 2631 (Spear-32) R 2629 2631 1960 0 -1 4194304 94607 0 0 0 99998 193 0 0 25 0 1 0 336688218 377466880 90486 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134524812 0 0 4096 0 0 0 0 17 1 0 0
/proc/2631/statm: 92155 90486 145 302 0 91850 0
Current children cumulated CPU time (s) 1001.91
Current children cumulated vsize (KiB) 368620

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 2830
/proc/meminfo: memFree=1409664/2055888 swapFree=4087256/4096564
[pid=2631] ppid=2629 vsize=381516 CPUtime=1061.9
/proc/2631/stat : 2631 (Spear-32) R 2629 2631 1960 0 -1 4194304 97794 0 0 0 105991 199 0 0 25 0 1 0 336688218 390672384 93673 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/2631/statm: 95379 93673 145 302 0 95074 0
Current children cumulated CPU time (s) 1061.9
Current children cumulated vsize (KiB) 381516

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 2830
/proc/meminfo: memFree=1395648/2055888 swapFree=4087256/4096564
[pid=2631] ppid=2629 vsize=395356 CPUtime=1121.87
/proc/2631/stat : 2631 (Spear-32) R 2629 2631 1960 0 -1 4194304 101252 0 0 0 111982 205 0 0 25 0 1 0 336688218 404844544 97131 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2631/statm: 98839 97131 145 302 0 98534 0
Current children cumulated CPU time (s) 1121.87
Current children cumulated vsize (KiB) 395356

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 2830
/proc/meminfo: memFree=1380416/2055888 swapFree=4087256/4096564
[pid=2631] ppid=2629 vsize=410696 CPUtime=1181.86
/proc/2631/stat : 2631 (Spear-32) R 2629 2631 1960 0 -1 4194304 105102 0 0 0 117974 212 0 0 25 0 1 0 336688218 420552704 100981 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/2631/statm: 102674 100981 145 302 0 102369 0
Current children cumulated CPU time (s) 1181.86
Current children cumulated vsize (KiB) 410696



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 2830
/proc/meminfo: memFree=1375680/2055888 swapFree=4087256/4096564
[pid=2631] ppid=2629 vsize=415152 CPUtime=1200.05
/proc/2631/stat : 2631 (Spear-32) R 2629 2631 1960 0 -1 4194304 106219 0 0 0 119792 213 0 0 25 0 1 0 336688218 425115648 102098 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/2631/statm: 103788 102098 145 302 0 103483 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 415152

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

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

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 2830
/proc/meminfo: memFree=1375680/2055888 swapFree=4087256/4096564
[pid=2631] ppid=2629 vsize=415152 CPUtime=1200.05
/proc/2631/stat : 2631 (Spear-32) R 2629 2631 1960 0 -1 4194304 106219 0 0 0 119792 213 0 0 25 0 1 0 336688218 425115648 102098 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/2631/statm: 103788 102098 145 302 0 103483 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 415152

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.57
CPU time (s): 1200.13
CPU user time (s): 1197.93
CPU system time (s): 2.20267
CPU usage (%): 99.9635
Max. virtual memory (cumulated for all children) (KiB): 415152

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

runsolver used 1.06684 second user time and 2.30565 second system time

The end

Launcher Data (download as text)

Begin job on node76 on Tue Mar  6 07:48:19 UTC 2007

IDJOB= 330523
IDBENCH= 20565
IDSOLVER= 131
FILE ID= node76/330523-1173167298

PBS_JOBID= 4015242

Free space on /tmp= 66609 MiB

SOLVER NAME= Spear FHS 1.0
BENCH NAME= HOME/pub/bench/SAT07/industrial/IBM_FV_2004_30/IBM_FV_2004_rule_batch_30_SAT_dat.k55.cnf
COMMAND LINE= /tmp/evaluation/330523-1173167298/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/330523-1173167298/instance-330523-1173167298.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node76/watcher-330523-1173167298 -o ROOT/results/node76/solver-330523-1173167298 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/330523-1173167298/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/330523-1173167298/instance-330523-1173167298.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  123611192e7b44f446f7ac11e53423f6

RANDOM SEED= 582412539

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node76.alineos.net 2.6.9-34.ELsmp #1 SMP Thu Mar 9 06:23:23 GMT 2006 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.219
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	: 6006.18
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.219
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	: 5999.41
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055888 kB
MemFree:       1785376 kB
Buffers:         20704 kB
Cached:         176568 kB
SwapCached:       2716 kB
Active:          75212 kB
Inactive:       145724 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055888 kB
LowFree:       1785376 kB
SwapTotal:     4096564 kB
SwapFree:      4087256 kB
Dirty:           12412 kB
Writeback:           0 kB
Mapped:          29708 kB
Slab:            35948 kB
Committed_AS:  1184228 kB
PageTables:       1460 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66609 MiB

End job on node76 on Tue Mar  6 08:08:22 UTC 2007