Trace number 3317679

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-industrialUNSAT 71.0212 50.1454

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k45-pdtswvqis8x8p2-tseitin.cnf
MD5SUMa2c0a22b1392549d2fca6c4b89170828
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2.11468
Satisfiable
(Un)Satisfiability was proved
Number of variables156721
Number of clauses469046
Sum of the clauses size1094438
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2312696
Number of clauses of size 3156348
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.34/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.34/0.67	c INFO: solving HOME/instance-3317679-1304269558.cnf
0.34/0.67	c INFO: computing task features
1.83/2.10	c INFO: computed variable-clause graph statistics
1.83/2.15	c INFO: computed clause balance statistics
8.92/9.25	c INFO: computed variable balance statistics
14.22/14.52	c INFO: computed small-clause counts
14.32/14.62	c INFO: computed Horn-clause counts
42.63/42.96	c INFO: computed variable graph statistics
42.63/42.96	c INFO: collected features for HOME/instance-3317679-1304269558.cnf in 42.24 s
42.63/42.99	c INFO: running lingeling-276@0 for 97 with 4757 remaining (b = 0.50)
42.72/43.01	c INFO: running cryptominisat-2.9.0@0 for 485 with 4757 remaining (b = 0.39)
42.72/43.04	c INFO: running lingeling-276@0 for 1261 with 4757 remaining (b = 0.51)
42.72/43.07	c INFO: running SApperloT@0 for 97 with 4757 remaining (b = 0.03)
70.91/50.10	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3317679-1304269558/watcher-3317679-1304269558 -o /tmp/evaluation-result-3317679-1304269558/solver-3317679-1304269558 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317679-1304269558.cnf -seed 1846542180 -budget 4800 -cores 4 

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

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


[startup+0 s]
/proc/loadavg: 3.39 4.45 5.15 3/187 20578
/proc/meminfo: memFree=21900816/32950928 swapFree=67111352/67111528
[pid=20578] ppid=20576 vsize=15184 CPUtime=0 cores=0,2,4,6
/proc/20578/stat : 20578 (python) S 20576 20578 19964 0 -1 4202496 725 0 0 0 0 0 0 0 21 0 1 0 617186523 15548416 615 33554432000 4194304 5683644 140736000701584 18446744073709551615 251367544832 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/20578/statm: 3797 616 321 364 0 284 0

[startup+0.0568671 s]
/proc/loadavg: 3.39 4.45 5.15 3/187 20578
/proc/meminfo: memFree=21900816/32950928 swapFree=67111352/67111528
[pid=20578] ppid=20576 vsize=29792 CPUtime=0.03 cores=0,2,4,6
/proc/20578/stat : 20578 (python) R 20576 20578 19964 0 -1 4202496 1396 0 0 0 3 0 0 0 21 0 1 0 617186523 30507008 1239 33554432000 4194304 5683644 140736000701584 18446744073709551615 4886860 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/20578/statm: 7448 1239 443 364 0 818 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 29792

[startup+0.100881 s]
/proc/loadavg: 3.39 4.45 5.15 3/187 20578
/proc/meminfo: memFree=21900816/32950928 swapFree=67111352/67111528
[pid=20578] ppid=20576 vsize=85624 CPUtime=0.06 cores=0,2,4,6
/proc/20578/stat : 20578 (python) R 20576 20578 19964 0 -1 4202496 2631 0 0 0 5 1 0 0 21 0 1 0 617186523 87678976 2348 33554432000 4194304 5683644 140736000701584 18446744073709551615 251367239376 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/20578/statm: 21927 2352 715 364 0 1623 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 85624

[startup+0.300829 s]
/proc/loadavg: 3.39 4.45 5.15 3/187 20578
/proc/meminfo: memFree=21900816/32950928 swapFree=67111352/67111528
[pid=20578] ppid=20576 vsize=135752 CPUtime=0.18 cores=0,2,4,6
/proc/20578/stat : 20578 (python) S 20576 20578 19964 0 -1 4202496 5964 937 1 0 13 5 0 0 21 0 1 0 617186523 139010048 4150 33554432000 4194304 5683644 140736000701584 18446744073709551615 251367542789 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/20578/statm: 33938 4150 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135752

[startup+0.700799 s]
/proc/loadavg: 3.39 4.45 5.15 3/187 20578
/proc/meminfo: memFree=21900816/32950928 swapFree=67111352/67111528
[pid=20578] ppid=20576 vsize=287728 CPUtime=0.42 cores=0,2,4,6
/proc/20578/stat : 20578 (python) R 20576 20578 19964 0 -1 4202496 11572 937 1 0 31 11 0 0 16 0 1 0 617186523 294633472 9251 33554432000 4194304 5683644 140736000701584 18446744073709551615 47164914697455 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/20578/statm: 71932 9251 1761 364 0 7856 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 287728

[startup+1.50065 s]
/proc/loadavg: 3.39 4.45 5.15 3/188 20583
/proc/meminfo: memFree=21849844/32950928 swapFree=67111352/67111528
[pid=20578] ppid=20576 vsize=341820 CPUtime=1.23 cores=0,2,4,6
/proc/20578/stat : 20578 (python) R 20576 20578 19964 0 -1 4202496 24737 937 1 0 109 14 0 0 17 0 1 0 617186523 350023680 22416 33554432000 4194304 5683644 140736000701584 18446744073709551615 251367207621 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/20578/statm: 85455 22417 1761 364 0 21379 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 341820

[startup+3.10038 s]
/proc/loadavg: 3.39 4.45 5.15 3/188 20584
/proc/meminfo: memFree=21783380/32950928 swapFree=67111352/67111528
[pid=20578] ppid=20576 vsize=373744 CPUtime=2.82 cores=0,2,4,6
/proc/20578/stat : 20578 (python) R 20576 20578 19964 0 -1 4202496 43727 937 1 0 266 16 0 0 20 0 1 0 617186523 382713856 30820 33554432000 4194304 5683644 140736000701584 18446744073709551615 4623672 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/20578/statm: 93436 30820 1826 364 0 29360 0
Current children cumulated CPU time (s) 2.82
Current children cumulated vsize (KiB) 373744

[startup+6.30075 s]
/proc/loadavg: 3.28 4.41 5.13 3/188 20584
/proc/meminfo: memFree=21783504/32950928 swapFree=67111352/67111528
[pid=20578] ppid=20576 vsize=373744 CPUtime=6.02 cores=0,2,4,6
/proc/20578/stat : 20578 (python) R 20576 20578 19964 0 -1 4202496 43727 937 1 0 586 16 0 0 25 0 1 0 617186523 382713856 30820 33554432000 4194304 5683644 140736000701584 18446744073709551615 47164743957473 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/20578/statm: 93436 30820 1826 364 0 29360 0
Current children cumulated CPU time (s) 6.02
Current children cumulated vsize (KiB) 373744

[startup+12.7006 s]
/proc/loadavg: 3.18 4.37 5.12 3/188 20584
/proc/meminfo: memFree=21783888/32950928 swapFree=67111352/67111528
[pid=20578] ppid=20576 vsize=373744 CPUtime=12.42 cores=0,2,4,6
/proc/20578/stat : 20578 (python) R 20576 20578 19964 0 -1 4202496 43728 937 1 0 1226 16 0 0 25 0 1 0 617186523 382713856 30821 33554432000 4194304 5683644 140736000701584 18446744073709551615 251370955433 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/20578/statm: 93436 30821 1827 364 0 29360 0
Current children cumulated CPU time (s) 12.42
Current children cumulated vsize (KiB) 373744

[startup+25.5012 s]
/proc/loadavg: 3.00 4.27 5.07 3/188 20584
/proc/meminfo: memFree=21783884/32950928 swapFree=67111352/67111528
[pid=20578] ppid=20576 vsize=373744 CPUtime=25.22 cores=0,2,4,6
/proc/20578/stat : 20578 (python) R 20576 20578 19964 0 -1 4202496 43734 937 1 0 2506 16 0 0 25 0 1 0 617186523 382713856 30827 33554432000 4194304 5683644 140736000701584 18446744073709551615 47164743846028 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/20578/statm: 93436 30827 1833 364 0 29360 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 373744

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

[startup+38.3008 s]
/proc/loadavg: 2.84 4.20 5.04 3/188 20584
/proc/meminfo: memFree=21783976/32950928 swapFree=67111352/67111528
[pid=20578] ppid=20576 vsize=373744 CPUtime=38.02 cores=0,2,4,6
/proc/20578/stat : 20578 (python) R 20576 20578 19964 0 -1 4202496 43734 937 1 0 3786 16 0 0 25 0 1 0 617186523 382713856 30827 33554432000 4194304 5683644 140736000701584 18446744073709551615 47164743846016 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/20578/statm: 93436 30827 1833 364 0 29360 0
Current children cumulated CPU time (s) 38.02
Current children cumulated vsize (KiB) 373744

[startup+44.7016 s]
/proc/loadavg: 2.71 4.12 5.00 6/200 20596
/proc/meminfo: memFree=21612884/32950928 swapFree=67111352/67111528
[pid=20578] ppid=20576 vsize=407596 CPUtime=42.79 cores=0,2,4,6
/proc/20578/stat : 20578 (python) S 20576 20578 19964 0 -1 4202496 46449 937 1 0 4261 18 0 0 20 0 5 0 617186523 417378304 29095 33554432000 4194304 5683644 140736000701584 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20578/statm: 101899 29095 1881 364 0 37808 0
[pid=20585] ppid=20578 vsize=366584 CPUtime=0 cores=0,2,4,6
/proc/20585/stat : 20585 (python) S 20578 20578 19964 0 -1 4202560 810 0 0 0 0 0 0 0 18 0 1 0 617190823 375382016 27556 33554432000 4194304 5683644 140736000701584 18446744073709551615 251367566863 0 0 16781312 514 4009479930776649727 0 0 17 2 0 0 0
/proc/20585/statm: 91646 27556 358 364 0 27564 0
[pid=20587] ppid=20585 vsize=38324 CPUtime=1.69 cores=0,2,4,6
/proc/20587/stat : 20587 (lingeling) R 20585 20587 20587 0 -1 4202496 18364 0 0 0 167 2 0 0 25 0 1 0 617190823 39243776 8737 33554432000 4194304 4352236 140735797218000 18446744073709551615 4319072 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/20587/statm: 9581 8737 121 39 0 8661 0
[pid=20588] ppid=20578 vsize=376840 CPUtime=0 cores=0,2,4,6
/proc/20588/stat : 20588 (python) S 20578 20578 19964 0 -1 4202560 742 0 0 0 0 0 0 0 18 0 1 0 617190825 385884160 27549 33554432000 4194304 5683644 140736000701584 18446744073709551615 251367566918 0 0 16781312 514 4217312642315845631 0 0 17 6 0 0 0
/proc/20588/statm: 94210 27549 347 364 0 30125 0
[pid=20590] ppid=20588 vsize=151284 CPUtime=1.66 cores=0,2,4,6
/proc/20590/stat : 20590 (cryptominisat-2) R 20588 20590 20590 0 -1 4202496 29845 0 0 0 163 3 0 0 25 0 1 0 617190826 154914816 25208 33554432000 4194304 4677096 140734916234256 18446744073709551615 4319726 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/20590/statm: 37821 25208 362 118 0 32780 0
[pid=20591] ppid=20578 vsize=387096 CPUtime=0 cores=0,2,4,6
/proc/20591/stat : 20591 (python) S 20578 20578 19964 0 -1 4202560 743 0 0 0 0 0 0 0 18 0 1 0 617190828 396386304 27553 33554432000 4194304 5683644 140736000701584 18446744073709551615 251367566918 0 0 16781312 514 2912012295116685311 0 0 17 6 0 0 0
/proc/20591/statm: 96774 27553 347 364 0 32686 0
[pid=20593] ppid=20591 vsize=38268 CPUtime=1.63 cores=0,2,4,6
/proc/20593/stat : 20593 (lingeling) R 20591 20593 20593 0 -1 4202496 18347 0 0 0 161 2 0 0 25 0 1 0 617190828 39186432 8723 33554432000 4194304 4352236 140736729026688 18446744073709551615 4319146 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/20593/statm: 9567 8723 121 39 0 8647 0
[pid=20594] ppid=20578 vsize=397352 CPUtime=0 cores=0,2,4,6
/proc/20594/stat : 20594 (python) S 20578 20578 19964 0 -1 4202560 756 0 0 0 0 0 0 0 18 0 1 0 617190831 406888448 27557 33554432000 4194304 5683644 140736000701584 18446744073709551615 251367566918 0 0 16781312 514 3920203434891935743 0 0 17 2 0 0 0
/proc/20594/statm: 99338 27557 347 364 0 35247 0
[pid=20596] ppid=20594 vsize=25444 CPUtime=1.61 cores=0,2,4,6
/proc/20596/stat : 20596 (SApperloT-base) R 20594 20596 20596 0 -1 4202496 6042 0 0 0 160 1 0 0 25 0 1 0 617190831 26054656 5548 33554432000 134512640 135674940 4289163952 18446744073709551615 134550595 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/20596/statm: 6361 5548 99 284 0 6075 0
[pid=20578/tid=20586] ppid=20576 vsize=407596 CPUtime=0 cores=0,2,4,6
/proc/20578/task/20586/stat : 20586 (python) S 20576 20578 19964 0 -1 4202560 24 937 0 0 0 0 0 0 25 0 5 0 617190823 417378304 29095 33554432000 4194304 5683644 140736000701584 18446744073709551615 251379370417 0 0 16781312 2 18446604446982921088 0 0 -1 2 0 0 0
[pid=20578/tid=20589] ppid=20576 vsize=407596 CPUtime=0 cores=0,2,4,6
/proc/20578/task/20589/stat : 20589 (python) S 20576 20578 19964 0 -1 4202560 20 937 0 0 0 0 0 0 25 0 5 0 617190826 417378304 29095 33554432000 4194304 5683644 140736000701584 18446744073709551615 251379370417 0 0 16781312 2 18446604446982921088 0 0 -1 0 0 0 0
[pid=20578/tid=20592] ppid=20576 vsize=407596 CPUtime=0 cores=0,2,4,6
/proc/20578/task/20592/stat : 20592 (python) S 20576 20578 19964 0 -1 4202560 23 937 0 0 0 0 0 0 20 0 5 0 617190828 417378304 29095 33554432000 4194304 5683644 140736000701584 18446744073709551615 251379370417 0 0 16781312 2 18446604446982921088 0 0 -1 6 0 0 0
[pid=20578/tid=20595] ppid=20576 vsize=407596 CPUtime=0 cores=0,2,4,6
/proc/20578/task/20595/stat : 20595 (python) S 20576 20578 19964 0 -1 4202560 28 937 0 0 0 0 0 0 20 0 5 0 617190831 417378304 29095 33554432000 4194304 5683644 140736000701584 18446744073709551615 251379370417 0 0 16781312 2 18446604446982921088 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 49.38
Current children cumulated vsize (KiB) 2188788

[startup+47.901 s]
/proc/loadavg: 2.71 4.12 5.00 6/200 20597
/proc/meminfo: memFree=21480968/32950928 swapFree=67111352/67111528
[pid=20578] ppid=20576 vsize=407596 CPUtime=42.79 cores=0,2,4,6
/proc/20578/stat : 20578 (python) S 20576 20578 19964 0 -1 4202496 46449 937 1 0 4261 18 0 0 20 0 5 0 617186523 417378304 29095 33554432000 4194304 5683644 140736000701584 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20578/statm: 101899 29095 1881 364 0 37808 0
[pid=20585] ppid=20578 vsize=366584 CPUtime=0 cores=0,2,4,6
/proc/20585/stat : 20585 (python) S 20578 20578 19964 0 -1 4202560 975 0 0 0 0 0 0 0 18 0 1 0 617190823 375382016 27579 33554432000 4194304 5683644 140736000701584 18446744073709551615 251367566863 0 0 16781312 514 4009479930776617220 0 0 17 2 0 0 0
/proc/20585/statm: 91646 27579 381 364 0 27564 0
[pid=20587] ppid=20585 vsize=49592 CPUtime=4.87 cores=0,2,4,6
/proc/20587/stat : 20587 (lingeling) R 20585 20587 20587 0 -1 4202496 20938 0 0 0 485 2 0 0 25 0 1 0 617190823 50782208 11311 33554432000 4194304 4352236 140735797218000 18446744073709551615 4228410 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/20587/statm: 12398 11311 127 39 0 11478 0
[pid=20588] ppid=20578 vsize=376840 CPUtime=0 cores=0,2,4,6
/proc/20588/stat : 20588 (python) S 20578 20578 19964 0 -1 4202560 895 0 0 0 0 0 0 0 18 0 1 0 617190825 385884160 27572 33554432000 4194304 5683644 140736000701584 18446744073709551615 251367566918 0 0 16781312 514 4217312642315813121 0 0 17 6 0 0 0
/proc/20588/statm: 94210 27572 370 364 0 30125 0
[pid=20590] ppid=20588 vsize=290052 CPUtime=4.82 cores=0,2,4,6
/proc/20590/stat : 20590 (cryptominisat-2) R 20588 20590 20590 0 -1 4202496 58115 0 0 0 476 6 0 0 25 0 1 0 617190826 297013248 53478 33554432000 4194304 4677096 140734916234256 18446744073709551615 4318902 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/20590/statm: 72513 53478 362 118 0 67472 0
[pid=20591] ppid=20578 vsize=387096 CPUtime=0.01 cores=0,2,4,6
/proc/20591/stat : 20591 (python) S 20578 20578 19964 0 -1 4202560 928 0 0 0 0 1 0 0 18 0 1 0 617190828 396386304 27576 33554432000 4194304 5683644 140736000701584 18446744073709551615 251367566918 0 0 16781312 514 2912012295116652802 0 0 17 6 0 0 0
/proc/20591/statm: 96774 27576 370 364 0 32686 0
[pid=20593] ppid=20591 vsize=50560 CPUtime=4.84 cores=0,2,4,6
/proc/20593/stat : 20593 (lingeling) R 20591 20593 20593 0 -1 4202496 21432 0 0 0 481 3 0 0 25 0 1 0 617190828 51773440 11808 33554432000 4194304 4352236 140736729026688 18446744073709551615 4229896 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/20593/statm: 12640 11808 127 39 0 11720 0
[pid=20594] ppid=20578 vsize=397352 CPUtime=0 cores=0,2,4,6
/proc/20594/stat : 20594 (python) S 20578 20578 19964 0 -1 4202560 933 0 0 0 0 0 0 0 18 0 1 0 617190831 406888448 27580 33554432000 4194304 5683644 140736000701584 18446744073709551615 251367566918 0 0 16781312 514 3920203434891903236 0 0 17 2 0 0 0
/proc/20594/statm: 99338 27580 370 364 0 35247 0
[pid=20596] ppid=20594 vsize=26764 CPUtime=4.81 cores=0,2,4,6
/proc/20596/stat : 20596 (SApperloT-base) R 20594 20596 20596 0 -1 4202496 6382 0 0 0 480 1 0 0 25 0 1 0 617190831 27406336 5888 33554432000 134512640 135674940 4289163952 18446744073709551615 134558972 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/20596/statm: 6691 5888 99 284 0 6405 0
[pid=20578/tid=20586] ppid=20576 vsize=407596 CPUtime=0 cores=0,2,4,6
/proc/20578/task/20586/stat : 20586 (python) S 20576 20578 19964 0 -1 4202560 24 937 0 0 0 0 0 0 25 0 5 0 617190823 417378304 29095 33554432000 4194304 5683644 140736000701584 18446744073709551615 251379370417 0 0 16781312 2 18446604446982921088 0 0 -1 2 0 0 0
[pid=20578/tid=20589] ppid=20576 vsize=407596 CPUtime=0 cores=0,2,4,6
/proc/20578/task/20589/stat : 20589 (python) S 20576 20578 19964 0 -1 4202560 20 937 0 0 0 0 0 0 25 0 5 0 617190826 417378304 29095 33554432000 4194304 5683644 140736000701584 18446744073709551615 251379370417 0 0 16781312 2 18446604446982921088 0 0 -1 0 0 0 0
[pid=20578/tid=20592] ppid=20576 vsize=407596 CPUtime=0 cores=0,2,4,6
/proc/20578/task/20592/stat : 20592 (python) S 20576 20578 19964 0 -1 4202560 23 937 0 0 0 0 0 0 20 0 5 0 617190828 417378304 29095 33554432000 4194304 5683644 140736000701584 18446744073709551615 251379370417 0 0 16781312 2 18446604446982921088 0 0 -1 6 0 0 0
[pid=20578/tid=20595] ppid=20576 vsize=407596 CPUtime=0 cores=0,2,4,6
/proc/20578/task/20595/stat : 20595 (python) S 20576 20578 19964 0 -1 4202560 28 937 0 0 0 0 0 0 20 0 5 0 617190831 417378304 29095 33554432000 4194304 5683644 140736000701584 18446744073709551615 251379370417 0 0 16781312 2 18446604446982921088 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 62.14
Current children cumulated vsize (KiB) 2352436

[startup+49.5077 s]
/proc/loadavg: 2.89 4.14 5.00 6/200 20597
/proc/meminfo: memFree=21357340/32950928 swapFree=67111352/67111528
[pid=20578] ppid=20576 vsize=407596 CPUtime=42.79 cores=0,2,4,6
/proc/20578/stat : 20578 (python) S 20576 20578 19964 0 -1 4202496 46449 937 1 0 4261 18 0 0 20 0 5 0 617186523 417378304 29095 33554432000 4194304 5683644 140736000701584 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20578/statm: 101899 29095 1881 364 0 37808 0
[pid=20585] ppid=20578 vsize=366584 CPUtime=0 cores=0,2,4,6
/proc/20585/stat : 20585 (python) S 20578 20578 19964 0 -1 4202560 975 0 0 0 0 0 0 0 18 0 1 0 617190823 375382016 27579 33554432000 4194304 5683644 140736000701584 18446744073709551615 251367566863 0 0 16781312 514 4009479930776617220 0 0 17 2 0 0 0
/proc/20585/statm: 91646 27579 381 364 0 27564 0
[pid=20587] ppid=20585 vsize=74172 CPUtime=6.48 cores=0,2,4,6
/proc/20587/stat : 20587 (lingeling) R 20585 20587 20587 0 -1 4202496 27083 0 0 0 645 3 0 0 25 0 1 0 617190823 75952128 17456 33554432000 4194304 4352236 140735797218000 18446744073709551615 4228410 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/20587/statm: 18543 17456 127 39 0 17623 0
[pid=20588] ppid=20578 vsize=376840 CPUtime=0 cores=0,2,4,6
/proc/20588/stat : 20588 (python) S 20578 20578 19964 0 -1 4202560 895 0 0 0 0 0 0 0 18 0 1 0 617190825 385884160 27572 33554432000 4194304 5683644 140736000701584 18446744073709551615 251367566918 0 0 16781312 514 4217312642315813121 0 0 17 6 0 0 0
/proc/20588/statm: 94210 27572 370 364 0 30125 0
[pid=20590] ppid=20588 vsize=355040 CPUtime=6.42 cores=0,2,4,6
/proc/20590/stat : 20590 (cryptominisat-2) R 20588 20590 20590 0 -1 4202496 73093 0 0 0 634 8 0 0 25 0 1 0 617190826 363560960 68456 33554432000 4194304 4677096 140734916234256 18446744073709551615 4319726 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/20590/statm: 88760 68456 362 118 0 83719 0
[pid=20591] ppid=20578 vsize=387096 CPUtime=0.01 cores=0,2,4,6
/proc/20591/stat : 20591 (python) S 20578 20578 19964 0 -1 4202560 928 0 0 0 0 1 0 0 18 0 1 0 617190828 396386304 27576 33554432000 4194304 5683644 140736000701584 18446744073709551615 251367566918 0 0 16781312 514 2912012295116652802 0 0 17 6 0 0 0
/proc/20591/statm: 96774 27576 370 364 0 32686 0
[pid=20593] ppid=20591 vsize=75140 CPUtime=6.44 cores=0,2,4,6
/proc/20593/stat : 20593 (lingeling) R 20591 20593 20593 0 -1 4202496 27577 0 0 0 641 3 0 0 25 0 1 0 617190828 76943360 17953 33554432000 4194304 4352236 140736729026688 18446744073709551615 4300222 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/20593/statm: 18785 17953 127 39 0 17865 0
[pid=20594] ppid=20578 vsize=397352 CPUtime=0 cores=0,2,4,6
/proc/20594/stat : 20594 (python) S 20578 20578 19964 0 -1 4202560 933 0 0 0 0 0 0 0 18 0 1 0 617190831 406888448 27580 33554432000 4194304 5683644 140736000701584 18446744073709551615 251367566918 0 0 16781312 514 3920203434891903236 0 0 17 2 0 0 0
/proc/20594/statm: 99338 27580 370 364 0 35247 0
[pid=20596] ppid=20594 vsize=27308 CPUtime=6.42 cores=0,2,4,6
/proc/20596/stat : 20596 (SApperloT-base) R 20594 20596 20596 0 -1 4202496 6519 0 0 0 641 1 0 0 25 0 1 0 617190831 27963392 6025 33554432000 134512640 135674940 4289163952 18446744073709551615 134564271 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/20596/statm: 6827 6025 99 284 0 6541 0
[pid=20578/tid=20586] ppid=20576 vsize=407596 CPUtime=0 cores=0,2,4,6
/proc/20578/task/20586/stat : 20586 (python) S 20576 20578 19964 0 -1 4202560 24 937 0 0 0 0 0 0 25 0 5 0 617190823 417378304 29095 33554432000 4194304 5683644 140736000701584 18446744073709551615 251379370417 0 0 16781312 2 18446604446982921088 0 0 -1 2 0 0 0
[pid=20578/tid=20589] ppid=20576 vsize=407596 CPUtime=0 cores=0,2,4,6
/proc/20578/task/20589/stat : 20589 (python) S 20576 20578 19964 0 -1 4202560 20 937 0 0 0 0 0 0 25 0 5 0 617190826 417378304 29095 33554432000 4194304 5683644 140736000701584 18446744073709551615 251379370417 0 0 16781312 2 18446604446982921088 0 0 -1 0 0 0 0
[pid=20578/tid=20592] ppid=20576 vsize=407596 CPUtime=0 cores=0,2,4,6
/proc/20578/task/20592/stat : 20592 (python) S 20576 20578 19964 0 -1 4202560 23 937 0 0 0 0 0 0 20 0 5 0 617190828 417378304 29095 33554432000 4194304 5683644 140736000701584 18446744073709551615 251379370417 0 0 16781312 2 18446604446982921088 0 0 -1 6 0 0 0
[pid=20578/tid=20595] ppid=20576 vsize=407596 CPUtime=0 cores=0,2,4,6
/proc/20578/task/20595/stat : 20595 (python) S 20576 20578 19964 0 -1 4202560 28 937 0 0 0 0 0 0 20 0 5 0 617190831 417378304 29095 33554432000 4194304 5683644 140736000701584 18446744073709551615 251379370417 0 0 16781312 2 18446604446982921088 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 68.56
Current children cumulated vsize (KiB) 2467128

[startup+49.9006 s]
/proc/loadavg: 2.89 4.14 5.00 6/200 20597
/proc/meminfo: memFree=21357340/32950928 swapFree=67111352/67111528
[pid=20578] ppid=20576 vsize=407596 CPUtime=42.79 cores=0,2,4,6
/proc/20578/stat : 20578 (python) S 20576 20578 19964 0 -1 4202496 46449 937 1 0 4261 18 0 0 20 0 5 0 617186523 417378304 29095 33554432000 4194304 5683644 140736000701584 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20578/statm: 101899 29095 1881 364 0 37808 0
[pid=20585] ppid=20578 vsize=366584 CPUtime=0 cores=0,2,4,6
/proc/20585/stat : 20585 (python) S 20578 20578 19964 0 -1 4202560 975 0 0 0 0 0 0 0 18 0 1 0 617190823 375382016 27579 33554432000 4194304 5683644 140736000701584 18446744073709551615 251367566863 0 0 16781312 514 4009479930776617220 0 0 17 2 0 0 0
/proc/20585/statm: 91646 27579 381 364 0 27564 0
[pid=20587] ppid=20585 vsize=74172 CPUtime=6.87 cores=0,2,4,6
/proc/20587/stat : 20587 (lingeling) R 20585 20587 20587 0 -1 4202496 27083 0 0 0 684 3 0 0 25 0 1 0 617190823 75952128 17456 33554432000 4194304 4352236 140735797218000 18446744073709551615 4208812 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/20587/statm: 18543 17456 127 39 0 17623 0
[pid=20588] ppid=20578 vsize=376840 CPUtime=0 cores=0,2,4,6
/proc/20588/stat : 20588 (python) S 20578 20578 19964 0 -1 4202560 895 0 0 0 0 0 0 0 18 0 1 0 617190825 385884160 27572 33554432000 4194304 5683644 140736000701584 18446744073709551615 251367566918 0 0 16781312 514 4217312642315813121 0 0 17 6 0 0 0
/proc/20588/statm: 94210 27572 370 364 0 30125 0
[pid=20590] ppid=20588 vsize=372092 CPUtime=6.81 cores=0,2,4,6
/proc/20590/stat : 20590 (cryptominisat-2) R 20588 20590 20590 0 -1 4202496 76995 0 0 0 673 8 0 0 25 0 1 0 617190826 381022208 72358 33554432000 4194304 4677096 140734916234256 18446744073709551615 4319908 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/20590/statm: 93023 72358 362 118 0 87982 0
[pid=20591] ppid=20578 vsize=387096 CPUtime=0.01 cores=0,2,4,6
/proc/20591/stat : 20591 (python) S 20578 20578 19964 0 -1 4202560 928 0 0 0 0 1 0 0 18 0 1 0 617190828 396386304 27576 33554432000 4194304 5683644 140736000701584 18446744073709551615 251367566918 0 0 16781312 514 2912012295116652802 0 0 17 6 0 0 0
/proc/20591/statm: 96774 27576 370 364 0 32686 0
[pid=20593] ppid=20591 vsize=75140 CPUtime=6.83 cores=0,2,4,6
/proc/20593/stat : 20593 (lingeling) R 20591 20593 20593 0 -1 4202496 27577 0 0 0 680 3 0 0 25 0 1 0 617190828 76943360 17953 33554432000 4194304 4352236 140736729026688 18446744073709551615 4207645 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/20593/statm: 18785 17953 127 39 0 17865 0
[pid=20594] ppid=20578 vsize=397352 CPUtime=0 cores=0,2,4,6
/proc/20594/stat : 20594 (python) S 20578 20578 19964 0 -1 4202560 933 0 0 0 0 0 0 0 18 0 1 0 617190831 406888448 27580 33554432000 4194304 5683644 140736000701584 18446744073709551615 251367566918 0 0 16781312 514 3920203434891903236 0 0 17 2 0 0 0
/proc/20594/statm: 99338 27580 370 364 0 35247 0
[pid=20596] ppid=20594 vsize=27440 CPUtime=6.81 cores=0,2,4,6
/proc/20596/stat : 20596 (SApperloT-base) R 20594 20596 20596 0 -1 4202496 6558 0 0 0 680 1 0 0 25 0 1 0 617190831 28098560 6064 33554432000 134512640 135674940 4289163952 18446744073709551615 134564136 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/20596/statm: 6860 6064 99 284 0 6574 0
[pid=20578/tid=20586] ppid=20576 vsize=407596 CPUtime=0 cores=0,2,4,6
/proc/20578/task/20586/stat : 20586 (python) S 20576 20578 19964 0 -1 4202560 24 937 0 0 0 0 0 0 25 0 5 0 617190823 417378304 29095 33554432000 4194304 5683644 140736000701584 18446744073709551615 251379370417 0 0 16781312 2 18446604446982921088 0 0 -1 2 0 0 0
[pid=20578/tid=20589] ppid=20576 vsize=407596 CPUtime=0 cores=0,2,4,6
/proc/20578/task/20589/stat : 20589 (python) S 20576 20578 19964 0 -1 4202560 20 937 0 0 0 0 0 0 25 0 5 0 617190826 417378304 29095 33554432000 4194304 5683644 140736000701584 18446744073709551615 251379370417 0 0 16781312 2 18446604446982921088 0 0 -1 0 0 0 0
[pid=20578/tid=20592] ppid=20576 vsize=407596 CPUtime=0 cores=0,2,4,6
/proc/20578/task/20592/stat : 20592 (python) S 20576 20578 19964 0 -1 4202560 23 937 0 0 0 0 0 0 20 0 5 0 617190828 417378304 29095 33554432000 4194304 5683644 140736000701584 18446744073709551615 251379370417 0 0 16781312 2 18446604446982921088 0 0 -1 6 0 0 0
[pid=20578/tid=20595] ppid=20576 vsize=407596 CPUtime=0 cores=0,2,4,6
/proc/20578/task/20595/stat : 20595 (python) S 20576 20578 19964 0 -1 4202560 28 937 0 0 0 0 0 0 20 0 5 0 617190831 417378304 29095 33554432000 4194304 5683644 140736000701584 18446744073709551615 251379370417 0 0 16781312 2 18446604446982921088 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 70.12
Current children cumulated vsize (KiB) 2484312

[startup+50.1017 s]
/proc/loadavg: 2.89 4.14 5.00 6/200 20597
/proc/meminfo: memFree=21357340/32950928 swapFree=67111352/67111528
[pid=20578] ppid=20576 vsize=407596 CPUtime=56.91 cores=0,2,4,6
/proc/20578/stat : 20578 (python) S 20576 20578 19964 0 -1 4202496 46490 57592 1 0 4261 18 1402 10 17 0 5 0 617186523 417378304 29096 33554432000 4194304 5683644 140736000701584 18446744073709551615 251379376959 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/20578/statm: 101899 29096 1882 364 0 37808 0
[pid=20588] ppid=20578 vsize=376840 CPUtime=0 cores=0,2,4,6
/proc/20588/stat : 20588 (python) S 20578 20578 19964 0 -1 4202560 915 0 0 0 0 0 0 0 15 0 1 0 617190825 385884160 27577 33554432000 4194304 5683644 140736000701584 18446744073709551615 251379376959 0 0 16781824 2 18446744071562232103 0 0 17 6 0 0 0
/proc/20588/statm: 94210 27577 375 364 0 30125 0
[pid=20590] ppid=20588 vsize=0 CPUtime=7.01 cores=0,2,4,6
/proc/20590/stat : 20590 (cryptominisat-2) R 20588 20590 20590 0 -1 4203524 79506 0 0 0 691 10 0 0 25 0 1 0 617190826 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/20590/statm: 0 0 0 0 0 0 0
[pid=20594] ppid=20578 vsize=0 CPUtime=6.99 cores=0,2,4,6
/proc/20594/stat : 20594 (python) Z 20578 20578 19964 0 -1 4202588 1168 6589 0 0 0 1 697 1 17 0 1 0 617190831 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20594/statm: 0 0 0 0 0 0 0
[pid=20578/tid=20586] ppid=20576 vsize=407596 CPUtime=14.12 cores=0,2,4,6
/proc/20578/task/20586/stat : 20586 (python) S 20576 20578 19964 0 -1 4202560 24 57592 0 0 0 0 1402 10 25 0 5 0 617190823 417378304 29096 33554432000 4194304 5683644 140736000701584 18446744073709551615 251379370417 0 0 16781312 2 18446604446982921088 0 0 -1 2 0 0 0
[pid=20578/tid=20589] ppid=20576 vsize=407596 CPUtime=14.12 cores=0,2,4,6
/proc/20578/task/20589/stat : 20589 (python) S 20576 20578 19964 0 -1 4202560 20 57592 0 0 0 0 1402 10 25 0 5 0 617190826 417378304 29096 33554432000 4194304 5683644 140736000701584 18446744073709551615 251379370417 0 0 16781312 2 18446604446982921088 0 0 -1 0 0 0 0
[pid=20578/tid=20592] ppid=20576 vsize=407596 CPUtime=14.12 cores=0,2,4,6
/proc/20578/task/20592/stat : 20592 (python) S 20576 20578 19964 0 -1 4202560 23 57592 0 0 0 0 1402 10 20 0 5 0 617190828 417378304 29096 33554432000 4194304 5683644 140736000701584 18446744073709551615 251379370417 0 0 16781312 2 18446604446982921088 0 0 -1 6 0 0 0
[pid=20578/tid=20595] ppid=20576 vsize=407596 CPUtime=14.12 cores=0,2,4,6
/proc/20578/task/20595/stat : 20595 (python) S 20576 20578 19964 0 -1 4202560 28 57592 0 0 0 0 1402 10 20 0 5 0 617190831 417378304 29096 33554432000 4194304 5683644 140736000701584 18446744073709551615 251379370417 0 0 16781312 2 18446604446982921088 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 70.91
Current children cumulated vsize (KiB) 784436

Child status: 0
Real time (s): 50.1454
CPU time (s): 71.0212
CPU user time (s): 70.5723
CPU system time (s): 0.448931
CPU usage (%): 141.63
Max. virtual memory (cumulated for all children) (KiB): 2489184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 70.5723
system time used= 0.448931
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 205967
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= 3032
involuntary context switches= 302

runsolver used 0.089986 second user time and 0.166974 second system time

The end

Launcher Data

Begin job on node113 at 2011-05-01 19:05:58
IDJOB=3317679
IDBENCH=82470
IDSOLVER=1706
FILE ID=node113/3317679-1304269558
RUNJOBID= node113-1304267292-19982
PBS_JOBID= 13173966
Free space on /tmp= 72188 MiB

SOLVER NAME= borg-sat 11.03.02-industrial
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-pdtswvqis8x8p2-tseitin.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-3317679-1304269558/watcher-3317679-1304269558 -o /tmp/evaluation-result-3317679-1304269558/solver-3317679-1304269558 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317679-1304269558.cnf -seed 1846542180 -budget 4800 -cores 4

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

MD5SUM BENCH= a2c0a22b1392549d2fca6c4b89170828
RANDOM SEED=1846542180

node113.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.846
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.69
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.846
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.76
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.846
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.74
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.846
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.846
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.846
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.75
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.846
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.83
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.846
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:     32950928 kB
MemFree:      21900856 kB
Buffers:        802564 kB
Cached:        3018908 kB
SwapCached:         12 kB
Active:        7293344 kB
Inactive:      3231616 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      21900856 kB
SwapTotal:    67111528 kB
SwapFree:     67111352 kB
Dirty:           39912 kB
Writeback:           0 kB
AnonPages:     6703244 kB
Mapped:          22136 kB
Slab:           444736 kB
PageTables:      19932 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  7511524 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= 72156 MiB
End job on node113 at 2011-05-01 19:06:49