Trace number 3483982

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.05 1200.53

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k50-eijkbs6669-tseitin.cnf
MD5SUM7886cd26d6e0801ea382a1ffd6224023
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 variables192503
Number of clauses564953
Sum of the clauses size1318221
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2376634
Number of clauses of size 3188317
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.37/0.50	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.37/0.50	c INFO: solving HOME/instance-3483982-1307749830.cnf
0.37/0.50	c INFO: computing task features
2.17/2.35	c INFO: computed variable-clause graph statistics
2.28/2.42	c INFO: computed clause balance statistics
11.98/12.18	c INFO: computed variable balance statistics
18.98/19.18	c INFO: computed small-clause counts
19.18/19.31	c INFO: computed Horn-clause counts
65.18/65.38	c INFO: computed variable graph statistics
65.18/65.38	c INFO: collected features for HOME/instance-3483982-1307749830.cnf in 64.83 s
65.18/65.39	c INFO: running lingeling-276@0 for 485 with 1135 remaining (b = 0.75)
555.86/556.50	c INFO: running cryptominisat-2.9.0@0 for 645 with 645 remaining (b = 0.71)

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

running on 2 cores: 0,2

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.00 4.02 3.81 5/193 29317
/proc/meminfo: memFree=30772132/32951124 swapFree=67063272/67111528
[pid=29317] ppid=29315 vsize=15184 CPUtime=0 cores=0,2
/proc/29317/stat : 29317 (python) S 29315 29317 28449 0 -1 4202496 725 0 0 0 0 0 0 0 25 0 1 0 886581240 15548416 614 33554432000 4194304 5683644 140736629107888 18446744073709551615 232335890432 0 2147483391 16781312 2 18446744071699453118 0 0 17 0 0 0 0
/proc/29317/statm: 3796 614 321 364 0 283 0

[startup+0.0138069 s]
/proc/loadavg: 4.00 4.02 3.81 5/193 29317
/proc/meminfo: memFree=30772132/32951124 swapFree=67063272/67111528
[pid=29317] ppid=29315 vsize=15908 CPUtime=0 cores=0,2
/proc/29317/stat : 29317 (python) R 29315 29317 28449 0 -1 4202496 960 0 0 0 0 0 0 0 25 0 1 0 886581240 16289792 834 33554432000 4194304 5683644 140736629107888 18446744073709551615 4620076 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/29317/statm: 3977 835 357 364 0 464 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15908

[startup+0.100791 s]
/proc/loadavg: 4.00 4.02 3.81 5/193 29317
/proc/meminfo: memFree=30772132/32951124 swapFree=67063272/67111528
[pid=29317] ppid=29315 vsize=99372 CPUtime=0.06 cores=0,2
/proc/29317/stat : 29317 (python) R 29315 29317 28449 0 -1 4202496 2872 0 0 0 5 1 0 0 17 0 1 0 886581240 101756928 2567 33554432000 4194304 5683644 140736629107888 18446744073709551615 4865528 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/29317/statm: 24843 2567 818 364 0 1694 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 99372

[startup+0.300776 s]
/proc/loadavg: 4.00 4.02 3.81 5/193 29317
/proc/meminfo: memFree=30772132/32951124 swapFree=67063272/67111528
[pid=29317] ppid=29315 vsize=148960 CPUtime=0.22 cores=0,2
/proc/29317/stat : 29317 (python) R 29315 29317 28449 0 -1 4202496 6301 933 1 0 17 5 0 0 17 0 1 0 886581240 152535040 4414 33554432000 4194304 5683644 140736629107888 18446744073709551615 232335888308 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/29317/statm: 37240 4414 1212 364 0 3181 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 148960

[startup+0.700738 s]
/proc/loadavg: 4.00 4.02 3.81 5/193 29317
/proc/meminfo: memFree=30772132/32951124 swapFree=67063272/67111528
[pid=29317] ppid=29315 vsize=299984 CPUtime=0.58 cores=0,2
/proc/29317/stat : 29317 (python) R 29315 29317 28449 0 -1 4202496 14594 933 1 0 50 8 0 0 17 0 1 0 886581240 307183616 12262 33554432000 4194304 5683644 140736629107888 18446744073709551615 232335553221 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/29317/statm: 74996 12262 1761 364 0 10920 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 299984

[startup+1.50058 s]
/proc/loadavg: 4.00 4.02 3.81 5/194 29322
/proc/meminfo: memFree=30710428/32951124 swapFree=67063272/67111528
[pid=29317] ppid=29315 vsize=351208 CPUtime=1.37 cores=0,2
/proc/29317/stat : 29317 (python) R 29315 29317 28449 0 -1 4202496 27153 933 1 0 128 9 0 0 18 0 1 0 886581240 359636992 24821 33554432000 4194304 5683644 140736629107888 18446744073709551615 4952127 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/29317/statm: 87802 24822 1761 364 0 23726 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 351208

[startup+3.10031 s]
/proc/loadavg: 4.00 4.02 3.81 5/194 29322
/proc/meminfo: memFree=30641856/32951124 swapFree=67063272/67111528
[pid=29317] ppid=29315 vsize=384596 CPUtime=2.97 cores=0,2
/proc/29317/stat : 29317 (python) R 29315 29317 28449 0 -1 4202496 54135 933 1 0 284 13 0 0 21 0 1 0 886581240 393826304 33534 33554432000 4194304 5683644 140736629107888 18446744073709551615 232339301033 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/29317/statm: 96149 33534 1826 364 0 32073 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 384596

[startup+6.30074 s]
/proc/loadavg: 4.08 4.04 3.81 5/194 29322
/proc/meminfo: memFree=30643276/32951124 swapFree=67063272/67111528
[pid=29317] ppid=29315 vsize=384596 CPUtime=6.18 cores=0,2
/proc/29317/stat : 29317 (python) R 29315 29317 28449 0 -1 4202496 54135 933 1 0 605 13 0 0 25 0 1 0 886581240 393826304 33534 33554432000 4194304 5683644 140736629107888 18446744073709551615 47632273662052 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/29317/statm: 96149 33534 1826 364 0 32073 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 384596

[startup+12.7006 s]
/proc/loadavg: 4.07 4.04 3.81 5/197 29325
/proc/meminfo: memFree=30580248/32951124 swapFree=67063272/67111528
[pid=29317] ppid=29315 vsize=384596 CPUtime=12.58 cores=0,2
/proc/29317/stat : 29317 (python) R 29315 29317 28449 0 -1 4202496 54136 933 1 0 1245 13 0 0 25 0 1 0 886581240 393826304 33535 33554432000 4194304 5683644 140736629107888 18446744073709551615 4618513 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/29317/statm: 96149 33535 1827 364 0 32073 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 384596

[startup+25.5003 s]
/proc/loadavg: 4.06 4.04 3.82 5/197 29325
/proc/meminfo: memFree=30519676/32951124 swapFree=67063272/67111528
[pid=29317] ppid=29315 vsize=389008 CPUtime=25.38 cores=0,2
/proc/29317/stat : 29317 (python) R 29315 29317 28449 0 -1 4202496 55245 933 1 0 2525 13 0 0 25 0 1 0 886581240 398344192 34644 33554432000 4194304 5683644 140736629107888 18446744073709551615 232335579048 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/29317/statm: 97252 34644 1833 364 0 33176 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 389008

[startup+51.1008 s]
/proc/loadavg: 4.04 4.03 3.82 5/194 29415
/proc/meminfo: memFree=30074224/32951124 swapFree=67063272/67111528
[pid=29317] ppid=29315 vsize=389008 CPUtime=50.98 cores=0,2
/proc/29317/stat : 29317 (python) R 29315 29317 28449 0 -1 4202496 55245 933 1 0 5085 13 0 0 25 0 1 0 886581240 398344192 34644 33554432000 4194304 5683644 140736629107888 18446744073709551615 47632266254476 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/29317/statm: 97252 34644 1833 364 0 33176 0
Current children cumulated CPU time (s) 50.98
Current children cumulated vsize (KiB) 389008

[startup+102.307 s]
/proc/loadavg: 4.01 4.02 3.83 5/197 29419
/proc/meminfo: memFree=29816020/32951124 swapFree=67063272/67111528
[pid=29317] ppid=29315 vsize=390628 CPUtime=65.27 cores=0,2
/proc/29317/stat : 29317 (python) S 29315 29317 28449 0 -1 4202496 55525 933 1 0 6514 13 0 0 25 0 2 0 886581240 400003072 32520 33554432000 4194304 5683644 140736629107888 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29317/statm: 97657 32520 1867 364 0 33575 0
[pid=29416] ppid=29317 vsize=380384 CPUtime=0.05 cores=0,2
/proc/29416/stat : 29416 (python) S 29317 29317 28449 0 -1 4202560 894 0 0 0 3 2 0 0 18 0 1 0 886587779 389513216 31025 33554432000 4194304 5683644 140736629107888 18446744073709551615 232335912463 0 0 16781312 514 4415181300311228675 0 0 17 0 0 0 0
/proc/29416/statm: 95096 31025 376 364 0 31014 0
[pid=29418] ppid=29416 vsize=53872 CPUtime=36.23 cores=0,2
/proc/29418/stat : 29418 (lingeling) R 29416 29418 29418 0 -1 4202496 27695 0 0 0 3620 3 0 0 25 0 1 0 886587780 55164928 11615 33554432000 4194304 4352236 140737120020912 18446744073709551615 4328146 0 0 16781312 17506 0 0 0 17 0 0 0 60
/proc/29418/statm: 13468 11615 129 39 0 12548 0
[pid=29317/tid=29417] ppid=29315 vsize=390628 CPUtime=0 cores=0,2
/proc/29317/task/29417/stat : 29417 (python) S 29315 29317 28449 0 -1 4202560 32 933 0 0 0 0 0 0 25 0 2 0 886587780 400003072 32520 33554432000 4194304 5683644 140736629107888 18446744073709551615 232347716017 0 0 16781312 2 18446604453838358528 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.55
Current children cumulated vsize (KiB) 824884

[startup+162.301 s]
/proc/loadavg: 4.00 4.02 3.83 5/200 29424
/proc/meminfo: memFree=29802176/32951124 swapFree=67063272/67111528
[pid=29317] ppid=29315 vsize=390628 CPUtime=65.27 cores=0,2
/proc/29317/stat : 29317 (python) S 29315 29317 28449 0 -1 4202496 55525 933 1 0 6514 13 0 0 25 0 2 0 886581240 400003072 32520 33554432000 4194304 5683644 140736629107888 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29317/statm: 97657 32520 1867 364 0 33575 0
[pid=29416] ppid=29317 vsize=380384 CPUtime=0.12 cores=0,2
/proc/29416/stat : 29416 (python) S 29317 29317 28449 0 -1 4202560 922 0 0 0 7 5 0 0 18 0 1 0 886587779 389513216 31025 33554432000 4194304 5683644 140736629107888 18446744073709551615 232335912463 0 0 16781312 514 4415181300311228675 0 0 17 0 0 0 0
/proc/29416/statm: 95096 31025 376 364 0 31014 0
[pid=29418] ppid=29416 vsize=53868 CPUtime=96.15 cores=0,2
/proc/29418/stat : 29418 (lingeling) R 29416 29418 29418 0 -1 4202496 27695 0 0 0 9612 3 0 0 25 0 1 0 886587780 55160832 11614 33554432000 4194304 4352236 140737120020912 18446744073709551615 4328308 0 0 16781312 17506 0 0 0 17 0 0 0 60
/proc/29418/statm: 13467 11614 129 39 0 12547 0
[pid=29317/tid=29417] ppid=29315 vsize=390628 CPUtime=0 cores=0,2
/proc/29317/task/29417/stat : 29417 (python) S 29315 29317 28449 0 -1 4202560 32 933 0 0 0 0 0 0 25 0 2 0 886587780 400003072 32520 33554432000 4194304 5683644 140736629107888 18446744073709551615 232347716017 0 0 16781312 2 18446604453838358528 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 161.54
Current children cumulated vsize (KiB) 824880

[startup+222.3 s]
/proc/loadavg: 3.79 3.98 3.83 4/198 29458
/proc/meminfo: memFree=30275052/32951124 swapFree=67063272/67111528
[pid=29317] ppid=29315 vsize=390628 CPUtime=65.27 cores=0,2
/proc/29317/stat : 29317 (python) S 29315 29317 28449 0 -1 4202496 55525 933 1 0 6514 13 0 0 25 0 2 0 886581240 400003072 32520 33554432000 4194304 5683644 140736629107888 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29317/statm: 97657 32520 1867 364 0 33575 0
[pid=29416] ppid=29317 vsize=380384 CPUtime=0.2 cores=0,2
/proc/29416/stat : 29416 (python) S 29317 29317 28449 0 -1 4202560 941 0 0 0 12 8 0 0 18 0 1 0 886587779 389513216 31025 33554432000 4194304 5683644 140736629107888 18446744073709551615 232335912463 0 0 16781312 514 4415181300311228675 0 0 17 0 0 0 0
/proc/29416/statm: 95096 31025 376 364 0 31014 0
[pid=29418] ppid=29416 vsize=53864 CPUtime=156.07 cores=0,2
/proc/29418/stat : 29418 (lingeling) R 29416 29418 29418 0 -1 4202496 36854 0 0 0 15603 4 0 0 25 0 1 0 886587780 55156736 12580 33554432000 4194304 4352236 140737120020912 18446744073709551615 4278548 0 0 16781312 17506 0 0 0 17 0 0 0 60
/proc/29418/statm: 13466 12580 129 39 0 12546 0
[pid=29317/tid=29417] ppid=29315 vsize=390628 CPUtime=0 cores=0,2
/proc/29317/task/29417/stat : 29417 (python) S 29315 29317 28449 0 -1 4202560 32 933 0 0 0 0 0 0 25 0 2 0 886587780 400003072 32520 33554432000 4194304 5683644 140736629107888 18446744073709551615 232347716017 0 0 16781312 2 18446604453838358528 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 221.54
Current children cumulated vsize (KiB) 824876

[startup+282.301 s]
/proc/loadavg: 3.41 3.83 3.78 4/198 29459
/proc/meminfo: memFree=29943140/32951124 swapFree=67063272/67111528
[pid=29317] ppid=29315 vsize=390628 CPUtime=65.27 cores=0,2
/proc/29317/stat : 29317 (python) S 29315 29317 28449 0 -1 4202496 55525 933 1 0 6514 13 0 0 25 0 2 0 886581240 400003072 32520 33554432000 4194304 5683644 140736629107888 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29317/statm: 97657 32520 1867 364 0 33575 0
[pid=29416] ppid=29317 vsize=380384 CPUtime=0.28 cores=0,2
/proc/29416/stat : 29416 (python) S 29317 29317 28449 0 -1 4202560 961 0 0 0 16 12 0 0 18 0 1 0 886587779 389513216 31025 33554432000 4194304 5683644 140736629107888 18446744073709551615 232335912463 0 0 16781312 514 4415181300311228675 0 0 17 0 0 0 0
/proc/29416/statm: 95096 31025 376 364 0 31014 0
[pid=29418] ppid=29416 vsize=57972 CPUtime=215.99 cores=0,2
/proc/29418/stat : 29418 (lingeling) R 29416 29418 29418 0 -1 4202496 50225 0 0 0 21593 6 0 0 25 0 1 0 886587780 59363328 13663 33554432000 4194304 4352236 140737120020912 18446744073709551615 4328432 0 0 16781312 17506 0 0 0 17 0 0 0 60
/proc/29418/statm: 14493 13663 129 39 0 13573 0
[pid=29317/tid=29417] ppid=29315 vsize=390628 CPUtime=0 cores=0,2
/proc/29317/task/29417/stat : 29417 (python) S 29315 29317 28449 0 -1 4202560 32 933 0 0 0 0 0 0 25 0 2 0 886587780 400003072 32520 33554432000 4194304 5683644 140736629107888 18446744073709551615 232347716017 0 0 16781312 2 18446604453838358528 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 281.54
Current children cumulated vsize (KiB) 828984

[startup+342.301 s]
/proc/loadavg: 3.15 3.67 3.73 4/198 29461
/proc/meminfo: memFree=29796148/32951124 swapFree=67063272/67111528
[pid=29317] ppid=29315 vsize=390628 CPUtime=65.27 cores=0,2
/proc/29317/stat : 29317 (python) S 29315 29317 28449 0 -1 4202496 55525 933 1 0 6514 13 0 0 25 0 2 0 886581240 400003072 32520 33554432000 4194304 5683644 140736629107888 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29317/statm: 97657 32520 1867 364 0 33575 0
[pid=29416] ppid=29317 vsize=380384 CPUtime=0.37 cores=0,2
/proc/29416/stat : 29416 (python) S 29317 29317 28449 0 -1 4202560 971 0 0 0 21 16 0 0 18 0 1 0 886587779 389513216 31025 33554432000 4194304 5683644 140736629107888 18446744073709551615 232335912463 0 0 16781312 514 4415181300311228675 0 0 17 0 0 0 0
/proc/29416/statm: 95096 31025 376 364 0 31014 0
[pid=29418] ppid=29416 vsize=57972 CPUtime=275.92 cores=0,2
/proc/29418/stat : 29418 (lingeling) R 29416 29418 29418 0 -1 4202496 62513 0 0 0 27585 7 0 0 25 0 1 0 886587780 59363328 13663 33554432000 4194304 4352236 140737120020912 18446744073709551615 4329086 0 0 16781312 17506 0 0 0 17 0 0 0 60
/proc/29418/statm: 14493 13663 129 39 0 13573 0
[pid=29317/tid=29417] ppid=29315 vsize=390628 CPUtime=0 cores=0,2
/proc/29317/task/29417/stat : 29417 (python) S 29315 29317 28449 0 -1 4202560 32 933 0 0 0 0 0 0 25 0 2 0 886587780 400003072 32520 33554432000 4194304 5683644 140736629107888 18446744073709551615 232347716017 0 0 16781312 2 18446604453838358528 0 0 -1 0 0 0 0

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

[pid=29472] ppid=29317 vsize=390640 CPUtime=0.69 cores=0,2
/proc/29472/stat : 29472 (python) S 29317 29317 28449 0 -1 4202560 999 0 0 0 38 31 0 0 15 0 1 0 886636890 400015360 31023 33554432000 4194304 5683644 140736629107888 18446744073709551615 232335912518 0 0 16781312 514 2766476812895617284 0 0 17 0 0 0 0
/proc/29472/statm: 97660 31023 370 364 0 33575 0
[pid=29474] ppid=29472 vsize=319808 CPUtime=445.19 cores=0,2
/proc/29474/stat : 29474 (cryptominisat-2) R 29472 29474 29474 0 -1 4202496 175411 0 0 0 44483 36 0 0 25 0 1 0 886636890 327483392 70979 33554432000 4194304 4677096 140735057127808 18446744073709551615 4346816 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/29474/statm: 79952 70979 392 118 0 74911 0
[pid=29317/tid=29417] ppid=29315 vsize=400884 CPUtime=0 cores=0,2
/proc/29317/task/29417/stat : 29417 (python) S 29315 29317 28449 0 -1 4202560 32 933 0 0 0 0 0 0 25 0 3 0 886587780 410505216 32535 33554432000 4194304 5683644 140736629107888 18446744073709551615 232347716017 0 0 16781312 2 18446604453838358528 0 0 -1 0 0 0 0
[pid=29317/tid=29473] ppid=29315 vsize=400884 CPUtime=0 cores=0,2
/proc/29317/task/29473/stat : 29473 (python) S 29315 29317 28449 0 -1 4202560 24 933 0 0 0 0 0 0 20 0 3 0 886636890 410505216 32535 33554432000 4194304 5683644 140736629107888 18446744073709551615 232347716017 0 0 16781312 2 18446604453838358528 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1001.74
Current children cumulated vsize (KiB) 1581164

[startup+1062.3 s]
/proc/loadavg: 2.03 2.32 2.97 3/193 29525
/proc/meminfo: memFree=29110720/32951124 swapFree=67063272/67111528
[pid=29317] ppid=29315 vsize=400884 CPUtime=65.29 cores=0,2
/proc/29317/stat : 29317 (python) S 29315 29317 28449 0 -1 4202496 56362 933 1 0 6515 14 0 0 19 0 3 0 886581240 410505216 32535 33554432000 4194304 5683644 140736629107888 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29317/statm: 100221 32535 1878 364 0 36136 0
[pid=29416] ppid=29317 vsize=390628 CPUtime=0.65 cores=0,2
/proc/29416/stat : 29416 (python) S 29317 29317 28449 0 -1 4202560 1196 0 0 0 36 29 0 0 19 0 2 0 886587779 400003072 31068 33554432000 4194304 5683644 140736629107888 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/29416/statm: 97657 31068 414 364 0 33575 0
[pid=29418] ppid=29416 vsize=79204 CPUtime=489.92 cores=0,2
/proc/29418/stat : 29418 (lingeling) T 29416 29418 29418 0 -1 4202496 84206 0 0 0 48982 10 0 0 25 0 1 0 886587780 81104896 18971 33554432000 4194304 4352236 140737120020912 18446744073709551615 4329060 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 60
/proc/29418/statm: 19801 18971 129 39 0 18881 0
[pid=29416/tid=29471] ppid=29317 vsize=390628 CPUtime=0 cores=0,2
/proc/29416/task/29471/stat : 29471 (python) S 29317 29317 28449 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886636889 400003072 31068 33554432000 4194304 5683644 140736629107888 18446744073709551615 232347716017 0 0 16781312 514 18446604453853290752 0 0 -1 0 0 0 0
[pid=29472] ppid=29317 vsize=390640 CPUtime=0.77 cores=0,2
/proc/29472/stat : 29472 (python) S 29317 29317 28449 0 -1 4202560 999 0 0 0 43 34 0 0 15 0 1 0 886636890 400015360 31023 33554432000 4194304 5683644 140736629107888 18446744073709551615 232335912518 0 0 16781312 514 2766476812895617284 0 0 17 0 0 0 0
/proc/29472/statm: 97660 31023 370 364 0 33575 0
[pid=29474] ppid=29472 vsize=326048 CPUtime=505.13 cores=0,2
/proc/29474/stat : 29474 (cryptominisat-2) R 29472 29474 29474 0 -1 4202496 187944 0 0 0 50473 40 0 0 25 0 1 0 886636890 333873152 73478 33554432000 4194304 4677096 140735057127808 18446744073709551615 4319839 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/29474/statm: 81512 73478 425 118 0 76471 0
[pid=29317/tid=29417] ppid=29315 vsize=400884 CPUtime=0 cores=0,2
/proc/29317/task/29417/stat : 29417 (python) S 29315 29317 28449 0 -1 4202560 32 933 0 0 0 0 0 0 25 0 3 0 886587780 410505216 32535 33554432000 4194304 5683644 140736629107888 18446744073709551615 232347716017 0 0 16781312 2 18446604453838358528 0 0 -1 0 0 0 0
[pid=29317/tid=29473] ppid=29315 vsize=400884 CPUtime=0 cores=0,2
/proc/29317/task/29473/stat : 29473 (python) S 29315 29317 28449 0 -1 4202560 24 933 0 0 0 0 0 0 20 0 3 0 886636890 410505216 32535 33554432000 4194304 5683644 140736629107888 18446744073709551615 232347716017 0 0 16781312 2 18446604453838358528 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1061.76
Current children cumulated vsize (KiB) 1587404

[startup+1122.3 s]
/proc/loadavg: 2.01 2.26 2.90 3/193 29527
/proc/meminfo: memFree=29117748/32951124 swapFree=67063272/67111528
[pid=29317] ppid=29315 vsize=400884 CPUtime=65.29 cores=0,2
/proc/29317/stat : 29317 (python) S 29315 29317 28449 0 -1 4202496 56362 933 1 0 6515 14 0 0 19 0 3 0 886581240 410505216 32535 33554432000 4194304 5683644 140736629107888 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29317/statm: 100221 32535 1878 364 0 36136 0
[pid=29416] ppid=29317 vsize=390628 CPUtime=0.65 cores=0,2
/proc/29416/stat : 29416 (python) S 29317 29317 28449 0 -1 4202560 1196 0 0 0 36 29 0 0 19 0 2 0 886587779 400003072 31068 33554432000 4194304 5683644 140736629107888 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/29416/statm: 97657 31068 414 364 0 33575 0
[pid=29418] ppid=29416 vsize=79204 CPUtime=489.92 cores=0,2
/proc/29418/stat : 29418 (lingeling) T 29416 29418 29418 0 -1 4202496 84206 0 0 0 48982 10 0 0 25 0 1 0 886587780 81104896 18971 33554432000 4194304 4352236 140737120020912 18446744073709551615 4329060 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 60
/proc/29418/statm: 19801 18971 129 39 0 18881 0
[pid=29416/tid=29471] ppid=29317 vsize=390628 CPUtime=0 cores=0,2
/proc/29416/task/29471/stat : 29471 (python) S 29317 29317 28449 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886636889 400003072 31068 33554432000 4194304 5683644 140736629107888 18446744073709551615 232347716017 0 0 16781312 514 18446604453853290752 0 0 -1 0 0 0 0
[pid=29472] ppid=29317 vsize=390640 CPUtime=0.87 cores=0,2
/proc/29472/stat : 29472 (python) S 29317 29317 28449 0 -1 4202560 999 0 0 0 48 39 0 0 15 0 1 0 886636890 400015360 31023 33554432000 4194304 5683644 140736629107888 18446744073709551615 232335912518 0 0 16781312 514 2766476812895617284 0 0 17 0 0 0 0
/proc/29472/statm: 97660 31023 370 364 0 33575 0
[pid=29474] ppid=29472 vsize=327024 CPUtime=565.07 cores=0,2
/proc/29474/stat : 29474 (cryptominisat-2) R 29472 29474 29474 0 -1 4202496 198979 0 0 0 56464 43 0 0 25 0 1 0 886636890 334872576 72881 33554432000 4194304 4677096 140735057127808 18446744073709551615 4319783 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/29474/statm: 81756 72881 425 118 0 76715 0
[pid=29317/tid=29417] ppid=29315 vsize=400884 CPUtime=0 cores=0,2
/proc/29317/task/29417/stat : 29417 (python) S 29315 29317 28449 0 -1 4202560 32 933 0 0 0 0 0 0 25 0 3 0 886587780 410505216 32535 33554432000 4194304 5683644 140736629107888 18446744073709551615 232347716017 0 0 16781312 2 18446604453838358528 0 0 -1 0 0 0 0
[pid=29317/tid=29473] ppid=29315 vsize=400884 CPUtime=0 cores=0,2
/proc/29317/task/29473/stat : 29473 (python) S 29315 29317 28449 0 -1 4202560 24 933 0 0 0 0 0 0 20 0 3 0 886636890 410505216 32535 33554432000 4194304 5683644 140736629107888 18446744073709551615 232347716017 0 0 16781312 2 18446604453838358528 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1121.8
Current children cumulated vsize (KiB) 1588380

[startup+1182.3 s]
/proc/loadavg: 2.00 2.21 2.84 3/193 29528
/proc/meminfo: memFree=29091684/32951124 swapFree=67063272/67111528
[pid=29317] ppid=29315 vsize=400884 CPUtime=65.29 cores=0,2
/proc/29317/stat : 29317 (python) S 29315 29317 28449 0 -1 4202496 56362 933 1 0 6515 14 0 0 19 0 3 0 886581240 410505216 32535 33554432000 4194304 5683644 140736629107888 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29317/statm: 100221 32535 1878 364 0 36136 0
[pid=29416] ppid=29317 vsize=390628 CPUtime=0.65 cores=0,2
/proc/29416/stat : 29416 (python) S 29317 29317 28449 0 -1 4202560 1196 0 0 0 36 29 0 0 19 0 2 0 886587779 400003072 31068 33554432000 4194304 5683644 140736629107888 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/29416/statm: 97657 31068 414 364 0 33575 0
[pid=29418] ppid=29416 vsize=79204 CPUtime=489.92 cores=0,2
/proc/29418/stat : 29418 (lingeling) T 29416 29418 29418 0 -1 4202496 84206 0 0 0 48982 10 0 0 25 0 1 0 886587780 81104896 18971 33554432000 4194304 4352236 140737120020912 18446744073709551615 4329060 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 60
/proc/29418/statm: 19801 18971 129 39 0 18881 0
[pid=29416/tid=29471] ppid=29317 vsize=390628 CPUtime=0 cores=0,2
/proc/29416/task/29471/stat : 29471 (python) S 29317 29317 28449 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886636889 400003072 31068 33554432000 4194304 5683644 140736629107888 18446744073709551615 232347716017 0 0 16781312 514 18446604453853290752 0 0 -1 0 0 0 0
[pid=29472] ppid=29317 vsize=390640 CPUtime=0.96 cores=0,2
/proc/29472/stat : 29472 (python) S 29317 29317 28449 0 -1 4202560 999 0 0 0 53 43 0 0 15 0 1 0 886636890 400015360 31023 33554432000 4194304 5683644 140736629107888 18446744073709551615 232335912518 0 0 16781312 514 2766476812895617284 0 0 17 0 0 0 0
/proc/29472/statm: 97660 31023 370 364 0 33575 0
[pid=29474] ppid=29472 vsize=341876 CPUtime=625.01 cores=0,2
/proc/29474/stat : 29474 (cryptominisat-2) R 29472 29474 29474 0 -1 4202496 209866 0 0 0 62454 47 0 0 25 0 1 0 886636890 350081024 77420 33554432000 4194304 4677096 140735057127808 18446744073709551615 4320052 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/29474/statm: 85469 77420 397 118 0 80428 0
[pid=29317/tid=29417] ppid=29315 vsize=400884 CPUtime=0 cores=0,2
/proc/29317/task/29417/stat : 29417 (python) S 29315 29317 28449 0 -1 4202560 32 933 0 0 0 0 0 0 25 0 3 0 886587780 410505216 32535 33554432000 4194304 5683644 140736629107888 18446744073709551615 232347716017 0 0 16781312 2 18446604453838358528 0 0 -1 0 0 0 0
[pid=29317/tid=29473] ppid=29315 vsize=400884 CPUtime=0 cores=0,2
/proc/29317/task/29473/stat : 29473 (python) S 29315 29317 28449 0 -1 4202560 24 933 0 0 0 0 0 0 20 0 3 0 886636890 410505216 32535 33554432000 4194304 5683644 140736629107888 18446744073709551615 232347716017 0 0 16781312 2 18446604453838358528 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1181.83
Current children cumulated vsize (KiB) 1603232



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 2.00 2.19 2.83 3/193 29529
/proc/meminfo: memFree=29094156/32951124 swapFree=67063272/67111528
[pid=29317] ppid=29315 vsize=400884 CPUtime=65.29 cores=0,2
/proc/29317/stat : 29317 (python) S 29315 29317 28449 0 -1 4202496 56362 933 1 0 6515 14 0 0 19 0 3 0 886581240 410505216 32535 33554432000 4194304 5683644 140736629107888 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29317/statm: 100221 32535 1878 364 0 36136 0
[pid=29416] ppid=29317 vsize=390628 CPUtime=0.65 cores=0,2
/proc/29416/stat : 29416 (python) S 29317 29317 28449 0 -1 4202560 1196 0 0 0 36 29 0 0 19 0 2 0 886587779 400003072 31068 33554432000 4194304 5683644 140736629107888 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/29416/statm: 97657 31068 414 364 0 33575 0
[pid=29418] ppid=29416 vsize=79204 CPUtime=489.92 cores=0,2
/proc/29418/stat : 29418 (lingeling) T 29416 29418 29418 0 -1 4202496 84206 0 0 0 48982 10 0 0 25 0 1 0 886587780 81104896 18971 33554432000 4194304 4352236 140737120020912 18446744073709551615 4329060 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 60
/proc/29418/statm: 19801 18971 129 39 0 18881 0
[pid=29416/tid=29471] ppid=29317 vsize=390628 CPUtime=0 cores=0,2
/proc/29416/task/29471/stat : 29471 (python) S 29317 29317 28449 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886636889 400003072 31068 33554432000 4194304 5683644 140736629107888 18446744073709551615 232347716017 0 0 16781312 514 18446604453853290752 0 0 -1 0 0 0 0
[pid=29472] ppid=29317 vsize=390640 CPUtime=0.99 cores=0,2
/proc/29472/stat : 29472 (python) S 29317 29317 28449 0 -1 4202560 999 0 0 0 55 44 0 0 15 0 1 0 886636890 400015360 31023 33554432000 4194304 5683644 140736629107888 18446744073709551615 232335912518 0 0 16781312 514 2766476812895617284 0 0 17 0 0 0 0
/proc/29472/statm: 97660 31023 370 364 0 33575 0
[pid=29474] ppid=29472 vsize=342344 CPUtime=643.2 cores=0,2
/proc/29474/stat : 29474 (cryptominisat-2) R 29472 29474 29474 0 -1 4202496 214664 0 0 0 64272 48 0 0 25 0 1 0 886636890 350560256 76037 33554432000 4194304 4677096 140735057127808 18446744073709551615 4319536 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/29474/statm: 85586 76037 397 118 0 80545 0
[pid=29317/tid=29417] ppid=29315 vsize=400884 CPUtime=0 cores=0,2
/proc/29317/task/29417/stat : 29417 (python) S 29315 29317 28449 0 -1 4202560 32 933 0 0 0 0 0 0 25 0 3 0 886587780 410505216 32535 33554432000 4194304 5683644 140736629107888 18446744073709551615 232347716017 0 0 16781312 2 18446604453838358528 0 0 -1 0 0 0 0
[pid=29317/tid=29473] ppid=29315 vsize=400884 CPUtime=0 cores=0,2
/proc/29317/task/29473/stat : 29473 (python) S 29315 29317 28449 0 -1 4202560 24 933 0 0 0 0 0 0 20 0 3 0 886636890 410505216 32535 33554432000 4194304 5683644 140736629107888 18446744073709551615 232347716017 0 0 16781312 2 18446604453838358528 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 1603700

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

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

[startup+1200.5 s]
/proc/loadavg: 2.00 2.19 2.83 3/193 29529
/proc/meminfo: memFree=29094156/32951124 swapFree=67063272/67111528
[pid=29317] ppid=29315 vsize=400884 CPUtime=65.29 cores=0,2
/proc/29317/stat : 29317 (python) S 29315 29317 28449 0 -1 4202496 56362 933 1 0 6515 14 0 0 19 0 3 0 886581240 410505216 32535 33554432000 4194304 5683644 140736629107888 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29317/statm: 100221 32535 1878 364 0 36136 0
[pid=29416] ppid=29317 vsize=390628 CPUtime=0.65 cores=0,2
/proc/29416/stat : 29416 (python) S 29317 29317 28449 0 -1 4202560 1196 0 0 0 36 29 0 0 19 0 2 0 886587779 400003072 31068 33554432000 4194304 5683644 140736629107888 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/29416/statm: 97657 31068 414 364 0 33575 0
[pid=29418] ppid=29416 vsize=79204 CPUtime=489.92 cores=0,2
/proc/29418/stat : 29418 (lingeling) T 29416 29418 29418 0 -1 4202496 84206 0 0 0 48982 10 0 0 25 0 1 0 886587780 81104896 18971 33554432000 4194304 4352236 140737120020912 18446744073709551615 4329060 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 60
/proc/29418/statm: 19801 18971 129 39 0 18881 0
[pid=29416/tid=29471] ppid=29317 vsize=390628 CPUtime=0 cores=0,2
/proc/29416/task/29471/stat : 29471 (python) S 29317 29317 28449 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886636889 400003072 31068 33554432000 4194304 5683644 140736629107888 18446744073709551615 232347716017 0 0 16781312 514 18446604453853290752 0 0 -1 0 0 0 0
[pid=29472] ppid=29317 vsize=390640 CPUtime=0.99 cores=0,2
/proc/29472/stat : 29472 (python) S 29317 29317 28449 0 -1 4202560 999 0 0 0 55 44 0 0 15 0 1 0 886636890 400015360 31023 33554432000 4194304 5683644 140736629107888 18446744073709551615 232335912518 0 0 16781312 514 2766476812895617284 0 0 17 0 0 0 0
/proc/29472/statm: 97660 31023 370 364 0 33575 0
[pid=29474] ppid=29472 vsize=342344 CPUtime=643.2 cores=0,2
/proc/29474/stat : 29474 (cryptominisat-2) R 29472 29474 29474 0 -1 4202496 214664 0 0 0 64272 48 0 0 25 0 1 0 886636890 350560256 76037 33554432000 4194304 4677096 140735057127808 18446744073709551615 4319536 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/29474/statm: 85586 76037 397 118 0 80545 0
[pid=29317/tid=29417] ppid=29315 vsize=400884 CPUtime=0 cores=0,2
/proc/29317/task/29417/stat : 29417 (python) S 29315 29317 28449 0 -1 4202560 32 933 0 0 0 0 0 0 25 0 3 0 886587780 410505216 32535 33554432000 4194304 5683644 140736629107888 18446744073709551615 232347716017 0 0 16781312 2 18446604453838358528 0 0 -1 0 0 0 0
[pid=29317/tid=29473] ppid=29315 vsize=400884 CPUtime=0 cores=0,2
/proc/29317/task/29473/stat : 29473 (python) S 29315 29317 28449 0 -1 4202560 24 933 0 0 0 0 0 0 20 0 3 0 886636890 410505216 32535 33554432000 4194304 5683644 140736629107888 18446744073709551615 232347716017 0 0 16781312 2 18446604453838358528 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 1603700

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 29317 and gives
#  childrusage.ru_utime.tv_sec=65
#  childrusage.ru_utime.tv_usec=154095
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=149977
# CPU time returned by wait4() is 65.3041
# while last known CPU time is 1200.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1200.53
CPU time (s): 1200.05
CPU user time (s): 1198.6
CPU system time (s): 1.45
CPU usage (%): 99.96
Max. virtual memory (cumulated for all children) (KiB): 1724792

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 65.1541
system time used= 0.149977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57295
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= 988
involuntary context switches= 159

runsolver used 2.04469 second user time and 4.51131 second system time

The end

Launcher Data

Begin job on node132 at 2011-06-11 01:50:31
IDJOB=3483982
IDBENCH=82493
IDSOLVER=1976
FILE ID=node132/3483982-1307749830
RUNJOBID= node132-1307747008-28467
PBS_JOBID= 13550826
Free space on /tmp= 73952 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed, 1200 s timeout)
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k50-eijkbs6669-tseitin.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-3483982-1307749830/watcher-3483982-1307749830 -o /tmp/evaluation-result-3483982-1307749830/solver-3483982-1307749830 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3483982-1307749830.cnf -seed 409621536 -budget 1200

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

MD5SUM BENCH= 7886cd26d6e0801ea382a1ffd6224023
RANDOM SEED=409621536

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30772684 kB
Buffers:        230928 kB
Cached:        1060544 kB
SwapCached:       9968 kB
Active:        1344512 kB
Inactive:       621492 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30772684 kB
SwapTotal:    67111528 kB
SwapFree:     67063272 kB
Dirty:           82424 kB
Writeback:           0 kB
AnonPages:      672260 kB
Mapped:          15468 kB
Slab:           144600 kB
PageTables:       8752 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1121048 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73996 MiB
End job on node132 at 2011-06-11 02:10:33