Trace number 3454254

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
Sat4j Res//CP 2.3.0? (TO) 1800.77 916.892

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib2003/normalized-mps-v2-20-10-stp3d.opb
MD5SUMaf54d857fe3562002a714e0fbd74a69a
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables204880
Total number of constraints159488
Number of constraints which are clauses129232
Number of constraints which are cardinality constraints (but not clauses)5805
Number of constraints which are nor clauses,nor cardinality constraints24451
Minimum length of a constraint2
Maximum length of a constraint120
Number of terms in the objective function 75648
Biggest coefficient in the objective function 100303
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 7576279200
Number of bits of the sum of numbers in the objective function 33
Biggest number in a constraint 100303
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 7576279200
Number of bits of the biggest sum of numbers33
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.1.v20110525
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.18-164.el5
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		9996466904
0.00/0.09	c Max memory 		10048897024
0.00/0.09	c Total memory 		10048897024
0.00/0.09	c Number of processors 	8
0.00/0.11	c Pseudo Boolean Optimization
0.00/0.11	c ManyCore solver with 2 solvers running in parallel
0.00/0.11	c --- Begin Solver configuration ---
0.00/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.00/0.11	c Learn all clauses as in MiniSAT
0.00/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.00/0.11	c Expensive reason simplification
0.00/0.11	c Armin Biere (Picosat) restarts strategy
0.00/0.11	c Glucose learned constraints deletion strategy
0.00/0.11	c timeout=2147483s
0.00/0.11	c DB Simplification allowed=false
0.00/0.11	c --- End Solver configuration ---
0.00/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.00/0.11	c --- Begin Solver configuration ---
0.00/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.00/0.11	c Learn all clauses as in MiniSAT
0.00/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.00/0.11	c No reason simplification
0.00/0.11	c Armin Biere (Picosat) restarts strategy
0.00/0.11	c Glucose learned constraints deletion strategy
0.00/0.11	c timeout=2147483s
0.00/0.11	c DB Simplification allowed=false
0.00/0.11	c --- End Solver configuration ---
0.00/0.11	c solving HOME/instance-3454254-1307191681.opb
0.00/0.11	c reading problem ... 
18.34/16.35	c ... done. Wall clock time 16.238s.
18.34/16.35	c #vars     204880
18.34/16.35	c #constraints  188402
18.34/16.35	c constraints type 
18.34/16.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 32
18.34/16.35	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3552
18.34/16.35	c org.sat4j.minisat.constraints.card.MinWatchCard => 51151
18.34/16.35	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 117997
18.34/16.35	c constraints type 
18.34/16.35	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 117997
18.34/16.35	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 32
18.34/16.35	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 51151
18.34/16.35	c org.sat4j.pb.constraints.pb.UnitClausesPB => 3552
32.27/22.73	c cleaning 2441 clauses out of 4977 with flag 5000/5000
42.97/28.11	c cleaning 4163 clauses out of 8535 with flag 11004/11004
55.65/34.62	c cleaning 5558 clauses out of 11366 with flag 18001/18001
67.92/40.93	c cleaning 6736 clauses out of 13806 with flag 26001/26001
81.49/47.92	c cleaning 7905 clauses out of 16067 with flag 35000/35000
99.16/56.95	c cleaning 8897 clauses out of 18159 with flag 45000/45000
117.02/66.12	c cleaning 9929 clauses out of 20260 with flag 56000/56000
138.90/77.14	c cleaning 11025 clauses out of 22329 with flag 68001/68001
162.38/89.12	c cleaning 12004 clauses out of 24303 with flag 81000/81000
188.72/102.48	c cleaning 12950 clauses out of 26299 with flag 95000/95000
213.10/114.81	c cleaning 14006 clauses out of 28349 with flag 110001/110001
242.93/129.96	c cleaning 14948 clauses out of 30342 with flag 126001/126001
274.03/145.83	c cleaning 15944 clauses out of 32393 with flag 143000/143000
305.28/161.62	c cleaning 16988 clauses out of 34447 with flag 161000/161000
337.07/177.79	c cleaning 17985 clauses out of 36456 with flag 180000/180000
383.06/200.90	c cleaning 19102 clauses out of 38472 with flag 200001/200001
418.95/219.29	c cleaning 20013 clauses out of 40365 with flag 221001/221001
460.47/240.21	c cleaning 20932 clauses out of 42352 with flag 243001/243001
500.34/260.47	c cleaning 22152 clauses out of 44420 with flag 266002/266002
536.67/278.89	c cleaning 23049 clauses out of 46266 with flag 290000/290000
579.55/300.61	c cleaning 23844 clauses out of 48214 with flag 315000/315000
625.11/323.63	c cleaning 24979 clauses out of 50369 with flag 341000/341000
676.81/349.70	c cleaning 25946 clauses out of 52390 with flag 368000/368000
742.39/382.73	c cleaning 26989 clauses out of 54445 with flag 396002/396002
794.61/409.32	c cleaning 27953 clauses out of 56453 with flag 425000/425000
850.90/437.63	c cleaning 29005 clauses out of 58498 with flag 455000/455000
897.39/461.13	c cleaning 29931 clauses out of 60491 with flag 486001/486001
962.90/494.19	c cleaning 31130 clauses out of 62561 with flag 518003/518003
1016.87/521.56	c cleaning 31836 clauses out of 64428 with flag 551000/551000
1088.70/557.75	c cleaning 32896 clauses out of 66594 with flag 585002/585002
1157.18/592.21	c cleaning 33997 clauses out of 68699 with flag 620004/620004
1230.90/629.35	c cleaning 35209 clauses out of 70699 with flag 656002/656002
1318.85/673.78	c cleaning 35871 clauses out of 72488 with flag 693002/693002
1426.06/727.52	c cleaning 37158 clauses out of 74615 with flag 731001/731001
1508.13/768.88	c cleaning 37947 clauses out of 76456 with flag 770000/770000
1587.33/808.62	c cleaning 38831 clauses out of 78506 with flag 810000/810000
1677.56/854.24	c cleaning 40032 clauses out of 80677 with flag 851003/851003
1772.99/902.25	c cleaning 41059 clauses out of 82642 with flag 893000/893000
1799.42/915.81	c cleaning 0 clauses out of 5000 with flag 0/5000
1800.33/916.63	c starts		: 171
1800.33/916.63	c conflicts		: 907573
1800.33/916.63	c decisions		: 11322951
1800.33/916.63	c propagations		: 2282210223
1800.33/916.63	c inspects		: 2855801617
1800.33/916.63	c shortcuts		: 0
1800.33/916.63	c learnt literals	: 77
1800.33/916.63	c learnt binary clauses	: 5189
1800.33/916.63	c learnt ternary clauses	: 12965
1800.33/916.63	c learnt constraints	: 907496
1800.33/916.63	c ignored constraints	: 0
1800.33/916.63	c root simplifications	: 0
1800.33/916.63	c removed literals (reason simplification)	: 15589906
1800.33/916.63	c reason swapping (by a shorter reason)	: 0
1800.33/916.63	c Calls to reduceDB	: 38
1800.33/916.63	c number of reductions to clauses (during analyze)	: 0
1800.33/916.63	c number of learned constraints concerned by reduction	: 0
1800.33/916.63	c number of learning phase by resolution	: 0
1800.33/916.63	c number of learning phase by cutting planes	: 0
1800.33/916.63	c speed (assignments/second)	: 2535006.1014486635
1800.33/916.63	c non guided choices	1176665
1800.33/916.66	c learnt constraints type 
1800.33/916.66	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 5189
1800.33/916.66	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 50987
1800.33/916.66	c constraints type 
1800.33/916.66	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 32
1800.33/916.68	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3552
1800.33/916.68	c org.sat4j.minisat.constraints.card.MinWatchCard => 51151
1800.33/916.68	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 117997
1800.33/916.68	c constraints type 
1800.33/916.68	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 117997
1800.33/916.68	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 32
1800.33/916.68	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 51151
1800.33/916.68	c org.sat4j.pb.constraints.pb.UnitClausesPB => 3552
1800.33/916.68	s UNKNOWN
1800.33/916.68	c Total wall clock time (in seconds): 916.567

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-3454254-1307191681/watcher-3454254-1307191681 -o /tmp/evaluation-result-3454254-1307191681/solver-3454254-1307191681 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454254-1307191681.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: 3.93 3.84 3.77 2/571 1566
/proc/meminfo: memFree=17899060/32951124 swapFree=53733252/67111528
[pid=1566] ppid=1564 vsize=256 CPUtime=0 cores=0,2,4,6
/proc/1566/stat : 1566 (java) R 1564 1566 29102 0 -1 4194304 268 0 0 0 0 0 0 0 25 0 1 0 830768580 262144 32 33554432000 1073741824 1073778376 140735602856432 18446744073709551615 253635935879 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/1566/statm: 64 32 24 9 0 23 0
[pid=1566/tid=1567] ppid=1564 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/1566/task/1567/stat : 1567 (java) R 1564 1566 29102 0 -1 4202560 6640 0 1 0 0 0 0 0 25 0 2 0 830768581 10694979584 7455 33554432000 1073741824 1073778376 140735602856432 18446744073709551615 253640553531 0 4 0 16784584 0 0 0 -1 4 0 0 0

[startup+0.116334 s]
/proc/loadavg: 3.93 3.84 3.77 2/571 1566
/proc/meminfo: memFree=17899060/32951124 swapFree=53733252/67111528
[pid=1566] ppid=1564 vsize=10540200 CPUtime=0.13 cores=0,2,4,6
/proc/1566/stat : 1566 (java) S 1564 1566 29102 0 -1 4202496 13358 0 1 0 11 2 0 0 25 0 18 0 830768580 10793164800 13025 33554432000 1073741824 1073778376 140735602856432 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/1566/statm: 2635050 13025 2134 9 0 2625784 0
[pid=1566/tid=1567] ppid=1564 vsize=10540200 CPUtime=0.09 cores=0,2,4,6
/proc/1566/task/1567/stat : 1567 (java) R 1564 1566 29102 0 -1 4202560 11334 0 1 0 8 1 0 0 18 0 18 0 830768581 10793164800 13025 33554432000 1073741824 1073778376 140735602856432 18446744073709551615 47971366694819 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 10540200

[startup+0.200644 s]
/proc/loadavg: 3.93 3.84 3.77 2/571 1566
/proc/meminfo: memFree=17899060/32951124 swapFree=53733252/67111528
[pid=1566] ppid=1564 vsize=10542184 CPUtime=0.3 cores=0,2,4,6
/proc/1566/stat : 1566 (java) S 1564 1566 29102 0 -1 4202496 16837 0 1 0 28 2 0 0 25 0 18 0 830768580 10795196416 16418 33554432000 1073741824 1073778376 140735602856432 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/1566/statm: 2635546 16419 2188 9 0 2626280 0
[pid=1566/tid=1567] ppid=1564 vsize=10542184 CPUtime=0.18 cores=0,2,4,6
/proc/1566/task/1567/stat : 1567 (java) R 1564 1566 29102 0 -1 4202560 14268 0 1 0 17 1 0 0 18 0 18 0 830768581 10795196416 16419 33554432000 1073741824 1073778376 140735602856432 18446744073709551615 46912505366267 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 10542184

[startup+0.300622 s]
/proc/loadavg: 3.93 3.84 3.77 2/571 1566
/proc/meminfo: memFree=17899060/32951124 swapFree=53733252/67111528
[pid=1566] ppid=1564 vsize=10542184 CPUtime=0.46 cores=0,2,4,6
/proc/1566/stat : 1566 (java) S 1564 1566 29102 0 -1 4202496 21794 0 1 0 44 2 0 0 25 0 18 0 830768580 10795196416 21365 33554432000 1073741824 1073778376 140735602856432 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/1566/statm: 2635546 21368 2200 9 0 2626280 0
[pid=1566/tid=1567] ppid=1564 vsize=10542184 CPUtime=0.28 cores=0,2,4,6
/proc/1566/task/1567/stat : 1567 (java) R 1564 1566 29102 0 -1 4202560 19121 0 1 0 26 2 0 0 18 0 18 0 830768581 10795196416 21369 33554432000 1073741824 1073778376 140735602856432 18446744073709551615 46912505366267 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 10542184

[startup+0.70055 s]
/proc/loadavg: 3.93 3.84 3.77 2/571 1566
/proc/meminfo: memFree=17899060/32951124 swapFree=53733252/67111528
[pid=1566] ppid=1564 vsize=10546576 CPUtime=1.17 cores=0,2,4,6
/proc/1566/stat : 1566 (java) S 1564 1566 29102 0 -1 4202496 101589 0 1 0 104 13 0 0 25 0 18 0 830768580 10799693824 100330 33554432000 1073741824 1073778376 140735602856432 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/1566/statm: 2636644 100334 2216 9 0 2627378 0
[pid=1566/tid=1567] ppid=1564 vsize=10546576 CPUtime=0.68 cores=0,2,4,6
/proc/1566/task/1567/stat : 1567 (java) R 1564 1566 29102 0 -1 4202560 96404 0 1 0 56 12 0 0 18 0 18 0 830768581 10799693824 100336 33554432000 1073741824 1073778376 140735602856432 18446744073709551615 46912505575363 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 10546576

[startup+1.50144 s]
/proc/loadavg: 3.93 3.85 3.77 4/589 1584
/proc/meminfo: memFree=16765876/32951124 swapFree=53733252/67111528
[pid=1566] ppid=1564 vsize=10546576 CPUtime=1.98 cores=0,2,4,6
/proc/1566/stat : 1566 (java) S 1564 1566 29102 0 -1 4202496 536049 0 1 0 140 58 0 0 25 0 18 0 830768580 10799693824 534791 33554432000 1073741824 1073778376 140735602856432 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/1566/statm: 2636644 534820 2216 9 0 2627378 0
[pid=1566/tid=1567] ppid=1564 vsize=10546576 CPUtime=1.48 cores=0,2,4,6
/proc/1566/task/1567/stat : 1567 (java) R 1564 1566 29102 0 -1 4202560 530900 0 1 0 91 57 0 0 19 0 18 0 830768581 10799693824 534833 33554432000 1073741824 1073778376 140735602856432 18446744073709551615 47971371162714 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=1566/tid=1569] ppid=1564 vsize=10546576 CPUtime=0 cores=0,2,4,6
/proc/1566/task/1569/stat : 1569 (java) S 1564 1566 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830768583 10799693824 534850 33554432000 1073741824 1073778376 140735602856432 18446744073709551615 253652675481 0 4 0 16800975 18446604450189757248 0 0 -1 0 0 0 0
[pid=1566/tid=1570] ppid=1564 vsize=10546576 CPUtime=0 cores=0,2,4,6
/proc/1566/task/1570/stat : 1570 (java) S 1564 1566 29102 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 830768583 10799693824 534865 33554432000 1073741824 1073778376 140735602856432 18446744073709551615 253652675481 0 4 0 16800975 18446604450189757248 0 0 -1 6 0 0 0
[pid=1566/tid=1571] ppid=1564 vsize=10546576 CPUtime=0 cores=0,2,4,6
/proc/1566/task/1571/stat : 1571 (java) S 1564 1566 29102 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 830768583 10799693824 534881 33554432000 1073741824 1073778376 140735602856432 18446744073709551615 253652675481 0 4 0 16800975 18446604450189757248 0 0 -1 0 0 0 0
[pid=1566/tid=1572] ppid=1564 vsize=10546576 CPUtime=0 cores=0,2,4,6
/proc/1566/task/1572/stat : 1572 (java) S 1564 1566 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830768583 10799693824 534896 33554432000 1073741824 1073778376 140735602856432 18446744073709551615 253652675481 0 4 0 16800975 18446604450189757248 0 0 -1 0 0 0 0
[pid=1566/tid=1573] ppid=1564 vsize=10546576 CPUtime=0 cores=0,2,4,6
/proc/1566/task/1573/stat : 1573 (java) S 1564 1566 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830768583 10799693824 534912 33554432000 1073741824 1073778376 140735602856432 18446744073709551615 253652675481 0 4 0 16800975 18446604450189757248 0 0 -1 6 0 0 0
[pid=1566/tid=1574] ppid=1564 vsize=10546576 CPUtime=0 cores=0,2,4,6
/proc/1566/task/1574/stat : 1574 (java) S 1564 1566 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830768583 10799693824 534927 33554432000 1073741824 1073778376 140735602856432 18446744073709551615 253652675481 0 4 0 16800975 18446604450189757248 0 0 -1 6 0 0 0
[pid=1566/tid=1575] ppid=1564 vsize=10546576 CPUtime=0 cores=0,2,4,6
/proc/1566/task/1575/stat : 1575 (java) S 1564 1566 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830768583 10799693824 534944 33554432000 1073741824 1073778376 140735602856432 18446744073709551615 253652675481 0 4 0 16800975 18446604450189757248 0 0 -1 0 0 0 0
[pid=1566/tid=1576] ppid=1564 vsize=10546576 CPUtime=0 cores=0,2,4,6
/proc/1566/task/1576/stat : 1576 (java) S 1564 1566 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830768583 10799693824 534959 33554432000 1073741824 1073778376 140735602856432 18446744073709551615 253652675481 0 4 0 16800975 18446604450189757248 0 0 -1 0 0 0 0
[pid=1566/tid=1577] ppid=1564 vsize=10546576 CPUtime=0 cores=0,2,4,6
/proc/1566/task/1577/stat : 1577 (java) S 1564 1566 29102 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 830768584 10799693824 534976 33554432000 1073741824 1073778376 140735602856432 18446744073709551615 253652676096 0 0 0 16800975 18446604450189757248 0 0 -1 0 0 0 0
[pid=1566/tid=1578] ppid=1564 vsize=10546576 CPUtime=0 cores=0,2,4,6
/proc/1566/task/1578/stat : 1578 (java) S 1564 1566 29102 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 830768584 10799693824 534990 33554432000 1073741824 1073778376 140735602856432 18446744073709551615 253652675481 0 4 0 16800975 18446604450189757248 0 0 -1 4 0 0 0
[pid=1566/tid=1579] ppid=1564 vsize=10546576 CPUtime=0 cores=0,2,4,6
/proc/1566/task/1579/stat : 1579 (java) S 1564 1566 29102 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 18 0 830768584 10799693824 535007 33554432000 1073741824 1073778376 140735602856432 18446744073709551615 253652675481 0 4 0 16800975 18446604450189757248 0 0 -1 6 0 0 0
[pid=1566/tid=1580] ppid=1564 vsize=10546576 CPUtime=0 cores=0,2,4,6
/proc/1566/task/1580/stat : 1580 (java) S 1564 1566 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830768586 10799693824 535012 33554432000 1073741824 1073778376 140735602856432 18446744073709551615 253652683185 0 4 0 16800975 18446604450189757248 0 0 -1 4 0 0 0
[pid=1566/tid=1581] ppid=1564 vsize=10546576 CPUtime=0.25 cores=0,2,4,6
/proc/1566/task/1581/stat : 1581 (java) S 1564 1566 29102 0 -1 4202560 2215 0 0 0 25 0 0 0 15 0 18 0 830768586 10799693824 535021 33554432000 1073741824 1073778376 140735602856432 18446744073709551615 253652675481 0 4 0 16800975 18446604450189757248 0 0 -1 6 0 0 0
[pid=1566/tid=1582] ppid=1564 vsize=10546576 CPUtime=0.22 cores=0,2,4,6
/proc/1566/task/1582/stat : 1582 (java) S 1564 1566 29102 0 -1 4202560 1826 0 0 0 22 0 0 0 15 0 18 0 830768586 10799693824 535038 33554432000 1073741824 1073778376 140735602856432 18446744073709551615 253652675481 0 4 0 16800975 18446604450189757248 0 0 -1 0 0 0 0
[pid=1566/tid=1583] ppid=1564 vsize=10546576 CPUtime=0 cores=0,2,4,6
/proc/1566/task/1583/stat : 1583 (java) S 1564 1566 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830768586 10799693824 535054 33554432000 1073741824 1073778376 140735602856432 18446744073709551615 253652675481 0 4 0 16800975 18446604450189757248 0 0 -1 4 0 0 0
[pid=1566/tid=1584] ppid=1564 vsize=10546576 CPUtime=0 cores=0,2,4,6
/proc/1566/task/1584/stat : 1584 (java) S 1564 1566 29102 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 830768586 10799693824 535071 33554432000 1073741824 1073778376 140735602856432 18446744073709551615 253652676096 0 4 0 16800975 18446604450189757248 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.98
Current children cumulated vsize (KiB) 10546576

[startup+3.10115 s]
/proc/loadavg: 3.93 3.85 3.77 9/589 1584
/proc/meminfo: memFree=15178420/32951124 swapFree=53733252/67111528
[pid=1566] ppid=1564 vsize=10546576 CPUtime=3.86 cores=0,2,4,6
/proc/1566/stat : 1566 (java) S 1564 1566 29102 0 -1 4202496 681871 0 1 0 315 71 0 0 25 0 18 0 830768580 10799693824 680593 33554432000 1073741824 1073778376 140735602856432 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/1566/statm: 2636644 680593 2232 9 0 2627378 0
[pid=1566/tid=1567] ppid=1564 vsize=10546576 CPUtime=2.94 cores=0,2,4,6
/proc/1566/task/1567/stat : 1567 (java) R 1564 1566 29102 0 -1 4202560 650879 0 1 0 225 69 0 0 19 0 18 0 830768581 10799693824 680593 33554432000 1073741824 1073778376 140735602856432 18446744073709551615 47971371162714 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=1566/tid=1569] ppid=1564 vsize=10546576 CPUtime=0.04 cores=0,2,4,6
/proc/1566/task/1569/stat : 1569 (java) S 1564 1566 29102 0 -1 4202560 3326 0 0 0 4 0 0 0 15 0 18 0 830768583 10799693824 680593 33554432000 1073741824 1073778376 140735602856432 18446744073709551615 253652675481 0 4 0 16800975 18446604450189757248 0 0 -1 4 0 0 0
[pid=1566/tid=1570] ppid=1564 vsize=10546576 CPUtime=0.04 cores=0,2,4,6
/proc/1566/task/1570/stat : 1570 (java) S 1564 1566 29102 0 -1 4202560 140 0 0 0 4 0 0 0 16 0 18 0 830768583 10799693824 680593 33554432000 1073741824 1073778376 140735602856432 18446744073709551615 253652675481 0 4 0 16800975 18446604450189757248 0 0 -1 0 0 0 0
[pid=1566/tid=1571] ppid=1564 vsize=10546576 CPUtime=0.03 cores=0,2,4,6
/proc/1566/task/1571/stat : 1571 (java) S 1564 1566 29102 0 -1 4202560 4362 0 0 0 3 0 0 0 15 0 18 0 830768583 10799693824 680593 33554432000 1073741824 1073778376 140735602856432 18446744073709551615 253652675481 0 4 0 16800975 18446604450189757248 0 0 -1 4 0 0 0
[pid=1566/tid=1572] ppid=1564 vsize=10546576 CPUtime=0 cores=0,2,4,6
/proc/1566/task/1572/stat : 1572 (java) S 1564 1566 29102 0 -1 4202560 293 0 0 0 0 0 0 0 15 0 18 0 830768583 10799693824 680593 33554432000 1073741824 1073778376 140735602856432 18446744073709551615 253652675481 0 4 0 16800975 18446604450189757248 0 0 -1 0 0 0 0
[pid=1566/tid=1573] ppid=1564 vsize=10546576 CPUtime=0.04 cores=0,2,4,6
/proc/1566/task/1573/stat : 1573 (java) S 1564 1566 29102 0 -1 4202560 4802 0 0 0 4 0 0 0 15 0 18 0 830768583 10799693824 680593 33554432000 1073741824 1073778376 140735602856432 18446744073709551615 253652675481 0 4 0 16800975 18446604450189757248 0 0 -1 4 0 0 0
[pid=1566/tid=1574] ppid=1564 vsize=10546576 CPUtime=0.09 cores=0,2,4,6
/proc/1566/task/1574/stat : 1574 (java) S 1564 1566 29102 0 -1 4202560 4696 0 0 0 9 0 0 0 16 0 18 0 830768583 10799693824 680593 33554432000 1073741824 1073778376 140735602856432 18446744073709551615 253652675481 0 4 0 16800975 18446604450189757248 0 0 -1 4 0 0 0
[pid=1566/tid=1575] ppid=1564 vsize=10546576 CPUtime=0.09 cores=0,2,4,6
/proc/1566/task/1575/stat : 1575 (java) S 1564 1566 29102 0 -1 4202560 4258 0 0 0 9 0 0 0 16 0 18 0 830768583 10799693824 680593 33554432000 1073741824 1073778376 140735602856432 18446744073709551615 253652675481 0 4 0 16800975 18446604450189757248 0 0 -1 6 0 0 0
[pid=1566/tid=1576] ppid=1564 vsize=10546576 CPUtime=0.05 cores=0,2,4,6
/proc/1566/task/1576/stat : 1576 (java) S 1564 1566 29102 0 -1 4202560 3922 0 0 0 5 0 0 0 15 0 18 0 830768583 10799693824 680593 33554432000 1073741824 1073778376 140735602856432 18446744073709551615 253652675481 0 4 0 16800975 18446604450189757248 0 0 -1 4 0 0 0
[pid=1566/tid=1577] ppid=1564 vsize=10546576 CPUtime=0 cores=0,2,4,6
/proc/1566/task/1577/stat : 1577 (java) S 1564 1566 29102 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 18 0 830768584 10799693824 680593 33554432000 1073741824 1073778376 140735602856432 18446744073709551615 253652676096 0 0 0 16800975 18446604450189757248 0 0 -1 0 0 0 0
[pid=1566/tid=1578] ppid=1564 vsize=10546576 CPUtime=0 cores=0,2,4,6
/proc/1566/task/1578/stat : 1578 (java) S 1564 1566 29102 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 18 0 830768584 10799693824 680593 33554432000 1073741824 1073778376 140735602856432 18446744073709551615 253652675481 0 4 0 16800975 18446604450189757248 0 0 -1 4 0 0 0
[pid=1566/tid=1579] ppid=1564 vsize=10546576 CPUtime=0 cores=0,2,4,6
/proc/1566/task/1579/stat : 1579 (java) S 1564 1566 29102 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 18 0 830768584 10799693824 680593 33554432000 1073741824 1073778376 140735602856432 18446744073709551615 253652675481 0 4 0 16800975 18446604450189757248 0 0 -1 6 0 0 0
[pid=1566/tid=1580] ppid=1564 vsize=10546576 CPUtime=0 cores=0,2,4,6
/proc/1566/task/1580/stat : 1580 (java) S 1564 1566 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830768586 10799693824 680593 33554432000 1073741824 1073778376 140735602856432 18446744073709551615 253652683185 0 4 0 16800975 18446604450189757248 0 0 -1 4 0 0 0
[pid=1566/tid=1581] ppid=1564 vsize=10546576 CPUtime=0.26 cores=0,2,4,6
/proc/1566/task/1581/stat : 1581 (java) S 1564 1566 29102 0 -1 4202560 2215 0 0 0 26 0 0 0 15 0 18 0 830768586 10799693824 680593 33554432000 1073741824 1073778376 140735602856432 18446744073709551615 253652675481 0 4 0 16800975 18446604450189757248 0 0 -1 6 0 0 0
[pid=1566/tid=1582] ppid=1564 vsize=10546576 CPUtime=0.22 cores=0,2,4,6
/proc/1566/task/1582/stat : 1582 (java) S 1564 1566 29102 0 -1 4202560 1827 0 0 0 22 0 0 0 16 0 18 0 830768586 10799693824 680593 33554432000 1073741824 1073778376 140735602856432 18446744073709551615 253652675481 0 4 0 16800975 18446604450189757248 0 0 -1 0 0 0 0
[pid=1566/tid=1583] ppid=1564 vsize=10546576 CPUtime=0 cores=0,2,4,6
/proc/1566/task/1583/stat : 1583 (java) S 1564 1566 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830768586 10799693824 680593 33554432000 1073741824 1073778376 140735602856432 18446744073709551615 253652675481 0 4 0 16800975 18446604450189757248 0 0 -1 4 0 0 0
[pid=1566/tid=1584] ppid=1564 vsize=10546576 CPUtime=0 cores=0,2,4,6
/proc/1566/task/1584/stat : 1584 (java) S 1564 1566 29102 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 830768586 10799693824 680593 33554432000 1073741824 1073778376 140735602856432 18446744073709551615 253652676096 0 4 0 16800975 18446604450189757248 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.86
Current children cumulated vsize (KiB) 10546576

[startup+6.30157 s]
/proc/loadavg: 4.02 3.87 3.78 4/589 1584
/proc/meminfo: memFree=14412712/32951124 swapFree=53733252/67111528
[pid=1566] ppid=1564 vsize=10546576 CPUtime=7.67 cores=0,2,4,6
/proc/1566/stat : 1566 (java) S 1564 1566 29102 0 -1 4202496 873586 0 1 0 677 90 0 0 25 0 18 0 830768580 10799693824 872063 33554432000 1073741824 1073778376 140735602856432 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/1566/statm: 2636644 872063 2232 9 0 2627378 0
[pid=1566/tid=1567] ppid=1564 vsize=10546576 CPUtime=5.91 cores=0,2,4,6
/proc/1566/task/1567/stat : 1567 (java) R 1564 1566 29102 0 -1 4202560 807172 0 1 0 507 84 0 0 25 0 18 0 830768581 10799693824 872063 33554432000 1073741824 1073778376 140735602856432 18446744073709551615 47971371162721 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=1566/tid=1569] ppid=1564 vsize=10546576 CPUtime=0.12 cores=0,2,4,6
/proc/1566/task/1569/stat : 1569 (java) S 1564 1566 29102 0 -1 4202560 10996 0 0 0 12 0 0 0 15 0 18 0 830768583 10799693824 872063 33554432000 1073741824 1073778376 140735602856432 18446744073709551615 253652675481 0 4 0 16800975 18446604450189757248 0 0 -1 0 0 0 0
[pid=1566/tid=1570] ppid=1564 vsize=10546576 CPUtime=0.1 cores=0,2,4,6
/proc/1566/task/1570/stat : 1570 (java) S 1564 1566 29102 0 -1 4202560 1097 0 0 0 10 0 0 0 15 0 18 0 830768583 10799693824 872063 33554432000 1073741824 1073778376 140735602856432 18446744073709551615 253652675481 0 4 0 16800975 18446604450189757248 0 0 -1 4 0 0 0
[pid=1566/tid=1571] ppid=1564 vsize=10546576 CPUtime=0.1 cores=0,2,4,6
/proc/1566/task/1571/stat : 1571 (java) S 1564 1566 29102 0 -1 4202560 6250 0 0 0 10 0 0 0 15 0 18 0 830768583 10799693824 872063 33554432000 1073741824 1073778376 140735602856432 18446744073709551615 253652675481 0 4 0 16800975 18446604450189757248 0 0 -1 6 0 0 0
[pid=1566/tid=1572] ppid=1564 vsize=10546576 CPUtime=0.14 cores=0,2,4,6
/proc/1566/task/1572/stat : 1572 (java) S 1564 1566 29102 0 -1 4202560 8610 0 0 0 14 0 0 0 15 0 18 0 830768583 10799693824 872063 33554432000 1073741824 1073778376 140735602856432 18446744073709551615 253652675481 0 4 0 16800975 18446604450189757248 0 0 -1 2 0 0 0
[pid=1566/tid=1573] ppid=1564 vsize=10546576 CPUtime=0.12 cores=0,2,4,6
/proc/1566/task/1573/stat : 1573 (java) S 1564 1566 29102 0 -1 4202560 9487 0 0 0 12 0 0 0 15 0 18 0 830768583 10799693824 872063 33554432000 1073741824 1073778376 140735602856432 18446744073709551615 253652675481 0 4 0 16800975 18446604450189757248 0 0 -1 4 0 0 0
[pid=1566/tid=1574] ppid=1564 vsize=10546576 CPUtime=0.16 cores=0,2,4,6
/proc/1566/task/1574/stat : 1574 (java) S 1564 1566 29102 0 -1 4202560 9172 0 0 0 16 0 0 0 16 0 18 0 830768583 10799693824 872063 33554432000 1073741824 1073778376 140735602856432 18446744073709551615 253652675481 0 4 0 16800975 18446604450189757248 0 0 -1 2 0 0 0
[pid=1566/tid=1575] ppid=1564 vsize=10546576 CPUtime=0.18 cores=0,2,4,6
/proc/1566/task/1575/stat : 1575 (java) S 1564 1566 29102 0 -1 4202560 7607 0 0 0 18 0 0 0 16 0 18 0 830768583 10799693824 872063 33554432000 1073741824 1073778376 140735602856432 18446744073709551615 253652675481 0 4 0 16800975 18446604450189757248 0 0 -1 6 0 0 0
[pid=1566/tid=1576] ppid=1564 vsize=10546576 CPUtime=0.15 cores=0,2,4,6
/proc/1566/task/1576/stat : 1576 (java) S 1564 1566 29102 0 -1 4202560 7919 0 0 0 15 0 0 0 16 0 18 0 830768583 10799693824 872063 33554432000 1073741824 1073778376 140735602856432 18446744073709551615 253652675481 0 4 0 16800975 18446604450189757248 0 0 -1 4 0 0 0
[pid=1566/tid=1577] ppid=1564 vsize=10546576 CPUtime=0 cores=0,2,4,6
/proc/1566/task/1577/stat : 1577 (java) S 1564 1566 29102 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 18 0 830768584 10799693824 872063 33554432000 1073741824 1073778376 140735602856432 18446744073709551615 253652676096 0 0 0 16800975 18446604450189757248 0 0 -1 0 0 0 0
[pid=1566/tid=1578] ppid=1564 vsize=10546576 CPUtime=0 cores=0,2,4,6
/proc/1566/task/1578/stat : 1578 (java) S 1564 1566 29102 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 18 0 830768584 10799693824 872063 33554432000 1073741824 1073778376 140735602856432 18446744073709551615 253652675481 0 4 0 16800975 18446604450189757248 0 0 -1 4 0 0 0
[pid=1566/tid=1579] ppid=1564 vsize=10546576 CPUtime=0 cores=0,2,4,6
/proc/1566/task/1579/stat : 1579 (java) S 1564 1566 29102 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 18 0 830768584 10799693824 872063 33554432000 1073741824 1073778376 140735602856432 18446744073709551615 253652675481 0 4 0 16800975 18446604450189757248 0 0 -1 6 0 0 0
[pid=1566/tid=1580] ppid=1564 vsize=10546576 CPUtime=0 cores=0,2,4,6
/proc/1566/task/1580/stat : 1580 (java) S 1564 1566 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830768586 10799693824 872063 33554432000 1073741824 1073778376 140735602856432 18446744073709551615 253652683185 0 4 0 16800975 18446604450189757248 0 0 -1 4 0 0 0
[pid=1566/tid=1581] ppid=1564 vsize=10546576 CPUtime=0.31 cores=0,2,4,6
/proc/1566/task/1581/stat : 1581 (java) S 1564 1566 29102 0 -1 4202560 2223 0 0 0 31 0 0 0 16 0 18 0 830768586 10799693824 872063 33554432000 1073741824 1073778376 140735602856432 18446744073709551615 253652675481 0 4 0 16800975 18446604450189757248 0 0 -1 6 0 0 0
[pid=1566/tid=1582] ppid=1564 vsize=10546576 CPUtime=0.27 cores=0,2,4,6
/proc/1566/task/1582/stat : 1582 (java) S 1564 1566 29102 0 -1 4202560 1902 0 0 0 27 0 0 0 16 0 18 0 830768586 10799693824 872063 33554432000 1073741824 1073778376 140735602856432 18446744073709551615 253652675481 0 4 0 16800975 18446604450189757248 0 0 -1 0 0 0 0
[pid=1566/tid=1583] ppid=1564 vsize=10546576 CPUtime=0 cores=0,2,4,6
/proc/1566/task/1583/stat : 1583 (java) S 1564 1566 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830768586 10799693824 872063 33554432000 1073741824 1073778376 140735602856432 18446744073709551615 253652675481 0 4 0 16800975 18446604450189757248 0 0 -1 4 0 0 0
[pid=1566/tid=1584] ppid=1564 vsize=10546576 CPUtime=0 cores=0,2,4,6
/proc/1566/task/1584/stat : 1584 (java) S 1564 1566 29102 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 830768586 10799693824 872063 33554432000 1073741824 1073778376 140735602856432 18446744073709551615 253652676096 0 4 0 16800975 18446604450189757248 0 0 -1 0 0 0 0

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

Current children cumulated vsize (KiB) 10555852

[startup+882.321 s]
/proc/loadavg: 3.94 3.95 3.87 5/593 1720
/proc/meminfo: memFree=16644608/32951124 swapFree=53733252/67111528
[pid=1566] ppid=1564 vsize=10555852 CPUtime=1733.16 cores=0,2,4,6
/proc/1566/stat : 1566 (java) S 1564 1566 29102 0 -1 4202496 998213 0 1 0 173202 114 0 0 25 0 22 0 830768580 10809192448 990776 33554432000 1073741824 1073778376 140735602856432 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/1566/statm: 2638963 990776 2267 9 0 2629697 0
[pid=1566/tid=1567] ppid=1564 vsize=10555852 CPUtime=15.79 cores=0,2,4,6
/proc/1566/task/1567/stat : 1567 (java) S 1564 1566 29102 0 -1 4202560 807940 0 1 0 1495 84 0 0 15 0 22 0 830768581 10809192448 990776 33554432000 1073741824 1073778376 140735602856432 18446744073709551615 253652676096 0 4 0 16800975 18446604450189757248 0 0 -1 0 0 0 0
[pid=1566/tid=1569] ppid=1564 vsize=10555852 CPUtime=1.32 cores=0,2,4,6
/proc/1566/task/1569/stat : 1569 (java) S 1564 1566 29102 0 -1 4202560 24634 0 0 0 130 2 0 0 15 0 22 0 830768583 10809192448 990776 33554432000 1073741824 1073778376 140735602856432 18446744073709551615 253652675481 0 4 0 16800975 18446604450189757248 0 0 -1 4 0 0 0
[pid=1566/tid=1570] ppid=1564 vsize=10555852 CPUtime=1.19 cores=0,2,4,6
/proc/1566/task/1570/stat : 1570 (java) S 1564 1566 29102 0 -1 4202560 12431 0 0 0 117 2 0 0 16 0 22 0 830768583 10809192448 990776 33554432000 1073741824 1073778376 140735602856432 18446744073709551615 253652675481 0 4 0 16800975 18446604450189757248 0 0 -1 0 0 0 0
[pid=1566/tid=1571] ppid=1564 vsize=10555852 CPUtime=1.26 cores=0,2,4,6
/proc/1566/task/1571/stat : 1571 (java) S 1564 1566 29102 0 -1 4202560 18254 0 0 0 124 2 0 0 15 0 22 0 830768583 10809192448 990776 33554432000 1073741824 1073778376 140735602856432 18446744073709551615 253652675481 0 4 0 16800975 18446604450189757248 0 0 -1 2 0 0 0
[pid=1566/tid=1572] ppid=1564 vsize=10555852 CPUtime=1.33 cores=0,2,4,6
/proc/1566/task/1572/stat : 1572 (java) S 1564 1566 29102 0 -1 4202560 18395 0 0 0 131 2 0 0 15 0 22 0 830768583 10809192448 990776 33554432000 1073741824 1073778376 140735602856432 18446744073709551615 253652675481 0 4 0 16800975 18446604450189757248 0 0 -1 2 0 0 0
[pid=1566/tid=1573] ppid=1564 vsize=10555852 CPUtime=1.28 cores=0,2,4,6
/proc/1566/task/1573/stat : 1573 (java) S 1564 1566 29102 0 -1 4202560 20607 0 0 0 126 2 0 0 16 0 22 0 830768583 10809192448 990776 33554432000 1073741824 1073778376 140735602856432 18446744073709551615 253652675481 0 4 0 16800975 18446604450189757248 0 0 -1 4 0 0 0
[pid=1566/tid=1574] ppid=1564 vsize=10555852 CPUtime=1.35 cores=0,2,4,6
/proc/1566/task/1574/stat : 1574 (java) S 1564 1566 29102 0 -1 4202560 20635 0 0 0 133 2 0 0 16 0 22 0 830768583 10809192448 990776 33554432000 1073741824 1073778376 140735602856432 18446744073709551615 253652675481 0 4 0 16800975 18446604450189757248 0 0 -1 6 0 0 0
[pid=1566/tid=1575] ppid=1564 vsize=10555852 CPUtime=1.33 cores=0,2,4,6
/proc/1566/task/1575/stat : 1575 (java) S 1564 1566 29102 0 -1 4202560 18554 0 0 0 131 2 0 0 16 0 22 0 830768583 10809192448 990776 33554432000 1073741824 1073778376 140735602856432 18446744073709551615 253652675481 0 4 0 16800975 18446604450189757248 0 0 -1 2 0 0 0
[pid=1566/tid=1576] ppid=1564 vsize=10555852 CPUtime=1.5 cores=0,2,4,6
/proc/1566/task/1576/stat : 1576 (java) S 1564 1566 29102 0 -1 4202560 24516 0 0 0 148 2 0 0 15 0 22 0 830768583 10809192448 990776 33554432000 1073741824 1073778376 140735602856432 18446744073709551615 253652675481 0 4 0 16800975 18446604450189757248 0 0 -1 4 0 0 0
[pid=1566/tid=1577] ppid=1564 vsize=10555852 CPUtime=22.52 cores=0,2,4,6
/proc/1566/task/1577/stat : 1577 (java) S 1564 1566 29102 0 -1 4202560 16143 0 0 0 2249 3 0 0 15 0 22 0 830768584 10809192448 990776 33554432000 1073741824 1073778376 140735602856432 18446744073709551615 253652676096 0 0 0 16800975 18446604450189757248 0 0 -1 4 0 0 0
[pid=1566/tid=1578] ppid=1564 vsize=10555852 CPUtime=0 cores=0,2,4,6
/proc/1566/task/1578/stat : 1578 (java) S 1564 1566 29102 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830768584 10809192448 990776 33554432000 1073741824 1073778376 140735602856432 18446744073709551615 253652675481 0 4 0 16800975 18446604450189757248 0 0 -1 4 0 0 0
[pid=1566/tid=1579] ppid=1564 vsize=10555852 CPUtime=0 cores=0,2,4,6
/proc/1566/task/1579/stat : 1579 (java) S 1564 1566 29102 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 830768584 10809192448 990776 33554432000 1073741824 1073778376 140735602856432 18446744073709551615 253652675481 0 4 0 16800975 18446604450189757248 0 0 -1 6 0 0 0
[pid=1566/tid=1580] ppid=1564 vsize=10555852 CPUtime=0 cores=0,2,4,6
/proc/1566/task/1580/stat : 1580 (java) S 1564 1566 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830768586 10809192448 990776 33554432000 1073741824 1073778376 140735602856432 18446744073709551615 253652683185 0 4 0 16800975 18446604450189757248 0 0 -1 4 0 0 0
[pid=1566/tid=1581] ppid=1564 vsize=10555852 CPUtime=1.18 cores=0,2,4,6
/proc/1566/task/1581/stat : 1581 (java) S 1564 1566 29102 0 -1 4202560 6745 0 0 0 118 0 0 0 16 0 22 0 830768586 10809192448 990776 33554432000 1073741824 1073778376 140735602856432 18446744073709551615 253652675481 0 4 0 16800975 18446604450189757248 0 0 -1 0 0 0 0
[pid=1566/tid=1582] ppid=1564 vsize=10555852 CPUtime=1.21 cores=0,2,4,6
/proc/1566/task/1582/stat : 1582 (java) S 1564 1566 29102 0 -1 4202560 4969 0 0 0 121 0 0 0 15 0 22 0 830768586 10809192448 990776 33554432000 1073741824 1073778376 140735602856432 18446744073709551615 253652675481 0 4 0 16800975 18446604450189757248 0 0 -1 2 0 0 0
[pid=1566/tid=1583] ppid=1564 vsize=10555852 CPUtime=0 cores=0,2,4,6
/proc/1566/task/1583/stat : 1583 (java) S 1564 1566 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830768586 10809192448 990776 33554432000 1073741824 1073778376 140735602856432 18446744073709551615 253652675481 0 4 0 16800975 18446604450189757248 0 0 -1 4 0 0 0
[pid=1566/tid=1584] ppid=1564 vsize=10555852 CPUtime=0 cores=0,2,4,6
/proc/1566/task/1584/stat : 1584 (java) S 1564 1566 29102 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 22 0 830768586 10809192448 990776 33554432000 1073741824 1073778376 140735602856432 18446744073709551615 253652676096 0 4 0 16800975 18446604450189757248 0 0 -1 0 0 0 0
[pid=1566/tid=1585] ppid=1564 vsize=10555852 CPUtime=840.86 cores=0,2,4,6
/proc/1566/task/1585/stat : 1585 (java) R 1564 1566 29102 0 -1 4202560 131 0 0 0 84084 2 0 0 25 0 22 0 830770216 10809192448 990776 33554432000 1073741824 1073778376 140735602856432 18446744073709551615 46912506045149 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=1566/tid=1586] ppid=1564 vsize=10555852 CPUtime=840.9 cores=0,2,4,6
/proc/1566/task/1586/stat : 1586 (java) R 1564 1566 29102 0 -1 4202560 3052 0 0 0 84089 1 0 0 25 0 22 0 830770216 10809192448 990776 33554432000 1073741824 1073778376 140735602856432 18446744073709551615 46912506242064 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=1566/tid=1587] ppid=1564 vsize=10555852 CPUtime=0 cores=0,2,4,6
/proc/1566/task/1587/stat : 1587 (java) S 1564 1566 29102 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830770228 10809192448 990776 33554432000 1073741824 1073778376 140735602856432 18446744073709551615 253652676096 0 4 0 16800975 18446604450189757248 0 0 -1 6 0 0 0
[pid=1566/tid=1588] ppid=1564 vsize=10555852 CPUtime=0 cores=0,2,4,6
/proc/1566/task/1588/stat : 1588 (java) S 1564 1566 29102 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 830770228 10809192448 990776 33554432000 1073741824 1073778376 140735602856432 18446744073709551615 253652676096 0 4 0 16800975 18446604450189757248 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1733.16
Current children cumulated vsize (KiB) 10555852



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+916.301 s]
/proc/loadavg: 3.97 3.96 3.87 5/593 1721
/proc/meminfo: memFree=16632560/32951124 swapFree=53733252/67111528
[pid=1566] ppid=1564 vsize=10555852 CPUtime=1800.05 cores=0,2,4,6
/proc/1566/stat : 1566 (java) S 1564 1566 29102 0 -1 4202496 999309 0 1 0 179891 114 0 0 25 0 22 0 830768580 10809192448 991816 33554432000 1073741824 1073778376 140735602856432 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/1566/statm: 2638963 991816 2267 9 0 2629697 0
[pid=1566/tid=1567] ppid=1564 vsize=10555852 CPUtime=15.79 cores=0,2,4,6
/proc/1566/task/1567/stat : 1567 (java) S 1564 1566 29102 0 -1 4202560 807941 0 1 0 1495 84 0 0 15 0 22 0 830768581 10809192448 991816 33554432000 1073741824 1073778376 140735602856432 18446744073709551615 253652675481 0 4 0 16800975 18446604450189757248 0 0 -1 0 0 0 0
[pid=1566/tid=1569] ppid=1564 vsize=10555852 CPUtime=1.35 cores=0,2,4,6
/proc/1566/task/1569/stat : 1569 (java) S 1564 1566 29102 0 -1 4202560 24640 0 0 0 133 2 0 0 15 0 22 0 830768583 10809192448 991816 33554432000 1073741824 1073778376 140735602856432 18446744073709551615 253652675481 0 4 0 16800975 18446604450189757248 0 0 -1 2 0 0 0
[pid=1566/tid=1570] ppid=1564 vsize=10555852 CPUtime=1.22 cores=0,2,4,6
/proc/1566/task/1570/stat : 1570 (java) S 1564 1566 29102 0 -1 4202560 12436 0 0 0 120 2 0 0 15 0 22 0 830768583 10809192448 991816 33554432000 1073741824 1073778376 140735602856432 18446744073709551615 253652675481 0 4 0 16800975 18446604450189757248 0 0 -1 2 0 0 0
[pid=1566/tid=1571] ppid=1564 vsize=10555852 CPUtime=1.32 cores=0,2,4,6
/proc/1566/task/1571/stat : 1571 (java) S 1564 1566 29102 0 -1 4202560 18619 0 0 0 130 2 0 0 16 0 22 0 830768583 10809192448 991816 33554432000 1073741824 1073778376 140735602856432 18446744073709551615 253652675481 0 4 0 16800975 18446604450189757248 0 0 -1 4 0 0 0
[pid=1566/tid=1572] ppid=1564 vsize=10555852 CPUtime=1.37 cores=0,2,4,6
/proc/1566/task/1572/stat : 1572 (java) S 1564 1566 29102 0 -1 4202560 18395 0 0 0 135 2 0 0 16 0 22 0 830768583 10809192448 991816 33554432000 1073741824 1073778376 140735602856432 18446744073709551615 253652675481 0 4 0 16800975 18446604450189757248 0 0 -1 0 0 0 0
[pid=1566/tid=1573] ppid=1564 vsize=10555852 CPUtime=1.31 cores=0,2,4,6
/proc/1566/task/1573/stat : 1573 (java) S 1564 1566 29102 0 -1 4202560 20616 0 0 0 129 2 0 0 15 0 22 0 830768583 10809192448 991816 33554432000 1073741824 1073778376 140735602856432 18446744073709551615 253652675481 0 4 0 16800975 18446604450189757248 0 0 -1 2 0 0 0
[pid=1566/tid=1574] ppid=1564 vsize=10555852 CPUtime=1.42 cores=0,2,4,6
/proc/1566/task/1574/stat : 1574 (java) S 1564 1566 29102 0 -1 4202560 20826 0 0 0 140 2 0 0 16 0 22 0 830768583 10809192448 991816 33554432000 1073741824 1073778376 140735602856432 18446744073709551615 253652675481 0 4 0 16800975 18446604450189757248 0 0 -1 0 0 0 0
[pid=1566/tid=1575] ppid=1564 vsize=10555852 CPUtime=1.37 cores=0,2,4,6
/proc/1566/task/1575/stat : 1575 (java) S 1564 1566 29102 0 -1 4202560 18801 0 0 0 135 2 0 0 16 0 22 0 830768583 10809192448 991816 33554432000 1073741824 1073778376 140735602856432 18446744073709551615 253652675481 0 4 0 16800975 18446604450189757248 0 0 -1 4 0 0 0
[pid=1566/tid=1576] ppid=1564 vsize=10555852 CPUtime=1.52 cores=0,2,4,6
/proc/1566/task/1576/stat : 1576 (java) S 1564 1566 29102 0 -1 4202560 24767 0 0 0 150 2 0 0 16 0 22 0 830768583 10809192448 991816 33554432000 1073741824 1073778376 140735602856432 18446744073709551615 253652675481 0 4 0 16800975 18446604450189757248 0 0 -1 2 0 0 0
[pid=1566/tid=1577] ppid=1564 vsize=10555852 CPUtime=23.89 cores=0,2,4,6
/proc/1566/task/1577/stat : 1577 (java) R 1564 1566 29102 0 -1 4202560 16145 0 0 0 2386 3 0 0 16 0 22 0 830768584 10809192448 991816 33554432000 1073741824 1073778376 140735602856432 18446744073709551615 47971369522269 0 0 0 16800975 0 0 0 -1 4 0 0 0
[pid=1566/tid=1578] ppid=1564 vsize=10555852 CPUtime=0 cores=0,2,4,6
/proc/1566/task/1578/stat : 1578 (java) S 1564 1566 29102 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830768584 10809192448 991816 33554432000 1073741824 1073778376 140735602856432 18446744073709551615 253652675481 0 4 0 16800975 18446604450189757248 0 0 -1 4 0 0 0
[pid=1566/tid=1579] ppid=1564 vsize=10555852 CPUtime=0 cores=0,2,4,6
/proc/1566/task/1579/stat : 1579 (java) S 1564 1566 29102 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 830768584 10809192448 991816 33554432000 1073741824 1073778376 140735602856432 18446744073709551615 253652675481 0 4 0 16800975 18446604450189757248 0 0 -1 6 0 0 0
[pid=1566/tid=1580] ppid=1564 vsize=10555852 CPUtime=0 cores=0,2,4,6
/proc/1566/task/1580/stat : 1580 (java) S 1564 1566 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830768586 10809192448 991816 33554432000 1073741824 1073778376 140735602856432 18446744073709551615 253652683185 0 4 0 16800975 18446604450189757248 0 0 -1 4 0 0 0
[pid=1566/tid=1581] ppid=1564 vsize=10555852 CPUtime=1.22 cores=0,2,4,6
/proc/1566/task/1581/stat : 1581 (java) S 1564 1566 29102 0 -1 4202560 6748 0 0 0 122 0 0 0 16 0 22 0 830768586 10809192448 991816 33554432000 1073741824 1073778376 140735602856432 18446744073709551615 253652675481 0 4 0 16800975 18446604450189757248 0 0 -1 0 0 0 0
[pid=1566/tid=1582] ppid=1564 vsize=10555852 CPUtime=1.26 cores=0,2,4,6
/proc/1566/task/1582/stat : 1582 (java) S 1564 1566 29102 0 -1 4202560 4977 0 0 0 126 0 0 0 15 0 22 0 830768586 10809192448 991816 33554432000 1073741824 1073778376 140735602856432 18446744073709551615 253652675481 0 4 0 16800975 18446604450189757248 0 0 -1 2 0 0 0
[pid=1566/tid=1583] ppid=1564 vsize=10555852 CPUtime=0 cores=0,2,4,6
/proc/1566/task/1583/stat : 1583 (java) S 1564 1566 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830768586 10809192448 991816 33554432000 1073741824 1073778376 140735602856432 18446744073709551615 253652675481 0 4 0 16800975 18446604450189757248 0 0 -1 4 0 0 0
[pid=1566/tid=1584] ppid=1564 vsize=10555852 CPUtime=0 cores=0,2,4,6
/proc/1566/task/1584/stat : 1584 (java) S 1564 1566 29102 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 22 0 830768586 10809192448 991816 33554432000 1073741824 1073778376 140735602856432 18446744073709551615 253652676096 0 4 0 16800975 18446604450189757248 0 0 -1 0 0 0 0
[pid=1566/tid=1585] ppid=1564 vsize=10555852 CPUtime=873.42 cores=0,2,4,6
/proc/1566/task/1585/stat : 1585 (java) S 1564 1566 29102 0 -1 4202560 136 0 0 0 87340 2 0 0 25 0 22 0 830770216 10809192448 991816 33554432000 1073741824 1073778376 140735602856432 18446744073709551615 253652675481 0 4 0 16800975 18446604450189757248 0 0 -1 6 0 0 0
[pid=1566/tid=1586] ppid=1564 vsize=10555852 CPUtime=873.45 cores=0,2,4,6
/proc/1566/task/1586/stat : 1586 (java) S 1564 1566 29102 0 -1 4202560 3053 0 0 0 87344 1 0 0 25 0 22 0 830770216 10809192448 991816 33554432000 1073741824 1073778376 140735602856432 18446744073709551615 253652675481 0 4 0 16800975 18446604450189757248 0 0 -1 4 0 0 0
[pid=1566/tid=1587] ppid=1564 vsize=10555852 CPUtime=0 cores=0,2,4,6
/proc/1566/task/1587/stat : 1587 (java) S 1564 1566 29102 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830770228 10809192448 991816 33554432000 1073741824 1073778376 140735602856432 18446744073709551615 253652676096 0 4 0 16800975 18446604450189757248 0 0 -1 6 0 0 0
[pid=1566/tid=1588] ppid=1564 vsize=10555852 CPUtime=0 cores=0,2,4,6
/proc/1566/task/1588/stat : 1588 (java) S 1564 1566 29102 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 830770228 10809192448 991816 33554432000 1073741824 1073778376 140735602856432 18446744073709551615 253652676096 0 4 0 16800975 18446604450189757248 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 10555852

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

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

[startup+916.701 s]
/proc/loadavg: 3.97 3.96 3.87 5/593 1721
/proc/meminfo: memFree=16632560/32951124 swapFree=53733252/67111528
[pid=1566] ppid=1564 vsize=10558856 CPUtime=1800.57 cores=0,2,4,6
/proc/1566/stat : 1566 (java) S 1564 1566 29102 0 -1 4202496 1000310 0 1 0 179943 114 0 0 18 0 21 0 830768580 10812268544 992482 33554432000 1073741824 1073778376 140735602856432 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/1566/statm: 2639714 992482 2269 9 0 2630448 0
[pid=1566/tid=1567] ppid=1564 vsize=10558856 CPUtime=15.79 cores=0,2,4,6
/proc/1566/task/1567/stat : 1567 (java) S 1564 1566 29102 0 -1 4202560 807941 0 1 0 1495 84 0 0 15 0 21 0 830768581 10812268544 992482 33554432000 1073741824 1073778376 140735602856432 18446744073709551615 253652676096 0 4 0 16800975 18446604450189757248 0 0 -1 0 0 0 0
[pid=1566/tid=1569] ppid=1564 vsize=10558856 CPUtime=1.35 cores=0,2,4,6
/proc/1566/task/1569/stat : 1569 (java) S 1564 1566 29102 0 -1 4202560 24640 0 0 0 133 2 0 0 15 0 21 0 830768583 10812268544 992482 33554432000 1073741824 1073778376 140735602856432 18446744073709551615 253652675481 0 4 0 16800975 18446604450189757248 0 0 -1 2 0 0 0
[pid=1566/tid=1570] ppid=1564 vsize=10558856 CPUtime=1.22 cores=0,2,4,6
/proc/1566/task/1570/stat : 1570 (java) S 1564 1566 29102 0 -1 4202560 12436 0 0 0 120 2 0 0 15 0 21 0 830768583 10812268544 992482 33554432000 1073741824 1073778376 140735602856432 18446744073709551615 253652675481 0 4 0 16800975 18446604450189757248 0 0 -1 2 0 0 0
[pid=1566/tid=1571] ppid=1564 vsize=10558856 CPUtime=1.32 cores=0,2,4,6
/proc/1566/task/1571/stat : 1571 (java) S 1564 1566 29102 0 -1 4202560 18619 0 0 0 130 2 0 0 16 0 21 0 830768583 10812268544 992482 33554432000 1073741824 1073778376 140735602856432 18446744073709551615 253652675481 0 4 0 16800975 18446604450189757248 0 0 -1 4 0 0 0
[pid=1566/tid=1572] ppid=1564 vsize=10558856 CPUtime=1.37 cores=0,2,4,6
/proc/1566/task/1572/stat : 1572 (java) S 1564 1566 29102 0 -1 4202560 18395 0 0 0 135 2 0 0 16 0 21 0 830768583 10812268544 992482 33554432000 1073741824 1073778376 140735602856432 18446744073709551615 253652675481 0 4 0 16800975 18446604450189757248 0 0 -1 0 0 0 0
[pid=1566/tid=1573] ppid=1564 vsize=10558856 CPUtime=1.31 cores=0,2,4,6
/proc/1566/task/1573/stat : 1573 (java) S 1564 1566 29102 0 -1 4202560 20616 0 0 0 129 2 0 0 15 0 21 0 830768583 10812268544 992482 33554432000 1073741824 1073778376 140735602856432 18446744073709551615 253652675481 0 4 0 16800975 18446604450189757248 0 0 -1 2 0 0 0
[pid=1566/tid=1574] ppid=1564 vsize=10558856 CPUtime=1.42 cores=0,2,4,6
/proc/1566/task/1574/stat : 1574 (java) S 1564 1566 29102 0 -1 4202560 20826 0 0 0 140 2 0 0 16 0 21 0 830768583 10812268544 992482 33554432000 1073741824 1073778376 140735602856432 18446744073709551615 253652675481 0 4 0 16800975 18446604450189757248 0 0 -1 0 0 0 0
[pid=1566/tid=1575] ppid=1564 vsize=10558856 CPUtime=1.37 cores=0,2,4,6
/proc/1566/task/1575/stat : 1575 (java) S 1564 1566 29102 0 -1 4202560 18801 0 0 0 135 2 0 0 16 0 21 0 830768583 10812268544 992482 33554432000 1073741824 1073778376 140735602856432 18446744073709551615 253652675481 0 4 0 16800975 18446604450189757248 0 0 -1 4 0 0 0
[pid=1566/tid=1576] ppid=1564 vsize=10558856 CPUtime=1.52 cores=0,2,4,6
/proc/1566/task/1576/stat : 1576 (java) S 1564 1566 29102 0 -1 4202560 24767 0 0 0 150 2 0 0 16 0 21 0 830768583 10812268544 992482 33554432000 1073741824 1073778376 140735602856432 18446744073709551615 253652675481 0 4 0 16800975 18446604450189757248 0 0 -1 2 0 0 0
[pid=1566/tid=1577] ppid=1564 vsize=10558856 CPUtime=24.18 cores=0,2,4,6
/proc/1566/task/1577/stat : 1577 (java) S 1564 1566 29102 0 -1 4202560 16595 0 0 0 2415 3 0 0 16 0 21 0 830768584 10812268544 992482 33554432000 1073741824 1073778376 140735602856432 18446744073709551615 253652676096 0 0 0 16800975 18446604450189757248 0 0 -1 4 0 0 0
[pid=1566/tid=1578] ppid=1564 vsize=10558856 CPUtime=0 cores=0,2,4,6
/proc/1566/task/1578/stat : 1578 (java) S 1564 1566 29102 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 21 0 830768584 10812268544 992482 33554432000 1073741824 1073778376 140735602856432 18446744073709551615 253652675481 0 4 0 16800975 18446604450189757248 0 0 -1 4 0 0 0
[pid=1566/tid=1579] ppid=1564 vsize=10558856 CPUtime=0 cores=0,2,4,6
/proc/1566/task/1579/stat : 1579 (java) S 1564 1566 29102 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 21 0 830768584 10812268544 992482 33554432000 1073741824 1073778376 140735602856432 18446744073709551615 253652675481 0 4 0 16800975 18446604450189757248 0 0 -1 6 0 0 0
[pid=1566/tid=1581] ppid=1564 vsize=10558856 CPUtime=1.26 cores=0,2,4,6
/proc/1566/task/1581/stat : 1581 (java) S 1564 1566 29102 0 -1 4202560 6772 0 0 0 126 0 0 0 15 0 21 0 830768586 10812268544 992482 33554432000 1073741824 1073778376 140735602856432 18446744073709551615 253652675481 0 4 0 16800975 18446604450189757248 0 0 -1 0 0 0 0
[pid=1566/tid=1582] ppid=1564 vsize=10558856 CPUtime=1.33 cores=0,2,4,6
/proc/1566/task/1582/stat : 1582 (java) R 1564 1566 29102 0 -1 4202560 5477 0 0 0 133 0 0 0 15 0 21 0 830768586 10812268544 992482 33554432000 1073741824 1073778376 140735602856432 18446744073709551615 47971370372630 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=1566/tid=1583] ppid=1564 vsize=10558856 CPUtime=0 cores=0,2,4,6
/proc/1566/task/1583/stat : 1583 (java) S 1564 1566 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 21 0 830768586 10812268544 992482 33554432000 1073741824 1073778376 140735602856432 18446744073709551615 253652675481 0 4 0 16800975 18446604450189757248 0 0 -1 4 0 0 0
[pid=1566/tid=1585] ppid=1564 vsize=10558856 CPUtime=873.46 cores=0,2,4,6
/proc/1566/task/1585/stat : 1585 (java) S 1564 1566 29102 0 -1 4202560 136 0 0 0 87344 2 0 0 18 0 21 0 830770216 10812268544 992482 33554432000 1073741824 1073778376 140735602856432 18446744073709551615 253652675481 0 4 0 16800975 18446604450189757248 0 0 -1 6 0 0 0
[pid=1566/tid=1586] ppid=1564 vsize=10558856 CPUtime=873.5 cores=0,2,4,6
/proc/1566/task/1586/stat : 1586 (java) S 1564 1566 29102 0 -1 4202560 3053 0 0 0 87349 1 0 0 18 0 21 0 830770216 10812268544 992482 33554432000 1073741824 1073778376 140735602856432 18446744073709551615 253652675481 0 4 0 16800975 18446604450189757248 0 0 -1 4 0 0 0
[pid=1566/tid=1587] ppid=1564 vsize=10558856 CPUtime=0 cores=0,2,4,6
/proc/1566/task/1587/stat : 1587 (java) S 1564 1566 29102 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 21 0 830770228 10812268544 992482 33554432000 1073741824 1073778376 140735602856432 18446744073709551615 253652676096 0 4 0 16800975 18446604450189757248 0 0 -1 6 0 0 0
[pid=1566/tid=1588] ppid=1564 vsize=10558856 CPUtime=0 cores=0,2,4,6
/proc/1566/task/1588/stat : 1588 (java) S 1564 1566 29102 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 21 0 830770228 10812268544 992482 33554432000 1073741824 1073778376 140735602856432 18446744073709551615 253652676096 0 4 0 16800975 18446604450189757248 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.57
Current children cumulated vsize (KiB) 10558856

[startup+916.801 s]
/proc/loadavg: 3.97 3.96 3.87 5/593 1721
/proc/meminfo: memFree=16632560/32951124 swapFree=53733252/67111528
[pid=1566] ppid=1564 vsize=0 CPUtime=1800.66 cores=0,2,4,6
/proc/1566/stat : 1566 (java) Z 1564 1566 29102 0 -1 4203548 1000392 0 1 0 179946 120 0 0 15 0 2 0 830768580 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/1566/statm: 0 0 0 0 0 0 0
[pid=1566/tid=1583] ppid=1564 vsize=0 CPUtime=0.06 cores=0,2,4,6
/proc/1566/task/1583/stat : 1583 (java) R 1564 1566 29102 0 -1 4203588 1 0 0 0 0 6 0 0 18 0 2 0 830768586 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1800.66
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 916.892
CPU time (s): 1800.77
CPU user time (s): 1799.47
CPU system time (s): 1.2988
CPU usage (%): 196.399
Max. virtual memory (cumulated for all children) (KiB): 10558856

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.47
system time used= 1.2988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1000392
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= 27173
involuntary context switches= 17487

runsolver used 5.50716 second user time and 11.5162 second system time

The end

Launcher Data

Begin job on node106 at 2011-06-04 14:48:02
IDJOB=3454254
IDBENCH=2522
IDSOLVER=1950
FILE ID=node106/3454254-1307191681
RUNJOBID= node106-1307191359-1403
PBS_JOBID= 13508822
Free space on /tmp= 73744 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-stp3d.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3454254-1307191681/watcher-3454254-1307191681 -o /tmp/evaluation-result-3454254-1307191681/solver-3454254-1307191681 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454254-1307191681.opb

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

MD5SUM BENCH= af54d857fe3562002a714e0fbd74a69a
RANDOM SEED=1530759608

node106.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	: 5226.20
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.82
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.74
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17899340 kB
Buffers:        400072 kB
Cached:        6032852 kB
SwapCached:      22744 kB
Active:        9135740 kB
Inactive:      5568100 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17899340 kB
SwapTotal:    67111528 kB
SwapFree:     53733252 kB
Dirty:            9380 kB
Writeback:           0 kB
AnonPages:     8267312 kB
Mapped:          34468 kB
Slab:           192952 kB
PageTables:      84652 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 177919108 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= 73752 MiB
End job on node106 at 2011-06-04 15:03:20