Trace number 3455438

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Res//CP 2.3.0? (TO) 1800.46 915.696

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j120/
normalized-j12016_4-sat.opb
MD5SUM142eb7aa6e3fc22a3161df6b33ced1a2
Bench CategoryDEC-SMALLINT-LIN (no 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 FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables48642
Total number of constraints155800
Number of constraints which are clauses155000
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints800
Minimum length of a constraint1
Maximum length of a constraint120
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 22
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 684
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.06/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.06/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.08	c See www.sat4j.org for details.
0.06/0.09	c version 2.3.1.v20110525
0.06/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.09	c java.vm.version	19.1-b02
0.06/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.09	c sun.arch.data.model	64
0.06/0.09	c java.version		1.6.0_24
0.06/0.09	c os.name		Linux
0.06/0.09	c os.version		2.6.18-164.el5
0.06/0.09	c os.arch		amd64
0.06/0.09	c Free memory 		9996466904
0.06/0.09	c Max memory 		10048897024
0.06/0.09	c Total memory 		10048897024
0.06/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3455438-1307196938.opb
0.10/0.11	c reading problem ... 
2.53/1.55	c ... done. Wall clock time 1.436s.
2.53/1.55	c #vars     48642
2.53/1.55	c #constraints  146348
2.53/1.55	c constraints type 
2.53/1.55	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 21154
2.53/1.55	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 121031
2.53/1.55	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 800
2.53/1.55	c constraints type 
2.53/1.55	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 121031
2.53/1.55	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 21154
2.53/1.55	c org.sat4j.pb.constraints.pb.MaxWatchPb => 800
8.80/4.25	c cleaning 2492 clauses out of 5000 with flag 5000/5000
14.12/6.83	c cleaning 4243 clauses out of 8508 with flag 11000/11000
20.25/9.73	c cleaning 5621 clauses out of 11266 with flag 18001/18001
27.55/13.25	c cleaning 6816 clauses out of 13644 with flag 26000/26000
35.14/17.10	c cleaning 7903 clauses out of 15828 with flag 35000/35000
43.19/21.24	c cleaning 8949 clauses out of 17925 with flag 45000/45000
52.84/26.12	c cleaning 9965 clauses out of 19976 with flag 56000/56000
62.09/30.89	c cleaning 10999 clauses out of 22012 with flag 68001/68001
73.19/36.53	c cleaning 12002 clauses out of 24014 with flag 81002/81002
85.41/42.76	c cleaning 12997 clauses out of 26010 with flag 95000/95000
97.01/48.60	c cleaning 13991 clauses out of 28013 with flag 110000/110000
110.39/55.44	c cleaning 14994 clauses out of 30022 with flag 126000/126000
125.67/63.25	c cleaning 0 clauses out of 5000 with flag 0/5000
128.41/64.62	c cleaning 15998 clauses out of 32028 with flag 143000/143000
146.96/74.05	c cleaning 17007 clauses out of 34031 with flag 161001/161001
162.50/81.92	c cleaning 18004 clauses out of 36023 with flag 180000/180000
179.34/90.59	c cleaning 18990 clauses out of 38019 with flag 200000/200000
199.64/100.87	c cleaning 19996 clauses out of 40029 with flag 221000/221000
218.13/110.23	c cleaning 21001 clauses out of 42033 with flag 243000/243000
239.00/120.88	c cleaning 21993 clauses out of 44032 with flag 266000/266000
260.49/131.86	c cleaning 23004 clauses out of 46039 with flag 290000/290000
280.93/142.21	c cleaning 24010 clauses out of 48037 with flag 315002/315002
308.19/156.04	c cleaning 24980 clauses out of 50025 with flag 341000/341000
335.59/169.90	c cleaning 25995 clauses out of 52045 with flag 368000/368000
347.35/176.18	c cleaning 0 clauses out of 11000 with flag 0/11000
363.69/184.55	c cleaning 27011 clauses out of 54052 with flag 396002/396002
388.45/197.15	c cleaning 27993 clauses out of 56039 with flag 425000/425000
415.19/210.71	c cleaning 29014 clauses out of 58049 with flag 455003/455003
448.55/227.78	c cleaning 29972 clauses out of 60032 with flag 486000/486000
484.24/245.85	c cleaning 31006 clauses out of 62060 with flag 518000/518000
515.93/261.97	c cleaning 32014 clauses out of 64055 with flag 551001/551001
552.87/280.68	c cleaning 32988 clauses out of 66040 with flag 585000/585000
585.06/297.11	c cleaning 34015 clauses out of 68052 with flag 620000/620000
623.54/316.67	c cleaning 34976 clauses out of 70038 with flag 656001/656001
666.97/338.62	c cleaning 36016 clauses out of 72061 with flag 693000/693000
704.53/357.70	c cleaning 0 clauses out of 18002 with flag 0/18002
709.35/360.66	c cleaning 37005 clauses out of 74045 with flag 731000/731000
754.33/383.44	c cleaning 37987 clauses out of 76041 with flag 770001/770001
800.32/406.75	c cleaning 38987 clauses out of 78053 with flag 810000/810000
847.07/430.40	c cleaning 40010 clauses out of 80066 with flag 851000/851000
898.47/456.68	c cleaning 40978 clauses out of 82056 with flag 893000/893000
934.57/475.04	c cleaning 42003 clauses out of 84078 with flag 936000/936000
987.05/501.59	c cleaning 43013 clauses out of 86075 with flag 980000/980000
1040.89/528.86	c cleaning 44003 clauses out of 88063 with flag 1025001/1025001
1119.22/568.55	c cleaning 44975 clauses out of 90059 with flag 1071000/1071000
1170.46/594.55	c cleaning 46017 clauses out of 92084 with flag 1118000/1118000
1222.45/620.93	c cleaning 46993 clauses out of 94067 with flag 1166000/1166000
1272.44/646.30	c cleaning 48031 clauses out of 96074 with flag 1215000/1215000
1281.28/651.42	c cleaning 0 clauses out of 26003 with flag 0/26003
1324.69/673.57	c cleaning 48975 clauses out of 98043 with flag 1265001/1265001
1385.48/704.40	c cleaning 49965 clauses out of 100069 with flag 1316002/1316002
1453.21/738.60	c cleaning 50986 clauses out of 102103 with flag 1368001/1368001
1513.44/769.43	c cleaning 52026 clauses out of 104116 with flag 1421000/1421000
1562.74/794.56	c cleaning 52990 clauses out of 106090 with flag 1475000/1475000
1629.40/828.38	c cleaning 54034 clauses out of 108100 with flag 1530000/1530000
1695.15/861.76	c cleaning 55015 clauses out of 110066 with flag 1586000/1586000
1758.69/894.23	c cleaning 56001 clauses out of 112052 with flag 1643001/1643001
1800.21/915.52	c starts		: 208
1800.21/915.52	c conflicts		: 1680334
1800.21/915.52	c decisions		: 2169489
1800.21/915.52	c propagations		: 1494319151
1800.21/915.52	c inspects		: 4704682924
1800.21/915.52	c shortcuts		: 0
1800.21/915.52	c learnt literals	: 1
1800.21/915.52	c learnt binary clauses	: 7
1800.21/915.52	c learnt ternary clauses	: 1131
1800.21/915.52	c learnt constraints	: 1680333
1800.21/915.52	c ignored constraints	: 0
1800.21/915.52	c root simplifications	: 0
1800.21/915.52	c removed literals (reason simplification)	: 25189529
1800.21/915.52	c reason swapping (by a shorter reason)	: 0
1800.21/915.52	c Calls to reduceDB	: 53
1800.21/915.52	c number of reductions to clauses (during analyze)	: 0
1800.21/915.52	c number of learned constraints concerned by reduction	: 0
1800.21/915.52	c number of learning phase by resolution	: 0
1800.21/915.52	c number of learning phase by cutting planes	: 0
1800.21/915.52	c speed (assignments/second)	: 1634967.9017478595
1800.21/915.52	c non guided choices	10511
1800.21/915.55	c learnt constraints type 
1800.21/915.55	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 7
1800.21/915.55	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 93386
1800.21/915.55	c constraints type 
1800.21/915.55	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 21154
1800.21/915.55	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 121031
1800.21/915.55	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 800
1800.21/915.55	c constraints type 
1800.21/915.55	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 121031
1800.21/915.55	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 21154
1800.21/915.55	c org.sat4j.pb.constraints.pb.MaxWatchPb => 800
1800.21/915.55	s UNKNOWN
1800.21/915.55	c Total wall clock time (in seconds): 915.437

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3455438-1307196938/watcher-3455438-1307196938 -o /tmp/evaluation-result-3455438-1307196938/solver-3455438-1307196938 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3455438-1307196938.opb 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.05 2.89 3.37 2/555 22536
/proc/meminfo: memFree=21481016/32951124 swapFree=46970528/67111528
[pid=22536] ppid=22534 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/22536/stat : 22536 (java) S 22534 22536 21439 0 -1 4202496 5079 0 1 0 0 0 0 0 17 0 2 0 812110126 10694979584 4781 33554432000 1073741824 1073778376 140736393187232 18446744073709551615 212051458021 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/22536/statm: 2611079 4794 917 9 0 2602235 0
[pid=22536/tid=22537] ppid=22534 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/22536/task/22537/stat : 22537 (java) R 22534 22536 21439 0 -1 4202560 6285 0 1 0 0 0 0 0 18 0 2 0 812110126 10694979584 7100 33554432000 1073741824 1073778376 140736393187232 18446744073709551615 212039349307 0 4 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.0753841 s]
/proc/loadavg: 2.05 2.89 3.37 2/555 22536
/proc/meminfo: memFree=21481016/32951124 swapFree=46970528/67111528
[pid=22536] ppid=22534 vsize=10473088 CPUtime=0.06 cores=1,3,5,7
/proc/22536/stat : 22536 (java) S 22534 22536 21439 0 -1 4202496 11904 0 1 0 5 1 0 0 17 0 18 0 812110126 10724442112 11601 33554432000 1073741824 1073778376 140736393187232 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22536/statm: 2618272 11602 1754 9 0 2609006 0
[pid=22536/tid=22537] ppid=22534 vsize=10473088 CPUtime=0.06 cores=1,3,5,7
/proc/22536/task/22537/stat : 22537 (java) R 22534 22536 21439 0 -1 4202560 10732 0 1 0 5 1 0 0 25 0 18 0 812110126 10724442112 11602 33554432000 1073741824 1073778376 140736393187232 18446744073709551615 47723276643427 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 10473088

[startup+0.100389 s]
/proc/loadavg: 2.05 2.89 3.37 2/555 22536
/proc/meminfo: memFree=21481016/32951124 swapFree=46970528/67111528
[pid=22536] ppid=22534 vsize=10539980 CPUtime=0.1 cores=1,3,5,7
/proc/22536/stat : 22536 (java) S 22534 22536 21439 0 -1 4202496 13040 0 1 0 9 1 0 0 17 0 18 0 812110126 10792939520 12718 33554432000 1073741824 1073778376 140736393187232 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22536/statm: 2634995 12718 2092 9 0 2625729 0
[pid=22536/tid=22537] ppid=22534 vsize=10539980 CPUtime=0.08 cores=1,3,5,7
/proc/22536/task/22537/stat : 22537 (java) R 22534 22536 21439 0 -1 4202560 11103 0 1 0 7 1 0 0 25 0 18 0 812110126 10792939520 12718 33554432000 1073741824 1073778376 140736393187232 18446744073709551615 47723273350714 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10539980

[startup+0.300309 s]
/proc/loadavg: 2.05 2.89 3.37 2/555 22536
/proc/meminfo: memFree=21481016/32951124 swapFree=46970528/67111528
[pid=22536] ppid=22534 vsize=10542980 CPUtime=0.48 cores=1,3,5,7
/proc/22536/stat : 22536 (java) S 22534 22536 21439 0 -1 4202496 16888 0 1 0 46 2 0 0 17 0 18 0 812110126 10796011520 16302 33554432000 1073741824 1073778376 140736393187232 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22536/statm: 2635745 16302 2200 9 0 2626479 0
[pid=22536/tid=22537] ppid=22534 vsize=10542980 CPUtime=0.27 cores=1,3,5,7
/proc/22536/task/22537/stat : 22537 (java) R 22534 22536 21439 0 -1 4202560 13546 0 1 0 26 1 0 0 25 0 18 0 812110126 10796011520 16303 33554432000 1073741824 1073778376 140736393187232 18446744073709551615 46912505570422 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 10542980

[startup+0.700297 s]
/proc/loadavg: 2.05 2.89 3.37 2/555 22536
/proc/meminfo: memFree=21481016/32951124 swapFree=46970528/67111528
[pid=22536] ppid=22534 vsize=10544548 CPUtime=1.27 cores=1,3,5,7
/proc/22536/stat : 22536 (java) S 22534 22536 21439 0 -1 4202496 50357 0 1 0 121 6 0 0 17 0 18 0 812110126 10797617152 47324 33554432000 1073741824 1073778376 140736393187232 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22536/statm: 2636137 47330 2221 9 0 2626871 0
[pid=22536/tid=22537] ppid=22534 vsize=10544548 CPUtime=0.68 cores=1,3,5,7
/proc/22536/task/22537/stat : 22537 (java) R 22534 22536 21439 0 -1 4202560 42768 0 1 0 63 5 0 0 25 0 18 0 812110126 10797617152 47332 33554432000 1073741824 1073778376 140736393187232 18446744073709551615 46912505570267 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 10544548

[startup+1.50113 s]
/proc/loadavg: 2.05 2.89 3.37 3/573 22554
/proc/meminfo: memFree=21179004/32951124 swapFree=46970528/67111528
[pid=22536] ppid=22534 vsize=10551344 CPUtime=2.53 cores=1,3,5,7
/proc/22536/stat : 22536 (java) S 22534 22536 21439 0 -1 4202496 126182 0 1 0 239 14 0 0 17 0 18 0 812110126 10804576256 120306 33554432000 1073741824 1073778376 140736393187232 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22536/statm: 2637836 120310 2225 9 0 2628570 0
[pid=22536/tid=22537] ppid=22534 vsize=10551344 CPUtime=1.47 cores=1,3,5,7
/proc/22536/task/22537/stat : 22537 (java) R 22534 22536 21439 0 -1 4202560 112959 0 1 0 135 12 0 0 18 0 18 0 812110126 10804576256 120312 33554432000 1073741824 1073778376 140736393187232 18446744073709551615 46912505729959 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=22536/tid=22539] ppid=22534 vsize=10551344 CPUtime=0 cores=1,3,5,7
/proc/22536/task/22539/stat : 22539 (java) S 22534 22536 21439 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 812110128 10804576256 120314 33554432000 1073741824 1073778376 140736393187232 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 3 0 0 0
[pid=22536/tid=22540] ppid=22534 vsize=10551344 CPUtime=0 cores=1,3,5,7
/proc/22536/task/22540/stat : 22540 (java) S 22534 22536 21439 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 812110128 10804576256 120317 33554432000 1073741824 1073778376 140736393187232 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 7 0 0 0
[pid=22536/tid=22541] ppid=22534 vsize=10551344 CPUtime=0 cores=1,3,5,7
/proc/22536/task/22541/stat : 22541 (java) S 22534 22536 21439 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 812110128 10804576256 120319 33554432000 1073741824 1073778376 140736393187232 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 7 0 0 0
[pid=22536/tid=22542] ppid=22534 vsize=10551344 CPUtime=0 cores=1,3,5,7
/proc/22536/task/22542/stat : 22542 (java) S 22534 22536 21439 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 812110128 10804576256 120322 33554432000 1073741824 1073778376 140736393187232 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 7 0 0 0
[pid=22536/tid=22543] ppid=22534 vsize=10551344 CPUtime=0 cores=1,3,5,7
/proc/22536/task/22543/stat : 22543 (java) S 22534 22536 21439 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 812110128 10804576256 120328 33554432000 1073741824 1073778376 140736393187232 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 7 0 0 0
[pid=22536/tid=22544] ppid=22534 vsize=10551344 CPUtime=0 cores=1,3,5,7
/proc/22536/task/22544/stat : 22544 (java) S 22534 22536 21439 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 812110128 10804576256 120328 33554432000 1073741824 1073778376 140736393187232 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 7 0 0 0
[pid=22536/tid=22545] ppid=22534 vsize=10551344 CPUtime=0 cores=1,3,5,7
/proc/22536/task/22545/stat : 22545 (java) S 22534 22536 21439 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 812110128 10804576256 120332 33554432000 1073741824 1073778376 140736393187232 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 7 0 0 0
[pid=22536/tid=22546] ppid=22534 vsize=10551344 CPUtime=0 cores=1,3,5,7
/proc/22536/task/22546/stat : 22546 (java) S 22534 22536 21439 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 812110128 10804576256 120333 33554432000 1073741824 1073778376 140736393187232 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 7 0 0 0
[pid=22536/tid=22547] ppid=22534 vsize=10551344 CPUtime=0 cores=1,3,5,7
/proc/22536/task/22547/stat : 22547 (java) S 22534 22536 21439 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 18 0 812110129 10804576256 120335 33554432000 1073741824 1073778376 140736393187232 18446744073709551615 212051471872 0 0 0 16800975 18446604462903262144 0 0 -1 7 0 0 0
[pid=22536/tid=22548] ppid=22534 vsize=10551344 CPUtime=0 cores=1,3,5,7
/proc/22536/task/22548/stat : 22548 (java) S 22534 22536 21439 0 -1 4202560 16 0 0 0 0 0 0 0 23 0 18 0 812110129 10804576256 120337 33554432000 1073741824 1073778376 140736393187232 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 3 0 0 0
[pid=22536/tid=22549] ppid=22534 vsize=10551344 CPUtime=0 cores=1,3,5,7
/proc/22536/task/22549/stat : 22549 (java) S 22534 22536 21439 0 -1 4202560 7 0 0 0 0 0 0 0 24 0 18 0 812110129 10804576256 120339 33554432000 1073741824 1073778376 140736393187232 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 3 0 0 0
[pid=22536/tid=22550] ppid=22534 vsize=10551344 CPUtime=0 cores=1,3,5,7
/proc/22536/task/22550/stat : 22550 (java) S 22534 22536 21439 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 812110132 10804576256 120342 33554432000 1073741824 1073778376 140736393187232 18446744073709551615 212051478961 0 4 0 16800975 18446604462903262144 0 0 -1 3 0 0 0
[pid=22536/tid=22551] ppid=22534 vsize=10551344 CPUtime=0.5 cores=1,3,5,7
/proc/22536/task/22551/stat : 22551 (java) S 22534 22536 21439 0 -1 4202560 6129 0 0 0 50 0 0 0 19 0 18 0 812110132 10804576256 120344 33554432000 1073741824 1073778376 140736393187232 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 7 0 0 0
[pid=22536/tid=22552] ppid=22534 vsize=10551344 CPUtime=0.52 cores=1,3,5,7
/proc/22536/task/22552/stat : 22552 (java) S 22534 22536 21439 0 -1 4202560 5948 0 0 0 52 0 0 0 18 0 18 0 812110132 10804576256 120347 33554432000 1073741824 1073778376 140736393187232 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 1 0 0 0
[pid=22536/tid=22553] ppid=22534 vsize=10551344 CPUtime=0 cores=1,3,5,7
/proc/22536/task/22553/stat : 22553 (java) S 22534 22536 21439 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 812110132 10804576256 120349 33554432000 1073741824 1073778376 140736393187232 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 3 0 0 0
[pid=22536/tid=22554] ppid=22534 vsize=10551344 CPUtime=0 cores=1,3,5,7
/proc/22536/task/22554/stat : 22554 (java) S 22534 22536 21439 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 812110132 10804576256 120355 33554432000 1073741824 1073778376 140736393187232 18446744073709551615 212051471872 0 4 0 16800975 18446604462903262144 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.53
Current children cumulated vsize (KiB) 10551344

[startup+3.10084 s]
/proc/loadavg: 2.20 2.91 3.37 4/577 22558
/proc/meminfo: memFree=20881868/32951124 swapFree=46970528/67111528
[pid=22536] ppid=22534 vsize=10556156 CPUtime=6.54 cores=1,3,5,7
/proc/22536/stat : 22536 (java) S 22534 22536 21439 0 -1 4202496 272260 0 1 0 625 29 0 0 17 0 22 0 812110126 10809503744 265147 33554432000 1073741824 1073778376 140736393187232 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22536/statm: 2639039 265157 2240 9 0 2629773 0
[pid=22536/tid=22537] ppid=22534 vsize=10556156 CPUtime=1.53 cores=1,3,5,7
/proc/22536/task/22537/stat : 22537 (java) S 22534 22536 21439 0 -1 4202560 117794 0 1 0 140 13 0 0 15 0 22 0 812110126 10809503744 265159 33554432000 1073741824 1073778376 140736393187232 18446744073709551615 212051471872 0 4 0 16800975 18446604462903262144 0 0 -1 7 0 0 0
[pid=22536/tid=22539] ppid=22534 vsize=10556156 CPUtime=0 cores=1,3,5,7
/proc/22536/task/22539/stat : 22539 (java) S 22534 22536 21439 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 812110128 10809503744 265165 33554432000 1073741824 1073778376 140736393187232 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 3 0 0 0
[pid=22536/tid=22540] ppid=22534 vsize=10556156 CPUtime=0 cores=1,3,5,7
/proc/22536/task/22540/stat : 22540 (java) S 22534 22536 21439 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 812110128 10809503744 265170 33554432000 1073741824 1073778376 140736393187232 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 7 0 0 0
[pid=22536/tid=22541] ppid=22534 vsize=10556156 CPUtime=0 cores=1,3,5,7
/proc/22536/task/22541/stat : 22541 (java) S 22534 22536 21439 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 812110128 10809503744 265173 33554432000 1073741824 1073778376 140736393187232 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 7 0 0 0
[pid=22536/tid=22542] ppid=22534 vsize=10556156 CPUtime=0 cores=1,3,5,7
/proc/22536/task/22542/stat : 22542 (java) S 22534 22536 21439 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 812110128 10809503744 265179 33554432000 1073741824 1073778376 140736393187232 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 7 0 0 0
[pid=22536/tid=22543] ppid=22534 vsize=10556156 CPUtime=0 cores=1,3,5,7
/proc/22536/task/22543/stat : 22543 (java) S 22534 22536 21439 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 812110128 10809503744 265182 33554432000 1073741824 1073778376 140736393187232 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 7 0 0 0
[pid=22536/tid=22544] ppid=22534 vsize=10556156 CPUtime=0 cores=1,3,5,7
/proc/22536/task/22544/stat : 22544 (java) S 22534 22536 21439 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 812110128 10809503744 265187 33554432000 1073741824 1073778376 140736393187232 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 7 0 0 0
[pid=22536/tid=22545] ppid=22534 vsize=10556156 CPUtime=0 cores=1,3,5,7
/proc/22536/task/22545/stat : 22545 (java) S 22534 22536 21439 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 812110128 10809503744 265193 33554432000 1073741824 1073778376 140736393187232 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 7 0 0 0
[pid=22536/tid=22546] ppid=22534 vsize=10556156 CPUtime=0 cores=1,3,5,7
/proc/22536/task/22546/stat : 22546 (java) S 22534 22536 21439 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 812110128 10809503744 265195 33554432000 1073741824 1073778376 140736393187232 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 7 0 0 0
[pid=22536/tid=22547] ppid=22534 vsize=10556156 CPUtime=0 cores=1,3,5,7
/proc/22536/task/22547/stat : 22547 (java) S 22534 22536 21439 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 22 0 812110129 10809503744 265200 33554432000 1073741824 1073778376 140736393187232 18446744073709551615 212051471872 0 0 0 16800975 18446604462903262144 0 0 -1 7 0 0 0
[pid=22536/tid=22548] ppid=22534 vsize=10556156 CPUtime=0 cores=1,3,5,7
/proc/22536/task/22548/stat : 22548 (java) S 22534 22536 21439 0 -1 4202560 16 0 0 0 0 0 0 0 23 0 22 0 812110129 10809503744 265207 33554432000 1073741824 1073778376 140736393187232 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 3 0 0 0
[pid=22536/tid=22549] ppid=22534 vsize=10556156 CPUtime=0 cores=1,3,5,7
/proc/22536/task/22549/stat : 22549 (java) S 22534 22536 21439 0 -1 4202560 7 0 0 0 0 0 0 0 24 0 22 0 812110129 10809503744 265208 33554432000 1073741824 1073778376 140736393187232 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 3 0 0 0
[pid=22536/tid=22550] ppid=22534 vsize=10556156 CPUtime=0 cores=1,3,5,7
/proc/22536/task/22550/stat : 22550 (java) S 22534 22536 21439 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 812110132 10809503744 265215 33554432000 1073741824 1073778376 140736393187232 18446744073709551615 212051478961 0 4 0 16800975 18446604462903262144 0 0 -1 3 0 0 0
[pid=22536/tid=22551] ppid=22534 vsize=10556156 CPUtime=0.94 cores=1,3,5,7
/proc/22536/task/22551/stat : 22551 (java) S 22534 22536 21439 0 -1 4202560 6362 0 0 0 94 0 0 0 15 0 22 0 812110132 10809503744 265220 33554432000 1073741824 1073778376 140736393187232 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 7 0 0 0
[pid=22536/tid=22552] ppid=22534 vsize=10556156 CPUtime=0.97 cores=1,3,5,7
/proc/22536/task/22552/stat : 22552 (java) S 22534 22536 21439 0 -1 4202560 7262 0 0 0 96 1 0 0 15 0 22 0 812110132 10809503744 265222 33554432000 1073741824 1073778376 140736393187232 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 1 0 0 0
[pid=22536/tid=22553] ppid=22534 vsize=10556156 CPUtime=0 cores=1,3,5,7
/proc/22536/task/22553/stat : 22553 (java) S 22534 22536 21439 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 812110132 10809503744 265228 33554432000 1073741824 1073778376 140736393187232 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 3 0 0 0
[pid=22536/tid=22554] ppid=22534 vsize=10556156 CPUtime=0 cores=1,3,5,7
/proc/22536/task/22554/stat : 22554 (java) S 22534 22536 21439 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 812110132 10809503744 265233 33554432000 1073741824 1073778376 140736393187232 18446744073709551615 212051471872 0 4 0 16800975 18446604462903262144 0 0 -1 5 0 0 0
[pid=22536/tid=22555] ppid=22534 vsize=10556156 CPUtime=1.54 cores=1,3,5,7
/proc/22536/task/22555/stat : 22555 (java) R 22534 22536 21439 0 -1 4202560 833 0 0 0 154 0 0 0 25 0 22 0 812110281 10809503744 265236 33554432000 1073741824 1073778376 140736393187232 18446744073709551615 46912506094119 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=22536/tid=22556] ppid=22534 vsize=10556156 CPUtime=1.52 cores=1,3,5,7
/proc/22536/task/22556/stat : 22556 (java) R 22534 22536 21439 0 -1 4202560 138937 0 0 0 139 13 0 0 19 0 22 0 812110281 10809503744 265242 33554432000 1073741824 1073778376 140736393187232 18446744073709551615 46912506143439 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=22536/tid=22557] ppid=22534 vsize=10556156 CPUtime=0 cores=1,3,5,7
/proc/22536/task/22557/stat : 22557 (java) S 22534 22536 21439 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 812110286 10809503744 265245 33554432000 1073741824 1073778376 140736393187232 18446744073709551615 212051471872 0 4 0 16800975 18446604462903262144 0 0 -1 5 0 0 0
[pid=22536/tid=22558] ppid=22534 vsize=10556156 CPUtime=0 cores=1,3,5,7
/proc/22536/task/22558/stat : 22558 (java) S 22534 22536 21439 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 812110287 10809503744 265250 33554432000 1073741824 1073778376 140736393187232 18446744073709551615 212051471872 0 4 0 16800975 18446604462903262144 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 6.54
Current children cumulated vsize (KiB) 10556156

[startup+6.30127 s]
/proc/loadavg: 2.20 2.91 3.37 4/577 22558
/proc/meminfo: memFree=19637404/32951124 swapFree=46970528/67111528
[pid=22536] ppid=22534 vsize=10556156 CPUtime=13.09 cores=1,3,5,7
/proc/22536/stat : 22536 (java) S 22534 22536 21439 0 -1 4202496 468413 0 1 0 1259 50 0 0 17 0 22 0 812110126 10809503744 461153 33554432000 1073741824 1073778376 140736393187232 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22536/statm: 2639039 461153 2266 9 0 2629773 0
[pid=22536/tid=22537] ppid=22534 vsize=10556156 CPUtime=1.53 cores=1,3,5,7
/proc/22536/task/22537/stat : 22537 (java) S 22534 22536 21439 0 -1 4202560 117794 0 1 0 140 13 0 0 15 0 22 0 812110126 10809503744 461153 33554432000 1073741824 1073778376 140736393187232 18446744073709551615 212051471872 0 4 0 16800975 18446604462903262144 0 0 -1 7 0 0 0
[pid=22536/tid=22539] ppid=22534 vsize=10556156 CPUtime=0.05 cores=1,3,5,7
/proc/22536/task/22539/stat : 22539 (java) S 22534 22536 21439 0 -1 4202560 3190 0 0 0 5 0 0 0 18 0 22 0 812110128 10809503744 461153 33554432000 1073741824 1073778376 140736393187232 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 3 0 0 0
[pid=22536/tid=22540] ppid=22534 vsize=10556156 CPUtime=0 cores=1,3,5,7
/proc/22536/task/22540/stat : 22540 (java) S 22534 22536 21439 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 22 0 812110128 10809503744 461153 33554432000 1073741824 1073778376 140736393187232 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 1 0 0 0
[pid=22536/tid=22541] ppid=22534 vsize=10556156 CPUtime=0 cores=1,3,5,7
/proc/22536/task/22541/stat : 22541 (java) S 22534 22536 21439 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 812110128 10809503744 461153 33554432000 1073741824 1073778376 140736393187232 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 3 0 0 0
[pid=22536/tid=22542] ppid=22534 vsize=10556156 CPUtime=0 cores=1,3,5,7
/proc/22536/task/22542/stat : 22542 (java) S 22534 22536 21439 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 22 0 812110128 10809503744 461153 33554432000 1073741824 1073778376 140736393187232 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 5 0 0 0
[pid=22536/tid=22543] ppid=22534 vsize=10556156 CPUtime=0.05 cores=1,3,5,7
/proc/22536/task/22543/stat : 22543 (java) S 22534 22536 21439 0 -1 4202560 2902 0 0 0 5 0 0 0 18 0 22 0 812110128 10809503744 461153 33554432000 1073741824 1073778376 140736393187232 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 1 0 0 0
[pid=22536/tid=22544] ppid=22534 vsize=10556156 CPUtime=0.05 cores=1,3,5,7
/proc/22536/task/22544/stat : 22544 (java) S 22534 22536 21439 0 -1 4202560 3244 0 0 0 5 0 0 0 18 0 22 0 812110128 10809503744 461153 33554432000 1073741824 1073778376 140736393187232 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 5 0 0 0
[pid=22536/tid=22545] ppid=22534 vsize=10556156 CPUtime=0.04 cores=1,3,5,7
/proc/22536/task/22545/stat : 22545 (java) S 22534 22536 21439 0 -1 4202560 2905 0 0 0 4 0 0 0 18 0 22 0 812110128 10809503744 461153 33554432000 1073741824 1073778376 140736393187232 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 1 0 0 0
[pid=22536/tid=22546] ppid=22534 vsize=10556156 CPUtime=0 cores=1,3,5,7
/proc/22536/task/22546/stat : 22546 (java) S 22534 22536 21439 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 812110128 10809503744 461153 33554432000 1073741824 1073778376 140736393187232 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 1 0 0 0
[pid=22536/tid=22547] ppid=22534 vsize=10556156 CPUtime=0.18 cores=1,3,5,7
/proc/22536/task/22547/stat : 22547 (java) S 22534 22536 21439 0 -1 4202560 15022 0 0 0 17 1 0 0 15 0 22 0 812110129 10809503744 461153 33554432000 1073741824 1073778376 140736393187232 18446744073709551615 212051471872 0 0 0 16800975 18446604462903262144 0 0 -1 1 0 0 0
[pid=22536/tid=22548] ppid=22534 vsize=10556156 CPUtime=0 cores=1,3,5,7
/proc/22536/task/22548/stat : 22548 (java) S 22534 22536 21439 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 812110129 10809503744 461153 33554432000 1073741824 1073778376 140736393187232 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 1 0 0 0
[pid=22536/tid=22549] ppid=22534 vsize=10556156 CPUtime=0 cores=1,3,5,7
/proc/22536/task/22549/stat : 22549 (java) S 22534 22536 21439 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 812110129 10809503744 461153 33554432000 1073741824 1073778376 140736393187232 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 1 0 0 0
[pid=22536/tid=22550] ppid=22534 vsize=10556156 CPUtime=0 cores=1,3,5,7
/proc/22536/task/22550/stat : 22550 (java) S 22534 22536 21439 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 812110132 10809503744 461153 33554432000 1073741824 1073778376 140736393187232 18446744073709551615 212051478961 0 4 0 16800975 18446604462903262144 0 0 -1 3 0 0 0

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

/proc/meminfo: memFree=17200840/32951124 swapFree=46970528/67111528
[pid=22536] ppid=22534 vsize=10556156 CPUtime=1617.36 cores=1,3,5,7
/proc/22536/stat : 22536 (java) S 22534 22536 21439 0 -1 4202496 1040322 0 1 0 161620 116 0 0 17 0 22 0 812110126 10809503744 1020989 33554432000 1073741824 1073778376 140736393187232 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22536/statm: 2639039 1020989 2266 9 0 2629773 0
[pid=22536/tid=22537] ppid=22534 vsize=10556156 CPUtime=1.53 cores=1,3,5,7
/proc/22536/task/22537/stat : 22537 (java) S 22534 22536 21439 0 -1 4202560 117823 0 1 0 140 13 0 0 15 0 22 0 812110126 10809503744 1020989 33554432000 1073741824 1073778376 140736393187232 18446744073709551615 212051471872 0 4 0 16800975 18446604462903262144 0 0 -1 5 0 0 0
[pid=22536/tid=22539] ppid=22534 vsize=10556156 CPUtime=1.14 cores=1,3,5,7
/proc/22536/task/22539/stat : 22539 (java) S 22534 22536 21439 0 -1 4202560 16926 0 0 0 112 2 0 0 16 0 22 0 812110128 10809503744 1020989 33554432000 1073741824 1073778376 140736393187232 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 5 0 0 0
[pid=22536/tid=22540] ppid=22534 vsize=10556156 CPUtime=1.06 cores=1,3,5,7
/proc/22536/task/22540/stat : 22540 (java) S 22534 22536 21439 0 -1 4202560 12406 0 0 0 106 0 0 0 16 0 22 0 812110128 10809503744 1020989 33554432000 1073741824 1073778376 140736393187232 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 3 0 0 0
[pid=22536/tid=22541] ppid=22534 vsize=10556156 CPUtime=1.16 cores=1,3,5,7
/proc/22536/task/22541/stat : 22541 (java) S 22534 22536 21439 0 -1 4202560 14454 0 0 0 114 2 0 0 15 0 22 0 812110128 10809503744 1020989 33554432000 1073741824 1073778376 140736393187232 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 5 0 0 0
[pid=22536/tid=22542] ppid=22534 vsize=10556156 CPUtime=1.19 cores=1,3,5,7
/proc/22536/task/22542/stat : 22542 (java) S 22534 22536 21439 0 -1 4202560 15482 0 0 0 118 1 0 0 15 0 22 0 812110128 10809503744 1020989 33554432000 1073741824 1073778376 140736393187232 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 1 0 0 0
[pid=22536/tid=22543] ppid=22534 vsize=10556156 CPUtime=1.23 cores=1,3,5,7
/proc/22536/task/22543/stat : 22543 (java) S 22534 22536 21439 0 -1 4202560 15581 0 0 0 122 1 0 0 15 0 22 0 812110128 10809503744 1020989 33554432000 1073741824 1073778376 140736393187232 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 7 0 0 0
[pid=22536/tid=22544] ppid=22534 vsize=10556156 CPUtime=1.08 cores=1,3,5,7
/proc/22536/task/22544/stat : 22544 (java) S 22534 22536 21439 0 -1 4202560 15331 0 0 0 106 2 0 0 15 0 22 0 812110128 10809503744 1020989 33554432000 1073741824 1073778376 140736393187232 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 7 0 0 0
[pid=22536/tid=22545] ppid=22534 vsize=10556156 CPUtime=1.01 cores=1,3,5,7
/proc/22536/task/22545/stat : 22545 (java) S 22534 22536 21439 0 -1 4202560 17540 0 0 0 99 2 0 0 16 0 22 0 812110128 10809503744 1020989 33554432000 1073741824 1073778376 140736393187232 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 7 0 0 0
[pid=22536/tid=22546] ppid=22534 vsize=10556156 CPUtime=1.04 cores=1,3,5,7
/proc/22536/task/22546/stat : 22546 (java) S 22534 22536 21439 0 -1 4202560 15180 0 0 0 102 2 0 0 16 0 22 0 812110128 10809503744 1020989 33554432000 1073741824 1073778376 140736393187232 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 7 0 0 0
[pid=22536/tid=22547] ppid=22534 vsize=10556156 CPUtime=32.84 cores=1,3,5,7
/proc/22536/task/22547/stat : 22547 (java) S 22534 22536 21439 0 -1 4202560 58713 0 0 0 3277 7 0 0 15 0 22 0 812110129 10809503744 1020989 33554432000 1073741824 1073778376 140736393187232 18446744073709551615 212051471872 0 0 0 16800975 18446604462903262144 0 0 -1 1 0 0 0
[pid=22536/tid=22548] ppid=22534 vsize=10556156 CPUtime=0 cores=1,3,5,7
/proc/22536/task/22548/stat : 22548 (java) S 22534 22536 21439 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 812110129 10809503744 1020989 33554432000 1073741824 1073778376 140736393187232 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 1 0 0 0
[pid=22536/tid=22549] ppid=22534 vsize=10556156 CPUtime=0 cores=1,3,5,7
/proc/22536/task/22549/stat : 22549 (java) S 22534 22536 21439 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 812110129 10809503744 1020989 33554432000 1073741824 1073778376 140736393187232 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 1 0 0 0
[pid=22536/tid=22550] ppid=22534 vsize=10556156 CPUtime=0 cores=1,3,5,7
/proc/22536/task/22550/stat : 22550 (java) S 22534 22536 21439 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 812110132 10809503744 1020989 33554432000 1073741824 1073778376 140736393187232 18446744073709551615 212051478961 0 4 0 16800975 18446604462903262144 0 0 -1 3 0 0 0
[pid=22536/tid=22551] ppid=22534 vsize=10556156 CPUtime=1.24 cores=1,3,5,7
/proc/22536/task/22551/stat : 22551 (java) S 22534 22536 21439 0 -1 4202560 6378 0 0 0 124 0 0 0 15 0 22 0 812110132 10809503744 1020989 33554432000 1073741824 1073778376 140736393187232 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 7 0 0 0
[pid=22536/tid=22552] ppid=22534 vsize=10556156 CPUtime=2.28 cores=1,3,5,7
/proc/22536/task/22552/stat : 22552 (java) S 22534 22536 21439 0 -1 4202560 16730 0 0 0 227 1 0 0 15 0 22 0 812110132 10809503744 1020989 33554432000 1073741824 1073778376 140736393187232 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 1 0 0 0
[pid=22536/tid=22553] ppid=22534 vsize=10556156 CPUtime=0 cores=1,3,5,7
/proc/22536/task/22553/stat : 22553 (java) S 22534 22536 21439 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 812110132 10809503744 1020989 33554432000 1073741824 1073778376 140736393187232 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 3 0 0 0
[pid=22536/tid=22554] ppid=22534 vsize=10556156 CPUtime=0 cores=1,3,5,7
/proc/22536/task/22554/stat : 22554 (java) S 22534 22536 21439 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 22 0 812110132 10809503744 1020989 33554432000 1073741824 1073778376 140736393187232 18446744073709551615 212051471872 0 4 0 16800975 18446604462903262144 0 0 -1 3 0 0 0
[pid=22536/tid=22555] ppid=22534 vsize=10556156 CPUtime=785.2 cores=1,3,5,7
/proc/22536/task/22555/stat : 22555 (java) R 22534 22536 21439 0 -1 4202560 1241 0 0 0 78520 0 0 0 25 0 22 0 812110281 10809503744 1020989 33554432000 1073741824 1073778376 140736393187232 18446744073709551615 46912506087149 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22536/tid=22556] ppid=22534 vsize=10556156 CPUtime=785.2 cores=1,3,5,7
/proc/22536/task/22556/stat : 22556 (java) R 22534 22536 21439 0 -1 4202560 715335 0 0 0 78446 74 0 0 25 0 22 0 812110281 10809503744 1020989 33554432000 1073741824 1073778376 140736393187232 18446744073709551615 46912506228270 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=22536/tid=22557] ppid=22534 vsize=10556156 CPUtime=0 cores=1,3,5,7
/proc/22536/task/22557/stat : 22557 (java) S 22534 22536 21439 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 812110286 10809503744 1020989 33554432000 1073741824 1073778376 140736393187232 18446744073709551615 212051471872 0 4 0 16800975 18446604462903262144 0 0 -1 5 0 0 0
[pid=22536/tid=22558] ppid=22534 vsize=10556156 CPUtime=0 cores=1,3,5,7
/proc/22536/task/22558/stat : 22558 (java) S 22534 22536 21439 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 812110287 10809503744 1020989 33554432000 1073741824 1073778376 140736393187232 18446744073709551615 212051471872 0 4 0 16800975 18446604462903262144 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1617.36
Current children cumulated vsize (KiB) 10556156

[startup+882.301 s]
/proc/loadavg: 4.01 3.90 3.67 5/578 22867
/proc/meminfo: memFree=17168556/32951124 swapFree=46970528/67111528
[pid=22536] ppid=22534 vsize=10556156 CPUtime=1734.8 cores=1,3,5,7
/proc/22536/stat : 22536 (java) S 22534 22536 21439 0 -1 4202496 1048259 0 1 0 173364 116 0 0 17 0 22 0 812110126 10809503744 1028793 33554432000 1073741824 1073778376 140736393187232 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22536/statm: 2639039 1028793 2267 9 0 2629773 0
[pid=22536/tid=22537] ppid=22534 vsize=10556156 CPUtime=1.53 cores=1,3,5,7
/proc/22536/task/22537/stat : 22537 (java) S 22534 22536 21439 0 -1 4202560 117823 0 1 0 140 13 0 0 15 0 22 0 812110126 10809503744 1028793 33554432000 1073741824 1073778376 140736393187232 18446744073709551615 212051471872 0 4 0 16800975 18446604462903262144 0 0 -1 5 0 0 0
[pid=22536/tid=22539] ppid=22534 vsize=10556156 CPUtime=1.17 cores=1,3,5,7
/proc/22536/task/22539/stat : 22539 (java) S 22534 22536 21439 0 -1 4202560 17423 0 0 0 115 2 0 0 15 0 22 0 812110128 10809503744 1028793 33554432000 1073741824 1073778376 140736393187232 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 5 0 0 0
[pid=22536/tid=22540] ppid=22534 vsize=10556156 CPUtime=1.17 cores=1,3,5,7
/proc/22536/task/22540/stat : 22540 (java) S 22534 22536 21439 0 -1 4202560 14458 0 0 0 116 1 0 0 15 0 22 0 812110128 10809503744 1028793 33554432000 1073741824 1073778376 140736393187232 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 7 0 0 0
[pid=22536/tid=22541] ppid=22534 vsize=10556156 CPUtime=1.21 cores=1,3,5,7
/proc/22536/task/22541/stat : 22541 (java) S 22534 22536 21439 0 -1 4202560 14454 0 0 0 119 2 0 0 16 0 22 0 812110128 10809503744 1028793 33554432000 1073741824 1073778376 140736393187232 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 1 0 0 0
[pid=22536/tid=22542] ppid=22534 vsize=10556156 CPUtime=1.25 cores=1,3,5,7
/proc/22536/task/22542/stat : 22542 (java) S 22534 22536 21439 0 -1 4202560 16040 0 0 0 124 1 0 0 16 0 22 0 812110128 10809503744 1028793 33554432000 1073741824 1073778376 140736393187232 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 5 0 0 0
[pid=22536/tid=22543] ppid=22534 vsize=10556156 CPUtime=1.28 cores=1,3,5,7
/proc/22536/task/22543/stat : 22543 (java) S 22534 22536 21439 0 -1 4202560 16058 0 0 0 126 2 0 0 15 0 22 0 812110128 10809503744 1028793 33554432000 1073741824 1073778376 140736393187232 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 5 0 0 0
[pid=22536/tid=22544] ppid=22534 vsize=10556156 CPUtime=1.11 cores=1,3,5,7
/proc/22536/task/22544/stat : 22544 (java) S 22534 22536 21439 0 -1 4202560 15331 0 0 0 109 2 0 0 16 0 22 0 812110128 10809503744 1028793 33554432000 1073741824 1073778376 140736393187232 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 7 0 0 0
[pid=22536/tid=22545] ppid=22534 vsize=10556156 CPUtime=1.09 cores=1,3,5,7
/proc/22536/task/22545/stat : 22545 (java) S 22534 22536 21439 0 -1 4202560 18834 0 0 0 107 2 0 0 16 0 22 0 812110128 10809503744 1028793 33554432000 1073741824 1073778376 140736393187232 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 3 0 0 0
[pid=22536/tid=22546] ppid=22534 vsize=10556156 CPUtime=1.1 cores=1,3,5,7
/proc/22536/task/22546/stat : 22546 (java) S 22534 22536 21439 0 -1 4202560 16949 0 0 0 108 2 0 0 15 0 22 0 812110128 10809503744 1028793 33554432000 1073741824 1073778376 140736393187232 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 3 0 0 0
[pid=22536/tid=22547] ppid=22534 vsize=10556156 CPUtime=35.59 cores=1,3,5,7
/proc/22536/task/22547/stat : 22547 (java) S 22534 22536 21439 0 -1 4202560 59992 0 0 0 3552 7 0 0 15 0 22 0 812110129 10809503744 1028793 33554432000 1073741824 1073778376 140736393187232 18446744073709551615 212051471872 0 0 0 16800975 18446604462903262144 0 0 -1 1 0 0 0
[pid=22536/tid=22548] ppid=22534 vsize=10556156 CPUtime=0 cores=1,3,5,7
/proc/22536/task/22548/stat : 22548 (java) S 22534 22536 21439 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 812110129 10809503744 1028793 33554432000 1073741824 1073778376 140736393187232 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 1 0 0 0
[pid=22536/tid=22549] ppid=22534 vsize=10556156 CPUtime=0 cores=1,3,5,7
/proc/22536/task/22549/stat : 22549 (java) S 22534 22536 21439 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 812110129 10809503744 1028793 33554432000 1073741824 1073778376 140736393187232 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 1 0 0 0
[pid=22536/tid=22550] ppid=22534 vsize=10556156 CPUtime=0 cores=1,3,5,7
/proc/22536/task/22550/stat : 22550 (java) S 22534 22536 21439 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 812110132 10809503744 1028793 33554432000 1073741824 1073778376 140736393187232 18446744073709551615 212051478961 0 4 0 16800975 18446604462903262144 0 0 -1 3 0 0 0
[pid=22536/tid=22551] ppid=22534 vsize=10556156 CPUtime=1.26 cores=1,3,5,7
/proc/22536/task/22551/stat : 22551 (java) S 22534 22536 21439 0 -1 4202560 6380 0 0 0 126 0 0 0 15 0 22 0 812110132 10809503744 1028793 33554432000 1073741824 1073778376 140736393187232 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 7 0 0 0
[pid=22536/tid=22552] ppid=22534 vsize=10556156 CPUtime=2.28 cores=1,3,5,7
/proc/22536/task/22552/stat : 22552 (java) S 22534 22536 21439 0 -1 4202560 16730 0 0 0 227 1 0 0 15 0 22 0 812110132 10809503744 1028793 33554432000 1073741824 1073778376 140736393187232 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 1 0 0 0
[pid=22536/tid=22553] ppid=22534 vsize=10556156 CPUtime=0 cores=1,3,5,7
/proc/22536/task/22553/stat : 22553 (java) S 22534 22536 21439 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 812110132 10809503744 1028793 33554432000 1073741824 1073778376 140736393187232 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 3 0 0 0
[pid=22536/tid=22554] ppid=22534 vsize=10556156 CPUtime=0 cores=1,3,5,7
/proc/22536/task/22554/stat : 22554 (java) S 22534 22536 21439 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 22 0 812110132 10809503744 1028793 33554432000 1073741824 1073778376 140736393187232 18446744073709551615 212051471872 0 4 0 16800975 18446604462903262144 0 0 -1 3 0 0 0
[pid=22536/tid=22555] ppid=22534 vsize=10556156 CPUtime=842.32 cores=1,3,5,7
/proc/22536/task/22555/stat : 22555 (java) R 22534 22536 21439 0 -1 4202560 1246 0 0 0 84232 0 0 0 25 0 22 0 812110281 10809503744 1028793 33554432000 1073741824 1073778376 140736393187232 18446744073709551615 46912506094119 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22536/tid=22556] ppid=22534 vsize=10556156 CPUtime=842.32 cores=1,3,5,7
/proc/22536/task/22556/stat : 22556 (java) R 22534 22536 21439 0 -1 4202560 715335 0 0 0 84158 74 0 0 25 0 22 0 812110281 10809503744 1028793 33554432000 1073741824 1073778376 140736393187232 18446744073709551615 46912506229170 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=22536/tid=22557] ppid=22534 vsize=10556156 CPUtime=0 cores=1,3,5,7
/proc/22536/task/22557/stat : 22557 (java) S 22534 22536 21439 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 812110286 10809503744 1028793 33554432000 1073741824 1073778376 140736393187232 18446744073709551615 212051471872 0 4 0 16800975 18446604462903262144 0 0 -1 5 0 0 0
[pid=22536/tid=22558] ppid=22534 vsize=10556156 CPUtime=0 cores=1,3,5,7
/proc/22536/task/22558/stat : 22558 (java) S 22534 22536 21439 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 812110287 10809503744 1028793 33554432000 1073741824 1073778376 140736393187232 18446744073709551615 212051471872 0 4 0 16800975 18446604462903262144 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1734.8
Current children cumulated vsize (KiB) 10556156



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+915.501 s]
/proc/loadavg: 3.94 3.89 3.67 5/578 22868
/proc/meminfo: memFree=17163920/32951124 swapFree=46970528/67111528
[pid=22536] ppid=22534 vsize=10556156 CPUtime=1800.21 cores=1,3,5,7
/proc/22536/stat : 22536 (java) S 22534 22536 21439 0 -1 4202496 1048282 0 1 0 179905 116 0 0 17 0 22 0 812110126 10809503744 1028809 33554432000 1073741824 1073778376 140736393187232 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22536/statm: 2639039 1028809 2267 9 0 2629773 0
[pid=22536/tid=22537] ppid=22534 vsize=10556156 CPUtime=1.53 cores=1,3,5,7
/proc/22536/task/22537/stat : 22537 (java) S 22534 22536 21439 0 -1 4202560 117823 0 1 0 140 13 0 0 15 0 22 0 812110126 10809503744 1028809 33554432000 1073741824 1073778376 140736393187232 18446744073709551615 212051471872 0 4 0 16800975 18446604462903262144 0 0 -1 5 0 0 0
[pid=22536/tid=22539] ppid=22534 vsize=10556156 CPUtime=1.21 cores=1,3,5,7
/proc/22536/task/22539/stat : 22539 (java) S 22534 22536 21439 0 -1 4202560 17428 0 0 0 119 2 0 0 16 0 22 0 812110128 10809503744 1028809 33554432000 1073741824 1073778376 140736393187232 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 1 0 0 0
[pid=22536/tid=22540] ppid=22534 vsize=10556156 CPUtime=1.2 cores=1,3,5,7
/proc/22536/task/22540/stat : 22540 (java) S 22534 22536 21439 0 -1 4202560 14458 0 0 0 119 1 0 0 15 0 22 0 812110128 10809503744 1028809 33554432000 1073741824 1073778376 140736393187232 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 5 0 0 0
[pid=22536/tid=22541] ppid=22534 vsize=10556156 CPUtime=1.27 cores=1,3,5,7
/proc/22536/task/22541/stat : 22541 (java) S 22534 22536 21439 0 -1 4202560 14465 0 0 0 125 2 0 0 16 0 22 0 812110128 10809503744 1028809 33554432000 1073741824 1073778376 140736393187232 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 3 0 0 0
[pid=22536/tid=22542] ppid=22534 vsize=10556156 CPUtime=1.27 cores=1,3,5,7
/proc/22536/task/22542/stat : 22542 (java) S 22534 22536 21439 0 -1 4202560 16040 0 0 0 126 1 0 0 15 0 22 0 812110128 10809503744 1028809 33554432000 1073741824 1073778376 140736393187232 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 3 0 0 0
[pid=22536/tid=22543] ppid=22534 vsize=10556156 CPUtime=1.33 cores=1,3,5,7
/proc/22536/task/22543/stat : 22543 (java) S 22534 22536 21439 0 -1 4202560 16058 0 0 0 131 2 0 0 16 0 22 0 812110128 10809503744 1028809 33554432000 1073741824 1073778376 140736393187232 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 5 0 0 0
[pid=22536/tid=22544] ppid=22534 vsize=10556156 CPUtime=1.12 cores=1,3,5,7
/proc/22536/task/22544/stat : 22544 (java) S 22534 22536 21439 0 -1 4202560 15331 0 0 0 110 2 0 0 15 0 22 0 812110128 10809503744 1028809 33554432000 1073741824 1073778376 140736393187232 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 7 0 0 0
[pid=22536/tid=22545] ppid=22534 vsize=10556156 CPUtime=1.12 cores=1,3,5,7
/proc/22536/task/22545/stat : 22545 (java) S 22534 22536 21439 0 -1 4202560 18834 0 0 0 110 2 0 0 15 0 22 0 812110128 10809503744 1028809 33554432000 1073741824 1073778376 140736393187232 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 3 0 0 0
[pid=22536/tid=22546] ppid=22534 vsize=10556156 CPUtime=1.12 cores=1,3,5,7
/proc/22536/task/22546/stat : 22546 (java) S 22534 22536 21439 0 -1 4202560 16949 0 0 0 110 2 0 0 16 0 22 0 812110128 10809503744 1028809 33554432000 1073741824 1073778376 140736393187232 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 7 0 0 0
[pid=22536/tid=22547] ppid=22534 vsize=10556156 CPUtime=36.73 cores=1,3,5,7
/proc/22536/task/22547/stat : 22547 (java) S 22534 22536 21439 0 -1 4202560 59994 0 0 0 3666 7 0 0 15 0 22 0 812110129 10809503744 1028809 33554432000 1073741824 1073778376 140736393187232 18446744073709551615 212051471872 0 0 0 16800975 18446604462903262144 0 0 -1 1 0 0 0
[pid=22536/tid=22548] ppid=22534 vsize=10556156 CPUtime=0 cores=1,3,5,7
/proc/22536/task/22548/stat : 22548 (java) S 22534 22536 21439 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 812110129 10809503744 1028809 33554432000 1073741824 1073778376 140736393187232 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 1 0 0 0
[pid=22536/tid=22549] ppid=22534 vsize=10556156 CPUtime=0 cores=1,3,5,7
/proc/22536/task/22549/stat : 22549 (java) S 22534 22536 21439 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 812110129 10809503744 1028809 33554432000 1073741824 1073778376 140736393187232 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 1 0 0 0
[pid=22536/tid=22550] ppid=22534 vsize=10556156 CPUtime=0 cores=1,3,5,7
/proc/22536/task/22550/stat : 22550 (java) S 22534 22536 21439 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 812110132 10809503744 1028809 33554432000 1073741824 1073778376 140736393187232 18446744073709551615 212051478961 0 4 0 16800975 18446604462903262144 0 0 -1 3 0 0 0
[pid=22536/tid=22551] ppid=22534 vsize=10556156 CPUtime=1.26 cores=1,3,5,7
/proc/22536/task/22551/stat : 22551 (java) S 22534 22536 21439 0 -1 4202560 6380 0 0 0 126 0 0 0 15 0 22 0 812110132 10809503744 1028809 33554432000 1073741824 1073778376 140736393187232 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 7 0 0 0
[pid=22536/tid=22552] ppid=22534 vsize=10556156 CPUtime=2.28 cores=1,3,5,7
/proc/22536/task/22552/stat : 22552 (java) S 22534 22536 21439 0 -1 4202560 16730 0 0 0 227 1 0 0 15 0 22 0 812110132 10809503744 1028809 33554432000 1073741824 1073778376 140736393187232 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 1 0 0 0
[pid=22536/tid=22553] ppid=22534 vsize=10556156 CPUtime=0 cores=1,3,5,7
/proc/22536/task/22553/stat : 22553 (java) S 22534 22536 21439 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 812110132 10809503744 1028809 33554432000 1073741824 1073778376 140736393187232 18446744073709551615 212051471257 0 4 0 16800975 18446604462903262144 0 0 -1 3 0 0 0
[pid=22536/tid=22554] ppid=22534 vsize=10556156 CPUtime=0 cores=1,3,5,7
/proc/22536/task/22554/stat : 22554 (java) S 22534 22536 21439 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 22 0 812110132 10809503744 1028809 33554432000 1073741824 1073778376 140736393187232 18446744073709551615 212051471872 0 4 0 16800975 18446604462903262144 0 0 -1 3 0 0 0
[pid=22536/tid=22555] ppid=22534 vsize=10556156 CPUtime=874.32 cores=1,3,5,7
/proc/22536/task/22555/stat : 22555 (java) R 22534 22536 21439 0 -1 4202560 1248 0 0 0 87432 0 0 0 25 0 22 0 812110281 10809503744 1028809 33554432000 1073741824 1073778376 140736393187232 18446744073709551615 46912506094442 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22536/tid=22556] ppid=22534 vsize=10556156 CPUtime=874.32 cores=1,3,5,7
/proc/22536/task/22556/stat : 22556 (java) R 22534 22536 21439 0 -1 4202560 715336 0 0 0 87358 74 0 0 25 0 22 0 812110281 10809503744 1028809 33554432000 1073741824 1073778376 140736393187232 18446744073709551615 46912506228202 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=22536/tid=22557] ppid=22534 vsize=10556156 CPUtime=0 cores=1,3,5,7
/proc/22536/task/22557/stat : 22557 (java) S 22534 22536 21439 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 812110286 10809503744 1028809 33554432000 1073741824 1073778376 140736393187232 18446744073709551615 212051471872 0 4 0 16800975 18446604462903262144 0 0 -1 5 0 0 0
[pid=22536/tid=22558] ppid=22534 vsize=10556156 CPUtime=0 cores=1,3,5,7
/proc/22536/task/22558/stat : 22558 (java) S 22534 22536 21439 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 812110287 10809503744 1028809 33554432000 1073741824 1073778376 140736393187232 18446744073709551615 212051471872 0 4 0 16800975 18446604462903262144 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1800.21
Current children cumulated vsize (KiB) 10556156

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

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

[startup+915.627 s]
/proc/loadavg: 3.94 3.89 3.67 5/578 22868
/proc/meminfo: memFree=17163920/32951124 swapFree=46970528/67111528
[pid=22536] ppid=22534 vsize=0 CPUtime=1800.39 cores=1,3,5,7
/proc/22536/stat : 22536 (java) Z 22534 22536 21439 0 -1 4203548 1048314 0 1 0 179915 124 0 0 15 0 2 0 812110126 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22536/statm: 0 0 0 0 0 0 0
[pid=22536/tid=22557] ppid=22534 vsize=0 CPUtime=0.07 cores=1,3,5,7
/proc/22536/task/22557/stat : 22557 (java) R 22534 22536 21439 0 -1 4203588 7 0 0 0 0 7 0 0 18 0 2 0 812110286 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1800.39
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 915.696
CPU time (s): 1800.46
CPU user time (s): 1799.15
CPU system time (s): 1.3118
CPU usage (%): 196.623
Max. virtual memory (cumulated for all children) (KiB): 10556156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.15
system time used= 1.3118
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1048314
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24832
involuntary context switches= 16817

runsolver used 4.88226 second user time and 11.8202 second system time

The end

Launcher Data

Begin job on node146 at 2011-06-04 16:15:39
IDJOB=3455438
IDBENCH=73562
IDSOLVER=1950
FILE ID=node146/3455438-1307196938
RUNJOBID= node146-1307195750-21458
PBS_JOBID= 13508875
Free space on /tmp= 73776 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j120/normalized-j12016_4-sat.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3455438-1307196938/watcher-3455438-1307196938 -o /tmp/evaluation-result-3455438-1307196938/solver-3455438-1307196938 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3455438-1307196938.opb

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

MD5SUM BENCH= 142eb7aa6e3fc22a3161df6b33ced1a2
RANDOM SEED=1103365789

node146.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.86
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21481296 kB
Buffers:        181168 kB
Cached:         319056 kB
SwapCached:      60452 kB
Active:        3855180 kB
Inactive:      7363652 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21481296 kB
SwapTotal:    67111528 kB
SwapFree:     46970528 kB
Dirty:            5152 kB
Writeback:           0 kB
AnonPages:    10669360 kB
Mapped:          24872 kB
Slab:            77548 kB
PageTables:     104764 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 171058108 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73776 MiB
End job on node146 at 2011-06-04 16:30:56