Trace number 3718087

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 2012-05-28OPTIMUM 28.3217 26.932

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900554420--soft-33-100-0.wbo
MD5SUM2c7bc414eea5148dc6372ccd38f2fe74
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark24.2723
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints1863
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 94064
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 94063
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 689
Number of bits of the biggest sum of numbers10
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.02/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.02/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.09	c See www.sat4j.org for details.
0.02/0.10	c version 2.3.2.v20120528
0.02/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.10	c java.vm.version	19.1-b02
0.02/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.10	c sun.arch.data.model	64
0.09/0.10	c java.version		1.6.0_24
0.09/0.10	c os.name		Linux
0.09/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.09/0.10	c os.arch		amd64
0.09/0.10	c Free memory 		501472288
0.09/0.10	c Max memory 		7480803328
0.09/0.10	c Total memory 		504102912
0.09/0.10	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@4a913fe2
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3718087-1338251863.wbo
0.09/0.12	c reading problem ... 
0.45/0.32	c ... done. Wall clock time 0.199s.
0.45/0.32	c declared #vars     231
0.45/0.32	c internal #vars     2094
0.45/0.32	c #constraints  2707
0.45/0.32	c constraints type 
0.45/0.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2601
0.45/0.32	c org.sat4j.minisat.constraints.card.MinWatchCard => 5
0.45/0.32	c ignored satisfied constraints => 1
0.45/0.32	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 83
0.45/0.32	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 18
0.45/0.32	c 2708 constraints processed.
0.45/0.32	c objective function length is 1863 literals
0.75/0.47	c SATISFIABLE
0.75/0.47	c OPTIMIZING...
0.75/0.47	c Got one! Elapsed wall clock time (in seconds):0.346
0.75/0.47	o 704
1.05/0.51	c Got one! Elapsed wall clock time (in seconds):0.392
1.05/0.51	o 698
1.05/0.55	c Got one! Elapsed wall clock time (in seconds):0.427
1.05/0.55	o 370
1.05/0.57	c Got one! Elapsed wall clock time (in seconds):0.447
1.05/0.57	o 323
1.05/0.59	c Got one! Elapsed wall clock time (in seconds):0.466
1.05/0.59	o 319
1.35/0.61	c Got one! Elapsed wall clock time (in seconds):0.488
1.35/0.61	o 308
1.35/0.62	c Got one! Elapsed wall clock time (in seconds):0.501
1.35/0.62	o 269
1.35/0.64	c Got one! Elapsed wall clock time (in seconds):0.517
1.35/0.64	o 230
1.35/0.66	c Got one! Elapsed wall clock time (in seconds):0.536
1.35/0.66	o 228
1.60/0.78	c Got one! Elapsed wall clock time (in seconds):0.661
1.60/0.78	o 225
1.70/0.80	c Got one! Elapsed wall clock time (in seconds):0.683
1.70/0.80	o 215
1.70/0.84	c Got one! Elapsed wall clock time (in seconds):0.722
1.70/0.84	o 209
1.70/0.88	c Got one! Elapsed wall clock time (in seconds):0.756
1.70/0.88	o 207
1.70/0.88	c Got one! Elapsed wall clock time (in seconds):0.763
1.70/0.88	o 206
1.81/0.93	c Got one! Elapsed wall clock time (in seconds):0.808
1.81/0.93	o 190
1.81/1.00	c Got one! Elapsed wall clock time (in seconds):0.879
1.81/1.00	o 188
1.92/1.02	c Got one! Elapsed wall clock time (in seconds):0.9
1.92/1.02	o 185
1.92/1.08	c Got one! Elapsed wall clock time (in seconds):0.959
1.92/1.08	o 183
1.92/1.09	c Got one! Elapsed wall clock time (in seconds):0.969
1.92/1.09	o 158
2.02/1.11	c Got one! Elapsed wall clock time (in seconds):0.987
2.02/1.11	o 145
2.02/1.14	c Got one! Elapsed wall clock time (in seconds):1.022
2.02/1.14	o 135
2.21/1.33	c Got one! Elapsed wall clock time (in seconds):1.213
2.21/1.33	o 130
2.21/1.37	c Got one! Elapsed wall clock time (in seconds):1.251
2.21/1.37	o 128
2.34/1.49	c Got one! Elapsed wall clock time (in seconds):1.365
2.34/1.49	o 117
2.44/1.55	c Got one! Elapsed wall clock time (in seconds):1.429
2.44/1.55	o 101
2.44/1.56	c Got one! Elapsed wall clock time (in seconds):1.44
2.44/1.56	o 93
2.54/1.60	c Got one! Elapsed wall clock time (in seconds):1.48
2.54/1.60	o 91
2.64/1.70	c Got one! Elapsed wall clock time (in seconds):1.578
2.64/1.70	o 90
2.64/1.75	c Got one! Elapsed wall clock time (in seconds):1.627
2.64/1.75	o 68
2.86/1.90	c Got one! Elapsed wall clock time (in seconds):1.778
2.86/1.90	o 67
3.07/2.16	c cleaning 6912 clauses out of 13824 with flag 14839/13824
3.24/2.21	c Got one! Elapsed wall clock time (in seconds):2.093
3.24/2.21	o 66
3.33/2.31	c Got one! Elapsed wall clock time (in seconds):2.189
3.33/2.31	o 60
3.33/2.36	c Got one! Elapsed wall clock time (in seconds):2.235
3.33/2.36	o 57
3.43/2.49	c Got one! Elapsed wall clock time (in seconds):2.373
3.43/2.49	o 56
3.63/2.62	c Got one! Elapsed wall clock time (in seconds):2.503
3.63/2.62	o 35
3.93/2.92	c cleaning 7161 clauses out of 14322 with flag 26584/21234
4.05/3.06	c Got one! Elapsed wall clock time (in seconds):2.939
4.05/3.06	o 31
4.05/3.09	c Got one! Elapsed wall clock time (in seconds):2.969
4.05/3.09	o 29
4.15/3.17	c Got one! Elapsed wall clock time (in seconds):3.053
4.15/3.17	o 26
4.56/3.50	c cleaning 6944 clauses out of 13889 with flag 31019/27962
4.70/3.60	c Got one! Elapsed wall clock time (in seconds):3.483
4.70/3.60	o 25
4.93/3.86	c Got one! Elapsed wall clock time (in seconds):3.74
4.93/3.86	o 23
4.93/3.89	c Got one! Elapsed wall clock time (in seconds):3.772
4.93/3.89	o 21
5.03/3.98	c cleaning 6313 clauses out of 12639 with flag 6641/33656
5.59/4.45	c cleaning 6161 clauses out of 12326 with flag 42860/39656
5.71/4.51	c Got one! Elapsed wall clock time (in seconds):4.387
5.71/4.51	o 20
5.93/4.77	c Got one! Elapsed wall clock time (in seconds):4.649
5.93/4.77	o 18
6.13/4.95	c cleaning 5990 clauses out of 11990 with flag 21315/45481
6.44/5.27	c Got one! Elapsed wall clock time (in seconds):5.148
6.44/5.27	o 16
6.54/5.34	c cleaning 5696 clauses out of 11410 with flag 6896/50891
6.54/5.40	c Got one! Elapsed wall clock time (in seconds):5.281
6.54/5.40	o 14
6.94/5.76	c cleaning 5680 clauses out of 11385 with flag 38279/56562
7.36/6.14	c Got one! Elapsed wall clock time (in seconds):6.015
7.36/6.14	o 12
7.46/6.24	c cleaning 5824 clauses out of 11652 with flag 13315/62509
7.87/6.68	c cleaning 5907 clauses out of 11825 with flag 70642/68506
8.07/6.85	c Got one! Elapsed wall clock time (in seconds):6.732
8.07/6.85	o 11
8.37/7.11	c cleaning 5929 clauses out of 11879 with flag 38907/74467
8.67/7.44	c Got one! Elapsed wall clock time (in seconds):7.32
8.67/7.44	o 9
8.77/7.53	c cleaning 5696 clauses out of 11393 with flag 10840/79910
8.88/7.69	c Got one! Elapsed wall clock time (in seconds):7.564
8.88/7.69	o 6
9.07/7.88	c cleaning 5550 clauses out of 11113 with flag 26264/85326
9.47/8.27	c cleaning 5762 clauses out of 11560 with flag 66465/91323
9.99/8.74	c cleaning 6392 clauses out of 12797 with flag 118691/98322
10.59/9.31	c cleaning 7194 clauses out of 14406 with flag 186036/106323
11.20/9.92	c cleaning 8094 clauses out of 16213 with flag 255736/115324
11.91/10.68	c cleaning 9056 clauses out of 18117 with flag 334228/125322
12.81/11.58	c cleaning 10026 clauses out of 20062 with flag 421979/136323
13.81/12.59	c cleaning 11016 clauses out of 22035 with flag 522770/148322
14.81/13.55	c cleaning 11991 clauses out of 24020 with flag 621282/161323
15.92/14.60	c cleaning 13004 clauses out of 26028 with flag 720843/175322
16.14/14.86	c Got one! Elapsed wall clock time (in seconds):14.738
16.14/14.86	o 3
16.44/15.14	c cleaning 9390 clauses out of 18802 with flag 32498/181100
16.84/15.56	c cleaning 7704 clauses out of 15411 with flag 77314/187100
17.34/16.07	c cleaning 7351 clauses out of 14710 with flag 128804/194103
17.95/16.64	c cleaning 7671 clauses out of 15355 with flag 186945/202099
18.15/16.82	c Got one! Elapsed wall clock time (in seconds):16.704
18.15/16.82	o 2
18.45/17.14	c cleaning 6478 clauses out of 12966 with flag 39327/207381
19.05/17.71	c cleaning 6238 clauses out of 12489 with flag 110560/213382
19.45/18.18	c cleaning 6619 clauses out of 13252 with flag 164283/220383
20.05/18.72	c cleaning 7305 clauses out of 14630 with flag 224971/228381
20.75/19.41	c cleaning 8161 clauses out of 16325 with flag 295572/237381
21.45/20.16	c cleaning 9078 clauses out of 18164 with flag 369780/247381
22.18/20.82	c cleaning 10040 clauses out of 20085 with flag 434355/258382
23.07/21.77	c cleaning 11016 clauses out of 22045 with flag 517609/270382
24.08/22.77	c cleaning 11996 clauses out of 24028 with flag 609667/283381
25.18/23.86	c cleaning 13010 clauses out of 26033 with flag 704306/297383
26.28/24.97	c cleaning 14003 clauses out of 28020 with flag 793327/312381
27.58/26.24	c cleaning 15005 clauses out of 30014 with flag 894041/328381
28.29/26.92	c starts		: 184
28.29/26.92	c conflicts		: 338149
28.29/26.92	c decisions		: 562219
28.29/26.92	c propagations		: 17338680
28.29/26.92	c inspects		: 294206678
28.29/26.92	c shortcuts		: 0
28.29/26.92	c learnt literals	: 12
28.29/26.92	c learnt binary clauses	: 26
28.29/26.92	c learnt ternary clauses	: 147
28.29/26.92	c learnt constraints	: 338136
28.29/26.92	c ignored constraints	: 0
28.29/26.92	c root simplifications	: 0
28.29/26.92	c removed literals (reason simplification)	: 0
28.29/26.92	c reason swapping (by a shorter reason)	: 0
28.29/26.92	c Calls to reduceDB	: 38
28.29/26.92	c Number of update (reduction) of LBD	: 128868
28.29/26.92	c number of reductions to clauses (during analyze)	: 0
28.29/26.92	c number of learned constraints concerned by reduction	: 0
28.29/26.92	c number of learning phase by resolution	: 0
28.29/26.92	c number of learning phase by cutting planes	: 0
28.29/26.92	c speed (assignments/second)	: 652345.0844651792
28.29/26.92	c non guided choices	6146
28.29/26.92	c learnt constraints type 
28.29/26.92	c constraints type 
28.29/26.92	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2601
28.29/26.92	c org.sat4j.minisat.constraints.card.MinWatchCard => 5
28.29/26.92	c ignored satisfied constraints => 1
28.29/26.92	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 83
28.29/26.92	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 18
28.29/26.92	c 2708 constraints processed.
28.29/26.92	s OPTIMUM FOUND
28.29/26.92	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 -x170 -x171 -x172 -x173 -x174 -x175 -x176 x177 -x178 -x179 -x180 -x181 -x182 -x183 x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 x231 
28.29/26.92	c objective function=2
28.29/26.92	c Total wall clock time (in seconds): 26.803

Verifier Data

OK	2

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-3718087-1338251863/watcher-3718087-1338251863 -o /tmp/evaluation-result-3718087-1338251863/solver-3718087-1338251863 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3718087-1338251863.wbo 

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.06 2.01 2.00 3/194 1910
/proc/meminfo: memFree=26012428/32873844 swapFree=7628/7628
[pid=1910] ppid=1908 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/1910/stat : 1910 (java) D 1908 1910 31640 0 -1 4202496 251 0 0 0 0 0 0 0 20 0 1 0 291310678 9515008 185 33554432000 1073741824 1073778376 140735319217648 140735319208872 254750125495 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/1910/statm: 2323 185 142 9 0 71 0

[startup+0.0434831 s]
/proc/loadavg: 2.06 2.01 2.00 3/194 1910
/proc/meminfo: memFree=26012428/32873844 swapFree=7628/7628
[pid=1910] ppid=1908 vsize=9225560 CPUtime=0.02 cores=1,3,5,7
/proc/1910/stat : 1910 (java) S 1908 1910 31640 0 -1 4202496 2993 0 1 0 2 0 0 0 20 0 13 0 291310678 9446973440 3690 33554432000 1073741824 1073778376 140735982492720 140735982483856 254753669181 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1910/statm: 2306390 3692 1678 9 0 2297091 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9225560

[startup+0.100212 s]
/proc/loadavg: 2.06 2.01 2.00 3/194 1910
/proc/meminfo: memFree=26012428/32873844 swapFree=7628/7628
[pid=1910] ppid=1908 vsize=9558416 CPUtime=0.09 cores=1,3,5,7
/proc/1910/stat : 1910 (java) S 1908 1910 31640 0 -1 4202496 4245 0 1 0 8 1 0 0 20 0 18 0 291310678 9787817984 5432 33554432000 1073741824 1073778376 140735982492720 140735982483856 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1910/statm: 2389604 5432 2094 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558416

[startup+0.300193 s]
/proc/loadavg: 2.06 2.01 2.00 3/194 1910
/proc/meminfo: memFree=26012428/32873844 swapFree=7628/7628
[pid=1910] ppid=1908 vsize=9558416 CPUtime=0.45 cores=1,3,5,7
/proc/1910/stat : 1910 (java) S 1908 1910 31640 0 -1 4202496 5459 0 1 0 44 1 0 0 20 0 18 0 291310678 9787817984 8074 33554432000 1073741824 1073778376 140735982492720 140735982483856 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1910/statm: 2389604 8075 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558416

[startup+0.700305 s]
/proc/loadavg: 2.06 2.01 2.00 3/194 1910
/proc/meminfo: memFree=26012428/32873844 swapFree=7628/7628
[pid=1910] ppid=1908 vsize=9624980 CPUtime=1.6 cores=1,3,5,7
/proc/1910/stat : 1910 (java) S 1908 1910 31640 0 -1 4202496 11418 0 1 0 157 3 0 0 20 0 19 0 291310678 9855979520 12787 33554432000 1073741824 1073778376 140735982492720 140735982483856 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1910/statm: 2406245 12787 2250 9 0 2396937 0
Current children cumulated CPU time (s) 1.6
Current children cumulated vsize (KiB) 9624980

[startup+1.5008 s]
/proc/loadavg: 2.05 2.01 2.00 3/213 1931
/proc/meminfo: memFree=25963392/32873844 swapFree=7628/7628
[pid=1910] ppid=1908 vsize=9624980 CPUtime=2.44 cores=1,3,5,7
/proc/1910/stat : 1910 (java) S 1908 1910 31640 0 -1 4202496 11432 0 1 0 241 3 0 0 20 0 19 0 291310678 9855979520 16888 33554432000 1073741824 1073778376 140735982492720 140735982483856 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1910/statm: 2406245 16888 2254 9 0 2396937 0
[pid=1910/tid=1912] ppid=1908 vsize=9624980 CPUtime=1.46 cores=1,3,5,7
/proc/1910/task/1912/stat : 1912 (java) R 1908 1910 31640 0 -1 4202560 2472 0 1 0 145 1 0 0 20 0 19 0 291310679 9855979520 16888 33554432000 1073741824 1073778376 140735982492720 140500645622208 140500477294405 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1910/tid=1913] ppid=1908 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1910/task/1913/stat : 1913 (java) S 1908 1910 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291310680 9855979520 16888 33554432000 1073741824 1073778376 140735982492720 140500607121704 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1910/tid=1914] ppid=1908 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1910/task/1914/stat : 1914 (java) S 1908 1910 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291310680 9855979520 16888 33554432000 1073741824 1073778376 140735982492720 140500606068904 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1910/tid=1915] ppid=1908 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1910/task/1915/stat : 1915 (java) S 1908 1910 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291310680 9855979520 16888 33554432000 1073741824 1073778376 140735982492720 140500605016616 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1910/tid=1918] ppid=1908 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1910/task/1918/stat : 1918 (java) S 1908 1910 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291310680 9855979520 16888 33554432000 1073741824 1073778376 140735982492720 140500603963816 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1910/tid=1919] ppid=1908 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1910/task/1919/stat : 1919 (java) S 1908 1910 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291310680 9855979520 16888 33554432000 1073741824 1073778376 140735982492720 140500602911528 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1910/tid=1920] ppid=1908 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1910/task/1920/stat : 1920 (java) S 1908 1910 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291310680 9855979520 16888 33554432000 1073741824 1073778376 140735982492720 140500601858728 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1910/tid=1921] ppid=1908 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1910/task/1921/stat : 1921 (java) S 1908 1910 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291310680 9855979520 16888 33554432000 1073741824 1073778376 140735982492720 140500600806440 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1910/tid=1922] ppid=1908 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1910/task/1922/stat : 1922 (java) S 1908 1910 31640 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291310680 9855979520 16888 33554432000 1073741824 1073778376 140735982492720 140500599753640 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1910/tid=1923] ppid=1908 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1910/task/1923/stat : 1923 (java) S 1908 1910 31640 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291310681 9855979520 16888 33554432000 1073741824 1073778376 140735982492720 140500469250280 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1910/tid=1924] ppid=1908 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1910/task/1924/stat : 1924 (java) S 1908 1910 31640 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 291310682 9855979520 16888 33554432000 1073741824 1073778376 140735982492720 140500468196344 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1910/tid=1925] ppid=1908 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1910/task/1925/stat : 1925 (java) S 1908 1910 31640 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291310682 9855979520 16888 33554432000 1073741824 1073778376 140735982492720 140500467143944 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1910/tid=1926] ppid=1908 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1910/task/1926/stat : 1926 (java) S 1908 1910 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291310684 9855979520 16888 33554432000 1073741824 1073778376 140735982492720 140500466092432 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1910/tid=1927] ppid=1908 vsize=9624980 CPUtime=0.43 cores=1,3,5,7
/proc/1910/task/1927/stat : 1927 (java) S 1908 1910 31640 0 -1 4202560 2823 0 0 0 42 1 0 0 20 0 19 0 291310684 9855979520 16888 33554432000 1073741824 1073778376 140735982492720 140500465040056 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1910/tid=1928] ppid=1908 vsize=9624980 CPUtime=0.5 cores=1,3,5,7
/proc/1910/task/1928/stat : 1928 (java) S 1908 1910 31640 0 -1 4202560 4936 0 0 0 50 0 0 0 20 0 19 0 291310684 9855979520 16888 33554432000 1073741824 1073778376 140735982492720 140500463987256 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1910/tid=1929] ppid=1908 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1910/task/1929/stat : 1929 (java) S 1908 1910 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291310684 9855979520 16888 33554432000 1073741824 1073778376 140735982492720 140500462935160 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1910/tid=1930] ppid=1908 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1910/task/1930/stat : 1930 (java) S 1908 1910 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291310684 9855979520 16888 33554432000 1073741824 1073778376 140735982492720 140500461882568 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1910/tid=1931] ppid=1908 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1910/task/1931/stat : 1931 (java) S 1908 1910 31640 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291310712 9855979520 16888 33554432000 1073741824 1073778376 140735982492720 140499453207464 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.44
Current children cumulated vsize (KiB) 9624980

[startup+3.1008 s]
/proc/loadavg: 2.05 2.01 2.00 3/213 1931
/proc/meminfo: memFree=25946760/32873844 swapFree=7628/7628
[pid=1910] ppid=1908 vsize=9624980 CPUtime=4.15 cores=1,3,5,7
/proc/1910/stat : 1910 (java) S 1908 1910 31640 0 -1 4202496 11681 0 1 0 411 4 0 0 20 0 19 0 291310678 9855979520 22567 33554432000 1073741824 1073778376 140735982492720 140735982483856 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1910/statm: 2406245 22567 2279 9 0 2396937 0
[pid=1910/tid=1912] ppid=1908 vsize=9624980 CPUtime=3.01 cores=1,3,5,7
/proc/1910/task/1912/stat : 1912 (java) R 1908 1910 31640 0 -1 4202560 2478 0 1 0 300 1 0 0 20 0 19 0 291310679 9855979520 22567 33554432000 1073741824 1073778376 140735982492720 140500645630360 140500477365056 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1910/tid=1913] ppid=1908 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1910/task/1913/stat : 1913 (java) S 1908 1910 31640 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291310680 9855979520 22567 33554432000 1073741824 1073778376 140735982492720 140500607121704 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1910/tid=1914] ppid=1908 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1910/task/1914/stat : 1914 (java) S 1908 1910 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291310680 9855979520 22567 33554432000 1073741824 1073778376 140735982492720 140500606068904 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1910/tid=1915] ppid=1908 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1910/task/1915/stat : 1915 (java) S 1908 1910 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291310680 9855979520 22567 33554432000 1073741824 1073778376 140735982492720 140500605016616 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1910/tid=1918] ppid=1908 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1910/task/1918/stat : 1918 (java) S 1908 1910 31640 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291310680 9855979520 22567 33554432000 1073741824 1073778376 140735982492720 140500603963816 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1910/tid=1919] ppid=1908 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1910/task/1919/stat : 1919 (java) S 1908 1910 31640 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291310680 9855979520 22567 33554432000 1073741824 1073778376 140735982492720 140500602911528 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1910/tid=1920] ppid=1908 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1910/task/1920/stat : 1920 (java) S 1908 1910 31640 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291310680 9855979520 22567 33554432000 1073741824 1073778376 140735982492720 140500601858728 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1910/tid=1921] ppid=1908 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1910/task/1921/stat : 1921 (java) S 1908 1910 31640 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291310680 9855979520 22567 33554432000 1073741824 1073778376 140735982492720 140500600806440 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1910/tid=1922] ppid=1908 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1910/task/1922/stat : 1922 (java) S 1908 1910 31640 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291310680 9855979520 22567 33554432000 1073741824 1073778376 140735982492720 140500599753640 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1910/tid=1923] ppid=1908 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/1910/task/1923/stat : 1923 (java) S 1908 1910 31640 0 -1 4202560 33 0 0 0 2 0 0 0 20 0 19 0 291310681 9855979520 22567 33554432000 1073741824 1073778376 140735982492720 140500469250280 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1910/tid=1924] ppid=1908 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1910/task/1924/stat : 1924 (java) S 1908 1910 31640 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291310682 9855979520 22567 33554432000 1073741824 1073778376 140735982492720 140500468196344 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1910/tid=1925] ppid=1908 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1910/task/1925/stat : 1925 (java) S 1908 1910 31640 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291310682 9855979520 22567 33554432000 1073741824 1073778376 140735982492720 140500467143944 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1910/tid=1926] ppid=1908 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1910/task/1926/stat : 1926 (java) S 1908 1910 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291310684 9855979520 22567 33554432000 1073741824 1073778376 140735982492720 140500466092432 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1910/tid=1927] ppid=1908 vsize=9624980 CPUtime=0.5 cores=1,3,5,7
/proc/1910/task/1927/stat : 1927 (java) S 1908 1910 31640 0 -1 4202560 3005 0 0 0 48 2 0 0 20 0 19 0 291310684 9855979520 22567 33554432000 1073741824 1073778376 140735982492720 140500465040056 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1910/tid=1928] ppid=1908 vsize=9624980 CPUtime=0.53 cores=1,3,5,7
/proc/1910/task/1928/stat : 1928 (java) S 1908 1910 31640 0 -1 4202560 4940 0 0 0 53 0 0 0 20 0 19 0 291310684 9855979520 22567 33554432000 1073741824 1073778376 140735982492720 140500463987256 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1910/tid=1929] ppid=1908 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1910/task/1929/stat : 1929 (java) S 1908 1910 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291310684 9855979520 22567 33554432000 1073741824 1073778376 140735982492720 140500462935160 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1910/tid=1930] ppid=1908 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1910/task/1930/stat : 1930 (java) S 1908 1910 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291310684 9855979520 22567 33554432000 1073741824 1073778376 140735982492720 140500461882568 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1910/tid=1931] ppid=1908 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1910/task/1931/stat : 1931 (java) S 1908 1910 31640 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291310712 9855979520 22567 33554432000 1073741824 1073778376 140735982492720 140499453207464 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.15
Current children cumulated vsize (KiB) 9624980

[startup+6.3007 s]
/proc/loadavg: 2.05 2.01 2.00 3/213 1931
/proc/meminfo: memFree=25928080/32873844 swapFree=7628/7628
[pid=1910] ppid=1908 vsize=9624980 CPUtime=7.57 cores=1,3,5,7
/proc/1910/stat : 1910 (java) S 1908 1910 31640 0 -1 4202496 12929 0 1 0 752 5 0 0 20 0 19 0 291310678 9855979520 22910 33554432000 1073741824 1073778376 140735982492720 140735982483856 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1910/statm: 2406245 22910 2279 9 0 2396937 0
[pid=1910/tid=1912] ppid=1908 vsize=9624980 CPUtime=6.01 cores=1,3,5,7
/proc/1910/task/1912/stat : 1912 (java) R 1908 1910 31640 0 -1 4202560 2483 0 1 0 600 1 0 0 20 0 19 0 291310679 9855979520 22910 33554432000 1073741824 1073778376 140735982492720 140500645630304 140500477208753 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1910/tid=1913] ppid=1908 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1910/task/1913/stat : 1913 (java) S 1908 1910 31640 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291310680 9855979520 22910 33554432000 1073741824 1073778376 140735982492720 140500607121704 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1910/tid=1914] ppid=1908 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1910/task/1914/stat : 1914 (java) S 1908 1910 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291310680 9855979520 22910 33554432000 1073741824 1073778376 140735982492720 140500606068904 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1910/tid=1915] ppid=1908 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1910/task/1915/stat : 1915 (java) S 1908 1910 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291310680 9855979520 22910 33554432000 1073741824 1073778376 140735982492720 140500605016616 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1910/tid=1918] ppid=1908 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1910/task/1918/stat : 1918 (java) S 1908 1910 31640 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 291310680 9855979520 22910 33554432000 1073741824 1073778376 140735982492720 140500603963816 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1910/tid=1919] ppid=1908 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1910/task/1919/stat : 1919 (java) S 1908 1910 31640 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291310680 9855979520 22910 33554432000 1073741824 1073778376 140735982492720 140500602911528 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1910/tid=1920] ppid=1908 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1910/task/1920/stat : 1920 (java) S 1908 1910 31640 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291310680 9855979520 22910 33554432000 1073741824 1073778376 140735982492720 140500601858728 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1910/tid=1921] ppid=1908 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1910/task/1921/stat : 1921 (java) S 1908 1910 31640 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291310680 9855979520 22910 33554432000 1073741824 1073778376 140735982492720 140500600806440 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1910/tid=1922] ppid=1908 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1910/task/1922/stat : 1922 (java) S 1908 1910 31640 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291310680 9855979520 22910 33554432000 1073741824 1073778376 140735982492720 140500599753640 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1910/tid=1923] ppid=1908 vsize=9624980 CPUtime=0.19 cores=1,3,5,7
/proc/1910/task/1923/stat : 1923 (java) S 1908 1910 31640 0 -1 4202560 34 0 0 0 19 0 0 0 20 0 19 0 291310681 9855979520 22910 33554432000 1073741824 1073778376 140735982492720 140500469250280 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1910/tid=1924] ppid=1908 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1910/task/1924/stat : 1924 (java) S 1908 1910 31640 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291310682 9855979520 22910 33554432000 1073741824 1073778376 140735982492720 140500468196344 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1910/tid=1925] ppid=1908 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1910/task/1925/stat : 1925 (java) S 1908 1910 31640 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291310682 9855979520 22910 33554432000 1073741824 1073778376 140735982492720 140500467143944 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1910/tid=1926] ppid=1908 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1910/task/1926/stat : 1926 (java) S 1908 1910 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291310684 9855979520 22910 33554432000 1073741824 1073778376 140735982492720 140500466092432 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1910/tid=1927] ppid=1908 vsize=9624980 CPUtime=0.64 cores=1,3,5,7
/proc/1910/task/1927/stat : 1927 (java) S 1908 1910 31640 0 -1 4202560 4236 0 0 0 62 2 0 0 20 0 19 0 291310684 9855979520 22910 33554432000 1073741824 1073778376 140735982492720 140500465040056 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1910/tid=1928] ppid=1908 vsize=9624980 CPUtime=0.57 cores=1,3,5,7
/proc/1910/task/1928/stat : 1928 (java) S 1908 1910 31640 0 -1 4202560 4943 0 0 0 57 0 0 0 20 0 19 0 291310684 9855979520 22910 33554432000 1073741824 1073778376 140735982492720 140500463987256 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1910/tid=1929] ppid=1908 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1910/task/1929/stat : 1929 (java) S 1908 1910 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291310684 9855979520 22910 33554432000 1073741824 1073778376 140735982492720 140500462935160 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1910/tid=1930] ppid=1908 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1910/task/1930/stat : 1930 (java) S 1908 1910 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291310684 9855979520 22910 33554432000 1073741824 1073778376 140735982492720 140500461882568 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1910/tid=1931] ppid=1908 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1910/task/1931/stat : 1931 (java) S 1908 1910 31640 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291310712 9855979520 22910 33554432000 1073741824 1073778376 140735982492720 140499453207464 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.57
Current children cumulated vsize (KiB) 9624980

[startup+12.7008 s]

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

/proc/1910/task/1914/stat : 1914 (java) S 1908 1910 31640 0 -1 4202560 28 0 0 0 1 0 0 0 20 0 19 0 291310680 9855979520 23980 33554432000 1073741824 1073778376 140735982492720 140500606068904 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1910/tid=1915] ppid=1908 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/1910/task/1915/stat : 1915 (java) S 1908 1910 31640 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 291310680 9855979520 23980 33554432000 1073741824 1073778376 140735982492720 140500605016616 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1910/tid=1918] ppid=1908 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/1910/task/1918/stat : 1918 (java) S 1908 1910 31640 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 291310680 9855979520 23980 33554432000 1073741824 1073778376 140735982492720 140500603963816 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1910/tid=1919] ppid=1908 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/1910/task/1919/stat : 1919 (java) S 1908 1910 31640 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 291310680 9855979520 23980 33554432000 1073741824 1073778376 140735982492720 140500602911528 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1910/tid=1920] ppid=1908 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/1910/task/1920/stat : 1920 (java) S 1908 1910 31640 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 291310680 9855979520 23980 33554432000 1073741824 1073778376 140735982492720 140500601858728 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1910/tid=1921] ppid=1908 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/1910/task/1921/stat : 1921 (java) S 1908 1910 31640 0 -1 4202560 7 0 0 0 2 0 0 0 20 0 19 0 291310680 9855979520 23980 33554432000 1073741824 1073778376 140735982492720 140500600806440 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1910/tid=1922] ppid=1908 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/1910/task/1922/stat : 1922 (java) S 1908 1910 31640 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 291310680 9855979520 23980 33554432000 1073741824 1073778376 140735982492720 140500599753640 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1910/tid=1923] ppid=1908 vsize=9624980 CPUtime=0.91 cores=1,3,5,7
/proc/1910/task/1923/stat : 1923 (java) S 1908 1910 31640 0 -1 4202560 36 0 0 0 91 0 0 0 20 0 19 0 291310681 9855979520 23980 33554432000 1073741824 1073778376 140735982492720 140500469250280 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1910/tid=1924] ppid=1908 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1910/task/1924/stat : 1924 (java) S 1908 1910 31640 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291310682 9855979520 23980 33554432000 1073741824 1073778376 140735982492720 140500468196344 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1910/tid=1925] ppid=1908 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1910/task/1925/stat : 1925 (java) S 1908 1910 31640 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291310682 9855979520 23980 33554432000 1073741824 1073778376 140735982492720 140500467143944 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1910/tid=1926] ppid=1908 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1910/task/1926/stat : 1926 (java) S 1908 1910 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291310684 9855979520 23980 33554432000 1073741824 1073778376 140735982492720 140500466092432 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1910/tid=1927] ppid=1908 vsize=9624980 CPUtime=0.67 cores=1,3,5,7
/proc/1910/task/1927/stat : 1927 (java) S 1908 1910 31640 0 -1 4202560 4261 0 0 0 65 2 0 0 20 0 19 0 291310684 9855979520 23980 33554432000 1073741824 1073778376 140735982492720 140500465040056 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1910/tid=1928] ppid=1908 vsize=9624980 CPUtime=0.58 cores=1,3,5,7
/proc/1910/task/1928/stat : 1928 (java) S 1908 1910 31640 0 -1 4202560 4943 0 0 0 58 0 0 0 20 0 19 0 291310684 9855979520 23980 33554432000 1073741824 1073778376 140735982492720 140500463987256 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1910/tid=1929] ppid=1908 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1910/task/1929/stat : 1929 (java) S 1908 1910 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291310684 9855979520 23980 33554432000 1073741824 1073778376 140735982492720 140500462935160 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1910/tid=1930] ppid=1908 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1910/task/1930/stat : 1930 (java) S 1908 1910 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291310684 9855979520 23980 33554432000 1073741824 1073778376 140735982492720 140500461882568 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1910/tid=1931] ppid=1908 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1910/task/1931/stat : 1931 (java) S 1908 1910 31640 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291310712 9855979520 23980 33554432000 1073741824 1073778376 140735982492720 140499453207464 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 26.88
Current children cumulated vsize (KiB) 9624980

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

[startup+26.3007 s]
/proc/loadavg: 2.03 2.01 2.00 3/213 1931
/proc/meminfo: memFree=25923512/32873844 swapFree=7628/7628
[pid=1910] ppid=1908 vsize=9624980 CPUtime=27.7 cores=1,3,5,7
/proc/1910/stat : 1910 (java) S 1908 1910 31640 0 -1 4202496 13035 0 1 0 2765 5 0 0 20 0 19 0 291310678 9855979520 23983 33554432000 1073741824 1073778376 140735982492720 140735982483856 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1910/statm: 2406245 23983 2280 9 0 2396937 0
[pid=1910/tid=1912] ppid=1908 vsize=9624980 CPUtime=25.15 cores=1,3,5,7
/proc/1910/task/1912/stat : 1912 (java) R 1908 1910 31640 0 -1 4202560 2512 0 1 0 2514 1 0 0 20 0 19 0 291310679 9855979520 23983 33554432000 1073741824 1073778376 140735982492720 140500645630424 140500477217943 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1910/tid=1913] ppid=1908 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/1910/task/1913/stat : 1913 (java) S 1908 1910 31640 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 19 0 291310680 9855979520 23983 33554432000 1073741824 1073778376 140735982492720 140500607121704 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1910/tid=1914] ppid=1908 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/1910/task/1914/stat : 1914 (java) S 1908 1910 31640 0 -1 4202560 28 0 0 0 1 0 0 0 20 0 19 0 291310680 9855979520 23983 33554432000 1073741824 1073778376 140735982492720 140500606068904 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1910/tid=1915] ppid=1908 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/1910/task/1915/stat : 1915 (java) S 1908 1910 31640 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 291310680 9855979520 23983 33554432000 1073741824 1073778376 140735982492720 140500605016616 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1910/tid=1918] ppid=1908 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/1910/task/1918/stat : 1918 (java) S 1908 1910 31640 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 19 0 291310680 9855979520 23983 33554432000 1073741824 1073778376 140735982492720 140500603963816 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1910/tid=1919] ppid=1908 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/1910/task/1919/stat : 1919 (java) S 1908 1910 31640 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 19 0 291310680 9855979520 23983 33554432000 1073741824 1073778376 140735982492720 140500602911528 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1910/tid=1920] ppid=1908 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/1910/task/1920/stat : 1920 (java) S 1908 1910 31640 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 291310680 9855979520 23983 33554432000 1073741824 1073778376 140735982492720 140500601858728 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1910/tid=1921] ppid=1908 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/1910/task/1921/stat : 1921 (java) S 1908 1910 31640 0 -1 4202560 7 0 0 0 2 0 0 0 20 0 19 0 291310680 9855979520 23983 33554432000 1073741824 1073778376 140735982492720 140500600806440 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1910/tid=1922] ppid=1908 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/1910/task/1922/stat : 1922 (java) S 1908 1910 31640 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 291310680 9855979520 23983 33554432000 1073741824 1073778376 140735982492720 140500599753640 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1910/tid=1923] ppid=1908 vsize=9624980 CPUtime=0.94 cores=1,3,5,7
/proc/1910/task/1923/stat : 1923 (java) S 1908 1910 31640 0 -1 4202560 36 0 0 0 94 0 0 0 20 0 19 0 291310681 9855979520 23983 33554432000 1073741824 1073778376 140735982492720 140500469250280 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1910/tid=1924] ppid=1908 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1910/task/1924/stat : 1924 (java) S 1908 1910 31640 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291310682 9855979520 23983 33554432000 1073741824 1073778376 140735982492720 140500468196344 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1910/tid=1925] ppid=1908 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1910/task/1925/stat : 1925 (java) S 1908 1910 31640 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291310682 9855979520 23983 33554432000 1073741824 1073778376 140735982492720 140500467143944 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1910/tid=1926] ppid=1908 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1910/task/1926/stat : 1926 (java) S 1908 1910 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291310684 9855979520 23983 33554432000 1073741824 1073778376 140735982492720 140500466092432 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1910/tid=1927] ppid=1908 vsize=9624980 CPUtime=0.67 cores=1,3,5,7
/proc/1910/task/1927/stat : 1927 (java) S 1908 1910 31640 0 -1 4202560 4261 0 0 0 65 2 0 0 20 0 19 0 291310684 9855979520 23983 33554432000 1073741824 1073778376 140735982492720 140500465040056 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1910/tid=1928] ppid=1908 vsize=9624980 CPUtime=0.58 cores=1,3,5,7
/proc/1910/task/1928/stat : 1928 (java) S 1908 1910 31640 0 -1 4202560 4943 0 0 0 58 0 0 0 20 0 19 0 291310684 9855979520 23983 33554432000 1073741824 1073778376 140735982492720 140500463987256 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1910/tid=1929] ppid=1908 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1910/task/1929/stat : 1929 (java) S 1908 1910 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291310684 9855979520 23983 33554432000 1073741824 1073778376 140735982492720 140500462935160 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1910/tid=1930] ppid=1908 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1910/task/1930/stat : 1930 (java) S 1908 1910 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291310684 9855979520 23983 33554432000 1073741824 1073778376 140735982492720 140500461882568 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1910/tid=1931] ppid=1908 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1910/task/1931/stat : 1931 (java) S 1908 1910 31640 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291310712 9855979520 23983 33554432000 1073741824 1073778376 140735982492720 140499453207464 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 27.7
Current children cumulated vsize (KiB) 9624980

[startup+26.7007 s]
/proc/loadavg: 2.03 2.01 2.00 3/213 1931
/proc/meminfo: memFree=25923512/32873844 swapFree=7628/7628
[pid=1910] ppid=1908 vsize=9624980 CPUtime=28.09 cores=1,3,5,7
/proc/1910/stat : 1910 (java) S 1908 1910 31640 0 -1 4202496 13035 0 1 0 2804 5 0 0 20 0 19 0 291310678 9855979520 23983 33554432000 1073741824 1073778376 140735982492720 140735982483856 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1910/statm: 2406245 23983 2280 9 0 2396937 0
[pid=1910/tid=1912] ppid=1908 vsize=9624980 CPUtime=25.54 cores=1,3,5,7
/proc/1910/task/1912/stat : 1912 (java) R 1908 1910 31640 0 -1 4202560 2512 0 1 0 2553 1 0 0 20 0 19 0 291310679 9855979520 23983 33554432000 1073741824 1073778376 140735982492720 140500645630304 140500477218432 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1910/tid=1913] ppid=1908 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/1910/task/1913/stat : 1913 (java) S 1908 1910 31640 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 19 0 291310680 9855979520 23983 33554432000 1073741824 1073778376 140735982492720 140500607121704 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1910/tid=1914] ppid=1908 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/1910/task/1914/stat : 1914 (java) S 1908 1910 31640 0 -1 4202560 28 0 0 0 1 0 0 0 20 0 19 0 291310680 9855979520 23983 33554432000 1073741824 1073778376 140735982492720 140500606068904 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1910/tid=1915] ppid=1908 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/1910/task/1915/stat : 1915 (java) S 1908 1910 31640 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 291310680 9855979520 23983 33554432000 1073741824 1073778376 140735982492720 140500605016616 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1910/tid=1918] ppid=1908 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/1910/task/1918/stat : 1918 (java) S 1908 1910 31640 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 19 0 291310680 9855979520 23983 33554432000 1073741824 1073778376 140735982492720 140500603963816 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1910/tid=1919] ppid=1908 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/1910/task/1919/stat : 1919 (java) S 1908 1910 31640 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 19 0 291310680 9855979520 23983 33554432000 1073741824 1073778376 140735982492720 140500602911528 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1910/tid=1920] ppid=1908 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/1910/task/1920/stat : 1920 (java) S 1908 1910 31640 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 291310680 9855979520 23983 33554432000 1073741824 1073778376 140735982492720 140500601858728 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1910/tid=1921] ppid=1908 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/1910/task/1921/stat : 1921 (java) S 1908 1910 31640 0 -1 4202560 7 0 0 0 2 0 0 0 20 0 19 0 291310680 9855979520 23983 33554432000 1073741824 1073778376 140735982492720 140500600806440 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1910/tid=1922] ppid=1908 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/1910/task/1922/stat : 1922 (java) S 1908 1910 31640 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 291310680 9855979520 23983 33554432000 1073741824 1073778376 140735982492720 140500599753640 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1910/tid=1923] ppid=1908 vsize=9624980 CPUtime=0.94 cores=1,3,5,7
/proc/1910/task/1923/stat : 1923 (java) S 1908 1910 31640 0 -1 4202560 36 0 0 0 94 0 0 0 20 0 19 0 291310681 9855979520 23983 33554432000 1073741824 1073778376 140735982492720 140500469250280 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1910/tid=1924] ppid=1908 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1910/task/1924/stat : 1924 (java) S 1908 1910 31640 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291310682 9855979520 23983 33554432000 1073741824 1073778376 140735982492720 140500468196344 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1910/tid=1925] ppid=1908 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1910/task/1925/stat : 1925 (java) S 1908 1910 31640 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291310682 9855979520 23983 33554432000 1073741824 1073778376 140735982492720 140500467143944 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1910/tid=1926] ppid=1908 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1910/task/1926/stat : 1926 (java) S 1908 1910 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291310684 9855979520 23983 33554432000 1073741824 1073778376 140735982492720 140500466092432 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1910/tid=1927] ppid=1908 vsize=9624980 CPUtime=0.67 cores=1,3,5,7
/proc/1910/task/1927/stat : 1927 (java) S 1908 1910 31640 0 -1 4202560 4261 0 0 0 65 2 0 0 20 0 19 0 291310684 9855979520 23983 33554432000 1073741824 1073778376 140735982492720 140500465040056 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1910/tid=1928] ppid=1908 vsize=9624980 CPUtime=0.58 cores=1,3,5,7
/proc/1910/task/1928/stat : 1928 (java) S 1908 1910 31640 0 -1 4202560 4943 0 0 0 58 0 0 0 20 0 19 0 291310684 9855979520 23983 33554432000 1073741824 1073778376 140735982492720 140500463987256 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1910/tid=1929] ppid=1908 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1910/task/1929/stat : 1929 (java) S 1908 1910 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291310684 9855979520 23983 33554432000 1073741824 1073778376 140735982492720 140500462935160 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1910/tid=1930] ppid=1908 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1910/task/1930/stat : 1930 (java) S 1908 1910 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291310684 9855979520 23983 33554432000 1073741824 1073778376 140735982492720 140500461882568 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1910/tid=1931] ppid=1908 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1910/task/1931/stat : 1931 (java) S 1908 1910 31640 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291310712 9855979520 23983 33554432000 1073741824 1073778376 140735982492720 140499453207464 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 28.09
Current children cumulated vsize (KiB) 9624980

[startup+26.9007 s]
/proc/loadavg: 2.03 2.01 2.00 3/213 1931
/proc/meminfo: memFree=25923512/32873844 swapFree=7628/7628
[pid=1910] ppid=1908 vsize=9624980 CPUtime=28.29 cores=1,3,5,7
/proc/1910/stat : 1910 (java) S 1908 1910 31640 0 -1 4202496 13035 0 1 0 2824 5 0 0 20 0 19 0 291310678 9855979520 23983 33554432000 1073741824 1073778376 140735982492720 140735982483856 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1910/statm: 2406245 23983 2280 9 0 2396937 0
[pid=1910/tid=1912] ppid=1908 vsize=9624980 CPUtime=25.74 cores=1,3,5,7
/proc/1910/task/1912/stat : 1912 (java) R 1908 1910 31640 0 -1 4202560 2512 0 1 0 2573 1 0 0 20 0 19 0 291310679 9855979520 23983 33554432000 1073741824 1073778376 140735982492720 140500645630304 140500477209329 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1910/tid=1913] ppid=1908 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/1910/task/1913/stat : 1913 (java) S 1908 1910 31640 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 19 0 291310680 9855979520 23983 33554432000 1073741824 1073778376 140735982492720 140500607121704 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1910/tid=1914] ppid=1908 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/1910/task/1914/stat : 1914 (java) S 1908 1910 31640 0 -1 4202560 28 0 0 0 1 0 0 0 20 0 19 0 291310680 9855979520 23983 33554432000 1073741824 1073778376 140735982492720 140500606068904 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1910/tid=1915] ppid=1908 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/1910/task/1915/stat : 1915 (java) S 1908 1910 31640 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 291310680 9855979520 23983 33554432000 1073741824 1073778376 140735982492720 140500605016616 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1910/tid=1918] ppid=1908 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/1910/task/1918/stat : 1918 (java) S 1908 1910 31640 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 19 0 291310680 9855979520 23983 33554432000 1073741824 1073778376 140735982492720 140500603963816 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1910/tid=1919] ppid=1908 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/1910/task/1919/stat : 1919 (java) S 1908 1910 31640 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 19 0 291310680 9855979520 23983 33554432000 1073741824 1073778376 140735982492720 140500602911528 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1910/tid=1920] ppid=1908 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/1910/task/1920/stat : 1920 (java) S 1908 1910 31640 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 291310680 9855979520 23983 33554432000 1073741824 1073778376 140735982492720 140500601858728 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1910/tid=1921] ppid=1908 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/1910/task/1921/stat : 1921 (java) S 1908 1910 31640 0 -1 4202560 7 0 0 0 2 0 0 0 20 0 19 0 291310680 9855979520 23983 33554432000 1073741824 1073778376 140735982492720 140500600806440 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1910/tid=1922] ppid=1908 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/1910/task/1922/stat : 1922 (java) S 1908 1910 31640 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 291310680 9855979520 23983 33554432000 1073741824 1073778376 140735982492720 140500599753640 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1910/tid=1923] ppid=1908 vsize=9624980 CPUtime=0.94 cores=1,3,5,7
/proc/1910/task/1923/stat : 1923 (java) S 1908 1910 31640 0 -1 4202560 36 0 0 0 94 0 0 0 20 0 19 0 291310681 9855979520 23983 33554432000 1073741824 1073778376 140735982492720 140500469250280 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1910/tid=1924] ppid=1908 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1910/task/1924/stat : 1924 (java) S 1908 1910 31640 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291310682 9855979520 23983 33554432000 1073741824 1073778376 140735982492720 140500468196344 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1910/tid=1925] ppid=1908 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1910/task/1925/stat : 1925 (java) S 1908 1910 31640 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291310682 9855979520 23983 33554432000 1073741824 1073778376 140735982492720 140500467143944 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1910/tid=1926] ppid=1908 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1910/task/1926/stat : 1926 (java) S 1908 1910 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291310684 9855979520 23983 33554432000 1073741824 1073778376 140735982492720 140500466092432 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1910/tid=1927] ppid=1908 vsize=9624980 CPUtime=0.67 cores=1,3,5,7
/proc/1910/task/1927/stat : 1927 (java) S 1908 1910 31640 0 -1 4202560 4261 0 0 0 65 2 0 0 20 0 19 0 291310684 9855979520 23983 33554432000 1073741824 1073778376 140735982492720 140500465040056 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1910/tid=1928] ppid=1908 vsize=9624980 CPUtime=0.58 cores=1,3,5,7
/proc/1910/task/1928/stat : 1928 (java) S 1908 1910 31640 0 -1 4202560 4943 0 0 0 58 0 0 0 20 0 19 0 291310684 9855979520 23983 33554432000 1073741824 1073778376 140735982492720 140500463987256 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1910/tid=1929] ppid=1908 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1910/task/1929/stat : 1929 (java) S 1908 1910 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291310684 9855979520 23983 33554432000 1073741824 1073778376 140735982492720 140500462935160 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1910/tid=1930] ppid=1908 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1910/task/1930/stat : 1930 (java) S 1908 1910 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291310684 9855979520 23983 33554432000 1073741824 1073778376 140735982492720 140500461882568 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1910/tid=1931] ppid=1908 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1910/task/1931/stat : 1931 (java) S 1908 1910 31640 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291310712 9855979520 23983 33554432000 1073741824 1073778376 140735982492720 140499453207464 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 28.29
Current children cumulated vsize (KiB) 9624980

Child status: 30
Real time (s): 26.932
CPU time (s): 28.3217
CPU user time (s): 28.1687
CPU system time (s): 0.152976
CPU usage (%): 105.16
Max. virtual memory (cumulated for all children) (KiB): 9624980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 28.1687
system time used= 0.152976
maximum resident set size= 95976
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13047
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= 1791
involuntary context switches= 1070

runsolver used 0.070989 second user time and 0.172973 second system time

The end

Launcher Data

Begin job on node145 at 2012-05-29 02:37:43
IDJOB=3718087
IDBENCH=78925
IDSOLVER=2301
FILE ID=node145/3718087-1338251863
RUNJOBID= node145-1338246945-1113
PBS_JOBID= 14624633
Free space on /tmp= 71536 MiB

SOLVER NAME= Sat4j PB  2012-05-28
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900554420--soft-33-100-0.wbo
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3718087-1338251863/watcher-3718087-1338251863 -o /tmp/evaluation-result-3718087-1338251863/solver-3718087-1338251863 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3718087-1338251863.wbo

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

MD5SUM BENCH= 2c7bc414eea5148dc6372ccd38f2fe74
RANDOM SEED=1877470650

node145.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		: 2667.149
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	: 5334.29
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		: 2667.149
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	: 5331.91
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		: 2667.149
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	: 5313.38
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		: 2667.149
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	: 5331.91
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		: 2667.149
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	: 5331.91
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		: 2667.149
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	: 5331.91
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		: 2667.149
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	: 5331.91
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		: 2667.149
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	: 5331.89
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        26012584 kB
Buffers:          392352 kB
Cached:          1896896 kB
SwapCached:            0 kB
Active:          4487632 kB
Inactive:        1517512 kB
Active(anon):    3707252 kB
Inactive(anon):    10912 kB
Active(file):     780380 kB
Inactive(file):  1506600 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               408 kB
Writeback:             0 kB
AnonPages:       3768256 kB
Mapped:            22356 kB
Shmem:               200 kB
Slab:             708272 kB
SReclaimable:     149648 kB
SUnreclaim:       558624 kB
KernelStack:        1600 kB
PageTables:        11452 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    3863148 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3680256 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71536 MiB
End job on node145 at 2012-05-29 02:38:10