Trace number 3492480

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 38.6961 37.4122

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111218308--soft-33-100-0.wbo
MD5SUMcc0c9e984fb29816b50b1482397a634f
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark1.9617
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 1154
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-3492480-1307909881.wbo
0.10/0.10	c reading problem ... 
0.26/0.32	c ... done. Wall clock time 0.22s.
0.26/0.32	c #vars     238
0.26/0.32	c #constraints  101
0.26/0.32	c constraints type 
0.26/0.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
0.26/0.32	c org.sat4j.minisat.constraints.card.MinWatchCard => 20
0.26/0.32	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
0.26/0.32	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 51
0.26/0.39	c SATISFIABLE
0.26/0.39	c OPTIMIZING...
0.26/0.39	c Got one! Elapsed wall clock time (in seconds):0.29
0.26/0.39	o 501
0.53/0.45	c Got one! Elapsed wall clock time (in seconds):0.349
0.53/0.45	o 453
0.53/0.48	c Got one! Elapsed wall clock time (in seconds):0.38
0.53/0.48	o 443
0.65/0.50	c Got one! Elapsed wall clock time (in seconds):0.394
0.65/0.50	o 438
0.65/0.52	c Got one! Elapsed wall clock time (in seconds):0.421
0.65/0.52	o 421
0.65/0.55	c Got one! Elapsed wall clock time (in seconds):0.447
0.65/0.55	o 391
0.65/0.59	c Got one! Elapsed wall clock time (in seconds):0.491
0.65/0.59	o 371
0.79/0.64	c Got one! Elapsed wall clock time (in seconds):0.539
0.79/0.64	o 331
0.79/0.68	c Got one! Elapsed wall clock time (in seconds):0.581
0.79/0.68	o 314
0.89/0.78	c cleaning 4668 clauses out of 9340 with flag 2000/9340
1.02/0.80	c Got one! Elapsed wall clock time (in seconds):0.7
1.02/0.80	o 288
1.02/0.82	c Got one! Elapsed wall clock time (in seconds):0.715
1.02/0.82	o 268
1.14/0.94	c Got one! Elapsed wall clock time (in seconds):0.842
1.14/0.94	o 259
1.24/1.02	c cleaning 5276 clauses out of 10552 with flag 2003/15220
1.24/1.09	c Got one! Elapsed wall clock time (in seconds):0.99
1.24/1.09	o 258
1.45/1.22	c Got one! Elapsed wall clock time (in seconds):1.118
1.45/1.22	o 206
1.45/1.26	c cleaning 5700 clauses out of 11406 with flag 1003/21350
1.73/1.44	c Got one! Elapsed wall clock time (in seconds):1.338
1.73/1.44	o 175
1.83/1.51	c Got one! Elapsed wall clock time (in seconds):1.405
1.83/1.51	o 133
1.93/1.68	c cleaning 8479 clauses out of 16966 with flag 4000/32610
2.25/1.92	c cleaning 7239 clauses out of 14487 with flag 10000/38610
2.45/2.17	c cleaning 7121 clauses out of 14249 with flag 17001/45611
2.75/2.47	c cleaning 7559 clauses out of 15129 with flag 25002/53612
3.15/2.80	c cleaning 8280 clauses out of 16568 with flag 34000/62610
3.45/3.17	c cleaning 9137 clauses out of 18288 with flag 44000/72610
3.85/3.55	c cleaning 9571 clauses out of 19151 with flag 54000/82610
4.25/3.92	c cleaning 9786 clauses out of 19580 with flag 64000/92610
4.65/4.31	c cleaning 9892 clauses out of 19794 with flag 74000/102610
4.84/4.56	c Got one! Elapsed wall clock time (in seconds):4.46
4.84/4.56	o 130
5.04/4.76	c cleaning 10353 clauses out of 20712 with flag 5000/113420
5.24/5.00	c cleaning 8178 clauses out of 16361 with flag 11002/119422
5.54/5.28	c cleaning 7591 clauses out of 15184 with flag 18003/126423
5.74/5.47	c Got one! Elapsed wall clock time (in seconds):5.364
5.74/5.47	o 125
5.95/5.65	c cleaning 8972 clauses out of 17954 with flag 5000/136784
6.04/5.76	c Got one! Elapsed wall clock time (in seconds):5.657
6.04/5.76	o 88
6.14/5.87	c cleaning 7397 clauses out of 14806 with flag 3001/142608
6.48/6.12	c cleaning 6702 clauses out of 13409 with flag 9001/148608
7.09/6.41	c cleaning 6844 clauses out of 13708 with flag 16002/155609
7.48/6.75	c cleaning 7426 clauses out of 14863 with flag 24001/163608
8.23/7.12	c cleaning 8217 clauses out of 16437 with flag 33001/172608
8.47/7.37	c Got one! Elapsed wall clock time (in seconds):7.266
8.47/7.37	o 60
8.67/7.57	c cleaning 10110 clauses out of 20226 with flag 5002/184614
8.98/7.81	c cleaning 8052 clauses out of 16115 with flag 11001/190613
9.17/8.07	c cleaning 7525 clauses out of 15062 with flag 18000/197612
9.28/8.15	c Got one! Elapsed wall clock time (in seconds):8.049
9.28/8.15	o 8
9.40/8.25	c cleaning 6400 clauses out of 12806 with flag 3001/202881
9.60/8.45	c cleaning 6194 clauses out of 12405 with flag 9000/208880
9.80/8.67	c cleaning 6600 clauses out of 13212 with flag 16001/215881
10.11/8.95	c cleaning 7304 clauses out of 14612 with flag 24001/223881
10.40/9.27	c cleaning 8149 clauses out of 16310 with flag 33003/232883
10.40/9.29	c Got one! Elapsed wall clock time (in seconds):9.187
10.40/9.29	o 6
10.60/9.45	c cleaning 6651 clauses out of 13319 with flag 5000/238041
10.89/9.70	c cleaning 6331 clauses out of 12669 with flag 11001/244042
11.10/9.98	c cleaning 6667 clauses out of 13337 with flag 18000/251041
11.39/10.29	c cleaning 7330 clauses out of 14671 with flag 26001/259042
11.79/10.65	c cleaning 8168 clauses out of 16340 with flag 35000/268041
12.20/11.04	c cleaning 9084 clauses out of 18177 with flag 45005/278046
12.59/11.41	c cleaning 9539 clauses out of 19089 with flag 55001/288042
12.99/11.86	c cleaning 9771 clauses out of 19549 with flag 65000/298041
13.40/12.26	c cleaning 9886 clauses out of 19779 with flag 75001/308042
13.79/12.68	c cleaning 9942 clauses out of 19894 with flag 85002/318043
14.20/13.09	c cleaning 9968 clauses out of 19950 with flag 95000/328041
14.70/13.51	c cleaning 9985 clauses out of 19982 with flag 105000/338041
15.10/13.91	c cleaning 9995 clauses out of 19997 with flag 115000/348041
15.51/14.31	c cleaning 9999 clauses out of 20002 with flag 125000/358041
15.80/14.69	c cleaning 10000 clauses out of 20006 with flag 135003/368044
16.30/15.10	c cleaning 9996 clauses out of 20004 with flag 145001/378042
16.71/15.51	c cleaning 9997 clauses out of 20007 with flag 155000/388041
17.10/15.91	c cleaning 10003 clauses out of 20012 with flag 165002/398043
17.42/16.26	c cleaning 9995 clauses out of 20008 with flag 175001/408042
17.83/16.62	c cleaning 10002 clauses out of 20013 with flag 185001/418042
18.22/17.01	c cleaning 10001 clauses out of 20012 with flag 195002/428043
18.63/17.40	c cleaning 9999 clauses out of 20009 with flag 205000/438041
19.03/17.80	c cleaning 10002 clauses out of 20011 with flag 215001/448042
19.33/18.19	c cleaning 9999 clauses out of 20008 with flag 225000/458041
19.73/18.58	c cleaning 10000 clauses out of 20010 with flag 235001/468042
20.13/18.95	c cleaning 9999 clauses out of 20010 with flag 245001/478042
20.53/19.36	c cleaning 10000 clauses out of 20011 with flag 255001/488042
20.93/19.73	c cleaning 10001 clauses out of 20012 with flag 265002/498043
21.33/20.10	c cleaning 10001 clauses out of 20009 with flag 275000/508041
21.63/20.49	c cleaning 9998 clauses out of 20008 with flag 285000/518041
22.03/20.90	c cleaning 10002 clauses out of 20012 with flag 295002/528043
22.44/21.29	c cleaning 10001 clauses out of 20009 with flag 305001/538042
22.94/21.71	c cleaning 10000 clauses out of 20007 with flag 315000/548041
23.35/22.10	c cleaning 10000 clauses out of 20008 with flag 325001/558042
23.74/22.52	c cleaning 9998 clauses out of 20007 with flag 335000/568041
24.14/22.93	c cleaning 10000 clauses out of 20011 with flag 345002/578043
24.54/23.33	c cleaning 10001 clauses out of 20009 with flag 355000/588041
24.94/23.74	c cleaning 9999 clauses out of 20009 with flag 365001/598042
25.34/24.13	c cleaning 10001 clauses out of 20009 with flag 375000/608041
25.74/24.53	c cleaning 9998 clauses out of 20008 with flag 385000/618041
26.14/24.97	c cleaning 10001 clauses out of 20011 with flag 395001/628042
26.55/25.38	c cleaning 9995 clauses out of 20009 with flag 405000/638041
26.95/25.76	c cleaning 10002 clauses out of 20014 with flag 415000/648041
27.35/26.17	c cleaning 10002 clauses out of 20013 with flag 425001/658042
27.76/26.59	c cleaning 10004 clauses out of 20015 with flag 435005/668046
28.15/26.96	c cleaning 10001 clauses out of 20008 with flag 445002/678043
28.55/27.37	c cleaning 9996 clauses out of 20005 with flag 455000/688041
28.96/27.75	c cleaning 10001 clauses out of 20009 with flag 465000/698041
29.36/28.14	c cleaning 10005 clauses out of 20013 with flag 475005/708046
29.76/28.53	c cleaning 9999 clauses out of 20003 with flag 485000/718041
30.06/28.89	c cleaning 9997 clauses out of 20004 with flag 495000/728041
30.46/29.29	c cleaning 9999 clauses out of 20007 with flag 505000/738041
30.86/29.66	c cleaning 10000 clauses out of 20009 with flag 515001/748042
31.26/30.04	c cleaning 9996 clauses out of 20009 with flag 525001/758042
31.66/30.42	c cleaning 10003 clauses out of 20012 with flag 535000/768041
31.96/30.80	c cleaning 10002 clauses out of 20010 with flag 545001/778042
32.17/30.91	c Got one! Elapsed wall clock time (in seconds):30.808
32.17/30.91	o 2
32.17/30.99	c cleaning 7631 clauses out of 15268 with flag 2001/783302
32.47/31.20	c cleaning 6813 clauses out of 13636 with flag 8000/789301
32.67/31.48	c cleaning 6908 clauses out of 13823 with flag 15000/796301
32.97/31.76	c cleaning 7451 clauses out of 14915 with flag 23000/804301
33.37/32.10	c cleaning 8226 clauses out of 16464 with flag 32000/813301
33.77/32.50	c cleaning 9115 clauses out of 18240 with flag 42002/823303
34.07/32.90	c cleaning 9557 clauses out of 19124 with flag 52001/833302
34.58/33.32	c cleaning 9783 clauses out of 19568 with flag 62002/843303
34.98/33.76	c cleaning 9890 clauses out of 19786 with flag 72003/853304
35.39/34.19	c cleaning 9943 clauses out of 19894 with flag 82001/863302
35.79/34.59	c cleaning 9971 clauses out of 19952 with flag 92002/873303
36.28/35.01	c cleaning 9988 clauses out of 19981 with flag 102002/883303
36.59/35.37	c cleaning 9992 clauses out of 19992 with flag 112001/893302
36.97/35.77	c cleaning 9993 clauses out of 19999 with flag 122000/903301
37.37/36.15	c cleaning 9998 clauses out of 20006 with flag 132000/913301
37.77/36.54	c cleaning 10000 clauses out of 20008 with flag 142000/923301
38.17/36.95	c cleaning 10001 clauses out of 20009 with flag 152001/933302
38.57/37.37	c cleaning 10000 clauses out of 20007 with flag 162002/943303
38.57/37.40	c starts		: 194
38.57/37.40	c conflicts		: 943532
38.57/37.40	c decisions		: 1401042
38.57/37.40	c propagations		: 21021826
38.57/37.40	c inspects		: 219485381
38.57/37.40	c shortcuts		: 0
38.57/37.40	c learnt literals	: 6
38.57/37.40	c learnt binary clauses	: 49
38.57/37.40	c learnt ternary clauses	: 478
38.57/37.40	c learnt constraints	: 943525
38.57/37.40	c ignored constraints	: 0
38.57/37.40	c root simplifications	: 0
38.57/37.40	c removed literals (reason simplification)	: 9141752
38.57/37.40	c reason swapping (by a shorter reason)	: 0
38.57/37.40	c Calls to reduceDB	: 103
38.57/37.40	c number of reductions to clauses (during analyze)	: 0
38.57/37.40	c number of learned constraints concerned by reduction	: 0
38.57/37.40	c number of learning phase by resolution	: 0
38.57/37.40	c number of learning phase by cutting planes	: 0
38.57/37.40	c speed (assignments/second)	: 3238611.3079648744
38.57/37.40	c non guided choices	1072
38.57/37.40	c learnt constraints type 
38.57/37.40	c constraints type 
38.57/37.40	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
38.57/37.40	c org.sat4j.minisat.constraints.card.MinWatchCard => 20
38.57/37.40	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
38.57/37.40	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 51
38.57/37.40	s OPTIMUM FOUND
38.57/37.40	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 
38.68/37.40	c objective function=2
38.68/37.40	c Total wall clock time (in seconds): 37.3

Verifier Data

OK	2

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3492480-1307909881/watcher-3492480-1307909881 -o /tmp/evaluation-result-3492480-1307909881/solver-3492480-1307909881 -C 1800 -W 1900 -M 15500 java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492480-1307909881.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: 2.07 2.04 1.97 2/193 23760
/proc/meminfo: memFree=12025656/32951132 swapFree=67054624/67111528
[pid=23760] ppid=23758 vsize=30528 CPUtime=0 cores=0,2,4,6
/proc/23760/stat : 23760 (java) S 23758 23760 19566 0 -1 4202496 1238 0 0 0 0 0 0 0 25 0 2 0 902587755 31260672 957 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 274676611045 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/23760/statm: 7632 957 730 9 0 383 0
[pid=23760/tid=23761] ppid=23758 vsize=30532 CPUtime=0 cores=0,2,4,6
/proc/23760/task/23761/stat : 23761 (java) R 23758 23760 19566 0 -1 4202560 123 0 0 0 0 0 0 0 25 0 2 0 902587756 31264768 957 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 274664851546 0 0 4096 0 0 0 0 -1 2 0 0 0

[startup+0.101864 s]
/proc/loadavg: 2.07 2.04 1.97 2/193 23760
/proc/meminfo: memFree=12025656/32951132 swapFree=67054624/67111528
[pid=23760] ppid=23758 vsize=10540416 CPUtime=0.1 cores=0,2,4,6
/proc/23760/stat : 23760 (java) S 23758 23760 19566 0 -1 4202496 13154 0 1 0 9 1 0 0 25 0 18 0 902587755 10793385984 12805 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/23760/statm: 2635104 12805 2092 9 0 2625838 0
[pid=23760/tid=23761] ppid=23758 vsize=10540416 CPUtime=0.09 cores=0,2,4,6
/proc/23760/task/23761/stat : 23761 (java) R 23758 23760 19566 0 -1 4202560 11223 0 1 0 8 1 0 0 25 0 18 0 902587756 10793385984 12805 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 46912504008114 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540416

[startup+0.200877 s]
/proc/loadavg: 2.07 2.04 1.97 2/193 23760
/proc/meminfo: memFree=12025656/32951132 swapFree=67054624/67111528
[pid=23760] ppid=23758 vsize=10540416 CPUtime=0.19 cores=0,2,4,6
/proc/23760/stat : 23760 (java) S 23758 23760 19566 0 -1 4202496 13617 0 1 0 17 2 0 0 25 0 18 0 902587755 10793385984 13268 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/23760/statm: 2635104 13268 2158 9 0 2625838 0
[pid=23760/tid=23761] ppid=23758 vsize=10540416 CPUtime=0.16 cores=0,2,4,6
/proc/23760/task/23761/stat : 23761 (java) R 23758 23760 19566 0 -1 4202560 11566 0 1 0 14 2 0 0 25 0 18 0 902587756 10793385984 13268 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 46912505205061 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 10540416

[startup+0.300843 s]
/proc/loadavg: 2.07 2.04 1.97 2/193 23760
/proc/meminfo: memFree=12025656/32951132 swapFree=67054624/67111528
[pid=23760] ppid=23758 vsize=10540812 CPUtime=0.26 cores=0,2,4,6
/proc/23760/stat : 23760 (java) S 23758 23760 19566 0 -1 4202496 13728 0 1 0 23 3 0 0 25 0 18 0 902587755 10793791488 13379 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/23760/statm: 2635203 13379 2163 9 0 2625937 0
[pid=23760/tid=23761] ppid=23758 vsize=10540812 CPUtime=0.2 cores=0,2,4,6
/proc/23760/task/23761/stat : 23761 (java) R 23758 23760 19566 0 -1 4202560 11604 0 1 0 18 2 0 0 25 0 18 0 902587756 10793791488 13379 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 46912505164132 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 10540812

[startup+0.700783 s]
/proc/loadavg: 2.07 2.04 1.97 2/193 23760
/proc/meminfo: memFree=12025656/32951132 swapFree=67054624/67111528
[pid=23760] ppid=23758 vsize=10544252 CPUtime=0.89 cores=0,2,4,6
/proc/23760/stat : 23760 (java) S 23758 23760 19566 0 -1 4202496 16928 0 1 0 86 3 0 0 25 0 19 0 902587755 10797314048 15158 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/23760/statm: 2636063 15158 2218 9 0 2626797 0
[pid=23760/tid=23761] ppid=23758 vsize=10544252 CPUtime=0.59 cores=0,2,4,6
/proc/23760/task/23761/stat : 23761 (java) R 23758 23760 19566 0 -1 4202560 12251 0 1 0 56 3 0 0 25 0 19 0 902587756 10797314048 15159 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 46912505556119 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.89
Current children cumulated vsize (KiB) 10544252

[startup+1.50065 s]
/proc/loadavg: 2.07 2.04 1.97 3/212 23779
/proc/meminfo: memFree=11968680/32951132 swapFree=67054624/67111528
[pid=23760] ppid=23758 vsize=10546172 CPUtime=1.83 cores=0,2,4,6
/proc/23760/stat : 23760 (java) S 23758 23760 19566 0 -1 4202496 18768 0 1 0 179 4 0 0 25 0 19 0 902587755 10799280128 16736 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/23760/statm: 2636543 16736 2248 9 0 2627277 0
[pid=23760/tid=23761] ppid=23758 vsize=10546172 CPUtime=1.35 cores=0,2,4,6
/proc/23760/task/23761/stat : 23761 (java) R 23758 23760 19566 0 -1 4202560 12373 0 1 0 132 3 0 0 25 0 19 0 902587756 10799280128 16736 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 46912505595850 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=23760/tid=23763] ppid=23758 vsize=10546172 CPUtime=0 cores=0,2,4,6
/proc/23760/task/23763/stat : 23763 (java) S 23758 23760 19566 0 -1 4202560 3 0 0 0 0 0 0 0 16 0 19 0 902587757 10799280128 16736 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 274676624281 0 4 0 16800975 18446604452765078848 0 0 -1 4 0 0 0
[pid=23760/tid=23764] ppid=23758 vsize=10546172 CPUtime=0 cores=0,2,4,6
/proc/23760/task/23764/stat : 23764 (java) S 23758 23760 19566 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 19 0 902587757 10799280128 16736 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 274676624281 0 4 0 16800975 18446604452765078848 0 0 -1 4 0 0 0
[pid=23760/tid=23765] ppid=23758 vsize=10546172 CPUtime=0 cores=0,2,4,6
/proc/23760/task/23765/stat : 23765 (java) S 23758 23760 19566 0 -1 4202560 54 0 0 0 0 0 0 0 16 0 19 0 902587757 10799280128 16736 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 274676624281 0 4 0 16800975 18446604452765078848 0 0 -1 6 0 0 0
[pid=23760/tid=23766] ppid=23758 vsize=10546172 CPUtime=0 cores=0,2,4,6
/proc/23760/task/23766/stat : 23766 (java) S 23758 23760 19566 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902587757 10799280128 16736 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 274676624281 0 4 0 16800975 18446604452765078848 0 0 -1 4 0 0 0
[pid=23760/tid=23767] ppid=23758 vsize=10546172 CPUtime=0 cores=0,2,4,6
/proc/23760/task/23767/stat : 23767 (java) S 23758 23760 19566 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902587757 10799280128 16736 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 274676624281 0 4 0 16800975 18446604452765078848 0 0 -1 4 0 0 0
[pid=23760/tid=23768] ppid=23758 vsize=10546172 CPUtime=0 cores=0,2,4,6
/proc/23760/task/23768/stat : 23768 (java) S 23758 23760 19566 0 -1 4202560 140 0 0 0 0 0 0 0 15 0 19 0 902587757 10799280128 16736 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 274676624281 0 4 0 16800975 18446604452765078848 0 0 -1 4 0 0 0
[pid=23760/tid=23769] ppid=23758 vsize=10546172 CPUtime=0 cores=0,2,4,6
/proc/23760/task/23769/stat : 23769 (java) S 23758 23760 19566 0 -1 4202560 167 0 0 0 0 0 0 0 15 0 19 0 902587757 10799280128 16736 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 274676624281 0 4 0 16800975 18446604452765078848 0 0 -1 4 0 0 0
[pid=23760/tid=23770] ppid=23758 vsize=10546172 CPUtime=0 cores=0,2,4,6
/proc/23760/task/23770/stat : 23770 (java) S 23758 23760 19566 0 -1 4202560 129 0 0 0 0 0 0 0 16 0 19 0 902587757 10799280128 16736 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 274676624281 0 4 0 16800975 18446604452765078848 0 0 -1 4 0 0 0
[pid=23760/tid=23771] ppid=23758 vsize=10546172 CPUtime=0.03 cores=0,2,4,6
/proc/23760/task/23771/stat : 23771 (java) S 23758 23760 19566 0 -1 4202560 452 0 0 0 3 0 0 0 16 0 19 0 902587758 10799280128 16736 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 274676624896 0 0 0 16800975 18446604452765078848 0 0 -1 2 0 0 0
[pid=23760/tid=23772] ppid=23758 vsize=10546172 CPUtime=0 cores=0,2,4,6
/proc/23760/task/23772/stat : 23772 (java) S 23758 23760 19566 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902587759 10799280128 16736 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 274676624281 0 4 0 16800975 18446604452765078848 0 0 -1 2 0 0 0
[pid=23760/tid=23773] ppid=23758 vsize=10546172 CPUtime=0 cores=0,2,4,6
/proc/23760/task/23773/stat : 23773 (java) S 23758 23760 19566 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 902587759 10799280128 16736 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 274676624281 0 4 0 16800975 18446604452765078848 0 0 -1 2 0 0 0
[pid=23760/tid=23774] ppid=23758 vsize=10546172 CPUtime=0 cores=0,2,4,6
/proc/23760/task/23774/stat : 23774 (java) S 23758 23760 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902587761 10799280128 16736 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 274676631985 0 4 0 16800975 18446604452765078848 0 0 -1 2 0 0 0
[pid=23760/tid=23775] ppid=23758 vsize=10546172 CPUtime=0.2 cores=0,2,4,6
/proc/23760/task/23775/stat : 23775 (java) S 23758 23760 19566 0 -1 4202560 1596 0 0 0 20 0 0 0 15 0 19 0 902587761 10799280128 16736 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 274676624281 0 4 0 16800975 18446604452765078848 0 0 -1 0 0 0 0
[pid=23760/tid=23776] ppid=23758 vsize=10546172 CPUtime=0.21 cores=0,2,4,6
/proc/23760/task/23776/stat : 23776 (java) S 23758 23760 19566 0 -1 4202560 2649 0 0 0 21 0 0 0 15 0 19 0 902587761 10799280128 16736 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 274676624281 0 4 0 16800975 18446604452765078848 0 0 -1 4 0 0 0
[pid=23760/tid=23777] ppid=23758 vsize=10546172 CPUtime=0 cores=0,2,4,6
/proc/23760/task/23777/stat : 23777 (java) S 23758 23760 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902587761 10799280128 16736 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 274676624281 0 4 0 16800975 18446604452765078848 0 0 -1 2 0 0 0
[pid=23760/tid=23778] ppid=23758 vsize=10546172 CPUtime=0 cores=0,2,4,6
/proc/23760/task/23778/stat : 23778 (java) S 23758 23760 19566 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902587761 10799280128 16736 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 274676624896 0 4 0 16800975 18446604452765078848 0 0 -1 0 0 0 0
[pid=23760/tid=23779] ppid=23758 vsize=10546172 CPUtime=0 cores=0,2,4,6
/proc/23760/task/23779/stat : 23779 (java) S 23758 23760 19566 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902587788 10799280128 16736 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 274676624896 0 4 0 16800975 18446604452765078848 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.83
Current children cumulated vsize (KiB) 10546172

[startup+3.10137 s]
/proc/loadavg: 2.07 2.04 1.97 3/212 23779
/proc/meminfo: memFree=11964480/32951132 swapFree=67054624/67111528
[pid=23760] ppid=23758 vsize=10546172 CPUtime=3.45 cores=0,2,4,6
/proc/23760/stat : 23760 (java) S 23758 23760 19566 0 -1 4202496 19313 0 1 0 341 4 0 0 25 0 19 0 902587755 10799280128 17276 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/23760/statm: 2636543 17276 2248 9 0 2627277 0
[pid=23760/tid=23761] ppid=23758 vsize=10546172 CPUtime=2.88 cores=0,2,4,6
/proc/23760/task/23761/stat : 23761 (java) R 23758 23760 19566 0 -1 4202560 12378 0 1 0 285 3 0 0 25 0 19 0 902587756 10799280128 17276 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 46912505580968 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=23760/tid=23763] ppid=23758 vsize=10546172 CPUtime=0 cores=0,2,4,6
/proc/23760/task/23763/stat : 23763 (java) S 23758 23760 19566 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 902587757 10799280128 17276 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 274676624281 0 4 0 16800975 18446604452765078848 0 0 -1 2 0 0 0
[pid=23760/tid=23764] ppid=23758 vsize=10546172 CPUtime=0 cores=0,2,4,6
/proc/23760/task/23764/stat : 23764 (java) S 23758 23760 19566 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 19 0 902587757 10799280128 17276 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 274676624281 0 4 0 16800975 18446604452765078848 0 0 -1 0 0 0 0
[pid=23760/tid=23765] ppid=23758 vsize=10546172 CPUtime=0 cores=0,2,4,6
/proc/23760/task/23765/stat : 23765 (java) S 23758 23760 19566 0 -1 4202560 121 0 0 0 0 0 0 0 15 0 19 0 902587757 10799280128 17276 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 274676624281 0 4 0 16800975 18446604452765078848 0 0 -1 6 0 0 0
[pid=23760/tid=23766] ppid=23758 vsize=10546172 CPUtime=0 cores=0,2,4,6
/proc/23760/task/23766/stat : 23766 (java) S 23758 23760 19566 0 -1 4202560 68 0 0 0 0 0 0 0 16 0 19 0 902587757 10799280128 17276 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 274676624281 0 4 0 16800975 18446604452765078848 0 0 -1 4 0 0 0
[pid=23760/tid=23767] ppid=23758 vsize=10546172 CPUtime=0 cores=0,2,4,6
/proc/23760/task/23767/stat : 23767 (java) S 23758 23760 19566 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 902587757 10799280128 17276 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 274676624281 0 4 0 16800975 18446604452765078848 0 0 -1 0 0 0 0
[pid=23760/tid=23768] ppid=23758 vsize=10546172 CPUtime=0 cores=0,2,4,6
/proc/23760/task/23768/stat : 23768 (java) S 23758 23760 19566 0 -1 4202560 141 0 0 0 0 0 0 0 15 0 19 0 902587757 10799280128 17276 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 274676624281 0 4 0 16800975 18446604452765078848 0 0 -1 0 0 0 0
[pid=23760/tid=23769] ppid=23758 vsize=10546172 CPUtime=0 cores=0,2,4,6
/proc/23760/task/23769/stat : 23769 (java) S 23758 23760 19566 0 -1 4202560 262 0 0 0 0 0 0 0 15 0 19 0 902587757 10799280128 17276 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 274676624281 0 4 0 16800975 18446604452765078848 0 0 -1 0 0 0 0
[pid=23760/tid=23770] ppid=23758 vsize=10546172 CPUtime=0 cores=0,2,4,6
/proc/23760/task/23770/stat : 23770 (java) S 23758 23760 19566 0 -1 4202560 242 0 0 0 0 0 0 0 15 0 19 0 902587757 10799280128 17276 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 274676624281 0 4 0 16800975 18446604452765078848 0 0 -1 6 0 0 0
[pid=23760/tid=23771] ppid=23758 vsize=10546172 CPUtime=0.09 cores=0,2,4,6
/proc/23760/task/23771/stat : 23771 (java) S 23758 23760 19566 0 -1 4202560 638 0 0 0 9 0 0 0 16 0 19 0 902587758 10799280128 17276 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 274676624896 0 0 0 16800975 18446604452765078848 0 0 -1 2 0 0 0
[pid=23760/tid=23772] ppid=23758 vsize=10546172 CPUtime=0 cores=0,2,4,6
/proc/23760/task/23772/stat : 23772 (java) S 23758 23760 19566 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902587759 10799280128 17276 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 274676624281 0 4 0 16800975 18446604452765078848 0 0 -1 2 0 0 0
[pid=23760/tid=23773] ppid=23758 vsize=10546172 CPUtime=0 cores=0,2,4,6
/proc/23760/task/23773/stat : 23773 (java) S 23758 23760 19566 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 902587759 10799280128 17276 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 274676624281 0 4 0 16800975 18446604452765078848 0 0 -1 2 0 0 0
[pid=23760/tid=23774] ppid=23758 vsize=10546172 CPUtime=0 cores=0,2,4,6
/proc/23760/task/23774/stat : 23774 (java) S 23758 23760 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902587761 10799280128 17276 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 274676631985 0 4 0 16800975 18446604452765078848 0 0 -1 2 0 0 0
[pid=23760/tid=23775] ppid=23758 vsize=10546172 CPUtime=0.2 cores=0,2,4,6
/proc/23760/task/23775/stat : 23775 (java) S 23758 23760 19566 0 -1 4202560 1596 0 0 0 20 0 0 0 15 0 19 0 902587761 10799280128 17276 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 274676624281 0 4 0 16800975 18446604452765078848 0 0 -1 0 0 0 0
[pid=23760/tid=23776] ppid=23758 vsize=10546172 CPUtime=0.24 cores=0,2,4,6
/proc/23760/task/23776/stat : 23776 (java) S 23758 23760 19566 0 -1 4202560 2659 0 0 0 24 0 0 0 15 0 19 0 902587761 10799280128 17276 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 274676624281 0 4 0 16800975 18446604452765078848 0 0 -1 4 0 0 0
[pid=23760/tid=23777] ppid=23758 vsize=10546172 CPUtime=0 cores=0,2,4,6
/proc/23760/task/23777/stat : 23777 (java) S 23758 23760 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902587761 10799280128 17276 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 274676624281 0 4 0 16800975 18446604452765078848 0 0 -1 2 0 0 0
[pid=23760/tid=23778] ppid=23758 vsize=10546172 CPUtime=0 cores=0,2,4,6
/proc/23760/task/23778/stat : 23778 (java) S 23758 23760 19566 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902587761 10799280128 17276 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 274676624896 0 4 0 16800975 18446604452765078848 0 0 -1 0 0 0 0
[pid=23760/tid=23779] ppid=23758 vsize=10546172 CPUtime=0 cores=0,2,4,6
/proc/23760/task/23779/stat : 23779 (java) S 23758 23760 19566 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902587788 10799280128 17276 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 274676624896 0 4 0 16800975 18446604452765078848 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.45
Current children cumulated vsize (KiB) 10546172

[startup+6.30081 s]
/proc/loadavg: 2.07 2.04 1.97 3/212 23779
/proc/meminfo: memFree=11965224/32951132 swapFree=67054624/67111528
[pid=23760] ppid=23758 vsize=10544316 CPUtime=6.89 cores=0,2,4,6
/proc/23760/stat : 23760 (java) S 23758 23760 19566 0 -1 4202496 25377 0 1 0 683 6 0 0 25 0 19 0 902587755 10797379584 21064 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/23760/statm: 2636079 21064 2248 9 0 2626813 0
[pid=23760/tid=23761] ppid=23758 vsize=10544316 CPUtime=5.91 cores=0,2,4,6
/proc/23760/task/23761/stat : 23761 (java) R 23758 23760 19566 0 -1 4202560 12391 0 1 0 588 3 0 0 18 0 19 0 902587756 10797379584 21064 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 46912505532292 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=23760/tid=23763] ppid=23758 vsize=10544316 CPUtime=0 cores=0,2,4,6
/proc/23760/task/23763/stat : 23763 (java) S 23758 23760 19566 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 902587757 10797379584 21064 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 274676624281 0 4 0 16800975 18446604452765078848 0 0 -1 6 0 0 0
[pid=23760/tid=23764] ppid=23758 vsize=10544316 CPUtime=0 cores=0,2,4,6
/proc/23760/task/23764/stat : 23764 (java) S 23758 23760 19566 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 19 0 902587757 10797379584 21064 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 274676624281 0 4 0 16800975 18446604452765078848 0 0 -1 6 0 0 0
[pid=23760/tid=23765] ppid=23758 vsize=10544316 CPUtime=0 cores=0,2,4,6
/proc/23760/task/23765/stat : 23765 (java) S 23758 23760 19566 0 -1 4202560 121 0 0 0 0 0 0 0 15 0 19 0 902587757 10797379584 21064 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 274676624281 0 4 0 16800975 18446604452765078848 0 0 -1 0 0 0 0
[pid=23760/tid=23766] ppid=23758 vsize=10544316 CPUtime=0 cores=0,2,4,6
/proc/23760/task/23766/stat : 23766 (java) S 23758 23760 19566 0 -1 4202560 69 0 0 0 0 0 0 0 16 0 19 0 902587757 10797379584 21064 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 274676624281 0 4 0 16800975 18446604452765078848 0 0 -1 4 0 0 0
[pid=23760/tid=23767] ppid=23758 vsize=10544316 CPUtime=0 cores=0,2,4,6
/proc/23760/task/23767/stat : 23767 (java) S 23758 23760 19566 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 902587757 10797379584 21064 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 274676624281 0 4 0 16800975 18446604452765078848 0 0 -1 0 0 0 0
[pid=23760/tid=23768] ppid=23758 vsize=10544316 CPUtime=0 cores=0,2,4,6
/proc/23760/task/23768/stat : 23768 (java) S 23758 23760 19566 0 -1 4202560 141 0 0 0 0 0 0 0 15 0 19 0 902587757 10797379584 21064 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 274676624281 0 4 0 16800975 18446604452765078848 0 0 -1 0 0 0 0
[pid=23760/tid=23769] ppid=23758 vsize=10544316 CPUtime=0 cores=0,2,4,6
/proc/23760/task/23769/stat : 23769 (java) S 23758 23760 19566 0 -1 4202560 264 0 0 0 0 0 0 0 16 0 19 0 902587757 10797379584 21064 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 274676624281 0 4 0 16800975 18446604452765078848 0 0 -1 6 0 0 0
[pid=23760/tid=23770] ppid=23758 vsize=10544316 CPUtime=0 cores=0,2,4,6
/proc/23760/task/23770/stat : 23770 (java) S 23758 23760 19566 0 -1 4202560 242 0 0 0 0 0 0 0 15 0 19 0 902587757 10797379584 21064 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 274676624281 0 4 0 16800975 18446604452765078848 0 0 -1 0 0 0 0
[pid=23760/tid=23771] ppid=23758 vsize=10544316 CPUtime=0.22 cores=0,2,4,6
/proc/23760/task/23771/stat : 23771 (java) S 23758 23760 19566 0 -1 4202560 655 0 0 0 22 0 0 0 16 0 19 0 902587758 10797379584 21064 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 274676624896 0 0 0 16800975 18446604452765078848 0 0 -1 2 0 0 0
[pid=23760/tid=23772] ppid=23758 vsize=10544316 CPUtime=0 cores=0,2,4,6
/proc/23760/task/23772/stat : 23772 (java) S 23758 23760 19566 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902587759 10797379584 21064 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 274676624281 0 4 0 16800975 18446604452765078848 0 0 -1 2 0 0 0
[pid=23760/tid=23773] ppid=23758 vsize=10544316 CPUtime=0 cores=0,2,4,6
/proc/23760/task/23773/stat : 23773 (java) S 23758 23760 19566 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 902587759 10797379584 21064 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 274676624281 0 4 0 16800975 18446604452765078848 0 0 -1 2 0 0 0
[pid=23760/tid=23774] ppid=23758 vsize=10544316 CPUtime=0 cores=0,2,4,6
/proc/23760/task/23774/stat : 23774 (java) S 23758 23760 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902587761 10797379584 21064 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 274676631985 0 4 0 16800975 18446604452765078848 0 0 -1 2 0 0 0
[pid=23760/tid=23775] ppid=23758 vsize=10544316 CPUtime=0.4 cores=0,2,4,6
/proc/23760/task/23775/stat : 23775 (java) R 23758 23760 19566 0 -1 4202560 7618 0 0 0 39 1 0 0 16 0 19 0 902587761 10797379584 21064 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 47512594729022 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=23760/tid=23776] ppid=23758 vsize=10544316 CPUtime=0.28 cores=0,2,4,6
/proc/23760/task/23776/stat : 23776 (java) S 23758 23760 19566 0 -1 4202560 2666 0 0 0 28 0 0 0 16 0 19 0 902587761 10797379584 21064 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 274676624281 0 4 0 16800975 18446604452765078848 0 0 -1 4 0 0 0

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

/proc/23760/task/23764/stat : 23764 (java) S 23758 23760 19566 0 -1 4202560 53 0 0 0 3 0 0 0 15 0 19 0 902587757 10797379584 20439 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 274676624281 0 4 0 16800975 18446604452765078848 0 0 -1 0 0 0 0
[pid=23760/tid=23765] ppid=23758 vsize=10544316 CPUtime=0.02 cores=0,2,4,6
/proc/23760/task/23765/stat : 23765 (java) S 23758 23760 19566 0 -1 4202560 126 0 0 0 2 0 0 0 15 0 19 0 902587757 10797379584 20439 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 274676624281 0 4 0 16800975 18446604452765078848 0 0 -1 6 0 0 0
[pid=23760/tid=23766] ppid=23758 vsize=10544316 CPUtime=0.02 cores=0,2,4,6
/proc/23760/task/23766/stat : 23766 (java) S 23758 23760 19566 0 -1 4202560 73 0 0 0 2 0 0 0 15 0 19 0 902587757 10797379584 20439 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 274676624281 0 4 0 16800975 18446604452765078848 0 0 -1 0 0 0 0
[pid=23760/tid=23767] ppid=23758 vsize=10544316 CPUtime=0.03 cores=0,2,4,6
/proc/23760/task/23767/stat : 23767 (java) S 23758 23760 19566 0 -1 4202560 8 0 0 0 3 0 0 0 15 0 19 0 902587757 10797379584 20439 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 274676624281 0 4 0 16800975 18446604452765078848 0 0 -1 4 0 0 0
[pid=23760/tid=23768] ppid=23758 vsize=10544316 CPUtime=0.02 cores=0,2,4,6
/proc/23760/task/23768/stat : 23768 (java) S 23758 23760 19566 0 -1 4202560 145 0 0 0 2 0 0 0 15 0 19 0 902587757 10797379584 20439 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 274676624281 0 4 0 16800975 18446604452765078848 0 0 -1 4 0 0 0
[pid=23760/tid=23769] ppid=23758 vsize=10544316 CPUtime=0.02 cores=0,2,4,6
/proc/23760/task/23769/stat : 23769 (java) S 23758 23760 19566 0 -1 4202560 270 0 0 0 2 0 0 0 15 0 19 0 902587757 10797379584 20439 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 274676624281 0 4 0 16800975 18446604452765078848 0 0 -1 4 0 0 0
[pid=23760/tid=23770] ppid=23758 vsize=10544316 CPUtime=0.02 cores=0,2,4,6
/proc/23760/task/23770/stat : 23770 (java) S 23758 23760 19566 0 -1 4202560 244 0 0 0 2 0 0 0 15 0 19 0 902587757 10797379584 20439 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 274676624281 0 4 0 16800975 18446604452765078848 0 0 -1 6 0 0 0
[pid=23760/tid=23771] ppid=23758 vsize=10544316 CPUtime=1.31 cores=0,2,4,6
/proc/23760/task/23771/stat : 23771 (java) S 23758 23760 19566 0 -1 4202560 898 0 0 0 130 1 0 0 16 0 19 0 902587758 10797379584 20439 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 274676624896 0 0 0 16800975 18446604452765078848 0 0 -1 2 0 0 0
[pid=23760/tid=23772] ppid=23758 vsize=10544316 CPUtime=0 cores=0,2,4,6
/proc/23760/task/23772/stat : 23772 (java) S 23758 23760 19566 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902587759 10797379584 20439 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 274676624281 0 4 0 16800975 18446604452765078848 0 0 -1 2 0 0 0
[pid=23760/tid=23773] ppid=23758 vsize=10544316 CPUtime=0 cores=0,2,4,6
/proc/23760/task/23773/stat : 23773 (java) S 23758 23760 19566 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 902587759 10797379584 20439 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 274676624281 0 4 0 16800975 18446604452765078848 0 0 -1 2 0 0 0
[pid=23760/tid=23774] ppid=23758 vsize=10544316 CPUtime=0 cores=0,2,4,6
/proc/23760/task/23774/stat : 23774 (java) S 23758 23760 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902587761 10797379584 20439 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 274676631985 0 4 0 16800975 18446604452765078848 0 0 -1 2 0 0 0
[pid=23760/tid=23775] ppid=23758 vsize=10544316 CPUtime=1.02 cores=0,2,4,6
/proc/23760/task/23775/stat : 23775 (java) S 23758 23760 19566 0 -1 4202560 12205 0 0 0 101 1 0 0 15 0 19 0 902587761 10797379584 20439 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 274676624281 0 4 0 16800975 18446604452765078848 0 0 -1 0 0 0 0
[pid=23760/tid=23776] ppid=23758 vsize=10544316 CPUtime=0.3 cores=0,2,4,6
/proc/23760/task/23776/stat : 23776 (java) S 23758 23760 19566 0 -1 4202560 2666 0 0 0 30 0 0 0 15 0 19 0 902587761 10797379584 20439 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 274676624281 0 4 0 16800975 18446604452765078848 0 0 -1 4 0 0 0
[pid=23760/tid=23777] ppid=23758 vsize=10544316 CPUtime=0 cores=0,2,4,6
/proc/23760/task/23777/stat : 23777 (java) S 23758 23760 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902587761 10797379584 20439 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 274676624281 0 4 0 16800975 18446604452765078848 0 0 -1 2 0 0 0
[pid=23760/tid=23778] ppid=23758 vsize=10544316 CPUtime=0 cores=0,2,4,6
/proc/23760/task/23778/stat : 23778 (java) S 23758 23760 19566 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 902587761 10797379584 20439 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 274676624896 0 4 0 16800975 18446604452765078848 0 0 -1 4 0 0 0
[pid=23760/tid=23779] ppid=23758 vsize=10544316 CPUtime=0 cores=0,2,4,6
/proc/23760/task/23779/stat : 23779 (java) S 23758 23760 19566 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902587788 10797379584 20439 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 274676624896 0 4 0 16800975 18446604452765078848 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 36.48
Current children cumulated vsize (KiB) 10544316

[startup+36.8015 s]
/proc/loadavg: 2.09 2.05 1.97 3/212 23781
/proc/meminfo: memFree=11957568/32951132 swapFree=67054624/67111528
[pid=23760] ppid=23758 vsize=10544316 CPUtime=38.07 cores=0,2,4,6
/proc/23760/stat : 23760 (java) S 23758 23760 19566 0 -1 4202496 30323 0 1 0 3797 10 0 0 25 0 19 0 902587755 10797379584 20440 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/23760/statm: 2636079 20440 2249 9 0 2626813 0
[pid=23760/tid=23761] ppid=23758 vsize=10544316 CPUtime=35.13 cores=0,2,4,6
/proc/23760/task/23761/stat : 23761 (java) R 23758 23760 19566 0 -1 4202560 12474 0 1 0 3507 6 0 0 25 0 19 0 902587756 10797379584 20440 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 46912505540627 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=23760/tid=23763] ppid=23758 vsize=10544316 CPUtime=0.02 cores=0,2,4,6
/proc/23760/task/23763/stat : 23763 (java) S 23758 23760 19566 0 -1 4202560 7 0 0 0 2 0 0 0 15 0 19 0 902587757 10797379584 20440 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 274676624281 0 4 0 16800975 18446604452765078848 0 0 -1 0 0 0 0
[pid=23760/tid=23764] ppid=23758 vsize=10544316 CPUtime=0.03 cores=0,2,4,6
/proc/23760/task/23764/stat : 23764 (java) S 23758 23760 19566 0 -1 4202560 53 0 0 0 3 0 0 0 15 0 19 0 902587757 10797379584 20440 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 274676624281 0 4 0 16800975 18446604452765078848 0 0 -1 0 0 0 0
[pid=23760/tid=23765] ppid=23758 vsize=10544316 CPUtime=0.02 cores=0,2,4,6
/proc/23760/task/23765/stat : 23765 (java) S 23758 23760 19566 0 -1 4202560 126 0 0 0 2 0 0 0 15 0 19 0 902587757 10797379584 20440 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 274676624281 0 4 0 16800975 18446604452765078848 0 0 -1 6 0 0 0
[pid=23760/tid=23766] ppid=23758 vsize=10544316 CPUtime=0.02 cores=0,2,4,6
/proc/23760/task/23766/stat : 23766 (java) S 23758 23760 19566 0 -1 4202560 73 0 0 0 2 0 0 0 15 0 19 0 902587757 10797379584 20440 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 274676624281 0 4 0 16800975 18446604452765078848 0 0 -1 0 0 0 0
[pid=23760/tid=23767] ppid=23758 vsize=10544316 CPUtime=0.03 cores=0,2,4,6
/proc/23760/task/23767/stat : 23767 (java) S 23758 23760 19566 0 -1 4202560 8 0 0 0 3 0 0 0 15 0 19 0 902587757 10797379584 20440 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 274676624281 0 4 0 16800975 18446604452765078848 0 0 -1 4 0 0 0
[pid=23760/tid=23768] ppid=23758 vsize=10544316 CPUtime=0.02 cores=0,2,4,6
/proc/23760/task/23768/stat : 23768 (java) S 23758 23760 19566 0 -1 4202560 145 0 0 0 2 0 0 0 15 0 19 0 902587757 10797379584 20440 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 274676624281 0 4 0 16800975 18446604452765078848 0 0 -1 0 0 0 0
[pid=23760/tid=23769] ppid=23758 vsize=10544316 CPUtime=0.02 cores=0,2,4,6
/proc/23760/task/23769/stat : 23769 (java) S 23758 23760 19566 0 -1 4202560 270 0 0 0 2 0 0 0 15 0 19 0 902587757 10797379584 20440 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 274676624281 0 4 0 16800975 18446604452765078848 0 0 -1 4 0 0 0
[pid=23760/tid=23770] ppid=23758 vsize=10544316 CPUtime=0.03 cores=0,2,4,6
/proc/23760/task/23770/stat : 23770 (java) S 23758 23760 19566 0 -1 4202560 244 0 0 0 3 0 0 0 15 0 19 0 902587757 10797379584 20440 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 274676624281 0 4 0 16800975 18446604452765078848 0 0 -1 6 0 0 0
[pid=23760/tid=23771] ppid=23758 vsize=10544316 CPUtime=1.37 cores=0,2,4,6
/proc/23760/task/23771/stat : 23771 (java) S 23758 23760 19566 0 -1 4202560 899 0 0 0 136 1 0 0 16 0 19 0 902587758 10797379584 20440 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 274676624896 0 0 0 16800975 18446604452765078848 0 0 -1 2 0 0 0
[pid=23760/tid=23772] ppid=23758 vsize=10544316 CPUtime=0 cores=0,2,4,6
/proc/23760/task/23772/stat : 23772 (java) S 23758 23760 19566 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902587759 10797379584 20440 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 274676624281 0 4 0 16800975 18446604452765078848 0 0 -1 2 0 0 0
[pid=23760/tid=23773] ppid=23758 vsize=10544316 CPUtime=0 cores=0,2,4,6
/proc/23760/task/23773/stat : 23773 (java) S 23758 23760 19566 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 902587759 10797379584 20440 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 274676624281 0 4 0 16800975 18446604452765078848 0 0 -1 2 0 0 0
[pid=23760/tid=23774] ppid=23758 vsize=10544316 CPUtime=0 cores=0,2,4,6
/proc/23760/task/23774/stat : 23774 (java) S 23758 23760 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902587761 10797379584 20440 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 274676631985 0 4 0 16800975 18446604452765078848 0 0 -1 2 0 0 0
[pid=23760/tid=23775] ppid=23758 vsize=10544316 CPUtime=1.02 cores=0,2,4,6
/proc/23760/task/23775/stat : 23775 (java) S 23758 23760 19566 0 -1 4202560 12205 0 0 0 101 1 0 0 15 0 19 0 902587761 10797379584 20440 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 274676624281 0 4 0 16800975 18446604452765078848 0 0 -1 0 0 0 0
[pid=23760/tid=23776] ppid=23758 vsize=10544316 CPUtime=0.3 cores=0,2,4,6
/proc/23760/task/23776/stat : 23776 (java) S 23758 23760 19566 0 -1 4202560 2666 0 0 0 30 0 0 0 15 0 19 0 902587761 10797379584 20440 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 274676624281 0 4 0 16800975 18446604452765078848 0 0 -1 4 0 0 0
[pid=23760/tid=23777] ppid=23758 vsize=10544316 CPUtime=0 cores=0,2,4,6
/proc/23760/task/23777/stat : 23777 (java) S 23758 23760 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902587761 10797379584 20440 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 274676624281 0 4 0 16800975 18446604452765078848 0 0 -1 2 0 0 0
[pid=23760/tid=23778] ppid=23758 vsize=10544316 CPUtime=0 cores=0,2,4,6
/proc/23760/task/23778/stat : 23778 (java) S 23758 23760 19566 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 902587761 10797379584 20440 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 274676624896 0 4 0 16800975 18446604452765078848 0 0 -1 4 0 0 0
[pid=23760/tid=23779] ppid=23758 vsize=10544316 CPUtime=0 cores=0,2,4,6
/proc/23760/task/23779/stat : 23779 (java) S 23758 23760 19566 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902587788 10797379584 20440 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 274676624896 0 4 0 16800975 18446604452765078848 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 38.07
Current children cumulated vsize (KiB) 10544316

[startup+37.2014 s]
/proc/loadavg: 2.09 2.05 1.97 3/212 23781
/proc/meminfo: memFree=11957568/32951132 swapFree=67054624/67111528
[pid=23760] ppid=23758 vsize=10544316 CPUtime=38.47 cores=0,2,4,6
/proc/23760/stat : 23760 (java) S 23758 23760 19566 0 -1 4202496 30326 0 1 0 3837 10 0 0 25 0 19 0 902587755 10797379584 20442 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/23760/statm: 2636079 20442 2249 9 0 2626813 0
[pid=23760/tid=23761] ppid=23758 vsize=10544316 CPUtime=35.51 cores=0,2,4,6
/proc/23760/task/23761/stat : 23761 (java) R 23758 23760 19566 0 -1 4202560 12476 0 1 0 3545 6 0 0 25 0 19 0 902587756 10797379584 20442 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 46912505598775 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=23760/tid=23763] ppid=23758 vsize=10544316 CPUtime=0.02 cores=0,2,4,6
/proc/23760/task/23763/stat : 23763 (java) S 23758 23760 19566 0 -1 4202560 7 0 0 0 2 0 0 0 15 0 19 0 902587757 10797379584 20442 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 274676624281 0 4 0 16800975 18446604452765078848 0 0 -1 6 0 0 0
[pid=23760/tid=23764] ppid=23758 vsize=10544316 CPUtime=0.03 cores=0,2,4,6
/proc/23760/task/23764/stat : 23764 (java) S 23758 23760 19566 0 -1 4202560 54 0 0 0 3 0 0 0 15 0 19 0 902587757 10797379584 20442 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 274676624281 0 4 0 16800975 18446604452765078848 0 0 -1 0 0 0 0
[pid=23760/tid=23765] ppid=23758 vsize=10544316 CPUtime=0.02 cores=0,2,4,6
/proc/23760/task/23765/stat : 23765 (java) S 23758 23760 19566 0 -1 4202560 126 0 0 0 2 0 0 0 15 0 19 0 902587757 10797379584 20442 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 274676624281 0 4 0 16800975 18446604452765078848 0 0 -1 6 0 0 0
[pid=23760/tid=23766] ppid=23758 vsize=10544316 CPUtime=0.02 cores=0,2,4,6
/proc/23760/task/23766/stat : 23766 (java) S 23758 23760 19566 0 -1 4202560 73 0 0 0 2 0 0 0 15 0 19 0 902587757 10797379584 20442 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 274676624281 0 4 0 16800975 18446604452765078848 0 0 -1 0 0 0 0
[pid=23760/tid=23767] ppid=23758 vsize=10544316 CPUtime=0.03 cores=0,2,4,6
/proc/23760/task/23767/stat : 23767 (java) S 23758 23760 19566 0 -1 4202560 8 0 0 0 3 0 0 0 15 0 19 0 902587757 10797379584 20442 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 274676624281 0 4 0 16800975 18446604452765078848 0 0 -1 4 0 0 0
[pid=23760/tid=23768] ppid=23758 vsize=10544316 CPUtime=0.02 cores=0,2,4,6
/proc/23760/task/23768/stat : 23768 (java) S 23758 23760 19566 0 -1 4202560 145 0 0 0 2 0 0 0 15 0 19 0 902587757 10797379584 20442 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 274676624281 0 4 0 16800975 18446604452765078848 0 0 -1 0 0 0 0
[pid=23760/tid=23769] ppid=23758 vsize=10544316 CPUtime=0.02 cores=0,2,4,6
/proc/23760/task/23769/stat : 23769 (java) S 23758 23760 19566 0 -1 4202560 270 0 0 0 2 0 0 0 15 0 19 0 902587757 10797379584 20442 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 274676624281 0 4 0 16800975 18446604452765078848 0 0 -1 4 0 0 0
[pid=23760/tid=23770] ppid=23758 vsize=10544316 CPUtime=0.03 cores=0,2,4,6
/proc/23760/task/23770/stat : 23770 (java) S 23758 23760 19566 0 -1 4202560 244 0 0 0 3 0 0 0 15 0 19 0 902587757 10797379584 20442 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 274676624281 0 4 0 16800975 18446604452765078848 0 0 -1 6 0 0 0
[pid=23760/tid=23771] ppid=23758 vsize=10544316 CPUtime=1.38 cores=0,2,4,6
/proc/23760/task/23771/stat : 23771 (java) S 23758 23760 19566 0 -1 4202560 899 0 0 0 137 1 0 0 16 0 19 0 902587758 10797379584 20442 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 274676624896 0 0 0 16800975 18446604452765078848 0 0 -1 2 0 0 0
[pid=23760/tid=23772] ppid=23758 vsize=10544316 CPUtime=0 cores=0,2,4,6
/proc/23760/task/23772/stat : 23772 (java) S 23758 23760 19566 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902587759 10797379584 20442 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 274676624281 0 4 0 16800975 18446604452765078848 0 0 -1 2 0 0 0
[pid=23760/tid=23773] ppid=23758 vsize=10544316 CPUtime=0 cores=0,2,4,6
/proc/23760/task/23773/stat : 23773 (java) S 23758 23760 19566 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 902587759 10797379584 20442 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 274676624281 0 4 0 16800975 18446604452765078848 0 0 -1 2 0 0 0
[pid=23760/tid=23774] ppid=23758 vsize=10544316 CPUtime=0 cores=0,2,4,6
/proc/23760/task/23774/stat : 23774 (java) S 23758 23760 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902587761 10797379584 20442 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 274676631985 0 4 0 16800975 18446604452765078848 0 0 -1 2 0 0 0
[pid=23760/tid=23775] ppid=23758 vsize=10544316 CPUtime=1.02 cores=0,2,4,6
/proc/23760/task/23775/stat : 23775 (java) S 23758 23760 19566 0 -1 4202560 12205 0 0 0 101 1 0 0 15 0 19 0 902587761 10797379584 20442 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 274676624281 0 4 0 16800975 18446604452765078848 0 0 -1 0 0 0 0
[pid=23760/tid=23776] ppid=23758 vsize=10544316 CPUtime=0.3 cores=0,2,4,6
/proc/23760/task/23776/stat : 23776 (java) S 23758 23760 19566 0 -1 4202560 2666 0 0 0 30 0 0 0 15 0 19 0 902587761 10797379584 20442 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 274676624281 0 4 0 16800975 18446604452765078848 0 0 -1 4 0 0 0
[pid=23760/tid=23777] ppid=23758 vsize=10544316 CPUtime=0 cores=0,2,4,6
/proc/23760/task/23777/stat : 23777 (java) S 23758 23760 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902587761 10797379584 20442 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 274676624281 0 4 0 16800975 18446604452765078848 0 0 -1 2 0 0 0
[pid=23760/tid=23778] ppid=23758 vsize=10544316 CPUtime=0 cores=0,2,4,6
/proc/23760/task/23778/stat : 23778 (java) S 23758 23760 19566 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 902587761 10797379584 20442 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 274676624896 0 4 0 16800975 18446604452765078848 0 0 -1 4 0 0 0
[pid=23760/tid=23779] ppid=23758 vsize=10544316 CPUtime=0 cores=0,2,4,6
/proc/23760/task/23779/stat : 23779 (java) S 23758 23760 19566 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902587788 10797379584 20442 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 274676624896 0 4 0 16800975 18446604452765078848 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 38.47
Current children cumulated vsize (KiB) 10544316

[startup+37.4014 s]
/proc/loadavg: 2.08 2.05 1.97 3/212 23781
/proc/meminfo: memFree=11957568/32951132 swapFree=67054624/67111528
[pid=23760] ppid=23758 vsize=10545344 CPUtime=38.68 cores=0,2,4,6
/proc/23760/stat : 23760 (java) S 23758 23760 19566 0 -1 4202496 30370 0 1 0 3858 10 0 0 25 0 20 0 902587755 10798432256 20484 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/23760/statm: 2636336 20484 2249 9 0 2627070 0
[pid=23760/tid=23761] ppid=23758 vsize=10545344 CPUtime=35.7 cores=0,2,4,6
/proc/23760/task/23761/stat : 23761 (java) S 23758 23760 19566 0 -1 4202560 12481 0 1 0 3564 6 0 0 25 0 20 0 902587756 10798432256 20484 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 274676624281 0 4 0 16800975 18446604452765078848 0 0 -1 2 0 0 0
[pid=23760/tid=23763] ppid=23758 vsize=10545344 CPUtime=0.02 cores=0,2,4,6
/proc/23760/task/23763/stat : 23763 (java) S 23758 23760 19566 0 -1 4202560 7 0 0 0 2 0 0 0 16 0 20 0 902587757 10798432256 20484 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 274676624281 0 4 0 16800975 18446604452765078848 0 0 -1 6 0 0 0
[pid=23760/tid=23764] ppid=23758 vsize=10545344 CPUtime=0.03 cores=0,2,4,6
/proc/23760/task/23764/stat : 23764 (java) S 23758 23760 19566 0 -1 4202560 54 0 0 0 3 0 0 0 15 0 20 0 902587757 10798432256 20484 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 274676624281 0 4 0 16800975 18446604452765078848 0 0 -1 0 0 0 0
[pid=23760/tid=23765] ppid=23758 vsize=10545344 CPUtime=0.02 cores=0,2,4,6
/proc/23760/task/23765/stat : 23765 (java) S 23758 23760 19566 0 -1 4202560 126 0 0 0 2 0 0 0 15 0 20 0 902587757 10798432256 20485 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 274676624281 0 4 0 16800975 18446604452765078848 0 0 -1 6 0 0 0
[pid=23760/tid=23766] ppid=23758 vsize=10545344 CPUtime=0.03 cores=0,2,4,6
/proc/23760/task/23766/stat : 23766 (java) S 23758 23760 19566 0 -1 4202560 74 0 0 0 3 0 0 0 16 0 20 0 902587757 10798432256 20485 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 274676624281 0 4 0 16800975 18446604452765078848 0 0 -1 0 0 0 0
[pid=23760/tid=23767] ppid=23758 vsize=10545344 CPUtime=0.03 cores=0,2,4,6
/proc/23760/task/23767/stat : 23767 (java) S 23758 23760 19566 0 -1 4202560 8 0 0 0 3 0 0 0 15 0 20 0 902587757 10798432256 20485 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 274676624281 0 4 0 16800975 18446604452765078848 0 0 -1 4 0 0 0
[pid=23760/tid=23768] ppid=23758 vsize=10545344 CPUtime=0.02 cores=0,2,4,6
/proc/23760/task/23768/stat : 23768 (java) S 23758 23760 19566 0 -1 4202560 145 0 0 0 2 0 0 0 15 0 20 0 902587757 10798432256 20485 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 274676624281 0 4 0 16800975 18446604452765078848 0 0 -1 0 0 0 0
[pid=23760/tid=23769] ppid=23758 vsize=10545344 CPUtime=0.02 cores=0,2,4,6
/proc/23760/task/23769/stat : 23769 (java) S 23758 23760 19566 0 -1 4202560 270 0 0 0 2 0 0 0 15 0 20 0 902587757 10798432256 20485 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 274676624281 0 4 0 16800975 18446604452765078848 0 0 -1 4 0 0 0
[pid=23760/tid=23770] ppid=23758 vsize=10545344 CPUtime=0.03 cores=0,2,4,6
/proc/23760/task/23770/stat : 23770 (java) S 23758 23760 19566 0 -1 4202560 245 0 0 0 3 0 0 0 16 0 20 0 902587757 10798432256 20485 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 274676624281 0 4 0 16800975 18446604452765078848 0 0 -1 6 0 0 0
[pid=23760/tid=23771] ppid=23758 vsize=10545344 CPUtime=1.4 cores=0,2,4,6
/proc/23760/task/23771/stat : 23771 (java) S 23758 23760 19566 0 -1 4202560 923 0 0 0 139 1 0 0 16 0 20 0 902587758 10798432256 20485 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 274676624896 0 0 0 16800975 18446604452765078848 0 0 -1 2 0 0 0
[pid=23760/tid=23772] ppid=23758 vsize=10545344 CPUtime=0 cores=0,2,4,6
/proc/23760/task/23772/stat : 23772 (java) S 23758 23760 19566 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 20 0 902587759 10798432256 20485 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 274676624281 0 4 0 16800975 18446604452765078848 0 0 -1 2 0 0 0
[pid=23760/tid=23773] ppid=23758 vsize=10545344 CPUtime=0 cores=0,2,4,6
/proc/23760/task/23773/stat : 23773 (java) S 23758 23760 19566 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 20 0 902587759 10798432256 20485 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 274676624281 0 4 0 16800975 18446604452765078848 0 0 -1 2 0 0 0
[pid=23760/tid=23774] ppid=23758 vsize=10545344 CPUtime=0 cores=0,2,4,6
/proc/23760/task/23774/stat : 23774 (java) S 23758 23760 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 902587761 10798432256 20485 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 274676631985 0 4 0 16800975 18446604452765078848 0 0 -1 2 0 0 0
[pid=23760/tid=23775] ppid=23758 vsize=10545344 CPUtime=1.02 cores=0,2,4,6
/proc/23760/task/23775/stat : 23775 (java) S 23758 23760 19566 0 -1 4202560 12206 0 0 0 101 1 0 0 15 0 20 0 902587761 10798432256 20486 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 274676624281 0 4 0 16800975 18446604452765078848 0 0 -1 0 0 0 0
[pid=23760/tid=23776] ppid=23758 vsize=10545344 CPUtime=0.3 cores=0,2,4,6
/proc/23760/task/23776/stat : 23776 (java) S 23758 23760 19566 0 -1 4202560 2666 0 0 0 30 0 0 0 15 0 20 0 902587761 10798432256 20486 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 274676624281 0 4 0 16800975 18446604452765078848 0 0 -1 4 0 0 0
[pid=23760/tid=23777] ppid=23758 vsize=10545344 CPUtime=0 cores=0,2,4,6
/proc/23760/task/23777/stat : 23777 (java) S 23758 23760 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 902587761 10798432256 20486 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 274676624281 0 4 0 16800975 18446604452765078848 0 0 -1 2 0 0 0
[pid=23760/tid=23778] ppid=23758 vsize=10545344 CPUtime=0 cores=0,2,4,6
/proc/23760/task/23778/stat : 23778 (java) S 23758 23760 19566 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 20 0 902587761 10798432256 20486 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 274676624896 0 4 0 16800975 18446604452765078848 0 0 -1 4 0 0 0
[pid=23760/tid=23779] ppid=23758 vsize=10545344 CPUtime=0 cores=0,2,4,6
/proc/23760/task/23779/stat : 23779 (java) S 23758 23760 19566 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 20 0 902587788 10798432256 20486 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 274676624896 0 4 0 16800975 18446604452765078848 0 0 -1 0 0 0 0
[pid=23760/tid=23782] ppid=23758 vsize=10545344 CPUtime=0 cores=0,2,4,6
/proc/23760/task/23782/stat : 23782 (java) R 23758 23760 19566 0 -1 4202560 14 0 0 0 0 0 0 0 25 0 20 0 902591496 10798432256 20486 33554432000 1073741824 1073778376 140736851870176 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 38.68
Current children cumulated vsize (KiB) 10545344

Child status: 30
Real time (s): 37.4122
CPU time (s): 38.6961
CPU user time (s): 38.5831
CPU system time (s): 0.112982
CPU usage (%): 103.432
Max. virtual memory (cumulated for all children) (KiB): 10546172

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 38.5831
system time used= 0.112982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30375
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= 3884
involuntary context switches= 1557

runsolver used 0.065989 second user time and 0.147977 second system time

The end

Launcher Data

Begin job on node131 at 2011-06-12 22:18:01
IDJOB=3492480
IDBENCH=78836
IDSOLVER=1982
FILE ID=node131/3492480-1307909881
RUNJOBID= node131-1307907581-21984
PBS_JOBID= 13559575
Free space on /tmp= 56584 MiB

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

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

MD5SUM BENCH= cc0c9e984fb29816b50b1482397a634f
RANDOM SEED=1941709097

node131.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.830
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.66
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.830
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.830
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.83
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.830
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.830
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.77
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.830
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.830
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.75
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.830
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      12025812 kB
Buffers:        333336 kB
Cached:       19809388 kB
SwapCached:       9816 kB
Active:       15678212 kB
Inactive:      4561952 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      12025812 kB
SwapTotal:    67111528 kB
SwapFree:     67054624 kB
Dirty:            1128 kB
Writeback:           0 kB
AnonPages:       95532 kB
Mapped:          21092 kB
Slab:           622312 kB
PageTables:       5024 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 10563168 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 56584 MiB
End job on node131 at 2011-06-12 22:18:39