Trace number 308100

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.62

General information on the benchmark

Namerandom/2+p/p0.7/v3500/
unif2p-p0.7-v3500-c9345-S1613098638-06-UNSAT.cnf
MD5SUM999d1a34639cbd28758ef0f4a062ee27
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark117.358
Satisfiable
(Un)Satisfiability was proved
Number of variables3497
Number of clauses9344
Sum of the clauses size25229
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22803
Number of clauses of size 36541
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

0.00/0.00	c (*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*) 
0.00/0.00	c (*)                                             (*) 
0.00/0.00	c (*)          Spear theorem prover               (*) 
0.00/0.00	c (*)        Copyright (C) 2006,2007              (*) 
0.00/0.00	c (*)     Domagoj Babic. All rights reserved.     (*) 
0.00/0.00	c (*)                                             (*) 
0.00/0.00	c (*)     There is NO warranty, not even for      (*) 
0.00/0.00	c (*) merchantability or fitness for a particular (*) 
0.00/0.00	c (*)  purpose. Please run with --license to see  (*) 
0.00/0.00	c (*)              license details.               (*) 
0.00/0.00	c (*)                                             (*) 
0.00/0.00	c (*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*) 
0.00/0.00	c 
0.00/0.00	c solving /tmp/evaluation/308100-1172515682/instance-308100-1172515682.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/node9/watcher-308100-1172515682 -o ROOT/results/node9/solver-308100-1172515682 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/308100-1172515682/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/308100-1172515682/instance-308100-1172515682.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.92 0.98 0.97 3/77 14554
/proc/meminfo: memFree=1586424/2055920 swapFree=4192812/4192956
[pid=14554] ppid=14552 vsize=1932 CPUtime=0
/proc/14554/stat : 14554 (Spear-32) R 14552 14554 14435 0 -1 4194304 263 0 0 0 0 0 0 0 18 0 1 0 271522887 1978368 247 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134518176 0 0 4096 0 0 0 0 17 1 0 0
/proc/14554/statm: 483 247 126 302 0 178 0

[startup+0.107833 s]
/proc/loadavg: 0.92 0.98 0.97 3/77 14554
/proc/meminfo: memFree=1586424/2055920 swapFree=4192812/4192956
[pid=14554] ppid=14552 vsize=2728 CPUtime=0.1
/proc/14554/stat : 14554 (Spear-32) R 14552 14554 14435 0 -1 4194304 515 0 0 0 10 0 0 0 18 0 1 0 271522887 2793472 499 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14554/statm: 682 499 145 302 0 377 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2728

[startup+0.519912 s]
/proc/loadavg: 0.92 0.98 0.97 3/77 14554
/proc/meminfo: memFree=1586424/2055920 swapFree=4192812/4192956
[pid=14554] ppid=14552 vsize=3240 CPUtime=0.51
/proc/14554/stat : 14554 (Spear-32) R 14552 14554 14435 0 -1 4194304 628 0 0 0 51 0 0 0 21 0 1 0 271522887 3317760 612 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527089 0 0 4096 0 0 0 0 17 1 0 0
/proc/14554/statm: 810 612 145 302 0 505 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 3240

[startup+1.34107 s]
/proc/loadavg: 0.92 0.98 0.97 2/78 14555
/proc/meminfo: memFree=1583920/2055920 swapFree=4192812/4192956
[pid=14554] ppid=14552 vsize=3896 CPUtime=1.33
/proc/14554/stat : 14554 (Spear-32) R 14552 14554 14435 0 -1 4194304 812 0 0 0 132 1 0 0 25 0 1 0 271522887 3989504 796 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526758 0 0 4096 0 0 0 0 17 1 0 0
/proc/14554/statm: 974 796 145 302 0 669 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 3896

[startup+2.97738 s]
/proc/loadavg: 0.92 0.98 0.97 2/78 14555
/proc/meminfo: memFree=1583024/2055920 swapFree=4192812/4192956
[pid=14554] ppid=14552 vsize=5104 CPUtime=2.97
/proc/14554/stat : 14554 (Spear-32) R 14552 14554 14435 0 -1 4194304 1097 0 0 0 295 2 0 0 25 0 1 0 271522887 5226496 1081 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14554/statm: 1276 1081 145 302 0 971 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 5104

[startup+6.25702 s]
/proc/loadavg: 0.93 0.98 0.97 2/78 14555
/proc/meminfo: memFree=1580976/2055920 swapFree=4192812/4192956
[pid=14554] ppid=14552 vsize=6776 CPUtime=6.25
/proc/14554/stat : 14554 (Spear-32) R 14552 14554 14435 0 -1 4194304 1523 0 0 0 621 4 0 0 25 0 1 0 271522887 6938624 1507 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527012 0 0 4096 0 0 0 0 17 1 0 0
/proc/14554/statm: 1694 1507 145 302 0 1389 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 6776

[startup+12.7133 s]
/proc/loadavg: 0.93 0.98 0.97 2/78 14555
/proc/meminfo: memFree=1578360/2055920 swapFree=4192812/4192956
[pid=14554] ppid=14552 vsize=9344 CPUtime=12.7
/proc/14554/stat : 14554 (Spear-32) R 14552 14554 14435 0 -1 4194304 2160 0 0 0 1264 6 0 0 25 0 1 0 271522887 9568256 2111 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14554/statm: 2336 2111 145 302 0 2031 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 9344

[startup+25.5157 s]
/proc/loadavg: 0.95 0.98 0.97 2/78 14555
/proc/meminfo: memFree=1574904/2055920 swapFree=4192812/4192956
[pid=14554] ppid=14552 vsize=12832 CPUtime=25.5
/proc/14554/stat : 14554 (Spear-32) R 14552 14554 14435 0 -1 4194304 3042 0 0 0 2540 10 0 0 25 0 1 0 271522887 13139968 2993 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14554/statm: 3208 2993 145 302 0 2903 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 12832

[startup+51.1337 s]
/proc/loadavg: 0.96 0.98 0.97 2/78 14555
/proc/meminfo: memFree=1569528/2055920 swapFree=4192812/4192956
[pid=14554] ppid=14552 vsize=18308 CPUtime=51.1
/proc/14554/stat : 14554 (Spear-32) R 14552 14554 14435 0 -1 4194304 4415 0 0 0 5095 15 0 0 25 0 1 0 271522887 18747392 4301 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14554/statm: 4577 4301 145 302 0 4272 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 18308

[startup+102.359 s]
/proc/loadavg: 0.98 0.98 0.97 2/78 14555
/proc/meminfo: memFree=1560824/2055920 swapFree=4192812/4192956
[pid=14554] ppid=14552 vsize=27440 CPUtime=102.31
/proc/14554/stat : 14554 (Spear-32) R 14552 14554 14435 0 -1 4194304 6734 0 0 0 10205 26 0 0 25 0 1 0 271522887 28098560 6491 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/14554/statm: 6860 6491 145 302 0 6555 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 27440

[startup+162.392 s]
/proc/loadavg: 0.99 0.98 0.97 2/78 14555
/proc/meminfo: memFree=1552120/2055920 swapFree=4192812/4192956
[pid=14554] ppid=14552 vsize=36136 CPUtime=162.33
/proc/14554/stat : 14554 (Spear-32) R 14552 14554 14435 0 -1 4194304 8868 0 0 0 16198 35 0 0 25 0 1 0 271522887 37003264 8625 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14554/statm: 9034 8625 145 302 0 8729 0
Current children cumulated CPU time (s) 162.33
Current children cumulated vsize (KiB) 36136

[startup+222.429 s]
/proc/loadavg: 0.99 0.98 0.97 2/78 14555
/proc/meminfo: memFree=1545592/2055920 swapFree=4192812/4192956
[pid=14554] ppid=14552 vsize=42904 CPUtime=222.34
/proc/14554/stat : 14554 (Spear-32) R 14552 14554 14435 0 -1 4194304 10500 0 0 0 22190 44 0 0 25 0 1 0 271522887 43933696 10257 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526896 0 0 4096 0 0 0 0 17 1 0 0
/proc/14554/statm: 10726 10257 145 302 0 10421 0
Current children cumulated CPU time (s) 222.34
Current children cumulated vsize (KiB) 42904

[startup+282.468 s]
/proc/loadavg: 0.99 0.98 0.97 2/78 14555
/proc/meminfo: memFree=1540600/2055920 swapFree=4192812/4192956
[pid=14554] ppid=14552 vsize=47880 CPUtime=282.35
/proc/14554/stat : 14554 (Spear-32) R 14552 14554 14435 0 -1 4194304 11741 0 0 0 28184 51 0 0 25 0 1 0 271522887 49029120 11498 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526979 0 0 4096 0 0 0 0 17 1 0 0
/proc/14554/statm: 11970 11498 145 302 0 11665 0
Current children cumulated CPU time (s) 282.35
Current children cumulated vsize (KiB) 47880

[startup+342.506 s]
/proc/loadavg: 0.99 0.98 0.97 2/78 14555
/proc/meminfo: memFree=1535416/2055920 swapFree=4192812/4192956
[pid=14554] ppid=14552 vsize=54300 CPUtime=342.37
/proc/14554/stat : 14554 (Spear-32) R 14552 14554 14435 0 -1 4194304 13295 0 0 0 34177 60 0 0 25 0 1 0 271522887 55603200 12795 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/14554/statm: 13575 12795 145 302 0 13270 0
Current children cumulated CPU time (s) 342.37
Current children cumulated vsize (KiB) 54300

[startup+402.543 s]
/proc/loadavg: 0.99 0.98 0.97 2/78 14555
/proc/meminfo: memFree=1530360/2055920 swapFree=4192812/4192956
[pid=14554] ppid=14552 vsize=59292 CPUtime=402.38
/proc/14554/stat : 14554 (Spear-32) R 14552 14554 14435 0 -1 4194304 14530 0 0 0 40171 67 0 0 25 0 1 0 271522887 60715008 14030 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14554/statm: 14823 14030 145 302 0 14518 0
Current children cumulated CPU time (s) 402.38
Current children cumulated vsize (KiB) 59292

[startup+462.581 s]
/proc/loadavg: 0.99 0.98 0.97 2/78 14555
/proc/meminfo: memFree=1525368/2055920 swapFree=4192812/4192956
[pid=14554] ppid=14552 vsize=64320 CPUtime=462.4
/proc/14554/stat : 14554 (Spear-32) R 14552 14554 14435 0 -1 4194304 15771 0 0 0 46166 74 0 0 25 0 1 0 271522887 65863680 15271 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526984 0 0 4096 0 0 0 0 17 1 0 0
/proc/14554/statm: 16080 15271 145 302 0 15775 0
Current children cumulated CPU time (s) 462.4
Current children cumulated vsize (KiB) 64320

[startup+522.616 s]
/proc/loadavg: 0.99 0.98 0.97 2/78 14555
/proc/meminfo: memFree=1520760/2055920 swapFree=4192812/4192956
[pid=14554] ppid=14552 vsize=69240 CPUtime=522.41
/proc/14554/stat : 14554 (Spear-32) R 14552 14554 14435 0 -1 4194304 16954 0 0 0 52161 80 0 0 25 0 1 0 271522887 70901760 16454 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526984 0 0 4096 0 0 0 0 17 1 0 0
/proc/14554/statm: 17310 16454 145 302 0 17005 0
Current children cumulated CPU time (s) 522.41
Current children cumulated vsize (KiB) 69240

[startup+582.653 s]
/proc/loadavg: 0.99 0.98 0.97 2/78 14555
/proc/meminfo: memFree=1516536/2055920 swapFree=4192812/4192956
[pid=14554] ppid=14552 vsize=73400 CPUtime=582.43
/proc/14554/stat : 14554 (Spear-32) R 14552 14554 14435 0 -1 4194304 17989 0 0 0 58157 86 0 0 25 0 1 0 271522887 75161600 17489 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14554/statm: 18350 17489 145 302 0 18045 0
Current children cumulated CPU time (s) 582.43
Current children cumulated vsize (KiB) 73400

[startup+642.694 s]
/proc/loadavg: 0.99 0.98 0.97 2/78 14555
/proc/meminfo: memFree=1512696/2055920 swapFree=4192812/4192956
[pid=14554] ppid=14552 vsize=77668 CPUtime=642.44
/proc/14554/stat : 14554 (Spear-32) R 14552 14554 14435 0 -1 4194304 18968 0 0 0 64152 92 0 0 25 0 1 0 271522887 79532032 18468 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527012 0 0 4096 0 0 0 0 17 1 0 0
/proc/14554/statm: 19417 18468 145 302 0 19112 0
Current children cumulated CPU time (s) 642.44
Current children cumulated vsize (KiB) 77668

[startup+702.732 s]
/proc/loadavg: 0.99 0.98 0.97 2/78 14555
/proc/meminfo: memFree=1509304/2055920 swapFree=4192812/4192956
[pid=14554] ppid=14552 vsize=81116 CPUtime=702.46
/proc/14554/stat : 14554 (Spear-32) R 14552 14554 14435 0 -1 4194304 19808 0 0 0 70149 97 0 0 25 0 1 0 271522887 83062784 19308 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526888 0 0 4096 0 0 0 0 17 1 0 0
/proc/14554/statm: 20279 19308 145 302 0 19974 0
Current children cumulated CPU time (s) 702.46
Current children cumulated vsize (KiB) 81116

[startup+762.772 s]
/proc/loadavg: 0.99 0.98 0.97 2/78 14555
/proc/meminfo: memFree=1505848/2055920 swapFree=4192812/4192956
[pid=14554] ppid=14552 vsize=84704 CPUtime=762.48
/proc/14554/stat : 14554 (Spear-32) R 14552 14554 14435 0 -1 4194304 20658 0 0 0 76146 102 0 0 25 0 1 0 271522887 86736896 20158 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/14554/statm: 21176 20158 145 302 0 20871 0
Current children cumulated CPU time (s) 762.48
Current children cumulated vsize (KiB) 84704

[startup+822.832 s]
/proc/loadavg: 0.99 0.98 0.97 2/84 14669
/proc/meminfo: memFree=1500728/2055920 swapFree=4192812/4192956
[pid=14554] ppid=14552 vsize=88776 CPUtime=822.45
/proc/14554/stat : 14554 (Spear-32) R 14552 14554 14435 0 -1 4194304 21623 0 0 0 82138 107 0 0 25 0 1 0 271522887 90906624 21123 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/14554/statm: 22194 21123 145 302 0 21889 0
Current children cumulated CPU time (s) 822.45
Current children cumulated vsize (KiB) 88776

[startup+882.884 s]
/proc/loadavg: 0.99 0.98 0.97 2/78 14752
/proc/meminfo: memFree=1498936/2055920 swapFree=4192812/4192956
[pid=14554] ppid=14552 vsize=91748 CPUtime=882.43
/proc/14554/stat : 14554 (Spear-32) R 14552 14554 14435 0 -1 4194304 22356 0 0 0 88131 112 0 0 25 0 1 0 271522887 93949952 21856 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526917 0 0 4096 0 0 0 0 17 1 0 0
/proc/14554/statm: 22937 21856 145 302 0 22632 0
Current children cumulated CPU time (s) 882.43
Current children cumulated vsize (KiB) 91748

[startup+942.922 s]
/proc/loadavg: 0.99 0.98 0.97 2/78 14752
/proc/meminfo: memFree=1495928/2055920 swapFree=4192812/4192956
[pid=14554] ppid=14552 vsize=94680 CPUtime=942.44
/proc/14554/stat : 14554 (Spear-32) R 14552 14554 14435 0 -1 4194304 23113 0 0 0 94125 119 0 0 25 0 1 0 271522887 96952320 22613 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/14554/statm: 23670 22613 145 302 0 23365 0
Current children cumulated CPU time (s) 942.44
Current children cumulated vsize (KiB) 94680

[startup+1002.96 s]
/proc/loadavg: 0.99 0.98 0.97 2/78 14752
/proc/meminfo: memFree=1493240/2055920 swapFree=4192812/4192956
[pid=14554] ppid=14552 vsize=97488 CPUtime=1002.45
/proc/14554/stat : 14554 (Spear-32) R 14552 14554 14435 0 -1 4194304 23829 0 0 0 100121 124 0 0 25 0 1 0 271522887 99827712 23329 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526888 0 0 4096 0 0 0 0 17 1 0 0
/proc/14554/statm: 24372 23329 145 302 0 24067 0
Current children cumulated CPU time (s) 1002.45
Current children cumulated vsize (KiB) 97488

[startup+1063 s]
/proc/loadavg: 0.99 0.98 0.97 2/78 14752
/proc/meminfo: memFree=1490104/2055920 swapFree=4192812/4192956
[pid=14554] ppid=14552 vsize=100504 CPUtime=1062.48
/proc/14554/stat : 14554 (Spear-32) R 14552 14554 14435 0 -1 4194304 24599 0 0 0 106119 129 0 0 25 0 1 0 271522887 102916096 24099 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14554/statm: 25126 24099 145 302 0 24821 0
Current children cumulated CPU time (s) 1062.48
Current children cumulated vsize (KiB) 100504

[startup+1123.03 s]
/proc/loadavg: 0.99 0.98 0.97 3/78 14752
/proc/meminfo: memFree=1487096/2055920 swapFree=4192812/4192956
[pid=14554] ppid=14552 vsize=105388 CPUtime=1122.49
/proc/14554/stat : 14554 (Spear-32) R 14552 14554 14435 0 -1 4194304 25849 0 0 0 112115 134 0 0 25 0 1 0 271522887 107917312 24836 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14554/statm: 26347 24836 145 302 0 26042 0
Current children cumulated CPU time (s) 1122.49
Current children cumulated vsize (KiB) 105388

[startup+1183.07 s]
/proc/loadavg: 0.99 0.98 0.97 2/78 14752
/proc/meminfo: memFree=1484344/2055920 swapFree=4192812/4192956
[pid=14554] ppid=14552 vsize=108236 CPUtime=1182.5
/proc/14554/stat : 14554 (Spear-32) R 14552 14554 14435 0 -1 4194304 26536 0 0 0 118112 138 0 0 25 0 1 0 271522887 110833664 25523 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/14554/statm: 27059 25523 145 302 0 26754 0
Current children cumulated CPU time (s) 1182.5
Current children cumulated vsize (KiB) 108236



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.59 s]
/proc/loadavg: 0.99 0.98 0.97 2/78 14752
/proc/meminfo: memFree=1483576/2055920 swapFree=4192812/4192956
[pid=14554] ppid=14552 vsize=108900 CPUtime=1200.02
/proc/14554/stat : 14554 (Spear-32) R 14552 14554 14435 0 -1 4194304 26706 0 0 0 119863 139 0 0 25 0 1 0 271522887 111513600 25693 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/14554/statm: 27225 25693 145 302 0 26920 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 108900

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

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

[startup+1200.59 s]
/proc/loadavg: 0.99 0.98 0.97 2/78 14752
/proc/meminfo: memFree=1483576/2055920 swapFree=4192812/4192956
[pid=14554] ppid=14552 vsize=108900 CPUtime=1200.02
/proc/14554/stat : 14554 (Spear-32) R 14552 14554 14435 0 -1 4194304 26706 0 0 0 119863 139 0 0 25 0 1 0 271522887 111513600 25693 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/14554/statm: 27225 25693 145 302 0 26920 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 108900

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.62
CPU time (s): 1200.05
CPU user time (s): 1198.64
CPU system time (s): 1.41279
CPU usage (%): 99.9531
Max. virtual memory (cumulated for all children) (KiB): 108900

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

runsolver used 1.21981 second user time and 3.05154 second system time

The end

Launcher Data (download as text)

Begin job on node9 on Mon Feb 26 18:48:03 UTC 2007

IDJOB= 308100
IDBENCH= 20222
IDSOLVER= 131
FILE ID= node9/308100-1172515682

PBS_JOBID= 3971612

Free space on /tmp= 66559 MiB

SOLVER NAME= Spear FHS 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/2+p/p0.7/v3500/unif2p-p0.7-v3500-c9345-S1613098638-06-UNSAT.cnf
COMMAND LINE= /tmp/evaluation/308100-1172515682/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/308100-1172515682/instance-308100-1172515682.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node9/watcher-308100-1172515682 -o ROOT/results/node9/solver-308100-1172515682 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/308100-1172515682/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/308100-1172515682/instance-308100-1172515682.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  999d1a34639cbd28758ef0f4a062ee27

RANDOM SEED= 100825292

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node9.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.263
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.263
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:       1586896 kB
Buffers:         50752 kB
Cached:         294416 kB
SwapCached:          0 kB
Active:         234028 kB
Inactive:       165488 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1586896 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1708 kB
Writeback:           0 kB
Mapped:          73236 kB
Slab:            55156 kB
Committed_AS:  1191584 kB
PageTables:       1688 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= 66559 MiB

End job on node9 on Mon Feb 26 19:08:05 UTC 2007