Trace number 3309944

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
glueminisat 2.2.5? (TO) 5000.12 5000.31

General information on the benchmark

NameSAT03/industrial/maris/CNF/
gripper13u.shuffled-as.sat03-395.cnf
MD5SUM3889b7ed90cc1fbe8bc8d140a1763832
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1519.95
Satisfiable
(Un)Satisfiability was proved
Number of variables4268
Number of clauses38965
Sum of the clauses size86077
Maximum clause length28
Minimum clause length1
Number of clauses of size 169
Number of clauses of size 235984
Number of clauses of size 3104
Number of clauses of size 42704
Number of clauses of size 50
Number of clauses of size over 5104

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3309944-1303998688/watcher-3309944-1303998688 -o /tmp/evaluation-result-3309944-1303998688/solver-3309944-1303998688 -C 5000 -W 5100 -M 15500 glueminisat -compe HOME/instance-3309944-1303998688.cnf 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 2/175 32069
/proc/meminfo: memFree=16805508/32951132 swapFree=67111524/67111528
[pid=32069] ppid=32067 vsize=20112 CPUtime=0 cores=0,2,4,6
/proc/32069/stat : 32069 (glueminisat) R 32067 32069 31393 0 -1 4202496 730 0 0 0 0 0 0 0 25 0 1 0 511468451 20594688 660 33554432000 4194304 4309791 140736996717408 18446744073709551615 4294433 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32069/statm: 5028 660 216 29 0 1657 0

[startup+0.0167949 s]
/proc/loadavg: 2.00 2.00 2.00 2/175 32069
/proc/meminfo: memFree=16805508/32951132 swapFree=67111524/67111528
[pid=32069] ppid=32067 vsize=21260 CPUtime=0.01 cores=0,2,4,6
/proc/32069/stat : 32069 (glueminisat) R 32067 32069 31393 0 -1 4202496 1173 0 0 0 1 0 0 0 25 0 1 0 511468451 21770240 1075 33554432000 4194304 4309791 140736996717408 18446744073709551615 210646807237 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32069/statm: 5315 1076 216 29 0 1944 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 21260

[startup+0.100807 s]
/proc/loadavg: 2.00 2.00 2.00 2/175 32069
/proc/meminfo: memFree=16805508/32951132 swapFree=67111524/67111528
[pid=32069] ppid=32067 vsize=18088 CPUtime=0.09 cores=0,2,4,6
/proc/32069/stat : 32069 (glueminisat) R 32067 32069 31393 0 -1 4202496 1525 0 0 0 9 0 0 0 25 0 1 0 511468451 18522112 1188 33554432000 4194304 4309791 140736996717408 18446744073709551615 210650676403 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32069/statm: 4522 1188 246 29 0 1151 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18088

[startup+0.300773 s]
/proc/loadavg: 2.00 2.00 2.00 2/175 32069
/proc/meminfo: memFree=16805508/32951132 swapFree=67111524/67111528
[pid=32069] ppid=32067 vsize=19772 CPUtime=0.29 cores=0,2,4,6
/proc/32069/stat : 32069 (glueminisat) R 32067 32069 31393 0 -1 4202496 2009 0 0 0 29 0 0 0 25 0 1 0 511468451 20246528 1235 33554432000 4194304 4309791 140736996717408 18446744073709551615 4259120 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32069/statm: 4943 1235 246 29 0 1572 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19772

[startup+0.700682 s]
/proc/loadavg: 2.00 2.00 2.00 2/175 32069
/proc/meminfo: memFree=16805508/32951132 swapFree=67111524/67111528
[pid=32069] ppid=32067 vsize=21156 CPUtime=0.69 cores=0,2,4,6
/proc/32069/stat : 32069 (glueminisat) R 32067 32069 31393 0 -1 4202496 2808 0 0 0 69 0 0 0 25 0 1 0 511468451 21663744 1972 33554432000 4194304 4309791 140736996717408 18446744073709551615 4253863 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32069/statm: 5289 1972 246 29 0 1918 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 21156

[startup+1.50055 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 32070
/proc/meminfo: memFree=16796952/32951132 swapFree=67111524/67111528
[pid=32069] ppid=32067 vsize=27172 CPUtime=1.49 cores=0,2,4,6
/proc/32069/stat : 32069 (glueminisat) R 32067 32069 31393 0 -1 4202496 3533 0 0 0 149 0 0 0 25 0 1 0 511468451 27824128 2689 33554432000 4194304 4309791 140736996717408 18446744073709551615 4259188 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32069/statm: 6793 2689 246 29 0 3422 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 27172

[startup+3.10024 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 32070
/proc/meminfo: memFree=16794720/32951132 swapFree=67111524/67111528
[pid=32069] ppid=32067 vsize=28860 CPUtime=3.08 cores=0,2,4,6
/proc/32069/stat : 32069 (glueminisat) R 32067 32069 31393 0 -1 4202496 4315 0 0 0 307 1 0 0 25 0 1 0 511468451 29552640 3415 33554432000 4194304 4309791 140736996717408 18446744073709551615 4277729 0 0 4096 8388610 0 0 0 17 6 0 0 0
/proc/32069/statm: 7215 3415 246 29 0 3844 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 28860

[startup+6.30078 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 32070
/proc/meminfo: memFree=16789272/32951132 swapFree=67111524/67111528
[pid=32069] ppid=32067 vsize=38832 CPUtime=6.28 cores=0,2,4,6
/proc/32069/stat : 32069 (glueminisat) R 32067 32069 31393 0 -1 4202496 6784 0 0 0 627 1 0 0 25 0 1 0 511468451 39763968 5854 33554432000 4194304 4309791 140736996717408 18446744073709551615 4276779 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32069/statm: 9708 5854 246 29 0 6337 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 38832

[startup+12.7007 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 32070
/proc/meminfo: memFree=16783916/32951132 swapFree=67111524/67111528
[pid=32069] ppid=32067 vsize=38828 CPUtime=12.67 cores=0,2,4,6
/proc/32069/stat : 32069 (glueminisat) R 32067 32069 31393 0 -1 4202496 8329 0 0 0 1266 1 0 0 25 0 1 0 511468451 39759872 5512 33554432000 4194304 4309791 140736996717408 18446744073709551615 4259182 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32069/statm: 9707 5512 246 29 0 6336 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 38828

[startup+25.5005 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 32071
/proc/meminfo: memFree=16779704/32951132 swapFree=67111524/67111528
[pid=32069] ppid=32067 vsize=38828 CPUtime=25.48 cores=0,2,4,6
/proc/32069/stat : 32069 (glueminisat) R 32067 32069 31393 0 -1 4202496 12200 0 0 0 2546 2 0 0 25 0 1 0 511468451 39759872 6410 33554432000 4194304 4309791 140736996717408 18446744073709551615 4276619 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32069/statm: 9707 6410 246 29 0 6336 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 38828

[startup+51.1012 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 32071
/proc/meminfo: memFree=16726228/32951132 swapFree=67111524/67111528
[pid=32069] ppid=32067 vsize=57572 CPUtime=51.08 cores=0,2,4,6
/proc/32069/stat : 32069 (glueminisat) R 32067 32069 31393 0 -1 4202496 15914 0 0 0 5105 3 0 0 25 0 1 0 511468451 58953728 9968 33554432000 4194304 4309791 140736996717408 18446744073709551615 4259435 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/32069/statm: 14393 9968 246 29 0 11022 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 57572

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 32073
/proc/meminfo: memFree=16752264/32951132 swapFree=67111524/67111528
[pid=32069] ppid=32067 vsize=97012 CPUtime=102.28 cores=0,2,4,6
/proc/32069/stat : 32069 (glueminisat) R 32067 32069 31393 0 -1 4202496 24291 0 0 0 10224 4 0 0 25 0 1 0 511468451 99340288 13398 33554432000 4194304 4309791 140736996717408 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/32069/statm: 24253 13398 246 29 0 20882 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 97012

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 32074
/proc/meminfo: memFree=16701532/32951132 swapFree=67111524/67111528
[pid=32069] ppid=32067 vsize=97012 CPUtime=162.27 cores=0,2,4,6
/proc/32069/stat : 32069 (glueminisat) R 32067 32069 31393 0 -1 4202496 25111 0 0 0 16223 4 0 0 25 0 1 0 511468451 99340288 14200 33554432000 4194304 4309791 140736996717408 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/32069/statm: 24253 14200 246 29 0 20882 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 97012

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 32076
/proc/meminfo: memFree=16711196/32951132 swapFree=67111524/67111528
[pid=32069] ppid=32067 vsize=97012 CPUtime=222.27 cores=0,2,4,6
/proc/32069/stat : 32069 (glueminisat) R 32067 32069 31393 0 -1 4202496 25966 0 0 0 22222 5 0 0 25 0 1 0 511468451 99340288 15040 33554432000 4194304 4309791 140736996717408 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/32069/statm: 24253 15040 246 29 0 20882 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 97012

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 32077
/proc/meminfo: memFree=16743428/32951132 swapFree=67111524/67111528
[pid=32069] ppid=32067 vsize=97012 CPUtime=282.27 cores=0,2,4,6
/proc/32069/stat : 32069 (glueminisat) R 32067 32069 31393 0 -1 4202496 26502 0 0 0 28222 5 0 0 25 0 1 0 511468451 99340288 15560 33554432000 4194304 4309791 140736996717408 18446744073709551615 4252197 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/32069/statm: 24253 15560 246 29 0 20882 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 97012

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 32079
/proc/meminfo: memFree=16679936/32951132 swapFree=67111524/67111528
[pid=32069] ppid=32067 vsize=97012 CPUtime=342.27 cores=0,2,4,6
/proc/32069/stat : 32069 (glueminisat) R 32067 32069 31393 0 -1 4202496 32027 0 0 0 34221 6 0 0 25 0 1 0 511468451 99340288 20840 33554432000 4194304 4309791 140736996717408 18446744073709551615 4259934 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/32069/statm: 24253 20840 246 29 0 20882 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 97012

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 32081
/proc/meminfo: memFree=16721216/32951132 swapFree=67111524/67111528
[pid=32069] ppid=32067 vsize=97012 CPUtime=402.26 cores=0,2,4,6
/proc/32069/stat : 32069 (glueminisat) R 32067 32069 31393 0 -1 4202496 47548 0 0 0 40219 7 0 0 25 0 1 0 511468451 99340288 20940 33554432000 4194304 4309791 140736996717408 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/32069/statm: 24253 20940 246 29 0 20882 0
Current children cumulated CPU time (s) 402.26
Current children cumulated vsize (KiB) 97012

[startup+462.301 s]
/proc/loadavg: 2.06 2.02 2.00 3/176 32082
/proc/meminfo: memFree=16640976/32951132 swapFree=67111524/67111528
[pid=32069] ppid=32067 vsize=146332 CPUtime=462.26 cores=0,2,4,6
/proc/32069/stat : 32069 (glueminisat) R 32067 32069 31393 0 -1 4202496 63443 0 0 0 46217 9 0 0 25 0 1 0 511468451 149843968 28814 33554432000 4194304 4309791 140736996717408 18446744073709551615 4259274 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/32069/statm: 36583 28814 246 29 0 33212 0
Current children cumulated CPU time (s) 462.26
Current children cumulated vsize (KiB) 146332

[startup+522.301 s]
/proc/loadavg: 2.02 2.01 2.00 3/176 32084
/proc/meminfo: memFree=16689572/32951132 swapFree=67111524/67111528
[pid=32069] ppid=32067 vsize=97012 CPUtime=522.26 cores=0,2,4,6
/proc/32069/stat : 32069 (glueminisat) R 32067 32069 31393 0 -1 4202496 71697 0 0 0 52216 10 0 0 25 0 1 0 511468451 99340288 20940 33554432000 4194304 4309791 140736996717408 18446744073709551615 4259147 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/32069/statm: 24253 20940 246 29 0 20882 0
Current children cumulated CPU time (s) 522.26
Current children cumulated vsize (KiB) 97012

[startup+582.301 s]
/proc/loadavg: 2.01 2.00 2.00 3/176 32094
/proc/meminfo: memFree=16720544/32951132 swapFree=67111524/67111528
[pid=32069] ppid=32067 vsize=97012 CPUtime=582.26 cores=0,2,4,6
/proc/32069/stat : 32069 (glueminisat) R 32067 32069 31393 0 -1 4202496 88410 0 0 0 58214 12 0 0 25 0 1 0 511468451 99340288 20940 33554432000 4194304 4309791 140736996717408 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/32069/statm: 24253 20940 246 29 0 20882 0
Current children cumulated CPU time (s) 582.26
Current children cumulated vsize (KiB) 97012

[startup+642.301 s]

################
# More data... #
################

[startup+4062.31 s]
/proc/loadavg: 1.04 1.30 1.67 2/170 32208
/proc/meminfo: memFree=16754180/32951132 swapFree=67111524/67111528
[pid=32069] ppid=32067 vsize=158984 CPUtime=4062.13 cores=0,2,4,6
/proc/32069/stat : 32069 (glueminisat) R 32067 32069 31393 0 -1 4202496 473429 0 0 0 406116 97 0 0 25 0 1 0 511468451 162799616 32810 33554432000 4194304 4309791 140736996717408 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/32069/statm: 39746 32810 246 29 0 36375 0
Current children cumulated CPU time (s) 4062.13
Current children cumulated vsize (KiB) 158984

[startup+4122.3 s]
/proc/loadavg: 1.01 1.24 1.62 2/170 32210
/proc/meminfo: memFree=16746484/32951132 swapFree=67111524/67111528
[pid=32069] ppid=32067 vsize=158984 CPUtime=4122.12 cores=0,2,4,6
/proc/32069/stat : 32069 (glueminisat) R 32067 32069 31393 0 -1 4202496 475479 0 0 0 412114 98 0 0 25 0 1 0 511468451 162799616 34759 33554432000 4194304 4309791 140736996717408 18446744073709551615 4259381 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/32069/statm: 39746 34759 246 29 0 36375 0
Current children cumulated CPU time (s) 4122.12
Current children cumulated vsize (KiB) 158984

[startup+4182.3 s]
/proc/loadavg: 1.00 1.20 1.58 2/170 32220
/proc/meminfo: memFree=16788684/32951132 swapFree=67111524/67111528
[pid=32069] ppid=32067 vsize=109664 CPUtime=4182.12 cores=0,2,4,6
/proc/32069/stat : 32069 (glueminisat) R 32067 32069 31393 0 -1 4202496 477325 0 0 0 418113 99 0 0 25 0 1 0 511468451 112295936 24103 33554432000 4194304 4309791 140736996717408 18446744073709551615 4259202 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/32069/statm: 27416 24103 246 29 0 24045 0
Current children cumulated CPU time (s) 4182.12
Current children cumulated vsize (KiB) 109664

[startup+4242.3 s]
/proc/loadavg: 1.00 1.16 1.54 2/170 32222
/proc/meminfo: memFree=16756788/32951132 swapFree=67111524/67111528
[pid=32069] ppid=32067 vsize=158984 CPUtime=4242.12 cores=0,2,4,6
/proc/32069/stat : 32069 (glueminisat) R 32067 32069 31393 0 -1 4202496 485558 0 0 0 424112 100 0 0 25 0 1 0 511468451 162799616 32306 33554432000 4194304 4309791 140736996717408 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/32069/statm: 39746 32306 246 29 0 36375 0
Current children cumulated CPU time (s) 4242.12
Current children cumulated vsize (KiB) 158984

[startup+4302.3 s]
/proc/loadavg: 1.00 1.13 1.50 2/170 32224
/proc/meminfo: memFree=16747476/32951132 swapFree=67111524/67111528
[pid=32069] ppid=32067 vsize=158984 CPUtime=4302.12 cores=0,2,4,6
/proc/32069/stat : 32069 (glueminisat) R 32067 32069 31393 0 -1 4202496 487965 0 0 0 430111 101 0 0 25 0 1 0 511468451 162799616 34591 33554432000 4194304 4309791 140736996717408 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/32069/statm: 39746 34591 246 29 0 36375 0
Current children cumulated CPU time (s) 4302.12
Current children cumulated vsize (KiB) 158984

[startup+4362.3 s]
/proc/loadavg: 1.00 1.10 1.47 2/170 32225
/proc/meminfo: memFree=16788996/32951132 swapFree=67111524/67111528
[pid=32069] ppid=32067 vsize=109664 CPUtime=4362.11 cores=0,2,4,6
/proc/32069/stat : 32069 (glueminisat) R 32067 32069 31393 0 -1 4202496 498831 0 0 0 436108 103 0 0 25 0 1 0 511468451 112295936 24103 33554432000 4194304 4309791 140736996717408 18446744073709551615 4259930 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/32069/statm: 27416 24103 246 29 0 24045 0
Current children cumulated CPU time (s) 4362.11
Current children cumulated vsize (KiB) 109664

[startup+4422.3 s]
/proc/loadavg: 1.00 1.08 1.44 2/170 32227
/proc/meminfo: memFree=16788984/32951132 swapFree=67111524/67111528
[pid=32069] ppid=32067 vsize=109664 CPUtime=4422.11 cores=0,2,4,6
/proc/32069/stat : 32069 (glueminisat) R 32067 32069 31393 0 -1 4202496 498831 0 0 0 442108 103 0 0 25 0 1 0 511468451 112295936 24103 33554432000 4194304 4309791 140736996717408 18446744073709551615 4276914 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/32069/statm: 27416 24103 246 29 0 24045 0
Current children cumulated CPU time (s) 4422.11
Current children cumulated vsize (KiB) 109664

[startup+4482.3 s]
/proc/loadavg: 1.00 1.06 1.41 2/170 32231
/proc/meminfo: memFree=16751128/32951132 swapFree=67111524/67111528
[pid=32069] ppid=32067 vsize=158984 CPUtime=4482.11 cores=0,2,4,6
/proc/32069/stat : 32069 (glueminisat) R 32067 32069 31393 0 -1 4202496 508669 0 0 0 448106 105 0 0 25 0 1 0 511468451 162799616 33860 33554432000 4194304 4309791 140736996717408 18446744073709551615 4259934 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/32069/statm: 39746 33860 246 29 0 36375 0
Current children cumulated CPU time (s) 4482.11
Current children cumulated vsize (KiB) 158984

[startup+4542.3 s]
/proc/loadavg: 1.00 1.05 1.38 2/170 32233
/proc/meminfo: memFree=16789512/32951132 swapFree=67111524/67111528
[pid=32069] ppid=32067 vsize=109664 CPUtime=4542.11 cores=0,2,4,6
/proc/32069/stat : 32069 (glueminisat) R 32067 32069 31393 0 -1 4202496 510541 0 0 0 454105 106 0 0 25 0 1 0 511468451 112295936 24103 33554432000 4194304 4309791 140736996717408 18446744073709551615 4276536 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/32069/statm: 27416 24103 246 29 0 24045 0
Current children cumulated CPU time (s) 4542.11
Current children cumulated vsize (KiB) 109664

[startup+4602.3 s]
/proc/loadavg: 1.00 1.04 1.35 2/170 32235
/proc/meminfo: memFree=16755148/32951132 swapFree=67111524/67111528
[pid=32069] ppid=32067 vsize=179296 CPUtime=4602.11 cores=0,2,4,6
/proc/32069/stat : 32069 (glueminisat) R 32067 32069 31393 0 -1 4202496 519270 0 0 0 460104 107 0 0 25 0 1 0 511468451 183599104 32792 33554432000 4194304 4309791 140736996717408 18446744073709551615 4259376 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/32069/statm: 44824 32792 246 29 0 41453 0
Current children cumulated CPU time (s) 4602.11
Current children cumulated vsize (KiB) 179296

[startup+4662.3 s]
/proc/loadavg: 1.00 1.03 1.33 2/170 32236
/proc/meminfo: memFree=16745588/32951132 swapFree=67111524/67111528
[pid=32069] ppid=32067 vsize=179296 CPUtime=4662.1 cores=0,2,4,6
/proc/32069/stat : 32069 (glueminisat) R 32067 32069 31393 0 -1 4202496 521700 0 0 0 466101 109 0 0 25 0 1 0 511468451 183599104 35126 33554432000 4194304 4309791 140736996717408 18446744073709551615 4259159 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/32069/statm: 44824 35126 246 29 0 41453 0
Current children cumulated CPU time (s) 4662.1
Current children cumulated vsize (KiB) 179296

[startup+4722.31 s]
/proc/loadavg: 1.00 1.02 1.31 2/170 32238
/proc/meminfo: memFree=16766036/32951132 swapFree=67111524/67111528
[pid=32069] ppid=32067 vsize=142288 CPUtime=4722.11 cores=0,2,4,6
/proc/32069/stat : 32069 (glueminisat) R 32067 32069 31393 0 -1 4202496 528533 0 0 0 472100 111 0 0 25 0 1 0 511468451 145702912 30018 33554432000 4194304 4309791 140736996717408 18446744073709551615 4259453 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/32069/statm: 35572 30018 246 29 0 32201 0
Current children cumulated CPU time (s) 4722.11
Current children cumulated vsize (KiB) 142288

[startup+4782.3 s]
/proc/loadavg: 1.00 1.02 1.28 2/170 32239
/proc/meminfo: memFree=16722988/32951132 swapFree=67111524/67111528
[pid=32069] ppid=32067 vsize=191608 CPUtime=4782.1 cores=0,2,4,6
/proc/32069/stat : 32069 (glueminisat) R 32067 32069 31393 0 -1 4202496 539463 0 0 0 478098 112 0 0 25 0 1 0 511468451 196206592 40799 33554432000 4194304 4309791 140736996717408 18446744073709551615 4259423 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/32069/statm: 47902 40799 246 29 0 44531 0
Current children cumulated CPU time (s) 4782.1
Current children cumulated vsize (KiB) 191608

[startup+4842.3 s]
/proc/loadavg: 1.00 1.01 1.26 2/170 32241
/proc/meminfo: memFree=16714792/32951132 swapFree=67111524/67111528
[pid=32069] ppid=32067 vsize=191608 CPUtime=4842.1 cores=0,2,4,6
/proc/32069/stat : 32069 (glueminisat) R 32067 32069 31393 0 -1 4202496 541635 0 0 0 484097 113 0 0 25 0 1 0 511468451 196206592 42851 33554432000 4194304 4309791 140736996717408 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/32069/statm: 47902 42851 246 29 0 44531 0
Current children cumulated CPU time (s) 4842.1
Current children cumulated vsize (KiB) 191608

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.24 2/170 32243
/proc/meminfo: memFree=16756564/32951132 swapFree=67111524/67111528
[pid=32069] ppid=32067 vsize=142288 CPUtime=4902.1 cores=0,2,4,6
/proc/32069/stat : 32069 (glueminisat) R 32067 32069 31393 0 -1 4202496 542235 0 0 0 490096 114 0 0 25 0 1 0 511468451 145702912 32237 33554432000 4194304 4309791 140736996717408 18446744073709551615 4259202 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/32069/statm: 35572 32237 246 29 0 32201 0
Current children cumulated CPU time (s) 4902.1
Current children cumulated vsize (KiB) 142288

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.23 2/170 32244
/proc/meminfo: memFree=16722072/32951132 swapFree=67111524/67111528
[pid=32069] ppid=32067 vsize=191608 CPUtime=4962.1 cores=0,2,4,6
/proc/32069/stat : 32069 (glueminisat) R 32067 32069 31393 0 -1 4202496 551058 0 0 0 496094 116 0 0 25 0 1 0 511468451 196206592 40998 33554432000 4194304 4309791 140736996717408 18446744073709551615 4259199 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/32069/statm: 47902 40998 246 29 0 44531 0
Current children cumulated CPU time (s) 4962.1
Current children cumulated vsize (KiB) 191608



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000.3 s]
/proc/loadavg: 1.00 1.00 1.22 2/170 32245
/proc/meminfo: memFree=16717600/32951132 swapFree=67111524/67111528
[pid=32069] ppid=32067 vsize=191608 CPUtime=5000.1 cores=0,2,4,6
/proc/32069/stat : 32069 (glueminisat) R 32067 32069 31393 0 -1 4202496 552188 0 0 0 499894 116 0 0 25 0 1 0 511468451 196206592 42060 33554432000 4194304 4309791 140736996717408 18446744073709551615 4259917 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/32069/statm: 47902 42060 246 29 0 44531 0
Current children cumulated CPU time (s) 5000.1
Current children cumulated vsize (KiB) 191608

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

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

[startup+5000.3 s]
/proc/loadavg: 1.00 1.00 1.22 2/170 32245
/proc/meminfo: memFree=16717600/32951132 swapFree=67111524/67111528
[pid=32069] ppid=32067 vsize=191608 CPUtime=5000.1 cores=0,2,4,6
/proc/32069/stat : 32069 (glueminisat) R 32067 32069 31393 0 -1 4202496 552188 0 0 0 499894 116 0 0 25 0 1 0 511468451 196206592 42060 33554432000 4194304 4309791 140736996717408 18446744073709551615 4259917 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/32069/statm: 47902 42060 246 29 0 44531 0
Current children cumulated CPU time (s) 5000.1
Current children cumulated vsize (KiB) 191608

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5000.31
CPU time (s): 5000.12
CPU user time (s): 4998.94
CPU system time (s): 1.17482
CPU usage (%): 99.9961
Max. virtual memory (cumulated for all children) (KiB): 208304

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4998.94
system time used= 1.17482
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 552188
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= 11
involuntary context switches= 6214

runsolver used 7.70983 second user time and 15.7266 second system time

The end

Launcher Data

Begin job on node129 at 2011-04-28 15:51:28
IDJOB=3309944
IDBENCH=84180
IDSOLVER=1694
FILE ID=node129/3309944-1303998688
RUNJOBID= node129-1303987381-31411
PBS_JOBID= 13168745
Free space on /tmp= 66368 MiB

SOLVER NAME= glueminisat 2.2.5
BENCH NAME= SAT03/industrial/maris/CNF/gripper13u.shuffled-as.sat03-395.cnf
COMMAND LINE= glueminisat -compe BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3309944-1303998688/watcher-3309944-1303998688 -o /tmp/evaluation-result-3309944-1303998688/solver-3309944-1303998688 -C 5000 -W 5100 -M 15500  glueminisat -compe HOME/instance-3309944-1303998688.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 3889b7ed90cc1fbe8bc8d140a1763832
RANDOM SEED=618167301

node129.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      16805788 kB
Buffers:       1271668 kB
Cached:       14063024 kB
SwapCached:          4 kB
Active:        3791400 kB
Inactive:     11689712 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      16805788 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            1208 kB
Writeback:           0 kB
AnonPages:      146400 kB
Mapped:          15500 kB
Slab:           601756 kB
PageTables:       4880 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   290108 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66368 MiB
End job on node129 at 2011-04-28 17:14:51