Trace number 304697

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.08 1200.53

General information on the benchmark

Namerandom/LargeSize/7SAT/v140/
unif-k7-r85-v140-c11900-S1048256369-15.cnf
MD5SUMab7337941d831b2d8e8e59768132b34d
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark33.7859
Satisfiable
(Un)Satisfiability was proved
Number of variables140
Number of clauses11900
Sum of the clauses size83300
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 511900

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/304697-1172063948/instance-304697-1172063948.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/node6/watcher-304697-1172063948 -o ROOT/results/node6/solver-304697-1172063948 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/304697-1172063948/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/304697-1172063948/instance-304697-1172063948.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: 0.91 0.97 0.99 3/77 8598
/proc/meminfo: memFree=1461952/2055924 swapFree=4192812/4192956
[pid=8598] ppid=8596 vsize=1396 CPUtime=0
/proc/8598/stat : 8598 (Spear-32) R 8596 8598 7251 0 -1 4194304 181 0 0 0 0 0 0 0 18 0 1 0 226349525 1429504 165 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/8598/statm: 349 166 128 302 0 44 0

[startup+0.10724 s]
/proc/loadavg: 0.91 0.97 0.99 3/77 8598
/proc/meminfo: memFree=1461952/2055924 swapFree=4192812/4192956
[pid=8598] ppid=8596 vsize=2452 CPUtime=0.1
/proc/8598/stat : 8598 (Spear-32) R 8596 8598 7251 0 -1 4194304 438 0 0 0 10 0 0 0 18 0 1 0 226349525 2510848 422 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/8598/statm: 613 422 140 302 0 308 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2452

[startup+0.515319 s]
/proc/loadavg: 0.91 0.97 0.99 3/77 8598
/proc/meminfo: memFree=1461952/2055924 swapFree=4192812/4192956
[pid=8598] ppid=8596 vsize=3480 CPUtime=0.51
/proc/8598/stat : 8598 (Spear-32) R 8596 8598 7251 0 -1 4194304 691 0 0 0 51 0 0 0 21 0 1 0 226349525 3563520 675 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/8598/statm: 870 675 140 302 0 565 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 3480

[startup+1.33748 s]
/proc/loadavg: 0.91 0.97 0.99 2/78 8599
/proc/meminfo: memFree=1458680/2055924 swapFree=4192812/4192956
[pid=8598] ppid=8596 vsize=4776 CPUtime=1.32
/proc/8598/stat : 8598 (Spear-32) R 8596 8598 7251 0 -1 4194304 1030 0 0 0 132 0 0 0 25 0 1 0 226349525 4890624 1014 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/8598/statm: 1194 1014 140 302 0 889 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 4776

[startup+2.9758 s]
/proc/loadavg: 0.91 0.97 0.99 2/78 8599
/proc/meminfo: memFree=1457080/2055924 swapFree=4192812/4192956
[pid=8598] ppid=8596 vsize=6840 CPUtime=2.97
/proc/8598/stat : 8598 (Spear-32) R 8596 8598 7251 0 -1 4194304 1513 0 0 0 295 2 0 0 25 0 1 0 226349525 7004160 1497 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/8598/statm: 1710 1497 140 302 0 1405 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 6840

[startup+6.25245 s]
/proc/loadavg: 0.92 0.97 0.99 2/78 8599
/proc/meminfo: memFree=1453944/2055924 swapFree=4192812/4192956
[pid=8598] ppid=8596 vsize=9672 CPUtime=6.24
/proc/8598/stat : 8598 (Spear-32) R 8596 8598 7251 0 -1 4194304 2241 0 0 0 620 4 0 0 25 0 1 0 226349525 9904128 2192 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/8598/statm: 2418 2192 140 302 0 2113 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 9672

[startup+12.7097 s]
/proc/loadavg: 0.93 0.97 0.99 2/78 8599
/proc/meminfo: memFree=1449592/2055924 swapFree=4192812/4192956
[pid=8598] ppid=8596 vsize=13560 CPUtime=12.69
/proc/8598/stat : 8598 (Spear-32) R 8596 8598 7251 0 -1 4194304 3226 0 0 0 1262 7 0 0 25 0 1 0 226349525 13885440 3177 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/8598/statm: 3390 3177 140 302 0 3085 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 13560

[startup+25.5143 s]
/proc/loadavg: 0.94 0.97 0.99 2/78 8599
/proc/meminfo: memFree=1444024/2055924 swapFree=4192812/4192956
[pid=8598] ppid=8596 vsize=19400 CPUtime=25.49
/proc/8598/stat : 8598 (Spear-32) R 8596 8598 7251 0 -1 4194304 4709 0 0 0 2539 10 0 0 25 0 1 0 226349525 19865600 4595 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/8598/statm: 4850 4595 140 302 0 4545 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 19400

[startup+51.1263 s]
/proc/loadavg: 0.96 0.97 0.99 2/78 8599
/proc/meminfo: memFree=1435448/2055924 swapFree=4192812/4192956
[pid=8598] ppid=8596 vsize=27852 CPUtime=51.1
/proc/8598/stat : 8598 (Spear-32) R 8596 8598 7251 0 -1 4194304 6832 0 0 0 5092 18 0 0 25 0 1 0 226349525 28520448 6718 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/8598/statm: 6963 6718 140 302 0 6658 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 27852

[startup+102.352 s]
/proc/loadavg: 0.98 0.97 0.99 2/78 8599
/proc/meminfo: memFree=1424056/2055924 swapFree=4192812/4192956
[pid=8598] ppid=8596 vsize=39820 CPUtime=102.31
/proc/8598/stat : 8598 (Spear-32) R 8596 8598 7251 0 -1 4194304 9802 0 0 0 10201 30 0 0 25 0 1 0 226349525 40775680 9559 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/8598/statm: 9955 9559 140 302 0 9650 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 39820

[startup+162.391 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 8599
/proc/meminfo: memFree=1413752/2055924 swapFree=4192812/4192956
[pid=8598] ppid=8596 vsize=50232 CPUtime=162.32
/proc/8598/stat : 8598 (Spear-32) R 8596 8598 7251 0 -1 4194304 12335 0 0 0 16191 41 0 0 25 0 1 0 226349525 51437568 12092 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/8598/statm: 12558 12092 140 302 0 12253 0
Current children cumulated CPU time (s) 162.32
Current children cumulated vsize (KiB) 50232

[startup+222.426 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 8599
/proc/meminfo: memFree=1405432/2055924 swapFree=4192812/4192956
[pid=8598] ppid=8596 vsize=58544 CPUtime=222.33
/proc/8598/stat : 8598 (Spear-32) R 8596 8598 7251 0 -1 4194304 14405 0 0 0 22184 49 0 0 25 0 1 0 226349525 59949056 14162 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526781 0 0 4096 0 0 0 0 17 1 0 0
/proc/8598/statm: 14636 14162 140 302 0 14331 0
Current children cumulated CPU time (s) 222.33
Current children cumulated vsize (KiB) 58544

[startup+282.455 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 8599
/proc/meminfo: memFree=1398008/2055924 swapFree=4192812/4192956
[pid=8598] ppid=8596 vsize=67192 CPUtime=282.34
/proc/8598/stat : 8598 (Spear-32) R 8596 8598 7251 0 -1 4194304 16518 0 0 0 28175 59 0 0 25 0 1 0 226349525 68804608 16018 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526962 0 0 4096 0 0 0 0 17 1 0 0
/proc/8598/statm: 16798 16018 140 302 0 16493 0
Current children cumulated CPU time (s) 282.34
Current children cumulated vsize (KiB) 67192

[startup+342.489 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 8599
/proc/meminfo: memFree=1390776/2055924 swapFree=4192812/4192956
[pid=8598] ppid=8596 vsize=74372 CPUtime=342.35
/proc/8598/stat : 8598 (Spear-32) R 8596 8598 7251 0 -1 4194304 18322 0 0 0 34167 68 0 0 25 0 1 0 226349525 76156928 17822 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527012 0 0 4096 0 0 0 0 17 1 0 0
/proc/8598/statm: 18593 17822 140 302 0 18288 0
Current children cumulated CPU time (s) 342.35
Current children cumulated vsize (KiB) 74372

[startup+402.526 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 8599
/proc/meminfo: memFree=1384120/2055924 swapFree=4192812/4192956
[pid=8598] ppid=8596 vsize=80988 CPUtime=402.37
/proc/8598/stat : 8598 (Spear-32) R 8596 8598 7251 0 -1 4194304 19977 0 0 0 40160 77 0 0 25 0 1 0 226349525 82931712 19477 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526888 0 0 4096 0 0 0 0 17 1 0 0
/proc/8598/statm: 20247 19477 140 302 0 19942 0
Current children cumulated CPU time (s) 402.37
Current children cumulated vsize (KiB) 80988

[startup+462.563 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 8599
/proc/meminfo: memFree=1378040/2055924 swapFree=4192812/4192956
[pid=8598] ppid=8596 vsize=87168 CPUtime=462.38
/proc/8598/stat : 8598 (Spear-32) R 8596 8598 7251 0 -1 4194304 21493 0 0 0 46154 84 0 0 25 0 1 0 226349525 89260032 20993 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/8598/statm: 21792 20993 140 302 0 21487 0
Current children cumulated CPU time (s) 462.38
Current children cumulated vsize (KiB) 87168

[startup+522.6 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 8599
/proc/meminfo: memFree=1372472/2055924 swapFree=4192812/4192956
[pid=8598] ppid=8596 vsize=93044 CPUtime=522.39
/proc/8598/stat : 8598 (Spear-32) R 8596 8598 7251 0 -1 4194304 22906 0 0 0 52150 89 0 0 25 0 1 0 226349525 95277056 22406 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/8598/statm: 23261 22406 140 302 0 22956 0
Current children cumulated CPU time (s) 522.39
Current children cumulated vsize (KiB) 93044

[startup+582.633 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 8599
/proc/meminfo: memFree=1367288/2055924 swapFree=4192812/4192956
[pid=8598] ppid=8596 vsize=98132 CPUtime=582.41
/proc/8598/stat : 8598 (Spear-32) R 8596 8598 7251 0 -1 4194304 24196 0 0 0 58145 96 0 0 25 0 1 0 226349525 100487168 23696 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/8598/statm: 24533 23696 140 302 0 24228 0
Current children cumulated CPU time (s) 582.41
Current children cumulated vsize (KiB) 98132

[startup+642.668 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 8599
/proc/meminfo: memFree=1361976/2055924 swapFree=4192812/4192956
[pid=8598] ppid=8596 vsize=103524 CPUtime=642.42
/proc/8598/stat : 8598 (Spear-32) R 8596 8598 7251 0 -1 4194304 25524 0 0 0 64141 101 0 0 25 0 1 0 226349525 106008576 25024 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/8598/statm: 25881 25024 140 302 0 25576 0
Current children cumulated CPU time (s) 642.42
Current children cumulated vsize (KiB) 103524

[startup+702.703 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 8599
/proc/meminfo: memFree=1357112/2055924 swapFree=4192812/4192956
[pid=8598] ppid=8596 vsize=108384 CPUtime=702.43
/proc/8598/stat : 8598 (Spear-32) R 8596 8598 7251 0 -1 4194304 26737 0 0 0 70137 106 0 0 25 0 1 0 226349525 110985216 26237 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/8598/statm: 27096 26237 140 302 0 26791 0
Current children cumulated CPU time (s) 702.43
Current children cumulated vsize (KiB) 108384

[startup+762.734 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 8599
/proc/meminfo: memFree=1352632/2055924 swapFree=4192812/4192956
[pid=8598] ppid=8596 vsize=112820 CPUtime=762.44
/proc/8598/stat : 8598 (Spear-32) R 8596 8598 7251 0 -1 4194304 27848 0 0 0 76134 110 0 0 25 0 1 0 226349525 115527680 27348 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526806 0 0 4096 0 0 0 0 17 1 0 0
/proc/8598/statm: 28205 27348 140 302 0 27900 0
Current children cumulated CPU time (s) 762.44
Current children cumulated vsize (KiB) 112820

[startup+822.777 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 8599
/proc/meminfo: memFree=1348280/2055924 swapFree=4192812/4192956
[pid=8598] ppid=8596 vsize=117168 CPUtime=822.46
/proc/8598/stat : 8598 (Spear-32) R 8596 8598 7251 0 -1 4194304 28936 0 0 0 82130 116 0 0 25 0 1 0 226349525 119980032 28436 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/8598/statm: 29292 28436 140 302 0 28987 0
Current children cumulated CPU time (s) 822.46
Current children cumulated vsize (KiB) 117168

[startup+882.81 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 8599
/proc/meminfo: memFree=1343992/2055924 swapFree=4192812/4192956
[pid=8598] ppid=8596 vsize=123540 CPUtime=882.47
/proc/8598/stat : 8598 (Spear-32) R 8596 8598 7251 0 -1 4194304 30523 0 0 0 88126 121 0 0 25 0 1 0 226349525 126504960 29510 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526984 0 0 4096 0 0 0 0 17 1 0 0
/proc/8598/statm: 30885 29510 140 302 0 30580 0
Current children cumulated CPU time (s) 882.47
Current children cumulated vsize (KiB) 123540

[startup+942.84 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 8599
/proc/meminfo: memFree=1340024/2055924 swapFree=4192812/4192956
[pid=8598] ppid=8596 vsize=127612 CPUtime=942.48
/proc/8598/stat : 8598 (Spear-32) R 8596 8598 7251 0 -1 4194304 31508 0 0 0 94121 127 0 0 25 0 1 0 226349525 130674688 30495 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526745 0 0 4096 0 0 0 0 17 1 0 0
/proc/8598/statm: 31903 30495 140 302 0 31598 0
Current children cumulated CPU time (s) 942.48
Current children cumulated vsize (KiB) 127612

[startup+1002.87 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 8599
/proc/meminfo: memFree=1336184/2055924 swapFree=4192812/4192956
[pid=8598] ppid=8596 vsize=131384 CPUtime=1002.48
/proc/8598/stat : 8598 (Spear-32) R 8596 8598 7251 0 -1 4194304 32461 0 0 0 100117 131 0 0 25 0 1 0 226349525 134537216 31448 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/8598/statm: 32846 31448 140 302 0 32541 0
Current children cumulated CPU time (s) 1002.48
Current children cumulated vsize (KiB) 131384

[startup+1062.91 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 8599
/proc/meminfo: memFree=1332408/2055924 swapFree=4192812/4192956
[pid=8598] ppid=8596 vsize=135276 CPUtime=1062.5
/proc/8598/stat : 8598 (Spear-32) R 8596 8598 7251 0 -1 4194304 33403 0 0 0 106114 136 0 0 25 0 1 0 226349525 138522624 32390 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/8598/statm: 33819 32390 140 302 0 33514 0
Current children cumulated CPU time (s) 1062.5
Current children cumulated vsize (KiB) 135276

[startup+1122.95 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 8599
/proc/meminfo: memFree=1328696/2055924 swapFree=4192812/4192956
[pid=8598] ppid=8596 vsize=138992 CPUtime=1122.52
/proc/8598/stat : 8598 (Spear-32) R 8596 8598 7251 0 -1 4194304 34332 0 0 0 112112 140 0 0 25 0 1 0 226349525 142327808 33319 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/8598/statm: 34748 33319 140 302 0 34443 0
Current children cumulated CPU time (s) 1122.52
Current children cumulated vsize (KiB) 138992

[startup+1182.98 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 8599
/proc/meminfo: memFree=1325048/2055924 swapFree=4192812/4192956
[pid=8598] ppid=8596 vsize=142712 CPUtime=1182.53
/proc/8598/stat : 8598 (Spear-32) R 8596 8598 7251 0 -1 4194304 35246 0 0 0 118108 145 0 0 25 0 1 0 226349525 146137088 34233 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/8598/statm: 35678 34233 140 302 0 35373 0
Current children cumulated CPU time (s) 1182.53
Current children cumulated vsize (KiB) 142712



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 8599
/proc/meminfo: memFree=1323960/2055924 swapFree=4192812/4192956
[pid=8598] ppid=8596 vsize=143736 CPUtime=1200.04
/proc/8598/stat : 8598 (Spear-32) R 8596 8598 7251 0 -1 4194304 35504 0 0 0 119858 146 0 0 25 0 1 0 226349525 147185664 34491 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527154 0 0 4096 0 0 0 0 17 1 0 0
/proc/8598/statm: 35934 34491 140 302 0 35629 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 143736

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

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

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 8599
/proc/meminfo: memFree=1323960/2055924 swapFree=4192812/4192956
[pid=8598] ppid=8596 vsize=143736 CPUtime=1200.04
/proc/8598/stat : 8598 (Spear-32) R 8596 8598 7251 0 -1 4194304 35504 0 0 0 119858 146 0 0 25 0 1 0 226349525 147185664 34491 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527154 0 0 4096 0 0 0 0 17 1 0 0
/proc/8598/statm: 35934 34491 140 302 0 35629 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 143736

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.53
CPU time (s): 1200.08
CPU user time (s): 1198.59
CPU system time (s): 1.49077
CPU usage (%): 99.9625
Max. virtual memory (cumulated for all children) (KiB): 143736

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

runsolver used 1.34979 second user time and 2.91956 second system time

The end

Launcher Data (download as text)

Begin job on node6 on Wed Feb 21 13:19:08 UTC 2007

IDJOB= 304697
IDBENCH= 20138
IDSOLVER= 131
FILE ID= node6/304697-1172063948

PBS_JOBID= 3865280

Free space on /tmp= 66548 MiB

SOLVER NAME= Spear FHS 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/7SAT/v140/unif-k7-r85-v140-c11900-S1048256369-15.cnf
COMMAND LINE= /tmp/evaluation/304697-1172063948/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/304697-1172063948/instance-304697-1172063948.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node6/watcher-304697-1172063948 -o ROOT/results/node6/solver-304697-1172063948 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/304697-1172063948/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/304697-1172063948/instance-304697-1172063948.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  ab7337941d831b2d8e8e59768132b34d

RANDOM SEED= 89302273

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node6.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.277
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.277
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:      2055924 kB
MemFree:       1462424 kB
Buffers:         62408 kB
Cached:         395640 kB
SwapCached:          0 kB
Active:         216668 kB
Inactive:       298156 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1462424 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1884 kB
Writeback:           0 kB
Mapped:          75644 kB
Slab:            64360 kB
Committed_AS:   852404 kB
PageTables:       1744 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= 66548 MiB

End job on node6 on Wed Feb 21 13:39:11 UTC 2007