Trace number 328886

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

General information on the benchmark

Nameindustrial/IBM_FV_2002_13_rule_1/
SAT_dat.k70.cnf
MD5SUM76ab26f3361f1050f9e94d7745be300c
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 variables43507
Number of clauses161270
Sum of the clauses size432842
Maximum clause length37
Minimum clause length1
Number of clauses of size 1928
Number of clauses of size 281196
Number of clauses of size 373000
Number of clauses of size 4366
Number of clauses of size 5705
Number of clauses of size over 55075

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/328886-1173126429/instance-328886-1173126429.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/node67/watcher-328886-1173126429 -o ROOT/results/node67/solver-328886-1173126429 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/328886-1173126429/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/328886-1173126429/instance-328886-1173126429.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/64 16954
/proc/meminfo: memFree=583080/2055920 swapFree=4183980/4192956
[pid=16954] ppid=16952 vsize=1396 CPUtime=0
/proc/16954/stat : 16954 (Spear-32) R 16952 16954 16197 0 -1 4194304 154 0 0 0 0 0 0 0 18 0 1 0 332600522 1429504 138 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16954/statm: 349 138 121 302 0 44 0

[startup+0.030987 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 16954
/proc/meminfo: memFree=583080/2055920 swapFree=4183980/4192956
[pid=16954] ppid=16952 vsize=1668 CPUtime=0.02
/proc/16954/stat : 16954 (Spear-32) R 16952 16954 16197 0 -1 4194304 226 0 0 0 2 0 0 0 18 0 1 0 332600522 1708032 210 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134513455 0 0 4096 0 0 0 0 17 1 0 0
/proc/16954/statm: 417 210 128 302 0 112 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1668

[startup+0.101979 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 16954
/proc/meminfo: memFree=583080/2055920 swapFree=4183980/4192956
[pid=16954] ppid=16952 vsize=4592 CPUtime=0.09
/proc/16954/stat : 16954 (Spear-32) R 16952 16954 16197 0 -1 4194304 949 0 0 0 9 0 0 0 18 0 1 0 332600522 4702208 827 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16954/statm: 1148 827 129 302 0 843 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4592

[startup+0.301998 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 16954
/proc/meminfo: memFree=583080/2055920 swapFree=4183980/4192956
[pid=16954] ppid=16952 vsize=10176 CPUtime=0.29
/proc/16954/stat : 16954 (Spear-32) R 16952 16954 16197 0 -1 4194304 2679 0 0 0 27 2 0 0 19 0 1 0 332600522 10420224 2249 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16954/statm: 2544 2249 129 302 0 2239 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10176

[startup+0.70104 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 16954
/proc/meminfo: memFree=583080/2055920 swapFree=4183980/4192956
[pid=16954] ppid=16952 vsize=16848 CPUtime=0.68
/proc/16954/stat : 16954 (Spear-32) R 16952 16954 16197 0 -1 4194304 4600 0 0 0 65 3 0 0 22 0 1 0 332600522 17252352 3617 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16954/statm: 4212 3617 140 302 0 3907 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 16848

[startup+1.50112 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 16955
/proc/meminfo: memFree=568800/2055920 swapFree=4183980/4192956
[pid=16954] ppid=16952 vsize=17492 CPUtime=1.49
/proc/16954/stat : 16954 (Spear-32) R 16952 16954 16197 0 -1 4194304 4747 0 0 0 145 4 0 0 25 0 1 0 332600522 17911808 3764 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16954/statm: 4373 3764 140 302 0 4068 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 17492

[startup+3.10129 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 16955
/proc/meminfo: memFree=568224/2055920 swapFree=4183980/4192956
[pid=16954] ppid=16952 vsize=18120 CPUtime=3.08
/proc/16954/stat : 16954 (Spear-32) R 16952 16954 16197 0 -1 4194304 4910 0 0 0 304 4 0 0 25 0 1 0 332600522 18554880 3927 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16954/statm: 4530 3927 140 302 0 4225 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 18120

[startup+6.30162 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 16955
/proc/meminfo: memFree=566752/2055920 swapFree=4183980/4192956
[pid=16954] ppid=16952 vsize=19504 CPUtime=6.29
/proc/16954/stat : 16954 (Spear-32) R 16952 16954 16197 0 -1 4194304 5243 0 0 0 624 5 0 0 25 0 1 0 332600522 19972096 4260 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135271309 0 0 4096 0 0 0 0 17 1 0 0
/proc/16954/statm: 4876 4260 140 302 0 4571 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 19504

[startup+12.7013 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 16955
/proc/meminfo: memFree=563488/2055920 swapFree=4183980/4192956
[pid=16954] ppid=16952 vsize=22512 CPUtime=12.69
/proc/16954/stat : 16954 (Spear-32) R 16952 16954 16197 0 -1 4194304 6003 0 0 0 1262 7 0 0 25 0 1 0 332600522 23052288 5020 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16954/statm: 5628 5020 140 302 0 5323 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 22512

[startup+25.5016 s]
/proc/loadavg: 0.95 0.98 0.99 2/65 16955
/proc/meminfo: memFree=555616/2055920 swapFree=4183980/4192956
[pid=16954] ppid=16952 vsize=30372 CPUtime=25.48
/proc/16954/stat : 16954 (Spear-32) R 16952 16954 16197 0 -1 4194304 7980 0 0 0 2535 13 0 0 25 0 1 0 332600522 31100928 6964 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134524699 0 0 4096 0 0 0 0 17 1 0 0
/proc/16954/statm: 7593 6964 140 302 0 7288 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 30372

[startup+51.1013 s]
/proc/loadavg: 0.96 0.98 0.99 2/65 16955
/proc/meminfo: memFree=544224/2055920 swapFree=4183980/4192956
[pid=16954] ppid=16952 vsize=41832 CPUtime=51.08
/proc/16954/stat : 16954 (Spear-32) R 16952 16954 16197 0 -1 4194304 10861 0 0 0 5089 19 0 0 25 0 1 0 332600522 42835968 9845 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16954/statm: 10458 9845 140 302 0 10153 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 41832

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 16955
/proc/meminfo: memFree=522656/2055920 swapFree=4183980/4192956
[pid=16954] ppid=16952 vsize=63356 CPUtime=102.26
/proc/16954/stat : 16954 (Spear-32) R 16952 16954 16197 0 -1 4194304 16258 0 0 0 10197 29 0 0 25 0 1 0 332600522 64876544 15177 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16954/statm: 15839 15177 140 302 0 15534 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 63356

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16955
/proc/meminfo: memFree=497248/2055920 swapFree=4183980/4192956
[pid=16954] ppid=16952 vsize=88736 CPUtime=162.25
/proc/16954/stat : 16954 (Spear-32) R 16952 16954 16197 0 -1 4194304 22654 0 0 0 16184 41 0 0 25 0 1 0 332600522 90865664 21573 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527100 0 0 4096 0 0 0 0 17 1 0 0
/proc/16954/statm: 22184 21573 140 302 0 21879 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 88736

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16955
/proc/meminfo: memFree=476704/2055920 swapFree=4183980/4192956
[pid=16954] ppid=16952 vsize=108988 CPUtime=222.23
/proc/16954/stat : 16954 (Spear-32) R 16952 16954 16197 0 -1 4194304 27716 0 0 0 22176 47 0 0 25 0 1 0 332600522 111603712 26635 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526952 0 0 4096 0 0 0 0 17 1 0 0
/proc/16954/statm: 27247 26635 140 302 0 26942 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 108988

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16955
/proc/meminfo: memFree=457312/2055920 swapFree=4183980/4192956
[pid=16954] ppid=16952 vsize=129148 CPUtime=282.22
/proc/16954/stat : 16954 (Spear-32) R 16952 16954 16197 0 -1 4194304 32732 0 0 0 28160 62 0 0 25 0 1 0 332600522 132247552 31522 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16954/statm: 32287 31522 140 302 0 31982 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 129148

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16955
/proc/meminfo: memFree=438368/2055920 swapFree=4183980/4192956
[pid=16954] ppid=16952 vsize=147876 CPUtime=342.21
/proc/16954/stat : 16954 (Spear-32) R 16952 16954 16197 0 -1 4194304 37432 0 0 0 34147 74 0 0 25 0 1 0 332600522 151425024 36222 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/16954/statm: 36969 36222 140 302 0 36664 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 147876

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 16955
/proc/meminfo: memFree=422944/2055920 swapFree=4183980/4192956
[pid=16954] ppid=16952 vsize=163184 CPUtime=402.19
/proc/16954/stat : 16954 (Spear-32) R 16952 16954 16197 0 -1 4194304 41289 0 0 0 40135 84 0 0 25 0 1 0 332600522 167100416 40079 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134538464 0 0 4096 0 0 0 0 17 1 0 0
/proc/16954/statm: 40796 40079 140 302 0 40491 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 163184

[startup+462.301 s]
/proc/loadavg: 1.04 1.00 1.00 2/65 16955
/proc/meminfo: memFree=409760/2055920 swapFree=4183980/4192956
[pid=16954] ppid=16952 vsize=176344 CPUtime=462.17
/proc/16954/stat : 16954 (Spear-32) R 16952 16954 16197 0 -1 4194304 44582 0 0 0 46127 90 0 0 25 0 1 0 332600522 180576256 43372 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/16954/statm: 44086 43372 140 302 0 43781 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 176344

[startup+522.301 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 16955
/proc/meminfo: memFree=397536/2055920 swapFree=4183980/4192956
[pid=16954] ppid=16952 vsize=188584 CPUtime=522.15
/proc/16954/stat : 16954 (Spear-32) R 16952 16954 16197 0 -1 4194304 47650 0 0 0 52120 95 0 0 25 0 1 0 332600522 193110016 46440 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16954/statm: 47146 46440 140 302 0 46841 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 188584

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16955
/proc/meminfo: memFree=385632/2055920 swapFree=4183980/4192956
[pid=16954] ppid=16952 vsize=200296 CPUtime=582.14
/proc/16954/stat : 16954 (Spear-32) R 16952 16954 16197 0 -1 4194304 50587 0 0 0 58114 100 0 0 25 0 1 0 332600522 205103104 49377 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526984 0 0 4096 0 0 0 0 17 1 0 0
/proc/16954/statm: 50074 49377 140 302 0 49769 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 200296

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16955
/proc/meminfo: memFree=375200/2055920 swapFree=4183980/4192956
[pid=16954] ppid=16952 vsize=210740 CPUtime=642.13
/proc/16954/stat : 16954 (Spear-32) R 16952 16954 16197 0 -1 4194304 53175 0 0 0 64107 106 0 0 25 0 1 0 332600522 215797760 51965 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/16954/statm: 52685 51965 140 302 0 52380 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 210740

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16955
/proc/meminfo: memFree=364576/2055920 swapFree=4183980/4192956
[pid=16954] ppid=16952 vsize=222400 CPUtime=702.11
/proc/16954/stat : 16954 (Spear-32) R 16952 16954 16197 0 -1 4194304 56079 0 0 0 70101 110 0 0 25 0 1 0 332600522 227737600 54612 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/16954/statm: 55600 54612 140 302 0 55295 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 222400

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16955
/proc/meminfo: memFree=354912/2055920 swapFree=4183980/4192956
[pid=16954] ppid=16952 vsize=232088 CPUtime=762.1
/proc/16954/stat : 16954 (Spear-32) R 16952 16954 16197 0 -1 4194304 58478 0 0 0 76096 114 0 0 25 0 1 0 332600522 237658112 57011 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/16954/statm: 58022 57011 140 302 0 57717 0
Current children cumulated CPU time (s) 762.1
Current children cumulated vsize (KiB) 232088

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16955
/proc/meminfo: memFree=346656/2055920 swapFree=4183980/4192956
[pid=16954] ppid=16952 vsize=240464 CPUtime=822.08
/proc/16954/stat : 16954 (Spear-32) R 16952 16954 16197 0 -1 4194304 60591 0 0 0 82090 118 0 0 25 0 1 0 332600522 246235136 59124 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527012 0 0 4096 0 0 0 0 17 1 0 0
/proc/16954/statm: 60116 59124 140 302 0 59811 0
Current children cumulated CPU time (s) 822.08
Current children cumulated vsize (KiB) 240464

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16955
/proc/meminfo: memFree=337568/2055920 swapFree=4183980/4192956
[pid=16954] ppid=16952 vsize=249444 CPUtime=882.06
/proc/16954/stat : 16954 (Spear-32) R 16952 16954 16197 0 -1 4194304 62836 0 0 0 88085 121 0 0 25 0 1 0 332600522 255430656 61369 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16954/statm: 62361 61369 140 302 0 62056 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 249444

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16957
/proc/meminfo: memFree=324448/2055920 swapFree=4183980/4192956
[pid=16954] ppid=16952 vsize=262676 CPUtime=942.05
/proc/16954/stat : 16954 (Spear-32) R 16952 16954 16197 0 -1 4194304 66130 0 0 0 94076 129 0 0 25 0 1 0 332600522 268980224 64663 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16954/statm: 65669 64663 140 302 0 65364 0
Current children cumulated CPU time (s) 942.05
Current children cumulated vsize (KiB) 262676

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16957
/proc/meminfo: memFree=304928/2055920 swapFree=4183980/4192956
[pid=16954] ppid=16952 vsize=282012 CPUtime=1002.03
/proc/16954/stat : 16954 (Spear-32) R 16952 16954 16197 0 -1 4194304 70983 0 0 0 100064 139 0 0 25 0 1 0 332600522 288780288 69516 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134539417 0 0 4096 0 0 0 0 17 1 0 0
/proc/16954/statm: 70503 69519 140 302 0 70198 0
Current children cumulated CPU time (s) 1002.03
Current children cumulated vsize (KiB) 282012

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16957
/proc/meminfo: memFree=285984/2055920 swapFree=4183980/4192956
[pid=16954] ppid=16952 vsize=301088 CPUtime=1062.02
/proc/16954/stat : 16954 (Spear-32) R 16952 16954 16197 0 -1 4194304 75766 0 0 0 106054 148 0 0 25 0 1 0 332600522 308314112 74299 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16954/statm: 75272 74299 140 302 0 74967 0
Current children cumulated CPU time (s) 1062.02
Current children cumulated vsize (KiB) 301088

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16957
/proc/meminfo: memFree=270944/2055920 swapFree=4183980/4192956
[pid=16954] ppid=16952 vsize=315752 CPUtime=1122
/proc/16954/stat : 16954 (Spear-32) R 16952 16954 16197 0 -1 4194304 79448 0 0 0 112044 156 0 0 25 0 1 0 332600522 323330048 77979 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/16954/statm: 78938 77979 140 302 0 78633 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 315752

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16957
/proc/meminfo: memFree=255648/2055920 swapFree=4183980/4192956
[pid=16954] ppid=16952 vsize=331176 CPUtime=1181.99
/proc/16954/stat : 16954 (Spear-32) R 16952 16954 16197 0 -1 4194304 83312 0 0 0 118037 162 0 0 25 0 1 0 332600522 339124224 81843 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16954/statm: 82794 81843 140 302 0 82489 0
Current children cumulated CPU time (s) 1181.99
Current children cumulated vsize (KiB) 331176



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16957
/proc/meminfo: memFree=249568/2055920 swapFree=4183980/4192956
[pid=16954] ppid=16952 vsize=337032 CPUtime=1200.08
/proc/16954/stat : 16954 (Spear-32) R 16952 16954 16197 0 -1 4194304 84776 0 0 0 119844 164 0 0 25 0 1 0 332600522 345120768 83307 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134539417 0 0 4096 0 0 0 0 17 1 0 0
/proc/16954/statm: 84258 83307 140 302 0 83953 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 337032

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.15
CPU user time (s): 1198.45
CPU system time (s): 1.70174
CPU usage (%): 99.9743
Max. virtual memory (cumulated for all children) (KiB): 337032

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

runsolver used 0.875866 second user time and 2.43663 second system time

The end

Launcher Data (download as text)

Begin job on node67 on Mon Mar  5 20:27:09 UTC 2007

IDJOB= 328886
IDBENCH= 20526
IDSOLVER= 132
FILE ID= node67/328886-1173126429

PBS_JOBID= 4015174

Free space on /tmp= 66544 MiB

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

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  76ab26f3361f1050f9e94d7745be300c

RANDOM SEED= 368520598

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node67.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.236
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.236
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:        583552 kB
Buffers:         50304 kB
Cached:        1323860 kB
SwapCached:       3312 kB
Active:         823144 kB
Inactive:       560940 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        583552 kB
SwapTotal:     4192956 kB
SwapFree:      4183980 kB
Dirty:            5476 kB
Writeback:           0 kB
Mapped:          15588 kB
Slab:            74264 kB
Committed_AS:   875968 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= 66544 MiB

End job on node67 on Mon Mar  5 20:47:11 UTC 2007