Trace number 304575

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Spear FH 1.0? (TO) 1200.12 1200.41

General information on the benchmark

Namerandom/LargeSize/7SAT/v160/
unif-k7-r85-v160-c13600-S659720099-13.cnf
MD5SUMdf8cf6a022cc11177f2b8acfa52efe18
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark162.155
Satisfiable
(Un)Satisfiability was proved
Number of variables160
Number of clauses13600
Sum of the clauses size95200
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 513600

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/304575-1172061441/instance-304575-1172061441.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/node25/watcher-304575-1172061441 -o ROOT/results/node25/solver-304575-1172061441 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/304575-1172061441/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/304575-1172061441/instance-304575-1172061441.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 1.00 3/64 7644
/proc/meminfo: memFree=1652208/2055920 swapFree=4192956/4192956
[pid=7644] ppid=7642 vsize=1396 CPUtime=0
/proc/7644/stat : 7644 (Spear-32) R 7642 7644 2594 0 -1 4194304 182 0 0 0 0 0 0 0 18 0 1 0 766380 1429504 166 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/7644/statm: 349 166 128 302 0 44 0

[startup+0.106844 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 7644
/proc/meminfo: memFree=1652208/2055920 swapFree=4192956/4192956
[pid=7644] ppid=7642 vsize=2584 CPUtime=0.1
/proc/7644/stat : 7644 (Spear-32) R 7642 7644 2594 0 -1 4194304 463 0 0 0 10 0 0 0 18 0 1 0 766380 2646016 447 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7644/statm: 646 447 140 302 0 341 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2584

[startup+0.514875 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 7644
/proc/meminfo: memFree=1652208/2055920 swapFree=4192956/4192956
[pid=7644] ppid=7642 vsize=3496 CPUtime=0.51
/proc/7644/stat : 7644 (Spear-32) R 7642 7644 2594 0 -1 4194304 711 0 0 0 51 0 0 0 21 0 1 0 766380 3579904 695 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7644/statm: 874 695 140 302 0 569 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 3496

[startup+1.33494 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7645
/proc/meminfo: memFree=1648872/2055920 swapFree=4192956/4192956
[pid=7644] ppid=7642 vsize=4908 CPUtime=1.33
/proc/7644/stat : 7644 (Spear-32) R 7642 7644 2594 0 -1 4194304 1060 0 0 0 132 1 0 0 25 0 1 0 766380 5025792 1044 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7644/statm: 1227 1044 140 302 0 922 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 4908

[startup+2.97107 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7645
/proc/meminfo: memFree=1647208/2055920 swapFree=4192956/4192956
[pid=7644] ppid=7642 vsize=7092 CPUtime=2.96
/proc/7644/stat : 7644 (Spear-32) R 7642 7644 2594 0 -1 4194304 1582 0 0 0 295 1 0 0 25 0 1 0 766380 7262208 1566 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7644/statm: 1773 1566 140 302 0 1468 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 7092

[startup+6.24934 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7645
/proc/meminfo: memFree=1643688/2055920 swapFree=4192956/4192956
[pid=7644] ppid=7642 vsize=10040 CPUtime=6.23
/proc/7644/stat : 7644 (Spear-32) R 7642 7644 2594 0 -1 4194304 2337 0 0 0 620 3 0 0 25 0 1 0 766380 10280960 2321 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7644/statm: 2510 2321 140 302 0 2205 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 10040

[startup+12.7019 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7645
/proc/meminfo: memFree=1638952/2055920 swapFree=4192956/4192956
[pid=7644] ppid=7642 vsize=14452 CPUtime=12.68
/proc/7644/stat : 7644 (Spear-32) R 7642 7644 2594 0 -1 4194304 3460 0 0 0 1262 6 0 0 25 0 1 0 766380 14798848 3411 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7644/statm: 3613 3411 140 302 0 3308 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 14452

[startup+25.5049 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7645
/proc/meminfo: memFree=1632872/2055920 swapFree=4192956/4192956
[pid=7644] ppid=7642 vsize=20932 CPUtime=25.49
/proc/7644/stat : 7644 (Spear-32) R 7642 7644 2594 0 -1 4194304 5068 0 0 0 2538 11 0 0 25 0 1 0 766380 21434368 4954 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7644/statm: 5233 4954 140 302 0 4928 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 20932

[startup+51.111 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7645
/proc/meminfo: memFree=1623464/2055920 swapFree=4192956/4192956
[pid=7644] ppid=7642 vsize=30044 CPUtime=51.09
/proc/7644/stat : 7644 (Spear-32) R 7642 7644 2594 0 -1 4194304 7372 0 0 0 5091 18 0 0 25 0 1 0 766380 30765056 7258 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/7644/statm: 7511 7258 140 302 0 7206 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 30044

[startup+102.322 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7645
/proc/meminfo: memFree=1610088/2055920 swapFree=4192956/4192956
[pid=7644] ppid=7642 vsize=44032 CPUtime=102.29
/proc/7644/stat : 7644 (Spear-32) R 7642 7644 2594 0 -1 4194304 10854 0 0 0 10201 28 0 0 25 0 1 0 766380 45088768 10611 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7644/statm: 11008 10611 140 302 0 10703 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 44032

[startup+162.343 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7645
/proc/meminfo: memFree=1597928/2055920 swapFree=4192956/4192956
[pid=7644] ppid=7642 vsize=56052 CPUtime=162.29
/proc/7644/stat : 7644 (Spear-32) R 7642 7644 2594 0 -1 4194304 13860 0 0 0 16192 37 0 0 25 0 1 0 766380 57397248 13617 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7644/statm: 14013 13617 140 302 0 13708 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 56052

[startup+222.363 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7645
/proc/meminfo: memFree=1588072/2055920 swapFree=4192956/4192956
[pid=7644] ppid=7642 vsize=65920 CPUtime=222.3
/proc/7644/stat : 7644 (Spear-32) R 7642 7644 2594 0 -1 4194304 16307 0 0 0 22183 47 0 0 25 0 1 0 766380 67502080 16064 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/7644/statm: 16480 16064 140 302 0 16175 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 65920

[startup+282.38 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7645
/proc/meminfo: memFree=1580008/2055920 swapFree=4192956/4192956
[pid=7644] ppid=7642 vsize=75220 CPUtime=282.3
/proc/7644/stat : 7644 (Spear-32) R 7642 7644 2594 0 -1 4194304 18599 0 0 0 28175 55 0 0 25 0 1 0 766380 77025280 18099 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7644/statm: 18805 18099 140 302 0 18500 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 75220

[startup+342.398 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7645
/proc/meminfo: memFree=1572648/2055920 swapFree=4192956/4192956
[pid=7644] ppid=7642 vsize=82700 CPUtime=342.31
/proc/7644/stat : 7644 (Spear-32) R 7642 7644 2594 0 -1 4194304 20447 0 0 0 34170 61 0 0 25 0 1 0 766380 84684800 19947 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7644/statm: 20675 19947 140 302 0 20370 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 82700

[startup+402.42 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7645
/proc/meminfo: memFree=1565480/2055920 swapFree=4192956/4192956
[pid=7644] ppid=7642 vsize=89576 CPUtime=402.31
/proc/7644/stat : 7644 (Spear-32) R 7642 7644 2594 0 -1 4194304 22195 0 0 0 40165 66 0 0 25 0 1 0 766380 91725824 21695 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7644/statm: 22394 21695 140 302 0 22089 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 89576

[startup+462.437 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7645
/proc/meminfo: memFree=1559144/2055920 swapFree=4192956/4192956
[pid=7644] ppid=7642 vsize=96032 CPUtime=462.32
/proc/7644/stat : 7644 (Spear-32) R 7642 7644 2594 0 -1 4194304 23789 0 0 0 46160 72 0 0 25 0 1 0 766380 98336768 23289 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7644/statm: 24008 23289 140 302 0 23703 0
Current children cumulated CPU time (s) 462.32
Current children cumulated vsize (KiB) 96032

[startup+522.452 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7645
/proc/meminfo: memFree=1553128/2055920 swapFree=4192956/4192956
[pid=7644] ppid=7642 vsize=102096 CPUtime=522.32
/proc/7644/stat : 7644 (Spear-32) R 7642 7644 2594 0 -1 4194304 25284 0 0 0 52153 79 0 0 25 0 1 0 766380 104546304 24784 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7644/statm: 25524 24784 140 302 0 25219 0
Current children cumulated CPU time (s) 522.32
Current children cumulated vsize (KiB) 102096

[startup+582.471 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7645
/proc/meminfo: memFree=1547304/2055920 swapFree=4192956/4192956
[pid=7644] ppid=7642 vsize=107936 CPUtime=582.33
/proc/7644/stat : 7644 (Spear-32) R 7642 7644 2594 0 -1 4194304 26725 0 0 0 58149 84 0 0 25 0 1 0 766380 110526464 26225 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/7644/statm: 26984 26225 140 302 0 26679 0
Current children cumulated CPU time (s) 582.33
Current children cumulated vsize (KiB) 107936

[startup+642.494 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7645
/proc/meminfo: memFree=1541864/2055920 swapFree=4192956/4192956
[pid=7644] ppid=7642 vsize=113488 CPUtime=642.34
/proc/7644/stat : 7644 (Spear-32) R 7642 7644 2594 0 -1 4194304 28085 0 0 0 64144 90 0 0 25 0 1 0 766380 116211712 27585 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/7644/statm: 28372 27585 140 302 0 28067 0
Current children cumulated CPU time (s) 642.34
Current children cumulated vsize (KiB) 113488

[startup+702.511 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7645
/proc/meminfo: memFree=1536488/2055920 swapFree=4192956/4192956
[pid=7644] ppid=7642 vsize=119140 CPUtime=702.33
/proc/7644/stat : 7644 (Spear-32) R 7642 7644 2594 0 -1 4194304 29421 0 0 0 70140 93 0 0 25 0 1 0 766380 121999360 28921 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/7644/statm: 29785 28921 140 302 0 29480 0
Current children cumulated CPU time (s) 702.33
Current children cumulated vsize (KiB) 119140

[startup+762.53 s]
/proc/loadavg: 1.03 1.01 1.00 2/65 7645
/proc/meminfo: memFree=1531560/2055920 swapFree=4192956/4192956
[pid=7644] ppid=7642 vsize=123932 CPUtime=762.34
/proc/7644/stat : 7644 (Spear-32) R 7642 7644 2594 0 -1 4194304 30642 0 0 0 76137 97 0 0 25 0 1 0 766380 126906368 30142 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/7644/statm: 30983 30142 140 302 0 30678 0
Current children cumulated CPU time (s) 762.34
Current children cumulated vsize (KiB) 123932

[startup+822.552 s]
/proc/loadavg: 1.01 1.01 1.00 2/65 7645
/proc/meminfo: memFree=1526952/2055920 swapFree=4192956/4192956
[pid=7644] ppid=7642 vsize=128552 CPUtime=822.35
/proc/7644/stat : 7644 (Spear-32) R 7642 7644 2594 0 -1 4194304 31784 0 0 0 82134 101 0 0 25 0 1 0 766380 131637248 31284 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/7644/statm: 32138 31284 140 302 0 31833 0
Current children cumulated CPU time (s) 822.35
Current children cumulated vsize (KiB) 128552

[startup+882.568 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7645
/proc/meminfo: memFree=1522408/2055920 swapFree=4192956/4192956
[pid=7644] ppid=7642 vsize=133260 CPUtime=882.36
/proc/7644/stat : 7644 (Spear-32) R 7642 7644 2594 0 -1 4194304 32923 0 0 0 88130 106 0 0 25 0 1 0 766380 136458240 32423 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7644/statm: 33315 32423 140 302 0 33010 0
Current children cumulated CPU time (s) 882.36
Current children cumulated vsize (KiB) 133260

[startup+942.584 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7645
/proc/meminfo: memFree=1518184/2055920 swapFree=4192956/4192956
[pid=7644] ppid=7642 vsize=139748 CPUtime=942.35
/proc/7644/stat : 7644 (Spear-32) R 7642 7644 2594 0 -1 4194304 34494 0 0 0 94126 109 0 0 25 0 1 0 766380 143101952 33481 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/7644/statm: 34937 33481 140 302 0 34632 0
Current children cumulated CPU time (s) 942.35
Current children cumulated vsize (KiB) 139748

[startup+1002.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7645
/proc/meminfo: memFree=1514344/2055920 swapFree=4192956/4192956
[pid=7644] ppid=7642 vsize=143640 CPUtime=1002.36
/proc/7644/stat : 7644 (Spear-32) R 7642 7644 2594 0 -1 4194304 35463 0 0 0 100122 114 0 0 25 0 1 0 766380 147087360 34450 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/7644/statm: 35910 34450 140 302 0 35605 0
Current children cumulated CPU time (s) 1002.36
Current children cumulated vsize (KiB) 143640

[startup+1062.63 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7645
/proc/meminfo: memFree=1510056/2055920 swapFree=4192956/4192956
[pid=7644] ppid=7642 vsize=148152 CPUtime=1062.37
/proc/7644/stat : 7644 (Spear-32) R 7642 7644 2594 0 -1 4194304 36523 0 0 0 106119 118 0 0 25 0 1 0 766380 151707648 35510 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7644/statm: 37038 35510 140 302 0 36733 0
Current children cumulated CPU time (s) 1062.37
Current children cumulated vsize (KiB) 148152

[startup+1122.64 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7645
/proc/meminfo: memFree=1506344/2055920 swapFree=4192956/4192956
[pid=7644] ppid=7642 vsize=151896 CPUtime=1122.36
/proc/7644/stat : 7644 (Spear-32) R 7642 7644 2594 0 -1 4194304 37475 0 0 0 112115 121 0 0 25 0 1 0 766380 155541504 36462 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7644/statm: 37974 36462 140 302 0 37669 0
Current children cumulated CPU time (s) 1122.36
Current children cumulated vsize (KiB) 151896

[startup+1182.66 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7645
/proc/meminfo: memFree=1502568/2055920 swapFree=4192956/4192956
[pid=7644] ppid=7642 vsize=155700 CPUtime=1182.36
/proc/7644/stat : 7644 (Spear-32) R 7642 7644 2594 0 -1 4194304 38419 0 0 0 118111 125 0 0 25 0 1 0 766380 159436800 37406 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526873 0 0 4096 0 0 0 0 17 1 0 0
/proc/7644/statm: 38925 37406 140 302 0 38620 0
Current children cumulated CPU time (s) 1182.36
Current children cumulated vsize (KiB) 155700



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.38 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7645
/proc/meminfo: memFree=1501352/2055920 swapFree=4192956/4192956
[pid=7644] ppid=7642 vsize=156728 CPUtime=1200.09
/proc/7644/stat : 7644 (Spear-32) R 7642 7644 2594 0 -1 4194304 38696 0 0 0 119882 127 0 0 25 0 1 0 766380 160489472 37683 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526742 0 0 4096 0 0 0 0 17 1 0 0
/proc/7644/statm: 39182 37683 140 302 0 38877 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 156728

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

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

[startup+1200.38 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7645
/proc/meminfo: memFree=1501352/2055920 swapFree=4192956/4192956
[pid=7644] ppid=7642 vsize=156728 CPUtime=1200.09
/proc/7644/stat : 7644 (Spear-32) R 7642 7644 2594 0 -1 4194304 38696 0 0 0 119882 127 0 0 25 0 1 0 766380 160489472 37683 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526742 0 0 4096 0 0 0 0 17 1 0 0
/proc/7644/statm: 39182 37683 140 302 0 38877 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 156728

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.41
CPU time (s): 1200.12
CPU user time (s): 1198.82
CPU system time (s): 1.3018
CPU usage (%): 99.9765
Max. virtual memory (cumulated for all children) (KiB): 156728

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

runsolver used 0.846871 second user time and 2.36664 second system time

The end

Launcher Data (download as text)

Begin job on node25 on Wed Feb 21 12:37:21 UTC 2007

IDJOB= 304575
IDBENCH= 20135
IDSOLVER= 132
FILE ID= node25/304575-1172061441

PBS_JOBID= 3865295

Free space on /tmp= 66563 MiB

SOLVER NAME= Spear FH 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/7SAT/v160/unif-k7-r85-v160-c13600-S659720099-13.cnf
COMMAND LINE= /tmp/evaluation/304575-1172061441/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/304575-1172061441/instance-304575-1172061441.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node25/watcher-304575-1172061441 -o ROOT/results/node25/solver-304575-1172061441 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/304575-1172061441/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/304575-1172061441/instance-304575-1172061441.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  df8cf6a022cc11177f2b8acfa52efe18

RANDOM SEED= 786308566

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node25.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.232
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.232
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:       1652616 kB
Buffers:         24448 kB
Cached:         294948 kB
SwapCached:          0 kB
Active:         135768 kB
Inactive:       199420 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1652616 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1928 kB
Writeback:           0 kB
Mapped:          25976 kB
Slab:            54120 kB
Committed_AS:    57284 kB
PageTables:       1472 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 node25 on Wed Feb 21 12:57:24 UTC 2007