Trace number 305353

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

General information on the benchmark

Namerandom/LargeSize/3SAT/v16000/
unif-k3-r4.2-v16000-c67200-S791125864-16.cnf
MD5SUM4e143e0a14562155f1998f2e56848071
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/305353-1172077265/instance-305353-1172077265.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/node12/watcher-305353-1172077265 -o ROOT/results/node12/solver-305353-1172077265 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/305353-1172077265/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/305353-1172077265/instance-305353-1172077265.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/83 14393
/proc/meminfo: memFree=1619856/2055920 swapFree=4154940/4192956
[pid=14393] ppid=14391 vsize=1932 CPUtime=0
/proc/14393/stat : 14393 (Spear-32) R 14391 14393 13214 0 -1 4194304 271 0 0 0 0 0 0 0 18 0 1 0 227680992 1978368 255 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134515399 0 0 4096 0 0 0 0 17 1 0 0
/proc/14393/statm: 483 256 126 302 0 178 0

[startup+0.107971 s]
/proc/loadavg: 1.00 1.00 1.00 3/83 14393
/proc/meminfo: memFree=1619856/2055920 swapFree=4154940/4192956
[pid=14393] ppid=14391 vsize=5020 CPUtime=0.09
/proc/14393/stat : 14393 (Spear-32) R 14391 14393 13214 0 -1 4194304 1218 0 0 0 9 0 0 0 18 0 1 0 227680992 5140480 1037 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/14393/statm: 1255 1037 129 302 0 950 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5020

[startup+0.516042 s]
/proc/loadavg: 1.00 1.00 1.00 3/83 14393
/proc/meminfo: memFree=1619856/2055920 swapFree=4154940/4192956
[pid=14393] ppid=14391 vsize=7624 CPUtime=0.51
/proc/14393/stat : 14393 (Spear-32) R 14391 14393 13214 0 -1 4194304 1906 0 0 0 50 1 0 0 22 0 1 0 227680992 7806976 1660 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14393/statm: 1906 1660 140 302 0 1601 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 7624

[startup+1.33719 s]
/proc/loadavg: 1.00 1.00 1.00 2/84 14394
/proc/meminfo: memFree=1612488/2055920 swapFree=4154940/4192956
[pid=14393] ppid=14391 vsize=9320 CPUtime=1.32
/proc/14393/stat : 14393 (Spear-32) R 14391 14393 13214 0 -1 4194304 2316 0 0 0 130 2 0 0 25 0 1 0 227680992 9543680 2070 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14393/statm: 2330 2070 140 302 0 2025 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 9320

[startup+2.97748 s]
/proc/loadavg: 1.00 1.00 1.00 2/84 14396
/proc/meminfo: memFree=1610056/2055920 swapFree=4154940/4192956
[pid=14393] ppid=14391 vsize=12476 CPUtime=2.96
/proc/14393/stat : 14393 (Spear-32) R 14391 14393 13214 0 -1 4194304 3116 0 0 0 292 4 0 0 25 0 1 0 227680992 12775424 2870 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134539597 0 0 4096 0 0 0 0 17 1 0 0
/proc/14393/statm: 3119 2870 140 302 0 2814 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 12476

[startup+6.25607 s]
/proc/loadavg: 1.00 1.00 1.00 2/84 14402
/proc/meminfo: memFree=1603784/2055920 swapFree=4154940/4192956
[pid=14393] ppid=14391 vsize=18484 CPUtime=6.24
/proc/14393/stat : 14393 (Spear-32) R 14391 14393 13214 0 -1 4194304 4600 0 0 0 617 7 0 0 25 0 1 0 227680992 18927616 4354 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14393/statm: 4621 4354 140 302 0 4316 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 18484

[startup+12.7152 s]
/proc/loadavg: 1.00 1.00 1.00 2/84 14412
/proc/meminfo: memFree=1591368/2055920 swapFree=4154940/4192956
[pid=14393] ppid=14391 vsize=30352 CPUtime=12.69
/proc/14393/stat : 14393 (Spear-32) R 14391 14393 13214 0 -1 4194304 7580 0 0 0 1258 11 0 0 25 0 1 0 227680992 31080448 7334 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14393/statm: 7588 7334 140 302 0 7283 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 30352

[startup+25.5265 s]
/proc/loadavg: 1.00 1.00 1.00 2/84 14434
/proc/meminfo: memFree=1570840/2055920 swapFree=4154940/4192956
[pid=14393] ppid=14391 vsize=51440 CPUtime=25.48
/proc/14393/stat : 14393 (Spear-32) R 14391 14393 13214 0 -1 4194304 12858 0 0 0 2529 19 0 0 25 0 1 0 227680992 52674560 12579 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14393/statm: 12860 12579 140 302 0 12555 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 51440

[startup+51.1512 s]
/proc/loadavg: 1.00 1.00 1.00 2/84 14454
/proc/meminfo: memFree=1531672/2055920 swapFree=4154940/4192956
[pid=14393] ppid=14391 vsize=90076 CPUtime=51.08
/proc/14393/stat : 14393 (Spear-32) R 14391 14393 13214 0 -1 4194304 22531 0 0 0 5077 31 0 0 25 0 1 0 227680992 92237824 22252 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/14393/statm: 22519 22252 140 302 0 22214 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 90076

[startup+102.385 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14528
/proc/meminfo: memFree=1473288/2055920 swapFree=4154940/4192956
[pid=14393] ppid=14391 vsize=149880 CPUtime=102.26
/proc/14393/stat : 14393 (Spear-32) R 14391 14393 13214 0 -1 4194304 37523 0 0 0 10177 49 0 0 25 0 1 0 227680992 153477120 37179 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526962 0 0 4096 0 0 0 0 17 1 0 0
/proc/14393/statm: 37470 37179 140 302 0 37165 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 149880

[startup+162.424 s]
/proc/loadavg: 1.03 1.01 1.00 2/78 14528
/proc/meminfo: memFree=1413896/2055920 swapFree=4154940/4192956
[pid=14393] ppid=14391 vsize=208700 CPUtime=162.27
/proc/14393/stat : 14393 (Spear-32) R 14391 14393 13214 0 -1 4194304 52273 0 0 0 16158 69 0 0 25 0 1 0 227680992 213708800 51800 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/14393/statm: 52175 51800 140 302 0 51870 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 208700

[startup+222.459 s]
/proc/loadavg: 1.01 1.01 1.00 2/78 14528
/proc/meminfo: memFree=1363592/2055920 swapFree=4154940/4192956
[pid=14393] ppid=14391 vsize=258916 CPUtime=222.28
/proc/14393/stat : 14393 (Spear-32) R 14391 14393 13214 0 -1 4194304 64855 0 0 0 22143 85 0 0 25 0 1 0 227680992 265129984 64382 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527089 0 0 4096 0 0 0 0 17 1 0 0
/proc/14393/statm: 64729 64382 140 302 0 64424 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 258916

[startup+282.492 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14528
/proc/meminfo: memFree=1324680/2055920 swapFree=4154940/4192956
[pid=14393] ppid=14391 vsize=297960 CPUtime=282.29
/proc/14393/stat : 14393 (Spear-32) R 14391 14393 13214 0 -1 4194304 74648 0 0 0 28131 98 0 0 25 0 1 0 227680992 305111040 74175 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/14393/statm: 74490 74175 140 302 0 74185 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 297960

[startup+342.52 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14528
/proc/meminfo: memFree=1263112/2055920 swapFree=4154940/4192956
[pid=14393] ppid=14391 vsize=359504 CPUtime=342.31
/proc/14393/stat : 14393 (Spear-32) R 14391 14393 13214 0 -1 4194304 90061 0 0 0 34114 117 0 0 25 0 1 0 227680992 368132096 89588 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14393/statm: 89876 89588 140 302 0 89571 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 359504

[startup+402.551 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14528
/proc/meminfo: memFree=1214352/2055920 swapFree=4154940/4192956
[pid=14393] ppid=14391 vsize=407520 CPUtime=402.31
/proc/14393/stat : 14393 (Spear-32) R 14391 14393 13214 0 -1 4194304 102064 0 0 0 40099 132 0 0 25 0 1 0 227680992 417300480 101591 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/14393/statm: 101880 101591 140 302 0 101575 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 407520

[startup+462.582 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14528
/proc/meminfo: memFree=1175120/2055920 swapFree=4154940/4192956
[pid=14393] ppid=14391 vsize=447824 CPUtime=462.32
/proc/14393/stat : 14393 (Spear-32) R 14391 14393 13214 0 -1 4194304 112163 0 0 0 46089 143 0 0 25 0 1 0 227680992 458571776 111433 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14393/statm: 111956 111433 140 302 0 111651 0
Current children cumulated CPU time (s) 462.32
Current children cumulated vsize (KiB) 447824

[startup+522.616 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14528
/proc/meminfo: memFree=1140688/2055920 swapFree=4154940/4192956
[pid=14393] ppid=14391 vsize=482252 CPUtime=522.33
/proc/14393/stat : 14393 (Spear-32) R 14391 14393 13214 0 -1 4194304 120771 0 0 0 52078 155 0 0 25 0 1 0 227680992 493826048 120041 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/14393/statm: 120563 120041 140 302 0 120258 0
Current children cumulated CPU time (s) 522.33
Current children cumulated vsize (KiB) 482252

[startup+582.651 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14528
/proc/meminfo: memFree=1098704/2055920 swapFree=4154940/4192956
[pid=14393] ppid=14391 vsize=523648 CPUtime=582.35
/proc/14393/stat : 14393 (Spear-32) R 14391 14393 13214 0 -1 4194304 131139 0 0 0 58067 168 0 0 25 0 1 0 227680992 536215552 130409 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526790 0 0 4096 0 0 0 0 17 1 0 0
/proc/14393/statm: 130912 130409 140 302 0 130607 0
Current children cumulated CPU time (s) 582.35
Current children cumulated vsize (KiB) 523648

[startup+642.683 s]
/proc/loadavg: 1.06 1.01 1.00 2/78 14528
/proc/meminfo: memFree=1060496/2055920 swapFree=4154940/4192956
[pid=14393] ppid=14391 vsize=561900 CPUtime=642.36
/proc/14393/stat : 14393 (Spear-32) R 14391 14393 13214 0 -1 4194304 140741 0 0 0 64054 182 0 0 25 0 1 0 227680992 575385600 140011 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/14393/statm: 140475 140011 140 302 0 140170 0
Current children cumulated CPU time (s) 642.36
Current children cumulated vsize (KiB) 561900

[startup+702.712 s]
/proc/loadavg: 1.02 1.01 1.00 2/78 14528
/proc/meminfo: memFree=1026384/2055920 swapFree=4154940/4192956
[pid=14393] ppid=14391 vsize=596000 CPUtime=702.37
/proc/14393/stat : 14393 (Spear-32) R 14391 14393 13214 0 -1 4194304 149282 0 0 0 70042 195 0 0 25 0 1 0 227680992 610304000 148552 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526962 0 0 4096 0 0 0 0 17 1 0 0
/proc/14393/statm: 149000 148552 140 302 0 148695 0
Current children cumulated CPU time (s) 702.37
Current children cumulated vsize (KiB) 596000

[startup+762.743 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14528
/proc/meminfo: memFree=997776/2055920 swapFree=4154940/4192956
[pid=14393] ppid=14391 vsize=624652 CPUtime=762.38
/proc/14393/stat : 14393 (Spear-32) R 14391 14393 13214 0 -1 4194304 156443 0 0 0 76032 206 0 0 25 0 1 0 227680992 639643648 155713 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526969 0 0 4096 0 0 0 0 17 1 0 0
/proc/14393/statm: 156163 155713 140 302 0 155858 0
Current children cumulated CPU time (s) 762.38
Current children cumulated vsize (KiB) 624652

[startup+822.78 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14528
/proc/meminfo: memFree=972112/2055920 swapFree=4154940/4192956
[pid=14393] ppid=14391 vsize=649916 CPUtime=822.39
/proc/14393/stat : 14393 (Spear-32) R 14391 14393 13214 0 -1 4194304 162766 0 0 0 82025 214 0 0 25 0 1 0 227680992 665513984 162036 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526992 0 0 4096 0 0 0 0 17 1 0 0
/proc/14393/statm: 162479 162036 140 302 0 162174 0
Current children cumulated CPU time (s) 822.39
Current children cumulated vsize (KiB) 649916

[startup+882.817 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14528
/proc/meminfo: memFree=949136/2055920 swapFree=4154940/4192956
[pid=14393] ppid=14391 vsize=672972 CPUtime=882.41
/proc/14393/stat : 14393 (Spear-32) R 14391 14393 13214 0 -1 4194304 168526 0 0 0 88018 223 0 0 25 0 1 0 227680992 689123328 167796 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/14393/statm: 168243 167796 140 302 0 167938 0
Current children cumulated CPU time (s) 882.41
Current children cumulated vsize (KiB) 672972

[startup+942.85 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14528
/proc/meminfo: memFree=928400/2055920 swapFree=4154940/4192956
[pid=14393] ppid=14391 vsize=693624 CPUtime=942.42
/proc/14393/stat : 14393 (Spear-32) R 14391 14393 13214 0 -1 4194304 173688 0 0 0 94011 231 0 0 25 0 1 0 227680992 710270976 172958 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527012 0 0 4096 0 0 0 0 17 1 0 0
/proc/14393/statm: 173406 172958 140 302 0 173101 0
Current children cumulated CPU time (s) 942.42
Current children cumulated vsize (KiB) 693624

[startup+1002.88 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14528
/proc/meminfo: memFree=908240/2055920 swapFree=4154940/4192956
[pid=14393] ppid=14391 vsize=713932 CPUtime=1002.43
/proc/14393/stat : 14393 (Spear-32) R 14391 14393 13214 0 -1 4194304 178761 0 0 0 100003 240 0 0 25 0 1 0 227680992 731066368 178031 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/14393/statm: 178483 178031 140 302 0 178178 0
Current children cumulated CPU time (s) 1002.43
Current children cumulated vsize (KiB) 713932

[startup+1062.91 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14528
/proc/meminfo: memFree=872976/2055920 swapFree=4154940/4192956
[pid=14393] ppid=14391 vsize=748920 CPUtime=1062.44
/proc/14393/stat : 14393 (Spear-32) R 14391 14393 13214 0 -1 4194304 187520 0 0 0 105992 252 0 0 25 0 1 0 227680992 766894080 186790 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/14393/statm: 187230 186790 140 302 0 186925 0
Current children cumulated CPU time (s) 1062.44
Current children cumulated vsize (KiB) 748920

[startup+1122.95 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14528
/proc/meminfo: memFree=840208/2055920 swapFree=4154940/4192956
[pid=14393] ppid=14391 vsize=781676 CPUtime=1122.45
/proc/14393/stat : 14393 (Spear-32) R 14391 14393 13214 0 -1 4194304 195719 0 0 0 111981 264 0 0 25 0 1 0 227680992 800436224 194989 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526962 0 0 4096 0 0 0 0 17 1 0 0
/proc/14393/statm: 195419 194989 140 302 0 195114 0
Current children cumulated CPU time (s) 1122.45
Current children cumulated vsize (KiB) 781676

[startup+1182.98 s]
/proc/loadavg: 1.04 1.01 1.00 2/78 14528
/proc/meminfo: memFree=812752/2055920 swapFree=4154940/4192956
[pid=14393] ppid=14391 vsize=809100 CPUtime=1182.46
/proc/14393/stat : 14393 (Spear-32) R 14391 14393 13214 0 -1 4194304 202598 0 0 0 117969 277 0 0 25 0 1 0 227680992 828518400 201868 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/14393/statm: 202275 201868 140 302 0 201970 0
Current children cumulated CPU time (s) 1182.46
Current children cumulated vsize (KiB) 809100



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.03 1.01 1.00 2/78 14528
/proc/meminfo: memFree=804304/2055920 swapFree=4154940/4192956
[pid=14393] ppid=14391 vsize=817136 CPUtime=1200.08
/proc/14393/stat : 14393 (Spear-32) R 14391 14393 13214 0 -1 4194304 204629 0 0 0 119728 280 0 0 25 0 1 0 227680992 836747264 203899 18446744073709551615 134512640 135752790 4294956624 18446744073709551615 134526962 0 0 4096 0 0 0 0 17 1 0 0
/proc/14393/statm: 204284 203899 140 302 0 203979 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 817136

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

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

[startup+1200.7 s]
/proc/loadavg: 1.03 1.01 1.00 2/78 14528
/proc/meminfo: memFree=804304/2055920 swapFree=4154940/4192956
[pid=14393] ppid=14391 vsize=0 CPUtime=1200.18
/proc/14393/stat : 14393 (Spear-32) R 14391 14393 13214 0 -1 4195332 204629 0 0 0 119728 290 0 0 25 0 1 0 227680992 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/14393/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1200.18
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.73
CPU time (s): 1200.22
CPU user time (s): 1197.28
CPU system time (s): 2.93455
CPU usage (%): 99.9572
Max. virtual memory (cumulated for all children) (KiB): 817136

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

runsolver used 1.3418 second user time and 2.92355 second system time

The end

Launcher Data (download as text)

Begin job on node12 on Wed Feb 21 17:01:05 UTC 2007

IDJOB= 305353
IDBENCH= 20154
IDSOLVER= 131
FILE ID= node12/305353-1172077265

PBS_JOBID= 3865300

Free space on /tmp= 66544 MiB

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

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  4e143e0a14562155f1998f2e56848071

RANDOM SEED= 772834236

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node12.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.285
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.285
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:       1620328 kB
Buffers:         55676 kB
Cached:         282580 kB
SwapCached:      18268 kB
Active:         195464 kB
Inactive:       169892 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1620328 kB
SwapTotal:     4192956 kB
SwapFree:      4154940 kB
Dirty:            2924 kB
Writeback:           0 kB
Mapped:          31236 kB
Slab:            55404 kB
Committed_AS:  1068864 kB
PageTables:       1924 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 node12 on Wed Feb 21 17:21:08 UTC 2007