Trace number 3492322

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 33.7889 32.6536

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111217555--soft-33-100-0.wbo
MD5SUM077b9c494cf23f6ff18d9e6ba287604c
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.00869
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 1222
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.05/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.05/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.08	c See www.sat4j.org for details.
0.05/0.09	c version 2.3.1.v20110525
0.05/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.09	c java.vm.version	19.1-b02
0.05/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.09	c sun.arch.data.model	64
0.05/0.09	c java.version		1.6.0_24
0.05/0.09	c os.name		Linux
0.05/0.09	c os.version		2.6.18-164.el5
0.05/0.09	c os.arch		amd64
0.05/0.09	c Free memory 		9996466904
0.05/0.09	c Max memory 		10048897024
0.05/0.09	c Total memory 		10048897024
0.05/0.09	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@13d4c61c
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-3492322-1307909453.wbo
0.10/0.10	c reading problem ... 
0.10/0.16	c ... done. Wall clock time 0.057s.
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.28/0.23	c SATISFIABLE
0.28/0.23	c OPTIMIZING...
0.28/0.23	c Got one! Elapsed wall clock time (in seconds):0.125
0.28/0.23	o 322
0.28/0.27	c Got one! Elapsed wall clock time (in seconds):0.168
0.28/0.27	o 319
0.54/0.36	c Got one! Elapsed wall clock time (in seconds):0.252
0.54/0.36	o 276
0.54/0.38	c Got one! Elapsed wall clock time (in seconds):0.274
0.54/0.38	o 275
0.68/0.40	c Got one! Elapsed wall clock time (in seconds):0.292
0.68/0.40	o 261
0.68/0.42	c Got one! Elapsed wall clock time (in seconds):0.32
0.68/0.42	o 242
0.78/0.57	c Got one! Elapsed wall clock time (in seconds):0.467
0.78/0.57	o 218
0.88/0.65	c cleaning 4750 clauses out of 9509 with flag 1000/9509
1.13/0.88	c cleaning 5377 clauses out of 10759 with flag 7000/15509
1.24/0.95	c Got one! Elapsed wall clock time (in seconds):0.845
1.24/0.95	o 190
1.35/1.08	c cleaning 5519 clauses out of 11050 with flag 4003/21177
1.56/1.28	c cleaning 5762 clauses out of 11528 with flag 10000/27174
1.86/1.50	c Got one! Elapsed wall clock time (in seconds):1.395
1.86/1.50	o 187
1.96/1.69	c cleaning 7925 clauses out of 15868 with flag 5000/37276
2.07/1.72	c Got one! Elapsed wall clock time (in seconds):1.616
2.07/1.72	o 185
2.26/1.90	c cleaning 6622 clauses out of 13258 with flag 5000/42591
2.26/1.95	c Got one! Elapsed wall clock time (in seconds):1.848
2.26/1.95	o 181
2.47/2.10	c cleaning 6074 clauses out of 12153 with flag 4003/48108
2.67/2.36	c cleaning 6037 clauses out of 12077 with flag 10001/54106
2.77/2.42	c Got one! Elapsed wall clock time (in seconds):2.312
2.77/2.42	o 170
2.87/2.55	c cleaning 5779 clauses out of 11570 with flag 4000/59636
2.97/2.63	c Got one! Elapsed wall clock time (in seconds):2.525
2.97/2.63	o 169
3.07/2.77	c cleaning 5664 clauses out of 11344 with flag 4001/65189
3.07/2.78	c Got one! Elapsed wall clock time (in seconds):2.678
3.07/2.78	o 153
3.27/2.95	c cleaning 5424 clauses out of 10853 with flag 5001/70362
3.47/3.17	c cleaning 5709 clauses out of 11431 with flag 11003/76364
3.77/3.47	c cleaning 6353 clauses out of 12719 with flag 18000/83361
3.97/3.62	c Got one! Elapsed wall clock time (in seconds):3.513
3.97/3.62	o 129
3.97/3.66	c cleaning 5792 clauses out of 11592 with flag 1002/88587
4.18/3.81	c Got one! Elapsed wall clock time (in seconds):3.707
4.18/3.81	o 125
4.18/3.85	c cleaning 5545 clauses out of 11103 with flag 1002/93890
4.50/4.10	c cleaning 5766 clauses out of 11556 with flag 7000/99888
4.86/4.39	c cleaning 6387 clauses out of 12791 with flag 14001/106889
5.64/4.72	c cleaning 7196 clauses out of 14404 with flag 22001/114889
6.07/5.11	c cleaning 8096 clauses out of 16208 with flag 31001/123889
6.17/5.21	c Got one! Elapsed wall clock time (in seconds):5.109
6.17/5.21	o 112
6.27/5.31	c Got one! Elapsed wall clock time (in seconds):5.206
6.27/5.31	o 92
6.27/5.36	c cleaning 7335 clauses out of 14676 with flag 1002/130453
6.48/5.59	c cleaning 6656 clauses out of 13339 with flag 7000/136451
6.77/5.86	c cleaning 6836 clauses out of 13683 with flag 14000/143451
7.17/6.24	c cleaning 7419 clauses out of 14849 with flag 22002/151453
7.58/6.62	c cleaning 8210 clauses out of 16428 with flag 31000/160451
7.87/6.98	c Got one! Elapsed wall clock time (in seconds):6.874
7.87/6.98	o 73
8.17/7.22	c cleaning 10990 clauses out of 21991 with flag 5000/174224
8.38/7.45	c cleaning 8497 clauses out of 17003 with flag 11002/180226
8.68/7.73	c cleaning 7748 clauses out of 15505 with flag 18001/187225
8.98/8.04	c cleaning 7876 clauses out of 15756 with flag 26000/195224
9.28/8.38	c cleaning 8437 clauses out of 16881 with flag 35001/204225
9.69/8.75	c Got one! Elapsed wall clock time (in seconds):8.643
9.69/8.75	o 53
9.89/8.99	c cleaning 11315 clauses out of 22636 with flag 5003/218417
10.20/9.23	c cleaning 8656 clauses out of 17320 with flag 11002/224416
10.40/9.47	c cleaning 7829 clauses out of 15662 with flag 18000/231414
10.50/9.55	c Got one! Elapsed wall clock time (in seconds):9.446
10.50/9.55	o 35
10.62/9.66	c cleaning 6507 clauses out of 13022 with flag 3002/236603
10.83/9.87	c cleaning 6253 clauses out of 12513 with flag 9000/242601
11.12/10.10	c cleaning 6625 clauses out of 13262 with flag 16002/249603
11.32/10.38	c cleaning 7313 clauses out of 14636 with flag 24001/257602
11.62/10.68	c cleaning 8157 clauses out of 16322 with flag 33000/266601
12.03/11.03	c cleaning 9081 clauses out of 18169 with flag 43004/276605
12.32/11.36	c cleaning 9533 clauses out of 19084 with flag 53000/286601
12.42/11.44	c Got one! Elapsed wall clock time (in seconds):11.334
12.42/11.44	o 32
12.52/11.55	c cleaning 7297 clauses out of 14602 with flag 3003/291652
12.73/11.75	c cleaning 6647 clauses out of 13303 with flag 9001/297650
12.94/11.99	c cleaning 6822 clauses out of 13655 with flag 16000/304649
13.33/12.30	c cleaning 7414 clauses out of 14834 with flag 24001/312650
13.63/12.62	c cleaning 8206 clauses out of 16419 with flag 33000/321649
13.74/12.73	c Got one! Elapsed wall clock time (in seconds):12.629
13.74/12.73	o 17
13.84/12.81	c cleaning 6803 clauses out of 13614 with flag 2003/327050
14.03/13.03	c cleaning 6402 clauses out of 12809 with flag 8001/333048
14.24/13.27	c cleaning 6700 clauses out of 13406 with flag 15000/340047
14.56/13.54	c cleaning 7349 clauses out of 14708 with flag 23002/348049
14.86/13.84	c cleaning 8174 clauses out of 16358 with flag 32001/357048
15.16/14.19	c cleaning 9086 clauses out of 18183 with flag 42000/367047
15.56/14.52	c cleaning 9547 clauses out of 19099 with flag 52002/377049
15.86/14.88	c cleaning 9769 clauses out of 19550 with flag 62000/387047
16.06/15.07	c Got one! Elapsed wall clock time (in seconds):14.967
16.06/15.07	o 15
16.26/15.30	c cleaning 10418 clauses out of 20847 with flag 5002/398113
16.57/15.53	c cleaning 8210 clauses out of 16429 with flag 11002/404113
16.77/15.78	c cleaning 7605 clauses out of 15217 with flag 18000/411111
17.07/16.08	c cleaning 7805 clauses out of 15613 with flag 26001/419112
17.37/16.38	c cleaning 8398 clauses out of 16810 with flag 35003/428114
17.77/16.73	c cleaning 9201 clauses out of 18410 with flag 45001/438112
18.07/17.07	c cleaning 9601 clauses out of 19210 with flag 55002/448113
18.47/17.43	c cleaning 9802 clauses out of 19609 with flag 65002/458113
18.77/17.77	c cleaning 9897 clauses out of 19805 with flag 75000/468111
19.17/18.16	c cleaning 9950 clauses out of 19908 with flag 85000/478111
19.58/18.52	c cleaning 9977 clauses out of 19958 with flag 95000/488111
19.88/18.85	c cleaning 9986 clauses out of 19983 with flag 105002/498113
20.28/19.22	c cleaning 9995 clauses out of 19995 with flag 115000/508111
20.59/19.57	c cleaning 9991 clauses out of 20000 with flag 125000/518111
20.99/19.93	c cleaning 10000 clauses out of 20009 with flag 135000/528111
21.39/20.30	c cleaning 9997 clauses out of 20009 with flag 145000/538111
21.69/20.64	c cleaning 10000 clauses out of 20012 with flag 155000/548111
22.00/20.99	c cleaning 10002 clauses out of 20012 with flag 165000/558111
22.40/21.35	c cleaning 9998 clauses out of 20010 with flag 175000/568111
22.80/21.71	c cleaning 10001 clauses out of 20012 with flag 185000/578111
23.10/22.04	c cleaning 10001 clauses out of 20012 with flag 195001/588112
23.50/22.40	c cleaning 10002 clauses out of 20012 with flag 205002/598113
23.80/22.75	c cleaning 10000 clauses out of 20009 with flag 215001/608112
24.10/23.10	c cleaning 9998 clauses out of 20008 with flag 225000/618111
24.50/23.45	c cleaning 10000 clauses out of 20010 with flag 235000/628111
24.90/23.81	c cleaning 10005 clauses out of 20016 with flag 245006/638117
25.20/24.15	c cleaning 9999 clauses out of 20007 with flag 255002/648113
25.50/24.49	c cleaning 9995 clauses out of 20006 with flag 265000/658111
25.90/24.87	c cleaning 10003 clauses out of 20012 with flag 275001/668112
26.31/25.22	c cleaning 9999 clauses out of 20008 with flag 285000/678111
26.60/25.57	c cleaning 9998 clauses out of 20009 with flag 295000/688111
27.01/25.93	c cleaning 9997 clauses out of 20011 with flag 305000/698111
27.31/26.28	c cleaning 10003 clauses out of 20017 with flag 315003/708114
27.71/26.61	c cleaning 10001 clauses out of 20011 with flag 325000/718111
28.01/26.95	c cleaning 10003 clauses out of 20012 with flag 335002/728113
28.30/27.29	c cleaning 9996 clauses out of 20007 with flag 345000/738111
28.41/27.36	c Got one! Elapsed wall clock time (in seconds):27.26
28.41/27.36	o 8
28.51/27.47	c cleaning 7661 clauses out of 15330 with flag 3000/743430
28.71/27.67	c cleaning 6830 clauses out of 13669 with flag 9000/749430
29.01/27.91	c cleaning 6915 clauses out of 13840 with flag 16001/756431
29.31/28.20	c cleaning 7455 clauses out of 14926 with flag 24002/764432
29.61/28.52	c cleaning 8232 clauses out of 16469 with flag 33000/773430
29.91/28.87	c cleaning 9114 clauses out of 18238 with flag 43001/783431
30.31/29.22	c cleaning 9556 clauses out of 19123 with flag 53000/793430
30.61/29.55	c cleaning 9779 clauses out of 19567 with flag 63000/803430
31.01/29.91	c cleaning 9892 clauses out of 19790 with flag 73002/813432
31.32/30.28	c cleaning 9941 clauses out of 19896 with flag 83000/823430
31.72/30.65	c cleaning 9969 clauses out of 19955 with flag 93000/833430
32.12/31.00	c cleaning 9989 clauses out of 19988 with flag 103002/843432
32.42/31.36	c cleaning 9997 clauses out of 19999 with flag 113002/853432
32.82/31.74	c cleaning 9998 clauses out of 20000 with flag 123000/863430
33.22/32.11	c cleaning 9999 clauses out of 20004 with flag 133002/873432
33.52/32.49	c cleaning 9996 clauses out of 20003 with flag 143001/883431
33.72/32.64	c starts		: 195
33.72/32.64	c conflicts		: 887574
33.72/32.64	c decisions		: 1430284
33.72/32.64	c propagations		: 20642296
33.72/32.64	c inspects		: 192866865
33.72/32.64	c shortcuts		: 0
33.72/32.64	c learnt literals	: 6
33.72/32.64	c learnt binary clauses	: 84
33.72/32.64	c learnt ternary clauses	: 586
33.72/32.64	c learnt constraints	: 887567
33.72/32.64	c ignored constraints	: 0
33.72/32.64	c root simplifications	: 0
33.72/32.64	c removed literals (reason simplification)	: 6905704
33.72/32.64	c reason swapping (by a shorter reason)	: 0
33.72/32.64	c Calls to reduceDB	: 104
33.72/32.64	c number of reductions to clauses (during analyze)	: 0
33.72/32.64	c number of learned constraints concerned by reduction	: 0
33.72/32.64	c number of learning phase by resolution	: 0
33.72/32.64	c number of learning phase by cutting planes	: 0
33.72/32.64	c speed (assignments/second)	: 3911007.199696855
33.72/32.64	c non guided choices	1456
33.72/32.64	c learnt constraints type 
33.72/32.64	c constraints type 
33.72/32.64	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
33.72/32.64	c org.sat4j.minisat.constraints.card.MinWatchCard => 20
33.72/32.64	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
33.72/32.64	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 51
33.72/32.64	s OPTIMUM FOUND
33.72/32.64	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 
33.72/32.64	c objective function=8
33.72/32.64	c Total wall clock time (in seconds): 32.539

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

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.15 2.03 1.94 2/193 22438
/proc/meminfo: memFree=12030532/32951132 swapFree=67054624/67111528
[pid=22438] ppid=22436 vsize=30528 CPUtime=0 cores=1,3,5,7
/proc/22438/stat : 22438 (java) S 22436 22438 19566 0 -1 4202496 1225 0 0 0 0 0 0 0 25 0 2 0 902544921 31260672 944 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 274676611045 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/22438/statm: 7632 950 725 9 0 383 0
[pid=22438/tid=22439] ppid=22436 vsize=30528 CPUtime=0 cores=1,3,5,7
/proc/22438/task/22439/stat : 22439 (java) R 22436 22438 19566 0 -1 4202560 123 0 0 0 0 0 0 0 25 0 2 0 902544921 31260672 957 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 274664808192 0 0 4096 0 0 0 0 -1 3 0 0 0

[startup+0.0595619 s]
/proc/loadavg: 2.15 2.03 1.94 2/193 22438
/proc/meminfo: memFree=12030532/32951132 swapFree=67054624/67111528
[pid=22438] ppid=22436 vsize=10472924 CPUtime=0.05 cores=1,3,5,7
/proc/22438/stat : 22438 (java) S 22436 22438 19566 0 -1 4202496 11662 0 1 0 4 1 0 0 25 0 18 0 902544921 10724274176 11358 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22438/statm: 2618231 11358 1733 9 0 2608972 0
[pid=22438/tid=22439] ppid=22436 vsize=10472924 CPUtime=0.04 cores=1,3,5,7
/proc/22438/task/22439/stat : 22439 (java) R 22436 22438 19566 0 -1 4202560 10487 0 1 0 3 1 0 0 25 0 18 0 902544921 10724274176 11358 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 18446744073699065939 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10472924

[startup+0.104608 s]
/proc/loadavg: 2.15 2.03 1.94 2/193 22438
/proc/meminfo: memFree=12030532/32951132 swapFree=67054624/67111528
[pid=22438] ppid=22436 vsize=10540204 CPUtime=0.1 cores=1,3,5,7
/proc/22438/stat : 22438 (java) S 22436 22438 19566 0 -1 4202496 13147 0 1 0 9 1 0 0 25 0 18 0 902544921 10793168896 12814 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22438/statm: 2635051 12814 2099 9 0 2625785 0
[pid=22438/tid=22439] ppid=22436 vsize=10540204 CPUtime=0.08 cores=1,3,5,7
/proc/22438/task/22439/stat : 22439 (java) R 22436 22438 19566 0 -1 4202560 11194 0 1 0 7 1 0 0 25 0 18 0 902544921 10793168896 12815 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 274676635083 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540204

[startup+0.300567 s]
/proc/loadavg: 2.15 2.03 1.94 2/193 22438
/proc/meminfo: memFree=12030532/32951132 swapFree=67054624/67111528
[pid=22438] ppid=22436 vsize=10543000 CPUtime=0.54 cores=1,3,5,7
/proc/22438/stat : 22438 (java) S 22436 22438 19566 0 -1 4202496 16014 0 1 0 52 2 0 0 25 0 19 0 902544921 10796032000 14925 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22438/statm: 2635750 14925 2215 9 0 2626484 0
[pid=22438/tid=22439] ppid=22436 vsize=10543000 CPUtime=0.28 cores=1,3,5,7
/proc/22438/task/22439/stat : 22439 (java) R 22436 22438 19566 0 -1 4202560 11778 0 1 0 27 1 0 0 25 0 19 0 902544921 10796032000 14925 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 46912505577792 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 10543000

[startup+0.700499 s]
/proc/loadavg: 2.15 2.03 1.94 2/193 22438
/proc/meminfo: memFree=12030532/32951132 swapFree=67054624/67111528
[pid=22438] ppid=22436 vsize=10542612 CPUtime=1.03 cores=1,3,5,7
/proc/22438/stat : 22438 (java) S 22436 22438 19566 0 -1 4202496 17456 0 1 0 101 2 0 0 25 0 19 0 902544921 10795634688 16053 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22438/statm: 2635653 16053 2248 9 0 2626387 0
[pid=22438/tid=22439] ppid=22436 vsize=10542612 CPUtime=0.66 cores=1,3,5,7
/proc/22438/task/22439/stat : 22439 (java) R 22436 22438 19566 0 -1 4202560 12321 0 1 0 65 1 0 0 18 0 19 0 902544921 10795634688 16053 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 46912505595897 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 10542612

[startup+1.50136 s]
/proc/loadavg: 2.14 2.03 1.94 3/212 22457
/proc/meminfo: memFree=11973304/32951132 swapFree=67054624/67111528
[pid=22438] ppid=22436 vsize=10542612 CPUtime=1.86 cores=1,3,5,7
/proc/22438/stat : 22438 (java) S 22436 22438 19566 0 -1 4202496 17791 0 1 0 184 2 0 0 25 0 19 0 902544921 10795634688 16385 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22438/statm: 2635653 16385 2249 9 0 2626387 0
[pid=22438/tid=22439] ppid=22436 vsize=10542612 CPUtime=1.42 cores=1,3,5,7
/proc/22438/task/22439/stat : 22439 (java) R 22436 22438 19566 0 -1 4202560 12322 0 1 0 141 1 0 0 18 0 19 0 902544921 10795634688 16385 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 46912505539803 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=22438/tid=22441] ppid=22436 vsize=10542612 CPUtime=0 cores=1,3,5,7
/proc/22438/task/22441/stat : 22441 (java) S 22436 22438 19566 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 19 0 902544923 10795634688 16385 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 274676624281 0 4 0 16800975 18446604471099699328 0 0 -1 1 0 0 0
[pid=22438/tid=22442] ppid=22436 vsize=10542612 CPUtime=0 cores=1,3,5,7
/proc/22438/task/22442/stat : 22442 (java) S 22436 22438 19566 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902544923 10795634688 16385 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 274676624281 0 4 0 16800975 18446604471099699328 0 0 -1 5 0 0 0
[pid=22438/tid=22443] ppid=22436 vsize=10542612 CPUtime=0 cores=1,3,5,7
/proc/22438/task/22443/stat : 22443 (java) S 22436 22438 19566 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 902544923 10795634688 16385 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 274676624281 0 4 0 16800975 18446604471099699328 0 0 -1 3 0 0 0
[pid=22438/tid=22444] ppid=22436 vsize=10542612 CPUtime=0 cores=1,3,5,7
/proc/22438/task/22444/stat : 22444 (java) S 22436 22438 19566 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902544923 10795634688 16385 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 274676624281 0 4 0 16800975 18446604471099699328 0 0 -1 3 0 0 0
[pid=22438/tid=22445] ppid=22436 vsize=10542612 CPUtime=0 cores=1,3,5,7
/proc/22438/task/22445/stat : 22445 (java) S 22436 22438 19566 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902544923 10795634688 16385 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 274676624281 0 4 0 16800975 18446604471099699328 0 0 -1 5 0 0 0
[pid=22438/tid=22446] ppid=22436 vsize=10542612 CPUtime=0 cores=1,3,5,7
/proc/22438/task/22446/stat : 22446 (java) S 22436 22438 19566 0 -1 4202560 25 0 0 0 0 0 0 0 15 0 19 0 902544923 10795634688 16385 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 274676624281 0 4 0 16800975 18446604471099699328 0 0 -1 1 0 0 0
[pid=22438/tid=22447] ppid=22436 vsize=10542612 CPUtime=0 cores=1,3,5,7
/proc/22438/task/22447/stat : 22447 (java) S 22436 22438 19566 0 -1 4202560 203 0 0 0 0 0 0 0 15 0 19 0 902544923 10795634688 16385 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 274676624281 0 4 0 16800975 18446604471099699328 0 0 -1 3 0 0 0
[pid=22438/tid=22448] ppid=22436 vsize=10542612 CPUtime=0 cores=1,3,5,7
/proc/22438/task/22448/stat : 22448 (java) S 22436 22438 19566 0 -1 4202560 178 0 0 0 0 0 0 0 16 0 19 0 902544923 10795634688 16385 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 274676624281 0 4 0 16800975 18446604471099699328 0 0 -1 3 0 0 0
[pid=22438/tid=22449] ppid=22436 vsize=10542612 CPUtime=0.04 cores=1,3,5,7
/proc/22438/task/22449/stat : 22449 (java) S 22436 22438 19566 0 -1 4202560 440 0 0 0 4 0 0 0 15 0 19 0 902544924 10795634688 16385 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 274676624896 0 0 0 16800975 18446604471099699328 0 0 -1 7 0 0 0
[pid=22438/tid=22450] ppid=22436 vsize=10542612 CPUtime=0 cores=1,3,5,7
/proc/22438/task/22450/stat : 22450 (java) S 22436 22438 19566 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 902544924 10795634688 16385 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 274676624281 0 4 0 16800975 18446604471099699328 0 0 -1 7 0 0 0
[pid=22438/tid=22451] ppid=22436 vsize=10542612 CPUtime=0 cores=1,3,5,7
/proc/22438/task/22451/stat : 22451 (java) S 22436 22438 19566 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 902544924 10795634688 16385 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 274676624281 0 4 0 16800975 18446604471099699328 0 0 -1 7 0 0 0
[pid=22438/tid=22452] ppid=22436 vsize=10542612 CPUtime=0 cores=1,3,5,7
/proc/22438/task/22452/stat : 22452 (java) S 22436 22438 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902544926 10795634688 16385 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 274676631985 0 4 0 16800975 18446604471099699328 0 0 -1 7 0 0 0
[pid=22438/tid=22453] ppid=22436 vsize=10542612 CPUtime=0.18 cores=1,3,5,7
/proc/22438/task/22453/stat : 22453 (java) S 22436 22438 19566 0 -1 4202560 1801 0 0 0 18 0 0 0 15 0 19 0 902544926 10795634688 16385 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 274676624281 0 4 0 16800975 18446604471099699328 0 0 -1 5 0 0 0
[pid=22438/tid=22454] ppid=22436 vsize=10542612 CPUtime=0.18 cores=1,3,5,7
/proc/22438/task/22454/stat : 22454 (java) S 22436 22438 19566 0 -1 4202560 1560 0 0 0 18 0 0 0 15 0 19 0 902544926 10795634688 16385 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 274676624281 0 4 0 16800975 18446604471099699328 0 0 -1 1 0 0 0
[pid=22438/tid=22455] ppid=22436 vsize=10542612 CPUtime=0 cores=1,3,5,7
/proc/22438/task/22455/stat : 22455 (java) S 22436 22438 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902544926 10795634688 16385 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 274676624281 0 4 0 16800975 18446604471099699328 0 0 -1 7 0 0 0
[pid=22438/tid=22456] ppid=22436 vsize=10542612 CPUtime=0 cores=1,3,5,7
/proc/22438/task/22456/stat : 22456 (java) S 22436 22438 19566 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902544926 10795634688 16385 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 274676624896 0 4 0 16800975 18446604471099699328 0 0 -1 7 0 0 0
[pid=22438/tid=22457] ppid=22436 vsize=10542612 CPUtime=0 cores=1,3,5,7
/proc/22438/task/22457/stat : 22457 (java) S 22436 22438 19566 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902544938 10795634688 16385 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 274676624896 0 4 0 16800975 18446604471099699328 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.86
Current children cumulated vsize (KiB) 10542612

[startup+3.10103 s]
/proc/loadavg: 2.14 2.03 1.94 3/212 22457
/proc/meminfo: memFree=11971940/32951132 swapFree=67054624/67111528
[pid=22438] ppid=22436 vsize=10542612 CPUtime=3.47 cores=1,3,5,7
/proc/22438/stat : 22438 (java) S 22436 22438 19566 0 -1 4202496 18049 0 1 0 345 2 0 0 25 0 19 0 902544921 10795634688 16636 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22438/statm: 2635653 16636 2249 9 0 2626387 0
[pid=22438/tid=22439] ppid=22436 vsize=10542612 CPUtime=2.93 cores=1,3,5,7
/proc/22438/task/22439/stat : 22439 (java) R 22436 22438 19566 0 -1 4202560 12330 0 1 0 292 1 0 0 20 0 19 0 902544921 10795634688 16636 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 46912505526544 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=22438/tid=22441] ppid=22436 vsize=10542612 CPUtime=0 cores=1,3,5,7
/proc/22438/task/22441/stat : 22441 (java) S 22436 22438 19566 0 -1 4202560 107 0 0 0 0 0 0 0 15 0 19 0 902544923 10795634688 16636 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 274676624281 0 4 0 16800975 18446604471099699328 0 0 -1 1 0 0 0
[pid=22438/tid=22442] ppid=22436 vsize=10542612 CPUtime=0 cores=1,3,5,7
/proc/22438/task/22442/stat : 22442 (java) S 22436 22438 19566 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 19 0 902544923 10795634688 16636 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 274676624281 0 4 0 16800975 18446604471099699328 0 0 -1 5 0 0 0
[pid=22438/tid=22443] ppid=22436 vsize=10542612 CPUtime=0 cores=1,3,5,7
/proc/22438/task/22443/stat : 22443 (java) S 22436 22438 19566 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 902544923 10795634688 16636 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 274676624281 0 4 0 16800975 18446604471099699328 0 0 -1 7 0 0 0
[pid=22438/tid=22444] ppid=22436 vsize=10542612 CPUtime=0 cores=1,3,5,7
/proc/22438/task/22444/stat : 22444 (java) S 22436 22438 19566 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 902544923 10795634688 16636 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 274676624281 0 4 0 16800975 18446604471099699328 0 0 -1 7 0 0 0
[pid=22438/tid=22445] ppid=22436 vsize=10542612 CPUtime=0 cores=1,3,5,7
/proc/22438/task/22445/stat : 22445 (java) S 22436 22438 19566 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 19 0 902544923 10795634688 16636 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 274676624281 0 4 0 16800975 18446604471099699328 0 0 -1 5 0 0 0
[pid=22438/tid=22446] ppid=22436 vsize=10542612 CPUtime=0 cores=1,3,5,7
/proc/22438/task/22446/stat : 22446 (java) S 22436 22438 19566 0 -1 4202560 25 0 0 0 0 0 0 0 15 0 19 0 902544923 10795634688 16636 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 274676624281 0 4 0 16800975 18446604471099699328 0 0 -1 1 0 0 0
[pid=22438/tid=22447] ppid=22436 vsize=10542612 CPUtime=0 cores=1,3,5,7
/proc/22438/task/22447/stat : 22447 (java) S 22436 22438 19566 0 -1 4202560 203 0 0 0 0 0 0 0 15 0 19 0 902544923 10795634688 16636 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 274676624281 0 4 0 16800975 18446604471099699328 0 0 -1 1 0 0 0
[pid=22438/tid=22448] ppid=22436 vsize=10542612 CPUtime=0 cores=1,3,5,7
/proc/22438/task/22448/stat : 22448 (java) S 22436 22438 19566 0 -1 4202560 188 0 0 0 0 0 0 0 15 0 19 0 902544923 10795634688 16636 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 274676624281 0 4 0 16800975 18446604471099699328 0 0 -1 7 0 0 0
[pid=22438/tid=22449] ppid=22436 vsize=10542612 CPUtime=0.12 cores=1,3,5,7
/proc/22438/task/22449/stat : 22449 (java) S 22436 22438 19566 0 -1 4202560 533 0 0 0 12 0 0 0 15 0 19 0 902544924 10795634688 16636 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 274676624896 0 0 0 16800975 18446604471099699328 0 0 -1 3 0 0 0
[pid=22438/tid=22450] ppid=22436 vsize=10542612 CPUtime=0 cores=1,3,5,7
/proc/22438/task/22450/stat : 22450 (java) S 22436 22438 19566 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 902544924 10795634688 16636 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 274676624281 0 4 0 16800975 18446604471099699328 0 0 -1 7 0 0 0
[pid=22438/tid=22451] ppid=22436 vsize=10542612 CPUtime=0 cores=1,3,5,7
/proc/22438/task/22451/stat : 22451 (java) S 22436 22438 19566 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 902544924 10795634688 16636 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 274676624281 0 4 0 16800975 18446604471099699328 0 0 -1 7 0 0 0
[pid=22438/tid=22452] ppid=22436 vsize=10542612 CPUtime=0 cores=1,3,5,7
/proc/22438/task/22452/stat : 22452 (java) S 22436 22438 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902544926 10795634688 16636 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 274676631985 0 4 0 16800975 18446604471099699328 0 0 -1 7 0 0 0
[pid=22438/tid=22453] ppid=22436 vsize=10542612 CPUtime=0.19 cores=1,3,5,7
/proc/22438/task/22453/stat : 22453 (java) S 22436 22438 19566 0 -1 4202560 1801 0 0 0 19 0 0 0 15 0 19 0 902544926 10795634688 16636 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 274676624281 0 4 0 16800975 18446604471099699328 0 0 -1 5 0 0 0
[pid=22438/tid=22454] ppid=22436 vsize=10542612 CPUtime=0.18 cores=1,3,5,7
/proc/22438/task/22454/stat : 22454 (java) S 22436 22438 19566 0 -1 4202560 1560 0 0 0 18 0 0 0 15 0 19 0 902544926 10795634688 16636 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 274676624281 0 4 0 16800975 18446604471099699328 0 0 -1 1 0 0 0
[pid=22438/tid=22455] ppid=22436 vsize=10542612 CPUtime=0 cores=1,3,5,7
/proc/22438/task/22455/stat : 22455 (java) S 22436 22438 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902544926 10795634688 16636 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 274676624281 0 4 0 16800975 18446604471099699328 0 0 -1 7 0 0 0
[pid=22438/tid=22456] ppid=22436 vsize=10542612 CPUtime=0 cores=1,3,5,7
/proc/22438/task/22456/stat : 22456 (java) S 22436 22438 19566 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902544926 10795634688 16636 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 274676624896 0 4 0 16800975 18446604471099699328 0 0 -1 7 0 0 0
[pid=22438/tid=22457] ppid=22436 vsize=10542612 CPUtime=0 cores=1,3,5,7
/proc/22438/task/22457/stat : 22457 (java) S 22436 22438 19566 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902544938 10795634688 16636 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 274676624896 0 4 0 16800975 18446604471099699328 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.47
Current children cumulated vsize (KiB) 10542612

[startup+6.30153 s]
/proc/loadavg: 2.13 2.03 1.94 3/212 22515
/proc/meminfo: memFree=11970108/32951132 swapFree=67054624/67111528
[pid=22438] ppid=22436 vsize=10557004 CPUtime=7.27 cores=1,3,5,7
/proc/22438/stat : 22438 (java) S 22436 22438 19566 0 -1 4202496 25346 0 1 0 723 4 0 0 25 0 19 0 902544921 10810372096 20348 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22438/statm: 2639251 20348 2249 9 0 2629985 0
[pid=22438/tid=22439] ppid=22436 vsize=10557004 CPUtime=5.96 cores=1,3,5,7
/proc/22438/task/22439/stat : 22439 (java) R 22436 22438 19566 0 -1 4202560 12344 0 1 0 595 1 0 0 19 0 19 0 902544921 10810372096 20348 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 46912505603852 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=22438/tid=22441] ppid=22436 vsize=10557004 CPUtime=0 cores=1,3,5,7
/proc/22438/task/22441/stat : 22441 (java) S 22436 22438 19566 0 -1 4202560 108 0 0 0 0 0 0 0 15 0 19 0 902544923 10810372096 20348 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 274676624281 0 4 0 16800975 18446604471099699328 0 0 -1 7 0 0 0
[pid=22438/tid=22442] ppid=22436 vsize=10557004 CPUtime=0 cores=1,3,5,7
/proc/22438/task/22442/stat : 22442 (java) S 22436 22438 19566 0 -1 4202560 79 0 0 0 0 0 0 0 16 0 19 0 902544923 10810372096 20348 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 274676624281 0 4 0 16800975 18446604471099699328 0 0 -1 1 0 0 0
[pid=22438/tid=22443] ppid=22436 vsize=10557004 CPUtime=0 cores=1,3,5,7
/proc/22438/task/22443/stat : 22443 (java) S 22436 22438 19566 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 902544923 10810372096 20348 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 274676624281 0 4 0 16800975 18446604471099699328 0 0 -1 1 0 0 0
[pid=22438/tid=22444] ppid=22436 vsize=10557004 CPUtime=0 cores=1,3,5,7
/proc/22438/task/22444/stat : 22444 (java) S 22436 22438 19566 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 902544923 10810372096 20348 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 274676624281 0 4 0 16800975 18446604471099699328 0 0 -1 5 0 0 0
[pid=22438/tid=22445] ppid=22436 vsize=10557004 CPUtime=0 cores=1,3,5,7
/proc/22438/task/22445/stat : 22445 (java) S 22436 22438 19566 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 19 0 902544923 10810372096 20348 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 274676624281 0 4 0 16800975 18446604471099699328 0 0 -1 5 0 0 0
[pid=22438/tid=22446] ppid=22436 vsize=10557004 CPUtime=0 cores=1,3,5,7
/proc/22438/task/22446/stat : 22446 (java) S 22436 22438 19566 0 -1 4202560 26 0 0 0 0 0 0 0 15 0 19 0 902544923 10810372096 20348 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 274676624281 0 4 0 16800975 18446604471099699328 0 0 -1 1 0 0 0
[pid=22438/tid=22447] ppid=22436 vsize=10557004 CPUtime=0.01 cores=1,3,5,7
/proc/22438/task/22447/stat : 22447 (java) S 22436 22438 19566 0 -1 4202560 204 0 0 0 1 0 0 0 15 0 19 0 902544923 10810372096 20348 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 274676624281 0 4 0 16800975 18446604471099699328 0 0 -1 7 0 0 0
[pid=22438/tid=22448] ppid=22436 vsize=10557004 CPUtime=0.01 cores=1,3,5,7
/proc/22438/task/22448/stat : 22448 (java) S 22436 22438 19566 0 -1 4202560 188 0 0 0 1 0 0 0 15 0 19 0 902544923 10810372096 20348 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 274676624281 0 4 0 16800975 18446604471099699328 0 0 -1 5 0 0 0
[pid=22438/tid=22449] ppid=22436 vsize=10557004 CPUtime=0.27 cores=1,3,5,7
/proc/22438/task/22449/stat : 22449 (java) S 22436 22438 19566 0 -1 4202560 584 0 0 0 27 0 0 0 16 0 19 0 902544924 10810372096 20348 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 274676624896 0 0 0 16800975 18446604471099699328 0 0 -1 3 0 0 0
[pid=22438/tid=22450] ppid=22436 vsize=10557004 CPUtime=0 cores=1,3,5,7
/proc/22438/task/22450/stat : 22450 (java) S 22436 22438 19566 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 902544924 10810372096 20348 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 274676624281 0 4 0 16800975 18446604471099699328 0 0 -1 7 0 0 0
[pid=22438/tid=22451] ppid=22436 vsize=10557004 CPUtime=0 cores=1,3,5,7
/proc/22438/task/22451/stat : 22451 (java) S 22436 22438 19566 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 902544924 10810372096 20348 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 274676624281 0 4 0 16800975 18446604471099699328 0 0 -1 7 0 0 0
[pid=22438/tid=22452] ppid=22436 vsize=10557004 CPUtime=0 cores=1,3,5,7
/proc/22438/task/22452/stat : 22452 (java) S 22436 22438 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902544926 10810372096 20348 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 274676631985 0 4 0 16800975 18446604471099699328 0 0 -1 7 0 0 0
[pid=22438/tid=22453] ppid=22436 vsize=10557004 CPUtime=0.23 cores=1,3,5,7
/proc/22438/task/22453/stat : 22453 (java) S 22436 22438 19566 0 -1 4202560 1952 0 0 0 23 0 0 0 15 0 19 0 902544926 10810372096 20348 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 274676624281 0 4 0 16800975 18446604471099699328 0 0 -1 5 0 0 0
[pid=22438/tid=22454] ppid=22436 vsize=10557004 CPUtime=0.71 cores=1,3,5,7
/proc/22438/task/22454/stat : 22454 (java) S 22436 22438 19566 0 -1 4202560 8635 0 0 0 70 1 0 0 15 0 19 0 902544926 10810372096 20348 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 274676624281 0 4 0 16800975 18446604471099699328 0 0 -1 1 0 0 0

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

/proc/22438/task/22441/stat : 22441 (java) S 22436 22438 19566 0 -1 4202560 130 0 0 0 2 0 0 0 15 0 19 0 902544923 10805866496 19761 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 274676624281 0 4 0 16800975 18446604471099699328 0 0 -1 5 0 0 0
[pid=22438/tid=22442] ppid=22436 vsize=10552604 CPUtime=0.02 cores=1,3,5,7
/proc/22438/task/22442/stat : 22442 (java) S 22436 22438 19566 0 -1 4202560 130 0 0 0 2 0 0 0 15 0 19 0 902544923 10805866496 19761 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 274676624281 0 4 0 16800975 18446604471099699328 0 0 -1 7 0 0 0
[pid=22438/tid=22443] ppid=22436 vsize=10552604 CPUtime=0.03 cores=1,3,5,7
/proc/22438/task/22443/stat : 22443 (java) S 22436 22438 19566 0 -1 4202560 28 0 0 0 3 0 0 0 15 0 19 0 902544923 10805866496 19761 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 274676624281 0 4 0 16800975 18446604471099699328 0 0 -1 1 0 0 0
[pid=22438/tid=22444] ppid=22436 vsize=10552604 CPUtime=0.02 cores=1,3,5,7
/proc/22438/task/22444/stat : 22444 (java) S 22436 22438 19566 0 -1 4202560 44 0 0 0 2 0 0 0 15 0 19 0 902544923 10805866496 19761 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 274676624281 0 4 0 16800975 18446604471099699328 0 0 -1 7 0 0 0
[pid=22438/tid=22445] ppid=22436 vsize=10552604 CPUtime=0.03 cores=1,3,5,7
/proc/22438/task/22445/stat : 22445 (java) S 22436 22438 19566 0 -1 4202560 91 0 0 0 3 0 0 0 15 0 19 0 902544923 10805866496 19761 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 274676624281 0 4 0 16800975 18446604471099699328 0 0 -1 1 0 0 0
[pid=22438/tid=22446] ppid=22436 vsize=10552604 CPUtime=0.02 cores=1,3,5,7
/proc/22438/task/22446/stat : 22446 (java) S 22436 22438 19566 0 -1 4202560 29 0 0 0 2 0 0 0 15 0 19 0 902544923 10805866496 19761 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 274676624281 0 4 0 16800975 18446604471099699328 0 0 -1 1 0 0 0
[pid=22438/tid=22447] ppid=22436 vsize=10552604 CPUtime=0.03 cores=1,3,5,7
/proc/22438/task/22447/stat : 22447 (java) S 22436 22438 19566 0 -1 4202560 207 0 0 0 3 0 0 0 15 0 19 0 902544923 10805866496 19761 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 274676624281 0 4 0 16800975 18446604471099699328 0 0 -1 5 0 0 0
[pid=22438/tid=22448] ppid=22436 vsize=10552604 CPUtime=0.03 cores=1,3,5,7
/proc/22438/task/22448/stat : 22448 (java) S 22436 22438 19566 0 -1 4202560 215 0 0 0 3 0 0 0 15 0 19 0 902544923 10805866496 19761 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 274676624281 0 4 0 16800975 18446604471099699328 0 0 -1 5 0 0 0
[pid=22438/tid=22449] ppid=22436 vsize=10552604 CPUtime=1.32 cores=1,3,5,7
/proc/22438/task/22449/stat : 22449 (java) S 22436 22438 19566 0 -1 4202560 895 0 0 0 130 2 0 0 15 0 19 0 902544924 10805866496 19761 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 274676624896 0 0 0 16800975 18446604471099699328 0 0 -1 3 0 0 0
[pid=22438/tid=22450] ppid=22436 vsize=10552604 CPUtime=0 cores=1,3,5,7
/proc/22438/task/22450/stat : 22450 (java) S 22436 22438 19566 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 902544924 10805866496 19761 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 274676624281 0 4 0 16800975 18446604471099699328 0 0 -1 7 0 0 0
[pid=22438/tid=22451] ppid=22436 vsize=10552604 CPUtime=0 cores=1,3,5,7
/proc/22438/task/22451/stat : 22451 (java) S 22436 22438 19566 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 902544924 10805866496 19761 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 274676624281 0 4 0 16800975 18446604471099699328 0 0 -1 7 0 0 0
[pid=22438/tid=22452] ppid=22436 vsize=10552604 CPUtime=0 cores=1,3,5,7
/proc/22438/task/22452/stat : 22452 (java) S 22436 22438 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902544926 10805866496 19761 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 274676631985 0 4 0 16800975 18446604471099699328 0 0 -1 7 0 0 0
[pid=22438/tid=22453] ppid=22436 vsize=10552604 CPUtime=0.27 cores=1,3,5,7
/proc/22438/task/22453/stat : 22453 (java) S 22436 22438 19566 0 -1 4202560 2047 0 0 0 27 0 0 0 15 0 19 0 902544926 10805866496 19761 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 274676624281 0 4 0 16800975 18446604471099699328 0 0 -1 5 0 0 0
[pid=22438/tid=22454] ppid=22436 vsize=10552604 CPUtime=0.73 cores=1,3,5,7
/proc/22438/task/22454/stat : 22454 (java) S 22436 22438 19566 0 -1 4202560 8636 0 0 0 72 1 0 0 16 0 19 0 902544926 10805866496 19761 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 274676624281 0 4 0 16800975 18446604471099699328 0 0 -1 1 0 0 0
[pid=22438/tid=22455] ppid=22436 vsize=10552604 CPUtime=0 cores=1,3,5,7
/proc/22438/task/22455/stat : 22455 (java) S 22436 22438 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902544926 10805866496 19761 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 274676624281 0 4 0 16800975 18446604471099699328 0 0 -1 7 0 0 0
[pid=22438/tid=22456] ppid=22436 vsize=10552604 CPUtime=0 cores=1,3,5,7
/proc/22438/task/22456/stat : 22456 (java) S 22436 22438 19566 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902544926 10805866496 19761 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 274676624896 0 4 0 16800975 18446604471099699328 0 0 -1 1 0 0 0
[pid=22438/tid=22457] ppid=22436 vsize=10552604 CPUtime=0 cores=1,3,5,7
/proc/22438/task/22457/stat : 22457 (java) S 22436 22438 19566 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902544938 10805866496 19761 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 274676624896 0 4 0 16800975 18446604471099699328 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 33.03
Current children cumulated vsize (KiB) 10552604

[startup+32.301 s]
/proc/loadavg: 2.15 2.04 1.95 3/212 22515
/proc/meminfo: memFree=11952452/32951132 swapFree=67054624/67111528
[pid=22438] ppid=22436 vsize=10552604 CPUtime=33.42 cores=1,3,5,7
/proc/22438/stat : 22438 (java) S 22436 22438 19566 0 -1 4202496 26030 0 1 0 3336 6 0 0 25 0 19 0 902544921 10805866496 19764 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22438/statm: 2638151 19764 2251 9 0 2628885 0
[pid=22438/tid=22439] ppid=22436 vsize=10552604 CPUtime=30.82 cores=1,3,5,7
/proc/22438/task/22439/stat : 22439 (java) R 22436 22438 19566 0 -1 4202560 12425 0 1 0 3080 2 0 0 21 0 19 0 902544921 10805866496 19764 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 46912505531720 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22438/tid=22441] ppid=22436 vsize=10552604 CPUtime=0.02 cores=1,3,5,7
/proc/22438/task/22441/stat : 22441 (java) S 22436 22438 19566 0 -1 4202560 130 0 0 0 2 0 0 0 15 0 19 0 902544923 10805866496 19764 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 274676624281 0 4 0 16800975 18446604471099699328 0 0 -1 5 0 0 0
[pid=22438/tid=22442] ppid=22436 vsize=10552604 CPUtime=0.02 cores=1,3,5,7
/proc/22438/task/22442/stat : 22442 (java) S 22436 22438 19566 0 -1 4202560 130 0 0 0 2 0 0 0 15 0 19 0 902544923 10805866496 19764 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 274676624281 0 4 0 16800975 18446604471099699328 0 0 -1 7 0 0 0
[pid=22438/tid=22443] ppid=22436 vsize=10552604 CPUtime=0.03 cores=1,3,5,7
/proc/22438/task/22443/stat : 22443 (java) S 22436 22438 19566 0 -1 4202560 28 0 0 0 3 0 0 0 15 0 19 0 902544923 10805866496 19764 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 274676624281 0 4 0 16800975 18446604471099699328 0 0 -1 1 0 0 0
[pid=22438/tid=22444] ppid=22436 vsize=10552604 CPUtime=0.02 cores=1,3,5,7
/proc/22438/task/22444/stat : 22444 (java) S 22436 22438 19566 0 -1 4202560 44 0 0 0 2 0 0 0 15 0 19 0 902544923 10805866496 19764 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 274676624281 0 4 0 16800975 18446604471099699328 0 0 -1 7 0 0 0
[pid=22438/tid=22445] ppid=22436 vsize=10552604 CPUtime=0.03 cores=1,3,5,7
/proc/22438/task/22445/stat : 22445 (java) S 22436 22438 19566 0 -1 4202560 91 0 0 0 3 0 0 0 15 0 19 0 902544923 10805866496 19764 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 274676624281 0 4 0 16800975 18446604471099699328 0 0 -1 1 0 0 0
[pid=22438/tid=22446] ppid=22436 vsize=10552604 CPUtime=0.02 cores=1,3,5,7
/proc/22438/task/22446/stat : 22446 (java) S 22436 22438 19566 0 -1 4202560 29 0 0 0 2 0 0 0 15 0 19 0 902544923 10805866496 19764 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 274676624281 0 4 0 16800975 18446604471099699328 0 0 -1 1 0 0 0
[pid=22438/tid=22447] ppid=22436 vsize=10552604 CPUtime=0.03 cores=1,3,5,7
/proc/22438/task/22447/stat : 22447 (java) S 22436 22438 19566 0 -1 4202560 208 0 0 0 3 0 0 0 16 0 19 0 902544923 10805866496 19764 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 274676624281 0 4 0 16800975 18446604471099699328 0 0 -1 5 0 0 0
[pid=22438/tid=22448] ppid=22436 vsize=10552604 CPUtime=0.03 cores=1,3,5,7
/proc/22438/task/22448/stat : 22448 (java) S 22436 22438 19566 0 -1 4202560 215 0 0 0 3 0 0 0 15 0 19 0 902544923 10805866496 19764 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 274676624281 0 4 0 16800975 18446604471099699328 0 0 -1 1 0 0 0
[pid=22438/tid=22449] ppid=22436 vsize=10552604 CPUtime=1.33 cores=1,3,5,7
/proc/22438/task/22449/stat : 22449 (java) S 22436 22438 19566 0 -1 4202560 896 0 0 0 131 2 0 0 15 0 19 0 902544924 10805866496 19764 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 274676624896 0 0 0 16800975 18446604471099699328 0 0 -1 3 0 0 0
[pid=22438/tid=22450] ppid=22436 vsize=10552604 CPUtime=0 cores=1,3,5,7
/proc/22438/task/22450/stat : 22450 (java) S 22436 22438 19566 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 902544924 10805866496 19764 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 274676624281 0 4 0 16800975 18446604471099699328 0 0 -1 7 0 0 0
[pid=22438/tid=22451] ppid=22436 vsize=10552604 CPUtime=0 cores=1,3,5,7
/proc/22438/task/22451/stat : 22451 (java) S 22436 22438 19566 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 902544924 10805866496 19764 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 274676624281 0 4 0 16800975 18446604471099699328 0 0 -1 7 0 0 0
[pid=22438/tid=22452] ppid=22436 vsize=10552604 CPUtime=0 cores=1,3,5,7
/proc/22438/task/22452/stat : 22452 (java) S 22436 22438 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902544926 10805866496 19764 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 274676631985 0 4 0 16800975 18446604471099699328 0 0 -1 7 0 0 0
[pid=22438/tid=22453] ppid=22436 vsize=10552604 CPUtime=0.27 cores=1,3,5,7
/proc/22438/task/22453/stat : 22453 (java) S 22436 22438 19566 0 -1 4202560 2047 0 0 0 27 0 0 0 15 0 19 0 902544926 10805866496 19764 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 274676624281 0 4 0 16800975 18446604471099699328 0 0 -1 5 0 0 0
[pid=22438/tid=22454] ppid=22436 vsize=10552604 CPUtime=0.73 cores=1,3,5,7
/proc/22438/task/22454/stat : 22454 (java) S 22436 22438 19566 0 -1 4202560 8636 0 0 0 72 1 0 0 16 0 19 0 902544926 10805866496 19764 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 274676624281 0 4 0 16800975 18446604471099699328 0 0 -1 1 0 0 0
[pid=22438/tid=22455] ppid=22436 vsize=10552604 CPUtime=0 cores=1,3,5,7
/proc/22438/task/22455/stat : 22455 (java) S 22436 22438 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902544926 10805866496 19764 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 274676624281 0 4 0 16800975 18446604471099699328 0 0 -1 7 0 0 0
[pid=22438/tid=22456] ppid=22436 vsize=10552604 CPUtime=0 cores=1,3,5,7
/proc/22438/task/22456/stat : 22456 (java) S 22436 22438 19566 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902544926 10805866496 19764 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 274676624896 0 4 0 16800975 18446604471099699328 0 0 -1 1 0 0 0
[pid=22438/tid=22457] ppid=22436 vsize=10552604 CPUtime=0 cores=1,3,5,7
/proc/22438/task/22457/stat : 22457 (java) S 22436 22438 19566 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902544938 10805866496 19764 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 274676624896 0 4 0 16800975 18446604471099699328 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 33.42
Current children cumulated vsize (KiB) 10552604

[startup+32.5009 s]
/proc/loadavg: 2.15 2.04 1.95 3/212 22515
/proc/meminfo: memFree=11952452/32951132 swapFree=67054624/67111528
[pid=22438] ppid=22436 vsize=10552604 CPUtime=33.62 cores=1,3,5,7
/proc/22438/stat : 22438 (java) S 22436 22438 19566 0 -1 4202496 26030 0 1 0 3356 6 0 0 25 0 19 0 902544921 10805866496 19764 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22438/statm: 2638151 19764 2251 9 0 2628885 0
[pid=22438/tid=22439] ppid=22436 vsize=10552604 CPUtime=31.01 cores=1,3,5,7
/proc/22438/task/22439/stat : 22439 (java) S 22436 22438 19566 0 -1 4202560 12425 0 1 0 3099 2 0 0 18 0 19 0 902544921 10805866496 19764 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 274676624281 0 4 0 16800975 18446604471099699328 0 0 -1 1 0 0 0
[pid=22438/tid=22441] ppid=22436 vsize=10552604 CPUtime=0.02 cores=1,3,5,7
/proc/22438/task/22441/stat : 22441 (java) S 22436 22438 19566 0 -1 4202560 130 0 0 0 2 0 0 0 15 0 19 0 902544923 10805866496 19764 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 274676624281 0 4 0 16800975 18446604471099699328 0 0 -1 5 0 0 0
[pid=22438/tid=22442] ppid=22436 vsize=10552604 CPUtime=0.02 cores=1,3,5,7
/proc/22438/task/22442/stat : 22442 (java) S 22436 22438 19566 0 -1 4202560 130 0 0 0 2 0 0 0 15 0 19 0 902544923 10805866496 19764 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 274676624281 0 4 0 16800975 18446604471099699328 0 0 -1 7 0 0 0
[pid=22438/tid=22443] ppid=22436 vsize=10552604 CPUtime=0.03 cores=1,3,5,7
/proc/22438/task/22443/stat : 22443 (java) S 22436 22438 19566 0 -1 4202560 28 0 0 0 3 0 0 0 15 0 19 0 902544923 10805866496 19764 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 274676624281 0 4 0 16800975 18446604471099699328 0 0 -1 1 0 0 0
[pid=22438/tid=22444] ppid=22436 vsize=10552604 CPUtime=0.02 cores=1,3,5,7
/proc/22438/task/22444/stat : 22444 (java) S 22436 22438 19566 0 -1 4202560 44 0 0 0 2 0 0 0 15 0 19 0 902544923 10805866496 19764 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 274676624281 0 4 0 16800975 18446604471099699328 0 0 -1 7 0 0 0
[pid=22438/tid=22445] ppid=22436 vsize=10552604 CPUtime=0.03 cores=1,3,5,7
/proc/22438/task/22445/stat : 22445 (java) S 22436 22438 19566 0 -1 4202560 91 0 0 0 3 0 0 0 15 0 19 0 902544923 10805866496 19764 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 274676624281 0 4 0 16800975 18446604471099699328 0 0 -1 1 0 0 0
[pid=22438/tid=22446] ppid=22436 vsize=10552604 CPUtime=0.02 cores=1,3,5,7
/proc/22438/task/22446/stat : 22446 (java) S 22436 22438 19566 0 -1 4202560 29 0 0 0 2 0 0 0 15 0 19 0 902544923 10805866496 19764 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 274676624281 0 4 0 16800975 18446604471099699328 0 0 -1 5 0 0 0
[pid=22438/tid=22447] ppid=22436 vsize=10552604 CPUtime=0.03 cores=1,3,5,7
/proc/22438/task/22447/stat : 22447 (java) S 22436 22438 19566 0 -1 4202560 208 0 0 0 3 0 0 0 15 0 19 0 902544923 10805866496 19764 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 274676624281 0 4 0 16800975 18446604471099699328 0 0 -1 5 0 0 0
[pid=22438/tid=22448] ppid=22436 vsize=10552604 CPUtime=0.03 cores=1,3,5,7
/proc/22438/task/22448/stat : 22448 (java) S 22436 22438 19566 0 -1 4202560 215 0 0 0 3 0 0 0 15 0 19 0 902544923 10805866496 19764 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 274676624281 0 4 0 16800975 18446604471099699328 0 0 -1 1 0 0 0
[pid=22438/tid=22449] ppid=22436 vsize=10552604 CPUtime=1.33 cores=1,3,5,7
/proc/22438/task/22449/stat : 22449 (java) R 22436 22438 19566 0 -1 4202560 896 0 0 0 131 2 0 0 15 0 19 0 902544924 10805866496 19764 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 47531933188539 0 0 0 16800975 0 0 0 -1 3 0 0 0
[pid=22438/tid=22450] ppid=22436 vsize=10552604 CPUtime=0 cores=1,3,5,7
/proc/22438/task/22450/stat : 22450 (java) S 22436 22438 19566 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 902544924 10805866496 19764 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 274676624281 0 4 0 16800975 18446604471099699328 0 0 -1 7 0 0 0
[pid=22438/tid=22451] ppid=22436 vsize=10552604 CPUtime=0 cores=1,3,5,7
/proc/22438/task/22451/stat : 22451 (java) S 22436 22438 19566 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 902544924 10805866496 19764 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 274676624281 0 4 0 16800975 18446604471099699328 0 0 -1 7 0 0 0
[pid=22438/tid=22452] ppid=22436 vsize=10552604 CPUtime=0 cores=1,3,5,7
/proc/22438/task/22452/stat : 22452 (java) S 22436 22438 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902544926 10805866496 19764 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 274676631985 0 4 0 16800975 18446604471099699328 0 0 -1 7 0 0 0
[pid=22438/tid=22453] ppid=22436 vsize=10552604 CPUtime=0.27 cores=1,3,5,7
/proc/22438/task/22453/stat : 22453 (java) S 22436 22438 19566 0 -1 4202560 2047 0 0 0 27 0 0 0 15 0 19 0 902544926 10805866496 19764 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 274676624281 0 4 0 16800975 18446604471099699328 0 0 -1 5 0 0 0
[pid=22438/tid=22454] ppid=22436 vsize=10552604 CPUtime=0.73 cores=1,3,5,7
/proc/22438/task/22454/stat : 22454 (java) S 22436 22438 19566 0 -1 4202560 8636 0 0 0 72 1 0 0 16 0 19 0 902544926 10805866496 19764 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 274676624281 0 4 0 16800975 18446604471099699328 0 0 -1 1 0 0 0
[pid=22438/tid=22455] ppid=22436 vsize=10552604 CPUtime=0 cores=1,3,5,7
/proc/22438/task/22455/stat : 22455 (java) S 22436 22438 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902544926 10805866496 19764 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 274676624281 0 4 0 16800975 18446604471099699328 0 0 -1 7 0 0 0
[pid=22438/tid=22456] ppid=22436 vsize=10552604 CPUtime=0 cores=1,3,5,7
/proc/22438/task/22456/stat : 22456 (java) S 22436 22438 19566 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902544926 10805866496 19764 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 274676624896 0 4 0 16800975 18446604471099699328 0 0 -1 1 0 0 0
[pid=22438/tid=22457] ppid=22436 vsize=10552604 CPUtime=0 cores=1,3,5,7
/proc/22438/task/22457/stat : 22457 (java) S 22436 22438 19566 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902544938 10805866496 19764 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 274676624896 0 4 0 16800975 18446604471099699328 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 33.62
Current children cumulated vsize (KiB) 10552604

[startup+32.601 s]
/proc/loadavg: 2.15 2.04 1.95 3/212 22515
/proc/meminfo: memFree=11952452/32951132 swapFree=67054624/67111528
[pid=22438] ppid=22436 vsize=10552604 CPUtime=33.72 cores=1,3,5,7
/proc/22438/stat : 22438 (java) S 22436 22438 19566 0 -1 4202496 26031 0 1 0 3366 6 0 0 25 0 19 0 902544921 10805866496 19764 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22438/statm: 2638151 19764 2251 9 0 2628885 0
[pid=22438/tid=22439] ppid=22436 vsize=10552604 CPUtime=31.1 cores=1,3,5,7
/proc/22438/task/22439/stat : 22439 (java) R 22436 22438 19566 0 -1 4202560 12426 0 1 0 3108 2 0 0 17 0 19 0 902544921 10805866496 19764 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 46912505603575 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22438/tid=22441] ppid=22436 vsize=10552604 CPUtime=0.02 cores=1,3,5,7
/proc/22438/task/22441/stat : 22441 (java) S 22436 22438 19566 0 -1 4202560 130 0 0 0 2 0 0 0 15 0 19 0 902544923 10805866496 19764 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 274676624281 0 4 0 16800975 18446604471099699328 0 0 -1 5 0 0 0
[pid=22438/tid=22442] ppid=22436 vsize=10552604 CPUtime=0.02 cores=1,3,5,7
/proc/22438/task/22442/stat : 22442 (java) S 22436 22438 19566 0 -1 4202560 130 0 0 0 2 0 0 0 15 0 19 0 902544923 10805866496 19764 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 274676624281 0 4 0 16800975 18446604471099699328 0 0 -1 7 0 0 0
[pid=22438/tid=22443] ppid=22436 vsize=10552604 CPUtime=0.03 cores=1,3,5,7
/proc/22438/task/22443/stat : 22443 (java) S 22436 22438 19566 0 -1 4202560 28 0 0 0 3 0 0 0 15 0 19 0 902544923 10805866496 19764 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 274676624281 0 4 0 16800975 18446604471099699328 0 0 -1 1 0 0 0
[pid=22438/tid=22444] ppid=22436 vsize=10552604 CPUtime=0.02 cores=1,3,5,7
/proc/22438/task/22444/stat : 22444 (java) S 22436 22438 19566 0 -1 4202560 44 0 0 0 2 0 0 0 15 0 19 0 902544923 10805866496 19764 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 274676624281 0 4 0 16800975 18446604471099699328 0 0 -1 7 0 0 0
[pid=22438/tid=22445] ppid=22436 vsize=10552604 CPUtime=0.03 cores=1,3,5,7
/proc/22438/task/22445/stat : 22445 (java) S 22436 22438 19566 0 -1 4202560 91 0 0 0 3 0 0 0 15 0 19 0 902544923 10805866496 19764 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 274676624281 0 4 0 16800975 18446604471099699328 0 0 -1 1 0 0 0
[pid=22438/tid=22446] ppid=22436 vsize=10552604 CPUtime=0.02 cores=1,3,5,7
/proc/22438/task/22446/stat : 22446 (java) S 22436 22438 19566 0 -1 4202560 29 0 0 0 2 0 0 0 15 0 19 0 902544923 10805866496 19764 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 274676624281 0 4 0 16800975 18446604471099699328 0 0 -1 5 0 0 0
[pid=22438/tid=22447] ppid=22436 vsize=10552604 CPUtime=0.03 cores=1,3,5,7
/proc/22438/task/22447/stat : 22447 (java) S 22436 22438 19566 0 -1 4202560 208 0 0 0 3 0 0 0 15 0 19 0 902544923 10805866496 19764 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 274676624281 0 4 0 16800975 18446604471099699328 0 0 -1 5 0 0 0
[pid=22438/tid=22448] ppid=22436 vsize=10552604 CPUtime=0.03 cores=1,3,5,7
/proc/22438/task/22448/stat : 22448 (java) S 22436 22438 19566 0 -1 4202560 215 0 0 0 3 0 0 0 15 0 19 0 902544923 10805866496 19764 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 274676624281 0 4 0 16800975 18446604471099699328 0 0 -1 1 0 0 0
[pid=22438/tid=22449] ppid=22436 vsize=10552604 CPUtime=1.34 cores=1,3,5,7
/proc/22438/task/22449/stat : 22449 (java) S 22436 22438 19566 0 -1 4202560 896 0 0 0 132 2 0 0 15 0 19 0 902544924 10805866496 19764 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 274676624896 0 0 0 16800975 18446604471099699328 0 0 -1 3 0 0 0
[pid=22438/tid=22450] ppid=22436 vsize=10552604 CPUtime=0 cores=1,3,5,7
/proc/22438/task/22450/stat : 22450 (java) S 22436 22438 19566 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 902544924 10805866496 19764 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 274676624281 0 4 0 16800975 18446604471099699328 0 0 -1 7 0 0 0
[pid=22438/tid=22451] ppid=22436 vsize=10552604 CPUtime=0 cores=1,3,5,7
/proc/22438/task/22451/stat : 22451 (java) S 22436 22438 19566 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 902544924 10805866496 19764 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 274676624281 0 4 0 16800975 18446604471099699328 0 0 -1 7 0 0 0
[pid=22438/tid=22452] ppid=22436 vsize=10552604 CPUtime=0 cores=1,3,5,7
/proc/22438/task/22452/stat : 22452 (java) S 22436 22438 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902544926 10805866496 19764 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 274676631985 0 4 0 16800975 18446604471099699328 0 0 -1 7 0 0 0
[pid=22438/tid=22453] ppid=22436 vsize=10552604 CPUtime=0.27 cores=1,3,5,7
/proc/22438/task/22453/stat : 22453 (java) S 22436 22438 19566 0 -1 4202560 2047 0 0 0 27 0 0 0 15 0 19 0 902544926 10805866496 19764 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 274676624281 0 4 0 16800975 18446604471099699328 0 0 -1 5 0 0 0
[pid=22438/tid=22454] ppid=22436 vsize=10552604 CPUtime=0.73 cores=1,3,5,7
/proc/22438/task/22454/stat : 22454 (java) S 22436 22438 19566 0 -1 4202560 8636 0 0 0 72 1 0 0 16 0 19 0 902544926 10805866496 19764 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 274676624281 0 4 0 16800975 18446604471099699328 0 0 -1 1 0 0 0
[pid=22438/tid=22455] ppid=22436 vsize=10552604 CPUtime=0 cores=1,3,5,7
/proc/22438/task/22455/stat : 22455 (java) S 22436 22438 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902544926 10805866496 19764 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 274676624281 0 4 0 16800975 18446604471099699328 0 0 -1 7 0 0 0
[pid=22438/tid=22456] ppid=22436 vsize=10552604 CPUtime=0 cores=1,3,5,7
/proc/22438/task/22456/stat : 22456 (java) S 22436 22438 19566 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902544926 10805866496 19764 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 274676624896 0 4 0 16800975 18446604471099699328 0 0 -1 1 0 0 0
[pid=22438/tid=22457] ppid=22436 vsize=10552604 CPUtime=0 cores=1,3,5,7
/proc/22438/task/22457/stat : 22457 (java) S 22436 22438 19566 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902544938 10805866496 19764 33554432000 1073741824 1073778376 140733434450560 18446744073709551615 274676624896 0 4 0 16800975 18446604471099699328 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 33.72
Current children cumulated vsize (KiB) 10552604

Child status: 30
Real time (s): 32.6536
CPU time (s): 33.7889
CPU user time (s): 33.7169
CPU system time (s): 0.071989
CPU usage (%): 103.477
Max. virtual memory (cumulated for all children) (KiB): 10562120

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 33.7169
system time used= 0.071989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26057
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= 3706
involuntary context switches= 1829

runsolver used 0.038994 second user time and 0.150977 second system time

The end

Launcher Data

Begin job on node131 at 2011-06-12 22:10:53
IDJOB=3492322
IDBENCH=78751
IDSOLVER=1982
FILE ID=node131/3492322-1307909453
RUNJOBID= node131-1307907581-21985
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.1111217555--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-3492322-1307909453/watcher-3492322-1307909453 -o /tmp/evaluation-result-3492322-1307909453/solver-3492322-1307909453 -C 1800 -W 1900 -M 15500  java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492322-1307909453.wbo

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

MD5SUM BENCH= 077b9c494cf23f6ff18d9e6ba287604c
RANDOM SEED=1569868838

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:      12031076 kB
Buffers:        332744 kB
Cached:       19808424 kB
SwapCached:       9816 kB
Active:       15673264 kB
Inactive:      4561672 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      12031076 kB
SwapTotal:    67111528 kB
SwapFree:     67054624 kB
Dirty:             316 kB
Writeback:           0 kB
AnonPages:       91656 kB
Mapped:          21476 kB
Slab:           621868 kB
PageTables:       4584 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 10567816 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:11:26