Trace number 3380553

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-par-industrial (fixed)? (TO) 916.71 5100.09

General information on the benchmark

Nameindustrial/vliw_sat_4.0/
9vliw_m_9stages_iq3_C1_bug6.cnf
MD5SUMabc624ca713aad9563ab3886d918a526
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark6.87895
Satisfiable
(Un)Satisfiability was proved
Number of variables521192
Number of clauses13378781
Sum of the clauses size39205391
Maximum clause length6689
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 28714698
Number of clauses of size 34209419
Number of clauses of size 425257
Number of clauses of size 515681
Number of clauses of size over 5413725

Solver Data

0.36/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.36/0.67	c INFO: solving HOME/instance-3380553-1308045214.cnf
0.36/0.67	c INFO: computing task features
61.34/61.66	c INFO: computed variable-clause graph statistics
63.03/63.38	c INFO: computed clause balance statistics
268.34/268.60	c INFO: computed variable balance statistics
421.45/421.77	c INFO: computed small-clause counts
428.65/428.98	c INFO: computed Horn-clause counts
758.15/758.45	c INFO: computed variable graph statistics
758.15/758.49	c INFO: collected features for HOME/instance-3380553-1308045214.cnf in 754.92 s
758.25/758.52	c INFO: running lingeling-276@0 for 97 with 4242 remaining (b = 0.80)
758.25/758.57	c INFO: running precosat-570@0 for 97 with 4242 remaining (b = 0.69)
758.35/758.61	c INFO: running lingeling-276@0 for 97 with 4242 remaining (b = 0.60)
758.35/758.66	c INFO: running lingeling-276@0 for 485 with 4242 remaining (b = 0.94)
758.44/758.70	c INFO: running glucosER@0 for 291 with 4241 remaining (b = 0.91)
758.44/758.75	c INFO: running glucosER@0 for 291 with 4241 remaining (b = 0.86)
758.55/758.80	c INFO: running precosat-570@0 for 194 with 4241 remaining (b = 0.71)
758.55/758.85	c INFO: running cryptominisat-2.9.0@0 for 97 with 4241 remaining (b = 0.45)

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: 989)

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-3380553-1308045214/watcher-3380553-1308045214 -o /tmp/evaluation-result-3380553-1308045214/solver-3380553-1308045214 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3380553-1308045214.cnf -seed 1033619482 -budget 40000 -cores 8 

running on 8 cores: 0,2,4,6,1,3,5,7

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


[startup+0 s]
/proc/loadavg: 3.90 5.00 4.15 1/170 22010
/proc/meminfo: memFree=30403472/32951124 swapFree=67056676/67111528
[pid=22010] ppid=22008 vsize=15184 CPUtime=0 cores=0-7
/proc/22010/stat : 22010 (python) S 22008 22010 21979 0 -1 4202496 712 0 0 0 0 0 0 0 22 0 1 0 916120387 15548416 603 33554432000 4194304 5683644 140736847074864 18446744073709551615 228244346880 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/22010/statm: 3796 603 319 364 0 283 0

[startup+0.0518291 s]
/proc/loadavg: 3.90 5.00 4.15 1/170 22010
/proc/meminfo: memFree=30403472/32951124 swapFree=67056676/67111528
[pid=22010] ppid=22008 vsize=21104 CPUtime=0.02 cores=0-7
/proc/22010/stat : 22010 (python) S 22008 22010 21979 0 -1 4202496 1316 0 0 0 2 0 0 0 22 0 1 0 916120387 21610496 1166 33554432000 4194304 5683644 140736847074864 18446744073709551615 228244346880 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/22010/statm: 5276 1166 428 364 0 723 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 21104

[startup+0.10083 s]
/proc/loadavg: 3.90 5.00 4.15 1/170 22010
/proc/meminfo: memFree=30403472/32951124 swapFree=67056676/67111528
[pid=22010] ppid=22008 vsize=87704 CPUtime=0.06 cores=0-7
/proc/22010/stat : 22010 (python) R 22008 22010 21979 0 -1 4202496 2639 0 0 0 4 2 0 0 22 0 1 0 916120387 89808896 2354 33554432000 4194304 5683644 140736847074864 18446744073709551615 228244346880 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/22010/statm: 21926 2354 717 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 87704

[startup+0.3008 s]
/proc/loadavg: 3.90 5.00 4.15 1/170 22010
/proc/meminfo: memFree=30403472/32951124 swapFree=67056676/67111528
[pid=22010] ppid=22008 vsize=135748 CPUtime=0.18 cores=0-7
/proc/22010/stat : 22010 (python) S 22008 22010 21979 0 -1 4202496 5965 937 1 0 13 5 0 0 22 0 1 0 916120387 139005952 4150 33554432000 4194304 5683644 140736847074864 18446744073709551615 228244344837 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/22010/statm: 33937 4150 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135748

[startup+0.700709 s]
/proc/loadavg: 3.90 5.00 4.15 1/170 22010
/proc/meminfo: memFree=30403472/32951124 swapFree=67056676/67111528
[pid=22010] ppid=22008 vsize=585476 CPUtime=0.43 cores=0-7
/proc/22010/stat : 22010 (python) R 22008 22010 21979 0 -1 4202496 21511 937 1 0 30 13 0 0 22 0 1 0 916120387 599527424 19190 33554432000 4194304 5683644 140736847074864 18446744073709551615 228244348672 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/22010/statm: 146369 19223 1758 364 0 82293 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 585476

[startup+1.50057 s]
/proc/loadavg: 3.90 5.00 4.15 2/171 22015
/proc/meminfo: memFree=30064968/32951124 swapFree=67056676/67111528
[pid=22010] ppid=22008 vsize=630104 CPUtime=1.23 cores=0-7
/proc/22010/stat : 22010 (python) R 22008 22010 21979 0 -1 4202496 96743 937 1 0 96 27 0 0 25 0 1 0 916120387 645226496 94422 33554432000 4194304 5683644 140736847074864 18446744073709551615 46993594064690 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/22010/statm: 157526 94423 1761 364 0 93450 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 630104

[startup+3.10028 s]
/proc/loadavg: 3.90 5.00 4.15 2/171 22015
/proc/meminfo: memFree=29998548/32951124 swapFree=67056676/67111528
[pid=22010] ppid=22008 vsize=735508 CPUtime=2.83 cores=0-7
/proc/22010/stat : 22010 (python) R 22008 22010 21979 0 -1 4202496 122563 937 1 0 253 30 0 0 25 0 1 0 916120387 753160192 120242 33554432000 4194304 5683644 140736847074864 18446744073709551615 4602976 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/22010/statm: 183877 120243 1761 364 0 119801 0
Current children cumulated CPU time (s) 2.83
Current children cumulated vsize (KiB) 735508

[startup+6.30072 s]
/proc/loadavg: 3.74 4.95 4.13 2/171 22015
/proc/meminfo: memFree=29787516/32951124 swapFree=67056676/67111528
[pid=22010] ppid=22008 vsize=939424 CPUtime=6.03 cores=0-7
/proc/22010/stat : 22010 (python) R 22008 22010 21979 0 -1 4202496 173738 937 1 0 565 38 0 0 25 0 1 0 916120387 961970176 171417 33554432000 4194304 5683644 140736847074864 18446744073709551615 228244035439 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/22010/statm: 234856 171418 1761 364 0 170780 0
Current children cumulated CPU time (s) 6.03
Current children cumulated vsize (KiB) 939424

[startup+12.7006 s]
/proc/loadavg: 3.52 4.89 4.12 2/171 22015
/proc/meminfo: memFree=29384028/32951124 swapFree=67056676/67111528
[pid=22010] ppid=22008 vsize=1346492 CPUtime=12.43 cores=0-7
/proc/22010/stat : 22010 (python) R 22008 22010 21979 0 -1 4202496 270069 937 1 0 1190 53 0 0 25 0 1 0 916120387 1378807808 267748 33554432000 4194304 5683644 140736847074864 18446744073709551615 46993594065029 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/22010/statm: 336623 267748 1761 364 0 272547 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 1346492

[startup+25.5004 s]
/proc/loadavg: 2.96 4.70 4.07 2/171 22015
/proc/meminfo: memFree=28625912/32951124 swapFree=67056676/67111528
[pid=22010] ppid=22008 vsize=2059504 CPUtime=25.23 cores=0-7
/proc/22010/stat : 22010 (python) R 22008 22010 21979 0 -1 4202496 453966 937 1 0 2442 81 0 0 25 0 1 0 916120387 2108932096 451645 33554432000 4194304 5683644 140736847074864 18446744073709551615 4960288 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/22010/statm: 514876 451645 1761 364 0 450800 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 2059504

[startup+51.1009 s]
/proc/loadavg: 2.29 4.40 3.98 2/171 22016
/proc/meminfo: memFree=27571460/32951124 swapFree=67056676/67111528
[pid=22010] ppid=22008 vsize=3155984 CPUtime=50.83 cores=0-7
/proc/22010/stat : 22010 (python) R 22008 22010 21979 0 -1 4202496 1363929 937 1 0 4893 190 0 0 25 0 1 0 916120387 3231727616 701722 33554432000 4194304 5683644 140736847074864 18446744073709551615 46993423615610 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/22010/statm: 788996 701723 1814 364 0 724920 0
Current children cumulated CPU time (s) 50.83
Current children cumulated vsize (KiB) 3155984

[startup+102.306 s]
/proc/loadavg: 1.56 3.87 3.83 2/171 22017
/proc/meminfo: memFree=27916964/32951124 swapFree=67056676/67111528
[pid=22010] ppid=22008 vsize=2747568 CPUtime=102.04 cores=0-7
/proc/22010/stat : 22010 (python) R 22008 22010 21979 0 -1 4202496 1761130 937 1 0 9969 235 0 0 25 0 1 0 916120387 2813509632 624277 33554432000 4194304 5683644 140736847074864 18446744073709551615 4602560 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/22010/statm: 686892 624277 1826 364 0 622816 0
Current children cumulated CPU time (s) 102.04
Current children cumulated vsize (KiB) 2747568

[startup+162.3 s]
/proc/loadavg: 1.20 3.35 3.65 2/171 22019
/proc/meminfo: memFree=27917188/32951124 swapFree=67056676/67111528
[pid=22010] ppid=22008 vsize=2747568 CPUtime=162.04 cores=0-7
/proc/22010/stat : 22010 (python) R 22008 22010 21979 0 -1 4202496 1761130 937 1 0 15969 235 0 0 25 0 1 0 916120387 2813509632 624277 33554432000 4194304 5683644 140736847074864 18446744073709551615 5006016 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/22010/statm: 686892 624277 1826 364 0 622816 0
Current children cumulated CPU time (s) 162.04
Current children cumulated vsize (KiB) 2747568

[startup+222.301 s]
/proc/loadavg: 1.07 2.92 3.48 2/171 22021
/proc/meminfo: memFree=27917036/32951124 swapFree=67056676/67111528
[pid=22010] ppid=22008 vsize=2747568 CPUtime=222.04 cores=0-7
/proc/22010/stat : 22010 (python) R 22008 22010 21979 0 -1 4202496 1761130 937 1 0 21969 235 0 0 25 0 1 0 916120387 2813509632 624277 33554432000 4194304 5683644 140736847074864 18446744073709551615 4539162 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/22010/statm: 686892 624277 1826 364 0 622816 0
Current children cumulated CPU time (s) 222.04
Current children cumulated vsize (KiB) 2747568

[startup+282.3 s]
/proc/loadavg: 1.02 2.57 3.32 2/171 22022
/proc/meminfo: memFree=27917120/32951124 swapFree=67056676/67111528
[pid=22010] ppid=22008 vsize=2747568 CPUtime=282.04 cores=0-7
/proc/22010/stat : 22010 (python) R 22008 22010 21979 0 -1 4202496 1761131 937 1 0 27969 235 0 0 25 0 1 0 916120387 2813509632 624278 33554432000 4194304 5683644 140736847074864 18446744073709551615 228244009499 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/22010/statm: 686892 624278 1827 364 0 622816 0
Current children cumulated CPU time (s) 282.04
Current children cumulated vsize (KiB) 2747568

[startup+342.301 s]
/proc/loadavg: 1.01 2.28 3.17 2/171 22024
/proc/meminfo: memFree=27917212/32951124 swapFree=67056676/67111528
[pid=22010] ppid=22008 vsize=2747568 CPUtime=342.04 cores=0-7
/proc/22010/stat : 22010 (python) R 22008 22010 21979 0 -1 4202496 1761131 937 1 0 33969 235 0 0 25 0 1 0 916120387 2813509632 624278 33554432000 4194304 5683644 140736847074864 18446744073709551615 228244007052 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/22010/statm: 686892 624278 1827 364 0 622816 0
Current children cumulated CPU time (s) 342.04
Current children cumulated vsize (KiB) 2747568

[startup+402.3 s]
/proc/loadavg: 1.00 2.04 3.03 2/171 22025
/proc/meminfo: memFree=27917300/32951124 swapFree=67056676/67111528
[pid=22010] ppid=22008 vsize=2747568 CPUtime=402.04 cores=0-7
/proc/22010/stat : 22010 (python) R 22008 22010 21979 0 -1 4202496 1761131 937 1 0 39969 235 0 0 25 0 1 0 916120387 2813509632 624278 33554432000 4194304 5683644 140736847074864 18446744073709551615 46993425941885 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/22010/statm: 686892 624278 1827 364 0 622816 0
Current children cumulated CPU time (s) 402.04
Current children cumulated vsize (KiB) 2747568

[startup+462.301 s]
/proc/loadavg: 1.00 1.85 2.90 2/171 22036
/proc/meminfo: memFree=27916972/32951124 swapFree=67056676/67111528
[pid=22010] ppid=22008 vsize=2747568 CPUtime=462.05 cores=0-7
/proc/22010/stat : 22010 (python) R 22008 22010 21979 0 -1 4202496 2309888 937 1 0 45906 299 0 0 25 0 1 0 916120387 2813509632 624284 33554432000 4194304 5683644 140736847074864 18446744073709551615 46993423202444 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/22010/statm: 686892 624284 1833 364 0 622816 0
Current children cumulated CPU time (s) 462.05
Current children cumulated vsize (KiB) 2747568

[startup+522.301 s]
/proc/loadavg: 1.00 1.69 2.78 2/171 22038
/proc/meminfo: memFree=27917324/32951124 swapFree=67056676/67111528
[pid=22010] ppid=22008 vsize=2747568 CPUtime=522.05 cores=0-7
/proc/22010/stat : 22010 (python) R 22008 22010 21979 0 -1 4202496 2309888 937 1 0 51906 299 0 0 25 0 1 0 916120387 2813509632 624284 33554432000 4194304 5683644 140736847074864 18446744073709551615 46993423202444 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/22010/statm: 686892 624284 1833 364 0 622816 0
Current children cumulated CPU time (s) 522.05
Current children cumulated vsize (KiB) 2747568

[startup+582.301 s]
/proc/loadavg: 1.04 1.58 2.67 2/171 22039
/proc/meminfo: memFree=27917316/32951124 swapFree=67056676/67111528
[pid=22010] ppid=22008 vsize=2747568 CPUtime=582.05 cores=0-7
/proc/22010/stat : 22010 (python) R 22008 22010 21979 0 -1 4202496 2309888 937 1 0 57906 299 0 0 25 0 1 0 916120387 2813509632 624284 33554432000 4194304 5683644 140736847074864 18446744073709551615 46993423202444 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/22010/statm: 686892 624284 1833 364 0 622816 0
Current children cumulated CPU time (s) 582.05
Current children cumulated vsize (KiB) 2747568

[startup+642.301 s]

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

/proc/22057/statm: 394116 322383 393 364 0 330025 0
[pid=22057/tid=22076] ppid=22010 vsize=1576464 CPUtime=90.99 cores=0-7
/proc/22057/task/22076/stat : 22076 (python) S 22010 22010 21979 0 -1 4202560 15 301524 0 0 0 0 9046 53 17 0 2 0 916205406 1614299136 322383 33554432000 4194304 5683644 140736847074864 18446744073709551615 228256172465 0 0 16781824 2 18446604453845325656 0 0 -1 1 0 0 0
[pid=22060] ppid=22010 vsize=0 CPUtime=9.25 cores=0-7
/proc/22060/stat : 22060 (python) Z 22010 22010 21979 0 -1 4202588 24788 207697 0 2 40 11 830 44 16 0 1 0 916196258 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 6 0 0 0
/proc/22060/statm: 0 0 0 0 0 0 0
[pid=22063] ppid=22010 vsize=1625468 CPUtime=9.39 cores=0-7
/proc/22063/stat : 22063 (python) S 22010 22010 21979 0 -1 4202560 24751 207697 0 4 53 10 834 42 17 0 2 0 916196263 1664479232 329202 33554432000 4194304 5683644 140736847074864 18446744073709551615 228256172465 0 0 16781824 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22063/statm: 406367 329202 402 364 0 342270 0
[pid=22063/tid=22073] ppid=22010 vsize=1625468 CPUtime=8.78 cores=0-7
/proc/22063/task/22073/stat : 22073 (python) S 22010 22010 21979 0 -1 4202560 53 207697 0 4 2 0 834 42 17 0 2 0 916197209 1664479232 329202 33554432000 4194304 5683644 140736847074864 18446744073709551615 228256175435 0 0 16781824 2 18446744071562362840 0 0 -1 4 0 0 0
[pid=22010/tid=22049] ppid=22008 vsize=1627732 CPUtime=47.89 cores=0-7
/proc/22010/task/22049/stat : 22049 (python) S 22008 22010 21979 0 -1 4202560 24 1026758 0 0 0 0 4537 252 25 0 9 0 916196243 1666797568 323900 33554432000 4194304 5683644 140736847074864 18446744073709551615 228256172465 0 0 16781312 2 18446604444534470592 0 0 -1 2 0 0 0
[pid=22010/tid=22052] ppid=22008 vsize=1627732 CPUtime=47.89 cores=0-7
/proc/22010/task/22052/stat : 22052 (python) S 22008 22010 21979 0 -1 4202560 21 1026758 0 0 0 0 4537 252 20 0 9 0 916196247 1666797568 323900 33554432000 4194304 5683644 140736847074864 18446744073709551615 228256172465 0 0 16781312 2 18446604444534470592 0 0 -1 0 0 0 0
[pid=22010/tid=22055] ppid=22008 vsize=1627732 CPUtime=47.89 cores=0-7
/proc/22010/task/22055/stat : 22055 (python) S 22008 22010 21979 0 -1 4202560 25 1026758 0 0 0 0 4537 252 21 0 9 0 916196252 1666797568 323900 33554432000 4194304 5683644 140736847074864 18446744073709551615 228256172465 0 0 16781312 2 18446604444534470592 0 0 -1 0 0 0 0
[pid=22010/tid=22058] ppid=22008 vsize=1627732 CPUtime=47.89 cores=0-7
/proc/22010/task/22058/stat : 22058 (python) S 22008 22010 21979 0 -1 4202560 23 1026758 0 0 0 0 4537 252 20 0 9 0 916196256 1666797568 323900 33554432000 4194304 5683644 140736847074864 18446744073709551615 228256172465 0 0 16781312 2 18446604444534470592 0 0 -1 6 0 0 0
[pid=22010/tid=22061] ppid=22008 vsize=1627732 CPUtime=47.89 cores=0-7
/proc/22010/task/22061/stat : 22061 (python) S 22008 22010 21979 0 -1 4202560 22 1026758 0 0 0 0 4537 252 20 0 9 0 916196261 1666797568 323900 33554432000 4194304 5683644 140736847074864 18446744073709551615 228256172465 0 0 16781312 2 18446604444534470592 0 0 -1 6 0 0 0
[pid=22010/tid=22064] ppid=22008 vsize=1627732 CPUtime=47.89 cores=0-7
/proc/22010/task/22064/stat : 22064 (python) S 22008 22010 21979 0 -1 4202560 25 1026758 0 0 0 0 4537 252 20 0 9 0 916196266 1666797568 323900 33554432000 4194304 5683644 140736847074864 18446744073709551615 228256172465 0 0 16781312 2 18446604444534470592 0 0 -1 6 0 0 0
[pid=22010/tid=22067] ppid=22008 vsize=1627732 CPUtime=47.89 cores=0-7
/proc/22010/task/22067/stat : 22067 (python) S 22008 22010 21979 0 -1 4202560 25 1026758 0 0 0 0 4537 252 20 0 9 0 916196271 1666797568 323900 33554432000 4194304 5683644 140736847074864 18446744073709551615 228256172465 0 0 16781312 2 18446604444534470592 0 0 -1 4 0 0 0
[pid=22010/tid=22070] ppid=22008 vsize=1627732 CPUtime=47.89 cores=0-7
/proc/22010/task/22070/stat : 22070 (python) S 22008 22010 21979 0 -1 4202560 29 1026758 0 0 0 0 4537 252 20 0 9 0 916196276 1666797568 323900 33554432000 4194304 5683644 140736847074864 18446744073709551615 228256172465 0 0 16781312 2 18446604444534470592 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 916.71
Current children cumulated vsize (KiB) 4829664
heavy processes:

[startup+5022.3 s]
/proc/loadavg: 0.00 0.00 0.00 1/184 22200
/proc/meminfo: memFree=28947052/32951124 swapFree=67056676/67111528
[pid=22010] ppid=22008 vsize=1627732 CPUtime=806.57 cores=0-7
/proc/22010/stat : 22010 (python) S 22008 22010 21979 0 -1 4202496 2330440 1026758 1 0 75540 328 4537 252 15 0 9 0 916120387 1666797568 323900 33554432000 4194304 5683644 140736847074864 18446744073709551615 228256179007 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/22010/statm: 406933 323900 1890 364 0 342830 0
[pid=22057] ppid=22010 vsize=1576464 CPUtime=91.5 cores=0-7
/proc/22057/stat : 22057 (python) S 22010 22010 21979 0 -1 4202560 16967 301524 0 0 43 8 9046 53 17 0 2 0 916196254 1614299136 322383 33554432000 4194304 5683644 140736847074864 18446744073709551615 228256172465 0 0 16781824 2 18446744073709551615 0 0 17 6 0 0 0
/proc/22057/statm: 394116 322383 393 364 0 330025 0
[pid=22057/tid=22076] ppid=22010 vsize=1576464 CPUtime=90.99 cores=0-7
/proc/22057/task/22076/stat : 22076 (python) S 22010 22010 21979 0 -1 4202560 15 301524 0 0 0 0 9046 53 17 0 2 0 916205406 1614299136 322383 33554432000 4194304 5683644 140736847074864 18446744073709551615 228256172465 0 0 16781824 2 18446604453845325656 0 0 -1 1 0 0 0
[pid=22060] ppid=22010 vsize=0 CPUtime=9.25 cores=0-7
/proc/22060/stat : 22060 (python) Z 22010 22010 21979 0 -1 4202588 24788 207697 0 2 40 11 830 44 16 0 1 0 916196258 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 6 0 0 0
/proc/22060/statm: 0 0 0 0 0 0 0
[pid=22063] ppid=22010 vsize=1625468 CPUtime=9.39 cores=0-7
/proc/22063/stat : 22063 (python) S 22010 22010 21979 0 -1 4202560 24751 207697 0 4 53 10 834 42 17 0 2 0 916196263 1664479232 329202 33554432000 4194304 5683644 140736847074864 18446744073709551615 228256172465 0 0 16781824 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22063/statm: 406367 329202 402 364 0 342270 0
[pid=22063/tid=22073] ppid=22010 vsize=1625468 CPUtime=8.78 cores=0-7
/proc/22063/task/22073/stat : 22073 (python) S 22010 22010 21979 0 -1 4202560 53 207697 0 4 2 0 834 42 17 0 2 0 916197209 1664479232 329202 33554432000 4194304 5683644 140736847074864 18446744073709551615 228256175435 0 0 16781824 2 18446744071562362840 0 0 -1 4 0 0 0
[pid=22010/tid=22049] ppid=22008 vsize=1627732 CPUtime=47.89 cores=0-7
/proc/22010/task/22049/stat : 22049 (python) S 22008 22010 21979 0 -1 4202560 24 1026758 0 0 0 0 4537 252 25 0 9 0 916196243 1666797568 323900 33554432000 4194304 5683644 140736847074864 18446744073709551615 228256172465 0 0 16781312 2 18446604444534470592 0 0 -1 2 0 0 0
[pid=22010/tid=22052] ppid=22008 vsize=1627732 CPUtime=47.89 cores=0-7
/proc/22010/task/22052/stat : 22052 (python) S 22008 22010 21979 0 -1 4202560 21 1026758 0 0 0 0 4537 252 20 0 9 0 916196247 1666797568 323900 33554432000 4194304 5683644 140736847074864 18446744073709551615 228256172465 0 0 16781312 2 18446604444534470592 0 0 -1 0 0 0 0
[pid=22010/tid=22055] ppid=22008 vsize=1627732 CPUtime=47.89 cores=0-7
/proc/22010/task/22055/stat : 22055 (python) S 22008 22010 21979 0 -1 4202560 25 1026758 0 0 0 0 4537 252 21 0 9 0 916196252 1666797568 323900 33554432000 4194304 5683644 140736847074864 18446744073709551615 228256172465 0 0 16781312 2 18446604444534470592 0 0 -1 0 0 0 0
[pid=22010/tid=22058] ppid=22008 vsize=1627732 CPUtime=47.89 cores=0-7
/proc/22010/task/22058/stat : 22058 (python) S 22008 22010 21979 0 -1 4202560 23 1026758 0 0 0 0 4537 252 20 0 9 0 916196256 1666797568 323900 33554432000 4194304 5683644 140736847074864 18446744073709551615 228256172465 0 0 16781312 2 18446604444534470592 0 0 -1 6 0 0 0
[pid=22010/tid=22061] ppid=22008 vsize=1627732 CPUtime=47.89 cores=0-7
/proc/22010/task/22061/stat : 22061 (python) S 22008 22010 21979 0 -1 4202560 22 1026758 0 0 0 0 4537 252 20 0 9 0 916196261 1666797568 323900 33554432000 4194304 5683644 140736847074864 18446744073709551615 228256172465 0 0 16781312 2 18446604444534470592 0 0 -1 6 0 0 0
[pid=22010/tid=22064] ppid=22008 vsize=1627732 CPUtime=47.89 cores=0-7
/proc/22010/task/22064/stat : 22064 (python) S 22008 22010 21979 0 -1 4202560 25 1026758 0 0 0 0 4537 252 20 0 9 0 916196266 1666797568 323900 33554432000 4194304 5683644 140736847074864 18446744073709551615 228256172465 0 0 16781312 2 18446604444534470592 0 0 -1 6 0 0 0
[pid=22010/tid=22067] ppid=22008 vsize=1627732 CPUtime=47.89 cores=0-7
/proc/22010/task/22067/stat : 22067 (python) S 22008 22010 21979 0 -1 4202560 25 1026758 0 0 0 0 4537 252 20 0 9 0 916196271 1666797568 323900 33554432000 4194304 5683644 140736847074864 18446744073709551615 228256172465 0 0 16781312 2 18446604444534470592 0 0 -1 4 0 0 0
[pid=22010/tid=22070] ppid=22008 vsize=1627732 CPUtime=47.89 cores=0-7
/proc/22010/task/22070/stat : 22070 (python) S 22008 22010 21979 0 -1 4202560 29 1026758 0 0 0 0 4537 252 20 0 9 0 916196276 1666797568 323900 33554432000 4194304 5683644 140736847074864 18446744073709551615 228256172465 0 0 16781312 2 18446604444534470592 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 916.71
Current children cumulated vsize (KiB) 4829664
heavy processes:

[startup+5082.3 s]
/proc/loadavg: 0.00 0.00 0.00 1/184 22201
/proc/meminfo: memFree=28947152/32951124 swapFree=67056676/67111528
[pid=22010] ppid=22008 vsize=1627732 CPUtime=806.57 cores=0-7
/proc/22010/stat : 22010 (python) S 22008 22010 21979 0 -1 4202496 2330440 1026758 1 0 75540 328 4537 252 15 0 9 0 916120387 1666797568 323900 33554432000 4194304 5683644 140736847074864 18446744073709551615 228256179007 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/22010/statm: 406933 323900 1890 364 0 342830 0
[pid=22057] ppid=22010 vsize=1576464 CPUtime=91.5 cores=0-7
/proc/22057/stat : 22057 (python) S 22010 22010 21979 0 -1 4202560 16967 301524 0 0 43 8 9046 53 17 0 2 0 916196254 1614299136 322383 33554432000 4194304 5683644 140736847074864 18446744073709551615 228256172465 0 0 16781824 2 18446744073709551615 0 0 17 6 0 0 0
/proc/22057/statm: 394116 322383 393 364 0 330025 0
[pid=22057/tid=22076] ppid=22010 vsize=1576464 CPUtime=90.99 cores=0-7
/proc/22057/task/22076/stat : 22076 (python) S 22010 22010 21979 0 -1 4202560 15 301524 0 0 0 0 9046 53 17 0 2 0 916205406 1614299136 322383 33554432000 4194304 5683644 140736847074864 18446744073709551615 228256172465 0 0 16781824 2 18446604453845325656 0 0 -1 1 0 0 0
[pid=22060] ppid=22010 vsize=0 CPUtime=9.25 cores=0-7
/proc/22060/stat : 22060 (python) Z 22010 22010 21979 0 -1 4202588 24788 207697 0 2 40 11 830 44 16 0 1 0 916196258 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 6 0 0 0
/proc/22060/statm: 0 0 0 0 0 0 0
[pid=22063] ppid=22010 vsize=1625468 CPUtime=9.39 cores=0-7
/proc/22063/stat : 22063 (python) S 22010 22010 21979 0 -1 4202560 24751 207697 0 4 53 10 834 42 17 0 2 0 916196263 1664479232 329202 33554432000 4194304 5683644 140736847074864 18446744073709551615 228256172465 0 0 16781824 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22063/statm: 406367 329202 402 364 0 342270 0
[pid=22063/tid=22073] ppid=22010 vsize=1625468 CPUtime=8.78 cores=0-7
/proc/22063/task/22073/stat : 22073 (python) S 22010 22010 21979 0 -1 4202560 53 207697 0 4 2 0 834 42 17 0 2 0 916197209 1664479232 329202 33554432000 4194304 5683644 140736847074864 18446744073709551615 228256175435 0 0 16781824 2 18446744071562362840 0 0 -1 4 0 0 0
[pid=22010/tid=22049] ppid=22008 vsize=1627732 CPUtime=47.89 cores=0-7
/proc/22010/task/22049/stat : 22049 (python) S 22008 22010 21979 0 -1 4202560 24 1026758 0 0 0 0 4537 252 25 0 9 0 916196243 1666797568 323900 33554432000 4194304 5683644 140736847074864 18446744073709551615 228256172465 0 0 16781312 2 18446604444534470592 0 0 -1 2 0 0 0
[pid=22010/tid=22052] ppid=22008 vsize=1627732 CPUtime=47.89 cores=0-7
/proc/22010/task/22052/stat : 22052 (python) S 22008 22010 21979 0 -1 4202560 21 1026758 0 0 0 0 4537 252 20 0 9 0 916196247 1666797568 323900 33554432000 4194304 5683644 140736847074864 18446744073709551615 228256172465 0 0 16781312 2 18446604444534470592 0 0 -1 0 0 0 0
[pid=22010/tid=22055] ppid=22008 vsize=1627732 CPUtime=47.89 cores=0-7
/proc/22010/task/22055/stat : 22055 (python) S 22008 22010 21979 0 -1 4202560 25 1026758 0 0 0 0 4537 252 21 0 9 0 916196252 1666797568 323900 33554432000 4194304 5683644 140736847074864 18446744073709551615 228256172465 0 0 16781312 2 18446604444534470592 0 0 -1 0 0 0 0
[pid=22010/tid=22058] ppid=22008 vsize=1627732 CPUtime=47.89 cores=0-7
/proc/22010/task/22058/stat : 22058 (python) S 22008 22010 21979 0 -1 4202560 23 1026758 0 0 0 0 4537 252 20 0 9 0 916196256 1666797568 323900 33554432000 4194304 5683644 140736847074864 18446744073709551615 228256172465 0 0 16781312 2 18446604444534470592 0 0 -1 6 0 0 0
[pid=22010/tid=22061] ppid=22008 vsize=1627732 CPUtime=47.89 cores=0-7
/proc/22010/task/22061/stat : 22061 (python) S 22008 22010 21979 0 -1 4202560 22 1026758 0 0 0 0 4537 252 20 0 9 0 916196261 1666797568 323900 33554432000 4194304 5683644 140736847074864 18446744073709551615 228256172465 0 0 16781312 2 18446604444534470592 0 0 -1 6 0 0 0
[pid=22010/tid=22064] ppid=22008 vsize=1627732 CPUtime=47.89 cores=0-7
/proc/22010/task/22064/stat : 22064 (python) S 22008 22010 21979 0 -1 4202560 25 1026758 0 0 0 0 4537 252 20 0 9 0 916196266 1666797568 323900 33554432000 4194304 5683644 140736847074864 18446744073709551615 228256172465 0 0 16781312 2 18446604444534470592 0 0 -1 6 0 0 0
[pid=22010/tid=22067] ppid=22008 vsize=1627732 CPUtime=47.89 cores=0-7
/proc/22010/task/22067/stat : 22067 (python) S 22008 22010 21979 0 -1 4202560 25 1026758 0 0 0 0 4537 252 20 0 9 0 916196271 1666797568 323900 33554432000 4194304 5683644 140736847074864 18446744073709551615 228256172465 0 0 16781312 2 18446604444534470592 0 0 -1 4 0 0 0
[pid=22010/tid=22070] ppid=22008 vsize=1627732 CPUtime=47.89 cores=0-7
/proc/22010/task/22070/stat : 22070 (python) S 22008 22010 21979 0 -1 4202560 29 1026758 0 0 0 0 4537 252 20 0 9 0 916196276 1666797568 323900 33554432000 4194304 5683644 140736847074864 18446744073709551615 228256172465 0 0 16781312 2 18446604444534470592 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 916.71
Current children cumulated vsize (KiB) 4829664
heavy processes:



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 0.00 0.00 0.00 1/184 22202
/proc/meminfo: memFree=28947252/32951124 swapFree=67056676/67111528
[pid=22010] ppid=22008 vsize=1627732 CPUtime=806.57 cores=0-7
/proc/22010/stat : 22010 (python) S 22008 22010 21979 0 -1 4202496 2330440 1026758 1 0 75540 328 4537 252 15 0 9 0 916120387 1666797568 323900 33554432000 4194304 5683644 140736847074864 18446744073709551615 228256179007 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/22010/statm: 406933 323900 1890 364 0 342830 0
[pid=22057] ppid=22010 vsize=1576464 CPUtime=91.5 cores=0-7
/proc/22057/stat : 22057 (python) S 22010 22010 21979 0 -1 4202560 16967 301524 0 0 43 8 9046 53 17 0 2 0 916196254 1614299136 322383 33554432000 4194304 5683644 140736847074864 18446744073709551615 228256172465 0 0 16781824 2 18446744073709551615 0 0 17 6 0 0 0
/proc/22057/statm: 394116 322383 393 364 0 330025 0
[pid=22057/tid=22076] ppid=22010 vsize=1576464 CPUtime=90.99 cores=0-7
/proc/22057/task/22076/stat : 22076 (python) S 22010 22010 21979 0 -1 4202560 15 301524 0 0 0 0 9046 53 17 0 2 0 916205406 1614299136 322383 33554432000 4194304 5683644 140736847074864 18446744073709551615 228256172465 0 0 16781824 2 18446604453845325656 0 0 -1 1 0 0 0
[pid=22060] ppid=22010 vsize=0 CPUtime=9.25 cores=0-7
/proc/22060/stat : 22060 (python) Z 22010 22010 21979 0 -1 4202588 24788 207697 0 2 40 11 830 44 16 0 1 0 916196258 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 6 0 0 0
/proc/22060/statm: 0 0 0 0 0 0 0
[pid=22063] ppid=22010 vsize=1625468 CPUtime=9.39 cores=0-7
/proc/22063/stat : 22063 (python) S 22010 22010 21979 0 -1 4202560 24751 207697 0 4 53 10 834 42 17 0 2 0 916196263 1664479232 329202 33554432000 4194304 5683644 140736847074864 18446744073709551615 228256172465 0 0 16781824 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22063/statm: 406367 329202 402 364 0 342270 0
[pid=22063/tid=22073] ppid=22010 vsize=1625468 CPUtime=8.78 cores=0-7
/proc/22063/task/22073/stat : 22073 (python) S 22010 22010 21979 0 -1 4202560 53 207697 0 4 2 0 834 42 17 0 2 0 916197209 1664479232 329202 33554432000 4194304 5683644 140736847074864 18446744073709551615 228256175435 0 0 16781824 2 18446744071562362840 0 0 -1 4 0 0 0
[pid=22010/tid=22049] ppid=22008 vsize=1627732 CPUtime=47.89 cores=0-7
/proc/22010/task/22049/stat : 22049 (python) S 22008 22010 21979 0 -1 4202560 24 1026758 0 0 0 0 4537 252 25 0 9 0 916196243 1666797568 323900 33554432000 4194304 5683644 140736847074864 18446744073709551615 228256172465 0 0 16781312 2 18446604444534470592 0 0 -1 2 0 0 0
[pid=22010/tid=22052] ppid=22008 vsize=1627732 CPUtime=47.89 cores=0-7
/proc/22010/task/22052/stat : 22052 (python) S 22008 22010 21979 0 -1 4202560 21 1026758 0 0 0 0 4537 252 20 0 9 0 916196247 1666797568 323900 33554432000 4194304 5683644 140736847074864 18446744073709551615 228256172465 0 0 16781312 2 18446604444534470592 0 0 -1 0 0 0 0
[pid=22010/tid=22055] ppid=22008 vsize=1627732 CPUtime=47.89 cores=0-7
/proc/22010/task/22055/stat : 22055 (python) S 22008 22010 21979 0 -1 4202560 25 1026758 0 0 0 0 4537 252 21 0 9 0 916196252 1666797568 323900 33554432000 4194304 5683644 140736847074864 18446744073709551615 228256172465 0 0 16781312 2 18446604444534470592 0 0 -1 0 0 0 0
[pid=22010/tid=22058] ppid=22008 vsize=1627732 CPUtime=47.89 cores=0-7
/proc/22010/task/22058/stat : 22058 (python) S 22008 22010 21979 0 -1 4202560 23 1026758 0 0 0 0 4537 252 20 0 9 0 916196256 1666797568 323900 33554432000 4194304 5683644 140736847074864 18446744073709551615 228256172465 0 0 16781312 2 18446604444534470592 0 0 -1 6 0 0 0
[pid=22010/tid=22061] ppid=22008 vsize=1627732 CPUtime=47.89 cores=0-7
/proc/22010/task/22061/stat : 22061 (python) S 22008 22010 21979 0 -1 4202560 22 1026758 0 0 0 0 4537 252 20 0 9 0 916196261 1666797568 323900 33554432000 4194304 5683644 140736847074864 18446744073709551615 228256172465 0 0 16781312 2 18446604444534470592 0 0 -1 6 0 0 0
[pid=22010/tid=22064] ppid=22008 vsize=1627732 CPUtime=47.89 cores=0-7
/proc/22010/task/22064/stat : 22064 (python) S 22008 22010 21979 0 -1 4202560 25 1026758 0 0 0 0 4537 252 20 0 9 0 916196266 1666797568 323900 33554432000 4194304 5683644 140736847074864 18446744073709551615 228256172465 0 0 16781312 2 18446604444534470592 0 0 -1 6 0 0 0
[pid=22010/tid=22067] ppid=22008 vsize=1627732 CPUtime=47.89 cores=0-7
/proc/22010/task/22067/stat : 22067 (python) S 22008 22010 21979 0 -1 4202560 25 1026758 0 0 0 0 4537 252 20 0 9 0 916196271 1666797568 323900 33554432000 4194304 5683644 140736847074864 18446744073709551615 228256172465 0 0 16781312 2 18446604444534470592 0 0 -1 4 0 0 0
[pid=22010/tid=22070] ppid=22008 vsize=1627732 CPUtime=47.89 cores=0-7
/proc/22010/task/22070/stat : 22070 (python) S 22008 22010 21979 0 -1 4202560 29 1026758 0 0 0 0 4537 252 20 0 9 0 916196276 1666797568 323900 33554432000 4194304 5683644 140736847074864 18446744073709551615 228256172465 0 0 16781312 2 18446604444534470592 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 916.71
Current children cumulated vsize (KiB) 4829664
heavy processes:

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)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 22010 and gives
#  childrusage.ru_utime.tv_sec=800
#  childrusage.ru_utime.tv_usec=780262
#  childrusage.ru_stime.tv_sec=5
#  childrusage.ru_stime.tv_usec=871107
# CPU time returned by wait4() is 806.651
# while last known CPU time is 916.71
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5100.09
CPU time (s): 916.71
CPU user time (s): 909.23
CPU system time (s): 7.48
CPU usage (%): 17.9744
Max. virtual memory (cumulated for all children) (KiB): 20152672

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 800.78
system time used= 5.87111
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3357203
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= 3345
involuntary context switches= 9543

runsolver used 6.36503 second user time and 17.2074 second system time

The end

Launcher Data

Begin job on node136 at 2011-06-14 11:53:44
IDJOB=3380553
IDBENCH=20583
IDSOLVER=1864
FILE ID=node136/3380553-1308045214
RUNJOBID= node136-1308045214-21993
PBS_JOBID= 13565702
Free space on /tmp= 73740 MiB

SOLVER NAME= borg-sat 11.03.02-par-industrial (fixed)
BENCH NAME= SAT07/industrial/vliw_sat_4.0/9vliw_m_9stages_iq3_C1_bug6.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT -cores NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3380553-1308045214/watcher-3380553-1308045214 -o /tmp/evaluation-result-3380553-1308045214/solver-3380553-1308045214 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3380553-1308045214.cnf -seed 1033619482 -budget 40000 -cores 8

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= abc624ca713aad9563ab3886d918a526
RANDOM SEED=1033619482

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:      30404396 kB
Buffers:        243892 kB
Cached:        2066076 kB
SwapCached:       8544 kB
Active:         740212 kB
Inactive:      1587916 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30404396 kB
SwapTotal:    67111528 kB
SwapFree:     67056676 kB
Dirty:          339592 kB
Writeback:           0 kB
AnonPages:       16016 kB
Mapped:          12544 kB
Slab:           154024 kB
PageTables:       4204 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   184904 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= 73708 MiB
End job on node136 at 2011-06-14 13:18:46