Trace number 3492348

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 35.7016 34.5956

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111225122--soft-66-100-0.wbo
MD5SUMc5bd7b5672b52c4fa4ed23b344c70430
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark35
Best CPU time to get the best result obtained on this benchmark1.20282
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 1250
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.08	c version 2.3.1.v20110525
0.01/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.08	c java.vm.version	19.1-b02
0.01/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.08	c sun.arch.data.model	64
0.01/0.08	c java.version		1.6.0_24
0.01/0.08	c os.name		Linux
0.01/0.08	c os.version		2.6.18-164.el5
0.01/0.08	c os.arch		amd64
0.01/0.08	c Free memory 		9996466904
0.01/0.08	c Max memory 		10048897024
0.01/0.08	c Total memory 		10048897024
0.01/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@13d4c61c
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3492348-1307909599.wbo
0.10/0.11	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.53/0.35	c SATISFIABLE
0.53/0.35	c OPTIMIZING...
0.53/0.35	c Got one! Elapsed wall clock time (in seconds):0.244
0.53/0.35	o 405
0.68/0.41	c Got one! Elapsed wall clock time (in seconds):0.301
0.68/0.41	o 393
0.68/0.50	c cleaning 3346 clauses out of 6695 with flag 2006/6695
0.80/0.53	c Got one! Elapsed wall clock time (in seconds):0.424
0.80/0.53	o 361
0.90/0.60	c Got one! Elapsed wall clock time (in seconds):0.496
0.90/0.60	o 247
1.03/0.70	c cleaning 4914 clauses out of 9837 with flag 3000/13183
1.13/0.87	c cleaning 5457 clauses out of 10925 with flag 9002/19185
1.34/1.04	c Got one! Elapsed wall clock time (in seconds):0.932
1.34/1.04	o 199
1.53/1.23	c cleaning 8113 clauses out of 16231 with flag 5002/29948
1.65/1.31	c Got one! Elapsed wall clock time (in seconds):1.206
1.65/1.31	o 196
1.75/1.42	c cleaning 6896 clauses out of 13803 with flag 3001/35633
1.96/1.61	c cleaning 6453 clauses out of 12909 with flag 9003/41635
2.05/1.73	c Got one! Elapsed wall clock time (in seconds):1.629
2.05/1.73	o 165
2.05/1.77	c cleaning 6054 clauses out of 12116 with flag 1000/47295
2.27/1.96	c cleaning 6024 clauses out of 12062 with flag 7000/53295
2.47/2.16	c Got one! Elapsed wall clock time (in seconds):2.05
2.47/2.16	o 162
2.67/2.34	c cleaning 8966 clauses out of 17945 with flag 5001/65202
2.87/2.53	c cleaning 7483 clauses out of 14978 with flag 11000/71201
3.07/2.75	c cleaning 7246 clauses out of 14495 with flag 18000/78201
3.17/2.85	c Got one! Elapsed wall clock time (in seconds):2.745
3.17/2.85	o 161
3.27/2.91	c cleaning 6381 clauses out of 12767 with flag 2000/83719
3.47/3.11	c cleaning 6189 clauses out of 12386 with flag 8000/89719
3.68/3.32	c cleaning 6592 clauses out of 13198 with flag 15001/96720
3.87/3.58	c cleaning 7299 clauses out of 14608 with flag 23003/104722
4.18/3.86	c cleaning 8147 clauses out of 16306 with flag 32000/113719
4.48/4.16	c cleaning 9075 clauses out of 18160 with flag 42001/123720
4.78/4.46	c cleaning 9540 clauses out of 19086 with flag 52002/133721
5.08/4.77	c cleaning 9765 clauses out of 19544 with flag 62000/143719
5.38/5.09	c cleaning 9887 clauses out of 19781 with flag 72002/153721
5.68/5.35	c Got one! Elapsed wall clock time (in seconds):5.244
5.68/5.35	o 156
5.89/5.56	c cleaning 11808 clauses out of 23634 with flag 5000/167461
6.08/5.78	c cleaning 8910 clauses out of 17827 with flag 11001/173462
6.39/6.02	c cleaning 7953 clauses out of 15916 with flag 18000/180461
6.59/6.29	c cleaning 7977 clauses out of 15964 with flag 26001/188462
6.89/6.57	c cleaning 8491 clauses out of 16987 with flag 35001/197462
7.29/6.90	c cleaning 9245 clauses out of 18495 with flag 45000/207461
7.29/6.98	c Got one! Elapsed wall clock time (in seconds):6.878
7.29/6.98	o 130
7.39/7.09	c cleaning 7410 clauses out of 14830 with flag 3001/213041
7.59/7.28	c cleaning 6705 clauses out of 13420 with flag 9001/219041
7.89/7.52	c cleaning 6853 clauses out of 13715 with flag 16001/226041
8.10/7.73	c Got one! Elapsed wall clock time (in seconds):7.625
8.10/7.73	o 97
8.29/7.96	c cleaning 9236 clauses out of 18477 with flag 5002/237656
8.49/8.17	c cleaning 7616 clauses out of 15239 with flag 11000/243654
8.79/8.44	c cleaning 7310 clauses out of 14623 with flag 18000/250654
9.10/8.75	c cleaning 7654 clauses out of 15315 with flag 26002/258656
9.40/9.03	c cleaning 8327 clauses out of 16659 with flag 35000/267654
9.70/9.38	c cleaning 9162 clauses out of 18332 with flag 45000/277654
10.10/9.71	c cleaning 9578 clauses out of 19171 with flag 55001/287655
10.40/10.06	c cleaning 9793 clauses out of 19592 with flag 65000/297654
10.80/10.41	c cleaning 9895 clauses out of 19799 with flag 75000/307654
11.10/10.76	c cleaning 9949 clauses out of 19904 with flag 85000/317654
11.50/11.12	c cleaning 9975 clauses out of 19955 with flag 95000/327654
11.80/11.44	c cleaning 9986 clauses out of 19982 with flag 105002/337656
12.10/11.79	c cleaning 9993 clauses out of 19996 with flag 115002/347656
12.51/12.14	c cleaning 9998 clauses out of 20003 with flag 125002/357656
12.60/12.27	c Got one! Elapsed wall clock time (in seconds):12.165
12.60/12.27	o 90
12.70/12.31	c cleaning 7594 clauses out of 15197 with flag 1000/362848
12.90/12.51	c cleaning 6799 clauses out of 13605 with flag 7002/368850
13.10/12.75	c cleaning 6898 clauses out of 13806 with flag 14002/375850
13.41/13.01	c cleaning 7451 clauses out of 14908 with flag 22002/383850
13.71/13.33	c cleaning 8225 clauses out of 16456 with flag 31001/392849
14.11/13.72	c cleaning 9111 clauses out of 18230 with flag 41000/402848
14.41/14.09	c cleaning 9554 clauses out of 19119 with flag 51000/412848
14.81/14.43	c cleaning 9778 clauses out of 19566 with flag 61001/422849
15.12/14.77	c cleaning 9892 clauses out of 19790 with flag 71003/432851
15.52/15.12	c cleaning 9945 clauses out of 19896 with flag 81001/442849
15.82/15.48	c cleaning 9969 clauses out of 19950 with flag 91000/452848
16.22/15.82	c cleaning 9985 clauses out of 19984 with flag 101003/462851
16.52/16.15	c cleaning 9994 clauses out of 19997 with flag 111001/472849
16.95/16.53	c cleaning 9999 clauses out of 20003 with flag 121001/482849
17.34/16.90	c cleaning 9997 clauses out of 20003 with flag 131000/492848
17.64/17.23	c cleaning 9999 clauses out of 20007 with flag 141001/502849
17.95/17.57	c cleaning 10000 clauses out of 20010 with flag 151003/512851
18.25/17.88	c cleaning 10002 clauses out of 20008 with flag 161001/522849
18.65/18.21	c cleaning 9995 clauses out of 20007 with flag 171002/532850
18.95/18.53	c cleaning 10001 clauses out of 20011 with flag 181001/542849
19.25/18.85	c cleaning 9998 clauses out of 20010 with flag 191001/552849
19.57/19.17	c cleaning 10003 clauses out of 20012 with flag 201001/562849
19.87/19.50	c cleaning 10000 clauses out of 20010 with flag 211002/572850
20.27/19.82	c cleaning 10002 clauses out of 20009 with flag 221001/582849
20.57/20.15	c cleaning 9999 clauses out of 20006 with flag 231000/592848
20.57/20.18	c Got one! Elapsed wall clock time (in seconds):20.072
20.57/20.18	o 89
20.77/20.33	c cleaning 7817 clauses out of 15645 with flag 5000/598486
20.97/20.54	c cleaning 6910 clauses out of 13828 with flag 11000/604486
21.17/20.76	c cleaning 6956 clauses out of 13919 with flag 18001/611487
21.47/21.02	c cleaning 7476 clauses out of 14962 with flag 26000/619486
21.77/21.34	c cleaning 8241 clauses out of 16490 with flag 35004/628490
22.07/21.67	c cleaning 9120 clauses out of 18245 with flag 45000/638486
22.48/22.03	c cleaning 9558 clauses out of 19125 with flag 55000/648486
22.77/22.38	c cleaning 9773 clauses out of 19568 with flag 65001/658487
23.17/22.72	c cleaning 9890 clauses out of 19795 with flag 75001/668487
23.48/23.05	c cleaning 9947 clauses out of 19904 with flag 85000/678486
23.77/23.39	c cleaning 9974 clauses out of 19957 with flag 95000/688486
24.17/23.71	c cleaning 9987 clauses out of 19983 with flag 105000/698486
24.47/24.05	c cleaning 9993 clauses out of 19996 with flag 115000/708486
24.77/24.38	c cleaning 9996 clauses out of 20004 with flag 125001/718487
25.07/24.61	c Got one! Elapsed wall clock time (in seconds):24.501
25.07/24.61	o 81
25.27/24.80	c cleaning 11209 clauses out of 22423 with flag 5006/730902
25.48/25.02	c cleaning 8599 clauses out of 17208 with flag 11000/736896
25.69/25.25	c cleaning 7799 clauses out of 15609 with flag 18000/743896
25.99/25.51	c cleaning 7899 clauses out of 15810 with flag 26000/751896
26.28/25.80	c cleaning 8451 clauses out of 16912 with flag 35001/760897
26.58/26.14	c cleaning 9226 clauses out of 18461 with flag 45001/770897
26.89/26.45	c cleaning 9611 clauses out of 19234 with flag 55000/780896
27.19/26.78	c cleaning 9807 clauses out of 19623 with flag 65000/790896
27.48/27.00	c Got one! Elapsed wall clock time (in seconds):26.893
27.48/27.00	o 51
27.58/27.19	c cleaning 11050 clauses out of 22105 with flag 5003/803185
27.89/27.40	c cleaning 8520 clauses out of 17052 with flag 11000/809182
28.09/27.64	c cleaning 7757 clauses out of 15532 with flag 18000/816182
28.39/27.93	c cleaning 7886 clauses out of 15780 with flag 26005/824187
28.69/28.24	c cleaning 8442 clauses out of 16889 with flag 35000/833182
28.99/28.60	c cleaning 9222 clauses out of 18449 with flag 45002/843184
29.39/28.93	c cleaning 9609 clauses out of 19226 with flag 55001/853183
29.69/29.25	c cleaning 9805 clauses out of 19618 with flag 65002/863184
29.99/29.57	c cleaning 9902 clauses out of 19811 with flag 75000/873182
30.39/29.92	c cleaning 9951 clauses out of 19910 with flag 85001/883183
30.69/30.24	c cleaning 9975 clauses out of 19959 with flag 95001/893183
30.89/30.43	c Got one! Elapsed wall clock time (in seconds):30.325
30.89/30.43	o 35
31.09/30.67	c cleaning 10600 clauses out of 21208 with flag 5000/904407
31.29/30.88	c cleaning 8295 clauses out of 16610 with flag 11002/910409
31.59/31.11	c cleaning 7647 clauses out of 15313 with flag 18000/917407
31.89/31.41	c cleaning 7827 clauses out of 15667 with flag 26001/925408
32.19/31.73	c cleaning 8417 clauses out of 16840 with flag 35001/934408
32.49/32.09	c cleaning 9205 clauses out of 18422 with flag 45000/944407
32.89/32.43	c cleaning 9604 clauses out of 19217 with flag 55000/954407
33.19/32.78	c cleaning 9803 clauses out of 19615 with flag 65002/964409
33.59/33.12	c cleaning 9901 clauses out of 19812 with flag 75002/974409
33.90/33.46	c cleaning 9952 clauses out of 19911 with flag 85002/984409
34.30/33.85	c cleaning 9975 clauses out of 19957 with flag 95000/994407
35.01/34.24	c cleaning 9986 clauses out of 19981 with flag 105000/1004407
35.60/34.58	c starts		: 188
35.60/34.58	c conflicts		: 1013953
35.60/34.58	c decisions		: 1619502
35.60/34.58	c propagations		: 24469312
35.60/34.58	c inspects		: 216333265
35.60/34.58	c shortcuts		: 0
35.60/34.58	c learnt literals	: 8
35.60/34.58	c learnt binary clauses	: 23
35.60/34.58	c learnt ternary clauses	: 833
35.60/34.58	c learnt constraints	: 1013944
35.60/34.58	c ignored constraints	: 0
35.60/34.58	c root simplifications	: 0
35.60/34.58	c removed literals (reason simplification)	: 6640805
35.60/34.58	c reason swapping (by a shorter reason)	: 0
35.60/34.58	c Calls to reduceDB	: 113
35.60/34.58	c number of reductions to clauses (during analyze)	: 0
35.60/34.58	c number of learned constraints concerned by reduction	: 0
35.60/34.58	c number of learning phase by resolution	: 0
35.60/34.58	c number of learning phase by cutting planes	: 0
35.60/34.58	c speed (assignments/second)	: 5893379.5761079
35.60/34.58	c non guided choices	882
35.60/34.58	c learnt constraints type 
35.60/34.58	c constraints type 
35.60/34.58	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
35.60/34.58	c org.sat4j.minisat.constraints.card.MinWatchCard => 41
35.60/34.58	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
35.60/34.58	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 30
35.60/34.58	s OPTIMUM FOUND
35.60/34.59	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 
35.60/34.59	c objective function=35
35.60/34.59	c Total wall clock time (in seconds): 34.48

Verifier Data

OK	35

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-3492348-1307909599/watcher-3492348-1307909599 -o /tmp/evaluation-result-3492348-1307909599/solver-3492348-1307909599 -C 1800 -W 1900 -M 15500 java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492348-1307909599.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.02 1.95 2/193 22898
/proc/meminfo: memFree=12044492/32951132 swapFree=67054624/67111528
[pid=22898] ppid=22896 vsize=28384 CPUtime=0 cores=1,3,5,7
/proc/22898/stat : 22898 (java) S 22896 22898 19566 0 -1 4202496 1185 0 0 0 0 0 0 0 23 0 2 0 902559537 29065216 910 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 274676611045 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/22898/statm: 7096 910 690 9 0 381 0
[pid=22898/tid=22899] ppid=22896 vsize=30580 CPUtime=0 cores=1,3,5,7
/proc/22898/task/22899/stat : 22899 (java) R 22896 22898 19566 0 -1 4202560 78 0 0 0 0 0 0 0 25 0 2 0 902559538 31313920 919 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 274659838656 0 0 4096 0 0 0 0 -1 3 0 0 0

[startup+0.021834 s]
/proc/loadavg: 2.02 2.02 1.95 2/193 22898
/proc/meminfo: memFree=12044492/32951132 swapFree=67054624/67111528
[pid=22898] ppid=22896 vsize=10453028 CPUtime=0.01 cores=1,3,5,7
/proc/22898/stat : 22898 (java) S 22896 22898 19566 0 -1 4202496 9950 0 1 0 0 1 0 0 23 0 10 0 902559537 10703900672 9650 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 274676611045 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/22898/statm: 2613257 9651 952 9 0 2604413 0
[pid=22898/tid=22899] ppid=22896 vsize=10453028 CPUtime=0.01 cores=1,3,5,7
/proc/22898/task/22899/stat : 22899 (java) R 22896 22898 19566 0 -1 4202560 8828 0 1 0 0 1 0 0 25 0 10 0 902559538 10703900672 9652 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 47008543762353 0 4 0 16784584 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 10453028

[startup+0.100836 s]
/proc/loadavg: 2.02 2.02 1.95 2/193 22898
/proc/meminfo: memFree=12044492/32951132 swapFree=67054624/67111528
[pid=22898] ppid=22896 vsize=10539544 CPUtime=0.1 cores=1,3,5,7
/proc/22898/stat : 22898 (java) S 22896 22898 19566 0 -1 4202496 13082 0 1 0 9 1 0 0 23 0 18 0 902559537 10792493056 12768 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22898/statm: 2634886 12768 2092 9 0 2625620 0
[pid=22898/tid=22899] ppid=22896 vsize=10539544 CPUtime=0.08 cores=1,3,5,7
/proc/22898/task/22899/stat : 22899 (java) R 22896 22898 19566 0 -1 4202560 11145 0 1 0 7 1 0 0 25 0 18 0 902559538 10792493056 12768 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 47008548076410 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10539544

[startup+0.300802 s]
/proc/loadavg: 2.02 2.02 1.95 2/193 22898
/proc/meminfo: memFree=12044492/32951132 swapFree=67054624/67111528
[pid=22898] ppid=22896 vsize=10543308 CPUtime=0.53 cores=1,3,5,7
/proc/22898/stat : 22898 (java) S 22896 22898 19566 0 -1 4202496 16250 0 1 0 51 2 0 0 23 0 19 0 902559537 10796347392 14917 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22898/statm: 2635827 14917 2214 9 0 2626561 0
[pid=22898/tid=22899] ppid=22896 vsize=10543308 CPUtime=0.28 cores=1,3,5,7
/proc/22898/task/22899/stat : 22899 (java) R 22896 22898 19566 0 -1 4202560 11736 0 1 0 27 1 0 0 19 0 19 0 902559538 10796347392 14917 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 46912505366594 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 10543308

[startup+0.70073 s]
/proc/loadavg: 2.02 2.02 1.95 2/193 22898
/proc/meminfo: memFree=12044492/32951132 swapFree=67054624/67111528
[pid=22898] ppid=22896 vsize=10542980 CPUtime=1.03 cores=1,3,5,7
/proc/22898/stat : 22898 (java) S 22896 22898 19566 0 -1 4202496 17192 0 1 0 101 2 0 0 23 0 19 0 902559537 10796011520 15660 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22898/statm: 2635745 15660 2246 9 0 2626479 0
[pid=22898/tid=22899] ppid=22896 vsize=10542980 CPUtime=0.66 cores=1,3,5,7
/proc/22898/task/22899/stat : 22899 (java) R 22896 22898 19566 0 -1 4202560 12032 0 1 0 65 1 0 0 18 0 19 0 902559538 10796011520 15660 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 46912505122307 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 10542980

[startup+1.50061 s]
/proc/loadavg: 2.02 2.02 1.95 3/212 22917
/proc/meminfo: memFree=11988936/32951132 swapFree=67054624/67111528
[pid=22898] ppid=22896 vsize=10542980 CPUtime=1.85 cores=1,3,5,7
/proc/22898/stat : 22898 (java) S 22896 22898 19566 0 -1 4202496 17863 0 1 0 183 2 0 0 23 0 19 0 902559537 10796011520 16327 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22898/statm: 2635745 16327 2247 9 0 2626479 0
[pid=22898/tid=22899] ppid=22896 vsize=10542980 CPUtime=1.4 cores=1,3,5,7
/proc/22898/task/22899/stat : 22899 (java) R 22896 22898 19566 0 -1 4202560 12034 0 1 0 139 1 0 0 18 0 19 0 902559538 10796011520 16327 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 46912505529908 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=22898/tid=22901] ppid=22896 vsize=10542980 CPUtime=0 cores=1,3,5,7
/proc/22898/task/22901/stat : 22901 (java) S 22896 22898 19566 0 -1 4202560 230 0 0 0 0 0 0 0 15 0 19 0 902559539 10796011520 16327 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 1 0 0 0
[pid=22898/tid=22902] ppid=22896 vsize=10542980 CPUtime=0 cores=1,3,5,7
/proc/22898/task/22902/stat : 22902 (java) S 22896 22898 19566 0 -1 4202560 63 0 0 0 0 0 0 0 15 0 19 0 902559539 10796011520 16327 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 1 0 0 0
[pid=22898/tid=22903] ppid=22896 vsize=10542980 CPUtime=0 cores=1,3,5,7
/proc/22898/task/22903/stat : 22903 (java) S 22896 22898 19566 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 19 0 902559539 10796011520 16327 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 3 0 0 0
[pid=22898/tid=22904] ppid=22896 vsize=10542980 CPUtime=0 cores=1,3,5,7
/proc/22898/task/22904/stat : 22904 (java) S 22896 22898 19566 0 -1 4202560 29 0 0 0 0 0 0 0 15 0 19 0 902559539 10796011520 16327 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 3 0 0 0
[pid=22898/tid=22905] ppid=22896 vsize=10542980 CPUtime=0 cores=1,3,5,7
/proc/22898/task/22905/stat : 22905 (java) S 22896 22898 19566 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902559539 10796011520 16327 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 3 0 0 0
[pid=22898/tid=22906] ppid=22896 vsize=10542980 CPUtime=0 cores=1,3,5,7
/proc/22898/task/22906/stat : 22906 (java) S 22896 22898 19566 0 -1 4202560 124 0 0 0 0 0 0 0 15 0 19 0 902559539 10796011520 16327 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 3 0 0 0
[pid=22898/tid=22907] ppid=22896 vsize=10542980 CPUtime=0 cores=1,3,5,7
/proc/22898/task/22907/stat : 22907 (java) S 22896 22898 19566 0 -1 4202560 127 0 0 0 0 0 0 0 15 0 19 0 902559539 10796011520 16327 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 3 0 0 0
[pid=22898/tid=22908] ppid=22896 vsize=10542980 CPUtime=0 cores=1,3,5,7
/proc/22898/task/22908/stat : 22908 (java) S 22896 22898 19566 0 -1 4202560 66 0 0 0 0 0 0 0 15 0 19 0 902559539 10796011520 16327 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 3 0 0 0
[pid=22898/tid=22909] ppid=22896 vsize=10542980 CPUtime=0.06 cores=1,3,5,7
/proc/22898/task/22909/stat : 22909 (java) S 22896 22898 19566 0 -1 4202560 455 0 0 0 6 0 0 0 15 0 19 0 902559540 10796011520 16327 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 274676624896 0 0 0 16800975 18446604471006127104 0 0 -1 5 0 0 0
[pid=22898/tid=22910] ppid=22896 vsize=10542980 CPUtime=0 cores=1,3,5,7
/proc/22898/task/22910/stat : 22910 (java) S 22896 22898 19566 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 902559541 10796011520 16327 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 5 0 0 0
[pid=22898/tid=22911] ppid=22896 vsize=10542980 CPUtime=0 cores=1,3,5,7
/proc/22898/task/22911/stat : 22911 (java) S 22896 22898 19566 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 19 0 902559541 10796011520 16327 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 5 0 0 0
[pid=22898/tid=22912] ppid=22896 vsize=10542980 CPUtime=0 cores=1,3,5,7
/proc/22898/task/22912/stat : 22912 (java) S 22896 22898 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902559543 10796011520 16327 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 274676631985 0 4 0 16800975 18446604471006127104 0 0 -1 3 0 0 0
[pid=22898/tid=22913] ppid=22896 vsize=10542980 CPUtime=0.2 cores=1,3,5,7
/proc/22898/task/22913/stat : 22913 (java) S 22896 22898 19566 0 -1 4202560 1545 0 0 0 20 0 0 0 17 0 19 0 902559543 10796011520 16327 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 5 0 0 0
[pid=22898/tid=22914] ppid=22896 vsize=10542980 CPUtime=0.15 cores=1,3,5,7
/proc/22898/task/22914/stat : 22914 (java) S 22896 22898 19566 0 -1 4202560 1991 0 0 0 15 0 0 0 17 0 19 0 902559543 10796011520 16327 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 7 0 0 0
[pid=22898/tid=22915] ppid=22896 vsize=10542980 CPUtime=0 cores=1,3,5,7
/proc/22898/task/22915/stat : 22915 (java) S 22896 22898 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902559543 10796011520 16327 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 3 0 0 0
[pid=22898/tid=22916] ppid=22896 vsize=10542980 CPUtime=0 cores=1,3,5,7
/proc/22898/task/22916/stat : 22916 (java) S 22896 22898 19566 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902559543 10796011520 16327 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 274676624896 0 4 0 16800975 18446604471006127104 0 0 -1 7 0 0 0
[pid=22898/tid=22917] ppid=22896 vsize=10542980 CPUtime=0 cores=1,3,5,7
/proc/22898/task/22917/stat : 22917 (java) S 22896 22898 19566 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902559554 10796011520 16327 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 274676624896 0 4 0 16800975 18446604471006127104 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.85
Current children cumulated vsize (KiB) 10542980

[startup+3.10133 s]
/proc/loadavg: 2.02 2.02 1.95 3/212 22917
/proc/meminfo: memFree=11987504/32951132 swapFree=67054624/67111528
[pid=22898] ppid=22896 vsize=10542980 CPUtime=3.47 cores=1,3,5,7
/proc/22898/stat : 22898 (java) S 22896 22898 19566 0 -1 4202496 18047 0 1 0 344 3 0 0 23 0 19 0 902559537 10796011520 16504 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22898/statm: 2635745 16504 2247 9 0 2626479 0
[pid=22898/tid=22899] ppid=22896 vsize=10542980 CPUtime=2.91 cores=1,3,5,7
/proc/22898/task/22899/stat : 22899 (java) R 22896 22898 19566 0 -1 4202560 12041 0 1 0 290 1 0 0 19 0 19 0 902559538 10796011520 16504 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 46912505515164 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=22898/tid=22901] ppid=22896 vsize=10542980 CPUtime=0 cores=1,3,5,7
/proc/22898/task/22901/stat : 22901 (java) S 22896 22898 19566 0 -1 4202560 230 0 0 0 0 0 0 0 15 0 19 0 902559539 10796011520 16504 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 7 0 0 0
[pid=22898/tid=22902] ppid=22896 vsize=10542980 CPUtime=0 cores=1,3,5,7
/proc/22898/task/22902/stat : 22902 (java) S 22896 22898 19566 0 -1 4202560 64 0 0 0 0 0 0 0 15 0 19 0 902559539 10796011520 16504 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 1 0 0 0
[pid=22898/tid=22903] ppid=22896 vsize=10542980 CPUtime=0 cores=1,3,5,7
/proc/22898/task/22903/stat : 22903 (java) S 22896 22898 19566 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 19 0 902559539 10796011520 16504 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 3 0 0 0
[pid=22898/tid=22904] ppid=22896 vsize=10542980 CPUtime=0 cores=1,3,5,7
/proc/22898/task/22904/stat : 22904 (java) S 22896 22898 19566 0 -1 4202560 30 0 0 0 0 0 0 0 15 0 19 0 902559539 10796011520 16504 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 7 0 0 0
[pid=22898/tid=22905] ppid=22896 vsize=10542980 CPUtime=0 cores=1,3,5,7
/proc/22898/task/22905/stat : 22905 (java) S 22896 22898 19566 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 902559539 10796011520 16504 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 1 0 0 0
[pid=22898/tid=22906] ppid=22896 vsize=10542980 CPUtime=0 cores=1,3,5,7
/proc/22898/task/22906/stat : 22906 (java) S 22896 22898 19566 0 -1 4202560 168 0 0 0 0 0 0 0 15 0 19 0 902559539 10796011520 16504 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 3 0 0 0
[pid=22898/tid=22907] ppid=22896 vsize=10542980 CPUtime=0 cores=1,3,5,7
/proc/22898/task/22907/stat : 22907 (java) S 22896 22898 19566 0 -1 4202560 127 0 0 0 0 0 0 0 15 0 19 0 902559539 10796011520 16504 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 1 0 0 0
[pid=22898/tid=22908] ppid=22896 vsize=10542980 CPUtime=0 cores=1,3,5,7
/proc/22898/task/22908/stat : 22908 (java) S 22896 22898 19566 0 -1 4202560 109 0 0 0 0 0 0 0 15 0 19 0 902559539 10796011520 16504 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 7 0 0 0
[pid=22898/tid=22909] ppid=22896 vsize=10542980 CPUtime=0.14 cores=1,3,5,7
/proc/22898/task/22909/stat : 22909 (java) S 22896 22898 19566 0 -1 4202560 541 0 0 0 14 0 0 0 15 0 19 0 902559540 10796011520 16504 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 274676624896 0 0 0 16800975 18446604471006127104 0 0 -1 5 0 0 0
[pid=22898/tid=22910] ppid=22896 vsize=10542980 CPUtime=0 cores=1,3,5,7
/proc/22898/task/22910/stat : 22910 (java) S 22896 22898 19566 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 902559541 10796011520 16504 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 5 0 0 0
[pid=22898/tid=22911] ppid=22896 vsize=10542980 CPUtime=0 cores=1,3,5,7
/proc/22898/task/22911/stat : 22911 (java) S 22896 22898 19566 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 19 0 902559541 10796011520 16504 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 5 0 0 0
[pid=22898/tid=22912] ppid=22896 vsize=10542980 CPUtime=0 cores=1,3,5,7
/proc/22898/task/22912/stat : 22912 (java) S 22896 22898 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902559543 10796011520 16504 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 274676631985 0 4 0 16800975 18446604471006127104 0 0 -1 3 0 0 0
[pid=22898/tid=22913] ppid=22896 vsize=10542980 CPUtime=0.2 cores=1,3,5,7
/proc/22898/task/22913/stat : 22913 (java) S 22896 22898 19566 0 -1 4202560 1545 0 0 0 20 0 0 0 17 0 19 0 902559543 10796011520 16504 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 5 0 0 0
[pid=22898/tid=22914] ppid=22896 vsize=10542980 CPUtime=0.15 cores=1,3,5,7
/proc/22898/task/22914/stat : 22914 (java) S 22896 22898 19566 0 -1 4202560 1991 0 0 0 15 0 0 0 17 0 19 0 902559543 10796011520 16504 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 7 0 0 0
[pid=22898/tid=22915] ppid=22896 vsize=10542980 CPUtime=0 cores=1,3,5,7
/proc/22898/task/22915/stat : 22915 (java) S 22896 22898 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902559543 10796011520 16504 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 3 0 0 0
[pid=22898/tid=22916] ppid=22896 vsize=10542980 CPUtime=0 cores=1,3,5,7
/proc/22898/task/22916/stat : 22916 (java) S 22896 22898 19566 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902559543 10796011520 16504 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 274676624896 0 4 0 16800975 18446604471006127104 0 0 -1 7 0 0 0
[pid=22898/tid=22917] ppid=22896 vsize=10542980 CPUtime=0 cores=1,3,5,7
/proc/22898/task/22917/stat : 22917 (java) S 22896 22898 19566 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902559554 10796011520 16504 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 274676624896 0 4 0 16800975 18446604471006127104 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.47
Current children cumulated vsize (KiB) 10542980

[startup+6.30075 s]
/proc/loadavg: 2.02 2.02 1.95 3/212 22917
/proc/meminfo: memFree=11986400/32951132 swapFree=67054624/67111528
[pid=22898] ppid=22896 vsize=10542980 CPUtime=6.69 cores=1,3,5,7
/proc/22898/stat : 22898 (java) S 22896 22898 19566 0 -1 4202496 18192 0 1 0 666 3 0 0 23 0 19 0 902559537 10796011520 16637 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22898/statm: 2635745 16637 2247 9 0 2626479 0
[pid=22898/tid=22899] ppid=22896 vsize=10542980 CPUtime=5.97 cores=1,3,5,7
/proc/22898/task/22899/stat : 22899 (java) S 22896 22898 19566 0 -1 4202560 12054 0 1 0 595 2 0 0 18 0 19 0 902559538 10796011520 16637 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 3 0 0 0
[pid=22898/tid=22901] ppid=22896 vsize=10542980 CPUtime=0 cores=1,3,5,7
/proc/22898/task/22901/stat : 22901 (java) S 22896 22898 19566 0 -1 4202560 230 0 0 0 0 0 0 0 15 0 19 0 902559539 10796011520 16637 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 3 0 0 0
[pid=22898/tid=22902] ppid=22896 vsize=10542980 CPUtime=0 cores=1,3,5,7
/proc/22898/task/22902/stat : 22902 (java) S 22896 22898 19566 0 -1 4202560 64 0 0 0 0 0 0 0 15 0 19 0 902559539 10796011520 16637 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 7 0 0 0
[pid=22898/tid=22903] ppid=22896 vsize=10542980 CPUtime=0 cores=1,3,5,7
/proc/22898/task/22903/stat : 22903 (java) S 22896 22898 19566 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 19 0 902559539 10796011520 16637 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 1 0 0 0
[pid=22898/tid=22904] ppid=22896 vsize=10542980 CPUtime=0 cores=1,3,5,7
/proc/22898/task/22904/stat : 22904 (java) S 22896 22898 19566 0 -1 4202560 30 0 0 0 0 0 0 0 15 0 19 0 902559539 10796011520 16637 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 3 0 0 0
[pid=22898/tid=22905] ppid=22896 vsize=10542980 CPUtime=0 cores=1,3,5,7
/proc/22898/task/22905/stat : 22905 (java) S 22896 22898 19566 0 -1 4202560 3 0 0 0 0 0 0 0 16 0 19 0 902559539 10796011520 16637 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 1 0 0 0
[pid=22898/tid=22906] ppid=22896 vsize=10542980 CPUtime=0.01 cores=1,3,5,7
/proc/22898/task/22906/stat : 22906 (java) S 22896 22898 19566 0 -1 4202560 170 0 0 0 1 0 0 0 15 0 19 0 902559539 10796011520 16637 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 1 0 0 0
[pid=22898/tid=22907] ppid=22896 vsize=10542980 CPUtime=0 cores=1,3,5,7
/proc/22898/task/22907/stat : 22907 (java) S 22896 22898 19566 0 -1 4202560 134 0 0 0 0 0 0 0 15 0 19 0 902559539 10796011520 16637 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 3 0 0 0
[pid=22898/tid=22908] ppid=22896 vsize=10542980 CPUtime=0.01 cores=1,3,5,7
/proc/22898/task/22908/stat : 22908 (java) S 22896 22898 19566 0 -1 4202560 109 0 0 0 1 0 0 0 15 0 19 0 902559539 10796011520 16637 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 7 0 0 0
[pid=22898/tid=22909] ppid=22896 vsize=10542980 CPUtime=0.28 cores=1,3,5,7
/proc/22898/task/22909/stat : 22909 (java) R 22896 22898 19566 0 -1 4202560 662 0 0 0 28 0 0 0 15 0 19 0 902559540 10796011520 16637 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 47008545564329 0 0 0 16800975 0 0 0 -1 5 0 0 0
[pid=22898/tid=22910] ppid=22896 vsize=10542980 CPUtime=0 cores=1,3,5,7
/proc/22898/task/22910/stat : 22910 (java) S 22896 22898 19566 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 902559541 10796011520 16637 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 5 0 0 0
[pid=22898/tid=22911] ppid=22896 vsize=10542980 CPUtime=0 cores=1,3,5,7
/proc/22898/task/22911/stat : 22911 (java) S 22896 22898 19566 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 19 0 902559541 10796011520 16637 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 5 0 0 0
[pid=22898/tid=22912] ppid=22896 vsize=10542980 CPUtime=0 cores=1,3,5,7
/proc/22898/task/22912/stat : 22912 (java) S 22896 22898 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902559543 10796011520 16637 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 274676631985 0 4 0 16800975 18446604471006127104 0 0 -1 3 0 0 0
[pid=22898/tid=22913] ppid=22896 vsize=10542980 CPUtime=0.21 cores=1,3,5,7
/proc/22898/task/22913/stat : 22913 (java) S 22896 22898 19566 0 -1 4202560 1545 0 0 0 21 0 0 0 15 0 19 0 902559543 10796011520 16637 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 5 0 0 0
[pid=22898/tid=22914] ppid=22896 vsize=10542980 CPUtime=0.15 cores=1,3,5,7
/proc/22898/task/22914/stat : 22914 (java) S 22896 22898 19566 0 -1 4202560 1991 0 0 0 15 0 0 0 17 0 19 0 902559543 10796011520 16637 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 7 0 0 0

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

/proc/22898/task/22901/stat : 22901 (java) S 22896 22898 19566 0 -1 4202560 230 0 0 0 2 0 0 0 15 0 19 0 902559539 10796290048 16949 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 3 0 0 0
[pid=22898/tid=22902] ppid=22896 vsize=10543252 CPUtime=0.02 cores=1,3,5,7
/proc/22898/task/22902/stat : 22902 (java) S 22896 22898 19566 0 -1 4202560 71 0 0 0 2 0 0 0 15 0 19 0 902559539 10796290048 16949 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 1 0 0 0
[pid=22898/tid=22903] ppid=22896 vsize=10543252 CPUtime=0.02 cores=1,3,5,7
/proc/22898/task/22903/stat : 22903 (java) S 22896 22898 19566 0 -1 4202560 50 0 0 0 2 0 0 0 15 0 19 0 902559539 10796290048 16949 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 7 0 0 0
[pid=22898/tid=22904] ppid=22896 vsize=10543252 CPUtime=0.02 cores=1,3,5,7
/proc/22898/task/22904/stat : 22904 (java) S 22896 22898 19566 0 -1 4202560 36 0 0 0 2 0 0 0 15 0 19 0 902559539 10796290048 16949 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 7 0 0 0
[pid=22898/tid=22905] ppid=22896 vsize=10543252 CPUtime=0.02 cores=1,3,5,7
/proc/22898/task/22905/stat : 22905 (java) S 22896 22898 19566 0 -1 4202560 6 0 0 0 2 0 0 0 15 0 19 0 902559539 10796290048 16949 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 1 0 0 0
[pid=22898/tid=22906] ppid=22896 vsize=10543252 CPUtime=0.02 cores=1,3,5,7
/proc/22898/task/22906/stat : 22906 (java) S 22896 22898 19566 0 -1 4202560 172 0 0 0 2 0 0 0 15 0 19 0 902559539 10796290048 16949 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 3 0 0 0
[pid=22898/tid=22907] ppid=22896 vsize=10543252 CPUtime=0.02 cores=1,3,5,7
/proc/22898/task/22907/stat : 22907 (java) S 22896 22898 19566 0 -1 4202560 136 0 0 0 2 0 0 0 15 0 19 0 902559539 10796290048 16949 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 3 0 0 0
[pid=22898/tid=22908] ppid=22896 vsize=10543252 CPUtime=0.03 cores=1,3,5,7
/proc/22898/task/22908/stat : 22908 (java) S 22896 22898 19566 0 -1 4202560 112 0 0 0 3 0 0 0 15 0 19 0 902559539 10796290048 16949 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 1 0 0 0
[pid=22898/tid=22909] ppid=22896 vsize=10543252 CPUtime=1.36 cores=1,3,5,7
/proc/22898/task/22909/stat : 22909 (java) S 22896 22898 19566 0 -1 4202560 884 0 0 0 135 1 0 0 15 0 19 0 902559540 10796290048 16949 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 274676624896 0 0 0 16800975 18446604471006127104 0 0 -1 5 0 0 0
[pid=22898/tid=22910] ppid=22896 vsize=10543252 CPUtime=0 cores=1,3,5,7
/proc/22898/task/22910/stat : 22910 (java) S 22896 22898 19566 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 902559541 10796290048 16949 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 5 0 0 0
[pid=22898/tid=22911] ppid=22896 vsize=10543252 CPUtime=0 cores=1,3,5,7
/proc/22898/task/22911/stat : 22911 (java) S 22896 22898 19566 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 19 0 902559541 10796290048 16949 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 5 0 0 0
[pid=22898/tid=22912] ppid=22896 vsize=10543252 CPUtime=0 cores=1,3,5,7
/proc/22898/task/22912/stat : 22912 (java) S 22896 22898 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902559543 10796290048 16949 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 274676631985 0 4 0 16800975 18446604471006127104 0 0 -1 3 0 0 0
[pid=22898/tid=22913] ppid=22896 vsize=10543252 CPUtime=0.24 cores=1,3,5,7
/proc/22898/task/22913/stat : 22913 (java) S 22896 22898 19566 0 -1 4202560 1821 0 0 0 24 0 0 0 15 0 19 0 902559543 10796290048 16949 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 5 0 0 0
[pid=22898/tid=22914] ppid=22896 vsize=10543252 CPUtime=0.15 cores=1,3,5,7
/proc/22898/task/22914/stat : 22914 (java) S 22896 22898 19566 0 -1 4202560 1991 0 0 0 15 0 0 0 17 0 19 0 902559543 10796290048 16949 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 7 0 0 0
[pid=22898/tid=22915] ppid=22896 vsize=10543252 CPUtime=0 cores=1,3,5,7
/proc/22898/task/22915/stat : 22915 (java) S 22896 22898 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902559543 10796290048 16949 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 3 0 0 0
[pid=22898/tid=22916] ppid=22896 vsize=10543252 CPUtime=0 cores=1,3,5,7
/proc/22898/task/22916/stat : 22916 (java) S 22896 22898 19566 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 902559543 10796290048 16949 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 274676624896 0 4 0 16800975 18446604471006127104 0 0 -1 1 0 0 0
[pid=22898/tid=22917] ppid=22896 vsize=10543252 CPUtime=0 cores=1,3,5,7
/proc/22898/task/22917/stat : 22917 (java) S 22896 22898 19566 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902559554 10796290048 16949 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 274676624896 0 4 0 16800975 18446604471006127104 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 32.4
Current children cumulated vsize (KiB) 10543252

[startup+33.5011 s]
/proc/loadavg: 2.08 2.04 1.95 4/212 22918
/proc/meminfo: memFree=11981704/32951132 swapFree=67054624/67111528
[pid=22898] ppid=22896 vsize=10543252 CPUtime=34 cores=1,3,5,7
/proc/22898/stat : 22898 (java) S 22896 22898 19566 0 -1 4202496 18836 0 1 0 3394 6 0 0 23 0 19 0 902559537 10796290048 16978 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22898/statm: 2635813 16978 2248 9 0 2626547 0
[pid=22898/tid=22899] ppid=22896 vsize=10543252 CPUtime=31.91 cores=1,3,5,7
/proc/22898/task/22899/stat : 22899 (java) R 22896 22898 19566 0 -1 4202560 12141 0 1 0 3189 2 0 0 25 0 19 0 902559538 10796290048 16978 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 46912505550048 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=22898/tid=22901] ppid=22896 vsize=10543252 CPUtime=0.02 cores=1,3,5,7
/proc/22898/task/22901/stat : 22901 (java) S 22896 22898 19566 0 -1 4202560 230 0 0 0 2 0 0 0 15 0 19 0 902559539 10796290048 16978 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 1 0 0 0
[pid=22898/tid=22902] ppid=22896 vsize=10543252 CPUtime=0.02 cores=1,3,5,7
/proc/22898/task/22902/stat : 22902 (java) S 22896 22898 19566 0 -1 4202560 71 0 0 0 2 0 0 0 15 0 19 0 902559539 10796290048 16978 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 1 0 0 0
[pid=22898/tid=22903] ppid=22896 vsize=10543252 CPUtime=0.02 cores=1,3,5,7
/proc/22898/task/22903/stat : 22903 (java) S 22896 22898 19566 0 -1 4202560 50 0 0 0 2 0 0 0 15 0 19 0 902559539 10796290048 16978 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 7 0 0 0
[pid=22898/tid=22904] ppid=22896 vsize=10543252 CPUtime=0.03 cores=1,3,5,7
/proc/22898/task/22904/stat : 22904 (java) S 22896 22898 19566 0 -1 4202560 36 0 0 0 3 0 0 0 15 0 19 0 902559539 10796290048 16978 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 7 0 0 0
[pid=22898/tid=22905] ppid=22896 vsize=10543252 CPUtime=0.02 cores=1,3,5,7
/proc/22898/task/22905/stat : 22905 (java) S 22896 22898 19566 0 -1 4202560 6 0 0 0 2 0 0 0 15 0 19 0 902559539 10796290048 16978 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 7 0 0 0
[pid=22898/tid=22906] ppid=22896 vsize=10543252 CPUtime=0.03 cores=1,3,5,7
/proc/22898/task/22906/stat : 22906 (java) S 22896 22898 19566 0 -1 4202560 172 0 0 0 3 0 0 0 15 0 19 0 902559539 10796290048 16978 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 1 0 0 0
[pid=22898/tid=22907] ppid=22896 vsize=10543252 CPUtime=0.02 cores=1,3,5,7
/proc/22898/task/22907/stat : 22907 (java) S 22896 22898 19566 0 -1 4202560 136 0 0 0 2 0 0 0 16 0 19 0 902559539 10796290048 16978 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 3 0 0 0
[pid=22898/tid=22908] ppid=22896 vsize=10543252 CPUtime=0.03 cores=1,3,5,7
/proc/22898/task/22908/stat : 22908 (java) S 22896 22898 19566 0 -1 4202560 112 0 0 0 3 0 0 0 15 0 19 0 902559539 10796290048 16978 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 3 0 0 0
[pid=22898/tid=22909] ppid=22896 vsize=10543252 CPUtime=1.42 cores=1,3,5,7
/proc/22898/task/22909/stat : 22909 (java) S 22896 22898 19566 0 -1 4202560 915 0 0 0 141 1 0 0 15 0 19 0 902559540 10796290048 16978 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 274676624896 0 0 0 16800975 18446604471006127104 0 0 -1 5 0 0 0
[pid=22898/tid=22910] ppid=22896 vsize=10543252 CPUtime=0 cores=1,3,5,7
/proc/22898/task/22910/stat : 22910 (java) S 22896 22898 19566 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 902559541 10796290048 16978 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 5 0 0 0
[pid=22898/tid=22911] ppid=22896 vsize=10543252 CPUtime=0 cores=1,3,5,7
/proc/22898/task/22911/stat : 22911 (java) S 22896 22898 19566 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 19 0 902559541 10796290048 16978 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 5 0 0 0
[pid=22898/tid=22912] ppid=22896 vsize=10543252 CPUtime=0 cores=1,3,5,7
/proc/22898/task/22912/stat : 22912 (java) S 22896 22898 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902559543 10796290048 16978 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 274676631985 0 4 0 16800975 18446604471006127104 0 0 -1 3 0 0 0
[pid=22898/tid=22913] ppid=22896 vsize=10543252 CPUtime=0.24 cores=1,3,5,7
/proc/22898/task/22913/stat : 22913 (java) S 22896 22898 19566 0 -1 4202560 1821 0 0 0 24 0 0 0 15 0 19 0 902559543 10796290048 16978 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 5 0 0 0
[pid=22898/tid=22914] ppid=22896 vsize=10543252 CPUtime=0.15 cores=1,3,5,7
/proc/22898/task/22914/stat : 22914 (java) S 22896 22898 19566 0 -1 4202560 1991 0 0 0 15 0 0 0 17 0 19 0 902559543 10796290048 16978 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 7 0 0 0
[pid=22898/tid=22915] ppid=22896 vsize=10543252 CPUtime=0 cores=1,3,5,7
/proc/22898/task/22915/stat : 22915 (java) S 22896 22898 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902559543 10796290048 16978 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 3 0 0 0
[pid=22898/tid=22916] ppid=22896 vsize=10543252 CPUtime=0 cores=1,3,5,7
/proc/22898/task/22916/stat : 22916 (java) S 22896 22898 19566 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 902559543 10796290048 16978 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 274676624896 0 4 0 16800975 18446604471006127104 0 0 -1 1 0 0 0
[pid=22898/tid=22917] ppid=22896 vsize=10543252 CPUtime=0 cores=1,3,5,7
/proc/22898/task/22917/stat : 22917 (java) S 22896 22898 19566 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902559554 10796290048 16978 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 274676624896 0 4 0 16800975 18446604471006127104 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 34
Current children cumulated vsize (KiB) 10543252

[startup+34.3009 s]
/proc/loadavg: 2.08 2.04 1.95 4/212 22918
/proc/meminfo: memFree=11964584/32951132 swapFree=67054624/67111528
[pid=22898] ppid=22896 vsize=10563192 CPUtime=35.21 cores=1,3,5,7
/proc/22898/stat : 22898 (java) S 22896 22898 19566 0 -1 4202496 26416 0 1 0 3514 7 0 0 23 0 19 0 902559537 10816708608 22017 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22898/statm: 2640798 22017 2251 9 0 2631532 0
[pid=22898/tid=22899] ppid=22896 vsize=10563192 CPUtime=32.68 cores=1,3,5,7
/proc/22898/task/22899/stat : 22899 (java) R 22896 22898 19566 0 -1 4202560 12145 0 1 0 3266 2 0 0 25 0 19 0 902559538 10816708608 22017 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 46912505535886 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=22898/tid=22901] ppid=22896 vsize=10563192 CPUtime=0.02 cores=1,3,5,7
/proc/22898/task/22901/stat : 22901 (java) S 22896 22898 19566 0 -1 4202560 230 0 0 0 2 0 0 0 15 0 19 0 902559539 10816708608 22017 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 1 0 0 0
[pid=22898/tid=22902] ppid=22896 vsize=10563192 CPUtime=0.02 cores=1,3,5,7
/proc/22898/task/22902/stat : 22902 (java) S 22896 22898 19566 0 -1 4202560 71 0 0 0 2 0 0 0 15 0 19 0 902559539 10816708608 22017 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 1 0 0 0
[pid=22898/tid=22903] ppid=22896 vsize=10563192 CPUtime=0.03 cores=1,3,5,7
/proc/22898/task/22903/stat : 22903 (java) S 22896 22898 19566 0 -1 4202560 50 0 0 0 3 0 0 0 15 0 19 0 902559539 10816708608 22017 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 7 0 0 0
[pid=22898/tid=22904] ppid=22896 vsize=10563192 CPUtime=0.03 cores=1,3,5,7
/proc/22898/task/22904/stat : 22904 (java) S 22896 22898 19566 0 -1 4202560 36 0 0 0 3 0 0 0 15 0 19 0 902559539 10816708608 22017 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 7 0 0 0
[pid=22898/tid=22905] ppid=22896 vsize=10563192 CPUtime=0.02 cores=1,3,5,7
/proc/22898/task/22905/stat : 22905 (java) S 22896 22898 19566 0 -1 4202560 6 0 0 0 2 0 0 0 15 0 19 0 902559539 10816708608 22017 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 7 0 0 0
[pid=22898/tid=22906] ppid=22896 vsize=10563192 CPUtime=0.03 cores=1,3,5,7
/proc/22898/task/22906/stat : 22906 (java) S 22896 22898 19566 0 -1 4202560 172 0 0 0 3 0 0 0 15 0 19 0 902559539 10816708608 22017 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 1 0 0 0
[pid=22898/tid=22907] ppid=22896 vsize=10563192 CPUtime=0.02 cores=1,3,5,7
/proc/22898/task/22907/stat : 22907 (java) S 22896 22898 19566 0 -1 4202560 136 0 0 0 2 0 0 0 15 0 19 0 902559539 10816708608 22017 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 7 0 0 0
[pid=22898/tid=22908] ppid=22896 vsize=10563192 CPUtime=0.03 cores=1,3,5,7
/proc/22898/task/22908/stat : 22908 (java) S 22896 22898 19566 0 -1 4202560 112 0 0 0 3 0 0 0 15 0 19 0 902559539 10816708608 22017 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 7 0 0 0
[pid=22898/tid=22909] ppid=22896 vsize=10563192 CPUtime=1.45 cores=1,3,5,7
/proc/22898/task/22909/stat : 22909 (java) S 22896 22898 19566 0 -1 4202560 940 0 0 0 144 1 0 0 16 0 19 0 902559540 10816708608 22017 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 274676624896 0 0 0 16800975 18446604471006127104 0 0 -1 3 0 0 0
[pid=22898/tid=22910] ppid=22896 vsize=10563192 CPUtime=0 cores=1,3,5,7
/proc/22898/task/22910/stat : 22910 (java) S 22896 22898 19566 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 902559541 10816708608 22017 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 5 0 0 0
[pid=22898/tid=22911] ppid=22896 vsize=10563192 CPUtime=0 cores=1,3,5,7
/proc/22898/task/22911/stat : 22911 (java) S 22896 22898 19566 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 19 0 902559541 10816708608 22017 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 5 0 0 0
[pid=22898/tid=22912] ppid=22896 vsize=10563192 CPUtime=0 cores=1,3,5,7
/proc/22898/task/22912/stat : 22912 (java) S 22896 22898 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902559543 10816708608 22017 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 274676631985 0 4 0 16800975 18446604471006127104 0 0 -1 3 0 0 0
[pid=22898/tid=22913] ppid=22896 vsize=10563192 CPUtime=0.59 cores=1,3,5,7
/proc/22898/task/22913/stat : 22913 (java) R 22896 22898 19566 0 -1 4202560 8947 0 0 0 59 0 0 0 16 0 19 0 902559543 10816708608 22017 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 47008545396544 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=22898/tid=22914] ppid=22896 vsize=10563192 CPUtime=0.19 cores=1,3,5,7
/proc/22898/task/22914/stat : 22914 (java) S 22896 22898 19566 0 -1 4202560 2416 0 0 0 19 0 0 0 15 0 19 0 902559543 10816708608 22017 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 7 0 0 0
[pid=22898/tid=22915] ppid=22896 vsize=10563192 CPUtime=0 cores=1,3,5,7
/proc/22898/task/22915/stat : 22915 (java) S 22896 22898 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902559543 10816708608 22017 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 3 0 0 0
[pid=22898/tid=22916] ppid=22896 vsize=10563192 CPUtime=0 cores=1,3,5,7
/proc/22898/task/22916/stat : 22916 (java) S 22896 22898 19566 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 902559543 10816708608 22017 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 274676624896 0 4 0 16800975 18446604471006127104 0 0 -1 1 0 0 0
[pid=22898/tid=22917] ppid=22896 vsize=10563192 CPUtime=0 cores=1,3,5,7
/proc/22898/task/22917/stat : 22917 (java) S 22896 22898 19566 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902559554 10816708608 22017 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 274676624896 0 4 0 16800975 18446604471006127104 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 35.21
Current children cumulated vsize (KiB) 10563192

[startup+34.5009 s]
/proc/loadavg: 2.08 2.04 1.95 4/212 22918
/proc/meminfo: memFree=11964584/32951132 swapFree=67054624/67111528
[pid=22898] ppid=22896 vsize=10563192 CPUtime=35.6 cores=1,3,5,7
/proc/22898/stat : 22898 (java) S 22896 22898 19566 0 -1 4202496 26454 0 1 0 3553 7 0 0 23 0 19 0 902559537 10816708608 22055 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22898/statm: 2640798 22055 2251 9 0 2631532 0
[pid=22898/tid=22899] ppid=22896 vsize=10563192 CPUtime=32.88 cores=1,3,5,7
/proc/22898/task/22899/stat : 22899 (java) R 22896 22898 19566 0 -1 4202560 12145 0 1 0 3286 2 0 0 25 0 19 0 902559538 10816708608 22055 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 46912505577757 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=22898/tid=22901] ppid=22896 vsize=10563192 CPUtime=0.02 cores=1,3,5,7
/proc/22898/task/22901/stat : 22901 (java) S 22896 22898 19566 0 -1 4202560 230 0 0 0 2 0 0 0 15 0 19 0 902559539 10816708608 22055 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 1 0 0 0
[pid=22898/tid=22902] ppid=22896 vsize=10563192 CPUtime=0.02 cores=1,3,5,7
/proc/22898/task/22902/stat : 22902 (java) S 22896 22898 19566 0 -1 4202560 71 0 0 0 2 0 0 0 15 0 19 0 902559539 10816708608 22055 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 1 0 0 0
[pid=22898/tid=22903] ppid=22896 vsize=10563192 CPUtime=0.03 cores=1,3,5,7
/proc/22898/task/22903/stat : 22903 (java) S 22896 22898 19566 0 -1 4202560 50 0 0 0 3 0 0 0 15 0 19 0 902559539 10816708608 22055 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 7 0 0 0
[pid=22898/tid=22904] ppid=22896 vsize=10563192 CPUtime=0.03 cores=1,3,5,7
/proc/22898/task/22904/stat : 22904 (java) S 22896 22898 19566 0 -1 4202560 36 0 0 0 3 0 0 0 15 0 19 0 902559539 10816708608 22055 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 7 0 0 0
[pid=22898/tid=22905] ppid=22896 vsize=10563192 CPUtime=0.02 cores=1,3,5,7
/proc/22898/task/22905/stat : 22905 (java) S 22896 22898 19566 0 -1 4202560 6 0 0 0 2 0 0 0 15 0 19 0 902559539 10816708608 22055 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 7 0 0 0
[pid=22898/tid=22906] ppid=22896 vsize=10563192 CPUtime=0.03 cores=1,3,5,7
/proc/22898/task/22906/stat : 22906 (java) S 22896 22898 19566 0 -1 4202560 172 0 0 0 3 0 0 0 15 0 19 0 902559539 10816708608 22055 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 1 0 0 0
[pid=22898/tid=22907] ppid=22896 vsize=10563192 CPUtime=0.02 cores=1,3,5,7
/proc/22898/task/22907/stat : 22907 (java) S 22896 22898 19566 0 -1 4202560 136 0 0 0 2 0 0 0 15 0 19 0 902559539 10816708608 22055 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 7 0 0 0
[pid=22898/tid=22908] ppid=22896 vsize=10563192 CPUtime=0.03 cores=1,3,5,7
/proc/22898/task/22908/stat : 22908 (java) S 22896 22898 19566 0 -1 4202560 112 0 0 0 3 0 0 0 15 0 19 0 902559539 10816708608 22055 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 7 0 0 0
[pid=22898/tid=22909] ppid=22896 vsize=10563192 CPUtime=1.45 cores=1,3,5,7
/proc/22898/task/22909/stat : 22909 (java) S 22896 22898 19566 0 -1 4202560 940 0 0 0 144 1 0 0 16 0 19 0 902559540 10816708608 22055 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 274676624896 0 0 0 16800975 18446604471006127104 0 0 -1 3 0 0 0
[pid=22898/tid=22910] ppid=22896 vsize=10563192 CPUtime=0 cores=1,3,5,7
/proc/22898/task/22910/stat : 22910 (java) S 22896 22898 19566 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 902559541 10816708608 22055 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 5 0 0 0
[pid=22898/tid=22911] ppid=22896 vsize=10563192 CPUtime=0 cores=1,3,5,7
/proc/22898/task/22911/stat : 22911 (java) S 22896 22898 19566 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 19 0 902559541 10816708608 22055 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 5 0 0 0
[pid=22898/tid=22912] ppid=22896 vsize=10563192 CPUtime=0 cores=1,3,5,7
/proc/22898/task/22912/stat : 22912 (java) S 22896 22898 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902559543 10816708608 22055 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 274676631985 0 4 0 16800975 18446604471006127104 0 0 -1 3 0 0 0
[pid=22898/tid=22913] ppid=22896 vsize=10563192 CPUtime=0.77 cores=1,3,5,7
/proc/22898/task/22913/stat : 22913 (java) S 22896 22898 19566 0 -1 4202560 8985 0 0 0 77 0 0 0 16 0 19 0 902559543 10816708608 22055 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 5 0 0 0
[pid=22898/tid=22914] ppid=22896 vsize=10563192 CPUtime=0.2 cores=1,3,5,7
/proc/22898/task/22914/stat : 22914 (java) S 22896 22898 19566 0 -1 4202560 2416 0 0 0 20 0 0 0 16 0 19 0 902559543 10816708608 22055 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 7 0 0 0
[pid=22898/tid=22915] ppid=22896 vsize=10563192 CPUtime=0 cores=1,3,5,7
/proc/22898/task/22915/stat : 22915 (java) S 22896 22898 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902559543 10816708608 22055 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 274676624281 0 4 0 16800975 18446604471006127104 0 0 -1 3 0 0 0
[pid=22898/tid=22916] ppid=22896 vsize=10563192 CPUtime=0 cores=1,3,5,7
/proc/22898/task/22916/stat : 22916 (java) S 22896 22898 19566 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 902559543 10816708608 22055 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 274676624896 0 4 0 16800975 18446604471006127104 0 0 -1 1 0 0 0
[pid=22898/tid=22917] ppid=22896 vsize=10563192 CPUtime=0 cores=1,3,5,7
/proc/22898/task/22917/stat : 22917 (java) S 22896 22898 19566 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902559554 10816708608 22055 33554432000 1073741824 1073778376 140735193570560 18446744073709551615 274676624896 0 4 0 16800975 18446604471006127104 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 35.6
Current children cumulated vsize (KiB) 10563192

Child status: 30
Real time (s): 34.5956
CPU time (s): 35.7016
CPU user time (s): 35.6256
CPU system time (s): 0.075988
CPU usage (%): 103.197
Max. virtual memory (cumulated for all children) (KiB): 10563192

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 35.6256
system time used= 0.075988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26474
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= 3738
involuntary context switches= 1230

runsolver used 0.05999 second user time and 0.140978 second system time

The end

Launcher Data

Begin job on node131 at 2011-06-12 22:13:19
IDJOB=3492348
IDBENCH=78772
IDSOLVER=1982
FILE ID=node131/3492348-1307909599
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.1111225122--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-3492348-1307909599/watcher-3492348-1307909599 -o /tmp/evaluation-result-3492348-1307909599/solver-3492348-1307909599 -C 1800 -W 1900 -M 15500  java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492348-1307909599.wbo

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

MD5SUM BENCH= c5bd7b5672b52c4fa4ed23b344c70430
RANDOM SEED=1567553987

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:      12045152 kB
Buffers:        332980 kB
Cached:       19808580 kB
SwapCached:       9816 kB
Active:       15659520 kB
Inactive:      4561768 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      12045152 kB
SwapTotal:    67111528 kB
SwapFree:     67054624 kB
Dirty:            1064 kB
Writeback:           0 kB
AnonPages:       77320 kB
Mapped:          21408 kB
Slab:           622320 kB
PageTables:       5028 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 10549140 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:13:54