Trace number 305312

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.22 1200.77

General information on the benchmark

Namerandom/LargeSize/3SAT/v16000/
unif-k3-r4.2-v16000-c67200-S1099746708-06.cnf
MD5SUM09edde3792f1d05d69d5933db6d6b1a7
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables16000
Number of clauses67200
Sum of the clauses size201600
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 367200
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/305312-1172076407/instance-305312-1172076407.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/node78/watcher-305312-1172076407 -o ROOT/results/node78/solver-305312-1172076407 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/305312-1172076407/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/305312-1172076407/instance-305312-1172076407.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.99 3/65 9371
/proc/meminfo: memFree=1335496/2055920 swapFree=4192956/4192956
[pid=9371] ppid=9369 vsize=1932 CPUtime=0
/proc/9371/stat : 9371 (Spear-32) R 9369 9371 8599 0 -1 4194304 266 0 0 0 0 0 0 0 19 0 1 0 2508086 1978368 250 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134513455 0 0 4096 0 0 0 0 17 1 0 0
/proc/9371/statm: 483 251 126 302 0 178 0

[startup+0.106837 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 9371
/proc/meminfo: memFree=1335496/2055920 swapFree=4192956/4192956
[pid=9371] ppid=9369 vsize=5152 CPUtime=0.09
/proc/9371/stat : 9371 (Spear-32) R 9369 9371 8599 0 -1 4194304 1244 0 0 0 9 0 0 0 20 0 1 0 2508086 5275648 1063 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/9371/statm: 1288 1063 129 302 0 983 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5152

[startup+0.514912 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 9371
/proc/meminfo: memFree=1335496/2055920 swapFree=4192956/4192956
[pid=9371] ppid=9369 vsize=7736 CPUtime=0.5
/proc/9371/stat : 9371 (Spear-32) R 9369 9371 8599 0 -1 4194304 1925 0 0 0 49 1 0 0 24 0 1 0 2508086 7921664 1679 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9371/statm: 1934 1679 140 302 0 1629 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 7736

[startup+1.33506 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 9372
/proc/meminfo: memFree=1328064/2055920 swapFree=4192956/4192956
[pid=9371] ppid=9369 vsize=9332 CPUtime=1.32
/proc/9371/stat : 9371 (Spear-32) R 9369 9371 8599 0 -1 4194304 2330 0 0 0 130 2 0 0 25 0 1 0 2508086 9555968 2084 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9371/statm: 2333 2084 140 302 0 2028 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 9332

[startup+2.97136 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 9372
/proc/meminfo: memFree=1325440/2055920 swapFree=4192956/4192956
[pid=9371] ppid=9369 vsize=13032 CPUtime=2.96
/proc/9371/stat : 9371 (Spear-32) R 9369 9371 8599 0 -1 4194304 3246 0 0 0 293 3 0 0 25 0 1 0 2508086 13344768 3000 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/9371/statm: 3258 3000 140 302 0 2953 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 13032

[startup+6.24896 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 9372
/proc/meminfo: memFree=1318208/2055920 swapFree=4192956/4192956
[pid=9371] ppid=9369 vsize=19668 CPUtime=6.24
/proc/9371/stat : 9371 (Spear-32) R 9369 9371 8599 0 -1 4194304 4915 0 0 0 619 5 0 0 25 0 1 0 2508086 20140032 4669 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9371/statm: 4917 4669 140 302 0 4612 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 19668

[startup+12.7021 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 9372
/proc/meminfo: memFree=1304704/2055920 swapFree=4192956/4192956
[pid=9371] ppid=9369 vsize=32464 CPUtime=12.68
/proc/9371/stat : 9371 (Spear-32) R 9369 9371 8599 0 -1 4194304 8109 0 0 0 1260 8 0 0 25 0 1 0 2508086 33243136 7863 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9371/statm: 8116 7863 140 302 0 7811 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 32464

[startup+25.5065 s]
/proc/loadavg: 1.14 1.03 1.01 2/66 9372
/proc/meminfo: memFree=1283456/2055920 swapFree=4192956/4192956
[pid=9371] ppid=9369 vsize=54428 CPUtime=25.49
/proc/9371/stat : 9371 (Spear-32) R 9369 9371 8599 0 -1 4194304 13596 0 0 0 2536 13 0 0 25 0 1 0 2508086 55734272 13317 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9371/statm: 13607 13317 140 302 0 13302 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 54428

[startup+51.1152 s]
/proc/loadavg: 1.09 1.03 1.01 2/66 9372
/proc/meminfo: memFree=1244608/2055920 swapFree=4192956/4192956
[pid=9371] ppid=9369 vsize=92740 CPUtime=51.09
/proc/9371/stat : 9371 (Spear-32) R 9369 9371 8599 0 -1 4194304 23222 0 0 0 5085 24 0 0 25 0 1 0 2508086 94965760 22878 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9371/statm: 23185 22878 140 302 0 22880 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 92740

[startup+102.328 s]
/proc/loadavg: 1.04 1.02 1.00 2/66 9372
/proc/meminfo: memFree=1180736/2055920 swapFree=4192956/4192956
[pid=9371] ppid=9369 vsize=156720 CPUtime=102.28
/proc/9371/stat : 9371 (Spear-32) R 9369 9371 8599 0 -1 4194304 39252 0 0 0 10185 43 0 0 25 0 1 0 2508086 160481280 38908 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/9371/statm: 39180 38909 140 302 0 38875 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 156720

[startup+162.357 s]
/proc/loadavg: 1.05 1.03 1.00 2/66 9372
/proc/meminfo: memFree=1114688/2055920 swapFree=4192956/4192956
[pid=9371] ppid=9369 vsize=222108 CPUtime=162.29
/proc/9371/stat : 9371 (Spear-32) R 9369 9371 8599 0 -1 4194304 55648 0 0 0 16166 63 0 0 25 0 1 0 2508086 227438592 55175 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526967 0 0 4096 0 0 0 0 17 1 0 0
/proc/9371/statm: 55527 55175 140 302 0 55222 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 222108

[startup+222.384 s]
/proc/loadavg: 1.02 1.02 1.00 2/66 9374
/proc/meminfo: memFree=1066816/2055920 swapFree=4192956/4192956
[pid=9371] ppid=9369 vsize=269884 CPUtime=222.29
/proc/9371/stat : 9371 (Spear-32) R 9369 9371 8599 0 -1 4194304 67607 0 0 0 22150 79 0 0 25 0 1 0 2508086 276361216 67134 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527012 0 0 4096 0 0 0 0 17 1 0 0
/proc/9371/statm: 67471 67134 140 302 0 67166 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 269884

[startup+282.407 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 9374
/proc/meminfo: memFree=1020544/2055920 swapFree=4192956/4192956
[pid=9371] ppid=9369 vsize=316384 CPUtime=282.29
/proc/9371/stat : 9371 (Spear-32) R 9369 9371 8599 0 -1 4194304 79287 0 0 0 28132 97 0 0 25 0 1 0 2508086 323977216 78814 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/9371/statm: 79096 78814 140 302 0 78791 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 316384

[startup+342.43 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 9374
/proc/meminfo: memFree=976640/2055920 swapFree=4192956/4192956
[pid=9371] ppid=9369 vsize=359980 CPUtime=342.29
/proc/9371/stat : 9371 (Spear-32) R 9369 9371 8599 0 -1 4194304 90216 0 0 0 34118 111 0 0 25 0 1 0 2508086 368619520 89743 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526583 0 0 4096 0 0 0 0 17 1 0 0
/proc/9371/statm: 89995 89743 140 302 0 89690 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 359980

[startup+402.456 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 9374
/proc/meminfo: memFree=940672/2055920 swapFree=4192956/4192956
[pid=9371] ppid=9369 vsize=396336 CPUtime=402.3
/proc/9371/stat : 9371 (Spear-32) R 9369 9371 8599 0 -1 4194304 99308 0 0 0 40104 126 0 0 25 0 1 0 2508086 405848064 98578 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526772 0 0 4096 0 0 0 0 17 1 0 0
/proc/9371/statm: 99084 98578 140 302 0 98779 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 396336

[startup+462.482 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9374
/proc/meminfo: memFree=910016/2055920 swapFree=4192956/4192956
[pid=9371] ppid=9369 vsize=427044 CPUtime=462.3
/proc/9371/stat : 9371 (Spear-32) R 9369 9371 8599 0 -1 4194304 107011 0 0 0 46094 136 0 0 25 0 1 0 2508086 437293056 106281 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/9371/statm: 106761 106281 140 302 0 106456 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 427044

[startup+522.509 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9374
/proc/meminfo: memFree=863232/2055920 swapFree=4192956/4192956
[pid=9371] ppid=9369 vsize=473776 CPUtime=522.31
/proc/9371/stat : 9371 (Spear-32) R 9369 9371 8599 0 -1 4194304 118718 0 0 0 52080 151 0 0 25 0 1 0 2508086 485146624 117988 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/9371/statm: 118444 117988 140 302 0 118139 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 473776

[startup+582.529 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9374
/proc/meminfo: memFree=825600/2055920 swapFree=4192956/4192956
[pid=9371] ppid=9369 vsize=510888 CPUtime=582.3
/proc/9371/stat : 9371 (Spear-32) R 9369 9371 8599 0 -1 4194304 127991 0 0 0 58067 163 0 0 25 0 1 0 2508086 523149312 127261 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526939 0 0 4096 0 0 0 0 17 1 0 0
/proc/9371/statm: 127722 127261 140 302 0 127417 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 510888

[startup+642.554 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9374
/proc/meminfo: memFree=794112/2055920 swapFree=4192956/4192956
[pid=9371] ppid=9369 vsize=542388 CPUtime=642.31
/proc/9371/stat : 9371 (Spear-32) R 9369 9371 8599 0 -1 4194304 135888 0 0 0 64058 173 0 0 25 0 1 0 2508086 555405312 135158 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526772 0 0 4096 0 0 0 0 17 1 0 0
/proc/9371/statm: 135597 135158 140 302 0 135292 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 542388

[startup+702.577 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9374
/proc/meminfo: memFree=760512/2055920 swapFree=4192956/4192956
[pid=9371] ppid=9369 vsize=575968 CPUtime=702.31
/proc/9371/stat : 9371 (Spear-32) R 9369 9371 8599 0 -1 4194304 144300 0 0 0 70050 181 0 0 25 0 1 0 2508086 589791232 143570 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/9371/statm: 143992 143570 140 302 0 143687 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 575968

[startup+762.601 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9374
/proc/meminfo: memFree=734080/2055920 swapFree=4192956/4192956
[pid=9371] ppid=9369 vsize=602136 CPUtime=762.31
/proc/9371/stat : 9371 (Spear-32) R 9369 9371 8599 0 -1 4194304 150842 0 0 0 76040 191 0 0 25 0 1 0 2508086 616587264 150112 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526926 0 0 4096 0 0 0 0 17 1 0 0
/proc/9371/statm: 150534 150112 140 302 0 150229 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 602136

[startup+822.631 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9374
/proc/meminfo: memFree=711872/2055920 swapFree=4192956/4192956
[pid=9371] ppid=9369 vsize=623952 CPUtime=822.32
/proc/9371/stat : 9371 (Spear-32) R 9369 9371 8599 0 -1 4194304 156330 0 0 0 82032 200 0 0 25 0 1 0 2508086 638926848 155600 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527052 0 0 4096 0 0 0 0 17 1 0 0
/proc/9371/statm: 155988 155600 140 302 0 155683 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 623952

[startup+882.67 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 9478
/proc/meminfo: memFree=686792/2055920 swapFree=4192956/4192956
[pid=9371] ppid=9369 vsize=647808 CPUtime=882.28
/proc/9371/stat : 9371 (Spear-32) R 9369 9371 8599 0 -1 4194304 162299 0 0 0 88021 207 0 0 25 0 1 0 2508086 663355392 161569 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526972 0 0 4096 0 0 0 0 17 1 0 0
/proc/9371/statm: 161952 161569 140 302 0 161647 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 647808

[startup+942.718 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9572
/proc/meminfo: memFree=660280/2055920 swapFree=4192956/4192956
[pid=9371] ppid=9369 vsize=675520 CPUtime=942.26
/proc/9371/stat : 9371 (Spear-32) R 9369 9371 8599 0 -1 4194304 169222 0 0 0 94011 215 0 0 25 0 1 0 2508086 691732480 168492 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9371/statm: 168880 168492 140 302 0 168575 0
Current children cumulated CPU time (s) 942.26
Current children cumulated vsize (KiB) 675520

[startup+1002.74 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9572
/proc/meminfo: memFree=622464/2055920 swapFree=4192956/4192956
[pid=9371] ppid=9369 vsize=713416 CPUtime=1002.26
/proc/9371/stat : 9371 (Spear-32) R 9369 9371 8599 0 -1 4194304 178733 0 0 0 99997 229 0 0 25 0 1 0 2508086 730537984 178003 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9371/statm: 178354 178003 140 302 0 178049 0
Current children cumulated CPU time (s) 1002.26
Current children cumulated vsize (KiB) 713416

[startup+1062.77 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9572
/proc/meminfo: memFree=590144/2055920 swapFree=4192956/4192956
[pid=9371] ppid=9369 vsize=745172 CPUtime=1062.27
/proc/9371/stat : 9371 (Spear-32) R 9369 9371 8599 0 -1 4194304 186677 0 0 0 105987 240 0 0 25 0 1 0 2508086 763056128 185947 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/9371/statm: 186293 185947 140 302 0 185988 0
Current children cumulated CPU time (s) 1062.27
Current children cumulated vsize (KiB) 745172

[startup+1122.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9572
/proc/meminfo: memFree=554048/2055920 swapFree=4192956/4192956
[pid=9371] ppid=9369 vsize=781288 CPUtime=1122.28
/proc/9371/stat : 9371 (Spear-32) R 9369 9371 8599 0 -1 4194304 195742 0 0 0 111977 251 0 0 25 0 1 0 2508086 800038912 195012 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/9371/statm: 195322 195012 140 302 0 195017 0
Current children cumulated CPU time (s) 1122.28
Current children cumulated vsize (KiB) 781288

[startup+1182.82 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9572
/proc/meminfo: memFree=526528/2055920 swapFree=4192956/4192956
[pid=9371] ppid=9369 vsize=808568 CPUtime=1182.28
/proc/9371/stat : 9371 (Spear-32) R 9369 9371 8599 0 -1 4194304 202579 0 0 0 117967 261 0 0 25 0 1 0 2508086 827973632 201849 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/9371/statm: 202142 201849 140 302 0 201837 0
Current children cumulated CPU time (s) 1182.28
Current children cumulated vsize (KiB) 808568



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.65 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9572
/proc/meminfo: memFree=518912/2055920 swapFree=4192956/4192956
[pid=9371] ppid=9369 vsize=817900 CPUtime=1200.1
/proc/9371/stat : 9371 (Spear-32) R 9369 9371 8599 0 -1 4194304 204912 0 0 0 119746 264 0 0 25 0 1 0 2508086 837529600 203669 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526967 0 0 4096 0 0 0 0 17 1 0 0
/proc/9371/statm: 204475 203669 140 302 0 204170 0
Current children cumulated CPU time (s) 1200.1
Current children cumulated vsize (KiB) 817900

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

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

[startup+1200.75 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9572
/proc/meminfo: memFree=518912/2055920 swapFree=4192956/4192956
[pid=9371] ppid=9369 vsize=0 CPUtime=1200.2
/proc/9371/stat : 9371 (Spear-32) R 9369 9371 8599 0 -1 4195332 204912 0 0 0 119746 274 0 0 25 0 1 0 2508086 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/9371/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1200.2
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.77
CPU time (s): 1200.22
CPU user time (s): 1197.46
CPU system time (s): 2.76158
CPU usage (%): 99.9549
Max. virtual memory (cumulated for all children) (KiB): 817900

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

runsolver used 0.922859 second user time and 2.43863 second system time

The end

Launcher Data (download as text)

Begin job on node78 on Wed Feb 21 16:46:47 UTC 2007

IDJOB= 305312
IDBENCH= 20153
IDSOLVER= 131
FILE ID= node78/305312-1172076407

PBS_JOBID= 3892809

Free space on /tmp= 66562 MiB

SOLVER NAME= Spear FHS 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/3SAT/v16000/unif-k3-r4.2-v16000-c67200-S1099746708-06.cnf
COMMAND LINE= /tmp/evaluation/305312-1172076407/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/305312-1172076407/instance-305312-1172076407.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node78/watcher-305312-1172076407 -o ROOT/results/node78/solver-305312-1172076407 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/305312-1172076407/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/305312-1172076407/instance-305312-1172076407.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  09edde3792f1d05d69d5933db6d6b1a7

RANDOM SEED= 470227414

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node78.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.281
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.281
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1335904 kB
Buffers:         32740 kB
Cached:         592792 kB
SwapCached:          0 kB
Active:         232684 kB
Inactive:       408004 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1335904 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2812 kB
Writeback:           0 kB
Mapped:          25312 kB
Slab:            65296 kB
Committed_AS:    60032 kB
PageTables:       1464 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= 66562 MiB

End job on node78 on Wed Feb 21 17:06:50 UTC 2007