Trace number 3291977

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) 1300.08 1300.03

General information on the benchmark

NameSAT04/industrial/velev/vliw_unsat_2.0/
9dlx_vliw_at_b_iq8.used-as.sat04-718.cnf
MD5SUM776da55785376fd8eac6989ca812b102
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1002.78
Satisfiable
(Un)Satisfiability was proved
Number of variables371419
Number of clauses7170909
Sum of the clauses size20872419
Maximum clause length205
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 26770451
Number of clauses of size 392326
Number of clauses of size 48862
Number of clauses of size 523554
Number of clauses of size over 5275715

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

running on 2 cores: 1,3

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: 2.92 3.40 3.66 5/189 28112
/proc/meminfo: memFree=22008528/32951124 swapFree=67111524/67111528
[pid=28112] ppid=28110 vsize=19856 CPUtime=0 cores=1,3
/proc/28112/stat : 28112 (glueminisat) R 28110 28112 26376 0 -1 4202496 807 0 0 0 0 0 0 0 22 0 1 0 490239129 20332544 739 33554432000 4194304 4309791 140735116202368 18446744073709551615 4272751 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28112/statm: 4964 739 215 29 0 1593 0

[startup+0.0964159 s]
/proc/loadavg: 2.92 3.40 3.66 5/189 28112
/proc/meminfo: memFree=22008528/32951124 swapFree=67111524/67111528
[pid=28112] ppid=28110 vsize=35740 CPUtime=0.09 cores=1,3
/proc/28112/stat : 28112 (glueminisat) R 28110 28112 26376 0 -1 4202496 5822 0 0 0 9 0 0 0 22 0 1 0 490239129 36597760 4992 33554432000 4194304 4309791 140735116202368 18446744073709551615 4262760 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28112/statm: 8935 4994 217 29 0 5564 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35740

[startup+0.100415 s]
/proc/loadavg: 2.92 3.40 3.66 5/189 28112
/proc/meminfo: memFree=22008528/32951124 swapFree=67111524/67111528
[pid=28112] ppid=28110 vsize=36136 CPUtime=0.09 cores=1,3
/proc/28112/stat : 28112 (glueminisat) R 28110 28112 26376 0 -1 4202496 6002 0 0 0 9 0 0 0 22 0 1 0 490239129 37003264 5162 33554432000 4194304 4309791 140735116202368 18446744073709551615 4228920 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28112/statm: 9034 5164 217 29 0 5663 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 36136

[startup+0.300379 s]
/proc/loadavg: 2.92 3.40 3.66 5/189 28112
/proc/meminfo: memFree=22008528/32951124 swapFree=67111524/67111528
[pid=28112] ppid=28110 vsize=74884 CPUtime=0.29 cores=1,3
/proc/28112/stat : 28112 (glueminisat) R 28110 28112 26376 0 -1 4202496 16914 0 0 0 28 1 0 0 23 0 1 0 490239129 76681216 14149 33554432000 4194304 4309791 140735116202368 18446744073709551615 4262760 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28112/statm: 18721 14150 217 29 0 15350 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 74884

[startup+0.700302 s]
/proc/loadavg: 2.92 3.40 3.66 5/189 28112
/proc/meminfo: memFree=22008528/32951124 swapFree=67111524/67111528
[pid=28112] ppid=28110 vsize=159468 CPUtime=0.68 cores=1,3
/proc/28112/stat : 28112 (glueminisat) R 28110 28112 26376 0 -1 4202496 38206 0 0 0 64 4 0 0 25 0 1 0 490239129 163295232 31884 33554432000 4194304 4309791 140735116202368 18446744073709551615 4262760 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28112/statm: 39867 31885 217 29 0 36496 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 159468

[startup+1.50015 s]
/proc/loadavg: 2.92 3.40 3.66 5/190 28113
/proc/meminfo: memFree=21840260/32951124 swapFree=67111524/67111528
[pid=28112] ppid=28110 vsize=299952 CPUtime=1.49 cores=1,3
/proc/28112/stat : 28112 (glueminisat) R 28110 28112 26376 0 -1 4202496 80670 0 0 0 137 12 0 0 25 0 1 0 490239129 307150848 66655 33554432000 4194304 4309791 140735116202368 18446744073709551615 212435677893 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28112/statm: 74988 66657 217 29 0 71617 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 299952

[startup+3.10085 s]
/proc/loadavg: 2.92 3.40 3.66 5/190 28113
/proc/meminfo: memFree=21649112/32951124 swapFree=67111524/67111528
[pid=28112] ppid=28110 vsize=603268 CPUtime=3.09 cores=1,3
/proc/28112/stat : 28112 (glueminisat) R 28110 28112 26376 0 -1 4202496 145151 0 0 0 287 22 0 0 25 0 1 0 490239129 617746432 122679 33554432000 4194304 4309791 140735116202368 18446744073709551615 4223042 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28112/statm: 150817 122679 222 29 0 147446 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 603268

[startup+6.30025 s]
/proc/loadavg: 3.08 3.43 3.67 5/190 28113
/proc/meminfo: memFree=21500328/32951124 swapFree=67111524/67111528
[pid=28112] ppid=28110 vsize=603268 CPUtime=6.29 cores=1,3
/proc/28112/stat : 28112 (glueminisat) R 28110 28112 26376 0 -1 4202496 145152 0 0 0 607 22 0 0 25 0 1 0 490239129 617746432 122680 33554432000 4194304 4309791 140735116202368 18446744073709551615 4223584 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28112/statm: 150817 122680 223 29 0 147446 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 603268

[startup+12.701 s]
/proc/loadavg: 3.16 3.44 3.67 4/185 28131
/proc/meminfo: memFree=21498592/32951124 swapFree=67111524/67111528
[pid=28112] ppid=28110 vsize=603268 CPUtime=12.69 cores=1,3
/proc/28112/stat : 28112 (glueminisat) R 28110 28112 26376 0 -1 4202496 145152 0 0 0 1247 22 0 0 25 0 1 0 490239129 617746432 122680 33554432000 4194304 4309791 140735116202368 18446744073709551615 4260755 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28112/statm: 150817 122680 223 29 0 147446 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 603268

[startup+25.5006 s]
/proc/loadavg: 3.12 3.41 3.66 4/184 28131
/proc/meminfo: memFree=21474684/32951124 swapFree=67111524/67111528
[pid=28112] ppid=28110 vsize=607876 CPUtime=25.49 cores=1,3
/proc/28112/stat : 28112 (glueminisat) R 28110 28112 26376 0 -1 4202496 147623 0 0 0 2527 22 0 0 25 0 1 0 490239129 622465024 125090 33554432000 4194304 4309791 140735116202368 18446744073709551615 4222984 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28112/statm: 151969 125090 225 29 0 148598 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 607876

[startup+51.1008 s]
/proc/loadavg: 3.08 3.38 3.64 4/184 28132
/proc/meminfo: memFree=21446444/32951124 swapFree=67111524/67111528
[pid=28112] ppid=28110 vsize=621728 CPUtime=51.1 cores=1,3
/proc/28112/stat : 28112 (glueminisat) R 28110 28112 26376 0 -1 4202496 152992 0 0 0 5087 23 0 0 25 0 1 0 490239129 636649472 130241 33554432000 4194304 4309791 140735116202368 18446744073709551615 4223024 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28112/statm: 155432 130241 225 29 0 152061 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 621728

[startup+102.307 s]
/proc/loadavg: 3.11 3.34 3.61 4/184 28133
/proc/meminfo: memFree=21500680/32951124 swapFree=67111524/67111528
[pid=28112] ppid=28110 vsize=593480 CPUtime=102.3 cores=1,3
/proc/28112/stat : 28112 (glueminisat) R 28110 28112 26376 0 -1 4202496 192690 0 0 0 10200 30 0 0 25 0 1 0 490239129 607723520 116198 33554432000 4194304 4309791 140735116202368 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28112/statm: 148370 116198 245 29 0 144999 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 593480

[startup+162.301 s]
/proc/loadavg: 3.04 3.27 3.57 4/184 28134
/proc/meminfo: memFree=21467100/32951124 swapFree=67111524/67111528
[pid=28112] ppid=28110 vsize=593480 CPUtime=162.29 cores=1,3
/proc/28112/stat : 28112 (glueminisat) R 28110 28112 26376 0 -1 4202496 197634 0 0 0 16197 32 0 0 25 0 1 0 490239129 607723520 121072 33554432000 4194304 4309791 140735116202368 18446744073709551615 4253832 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28112/statm: 148370 121072 245 29 0 144999 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 593480

[startup+222.3 s]
/proc/loadavg: 3.01 3.22 3.53 4/184 28136
/proc/meminfo: memFree=21458988/32951124 swapFree=67111524/67111528
[pid=28112] ppid=28110 vsize=593480 CPUtime=222.3 cores=1,3
/proc/28112/stat : 28112 (glueminisat) R 28110 28112 26376 0 -1 4202496 237968 0 0 0 22189 41 0 0 25 0 1 0 490239129 607723520 119293 33554432000 4194304 4309791 140735116202368 18446744073709551615 4259175 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28112/statm: 148370 119293 245 29 0 144999 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 593480

[startup+282.301 s]
/proc/loadavg: 3.00 3.18 3.49 4/184 28138
/proc/meminfo: memFree=21465668/32951124 swapFree=67111524/67111528
[pid=28112] ppid=28110 vsize=512092 CPUtime=282.3 cores=1,3
/proc/28112/stat : 28112 (glueminisat) R 28110 28112 26376 0 -1 4202496 279408 0 0 0 28182 48 0 0 25 0 1 0 490239129 524382208 117337 33554432000 4194304 4309791 140735116202368 18446744073709551615 4259155 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28112/statm: 128023 117337 245 29 0 124652 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 512092

[startup+342.301 s]
/proc/loadavg: 3.00 3.14 3.46 4/184 28139
/proc/meminfo: memFree=21436092/32951124 swapFree=67111524/67111528
[pid=28112] ppid=28110 vsize=593480 CPUtime=342.3 cores=1,3
/proc/28112/stat : 28112 (glueminisat) R 28110 28112 26376 0 -1 4202496 285739 0 0 0 34179 51 0 0 25 0 1 0 490239129 607723520 123552 33554432000 4194304 4309791 140735116202368 18446744073709551615 4259934 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28112/statm: 148370 123552 245 29 0 144999 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 593480

[startup+402.3 s]
/proc/loadavg: 3.00 3.11 3.43 4/184 28141
/proc/meminfo: memFree=21387596/32951124 swapFree=67111524/67111528
[pid=28112] ppid=28110 vsize=593480 CPUtime=402.3 cores=1,3
/proc/28112/stat : 28112 (glueminisat) R 28110 28112 26376 0 -1 4202496 327243 0 0 0 40172 58 0 0 25 0 1 0 490239129 607723520 120940 33554432000 4194304 4309791 140735116202368 18446744073709551615 4259912 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28112/statm: 148370 120940 245 29 0 144999 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 593480

[startup+462.301 s]
/proc/loadavg: 3.00 3.09 3.40 4/184 28143
/proc/meminfo: memFree=21401180/32951124 swapFree=67111524/67111528
[pid=28112] ppid=28110 vsize=512092 CPUtime=462.31 cores=1,3
/proc/28112/stat : 28112 (glueminisat) R 28110 28112 26376 0 -1 4202496 368046 0 0 0 46165 66 0 0 25 0 1 0 490239129 524382208 114475 33554432000 4194304 4309791 140735116202368 18446744073709551615 4260074 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28112/statm: 128023 114475 245 29 0 124652 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 512092

[startup+522.301 s]
/proc/loadavg: 3.00 3.07 3.37 4/184 28153
/proc/meminfo: memFree=21393464/32951124 swapFree=67111524/67111528
[pid=28112] ppid=28110 vsize=512092 CPUtime=522.31 cores=1,3
/proc/28112/stat : 28112 (glueminisat) R 28110 28112 26376 0 -1 4202496 411376 0 0 0 52158 73 0 0 25 0 1 0 490239129 524382208 116727 33554432000 4194304 4309791 140735116202368 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28112/statm: 128023 116727 245 29 0 124652 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 512092

[startup+582.3 s]
/proc/loadavg: 3.00 3.06 3.35 4/184 28155
/proc/meminfo: memFree=21425636/32951124 swapFree=67111524/67111528
[pid=28112] ppid=28110 vsize=512092 CPUtime=582.32 cores=1,3
/proc/28112/stat : 28112 (glueminisat) R 28110 28112 26376 0 -1 4202496 452424 0 0 0 58151 81 0 0 25 0 1 0 490239129 524382208 114766 33554432000 4194304 4309791 140735116202368 18446744073709551615 4260074 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28112/statm: 128023 114766 245 29 0 124652 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 512092

[startup+642.301 s]
/proc/loadavg: 3.00 3.04 3.32 4/184 28158
/proc/meminfo: memFree=21384572/32951124 swapFree=67111524/67111528
[pid=28112] ppid=28110 vsize=512092 CPUtime=642.32 cores=1,3
/proc/28112/stat : 28112 (glueminisat) R 28110 28112 26376 0 -1 4202496 493471 0 0 0 64143 89 0 0 25 0 1 0 490239129 524382208 115543 33554432000 4194304 4309791 140735116202368 18446744073709551615 4276331 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28112/statm: 128023 115543 245 29 0 124652 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 512092

[startup+702.3 s]
/proc/loadavg: 3.00 3.03 3.30 4/184 28161
/proc/meminfo: memFree=21383888/32951124 swapFree=67111524/67111528
[pid=28112] ppid=28110 vsize=512092 CPUtime=702.32 cores=1,3
/proc/28112/stat : 28112 (glueminisat) R 28110 28112 26376 0 -1 4202496 538164 0 0 0 70133 99 0 0 25 0 1 0 490239129 524382208 114428 33554432000 4194304 4309791 140735116202368 18446744073709551615 4259512 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28112/statm: 128023 114428 245 29 0 124652 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 512092

[startup+762.307 s]
/proc/loadavg: 3.00 3.02 3.27 4/184 28163
/proc/meminfo: memFree=21346016/32951124 swapFree=67111524/67111528
[pid=28112] ppid=28110 vsize=593480 CPUtime=762.32 cores=1,3
/proc/28112/stat : 28112 (glueminisat) R 28110 28112 26376 0 -1 4202496 547221 0 0 0 76129 103 0 0 25 0 1 0 490239129 607723520 123327 33554432000 4194304 4309791 140735116202368 18446744073709551615 4259466 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28112/statm: 148370 123327 245 29 0 144999 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 593480

[startup+822.301 s]
/proc/loadavg: 3.00 3.02 3.26 4/184 28164
/proc/meminfo: memFree=21370160/32951124 swapFree=67111524/67111528
[pid=28112] ppid=28110 vsize=512092 CPUtime=822.32 cores=1,3
/proc/28112/stat : 28112 (glueminisat) R 28110 28112 26376 0 -1 4202496 585289 0 0 0 82123 109 0 0 25 0 1 0 490239129 524382208 117854 33554432000 4194304 4309791 140735116202368 18446744073709551615 4259175 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28112/statm: 128023 117854 245 29 0 124652 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 512092

[startup+882.3 s]
/proc/loadavg: 3.00 3.01 3.24 4/184 28166
/proc/meminfo: memFree=21348668/32951124 swapFree=67111524/67111528
[pid=28112] ppid=28110 vsize=723708 CPUtime=882.33 cores=1,3
/proc/28112/stat : 28112 (glueminisat) R 28110 28112 26376 0 -1 4202496 601882 0 0 0 88119 114 0 0 25 0 1 0 490239129 741076992 132584 33554432000 4194304 4309791 140735116202368 18446744073709551615 4263513 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28112/statm: 180927 132590 245 29 0 177556 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 723708

[startup+942.301 s]
/proc/loadavg: 3.00 3.01 3.22 4/184 28167
/proc/meminfo: memFree=21370092/32951124 swapFree=67111524/67111528
[pid=28112] ppid=28110 vsize=512092 CPUtime=942.32 cores=1,3
/proc/28112/stat : 28112 (glueminisat) R 28110 28112 26376 0 -1 4202496 629406 0 0 0 94112 120 0 0 25 0 1 0 490239129 524382208 118631 33554432000 4194304 4309791 140735116202368 18446744073709551615 4252140 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28112/statm: 128023 118632 245 29 0 124652 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 512092

[startup+1002.3 s]
/proc/loadavg: 3.00 3.00 3.20 4/184 28169
/proc/meminfo: memFree=21389520/32951124 swapFree=67111524/67111528
[pid=28112] ppid=28110 vsize=512092 CPUtime=1002.32 cores=1,3
/proc/28112/stat : 28112 (glueminisat) R 28110 28112 26376 0 -1 4202496 671656 0 0 0 100105 127 0 0 25 0 1 0 490239129 524382208 113922 33554432000 4194304 4309791 140735116202368 18446744073709551615 4259487 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28112/statm: 128023 113922 245 29 0 124652 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 512092

[startup+1062.3 s]
/proc/loadavg: 3.08 3.03 3.20 4/184 28170
/proc/meminfo: memFree=21389116/32951124 swapFree=67111524/67111528
[pid=28112] ppid=28110 vsize=593480 CPUtime=1062.33 cores=1,3
/proc/28112/stat : 28112 (glueminisat) R 28110 28112 26376 0 -1 4202496 679608 0 0 0 106102 131 0 0 25 0 1 0 490239129 607723520 121774 33554432000 4194304 4309791 140735116202368 18446744073709551615 4252197 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28112/statm: 148370 121774 245 29 0 144999 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 593480

[startup+1122.3 s]
/proc/loadavg: 3.03 3.02 3.18 4/184 28172
/proc/meminfo: memFree=21372328/32951124 swapFree=67111524/67111528
[pid=28112] ppid=28110 vsize=512092 CPUtime=1122.33 cores=1,3
/proc/28112/stat : 28112 (glueminisat) R 28110 28112 26376 0 -1 4202496 717442 0 0 0 112095 138 0 0 25 0 1 0 490239129 524382208 114182 33554432000 4194304 4309791 140735116202368 18446744073709551615 4259175 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28112/statm: 128023 114182 245 29 0 124652 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 512092

[startup+1182.3 s]
/proc/loadavg: 3.07 3.03 3.17 4/184 28174
/proc/meminfo: memFree=21350844/32951124 swapFree=67111524/67111528
[pid=28112] ppid=28110 vsize=593480 CPUtime=1182.34 cores=1,3
/proc/28112/stat : 28112 (glueminisat) R 28110 28112 26376 0 -1 4202496 723732 0 0 0 118093 141 0 0 25 0 1 0 490239129 607723520 120376 33554432000 4194304 4309791 140735116202368 18446744073709551615 4253784 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28112/statm: 148370 120376 245 29 0 144999 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 593480

[startup+1242.3 s]
/proc/loadavg: 3.02 3.02 3.16 4/184 28175
/proc/meminfo: memFree=21408448/32951124 swapFree=67111524/67111528
[pid=28112] ppid=28110 vsize=512092 CPUtime=1242.33 cores=1,3
/proc/28112/stat : 28112 (glueminisat) R 28110 28112 26376 0 -1 4202496 763655 0 0 0 124085 148 0 0 25 0 1 0 490239129 524382208 115868 33554432000 4194304 4309791 140735116202368 18446744073709551615 4252174 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28112/statm: 128023 115868 245 29 0 124652 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 512092



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.70 2.95 3.13 2/172 28213
/proc/meminfo: memFree=21621504/32951124 swapFree=67111524/67111528
[pid=28112] ppid=28110 vsize=593480 CPUtime=1300.05 cores=1,3
/proc/28112/stat : 28112 (glueminisat) R 28110 28112 26376 0 -1 4202496 774110 0 0 0 129852 153 0 0 25 0 1 0 490239129 607723520 126224 33554432000 4194304 4309791 140735116202368 18446744073709551615 4259435 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/28112/statm: 148370 126224 245 29 0 144999 0
Current children cumulated CPU time (s) 1300.05
Current children cumulated vsize (KiB) 593480

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.03
CPU time (s): 1300.08
CPU user time (s): 1298.52
CPU system time (s): 1.55476
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 805096

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

runsolver used 2.04169 second user time and 5.05923 second system time

The end

Launcher Data

Begin job on node102 at 2011-04-26 04:52:48
IDJOB=3291977
IDBENCH=85005
IDSOLVER=1650
FILE ID=node102/3291977-1303786363
RUNJOBID= node102-1303786359-28018
PBS_JOBID= 13157207
Free space on /tmp= 71512 MiB

SOLVER NAME= glueminisat 2.2.5
BENCH NAME= SAT04/industrial/velev/vliw_unsat_2.0/9dlx_vliw_at_b_iq8.used-as.sat04-718.cnf
COMMAND LINE= glueminisat -compe BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3291977-1303786363/watcher-3291977-1303786363 -o /tmp/evaluation-result-3291977-1303786363/solver-3291977-1303786363 -C 2400 -W 1300 -M 7680  glueminisat -compe HOME/instance-3291977-1303786363.cnf

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

MD5SUM BENCH= 776da55785376fd8eac6989ca812b102
RANDOM SEED=803752402

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22008684 kB
Buffers:       1610596 kB
Cached:        8621588 kB
SwapCached:          4 kB
Active:        2495312 kB
Inactive:      7892124 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22008684 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:          180652 kB
Writeback:           0 kB
AnonPages:      154836 kB
Mapped:          15396 kB
Slab:           489920 kB
PageTables:       5400 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   356288 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= 71536 MiB
End job on node102 at 2011-04-26 05:14:30