Trace number 4090923

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
Sat4j PB 2.3.6 Resolution PB16OPTIMUM 14.2118 12.8309

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111218024--soft-0-100-0.wbo
MD5SUMf742a865179589dbb1861a007b830f45
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark10
Best CPU time to get the best result obtained on this benchmark14.1548
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 5034
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 5033
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1228
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4090923-1466067839.wbo
0.11/0.10	c reading problem ... 
0.11/0.16	c ... done. Wall clock time 0.055s.
0.11/0.16	c declared #vars     169
0.11/0.16	c internal #vars     270
0.11/0.16	c #constraints  101
0.11/0.16	c constraints type 
0.11/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.11/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 71
0.11/0.16	c 101 constraints processed.
0.11/0.16	c objective function length is 101 literals
0.54/0.38	c SATISFIABLE
0.54/0.38	c OPTIMIZING...
0.54/0.38	c Got one! Elapsed wall clock time (in seconds):0.277
0.54/0.38	o 975
0.54/0.38	c Got one! Elapsed wall clock time (in seconds):0.281
0.54/0.38	o 734
0.54/0.39	c Got one! Elapsed wall clock time (in seconds):0.288
0.54/0.39	o 728
0.67/0.40	c Got one! Elapsed wall clock time (in seconds):0.302
0.67/0.40	o 717
0.67/0.41	c Got one! Elapsed wall clock time (in seconds):0.306
0.67/0.41	o 240
0.83/0.54	c Got one! Elapsed wall clock time (in seconds):0.435
0.83/0.54	o 175
0.83/0.54	c Got one! Elapsed wall clock time (in seconds):0.439
0.83/0.54	o 153
0.83/0.56	c Got one! Elapsed wall clock time (in seconds):0.456
0.83/0.56	o 152
0.83/0.58	c Got one! Elapsed wall clock time (in seconds):0.475
0.83/0.58	o 150
0.83/0.58	c Got one! Elapsed wall clock time (in seconds):0.481
0.83/0.58	o 145
0.98/0.66	c cleaning 3769 clauses out of 7541 with flag 3563/7541
0.98/0.67	c Got one! Elapsed wall clock time (in seconds):0.567
0.98/0.67	o 140
0.98/0.68	c Got one! Elapsed wall clock time (in seconds):0.576
0.98/0.68	o 133
1.13/0.71	c Got one! Elapsed wall clock time (in seconds):0.613
1.13/0.71	o 131
1.13/0.72	c Got one! Elapsed wall clock time (in seconds):0.619
1.13/0.72	o 129
1.13/0.75	c Got one! Elapsed wall clock time (in seconds):0.65
1.13/0.75	o 128
1.13/0.76	c Got one! Elapsed wall clock time (in seconds):0.66
1.13/0.76	o 121
1.13/0.77	c Got one! Elapsed wall clock time (in seconds):0.668
1.13/0.77	o 116
1.28/0.81	c Got one! Elapsed wall clock time (in seconds):0.707
1.28/0.81	o 114
1.28/0.83	c Got one! Elapsed wall clock time (in seconds):0.732
1.28/0.83	o 113
1.28/0.87	c Got one! Elapsed wall clock time (in seconds):0.768
1.28/0.87	o 111
1.49/1.04	c Got one! Elapsed wall clock time (in seconds):0.943
1.49/1.04	o 109
1.49/1.08	c Got one! Elapsed wall clock time (in seconds):0.981
1.49/1.08	o 106
1.60/1.14	c Got one! Elapsed wall clock time (in seconds):1.039
1.60/1.14	o 103
1.60/1.16	c Got one! Elapsed wall clock time (in seconds):1.061
1.60/1.16	o 100
1.70/1.24	c cleaning 7252 clauses out of 14515 with flag 3722/18284
1.82/1.39	c Got one! Elapsed wall clock time (in seconds):1.289
1.82/1.39	o 95
1.93/1.40	c Got one! Elapsed wall clock time (in seconds):1.302
1.93/1.40	o 91
1.93/1.44	c Got one! Elapsed wall clock time (in seconds):1.339
1.93/1.44	o 90
2.04/1.56	c cleaning 6749 clauses out of 13498 with flag 6999/24519
2.25/1.62	c Got one! Elapsed wall clock time (in seconds):1.516
2.25/1.62	o 81
2.25/1.65	c Got one! Elapsed wall clock time (in seconds):1.55
2.25/1.65	o 79
2.25/1.68	c Got one! Elapsed wall clock time (in seconds):1.578
2.25/1.68	o 77
2.52/1.70	c Got one! Elapsed wall clock time (in seconds):1.596
2.52/1.70	o 74
2.52/1.79	c Got one! Elapsed wall clock time (in seconds):1.685
2.52/1.79	o 72
2.75/1.80	c Got one! Elapsed wall clock time (in seconds):1.697
2.75/1.80	o 71
2.75/1.81	c Got one! Elapsed wall clock time (in seconds):1.711
2.75/1.81	o 70
2.90/1.98	c cleaning 7578 clauses out of 15160 with flag 10765/32930
2.90/1.98	c Got one! Elapsed wall clock time (in seconds):1.884
2.90/1.98	o 68
3.04/2.03	c Got one! Elapsed wall clock time (in seconds):1.932
3.04/2.03	o 66
3.23/2.11	c Got one! Elapsed wall clock time (in seconds):2.014
3.23/2.11	o 63
3.46/2.26	c Got one! Elapsed wall clock time (in seconds):2.163
3.46/2.26	o 60
3.63/2.31	c Got one! Elapsed wall clock time (in seconds):2.205
3.63/2.31	o 58
3.63/2.36	c cleaning 7706 clauses out of 15425 with flag 3722/40773
3.93/2.62	c cleaning 6859 clauses out of 13719 with flag 26911/46773
4.23/2.92	c cleaning 6930 clauses out of 13860 with flag 52941/53773
4.34/3.08	c Got one! Elapsed wall clock time (in seconds):2.982
4.34/3.08	o 56
4.34/3.09	c Got one! Elapsed wall clock time (in seconds):2.986
4.34/3.09	o 49
4.44/3.14	c cleaning 6047 clauses out of 12106 with flag 3784/58949
4.54/3.24	c Got one! Elapsed wall clock time (in seconds):3.143
4.54/3.24	o 48
4.64/3.38	c cleaning 5971 clauses out of 11942 with flag 13903/64832
4.84/3.60	c Got one! Elapsed wall clock time (in seconds):3.494
4.84/3.60	o 46
5.15/3.84	c cleaning 8160 clauses out of 16323 with flag 20824/75184
5.15/3.89	c Got one! Elapsed wall clock time (in seconds):3.784
5.15/3.89	o 45
5.15/3.89	c Got one! Elapsed wall clock time (in seconds):3.792
5.15/3.89	o 39
5.25/3.90	c Got one! Elapsed wall clock time (in seconds):3.799
5.25/3.90	o 33
5.25/3.93	c Got one! Elapsed wall clock time (in seconds):3.829
5.25/3.93	o 31
5.25/3.95	c Got one! Elapsed wall clock time (in seconds):3.846
5.25/3.95	o 30
5.25/3.99	c Got one! Elapsed wall clock time (in seconds):3.888
5.25/3.99	o 27
5.25/3.99	c Got one! Elapsed wall clock time (in seconds):3.892
5.25/3.99	o 26
5.34/4.00	c Got one! Elapsed wall clock time (in seconds):3.904
5.34/4.00	o 15
5.34/4.09	c Got one! Elapsed wall clock time (in seconds):3.991
5.34/4.09	o 13
5.44/4.20	c cleaning 8169 clauses out of 16339 with flag 9865/83360
5.75/4.43	c cleaning 7083 clauses out of 14172 with flag 36470/89362
5.75/4.48	c Got one! Elapsed wall clock time (in seconds):4.384
5.75/4.48	o 12
5.87/4.54	c Got one! Elapsed wall clock time (in seconds):4.438
5.87/4.54	o 11
5.87/4.56	c Got one! Elapsed wall clock time (in seconds):4.458
5.87/4.56	o 10
5.96/4.68	c cleaning 6900 clauses out of 13799 with flag 12477/96072
6.16/4.90	c cleaning 6444 clauses out of 12895 with flag 34444/102069
6.46/5.15	c cleaning 6722 clauses out of 13450 with flag 60029/109069
6.77/5.45	c cleaning 7356 clauses out of 14729 with flag 89505/117070
7.17/5.81	c cleaning 8184 clauses out of 16373 with flag 125417/126070
7.57/6.23	c cleaning 9091 clauses out of 18187 with flag 167681/136069
8.09/6.73	c cleaning 10047 clauses out of 20095 with flag 218703/147069
8.58/7.30	c cleaning 11022 clauses out of 22047 with flag 277245/159069
9.29/7.94	c cleaning 12011 clauses out of 24028 with flag 339005/172073
9.98/8.69	c cleaning 13003 clauses out of 26013 with flag 403380/186071
10.88/9.52	c cleaning 14003 clauses out of 28007 with flag 479599/201071
11.78/10.44	c cleaning 15001 clauses out of 30001 with flag 557625/217071
12.78/11.48	c cleaning 15994 clauses out of 31996 with flag 646884/234070
13.98/12.66	c cleaning 16988 clauses out of 33988 with flag 737182/252071
14.18/12.82	c starts		: 135
14.18/12.82	c conflicts		: 254886
14.18/12.82	c decisions		: 403243
14.18/12.82	c propagations		: 6083901
14.18/12.82	c inspects		: 178623660
14.18/12.82	c shortcuts		: 0
14.18/12.82	c learnt literals	: 40
14.18/12.82	c learnt binary clauses	: 39
14.18/12.82	c learnt ternary clauses	: 531
14.18/12.82	c learnt constraints	: 254845
14.18/12.82	c ignored constraints	: 0
14.18/12.82	c root simplifications	: 0
14.18/12.82	c removed literals (reason simplification)	: 0
14.18/12.82	c reason swapping (by a shorter reason)	: 0
14.18/12.82	c Calls to reduceDB	: 26
14.18/12.82	c Number of update (reduction) of LBD	: 65075
14.18/12.82	c Imported unit clauses	: 0
14.18/12.82	c number of reductions to clauses (during analyze)	: 0
14.18/12.82	c number of learned constraints concerned by reduction	: 0
14.18/12.82	c number of learning phase by resolution	: 0
14.18/12.82	c number of learning phase by cutting planes	: 0
14.18/12.82	c speed (assignments/second)	: 480447.0504619758
14.18/12.82	c non guided choices	2702
14.18/12.82	c learnt constraints type 
14.18/12.82	s OPTIMUM FOUND
14.18/12.82	c Found 55 solution(s)
14.18/12.82	v -x1 -x2 x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 x91 -x92 x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 x142 -x143 -x144 -x145 -x146 x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 
14.18/12.82	c objective function=10
14.18/12.82	c Total wall clock time (in seconds): 12.722

Verifier Data

OK	10

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4090923-1466067839/watcher-4090923-1466067839 -o /tmp/evaluation-result-4090923-1466067839/solver-4090923-1466067839 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1466062109-8003 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4090923-1466067839.wbo 

pid=9538
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 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: 2.20 2.21 2.18 3/194 9541
/proc/meminfo: memFree=29802012/32872528 swapFree=1399392/1569044
[pid=9541] ppid=9538 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/9541/stat : 9541 (java) S 9538 9541 7986 0 -1 4202496 1355 0 0 0 0 0 0 0 20 0 2 0 8829140 98570240 978 33554432000 1073741824 1073778376 140737032932816 140737032923952 213422997565 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9541/statm: 24065 978 744 9 0 16771 0
[pid=9541/tid=9542] ppid=9538 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/9541/task/9542/stat : 9542 (java) R 9538 9541 7986 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 8829141 98570240 978 33554432000 1073741824 1073778376 140737032932816 140245978037800 213419640192 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.10006 s]
/proc/loadavg: 2.20 2.21 2.18 3/194 9541
/proc/meminfo: memFree=29802012/32872528 swapFree=1399392/1569044
[pid=9541] ppid=9538 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/9541/stat : 9541 (java) S 9538 9541 7986 0 -1 4202496 4532 0 1 0 10 1 0 0 20 0 18 0 8829140 9787879424 6153 33554432000 1073741824 1073778376 140737032932816 140737032923952 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9541/statm: 2389619 6153 2157 9 0 2380296 0
[pid=9541/tid=9542] ppid=9538 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/9541/task/9542/stat : 9542 (java) R 9538 9541 7986 0 -1 4202560 2411 0 1 0 6 1 0 0 20 0 18 0 8829141 9787879424 6153 33554432000 1073741824 1073778376 140737032932816 140245978041032 140245917842414 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200252 s]
/proc/loadavg: 2.20 2.21 2.18 3/194 9541
/proc/meminfo: memFree=29802012/32872528 swapFree=1399392/1569044
[pid=9541] ppid=9538 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/9541/stat : 9541 (java) S 9538 9541 7986 0 -1 4202496 6426 0 1 0 27 2 0 0 20 0 19 0 8829140 9856040960 8078 33554432000 1073741824 1073778376 140737032932816 140737032923952 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9541/statm: 2406260 8078 2233 9 0 2396937 0
[pid=9541/tid=9542] ppid=9538 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/9541/task/9542/stat : 9542 (java) R 9538 9541 7986 0 -1 4202560 2436 0 1 0 16 1 0 0 20 0 19 0 8829141 9856040960 8078 33554432000 1073741824 1073778376 140737032932816 140245978043008 140245917827920 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9625040

[startup+0.300333 s]
/proc/loadavg: 2.20 2.21 2.18 3/194 9541
/proc/meminfo: memFree=29802012/32872528 swapFree=1399392/1569044
[pid=9541] ppid=9538 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/9541/stat : 9541 (java) S 9538 9541 7986 0 -1 4202496 7023 0 1 0 52 2 0 0 20 0 19 0 8829140 9856040960 8194 33554432000 1073741824 1073778376 140737032932816 140737032923952 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9541/statm: 2406260 8194 2243 9 0 2396937 0
[pid=9541/tid=9542] ppid=9538 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/9541/task/9542/stat : 9542 (java) R 9538 9541 7986 0 -1 4202560 2438 0 1 0 26 1 0 0 20 0 19 0 8829141 9856040960 8194 33554432000 1073741824 1073778376 140737032932816 140245978042664 140245917846338 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9625040

[startup+0.700222 s]
/proc/loadavg: 2.20 2.21 2.18 3/194 9541
/proc/meminfo: memFree=29802012/32872528 swapFree=1399392/1569044
[pid=9541] ppid=9538 vsize=9625040 CPUtime=1.13 cores=1,3,5,7
/proc/9541/stat : 9541 (java) S 9538 9541 7986 0 -1 4202496 8686 0 1 0 111 2 0 0 20 0 19 0 8829140 9856040960 9248 33554432000 1073741824 1073778376 140737032932816 140737032923952 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9541/statm: 2406260 9248 2258 9 0 2396937 0
[pid=9541/tid=9542] ppid=9538 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/9541/task/9542/stat : 9542 (java) R 9538 9541 7986 0 -1 4202560 2441 0 1 0 66 1 0 0 20 0 19 0 8829141 9856040960 9248 33554432000 1073741824 1073778376 140737032932816 140245978042664 140245917846817 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 9625040

[startup+1.50075 s]
/proc/loadavg: 2.20 2.21 2.18 3/213 9560
/proc/meminfo: memFree=29771200/32872528 swapFree=1399392/1569044
[pid=9541] ppid=9538 vsize=9625040 CPUtime=2.04 cores=1,3,5,7
/proc/9541/stat : 9541 (java) S 9538 9541 7986 0 -1 4202496 8694 0 1 0 202 2 0 0 20 0 19 0 8829140 9856040960 10788 33554432000 1073741824 1073778376 140737032932816 140737032923952 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9541/statm: 2406260 10788 2261 9 0 2396937 0
[pid=9541/tid=9542] ppid=9538 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/9541/task/9542/stat : 9542 (java) R 9538 9541 7986 0 -1 4202560 2445 0 1 0 146 1 0 0 20 0 19 0 8829141 9856040960 10788 33554432000 1073741824 1073778376 140737032932816 140245978033872 140245918233081 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9541/tid=9544] ppid=9538 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9541/task/9544/stat : 9544 (java) S 9538 9541 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8829141 9856040960 10788 33554432000 1073741824 1073778376 140737032932816 140245821241768 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9541/tid=9545] ppid=9538 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9541/task/9545/stat : 9545 (java) S 9538 9541 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8829141 9856040960 10788 33554432000 1073741824 1073778376 140737032932816 140245820189224 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9541/tid=9546] ppid=9538 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9541/task/9546/stat : 9546 (java) S 9538 9541 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8829141 9856040960 10788 33554432000 1073741824 1073778376 140737032932816 140245819136168 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9541/tid=9547] ppid=9538 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9541/task/9547/stat : 9547 (java) S 9538 9541 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8829141 9856040960 10788 33554432000 1073741824 1073778376 140737032932816 140245818083624 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9541/tid=9548] ppid=9538 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9541/task/9548/stat : 9548 (java) S 9538 9541 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8829141 9856040960 10788 33554432000 1073741824 1073778376 140737032932816 140245817031592 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9541/tid=9549] ppid=9538 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9541/task/9549/stat : 9549 (java) S 9538 9541 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8829141 9856040960 10788 33554432000 1073741824 1073778376 140737032932816 140245815979048 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9541/tid=9550] ppid=9538 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9541/task/9550/stat : 9550 (java) S 9538 9541 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8829141 9856040960 10788 33554432000 1073741824 1073778376 140737032932816 140245814925992 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9541/tid=9551] ppid=9538 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9541/task/9551/stat : 9551 (java) S 9538 9541 7986 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8829141 9856040960 10788 33554432000 1073741824 1073778376 140737032932816 140245813873448 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9541/tid=9552] ppid=9538 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9541/task/9552/stat : 9552 (java) S 9538 9541 7986 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8829142 9856040960 10788 33554432000 1073741824 1073778376 140737032932816 140245801675112 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9541/tid=9553] ppid=9538 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9541/task/9553/stat : 9553 (java) S 9538 9541 7986 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8829143 9856040960 10788 33554432000 1073741824 1073778376 140737032932816 140245800621432 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9541/tid=9554] ppid=9538 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9541/task/9554/stat : 9554 (java) S 9538 9541 7986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8829143 9856040960 10788 33554432000 1073741824 1073778376 140737032932816 140245799568264 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9541/tid=9555] ppid=9538 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9541/task/9555/stat : 9555 (java) S 9538 9541 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8829145 9856040960 10788 33554432000 1073741824 1073778376 140737032932816 140245798517008 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9541/tid=9556] ppid=9538 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/9541/task/9556/stat : 9556 (java) S 9538 9541 7986 0 -1 4202560 1802 0 0 0 24 0 0 0 20 0 19 0 8829145 9856040960 10788 33554432000 1073741824 1073778376 140737032932816 140245797464888 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9541/tid=9557] ppid=9538 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/9541/task/9557/stat : 9557 (java) S 9538 9541 7986 0 -1 4202560 3174 0 0 0 29 0 0 0 20 0 19 0 8829145 9856040960 10788 33554432000 1073741824 1073778376 140737032932816 140245796412344 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9541/tid=9558] ppid=9538 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9541/task/9558/stat : 9558 (java) S 9538 9541 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8829145 9856040960 10788 33554432000 1073741824 1073778376 140737032932816 140245795359480 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9541/tid=9559] ppid=9538 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9541/task/9559/stat : 9559 (java) S 9538 9541 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8829145 9856040960 10788 33554432000 1073741824 1073778376 140737032932816 140245794307144 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9541/tid=9560] ppid=9538 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9541/task/9560/stat : 9560 (java) S 9538 9541 7986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8829156 9856040960 10788 33554432000 1073741824 1073778376 140737032932816 140245793252392 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.04
Current children cumulated vsize (KiB) 9625040

[startup+3.10084 s]
/proc/loadavg: 2.19 2.20 2.18 4/213 9560
/proc/meminfo: memFree=29737588/32872528 swapFree=1399392/1569044
[pid=9541] ppid=9538 vsize=9625040 CPUtime=4.44 cores=1,3,5,7
/proc/9541/stat : 9541 (java) S 9538 9541 7986 0 -1 4202496 18898 0 1 0 440 4 0 0 20 0 19 0 8829140 9856040960 18919 33554432000 1073741824 1073778376 140737032932816 140737032923952 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9541/statm: 2406260 18919 2261 9 0 2396937 0
[pid=9541/tid=9542] ppid=9538 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/9541/task/9542/stat : 9542 (java) R 9538 9541 7986 0 -1 4202560 2450 0 1 0 306 1 0 0 20 0 19 0 8829141 9856040960 18919 33554432000 1073741824 1073778376 140737032932816 140245978034480 140245918165124 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9541/tid=9544] ppid=9538 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9541/task/9544/stat : 9544 (java) S 9538 9541 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8829141 9856040960 18919 33554432000 1073741824 1073778376 140737032932816 140245821241768 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9541/tid=9545] ppid=9538 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9541/task/9545/stat : 9545 (java) S 9538 9541 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8829141 9856040960 18919 33554432000 1073741824 1073778376 140737032932816 140245820189224 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9541/tid=9546] ppid=9538 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9541/task/9546/stat : 9546 (java) S 9538 9541 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8829141 9856040960 18919 33554432000 1073741824 1073778376 140737032932816 140245819136168 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9541/tid=9547] ppid=9538 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9541/task/9547/stat : 9547 (java) S 9538 9541 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8829141 9856040960 18919 33554432000 1073741824 1073778376 140737032932816 140245818083624 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9541/tid=9548] ppid=9538 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9541/task/9548/stat : 9548 (java) S 9538 9541 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8829141 9856040960 18919 33554432000 1073741824 1073778376 140737032932816 140245817031592 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9541/tid=9549] ppid=9538 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9541/task/9549/stat : 9549 (java) S 9538 9541 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8829141 9856040960 18919 33554432000 1073741824 1073778376 140737032932816 140245815979048 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9541/tid=9550] ppid=9538 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9541/task/9550/stat : 9550 (java) S 9538 9541 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8829141 9856040960 18919 33554432000 1073741824 1073778376 140737032932816 140245814925992 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9541/tid=9551] ppid=9538 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9541/task/9551/stat : 9551 (java) S 9538 9541 7986 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8829141 9856040960 18919 33554432000 1073741824 1073778376 140737032932816 140245813873448 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9541/tid=9552] ppid=9538 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9541/task/9552/stat : 9552 (java) S 9538 9541 7986 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8829142 9856040960 18919 33554432000 1073741824 1073778376 140737032932816 140245801675112 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9541/tid=9553] ppid=9538 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9541/task/9553/stat : 9553 (java) S 9538 9541 7986 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8829143 9856040960 18919 33554432000 1073741824 1073778376 140737032932816 140245800621432 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9541/tid=9554] ppid=9538 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9541/task/9554/stat : 9554 (java) S 9538 9541 7986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8829143 9856040960 18919 33554432000 1073741824 1073778376 140737032932816 140245799568264 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9541/tid=9555] ppid=9538 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9541/task/9555/stat : 9555 (java) S 9538 9541 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8829145 9856040960 18919 33554432000 1073741824 1073778376 140737032932816 140245798517008 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9541/tid=9556] ppid=9538 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/9541/task/9556/stat : 9556 (java) S 9538 9541 7986 0 -1 4202560 4649 0 0 0 40 1 0 0 20 0 19 0 8829145 9856040960 18919 33554432000 1073741824 1073778376 140737032932816 140245797464888 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9541/tid=9557] ppid=9538 vsize=9625040 CPUtime=0.92 cores=1,3,5,7
/proc/9541/task/9557/stat : 9557 (java) S 9538 9541 7986 0 -1 4202560 10526 0 0 0 90 2 0 0 20 0 19 0 8829145 9856040960 18919 33554432000 1073741824 1073778376 140737032932816 140245796412344 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9541/tid=9558] ppid=9538 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9541/task/9558/stat : 9558 (java) S 9538 9541 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8829145 9856040960 18919 33554432000 1073741824 1073778376 140737032932816 140245795359480 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9541/tid=9559] ppid=9538 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9541/task/9559/stat : 9559 (java) S 9538 9541 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8829145 9856040960 18919 33554432000 1073741824 1073778376 140737032932816 140245794307144 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9541/tid=9560] ppid=9538 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9541/task/9560/stat : 9560 (java) S 9538 9541 7986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8829156 9856040960 18919 33554432000 1073741824 1073778376 140737032932816 140245793252392 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 4.44
Current children cumulated vsize (KiB) 9625040

[startup+6.3008 s]
/proc/loadavg: 2.19 2.20 2.18 3/213 9560
/proc/meminfo: memFree=29726044/32872528 swapFree=1399392/1569044
[pid=9541] ppid=9538 vsize=9625040 CPUtime=7.67 cores=1,3,5,7
/proc/9541/stat : 9541 (java) S 9538 9541 7986 0 -1 4202496 18913 0 1 0 762 5 0 0 20 0 19 0 8829140 9856040960 21861 33554432000 1073741824 1073778376 140737032932816 140737032923952 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9541/statm: 2406260 21861 2263 9 0 2396937 0
[pid=9541/tid=9542] ppid=9538 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/9541/task/9542/stat : 9542 (java) R 9538 9541 7986 0 -1 4202560 2463 0 1 0 625 1 0 0 20 0 19 0 8829141 9856040960 21861 33554432000 1073741824 1073778376 140737032932816 140245978033856 140245918192328 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9541/tid=9544] ppid=9538 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9541/task/9544/stat : 9544 (java) S 9538 9541 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8829141 9856040960 21861 33554432000 1073741824 1073778376 140737032932816 140245821241768 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9541/tid=9545] ppid=9538 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9541/task/9545/stat : 9545 (java) S 9538 9541 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8829141 9856040960 21861 33554432000 1073741824 1073778376 140737032932816 140245820189224 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9541/tid=9546] ppid=9538 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9541/task/9546/stat : 9546 (java) S 9538 9541 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8829141 9856040960 21861 33554432000 1073741824 1073778376 140737032932816 140245819136168 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9541/tid=9547] ppid=9538 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9541/task/9547/stat : 9547 (java) S 9538 9541 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8829141 9856040960 21861 33554432000 1073741824 1073778376 140737032932816 140245818083624 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9541/tid=9548] ppid=9538 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9541/task/9548/stat : 9548 (java) S 9538 9541 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8829141 9856040960 21861 33554432000 1073741824 1073778376 140737032932816 140245817031592 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9541/tid=9549] ppid=9538 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9541/task/9549/stat : 9549 (java) S 9538 9541 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8829141 9856040960 21861 33554432000 1073741824 1073778376 140737032932816 140245815979048 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9541/tid=9550] ppid=9538 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9541/task/9550/stat : 9550 (java) S 9538 9541 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8829141 9856040960 21861 33554432000 1073741824 1073778376 140737032932816 140245814925992 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9541/tid=9551] ppid=9538 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9541/task/9551/stat : 9551 (java) S 9538 9541 7986 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8829141 9856040960 21861 33554432000 1073741824 1073778376 140737032932816 140245813873448 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9541/tid=9552] ppid=9538 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9541/task/9552/stat : 9552 (java) S 9538 9541 7986 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8829142 9856040960 21861 33554432000 1073741824 1073778376 140737032932816 140245801675112 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9541/tid=9553] ppid=9538 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9541/task/9553/stat : 9553 (java) S 9538 9541 7986 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8829143 9856040960 21861 33554432000 1073741824 1073778376 140737032932816 140245800621432 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9541/tid=9554] ppid=9538 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9541/task/9554/stat : 9554 (java) S 9538 9541 7986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8829143 9856040960 21861 33554432000 1073741824 1073778376 140737032932816 140245799568264 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9541/tid=9555] ppid=9538 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9541/task/9555/stat : 9555 (java) S 9538 9541 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8829145 9856040960 21861 33554432000 1073741824 1073778376 140737032932816 140245798517008 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9541/tid=9556] ppid=9538 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/9541/task/9556/stat : 9556 (java) S 9538 9541 7986 0 -1 4202560 4649 0 0 0 40 1 0 0 20 0 19 0 8829145 9856040960 21861 33554432000 1073741824 1073778376 140737032932816 140245797464888 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9541/tid=9557] ppid=9538 vsize=9625040 CPUtime=0.94 cores=1,3,5,7
/proc/9541/task/9557/stat : 9557 (java) S 9538 9541 7986 0 -1 4202560 10527 0 0 0 92 2 0 0 20 0 19 0 8829145 9856040960 21861 33554432000 1073741824 1073778376 140737032932816 140245796412344 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9541/tid=9558] ppid=9538 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9541/task/9558/stat : 9558 (java) S 9538 9541 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8829145 9856040960 21861 33554432000 1073741824 1073778376 140737032932816 140245795359480 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9541/tid=9559] ppid=9538 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9541/task/9559/stat : 9559 (java) S 9538 9541 7986 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8829145 9856040960 21861 33554432000 1073741824 1073778376 140737032932816 140245794307144 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9541/tid=9560] ppid=9538 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9541/task/9560/stat : 9560 (java) S 9538 9541 7986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8829156 9856040960 21861 33554432000 1073741824 1073778376 140737032932816 140245793252392 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 7.67
Current children cumulated vsize (KiB) 9625040

[startup+12.7008 s]
/proc/loadavg: 2.16 2.20 2.18 3/213 9560
/proc/meminfo: memFree=29696924/32872528 swapFree=1399392/1569044
[pid=9541] ppid=9538 vsize=9625040 CPUtime=14.08 cores=1,3,5,7
/proc/9541/stat : 9541 (java) S 9538 9541 7986 0 -1 4202496 18927 0 1 0 1403 5 0 0 20 0 19 0 8829140 9856040960 28501 33554432000 1073741824 1073778376 140737032932816 140737032923952 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9541/statm: 2406260 28501 2263 9 0 2396937 0
[pid=9541/tid=9542] ppid=9538 vsize=9625040 CPUtime=12.64 cores=1,3,5,7
/proc/9541/task/9542/stat : 9542 (java) R 9538 9541 7986 0 -1 4202560 2477 0 1 0 1263 1 0 0 20 0 19 0 8829141 9856040960 28501 33554432000 1073741824 1073778376 140737032932816 140245978033856 140245918191014 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9541/tid=9544] ppid=9538 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9541/task/9544/stat : 9544 (java) S 9538 9541 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8829141 9856040960 28501 33554432000 1073741824 1073778376 140737032932816 140245821241768 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9541/tid=9545] ppid=9538 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9541/task/9545/stat : 9545 (java) S 9538 9541 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8829141 9856040960 28501 33554432000 1073741824 1073778376 140737032932816 140245820189224 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9541/tid=9546] ppid=9538 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9541/task/9546/stat : 9546 (java) S 9538 9541 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8829141 9856040960 28501 33554432000 1073741824 1073778376 140737032932816 140245819136168 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9541/tid=9547] ppid=9538 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9541/task/9547/stat : 9547 (java) S 9538 9541 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8829141 9856040960 28501 33554432000 1073741824 1073778376 140737032932816 140245818083624 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9541/tid=9548] ppid=9538 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9541/task/9548/stat : 9548 (java) S 9538 9541 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8829141 9856040960 28501 33554432000 1073741824 1073778376 140737032932816 140245817031592 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9541/tid=9549] ppid=9538 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9541/task/9549/stat : 9549 (java) S 9538 9541 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8829141 9856040960 28501 33554432000 1073741824 1073778376 140737032932816 140245815979048 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9541/tid=9550] ppid=9538 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9541/task/9550/stat : 9550 (java) S 9538 9541 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8829141 9856040960 28501 33554432000 1073741824 1073778376 140737032932816 140245814925992 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9541/tid=9551] ppid=9538 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9541/task/9551/stat : 9551 (java) S 9538 9541 7986 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8829141 9856040960 28501 33554432000 1073741824 1073778376 140737032932816 140245813873448 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9541/tid=9552] ppid=9538 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9541/task/9552/stat : 9552 (java) S 9538 9541 7986 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8829142 9856040960 28501 33554432000 1073741824 1073778376 140737032932816 140245801675112 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9541/tid=9553] ppid=9538 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9541/task/9553/stat : 9553 (java) S 9538 9541 7986 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8829143 9856040960 28501 33554432000 1073741824 1073778376 140737032932816 140245800621432 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9541/tid=9554] ppid=9538 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9541/task/9554/stat : 9554 (java) S 9538 9541 7986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8829143 9856040960 28501 33554432000 1073741824 1073778376 140737032932816 140245799568264 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9541/tid=9555] ppid=9538 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9541/task/9555/stat : 9555 (java) S 9538 9541 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8829145 9856040960 28501 33554432000 1073741824 1073778376 140737032932816 140245798517008 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9541/tid=9556] ppid=9538 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/9541/task/9556/stat : 9556 (java) S 9538 9541 7986 0 -1 4202560 4649 0 0 0 41 1 0 0 20 0 19 0 8829145 9856040960 28501 33554432000 1073741824 1073778376 140737032932816 140245797464888 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9541/tid=9557] ppid=9538 vsize=9625040 CPUtime=0.96 cores=1,3,5,7
/proc/9541/task/9557/stat : 9557 (java) S 9538 9541 7986 0 -1 4202560 10527 0 0 0 94 2 0 0 20 0 19 0 8829145 9856040960 28501 33554432000 1073741824 1073778376 140737032932816 140245796412344 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9541/tid=9558] ppid=9538 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9541/task/9558/stat : 9558 (java) S 9538 9541 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8829145 9856040960 28501 33554432000 1073741824 1073778376 140737032932816 140245795359480 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9541/tid=9559] ppid=9538 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9541/task/9559/stat : 9559 (java) S 9538 9541 7986 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8829145 9856040960 28501 33554432000 1073741824 1073778376 140737032932816 140245794307144 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9541/tid=9560] ppid=9538 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9541/task/9560/stat : 9560 (java) S 9538 9541 7986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8829156 9856040960 28501 33554432000 1073741824 1073778376 140737032932816 140245793252392 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 14.08
Current children cumulated vsize (KiB) 9625040

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 9541 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+12.801 s]
/proc/loadavg: 2.16 2.20 2.18 3/213 9560
/proc/meminfo: memFree=29696924/32872528 swapFree=1399392/1569044
[pid=9541] ppid=9538 vsize=9625040 CPUtime=14.18 cores=1,3,5,7
/proc/9541/stat : 9541 (java) S 9538 9541 7986 0 -1 4202496 18927 0 1 0 1413 5 0 0 20 0 19 0 8829140 9856040960 28501 33554432000 1073741824 1073778376 140737032932816 140737032923952 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9541/statm: 2406260 28501 2263 9 0 2396937 0
[pid=9541/tid=9542] ppid=9538 vsize=9625040 CPUtime=12.74 cores=1,3,5,7
/proc/9541/task/9542/stat : 9542 (java) R 9538 9541 7986 0 -1 4202560 2477 0 1 0 1273 1 0 0 20 0 19 0 8829141 9856040960 28501 33554432000 1073741824 1073778376 140737032932816 140245978033856 140245918218870 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9541/tid=9544] ppid=9538 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9541/task/9544/stat : 9544 (java) S 9538 9541 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8829141 9856040960 28501 33554432000 1073741824 1073778376 140737032932816 140245821241768 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9541/tid=9545] ppid=9538 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9541/task/9545/stat : 9545 (java) S 9538 9541 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8829141 9856040960 28501 33554432000 1073741824 1073778376 140737032932816 140245820189224 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9541/tid=9546] ppid=9538 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9541/task/9546/stat : 9546 (java) S 9538 9541 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8829141 9856040960 28501 33554432000 1073741824 1073778376 140737032932816 140245819136168 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9541/tid=9547] ppid=9538 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9541/task/9547/stat : 9547 (java) S 9538 9541 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8829141 9856040960 28501 33554432000 1073741824 1073778376 140737032932816 140245818083624 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9541/tid=9548] ppid=9538 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9541/task/9548/stat : 9548 (java) S 9538 9541 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8829141 9856040960 28501 33554432000 1073741824 1073778376 140737032932816 140245817031592 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9541/tid=9549] ppid=9538 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9541/task/9549/stat : 9549 (java) S 9538 9541 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8829141 9856040960 28501 33554432000 1073741824 1073778376 140737032932816 140245815979048 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9541/tid=9550] ppid=9538 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9541/task/9550/stat : 9550 (java) S 9538 9541 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8829141 9856040960 28501 33554432000 1073741824 1073778376 140737032932816 140245814925992 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9541/tid=9551] ppid=9538 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9541/task/9551/stat : 9551 (java) S 9538 9541 7986 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8829141 9856040960 28501 33554432000 1073741824 1073778376 140737032932816 140245813873448 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9541/tid=9552] ppid=9538 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9541/task/9552/stat : 9552 (java) S 9538 9541 7986 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8829142 9856040960 28501 33554432000 1073741824 1073778376 140737032932816 140245801675112 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9541/tid=9553] ppid=9538 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9541/task/9553/stat : 9553 (java) S 9538 9541 7986 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8829143 9856040960 28501 33554432000 1073741824 1073778376 140737032932816 140245800621432 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9541/tid=9554] ppid=9538 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9541/task/9554/stat : 9554 (java) S 9538 9541 7986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8829143 9856040960 28501 33554432000 1073741824 1073778376 140737032932816 140245799568264 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9541/tid=9555] ppid=9538 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9541/task/9555/stat : 9555 (java) S 9538 9541 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8829145 9856040960 28501 33554432000 1073741824 1073778376 140737032932816 140245798517008 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9541/tid=9556] ppid=9538 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/9541/task/9556/stat : 9556 (java) S 9538 9541 7986 0 -1 4202560 4649 0 0 0 41 1 0 0 20 0 19 0 8829145 9856040960 28501 33554432000 1073741824 1073778376 140737032932816 140245797464888 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9541/tid=9557] ppid=9538 vsize=9625040 CPUtime=0.96 cores=1,3,5,7
/proc/9541/task/9557/stat : 9557 (java) S 9538 9541 7986 0 -1 4202560 10527 0 0 0 94 2 0 0 20 0 19 0 8829145 9856040960 28501 33554432000 1073741824 1073778376 140737032932816 140245796412344 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9541/tid=9558] ppid=9538 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9541/task/9558/stat : 9558 (java) S 9538 9541 7986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8829145 9856040960 28501 33554432000 1073741824 1073778376 140737032932816 140245795359480 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9541/tid=9559] ppid=9538 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9541/task/9559/stat : 9559 (java) S 9538 9541 7986 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8829145 9856040960 28501 33554432000 1073741824 1073778376 140737032932816 140245794307144 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9541/tid=9560] ppid=9538 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9541/task/9560/stat : 9560 (java) S 9538 9541 7986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8829156 9856040960 28501 33554432000 1073741824 1073778376 140737032932816 140245793252392 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 14.18
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 12.8309
CPU time (s): 14.2118
CPU user time (s): 14.1408
CPU system time (s): 0.070989
CPU usage (%): 110.763
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.1409
system time used= 0.070989
maximum resident set size= 116116
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18950
page faults= 1
swaps= 0
block input operations= 0
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 606
involuntary context switches= 44

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.072988 second user time and 0.096985 second system time

The end

Launcher Data

Begin job on node140 at 2016-06-16 11:03:59
IDJOB=4090923
IDBENCH=79224
IDSOLVER=2551
FILE ID=node140/4090923-1466067839
RUNJOBID= node140-1466062109-8003
PBS_JOBID= 19904000
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111218024--soft-0-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4090923-1466067839/watcher-4090923-1466067839 -o /tmp/evaluation-result-4090923-1466067839/solver-4090923-1466067839 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1466062109-8003 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4090923-1466067839.wbo

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

MD5SUM BENCH= f742a865179589dbb1861a007b830f45
RANDOM SEED=728750429

node140.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.714
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.42
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.714
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.714
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.714
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.714
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.714
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.714
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.714
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29802284 kB
Buffers:            9268 kB
Cached:            43144 kB
SwapCached:         2572 kB
Active:           772540 kB
Inactive:          29664 kB
Active(anon):     750616 kB
Inactive(anon):     1792 kB
Active(file):      21924 kB
Inactive(file):    27872 kB
Unevictable:     1569044 kB
Mlocked:         1399392 kB
SwapTotal:      67108856 kB
SwapFree:       67096812 kB
Dirty:               588 kB
Writeback:             0 kB
AnonPages:       2391012 kB
Mapped:            15360 kB
Shmem:                 0 kB
Slab:             564752 kB
SReclaimable:       8692 kB
SUnreclaim:       556060 kB
KernelStack:        1760 kB
PageTables:         9076 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2588436 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    966656 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71740 MiB
End job on node140 at 2016-06-16 11:04:12