Trace number 3310043

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 3016.98 3016.92

General information on the benchmark

NameSAT02/industrial/aloul/
Homer/homer16.shuffled.cnf
MD5SUMf98b1abe53ae4846a5f9102253ed913e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark738.98
Satisfiable
(Un)Satisfiability was proved
Number of variables264
Number of clauses1476
Sum of the clauses size3168
Maximum clause length11
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21452
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 524

Solver Data

3016.95/3016.91	WARNING: for repeatability, setting FPU to use double precision
3016.95/3016.91	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-3310043-1304002108/watcher-3310043-1304002108 -o /tmp/evaluation-result-3310043-1304002108/solver-3310043-1304002108 -C 5000 -W 5100 -M 15500 glueminisat -compe HOME/instance-3310043-1304002108.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.02 1.98 1.90 3/177 18915
/proc/meminfo: memFree=16769588/32950940 swapFree=67111528/67111528
[pid=18915] ppid=18913 vsize=14912 CPUtime=0 cores=0,2,4,6
/proc/18915/stat : 18915 (glueminisat) R 18913 18915 17971 0 -1 4202496 389 0 0 0 0 0 0 0 25 0 1 0 590441549 15269888 316 33554432000 4194304 4309791 140734903391904 18446744073709551615 4284267 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18915/statm: 3728 316 231 29 0 357 0

[startup+0.086226 s]
/proc/loadavg: 2.02 1.98 1.90 3/177 18915
/proc/meminfo: memFree=16769588/32950940 swapFree=67111528/67111528
[pid=18915] ppid=18913 vsize=17104 CPUtime=0.08 cores=0,2,4,6
/proc/18915/stat : 18915 (glueminisat) R 18913 18915 17971 0 -1 4202496 753 0 0 0 8 0 0 0 25 0 1 0 590441549 17514496 674 33554432000 4194304 4309791 140734903391904 18446744073709551615 215988251496 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18915/statm: 4276 674 242 29 0 905 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 17104

[startup+0.100224 s]
/proc/loadavg: 2.02 1.98 1.90 3/177 18915
/proc/meminfo: memFree=16769588/32950940 swapFree=67111528/67111528
[pid=18915] ppid=18913 vsize=17104 CPUtime=0.09 cores=0,2,4,6
/proc/18915/stat : 18915 (glueminisat) R 18913 18915 17971 0 -1 4202496 902 0 0 0 9 0 0 0 25 0 1 0 590441549 17514496 818 33554432000 4194304 4309791 140734903391904 18446744073709551615 4277032 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18915/statm: 4276 818 242 29 0 905 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17104

[startup+0.300209 s]
/proc/loadavg: 2.02 1.98 1.90 3/177 18915
/proc/meminfo: memFree=16769588/32950940 swapFree=67111528/67111528
[pid=18915] ppid=18913 vsize=18052 CPUtime=0.29 cores=0,2,4,6
/proc/18915/stat : 18915 (glueminisat) R 18913 18915 17971 0 -1 4202496 1163 0 0 0 29 0 0 0 25 0 1 0 590441549 18485248 1075 33554432000 4194304 4309791 140734903391904 18446744073709551615 4284267 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18915/statm: 4513 1075 242 29 0 1142 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18052

[startup+0.700182 s]
/proc/loadavg: 2.02 1.98 1.90 3/177 18915
/proc/meminfo: memFree=16769588/32950940 swapFree=67111528/67111528
[pid=18915] ppid=18913 vsize=20732 CPUtime=0.69 cores=0,2,4,6
/proc/18915/stat : 18915 (glueminisat) R 18913 18915 17971 0 -1 4202496 1737 0 0 0 69 0 0 0 25 0 1 0 590441549 21229568 1639 33554432000 4194304 4309791 140734903391904 18446744073709551615 4259432 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18915/statm: 5183 1639 242 29 0 1812 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 20732

[startup+1.50104 s]
/proc/loadavg: 2.02 1.98 1.90 3/178 18916
/proc/meminfo: memFree=16761772/32950940 swapFree=67111528/67111528
[pid=18915] ppid=18913 vsize=26296 CPUtime=1.49 cores=0,2,4,6
/proc/18915/stat : 18915 (glueminisat) R 18913 18915 17971 0 -1 4202496 2950 0 0 0 149 0 0 0 25 0 1 0 590441549 26927104 2833 33554432000 4194304 4309791 140734903391904 18446744073709551615 4259435 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18915/statm: 6574 2833 242 29 0 3203 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 26296

[startup+3.10077 s]
/proc/loadavg: 2.02 1.98 1.90 3/178 18916
/proc/meminfo: memFree=16757432/32950940 swapFree=67111528/67111528
[pid=18915] ppid=18913 vsize=29016 CPUtime=3.09 cores=0,2,4,6
/proc/18915/stat : 18915 (glueminisat) R 18913 18915 17971 0 -1 4202496 3974 0 0 0 309 0 0 0 25 0 1 0 590441549 29712384 3831 33554432000 4194304 4309791 140734903391904 18446744073709551615 4259191 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18915/statm: 7254 3831 242 29 0 3883 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 29016

[startup+6.30012 s]
/proc/loadavg: 2.02 1.98 1.90 3/178 18916
/proc/meminfo: memFree=16747016/32950940 swapFree=67111528/67111528
[pid=18915] ppid=18913 vsize=36092 CPUtime=6.29 cores=0,2,4,6
/proc/18915/stat : 18915 (glueminisat) R 18913 18915 17971 0 -1 4202496 5658 0 0 0 629 0 0 0 25 0 1 0 590441549 36958208 5508 33554432000 4194304 4309791 140734903391904 18446744073709551615 4259159 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18915/statm: 9023 5508 242 29 0 5652 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 36092

[startup+12.701 s]
/proc/loadavg: 2.02 1.98 1.90 3/178 18916
/proc/meminfo: memFree=16745300/32950940 swapFree=67111528/67111528
[pid=18915] ppid=18913 vsize=38272 CPUtime=12.69 cores=0,2,4,6
/proc/18915/stat : 18915 (glueminisat) R 18913 18915 17971 0 -1 4202496 7191 0 0 0 1269 0 0 0 25 0 1 0 590441549 39190528 5267 33554432000 4194304 4309791 140734903391904 18446744073709551615 4259453 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18915/statm: 9568 5267 242 29 0 6197 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 38272

[startup+25.5007 s]
/proc/loadavg: 2.02 1.98 1.90 3/178 18916
/proc/meminfo: memFree=16739220/32950940 swapFree=67111528/67111528
[pid=18915] ppid=18913 vsize=38592 CPUtime=25.49 cores=0,2,4,6
/proc/18915/stat : 18915 (glueminisat) R 18913 18915 17971 0 -1 4202496 10338 0 0 0 2548 1 0 0 25 0 1 0 590441549 39518208 5618 33554432000 4194304 4309791 140734903391904 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18915/statm: 9648 5618 242 29 0 6277 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 38592

[startup+51.1004 s]
/proc/loadavg: 2.01 1.98 1.91 3/178 18917
/proc/meminfo: memFree=16705452/32950940 swapFree=67111528/67111528
[pid=18915] ppid=18913 vsize=66084 CPUtime=51.09 cores=0,2,4,6
/proc/18915/stat : 18915 (glueminisat) R 18913 18915 17971 0 -1 4202496 19477 0 0 0 5107 2 0 0 25 0 1 0 590441549 67670016 11591 33554432000 4194304 4309791 140734903391904 18446744073709551615 4259453 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18915/statm: 16521 11591 242 29 0 13150 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 66084

[startup+102.306 s]
/proc/loadavg: 2.00 1.98 1.91 3/178 18918
/proc/meminfo: memFree=16729872/32950940 swapFree=67111528/67111528
[pid=18915] ppid=18913 vsize=74340 CPUtime=102.3 cores=0,2,4,6
/proc/18915/stat : 18915 (glueminisat) R 18913 18915 17971 0 -1 4202496 22543 0 0 0 10228 2 0 0 25 0 1 0 590441549 76124160 14592 33554432000 4194304 4309791 140734903391904 18446744073709551615 4259934 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18915/statm: 18585 14592 242 29 0 15214 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 74340

[startup+162.301 s]
/proc/loadavg: 2.00 1.98 1.91 3/178 18920
/proc/meminfo: memFree=16702060/32950940 swapFree=67111528/67111528
[pid=18915] ppid=18913 vsize=104688 CPUtime=162.29 cores=0,2,4,6
/proc/18915/stat : 18915 (glueminisat) R 18913 18915 17971 0 -1 4202496 28944 0 0 0 16226 3 0 0 25 0 1 0 590441549 107200512 16003 33554432000 4194304 4309791 140734903391904 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18915/statm: 26172 16003 242 29 0 22801 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 104688

[startup+222.3 s]
/proc/loadavg: 2.00 1.98 1.91 3/178 18922
/proc/meminfo: memFree=16734012/32950940 swapFree=67111528/67111528
[pid=18915] ppid=18913 vsize=104688 CPUtime=222.29 cores=0,2,4,6
/proc/18915/stat : 18915 (glueminisat) R 18913 18915 17971 0 -1 4202496 29418 0 0 0 22226 3 0 0 25 0 1 0 590441549 107200512 16464 33554432000 4194304 4309791 140734903391904 18446744073709551615 4259453 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18915/statm: 26172 16464 242 29 0 22801 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 104688

[startup+282.301 s]
/proc/loadavg: 2.00 1.98 1.91 3/178 18923
/proc/meminfo: memFree=16692188/32950940 swapFree=67111528/67111528
[pid=18915] ppid=18913 vsize=104688 CPUtime=282.3 cores=0,2,4,6
/proc/18915/stat : 18915 (glueminisat) R 18913 18915 17971 0 -1 4202496 34623 0 0 0 28225 5 0 0 25 0 1 0 590441549 107200512 21547 33554432000 4194304 4309791 140734903391904 18446744073709551615 4259912 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18915/statm: 26172 21547 242 29 0 22801 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 104688

[startup+342.3 s]
/proc/loadavg: 2.00 1.98 1.91 3/178 18925
/proc/meminfo: memFree=16718688/32950940 swapFree=67111528/67111528
[pid=18915] ppid=18913 vsize=104688 CPUtime=342.3 cores=0,2,4,6
/proc/18915/stat : 18915 (glueminisat) R 18913 18915 17971 0 -1 4202496 35535 0 0 0 34224 6 0 0 25 0 1 0 590441549 107200512 22438 33554432000 4194304 4309791 140734903391904 18446744073709551615 4259387 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18915/statm: 26172 22438 242 29 0 22801 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 104688

[startup+402.301 s]
/proc/loadavg: 2.06 1.99 1.91 3/178 18926
/proc/meminfo: memFree=16690016/32950940 swapFree=67111528/67111528
[pid=18915] ppid=18913 vsize=119560 CPUtime=402.3 cores=0,2,4,6
/proc/18915/stat : 18915 (glueminisat) R 18913 18915 17971 0 -1 4202496 44755 0 0 0 40224 6 0 0 25 0 1 0 590441549 122429440 23809 33554432000 4194304 4309791 140734903391904 18446744073709551615 4259872 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18915/statm: 29890 23809 242 29 0 26519 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 119560

[startup+462.3 s]
/proc/loadavg: 2.02 1.99 1.91 3/178 18928
/proc/meminfo: memFree=16654260/32950940 swapFree=67111528/67111528
[pid=18915] ppid=18913 vsize=119560 CPUtime=462.29 cores=0,2,4,6
/proc/18915/stat : 18915 (glueminisat) R 18913 18915 17971 0 -1 4202496 55301 0 0 0 46221 8 0 0 25 0 1 0 590441549 122429440 26426 33554432000 4194304 4309791 140734903391904 18446744073709551615 4259144 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18915/statm: 29890 26426 242 29 0 26519 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 119560

[startup+522.301 s]
/proc/loadavg: 2.06 2.01 1.92 3/178 18930
/proc/meminfo: memFree=16696624/32950940 swapFree=67111528/67111528
[pid=18915] ppid=18913 vsize=119560 CPUtime=522.3 cores=0,2,4,6
/proc/18915/stat : 18915 (glueminisat) R 18913 18915 17971 0 -1 4202496 63017 0 0 0 52221 9 0 0 25 0 1 0 590441549 122429440 26432 33554432000 4194304 4309791 140734903391904 18446744073709551615 4259453 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18915/statm: 29890 26432 242 29 0 26519 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 119560

[startup+582.3 s]
/proc/loadavg: 2.02 2.00 1.92 3/178 18931
/proc/meminfo: memFree=16670672/32950940 swapFree=67111528/67111528
[pid=18915] ppid=18913 vsize=119560 CPUtime=582.3 cores=0,2,4,6
/proc/18915/stat : 18915 (glueminisat) R 18913 18915 17971 0 -1 4202496 71049 0 0 0 58220 10 0 0 25 0 1 0 590441549 122429440 26432 33554432000 4194304 4309791 140734903391904 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18915/statm: 29890 26432 242 29 0 26519 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 119560

[startup+642.301 s]

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

/proc/meminfo: memFree=17473664/32950940 swapFree=67111528/67111528
[pid=18915] ppid=18913 vsize=154388 CPUtime=2322.34 cores=0,2,4,6
/proc/18915/stat : 18915 (glueminisat) R 18913 18915 17971 0 -1 4202496 288316 0 0 0 232185 49 0 0 25 0 1 0 590441549 158093312 35142 33554432000 4194304 4309791 140734903391904 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18915/statm: 38597 35142 242 29 0 35226 0
Current children cumulated CPU time (s) 2322.34
Current children cumulated vsize (KiB) 154388

[startup+2382.3 s]
/proc/loadavg: 1.00 1.01 1.24 2/172 19005
/proc/meminfo: memFree=17434056/32950940 swapFree=67111528/67111528
[pid=18915] ppid=18913 vsize=203708 CPUtime=2382.34 cores=0,2,4,6
/proc/18915/stat : 18915 (glueminisat) R 18913 18915 17971 0 -1 4202496 298436 0 0 0 238184 50 0 0 25 0 1 0 590441549 208596992 45194 33554432000 4194304 4309791 140734903391904 18446744073709551615 4259453 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18915/statm: 50927 45194 242 29 0 47556 0
Current children cumulated CPU time (s) 2382.34
Current children cumulated vsize (KiB) 203708

[startup+2442.3 s]
/proc/loadavg: 1.00 1.00 1.22 2/172 19007
/proc/meminfo: memFree=17473440/32950940 swapFree=67111528/67111528
[pid=18915] ppid=18913 vsize=154388 CPUtime=2442.35 cores=0,2,4,6
/proc/18915/stat : 18915 (glueminisat) R 18913 18915 17971 0 -1 4202496 300743 0 0 0 244183 52 0 0 25 0 1 0 590441549 158093312 35149 33554432000 4194304 4309791 140734903391904 18446744073709551615 4259889 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18915/statm: 38597 35149 242 29 0 35226 0
Current children cumulated CPU time (s) 2442.35
Current children cumulated vsize (KiB) 154388

[startup+2502.3 s]
/proc/loadavg: 1.00 1.00 1.21 2/172 19008
/proc/meminfo: memFree=17473540/32950940 swapFree=67111528/67111528
[pid=18915] ppid=18913 vsize=204028 CPUtime=2502.34 cores=0,2,4,6
/proc/18915/stat : 18915 (glueminisat) R 18913 18915 17971 0 -1 4202496 308530 0 0 0 250182 52 0 0 25 0 1 0 590441549 208924672 42926 33554432000 4194304 4309791 140734903391904 18446744073709551615 4259432 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18915/statm: 51007 42926 242 29 0 47636 0
Current children cumulated CPU time (s) 2502.34
Current children cumulated vsize (KiB) 204028

[startup+2562.3 s]
/proc/loadavg: 1.00 1.00 1.19 2/172 19010
/proc/meminfo: memFree=17430704/32950940 swapFree=67111528/67111528
[pid=18915] ppid=18913 vsize=204028 CPUtime=2562.35 cores=0,2,4,6
/proc/18915/stat : 18915 (glueminisat) R 18913 18915 17971 0 -1 4202496 311679 0 0 0 256181 54 0 0 25 0 1 0 590441549 208924672 45977 33554432000 4194304 4309791 140734903391904 18446744073709551615 4259463 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18915/statm: 51007 45977 242 29 0 47636 0
Current children cumulated CPU time (s) 2562.35
Current children cumulated vsize (KiB) 204028

[startup+2622.3 s]
/proc/loadavg: 1.00 1.00 1.17 2/172 19012
/proc/meminfo: memFree=17473432/32950940 swapFree=67111528/67111528
[pid=18915] ppid=18913 vsize=154708 CPUtime=2622.36 cores=0,2,4,6
/proc/18915/stat : 18915 (glueminisat) R 18913 18915 17971 0 -1 4202496 313013 0 0 0 262181 55 0 0 25 0 1 0 590441549 158420992 35229 33554432000 4194304 4309791 140734903391904 18446744073709551615 4259937 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18915/statm: 38677 35229 242 29 0 35306 0
Current children cumulated CPU time (s) 2622.36
Current children cumulated vsize (KiB) 154708

[startup+2682.3 s]
/proc/loadavg: 1.08 1.02 1.17 2/172 19013
/proc/meminfo: memFree=17431980/32950940 swapFree=67111528/67111528
[pid=18915] ppid=18913 vsize=204028 CPUtime=2682.35 cores=0,2,4,6
/proc/18915/stat : 18915 (glueminisat) R 18913 18915 17971 0 -1 4202496 323564 0 0 0 268179 56 0 0 25 0 1 0 590441549 208924672 45707 33554432000 4194304 4309791 140734903391904 18446744073709551615 4259872 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18915/statm: 51007 45707 242 29 0 47636 0
Current children cumulated CPU time (s) 2682.35
Current children cumulated vsize (KiB) 204028

[startup+2742.31 s]
/proc/loadavg: 1.03 1.01 1.16 2/172 19015
/proc/meminfo: memFree=17473364/32950940 swapFree=67111528/67111528
[pid=18915] ppid=18913 vsize=154708 CPUtime=2742.35 cores=0,2,4,6
/proc/18915/stat : 18915 (glueminisat) R 18913 18915 17971 0 -1 4202496 325428 0 0 0 274178 57 0 0 25 0 1 0 590441549 158420992 35229 33554432000 4194304 4309791 140734903391904 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18915/statm: 38677 35229 242 29 0 35306 0
Current children cumulated CPU time (s) 2742.35
Current children cumulated vsize (KiB) 154708

[startup+2802.3 s]
/proc/loadavg: 1.01 1.00 1.14 2/172 19016
/proc/meminfo: memFree=17438492/32950940 swapFree=67111528/67111528
[pid=18915] ppid=18913 vsize=204028 CPUtime=2802.36 cores=0,2,4,6
/proc/18915/stat : 18915 (glueminisat) R 18913 18915 17971 0 -1 4202496 334359 0 0 0 280177 59 0 0 25 0 1 0 590441549 208924672 44122 33554432000 4194304 4309791 140734903391904 18446744073709551615 4259912 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18915/statm: 51007 44122 242 29 0 47636 0
Current children cumulated CPU time (s) 2802.36
Current children cumulated vsize (KiB) 204028

[startup+2862.3 s]
/proc/loadavg: 1.00 1.00 1.13 2/172 19018
/proc/meminfo: memFree=17429756/32950940 swapFree=67111528/67111528
[pid=18915] ppid=18913 vsize=204028 CPUtime=2862.36 cores=0,2,4,6
/proc/18915/stat : 18915 (glueminisat) R 18913 18915 17971 0 -1 4202496 336642 0 0 0 286176 60 0 0 25 0 1 0 590441549 208924672 46343 33554432000 4194304 4309791 140734903391904 18446744073709551615 4259182 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18915/statm: 51007 46343 242 29 0 47636 0
Current children cumulated CPU time (s) 2862.36
Current children cumulated vsize (KiB) 204028

[startup+2922.3 s]
/proc/loadavg: 1.00 1.00 1.12 2/172 19020
/proc/meminfo: memFree=17473352/32950940 swapFree=67111528/67111528
[pid=18915] ppid=18913 vsize=154708 CPUtime=2922.35 cores=0,2,4,6
/proc/18915/stat : 18915 (glueminisat) R 18913 18915 17971 0 -1 4202496 337460 0 0 0 292175 60 0 0 25 0 1 0 590441549 158420992 35229 33554432000 4194304 4309791 140734903391904 18446744073709551615 4259376 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18915/statm: 38677 35229 242 29 0 35306 0
Current children cumulated CPU time (s) 2922.35
Current children cumulated vsize (KiB) 154708

[startup+2982.3 s]
/proc/loadavg: 1.00 1.00 1.11 2/172 19021
/proc/meminfo: memFree=17430156/32950940 swapFree=67111528/67111528
[pid=18915] ppid=18913 vsize=204028 CPUtime=2982.36 cores=0,2,4,6
/proc/18915/stat : 18915 (glueminisat) R 18913 18915 17971 0 -1 4202496 348457 0 0 0 298174 62 0 0 25 0 1 0 590441549 208924672 46108 33554432000 4194304 4309791 140734903391904 18446744073709551615 4259902 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18915/statm: 51007 46108 242 29 0 47636 0
Current children cumulated CPU time (s) 2982.36
Current children cumulated vsize (KiB) 204028

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

[startup+2995.1 s]
/proc/loadavg: 1.00 1.00 1.11 2/172 19021
/proc/meminfo: memFree=17427652/32950940 swapFree=67111528/67111528
[pid=18915] ppid=18913 vsize=204028 CPUtime=2995.16 cores=0,2,4,6
/proc/18915/stat : 18915 (glueminisat) R 18913 18915 17971 0 -1 4202496 349170 0 0 0 299454 62 0 0 25 0 1 0 590441549 208924672 46790 33554432000 4194304 4309791 140734903391904 18446744073709551615 4259912 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18915/statm: 51007 46790 242 29 0 47636 0
Current children cumulated CPU time (s) 2995.16
Current children cumulated vsize (KiB) 204028

[startup+3007.9 s]
/proc/loadavg: 1.00 1.00 1.10 2/172 19022
/proc/meminfo: memFree=17473396/32950940 swapFree=67111528/67111528
[pid=18915] ppid=18913 vsize=154708 CPUtime=3007.95 cores=0,2,4,6
/proc/18915/stat : 18915 (glueminisat) R 18913 18915 17971 0 -1 4202496 349331 0 0 0 300733 62 0 0 25 0 1 0 590441549 158420992 35229 33554432000 4194304 4309791 140734903391904 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18915/statm: 38677 35229 242 29 0 35306 0
Current children cumulated CPU time (s) 3007.95
Current children cumulated vsize (KiB) 154708

[startup+3011.1 s]
/proc/loadavg: 1.00 1.00 1.10 2/172 19022
/proc/meminfo: memFree=17473392/32950940 swapFree=67111528/67111528
[pid=18915] ppid=18913 vsize=154708 CPUtime=3011.15 cores=0,2,4,6
/proc/18915/stat : 18915 (glueminisat) R 18913 18915 17971 0 -1 4202496 349331 0 0 0 301053 62 0 0 25 0 1 0 590441549 158420992 35229 33554432000 4194304 4309791 140734903391904 18446744073709551615 4259912 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18915/statm: 38677 35229 242 29 0 35306 0
Current children cumulated CPU time (s) 3011.15
Current children cumulated vsize (KiB) 154708

[startup+3014.3 s]
/proc/loadavg: 1.00 1.00 1.10 2/172 19022
/proc/meminfo: memFree=17473392/32950940 swapFree=67111528/67111528
[pid=18915] ppid=18913 vsize=154708 CPUtime=3014.35 cores=0,2,4,6
/proc/18915/stat : 18915 (glueminisat) R 18913 18915 17971 0 -1 4202496 349331 0 0 0 301373 62 0 0 25 0 1 0 590441549 158420992 35229 33554432000 4194304 4309791 140734903391904 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18915/statm: 38677 35229 242 29 0 35306 0
Current children cumulated CPU time (s) 3014.35
Current children cumulated vsize (KiB) 154708

[startup+3015.9 s]
/proc/loadavg: 1.00 1.00 1.10 2/172 19022
/proc/meminfo: memFree=17473144/32950940 swapFree=67111528/67111528
[pid=18915] ppid=18913 vsize=154708 CPUtime=3015.95 cores=0,2,4,6
/proc/18915/stat : 18915 (glueminisat) R 18913 18915 17971 0 -1 4202496 349331 0 0 0 301533 62 0 0 25 0 1 0 590441549 158420992 35229 33554432000 4194304 4309791 140734903391904 18446744073709551615 4259443 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18915/statm: 38677 35229 242 29 0 35306 0
Current children cumulated CPU time (s) 3015.95
Current children cumulated vsize (KiB) 154708

[startup+3016.7 s]
/proc/loadavg: 1.00 1.00 1.10 2/172 19023
/proc/meminfo: memFree=17472896/32950940 swapFree=67111528/67111528
[pid=18915] ppid=18913 vsize=154708 CPUtime=3016.75 cores=0,2,4,6
/proc/18915/stat : 18915 (glueminisat) R 18913 18915 17971 0 -1 4202496 349331 0 0 0 301613 62 0 0 25 0 1 0 590441549 158420992 35229 33554432000 4194304 4309791 140734903391904 18446744073709551615 4259463 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18915/statm: 38677 35229 242 29 0 35306 0
Current children cumulated CPU time (s) 3016.75
Current children cumulated vsize (KiB) 154708

[startup+3016.9 s]
/proc/loadavg: 1.00 1.00 1.10 2/172 19023
/proc/meminfo: memFree=17472896/32950940 swapFree=67111528/67111528
[pid=18915] ppid=18913 vsize=154708 CPUtime=3016.95 cores=0,2,4,6
/proc/18915/stat : 18915 (glueminisat) R 18913 18915 17971 0 -1 4202496 349331 0 0 0 301633 62 0 0 25 0 1 0 590441549 158420992 35229 33554432000 4194304 4309791 140734903391904 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18915/statm: 38677 35229 242 29 0 35306 0
Current children cumulated CPU time (s) 3016.95
Current children cumulated vsize (KiB) 154708

Child status: 20
Real time (s): 3016.92
CPU time (s): 3016.98
CPU user time (s): 3016.35
CPU system time (s): 0.635903
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 204028

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3016.35
system time used= 0.635903
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 349336
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= 10
involuntary context switches= 3300

runsolver used 4.71128 second user time and 9.64453 second system time

The end

Launcher Data

Begin job on node117 at 2011-04-28 16:48:28
IDJOB=3310043
IDBENCH=87943
IDSOLVER=1694
FILE ID=node117/3310043-1304002108
RUNJOBID= node117-1304001172-18840
PBS_JOBID= 13168755
Free space on /tmp= 71472 MiB

SOLVER NAME= glueminisat 2.2.5
BENCH NAME= SAT02/industrial/aloul/Homer/homer16.shuffled.cnf
COMMAND LINE= glueminisat -compe BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3310043-1304002108/watcher-3310043-1304002108 -o /tmp/evaluation-result-3310043-1304002108/solver-3310043-1304002108 -C 5000 -W 5100 -M 15500  glueminisat -compe HOME/instance-3310043-1304002108.cnf

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

MD5SUM BENCH= f98b1abe53ae4846a5f9102253ed913e
RANDOM SEED=870969885

node117.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.849
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.69
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.849
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.849
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.74
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.849
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.75
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.849
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.75
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.849
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.74
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.849
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.849
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	: 5267.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      16769728 kB
Buffers:       2373948 kB
Cached:       12530960 kB
SwapCached:          0 kB
Active:        8853584 kB
Inactive:      6745464 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      16769728 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             400 kB
Writeback:           0 kB
AnonPages:      693404 kB
Mapped:          15288 kB
Slab:           516772 kB
PageTables:       5740 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS:   895964 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71680 MiB
End job on node117 at 2011-04-28 17:38:45