Trace number 303140

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.06 1200.42

General information on the benchmark

Namerandom/LargeSize/7SAT/v180/
unif-k7-r85-v180-c15300-S333805260-05.cnf
MD5SUMd14e04a4b0afdf567ba652672eb2d24d
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/303140-1172028259/instance-303140-1172028259.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/node11/watcher-303140-1172028259 -o ROOT/results/node11/solver-303140-1172028259 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/303140-1172028259/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/303140-1172028259/instance-303140-1172028259.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 2888
/proc/meminfo: memFree=1624056/2055920 swapFree=4192812/4192956
[pid=2888] ppid=2886 vsize=1396 CPUtime=0
/proc/2888/stat : 2888 (Spear-32) R 2886 2888 2034 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 222780444 1429504 167 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/2888/statm: 349 167 129 302 0 44 0

[startup+0.106483 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 2888
/proc/meminfo: memFree=1624056/2055920 swapFree=4192812/4192956
[pid=2888] ppid=2886 vsize=2580 CPUtime=0.1
/proc/2888/stat : 2888 (Spear-32) R 2886 2888 2034 0 -1 4194304 489 0 0 0 10 0 0 0 18 0 1 0 222780444 2641920 473 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2888/statm: 645 473 140 302 0 340 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2580

[startup+0.514529 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 2888
/proc/meminfo: memFree=1624056/2055920 swapFree=4192812/4192956
[pid=2888] ppid=2886 vsize=3608 CPUtime=0.51
/proc/2888/stat : 2888 (Spear-32) R 2886 2888 2034 0 -1 4194304 738 0 0 0 50 1 0 0 22 0 1 0 222780444 3694592 722 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2888/statm: 902 722 140 302 0 597 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 3608

[startup+1.33463 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 2889
/proc/meminfo: memFree=1620528/2055920 swapFree=4192812/4192956
[pid=2888] ppid=2886 vsize=5156 CPUtime=1.32
/proc/2888/stat : 2888 (Spear-32) R 2886 2888 2034 0 -1 4194304 1126 0 0 0 130 2 0 0 25 0 1 0 222780444 5279744 1110 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2888/statm: 1289 1110 140 302 0 984 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 5156

[startup+2.97082 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 2889
/proc/meminfo: memFree=1618672/2055920 swapFree=4192812/4192956
[pid=2888] ppid=2886 vsize=7472 CPUtime=2.96
/proc/2888/stat : 2888 (Spear-32) R 2886 2888 2034 0 -1 4194304 1685 0 0 0 293 3 0 0 25 0 1 0 222780444 7651328 1669 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2888/statm: 1868 1669 140 302 0 1563 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 7472

[startup+6.24721 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 2889
/proc/meminfo: memFree=1614896/2055920 swapFree=4192812/4192956
[pid=2888] ppid=2886 vsize=10716 CPUtime=6.24
/proc/2888/stat : 2888 (Spear-32) R 2886 2888 2034 0 -1 4194304 2512 0 0 0 619 5 0 0 25 0 1 0 222780444 10973184 2496 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2888/statm: 2679 2496 140 302 0 2374 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 10716

[startup+12.705 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 2889
/proc/meminfo: memFree=1609528/2055920 swapFree=4192812/4192956
[pid=2888] ppid=2886 vsize=15744 CPUtime=12.69
/proc/2888/stat : 2888 (Spear-32) R 2886 2888 2034 0 -1 4194304 3774 0 0 0 1263 6 0 0 25 0 1 0 222780444 16121856 3725 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2888/statm: 3936 3725 140 302 0 3631 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 15744

[startup+25.5125 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 2889
/proc/meminfo: memFree=1602808/2055920 swapFree=4192812/4192956
[pid=2888] ppid=2886 vsize=22752 CPUtime=25.49
/proc/2888/stat : 2888 (Spear-32) R 2886 2888 2034 0 -1 4194304 5558 0 0 0 2538 11 0 0 25 0 1 0 222780444 23298048 5444 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/2888/statm: 5688 5444 140 302 0 5383 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 22752

[startup+51.1235 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 2889
/proc/meminfo: memFree=1592824/2055920 swapFree=4192812/4192956
[pid=2888] ppid=2886 vsize=32536 CPUtime=51.1
/proc/2888/stat : 2888 (Spear-32) R 2886 2888 2034 0 -1 4194304 8005 0 0 0 5092 18 0 0 25 0 1 0 222780444 33316864 7891 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2888/statm: 8134 7891 140 302 0 7829 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 32536

[startup+102.347 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 2889
/proc/meminfo: memFree=1577976/2055920 swapFree=4192812/4192956
[pid=2888] ppid=2886 vsize=48060 CPUtime=102.31
/proc/2888/stat : 2888 (Spear-32) R 2886 2888 2034 0 -1 4194304 11867 0 0 0 10201 30 0 0 25 0 1 0 222780444 49213440 11624 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526713 0 0 4096 0 0 0 0 17 1 0 0
/proc/2888/statm: 12015 11624 140 302 0 11710 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 48060

[startup+162.385 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 2889
/proc/meminfo: memFree=1564408/2055920 swapFree=4192812/4192956
[pid=2888] ppid=2886 vsize=61532 CPUtime=162.33
/proc/2888/stat : 2888 (Spear-32) R 2886 2888 2034 0 -1 4194304 15194 0 0 0 16194 39 0 0 25 0 1 0 222780444 63008768 14951 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/2888/statm: 15383 14951 140 302 0 15078 0
Current children cumulated CPU time (s) 162.33
Current children cumulated vsize (KiB) 61532

[startup+222.416 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 2889
/proc/meminfo: memFree=1553720/2055920 swapFree=4192812/4192956
[pid=2888] ppid=2886 vsize=72316 CPUtime=222.34
/proc/2888/stat : 2888 (Spear-32) R 2886 2888 2034 0 -1 4194304 17856 0 0 0 22185 49 0 0 25 0 1 0 222780444 74051584 17613 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/2888/statm: 18079 17613 140 302 0 17774 0
Current children cumulated CPU time (s) 222.34
Current children cumulated vsize (KiB) 72316

[startup+282.445 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 2889
/proc/meminfo: memFree=1544824/2055920 swapFree=4192812/4192956
[pid=2888] ppid=2886 vsize=82116 CPUtime=282.35
/proc/2888/stat : 2888 (Spear-32) R 2886 2888 2034 0 -1 4194304 20329 0 0 0 28178 57 0 0 25 0 1 0 222780444 84086784 19829 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/2888/statm: 20529 19829 140 302 0 20224 0
Current children cumulated CPU time (s) 282.35
Current children cumulated vsize (KiB) 82116

[startup+342.476 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 2889
/proc/meminfo: memFree=1536568/2055920 swapFree=4192812/4192956
[pid=2888] ppid=2886 vsize=90756 CPUtime=342.37
/proc/2888/stat : 2888 (Spear-32) R 2886 2888 2034 0 -1 4194304 22394 0 0 0 34172 65 0 0 25 0 1 0 222780444 92934144 21894 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/2888/statm: 22689 21894 140 302 0 22384 0
Current children cumulated CPU time (s) 342.37
Current children cumulated vsize (KiB) 90756

[startup+402.512 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 2889
/proc/meminfo: memFree=1528696/2055920 swapFree=4192812/4192956
[pid=2888] ppid=2886 vsize=98692 CPUtime=402.38
/proc/2888/stat : 2888 (Spear-32) R 2886 2888 2034 0 -1 4194304 24334 0 0 0 40167 71 0 0 25 0 1 0 222780444 101060608 23834 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526812 0 0 4096 0 0 0 0 17 1 0 0
/proc/2888/statm: 24673 23834 140 302 0 24368 0
Current children cumulated CPU time (s) 402.38
Current children cumulated vsize (KiB) 98692

[startup+462.544 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 2889
/proc/meminfo: memFree=1521592/2055920 swapFree=4192812/4192956
[pid=2888] ppid=2886 vsize=106016 CPUtime=462.4
/proc/2888/stat : 2888 (Spear-32) R 2886 2888 2034 0 -1 4194304 26154 0 0 0 46162 78 0 0 25 0 1 0 222780444 108560384 25654 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527154 0 0 4096 0 0 0 0 17 1 0 0
/proc/2888/statm: 26504 25654 140 302 0 26199 0
Current children cumulated CPU time (s) 462.4
Current children cumulated vsize (KiB) 106016

[startup+522.577 s]
/proc/loadavg: 1.04 1.01 1.00 2/78 2889
/proc/meminfo: memFree=1514808/2055920 swapFree=4192812/4192956
[pid=2888] ppid=2886 vsize=112908 CPUtime=522.41
/proc/2888/stat : 2888 (Spear-32) R 2886 2888 2034 0 -1 4194304 27867 0 0 0 52156 85 0 0 25 0 1 0 222780444 115617792 27367 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/2888/statm: 28227 27367 140 302 0 27922 0
Current children cumulated CPU time (s) 522.41
Current children cumulated vsize (KiB) 112908

[startup+582.611 s]
/proc/loadavg: 1.01 1.01 1.00 2/78 2889
/proc/meminfo: memFree=1508216/2055920 swapFree=4192812/4192956
[pid=2888] ppid=2886 vsize=119376 CPUtime=582.44
/proc/2888/stat : 2888 (Spear-32) R 2886 2888 2034 0 -1 4194304 29469 0 0 0 58151 93 0 0 25 0 1 0 222780444 122241024 28969 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526858 0 0 4096 0 0 0 0 17 1 0 0
/proc/2888/statm: 29844 28969 140 302 0 29539 0
Current children cumulated CPU time (s) 582.44
Current children cumulated vsize (KiB) 119376

[startup+642.648 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 2889
/proc/meminfo: memFree=1502264/2055920 swapFree=4192812/4192956
[pid=2888] ppid=2886 vsize=125176 CPUtime=642.45
/proc/2888/stat : 2888 (Spear-32) R 2886 2888 2034 0 -1 4194304 30957 0 0 0 64146 99 0 0 25 0 1 0 222780444 128180224 30457 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/2888/statm: 31294 30457 140 302 0 30989 0
Current children cumulated CPU time (s) 642.45
Current children cumulated vsize (KiB) 125176

[startup+702.681 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 2889
/proc/meminfo: memFree=1495928/2055920 swapFree=4192812/4192956
[pid=2888] ppid=2886 vsize=131652 CPUtime=702.46
/proc/2888/stat : 2888 (Spear-32) R 2886 2888 2034 0 -1 4194304 32549 0 0 0 70142 104 0 0 25 0 1 0 222780444 134811648 32049 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/2888/statm: 32913 32049 140 302 0 32608 0
Current children cumulated CPU time (s) 702.46
Current children cumulated vsize (KiB) 131652

[startup+762.717 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 2889
/proc/meminfo: memFree=1490360/2055920 swapFree=4192812/4192956
[pid=2888] ppid=2886 vsize=137348 CPUtime=762.48
/proc/2888/stat : 2888 (Spear-32) R 2886 2888 2034 0 -1 4194304 33952 0 0 0 76137 111 0 0 25 0 1 0 222780444 140644352 33452 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/2888/statm: 34337 33452 140 302 0 34032 0
Current children cumulated CPU time (s) 762.48
Current children cumulated vsize (KiB) 137348

[startup+822.754 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 2889
/proc/meminfo: memFree=1484728/2055920 swapFree=4192812/4192956
[pid=2888] ppid=2886 vsize=142880 CPUtime=822.5
/proc/2888/stat : 2888 (Spear-32) R 2886 2888 2034 0 -1 4194304 35320 0 0 0 82134 116 0 0 25 0 1 0 222780444 146309120 34820 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2888/statm: 35720 34820 140 302 0 35415 0
Current children cumulated CPU time (s) 822.5
Current children cumulated vsize (KiB) 142880

[startup+882.789 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 2889
/proc/meminfo: memFree=1479672/2055920 swapFree=4192812/4192956
[pid=2888] ppid=2886 vsize=147928 CPUtime=882.52
/proc/2888/stat : 2888 (Spear-32) R 2886 2888 2034 0 -1 4194304 36600 0 0 0 88130 122 0 0 25 0 1 0 222780444 151478272 36100 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/2888/statm: 36982 36100 140 302 0 36677 0
Current children cumulated CPU time (s) 882.52
Current children cumulated vsize (KiB) 147928

[startup+942.825 s]
/proc/loadavg: 1.05 1.01 1.00 2/78 2889
/proc/meminfo: memFree=1474680/2055920 swapFree=4192812/4192956
[pid=2888] ppid=2886 vsize=154996 CPUtime=942.53
/proc/2888/stat : 2888 (Spear-32) R 2886 2888 2034 0 -1 4194304 38357 0 0 0 94127 126 0 0 25 0 1 0 222780444 158715904 37344 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/2888/statm: 38749 37344 140 302 0 38444 0
Current children cumulated CPU time (s) 942.53
Current children cumulated vsize (KiB) 154996

[startup+1002.86 s]
/proc/loadavg: 1.02 1.01 1.00 2/78 2891
/proc/meminfo: memFree=1469496/2055920 swapFree=4192812/4192956
[pid=2888] ppid=2886 vsize=160416 CPUtime=1002.55
/proc/2888/stat : 2888 (Spear-32) R 2886 2888 2034 0 -1 4194304 39669 0 0 0 100124 131 0 0 25 0 1 0 222780444 164265984 38656 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526880 0 0 4096 0 0 0 0 17 1 0 0
/proc/2888/statm: 40104 38656 140 302 0 39799 0
Current children cumulated CPU time (s) 1002.55
Current children cumulated vsize (KiB) 160416

[startup+1062.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 2891
/proc/meminfo: memFree=1464568/2055920 swapFree=4192812/4192956
[pid=2888] ppid=2886 vsize=165184 CPUtime=1062.57
/proc/2888/stat : 2888 (Spear-32) R 2886 2888 2034 0 -1 4194304 40878 0 0 0 106121 136 0 0 25 0 1 0 222780444 169148416 39865 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527154 0 0 4096 0 0 0 0 17 1 0 0
/proc/2888/statm: 41296 39865 140 302 0 40991 0
Current children cumulated CPU time (s) 1062.57
Current children cumulated vsize (KiB) 165184

[startup+1122.93 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 2891
/proc/meminfo: memFree=1459832/2055920 swapFree=4192812/4192956
[pid=2888] ppid=2886 vsize=169988 CPUtime=1122.59
/proc/2888/stat : 2888 (Spear-32) R 2886 2888 2034 0 -1 4194304 42065 0 0 0 112118 141 0 0 25 0 1 0 222780444 174067712 41052 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/2888/statm: 42497 41052 140 302 0 42192 0
Current children cumulated CPU time (s) 1122.59
Current children cumulated vsize (KiB) 169988

[startup+1182.97 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 2891
/proc/meminfo: memFree=1455352/2055920 swapFree=4192812/4192956
[pid=2888] ppid=2886 vsize=174680 CPUtime=1182.6
/proc/2888/stat : 2888 (Spear-32) R 2886 2888 2034 0 -1 4194304 43174 0 0 0 118117 143 0 0 25 0 1 0 222780444 178872320 42161 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2888/statm: 43670 42161 140 302 0 43365 0
Current children cumulated CPU time (s) 1182.6
Current children cumulated vsize (KiB) 174680



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.38 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 2891
/proc/meminfo: memFree=1454008/2055920 swapFree=4192812/4192956
[pid=2888] ppid=2886 vsize=175964 CPUtime=1200.02
/proc/2888/stat : 2888 (Spear-32) R 2886 2888 2034 0 -1 4194304 43494 0 0 0 119858 144 0 0 25 0 1 0 222780444 180187136 42481 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526860 0 0 4096 0 0 0 0 17 1 0 0
/proc/2888/statm: 43991 42481 140 302 0 43686 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 175964

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.42
CPU time (s): 1200.06
CPU user time (s): 1198.59
CPU system time (s): 1.47478
CPU usage (%): 99.9704
Max. virtual memory (cumulated for all children) (KiB): 175964

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

runsolver used 1.3258 second user time and 2.94355 second system time

The end

Launcher Data (download as text)

Begin job on node11 on Wed Feb 21 03:24:19 UTC 2007

IDJOB= 303140
IDBENCH= 20100
IDSOLVER= 132
FILE ID= node11/303140-1172028259

PBS_JOBID= 3849182

Free space on /tmp= 66548 MiB

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

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  d14e04a4b0afdf567ba652672eb2d24d

RANDOM SEED= 453808149

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node11.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.243
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.243
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:       1624464 kB
Buffers:         55804 kB
Cached:         260600 kB
SwapCached:          0 kB
Active:         195480 kB
Inactive:       164220 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1624464 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1996 kB
Writeback:           0 kB
Mapped:          62124 kB
Slab:            57324 kB
Committed_AS:   721188 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= 66548 MiB

End job on node11 on Wed Feb 21 03:44:21 UTC 2007