Trace number 292110

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.03 1200.33

General information on the benchmark

Namerandom/OnTreshold/5SAT/v70/
unif-k5-r21.3-v70-c1491-S2006871543-06.SAT.shuffled.cnf
MD5SUM06c43aaaf710a2f2b372f8fd10d7af7e
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.027995
Satisfiable
(Un)Satisfiability was proved
Number of variables70
Number of clauses1491
Sum of the clauses size7455
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 51491
Number of clauses of size over 50

Solver Data (download as text)

0.00/0.00	c (*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*) 
0.00/0.00	c (*)                                             (*) 
0.00/0.00	c (*)          Spear theorem prover               (*) 
0.00/0.00	c (*)        Copyright (C) 2006,2007              (*) 
0.00/0.00	c (*)     Domagoj Babic. All rights reserved.     (*) 
0.00/0.00	c (*)                                             (*) 
0.00/0.00	c (*)     There is NO warranty, not even for      (*) 
0.00/0.00	c (*) merchantability or fitness for a particular (*) 
0.00/0.00	c (*)  purpose. Please run with --license to see  (*) 
0.00/0.00	c (*)              license details.               (*) 
0.00/0.00	c (*)                                             (*) 
0.00/0.00	c (*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*) 
0.00/0.00	c 
0.00/0.00	c solving /tmp/evaluation/292110-1171750007/instance-292110-1171750007.cnf

Verifier Data (download as text)

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

Watcher Data (download as text)

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

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

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 0.93 3/77 15412
/proc/meminfo: memFree=990928/2055920 swapFree=4147432/4192956
[pid=15412] ppid=15410 vsize=1396 CPUtime=0
/proc/15412/stat : 15412 (Spear-32) R 15410 15412 14536 0 -1 4194304 182 0 0 0 0 0 0 0 18 0 1 0 168764983 1429504 166 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/15412/statm: 349 166 128 302 0 44 0

[startup+0.107207 s]
/proc/loadavg: 1.00 1.00 0.93 3/77 15412
/proc/meminfo: memFree=990928/2055920 swapFree=4147432/4192956
[pid=15412] ppid=15410 vsize=1788 CPUtime=0.1
/proc/15412/stat : 15412 (Spear-32) R 15410 15412 14536 0 -1 4194304 281 0 0 0 10 0 0 0 18 0 1 0 168764983 1830912 265 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15412/statm: 447 265 140 302 0 142 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1788

[startup+0.515232 s]
/proc/loadavg: 1.00 1.00 0.93 3/77 15412
/proc/meminfo: memFree=990928/2055920 swapFree=4147432/4192956
[pid=15412] ppid=15410 vsize=2568 CPUtime=0.51
/proc/15412/stat : 15412 (Spear-32) R 15410 15412 14536 0 -1 4194304 459 0 0 0 50 1 0 0 22 0 1 0 168764983 2629632 443 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15412/statm: 642 443 140 302 0 337 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 2568

[startup+1.33528 s]
/proc/loadavg: 1.00 1.00 0.93 2/78 15413
/proc/meminfo: memFree=989000/2055920 swapFree=4147432/4192956
[pid=15412] ppid=15410 vsize=3352 CPUtime=1.32
/proc/15412/stat : 15412 (Spear-32) R 15410 15412 14536 0 -1 4194304 672 0 0 0 131 1 0 0 25 0 1 0 168764983 3432448 656 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15412/statm: 838 656 140 302 0 533 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 3352

[startup+2.97538 s]
/proc/loadavg: 1.00 1.00 0.93 2/78 15413
/proc/meminfo: memFree=988104/2055920 swapFree=4147432/4192956
[pid=15412] ppid=15410 vsize=4412 CPUtime=2.97
/proc/15412/stat : 15412 (Spear-32) R 15410 15412 14536 0 -1 4194304 934 0 0 0 295 2 0 0 25 0 1 0 168764983 4517888 918 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/15412/statm: 1103 918 140 302 0 798 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 4412

[startup+6.25159 s]
/proc/loadavg: 1.00 1.00 0.93 2/78 15413
/proc/meminfo: memFree=986504/2055920 swapFree=4147432/4192956
[pid=15412] ppid=15410 vsize=5896 CPUtime=6.25
/proc/15412/stat : 15412 (Spear-32) R 15410 15412 14536 0 -1 4194304 1309 0 0 0 621 4 0 0 25 0 1 0 168764983 6037504 1260 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15412/statm: 1474 1260 140 302 0 1169 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 5896

[startup+12.709 s]
/proc/loadavg: 1.00 1.00 0.93 2/78 15413
/proc/meminfo: memFree=984464/2055920 swapFree=4147432/4192956
[pid=15412] ppid=15410 vsize=7652 CPUtime=12.7
/proc/15412/stat : 15412 (Spear-32) R 15410 15412 14536 0 -1 4194304 1753 0 0 0 1264 6 0 0 25 0 1 0 168764983 7835648 1704 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15412/statm: 1913 1704 140 302 0 1608 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 7652

[startup+25.5108 s]
/proc/loadavg: 1.00 1.00 0.93 2/78 15413
/proc/meminfo: memFree=981904/2055920 swapFree=4147432/4192956
[pid=15412] ppid=15410 vsize=10708 CPUtime=25.49
/proc/15412/stat : 15412 (Spear-32) R 15410 15412 14536 0 -1 4194304 2470 0 0 0 2540 9 0 0 25 0 1 0 168764983 10964992 2356 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15412/statm: 2677 2356 140 302 0 2372 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 10708

[startup+51.1214 s]
/proc/loadavg: 1.00 1.00 0.93 2/78 15413
/proc/meminfo: memFree=978256/2055920 swapFree=4147432/4192956
[pid=15412] ppid=15410 vsize=14364 CPUtime=51.1
/proc/15412/stat : 15412 (Spear-32) R 15410 15412 14536 0 -1 4194304 3377 0 0 0 5094 16 0 0 25 0 1 0 168764983 14708736 3263 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15412/statm: 3591 3263 140 302 0 3286 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 14364

[startup+102.34 s]
/proc/loadavg: 1.00 1.00 0.93 2/78 15413
/proc/meminfo: memFree=972880/2055920 swapFree=4147432/4192956
[pid=15412] ppid=15410 vsize=20248 CPUtime=102.31
/proc/15412/stat : 15412 (Spear-32) R 15410 15412 14536 0 -1 4194304 4843 0 0 0 10208 23 0 0 25 0 1 0 168764983 20733952 4600 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15412/statm: 5062 4600 140 302 0 4757 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 20248

[startup+162.37 s]
/proc/loadavg: 1.00 1.00 0.93 2/78 15413
/proc/meminfo: memFree=967824/2055920 swapFree=4147432/4192956
[pid=15412] ppid=15410 vsize=25796 CPUtime=162.32
/proc/15412/stat : 15412 (Spear-32) R 15410 15412 14536 0 -1 4194304 6071 0 0 0 16201 31 0 0 25 0 1 0 168764983 26415104 5828 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15412/statm: 6449 5828 140 302 0 6144 0
Current children cumulated CPU time (s) 162.32
Current children cumulated vsize (KiB) 25796

[startup+222.4 s]
/proc/loadavg: 1.00 1.00 0.93 2/78 15413
/proc/meminfo: memFree=964432/2055920 swapFree=4147432/4192956
[pid=15412] ppid=15410 vsize=29264 CPUtime=222.33
/proc/15412/stat : 15412 (Spear-32) R 15410 15412 14536 0 -1 4194304 6918 0 0 0 22196 37 0 0 25 0 1 0 168764983 29966336 6675 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527172 0 0 4096 0 0 0 0 17 1 0 0
/proc/15412/statm: 7316 6675 140 302 0 7011 0
Current children cumulated CPU time (s) 222.33
Current children cumulated vsize (KiB) 29264

[startup+282.431 s]
/proc/loadavg: 1.00 1.00 0.93 2/78 15413
/proc/meminfo: memFree=961040/2055920 swapFree=4147432/4192956
[pid=15412] ppid=15410 vsize=33712 CPUtime=282.35
/proc/15412/stat : 15412 (Spear-32) R 15410 15412 14536 0 -1 4194304 8013 0 0 0 28191 44 0 0 25 0 1 0 168764983 34521088 7513 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15412/statm: 8428 7513 140 302 0 8123 0
Current children cumulated CPU time (s) 282.35
Current children cumulated vsize (KiB) 33712

[startup+342.458 s]
/proc/loadavg: 1.00 1.00 0.93 2/78 15413
/proc/meminfo: memFree=957840/2055920 swapFree=4147432/4192956
[pid=15412] ppid=15410 vsize=36664 CPUtime=342.36
/proc/15412/stat : 15412 (Spear-32) R 15410 15412 14536 0 -1 4194304 8817 0 0 0 34186 50 0 0 25 0 1 0 168764983 37543936 8317 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15412/statm: 9166 8317 140 302 0 8861 0
Current children cumulated CPU time (s) 342.36
Current children cumulated vsize (KiB) 36664

[startup+402.493 s]
/proc/loadavg: 1.00 1.00 0.93 2/78 15413
/proc/meminfo: memFree=955088/2055920 swapFree=4147432/4192956
[pid=15412] ppid=15410 vsize=39464 CPUtime=402.38
/proc/15412/stat : 15412 (Spear-32) R 15410 15412 14536 0 -1 4194304 9476 0 0 0 40183 55 0 0 25 0 1 0 168764983 40411136 8976 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/15412/statm: 9866 8976 140 302 0 9561 0
Current children cumulated CPU time (s) 402.38
Current children cumulated vsize (KiB) 39464

[startup+462.522 s]
/proc/loadavg: 1.00 1.00 0.93 2/78 15413
/proc/meminfo: memFree=952592/2055920 swapFree=4147432/4192956
[pid=15412] ppid=15410 vsize=42220 CPUtime=462.4
/proc/15412/stat : 15412 (Spear-32) R 15410 15412 14536 0 -1 4194304 10122 0 0 0 46179 61 0 0 25 0 1 0 168764983 43233280 9622 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/15412/statm: 10555 9622 140 302 0 10250 0
Current children cumulated CPU time (s) 462.4
Current children cumulated vsize (KiB) 42220

[startup+522.548 s]
/proc/loadavg: 1.05 1.01 0.94 2/78 15413
/proc/meminfo: memFree=950160/2055920 swapFree=4147432/4192956
[pid=15412] ppid=15410 vsize=44688 CPUtime=522.41
/proc/15412/stat : 15412 (Spear-32) R 15410 15412 14536 0 -1 4194304 10737 0 0 0 52174 67 0 0 25 0 1 0 168764983 45760512 10237 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/15412/statm: 11172 10237 140 302 0 10867 0
Current children cumulated CPU time (s) 522.41
Current children cumulated vsize (KiB) 44688

[startup+582.576 s]
/proc/loadavg: 1.02 1.01 0.94 2/78 15413
/proc/meminfo: memFree=947344/2055920 swapFree=4147432/4192956
[pid=15412] ppid=15410 vsize=47408 CPUtime=582.43
/proc/15412/stat : 15412 (Spear-32) R 15410 15412 14536 0 -1 4194304 11433 0 0 0 58170 73 0 0 25 0 1 0 168764983 48545792 10933 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526967 0 0 4096 0 0 0 0 17 1 0 0
/proc/15412/statm: 11852 10933 140 302 0 11547 0
Current children cumulated CPU time (s) 582.43
Current children cumulated vsize (KiB) 47408

[startup+642.608 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 15413
/proc/meminfo: memFree=945104/2055920 swapFree=4147432/4192956
[pid=15412] ppid=15410 vsize=49884 CPUtime=642.44
/proc/15412/stat : 15412 (Spear-32) R 15410 15412 14536 0 -1 4194304 11996 0 0 0 64167 77 0 0 25 0 1 0 168764983 51081216 11496 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526794 0 0 4096 0 0 0 0 17 1 0 0
/proc/15412/statm: 12471 11496 140 302 0 12166 0
Current children cumulated CPU time (s) 642.44
Current children cumulated vsize (KiB) 49884

[startup+702.642 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 15413
/proc/meminfo: memFree=942160/2055920 swapFree=4147432/4192956
[pid=15412] ppid=15410 vsize=53320 CPUtime=702.46
/proc/15412/stat : 15412 (Spear-32) R 15410 15412 14536 0 -1 4194304 12734 0 0 0 70165 81 0 0 25 0 1 0 168764983 54599680 12234 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/15412/statm: 13330 12234 140 302 0 13025 0
Current children cumulated CPU time (s) 702.46
Current children cumulated vsize (KiB) 53320

[startup+762.675 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 15413
/proc/meminfo: memFree=940176/2055920 swapFree=4147432/4192956
[pid=15412] ppid=15410 vsize=55176 CPUtime=762.48
/proc/15412/stat : 15412 (Spear-32) R 15410 15412 14536 0 -1 4194304 13236 0 0 0 76163 85 0 0 25 0 1 0 168764983 56500224 12736 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15412/statm: 13794 12736 140 302 0 13489 0
Current children cumulated CPU time (s) 762.48
Current children cumulated vsize (KiB) 55176

[startup+822.709 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 15413
/proc/meminfo: memFree=938640/2055920 swapFree=4147432/4192956
[pid=15412] ppid=15410 vsize=57260 CPUtime=822.5
/proc/15412/stat : 15412 (Spear-32) R 15410 15412 14536 0 -1 4194304 13634 0 0 0 82161 89 0 0 25 0 1 0 168764983 58634240 13134 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15412/statm: 14315 13134 140 302 0 14010 0
Current children cumulated CPU time (s) 822.5
Current children cumulated vsize (KiB) 57260

[startup+882.74 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 15413
/proc/meminfo: memFree=936912/2055920 swapFree=4147432/4192956
[pid=15412] ppid=15410 vsize=59080 CPUtime=882.52
/proc/15412/stat : 15412 (Spear-32) R 15410 15412 14536 0 -1 4194304 14055 0 0 0 88159 93 0 0 25 0 1 0 168764983 60497920 13555 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/15412/statm: 14770 13555 140 302 0 14465 0
Current children cumulated CPU time (s) 882.52
Current children cumulated vsize (KiB) 59080

[startup+942.77 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 15413
/proc/meminfo: memFree=935632/2055920 swapFree=4147432/4192956
[pid=15412] ppid=15410 vsize=60108 CPUtime=942.53
/proc/15412/stat : 15412 (Spear-32) R 15410 15412 14536 0 -1 4194304 14378 0 0 0 94156 97 0 0 25 0 1 0 168764983 61550592 13878 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526719 0 0 4096 0 0 0 0 17 1 0 0
/proc/15412/statm: 15027 13878 140 302 0 14722 0
Current children cumulated CPU time (s) 942.53
Current children cumulated vsize (KiB) 60108

[startup+1002.8 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 15415
/proc/meminfo: memFree=933904/2055920 swapFree=4147432/4192956
[pid=15412] ppid=15410 vsize=63872 CPUtime=1002.54
/proc/15412/stat : 15412 (Spear-32) R 15410 15412 14536 0 -1 4194304 15309 0 0 0 100153 101 0 0 25 0 1 0 168764983 65404928 14296 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15412/statm: 15968 14296 140 302 0 15663 0
Current children cumulated CPU time (s) 1002.54
Current children cumulated vsize (KiB) 63872

[startup+1062.83 s]
/proc/loadavg: 1.03 1.01 0.94 2/78 15415
/proc/meminfo: memFree=932112/2055920 swapFree=4147432/4192956
[pid=15412] ppid=15410 vsize=65704 CPUtime=1062.56
/proc/15412/stat : 15412 (Spear-32) R 15410 15412 14536 0 -1 4194304 15747 0 0 0 106152 104 0 0 25 0 1 0 168764983 67280896 14734 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15412/statm: 16426 14734 140 302 0 16121 0
Current children cumulated CPU time (s) 1062.56
Current children cumulated vsize (KiB) 65704

[startup+1122.86 s]
/proc/loadavg: 1.01 1.01 0.94 2/78 15415
/proc/meminfo: memFree=930704/2055920 swapFree=4147432/4192956
[pid=15412] ppid=15410 vsize=67180 CPUtime=1122.57
/proc/15412/stat : 15412 (Spear-32) R 15410 15412 14536 0 -1 4194304 16102 0 0 0 112149 108 0 0 25 0 1 0 168764983 68792320 15089 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15412/statm: 16795 15089 140 302 0 16490 0
Current children cumulated CPU time (s) 1122.57
Current children cumulated vsize (KiB) 67180

[startup+1182.9 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 15415
/proc/meminfo: memFree=929552/2055920 swapFree=4147432/4192956
[pid=15412] ppid=15410 vsize=68356 CPUtime=1182.59
/proc/15412/stat : 15412 (Spear-32) R 15410 15412 14536 0 -1 4194304 16401 0 0 0 118147 112 0 0 25 0 1 0 168764983 69996544 15388 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15412/statm: 17089 15388 140 302 0 16784 0
Current children cumulated CPU time (s) 1182.59
Current children cumulated vsize (KiB) 68356



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.32 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 15415
/proc/meminfo: memFree=928976/2055920 swapFree=4147432/4192956
[pid=15412] ppid=15410 vsize=69000 CPUtime=1200.01
/proc/15412/stat : 15412 (Spear-32) R 15410 15412 14536 0 -1 4194304 16528 0 0 0 119888 113 0 0 25 0 1 0 168764983 70656000 15515 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/15412/statm: 17250 15515 140 302 0 16945 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 69000

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.33
CPU time (s): 1200.03
CPU user time (s): 1198.89
CPU system time (s): 1.14383
CPU usage (%): 99.975
Max. virtual memory (cumulated for all children) (KiB): 69000

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

runsolver used 1.3118 second user time and 2.95055 second system time

The end

Launcher Data (download as text)

Begin job on node29 on Sat Feb 17 22:06:47 UTC 2007

IDJOB= 292110
IDBENCH= 19831
IDSOLVER= 131
FILE ID= node29/292110-1171750007

PBS_JOBID= 3839477

Free space on /tmp= 66563 MiB

SOLVER NAME= Spear FHS 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/5SAT/v70/unif-k5-r21.3-v70-c1491-S2006871543-06.SAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/292110-1171750007/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/292110-1171750007/instance-292110-1171750007.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node29/watcher-292110-1171750007 -o ROOT/results/node29/solver-292110-1171750007 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/292110-1171750007/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/292110-1171750007/instance-292110-1171750007.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  06c43aaaf710a2f2b372f8fd10d7af7e

RANDOM SEED= 312530403

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node29.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.209
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	: 5931.00
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.209
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:        991344 kB
Buffers:         36744 kB
Cached:         931300 kB
SwapCached:      12176 kB
Active:         709336 kB
Inactive:       281536 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        991344 kB
SwapTotal:     4192956 kB
SwapFree:      4147432 kB
Dirty:            1580 kB
Writeback:           0 kB
Mapped:          29832 kB
Slab:            59164 kB
Committed_AS:   600292 kB
PageTables:       1864 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= 66563 MiB

End job on node29 on Sat Feb 17 22:26:50 UTC 2007