Trace number 298876

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

General information on the benchmark

Namerandom/OnTreshold/3SAT/v360/
unif-k3-r4.26-v360-c1533-S1806915801-08.SAT.shuffled.cnf
MD5SUMcf84a3dca136fb4dbd89b4b968109201
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.043993
Satisfiable
(Un)Satisfiability was proved
Number of variables360
Number of clauses1533
Sum of the clauses size4599
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31533
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/298876-1171861703/instance-298876-1171861703.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/node19/watcher-298876-1171861703 -o ROOT/results/node19/solver-298876-1171861703 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/298876-1171861703/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/298876-1171861703/instance-298876-1171861703.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 3/77 29934
/proc/meminfo: memFree=1387368/2055920 swapFree=4192812/4192956
[pid=29934] ppid=29932 vsize=1532 CPUtime=0
/proc/29934/stat : 29934 (Spear-32) R 29932 29934 28344 0 -1 4194304 193 0 0 0 0 0 0 0 18 0 1 0 206124347 1568768 177 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/29934/statm: 383 177 128 302 0 78 0

[startup+0.107538 s]
/proc/loadavg: 0.91 0.97 0.99 3/77 29934
/proc/meminfo: memFree=1387368/2055920 swapFree=4192812/4192956
[pid=29934] ppid=29932 vsize=1788 CPUtime=0.1
/proc/29934/stat : 29934 (Spear-32) R 29932 29934 28344 0 -1 4194304 281 0 0 0 10 0 0 0 18 0 1 0 206124347 1830912 265 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29934/statm: 447 265 140 302 0 142 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1788

[startup+0.515581 s]
/proc/loadavg: 0.91 0.97 0.99 3/77 29934
/proc/meminfo: memFree=1387368/2055920 swapFree=4192812/4192956
[pid=29934] ppid=29932 vsize=2612 CPUtime=0.5
/proc/29934/stat : 29934 (Spear-32) R 29932 29934 28344 0 -1 4194304 464 0 0 0 50 0 0 0 21 0 1 0 206124347 2674688 448 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29934/statm: 653 448 140 302 0 348 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 2612

[startup+1.33567 s]
/proc/loadavg: 0.91 0.97 0.99 2/78 29935
/proc/meminfo: memFree=1385440/2055920 swapFree=4192812/4192956
[pid=29934] ppid=29932 vsize=3404 CPUtime=1.32
/proc/29934/stat : 29934 (Spear-32) R 29932 29934 28344 0 -1 4194304 678 0 0 0 131 1 0 0 25 0 1 0 206124347 3485696 662 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29934/statm: 851 662 140 302 0 546 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 3404

[startup+2.97185 s]
/proc/loadavg: 0.91 0.97 0.99 2/78 29935
/proc/meminfo: memFree=1384416/2055920 swapFree=4192812/4192956
[pid=29934] ppid=29932 vsize=4584 CPUtime=2.96
/proc/29934/stat : 29934 (Spear-32) R 29932 29934 28344 0 -1 4194304 967 0 0 0 293 3 0 0 25 0 1 0 206124347 4694016 951 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29934/statm: 1146 951 140 302 0 841 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 4584

[startup+6.2532 s]
/proc/loadavg: 0.92 0.97 0.99 2/78 29935
/proc/meminfo: memFree=1382432/2055920 swapFree=4192812/4192956
[pid=29934] ppid=29932 vsize=6392 CPUtime=6.24
/proc/29934/stat : 29934 (Spear-32) R 29932 29934 28344 0 -1 4194304 1433 0 0 0 619 5 0 0 25 0 1 0 206124347 6545408 1384 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29934/statm: 1598 1384 140 302 0 1293 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 6392

[startup+12.7079 s]
/proc/loadavg: 0.93 0.97 0.99 2/78 29935
/proc/meminfo: memFree=1379880/2055920 swapFree=4192812/4192956
[pid=29934] ppid=29932 vsize=8760 CPUtime=12.7
/proc/29934/stat : 29934 (Spear-32) R 29932 29934 28344 0 -1 4194304 2029 0 0 0 1262 8 0 0 25 0 1 0 206124347 8970240 1980 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29934/statm: 2190 1980 140 302 0 1885 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 8760

[startup+25.5123 s]
/proc/loadavg: 0.94 0.97 0.99 2/78 29935
/proc/meminfo: memFree=1376360/2055920 swapFree=4192812/4192956
[pid=29934] ppid=29932 vsize=12476 CPUtime=25.49
/proc/29934/stat : 29934 (Spear-32) R 29932 29934 28344 0 -1 4194304 2963 0 0 0 2537 12 0 0 25 0 1 0 206124347 12775424 2849 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29934/statm: 3119 2849 140 302 0 2814 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 12476

[startup+51.1261 s]
/proc/loadavg: 0.96 0.97 0.99 2/78 29935
/proc/meminfo: memFree=1371816/2055920 swapFree=4192812/4192956
[pid=29934] ppid=29932 vsize=16916 CPUtime=51.1
/proc/29934/stat : 29934 (Spear-32) R 29932 29934 28344 0 -1 4194304 4081 0 0 0 5093 17 0 0 25 0 1 0 206124347 17321984 3967 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526957 0 0 4096 0 0 0 0 17 1 0 0
/proc/29934/statm: 4229 3967 140 302 0 3924 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 16916

[startup+102.347 s]
/proc/loadavg: 0.98 0.97 0.99 2/78 29935
/proc/meminfo: memFree=1365736/2055920 swapFree=4192812/4192956
[pid=29934] ppid=29932 vsize=23720 CPUtime=102.31
/proc/29934/stat : 29934 (Spear-32) R 29932 29934 28344 0 -1 4194304 5726 0 0 0 10206 25 0 0 25 0 1 0 206124347 24289280 5483 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29934/statm: 5930 5483 140 302 0 5625 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 23720

[startup+162.383 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 29935
/proc/meminfo: memFree=1360040/2055920 swapFree=4192812/4192956
[pid=29934] ppid=29932 vsize=29544 CPUtime=162.33
/proc/29934/stat : 29934 (Spear-32) R 29932 29934 28344 0 -1 4194304 7122 0 0 0 16199 34 0 0 25 0 1 0 206124347 30253056 6879 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526710 0 0 4096 0 0 0 0 17 1 0 0
/proc/29934/statm: 7386 6879 140 302 0 7081 0
Current children cumulated CPU time (s) 162.33
Current children cumulated vsize (KiB) 29544

[startup+222.422 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 29935
/proc/meminfo: memFree=1355304/2055920 swapFree=4192812/4192956
[pid=29934] ppid=29932 vsize=34268 CPUtime=222.35
/proc/29934/stat : 29934 (Spear-32) R 29932 29934 28344 0 -1 4194304 8304 0 0 0 22193 42 0 0 25 0 1 0 206124347 35090432 8061 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/29934/statm: 8567 8061 140 302 0 8262 0
Current children cumulated CPU time (s) 222.35
Current children cumulated vsize (KiB) 34268

[startup+282.453 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 29935
/proc/meminfo: memFree=1350952/2055920 swapFree=4192812/4192956
[pid=29934] ppid=29932 vsize=39796 CPUtime=282.37
/proc/29934/stat : 29934 (Spear-32) R 29932 29934 28344 0 -1 4194304 9637 0 0 0 28188 49 0 0 25 0 1 0 206124347 40751104 9137 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/29934/statm: 9949 9137 140 302 0 9644 0
Current children cumulated CPU time (s) 282.37
Current children cumulated vsize (KiB) 39796

[startup+342.487 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 29935
/proc/meminfo: memFree=1346856/2055920 swapFree=4192812/4192956
[pid=29934] ppid=29932 vsize=44028 CPUtime=342.38
/proc/29934/stat : 29934 (Spear-32) R 29932 29934 28344 0 -1 4194304 10662 0 0 0 34184 54 0 0 25 0 1 0 206124347 45084672 10162 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/29934/statm: 11007 10162 140 302 0 10702 0
Current children cumulated CPU time (s) 342.38
Current children cumulated vsize (KiB) 44028

[startup+402.526 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 29935
/proc/meminfo: memFree=1343592/2055920 swapFree=4192812/4192956
[pid=29934] ppid=29932 vsize=47444 CPUtime=402.41
/proc/29934/stat : 29934 (Spear-32) R 29932 29934 28344 0 -1 4194304 11471 0 0 0 40182 59 0 0 25 0 1 0 206124347 48582656 10971 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/29934/statm: 11861 10971 140 302 0 11556 0
Current children cumulated CPU time (s) 402.41
Current children cumulated vsize (KiB) 47444

[startup+462.56 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 29935
/proc/meminfo: memFree=1340648/2055920 swapFree=4192812/4192956
[pid=29934] ppid=29932 vsize=50404 CPUtime=462.43
/proc/29934/stat : 29934 (Spear-32) R 29932 29934 28344 0 -1 4194304 12196 0 0 0 46177 66 0 0 25 0 1 0 206124347 51613696 11696 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29934/statm: 12601 11696 140 302 0 12296 0
Current children cumulated CPU time (s) 462.43
Current children cumulated vsize (KiB) 50404

[startup+522.591 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 29935
/proc/meminfo: memFree=1337896/2055920 swapFree=4192812/4192956
[pid=29934] ppid=29932 vsize=53100 CPUtime=522.44
/proc/29934/stat : 29934 (Spear-32) R 29932 29934 28344 0 -1 4194304 12871 0 0 0 52173 71 0 0 25 0 1 0 206124347 54374400 12371 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29934/statm: 13275 12371 140 302 0 12970 0
Current children cumulated CPU time (s) 522.44
Current children cumulated vsize (KiB) 53100

[startup+582.626 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 29935
/proc/meminfo: memFree=1335272/2055920 swapFree=4192812/4192956
[pid=29934] ppid=29932 vsize=56004 CPUtime=582.46
/proc/29934/stat : 29934 (Spear-32) R 29932 29934 28344 0 -1 4194304 13554 0 0 0 58169 77 0 0 25 0 1 0 206124347 57348096 13054 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526781 0 0 4096 0 0 0 0 17 1 0 0
/proc/29934/statm: 14001 13054 140 302 0 13696 0
Current children cumulated CPU time (s) 582.46
Current children cumulated vsize (KiB) 56004

[startup+642.664 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 29935
/proc/meminfo: memFree=1332904/2055920 swapFree=4192812/4192956
[pid=29934] ppid=29932 vsize=58576 CPUtime=642.48
/proc/29934/stat : 29934 (Spear-32) R 29932 29934 28344 0 -1 4194304 14160 0 0 0 64167 81 0 0 25 0 1 0 206124347 59981824 13660 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29934/statm: 14644 13660 140 302 0 14339 0
Current children cumulated CPU time (s) 642.48
Current children cumulated vsize (KiB) 58576

[startup+702.7 s]
/proc/loadavg: 1.06 0.99 0.99 2/78 29935
/proc/meminfo: memFree=1329896/2055920 swapFree=4192812/4192956
[pid=29934] ppid=29932 vsize=62108 CPUtime=702.5
/proc/29934/stat : 29934 (Spear-32) R 29932 29934 28344 0 -1 4194304 14895 0 0 0 70164 86 0 0 25 0 1 0 206124347 63598592 14395 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526710 0 0 4096 0 0 0 0 17 1 0 0
/proc/29934/statm: 15527 14395 140 302 0 15222 0
Current children cumulated CPU time (s) 702.5
Current children cumulated vsize (KiB) 62108

[startup+762.733 s]
/proc/loadavg: 1.02 0.99 0.99 2/78 29935
/proc/meminfo: memFree=1327656/2055920 swapFree=4192812/4192956
[pid=29934] ppid=29932 vsize=64300 CPUtime=762.52
/proc/29934/stat : 29934 (Spear-32) R 29932 29934 28344 0 -1 4194304 15450 0 0 0 76162 90 0 0 25 0 1 0 206124347 65843200 14950 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29934/statm: 16075 14950 140 302 0 15770 0
Current children cumulated CPU time (s) 762.52
Current children cumulated vsize (KiB) 64300

[startup+822.776 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 29935
/proc/meminfo: memFree=1325288/2055920 swapFree=4192812/4192956
[pid=29934] ppid=29932 vsize=66564 CPUtime=822.55
/proc/29934/stat : 29934 (Spear-32) R 29932 29934 28344 0 -1 4194304 16044 0 0 0 82159 96 0 0 25 0 1 0 206124347 68161536 15544 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29934/statm: 16641 15544 140 302 0 16336 0
Current children cumulated CPU time (s) 822.55
Current children cumulated vsize (KiB) 66564

[startup+882.812 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 29935
/proc/meminfo: memFree=1322984/2055920 swapFree=4192812/4192956
[pid=29934] ppid=29932 vsize=70800 CPUtime=882.57
/proc/29934/stat : 29934 (Spear-32) R 29932 29934 28344 0 -1 4194304 17114 0 0 0 88156 101 0 0 25 0 1 0 206124347 72499200 16101 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29934/statm: 17700 16101 140 302 0 17395 0
Current children cumulated CPU time (s) 882.57
Current children cumulated vsize (KiB) 70800

[startup+942.844 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 29935
/proc/meminfo: memFree=1320872/2055920 swapFree=4192812/4192956
[pid=29934] ppid=29932 vsize=73268 CPUtime=942.59
/proc/29934/stat : 29934 (Spear-32) R 29932 29934 28344 0 -1 4194304 17665 0 0 0 94153 106 0 0 25 0 1 0 206124347 75026432 16652 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/29934/statm: 18317 16652 140 302 0 18012 0
Current children cumulated CPU time (s) 942.59
Current children cumulated vsize (KiB) 73268

[startup+1002.88 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 29935
/proc/meminfo: memFree=1318696/2055920 swapFree=4192812/4192956
[pid=29934] ppid=29932 vsize=75236 CPUtime=1002.61
/proc/29934/stat : 29934 (Spear-32) R 29932 29934 28344 0 -1 4194304 18219 0 0 0 100149 112 0 0 25 0 1 0 206124347 77041664 17206 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29934/statm: 18809 17206 140 302 0 18504 0
Current children cumulated CPU time (s) 1002.61
Current children cumulated vsize (KiB) 75236

[startup+1062.92 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 29935
/proc/meminfo: memFree=1316520/2055920 swapFree=4192812/4192956
[pid=29934] ppid=29932 vsize=77348 CPUtime=1062.64
/proc/29934/stat : 29934 (Spear-32) R 29932 29934 28344 0 -1 4194304 18746 0 0 0 106148 116 0 0 25 0 1 0 206124347 79204352 17733 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29934/statm: 19337 17733 140 302 0 19032 0
Current children cumulated CPU time (s) 1062.64
Current children cumulated vsize (KiB) 77348

[startup+1122.96 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 29935
/proc/meminfo: memFree=1314536/2055920 swapFree=4192812/4192956
[pid=29934] ppid=29932 vsize=79444 CPUtime=1122.65
/proc/29934/stat : 29934 (Spear-32) R 29932 29934 28344 0 -1 4194304 19236 0 0 0 112145 120 0 0 25 0 1 0 206124347 81350656 18223 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29934/statm: 19861 18223 140 302 0 19556 0
Current children cumulated CPU time (s) 1122.65
Current children cumulated vsize (KiB) 79444

[startup+1182.99 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 29935
/proc/meminfo: memFree=1312808/2055920 swapFree=4192812/4192956
[pid=29934] ppid=29932 vsize=81032 CPUtime=1182.68
/proc/29934/stat : 29934 (Spear-32) R 29932 29934 28344 0 -1 4194304 19688 0 0 0 118142 126 0 0 25 0 1 0 206124347 82976768 18675 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/29934/statm: 20258 18675 140 302 0 19953 0
Current children cumulated CPU time (s) 1182.68
Current children cumulated vsize (KiB) 81032



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.41 s]
/proc/loadavg: 1.00 0.99 0.99 2/78 29935
/proc/meminfo: memFree=1312232/2055920 swapFree=4192812/4192956
[pid=29934] ppid=29932 vsize=81544 CPUtime=1200.1
/proc/29934/stat : 29934 (Spear-32) R 29932 29934 28344 0 -1 4194304 19825 0 0 0 119883 127 0 0 25 0 1 0 206124347 83501056 18812 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/29934/statm: 20386 18812 140 302 0 20081 0
Current children cumulated CPU time (s) 1200.1
Current children cumulated vsize (KiB) 81544

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.43
CPU time (s): 1200.12
CPU user time (s): 1198.83
CPU system time (s): 1.2838
CPU usage (%): 99.9738
Max. virtual memory (cumulated for all children) (KiB): 81544

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

runsolver used 1.2868 second user time and 2.98455 second system time

The end

Launcher Data (download as text)

Begin job on node19 on Mon Feb 19 05:08:23 UTC 2007

IDJOB= 298876
IDBENCH= 19996
IDSOLVER= 132
FILE ID= node19/298876-1171861703

PBS_JOBID= 3839407

Free space on /tmp= 66545 MiB

SOLVER NAME= Spear FH 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/3SAT/v360/unif-k3-r4.26-v360-c1533-S1806915801-08.SAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/298876-1171861703/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/298876-1171861703/instance-298876-1171861703.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node19/watcher-298876-1171861703 -o ROOT/results/node19/solver-298876-1171861703 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/298876-1171861703/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/298876-1171861703/instance-298876-1171861703.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  cf84a3dca136fb4dbd89b4b968109201

RANDOM SEED= 229509460

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node19.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.214
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	: 5931.00
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.214
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:       1387840 kB
Buffers:         55804 kB
Cached:         495132 kB
SwapCached:          0 kB
Active:         282484 kB
Inactive:       312104 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1387840 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1580 kB
Writeback:           0 kB
Mapped:          62512 kB
Slab:            59092 kB
Committed_AS:   853328 kB
PageTables:       1756 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= 66545 MiB

End job on node19 on Mon Feb 19 05:28:26 UTC 2007