Trace number 3378403

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-par-random (fixed)SAT 98.975 25.9929

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v80-c7120-S2107193201-069.UNKNOWN.cnf
MD5SUMf33f3051fd4d4fda111c4bc9b2e01ee5
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.88271
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of clauses7120
Sum of the clauses size49840
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 57120

Solver Data

0.42/0.92	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.42/0.92	c INFO: solving HOME/instance-3378403-1305465321.cnf
0.42/0.92	c INFO: computing task features
0.42/0.96	c INFO: computed variable-clause graph statistics
0.42/0.97	c INFO: computed clause balance statistics
0.70/1.22	c INFO: computed variable balance statistics
0.80/1.31	c INFO: computed small-clause counts
0.80/1.32	c INFO: computed Horn-clause counts
0.80/1.32	c INFO: computed variable graph statistics
0.80/1.32	c INFO: collected features for HOME/instance-3378403-1305465321.cnf in 0.40 s
0.80/1.33	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.49)
0.80/1.34	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.11)
0.80/1.35	c INFO: running adaptg2wsat2009++@0 for 97 with 1199 remaining (b = 0.06)
0.80/1.36	c INFO: running adaptg2wsat2009++@0 for 97 with 1199 remaining (b = 0.04)
98.59/25.97	s SATISFIABLE
98.59/25.97	v -1 -2 3 -4 5 6 -7 -8 9 10 -11 -12 13 14 15 16 17 -18 19 -20 21 22 23 24 25 -26 27 28 -29 30 -31 32 33 34 -35 -36 37 -38 39 40 -41 -42 43 -44 45 -46 47 48 49 -50 -51 52 -53 54 55 56 -57 58 59 -60 61 62 63 -64 65 -66 67 68 69 -70 71 72 73 74 75 76 -77 -78 -79 -80 0

Verifier Data

OK

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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-3378403-1305465321/watcher-3378403-1305465321 -o /tmp/evaluation-result-3378403-1305465321/solver-3378403-1305465321 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378403-1305465321.cnf -seed 680569670 -budget 4800 -cores 4 

running on 4 cores: 1,3,5,7

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: 0.00 0.00 0.27 2/306 18427
/proc/meminfo: memFree=15820848/32951124 swapFree=52307768/67111528
[pid=18427] ppid=18423 vsize=15384 CPUtime=0 cores=1,3,5,7
/proc/18427/stat : 18427 (python) S 18423 18427 18387 0 -1 4202496 819 0 0 0 0 0 0 0 17 0 1 0 658134865 15753216 704 33554432000 4194304 5683644 140735719447440 18446744073709551615 218370955264 0 2147483391 16781312 2 18446744071699199166 0 0 17 1 0 0 0
/proc/18427/statm: 3846 704 334 364 0 333 0

[startup+0.0534789 s]
/proc/loadavg: 0.00 0.00 0.27 2/306 18427
/proc/meminfo: memFree=15820848/32951124 swapFree=52307768/67111528
[pid=18427] ppid=18423 vsize=16812 CPUtime=0 cores=1,3,5,7
/proc/18427/stat : 18427 (python) S 18423 18427 18387 0 -1 4202496 1212 0 0 0 0 0 0 0 17 0 1 0 658134865 17215488 1071 33554432000 4194304 5683644 140735719447440 18446744073709551615 218370955264 0 2147483391 16781312 2 18446744071699199166 0 0 17 1 0 0 0
/proc/18427/statm: 4203 1071 417 364 0 690 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 16812

[startup+0.100484 s]
/proc/loadavg: 0.00 0.00 0.27 2/306 18427
/proc/meminfo: memFree=15820848/32951124 swapFree=52307768/67111528
[pid=18427] ppid=18423 vsize=36512 CPUtime=0.02 cores=1,3,5,7
/proc/18427/stat : 18427 (python) S 18423 18427 18387 0 -1 4202496 1611 0 0 0 2 0 0 0 17 0 1 0 658134865 37388288 1444 33554432000 4194304 5683644 140735719447440 18446744073709551615 218370955264 0 2147483391 16781312 2 18446744071699199166 0 0 17 1 0 0 0
/proc/18427/statm: 9128 1444 452 364 0 945 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 36512

[startup+0.30045 s]
/proc/loadavg: 0.00 0.00 0.27 2/306 18427
/proc/meminfo: memFree=15820848/32951124 swapFree=52307768/67111528
[pid=18427] ppid=18423 vsize=126300 CPUtime=0.13 cores=1,3,5,7
/proc/18427/stat : 18427 (python) R 18423 18427 18387 0 -1 4202496 4707 936 1 0 8 5 0 0 18 0 1 0 658134865 129331200 3895 33554432000 4194304 5683644 140735719447440 18446744073709551615 5158152 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/18427/statm: 31575 3895 1001 364 0 2870 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 126300

[startup+0.700356 s]
/proc/loadavg: 0.00 0.00 0.27 2/306 18427
/proc/meminfo: memFree=15820848/32951124 swapFree=52307768/67111528
[pid=18427] ppid=18423 vsize=198920 CPUtime=0.28 cores=1,3,5,7
/proc/18427/stat : 18427 (python) R 18423 18427 18387 0 -1 4202496 7019 936 1 0 16 12 0 0 15 0 1 0 658134865 203694080 5053 33554432000 4194304 5683644 140735719447440 18446744073709551615 48011355326472 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/18427/statm: 49730 5053 1466 364 0 3757 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 198920

[startup+1.50018 s]
/proc/loadavg: 0.00 0.00 0.27 4/308 18438
/proc/meminfo: memFree=15774448/32951124 swapFree=52307768/67111528
[pid=18427] ppid=18423 vsize=385728 CPUtime=0.87 cores=1,3,5,7
/proc/18427/stat : 18427 (python) S 18423 18427 18387 0 -1 4202496 12869 936 1 0 70 17 0 0 21 0 5 0 658134865 394985472 7371 33554432000 4194304 5683644 140735719447440 18446744073709551615 218382783947 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18427/statm: 96432 7371 1875 364 0 32341 0
Current children cumulated CPU time (s) 0.87
Current children cumulated vsize (KiB) 385728

[startup+3.10089 s]
/proc/loadavg: 0.00 0.00 0.27 10/332 18462
/proc/meminfo: memFree=15739776/32951124 swapFree=52307768/67111528
[pid=18427] ppid=18423 vsize=385728 CPUtime=0.87 cores=1,3,5,7
/proc/18427/stat : 18427 (python) S 18423 18427 18387 0 -1 4202496 12869 936 1 0 70 17 0 0 21 0 5 0 658134865 394985472 7371 33554432000 4194304 5683644 140735719447440 18446744073709551615 218382783947 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18427/statm: 96432 7371 1875 364 0 32341 0
[pid=18451] ppid=18427 vsize=278800 CPUtime=0 cores=1,3,5,7
/proc/18451/stat : 18451 (python) S 18427 18427 18387 0 -1 4202560 723 0 0 0 0 0 0 0 18 0 1 0 658134999 285491200 5638 33554432000 4194304 5683644 140735719447440 18446744073709551615 218370977295 0 0 16781312 514 2697691640339857670 0 0 17 5 0 0 0
/proc/18451/statm: 69700 5638 354 364 0 5618 0
[pid=18455] ppid=18451 vsize=1018084 CPUtime=1.7 cores=1,3,5,7
/proc/18455/stat : 18455 (gnovelty+2) R 18451 18455 18455 0 -1 4202496 552 0 0 0 170 0 0 0 25 0 1 0 658135000 1042518016 287 33554432000 134512640 135663704 4293355360 18446744073709551615 134525699 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/18455/statm: 254521 287 113 282 0 254237 0
[pid=18453] ppid=18427 vsize=289436 CPUtime=0 cores=1,3,5,7
/proc/18453/stat : 18453 (python) S 18427 18427 18387 0 -1 4202560 738 0 0 0 0 0 0 0 18 0 1 0 658135000 296382464 5716 33554432000 4194304 5683644 140735719447440 18446744073709551615 218370977350 0 0 16781312 514 2697699336921252101 0 0 17 5 0 0 0
/proc/18453/statm: 72359 5716 348 364 0 8274 0
[pid=18456] ppid=18453 vsize=1018084 CPUtime=1.74 cores=1,3,5,7
/proc/18456/stat : 18456 (gnovelty+2) R 18453 18456 18456 0 -1 4202496 552 0 0 0 174 0 0 0 25 0 1 0 658135000 1042518016 287 33554432000 134512640 135663704 4290699088 18446744073709551615 134525218 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/18456/statm: 254521 287 113 282 0 254237 0
[pid=18457] ppid=18427 vsize=365228 CPUtime=0 cores=1,3,5,7
/proc/18457/stat : 18457 (python) S 18427 18427 18387 0 -1 4202560 703 0 0 0 0 0 0 0 18 0 1 0 658135001 373993472 5893 33554432000 4194304 5683644 140735719447440 18446744073709551615 218370977350 0 0 16781312 514 819140015278784511 0 0 17 5 0 0 0
/proc/18457/statm: 91307 5893 348 364 0 27219 0
[pid=18459] ppid=18457 vsize=417056 CPUtime=1.72 cores=1,3,5,7
/proc/18459/stat : 18459 (adaptg2wsat2009) R 18457 18459 18459 0 -1 4202496 702 0 0 0 172 0 0 0 25 0 1 0 658135001 427065344 449 33554432000 134512640 135107411 4286778880 18446744073709551615 134532264 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/18459/statm: 104264 449 59 146 0 103140 0
[pid=18460] ppid=18427 vsize=375484 CPUtime=0 cores=1,3,5,7
/proc/18460/stat : 18460 (python) S 18427 18427 18387 0 -1 4202560 716 0 0 0 0 0 0 0 18 0 1 0 658135002 384495616 5840 33554432000 4194304 5683644 140735719447440 18446744073709551615 218370977350 0 0 16781312 514 819132318697390079 0 0 17 1 0 0 0
/proc/18460/statm: 93871 5840 348 364 0 29780 0
[pid=18462] ppid=18460 vsize=417056 CPUtime=1.62 cores=1,3,5,7
/proc/18462/stat : 18462 (adaptg2wsat2009) R 18460 18462 18462 0 -1 4202496 706 0 0 0 162 0 0 0 25 0 1 0 658135002 427065344 451 33554432000 134512640 135107411 4292179584 18446744073709551615 134532128 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/18462/statm: 104264 451 59 146 0 103140 0
[pid=18427/tid=18452] ppid=18423 vsize=385728 CPUtime=0 cores=1,3,5,7
/proc/18427/task/18452/stat : 18452 (python) S 18423 18427 18387 0 -1 4202560 45 936 0 0 0 0 0 0 18 0 5 0 658134999 394985472 7371 33554432000 4194304 5683644 140735719447440 18446744073709551615 218382780849 0 0 16781312 2 18446604468773305216 0 0 -1 5 0 0 0
[pid=18427/tid=18454] ppid=18423 vsize=385728 CPUtime=0 cores=1,3,5,7
/proc/18427/task/18454/stat : 18454 (python) S 18423 18427 18387 0 -1 4202560 16 936 0 0 0 0 0 0 19 0 5 0 658135000 394985472 7371 33554432000 4194304 5683644 140735719447440 18446744073709551615 218382780849 0 0 16781312 2 18446604468773305216 0 0 -1 5 0 0 0
[pid=18427/tid=18458] ppid=18423 vsize=385728 CPUtime=0 cores=1,3,5,7
/proc/18427/task/18458/stat : 18458 (python) S 18423 18427 18387 0 -1 4202560 59 936 0 0 0 0 0 0 20 0 5 0 658135001 394985472 7371 33554432000 4194304 5683644 140735719447440 18446744073709551615 218382780849 0 0 16781312 2 18446604468773305216 0 0 -1 5 0 0 0
[pid=18427/tid=18461] ppid=18423 vsize=385728 CPUtime=0 cores=1,3,5,7
/proc/18427/task/18461/stat : 18461 (python) S 18423 18427 18387 0 -1 4202560 32 936 0 0 0 0 0 0 21 0 5 0 658135002 394985472 7371 33554432000 4194304 5683644 140735719447440 18446744073709551615 218382780849 0 0 16781312 2 18446604468773305216 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.65
Current children cumulated vsize (KiB) 4564956

[startup+6.30133 s]
/proc/loadavg: 0.80 0.17 0.32 12/332 18462
/proc/meminfo: memFree=15737172/32951124 swapFree=52307768/67111528
[pid=18427] ppid=18423 vsize=385728 CPUtime=0.87 cores=1,3,5,7
/proc/18427/stat : 18427 (python) S 18423 18427 18387 0 -1 4202496 12869 936 1 0 70 17 0 0 21 0 5 0 658134865 394985472 7371 33554432000 4194304 5683644 140735719447440 18446744073709551615 218382783947 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18427/statm: 96432 7371 1875 364 0 32341 0
[pid=18451] ppid=18427 vsize=278800 CPUtime=0 cores=1,3,5,7
/proc/18451/stat : 18451 (python) S 18427 18427 18387 0 -1 4202560 882 0 0 0 0 0 0 0 18 0 1 0 658134999 285491200 5661 33554432000 4194304 5683644 140735719447440 18446744073709551615 218370977295 0 0 16781312 514 2697691640339857670 0 0 17 1 0 0 0
/proc/18451/statm: 69700 5661 377 364 0 5618 0
[pid=18455] ppid=18451 vsize=1018084 CPUtime=4.89 cores=1,3,5,7
/proc/18455/stat : 18455 (gnovelty+2) R 18451 18455 18455 0 -1 4202496 552 0 0 0 489 0 0 0 25 0 1 0 658135000 1042518016 287 33554432000 134512640 135663704 4293355360 18446744073709551615 134525224 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/18455/statm: 254521 287 113 282 0 254237 0
[pid=18453] ppid=18427 vsize=289436 CPUtime=0 cores=1,3,5,7
/proc/18453/stat : 18453 (python) S 18427 18427 18387 0 -1 4202560 910 0 0 0 0 0 0 0 18 0 1 0 658135000 296382464 5738 33554432000 4194304 5683644 140735719447440 18446744073709551615 218370977350 0 0 16781312 514 2697699336921252101 0 0 17 5 0 0 0
/proc/18453/statm: 72359 5738 370 364 0 8274 0
[pid=18456] ppid=18453 vsize=1018084 CPUtime=4.9 cores=1,3,5,7
/proc/18456/stat : 18456 (gnovelty+2) R 18453 18456 18456 0 -1 4202496 552 0 0 0 490 0 0 0 25 0 1 0 658135000 1042518016 287 33554432000 134512640 135663704 4290699088 18446744073709551615 134525286 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/18456/statm: 254521 287 113 282 0 254237 0
[pid=18457] ppid=18427 vsize=365228 CPUtime=0 cores=1,3,5,7
/proc/18457/stat : 18457 (python) S 18427 18427 18387 0 -1 4202560 779 0 0 0 0 0 0 0 18 0 1 0 658135001 373993472 5916 33554432000 4194304 5683644 140735719447440 18446744073709551615 218370977350 0 0 16781312 514 819140015278752005 0 0 17 5 0 0 0
/proc/18457/statm: 91307 5916 371 364 0 27219 0
[pid=18459] ppid=18457 vsize=417056 CPUtime=4.89 cores=1,3,5,7
/proc/18459/stat : 18459 (adaptg2wsat2009) R 18457 18459 18459 0 -1 4202496 702 0 0 0 489 0 0 0 25 0 1 0 658135001 427065344 449 33554432000 134512640 135107411 4286778880 18446744073709551615 134532135 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/18459/statm: 104264 449 59 146 0 103140 0
[pid=18460] ppid=18427 vsize=375484 CPUtime=0 cores=1,3,5,7
/proc/18460/stat : 18460 (python) S 18427 18427 18387 0 -1 4202560 794 0 0 0 0 0 0 0 18 0 1 0 658135002 384495616 5863 33554432000 4194304 5683644 140735719447440 18446744073709551615 218370977350 0 0 16781312 514 819132318697357572 0 0 17 1 0 0 0
/proc/18460/statm: 93871 5863 371 364 0 29780 0
[pid=18462] ppid=18460 vsize=417056 CPUtime=4.82 cores=1,3,5,7
/proc/18462/stat : 18462 (adaptg2wsat2009) R 18460 18462 18462 0 -1 4202496 706 0 0 0 482 0 0 0 25 0 1 0 658135002 427065344 451 33554432000 134512640 135107411 4292179584 18446744073709551615 134531856 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/18462/statm: 104264 451 59 146 0 103140 0
[pid=18427/tid=18452] ppid=18423 vsize=385728 CPUtime=0 cores=1,3,5,7
/proc/18427/task/18452/stat : 18452 (python) S 18423 18427 18387 0 -1 4202560 45 936 0 0 0 0 0 0 18 0 5 0 658134999 394985472 7371 33554432000 4194304 5683644 140735719447440 18446744073709551615 218382780849 0 0 16781312 2 18446604468773305216 0 0 -1 5 0 0 0
[pid=18427/tid=18454] ppid=18423 vsize=385728 CPUtime=0 cores=1,3,5,7
/proc/18427/task/18454/stat : 18454 (python) S 18423 18427 18387 0 -1 4202560 16 936 0 0 0 0 0 0 19 0 5 0 658135000 394985472 7371 33554432000 4194304 5683644 140735719447440 18446744073709551615 218382780849 0 0 16781312 2 18446604468773305216 0 0 -1 5 0 0 0
[pid=18427/tid=18458] ppid=18423 vsize=385728 CPUtime=0 cores=1,3,5,7
/proc/18427/task/18458/stat : 18458 (python) S 18423 18427 18387 0 -1 4202560 59 936 0 0 0 0 0 0 20 0 5 0 658135001 394985472 7371 33554432000 4194304 5683644 140735719447440 18446744073709551615 218382780849 0 0 16781312 2 18446604468773305216 0 0 -1 5 0 0 0
[pid=18427/tid=18461] ppid=18423 vsize=385728 CPUtime=0 cores=1,3,5,7
/proc/18427/task/18461/stat : 18461 (python) S 18423 18427 18387 0 -1 4202560 32 936 0 0 0 0 0 0 21 0 5 0 658135002 394985472 7371 33554432000 4194304 5683644 140735719447440 18446744073709551615 218382780849 0 0 16781312 2 18446604468773305216 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 20.37
Current children cumulated vsize (KiB) 4564956

[startup+12.7012 s]
/proc/loadavg: 1.38 0.30 0.36 10/332 18462
/proc/meminfo: memFree=15736328/32951124 swapFree=52307768/67111528
[pid=18427] ppid=18423 vsize=385728 CPUtime=0.87 cores=1,3,5,7
/proc/18427/stat : 18427 (python) S 18423 18427 18387 0 -1 4202496 12869 936 1 0 70 17 0 0 21 0 5 0 658134865 394985472 7371 33554432000 4194304 5683644 140735719447440 18446744073709551615 218382783947 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18427/statm: 96432 7371 1875 364 0 32341 0
[pid=18451] ppid=18427 vsize=278800 CPUtime=0.02 cores=1,3,5,7
/proc/18451/stat : 18451 (python) S 18427 18427 18387 0 -1 4202560 885 0 0 0 1 1 0 0 18 0 1 0 658134999 285491200 5661 33554432000 4194304 5683644 140735719447440 18446744073709551615 218370977295 0 0 16781312 514 10237350456082792710 0 0 17 1 0 0 0
/proc/18451/statm: 69700 5661 377 364 0 5618 0
[pid=18455] ppid=18451 vsize=1018084 CPUtime=11.26 cores=1,3,5,7
/proc/18455/stat : 18455 (gnovelty+2) R 18451 18455 18455 0 -1 4202496 552 0 0 0 1126 0 0 0 25 0 1 0 658135000 1042518016 287 33554432000 134512640 135663704 4293355360 18446744073709551615 134525243 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/18455/statm: 254521 287 113 282 0 254237 0
[pid=18453] ppid=18427 vsize=289436 CPUtime=0.02 cores=1,3,5,7
/proc/18453/stat : 18453 (python) S 18427 18427 18387 0 -1 4202560 914 0 0 0 1 1 0 0 18 0 1 0 658135000 296382464 5739 33554432000 4194304 5683644 140735719447440 18446744073709551615 218370977350 0 0 16781312 514 10237350456082792709 0 0 17 5 0 0 0
/proc/18453/statm: 72359 5739 371 364 0 8274 0
[pid=18456] ppid=18453 vsize=1018084 CPUtime=11.27 cores=1,3,5,7
/proc/18456/stat : 18456 (gnovelty+2) R 18453 18456 18456 0 -1 4202496 552 0 0 0 1127 0 0 0 25 0 1 0 658135000 1042518016 287 33554432000 134512640 135663704 4290699088 18446744073709551615 134525224 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/18456/statm: 254521 287 113 282 0 254237 0
[pid=18457] ppid=18427 vsize=365228 CPUtime=0.02 cores=1,3,5,7
/proc/18457/stat : 18457 (python) S 18427 18427 18387 0 -1 4202560 779 0 0 0 1 1 0 0 18 0 1 0 658135001 373993472 5916 33554432000 4194304 5683644 140735719447440 18446744073709551615 218370977350 0 0 16781312 514 10237350456082792709 0 0 17 5 0 0 0
/proc/18457/statm: 91307 5916 371 364 0 27219 0
[pid=18459] ppid=18457 vsize=417056 CPUtime=11.22 cores=1,3,5,7
/proc/18459/stat : 18459 (adaptg2wsat2009) R 18457 18459 18459 0 -1 4202496 702 0 0 0 1122 0 0 0 25 0 1 0 658135001 427065344 449 33554432000 134512640 135107411 4286778880 18446744073709551615 134532408 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/18459/statm: 104264 449 59 146 0 103140 0
[pid=18460] ppid=18427 vsize=375484 CPUtime=0.02 cores=1,3,5,7
/proc/18460/stat : 18460 (python) S 18427 18427 18387 0 -1 4202560 794 0 0 0 1 1 0 0 18 0 1 0 658135002 384495616 5863 33554432000 4194304 5683644 140735719447440 18446744073709551615 218370977350 0 0 16781312 514 10237350456082792708 0 0 17 1 0 0 0
/proc/18460/statm: 93871 5863 371 364 0 29780 0
[pid=18462] ppid=18460 vsize=417056 CPUtime=11.22 cores=1,3,5,7
/proc/18462/stat : 18462 (adaptg2wsat2009) R 18460 18462 18462 0 -1 4202496 706 0 0 0 1122 0 0 0 25 0 1 0 658135002 427065344 451 33554432000 134512640 135107411 4292179584 18446744073709551615 134532107 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/18462/statm: 104264 451 59 146 0 103140 0
[pid=18427/tid=18452] ppid=18423 vsize=385728 CPUtime=0 cores=1,3,5,7
/proc/18427/task/18452/stat : 18452 (python) S 18423 18427 18387 0 -1 4202560 45 936 0 0 0 0 0 0 18 0 5 0 658134999 394985472 7371 33554432000 4194304 5683644 140735719447440 18446744073709551615 218382780849 0 0 16781312 2 18446604468773305216 0 0 -1 5 0 0 0
[pid=18427/tid=18454] ppid=18423 vsize=385728 CPUtime=0 cores=1,3,5,7
/proc/18427/task/18454/stat : 18454 (python) S 18423 18427 18387 0 -1 4202560 16 936 0 0 0 0 0 0 19 0 5 0 658135000 394985472 7371 33554432000 4194304 5683644 140735719447440 18446744073709551615 218382780849 0 0 16781312 2 18446604468773305216 0 0 -1 5 0 0 0
[pid=18427/tid=18458] ppid=18423 vsize=385728 CPUtime=0 cores=1,3,5,7
/proc/18427/task/18458/stat : 18458 (python) S 18423 18427 18387 0 -1 4202560 59 936 0 0 0 0 0 0 20 0 5 0 658135001 394985472 7371 33554432000 4194304 5683644 140735719447440 18446744073709551615 218382780849 0 0 16781312 2 18446604468773305216 0 0 -1 5 0 0 0
[pid=18427/tid=18461] ppid=18423 vsize=385728 CPUtime=0 cores=1,3,5,7
/proc/18427/task/18461/stat : 18461 (python) S 18423 18427 18387 0 -1 4202560 32 936 0 0 0 0 0 0 21 0 5 0 658135002 394985472 7371 33554432000 4194304 5683644 140735719447440 18446744073709551615 218382780849 0 0 16781312 2 18446604468773305216 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 45.92
Current children cumulated vsize (KiB) 4564956

[startup+25.5009 s]
/proc/loadavg: 2.84 0.67 0.48 10/332 18463
/proc/meminfo: memFree=15737064/32951124 swapFree=52307768/67111528
[pid=18427] ppid=18423 vsize=385728 CPUtime=0.87 cores=1,3,5,7
/proc/18427/stat : 18427 (python) S 18423 18427 18387 0 -1 4202496 12869 936 1 0 70 17 0 0 21 0 5 0 658134865 394985472 7371 33554432000 4194304 5683644 140735719447440 18446744073709551615 218382783947 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18427/statm: 96432 7371 1875 364 0 32341 0
[pid=18451] ppid=18427 vsize=278800 CPUtime=0.05 cores=1,3,5,7
/proc/18451/stat : 18451 (python) S 18427 18427 18387 0 -1 4202560 891 0 0 0 2 3 0 0 18 0 1 0 658134999 285491200 5661 33554432000 4194304 5683644 140735719447440 18446744073709551615 218370977295 0 0 16781312 514 10237350456082792710 0 0 17 1 0 0 0
/proc/18451/statm: 69700 5661 377 364 0 5618 0
[pid=18455] ppid=18451 vsize=1018084 CPUtime=24.01 cores=1,3,5,7
/proc/18455/stat : 18455 (gnovelty+2) R 18451 18455 18455 0 -1 4202496 552 0 0 0 2401 0 0 0 25 0 1 0 658135000 1042518016 287 33554432000 134512640 135663704 4293355360 18446744073709551615 134525302 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/18455/statm: 254521 287 113 282 0 254237 0
[pid=18453] ppid=18427 vsize=289436 CPUtime=0.04 cores=1,3,5,7
/proc/18453/stat : 18453 (python) S 18427 18427 18387 0 -1 4202560 920 0 0 0 2 2 0 0 18 0 1 0 658135000 296382464 5739 33554432000 4194304 5683644 140735719447440 18446744073709551615 218370977350 0 0 16781312 514 10237350456082792709 0 0 17 5 0 0 0
/proc/18453/statm: 72359 5739 371 364 0 8274 0
[pid=18456] ppid=18453 vsize=1018084 CPUtime=24.02 cores=1,3,5,7
/proc/18456/stat : 18456 (gnovelty+2) R 18453 18456 18456 0 -1 4202496 552 0 0 0 2402 0 0 0 25 0 1 0 658135000 1042518016 287 33554432000 134512640 135663704 4290699088 18446744073709551615 134525258 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/18456/statm: 254521 287 113 282 0 254237 0
[pid=18457] ppid=18427 vsize=365228 CPUtime=0.05 cores=1,3,5,7
/proc/18457/stat : 18457 (python) S 18427 18427 18387 0 -1 4202560 779 0 0 0 3 2 0 0 18 0 1 0 658135001 373993472 5916 33554432000 4194304 5683644 140735719447440 18446744073709551615 218370977350 0 0 16781312 514 10237350456082792709 0 0 17 5 0 0 0
/proc/18457/statm: 91307 5916 371 364 0 27219 0
[pid=18459] ppid=18457 vsize=417056 CPUtime=23.89 cores=1,3,5,7
/proc/18459/stat : 18459 (adaptg2wsat2009) R 18457 18459 18459 0 -1 4202496 702 0 0 0 2389 0 0 0 25 0 1 0 658135001 427065344 449 33554432000 134512640 135107411 4286778880 18446744073709551615 134531392 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/18459/statm: 104264 449 59 146 0 103140 0
[pid=18460] ppid=18427 vsize=375484 CPUtime=0.04 cores=1,3,5,7
/proc/18460/stat : 18460 (python) S 18427 18427 18387 0 -1 4202560 794 0 0 0 2 2 0 0 18 0 1 0 658135002 384495616 5863 33554432000 4194304 5683644 140735719447440 18446744073709551615 218370977350 0 0 16781312 514 10237350456082792708 0 0 17 1 0 0 0
/proc/18460/statm: 93871 5863 371 364 0 29780 0
[pid=18462] ppid=18460 vsize=417056 CPUtime=24.02 cores=1,3,5,7
/proc/18462/stat : 18462 (adaptg2wsat2009) R 18460 18462 18462 0 -1 4202496 706 0 0 0 2402 0 0 0 25 0 1 0 658135002 427065344 451 33554432000 134512640 135107411 4292179584 18446744073709551615 134531428 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/18462/statm: 104264 451 59 146 0 103140 0
[pid=18427/tid=18452] ppid=18423 vsize=385728 CPUtime=0 cores=1,3,5,7
/proc/18427/task/18452/stat : 18452 (python) S 18423 18427 18387 0 -1 4202560 45 936 0 0 0 0 0 0 18 0 5 0 658134999 394985472 7371 33554432000 4194304 5683644 140735719447440 18446744073709551615 218382780849 0 0 16781312 2 18446604468773305216 0 0 -1 5 0 0 0
[pid=18427/tid=18454] ppid=18423 vsize=385728 CPUtime=0 cores=1,3,5,7
/proc/18427/task/18454/stat : 18454 (python) S 18423 18427 18387 0 -1 4202560 16 936 0 0 0 0 0 0 19 0 5 0 658135000 394985472 7371 33554432000 4194304 5683644 140735719447440 18446744073709551615 218382780849 0 0 16781312 2 18446604468773305216 0 0 -1 5 0 0 0
[pid=18427/tid=18458] ppid=18423 vsize=385728 CPUtime=0 cores=1,3,5,7
/proc/18427/task/18458/stat : 18458 (python) S 18423 18427 18387 0 -1 4202560 59 936 0 0 0 0 0 0 20 0 5 0 658135001 394985472 7371 33554432000 4194304 5683644 140735719447440 18446744073709551615 218382780849 0 0 16781312 2 18446604468773305216 0 0 -1 5 0 0 0
[pid=18427/tid=18461] ppid=18423 vsize=385728 CPUtime=0 cores=1,3,5,7
/proc/18427/task/18461/stat : 18461 (python) S 18423 18427 18387 0 -1 4202560 32 936 0 0 0 0 0 0 21 0 5 0 658135002 394985472 7371 33554432000 4194304 5683644 140735719447440 18446744073709551615 218382780849 0 0 16781312 2 18446604468773305216 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 96.99
Current children cumulated vsize (KiB) 4564956

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

[startup+25.9008 s]
/proc/loadavg: 2.84 0.67 0.48 10/332 18463
/proc/meminfo: memFree=15737064/32951124 swapFree=52307768/67111528
[pid=18427] ppid=18423 vsize=385728 CPUtime=0.87 cores=1,3,5,7
/proc/18427/stat : 18427 (python) S 18423 18427 18387 0 -1 4202496 12869 936 1 0 70 17 0 0 21 0 5 0 658134865 394985472 7371 33554432000 4194304 5683644 140735719447440 18446744073709551615 218382783947 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18427/statm: 96432 7371 1875 364 0 32341 0
[pid=18451] ppid=18427 vsize=278800 CPUtime=0.05 cores=1,3,5,7
/proc/18451/stat : 18451 (python) S 18427 18427 18387 0 -1 4202560 891 0 0 0 2 3 0 0 18 0 1 0 658134999 285491200 5661 33554432000 4194304 5683644 140735719447440 18446744073709551615 218370977295 0 0 16781312 514 10237350456082792710 0 0 17 1 0 0 0
/proc/18451/statm: 69700 5661 377 364 0 5618 0
[pid=18455] ppid=18451 vsize=1018084 CPUtime=24.41 cores=1,3,5,7
/proc/18455/stat : 18455 (gnovelty+2) R 18451 18455 18455 0 -1 4202496 552 0 0 0 2441 0 0 0 25 0 1 0 658135000 1042518016 287 33554432000 134512640 135663704 4293355360 18446744073709551615 134525181 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/18455/statm: 254521 287 113 282 0 254237 0
[pid=18453] ppid=18427 vsize=289436 CPUtime=0.04 cores=1,3,5,7
/proc/18453/stat : 18453 (python) S 18427 18427 18387 0 -1 4202560 920 0 0 0 2 2 0 0 18 0 1 0 658135000 296382464 5739 33554432000 4194304 5683644 140735719447440 18446744073709551615 218370977350 0 0 16781312 514 10237350456082792709 0 0 17 5 0 0 0
/proc/18453/statm: 72359 5739 371 364 0 8274 0
[pid=18456] ppid=18453 vsize=1018084 CPUtime=24.42 cores=1,3,5,7
/proc/18456/stat : 18456 (gnovelty+2) R 18453 18456 18456 0 -1 4202496 552 0 0 0 2442 0 0 0 25 0 1 0 658135000 1042518016 287 33554432000 134512640 135663704 4290699088 18446744073709551615 134524868 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/18456/statm: 254521 287 113 282 0 254237 0
[pid=18457] ppid=18427 vsize=365228 CPUtime=0.05 cores=1,3,5,7
/proc/18457/stat : 18457 (python) S 18427 18427 18387 0 -1 4202560 779 0 0 0 3 2 0 0 18 0 1 0 658135001 373993472 5916 33554432000 4194304 5683644 140735719447440 18446744073709551615 218370977350 0 0 16781312 514 10237350456082792709 0 0 17 5 0 0 0
/proc/18457/statm: 91307 5916 371 364 0 27219 0
[pid=18459] ppid=18457 vsize=417056 CPUtime=24.29 cores=1,3,5,7
/proc/18459/stat : 18459 (adaptg2wsat2009) R 18457 18459 18459 0 -1 4202496 702 0 0 0 2429 0 0 0 25 0 1 0 658135001 427065344 449 33554432000 134512640 135107411 4286778880 18446744073709551615 134531600 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/18459/statm: 104264 449 59 146 0 103140 0
[pid=18460] ppid=18427 vsize=375484 CPUtime=0.04 cores=1,3,5,7
/proc/18460/stat : 18460 (python) S 18427 18427 18387 0 -1 4202560 794 0 0 0 2 2 0 0 18 0 1 0 658135002 384495616 5863 33554432000 4194304 5683644 140735719447440 18446744073709551615 218370977350 0 0 16781312 514 10237350456082792708 0 0 17 1 0 0 0
/proc/18460/statm: 93871 5863 371 364 0 29780 0
[pid=18462] ppid=18460 vsize=417056 CPUtime=24.42 cores=1,3,5,7
/proc/18462/stat : 18462 (adaptg2wsat2009) R 18460 18462 18462 0 -1 4202496 706 0 0 0 2442 0 0 0 25 0 1 0 658135002 427065344 451 33554432000 134512640 135107411 4292179584 18446744073709551615 134532121 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/18462/statm: 104264 451 59 146 0 103140 0
[pid=18427/tid=18452] ppid=18423 vsize=385728 CPUtime=0 cores=1,3,5,7
/proc/18427/task/18452/stat : 18452 (python) S 18423 18427 18387 0 -1 4202560 45 936 0 0 0 0 0 0 18 0 5 0 658134999 394985472 7371 33554432000 4194304 5683644 140735719447440 18446744073709551615 218382780849 0 0 16781312 2 18446604468773305216 0 0 -1 5 0 0 0
[pid=18427/tid=18454] ppid=18423 vsize=385728 CPUtime=0 cores=1,3,5,7
/proc/18427/task/18454/stat : 18454 (python) S 18423 18427 18387 0 -1 4202560 16 936 0 0 0 0 0 0 19 0 5 0 658135000 394985472 7371 33554432000 4194304 5683644 140735719447440 18446744073709551615 218382780849 0 0 16781312 2 18446604468773305216 0 0 -1 5 0 0 0
[pid=18427/tid=18458] ppid=18423 vsize=385728 CPUtime=0 cores=1,3,5,7
/proc/18427/task/18458/stat : 18458 (python) S 18423 18427 18387 0 -1 4202560 59 936 0 0 0 0 0 0 20 0 5 0 658135001 394985472 7371 33554432000 4194304 5683644 140735719447440 18446744073709551615 218382780849 0 0 16781312 2 18446604468773305216 0 0 -1 5 0 0 0
[pid=18427/tid=18461] ppid=18423 vsize=385728 CPUtime=0 cores=1,3,5,7
/proc/18427/task/18461/stat : 18461 (python) S 18423 18427 18387 0 -1 4202560 32 936 0 0 0 0 0 0 21 0 5 0 658135002 394985472 7371 33554432000 4194304 5683644 140735719447440 18446744073709551615 218382780849 0 0 16781312 2 18446604468773305216 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 98.59
Current children cumulated vsize (KiB) 4564956

Child status: 0
Real time (s): 25.9929
CPU time (s): 98.975
CPU user time (s): 98.664
CPU system time (s): 0.310952
CPU usage (%): 380.776
Max. virtual memory (cumulated for all children) (KiB): 4564960

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 98.664
system time used= 0.310952
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24617
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= 13396
involuntary context switches= 922

runsolver used 0.081987 second user time and 0.181972 second system time

The end

Launcher Data

Begin job on node101 at 2011-05-15 15:15:21
IDJOB=3378403
IDBENCH=82812
IDSOLVER=1859
FILE ID=node101/3378403-1305465321
RUNJOBID= node101-1305465320-18408
PBS_JOBID= 13325061
Free space on /tmp= 73756 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k7-r89-v80-c7120-S2107193201-069.UNKNOWN.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.random.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT -cores NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3378403-1305465321/watcher-3378403-1305465321 -o /tmp/evaluation-result-3378403-1305465321/solver-3378403-1305465321 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378403-1305465321.cnf -seed 680569670 -budget 4800 -cores 4

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

MD5SUM BENCH= f33f3051fd4d4fda111c4bc9b2e01ee5
RANDOM SEED=680569670

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      15821424 kB
Buffers:        342724 kB
Cached:        6259156 kB
SwapCached:      14848 kB
Active:       11647840 kB
Inactive:      5190840 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15821424 kB
SwapTotal:    67111528 kB
SwapFree:     52307768 kB
Dirty:           63460 kB
Writeback:           0 kB
AnonPages:    10233536 kB
Mapped:          15480 kB
Slab:           160756 kB
PageTables:      64104 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 42585356 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= 73696 MiB
End job on node101 at 2011-05-15 15:15:47