Trace number 3309236

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.5UNSAT 4782.82 4782.66

General information on the benchmark

Nameindustrial/anbulagan/
hard-unsat/dated-5-13-u.cnf
MD5SUM45ee13b66821e6c36f3e38be418fa121
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1218.25
Satisfiable
(Un)Satisfiability was proved
Number of variables138808
Number of clauses626501
Sum of the clauses size1431026
Maximum clause length10
Minimum clause length1
Number of clauses of size 111712
Number of clauses of size 2503953
Number of clauses of size 384536
Number of clauses of size 42920
Number of clauses of size 511680
Number of clauses of size over 511700

Solver Data

4782.75/4782.65	WARNING: for repeatability, setting FPU to use double precision
4782.75/4782.65	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

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-3309236-1303987381/watcher-3309236-1303987381 -o /tmp/evaluation-result-3309236-1303987381/solver-3309236-1303987381 -C 5000 -W 5100 -M 15500 glueminisat -compe HOME/instance-3309236-1303987381.cnf 

running on 4 cores: 1,3,5,7

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: 0.11 0.87 1.95 2/178 29591
/proc/meminfo: memFree=21613524/32951124 swapFree=67111524/67111528
[pid=29591] ppid=29589 vsize=21972 CPUtime=0 cores=1,3,5,7
/proc/29591/stat : 29591 (glueminisat) R 29589 29591 29559 0 -1 4202496 1260 0 0 0 0 0 0 0 20 0 1 0 510335994 22499328 1201 33554432000 4194304 4309791 140737485704000 18446744073709551615 4292785 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29591/statm: 5493 1204 217 29 0 2122 0

[startup+0.011898 s]
/proc/loadavg: 0.11 0.87 1.95 2/178 29591
/proc/meminfo: memFree=21613524/32951124 swapFree=67111524/67111528
[pid=29591] ppid=29589 vsize=23164 CPUtime=0 cores=1,3,5,7
/proc/29591/stat : 29591 (glueminisat) R 29589 29591 29559 0 -1 4202496 1582 0 0 0 0 0 0 0 20 0 1 0 510335994 23719936 1523 33554432000 4194304 4309791 140737485704000 18446744073709551615 4294433 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29591/statm: 5791 1523 217 29 0 2420 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23164

[startup+0.100909 s]
/proc/loadavg: 0.11 0.87 1.95 2/178 29591
/proc/meminfo: memFree=21613524/32951124 swapFree=67111524/67111528
[pid=29591] ppid=29589 vsize=52312 CPUtime=0.09 cores=1,3,5,7
/proc/29591/stat : 29591 (glueminisat) R 29589 29591 29559 0 -1 4202496 9045 0 0 0 8 1 0 0 20 0 1 0 510335994 53567488 8454 33554432000 4194304 4309791 140737485704000 18446744073709551615 255376962245 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29591/statm: 13078 8456 217 29 0 9707 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 52312

[startup+0.300836 s]
/proc/loadavg: 0.11 0.87 1.95 2/178 29591
/proc/meminfo: memFree=21613524/32951124 swapFree=67111524/67111528
[pid=29591] ppid=29589 vsize=80524 CPUtime=0.29 cores=1,3,5,7
/proc/29591/stat : 29591 (glueminisat) R 29589 29591 29559 0 -1 4202496 16447 0 0 0 27 2 0 0 21 0 1 0 510335994 82456576 14968 33554432000 4194304 4309791 140737485704000 18446744073709551615 4216227 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29591/statm: 20131 14968 220 29 0 16760 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 80524

[startup+0.700761 s]
/proc/loadavg: 0.11 0.87 1.95 2/178 29591
/proc/meminfo: memFree=21613524/32951124 swapFree=67111524/67111528
[pid=29591] ppid=29589 vsize=82944 CPUtime=0.69 cores=1,3,5,7
/proc/29591/stat : 29591 (glueminisat) R 29589 29591 29559 0 -1 4202496 19797 0 0 0 66 3 0 0 22 0 1 0 510335994 84934656 15115 33554432000 4194304 4309791 140737485704000 18446744073709551615 255376962245 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29591/statm: 20736 15115 226 29 0 17365 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 82944

[startup+1.50061 s]
/proc/loadavg: 0.26 0.89 1.95 3/182 29598
/proc/meminfo: memFree=21437412/32951124 swapFree=67111524/67111528
[pid=29591] ppid=29589 vsize=74396 CPUtime=1.49 cores=1,3,5,7
/proc/29591/stat : 29591 (glueminisat) R 29589 29591 29559 0 -1 4202496 22050 0 0 0 146 3 0 0 25 0 1 0 510335994 76181504 13457 33554432000 4194304 4309791 140737485704000 18446744073709551615 4259144 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29591/statm: 18599 13457 246 29 0 15228 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 74396

[startup+3.10032 s]
/proc/loadavg: 0.26 0.89 1.95 4/182 29598
/proc/meminfo: memFree=21431496/32951124 swapFree=67111524/67111528
[pid=29591] ppid=29589 vsize=74396 CPUtime=3.09 cores=1,3,5,7
/proc/29591/stat : 29591 (glueminisat) R 29589 29591 29559 0 -1 4202496 22260 0 0 0 306 3 0 0 25 0 1 0 510335994 76181504 13663 33554432000 4194304 4309791 140737485704000 18446744073709551615 4259878 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29591/statm: 18599 13663 246 29 0 15228 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 74396

[startup+6.30072 s]
/proc/loadavg: 0.26 0.89 1.95 3/182 29598
/proc/meminfo: memFree=21444496/32951124 swapFree=67111524/67111528
[pid=29591] ppid=29589 vsize=74396 CPUtime=6.29 cores=1,3,5,7
/proc/29591/stat : 29591 (glueminisat) R 29589 29591 29559 0 -1 4202496 22437 0 0 0 626 3 0 0 25 0 1 0 510335994 76181504 13840 33554432000 4194304 4309791 140737485704000 18446744073709551615 4259188 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29591/statm: 18599 13840 246 29 0 15228 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 74396

[startup+12.7005 s]
/proc/loadavg: 0.53 0.93 1.95 4/182 29599
/proc/meminfo: memFree=21433376/32951124 swapFree=67111524/67111528
[pid=29591] ppid=29589 vsize=85932 CPUtime=12.69 cores=1,3,5,7
/proc/29591/stat : 29591 (glueminisat) R 29589 29591 29559 0 -1 4202496 24452 0 0 0 1265 4 0 0 25 0 1 0 510335994 87994368 15741 33554432000 4194304 4309791 140737485704000 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29591/statm: 21483 15741 246 29 0 18112 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 85932

[startup+25.5002 s]
/proc/loadavg: 0.76 0.96 1.95 3/182 29599
/proc/meminfo: memFree=21414616/32951124 swapFree=67111524/67111528
[pid=29591] ppid=29589 vsize=97424 CPUtime=25.49 cores=1,3,5,7
/proc/29591/stat : 29591 (glueminisat) R 29589 29591 29559 0 -1 4202496 26434 0 0 0 2545 4 0 0 25 0 1 0 510335994 99762176 17690 33554432000 4194304 4309791 140737485704000 18446744073709551615 4259097 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29591/statm: 24356 17690 246 29 0 20985 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 97424

[startup+51.1004 s]
/proc/loadavg: 1.18 1.05 1.95 4/182 29600
/proc/meminfo: memFree=21393636/32951124 swapFree=67111524/67111528
[pid=29591] ppid=29589 vsize=92524 CPUtime=51.09 cores=1,3,5,7
/proc/29591/stat : 29591 (glueminisat) R 29589 29591 29559 0 -1 4202496 35688 0 0 0 5103 6 0 0 25 0 1 0 510335994 94744576 18223 33554432000 4194304 4309791 140737485704000 18446744073709551615 4259175 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29591/statm: 23131 18223 246 29 0 19760 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 92524

[startup+102.307 s]
/proc/loadavg: 1.75 1.23 1.96 4/182 29601
/proc/meminfo: memFree=21380272/32951124 swapFree=67111524/67111528
[pid=29591] ppid=29589 vsize=130056 CPUtime=102.3 cores=1,3,5,7
/proc/29591/stat : 29591 (glueminisat) R 29589 29591 29559 0 -1 4202496 43818 0 0 0 10223 7 0 0 25 0 1 0 510335994 133177344 21162 33554432000 4194304 4309791 140737485704000 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29591/statm: 32514 21162 246 29 0 29143 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 130056

[startup+162.301 s]
/proc/loadavg: 1.90 1.37 1.96 3/182 29603
/proc/meminfo: memFree=21345788/32951124 swapFree=67111524/67111528
[pid=29591] ppid=29589 vsize=130056 CPUtime=162.29 cores=1,3,5,7
/proc/29591/stat : 29591 (glueminisat) R 29589 29591 29559 0 -1 4202496 49263 0 0 0 16221 8 0 0 25 0 1 0 510335994 133177344 26413 33554432000 4194304 4309791 140737485704000 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29591/statm: 32514 26413 246 29 0 29143 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 130056

[startup+222.301 s]
/proc/loadavg: 1.96 1.48 1.96 4/182 29604
/proc/meminfo: memFree=21345268/32951124 swapFree=67111524/67111528
[pid=29591] ppid=29589 vsize=130056 CPUtime=222.3 cores=1,3,5,7
/proc/29591/stat : 29591 (glueminisat) R 29589 29591 29559 0 -1 4202496 49395 0 0 0 22222 8 0 0 25 0 1 0 510335994 133177344 26537 33554432000 4194304 4309791 140737485704000 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29591/statm: 32514 26537 246 29 0 29143 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 130056

[startup+282.301 s]
/proc/loadavg: 1.98 1.57 1.96 4/182 29606
/proc/meminfo: memFree=21342776/32951124 swapFree=67111524/67111528
[pid=29591] ppid=29589 vsize=130056 CPUtime=282.3 cores=1,3,5,7
/proc/29591/stat : 29591 (glueminisat) R 29589 29591 29559 0 -1 4202496 50083 0 0 0 28222 8 0 0 25 0 1 0 510335994 133177344 27211 33554432000 4194304 4309791 140737485704000 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29591/statm: 32514 27211 246 29 0 29143 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 130056

[startup+342.301 s]
/proc/loadavg: 1.99 1.65 1.96 4/182 29607
/proc/meminfo: memFree=21303824/32951124 swapFree=67111524/67111528
[pid=29591] ppid=29589 vsize=130056 CPUtime=342.3 cores=1,3,5,7
/proc/29591/stat : 29591 (glueminisat) R 29589 29591 29559 0 -1 4202496 58511 0 0 0 34221 9 0 0 25 0 1 0 510335994 133177344 27824 33554432000 4194304 4309791 140737485704000 18446744073709551615 4259068 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29591/statm: 32514 27824 246 29 0 29143 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 130056

[startup+402.3 s]
/proc/loadavg: 1.99 1.71 1.96 4/182 29609
/proc/meminfo: memFree=21308884/32951124 swapFree=67111524/67111528
[pid=29591] ppid=29589 vsize=130276 CPUtime=402.3 cores=1,3,5,7
/proc/29591/stat : 29591 (glueminisat) R 29589 29591 29559 0 -1 4202496 66442 0 0 0 40220 10 0 0 25 0 1 0 510335994 133402624 27825 33554432000 4194304 4309791 140737485704000 18446744073709551615 4259175 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29591/statm: 32569 27825 246 29 0 29198 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 130276

[startup+462.3 s]
/proc/loadavg: 1.99 1.76 1.96 4/182 29611
/proc/meminfo: memFree=21307124/32951124 swapFree=67111524/67111528
[pid=29591] ppid=29589 vsize=179596 CPUtime=462.3 cores=1,3,5,7
/proc/29591/stat : 29591 (glueminisat) R 29589 29591 29559 0 -1 4202496 82712 0 0 0 46218 12 0 0 25 0 1 0 510335994 183906304 36116 33554432000 4194304 4309791 140737485704000 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29591/statm: 44899 36116 246 29 0 41528 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 179596

[startup+522.3 s]
/proc/loadavg: 1.99 1.80 1.96 4/182 29612
/proc/meminfo: memFree=21237536/32951124 swapFree=67111524/67111528
[pid=29591] ppid=29589 vsize=179596 CPUtime=522.31 cores=1,3,5,7
/proc/29591/stat : 29591 (glueminisat) R 29589 29591 29559 0 -1 4202496 91185 0 0 0 52217 14 0 0 25 0 1 0 510335994 183906304 36098 33554432000 4194304 4309791 140737485704000 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29591/statm: 44899 36098 246 29 0 41528 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 179596

[startup+582.301 s]
/proc/loadavg: 1.99 1.83 1.96 4/182 29614
/proc/meminfo: memFree=21278304/32951124 swapFree=67111524/67111528
[pid=29591] ppid=29589 vsize=130276 CPUtime=582.3 cores=1,3,5,7
/proc/29591/stat : 29591 (glueminisat) R 29589 29591 29559 0 -1 4202496 92034 0 0 0 58216 14 0 0 25 0 1 0 510335994 133402624 27879 33554432000 4194304 4309791 140737485704000 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29591/statm: 32569 27879 246 29 0 29198 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 130276

[startup+642.301 s]

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

/proc/meminfo: memFree=21218640/32951124 swapFree=67111524/67111528
[pid=29591] ppid=29589 vsize=201372 CPUtime=3822.42 cores=1,3,5,7
/proc/29591/stat : 29591 (glueminisat) R 29589 29591 29559 0 -1 4202496 404042 0 0 0 382138 104 0 0 25 0 1 0 510335994 206204928 40406 33554432000 4194304 4309791 140737485704000 18446744073709551615 4259147 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29591/statm: 50343 40406 246 29 0 46972 0
Current children cumulated CPU time (s) 3822.42
Current children cumulated vsize (KiB) 201372

[startup+3882.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/182 29714
/proc/meminfo: memFree=21191836/32951124 swapFree=67111524/67111528
[pid=29591] ppid=29589 vsize=201372 CPUtime=3882.42 cores=1,3,5,7
/proc/29591/stat : 29591 (glueminisat) R 29589 29591 29559 0 -1 4202496 407399 0 0 0 388136 106 0 0 25 0 1 0 510335994 206204928 43648 33554432000 4194304 4309791 140737485704000 18446744073709551615 4275178 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29591/statm: 50343 43648 246 29 0 46972 0
Current children cumulated CPU time (s) 3882.42
Current children cumulated vsize (KiB) 201372

[startup+3942.3 s]
/proc/loadavg: 2.04 2.02 2.00 4/182 29715
/proc/meminfo: memFree=21169988/32951124 swapFree=67111524/67111528
[pid=29591] ppid=29589 vsize=232192 CPUtime=3942.43 cores=1,3,5,7
/proc/29591/stat : 29591 (glueminisat) R 29589 29591 29559 0 -1 4202496 410146 0 0 0 394136 107 0 0 25 0 1 0 510335994 237764608 46300 33554432000 4194304 4309791 140737485704000 18446744073709551615 4259934 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29591/statm: 58048 46300 246 29 0 54677 0
Current children cumulated CPU time (s) 3942.43
Current children cumulated vsize (KiB) 232192

[startup+4002.3 s]
/proc/loadavg: 2.01 2.01 2.00 4/182 29717
/proc/meminfo: memFree=21214992/32951124 swapFree=67111524/67111528
[pid=29591] ppid=29589 vsize=152052 CPUtime=4002.42 cores=1,3,5,7
/proc/29591/stat : 29591 (glueminisat) R 29589 29591 29559 0 -1 4202496 412227 0 0 0 400134 108 0 0 25 0 1 0 510335994 155701248 32599 33554432000 4194304 4309791 140737485704000 18446744073709551615 4259199 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29591/statm: 38013 32599 246 29 0 34642 0
Current children cumulated CPU time (s) 4002.42
Current children cumulated vsize (KiB) 152052

[startup+4062.31 s]
/proc/loadavg: 2.00 2.01 2.00 4/182 29719
/proc/meminfo: memFree=21215708/32951124 swapFree=67111524/67111528
[pid=29591] ppid=29589 vsize=201372 CPUtime=4062.43 cores=1,3,5,7
/proc/29591/stat : 29591 (glueminisat) R 29589 29591 29559 0 -1 4202496 421216 0 0 0 406133 110 0 0 25 0 1 0 510335994 206204928 41540 33554432000 4194304 4309791 140737485704000 18446744073709551615 4259199 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29591/statm: 50343 41540 246 29 0 46972 0
Current children cumulated CPU time (s) 4062.43
Current children cumulated vsize (KiB) 201372

[startup+4122.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/182 29720
/proc/meminfo: memFree=21185560/32951124 swapFree=67111524/67111528
[pid=29591] ppid=29589 vsize=201372 CPUtime=4122.42 cores=1,3,5,7
/proc/29591/stat : 29591 (glueminisat) R 29589 29591 29559 0 -1 4202496 424557 0 0 0 412131 111 0 0 25 0 1 0 510335994 206204928 44761 33554432000 4194304 4309791 140737485704000 18446744073709551615 4259872 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29591/statm: 50343 44761 246 29 0 46972 0
Current children cumulated CPU time (s) 4122.42
Current children cumulated vsize (KiB) 201372

[startup+4182.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/182 29722
/proc/meminfo: memFree=21163468/32951124 swapFree=67111524/67111528
[pid=29591] ppid=29589 vsize=232192 CPUtime=4182.43 cores=1,3,5,7
/proc/29591/stat : 29591 (glueminisat) R 29589 29591 29559 0 -1 4202496 427238 0 0 0 418130 113 0 0 25 0 1 0 510335994 237764608 47370 33554432000 4194304 4309791 140737485704000 18446744073709551615 4275219 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29591/statm: 58048 47370 246 29 0 54677 0
Current children cumulated CPU time (s) 4182.43
Current children cumulated vsize (KiB) 232192

[startup+4242.3 s]
/proc/loadavg: 2.06 2.02 2.00 4/182 29723
/proc/meminfo: memFree=21210952/32951124 swapFree=67111524/67111528
[pid=29591] ppid=29589 vsize=152052 CPUtime=4242.43 cores=1,3,5,7
/proc/29591/stat : 29591 (glueminisat) R 29589 29591 29559 0 -1 4202496 428820 0 0 0 424129 114 0 0 25 0 1 0 510335994 155701248 32946 33554432000 4194304 4309791 140737485704000 18446744073709551615 4259912 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29591/statm: 38013 32946 246 29 0 34642 0
Current children cumulated CPU time (s) 4242.43
Current children cumulated vsize (KiB) 152052

[startup+4302.3 s]
/proc/loadavg: 2.02 2.01 2.00 4/182 29725
/proc/meminfo: memFree=21246268/32951124 swapFree=67111524/67111528
[pid=29591] ppid=29589 vsize=201372 CPUtime=4302.43 cores=1,3,5,7
/proc/29591/stat : 29591 (glueminisat) R 29589 29591 29559 0 -1 4202496 438102 0 0 0 430126 117 0 0 25 0 1 0 510335994 206204928 42173 33554432000 4194304 4309791 140737485704000 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29591/statm: 50343 42173 246 29 0 46972 0
Current children cumulated CPU time (s) 4302.43
Current children cumulated vsize (KiB) 201372

[startup+4362.3 s]
/proc/loadavg: 2.01 2.00 2.00 4/182 29727
/proc/meminfo: memFree=21194664/32951124 swapFree=67111524/67111528
[pid=29591] ppid=29589 vsize=201372 CPUtime=4362.43 cores=1,3,5,7
/proc/29591/stat : 29591 (glueminisat) R 29589 29591 29559 0 -1 4202496 441227 0 0 0 436125 118 0 0 25 0 1 0 510335994 206204928 45193 33554432000 4194304 4309791 140737485704000 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29591/statm: 50343 45193 246 29 0 46972 0
Current children cumulated CPU time (s) 4362.43
Current children cumulated vsize (KiB) 201372

[startup+4422.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/182 29728
/proc/meminfo: memFree=21171580/32951124 swapFree=67111524/67111528
[pid=29591] ppid=29589 vsize=232192 CPUtime=4422.43 cores=1,3,5,7
/proc/29591/stat : 29591 (glueminisat) R 29589 29591 29559 0 -1 4202496 443756 0 0 0 442123 120 0 0 25 0 1 0 510335994 237764608 47633 33554432000 4194304 4309791 140737485704000 18446744073709551615 4259432 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29591/statm: 58048 47633 246 29 0 54677 0
Current children cumulated CPU time (s) 4422.43
Current children cumulated vsize (KiB) 232192

[startup+4482.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/182 29730
/proc/meminfo: memFree=21236284/32951124 swapFree=67111524/67111528
[pid=29591] ppid=29589 vsize=173268 CPUtime=4482.43 cores=1,3,5,7
/proc/29591/stat : 29591 (glueminisat) R 29589 29591 29559 0 -1 4202496 445265 0 0 0 448122 121 0 0 25 0 1 0 510335994 177426432 33161 33554432000 4194304 4309791 140737485704000 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29591/statm: 43317 33161 246 29 0 39946 0
Current children cumulated CPU time (s) 4482.43
Current children cumulated vsize (KiB) 173268

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 29758
/proc/meminfo: memFree=21265300/32951124 swapFree=67111524/67111528
[pid=29591] ppid=29589 vsize=222588 CPUtime=4542.44 cores=1,3,5,7
/proc/29591/stat : 29591 (glueminisat) R 29589 29591 29559 0 -1 4202496 454542 0 0 0 454121 123 0 0 25 0 1 0 510335994 227930112 42391 33554432000 4194304 4309791 140737485704000 18446744073709551615 4259182 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29591/statm: 55647 42391 246 29 0 52276 0
Current children cumulated CPU time (s) 4542.44
Current children cumulated vsize (KiB) 222588

[startup+4602.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/182 29760
/proc/meminfo: memFree=21176312/32951124 swapFree=67111524/67111528
[pid=29591] ppid=29589 vsize=222588 CPUtime=4602.44 cores=1,3,5,7
/proc/29591/stat : 29591 (glueminisat) R 29589 29591 29559 0 -1 4202496 457295 0 0 0 460120 124 0 0 25 0 1 0 510335994 227930112 45030 33554432000 4194304 4309791 140737485704000 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29591/statm: 55647 45030 246 29 0 52276 0
Current children cumulated CPU time (s) 4602.44
Current children cumulated vsize (KiB) 222588

[startup+4662.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/182 29762
/proc/meminfo: memFree=21192544/32951124 swapFree=67111524/67111528
[pid=29591] ppid=29589 vsize=253408 CPUtime=4662.44 cores=1,3,5,7
/proc/29591/stat : 29591 (glueminisat) R 29589 29591 29559 0 -1 4202496 459712 0 0 0 466118 126 0 0 25 0 1 0 510335994 259489792 47373 33554432000 4194304 4309791 140737485704000 18446744073709551615 4259441 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29591/statm: 63352 47373 246 29 0 59981 0
Current children cumulated CPU time (s) 4662.44
Current children cumulated vsize (KiB) 253408

[startup+4722.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 29772
/proc/meminfo: memFree=21133224/32951124 swapFree=67111524/67111528
[pid=29591] ppid=29589 vsize=173268 CPUtime=4722.45 cores=1,3,5,7
/proc/29591/stat : 29591 (glueminisat) R 29589 29591 29559 0 -1 4202496 461562 0 0 0 472117 128 0 0 25 0 1 0 510335994 177426432 33959 33554432000 4194304 4309791 140737485704000 18446744073709551615 4259144 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29591/statm: 43317 33959 246 29 0 39946 0
Current children cumulated CPU time (s) 4722.45
Current children cumulated vsize (KiB) 173268

[startup+4782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 29774
/proc/meminfo: memFree=21267616/32951124 swapFree=67111524/67111528
[pid=29591] ppid=29589 vsize=179452 CPUtime=4782.45 cores=1,3,5,7
/proc/29591/stat : 29591 (glueminisat) R 29589 29591 29559 0 -1 4202496 467331 0 0 0 478116 129 0 0 25 0 1 0 510335994 183758848 39459 33554432000 4194304 4309791 140737485704000 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29591/statm: 44863 39459 246 29 0 41492 0
Current children cumulated CPU time (s) 4782.45
Current children cumulated vsize (KiB) 179452

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

[startup+4782.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 29774
/proc/meminfo: memFree=21267616/32951124 swapFree=67111524/67111528
[pid=29591] ppid=29589 vsize=179452 CPUtime=4782.65 cores=1,3,5,7
/proc/29591/stat : 29591 (glueminisat) R 29589 29591 29559 0 -1 4202496 467331 0 0 0 478136 129 0 0 25 0 1 0 510335994 183758848 39459 33554432000 4194304 4309791 140737485704000 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29591/statm: 44863 39459 246 29 0 41492 0
Current children cumulated CPU time (s) 4782.65
Current children cumulated vsize (KiB) 179452

[startup+4782.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 29774
/proc/meminfo: memFree=21267616/32951124 swapFree=67111524/67111528
[pid=29591] ppid=29589 vsize=179452 CPUtime=4782.75 cores=1,3,5,7
/proc/29591/stat : 29591 (glueminisat) R 29589 29591 29559 0 -1 4202496 467331 0 0 0 478146 129 0 0 25 0 1 0 510335994 183758848 39459 33554432000 4194304 4309791 140737485704000 18446744073709551615 4259159 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29591/statm: 44863 39459 246 29 0 41492 0
Current children cumulated CPU time (s) 4782.75
Current children cumulated vsize (KiB) 179452

Child status: 20
Real time (s): 4782.66
CPU time (s): 4782.82
CPU user time (s): 4781.51
CPU system time (s): 1.3028
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 253408

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

runsolver used 7.16191 second user time and 18.9331 second system time

The end

Launcher Data

Begin job on node135 at 2011-04-28 12:43:01
IDJOB=3309236
IDBENCH=20387
IDSOLVER=1694
FILE ID=node135/3309236-1303987381
RUNJOBID= node135-1303987380-29578
PBS_JOBID= 13168739
Free space on /tmp= 71088 MiB

SOLVER NAME= glueminisat 2.2.5
BENCH NAME= SAT07/industrial/anbulagan/hard-unsat/dated-5-13-u.cnf
COMMAND LINE= glueminisat -compe BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3309236-1303987381/watcher-3309236-1303987381 -o /tmp/evaluation-result-3309236-1303987381/solver-3309236-1303987381 -C 5000 -W 5100 -M 15500  glueminisat -compe HOME/instance-3309236-1303987381.cnf

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

MD5SUM BENCH= 45ee13b66821e6c36f3e38be418fa121
RANDOM SEED=1296327870

node135.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.851
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.70
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.851
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.851
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.851
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	: 6640.14
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.851
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.78
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.851
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.75
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.851
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.74
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.851
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21613804 kB
Buffers:       1870896 kB
Cached:        8811780 kB
SwapCached:          4 kB
Active:        2389432 kB
Inactive:      8363140 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21613804 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           34724 kB
Writeback:           0 kB
AnonPages:       69016 kB
Mapped:          14424 kB
Slab:           520824 kB
PageTables:       5060 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   189744 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71080 MiB
End job on node135 at 2011-04-28 14:02:44