Trace number 3317462

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-randomSAT 14.6778 4.77798

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v80-c7120-S1639347701-083.SATISFIABLE.cnf
MD5SUM409e3a755415661f5541c475b40a659c
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.076987
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.31/0.45	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.31/0.45	c INFO: solving HOME/instance-3317462-1304269768.cnf
0.31/0.45	c INFO: computing task features
0.31/0.50	c INFO: computed variable-clause graph statistics
0.40/0.50	c INFO: computed clause balance statistics
0.60/0.75	c INFO: computed variable balance statistics
0.70/0.85	c INFO: computed small-clause counts
0.70/0.85	c INFO: computed Horn-clause counts
0.70/0.86	c INFO: computed variable graph statistics
0.70/0.86	c INFO: collected features for HOME/instance-3317462-1304269768.cnf in 0.41 s
0.70/0.89	c INFO: running gnovelty+2@0 for 97 with 4799 remaining (b = 0.50)
0.79/0.91	c INFO: running gnovelty+2@0 for 97 with 4799 remaining (b = 0.11)
0.79/0.94	c INFO: running adaptg2wsat2009++@0 for 97 with 4799 remaining (b = 0.06)
0.79/0.97	c INFO: running adaptg2wsat2009++@0 for 97 with 4799 remaining (b = 0.05)
14.38/4.75	s SATISFIABLE
14.38/4.75	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: 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-3317462-1304269768/watcher-3317462-1304269768 -o /tmp/evaluation-result-3317462-1304269768/solver-3317462-1304269768 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317462-1304269768.cnf -seed 1413761394 -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: 9.02 9.15 8.30 7/250 29496
/proc/meminfo: memFree=28803512/32951124 swapFree=67102756/67111528
[pid=29496] ppid=29494 vsize=15776 CPUtime=0 cores=0,2,4,6
/proc/29496/stat : 29496 (python) R 29494 29496 28463 0 -1 4202496 893 0 0 0 0 0 0 0 25 0 1 0 538575052 16154624 774 33554432000 4194304 5683644 140735607126192 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/29496/statm: 3944 775 343 364 0 431 0

[startup+0.0239679 s]
/proc/loadavg: 9.02 9.15 8.30 7/250 29496
/proc/meminfo: memFree=28803512/32951124 swapFree=67102756/67111528
[pid=29496] ppid=29494 vsize=16536 CPUtime=0.01 cores=0,2,4,6
/proc/29496/stat : 29496 (python) R 29494 29496 28463 0 -1 4202496 1191 0 0 0 1 0 0 0 25 0 1 0 538575052 16932864 1050 33554432000 4194304 5683644 140735607126192 18446744073709551615 246516830053 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/29496/statm: 4134 1050 417 364 0 621 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16536

[startup+0.100956 s]
/proc/loadavg: 9.02 9.15 8.30 7/250 29496
/proc/meminfo: memFree=28803512/32951124 swapFree=67102756/67111528
[pid=29496] ppid=29494 vsize=104612 CPUtime=0.07 cores=0,2,4,6
/proc/29496/stat : 29496 (python) S 29494 29496 28463 0 -1 4202496 3143 0 0 0 5 2 0 0 17 0 1 0 538575052 107122688 2821 33554432000 4194304 5683644 140735607126192 18446744073709551615 246516832256 0 2147483391 16781312 2 18446744071699453118 0 0 17 0 0 0 0
/proc/29496/statm: 26153 2821 847 364 0 1901 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104612

[startup+0.300954 s]
/proc/loadavg: 9.02 9.15 8.30 7/250 29496
/proc/meminfo: memFree=28803512/32951124 swapFree=67102756/67111528
[pid=29496] ppid=29494 vsize=198916 CPUtime=0.23 cores=0,2,4,6
/proc/29496/stat : 29496 (python) R 29494 29496 28463 0 -1 4202496 7022 932 1 0 17 6 0 0 17 0 1 0 538575052 203689984 5053 33554432000 4194304 5683644 140735607126192 18446744073709551615 47069828113103 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/29496/statm: 49729 5053 1466 364 0 3756 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 198916

[startup+0.700848 s]
/proc/loadavg: 9.02 9.15 8.30 7/250 29496
/proc/meminfo: memFree=28803512/32951124 swapFree=67102756/67111528
[pid=29496] ppid=29494 vsize=279940 CPUtime=0.6 cores=0,2,4,6
/proc/29496/stat : 29496 (python) R 29494 29496 28463 0 -1 4202496 10128 932 1 0 52 8 0 0 18 0 1 0 538575052 286658560 7384 33554432000 4194304 5683644 140735607126192 18446744073709551615 47069828112749 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/29496/statm: 69985 7384 1826 364 0 5909 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 279940

[startup+1.50067 s]
/proc/loadavg: 9.02 9.15 8.30 13/263 29513
/proc/meminfo: memFree=28762364/32951124 swapFree=67102756/67111528
[pid=29496] ppid=29494 vsize=320288 CPUtime=0.87 cores=0,2,4,6
/proc/29496/stat : 29496 (python) S 29494 29496 28463 0 -1 4202496 13105 932 1 0 78 9 0 0 25 0 5 0 538575052 327974912 7271 33554432000 4194304 5683644 140735607126192 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/29496/statm: 80072 7271 1883 364 0 15981 0
[pid=29502] ppid=29496 vsize=278796 CPUtime=0 cores=0,2,4,6
/proc/29502/stat : 29502 (python) S 29496 29496 28463 0 -1 4202560 738 0 0 0 0 0 0 0 19 0 1 0 538575141 285487104 5638 33554432000 4194304 5683644 140735607126192 18446744073709551615 246516854287 0 0 16781312 514 3949623067516338175 0 0 17 0 0 0 0
/proc/29502/statm: 69699 5638 354 364 0 5617 0
[pid=29504] ppid=29502 vsize=1018084 CPUtime=0.49 cores=0,2,4,6
/proc/29504/stat : 29504 (gnovelty+2) R 29502 29504 29504 0 -1 4202496 550 0 0 0 49 0 0 0 21 0 1 0 538575142 1042518016 286 33554432000 134512640 135663704 4287425168 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/29504/statm: 254521 286 113 282 0 254237 0
[pid=29505] ppid=29496 vsize=289396 CPUtime=0 cores=0,2,4,6
/proc/29505/stat : 29505 (python) S 29496 29496 28463 0 -1 4202560 741 0 0 0 0 0 0 0 21 0 1 0 538575144 296341504 5707 33554432000 4194304 5683644 140735607126192 18446744073709551615 246516854342 0 0 16781312 514 4017399713031520255 0 0 17 6 0 0 0
/proc/29505/statm: 72349 5707 348 364 0 8264 0
[pid=29507] ppid=29505 vsize=1018084 CPUtime=0.57 cores=0,2,4,6
/proc/29507/stat : 29507 (gnovelty+2) R 29505 29507 29507 0 -1 4202496 551 0 0 0 57 0 0 0 25 0 1 0 538575145 1042518016 287 33554432000 134512640 135663704 4293002768 18446744073709551615 134524918 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/29507/statm: 254521 287 113 282 0 254237 0
[pid=29508] ppid=29496 vsize=299180 CPUtime=0 cores=0,2,4,6
/proc/29508/stat : 29508 (python) S 29496 29496 28463 0 -1 4202560 718 0 0 0 0 0 0 0 23 0 1 0 538575147 306360320 5604 33554432000 4194304 5683644 140735607126192 18446744073709551615 246516854342 0 0 16781312 514 8422576282163740671 0 0 17 6 0 0 0
/proc/29508/statm: 74795 5604 344 364 0 10707 0
[pid=29510] ppid=29508 vsize=416916 CPUtime=0.32 cores=0,2,4,6
/proc/29510/stat : 29510 (adaptg2wsat2009) R 29508 29510 29510 0 -1 4202496 644 0 0 0 32 0 0 0 25 0 1 0 538575150 426921984 379 33554432000 134512640 135107411 4293683952 18446744073709551615 134523455 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/29510/statm: 104229 379 49 146 0 103105 0
[pid=29511] ppid=29496 vsize=310044 CPUtime=0 cores=0,2,4,6
/proc/29511/stat : 29511 (python) S 29496 29496 28463 0 -1 4202560 727 0 0 0 0 0 0 0 25 0 1 0 538575150 317485056 5728 33554432000 4194304 5683644 140735607126192 18446744073709551615 246516854342 0 0 16781312 514 1168209943208132607 0 0 17 2 0 0 0
/proc/29511/statm: 77511 5728 344 364 0 13420 0
[pid=29513] ppid=29511 vsize=416916 CPUtime=0.49 cores=0,2,4,6
/proc/29513/stat : 29513 (adaptg2wsat2009) R 29511 29513 29513 0 -1 4202496 645 0 0 0 49 0 0 0 25 0 1 0 538575150 426921984 380 33554432000 134512640 135107411 4288939216 18446744073709551615 134523339 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/29513/statm: 104229 380 49 146 0 103105 0
[pid=29496/tid=29503] ppid=29494 vsize=320288 CPUtime=0 cores=0,2,4,6
/proc/29496/task/29503/stat : 29503 (python) S 29494 29496 28463 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 5 0 538575142 327974912 7271 33554432000 4194304 5683644 140735607126192 18446744073709551615 246528657841 0 0 16781312 2 18446604453832287424 0 0 -1 0 0 0 0
[pid=29496/tid=29506] ppid=29494 vsize=320288 CPUtime=0 cores=0,2,4,6
/proc/29496/task/29506/stat : 29506 (python) S 29494 29496 28463 0 -1 4202560 22 932 0 0 0 0 0 0 22 0 5 0 538575144 327974912 7271 33554432000 4194304 5683644 140735607126192 18446744073709551615 246528657841 0 0 16781312 2 18446604453832287424 0 0 -1 6 0 0 0
[pid=29496/tid=29509] ppid=29494 vsize=320288 CPUtime=0 cores=0,2,4,6
/proc/29496/task/29509/stat : 29509 (python) S 29494 29496 28463 0 -1 4202560 24 932 0 0 0 0 0 0 24 0 5 0 538575147 327974912 7271 33554432000 4194304 5683644 140735607126192 18446744073709551615 246528657841 0 0 16781312 2 18446604453832287424 0 0 -1 6 0 0 0
[pid=29496/tid=29512] ppid=29494 vsize=320288 CPUtime=0 cores=0,2,4,6
/proc/29496/task/29512/stat : 29512 (python) S 29494 29496 28463 0 -1 4202560 27 932 0 0 0 0 0 0 25 0 5 0 538575150 327974912 7271 33554432000 4194304 5683644 140735607126192 18446744073709551615 246528657841 0 0 16781312 2 18446604453832287424 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.74
Current children cumulated vsize (KiB) 4367704

[startup+3.10138 s]
/proc/loadavg: 9.02 9.15 8.30 12/263 29513
/proc/meminfo: memFree=28759760/32951124 swapFree=67102756/67111528
[pid=29496] ppid=29494 vsize=320288 CPUtime=0.87 cores=0,2,4,6
/proc/29496/stat : 29496 (python) S 29494 29496 28463 0 -1 4202496 13105 932 1 0 78 9 0 0 25 0 5 0 538575052 327974912 7271 33554432000 4194304 5683644 140735607126192 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/29496/statm: 80072 7271 1883 364 0 15981 0
[pid=29502] ppid=29496 vsize=278796 CPUtime=0 cores=0,2,4,6
/proc/29502/stat : 29502 (python) S 29496 29496 28463 0 -1 4202560 738 0 0 0 0 0 0 0 18 0 1 0 538575141 285487104 5638 33554432000 4194304 5683644 140735607126192 18446744073709551615 246516854287 0 0 16781312 514 3949623067516305666 0 0 17 0 0 0 0
/proc/29502/statm: 69699 5638 354 364 0 5617 0
[pid=29504] ppid=29502 vsize=1018084 CPUtime=2.09 cores=0,2,4,6
/proc/29504/stat : 29504 (gnovelty+2) R 29502 29504 29504 0 -1 4202496 550 0 0 0 209 0 0 0 25 0 1 0 538575142 1042518016 286 33554432000 134512640 135663704 4287425168 18446744073709551615 134544196 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/29504/statm: 254521 286 113 282 0 254237 0
[pid=29505] ppid=29496 vsize=289396 CPUtime=0 cores=0,2,4,6
/proc/29505/stat : 29505 (python) S 29496 29496 28463 0 -1 4202560 741 0 0 0 0 0 0 0 18 0 1 0 538575144 296341504 5707 33554432000 4194304 5683644 140735607126192 18446744073709551615 246516854342 0 0 16781312 514 4017399713031487748 0 0 17 6 0 0 0
/proc/29505/statm: 72349 5707 348 364 0 8264 0
[pid=29507] ppid=29505 vsize=1018084 CPUtime=2.17 cores=0,2,4,6
/proc/29507/stat : 29507 (gnovelty+2) R 29505 29507 29507 0 -1 4202496 551 0 0 0 217 0 0 0 25 0 1 0 538575145 1042518016 287 33554432000 134512640 135663704 4293002768 18446744073709551615 134525224 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/29507/statm: 254521 287 113 282 0 254237 0
[pid=29508] ppid=29496 vsize=299180 CPUtime=0 cores=0,2,4,6
/proc/29508/stat : 29508 (python) S 29496 29496 28463 0 -1 4202560 736 0 0 0 0 0 0 0 18 0 1 0 538575147 306360320 5608 33554432000 4194304 5683644 140735607126192 18446744073709551615 246516854342 0 0 16781312 514 8422576282163708162 0 0 17 6 0 0 0
/proc/29508/statm: 74795 5608 348 364 0 10707 0
[pid=29510] ppid=29508 vsize=417056 CPUtime=1.12 cores=0,2,4,6
/proc/29510/stat : 29510 (adaptg2wsat2009) R 29508 29510 29510 0 -1 4202496 714 0 0 0 112 0 0 0 25 0 1 0 538575150 427065344 449 33554432000 134512640 135107411 4293683952 18446744073709551615 134531768 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/29510/statm: 104264 449 59 146 0 103140 0
[pid=29511] ppid=29496 vsize=310044 CPUtime=0 cores=0,2,4,6
/proc/29511/stat : 29511 (python) S 29496 29496 28463 0 -1 4202560 745 0 0 0 0 0 0 0 18 0 1 0 538575150 317485056 5732 33554432000 4194304 5683644 140735607126192 18446744073709551615 246516854342 0 0 16781312 514 1168209943208100097 0 0 17 2 0 0 0
/proc/29511/statm: 77511 5732 348 364 0 13420 0
[pid=29513] ppid=29511 vsize=417056 CPUtime=2.09 cores=0,2,4,6
/proc/29513/stat : 29513 (adaptg2wsat2009) R 29511 29513 29513 0 -1 4202496 716 0 0 0 209 0 0 0 25 0 1 0 538575150 427065344 451 33554432000 134512640 135107411 4288939216 18446744073709551615 134532088 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/29513/statm: 104264 451 59 146 0 103140 0
[pid=29496/tid=29503] ppid=29494 vsize=320288 CPUtime=0 cores=0,2,4,6
/proc/29496/task/29503/stat : 29503 (python) S 29494 29496 28463 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 5 0 538575142 327974912 7271 33554432000 4194304 5683644 140735607126192 18446744073709551615 246528657841 0 0 16781312 2 18446604453832287424 0 0 -1 0 0 0 0
[pid=29496/tid=29506] ppid=29494 vsize=320288 CPUtime=0 cores=0,2,4,6
/proc/29496/task/29506/stat : 29506 (python) S 29494 29496 28463 0 -1 4202560 22 932 0 0 0 0 0 0 22 0 5 0 538575144 327974912 7271 33554432000 4194304 5683644 140735607126192 18446744073709551615 246528657841 0 0 16781312 2 18446604453832287424 0 0 -1 6 0 0 0
[pid=29496/tid=29509] ppid=29494 vsize=320288 CPUtime=0 cores=0,2,4,6
/proc/29496/task/29509/stat : 29509 (python) S 29494 29496 28463 0 -1 4202560 24 932 0 0 0 0 0 0 24 0 5 0 538575147 327974912 7271 33554432000 4194304 5683644 140735607126192 18446744073709551615 246528657841 0 0 16781312 2 18446604453832287424 0 0 -1 6 0 0 0
[pid=29496/tid=29512] ppid=29494 vsize=320288 CPUtime=0 cores=0,2,4,6
/proc/29496/task/29512/stat : 29512 (python) S 29494 29496 28463 0 -1 4202560 27 932 0 0 0 0 0 0 25 0 5 0 538575150 327974912 7271 33554432000 4194304 5683644 140735607126192 18446744073709551615 246528657841 0 0 16781312 2 18446604453832287424 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 8.34
Current children cumulated vsize (KiB) 4367984

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

[startup+3.90123 s]
/proc/loadavg: 9.02 9.15 8.30 13/263 29513
/proc/meminfo: memFree=28760380/32951124 swapFree=67102756/67111528
[pid=29496] ppid=29494 vsize=320288 CPUtime=0.87 cores=0,2,4,6
/proc/29496/stat : 29496 (python) S 29494 29496 28463 0 -1 4202496 13105 932 1 0 78 9 0 0 25 0 5 0 538575052 327974912 7271 33554432000 4194304 5683644 140735607126192 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/29496/statm: 80072 7271 1883 364 0 15981 0
[pid=29502] ppid=29496 vsize=278796 CPUtime=0 cores=0,2,4,6
/proc/29502/stat : 29502 (python) S 29496 29496 28463 0 -1 4202560 738 0 0 0 0 0 0 0 18 0 1 0 538575141 285487104 5638 33554432000 4194304 5683644 140735607126192 18446744073709551615 246516854287 0 0 16781312 514 3949623067516305666 0 0 17 0 0 0 0
/proc/29502/statm: 69699 5638 354 364 0 5617 0
[pid=29504] ppid=29502 vsize=1018084 CPUtime=2.89 cores=0,2,4,6
/proc/29504/stat : 29504 (gnovelty+2) R 29502 29504 29504 0 -1 4202496 550 0 0 0 289 0 0 0 25 0 1 0 538575142 1042518016 286 33554432000 134512640 135663704 4287425168 18446744073709551615 134525260 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/29504/statm: 254521 286 113 282 0 254237 0
[pid=29505] ppid=29496 vsize=289396 CPUtime=0 cores=0,2,4,6
/proc/29505/stat : 29505 (python) S 29496 29496 28463 0 -1 4202560 741 0 0 0 0 0 0 0 18 0 1 0 538575144 296341504 5707 33554432000 4194304 5683644 140735607126192 18446744073709551615 246516854342 0 0 16781312 514 4017399713031487748 0 0 17 6 0 0 0
/proc/29505/statm: 72349 5707 348 364 0 8264 0
[pid=29507] ppid=29505 vsize=1018084 CPUtime=2.97 cores=0,2,4,6
/proc/29507/stat : 29507 (gnovelty+2) R 29505 29507 29507 0 -1 4202496 551 0 0 0 297 0 0 0 25 0 1 0 538575145 1042518016 287 33554432000 134512640 135663704 4293002768 18446744073709551615 134544268 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/29507/statm: 254521 287 113 282 0 254237 0
[pid=29508] ppid=29496 vsize=299180 CPUtime=0 cores=0,2,4,6
/proc/29508/stat : 29508 (python) S 29496 29496 28463 0 -1 4202560 736 0 0 0 0 0 0 0 18 0 1 0 538575147 306360320 5608 33554432000 4194304 5683644 140735607126192 18446744073709551615 246516854342 0 0 16781312 514 8422576282163708162 0 0 17 6 0 0 0
/proc/29508/statm: 74795 5608 348 364 0 10707 0
[pid=29510] ppid=29508 vsize=417056 CPUtime=1.58 cores=0,2,4,6
/proc/29510/stat : 29510 (adaptg2wsat2009) R 29508 29510 29510 0 -1 4202496 714 0 0 0 158 0 0 0 25 0 1 0 538575150 427065344 449 33554432000 134512640 135107411 4293683952 18446744073709551615 134531428 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/29510/statm: 104264 449 59 146 0 103140 0
[pid=29511] ppid=29496 vsize=310044 CPUtime=0.76 cores=0,2,4,6
/proc/29511/stat : 29511 (python) R 29496 29496 28463 0 -1 4202560 749 0 0 0 66 10 0 0 17 0 1 0 538575150 317485056 5732 33554432000 4194304 5683644 140735607126192 18446744073709551615 246528664383 0 0 16781312 514 0 0 0 17 2 0 0 0
/proc/29511/statm: 77511 5732 348 364 0 13420 0
[pid=29513] ppid=29511 vsize=0 CPUtime=2.12 cores=0,2,4,6
/proc/29513/stat : 29513 (adaptg2wsat2009) R 29511 29513 29513 0 -1 4202500 727 0 0 0 212 0 0 0 25 0 1 0 538575150 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 2 0 0 0
/proc/29513/statm: 0 0 0 0 0 0 0
[pid=29496/tid=29503] ppid=29494 vsize=320288 CPUtime=0 cores=0,2,4,6
/proc/29496/task/29503/stat : 29503 (python) S 29494 29496 28463 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 5 0 538575142 327974912 7271 33554432000 4194304 5683644 140735607126192 18446744073709551615 246528657841 0 0 16781312 2 18446604453832287424 0 0 -1 0 0 0 0
[pid=29496/tid=29506] ppid=29494 vsize=320288 CPUtime=0 cores=0,2,4,6
/proc/29496/task/29506/stat : 29506 (python) S 29494 29496 28463 0 -1 4202560 22 932 0 0 0 0 0 0 22 0 5 0 538575144 327974912 7271 33554432000 4194304 5683644 140735607126192 18446744073709551615 246528657841 0 0 16781312 2 18446604453832287424 0 0 -1 6 0 0 0
[pid=29496/tid=29509] ppid=29494 vsize=320288 CPUtime=0 cores=0,2,4,6
/proc/29496/task/29509/stat : 29509 (python) S 29494 29496 28463 0 -1 4202560 24 932 0 0 0 0 0 0 24 0 5 0 538575147 327974912 7271 33554432000 4194304 5683644 140735607126192 18446744073709551615 246528657841 0 0 16781312 2 18446604453832287424 0 0 -1 6 0 0 0
[pid=29496/tid=29512] ppid=29494 vsize=320288 CPUtime=0 cores=0,2,4,6
/proc/29496/task/29512/stat : 29512 (python) S 29494 29496 28463 0 -1 4202560 27 932 0 0 0 0 0 0 25 0 5 0 538575150 327974912 7271 33554432000 4194304 5683644 140735607126192 18446744073709551615 246528657841 0 0 16781312 2 18446604453832287424 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 11.19
Current children cumulated vsize (KiB) 3950928

[startup+4.30116 s]
/proc/loadavg: 9.02 9.15 8.30 13/262 29513
/proc/meminfo: memFree=28761040/32951124 swapFree=67102756/67111528
[pid=29496] ppid=29494 vsize=320288 CPUtime=0.87 cores=0,2,4,6
/proc/29496/stat : 29496 (python) S 29494 29496 28463 0 -1 4202496 13105 932 1 0 78 9 0 0 25 0 5 0 538575052 327974912 7271 33554432000 4194304 5683644 140735607126192 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/29496/statm: 80072 7271 1883 364 0 15981 0
[pid=29502] ppid=29496 vsize=278796 CPUtime=0 cores=0,2,4,6
/proc/29502/stat : 29502 (python) S 29496 29496 28463 0 -1 4202560 738 0 0 0 0 0 0 0 18 0 1 0 538575141 285487104 5638 33554432000 4194304 5683644 140735607126192 18446744073709551615 246516854287 0 0 16781312 514 3949623067516305666 0 0 17 0 0 0 0
/proc/29502/statm: 69699 5638 354 364 0 5617 0
[pid=29504] ppid=29502 vsize=1018084 CPUtime=3.29 cores=0,2,4,6
/proc/29504/stat : 29504 (gnovelty+2) R 29502 29504 29504 0 -1 4202496 550 0 0 0 329 0 0 0 25 0 1 0 538575142 1042518016 286 33554432000 134512640 135663704 4287425168 18446744073709551615 134524509 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/29504/statm: 254521 286 113 282 0 254237 0
[pid=29505] ppid=29496 vsize=289396 CPUtime=0 cores=0,2,4,6
/proc/29505/stat : 29505 (python) S 29496 29496 28463 0 -1 4202560 741 0 0 0 0 0 0 0 18 0 1 0 538575144 296341504 5707 33554432000 4194304 5683644 140735607126192 18446744073709551615 246516854342 0 0 16781312 514 4017399713031487748 0 0 17 6 0 0 0
/proc/29505/statm: 72349 5707 348 364 0 8264 0
[pid=29507] ppid=29505 vsize=1018084 CPUtime=3.38 cores=0,2,4,6
/proc/29507/stat : 29507 (gnovelty+2) R 29505 29507 29507 0 -1 4202496 551 0 0 0 338 0 0 0 25 0 1 0 538575145 1042518016 287 33554432000 134512640 135663704 4293002768 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/29507/statm: 254521 287 113 282 0 254237 0
[pid=29508] ppid=29496 vsize=299180 CPUtime=0 cores=0,2,4,6
/proc/29508/stat : 29508 (python) S 29496 29496 28463 0 -1 4202560 736 0 0 0 0 0 0 0 18 0 1 0 538575147 306360320 5608 33554432000 4194304 5683644 140735607126192 18446744073709551615 246516854342 0 0 16781312 514 8422576282163708162 0 0 17 6 0 0 0
/proc/29508/statm: 74795 5608 348 364 0 10707 0
[pid=29510] ppid=29508 vsize=417056 CPUtime=1.98 cores=0,2,4,6
/proc/29510/stat : 29510 (adaptg2wsat2009) R 29508 29510 29510 0 -1 4202496 714 0 0 0 198 0 0 0 25 0 1 0 538575150 427065344 449 33554432000 134512640 135107411 4293683952 18446744073709551615 134531239 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/29510/statm: 104264 449 59 146 0 103140 0
[pid=29511] ppid=29496 vsize=310044 CPUtime=1.17 cores=0,2,4,6
/proc/29511/stat : 29511 (python) R 29496 29496 28463 0 -1 4202560 749 0 0 0 103 14 0 0 18 0 1 0 538575150 317485056 5732 33554432000 4194304 5683644 140735607126192 18446744073709551615 246516854342 0 0 16781312 514 0 0 0 17 2 0 0 0
/proc/29511/statm: 77511 5732 348 364 0 13420 0
[pid=29513] ppid=29511 vsize=0 CPUtime=2.12 cores=0,2,4,6
/proc/29513/stat : 29513 (adaptg2wsat2009) R 29511 29513 29513 0 -1 4202500 727 0 0 0 212 0 0 0 25 0 1 0 538575150 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 2 0 0 0
/proc/29513/statm: 0 0 0 0 0 0 0
[pid=29496/tid=29503] ppid=29494 vsize=320288 CPUtime=0 cores=0,2,4,6
/proc/29496/task/29503/stat : 29503 (python) S 29494 29496 28463 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 5 0 538575142 327974912 7271 33554432000 4194304 5683644 140735607126192 18446744073709551615 246528657841 0 0 16781312 2 18446604453832287424 0 0 -1 0 0 0 0
[pid=29496/tid=29506] ppid=29494 vsize=320288 CPUtime=0 cores=0,2,4,6
/proc/29496/task/29506/stat : 29506 (python) S 29494 29496 28463 0 -1 4202560 22 932 0 0 0 0 0 0 22 0 5 0 538575144 327974912 7271 33554432000 4194304 5683644 140735607126192 18446744073709551615 246528657841 0 0 16781312 2 18446604453832287424 0 0 -1 6 0 0 0
[pid=29496/tid=29509] ppid=29494 vsize=320288 CPUtime=0 cores=0,2,4,6
/proc/29496/task/29509/stat : 29509 (python) S 29494 29496 28463 0 -1 4202560 24 932 0 0 0 0 0 0 24 0 5 0 538575147 327974912 7271 33554432000 4194304 5683644 140735607126192 18446744073709551615 246528657841 0 0 16781312 2 18446604453832287424 0 0 -1 6 0 0 0
[pid=29496/tid=29512] ppid=29494 vsize=320288 CPUtime=0 cores=0,2,4,6
/proc/29496/task/29512/stat : 29512 (python) S 29494 29496 28463 0 -1 4202560 27 932 0 0 0 0 0 0 25 0 5 0 538575150 327974912 7271 33554432000 4194304 5683644 140735607126192 18446744073709551615 246528657841 0 0 16781312 2 18446604453832287424 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.81
Current children cumulated vsize (KiB) 3950928

[startup+4.70108 s]
/proc/loadavg: 9.02 9.15 8.30 13/262 29513
/proc/meminfo: memFree=28761040/32951124 swapFree=67102756/67111528
[pid=29496] ppid=29494 vsize=320288 CPUtime=0.87 cores=0,2,4,6
/proc/29496/stat : 29496 (python) S 29494 29496 28463 0 -1 4202496 13105 932 1 0 78 9 0 0 25 0 5 0 538575052 327974912 7271 33554432000 4194304 5683644 140735607126192 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/29496/statm: 80072 7271 1883 364 0 15981 0
[pid=29502] ppid=29496 vsize=278796 CPUtime=0 cores=0,2,4,6
/proc/29502/stat : 29502 (python) S 29496 29496 28463 0 -1 4202560 738 0 0 0 0 0 0 0 18 0 1 0 538575141 285487104 5638 33554432000 4194304 5683644 140735607126192 18446744073709551615 246516854287 0 0 16781312 514 3949623067516305666 0 0 17 0 0 0 0
/proc/29502/statm: 69699 5638 354 364 0 5617 0
[pid=29504] ppid=29502 vsize=1018084 CPUtime=3.69 cores=0,2,4,6
/proc/29504/stat : 29504 (gnovelty+2) R 29502 29504 29504 0 -1 4202496 550 0 0 0 369 0 0 0 25 0 1 0 538575142 1042518016 286 33554432000 134512640 135663704 4287425168 18446744073709551615 134525276 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/29504/statm: 254521 286 113 282 0 254237 0
[pid=29505] ppid=29496 vsize=289396 CPUtime=0 cores=0,2,4,6
/proc/29505/stat : 29505 (python) S 29496 29496 28463 0 -1 4202560 741 0 0 0 0 0 0 0 18 0 1 0 538575144 296341504 5707 33554432000 4194304 5683644 140735607126192 18446744073709551615 246516854342 0 0 16781312 514 4017399713031487748 0 0 17 6 0 0 0
/proc/29505/statm: 72349 5707 348 364 0 8264 0
[pid=29507] ppid=29505 vsize=1018084 CPUtime=3.77 cores=0,2,4,6
/proc/29507/stat : 29507 (gnovelty+2) R 29505 29507 29507 0 -1 4202496 551 0 0 0 377 0 0 0 25 0 1 0 538575145 1042518016 287 33554432000 134512640 135663704 4293002768 18446744073709551615 134524972 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/29507/statm: 254521 287 113 282 0 254237 0
[pid=29508] ppid=29496 vsize=299180 CPUtime=0 cores=0,2,4,6
/proc/29508/stat : 29508 (python) S 29496 29496 28463 0 -1 4202560 736 0 0 0 0 0 0 0 18 0 1 0 538575147 306360320 5608 33554432000 4194304 5683644 140735607126192 18446744073709551615 246516854342 0 0 16781312 514 8422576282163708162 0 0 17 6 0 0 0
/proc/29508/statm: 74795 5608 348 364 0 10707 0
[pid=29510] ppid=29508 vsize=417056 CPUtime=2.37 cores=0,2,4,6
/proc/29510/stat : 29510 (adaptg2wsat2009) R 29508 29510 29510 0 -1 4202496 714 0 0 0 237 0 0 0 25 0 1 0 538575150 427065344 449 33554432000 134512640 135107411 4293683952 18446744073709551615 134531435 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/29510/statm: 104264 449 59 146 0 103140 0
[pid=29511] ppid=29496 vsize=310044 CPUtime=1.56 cores=0,2,4,6
/proc/29511/stat : 29511 (python) R 29496 29496 28463 0 -1 4202560 749 0 0 0 138 18 0 0 18 0 1 0 538575150 317485056 5732 33554432000 4194304 5683644 140735607126192 18446744073709551615 246528664383 0 0 16781312 514 0 0 0 17 2 0 0 0
/proc/29511/statm: 77511 5732 348 364 0 13420 0
[pid=29513] ppid=29511 vsize=0 CPUtime=2.12 cores=0,2,4,6
/proc/29513/stat : 29513 (adaptg2wsat2009) R 29511 29513 29513 0 -1 4202500 727 0 0 0 212 0 0 0 25 0 1 0 538575150 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 2 0 0 0
/proc/29513/statm: 0 0 0 0 0 0 0
[pid=29496/tid=29503] ppid=29494 vsize=320288 CPUtime=0 cores=0,2,4,6
/proc/29496/task/29503/stat : 29503 (python) S 29494 29496 28463 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 5 0 538575142 327974912 7271 33554432000 4194304 5683644 140735607126192 18446744073709551615 246528657841 0 0 16781312 2 18446604453832287424 0 0 -1 0 0 0 0
[pid=29496/tid=29506] ppid=29494 vsize=320288 CPUtime=0 cores=0,2,4,6
/proc/29496/task/29506/stat : 29506 (python) S 29494 29496 28463 0 -1 4202560 22 932 0 0 0 0 0 0 22 0 5 0 538575144 327974912 7271 33554432000 4194304 5683644 140735607126192 18446744073709551615 246528657841 0 0 16781312 2 18446604453832287424 0 0 -1 6 0 0 0
[pid=29496/tid=29509] ppid=29494 vsize=320288 CPUtime=0 cores=0,2,4,6
/proc/29496/task/29509/stat : 29509 (python) S 29494 29496 28463 0 -1 4202560 24 932 0 0 0 0 0 0 24 0 5 0 538575147 327974912 7271 33554432000 4194304 5683644 140735607126192 18446744073709551615 246528657841 0 0 16781312 2 18446604453832287424 0 0 -1 6 0 0 0
[pid=29496/tid=29512] ppid=29494 vsize=320288 CPUtime=0 cores=0,2,4,6
/proc/29496/task/29512/stat : 29512 (python) S 29494 29496 28463 0 -1 4202560 27 932 0 0 0 0 0 0 25 0 5 0 538575150 327974912 7271 33554432000 4194304 5683644 140735607126192 18446744073709551615 246528657841 0 0 16781312 2 18446604453832287424 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 14.38
Current children cumulated vsize (KiB) 3950928

Child status: 0
Real time (s): 4.77798
CPU time (s): 14.6778
CPU user time (s): 14.3708
CPU system time (s): 0.306953
CPU usage (%): 307.196
Max. virtual memory (cumulated for all children) (KiB): 4368840

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.3708
system time used= 0.306953
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24454
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= 1078
involuntary context switches= 294

runsolver used 0.013997 second user time and 0.026995 second system time

The end

Launcher Data

Begin job on node134 at 2011-05-01 19:09:28
IDJOB=3317462
IDBENCH=82927
IDSOLVER=1705
FILE ID=node134/3317462-1304269768
RUNJOBID= node134-1304267281-28481
PBS_JOBID= 13173945
Free space on /tmp= 72468 MiB

SOLVER NAME= borg-sat 11.03.02-random
BENCH NAME= SAT11/random/medium/unif-k7-r89-v80-c7120-S1639347701-083.SATISFIABLE.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-3317462-1304269768/watcher-3317462-1304269768 -o /tmp/evaluation-result-3317462-1304269768/solver-3317462-1304269768 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317462-1304269768.cnf -seed 1413761394 -budget 4800 -cores 4

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

MD5SUM BENCH= 409e3a755415661f5541c475b40a659c
RANDOM SEED=1413761394

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
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.67
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.831
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.83
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.831
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	: 7186.06
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.831
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.80
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.831
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.831
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.831
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.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28803544 kB
Buffers:       1063936 kB
Cached:        1674336 kB
SwapCached:       4712 kB
Active:        1326212 kB
Inactive:      2403792 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28803544 kB
SwapTotal:    67111528 kB
SwapFree:     67102756 kB
Dirty:           33004 kB
Writeback:           0 kB
AnonPages:      988948 kB
Mapped:          25536 kB
Slab:           342412 kB
PageTables:      15740 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 23828704 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72440 MiB
End job on node134 at 2011-05-01 19:09:33