Trace number 3492431

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 45.767 44.8368

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111218757--soft-66-100-0.wbo
MD5SUM8ae5062c7652fddde3927693898a40dc
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark80
Best CPU time to get the best result obtained on this benchmark1.08583
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 constraints28
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 1415
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 1414
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1266
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.01/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.01/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.08	c See www.sat4j.org for details.
0.01/0.09	c version 2.3.1.v20110525
0.01/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.09	c java.vm.version	19.1-b02
0.01/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.09	c sun.arch.data.model	64
0.01/0.09	c java.version		1.6.0_24
0.01/0.09	c os.name		Linux
0.01/0.09	c os.version		2.6.18-164.el5
0.01/0.09	c os.arch		amd64
0.01/0.09	c Free memory 		9996466904
0.01/0.09	c Max memory 		10048897024
0.01/0.09	c Total memory 		10048897024
0.01/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@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-3492431-1307909840.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     197
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 => 28
0.10/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 50
0.10/0.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
0.10/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 21
0.66/0.45	c cleaning 2496 clauses out of 5001 with flag 5001/5001
0.90/0.66	c cleaning 4249 clauses out of 8504 with flag 11000/11000
1.23/0.92	c cleaning 5622 clauses out of 11256 with flag 18001/18001
1.54/1.20	c cleaning 6814 clauses out of 13634 with flag 26001/26001
1.85/1.53	c cleaning 7908 clauses out of 15819 with flag 35000/35000
2.26/1.90	c cleaning 8952 clauses out of 17912 with flag 45001/45001
2.57/2.27	c cleaning 9475 clauses out of 18961 with flag 55002/55002
2.96/2.60	c SATISFIABLE
2.96/2.60	c OPTIMIZING...
2.96/2.60	c Got one! Elapsed wall clock time (in seconds):2.497
2.96/2.60	o 359
3.16/2.86	c cleaning 12164 clauses out of 24334 with flag 5001/69850
3.36/3.08	c cleaning 9078 clauses out of 18169 with flag 11000/75849
3.67/3.30	c cleaning 8045 clauses out of 16094 with flag 18003/82852
3.76/3.42	c Got one! Elapsed wall clock time (in seconds):3.314
3.76/3.42	o 157
3.76/3.49	c cleaning 6930 clauses out of 13874 with flag 2002/88677
4.07/3.71	c cleaning 6464 clauses out of 12942 with flag 8000/94675
4.27/3.93	c cleaning 6733 clauses out of 13478 with flag 15000/101675
4.47/4.19	c cleaning 7370 clauses out of 14748 with flag 23003/109678
4.77/4.48	c cleaning 8181 clauses out of 16375 with flag 32000/118675
5.17/4.87	c cleaning 9094 clauses out of 18195 with flag 42001/128676
5.57/5.21	c cleaning 9547 clauses out of 19100 with flag 52000/138675
5.88/5.54	c cleaning 9775 clauses out of 19554 with flag 62001/148676
6.17/5.90	c cleaning 9886 clauses out of 19779 with flag 72001/158676
6.58/6.23	c cleaning 9942 clauses out of 19894 with flag 82002/168677
6.88/6.57	c cleaning 9975 clauses out of 19950 with flag 92000/178675
7.27/6.97	c cleaning 9984 clauses out of 19976 with flag 102001/188676
7.67/7.31	c cleaning 9989 clauses out of 19991 with flag 112000/198675
7.98/7.67	c cleaning 9997 clauses out of 20005 with flag 122003/208678
8.37/8.03	c cleaning 10000 clauses out of 20006 with flag 132001/218676
8.68/8.37	c cleaning 9998 clauses out of 20005 with flag 142000/228675
9.08/8.72	c cleaning 10003 clauses out of 20009 with flag 152002/238677
9.38/9.08	c cleaning 9997 clauses out of 20005 with flag 162001/248676
9.78/9.43	c cleaning 10001 clauses out of 20010 with flag 172003/258678
10.08/9.78	c cleaning 10001 clauses out of 20006 with flag 182000/268675
10.48/10.14	c cleaning 9996 clauses out of 20005 with flag 192000/278675
10.69/10.33	c Got one! Elapsed wall clock time (in seconds):10.23
10.69/10.33	o 117
10.89/10.55	c cleaning 10614 clauses out of 21235 with flag 5000/289901
11.09/10.76	c cleaning 8307 clauses out of 16622 with flag 11001/295902
11.30/11.00	c cleaning 7648 clauses out of 15314 with flag 18000/302901
11.59/11.26	c cleaning 7830 clauses out of 15667 with flag 26001/310902
11.89/11.57	c cleaning 8416 clauses out of 16837 with flag 35001/319902
12.29/11.91	c cleaning 9204 clauses out of 18420 with flag 45000/329901
12.59/12.27	c cleaning 9605 clauses out of 19218 with flag 55002/339903
12.99/12.62	c cleaning 9799 clauses out of 19611 with flag 65000/349901
13.29/12.98	c cleaning 9902 clauses out of 19814 with flag 75002/359903
13.70/13.34	c cleaning 9951 clauses out of 19910 with flag 85000/369901
14.01/13.69	c cleaning 9975 clauses out of 19959 with flag 95000/379901
14.41/14.05	c cleaning 9988 clauses out of 19985 with flag 105001/389902
14.81/14.43	c cleaning 9993 clauses out of 19996 with flag 115000/399901
15.21/14.81	c cleaning 9997 clauses out of 20003 with flag 125000/409901
15.61/15.21	c cleaning 9999 clauses out of 20006 with flag 135000/419901
15.92/15.59	c cleaning 10000 clauses out of 20009 with flag 145002/429903
16.32/15.94	c cleaning 9999 clauses out of 20007 with flag 155000/439901
16.72/16.31	c cleaning 10003 clauses out of 20009 with flag 165001/449902
17.02/16.67	c cleaning 9998 clauses out of 20005 with flag 175000/459901
17.42/17.03	c cleaning 10001 clauses out of 20007 with flag 185000/469901
17.72/17.38	c cleaning 10002 clauses out of 20008 with flag 195002/479903
18.12/17.76	c cleaning 10000 clauses out of 20005 with flag 205001/489902
18.52/18.12	c cleaning 9999 clauses out of 20005 with flag 215001/499902
18.82/18.47	c cleaning 9998 clauses out of 20007 with flag 225002/509903
19.22/18.84	c cleaning 9997 clauses out of 20009 with flag 235002/519903
19.52/19.18	c cleaning 10001 clauses out of 20011 with flag 245001/529902
19.92/19.50	c cleaning 10000 clauses out of 20010 with flag 255001/539902
20.23/19.84	c cleaning 9998 clauses out of 20009 with flag 265000/549901
20.52/20.17	c cleaning 10003 clauses out of 20013 with flag 275002/559903
20.93/20.50	c cleaning 9999 clauses out of 20008 with flag 285000/569901
21.23/20.81	c cleaning 10000 clauses out of 20009 with flag 295000/579901
21.53/21.15	c cleaning 9999 clauses out of 20009 with flag 305000/589901
21.93/21.50	c cleaning 10000 clauses out of 20012 with flag 315002/599903
22.23/21.87	c cleaning 10002 clauses out of 20010 with flag 325000/609901
22.65/22.23	c cleaning 10000 clauses out of 20008 with flag 335000/619901
22.94/22.58	c cleaning 9999 clauses out of 20008 with flag 345000/629901
23.34/22.93	c cleaning 10002 clauses out of 20009 with flag 355000/639901
23.64/23.27	c cleaning 10001 clauses out of 20007 with flag 365000/649901
24.05/23.62	c cleaning 9999 clauses out of 20006 with flag 375000/659901
24.35/23.96	c cleaning 9997 clauses out of 20007 with flag 385000/669901
24.75/24.31	c cleaning 9996 clauses out of 20010 with flag 395000/679901
25.05/24.67	c cleaning 10004 clauses out of 20015 with flag 405001/689902
25.45/25.01	c cleaning 10002 clauses out of 20010 with flag 415000/699901
25.76/25.36	c cleaning 9998 clauses out of 20011 with flag 425003/709904
26.05/25.69	c cleaning 10000 clauses out of 20011 with flag 435001/719902
26.45/26.02	c cleaning 10000 clauses out of 20012 with flag 445002/729903
26.75/26.38	c cleaning 10002 clauses out of 20010 with flag 455000/739901
27.15/26.72	c cleaning 9999 clauses out of 20009 with flag 465001/749902
27.45/27.07	c cleaning 10001 clauses out of 20009 with flag 475000/759901
27.86/27.42	c cleaning 9999 clauses out of 20008 with flag 485000/769901
28.15/27.78	c cleaning 9999 clauses out of 20009 with flag 495000/779901
28.55/28.14	c cleaning 10000 clauses out of 20010 with flag 505000/789901
28.85/28.48	c cleaning 9998 clauses out of 20010 with flag 515000/799901
29.06/28.63	c Got one! Elapsed wall clock time (in seconds):28.523
29.06/28.63	o 90
29.06/28.67	c cleaning 7707 clauses out of 15419 with flag 1000/805308
29.26/28.87	c cleaning 6851 clauses out of 13712 with flag 7000/811308
29.56/29.11	c cleaning 6920 clauses out of 13861 with flag 14000/818308
29.75/29.38	c cleaning 7467 clauses out of 14943 with flag 22002/826310
30.16/29.70	c cleaning 8230 clauses out of 16474 with flag 31000/835308
30.46/30.05	c cleaning 9118 clauses out of 18244 with flag 41000/845308
30.86/30.42	c cleaning 9562 clauses out of 19130 with flag 51004/855312
31.26/30.82	c cleaning 9777 clauses out of 19564 with flag 61000/865308
31.56/31.17	c cleaning 9888 clauses out of 19787 with flag 71000/875308
31.96/31.57	c cleaning 9945 clauses out of 19899 with flag 81000/885308
32.37/31.94	c cleaning 9973 clauses out of 19954 with flag 91000/895308
32.76/32.30	c cleaning 9986 clauses out of 19981 with flag 101000/905308
33.06/32.68	c cleaning 9993 clauses out of 19995 with flag 111000/915308
33.48/33.04	c cleaning 9998 clauses out of 20005 with flag 121003/925311
33.78/33.39	c cleaning 9997 clauses out of 20005 with flag 131001/935309
34.18/33.76	c cleaning 9997 clauses out of 20008 with flag 141001/945309
34.58/34.12	c cleaning 10001 clauses out of 20010 with flag 151000/955308
34.88/34.49	c cleaning 10000 clauses out of 20013 with flag 161004/965312
35.28/34.86	c cleaning 9998 clauses out of 20010 with flag 171001/975309
35.69/35.21	c cleaning 9999 clauses out of 20011 with flag 181000/985308
35.98/35.57	c cleaning 10004 clauses out of 20015 with flag 191003/995311
36.38/35.91	c cleaning 9999 clauses out of 20009 with flag 201001/1005309
36.69/36.26	c cleaning 9997 clauses out of 20010 with flag 211001/1015309
37.08/36.61	c cleaning 10005 clauses out of 20014 with flag 221002/1025310
37.39/36.97	c cleaning 9999 clauses out of 20007 with flag 231000/1035308
37.79/37.32	c cleaning 10000 clauses out of 20010 with flag 241002/1045310
38.09/37.66	c cleaning 9998 clauses out of 20010 with flag 251002/1055310
38.49/38.01	c cleaning 10000 clauses out of 20010 with flag 261000/1065308
38.79/38.36	c cleaning 10001 clauses out of 20011 with flag 271001/1075309
39.19/38.71	c cleaning 10000 clauses out of 20012 with flag 281003/1085311
39.49/39.07	c cleaning 9994 clauses out of 20010 with flag 291001/1095309
39.89/39.45	c cleaning 10003 clauses out of 20015 with flag 301000/1105308
40.29/39.82	c cleaning 10002 clauses out of 20013 with flag 311001/1115309
40.59/40.17	c cleaning 10002 clauses out of 20010 with flag 321000/1125308
40.99/40.51	c cleaning 9999 clauses out of 20008 with flag 331000/1135308
41.29/40.86	c cleaning 9999 clauses out of 20009 with flag 341000/1145308
41.69/41.20	c cleaning 9998 clauses out of 20010 with flag 351000/1155308
42.00/41.59	c cleaning 10004 clauses out of 20013 with flag 361001/1165309
42.40/41.96	c cleaning 10000 clauses out of 20009 with flag 371001/1175309
42.80/42.32	c cleaning 10001 clauses out of 20008 with flag 381000/1185308
43.10/42.68	c cleaning 10000 clauses out of 20007 with flag 391000/1195308
43.50/43.03	c cleaning 10000 clauses out of 20008 with flag 401001/1205309
43.90/43.40	c cleaning 9998 clauses out of 20007 with flag 411000/1215308
44.20/43.78	c cleaning 10004 clauses out of 20010 with flag 421001/1225309
44.60/44.19	c cleaning 9998 clauses out of 20007 with flag 431002/1235310
45.42/44.61	c cleaning 10002 clauses out of 20009 with flag 441002/1245310
45.61/44.70	c Got one! Elapsed wall clock time (in seconds):44.594
45.61/44.70	o 80
45.61/44.71	c starts		: 194
45.61/44.71	c conflicts		: 1247756
45.61/44.71	c decisions		: 1964597
45.61/44.71	c propagations		: 28388907
45.61/44.71	c inspects		: 287993636
45.61/44.71	c shortcuts		: 0
45.61/44.71	c learnt literals	: 1
45.61/44.71	c learnt binary clauses	: 9
45.61/44.71	c learnt ternary clauses	: 398
45.61/44.71	c learnt constraints	: 1247755
45.61/44.71	c ignored constraints	: 0
45.61/44.71	c root simplifications	: 0
45.61/44.71	c removed literals (reason simplification)	: 10431131
45.61/44.71	c reason swapping (by a shorter reason)	: 0
45.61/44.71	c Calls to reduceDB	: 130
45.61/44.71	c number of reductions to clauses (during analyze)	: 0
45.61/44.71	c number of learned constraints concerned by reduction	: 0
45.61/44.71	c number of learning phase by resolution	: 0
45.61/44.71	c number of learning phase by cutting planes	: 0
45.61/44.71	c speed (assignments/second)	: 3.154323E9
45.61/44.71	c non guided choices	278
45.61/44.71	c learnt constraints type 
45.61/44.71	c constraints type 
45.61/44.71	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 28
45.61/44.71	c org.sat4j.minisat.constraints.card.MinWatchCard => 50
45.61/44.71	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
45.61/44.71	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 21
45.61/44.71	s OPTIMUM FOUND
45.61/44.71	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 
45.61/44.71	c objective function=80
45.61/44.71	c Total wall clock time (in seconds): 44.605

Verifier Data

OK	80

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3492431-1307909840/watcher-3492431-1307909840 -o /var/tmp/evaluation-result-3492431-1307909840/solver-3492431-1307909840 -C 1800 -W 1900 -M 15500 java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492431-1307909840.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.29 2.08 1.97 3/195 15595
/proc/meminfo: memFree=3203696/32950928 swapFree=67056212/67111528
[pid=15595] ppid=15593 vsize=26140 CPUtime=0 cores=1,3,5,7
/proc/15595/stat : 15595 (java) S 15593 15595 11872 0 -1 4202496 1149 0 0 0 0 0 0 0 25 0 2 0 981214689 26767360 884 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 256427194341 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/15595/statm: 6535 888 673 9 0 381 0
[pid=15595/tid=15596] ppid=15593 vsize=26088 CPUtime=0 cores=1,3,5,7
/proc/15595/task/15596/stat : 15596 (java) R 15593 15595 11872 0 -1 4202560 51 0 0 0 0 0 0 0 25 0 2 0 981214689 26714112 894 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 256415387653 0 0 4096 0 0 0 0 -1 1 0 0 0

[startup+0.027211 s]
/proc/loadavg: 2.29 2.08 1.97 3/195 15595
/proc/meminfo: memFree=3203696/32950928 swapFree=67056212/67111528
[pid=15595] ppid=15593 vsize=10455012 CPUtime=0.01 cores=1,3,5,7
/proc/15595/stat : 15595 (java) S 15593 15595 11872 0 -1 4202496 10677 0 1 0 0 1 0 0 25 0 10 0 981214689 10705932288 10374 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 256427194341 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/15595/statm: 2613753 10376 1512 9 0 2604501 0
[pid=15595/tid=15596] ppid=15593 vsize=10455012 CPUtime=0.01 cores=1,3,5,7
/proc/15595/task/15596/stat : 15596 (java) R 15593 15595 11872 0 -1 4202560 9556 0 1 0 0 1 0 0 25 0 10 0 981214689 10705932288 10377 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 47934739876926 0 4 0 16784584 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 10455012

[startup+0.101205 s]
/proc/loadavg: 2.29 2.08 1.97 3/195 15595
/proc/meminfo: memFree=3203696/32950928 swapFree=67056212/67111528
[pid=15595] ppid=15593 vsize=10540332 CPUtime=0.1 cores=1,3,5,7
/proc/15595/stat : 15595 (java) S 15593 15595 11872 0 -1 4202496 13131 0 1 0 8 2 0 0 25 0 18 0 981214689 10793299968 12821 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15595/statm: 2635083 12821 2093 9 0 2625817 0
[pid=15595/tid=15596] ppid=15593 vsize=10540332 CPUtime=0.08 cores=1,3,5,7
/proc/15595/task/15596/stat : 15596 (java) R 15593 15595 11872 0 -1 4202560 11194 0 1 0 6 2 0 0 25 0 18 0 981214689 10793299968 12821 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 256427218379 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) 10540332

[startup+0.301167 s]
/proc/loadavg: 2.29 2.08 1.97 3/195 15595
/proc/meminfo: memFree=3203696/32950928 swapFree=67056212/67111528
[pid=15595] ppid=15593 vsize=10544256 CPUtime=0.53 cores=1,3,5,7
/proc/15595/stat : 15595 (java) S 15593 15595 11872 0 -1 4202496 15882 0 1 0 51 2 0 0 25 0 19 0 981214689 10797318144 14920 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15595/statm: 2636064 14920 2215 9 0 2626798 0
[pid=15595/tid=15596] ppid=15593 vsize=10544256 CPUtime=0.28 cores=1,3,5,7
/proc/15595/task/15596/stat : 15596 (java) R 15593 15595 11872 0 -1 4202560 11770 0 1 0 26 2 0 0 18 0 19 0 981214689 10797318144 14920 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 46912505530860 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) 10544256

[startup+0.701076 s]
/proc/loadavg: 2.29 2.08 1.97 3/195 15595
/proc/meminfo: memFree=3203696/32950928 swapFree=67056212/67111528
[pid=15595] ppid=15593 vsize=10543792 CPUtime=1.02 cores=1,3,5,7
/proc/15595/stat : 15595 (java) S 15593 15595 11872 0 -1 4202496 16944 0 1 0 100 2 0 0 25 0 19 0 981214689 10796843008 15793 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15595/statm: 2635948 15793 2247 9 0 2626682 0
[pid=15595/tid=15596] ppid=15593 vsize=10543792 CPUtime=0.66 cores=1,3,5,7
/proc/15595/task/15596/stat : 15596 (java) R 15593 15595 11872 0 -1 4202560 11959 0 1 0 64 2 0 0 18 0 19 0 981214689 10796843008 15793 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 46912505522680 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 10543792

[startup+1.50092 s]
/proc/loadavg: 2.29 2.08 1.97 3/214 15614
/proc/meminfo: memFree=3149000/32950928 swapFree=67056212/67111528
[pid=15595] ppid=15593 vsize=10543792 CPUtime=1.85 cores=1,3,5,7
/proc/15595/stat : 15595 (java) S 15593 15595 11872 0 -1 4202496 17282 0 1 0 183 2 0 0 25 0 19 0 981214689 10796843008 16051 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15595/statm: 2635948 16051 2248 9 0 2626682 0
[pid=15595/tid=15596] ppid=15593 vsize=10543792 CPUtime=1.43 cores=1,3,5,7
/proc/15595/task/15596/stat : 15596 (java) R 15593 15595 11872 0 -1 4202560 11959 0 1 0 141 2 0 0 18 0 19 0 981214689 10796843008 16051 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 46912505565644 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15595/tid=15598] ppid=15593 vsize=10543792 CPUtime=0 cores=1,3,5,7
/proc/15595/task/15598/stat : 15598 (java) S 15593 15595 11872 0 -1 4202560 169 0 0 0 0 0 0 0 15 0 19 0 981214691 10796843008 16051 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 256427207577 0 4 0 16800975 18446604467425905536 0 0 -1 1 0 0 0
[pid=15595/tid=15599] ppid=15593 vsize=10543792 CPUtime=0 cores=1,3,5,7
/proc/15595/task/15599/stat : 15599 (java) S 15593 15595 11872 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 19 0 981214691 10796843008 16051 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 256427207577 0 4 0 16800975 18446604467425905536 0 0 -1 7 0 0 0
[pid=15595/tid=15600] ppid=15593 vsize=10543792 CPUtime=0 cores=1,3,5,7
/proc/15595/task/15600/stat : 15600 (java) S 15593 15595 11872 0 -1 4202560 26 0 0 0 0 0 0 0 15 0 19 0 981214691 10796843008 16051 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 256427207577 0 4 0 16800975 18446604467425905536 0 0 -1 7 0 0 0
[pid=15595/tid=15601] ppid=15593 vsize=10543792 CPUtime=0 cores=1,3,5,7
/proc/15595/task/15601/stat : 15601 (java) S 15593 15595 11872 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981214691 10796843008 16051 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 256427207577 0 4 0 16800975 18446604467425905536 0 0 -1 5 0 0 0
[pid=15595/tid=15602] ppid=15593 vsize=10543792 CPUtime=0 cores=1,3,5,7
/proc/15595/task/15602/stat : 15602 (java) S 15593 15595 11872 0 -1 4202560 28 0 0 0 0 0 0 0 15 0 19 0 981214691 10796843008 16051 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 256427207577 0 4 0 16800975 18446604467425905536 0 0 -1 1 0 0 0
[pid=15595/tid=15603] ppid=15593 vsize=10543792 CPUtime=0 cores=1,3,5,7
/proc/15595/task/15603/stat : 15603 (java) S 15593 15595 11872 0 -1 4202560 59 0 0 0 0 0 0 0 15 0 19 0 981214691 10796843008 16051 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 256427207577 0 4 0 16800975 18446604467425905536 0 0 -1 5 0 0 0
[pid=15595/tid=15604] ppid=15593 vsize=10543792 CPUtime=0 cores=1,3,5,7
/proc/15595/task/15604/stat : 15604 (java) S 15593 15595 11872 0 -1 4202560 149 0 0 0 0 0 0 0 15 0 19 0 981214691 10796843008 16051 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 256427207577 0 4 0 16800975 18446604467425905536 0 0 -1 7 0 0 0
[pid=15595/tid=15605] ppid=15593 vsize=10543792 CPUtime=0 cores=1,3,5,7
/proc/15595/task/15605/stat : 15605 (java) S 15593 15595 11872 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 19 0 981214691 10796843008 16051 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 256427207577 0 4 0 16800975 18446604467425905536 0 0 -1 7 0 0 0
[pid=15595/tid=15606] ppid=15593 vsize=10543792 CPUtime=0.04 cores=1,3,5,7
/proc/15595/task/15606/stat : 15606 (java) S 15593 15595 11872 0 -1 4202560 404 0 0 0 4 0 0 0 15 0 19 0 981214692 10796843008 16051 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 256427208192 0 0 0 16800975 18446604467425905536 0 0 -1 1 0 0 0
[pid=15595/tid=15607] ppid=15593 vsize=10543792 CPUtime=0 cores=1,3,5,7
/proc/15595/task/15607/stat : 15607 (java) S 15593 15595 11872 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 981214693 10796843008 16051 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 256427207577 0 4 0 16800975 18446604467425905536 0 0 -1 5 0 0 0
[pid=15595/tid=15608] ppid=15593 vsize=10543792 CPUtime=0 cores=1,3,5,7
/proc/15595/task/15608/stat : 15608 (java) S 15593 15595 11872 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 981214693 10796843008 16051 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 256427207577 0 4 0 16800975 18446604467425905536 0 0 -1 5 0 0 0
[pid=15595/tid=15609] ppid=15593 vsize=10543792 CPUtime=0 cores=1,3,5,7
/proc/15595/task/15609/stat : 15609 (java) S 15593 15595 11872 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981214695 10796843008 16051 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 256427215281 0 4 0 16800975 18446604467425905536 0 0 -1 1 0 0 0
[pid=15595/tid=15610] ppid=15593 vsize=10543792 CPUtime=0.2 cores=1,3,5,7
/proc/15595/task/15610/stat : 15610 (java) S 15593 15595 11872 0 -1 4202560 1224 0 0 0 20 0 0 0 17 0 19 0 981214695 10796843008 16051 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 256427207577 0 4 0 16800975 18446604467425905536 0 0 -1 3 0 0 0
[pid=15595/tid=15611] ppid=15593 vsize=10543792 CPUtime=0.15 cores=1,3,5,7
/proc/15595/task/15611/stat : 15611 (java) S 15593 15595 11872 0 -1 4202560 1940 0 0 0 15 0 0 0 15 0 19 0 981214695 10796843008 16051 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 256427207577 0 4 0 16800975 18446604467425905536 0 0 -1 5 0 0 0
[pid=15595/tid=15612] ppid=15593 vsize=10543792 CPUtime=0 cores=1,3,5,7
/proc/15595/task/15612/stat : 15612 (java) S 15593 15595 11872 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981214695 10796843008 16051 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 256427207577 0 4 0 16800975 18446604467425905536 0 0 -1 1 0 0 0
[pid=15595/tid=15613] ppid=15593 vsize=10543792 CPUtime=0 cores=1,3,5,7
/proc/15595/task/15613/stat : 15613 (java) S 15593 15595 11872 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981214695 10796843008 16051 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 256427208192 0 4 0 16800975 18446604467425905536 0 0 -1 7 0 0 0
[pid=15595/tid=15614] ppid=15593 vsize=10543792 CPUtime=0 cores=1,3,5,7
/proc/15595/task/15614/stat : 15614 (java) S 15593 15595 11872 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 981214706 10796843008 16051 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 256427208192 0 4 0 16800975 18446604467425905536 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.85
Current children cumulated vsize (KiB) 10543792

[startup+3.10062 s]
/proc/loadavg: 2.29 2.08 1.97 3/214 15614
/proc/meminfo: memFree=3146768/32950928 swapFree=67056212/67111528
[pid=15595] ppid=15593 vsize=10543792 CPUtime=3.46 cores=1,3,5,7
/proc/15595/stat : 15595 (java) S 15593 15595 11872 0 -1 4202496 17650 0 1 0 343 3 0 0 25 0 19 0 981214689 10796843008 16414 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15595/statm: 2635948 16414 2248 9 0 2626682 0
[pid=15595/tid=15596] ppid=15593 vsize=10543792 CPUtime=2.96 cores=1,3,5,7
/proc/15595/task/15596/stat : 15596 (java) R 15593 15595 11872 0 -1 4202560 11970 0 1 0 294 2 0 0 21 0 19 0 981214689 10796843008 16414 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 46912505522680 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15595/tid=15598] ppid=15593 vsize=10543792 CPUtime=0 cores=1,3,5,7
/proc/15595/task/15598/stat : 15598 (java) S 15593 15595 11872 0 -1 4202560 173 0 0 0 0 0 0 0 15 0 19 0 981214691 10796843008 16414 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 256427207577 0 4 0 16800975 18446604467425905536 0 0 -1 3 0 0 0
[pid=15595/tid=15599] ppid=15593 vsize=10543792 CPUtime=0 cores=1,3,5,7
/proc/15595/task/15599/stat : 15599 (java) S 15593 15595 11872 0 -1 4202560 109 0 0 0 0 0 0 0 16 0 19 0 981214691 10796843008 16414 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 256427207577 0 4 0 16800975 18446604467425905536 0 0 -1 5 0 0 0
[pid=15595/tid=15600] ppid=15593 vsize=10543792 CPUtime=0 cores=1,3,5,7
/proc/15595/task/15600/stat : 15600 (java) S 15593 15595 11872 0 -1 4202560 34 0 0 0 0 0 0 0 16 0 19 0 981214691 10796843008 16414 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 256427207577 0 4 0 16800975 18446604467425905536 0 0 -1 7 0 0 0
[pid=15595/tid=15601] ppid=15593 vsize=10543792 CPUtime=0 cores=1,3,5,7
/proc/15595/task/15601/stat : 15601 (java) S 15593 15595 11872 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 981214691 10796843008 16414 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 256427207577 0 4 0 16800975 18446604467425905536 0 0 -1 5 0 0 0
[pid=15595/tid=15602] ppid=15593 vsize=10543792 CPUtime=0 cores=1,3,5,7
/proc/15595/task/15602/stat : 15602 (java) S 15593 15595 11872 0 -1 4202560 36 0 0 0 0 0 0 0 16 0 19 0 981214691 10796843008 16414 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 256427207577 0 4 0 16800975 18446604467425905536 0 0 -1 3 0 0 0
[pid=15595/tid=15603] ppid=15593 vsize=10543792 CPUtime=0 cores=1,3,5,7
/proc/15595/task/15603/stat : 15603 (java) S 15593 15595 11872 0 -1 4202560 122 0 0 0 0 0 0 0 15 0 19 0 981214691 10796843008 16414 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 256427207577 0 4 0 16800975 18446604467425905536 0 0 -1 5 0 0 0
[pid=15595/tid=15604] ppid=15593 vsize=10543792 CPUtime=0 cores=1,3,5,7
/proc/15595/task/15604/stat : 15604 (java) S 15593 15595 11872 0 -1 4202560 153 0 0 0 0 0 0 0 15 0 19 0 981214691 10796843008 16414 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 256427207577 0 4 0 16800975 18446604467425905536 0 0 -1 7 0 0 0
[pid=15595/tid=15605] ppid=15593 vsize=10543792 CPUtime=0 cores=1,3,5,7
/proc/15595/task/15605/stat : 15605 (java) S 15593 15595 11872 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 981214691 10796843008 16414 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 256427207577 0 4 0 16800975 18446604467425905536 0 0 -1 7 0 0 0
[pid=15595/tid=15606] ppid=15593 vsize=10543792 CPUtime=0.1 cores=1,3,5,7
/proc/15595/task/15606/stat : 15606 (java) S 15593 15595 11872 0 -1 4202560 629 0 0 0 10 0 0 0 16 0 19 0 981214692 10796843008 16414 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 256427208192 0 0 0 16800975 18446604467425905536 0 0 -1 1 0 0 0
[pid=15595/tid=15607] ppid=15593 vsize=10543792 CPUtime=0 cores=1,3,5,7
/proc/15595/task/15607/stat : 15607 (java) S 15593 15595 11872 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 981214693 10796843008 16414 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 256427207577 0 4 0 16800975 18446604467425905536 0 0 -1 5 0 0 0
[pid=15595/tid=15608] ppid=15593 vsize=10543792 CPUtime=0 cores=1,3,5,7
/proc/15595/task/15608/stat : 15608 (java) S 15593 15595 11872 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 981214693 10796843008 16414 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 256427207577 0 4 0 16800975 18446604467425905536 0 0 -1 5 0 0 0
[pid=15595/tid=15609] ppid=15593 vsize=10543792 CPUtime=0 cores=1,3,5,7
/proc/15595/task/15609/stat : 15609 (java) S 15593 15595 11872 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981214695 10796843008 16414 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 256427215281 0 4 0 16800975 18446604467425905536 0 0 -1 1 0 0 0
[pid=15595/tid=15610] ppid=15593 vsize=10543792 CPUtime=0.2 cores=1,3,5,7
/proc/15595/task/15610/stat : 15610 (java) S 15593 15595 11872 0 -1 4202560 1224 0 0 0 20 0 0 0 17 0 19 0 981214695 10796843008 16414 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 256427207577 0 4 0 16800975 18446604467425905536 0 0 -1 3 0 0 0
[pid=15595/tid=15611] ppid=15593 vsize=10543792 CPUtime=0.15 cores=1,3,5,7
/proc/15595/task/15611/stat : 15611 (java) S 15593 15595 11872 0 -1 4202560 1940 0 0 0 15 0 0 0 15 0 19 0 981214695 10796843008 16414 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 256427207577 0 4 0 16800975 18446604467425905536 0 0 -1 5 0 0 0
[pid=15595/tid=15612] ppid=15593 vsize=10543792 CPUtime=0 cores=1,3,5,7
/proc/15595/task/15612/stat : 15612 (java) S 15593 15595 11872 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981214695 10796843008 16414 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 256427207577 0 4 0 16800975 18446604467425905536 0 0 -1 1 0 0 0
[pid=15595/tid=15613] ppid=15593 vsize=10543792 CPUtime=0 cores=1,3,5,7
/proc/15595/task/15613/stat : 15613 (java) S 15593 15595 11872 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981214695 10796843008 16414 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 256427208192 0 4 0 16800975 18446604467425905536 0 0 -1 7 0 0 0
[pid=15595/tid=15614] ppid=15593 vsize=10543792 CPUtime=0 cores=1,3,5,7
/proc/15595/task/15614/stat : 15614 (java) S 15593 15595 11872 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 981214706 10796843008 16414 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 256427208192 0 4 0 16800975 18446604467425905536 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.46
Current children cumulated vsize (KiB) 10543792

[startup+6.30102 s]
/proc/loadavg: 2.27 2.08 1.97 3/214 15614
/proc/meminfo: memFree=3145428/32950928 swapFree=67056212/67111528
[pid=15595] ppid=15593 vsize=10543792 CPUtime=6.67 cores=1,3,5,7
/proc/15595/stat : 15595 (java) S 15593 15595 11872 0 -1 4202496 17708 0 1 0 664 3 0 0 25 0 19 0 981214689 10796843008 16447 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15595/statm: 2635948 16447 2248 9 0 2626682 0
[pid=15595/tid=15596] ppid=15593 vsize=10543792 CPUtime=6.01 cores=1,3,5,7
/proc/15595/task/15596/stat : 15596 (java) R 15593 15595 11872 0 -1 4202560 11982 0 1 0 599 2 0 0 25 0 19 0 981214689 10796843008 16447 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 46912505536462 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=15595/tid=15598] ppid=15593 vsize=10543792 CPUtime=0 cores=1,3,5,7
/proc/15595/task/15598/stat : 15598 (java) S 15593 15595 11872 0 -1 4202560 173 0 0 0 0 0 0 0 15 0 19 0 981214691 10796843008 16447 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 256427207577 0 4 0 16800975 18446604467425905536 0 0 -1 3 0 0 0
[pid=15595/tid=15599] ppid=15593 vsize=10543792 CPUtime=0 cores=1,3,5,7
/proc/15595/task/15599/stat : 15599 (java) S 15593 15595 11872 0 -1 4202560 109 0 0 0 0 0 0 0 15 0 19 0 981214691 10796843008 16447 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 256427207577 0 4 0 16800975 18446604467425905536 0 0 -1 5 0 0 0
[pid=15595/tid=15600] ppid=15593 vsize=10543792 CPUtime=0 cores=1,3,5,7
/proc/15595/task/15600/stat : 15600 (java) S 15593 15595 11872 0 -1 4202560 35 0 0 0 0 0 0 0 16 0 19 0 981214691 10796843008 16447 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 256427207577 0 4 0 16800975 18446604467425905536 0 0 -1 7 0 0 0
[pid=15595/tid=15601] ppid=15593 vsize=10543792 CPUtime=0 cores=1,3,5,7
/proc/15595/task/15601/stat : 15601 (java) S 15593 15595 11872 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 981214691 10796843008 16447 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 256427207577 0 4 0 16800975 18446604467425905536 0 0 -1 5 0 0 0
[pid=15595/tid=15602] ppid=15593 vsize=10543792 CPUtime=0 cores=1,3,5,7
/proc/15595/task/15602/stat : 15602 (java) S 15593 15595 11872 0 -1 4202560 38 0 0 0 0 0 0 0 15 0 19 0 981214691 10796843008 16447 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 256427207577 0 4 0 16800975 18446604467425905536 0 0 -1 3 0 0 0
[pid=15595/tid=15603] ppid=15593 vsize=10543792 CPUtime=0 cores=1,3,5,7
/proc/15595/task/15603/stat : 15603 (java) S 15593 15595 11872 0 -1 4202560 124 0 0 0 0 0 0 0 15 0 19 0 981214691 10796843008 16447 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 256427207577 0 4 0 16800975 18446604467425905536 0 0 -1 7 0 0 0
[pid=15595/tid=15604] ppid=15593 vsize=10543792 CPUtime=0 cores=1,3,5,7
/proc/15595/task/15604/stat : 15604 (java) S 15593 15595 11872 0 -1 4202560 154 0 0 0 0 0 0 0 15 0 19 0 981214691 10796843008 16447 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 256427207577 0 4 0 16800975 18446604467425905536 0 0 -1 5 0 0 0
[pid=15595/tid=15605] ppid=15593 vsize=10543792 CPUtime=0 cores=1,3,5,7
/proc/15595/task/15605/stat : 15605 (java) S 15593 15595 11872 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 19 0 981214691 10796843008 16447 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 256427207577 0 4 0 16800975 18446604467425905536 0 0 -1 3 0 0 0
[pid=15595/tid=15606] ppid=15593 vsize=10543792 CPUtime=0.23 cores=1,3,5,7
/proc/15595/task/15606/stat : 15606 (java) S 15593 15595 11872 0 -1 4202560 668 0 0 0 23 0 0 0 15 0 19 0 981214692 10796843008 16447 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 256427208192 0 0 0 16800975 18446604467425905536 0 0 -1 1 0 0 0
[pid=15595/tid=15607] ppid=15593 vsize=10543792 CPUtime=0 cores=1,3,5,7
/proc/15595/task/15607/stat : 15607 (java) S 15593 15595 11872 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 981214693 10796843008 16447 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 256427207577 0 4 0 16800975 18446604467425905536 0 0 -1 5 0 0 0
[pid=15595/tid=15608] ppid=15593 vsize=10543792 CPUtime=0 cores=1,3,5,7
/proc/15595/task/15608/stat : 15608 (java) S 15593 15595 11872 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 981214693 10796843008 16447 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 256427207577 0 4 0 16800975 18446604467425905536 0 0 -1 5 0 0 0
[pid=15595/tid=15609] ppid=15593 vsize=10543792 CPUtime=0 cores=1,3,5,7
/proc/15595/task/15609/stat : 15609 (java) S 15593 15595 11872 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981214695 10796843008 16447 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 256427215281 0 4 0 16800975 18446604467425905536 0 0 -1 1 0 0 0
[pid=15595/tid=15610] ppid=15593 vsize=10543792 CPUtime=0.2 cores=1,3,5,7
/proc/15595/task/15610/stat : 15610 (java) S 15593 15595 11872 0 -1 4202560 1224 0 0 0 20 0 0 0 15 0 19 0 981214695 10796843008 16447 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 256427207577 0 4 0 16800975 18446604467425905536 0 0 -1 3 0 0 0
[pid=15595/tid=15611] ppid=15593 vsize=10543792 CPUtime=0.15 cores=1,3,5,7
/proc/15595/task/15611/stat : 15611 (java) S 15593 15595 11872 0 -1 4202560 1940 0 0 0 15 0 0 0 15 0 19 0 981214695 10796843008 16447 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 256427207577 0 4 0 16800975 18446604467425905536 0 0 -1 5 0 0 0

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

/proc/15595/task/15596/stat : 15596 (java) R 15593 15595 11872 0 -1 4202560 12092 0 1 0 4203 3 0 0 25 0 19 0 981214689 10796974080 16774 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 46912505564528 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=15595/tid=15598] ppid=15593 vsize=10543920 CPUtime=0.02 cores=1,3,5,7
/proc/15595/task/15598/stat : 15598 (java) S 15593 15595 11872 0 -1 4202560 177 0 0 0 2 0 0 0 15 0 19 0 981214691 10796974080 16774 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 256427207577 0 4 0 16800975 18446604467425905536 0 0 -1 5 0 0 0
[pid=15595/tid=15599] ppid=15593 vsize=10543920 CPUtime=0.02 cores=1,3,5,7
/proc/15595/task/15599/stat : 15599 (java) S 15593 15595 11872 0 -1 4202560 109 0 0 0 2 0 0 0 16 0 19 0 981214691 10796974080 16774 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 256427207577 0 4 0 16800975 18446604467425905536 0 0 -1 7 0 0 0
[pid=15595/tid=15600] ppid=15593 vsize=10543920 CPUtime=0.03 cores=1,3,5,7
/proc/15595/task/15600/stat : 15600 (java) S 15593 15595 11872 0 -1 4202560 41 0 0 0 3 0 0 0 15 0 19 0 981214691 10796974080 16774 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 256427207577 0 4 0 16800975 18446604467425905536 0 0 -1 5 0 0 0
[pid=15595/tid=15601] ppid=15593 vsize=10543920 CPUtime=0.03 cores=1,3,5,7
/proc/15595/task/15601/stat : 15601 (java) S 15593 15595 11872 0 -1 4202560 7 0 0 0 3 0 0 0 15 0 19 0 981214691 10796974080 16774 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 256427207577 0 4 0 16800975 18446604467425905536 0 0 -1 3 0 0 0
[pid=15595/tid=15602] ppid=15593 vsize=10543920 CPUtime=0.03 cores=1,3,5,7
/proc/15595/task/15602/stat : 15602 (java) S 15593 15595 11872 0 -1 4202560 40 0 0 0 3 0 0 0 15 0 19 0 981214691 10796974080 16774 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 256427207577 0 4 0 16800975 18446604467425905536 0 0 -1 3 0 0 0
[pid=15595/tid=15603] ppid=15593 vsize=10543920 CPUtime=0.03 cores=1,3,5,7
/proc/15595/task/15603/stat : 15603 (java) S 15593 15595 11872 0 -1 4202560 127 0 0 0 3 0 0 0 15 0 19 0 981214691 10796974080 16774 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 256427207577 0 4 0 16800975 18446604467425905536 0 0 -1 7 0 0 0
[pid=15595/tid=15604] ppid=15593 vsize=10543920 CPUtime=0.03 cores=1,3,5,7
/proc/15595/task/15604/stat : 15604 (java) S 15593 15595 11872 0 -1 4202560 159 0 0 0 3 0 0 0 15 0 19 0 981214691 10796974080 16774 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 256427207577 0 4 0 16800975 18446604467425905536 0 0 -1 5 0 0 0
[pid=15595/tid=15605] ppid=15593 vsize=10543920 CPUtime=0.03 cores=1,3,5,7
/proc/15595/task/15605/stat : 15605 (java) S 15593 15595 11872 0 -1 4202560 113 0 0 0 3 0 0 0 15 0 19 0 981214691 10796974080 16774 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 256427207577 0 4 0 16800975 18446604467425905536 0 0 -1 5 0 0 0
[pid=15595/tid=15606] ppid=15593 vsize=10543920 CPUtime=1.65 cores=1,3,5,7
/proc/15595/task/15606/stat : 15606 (java) S 15593 15595 11872 0 -1 4202560 932 0 0 0 164 1 0 0 15 0 19 0 981214692 10796974080 16774 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 256427208192 0 0 0 16800975 18446604467425905536 0 0 -1 1 0 0 0
[pid=15595/tid=15607] ppid=15593 vsize=10543920 CPUtime=0 cores=1,3,5,7
/proc/15595/task/15607/stat : 15607 (java) S 15593 15595 11872 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 981214693 10796974080 16774 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 256427207577 0 4 0 16800975 18446604467425905536 0 0 -1 5 0 0 0
[pid=15595/tid=15608] ppid=15593 vsize=10543920 CPUtime=0 cores=1,3,5,7
/proc/15595/task/15608/stat : 15608 (java) S 15593 15595 11872 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 981214693 10796974080 16774 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 256427207577 0 4 0 16800975 18446604467425905536 0 0 -1 5 0 0 0
[pid=15595/tid=15609] ppid=15593 vsize=10543920 CPUtime=0 cores=1,3,5,7
/proc/15595/task/15609/stat : 15609 (java) S 15593 15595 11872 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981214695 10796974080 16774 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 256427215281 0 4 0 16800975 18446604467425905536 0 0 -1 1 0 0 0
[pid=15595/tid=15610] ppid=15593 vsize=10543920 CPUtime=0.23 cores=1,3,5,7
/proc/15595/task/15610/stat : 15610 (java) S 15593 15595 11872 0 -1 4202560 1327 0 0 0 23 0 0 0 15 0 19 0 981214695 10796974080 16774 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 256427207577 0 4 0 16800975 18446604467425905536 0 0 -1 3 0 0 0
[pid=15595/tid=15611] ppid=15593 vsize=10543920 CPUtime=0.15 cores=1,3,5,7
/proc/15595/task/15611/stat : 15611 (java) S 15593 15595 11872 0 -1 4202560 1940 0 0 0 15 0 0 0 15 0 19 0 981214695 10796974080 16774 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 256427207577 0 4 0 16800975 18446604467425905536 0 0 -1 5 0 0 0
[pid=15595/tid=15612] ppid=15593 vsize=10543920 CPUtime=0 cores=1,3,5,7
/proc/15595/task/15612/stat : 15612 (java) S 15593 15595 11872 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981214695 10796974080 16774 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 256427207577 0 4 0 16800975 18446604467425905536 0 0 -1 1 0 0 0
[pid=15595/tid=15613] ppid=15593 vsize=10543920 CPUtime=0 cores=1,3,5,7
/proc/15595/task/15613/stat : 15613 (java) S 15593 15595 11872 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 981214695 10796974080 16774 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 256427208192 0 4 0 16800975 18446604467425905536 0 0 -1 5 0 0 0
[pid=15595/tid=15614] ppid=15593 vsize=10543920 CPUtime=0 cores=1,3,5,7
/proc/15595/task/15614/stat : 15614 (java) S 15593 15595 11872 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 981214706 10796974080 16774 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 256427208192 0 4 0 16800975 18446604467425905536 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 44.41
Current children cumulated vsize (KiB) 10543920

[startup+44.3007 s]
/proc/loadavg: 2.14 2.06 1.97 3/214 15672
/proc/meminfo: memFree=3144160/32950928 swapFree=67056212/67111528
[pid=15595] ppid=15593 vsize=10562056 CPUtime=44.97 cores=1,3,5,7
/proc/15595/stat : 15595 (java) S 15593 15595 11872 0 -1 4202496 24369 0 1 0 4490 7 0 0 25 0 19 0 981214689 10815545344 20870 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15595/statm: 2640514 20870 2251 9 0 2631248 0
[pid=15595/tid=15596] ppid=15593 vsize=10562056 CPUtime=42.44 cores=1,3,5,7
/proc/15595/task/15596/stat : 15596 (java) R 15593 15595 11872 0 -1 4202560 12092 0 1 0 4241 3 0 0 25 0 19 0 981214689 10815545344 20870 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 46912505596366 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=15595/tid=15598] ppid=15593 vsize=10562056 CPUtime=0.02 cores=1,3,5,7
/proc/15595/task/15598/stat : 15598 (java) S 15593 15595 11872 0 -1 4202560 177 0 0 0 2 0 0 0 15 0 19 0 981214691 10815545344 20870 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 256427207577 0 4 0 16800975 18446604467425905536 0 0 -1 5 0 0 0
[pid=15595/tid=15599] ppid=15593 vsize=10562056 CPUtime=0.02 cores=1,3,5,7
/proc/15595/task/15599/stat : 15599 (java) S 15593 15595 11872 0 -1 4202560 109 0 0 0 2 0 0 0 15 0 19 0 981214691 10815545344 20870 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 256427207577 0 4 0 16800975 18446604467425905536 0 0 -1 7 0 0 0
[pid=15595/tid=15600] ppid=15593 vsize=10562056 CPUtime=0.03 cores=1,3,5,7
/proc/15595/task/15600/stat : 15600 (java) S 15593 15595 11872 0 -1 4202560 41 0 0 0 3 0 0 0 16 0 19 0 981214691 10815545344 20870 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 256427207577 0 4 0 16800975 18446604467425905536 0 0 -1 5 0 0 0
[pid=15595/tid=15601] ppid=15593 vsize=10562056 CPUtime=0.03 cores=1,3,5,7
/proc/15595/task/15601/stat : 15601 (java) S 15593 15595 11872 0 -1 4202560 7 0 0 0 3 0 0 0 15 0 19 0 981214691 10815545344 20870 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 256427207577 0 4 0 16800975 18446604467425905536 0 0 -1 3 0 0 0
[pid=15595/tid=15602] ppid=15593 vsize=10562056 CPUtime=0.03 cores=1,3,5,7
/proc/15595/task/15602/stat : 15602 (java) S 15593 15595 11872 0 -1 4202560 40 0 0 0 3 0 0 0 15 0 19 0 981214691 10815545344 20870 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 256427207577 0 4 0 16800975 18446604467425905536 0 0 -1 7 0 0 0
[pid=15595/tid=15603] ppid=15593 vsize=10562056 CPUtime=0.03 cores=1,3,5,7
/proc/15595/task/15603/stat : 15603 (java) S 15593 15595 11872 0 -1 4202560 127 0 0 0 3 0 0 0 15 0 19 0 981214691 10815545344 20870 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 256427207577 0 4 0 16800975 18446604467425905536 0 0 -1 7 0 0 0
[pid=15595/tid=15604] ppid=15593 vsize=10562056 CPUtime=0.03 cores=1,3,5,7
/proc/15595/task/15604/stat : 15604 (java) S 15593 15595 11872 0 -1 4202560 159 0 0 0 3 0 0 0 15 0 19 0 981214691 10815545344 20870 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 256427207577 0 4 0 16800975 18446604467425905536 0 0 -1 5 0 0 0
[pid=15595/tid=15605] ppid=15593 vsize=10562056 CPUtime=0.03 cores=1,3,5,7
/proc/15595/task/15605/stat : 15605 (java) S 15593 15595 11872 0 -1 4202560 113 0 0 0 3 0 0 0 15 0 19 0 981214691 10815545344 20870 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 256427207577 0 4 0 16800975 18446604467425905536 0 0 -1 5 0 0 0
[pid=15595/tid=15606] ppid=15593 vsize=10562056 CPUtime=1.67 cores=1,3,5,7
/proc/15595/task/15606/stat : 15606 (java) S 15593 15595 11872 0 -1 4202560 950 0 0 0 166 1 0 0 15 0 19 0 981214692 10815545344 20870 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 256427208192 0 0 0 16800975 18446604467425905536 0 0 -1 1 0 0 0
[pid=15595/tid=15607] ppid=15593 vsize=10562056 CPUtime=0 cores=1,3,5,7
/proc/15595/task/15607/stat : 15607 (java) S 15593 15595 11872 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 981214693 10815545344 20870 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 256427207577 0 4 0 16800975 18446604467425905536 0 0 -1 5 0 0 0
[pid=15595/tid=15608] ppid=15593 vsize=10562056 CPUtime=0 cores=1,3,5,7
/proc/15595/task/15608/stat : 15608 (java) S 15593 15595 11872 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 981214693 10815545344 20870 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 256427207577 0 4 0 16800975 18446604467425905536 0 0 -1 5 0 0 0
[pid=15595/tid=15609] ppid=15593 vsize=10562056 CPUtime=0 cores=1,3,5,7
/proc/15595/task/15609/stat : 15609 (java) S 15593 15595 11872 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981214695 10815545344 20870 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 256427215281 0 4 0 16800975 18446604467425905536 0 0 -1 1 0 0 0
[pid=15595/tid=15610] ppid=15593 vsize=10562056 CPUtime=0.36 cores=1,3,5,7
/proc/15595/task/15610/stat : 15610 (java) R 15593 15595 11872 0 -1 4202560 7285 0 0 0 36 0 0 0 16 0 19 0 981214695 10815545344 20870 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 47934739426851 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=15595/tid=15611] ppid=15593 vsize=10562056 CPUtime=0.18 cores=1,3,5,7
/proc/15595/task/15611/stat : 15611 (java) S 15593 15595 11872 0 -1 4202560 2115 0 0 0 18 0 0 0 15 0 19 0 981214695 10815545344 20870 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 256427207577 0 4 0 16800975 18446604467425905536 0 0 -1 5 0 0 0
[pid=15595/tid=15612] ppid=15593 vsize=10562056 CPUtime=0 cores=1,3,5,7
/proc/15595/task/15612/stat : 15612 (java) S 15593 15595 11872 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981214695 10815545344 20870 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 256427207577 0 4 0 16800975 18446604467425905536 0 0 -1 1 0 0 0
[pid=15595/tid=15613] ppid=15593 vsize=10562056 CPUtime=0 cores=1,3,5,7
/proc/15595/task/15613/stat : 15613 (java) S 15593 15595 11872 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 981214695 10815545344 20870 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 256427208192 0 4 0 16800975 18446604467425905536 0 0 -1 5 0 0 0
[pid=15595/tid=15614] ppid=15593 vsize=10562056 CPUtime=0 cores=1,3,5,7
/proc/15595/task/15614/stat : 15614 (java) S 15593 15595 11872 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 981214706 10815545344 20870 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 256427208192 0 4 0 16800975 18446604467425905536 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 44.97
Current children cumulated vsize (KiB) 10562056

[startup+44.7007 s]
/proc/loadavg: 2.14 2.06 1.97 3/214 15672
/proc/meminfo: memFree=3144160/32950928 swapFree=67056212/67111528
[pid=15595] ppid=15593 vsize=10564900 CPUtime=45.61 cores=1,3,5,7
/proc/15595/stat : 15595 (java) S 15593 15595 11872 0 -1 4202496 25258 0 1 0 4554 7 0 0 25 0 19 0 981214689 10818457600 21758 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15595/statm: 2641225 21758 2251 9 0 2631959 0
[pid=15595/tid=15596] ppid=15593 vsize=10564900 CPUtime=42.82 cores=1,3,5,7
/proc/15595/task/15596/stat : 15596 (java) R 15593 15595 11872 0 -1 4202560 12093 0 1 0 4279 3 0 0 25 0 19 0 981214689 10818457600 21758 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 46912496208933 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=15595/tid=15598] ppid=15593 vsize=10564900 CPUtime=0.02 cores=1,3,5,7
/proc/15595/task/15598/stat : 15598 (java) S 15593 15595 11872 0 -1 4202560 177 0 0 0 2 0 0 0 15 0 19 0 981214691 10818457600 21758 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 256427207577 0 4 0 16800975 18446604467425905536 0 0 -1 5 0 0 0
[pid=15595/tid=15599] ppid=15593 vsize=10564900 CPUtime=0.02 cores=1,3,5,7
/proc/15595/task/15599/stat : 15599 (java) S 15593 15595 11872 0 -1 4202560 109 0 0 0 2 0 0 0 15 0 19 0 981214691 10818457600 21758 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 256427207577 0 4 0 16800975 18446604467425905536 0 0 -1 7 0 0 0
[pid=15595/tid=15600] ppid=15593 vsize=10564900 CPUtime=0.03 cores=1,3,5,7
/proc/15595/task/15600/stat : 15600 (java) S 15593 15595 11872 0 -1 4202560 41 0 0 0 3 0 0 0 15 0 19 0 981214691 10818457600 21758 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 256427207577 0 4 0 16800975 18446604467425905536 0 0 -1 5 0 0 0
[pid=15595/tid=15601] ppid=15593 vsize=10564900 CPUtime=0.03 cores=1,3,5,7
/proc/15595/task/15601/stat : 15601 (java) S 15593 15595 11872 0 -1 4202560 7 0 0 0 3 0 0 0 15 0 19 0 981214691 10818457600 21758 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 256427207577 0 4 0 16800975 18446604467425905536 0 0 -1 7 0 0 0
[pid=15595/tid=15602] ppid=15593 vsize=10564900 CPUtime=0.03 cores=1,3,5,7
/proc/15595/task/15602/stat : 15602 (java) S 15593 15595 11872 0 -1 4202560 40 0 0 0 3 0 0 0 15 0 19 0 981214691 10818457600 21758 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 256427207577 0 4 0 16800975 18446604467425905536 0 0 -1 5 0 0 0
[pid=15595/tid=15603] ppid=15593 vsize=10564900 CPUtime=0.03 cores=1,3,5,7
/proc/15595/task/15603/stat : 15603 (java) S 15593 15595 11872 0 -1 4202560 127 0 0 0 3 0 0 0 15 0 19 0 981214691 10818457600 21758 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 256427207577 0 4 0 16800975 18446604467425905536 0 0 -1 7 0 0 0
[pid=15595/tid=15604] ppid=15593 vsize=10564900 CPUtime=0.03 cores=1,3,5,7
/proc/15595/task/15604/stat : 15604 (java) S 15593 15595 11872 0 -1 4202560 159 0 0 0 3 0 0 0 16 0 19 0 981214691 10818457600 21758 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 256427207577 0 4 0 16800975 18446604467425905536 0 0 -1 5 0 0 0
[pid=15595/tid=15605] ppid=15593 vsize=10564900 CPUtime=0.03 cores=1,3,5,7
/proc/15595/task/15605/stat : 15605 (java) S 15593 15595 11872 0 -1 4202560 113 0 0 0 3 0 0 0 15 0 19 0 981214691 10818457600 21758 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 256427207577 0 4 0 16800975 18446604467425905536 0 0 -1 5 0 0 0
[pid=15595/tid=15606] ppid=15593 vsize=10564900 CPUtime=1.68 cores=1,3,5,7
/proc/15595/task/15606/stat : 15606 (java) S 15593 15595 11872 0 -1 4202560 951 0 0 0 167 1 0 0 15 0 19 0 981214692 10818457600 21758 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 256427208192 0 0 0 16800975 18446604467425905536 0 0 -1 1 0 0 0
[pid=15595/tid=15607] ppid=15593 vsize=10564900 CPUtime=0 cores=1,3,5,7
/proc/15595/task/15607/stat : 15607 (java) S 15593 15595 11872 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 981214693 10818457600 21758 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 256427207577 0 4 0 16800975 18446604467425905536 0 0 -1 5 0 0 0
[pid=15595/tid=15608] ppid=15593 vsize=10564900 CPUtime=0 cores=1,3,5,7
/proc/15595/task/15608/stat : 15608 (java) S 15593 15595 11872 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 981214693 10818457600 21758 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 256427207577 0 4 0 16800975 18446604467425905536 0 0 -1 5 0 0 0
[pid=15595/tid=15609] ppid=15593 vsize=10564900 CPUtime=0 cores=1,3,5,7
/proc/15595/task/15609/stat : 15609 (java) S 15593 15595 11872 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981214695 10818457600 21758 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 256427215281 0 4 0 16800975 18446604467425905536 0 0 -1 1 0 0 0
[pid=15595/tid=15610] ppid=15593 vsize=10564900 CPUtime=0.61 cores=1,3,5,7
/proc/15595/task/15610/stat : 15610 (java) R 15593 15595 11872 0 -1 4202560 8172 0 0 0 61 0 0 0 16 0 19 0 981214695 10818457600 21758 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 47934735358040 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=15595/tid=15611] ppid=15593 vsize=10564900 CPUtime=0.18 cores=1,3,5,7
/proc/15595/task/15611/stat : 15611 (java) S 15593 15595 11872 0 -1 4202560 2115 0 0 0 18 0 0 0 15 0 19 0 981214695 10818457600 21758 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 256427207577 0 4 0 16800975 18446604467425905536 0 0 -1 5 0 0 0
[pid=15595/tid=15612] ppid=15593 vsize=10564900 CPUtime=0 cores=1,3,5,7
/proc/15595/task/15612/stat : 15612 (java) S 15593 15595 11872 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981214695 10818457600 21758 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 256427207577 0 4 0 16800975 18446604467425905536 0 0 -1 1 0 0 0
[pid=15595/tid=15613] ppid=15593 vsize=10564900 CPUtime=0 cores=1,3,5,7
/proc/15595/task/15613/stat : 15613 (java) S 15593 15595 11872 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 981214695 10818457600 21758 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 256427208192 0 4 0 16800975 18446604467425905536 0 0 -1 5 0 0 0
[pid=15595/tid=15614] ppid=15593 vsize=10564900 CPUtime=0 cores=1,3,5,7
/proc/15595/task/15614/stat : 15614 (java) S 15593 15595 11872 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 981214706 10818457600 21758 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 256427208192 0 4 0 16800975 18446604467425905536 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 45.61
Current children cumulated vsize (KiB) 10564900

[startup+44.8007 s]
/proc/loadavg: 2.14 2.06 1.97 3/214 15672
/proc/meminfo: memFree=3144160/32950928 swapFree=67056212/67111528
[pid=15595] ppid=15593 vsize=10565928 CPUtime=45.73 cores=1,3,5,7
/proc/15595/stat : 15595 (java) S 15593 15595 11872 0 -1 4202496 25278 0 1 0 4566 7 0 0 25 0 18 0 981214689 10819510272 21777 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15595/statm: 2641482 21777 2252 9 0 2632216 0
[pid=15595/tid=15596] ppid=15593 vsize=10565928 CPUtime=42.83 cores=1,3,5,7
/proc/15595/task/15596/stat : 15596 (java) S 15593 15595 11872 0 -1 4202560 12097 0 1 0 4280 3 0 0 18 0 18 0 981214689 10819510272 21777 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 256427207577 0 4 0 16800975 18446604467425905536 0 0 -1 7 0 0 0
[pid=15595/tid=15598] ppid=15593 vsize=10565928 CPUtime=0.02 cores=1,3,5,7
/proc/15595/task/15598/stat : 15598 (java) S 15593 15595 11872 0 -1 4202560 177 0 0 0 2 0 0 0 15 0 18 0 981214691 10819510272 21777 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 256427207577 0 4 0 16800975 18446604467425905536 0 0 -1 5 0 0 0
[pid=15595/tid=15599] ppid=15593 vsize=10565928 CPUtime=0.02 cores=1,3,5,7
/proc/15595/task/15599/stat : 15599 (java) S 15593 15595 11872 0 -1 4202560 109 0 0 0 2 0 0 0 15 0 18 0 981214691 10819510272 21777 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 256427207577 0 4 0 16800975 18446604467425905536 0 0 -1 7 0 0 0
[pid=15595/tid=15600] ppid=15593 vsize=10565928 CPUtime=0.03 cores=1,3,5,7
/proc/15595/task/15600/stat : 15600 (java) S 15593 15595 11872 0 -1 4202560 41 0 0 0 3 0 0 0 15 0 18 0 981214691 10819510272 21777 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 256427207577 0 4 0 16800975 18446604467425905536 0 0 -1 5 0 0 0
[pid=15595/tid=15601] ppid=15593 vsize=10565928 CPUtime=0.03 cores=1,3,5,7
/proc/15595/task/15601/stat : 15601 (java) S 15593 15595 11872 0 -1 4202560 7 0 0 0 3 0 0 0 15 0 18 0 981214691 10819510272 21777 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 256427207577 0 4 0 16800975 18446604467425905536 0 0 -1 7 0 0 0
[pid=15595/tid=15602] ppid=15593 vsize=10565928 CPUtime=0.03 cores=1,3,5,7
/proc/15595/task/15602/stat : 15602 (java) S 15593 15595 11872 0 -1 4202560 40 0 0 0 3 0 0 0 15 0 18 0 981214691 10819510272 21777 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 256427207577 0 4 0 16800975 18446604467425905536 0 0 -1 5 0 0 0
[pid=15595/tid=15603] ppid=15593 vsize=10565928 CPUtime=0.03 cores=1,3,5,7
/proc/15595/task/15603/stat : 15603 (java) S 15593 15595 11872 0 -1 4202560 127 0 0 0 3 0 0 0 15 0 18 0 981214691 10819510272 21777 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 256427207577 0 4 0 16800975 18446604467425905536 0 0 -1 7 0 0 0
[pid=15595/tid=15604] ppid=15593 vsize=10565928 CPUtime=0.03 cores=1,3,5,7
/proc/15595/task/15604/stat : 15604 (java) S 15593 15595 11872 0 -1 4202560 159 0 0 0 3 0 0 0 16 0 18 0 981214691 10819510272 21777 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 256427207577 0 4 0 16800975 18446604467425905536 0 0 -1 5 0 0 0
[pid=15595/tid=15605] ppid=15593 vsize=10565928 CPUtime=0.03 cores=1,3,5,7
/proc/15595/task/15605/stat : 15605 (java) S 15593 15595 11872 0 -1 4202560 113 0 0 0 3 0 0 0 15 0 18 0 981214691 10819510272 21777 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 256427207577 0 4 0 16800975 18446604467425905536 0 0 -1 5 0 0 0
[pid=15595/tid=15606] ppid=15593 vsize=10565928 CPUtime=1.68 cores=1,3,5,7
/proc/15595/task/15606/stat : 15606 (java) S 15593 15595 11872 0 -1 4202560 951 0 0 0 167 1 0 0 15 0 18 0 981214692 10819510272 21777 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 256427208192 0 0 0 16800975 18446604467425905536 0 0 -1 1 0 0 0
[pid=15595/tid=15607] ppid=15593 vsize=10565928 CPUtime=0 cores=1,3,5,7
/proc/15595/task/15607/stat : 15607 (java) S 15593 15595 11872 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 981214693 10819510272 21777 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 256427207577 0 4 0 16800975 18446604467425905536 0 0 -1 5 0 0 0
[pid=15595/tid=15608] ppid=15593 vsize=10565928 CPUtime=0 cores=1,3,5,7
/proc/15595/task/15608/stat : 15608 (java) S 15593 15595 11872 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 18 0 981214693 10819510272 21777 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 256427207577 0 4 0 16800975 18446604467425905536 0 0 -1 5 0 0 0
[pid=15595/tid=15609] ppid=15593 vsize=10565928 CPUtime=0 cores=1,3,5,7
/proc/15595/task/15609/stat : 15609 (java) S 15593 15595 11872 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 981214695 10819510272 21777 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 256427207577 0 4 0 16800975 18446604467425905536 0 0 -1 1 0 0 0
[pid=15595/tid=15610] ppid=15593 vsize=10565928 CPUtime=0.71 cores=1,3,5,7
/proc/15595/task/15610/stat : 15610 (java) R 15593 15595 11872 0 -1 4202560 8172 0 0 0 71 0 0 0 16 0 18 0 981214695 10819510272 21777 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 47934739427456 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=15595/tid=15611] ppid=15593 vsize=10565928 CPUtime=0.18 cores=1,3,5,7
/proc/15595/task/15611/stat : 15611 (java) S 15593 15595 11872 0 -1 4202560 2115 0 0 0 18 0 0 0 15 0 18 0 981214695 10819510272 21777 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 256427207577 0 4 0 16800975 18446604467425905536 0 0 -1 5 0 0 0
[pid=15595/tid=15612] ppid=15593 vsize=10565928 CPUtime=0 cores=1,3,5,7
/proc/15595/task/15612/stat : 15612 (java) S 15593 15595 11872 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 981214695 10819510272 21777 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 256427207577 0 4 0 16800975 18446604467425905536 0 0 -1 1 0 0 0
[pid=15595/tid=15614] ppid=15593 vsize=10565928 CPUtime=0 cores=1,3,5,7
/proc/15595/task/15614/stat : 15614 (java) S 15593 15595 11872 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 981214706 10819510272 21777 33554432000 1073741824 1073778376 140736620815168 18446744073709551615 256427208192 0 4 0 16800975 18446604467425905536 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 45.73
Current children cumulated vsize (KiB) 10565928

Child status: 30
Real time (s): 44.8368
CPU time (s): 45.767
CPU user time (s): 45.6861
CPU system time (s): 0.080987
CPU usage (%): 102.075
Max. virtual memory (cumulated for all children) (KiB): 10565928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 45.6861
system time used= 0.080987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25566
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= 4584
involuntary context switches= 1965

runsolver used 0.071989 second user time and 0.175973 second system time

The end

Launcher Data

Begin job on node115 at 2011-06-12 22:17:20
IDJOB=3492431
IDBENCH=78814
IDSOLVER=1982
FILE ID=node115/3492431-1307909840
RUNJOBID= node115-1307908016-15260
PBS_JOBID= 13559590
Free space on /var/tmp= 2884 MiB

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

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

MD5SUM BENCH= 8ae5062c7652fddde3927693898a40dc
RANDOM SEED=254213833

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.811
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.75
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.811
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.811
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.811
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.74
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.811
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.811
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:     32950928 kB
MemFree:       3204348 kB
Buffers:         61544 kB
Cached:       28694852 kB
SwapCached:       9240 kB
Active:       13799664 kB
Inactive:     15036688 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       3204348 kB
SwapTotal:    67111528 kB
SwapFree:     67056212 kB
Dirty:             692 kB
Writeback:           0 kB
AnonPages:       77388 kB
Mapped:          21468 kB
Slab:           845592 kB
PageTables:       4960 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 10546120 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /var/tmp at the end= 2884 MiB
End job on node115 at 2011-06-12 22:18:05