Trace number 304943

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

General information on the benchmark

Namerandom/LargeSize/7SAT/v140/
unif-k7-r85-v140-c11900-S342579098-10.cnf
MD5SUM868195ba98c78e25f7a7fe087bb75c79
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark39.15
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/304943-1172068732/instance-304943-1172068732.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/node18/watcher-304943-1172068732 -o ROOT/results/node18/solver-304943-1172068732 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/304943-1172068732/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/304943-1172068732/instance-304943-1172068732.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/77 13645
/proc/meminfo: memFree=1493552/2055920 swapFree=4192812/4192956
[pid=13645] ppid=13643 vsize=1396 CPUtime=0
/proc/13645/stat : 13645 (Spear-32) R 13643 13645 13257 0 -1 4194304 182 0 0 0 0 0 0 0 18 0 1 0 226827781 1429504 166 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/13645/statm: 349 166 128 302 0 44 0

[startup+0.107545 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 13645
/proc/meminfo: memFree=1493552/2055920 swapFree=4192812/4192956
[pid=13645] ppid=13643 vsize=2452 CPUtime=0.1
/proc/13645/stat : 13645 (Spear-32) R 13643 13645 13257 0 -1 4194304 438 0 0 0 10 0 0 0 18 0 1 0 226827781 2510848 422 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13645/statm: 613 422 140 302 0 308 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2452

[startup+0.515584 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 13645
/proc/meminfo: memFree=1493552/2055920 swapFree=4192812/4192956
[pid=13645] ppid=13643 vsize=3384 CPUtime=0.51
/proc/13645/stat : 13645 (Spear-32) R 13643 13645 13257 0 -1 4194304 682 0 0 0 50 1 0 0 21 0 1 0 226827781 3465216 666 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13645/statm: 846 666 140 302 0 541 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 3384

[startup+1.33566 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 13646
/proc/meminfo: memFree=1490408/2055920 swapFree=4192812/4192956
[pid=13645] ppid=13643 vsize=4832 CPUtime=1.32
/proc/13645/stat : 13645 (Spear-32) R 13643 13645 13257 0 -1 4194304 1040 0 0 0 131 1 0 0 25 0 1 0 226827781 4947968 1024 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13645/statm: 1208 1024 140 302 0 903 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 4832

[startup+2.97182 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 13646
/proc/meminfo: memFree=1488744/2055920 swapFree=4192812/4192956
[pid=13645] ppid=13643 vsize=6768 CPUtime=2.96
/proc/13645/stat : 13645 (Spear-32) R 13643 13645 13257 0 -1 4194304 1527 0 0 0 293 3 0 0 25 0 1 0 226827781 6930432 1511 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13645/statm: 1692 1511 140 302 0 1387 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 6768

[startup+6.25314 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 13646
/proc/meminfo: memFree=1485544/2055920 swapFree=4192812/4192956
[pid=13645] ppid=13643 vsize=9620 CPUtime=6.24
/proc/13645/stat : 13645 (Spear-32) R 13643 13645 13257 0 -1 4194304 2218 0 0 0 619 5 0 0 25 0 1 0 226827781 9850880 2202 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13645/statm: 2405 2202 140 302 0 2100 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 9620

[startup+12.7058 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 13646
/proc/meminfo: memFree=1481320/2055920 swapFree=4192812/4192956
[pid=13645] ppid=13643 vsize=13516 CPUtime=12.7
/proc/13645/stat : 13645 (Spear-32) R 13643 13645 13257 0 -1 4194304 3208 0 0 0 1262 8 0 0 25 0 1 0 226827781 13840384 3159 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13645/statm: 3379 3159 140 302 0 3074 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 13516

[startup+25.513 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 13646
/proc/meminfo: memFree=1475752/2055920 swapFree=4192812/4192956
[pid=13645] ppid=13643 vsize=19496 CPUtime=25.5
/proc/13645/stat : 13645 (Spear-32) R 13643 13645 13257 0 -1 4194304 4709 0 0 0 2538 12 0 0 25 0 1 0 226827781 19963904 4595 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13645/statm: 4874 4595 140 302 0 4569 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 19496

[startup+51.1255 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 13646
/proc/meminfo: memFree=1467240/2055920 swapFree=4192812/4192956
[pid=13645] ppid=13643 vsize=27804 CPUtime=51.1
/proc/13645/stat : 13645 (Spear-32) R 13643 13645 13257 0 -1 4194304 6790 0 0 0 5092 18 0 0 25 0 1 0 226827781 28471296 6676 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/13645/statm: 6951 6676 140 302 0 6646 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 27804

[startup+102.343 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 13648
/proc/meminfo: memFree=1455272/2055920 swapFree=4192812/4192956
[pid=13645] ppid=13643 vsize=40132 CPUtime=102.31
/proc/13645/stat : 13645 (Spear-32) R 13643 13645 13257 0 -1 4194304 9881 0 0 0 10202 29 0 0 25 0 1 0 226827781 41095168 9638 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13645/statm: 10033 9638 140 302 0 9728 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 40132

[startup+162.382 s]
/proc/loadavg: 1.06 1.01 1.00 2/78 13648
/proc/meminfo: memFree=1444456/2055920 swapFree=4192812/4192956
[pid=13645] ppid=13643 vsize=50972 CPUtime=162.32
/proc/13645/stat : 13645 (Spear-32) R 13643 13645 13257 0 -1 4194304 12533 0 0 0 16193 39 0 0 25 0 1 0 226827781 52195328 12290 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13645/statm: 12743 12290 140 302 0 12438 0
Current children cumulated CPU time (s) 162.32
Current children cumulated vsize (KiB) 50972

[startup+222.415 s]
/proc/loadavg: 1.02 1.00 1.00 2/78 13648
/proc/meminfo: memFree=1436008/2055920 swapFree=4192812/4192956
[pid=13645] ppid=13643 vsize=59400 CPUtime=222.34
/proc/13645/stat : 13645 (Spear-32) R 13643 13645 13257 0 -1 4194304 14652 0 0 0 22186 48 0 0 25 0 1 0 226827781 60825600 14409 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526969 0 0 4096 0 0 0 0 17 1 0 0
/proc/13645/statm: 14850 14409 140 302 0 14545 0
Current children cumulated CPU time (s) 222.34
Current children cumulated vsize (KiB) 59400

[startup+282.448 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 13648
/proc/meminfo: memFree=1428328/2055920 swapFree=4192812/4192956
[pid=13645] ppid=13643 vsize=68520 CPUtime=282.35
/proc/13645/stat : 13645 (Spear-32) R 13643 13645 13257 0 -1 4194304 16831 0 0 0 28178 57 0 0 25 0 1 0 226827781 70164480 16331 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13645/statm: 17130 16331 140 302 0 16825 0
Current children cumulated CPU time (s) 282.35
Current children cumulated vsize (KiB) 68520

[startup+342.482 s]
/proc/loadavg: 1.05 1.01 1.00 2/78 13648
/proc/meminfo: memFree=1420968/2055920 swapFree=4192812/4192956
[pid=13645] ppid=13643 vsize=75784 CPUtime=342.38
/proc/13645/stat : 13645 (Spear-32) R 13643 13645 13257 0 -1 4194304 18676 0 0 0 34171 67 0 0 25 0 1 0 226827781 77602816 18176 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526917 0 0 4096 0 0 0 0 17 1 0 0
/proc/13645/statm: 18946 18176 140 302 0 18641 0
Current children cumulated CPU time (s) 342.38
Current children cumulated vsize (KiB) 75784

[startup+402.516 s]
/proc/loadavg: 1.01 1.01 1.00 2/78 13648
/proc/meminfo: memFree=1414504/2055920 swapFree=4192812/4192956
[pid=13645] ppid=13643 vsize=82428 CPUtime=402.4
/proc/13645/stat : 13645 (Spear-32) R 13643 13645 13257 0 -1 4194304 20280 0 0 0 40165 75 0 0 25 0 1 0 226827781 84406272 19780 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13645/statm: 20607 19780 140 302 0 20302 0
Current children cumulated CPU time (s) 402.4
Current children cumulated vsize (KiB) 82428

[startup+462.548 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 13648
/proc/meminfo: memFree=1408808/2055920 swapFree=4192812/4192956
[pid=13645] ppid=13643 vsize=88096 CPUtime=462.41
/proc/13645/stat : 13645 (Spear-32) R 13643 13645 13257 0 -1 4194304 21685 0 0 0 46160 81 0 0 25 0 1 0 226827781 90210304 21185 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13645/statm: 22024 21185 140 302 0 21719 0
Current children cumulated CPU time (s) 462.41
Current children cumulated vsize (KiB) 88096

[startup+522.581 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 13648
/proc/meminfo: memFree=1403624/2055920 swapFree=4192812/4192956
[pid=13645] ppid=13643 vsize=93312 CPUtime=522.43
/proc/13645/stat : 13645 (Spear-32) R 13643 13645 13257 0 -1 4194304 23006 0 0 0 52155 88 0 0 25 0 1 0 226827781 95551488 22506 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526972 0 0 4096 0 0 0 0 17 1 0 0
/proc/13645/statm: 23328 22506 140 302 0 23023 0
Current children cumulated CPU time (s) 522.43
Current children cumulated vsize (KiB) 93312

[startup+582.613 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 13648
/proc/meminfo: memFree=1398248/2055920 swapFree=4192812/4192956
[pid=13645] ppid=13643 vsize=98572 CPUtime=582.45
/proc/13645/stat : 13645 (Spear-32) R 13643 13645 13257 0 -1 4194304 24330 0 0 0 58150 95 0 0 25 0 1 0 226827781 100937728 23830 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526721 0 0 4096 0 0 0 0 17 1 0 0
/proc/13645/statm: 24643 23830 140 302 0 24338 0
Current children cumulated CPU time (s) 582.45
Current children cumulated vsize (KiB) 98572

[startup+642.648 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 13648
/proc/meminfo: memFree=1392424/2055920 swapFree=4192812/4192956
[pid=13645] ppid=13643 vsize=104516 CPUtime=642.46
/proc/13645/stat : 13645 (Spear-32) R 13643 13645 13257 0 -1 4194304 25782 0 0 0 64145 101 0 0 25 0 1 0 226827781 107024384 25282 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13645/statm: 26129 25282 140 302 0 25824 0
Current children cumulated CPU time (s) 642.46
Current children cumulated vsize (KiB) 104516

[startup+702.68 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 13648
/proc/meminfo: memFree=1388264/2055920 swapFree=4192812/4192956
[pid=13645] ppid=13643 vsize=108848 CPUtime=702.47
/proc/13645/stat : 13645 (Spear-32) R 13643 13645 13257 0 -1 4194304 26837 0 0 0 70140 107 0 0 25 0 1 0 226827781 111460352 26337 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13645/statm: 27212 26337 140 302 0 26907 0
Current children cumulated CPU time (s) 702.47
Current children cumulated vsize (KiB) 108848

[startup+762.709 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 13648
/proc/meminfo: memFree=1384040/2055920 swapFree=4192812/4192956
[pid=13645] ppid=13643 vsize=113272 CPUtime=762.48
/proc/13645/stat : 13645 (Spear-32) R 13643 13645 13257 0 -1 4194304 27862 0 0 0 76137 111 0 0 25 0 1 0 226827781 115990528 27362 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13645/statm: 28318 27362 140 302 0 28013 0
Current children cumulated CPU time (s) 762.48
Current children cumulated vsize (KiB) 113272

[startup+822.744 s]
/proc/loadavg: 1.08 1.02 1.01 2/78 13648
/proc/meminfo: memFree=1380392/2055920 swapFree=4192812/4192956
[pid=13645] ppid=13643 vsize=116876 CPUtime=822.51
/proc/13645/stat : 13645 (Spear-32) R 13643 13645 13257 0 -1 4194304 28803 0 0 0 82134 117 0 0 25 0 1 0 226827781 119681024 28303 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/13645/statm: 29219 28303 140 302 0 28914 0
Current children cumulated CPU time (s) 822.51
Current children cumulated vsize (KiB) 116876

[startup+882.776 s]
/proc/loadavg: 1.03 1.01 1.00 2/78 13648
/proc/meminfo: memFree=1376680/2055920 swapFree=4192812/4192956
[pid=13645] ppid=13643 vsize=120712 CPUtime=882.52
/proc/13645/stat : 13645 (Spear-32) R 13643 13645 13257 0 -1 4194304 29730 0 0 0 88131 121 0 0 25 0 1 0 226827781 123609088 29230 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13645/statm: 30178 29230 140 302 0 29873 0
Current children cumulated CPU time (s) 882.52
Current children cumulated vsize (KiB) 120712

[startup+942.81 s]
/proc/loadavg: 1.01 1.00 1.00 2/78 13648
/proc/meminfo: memFree=1372840/2055920 swapFree=4192812/4192956
[pid=13645] ppid=13643 vsize=126752 CPUtime=942.54
/proc/13645/stat : 13645 (Spear-32) R 13643 13645 13257 0 -1 4194304 31209 0 0 0 94127 127 0 0 25 0 1 0 226827781 129794048 30196 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13645/statm: 31688 30196 140 302 0 31383 0
Current children cumulated CPU time (s) 942.54
Current children cumulated vsize (KiB) 126752

[startup+1002.84 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 13648
/proc/meminfo: memFree=1369384/2055920 swapFree=4192812/4192956
[pid=13645] ppid=13643 vsize=130080 CPUtime=1002.55
/proc/13645/stat : 13645 (Spear-32) R 13643 13645 13257 0 -1 4194304 32064 0 0 0 100124 131 0 0 25 0 1 0 226827781 133201920 31051 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/13645/statm: 32520 31051 140 302 0 32215 0
Current children cumulated CPU time (s) 1002.55
Current children cumulated vsize (KiB) 130080

[startup+1062.87 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 13648
/proc/meminfo: memFree=1365800/2055920 swapFree=4192812/4192956
[pid=13645] ppid=13643 vsize=133936 CPUtime=1062.57
/proc/13645/stat : 13645 (Spear-32) R 13643 13645 13257 0 -1 4194304 32945 0 0 0 106121 136 0 0 25 0 1 0 226827781 137150464 31932 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13645/statm: 33484 31932 140 302 0 33179 0
Current children cumulated CPU time (s) 1062.57
Current children cumulated vsize (KiB) 133936

[startup+1122.91 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 13648
/proc/meminfo: memFree=1362536/2055920 swapFree=4192812/4192956
[pid=13645] ppid=13643 vsize=137300 CPUtime=1122.59
/proc/13645/stat : 13645 (Spear-32) R 13643 13645 13257 0 -1 4194304 33772 0 0 0 112118 141 0 0 25 0 1 0 226827781 140595200 32759 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13645/statm: 34325 32759 140 302 0 34020 0
Current children cumulated CPU time (s) 1122.59
Current children cumulated vsize (KiB) 137300

[startup+1182.94 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 13648
/proc/meminfo: memFree=1359272/2055920 swapFree=4192812/4192956
[pid=13645] ppid=13643 vsize=140824 CPUtime=1182.61
/proc/13645/stat : 13645 (Spear-32) R 13643 13645 13257 0 -1 4194304 34591 0 0 0 118114 147 0 0 25 0 1 0 226827781 144203776 33578 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/13645/statm: 35206 33578 140 302 0 34901 0
Current children cumulated CPU time (s) 1182.61
Current children cumulated vsize (KiB) 140824



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.36 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 13648
/proc/meminfo: memFree=1358312/2055920 swapFree=4192812/4192956
[pid=13645] ppid=13643 vsize=141760 CPUtime=1200.02
/proc/13645/stat : 13645 (Spear-32) R 13643 13645 13257 0 -1 4194304 34824 0 0 0 119853 149 0 0 25 0 1 0 226827781 145162240 33811 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526984 0 0 4096 0 0 0 0 17 1 0 0
/proc/13645/statm: 35440 33811 140 302 0 35135 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 141760

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.05
CPU user time (s): 1198.54
CPU system time (s): 1.51377
CPU usage (%): 99.9723
Max. virtual memory (cumulated for all children) (KiB): 141760

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

runsolver used 1.3018 second user time and 2.96755 second system time

The end

Launcher Data (download as text)

Begin job on node18 on Wed Feb 21 14:38:52 UTC 2007

IDJOB= 304943
IDBENCH= 20144
IDSOLVER= 131
FILE ID= node18/304943-1172068732

PBS_JOBID= 3865303

Free space on /tmp= 66544 MiB

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

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  868195ba98c78e25f7a7fe087bb75c79

RANDOM SEED= 464038082

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node18.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.236
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.236
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:       1494024 kB
Buffers:         57560 kB
Cached:         370432 kB
SwapCached:          0 kB
Active:         317588 kB
Inactive:       169996 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1494024 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1892 kB
Writeback:           0 kB
Mapped:          78488 kB
Slab:            59940 kB
Committed_AS:   891960 kB
PageTables:       1668 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= 66544 MiB

End job on node18 on Wed Feb 21 14:58:55 UTC 2007