Trace number 3310085

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
glueminisat 2.2.5? (TO) 5000.11 5000.02

General information on the benchmark

NameSAT-Race-2010-CNF/cryptography/
mizh/md5_48_3.cnf
MD5SUM62c39589a569c5d989e4ecd1f5fe22d9
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark45.0831
Satisfiable
(Un)Satisfiability was proved
Number of variables66892
Number of clauses279258
Sum of the clauses size832652
Maximum clause length4
Minimum clause length1
Number of clauses of size 1201
Number of clauses of size 2120498
Number of clauses of size 342781
Number of clauses of size 4115778
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-3310085-1304002396/watcher-3310085-1304002396 -o /tmp/evaluation-result-3310085-1304002396/solver-3310085-1304002396 -C 5000 -W 5100 -M 15500 glueminisat -compe HOME/instance-3310085-1304002396.cnf 

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

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


[startup+0 s]
/proc/loadavg: 0.92 0.98 1.05 2/172 21215
/proc/meminfo: memFree=19861028/32951124 swapFree=67111464/67111528
[pid=21215] ppid=21213 vsize=19776 CPUtime=0 cores=0,2,4,6
/proc/21215/stat : 21215 (glueminisat) R 21213 21215 20405 0 -1 4202496 770 0 0 0 0 0 0 0 22 0 1 0 511837591 20250624 706 33554432000 4194304 4309791 140734448546080 18446744073709551615 228244045579 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21215/statm: 4983 717 216 29 0 1612 0

[startup+0.088645 s]
/proc/loadavg: 0.92 0.98 1.05 2/172 21215
/proc/meminfo: memFree=19861028/32951124 swapFree=67111464/67111528
[pid=21215] ppid=21213 vsize=35228 CPUtime=0.07 cores=0,2,4,6
/proc/21215/stat : 21215 (glueminisat) R 21213 21215 20405 0 -1 4202496 5668 0 0 0 7 0 0 0 22 0 1 0 511837591 36073472 5106 33554432000 4194304 4309791 140734448546080 18446744073709551615 228244009669 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21215/statm: 8807 5107 217 29 0 5436 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 35228

[startup+0.100618 s]
/proc/loadavg: 0.92 0.98 1.05 2/172 21215
/proc/meminfo: memFree=19861028/32951124 swapFree=67111464/67111528
[pid=21215] ppid=21213 vsize=39004 CPUtime=0.09 cores=0,2,4,6
/proc/21215/stat : 21215 (glueminisat) R 21213 21215 20405 0 -1 4202496 6489 0 0 0 8 1 0 0 22 0 1 0 511837591 39940096 5896 33554432000 4194304 4309791 140734448546080 18446744073709551615 4292785 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21215/statm: 9751 5896 222 29 0 6380 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 39004

[startup+0.300608 s]
/proc/loadavg: 0.92 0.98 1.05 2/172 21215
/proc/meminfo: memFree=19861028/32951124 swapFree=67111464/67111528
[pid=21215] ppid=21213 vsize=56280 CPUtime=0.29 cores=0,2,4,6
/proc/21215/stat : 21215 (glueminisat) R 21213 21215 20405 0 -1 4202496 10185 0 0 0 28 1 0 0 23 0 1 0 511837591 57630720 9226 33554432000 4194304 4309791 140734448546080 18446744073709551615 4211646 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21215/statm: 14070 9226 225 29 0 10699 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 56280

[startup+0.700531 s]
/proc/loadavg: 0.92 0.98 1.05 2/172 21215
/proc/meminfo: memFree=19861028/32951124 swapFree=67111464/67111528
[pid=21215] ppid=21213 vsize=47128 CPUtime=0.69 cores=0,2,4,6
/proc/21215/stat : 21215 (glueminisat) R 21213 21215 20405 0 -1 4202496 12396 0 0 0 68 1 0 0 25 0 1 0 511837591 48259072 7677 33554432000 4194304 4309791 140734448546080 18446744073709551615 4259934 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21215/statm: 11782 7677 245 29 0 8411 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 47128

[startup+1.50041 s]
/proc/loadavg: 0.92 0.98 1.05 3/178 21222
/proc/meminfo: memFree=19741200/32951124 swapFree=67111464/67111528
[pid=21215] ppid=21213 vsize=51480 CPUtime=1.49 cores=0,2,4,6
/proc/21215/stat : 21215 (glueminisat) R 21213 21215 20405 0 -1 4202496 13589 0 0 0 147 2 0 0 25 0 1 0 511837591 52715520 8680 33554432000 4194304 4309791 140734448546080 18446744073709551615 4259406 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21215/statm: 12870 8680 245 29 0 9499 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 51480

[startup+3.10111 s]
/proc/loadavg: 0.92 0.98 1.05 3/178 21222
/proc/meminfo: memFree=19730292/32951124 swapFree=67111464/67111528
[pid=21215] ppid=21213 vsize=58552 CPUtime=3.09 cores=0,2,4,6
/proc/21215/stat : 21215 (glueminisat) R 21213 21215 20405 0 -1 4202496 13962 0 0 0 307 2 0 0 25 0 1 0 511837591 59957248 9032 33554432000 4194304 4309791 140734448546080 18446744073709551615 4276916 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21215/statm: 14638 9032 245 29 0 11267 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 58552

[startup+6.30055 s]
/proc/loadavg: 1.01 1.00 1.05 4/178 21222
/proc/meminfo: memFree=19727688/32951124 swapFree=67111464/67111528
[pid=21215] ppid=21213 vsize=58552 CPUtime=6.29 cores=0,2,4,6
/proc/21215/stat : 21215 (glueminisat) R 21213 21215 20405 0 -1 4202496 14107 0 0 0 627 2 0 0 25 0 1 0 511837591 59957248 9167 33554432000 4194304 4309791 140734448546080 18446744073709551615 4259159 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21215/statm: 14638 9167 245 29 0 11267 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 58552

[startup+12.7004 s]
/proc/loadavg: 1.09 1.02 1.06 3/178 21222
/proc/meminfo: memFree=19722312/32951124 swapFree=67111464/67111528
[pid=21215] ppid=21213 vsize=58552 CPUtime=12.69 cores=0,2,4,6
/proc/21215/stat : 21215 (glueminisat) R 21213 21215 20405 0 -1 4202496 15458 0 0 0 1267 2 0 0 25 0 1 0 511837591 59957248 10383 33554432000 4194304 4309791 140734448546080 18446744073709551615 4259144 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21215/statm: 14638 10383 245 29 0 11267 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 58552

[startup+25.5012 s]
/proc/loadavg: 1.29 1.06 1.07 3/178 21222
/proc/meminfo: memFree=19720148/32951124 swapFree=67111464/67111528
[pid=21215] ppid=21213 vsize=67384 CPUtime=25.49 cores=0,2,4,6
/proc/21215/stat : 21215 (glueminisat) R 21213 21215 20405 0 -1 4202496 17250 0 0 0 2547 2 0 0 25 0 1 0 511837591 69001216 10385 33554432000 4194304 4309791 140734448546080 18446744073709551615 4253896 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21215/statm: 16846 10385 245 29 0 13475 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 67384

[startup+51.1006 s]
/proc/loadavg: 1.53 1.14 1.10 3/178 21249
/proc/meminfo: memFree=19411640/32951124 swapFree=67111464/67111528
[pid=21215] ppid=21213 vsize=71956 CPUtime=51.08 cores=0,2,4,6
/proc/21215/stat : 21215 (glueminisat) R 21213 21215 20405 0 -1 4202496 20476 0 0 0 5101 7 0 0 25 0 1 0 511837591 73682944 13299 33554432000 4194304 4309791 140734448546080 18446744073709551615 4259917 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/21215/statm: 17989 13299 245 29 0 14618 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 71956

[startup+102.307 s]
/proc/loadavg: 1.79 1.27 1.14 3/178 21250
/proc/meminfo: memFree=19367076/32951124 swapFree=67111464/67111528
[pid=21215] ppid=21213 vsize=90632 CPUtime=102.29 cores=0,2,4,6
/proc/21215/stat : 21215 (glueminisat) R 21213 21215 20405 0 -1 4202496 27846 0 0 0 10220 9 0 0 25 0 1 0 511837591 92807168 17198 33554432000 4194304 4309791 140734448546080 18446744073709551615 4259368 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/21215/statm: 22658 17198 245 29 0 19287 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 90632

[startup+162.301 s]
/proc/loadavg: 1.92 1.40 1.19 3/178 21252
/proc/meminfo: memFree=19368188/32951124 swapFree=67111464/67111528
[pid=21215] ppid=21213 vsize=90632 CPUtime=162.28 cores=0,2,4,6
/proc/21215/stat : 21215 (glueminisat) R 21213 21215 20405 0 -1 4202496 29106 0 0 0 16218 10 0 0 25 0 1 0 511837591 92807168 18397 33554432000 4194304 4309791 140734448546080 18446744073709551615 4259413 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/21215/statm: 22658 18397 245 29 0 19287 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 90632

[startup+222.301 s]
/proc/loadavg: 1.97 1.51 1.24 3/178 21253
/proc/meminfo: memFree=19357072/32951124 swapFree=67111464/67111528
[pid=21215] ppid=21213 vsize=90632 CPUtime=222.28 cores=0,2,4,6
/proc/21215/stat : 21215 (glueminisat) R 21213 21215 20405 0 -1 4202496 34579 0 0 0 22217 11 0 0 25 0 1 0 511837591 92807168 18884 33554432000 4194304 4309791 140734448546080 18446744073709551615 4259390 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/21215/statm: 22658 18884 245 29 0 19287 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 90632

[startup+282.301 s]
/proc/loadavg: 1.99 1.59 1.28 3/178 21255
/proc/meminfo: memFree=19356312/32951124 swapFree=67111464/67111528
[pid=21215] ppid=21213 vsize=139920 CPUtime=282.28 cores=0,2,4,6
/proc/21215/stat : 21215 (glueminisat) R 21213 21215 20405 0 -1 4202496 40883 0 0 0 28214 14 0 0 25 0 1 0 511837591 143278080 24711 33554432000 4194304 4309791 140734448546080 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/21215/statm: 34980 24711 245 29 0 31609 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 139920

[startup+342.3 s]
/proc/loadavg: 1.99 1.66 1.32 3/178 21257
/proc/meminfo: memFree=19330452/32951124 swapFree=67111464/67111528
[pid=21215] ppid=21213 vsize=139920 CPUtime=342.28 cores=0,2,4,6
/proc/21215/stat : 21215 (glueminisat) R 21213 21215 20405 0 -1 4202496 41322 0 0 0 34214 14 0 0 25 0 1 0 511837591 143278080 25137 33554432000 4194304 4309791 140734448546080 18446744073709551615 4259111 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/21215/statm: 34980 25137 245 29 0 31609 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 139920

[startup+402.301 s]
/proc/loadavg: 1.99 1.72 1.37 4/178 21258
/proc/meminfo: memFree=19299704/32951124 swapFree=67111464/67111528
[pid=21215] ppid=21213 vsize=139920 CPUtime=402.28 cores=0,2,4,6
/proc/21215/stat : 21215 (glueminisat) R 21213 21215 20405 0 -1 4202496 41811 0 0 0 40214 14 0 0 25 0 1 0 511837591 143278080 25606 33554432000 4194304 4309791 140734448546080 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/21215/statm: 34980 25606 245 29 0 31609 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 139920

[startup+462.3 s]
/proc/loadavg: 1.99 1.77 1.40 3/178 21260
/proc/meminfo: memFree=19338920/32951124 swapFree=67111464/67111528
[pid=21215] ppid=21213 vsize=139920 CPUtime=462.27 cores=0,2,4,6
/proc/21215/stat : 21215 (glueminisat) R 21213 21215 20405 0 -1 4202496 42382 0 0 0 46213 14 0 0 25 0 1 0 511837591 143278080 26155 33554432000 4194304 4309791 140734448546080 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/21215/statm: 34980 26155 245 29 0 31609 0
Current children cumulated CPU time (s) 462.27
Current children cumulated vsize (KiB) 139920

[startup+522.301 s]
/proc/loadavg: 2.04 1.83 1.44 4/178 21270
/proc/meminfo: memFree=19326736/32951124 swapFree=67111464/67111528
[pid=21215] ppid=21213 vsize=139920 CPUtime=522.27 cores=0,2,4,6
/proc/21215/stat : 21215 (glueminisat) R 21213 21215 20405 0 -1 4202496 50514 0 0 0 52212 15 0 0 25 0 1 0 511837591 143278080 26494 33554432000 4194304 4309791 140734448546080 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21215/statm: 34980 26494 245 29 0 31609 0
Current children cumulated CPU time (s) 522.27
Current children cumulated vsize (KiB) 139920

[startup+582.3 s]
/proc/loadavg: 2.01 1.85 1.47 3/178 21272
/proc/meminfo: memFree=19315616/32951124 swapFree=67111464/67111528
[pid=21215] ppid=21213 vsize=139920 CPUtime=582.28 cores=0,2,4,6
/proc/21215/stat : 21215 (glueminisat) R 21213 21215 20405 0 -1 4202496 58733 0 0 0 58212 16 0 0 25 0 1 0 511837591 143278080 26494 33554432000 4194304 4309791 140734448546080 18446744073709551615 4259220 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21215/statm: 34980 26494 245 29 0 31609 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 139920

[startup+642.301 s]

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

[startup+4002.3 s]
/proc/loadavg: 1.01 1.05 1.32 2/172 21383
/proc/meminfo: memFree=19637912/32951124 swapFree=67111464/67111528
[pid=21215] ppid=21213 vsize=189240 CPUtime=4002.36 cores=0,2,4,6
/proc/21215/stat : 21215 (glueminisat) R 21213 21215 20405 0 -1 4202496 393275 0 0 0 400130 106 0 0 25 0 1 0 511837591 193781760 37990 33554432000 4194304 4309791 140734448546080 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21215/statm: 47310 37990 245 29 0 43939 0
Current children cumulated CPU time (s) 4002.36
Current children cumulated vsize (KiB) 189240

[startup+4062.31 s]
/proc/loadavg: 1.00 1.03 1.30 2/172 21385
/proc/meminfo: memFree=19621896/32951124 swapFree=67111464/67111528
[pid=21215] ppid=21213 vsize=220060 CPUtime=4062.36 cores=0,2,4,6
/proc/21215/stat : 21215 (glueminisat) R 21213 21215 20405 0 -1 4202496 397324 0 0 0 406128 108 0 0 25 0 1 0 511837591 225341440 41924 33554432000 4194304 4309791 140734448546080 18446744073709551615 4259175 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21215/statm: 55015 41924 245 29 0 51644 0
Current children cumulated CPU time (s) 4062.36
Current children cumulated vsize (KiB) 220060

[startup+4122.3 s]
/proc/loadavg: 1.00 1.03 1.27 2/172 21395
/proc/meminfo: memFree=19608456/32951124 swapFree=67111464/67111528
[pid=21215] ppid=21213 vsize=220060 CPUtime=4122.36 cores=0,2,4,6
/proc/21215/stat : 21215 (glueminisat) R 21213 21215 20405 0 -1 4202496 400826 0 0 0 412126 110 0 0 25 0 1 0 511837591 225341440 45331 33554432000 4194304 4309791 140734448546080 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21215/statm: 55015 45331 245 29 0 51644 0
Current children cumulated CPU time (s) 4122.36
Current children cumulated vsize (KiB) 220060

[startup+4182.3 s]
/proc/loadavg: 1.00 1.02 1.25 2/172 21397
/proc/meminfo: memFree=19596296/32951124 swapFree=67111464/67111528
[pid=21215] ppid=21213 vsize=270148 CPUtime=4182.37 cores=0,2,4,6
/proc/21215/stat : 21215 (glueminisat) R 21213 21215 20405 0 -1 4202496 403941 0 0 0 418125 112 0 0 25 0 1 0 511837591 276631552 48372 33554432000 4194304 4309791 140734448546080 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21215/statm: 67537 48372 245 29 0 64166 0
Current children cumulated CPU time (s) 4182.37
Current children cumulated vsize (KiB) 270148

[startup+4242.3 s]
/proc/loadavg: 1.00 1.01 1.24 2/172 21399
/proc/meminfo: memFree=19645516/32951124 swapFree=67111464/67111528
[pid=21215] ppid=21213 vsize=189240 CPUtime=4242.37 cores=0,2,4,6
/proc/21215/stat : 21215 (glueminisat) R 21213 21215 20405 0 -1 4202496 413156 0 0 0 424123 114 0 0 25 0 1 0 511837591 193781760 36190 33554432000 4194304 4309791 140734448546080 18446744073709551615 4259175 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21215/statm: 47310 36190 245 29 0 43939 0
Current children cumulated CPU time (s) 4242.37
Current children cumulated vsize (KiB) 189240

[startup+4302.3 s]
/proc/loadavg: 1.00 1.01 1.22 2/172 21403
/proc/meminfo: memFree=19627916/32951124 swapFree=67111464/67111528
[pid=21215] ppid=21213 vsize=220060 CPUtime=4302.36 cores=0,2,4,6
/proc/21215/stat : 21215 (glueminisat) R 21213 21215 20405 0 -1 4202496 417623 0 0 0 430120 116 0 0 25 0 1 0 511837591 225341440 40531 33554432000 4194304 4309791 140734448546080 18446744073709551615 4259934 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21215/statm: 55015 40531 245 29 0 51644 0
Current children cumulated CPU time (s) 4302.36
Current children cumulated vsize (KiB) 220060

[startup+4362.3 s]
/proc/loadavg: 1.00 1.00 1.20 2/172 21405
/proc/meminfo: memFree=19613652/32951124 swapFree=67111464/67111528
[pid=21215] ppid=21213 vsize=220060 CPUtime=4362.37 cores=0,2,4,6
/proc/21215/stat : 21215 (glueminisat) R 21213 21215 20405 0 -1 4202496 421369 0 0 0 436119 118 0 0 25 0 1 0 511837591 225341440 44183 33554432000 4194304 4309791 140734448546080 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21215/statm: 55015 44183 245 29 0 51644 0
Current children cumulated CPU time (s) 4362.37
Current children cumulated vsize (KiB) 220060

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 1.18 2/172 21406
/proc/meminfo: memFree=19600488/32951124 swapFree=67111464/67111528
[pid=21215] ppid=21213 vsize=220060 CPUtime=4422.37 cores=0,2,4,6
/proc/21215/stat : 21215 (glueminisat) R 21213 21215 20405 0 -1 4202496 424672 0 0 0 442118 119 0 0 25 0 1 0 511837591 225341440 47408 33554432000 4194304 4309791 140734448546080 18446744073709551615 4259912 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21215/statm: 55015 47408 245 29 0 51644 0
Current children cumulated CPU time (s) 4422.37
Current children cumulated vsize (KiB) 220060

[startup+4482.3 s]
/proc/loadavg: 1.06 1.02 1.18 2/172 21408
/proc/meminfo: memFree=19678088/32951124 swapFree=67111464/67111528
[pid=21215] ppid=21213 vsize=139920 CPUtime=4482.37 cores=0,2,4,6
/proc/21215/stat : 21215 (glueminisat) R 21213 21215 20405 0 -1 4202496 427270 0 0 0 448116 121 0 0 25 0 1 0 511837591 143278080 27843 33554432000 4194304 4309791 140734448546080 18446744073709551615 4259934 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21215/statm: 34980 27843 245 29 0 31609 0
Current children cumulated CPU time (s) 4482.37
Current children cumulated vsize (KiB) 139920

[startup+4542.3 s]
/proc/loadavg: 1.02 1.01 1.17 2/172 21410
/proc/meminfo: memFree=19638024/32951124 swapFree=67111464/67111528
[pid=21215] ppid=21213 vsize=189240 CPUtime=4542.37 cores=0,2,4,6
/proc/21215/stat : 21215 (glueminisat) R 21213 21215 20405 0 -1 4202496 437544 0 0 0 454114 123 0 0 25 0 1 0 511837591 193781760 38057 33554432000 4194304 4309791 140734448546080 18446744073709551615 4259912 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21215/statm: 47310 38057 245 29 0 43939 0
Current children cumulated CPU time (s) 4542.37
Current children cumulated vsize (KiB) 189240

[startup+4602.3 s]
/proc/loadavg: 1.01 1.00 1.15 2/172 21411
/proc/meminfo: memFree=19621008/32951124 swapFree=67111464/67111528
[pid=21215] ppid=21213 vsize=220060 CPUtime=4602.38 cores=0,2,4,6
/proc/21215/stat : 21215 (glueminisat) R 21213 21215 20405 0 -1 4202496 441771 0 0 0 460112 126 0 0 25 0 1 0 511837591 225341440 42186 33554432000 4194304 4309791 140734448546080 18446744073709551615 4259848 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21215/statm: 55015 42186 245 29 0 51644 0
Current children cumulated CPU time (s) 4602.38
Current children cumulated vsize (KiB) 220060

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 1.14 2/172 21413
/proc/meminfo: memFree=19607232/32951124 swapFree=67111464/67111528
[pid=21215] ppid=21213 vsize=220060 CPUtime=4662.37 cores=0,2,4,6
/proc/21215/stat : 21215 (glueminisat) R 21213 21215 20405 0 -1 4202496 445343 0 0 0 466110 127 0 0 25 0 1 0 511837591 225341440 45677 33554432000 4194304 4309791 140734448546080 18446744073709551615 4259917 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21215/statm: 55015 45677 245 29 0 51644 0
Current children cumulated CPU time (s) 4662.37
Current children cumulated vsize (KiB) 220060

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 1.13 2/172 21414
/proc/meminfo: memFree=19594568/32951124 swapFree=67111464/67111528
[pid=21215] ppid=21213 vsize=270148 CPUtime=4722.38 cores=0,2,4,6
/proc/21215/stat : 21215 (glueminisat) R 21213 21215 20405 0 -1 4202496 448512 0 0 0 472109 129 0 0 25 0 1 0 511837591 276631552 48772 33554432000 4194304 4309791 140734448546080 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21215/statm: 67537 48772 245 29 0 64166 0
Current children cumulated CPU time (s) 4722.38
Current children cumulated vsize (KiB) 270148

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.12 2/172 21416
/proc/meminfo: memFree=19676640/32951124 swapFree=67111464/67111528
[pid=21215] ppid=21213 vsize=139920 CPUtime=4782.38 cores=0,2,4,6
/proc/21215/stat : 21215 (glueminisat) R 21213 21215 20405 0 -1 4202496 450630 0 0 0 478108 130 0 0 25 0 1 0 511837591 143278080 28149 33554432000 4194304 4309791 140734448546080 18446744073709551615 4275240 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21215/statm: 34980 28149 245 29 0 31609 0
Current children cumulated CPU time (s) 4782.38
Current children cumulated vsize (KiB) 139920

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.11 2/172 21418
/proc/meminfo: memFree=19629260/32951124 swapFree=67111464/67111528
[pid=21215] ppid=21213 vsize=189240 CPUtime=4842.38 cores=0,2,4,6
/proc/21215/stat : 21215 (glueminisat) R 21213 21215 20405 0 -1 4202496 462790 0 0 0 484105 133 0 0 25 0 1 0 511837591 193781760 40178 33554432000 4194304 4309791 140734448546080 18446744073709551615 4277650 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21215/statm: 47310 40178 245 29 0 43939 0
Current children cumulated CPU time (s) 4842.38
Current children cumulated vsize (KiB) 189240

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.10 2/172 21419
/proc/meminfo: memFree=19613000/32951124 swapFree=67111464/67111528
[pid=21215] ppid=21213 vsize=220060 CPUtime=4902.38 cores=0,2,4,6
/proc/21215/stat : 21215 (glueminisat) R 21213 21215 20405 0 -1 4202496 466940 0 0 0 490103 135 0 0 25 0 1 0 511837591 225341440 44230 33554432000 4194304 4309791 140734448546080 18446744073709551615 4259872 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21215/statm: 55015 44230 245 29 0 51644 0
Current children cumulated CPU time (s) 4902.38
Current children cumulated vsize (KiB) 220060

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/172 21421
/proc/meminfo: memFree=19599468/32951124 swapFree=67111464/67111528
[pid=21215] ppid=21213 vsize=220060 CPUtime=4962.38 cores=0,2,4,6
/proc/21215/stat : 21215 (glueminisat) R 21213 21215 20405 0 -1 4202496 470376 0 0 0 496101 137 0 0 25 0 1 0 511837591 225341440 47590 33554432000 4194304 4309791 140734448546080 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21215/statm: 55015 47590 245 29 0 51644 0
Current children cumulated CPU time (s) 4962.38
Current children cumulated vsize (KiB) 220060



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 1.00 1.00 1.08 2/172 21422
/proc/meminfo: memFree=19591644/32951124 swapFree=67111464/67111528
[pid=21215] ppid=21213 vsize=220060 CPUtime=5000.09 cores=0,2,4,6
/proc/21215/stat : 21215 (glueminisat) R 21213 21215 20405 0 -1 4202496 472386 0 0 0 499871 138 0 0 25 0 1 0 511837591 225341440 49551 33554432000 4194304 4309791 140734448546080 18446744073709551615 4284267 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21215/statm: 55015 49551 245 29 0 51644 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 220060

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): 5000.02
CPU time (s): 5000.11
CPU user time (s): 4998.72
CPU system time (s): 1.39179
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 270148

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4998.72
system time used= 1.39179
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 472386
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10
involuntary context switches= 8408

runsolver used 8.36673 second user time and 17.0044 second system time

The end

Launcher Data

Begin job on node136 at 2011-04-28 16:53:16
IDJOB=3310085
IDBENCH=88141
IDSOLVER=1694
FILE ID=node136/3310085-1304002396
RUNJOBID= node136-1304002396-21203
PBS_JOBID= 13168738
Free space on /tmp= 72320 MiB

SOLVER NAME= glueminisat 2.2.5
BENCH NAME= SAT-Race-2010-CNF/cryptography/mizh/md5_48_3.cnf
COMMAND LINE= glueminisat -compe BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3310085-1304002396/watcher-3310085-1304002396 -o /tmp/evaluation-result-3310085-1304002396/solver-3310085-1304002396 -C 5000 -W 5100 -M 15500  glueminisat -compe HOME/instance-3310085-1304002396.cnf

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

MD5SUM BENCH= 62c39589a569c5d989e4ecd1f5fe22d9
RANDOM SEED=66580060

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19861316 kB
Buffers:       1735232 kB
Cached:       10712388 kB
SwapCached:         60 kB
Active:        5538972 kB
Inactive:      6972452 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19861316 kB
SwapTotal:    67111528 kB
SwapFree:     67111464 kB
Dirty:           16300 kB
Writeback:           8 kB
AnonPages:       63432 kB
Mapped:          14396 kB
Slab:           516384 kB
PageTables:       4776 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   184692 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= 72328 MiB
End job on node136 at 2011-04-28 18:16:38