Trace number 3317673

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 39.668 19.5758

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k50-bc57sensorsp3-tseitin.cnf
MD5SUM7dac843deb28c1c66e8118997464d4b0
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.507922
Satisfiable
(Un)Satisfiability was proved
Number of variables70297
Number of clauses194006
Sum of the clauses size452678
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2129336
Number of clauses of size 364668
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.31/0.68	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.31/0.68	c INFO: solving HOME/instance-3317673-1304269709.cnf
0.31/0.68	c INFO: computing task features
0.87/1.23	c INFO: computed variable-clause graph statistics
0.87/1.26	c INFO: computed clause balance statistics
4.07/4.43	c INFO: computed variable balance statistics
6.37/6.77	c INFO: computed small-clause counts
6.37/6.79	c INFO: computed Horn-clause counts
12.27/12.65	c INFO: computed variable graph statistics
12.27/12.65	c INFO: collected features for HOME/instance-3317673-1304269709.cnf in 11.95 s
12.27/12.68	c INFO: running lingeling-276@0 for 97 with 4788 remaining (b = 0.38)
12.36/12.70	c INFO: running cryptominisat-2.9.0@0 for 485 with 4787 remaining (b = 0.35)
12.36/12.73	c INFO: running lingeling-276@0 for 1261 with 4787 remaining (b = 0.49)
12.36/12.75	c INFO: running cryptominisat-2.9.0@0 for 1940 with 4787 remaining (b = 0.56)
39.40/19.54	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-3317673-1304269709/watcher-3317673-1304269709 -o /tmp/evaluation-result-3317673-1304269709/solver-3317673-1304269709 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317673-1304269709.cnf -seed 886541200 -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: 8.92 7.99 6.30 6/191 21357
/proc/meminfo: memFree=29206456/32951124 swapFree=67110188/67111528
[pid=21357] ppid=21355 vsize=15184 CPUtime=0 cores=0,2,4,6
/proc/21357/stat : 21357 (python) S 21355 21357 20627 0 -1 4202496 734 0 0 0 0 0 0 0 25 0 1 0 538571655 15548416 622 33554432000 4194304 5683644 140733597672672 18446744073709551615 222921775104 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/21357/statm: 3796 622 322 364 0 283 0

[startup+0.099179 s]
/proc/loadavg: 8.92 7.99 6.30 6/191 21357
/proc/meminfo: memFree=29206456/32951124 swapFree=67110188/67111528
[pid=21357] ppid=21355 vsize=85624 CPUtime=0.05 cores=0,2,4,6
/proc/21357/stat : 21357 (python) R 21355 21357 20627 0 -1 4202496 2631 0 0 0 4 1 0 0 25 0 1 0 538571655 87678976 2349 33554432000 4194304 5683644 140733597672672 18446744073709551615 4570788 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/21357/statm: 21406 2349 713 364 0 1623 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 85624

[startup+0.101112 s]
/proc/loadavg: 8.92 7.99 6.30 6/191 21357
/proc/meminfo: memFree=29206456/32951124 swapFree=67110188/67111528
[pid=21357] ppid=21355 vsize=89768 CPUtime=0.05 cores=0,2,4,6
/proc/21357/stat : 21357 (python) R 21355 21357 20627 0 -1 4202496 2641 0 0 0 4 1 0 0 25 0 1 0 538571655 91922432 2356 33554432000 4194304 5683644 140733597672672 18446744073709551615 222916807456 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/21357/statm: 22442 2357 719 364 0 1622 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 89768

[startup+0.301074 s]
/proc/loadavg: 8.92 7.99 6.30 6/191 21357
/proc/meminfo: memFree=29206456/32951124 swapFree=67110188/67111528
[pid=21357] ppid=21355 vsize=135748 CPUtime=0.17 cores=0,2,4,6
/proc/21357/stat : 21357 (python) R 21355 21357 20627 0 -1 4202496 5962 935 1 0 13 4 0 0 25 0 1 0 538571655 139005952 4150 33554432000 4194304 5683644 140733597672672 18446744073709551615 222921773061 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/21357/statm: 33937 4150 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 135748

[startup+0.701038 s]
/proc/loadavg: 8.92 7.99 6.30 6/191 21357
/proc/meminfo: memFree=29206456/32951124 swapFree=67110188/67111528
[pid=21357] ppid=21355 vsize=282120 CPUtime=0.36 cores=0,2,4,6
/proc/21357/stat : 21357 (python) R 21355 21357 20627 0 -1 4202496 10198 935 1 0 28 8 0 0 25 0 1 0 538571655 288890880 7880 33554432000 4194304 5683644 140733597672672 18446744073709551615 4602336 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/21357/statm: 70530 7880 1761 364 0 6454 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 282120

[startup+1.50089 s]
/proc/loadavg: 8.92 7.99 6.30 7/192 21362
/proc/meminfo: memFree=29158080/32951124 swapFree=67110188/67111528
[pid=21357] ppid=21355 vsize=314648 CPUtime=1.16 cores=0,2,4,6
/proc/21357/stat : 21357 (python) R 21355 21357 20627 0 -1 4202496 24565 935 1 0 106 10 0 0 25 0 1 0 538571655 322199552 16047 33554432000 4194304 5683644 140733597672672 18446744073709551615 222921435266 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/21357/statm: 78662 16047 1826 364 0 14586 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 314648

[startup+3.1006 s]
/proc/loadavg: 8.69 7.96 6.30 7/192 21362
/proc/meminfo: memFree=29143796/32951124 swapFree=67110188/67111528
[pid=21357] ppid=21355 vsize=314648 CPUtime=2.76 cores=0,2,4,6
/proc/21357/stat : 21357 (python) R 21355 21357 20627 0 -1 4202496 24565 935 1 0 266 10 0 0 25 0 1 0 538571655 322199552 16047 33554432000 4194304 5683644 140733597672672 18446744073709551615 222921436587 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/21357/statm: 78662 16047 1826 364 0 14586 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 314648

[startup+6.30101 s]
/proc/loadavg: 8.69 7.96 6.30 7/192 21362
/proc/meminfo: memFree=29137128/32951124 swapFree=67110188/67111528
[pid=21357] ppid=21355 vsize=314648 CPUtime=5.97 cores=0,2,4,6
/proc/21357/stat : 21357 (python) R 21355 21357 20627 0 -1 4202496 24566 935 1 0 586 11 0 0 25 0 1 0 538571655 322199552 16048 33554432000 4194304 5683644 140733597672672 18446744073709551615 47240046862016 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/21357/statm: 78662 16048 1827 364 0 14586 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 314648

[startup+12.7008 s]
/proc/loadavg: 8.27 7.89 6.30 7/192 21362
/proc/meminfo: memFree=29136560/32951124 swapFree=67110188/67111528
[pid=21357] ppid=21355 vsize=323456 CPUtime=12.36 cores=0,2,4,6
/proc/21357/stat : 21357 (python) R 21355 21357 20627 0 -1 4202496 25711 935 1 0 1225 11 0 0 25 0 2 0 538571655 331218944 15734 33554432000 4194304 5683644 140733597672672 18446744073709551615 222925258973 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21357/statm: 80864 15734 1874 364 0 16782 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 323456

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

[startup+15.9012 s]
/proc/loadavg: 8.27 7.89 6.30 10/204 21374
/proc/meminfo: memFree=28873820/32951124 swapFree=67110188/67111528
[pid=21357] ppid=21355 vsize=354224 CPUtime=12.42 cores=0,2,4,6
/proc/21357/stat : 21357 (python) S 21355 21357 20627 0 -1 4202496 27673 935 1 0 1230 12 0 0 22 0 5 0 538571655 362725376 15753 33554432000 4194304 5683644 140733597672672 18446744073709551615 222933603787 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/21357/statm: 88556 15753 1881 364 0 24465 0
[pid=21363] ppid=21357 vsize=313212 CPUtime=0 cores=0,2,4,6
/proc/21363/stat : 21363 (python) S 21357 21357 20627 0 -1 4202560 803 0 0 0 0 0 0 0 18 0 1 0 538572923 320729088 14214 33554432000 4194304 5683644 140733597672672 18446744073709551615 222921797135 0 0 16781312 514 4013174014968037633 0 0 17 2 0 0 0
/proc/21363/statm: 78303 14214 358 364 0 14221 0
[pid=21365] ppid=21363 vsize=25124 CPUtime=3.2 cores=0,2,4,6
/proc/21365/stat : 21365 (lingeling) R 21363 21365 21365 0 -1 4202496 9782 0 0 0 319 1 0 0 25 0 1 0 538572923 25726976 5449 33554432000 4194304 4352236 140736759349744 18446744073709551615 4230478 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/21365/statm: 6281 5449 127 39 0 5361 0
[pid=21366] ppid=21357 vsize=323468 CPUtime=0 cores=0,2,4,6
/proc/21366/stat : 21366 (python) S 21357 21357 20627 0 -1 4202560 741 0 0 0 0 0 0 0 18 0 1 0 538572925 331231232 14207 33554432000 4194304 5683644 140733597672672 18446744073709551615 222921797190 0 0 16781312 514 10600595292212396289 0 0 17 0 0 0 0
/proc/21366/statm: 80867 14207 347 364 0 16782 0
[pid=21368] ppid=21366 vsize=178516 CPUtime=3.18 cores=0,2,4,6
/proc/21368/stat : 21368 (cryptominisat-2) R 21366 21368 21368 0 -1 4202496 36301 0 0 0 314 4 0 0 25 0 1 0 538572926 182800384 33882 33554432000 4194304 4677096 140733891482656 18446744073709551615 4236529 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/21368/statm: 44629 33882 362 118 0 39588 0
[pid=21369] ppid=21357 vsize=333724 CPUtime=0 cores=0,2,4,6
/proc/21369/stat : 21369 (python) S 21357 21357 20627 0 -1 4202560 742 0 0 0 0 0 0 0 18 0 1 0 538572928 341733376 14211 33554432000 4194304 5683644 140733597672672 18446744073709551615 222921797190 0 0 16781312 514 10600599140503093507 0 0 17 4 0 0 0
/proc/21369/statm: 83431 14211 347 364 0 19343 0
[pid=21371] ppid=21369 vsize=25096 CPUtime=3.13 cores=0,2,4,6
/proc/21371/stat : 21371 (lingeling) R 21369 21371 21371 0 -1 4202496 9788 0 0 0 312 1 0 0 25 0 1 0 538572929 25698304 5441 33554432000 4194304 4352236 140736444121216 18446744073709551615 4298836 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/21371/statm: 6274 5441 127 39 0 5354 0
[pid=21372] ppid=21357 vsize=343980 CPUtime=0 cores=0,2,4,6
/proc/21372/stat : 21372 (python) S 21357 21357 20627 0 -1 4202560 760 0 0 0 0 0 0 0 15 0 1 0 538572931 352235520 14215 33554432000 4194304 5683644 140733597672672 18446744073709551615 222921797190 0 0 16781312 514 365877891600187649 0 0 17 0 0 0 0
/proc/21372/statm: 85995 14215 347 364 0 21904 0
[pid=21374] ppid=21372 vsize=176092 CPUtime=3.13 cores=0,2,4,6
/proc/21374/stat : 21374 (cryptominisat-2) R 21372 21374 21374 0 -1 4202496 35719 0 0 0 308 5 0 0 25 0 1 0 538572931 180318208 33301 33554432000 4194304 4677096 140733876768112 18446744073709551615 4250205 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/21374/statm: 44023 33301 362 118 0 38982 0
[pid=21357/tid=21364] ppid=21355 vsize=354224 CPUtime=0 cores=0,2,4,6
/proc/21357/task/21364/stat : 21364 (python) S 21355 21357 20627 0 -1 4202560 25 935 0 0 0 0 0 0 25 0 5 0 538572923 362725376 15753 33554432000 4194304 5683644 140733597672672 18446744073709551615 222933600689 0 0 16781312 2 18446604453844568128 0 0 -1 2 0 0 0
[pid=21357/tid=21367] ppid=21355 vsize=354224 CPUtime=0 cores=0,2,4,6
/proc/21357/task/21367/stat : 21367 (python) S 21355 21357 20627 0 -1 4202560 23 935 0 0 0 0 0 0 25 0 5 0 538572926 362725376 15753 33554432000 4194304 5683644 140733597672672 18446744073709551615 222933600689 0 0 16781312 2 18446604453844568128 0 0 -1 0 0 0 0
[pid=21357/tid=21370] ppid=21355 vsize=354224 CPUtime=0 cores=0,2,4,6
/proc/21357/task/21370/stat : 21370 (python) S 21355 21357 20627 0 -1 4202560 24 935 0 0 0 0 0 0 20 0 5 0 538572928 362725376 15753 33554432000 4194304 5683644 140733597672672 18446744073709551615 222933600689 0 0 16781312 2 18446604453844568128 0 0 -1 0 0 0 0
[pid=21357/tid=21373] ppid=21355 vsize=354224 CPUtime=0 cores=0,2,4,6
/proc/21357/task/21373/stat : 21373 (python) S 21355 21357 20627 0 -1 4202560 28 935 0 0 0 0 0 0 22 0 5 0 538572931 362725376 15753 33554432000 4194304 5683644 140733597672672 18446744073709551615 222933600689 0 0 16781312 2 18446604453844568128 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.06
Current children cumulated vsize (KiB) 2073436

[startup+17.5009 s]
/proc/loadavg: 8.33 7.91 6.31 10/204 21374
/proc/meminfo: memFree=28682612/32951124 swapFree=67110188/67111528
[pid=21357] ppid=21355 vsize=354224 CPUtime=12.42 cores=0,2,4,6
/proc/21357/stat : 21357 (python) S 21355 21357 20627 0 -1 4202496 27673 935 1 0 1230 12 0 0 22 0 5 0 538571655 362725376 15753 33554432000 4194304 5683644 140733597672672 18446744073709551615 222933603787 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/21357/statm: 88556 15753 1881 364 0 24465 0
[pid=21363] ppid=21357 vsize=313212 CPUtime=0 cores=0,2,4,6
/proc/21363/stat : 21363 (python) S 21357 21357 20627 0 -1 4202560 972 0 0 0 0 0 0 0 18 0 1 0 538572923 320729088 14237 33554432000 4194304 5683644 140733597672672 18446744073709551615 222921797135 0 0 16781312 514 4013174014968037633 0 0 17 2 0 0 0
/proc/21363/statm: 78303 14237 381 364 0 14221 0
[pid=21365] ppid=21363 vsize=29224 CPUtime=4.8 cores=0,2,4,6
/proc/21365/stat : 21365 (lingeling) R 21363 21365 21365 0 -1 4202496 10807 0 0 0 479 1 0 0 25 0 1 0 538572923 29925376 6474 33554432000 4194304 4352236 140736759349744 18446744073709551615 4308158 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/21365/statm: 7306 6474 127 39 0 6386 0
[pid=21366] ppid=21357 vsize=323468 CPUtime=0 cores=0,2,4,6
/proc/21366/stat : 21366 (python) S 21357 21357 20627 0 -1 4202560 741 0 0 0 0 0 0 0 18 0 1 0 538572925 331231232 14207 33554432000 4194304 5683644 140733597672672 18446744073709551615 222921797190 0 0 16781312 514 10600595292212396289 0 0 17 0 0 0 0
/proc/21366/statm: 80867 14207 347 364 0 16782 0
[pid=21368] ppid=21366 vsize=254792 CPUtime=4.79 cores=0,2,4,6
/proc/21368/stat : 21368 (cryptominisat-2) R 21366 21368 21368 0 -1 4202496 51838 0 0 0 472 7 0 0 25 0 1 0 538572926 260907008 49419 33554432000 4194304 4677096 140733891482656 18446744073709551615 4319600 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/21368/statm: 63698 49419 362 118 0 58657 0
[pid=21369] ppid=21357 vsize=333724 CPUtime=0 cores=0,2,4,6
/proc/21369/stat : 21369 (python) S 21357 21357 20627 0 -1 4202560 924 0 0 0 0 0 0 0 18 0 1 0 538572928 341733376 14234 33554432000 4194304 5683644 140733597672672 18446744073709551615 222921797190 0 0 16781312 514 10600599140503093507 0 0 17 4 0 0 0
/proc/21369/statm: 83431 14234 370 364 0 19343 0
[pid=21371] ppid=21369 vsize=25096 CPUtime=4.73 cores=0,2,4,6
/proc/21371/stat : 21371 (lingeling) R 21369 21371 21371 0 -1 4202496 9788 0 0 0 472 1 0 0 25 0 1 0 538572929 25698304 5441 33554432000 4194304 4352236 140736444121216 18446744073709551615 4309097 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/21371/statm: 6274 5441 127 39 0 5354 0
[pid=21372] ppid=21357 vsize=343980 CPUtime=0 cores=0,2,4,6
/proc/21372/stat : 21372 (python) S 21357 21357 20627 0 -1 4202560 760 0 0 0 0 0 0 0 15 0 1 0 538572931 352235520 14215 33554432000 4194304 5683644 140733597672672 18446744073709551615 222921797190 0 0 16781312 514 365877891600187649 0 0 17 0 0 0 0
/proc/21372/statm: 85995 14215 347 364 0 21904 0
[pid=21374] ppid=21372 vsize=254788 CPUtime=4.73 cores=0,2,4,6
/proc/21374/stat : 21374 (cryptominisat-2) R 21372 21374 21374 0 -1 4202496 51837 0 0 0 466 7 0 0 25 0 1 0 538572931 260902912 49419 33554432000 4194304 4677096 140733876768112 18446744073709551615 4318793 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/21374/statm: 63697 49419 362 118 0 58656 0
[pid=21357/tid=21364] ppid=21355 vsize=354224 CPUtime=0 cores=0,2,4,6
/proc/21357/task/21364/stat : 21364 (python) S 21355 21357 20627 0 -1 4202560 25 935 0 0 0 0 0 0 25 0 5 0 538572923 362725376 15753 33554432000 4194304 5683644 140733597672672 18446744073709551615 222933600689 0 0 16781312 2 18446604453844568128 0 0 -1 2 0 0 0
[pid=21357/tid=21367] ppid=21355 vsize=354224 CPUtime=0 cores=0,2,4,6
/proc/21357/task/21367/stat : 21367 (python) S 21355 21357 20627 0 -1 4202560 23 935 0 0 0 0 0 0 25 0 5 0 538572926 362725376 15753 33554432000 4194304 5683644 140733597672672 18446744073709551615 222933600689 0 0 16781312 2 18446604453844568128 0 0 -1 0 0 0 0
[pid=21357/tid=21370] ppid=21355 vsize=354224 CPUtime=0 cores=0,2,4,6
/proc/21357/task/21370/stat : 21370 (python) S 21355 21357 20627 0 -1 4202560 24 935 0 0 0 0 0 0 20 0 5 0 538572928 362725376 15753 33554432000 4194304 5683644 140733597672672 18446744073709551615 222933600689 0 0 16781312 2 18446604453844568128 0 0 -1 0 0 0 0
[pid=21357/tid=21373] ppid=21355 vsize=354224 CPUtime=0 cores=0,2,4,6
/proc/21357/task/21373/stat : 21373 (python) S 21355 21357 20627 0 -1 4202560 28 935 0 0 0 0 0 0 22 0 5 0 538572931 362725376 15753 33554432000 4194304 5683644 140733597672672 18446744073709551615 222933600689 0 0 16781312 2 18446604453844568128 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 31.47
Current children cumulated vsize (KiB) 2232508

[startup+18.3008 s]
/proc/loadavg: 8.33 7.91 6.31 10/204 21374
/proc/meminfo: memFree=28682612/32951124 swapFree=67110188/67111528
[pid=21357] ppid=21355 vsize=354224 CPUtime=12.42 cores=0,2,4,6
/proc/21357/stat : 21357 (python) S 21355 21357 20627 0 -1 4202496 27673 935 1 0 1230 12 0 0 22 0 5 0 538571655 362725376 15753 33554432000 4194304 5683644 140733597672672 18446744073709551615 222933603787 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/21357/statm: 88556 15753 1881 364 0 24465 0
[pid=21363] ppid=21357 vsize=313212 CPUtime=0 cores=0,2,4,6
/proc/21363/stat : 21363 (python) S 21357 21357 20627 0 -1 4202560 972 0 0 0 0 0 0 0 18 0 1 0 538572923 320729088 14237 33554432000 4194304 5683644 140733597672672 18446744073709551615 222921797135 0 0 16781312 514 4013174014968037633 0 0 17 2 0 0 0
/proc/21363/statm: 78303 14237 381 364 0 14221 0
[pid=21365] ppid=21363 vsize=29224 CPUtime=5.59 cores=0,2,4,6
/proc/21365/stat : 21365 (lingeling) R 21363 21365 21365 0 -1 4202496 10807 0 0 0 558 1 0 0 25 0 1 0 538572923 29925376 6474 33554432000 4194304 4352236 140736759349744 18446744073709551615 4207584 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/21365/statm: 7306 6474 127 39 0 6386 0
[pid=21366] ppid=21357 vsize=323468 CPUtime=0 cores=0,2,4,6
/proc/21366/stat : 21366 (python) S 21357 21357 20627 0 -1 4202560 899 0 0 0 0 0 0 0 18 0 1 0 538572925 331231232 14230 33554432000 4194304 5683644 140733597672672 18446744073709551615 222921797190 0 0 16781312 514 10600595292212396289 0 0 17 0 0 0 0
/proc/21366/statm: 80867 14230 370 364 0 16782 0
[pid=21368] ppid=21366 vsize=256364 CPUtime=5.56 cores=0,2,4,6
/proc/21368/stat : 21368 (cryptominisat-2) R 21366 21368 21368 0 -1 4202496 52241 0 0 0 549 7 0 0 25 0 1 0 538572926 262516736 49822 33554432000 4194304 4677096 140733891482656 18446744073709551615 4319726 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/21368/statm: 64091 49822 362 118 0 59050 0
[pid=21369] ppid=21357 vsize=333724 CPUtime=0 cores=0,2,4,6
/proc/21369/stat : 21369 (python) S 21357 21357 20627 0 -1 4202560 924 0 0 0 0 0 0 0 18 0 1 0 538572928 341733376 14234 33554432000 4194304 5683644 140733597672672 18446744073709551615 222921797190 0 0 16781312 514 10600599140503093507 0 0 17 4 0 0 0
/proc/21369/statm: 83431 14234 370 364 0 19343 0
[pid=21371] ppid=21369 vsize=29196 CPUtime=5.52 cores=0,2,4,6
/proc/21371/stat : 21371 (lingeling) R 21369 21371 21371 0 -1 4202496 10813 0 0 0 551 1 0 0 25 0 1 0 538572929 29896704 6466 33554432000 4194304 4352236 140736444121216 18446744073709551615 4211487 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/21371/statm: 7299 6466 127 39 0 6379 0
[pid=21372] ppid=21357 vsize=343980 CPUtime=0 cores=0,2,4,6
/proc/21372/stat : 21372 (python) S 21357 21357 20627 0 -1 4202560 936 0 0 0 0 0 0 0 15 0 1 0 538572931 352235520 14238 33554432000 4194304 5683644 140733597672672 18446744073709551615 222921797190 0 0 16781312 514 365877891600187649 0 0 17 0 0 0 0
/proc/21372/statm: 85995 14238 370 364 0 21904 0
[pid=21374] ppid=21372 vsize=255952 CPUtime=5.52 cores=0,2,4,6
/proc/21374/stat : 21374 (cryptominisat-2) R 21372 21374 21374 0 -1 4202496 52128 0 0 0 545 7 0 0 25 0 1 0 538572931 262094848 49710 33554432000 4194304 4677096 140733876768112 18446744073709551615 4319256 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/21374/statm: 63988 49710 362 118 0 58947 0
[pid=21357/tid=21364] ppid=21355 vsize=354224 CPUtime=0 cores=0,2,4,6
/proc/21357/task/21364/stat : 21364 (python) S 21355 21357 20627 0 -1 4202560 25 935 0 0 0 0 0 0 25 0 5 0 538572923 362725376 15753 33554432000 4194304 5683644 140733597672672 18446744073709551615 222933600689 0 0 16781312 2 18446604453844568128 0 0 -1 2 0 0 0
[pid=21357/tid=21367] ppid=21355 vsize=354224 CPUtime=0 cores=0,2,4,6
/proc/21357/task/21367/stat : 21367 (python) S 21355 21357 20627 0 -1 4202560 23 935 0 0 0 0 0 0 25 0 5 0 538572926 362725376 15753 33554432000 4194304 5683644 140733597672672 18446744073709551615 222933600689 0 0 16781312 2 18446604453844568128 0 0 -1 0 0 0 0
[pid=21357/tid=21370] ppid=21355 vsize=354224 CPUtime=0 cores=0,2,4,6
/proc/21357/task/21370/stat : 21370 (python) S 21355 21357 20627 0 -1 4202560 24 935 0 0 0 0 0 0 20 0 5 0 538572928 362725376 15753 33554432000 4194304 5683644 140733597672672 18446744073709551615 222933600689 0 0 16781312 2 18446604453844568128 0 0 -1 0 0 0 0
[pid=21357/tid=21373] ppid=21355 vsize=354224 CPUtime=0 cores=0,2,4,6
/proc/21357/task/21373/stat : 21373 (python) S 21355 21357 20627 0 -1 4202560 28 935 0 0 0 0 0 0 22 0 5 0 538572931 362725376 15753 33554432000 4194304 5683644 140733597672672 18446744073709551615 222933600689 0 0 16781312 2 18446604453844568128 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 34.61
Current children cumulated vsize (KiB) 2239344

[startup+19.1006 s]
/proc/loadavg: 8.33 7.91 6.31 10/204 21374
/proc/meminfo: memFree=28666864/32951124 swapFree=67110188/67111528
[pid=21357] ppid=21355 vsize=354224 CPUtime=12.42 cores=0,2,4,6
/proc/21357/stat : 21357 (python) S 21355 21357 20627 0 -1 4202496 27673 935 1 0 1230 12 0 0 22 0 5 0 538571655 362725376 15753 33554432000 4194304 5683644 140733597672672 18446744073709551615 222933603787 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/21357/statm: 88556 15753 1881 364 0 24465 0
[pid=21363] ppid=21357 vsize=313212 CPUtime=0 cores=0,2,4,6
/proc/21363/stat : 21363 (python) S 21357 21357 20627 0 -1 4202560 972 0 0 0 0 0 0 0 18 0 1 0 538572923 320729088 14237 33554432000 4194304 5683644 140733597672672 18446744073709551615 222921797135 0 0 16781312 514 4013174014968037633 0 0 17 2 0 0 0
/proc/21363/statm: 78303 14237 381 364 0 14221 0
[pid=21365] ppid=21363 vsize=29224 CPUtime=6.39 cores=0,2,4,6
/proc/21365/stat : 21365 (lingeling) R 21363 21365 21365 0 -1 4202496 10807 0 0 0 638 1 0 0 25 0 1 0 538572923 29925376 6474 33554432000 4194304 4352236 140736759349744 18446744073709551615 4267809 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/21365/statm: 7306 6474 127 39 0 6386 0
[pid=21366] ppid=21357 vsize=323468 CPUtime=0 cores=0,2,4,6
/proc/21366/stat : 21366 (python) S 21357 21357 20627 0 -1 4202560 899 0 0 0 0 0 0 0 18 0 1 0 538572925 331231232 14230 33554432000 4194304 5683644 140733597672672 18446744073709551615 222921797190 0 0 16781312 514 10600595292212396289 0 0 17 0 0 0 0
/proc/21366/statm: 80867 14230 370 364 0 16782 0
[pid=21368] ppid=21366 vsize=267656 CPUtime=6.36 cores=0,2,4,6
/proc/21368/stat : 21368 (cryptominisat-2) R 21366 21368 21368 0 -1 4202496 54683 0 0 0 629 7 0 0 25 0 1 0 538572926 274079744 52264 33554432000 4194304 4677096 140733891482656 18446744073709551615 4318809 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/21368/statm: 66914 52264 362 118 0 61873 0
[pid=21369] ppid=21357 vsize=333724 CPUtime=0 cores=0,2,4,6
/proc/21369/stat : 21369 (python) S 21357 21357 20627 0 -1 4202560 924 0 0 0 0 0 0 0 18 0 1 0 538572928 341733376 14234 33554432000 4194304 5683644 140733597672672 18446744073709551615 222921797190 0 0 16781312 514 10600599140503093507 0 0 17 4 0 0 0
/proc/21369/statm: 83431 14234 370 364 0 19343 0
[pid=21371] ppid=21369 vsize=29196 CPUtime=6.32 cores=0,2,4,6
/proc/21371/stat : 21371 (lingeling) R 21369 21371 21371 0 -1 4202496 10813 0 0 0 631 1 0 0 25 0 1 0 538572929 29896704 6466 33554432000 4194304 4352236 140736444121216 18446744073709551615 4289869 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/21371/statm: 7299 6466 127 39 0 6379 0
[pid=21372] ppid=21357 vsize=343980 CPUtime=0 cores=0,2,4,6
/proc/21372/stat : 21372 (python) S 21357 21357 20627 0 -1 4202560 936 0 0 0 0 0 0 0 15 0 1 0 538572931 352235520 14238 33554432000 4194304 5683644 140733597672672 18446744073709551615 222921797190 0 0 16781312 514 365877891600187649 0 0 17 0 0 0 0
/proc/21372/statm: 85995 14238 370 364 0 21904 0
[pid=21374] ppid=21372 vsize=266940 CPUtime=6.31 cores=0,2,4,6
/proc/21374/stat : 21374 (cryptominisat-2) R 21372 21374 21374 0 -1 4202496 54518 0 0 0 624 7 0 0 25 0 1 0 538572931 273346560 52100 33554432000 4194304 4677096 140733876768112 18446744073709551615 4238499 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/21374/statm: 66735 52100 362 118 0 61694 0
[pid=21357/tid=21364] ppid=21355 vsize=354224 CPUtime=0 cores=0,2,4,6
/proc/21357/task/21364/stat : 21364 (python) S 21355 21357 20627 0 -1 4202560 25 935 0 0 0 0 0 0 25 0 5 0 538572923 362725376 15753 33554432000 4194304 5683644 140733597672672 18446744073709551615 222933600689 0 0 16781312 2 18446604453844568128 0 0 -1 2 0 0 0
[pid=21357/tid=21367] ppid=21355 vsize=354224 CPUtime=0 cores=0,2,4,6
/proc/21357/task/21367/stat : 21367 (python) S 21355 21357 20627 0 -1 4202560 23 935 0 0 0 0 0 0 25 0 5 0 538572926 362725376 15753 33554432000 4194304 5683644 140733597672672 18446744073709551615 222933600689 0 0 16781312 2 18446604453844568128 0 0 -1 0 0 0 0
[pid=21357/tid=21370] ppid=21355 vsize=354224 CPUtime=0 cores=0,2,4,6
/proc/21357/task/21370/stat : 21370 (python) S 21355 21357 20627 0 -1 4202560 24 935 0 0 0 0 0 0 20 0 5 0 538572928 362725376 15753 33554432000 4194304 5683644 140733597672672 18446744073709551615 222933600689 0 0 16781312 2 18446604453844568128 0 0 -1 0 0 0 0
[pid=21357/tid=21373] ppid=21355 vsize=354224 CPUtime=0 cores=0,2,4,6
/proc/21357/task/21373/stat : 21373 (python) S 21355 21357 20627 0 -1 4202560 28 935 0 0 0 0 0 0 22 0 5 0 538572931 362725376 15753 33554432000 4194304 5683644 140733597672672 18446744073709551615 222933600689 0 0 16781312 2 18446604453844568128 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 37.8
Current children cumulated vsize (KiB) 2261624

[startup+19.5005 s]
/proc/loadavg: 8.33 7.91 6.31 10/204 21374
/proc/meminfo: memFree=28666864/32951124 swapFree=67110188/67111528
[pid=21357] ppid=21355 vsize=354224 CPUtime=12.42 cores=0,2,4,6
/proc/21357/stat : 21357 (python) S 21355 21357 20627 0 -1 4202496 27673 935 1 0 1230 12 0 0 22 0 5 0 538571655 362725376 15753 33554432000 4194304 5683644 140733597672672 18446744073709551615 222933603787 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/21357/statm: 88556 15753 1881 364 0 24465 0
[pid=21363] ppid=21357 vsize=313212 CPUtime=0 cores=0,2,4,6
/proc/21363/stat : 21363 (python) S 21357 21357 20627 0 -1 4202560 972 0 0 0 0 0 0 0 18 0 1 0 538572923 320729088 14237 33554432000 4194304 5683644 140733597672672 18446744073709551615 222921797135 0 0 16781312 514 4013174014968037633 0 0 17 2 0 0 0
/proc/21363/statm: 78303 14237 381 364 0 14221 0
[pid=21365] ppid=21363 vsize=29224 CPUtime=6.79 cores=0,2,4,6
/proc/21365/stat : 21365 (lingeling) R 21363 21365 21365 0 -1 4202496 10807 0 0 0 678 1 0 0 25 0 1 0 538572923 29925376 6474 33554432000 4194304 4352236 140736759349744 18446744073709551615 4268068 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/21365/statm: 7306 6474 127 39 0 6386 0
[pid=21366] ppid=21357 vsize=323468 CPUtime=0 cores=0,2,4,6
/proc/21366/stat : 21366 (python) S 21357 21357 20627 0 -1 4202560 899 0 0 0 0 0 0 0 18 0 1 0 538572925 331231232 14230 33554432000 4194304 5683644 140733597672672 18446744073709551615 222921797190 0 0 16781312 514 10600595292212396289 0 0 17 0 0 0 0
/proc/21366/statm: 80867 14230 370 364 0 16782 0
[pid=21368] ppid=21366 vsize=276432 CPUtime=6.76 cores=0,2,4,6
/proc/21368/stat : 21368 (cryptominisat-2) R 21366 21368 21368 0 -1 4202496 56661 0 0 0 668 8 0 0 25 0 1 0 538572926 283066368 54242 33554432000 4194304 4677096 140733891482656 18446744073709551615 4236529 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/21368/statm: 69108 54242 362 118 0 64067 0
[pid=21369] ppid=21357 vsize=333724 CPUtime=0 cores=0,2,4,6
/proc/21369/stat : 21369 (python) S 21357 21357 20627 0 -1 4202560 924 0 0 0 0 0 0 0 18 0 1 0 538572928 341733376 14234 33554432000 4194304 5683644 140733597672672 18446744073709551615 222921797190 0 0 16781312 514 10600599140503093507 0 0 17 4 0 0 0
/proc/21369/statm: 83431 14234 370 364 0 19343 0
[pid=21371] ppid=21369 vsize=17576 CPUtime=6.71 cores=0,2,4,6
/proc/21371/stat : 21371 (lingeling) R 21369 21371 21371 0 -1 4202496 10863 0 0 0 670 1 0 0 25 0 1 0 538572929 17997824 3563 33554432000 4194304 4352236 140736444121216 18446744073709551615 4329004 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/21371/statm: 4394 3563 129 39 0 3474 0
[pid=21372] ppid=21357 vsize=343980 CPUtime=0 cores=0,2,4,6
/proc/21372/stat : 21372 (python) S 21357 21357 20627 0 -1 4202560 936 0 0 0 0 0 0 0 15 0 1 0 538572931 352235520 14238 33554432000 4194304 5683644 140733597672672 18446744073709551615 222921797190 0 0 16781312 514 365877891600187649 0 0 17 0 0 0 0
/proc/21372/statm: 85995 14238 370 364 0 21904 0
[pid=21374] ppid=21372 vsize=275716 CPUtime=6.72 cores=0,2,4,6
/proc/21374/stat : 21374 (cryptominisat-2) R 21372 21374 21374 0 -1 4202496 56443 0 0 0 664 8 0 0 25 0 1 0 538572931 282333184 54025 33554432000 4194304 4677096 140733876768112 18446744073709551615 4236529 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/21374/statm: 68929 54025 362 118 0 63888 0
[pid=21357/tid=21364] ppid=21355 vsize=354224 CPUtime=0 cores=0,2,4,6
/proc/21357/task/21364/stat : 21364 (python) S 21355 21357 20627 0 -1 4202560 25 935 0 0 0 0 0 0 25 0 5 0 538572923 362725376 15753 33554432000 4194304 5683644 140733597672672 18446744073709551615 222933600689 0 0 16781312 2 18446604453844568128 0 0 -1 2 0 0 0
[pid=21357/tid=21367] ppid=21355 vsize=354224 CPUtime=0 cores=0,2,4,6
/proc/21357/task/21367/stat : 21367 (python) S 21355 21357 20627 0 -1 4202560 23 935 0 0 0 0 0 0 25 0 5 0 538572926 362725376 15753 33554432000 4194304 5683644 140733597672672 18446744073709551615 222933600689 0 0 16781312 2 18446604453844568128 0 0 -1 0 0 0 0
[pid=21357/tid=21370] ppid=21355 vsize=354224 CPUtime=0 cores=0,2,4,6
/proc/21357/task/21370/stat : 21370 (python) S 21355 21357 20627 0 -1 4202560 24 935 0 0 0 0 0 0 20 0 5 0 538572928 362725376 15753 33554432000 4194304 5683644 140733597672672 18446744073709551615 222933600689 0 0 16781312 2 18446604453844568128 0 0 -1 0 0 0 0
[pid=21357/tid=21373] ppid=21355 vsize=354224 CPUtime=0 cores=0,2,4,6
/proc/21357/task/21373/stat : 21373 (python) S 21355 21357 20627 0 -1 4202560 28 935 0 0 0 0 0 0 22 0 5 0 538572931 362725376 15753 33554432000 4194304 5683644 140733597672672 18446744073709551615 222933600689 0 0 16781312 2 18446604453844568128 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 39.4
Current children cumulated vsize (KiB) 2267556

Child status: 0
Real time (s): 19.5758
CPU time (s): 39.668
CPU user time (s): 39.284
CPU system time (s): 0.383941
CPU usage (%): 202.638
Max. virtual memory (cumulated for all children) (KiB): 2271032

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39.284
system time used= 0.383941
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 176051
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= 3073
involuntary context switches= 247

runsolver used 0.034994 second user time and 0.067989 second system time

The end

Launcher Data

Begin job on node109 at 2011-05-01 19:08:29
IDJOB=3317673
IDBENCH=82491
IDSOLVER=1706
FILE ID=node109/3317673-1304269709
RUNJOBID= node109-1304267294-20645
PBS_JOBID= 13173969
Free space on /tmp= 73064 MiB

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

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

MD5SUM BENCH= 7dac843deb28c1c66e8118997464d4b0
RANDOM SEED=886541200

node109.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.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.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.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.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.82
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.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.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.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.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:      29206736 kB
Buffers:        823876 kB
Cached:        1429928 kB
SwapCached:        712 kB
Active:        1371048 kB
Inactive:      1974452 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29206736 kB
SwapTotal:    67111528 kB
SwapFree:     67110188 kB
Dirty:           34928 kB
Writeback:           0 kB
AnonPages:     1091280 kB
Mapped:          21508 kB
Slab:           330976 kB
PageTables:       9948 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1670344 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= 73032 MiB
End job on node109 at 2011-05-01 19:08:49