Trace number 306009

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.14 1200.56

General information on the benchmark

Namerandom/LargeSize/3SAT/v10000/
unif-k3-r4.2-v10000-c42000-S1438185261-13.cnf
MD5SUM0b752d88128a6aad2af39810d467334c
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 variables10000
Number of clauses42000
Sum of the clauses size126000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 342000
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/306009-1172090268/instance-306009-1172090268.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/node35/watcher-306009-1172090268 -o ROOT/results/node35/solver-306009-1172090268 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/306009-1172090268/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/306009-1172090268/instance-306009-1172090268.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/64 30634
/proc/meminfo: memFree=1464616/2055920 swapFree=4183800/4192956
[pid=30634] ppid=30632 vsize=1932 CPUtime=0
/proc/30634/stat : 30634 (Spear-32) R 30632 30634 29797 0 -1 4194304 263 0 0 0 0 0 0 0 18 0 1 0 202790496 1978368 247 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134518176 0 0 4096 0 0 0 0 17 1 0 0
/proc/30634/statm: 483 247 126 302 0 178 0

[startup+0.106799 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 30634
/proc/meminfo: memFree=1464616/2055920 swapFree=4183800/4192956
[pid=30634] ppid=30632 vsize=4908 CPUtime=0.1
/proc/30634/stat : 30634 (Spear-32) R 30632 30634 29797 0 -1 4194304 1107 0 0 0 10 0 0 0 18 0 1 0 202790496 5025792 926 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/30634/statm: 1227 926 129 302 0 922 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 4908

[startup+0.514879 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 30634
/proc/meminfo: memFree=1464616/2055920 swapFree=4183800/4192956
[pid=30634] ppid=30632 vsize=6176 CPUtime=0.51
/proc/30634/stat : 30634 (Spear-32) R 30632 30634 29797 0 -1 4194304 1431 0 0 0 50 1 0 0 21 0 1 0 202790496 6324224 1250 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30634/statm: 1544 1250 140 302 0 1239 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 6176

[startup+1.33504 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30635
/proc/meminfo: memFree=1458528/2055920 swapFree=4183800/4192956
[pid=30634] ppid=30632 vsize=8368 CPUtime=1.32
/proc/30634/stat : 30634 (Spear-32) R 30632 30634 29797 0 -1 4194304 1977 0 0 0 131 1 0 0 25 0 1 0 202790496 8568832 1796 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30634/statm: 2092 1796 140 302 0 1787 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 8368

[startup+2.97136 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30635
/proc/meminfo: memFree=1455136/2055920 swapFree=4183800/4192956
[pid=30634] ppid=30632 vsize=12672 CPUtime=2.96
/proc/30634/stat : 30634 (Spear-32) R 30632 30634 29797 0 -1 4194304 3065 0 0 0 294 2 0 0 25 0 1 0 202790496 12976128 2884 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30634/statm: 3168 2884 140 302 0 2863 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 12672

[startup+6.25001 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30635
/proc/meminfo: memFree=1447712/2055920 swapFree=4183800/4192956
[pid=30634] ppid=30632 vsize=19612 CPUtime=6.24
/proc/30634/stat : 30634 (Spear-32) R 30632 30634 29797 0 -1 4194304 4787 0 0 0 619 5 0 0 25 0 1 0 202790496 20082688 4606 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30634/statm: 4903 4606 140 302 0 4598 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 19612

[startup+12.7033 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30635
/proc/meminfo: memFree=1434784/2055920 swapFree=4183800/4192956
[pid=30634] ppid=30632 vsize=31772 CPUtime=12.69
/proc/30634/stat : 30634 (Spear-32) R 30632 30634 29797 0 -1 4194304 7846 0 0 0 1259 10 0 0 25 0 1 0 202790496 32534528 7665 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30634/statm: 7943 7665 140 302 0 7638 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 31772

[startup+25.5048 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30635
/proc/meminfo: memFree=1414688/2055920 swapFree=4183800/4192956
[pid=30634] ppid=30632 vsize=52520 CPUtime=25.49
/proc/30634/stat : 30634 (Spear-32) R 30632 30634 29797 0 -1 4194304 13040 0 0 0 2532 17 0 0 25 0 1 0 202790496 53780480 12826 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526955 0 0 4096 0 0 0 0 17 1 0 0
/proc/30634/statm: 13130 12826 140 302 0 12825 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 52520

[startup+51.1109 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30635
/proc/meminfo: memFree=1381856/2055920 swapFree=4183800/4192956
[pid=30634] ppid=30632 vsize=84588 CPUtime=51.08
/proc/30634/stat : 30634 (Spear-32) R 30632 30634 29797 0 -1 4194304 21096 0 0 0 5081 27 0 0 25 0 1 0 202790496 86618112 20817 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 135257508 0 0 4096 0 0 0 0 17 1 0 0
/proc/30634/statm: 21147 20817 140 302 0 20842 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 84588

[startup+102.319 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30635
/proc/meminfo: memFree=1331104/2055920 swapFree=4183800/4192956
[pid=30634] ppid=30632 vsize=135404 CPUtime=102.27
/proc/30634/stat : 30634 (Spear-32) R 30632 30634 29797 0 -1 4194304 33840 0 0 0 10181 46 0 0 25 0 1 0 202790496 138653696 33561 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30634/statm: 33851 33561 140 302 0 33546 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 135404

[startup+162.341 s]
/proc/loadavg: 1.05 1.01 1.00 2/65 30635
/proc/meminfo: memFree=1278240/2055920 swapFree=4183800/4192956
[pid=30634] ppid=30632 vsize=187852 CPUtime=162.27
/proc/30634/stat : 30634 (Spear-32) R 30632 30634 29797 0 -1 4194304 47001 0 0 0 16160 67 0 0 25 0 1 0 202790496 192360448 46593 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30634/statm: 46963 46593 140 302 0 46658 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 187852

[startup+222.365 s]
/proc/loadavg: 1.07 1.02 1.00 2/65 30635
/proc/meminfo: memFree=1231264/2055920 swapFree=4183800/4192956
[pid=30634] ppid=30632 vsize=234840 CPUtime=222.27
/proc/30634/stat : 30634 (Spear-32) R 30632 30634 29797 0 -1 4194304 58782 0 0 0 22140 87 0 0 25 0 1 0 202790496 240476160 58374 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30634/statm: 58710 58374 140 302 0 58405 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 234840

[startup+282.388 s]
/proc/loadavg: 1.16 1.05 1.01 2/65 30635
/proc/meminfo: memFree=1193824/2055920 swapFree=4183800/4192956
[pid=30634] ppid=30632 vsize=272136 CPUtime=282.28
/proc/30634/stat : 30634 (Spear-32) R 30632 30634 29797 0 -1 4194304 68115 0 0 0 28127 101 0 0 25 0 1 0 202790496 278667264 67707 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/30634/statm: 68034 67707 140 302 0 67729 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 272136

[startup+342.407 s]
/proc/loadavg: 1.06 1.04 1.00 2/65 30635
/proc/meminfo: memFree=1163488/2055920 swapFree=4183800/4192956
[pid=30634] ppid=30632 vsize=303568 CPUtime=342.28
/proc/30634/stat : 30634 (Spear-32) R 30632 30634 29797 0 -1 4194304 75977 0 0 0 34116 112 0 0 25 0 1 0 202790496 310853632 75312 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/30634/statm: 75892 75312 140 302 0 75587 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 303568

[startup+402.432 s]
/proc/loadavg: 1.02 1.03 1.00 2/65 30635
/proc/meminfo: memFree=1131936/2055920 swapFree=4183800/4192956
[pid=30634] ppid=30632 vsize=334584 CPUtime=402.28
/proc/30634/stat : 30634 (Spear-32) R 30632 30634 29797 0 -1 4194304 83764 0 0 0 40103 125 0 0 25 0 1 0 202790496 342614016 83099 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/30634/statm: 83646 83099 140 302 0 83341 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 334584

[startup+462.471 s]
/proc/loadavg: 1.08 1.04 1.00 2/65 30635
/proc/meminfo: memFree=1095264/2055920 swapFree=4183800/4192956
[pid=30634] ppid=30632 vsize=371192 CPUtime=462.3
/proc/30634/stat : 30634 (Spear-32) R 30632 30634 29797 0 -1 4194304 92955 0 0 0 46090 140 0 0 25 0 1 0 202790496 380100608 92290 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527012 0 0 4096 0 0 0 0 17 1 0 0
/proc/30634/statm: 92798 92290 140 302 0 92493 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 371192

[startup+522.488 s]
/proc/loadavg: 1.10 1.04 1.00 2/65 30635
/proc/meminfo: memFree=1067360/2055920 swapFree=4183800/4192956
[pid=30634] ppid=30632 vsize=399084 CPUtime=522.29
/proc/30634/stat : 30634 (Spear-32) R 30632 30634 29797 0 -1 4194304 99939 0 0 0 52077 152 0 0 25 0 1 0 202790496 408662016 99274 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/30634/statm: 99771 99274 140 302 0 99466 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 399084

[startup+582.514 s]
/proc/loadavg: 1.03 1.03 1.00 2/65 30635
/proc/meminfo: memFree=1041312/2055920 swapFree=4183800/4192956
[pid=30634] ppid=30632 vsize=424752 CPUtime=582.31
/proc/30634/stat : 30634 (Spear-32) R 30632 30634 29797 0 -1 4194304 106351 0 0 0 58067 164 0 0 25 0 1 0 202790496 434946048 105686 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526914 0 0 4096 0 0 0 0 17 1 0 0
/proc/30634/statm: 106188 105686 140 302 0 105883 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 424752

[startup+642.537 s]
/proc/loadavg: 1.04 1.04 1.00 2/65 30635
/proc/meminfo: memFree=1018784/2055920 swapFree=4183800/4192956
[pid=30634] ppid=30632 vsize=447200 CPUtime=642.3
/proc/30634/stat : 30634 (Spear-32) R 30632 30634 29797 0 -1 4194304 111982 0 0 0 64055 175 0 0 25 0 1 0 202790496 457932800 111317 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/30634/statm: 111800 111317 140 302 0 111495 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 447200

[startup+702.555 s]
/proc/loadavg: 1.01 1.03 1.00 2/65 30635
/proc/meminfo: memFree=999904/2055920 swapFree=4183800/4192956
[pid=30634] ppid=30632 vsize=466104 CPUtime=702.3
/proc/30634/stat : 30634 (Spear-32) R 30632 30634 29797 0 -1 4194304 116704 0 0 0 70045 185 0 0 25 0 1 0 202790496 477290496 116039 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30634/statm: 116526 116039 140 302 0 116221 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 466104

[startup+762.572 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 30635
/proc/meminfo: memFree=980192/2055920 swapFree=4183800/4192956
[pid=30634] ppid=30632 vsize=485840 CPUtime=762.3
/proc/30634/stat : 30634 (Spear-32) R 30632 30634 29797 0 -1 4194304 121645 0 0 0 76035 195 0 0 25 0 1 0 202790496 497500160 120980 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30634/statm: 121460 120980 140 302 0 121155 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 485840

[startup+822.598 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 30635
/proc/meminfo: memFree=957600/2055920 swapFree=4183800/4192956
[pid=30634] ppid=30632 vsize=508204 CPUtime=822.3
/proc/30634/stat : 30634 (Spear-32) R 30632 30634 29797 0 -1 4194304 127224 0 0 0 82023 207 0 0 25 0 1 0 202790496 520400896 126559 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30634/statm: 127051 126559 140 302 0 126746 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 508204

[startup+882.623 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 30635
/proc/meminfo: memFree=926432/2055920 swapFree=4183800/4192956
[pid=30634] ppid=30632 vsize=539344 CPUtime=882.31
/proc/30634/stat : 30634 (Spear-32) R 30632 30634 29797 0 -1 4194304 135040 0 0 0 88013 218 0 0 25 0 1 0 202790496 552288256 134375 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/30634/statm: 134836 134375 140 302 0 134531 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 539344

[startup+942.645 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30635
/proc/meminfo: memFree=901152/2055920 swapFree=4183800/4192956
[pid=30634] ppid=30632 vsize=564680 CPUtime=942.31
/proc/30634/stat : 30634 (Spear-32) R 30632 30634 29797 0 -1 4194304 141387 0 0 0 94001 230 0 0 25 0 1 0 202790496 578232320 140722 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/30634/statm: 141170 140722 140 302 0 140865 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 564680

[startup+1002.66 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30635
/proc/meminfo: memFree=877536/2055920 swapFree=4183800/4192956
[pid=30634] ppid=30632 vsize=588172 CPUtime=1002.3
/proc/30634/stat : 30634 (Spear-32) R 30632 30634 29797 0 -1 4194304 147282 0 0 0 99988 242 0 0 25 0 1 0 202790496 602288128 146617 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526962 0 0 4096 0 0 0 0 17 1 0 0
/proc/30634/statm: 147043 146617 140 302 0 146738 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 588172

[startup+1062.69 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30635
/proc/meminfo: memFree=855200/2055920 swapFree=4183800/4192956
[pid=30634] ppid=30632 vsize=612108 CPUtime=1062.3
/proc/30634/stat : 30634 (Spear-32) R 30632 30634 29797 0 -1 4194304 153289 0 0 0 105977 253 0 0 25 0 1 0 202790496 626798592 152111 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/30634/statm: 153027 152111 140 302 0 152722 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 612108

[startup+1122.71 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30635
/proc/meminfo: memFree=835744/2055920 swapFree=4183800/4192956
[pid=30634] ppid=30632 vsize=631592 CPUtime=1122.3
/proc/30634/stat : 30634 (Spear-32) R 30632 30634 29797 0 -1 4194304 158153 0 0 0 111968 262 0 0 25 0 1 0 202790496 646750208 156975 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30634/statm: 157898 156975 140 302 0 157593 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 631592

[startup+1182.73 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30635
/proc/meminfo: memFree=818144/2055920 swapFree=4183800/4192956
[pid=30634] ppid=30632 vsize=649288 CPUtime=1182.31
/proc/30634/stat : 30634 (Spear-32) R 30632 30634 29797 0 -1 4194304 162580 0 0 0 117962 269 0 0 25 0 1 0 202790496 664870912 161402 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/30634/statm: 162322 161402 140 302 0 162017 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 649288



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.45 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30635
/proc/meminfo: memFree=812896/2055920 swapFree=4183800/4192956
[pid=30634] ppid=30632 vsize=654212 CPUtime=1200.02
/proc/30634/stat : 30634 (Spear-32) R 30632 30634 29797 0 -1 4194304 163830 0 0 0 119731 271 0 0 25 0 1 0 202790496 669913088 162652 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526984 0 0 4096 0 0 0 0 17 1 0 0
/proc/30634/statm: 163553 162652 140 302 0 163248 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 654212

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

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

[startup+1200.56 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30635
/proc/meminfo: memFree=812896/2055920 swapFree=4183800/4192956
[pid=30634] ppid=30632 vsize=0 CPUtime=1200.13
/proc/30634/stat : 30634 (Spear-32) D 30632 30634 29797 0 -1 4195332 163830 0 0 0 119731 282 0 0 25 0 1 0 202790496 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 0 18446744072100051646 0 0 17 1 0 0
/proc/30634/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1200.13
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.56
CPU time (s): 1200.14
CPU user time (s): 1197.32
CPU system time (s): 2.82157
CPU usage (%): 99.9649
Max. virtual memory (cumulated for all children) (KiB): 654212

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

runsolver used 0.707892 second user time and 2.50762 second system time

The end

Launcher Data (download as text)

Begin job on node35 on Wed Feb 21 20:37:48 UTC 2007

IDJOB= 306009
IDBENCH= 20170
IDSOLVER= 131
FILE ID= node35/306009-1172090268

PBS_JOBID= 3892836

Free space on /tmp= 66558 MiB

SOLVER NAME= Spear FHS 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/3SAT/v10000/unif-k3-r4.2-v10000-c42000-S1438185261-13.cnf
COMMAND LINE= /tmp/evaluation/306009-1172090268/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/306009-1172090268/instance-306009-1172090268.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node35/watcher-306009-1172090268 -o ROOT/results/node35/solver-306009-1172090268 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/306009-1172090268/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/306009-1172090268/instance-306009-1172090268.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  0b752d88128a6aad2af39810d467334c

RANDOM SEED= 783614139

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node35.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:       1465088 kB
Buffers:         44016 kB
Cached:         452680 kB
SwapCached:       3376 kB
Active:         135152 kB
Inactive:       371460 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1465088 kB
SwapTotal:     4192956 kB
SwapFree:      4183800 kB
Dirty:            2288 kB
Writeback:           0 kB
Mapped:          15696 kB
Slab:            70304 kB
Committed_AS:   781476 kB
PageTables:       1412 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= 66558 MiB

End job on node35 on Wed Feb 21 20:57:50 UTC 2007