Trace number 3498830

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
EBGlucose 1.0UNSAT 1567.79 1567.74

General information on the benchmark

NameSAT02/industrial/nam/fpga-routing/
k2fix_gr_rcs_w9.shuffled.cnf
MD5SUM3469bb30890bba597175d692c3430b0e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark39.8739
Satisfiable
(Un)Satisfiability was proved
Number of variables11313
Number of clauses305160
Sum of the clauses size619119
Maximum clause length9
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2303903
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51257

Solver Data

0.00/0.00	c
0.00/0.00	c Starting SatElite Preprocessing
0.00/0.00	c
0.00/0.00	c Parsing...
0.00/0.10	c ==============================================================================
0.00/0.10	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.10	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.10	c ==============================================================================
0.00/0.10	c |         0 |  305160   619119 |   91547       0        0     nan |  0.000 % |
0.00/0.78	c |         0 |  303750  1080083 |      --       0       --      -- |     --   | -1410/460964
0.00/0.78	c ==============================================================================
0.00/0.78	c Result  :   #vars: 9937   #clauses: 303750   #literals: 1080083
0.00/0.78	c CPU time:   0.774882 s
0.00/0.78	c ==============================================================================
0.00/0.96	c
0.00/0.96	c Starting glucose
0.00/0.96	c
0.00/0.96	
0.00/0.96	c This is EBGlucose 1.0 -- based on Glucose version 1.0
0.00/0.96	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
0.00/0.96	
0.00/0.96	c ============================[ Problem Statistics ]=============================
0.00/0.96	c |                                                                             |
0.00/0.96	c |  Number of variables:  9937                                                 |
0.00/0.96	c |  Number of clauses:    303750                                               |
0.98/1.09	c |  Parsing time:         0.12         s                                       |
1567.73/1567.73	c restarts              : 19
1567.73/1567.73	c nb ReduceDB           : 69
1567.73/1567.73	c nb learnts DL2        : 103
1567.73/1567.73	c nb learnts size 2     : 56
1567.73/1567.73	c nb learnts size 1     : 10
1567.73/1567.73	c conflicts             : 3781296        (2413 /sec)
1567.73/1567.73	c decisions             : 5411567        (1.62 % random) (3454 /sec)
1567.73/1567.73	c propagations          : 1328026164     (847624 /sec)
1567.73/1567.73	c conflict literals     : 205951896      (51.02 % deleted)
1567.73/1567.73	c Memory used           : 93.37 MB
1567.73/1567.73	c CPU time              : 1566.76 s
1567.73/1567.73	
1567.73/1567.73	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.1 (svn: 989)

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-3498830-1307974600/watcher-3498830-1307974600 -o /tmp/evaluation-result-3498830-1307974600/solver-3498830-1307974600 -C 5000 -W 5100 -M 15500 HOME/ebglucose.sh HOME/instance-3498830-1307974600.cnf 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 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: 1.94 2.00 1.99 4/179 28144
/proc/meminfo: memFree=31965620/32951124 swapFree=67072804/67111528
[pid=28144] ppid=28142 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/28144/stat : 28144 (ebglucose.sh) S 28142 28144 26390 0 -1 4202496 355 233 0 0 0 0 0 0 25 0 1 0 909057849 8912896 253 33554432000 4194304 4922060 140737302668512 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28144/statm: 2176 253 211 178 0 69 0

[startup+0.065418 s]
/proc/loadavg: 1.94 2.00 1.99 4/179 28144
/proc/meminfo: memFree=31965620/32951124 swapFree=67072804/67111528
[pid=28144] ppid=28142 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/28144/stat : 28144 (ebglucose.sh) S 28142 28144 26390 0 -1 4202496 355 233 0 0 0 0 0 0 25 0 1 0 909057849 8912896 253 33554432000 4194304 4922060 140737302668512 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28144/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100429 s]
/proc/loadavg: 1.94 2.00 1.99 4/179 28144
/proc/meminfo: memFree=31965620/32951124 swapFree=67072804/67111528
[pid=28144] ppid=28142 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/28144/stat : 28144 (ebglucose.sh) S 28142 28144 26390 0 -1 4202496 355 233 0 0 0 0 0 0 25 0 1 0 909057849 8912896 253 33554432000 4194304 4922060 140737302668512 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28144/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.30039 s]
/proc/loadavg: 1.94 2.00 1.99 4/179 28144
/proc/meminfo: memFree=31965620/32951124 swapFree=67072804/67111528
[pid=28144] ppid=28142 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/28144/stat : 28144 (ebglucose.sh) S 28142 28144 26390 0 -1 4202496 355 233 0 0 0 0 0 0 25 0 1 0 909057849 8912896 253 33554432000 4194304 4922060 140737302668512 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28144/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700296 s]
/proc/loadavg: 1.94 2.00 1.99 4/179 28144
/proc/meminfo: memFree=31965620/32951124 swapFree=67072804/67111528
[pid=28144] ppid=28142 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/28144/stat : 28144 (ebglucose.sh) S 28142 28144 26390 0 -1 4202496 355 233 0 0 0 0 0 0 25 0 1 0 909057849 8912896 253 33554432000 4194304 4922060 140737302668512 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28144/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50111 s]
/proc/loadavg: 1.94 2.00 1.99 3/181 28148
/proc/meminfo: memFree=31951740/32951124 swapFree=67072804/67111528
[pid=28144] ppid=28142 vsize=8704 CPUtime=0.95 cores=0,2,4,6
/proc/28144/stat : 28144 (ebglucose.sh) S 28142 28144 26390 0 -1 4202496 379 7466 0 0 0 0 94 1 18 0 1 0 909057849 8912896 256 33554432000 4194304 4922060 140737302668512 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/28144/statm: 2176 256 211 178 0 69 0
[pid=28148] ppid=28144 vsize=23612 CPUtime=0.52 cores=0,2,4,6
/proc/28148/stat : 28148 (ebglucose_stati) R 28144 28144 26390 0 -1 4202496 5440 0 0 0 52 0 0 0 20 0 1 0 909057946 24178688 5381 33554432000 134512640 134556542 4290448512 18446744073709551615 134537343 0 0 4096 8388611 0 0 0 17 6 0 0 0
/proc/28148/statm: 5903 5381 208 11 0 5237 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 32316

[startup+3.10087 s]
/proc/loadavg: 1.94 2.00 1.99 3/181 28148
/proc/meminfo: memFree=31935372/32951124 swapFree=67072804/67111528
[pid=28144] ppid=28142 vsize=8704 CPUtime=0.95 cores=0,2,4,6
/proc/28144/stat : 28144 (ebglucose.sh) S 28142 28144 26390 0 -1 4202496 379 7466 0 0 0 0 94 1 18 0 1 0 909057849 8912896 256 33554432000 4194304 4922060 140737302668512 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/28144/statm: 2176 256 211 178 0 69 0
[pid=28148] ppid=28144 vsize=25996 CPUtime=2.12 cores=0,2,4,6
/proc/28148/stat : 28148 (ebglucose_stati) R 28144 28144 26390 0 -1 4202496 6041 0 0 0 212 0 0 0 25 0 1 0 909057946 26619904 5982 33554432000 134512640 134556542 4290448512 18446744073709551615 134534199 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/28148/statm: 6499 5982 208 11 0 5833 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 34700

[startup+6.30028 s]
/proc/loadavg: 2.03 2.02 2.00 3/181 28148
/proc/meminfo: memFree=31930900/32951124 swapFree=67072804/67111528
[pid=28144] ppid=28142 vsize=8704 CPUtime=0.95 cores=0,2,4,6
/proc/28144/stat : 28144 (ebglucose.sh) S 28142 28144 26390 0 -1 4202496 379 7466 0 0 0 0 94 1 18 0 1 0 909057849 8912896 256 33554432000 4194304 4922060 140737302668512 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/28144/statm: 2176 256 211 178 0 69 0
[pid=28148] ppid=28144 vsize=29960 CPUtime=5.32 cores=0,2,4,6
/proc/28148/stat : 28148 (ebglucose_stati) R 28144 28144 26390 0 -1 4202496 7040 0 0 0 532 0 0 0 25 0 1 0 909057946 30679040 6981 33554432000 134512640 134556542 4290448512 18446744073709551615 134537343 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/28148/statm: 7490 6981 212 11 0 6824 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 38664

[startup+12.7011 s]
/proc/loadavg: 2.03 2.01 2.00 3/181 28148
/proc/meminfo: memFree=31927588/32951124 swapFree=67072804/67111528
[pid=28144] ppid=28142 vsize=8704 CPUtime=0.95 cores=0,2,4,6
/proc/28144/stat : 28144 (ebglucose.sh) S 28142 28144 26390 0 -1 4202496 379 7466 0 0 0 0 94 1 18 0 1 0 909057849 8912896 256 33554432000 4194304 4922060 140737302668512 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/28144/statm: 2176 256 211 178 0 69 0
[pid=28148] ppid=28144 vsize=32912 CPUtime=11.72 cores=0,2,4,6
/proc/28148/stat : 28148 (ebglucose_stati) R 28144 28144 26390 0 -1 4202496 7755 0 0 0 1172 0 0 0 25 0 1 0 909057946 33701888 7696 33554432000 134512640 134556542 4290448512 18446744073709551615 134536930 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/28148/statm: 8228 7696 212 11 0 7562 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 41616

[startup+25.5007 s]
/proc/loadavg: 2.02 2.01 2.00 3/181 28149
/proc/meminfo: memFree=31924600/32951124 swapFree=67072804/67111528
[pid=28144] ppid=28142 vsize=8704 CPUtime=0.95 cores=0,2,4,6
/proc/28144/stat : 28144 (ebglucose.sh) S 28142 28144 26390 0 -1 4202496 379 7466 0 0 0 0 94 1 18 0 1 0 909057849 8912896 256 33554432000 4194304 4922060 140737302668512 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/28144/statm: 2176 256 211 178 0 69 0
[pid=28148] ppid=28144 vsize=35700 CPUtime=24.52 cores=0,2,4,6
/proc/28148/stat : 28148 (ebglucose_stati) R 28144 28144 26390 0 -1 4202496 8452 0 0 0 2452 0 0 0 25 0 1 0 909057946 36556800 8393 33554432000 134512640 134556542 4290448512 18446744073709551615 134536831 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/28148/statm: 8925 8393 212 11 0 8259 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 44404

[startup+51.101 s]
/proc/loadavg: 2.01 2.01 2.00 3/181 28149
/proc/meminfo: memFree=31921356/32951124 swapFree=67072804/67111528
[pid=28144] ppid=28142 vsize=8704 CPUtime=0.95 cores=0,2,4,6
/proc/28144/stat : 28144 (ebglucose.sh) S 28142 28144 26390 0 -1 4202496 379 7466 0 0 0 0 94 1 18 0 1 0 909057849 8912896 256 33554432000 4194304 4922060 140737302668512 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/28144/statm: 2176 256 211 178 0 69 0
[pid=28148] ppid=28144 vsize=38616 CPUtime=50.12 cores=0,2,4,6
/proc/28148/stat : 28148 (ebglucose_stati) R 28144 28144 26390 0 -1 4202496 9171 0 0 0 5012 0 0 0 25 0 1 0 909057946 39542784 9112 33554432000 134512640 134556542 4290448512 18446744073709551615 134537304 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/28148/statm: 9654 9112 212 11 0 8988 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 47320

[startup+102.306 s]
/proc/loadavg: 2.06 2.02 2.00 3/181 28151
/proc/meminfo: memFree=31919104/32951124 swapFree=67072804/67111528
[pid=28144] ppid=28142 vsize=8704 CPUtime=0.95 cores=0,2,4,6
/proc/28144/stat : 28144 (ebglucose.sh) S 28142 28144 26390 0 -1 4202496 379 7466 0 0 0 0 94 1 18 0 1 0 909057849 8912896 256 33554432000 4194304 4922060 140737302668512 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/28144/statm: 2176 256 211 178 0 69 0
[pid=28148] ppid=28144 vsize=40816 CPUtime=101.33 cores=0,2,4,6
/proc/28148/stat : 28148 (ebglucose_stati) R 28144 28144 26390 0 -1 4202496 9731 0 0 0 10133 0 0 0 25 0 1 0 909057946 41795584 9672 33554432000 134512640 134556542 4290448512 18446744073709551615 134536915 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/28148/statm: 10204 9672 212 11 0 9538 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 49520

[startup+162.3 s]
/proc/loadavg: 2.09 2.03 2.00 3/181 28152
/proc/meminfo: memFree=31916232/32951124 swapFree=67072804/67111528
[pid=28144] ppid=28142 vsize=8704 CPUtime=0.95 cores=0,2,4,6
/proc/28144/stat : 28144 (ebglucose.sh) S 28142 28144 26390 0 -1 4202496 379 7466 0 0 0 0 94 1 18 0 1 0 909057849 8912896 256 33554432000 4194304 4922060 140737302668512 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/28144/statm: 2176 256 211 178 0 69 0
[pid=28148] ppid=28144 vsize=43852 CPUtime=161.33 cores=0,2,4,6
/proc/28148/stat : 28148 (ebglucose_stati) R 28144 28144 26390 0 -1 4202496 10455 0 0 0 16132 1 0 0 25 0 1 0 909057946 44904448 10396 33554432000 134512640 134556542 4290448512 18446744073709551615 134537739 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/28148/statm: 10963 10396 212 11 0 10297 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 52556

[startup+222.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/181 28154
/proc/meminfo: memFree=31913844/32951124 swapFree=67072804/67111528
[pid=28144] ppid=28142 vsize=8704 CPUtime=0.95 cores=0,2,4,6
/proc/28144/stat : 28144 (ebglucose.sh) S 28142 28144 26390 0 -1 4202496 379 7466 0 0 0 0 94 1 18 0 1 0 909057849 8912896 256 33554432000 4194304 4922060 140737302668512 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/28144/statm: 2176 256 211 178 0 69 0
[pid=28148] ppid=28144 vsize=46320 CPUtime=221.33 cores=0,2,4,6
/proc/28148/stat : 28148 (ebglucose_stati) R 28144 28144 26390 0 -1 4202496 11052 0 0 0 22132 1 0 0 25 0 1 0 909057946 47431680 10993 33554432000 134512640 134556542 4290448512 18446744073709551615 134537390 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/28148/statm: 11580 10993 212 11 0 10914 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 55024

[startup+282.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/181 28156
/proc/meminfo: memFree=31912452/32951124 swapFree=67072804/67111528
[pid=28144] ppid=28142 vsize=8704 CPUtime=0.95 cores=0,2,4,6
/proc/28144/stat : 28144 (ebglucose.sh) S 28142 28144 26390 0 -1 4202496 379 7466 0 0 0 0 94 1 18 0 1 0 909057849 8912896 256 33554432000 4194304 4922060 140737302668512 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/28144/statm: 2176 256 211 178 0 69 0
[pid=28148] ppid=28144 vsize=47780 CPUtime=281.33 cores=0,2,4,6
/proc/28148/stat : 28148 (ebglucose_stati) R 28144 28144 26390 0 -1 4202496 11378 0 0 0 28132 1 0 0 25 0 1 0 909057946 48926720 11319 33554432000 134512640 134556542 4290448512 18446744073709551615 134536891 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/28148/statm: 11945 11319 212 11 0 11279 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 56484

[startup+342.301 s]
/proc/loadavg: 2.06 2.03 2.00 3/181 28157
/proc/meminfo: memFree=31909200/32951124 swapFree=67072804/67111528
[pid=28144] ppid=28142 vsize=8704 CPUtime=0.95 cores=0,2,4,6
/proc/28144/stat : 28144 (ebglucose.sh) S 28142 28144 26390 0 -1 4202496 379 7466 0 0 0 0 94 1 18 0 1 0 909057849 8912896 256 33554432000 4194304 4922060 140737302668512 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/28144/statm: 2176 256 211 178 0 69 0
[pid=28148] ppid=28144 vsize=50588 CPUtime=341.34 cores=0,2,4,6
/proc/28148/stat : 28148 (ebglucose_stati) R 28144 28144 26390 0 -1 4202496 12077 0 0 0 34132 2 0 0 25 0 1 0 909057946 51802112 12018 33554432000 134512640 134556542 4290448512 18446744073709551615 134537180 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/28148/statm: 12647 12018 212 11 0 11981 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 59292

[startup+402.301 s]
/proc/loadavg: 2.02 2.02 2.00 3/181 28159
/proc/meminfo: memFree=31903840/32951124 swapFree=67072804/67111528
[pid=28144] ppid=28142 vsize=8704 CPUtime=0.95 cores=0,2,4,6

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


[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 28350
/proc/meminfo: memFree=31925620/32951124 swapFree=67072804/67111528
[pid=28144] ppid=28142 vsize=8704 CPUtime=0.95 cores=0,2,4,6
/proc/28144/stat : 28144 (ebglucose.sh) S 28142 28144 26390 0 -1 4202496 379 7466 0 0 0 0 94 1 18 0 1 0 909057849 8912896 256 33554432000 4194304 4922060 140737302668512 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/28144/statm: 2176 256 211 178 0 69 0
[pid=28148] ppid=28144 vsize=77944 CPUtime=1181.36 cores=0,2,4,6
/proc/28148/stat : 28148 (ebglucose_stati) R 28144 28144 26390 0 -1 4202496 18622 0 0 0 118132 4 0 0 25 0 1 0 909057946 79814656 18559 33554432000 134512640 134556542 4290448512 18446744073709551615 134537312 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/28148/statm: 19486 18559 212 11 0 18820 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 86648

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 28351
/proc/meminfo: memFree=31923352/32951124 swapFree=67072804/67111528
[pid=28144] ppid=28142 vsize=8704 CPUtime=0.95 cores=0,2,4,6
/proc/28144/stat : 28144 (ebglucose.sh) S 28142 28144 26390 0 -1 4202496 379 7466 0 0 0 0 94 1 18 0 1 0 909057849 8912896 256 33554432000 4194304 4922060 140737302668512 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/28144/statm: 2176 256 211 178 0 69 0
[pid=28148] ppid=28144 vsize=79300 CPUtime=1241.36 cores=0,2,4,6
/proc/28148/stat : 28148 (ebglucose_stati) R 28144 28144 26390 0 -1 4202496 18901 0 0 0 124132 4 0 0 25 0 1 0 909057946 81203200 18838 33554432000 134512640 134556542 4290448512 18446744073709551615 134537276 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/28148/statm: 19825 18838 212 11 0 19159 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 88004

[startup+1302.3 s]
/proc/loadavg: 2.10 2.03 2.01 3/181 28353
/proc/meminfo: memFree=31921072/32951124 swapFree=67072804/67111528
[pid=28144] ppid=28142 vsize=8704 CPUtime=0.95 cores=0,2,4,6
/proc/28144/stat : 28144 (ebglucose.sh) S 28142 28144 26390 0 -1 4202496 379 7466 0 0 0 0 94 1 18 0 1 0 909057849 8912896 256 33554432000 4194304 4922060 140737302668512 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/28144/statm: 2176 256 211 178 0 69 0
[pid=28148] ppid=28144 vsize=80064 CPUtime=1301.37 cores=0,2,4,6
/proc/28148/stat : 28148 (ebglucose_stati) R 28144 28144 26390 0 -1 4202496 19075 0 0 0 130133 4 0 0 25 0 1 0 909057946 81985536 19012 33554432000 134512640 134556542 4290448512 18446744073709551615 134536874 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/28148/statm: 20016 19012 212 11 0 19350 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 88768

[startup+1362.3 s]
/proc/loadavg: 2.20 2.07 2.02 3/181 28354
/proc/meminfo: memFree=31917440/32951124 swapFree=67072804/67111528
[pid=28144] ppid=28142 vsize=8704 CPUtime=0.95 cores=0,2,4,6
/proc/28144/stat : 28144 (ebglucose.sh) S 28142 28144 26390 0 -1 4202496 379 7466 0 0 0 0 94 1 18 0 1 0 909057849 8912896 256 33554432000 4194304 4922060 140737302668512 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/28144/statm: 2176 256 211 178 0 69 0
[pid=28148] ppid=28144 vsize=82488 CPUtime=1361.37 cores=0,2,4,6
/proc/28148/stat : 28148 (ebglucose_stati) R 28144 28144 26390 0 -1 4202496 19690 0 0 0 136133 4 0 0 25 0 1 0 909057946 84467712 19627 33554432000 134512640 134556542 4290448512 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/28148/statm: 20622 19627 212 11 0 19956 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 91192

[startup+1422.31 s]
/proc/loadavg: 2.19 2.08 2.02 3/181 28356
/proc/meminfo: memFree=31913928/32951124 swapFree=67072804/67111528
[pid=28144] ppid=28142 vsize=8704 CPUtime=0.95 cores=0,2,4,6
/proc/28144/stat : 28144 (ebglucose.sh) S 28142 28144 26390 0 -1 4202496 379 7466 0 0 0 0 94 1 18 0 1 0 909057849 8912896 256 33554432000 4194304 4922060 140737302668512 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/28144/statm: 2176 256 211 178 0 69 0
[pid=28148] ppid=28144 vsize=83308 CPUtime=1421.37 cores=0,2,4,6
/proc/28148/stat : 28148 (ebglucose_stati) R 28144 28144 26390 0 -1 4202496 19884 0 0 0 142133 4 0 0 25 0 1 0 909057946 85307392 19821 33554432000 134512640 134556542 4290448512 18446744073709551615 134537276 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/28148/statm: 20827 19821 212 11 0 20161 0
Current children cumulated CPU time (s) 1422.32
Current children cumulated vsize (KiB) 92012

[startup+1482.3 s]
/proc/loadavg: 2.11 2.08 2.02 3/181 28358
/proc/meminfo: memFree=31911400/32951124 swapFree=67072804/67111528
[pid=28144] ppid=28142 vsize=8704 CPUtime=0.95 cores=0,2,4,6
/proc/28144/stat : 28144 (ebglucose.sh) S 28142 28144 26390 0 -1 4202496 379 7466 0 0 0 0 94 1 18 0 1 0 909057849 8912896 256 33554432000 4194304 4922060 140737302668512 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/28144/statm: 2176 256 211 178 0 69 0
[pid=28148] ppid=28144 vsize=85376 CPUtime=1481.37 cores=0,2,4,6
/proc/28148/stat : 28148 (ebglucose_stati) R 28144 28144 26390 0 -1 4202496 20352 0 0 0 148133 4 0 0 25 0 1 0 909057946 87425024 20289 33554432000 134512640 134556542 4290448512 18446744073709551615 134537526 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/28148/statm: 21344 20289 212 11 0 20678 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 94080

[startup+1542.3 s]
/proc/loadavg: 2.08 2.08 2.02 3/181 28359
/proc/meminfo: memFree=31902920/32951124 swapFree=67072804/67111528
[pid=28144] ppid=28142 vsize=8704 CPUtime=0.95 cores=0,2,4,6
/proc/28144/stat : 28144 (ebglucose.sh) S 28142 28144 26390 0 -1 4202496 379 7466 0 0 0 0 94 1 18 0 1 0 909057849 8912896 256 33554432000 4194304 4922060 140737302668512 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/28144/statm: 2176 256 211 178 0 69 0
[pid=28148] ppid=28144 vsize=93224 CPUtime=1541.38 cores=0,2,4,6
/proc/28148/stat : 28148 (ebglucose_stati) R 28144 28144 26390 0 -1 4202496 22107 0 0 0 154133 5 0 0 25 0 1 0 909057946 95461376 22044 33554432000 134512640 134556542 4290448512 18446744073709551615 134525024 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/28148/statm: 23306 22044 212 11 0 22640 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 101928

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

[startup+1548.7 s]
/proc/loadavg: 2.06 2.08 2.02 3/181 28359
/proc/meminfo: memFree=31902660/32951124 swapFree=67072804/67111528
[pid=28144] ppid=28142 vsize=8704 CPUtime=0.95 cores=0,2,4,6
/proc/28144/stat : 28144 (ebglucose.sh) S 28142 28144 26390 0 -1 4202496 379 7466 0 0 0 0 94 1 18 0 1 0 909057849 8912896 256 33554432000 4194304 4922060 140737302668512 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/28144/statm: 2176 256 211 178 0 69 0
[pid=28148] ppid=28144 vsize=93368 CPUtime=1547.78 cores=0,2,4,6
/proc/28148/stat : 28148 (ebglucose_stati) R 28144 28144 26390 0 -1 4202496 22157 0 0 0 154773 5 0 0 25 0 1 0 909057946 95608832 22094 33554432000 134512640 134556542 4290448512 18446744073709551615 134537312 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/28148/statm: 23342 22094 212 11 0 22676 0
Current children cumulated CPU time (s) 1548.73
Current children cumulated vsize (KiB) 102072

[startup+1561.5 s]
/proc/loadavg: 2.05 2.07 2.02 3/181 28360
/proc/meminfo: memFree=31901660/32951124 swapFree=67072804/67111528
[pid=28144] ppid=28142 vsize=8704 CPUtime=0.95 cores=0,2,4,6
/proc/28144/stat : 28144 (ebglucose.sh) S 28142 28144 26390 0 -1 4202496 379 7466 0 0 0 0 94 1 18 0 1 0 909057849 8912896 256 33554432000 4194304 4922060 140737302668512 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/28144/statm: 2176 256 211 178 0 69 0
[pid=28148] ppid=28144 vsize=94692 CPUtime=1560.58 cores=0,2,4,6
/proc/28148/stat : 28148 (ebglucose_stati) R 28144 28144 26390 0 -1 4202496 22456 0 0 0 156053 5 0 0 25 0 1 0 909057946 96964608 22371 33554432000 134512640 134556542 4290448512 18446744073709551615 134537752 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/28148/statm: 23673 22371 212 11 0 23007 0
Current children cumulated CPU time (s) 1561.53
Current children cumulated vsize (KiB) 103396

[startup+1564.7 s]
/proc/loadavg: 2.05 2.07 2.02 3/181 28360
/proc/meminfo: memFree=31900916/32951124 swapFree=67072804/67111528
[pid=28144] ppid=28142 vsize=8704 CPUtime=0.95 cores=0,2,4,6
/proc/28144/stat : 28144 (ebglucose.sh) S 28142 28144 26390 0 -1 4202496 379 7466 0 0 0 0 94 1 18 0 1 0 909057849 8912896 256 33554432000 4194304 4922060 140737302668512 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/28144/statm: 2176 256 211 178 0 69 0
[pid=28148] ppid=28144 vsize=95244 CPUtime=1563.78 cores=0,2,4,6
/proc/28148/stat : 28148 (ebglucose_stati) R 28144 28144 26390 0 -1 4202496 22564 0 0 0 156373 5 0 0 25 0 1 0 909057946 97529856 22479 33554432000 134512640 134556542 4290448512 18446744073709551615 134537343 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/28148/statm: 23811 22479 212 11 0 23145 0
Current children cumulated CPU time (s) 1564.73
Current children cumulated vsize (KiB) 103948

[startup+1566.3 s]
/proc/loadavg: 2.05 2.07 2.02 3/181 28360
/proc/meminfo: memFree=31899924/32951124 swapFree=67072804/67111528
[pid=28144] ppid=28142 vsize=8704 CPUtime=0.95 cores=0,2,4,6
/proc/28144/stat : 28144 (ebglucose.sh) S 28142 28144 26390 0 -1 4202496 379 7466 0 0 0 0 94 1 18 0 1 0 909057849 8912896 256 33554432000 4194304 4922060 140737302668512 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/28144/statm: 2176 256 211 178 0 69 0
[pid=28148] ppid=28144 vsize=95388 CPUtime=1565.38 cores=0,2,4,6
/proc/28148/stat : 28148 (ebglucose_stati) R 28144 28144 26390 0 -1 4202496 22589 0 0 0 156533 5 0 0 25 0 1 0 909057946 97677312 22504 33554432000 134512640 134556542 4290448512 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/28148/statm: 23847 22504 212 11 0 23181 0
Current children cumulated CPU time (s) 1566.33
Current children cumulated vsize (KiB) 104092

[startup+1567.1 s]
/proc/loadavg: 2.05 2.07 2.02 3/181 28360
/proc/meminfo: memFree=31899924/32951124 swapFree=67072804/67111528
[pid=28144] ppid=28142 vsize=8704 CPUtime=0.95 cores=0,2,4,6
/proc/28144/stat : 28144 (ebglucose.sh) S 28142 28144 26390 0 -1 4202496 379 7466 0 0 0 0 94 1 18 0 1 0 909057849 8912896 256 33554432000 4194304 4922060 140737302668512 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/28144/statm: 2176 256 211 178 0 69 0
[pid=28148] ppid=28144 vsize=95388 CPUtime=1566.18 cores=0,2,4,6
/proc/28148/stat : 28148 (ebglucose_stati) R 28144 28144 26390 0 -1 4202496 22590 0 0 0 156613 5 0 0 25 0 1 0 909057946 97677312 22505 33554432000 134512640 134556542 4290448512 18446744073709551615 134537339 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/28148/statm: 23847 22505 212 11 0 23181 0
Current children cumulated CPU time (s) 1567.13
Current children cumulated vsize (KiB) 104092

[startup+1567.51 s]
/proc/loadavg: 2.05 2.07 2.02 3/181 28360
/proc/meminfo: memFree=31899676/32951124 swapFree=67072804/67111528
[pid=28144] ppid=28142 vsize=8704 CPUtime=0.95 cores=0,2,4,6
/proc/28144/stat : 28144 (ebglucose.sh) S 28142 28144 26390 0 -1 4202496 379 7466 0 0 0 0 94 1 18 0 1 0 909057849 8912896 256 33554432000 4194304 4922060 140737302668512 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/28144/statm: 2176 256 211 178 0 69 0
[pid=28148] ppid=28144 vsize=95604 CPUtime=1566.58 cores=0,2,4,6
/proc/28148/stat : 28148 (ebglucose_stati) R 28144 28144 26390 0 -1 4202496 22631 0 0 0 156653 5 0 0 25 0 1 0 909057946 97898496 22546 33554432000 134512640 134556542 4290448512 18446744073709551615 134537387 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/28148/statm: 23901 22546 212 11 0 23235 0
Current children cumulated CPU time (s) 1567.53
Current children cumulated vsize (KiB) 104308

[startup+1567.7 s]
/proc/loadavg: 2.05 2.07 2.02 3/181 28360
/proc/meminfo: memFree=31899676/32951124 swapFree=67072804/67111528
[pid=28144] ppid=28142 vsize=8704 CPUtime=0.95 cores=0,2,4,6
/proc/28144/stat : 28144 (ebglucose.sh) S 28142 28144 26390 0 -1 4202496 379 7466 0 0 0 0 94 1 18 0 1 0 909057849 8912896 256 33554432000 4194304 4922060 140737302668512 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/28144/statm: 2176 256 211 178 0 69 0
[pid=28148] ppid=28144 vsize=95604 CPUtime=1566.78 cores=0,2,4,6
/proc/28148/stat : 28148 (ebglucose_stati) R 28144 28144 26390 0 -1 4202496 22634 0 0 0 156673 5 0 0 25 0 1 0 909057946 97898496 22549 33554432000 134512640 134556542 4290448512 18446744073709551615 134537077 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/28148/statm: 23901 22549 212 11 0 23235 0
Current children cumulated CPU time (s) 1567.73
Current children cumulated vsize (KiB) 104308

Child status: 20
Real time (s): 1567.74
CPU time (s): 1567.79
CPU user time (s): 1567.71
CPU system time (s): 0.073988
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 104308

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1567.71
system time used= 0.073988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30703
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 53
involuntary context switches= 3421

runsolver used 2.80857 second user time and 5.72813 second system time

The end

Launcher Data

Begin job on node135 at 2011-06-13 16:16:40
IDJOB=3498830
IDBENCH=88066
IDSOLVER=1992
FILE ID=node135/3498830-1307974600
RUNJOBID= node135-1307964433-27215
PBS_JOBID= 13559693
Free space on /tmp= 73864 MiB

SOLVER NAME= EBGlucose 1.0
BENCH NAME= SAT02/industrial/nam/fpga-routing/k2fix_gr_rcs_w9.shuffled.cnf
COMMAND LINE= DIR/ebglucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3498830-1307974600/watcher-3498830-1307974600 -o /tmp/evaluation-result-3498830-1307974600/solver-3498830-1307974600 -C 5000 -W 5100 -M 15500  HOME/ebglucose.sh HOME/instance-3498830-1307974600.cnf

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

MD5SUM BENCH= 3469bb30890bba597175d692c3430b0e
RANDOM SEED=1470040633

node135.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.851
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.70
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.851
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.83
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.851
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.75
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.851
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	: 6640.14
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.851
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.78
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.851
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.851
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.74
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.851
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31965792 kB
Buffers:        203848 kB
Cached:         453984 kB
SwapCached:       6348 kB
Active:         369492 kB
Inactive:       408040 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31965792 kB
SwapTotal:    67111528 kB
SwapFree:     67072804 kB
Dirty:            5060 kB
Writeback:           0 kB
AnonPages:      119104 kB
Mapped:          11544 kB
Slab:           143344 kB
PageTables:       4192 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   278508 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= 73856 MiB
End job on node135 at 2011-06-13 16:42:48