Trace number 294160

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.03 1200.44

General information on the benchmark

Namerandom/OnTreshold/5SAT/v130/
unif-k5-r21.3-v130-c2769-S1109841921-18.SAT.shuffled.cnf
MD5SUMdbe7e3fe1e7b58d06fc02e720d4baf80
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.068989
Satisfiable
(Un)Satisfiability was proved
Number of variables130
Number of clauses2769
Sum of the clauses size13845
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 52769
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/294160-1171783977/instance-294160-1171783977.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/node65/watcher-294160-1171783977 -o ROOT/results/node65/solver-294160-1171783977 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/294160-1171783977/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/294160-1171783977/instance-294160-1171783977.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/64 22791
/proc/meminfo: memFree=818416/2055920 swapFree=4183880/4192956
[pid=22791] ppid=22789 vsize=1396 CPUtime=0
/proc/22791/stat : 22791 (Spear-32) R 22789 22791 22734 0 -1 4194304 185 0 0 0 0 0 0 0 18 0 1 0 198355211 1429504 169 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 135255977 0 0 4096 0 0 0 0 17 1 0 0
/proc/22791/statm: 349 169 129 302 0 44 0

[startup+0.106804 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 22791
/proc/meminfo: memFree=818416/2055920 swapFree=4183880/4192956
[pid=22791] ppid=22789 vsize=1916 CPUtime=0.1
/proc/22791/stat : 22791 (Spear-32) R 22789 22791 22734 0 -1 4194304 308 0 0 0 10 0 0 0 18 0 1 0 198355211 1961984 292 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22791/statm: 479 292 140 302 0 174 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1916

[startup+0.51487 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 22791
/proc/meminfo: memFree=818416/2055920 swapFree=4183880/4192956
[pid=22791] ppid=22789 vsize=2820 CPUtime=0.5
/proc/22791/stat : 22791 (Spear-32) R 22789 22791 22734 0 -1 4194304 540 0 0 0 49 1 0 0 21 0 1 0 198355211 2887680 524 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22791/statm: 705 524 140 302 0 400 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 2820

[startup+1.33501 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 22792
/proc/meminfo: memFree=815912/2055920 swapFree=4183880/4192956
[pid=22791] ppid=22789 vsize=3988 CPUtime=1.32
/proc/22791/stat : 22791 (Spear-32) R 22789 22791 22734 0 -1 4194304 824 0 0 0 130 2 0 0 25 0 1 0 198355211 4083712 808 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22791/statm: 997 808 140 302 0 692 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 3988

[startup+2.97128 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 22792
/proc/meminfo: memFree=814568/2055920 swapFree=4183880/4192956
[pid=22791] ppid=22789 vsize=5552 CPUtime=2.96
/proc/22791/stat : 22791 (Spear-32) R 22789 22791 22734 0 -1 4194304 1199 0 0 0 293 3 0 0 25 0 1 0 198355211 5685248 1183 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22791/statm: 1388 1183 140 302 0 1083 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 5552

[startup+6.25081 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 22792
/proc/meminfo: memFree=812264/2055920 swapFree=4183880/4192956
[pid=22791] ppid=22789 vsize=7640 CPUtime=6.24
/proc/22791/stat : 22791 (Spear-32) R 22789 22791 22734 0 -1 4194304 1730 0 0 0 619 5 0 0 25 0 1 0 198355211 7823360 1681 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22791/statm: 1910 1681 140 302 0 1605 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 7640

[startup+12.7029 s]
/proc/loadavg: 0.94 0.98 0.99 2/65 22792
/proc/meminfo: memFree=809328/2055920 swapFree=4183880/4192956
[pid=22791] ppid=22789 vsize=10368 CPUtime=12.68
/proc/22791/stat : 22791 (Spear-32) R 22789 22791 22734 0 -1 4194304 2424 0 0 0 1261 7 0 0 25 0 1 0 198355211 10616832 2375 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22791/statm: 2592 2375 140 302 0 2287 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 10368

[startup+25.508 s]
/proc/loadavg: 0.95 0.98 0.99 2/65 22792
/proc/meminfo: memFree=805616/2055920 swapFree=4183880/4192956
[pid=22791] ppid=22789 vsize=14444 CPUtime=25.49
/proc/22791/stat : 22791 (Spear-32) R 22789 22791 22734 0 -1 4194304 3448 0 0 0 2539 10 0 0 25 0 1 0 198355211 14790656 3334 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22791/statm: 3611 3334 140 302 0 3306 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 14444

[startup+51.1122 s]
/proc/loadavg: 0.96 0.98 0.99 2/65 22792
/proc/meminfo: memFree=800176/2055920 swapFree=4183880/4192956
[pid=22791] ppid=22789 vsize=19648 CPUtime=51.08
/proc/22791/stat : 22791 (Spear-32) R 22789 22791 22734 0 -1 4194304 4772 0 0 0 5093 15 0 0 25 0 1 0 198355211 20119552 4658 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22791/statm: 4912 4658 140 302 0 4607 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 19648

[startup+102.32 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 22792
/proc/meminfo: memFree=792240/2055920 swapFree=4183880/4192956
[pid=22791] ppid=22789 vsize=28288 CPUtime=102.27
/proc/22791/stat : 22791 (Spear-32) R 22789 22791 22734 0 -1 4194304 6885 0 0 0 10204 23 0 0 25 0 1 0 198355211 28966912 6642 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526721 0 0 4096 0 0 0 0 17 1 0 0
/proc/22791/statm: 7072 6642 140 302 0 6767 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 28288

[startup+162.345 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 22792
/proc/meminfo: memFree=785328/2055920 swapFree=4183880/4192956
[pid=22791] ppid=22789 vsize=35180 CPUtime=162.28
/proc/22791/stat : 22791 (Spear-32) R 22789 22791 22734 0 -1 4194304 8596 0 0 0 16196 32 0 0 25 0 1 0 198355211 36024320 8353 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/22791/statm: 8795 8353 140 302 0 8490 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 35180

[startup+222.367 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 22792
/proc/meminfo: memFree=779696/2055920 swapFree=4183880/4192956
[pid=22791] ppid=22789 vsize=40932 CPUtime=222.28
/proc/22791/stat : 22791 (Spear-32) R 22789 22791 22734 0 -1 4194304 10013 0 0 0 22188 40 0 0 25 0 1 0 198355211 41914368 9770 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526984 0 0 4096 0 0 0 0 17 1 0 0
/proc/22791/statm: 10233 9770 140 302 0 9928 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 40932

[startup+282.386 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 22792
/proc/meminfo: memFree=774384/2055920 swapFree=4183880/4192956
[pid=22791] ppid=22789 vsize=47316 CPUtime=282.28
/proc/22791/stat : 22791 (Spear-32) R 22789 22791 22734 0 -1 4194304 11593 0 0 0 28180 48 0 0 25 0 1 0 198355211 48451584 11093 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22791/statm: 11829 11093 140 302 0 11524 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 47316

[startup+342.404 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 22792
/proc/meminfo: memFree=769264/2055920 swapFree=4183880/4192956
[pid=22791] ppid=22789 vsize=52736 CPUtime=342.28
/proc/22791/stat : 22791 (Spear-32) R 22789 22791 22734 0 -1 4194304 12872 0 0 0 34173 55 0 0 25 0 1 0 198355211 54001664 12372 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22791/statm: 13184 12372 140 302 0 12879 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 52736

[startup+402.427 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 22794
/proc/meminfo: memFree=764976/2055920 swapFree=4183880/4192956
[pid=22791] ppid=22789 vsize=56992 CPUtime=402.28
/proc/22791/stat : 22791 (Spear-32) R 22789 22791 22734 0 -1 4194304 13917 0 0 0 40169 59 0 0 25 0 1 0 198355211 58359808 13417 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/22791/statm: 14248 13417 140 302 0 13943 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 56992

[startup+462.449 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 22794
/proc/meminfo: memFree=761200/2055920 swapFree=4183880/4192956
[pid=22791] ppid=22789 vsize=60908 CPUtime=462.28
/proc/22791/stat : 22791 (Spear-32) R 22789 22791 22734 0 -1 4194304 14883 0 0 0 46164 64 0 0 25 0 1 0 198355211 62369792 14383 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526822 0 0 4096 0 0 0 0 17 1 0 0
/proc/22791/statm: 15227 14383 140 302 0 14922 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 60908

[startup+522.473 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 22794
/proc/meminfo: memFree=757424/2055920 swapFree=4183880/4192956
[pid=22791] ppid=22789 vsize=64772 CPUtime=522.28
/proc/22791/stat : 22791 (Spear-32) R 22789 22791 22734 0 -1 4194304 15808 0 0 0 52160 68 0 0 25 0 1 0 198355211 66326528 15308 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/22791/statm: 16193 15308 140 302 0 15888 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 64772

[startup+582.492 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 22794
/proc/meminfo: memFree=754032/2055920 swapFree=4183880/4192956
[pid=22791] ppid=22789 vsize=68180 CPUtime=582.28
/proc/22791/stat : 22791 (Spear-32) R 22789 22791 22734 0 -1 4194304 16655 0 0 0 58156 72 0 0 25 0 1 0 198355211 69816320 16155 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/22791/statm: 17045 16155 140 302 0 16740 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 68180

[startup+642.513 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 22794
/proc/meminfo: memFree=750896/2055920 swapFree=4183880/4192956
[pid=22791] ppid=22789 vsize=71368 CPUtime=642.28
/proc/22791/stat : 22791 (Spear-32) R 22789 22791 22734 0 -1 4194304 17438 0 0 0 64152 76 0 0 25 0 1 0 198355211 73080832 16938 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22791/statm: 17842 16938 140 302 0 17537 0
Current children cumulated CPU time (s) 642.28
Current children cumulated vsize (KiB) 71368

[startup+702.533 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 22794
/proc/meminfo: memFree=747248/2055920 swapFree=4183880/4192956
[pid=22791] ppid=22789 vsize=75056 CPUtime=702.28
/proc/22791/stat : 22791 (Spear-32) R 22789 22791 22734 0 -1 4194304 18339 0 0 0 70146 82 0 0 25 0 1 0 198355211 76857344 17839 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/22791/statm: 18764 17839 140 302 0 18459 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 75056

[startup+762.55 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 22794
/proc/meminfo: memFree=744176/2055920 swapFree=4183880/4192956
[pid=22791] ppid=22789 vsize=78044 CPUtime=762.27
/proc/22791/stat : 22791 (Spear-32) R 22789 22791 22734 0 -1 4194304 19109 0 0 0 76141 86 0 0 25 0 1 0 198355211 79917056 18609 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22791/statm: 19511 18609 140 302 0 19206 0
Current children cumulated CPU time (s) 762.27
Current children cumulated vsize (KiB) 78044

[startup+822.578 s]
/proc/loadavg: 1.05 1.00 1.00 2/65 22794
/proc/meminfo: memFree=741168/2055920 swapFree=4183880/4192956
[pid=22791] ppid=22789 vsize=80880 CPUtime=822.28
/proc/22791/stat : 22791 (Spear-32) R 22789 22791 22734 0 -1 4194304 19841 0 0 0 82136 92 0 0 25 0 1 0 198355211 82821120 19341 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527022 0 0 4096 0 0 0 0 17 1 0 0
/proc/22791/statm: 20220 19341 140 302 0 19915 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 80880

[startup+882.598 s]
/proc/loadavg: 1.02 1.00 1.00 2/65 22794
/proc/meminfo: memFree=738416/2055920 swapFree=4183880/4192956
[pid=22791] ppid=22789 vsize=83804 CPUtime=882.29
/proc/22791/stat : 22791 (Spear-32) R 22789 22791 22734 0 -1 4194304 20534 0 0 0 88132 97 0 0 25 0 1 0 198355211 85815296 20034 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/22791/statm: 20951 20034 140 302 0 20646 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 83804

[startup+942.616 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22794
/proc/meminfo: memFree=735856/2055920 swapFree=4183880/4192956
[pid=22791] ppid=22789 vsize=88320 CPUtime=942.28
/proc/22791/stat : 22791 (Spear-32) R 22789 22791 22734 0 -1 4194304 21687 0 0 0 94127 101 0 0 25 0 1 0 198355211 90439680 20674 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/22791/statm: 22080 20674 140 302 0 21775 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 88320

[startup+1002.63 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22794
/proc/meminfo: memFree=732912/2055920 swapFree=4183880/4192956
[pid=22791] ppid=22789 vsize=91364 CPUtime=1002.28
/proc/22791/stat : 22791 (Spear-32) R 22789 22791 22734 0 -1 4194304 22425 0 0 0 100123 105 0 0 25 0 1 0 198355211 93556736 21412 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527172 0 0 4096 0 0 0 0 17 1 0 0
/proc/22791/statm: 22841 21412 140 302 0 22536 0
Current children cumulated CPU time (s) 1002.28
Current children cumulated vsize (KiB) 91364

[startup+1062.66 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22794
/proc/meminfo: memFree=730288/2055920 swapFree=4183880/4192956
[pid=22791] ppid=22789 vsize=94212 CPUtime=1062.28
/proc/22791/stat : 22791 (Spear-32) R 22789 22791 22734 0 -1 4194304 23084 0 0 0 106119 109 0 0 25 0 1 0 198355211 96473088 22071 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/22791/statm: 23553 22071 140 302 0 23248 0
Current children cumulated CPU time (s) 1062.28
Current children cumulated vsize (KiB) 94212

[startup+1122.68 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22794
/proc/meminfo: memFree=727728/2055920 swapFree=4183880/4192956
[pid=22791] ppid=22789 vsize=96668 CPUtime=1122.28
/proc/22791/stat : 22791 (Spear-32) R 22789 22791 22734 0 -1 4194304 23712 0 0 0 112115 113 0 0 25 0 1 0 198355211 98988032 22699 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526888 0 0 4096 0 0 0 0 17 1 0 0
/proc/22791/statm: 24167 22699 140 302 0 23862 0
Current children cumulated CPU time (s) 1122.28
Current children cumulated vsize (KiB) 96668

[startup+1182.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22794
/proc/meminfo: memFree=725360/2055920 swapFree=4183880/4192956
[pid=22791] ppid=22789 vsize=99104 CPUtime=1182.29
/proc/22791/stat : 22791 (Spear-32) R 22789 22791 22734 0 -1 4194304 24319 0 0 0 118112 117 0 0 25 0 1 0 198355211 101482496 23306 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527089 0 0 4096 0 0 0 0 17 1 0 0
/proc/22791/statm: 24776 23306 140 302 0 24471 0
Current children cumulated CPU time (s) 1182.29
Current children cumulated vsize (KiB) 99104



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.42 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22794
/proc/meminfo: memFree=724528/2055920 swapFree=4183880/4192956
[pid=22791] ppid=22789 vsize=99900 CPUtime=1200.01
/proc/22791/stat : 22791 (Spear-32) R 22789 22791 22734 0 -1 4194304 24512 0 0 0 119883 118 0 0 25 0 1 0 198355211 102297600 23499 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526710 0 0 4096 0 0 0 0 17 1 0 0
/proc/22791/statm: 24975 23499 140 302 0 24670 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 99900

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

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

[startup+1200.42 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22794
/proc/meminfo: memFree=724528/2055920 swapFree=4183880/4192956
[pid=22791] ppid=22789 vsize=99900 CPUtime=1200.01
/proc/22791/stat : 22791 (Spear-32) R 22789 22791 22734 0 -1 4194304 24512 0 0 0 119883 118 0 0 25 0 1 0 198355211 102297600 23499 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526710 0 0 4096 0 0 0 0 17 1 0 0
/proc/22791/statm: 24975 23499 140 302 0 24670 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 99900

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.44
CPU time (s): 1200.03
CPU user time (s): 1198.83
CPU system time (s): 1.19682
CPU usage (%): 99.9657
Max. virtual memory (cumulated for all children) (KiB): 99900

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

runsolver used 0.880866 second user time and 2.34664 second system time

The end

Launcher Data (download as text)

Begin job on node65 on Sun Feb 18 07:32:57 UTC 2007

IDJOB= 294160
IDBENCH= 19881
IDSOLVER= 131
FILE ID= node65/294160-1171783977

PBS_JOBID= 3839556

Free space on /tmp= 66563 MiB

SOLVER NAME= Spear FHS 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/5SAT/v130/unif-k5-r21.3-v130-c2769-S1109841921-18.SAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/294160-1171783977/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/294160-1171783977/instance-294160-1171783977.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node65/watcher-294160-1171783977 -o ROOT/results/node65/solver-294160-1171783977 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/294160-1171783977/Spear-32 --model-stdout --time --spset-autotuned-fh_1_1 --dimacs /tmp/evaluation/294160-1171783977/instance-294160-1171783977.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  dbe7e3fe1e7b58d06fc02e720d4baf80

RANDOM SEED= 318660103

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node65.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.259
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.259
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:        818896 kB
Buffers:         47708 kB
Cached:        1060172 kB
SwapCached:       2900 kB
Active:         773924 kB
Inactive:       343148 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        818896 kB
SwapTotal:     4192956 kB
SwapFree:      4183880 kB
Dirty:            1744 kB
Writeback:           0 kB
Mapped:          15152 kB
Slab:           105996 kB
Committed_AS:   488284 kB
PageTables:       1456 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 node65 on Sun Feb 18 07:52:59 UTC 2007