Trace number 3284617

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) 1299.74 1300.02

General information on the benchmark

Nameapplication/fuhs/
AProVE11/AProVE11-06.cnf
MD5SUM6fd7d026c372988cefc364000243d13f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4573.36
Satisfiable
(Un)Satisfiability was proved
Number of variables302076
Number of clauses1039056
Sum of the clauses size2729970
Maximum clause length978
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2420562
Number of clauses of size 3588399
Number of clauses of size 429561
Number of clauses of size 569
Number of clauses of size over 5464

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-3284617-1303761280/watcher-3284617-1303761280 -o /tmp/evaluation-result-3284617-1303761280/solver-3284617-1303761280 -C 2400 -W 1300 -M 7680 glueminisat -compe HOME/instance-3284617-1303761280.cnf 

running on 2 cores: 4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.00 3.94 3.47 5/193 9264
/proc/meminfo: memFree=13568352/32951124 swapFree=67111528/67111528
[pid=9264] ppid=9262 vsize=19676 CPUtime=0 cores=4,6
/proc/9264/stat : 9264 (glueminisat) R 9262 9264 8720 0 -1 4202496 708 0 0 0 0 0 0 0 21 0 1 0 487725953 20148224 648 33554432000 4194304 4309791 140734399937088 18446744073709551615 255376998608 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9264/statm: 4919 652 214 29 0 1548 0

[startup+0.100607 s]
/proc/loadavg: 4.00 3.94 3.47 5/193 9264
/proc/meminfo: memFree=13568352/32951124 swapFree=67111528/67111528
[pid=9264] ppid=9262 vsize=67816 CPUtime=0.09 cores=4,6
/proc/9264/stat : 9264 (glueminisat) R 9262 9264 8720 0 -1 4202496 11545 0 0 0 8 1 0 0 21 0 1 0 487725953 69443584 10959 33554432000 4194304 4309791 140734399937088 18446744073709551615 255376962593 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9264/statm: 16954 10960 217 29 0 13583 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 67816

[startup+0.200589 s]
/proc/loadavg: 4.00 3.94 3.47 5/193 9264
/proc/meminfo: memFree=13568352/32951124 swapFree=67111528/67111528
[pid=9264] ppid=9262 vsize=83516 CPUtime=0.19 cores=4,6
/proc/9264/stat : 9264 (glueminisat) R 9262 9264 8720 0 -1 4202496 16673 0 0 0 17 2 0 0 21 0 1 0 487725953 85520384 15235 33554432000 4194304 4309791 140734399937088 18446744073709551615 4294433 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9264/statm: 20879 15236 217 29 0 17508 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 83516

[startup+0.30057 s]
/proc/loadavg: 4.00 3.94 3.47 5/193 9264
/proc/meminfo: memFree=13568352/32951124 swapFree=67111528/67111528
[pid=9264] ppid=9262 vsize=99952 CPUtime=0.29 cores=4,6
/proc/9264/stat : 9264 (glueminisat) R 9262 9264 8720 0 -1 4202496 21436 0 0 0 26 3 0 0 22 0 1 0 487725953 102350848 19320 33554432000 4194304 4309791 140734399937088 18446744073709551615 255376962245 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9264/statm: 24988 19322 217 29 0 21617 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 99952

[startup+0.700509 s]
/proc/loadavg: 4.00 3.94 3.47 5/193 9264
/proc/meminfo: memFree=13568352/32951124 swapFree=67111528/67111528
[pid=9264] ppid=9262 vsize=146876 CPUtime=0.68 cores=4,6
/proc/9264/stat : 9264 (glueminisat) R 9262 9264 8720 0 -1 4202496 31117 0 0 0 64 4 0 0 23 0 1 0 487725953 150401024 27862 33554432000 4194304 4309791 140734399937088 18446744073709551615 4294526 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9264/statm: 36719 27863 225 29 0 33348 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 146876

[startup+1.50037 s]
/proc/loadavg: 4.00 3.94 3.47 5/194 9265
/proc/meminfo: memFree=13433192/32951124 swapFree=67111528/67111528
[pid=9264] ppid=9262 vsize=214620 CPUtime=1.49 cores=4,6
/proc/9264/stat : 9264 (glueminisat) R 9262 9264 8720 0 -1 4202496 43714 0 0 0 143 6 0 0 25 0 1 0 487725953 219770880 39534 33554432000 4194304 4309791 140734399937088 18446744073709551615 4212089 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9264/statm: 53655 39536 225 29 0 50284 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 214620

[startup+3.10108 s]
/proc/loadavg: 4.00 3.94 3.47 5/194 9265
/proc/meminfo: memFree=13425380/32951124 swapFree=67111528/67111528
[pid=9264] ppid=9262 vsize=152996 CPUtime=3.09 cores=4,6
/proc/9264/stat : 9264 (glueminisat) R 9262 9264 8720 0 -1 4202496 51996 0 0 0 301 8 0 0 25 0 1 0 487725953 156667904 30946 33554432000 4194304 4309791 140734399937088 18446744073709551615 4259097 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9264/statm: 38249 30946 246 29 0 34878 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 152996

[startup+6.30046 s]
/proc/loadavg: 4.00 3.94 3.47 5/194 9265
/proc/meminfo: memFree=13442028/32951124 swapFree=67111528/67111528
[pid=9264] ppid=9262 vsize=152996 CPUtime=6.29 cores=4,6
/proc/9264/stat : 9264 (glueminisat) R 9262 9264 8720 0 -1 4202496 52100 0 0 0 621 8 0 0 25 0 1 0 487725953 156667904 31048 33554432000 4194304 4309791 140734399937088 18446744073709551615 4259097 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9264/statm: 38249 31048 246 29 0 34878 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 152996

[startup+12.7003 s]
/proc/loadavg: 4.00 3.94 3.47 5/194 9265
/proc/meminfo: memFree=13476476/32951124 swapFree=67111528/67111528
[pid=9264] ppid=9262 vsize=152996 CPUtime=12.69 cores=4,6
/proc/9264/stat : 9264 (glueminisat) R 9262 9264 8720 0 -1 4202496 52331 0 0 0 1261 8 0 0 25 0 1 0 487725953 156667904 31272 33554432000 4194304 4309791 140734399937088 18446744073709551615 4253896 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9264/statm: 38249 31272 246 29 0 34878 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 152996

[startup+25.5009 s]
/proc/loadavg: 4.00 3.94 3.48 5/194 9266
/proc/meminfo: memFree=13437800/32951124 swapFree=67111528/67111528
[pid=9264] ppid=9262 vsize=152996 CPUtime=25.49 cores=4,6
/proc/9264/stat : 9264 (glueminisat) R 9262 9264 8720 0 -1 4202496 52707 0 0 0 2541 8 0 0 25 0 1 0 487725953 156667904 31638 33554432000 4194304 4309791 140734399937088 18446744073709551615 4259175 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9264/statm: 38249 31638 246 29 0 34878 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 152996

[startup+51.1012 s]
/proc/loadavg: 4.00 3.95 3.49 5/194 9266
/proc/meminfo: memFree=13441920/32951124 swapFree=67111528/67111528
[pid=9264] ppid=9262 vsize=152996 CPUtime=51.08 cores=4,6
/proc/9264/stat : 9264 (glueminisat) R 9262 9264 8720 0 -1 4202496 53504 0 0 0 5100 8 0 0 25 0 1 0 487725953 156667904 32408 33554432000 4194304 4309791 140734399937088 18446744073709551615 4259097 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9264/statm: 38249 32408 246 29 0 34878 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 152996

[startup+102.301 s]
/proc/loadavg: 4.00 3.95 3.52 5/194 9268
/proc/meminfo: memFree=13416604/32951124 swapFree=67111528/67111528
[pid=9264] ppid=9262 vsize=182144 CPUtime=102.28 cores=4,6
/proc/9264/stat : 9264 (glueminisat) R 9262 9264 8720 0 -1 4202496 63977 0 0 0 10218 10 0 0 25 0 1 0 487725953 186515456 36430 33554432000 4194304 4309791 140734399937088 18446744073709551615 4259097 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9264/statm: 45536 36430 246 29 0 42165 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 182144

[startup+162.301 s]
/proc/loadavg: 4.00 3.96 3.55 5/194 9269
/proc/meminfo: memFree=13418928/32951124 swapFree=67111528/67111528
[pid=9264] ppid=9262 vsize=182144 CPUtime=162.28 cores=4,6
/proc/9264/stat : 9264 (glueminisat) R 9262 9264 8720 0 -1 4202496 65411 0 0 0 16217 11 0 0 25 0 1 0 487725953 186515456 37824 33554432000 4194304 4309791 140734399937088 18446744073709551615 4259144 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9264/statm: 45536 37824 246 29 0 42165 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 182144

[startup+222.307 s]
/proc/loadavg: 4.06 3.98 3.58 5/194 9271
/proc/meminfo: memFree=13405124/32951124 swapFree=67111528/67111528
[pid=9264] ppid=9262 vsize=182428 CPUtime=222.29 cores=4,6
/proc/9264/stat : 9264 (glueminisat) R 9262 9264 8720 0 -1 4202496 66169 0 0 0 22218 11 0 0 25 0 1 0 487725953 186806272 38564 33554432000 4194304 4309791 140734399937088 18446744073709551615 4259175 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9264/statm: 45607 38564 246 29 0 42236 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 182428

[startup+282.3 s]
/proc/loadavg: 4.02 3.98 3.60 5/194 9272
/proc/meminfo: memFree=13394444/32951124 swapFree=67111528/67111528
[pid=9264] ppid=9262 vsize=182428 CPUtime=282.28 cores=4,6
/proc/9264/stat : 9264 (glueminisat) R 9262 9264 8720 0 -1 4202496 66245 0 0 0 28217 11 0 0 25 0 1 0 487725953 186806272 38640 33554432000 4194304 4309791 140734399937088 18446744073709551615 4259934 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9264/statm: 45607 38640 246 29 0 42236 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 182428

[startup+342.301 s]
/proc/loadavg: 4.01 3.98 3.62 5/194 9274
/proc/meminfo: memFree=13428508/32951124 swapFree=67111528/67111528
[pid=9264] ppid=9262 vsize=183432 CPUtime=342.29 cores=4,6
/proc/9264/stat : 9264 (glueminisat) R 9262 9264 8720 0 -1 4202496 67042 0 0 0 34218 11 0 0 25 0 1 0 487725953 187834368 39410 33554432000 4194304 4309791 140734399937088 18446744073709551615 4259097 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9264/statm: 45858 39410 246 29 0 42487 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 183432

[startup+402.301 s]
/proc/loadavg: 4.01 3.98 3.64 5/194 9422
/proc/meminfo: memFree=12779848/32951124 swapFree=67111528/67111528
[pid=9264] ppid=9262 vsize=183860 CPUtime=402.29 cores=4,6
/proc/9264/stat : 9264 (glueminisat) R 9262 9264 8720 0 -1 4202496 67043 0 0 0 40213 16 0 0 25 0 1 0 487725953 188272640 39411 33554432000 4194304 4309791 140734399937088 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9264/statm: 45965 39411 246 29 0 42594 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 183860

[startup+462.301 s]
/proc/loadavg: 4.01 3.98 3.66 5/191 9472
/proc/meminfo: memFree=13179648/32951124 swapFree=67111528/67111528
[pid=9264] ppid=9262 vsize=183860 CPUtime=462.28 cores=4,6
/proc/9264/stat : 9264 (glueminisat) R 9262 9264 8720 0 -1 4202496 67156 0 0 0 46211 17 0 0 25 0 1 0 487725953 188272640 39517 33554432000 4194304 4309791 140734399937088 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9264/statm: 45965 39517 246 29 0 42594 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 183860

[startup+522.301 s]
/proc/loadavg: 4.06 4.00 3.68 5/194 9480
/proc/meminfo: memFree=12592460/32951124 swapFree=67111528/67111528
[pid=9264] ppid=9262 vsize=184500 CPUtime=522.27 cores=4,6
/proc/9264/stat : 9264 (glueminisat) R 9262 9264 8720 0 -1 4202496 67622 0 0 0 52210 17 0 0 25 0 1 0 487725953 188928000 39973 33554432000 4194304 4309791 140734399937088 18446744073709551615 4259097 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9264/statm: 46125 39973 246 29 0 42754 0
Current children cumulated CPU time (s) 522.27
Current children cumulated vsize (KiB) 184500

[startup+582.301 s]
/proc/loadavg: 4.06 4.01 3.71 5/194 9484
/proc/meminfo: memFree=12364060/32951124 swapFree=67111528/67111528
[pid=9264] ppid=9262 vsize=184500 CPUtime=582.2 cores=4,6
/proc/9264/stat : 9264 (glueminisat) R 9262 9264 8720 0 -1 4202496 67762 0 0 0 58203 17 0 0 25 0 1 0 487725953 188928000 40110 33554432000 4194304 4309791 140734399937088 18446744073709551615 4275152 0 0 4096 8388610 0 0 0 17 6 0 0 0
/proc/9264/statm: 46125 40110 246 29 0 42754 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 184500

[startup+642.301 s]
/proc/loadavg: 4.06 4.02 3.73 5/194 9486
/proc/meminfo: memFree=12364784/32951124 swapFree=67111528/67111528
[pid=9264] ppid=9262 vsize=184500 CPUtime=642.11 cores=4,6
/proc/9264/stat : 9264 (glueminisat) R 9262 9264 8720 0 -1 4202496 68046 0 0 0 64193 18 0 0 25 0 1 0 487725953 188928000 40383 33554432000 4194304 4309791 140734399937088 18446744073709551615 4259912 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9264/statm: 46125 40383 246 29 0 42754 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 184500

[startup+702.301 s]
/proc/loadavg: 4.02 4.01 3.74 5/194 9488
/proc/meminfo: memFree=11972272/32951124 swapFree=67111528/67111528
[pid=9264] ppid=9262 vsize=184500 CPUtime=701.99 cores=4,6
/proc/9264/stat : 9264 (glueminisat) R 9262 9264 8720 0 -1 4202496 68046 0 0 0 70181 18 0 0 25 0 1 0 487725953 188928000 40383 33554432000 4194304 4309791 140734399937088 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9264/statm: 46125 40383 246 29 0 42754 0
Current children cumulated CPU time (s) 701.99
Current children cumulated vsize (KiB) 184500

[startup+762.3 s]
/proc/loadavg: 4.01 4.01 3.75 5/194 9489
/proc/meminfo: memFree=12262896/32951124 swapFree=67111528/67111528
[pid=9264] ppid=9262 vsize=196600 CPUtime=762 cores=4,6
/proc/9264/stat : 9264 (glueminisat) R 9262 9264 8720 0 -1 4202496 76685 0 0 0 76181 19 0 0 25 0 1 0 487725953 201318400 41186 33554432000 4194304 4309791 140734399937088 18446744073709551615 4259097 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9264/statm: 49150 41186 246 29 0 45779 0
Current children cumulated CPU time (s) 762
Current children cumulated vsize (KiB) 196600

[startup+822.3 s]
/proc/loadavg: 4.11 4.03 3.78 5/194 9491
/proc/meminfo: memFree=12223200/32951124 swapFree=67111528/67111528
[pid=9264] ppid=9262 vsize=196600 CPUtime=822 cores=4,6
/proc/9264/stat : 9264 (glueminisat) R 9262 9264 8720 0 -1 4202496 78562 0 0 0 82180 20 0 0 25 0 1 0 487725953 201318400 43016 33554432000 4194304 4309791 140734399937088 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9264/statm: 49150 43016 246 29 0 45779 0
Current children cumulated CPU time (s) 822
Current children cumulated vsize (KiB) 196600

[startup+882.307 s]
/proc/loadavg: 4.07 4.04 3.79 5/194 9493
/proc/meminfo: memFree=11865324/32951124 swapFree=67111528/67111528
[pid=9264] ppid=9262 vsize=196600 CPUtime=882 cores=4,6
/proc/9264/stat : 9264 (glueminisat) R 9262 9264 8720 0 -1 4202496 87278 0 0 0 88179 21 0 0 25 0 1 0 487725953 201318400 43623 33554432000 4194304 4309791 140734399937088 18446744073709551615 4259175 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9264/statm: 49150 43623 246 29 0 45779 0
Current children cumulated CPU time (s) 882
Current children cumulated vsize (KiB) 196600

[startup+942.301 s]
/proc/loadavg: 4.13 4.06 3.81 5/194 9494
/proc/meminfo: memFree=11885736/32951124 swapFree=67111528/67111528
[pid=9264] ppid=9262 vsize=196600 CPUtime=942 cores=4,6
/proc/9264/stat : 9264 (glueminisat) R 9262 9264 8720 0 -1 4202496 87278 0 0 0 94179 21 0 0 25 0 1 0 487725953 201318400 43623 33554432000 4194304 4309791 140734399937088 18446744073709551615 4252197 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9264/statm: 49150 43623 246 29 0 45779 0
Current children cumulated CPU time (s) 942
Current children cumulated vsize (KiB) 196600

[startup+1002.3 s]
/proc/loadavg: 4.05 4.05 3.82 5/194 9496
/proc/meminfo: memFree=12434780/32951124 swapFree=67111528/67111528
[pid=9264] ppid=9262 vsize=196600 CPUtime=1002 cores=4,6
/proc/9264/stat : 9264 (glueminisat) R 9262 9264 8720 0 -1 4202496 95587 0 0 0 100178 22 0 0 25 0 1 0 487725953 201318400 43623 33554432000 4194304 4309791 140734399937088 18446744073709551615 4259937 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9264/statm: 49150 43623 246 29 0 45779 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 196600

[startup+1062.3 s]
/proc/loadavg: 4.07 4.05 3.83 5/194 9497
/proc/meminfo: memFree=12120056/32951124 swapFree=67111528/67111528
[pid=9264] ppid=9262 vsize=196600 CPUtime=1062 cores=4,6
/proc/9264/stat : 9264 (glueminisat) R 9262 9264 8720 0 -1 4202496 95587 0 0 0 106178 22 0 0 25 0 1 0 487725953 201318400 43623 33554432000 4194304 4309791 140734399937088 18446744073709551615 4275240 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9264/statm: 49150 43623 246 29 0 45779 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 196600

[startup+1122.3 s]
/proc/loadavg: 4.06 4.05 3.85 5/194 9499
/proc/meminfo: memFree=11727328/32951124 swapFree=67111528/67111528
[pid=9264] ppid=9262 vsize=245920 CPUtime=1122.01 cores=4,6
/proc/9264/stat : 9264 (glueminisat) R 9262 9264 8720 0 -1 4202496 103584 0 0 0 112178 23 0 0 25 0 1 0 487725953 251822080 51607 33554432000 4194304 4309791 140734399937088 18446744073709551615 4259387 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9264/statm: 61480 51607 246 29 0 58109 0
Current children cumulated CPU time (s) 1122.01
Current children cumulated vsize (KiB) 245920

[startup+1182.3 s]
/proc/loadavg: 4.02 4.04 3.85 5/194 9500
/proc/meminfo: memFree=11417172/32951124 swapFree=67111528/67111528
[pid=9264] ppid=9262 vsize=196600 CPUtime=1182 cores=4,6
/proc/9264/stat : 9264 (glueminisat) R 9262 9264 8720 0 -1 4202496 104369 0 0 0 118177 23 0 0 25 0 1 0 487725953 201318400 43623 33554432000 4194304 4309791 140734399937088 18446744073709551615 4259202 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9264/statm: 49150 43623 246 29 0 45779 0
Current children cumulated CPU time (s) 1182
Current children cumulated vsize (KiB) 196600

[startup+1242.3 s]
/proc/loadavg: 4.05 4.05 3.86 5/194 9502
/proc/meminfo: memFree=12004672/32951124 swapFree=67111528/67111528
[pid=9264] ppid=9262 vsize=196600 CPUtime=1242 cores=4,6
/proc/9264/stat : 9264 (glueminisat) R 9262 9264 8720 0 -1 4202496 104369 0 0 0 124177 23 0 0 25 0 1 0 487725953 201318400 43623 33554432000 4194304 4309791 140734399937088 18446744073709551615 4259491 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9264/statm: 49150 43623 246 29 0 45779 0
Current children cumulated CPU time (s) 1242
Current children cumulated vsize (KiB) 196600



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.02 4.03 3.87 5/194 9504
/proc/meminfo: memFree=12059588/32951124 swapFree=67111528/67111528
[pid=9264] ppid=9262 vsize=245920 CPUtime=1299.71 cores=4,6
/proc/9264/stat : 9264 (glueminisat) R 9262 9264 8720 0 -1 4202496 112635 0 0 0 129947 24 0 0 25 0 1 0 487725953 251822080 51863 33554432000 4194304 4309791 140734399937088 18446744073709551615 4259097 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9264/statm: 61480 51863 246 29 0 58109 0
Current children cumulated CPU time (s) 1299.71
Current children cumulated vsize (KiB) 245920

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

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

[startup+1300 s]
/proc/loadavg: 4.02 4.03 3.87 5/194 9504
/proc/meminfo: memFree=12059588/32951124 swapFree=67111528/67111528
[pid=9264] ppid=9262 vsize=245920 CPUtime=1299.71 cores=4,6
/proc/9264/stat : 9264 (glueminisat) R 9262 9264 8720 0 -1 4202496 112635 0 0 0 129947 24 0 0 25 0 1 0 487725953 251822080 51863 33554432000 4194304 4309791 140734399937088 18446744073709551615 4259097 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9264/statm: 61480 51863 246 29 0 58109 0
Current children cumulated CPU time (s) 1299.71
Current children cumulated vsize (KiB) 245920

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1299.74
CPU user time (s): 1299.48
CPU system time (s): 0.25696
CPU usage (%): 99.9781
Max. virtual memory (cumulated for all children) (KiB): 245920

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

runsolver used 2.24766 second user time and 4.85426 second system time

The end

Launcher Data

Begin job on node135 at 2011-04-25 21:54:41
IDJOB=3284617
IDBENCH=82354
IDSOLVER=1650
FILE ID=node135/3284617-1303761280
RUNJOBID= node135-1303760327-8739
PBS_JOBID= 13157148
Free space on /tmp= 71228 MiB

SOLVER NAME= glueminisat 2.2.5
BENCH NAME= SAT11/application/fuhs/AProVE11/AProVE11-06.cnf
COMMAND LINE= glueminisat -compe BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3284617-1303761280/watcher-3284617-1303761280 -o /tmp/evaluation-result-3284617-1303761280/solver-3284617-1303761280 -C 2400 -W 1300 -M 7680  glueminisat -compe HOME/instance-3284617-1303761280.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 6fd7d026c372988cefc364000243d13f
RANDOM SEED=78400734

node135.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 6640.14
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13568508 kB
Buffers:       2067944 kB
Cached:       16311120 kB
SwapCached:          0 kB
Active:        7955252 kB
Inactive:     10828448 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13568508 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           22016 kB
Writeback:           0 kB
AnonPages:      404448 kB
Mapped:          15420 kB
Slab:           533992 kB
PageTables:       6092 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   610404 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71060 MiB
End job on node135 at 2011-04-25 22:16:23