Trace number 3492411

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution 2011-06-08OPTIMUM 39.645 38.7604

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111226368--soft-66-100-0.wbo
MD5SUMcd14c84645c681c9a9ce76500d94ff11
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark19
Best CPU time to get the best result obtained on this benchmark1.03484
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 constraints42
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 1838
Min constraint cost 1
Max constraint cost 97
Sum of constraints costs 1837
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1270
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.08	c version 2.3.1.v20110525
0.05/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.08	c java.vm.version	19.1-b02
0.05/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.08	c sun.arch.data.model	64
0.05/0.08	c java.version		1.6.0_24
0.05/0.08	c os.name		Linux
0.05/0.08	c os.version		2.6.18-164.el5
0.05/0.08	c os.arch		amd64
0.05/0.08	c Free memory 		9996466904
0.05/0.08	c Max memory 		10048897024
0.05/0.08	c Total memory 		10048897024
0.05/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-3492411-1307909808.wbo
0.10/0.10	c reading problem ... 
0.10/0.16	c ... done. Wall clock time 0.054s.
0.10/0.16	c #vars     211
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 => 41
0.10/0.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
0.10/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 30
0.30/0.26	c SATISFIABLE
0.30/0.26	c OPTIMIZING...
0.30/0.26	c Got one! Elapsed wall clock time (in seconds):0.156
0.30/0.26	o 150
0.67/0.47	c cleaning 2741 clauses out of 5487 with flag 5001/5487
0.90/0.68	c cleaning 4368 clauses out of 8746 with flag 11001/11487
1.23/0.93	c cleaning 5686 clauses out of 11378 with flag 18001/18487
1.53/1.21	c cleaning 6839 clauses out of 13691 with flag 26000/26486
1.65/1.32	c Got one! Elapsed wall clock time (in seconds):1.214
1.65/1.32	o 123
1.65/1.39	c cleaning 6051 clauses out of 12108 with flag 2001/31742
1.86/1.58	c cleaning 6027 clauses out of 12060 with flag 8004/37745
2.16/1.82	c cleaning 6511 clauses out of 13029 with flag 15000/44741
2.36/2.09	c cleaning 7255 clauses out of 14518 with flag 23000/52741
2.77/2.41	c cleaning 8126 clauses out of 16264 with flag 32001/61742
3.07/2.77	c cleaning 9066 clauses out of 18138 with flag 42001/71742
3.47/3.13	c cleaning 9530 clauses out of 19072 with flag 52001/81742
3.77/3.49	c cleaning 9764 clauses out of 19541 with flag 62000/91741
4.17/3.88	c cleaning 9886 clauses out of 19778 with flag 72001/101742
4.57/4.28	c cleaning 9939 clauses out of 19891 with flag 82000/111741
4.68/4.31	c Got one! Elapsed wall clock time (in seconds):4.204
4.68/4.31	o 110
4.78/4.46	c cleaning 7721 clauses out of 15455 with flag 5000/117244
4.97/4.68	c cleaning 6862 clauses out of 13734 with flag 11000/123244
5.27/4.90	c cleaning 6933 clauses out of 13872 with flag 18000/130244
5.48/5.19	c cleaning 7463 clauses out of 14939 with flag 26000/138244
5.88/5.51	c cleaning 8236 clauses out of 16478 with flag 35002/147246
6.18/5.86	c cleaning 9114 clauses out of 18242 with flag 45002/157246
6.58/6.23	c cleaning 9556 clauses out of 19126 with flag 55000/167244
6.89/6.59	c cleaning 9781 clauses out of 19570 with flag 65000/177244
7.28/6.93	c cleaning 9889 clauses out of 19790 with flag 75001/187245
7.69/7.30	c cleaning 9943 clauses out of 19900 with flag 85000/197244
8.00/7.66	c cleaning 9974 clauses out of 19959 with flag 95002/207246
8.39/8.04	c cleaning 9989 clauses out of 19986 with flag 105003/217247
8.70/8.39	c cleaning 9993 clauses out of 19996 with flag 115002/227246
9.10/8.74	c cleaning 9998 clauses out of 20004 with flag 125003/237247
9.50/9.12	c cleaning 9996 clauses out of 20004 with flag 135001/247245
9.80/9.49	c cleaning 10000 clauses out of 20008 with flag 145001/257245
10.20/9.87	c cleaning 9997 clauses out of 20007 with flag 155000/267244
10.60/10.22	c cleaning 9998 clauses out of 20011 with flag 165001/277245
10.70/10.31	c Got one! Elapsed wall clock time (in seconds):10.201
10.70/10.31	o 103
10.80/10.40	c cleaning 7734 clauses out of 15480 with flag 3003/282712
11.00/10.63	c cleaning 6866 clauses out of 13744 with flag 9001/288710
11.20/10.88	c cleaning 6932 clauses out of 13877 with flag 16000/295709
11.50/11.15	c cleaning 7465 clauses out of 14945 with flag 24000/303709
11.80/11.46	c cleaning 8238 clauses out of 16482 with flag 33002/312711
12.20/11.82	c cleaning 9116 clauses out of 18242 with flag 43000/322709
12.51/12.19	c cleaning 9556 clauses out of 19127 with flag 53001/332710
12.80/12.43	c Got one! Elapsed wall clock time (in seconds):12.325
12.80/12.43	o 95
13.00/12.62	c cleaning 10851 clauses out of 21712 with flag 5002/344851
13.20/12.82	c cleaning 8426 clauses out of 16859 with flag 11000/350849
13.40/13.07	c cleaning 7713 clauses out of 15433 with flag 18000/357849
13.70/13.33	c cleaning 7857 clauses out of 15720 with flag 26000/365849
13.91/13.57	c Got one! Elapsed wall clock time (in seconds):13.469
13.91/13.57	o 90
14.11/13.76	c cleaning 10394 clauses out of 20801 with flag 5000/378787
14.31/13.97	c cleaning 8201 clauses out of 16409 with flag 11002/384789
14.51/14.19	c cleaning 7597 clauses out of 15206 with flag 18000/391787
14.81/14.46	c cleaning 7801 clauses out of 15609 with flag 26000/399787
15.11/14.74	c cleaning 8397 clauses out of 16808 with flag 35000/408787
15.41/15.06	c cleaning 9203 clauses out of 18411 with flag 45000/418787
15.72/15.33	c Got one! Elapsed wall clock time (in seconds):15.222
15.72/15.33	o 85
15.91/15.54	c cleaning 10929 clauses out of 21874 with flag 5000/431453
16.12/15.78	c cleaning 8466 clauses out of 16945 with flag 11000/437453
16.42/16.05	c cleaning 7734 clauses out of 15482 with flag 18003/444456
16.72/16.34	c cleaning 7867 clauses out of 15746 with flag 26001/452454
17.02/16.67	c cleaning 8428 clauses out of 16878 with flag 35000/461453
17.42/17.05	c cleaning 9221 clauses out of 18450 with flag 45000/471453
17.82/17.40	c cleaning 9612 clauses out of 19230 with flag 55001/481454
18.12/17.75	c cleaning 9805 clauses out of 19620 with flag 65003/491456
18.52/18.11	c cleaning 9901 clauses out of 19812 with flag 75000/501453
18.82/18.48	c cleaning 9951 clauses out of 19911 with flag 85000/511453
19.22/18.83	c cleaning 9975 clauses out of 19960 with flag 95000/521453
19.52/19.17	c cleaning 9990 clauses out of 19986 with flag 105001/531454
19.92/19.51	c cleaning 9994 clauses out of 19995 with flag 115000/541453
20.25/19.86	c cleaning 9999 clauses out of 20003 with flag 125002/551455
20.65/20.21	c cleaning 9999 clauses out of 20006 with flag 135004/561457
21.05/20.63	c cleaning 9998 clauses out of 20003 with flag 145000/571453
21.36/20.99	c cleaning 9999 clauses out of 20008 with flag 155003/581456
21.75/21.32	c cleaning 9999 clauses out of 20006 with flag 165000/591453
22.15/21.71	c cleaning 10000 clauses out of 20008 with flag 175001/601454
22.26/21.84	c Got one! Elapsed wall clock time (in seconds):21.733
22.26/21.84	o 58
22.36/21.91	c cleaning 7847 clauses out of 15703 with flag 2000/607149
22.46/22.10	c cleaning 6925 clauses out of 13856 with flag 8000/613149
22.76/22.33	c cleaning 6960 clauses out of 13931 with flag 15000/620149
22.96/22.59	c cleaning 7481 clauses out of 14971 with flag 23000/628149
23.26/22.87	c cleaning 8243 clauses out of 16491 with flag 32001/637150
23.57/23.19	c cleaning 9121 clauses out of 18248 with flag 42001/647150
23.96/23.53	c cleaning 9557 clauses out of 19126 with flag 52000/657149
24.26/23.85	c cleaning 9780 clauses out of 19573 with flag 62004/667153
24.57/24.20	c cleaning 9891 clauses out of 19789 with flag 72000/677149
24.96/24.57	c cleaning 9946 clauses out of 19899 with flag 82001/687150
25.36/24.94	c cleaning 9972 clauses out of 19952 with flag 92000/697149
25.77/25.32	c cleaning 9986 clauses out of 19982 with flag 102002/707151
26.07/25.66	c cleaning 9994 clauses out of 19994 with flag 112000/717149
26.47/26.00	c cleaning 9997 clauses out of 20001 with flag 122001/727150
26.77/26.35	c cleaning 9997 clauses out of 20003 with flag 132000/737149
27.07/26.69	c cleaning 10002 clauses out of 20010 with flag 142004/747153
27.47/27.04	c cleaning 9997 clauses out of 20005 with flag 152001/757150
27.77/27.40	c cleaning 10001 clauses out of 20008 with flag 162001/767150
28.18/27.75	c cleaning 10001 clauses out of 20008 with flag 172002/777151
28.58/28.10	c cleaning 9999 clauses out of 20006 with flag 182001/787150
28.88/28.47	c cleaning 10001 clauses out of 20007 with flag 192001/797150
29.28/28.82	c cleaning 9999 clauses out of 20005 with flag 202000/807149
29.58/29.15	c cleaning 9997 clauses out of 20006 with flag 212000/817149
29.99/29.50	c cleaning 10001 clauses out of 20010 with flag 222001/827150
30.28/29.85	c cleaning 9996 clauses out of 20008 with flag 232000/837149
30.69/30.21	c cleaning 9998 clauses out of 20012 with flag 242000/847149
30.99/30.57	c cleaning 10005 clauses out of 20015 with flag 252001/857150
31.39/30.94	c cleaning 9999 clauses out of 20012 with flag 262003/867152
31.79/31.30	c cleaning 10000 clauses out of 20011 with flag 272001/877150
32.09/31.66	c cleaning 9998 clauses out of 20010 with flag 282000/887149
32.49/32.00	c cleaning 10001 clauses out of 20012 with flag 292000/897149
32.79/32.38	c cleaning 10002 clauses out of 20012 with flag 302001/907150
33.19/32.75	c cleaning 9998 clauses out of 20009 with flag 312000/917149
33.60/33.12	c cleaning 9996 clauses out of 20011 with flag 322000/927149
33.90/33.49	c cleaning 10003 clauses out of 20015 with flag 332000/937149
34.20/33.78	c Got one! Elapsed wall clock time (in seconds):33.68
34.20/33.78	o 35
34.51/34.00	c cleaning 11716 clauses out of 23439 with flag 5000/950576
34.62/34.19	c cleaning 8858 clauses out of 17725 with flag 11002/956578
34.91/34.42	c cleaning 7927 clauses out of 15865 with flag 18000/963576
35.11/34.69	c cleaning 7965 clauses out of 15940 with flag 26002/971578
35.41/34.99	c cleaning 8482 clauses out of 16974 with flag 35001/980577
35.81/35.32	c cleaning 9241 clauses out of 18491 with flag 45000/990576
36.11/35.66	c cleaning 9619 clauses out of 19250 with flag 55000/1000576
36.51/36.01	c cleaning 9811 clauses out of 19633 with flag 65002/1010578
36.82/36.34	c cleaning 9906 clauses out of 19821 with flag 75001/1020577
37.12/36.69	c cleaning 9954 clauses out of 19917 with flag 85003/1030579
37.52/37.04	c cleaning 9975 clauses out of 19960 with flag 95000/1040576
37.92/37.41	c cleaning 9989 clauses out of 19985 with flag 105000/1050576
38.22/37.77	c cleaning 9996 clauses out of 19997 with flag 115001/1060577
38.32/37.87	c Got one! Elapsed wall clock time (in seconds):37.767
38.32/37.87	o 19
38.42/37.94	c cleaning 7585 clauses out of 15177 with flag 2001/1065753
38.62/38.14	c cleaning 6789 clauses out of 13592 with flag 8001/1071753
38.82/38.38	c cleaning 6897 clauses out of 13802 with flag 15000/1078752
39.37/38.69	c cleaning 7449 clauses out of 14903 with flag 23000/1086752
39.55/38.74	c starts		: 195
39.55/38.74	c conflicts		: 1087663
39.55/38.74	c decisions		: 1754461
39.55/38.74	c propagations		: 27870882
39.55/38.74	c inspects		: 238120869
39.55/38.74	c shortcuts		: 0
39.55/38.74	c learnt literals	: 6
39.55/38.74	c learnt binary clauses	: 24
39.55/38.74	c learnt ternary clauses	: 680
39.55/38.74	c learnt constraints	: 1087656
39.55/38.74	c ignored constraints	: 0
39.55/38.74	c root simplifications	: 0
39.55/38.74	c removed literals (reason simplification)	: 7716015
39.55/38.74	c reason swapping (by a shorter reason)	: 0
39.55/38.74	c Calls to reduceDB	: 120
39.55/38.74	c number of reductions to clauses (during analyze)	: 0
39.55/38.74	c number of learned constraints concerned by reduction	: 0
39.55/38.74	c number of learning phase by resolution	: 0
39.55/38.74	c number of learning phase by cutting planes	: 0
39.55/38.74	c speed (assignments/second)	: 3.2183466512702078E7
39.55/38.74	c non guided choices	462
39.55/38.74	c learnt constraints type 
39.55/38.74	c constraints type 
39.55/38.74	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
39.55/38.74	c org.sat4j.minisat.constraints.card.MinWatchCard => 41
39.55/38.74	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
39.55/38.74	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 30
39.55/38.74	s OPTIMUM FOUND
39.55/38.74	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 x78 x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 x103 -x104 -x105 x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 
39.55/38.74	c objective function=19
39.55/38.74	c Total wall clock time (in seconds): 38.634

Verifier Data

OK	19

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-3492411-1307909808/watcher-3492411-1307909808 -o /tmp/evaluation-result-3492411-1307909808/solver-3492411-1307909808 -C 1800 -W 1900 -M 15500 java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492411-1307909808.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.02 2.04 1.96 2/193 23473
/proc/meminfo: memFree=12042732/32951132 swapFree=67054624/67111528
[pid=23473] ppid=23471 vsize=27172 CPUtime=0 cores=1,3,5,7
/proc/23473/stat : 23473 (java) S 23471 23473 19566 0 -1 4202496 1178 0 0 0 0 0 0 0 25 0 2 0 902580431 27824128 905 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 274676611045 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/23473/statm: 7096 907 689 9 0 381 0
[pid=23473/tid=23474] ppid=23471 vsize=28384 CPUtime=0 cores=1,3,5,7
/proc/23473/task/23474/stat : 23474 (java) R 23471 23473 19566 0 -1 4202560 69 0 0 0 0 0 0 0 25 0 2 0 902580432 29065216 909 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 274659884679 0 0 4096 0 0 0 0 -1 1 0 0 0

[startup+0.0642319 s]
/proc/loadavg: 2.02 2.04 1.96 2/193 23473
/proc/meminfo: memFree=12042732/32951132 swapFree=67054624/67111528
[pid=23473] ppid=23471 vsize=10472952 CPUtime=0.05 cores=1,3,5,7
/proc/23473/stat : 23473 (java) S 23471 23473 19566 0 -1 4202496 11738 0 1 0 4 1 0 0 25 0 18 0 902580431 10724302848 11434 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/23473/statm: 2618238 11434 1740 9 0 2608972 0
[pid=23473/tid=23474] ppid=23471 vsize=10472952 CPUtime=0.04 cores=1,3,5,7
/proc/23473/task/23474/stat : 23474 (java) R 23471 23473 19566 0 -1 4202560 10564 0 1 0 4 0 0 0 25 0 18 0 902580432 10724302848 11434 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 46912505207101 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10472952

[startup+0.100238 s]
/proc/loadavg: 2.02 2.04 1.96 2/193 23473
/proc/meminfo: memFree=12042732/32951132 swapFree=67054624/67111528
[pid=23473] ppid=23471 vsize=10540016 CPUtime=0.1 cores=1,3,5,7
/proc/23473/stat : 23473 (java) S 23471 23473 19566 0 -1 4202496 13078 0 1 0 9 1 0 0 25 0 18 0 902580431 10792976384 12741 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/23473/statm: 2635004 12741 2093 9 0 2625738 0
[pid=23473/tid=23474] ppid=23471 vsize=10540016 CPUtime=0.08 cores=1,3,5,7
/proc/23473/task/23474/stat : 23474 (java) R 23471 23473 19566 0 -1 4202560 11144 0 1 0 7 1 0 0 18 0 18 0 902580432 10792976384 12743 33554432000 1073741824 1073778376 140734406168784 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) 10540016

[startup+0.300202 s]
/proc/loadavg: 2.02 2.04 1.96 2/193 23473
/proc/meminfo: memFree=12042732/32951132 swapFree=67054624/67111528
[pid=23473] ppid=23471 vsize=10544248 CPUtime=0.53 cores=1,3,5,7
/proc/23473/stat : 23473 (java) S 23471 23473 19566 0 -1 4202496 16189 0 1 0 51 2 0 0 25 0 19 0 902580431 10797309952 14819 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/23473/statm: 2636062 14820 2215 9 0 2626796 0
[pid=23473/tid=23474] ppid=23471 vsize=10544248 CPUtime=0.28 cores=1,3,5,7
/proc/23473/task/23474/stat : 23474 (java) R 23471 23473 19566 0 -1 4202560 11734 0 1 0 27 1 0 0 19 0 19 0 902580432 10797309952 14820 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 10544248

[startup+0.702346 s]
/proc/loadavg: 2.02 2.04 1.96 2/193 23473
/proc/meminfo: memFree=12042732/32951132 swapFree=67054624/67111528
[pid=23473] ppid=23471 vsize=10544248 CPUtime=1.03 cores=1,3,5,7
/proc/23473/stat : 23473 (java) S 23471 23473 19566 0 -1 4202496 17782 0 1 0 101 2 0 0 25 0 19 0 902580431 10797309952 15972 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/23473/statm: 2636062 15972 2247 9 0 2626796 0
[pid=23473/tid=23474] ppid=23471 vsize=10544248 CPUtime=0.66 cores=1,3,5,7
/proc/23473/task/23474/stat : 23474 (java) R 23471 23473 19566 0 -1 4202560 11960 0 1 0 65 1 0 0 17 0 19 0 902580432 10797309952 15972 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 46912505170474 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 10544248

[startup+1.50098 s]
/proc/loadavg: 2.02 2.04 1.96 3/212 23492
/proc/meminfo: memFree=11986712/32951132 swapFree=67054624/67111528
[pid=23473] ppid=23471 vsize=10544248 CPUtime=1.86 cores=1,3,5,7
/proc/23473/stat : 23473 (java) S 23471 23473 19566 0 -1 4202496 18111 0 1 0 184 2 0 0 25 0 19 0 902580431 10797309952 16200 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/23473/statm: 2636062 16200 2248 9 0 2626796 0
[pid=23473/tid=23474] ppid=23471 vsize=10544248 CPUtime=1.41 cores=1,3,5,7
/proc/23473/task/23474/stat : 23474 (java) R 23471 23473 19566 0 -1 4202560 11961 0 1 0 140 1 0 0 18 0 19 0 902580432 10797309952 16200 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 46912505553932 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=23473/tid=23476] ppid=23471 vsize=10544248 CPUtime=0 cores=1,3,5,7
/proc/23473/task/23476/stat : 23476 (java) S 23471 23473 19566 0 -1 4202560 148 0 0 0 0 0 0 0 15 0 19 0 902580433 10797309952 16200 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 274676624281 0 4 0 16800975 18446604468883351424 0 0 -1 1 0 0 0
[pid=23473/tid=23477] ppid=23471 vsize=10544248 CPUtime=0 cores=1,3,5,7
/proc/23473/task/23477/stat : 23477 (java) S 23471 23473 19566 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 902580433 10797309952 16200 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 274676624281 0 4 0 16800975 18446604468883351424 0 0 -1 1 0 0 0
[pid=23473/tid=23478] ppid=23471 vsize=10544248 CPUtime=0 cores=1,3,5,7
/proc/23473/task/23478/stat : 23478 (java) S 23471 23473 19566 0 -1 4202560 39 0 0 0 0 0 0 0 15 0 19 0 902580433 10797309952 16200 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 274676624281 0 4 0 16800975 18446604468883351424 0 0 -1 1 0 0 0
[pid=23473/tid=23479] ppid=23471 vsize=10544248 CPUtime=0 cores=1,3,5,7
/proc/23473/task/23479/stat : 23479 (java) S 23471 23473 19566 0 -1 4202560 25 0 0 0 0 0 0 0 15 0 19 0 902580433 10797309952 16200 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 274676624281 0 4 0 16800975 18446604468883351424 0 0 -1 1 0 0 0
[pid=23473/tid=23480] ppid=23471 vsize=10544248 CPUtime=0 cores=1,3,5,7
/proc/23473/task/23480/stat : 23480 (java) S 23471 23473 19566 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 902580433 10797309952 16200 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 274676624281 0 4 0 16800975 18446604468883351424 0 0 -1 3 0 0 0
[pid=23473/tid=23481] ppid=23471 vsize=10544248 CPUtime=0 cores=1,3,5,7
/proc/23473/task/23481/stat : 23481 (java) S 23471 23473 19566 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 902580433 10797309952 16200 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 274676624281 0 4 0 16800975 18446604468883351424 0 0 -1 1 0 0 0
[pid=23473/tid=23482] ppid=23471 vsize=10544248 CPUtime=0 cores=1,3,5,7
/proc/23473/task/23482/stat : 23482 (java) S 23471 23473 19566 0 -1 4202560 143 0 0 0 0 0 0 0 15 0 19 0 902580433 10797309952 16200 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 274676624281 0 4 0 16800975 18446604468883351424 0 0 -1 3 0 0 0
[pid=23473/tid=23483] ppid=23471 vsize=10544248 CPUtime=0 cores=1,3,5,7
/proc/23473/task/23483/stat : 23483 (java) S 23471 23473 19566 0 -1 4202560 189 0 0 0 0 0 0 0 15 0 19 0 902580433 10797309952 16200 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 274676624281 0 4 0 16800975 18446604468883351424 0 0 -1 3 0 0 0
[pid=23473/tid=23484] ppid=23471 vsize=10544248 CPUtime=0.06 cores=1,3,5,7
/proc/23473/task/23484/stat : 23484 (java) S 23471 23473 19566 0 -1 4202560 416 0 0 0 6 0 0 0 15 0 19 0 902580434 10797309952 16200 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 274676624896 0 0 0 16800975 18446604468883351424 0 0 -1 7 0 0 0
[pid=23473/tid=23485] ppid=23471 vsize=10544248 CPUtime=0 cores=1,3,5,7
/proc/23473/task/23485/stat : 23485 (java) S 23471 23473 19566 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 902580435 10797309952 16200 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 274676624281 0 4 0 16800975 18446604468883351424 0 0 -1 7 0 0 0
[pid=23473/tid=23486] ppid=23471 vsize=10544248 CPUtime=0 cores=1,3,5,7
/proc/23473/task/23486/stat : 23486 (java) S 23471 23473 19566 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 902580435 10797309952 16200 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 274676624281 0 4 0 16800975 18446604468883351424 0 0 -1 7 0 0 0
[pid=23473/tid=23487] ppid=23471 vsize=10544248 CPUtime=0 cores=1,3,5,7
/proc/23473/task/23487/stat : 23487 (java) S 23471 23473 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902580437 10797309952 16200 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 274676631985 0 4 0 16800975 18446604468883351424 0 0 -1 1 0 0 0
[pid=23473/tid=23488] ppid=23471 vsize=10544248 CPUtime=0.2 cores=1,3,5,7
/proc/23473/task/23488/stat : 23488 (java) S 23471 23473 19566 0 -1 4202560 2168 0 0 0 20 0 0 0 16 0 19 0 902580437 10797309952 16200 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 274676624281 0 4 0 16800975 18446604468883351424 0 0 -1 3 0 0 0
[pid=23473/tid=23489] ppid=23471 vsize=10544248 CPUtime=0.15 cores=1,3,5,7
/proc/23473/task/23489/stat : 23489 (java) S 23471 23473 19566 0 -1 4202560 1859 0 0 0 15 0 0 0 15 0 19 0 902580437 10797309952 16200 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 274676624281 0 4 0 16800975 18446604468883351424 0 0 -1 5 0 0 0
[pid=23473/tid=23490] ppid=23471 vsize=10544248 CPUtime=0 cores=1,3,5,7
/proc/23473/task/23490/stat : 23490 (java) S 23471 23473 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902580437 10797309952 16200 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 274676624281 0 4 0 16800975 18446604468883351424 0 0 -1 1 0 0 0
[pid=23473/tid=23491] ppid=23471 vsize=10544248 CPUtime=0 cores=1,3,5,7
/proc/23473/task/23491/stat : 23491 (java) S 23471 23473 19566 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902580437 10797309952 16200 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 274676624896 0 4 0 16800975 18446604468883351424 0 0 -1 5 0 0 0
[pid=23473/tid=23492] ppid=23471 vsize=10544248 CPUtime=0 cores=1,3,5,7
/proc/23473/task/23492/stat : 23492 (java) S 23471 23473 19566 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902580448 10797309952 16200 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 274676624896 0 4 0 16800975 18446604468883351424 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.86
Current children cumulated vsize (KiB) 10544248

[startup+3.10072 s]
/proc/loadavg: 2.02 2.04 1.96 3/212 23492
/proc/meminfo: memFree=11985724/32951132 swapFree=67054624/67111528
[pid=23473] ppid=23471 vsize=10544248 CPUtime=3.47 cores=1,3,5,7
/proc/23473/stat : 23473 (java) S 23471 23473 19566 0 -1 4202496 18238 0 1 0 344 3 0 0 25 0 19 0 902580431 10797309952 16322 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/23473/statm: 2636062 16322 2248 9 0 2626796 0
[pid=23473/tid=23474] ppid=23471 vsize=10544248 CPUtime=2.95 cores=1,3,5,7
/proc/23473/task/23474/stat : 23474 (java) R 23471 23473 19566 0 -1 4202560 11966 0 1 0 294 1 0 0 18 0 19 0 902580432 10797309952 16322 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 46912505617527 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=23473/tid=23476] ppid=23471 vsize=10544248 CPUtime=0 cores=1,3,5,7
/proc/23473/task/23476/stat : 23476 (java) S 23471 23473 19566 0 -1 4202560 149 0 0 0 0 0 0 0 16 0 19 0 902580433 10797309952 16322 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 274676624281 0 4 0 16800975 18446604468883351424 0 0 -1 7 0 0 0
[pid=23473/tid=23477] ppid=23471 vsize=10544248 CPUtime=0 cores=1,3,5,7
/proc/23473/task/23477/stat : 23477 (java) S 23471 23473 19566 0 -1 4202560 3 0 0 0 0 0 0 0 16 0 19 0 902580433 10797309952 16322 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 274676624281 0 4 0 16800975 18446604468883351424 0 0 -1 3 0 0 0
[pid=23473/tid=23478] ppid=23471 vsize=10544248 CPUtime=0 cores=1,3,5,7
/proc/23473/task/23478/stat : 23478 (java) S 23471 23473 19566 0 -1 4202560 39 0 0 0 0 0 0 0 15 0 19 0 902580433 10797309952 16322 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 274676624281 0 4 0 16800975 18446604468883351424 0 0 -1 3 0 0 0
[pid=23473/tid=23479] ppid=23471 vsize=10544248 CPUtime=0 cores=1,3,5,7
/proc/23473/task/23479/stat : 23479 (java) S 23471 23473 19566 0 -1 4202560 27 0 0 0 0 0 0 0 15 0 19 0 902580433 10797309952 16322 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 274676624281 0 4 0 16800975 18446604468883351424 0 0 -1 3 0 0 0
[pid=23473/tid=23480] ppid=23471 vsize=10544248 CPUtime=0 cores=1,3,5,7
/proc/23473/task/23480/stat : 23480 (java) S 23471 23473 19566 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902580433 10797309952 16322 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 274676624281 0 4 0 16800975 18446604468883351424 0 0 -1 3 0 0 0
[pid=23473/tid=23481] ppid=23471 vsize=10544248 CPUtime=0 cores=1,3,5,7
/proc/23473/task/23481/stat : 23481 (java) S 23471 23473 19566 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 19 0 902580433 10797309952 16322 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 274676624281 0 4 0 16800975 18446604468883351424 0 0 -1 3 0 0 0
[pid=23473/tid=23482] ppid=23471 vsize=10544248 CPUtime=0 cores=1,3,5,7
/proc/23473/task/23482/stat : 23482 (java) S 23471 23473 19566 0 -1 4202560 144 0 0 0 0 0 0 0 15 0 19 0 902580433 10797309952 16322 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 274676624281 0 4 0 16800975 18446604468883351424 0 0 -1 7 0 0 0
[pid=23473/tid=23483] ppid=23471 vsize=10544248 CPUtime=0 cores=1,3,5,7
/proc/23473/task/23483/stat : 23483 (java) S 23471 23473 19566 0 -1 4202560 191 0 0 0 0 0 0 0 15 0 19 0 902580433 10797309952 16322 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 274676624281 0 4 0 16800975 18446604468883351424 0 0 -1 3 0 0 0
[pid=23473/tid=23484] ppid=23471 vsize=10544248 CPUtime=0.12 cores=1,3,5,7
/proc/23473/task/23484/stat : 23484 (java) S 23471 23473 19566 0 -1 4202560 529 0 0 0 12 0 0 0 16 0 19 0 902580434 10797309952 16322 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 274676624896 0 0 0 16800975 18446604468883351424 0 0 -1 1 0 0 0
[pid=23473/tid=23485] ppid=23471 vsize=10544248 CPUtime=0 cores=1,3,5,7
/proc/23473/task/23485/stat : 23485 (java) S 23471 23473 19566 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 902580435 10797309952 16322 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 274676624281 0 4 0 16800975 18446604468883351424 0 0 -1 7 0 0 0
[pid=23473/tid=23486] ppid=23471 vsize=10544248 CPUtime=0 cores=1,3,5,7
/proc/23473/task/23486/stat : 23486 (java) S 23471 23473 19566 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 902580435 10797309952 16322 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 274676624281 0 4 0 16800975 18446604468883351424 0 0 -1 7 0 0 0
[pid=23473/tid=23487] ppid=23471 vsize=10544248 CPUtime=0 cores=1,3,5,7
/proc/23473/task/23487/stat : 23487 (java) S 23471 23473 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902580437 10797309952 16322 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 274676631985 0 4 0 16800975 18446604468883351424 0 0 -1 1 0 0 0
[pid=23473/tid=23488] ppid=23471 vsize=10544248 CPUtime=0.2 cores=1,3,5,7
/proc/23473/task/23488/stat : 23488 (java) S 23471 23473 19566 0 -1 4202560 2168 0 0 0 20 0 0 0 15 0 19 0 902580437 10797309952 16322 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 274676624281 0 4 0 16800975 18446604468883351424 0 0 -1 3 0 0 0
[pid=23473/tid=23489] ppid=23471 vsize=10544248 CPUtime=0.15 cores=1,3,5,7
/proc/23473/task/23489/stat : 23489 (java) S 23471 23473 19566 0 -1 4202560 1859 0 0 0 15 0 0 0 15 0 19 0 902580437 10797309952 16322 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 274676624281 0 4 0 16800975 18446604468883351424 0 0 -1 5 0 0 0
[pid=23473/tid=23490] ppid=23471 vsize=10544248 CPUtime=0 cores=1,3,5,7
/proc/23473/task/23490/stat : 23490 (java) S 23471 23473 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902580437 10797309952 16322 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 274676624281 0 4 0 16800975 18446604468883351424 0 0 -1 1 0 0 0
[pid=23473/tid=23491] ppid=23471 vsize=10544248 CPUtime=0 cores=1,3,5,7
/proc/23473/task/23491/stat : 23491 (java) S 23471 23473 19566 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902580437 10797309952 16322 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 274676624896 0 4 0 16800975 18446604468883351424 0 0 -1 5 0 0 0
[pid=23473/tid=23492] ppid=23471 vsize=10544248 CPUtime=0 cores=1,3,5,7
/proc/23473/task/23492/stat : 23492 (java) S 23471 23473 19566 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902580448 10797309952 16322 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 274676624896 0 4 0 16800975 18446604468883351424 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.47
Current children cumulated vsize (KiB) 10544248

[startup+6.30117 s]
/proc/loadavg: 2.02 2.03 1.96 3/212 23492
/proc/meminfo: memFree=11984724/32951132 swapFree=67054624/67111528
[pid=23473] ppid=23471 vsize=10543660 CPUtime=6.68 cores=1,3,5,7
/proc/23473/stat : 23473 (java) S 23471 23473 19566 0 -1 4202496 18365 0 1 0 665 3 0 0 25 0 19 0 902580431 10796707840 16320 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/23473/statm: 2635915 16320 2248 9 0 2626649 0
[pid=23473/tid=23474] ppid=23471 vsize=10543660 CPUtime=5.99 cores=1,3,5,7
/proc/23473/task/23474/stat : 23474 (java) R 23471 23473 19566 0 -1 4202560 11978 0 1 0 598 1 0 0 19 0 19 0 902580432 10796707840 16320 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 46912505544661 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=23473/tid=23476] ppid=23471 vsize=10543660 CPUtime=0 cores=1,3,5,7
/proc/23473/task/23476/stat : 23476 (java) S 23471 23473 19566 0 -1 4202560 154 0 0 0 0 0 0 0 15 0 19 0 902580433 10796707840 16320 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 274676624281 0 4 0 16800975 18446604468883351424 0 0 -1 5 0 0 0
[pid=23473/tid=23477] ppid=23471 vsize=10543660 CPUtime=0 cores=1,3,5,7
/proc/23473/task/23477/stat : 23477 (java) S 23471 23473 19566 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 902580433 10796707840 16320 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 274676624281 0 4 0 16800975 18446604468883351424 0 0 -1 3 0 0 0
[pid=23473/tid=23478] ppid=23471 vsize=10543660 CPUtime=0 cores=1,3,5,7
/proc/23473/task/23478/stat : 23478 (java) S 23471 23473 19566 0 -1 4202560 42 0 0 0 0 0 0 0 15 0 19 0 902580433 10796707840 16320 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 274676624281 0 4 0 16800975 18446604468883351424 0 0 -1 5 0 0 0
[pid=23473/tid=23479] ppid=23471 vsize=10543660 CPUtime=0 cores=1,3,5,7
/proc/23473/task/23479/stat : 23479 (java) S 23471 23473 19566 0 -1 4202560 28 0 0 0 0 0 0 0 15 0 19 0 902580433 10796707840 16320 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 274676624281 0 4 0 16800975 18446604468883351424 0 0 -1 7 0 0 0
[pid=23473/tid=23480] ppid=23471 vsize=10543660 CPUtime=0 cores=1,3,5,7
/proc/23473/task/23480/stat : 23480 (java) S 23471 23473 19566 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 902580433 10796707840 16320 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 274676624281 0 4 0 16800975 18446604468883351424 0 0 -1 3 0 0 0
[pid=23473/tid=23481] ppid=23471 vsize=10543660 CPUtime=0 cores=1,3,5,7
/proc/23473/task/23481/stat : 23481 (java) S 23471 23473 19566 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 19 0 902580433 10796707840 16320 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 274676624281 0 4 0 16800975 18446604468883351424 0 0 -1 5 0 0 0
[pid=23473/tid=23482] ppid=23471 vsize=10543660 CPUtime=0 cores=1,3,5,7
/proc/23473/task/23482/stat : 23482 (java) S 23471 23473 19566 0 -1 4202560 144 0 0 0 0 0 0 0 15 0 19 0 902580433 10796707840 16320 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 274676624281 0 4 0 16800975 18446604468883351424 0 0 -1 3 0 0 0
[pid=23473/tid=23483] ppid=23471 vsize=10543660 CPUtime=0 cores=1,3,5,7
/proc/23473/task/23483/stat : 23483 (java) S 23471 23473 19566 0 -1 4202560 192 0 0 0 0 0 0 0 15 0 19 0 902580433 10796707840 16320 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 274676624281 0 4 0 16800975 18446604468883351424 0 0 -1 7 0 0 0
[pid=23473/tid=23484] ppid=23471 vsize=10543660 CPUtime=0.25 cores=1,3,5,7
/proc/23473/task/23484/stat : 23484 (java) S 23471 23473 19566 0 -1 4202560 622 0 0 0 25 0 0 0 16 0 19 0 902580434 10796707840 16320 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 274676624896 0 0 0 16800975 18446604468883351424 0 0 -1 1 0 0 0
[pid=23473/tid=23485] ppid=23471 vsize=10543660 CPUtime=0 cores=1,3,5,7
/proc/23473/task/23485/stat : 23485 (java) S 23471 23473 19566 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 902580435 10796707840 16320 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 274676624281 0 4 0 16800975 18446604468883351424 0 0 -1 7 0 0 0
[pid=23473/tid=23486] ppid=23471 vsize=10543660 CPUtime=0 cores=1,3,5,7
/proc/23473/task/23486/stat : 23486 (java) S 23471 23473 19566 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 902580435 10796707840 16320 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 274676624281 0 4 0 16800975 18446604468883351424 0 0 -1 7 0 0 0
[pid=23473/tid=23487] ppid=23471 vsize=10543660 CPUtime=0 cores=1,3,5,7
/proc/23473/task/23487/stat : 23487 (java) S 23471 23473 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902580437 10796707840 16320 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 274676631985 0 4 0 16800975 18446604468883351424 0 0 -1 1 0 0 0
[pid=23473/tid=23488] ppid=23471 vsize=10543660 CPUtime=0.2 cores=1,3,5,7
/proc/23473/task/23488/stat : 23488 (java) S 23471 23473 19566 0 -1 4202560 2168 0 0 0 20 0 0 0 15 0 19 0 902580437 10796707840 16320 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 274676624281 0 4 0 16800975 18446604468883351424 0 0 -1 3 0 0 0
[pid=23473/tid=23489] ppid=23471 vsize=10543660 CPUtime=0.15 cores=1,3,5,7
/proc/23473/task/23489/stat : 23489 (java) S 23471 23473 19566 0 -1 4202560 1859 0 0 0 15 0 0 0 15 0 19 0 902580437 10796707840 16320 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 274676624281 0 4 0 16800975 18446604468883351424 0 0 -1 5 0 0 0

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

/proc/23473/task/23476/stat : 23476 (java) S 23471 23473 19566 0 -1 4202560 162 0 0 0 3 0 0 0 15 0 19 0 902580433 10796707840 16666 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 274676624281 0 4 0 16800975 18446604468883351424 0 0 -1 3 0 0 0
[pid=23473/tid=23477] ppid=23471 vsize=10543660 CPUtime=0.03 cores=1,3,5,7
/proc/23473/task/23477/stat : 23477 (java) S 23471 23473 19566 0 -1 4202560 9 0 0 0 3 0 0 0 15 0 19 0 902580433 10796707840 16666 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 274676624281 0 4 0 16800975 18446604468883351424 0 0 -1 7 0 0 0
[pid=23473/tid=23478] ppid=23471 vsize=10543660 CPUtime=0.02 cores=1,3,5,7
/proc/23473/task/23478/stat : 23478 (java) S 23471 23473 19566 0 -1 4202560 46 0 0 0 2 0 0 0 15 0 19 0 902580433 10796707840 16666 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 274676624281 0 4 0 16800975 18446604468883351424 0 0 -1 3 0 0 0
[pid=23473/tid=23479] ppid=23471 vsize=10543660 CPUtime=0.02 cores=1,3,5,7
/proc/23473/task/23479/stat : 23479 (java) S 23471 23473 19566 0 -1 4202560 33 0 0 0 2 0 0 0 15 0 19 0 902580433 10796707840 16666 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 274676624281 0 4 0 16800975 18446604468883351424 0 0 -1 7 0 0 0
[pid=23473/tid=23480] ppid=23471 vsize=10543660 CPUtime=0.02 cores=1,3,5,7
/proc/23473/task/23480/stat : 23480 (java) S 23471 23473 19566 0 -1 4202560 7 0 0 0 2 0 0 0 15 0 19 0 902580433 10796707840 16666 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 274676624281 0 4 0 16800975 18446604468883351424 0 0 -1 3 0 0 0
[pid=23473/tid=23481] ppid=23471 vsize=10543660 CPUtime=0.04 cores=1,3,5,7
/proc/23473/task/23481/stat : 23481 (java) S 23471 23473 19566 0 -1 4202560 25 0 0 0 4 0 0 0 15 0 19 0 902580433 10796707840 16666 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 274676624281 0 4 0 16800975 18446604468883351424 0 0 -1 3 0 0 0
[pid=23473/tid=23482] ppid=23471 vsize=10543660 CPUtime=0.03 cores=1,3,5,7
/proc/23473/task/23482/stat : 23482 (java) S 23471 23473 19566 0 -1 4202560 150 0 0 0 3 0 0 0 15 0 19 0 902580433 10796707840 16666 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 274676624281 0 4 0 16800975 18446604468883351424 0 0 -1 3 0 0 0
[pid=23473/tid=23483] ppid=23471 vsize=10543660 CPUtime=0.03 cores=1,3,5,7
/proc/23473/task/23483/stat : 23483 (java) S 23471 23473 19566 0 -1 4202560 192 0 0 0 3 0 0 0 16 0 19 0 902580433 10796707840 16666 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 274676624281 0 4 0 16800975 18446604468883351424 0 0 -1 5 0 0 0
[pid=23473/tid=23484] ppid=23471 vsize=10543660 CPUtime=1.46 cores=1,3,5,7
/proc/23473/task/23484/stat : 23484 (java) R 23471 23473 19566 0 -1 4202560 929 0 0 0 145 1 0 0 15 0 19 0 902580434 10796707840 16666 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 47587417307588 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=23473/tid=23485] ppid=23471 vsize=10543660 CPUtime=0 cores=1,3,5,7
/proc/23473/task/23485/stat : 23485 (java) S 23471 23473 19566 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 902580435 10796707840 16666 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 274676624281 0 4 0 16800975 18446604468883351424 0 0 -1 7 0 0 0
[pid=23473/tid=23486] ppid=23471 vsize=10543660 CPUtime=0 cores=1,3,5,7
/proc/23473/task/23486/stat : 23486 (java) S 23471 23473 19566 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 902580435 10796707840 16666 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 274676624281 0 4 0 16800975 18446604468883351424 0 0 -1 7 0 0 0
[pid=23473/tid=23487] ppid=23471 vsize=10543660 CPUtime=0 cores=1,3,5,7
/proc/23473/task/23487/stat : 23487 (java) S 23471 23473 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902580437 10796707840 16666 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 274676631985 0 4 0 16800975 18446604468883351424 0 0 -1 1 0 0 0
[pid=23473/tid=23488] ppid=23471 vsize=10543660 CPUtime=0.23 cores=1,3,5,7
/proc/23473/task/23488/stat : 23488 (java) S 23471 23473 19566 0 -1 4202560 2505 0 0 0 23 0 0 0 15 0 19 0 902580437 10796707840 16666 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 274676624281 0 4 0 16800975 18446604468883351424 0 0 -1 3 0 0 0
[pid=23473/tid=23489] ppid=23471 vsize=10543660 CPUtime=0.15 cores=1,3,5,7
/proc/23473/task/23489/stat : 23489 (java) S 23471 23473 19566 0 -1 4202560 1859 0 0 0 15 0 0 0 15 0 19 0 902580437 10796707840 16666 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 274676624281 0 4 0 16800975 18446604468883351424 0 0 -1 5 0 0 0
[pid=23473/tid=23490] ppid=23471 vsize=10543660 CPUtime=0 cores=1,3,5,7
/proc/23473/task/23490/stat : 23490 (java) S 23471 23473 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902580437 10796707840 16666 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 274676624281 0 4 0 16800975 18446604468883351424 0 0 -1 1 0 0 0
[pid=23473/tid=23491] ppid=23471 vsize=10543660 CPUtime=0 cores=1,3,5,7
/proc/23473/task/23491/stat : 23491 (java) S 23471 23473 19566 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 902580437 10796707840 16666 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 274676624896 0 4 0 16800975 18446604468883351424 0 0 -1 5 0 0 0
[pid=23473/tid=23492] ppid=23471 vsize=10543660 CPUtime=0 cores=1,3,5,7
/proc/23473/task/23492/stat : 23492 (java) S 23471 23473 19566 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902580448 10796707840 16666 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 274676624896 0 4 0 16800975 18446604468883351424 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 37.22
Current children cumulated vsize (KiB) 10543660

[startup+37.5008 s]
/proc/loadavg: 2.01 2.03 1.96 3/212 23551
/proc/meminfo: memFree=11983128/32951132 swapFree=67054624/67111528
[pid=23473] ppid=23471 vsize=10543660 CPUtime=38.02 cores=1,3,5,7
/proc/23473/stat : 23473 (java) S 23471 23473 19566 0 -1 4202496 19141 0 1 0 3797 5 0 0 25 0 19 0 902580431 10796707840 16666 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/23473/statm: 2635915 16666 2249 9 0 2626649 0
[pid=23473/tid=23474] ppid=23471 vsize=10543660 CPUtime=35.84 cores=1,3,5,7
/proc/23473/task/23474/stat : 23474 (java) R 23471 23473 19566 0 -1 4202560 12072 0 1 0 3583 1 0 0 17 0 19 0 902580432 10796707840 16666 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 46912505598970 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=23473/tid=23476] ppid=23471 vsize=10543660 CPUtime=0.03 cores=1,3,5,7
/proc/23473/task/23476/stat : 23476 (java) S 23471 23473 19566 0 -1 4202560 162 0 0 0 3 0 0 0 15 0 19 0 902580433 10796707840 16666 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 274676624281 0 4 0 16800975 18446604468883351424 0 0 -1 3 0 0 0
[pid=23473/tid=23477] ppid=23471 vsize=10543660 CPUtime=0.03 cores=1,3,5,7
/proc/23473/task/23477/stat : 23477 (java) S 23471 23473 19566 0 -1 4202560 9 0 0 0 3 0 0 0 16 0 19 0 902580433 10796707840 16666 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 274676624281 0 4 0 16800975 18446604468883351424 0 0 -1 7 0 0 0
[pid=23473/tid=23478] ppid=23471 vsize=10543660 CPUtime=0.02 cores=1,3,5,7
/proc/23473/task/23478/stat : 23478 (java) S 23471 23473 19566 0 -1 4202560 46 0 0 0 2 0 0 0 15 0 19 0 902580433 10796707840 16666 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 274676624281 0 4 0 16800975 18446604468883351424 0 0 -1 3 0 0 0
[pid=23473/tid=23479] ppid=23471 vsize=10543660 CPUtime=0.02 cores=1,3,5,7
/proc/23473/task/23479/stat : 23479 (java) S 23471 23473 19566 0 -1 4202560 33 0 0 0 2 0 0 0 15 0 19 0 902580433 10796707840 16666 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 274676624281 0 4 0 16800975 18446604468883351424 0 0 -1 7 0 0 0
[pid=23473/tid=23480] ppid=23471 vsize=10543660 CPUtime=0.02 cores=1,3,5,7
/proc/23473/task/23480/stat : 23480 (java) S 23471 23473 19566 0 -1 4202560 7 0 0 0 2 0 0 0 15 0 19 0 902580433 10796707840 16666 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 274676624281 0 4 0 16800975 18446604468883351424 0 0 -1 7 0 0 0
[pid=23473/tid=23481] ppid=23471 vsize=10543660 CPUtime=0.04 cores=1,3,5,7
/proc/23473/task/23481/stat : 23481 (java) S 23471 23473 19566 0 -1 4202560 25 0 0 0 4 0 0 0 15 0 19 0 902580433 10796707840 16666 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 274676624281 0 4 0 16800975 18446604468883351424 0 0 -1 3 0 0 0
[pid=23473/tid=23482] ppid=23471 vsize=10543660 CPUtime=0.03 cores=1,3,5,7
/proc/23473/task/23482/stat : 23482 (java) S 23471 23473 19566 0 -1 4202560 150 0 0 0 3 0 0 0 15 0 19 0 902580433 10796707840 16666 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 274676624281 0 4 0 16800975 18446604468883351424 0 0 -1 3 0 0 0
[pid=23473/tid=23483] ppid=23471 vsize=10543660 CPUtime=0.03 cores=1,3,5,7
/proc/23473/task/23483/stat : 23483 (java) S 23471 23473 19566 0 -1 4202560 192 0 0 0 3 0 0 0 15 0 19 0 902580433 10796707840 16666 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 274676624281 0 4 0 16800975 18446604468883351424 0 0 -1 5 0 0 0
[pid=23473/tid=23484] ppid=23471 vsize=10543660 CPUtime=1.49 cores=1,3,5,7
/proc/23473/task/23484/stat : 23484 (java) S 23471 23473 19566 0 -1 4202560 929 0 0 0 148 1 0 0 16 0 19 0 902580434 10796707840 16666 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 274676624896 0 0 0 16800975 18446604468883351424 0 0 -1 1 0 0 0
[pid=23473/tid=23485] ppid=23471 vsize=10543660 CPUtime=0 cores=1,3,5,7
/proc/23473/task/23485/stat : 23485 (java) S 23471 23473 19566 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 902580435 10796707840 16666 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 274676624281 0 4 0 16800975 18446604468883351424 0 0 -1 7 0 0 0
[pid=23473/tid=23486] ppid=23471 vsize=10543660 CPUtime=0 cores=1,3,5,7
/proc/23473/task/23486/stat : 23486 (java) S 23471 23473 19566 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 902580435 10796707840 16666 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 274676624281 0 4 0 16800975 18446604468883351424 0 0 -1 7 0 0 0
[pid=23473/tid=23487] ppid=23471 vsize=10543660 CPUtime=0 cores=1,3,5,7
/proc/23473/task/23487/stat : 23487 (java) S 23471 23473 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902580437 10796707840 16666 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 274676631985 0 4 0 16800975 18446604468883351424 0 0 -1 1 0 0 0
[pid=23473/tid=23488] ppid=23471 vsize=10543660 CPUtime=0.23 cores=1,3,5,7
/proc/23473/task/23488/stat : 23488 (java) S 23471 23473 19566 0 -1 4202560 2505 0 0 0 23 0 0 0 15 0 19 0 902580437 10796707840 16666 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 274676624281 0 4 0 16800975 18446604468883351424 0 0 -1 3 0 0 0
[pid=23473/tid=23489] ppid=23471 vsize=10543660 CPUtime=0.15 cores=1,3,5,7
/proc/23473/task/23489/stat : 23489 (java) S 23471 23473 19566 0 -1 4202560 1859 0 0 0 15 0 0 0 15 0 19 0 902580437 10796707840 16666 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 274676624281 0 4 0 16800975 18446604468883351424 0 0 -1 5 0 0 0
[pid=23473/tid=23490] ppid=23471 vsize=10543660 CPUtime=0 cores=1,3,5,7
/proc/23473/task/23490/stat : 23490 (java) S 23471 23473 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902580437 10796707840 16666 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 274676624281 0 4 0 16800975 18446604468883351424 0 0 -1 1 0 0 0
[pid=23473/tid=23491] ppid=23471 vsize=10543660 CPUtime=0 cores=1,3,5,7
/proc/23473/task/23491/stat : 23491 (java) S 23471 23473 19566 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 902580437 10796707840 16666 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 274676624896 0 4 0 16800975 18446604468883351424 0 0 -1 5 0 0 0
[pid=23473/tid=23492] ppid=23471 vsize=10543660 CPUtime=0 cores=1,3,5,7
/proc/23473/task/23492/stat : 23492 (java) S 23471 23473 19566 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902580448 10796707840 16666 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 274676624896 0 4 0 16800975 18446604468883351424 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 38.02
Current children cumulated vsize (KiB) 10543660

[startup+38.3006 s]
/proc/loadavg: 2.01 2.03 1.96 3/212 23551
/proc/meminfo: memFree=11983128/32951132 swapFree=67054624/67111528
[pid=23473] ppid=23471 vsize=10543660 CPUtime=38.82 cores=1,3,5,7
/proc/23473/stat : 23473 (java) S 23471 23473 19566 0 -1 4202496 19148 0 1 0 3877 5 0 0 25 0 19 0 902580431 10796707840 16668 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/23473/statm: 2635915 16668 2250 9 0 2626649 0
[pid=23473/tid=23474] ppid=23471 vsize=10543660 CPUtime=36.6 cores=1,3,5,7
/proc/23473/task/23474/stat : 23474 (java) R 23471 23473 19566 0 -1 4202560 12077 0 1 0 3659 1 0 0 18 0 19 0 902580432 10796707840 16668 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 46912505617958 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=23473/tid=23476] ppid=23471 vsize=10543660 CPUtime=0.03 cores=1,3,5,7
/proc/23473/task/23476/stat : 23476 (java) S 23471 23473 19566 0 -1 4202560 162 0 0 0 3 0 0 0 16 0 19 0 902580433 10796707840 16668 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 274676624281 0 4 0 16800975 18446604468883351424 0 0 -1 3 0 0 0
[pid=23473/tid=23477] ppid=23471 vsize=10543660 CPUtime=0.03 cores=1,3,5,7
/proc/23473/task/23477/stat : 23477 (java) S 23471 23473 19566 0 -1 4202560 9 0 0 0 3 0 0 0 15 0 19 0 902580433 10796707840 16668 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 274676624281 0 4 0 16800975 18446604468883351424 0 0 -1 7 0 0 0
[pid=23473/tid=23478] ppid=23471 vsize=10543660 CPUtime=0.02 cores=1,3,5,7
/proc/23473/task/23478/stat : 23478 (java) S 23471 23473 19566 0 -1 4202560 46 0 0 0 2 0 0 0 15 0 19 0 902580433 10796707840 16668 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 274676624281 0 4 0 16800975 18446604468883351424 0 0 -1 7 0 0 0
[pid=23473/tid=23479] ppid=23471 vsize=10543660 CPUtime=0.02 cores=1,3,5,7
/proc/23473/task/23479/stat : 23479 (java) S 23471 23473 19566 0 -1 4202560 33 0 0 0 2 0 0 0 15 0 19 0 902580433 10796707840 16668 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 274676624281 0 4 0 16800975 18446604468883351424 0 0 -1 5 0 0 0
[pid=23473/tid=23480] ppid=23471 vsize=10543660 CPUtime=0.02 cores=1,3,5,7
/proc/23473/task/23480/stat : 23480 (java) S 23471 23473 19566 0 -1 4202560 7 0 0 0 2 0 0 0 16 0 19 0 902580433 10796707840 16668 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 274676624281 0 4 0 16800975 18446604468883351424 0 0 -1 7 0 0 0
[pid=23473/tid=23481] ppid=23471 vsize=10543660 CPUtime=0.04 cores=1,3,5,7
/proc/23473/task/23481/stat : 23481 (java) S 23471 23473 19566 0 -1 4202560 25 0 0 0 4 0 0 0 15 0 19 0 902580433 10796707840 16668 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 274676624281 0 4 0 16800975 18446604468883351424 0 0 -1 7 0 0 0
[pid=23473/tid=23482] ppid=23471 vsize=10543660 CPUtime=0.03 cores=1,3,5,7
/proc/23473/task/23482/stat : 23482 (java) S 23471 23473 19566 0 -1 4202560 150 0 0 0 3 0 0 0 15 0 19 0 902580433 10796707840 16668 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 274676624281 0 4 0 16800975 18446604468883351424 0 0 -1 3 0 0 0
[pid=23473/tid=23483] ppid=23471 vsize=10543660 CPUtime=0.03 cores=1,3,5,7
/proc/23473/task/23483/stat : 23483 (java) S 23471 23473 19566 0 -1 4202560 192 0 0 0 3 0 0 0 15 0 19 0 902580433 10796707840 16668 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 274676624281 0 4 0 16800975 18446604468883351424 0 0 -1 5 0 0 0
[pid=23473/tid=23484] ppid=23471 vsize=10543660 CPUtime=1.53 cores=1,3,5,7
/proc/23473/task/23484/stat : 23484 (java) S 23471 23473 19566 0 -1 4202560 930 0 0 0 152 1 0 0 16 0 19 0 902580434 10796707840 16668 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 274676624896 0 0 0 16800975 18446604468883351424 0 0 -1 1 0 0 0
[pid=23473/tid=23485] ppid=23471 vsize=10543660 CPUtime=0 cores=1,3,5,7
/proc/23473/task/23485/stat : 23485 (java) S 23471 23473 19566 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 902580435 10796707840 16668 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 274676624281 0 4 0 16800975 18446604468883351424 0 0 -1 7 0 0 0
[pid=23473/tid=23486] ppid=23471 vsize=10543660 CPUtime=0 cores=1,3,5,7
/proc/23473/task/23486/stat : 23486 (java) S 23471 23473 19566 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 902580435 10796707840 16668 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 274676624281 0 4 0 16800975 18446604468883351424 0 0 -1 7 0 0 0
[pid=23473/tid=23487] ppid=23471 vsize=10543660 CPUtime=0 cores=1,3,5,7
/proc/23473/task/23487/stat : 23487 (java) S 23471 23473 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902580437 10796707840 16668 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 274676631985 0 4 0 16800975 18446604468883351424 0 0 -1 1 0 0 0
[pid=23473/tid=23488] ppid=23471 vsize=10543660 CPUtime=0.23 cores=1,3,5,7
/proc/23473/task/23488/stat : 23488 (java) S 23471 23473 19566 0 -1 4202560 2506 0 0 0 23 0 0 0 15 0 19 0 902580437 10796707840 16668 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 274676624281 0 4 0 16800975 18446604468883351424 0 0 -1 3 0 0 0
[pid=23473/tid=23489] ppid=23471 vsize=10543660 CPUtime=0.15 cores=1,3,5,7
/proc/23473/task/23489/stat : 23489 (java) S 23471 23473 19566 0 -1 4202560 1859 0 0 0 15 0 0 0 15 0 19 0 902580437 10796707840 16668 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 274676624281 0 4 0 16800975 18446604468883351424 0 0 -1 5 0 0 0
[pid=23473/tid=23490] ppid=23471 vsize=10543660 CPUtime=0 cores=1,3,5,7
/proc/23473/task/23490/stat : 23490 (java) S 23471 23473 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902580437 10796707840 16668 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 274676624281 0 4 0 16800975 18446604468883351424 0 0 -1 1 0 0 0
[pid=23473/tid=23491] ppid=23471 vsize=10543660 CPUtime=0 cores=1,3,5,7
/proc/23473/task/23491/stat : 23491 (java) S 23471 23473 19566 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 902580437 10796707840 16668 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 274676624896 0 4 0 16800975 18446604468883351424 0 0 -1 5 0 0 0
[pid=23473/tid=23492] ppid=23471 vsize=10543660 CPUtime=0 cores=1,3,5,7
/proc/23473/task/23492/stat : 23492 (java) S 23471 23473 19566 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902580448 10796707840 16668 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 274676624896 0 4 0 16800975 18446604468883351424 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 38.82
Current children cumulated vsize (KiB) 10543660

[startup+38.7015 s]
/proc/loadavg: 2.01 2.03 1.96 3/212 23551
/proc/meminfo: memFree=11980400/32951132 swapFree=67054624/67111528
[pid=23473] ppid=23471 vsize=10546604 CPUtime=39.55 cores=1,3,5,7
/proc/23473/stat : 23473 (java) S 23471 23473 19566 0 -1 4202496 26966 0 1 0 3949 6 0 0 25 0 19 0 902580431 10799722496 21659 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/23473/statm: 2636651 21659 2251 9 0 2627385 0
[pid=23473/tid=23474] ppid=23471 vsize=10546604 CPUtime=36.98 cores=1,3,5,7
/proc/23473/task/23474/stat : 23474 (java) S 23471 23473 19566 0 -1 4202560 12081 0 1 0 3697 1 0 0 18 0 19 0 902580432 10799722496 21659 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 274676624281 0 4 0 16800975 18446604468883351424 0 0 -1 1 0 0 0
[pid=23473/tid=23476] ppid=23471 vsize=10546604 CPUtime=0.03 cores=1,3,5,7
/proc/23473/task/23476/stat : 23476 (java) S 23471 23473 19566 0 -1 4202560 162 0 0 0 3 0 0 0 16 0 19 0 902580433 10799722496 21659 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 274676624281 0 4 0 16800975 18446604468883351424 0 0 -1 3 0 0 0
[pid=23473/tid=23477] ppid=23471 vsize=10546604 CPUtime=0.03 cores=1,3,5,7
/proc/23473/task/23477/stat : 23477 (java) S 23471 23473 19566 0 -1 4202560 9 0 0 0 3 0 0 0 15 0 19 0 902580433 10799722496 21659 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 274676624281 0 4 0 16800975 18446604468883351424 0 0 -1 7 0 0 0
[pid=23473/tid=23478] ppid=23471 vsize=10546604 CPUtime=0.02 cores=1,3,5,7
/proc/23473/task/23478/stat : 23478 (java) S 23471 23473 19566 0 -1 4202560 46 0 0 0 2 0 0 0 15 0 19 0 902580433 10799722496 21659 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 274676624281 0 4 0 16800975 18446604468883351424 0 0 -1 7 0 0 0
[pid=23473/tid=23479] ppid=23471 vsize=10546604 CPUtime=0.02 cores=1,3,5,7
/proc/23473/task/23479/stat : 23479 (java) S 23471 23473 19566 0 -1 4202560 33 0 0 0 2 0 0 0 16 0 19 0 902580433 10799722496 21659 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 274676624281 0 4 0 16800975 18446604468883351424 0 0 -1 3 0 0 0
[pid=23473/tid=23480] ppid=23471 vsize=10546604 CPUtime=0.02 cores=1,3,5,7
/proc/23473/task/23480/stat : 23480 (java) S 23471 23473 19566 0 -1 4202560 7 0 0 0 2 0 0 0 15 0 19 0 902580433 10799722496 21659 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 274676624281 0 4 0 16800975 18446604468883351424 0 0 -1 7 0 0 0
[pid=23473/tid=23481] ppid=23471 vsize=10546604 CPUtime=0.04 cores=1,3,5,7
/proc/23473/task/23481/stat : 23481 (java) S 23471 23473 19566 0 -1 4202560 25 0 0 0 4 0 0 0 15 0 19 0 902580433 10799722496 21659 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 274676624281 0 4 0 16800975 18446604468883351424 0 0 -1 7 0 0 0
[pid=23473/tid=23482] ppid=23471 vsize=10546604 CPUtime=0.03 cores=1,3,5,7
/proc/23473/task/23482/stat : 23482 (java) S 23471 23473 19566 0 -1 4202560 150 0 0 0 3 0 0 0 15 0 19 0 902580433 10799722496 21659 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 274676624281 0 4 0 16800975 18446604468883351424 0 0 -1 7 0 0 0
[pid=23473/tid=23483] ppid=23471 vsize=10546604 CPUtime=0.03 cores=1,3,5,7
/proc/23473/task/23483/stat : 23483 (java) R 23471 23473 19566 0 -1 4202560 192 0 0 0 3 0 0 0 16 0 19 0 902580433 10799722496 21659 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 274676624281 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=23473/tid=23484] ppid=23471 vsize=10546604 CPUtime=1.55 cores=1,3,5,7
/proc/23473/task/23484/stat : 23484 (java) R 23471 23473 19566 0 -1 4202560 930 0 0 0 154 1 0 0 15 0 19 0 902580434 10799722496 21659 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 47587419296171 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=23473/tid=23485] ppid=23471 vsize=10546604 CPUtime=0 cores=1,3,5,7
/proc/23473/task/23485/stat : 23485 (java) S 23471 23473 19566 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 902580435 10799722496 21659 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 274676624281 0 4 0 16800975 18446604468883351424 0 0 -1 7 0 0 0
[pid=23473/tid=23486] ppid=23471 vsize=10546604 CPUtime=0 cores=1,3,5,7
/proc/23473/task/23486/stat : 23486 (java) S 23471 23473 19566 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 902580435 10799722496 21659 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 274676624281 0 4 0 16800975 18446604468883351424 0 0 -1 7 0 0 0
[pid=23473/tid=23487] ppid=23471 vsize=10546604 CPUtime=0 cores=1,3,5,7
/proc/23473/task/23487/stat : 23487 (java) S 23471 23473 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902580437 10799722496 21659 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 274676631985 0 4 0 16800975 18446604468883351424 0 0 -1 1 0 0 0
[pid=23473/tid=23488] ppid=23471 vsize=10546604 CPUtime=0.51 cores=1,3,5,7
/proc/23473/task/23488/stat : 23488 (java) S 23471 23473 19566 0 -1 4202560 9641 0 0 0 50 1 0 0 16 0 19 0 902580437 10799722496 21659 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 274676624281 0 4 0 16800975 18446604468883351424 0 0 -1 3 0 0 0
[pid=23473/tid=23489] ppid=23471 vsize=10546604 CPUtime=0.2 cores=1,3,5,7
/proc/23473/task/23489/stat : 23489 (java) R 23471 23473 19566 0 -1 4202560 2538 0 0 0 20 0 0 0 15 0 19 0 902580437 10799722496 21659 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 47587419133125 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=23473/tid=23490] ppid=23471 vsize=10546604 CPUtime=0 cores=1,3,5,7
/proc/23473/task/23490/stat : 23490 (java) S 23471 23473 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902580437 10799722496 21659 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 274676624281 0 4 0 16800975 18446604468883351424 0 0 -1 1 0 0 0
[pid=23473/tid=23491] ppid=23471 vsize=10546604 CPUtime=0 cores=1,3,5,7
/proc/23473/task/23491/stat : 23491 (java) S 23471 23473 19566 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 902580437 10799722496 21659 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 274676624896 0 4 0 16800975 18446604468883351424 0 0 -1 7 0 0 0
[pid=23473/tid=23492] ppid=23471 vsize=10546604 CPUtime=0 cores=1,3,5,7
/proc/23473/task/23492/stat : 23492 (java) S 23471 23473 19566 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902580448 10799722496 21659 33554432000 1073741824 1073778376 140734406168784 18446744073709551615 274676624896 0 4 0 16800975 18446604468883351424 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 39.55
Current children cumulated vsize (KiB) 10546604

Child status: 30
Real time (s): 38.7604
CPU time (s): 39.645
CPU user time (s): 39.578
CPU system time (s): 0.066989
CPU usage (%): 102.282
Max. virtual memory (cumulated for all children) (KiB): 10546604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39.578
system time used= 0.066989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28108
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= 4564
involuntary context switches= 2092

runsolver used 0.074988 second user time and 0.145977 second system time

The end

Launcher Data

Begin job on node131 at 2011-06-12 22:16:48
IDJOB=3492411
IDBENCH=78802
IDSOLVER=1982
FILE ID=node131/3492411-1307909808
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.1111226368--soft-66-100-0.wbo
COMMAND LINE= java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3492411-1307909808/watcher-3492411-1307909808 -o /tmp/evaluation-result-3492411-1307909808/solver-3492411-1307909808 -C 1800 -W 1900 -M 15500  java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492411-1307909808.wbo

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

MD5SUM BENCH= cd14c84645c681c9a9ce76500d94ff11
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:      12043012 kB
Buffers:        333220 kB
Cached:       19808896 kB
SwapCached:       9816 kB
Active:       15661252 kB
Inactive:      4561896 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      12043012 kB
SwapTotal:    67111528 kB
SwapFree:     67054624 kB
Dirty:             916 kB
Writeback:           0 kB
AnonPages:       79008 kB
Mapped:          21480 kB
Slab:           622008 kB
PageTables:       4956 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 10547040 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:17:27