Trace number 3310040

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 2543.95 2543.86

General information on the benchmark

NameSAT02/industrial/aloul/
Homer/homer14.shuffled.cnf
MD5SUM1d9569aa70fee033c68469753053c259
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark71.3432
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of clauses2130
Sum of the clauses size4500
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22100
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 530

Solver Data

2543.88/2543.85	WARNING: for repeatability, setting FPU to use double precision
2543.88/2543.85	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-3310040-1304002103/watcher-3310040-1304002103 -o /tmp/evaluation-result-3310040-1304002103/solver-3310040-1304002103 -C 5000 -W 5100 -M 15500 glueminisat -compe HOME/instance-3310040-1304002103.cnf 

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

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


[startup+0 s]
/proc/loadavg: 0.92 0.98 1.14 3/174 15898
/proc/meminfo: memFree=12838844/32950928 swapFree=67111524/67111528
[pid=15898] ppid=15896 vsize=14916 CPUtime=0 cores=1,3,5,7
/proc/15898/stat : 15898 (glueminisat) R 15896 15898 14933 0 -1 4202496 419 0 0 0 0 0 0 0 25 0 1 0 590441016 15273984 340 33554432000 4194304 4309791 140736172517184 18446744073709551615 256418828933 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15898/statm: 3729 340 239 29 0 358 0

[startup+0.103523 s]
/proc/loadavg: 0.92 0.98 1.14 3/174 15898
/proc/meminfo: memFree=12838844/32950928 swapFree=67111524/67111528
[pid=15898] ppid=15896 vsize=16256 CPUtime=0.1 cores=1,3,5,7
/proc/15898/stat : 15898 (glueminisat) R 15896 15898 14933 0 -1 4202496 705 0 0 0 10 0 0 0 25 0 1 0 590441016 16646144 621 33554432000 4194304 4309791 140736172517184 18446744073709551615 256415052485 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15898/statm: 4064 621 242 29 0 693 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 16256

[startup+0.200492 s]
/proc/loadavg: 0.92 0.98 1.14 3/174 15898
/proc/meminfo: memFree=12838844/32950928 swapFree=67111524/67111528
[pid=15898] ppid=15896 vsize=18016 CPUtime=0.19 cores=1,3,5,7
/proc/15898/stat : 15898 (glueminisat) R 15896 15898 14933 0 -1 4202496 984 0 0 0 19 0 0 0 25 0 1 0 590441016 18448384 893 33554432000 4194304 4309791 140736172517184 18446744073709551615 4284267 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15898/statm: 4504 893 242 29 0 1133 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 18016

[startup+0.300492 s]
/proc/loadavg: 0.92 0.98 1.14 3/174 15898
/proc/meminfo: memFree=12838844/32950928 swapFree=67111524/67111528
[pid=15898] ppid=15896 vsize=18016 CPUtime=0.29 cores=1,3,5,7
/proc/15898/stat : 15898 (glueminisat) R 15896 15898 14933 0 -1 4202496 1071 0 0 0 29 0 0 0 25 0 1 0 590441016 18448384 978 33554432000 4194304 4309791 140736172517184 18446744073709551615 4259435 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15898/statm: 4504 978 242 29 0 1133 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18016

[startup+0.700414 s]
/proc/loadavg: 0.92 0.98 1.14 3/174 15898
/proc/meminfo: memFree=12838844/32950928 swapFree=67111524/67111528
[pid=15898] ppid=15896 vsize=20704 CPUtime=0.69 cores=1,3,5,7
/proc/15898/stat : 15898 (glueminisat) R 15896 15898 14933 0 -1 4202496 1301 0 0 0 69 0 0 0 25 0 1 0 590441016 21200896 1202 33554432000 4194304 4309791 140736172517184 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15898/statm: 5176 1202 242 29 0 1805 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 20704

[startup+1.50025 s]
/proc/loadavg: 0.92 0.98 1.14 3/175 15899
/proc/meminfo: memFree=12791592/32950928 swapFree=67111524/67111528
[pid=15898] ppid=15896 vsize=23384 CPUtime=1.49 cores=1,3,5,7
/proc/15898/stat : 15898 (glueminisat) R 15896 15898 14933 0 -1 4202496 2056 0 0 0 149 0 0 0 25 0 1 0 590441016 23945216 1937 33554432000 4194304 4309791 140736172517184 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15898/statm: 5846 1937 242 29 0 2475 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 23384

[startup+3.10094 s]
/proc/loadavg: 0.92 0.98 1.14 3/175 15899
/proc/meminfo: memFree=12745456/32950928 swapFree=67111524/67111528
[pid=15898] ppid=15896 vsize=26088 CPUtime=3.09 cores=1,3,5,7
/proc/15898/stat : 15898 (glueminisat) R 15896 15898 14933 0 -1 4202496 3078 0 0 0 309 0 0 0 25 0 1 0 590441016 26714112 2937 33554432000 4194304 4309791 140736172517184 18446744073709551615 4259144 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15898/statm: 6522 2937 242 29 0 3151 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 26088

[startup+6.30034 s]
/proc/loadavg: 1.01 1.00 1.15 3/178 15905
/proc/meminfo: memFree=12302220/32950928 swapFree=67111524/67111528
[pid=15898] ppid=15896 vsize=34168 CPUtime=6.29 cores=1,3,5,7
/proc/15898/stat : 15898 (glueminisat) R 15896 15898 14933 0 -1 4202496 5121 0 0 0 629 0 0 0 25 0 1 0 590441016 34988032 3645 33554432000 4194304 4309791 140736172517184 18446744073709551615 4259453 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15898/statm: 8542 3645 242 29 0 5171 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 34168

[startup+12.7011 s]
/proc/loadavg: 1.09 1.02 1.15 3/178 15905
/proc/meminfo: memFree=12019132/32950928 swapFree=67111524/67111528
[pid=15898] ppid=15896 vsize=34168 CPUtime=12.69 cores=1,3,5,7
/proc/15898/stat : 15898 (glueminisat) R 15896 15898 14933 0 -1 4202496 6646 0 0 0 1269 0 0 0 25 0 1 0 590441016 34988032 5120 33554432000 4194304 4309791 140736172517184 18446744073709551615 4259872 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15898/statm: 8542 5120 242 29 0 5171 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 34168

[startup+25.5007 s]
/proc/loadavg: 1.29 1.06 1.16 3/178 15906
/proc/meminfo: memFree=12130684/32950928 swapFree=67111524/67111528
[pid=15898] ppid=15896 vsize=42104 CPUtime=25.49 cores=1,3,5,7
/proc/15898/stat : 15898 (glueminisat) R 15896 15898 14933 0 -1 4202496 10282 0 0 0 2548 1 0 0 25 0 1 0 590441016 43114496 6637 33554432000 4194304 4309791 140736172517184 18446744073709551615 4259202 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15898/statm: 10526 6637 242 29 0 7155 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 42104

[startup+51.1009 s]
/proc/loadavg: 1.53 1.14 1.19 3/178 15906
/proc/meminfo: memFree=12109432/32950928 swapFree=67111524/67111528
[pid=15898] ppid=15896 vsize=46524 CPUtime=51.1 cores=1,3,5,7
/proc/15898/stat : 15898 (glueminisat) R 15896 15898 14933 0 -1 4202496 14999 0 0 0 5108 2 0 0 25 0 1 0 590441016 47640576 8215 33554432000 4194304 4309791 140736172517184 18446744073709551615 4259874 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15898/statm: 11631 8215 242 29 0 8260 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 46524

[startup+102.301 s]
/proc/loadavg: 1.79 1.27 1.22 3/178 15908
/proc/meminfo: memFree=12102840/32950928 swapFree=67111524/67111528
[pid=15898] ppid=15896 vsize=62176 CPUtime=102.3 cores=1,3,5,7
/proc/15898/stat : 15898 (glueminisat) R 15896 15898 14933 0 -1 4202496 18185 0 0 0 10228 2 0 0 25 0 1 0 590441016 63668224 11365 33554432000 4194304 4309791 140736172517184 18446744073709551615 4259453 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15898/statm: 15544 11365 242 29 0 12173 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 62176

[startup+162.301 s]
/proc/loadavg: 1.92 1.40 1.27 3/178 15909
/proc/meminfo: memFree=12089924/32950928 swapFree=67111524/67111528
[pid=15898] ppid=15896 vsize=69248 CPUtime=162.3 cores=1,3,5,7
/proc/15898/stat : 15898 (glueminisat) R 15896 15898 14933 0 -1 4202496 25605 0 0 0 16227 3 0 0 25 0 1 0 590441016 70909952 13901 33554432000 4194304 4309791 140736172517184 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15898/statm: 17312 13901 242 29 0 13941 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 69248

[startup+222.306 s]
/proc/loadavg: 1.97 1.51 1.31 3/178 15911
/proc/meminfo: memFree=12068944/32950928 swapFree=67111524/67111528
[pid=15898] ppid=15896 vsize=65012 CPUtime=222.3 cores=1,3,5,7
/proc/15898/stat : 15898 (glueminisat) R 15896 15898 14933 0 -1 4202496 32264 0 0 0 22225 5 0 0 25 0 1 0 590441016 66572288 10992 33554432000 4194304 4309791 140736172517184 18446744073709551615 4259235 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15898/statm: 16253 10992 243 29 0 12882 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 65012

[startup+282.301 s]
/proc/loadavg: 1.99 1.59 1.35 3/178 15912
/proc/meminfo: memFree=12033308/32950928 swapFree=67111524/67111528
[pid=15898] ppid=15896 vsize=95472 CPUtime=282.3 cores=1,3,5,7
/proc/15898/stat : 15898 (glueminisat) R 15896 15898 14933 0 -1 4202496 38259 0 0 0 28224 6 0 0 25 0 1 0 590441016 97763328 16865 33554432000 4194304 4309791 140736172517184 18446744073709551615 4259144 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15898/statm: 23868 16865 243 29 0 20497 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 95472

[startup+342.301 s]
/proc/loadavg: 1.99 1.66 1.39 3/178 15914
/proc/meminfo: memFree=12028164/32950928 swapFree=67111524/67111528
[pid=15898] ppid=15896 vsize=95472 CPUtime=342.3 cores=1,3,5,7
/proc/15898/stat : 15898 (glueminisat) R 15896 15898 14933 0 -1 4202496 39498 0 0 0 34224 6 0 0 25 0 1 0 590441016 97763328 18080 33554432000 4194304 4309791 140736172517184 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15898/statm: 23868 18080 243 29 0 20497 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 95472

[startup+402.3 s]
/proc/loadavg: 2.07 1.74 1.43 3/178 15916
/proc/meminfo: memFree=12010172/32950928 swapFree=67111524/67111528
[pid=15898] ppid=15896 vsize=112124 CPUtime=402.3 cores=1,3,5,7
/proc/15898/stat : 15898 (glueminisat) R 15896 15898 14933 0 -1 4202496 44012 0 0 0 40223 7 0 0 25 0 1 0 590441016 114814976 22544 33554432000 4194304 4309791 140736172517184 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15898/statm: 28031 22544 243 29 0 24660 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 112124

[startup+462.301 s]
/proc/loadavg: 2.02 1.78 1.46 3/178 15917
/proc/meminfo: memFree=12007792/32950928 swapFree=67111524/67111528
[pid=15898] ppid=15896 vsize=112124 CPUtime=462.31 cores=1,3,5,7
/proc/15898/stat : 15898 (glueminisat) R 15896 15898 14933 0 -1 4202496 44858 0 0 0 46223 8 0 0 25 0 1 0 590441016 114814976 23374 33554432000 4194304 4309791 140736172517184 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15898/statm: 28031 23374 243 29 0 24660 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 112124

[startup+522.301 s]
/proc/loadavg: 2.01 1.82 1.49 3/178 15919
/proc/meminfo: memFree=12018412/32950928 swapFree=67111524/67111528
[pid=15898] ppid=15896 vsize=112124 CPUtime=522.31 cores=1,3,5,7
/proc/15898/stat : 15898 (glueminisat) R 15896 15898 14933 0 -1 4202496 44900 0 0 0 52223 8 0 0 25 0 1 0 590441016 114814976 23415 33554432000 4194304 4309791 140736172517184 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15898/statm: 28031 23415 243 29 0 24660 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 112124

[startup+582.301 s]
/proc/loadavg: 2.00 1.85 1.52 3/178 15920
/proc/meminfo: memFree=12051128/32950928 swapFree=67111524/67111528
[pid=15898] ppid=15896 vsize=112124 CPUtime=582.31 cores=1,3,5,7
/proc/15898/stat : 15898 (glueminisat) R 15896 15898 14933 0 -1 4202496 53328 0 0 0 58222 9 0 0 25 0 1 0 590441016 114814976 23650 33554432000 4194304 4309791 140736172517184 18446744073709551615 4259453 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/15898/statm: 28031 23650 243 29 0 24660 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 112124

[startup+642.301 s]

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

/proc/meminfo: memFree=11927640/32950928 swapFree=67111524/67111528
[pid=15898] ppid=15896 vsize=180476 CPUtime=1902.36 cores=1,3,5,7
/proc/15898/stat : 15898 (glueminisat) R 15896 15898 14933 0 -1 4202496 226048 0 0 0 190193 43 0 0 25 0 1 0 590441016 184807424 35470 33554432000 4194304 4309791 140736172517184 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15898/statm: 45119 35470 244 29 0 41748 0
Current children cumulated CPU time (s) 1902.36
Current children cumulated vsize (KiB) 180476

[startup+1962.3 s]
/proc/loadavg: 2.00 1.99 1.85 3/178 15966
/proc/meminfo: memFree=11909876/32950928 swapFree=67111524/67111528
[pid=15898] ppid=15896 vsize=180476 CPUtime=1962.35 cores=1,3,5,7
/proc/15898/stat : 15898 (glueminisat) R 15896 15898 14933 0 -1 4202496 235295 0 0 0 196191 44 0 0 25 0 1 0 590441016 184807424 32691 33554432000 4194304 4309791 140736172517184 18446744073709551615 4259878 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15898/statm: 45119 32691 244 29 0 41748 0
Current children cumulated CPU time (s) 1962.35
Current children cumulated vsize (KiB) 180476

[startup+2022.3 s]
/proc/loadavg: 2.08 2.02 1.87 3/178 15968
/proc/meminfo: memFree=11943676/32950928 swapFree=67111524/67111528
[pid=15898] ppid=15896 vsize=180476 CPUtime=2022.36 cores=1,3,5,7
/proc/15898/stat : 15898 (glueminisat) R 15896 15898 14933 0 -1 4202496 239282 0 0 0 202190 46 0 0 25 0 1 0 590441016 184807424 36603 33554432000 4194304 4309791 140736172517184 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15898/statm: 45119 36603 244 29 0 41748 0
Current children cumulated CPU time (s) 2022.36
Current children cumulated vsize (KiB) 180476

[startup+2082.3 s]
/proc/loadavg: 2.03 2.01 1.88 3/178 15969
/proc/meminfo: memFree=11924168/32950928 swapFree=67111524/67111528
[pid=15898] ppid=15896 vsize=180476 CPUtime=2082.36 cores=1,3,5,7
/proc/15898/stat : 15898 (glueminisat) R 15896 15898 14933 0 -1 4202496 248986 0 0 0 208189 47 0 0 25 0 1 0 590441016 184807424 33952 33554432000 4194304 4309791 140736172517184 18446744073709551615 4259909 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15898/statm: 45119 33952 244 29 0 41748 0
Current children cumulated CPU time (s) 2082.36
Current children cumulated vsize (KiB) 180476

[startup+2142.3 s]
/proc/loadavg: 2.01 2.00 1.88 3/178 15971
/proc/meminfo: memFree=12045516/32950928 swapFree=67111524/67111528
[pid=15898] ppid=15896 vsize=131156 CPUtime=2142.37 cores=1,3,5,7
/proc/15898/stat : 15898 (glueminisat) R 15896 15898 14933 0 -1 4202496 252646 0 0 0 214188 49 0 0 25 0 1 0 590441016 134303744 25144 33554432000 4194304 4309791 140736172517184 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15898/statm: 32789 25144 244 29 0 29418 0
Current children cumulated CPU time (s) 2142.37
Current children cumulated vsize (KiB) 131156

[startup+2202.31 s]
/proc/loadavg: 2.00 2.00 1.89 3/178 15973
/proc/meminfo: memFree=11936844/32950928 swapFree=67111524/67111528
[pid=15898] ppid=15896 vsize=180476 CPUtime=2202.37 cores=1,3,5,7
/proc/15898/stat : 15898 (glueminisat) R 15896 15898 14933 0 -1 4202496 263806 0 0 0 220187 50 0 0 25 0 1 0 590441016 184807424 36229 33554432000 4194304 4309791 140736172517184 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15898/statm: 45119 36229 244 29 0 41748 0
Current children cumulated CPU time (s) 2202.37
Current children cumulated vsize (KiB) 180476

[startup+2262.3 s]
/proc/loadavg: 2.00 2.00 1.89 3/178 15974
/proc/meminfo: memFree=11911248/32950928 swapFree=67111524/67111528
[pid=15898] ppid=15896 vsize=180476 CPUtime=2262.37 cores=1,3,5,7
/proc/15898/stat : 15898 (glueminisat) R 15896 15898 14933 0 -1 4202496 274300 0 0 0 226184 53 0 0 25 0 1 0 590441016 184807424 34651 33554432000 4194304 4309791 140736172517184 18446744073709551615 4259874 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15898/statm: 45119 34651 244 29 0 41748 0
Current children cumulated CPU time (s) 2262.37
Current children cumulated vsize (KiB) 180476

[startup+2322.3 s]
/proc/loadavg: 2.00 2.00 1.90 3/178 15976
/proc/meminfo: memFree=12006300/32950928 swapFree=67111524/67111528
[pid=15898] ppid=15896 vsize=131156 CPUtime=2322.37 cores=1,3,5,7
/proc/15898/stat : 15898 (glueminisat) R 15896 15898 14933 0 -1 4202496 278010 0 0 0 232183 54 0 0 25 0 1 0 590441016 134303744 26040 33554432000 4194304 4309791 140736172517184 18446744073709551615 4259199 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15898/statm: 32789 26040 244 29 0 29418 0
Current children cumulated CPU time (s) 2322.37
Current children cumulated vsize (KiB) 131156

[startup+2382.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 15977
/proc/meminfo: memFree=11930248/32950928 swapFree=67111524/67111528
[pid=15898] ppid=15896 vsize=180476 CPUtime=2382.37 cores=1,3,5,7
/proc/15898/stat : 15898 (glueminisat) R 15896 15898 14933 0 -1 4202496 288341 0 0 0 238182 55 0 0 25 0 1 0 590441016 184807424 36297 33554432000 4194304 4309791 140736172517184 18446744073709551615 4259909 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15898/statm: 45119 36297 244 29 0 41748 0
Current children cumulated CPU time (s) 2382.37
Current children cumulated vsize (KiB) 180476

[startup+2442.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 15979
/proc/meminfo: memFree=11940972/32950928 swapFree=67111524/67111528
[pid=15898] ppid=15896 vsize=131156 CPUtime=2442.38 cores=1,3,5,7
/proc/15898/stat : 15898 (glueminisat) R 15896 15898 14933 0 -1 4202496 290164 0 0 0 244181 57 0 0 25 0 1 0 590441016 134303744 26379 33554432000 4194304 4309791 140736172517184 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15898/statm: 32789 26379 244 29 0 29418 0
Current children cumulated CPU time (s) 2442.38
Current children cumulated vsize (KiB) 131156

[startup+2502.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 15981
/proc/meminfo: memFree=12003556/32950928 swapFree=67111524/67111528
[pid=15898] ppid=15896 vsize=131156 CPUtime=2502.38 cores=1,3,5,7
/proc/15898/stat : 15898 (glueminisat) R 15896 15898 14933 0 -1 4202496 302193 0 0 0 250178 60 0 0 25 0 1 0 590441016 134303744 27018 33554432000 4194304 4309791 140736172517184 18446744073709551615 4259413 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15898/statm: 32789 27018 244 29 0 29418 0
Current children cumulated CPU time (s) 2502.38
Current children cumulated vsize (KiB) 131156

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

[startup+2508.8 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 15981
/proc/meminfo: memFree=11997964/32950928 swapFree=67111524/67111528
[pid=15898] ppid=15896 vsize=131156 CPUtime=2508.88 cores=1,3,5,7
/proc/15898/stat : 15898 (glueminisat) R 15896 15898 14933 0 -1 4202496 302193 0 0 0 250828 60 0 0 25 0 1 0 590441016 134303744 27018 33554432000 4194304 4309791 140736172517184 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15898/statm: 32789 27018 244 29 0 29418 0
Current children cumulated CPU time (s) 2508.88
Current children cumulated vsize (KiB) 131156

[startup+2521.6 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 15981
/proc/meminfo: memFree=11988912/32950928 swapFree=67111524/67111528
[pid=15898] ppid=15896 vsize=131156 CPUtime=2521.68 cores=1,3,5,7
/proc/15898/stat : 15898 (glueminisat) R 15896 15898 14933 0 -1 4202496 302194 0 0 0 252108 60 0 0 25 0 1 0 590441016 134303744 27019 33554432000 4194304 4309791 140736172517184 18446744073709551615 4259432 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15898/statm: 32789 27019 244 29 0 29418 0
Current children cumulated CPU time (s) 2521.68
Current children cumulated vsize (KiB) 131156

[startup+2534.4 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 15981
/proc/meminfo: memFree=11981948/32950928 swapFree=67111524/67111528
[pid=15898] ppid=15896 vsize=131156 CPUtime=2534.49 cores=1,3,5,7
/proc/15898/stat : 15898 (glueminisat) R 15896 15898 14933 0 -1 4202496 302219 0 0 0 253389 60 0 0 25 0 1 0 590441016 134303744 27044 33554432000 4194304 4309791 140736172517184 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15898/statm: 32789 27044 244 29 0 29418 0
Current children cumulated CPU time (s) 2534.49
Current children cumulated vsize (KiB) 131156

[startup+2540.8 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 15982
/proc/meminfo: memFree=11976736/32950928 swapFree=67111524/67111528
[pid=15898] ppid=15896 vsize=131156 CPUtime=2540.88 cores=1,3,5,7
/proc/15898/stat : 15898 (glueminisat) R 15896 15898 14933 0 -1 4202496 302602 0 0 0 254028 60 0 0 25 0 1 0 590441016 134303744 27412 33554432000 4194304 4309791 140736172517184 18446744073709551615 4259937 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15898/statm: 32789 27412 244 29 0 29418 0
Current children cumulated CPU time (s) 2540.88
Current children cumulated vsize (KiB) 131156

[startup+2542.4 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 15982
/proc/meminfo: memFree=11974628/32950928 swapFree=67111524/67111528
[pid=15898] ppid=15896 vsize=131156 CPUtime=2542.48 cores=1,3,5,7
/proc/15898/stat : 15898 (glueminisat) R 15896 15898 14933 0 -1 4202496 302711 0 0 0 254188 60 0 0 25 0 1 0 590441016 134303744 27517 33554432000 4194304 4309791 140736172517184 18446744073709551615 4259874 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15898/statm: 32789 27517 244 29 0 29418 0
Current children cumulated CPU time (s) 2542.48
Current children cumulated vsize (KiB) 131156

[startup+2543.2 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 15982
/proc/meminfo: memFree=11973636/32950928 swapFree=67111524/67111528
[pid=15898] ppid=15896 vsize=131156 CPUtime=2543.29 cores=1,3,5,7
/proc/15898/stat : 15898 (glueminisat) R 15896 15898 14933 0 -1 4202496 302751 0 0 0 254269 60 0 0 25 0 1 0 590441016 134303744 27556 33554432000 4194304 4309791 140736172517184 18446744073709551615 4259453 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15898/statm: 32789 27556 244 29 0 29418 0
Current children cumulated CPU time (s) 2543.29
Current children cumulated vsize (KiB) 131156

[startup+2543.6 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 15982
/proc/meminfo: memFree=11973636/32950928 swapFree=67111524/67111528
[pid=15898] ppid=15896 vsize=131156 CPUtime=2543.68 cores=1,3,5,7
/proc/15898/stat : 15898 (glueminisat) R 15896 15898 14933 0 -1 4202496 302764 0 0 0 254308 60 0 0 25 0 1 0 590441016 134303744 27569 33554432000 4194304 4309791 140736172517184 18446744073709551615 4259848 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15898/statm: 32789 27569 244 29 0 29418 0
Current children cumulated CPU time (s) 2543.68
Current children cumulated vsize (KiB) 131156

[startup+2543.8 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 15982
/proc/meminfo: memFree=11973636/32950928 swapFree=67111524/67111528
[pid=15898] ppid=15896 vsize=131156 CPUtime=2543.88 cores=1,3,5,7
/proc/15898/stat : 15898 (glueminisat) R 15896 15898 14933 0 -1 4202496 302768 0 0 0 254328 60 0 0 25 0 1 0 590441016 134303744 27573 33554432000 4194304 4309791 140736172517184 18446744073709551615 4259848 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/15898/statm: 32789 27573 244 29 0 29418 0
Current children cumulated CPU time (s) 2543.88
Current children cumulated vsize (KiB) 131156

Child status: 20
Real time (s): 2543.86
CPU time (s): 2543.95
CPU user time (s): 2543.34
CPU system time (s): 0.610907
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 211296

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

runsolver used 4.05038 second user time and 9.81951 second system time

The end

Launcher Data

Begin job on node115 at 2011-04-28 16:48:23
IDJOB=3310040
IDBENCH=87935
IDSOLVER=1694
FILE ID=node115/3310040-1304002103
RUNJOBID= node115-1304002103-15750
PBS_JOBID= 13168759
Free space on /tmp= 72724 MiB

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

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

MD5SUM BENCH= 1d9569aa70fee033c68469753053c259
RANDOM SEED=227361307

node115.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.811
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.62
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.811
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.15
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.811
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.811
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.811
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.77
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.811
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.811
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.811
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      12838984 kB
Buffers:       2313304 kB
Cached:       17174808 kB
SwapCached:          4 kB
Active:        7501116 kB
Inactive:     12054724 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      12838984 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            9720 kB
Writeback:           0 kB
AnonPages:       67200 kB
Mapped:          14112 kB
Slab:           492208 kB
PageTables:       4744 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   190004 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= 72620 MiB
End job on node115 at 2011-04-28 17:30:47