Trace number 298302

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 FH 1.0? (TO) 1200.12 1200.92

General information on the benchmark

Namerandom/OnTreshold/3SAT/v500/
unif-k3-r4.26-v500-c2130-S1965764400-19.SAT.shuffled.cnf
MD5SUMa8fcc21a1c405b91adf9e5bdbb6b4ddd
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.021995
Satisfiable
(Un)Satisfiability was proved
Number of variables500
Number of clauses2130
Sum of the clauses size6390
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32130
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/298302-1171853411/instance-298302-1171853411.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/node58/watcher-298302-1171853411 -o ROOT/results/node58/solver-298302-1171853411 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/298302-1171853411/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/298302-1171853411/instance-298302-1171853411.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.91 0.97 0.99 2/64 13397
/proc/meminfo: memFree=1028256/2055920 swapFree=4183260/4192956
[pid=13397] ppid=13395 vsize=1528 CPUtime=0
/proc/13397/stat : 13397 (Spear-32) R 13395 13397 13340 0 -1 4194304 198 0 0 0 0 0 0 0 18 0 1 0 205297827 1564672 182 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/13397/statm: 382 182 129 302 0 77 0

[startup+0.106485 s]
/proc/loadavg: 0.91 0.97 0.99 2/64 13397
/proc/meminfo: memFree=1028256/2055920 swapFree=4183260/4192956
[pid=13397] ppid=13395 vsize=1916 CPUtime=0.1
/proc/13397/stat : 13397 (Spear-32) R 13395 13397 13340 0 -1 4194304 297 0 0 0 10 0 0 0 18 0 1 0 205297827 1961984 281 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/13397/statm: 479 281 140 302 0 174 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1916

[startup+0.514529 s]
/proc/loadavg: 0.91 0.97 0.99 2/64 13397
/proc/meminfo: memFree=1028256/2055920 swapFree=4183260/4192956
[pid=13397] ppid=13395 vsize=2696 CPUtime=0.5
/proc/13397/stat : 13397 (Spear-32) R 13395 13397 13340 0 -1 4194304 496 0 0 0 50 0 0 0 22 0 1 0 205297827 2760704 480 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/13397/statm: 674 480 140 302 0 369 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 2696

[startup+1.33462 s]
/proc/loadavg: 0.91 0.97 0.99 2/65 13398
/proc/meminfo: memFree=1026072/2055920 swapFree=4183260/4192956
[pid=13397] ppid=13395 vsize=3764 CPUtime=1.32
/proc/13397/stat : 13397 (Spear-32) R 13395 13397 13340 0 -1 4194304 763 0 0 0 131 1 0 0 25 0 1 0 205297827 3854336 747 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/13397/statm: 941 747 140 302 0 636 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 3764

[startup+2.9708 s]
/proc/loadavg: 0.91 0.97 0.99 2/65 13398
/proc/meminfo: memFree=1024792/2055920 swapFree=4183260/4192956
[pid=13397] ppid=13395 vsize=5316 CPUtime=2.96
/proc/13397/stat : 13397 (Spear-32) R 13395 13397 13340 0 -1 4194304 1138 0 0 0 294 2 0 0 25 0 1 0 205297827 5443584 1122 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/13397/statm: 1329 1122 140 302 0 1024 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 5316

[startup+6.24716 s]
/proc/loadavg: 0.92 0.97 0.99 2/65 13398
/proc/meminfo: memFree=1022360/2055920 swapFree=4183260/4192956
[pid=13397] ppid=13395 vsize=7376 CPUtime=6.23
/proc/13397/stat : 13397 (Spear-32) R 13395 13397 13340 0 -1 4194304 1671 0 0 0 619 4 0 0 25 0 1 0 205297827 7553024 1622 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/13397/statm: 1844 1622 140 302 0 1539 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 7376

[startup+12.7059 s]
/proc/loadavg: 0.93 0.97 0.99 2/65 13398
/proc/meminfo: memFree=1019416/2055920 swapFree=4183260/4192956
[pid=13397] ppid=13395 vsize=10128 CPUtime=12.69
/proc/13397/stat : 13397 (Spear-32) R 13395 13397 13340 0 -1 4194304 2360 0 0 0 1263 6 0 0 25 0 1 0 205297827 10371072 2311 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/13397/statm: 2532 2311 140 302 0 2227 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 10128

[startup+25.5153 s]
/proc/loadavg: 0.94 0.97 0.99 2/65 13398
/proc/meminfo: memFree=1015704/2055920 swapFree=4183260/4192956
[pid=13397] ppid=13395 vsize=14116 CPUtime=25.49
/proc/13397/stat : 13397 (Spear-32) R 13395 13397 13340 0 -1 4194304 3370 0 0 0 2539 10 0 0 25 0 1 0 205297827 14454784 3256 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526962 0 0 4096 0 0 0 0 17 0 0 0
/proc/13397/statm: 3529 3256 140 302 0 3224 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 14116

[startup+51.1321 s]
/proc/loadavg: 0.96 0.97 0.99 2/65 13398
/proc/meminfo: memFree=1010008/2055920 swapFree=4183260/4192956
[pid=13397] ppid=13395 vsize=19732 CPUtime=51.09
/proc/13397/stat : 13397 (Spear-32) R 13395 13397 13340 0 -1 4194304 4791 0 0 0 5094 15 0 0 25 0 1 0 205297827 20205568 4677 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526888 0 0 4096 0 0 0 0 17 0 0 0
/proc/13397/statm: 4933 4677 140 302 0 4628 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 19732

[startup+102.362 s]
/proc/loadavg: 0.98 0.97 0.99 2/65 13398
/proc/meminfo: memFree=1001816/2055920 swapFree=4183260/4192956
[pid=13397] ppid=13395 vsize=28508 CPUtime=102.28
/proc/13397/stat : 13397 (Spear-32) R 13395 13397 13340 0 -1 4194304 6949 0 0 0 10205 23 0 0 25 0 1 0 205297827 29192192 6706 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/13397/statm: 7127 6706 140 302 0 6822 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 28508

[startup+162.401 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 13398
/proc/meminfo: memFree=994584/2055920 swapFree=4183260/4192956
[pid=13397] ppid=13395 vsize=35840 CPUtime=162.27
/proc/13397/stat : 13397 (Spear-32) R 13395 13397 13340 0 -1 4194304 8714 0 0 0 16195 32 0 0 25 0 1 0 205297827 36700160 8471 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 0 0 0
/proc/13397/statm: 8960 8471 140 302 0 8655 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 35840

[startup+222.452 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 13398
/proc/meminfo: memFree=989080/2055920 swapFree=4183260/4192956
[pid=13397] ppid=13395 vsize=41456 CPUtime=222.29
/proc/13397/stat : 13397 (Spear-32) R 13395 13397 13340 0 -1 4194304 10111 0 0 0 22190 39 0 0 25 0 1 0 205297827 42450944 9868 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 0 0 0
/proc/13397/statm: 10364 9868 140 302 0 10059 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 41456

[startup+282.489 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 13398
/proc/meminfo: memFree=983960/2055920 swapFree=4183260/4192956
[pid=13397] ppid=13395 vsize=47680 CPUtime=282.29
/proc/13397/stat : 13397 (Spear-32) R 13395 13397 13340 0 -1 4194304 11648 0 0 0 28183 46 0 0 25 0 1 0 205297827 48824320 11148 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 0 0 0
/proc/13397/statm: 11920 11148 140 302 0 11615 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 47680

[startup+342.53 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 13398
/proc/meminfo: memFree=978592/2055920 swapFree=4183260/4192956
[pid=13397] ppid=13395 vsize=53072 CPUtime=342.3
/proc/13397/stat : 13397 (Spear-32) R 13395 13397 13340 0 -1 4194304 12995 0 0 0 34176 54 0 0 25 0 1 0 205297827 54345728 12495 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/13397/statm: 13268 12495 140 302 0 12963 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 53072

[startup+402.576 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 13398
/proc/meminfo: memFree=973856/2055920 swapFree=4183260/4192956
[pid=13397] ppid=13395 vsize=57580 CPUtime=402.3
/proc/13397/stat : 13397 (Spear-32) R 13395 13397 13340 0 -1 4194304 14156 0 0 0 40170 60 0 0 25 0 1 0 205297827 58961920 13656 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 0 0 0
/proc/13397/statm: 14395 13656 140 302 0 14090 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 57580

[startup+462.626 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 13398
/proc/meminfo: memFree=969632/2055920 swapFree=4183260/4192956
[pid=13397] ppid=13395 vsize=61720 CPUtime=462.31
/proc/13397/stat : 13397 (Spear-32) R 13395 13397 13340 0 -1 4194304 15215 0 0 0 46165 66 0 0 25 0 1 0 205297827 63201280 14715 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 0 0 0
/proc/13397/statm: 15430 14715 140 302 0 15125 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 61720

[startup+522.661 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 13398
/proc/meminfo: memFree=965344/2055920 swapFree=4183260/4192956
[pid=13397] ppid=13395 vsize=66292 CPUtime=522.32
/proc/13397/stat : 13397 (Spear-32) R 13395 13397 13340 0 -1 4194304 16291 0 0 0 52160 72 0 0 25 0 1 0 205297827 67883008 15791 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526745 0 0 4096 0 0 0 0 17 0 0 0
/proc/13397/statm: 16573 15791 140 302 0 16268 0
Current children cumulated CPU time (s) 522.32
Current children cumulated vsize (KiB) 66292

[startup+582.701 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 13398
/proc/meminfo: memFree=960736/2055920 swapFree=4183260/4192956
[pid=13397] ppid=13395 vsize=70756 CPUtime=582.32
/proc/13397/stat : 13397 (Spear-32) R 13395 13397 13340 0 -1 4194304 17437 0 0 0 58154 78 0 0 25 0 1 0 205297827 72454144 16937 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 0 0 0
/proc/13397/statm: 17689 16937 140 302 0 17384 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 70756

[startup+642.74 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 13398
/proc/meminfo: memFree=956576/2055920 swapFree=4183260/4192956
[pid=13397] ppid=13395 vsize=75016 CPUtime=642.33
/proc/13397/stat : 13397 (Spear-32) R 13395 13397 13340 0 -1 4194304 18467 0 0 0 64149 84 0 0 25 0 1 0 205297827 76816384 17967 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 0 0 0
/proc/13397/statm: 18754 17967 140 302 0 18449 0
Current children cumulated CPU time (s) 642.33
Current children cumulated vsize (KiB) 75016

[startup+702.809 s]
/proc/loadavg: 0.99 0.97 0.99 2/71 13520
/proc/meminfo: memFree=951472/2055920 swapFree=4183260/4192956
[pid=13397] ppid=13395 vsize=78944 CPUtime=702.36
/proc/13397/stat : 13397 (Spear-32) R 13395 13397 13340 0 -1 4194304 19415 0 0 0 70138 98 0 0 25 0 1 0 205297827 80838656 18915 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527080 0 0 4096 0 0 0 0 17 0 0 0
/proc/13397/statm: 19736 18915 140 302 0 19431 0
Current children cumulated CPU time (s) 702.36
Current children cumulated vsize (KiB) 78944

[startup+762.881 s]
/proc/loadavg: 1.03 0.99 0.99 2/65 14006
/proc/meminfo: memFree=948696/2055920 swapFree=4183260/4192956
[pid=13397] ppid=13395 vsize=82612 CPUtime=762.36
/proc/13397/stat : 13397 (Spear-32) R 13395 13397 13340 0 -1 4194304 20319 0 0 0 76126 110 0 0 25 0 1 0 205297827 84594688 19819 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/13397/statm: 20653 19819 140 302 0 20348 0
Current children cumulated CPU time (s) 762.36
Current children cumulated vsize (KiB) 82612

[startup+822.923 s]
/proc/loadavg: 1.01 0.99 0.99 2/65 14006
/proc/meminfo: memFree=945368/2055920 swapFree=4183260/4192956
[pid=13397] ppid=13395 vsize=88108 CPUtime=822.37
/proc/13397/stat : 13397 (Spear-32) R 13395 13397 13340 0 -1 4194304 21678 0 0 0 82121 116 0 0 25 0 1 0 205297827 90222592 20665 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 0 0 0
/proc/13397/statm: 22027 20665 140 302 0 21722 0
Current children cumulated CPU time (s) 822.37
Current children cumulated vsize (KiB) 88108

[startup+882.962 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 14006
/proc/meminfo: memFree=942040/2055920 swapFree=4183260/4192956
[pid=13397] ppid=13395 vsize=91712 CPUtime=882.37
/proc/13397/stat : 13397 (Spear-32) R 13395 13397 13340 0 -1 4194304 22525 0 0 0 88118 119 0 0 25 0 1 0 205297827 93913088 21512 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526972 0 0 4096 0 0 0 0 17 0 0 0
/proc/13397/statm: 22928 21512 140 302 0 22623 0
Current children cumulated CPU time (s) 882.37
Current children cumulated vsize (KiB) 91712

[startup+943.013 s]
/proc/loadavg: 1.04 1.00 1.00 2/65 14006
/proc/meminfo: memFree=938840/2055920 swapFree=4183260/4192956
[pid=13397] ppid=13395 vsize=94800 CPUtime=942.38
/proc/13397/stat : 13397 (Spear-32) R 13395 13397 13340 0 -1 4194304 23322 0 0 0 94113 125 0 0 25 0 1 0 205297827 97075200 22309 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 0 0 0
/proc/13397/statm: 23700 22309 140 302 0 23395 0
Current children cumulated CPU time (s) 942.38
Current children cumulated vsize (KiB) 94800

[startup+1003.05 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 14006
/proc/meminfo: memFree=935704/2055920 swapFree=4183260/4192956
[pid=13397] ppid=13395 vsize=98188 CPUtime=1002.38
/proc/13397/stat : 13397 (Spear-32) R 13395 13397 13340 0 -1 4194304 24129 0 0 0 100107 131 0 0 25 0 1 0 205297827 100544512 23116 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 0 0 0
/proc/13397/statm: 24547 23116 140 302 0 24242 0
Current children cumulated CPU time (s) 1002.38
Current children cumulated vsize (KiB) 98188

[startup+1063.09 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14006
/proc/meminfo: memFree=932640/2055920 swapFree=4183260/4192956
[pid=13397] ppid=13395 vsize=101272 CPUtime=1062.4
/proc/13397/stat : 13397 (Spear-32) R 13395 13397 13340 0 -1 4194304 24883 0 0 0 106105 135 0 0 25 0 1 0 205297827 103702528 23870 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/13397/statm: 25318 23870 140 302 0 25013 0
Current children cumulated CPU time (s) 1062.4
Current children cumulated vsize (KiB) 101272

[startup+1123.14 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14006
/proc/meminfo: memFree=930144/2055920 swapFree=4183260/4192956
[pid=13397] ppid=13395 vsize=103856 CPUtime=1122.38
/proc/13397/stat : 13397 (Spear-32) R 13395 13397 13340 0 -1 4194304 25550 0 0 0 112099 139 0 0 25 0 1 0 205297827 106348544 24537 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134527004 0 0 4096 0 0 0 0 17 1 0 0
/proc/13397/statm: 25964 24537 140 302 0 25659 0
Current children cumulated CPU time (s) 1122.38
Current children cumulated vsize (KiB) 103856

[startup+1183.18 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14006
/proc/meminfo: memFree=927200/2055920 swapFree=4183260/4192956
[pid=13397] ppid=13395 vsize=106868 CPUtime=1182.37
/proc/13397/stat : 13397 (Spear-32) R 13395 13397 13340 0 -1 4194304 26283 0 0 0 118095 142 0 0 25 0 1 0 205297827 109432832 25270 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526834 0 0 4096 0 0 0 0 17 0 0 0
/proc/13397/statm: 26717 25270 140 302 0 26412 0
Current children cumulated CPU time (s) 1182.37
Current children cumulated vsize (KiB) 106868



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14006
/proc/meminfo: memFree=926432/2055920 swapFree=4183260/4192956
[pid=13397] ppid=13395 vsize=107648 CPUtime=1200.1
/proc/13397/stat : 13397 (Spear-32) R 13395 13397 13340 0 -1 4194304 26456 0 0 0 119867 143 0 0 25 0 1 0 205297827 110231552 25443 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 0 0 0
/proc/13397/statm: 26912 25443 140 302 0 26607 0
Current children cumulated CPU time (s) 1200.1
Current children cumulated vsize (KiB) 107648

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

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

[startup+1200.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 14006
/proc/meminfo: memFree=926432/2055920 swapFree=4183260/4192956
[pid=13397] ppid=13395 vsize=107648 CPUtime=1200.1
/proc/13397/stat : 13397 (Spear-32) R 13395 13397 13340 0 -1 4194304 26456 0 0 0 119867 143 0 0 25 0 1 0 205297827 110231552 25443 18446744073709551615 134512640 135752790 4294956640 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 0 0 0
/proc/13397/statm: 26912 25443 140 302 0 26607 0
Current children cumulated CPU time (s) 1200.1
Current children cumulated vsize (KiB) 107648

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.92
CPU time (s): 1200.12
CPU user time (s): 1198.67
CPU system time (s): 1.44978
CPU usage (%): 99.9337
Max. virtual memory (cumulated for all children) (KiB): 107648

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

runsolver used 1.18582 second user time and 3.09253 second system time

The end

Launcher Data (download as text)

Begin job on node58 on Mon Feb 19 02:50:12 UTC 2007

IDJOB= 298302
IDBENCH= 19982
IDSOLVER= 132
FILE ID= node58/298302-1171853411

PBS_JOBID= 3839748

Free space on /tmp= 66563 MiB

SOLVER NAME= Spear FH 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/3SAT/v500/unif-k3-r4.26-v500-c2130-S1965764400-19.SAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/298302-1171853411/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/298302-1171853411/instance-298302-1171853411.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node58/watcher-298302-1171853411 -o ROOT/results/node58/solver-298302-1171853411 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/298302-1171853411/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/298302-1171853411/instance-298302-1171853411.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  a8fcc21a1c405b91adf9e5bdbb6b4ddd

RANDOM SEED= 574429095

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node58.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.234
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.234
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:       1028728 kB
Buffers:         52936 kB
Cached:         863484 kB
SwapCached:       4096 kB
Active:         596296 kB
Inactive:       329888 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1028728 kB
SwapTotal:     4192956 kB
SwapFree:      4183260 kB
Dirty:            1744 kB
Writeback:           0 kB
Mapped:          15192 kB
Slab:            87136 kB
Committed_AS:   503304 kB
PageTables:       1380 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= 66563 MiB

End job on node58 on Mon Feb 19 03:10:14 UTC 2007