Trace number 3492458

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 34.9797 33.7718

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111224255--soft-33-100-0.wbo
MD5SUM51ec66e2af29a72ddad86a3465d2cbc7
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark8
Best CPU time to get the best result obtained on this benchmark2.00269
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 constraints69
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 3204
Min constraint cost 1
Max constraint cost 97
Sum of constraints costs 3203
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1217
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.04/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.04/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.08	c See www.sat4j.org for details.
0.04/0.08	c version 2.3.1.v20110525
0.04/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.08	c java.vm.version	19.1-b02
0.04/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.08	c sun.arch.data.model	64
0.04/0.08	c java.version		1.6.0_24
0.04/0.08	c os.name		Linux
0.04/0.08	c os.version		2.6.18-164.el5
0.04/0.08	c os.arch		amd64
0.04/0.08	c Free memory 		9996466904
0.04/0.08	c Max memory 		10048897024
0.04/0.08	c Total memory 		10048897024
0.04/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@13d4c61c
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3492458-1307909870.wbo
0.10/0.11	c reading problem ... 
0.10/0.16	c ... done. Wall clock time 0.055s.
0.10/0.16	c #vars     238
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 => 27
0.10/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 20
0.10/0.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
0.10/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 51
0.29/0.25	c SATISFIABLE
0.29/0.25	c OPTIMIZING...
0.29/0.25	c Got one! Elapsed wall clock time (in seconds):0.139
0.29/0.25	o 421
0.53/0.31	c Got one! Elapsed wall clock time (in seconds):0.201
0.53/0.31	o 396
0.53/0.33	c Got one! Elapsed wall clock time (in seconds):0.219
0.53/0.33	o 377
0.53/0.34	c Got one! Elapsed wall clock time (in seconds):0.229
0.53/0.34	o 336
0.53/0.36	c Got one! Elapsed wall clock time (in seconds):0.25
0.53/0.36	o 310
0.65/0.45	c Got one! Elapsed wall clock time (in seconds):0.345
0.65/0.45	o 284
0.77/0.54	c cleaning 3585 clauses out of 7176 with flag 2000/7176
0.77/0.57	c Got one! Elapsed wall clock time (in seconds):0.468
0.77/0.57	o 282
0.90/0.62	c Got one! Elapsed wall clock time (in seconds):0.515
0.90/0.62	o 273
1.02/0.73	c Got one! Elapsed wall clock time (in seconds):0.62
1.02/0.73	o 266
1.02/0.76	c Got one! Elapsed wall clock time (in seconds):0.655
1.02/0.76	o 249
1.12/0.81	c cleaning 5215 clauses out of 10434 with flag 1001/14019
1.12/0.86	c Got one! Elapsed wall clock time (in seconds):0.752
1.12/0.86	o 248
1.22/0.98	c cleaning 5114 clauses out of 10234 with flag 4000/19034
1.43/1.13	c Got one! Elapsed wall clock time (in seconds):1.023
1.43/1.13	o 239
1.43/1.17	c cleaning 5145 clauses out of 10299 with flag 1000/24213
1.65/1.37	c cleaning 5570 clauses out of 11154 with flag 7000/30213
1.76/1.42	c Got one! Elapsed wall clock time (in seconds):1.31
1.76/1.42	o 224
1.86/1.52	c Got one! Elapsed wall clock time (in seconds):1.41
1.86/1.52	o 206
1.96/1.60	c cleaning 5831 clauses out of 11674 with flag 2002/36303
2.06/1.79	c Got one! Elapsed wall clock time (in seconds):1.681
2.06/1.79	o 203
2.27/1.91	c Got one! Elapsed wall clock time (in seconds):1.808
2.27/1.91	o 142
2.37/2.01	c cleaning 8563 clauses out of 17132 with flag 2002/47592
2.57/2.23	c cleaning 7280 clauses out of 14568 with flag 8001/53591
2.77/2.49	c cleaning 7134 clauses out of 14287 with flag 15000/60590
3.07/2.79	c cleaning 7568 clauses out of 15154 with flag 23001/68591
3.47/3.10	c Got one! Elapsed wall clock time (in seconds):2.993
3.47/3.10	o 133
3.68/3.31	c cleaning 10505 clauses out of 21015 with flag 5000/82020
3.87/3.54	c cleaning 8252 clauses out of 16510 with flag 11000/88020
4.07/3.79	c cleaning 7626 clauses out of 15258 with flag 18000/95020
4.28/3.98	c Got one! Elapsed wall clock time (in seconds):3.87
4.28/3.98	o 125
4.48/4.17	c cleaning 8837 clauses out of 17686 with flag 5001/105074
4.78/4.43	c cleaning 7420 clauses out of 14852 with flag 11004/111077
4.98/4.69	c cleaning 7212 clauses out of 14429 with flag 18001/118074
5.38/5.01	c cleaning 7604 clauses out of 15220 with flag 26004/126077
5.71/5.39	c cleaning 8302 clauses out of 16612 with flag 35000/135073
6.37/5.79	c cleaning 9151 clauses out of 18311 with flag 45001/145074
6.71/5.95	c Got one! Elapsed wall clock time (in seconds):5.844
6.71/5.95	o 118
6.91/6.04	c cleaning 7539 clauses out of 15085 with flag 2001/150999
7.24/6.27	c cleaning 6768 clauses out of 13545 with flag 8000/156998
7.55/6.56	c cleaning 6876 clauses out of 13777 with flag 15000/163998
7.74/6.77	c Got one! Elapsed wall clock time (in seconds):6.66
7.74/6.77	o 110
7.95/6.97	c cleaning 8839 clauses out of 17690 with flag 5002/174787
8.25/7.20	c cleaning 7423 clauses out of 14851 with flag 11002/180787
8.45/7.45	c cleaning 7209 clauses out of 14426 with flag 18000/187785
8.66/7.70	c Got one! Elapsed wall clock time (in seconds):7.593
8.66/7.70	o 107
8.98/7.90	c cleaning 9642 clauses out of 19292 with flag 5001/199860
9.19/8.13	c cleaning 7821 clauses out of 15651 with flag 11002/205861
9.40/8.38	c cleaning 7410 clauses out of 14829 with flag 18001/212860
9.70/8.69	c cleaning 7704 clauses out of 15418 with flag 26000/220859
10.10/9.04	c cleaning 8351 clauses out of 16714 with flag 35000/229859
10.50/9.48	c cleaning 9178 clauses out of 18363 with flag 45000/239859
10.90/9.83	c Got one! Elapsed wall clock time (in seconds):9.727
10.90/9.83	o 86
11.10/10.06	c cleaning 11725 clauses out of 23456 with flag 5001/254130
11.30/10.29	c cleaning 8862 clauses out of 17731 with flag 11001/260130
11.60/10.56	c cleaning 7933 clauses out of 15869 with flag 18001/267130
11.90/10.89	c cleaning 7964 clauses out of 15935 with flag 26000/275129
12.31/11.24	c cleaning 8484 clauses out of 16972 with flag 35001/284130
12.71/11.66	c cleaning 9237 clauses out of 18487 with flag 45000/294129
13.21/12.11	c cleaning 9618 clauses out of 19252 with flag 55002/304131
13.61/12.54	c cleaning 9813 clauses out of 19633 with flag 65001/314130
14.01/12.94	c cleaning 9902 clauses out of 19819 with flag 75000/324129
14.32/13.26	c Got one! Elapsed wall clock time (in seconds):13.149
14.32/13.26	o 66
14.51/13.47	c cleaning 11613 clauses out of 23234 with flag 5001/337446
14.81/13.71	c cleaning 8805 clauses out of 17620 with flag 11000/343445
15.02/13.99	c cleaning 7903 clauses out of 15817 with flag 18002/350447
15.32/14.25	c Got one! Elapsed wall clock time (in seconds):14.14
15.32/14.25	o 63
15.52/14.45	c cleaning 9874 clauses out of 19758 with flag 5001/362291
15.72/14.67	c cleaning 7938 clauses out of 15883 with flag 11000/368290
16.04/14.93	c cleaning 7467 clauses out of 14946 with flag 18001/375291
16.04/14.99	c Got one! Elapsed wall clock time (in seconds):14.885
16.04/14.99	o 50
16.24/15.16	c cleaning 6542 clauses out of 13091 with flag 4000/380903
16.44/15.38	c cleaning 6269 clauses out of 12550 with flag 10001/386904
16.74/15.64	c cleaning 6637 clauses out of 13280 with flag 17000/393903
17.04/15.93	c cleaning 7317 clauses out of 14643 with flag 25000/401903
17.34/16.25	c cleaning 8159 clauses out of 16326 with flag 34000/410903
17.54/16.48	c Got one! Elapsed wall clock time (in seconds):16.373
17.54/16.48	o 45
17.84/16.71	c cleaning 9467 clauses out of 18941 with flag 5000/421677
18.04/16.93	c cleaning 7736 clauses out of 15477 with flag 11003/427680
18.24/17.19	c cleaning 7366 clauses out of 14740 with flag 18002/434679
18.65/17.51	c cleaning 7684 clauses out of 15373 with flag 26001/442678
18.95/17.83	c cleaning 8340 clauses out of 16688 with flag 35000/451677
19.35/18.22	c cleaning 9172 clauses out of 18350 with flag 45002/461679
19.65/18.59	c cleaning 9582 clauses out of 19177 with flag 55001/471678
20.05/18.95	c cleaning 9790 clauses out of 19595 with flag 65001/481678
20.45/19.33	c cleaning 9899 clauses out of 19806 with flag 75002/491679
20.65/19.60	c Got one! Elapsed wall clock time (in seconds):19.489
20.65/19.60	o 27
20.95/19.82	c cleaning 11283 clauses out of 22572 with flag 5000/504344
21.15/20.04	c cleaning 8640 clauses out of 17289 with flag 11000/510344
21.35/20.28	c cleaning 7820 clauses out of 15650 with flag 18001/517345
21.65/20.57	c cleaning 7909 clauses out of 15830 with flag 26001/525345
21.96/20.90	c cleaning 8457 clauses out of 16921 with flag 35001/534345
22.35/21.26	c cleaning 9223 clauses out of 18464 with flag 45001/544345
22.75/21.60	c cleaning 9614 clauses out of 19240 with flag 55000/554344
22.96/21.86	c Got one! Elapsed wall clock time (in seconds):21.753
22.96/21.86	o 15
23.26/22.11	c cleaning 11371 clauses out of 22750 with flag 5000/567468
23.47/22.33	c cleaning 8687 clauses out of 17379 with flag 11000/573468
23.67/22.59	c cleaning 7842 clauses out of 15692 with flag 18000/580468
23.97/22.87	c cleaning 7920 clauses out of 15852 with flag 26002/588470
24.27/23.17	c cleaning 8463 clauses out of 16933 with flag 35003/597471
24.67/23.53	c cleaning 9231 clauses out of 18467 with flag 45000/607468
25.07/23.92	c cleaning 9614 clauses out of 19236 with flag 55000/617468
25.38/24.28	c cleaning 9807 clauses out of 19624 with flag 65002/627470
25.57/24.49	c Got one! Elapsed wall clock time (in seconds):24.38
25.57/24.49	o 10
25.87/24.71	c cleaning 10359 clauses out of 20724 with flag 5001/638377
26.07/24.92	c cleaning 8180 clauses out of 16365 with flag 11001/644377
26.27/25.18	c cleaning 7588 clauses out of 15187 with flag 18003/651379
26.57/25.45	c cleaning 7795 clauses out of 15598 with flag 26002/659378
26.87/25.76	c cleaning 8397 clauses out of 16803 with flag 35002/668378
27.28/26.12	c cleaning 9199 clauses out of 18404 with flag 45000/678376
27.58/26.48	c cleaning 9601 clauses out of 19207 with flag 55002/688378
27.98/26.84	c cleaning 9797 clauses out of 19604 with flag 65000/698376
28.38/27.23	c cleaning 9901 clauses out of 19811 with flag 75004/708380
28.78/27.62	c cleaning 9951 clauses out of 19907 with flag 85001/718377
29.08/27.99	c cleaning 9975 clauses out of 19958 with flag 95003/728379
29.48/28.36	c cleaning 9985 clauses out of 19980 with flag 105000/738376
29.88/28.73	c cleaning 9993 clauses out of 19995 with flag 115000/748376
30.18/29.09	c cleaning 9999 clauses out of 20002 with flag 125000/758376
30.58/29.47	c cleaning 9996 clauses out of 20004 with flag 135001/768377
30.99/29.85	c cleaning 10000 clauses out of 20008 with flag 145001/778377
31.39/30.21	c cleaning 10000 clauses out of 20007 with flag 155000/788376
31.69/30.58	c cleaning 9996 clauses out of 20008 with flag 165001/798377
32.09/30.92	c cleaning 10002 clauses out of 20012 with flag 175001/808377
32.39/31.29	c cleaning 10004 clauses out of 20014 with flag 185005/818381
32.79/31.66	c cleaning 10000 clauses out of 20006 with flag 195001/828377
33.19/32.02	c cleaning 10003 clauses out of 20008 with flag 205003/838379
33.49/32.39	c cleaning 9995 clauses out of 20002 with flag 215000/848376
33.59/32.45	c Got one! Elapsed wall clock time (in seconds):32.34
33.59/32.45	o 8
33.69/32.59	c cleaning 7761 clauses out of 15536 with flag 4001/853905
33.99/32.80	c cleaning 6881 clauses out of 13775 with flag 10001/859905
34.20/33.05	c cleaning 6944 clauses out of 13893 with flag 17000/866904
34.49/33.33	c cleaning 7468 clauses out of 14949 with flag 25000/874904
34.79/33.68	c cleaning 8240 clauses out of 16483 with flag 34003/883907
34.89/33.76	c starts		: 200
34.89/33.76	c conflicts		: 885906
34.89/33.76	c decisions		: 1403477
34.89/33.76	c propagations		: 21892421
34.89/33.76	c inspects		: 200671516
34.89/33.76	c shortcuts		: 0
34.89/33.76	c learnt literals	: 6
34.89/33.76	c learnt binary clauses	: 75
34.89/33.76	c learnt ternary clauses	: 598
34.89/33.76	c learnt constraints	: 885899
34.89/33.76	c ignored constraints	: 0
34.89/33.76	c root simplifications	: 0
34.89/33.76	c removed literals (reason simplification)	: 6163737
34.89/33.76	c reason swapping (by a shorter reason)	: 0
34.89/33.76	c Calls to reduceDB	: 103
34.89/33.76	c number of reductions to clauses (during analyze)	: 0
34.89/33.76	c number of learned constraints concerned by reduction	: 0
34.89/33.76	c number of learning phase by resolution	: 0
34.89/33.76	c number of learning phase by cutting planes	: 0
34.89/33.76	c speed (assignments/second)	: 1.6648228897338403E7
34.89/33.76	c non guided choices	1468
34.89/33.76	c learnt constraints type 
34.89/33.76	c constraints type 
34.89/33.76	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
34.89/33.76	c org.sat4j.minisat.constraints.card.MinWatchCard => 20
34.89/33.76	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
34.89/33.76	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 51
34.89/33.76	s OPTIMUM FOUND
34.89/33.76	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 
34.89/33.76	c objective function=8
34.89/33.76	c Total wall clock time (in seconds): 33.656

Verifier Data

OK	8

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-3492458-1307909870/watcher-3492458-1307909870 -o /var/tmp/evaluation-result-3492458-1307909870/solver-3492458-1307909870 -C 1800 -W 1900 -M 15500 java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492458-1307909870.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: 1.88 1.97 1.93 3/195 13032
/proc/meminfo: memFree=1375372/32951124 swapFree=67054448/67111528
[pid=13032] ppid=13030 vsize=24004 CPUtime=0 cores=1,3,5,7
/proc/13032/stat : 13032 (java) R 13030 13032 8455 0 -1 4202496 1128 0 0 0 0 0 0 0 25 0 2 0 883402598 24580096 864 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270338440177 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/13032/statm: 6001 864 652 9 0 381 0
[pid=13032/tid=13033] ppid=13030 vsize=24004 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13033/stat : 13033 (java) R 13030 13032 8455 0 -1 4202560 15 0 0 0 0 0 0 0 25 0 2 0 883402599 24580096 867 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270338008416 0 0 4096 0 0 0 0 -1 1 0 0 0

[startup+0.058382 s]
/proc/loadavg: 1.88 1.97 1.93 3/195 13032
/proc/meminfo: memFree=1375372/32951124 swapFree=67054448/67111528
[pid=13032] ppid=13030 vsize=10467616 CPUtime=0.04 cores=1,3,5,7
/proc/13032/stat : 13032 (java) S 13030 13032 8455 0 -1 4202496 11540 0 1 0 3 1 0 0 25 0 13 0 883402598 10718838784 11235 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270350186469 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0 0
/proc/13032/statm: 2616904 11235 1691 9 0 2607652 0
[pid=13032/tid=13033] ppid=13030 vsize=10467616 CPUtime=0.03 cores=1,3,5,7
/proc/13032/task/13033/stat : 13033 (java) S 13030 13032 8455 0 -1 4202560 10391 0 1 0 3 0 0 0 25 0 13 0 883402599 10718838784 11235 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270338379621 0 2147483391 0 16800971 18446744071699199166 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 10467616

[startup+0.100368 s]
/proc/loadavg: 1.88 1.97 1.93 3/195 13032
/proc/meminfo: memFree=1375372/32951124 swapFree=67054448/67111528
[pid=13032] ppid=13030 vsize=10539808 CPUtime=0.1 cores=1,3,5,7
/proc/13032/stat : 13032 (java) S 13030 13032 8455 0 -1 4202496 13096 0 1 0 9 1 0 0 25 0 18 0 883402598 10792763392 12756 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/13032/statm: 2634952 12756 2092 9 0 2625686 0
[pid=13032/tid=13033] ppid=13030 vsize=10539808 CPUtime=0.08 cores=1,3,5,7
/proc/13032/task/13033/stat : 13033 (java) R 13030 13032 8455 0 -1 4202560 11137 0 1 0 7 1 0 0 18 0 18 0 883402599 10792763392 12757 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270338427063 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10539808

[startup+0.300329 s]
/proc/loadavg: 1.88 1.97 1.93 3/195 13032
/proc/meminfo: memFree=1375372/32951124 swapFree=67054448/67111528
[pid=13032] ppid=13030 vsize=10544324 CPUtime=0.53 cores=1,3,5,7
/proc/13032/stat : 13032 (java) S 13030 13032 8455 0 -1 4202496 16012 0 1 0 51 2 0 0 25 0 19 0 883402598 10797387776 14812 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/13032/statm: 2636081 14812 2214 9 0 2626815 0
[pid=13032/tid=13033] ppid=13030 vsize=10544324 CPUtime=0.28 cores=1,3,5,7
/proc/13032/task/13033/stat : 13033 (java) R 13030 13032 8455 0 -1 4202560 11774 0 1 0 27 1 0 0 19 0 19 0 883402599 10797387776 14812 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 46912505526544 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 10544324

[startup+0.700248 s]
/proc/loadavg: 1.88 1.97 1.93 3/195 13032
/proc/meminfo: memFree=1375372/32951124 swapFree=67054448/67111528
[pid=13032] ppid=13030 vsize=10544324 CPUtime=1.02 cores=1,3,5,7
/proc/13032/stat : 13032 (java) S 13030 13032 8455 0 -1 4202496 17244 0 1 0 100 2 0 0 25 0 19 0 883402598 10797387776 15744 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/13032/statm: 2636081 15744 2246 9 0 2626815 0
[pid=13032/tid=13033] ppid=13030 vsize=10544324 CPUtime=0.66 cores=1,3,5,7
/proc/13032/task/13033/stat : 13033 (java) R 13030 13032 8455 0 -1 4202560 12168 0 1 0 65 1 0 0 19 0 19 0 883402599 10797387776 15744 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 46912505543680 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 10544324

[startup+1.5011 s]
/proc/loadavg: 1.88 1.97 1.93 4/214 13052
/proc/meminfo: memFree=1319824/32951124 swapFree=67054448/67111528
[pid=13032] ppid=13030 vsize=10544324 CPUtime=1.86 cores=1,3,5,7
/proc/13032/stat : 13032 (java) S 13030 13032 8455 0 -1 4202496 17885 0 1 0 183 3 0 0 25 0 19 0 883402598 10797387776 16242 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/13032/statm: 2636081 16242 2247 9 0 2626815 0
[pid=13032/tid=13033] ppid=13030 vsize=10544324 CPUtime=1.41 cores=1,3,5,7
/proc/13032/task/13033/stat : 13033 (java) R 13030 13032 8455 0 -1 4202560 12172 0 1 0 140 1 0 0 20 0 19 0 883402599 10797387776 16242 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 46912505596663 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=13032/tid=13035] ppid=13030 vsize=10544324 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13035/stat : 13035 (java) S 13030 13032 8455 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 883402601 10797387776 16242 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270350199705 0 4 0 16800975 18446604471030903872 0 0 -1 7 0 0 0
[pid=13032/tid=13036] ppid=13030 vsize=10544324 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13036/stat : 13036 (java) S 13030 13032 8455 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 883402601 10797387776 16242 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270350199705 0 4 0 16800975 18446604471030903872 0 0 -1 1 0 0 0
[pid=13032/tid=13037] ppid=13030 vsize=10544324 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13037/stat : 13037 (java) S 13030 13032 8455 0 -1 4202560 136 0 0 0 0 0 0 0 15 0 19 0 883402601 10797387776 16242 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270350199705 0 4 0 16800975 18446604471030903872 0 0 -1 7 0 0 0
[pid=13032/tid=13038] ppid=13030 vsize=10544324 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13038/stat : 13038 (java) S 13030 13032 8455 0 -1 4202560 153 0 0 0 0 0 0 0 15 0 19 0 883402601 10797387776 16242 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270350199705 0 4 0 16800975 18446604471030903872 0 0 -1 7 0 0 0
[pid=13032/tid=13039] ppid=13030 vsize=10544324 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13039/stat : 13039 (java) S 13030 13032 8455 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 19 0 883402601 10797387776 16242 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270350199705 0 4 0 16800975 18446604471030903872 0 0 -1 7 0 0 0
[pid=13032/tid=13040] ppid=13030 vsize=10544324 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13040/stat : 13040 (java) S 13030 13032 8455 0 -1 4202560 108 0 0 0 0 0 0 0 15 0 19 0 883402601 10797387776 16242 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270350199705 0 4 0 16800975 18446604471030903872 0 0 -1 1 0 0 0
[pid=13032/tid=13041] ppid=13030 vsize=10544324 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13041/stat : 13041 (java) S 13030 13032 8455 0 -1 4202560 63 0 0 0 0 0 0 0 15 0 19 0 883402601 10797387776 16242 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270350199705 0 4 0 16800975 18446604471030903872 0 0 -1 7 0 0 0
[pid=13032/tid=13042] ppid=13030 vsize=10544324 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13042/stat : 13042 (java) S 13030 13032 8455 0 -1 4202560 86 0 0 0 0 0 0 0 15 0 19 0 883402601 10797387776 16242 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270350199705 0 4 0 16800975 18446604471030903872 0 0 -1 5 0 0 0
[pid=13032/tid=13043] ppid=13030 vsize=10544324 CPUtime=0.05 cores=1,3,5,7
/proc/13032/task/13043/stat : 13043 (java) S 13030 13032 8455 0 -1 4202560 419 0 0 0 5 0 0 0 16 0 19 0 883402602 10797387776 16242 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270350200320 0 0 0 16800975 18446604471030903872 0 0 -1 3 0 0 0
[pid=13032/tid=13044] ppid=13030 vsize=10544324 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13044/stat : 13044 (java) S 13030 13032 8455 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 883402602 10797387776 16242 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270350199705 0 4 0 16800975 18446604471030903872 0 0 -1 5 0 0 0
[pid=13032/tid=13045] ppid=13030 vsize=10544324 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13045/stat : 13045 (java) S 13030 13032 8455 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 883402602 10797387776 16242 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270350199705 0 4 0 16800975 18446604471030903872 0 0 -1 5 0 0 0
[pid=13032/tid=13046] ppid=13030 vsize=10544324 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13046/stat : 13046 (java) S 13030 13032 8455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883402604 10797387776 16242 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270350207409 0 4 0 16800975 18446604471030903872 0 0 -1 3 0 0 0
[pid=13032/tid=13047] ppid=13030 vsize=10544324 CPUtime=0.15 cores=1,3,5,7
/proc/13032/task/13047/stat : 13047 (java) S 13030 13032 8455 0 -1 4202560 1644 0 0 0 15 0 0 0 17 0 19 0 883402604 10797387776 16242 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270350199705 0 4 0 16800975 18446604471030903872 0 0 -1 1 0 0 0
[pid=13032/tid=13048] ppid=13030 vsize=10544324 CPUtime=0.2 cores=1,3,5,7
/proc/13032/task/13048/stat : 13048 (java) S 13030 13032 8455 0 -1 4202560 1905 0 0 0 20 0 0 0 15 0 19 0 883402604 10797387776 16242 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270350199705 0 4 0 16800975 18446604471030903872 0 0 -1 5 0 0 0
[pid=13032/tid=13049] ppid=13030 vsize=10544324 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13049/stat : 13049 (java) S 13030 13032 8455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883402604 10797387776 16242 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270350199705 0 4 0 16800975 18446604471030903872 0 0 -1 3 0 0 0
[pid=13032/tid=13050] ppid=13030 vsize=10544324 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13050/stat : 13050 (java) S 13030 13032 8455 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 883402604 10797387776 16242 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270350200320 0 4 0 16800975 18446604471030903872 0 0 -1 5 0 0 0
[pid=13032/tid=13051] ppid=13030 vsize=10544324 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13051/stat : 13051 (java) S 13030 13032 8455 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 883402615 10797387776 16242 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270350200320 0 4 0 16800975 18446604471030903872 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.86
Current children cumulated vsize (KiB) 10544324

[startup+3.10078 s]
/proc/loadavg: 1.88 1.97 1.93 3/214 13052
/proc/meminfo: memFree=1317468/32951124 swapFree=67054448/67111528
[pid=13032] ppid=13030 vsize=10544324 CPUtime=3.47 cores=1,3,5,7
/proc/13032/stat : 13032 (java) S 13030 13032 8455 0 -1 4202496 18281 0 1 0 344 3 0 0 25 0 19 0 883402598 10797387776 16633 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/13032/statm: 2636081 16633 2247 9 0 2626815 0
[pid=13032/tid=13033] ppid=13030 vsize=10544324 CPUtime=2.94 cores=1,3,5,7
/proc/13032/task/13033/stat : 13033 (java) R 13030 13032 8455 0 -1 4202560 12177 0 1 0 293 1 0 0 24 0 19 0 883402599 10797387776 16633 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 46912505526544 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=13032/tid=13035] ppid=13030 vsize=10544324 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13035/stat : 13035 (java) S 13030 13032 8455 0 -1 4202560 59 0 0 0 0 0 0 0 15 0 19 0 883402601 10797387776 16633 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270350199705 0 4 0 16800975 18446604471030903872 0 0 -1 5 0 0 0
[pid=13032/tid=13036] ppid=13030 vsize=10544324 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13036/stat : 13036 (java) S 13030 13032 8455 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 883402601 10797387776 16633 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270350199705 0 4 0 16800975 18446604471030903872 0 0 -1 1 0 0 0
[pid=13032/tid=13037] ppid=13030 vsize=10544324 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13037/stat : 13037 (java) S 13030 13032 8455 0 -1 4202560 136 0 0 0 0 0 0 0 15 0 19 0 883402601 10797387776 16633 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270350199705 0 4 0 16800975 18446604471030903872 0 0 -1 7 0 0 0
[pid=13032/tid=13038] ppid=13030 vsize=10544324 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13038/stat : 13038 (java) S 13030 13032 8455 0 -1 4202560 153 0 0 0 0 0 0 0 15 0 19 0 883402601 10797387776 16633 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270350199705 0 4 0 16800975 18446604471030903872 0 0 -1 5 0 0 0
[pid=13032/tid=13039] ppid=13030 vsize=10544324 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13039/stat : 13039 (java) S 13030 13032 8455 0 -1 4202560 161 0 0 0 0 0 0 0 15 0 19 0 883402601 10797387776 16633 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270350199705 0 4 0 16800975 18446604471030903872 0 0 -1 7 0 0 0
[pid=13032/tid=13040] ppid=13030 vsize=10544324 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13040/stat : 13040 (java) S 13030 13032 8455 0 -1 4202560 109 0 0 0 0 0 0 0 15 0 19 0 883402601 10797387776 16633 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270350199705 0 4 0 16800975 18446604471030903872 0 0 -1 1 0 0 0
[pid=13032/tid=13041] ppid=13030 vsize=10544324 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13041/stat : 13041 (java) S 13030 13032 8455 0 -1 4202560 151 0 0 0 0 0 0 0 15 0 19 0 883402601 10797387776 16633 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270350199705 0 4 0 16800975 18446604471030903872 0 0 -1 7 0 0 0
[pid=13032/tid=13042] ppid=13030 vsize=10544324 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13042/stat : 13042 (java) S 13030 13032 8455 0 -1 4202560 88 0 0 0 0 0 0 0 15 0 19 0 883402601 10797387776 16633 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270350199705 0 4 0 16800975 18446604471030903872 0 0 -1 5 0 0 0
[pid=13032/tid=13043] ppid=13030 vsize=10544324 CPUtime=0.11 cores=1,3,5,7
/proc/13032/task/13043/stat : 13043 (java) S 13030 13032 8455 0 -1 4202560 543 0 0 0 11 0 0 0 16 0 19 0 883402602 10797387776 16633 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270350200320 0 0 0 16800975 18446604471030903872 0 0 -1 3 0 0 0
[pid=13032/tid=13044] ppid=13030 vsize=10544324 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13044/stat : 13044 (java) S 13030 13032 8455 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 883402602 10797387776 16633 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270350199705 0 4 0 16800975 18446604471030903872 0 0 -1 5 0 0 0
[pid=13032/tid=13045] ppid=13030 vsize=10544324 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13045/stat : 13045 (java) S 13030 13032 8455 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 883402602 10797387776 16633 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270350199705 0 4 0 16800975 18446604471030903872 0 0 -1 5 0 0 0
[pid=13032/tid=13046] ppid=13030 vsize=10544324 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13046/stat : 13046 (java) S 13030 13032 8455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883402604 10797387776 16633 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270350207409 0 4 0 16800975 18446604471030903872 0 0 -1 3 0 0 0
[pid=13032/tid=13047] ppid=13030 vsize=10544324 CPUtime=0.15 cores=1,3,5,7
/proc/13032/task/13047/stat : 13047 (java) S 13030 13032 8455 0 -1 4202560 1644 0 0 0 15 0 0 0 17 0 19 0 883402604 10797387776 16633 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270350199705 0 4 0 16800975 18446604471030903872 0 0 -1 1 0 0 0
[pid=13032/tid=13048] ppid=13030 vsize=10544324 CPUtime=0.2 cores=1,3,5,7
/proc/13032/task/13048/stat : 13048 (java) S 13030 13032 8455 0 -1 4202560 1905 0 0 0 20 0 0 0 15 0 19 0 883402604 10797387776 16633 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270350199705 0 4 0 16800975 18446604471030903872 0 0 -1 5 0 0 0
[pid=13032/tid=13049] ppid=13030 vsize=10544324 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13049/stat : 13049 (java) S 13030 13032 8455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883402604 10797387776 16633 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270350199705 0 4 0 16800975 18446604471030903872 0 0 -1 3 0 0 0
[pid=13032/tid=13050] ppid=13030 vsize=10544324 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13050/stat : 13050 (java) S 13030 13032 8455 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 883402604 10797387776 16633 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270350200320 0 4 0 16800975 18446604471030903872 0 0 -1 5 0 0 0
[pid=13032/tid=13051] ppid=13030 vsize=10544324 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13051/stat : 13051 (java) S 13030 13032 8455 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 883402615 10797387776 16633 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270350200320 0 4 0 16800975 18446604471030903872 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.47
Current children cumulated vsize (KiB) 10544324

[startup+6.30115 s]
/proc/loadavg: 1.97 1.99 1.94 3/214 13052
/proc/meminfo: memFree=1292420/32951124 swapFree=67054448/67111528
[pid=13032] ppid=13030 vsize=10544236 CPUtime=7.34 cores=1,3,5,7
/proc/13032/stat : 13032 (java) S 13030 13032 8455 0 -1 4202496 26978 0 1 0 731 3 0 0 25 0 19 0 883402598 10797297664 21030 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/13032/statm: 2636059 21030 2248 9 0 2626793 0
[pid=13032/tid=13033] ppid=13030 vsize=10544236 CPUtime=5.98 cores=1,3,5,7
/proc/13032/task/13033/stat : 13033 (java) R 13030 13032 8455 0 -1 4202560 12190 0 1 0 597 1 0 0 18 0 19 0 883402599 10797297664 21030 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 46912505569039 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=13032/tid=13035] ppid=13030 vsize=10544236 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13035/stat : 13035 (java) S 13030 13032 8455 0 -1 4202560 59 0 0 0 0 0 0 0 15 0 19 0 883402601 10797297664 21030 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270350199705 0 4 0 16800975 18446604471030903872 0 0 -1 7 0 0 0
[pid=13032/tid=13036] ppid=13030 vsize=10544236 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13036/stat : 13036 (java) S 13030 13032 8455 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 883402601 10797297664 21030 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270350199705 0 4 0 16800975 18446604471030903872 0 0 -1 1 0 0 0
[pid=13032/tid=13037] ppid=13030 vsize=10544236 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13037/stat : 13037 (java) S 13030 13032 8455 0 -1 4202560 137 0 0 0 0 0 0 0 15 0 19 0 883402601 10797297664 21030 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270350199705 0 4 0 16800975 18446604471030903872 0 0 -1 1 0 0 0
[pid=13032/tid=13038] ppid=13030 vsize=10544236 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13038/stat : 13038 (java) S 13030 13032 8455 0 -1 4202560 160 0 0 0 0 0 0 0 15 0 19 0 883402601 10797297664 21030 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270350199705 0 4 0 16800975 18446604471030903872 0 0 -1 1 0 0 0
[pid=13032/tid=13039] ppid=13030 vsize=10544236 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13039/stat : 13039 (java) S 13030 13032 8455 0 -1 4202560 161 0 0 0 0 0 0 0 15 0 19 0 883402601 10797297664 21030 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270350199705 0 4 0 16800975 18446604471030903872 0 0 -1 1 0 0 0
[pid=13032/tid=13040] ppid=13030 vsize=10544236 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13040/stat : 13040 (java) S 13030 13032 8455 0 -1 4202560 119 0 0 0 0 0 0 0 15 0 19 0 883402601 10797297664 21030 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270350199705 0 4 0 16800975 18446604471030903872 0 0 -1 7 0 0 0
[pid=13032/tid=13041] ppid=13030 vsize=10544236 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13041/stat : 13041 (java) S 13030 13032 8455 0 -1 4202560 154 0 0 0 0 0 0 0 15 0 19 0 883402601 10797297664 21030 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270350199705 0 4 0 16800975 18446604471030903872 0 0 -1 7 0 0 0
[pid=13032/tid=13042] ppid=13030 vsize=10544236 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13042/stat : 13042 (java) S 13030 13032 8455 0 -1 4202560 88 0 0 0 0 0 0 0 15 0 19 0 883402601 10797297664 21030 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270350199705 0 4 0 16800975 18446604471030903872 0 0 -1 5 0 0 0
[pid=13032/tid=13043] ppid=13030 vsize=10544236 CPUtime=0.25 cores=1,3,5,7
/proc/13032/task/13043/stat : 13043 (java) S 13030 13032 8455 0 -1 4202560 652 0 0 0 25 0 0 0 16 0 19 0 883402602 10797297664 21030 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270350200320 0 0 0 16800975 18446604471030903872 0 0 -1 3 0 0 0
[pid=13032/tid=13044] ppid=13030 vsize=10544236 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13044/stat : 13044 (java) S 13030 13032 8455 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 883402602 10797297664 21030 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270350199705 0 4 0 16800975 18446604471030903872 0 0 -1 5 0 0 0
[pid=13032/tid=13045] ppid=13030 vsize=10544236 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13045/stat : 13045 (java) S 13030 13032 8455 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 883402602 10797297664 21030 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270350199705 0 4 0 16800975 18446604471030903872 0 0 -1 5 0 0 0
[pid=13032/tid=13046] ppid=13030 vsize=10544236 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13046/stat : 13046 (java) S 13030 13032 8455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883402604 10797297664 21030 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270350207409 0 4 0 16800975 18446604471030903872 0 0 -1 3 0 0 0
[pid=13032/tid=13047] ppid=13030 vsize=10544236 CPUtime=0.21 cores=1,3,5,7
/proc/13032/task/13047/stat : 13047 (java) S 13030 13032 8455 0 -1 4202560 1791 0 0 0 21 0 0 0 15 0 19 0 883402604 10797297664 21030 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270350199705 0 4 0 16800975 18446604471030903872 0 0 -1 1 0 0 0
[pid=13032/tid=13048] ppid=13030 vsize=10544236 CPUtime=0.8 cores=1,3,5,7
/proc/13032/task/13048/stat : 13048 (java) S 13030 13032 8455 0 -1 4202560 10311 0 0 0 80 0 0 0 16 0 19 0 883402604 10797297664 21030 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270350199705 0 4 0 16800975 18446604471030903872 0 0 -1 7 0 0 0

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

/proc/13032/task/13035/stat : 13035 (java) S 13030 13032 8455 0 -1 4202560 65 0 0 0 2 0 0 0 16 0 19 0 883402601 10797604864 20821 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270350199705 0 4 0 16800975 18446604471030903872 0 0 -1 1 0 0 0
[pid=13032/tid=13036] ppid=13030 vsize=10544536 CPUtime=0.02 cores=1,3,5,7
/proc/13032/task/13036/stat : 13036 (java) S 13030 13032 8455 0 -1 4202560 17 0 0 0 2 0 0 0 15 0 19 0 883402601 10797604864 20821 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270350199705 0 4 0 16800975 18446604471030903872 0 0 -1 7 0 0 0
[pid=13032/tid=13037] ppid=13030 vsize=10544536 CPUtime=0.02 cores=1,3,5,7
/proc/13032/task/13037/stat : 13037 (java) S 13030 13032 8455 0 -1 4202560 142 0 0 0 2 0 0 0 15 0 19 0 883402601 10797604864 20821 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270350199705 0 4 0 16800975 18446604471030903872 0 0 -1 7 0 0 0
[pid=13032/tid=13038] ppid=13030 vsize=10544536 CPUtime=0.03 cores=1,3,5,7
/proc/13032/task/13038/stat : 13038 (java) S 13030 13032 8455 0 -1 4202560 186 0 0 0 3 0 0 0 15 0 19 0 883402601 10797604864 20821 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270350199705 0 4 0 16800975 18446604471030903872 0 0 -1 1 0 0 0
[pid=13032/tid=13039] ppid=13030 vsize=10544536 CPUtime=0.02 cores=1,3,5,7
/proc/13032/task/13039/stat : 13039 (java) S 13030 13032 8455 0 -1 4202560 161 0 0 0 2 0 0 0 15 0 19 0 883402601 10797604864 20821 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270350199705 0 4 0 16800975 18446604471030903872 0 0 -1 1 0 0 0
[pid=13032/tid=13040] ppid=13030 vsize=10544536 CPUtime=0.02 cores=1,3,5,7
/proc/13032/task/13040/stat : 13040 (java) S 13030 13032 8455 0 -1 4202560 124 0 0 0 2 0 0 0 15 0 19 0 883402601 10797604864 20821 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270350199705 0 4 0 16800975 18446604471030903872 0 0 -1 5 0 0 0
[pid=13032/tid=13041] ppid=13030 vsize=10544536 CPUtime=0.02 cores=1,3,5,7
/proc/13032/task/13041/stat : 13041 (java) S 13030 13032 8455 0 -1 4202560 195 0 0 0 2 0 0 0 15 0 19 0 883402601 10797604864 20821 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270350199705 0 4 0 16800975 18446604471030903872 0 0 -1 7 0 0 0
[pid=13032/tid=13042] ppid=13030 vsize=10544536 CPUtime=0.03 cores=1,3,5,7
/proc/13032/task/13042/stat : 13042 (java) S 13030 13032 8455 0 -1 4202560 108 0 0 0 3 0 0 0 15 0 19 0 883402601 10797604864 20821 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270350199705 0 4 0 16800975 18446604471030903872 0 0 -1 5 0 0 0
[pid=13032/tid=13043] ppid=13030 vsize=10544536 CPUtime=1.25 cores=1,3,5,7
/proc/13032/task/13043/stat : 13043 (java) S 13030 13032 8455 0 -1 4202560 915 0 0 0 124 1 0 0 16 0 19 0 883402602 10797604864 20821 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270350200320 0 0 0 16800975 18446604471030903872 0 0 -1 3 0 0 0
[pid=13032/tid=13044] ppid=13030 vsize=10544536 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13044/stat : 13044 (java) S 13030 13032 8455 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 883402602 10797604864 20821 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270350199705 0 4 0 16800975 18446604471030903872 0 0 -1 5 0 0 0
[pid=13032/tid=13045] ppid=13030 vsize=10544536 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13045/stat : 13045 (java) S 13030 13032 8455 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 883402602 10797604864 20821 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270350199705 0 4 0 16800975 18446604471030903872 0 0 -1 5 0 0 0
[pid=13032/tid=13046] ppid=13030 vsize=10544536 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13046/stat : 13046 (java) S 13030 13032 8455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883402604 10797604864 20821 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270350207409 0 4 0 16800975 18446604471030903872 0 0 -1 3 0 0 0
[pid=13032/tid=13047] ppid=13030 vsize=10544536 CPUtime=0.24 cores=1,3,5,7
/proc/13032/task/13047/stat : 13047 (java) S 13030 13032 8455 0 -1 4202560 1863 0 0 0 24 0 0 0 15 0 19 0 883402604 10797604864 20821 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270350199705 0 4 0 16800975 18446604471030903872 0 0 -1 1 0 0 0
[pid=13032/tid=13048] ppid=13030 vsize=10544536 CPUtime=0.82 cores=1,3,5,7
/proc/13032/task/13048/stat : 13048 (java) S 13030 13032 8455 0 -1 4202560 10312 0 0 0 82 0 0 0 15 0 19 0 883402604 10797604864 20821 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270350199705 0 4 0 16800975 18446604471030903872 0 0 -1 5 0 0 0
[pid=13032/tid=13049] ppid=13030 vsize=10544536 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13049/stat : 13049 (java) S 13030 13032 8455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883402604 10797604864 20821 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270350199705 0 4 0 16800975 18446604471030903872 0 0 -1 3 0 0 0
[pid=13032/tid=13050] ppid=13030 vsize=10544536 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13050/stat : 13050 (java) S 13030 13032 8455 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 883402604 10797604864 20821 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270350200320 0 4 0 16800975 18446604471030903872 0 0 -1 1 0 0 0
[pid=13032/tid=13051] ppid=13030 vsize=10544536 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13051/stat : 13051 (java) S 13030 13032 8455 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 883402615 10797604864 20821 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270350200320 0 4 0 16800975 18446604471030903872 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 33.1
Current children cumulated vsize (KiB) 10544536

[startup+32.7009 s]
/proc/loadavg: 1.98 1.99 1.94 3/214 13109
/proc/meminfo: memFree=1297508/32951124 swapFree=67054448/67111528
[pid=13032] ppid=13030 vsize=10544536 CPUtime=33.89 cores=1,3,5,7
/proc/13032/stat : 13032 (java) S 13030 13032 8455 0 -1 4202496 27511 0 1 0 3384 5 0 0 25 0 19 0 883402598 10797604864 20823 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/13032/statm: 2636134 20823 2250 9 0 2626868 0
[pid=13032/tid=13033] ppid=13030 vsize=10544536 CPUtime=31.26 cores=1,3,5,7
/proc/13032/task/13033/stat : 13033 (java) R 13030 13032 8455 0 -1 4202560 12269 0 1 0 3125 1 0 0 17 0 19 0 883402599 10797604864 20823 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 46912505539977 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=13032/tid=13035] ppid=13030 vsize=10544536 CPUtime=0.03 cores=1,3,5,7
/proc/13032/task/13035/stat : 13035 (java) S 13030 13032 8455 0 -1 4202560 66 0 0 0 3 0 0 0 15 0 19 0 883402601 10797604864 20823 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270350199705 0 4 0 16800975 18446604471030903872 0 0 -1 1 0 0 0
[pid=13032/tid=13036] ppid=13030 vsize=10544536 CPUtime=0.02 cores=1,3,5,7
/proc/13032/task/13036/stat : 13036 (java) S 13030 13032 8455 0 -1 4202560 17 0 0 0 2 0 0 0 15 0 19 0 883402601 10797604864 20823 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270350199705 0 4 0 16800975 18446604471030903872 0 0 -1 7 0 0 0
[pid=13032/tid=13037] ppid=13030 vsize=10544536 CPUtime=0.02 cores=1,3,5,7
/proc/13032/task/13037/stat : 13037 (java) S 13030 13032 8455 0 -1 4202560 142 0 0 0 2 0 0 0 15 0 19 0 883402601 10797604864 20823 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270350199705 0 4 0 16800975 18446604471030903872 0 0 -1 7 0 0 0
[pid=13032/tid=13038] ppid=13030 vsize=10544536 CPUtime=0.03 cores=1,3,5,7
/proc/13032/task/13038/stat : 13038 (java) S 13030 13032 8455 0 -1 4202560 186 0 0 0 3 0 0 0 16 0 19 0 883402601 10797604864 20823 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270350199705 0 4 0 16800975 18446604471030903872 0 0 -1 1 0 0 0
[pid=13032/tid=13039] ppid=13030 vsize=10544536 CPUtime=0.02 cores=1,3,5,7
/proc/13032/task/13039/stat : 13039 (java) S 13030 13032 8455 0 -1 4202560 161 0 0 0 2 0 0 0 15 0 19 0 883402601 10797604864 20823 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270350199705 0 4 0 16800975 18446604471030903872 0 0 -1 5 0 0 0
[pid=13032/tid=13040] ppid=13030 vsize=10544536 CPUtime=0.02 cores=1,3,5,7
/proc/13032/task/13040/stat : 13040 (java) S 13030 13032 8455 0 -1 4202560 124 0 0 0 2 0 0 0 16 0 19 0 883402601 10797604864 20823 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270350199705 0 4 0 16800975 18446604471030903872 0 0 -1 5 0 0 0
[pid=13032/tid=13041] ppid=13030 vsize=10544536 CPUtime=0.02 cores=1,3,5,7
/proc/13032/task/13041/stat : 13041 (java) S 13030 13032 8455 0 -1 4202560 195 0 0 0 2 0 0 0 15 0 19 0 883402601 10797604864 20823 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270350199705 0 4 0 16800975 18446604471030903872 0 0 -1 7 0 0 0
[pid=13032/tid=13042] ppid=13030 vsize=10544536 CPUtime=0.03 cores=1,3,5,7
/proc/13032/task/13042/stat : 13042 (java) S 13030 13032 8455 0 -1 4202560 108 0 0 0 3 0 0 0 15 0 19 0 883402601 10797604864 20823 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270350199705 0 4 0 16800975 18446604471030903872 0 0 -1 5 0 0 0
[pid=13032/tid=13043] ppid=13030 vsize=10544536 CPUtime=1.29 cores=1,3,5,7
/proc/13032/task/13043/stat : 13043 (java) S 13030 13032 8455 0 -1 4202560 916 0 0 0 128 1 0 0 16 0 19 0 883402602 10797604864 20823 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270350200320 0 0 0 16800975 18446604471030903872 0 0 -1 3 0 0 0
[pid=13032/tid=13044] ppid=13030 vsize=10544536 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13044/stat : 13044 (java) S 13030 13032 8455 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 883402602 10797604864 20823 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270350199705 0 4 0 16800975 18446604471030903872 0 0 -1 5 0 0 0
[pid=13032/tid=13045] ppid=13030 vsize=10544536 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13045/stat : 13045 (java) S 13030 13032 8455 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 883402602 10797604864 20823 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270350199705 0 4 0 16800975 18446604471030903872 0 0 -1 5 0 0 0
[pid=13032/tid=13046] ppid=13030 vsize=10544536 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13046/stat : 13046 (java) S 13030 13032 8455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883402604 10797604864 20823 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270350207409 0 4 0 16800975 18446604471030903872 0 0 -1 3 0 0 0
[pid=13032/tid=13047] ppid=13030 vsize=10544536 CPUtime=0.24 cores=1,3,5,7
/proc/13032/task/13047/stat : 13047 (java) S 13030 13032 8455 0 -1 4202560 1863 0 0 0 24 0 0 0 15 0 19 0 883402604 10797604864 20823 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270350199705 0 4 0 16800975 18446604471030903872 0 0 -1 1 0 0 0
[pid=13032/tid=13048] ppid=13030 vsize=10544536 CPUtime=0.82 cores=1,3,5,7
/proc/13032/task/13048/stat : 13048 (java) S 13030 13032 8455 0 -1 4202560 10312 0 0 0 82 0 0 0 15 0 19 0 883402604 10797604864 20823 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270350199705 0 4 0 16800975 18446604471030903872 0 0 -1 5 0 0 0
[pid=13032/tid=13049] ppid=13030 vsize=10544536 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13049/stat : 13049 (java) S 13030 13032 8455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883402604 10797604864 20823 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270350199705 0 4 0 16800975 18446604471030903872 0 0 -1 3 0 0 0
[pid=13032/tid=13050] ppid=13030 vsize=10544536 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13050/stat : 13050 (java) S 13030 13032 8455 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 883402604 10797604864 20823 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270350200320 0 4 0 16800975 18446604471030903872 0 0 -1 1 0 0 0
[pid=13032/tid=13051] ppid=13030 vsize=10544536 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13051/stat : 13051 (java) S 13030 13032 8455 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 883402615 10797604864 20823 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270350200320 0 4 0 16800975 18446604471030903872 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 33.89
Current children cumulated vsize (KiB) 10544536

[startup+33.5007 s]
/proc/loadavg: 1.98 1.99 1.94 3/214 13109
/proc/meminfo: memFree=1297380/32951124 swapFree=67054448/67111528
[pid=13032] ppid=13030 vsize=10544536 CPUtime=34.69 cores=1,3,5,7
/proc/13032/stat : 13032 (java) S 13030 13032 8455 0 -1 4202496 27514 0 1 0 3464 5 0 0 25 0 19 0 883402598 10797604864 20823 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/13032/statm: 2636134 20823 2250 9 0 2626868 0
[pid=13032/tid=13033] ppid=13030 vsize=10544536 CPUtime=32.01 cores=1,3,5,7
/proc/13032/task/13033/stat : 13033 (java) R 13030 13032 8455 0 -1 4202560 12272 0 1 0 3200 1 0 0 18 0 19 0 883402599 10797604864 20823 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 46912505534634 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=13032/tid=13035] ppid=13030 vsize=10544536 CPUtime=0.03 cores=1,3,5,7
/proc/13032/task/13035/stat : 13035 (java) S 13030 13032 8455 0 -1 4202560 66 0 0 0 3 0 0 0 15 0 19 0 883402601 10797604864 20823 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270350199705 0 4 0 16800975 18446604471030903872 0 0 -1 1 0 0 0
[pid=13032/tid=13036] ppid=13030 vsize=10544536 CPUtime=0.03 cores=1,3,5,7
/proc/13032/task/13036/stat : 13036 (java) S 13030 13032 8455 0 -1 4202560 17 0 0 0 3 0 0 0 15 0 19 0 883402601 10797604864 20823 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270350199705 0 4 0 16800975 18446604471030903872 0 0 -1 5 0 0 0
[pid=13032/tid=13037] ppid=13030 vsize=10544536 CPUtime=0.02 cores=1,3,5,7
/proc/13032/task/13037/stat : 13037 (java) S 13030 13032 8455 0 -1 4202560 142 0 0 0 2 0 0 0 16 0 19 0 883402601 10797604864 20823 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270350199705 0 4 0 16800975 18446604471030903872 0 0 -1 7 0 0 0
[pid=13032/tid=13038] ppid=13030 vsize=10544536 CPUtime=0.03 cores=1,3,5,7
/proc/13032/task/13038/stat : 13038 (java) S 13030 13032 8455 0 -1 4202560 186 0 0 0 3 0 0 0 15 0 19 0 883402601 10797604864 20823 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270350199705 0 4 0 16800975 18446604471030903872 0 0 -1 1 0 0 0
[pid=13032/tid=13039] ppid=13030 vsize=10544536 CPUtime=0.02 cores=1,3,5,7
/proc/13032/task/13039/stat : 13039 (java) S 13030 13032 8455 0 -1 4202560 161 0 0 0 2 0 0 0 15 0 19 0 883402601 10797604864 20823 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270350199705 0 4 0 16800975 18446604471030903872 0 0 -1 1 0 0 0
[pid=13032/tid=13040] ppid=13030 vsize=10544536 CPUtime=0.02 cores=1,3,5,7
/proc/13032/task/13040/stat : 13040 (java) S 13030 13032 8455 0 -1 4202560 124 0 0 0 2 0 0 0 15 0 19 0 883402601 10797604864 20823 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270350199705 0 4 0 16800975 18446604471030903872 0 0 -1 5 0 0 0
[pid=13032/tid=13041] ppid=13030 vsize=10544536 CPUtime=0.02 cores=1,3,5,7
/proc/13032/task/13041/stat : 13041 (java) S 13030 13032 8455 0 -1 4202560 195 0 0 0 2 0 0 0 15 0 19 0 883402601 10797604864 20823 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270350199705 0 4 0 16800975 18446604471030903872 0 0 -1 7 0 0 0
[pid=13032/tid=13042] ppid=13030 vsize=10544536 CPUtime=0.03 cores=1,3,5,7
/proc/13032/task/13042/stat : 13042 (java) S 13030 13032 8455 0 -1 4202560 108 0 0 0 3 0 0 0 15 0 19 0 883402601 10797604864 20823 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270350199705 0 4 0 16800975 18446604471030903872 0 0 -1 5 0 0 0
[pid=13032/tid=13043] ppid=13030 vsize=10544536 CPUtime=1.33 cores=1,3,5,7
/proc/13032/task/13043/stat : 13043 (java) S 13030 13032 8455 0 -1 4202560 916 0 0 0 132 1 0 0 16 0 19 0 883402602 10797604864 20823 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270350200320 0 0 0 16800975 18446604471030903872 0 0 -1 3 0 0 0
[pid=13032/tid=13044] ppid=13030 vsize=10544536 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13044/stat : 13044 (java) S 13030 13032 8455 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 883402602 10797604864 20823 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270350199705 0 4 0 16800975 18446604471030903872 0 0 -1 5 0 0 0
[pid=13032/tid=13045] ppid=13030 vsize=10544536 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13045/stat : 13045 (java) S 13030 13032 8455 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 883402602 10797604864 20823 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270350199705 0 4 0 16800975 18446604471030903872 0 0 -1 5 0 0 0
[pid=13032/tid=13046] ppid=13030 vsize=10544536 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13046/stat : 13046 (java) S 13030 13032 8455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883402604 10797604864 20823 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270350207409 0 4 0 16800975 18446604471030903872 0 0 -1 3 0 0 0
[pid=13032/tid=13047] ppid=13030 vsize=10544536 CPUtime=0.24 cores=1,3,5,7
/proc/13032/task/13047/stat : 13047 (java) S 13030 13032 8455 0 -1 4202560 1863 0 0 0 24 0 0 0 15 0 19 0 883402604 10797604864 20823 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270350199705 0 4 0 16800975 18446604471030903872 0 0 -1 1 0 0 0
[pid=13032/tid=13048] ppid=13030 vsize=10544536 CPUtime=0.82 cores=1,3,5,7
/proc/13032/task/13048/stat : 13048 (java) S 13030 13032 8455 0 -1 4202560 10312 0 0 0 82 0 0 0 15 0 19 0 883402604 10797604864 20823 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270350199705 0 4 0 16800975 18446604471030903872 0 0 -1 5 0 0 0
[pid=13032/tid=13049] ppid=13030 vsize=10544536 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13049/stat : 13049 (java) S 13030 13032 8455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883402604 10797604864 20823 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270350199705 0 4 0 16800975 18446604471030903872 0 0 -1 3 0 0 0
[pid=13032/tid=13050] ppid=13030 vsize=10544536 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13050/stat : 13050 (java) S 13030 13032 8455 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 883402604 10797604864 20823 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270350200320 0 4 0 16800975 18446604471030903872 0 0 -1 1 0 0 0
[pid=13032/tid=13051] ppid=13030 vsize=10544536 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13051/stat : 13051 (java) S 13030 13032 8455 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 883402615 10797604864 20823 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270350200320 0 4 0 16800975 18446604471030903872 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 34.69
Current children cumulated vsize (KiB) 10544536

[startup+33.7007 s]
/proc/loadavg: 1.98 1.99 1.94 3/214 13109
/proc/meminfo: memFree=1297380/32951124 swapFree=67054448/67111528
[pid=13032] ppid=13030 vsize=10544536 CPUtime=34.89 cores=1,3,5,7
/proc/13032/stat : 13032 (java) S 13030 13032 8455 0 -1 4202496 27517 0 1 0 3484 5 0 0 25 0 19 0 883402598 10797604864 20825 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/13032/statm: 2636134 20825 2250 9 0 2626868 0
[pid=13032/tid=13033] ppid=13030 vsize=10544536 CPUtime=32.2 cores=1,3,5,7
/proc/13032/task/13033/stat : 13033 (java) S 13030 13032 8455 0 -1 4202560 12275 0 1 0 3219 1 0 0 18 0 19 0 883402599 10797604864 20825 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270350199705 0 4 0 16800975 18446604471030903872 0 0 -1 3 0 0 0
[pid=13032/tid=13035] ppid=13030 vsize=10544536 CPUtime=0.03 cores=1,3,5,7
/proc/13032/task/13035/stat : 13035 (java) S 13030 13032 8455 0 -1 4202560 66 0 0 0 3 0 0 0 15 0 19 0 883402601 10797604864 20825 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270350199705 0 4 0 16800975 18446604471030903872 0 0 -1 1 0 0 0
[pid=13032/tid=13036] ppid=13030 vsize=10544536 CPUtime=0.03 cores=1,3,5,7
/proc/13032/task/13036/stat : 13036 (java) S 13030 13032 8455 0 -1 4202560 17 0 0 0 3 0 0 0 15 0 19 0 883402601 10797604864 20825 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270350199705 0 4 0 16800975 18446604471030903872 0 0 -1 5 0 0 0
[pid=13032/tid=13037] ppid=13030 vsize=10544536 CPUtime=0.02 cores=1,3,5,7
/proc/13032/task/13037/stat : 13037 (java) S 13030 13032 8455 0 -1 4202560 142 0 0 0 2 0 0 0 15 0 19 0 883402601 10797604864 20825 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270350199705 0 4 0 16800975 18446604471030903872 0 0 -1 7 0 0 0
[pid=13032/tid=13038] ppid=13030 vsize=10544536 CPUtime=0.03 cores=1,3,5,7
/proc/13032/task/13038/stat : 13038 (java) S 13030 13032 8455 0 -1 4202560 186 0 0 0 3 0 0 0 15 0 19 0 883402601 10797604864 20825 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270350199705 0 4 0 16800975 18446604471030903872 0 0 -1 1 0 0 0
[pid=13032/tid=13039] ppid=13030 vsize=10544536 CPUtime=0.02 cores=1,3,5,7
/proc/13032/task/13039/stat : 13039 (java) S 13030 13032 8455 0 -1 4202560 161 0 0 0 2 0 0 0 15 0 19 0 883402601 10797604864 20825 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270350199705 0 4 0 16800975 18446604471030903872 0 0 -1 1 0 0 0
[pid=13032/tid=13040] ppid=13030 vsize=10544536 CPUtime=0.02 cores=1,3,5,7
/proc/13032/task/13040/stat : 13040 (java) S 13030 13032 8455 0 -1 4202560 124 0 0 0 2 0 0 0 16 0 19 0 883402601 10797604864 20825 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270350199705 0 4 0 16800975 18446604471030903872 0 0 -1 5 0 0 0
[pid=13032/tid=13041] ppid=13030 vsize=10544536 CPUtime=0.02 cores=1,3,5,7
/proc/13032/task/13041/stat : 13041 (java) S 13030 13032 8455 0 -1 4202560 195 0 0 0 2 0 0 0 16 0 19 0 883402601 10797604864 20825 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270350199705 0 4 0 16800975 18446604471030903872 0 0 -1 7 0 0 0
[pid=13032/tid=13042] ppid=13030 vsize=10544536 CPUtime=0.03 cores=1,3,5,7
/proc/13032/task/13042/stat : 13042 (java) S 13030 13032 8455 0 -1 4202560 108 0 0 0 3 0 0 0 15 0 19 0 883402601 10797604864 20825 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270350199705 0 4 0 16800975 18446604471030903872 0 0 -1 5 0 0 0
[pid=13032/tid=13043] ppid=13030 vsize=10544536 CPUtime=1.34 cores=1,3,5,7
/proc/13032/task/13043/stat : 13043 (java) S 13030 13032 8455 0 -1 4202560 916 0 0 0 133 1 0 0 16 0 19 0 883402602 10797604864 20825 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270350200320 0 0 0 16800975 18446604471030903872 0 0 -1 3 0 0 0
[pid=13032/tid=13044] ppid=13030 vsize=10544536 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13044/stat : 13044 (java) S 13030 13032 8455 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 883402602 10797604864 20825 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270350199705 0 4 0 16800975 18446604471030903872 0 0 -1 5 0 0 0
[pid=13032/tid=13045] ppid=13030 vsize=10544536 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13045/stat : 13045 (java) S 13030 13032 8455 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 883402602 10797604864 20825 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270350199705 0 4 0 16800975 18446604471030903872 0 0 -1 5 0 0 0
[pid=13032/tid=13046] ppid=13030 vsize=10544536 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13046/stat : 13046 (java) S 13030 13032 8455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883402604 10797604864 20825 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270350207409 0 4 0 16800975 18446604471030903872 0 0 -1 3 0 0 0
[pid=13032/tid=13047] ppid=13030 vsize=10544536 CPUtime=0.24 cores=1,3,5,7
/proc/13032/task/13047/stat : 13047 (java) S 13030 13032 8455 0 -1 4202560 1863 0 0 0 24 0 0 0 15 0 19 0 883402604 10797604864 20825 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270350199705 0 4 0 16800975 18446604471030903872 0 0 -1 1 0 0 0
[pid=13032/tid=13048] ppid=13030 vsize=10544536 CPUtime=0.82 cores=1,3,5,7
/proc/13032/task/13048/stat : 13048 (java) S 13030 13032 8455 0 -1 4202560 10312 0 0 0 82 0 0 0 15 0 19 0 883402604 10797604864 20825 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270350199705 0 4 0 16800975 18446604471030903872 0 0 -1 5 0 0 0
[pid=13032/tid=13049] ppid=13030 vsize=10544536 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13049/stat : 13049 (java) S 13030 13032 8455 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883402604 10797604864 20825 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270350199705 0 4 0 16800975 18446604471030903872 0 0 -1 3 0 0 0
[pid=13032/tid=13050] ppid=13030 vsize=10544536 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13050/stat : 13050 (java) S 13030 13032 8455 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 883402604 10797604864 20825 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270350200320 0 4 0 16800975 18446604471030903872 0 0 -1 1 0 0 0
[pid=13032/tid=13051] ppid=13030 vsize=10544536 CPUtime=0 cores=1,3,5,7
/proc/13032/task/13051/stat : 13051 (java) S 13030 13032 8455 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 883402615 10797604864 20825 33554432000 1073741824 1073778376 140737371758832 18446744073709551615 270350200320 0 4 0 16800975 18446604471030903872 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 34.89
Current children cumulated vsize (KiB) 10544536

Child status: 30
Real time (s): 33.7718
CPU time (s): 34.9797
CPU user time (s): 34.9157
CPU system time (s): 0.06399
CPU usage (%): 103.577
Max. virtual memory (cumulated for all children) (KiB): 10544536

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 34.9157
system time used= 0.06399
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27538
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= 4005
involuntary context switches= 1574

runsolver used 0.06099 second user time and 0.12698 second system time

The end

Launcher Data

Begin job on node143 at 2011-06-12 22:17:50
IDJOB=3492458
IDBENCH=78825
IDSOLVER=1982
FILE ID=node143/3492458-1307909870
RUNJOBID= node143-1307908050-12755
PBS_JOBID= 13559565
Free space on /var/tmp= 2916 MiB

SOLVER NAME= Sat4j Resolution 2011-06-08
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111224255--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-3492458-1307909870/watcher-3492458-1307909870 -o /var/tmp/evaluation-result-3492458-1307909870/solver-3492458-1307909870 -C 1800 -W 1900 -M 15500  java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492458-1307909870.wbo

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

MD5SUM BENCH= 51ec66e2af29a72ddad86a3465d2cbc7
RANDOM SEED=1948124033

node143.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.846
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.69
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.846
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	: 5226.15
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.846
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.74
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.846
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.83
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.846
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.75
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.846
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.83
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.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       1375776 kB
Buffers:         62408 kB
Cached:       30489456 kB
SwapCached:       9452 kB
Active:       15881248 kB
Inactive:     14747944 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       1375776 kB
SwapTotal:    67111528 kB
SwapFree:     67054448 kB
Dirty:             692 kB
Writeback:           0 kB
AnonPages:       74480 kB
Mapped:          21180 kB
Slab:           882708 kB
PageTables:       4944 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 10539200 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= 2916 MiB
End job on node143 at 2011-06-12 22:18:24