Trace number 3288389

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.98 1300.02

General information on the benchmark

Nameapplication/manthey/traffic/
traffic_r_uc_sat.cnf
MD5SUMa5cb42fe5f9238d9fb581eb8ad81e23f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark44.2323
Satisfiable
(Un)Satisfiability was proved
Number of variables467551
Number of clauses4467733
Sum of the clauses size15691163
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2635833
Number of clauses of size 3908103
Number of clauses of size 42923797
Number of clauses of size 50
Number of clauses of size over 50

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

running on 2 cores: 5,7

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.06 3.94 3.80 4/189 11024
/proc/meminfo: memFree=19835564/32951124 swapFree=67111528/67111528
[pid=11024] ppid=11022 vsize=20716 CPUtime=0 cores=5,7
/proc/11024/stat : 11024 (glueminisat) R 11022 11024 8658 0 -1 4202496 978 0 0 0 0 0 0 0 22 0 1 0 221331109 21213184 918 33554432000 4194304 4309791 140736936556144 18446744073709551615 4239859 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11024/statm: 5179 920 217 29 0 1808 0

[startup+0.0812369 s]
/proc/loadavg: 4.06 3.94 3.80 4/189 11024
/proc/meminfo: memFree=19835564/32951124 swapFree=67111528/67111528
[pid=11024] ppid=11022 vsize=56536 CPUtime=0.07 cores=5,7
/proc/11024/stat : 11024 (glueminisat) R 11022 11024 8658 0 -1 4202496 9243 0 0 0 5 2 0 0 22 0 1 0 221331109 57892864 8854 33554432000 4194304 4309791 140736936556144 18446744073709551615 268660323013 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11024/statm: 14134 8858 217 29 0 10763 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 56536

[startup+0.100234 s]
/proc/loadavg: 4.06 3.94 3.80 4/189 11024
/proc/meminfo: memFree=19835564/32951124 swapFree=67111528/67111528
[pid=11024] ppid=11022 vsize=59836 CPUtime=0.09 cores=5,7
/proc/11024/stat : 11024 (glueminisat) R 11022 11024 8658 0 -1 4202496 11249 0 0 0 6 3 0 0 22 0 1 0 221331109 61272064 10860 33554432000 4194304 4309791 140736936556144 18446744073709551615 4294433 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11024/statm: 14959 10864 217 29 0 11588 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 59836

[startup+0.3002 s]
/proc/loadavg: 4.06 3.94 3.80 4/189 11024
/proc/meminfo: memFree=19835564/32951124 swapFree=67111528/67111528
[pid=11024] ppid=11022 vsize=153420 CPUtime=0.29 cores=5,7
/proc/11024/stat : 11024 (glueminisat) R 11022 11024 8658 0 -1 4202496 30175 0 0 0 23 6 0 0 23 0 1 0 221331109 157102080 28754 33554432000 4194304 4309791 140736936556144 18446744073709551615 4294433 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11024/statm: 38355 28755 217 29 0 34984 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 153420

[startup+0.701129 s]
/proc/loadavg: 4.06 3.94 3.80 4/189 11024
/proc/meminfo: memFree=19835564/32951124 swapFree=67111528/67111528
[pid=11024] ppid=11022 vsize=207112 CPUtime=0.69 cores=5,7
/proc/11024/stat : 11024 (glueminisat) R 11022 11024 8658 0 -1 4202496 45464 0 0 0 61 8 0 0 25 0 1 0 221331109 212082688 41629 33554432000 4194304 4309791 140736936556144 18446744073709551615 268660323013 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11024/statm: 51811 41631 217 29 0 48440 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 207112

[startup+1.501 s]
/proc/loadavg: 4.06 3.94 3.80 5/190 11025
/proc/meminfo: memFree=19634684/32951124 swapFree=67111528/67111528
[pid=11024] ppid=11022 vsize=326996 CPUtime=1.49 cores=5,7
/proc/11024/stat : 11024 (glueminisat) R 11022 11024 8658 0 -1 4202496 76076 0 0 0 134 15 0 0 25 0 1 0 221331109 334843904 66962 33554432000 4194304 4309791 140736936556144 18446744073709551615 268660323013 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11024/statm: 81749 66964 217 29 0 78378 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 326996

[startup+3.10071 s]
/proc/loadavg: 4.06 3.94 3.80 5/190 11025
/proc/meminfo: memFree=19493944/32951124 swapFree=67111528/67111528
[pid=11024] ppid=11022 vsize=458416 CPUtime=3.09 cores=5,7
/proc/11024/stat : 11024 (glueminisat) R 11022 11024 8658 0 -1 4202496 110999 0 0 0 287 22 0 0 25 0 1 0 221331109 469417984 96727 33554432000 4194304 4309791 140736936556144 18446744073709551615 4226931 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11024/statm: 114604 96727 221 29 0 111233 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 458416

[startup+6.30115 s]
/proc/loadavg: 4.05 3.94 3.80 5/190 11025
/proc/meminfo: memFree=19449928/32951124 swapFree=67111528/67111528
[pid=11024] ppid=11022 vsize=422236 CPUtime=6.28 cores=5,7
/proc/11024/stat : 11024 (glueminisat) R 11022 11024 8658 0 -1 4202496 135372 0 0 0 603 25 0 0 25 0 1 0 221331109 432369664 84298 33554432000 4194304 4309791 140736936556144 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11024/statm: 105559 84298 244 29 0 102188 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 422236

[startup+12.701 s]
/proc/loadavg: 4.05 3.94 3.80 5/190 11025
/proc/meminfo: memFree=19497168/32951124 swapFree=67111528/67111528
[pid=11024] ppid=11022 vsize=422236 CPUtime=12.69 cores=5,7
/proc/11024/stat : 11024 (glueminisat) R 11022 11024 8658 0 -1 4202496 135636 0 0 0 1243 26 0 0 25 0 1 0 221331109 432369664 84556 33554432000 4194304 4309791 140736936556144 18446744073709551615 4252220 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11024/statm: 105559 84556 245 29 0 102188 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 422236

[startup+25.5008 s]
/proc/loadavg: 4.04 3.94 3.81 5/190 11026
/proc/meminfo: memFree=19481184/32951124 swapFree=67111528/67111528
[pid=11024] ppid=11022 vsize=422236 CPUtime=25.49 cores=5,7
/proc/11024/stat : 11024 (glueminisat) R 11022 11024 8658 0 -1 4202496 136044 0 0 0 2523 26 0 0 25 0 1 0 221331109 432369664 84953 33554432000 4194304 4309791 140736936556144 18446744073709551615 4259175 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11024/statm: 105559 84953 245 29 0 102188 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 422236

[startup+51.1003 s]
/proc/loadavg: 4.02 3.95 3.81 5/190 11026
/proc/meminfo: memFree=19475608/32951124 swapFree=67111528/67111528
[pid=11024] ppid=11022 vsize=422236 CPUtime=51.09 cores=5,7
/proc/11024/stat : 11024 (glueminisat) R 11022 11024 8658 0 -1 4202496 137024 0 0 0 5082 27 0 0 25 0 1 0 221331109 432369664 85898 33554432000 4194304 4309791 140736936556144 18446744073709551615 4259175 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11024/statm: 105559 85898 245 29 0 102188 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 422236

[startup+102.307 s]
/proc/loadavg: 4.01 3.95 3.82 5/190 11028
/proc/meminfo: memFree=19462920/32951124 swapFree=67111528/67111528
[pid=11024] ppid=11022 vsize=422236 CPUtime=102.29 cores=5,7
/proc/11024/stat : 11024 (glueminisat) R 11022 11024 8658 0 -1 4202496 139287 0 0 0 10201 28 0 0 25 0 1 0 221331109 432369664 88104 33554432000 4194304 4309791 140736936556144 18446744073709551615 4259413 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11024/statm: 105559 88104 245 29 0 102188 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 422236

[startup+162.301 s]
/proc/loadavg: 4.00 3.96 3.83 5/190 11029
/proc/meminfo: memFree=19474232/32951124 swapFree=67111528/67111528
[pid=11024] ppid=11022 vsize=422236 CPUtime=162.28 cores=5,7
/proc/11024/stat : 11024 (glueminisat) R 11022 11024 8658 0 -1 4202496 166642 0 0 0 16195 33 0 0 25 0 1 0 221331109 432369664 85188 33554432000 4194304 4309791 140736936556144 18446744073709551615 4260186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11024/statm: 105559 85188 245 29 0 102188 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 422236

[startup+222.301 s]
/proc/loadavg: 4.00 3.96 3.83 5/190 11031
/proc/meminfo: memFree=19458340/32951124 swapFree=67111528/67111528
[pid=11024] ppid=11022 vsize=422236 CPUtime=222.29 cores=5,7
/proc/11024/stat : 11024 (glueminisat) R 11022 11024 8658 0 -1 4202496 169292 0 0 0 22194 35 0 0 25 0 1 0 221331109 432369664 87778 33554432000 4194304 4309791 140736936556144 18446744073709551615 4259175 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11024/statm: 105559 87778 245 29 0 102188 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 422236

[startup+282.301 s]
/proc/loadavg: 4.04 3.98 3.84 5/190 11033
/proc/meminfo: memFree=19448808/32951124 swapFree=67111528/67111528
[pid=11024] ppid=11022 vsize=422236 CPUtime=282.29 cores=5,7
/proc/11024/stat : 11024 (glueminisat) R 11022 11024 8658 0 -1 4202496 172057 0 0 0 28192 37 0 0 25 0 1 0 221331109 432369664 90479 33554432000 4194304 4309791 140736936556144 18446744073709551615 4275178 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11024/statm: 105559 90479 245 29 0 102188 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 422236

[startup+342.301 s]
/proc/loadavg: 4.01 3.98 3.85 5/190 11034
/proc/meminfo: memFree=19445340/32951124 swapFree=67111528/67111528
[pid=11024] ppid=11022 vsize=422236 CPUtime=342.28 cores=5,7
/proc/11024/stat : 11024 (glueminisat) R 11022 11024 8658 0 -1 4202496 199761 0 0 0 34188 40 0 0 25 0 1 0 221331109 432369664 87251 33554432000 4194304 4309791 140736936556144 18446744073709551615 4259317 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11024/statm: 105559 87251 245 29 0 102188 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 422236

[startup+402.3 s]
/proc/loadavg: 4.08 4.00 3.86 5/190 11036
/proc/meminfo: memFree=19409264/32951124 swapFree=67111528/67111528
[pid=11024] ppid=11022 vsize=422236 CPUtime=402.28 cores=5,7
/proc/11024/stat : 11024 (glueminisat) R 11022 11024 8658 0 -1 4202496 202240 0 0 0 40186 42 0 0 25 0 1 0 221331109 432369664 89676 33554432000 4194304 4309791 140736936556144 18446744073709551615 4259175 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11024/statm: 105559 89676 245 29 0 102188 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 422236

[startup+462.301 s]
/proc/loadavg: 4.03 4.00 3.87 5/190 11037
/proc/meminfo: memFree=19382244/32951124 swapFree=67111528/67111528
[pid=11024] ppid=11022 vsize=422236 CPUtime=462.29 cores=5,7
/proc/11024/stat : 11024 (glueminisat) R 11022 11024 8658 0 -1 4202496 204691 0 0 0 46185 44 0 0 25 0 1 0 221331109 432369664 92070 33554432000 4194304 4309791 140736936556144 18446744073709551615 4259432 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11024/statm: 105559 92070 245 29 0 102188 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 422236

[startup+522.3 s]
/proc/loadavg: 4.01 4.00 3.87 5/190 11039
/proc/meminfo: memFree=19418184/32951124 swapFree=67111528/67111528
[pid=11024] ppid=11022 vsize=422236 CPUtime=522.27 cores=5,7
/proc/11024/stat : 11024 (glueminisat) R 11022 11024 8658 0 -1 4202496 232425 0 0 0 52178 49 0 0 25 0 1 0 221331109 432369664 86477 33554432000 4194304 4309791 140736936556144 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11024/statm: 105559 86477 245 29 0 102188 0
Current children cumulated CPU time (s) 522.27
Current children cumulated vsize (KiB) 422236

[startup+582.301 s]
/proc/loadavg: 3.25 3.79 3.81 3/178 11077
/proc/meminfo: memFree=19735108/32951124 swapFree=67111528/67111528
[pid=11024] ppid=11022 vsize=422236 CPUtime=582.27 cores=5,7
/proc/11024/stat : 11024 (glueminisat) R 11022 11024 8658 0 -1 4202496 235224 0 0 0 58176 51 0 0 25 0 1 0 221331109 432369664 89221 33554432000 4194304 4309791 140736936556144 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11024/statm: 105559 89221 245 29 0 102188 0
Current children cumulated CPU time (s) 582.27
Current children cumulated vsize (KiB) 422236

[startup+642.3 s]
/proc/loadavg: 2.46 3.46 3.69 3/178 11078
/proc/meminfo: memFree=19722540/32951124 swapFree=67111528/67111528
[pid=11024] ppid=11022 vsize=422236 CPUtime=642.28 cores=5,7
/proc/11024/stat : 11024 (glueminisat) R 11022 11024 8658 0 -1 4202496 238379 0 0 0 64175 53 0 0 25 0 1 0 221331109 432369664 92304 33554432000 4194304 4309791 140736936556144 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11024/statm: 105559 92304 245 29 0 102188 0
Current children cumulated CPU time (s) 642.28
Current children cumulated vsize (KiB) 422236

[startup+702.301 s]
/proc/loadavg: 2.16 3.20 3.58 3/178 11080
/proc/meminfo: memFree=19710384/32951124 swapFree=67111528/67111528
[pid=11024] ppid=11022 vsize=422236 CPUtime=702.26 cores=5,7
/proc/11024/stat : 11024 (glueminisat) R 11022 11024 8658 0 -1 4202496 241433 0 0 0 70172 54 0 0 25 0 1 0 221331109 432369664 95295 33554432000 4194304 4309791 140736936556144 18446744073709551615 4275112 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11024/statm: 105559 95295 245 29 0 102188 0
Current children cumulated CPU time (s) 702.26
Current children cumulated vsize (KiB) 422236

[startup+762.307 s]
/proc/loadavg: 2.06 2.98 3.48 3/178 11084
/proc/meminfo: memFree=19742608/32951124 swapFree=67111528/67111528
[pid=11024] ppid=11022 vsize=422236 CPUtime=762.26 cores=5,7
/proc/11024/stat : 11024 (glueminisat) R 11022 11024 8658 0 -1 4202496 269693 0 0 0 76168 58 0 0 25 0 1 0 221331109 432369664 87493 33554432000 4194304 4309791 140736936556144 18446744073709551615 4253853 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11024/statm: 105559 87493 245 29 0 102188 0
Current children cumulated CPU time (s) 762.26
Current children cumulated vsize (KiB) 422236

[startup+822.301 s]
/proc/loadavg: 2.07 2.81 3.39 3/178 11086
/proc/meminfo: memFree=19698260/32951124 swapFree=67111528/67111528
[pid=11024] ppid=11022 vsize=422236 CPUtime=822.25 cores=5,7
/proc/11024/stat : 11024 (glueminisat) R 11022 11024 8658 0 -1 4202496 272761 0 0 0 82166 59 0 0 25 0 1 0 221331109 432369664 90497 33554432000 4194304 4309791 140736936556144 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11024/statm: 105559 90497 245 29 0 102188 0
Current children cumulated CPU time (s) 822.25
Current children cumulated vsize (KiB) 422236

[startup+882.301 s]
/proc/loadavg: 2.02 2.66 3.30 3/178 11088
/proc/meminfo: memFree=19708636/32951124 swapFree=67111528/67111528
[pid=11024] ppid=11022 vsize=422236 CPUtime=882.26 cores=5,7
/proc/11024/stat : 11024 (glueminisat) R 11022 11024 8658 0 -1 4202496 300978 0 0 0 88162 64 0 0 25 0 1 0 221331109 432369664 86922 33554432000 4194304 4309791 140736936556144 18446744073709551615 4259235 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11024/statm: 105559 86922 245 29 0 102188 0
Current children cumulated CPU time (s) 882.26
Current children cumulated vsize (KiB) 422236

[startup+942.301 s]
/proc/loadavg: 2.01 2.54 3.22 3/178 11089
/proc/meminfo: memFree=19691228/32951124 swapFree=67111528/67111528
[pid=11024] ppid=11022 vsize=422236 CPUtime=942.25 cores=5,7
/proc/11024/stat : 11024 (glueminisat) R 11022 11024 8658 0 -1 4202496 304133 0 0 0 94160 65 0 0 25 0 1 0 221331109 432369664 90011 33554432000 4194304 4309791 140736936556144 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11024/statm: 105559 90011 245 29 0 102188 0
Current children cumulated CPU time (s) 942.25
Current children cumulated vsize (KiB) 422236

[startup+1002.3 s]
/proc/loadavg: 2.00 2.44 3.14 3/178 11091
/proc/meminfo: memFree=19707176/32951124 swapFree=67111528/67111528
[pid=11024] ppid=11022 vsize=422236 CPUtime=1002.25 cores=5,7
/proc/11024/stat : 11024 (glueminisat) R 11022 11024 8658 0 -1 4202496 332538 0 0 0 100155 70 0 0 25 0 1 0 221331109 432369664 85850 33554432000 4194304 4309791 140736936556144 18446744073709551615 4253863 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11024/statm: 105559 85850 245 29 0 102188 0
Current children cumulated CPU time (s) 1002.25
Current children cumulated vsize (KiB) 422236

[startup+1062.3 s]
/proc/loadavg: 1.51 2.23 3.02 2/172 11110
/proc/meminfo: memFree=19932160/32951124 swapFree=67111528/67111528
[pid=11024] ppid=11022 vsize=422236 CPUtime=1062.25 cores=5,7
/proc/11024/stat : 11024 (glueminisat) R 11022 11024 8658 0 -1 4202496 335686 0 0 0 106153 72 0 0 25 0 1 0 221331109 432369664 88940 33554432000 4194304 4309791 140736936556144 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11024/statm: 105559 88940 245 29 0 102188 0
Current children cumulated CPU time (s) 1062.25
Current children cumulated vsize (KiB) 422236

[startup+1122.3 s]
/proc/loadavg: 1.19 2.00 2.89 2/172 11121
/proc/meminfo: memFree=19920344/32951124 swapFree=67111528/67111528
[pid=11024] ppid=11022 vsize=422236 CPUtime=1122.25 cores=5,7
/proc/11024/stat : 11024 (glueminisat) R 11022 11024 8658 0 -1 4202496 338640 0 0 0 112151 74 0 0 25 0 1 0 221331109 432369664 91829 33554432000 4194304 4309791 140736936556144 18446744073709551615 4259912 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11024/statm: 105559 91829 245 29 0 102188 0
Current children cumulated CPU time (s) 1122.25
Current children cumulated vsize (KiB) 422236

[startup+1182.3 s]
/proc/loadavg: 1.07 1.82 2.77 2/172 11123
/proc/meminfo: memFree=19939528/32951124 swapFree=67111528/67111528
[pid=11024] ppid=11022 vsize=422236 CPUtime=1182.25 cores=5,7
/proc/11024/stat : 11024 (glueminisat) R 11022 11024 8658 0 -1 4202496 367049 0 0 0 118145 80 0 0 25 0 1 0 221331109 432369664 87147 33554432000 4194304 4309791 140736936556144 18446744073709551615 4253863 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11024/statm: 105559 87147 245 29 0 102188 0
Current children cumulated CPU time (s) 1182.25
Current children cumulated vsize (KiB) 422236

[startup+1242.3 s]
/proc/loadavg: 1.02 1.67 2.66 2/172 11124
/proc/meminfo: memFree=19927440/32951124 swapFree=67111528/67111528
[pid=11024] ppid=11022 vsize=422236 CPUtime=1242.25 cores=5,7
/proc/11024/stat : 11024 (glueminisat) R 11022 11024 8658 0 -1 4202496 370031 0 0 0 124143 82 0 0 25 0 1 0 221331109 432369664 90071 33554432000 4194304 4309791 140736936556144 18446744073709551615 4259175 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11024/statm: 105559 90071 245 29 0 102188 0
Current children cumulated CPU time (s) 1242.25
Current children cumulated vsize (KiB) 422236



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.01 1.54 2.55 2/172 11126
/proc/meminfo: memFree=19916116/32951124 swapFree=67111528/67111528
[pid=11024] ppid=11022 vsize=422236 CPUtime=1299.96 cores=5,7
/proc/11024/stat : 11024 (glueminisat) R 11022 11024 8658 0 -1 4202496 372902 0 0 0 129912 84 0 0 25 0 1 0 221331109 432369664 92878 33554432000 4194304 4309791 140736936556144 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/11024/statm: 105559 92878 245 29 0 102188 0
Current children cumulated CPU time (s) 1299.96
Current children cumulated vsize (KiB) 422236

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.02
CPU time (s): 1299.98
CPU user time (s): 1299.12
CPU system time (s): 0.857869
CPU usage (%): 99.9967
Max. virtual memory (cumulated for all children) (KiB): 552464

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

runsolver used 1.9677 second user time and 5.03723 second system time

The end

Launcher Data

Begin job on node107 at 2011-04-26 00:43:18
IDJOB=3288389
IDBENCH=82495
IDSOLVER=1650
FILE ID=node107/3288389-1303771393
RUNJOBID= node107-1303770624-10532
PBS_JOBID= 13157153
Free space on /tmp= 71388 MiB

SOLVER NAME= glueminisat 2.2.5
BENCH NAME= SAT11/application/manthey/traffic/traffic_r_uc_sat.cnf
COMMAND LINE= glueminisat -compe BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3288389-1303771393/watcher-3288389-1303771393 -o /tmp/evaluation-result-3288389-1303771393/solver-3288389-1303771393 -C 2400 -W 1300 -M 7680  glueminisat -compe HOME/instance-3288389-1303771393.cnf

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

MD5SUM BENCH= a5cb42fe5f9238d9fb581eb8ad81e23f
RANDOM SEED=1956371945

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19835844 kB
Buffers:       2033484 kB
Cached:       10116432 kB
SwapCached:          0 kB
Active:        8486796 kB
Inactive:      4141196 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19835844 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:          120540 kB
Writeback:           0 kB
AnonPages:      477264 kB
Mapped:          15408 kB
Slab:           421208 kB
PageTables:       6192 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   695948 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= 71416 MiB
End job on node107 at 2011-04-26 01:05:00