Trace number 3309362

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 4928.99 4928.85

General information on the benchmark

NameAPPLICATIONS/bitverif/
maxor/maxor128.cnf
MD5SUMe050fe11c7c50ba82ac7126f49db3c10
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2123.23
Satisfiable
(Un)Satisfiability was proved
Number of variables200308
Number of clauses598619
Sum of the clauses size1396775
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2399078
Number of clauses of size 3199539
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

4928.93/4928.84	WARNING: for repeatability, setting FPU to use double precision
4928.93/4928.84	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-3309362-1303987518/watcher-3309362-1303987518 -o /tmp/evaluation-result-3309362-1303987518/solver-3309362-1303987518 -C 5000 -W 5100 -M 15500 glueminisat -compe HOME/instance-3309362-1303987518.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: 1.98 2.44 2.67 3/181 24064
/proc/meminfo: memFree=17064840/32951124 swapFree=67111528/67111528
[pid=24064] ppid=24062 vsize=19620 CPUtime=0 cores=1,3,5,7
/proc/24064/stat : 24064 (glueminisat) R 24062 24064 23995 0 -1 4202496 706 0 0 0 0 0 0 0 22 0 1 0 510349729 20090880 643 33554432000 4194304 4309791 140734443339536 18446744073709551615 4292785 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24064/statm: 4905 644 215 29 0 1534 0

[startup+0.0170269 s]
/proc/loadavg: 1.98 2.44 2.67 3/181 24064
/proc/meminfo: memFree=17064840/32951124 swapFree=67111528/67111528
[pid=24064] ppid=24062 vsize=22280 CPUtime=0.01 cores=1,3,5,7
/proc/24064/stat : 24064 (glueminisat) R 24062 24064 23995 0 -1 4202496 1476 0 0 0 1 0 0 0 22 0 1 0 510349729 22814720 1388 33554432000 4194304 4309791 140734443339536 18446744073709551615 4262760 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24064/statm: 5570 1389 217 29 0 2199 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 22280

[startup+0.101015 s]
/proc/loadavg: 1.98 2.44 2.67 3/181 24064
/proc/meminfo: memFree=17064840/32951124 swapFree=67111528/67111528
[pid=24064] ppid=24062 vsize=42016 CPUtime=0.09 cores=1,3,5,7
/proc/24064/stat : 24064 (glueminisat) R 24062 24064 23995 0 -1 4202496 7470 0 0 0 8 1 0 0 22 0 1 0 510349729 43024384 6646 33554432000 4194304 4309791 140734443339536 18446744073709551615 271550198469 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24064/statm: 10504 6648 217 29 0 7133 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 42016

[startup+0.300982 s]
/proc/loadavg: 1.98 2.44 2.67 3/181 24064
/proc/meminfo: memFree=17064840/32951124 swapFree=67111528/67111528
[pid=24064] ppid=24062 vsize=92296 CPUtime=0.29 cores=1,3,5,7
/proc/24064/stat : 24064 (glueminisat) R 24062 24064 23995 0 -1 4202496 20268 0 0 0 27 2 0 0 23 0 1 0 510349729 94511104 18230 33554432000 4194304 4309791 140734443339536 18446744073709551615 4216227 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24064/statm: 23074 18230 271 29 0 19703 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 92296

[startup+0.70091 s]
/proc/loadavg: 1.98 2.44 2.67 3/181 24064
/proc/meminfo: memFree=17064840/32951124 swapFree=67111528/67111528
[pid=24064] ppid=24062 vsize=124908 CPUtime=0.69 cores=1,3,5,7
/proc/24064/stat : 24064 (glueminisat) R 24062 24064 23995 0 -1 4202496 26193 0 0 0 66 3 0 0 25 0 1 0 510349729 127905792 23836 33554432000 4194304 4309791 140734443339536 18446744073709551615 4212127 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24064/statm: 31227 23838 276 29 0 27856 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 124908

[startup+1.50076 s]
/proc/loadavg: 1.98 2.44 2.67 3/182 24065
/proc/meminfo: memFree=16972340/32951124 swapFree=67111528/67111528
[pid=24064] ppid=24062 vsize=103548 CPUtime=1.48 cores=1,3,5,7
/proc/24064/stat : 24064 (glueminisat) R 24062 24064 23995 0 -1 4202496 32250 0 0 0 144 4 0 0 25 0 1 0 510349729 106033152 19837 33554432000 4194304 4309791 140734443339536 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24064/statm: 25887 19837 295 29 0 22516 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 103548

[startup+3.10047 s]
/proc/loadavg: 1.98 2.44 2.67 3/182 24065
/proc/meminfo: memFree=16984988/32951124 swapFree=67111528/67111528
[pid=24064] ppid=24062 vsize=103548 CPUtime=3.08 cores=1,3,5,7
/proc/24064/stat : 24064 (glueminisat) R 24062 24064 23995 0 -1 4202496 32437 0 0 0 304 4 0 0 25 0 1 0 510349729 106033152 20023 33554432000 4194304 4309791 140734443339536 18446744073709551615 4275178 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24064/statm: 25887 20023 295 29 0 22516 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 103548

[startup+6.30089 s]
/proc/loadavg: 1.98 2.43 2.66 3/182 24065
/proc/meminfo: memFree=16983600/32951124 swapFree=67111528/67111528
[pid=24064] ppid=24062 vsize=103548 CPUtime=6.28 cores=1,3,5,7
/proc/24064/stat : 24064 (glueminisat) R 24062 24064 23995 0 -1 4202496 32843 0 0 0 624 4 0 0 25 0 1 0 510349729 106033152 20422 33554432000 4194304 4309791 140734443339536 18446744073709551615 4259175 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24064/statm: 25887 20422 295 29 0 22516 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 103548

[startup+12.7007 s]
/proc/loadavg: 1.99 2.42 2.66 3/182 24065
/proc/meminfo: memFree=16980376/32951124 swapFree=67111528/67111528
[pid=24064] ppid=24062 vsize=122224 CPUtime=12.69 cores=1,3,5,7
/proc/24064/stat : 24064 (glueminisat) R 24062 24064 23995 0 -1 4202496 33697 0 0 0 1264 5 0 0 25 0 1 0 510349729 125157376 21261 33554432000 4194304 4309791 140734443339536 18446744073709551615 4259175 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24064/statm: 30556 21261 295 29 0 27185 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 122224

[startup+25.5004 s]
/proc/loadavg: 1.99 2.40 2.65 3/182 24066
/proc/meminfo: memFree=16965972/32951124 swapFree=67111528/67111528
[pid=24064] ppid=24062 vsize=122224 CPUtime=25.49 cores=1,3,5,7
/proc/24064/stat : 24064 (glueminisat) R 24062 24064 23995 0 -1 4202496 37560 0 0 0 2543 6 0 0 25 0 1 0 510349729 125157376 24768 33554432000 4194304 4309791 140734443339536 18446744073709551615 4259175 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24064/statm: 30556 24768 295 29 0 27185 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 122224

[startup+51.1007 s]
/proc/loadavg: 2.06 2.38 2.63 3/182 24066
/proc/meminfo: memFree=16940652/32951124 swapFree=67111528/67111528
[pid=24064] ppid=24062 vsize=152576 CPUtime=51.09 cores=1,3,5,7
/proc/24064/stat : 24064 (glueminisat) R 24062 24064 23995 0 -1 4202496 43949 0 0 0 5102 7 0 0 25 0 1 0 510349729 156237824 31132 33554432000 4194304 4309791 140734443339536 18446744073709551615 4259937 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24064/statm: 38144 31132 295 29 0 34773 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 152576

[startup+102.306 s]
/proc/loadavg: 2.03 2.32 2.60 3/182 24068
/proc/meminfo: memFree=16929216/32951124 swapFree=67111528/67111528
[pid=24064] ppid=24062 vsize=153232 CPUtime=102.3 cores=1,3,5,7
/proc/24064/stat : 24064 (glueminisat) R 24062 24064 23995 0 -1 4202496 50587 0 0 0 10222 8 0 0 25 0 1 0 510349729 156909568 31671 33554432000 4194304 4309791 140734443339536 18446744073709551615 4260051 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24064/statm: 38308 31671 295 29 0 34937 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 153232

[startup+162.301 s]
/proc/loadavg: 2.01 2.26 2.56 3/182 24069
/proc/meminfo: memFree=16913080/32951124 swapFree=67111528/67111528
[pid=24064] ppid=24062 vsize=153232 CPUtime=162.3 cores=1,3,5,7
/proc/24064/stat : 24064 (glueminisat) R 24062 24064 23995 0 -1 4202496 60702 0 0 0 16220 10 0 0 25 0 1 0 510349729 156909568 33785 33554432000 4194304 4309791 140734443339536 18446744073709551615 4259175 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24064/statm: 38308 33785 295 29 0 34937 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 153232

[startup+222.301 s]
/proc/loadavg: 2.00 2.21 2.52 3/182 24071
/proc/meminfo: memFree=16912560/32951124 swapFree=67111528/67111528
[pid=24064] ppid=24062 vsize=172148 CPUtime=222.29 cores=1,3,5,7
/proc/24064/stat : 24064 (glueminisat) R 24062 24064 23995 0 -1 4202496 69570 0 0 0 22218 11 0 0 25 0 1 0 510349729 176279552 33846 33554432000 4194304 4309791 140734443339536 18446744073709551615 4277632 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24064/statm: 43037 33846 295 29 0 39666 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 172148

[startup+282.301 s]
/proc/loadavg: 2.00 2.17 2.49 3/182 24072
/proc/meminfo: memFree=16903732/32951124 swapFree=67111528/67111528
[pid=24064] ppid=24062 vsize=172148 CPUtime=282.29 cores=1,3,5,7
/proc/24064/stat : 24064 (glueminisat) R 24062 24064 23995 0 -1 4202496 79817 0 0 0 28216 13 0 0 25 0 1 0 510349729 176279552 33846 33554432000 4194304 4309791 140734443339536 18446744073709551615 4276888 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24064/statm: 43037 33846 295 29 0 39666 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 172148

[startup+342.301 s]
/proc/loadavg: 2.00 2.14 2.45 3/182 24074
/proc/meminfo: memFree=16903712/32951124 swapFree=67111528/67111528
[pid=24064] ppid=24062 vsize=172148 CPUtime=342.3 cores=1,3,5,7
/proc/24064/stat : 24064 (glueminisat) R 24062 24064 23995 0 -1 4202496 90941 0 0 0 34214 16 0 0 25 0 1 0 510349729 176279552 33849 33554432000 4194304 4309791 140734443339536 18446744073709551615 4259199 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24064/statm: 43037 33849 295 29 0 39666 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 172148

[startup+402.301 s]
/proc/loadavg: 2.00 2.11 2.42 3/182 24076
/proc/meminfo: memFree=16902700/32951124 swapFree=67111528/67111528
[pid=24064] ppid=24062 vsize=172148 CPUtime=402.29 cores=1,3,5,7
/proc/24064/stat : 24064 (glueminisat) R 24062 24064 23995 0 -1 4202496 103427 0 0 0 40210 19 0 0 25 0 1 0 510349729 176279552 33938 33554432000 4194304 4309791 140734443339536 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24064/statm: 43037 33938 295 29 0 39666 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 172148

[startup+462.301 s]
/proc/loadavg: 2.00 2.09 2.39 3/182 24077
/proc/meminfo: memFree=16900564/32951124 swapFree=67111528/67111528
[pid=24064] ppid=24062 vsize=172148 CPUtime=462.29 cores=1,3,5,7
/proc/24064/stat : 24064 (glueminisat) R 24062 24064 23995 0 -1 4202496 117240 0 0 0 46207 22 0 0 25 0 1 0 510349729 176279552 33981 33554432000 4194304 4309791 140734443339536 18446744073709551615 4259175 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24064/statm: 43037 33981 295 29 0 39666 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 172148

[startup+522.301 s]
/proc/loadavg: 2.00 2.07 2.36 3/182 24079
/proc/meminfo: memFree=16853048/32951124 swapFree=67111528/67111528
[pid=24064] ppid=24062 vsize=221468 CPUtime=522.3 cores=1,3,5,7
/proc/24064/stat : 24064 (glueminisat) R 24062 24064 23995 0 -1 4202496 129145 0 0 0 52205 25 0 0 25 0 1 0 510349729 226783232 45829 33554432000 4194304 4309791 140734443339536 18446744073709551615 4259175 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24064/statm: 55367 45829 295 29 0 51996 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 221468

[startup+582.301 s]
/proc/loadavg: 2.00 2.05 2.34 3/182 24080
/proc/meminfo: memFree=16866532/32951124 swapFree=67111528/67111528
[pid=24064] ppid=24062 vsize=221468 CPUtime=582.3 cores=1,3,5,7
/proc/24064/stat : 24064 (glueminisat) R 24062 24064 23995 0 -1 4202496 140403 0 0 0 58202 28 0 0 25 0 1 0 510349729 226783232 42387 33554432000 4194304 4309791 140734443339536 18446744073709551615 4275240 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24064/statm: 55367 42387 295 29 0 51996 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 221468

[startup+642.3 s]

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

/proc/meminfo: memFree=16330224/32951124 swapFree=67111528/67111528
[pid=24064] ppid=24062 vsize=243380 CPUtime=4302.42 cores=1,3,5,7
/proc/24064/stat : 24064 (glueminisat) R 24062 24064 23995 0 -1 4202496 685555 0 0 0 430036 206 0 0 25 0 1 0 510349729 249221120 52827 33554432000 4194304 4309791 140734443339536 18446744073709551615 4276914 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24064/statm: 60845 52827 295 29 0 57474 0
Current children cumulated CPU time (s) 4302.42
Current children cumulated vsize (KiB) 243380

[startup+4362.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/182 24463
/proc/meminfo: memFree=16199140/32951124 swapFree=67111528/67111528
[pid=24064] ppid=24062 vsize=274200 CPUtime=4362.42 cores=1,3,5,7
/proc/24064/stat : 24064 (glueminisat) R 24062 24064 23995 0 -1 4202496 693074 0 0 0 436033 209 0 0 25 0 1 0 510349729 280780800 60291 33554432000 4194304 4309791 140734443339536 18446744073709551615 4259175 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24064/statm: 68550 60291 295 29 0 65179 0
Current children cumulated CPU time (s) 4362.42
Current children cumulated vsize (KiB) 274200

[startup+4422.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/182 24465
/proc/meminfo: memFree=16082184/32951124 swapFree=67111528/67111528
[pid=24064] ppid=24062 vsize=324288 CPUtime=4422.41 cores=1,3,5,7
/proc/24064/stat : 24064 (glueminisat) R 24062 24064 23995 0 -1 4202496 699612 0 0 0 442031 210 0 0 25 0 1 0 510349729 332070912 66764 33554432000 4194304 4309791 140734443339536 18446744073709551615 4259182 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24064/statm: 81072 66764 295 29 0 77701 0
Current children cumulated CPU time (s) 4422.41
Current children cumulated vsize (KiB) 324288

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 24466
/proc/meminfo: memFree=15962372/32951124 swapFree=67111528/67111528
[pid=24064] ppid=24062 vsize=324288 CPUtime=4482.42 cores=1,3,5,7
/proc/24064/stat : 24064 (glueminisat) R 24062 24064 23995 0 -1 4202496 705871 0 0 0 448029 213 0 0 25 0 1 0 510349729 332070912 72978 33554432000 4194304 4309791 140734443339536 18446744073709551615 4259097 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24064/statm: 81072 72978 295 29 0 77701 0
Current children cumulated CPU time (s) 4482.42
Current children cumulated vsize (KiB) 324288

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 24468
/proc/meminfo: memFree=15846052/32951124 swapFree=67111528/67111528
[pid=24064] ppid=24062 vsize=405676 CPUtime=4542.42 cores=1,3,5,7
/proc/24064/stat : 24064 (glueminisat) R 24062 24064 23995 0 -1 4202496 711790 0 0 0 454027 215 0 0 25 0 1 0 510349729 415412224 78849 33554432000 4194304 4309791 140734443339536 18446744073709551615 4259175 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24064/statm: 101419 78849 295 29 0 98048 0
Current children cumulated CPU time (s) 4542.42
Current children cumulated vsize (KiB) 405676

[startup+4602.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/182 24479
/proc/meminfo: memFree=16404304/32951124 swapFree=67111528/67111528
[pid=24064] ppid=24062 vsize=405676 CPUtime=4602.43 cores=1,3,5,7
/proc/24064/stat : 24064 (glueminisat) R 24062 24064 23995 0 -1 4202496 717203 0 0 0 460026 217 0 0 25 0 1 0 510349729 415412224 84224 33554432000 4194304 4309791 140734443339536 18446744073709551615 4284267 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24064/statm: 101419 84224 295 29 0 98048 0
Current children cumulated CPU time (s) 4602.43
Current children cumulated vsize (KiB) 405676

[startup+4662.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/182 24480
/proc/meminfo: memFree=16426980/32951124 swapFree=67111528/67111528
[pid=24064] ppid=24062 vsize=249864 CPUtime=4662.42 cores=1,3,5,7
/proc/24064/stat : 24064 (glueminisat) R 24062 24064 23995 0 -1 4202496 730031 0 0 0 466021 221 0 0 25 0 1 0 510349729 255860736 53478 33554432000 4194304 4309791 140734443339536 18446744073709551615 4252194 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24064/statm: 62466 53478 295 29 0 59095 0
Current children cumulated CPU time (s) 4662.42
Current children cumulated vsize (KiB) 249864

[startup+4722.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 24482
/proc/meminfo: memFree=16315108/32951124 swapFree=67111528/67111528
[pid=24064] ppid=24062 vsize=280684 CPUtime=4722.43 cores=1,3,5,7
/proc/24064/stat : 24064 (glueminisat) R 24062 24064 23995 0 -1 4202496 737057 0 0 0 472019 224 0 0 25 0 1 0 510349729 287420416 60438 33554432000 4194304 4309791 140734443339536 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24064/statm: 70171 60438 295 29 0 66800 0
Current children cumulated CPU time (s) 4722.43
Current children cumulated vsize (KiB) 280684

[startup+4782.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/182 24486
/proc/meminfo: memFree=16200828/32951124 swapFree=67111528/67111528
[pid=24064] ppid=24062 vsize=330772 CPUtime=4782.43 cores=1,3,5,7
/proc/24064/stat : 24064 (glueminisat) R 24062 24064 23995 0 -1 4202496 743116 0 0 0 478017 226 0 0 25 0 1 0 510349729 338710528 66443 33554432000 4194304 4309791 140734443339536 18446744073709551615 4259199 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24064/statm: 82693 66443 295 29 0 79322 0
Current children cumulated CPU time (s) 4782.43
Current children cumulated vsize (KiB) 330772

[startup+4842.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/182 24488
/proc/meminfo: memFree=16087812/32951124 swapFree=67111528/67111528
[pid=24064] ppid=24062 vsize=330772 CPUtime=4842.43 cores=1,3,5,7
/proc/24064/stat : 24064 (glueminisat) R 24062 24064 23995 0 -1 4202496 749276 0 0 0 484015 228 0 0 25 0 1 0 510349729 338710528 72546 33554432000 4194304 4309791 140734443339536 18446744073709551615 4259199 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24064/statm: 82693 72546 295 29 0 79322 0
Current children cumulated CPU time (s) 4842.43
Current children cumulated vsize (KiB) 330772

[startup+4902.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/182 24490
/proc/meminfo: memFree=15978672/32951124 swapFree=67111528/67111528
[pid=24064] ppid=24062 vsize=330772 CPUtime=4902.44 cores=1,3,5,7
/proc/24064/stat : 24064 (glueminisat) R 24062 24064 23995 0 -1 4202496 753795 0 0 0 490014 230 0 0 25 0 1 0 510349729 338710528 77023 33554432000 4194304 4309791 140734443339536 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24064/statm: 82693 77023 295 29 0 79322 0
Current children cumulated CPU time (s) 4902.44
Current children cumulated vsize (KiB) 330772

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

[startup+4915.1 s]
/proc/loadavg: 2.04 2.02 2.00 3/182 24490
/proc/meminfo: memFree=15961676/32951124 swapFree=67111528/67111528
[pid=24064] ppid=24062 vsize=330772 CPUtime=4915.23 cores=1,3,5,7
/proc/24064/stat : 24064 (glueminisat) R 24062 24064 23995 0 -1 4202496 754539 0 0 0 491293 230 0 0 25 0 1 0 510349729 338710528 77754 33554432000 4194304 4309791 140734443339536 18446744073709551615 4275368 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24064/statm: 82693 77754 295 29 0 79322 0
Current children cumulated CPU time (s) 4915.23
Current children cumulated vsize (KiB) 330772

[startup+4921.5 s]
/proc/loadavg: 2.04 2.02 2.00 3/182 24490
/proc/meminfo: memFree=15949148/32951124 swapFree=67111528/67111528
[pid=24064] ppid=24062 vsize=330772 CPUtime=4921.63 cores=1,3,5,7
/proc/24064/stat : 24064 (glueminisat) R 24062 24064 23995 0 -1 4202496 754868 0 0 0 491933 230 0 0 25 0 1 0 510349729 338710528 78082 33554432000 4194304 4309791 140734443339536 18446744073709551615 4259912 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24064/statm: 82693 78082 295 29 0 79322 0
Current children cumulated CPU time (s) 4921.63
Current children cumulated vsize (KiB) 330772

[startup+4924.71 s]
/proc/loadavg: 2.04 2.02 2.00 3/182 24490
/proc/meminfo: memFree=15944312/32951124 swapFree=67111528/67111528
[pid=24064] ppid=24062 vsize=412160 CPUtime=4924.83 cores=1,3,5,7
/proc/24064/stat : 24064 (glueminisat) R 24062 24064 23995 0 -1 4202496 755013 0 0 0 492253 230 0 0 25 0 1 0 510349729 422051840 78226 33554432000 4194304 4309791 140734443339536 18446744073709551615 4277623 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24064/statm: 103040 78226 295 29 0 99669 0
Current children cumulated CPU time (s) 4924.83
Current children cumulated vsize (KiB) 412160

[startup+4926.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/182 24490
/proc/meminfo: memFree=15943568/32951124 swapFree=67111528/67111528
[pid=24064] ppid=24062 vsize=412160 CPUtime=4926.43 cores=1,3,5,7
/proc/24064/stat : 24064 (glueminisat) R 24062 24064 23995 0 -1 4202496 755112 0 0 0 492413 230 0 0 25 0 1 0 510349729 422051840 78323 33554432000 4194304 4309791 140734443339536 18446744073709551615 4259144 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24064/statm: 103040 78323 295 29 0 99669 0
Current children cumulated CPU time (s) 4926.43
Current children cumulated vsize (KiB) 412160

[startup+4927.9 s]
/proc/loadavg: 2.04 2.02 2.00 3/182 24490
/proc/meminfo: memFree=15938980/32951124 swapFree=67111528/67111528
[pid=24064] ppid=24062 vsize=412160 CPUtime=4928.03 cores=1,3,5,7
/proc/24064/stat : 24064 (glueminisat) R 24062 24064 23995 0 -1 4202496 755207 0 0 0 492573 230 0 0 25 0 1 0 510349729 422051840 78417 33554432000 4194304 4309791 140734443339536 18446744073709551615 4276916 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24064/statm: 103040 78417 295 29 0 99669 0
Current children cumulated CPU time (s) 4928.03
Current children cumulated vsize (KiB) 412160

[startup+4928.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/182 24490
/proc/meminfo: memFree=15938980/32951124 swapFree=67111528/67111528
[pid=24064] ppid=24062 vsize=201824 CPUtime=4928.43 cores=1,3,5,7
/proc/24064/stat : 24064 (glueminisat) R 24062 24064 23995 0 -1 4202496 755277 0 0 0 492612 231 0 0 25 0 1 0 510349729 206667776 45720 33554432000 4194304 4309791 140734443339536 18446744073709551615 4259188 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24064/statm: 50456 45720 295 29 0 47085 0
Current children cumulated CPU time (s) 4928.43
Current children cumulated vsize (KiB) 201824

[startup+4928.7 s]
/proc/loadavg: 2.04 2.02 2.00 3/182 24490
/proc/meminfo: memFree=15938980/32951124 swapFree=67111528/67111528
[pid=24064] ppid=24062 vsize=201824 CPUtime=4928.83 cores=1,3,5,7
/proc/24064/stat : 24064 (glueminisat) R 24062 24064 23995 0 -1 4202496 755277 0 0 0 492652 231 0 0 25 0 1 0 510349729 206667776 45720 33554432000 4194304 4309791 140734443339536 18446744073709551615 4260051 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24064/statm: 50456 45720 295 29 0 47085 0
Current children cumulated CPU time (s) 4928.83
Current children cumulated vsize (KiB) 201824

[startup+4928.8 s]
/proc/loadavg: 2.04 2.02 2.00 3/182 24490
/proc/meminfo: memFree=15938980/32951124 swapFree=67111528/67111528
[pid=24064] ppid=24062 vsize=201824 CPUtime=4928.93 cores=1,3,5,7
/proc/24064/stat : 24064 (glueminisat) R 24062 24064 23995 0 -1 4202496 755277 0 0 0 492662 231 0 0 25 0 1 0 510349729 206667776 45720 33554432000 4194304 4309791 140734443339536 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24064/statm: 50456 45720 295 29 0 47085 0
Current children cumulated CPU time (s) 4928.93
Current children cumulated vsize (KiB) 201824

Child status: 20
Real time (s): 4928.85
CPU time (s): 4928.99
CPU user time (s): 4926.67
CPU system time (s): 2.32365
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 413120

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4926.67
system time used= 2.32365
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 755282
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= 9
involuntary context switches= 9872

runsolver used 7.79181 second user time and 19.0931 second system time

The end

Launcher Data

Begin job on node133 at 2011-04-28 12:45:19
IDJOB=3309362
IDBENCH=70808
IDSOLVER=1694
FILE ID=node133/3309362-1303987518
RUNJOBID= node133-1303987380-24014
PBS_JOBID= 13168741
Free space on /tmp= 71884 MiB

SOLVER NAME= glueminisat 2.2.5
BENCH NAME= SAT09/APPLICATIONS/bitverif/maxor/maxor128.cnf
COMMAND LINE= glueminisat -compe BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3309362-1303987518/watcher-3309362-1303987518 -o /tmp/evaluation-result-3309362-1303987518/solver-3309362-1303987518 -C 5000 -W 5100 -M 15500  glueminisat -compe HOME/instance-3309362-1303987518.cnf

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

MD5SUM BENCH= e050fe11c7c50ba82ac7126f49db3c10
RANDOM SEED=581577085

node133.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.834
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.834
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.75
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.834
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.82
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.834
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	: 6741.12
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.834
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.834
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.834
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.834
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17064996 kB
Buffers:       2187912 kB
Cached:       13036648 kB
SwapCached:          0 kB
Active:        8873528 kB
Inactive:      6449272 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17064996 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           10896 kB
Writeback:           0 kB
AnonPages:       97540 kB
Mapped:          15296 kB
Slab:           500436 kB
PageTables:       4660 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   261628 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= 71848 MiB
End job on node133 at 2011-04-28 14:07:27