Trace number 3718111

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 29.0016 26.8555

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900670675--soft-33-100-0.wbo
MD5SUM1266a85a20696deb0d7aee67f4c2d0a0
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 benchmark14.6588
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 constraints1802
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 91108
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 91107
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 671
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.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version 2.3.2.v20120528
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.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@4a913fe2
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose 2 learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-3718111-1338251802.wbo
0.11/0.11	c reading problem ... 
0.49/0.31	c ... done. Wall clock time 0.198s.
0.49/0.31	c declared #vars     231
0.49/0.31	c internal #vars     2033
0.49/0.31	c #constraints  2707
0.49/0.31	c constraints type 
0.49/0.31	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2594
0.49/0.31	c org.sat4j.minisat.constraints.card.MinWatchCard => 9
0.49/0.31	c ignored satisfied constraints => 1
0.49/0.31	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 90
0.49/0.31	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 14
0.49/0.31	c 2708 constraints processed.
0.49/0.31	c objective function length is 1802 literals
0.78/0.44	c SATISFIABLE
0.78/0.44	c OPTIMIZING...
0.78/0.44	c Got one! Elapsed wall clock time (in seconds):0.332
0.78/0.44	o 1161
1.09/0.50	c Got one! Elapsed wall clock time (in seconds):0.387
1.09/0.50	o 232
1.09/0.53	c Got one! Elapsed wall clock time (in seconds):0.418
1.09/0.53	o 223
1.09/0.59	c Got one! Elapsed wall clock time (in seconds):0.476
1.09/0.59	o 217
1.36/0.63	c Got one! Elapsed wall clock time (in seconds):0.518
1.36/0.63	o 215
1.36/0.64	c Got one! Elapsed wall clock time (in seconds):0.526
1.36/0.64	o 205
1.55/0.70	c Got one! Elapsed wall clock time (in seconds):0.59
1.55/0.70	o 202
1.55/0.71	c Got one! Elapsed wall clock time (in seconds):0.595
1.55/0.71	o 201
1.55/0.76	c Got one! Elapsed wall clock time (in seconds):0.652
1.55/0.76	o 198
1.55/0.79	c Got one! Elapsed wall clock time (in seconds):0.683
1.55/0.79	o 197
1.68/0.82	c Got one! Elapsed wall clock time (in seconds):0.706
1.68/0.82	o 191
1.68/0.85	c Got one! Elapsed wall clock time (in seconds):0.735
1.68/0.85	o 166
1.68/0.85	c Got one! Elapsed wall clock time (in seconds):0.744
1.68/0.85	o 148
1.68/0.89	c Got one! Elapsed wall clock time (in seconds):0.778
1.68/0.89	o 140
1.79/0.90	c Got one! Elapsed wall clock time (in seconds):0.789
1.79/0.90	o 139
1.79/0.92	c Got one! Elapsed wall clock time (in seconds):0.808
1.79/0.92	o 100
1.79/0.96	c Got one! Elapsed wall clock time (in seconds):0.847
1.79/0.96	o 78
1.89/1.04	c Got one! Elapsed wall clock time (in seconds):0.926
1.89/1.04	o 77
2.00/1.12	c Got one! Elapsed wall clock time (in seconds):1.012
2.00/1.12	o 71
2.00/1.16	c Got one! Elapsed wall clock time (in seconds):1.05
2.00/1.16	o 69
2.12/1.22	c Got one! Elapsed wall clock time (in seconds):1.113
2.12/1.22	o 52
2.21/1.31	c Got one! Elapsed wall clock time (in seconds):1.197
2.21/1.31	o 51
2.21/1.32	c Got one! Elapsed wall clock time (in seconds):1.213
2.21/1.32	o 44
2.34/1.42	c Got one! Elapsed wall clock time (in seconds):1.312
2.34/1.42	o 43
2.47/1.52	c Got one! Elapsed wall clock time (in seconds):1.407
2.47/1.52	o 42
2.57/1.63	c Got one! Elapsed wall clock time (in seconds):1.519
2.57/1.63	o 37
2.67/1.75	c cleaning 6443 clauses out of 12904 with flag 8419/12904
2.83/1.80	c Got one! Elapsed wall clock time (in seconds):1.694
2.83/1.80	o 36
2.83/1.83	c Got one! Elapsed wall clock time (in seconds):1.725
2.83/1.83	o 35
2.83/1.85	c Got one! Elapsed wall clock time (in seconds):1.745
2.83/1.85	o 34
2.96/1.90	c Got one! Elapsed wall clock time (in seconds):1.787
2.96/1.90	o 33
3.06/2.02	c Got one! Elapsed wall clock time (in seconds):1.912
3.06/2.02	o 32
3.27/2.24	c Got one! Elapsed wall clock time (in seconds):2.128
3.27/2.24	o 31
3.37/2.33	c cleaning 7041 clauses out of 14106 with flag 9049/20549
3.73/2.52	c Got one! Elapsed wall clock time (in seconds):2.41
3.73/2.52	o 27
3.73/2.54	c Got one! Elapsed wall clock time (in seconds):2.427
3.73/2.54	o 24
3.94/2.62	c Got one! Elapsed wall clock time (in seconds):2.513
3.94/2.62	o 23
4.09/2.72	c Got one! Elapsed wall clock time (in seconds):2.606
4.09/2.72	o 15
4.22/2.80	c cleaning 6707 clauses out of 13443 with flag 10230/26927
5.03/3.21	c cleaning 6368 clauses out of 12736 with flag 54580/32927
5.63/3.70	c cleaning 6686 clauses out of 13371 with flag 108812/39930
6.03/4.15	c Got one! Elapsed wall clock time (in seconds):4.043
6.03/4.15	o 14
6.34/4.42	c Got one! Elapsed wall clock time (in seconds):4.312
6.34/4.42	o 12
6.44/4.58	c cleaning 9309 clauses out of 18643 with flag 15141/51888
6.54/4.67	c Got one! Elapsed wall clock time (in seconds):4.564
6.54/4.67	o 11
6.84/4.98	c cleaning 7629 clauses out of 15266 with flag 40145/57820
7.25/5.32	c cleaning 6819 clauses out of 13637 with flag 78648/63820
7.46/5.57	c Got one! Elapsed wall clock time (in seconds):5.462
7.46/5.57	o 10
7.56/5.66	c cleaning 6085 clauses out of 12186 with flag 12608/69188
7.96/6.10	c cleaning 6038 clauses out of 12101 with flag 75168/75188
8.26/6.37	c Got one! Elapsed wall clock time (in seconds):6.259
8.26/6.37	o 8
8.36/6.44	c cleaning 5695 clauses out of 11421 with flag 9286/80546
8.67/6.71	c Got one! Elapsed wall clock time (in seconds):6.599
8.67/6.71	o 7
8.96/7.01	c cleaning 7890 clauses out of 15789 with flag 40974/90609
9.37/7.42	c cleaning 6928 clauses out of 13899 with flag 92583/96609
9.88/7.92	c cleaning 6975 clauses out of 13971 with flag 154066/103609
10.38/8.44	c cleaning 7490 clauses out of 14997 with flag 222155/111610
10.98/9.09	c cleaning 8245 clauses out of 16506 with flag 301211/120609
11.19/9.21	c Got one! Elapsed wall clock time (in seconds):9.103
11.19/9.21	o 5
11.49/9.52	c cleaning 6836 clauses out of 13702 with flag 42546/126050
11.79/9.89	c cleaning 6432 clauses out of 12867 with flag 87132/132051
12.29/10.33	c cleaning 6707 clauses out of 13434 with flag 143006/139050
12.79/10.84	c cleaning 7355 clauses out of 14726 with flag 207532/147050
13.39/11.42	c cleaning 8187 clauses out of 16375 with flag 275633/156054
13.39/11.46	c Got one! Elapsed wall clock time (in seconds):11.353
13.39/11.46	o 3
13.71/11.77	c cleaning 6690 clauses out of 13411 with flag 41439/161277
14.14/12.16	c cleaning 6352 clauses out of 12721 with flag 88822/167277
14.53/12.59	c cleaning 6665 clauses out of 13369 with flag 141688/174277
15.13/13.13	c cleaning 7342 clauses out of 14705 with flag 200284/182278
15.54/13.53	c Got one! Elapsed wall clock time (in seconds):13.415
15.54/13.53	o 2
15.94/13.94	c cleaning 9329 clauses out of 18670 with flag 48701/193585
16.24/14.30	c cleaning 7664 clauses out of 15340 with flag 88259/199584
16.74/14.72	c cleaning 7332 clauses out of 14676 with flag 134967/206584
17.25/15.26	c cleaning 7668 clauses out of 15344 with flag 189834/214584
17.75/15.77	c cleaning 8327 clauses out of 16676 with flag 245470/223585
18.35/16.34	c cleaning 9161 clauses out of 18348 with flag 308448/233584
18.95/16.97	c cleaning 10083 clauses out of 20188 with flag 380748/244585
19.76/17.75	c cleaning 11048 clauses out of 22104 with flag 461321/256584
20.66/18.67	c cleaning 12027 clauses out of 24057 with flag 554502/269585
21.66/19.67	c cleaning 13010 clauses out of 26028 with flag 652585/283584
22.90/20.87	c cleaning 13995 clauses out of 28017 with flag 759404/298584
24.32/22.20	c cleaning 15005 clauses out of 30022 with flag 872080/314585
25.63/23.50	c cleaning 15996 clauses out of 32016 with flag 982129/331584
27.15/25.01	c cleaning 16998 clauses out of 34018 with flag 1102612/349585
28.66/26.56	c cleaning 17999 clauses out of 36018 with flag 1228508/368586
28.96/26.85	c starts		: 180
28.96/26.85	c conflicts		: 371588
28.96/26.85	c decisions		: 578993
28.96/26.85	c propagations		: 17548765
28.96/26.85	c inspects		: 311324543
28.96/26.85	c shortcuts		: 0
28.96/26.85	c learnt literals	: 18
28.96/26.85	c learnt binary clauses	: 36
28.96/26.85	c learnt ternary clauses	: 159
28.96/26.85	c learnt constraints	: 371569
28.96/26.85	c ignored constraints	: 0
28.96/26.85	c root simplifications	: 0
28.96/26.85	c removed literals (reason simplification)	: 0
28.96/26.85	c reason swapping (by a shorter reason)	: 0
28.96/26.85	c Calls to reduceDB	: 40
28.96/26.85	c Number of update (reduction) of LBD	: 135196
28.96/26.85	c number of reductions to clauses (during analyze)	: 0
28.96/26.85	c number of learned constraints concerned by reduction	: 0
28.96/26.85	c number of learning phase by resolution	: 0
28.96/26.85	c number of learning phase by cutting planes	: 0
28.96/26.85	c speed (assignments/second)	: 661842.9191023948
28.96/26.85	c non guided choices	5427
28.96/26.85	c learnt constraints type 
28.96/26.85	c constraints type 
28.96/26.85	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2594
28.96/26.85	c org.sat4j.minisat.constraints.card.MinWatchCard => 9
28.96/26.85	c ignored satisfied constraints => 1
28.96/26.85	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 90
28.96/26.85	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 14
28.96/26.85	c 2708 constraints processed.
28.96/26.85	s OPTIMUM FOUND
28.96/26.85	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.96/26.85	c objective function=2
28.96/26.85	c Total wall clock time (in seconds): 26.737

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-3718111-1338251802/watcher-3718111-1338251802 -o /tmp/evaluation-result-3718111-1338251802/solver-3718111-1338251802 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3718111-1338251802.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.00 2.00 2.00 3/195 1785
/proc/meminfo: memFree=26012880/32873844 swapFree=7628/7628
[pid=1785] ppid=1783 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/1785/stat : 1785 (java) R 1783 1785 31640 0 -1 4202496 983 0 0 0 0 0 0 0 20 0 1 0 291304604 23793664 712 33554432000 1073741824 1073778376 140733241139296 140733241128360 254741099880 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/1785/statm: 5809 712 527 9 0 128 0
[pid=1785/tid=1786] ppid=1783 vsize=24200 CPUtime=0 cores=1,3,5,7
/proc/1785/task/1786/stat : 1786 (java) R 1783 1785 31640 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 2 0 291304605 24780800 866 33554432000 1073741824 1073778376 140733241139296 140733241128360 254750365873 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.106497 s]
/proc/loadavg: 2.00 2.00 2.00 3/195 1785
/proc/meminfo: memFree=26012880/32873844 swapFree=7628/7628
[pid=1785] ppid=1783 vsize=9558416 CPUtime=0.11 cores=1,3,5,7
/proc/1785/stat : 1785 (java) S 1783 1785 31640 0 -1 4202496 4453 0 1 0 10 1 0 0 20 0 18 0 291304604 9787817984 5649 33554432000 1073741824 1073778376 140733241139296 140733241130432 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1785/statm: 2389604 5649 2121 9 0 2380296 0
[pid=1785/tid=1786] ppid=1783 vsize=9558416 CPUtime=0.08 cores=1,3,5,7
/proc/1785/task/1786/stat : 1786 (java) R 1783 1785 31640 0 -1 4202560 2486 0 1 0 8 0 0 0 20 0 18 0 291304605 9787817984 5652 33554432000 1073741824 1073778376 140733241139296 140134114786224 254753694989 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) 9558416

[startup+0.200327 s]
/proc/loadavg: 2.00 2.00 2.00 3/195 1785
/proc/meminfo: memFree=26012880/32873844 swapFree=7628/7628
[pid=1785] ppid=1783 vsize=9558416 CPUtime=0.26 cores=1,3,5,7
/proc/1785/stat : 1785 (java) S 1783 1785 31640 0 -1 4202496 4815 0 1 0 25 1 0 0 20 0 18 0 291304604 9787817984 6392 33554432000 1073741824 1073778376 140733241139296 140733241130432 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1785/statm: 2389604 6392 2196 9 0 2380296 0
[pid=1785/tid=1786] ppid=1783 vsize=9558416 CPUtime=0.17 cores=1,3,5,7
/proc/1785/task/1786/stat : 1786 (java) R 1783 1785 31640 0 -1 4202560 2497 0 1 0 17 0 0 0 20 0 18 0 291304605 9787817984 6392 33554432000 1073741824 1073778376 140733241139296 140134114786224 140133987434160 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558416

[startup+0.300285 s]
/proc/loadavg: 2.00 2.00 2.00 3/195 1785
/proc/meminfo: memFree=26012880/32873844 swapFree=7628/7628
[pid=1785] ppid=1783 vsize=9558416 CPUtime=0.49 cores=1,3,5,7
/proc/1785/stat : 1785 (java) S 1783 1785 31640 0 -1 4202496 6024 0 1 0 47 2 0 0 20 0 18 0 291304604 9787817984 7981 33554432000 1073741824 1073778376 140733241139296 140733241130432 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1785/statm: 2389604 7981 2218 9 0 2380296 0
[pid=1785/tid=1786] ppid=1783 vsize=9558416 CPUtime=0.27 cores=1,3,5,7
/proc/1785/task/1786/stat : 1786 (java) R 1783 1785 31640 0 -1 4202560 2499 0 1 0 27 0 0 0 20 0 18 0 291304605 9787817984 7981 33554432000 1073741824 1073778376 140733241139296 140134114786224 254753694989 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558416

[startup+0.700329 s]
/proc/loadavg: 2.00 2.00 2.00 3/195 1785
/proc/meminfo: memFree=26012880/32873844 swapFree=7628/7628
[pid=1785] ppid=1783 vsize=9624980 CPUtime=1.55 cores=1,3,5,7
/proc/1785/stat : 1785 (java) S 1783 1785 31640 0 -1 4202496 11725 0 1 0 152 3 0 0 20 0 19 0 291304604 9855979520 12335 33554432000 1073741824 1073778376 140733241139296 140733241130432 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1785/statm: 2406245 12335 2250 9 0 2396937 0
[pid=1785/tid=1786] ppid=1783 vsize=9624980 CPUtime=0.67 cores=1,3,5,7
/proc/1785/task/1786/stat : 1786 (java) R 1783 1785 31640 0 -1 4202560 2522 0 1 0 66 1 0 0 20 0 19 0 291304605 9855979520 12335 33554432000 1073741824 1073778376 140733241139296 140134114779584 140133988013076 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.55
Current children cumulated vsize (KiB) 9624980

[startup+1.50081 s]
/proc/loadavg: 2.00 2.00 2.00 3/214 1806
/proc/meminfo: memFree=25961744/32873844 swapFree=7628/7628
[pid=1785] ppid=1783 vsize=9624980 CPUtime=2.47 cores=1,3,5,7
/proc/1785/stat : 1785 (java) S 1783 1785 31640 0 -1 4202496 11756 0 1 0 244 3 0 0 20 0 19 0 291304604 9855979520 16963 33554432000 1073741824 1073778376 140733241139296 140733241130432 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1785/statm: 2406245 16963 2254 9 0 2396937 0
[pid=1785/tid=1786] ppid=1783 vsize=9624980 CPUtime=1.47 cores=1,3,5,7
/proc/1785/task/1786/stat : 1786 (java) R 1783 1785 31640 0 -1 4202560 2534 0 1 0 146 1 0 0 20 0 19 0 291304605 9855979520 16963 33554432000 1073741824 1073778376 140733241139296 140134114786552 140133987947755 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1785/tid=1788] ppid=1783 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1785/task/1788/stat : 1788 (java) S 1783 1785 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291304605 9855979520 16963 33554432000 1073741824 1073778376 140733241139296 140133958831016 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1785/tid=1790] ppid=1783 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1785/task/1790/stat : 1790 (java) S 1783 1785 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291304605 9855979520 16963 33554432000 1073741824 1073778376 140733241139296 140133957778472 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1785/tid=1791] ppid=1783 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1785/task/1791/stat : 1791 (java) S 1783 1785 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291304605 9855979520 16963 33554432000 1073741824 1073778376 140733241139296 140133956725416 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1785/tid=1792] ppid=1783 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1785/task/1792/stat : 1792 (java) S 1783 1785 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291304605 9855979520 16963 33554432000 1073741824 1073778376 140733241139296 140133955672872 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1785/tid=1793] ppid=1783 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1785/task/1793/stat : 1793 (java) S 1783 1785 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291304605 9855979520 16963 33554432000 1073741824 1073778376 140733241139296 140133954619816 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1785/tid=1794] ppid=1783 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1785/task/1794/stat : 1794 (java) S 1783 1785 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291304605 9855979520 16963 33554432000 1073741824 1073778376 140733241139296 140133953567272 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1785/tid=1795] ppid=1783 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1785/task/1795/stat : 1795 (java) S 1783 1785 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291304605 9855979520 16963 33554432000 1073741824 1073778376 140733241139296 140133952514216 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1785/tid=1796] ppid=1783 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1785/task/1796/stat : 1796 (java) S 1783 1785 31640 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291304605 9855979520 16963 33554432000 1073741824 1073778376 140733241139296 140133951461672 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1785/tid=1797] ppid=1783 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1785/task/1797/stat : 1797 (java) S 1783 1785 31640 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291304606 9855979520 16963 33554432000 1073741824 1073778376 140733241139296 140133939051368 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1785/tid=1798] ppid=1783 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1785/task/1798/stat : 1798 (java) S 1783 1785 31640 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 291304607 9855979520 16963 33554432000 1073741824 1073778376 140733241139296 140133937997688 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1785/tid=1799] ppid=1783 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1785/task/1799/stat : 1799 (java) S 1783 1785 31640 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291304607 9855979520 16963 33554432000 1073741824 1073778376 140733241139296 140133936944520 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1785/tid=1801] ppid=1783 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1785/task/1801/stat : 1801 (java) S 1783 1785 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291304609 9855979520 16963 33554432000 1073741824 1073778376 140733241139296 140133935893264 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1785/tid=1802] ppid=1783 vsize=9624980 CPUtime=0.46 cores=1,3,5,7
/proc/1785/task/1802/stat : 1802 (java) S 1783 1785 31640 0 -1 4202560 4416 0 0 0 46 0 0 0 20 0 19 0 291304609 9855979520 16963 33554432000 1073741824 1073778376 140733241139296 140133934840120 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1785/tid=1803] ppid=1783 vsize=9624980 CPUtime=0.48 cores=1,3,5,7
/proc/1785/task/1803/stat : 1803 (java) S 1783 1785 31640 0 -1 4202560 3608 0 0 0 48 0 0 0 20 0 19 0 291304609 9855979520 16963 33554432000 1073741824 1073778376 140733241139296 140133933787576 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1785/tid=1804] ppid=1783 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1785/task/1804/stat : 1804 (java) S 1783 1785 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291304609 9855979520 16963 33554432000 1073741824 1073778376 140733241139296 140133932734712 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1785/tid=1805] ppid=1783 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1785/task/1805/stat : 1805 (java) S 1783 1785 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291304609 9855979520 16963 33554432000 1073741824 1073778376 140733241139296 140133931682376 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1785/tid=1806] ppid=1783 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1785/task/1806/stat : 1806 (java) S 1783 1785 31640 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291304637 9855979520 16963 33554432000 1073741824 1073778376 140733241139296 140133930628648 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.47
Current children cumulated vsize (KiB) 9624980

[startup+3.10085 s]
/proc/loadavg: 2.00 2.00 2.00 3/214 1806
/proc/meminfo: memFree=25936796/32873844 swapFree=7628/7628
[pid=1785] ppid=1783 vsize=9624980 CPUtime=4.83 cores=1,3,5,7
/proc/1785/stat : 1785 (java) S 1783 1785 31640 0 -1 4202496 20059 0 1 0 478 5 0 0 20 0 19 0 291304604 9855979520 26995 33554432000 1073741824 1073778376 140733241139296 140733241130432 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1785/statm: 2406245 26995 2279 9 0 2396937 0
[pid=1785/tid=1786] ppid=1783 vsize=9624980 CPUtime=2.99 cores=1,3,5,7
/proc/1785/task/1786/stat : 1786 (java) R 1783 1785 31640 0 -1 4202560 2537 0 1 0 298 1 0 0 20 0 19 0 291304605 9855979520 26995 33554432000 1073741824 1073778376 140733241139296 140134114787800 140133987915391 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1785/tid=1788] ppid=1783 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1785/task/1788/stat : 1788 (java) S 1783 1785 31640 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291304605 9855979520 26995 33554432000 1073741824 1073778376 140733241139296 140133958831016 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1785/tid=1790] ppid=1783 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1785/task/1790/stat : 1790 (java) S 1783 1785 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291304605 9855979520 26995 33554432000 1073741824 1073778376 140733241139296 140133957778472 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1785/tid=1791] ppid=1783 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1785/task/1791/stat : 1791 (java) S 1783 1785 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291304605 9855979520 26995 33554432000 1073741824 1073778376 140733241139296 140133956725416 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1785/tid=1792] ppid=1783 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1785/task/1792/stat : 1792 (java) S 1783 1785 31640 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291304605 9855979520 26995 33554432000 1073741824 1073778376 140733241139296 140133955672872 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1785/tid=1793] ppid=1783 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1785/task/1793/stat : 1793 (java) S 1783 1785 31640 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 291304605 9855979520 26995 33554432000 1073741824 1073778376 140733241139296 140133954619816 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1785/tid=1794] ppid=1783 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1785/task/1794/stat : 1794 (java) S 1783 1785 31640 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291304605 9855979520 26995 33554432000 1073741824 1073778376 140733241139296 140133953567272 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1785/tid=1795] ppid=1783 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1785/task/1795/stat : 1795 (java) S 1783 1785 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291304605 9855979520 26995 33554432000 1073741824 1073778376 140733241139296 140133952514216 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1785/tid=1796] ppid=1783 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1785/task/1796/stat : 1796 (java) S 1783 1785 31640 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291304605 9855979520 26995 33554432000 1073741824 1073778376 140733241139296 140133951461672 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1785/tid=1797] ppid=1783 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/1785/task/1797/stat : 1797 (java) S 1783 1785 31640 0 -1 4202560 34 0 0 0 5 0 0 0 20 0 19 0 291304606 9855979520 26995 33554432000 1073741824 1073778376 140733241139296 140133939051368 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1785/tid=1798] ppid=1783 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1785/task/1798/stat : 1798 (java) S 1783 1785 31640 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291304607 9855979520 26995 33554432000 1073741824 1073778376 140733241139296 140133937997688 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1785/tid=1799] ppid=1783 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1785/task/1799/stat : 1799 (java) S 1783 1785 31640 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291304607 9855979520 26995 33554432000 1073741824 1073778376 140733241139296 140133936944520 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1785/tid=1801] ppid=1783 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1785/task/1801/stat : 1801 (java) S 1783 1785 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291304609 9855979520 26995 33554432000 1073741824 1073778376 140733241139296 140133935893264 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1785/tid=1802] ppid=1783 vsize=9624980 CPUtime=0.86 cores=1,3,5,7
/proc/1785/task/1802/stat : 1802 (java) S 1783 1785 31640 0 -1 4202560 8365 0 0 0 85 1 0 0 20 0 19 0 291304609 9855979520 26995 33554432000 1073741824 1073778376 140733241139296 140133934840120 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1785/tid=1803] ppid=1783 vsize=9624980 CPUtime=0.82 cores=1,3,5,7
/proc/1785/task/1803/stat : 1803 (java) R 1783 1785 31640 0 -1 4202560 7902 0 0 0 82 0 0 0 20 0 19 0 291304609 9855979520 26995 33554432000 1073741824 1073778376 140733241139296 140133933774760 140134117395076 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1785/tid=1804] ppid=1783 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1785/task/1804/stat : 1804 (java) S 1783 1785 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291304609 9855979520 26995 33554432000 1073741824 1073778376 140733241139296 140133932734712 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1785/tid=1805] ppid=1783 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1785/task/1805/stat : 1805 (java) S 1783 1785 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291304609 9855979520 26995 33554432000 1073741824 1073778376 140733241139296 140133931682376 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1785/tid=1806] ppid=1783 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1785/task/1806/stat : 1806 (java) S 1783 1785 31640 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291304637 9855979520 26995 33554432000 1073741824 1073778376 140733241139296 140133930628648 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.83
Current children cumulated vsize (KiB) 9624980

[startup+6.3008 s]
/proc/loadavg: 2.00 2.00 2.00 3/214 1806
/proc/meminfo: memFree=25923152/32873844 swapFree=7628/7628
[pid=1785] ppid=1783 vsize=9624980 CPUtime=8.26 cores=1,3,5,7
/proc/1785/stat : 1785 (java) S 1783 1785 31640 0 -1 4202496 21039 0 1 0 820 6 0 0 20 0 19 0 291304604 9855979520 24355 33554432000 1073741824 1073778376 140733241139296 140733241130432 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1785/statm: 2406245 24355 2279 9 0 2396937 0
[pid=1785/tid=1786] ppid=1783 vsize=9624980 CPUtime=5.99 cores=1,3,5,7
/proc/1785/task/1786/stat : 1786 (java) R 1783 1785 31640 0 -1 4202560 2545 0 1 0 598 1 0 0 20 0 19 0 291304605 9855979520 24355 33554432000 1073741824 1073778376 140733241139296 140134114787640 140133987938964 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1785/tid=1788] ppid=1783 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1785/task/1788/stat : 1788 (java) S 1783 1785 31640 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291304605 9855979520 24355 33554432000 1073741824 1073778376 140733241139296 140133958831016 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1785/tid=1790] ppid=1783 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1785/task/1790/stat : 1790 (java) S 1783 1785 31640 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291304605 9855979520 24355 33554432000 1073741824 1073778376 140733241139296 140133957778472 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1785/tid=1791] ppid=1783 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1785/task/1791/stat : 1791 (java) S 1783 1785 31640 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291304605 9855979520 24355 33554432000 1073741824 1073778376 140733241139296 140133956725416 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1785/tid=1792] ppid=1783 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1785/task/1792/stat : 1792 (java) S 1783 1785 31640 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291304605 9855979520 24355 33554432000 1073741824 1073778376 140733241139296 140133955672872 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1785/tid=1793] ppid=1783 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1785/task/1793/stat : 1793 (java) S 1783 1785 31640 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 291304605 9855979520 24355 33554432000 1073741824 1073778376 140733241139296 140133954619816 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1785/tid=1794] ppid=1783 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1785/task/1794/stat : 1794 (java) S 1783 1785 31640 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291304605 9855979520 24355 33554432000 1073741824 1073778376 140733241139296 140133953567272 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1785/tid=1795] ppid=1783 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1785/task/1795/stat : 1795 (java) S 1783 1785 31640 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291304605 9855979520 24355 33554432000 1073741824 1073778376 140733241139296 140133952514216 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1785/tid=1796] ppid=1783 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1785/task/1796/stat : 1796 (java) S 1783 1785 31640 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291304605 9855979520 24355 33554432000 1073741824 1073778376 140733241139296 140133951461672 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1785/tid=1797] ppid=1783 vsize=9624980 CPUtime=0.22 cores=1,3,5,7
/proc/1785/task/1797/stat : 1797 (java) S 1783 1785 31640 0 -1 4202560 43 0 0 0 22 0 0 0 20 0 19 0 291304606 9855979520 24355 33554432000 1073741824 1073778376 140733241139296 140133939051368 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1785/tid=1798] ppid=1783 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1785/task/1798/stat : 1798 (java) S 1783 1785 31640 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291304607 9855979520 24355 33554432000 1073741824 1073778376 140733241139296 140133937997688 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1785/tid=1799] ppid=1783 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1785/task/1799/stat : 1799 (java) S 1783 1785 31640 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291304607 9855979520 24355 33554432000 1073741824 1073778376 140733241139296 140133936944520 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1785/tid=1801] ppid=1783 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1785/task/1801/stat : 1801 (java) S 1783 1785 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291304609 9855979520 24355 33554432000 1073741824 1073778376 140733241139296 140133935893264 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1785/tid=1802] ppid=1783 vsize=9624980 CPUtime=0.86 cores=1,3,5,7
/proc/1785/task/1802/stat : 1802 (java) S 1783 1785 31640 0 -1 4202560 8365 0 0 0 85 1 0 0 20 0 19 0 291304609 9855979520 24355 33554432000 1073741824 1073778376 140733241139296 140133934840120 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1785/tid=1803] ppid=1783 vsize=9624980 CPUtime=1.02 cores=1,3,5,7
/proc/1785/task/1803/stat : 1803 (java) S 1783 1785 31640 0 -1 4202560 8855 0 0 0 101 1 0 0 20 0 19 0 291304609 9855979520 24355 33554432000 1073741824 1073778376 140733241139296 140133933787576 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0

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

/proc/1785/task/1790/stat : 1790 (java) S 1783 1785 31640 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 19 0 291304605 9855979520 24841 33554432000 1073741824 1073778376 140733241139296 140133957778472 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1785/tid=1791] ppid=1783 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/1785/task/1791/stat : 1791 (java) S 1783 1785 31640 0 -1 4202560 7 0 0 0 2 0 0 0 20 0 19 0 291304605 9855979520 24841 33554432000 1073741824 1073778376 140733241139296 140133956725416 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1785/tid=1792] ppid=1783 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/1785/task/1792/stat : 1792 (java) S 1783 1785 31640 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 19 0 291304605 9855979520 24841 33554432000 1073741824 1073778376 140733241139296 140133955672872 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1785/tid=1793] ppid=1783 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/1785/task/1793/stat : 1793 (java) S 1783 1785 31640 0 -1 4202560 41 0 0 0 3 0 0 0 20 0 19 0 291304605 9855979520 24841 33554432000 1073741824 1073778376 140733241139296 140133954619816 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1785/tid=1794] ppid=1783 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/1785/task/1794/stat : 1794 (java) S 1783 1785 31640 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 19 0 291304605 9855979520 24841 33554432000 1073741824 1073778376 140733241139296 140133953567272 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1785/tid=1795] ppid=1783 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/1785/task/1795/stat : 1795 (java) S 1783 1785 31640 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 19 0 291304605 9855979520 24841 33554432000 1073741824 1073778376 140733241139296 140133952514216 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1785/tid=1796] ppid=1783 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/1785/task/1796/stat : 1796 (java) S 1783 1785 31640 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 19 0 291304605 9855979520 24841 33554432000 1073741824 1073778376 140733241139296 140133951461672 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1785/tid=1797] ppid=1783 vsize=9624980 CPUtime=1.03 cores=1,3,5,7
/proc/1785/task/1797/stat : 1797 (java) S 1783 1785 31640 0 -1 4202560 44 0 0 0 103 0 0 0 20 0 19 0 291304606 9855979520 24841 33554432000 1073741824 1073778376 140733241139296 140133939051368 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1785/tid=1798] ppid=1783 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1785/task/1798/stat : 1798 (java) S 1783 1785 31640 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291304607 9855979520 24841 33554432000 1073741824 1073778376 140733241139296 140133937997688 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1785/tid=1799] ppid=1783 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1785/task/1799/stat : 1799 (java) S 1783 1785 31640 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291304607 9855979520 24841 33554432000 1073741824 1073778376 140733241139296 140133936944520 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1785/tid=1801] ppid=1783 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1785/task/1801/stat : 1801 (java) S 1783 1785 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291304609 9855979520 24841 33554432000 1073741824 1073778376 140733241139296 140133935893264 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1785/tid=1802] ppid=1783 vsize=9624980 CPUtime=0.87 cores=1,3,5,7
/proc/1785/task/1802/stat : 1802 (java) S 1783 1785 31640 0 -1 4202560 8365 0 0 0 86 1 0 0 20 0 19 0 291304609 9855979520 24841 33554432000 1073741824 1073778376 140733241139296 140133934840120 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1785/tid=1803] ppid=1783 vsize=9624980 CPUtime=1.08 cores=1,3,5,7
/proc/1785/task/1803/stat : 1803 (java) S 1783 1785 31640 0 -1 4202560 8857 0 0 0 107 1 0 0 20 0 19 0 291304609 9855979520 24841 33554432000 1073741824 1073778376 140733241139296 140133933787576 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1785/tid=1804] ppid=1783 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1785/task/1804/stat : 1804 (java) S 1783 1785 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291304609 9855979520 24841 33554432000 1073741824 1073778376 140733241139296 140133932734712 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1785/tid=1805] ppid=1783 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1785/task/1805/stat : 1805 (java) S 1783 1785 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291304609 9855979520 24841 33554432000 1073741824 1073778376 140733241139296 140133931682376 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1785/tid=1806] ppid=1783 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1785/task/1806/stat : 1806 (java) S 1783 1785 31640 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291304637 9855979520 24841 33554432000 1073741824 1073778376 140733241139296 140133930628648 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 27.66
Current children cumulated vsize (KiB) 9624980

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

[startup+25.6008 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 1806
/proc/meminfo: memFree=25920468/32873844 swapFree=7628/7628
[pid=1785] ppid=1783 vsize=9624980 CPUtime=27.76 cores=1,3,5,7
/proc/1785/stat : 1785 (java) S 1783 1785 31640 0 -1 4202496 21132 0 1 0 2769 7 0 0 20 0 19 0 291304604 9855979520 24841 33554432000 1073741824 1073778376 140733241139296 140733241130432 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1785/statm: 2406245 24841 2280 9 0 2396937 0
[pid=1785/tid=1786] ppid=1783 vsize=9624980 CPUtime=24.36 cores=1,3,5,7
/proc/1785/task/1786/stat : 1786 (java) R 1783 1785 31640 0 -1 4202560 2574 0 1 0 2435 1 0 0 20 0 19 0 291304605 9855979520 24841 33554432000 1073741824 1073778376 140733241139296 140134114787680 140133987947292 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1785/tid=1788] ppid=1783 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/1785/task/1788/stat : 1788 (java) S 1783 1785 31640 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 19 0 291304605 9855979520 24841 33554432000 1073741824 1073778376 140733241139296 140133958831016 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1785/tid=1790] ppid=1783 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/1785/task/1790/stat : 1790 (java) S 1783 1785 31640 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 19 0 291304605 9855979520 24841 33554432000 1073741824 1073778376 140733241139296 140133957778472 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1785/tid=1791] ppid=1783 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/1785/task/1791/stat : 1791 (java) S 1783 1785 31640 0 -1 4202560 7 0 0 0 2 0 0 0 20 0 19 0 291304605 9855979520 24841 33554432000 1073741824 1073778376 140733241139296 140133956725416 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1785/tid=1792] ppid=1783 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/1785/task/1792/stat : 1792 (java) S 1783 1785 31640 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 19 0 291304605 9855979520 24841 33554432000 1073741824 1073778376 140733241139296 140133955672872 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1785/tid=1793] ppid=1783 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/1785/task/1793/stat : 1793 (java) S 1783 1785 31640 0 -1 4202560 41 0 0 0 3 0 0 0 20 0 19 0 291304605 9855979520 24841 33554432000 1073741824 1073778376 140733241139296 140133954619816 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1785/tid=1794] ppid=1783 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/1785/task/1794/stat : 1794 (java) S 1783 1785 31640 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 19 0 291304605 9855979520 24841 33554432000 1073741824 1073778376 140733241139296 140133953567272 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1785/tid=1795] ppid=1783 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/1785/task/1795/stat : 1795 (java) S 1783 1785 31640 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 19 0 291304605 9855979520 24841 33554432000 1073741824 1073778376 140733241139296 140133952514216 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1785/tid=1796] ppid=1783 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/1785/task/1796/stat : 1796 (java) S 1783 1785 31640 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 19 0 291304605 9855979520 24841 33554432000 1073741824 1073778376 140733241139296 140133951461672 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1785/tid=1797] ppid=1783 vsize=9624980 CPUtime=1.03 cores=1,3,5,7
/proc/1785/task/1797/stat : 1797 (java) S 1783 1785 31640 0 -1 4202560 44 0 0 0 103 0 0 0 20 0 19 0 291304606 9855979520 24841 33554432000 1073741824 1073778376 140733241139296 140133939051368 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1785/tid=1798] ppid=1783 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1785/task/1798/stat : 1798 (java) S 1783 1785 31640 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291304607 9855979520 24841 33554432000 1073741824 1073778376 140733241139296 140133937997688 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1785/tid=1799] ppid=1783 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1785/task/1799/stat : 1799 (java) S 1783 1785 31640 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291304607 9855979520 24841 33554432000 1073741824 1073778376 140733241139296 140133936944520 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1785/tid=1801] ppid=1783 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1785/task/1801/stat : 1801 (java) S 1783 1785 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291304609 9855979520 24841 33554432000 1073741824 1073778376 140733241139296 140133935893264 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1785/tid=1802] ppid=1783 vsize=9624980 CPUtime=0.87 cores=1,3,5,7
/proc/1785/task/1802/stat : 1802 (java) S 1783 1785 31640 0 -1 4202560 8365 0 0 0 86 1 0 0 20 0 19 0 291304609 9855979520 24841 33554432000 1073741824 1073778376 140733241139296 140133934840120 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1785/tid=1803] ppid=1783 vsize=9624980 CPUtime=1.08 cores=1,3,5,7
/proc/1785/task/1803/stat : 1803 (java) S 1783 1785 31640 0 -1 4202560 8857 0 0 0 107 1 0 0 20 0 19 0 291304609 9855979520 24841 33554432000 1073741824 1073778376 140733241139296 140133933787576 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1785/tid=1804] ppid=1783 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1785/task/1804/stat : 1804 (java) S 1783 1785 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291304609 9855979520 24841 33554432000 1073741824 1073778376 140733241139296 140133932734712 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1785/tid=1805] ppid=1783 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1785/task/1805/stat : 1805 (java) S 1783 1785 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291304609 9855979520 24841 33554432000 1073741824 1073778376 140733241139296 140133931682376 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1785/tid=1806] ppid=1783 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1785/task/1806/stat : 1806 (java) S 1783 1785 31640 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291304637 9855979520 24841 33554432000 1073741824 1073778376 140733241139296 140133930628648 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 27.76
Current children cumulated vsize (KiB) 9624980

[startup+26.4006 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 1806
/proc/meminfo: memFree=25920468/32873844 swapFree=7628/7628
[pid=1785] ppid=1783 vsize=9624980 CPUtime=28.56 cores=1,3,5,7
/proc/1785/stat : 1785 (java) S 1783 1785 31640 0 -1 4202496 21132 0 1 0 2849 7 0 0 20 0 19 0 291304604 9855979520 24841 33554432000 1073741824 1073778376 140733241139296 140733241130432 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1785/statm: 2406245 24841 2280 9 0 2396937 0
[pid=1785/tid=1786] ppid=1783 vsize=9624980 CPUtime=25.16 cores=1,3,5,7
/proc/1785/task/1786/stat : 1786 (java) R 1783 1785 31640 0 -1 4202560 2574 0 1 0 2515 1 0 0 20 0 19 0 291304605 9855979520 24841 33554432000 1073741824 1073778376 140733241139296 140134114787680 140133987947287 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1785/tid=1788] ppid=1783 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/1785/task/1788/stat : 1788 (java) S 1783 1785 31640 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 19 0 291304605 9855979520 24841 33554432000 1073741824 1073778376 140733241139296 140133958831016 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1785/tid=1790] ppid=1783 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/1785/task/1790/stat : 1790 (java) S 1783 1785 31640 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 19 0 291304605 9855979520 24841 33554432000 1073741824 1073778376 140733241139296 140133957778472 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1785/tid=1791] ppid=1783 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/1785/task/1791/stat : 1791 (java) S 1783 1785 31640 0 -1 4202560 7 0 0 0 2 0 0 0 20 0 19 0 291304605 9855979520 24841 33554432000 1073741824 1073778376 140733241139296 140133956725416 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1785/tid=1792] ppid=1783 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/1785/task/1792/stat : 1792 (java) S 1783 1785 31640 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 19 0 291304605 9855979520 24841 33554432000 1073741824 1073778376 140733241139296 140133955672872 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1785/tid=1793] ppid=1783 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/1785/task/1793/stat : 1793 (java) S 1783 1785 31640 0 -1 4202560 41 0 0 0 3 0 0 0 20 0 19 0 291304605 9855979520 24841 33554432000 1073741824 1073778376 140733241139296 140133954619816 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1785/tid=1794] ppid=1783 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/1785/task/1794/stat : 1794 (java) S 1783 1785 31640 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 19 0 291304605 9855979520 24841 33554432000 1073741824 1073778376 140733241139296 140133953567272 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1785/tid=1795] ppid=1783 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/1785/task/1795/stat : 1795 (java) S 1783 1785 31640 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 19 0 291304605 9855979520 24841 33554432000 1073741824 1073778376 140733241139296 140133952514216 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1785/tid=1796] ppid=1783 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/1785/task/1796/stat : 1796 (java) S 1783 1785 31640 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 19 0 291304605 9855979520 24841 33554432000 1073741824 1073778376 140733241139296 140133951461672 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1785/tid=1797] ppid=1783 vsize=9624980 CPUtime=1.03 cores=1,3,5,7
/proc/1785/task/1797/stat : 1797 (java) S 1783 1785 31640 0 -1 4202560 44 0 0 0 103 0 0 0 20 0 19 0 291304606 9855979520 24841 33554432000 1073741824 1073778376 140733241139296 140133939051368 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1785/tid=1798] ppid=1783 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1785/task/1798/stat : 1798 (java) S 1783 1785 31640 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291304607 9855979520 24841 33554432000 1073741824 1073778376 140733241139296 140133937997688 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1785/tid=1799] ppid=1783 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1785/task/1799/stat : 1799 (java) S 1783 1785 31640 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291304607 9855979520 24841 33554432000 1073741824 1073778376 140733241139296 140133936944520 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1785/tid=1801] ppid=1783 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1785/task/1801/stat : 1801 (java) S 1783 1785 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291304609 9855979520 24841 33554432000 1073741824 1073778376 140733241139296 140133935893264 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1785/tid=1802] ppid=1783 vsize=9624980 CPUtime=0.87 cores=1,3,5,7
/proc/1785/task/1802/stat : 1802 (java) S 1783 1785 31640 0 -1 4202560 8365 0 0 0 86 1 0 0 20 0 19 0 291304609 9855979520 24841 33554432000 1073741824 1073778376 140733241139296 140133934840120 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1785/tid=1803] ppid=1783 vsize=9624980 CPUtime=1.08 cores=1,3,5,7
/proc/1785/task/1803/stat : 1803 (java) S 1783 1785 31640 0 -1 4202560 8857 0 0 0 107 1 0 0 20 0 19 0 291304609 9855979520 24841 33554432000 1073741824 1073778376 140733241139296 140133933787576 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1785/tid=1804] ppid=1783 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1785/task/1804/stat : 1804 (java) S 1783 1785 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291304609 9855979520 24841 33554432000 1073741824 1073778376 140733241139296 140133932734712 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1785/tid=1805] ppid=1783 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1785/task/1805/stat : 1805 (java) S 1783 1785 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291304609 9855979520 24841 33554432000 1073741824 1073778376 140733241139296 140133931682376 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1785/tid=1806] ppid=1783 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1785/task/1806/stat : 1806 (java) S 1783 1785 31640 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291304637 9855979520 24841 33554432000 1073741824 1073778376 140733241139296 140133930628648 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 28.56
Current children cumulated vsize (KiB) 9624980

[startup+26.8008 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 1806
/proc/meminfo: memFree=25920468/32873844 swapFree=7628/7628
[pid=1785] ppid=1783 vsize=9624980 CPUtime=28.96 cores=1,3,5,7
/proc/1785/stat : 1785 (java) S 1783 1785 31640 0 -1 4202496 21138 0 1 0 2889 7 0 0 20 0 19 0 291304604 9855979520 24846 33554432000 1073741824 1073778376 140733241139296 140733241130432 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1785/statm: 2406245 24846 2280 9 0 2396937 0
[pid=1785/tid=1786] ppid=1783 vsize=9624980 CPUtime=25.51 cores=1,3,5,7
/proc/1785/task/1786/stat : 1786 (java) R 1783 1785 31640 0 -1 4202560 2575 0 1 0 2550 1 0 0 20 0 19 0 291304605 9855979520 24846 33554432000 1073741824 1073778376 140733241139296 140134114787680 140133987947287 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1785/tid=1788] ppid=1783 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/1785/task/1788/stat : 1788 (java) S 1783 1785 31640 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 19 0 291304605 9855979520 24846 33554432000 1073741824 1073778376 140733241139296 140133958831016 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1785/tid=1790] ppid=1783 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/1785/task/1790/stat : 1790 (java) S 1783 1785 31640 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 19 0 291304605 9855979520 24846 33554432000 1073741824 1073778376 140733241139296 140133957778472 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1785/tid=1791] ppid=1783 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/1785/task/1791/stat : 1791 (java) S 1783 1785 31640 0 -1 4202560 7 0 0 0 2 0 0 0 20 0 19 0 291304605 9855979520 24846 33554432000 1073741824 1073778376 140733241139296 140133956725416 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1785/tid=1792] ppid=1783 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/1785/task/1792/stat : 1792 (java) S 1783 1785 31640 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 19 0 291304605 9855979520 24846 33554432000 1073741824 1073778376 140733241139296 140133955672872 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1785/tid=1793] ppid=1783 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/1785/task/1793/stat : 1793 (java) S 1783 1785 31640 0 -1 4202560 41 0 0 0 3 0 0 0 20 0 19 0 291304605 9855979520 24846 33554432000 1073741824 1073778376 140733241139296 140133954619816 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1785/tid=1794] ppid=1783 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/1785/task/1794/stat : 1794 (java) S 1783 1785 31640 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 19 0 291304605 9855979520 24846 33554432000 1073741824 1073778376 140733241139296 140133953567272 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1785/tid=1795] ppid=1783 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/1785/task/1795/stat : 1795 (java) S 1783 1785 31640 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 19 0 291304605 9855979520 24846 33554432000 1073741824 1073778376 140733241139296 140133952514216 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1785/tid=1796] ppid=1783 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/1785/task/1796/stat : 1796 (java) S 1783 1785 31640 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 19 0 291304605 9855979520 24846 33554432000 1073741824 1073778376 140733241139296 140133951461672 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1785/tid=1797] ppid=1783 vsize=9624980 CPUtime=1.07 cores=1,3,5,7
/proc/1785/task/1797/stat : 1797 (java) S 1783 1785 31640 0 -1 4202560 44 0 0 0 107 0 0 0 20 0 19 0 291304606 9855979520 24846 33554432000 1073741824 1073778376 140733241139296 140133939051368 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1785/tid=1798] ppid=1783 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1785/task/1798/stat : 1798 (java) S 1783 1785 31640 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291304607 9855979520 24846 33554432000 1073741824 1073778376 140733241139296 140133937997688 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1785/tid=1799] ppid=1783 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1785/task/1799/stat : 1799 (java) S 1783 1785 31640 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291304607 9855979520 24846 33554432000 1073741824 1073778376 140733241139296 140133936944520 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1785/tid=1801] ppid=1783 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1785/task/1801/stat : 1801 (java) S 1783 1785 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291304609 9855979520 24846 33554432000 1073741824 1073778376 140733241139296 140133935893264 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1785/tid=1802] ppid=1783 vsize=9624980 CPUtime=0.87 cores=1,3,5,7
/proc/1785/task/1802/stat : 1802 (java) S 1783 1785 31640 0 -1 4202560 8365 0 0 0 86 1 0 0 20 0 19 0 291304609 9855979520 24846 33554432000 1073741824 1073778376 140733241139296 140133934840120 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1785/tid=1803] ppid=1783 vsize=9624980 CPUtime=1.08 cores=1,3,5,7
/proc/1785/task/1803/stat : 1803 (java) S 1783 1785 31640 0 -1 4202560 8857 0 0 0 107 1 0 0 20 0 19 0 291304609 9855979520 24846 33554432000 1073741824 1073778376 140733241139296 140133933787576 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1785/tid=1804] ppid=1783 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1785/task/1804/stat : 1804 (java) S 1783 1785 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291304609 9855979520 24846 33554432000 1073741824 1073778376 140733241139296 140133932734712 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1785/tid=1805] ppid=1783 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1785/task/1805/stat : 1805 (java) S 1783 1785 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291304609 9855979520 24846 33554432000 1073741824 1073778376 140733241139296 140133931682376 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1785/tid=1806] ppid=1783 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/1785/task/1806/stat : 1806 (java) S 1783 1785 31640 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291304637 9855979520 24846 33554432000 1073741824 1073778376 140733241139296 140133930628648 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 28.96
Current children cumulated vsize (KiB) 9624980

Child status: 30
Real time (s): 26.8555
CPU time (s): 29.0016
CPU user time (s): 28.8366
CPU system time (s): 0.164974
CPU usage (%): 107.991
Max. virtual memory (cumulated for all children) (KiB): 9624980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 28.8366
system time used= 0.164974
maximum resident set size= 109872
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21149
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= 1855
involuntary context switches= 1318

runsolver used 0.06299 second user time and 0.143978 second system time

The end

Launcher Data

Begin job on node145 at 2012-05-29 02:36:42
IDJOB=3718111
IDBENCH=78899
IDSOLVER=2301
FILE ID=node145/3718111-1338251802
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.1900670675--soft-33-100-0.wbo
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3718111-1338251802/watcher-3718111-1338251802 -o /tmp/evaluation-result-3718111-1338251802/solver-3718111-1338251802 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3718111-1338251802.wbo

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

MD5SUM BENCH= 1266a85a20696deb0d7aee67f4c2d0a0
RANDOM SEED=714390824

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:        26013036 kB
Buffers:          392280 kB
Cached:          1896924 kB
SwapCached:            0 kB
Active:          4488080 kB
Inactive:        1517184 kB
Active(anon):    3707560 kB
Inactive(anon):    10912 kB
Active(file):     780520 kB
Inactive(file):  1506272 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               640 kB
Writeback:             0 kB
AnonPages:       3749980 kB
Mapped:            22332 kB
Shmem:               200 kB
Slab:             708052 kB
SReclaimable:     149608 kB
SUnreclaim:       558444 kB
KernelStack:        1768 kB
PageTables:        11400 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    3863512 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3657728 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:37:09