Trace number 3688887

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 NameAnswerobjective functionCPU timeWall clock time
Sat 4j PB Resolution 2.3.2 Snapshot? (TO) 1800.6 1795.95

General information on the benchmark

Name/OPT-SMALLINT-LIN/flexray/
normalized-fx30.opb
MD5SUMa013c9210a7cfe037db9246041ce6240
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables774
Total number of constraints994
Number of constraints which are clauses771
Number of constraints which are cardinality constraints (but not clauses)31
Number of constraints which are nor clauses,nor cardinality constraints192
Minimum length of a constraint2
Maximum length of a constraint192
Number of terms in the objective function 3
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 3
Number of bits of the sum of numbers in the objective function 2
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 380
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.02/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.02/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.07	c See www.sat4j.org for details.
0.02/0.08	c version 2.3.2.v20120418
0.02/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.08	c java.vm.version	19.1-b02
0.02/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.08	c sun.arch.data.model	64
0.02/0.08	c java.version		1.6.0_24
0.02/0.08	c os.name		Linux
0.02/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.02/0.08	c os.arch		amd64
0.02/0.08	c Free memory 		501472288
0.02/0.08	c Max memory 		7480803328
0.02/0.08	c Total memory 		504102912
0.02/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-3688887-1337888419.opb
0.11/0.10	c reading problem ... 
0.28/0.26	c ... done. Wall clock time 0.161s.
0.28/0.26	c declared #vars     774
0.28/0.26	c #constraints  1024
0.28/0.26	c constraints type 
0.28/0.26	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.28/0.26	c org.sat4j.minisat.constraints.cnf.UnitClauses => 1
0.28/0.26	c org.sat4j.minisat.constraints.card.MinWatchCard => 30
0.28/0.26	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 771
0.28/0.26	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 192
0.28/0.26	c 1024 constraints processed.
0.28/0.26	c objective function length is 3 literals
1.38/0.85	c cleaning 2502 clauses out of 5003 with flag 5003/5003
1.94/1.39	c cleaning 4243 clauses out of 8498 with flag 11000/11000
2.43/1.88	c cleaning 5616 clauses out of 11255 with flag 18000/18000
3.04/2.47	c cleaning 6819 clauses out of 13639 with flag 26000/26000
3.78/3.17	c cleaning 7909 clauses out of 15820 with flag 35000/35000
4.60/3.97	c cleaning 8944 clauses out of 17911 with flag 45000/45000
5.60/4.98	c cleaning 9976 clauses out of 19967 with flag 56000/56000
6.81/6.17	c cleaning 10996 clauses out of 21992 with flag 68001/68001
8.21/7.53	c cleaning 11993 clauses out of 23995 with flag 81000/81000
9.54/8.81	c cleaning 12994 clauses out of 26002 with flag 95000/95000
10.84/10.13	c cleaning 13982 clauses out of 28010 with flag 110002/110002
12.65/11.91	c cleaning 15006 clauses out of 30026 with flag 126000/126000
14.26/13.53	c cleaning 16010 clauses out of 32020 with flag 143000/143000
15.96/15.27	c cleaning 17001 clauses out of 34010 with flag 161000/161000
18.07/17.33	c cleaning 17992 clauses out of 36011 with flag 180002/180002
20.30/19.53	c cleaning 19001 clauses out of 38018 with flag 200001/200001
22.62/21.82	c cleaning 19973 clauses out of 40016 with flag 221000/221000
25.33/24.55	c cleaning 21011 clauses out of 42044 with flag 243001/243001
28.06/27.22	c cleaning 22012 clauses out of 44035 with flag 266003/266003
30.98/30.19	c cleaning 23007 clauses out of 46021 with flag 290001/290001
33.68/32.82	c cleaning 23979 clauses out of 48013 with flag 315000/315000
36.99/36.12	c cleaning 25007 clauses out of 50034 with flag 341000/341000
40.31/39.40	c cleaning 26009 clauses out of 52027 with flag 368000/368000
43.61/42.73	c cleaning 26984 clauses out of 54018 with flag 396000/396000
47.12/46.27	c cleaning 27986 clauses out of 56034 with flag 425000/425000
51.24/50.32	c cleaning 29023 clauses out of 58048 with flag 455000/455000
54.96/54.01	c cleaning 30007 clauses out of 60025 with flag 486000/486000
58.97/58.04	c cleaning 31001 clauses out of 62019 with flag 518001/518001
63.29/62.35	c cleaning 31977 clauses out of 64018 with flag 551001/551001
68.10/67.14	c cleaning 33014 clauses out of 66042 with flag 585002/585002
72.41/71.49	c cleaning 34006 clauses out of 68026 with flag 620000/620000
76.62/75.67	c cleaning 35001 clauses out of 70024 with flag 656004/656004
81.13/80.13	c cleaning 36002 clauses out of 72019 with flag 693000/693000
85.83/84.86	c cleaning 37001 clauses out of 74017 with flag 731000/731000
90.85/89.80	c cleaning 38000 clauses out of 76016 with flag 770000/770000
95.87/94.84	c cleaning 39000 clauses out of 78016 with flag 810000/810000
101.49/100.45	c cleaning 40000 clauses out of 80017 with flag 851001/851001
107.21/106.16	c cleaning 40995 clauses out of 82016 with flag 893000/893000
113.74/112.61	c cleaning 42000 clauses out of 84022 with flag 936001/936001
119.45/118.38	c cleaning 42993 clauses out of 86021 with flag 980000/980000
125.26/124.17	c cleaning 44008 clauses out of 88028 with flag 1025000/1025000
132.09/130.93	c cleaning 44997 clauses out of 90020 with flag 1071000/1071000
137.82/136.66	c cleaning 46002 clauses out of 92024 with flag 1118001/1118001
144.45/143.28	c cleaning 47001 clauses out of 94022 with flag 1166001/1166001
151.56/150.33	c cleaning 48003 clauses out of 96020 with flag 1215000/1215000
158.99/157.78	c cleaning 48987 clauses out of 98018 with flag 1265001/1265001
166.71/165.44	c cleaning 49999 clauses out of 100030 with flag 1316000/1316000
174.27/172.90	c cleaning 51010 clauses out of 102031 with flag 1368000/1368000
181.38/180.09	c cleaning 51993 clauses out of 104023 with flag 1421002/1421002
190.20/188.88	c cleaning 53007 clauses out of 106028 with flag 1475000/1475000
198.34/196.90	c cleaning 53999 clauses out of 108021 with flag 1530000/1530000
207.36/205.95	c cleaning 54981 clauses out of 110022 with flag 1586000/1586000
217.09/215.64	c cleaning 56011 clauses out of 112044 with flag 1643003/1643003
227.91/226.42	c cleaning 56994 clauses out of 114030 with flag 1701000/1701000
236.93/235.45	c cleaning 58007 clauses out of 116038 with flag 1760002/1760002
246.43/244.93	c cleaning 59013 clauses out of 118031 with flag 1820002/1820002
256.38/254.89	c cleaning 59995 clauses out of 120016 with flag 1881000/1881000
267.73/266.14	c cleaning 61005 clauses out of 122022 with flag 1943001/1943001
278.16/276.53	c cleaning 62009 clauses out of 124020 with flag 2006004/2006004
289.77/288.13	c cleaning 62987 clauses out of 126010 with flag 2070003/2070003
300.09/298.44	c cleaning 63998 clauses out of 128020 with flag 2135000/2135000
310.31/308.61	c cleaning 64997 clauses out of 130024 with flag 2201002/2201002
321.54/319.89	c cleaning 66004 clauses out of 132025 with flag 2268000/2268000
333.28/331.56	c cleaning 66995 clauses out of 134021 with flag 2336000/2336000
344.54/342.71	c cleaning 68011 clauses out of 136028 with flag 2405002/2405002
354.89/353.06	c cleaning 68989 clauses out of 138016 with flag 2475001/2475001
368.60/366.70	c cleaning 70006 clauses out of 140027 with flag 2546001/2546001
380.15/378.21	c cleaning 71003 clauses out of 142023 with flag 2618003/2618003
391.98/390.04	c cleaning 71986 clauses out of 144020 with flag 2691003/2691003
404.58/402.69	c cleaning 73005 clauses out of 146033 with flag 2765002/2765002
417.99/416.04	c cleaning 74003 clauses out of 148028 with flag 2840002/2840002
430.83/428.86	c cleaning 74996 clauses out of 150025 with flag 2916002/2916002
446.05/444.09	c cleaning 76004 clauses out of 152029 with flag 2993002/2993002
459.48/457.42	c cleaning 77001 clauses out of 154024 with flag 3071001/3071001
474.72/472.67	c cleaning 77953 clauses out of 156022 with flag 3150000/3150000
490.95/488.82	c cleaning 79027 clauses out of 158070 with flag 3230001/3230001
505.66/503.53	c cleaning 80002 clauses out of 160042 with flag 3311000/3311000
526.79/524.69	c cleaning 80995 clauses out of 162041 with flag 3393001/3393001
542.91/540.77	c cleaning 82012 clauses out of 164049 with flag 3476004/3476004
560.25/558.00	c cleaning 83007 clauses out of 166034 with flag 3560001/3560001
575.69/573.46	c cleaning 84004 clauses out of 168026 with flag 3645000/3645000
592.61/590.31	c cleaning 85000 clauses out of 170022 with flag 3731000/3731000
612.45/610.12	c cleaning 86005 clauses out of 172023 with flag 3818001/3818001
629.27/626.98	c cleaning 86998 clauses out of 174017 with flag 3906000/3906000
646.01/643.66	c cleaning 88002 clauses out of 176020 with flag 3995001/3995001
662.23/659.82	c cleaning 89008 clauses out of 178020 with flag 4085003/4085003
677.97/675.54	c cleaning 89974 clauses out of 180010 with flag 4176001/4176001
694.79/692.31	c cleaning 91009 clauses out of 182036 with flag 4268001/4268001
712.35/709.85	c cleaning 91989 clauses out of 184027 with flag 4361001/4361001
730.09/727.58	c cleaning 92999 clauses out of 186037 with flag 4455000/4455000
746.92/744.30	c cleaning 94013 clauses out of 188040 with flag 4550002/4550002
764.13/761.56	c cleaning 94958 clauses out of 190025 with flag 4646000/4646000
787.25/784.64	c cleaning 96017 clauses out of 192067 with flag 4743000/4743000
805.39/802.70	c cleaning 97017 clauses out of 194051 with flag 4841001/4841001
825.61/822.97	c cleaning 98005 clauses out of 196034 with flag 4940001/4940001
843.65/840.97	c cleaning 98990 clauses out of 198028 with flag 5040000/5040000
861.15/858.35	c cleaning 100004 clauses out of 200038 with flag 5141000/5141000
879.18/876.33	c cleaning 100984 clauses out of 202034 with flag 5243000/5243000
900.21/897.37	c cleaning 102019 clauses out of 204051 with flag 5346001/5346001
920.45/917.51	c cleaning 103011 clauses out of 206033 with flag 5450002/5450002
940.20/937.25	c cleaning 104000 clauses out of 208021 with flag 5555001/5555001
961.60/958.63	c cleaning 104991 clauses out of 210021 with flag 5661001/5661001
981.43/978.41	c cleaning 105996 clauses out of 212030 with flag 5768001/5768001
1002.87/999.90	c cleaning 107006 clauses out of 214034 with flag 5876001/5876001
1025.18/1022.18	c cleaning 107997 clauses out of 216027 with flag 5985000/5985000
1049.13/1046.06	c cleaning 108987 clauses out of 218034 with flag 6095004/6095004
1073.35/1070.21	c cleaning 110001 clauses out of 220043 with flag 6206000/6206000
1095.59/1092.42	c cleaning 111007 clauses out of 222044 with flag 6318002/6318002
1120.12/1116.98	c cleaning 112002 clauses out of 224035 with flag 6431000/6431000
1142.92/1139.76	c cleaning 113013 clauses out of 226037 with flag 6545004/6545004
1167.66/1164.40	c cleaning 113983 clauses out of 228020 with flag 6660000/6660000
1191.50/1188.20	c cleaning 114990 clauses out of 230039 with flag 6776002/6776002
1212.81/1209.50	c cleaning 116011 clauses out of 232047 with flag 6893000/6893000
1238.62/1235.37	c cleaning 117008 clauses out of 234042 with flag 7011006/7011006
1262.35/1259.02	c cleaning 117993 clauses out of 236029 with flag 7130001/7130001
1287.40/1284.09	c cleaning 119012 clauses out of 238037 with flag 7250002/7250002
1314.58/1311.11	c cleaning 120000 clauses out of 240024 with flag 7371001/7371001
1342.04/1338.50	c cleaning 120999 clauses out of 242024 with flag 7493001/7493001
1365.50/1361.96	c cleaning 122004 clauses out of 244025 with flag 7616001/7616001
1393.44/1389.88	c cleaning 123003 clauses out of 246022 with flag 7740002/7740002
1422.47/1418.83	c cleaning 123993 clauses out of 248017 with flag 7865000/7865000
1448.91/1445.25	c cleaning 124994 clauses out of 250025 with flag 7991001/7991001
1477.96/1474.24	c cleaning 125989 clauses out of 252031 with flag 8118001/8118001
1505.58/1501.86	c cleaning 127013 clauses out of 254043 with flag 8246002/8246002
1536.93/1533.11	c cleaning 128009 clauses out of 256028 with flag 8375000/8375000
1569.39/1565.51	c cleaning 129002 clauses out of 258021 with flag 8505002/8505002
1599.81/1595.95	c cleaning 129982 clauses out of 260019 with flag 8636002/8636002
1634.85/1630.90	c cleaning 131007 clauses out of 262038 with flag 8768003/8768003
1671.07/1667.18	c cleaning 132004 clauses out of 264029 with flag 8901001/8901001
1701.73/1697.75	c cleaning 132998 clauses out of 266024 with flag 9035000/9035000
1734.27/1730.27	c cleaning 134004 clauses out of 268026 with flag 9170000/9170000
1767.11/1763.00	c cleaning 135004 clauses out of 270022 with flag 9306000/9306000
1797.63/1793.57	c cleaning 136002 clauses out of 272018 with flag 9443000/9443000
1800.10/1795.91	c starts		: 300
1800.10/1795.91	c conflicts		: 9460493
1800.10/1795.91	c decisions		: 14861745
1800.10/1795.91	c propagations		: 630735215
1800.10/1795.91	c inspects		: 24763029601
1800.10/1795.91	c shortcuts		: 0
1800.10/1795.91	c learnt literals	: 0
1800.10/1795.91	c learnt binary clauses	: 0
1800.10/1795.91	c learnt ternary clauses	: 0
1800.10/1795.91	c learnt constraints	: 9460493
1800.10/1795.91	c ignored constraints	: 0
1800.10/1795.91	c root simplifications	: 0
1800.10/1795.91	c removed literals (reason simplification)	: 0
1800.10/1795.91	c reason swapping (by a shorter reason)	: 0
1800.10/1795.91	c Calls to reduceDB	: 133
1800.10/1795.91	c number of reductions to clauses (during analyze)	: 0
1800.10/1795.91	c number of learned constraints concerned by reduction	: 0
1800.10/1795.91	c number of learning phase by resolution	: 0
1800.10/1795.91	c number of learning phase by cutting planes	: 0
1800.10/1795.91	c speed (assignments/second)	: 351258.16168665764
1800.10/1795.91	c non guided choices	391
1800.10/1795.94	c learnt constraints type 
1800.10/1795.94	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 153636
1800.10/1795.94	c constraints type 
1800.10/1795.94	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
1800.10/1795.94	c org.sat4j.minisat.constraints.cnf.UnitClauses => 1
1800.10/1795.94	c org.sat4j.minisat.constraints.card.MinWatchCard => 30
1800.10/1795.94	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 771
1800.10/1795.94	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 192
1800.10/1795.94	c 1024 constraints processed.
1800.10/1795.94	s UNKNOWN
1800.10/1795.94	c Total wall clock time (in seconds): 1795.842

Verifier Data

ERROR: no interpretation found !

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-3688887-1337888419/watcher-3688887-1337888419 -o /tmp/evaluation-result-3688887-1337888419/solver-3688887-1337888419 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3688887-1337888419.opb 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 1.99 1.98 1.99 3/195 29529
/proc/meminfo: memFree=29288988/32873648 swapFree=7112/7112
[pid=29529] ppid=29527 vsize=91816 CPUtime=0 cores=0,2,4,6
/proc/29529/stat : 29529 (java) S 29527 29529 27428 0 -1 4202496 1205 0 0 0 0 0 0 0 20 0 2 0 254967766 94019584 917 33554432000 1073741824 1073778376 140734215057568 140734215048704 242170757181 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29529/statm: 22954 917 697 9 0 16769 0
[pid=29529/tid=29530] ppid=29527 vsize=91816 CPUtime=0 cores=0,2,4,6
/proc/29529/task/29530/stat : 29530 (java) R 29527 29529 27428 0 -1 4202560 59 0 0 0 0 0 0 0 20 0 2 0 254967767 94019584 917 33554432000 1073741824 1073778376 140734215057568 140243197972008 242158234919 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.0344109 s]
/proc/loadavg: 1.99 1.98 1.99 3/195 29529
/proc/meminfo: memFree=29288988/32873648 swapFree=7112/7112
[pid=29529] ppid=29527 vsize=9225560 CPUtime=0.02 cores=0,2,4,6
/proc/29529/stat : 29529 (java) S 29527 29529 27428 0 -1 4202496 3002 0 1 0 2 0 0 0 20 0 13 0 254967766 9446973440 3700 33554432000 1073741824 1073778376 140734215057568 140734215048704 242170757181 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29529/statm: 2306390 3701 1683 9 0 2297091 0
[pid=29529/tid=29530] ppid=29527 vsize=9225560 CPUtime=0.01 cores=0,2,4,6
/proc/29529/task/29530/stat : 29530 (java) R 29527 29529 27428 0 -1 4202560 1822 0 1 0 1 0 0 0 20 0 13 0 254967767 9446973440 3701 33554432000 1073741824 1073778376 140734215057568 140243197972720 242170782989 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9225560

[startup+0.100274 s]
/proc/loadavg: 1.99 1.98 1.99 3/195 29529
/proc/meminfo: memFree=29288988/32873648 swapFree=7112/7112
[pid=29529] ppid=29527 vsize=9558412 CPUtime=0.11 cores=0,2,4,6
/proc/29529/stat : 29529 (java) S 29527 29529 27428 0 -1 4202496 4441 0 1 0 10 1 0 0 20 0 18 0 254967766 9787813888 6100 33554432000 1073741824 1073778376 140734215057568 140734215048704 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29529/statm: 2389603 6100 2130 9 0 2380296 0
[pid=29529/tid=29530] ppid=29527 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/29529/task/29530/stat : 29530 (java) R 29527 29529 27428 0 -1 4202560 2431 0 1 0 7 1 0 0 20 0 18 0 254967767 9787813888 6100 33554432000 1073741824 1073778376 140734215057568 140243197977336 242170782989 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558412

[startup+0.300265 s]
/proc/loadavg: 1.99 1.98 1.99 3/195 29529
/proc/meminfo: memFree=29288988/32873648 swapFree=7112/7112
[pid=29529] ppid=29527 vsize=9624976 CPUtime=0.54 cores=0,2,4,6
/proc/29529/stat : 29529 (java) S 29527 29529 27428 0 -1 4202496 9277 0 1 0 52 2 0 0 20 0 19 0 254967766 9855975424 10661 33554432000 1073741824 1073778376 140734215057568 140734215048704 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29529/statm: 2406244 10661 2224 9 0 2396937 0
[pid=29529/tid=29530] ppid=29527 vsize=9624976 CPUtime=0.28 cores=0,2,4,6
/proc/29529/task/29530/stat : 29530 (java) R 29527 29529 27428 0 -1 4202560 2459 0 1 0 26 2 0 0 20 0 19 0 254967767 9855975424 10661 33554432000 1073741824 1073778376 140734215057568 140243197977360 140243047127002 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9624976

[startup+0.700224 s]
/proc/loadavg: 1.99 1.98 1.99 3/195 29529
/proc/meminfo: memFree=29288988/32873648 swapFree=7112/7112
[pid=29529] ppid=29527 vsize=9624976 CPUtime=1.27 cores=0,2,4,6
/proc/29529/stat : 29529 (java) S 29527 29529 27428 0 -1 4202496 10625 0 1 0 125 2 0 0 20 0 19 0 254967766 9855975424 11714 33554432000 1073741824 1073778376 140734215057568 140734215048704 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29529/statm: 2406244 11714 2240 9 0 2396937 0
[pid=29529/tid=29530] ppid=29527 vsize=9624976 CPUtime=0.68 cores=0,2,4,6
/proc/29529/task/29530/stat : 29530 (java) R 29527 29529 27428 0 -1 4202560 2460 0 1 0 66 2 0 0 20 0 19 0 254967767 9855975424 11714 33554432000 1073741824 1073778376 140734215057568 140243197977016 140243047085659 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 9624976

[startup+1.50072 s]
/proc/loadavg: 1.99 1.98 1.99 3/214 29548
/proc/meminfo: memFree=29244220/32873648 swapFree=7112/7112
[pid=29529] ppid=29527 vsize=9624976 CPUtime=2.13 cores=0,2,4,6
/proc/29529/stat : 29529 (java) S 29527 29529 27428 0 -1 4202496 10686 0 1 0 211 2 0 0 20 0 19 0 254967766 9855975424 14325 33554432000 1073741824 1073778376 140734215057568 140734215048704 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29529/statm: 2406244 14325 2269 9 0 2396937 0
[pid=29529/tid=29530] ppid=29527 vsize=9624976 CPUtime=1.46 cores=0,2,4,6
/proc/29529/task/29530/stat : 29530 (java) R 29527 29529 27428 0 -1 4202560 2464 0 1 0 144 2 0 0 20 0 19 0 254967767 9855975424 14325 33554432000 1073741824 1073778376 140734215057568 140243197976984 140243047557531 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29529/tid=29532] ppid=29527 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29529/task/29532/stat : 29532 (java) S 29527 29529 27428 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254967767 9855975424 14325 33554432000 1073741824 1073778376 140734215057568 140243170429864 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29529/tid=29533] ppid=29527 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29529/task/29533/stat : 29533 (java) S 29527 29529 27428 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 254967767 9855975424 14325 33554432000 1073741824 1073778376 140734215057568 140243169377320 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29529/tid=29534] ppid=29527 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29529/task/29534/stat : 29534 (java) S 29527 29529 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254967767 9855975424 14325 33554432000 1073741824 1073778376 140734215057568 140243168324264 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29529/tid=29535] ppid=29527 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29529/task/29535/stat : 29535 (java) S 29527 29529 27428 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254967767 9855975424 14325 33554432000 1073741824 1073778376 140734215057568 140243167271720 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29529/tid=29536] ppid=29527 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29529/task/29536/stat : 29536 (java) S 29527 29529 27428 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254967767 9855975424 14325 33554432000 1073741824 1073778376 140734215057568 140243166218664 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29529/tid=29537] ppid=29527 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29529/task/29537/stat : 29537 (java) S 29527 29529 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254967767 9855975424 14325 33554432000 1073741824 1073778376 140734215057568 140243036056104 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29529/tid=29538] ppid=29527 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29529/task/29538/stat : 29538 (java) S 29527 29529 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254967767 9855975424 14325 33554432000 1073741824 1073778376 140734215057568 140243035003048 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29529/tid=29539] ppid=29527 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29529/task/29539/stat : 29539 (java) S 29527 29529 27428 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254967767 9855975424 14325 33554432000 1073741824 1073778376 140734215057568 140243033950504 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29529/tid=29540] ppid=29527 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29529/task/29540/stat : 29540 (java) S 29527 29529 27428 0 -1 4202560 31 0 0 0 0 0 0 0 20 0 19 0 254967769 9855975424 14325 33554432000 1073741824 1073778376 140734215057568 140242551004008 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29529/tid=29541] ppid=29527 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29529/task/29541/stat : 29541 (java) S 29527 29529 27428 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254967769 9855975424 14325 33554432000 1073741824 1073778376 140734215057568 140242549950328 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29529/tid=29542] ppid=29527 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29529/task/29542/stat : 29542 (java) S 29527 29529 27428 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254967769 9855975424 14325 33554432000 1073741824 1073778376 140734215057568 140242548897160 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29529/tid=29543] ppid=29527 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29529/task/29543/stat : 29543 (java) S 29527 29529 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254967771 9855975424 14325 33554432000 1073741824 1073778376 140734215057568 140242547845904 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29529/tid=29544] ppid=29527 vsize=9624976 CPUtime=0.33 cores=0,2,4,6
/proc/29529/task/29544/stat : 29544 (java) S 29527 29529 27428 0 -1 4202560 4417 0 0 0 33 0 0 0 20 0 19 0 254967771 9855975424 14325 33554432000 1073741824 1073778376 140734215057568 140242546792760 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29529/tid=29545] ppid=29527 vsize=9624976 CPUtime=0.29 cores=0,2,4,6
/proc/29529/task/29545/stat : 29545 (java) S 29527 29529 27428 0 -1 4202560 2558 0 0 0 29 0 0 0 20 0 19 0 254967771 9855975424 14325 33554432000 1073741824 1073778376 140734215057568 140242545740216 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29529/tid=29546] ppid=29527 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29529/task/29546/stat : 29546 (java) S 29527 29529 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254967771 9855975424 14325 33554432000 1073741824 1073778376 140734215057568 140242544687352 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29529/tid=29547] ppid=29527 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29529/task/29547/stat : 29547 (java) S 29527 29529 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254967771 9855975424 14325 33554432000 1073741824 1073778376 140734215057568 140242543635016 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29529/tid=29548] ppid=29527 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29529/task/29548/stat : 29548 (java) S 29527 29529 27428 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254967793 9855975424 14325 33554432000 1073741824 1073778376 140734215057568 140242542581288 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.13
Current children cumulated vsize (KiB) 9624976

[startup+3.10061 s]
/proc/loadavg: 1.99 1.98 1.99 3/214 29548
/proc/meminfo: memFree=29239504/32873648 swapFree=7112/7112
[pid=29529] ppid=29527 vsize=9624976 CPUtime=3.78 cores=0,2,4,6
/proc/29529/stat : 29529 (java) S 29527 29529 27428 0 -1 4202496 11054 0 1 0 376 2 0 0 20 0 19 0 254967766 9855975424 14335 33554432000 1073741824 1073778376 140734215057568 140734215048704 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29529/statm: 2406244 14335 2269 9 0 2396937 0
[pid=29529/tid=29530] ppid=29527 vsize=9624976 CPUtime=3.04 cores=0,2,4,6
/proc/29529/task/29530/stat : 29530 (java) R 29527 29529 27428 0 -1 4202560 2465 0 1 0 302 2 0 0 20 0 19 0 254967767 9855975424 14335 33554432000 1073741824 1073778376 140734215057568 140243197976864 140243047636566 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29529/tid=29532] ppid=29527 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29529/task/29532/stat : 29532 (java) S 29527 29529 27428 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254967767 9855975424 14335 33554432000 1073741824 1073778376 140734215057568 140243170429864 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29529/tid=29533] ppid=29527 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29529/task/29533/stat : 29533 (java) S 29527 29529 27428 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 254967767 9855975424 14335 33554432000 1073741824 1073778376 140734215057568 140243169377320 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29529/tid=29534] ppid=29527 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29529/task/29534/stat : 29534 (java) S 29527 29529 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254967767 9855975424 14335 33554432000 1073741824 1073778376 140734215057568 140243168324264 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29529/tid=29535] ppid=29527 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29529/task/29535/stat : 29535 (java) S 29527 29529 27428 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 254967767 9855975424 14335 33554432000 1073741824 1073778376 140734215057568 140243167271720 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29529/tid=29536] ppid=29527 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29529/task/29536/stat : 29536 (java) S 29527 29529 27428 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254967767 9855975424 14335 33554432000 1073741824 1073778376 140734215057568 140243166218664 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29529/tid=29537] ppid=29527 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29529/task/29537/stat : 29537 (java) S 29527 29529 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254967767 9855975424 14335 33554432000 1073741824 1073778376 140734215057568 140243036056104 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29529/tid=29538] ppid=29527 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29529/task/29538/stat : 29538 (java) S 29527 29529 27428 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254967767 9855975424 14335 33554432000 1073741824 1073778376 140734215057568 140243035003048 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29529/tid=29539] ppid=29527 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29529/task/29539/stat : 29539 (java) S 29527 29529 27428 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254967767 9855975424 14335 33554432000 1073741824 1073778376 140734215057568 140243033950504 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29529/tid=29540] ppid=29527 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/29529/task/29540/stat : 29540 (java) S 29527 29529 27428 0 -1 4202560 31 0 0 0 2 0 0 0 20 0 19 0 254967769 9855975424 14335 33554432000 1073741824 1073778376 140734215057568 140242551004008 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29529/tid=29541] ppid=29527 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29529/task/29541/stat : 29541 (java) S 29527 29529 27428 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254967769 9855975424 14335 33554432000 1073741824 1073778376 140734215057568 140242549950328 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29529/tid=29542] ppid=29527 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29529/task/29542/stat : 29542 (java) S 29527 29529 27428 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254967769 9855975424 14335 33554432000 1073741824 1073778376 140734215057568 140242548897160 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29529/tid=29543] ppid=29527 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29529/task/29543/stat : 29543 (java) S 29527 29529 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254967771 9855975424 14335 33554432000 1073741824 1073778376 140734215057568 140242547845904 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29529/tid=29544] ppid=29527 vsize=9624976 CPUtime=0.33 cores=0,2,4,6
/proc/29529/task/29544/stat : 29544 (java) S 29527 29529 27428 0 -1 4202560 4417 0 0 0 33 0 0 0 20 0 19 0 254967771 9855975424 14335 33554432000 1073741824 1073778376 140734215057568 140242546792760 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29529/tid=29545] ppid=29527 vsize=9624976 CPUtime=0.33 cores=0,2,4,6
/proc/29529/task/29545/stat : 29545 (java) S 29527 29529 27428 0 -1 4202560 2915 0 0 0 33 0 0 0 20 0 19 0 254967771 9855975424 14335 33554432000 1073741824 1073778376 140734215057568 140242545740216 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29529/tid=29546] ppid=29527 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29529/task/29546/stat : 29546 (java) S 29527 29529 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254967771 9855975424 14335 33554432000 1073741824 1073778376 140734215057568 140242544687352 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29529/tid=29547] ppid=29527 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29529/task/29547/stat : 29547 (java) S 29527 29529 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254967771 9855975424 14335 33554432000 1073741824 1073778376 140734215057568 140242543635016 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29529/tid=29548] ppid=29527 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29529/task/29548/stat : 29548 (java) S 29527 29529 27428 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254967793 9855975424 14335 33554432000 1073741824 1073778376 140734215057568 140242542581288 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.78
Current children cumulated vsize (KiB) 9624976

[startup+6.30071 s]
/proc/loadavg: 1.99 1.98 1.99 3/214 29548
/proc/meminfo: memFree=29235656/32873648 swapFree=7112/7112
[pid=29529] ppid=29527 vsize=9624976 CPUtime=7.01 cores=0,2,4,6
/proc/29529/stat : 29529 (java) S 29527 29529 27428 0 -1 4202496 11081 0 1 0 698 3 0 0 20 0 19 0 254967766 9855975424 15446 33554432000 1073741824 1073778376 140734215057568 140734215048704 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29529/statm: 2406244 15446 2269 9 0 2396937 0
[pid=29529/tid=29530] ppid=29527 vsize=9624976 CPUtime=6.18 cores=0,2,4,6
/proc/29529/task/29530/stat : 29530 (java) R 29527 29529 27428 0 -1 4202560 2470 0 1 0 616 2 0 0 20 0 19 0 254967767 9855975424 15446 33554432000 1073741824 1073778376 140734215057568 140243197976984 140243047558166 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29529/tid=29532] ppid=29527 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29529/task/29532/stat : 29532 (java) S 29527 29529 27428 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 254967767 9855975424 15446 33554432000 1073741824 1073778376 140734215057568 140243170429864 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29529/tid=29533] ppid=29527 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29529/task/29533/stat : 29533 (java) S 29527 29529 27428 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254967767 9855975424 15446 33554432000 1073741824 1073778376 140734215057568 140243169377320 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29529/tid=29534] ppid=29527 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29529/task/29534/stat : 29534 (java) S 29527 29529 27428 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 254967767 9855975424 15446 33554432000 1073741824 1073778376 140734215057568 140243168324264 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29529/tid=29535] ppid=29527 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29529/task/29535/stat : 29535 (java) S 29527 29529 27428 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 254967767 9855975424 15446 33554432000 1073741824 1073778376 140734215057568 140243167271720 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29529/tid=29536] ppid=29527 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29529/task/29536/stat : 29536 (java) S 29527 29529 27428 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254967767 9855975424 15446 33554432000 1073741824 1073778376 140734215057568 140243166218664 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29529/tid=29537] ppid=29527 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29529/task/29537/stat : 29537 (java) S 29527 29529 27428 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254967767 9855975424 15446 33554432000 1073741824 1073778376 140734215057568 140243036056104 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29529/tid=29538] ppid=29527 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29529/task/29538/stat : 29538 (java) S 29527 29529 27428 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254967767 9855975424 15446 33554432000 1073741824 1073778376 140734215057568 140243035003048 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29529/tid=29539] ppid=29527 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29529/task/29539/stat : 29539 (java) S 29527 29529 27428 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254967767 9855975424 15446 33554432000 1073741824 1073778376 140734215057568 140243033950504 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29529/tid=29540] ppid=29527 vsize=9624976 CPUtime=0.07 cores=0,2,4,6
/proc/29529/task/29540/stat : 29540 (java) S 29527 29529 27428 0 -1 4202560 32 0 0 0 7 0 0 0 20 0 19 0 254967769 9855975424 15446 33554432000 1073741824 1073778376 140734215057568 140242551004008 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29529/tid=29541] ppid=29527 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29529/task/29541/stat : 29541 (java) S 29527 29529 27428 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254967769 9855975424 15446 33554432000 1073741824 1073778376 140734215057568 140242549950328 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29529/tid=29542] ppid=29527 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29529/task/29542/stat : 29542 (java) S 29527 29529 27428 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254967769 9855975424 15446 33554432000 1073741824 1073778376 140734215057568 140242548897160 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29529/tid=29543] ppid=29527 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29529/task/29543/stat : 29543 (java) S 29527 29529 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254967771 9855975424 15446 33554432000 1073741824 1073778376 140734215057568 140242547845904 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29529/tid=29544] ppid=29527 vsize=9624976 CPUtime=0.33 cores=0,2,4,6
/proc/29529/task/29544/stat : 29544 (java) S 29527 29529 27428 0 -1 4202560 4417 0 0 0 33 0 0 0 20 0 19 0 254967771 9855975424 15446 33554432000 1073741824 1073778376 140734215057568 140242546792760 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29529/tid=29545] ppid=29527 vsize=9624976 CPUtime=0.34 cores=0,2,4,6
/proc/29529/task/29545/stat : 29545 (java) S 29527 29529 27428 0 -1 4202560 2915 0 0 0 34 0 0 0 20 0 19 0 254967771 9855975424 15446 33554432000 1073741824 1073778376 140734215057568 140242545740216 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0

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

[pid=29529/tid=29537] ppid=29527 vsize=9624976 CPUtime=0.57 cores=0,2,4,6
/proc/29529/task/29537/stat : 29537 (java) S 29527 29529 27428 0 -1 4202560 168 0 0 0 55 2 0 0 20 0 19 0 254967767 9855975424 54600 33554432000 1073741824 1073778376 140734215057568 140243036056104 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29529/tid=29538] ppid=29527 vsize=9624976 CPUtime=0.59 cores=0,2,4,6
/proc/29529/task/29538/stat : 29538 (java) S 29527 29529 27428 0 -1 4202560 145 0 0 0 56 3 0 0 20 0 19 0 254967767 9855975424 54600 33554432000 1073741824 1073778376 140734215057568 140243035003048 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29529/tid=29539] ppid=29527 vsize=9624976 CPUtime=0.57 cores=0,2,4,6
/proc/29529/task/29539/stat : 29539 (java) S 29527 29529 27428 0 -1 4202560 123 0 0 0 55 2 0 0 20 0 19 0 254967767 9855975424 54600 33554432000 1073741824 1073778376 140734215057568 140243033950504 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29529/tid=29540] ppid=29527 vsize=9624976 CPUtime=4.54 cores=0,2,4,6
/proc/29529/task/29540/stat : 29540 (java) S 29527 29529 27428 0 -1 4202560 137 0 0 0 451 3 0 0 20 0 19 0 254967769 9855975424 54600 33554432000 1073741824 1073778376 140734215057568 140242551004008 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29529/tid=29541] ppid=29527 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29529/task/29541/stat : 29541 (java) S 29527 29529 27428 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254967769 9855975424 54600 33554432000 1073741824 1073778376 140734215057568 140242549950328 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29529/tid=29542] ppid=29527 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29529/task/29542/stat : 29542 (java) S 29527 29529 27428 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254967769 9855975424 54600 33554432000 1073741824 1073778376 140734215057568 140242548897160 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29529/tid=29543] ppid=29527 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29529/task/29543/stat : 29543 (java) S 29527 29529 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254967771 9855975424 54600 33554432000 1073741824 1073778376 140734215057568 140242547845904 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29529/tid=29544] ppid=29527 vsize=9624976 CPUtime=0.33 cores=0,2,4,6
/proc/29529/task/29544/stat : 29544 (java) S 29527 29529 27428 0 -1 4202560 4417 0 0 0 33 0 0 0 20 0 19 0 254967771 9855975424 54600 33554432000 1073741824 1073778376 140734215057568 140242546792760 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29529/tid=29545] ppid=29527 vsize=9624976 CPUtime=0.36 cores=0,2,4,6
/proc/29529/task/29545/stat : 29545 (java) S 29527 29529 27428 0 -1 4202560 2923 0 0 0 36 0 0 0 20 0 19 0 254967771 9855975424 54600 33554432000 1073741824 1073778376 140734215057568 140242545740216 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29529/tid=29546] ppid=29527 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29529/task/29546/stat : 29546 (java) S 29527 29529 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254967771 9855975424 54600 33554432000 1073741824 1073778376 140734215057568 140242544687352 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29529/tid=29547] ppid=29527 vsize=9624976 CPUtime=0.47 cores=0,2,4,6
/proc/29529/task/29547/stat : 29547 (java) S 29527 29529 27428 0 -1 4202560 99 0 0 0 23 24 0 0 20 0 19 0 254967771 9855975424 54600 33554432000 1073741824 1073778376 140734215057568 140242543635016 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29529/tid=29548] ppid=29527 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29529/task/29548/stat : 29548 (java) S 29527 29529 27428 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254967793 9855975424 54600 33554432000 1073741824 1073778376 140734215057568 140242542581288 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1726.37
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/212 29698
/proc/meminfo: memFree=26545176/32873648 swapFree=7112/7112
[pid=29529] ppid=29527 vsize=9624976 CPUtime=1786.43 cores=0,2,4,6
/proc/29529/stat : 29529 (java) S 29527 29529 27428 0 -1 4202496 12760 0 1 0 178595 48 0 0 20 0 19 0 254967766 9855975424 54600 33554432000 1073741824 1073778376 140734215057568 140734215048704 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29529/statm: 2406244 54600 2270 9 0 2396937 0
[pid=29529/tid=29530] ppid=29527 vsize=9624976 CPUtime=1776.12 cores=0,2,4,6
/proc/29529/task/29530/stat : 29530 (java) R 29527 29529 27428 0 -1 4202560 2620 0 1 0 177581 31 0 0 20 0 19 0 254967767 9855975424 54600 33554432000 1073741824 1073778376 140734215057568 140243197976864 140243047622321 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29529/tid=29532] ppid=29527 vsize=9624976 CPUtime=0.57 cores=0,2,4,6
/proc/29529/task/29532/stat : 29532 (java) S 29527 29529 27428 0 -1 4202560 277 0 0 0 55 2 0 0 20 0 19 0 254967767 9855975424 54600 33554432000 1073741824 1073778376 140734215057568 140243170429864 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29529/tid=29533] ppid=29527 vsize=9624976 CPUtime=0.53 cores=0,2,4,6
/proc/29529/task/29533/stat : 29533 (java) S 29527 29529 27428 0 -1 4202560 175 0 0 0 53 0 0 0 20 0 19 0 254967767 9855975424 54600 33554432000 1073741824 1073778376 140734215057568 140243169377320 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29529/tid=29534] ppid=29527 vsize=9624976 CPUtime=0.58 cores=0,2,4,6
/proc/29529/task/29534/stat : 29534 (java) S 29527 29529 27428 0 -1 4202560 134 0 0 0 56 2 0 0 20 0 19 0 254967767 9855975424 54600 33554432000 1073741824 1073778376 140734215057568 140243168324264 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29529/tid=29535] ppid=29527 vsize=9624976 CPUtime=0.57 cores=0,2,4,6
/proc/29529/task/29535/stat : 29535 (java) S 29527 29529 27428 0 -1 4202560 269 0 0 0 55 2 0 0 20 0 19 0 254967767 9855975424 54600 33554432000 1073741824 1073778376 140734215057568 140243167271720 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29529/tid=29536] ppid=29527 vsize=9624976 CPUtime=0.58 cores=0,2,4,6
/proc/29529/task/29536/stat : 29536 (java) S 29527 29529 27428 0 -1 4202560 80 0 0 0 55 3 0 0 20 0 19 0 254967767 9855975424 54600 33554432000 1073741824 1073778376 140734215057568 140243166218664 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29529/tid=29537] ppid=29527 vsize=9624976 CPUtime=0.58 cores=0,2,4,6
/proc/29529/task/29537/stat : 29537 (java) S 29527 29529 27428 0 -1 4202560 168 0 0 0 56 2 0 0 20 0 19 0 254967767 9855975424 54600 33554432000 1073741824 1073778376 140734215057568 140243036056104 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29529/tid=29538] ppid=29527 vsize=9624976 CPUtime=0.61 cores=0,2,4,6
/proc/29529/task/29538/stat : 29538 (java) S 29527 29529 27428 0 -1 4202560 145 0 0 0 58 3 0 0 20 0 19 0 254967767 9855975424 54600 33554432000 1073741824 1073778376 140734215057568 140243035003048 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29529/tid=29539] ppid=29527 vsize=9624976 CPUtime=0.57 cores=0,2,4,6
/proc/29529/task/29539/stat : 29539 (java) S 29527 29529 27428 0 -1 4202560 123 0 0 0 55 2 0 0 20 0 19 0 254967767 9855975424 54600 33554432000 1073741824 1073778376 140734215057568 140243033950504 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29529/tid=29540] ppid=29527 vsize=9624976 CPUtime=4.67 cores=0,2,4,6
/proc/29529/task/29540/stat : 29540 (java) S 29527 29529 27428 0 -1 4202560 141 0 0 0 464 3 0 0 20 0 19 0 254967769 9855975424 54600 33554432000 1073741824 1073778376 140734215057568 140242551004008 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29529/tid=29541] ppid=29527 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29529/task/29541/stat : 29541 (java) S 29527 29529 27428 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254967769 9855975424 54600 33554432000 1073741824 1073778376 140734215057568 140242549950328 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29529/tid=29542] ppid=29527 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29529/task/29542/stat : 29542 (java) S 29527 29529 27428 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254967769 9855975424 54600 33554432000 1073741824 1073778376 140734215057568 140242548897160 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29529/tid=29543] ppid=29527 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29529/task/29543/stat : 29543 (java) S 29527 29529 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254967771 9855975424 54600 33554432000 1073741824 1073778376 140734215057568 140242547845904 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29529/tid=29544] ppid=29527 vsize=9624976 CPUtime=0.33 cores=0,2,4,6
/proc/29529/task/29544/stat : 29544 (java) S 29527 29529 27428 0 -1 4202560 4417 0 0 0 33 0 0 0 20 0 19 0 254967771 9855975424 54600 33554432000 1073741824 1073778376 140734215057568 140242546792760 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29529/tid=29545] ppid=29527 vsize=9624976 CPUtime=0.36 cores=0,2,4,6
/proc/29529/task/29545/stat : 29545 (java) S 29527 29529 27428 0 -1 4202560 2923 0 0 0 36 0 0 0 20 0 19 0 254967771 9855975424 54600 33554432000 1073741824 1073778376 140734215057568 140242545740216 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29529/tid=29546] ppid=29527 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29529/task/29546/stat : 29546 (java) S 29527 29529 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254967771 9855975424 54600 33554432000 1073741824 1073778376 140734215057568 140242544687352 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29529/tid=29547] ppid=29527 vsize=9624976 CPUtime=0.49 cores=0,2,4,6
/proc/29529/task/29547/stat : 29547 (java) S 29527 29529 27428 0 -1 4202560 103 0 0 0 23 26 0 0 20 0 19 0 254967771 9855975424 54600 33554432000 1073741824 1073778376 140734215057568 140242543635016 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29529/tid=29548] ppid=29527 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29529/task/29548/stat : 29548 (java) S 29527 29529 27428 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254967793 9855975424 54600 33554432000 1073741824 1073778376 140734215057568 140242542581288 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1786.43
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/214 29702
/proc/meminfo: memFree=26541248/32873648 swapFree=7112/7112
[pid=29529] ppid=29527 vsize=9624976 CPUtime=1800.1 cores=0,2,4,6
/proc/29529/stat : 29529 (java) S 29527 29529 27428 0 -1 4202496 12770 0 1 0 179962 48 0 0 20 0 19 0 254967766 9855975424 55629 33554432000 1073741824 1073778376 140734215057568 140734215048704 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29529/statm: 2406244 55629 2270 9 0 2396937 0
[pid=29529/tid=29530] ppid=29527 vsize=9624976 CPUtime=1789.65 cores=0,2,4,6
/proc/29529/task/29530/stat : 29530 (java) R 29527 29529 27428 0 -1 4202560 2623 0 1 0 178933 32 0 0 20 0 19 0 254967767 9855975424 55629 33554432000 1073741824 1073778376 140734215057568 140243197976864 140243047557725 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29529/tid=29532] ppid=29527 vsize=9624976 CPUtime=0.58 cores=0,2,4,6
/proc/29529/task/29532/stat : 29532 (java) S 29527 29529 27428 0 -1 4202560 277 0 0 0 56 2 0 0 20 0 19 0 254967767 9855975424 55629 33554432000 1073741824 1073778376 140734215057568 140243170429864 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29529/tid=29533] ppid=29527 vsize=9624976 CPUtime=0.54 cores=0,2,4,6
/proc/29529/task/29533/stat : 29533 (java) S 29527 29529 27428 0 -1 4202560 180 0 0 0 54 0 0 0 20 0 19 0 254967767 9855975424 55629 33554432000 1073741824 1073778376 140734215057568 140243169377320 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29529/tid=29534] ppid=29527 vsize=9624976 CPUtime=0.59 cores=0,2,4,6
/proc/29529/task/29534/stat : 29534 (java) S 29527 29529 27428 0 -1 4202560 134 0 0 0 57 2 0 0 20 0 19 0 254967767 9855975424 55629 33554432000 1073741824 1073778376 140734215057568 140243168324264 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29529/tid=29535] ppid=29527 vsize=9624976 CPUtime=0.58 cores=0,2,4,6
/proc/29529/task/29535/stat : 29535 (java) S 29527 29529 27428 0 -1 4202560 269 0 0 0 56 2 0 0 20 0 19 0 254967767 9855975424 55629 33554432000 1073741824 1073778376 140734215057568 140243167271720 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29529/tid=29536] ppid=29527 vsize=9624976 CPUtime=0.59 cores=0,2,4,6
/proc/29529/task/29536/stat : 29536 (java) S 29527 29529 27428 0 -1 4202560 80 0 0 0 56 3 0 0 20 0 19 0 254967767 9855975424 55629 33554432000 1073741824 1073778376 140734215057568 140243166218664 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29529/tid=29537] ppid=29527 vsize=9624976 CPUtime=0.59 cores=0,2,4,6
/proc/29529/task/29537/stat : 29537 (java) S 29527 29529 27428 0 -1 4202560 168 0 0 0 57 2 0 0 20 0 19 0 254967767 9855975424 55629 33554432000 1073741824 1073778376 140734215057568 140243036056104 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29529/tid=29538] ppid=29527 vsize=9624976 CPUtime=0.62 cores=0,2,4,6
/proc/29529/task/29538/stat : 29538 (java) S 29527 29529 27428 0 -1 4202560 145 0 0 0 59 3 0 0 20 0 19 0 254967767 9855975424 55629 33554432000 1073741824 1073778376 140734215057568 140243035003048 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29529/tid=29539] ppid=29527 vsize=9624976 CPUtime=0.59 cores=0,2,4,6
/proc/29529/task/29539/stat : 29539 (java) S 29527 29529 27428 0 -1 4202560 123 0 0 0 57 2 0 0 20 0 19 0 254967767 9855975424 55629 33554432000 1073741824 1073778376 140734215057568 140243033950504 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29529/tid=29540] ppid=29527 vsize=9624976 CPUtime=4.73 cores=0,2,4,6
/proc/29529/task/29540/stat : 29540 (java) S 29527 29529 27428 0 -1 4202560 143 0 0 0 470 3 0 0 20 0 19 0 254967769 9855975424 55629 33554432000 1073741824 1073778376 140734215057568 140242551004008 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29529/tid=29541] ppid=29527 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29529/task/29541/stat : 29541 (java) S 29527 29529 27428 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254967769 9855975424 55629 33554432000 1073741824 1073778376 140734215057568 140242549950328 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29529/tid=29542] ppid=29527 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29529/task/29542/stat : 29542 (java) S 29527 29529 27428 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254967769 9855975424 55629 33554432000 1073741824 1073778376 140734215057568 140242548897160 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29529/tid=29543] ppid=29527 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29529/task/29543/stat : 29543 (java) S 29527 29529 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254967771 9855975424 55629 33554432000 1073741824 1073778376 140734215057568 140242547845904 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29529/tid=29544] ppid=29527 vsize=9624976 CPUtime=0.33 cores=0,2,4,6
/proc/29529/task/29544/stat : 29544 (java) S 29527 29529 27428 0 -1 4202560 4417 0 0 0 33 0 0 0 20 0 19 0 254967771 9855975424 55629 33554432000 1073741824 1073778376 140734215057568 140242546792760 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29529/tid=29545] ppid=29527 vsize=9624976 CPUtime=0.36 cores=0,2,4,6
/proc/29529/task/29545/stat : 29545 (java) S 29527 29529 27428 0 -1 4202560 2923 0 0 0 36 0 0 0 20 0 19 0 254967771 9855975424 55629 33554432000 1073741824 1073778376 140734215057568 140242545740216 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29529/tid=29546] ppid=29527 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29529/task/29546/stat : 29546 (java) S 29527 29529 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254967771 9855975424 55629 33554432000 1073741824 1073778376 140734215057568 140242544687352 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29529/tid=29547] ppid=29527 vsize=9624976 CPUtime=0.5 cores=0,2,4,6
/proc/29529/task/29547/stat : 29547 (java) S 29527 29529 27428 0 -1 4202560 103 0 0 0 24 26 0 0 20 0 19 0 254967771 9855975424 55629 33554432000 1073741824 1073778376 140734215057568 140242543635016 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29529/tid=29548] ppid=29527 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29529/task/29548/stat : 29548 (java) S 29527 29529 27428 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254967793 9855975424 55629 33554432000 1073741824 1073778376 140734215057568 140242542581288 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 9624976

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1795.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/214 29702
/proc/meminfo: memFree=26541248/32873648 swapFree=7112/7112
[pid=29529] ppid=29527 vsize=9624976 CPUtime=1800.1 cores=0,2,4,6
/proc/29529/stat : 29529 (java) S 29527 29529 27428 0 -1 4202496 12770 0 1 0 179962 48 0 0 20 0 19 0 254967766 9855975424 55629 33554432000 1073741824 1073778376 140734215057568 140734215048704 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29529/statm: 2406244 55629 2270 9 0 2396937 0
[pid=29529/tid=29530] ppid=29527 vsize=9624976 CPUtime=1789.65 cores=0,2,4,6
/proc/29529/task/29530/stat : 29530 (java) R 29527 29529 27428 0 -1 4202560 2623 0 1 0 178933 32 0 0 20 0 19 0 254967767 9855975424 55629 33554432000 1073741824 1073778376 140734215057568 140243197976864 140243047557725 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29529/tid=29532] ppid=29527 vsize=9624976 CPUtime=0.58 cores=0,2,4,6
/proc/29529/task/29532/stat : 29532 (java) S 29527 29529 27428 0 -1 4202560 277 0 0 0 56 2 0 0 20 0 19 0 254967767 9855975424 55629 33554432000 1073741824 1073778376 140734215057568 140243170429864 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29529/tid=29533] ppid=29527 vsize=9624976 CPUtime=0.54 cores=0,2,4,6
/proc/29529/task/29533/stat : 29533 (java) S 29527 29529 27428 0 -1 4202560 180 0 0 0 54 0 0 0 20 0 19 0 254967767 9855975424 55629 33554432000 1073741824 1073778376 140734215057568 140243169377320 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29529/tid=29534] ppid=29527 vsize=9624976 CPUtime=0.59 cores=0,2,4,6
/proc/29529/task/29534/stat : 29534 (java) S 29527 29529 27428 0 -1 4202560 134 0 0 0 57 2 0 0 20 0 19 0 254967767 9855975424 55629 33554432000 1073741824 1073778376 140734215057568 140243168324264 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29529/tid=29535] ppid=29527 vsize=9624976 CPUtime=0.58 cores=0,2,4,6
/proc/29529/task/29535/stat : 29535 (java) S 29527 29529 27428 0 -1 4202560 269 0 0 0 56 2 0 0 20 0 19 0 254967767 9855975424 55629 33554432000 1073741824 1073778376 140734215057568 140243167271720 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29529/tid=29536] ppid=29527 vsize=9624976 CPUtime=0.59 cores=0,2,4,6
/proc/29529/task/29536/stat : 29536 (java) S 29527 29529 27428 0 -1 4202560 80 0 0 0 56 3 0 0 20 0 19 0 254967767 9855975424 55629 33554432000 1073741824 1073778376 140734215057568 140243166218664 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29529/tid=29537] ppid=29527 vsize=9624976 CPUtime=0.59 cores=0,2,4,6
/proc/29529/task/29537/stat : 29537 (java) S 29527 29529 27428 0 -1 4202560 168 0 0 0 57 2 0 0 20 0 19 0 254967767 9855975424 55629 33554432000 1073741824 1073778376 140734215057568 140243036056104 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29529/tid=29538] ppid=29527 vsize=9624976 CPUtime=0.62 cores=0,2,4,6
/proc/29529/task/29538/stat : 29538 (java) S 29527 29529 27428 0 -1 4202560 145 0 0 0 59 3 0 0 20 0 19 0 254967767 9855975424 55629 33554432000 1073741824 1073778376 140734215057568 140243035003048 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29529/tid=29539] ppid=29527 vsize=9624976 CPUtime=0.59 cores=0,2,4,6
/proc/29529/task/29539/stat : 29539 (java) S 29527 29529 27428 0 -1 4202560 123 0 0 0 57 2 0 0 20 0 19 0 254967767 9855975424 55629 33554432000 1073741824 1073778376 140734215057568 140243033950504 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29529/tid=29540] ppid=29527 vsize=9624976 CPUtime=4.73 cores=0,2,4,6
/proc/29529/task/29540/stat : 29540 (java) S 29527 29529 27428 0 -1 4202560 143 0 0 0 470 3 0 0 20 0 19 0 254967769 9855975424 55629 33554432000 1073741824 1073778376 140734215057568 140242551004008 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29529/tid=29541] ppid=29527 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29529/task/29541/stat : 29541 (java) S 29527 29529 27428 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254967769 9855975424 55629 33554432000 1073741824 1073778376 140734215057568 140242549950328 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29529/tid=29542] ppid=29527 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29529/task/29542/stat : 29542 (java) S 29527 29529 27428 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254967769 9855975424 55629 33554432000 1073741824 1073778376 140734215057568 140242548897160 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29529/tid=29543] ppid=29527 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29529/task/29543/stat : 29543 (java) S 29527 29529 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254967771 9855975424 55629 33554432000 1073741824 1073778376 140734215057568 140242547845904 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29529/tid=29544] ppid=29527 vsize=9624976 CPUtime=0.33 cores=0,2,4,6
/proc/29529/task/29544/stat : 29544 (java) S 29527 29529 27428 0 -1 4202560 4417 0 0 0 33 0 0 0 20 0 19 0 254967771 9855975424 55629 33554432000 1073741824 1073778376 140734215057568 140242546792760 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29529/tid=29545] ppid=29527 vsize=9624976 CPUtime=0.36 cores=0,2,4,6
/proc/29529/task/29545/stat : 29545 (java) S 29527 29529 27428 0 -1 4202560 2923 0 0 0 36 0 0 0 20 0 19 0 254967771 9855975424 55629 33554432000 1073741824 1073778376 140734215057568 140242545740216 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29529/tid=29546] ppid=29527 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29529/task/29546/stat : 29546 (java) S 29527 29529 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254967771 9855975424 55629 33554432000 1073741824 1073778376 140734215057568 140242544687352 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29529/tid=29547] ppid=29527 vsize=9624976 CPUtime=0.5 cores=0,2,4,6
/proc/29529/task/29547/stat : 29547 (java) S 29527 29529 27428 0 -1 4202560 103 0 0 0 24 26 0 0 20 0 19 0 254967771 9855975424 55629 33554432000 1073741824 1073778376 140734215057568 140242543635016 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29529/tid=29548] ppid=29527 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29529/task/29548/stat : 29548 (java) S 29527 29529 27428 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254967793 9855975424 55629 33554432000 1073741824 1073778376 140734215057568 140242542581288 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 9624976

Child status: 143
Real time (s): 1795.95
CPU time (s): 1800.6
CPU user time (s): 1799.69
CPU system time (s): 0.910861
CPU usage (%): 100.259
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.69
system time used= 0.910861
maximum resident set size= 222676
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12812
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 41664
involuntary context switches= 24125

runsolver used 6.37203 second user time and 14.8517 second system time

The end

Launcher Data

Begin job on node126 at 2012-05-24 21:40:19
IDJOB=3688887
IDBENCH=71846
IDSOLVER=2269
FILE ID=node126/3688887-1337888419
RUNJOBID= node126-1337871880-27445
PBS_JOBID= 14620078
Free space on /tmp= 71684 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB09/normalized-PB09/OPT-SMALLINT-LIN/flexray/normalized-fx30.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3688887-1337888419/watcher-3688887-1337888419 -o /tmp/evaluation-result-3688887-1337888419/solver-3688887-1337888419 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3688887-1337888419.opb

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

MD5SUM BENCH= a013c9210a7cfe037db9246041ce6240
RANDOM SEED=2031815144

node126.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.456
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.456
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.456
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.456
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.456
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.456
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.456
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.456
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        29289260 kB
Buffers:          240572 kB
Cached:          1866500 kB
SwapCached:        17768 kB
Active:          1079560 kB
Inactive:        1742628 kB
Active(anon):     697876 kB
Inactive(anon):    19404 kB
Active(file):     381684 kB
Inactive(file):  1723224 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67086928 kB
Dirty:               684 kB
Writeback:             0 kB
AnonPages:        711108 kB
Mapped:            18296 kB
Shmem:                 0 kB
Slab:             622688 kB
SReclaimable:      66764 kB
SUnreclaim:       555924 kB
KernelStack:        1704 kB
PageTables:         5448 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1043924 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    688128 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71648 MiB
End job on node126 at 2012-05-24 22:10:17