Trace number 328634

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.12 1200.46

General information on the benchmark

Nameindustrial/IBM_FV_2002_13_rule_1/
SAT_dat.k55.cnf
MD5SUMe850121a2405d7beb915ee732c9c806c
Bench CategoryINDUST (industrial 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 variables39862
Number of clauses152915
Sum of the clauses size414137
Maximum clause length37
Minimum clause length1
Number of clauses of size 1733
Number of clauses of size 274251
Number of clauses of size 372070
Number of clauses of size 4306
Number of clauses of size 5585
Number of clauses of size over 54970

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/328634-1173119802/instance-328634-1173119802.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/node47/watcher-328634-1173119802 -o ROOT/results/node47/solver-328634-1173119802 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/328634-1173119802/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/328634-1173119802/instance-328634-1173119802.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.00 0.00 0.00 3/64 17788
/proc/meminfo: memFree=1234168/2055920 swapFree=4192812/4192956
[pid=17788] ppid=17786 vsize=1396 CPUtime=0
/proc/17788/stat : 17788 (Spear-32) R 17786 17788 17729 0 -1 4194304 154 0 0 0 0 0 0 0 18 0 1 0 37955343 1429504 138 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17788/statm: 349 138 121 302 0 44 0

[startup+0.04923 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 17788
/proc/meminfo: memFree=1234168/2055920 swapFree=4192812/4192956
[pid=17788] ppid=17786 vsize=2420 CPUtime=0.04
/proc/17788/stat : 17788 (Spear-32) R 17786 17788 17729 0 -1 4194304 431 0 0 0 4 0 0 0 18 0 1 0 37955343 2478080 415 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135262058 0 0 4096 0 0 0 0 17 1 0 0
/proc/17788/statm: 605 416 129 302 0 300 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 2420

[startup+0.101235 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 17788
/proc/meminfo: memFree=1234168/2055920 swapFree=4192812/4192956
[pid=17788] ppid=17786 vsize=4652 CPUtime=0.09
/proc/17788/stat : 17788 (Spear-32) R 17786 17788 17729 0 -1 4194304 965 0 0 0 9 0 0 0 18 0 1 0 37955343 4763648 843 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17788/statm: 1163 843 129 302 0 858 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4652

[startup+0.301256 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 17788
/proc/meminfo: memFree=1234168/2055920 swapFree=4192812/4192956
[pid=17788] ppid=17786 vsize=10244 CPUtime=0.29
/proc/17788/stat : 17788 (Spear-32) R 17786 17788 17729 0 -1 4194304 2698 0 0 0 27 2 0 0 19 0 1 0 37955343 10489856 2268 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17788/statm: 2561 2268 129 302 0 2256 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10244

[startup+0.701298 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 17788
/proc/meminfo: memFree=1234168/2055920 swapFree=4192812/4192956
[pid=17788] ppid=17786 vsize=16156 CPUtime=0.69
/proc/17788/stat : 17788 (Spear-32) R 17786 17788 17729 0 -1 4194304 4411 0 0 0 65 4 0 0 22 0 1 0 37955343 16543744 3368 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17788/statm: 4039 3368 140 302 0 3734 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16156

[startup+1.50138 s]
/proc/loadavg: 0.00 0.00 0.00 2/65 17789
/proc/meminfo: memFree=1220720/2055920 swapFree=4192812/4192956
[pid=17788] ppid=17786 vsize=16932 CPUtime=1.49
/proc/17788/stat : 17788 (Spear-32) R 17786 17788 17729 0 -1 4194304 4612 0 0 0 144 5 0 0 25 0 1 0 37955343 17338368 3569 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17788/statm: 4233 3569 140 302 0 3928 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 16932

[startup+3.10155 s]
/proc/loadavg: 0.00 0.00 0.00 2/65 17789
/proc/meminfo: memFree=1219960/2055920 swapFree=4192812/4192956
[pid=17788] ppid=17786 vsize=17712 CPUtime=3.09
/proc/17788/stat : 17788 (Spear-32) R 17786 17788 17729 0 -1 4194304 4803 0 0 0 304 5 0 0 25 0 1 0 37955343 18137088 3760 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/17788/statm: 4428 3760 140 302 0 4123 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 17712

[startup+6.3019 s]
/proc/loadavg: 0.08 0.02 0.01 2/65 17789
/proc/meminfo: memFree=1217912/2055920 swapFree=4192812/4192956
[pid=17788] ppid=17786 vsize=19564 CPUtime=6.29
/proc/17788/stat : 17788 (Spear-32) R 17786 17788 17729 0 -1 4194304 5276 0 0 0 621 8 0 0 25 0 1 0 37955343 20033536 4233 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17788/statm: 4891 4233 140 302 0 4586 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 19564

[startup+12.7016 s]
/proc/loadavg: 0.15 0.03 0.01 2/65 17789
/proc/meminfo: memFree=1214720/2055920 swapFree=4192812/4192956
[pid=17788] ppid=17786 vsize=23128 CPUtime=12.69
/proc/17788/stat : 17788 (Spear-32) R 17786 17788 17729 0 -1 4194304 6136 0 0 0 1259 10 0 0 25 0 1 0 37955343 23683072 5093 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17788/statm: 5782 5093 140 302 0 5477 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 23128

[startup+25.5019 s]
/proc/loadavg: 0.34 0.08 0.02 2/65 17789
/proc/meminfo: memFree=1205888/2055920 swapFree=4192812/4192956
[pid=17788] ppid=17786 vsize=31484 CPUtime=25.49
/proc/17788/stat : 17788 (Spear-32) R 17786 17788 17729 0 -1 4194304 8261 0 0 0 2535 14 0 0 25 0 1 0 37955343 32239616 7185 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17788/statm: 7871 7185 140 302 0 7566 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 31484

[startup+51.1017 s]
/proc/loadavg: 0.56 0.15 0.05 2/65 17789
/proc/meminfo: memFree=1195392/2055920 swapFree=4192812/4192956
[pid=17788] ppid=17786 vsize=41976 CPUtime=51.08
/proc/17788/stat : 17788 (Spear-32) R 17786 17788 17729 0 -1 4194304 10900 0 0 0 5090 18 0 0 25 0 1 0 37955343 42983424 9824 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134539417 0 0 4096 0 0 0 0 17 1 0 0
/proc/17788/statm: 10494 9824 140 302 0 10189 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 41976

[startup+102.305 s]
/proc/loadavg: 0.81 0.28 0.10 2/65 17789
/proc/meminfo: memFree=1174080/2055920 swapFree=4192812/4192956
[pid=17788] ppid=17786 vsize=63228 CPUtime=102.27
/proc/17788/stat : 17788 (Spear-32) R 17786 17788 17729 0 -1 4194304 16237 0 0 0 10200 27 0 0 25 0 1 0 37955343 64745472 15096 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/17788/statm: 15807 15096 140 302 0 15502 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 63228

[startup+162.301 s]
/proc/loadavg: 0.93 0.41 0.15 2/65 17789
/proc/meminfo: memFree=1147904/2055920 swapFree=4192812/4192956
[pid=17788] ppid=17786 vsize=89676 CPUtime=162.25
/proc/17788/stat : 17788 (Spear-32) R 17786 17788 17729 0 -1 4194304 22867 0 0 0 16188 37 0 0 25 0 1 0 37955343 91828224 21726 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526668 0 0 4096 0 0 0 0 17 1 0 0
/proc/17788/statm: 22419 21726 140 302 0 22114 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 89676

[startup+222.302 s]
/proc/loadavg: 0.97 0.51 0.20 2/65 17789
/proc/meminfo: memFree=1111360/2055920 swapFree=4192812/4192956
[pid=17788] ppid=17786 vsize=125740 CPUtime=222.22
/proc/17788/stat : 17788 (Spear-32) R 17786 17788 17729 0 -1 4194304 31895 0 0 0 22176 46 0 0 25 0 1 0 37955343 128757760 30754 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134524892 0 0 4096 0 0 0 0 17 1 0 0
/proc/17788/statm: 31435 30754 140 302 0 31130 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 125740

[startup+282.301 s]
/proc/loadavg: 0.99 0.60 0.25 2/65 17789
/proc/meminfo: memFree=1088384/2055920 swapFree=4192812/4192956
[pid=17788] ppid=17786 vsize=149300 CPUtime=282.21
/proc/17788/stat : 17788 (Spear-32) R 17786 17788 17729 0 -1 4194304 37855 0 0 0 28165 56 0 0 25 0 1 0 37955343 152883200 36549 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/17788/statm: 37325 36549 140 302 0 37020 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 149300

[startup+342.302 s]
/proc/loadavg: 0.99 0.67 0.29 2/65 17789
/proc/meminfo: memFree=1070656/2055920 swapFree=4192812/4192956
[pid=17788] ppid=17786 vsize=166688 CPUtime=342.19
/proc/17788/stat : 17788 (Spear-32) R 17786 17788 17729 0 -1 4194304 42223 0 0 0 34156 63 0 0 25 0 1 0 37955343 170688512 40904 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526965 0 0 4096 0 0 0 0 17 1 0 0
/proc/17788/statm: 41672 40904 140 302 0 41367 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 166688

[startup+402.301 s]
/proc/loadavg: 0.99 0.73 0.33 2/65 17789
/proc/meminfo: memFree=1054656/2055920 swapFree=4192812/4192956
[pid=17788] ppid=17786 vsize=182836 CPUtime=402.17
/proc/17788/stat : 17788 (Spear-32) R 17786 17788 17729 0 -1 4194304 46280 0 0 0 40146 71 0 0 25 0 1 0 37955343 187224064 44960 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/17788/statm: 45709 44960 140 302 0 45404 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 182836

[startup+462.301 s]
/proc/loadavg: 0.99 0.77 0.37 2/65 17789
/proc/meminfo: memFree=1035392/2055920 swapFree=4192812/4192956
[pid=17788] ppid=17786 vsize=201808 CPUtime=462.16
/proc/17788/stat : 17788 (Spear-32) R 17786 17788 17729 0 -1 4194304 51032 0 0 0 46135 81 0 0 25 0 1 0 37955343 206651392 49712 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17788/statm: 50452 49712 140 302 0 50147 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 201808

[startup+522.302 s]
/proc/loadavg: 0.99 0.81 0.41 2/65 17789
/proc/meminfo: memFree=1021760/2055920 swapFree=4192812/4192956
[pid=17788] ppid=17786 vsize=215432 CPUtime=522.14
/proc/17788/stat : 17788 (Spear-32) R 17786 17788 17729 0 -1 4194304 54461 0 0 0 52127 87 0 0 25 0 1 0 37955343 220602368 53134 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/17788/statm: 53858 53134 140 302 0 53553 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 215432

[startup+582.301 s]
/proc/loadavg: 0.99 0.84 0.44 2/65 17789
/proc/meminfo: memFree=1008640/2055920 swapFree=4192812/4192956
[pid=17788] ppid=17786 vsize=228436 CPUtime=582.12
/proc/17788/stat : 17788 (Spear-32) R 17786 17788 17729 0 -1 4194304 57724 0 0 0 58118 94 0 0 25 0 1 0 37955343 233918464 56397 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134539856 0 0 4096 0 0 0 0 17 1 0 0
/proc/17788/statm: 57109 56397 140 302 0 56804 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 228436

[startup+642.302 s]
/proc/loadavg: 0.99 0.87 0.47 2/65 17789
/proc/meminfo: memFree=993984/2055920 swapFree=4192812/4192956
[pid=17788] ppid=17786 vsize=242836 CPUtime=642.11
/proc/17788/stat : 17788 (Spear-32) R 17786 17788 17729 0 -1 4194304 61343 0 0 0 64110 101 0 0 25 0 1 0 37955343 248664064 60016 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/17788/statm: 60709 60016 140 302 0 60404 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 242836

[startup+702.302 s]
/proc/loadavg: 0.99 0.89 0.50 2/65 17789
/proc/meminfo: memFree=979648/2055920 swapFree=4192812/4192956
[pid=17788] ppid=17786 vsize=258004 CPUtime=702.09
/proc/17788/stat : 17788 (Spear-32) R 17786 17788 17729 0 -1 4194304 65206 0 0 0 70098 111 0 0 25 0 1 0 37955343 264196096 63571 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17788/statm: 64501 63571 140 302 0 64196 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 258004

[startup+762.305 s]
/proc/loadavg: 0.99 0.91 0.53 2/65 17789
/proc/meminfo: memFree=965760/2055920 swapFree=4192812/4192956
[pid=17788] ppid=17786 vsize=271848 CPUtime=762.08
/proc/17788/stat : 17788 (Spear-32) R 17786 17788 17729 0 -1 4194304 68807 0 0 0 76088 120 0 0 25 0 1 0 37955343 278372352 67048 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527172 0 0 4096 0 0 0 0 17 1 0 0
/proc/17788/statm: 67962 67048 140 302 0 67657 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 271848

[startup+822.302 s]
/proc/loadavg: 0.99 0.92 0.56 2/65 17789
/proc/meminfo: memFree=953216/2055920 swapFree=4192812/4192956
[pid=17788] ppid=17786 vsize=284480 CPUtime=822.06
/proc/17788/stat : 17788 (Spear-32) R 17786 17788 17729 0 -1 4194304 71983 0 0 0 82078 128 0 0 25 0 1 0 37955343 291307520 70220 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526790 0 0 4096 0 0 0 0 17 1 0 0
/proc/17788/statm: 71120 70220 140 302 0 70815 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 284480

[startup+882.301 s]
/proc/loadavg: 0.99 0.93 0.58 2/65 17789
/proc/meminfo: memFree=940416/2055920 swapFree=4192812/4192956
[pid=17788] ppid=17786 vsize=297128 CPUtime=882.03
/proc/17788/stat : 17788 (Spear-32) R 17786 17788 17729 0 -1 4194304 75137 0 0 0 88069 134 0 0 25 0 1 0 37955343 304259072 73374 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/17788/statm: 74282 73374 140 302 0 73977 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 297128

[startup+942.302 s]
/proc/loadavg: 0.99 0.94 0.61 2/65 17789
/proc/meminfo: memFree=927552/2055920 swapFree=4192812/4192956
[pid=17788] ppid=17786 vsize=310028 CPUtime=942.02
/proc/17788/stat : 17788 (Spear-32) R 17786 17788 17729 0 -1 4194304 78384 0 0 0 94059 143 0 0 25 0 1 0 37955343 317468672 76621 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17788/statm: 77507 76621 140 302 0 77202 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 310028

[startup+1002.3 s]
/proc/loadavg: 0.99 0.95 0.63 2/65 17789
/proc/meminfo: memFree=912320/2055920 swapFree=4192812/4192956
[pid=17788] ppid=17786 vsize=324972 CPUtime=1002
/proc/17788/stat : 17788 (Spear-32) R 17786 17788 17729 0 -1 4194304 82149 0 0 0 100051 149 0 0 25 0 1 0 37955343 332771328 80386 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134524761 0 0 4096 0 0 0 0 17 1 0 0
/proc/17788/statm: 81243 80386 140 302 0 80938 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 324972

[startup+1062.3 s]
/proc/loadavg: 0.99 0.95 0.65 2/65 17789
/proc/meminfo: memFree=898112/2055920 swapFree=4192812/4192956
[pid=17788] ppid=17786 vsize=339532 CPUtime=1061.99
/proc/17788/stat : 17788 (Spear-32) R 17786 17788 17729 0 -1 4194304 85784 0 0 0 106044 155 0 0 25 0 1 0 37955343 347680768 84021 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/17788/statm: 84883 84021 140 302 0 84578 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 339532

[startup+1122.3 s]
/proc/loadavg: 0.99 0.96 0.67 2/65 17789
/proc/meminfo: memFree=883520/2055920 swapFree=4192812/4192956
[pid=17788] ppid=17786 vsize=353912 CPUtime=1121.97
/proc/17788/stat : 17788 (Spear-32) R 17786 17788 17729 0 -1 4194304 89385 0 0 0 112036 161 0 0 25 0 1 0 37955343 362405888 87622 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526860 0 0 4096 0 0 0 0 17 1 0 0
/proc/17788/statm: 88478 87622 140 302 0 88173 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 353912

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.68 2/65 17789
/proc/meminfo: memFree=869760/2055920 swapFree=4192812/4192956
[pid=17788] ppid=17786 vsize=367708 CPUtime=1181.95
/proc/17788/stat : 17788 (Spear-32) R 17786 17788 17729 0 -1 4194304 92852 0 0 0 118028 167 0 0 25 0 1 0 37955343 376532992 91089 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/17788/statm: 91927 91089 140 302 0 91622 0
Current children cumulated CPU time (s) 1181.95
Current children cumulated vsize (KiB) 367708



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.69 2/65 17789
/proc/meminfo: memFree=865280/2055920 swapFree=4192812/4192956
[pid=17788] ppid=17786 vsize=371916 CPUtime=1200.05
/proc/17788/stat : 17788 (Spear-32) R 17786 17788 17729 0 -1 4194304 93903 0 0 0 119836 169 0 0 25 0 1 0 37955343 380841984 92140 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17788/statm: 92979 92140 140 302 0 92674 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 371916

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.46
CPU time (s): 1200.12
CPU user time (s): 1198.36
CPU system time (s): 1.75173
CPU usage (%): 99.9711
Max. virtual memory (cumulated for all children) (KiB): 371916

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

runsolver used 0.838872 second user time and 2.44963 second system time

The end

Launcher Data (download as text)

Begin job on node47 on Mon Mar  5 18:36:42 UTC 2007

IDJOB= 328634
IDBENCH= 20520
IDSOLVER= 132
FILE ID= node47/328634-1173119802

PBS_JOBID= 4015171

Free space on /tmp= 66559 MiB

SOLVER NAME= Spear FH 1.0
BENCH NAME= HOME/pub/bench/SAT07/industrial/IBM_FV_2002_13_rule_1/SAT_dat.k55.cnf
COMMAND LINE= /tmp/evaluation/328634-1173119802/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/328634-1173119802/instance-328634-1173119802.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node47/watcher-328634-1173119802 -o ROOT/results/node47/solver-328634-1173119802 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/328634-1173119802/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/328634-1173119802/instance-328634-1173119802.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  e850121a2405d7beb915ee732c9c806c

RANDOM SEED= 66495232

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node47.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.225
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.225
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:       1234640 kB
Buffers:         30928 kB
Cached:         712924 kB
SwapCached:          0 kB
Active:          84444 kB
Inactive:       674552 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1234640 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5476 kB
Writeback:           0 kB
Mapped:          25340 kB
Slab:            48224 kB
Committed_AS:   119076 kB
PageTables:       1452 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 node47 on Mon Mar  5 18:56:44 UTC 2007