Trace number 296785

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

General information on the benchmark

Namerandom/OnTreshold/7SAT/v45/
unif-k7-r89-v45-c4005-S179716588-02.UNSAT.shuffled.cnf
MD5SUM2f40fd292e9c10e48e20f2a43c141175
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark19.748
Satisfiable
(Un)Satisfiability was proved
Number of variables45
Number of clauses4005
Sum of the clauses size28035
Maximum clause length7
Minimum clause length7
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 50
Number of clauses of size over 54005

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/296785-1171826927/instance-296785-1171826927.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/node11/watcher-296785-1171826927 -o ROOT/results/node11/solver-296785-1171826927 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/296785-1171826927/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/296785-1171826927/instance-296785-1171826927.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.01 0.91 0.77 3/77 13418
/proc/meminfo: memFree=275968/2055920 swapFree=4192812/4192956
[pid=13418] ppid=13416 vsize=1396 CPUtime=0
/proc/13418/stat : 13418 (Spear-32) R 13416 13418 13238 0 -1 4194304 180 0 0 0 0 0 0 0 18 0 1 0 202647264 1429504 164 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13418/statm: 349 166 129 302 0 44 0

[startup+0.107602 s]
/proc/loadavg: 1.01 0.91 0.77 3/77 13418
/proc/meminfo: memFree=275968/2055920 swapFree=4192812/4192956
[pid=13418] ppid=13416 vsize=1920 CPUtime=0.1
/proc/13418/stat : 13418 (Spear-32) R 13416 13418 13238 0 -1 4194304 307 0 0 0 10 0 0 0 18 0 1 0 202647264 1966080 291 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13418/statm: 480 291 140 302 0 175 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1920

[startup+0.515649 s]
/proc/loadavg: 1.01 0.91 0.77 3/77 13418
/proc/meminfo: memFree=275968/2055920 swapFree=4192812/4192956
[pid=13418] ppid=13416 vsize=2564 CPUtime=0.5
/proc/13418/stat : 13418 (Spear-32) R 13416 13418 13238 0 -1 4194304 484 0 0 0 50 0 0 0 22 0 1 0 202647264 2625536 468 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13418/statm: 641 468 140 302 0 336 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 2564

[startup+1.33575 s]
/proc/loadavg: 1.01 0.91 0.77 2/78 13419
/proc/meminfo: memFree=273976/2055920 swapFree=4192812/4192956
[pid=13418] ppid=13416 vsize=3500 CPUtime=1.32
/proc/13418/stat : 13418 (Spear-32) R 13416 13418 13238 0 -1 4194304 704 0 0 0 131 1 0 0 25 0 1 0 202647264 3584000 688 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13418/statm: 875 688 140 302 0 570 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 3500

[startup+2.97194 s]
/proc/loadavg: 1.01 0.91 0.77 2/78 13419
/proc/meminfo: memFree=272952/2055920 swapFree=4192812/4192956
[pid=13418] ppid=13416 vsize=4700 CPUtime=2.96
/proc/13418/stat : 13418 (Spear-32) R 13416 13418 13238 0 -1 4194304 982 0 0 0 293 3 0 0 25 0 1 0 202647264 4812800 966 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13418/statm: 1175 966 140 302 0 870 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 4700

[startup+6.25233 s]
/proc/loadavg: 1.01 0.91 0.78 2/78 13419
/proc/meminfo: memFree=271224/2055920 swapFree=4192812/4192956
[pid=13418] ppid=13416 vsize=6140 CPUtime=6.24
/proc/13418/stat : 13418 (Spear-32) R 13416 13418 13238 0 -1 4194304 1374 0 0 0 620 4 0 0 25 0 1 0 202647264 6287360 1325 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526758 0 0 4096 0 0 0 0 17 1 0 0
/proc/13418/statm: 1535 1325 140 302 0 1230 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 6140

[startup+12.7051 s]
/proc/loadavg: 1.01 0.92 0.78 2/78 13419
/proc/meminfo: memFree=269112/2055920 swapFree=4192812/4192956
[pid=13418] ppid=13416 vsize=7992 CPUtime=12.69
/proc/13418/stat : 13418 (Spear-32) R 13416 13418 13238 0 -1 4194304 1834 0 0 0 1262 7 0 0 25 0 1 0 202647264 8183808 1785 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13418/statm: 1998 1785 140 302 0 1693 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 7992

[startup+25.5116 s]
/proc/loadavg: 1.00 0.92 0.78 2/78 13419
/proc/meminfo: memFree=266616/2055920 swapFree=4192812/4192956
[pid=13418] ppid=13416 vsize=10928 CPUtime=25.49
/proc/13418/stat : 13418 (Spear-32) R 13416 13418 13238 0 -1 4194304 2546 0 0 0 2539 10 0 0 25 0 1 0 202647264 11190272 2432 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13418/statm: 2732 2432 140 302 0 2427 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 10928

[startup+51.1266 s]
/proc/loadavg: 1.00 0.92 0.78 2/78 13419
/proc/meminfo: memFree=262968/2055920 swapFree=4192812/4192956
[pid=13418] ppid=13416 vsize=14604 CPUtime=51.1
/proc/13418/stat : 13418 (Spear-32) R 13416 13418 13238 0 -1 4194304 3425 0 0 0 5096 14 0 0 25 0 1 0 202647264 14954496 3311 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13418/statm: 3651 3311 140 302 0 3346 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 14604

[startup+102.35 s]
/proc/loadavg: 1.00 0.93 0.79 2/78 13419
/proc/meminfo: memFree=258040/2055920 swapFree=4192812/4192956
[pid=13418] ppid=13416 vsize=20244 CPUtime=102.31
/proc/13418/stat : 13418 (Spear-32) R 13416 13418 13238 0 -1 4194304 4799 0 0 0 10210 21 0 0 25 0 1 0 202647264 20729856 4556 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/13418/statm: 5061 4556 140 302 0 4756 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 20244

[startup+162.387 s]
/proc/loadavg: 1.07 0.96 0.81 2/78 13419
/proc/meminfo: memFree=253368/2055920 swapFree=4192812/4192956
[pid=13418] ppid=13416 vsize=25084 CPUtime=162.33
/proc/13418/stat : 13418 (Spear-32) R 13416 13418 13238 0 -1 4194304 5961 0 0 0 16204 29 0 0 25 0 1 0 202647264 25686016 5718 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/13418/statm: 6271 5718 140 302 0 5966 0
Current children cumulated CPU time (s) 162.33
Current children cumulated vsize (KiB) 25084

[startup+222.419 s]
/proc/loadavg: 1.02 0.97 0.82 2/78 13419
/proc/meminfo: memFree=249528/2055920 swapFree=4192812/4192956
[pid=13418] ppid=13416 vsize=28772 CPUtime=222.34
/proc/13418/stat : 13418 (Spear-32) R 13416 13418 13238 0 -1 4194304 6908 0 0 0 22198 36 0 0 25 0 1 0 202647264 29462528 6665 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13418/statm: 7193 6665 140 302 0 6888 0
Current children cumulated CPU time (s) 222.34
Current children cumulated vsize (KiB) 28772

[startup+282.451 s]
/proc/loadavg: 1.01 0.97 0.83 2/78 13419
/proc/meminfo: memFree=246264/2055920 swapFree=4192812/4192956
[pid=13418] ppid=13416 vsize=33168 CPUtime=282.35
/proc/13418/stat : 13418 (Spear-32) R 13416 13418 13238 0 -1 4194304 7974 0 0 0 28191 44 0 0 25 0 1 0 202647264 33964032 7474 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526752 0 0 4096 0 0 0 0 17 1 0 0
/proc/13418/statm: 8292 7474 140 302 0 7987 0
Current children cumulated CPU time (s) 282.35
Current children cumulated vsize (KiB) 33168

[startup+342.482 s]
/proc/loadavg: 1.00 0.97 0.83 2/78 13419
/proc/meminfo: memFree=242360/2055920 swapFree=4192812/4192956
[pid=13418] ppid=13416 vsize=37920 CPUtime=342.37
/proc/13418/stat : 13418 (Spear-32) R 13416 13418 13238 0 -1 4194304 8937 0 0 0 34185 52 0 0 25 0 1 0 202647264 38830080 8437 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13418/statm: 9480 8437 140 302 0 9175 0
Current children cumulated CPU time (s) 342.37
Current children cumulated vsize (KiB) 37920

[startup+402.518 s]
/proc/loadavg: 1.00 0.97 0.84 2/78 13419
/proc/meminfo: memFree=239864/2055920 swapFree=4192812/4192956
[pid=13418] ppid=13416 vsize=40548 CPUtime=402.39
/proc/13418/stat : 13418 (Spear-32) R 13416 13418 13238 0 -1 4194304 9554 0 0 0 40182 57 0 0 25 0 1 0 202647264 41521152 9054 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/13418/statm: 10137 9054 140 302 0 9832 0
Current children cumulated CPU time (s) 402.39
Current children cumulated vsize (KiB) 40548

[startup+462.553 s]
/proc/loadavg: 1.00 0.97 0.84 2/78 13419
/proc/meminfo: memFree=237560/2055920 swapFree=4192812/4192956
[pid=13418] ppid=13416 vsize=43324 CPUtime=462.41
/proc/13418/stat : 13418 (Spear-32) R 13416 13418 13238 0 -1 4194304 10118 0 0 0 46179 62 0 0 25 0 1 0 202647264 44363776 9618 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13418/statm: 10831 9618 140 302 0 10526 0
Current children cumulated CPU time (s) 462.41
Current children cumulated vsize (KiB) 43324

[startup+522.588 s]
/proc/loadavg: 1.00 0.97 0.85 2/78 13419
/proc/meminfo: memFree=235640/2055920 swapFree=4192812/4192956
[pid=13418] ppid=13416 vsize=45120 CPUtime=522.42
/proc/13418/stat : 13418 (Spear-32) R 13416 13418 13238 0 -1 4194304 10597 0 0 0 52176 66 0 0 25 0 1 0 202647264 46202880 10097 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/13418/statm: 11280 10097 140 302 0 10975 0
Current children cumulated CPU time (s) 522.42
Current children cumulated vsize (KiB) 45120

[startup+582.62 s]
/proc/loadavg: 1.00 0.97 0.86 2/78 13419
/proc/meminfo: memFree=233400/2055920 swapFree=4192812/4192956
[pid=13418] ppid=13416 vsize=47560 CPUtime=582.44
/proc/13418/stat : 13418 (Spear-32) R 13416 13418 13238 0 -1 4194304 11145 0 0 0 58173 71 0 0 25 0 1 0 202647264 48701440 10645 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/13418/statm: 11890 10645 140 302 0 11585 0
Current children cumulated CPU time (s) 582.44
Current children cumulated vsize (KiB) 47560

[startup+642.653 s]
/proc/loadavg: 1.00 0.97 0.86 2/78 13419
/proc/meminfo: memFree=231480/2055920 swapFree=4192812/4192956
[pid=13418] ppid=13416 vsize=49396 CPUtime=642.45
/proc/13418/stat : 13418 (Spear-32) R 13416 13418 13238 0 -1 4194304 11629 0 0 0 64170 75 0 0 25 0 1 0 202647264 50581504 11129 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13418/statm: 12349 11129 140 302 0 12044 0
Current children cumulated CPU time (s) 642.45
Current children cumulated vsize (KiB) 49396

[startup+702.687 s]
/proc/loadavg: 1.05 0.99 0.87 2/78 13421
/proc/meminfo: memFree=229752/2055920 swapFree=4192812/4192956
[pid=13418] ppid=13416 vsize=51200 CPUtime=702.47
/proc/13418/stat : 13418 (Spear-32) R 13416 13418 13238 0 -1 4194304 12063 0 0 0 70168 79 0 0 25 0 1 0 202647264 52428800 11563 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/13418/statm: 12800 11563 140 302 0 12495 0
Current children cumulated CPU time (s) 702.47
Current children cumulated vsize (KiB) 51200

[startup+762.717 s]
/proc/loadavg: 1.02 0.99 0.88 2/78 13421
/proc/meminfo: memFree=227576/2055920 swapFree=4192812/4192956
[pid=13418] ppid=13416 vsize=53708 CPUtime=762.48
/proc/13418/stat : 13418 (Spear-32) R 13416 13418 13238 0 -1 4194304 12612 0 0 0 76164 84 0 0 25 0 1 0 202647264 54996992 12112 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526781 0 0 4096 0 0 0 0 17 1 0 0
/proc/13418/statm: 13427 12112 140 302 0 13122 0
Current children cumulated CPU time (s) 762.48
Current children cumulated vsize (KiB) 53708

[startup+822.751 s]
/proc/loadavg: 1.00 0.99 0.88 2/78 13421
/proc/meminfo: memFree=225912/2055920 swapFree=4192812/4192956
[pid=13418] ppid=13416 vsize=55176 CPUtime=822.5
/proc/13418/stat : 13418 (Spear-32) R 13416 13418 13238 0 -1 4194304 13017 0 0 0 82162 88 0 0 25 0 1 0 202647264 56500224 12517 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/13418/statm: 13794 12517 140 302 0 13489 0
Current children cumulated CPU time (s) 822.5
Current children cumulated vsize (KiB) 55176

[startup+882.783 s]
/proc/loadavg: 1.00 0.99 0.89 2/78 13421
/proc/meminfo: memFree=224440/2055920 swapFree=4192812/4192956
[pid=13418] ppid=13416 vsize=56984 CPUtime=882.51
/proc/13418/stat : 13418 (Spear-32) R 13416 13418 13238 0 -1 4194304 13393 0 0 0 88159 92 0 0 25 0 1 0 202647264 58351616 12893 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527172 0 0 4096 0 0 0 0 17 1 0 0
/proc/13418/statm: 14246 12893 140 302 0 13941 0
Current children cumulated CPU time (s) 882.51
Current children cumulated vsize (KiB) 56984

[startup+942.819 s]
/proc/loadavg: 1.00 0.99 0.90 2/78 13421
/proc/meminfo: memFree=222904/2055920 swapFree=4192812/4192956
[pid=13418] ppid=13416 vsize=59052 CPUtime=942.53
/proc/13418/stat : 13418 (Spear-32) R 13416 13418 13238 0 -1 4194304 13771 0 0 0 94157 96 0 0 25 0 1 0 202647264 60469248 13271 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13418/statm: 14763 13271 140 302 0 14458 0
Current children cumulated CPU time (s) 942.53
Current children cumulated vsize (KiB) 59052

[startup+1002.85 s]
/proc/loadavg: 1.00 0.99 0.90 2/78 13421
/proc/meminfo: memFree=221496/2055920 swapFree=4192812/4192956
[pid=13418] ppid=13416 vsize=60532 CPUtime=1002.55
/proc/13418/stat : 13418 (Spear-32) R 13416 13418 13238 0 -1 4194304 14120 0 0 0 100156 99 0 0 25 0 1 0 202647264 61984768 13620 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526873 0 0 4096 0 0 0 0 17 1 0 0
/proc/13418/statm: 15133 13620 140 302 0 14828 0
Current children cumulated CPU time (s) 1002.55
Current children cumulated vsize (KiB) 60532

[startup+1062.89 s]
/proc/loadavg: 1.00 0.99 0.91 2/78 13421
/proc/meminfo: memFree=220152/2055920 swapFree=4192812/4192956
[pid=13418] ppid=13416 vsize=61816 CPUtime=1062.56
/proc/13418/stat : 13418 (Spear-32) R 13416 13418 13238 0 -1 4194304 14460 0 0 0 106155 101 0 0 25 0 1 0 202647264 63299584 13960 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/13418/statm: 15454 13960 140 302 0 15149 0
Current children cumulated CPU time (s) 1062.56
Current children cumulated vsize (KiB) 61816

[startup+1122.92 s]
/proc/loadavg: 1.00 0.99 0.91 2/78 13421
/proc/meminfo: memFree=218616/2055920 swapFree=4192812/4192956
[pid=13418] ppid=13416 vsize=65272 CPUtime=1122.57
/proc/13418/stat : 13418 (Spear-32) R 13416 13418 13238 0 -1 4194304 15346 0 0 0 112152 105 0 0 25 0 1 0 202647264 66838528 14333 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527168 0 0 4096 0 0 0 0 17 1 0 0
/proc/13418/statm: 16318 14333 140 302 0 16013 0
Current children cumulated CPU time (s) 1122.57
Current children cumulated vsize (KiB) 65272

[startup+1182.95 s]
/proc/loadavg: 1.00 0.99 0.91 2/78 13421
/proc/meminfo: memFree=217336/2055920 swapFree=4192812/4192956
[pid=13418] ppid=13416 vsize=66556 CPUtime=1182.6
/proc/13418/stat : 13418 (Spear-32) R 13416 13418 13238 0 -1 4194304 15681 0 0 0 118151 109 0 0 25 0 1 0 202647264 68153344 14668 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526767 0 0 4096 0 0 0 0 17 1 0 0
/proc/13418/statm: 16639 14668 140 302 0 16334 0
Current children cumulated CPU time (s) 1182.6
Current children cumulated vsize (KiB) 66556



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.37 s]
/proc/loadavg: 1.00 0.99 0.91 2/78 13421
/proc/meminfo: memFree=216888/2055920 swapFree=4192812/4192956
[pid=13418] ppid=13416 vsize=66940 CPUtime=1200.01
/proc/13418/stat : 13418 (Spear-32) R 13416 13418 13238 0 -1 4194304 15779 0 0 0 119891 110 0 0 25 0 1 0 202647264 68546560 14766 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134558753 0 0 4096 0 0 0 0 17 1 0 0
/proc/13418/statm: 16735 14766 140 302 0 16430 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 66940

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.39
CPU time (s): 1200.03
CPU user time (s): 1198.92
CPU system time (s): 1.11383
CPU usage (%): 99.9705
Max. virtual memory (cumulated for all children) (KiB): 66940

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

runsolver used 1.37079 second user time and 2.89856 second system time

The end

Launcher Data (download as text)

Begin job on node11 on Sun Feb 18 19:28:47 UTC 2007

IDJOB= 296785
IDBENCH= 19945
IDSOLVER= 132
FILE ID= node11/296785-1171826927

PBS_JOBID= 3839375

Free space on /tmp= 66543 MiB

SOLVER NAME= Spear FH 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/7SAT/v45/unif-k7-r89-v45-c4005-S179716588-02.UNSAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/296785-1171826927/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/296785-1171826927/instance-296785-1171826927.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node11/watcher-296785-1171826927 -o ROOT/results/node11/solver-296785-1171826927 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/296785-1171826927/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/296785-1171826927/instance-296785-1171826927.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  2f40fd292e9c10e48e20f2a43c141175

RANDOM SEED= 122346812

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node11.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.243
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.243
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:        276440 kB
Buffers:         51096 kB
Cached:        1613204 kB
SwapCached:          0 kB
Active:         249016 kB
Inactive:      1458132 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        276440 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1716 kB
Writeback:           0 kB
Mapped:          61732 kB
Slab:            57884 kB
Committed_AS:   629308 kB
PageTables:       1756 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= 66543 MiB

End job on node11 on Sun Feb 18 19:48:50 UTC 2007