Trace number 319177

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.04 1200.62

General information on the benchmark

Nameindustrial/jarvisalo/
eq.atree.braun.11.unsat.cnf
MD5SUM90581094793af5fc10d4e4b9a10259ac
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark499.241
Satisfiable
(Un)Satisfiability was proved
Number of variables1400
Number of clauses4732
Sum of the clauses size12300
Maximum clause length21
Minimum clause length1
Number of clauses of size 13
Number of clauses of size 22052
Number of clauses of size 32605
Number of clauses of size 427
Number of clauses of size 531
Number of clauses of size over 514

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/319177-1172973402/instance-319177-1172973402.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/node40/watcher-319177-1172973402 -o ROOT/results/node40/solver-319177-1172973402 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/319177-1172973402/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/319177-1172973402/instance-319177-1172973402.cnf 

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


[startup+0 s]
/proc/loadavg: 0.91 0.95 0.90 3/64 24323
/proc/meminfo: memFree=1066224/2055920 swapFree=4192956/4192956
[pid=24323] ppid=24321 vsize=1680 CPUtime=0
/proc/24323/stat : 24323 (Spear-32) R 24321 24323 23391 0 -1 4194304 217 0 0 0 0 0 0 0 18 0 1 0 23294433 1720320 201 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134515386 0 0 4096 0 0 0 0 17 1 0 0
/proc/24323/statm: 420 201 128 302 0 115 0

[startup+0.0253759 s]
/proc/loadavg: 0.91 0.95 0.90 3/64 24323
/proc/meminfo: memFree=1066224/2055920 swapFree=4192956/4192956
[pid=24323] ppid=24321 vsize=1812 CPUtime=0.02
/proc/24323/stat : 24323 (Spear-32) R 24321 24323 23391 0 -1 4194304 284 0 0 0 2 0 0 0 18 0 1 0 23294433 1855488 268 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24323/statm: 453 268 140 302 0 148 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1812

[startup+0.101391 s]
/proc/loadavg: 0.91 0.95 0.90 3/64 24323
/proc/meminfo: memFree=1066224/2055920 swapFree=4192956/4192956
[pid=24323] ppid=24321 vsize=1936 CPUtime=0.09
/proc/24323/stat : 24323 (Spear-32) R 24321 24323 23391 0 -1 4194304 313 0 0 0 9 0 0 0 18 0 1 0 23294433 1982464 297 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24323/statm: 484 297 140 302 0 179 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1936

[startup+0.301433 s]
/proc/loadavg: 0.91 0.95 0.90 3/64 24323
/proc/meminfo: memFree=1066224/2055920 swapFree=4192956/4192956
[pid=24323] ppid=24321 vsize=2320 CPUtime=0.29
/proc/24323/stat : 24323 (Spear-32) R 24321 24323 23391 0 -1 4194304 391 0 0 0 29 0 0 0 19 0 1 0 23294433 2375680 375 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24323/statm: 580 375 140 302 0 275 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2320

[startup+0.701517 s]
/proc/loadavg: 0.91 0.95 0.90 3/64 24323
/proc/meminfo: memFree=1066224/2055920 swapFree=4192956/4192956
[pid=24323] ppid=24321 vsize=2708 CPUtime=0.69
/proc/24323/stat : 24323 (Spear-32) R 24321 24323 23391 0 -1 4194304 499 0 0 0 69 0 0 0 23 0 1 0 23294433 2772992 483 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24323/statm: 677 483 140 302 0 372 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2708

[startup+1.50168 s]
/proc/loadavg: 0.91 0.95 0.90 2/65 24324
/proc/meminfo: memFree=1064552/2055920 swapFree=4192956/4192956
[pid=24323] ppid=24321 vsize=3516 CPUtime=1.49
/proc/24323/stat : 24323 (Spear-32) R 24321 24323 23391 0 -1 4194304 699 0 0 0 148 1 0 0 25 0 1 0 23294433 3600384 683 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24323/statm: 879 683 140 302 0 574 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3516

[startup+3.10202 s]
/proc/loadavg: 0.91 0.95 0.90 2/65 24324
/proc/meminfo: memFree=1063336/2055920 swapFree=4192956/4192956
[pid=24323] ppid=24321 vsize=4908 CPUtime=3.09
/proc/24323/stat : 24323 (Spear-32) R 24321 24323 23391 0 -1 4194304 1027 0 0 0 306 3 0 0 25 0 1 0 23294433 5025792 1011 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24323/statm: 1227 1011 140 302 0 922 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 4908

[startup+6.30169 s]
/proc/loadavg: 0.92 0.95 0.90 2/65 24324
/proc/meminfo: memFree=1061160/2055920 swapFree=4192956/4192956
[pid=24323] ppid=24321 vsize=6660 CPUtime=6.29
/proc/24323/stat : 24323 (Spear-32) R 24321 24323 23391 0 -1 4194304 1488 0 0 0 625 4 0 0 25 0 1 0 23294433 6819840 1472 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24323/statm: 1665 1472 140 302 0 1360 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 6660

[startup+12.702 s]
/proc/loadavg: 0.93 0.95 0.90 2/65 24324
/proc/meminfo: memFree=1058736/2055920 swapFree=4192956/4192956
[pid=24323] ppid=24321 vsize=8956 CPUtime=12.68
/proc/24323/stat : 24323 (Spear-32) R 24321 24323 23391 0 -1 4194304 2065 0 0 0 1263 5 0 0 25 0 1 0 23294433 9170944 2016 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24323/statm: 2239 2016 140 302 0 1934 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 8956

[startup+25.5017 s]
/proc/loadavg: 0.94 0.96 0.91 2/65 24324
/proc/meminfo: memFree=1054256/2055920 swapFree=4192956/4192956
[pid=24323] ppid=24321 vsize=13156 CPUtime=25.48
/proc/24323/stat : 24323 (Spear-32) R 24321 24323 23391 0 -1 4194304 3125 0 0 0 2539 9 0 0 25 0 1 0 23294433 13471744 3076 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24323/statm: 3289 3076 140 302 0 2984 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 13156

[startup+51.1011 s]
/proc/loadavg: 0.96 0.96 0.91 2/65 24324
/proc/meminfo: memFree=1049840/2055920 swapFree=4192956/4192956
[pid=24323] ppid=24321 vsize=17756 CPUtime=51.07
/proc/24323/stat : 24323 (Spear-32) R 24321 24323 23391 0 -1 4194304 4299 0 0 0 5093 14 0 0 25 0 1 0 23294433 18182144 4185 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/24323/statm: 4439 4185 140 302 0 4134 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 17756

[startup+102.306 s]
/proc/loadavg: 0.98 0.96 0.91 2/65 24324
/proc/meminfo: memFree=1041840/2055920 swapFree=4192956/4192956
[pid=24323] ppid=24321 vsize=25700 CPUtime=102.25
/proc/24323/stat : 24323 (Spear-32) R 24321 24323 23391 0 -1 4194304 6259 0 0 0 10204 21 0 0 25 0 1 0 23294433 26316800 6145 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24323/statm: 6425 6145 140 302 0 6120 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 25700

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 24324
/proc/meminfo: memFree=1035056/2055920 swapFree=4192956/4192956
[pid=24323] ppid=24321 vsize=33124 CPUtime=162.23
/proc/24323/stat : 24323 (Spear-32) R 24321 24323 23391 0 -1 4194304 8101 0 0 0 16195 28 0 0 25 0 1 0 23294433 33918976 7858 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24323/statm: 8281 7858 140 302 0 7976 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 33124

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 24324
/proc/meminfo: memFree=1028144/2055920 swapFree=4192956/4192956
[pid=24323] ppid=24321 vsize=40036 CPUtime=222.21
/proc/24323/stat : 24323 (Spear-32) R 24321 24323 23391 0 -1 4194304 9806 0 0 0 22186 35 0 0 25 0 1 0 23294433 40996864 9563 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526834 0 0 4096 0 0 0 0 17 1 0 0
/proc/24323/statm: 10009 9563 140 302 0 9704 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 40036

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/71 24426
/proc/meminfo: memFree=1021312/2055920 swapFree=4192956/4192956
[pid=24323] ppid=24321 vsize=45436 CPUtime=282.13
/proc/24323/stat : 24323 (Spear-32) R 24321 24323 23391 0 -1 4194304 11163 0 0 0 28170 43 0 0 25 0 1 0 23294433 46526464 10920 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/24323/statm: 11359 10920 140 302 0 11054 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 45436

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/71 24502
/proc/meminfo: memFree=1015808/2055920 swapFree=4192956/4192956
[pid=24323] ppid=24321 vsize=51984 CPUtime=342.06
/proc/24323/stat : 24323 (Spear-32) R 24321 24323 23391 0 -1 4194304 12810 0 0 0 34157 49 0 0 25 0 1 0 23294433 53231616 12310 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/24323/statm: 12996 12310 140 302 0 12691 0
Current children cumulated CPU time (s) 342.06
Current children cumulated vsize (KiB) 51984

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 24522
/proc/meminfo: memFree=1012400/2055920 swapFree=4192956/4192956
[pid=24323] ppid=24321 vsize=56708 CPUtime=402.02
/proc/24323/stat : 24323 (Spear-32) R 24321 24323 23391 0 -1 4194304 13946 0 0 0 40147 55 0 0 25 0 1 0 23294433 58068992 13446 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/24323/statm: 14177 13446 140 302 0 13872 0
Current children cumulated CPU time (s) 402.02
Current children cumulated vsize (KiB) 56708

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 24522
/proc/meminfo: memFree=1008112/2055920 swapFree=4192956/4192956
[pid=24323] ppid=24321 vsize=60852 CPUtime=461.99
/proc/24323/stat : 24323 (Spear-32) R 24321 24323 23391 0 -1 4194304 14998 0 0 0 46138 61 0 0 25 0 1 0 23294433 62312448 14498 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/24323/statm: 15213 14498 140 302 0 14908 0
Current children cumulated CPU time (s) 461.99
Current children cumulated vsize (KiB) 60852

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 24522
/proc/meminfo: memFree=1004528/2055920 swapFree=4192956/4192956
[pid=24323] ppid=24321 vsize=64888 CPUtime=521.97
/proc/24323/stat : 24323 (Spear-32) R 24321 24323 23391 0 -1 4194304 15936 0 0 0 52130 67 0 0 25 0 1 0 23294433 66445312 15436 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/24323/statm: 16222 15436 140 302 0 15917 0
Current children cumulated CPU time (s) 521.97
Current children cumulated vsize (KiB) 64888

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 24522
/proc/meminfo: memFree=1001072/2055920 swapFree=4192956/4192956
[pid=24323] ppid=24321 vsize=68404 CPUtime=581.95
/proc/24323/stat : 24323 (Spear-32) R 24321 24323 23391 0 -1 4194304 16807 0 0 0 58121 74 0 0 25 0 1 0 23294433 70045696 16307 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24323/statm: 17101 16307 140 302 0 16796 0
Current children cumulated CPU time (s) 581.95
Current children cumulated vsize (KiB) 68404

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 24522
/proc/meminfo: memFree=998384/2055920 swapFree=4192956/4192956
[pid=24323] ppid=24321 vsize=71032 CPUtime=641.93
/proc/24323/stat : 24323 (Spear-32) R 24321 24323 23391 0 -1 4194304 17490 0 0 0 64114 79 0 0 25 0 1 0 23294433 72736768 16990 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/24323/statm: 17758 16990 140 302 0 17453 0
Current children cumulated CPU time (s) 641.93
Current children cumulated vsize (KiB) 71032

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 24522
/proc/meminfo: memFree=995440/2055920 swapFree=4192956/4192956
[pid=24323] ppid=24321 vsize=73836 CPUtime=701.9
/proc/24323/stat : 24323 (Spear-32) R 24321 24323 23391 0 -1 4194304 18211 0 0 0 70107 83 0 0 25 0 1 0 23294433 75608064 17711 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/24323/statm: 18459 17711 140 302 0 18154 0
Current children cumulated CPU time (s) 701.9
Current children cumulated vsize (KiB) 73836

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 24522
/proc/meminfo: memFree=992368/2055920 swapFree=4192956/4192956
[pid=24323] ppid=24321 vsize=77000 CPUtime=761.88
/proc/24323/stat : 24323 (Spear-32) R 24321 24323 23391 0 -1 4194304 18993 0 0 0 76100 88 0 0 25 0 1 0 23294433 78848000 18493 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/24323/statm: 19250 18493 140 302 0 18945 0
Current children cumulated CPU time (s) 761.88
Current children cumulated vsize (KiB) 77000

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 24522
/proc/meminfo: memFree=989936/2055920 swapFree=4192956/4192956
[pid=24323] ppid=24321 vsize=79464 CPUtime=821.86
/proc/24323/stat : 24323 (Spear-32) R 24321 24323 23391 0 -1 4194304 19614 0 0 0 82094 92 0 0 25 0 1 0 23294433 81371136 19114 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/24323/statm: 19866 19114 140 302 0 19561 0
Current children cumulated CPU time (s) 821.86
Current children cumulated vsize (KiB) 79464

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 24522
/proc/meminfo: memFree=986672/2055920 swapFree=4192956/4192956
[pid=24323] ppid=24321 vsize=82940 CPUtime=881.83
/proc/24323/stat : 24323 (Spear-32) R 24321 24323 23391 0 -1 4194304 20410 0 0 0 88086 97 0 0 25 0 1 0 23294433 84930560 19910 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/24323/statm: 20735 19910 140 302 0 20430 0
Current children cumulated CPU time (s) 881.83
Current children cumulated vsize (KiB) 82940

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 24522
/proc/meminfo: memFree=984304/2055920 swapFree=4192956/4192956
[pid=24323] ppid=24321 vsize=85524 CPUtime=941.81
/proc/24323/stat : 24323 (Spear-32) R 24321 24323 23391 0 -1 4194304 21011 0 0 0 94081 100 0 0 25 0 1 0 23294433 87576576 20511 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24323/statm: 21381 20511 140 302 0 21076 0
Current children cumulated CPU time (s) 941.81
Current children cumulated vsize (KiB) 85524

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 24522
/proc/meminfo: memFree=982000/2055920 swapFree=4192956/4192956
[pid=24323] ppid=24321 vsize=87792 CPUtime=1001.79
/proc/24323/stat : 24323 (Spear-32) R 24321 24323 23391 0 -1 4194304 21576 0 0 0 100075 104 0 0 25 0 1 0 23294433 89899008 21076 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/24323/statm: 21948 21076 140 302 0 21643 0
Current children cumulated CPU time (s) 1001.79
Current children cumulated vsize (KiB) 87792

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 24522
/proc/meminfo: memFree=979632/2055920 swapFree=4192956/4192956
[pid=24323] ppid=24321 vsize=90296 CPUtime=1061.77
/proc/24323/stat : 24323 (Spear-32) R 24321 24323 23391 0 -1 4194304 22168 0 0 0 106069 108 0 0 25 0 1 0 23294433 92463104 21668 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526812 0 0 4096 0 0 0 0 17 1 0 0
/proc/24323/statm: 22574 21668 140 302 0 22269 0
Current children cumulated CPU time (s) 1061.77
Current children cumulated vsize (KiB) 90296

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 24522
/proc/meminfo: memFree=977328/2055920 swapFree=4192956/4192956
[pid=24323] ppid=24321 vsize=92696 CPUtime=1121.74
/proc/24323/stat : 24323 (Spear-32) R 24321 24323 23391 0 -1 4194304 22741 0 0 0 112063 111 0 0 25 0 1 0 23294433 94920704 22241 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134558756 0 0 4096 0 0 0 0 17 1 0 0
/proc/24323/statm: 23174 22241 140 302 0 22869 0
Current children cumulated CPU time (s) 1121.74
Current children cumulated vsize (KiB) 92696

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 24524
/proc/meminfo: memFree=975280/2055920 swapFree=4192956/4192956
[pid=24323] ppid=24321 vsize=94836 CPUtime=1181.72
/proc/24323/stat : 24323 (Spear-32) R 24321 24323 23391 0 -1 4194304 23251 0 0 0 118057 115 0 0 25 0 1 0 23294433 97112064 22751 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/24323/statm: 23709 22751 140 302 0 23404 0
Current children cumulated CPU time (s) 1181.72
Current children cumulated vsize (KiB) 94836



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 24524
/proc/meminfo: memFree=974768/2055920 swapFree=4192956/4192956
[pid=24323] ppid=24321 vsize=95336 CPUtime=1200.01
/proc/24323/stat : 24323 (Spear-32) R 24321 24323 23391 0 -1 4194304 23384 0 0 0 119885 116 0 0 25 0 1 0 23294433 97624064 22884 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/24323/statm: 23834 22884 140 302 0 23529 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 95336

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.62
CPU time (s): 1200.04
CPU user time (s): 1198.85
CPU system time (s): 1.18182
CPU usage (%): 99.9513
Max. virtual memory (cumulated for all children) (KiB): 95336

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

runsolver used 0.923859 second user time and 2.44963 second system time

The end

Launcher Data (download as text)

Begin job on node40 on Sun Mar  4 01:56:42 UTC 2007

IDJOB= 319177
IDBENCH= 20472
IDSOLVER= 132
FILE ID= node40/319177-1172973402

PBS_JOBID= 4012074

Free space on /tmp= 66560 MiB

SOLVER NAME= Spear FH 1.0
BENCH NAME= HOME/pub/bench/SAT07/industrial/jarvisalo/eq.atree.braun.11.unsat.cnf
COMMAND LINE= /tmp/evaluation/319177-1172973402/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/319177-1172973402/instance-319177-1172973402.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node40/watcher-319177-1172973402 -o ROOT/results/node40/solver-319177-1172973402 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/319177-1172973402/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/319177-1172973402/instance-319177-1172973402.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  90581094793af5fc10d4e4b9a10259ac

RANDOM SEED= 273830747

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node40.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.259
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.259
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:       1066696 kB
Buffers:         47440 kB
Cached:         851316 kB
SwapCached:          0 kB
Active:         710284 kB
Inactive:       203900 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1066696 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1660 kB
Writeback:           0 kB
Mapped:          25572 kB
Slab:            61088 kB
Committed_AS:    86140 kB
PageTables:       1412 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= 66560 MiB

End job on node40 on Sun Mar  4 02:16:45 UTC 2007