Trace number 3492549

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 Resolution 2011-06-08OPTIMUM 39.9089 38.7244

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111218757--soft-33-100-0.wbo
MD5SUM38c8dd1463da5f11da3559d57124aa5b
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark24
Best CPU time to get the best result obtained on this benchmark1.04884
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints64
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 3426
Min constraint cost 1
Max constraint cost 99
Sum of constraints costs 3425
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1266
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
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.1.v20110525
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.18-164.el5
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		9996466904
0.00/0.08	c Max memory 		10048897024
0.00/0.08	c Total memory 		10048897024
0.00/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c Expensive reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-3492549-1307909952.wbo
0.10/0.10	c reading problem ... 
0.10/0.16	c ... done. Wall clock time 0.054s.
0.10/0.16	c #vars     233
0.10/0.16	c #constraints  101
0.10/0.16	c constraints type 
0.10/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.10/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 30
0.10/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 41
0.28/0.23	c SATISFIABLE
0.28/0.23	c OPTIMIZING...
0.28/0.23	c Got one! Elapsed wall clock time (in seconds):0.128
0.28/0.23	o 696
0.28/0.29	c Got one! Elapsed wall clock time (in seconds):0.184
0.28/0.29	o 678
0.55/0.31	c Got one! Elapsed wall clock time (in seconds):0.202
0.55/0.31	o 522
0.55/0.32	c Got one! Elapsed wall clock time (in seconds):0.219
0.55/0.32	o 387
0.55/0.37	c Got one! Elapsed wall clock time (in seconds):0.264
0.55/0.37	o 340
0.67/0.44	c Got one! Elapsed wall clock time (in seconds):0.332
0.67/0.44	o 332
0.79/0.54	c Got one! Elapsed wall clock time (in seconds):0.432
0.79/0.54	o 305
0.79/0.58	c Got one! Elapsed wall clock time (in seconds):0.473
0.79/0.58	o 290
0.89/0.65	c cleaning 4490 clauses out of 8983 with flag 1002/8983
1.14/0.90	c cleaning 5245 clauses out of 10491 with flag 7000/14981
1.24/0.93	c Got one! Elapsed wall clock time (in seconds):0.825
1.24/0.93	o 285
1.24/1.00	c Got one! Elapsed wall clock time (in seconds):0.893
1.24/1.00	o 261
1.34/1.10	c Got one! Elapsed wall clock time (in seconds):0.994
1.34/1.10	o 249
1.44/1.14	c cleaning 5810 clauses out of 11625 with flag 1002/21360
1.70/1.37	c cleaning 5905 clauses out of 11814 with flag 7001/27359
2.03/1.61	c cleaning 6450 clauses out of 12909 with flag 14001/34359
2.03/1.63	c Got one! Elapsed wall clock time (in seconds):1.526
2.03/1.63	o 232
2.13/1.80	c cleaning 5842 clauses out of 11697 with flag 5000/39597
2.43/2.05	c cleaning 5924 clauses out of 11857 with flag 11002/45599
2.63/2.20	c Got one! Elapsed wall clock time (in seconds):2.101
2.63/2.20	o 222
2.63/2.28	c cleaning 5884 clauses out of 11777 with flag 2001/51443
2.83/2.49	c cleaning 5944 clauses out of 11894 with flag 8002/57444
3.03/2.66	c Got one! Elapsed wall clock time (in seconds):2.559
3.03/2.66	o 214
3.13/2.71	c cleaning 5963 clauses out of 11932 with flag 1002/63426
3.33/2.93	c cleaning 5978 clauses out of 11968 with flag 7001/69425
3.33/2.95	c Got one! Elapsed wall clock time (in seconds):2.848
3.33/2.95	o 184
3.53/3.11	c cleaning 5614 clauses out of 11238 with flag 5001/74673
3.74/3.31	c cleaning 5807 clauses out of 11624 with flag 11001/80673
3.93/3.56	c cleaning 6406 clauses out of 12819 with flag 18003/87675
4.24/3.84	c cleaning 7202 clauses out of 14411 with flag 26001/95673
4.54/4.15	c cleaning 8096 clauses out of 16209 with flag 35001/104673
4.94/4.55	c cleaning 9052 clauses out of 18114 with flag 45002/114674
5.35/4.98	c cleaning 9518 clauses out of 19060 with flag 55000/124672
5.75/5.35	c cleaning 9767 clauses out of 19542 with flag 65000/134672
6.05/5.69	c cleaning 9886 clauses out of 19775 with flag 75000/144672
6.45/6.09	c cleaning 9941 clauses out of 19890 with flag 85001/154673
6.85/6.50	c cleaning 9969 clauses out of 19949 with flag 95001/164673
7.07/6.67	c Got one! Elapsed wall clock time (in seconds):6.566
7.07/6.67	o 158
7.17/6.71	c cleaning 7857 clauses out of 15724 with flag 1000/170417
7.37/6.92	c cleaning 6929 clauses out of 13868 with flag 7001/176418
7.57/7.17	c cleaning 6959 clauses out of 13939 with flag 14001/183418
7.87/7.45	c cleaning 7485 clauses out of 14982 with flag 22003/191420
8.28/7.80	c cleaning 8243 clauses out of 16496 with flag 31002/200419
8.68/8.20	c cleaning 9117 clauses out of 18251 with flag 41000/210417
8.68/8.25	c Got one! Elapsed wall clock time (in seconds):8.144
8.68/8.25	o 130
8.89/8.42	c cleaning 7560 clauses out of 15124 with flag 5001/216407
9.09/8.62	c cleaning 6775 clauses out of 13564 with flag 11001/222407
9.29/8.89	c cleaning 6894 clauses out of 13791 with flag 18003/229409
9.39/8.93	c Got one! Elapsed wall clock time (in seconds):8.822
9.39/8.93	o 118
9.49/9.09	c cleaning 6293 clauses out of 12593 with flag 5000/235105
9.69/9.29	c cleaning 6146 clauses out of 12301 with flag 11001/241106
9.99/9.52	c cleaning 6571 clauses out of 13154 with flag 18000/248105
10.30/9.80	c cleaning 7290 clauses out of 14583 with flag 26000/256105
10.59/10.13	c cleaning 8137 clauses out of 16293 with flag 35000/265105
10.59/10.16	c Got one! Elapsed wall clock time (in seconds):10.057
10.59/10.16	o 100
10.79/10.33	c cleaning 6853 clauses out of 13713 with flag 5001/270662
10.99/10.54	c cleaning 6427 clauses out of 12859 with flag 11000/276661
11.19/10.78	c cleaning 6712 clauses out of 13434 with flag 18002/283663
11.50/11.05	c cleaning 7354 clauses out of 14722 with flag 26002/291663
11.79/11.36	c cleaning 8179 clauses out of 16366 with flag 35000/300661
12.19/11.79	c cleaning 9089 clauses out of 18187 with flag 45000/310661
12.70/12.20	c cleaning 9546 clauses out of 19098 with flag 55000/320661
13.10/12.61	c cleaning 9768 clauses out of 19552 with flag 65000/330661
13.20/12.72	c Got one! Elapsed wall clock time (in seconds):12.614
13.20/12.72	o 79
13.30/12.82	c cleaning 7804 clauses out of 15617 with flag 3001/336494
13.50/13.04	c cleaning 6901 clauses out of 13812 with flag 9000/342493
13.70/13.29	c cleaning 6948 clauses out of 13915 with flag 16004/349497
14.00/13.57	c cleaning 7477 clauses out of 14965 with flag 24002/357495
14.40/13.90	c cleaning 8236 clauses out of 16487 with flag 33001/366494
14.81/14.33	c cleaning 9119 clauses out of 18252 with flag 43002/376495
15.22/14.70	c cleaning 9564 clauses out of 19133 with flag 53002/386495
15.52/15.09	c cleaning 9780 clauses out of 19569 with flag 63002/396495
15.93/15.48	c cleaning 9888 clauses out of 19788 with flag 73001/406494
16.32/15.87	c cleaning 9945 clauses out of 19900 with flag 83001/416494
16.63/16.10	c Got one! Elapsed wall clock time (in seconds):15.998
16.63/16.10	o 35
16.74/16.29	c cleaning 10572 clauses out of 21149 with flag 5002/427688
16.95/16.50	c cleaning 8286 clauses out of 16577 with flag 11002/433688
17.25/16.73	c cleaning 7640 clauses out of 15289 with flag 18000/440686
17.45/16.98	c cleaning 7820 clauses out of 15652 with flag 26003/448689
17.75/17.27	c cleaning 8410 clauses out of 16830 with flag 35001/457687
18.15/17.62	c cleaning 9206 clauses out of 18419 with flag 45000/467686
18.45/17.97	c cleaning 9601 clauses out of 19215 with flag 55002/477688
18.85/18.31	c cleaning 9797 clauses out of 19613 with flag 65001/487687
19.15/18.65	c cleaning 9904 clauses out of 19816 with flag 75001/497687
19.45/18.96	c cleaning 9950 clauses out of 19911 with flag 85000/507686
19.75/19.28	c cleaning 9975 clauses out of 19962 with flag 95001/517687
20.15/19.60	c cleaning 9990 clauses out of 19986 with flag 105000/527686
20.45/19.92	c cleaning 9993 clauses out of 19996 with flag 115000/537686
20.75/20.26	c cleaning 9996 clauses out of 20003 with flag 125000/547686
20.85/20.34	c Got one! Elapsed wall clock time (in seconds):20.234
20.85/20.34	o 24
20.95/20.44	c cleaning 7722 clauses out of 15451 with flag 3002/553130
21.16/20.64	c cleaning 6860 clauses out of 13727 with flag 9000/559128
21.36/20.86	c cleaning 6929 clauses out of 13870 with flag 16003/566131
21.66/21.12	c cleaning 7466 clauses out of 14938 with flag 24000/574128
21.96/21.41	c cleaning 8230 clauses out of 16472 with flag 33000/583128
22.26/21.75	c cleaning 9115 clauses out of 18242 with flag 43000/593128
22.66/22.11	c cleaning 9555 clauses out of 19129 with flag 53002/603130
22.96/22.49	c cleaning 9779 clauses out of 19572 with flag 63000/613128
23.36/22.83	c cleaning 9892 clauses out of 19793 with flag 73000/623128
23.67/23.18	c cleaning 9948 clauses out of 19902 with flag 83001/633129
23.96/23.49	c cleaning 9974 clauses out of 19955 with flag 93002/643130
24.36/23.82	c cleaning 9987 clauses out of 19979 with flag 103000/653128
24.67/24.13	c cleaning 9992 clauses out of 19992 with flag 113000/663128
24.97/24.46	c cleaning 9995 clauses out of 20001 with flag 123001/673129
25.27/24.77	c cleaning 10001 clauses out of 20010 with flag 133005/683133
25.68/25.10	c cleaning 9997 clauses out of 20004 with flag 143000/693128
25.98/25.43	c cleaning 10001 clauses out of 20008 with flag 153001/703129
26.28/25.76	c cleaning 9997 clauses out of 20006 with flag 163000/713128
26.58/26.07	c cleaning 10003 clauses out of 20011 with flag 173002/723130
26.88/26.38	c cleaning 9995 clauses out of 20006 with flag 183000/733128
27.28/26.71	c cleaning 10001 clauses out of 20011 with flag 193000/743128
27.58/27.03	c cleaning 10002 clauses out of 20011 with flag 203001/753129
27.88/27.35	c cleaning 10001 clauses out of 20008 with flag 213000/763128
28.18/27.67	c cleaning 10002 clauses out of 20008 with flag 223001/773129
28.48/27.98	c cleaning 9996 clauses out of 20006 with flag 233001/783129
28.78/28.29	c cleaning 10001 clauses out of 20009 with flag 243000/793128
29.19/28.60	c cleaning 9999 clauses out of 20010 with flag 253002/803130
29.48/28.91	c cleaning 9999 clauses out of 20010 with flag 263001/813129
29.78/29.21	c cleaning 10000 clauses out of 20010 with flag 273000/823128
30.08/29.52	c cleaning 10000 clauses out of 20010 with flag 283000/833128
30.38/29.83	c cleaning 9995 clauses out of 20010 with flag 293000/843128
30.69/30.15	c cleaning 10002 clauses out of 20016 with flag 303001/853129
30.99/30.47	c cleaning 10002 clauses out of 20013 with flag 313000/863128
31.39/30.82	c cleaning 10002 clauses out of 20011 with flag 323000/873128
31.68/31.14	c cleaning 10001 clauses out of 20009 with flag 333000/883128
31.98/31.45	c cleaning 9998 clauses out of 20009 with flag 343001/893129
32.28/31.76	c cleaning 10001 clauses out of 20011 with flag 353001/903129
32.58/32.09	c cleaning 10000 clauses out of 20010 with flag 363001/913129
32.88/32.40	c cleaning 9999 clauses out of 20009 with flag 373000/923128
33.28/32.72	c cleaning 10002 clauses out of 20011 with flag 383001/933129
33.59/33.04	c cleaning 9999 clauses out of 20008 with flag 393000/943128
33.89/33.37	c cleaning 10000 clauses out of 20009 with flag 403000/953128
34.19/33.68	c cleaning 9997 clauses out of 20010 with flag 413001/963129
34.59/34.02	c cleaning 10001 clauses out of 20012 with flag 423000/973128
34.89/34.35	c cleaning 10001 clauses out of 20011 with flag 433000/983128
35.32/34.72	c cleaning 9999 clauses out of 20010 with flag 443000/993128
35.92/35.08	c cleaning 10003 clauses out of 20012 with flag 453001/1003129
36.54/35.42	c cleaning 9999 clauses out of 20008 with flag 463000/1013128
36.84/35.75	c cleaning 10001 clauses out of 20010 with flag 473001/1023129
37.24/36.10	c cleaning 9999 clauses out of 20008 with flag 483000/1033128
37.54/36.44	c cleaning 9999 clauses out of 20010 with flag 493001/1043129
37.84/36.77	c cleaning 10000 clauses out of 20011 with flag 503001/1053129
38.14/37.09	c cleaning 10002 clauses out of 20012 with flag 513002/1063130
38.55/37.44	c cleaning 9998 clauses out of 20008 with flag 523000/1073128
38.87/37.78	c cleaning 10002 clauses out of 20012 with flag 533002/1083130
39.28/38.12	c cleaning 10000 clauses out of 20009 with flag 543001/1093129
39.59/38.47	c cleaning 9998 clauses out of 20008 with flag 553000/1103128
39.88/38.70	c starts		: 209
39.88/38.70	c conflicts		: 1109866
39.88/38.70	c decisions		: 1783617
39.88/38.70	c propagations		: 25995502
39.88/38.70	c inspects		: 220435060
39.88/38.70	c shortcuts		: 0
39.88/38.70	c learnt literals	: 6
39.88/38.70	c learnt binary clauses	: 21
39.88/38.70	c learnt ternary clauses	: 432
39.88/38.70	c learnt constraints	: 1109859
39.88/38.70	c ignored constraints	: 0
39.88/38.70	c root simplifications	: 0
39.88/38.70	c removed literals (reason simplification)	: 8583185
39.88/38.70	c reason swapping (by a shorter reason)	: 0
39.88/38.70	c Calls to reduceDB	: 125
39.88/38.70	c number of reductions to clauses (during analyze)	: 0
39.88/38.70	c number of learned constraints concerned by reduction	: 0
39.88/38.70	c number of learning phase by resolution	: 0
39.88/38.70	c number of learning phase by cutting planes	: 0
39.88/38.70	c speed (assignments/second)	: 1415491.53280697
39.88/38.70	c non guided choices	1084
39.88/38.70	c learnt constraints type 
39.88/38.70	c constraints type 
39.88/38.70	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
39.88/38.70	c org.sat4j.minisat.constraints.card.MinWatchCard => 30
39.88/38.70	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 41
39.88/38.70	s OPTIMUM FOUND
39.88/38.70	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 
39.88/38.70	c objective function=24
39.88/38.70	c Total wall clock time (in seconds): 38.6

Verifier Data

OK	24

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 /var/tmp/evaluation-result-3492549-1307909952/watcher-3492549-1307909952 -o /var/tmp/evaluation-result-3492549-1307909952/solver-3492549-1307909952 -C 1800 -W 1900 -M 15500 java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492549-1307909952.wbo 

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

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: 1.96 1.97 1.89 2/195 14223
/proc/meminfo: memFree=1221052/32951124 swapFree=67051728/67111528
[pid=14223] ppid=14221 vsize=30540 CPUtime=0 cores=0,2,4,6
/proc/14223/stat : 14223 (java) S 14221 14223 12190 0 -1 4202496 1242 0 0 0 0 0 0 0 25 0 2 0 902593169 31272960 959 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 228134516709 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/14223/statm: 7635 959 732 9 0 386 0
[pid=14223/tid=14224] ppid=14221 vsize=30536 CPUtime=0 cores=0,2,4,6
/proc/14223/task/14224/stat : 14224 (java) R 14221 14223 12190 0 -1 4202560 130 0 0 0 0 0 0 0 25 0 2 0 902593169 31268864 963 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 228117790343 0 0 0 16784584 0 0 0 -1 0 0 0 0

[startup+0.090288 s]
/proc/loadavg: 1.96 1.97 1.89 2/195 14223
/proc/meminfo: memFree=1221052/32951124 swapFree=67051728/67111528
[pid=14223] ppid=14221 vsize=10539836 CPUtime=0.09 cores=0,2,4,6
/proc/14223/stat : 14223 (java) S 14221 14223 12190 0 -1 4202496 12976 0 1 0 8 1 0 0 25 0 18 0 902593169 10792792064 12650 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14223/statm: 2634959 12650 2093 9 0 2625693 0
[pid=14223/tid=14224] ppid=14221 vsize=10539836 CPUtime=0.07 cores=0,2,4,6
/proc/14223/task/14224/stat : 14224 (java) R 14221 14223 12190 0 -1 4202560 11029 0 1 0 6 1 0 0 18 0 18 0 902593169 10792792064 12650 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 228122406608 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10539836

[startup+0.101234 s]
/proc/loadavg: 1.96 1.97 1.89 2/195 14223
/proc/meminfo: memFree=1221052/32951124 swapFree=67051728/67111528
[pid=14223] ppid=14221 vsize=10539968 CPUtime=0.1 cores=0,2,4,6
/proc/14223/stat : 14223 (java) S 14221 14223 12190 0 -1 4202496 13117 0 1 0 9 1 0 0 25 0 18 0 902593169 10792927232 12791 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14223/statm: 2634992 12791 2093 9 0 2625726 0
[pid=14223/tid=14224] ppid=14221 vsize=10539968 CPUtime=0.08 cores=0,2,4,6
/proc/14223/task/14224/stat : 14224 (java) R 14221 14223 12190 0 -1 4202560 11170 0 1 0 7 1 0 0 18 0 18 0 902593169 10792927232 12791 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 18446744073699066034 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10539968

[startup+0.300224 s]
/proc/loadavg: 1.96 1.97 1.89 2/195 14223
/proc/meminfo: memFree=1221052/32951124 swapFree=67051728/67111528
[pid=14223] ppid=14221 vsize=10543820 CPUtime=0.55 cores=0,2,4,6
/proc/14223/stat : 14223 (java) S 14221 14223 12190 0 -1 4202496 15839 0 1 0 53 2 0 0 25 0 19 0 902593169 10796871680 14683 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14223/statm: 2635955 14683 2215 9 0 2626689 0
[pid=14223/tid=14224] ppid=14221 vsize=10543820 CPUtime=0.28 cores=0,2,4,6
/proc/14223/task/14224/stat : 14224 (java) R 14221 14223 12190 0 -1 4202560 11756 0 1 0 27 1 0 0 19 0 19 0 902593169 10796871680 14683 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 46912505212336 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 10543820

[startup+0.701129 s]
/proc/loadavg: 1.96 1.97 1.89 2/195 14223
/proc/meminfo: memFree=1221052/32951124 swapFree=67051728/67111528
[pid=14223] ppid=14221 vsize=10543820 CPUtime=1.03 cores=0,2,4,6
/proc/14223/stat : 14223 (java) S 14221 14223 12190 0 -1 4202496 17247 0 1 0 101 2 0 0 25 0 19 0 902593169 10796871680 15926 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14223/statm: 2635955 15926 2247 9 0 2626689 0
[pid=14223/tid=14224] ppid=14221 vsize=10543820 CPUtime=0.67 cores=0,2,4,6
/proc/14223/task/14224/stat : 14224 (java) R 14221 14223 12190 0 -1 4202560 12345 0 1 0 66 1 0 0 19 0 19 0 902593169 10796871680 15926 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 46912505596156 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 10543820

[startup+1.50099 s]
/proc/loadavg: 1.96 1.97 1.89 3/214 14242
/proc/meminfo: memFree=1165000/32951124 swapFree=67051728/67111528
[pid=14223] ppid=14221 vsize=10543820 CPUtime=1.93 cores=0,2,4,6
/proc/14223/stat : 14223 (java) S 14221 14223 12190 0 -1 4202496 18870 0 1 0 191 2 0 0 25 0 19 0 902593169 10796871680 17052 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14223/statm: 2635955 17052 2249 9 0 2626689 0
[pid=14223/tid=14224] ppid=14221 vsize=10543820 CPUtime=1.42 cores=0,2,4,6
/proc/14223/task/14224/stat : 14224 (java) R 14221 14223 12190 0 -1 4202560 12346 0 1 0 141 1 0 0 17 0 19 0 902593169 10796871680 17052 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 46912505531891 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=14223/tid=14226] ppid=14221 vsize=10543820 CPUtime=0 cores=0,2,4,6
/proc/14223/task/14226/stat : 14226 (java) S 14221 14223 12190 0 -1 4202560 87 0 0 0 0 0 0 0 16 0 19 0 902593171 10796871680 17052 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 228134529945 0 4 0 16800975 18446604453956194432 0 0 -1 0 0 0 0
[pid=14223/tid=14227] ppid=14221 vsize=10543820 CPUtime=0 cores=0,2,4,6
/proc/14223/task/14227/stat : 14227 (java) S 14221 14223 12190 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902593171 10796871680 17052 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 228134529945 0 4 0 16800975 18446604453956194432 0 0 -1 2 0 0 0
[pid=14223/tid=14228] ppid=14221 vsize=10543820 CPUtime=0 cores=0,2,4,6
/proc/14223/task/14228/stat : 14228 (java) S 14221 14223 12190 0 -1 4202560 78 0 0 0 0 0 0 0 15 0 19 0 902593171 10796871680 17052 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 228134529945 0 4 0 16800975 18446604453956194432 0 0 -1 4 0 0 0
[pid=14223/tid=14229] ppid=14221 vsize=10543820 CPUtime=0 cores=0,2,4,6
/proc/14223/task/14229/stat : 14229 (java) S 14221 14223 12190 0 -1 4202560 74 0 0 0 0 0 0 0 15 0 19 0 902593171 10796871680 17052 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 228134529945 0 4 0 16800975 18446604453956194432 0 0 -1 2 0 0 0
[pid=14223/tid=14230] ppid=14221 vsize=10543820 CPUtime=0 cores=0,2,4,6
/proc/14223/task/14230/stat : 14230 (java) S 14221 14223 12190 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 902593171 10796871680 17052 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 228134529945 0 4 0 16800975 18446604453956194432 0 0 -1 2 0 0 0
[pid=14223/tid=14231] ppid=14221 vsize=10543820 CPUtime=0 cores=0,2,4,6
/proc/14223/task/14231/stat : 14231 (java) S 14221 14223 12190 0 -1 4202560 20 0 0 0 0 0 0 0 15 0 19 0 902593171 10796871680 17052 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 228134529945 0 4 0 16800975 18446604453956194432 0 0 -1 2 0 0 0
[pid=14223/tid=14232] ppid=14221 vsize=10543820 CPUtime=0 cores=0,2,4,6
/proc/14223/task/14232/stat : 14232 (java) S 14221 14223 12190 0 -1 4202560 118 0 0 0 0 0 0 0 15 0 19 0 902593171 10796871680 17052 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 228134529945 0 4 0 16800975 18446604453956194432 0 0 -1 4 0 0 0
[pid=14223/tid=14233] ppid=14221 vsize=10543820 CPUtime=0 cores=0,2,4,6
/proc/14223/task/14233/stat : 14233 (java) S 14221 14223 12190 0 -1 4202560 178 0 0 0 0 0 0 0 16 0 19 0 902593171 10796871680 17052 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 228134529945 0 4 0 16800975 18446604453956194432 0 0 -1 4 0 0 0
[pid=14223/tid=14234] ppid=14221 vsize=10543820 CPUtime=0.04 cores=0,2,4,6
/proc/14223/task/14234/stat : 14234 (java) S 14221 14223 12190 0 -1 4202560 475 0 0 0 4 0 0 0 15 0 19 0 902593172 10796871680 17052 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 228134530560 0 0 0 16800975 18446604453956194432 0 0 -1 6 0 0 0
[pid=14223/tid=14235] ppid=14221 vsize=10543820 CPUtime=0 cores=0,2,4,6
/proc/14223/task/14235/stat : 14235 (java) S 14221 14223 12190 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 902593172 10796871680 17052 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 228134529945 0 4 0 16800975 18446604453956194432 0 0 -1 6 0 0 0
[pid=14223/tid=14236] ppid=14221 vsize=10543820 CPUtime=0 cores=0,2,4,6
/proc/14223/task/14236/stat : 14236 (java) S 14221 14223 12190 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 902593172 10796871680 17052 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 228134529945 0 4 0 16800975 18446604453956194432 0 0 -1 6 0 0 0
[pid=14223/tid=14237] ppid=14221 vsize=10543820 CPUtime=0 cores=0,2,4,6
/proc/14223/task/14237/stat : 14237 (java) S 14221 14223 12190 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902593174 10796871680 17052 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 228134537649 0 4 0 16800975 18446604453956194432 0 0 -1 6 0 0 0
[pid=14223/tid=14238] ppid=14221 vsize=10543820 CPUtime=0.24 cores=0,2,4,6
/proc/14223/task/14238/stat : 14238 (java) S 14221 14223 12190 0 -1 4202560 2497 0 0 0 24 0 0 0 15 0 19 0 902593174 10796871680 17052 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 228134529945 0 4 0 16800975 18446604453956194432 0 0 -1 2 0 0 0
[pid=14223/tid=14239] ppid=14221 vsize=10543820 CPUtime=0.18 cores=0,2,4,6
/proc/14223/task/14239/stat : 14239 (java) S 14221 14223 12190 0 -1 4202560 1840 0 0 0 18 0 0 0 18 0 19 0 902593174 10796871680 17052 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 228134529945 0 4 0 16800975 18446604453956194432 0 0 -1 0 0 0 0
[pid=14223/tid=14240] ppid=14221 vsize=10543820 CPUtime=0 cores=0,2,4,6
/proc/14223/task/14240/stat : 14240 (java) S 14221 14223 12190 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902593174 10796871680 17052 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 228134529945 0 4 0 16800975 18446604453956194432 0 0 -1 6 0 0 0
[pid=14223/tid=14241] ppid=14221 vsize=10543820 CPUtime=0 cores=0,2,4,6
/proc/14223/task/14241/stat : 14241 (java) S 14221 14223 12190 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902593174 10796871680 17052 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 228134530560 0 4 0 16800975 18446604453956194432 0 0 -1 6 0 0 0
[pid=14223/tid=14242] ppid=14221 vsize=10543820 CPUtime=0 cores=0,2,4,6
/proc/14223/task/14242/stat : 14242 (java) S 14221 14223 12190 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902593185 10796871680 17052 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 228134530560 0 4 0 16800975 18446604453956194432 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.93
Current children cumulated vsize (KiB) 10543820

[startup+3.10072 s]
/proc/loadavg: 1.96 1.97 1.89 3/214 14242
/proc/meminfo: memFree=1161656/32951124 swapFree=67051728/67111528
[pid=14223] ppid=14221 vsize=10543820 CPUtime=3.53 cores=0,2,4,6
/proc/14223/stat : 14223 (java) S 14221 14223 12190 0 -1 4202496 18926 0 1 0 351 2 0 0 25 0 19 0 902593169 10796871680 17101 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14223/statm: 2635955 17101 2249 9 0 2626689 0
[pid=14223/tid=14224] ppid=14221 vsize=10543820 CPUtime=2.93 cores=0,2,4,6
/proc/14223/task/14224/stat : 14224 (java) R 14221 14223 12190 0 -1 4202560 12354 0 1 0 292 1 0 0 19 0 19 0 902593169 10796871680 17101 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 46912505602464 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=14223/tid=14226] ppid=14221 vsize=10543820 CPUtime=0 cores=0,2,4,6
/proc/14223/task/14226/stat : 14226 (java) S 14221 14223 12190 0 -1 4202560 87 0 0 0 0 0 0 0 15 0 19 0 902593171 10796871680 17101 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 228134529945 0 4 0 16800975 18446604453956194432 0 0 -1 2 0 0 0
[pid=14223/tid=14227] ppid=14221 vsize=10543820 CPUtime=0 cores=0,2,4,6
/proc/14223/task/14227/stat : 14227 (java) S 14221 14223 12190 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 902593171 10796871680 17101 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 228134529945 0 4 0 16800975 18446604453956194432 0 0 -1 4 0 0 0
[pid=14223/tid=14228] ppid=14221 vsize=10543820 CPUtime=0 cores=0,2,4,6
/proc/14223/task/14228/stat : 14228 (java) S 14221 14223 12190 0 -1 4202560 78 0 0 0 0 0 0 0 15 0 19 0 902593171 10796871680 17101 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 228134529945 0 4 0 16800975 18446604453956194432 0 0 -1 0 0 0 0
[pid=14223/tid=14229] ppid=14221 vsize=10543820 CPUtime=0 cores=0,2,4,6
/proc/14223/task/14229/stat : 14229 (java) S 14221 14223 12190 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 19 0 902593171 10796871680 17101 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 228134529945 0 4 0 16800975 18446604453956194432 0 0 -1 0 0 0 0
[pid=14223/tid=14230] ppid=14221 vsize=10543820 CPUtime=0 cores=0,2,4,6
/proc/14223/task/14230/stat : 14230 (java) S 14221 14223 12190 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 902593171 10796871680 17101 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 228134529945 0 4 0 16800975 18446604453956194432 0 0 -1 4 0 0 0
[pid=14223/tid=14231] ppid=14221 vsize=10543820 CPUtime=0 cores=0,2,4,6
/proc/14223/task/14231/stat : 14231 (java) S 14221 14223 12190 0 -1 4202560 23 0 0 0 0 0 0 0 16 0 19 0 902593171 10796871680 17101 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 228134529945 0 4 0 16800975 18446604453956194432 0 0 -1 2 0 0 0
[pid=14223/tid=14232] ppid=14221 vsize=10543820 CPUtime=0 cores=0,2,4,6
/proc/14223/task/14232/stat : 14232 (java) S 14221 14223 12190 0 -1 4202560 118 0 0 0 0 0 0 0 16 0 19 0 902593171 10796871680 17101 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 228134529945 0 4 0 16800975 18446604453956194432 0 0 -1 4 0 0 0
[pid=14223/tid=14233] ppid=14221 vsize=10543820 CPUtime=0 cores=0,2,4,6
/proc/14223/task/14233/stat : 14233 (java) S 14221 14223 12190 0 -1 4202560 178 0 0 0 0 0 0 0 16 0 19 0 902593171 10796871680 17101 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 228134529945 0 4 0 16800975 18446604453956194432 0 0 -1 4 0 0 0
[pid=14223/tid=14234] ppid=14221 vsize=10543820 CPUtime=0.12 cores=0,2,4,6
/proc/14223/task/14234/stat : 14234 (java) S 14221 14223 12190 0 -1 4202560 517 0 0 0 12 0 0 0 15 0 19 0 902593172 10796871680 17101 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 228134530560 0 0 0 16800975 18446604453956194432 0 0 -1 6 0 0 0
[pid=14223/tid=14235] ppid=14221 vsize=10543820 CPUtime=0 cores=0,2,4,6
/proc/14223/task/14235/stat : 14235 (java) S 14221 14223 12190 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 902593172 10796871680 17101 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 228134529945 0 4 0 16800975 18446604453956194432 0 0 -1 6 0 0 0
[pid=14223/tid=14236] ppid=14221 vsize=10543820 CPUtime=0 cores=0,2,4,6
/proc/14223/task/14236/stat : 14236 (java) S 14221 14223 12190 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 902593172 10796871680 17101 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 228134529945 0 4 0 16800975 18446604453956194432 0 0 -1 6 0 0 0
[pid=14223/tid=14237] ppid=14221 vsize=10543820 CPUtime=0 cores=0,2,4,6
/proc/14223/task/14237/stat : 14237 (java) S 14221 14223 12190 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902593174 10796871680 17101 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 228134537649 0 4 0 16800975 18446604453956194432 0 0 -1 6 0 0 0
[pid=14223/tid=14238] ppid=14221 vsize=10543820 CPUtime=0.24 cores=0,2,4,6
/proc/14223/task/14238/stat : 14238 (java) S 14221 14223 12190 0 -1 4202560 2497 0 0 0 24 0 0 0 15 0 19 0 902593174 10796871680 17101 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 228134529945 0 4 0 16800975 18446604453956194432 0 0 -1 2 0 0 0
[pid=14223/tid=14239] ppid=14221 vsize=10543820 CPUtime=0.18 cores=0,2,4,6
/proc/14223/task/14239/stat : 14239 (java) S 14221 14223 12190 0 -1 4202560 1840 0 0 0 18 0 0 0 18 0 19 0 902593174 10796871680 17101 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 228134529945 0 4 0 16800975 18446604453956194432 0 0 -1 0 0 0 0
[pid=14223/tid=14240] ppid=14221 vsize=10543820 CPUtime=0 cores=0,2,4,6
/proc/14223/task/14240/stat : 14240 (java) S 14221 14223 12190 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902593174 10796871680 17101 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 228134529945 0 4 0 16800975 18446604453956194432 0 0 -1 6 0 0 0
[pid=14223/tid=14241] ppid=14221 vsize=10543820 CPUtime=0 cores=0,2,4,6
/proc/14223/task/14241/stat : 14241 (java) S 14221 14223 12190 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902593174 10796871680 17101 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 228134530560 0 4 0 16800975 18446604453956194432 0 0 -1 4 0 0 0
[pid=14223/tid=14242] ppid=14221 vsize=10543820 CPUtime=0 cores=0,2,4,6
/proc/14223/task/14242/stat : 14242 (java) S 14221 14223 12190 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902593185 10796871680 17101 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 228134530560 0 4 0 16800975 18446604453956194432 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.53
Current children cumulated vsize (KiB) 10543820

[startup+6.30114 s]
/proc/loadavg: 1.97 1.97 1.89 3/214 14242
/proc/meminfo: memFree=1143808/32951124 swapFree=67051728/67111528
[pid=14223] ppid=14221 vsize=10543820 CPUtime=6.75 cores=0,2,4,6
/proc/14223/stat : 14223 (java) S 14221 14223 12190 0 -1 4202496 19173 0 1 0 672 3 0 0 25 0 19 0 902593169 10796871680 17314 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14223/statm: 2635955 17314 2249 9 0 2626689 0
[pid=14223/tid=14224] ppid=14221 vsize=10543820 CPUtime=5.99 cores=0,2,4,6
/proc/14223/task/14224/stat : 14224 (java) R 14221 14223 12190 0 -1 4202560 12365 0 1 0 598 1 0 0 20 0 19 0 902593169 10796871680 17314 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 46912505528384 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=14223/tid=14226] ppid=14221 vsize=10543820 CPUtime=0 cores=0,2,4,6
/proc/14223/task/14226/stat : 14226 (java) S 14221 14223 12190 0 -1 4202560 87 0 0 0 0 0 0 0 15 0 19 0 902593171 10796871680 17314 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 228134529945 0 4 0 16800975 18446604453956194432 0 0 -1 0 0 0 0
[pid=14223/tid=14227] ppid=14221 vsize=10543820 CPUtime=0 cores=0,2,4,6
/proc/14223/task/14227/stat : 14227 (java) S 14221 14223 12190 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 902593171 10796871680 17314 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 228134529945 0 4 0 16800975 18446604453956194432 0 0 -1 0 0 0 0
[pid=14223/tid=14228] ppid=14221 vsize=10543820 CPUtime=0 cores=0,2,4,6
/proc/14223/task/14228/stat : 14228 (java) S 14221 14223 12190 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 19 0 902593171 10796871680 17314 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 228134529945 0 4 0 16800975 18446604453956194432 0 0 -1 0 0 0 0
[pid=14223/tid=14229] ppid=14221 vsize=10543820 CPUtime=0 cores=0,2,4,6
/proc/14223/task/14229/stat : 14229 (java) S 14221 14223 12190 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 19 0 902593171 10796871680 17314 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 228134529945 0 4 0 16800975 18446604453956194432 0 0 -1 2 0 0 0
[pid=14223/tid=14230] ppid=14221 vsize=10543820 CPUtime=0 cores=0,2,4,6
/proc/14223/task/14230/stat : 14230 (java) S 14221 14223 12190 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 902593171 10796871680 17314 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 228134529945 0 4 0 16800975 18446604453956194432 0 0 -1 0 0 0 0
[pid=14223/tid=14231] ppid=14221 vsize=10543820 CPUtime=0 cores=0,2,4,6
/proc/14223/task/14231/stat : 14231 (java) S 14221 14223 12190 0 -1 4202560 34 0 0 0 0 0 0 0 15 0 19 0 902593171 10796871680 17314 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 228134529945 0 4 0 16800975 18446604453956194432 0 0 -1 6 0 0 0
[pid=14223/tid=14232] ppid=14221 vsize=10543820 CPUtime=0 cores=0,2,4,6
/proc/14223/task/14232/stat : 14232 (java) S 14221 14223 12190 0 -1 4202560 118 0 0 0 0 0 0 0 15 0 19 0 902593171 10796871680 17314 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 228134529945 0 4 0 16800975 18446604453956194432 0 0 -1 0 0 0 0
[pid=14223/tid=14233] ppid=14221 vsize=10543820 CPUtime=0 cores=0,2,4,6
/proc/14223/task/14233/stat : 14233 (java) S 14221 14223 12190 0 -1 4202560 208 0 0 0 0 0 0 0 15 0 19 0 902593171 10796871680 17314 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 228134529945 0 4 0 16800975 18446604453956194432 0 0 -1 2 0 0 0
[pid=14223/tid=14234] ppid=14221 vsize=10543820 CPUtime=0.24 cores=0,2,4,6
/proc/14223/task/14234/stat : 14234 (java) S 14221 14223 12190 0 -1 4202560 684 0 0 0 24 0 0 0 16 0 19 0 902593172 10796871680 17314 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 228134530560 0 0 0 16800975 18446604453956194432 0 0 -1 4 0 0 0
[pid=14223/tid=14235] ppid=14221 vsize=10543820 CPUtime=0 cores=0,2,4,6
/proc/14223/task/14235/stat : 14235 (java) S 14221 14223 12190 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 902593172 10796871680 17314 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 228134529945 0 4 0 16800975 18446604453956194432 0 0 -1 6 0 0 0
[pid=14223/tid=14236] ppid=14221 vsize=10543820 CPUtime=0 cores=0,2,4,6
/proc/14223/task/14236/stat : 14236 (java) S 14221 14223 12190 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 902593172 10796871680 17314 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 228134529945 0 4 0 16800975 18446604453956194432 0 0 -1 6 0 0 0
[pid=14223/tid=14237] ppid=14221 vsize=10543820 CPUtime=0 cores=0,2,4,6
/proc/14223/task/14237/stat : 14237 (java) S 14221 14223 12190 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902593174 10796871680 17314 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 228134537649 0 4 0 16800975 18446604453956194432 0 0 -1 6 0 0 0
[pid=14223/tid=14238] ppid=14221 vsize=10543820 CPUtime=0.24 cores=0,2,4,6
/proc/14223/task/14238/stat : 14238 (java) S 14221 14223 12190 0 -1 4202560 2497 0 0 0 24 0 0 0 15 0 19 0 902593174 10796871680 17314 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 228134529945 0 4 0 16800975 18446604453956194432 0 0 -1 2 0 0 0
[pid=14223/tid=14239] ppid=14221 vsize=10543820 CPUtime=0.18 cores=0,2,4,6
/proc/14223/task/14239/stat : 14239 (java) S 14221 14223 12190 0 -1 4202560 1840 0 0 0 18 0 0 0 18 0 19 0 902593174 10796871680 17314 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 228134529945 0 4 0 16800975 18446604453956194432 0 0 -1 0 0 0 0

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

/proc/14223/task/14226/stat : 14226 (java) S 14221 14223 12190 0 -1 4202560 90 0 0 0 3 0 0 0 15 0 19 0 902593171 10810163200 20907 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 228134529945 0 4 0 16800975 18446604453956194432 0 0 -1 0 0 0 0
[pid=14223/tid=14227] ppid=14221 vsize=10556800 CPUtime=0.03 cores=0,2,4,6
/proc/14223/task/14227/stat : 14227 (java) S 14221 14223 12190 0 -1 4202560 15 0 0 0 3 0 0 0 15 0 19 0 902593171 10810163200 20907 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 228134529945 0 4 0 16800975 18446604453956194432 0 0 -1 0 0 0 0
[pid=14223/tid=14228] ppid=14221 vsize=10556800 CPUtime=0.03 cores=0,2,4,6
/proc/14223/task/14228/stat : 14228 (java) S 14221 14223 12190 0 -1 4202560 109 0 0 0 3 0 0 0 15 0 19 0 902593171 10810163200 20907 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 228134529945 0 4 0 16800975 18446604453956194432 0 0 -1 0 0 0 0
[pid=14223/tid=14229] ppid=14221 vsize=10556800 CPUtime=0.03 cores=0,2,4,6
/proc/14223/task/14229/stat : 14229 (java) S 14221 14223 12190 0 -1 4202560 78 0 0 0 3 0 0 0 16 0 19 0 902593171 10810163200 20907 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 228134529945 0 4 0 16800975 18446604453956194432 0 0 -1 6 0 0 0
[pid=14223/tid=14230] ppid=14221 vsize=10556800 CPUtime=0.03 cores=0,2,4,6
/proc/14223/task/14230/stat : 14230 (java) S 14221 14223 12190 0 -1 4202560 9 0 0 0 3 0 0 0 15 0 19 0 902593171 10810163200 20907 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 228134529945 0 4 0 16800975 18446604453956194432 0 0 -1 0 0 0 0
[pid=14223/tid=14231] ppid=14221 vsize=10556800 CPUtime=0.03 cores=0,2,4,6
/proc/14223/task/14231/stat : 14231 (java) S 14221 14223 12190 0 -1 4202560 37 0 0 0 3 0 0 0 15 0 19 0 902593171 10810163200 20907 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 228134529945 0 4 0 16800975 18446604453956194432 0 0 -1 6 0 0 0
[pid=14223/tid=14232] ppid=14221 vsize=10556800 CPUtime=0.03 cores=0,2,4,6
/proc/14223/task/14232/stat : 14232 (java) S 14221 14223 12190 0 -1 4202560 124 0 0 0 3 0 0 0 15 0 19 0 902593171 10810163200 20907 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 228134529945 0 4 0 16800975 18446604453956194432 0 0 -1 2 0 0 0
[pid=14223/tid=14233] ppid=14221 vsize=10556800 CPUtime=0.03 cores=0,2,4,6
/proc/14223/task/14233/stat : 14233 (java) S 14221 14223 12190 0 -1 4202560 211 0 0 0 3 0 0 0 16 0 19 0 902593171 10810163200 20907 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 228134529945 0 4 0 16800975 18446604453956194432 0 0 -1 6 0 0 0
[pid=14223/tid=14234] ppid=14221 vsize=10556800 CPUtime=1.53 cores=0,2,4,6
/proc/14223/task/14234/stat : 14234 (java) S 14221 14223 12190 0 -1 4202560 936 0 0 0 152 1 0 0 16 0 19 0 902593172 10810163200 20907 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 228134530560 0 0 0 16800975 18446604453956194432 0 0 -1 4 0 0 0
[pid=14223/tid=14235] ppid=14221 vsize=10556800 CPUtime=0 cores=0,2,4,6
/proc/14223/task/14235/stat : 14235 (java) S 14221 14223 12190 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 902593172 10810163200 20907 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 228134529945 0 4 0 16800975 18446604453956194432 0 0 -1 6 0 0 0
[pid=14223/tid=14236] ppid=14221 vsize=10556800 CPUtime=0 cores=0,2,4,6
/proc/14223/task/14236/stat : 14236 (java) S 14221 14223 12190 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 902593172 10810163200 20907 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 228134529945 0 4 0 16800975 18446604453956194432 0 0 -1 6 0 0 0
[pid=14223/tid=14237] ppid=14221 vsize=10556800 CPUtime=0 cores=0,2,4,6
/proc/14223/task/14237/stat : 14237 (java) S 14221 14223 12190 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902593174 10810163200 20907 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 228134537649 0 4 0 16800975 18446604453956194432 0 0 -1 6 0 0 0
[pid=14223/tid=14238] ppid=14221 vsize=10556800 CPUtime=0.31 cores=0,2,4,6
/proc/14223/task/14238/stat : 14238 (java) S 14221 14223 12190 0 -1 4202560 2534 0 0 0 31 0 0 0 15 0 19 0 902593174 10810163200 20907 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 228134529945 0 4 0 16800975 18446604453956194432 0 0 -1 2 0 0 0
[pid=14223/tid=14239] ppid=14221 vsize=10556800 CPUtime=0.71 cores=0,2,4,6
/proc/14223/task/14239/stat : 14239 (java) S 14221 14223 12190 0 -1 4202560 8435 0 0 0 70 1 0 0 18 0 19 0 902593174 10810163200 20907 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 228134529945 0 4 0 16800975 18446604453956194432 0 0 -1 0 0 0 0
[pid=14223/tid=14240] ppid=14221 vsize=10556800 CPUtime=0 cores=0,2,4,6
/proc/14223/task/14240/stat : 14240 (java) S 14221 14223 12190 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902593174 10810163200 20907 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 228134529945 0 4 0 16800975 18446604453956194432 0 0 -1 6 0 0 0
[pid=14223/tid=14241] ppid=14221 vsize=10556800 CPUtime=0 cores=0,2,4,6
/proc/14223/task/14241/stat : 14241 (java) S 14221 14223 12190 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 902593174 10810163200 20907 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 228134530560 0 4 0 16800975 18446604453956194432 0 0 -1 0 0 0 0
[pid=14223/tid=14242] ppid=14221 vsize=10556800 CPUtime=0 cores=0,2,4,6
/proc/14223/task/14242/stat : 14242 (java) S 14221 14223 12190 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902593185 10810163200 20907 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 228134530560 0 4 0 16800975 18446604453956194432 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 37.84
Current children cumulated vsize (KiB) 10556800

[startup+37.5015 s]
/proc/loadavg: 1.98 1.97 1.89 3/214 14243
/proc/meminfo: memFree=1136484/32951124 swapFree=67051728/67111528
[pid=14223] ppid=14221 vsize=10556800 CPUtime=38.64 cores=0,2,4,6
/proc/14223/stat : 14223 (java) S 14221 14223 12190 0 -1 4202496 26203 0 1 0 3859 5 0 0 25 0 19 0 902593169 10810163200 20908 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14223/statm: 2639200 20908 2250 9 0 2629934 0
[pid=14223/tid=14224] ppid=14221 vsize=10556800 CPUtime=35.72 cores=0,2,4,6
/proc/14223/task/14224/stat : 14224 (java) R 14221 14223 12190 0 -1 4202560 12469 0 1 0 3571 1 0 0 25 0 19 0 902593169 10810163200 20908 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 46912505528362 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=14223/tid=14226] ppid=14221 vsize=10556800 CPUtime=0.03 cores=0,2,4,6
/proc/14223/task/14226/stat : 14226 (java) S 14221 14223 12190 0 -1 4202560 90 0 0 0 3 0 0 0 16 0 19 0 902593171 10810163200 20908 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 228134529945 0 4 0 16800975 18446604453956194432 0 0 -1 0 0 0 0
[pid=14223/tid=14227] ppid=14221 vsize=10556800 CPUtime=0.03 cores=0,2,4,6
/proc/14223/task/14227/stat : 14227 (java) S 14221 14223 12190 0 -1 4202560 15 0 0 0 3 0 0 0 15 0 19 0 902593171 10810163200 20908 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 228134529945 0 4 0 16800975 18446604453956194432 0 0 -1 2 0 0 0
[pid=14223/tid=14228] ppid=14221 vsize=10556800 CPUtime=0.03 cores=0,2,4,6
/proc/14223/task/14228/stat : 14228 (java) S 14221 14223 12190 0 -1 4202560 109 0 0 0 3 0 0 0 15 0 19 0 902593171 10810163200 20908 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 228134529945 0 4 0 16800975 18446604453956194432 0 0 -1 0 0 0 0
[pid=14223/tid=14229] ppid=14221 vsize=10556800 CPUtime=0.03 cores=0,2,4,6
/proc/14223/task/14229/stat : 14229 (java) S 14221 14223 12190 0 -1 4202560 78 0 0 0 3 0 0 0 15 0 19 0 902593171 10810163200 20908 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 228134529945 0 4 0 16800975 18446604453956194432 0 0 -1 2 0 0 0
[pid=14223/tid=14230] ppid=14221 vsize=10556800 CPUtime=0.03 cores=0,2,4,6
/proc/14223/task/14230/stat : 14230 (java) S 14221 14223 12190 0 -1 4202560 9 0 0 0 3 0 0 0 15 0 19 0 902593171 10810163200 20908 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 228134529945 0 4 0 16800975 18446604453956194432 0 0 -1 0 0 0 0
[pid=14223/tid=14231] ppid=14221 vsize=10556800 CPUtime=0.03 cores=0,2,4,6
/proc/14223/task/14231/stat : 14231 (java) S 14221 14223 12190 0 -1 4202560 38 0 0 0 3 0 0 0 15 0 19 0 902593171 10810163200 20908 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 228134529945 0 4 0 16800975 18446604453956194432 0 0 -1 6 0 0 0
[pid=14223/tid=14232] ppid=14221 vsize=10556800 CPUtime=0.03 cores=0,2,4,6
/proc/14223/task/14232/stat : 14232 (java) S 14221 14223 12190 0 -1 4202560 124 0 0 0 3 0 0 0 15 0 19 0 902593171 10810163200 20908 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 228134529945 0 4 0 16800975 18446604453956194432 0 0 -1 2 0 0 0
[pid=14223/tid=14233] ppid=14221 vsize=10556800 CPUtime=0.03 cores=0,2,4,6
/proc/14223/task/14233/stat : 14233 (java) S 14221 14223 12190 0 -1 4202560 211 0 0 0 3 0 0 0 15 0 19 0 902593171 10810163200 20908 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 228134529945 0 4 0 16800975 18446604453956194432 0 0 -1 6 0 0 0
[pid=14223/tid=14234] ppid=14221 vsize=10556800 CPUtime=1.57 cores=0,2,4,6
/proc/14223/task/14234/stat : 14234 (java) S 14221 14223 12190 0 -1 4202560 936 0 0 0 156 1 0 0 16 0 19 0 902593172 10810163200 20908 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 228134530560 0 0 0 16800975 18446604453956194432 0 0 -1 4 0 0 0
[pid=14223/tid=14235] ppid=14221 vsize=10556800 CPUtime=0 cores=0,2,4,6
/proc/14223/task/14235/stat : 14235 (java) S 14221 14223 12190 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 902593172 10810163200 20908 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 228134529945 0 4 0 16800975 18446604453956194432 0 0 -1 6 0 0 0
[pid=14223/tid=14236] ppid=14221 vsize=10556800 CPUtime=0 cores=0,2,4,6
/proc/14223/task/14236/stat : 14236 (java) S 14221 14223 12190 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 902593172 10810163200 20908 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 228134529945 0 4 0 16800975 18446604453956194432 0 0 -1 6 0 0 0
[pid=14223/tid=14237] ppid=14221 vsize=10556800 CPUtime=0 cores=0,2,4,6
/proc/14223/task/14237/stat : 14237 (java) S 14221 14223 12190 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902593174 10810163200 20908 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 228134537649 0 4 0 16800975 18446604453956194432 0 0 -1 6 0 0 0
[pid=14223/tid=14238] ppid=14221 vsize=10556800 CPUtime=0.31 cores=0,2,4,6
/proc/14223/task/14238/stat : 14238 (java) S 14221 14223 12190 0 -1 4202560 2534 0 0 0 31 0 0 0 15 0 19 0 902593174 10810163200 20908 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 228134529945 0 4 0 16800975 18446604453956194432 0 0 -1 2 0 0 0
[pid=14223/tid=14239] ppid=14221 vsize=10556800 CPUtime=0.71 cores=0,2,4,6
/proc/14223/task/14239/stat : 14239 (java) S 14221 14223 12190 0 -1 4202560 8435 0 0 0 70 1 0 0 18 0 19 0 902593174 10810163200 20908 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 228134529945 0 4 0 16800975 18446604453956194432 0 0 -1 0 0 0 0
[pid=14223/tid=14240] ppid=14221 vsize=10556800 CPUtime=0 cores=0,2,4,6
/proc/14223/task/14240/stat : 14240 (java) S 14221 14223 12190 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902593174 10810163200 20908 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 228134529945 0 4 0 16800975 18446604453956194432 0 0 -1 6 0 0 0
[pid=14223/tid=14241] ppid=14221 vsize=10556800 CPUtime=0 cores=0,2,4,6
/proc/14223/task/14241/stat : 14241 (java) S 14221 14223 12190 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 902593174 10810163200 20908 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 228134530560 0 4 0 16800975 18446604453956194432 0 0 -1 0 0 0 0
[pid=14223/tid=14242] ppid=14221 vsize=10556800 CPUtime=0 cores=0,2,4,6
/proc/14223/task/14242/stat : 14242 (java) S 14221 14223 12190 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902593185 10810163200 20908 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 228134530560 0 4 0 16800975 18446604453956194432 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 38.64
Current children cumulated vsize (KiB) 10556800

[startup+38.3014 s]
/proc/loadavg: 1.98 1.97 1.89 3/214 14243
/proc/meminfo: memFree=1136484/32951124 swapFree=67051728/67111528
[pid=14223] ppid=14221 vsize=10556800 CPUtime=39.48 cores=0,2,4,6
/proc/14223/stat : 14223 (java) S 14221 14223 12190 0 -1 4202496 26207 0 1 0 3943 5 0 0 25 0 19 0 902593169 10810163200 20910 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14223/statm: 2639200 20910 2250 9 0 2629934 0
[pid=14223/tid=14224] ppid=14221 vsize=10556800 CPUtime=36.49 cores=0,2,4,6
/proc/14223/task/14224/stat : 14224 (java) R 14221 14223 12190 0 -1 4202560 12471 0 1 0 3648 1 0 0 18 0 19 0 902593169 10810163200 20910 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 46912505166908 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=14223/tid=14226] ppid=14221 vsize=10556800 CPUtime=0.03 cores=0,2,4,6
/proc/14223/task/14226/stat : 14226 (java) S 14221 14223 12190 0 -1 4202560 90 0 0 0 3 0 0 0 15 0 19 0 902593171 10810163200 20910 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 228134529945 0 4 0 16800975 18446604453956194432 0 0 -1 2 0 0 0
[pid=14223/tid=14227] ppid=14221 vsize=10556800 CPUtime=0.03 cores=0,2,4,6
/proc/14223/task/14227/stat : 14227 (java) S 14221 14223 12190 0 -1 4202560 15 0 0 0 3 0 0 0 15 0 19 0 902593171 10810163200 20910 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 228134529945 0 4 0 16800975 18446604453956194432 0 0 -1 2 0 0 0
[pid=14223/tid=14228] ppid=14221 vsize=10556800 CPUtime=0.03 cores=0,2,4,6
/proc/14223/task/14228/stat : 14228 (java) S 14221 14223 12190 0 -1 4202560 109 0 0 0 3 0 0 0 15 0 19 0 902593171 10810163200 20910 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 228134529945 0 4 0 16800975 18446604453956194432 0 0 -1 0 0 0 0
[pid=14223/tid=14229] ppid=14221 vsize=10556800 CPUtime=0.03 cores=0,2,4,6
/proc/14223/task/14229/stat : 14229 (java) S 14221 14223 12190 0 -1 4202560 78 0 0 0 3 0 0 0 15 0 19 0 902593171 10810163200 20910 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 228134529945 0 4 0 16800975 18446604453956194432 0 0 -1 0 0 0 0
[pid=14223/tid=14230] ppid=14221 vsize=10556800 CPUtime=0.03 cores=0,2,4,6
/proc/14223/task/14230/stat : 14230 (java) S 14221 14223 12190 0 -1 4202560 9 0 0 0 3 0 0 0 15 0 19 0 902593171 10810163200 20910 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 228134529945 0 4 0 16800975 18446604453956194432 0 0 -1 0 0 0 0
[pid=14223/tid=14231] ppid=14221 vsize=10556800 CPUtime=0.03 cores=0,2,4,6
/proc/14223/task/14231/stat : 14231 (java) S 14221 14223 12190 0 -1 4202560 38 0 0 0 3 0 0 0 15 0 19 0 902593171 10810163200 20910 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 228134529945 0 4 0 16800975 18446604453956194432 0 0 -1 6 0 0 0
[pid=14223/tid=14232] ppid=14221 vsize=10556800 CPUtime=0.04 cores=0,2,4,6
/proc/14223/task/14232/stat : 14232 (java) S 14221 14223 12190 0 -1 4202560 124 0 0 0 4 0 0 0 15 0 19 0 902593171 10810163200 20910 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 228134529945 0 4 0 16800975 18446604453956194432 0 0 -1 2 0 0 0
[pid=14223/tid=14233] ppid=14221 vsize=10556800 CPUtime=0.03 cores=0,2,4,6
/proc/14223/task/14233/stat : 14233 (java) S 14221 14223 12190 0 -1 4202560 211 0 0 0 3 0 0 0 15 0 19 0 902593171 10810163200 20910 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 228134529945 0 4 0 16800975 18446604453956194432 0 0 -1 6 0 0 0
[pid=14223/tid=14234] ppid=14221 vsize=10556800 CPUtime=1.6 cores=0,2,4,6
/proc/14223/task/14234/stat : 14234 (java) S 14221 14223 12190 0 -1 4202560 938 0 0 0 159 1 0 0 16 0 19 0 902593172 10810163200 20910 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 228134530560 0 0 0 16800975 18446604453956194432 0 0 -1 4 0 0 0
[pid=14223/tid=14235] ppid=14221 vsize=10556800 CPUtime=0 cores=0,2,4,6
/proc/14223/task/14235/stat : 14235 (java) S 14221 14223 12190 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 902593172 10810163200 20910 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 228134529945 0 4 0 16800975 18446604453956194432 0 0 -1 6 0 0 0
[pid=14223/tid=14236] ppid=14221 vsize=10556800 CPUtime=0 cores=0,2,4,6
/proc/14223/task/14236/stat : 14236 (java) S 14221 14223 12190 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 902593172 10810163200 20910 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 228134529945 0 4 0 16800975 18446604453956194432 0 0 -1 6 0 0 0
[pid=14223/tid=14237] ppid=14221 vsize=10556800 CPUtime=0 cores=0,2,4,6
/proc/14223/task/14237/stat : 14237 (java) S 14221 14223 12190 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902593174 10810163200 20910 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 228134537649 0 4 0 16800975 18446604453956194432 0 0 -1 6 0 0 0
[pid=14223/tid=14238] ppid=14221 vsize=10556800 CPUtime=0.33 cores=0,2,4,6
/proc/14223/task/14238/stat : 14238 (java) S 14221 14223 12190 0 -1 4202560 2534 0 0 0 33 0 0 0 16 0 19 0 902593174 10810163200 20910 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 228134529945 0 4 0 16800975 18446604453956194432 0 0 -1 2 0 0 0
[pid=14223/tid=14239] ppid=14221 vsize=10556800 CPUtime=0.73 cores=0,2,4,6
/proc/14223/task/14239/stat : 14239 (java) S 14221 14223 12190 0 -1 4202560 8435 0 0 0 72 1 0 0 15 0 19 0 902593174 10810163200 20910 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 228134529945 0 4 0 16800975 18446604453956194432 0 0 -1 0 0 0 0
[pid=14223/tid=14240] ppid=14221 vsize=10556800 CPUtime=0 cores=0,2,4,6
/proc/14223/task/14240/stat : 14240 (java) S 14221 14223 12190 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902593174 10810163200 20910 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 228134529945 0 4 0 16800975 18446604453956194432 0 0 -1 6 0 0 0
[pid=14223/tid=14241] ppid=14221 vsize=10556800 CPUtime=0 cores=0,2,4,6
/proc/14223/task/14241/stat : 14241 (java) S 14221 14223 12190 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 902593174 10810163200 20910 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 228134530560 0 4 0 16800975 18446604453956194432 0 0 -1 0 0 0 0
[pid=14223/tid=14242] ppid=14221 vsize=10556800 CPUtime=0 cores=0,2,4,6
/proc/14223/task/14242/stat : 14242 (java) S 14221 14223 12190 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902593185 10810163200 20910 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 228134530560 0 4 0 16800975 18446604453956194432 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 39.48
Current children cumulated vsize (KiB) 10556800

[startup+38.7013 s]
/proc/loadavg: 1.98 1.97 1.89 3/214 14243
/proc/meminfo: memFree=1136484/32951124 swapFree=67051728/67111528
[pid=14223] ppid=14221 vsize=10556800 CPUtime=39.88 cores=0,2,4,6
/proc/14223/stat : 14223 (java) S 14221 14223 12190 0 -1 4202496 26210 0 1 0 3983 5 0 0 25 0 19 0 902593169 10810163200 20912 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14223/statm: 2639200 20912 2250 9 0 2629934 0
[pid=14223/tid=14224] ppid=14221 vsize=10556800 CPUtime=36.87 cores=0,2,4,6
/proc/14223/task/14224/stat : 14224 (java) R 14221 14223 12190 0 -1 4202560 12474 0 1 0 3686 1 0 0 18 0 19 0 902593169 10810163200 20912 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 46912505199211 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=14223/tid=14226] ppid=14221 vsize=10556800 CPUtime=0.03 cores=0,2,4,6
/proc/14223/task/14226/stat : 14226 (java) S 14221 14223 12190 0 -1 4202560 90 0 0 0 3 0 0 0 15 0 19 0 902593171 10810163200 20912 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 228134529945 0 4 0 16800975 18446604453956194432 0 0 -1 0 0 0 0
[pid=14223/tid=14227] ppid=14221 vsize=10556800 CPUtime=0.03 cores=0,2,4,6
/proc/14223/task/14227/stat : 14227 (java) S 14221 14223 12190 0 -1 4202560 15 0 0 0 3 0 0 0 15 0 19 0 902593171 10810163200 20912 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 228134529945 0 4 0 16800975 18446604453956194432 0 0 -1 2 0 0 0
[pid=14223/tid=14228] ppid=14221 vsize=10556800 CPUtime=0.03 cores=0,2,4,6
/proc/14223/task/14228/stat : 14228 (java) S 14221 14223 12190 0 -1 4202560 109 0 0 0 3 0 0 0 15 0 19 0 902593171 10810163200 20912 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 228134529945 0 4 0 16800975 18446604453956194432 0 0 -1 0 0 0 0
[pid=14223/tid=14229] ppid=14221 vsize=10556800 CPUtime=0.03 cores=0,2,4,6
/proc/14223/task/14229/stat : 14229 (java) S 14221 14223 12190 0 -1 4202560 78 0 0 0 3 0 0 0 15 0 19 0 902593171 10810163200 20912 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 228134529945 0 4 0 16800975 18446604453956194432 0 0 -1 0 0 0 0
[pid=14223/tid=14230] ppid=14221 vsize=10556800 CPUtime=0.03 cores=0,2,4,6
/proc/14223/task/14230/stat : 14230 (java) S 14221 14223 12190 0 -1 4202560 9 0 0 0 3 0 0 0 15 0 19 0 902593171 10810163200 20912 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 228134529945 0 4 0 16800975 18446604453956194432 0 0 -1 0 0 0 0
[pid=14223/tid=14231] ppid=14221 vsize=10556800 CPUtime=0.03 cores=0,2,4,6
/proc/14223/task/14231/stat : 14231 (java) S 14221 14223 12190 0 -1 4202560 38 0 0 0 3 0 0 0 15 0 19 0 902593171 10810163200 20912 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 228134529945 0 4 0 16800975 18446604453956194432 0 0 -1 6 0 0 0
[pid=14223/tid=14232] ppid=14221 vsize=10556800 CPUtime=0.04 cores=0,2,4,6
/proc/14223/task/14232/stat : 14232 (java) S 14221 14223 12190 0 -1 4202560 124 0 0 0 4 0 0 0 15 0 19 0 902593171 10810163200 20912 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 228134529945 0 4 0 16800975 18446604453956194432 0 0 -1 2 0 0 0
[pid=14223/tid=14233] ppid=14221 vsize=10556800 CPUtime=0.03 cores=0,2,4,6
/proc/14223/task/14233/stat : 14233 (java) S 14221 14223 12190 0 -1 4202560 211 0 0 0 3 0 0 0 15 0 19 0 902593171 10810163200 20912 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 228134529945 0 4 0 16800975 18446604453956194432 0 0 -1 6 0 0 0
[pid=14223/tid=14234] ppid=14221 vsize=10556800 CPUtime=1.62 cores=0,2,4,6
/proc/14223/task/14234/stat : 14234 (java) S 14221 14223 12190 0 -1 4202560 938 0 0 0 161 1 0 0 16 0 19 0 902593172 10810163200 20912 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 228134530560 0 0 0 16800975 18446604453956194432 0 0 -1 4 0 0 0
[pid=14223/tid=14235] ppid=14221 vsize=10556800 CPUtime=0 cores=0,2,4,6
/proc/14223/task/14235/stat : 14235 (java) S 14221 14223 12190 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 902593172 10810163200 20912 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 228134529945 0 4 0 16800975 18446604453956194432 0 0 -1 6 0 0 0
[pid=14223/tid=14236] ppid=14221 vsize=10556800 CPUtime=0 cores=0,2,4,6
/proc/14223/task/14236/stat : 14236 (java) S 14221 14223 12190 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 902593172 10810163200 20912 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 228134529945 0 4 0 16800975 18446604453956194432 0 0 -1 6 0 0 0
[pid=14223/tid=14237] ppid=14221 vsize=10556800 CPUtime=0 cores=0,2,4,6
/proc/14223/task/14237/stat : 14237 (java) S 14221 14223 12190 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902593174 10810163200 20912 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 228134537649 0 4 0 16800975 18446604453956194432 0 0 -1 6 0 0 0
[pid=14223/tid=14238] ppid=14221 vsize=10556800 CPUtime=0.33 cores=0,2,4,6
/proc/14223/task/14238/stat : 14238 (java) S 14221 14223 12190 0 -1 4202560 2534 0 0 0 33 0 0 0 16 0 19 0 902593174 10810163200 20912 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 228134529945 0 4 0 16800975 18446604453956194432 0 0 -1 2 0 0 0
[pid=14223/tid=14239] ppid=14221 vsize=10556800 CPUtime=0.73 cores=0,2,4,6
/proc/14223/task/14239/stat : 14239 (java) S 14221 14223 12190 0 -1 4202560 8435 0 0 0 72 1 0 0 15 0 19 0 902593174 10810163200 20912 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 228134529945 0 4 0 16800975 18446604453956194432 0 0 -1 0 0 0 0
[pid=14223/tid=14240] ppid=14221 vsize=10556800 CPUtime=0 cores=0,2,4,6
/proc/14223/task/14240/stat : 14240 (java) S 14221 14223 12190 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902593174 10810163200 20912 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 228134529945 0 4 0 16800975 18446604453956194432 0 0 -1 6 0 0 0
[pid=14223/tid=14241] ppid=14221 vsize=10556800 CPUtime=0 cores=0,2,4,6
/proc/14223/task/14241/stat : 14241 (java) S 14221 14223 12190 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 902593174 10810163200 20912 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 228134530560 0 4 0 16800975 18446604453956194432 0 0 -1 0 0 0 0
[pid=14223/tid=14242] ppid=14221 vsize=10556800 CPUtime=0 cores=0,2,4,6
/proc/14223/task/14242/stat : 14242 (java) S 14221 14223 12190 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902593185 10810163200 20912 33554432000 1073741824 1073778376 140736921078624 18446744073709551615 228134530560 0 4 0 16800975 18446604453956194432 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 39.88
Current children cumulated vsize (KiB) 10556800

Child status: 30
Real time (s): 38.7244
CPU time (s): 39.9089
CPU user time (s): 39.8499
CPU system time (s): 0.058991
CPU usage (%): 103.059
Max. virtual memory (cumulated for all children) (KiB): 10566860

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39.8499
system time used= 0.058991
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26230
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4424
involuntary context switches= 1749

runsolver used 0.070989 second user time and 0.152976 second system time

The end

Launcher Data

Begin job on node138 at 2011-06-12 22:19:12
IDJOB=3492549
IDBENCH=78876
IDSOLVER=1982
FILE ID=node138/3492549-1307909952
RUNJOBID= node138-1307908076-13712
PBS_JOBID= 13559517
Free space on /var/tmp= 2896 MiB

SOLVER NAME= Sat4j Resolution 2011-06-08
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111218757--soft-33-100-0.wbo
COMMAND LINE= java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3492549-1307909952/watcher-3492549-1307909952 -o /var/tmp/evaluation-result-3492549-1307909952/solver-3492549-1307909952 -C 1800 -W 1900 -M 15500  java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492549-1307909952.wbo

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

MD5SUM BENCH= 38c8dd1463da5f11da3559d57124aa5b
RANDOM SEED=602186849

node138.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.80
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       1221580 kB
Buffers:         69612 kB
Cached:       30624692 kB
SwapCached:      13084 kB
Active:       16092188 kB
Inactive:     14679608 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       1221580 kB
SwapTotal:    67111528 kB
SwapFree:     67051728 kB
Dirty:            1020 kB
Writeback:           0 kB
AnonPages:       75544 kB
Mapped:          17116 kB
Slab:           894672 kB
PageTables:       4968 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 10545452 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /var/tmp at the end= 2896 MiB
End job on node138 at 2011-06-12 22:19:51