Trace number 303181

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.11 1200.54

General information on the benchmark

Namerandom/LargeSize/7SAT/v180/
unif-k7-r85-v180-c15300-S793713844-14.cnf
MD5SUMf5c5fcd96d8afc0866c8da7cded76f04
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 variables180
Number of clauses15300
Sum of the clauses size107100
Maximum clause length7
Minimum clause length7
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 50
Number of clauses of size over 515300

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/303181-1172029098/instance-303181-1172029098.cnf

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.0 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node12/watcher-303181-1172029098 -o ROOT/results/node12/solver-303181-1172029098 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/303181-1172029098/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/303181-1172029098/instance-303181-1172029098.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.96 1.00 1.00 3/77 9684
/proc/meminfo: memFree=1651560/2055920 swapFree=4154916/4192956
[pid=9684] ppid=9682 vsize=1396 CPUtime=0
/proc/9684/stat : 9684 (Spear-32) R 9682 9684 8767 0 -1 4194304 182 0 0 0 0 0 0 0 18 0 1 0 222864233 1429504 166 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9684/statm: 349 166 129 302 0 44 0

[startup+0.106667 s]
/proc/loadavg: 0.96 1.00 1.00 3/77 9684
/proc/meminfo: memFree=1651560/2055920 swapFree=4154916/4192956
[pid=9684] ppid=9682 vsize=2580 CPUtime=0.1
/proc/9684/stat : 9684 (Spear-32) R 9682 9684 8767 0 -1 4194304 490 0 0 0 10 0 0 0 18 0 1 0 222864233 2641920 474 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9684/statm: 645 474 140 302 0 340 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2580

[startup+0.51474 s]
/proc/loadavg: 0.96 1.00 1.00 3/77 9684
/proc/meminfo: memFree=1651560/2055920 swapFree=4154916/4192956
[pid=9684] ppid=9682 vsize=3604 CPUtime=0.51
/proc/9684/stat : 9684 (Spear-32) R 9682 9684 8767 0 -1 4194304 743 0 0 0 50 1 0 0 21 0 1 0 222864233 3690496 727 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9684/statm: 901 727 140 302 0 596 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 3604

[startup+1.33489 s]
/proc/loadavg: 0.96 1.00 1.00 2/78 9685
/proc/meminfo: memFree=1647968/2055920 swapFree=4154916/4192956
[pid=9684] ppid=9682 vsize=5200 CPUtime=1.32
/proc/9684/stat : 9684 (Spear-32) R 9682 9684 8767 0 -1 4194304 1130 0 0 0 131 1 0 0 25 0 1 0 222864233 5324800 1114 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9684/statm: 1300 1114 140 302 0 995 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 5200

[startup+2.97118 s]
/proc/loadavg: 0.96 1.00 1.00 2/78 9685
/proc/meminfo: memFree=1646112/2055920 swapFree=4154916/4192956
[pid=9684] ppid=9682 vsize=7532 CPUtime=2.96
/proc/9684/stat : 9684 (Spear-32) R 9682 9684 8767 0 -1 4194304 1702 0 0 0 293 3 0 0 25 0 1 0 222864233 7712768 1686 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9684/statm: 1883 1686 140 302 0 1578 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 7532

[startup+6.25177 s]
/proc/loadavg: 0.96 1.00 1.00 2/78 9685
/proc/meminfo: memFree=1642208/2055920 swapFree=4154916/4192956
[pid=9684] ppid=9682 vsize=10876 CPUtime=6.24
/proc/9684/stat : 9684 (Spear-32) R 9682 9684 8767 0 -1 4194304 2555 0 0 0 620 4 0 0 25 0 1 0 222864233 11137024 2539 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9684/statm: 2719 2539 140 302 0 2414 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 10876

[startup+12.7059 s]
/proc/loadavg: 0.96 1.00 1.00 2/78 9685
/proc/meminfo: memFree=1636960/2055920 swapFree=4154916/4192956
[pid=9684] ppid=9682 vsize=15652 CPUtime=12.69
/proc/9684/stat : 9684 (Spear-32) R 9682 9684 8767 0 -1 4194304 3773 0 0 0 1262 7 0 0 25 0 1 0 222864233 16027648 3724 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9684/statm: 3913 3724 140 302 0 3608 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 15652

[startup+25.5112 s]
/proc/loadavg: 0.97 1.00 1.00 2/78 9685
/proc/meminfo: memFree=1630624/2055920 swapFree=4154916/4192956
[pid=9684] ppid=9682 vsize=22472 CPUtime=25.49
/proc/9684/stat : 9684 (Spear-32) R 9682 9684 8767 0 -1 4194304 5470 0 0 0 2539 10 0 0 25 0 1 0 222864233 23011328 5356 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9684/statm: 5618 5356 140 302 0 5313 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 22472

[startup+51.1229 s]
/proc/loadavg: 0.98 1.00 1.00 2/78 9685
/proc/meminfo: memFree=1620832/2055920 swapFree=4154916/4192956
[pid=9684] ppid=9682 vsize=32068 CPUtime=51.1
/proc/9684/stat : 9684 (Spear-32) R 9682 9684 8767 0 -1 4194304 7866 0 0 0 5092 18 0 0 25 0 1 0 222864233 32837632 7752 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9684/statm: 8017 7752 140 302 0 7712 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 32068

[startup+102.346 s]
/proc/loadavg: 0.99 1.00 1.00 2/78 9685
/proc/meminfo: memFree=1605920/2055920 swapFree=4154916/4192956
[pid=9684] ppid=9682 vsize=47612 CPUtime=102.3
/proc/9684/stat : 9684 (Spear-32) R 9682 9684 8767 0 -1 4194304 11730 0 0 0 10201 29 0 0 25 0 1 0 222864233 48754688 11487 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/9684/statm: 11903 11487 140 302 0 11598 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 47612

[startup+162.382 s]
/proc/loadavg: 0.99 1.00 1.00 2/78 9687
/proc/meminfo: memFree=1592480/2055920 swapFree=4154916/4192956
[pid=9684] ppid=9682 vsize=60708 CPUtime=162.31
/proc/9684/stat : 9684 (Spear-32) R 9682 9684 8767 0 -1 4194304 15028 0 0 0 16191 40 0 0 25 0 1 0 222864233 62164992 14785 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9684/statm: 15177 14785 140 302 0 14872 0
Current children cumulated CPU time (s) 162.31
Current children cumulated vsize (KiB) 60708

[startup+222.414 s]
/proc/loadavg: 0.99 1.00 1.00 3/78 9687
/proc/meminfo: memFree=1581280/2055920 swapFree=4154916/4192956
[pid=9684] ppid=9682 vsize=71976 CPUtime=222.33
/proc/9684/stat : 9684 (Spear-32) R 9682 9684 8767 0 -1 4194304 17836 0 0 0 22183 50 0 0 25 0 1 0 222864233 73703424 17593 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9684/statm: 17994 17593 140 302 0 17689 0
Current children cumulated CPU time (s) 222.33
Current children cumulated vsize (KiB) 71976

[startup+282.448 s]
/proc/loadavg: 0.99 1.00 1.00 2/78 9687
/proc/meminfo: memFree=1571744/2055920 swapFree=4154916/4192956
[pid=9684] ppid=9682 vsize=82584 CPUtime=282.34
/proc/9684/stat : 9684 (Spear-32) R 9682 9684 8767 0 -1 4194304 20469 0 0 0 28174 60 0 0 25 0 1 0 222864233 84566016 19969 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/9684/statm: 20646 19969 140 302 0 20341 0
Current children cumulated CPU time (s) 282.34
Current children cumulated vsize (KiB) 82584

[startup+342.488 s]
/proc/loadavg: 0.99 1.00 1.00 2/78 9687
/proc/meminfo: memFree=1562784/2055920 swapFree=4154916/4192956
[pid=9684] ppid=9682 vsize=91476 CPUtime=342.35
/proc/9684/stat : 9684 (Spear-32) R 9682 9684 8767 0 -1 4194304 22698 0 0 0 34166 69 0 0 25 0 1 0 222864233 93671424 22198 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9684/statm: 22869 22198 140 302 0 22564 0
Current children cumulated CPU time (s) 342.35
Current children cumulated vsize (KiB) 91476

[startup+402.531 s]
/proc/loadavg: 0.99 1.00 1.00 2/78 9687
/proc/meminfo: memFree=1554592/2055920 swapFree=4154916/4192956
[pid=9684] ppid=9682 vsize=99660 CPUtime=402.37
/proc/9684/stat : 9684 (Spear-32) R 9682 9684 8767 0 -1 4194304 24724 0 0 0 40161 76 0 0 25 0 1 0 222864233 102051840 24224 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9684/statm: 24915 24224 140 302 0 24610 0
Current children cumulated CPU time (s) 402.37
Current children cumulated vsize (KiB) 99660

[startup+462.563 s]
/proc/loadavg: 0.99 1.00 1.00 2/78 9687
/proc/meminfo: memFree=1546976/2055920 swapFree=4154916/4192956
[pid=9684] ppid=9682 vsize=107288 CPUtime=462.38
/proc/9684/stat : 9684 (Spear-32) R 9682 9684 8767 0 -1 4194304 26625 0 0 0 46155 83 0 0 25 0 1 0 222864233 109862912 26125 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9684/statm: 26822 26125 140 302 0 26517 0
Current children cumulated CPU time (s) 462.38
Current children cumulated vsize (KiB) 107288

[startup+522.593 s]
/proc/loadavg: 0.99 1.00 1.00 2/78 9687
/proc/meminfo: memFree=1539808/2055920 swapFree=4154916/4192956
[pid=9684] ppid=9682 vsize=114580 CPUtime=522.4
/proc/9684/stat : 9684 (Spear-32) R 9682 9684 8767 0 -1 4194304 28416 0 0 0 52150 90 0 0 25 0 1 0 222864233 117329920 27916 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/9684/statm: 28645 27916 140 302 0 28340 0
Current children cumulated CPU time (s) 522.4
Current children cumulated vsize (KiB) 114580

[startup+582.63 s]
/proc/loadavg: 0.99 1.00 1.00 2/78 9687
/proc/meminfo: memFree=1533664/2055920 swapFree=4154916/4192956
[pid=9684] ppid=9682 vsize=120664 CPUtime=582.42
/proc/9684/stat : 9684 (Spear-32) R 9682 9684 8767 0 -1 4194304 29942 0 0 0 58146 96 0 0 25 0 1 0 222864233 123559936 29442 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9684/statm: 30166 29442 140 302 0 29861 0
Current children cumulated CPU time (s) 582.42
Current children cumulated vsize (KiB) 120664

[startup+642.67 s]
/proc/loadavg: 0.99 1.00 1.00 2/78 9687
/proc/meminfo: memFree=1527520/2055920 swapFree=4154916/4192956
[pid=9684] ppid=9682 vsize=126996 CPUtime=642.43
/proc/9684/stat : 9684 (Spear-32) R 9682 9684 8767 0 -1 4194304 31504 0 0 0 64141 102 0 0 25 0 1 0 222864233 130043904 31004 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9684/statm: 31749 31004 140 302 0 31444 0
Current children cumulated CPU time (s) 642.43
Current children cumulated vsize (KiB) 126996

[startup+702.707 s]
/proc/loadavg: 0.99 1.00 1.00 2/78 9687
/proc/meminfo: memFree=1521696/2055920 swapFree=4154916/4192956
[pid=9684] ppid=9682 vsize=132832 CPUtime=702.45
/proc/9684/stat : 9684 (Spear-32) R 9682 9684 8767 0 -1 4194304 32957 0 0 0 70135 110 0 0 25 0 1 0 222864233 136019968 32457 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9684/statm: 33208 32457 140 302 0 32903 0
Current children cumulated CPU time (s) 702.45
Current children cumulated vsize (KiB) 132832

[startup+762.742 s]
/proc/loadavg: 0.99 1.00 1.00 2/78 9687
/proc/meminfo: memFree=1516064/2055920 swapFree=4154916/4192956
[pid=9684] ppid=9682 vsize=138560 CPUtime=762.46
/proc/9684/stat : 9684 (Spear-32) R 9682 9684 8767 0 -1 4194304 34387 0 0 0 76130 116 0 0 25 0 1 0 222864233 141885440 33887 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/9684/statm: 34640 33887 140 302 0 34335 0
Current children cumulated CPU time (s) 762.46
Current children cumulated vsize (KiB) 138560

[startup+822.777 s]
/proc/loadavg: 1.04 1.01 1.00 2/78 9687
/proc/meminfo: memFree=1510496/2055920 swapFree=4154916/4192956
[pid=9684] ppid=9682 vsize=144324 CPUtime=822.47
/proc/9684/stat : 9684 (Spear-32) R 9682 9684 8767 0 -1 4194304 35785 0 0 0 82125 122 0 0 25 0 1 0 222864233 147787776 35285 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/9684/statm: 36081 35285 140 302 0 35776 0
Current children cumulated CPU time (s) 822.47
Current children cumulated vsize (KiB) 144324

[startup+882.808 s]
/proc/loadavg: 1.01 1.00 1.00 2/78 9687
/proc/meminfo: memFree=1504992/2055920 swapFree=4154916/4192956
[pid=9684] ppid=9682 vsize=151736 CPUtime=882.48
/proc/9684/stat : 9684 (Spear-32) R 9682 9684 8767 0 -1 4194304 37658 0 0 0 88120 128 0 0 25 0 1 0 222864233 155377664 36645 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9684/statm: 37934 36645 140 302 0 37629 0
Current children cumulated CPU time (s) 882.48
Current children cumulated vsize (KiB) 151736

[startup+942.84 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 9687
/proc/meminfo: memFree=1500000/2055920 swapFree=4154916/4192956
[pid=9684] ppid=9682 vsize=156776 CPUtime=942.5
/proc/9684/stat : 9684 (Spear-32) R 9682 9684 8767 0 -1 4194304 38903 0 0 0 94116 134 0 0 25 0 1 0 222864233 160538624 37890 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9684/statm: 39194 37890 140 302 0 38889 0
Current children cumulated CPU time (s) 942.5
Current children cumulated vsize (KiB) 156776

[startup+1002.88 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 9687
/proc/meminfo: memFree=1494944/2055920 swapFree=4154916/4192956
[pid=9684] ppid=9682 vsize=161960 CPUtime=1002.51
/proc/9684/stat : 9684 (Spear-32) R 9682 9684 8767 0 -1 4194304 40164 0 0 0 100112 139 0 0 25 0 1 0 222864233 165847040 39151 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526812 0 0 4096 0 0 0 0 17 1 0 0
/proc/9684/statm: 40490 39151 140 302 0 40185 0
Current children cumulated CPU time (s) 1002.51
Current children cumulated vsize (KiB) 161960

[startup+1062.92 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 9687
/proc/meminfo: memFree=1490016/2055920 swapFree=4154916/4192956
[pid=9684] ppid=9682 vsize=166716 CPUtime=1062.53
/proc/9684/stat : 9684 (Spear-32) R 9682 9684 8767 0 -1 4194304 41370 0 0 0 106109 144 0 0 25 0 1 0 222864233 170717184 40357 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9684/statm: 41679 40357 140 302 0 41374 0
Current children cumulated CPU time (s) 1062.53
Current children cumulated vsize (KiB) 166716

[startup+1122.95 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 9687
/proc/meminfo: memFree=1485536/2055920 swapFree=4154916/4192956
[pid=9684] ppid=9682 vsize=171244 CPUtime=1122.54
/proc/9684/stat : 9684 (Spear-32) R 9682 9684 8767 0 -1 4194304 42503 0 0 0 112104 150 0 0 25 0 1 0 222864233 175353856 41490 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/9684/statm: 42811 41490 140 302 0 42506 0
Current children cumulated CPU time (s) 1122.54
Current children cumulated vsize (KiB) 171244

[startup+1182.98 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 9687
/proc/meminfo: memFree=1480928/2055920 swapFree=4154916/4192956
[pid=9684] ppid=9682 vsize=175904 CPUtime=1182.55
/proc/9684/stat : 9684 (Spear-32) R 9682 9684 8767 0 -1 4194304 43646 0 0 0 118100 155 0 0 25 0 1 0 222864233 180125696 42633 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/9684/statm: 43976 42633 140 302 0 43671 0
Current children cumulated CPU time (s) 1182.55
Current children cumulated vsize (KiB) 175904



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.51 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 9687
/proc/meminfo: memFree=1479520/2055920 swapFree=4154916/4192956
[pid=9684] ppid=9682 vsize=177368 CPUtime=1200.07
/proc/9684/stat : 9684 (Spear-32) R 9682 9684 8767 0 -1 4194304 43984 0 0 0 119851 156 0 0 25 0 1 0 222864233 181624832 42971 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/9684/statm: 44342 42971 140 302 0 44037 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 177368

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

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

[startup+1200.51 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 9687
/proc/meminfo: memFree=1479520/2055920 swapFree=4154916/4192956
[pid=9684] ppid=9682 vsize=177368 CPUtime=1200.07
/proc/9684/stat : 9684 (Spear-32) R 9682 9684 8767 0 -1 4194304 43984 0 0 0 119851 156 0 0 25 0 1 0 222864233 181624832 42971 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/9684/statm: 44342 42971 140 302 0 44037 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 177368

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.54
CPU time (s): 1200.11
CPU user time (s): 1198.51
CPU system time (s): 1.59676
CPU usage (%): 99.9642
Max. virtual memory (cumulated for all children) (KiB): 177368

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

runsolver used 1.36679 second user time and 2.90656 second system time

The end

Launcher Data (download as text)

Begin job on node12 on Wed Feb 21 03:38:18 UTC 2007

IDJOB= 303181
IDBENCH= 20101
IDSOLVER= 132
FILE ID= node12/303181-1172029098

PBS_JOBID= 3849166

Free space on /tmp= 66547 MiB

SOLVER NAME= Spear FH 1.0
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/7SAT/v180/unif-k7-r85-v180-c15300-S793713844-14.cnf
COMMAND LINE= /tmp/evaluation/303181-1172029098/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/303181-1172029098/instance-303181-1172029098.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node12/watcher-303181-1172029098 -o ROOT/results/node12/solver-303181-1172029098 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/303181-1172029098/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/303181-1172029098/instance-303181-1172029098.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  f5c5fcd96d8afc0866c8da7cded76f04

RANDOM SEED= 807276985

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node12.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.285
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.285
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1651968 kB
Buffers:         54488 kB
Cached:         254416 kB
SwapCached:      18040 kB
Active:         189876 kB
Inactive:       145012 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1651968 kB
SwapTotal:     4192956 kB
SwapFree:      4154916 kB
Dirty:            1996 kB
Writeback:           0 kB
Mapped:          29748 kB
Slab:            54708 kB
Committed_AS:  1045148 kB
PageTables:       1692 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= 66547 MiB

End job on node12 on Wed Feb 21 03:58:20 UTC 2007