Trace number 3739086

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
PB09: SAT4J Pseudo Resolution 2.1.1? (exit code) 1634.08 1628.11

General information on the benchmark

Name/OPT-BIGINT-LIN/leberre/opb-paranoid/misc2010/
datasets/9orless/normalized-tasque.cudf.paranoid.opb
MD5SUMff7cf51d59681038e9bd685a258479a5
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark141990
Best CPU time to get the best result obtained on this benchmark629.259
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables19778
Total number of constraints96489
Number of constraints which are clauses94924
Number of constraints which are cardinality constraints (but not clauses)1565
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint2962
Number of terms in the objective function 7257
Biggest coefficient in the objective function 4299
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 12729337
Number of bits of the sum of numbers in the objective function 24
Biggest number in a constraint 4299
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 12729337
Number of bits of the biggest sum of numbers24
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.05/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.05/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.07	c See www.sat4j.org for details.
0.05/0.07	c version 2.1.1.v20090612
0.05/0.07	c sun.arch.data.model	64
0.05/0.07	c java.version	1.6.0_24
0.05/0.07	c os.name	Linux
0.05/0.07	c os.version	2.6.32-71.29.1.el6.x86_64
0.05/0.07	c os.arch	amd64
0.05/0.07	c Free memory 1299577560
0.05/0.07	c Max memory 1306394624
0.05/0.07	c Total memory 1306394624
0.05/0.07	c Number of processors 8
0.10/0.10	c Pseudo Boolean Optimization
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c Stops conflict analysis at the first Unique Implication Point
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@6abf2d5e
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.10	c Expensive reason simplification
0.10/0.10	c MiniSAT restarts strategy
0.10/0.10	c Memory based learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-3739086-1338767410.opb
0.10/0.10	c reading problem ... 
1.40/0.90	c ... done. Wall clock time 0.803s.
1.40/0.90	c #vars     19778
1.40/0.90	c #constraints  96352
1.40/0.90	c constraints type 
1.40/0.90	c org.sat4j.minisat.constraints.card.MinWatchCard => 1565
1.40/0.90	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 36243
1.40/0.90	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 58502
2.27/1.37	c SATISFIABLE
2.27/1.37	c OPTIMIZING...
2.27/1.37	c Got one! Elapsed wall clock time (in seconds):1.272
2.27/1.37	o 262426
2.65/1.59	c Got one! Elapsed wall clock time (in seconds):1.493
2.65/1.59	o 202233
3.78/2.55	c Got one! Elapsed wall clock time (in seconds):2.454
3.78/2.55	o 202220
8.02/6.71	c Got one! Elapsed wall clock time (in seconds):6.615
8.02/6.71	o 202180
10.06/8.71	c Got one! Elapsed wall clock time (in seconds):8.611
10.06/8.71	o 202179
10.26/8.94	c Got one! Elapsed wall clock time (in seconds):8.841
10.26/8.94	o 202178
11.56/10.22	c Got one! Elapsed wall clock time (in seconds):10.121
11.56/10.22	o 202177
16.86/15.54	c Got one! Elapsed wall clock time (in seconds):15.445
16.86/15.54	o 202176
17.56/16.25	c Got one! Elapsed wall clock time (in seconds):16.148
17.56/16.25	o 202175
19.46/18.18	c Got one! Elapsed wall clock time (in seconds):18.076
19.46/18.18	o 198067
21.26/19.96	c Got one! Elapsed wall clock time (in seconds):19.86
21.26/19.96	o 197988
22.96/21.66	c Got one! Elapsed wall clock time (in seconds):21.559
22.96/21.66	o 197945
23.56/22.26	c Got one! Elapsed wall clock time (in seconds):22.158
23.56/22.26	o 197913
24.86/23.54	c Got one! Elapsed wall clock time (in seconds):23.443
24.86/23.54	o 197899
26.36/25.07	c Got one! Elapsed wall clock time (in seconds):24.975
26.36/25.07	o 193710
27.75/26.39	c Got one! Elapsed wall clock time (in seconds):26.288
27.75/26.39	o 193639
28.16/26.72	c Got one! Elapsed wall clock time (in seconds):26.616
28.16/26.72	o 193620
28.86/27.41	c Got one! Elapsed wall clock time (in seconds):27.31
28.86/27.41	o 193595
30.46/29.02	c Got one! Elapsed wall clock time (in seconds):28.918
30.46/29.02	o 193594
31.65/30.23	c Got one! Elapsed wall clock time (in seconds):30.129
31.65/30.23	o 189417
32.65/31.22	c Got one! Elapsed wall clock time (in seconds):31.122
32.65/31.22	o 189371
34.55/33.16	c Got one! Elapsed wall clock time (in seconds):33.065
34.55/33.16	o 189370
36.15/34.73	c Got one! Elapsed wall clock time (in seconds):34.631
36.15/34.73	o 189322
254.48/252.84	c Got one! Elapsed wall clock time (in seconds):252.743
254.48/252.84	o 189321
257.24/255.29	c Got one! Elapsed wall clock time (in seconds):255.186
257.24/255.29	o 189320
260.13/258.13	c Got one! Elapsed wall clock time (in seconds):258.028
260.13/258.13	o 189319
266.93/264.99	c Got one! Elapsed wall clock time (in seconds):264.892
266.93/264.99	o 185147
270.33/268.35	c Got one! Elapsed wall clock time (in seconds):268.252
270.33/268.35	o 185059
272.23/270.25	c Got one! Elapsed wall clock time (in seconds):270.155
272.23/270.25	o 185058
283.93/281.93	c Got one! Elapsed wall clock time (in seconds):281.826
283.93/281.93	o 185057
287.63/285.63	c Got one! Elapsed wall clock time (in seconds):285.529
287.63/285.63	o 185056
290.33/288.32	c Got one! Elapsed wall clock time (in seconds):288.216
290.33/288.32	o 185055
290.53/288.56	c Got one! Elapsed wall clock time (in seconds):288.465
290.53/288.56	o 185005
291.53/289.50	c Got one! Elapsed wall clock time (in seconds):289.398
291.53/289.50	o 185004
291.63/289.61	c Got one! Elapsed wall clock time (in seconds):289.507
291.63/289.61	o 180838
291.73/289.70	c Got one! Elapsed wall clock time (in seconds):289.604
291.73/289.70	o 180837
291.73/289.79	c Got one! Elapsed wall clock time (in seconds):289.688
291.73/289.79	o 180834
291.93/289.94	c Got one! Elapsed wall clock time (in seconds):289.843
291.93/289.94	o 180833
292.73/290.73	c Got one! Elapsed wall clock time (in seconds):290.635
292.73/290.73	o 180772
295.03/293.08	c Got one! Elapsed wall clock time (in seconds):292.977
295.03/293.08	o 180771
297.94/295.95	c Got one! Elapsed wall clock time (in seconds):295.855
297.94/295.95	o 180746
305.23/303.24	c Got one! Elapsed wall clock time (in seconds):303.141
305.23/303.24	o 180745
320.43/318.47	c Got one! Elapsed wall clock time (in seconds):318.37
320.43/318.47	o 180744
321.93/319.64	c Got one! Elapsed wall clock time (in seconds):319.544
321.93/319.64	o 180730
325.83/323.56	c Got one! Elapsed wall clock time (in seconds):323.46
325.83/323.56	o 180729
326.84/324.54	c Got one! Elapsed wall clock time (in seconds):324.441
326.84/324.54	o 180728
347.64/345.34	c Got one! Elapsed wall clock time (in seconds):345.239
347.64/345.34	o 180727
349.64/347.34	c Got one! Elapsed wall clock time (in seconds):347.237
349.64/347.34	o 180726
351.34/349.02	c Got one! Elapsed wall clock time (in seconds):348.922
351.34/349.02	o 180725
354.74/352.40	c Got one! Elapsed wall clock time (in seconds):352.299
354.74/352.40	o 180721
355.94/353.65	c Got one! Elapsed wall clock time (in seconds):353.554
355.94/353.65	o 180720
395.74/393.46	c Got one! Elapsed wall clock time (in seconds):393.361
395.74/393.46	o 180719
402.14/399.83	c Got one! Elapsed wall clock time (in seconds):399.733
402.14/399.83	o 180718
404.04/401.74	c Got one! Elapsed wall clock time (in seconds):401.637
404.04/401.74	o 180717
407.44/405.19	c Got one! Elapsed wall clock time (in seconds):405.091
407.44/405.19	o 180716
424.06/421.41	c Got one! Elapsed wall clock time (in seconds):421.309
424.06/421.41	o 180715
427.66/425.05	c Got one! Elapsed wall clock time (in seconds):424.949
427.66/425.05	o 180714
445.97/443.34	c Got one! Elapsed wall clock time (in seconds):443.24
445.97/443.34	o 180713
449.76/447.15	c Got one! Elapsed wall clock time (in seconds):447.046
449.76/447.15	o 180712
461.96/459.38	c Got one! Elapsed wall clock time (in seconds):459.282
461.96/459.38	o 180711
465.39/462.59	c Got one! Elapsed wall clock time (in seconds):462.487
465.39/462.59	o 180710
468.39/465.57	c Got one! Elapsed wall clock time (in seconds):465.467
468.39/465.57	o 180709
469.71/466.82	c Got one! Elapsed wall clock time (in seconds):466.721
469.71/466.82	o 176568
472.11/469.26	c Got one! Elapsed wall clock time (in seconds):469.16
472.11/469.26	o 176472
486.01/483.17	c Got one! Elapsed wall clock time (in seconds):483.074
486.01/483.17	o 176471
491.01/488.16	c Got one! Elapsed wall clock time (in seconds):488.057
491.01/488.16	o 176470
493.92/491.06	c Got one! Elapsed wall clock time (in seconds):490.957
493.92/491.06	o 176456
497.12/494.27	c Got one! Elapsed wall clock time (in seconds):494.17
497.12/494.27	o 176455
505.22/502.08	c Got one! Elapsed wall clock time (in seconds):501.983
505.22/502.08	o 176454
509.72/506.53	c Got one! Elapsed wall clock time (in seconds):506.435
509.72/506.53	o 176403
520.82/517.69	c Got one! Elapsed wall clock time (in seconds):517.594
520.82/517.69	o 176402
525.73/522.52	c Got one! Elapsed wall clock time (in seconds):522.423
525.73/522.52	o 176401
542.52/539.34	c Got one! Elapsed wall clock time (in seconds):539.238
542.52/539.34	o 176400
551.34/547.91	c Got one! Elapsed wall clock time (in seconds):547.806
551.34/547.91	o 176399
569.64/566.28	c Got one! Elapsed wall clock time (in seconds):566.177
569.64/566.28	o 176398
583.54/580.14	c Got one! Elapsed wall clock time (in seconds):580.04
583.54/580.14	o 176397
593.14/589.70	c Got one! Elapsed wall clock time (in seconds):589.599
593.14/589.70	o 176396
631.84/628.19	c Got one! Elapsed wall clock time (in seconds):628.088
631.84/628.19	o 176395
634.23/630.53	c Got one! Elapsed wall clock time (in seconds):630.433
634.23/630.53	o 176394
639.04/635.34	c Got one! Elapsed wall clock time (in seconds):635.242
639.04/635.34	o 176393
640.74/637.09	c Got one! Elapsed wall clock time (in seconds):636.99
640.74/637.09	o 176392
647.04/643.39	c Got one! Elapsed wall clock time (in seconds):643.291
647.04/643.39	o 176391
648.84/645.19	c Got one! Elapsed wall clock time (in seconds):645.095
648.84/645.19	o 172192
651.38/647.48	c Got one! Elapsed wall clock time (in seconds):647.382
651.38/647.48	o 172191
654.28/650.33	c Got one! Elapsed wall clock time (in seconds):650.227
654.28/650.33	o 172152
659.28/655.38	c Got one! Elapsed wall clock time (in seconds):655.279
659.28/655.38	o 172151
662.08/658.10	c Got one! Elapsed wall clock time (in seconds):658.002
662.08/658.10	o 172150
918.01/913.35	c Got one! Elapsed wall clock time (in seconds):913.25
918.01/913.35	o 172149
921.31/916.64	c Got one! Elapsed wall clock time (in seconds):916.543
921.31/916.64	o 172124
932.61/927.96	c Got one! Elapsed wall clock time (in seconds):927.864
932.61/927.96	o 172123
948.72/944.04	c Got one! Elapsed wall clock time (in seconds):943.942
948.72/944.04	o 172122
998.36/993.46	c Got one! Elapsed wall clock time (in seconds):993.362
998.36/993.46	o 172121
1004.87/999.95	c Got one! Elapsed wall clock time (in seconds):999.852
1004.87/999.95	o 172120
1005.38/1000.21	c Got one! Elapsed wall clock time (in seconds):1000.115
1005.38/1000.21	o 167887
1005.48/1000.32	c Got one! Elapsed wall clock time (in seconds):1000.221
1005.48/1000.32	o 167886
1005.58/1000.41	c Got one! Elapsed wall clock time (in seconds):1000.314
1005.58/1000.41	o 167883
1005.68/1000.57	c Got one! Elapsed wall clock time (in seconds):1000.474
1005.68/1000.57	o 167882
1033.18/1028.09	c Got one! Elapsed wall clock time (in seconds):1027.994
1033.18/1028.09	o 167881
1043.27/1038.20	c Got one! Elapsed wall clock time (in seconds):1038.097
1043.37/1038.20	o 167880
1054.76/1049.44	c Got one! Elapsed wall clock time (in seconds):1049.337
1054.76/1049.44	o 167879
1068.05/1062.80	c Got one! Elapsed wall clock time (in seconds):1062.697
1068.15/1062.80	o 167878
1068.35/1063.03	c Got one! Elapsed wall clock time (in seconds):1062.933
1068.35/1063.03	o 167875
1068.45/1063.13	c Got one! Elapsed wall clock time (in seconds):1063.034
1068.45/1063.13	o 167874
1068.55/1063.22	c Got one! Elapsed wall clock time (in seconds):1063.122
1068.55/1063.22	o 167871
1068.65/1063.39	c Got one! Elapsed wall clock time (in seconds):1063.292
1068.65/1063.39	o 167870
1155.57/1150.12	c Got one! Elapsed wall clock time (in seconds):1150.022
1155.57/1150.12	o 167869
1158.68/1153.26	c Got one! Elapsed wall clock time (in seconds):1153.165
1158.68/1153.26	o 167868
1162.44/1156.84	c Got one! Elapsed wall clock time (in seconds):1156.742
1162.44/1156.84	o 167825
1183.65/1178.06	c Got one! Elapsed wall clock time (in seconds):1177.961
1183.65/1178.06	o 167824
1264.26/1258.62	c Got one! Elapsed wall clock time (in seconds):1258.516
1264.26/1258.62	o 167823
1268.36/1262.76	c Got one! Elapsed wall clock time (in seconds):1262.659
1268.36/1262.76	o 167822
1281.35/1275.70	c Got one! Elapsed wall clock time (in seconds):1275.6
1281.35/1275.70	o 167821
1334.04/1328.49	c Got one! Elapsed wall clock time (in seconds):1328.386
1334.04/1328.49	o 167820
1336.84/1331.22	c Got one! Elapsed wall clock time (in seconds):1331.117
1336.84/1331.22	o 167819
1377.94/1372.36	c Got one! Elapsed wall clock time (in seconds):1372.264
1377.94/1372.36	o 167818
1395.04/1389.49	c Got one! Elapsed wall clock time (in seconds):1389.395
1395.04/1389.49	o 167817
1408.53/1402.94	c Got one! Elapsed wall clock time (in seconds):1402.844
1408.53/1402.94	o 167816
1415.03/1409.49	c Got one! Elapsed wall clock time (in seconds):1409.394
1415.03/1409.49	o 167795
1487.73/1482.15	c Got one! Elapsed wall clock time (in seconds):1482.055
1487.73/1482.15	o 164034
1505.42/1499.83	c Got one! Elapsed wall clock time (in seconds):1499.732
1505.42/1499.83	o 164033
1522.82/1517.22	c Got one! Elapsed wall clock time (in seconds):1517.125
1522.82/1517.22	o 163607
1625.92/1620.38	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
1625.92/1620.38		at java.math.BigInteger.add(BigInteger.java:1049)
1625.92/1620.38		at java.math.BigInteger.add(BigInteger.java:1023)
1625.92/1620.38		at org.sat4j.pb.constraints.pb.MaxWatchPb.undo(Unknown Source)
1625.92/1620.38		at org.sat4j.minisat.core.Solver.undoOne(Unknown Source)
1625.92/1620.38		at org.sat4j.minisat.core.Solver.analyze(Unknown Source)
1625.92/1620.38		at org.sat4j.minisat.core.Solver.search(Unknown Source)

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-3739086-1338767410/watcher-3739086-1338767410 -o /tmp/evaluation-result-3739086-1338767410/solver-3739086-1338767410 -C 1800 -W 1900 -M 15500 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3739086-1338767410.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.85 1.97 1.99 2/195 2375
/proc/meminfo: memFree=26196640/32873844 swapFree=7372/7372
[pid=2375] ppid=2373 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/2375/stat : 2375 (java) R 2373 2375 31022 0 -1 4202496 983 0 0 0 0 0 0 0 20 0 1 0 342867138 23793664 709 33554432000 1073741824 1073778376 140735712101680 140735712090744 251022849384 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/2375/statm: 5809 710 524 9 0 128 0

[startup+0.063331 s]
/proc/loadavg: 1.85 1.97 1.99 2/195 2375
/proc/meminfo: memFree=26196640/32873844 swapFree=7372/7372
[pid=2375] ppid=2373 vsize=2648548 CPUtime=0.05 cores=0,2,4,6
/proc/2375/stat : 2375 (java) S 2373 2375 31022 0 -1 4202496 3808 0 1 0 4 1 0 0 20 0 18 0 342867138 2712113152 5526 33554432000 1073741824 1073778376 140735712101680 140735712092816 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2375/statm: 662137 5526 1755 9 0 652835 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 2648548

[startup+0.100247 s]
/proc/loadavg: 1.85 1.97 1.99 2/195 2375
/proc/meminfo: memFree=26196640/32873844 swapFree=7372/7372
[pid=2375] ppid=2373 vsize=2648568 CPUtime=0.1 cores=0,2,4,6
/proc/2375/stat : 2375 (java) S 2373 2375 31022 0 -1 4202496 4665 0 1 0 9 1 0 0 20 0 18 0 342867138 2712133632 6367 33554432000 1073741824 1073778376 140735712101680 140735712092816 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2375/statm: 662142 6367 2109 9 0 652835 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2648568

[startup+0.300214 s]
/proc/loadavg: 1.85 1.97 1.99 2/195 2375
/proc/meminfo: memFree=26196640/32873844 swapFree=7372/7372
[pid=2375] ppid=2373 vsize=2648568 CPUtime=0.52 cores=0,2,4,6
/proc/2375/stat : 2375 (java) S 2373 2375 31022 0 -1 4202496 5970 0 1 0 50 2 0 0 20 0 18 0 342867138 2712133632 10582 33554432000 1073741824 1073778376 140735712101680 140735712092816 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2375/statm: 662142 10582 2225 9 0 652835 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 2648568

[startup+0.700229 s]
/proc/loadavg: 1.85 1.97 1.99 2/195 2375
/proc/meminfo: memFree=26196640/32873844 swapFree=7372/7372
[pid=2375] ppid=2373 vsize=2648568 CPUtime=1.12 cores=0,2,4,6
/proc/2375/stat : 2375 (java) S 2373 2375 31022 0 -1 4202496 9115 0 1 0 107 5 0 0 20 0 18 0 342867138 2712133632 61412 33554432000 1073741824 1073778376 140735712101680 140735712092816 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2375/statm: 662142 61412 2241 9 0 652835 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 2648568

[startup+1.50066 s]
/proc/loadavg: 1.85 1.97 1.99 5/213 2393
/proc/meminfo: memFree=25828092/32873844 swapFree=7372/7372
[pid=2375] ppid=2373 vsize=2715132 CPUtime=2.65 cores=0,2,4,6
/proc/2375/stat : 2375 (java) S 2373 2375 31022 0 -1 4202496 11500 0 1 0 257 8 0 0 20 0 19 0 342867138 2780295168 94376 33554432000 1073741824 1073778376 140735712101680 140735712092816 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2375/statm: 678783 94376 2273 9 0 669476 0
[pid=2375/tid=2377] ppid=2373 vsize=2715132 CPUtime=1.46 cores=0,2,4,6
/proc/2375/task/2377/stat : 2377 (java) R 2373 2375 31022 0 -1 4202560 2922 0 1 0 140 6 0 0 20 0 19 0 342867138 2780295168 94376 33554432000 1073741824 1073778376 140735712101680 139674122494680 139673964444672 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=2375/tid=2378] ppid=2373 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/2375/task/2378/stat : 2378 (java) S 2373 2375 31022 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 342867139 2780295168 94376 33554432000 1073741824 1073778376 140735712101680 139674106943656 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2375/tid=2379] ppid=2373 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/2375/task/2379/stat : 2379 (java) S 2373 2375 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342867139 2780295168 94376 33554432000 1073741824 1073778376 140735712101680 139674105891112 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2375/tid=2380] ppid=2373 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/2375/task/2380/stat : 2380 (java) S 2373 2375 31022 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 342867139 2780295168 94376 33554432000 1073741824 1073778376 140735712101680 139674104838568 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2375/tid=2381] ppid=2373 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/2375/task/2381/stat : 2381 (java) S 2373 2375 31022 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 342867139 2780295168 94376 33554432000 1073741824 1073778376 140735712101680 139674103786024 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2375/tid=2382] ppid=2373 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/2375/task/2382/stat : 2382 (java) S 2373 2375 31022 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 342867139 2780295168 94376 33554432000 1073741824 1073778376 140735712101680 139674102733480 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2375/tid=2383] ppid=2373 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/2375/task/2383/stat : 2383 (java) S 2373 2375 31022 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 342867139 2780295168 94376 33554432000 1073741824 1073778376 140735712101680 139674101680936 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2375/tid=2384] ppid=2373 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/2375/task/2384/stat : 2384 (java) S 2373 2375 31022 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 342867139 2780295168 94376 33554432000 1073741824 1073778376 140735712101680 139674100628392 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2375/tid=2385] ppid=2373 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/2375/task/2385/stat : 2385 (java) S 2373 2375 31022 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 342867139 2780295168 94376 33554432000 1073741824 1073778376 140735712101680 139674099575848 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2375/tid=2386] ppid=2373 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/2375/task/2386/stat : 2386 (java) S 2373 2375 31022 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 342867140 2780295168 94376 33554432000 1073741824 1073778376 140735712101680 139674087164008 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2375/tid=2387] ppid=2373 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/2375/task/2387/stat : 2387 (java) S 2373 2375 31022 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 342867141 2780295168 94376 33554432000 1073741824 1073778376 140735712101680 139674086110328 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2375/tid=2388] ppid=2373 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/2375/task/2388/stat : 2388 (java) S 2373 2375 31022 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 342867141 2780295168 94376 33554432000 1073741824 1073778376 140735712101680 139674085057672 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2375/tid=2389] ppid=2373 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/2375/task/2389/stat : 2389 (java) S 2373 2375 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342867143 2780295168 94376 33554432000 1073741824 1073778376 140735712101680 139674084006416 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2375/tid=2390] ppid=2373 vsize=2715132 CPUtime=0.5 cores=0,2,4,6
/proc/2375/task/2390/stat : 2390 (java) S 2373 2375 31022 0 -1 4202560 2980 0 0 0 50 0 0 0 20 0 19 0 342867143 2780295168 94376 33554432000 1073741824 1073778376 140735712101680 139674082953784 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2375/tid=2391] ppid=2373 vsize=2715132 CPUtime=0.58 cores=0,2,4,6
/proc/2375/task/2391/stat : 2391 (java) R 2373 2375 31022 0 -1 4202560 4363 0 0 0 58 0 0 0 20 0 19 0 342867143 2780295168 94376 33554432000 1073741824 1073778376 140735712101680 139673963850424 139674125049889 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2375/tid=2392] ppid=2373 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/2375/task/2392/stat : 2392 (java) S 2373 2375 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342867143 2780295168 94376 33554432000 1073741824 1073778376 140735712101680 139673962798072 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2375/tid=2393] ppid=2373 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/2375/task/2393/stat : 2393 (java) S 2373 2375 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342867143 2780295168 94376 33554432000 1073741824 1073778376 140735712101680 139673961745736 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.65
Current children cumulated vsize (KiB) 2715132

[startup+3.10062 s]
/proc/loadavg: 1.85 1.97 1.99 3/214 2394
/proc/meminfo: memFree=25826968/32873844 swapFree=7372/7372
[pid=2375] ppid=2373 vsize=2715132 CPUtime=4.41 cores=0,2,4,6
/proc/2375/stat : 2375 (java) S 2373 2375 31022 0 -1 4202496 11513 0 1 0 433 8 0 0 20 0 19 0 342867138 2780295168 94376 33554432000 1073741824 1073778376 140735712101680 140735712092816 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2375/statm: 678783 94376 2273 9 0 669476 0
[pid=2375/tid=2377] ppid=2373 vsize=2715132 CPUtime=3.06 cores=0,2,4,6
/proc/2375/task/2377/stat : 2377 (java) R 2373 2375 31022 0 -1 4202560 2923 0 1 0 300 6 0 0 20 0 19 0 342867138 2780295168 94376 33554432000 1073741824 1073778376 140735712101680 139674122494536 139673964390072 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=2375/tid=2378] ppid=2373 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/2375/task/2378/stat : 2378 (java) S 2373 2375 31022 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 342867139 2780295168 94376 33554432000 1073741824 1073778376 140735712101680 139674106943656 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2375/tid=2379] ppid=2373 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/2375/task/2379/stat : 2379 (java) S 2373 2375 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342867139 2780295168 94376 33554432000 1073741824 1073778376 140735712101680 139674105891112 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2375/tid=2380] ppid=2373 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/2375/task/2380/stat : 2380 (java) S 2373 2375 31022 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 342867139 2780295168 94376 33554432000 1073741824 1073778376 140735712101680 139674104838568 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2375/tid=2381] ppid=2373 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/2375/task/2381/stat : 2381 (java) S 2373 2375 31022 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 342867139 2780295168 94376 33554432000 1073741824 1073778376 140735712101680 139674103786024 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2375/tid=2382] ppid=2373 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/2375/task/2382/stat : 2382 (java) S 2373 2375 31022 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 342867139 2780295168 94376 33554432000 1073741824 1073778376 140735712101680 139674102733480 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2375/tid=2383] ppid=2373 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/2375/task/2383/stat : 2383 (java) S 2373 2375 31022 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 342867139 2780295168 94376 33554432000 1073741824 1073778376 140735712101680 139674101680936 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2375/tid=2384] ppid=2373 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/2375/task/2384/stat : 2384 (java) S 2373 2375 31022 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 342867139 2780295168 94376 33554432000 1073741824 1073778376 140735712101680 139674100628392 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2375/tid=2385] ppid=2373 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/2375/task/2385/stat : 2385 (java) S 2373 2375 31022 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 342867139 2780295168 94376 33554432000 1073741824 1073778376 140735712101680 139674099575848 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2375/tid=2386] ppid=2373 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/2375/task/2386/stat : 2386 (java) S 2373 2375 31022 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 342867140 2780295168 94376 33554432000 1073741824 1073778376 140735712101680 139674087164008 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2375/tid=2387] ppid=2373 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/2375/task/2387/stat : 2387 (java) S 2373 2375 31022 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 342867141 2780295168 94376 33554432000 1073741824 1073778376 140735712101680 139674086110328 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2375/tid=2388] ppid=2373 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/2375/task/2388/stat : 2388 (java) S 2373 2375 31022 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 342867141 2780295168 94376 33554432000 1073741824 1073778376 140735712101680 139674085057672 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2375/tid=2389] ppid=2373 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/2375/task/2389/stat : 2389 (java) S 2373 2375 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342867143 2780295168 94376 33554432000 1073741824 1073778376 140735712101680 139674084006416 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2375/tid=2390] ppid=2373 vsize=2715132 CPUtime=0.53 cores=0,2,4,6
/proc/2375/task/2390/stat : 2390 (java) S 2373 2375 31022 0 -1 4202560 2980 0 0 0 53 0 0 0 20 0 19 0 342867143 2780295168 94376 33554432000 1073741824 1073778376 140735712101680 139674082953784 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2375/tid=2391] ppid=2373 vsize=2715132 CPUtime=0.71 cores=0,2,4,6
/proc/2375/task/2391/stat : 2391 (java) S 2373 2375 31022 0 -1 4202560 4375 0 0 0 71 0 0 0 20 0 19 0 342867143 2780295168 94376 33554432000 1073741824 1073778376 140735712101680 139673963850424 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2375/tid=2392] ppid=2373 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/2375/task/2392/stat : 2392 (java) S 2373 2375 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342867143 2780295168 94376 33554432000 1073741824 1073778376 140735712101680 139673962798072 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2375/tid=2393] ppid=2373 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/2375/task/2393/stat : 2393 (java) S 2373 2375 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342867143 2780295168 94376 33554432000 1073741824 1073778376 140735712101680 139673961745736 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2375/tid=2394] ppid=2373 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/2375/task/2394/stat : 2394 (java) S 2373 2375 31022 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 342867242 2780295168 94376 33554432000 1073741824 1073778376 140735712101680 139673960690472 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.41
Current children cumulated vsize (KiB) 2715132

[startup+6.30062 s]
/proc/loadavg: 1.86 1.97 1.99 3/214 2394
/proc/meminfo: memFree=25826596/32873844 swapFree=7372/7372
[pid=2375] ppid=2373 vsize=2715132 CPUtime=7.61 cores=0,2,4,6
/proc/2375/stat : 2375 (java) S 2373 2375 31022 0 -1 4202496 11515 0 1 0 753 8 0 0 20 0 19 0 342867138 2780295168 94333 33554432000 1073741824 1073778376 140735712101680 140735712092816 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2375/statm: 678783 94333 2273 9 0 669476 0
[pid=2375/tid=2377] ppid=2373 vsize=2715132 CPUtime=6.26 cores=0,2,4,6
/proc/2375/task/2377/stat : 2377 (java) R 2373 2375 31022 0 -1 4202560 2925 0 1 0 620 6 0 0 20 0 19 0 342867138 2780295168 94333 33554432000 1073741824 1073778376 140735712101680 139674122494536 139673964625865 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=2375/tid=2378] ppid=2373 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/2375/task/2378/stat : 2378 (java) S 2373 2375 31022 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 342867139 2780295168 94333 33554432000 1073741824 1073778376 140735712101680 139674106943656 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2375/tid=2379] ppid=2373 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/2375/task/2379/stat : 2379 (java) S 2373 2375 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342867139 2780295168 94333 33554432000 1073741824 1073778376 140735712101680 139674105891112 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2375/tid=2380] ppid=2373 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/2375/task/2380/stat : 2380 (java) S 2373 2375 31022 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 342867139 2780295168 94333 33554432000 1073741824 1073778376 140735712101680 139674104838568 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2375/tid=2381] ppid=2373 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/2375/task/2381/stat : 2381 (java) S 2373 2375 31022 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 342867139 2780295168 94333 33554432000 1073741824 1073778376 140735712101680 139674103786024 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2375/tid=2382] ppid=2373 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/2375/task/2382/stat : 2382 (java) S 2373 2375 31022 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 342867139 2780295168 94333 33554432000 1073741824 1073778376 140735712101680 139674102733480 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2375/tid=2383] ppid=2373 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/2375/task/2383/stat : 2383 (java) S 2373 2375 31022 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 342867139 2780295168 94333 33554432000 1073741824 1073778376 140735712101680 139674101680936 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2375/tid=2384] ppid=2373 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/2375/task/2384/stat : 2384 (java) S 2373 2375 31022 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 342867139 2780295168 94333 33554432000 1073741824 1073778376 140735712101680 139674100628392 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2375/tid=2385] ppid=2373 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/2375/task/2385/stat : 2385 (java) S 2373 2375 31022 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 342867139 2780295168 94333 33554432000 1073741824 1073778376 140735712101680 139674099575848 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2375/tid=2386] ppid=2373 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/2375/task/2386/stat : 2386 (java) S 2373 2375 31022 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 342867140 2780295168 94333 33554432000 1073741824 1073778376 140735712101680 139674087164008 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2375/tid=2387] ppid=2373 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/2375/task/2387/stat : 2387 (java) S 2373 2375 31022 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 342867141 2780295168 94333 33554432000 1073741824 1073778376 140735712101680 139674086110328 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2375/tid=2388] ppid=2373 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/2375/task/2388/stat : 2388 (java) S 2373 2375 31022 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 342867141 2780295168 94333 33554432000 1073741824 1073778376 140735712101680 139674085057672 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2375/tid=2389] ppid=2373 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/2375/task/2389/stat : 2389 (java) S 2373 2375 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342867143 2780295168 94333 33554432000 1073741824 1073778376 140735712101680 139674084006416 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2375/tid=2390] ppid=2373 vsize=2715132 CPUtime=0.53 cores=0,2,4,6
/proc/2375/task/2390/stat : 2390 (java) S 2373 2375 31022 0 -1 4202560 2980 0 0 0 53 0 0 0 20 0 19 0 342867143 2780295168 94333 33554432000 1073741824 1073778376 140735712101680 139674082953784 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2375/tid=2391] ppid=2373 vsize=2715132 CPUtime=0.71 cores=0,2,4,6
/proc/2375/task/2391/stat : 2391 (java) S 2373 2375 31022 0 -1 4202560 4375 0 0 0 71 0 0 0 20 0 19 0 342867143 2780295168 94333 33554432000 1073741824 1073778376 140735712101680 139673963850424 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2375/tid=2392] ppid=2373 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/2375/task/2392/stat : 2392 (java) S 2373 2375 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342867143 2780295168 94333 33554432000 1073741824 1073778376 140735712101680 139673962798072 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2375/tid=2393] ppid=2373 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/2375/task/2393/stat : 2393 (java) S 2373 2375 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342867143 2780295168 94333 33554432000 1073741824 1073778376 140735712101680 139673961745736 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2375/tid=2394] ppid=2373 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/2375/task/2394/stat : 2394 (java) S 2373 2375 31022 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 342867242 2780295168 94333 33554432000 1073741824 1073778376 140735712101680 139673960690472 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.61
Current children cumulated vsize (KiB) 2715132

[startup+12.7006 s]
/proc/loadavg: 1.87 1.97 1.99 3/214 2394
/proc/meminfo: memFree=25826536/32873844 swapFree=7372/7372

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

/proc/2375/task/2378/stat : 2378 (java) S 2373 2375 31022 0 -1 4202560 225 0 0 0 49 8 0 0 20 0 19 0 342867139 2780295168 343797 33554432000 1073741824 1073778376 140735712101680 139674106943656 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2375/tid=2379] ppid=2373 vsize=2715132 CPUtime=0.74 cores=0,2,4,6
/proc/2375/task/2379/stat : 2379 (java) S 2373 2375 31022 0 -1 4202560 262 0 0 0 62 12 0 0 20 0 19 0 342867139 2780295168 343797 33554432000 1073741824 1073778376 140735712101680 139674105891112 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2375/tid=2380] ppid=2373 vsize=2715132 CPUtime=0.68 cores=0,2,4,6
/proc/2375/task/2380/stat : 2380 (java) S 2373 2375 31022 0 -1 4202560 293 0 0 0 60 8 0 0 20 0 19 0 342867139 2780295168 343797 33554432000 1073741824 1073778376 140735712101680 139674104838568 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2375/tid=2381] ppid=2373 vsize=2715132 CPUtime=0.89 cores=0,2,4,6
/proc/2375/task/2381/stat : 2381 (java) S 2373 2375 31022 0 -1 4202560 490 0 0 0 76 13 0 0 20 0 19 0 342867139 2780295168 343797 33554432000 1073741824 1073778376 140735712101680 139674103786024 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2375/tid=2382] ppid=2373 vsize=2715132 CPUtime=0.74 cores=0,2,4,6
/proc/2375/task/2382/stat : 2382 (java) S 2373 2375 31022 0 -1 4202560 314 0 0 0 61 13 0 0 20 0 19 0 342867139 2780295168 343797 33554432000 1073741824 1073778376 140735712101680 139674102733480 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2375/tid=2383] ppid=2373 vsize=2715132 CPUtime=0.7 cores=0,2,4,6
/proc/2375/task/2383/stat : 2383 (java) S 2373 2375 31022 0 -1 4202560 353 0 0 0 62 8 0 0 20 0 19 0 342867139 2780295168 343797 33554432000 1073741824 1073778376 140735712101680 139674101680936 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2375/tid=2384] ppid=2373 vsize=2715132 CPUtime=0.68 cores=0,2,4,6
/proc/2375/task/2384/stat : 2384 (java) S 2373 2375 31022 0 -1 4202560 281 0 0 0 58 10 0 0 20 0 19 0 342867139 2780295168 343797 33554432000 1073741824 1073778376 140735712101680 139674100628392 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2375/tid=2385] ppid=2373 vsize=2715132 CPUtime=0.7 cores=0,2,4,6
/proc/2375/task/2385/stat : 2385 (java) S 2373 2375 31022 0 -1 4202560 344 0 0 0 60 10 0 0 20 0 19 0 342867139 2780295168 343797 33554432000 1073741824 1073778376 140735712101680 139674099575848 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2375/tid=2386] ppid=2373 vsize=2715132 CPUtime=54.17 cores=0,2,4,6
/proc/2375/task/2386/stat : 2386 (java) R 2373 2375 31022 0 -1 4202560 127 0 0 0 5415 2 0 0 20 0 19 0 342867140 2780295168 343797 33554432000 1073741824 1073778376 140735712101680 139674087164168 139674126655778 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2375/tid=2387] ppid=2373 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/2375/task/2387/stat : 2387 (java) S 2373 2375 31022 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 342867141 2780295168 343797 33554432000 1073741824 1073778376 140735712101680 139674086110232 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2375/tid=2388] ppid=2373 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/2375/task/2388/stat : 2388 (java) S 2373 2375 31022 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 342867141 2780295168 343797 33554432000 1073741824 1073778376 140735712101680 139674085054968 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2375/tid=2389] ppid=2373 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/2375/task/2389/stat : 2389 (java) S 2373 2375 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342867143 2780295168 343797 33554432000 1073741824 1073778376 140735712101680 139674084006416 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2375/tid=2390] ppid=2373 vsize=2715132 CPUtime=0.59 cores=0,2,4,6
/proc/2375/task/2390/stat : 2390 (java) S 2373 2375 31022 0 -1 4202560 2988 0 0 0 59 0 0 0 20 0 19 0 342867143 2780295168 343797 33554432000 1073741824 1073778376 140735712101680 139674082953784 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2375/tid=2391] ppid=2373 vsize=2715132 CPUtime=0.73 cores=0,2,4,6
/proc/2375/task/2391/stat : 2391 (java) S 2373 2375 31022 0 -1 4202560 4383 0 0 0 73 0 0 0 20 0 19 0 342867143 2780295168 343797 33554432000 1073741824 1073778376 140735712101680 139673963850424 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2375/tid=2392] ppid=2373 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/2375/task/2392/stat : 2392 (java) S 2373 2375 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342867143 2780295168 343797 33554432000 1073741824 1073778376 140735712101680 139673962798072 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2375/tid=2393] ppid=2373 vsize=2715132 CPUtime=0.38 cores=0,2,4,6
/proc/2375/task/2393/stat : 2393 (java) S 2373 2375 31022 0 -1 4202560 93 0 0 0 17 21 0 0 20 0 19 0 342867143 2780295168 343797 33554432000 1073741824 1073778376 140735712101680 139673961745736 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2375/tid=2394] ppid=2373 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/2375/task/2394/stat : 2394 (java) S 2373 2375 31022 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 342867242 2780295168 343797 33554432000 1073741824 1073778376 140735712101680 139673960690472 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1631.11
Current children cumulated vsize (KiB) 2715132

[startup+1627.1 s]
/proc/loadavg: 2.01 2.00 2.00 3/213 3225
/proc/meminfo: memFree=25498572/32873844 swapFree=7372/7372
[pid=2375] ppid=2373 vsize=2715132 CPUtime=1632.71 cores=0,2,4,6
/proc/2375/stat : 2375 (java) S 2373 2375 31022 0 -1 4202496 14338 0 1 0 163160 111 0 0 20 0 19 0 342867138 2780295168 343800 33554432000 1073741824 1073778376 140735712101680 140735712092816 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2375/statm: 678783 343800 2282 9 0 669476 0
[pid=2375/tid=2377] ppid=2373 vsize=2715132 CPUtime=1569.66 cores=0,2,4,6
/proc/2375/task/2377/stat : 2377 (java) S 2373 2375 31022 0 -1 4202560 2993 0 1 0 156934 32 0 0 20 0 19 0 342867138 2780295168 343800 33554432000 1073741824 1073778376 140735712101680 139674122494840 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2375/tid=2378] ppid=2373 vsize=2715132 CPUtime=0.57 cores=0,2,4,6
/proc/2375/task/2378/stat : 2378 (java) S 2373 2375 31022 0 -1 4202560 225 0 0 0 49 8 0 0 20 0 19 0 342867139 2780295168 343800 33554432000 1073741824 1073778376 140735712101680 139674106943656 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2375/tid=2379] ppid=2373 vsize=2715132 CPUtime=0.74 cores=0,2,4,6
/proc/2375/task/2379/stat : 2379 (java) S 2373 2375 31022 0 -1 4202560 262 0 0 0 62 12 0 0 20 0 19 0 342867139 2780295168 343800 33554432000 1073741824 1073778376 140735712101680 139674105891112 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2375/tid=2380] ppid=2373 vsize=2715132 CPUtime=0.68 cores=0,2,4,6
/proc/2375/task/2380/stat : 2380 (java) S 2373 2375 31022 0 -1 4202560 293 0 0 0 60 8 0 0 20 0 19 0 342867139 2780295168 343800 33554432000 1073741824 1073778376 140735712101680 139674104838568 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2375/tid=2381] ppid=2373 vsize=2715132 CPUtime=0.89 cores=0,2,4,6
/proc/2375/task/2381/stat : 2381 (java) S 2373 2375 31022 0 -1 4202560 490 0 0 0 76 13 0 0 20 0 19 0 342867139 2780295168 343800 33554432000 1073741824 1073778376 140735712101680 139674103786024 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2375/tid=2382] ppid=2373 vsize=2715132 CPUtime=0.74 cores=0,2,4,6
/proc/2375/task/2382/stat : 2382 (java) S 2373 2375 31022 0 -1 4202560 314 0 0 0 61 13 0 0 20 0 19 0 342867139 2780295168 343800 33554432000 1073741824 1073778376 140735712101680 139674102733480 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2375/tid=2383] ppid=2373 vsize=2715132 CPUtime=0.7 cores=0,2,4,6
/proc/2375/task/2383/stat : 2383 (java) S 2373 2375 31022 0 -1 4202560 353 0 0 0 62 8 0 0 20 0 19 0 342867139 2780295168 343800 33554432000 1073741824 1073778376 140735712101680 139674101680936 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2375/tid=2384] ppid=2373 vsize=2715132 CPUtime=0.68 cores=0,2,4,6
/proc/2375/task/2384/stat : 2384 (java) S 2373 2375 31022 0 -1 4202560 281 0 0 0 58 10 0 0 20 0 19 0 342867139 2780295168 343800 33554432000 1073741824 1073778376 140735712101680 139674100628392 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2375/tid=2385] ppid=2373 vsize=2715132 CPUtime=0.7 cores=0,2,4,6
/proc/2375/task/2385/stat : 2385 (java) S 2373 2375 31022 0 -1 4202560 344 0 0 0 60 10 0 0 20 0 19 0 342867139 2780295168 343800 33554432000 1073741824 1073778376 140735712101680 139674099575848 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2375/tid=2386] ppid=2373 vsize=2715132 CPUtime=55.77 cores=0,2,4,6
/proc/2375/task/2386/stat : 2386 (java) R 2373 2375 31022 0 -1 4202560 129 0 0 0 5575 2 0 0 20 0 19 0 342867140 2780295168 343800 33554432000 1073741824 1073778376 140735712101680 139674087164008 139674126631249 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2375/tid=2387] ppid=2373 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/2375/task/2387/stat : 2387 (java) S 2373 2375 31022 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 342867141 2780295168 343800 33554432000 1073741824 1073778376 140735712101680 139674086110328 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2375/tid=2388] ppid=2373 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/2375/task/2388/stat : 2388 (java) S 2373 2375 31022 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 342867141 2780295168 343800 33554432000 1073741824 1073778376 140735712101680 139674085057672 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2375/tid=2389] ppid=2373 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/2375/task/2389/stat : 2389 (java) S 2373 2375 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342867143 2780295168 343800 33554432000 1073741824 1073778376 140735712101680 139674084006416 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2375/tid=2390] ppid=2373 vsize=2715132 CPUtime=0.59 cores=0,2,4,6
/proc/2375/task/2390/stat : 2390 (java) S 2373 2375 31022 0 -1 4202560 2988 0 0 0 59 0 0 0 20 0 19 0 342867143 2780295168 343800 33554432000 1073741824 1073778376 140735712101680 139674082953784 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2375/tid=2391] ppid=2373 vsize=2715132 CPUtime=0.73 cores=0,2,4,6
/proc/2375/task/2391/stat : 2391 (java) S 2373 2375 31022 0 -1 4202560 4383 0 0 0 73 0 0 0 20 0 19 0 342867143 2780295168 343800 33554432000 1073741824 1073778376 140735712101680 139673963850424 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2375/tid=2392] ppid=2373 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/2375/task/2392/stat : 2392 (java) S 2373 2375 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342867143 2780295168 343800 33554432000 1073741824 1073778376 140735712101680 139673962798072 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2375/tid=2393] ppid=2373 vsize=2715132 CPUtime=0.38 cores=0,2,4,6
/proc/2375/task/2393/stat : 2393 (java) S 2373 2375 31022 0 -1 4202560 93 0 0 0 17 21 0 0 20 0 19 0 342867143 2780295168 343800 33554432000 1073741824 1073778376 140735712101680 139673961745736 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2375/tid=2394] ppid=2373 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/2375/task/2394/stat : 2394 (java) S 2373 2375 31022 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 342867242 2780295168 343800 33554432000 1073741824 1073778376 140735712101680 139673960690472 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1632.71
Current children cumulated vsize (KiB) 2715132

[startup+1627.9 s]
/proc/loadavg: 2.01 2.00 2.00 3/213 3225
/proc/meminfo: memFree=25498572/32873844 swapFree=7372/7372
[pid=2375] ppid=2373 vsize=2715132 CPUtime=1633.52 cores=0,2,4,6
/proc/2375/stat : 2375 (java) S 2373 2375 31022 0 -1 4202496 14339 0 1 0 163241 111 0 0 20 0 19 0 342867138 2780295168 343801 33554432000 1073741824 1073778376 140735712101680 140735712092816 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2375/statm: 678783 343801 2282 9 0 669476 0
[pid=2375/tid=2377] ppid=2373 vsize=2715132 CPUtime=1569.66 cores=0,2,4,6
/proc/2375/task/2377/stat : 2377 (java) S 2373 2375 31022 0 -1 4202560 2993 0 1 0 156934 32 0 0 20 0 19 0 342867138 2780295168 343801 33554432000 1073741824 1073778376 140735712101680 139674122494840 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2375/tid=2378] ppid=2373 vsize=2715132 CPUtime=0.57 cores=0,2,4,6
/proc/2375/task/2378/stat : 2378 (java) S 2373 2375 31022 0 -1 4202560 225 0 0 0 49 8 0 0 20 0 19 0 342867139 2780295168 343801 33554432000 1073741824 1073778376 140735712101680 139674106943656 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2375/tid=2379] ppid=2373 vsize=2715132 CPUtime=0.74 cores=0,2,4,6
/proc/2375/task/2379/stat : 2379 (java) S 2373 2375 31022 0 -1 4202560 262 0 0 0 62 12 0 0 20 0 19 0 342867139 2780295168 343801 33554432000 1073741824 1073778376 140735712101680 139674105891112 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2375/tid=2380] ppid=2373 vsize=2715132 CPUtime=0.68 cores=0,2,4,6
/proc/2375/task/2380/stat : 2380 (java) S 2373 2375 31022 0 -1 4202560 293 0 0 0 60 8 0 0 20 0 19 0 342867139 2780295168 343801 33554432000 1073741824 1073778376 140735712101680 139674104838568 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2375/tid=2381] ppid=2373 vsize=2715132 CPUtime=0.89 cores=0,2,4,6
/proc/2375/task/2381/stat : 2381 (java) S 2373 2375 31022 0 -1 4202560 490 0 0 0 76 13 0 0 20 0 19 0 342867139 2780295168 343801 33554432000 1073741824 1073778376 140735712101680 139674103786024 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2375/tid=2382] ppid=2373 vsize=2715132 CPUtime=0.74 cores=0,2,4,6
/proc/2375/task/2382/stat : 2382 (java) S 2373 2375 31022 0 -1 4202560 314 0 0 0 61 13 0 0 20 0 19 0 342867139 2780295168 343801 33554432000 1073741824 1073778376 140735712101680 139674102733480 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2375/tid=2383] ppid=2373 vsize=2715132 CPUtime=0.7 cores=0,2,4,6
/proc/2375/task/2383/stat : 2383 (java) S 2373 2375 31022 0 -1 4202560 353 0 0 0 62 8 0 0 20 0 19 0 342867139 2780295168 343801 33554432000 1073741824 1073778376 140735712101680 139674101680936 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2375/tid=2384] ppid=2373 vsize=2715132 CPUtime=0.68 cores=0,2,4,6
/proc/2375/task/2384/stat : 2384 (java) S 2373 2375 31022 0 -1 4202560 281 0 0 0 58 10 0 0 20 0 19 0 342867139 2780295168 343801 33554432000 1073741824 1073778376 140735712101680 139674100628392 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2375/tid=2385] ppid=2373 vsize=2715132 CPUtime=0.7 cores=0,2,4,6
/proc/2375/task/2385/stat : 2385 (java) S 2373 2375 31022 0 -1 4202560 344 0 0 0 60 10 0 0 20 0 19 0 342867139 2780295168 343801 33554432000 1073741824 1073778376 140735712101680 139674099575848 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2375/tid=2386] ppid=2373 vsize=2715132 CPUtime=56.58 cores=0,2,4,6
/proc/2375/task/2386/stat : 2386 (java) R 2373 2375 31022 0 -1 4202560 130 0 0 0 5656 2 0 0 20 0 19 0 342867140 2780295168 343801 33554432000 1073741824 1073778376 140735712101680 139674087164168 139674129350487 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2375/tid=2387] ppid=2373 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/2375/task/2387/stat : 2387 (java) S 2373 2375 31022 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 342867141 2780295168 343801 33554432000 1073741824 1073778376 140735712101680 139674086110328 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2375/tid=2388] ppid=2373 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/2375/task/2388/stat : 2388 (java) S 2373 2375 31022 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 342867141 2780295168 343801 33554432000 1073741824 1073778376 140735712101680 139674085057672 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2375/tid=2389] ppid=2373 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/2375/task/2389/stat : 2389 (java) S 2373 2375 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342867143 2780295168 343801 33554432000 1073741824 1073778376 140735712101680 139674084006416 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2375/tid=2390] ppid=2373 vsize=2715132 CPUtime=0.59 cores=0,2,4,6
/proc/2375/task/2390/stat : 2390 (java) S 2373 2375 31022 0 -1 4202560 2988 0 0 0 59 0 0 0 20 0 19 0 342867143 2780295168 343801 33554432000 1073741824 1073778376 140735712101680 139674082953784 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2375/tid=2391] ppid=2373 vsize=2715132 CPUtime=0.73 cores=0,2,4,6
/proc/2375/task/2391/stat : 2391 (java) S 2373 2375 31022 0 -1 4202560 4383 0 0 0 73 0 0 0 20 0 19 0 342867143 2780295168 343801 33554432000 1073741824 1073778376 140735712101680 139673963850424 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2375/tid=2392] ppid=2373 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/2375/task/2392/stat : 2392 (java) S 2373 2375 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342867143 2780295168 343801 33554432000 1073741824 1073778376 140735712101680 139673962798072 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2375/tid=2393] ppid=2373 vsize=2715132 CPUtime=0.38 cores=0,2,4,6
/proc/2375/task/2393/stat : 2393 (java) S 2373 2375 31022 0 -1 4202560 93 0 0 0 17 21 0 0 20 0 19 0 342867143 2780295168 343801 33554432000 1073741824 1073778376 140735712101680 139673961745736 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2375/tid=2394] ppid=2373 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/2375/task/2394/stat : 2394 (java) S 2373 2375 31022 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 342867242 2780295168 343801 33554432000 1073741824 1073778376 140735712101680 139673960690472 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1633.52
Current children cumulated vsize (KiB) 2715132

[startup+1628.1 s]
/proc/loadavg: 2.01 2.00 2.00 3/213 3225
/proc/meminfo: memFree=25498572/32873844 swapFree=7372/7372
[pid=2375] ppid=2373 vsize=2715132 CPUtime=1633.71 cores=0,2,4,6
/proc/2375/stat : 2375 (java) S 2373 2375 31022 0 -1 4202496 14339 0 1 0 163260 111 0 0 20 0 19 0 342867138 2780295168 343801 33554432000 1073741824 1073778376 140735712101680 140735712092816 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2375/statm: 678783 343801 2282 9 0 669476 0
[pid=2375/tid=2377] ppid=2373 vsize=2715132 CPUtime=1569.66 cores=0,2,4,6
/proc/2375/task/2377/stat : 2377 (java) S 2373 2375 31022 0 -1 4202560 2993 0 1 0 156934 32 0 0 20 0 19 0 342867138 2780295168 343801 33554432000 1073741824 1073778376 140735712101680 139674122494840 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2375/tid=2378] ppid=2373 vsize=2715132 CPUtime=0.57 cores=0,2,4,6
/proc/2375/task/2378/stat : 2378 (java) S 2373 2375 31022 0 -1 4202560 225 0 0 0 49 8 0 0 20 0 19 0 342867139 2780295168 343801 33554432000 1073741824 1073778376 140735712101680 139674106943656 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2375/tid=2379] ppid=2373 vsize=2715132 CPUtime=0.74 cores=0,2,4,6
/proc/2375/task/2379/stat : 2379 (java) S 2373 2375 31022 0 -1 4202560 262 0 0 0 62 12 0 0 20 0 19 0 342867139 2780295168 343801 33554432000 1073741824 1073778376 140735712101680 139674105891112 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2375/tid=2380] ppid=2373 vsize=2715132 CPUtime=0.68 cores=0,2,4,6
/proc/2375/task/2380/stat : 2380 (java) S 2373 2375 31022 0 -1 4202560 293 0 0 0 60 8 0 0 20 0 19 0 342867139 2780295168 343801 33554432000 1073741824 1073778376 140735712101680 139674104838568 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2375/tid=2381] ppid=2373 vsize=2715132 CPUtime=0.89 cores=0,2,4,6
/proc/2375/task/2381/stat : 2381 (java) S 2373 2375 31022 0 -1 4202560 490 0 0 0 76 13 0 0 20 0 19 0 342867139 2780295168 343801 33554432000 1073741824 1073778376 140735712101680 139674103786024 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2375/tid=2382] ppid=2373 vsize=2715132 CPUtime=0.74 cores=0,2,4,6
/proc/2375/task/2382/stat : 2382 (java) S 2373 2375 31022 0 -1 4202560 314 0 0 0 61 13 0 0 20 0 19 0 342867139 2780295168 343801 33554432000 1073741824 1073778376 140735712101680 139674102733480 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2375/tid=2383] ppid=2373 vsize=2715132 CPUtime=0.7 cores=0,2,4,6
/proc/2375/task/2383/stat : 2383 (java) S 2373 2375 31022 0 -1 4202560 353 0 0 0 62 8 0 0 20 0 19 0 342867139 2780295168 343801 33554432000 1073741824 1073778376 140735712101680 139674101680936 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2375/tid=2384] ppid=2373 vsize=2715132 CPUtime=0.68 cores=0,2,4,6
/proc/2375/task/2384/stat : 2384 (java) S 2373 2375 31022 0 -1 4202560 281 0 0 0 58 10 0 0 20 0 19 0 342867139 2780295168 343801 33554432000 1073741824 1073778376 140735712101680 139674100628392 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2375/tid=2385] ppid=2373 vsize=2715132 CPUtime=0.7 cores=0,2,4,6
/proc/2375/task/2385/stat : 2385 (java) S 2373 2375 31022 0 -1 4202560 344 0 0 0 60 10 0 0 20 0 19 0 342867139 2780295168 343801 33554432000 1073741824 1073778376 140735712101680 139674099575848 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2375/tid=2386] ppid=2373 vsize=2715132 CPUtime=56.77 cores=0,2,4,6
/proc/2375/task/2386/stat : 2386 (java) R 2373 2375 31022 0 -1 4202560 130 0 0 0 5675 2 0 0 20 0 19 0 342867140 2780295168 343801 33554432000 1073741824 1073778376 140735712101680 139674087164168 139674128618904 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2375/tid=2387] ppid=2373 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/2375/task/2387/stat : 2387 (java) S 2373 2375 31022 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 342867141 2780295168 343801 33554432000 1073741824 1073778376 140735712101680 139674086110328 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2375/tid=2388] ppid=2373 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/2375/task/2388/stat : 2388 (java) S 2373 2375 31022 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 342867141 2780295168 343801 33554432000 1073741824 1073778376 140735712101680 139674085057672 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2375/tid=2389] ppid=2373 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/2375/task/2389/stat : 2389 (java) S 2373 2375 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342867143 2780295168 343801 33554432000 1073741824 1073778376 140735712101680 139674084006416 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2375/tid=2390] ppid=2373 vsize=2715132 CPUtime=0.59 cores=0,2,4,6
/proc/2375/task/2390/stat : 2390 (java) S 2373 2375 31022 0 -1 4202560 2988 0 0 0 59 0 0 0 20 0 19 0 342867143 2780295168 343801 33554432000 1073741824 1073778376 140735712101680 139674082953784 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2375/tid=2391] ppid=2373 vsize=2715132 CPUtime=0.73 cores=0,2,4,6
/proc/2375/task/2391/stat : 2391 (java) S 2373 2375 31022 0 -1 4202560 4383 0 0 0 73 0 0 0 20 0 19 0 342867143 2780295168 343801 33554432000 1073741824 1073778376 140735712101680 139673963850424 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2375/tid=2392] ppid=2373 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/2375/task/2392/stat : 2392 (java) S 2373 2375 31022 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342867143 2780295168 343801 33554432000 1073741824 1073778376 140735712101680 139673962798072 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2375/tid=2393] ppid=2373 vsize=2715132 CPUtime=0.38 cores=0,2,4,6
/proc/2375/task/2393/stat : 2393 (java) S 2373 2375 31022 0 -1 4202560 93 0 0 0 17 21 0 0 20 0 19 0 342867143 2780295168 343801 33554432000 1073741824 1073778376 140735712101680 139673961745736 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2375/tid=2394] ppid=2373 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/2375/task/2394/stat : 2394 (java) S 2373 2375 31022 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 342867242 2780295168 343801 33554432000 1073741824 1073778376 140735712101680 139673960690472 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1633.71
Current children cumulated vsize (KiB) 2715132

Child status: 1
Real time (s): 1628.11
CPU time (s): 1634.08
CPU user time (s): 1632.58
CPU system time (s): 1.50277
CPU usage (%): 100.367
Max. virtual memory (cumulated for all children) (KiB): 2715132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1632.58
system time used= 1.50277
maximum resident set size= 1375240
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14350
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1288
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 35115
involuntary context switches= 21845

runsolver used 3.87341 second user time and 6.91995 second system time

The end

Launcher Data

Begin job on node118 at 2012-06-04 01:50:10
IDJOB=3739086
IDBENCH=72256
IDSOLVER=2322
FILE ID=node118/3739086-1338767410
RUNJOBID= node118-1338738010-31038
PBS_JOBID= 14636769
Free space on /tmp= 70932 MiB

SOLVER NAME= PB09: SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB10/normalized-PB10/OPT-BIGINT-LIN/leberre/opb-paranoid/misc2010/datasets/9orless/normalized-tasque.cudf.paranoid.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3739086-1338767410/watcher-3739086-1338767410 -o /tmp/evaluation-result-3739086-1338767410/solver-3739086-1338767410 -C 1800 -W 1900 -M 15500  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3739086-1338767410.opb

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

MD5SUM BENCH= ff7cf51d59681038e9bd685a258479a5
RANDOM SEED=2067490358

node118.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.212
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.42
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.212
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	: 5438.55
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.212
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.212
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.212
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	: 5320.68
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.212
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.212
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.91
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.212
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:       32873844 kB
MemFree:        26197020 kB
Buffers:          501788 kB
Cached:          3929472 kB
SwapCached:            0 kB
Active:          2778256 kB
Inactive:        3029936 kB
Active(anon):    1367140 kB
Inactive(anon):    11328 kB
Active(file):    1411116 kB
Inactive(file):  3018608 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              4060 kB
Writeback:             0 kB
AnonPages:       1386640 kB
Mapped:            19868 kB
Shmem:               200 kB
Slab:             726156 kB
SReclaimable:     166832 kB
SUnreclaim:       559324 kB
KernelStack:        1696 kB
PageTables:         7040 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1521120 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1341440 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70964 MiB
End job on node118 at 2012-06-04 02:17:19