Trace number 3483859

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
borg-sat 11.03.02-seq-industrial (fixed, 1200 s timeout)? (TO) 1200.1 1198.53

General information on the benchmark

NameAPPLICATIONS/crypto/
md5gen/gus-md5-11.cnf
MD5SUM49867705b76fc90285dd6fc48de2613c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables69561
Number of clauses226787
Sum of the clauses size587727
Maximum clause length3
Minimum clause length1
Number of clauses of size 1129
Number of clauses of size 292376
Number of clauses of size 3134282
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.35/0.66	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.35/0.66	c INFO: solving HOME/instance-3483859-1307747976.cnf
0.35/0.66	c INFO: computing task features
1.02/1.38	c INFO: computed variable-clause graph statistics
1.13/1.40	c INFO: computed clause balance statistics
5.03/5.39	c INFO: computed variable balance statistics
8.03/8.37	c INFO: computed small-clause counts
8.13/8.40	c INFO: computed Horn-clause counts
17.61/17.94	c INFO: computed variable graph statistics
17.61/17.94	c INFO: collected features for HOME/instance-3483859-1307747976.cnf in 17.19 s
17.61/17.95	c INFO: running lingeling-276@0 for 582 with 1182 remaining (b = 0.59)
603.84/602.39	c INFO: running cryptominisat-2.9.0@0 for 599 with 599 remaining (b = 0.53)

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.1 (svn: 988)

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-3483859-1307747976/watcher-3483859-1307747976 -o /tmp/evaluation-result-3483859-1307747976/solver-3483859-1307747976 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3483859-1307747976.cnf -seed 693387542 -budget 1200 

running on 2 cores: 1,3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 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.01 3.89 2.67 4/221 28260
/proc/meminfo: memFree=22776884/32951132 swapFree=67061148/67111528
[pid=28260] ppid=28258 vsize=15184 CPUtime=0 cores=1,3
/proc/28260/stat : 28260 (python) R 28258 28260 27894 0 -1 4202496 726 0 0 0 0 0 0 0 22 0 1 0 886397235 15548416 615 33554432000 4194304 5683644 140735405910288 18446744073709551615 210647144448 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/28260/statm: 3796 615 321 364 0 283 0

[startup+0.0642929 s]
/proc/loadavg: 4.01 3.89 2.67 4/221 28260
/proc/meminfo: memFree=22776884/32951132 swapFree=67061148/67111528
[pid=28260] ppid=28258 vsize=29788 CPUtime=0.04 cores=1,3
/proc/28260/stat : 28260 (python) R 28258 28260 27894 0 -1 4202496 1461 0 0 0 3 1 0 0 17 0 1 0 886397235 30502912 1299 33554432000 4194304 5683644 140735405910288 18446744073709551615 4509430 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/28260/statm: 7447 1299 443 364 0 817 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 29788

[startup+0.100285 s]
/proc/loadavg: 4.01 3.89 2.67 4/221 28260
/proc/meminfo: memFree=22776884/32951132 swapFree=67061148/67111528
[pid=28260] ppid=28258 vsize=85620 CPUtime=0.06 cores=1,3
/proc/28260/stat : 28260 (python) S 28258 28260 27894 0 -1 4202496 2631 0 0 0 4 2 0 0 17 0 1 0 886397235 87674880 2348 33554432000 4194304 5683644 140735405910288 18446744073709551615 210647144448 0 2147483391 16781312 2 18446744071699109054 0 0 17 1 0 0 0
/proc/28260/statm: 21405 2348 713 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 85620

[startup+0.300581 s]
/proc/loadavg: 4.01 3.89 2.67 4/221 28260
/proc/meminfo: memFree=22776884/32951132 swapFree=67061148/67111528
[pid=28260] ppid=28258 vsize=135748 CPUtime=0.17 cores=1,3
/proc/28260/stat : 28260 (python) S 28258 28260 27894 0 -1 4202496 5970 934 1 0 13 4 0 0 17 0 1 0 886397235 139005952 4148 33554432000 4194304 5683644 140735405910288 18446744073709551615 210647144448 0 2147483391 16781312 2 18446744071699109054 0 0 17 3 0 0 0
/proc/28260/statm: 33937 4148 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 135748

[startup+0.700188 s]
/proc/loadavg: 4.01 3.89 2.67 4/221 28260
/proc/meminfo: memFree=22776884/32951132 swapFree=67061148/67111528
[pid=28260] ppid=28258 vsize=284312 CPUtime=0.43 cores=1,3
/proc/28260/stat : 28260 (python) R 28258 28260 27894 0 -1 4202496 10739 934 1 0 32 11 0 0 15 0 1 0 886397235 291135488 8412 33554432000 4194304 5683644 140735405910288 18446744073709551615 4445115 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/28260/statm: 71078 8412 1761 364 0 7002 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 284312

[startup+1.50106 s]
/proc/loadavg: 4.01 3.89 2.67 5/222 28265
/proc/meminfo: memFree=22728732/32951132 swapFree=67061148/67111528
[pid=28260] ppid=28258 vsize=327288 CPUtime=1.23 cores=1,3
/proc/28260/stat : 28260 (python) R 28258 28260 27894 0 -1 4202496 27046 934 1 0 110 13 0 0 16 0 1 0 886397235 335142912 19207 33554432000 4194304 5683644 140735405910288 18446744073709551615 4531488 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/28260/statm: 81822 19207 1826 364 0 17746 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 327288

[startup+3.1008 s]
/proc/loadavg: 4.01 3.89 2.67 6/222 28265
/proc/meminfo: memFree=22702692/32951132 swapFree=67061148/67111528
[pid=28260] ppid=28258 vsize=327288 CPUtime=2.83 cores=1,3
/proc/28260/stat : 28260 (python) R 28258 28260 27894 0 -1 4202496 27046 934 1 0 270 13 0 0 18 0 1 0 886397235 335142912 19207 33554432000 4194304 5683644 140735405910288 18446744073709551615 47617384176367 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/28260/statm: 81822 19207 1826 364 0 17746 0
Current children cumulated CPU time (s) 2.83
Current children cumulated vsize (KiB) 327288

[startup+6.30025 s]
/proc/loadavg: 4.17 3.92 2.69 6/222 28265
/proc/meminfo: memFree=22728208/32951132 swapFree=67061148/67111528
[pid=28260] ppid=28258 vsize=327288 CPUtime=6.03 cores=1,3
/proc/28260/stat : 28260 (python) R 28258 28260 27894 0 -1 4202496 27047 934 1 0 590 13 0 0 25 0 1 0 886397235 335142912 19208 33554432000 4194304 5683644 140735405910288 18446744073709551615 47617386760043 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/28260/statm: 81822 19208 1827 364 0 17746 0
Current children cumulated CPU time (s) 6.03
Current children cumulated vsize (KiB) 327288

[startup+12.7002 s]
/proc/loadavg: 4.40 3.98 2.71 5/222 28267
/proc/meminfo: memFree=22698008/32951132 swapFree=67061148/67111528
[pid=28260] ppid=28258 vsize=327288 CPUtime=12.42 cores=1,3
/proc/28260/stat : 28260 (python) R 28258 28260 27894 0 -1 4202496 27053 934 1 0 1225 17 0 0 25 0 1 0 886397235 335142912 19214 33554432000 4194304 5683644 140735405910288 18446744073709551615 47617383995532 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/28260/statm: 81822 19214 1833 364 0 17746 0
Current children cumulated CPU time (s) 12.42
Current children cumulated vsize (KiB) 327288

[startup+25.501 s]
/proc/loadavg: 4.44 4.01 2.75 5/225 28270
/proc/meminfo: memFree=22665396/32951132 swapFree=67061148/67111528
[pid=28260] ppid=28258 vsize=333796 CPUtime=17.67 cores=1,3
/proc/28260/stat : 28260 (python) S 28258 28260 27894 0 -1 4202496 27338 934 1 0 1748 19 0 0 25 0 2 0 886397235 341807104 18312 33554432000 4194304 5683644 140735405910288 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28260/statm: 83449 18312 1867 364 0 19367 0
[pid=28268] ppid=28260 vsize=323552 CPUtime=0 cores=1,3
/proc/28268/stat : 28268 (python) S 28260 28260 27894 0 -1 4202560 883 0 0 0 0 0 0 0 18 0 1 0 886399031 331317248 16817 33554432000 4194304 5683644 140735405910288 18446744073709551615 210647166479 0 0 16781312 514 5637727733774516488 0 0 17 1 0 0 0
/proc/28268/statm: 80888 16817 376 364 0 16806 0
[pid=28270] ppid=28268 vsize=32780 CPUtime=7.52 cores=1,3
/proc/28270/stat : 28270 (lingeling) R 28268 28270 28270 0 -1 4202496 11218 0 0 0 748 4 0 0 25 0 1 0 886399031 33566720 7365 33554432000 4194304 4352236 140736911186672 18446744073709551615 4281245 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/28270/statm: 8195 7365 129 39 0 7275 0
[pid=28260/tid=28269] ppid=28258 vsize=333796 CPUtime=0 cores=1,3
/proc/28260/task/28269/stat : 28269 (python) S 28258 28260 27894 0 -1 4202560 30 934 0 0 0 0 0 0 25 0 2 0 886399031 341807104 18312 33554432000 4194304 5683644 140735405910288 18446744073709551615 210658970033 0 0 16781312 2 18446604464381131584 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 690128

[startup+51.1007 s]
/proc/loadavg: 4.45 4.04 2.79 5/205 28320
/proc/meminfo: memFree=26493756/32951132 swapFree=67061148/67111528
[pid=28260] ppid=28258 vsize=333796 CPUtime=17.67 cores=1,3
/proc/28260/stat : 28260 (python) S 28258 28260 27894 0 -1 4202496 27338 934 1 0 1748 19 0 0 25 0 2 0 886397235 341807104 18312 33554432000 4194304 5683644 140735405910288 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28260/statm: 83449 18312 1867 364 0 19367 0
[pid=28268] ppid=28260 vsize=323552 CPUtime=0.04 cores=1,3
/proc/28268/stat : 28268 (python) S 28260 28260 27894 0 -1 4202560 912 0 0 0 2 2 0 0 18 0 1 0 886399031 331317248 16826 33554432000 4194304 5683644 140735405910288 18446744073709551615 210647166479 0 0 16781312 514 14283342140065939720 0 0 17 1 0 0 0
/proc/28268/statm: 80888 16826 385 364 0 16806 0
[pid=28270] ppid=28268 vsize=32780 CPUtime=33.09 cores=1,3
/proc/28270/stat : 28270 (lingeling) R 28268 28270 28270 0 -1 4202496 11218 0 0 0 3305 4 0 0 25 0 1 0 886399031 33566720 7365 33554432000 4194304 4352236 140736911186672 18446744073709551615 4278667 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/28270/statm: 8195 7365 129 39 0 7275 0
[pid=28260/tid=28269] ppid=28258 vsize=333796 CPUtime=0 cores=1,3
/proc/28260/task/28269/stat : 28269 (python) S 28258 28260 27894 0 -1 4202560 30 934 0 0 0 0 0 0 25 0 2 0 886399031 341807104 18312 33554432000 4194304 5683644 140735405910288 18446744073709551615 210658970033 0 0 16781312 2 18446604464381131584 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.8
Current children cumulated vsize (KiB) 690128

[startup+102.307 s]
/proc/loadavg: 4.25 4.06 2.86 5/205 28322
/proc/meminfo: memFree=26481004/32951132 swapFree=67061148/67111528
[pid=28260] ppid=28258 vsize=333796 CPUtime=17.67 cores=1,3
/proc/28260/stat : 28260 (python) S 28258 28260 27894 0 -1 4202496 27338 934 1 0 1748 19 0 0 25 0 2 0 886397235 341807104 18312 33554432000 4194304 5683644 140735405910288 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28260/statm: 83449 18312 1867 364 0 19367 0
[pid=28268] ppid=28260 vsize=323552 CPUtime=0.11 cores=1,3
/proc/28268/stat : 28268 (python) S 28260 28260 27894 0 -1 4202560 939 0 0 0 6 5 0 0 18 0 1 0 886399031 331317248 16826 33554432000 4194304 5683644 140735405910288 18446744073709551615 210647166479 0 0 16781312 514 14283342140065939720 0 0 17 1 0 0 0
/proc/28268/statm: 80888 16826 385 364 0 16806 0
[pid=28270] ppid=28268 vsize=32780 CPUtime=84.23 cores=1,3
/proc/28270/stat : 28270 (lingeling) R 28268 28270 28270 0 -1 4202496 11218 0 0 0 8419 4 0 0 25 0 1 0 886399031 33566720 7365 33554432000 4194304 4352236 140736911186672 18446744073709551615 4278701 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/28270/statm: 8195 7365 129 39 0 7275 0
[pid=28260/tid=28269] ppid=28258 vsize=333796 CPUtime=0 cores=1,3
/proc/28260/task/28269/stat : 28269 (python) S 28258 28260 27894 0 -1 4202560 30 934 0 0 0 0 0 0 25 0 2 0 886399031 341807104 18312 33554432000 4194304 5683644 140735405910288 18446744073709551615 210658970033 0 0 16781312 2 18446604464381131584 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 102.01
Current children cumulated vsize (KiB) 690128

[startup+162.301 s]
/proc/loadavg: 4.36 4.11 2.95 5/205 28370
/proc/meminfo: memFree=26429276/32951132 swapFree=67061148/67111528
[pid=28260] ppid=28258 vsize=333796 CPUtime=17.67 cores=1,3
/proc/28260/stat : 28260 (python) S 28258 28260 27894 0 -1 4202496 27338 934 1 0 1748 19 0 0 25 0 2 0 886397235 341807104 18312 33554432000 4194304 5683644 140735405910288 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28260/statm: 83449 18312 1867 364 0 19367 0
[pid=28268] ppid=28260 vsize=323552 CPUtime=0.18 cores=1,3
/proc/28268/stat : 28268 (python) S 28260 28260 27894 0 -1 4202560 959 0 0 0 9 9 0 0 18 0 1 0 886399031 331317248 16826 33554432000 4194304 5683644 140735405910288 18446744073709551615 210647166479 0 0 16781312 514 14283342140065939720 0 0 17 1 0 0 0
/proc/28268/statm: 80888 16826 385 364 0 16806 0
[pid=28270] ppid=28268 vsize=32780 CPUtime=144.17 cores=1,3
/proc/28270/stat : 28270 (lingeling) R 28268 28270 28270 0 -1 4202496 11218 0 0 0 14413 4 0 0 25 0 1 0 886399031 33566720 7365 33554432000 4194304 4352236 140736911186672 18446744073709551615 4278721 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/28270/statm: 8195 7365 129 39 0 7275 0
[pid=28260/tid=28269] ppid=28258 vsize=333796 CPUtime=0 cores=1,3
/proc/28260/task/28269/stat : 28269 (python) S 28258 28260 27894 0 -1 4202560 30 934 0 0 0 0 0 0 25 0 2 0 886399031 341807104 18312 33554432000 4194304 5683644 140735405910288 18446744073709551615 210658970033 0 0 16781312 2 18446604464381131584 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 162.02
Current children cumulated vsize (KiB) 690128

[startup+222.301 s]
/proc/loadavg: 4.27 4.12 3.02 5/205 28370
/proc/meminfo: memFree=26409168/32951132 swapFree=67061148/67111528
[pid=28260] ppid=28258 vsize=333796 CPUtime=17.67 cores=1,3
/proc/28260/stat : 28260 (python) S 28258 28260 27894 0 -1 4202496 27338 934 1 0 1748 19 0 0 25 0 2 0 886397235 341807104 18312 33554432000 4194304 5683644 140735405910288 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28260/statm: 83449 18312 1867 364 0 19367 0
[pid=28268] ppid=28260 vsize=323552 CPUtime=0.27 cores=1,3
/proc/28268/stat : 28268 (python) S 28260 28260 27894 0 -1 4202560 978 0 0 0 14 13 0 0 18 0 1 0 886399031 331317248 16826 33554432000 4194304 5683644 140735405910288 18446744073709551615 210647166479 0 0 16781312 514 14283342140065939720 0 0 17 1 0 0 0
/proc/28268/statm: 80888 16826 385 364 0 16806 0
[pid=28270] ppid=28268 vsize=32780 CPUtime=204.1 cores=1,3
/proc/28270/stat : 28270 (lingeling) R 28268 28270 28270 0 -1 4202496 11218 0 0 0 20406 4 0 0 25 0 1 0 886399031 33566720 7365 33554432000 4194304 4352236 140736911186672 18446744073709551615 4281237 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/28270/statm: 8195 7365 129 39 0 7275 0
[pid=28260/tid=28269] ppid=28258 vsize=333796 CPUtime=0 cores=1,3
/proc/28260/task/28269/stat : 28269 (python) S 28258 28260 27894 0 -1 4202560 30 934 0 0 0 0 0 0 25 0 2 0 886399031 341807104 18312 33554432000 4194304 5683644 140735405910288 18446744073709551615 210658970033 0 0 16781312 2 18446604464381131584 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 222.04
Current children cumulated vsize (KiB) 690128

[startup+282.301 s]
/proc/loadavg: 4.18 4.11 3.09 5/205 28372
/proc/meminfo: memFree=26402208/32951132 swapFree=67061148/67111528
[pid=28260] ppid=28258 vsize=333796 CPUtime=17.67 cores=1,3
/proc/28260/stat : 28260 (python) S 28258 28260 27894 0 -1 4202496 27338 934 1 0 1748 19 0 0 25 0 2 0 886397235 341807104 18312 33554432000 4194304 5683644 140735405910288 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28260/statm: 83449 18312 1867 364 0 19367 0
[pid=28268] ppid=28260 vsize=323552 CPUtime=0.35 cores=1,3
/proc/28268/stat : 28268 (python) S 28260 28260 27894 0 -1 4202560 987 0 0 0 18 17 0 0 18 0 1 0 886399031 331317248 16826 33554432000 4194304 5683644 140735405910288 18446744073709551615 210647166479 0 0 16781312 514 14283342140065939720 0 0 17 1 0 0 0
/proc/28268/statm: 80888 16826 385 364 0 16806 0
[pid=28270] ppid=28268 vsize=33208 CPUtime=264.04 cores=1,3
/proc/28270/stat : 28270 (lingeling) R 28268 28270 28270 0 -1 4202496 11325 0 0 0 26400 4 0 0 25 0 1 0 886399031 34004992 7472 33554432000 4194304 4352236 140736911186672 18446744073709551615 4280952 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/28270/statm: 8302 7472 129 39 0 7382 0
[pid=28260/tid=28269] ppid=28258 vsize=333796 CPUtime=0 cores=1,3
/proc/28260/task/28269/stat : 28269 (python) S 28258 28260 27894 0 -1 4202560 30 934 0 0 0 0 0 0 25 0 2 0 886399031 341807104 18312 33554432000 4194304 5683644 140735405910288 18446744073709551615 210658970033 0 0 16781312 2 18446604464381131584 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 282.06

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

[pid=28520] ppid=28260 vsize=333808 CPUtime=0.55 cores=1,3
/proc/28520/stat : 28520 (python) S 28260 28260 27894 0 -1 4202560 1005 0 0 0 29 26 0 0 15 0 1 0 886457475 341819392 16815 33554432000 4194304 5683644 140735405910288 18446744073709551615 210647166534 0 0 16781312 514 14283342140065939720 0 0 17 1 0 0 0
/proc/28520/statm: 83452 16815 370 364 0 19367 0
[pid=28522] ppid=28520 vsize=196084 CPUtime=399.4 cores=1,3
/proc/28522/stat : 28522 (cryptominisat-2) R 28520 28522 28522 0 -1 4202496 67684 0 0 0 39924 16 0 0 25 0 1 0 886457476 200790016 41294 33554432000 4194304 4677096 140734732825248 18446744073709551615 4320054 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/28522/statm: 49021 41294 393 118 0 43980 0
[pid=28260/tid=28269] ppid=28258 vsize=344052 CPUtime=0 cores=1,3
/proc/28260/task/28269/stat : 28269 (python) S 28258 28260 27894 0 -1 4202560 30 934 0 0 0 0 0 0 25 0 3 0 886399031 352309248 18319 33554432000 4194304 5683644 140735405910288 18446744073709551615 210658970033 0 0 16781312 2 18446604464381131584 0 0 -1 1 0 0 0
[pid=28260/tid=28521] ppid=28258 vsize=344052 CPUtime=0 cores=1,3
/proc/28260/task/28521/stat : 28521 (python) S 28258 28260 27894 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 3 0 886457475 352309248 18319 33554432000 4194304 5683644 140735405910288 18446744073709551615 210658970033 0 0 16781312 2 18446604464381131584 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1003.89
Current children cumulated vsize (KiB) 1247604

[startup+1062.3 s]
/proc/loadavg: 4.00 4.05 3.65 5/209 28544
/proc/meminfo: memFree=28127512/32951132 swapFree=67061148/67111528
[pid=28260] ppid=28258 vsize=344052 CPUtime=17.68 cores=1,3
/proc/28260/stat : 28260 (python) S 28258 28260 27894 0 -1 4202496 28148 934 1 0 1749 19 0 0 20 0 3 0 886397235 352309248 18319 33554432000 4194304 5683644 140735405910288 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28260/statm: 86013 18319 1870 364 0 21928 0
[pid=28268] ppid=28260 vsize=333796 CPUtime=2.52 cores=1,3
/proc/28268/stat : 28268 (python) S 28260 28260 27894 0 -1 4202560 1209 0 0 0 147 105 0 0 19 0 2 0 886399031 341807104 16869 33554432000 4194304 5683644 140735405910288 18446744073709551615 210658973131 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/28268/statm: 83449 16869 423 364 0 19367 0
[pid=28270] ppid=28268 vsize=39864 CPUtime=583.74 cores=1,3
/proc/28270/stat : 28270 (lingeling) T 28268 28270 28270 0 -1 4202496 12989 0 0 0 58357 17 0 0 25 0 1 0 886399031 40820736 9136 33554432000 4194304 4352236 140736911186672 18446744073709551615 4278667 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/28270/statm: 9966 9136 129 39 0 9046 0
[pid=28268/tid=28519] ppid=28260 vsize=333796 CPUtime=0 cores=1,3
/proc/28268/task/28519/stat : 28519 (python) S 28260 28260 27894 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886457475 341807104 16869 33554432000 4194304 5683644 140735405910288 18446744073709551615 210658970033 0 0 16781312 514 18446604454225329024 0 0 -1 3 0 0 0
[pid=28520] ppid=28260 vsize=333808 CPUtime=0.62 cores=1,3
/proc/28520/stat : 28520 (python) S 28260 28260 27894 0 -1 4202560 1005 0 0 0 34 28 0 0 15 0 1 0 886457475 341819392 16815 33554432000 4194304 5683644 140735405910288 18446744073709551615 210647166534 0 0 16781312 514 14283342140065939720 0 0 17 1 0 0 0
/proc/28520/statm: 83452 16815 370 364 0 19367 0
[pid=28522] ppid=28520 vsize=196084 CPUtime=459.31 cores=1,3
/proc/28522/stat : 28522 (cryptominisat-2) R 28520 28522 28522 0 -1 4202496 67762 0 0 0 45915 16 0 0 25 0 1 0 886457476 200790016 41329 33554432000 4194304 4677096 140734732825248 18446744073709551615 4338336 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/28522/statm: 49021 41329 393 118 0 43980 0
[pid=28260/tid=28269] ppid=28258 vsize=344052 CPUtime=0 cores=1,3
/proc/28260/task/28269/stat : 28269 (python) S 28258 28260 27894 0 -1 4202560 30 934 0 0 0 0 0 0 25 0 3 0 886399031 352309248 18319 33554432000 4194304 5683644 140735405910288 18446744073709551615 210658970033 0 0 16781312 2 18446604464381131584 0 0 -1 1 0 0 0
[pid=28260/tid=28521] ppid=28258 vsize=344052 CPUtime=0 cores=1,3
/proc/28260/task/28521/stat : 28521 (python) S 28258 28260 27894 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 3 0 886457475 352309248 18319 33554432000 4194304 5683644 140735405910288 18446744073709551615 210658970033 0 0 16781312 2 18446604464381131584 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1063.87
Current children cumulated vsize (KiB) 1247604

[startup+1122.3 s]
/proc/loadavg: 4.00 4.04 3.67 5/213 28548
/proc/meminfo: memFree=27996396/32951132 swapFree=67061148/67111528
[pid=28260] ppid=28258 vsize=344052 CPUtime=17.68 cores=1,3
/proc/28260/stat : 28260 (python) S 28258 28260 27894 0 -1 4202496 28148 934 1 0 1749 19 0 0 20 0 3 0 886397235 352309248 18319 33554432000 4194304 5683644 140735405910288 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28260/statm: 86013 18319 1870 364 0 21928 0
[pid=28268] ppid=28260 vsize=333796 CPUtime=2.52 cores=1,3
/proc/28268/stat : 28268 (python) S 28260 28260 27894 0 -1 4202560 1209 0 0 0 147 105 0 0 19 0 2 0 886399031 341807104 16869 33554432000 4194304 5683644 140735405910288 18446744073709551615 210658973131 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/28268/statm: 83449 16869 423 364 0 19367 0
[pid=28270] ppid=28268 vsize=39864 CPUtime=583.74 cores=1,3
/proc/28270/stat : 28270 (lingeling) T 28268 28270 28270 0 -1 4202496 12989 0 0 0 58357 17 0 0 25 0 1 0 886399031 40820736 9136 33554432000 4194304 4352236 140736911186672 18446744073709551615 4278667 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/28270/statm: 9966 9136 129 39 0 9046 0
[pid=28268/tid=28519] ppid=28260 vsize=333796 CPUtime=0 cores=1,3
/proc/28268/task/28519/stat : 28519 (python) S 28260 28260 27894 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886457475 341807104 16869 33554432000 4194304 5683644 140735405910288 18446744073709551615 210658970033 0 0 16781312 514 18446604454225329024 0 0 -1 3 0 0 0
[pid=28520] ppid=28260 vsize=333808 CPUtime=0.71 cores=1,3
/proc/28520/stat : 28520 (python) S 28260 28260 27894 0 -1 4202560 1005 0 0 0 39 32 0 0 15 0 1 0 886457475 341819392 16815 33554432000 4194304 5683644 140735405910288 18446744073709551615 210647166534 0 0 16781312 514 14283342140065939720 0 0 17 1 0 0 0
/proc/28520/statm: 83452 16815 370 364 0 19367 0
[pid=28522] ppid=28520 vsize=208720 CPUtime=519.23 cores=1,3
/proc/28522/stat : 28522 (cryptominisat-2) R 28520 28522 28522 0 -1 4202496 70079 0 0 0 51907 16 0 0 25 0 1 0 886457476 213729280 42626 33554432000 4194304 4677096 140734732825248 18446744073709551615 4320288 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/28522/statm: 52180 42626 393 118 0 47139 0
[pid=28260/tid=28269] ppid=28258 vsize=344052 CPUtime=0 cores=1,3
/proc/28260/task/28269/stat : 28269 (python) S 28258 28260 27894 0 -1 4202560 30 934 0 0 0 0 0 0 25 0 3 0 886399031 352309248 18319 33554432000 4194304 5683644 140735405910288 18446744073709551615 210658970033 0 0 16781312 2 18446604464381131584 0 0 -1 1 0 0 0
[pid=28260/tid=28521] ppid=28258 vsize=344052 CPUtime=0 cores=1,3
/proc/28260/task/28521/stat : 28521 (python) S 28258 28260 27894 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 3 0 886457475 352309248 18319 33554432000 4194304 5683644 140735405910288 18446744073709551615 210658970033 0 0 16781312 2 18446604464381131584 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1123.88
Current children cumulated vsize (KiB) 1260240

[startup+1182.3 s]
/proc/loadavg: 4.03 4.04 3.69 5/217 28554
/proc/meminfo: memFree=27485328/32951132 swapFree=67061148/67111528
[pid=28260] ppid=28258 vsize=344052 CPUtime=17.68 cores=1,3
/proc/28260/stat : 28260 (python) S 28258 28260 27894 0 -1 4202496 28148 934 1 0 1749 19 0 0 20 0 3 0 886397235 352309248 18319 33554432000 4194304 5683644 140735405910288 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28260/statm: 86013 18319 1870 364 0 21928 0
[pid=28268] ppid=28260 vsize=333796 CPUtime=2.52 cores=1,3
/proc/28268/stat : 28268 (python) S 28260 28260 27894 0 -1 4202560 1209 0 0 0 147 105 0 0 19 0 2 0 886399031 341807104 16869 33554432000 4194304 5683644 140735405910288 18446744073709551615 210658973131 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/28268/statm: 83449 16869 423 364 0 19367 0
[pid=28270] ppid=28268 vsize=39864 CPUtime=583.74 cores=1,3
/proc/28270/stat : 28270 (lingeling) T 28268 28270 28270 0 -1 4202496 12989 0 0 0 58357 17 0 0 25 0 1 0 886399031 40820736 9136 33554432000 4194304 4352236 140736911186672 18446744073709551615 4278667 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/28270/statm: 9966 9136 129 39 0 9046 0
[pid=28268/tid=28519] ppid=28260 vsize=333796 CPUtime=0 cores=1,3
/proc/28268/task/28519/stat : 28519 (python) S 28260 28260 27894 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886457475 341807104 16869 33554432000 4194304 5683644 140735405910288 18446744073709551615 210658970033 0 0 16781312 514 18446604454225329024 0 0 -1 3 0 0 0
[pid=28520] ppid=28260 vsize=333808 CPUtime=0.79 cores=1,3
/proc/28520/stat : 28520 (python) S 28260 28260 27894 0 -1 4202560 1005 0 0 0 43 36 0 0 15 0 1 0 886457475 341819392 16815 33554432000 4194304 5683644 140735405910288 18446744073709551615 210647166534 0 0 16781312 514 14283342140065939720 0 0 17 1 0 0 0
/proc/28520/statm: 83452 16815 370 364 0 19367 0
[pid=28522] ppid=28520 vsize=208720 CPUtime=579.16 cores=1,3
/proc/28522/stat : 28522 (cryptominisat-2) R 28520 28522 28522 0 -1 4202496 71207 0 0 0 57900 16 0 0 25 0 1 0 886457476 213729280 43754 33554432000 4194304 4677096 140734732825248 18446744073709551615 4336322 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/28522/statm: 52180 43754 393 118 0 47139 0
[pid=28260/tid=28269] ppid=28258 vsize=344052 CPUtime=0 cores=1,3
/proc/28260/task/28269/stat : 28269 (python) S 28258 28260 27894 0 -1 4202560 30 934 0 0 0 0 0 0 25 0 3 0 886399031 352309248 18319 33554432000 4194304 5683644 140735405910288 18446744073709551615 210658970033 0 0 16781312 2 18446604464381131584 0 0 -1 1 0 0 0
[pid=28260/tid=28521] ppid=28258 vsize=344052 CPUtime=0 cores=1,3
/proc/28260/task/28521/stat : 28521 (python) S 28258 28260 27894 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 3 0 886457475 352309248 18319 33554432000 4194304 5683644 140735405910288 18446744073709551615 210658970033 0 0 16781312 2 18446604464381131584 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1183.89
Current children cumulated vsize (KiB) 1260240



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1198.5 s]
/proc/loadavg: 4.02 4.04 3.70 5/217 28554
/proc/meminfo: memFree=27435592/32951132 swapFree=67061148/67111528
[pid=28260] ppid=28258 vsize=344052 CPUtime=17.68 cores=1,3
/proc/28260/stat : 28260 (python) S 28258 28260 27894 0 -1 4202496 28148 934 1 0 1749 19 0 0 20 0 3 0 886397235 352309248 18319 33554432000 4194304 5683644 140735405910288 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28260/statm: 86013 18319 1870 364 0 21928 0
[pid=28268] ppid=28260 vsize=333796 CPUtime=2.52 cores=1,3
/proc/28268/stat : 28268 (python) S 28260 28260 27894 0 -1 4202560 1209 0 0 0 147 105 0 0 19 0 2 0 886399031 341807104 16869 33554432000 4194304 5683644 140735405910288 18446744073709551615 210658973131 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/28268/statm: 83449 16869 423 364 0 19367 0
[pid=28270] ppid=28268 vsize=39864 CPUtime=583.74 cores=1,3
/proc/28270/stat : 28270 (lingeling) T 28268 28270 28270 0 -1 4202496 12989 0 0 0 58357 17 0 0 25 0 1 0 886399031 40820736 9136 33554432000 4194304 4352236 140736911186672 18446744073709551615 4278667 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/28270/statm: 9966 9136 129 39 0 9046 0
[pid=28268/tid=28519] ppid=28260 vsize=333796 CPUtime=0 cores=1,3
/proc/28268/task/28519/stat : 28519 (python) S 28260 28260 27894 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886457475 341807104 16869 33554432000 4194304 5683644 140735405910288 18446744073709551615 210658970033 0 0 16781312 514 18446604454225329024 0 0 -1 3 0 0 0
[pid=28520] ppid=28260 vsize=333808 CPUtime=0.81 cores=1,3
/proc/28520/stat : 28520 (python) S 28260 28260 27894 0 -1 4202560 1005 0 0 0 44 37 0 0 16 0 1 0 886457475 341819392 16815 33554432000 4194304 5683644 140735405910288 18446744073709551615 210647166534 0 0 16781312 514 14283342140065939720 0 0 17 1 0 0 0
/proc/28520/statm: 83452 16815 370 364 0 19367 0
[pid=28522] ppid=28520 vsize=208720 CPUtime=595.35 cores=1,3
/proc/28522/stat : 28522 (cryptominisat-2) R 28520 28522 28522 0 -1 4202496 71207 0 0 0 59519 16 0 0 25 0 1 0 886457476 213729280 43754 33554432000 4194304 4677096 140734732825248 18446744073709551615 4335840 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/28522/statm: 52180 43754 393 118 0 47139 0
[pid=28260/tid=28269] ppid=28258 vsize=344052 CPUtime=0 cores=1,3
/proc/28260/task/28269/stat : 28269 (python) S 28258 28260 27894 0 -1 4202560 30 934 0 0 0 0 0 0 25 0 3 0 886399031 352309248 18319 33554432000 4194304 5683644 140735405910288 18446744073709551615 210658970033 0 0 16781312 2 18446604464381131584 0 0 -1 1 0 0 0
[pid=28260/tid=28521] ppid=28258 vsize=344052 CPUtime=0 cores=1,3
/proc/28260/task/28521/stat : 28521 (python) S 28258 28260 27894 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 3 0 886457475 352309248 18319 33554432000 4194304 5683644 140735405910288 18446744073709551615 210658970033 0 0 16781312 2 18446604464381131584 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1200.1
Current children cumulated vsize (KiB) 1260240

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

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

[startup+1198.5 s]
/proc/loadavg: 4.02 4.04 3.70 5/217 28554
/proc/meminfo: memFree=27435592/32951132 swapFree=67061148/67111528
[pid=28260] ppid=28258 vsize=344052 CPUtime=17.68 cores=1,3
/proc/28260/stat : 28260 (python) S 28258 28260 27894 0 -1 4202496 28148 934 1 0 1749 19 0 0 20 0 3 0 886397235 352309248 18319 33554432000 4194304 5683644 140735405910288 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/28260/statm: 86013 18319 1870 364 0 21928 0
[pid=28268] ppid=28260 vsize=333796 CPUtime=2.52 cores=1,3
/proc/28268/stat : 28268 (python) S 28260 28260 27894 0 -1 4202560 1209 0 0 0 147 105 0 0 19 0 2 0 886399031 341807104 16869 33554432000 4194304 5683644 140735405910288 18446744073709551615 210658973131 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/28268/statm: 83449 16869 423 364 0 19367 0
[pid=28270] ppid=28268 vsize=39864 CPUtime=583.74 cores=1,3
/proc/28270/stat : 28270 (lingeling) T 28268 28270 28270 0 -1 4202496 12989 0 0 0 58357 17 0 0 25 0 1 0 886399031 40820736 9136 33554432000 4194304 4352236 140736911186672 18446744073709551615 4278667 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/28270/statm: 9966 9136 129 39 0 9046 0
[pid=28268/tid=28519] ppid=28260 vsize=333796 CPUtime=0 cores=1,3
/proc/28268/task/28519/stat : 28519 (python) S 28260 28260 27894 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886457475 341807104 16869 33554432000 4194304 5683644 140735405910288 18446744073709551615 210658970033 0 0 16781312 514 18446604454225329024 0 0 -1 3 0 0 0
[pid=28520] ppid=28260 vsize=333808 CPUtime=0.81 cores=1,3
/proc/28520/stat : 28520 (python) S 28260 28260 27894 0 -1 4202560 1005 0 0 0 44 37 0 0 16 0 1 0 886457475 341819392 16815 33554432000 4194304 5683644 140735405910288 18446744073709551615 210647166534 0 0 16781312 514 14283342140065939720 0 0 17 1 0 0 0
/proc/28520/statm: 83452 16815 370 364 0 19367 0
[pid=28522] ppid=28520 vsize=208720 CPUtime=595.35 cores=1,3
/proc/28522/stat : 28522 (cryptominisat-2) R 28520 28522 28522 0 -1 4202496 71207 0 0 0 59519 16 0 0 25 0 1 0 886457476 213729280 43754 33554432000 4194304 4677096 140734732825248 18446744073709551615 4335840 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/28522/statm: 52180 43754 393 118 0 47139 0
[pid=28260/tid=28269] ppid=28258 vsize=344052 CPUtime=0 cores=1,3
/proc/28260/task/28269/stat : 28269 (python) S 28258 28260 27894 0 -1 4202560 30 934 0 0 0 0 0 0 25 0 3 0 886399031 352309248 18319 33554432000 4194304 5683644 140735405910288 18446744073709551615 210658970033 0 0 16781312 2 18446604464381131584 0 0 -1 1 0 0 0
[pid=28260/tid=28521] ppid=28258 vsize=344052 CPUtime=0 cores=1,3
/proc/28260/task/28521/stat : 28521 (python) S 28258 28260 27894 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 3 0 886457475 352309248 18319 33554432000 4194304 5683644 140735405910288 18446744073709551615 210658970033 0 0 16781312 2 18446604464381131584 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1200.1
Current children cumulated vsize (KiB) 1260240

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 28260 and gives
#  childrusage.ru_utime.tv_sec=17
#  childrusage.ru_utime.tv_usec=495340
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=197969
# CPU time returned by wait4() is 17.6933
# while last known CPU time is 1200.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1198.53
CPU time (s): 1200.1
CPU user time (s): 1198.16
CPU system time (s): 1.94
CPU usage (%): 100.131
Max. virtual memory (cumulated for all children) (KiB): 1301536

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 17.4953
system time used= 0.197969
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29082
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2838
involuntary context switches= 87

runsolver used 1.9547 second user time and 4.6263 second system time

The end

Launcher Data

Begin job on node129 at 2011-06-11 01:19:36
IDJOB=3483859
IDBENCH=70830
IDSOLVER=1976
FILE ID=node129/3483859-1307747976
RUNJOBID= node129-1307747008-27914
PBS_JOBID= 13550828
Free space on /tmp= 73980 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed, 1200 s timeout)
BENCH NAME= SAT09/APPLICATIONS/crypto/md5gen/gus-md5-11.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3483859-1307747976/watcher-3483859-1307747976 -o /tmp/evaluation-result-3483859-1307747976/solver-3483859-1307747976 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3483859-1307747976.cnf -seed 693387542 -budget 1200

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

MD5SUM BENCH= 49867705b76fc90285dd6fc48de2613c
RANDOM SEED=693387542

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
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.831
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.831
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.831
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.831
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.831
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:     32951132 kB
MemFree:      22777560 kB
Buffers:        388460 kB
Cached:        3119988 kB
SwapCached:      13132 kB
Active:        7479408 kB
Inactive:      2415664 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      22777560 kB
SwapTotal:    67111528 kB
SwapFree:     67061148 kB
Dirty:           35700 kB
Writeback:           0 kB
AnonPages:     6383784 kB
Mapped:          16624 kB
Slab:           189464 kB
PageTables:      29716 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:  9956616 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73960 MiB
End job on node129 at 2011-06-11 01:39:37