Trace number 3310046

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
glueminisat 2.2.5? (TO) 5000.03 4999.92

General information on the benchmark

NameSAT02/industrial/aloul/
Homer/homer17.shuffled.cnf
MD5SUMca62f6128dc3cad7229c7b9ee33a7492
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark238.87
Satisfiable
(Un)Satisfiability was proved
Number of variables286
Number of clauses1742
Sum of the clauses size3718
Maximum clause length11
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21716
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 526

Solver Data


Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

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

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

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


[startup+0 s]
/proc/loadavg: 2.00 1.97 1.88 2/177 24833
/proc/meminfo: memFree=13693472/32950928 swapFree=67111528/67111528
[pid=24833] ppid=24831 vsize=14912 CPUtime=0 cores=0,2,4,6
/proc/24833/stat : 24833 (glueminisat) R 24831 24833 23999 0 -1 4202496 407 0 0 0 0 0 0 0 25 0 1 0 511810896 15269888 333 33554432000 4194304 4309791 140736806214800 18446744073709551615 4284267 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24833/statm: 3728 333 239 29 0 357 0

[startup+0.073044 s]
/proc/loadavg: 2.00 1.97 1.88 2/177 24833
/proc/meminfo: memFree=13693472/32950928 swapFree=67111528/67111528
[pid=24833] ppid=24831 vsize=16208 CPUtime=0.06 cores=0,2,4,6
/proc/24833/stat : 24833 (glueminisat) R 24831 24833 23999 0 -1 4202496 652 0 0 0 6 0 0 0 25 0 1 0 511810896 16596992 571 33554432000 4194304 4309791 140736806214800 18446744073709551615 4259912 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24833/statm: 4052 571 242 29 0 681 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16208

[startup+0.101041 s]
/proc/loadavg: 2.00 1.97 1.88 2/177 24833
/proc/meminfo: memFree=13693472/32950928 swapFree=67111528/67111528
[pid=24833] ppid=24831 vsize=16208 CPUtime=0.09 cores=0,2,4,6
/proc/24833/stat : 24833 (glueminisat) R 24831 24833 23999 0 -1 4202496 732 0 0 0 9 0 0 0 25 0 1 0 511810896 16596992 651 33554432000 4194304 4309791 140736806214800 18446744073709551615 4259872 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24833/statm: 4052 651 242 29 0 681 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16208

[startup+0.301016 s]
/proc/loadavg: 2.00 1.97 1.88 2/177 24833
/proc/meminfo: memFree=13693472/32950928 swapFree=67111528/67111528
[pid=24833] ppid=24831 vsize=17976 CPUtime=0.29 cores=0,2,4,6
/proc/24833/stat : 24833 (glueminisat) R 24831 24833 23999 0 -1 4202496 1154 0 0 0 29 0 0 0 25 0 1 0 511810896 18407424 1059 33554432000 4194304 4309791 140736806214800 18446744073709551615 4259453 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24833/statm: 4494 1059 242 29 0 1123 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17976

[startup+0.700944 s]
/proc/loadavg: 2.00 1.97 1.88 2/177 24833
/proc/meminfo: memFree=13693472/32950928 swapFree=67111528/67111528
[pid=24833] ppid=24831 vsize=20664 CPUtime=0.69 cores=0,2,4,6
/proc/24833/stat : 24833 (glueminisat) R 24831 24833 23999 0 -1 4202496 1779 0 0 0 69 0 0 0 25 0 1 0 511810896 21159936 1669 33554432000 4194304 4309791 140736806214800 18446744073709551615 4276100 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24833/statm: 5166 1669 242 29 0 1795 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 20664

[startup+1.50068 s]
/proc/loadavg: 2.00 1.97 1.88 3/178 24834
/proc/meminfo: memFree=13685288/32950928 swapFree=67111528/67111528
[pid=24833] ppid=24831 vsize=26216 CPUtime=1.49 cores=0,2,4,6
/proc/24833/stat : 24833 (glueminisat) R 24831 24833 23999 0 -1 4202496 3149 0 0 0 149 0 0 0 25 0 1 0 511810896 26845184 3023 33554432000 4194304 4309791 140736806214800 18446744073709551615 4259878 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24833/statm: 6554 3023 242 29 0 3183 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 26216

[startup+3.10051 s]
/proc/loadavg: 2.00 1.97 1.88 3/178 24834
/proc/meminfo: memFree=13681560/32950928 swapFree=67111528/67111528
[pid=24833] ppid=24831 vsize=26216 CPUtime=3.09 cores=0,2,4,6
/proc/24833/stat : 24833 (glueminisat) R 24831 24833 23999 0 -1 4202496 3273 0 0 0 309 0 0 0 25 0 1 0 511810896 26845184 3143 33554432000 4194304 4309791 140736806214800 18446744073709551615 4259463 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24833/statm: 6554 3143 242 29 0 3183 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 26216

[startup+6.30095 s]
/proc/loadavg: 2.00 1.97 1.88 3/178 24834
/proc/meminfo: memFree=13678212/32950928 swapFree=67111528/67111528
[pid=24833] ppid=24831 vsize=28936 CPUtime=6.29 cores=0,2,4,6
/proc/24833/stat : 24833 (glueminisat) R 24831 24833 23999 0 -1 4202496 5806 0 0 0 629 0 0 0 25 0 1 0 511810896 29630464 3822 33554432000 4194304 4309791 140736806214800 18446744073709551615 4259229 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24833/statm: 7234 3822 242 29 0 3863 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 28936

[startup+12.7008 s]
/proc/loadavg: 2.00 1.97 1.88 3/178 24834
/proc/meminfo: memFree=13671908/32950928 swapFree=67111528/67111528
[pid=24833] ppid=24831 vsize=45296 CPUtime=12.69 cores=0,2,4,6
/proc/24833/stat : 24833 (glueminisat) R 24831 24833 23999 0 -1 4202496 7358 0 0 0 1269 0 0 0 25 0 1 0 511810896 46383104 5349 33554432000 4194304 4309791 140736806214800 18446744073709551615 4275482 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24833/statm: 11324 5349 242 29 0 7953 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 45296

[startup+25.5006 s]
/proc/loadavg: 2.00 1.97 1.88 3/178 24834
/proc/meminfo: memFree=13631600/32950928 swapFree=67111528/67111528
[pid=24833] ppid=24831 vsize=45296 CPUtime=25.49 cores=0,2,4,6
/proc/24833/stat : 24833 (glueminisat) R 24831 24833 23999 0 -1 4202496 9812 0 0 0 2548 1 0 0 25 0 1 0 511810896 46383104 7759 33554432000 4194304 4309791 140736806214800 18446744073709551615 4259874 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24833/statm: 11324 7759 242 29 0 7953 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 45296

[startup+51.1011 s]
/proc/loadavg: 2.00 1.97 1.89 3/178 24835
/proc/meminfo: memFree=13654512/32950928 swapFree=67111528/67111528
[pid=24833] ppid=24831 vsize=68588 CPUtime=51.1 cores=0,2,4,6
/proc/24833/stat : 24833 (glueminisat) R 24831 24833 23999 0 -1 4202496 14885 0 0 0 5108 2 0 0 25 0 1 0 511810896 70234112 9688 33554432000 4194304 4309791 140736806214800 18446744073709551615 4259144 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24833/statm: 17147 9688 242 29 0 13776 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 68588

[startup+102.307 s]
/proc/loadavg: 2.00 1.97 1.89 3/178 24836
/proc/meminfo: memFree=13654624/32950928 swapFree=67111528/67111528
[pid=24833] ppid=24831 vsize=58784 CPUtime=102.3 cores=0,2,4,6
/proc/24833/stat : 24833 (glueminisat) R 24831 24833 23999 0 -1 4202496 21859 0 0 0 10227 3 0 0 25 0 1 0 511810896 60194816 9683 33554432000 4194304 4309791 140736806214800 18446744073709551615 4259432 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24833/statm: 14696 9683 243 29 0 11325 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 58784

[startup+162.3 s]
/proc/loadavg: 2.00 1.97 1.90 3/178 24838
/proc/meminfo: memFree=13624344/32950928 swapFree=67111528/67111528
[pid=24833] ppid=24831 vsize=110008 CPUtime=162.3 cores=0,2,4,6
/proc/24833/stat : 24833 (glueminisat) R 24831 24833 23999 0 -1 4202496 34443 0 0 0 16224 6 0 0 25 0 1 0 511810896 112648192 17254 33554432000 4194304 4309791 140736806214800 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24833/statm: 27502 17254 243 29 0 24131 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 110008

[startup+222.301 s]
/proc/loadavg: 2.00 1.97 1.90 3/178 24839
/proc/meminfo: memFree=13588856/32950928 swapFree=67111528/67111528
[pid=24833] ppid=24831 vsize=110008 CPUtime=222.3 cores=0,2,4,6
/proc/24833/stat : 24833 (glueminisat) R 24831 24833 23999 0 -1 4202496 34999 0 0 0 22224 6 0 0 25 0 1 0 511810896 112648192 17806 33554432000 4194304 4309791 140736806214800 18446744073709551615 4259191 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24833/statm: 27502 17806 243 29 0 24131 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 110008

[startup+282.3 s]
/proc/loadavg: 2.00 1.97 1.91 3/178 24841
/proc/meminfo: memFree=13618472/32950928 swapFree=67111528/67111528
[pid=24833] ppid=24831 vsize=110008 CPUtime=282.29 cores=0,2,4,6
/proc/24833/stat : 24833 (glueminisat) R 24831 24833 23999 0 -1 4202496 35916 0 0 0 28223 6 0 0 25 0 1 0 511810896 112648192 18710 33554432000 4194304 4309791 140736806214800 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24833/statm: 27502 18710 243 29 0 24131 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 110008

[startup+342.301 s]
/proc/loadavg: 2.00 1.97 1.91 3/178 24843
/proc/meminfo: memFree=13585220/32950928 swapFree=67111528/67111528
[pid=24833] ppid=24831 vsize=110008 CPUtime=342.29 cores=0,2,4,6
/proc/24833/stat : 24833 (glueminisat) R 24831 24833 23999 0 -1 4202496 36007 0 0 0 34223 6 0 0 25 0 1 0 511810896 112648192 18800 33554432000 4194304 4309791 140736806214800 18446744073709551615 4259848 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24833/statm: 27502 18800 243 29 0 24131 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 110008

[startup+402.301 s]
/proc/loadavg: 2.00 1.97 1.91 3/178 24844
/proc/meminfo: memFree=13596372/32950928 swapFree=67111528/67111528
[pid=24833] ppid=24831 vsize=110008 CPUtime=402.3 cores=0,2,4,6
/proc/24833/stat : 24833 (glueminisat) R 24831 24833 23999 0 -1 4202496 49319 0 0 0 40222 8 0 0 25 0 1 0 511810896 112648192 24008 33554432000 4194304 4309791 140736806214800 18446744073709551615 4259274 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24833/statm: 27502 24008 243 29 0 24131 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 110008

[startup+462.301 s]
/proc/loadavg: 2.07 1.99 1.91 3/178 24846
/proc/meminfo: memFree=13564364/32950928 swapFree=67111528/67111528
[pid=24833] ppid=24831 vsize=110008 CPUtime=462.3 cores=0,2,4,6
/proc/24833/stat : 24833 (glueminisat) R 24831 24833 23999 0 -1 4202496 49321 0 0 0 46222 8 0 0 25 0 1 0 511810896 112648192 24010 33554432000 4194304 4309791 140736806214800 18446744073709551615 4259159 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24833/statm: 27502 24010 243 29 0 24131 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 110008

[startup+522.301 s]
/proc/loadavg: 2.02 1.99 1.91 3/178 24847
/proc/meminfo: memFree=13579728/32950928 swapFree=67111528/67111528
[pid=24833] ppid=24831 vsize=130212 CPUtime=522.31 cores=0,2,4,6
/proc/24833/stat : 24833 (glueminisat) R 24831 24833 23999 0 -1 4202496 62229 0 0 0 52220 11 0 0 25 0 1 0 511810896 133337088 28416 33554432000 4194304 4309791 140736806214800 18446744073709551615 4259191 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24833/statm: 32553 28416 243 29 0 29182 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 130212

[startup+582.3 s]
/proc/loadavg: 2.01 1.99 1.91 3/178 24849
/proc/meminfo: memFree=13513244/32950928 swapFree=67111528/67111528
[pid=24833] ppid=24831 vsize=179532 CPUtime=582.3 cores=0,2,4,6
/proc/24833/stat : 24833 (glueminisat) R 24831 24833 23999 0 -1 4202496 79215 0 0 0 58217 13 0 0 25 0 1 0 511810896 183840768 36793 33554432000 4194304 4309791 140736806214800 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24833/statm: 44883 36793 243 29 0 41512 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 179532

[startup+642.301 s]

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

[startup+4062.31 s]
/proc/loadavg: 1.00 1.06 1.37 2/172 24972
/proc/meminfo: memFree=13588540/32950928 swapFree=67111528/67111528
[pid=24833] ppid=24831 vsize=252732 CPUtime=4062.39 cores=0,2,4,6
/proc/24833/stat : 24833 (glueminisat) R 24831 24833 23999 0 -1 4202496 412960 0 0 0 406149 90 0 0 25 0 1 0 511810896 258797568 51247 33554432000 4194304 4309791 140736806214800 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24833/statm: 63183 51247 244 29 0 59812 0
Current children cumulated CPU time (s) 4062.39
Current children cumulated vsize (KiB) 252732

[startup+4122.3 s]
/proc/loadavg: 1.00 1.05 1.35 2/172 24973
/proc/meminfo: memFree=13582568/32950928 swapFree=67111528/67111528
[pid=24833] ppid=24831 vsize=252732 CPUtime=4122.39 cores=0,2,4,6
/proc/24833/stat : 24833 (glueminisat) R 24831 24833 23999 0 -1 4202496 414525 0 0 0 412148 91 0 0 25 0 1 0 511810896 258797568 52787 33554432000 4194304 4309791 140736806214800 18446744073709551615 4259418 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24833/statm: 63183 52787 244 29 0 59812 0
Current children cumulated CPU time (s) 4122.39
Current children cumulated vsize (KiB) 252732

[startup+4182.3 s]
/proc/loadavg: 1.00 1.04 1.32 2/172 24975
/proc/meminfo: memFree=13643916/32950928 swapFree=67111528/67111528
[pid=24833] ppid=24831 vsize=172592 CPUtime=4182.39 cores=0,2,4,6
/proc/24833/stat : 24833 (glueminisat) R 24831 24833 23999 0 -1 4202496 415242 0 0 0 418147 92 0 0 25 0 1 0 511810896 176734208 37231 33554432000 4194304 4309791 140736806214800 18446744073709551615 4259878 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24833/statm: 43148 37231 244 29 0 39777 0
Current children cumulated CPU time (s) 4182.39
Current children cumulated vsize (KiB) 172592

[startup+4242.3 s]
/proc/loadavg: 1.00 1.03 1.30 2/172 24977
/proc/meminfo: memFree=13588588/32950928 swapFree=67111528/67111528
[pid=24833] ppid=24831 vsize=252732 CPUtime=4242.39 cores=0,2,4,6
/proc/24833/stat : 24833 (glueminisat) R 24831 24833 23999 0 -1 4202496 429477 0 0 0 424146 93 0 0 25 0 1 0 511810896 258797568 51313 33554432000 4194304 4309791 140736806214800 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24833/statm: 63183 51313 244 29 0 59812 0
Current children cumulated CPU time (s) 4242.39
Current children cumulated vsize (KiB) 252732

[startup+4302.3 s]
/proc/loadavg: 1.00 1.02 1.28 2/172 24978
/proc/meminfo: memFree=13600100/32950928 swapFree=67111528/67111528
[pid=24833] ppid=24831 vsize=221912 CPUtime=4302.39 cores=0,2,4,6
/proc/24833/stat : 24833 (glueminisat) R 24831 24833 23999 0 -1 4202496 442085 0 0 0 430143 96 0 0 25 0 1 0 511810896 227237888 48355 33554432000 4194304 4309791 140736806214800 18446744073709551615 4259917 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24833/statm: 55478 48355 244 29 0 52107 0
Current children cumulated CPU time (s) 4302.39
Current children cumulated vsize (KiB) 221912

[startup+4362.3 s]
/proc/loadavg: 1.00 1.02 1.26 2/172 24989
/proc/meminfo: memFree=13584332/32950928 swapFree=67111528/67111528
[pid=24833] ppid=24831 vsize=252732 CPUtime=4362.4 cores=0,2,4,6
/proc/24833/stat : 24833 (glueminisat) R 24831 24833 23999 0 -1 4202496 445987 0 0 0 436143 97 0 0 25 0 1 0 511810896 258797568 52175 33554432000 4194304 4309791 140736806214800 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24833/statm: 63183 52175 244 29 0 59812 0
Current children cumulated CPU time (s) 4362.4
Current children cumulated vsize (KiB) 252732

[startup+4422.3 s]
/proc/loadavg: 1.00 1.01 1.24 2/172 24990
/proc/meminfo: memFree=13576744/32950928 swapFree=67111528/67111528
[pid=24833] ppid=24831 vsize=252732 CPUtime=4422.4 cores=0,2,4,6
/proc/24833/stat : 24833 (glueminisat) R 24831 24833 23999 0 -1 4202496 447932 0 0 0 442142 98 0 0 25 0 1 0 511810896 258797568 54095 33554432000 4194304 4309791 140736806214800 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24833/statm: 63183 54095 244 29 0 59812 0
Current children cumulated CPU time (s) 4422.4
Current children cumulated vsize (KiB) 252732

[startup+4482.3 s]
/proc/loadavg: 1.03 1.02 1.23 2/172 24992
/proc/meminfo: memFree=13609952/32950928 swapFree=67111528/67111528
[pid=24833] ppid=24831 vsize=221912 CPUtime=4482.4 cores=0,2,4,6
/proc/24833/stat : 24833 (glueminisat) R 24831 24833 23999 0 -1 4202496 456049 0 0 0 448141 99 0 0 25 0 1 0 511810896 227237888 45872 33554432000 4194304 4309791 140736806214800 18446744073709551615 4259191 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24833/statm: 55478 45872 244 29 0 52107 0
Current children cumulated CPU time (s) 4482.4
Current children cumulated vsize (KiB) 221912

[startup+4542.3 s]
/proc/loadavg: 1.01 1.01 1.21 2/172 24997
/proc/meminfo: memFree=13599344/32950928 swapFree=67111528/67111528
[pid=24833] ppid=24831 vsize=221912 CPUtime=4542.4 cores=0,2,4,6
/proc/24833/stat : 24833 (glueminisat) R 24831 24833 23999 0 -1 4202496 458458 0 0 0 454140 100 0 0 25 0 1 0 511810896 227237888 48237 33554432000 4194304 4309791 140736806214800 18446744073709551615 4259872 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24833/statm: 55478 48237 244 29 0 52107 0
Current children cumulated CPU time (s) 4542.4
Current children cumulated vsize (KiB) 221912

[startup+4602.3 s]
/proc/loadavg: 1.00 1.01 1.19 2/172 24998
/proc/meminfo: memFree=13590572/32950928 swapFree=67111528/67111528
[pid=24833] ppid=24831 vsize=221912 CPUtime=4602.4 cores=0,2,4,6
/proc/24833/stat : 24833 (glueminisat) R 24831 24833 23999 0 -1 4202496 460778 0 0 0 460140 100 0 0 25 0 1 0 511810896 227237888 50508 33554432000 4194304 4309791 140736806214800 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24833/statm: 55478 50508 244 29 0 52107 0
Current children cumulated CPU time (s) 4602.4
Current children cumulated vsize (KiB) 221912

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 1.18 2/172 25000
/proc/meminfo: memFree=13577908/32950928 swapFree=67111528/67111528
[pid=24833] ppid=24831 vsize=252732 CPUtime=4662.4 cores=0,2,4,6
/proc/24833/stat : 24833 (glueminisat) R 24831 24833 23999 0 -1 4202496 464101 0 0 0 466139 101 0 0 25 0 1 0 511810896 258797568 53782 33554432000 4194304 4309791 140736806214800 18446744073709551615 4259443 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24833/statm: 63183 53782 244 29 0 59812 0
Current children cumulated CPU time (s) 4662.4
Current children cumulated vsize (KiB) 252732

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 1.17 2/172 25001
/proc/meminfo: memFree=13600448/32950928 swapFree=67111528/67111528
[pid=24833] ppid=24831 vsize=221912 CPUtime=4722.41 cores=0,2,4,6
/proc/24833/stat : 24833 (glueminisat) R 24831 24833 23999 0 -1 4202496 476893 0 0 0 472138 103 0 0 25 0 1 0 511810896 227237888 48092 33554432000 4194304 4309791 140736806214800 18446744073709551615 4259874 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24833/statm: 55478 48092 244 29 0 52107 0
Current children cumulated CPU time (s) 4722.41
Current children cumulated vsize (KiB) 221912

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.15 2/172 25003
/proc/meminfo: memFree=13584552/32950928 swapFree=67111528/67111528
[pid=24833] ppid=24831 vsize=252732 CPUtime=4782.41 cores=0,2,4,6
/proc/24833/stat : 24833 (glueminisat) R 24831 24833 23999 0 -1 4202496 480989 0 0 0 478137 104 0 0 25 0 1 0 511810896 258797568 52108 33554432000 4194304 4309791 140736806214800 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24833/statm: 63183 52108 244 29 0 59812 0
Current children cumulated CPU time (s) 4782.41
Current children cumulated vsize (KiB) 252732

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.14 2/172 25005
/proc/meminfo: memFree=13575840/32950928 swapFree=67111528/67111528
[pid=24833] ppid=24831 vsize=252732 CPUtime=4842.41 cores=0,2,4,6
/proc/24833/stat : 24833 (glueminisat) R 24831 24833 23999 0 -1 4202496 483210 0 0 0 484136 105 0 0 25 0 1 0 511810896 258797568 54280 33554432000 4194304 4309791 140736806214800 18446744073709551615 4259848 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24833/statm: 63183 54280 244 29 0 59812 0
Current children cumulated CPU time (s) 4842.41
Current children cumulated vsize (KiB) 252732

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.13 2/172 25006
/proc/meminfo: memFree=13567996/32950928 swapFree=67111528/67111528
[pid=24833] ppid=24831 vsize=252732 CPUtime=4902.41 cores=0,2,4,6
/proc/24833/stat : 24833 (glueminisat) R 24831 24833 23999 0 -1 4202496 485218 0 0 0 490135 106 0 0 25 0 1 0 511810896 258797568 56245 33554432000 4194304 4309791 140736806214800 18446744073709551615 4259251 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24833/statm: 63183 56245 244 29 0 59812 0
Current children cumulated CPU time (s) 4902.41
Current children cumulated vsize (KiB) 252732

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.12 2/172 25008
/proc/meminfo: memFree=13604056/32950928 swapFree=67111528/67111528
[pid=24833] ppid=24831 vsize=221912 CPUtime=4962.4 cores=0,2,4,6
/proc/24833/stat : 24833 (glueminisat) R 24831 24833 23999 0 -1 4202496 494281 0 0 0 496133 107 0 0 25 0 1 0 511810896 227237888 47248 33554432000 4194304 4309791 140736806214800 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24833/statm: 55478 47248 244 29 0 52107 0
Current children cumulated CPU time (s) 4962.4
Current children cumulated vsize (KiB) 221912



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 1.00 1.00 1.11 2/172 25009
/proc/meminfo: memFree=13589656/32950928 swapFree=67111528/67111528
[pid=24833] ppid=24831 vsize=252732 CPUtime=5000.02 cores=0,2,4,6
/proc/24833/stat : 24833 (glueminisat) R 24831 24833 23999 0 -1 4202496 497983 0 0 0 499893 109 0 0 25 0 1 0 511810896 258797568 50880 33554432000 4194304 4309791 140736806214800 18446744073709551615 4259432 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24833/statm: 63183 50880 244 29 0 59812 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 252732

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

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

[startup+4999.9 s]
/proc/loadavg: 1.00 1.00 1.11 2/172 25009
/proc/meminfo: memFree=13589656/32950928 swapFree=67111528/67111528
[pid=24833] ppid=24831 vsize=252732 CPUtime=5000.02 cores=0,2,4,6
/proc/24833/stat : 24833 (glueminisat) R 24831 24833 23999 0 -1 4202496 497983 0 0 0 499893 109 0 0 25 0 1 0 511810896 258797568 50880 33554432000 4194304 4309791 140736806214800 18446744073709551615 4259432 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24833/statm: 63183 50880 244 29 0 59812 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 252732

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.92
CPU time (s): 5000.03
CPU user time (s): 4998.93
CPU system time (s): 1.10183
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 252732

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

runsolver used 8.38472 second user time and 17.3474 second system time

The end

Launcher Data

Begin job on node120 at 2011-04-28 16:48:41
IDJOB=3310046
IDBENCH=87946
IDSOLVER=1694
FILE ID=node120/3310046-1304002121
RUNJOBID= node120-1304000368-24685
PBS_JOBID= 13168753
Free space on /tmp= 72076 MiB

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

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

MD5SUM BENCH= ca62f6128dc3cad7229c7b9ee33a7492
RANDOM SEED=475664018

node120.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.809
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.61
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.809
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	: 5226.07
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.809
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.809
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.809
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.809
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.809
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.82
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.809
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:     32950928 kB
MemFree:      13693620 kB
Buffers:       2477656 kB
Cached:       16046784 kB
SwapCached:          0 kB
Active:       10887212 kB
Inactive:      7799640 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13693620 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             412 kB
Writeback:           0 kB
AnonPages:      161756 kB
Mapped:          15508 kB
Slab:           506952 kB
PageTables:       5072 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   327180 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= 72076 MiB
End job on node120 at 2011-04-28 18:12:03