Trace number 3687492

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
SAT 4j PB RES // CP 2.3.2 Snapshot? (TO) 1800.01 934.358

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/www.ps.uni-sb.de/~walser/
benchmarks/ppp-problems/normalized-ppp:1-11,19,21.opb
MD5SUMd484bc8efed557f17788965b19feafe5
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark17.8783
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables4602
Total number of constraints30179
Number of constraints which are clauses29160
Number of constraints which are cardinality constraints (but not clauses)941
Number of constraints which are nor clauses,nor cardinality constraints78
Minimum length of a constraint3
Maximum length of a constraint29
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 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 103
Number of bits of the biggest sum of numbers7
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version 2.3.2.v20120418
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c ManyCore solver with 2 solvers running in parallel
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c Expensive reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c c --- End Solver configuration ---
0.11/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4e3eca90
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-3687492-1337871924.opb
0.11/0.10	c reading problem ... 
1.11/0.59	c ... done. Wall clock time 0.483s.
1.11/0.59	c declared #vars     4602
1.11/0.59	c #constraints  30353
1.11/0.59	c constraints type 
1.11/0.59	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 29334
1.11/0.59	c org.sat4j.minisat.constraints.card.MinWatchCard => 941
1.11/0.59	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 78
1.11/0.59	c 30353 constraints processed.
1.11/0.59	c constraints type 
1.11/0.59	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 29334
1.11/0.59	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 941
1.11/0.59	c org.sat4j.pb.constraints.pb.MaxWatchPb => 78
1.11/0.59	c 30353 constraints processed.
3.59/1.24	c cleaning 2501 clauses out of 5001 with flag 5001/5001
4.56/1.54	c cleaning 4217 clauses out of 8501 with flag 11002/11002
5.43/1.97	c cleaning 5637 clauses out of 11282 with flag 18000/18000
6.59/2.55	c cleaning 6820 clauses out of 13647 with flag 26002/26002
7.97/3.29	c cleaning 7907 clauses out of 15825 with flag 35000/35000
9.29/3.95	c cleaning 8957 clauses out of 17919 with flag 45001/45001
10.63/4.68	c cleaning 9970 clauses out of 19962 with flag 56001/56001
12.35/5.54	c cleaning 10964 clauses out of 21991 with flag 68000/68000
14.39/6.68	c cleaning 12000 clauses out of 24027 with flag 81000/81000
16.27/7.61	c cleaning 12982 clauses out of 26027 with flag 95000/95000
19.13/9.15	c cleaning 14004 clauses out of 28049 with flag 110004/110004
21.79/10.54	c cleaning 15007 clauses out of 30042 with flag 126001/126001
25.55/12.55	c cleaning 16009 clauses out of 32034 with flag 143000/143000
29.40/14.55	c cleaning 17005 clauses out of 34026 with flag 161001/161001
33.61/16.73	c cleaning 17999 clauses out of 36020 with flag 180000/180000
37.62/18.89	c cleaning 19005 clauses out of 38021 with flag 200000/200000
41.73/21.00	c cleaning 19990 clauses out of 40019 with flag 221003/221003
42.31/21.49	c cleaning 0 clauses out of 5001 with flag 0/5001
46.79/23.51	c cleaning 21004 clauses out of 42026 with flag 243000/243000
51.50/25.91	c cleaning 22000 clauses out of 44022 with flag 266000/266000
56.14/28.47	c cleaning 23002 clauses out of 46022 with flag 290000/290000
62.08/31.56	c cleaning 24000 clauses out of 48021 with flag 315001/315001
68.26/34.70	c cleaning 24999 clauses out of 50022 with flag 341002/341002
74.59/38.06	c cleaning 26002 clauses out of 52022 with flag 368001/368001
81.33/41.63	c cleaning 27002 clauses out of 54020 with flag 396001/396001
87.45/44.85	c cleaning 27999 clauses out of 56017 with flag 425000/425000
94.15/48.36	c cleaning 28999 clauses out of 58018 with flag 455000/455000
102.03/52.40	c cleaning 29999 clauses out of 60019 with flag 486000/486000
110.10/56.71	c cleaning 30984 clauses out of 62020 with flag 518000/518000
118.55/61.15	c cleaning 32006 clauses out of 64036 with flag 551000/551000
128.04/66.03	c cleaning 33007 clauses out of 66031 with flag 585001/585001
138.87/71.63	c cleaning 34006 clauses out of 68023 with flag 620000/620000
150.26/77.62	c cleaning 35003 clauses out of 70018 with flag 656001/656001
160.46/82.97	c cleaning 35998 clauses out of 72014 with flag 693000/693000
167.05/86.47	c cleaning 0 clauses out of 11002 with flag 0/11002
174.81/90.55	c cleaning 36997 clauses out of 74016 with flag 731000/731000
189.49/98.25	c cleaning 38002 clauses out of 76019 with flag 770000/770000
205.47/106.47	c cleaning 38997 clauses out of 78019 with flag 810002/810002
220.81/114.35	c cleaning 39992 clauses out of 80021 with flag 851001/851001
237.30/122.82	c cleaning 41009 clauses out of 82029 with flag 893001/893001
248.28/128.79	c cleaning 42006 clauses out of 84019 with flag 936000/936000
258.35/134.05	c cleaning 43001 clauses out of 86013 with flag 980000/980000
268.81/139.51	c cleaning 43990 clauses out of 88012 with flag 1025000/1025000
285.88/148.36	c cleaning 44990 clauses out of 90022 with flag 1071000/1071000
303.74/157.79	c cleaning 46006 clauses out of 92032 with flag 1118000/1118000
319.96/166.14	c cleaning 47001 clauses out of 94027 with flag 1166001/1166001
335.76/174.31	c cleaning 47995 clauses out of 96027 with flag 1215002/1215002
349.42/181.88	c cleaning 48981 clauses out of 98030 with flag 1265000/1265000
371.08/194.24	c cleaning 49970 clauses out of 100049 with flag 1316000/1316000
381.95/199.95	c cleaning 51018 clauses out of 102080 with flag 1368001/1368001
401.13/209.80	c cleaning 52012 clauses out of 104062 with flag 1421001/1421001
417.82/218.77	c cleaning 53004 clauses out of 106049 with flag 1475000/1475000
423.35/221.81	c cleaning 0 clauses out of 18002 with flag 0/18002
437.82/229.40	c cleaning 54017 clauses out of 108047 with flag 1530002/1530002
456.69/239.17	c cleaning 54989 clauses out of 110030 with flag 1586002/1586002
475.42/249.15	c cleaning 55961 clauses out of 112041 with flag 1643002/1643002
503.28/263.44	c cleaning 57013 clauses out of 114079 with flag 1701001/1701001
535.74/280.02	c cleaning 57998 clauses out of 116067 with flag 1760002/1760002
553.52/289.32	c cleaning 59005 clauses out of 118067 with flag 1820000/1820000
575.19/300.89	c cleaning 60009 clauses out of 120063 with flag 1881001/1881001
601.22/314.22	c cleaning 60987 clauses out of 122053 with flag 1943000/1943000
620.36/324.22	c cleaning 61996 clauses out of 124067 with flag 2006001/2006001
636.48/332.76	c cleaning 63001 clauses out of 126072 with flag 2070002/2070002
656.42/343.45	c cleaning 64008 clauses out of 128071 with flag 2135002/2135002
683.34/357.39	c cleaning 64972 clauses out of 130061 with flag 2201000/2201000
723.45/377.89	c cleaning 65999 clauses out of 132089 with flag 2268000/2268000
758.67/395.87	c cleaning 67011 clauses out of 134093 with flag 2336003/2336003
776.63/405.67	c cleaning 0 clauses out of 26000 with flag 0/26000
814.72/426.18	c cleaning 68032 clauses out of 136081 with flag 2405002/2405002
848.75/443.53	c cleaning 69013 clauses out of 138051 with flag 2475004/2475004
900.59/470.24	c cleaning 70008 clauses out of 140034 with flag 2546000/2546000
957.62/499.22	c cleaning 70998 clauses out of 142026 with flag 2618000/2618000
989.97/516.00	c cleaning 72003 clauses out of 144028 with flag 2691000/2691000
1035.32/539.20	c cleaning 72997 clauses out of 146025 with flag 2765000/2765000
1092.74/568.79	c cleaning 74003 clauses out of 148028 with flag 2840000/2840000
1148.08/596.90	c cleaning 75004 clauses out of 150029 with flag 2916004/2916004
1181.72/614.31	c cleaning 76005 clauses out of 152022 with flag 2993001/2993001
1203.76/625.93	c cleaning 76981 clauses out of 154016 with flag 3071000/3071000
1231.79/640.95	c cleaning 77984 clauses out of 156035 with flag 3150000/3150000
1264.43/657.83	c cleaning 78982 clauses out of 158051 with flag 3230000/3230000
1302.87/677.66	c cleaning 80006 clauses out of 160070 with flag 3311001/3311001
1336.24/694.94	c cleaning 81009 clauses out of 162063 with flag 3393000/3393000
1361.65/708.64	c cleaning 82007 clauses out of 164054 with flag 3476000/3476000
1415.16/736.00	c cleaning 83006 clauses out of 166049 with flag 3560002/3560002
1473.63/765.76	c cleaning 84008 clauses out of 168041 with flag 3645000/3645000
1525.41/792.20	c cleaning 84979 clauses out of 170033 with flag 3731000/3731000
1589.37/825.23	c cleaning 85988 clauses out of 172056 with flag 3818002/3818002
1612.60/837.56	c cleaning 0 clauses out of 35001 with flag 0/35001
1659.23/861.56	c cleaning 86991 clauses out of 174067 with flag 3906001/3906001
1718.45/891.72	c cleaning 88028 clauses out of 176077 with flag 3995002/3995002
1764.20/915.70	c cleaning 89000 clauses out of 178049 with flag 4085002/4085002
1800.01/934.31	c starts		: 253
1800.01/934.31	c conflicts		: 4138986
1800.01/934.31	c decisions		: 5087910
1800.01/934.31	c propagations		: 181071365
1800.01/934.31	c inspects		: 9367711874
1800.01/934.31	c shortcuts		: 0
1800.01/934.31	c learnt literals	: 0
1800.01/934.31	c learnt binary clauses	: 0
1800.01/934.31	c learnt ternary clauses	: 0
1800.01/934.31	c learnt constraints	: 4138987
1800.01/934.31	c ignored constraints	: 0
1800.01/934.31	c root simplifications	: 0
1800.01/934.31	c removed literals (reason simplification)	: 16687959
1800.01/934.31	c reason swapping (by a shorter reason)	: 0
1800.01/934.31	c Calls to reduceDB	: 86
1800.01/934.31	c number of reductions to clauses (during analyze)	: 0
1800.01/934.31	c number of learned constraints concerned by reduction	: 0
1800.01/934.31	c number of learning phase by resolution	: 0
1800.01/934.31	c number of learning phase by cutting planes	: 0
1800.01/934.31	c speed (assignments/second)	: 193929.8871687221
1800.01/934.31	c non guided choices	75492
1800.01/934.34	c learnt constraints type 
1800.01/934.34	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 143080
1800.01/934.34	c constraints type 
1800.01/934.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 29334
1800.01/934.34	c org.sat4j.minisat.constraints.card.MinWatchCard => 941
1800.01/934.34	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 78
1800.01/934.34	c 30353 constraints processed.
1800.01/934.34	c constraints type 
1800.01/934.34	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 29334
1800.01/934.34	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 941
1800.01/934.34	c org.sat4j.pb.constraints.pb.MaxWatchPb => 78
1800.01/934.34	c 30353 constraints processed.
1800.01/934.34	s UNKNOWN
1800.01/934.34	c Total wall clock time (in seconds): 934.235

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3687492-1337871924/watcher-3687492-1337871924 -o /tmp/evaluation-result-3687492-1337871924/solver-3687492-1337871924 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3687492-1337871924.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: 0.63 0.17 0.06 2/193 22102
/proc/meminfo: memFree=29459468/32873660 swapFree=7108/7108
[pid=22102] ppid=22100 vsize=96324 CPUtime=0 cores=0,2,4,6
/proc/22102/stat : 22102 (java) S 22100 22102 21381 0 -1 4202496 1249 0 0 0 0 0 0 0 20 0 2 0 253318145 98635776 958 33554432000 1073741824 1073778376 140734909936592 140734909927728 270333411389 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22102/statm: 24081 960 728 9 0 16771 0
[pid=22102/tid=22103] ppid=22100 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/22102/task/22103/stat : 22103 (java) R 22100 22102 21381 0 -1 4202560 120 0 0 0 0 0 0 0 20 0 2 0 253318146 98570240 968 33554432000 1073741824 1073778376 140734909936592 140065947897384 140065950072867 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.015984 s]
/proc/loadavg: 0.63 0.17 0.06 2/193 22102
/proc/meminfo: memFree=29459468/32873660 swapFree=7108/7108
[pid=22102] ppid=22100 vsize=9016616 CPUtime=0 cores=0,2,4,6
/proc/22102/stat : 22102 (java) S 22100 22102 21381 0 -1 4202496 2520 0 1 0 0 0 0 0 20 0 10 0 253318145 9233014784 3220 33554432000 1073741824 1073778376 140734909936592 140734909927728 270333411389 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22102/statm: 2254154 3229 1338 9 0 2244855 0
[pid=22102/tid=22103] ppid=22100 vsize=9016616 CPUtime=0 cores=0,2,4,6
/proc/22102/task/22103/stat : 22103 (java) R 22100 22102 21381 0 -1 4202560 1377 0 1 0 0 0 0 0 20 0 10 0 253318146 9233014784 3233 33554432000 1073741824 1073778376 140734909936592 140065947898560 140065937966183 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9016616

[startup+0.100288 s]
/proc/loadavg: 0.63 0.17 0.06 2/193 22102
/proc/meminfo: memFree=29459468/32873660 swapFree=7108/7108
[pid=22102] ppid=22100 vsize=9558412 CPUtime=0.11 cores=0,2,4,6
/proc/22102/stat : 22102 (java) S 22100 22102 21381 0 -1 4202496 4458 0 1 0 10 1 0 0 20 0 18 0 253318145 9787813888 6104 33554432000 1073741824 1073778376 140734909936592 140734909927728 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22102/statm: 2389603 6113 2139 9 0 2380296 0
[pid=22102/tid=22103] ppid=22100 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/22102/task/22103/stat : 22103 (java) R 22100 22102 21381 0 -1 4202560 2430 0 1 0 8 0 0 0 20 0 18 0 253318146 9787813888 6113 33554432000 1073741824 1073778376 140734909936592 140065947900696 140065955388144 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558412

[startup+0.300198 s]
/proc/loadavg: 0.63 0.17 0.06 2/193 22102
/proc/meminfo: memFree=29459468/32873660 swapFree=7108/7108
[pid=22102] ppid=22100 vsize=9558412 CPUtime=0.58 cores=0,2,4,6
/proc/22102/stat : 22102 (java) S 22100 22102 21381 0 -1 4202496 6517 0 1 0 56 2 0 0 20 0 18 0 253318145 9787813888 19134 33554432000 1073741824 1073778376 140734909936592 140734909927728 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22102/statm: 2389603 19134 2219 9 0 2380296 0
[pid=22102/tid=22103] ppid=22100 vsize=9558412 CPUtime=0.27 cores=0,2,4,6
/proc/22102/task/22103/stat : 22103 (java) R 22100 22102 21381 0 -1 4202560 2484 0 1 0 26 1 0 0 20 0 18 0 253318146 9787813888 19134 33554432000 1073741824 1073778376 140734909936592 140065947893552 140065812923232 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 9558412

[startup+0.700183 s]
/proc/loadavg: 0.63 0.17 0.06 2/193 22102
/proc/meminfo: memFree=29459468/32873660 swapFree=7108/7108
[pid=22102] ppid=22100 vsize=9824668 CPUtime=1.61 cores=0,2,4,6
/proc/22102/stat : 22102 (java) S 22100 22102 21381 0 -1 4202496 12189 0 1 0 156 5 0 0 20 0 22 0 253318145 10060460032 44029 33554432000 1073741824 1073778376 140734909936592 140734909927728 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22102/statm: 2456167 44029 2266 9 0 2446860 0
[pid=22102/tid=22103] ppid=22100 vsize=9824668 CPUtime=0.56 cores=0,2,4,6
/proc/22102/task/22103/stat : 22103 (java) S 22100 22102 21381 0 -1 4202560 2539 0 1 0 53 3 0 0 20 0 22 0 253318146 10060460032 44029 33554432000 1073741824 1073778376 140734909936592 140065947902968 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.61
Current children cumulated vsize (KiB) 9824668

[startup+1.50075 s]
/proc/loadavg: 0.82 0.22 0.07 6/195 22148
/proc/meminfo: memFree=29412352/32873660 swapFree=7108/7108
[pid=22102] ppid=22100 vsize=9824668 CPUtime=4.56 cores=0,2,4,6
/proc/22102/stat : 22102 (java) S 22100 22102 21381 0 -1 4202496 24040 0 1 0 447 9 0 0 20 0 22 0 253318145 10060460032 56519 33554432000 1073741824 1073778376 140734909936592 140734909927728 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22102/statm: 2456167 56519 2286 9 0 2446860 0
[pid=22102/tid=22103] ppid=22100 vsize=9824668 CPUtime=0.56 cores=0,2,4,6
/proc/22102/task/22103/stat : 22103 (java) S 22100 22102 21381 0 -1 4202560 2539 0 1 0 53 3 0 0 20 0 22 0 253318146 10060460032 56519 33554432000 1073741824 1073778376 140734909936592 140065947902968 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22102/tid=22105] ppid=22100 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22102/task/22105/stat : 22105 (java) S 22100 22102 21381 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 253318146 10060460032 56519 33554432000 1073741824 1073778376 140734909936592 140065936963880 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22102/tid=22106] ppid=22100 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22102/task/22106/stat : 22106 (java) S 22100 22102 21381 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253318146 10060460032 56519 33554432000 1073741824 1073778376 140734909936592 140065935911080 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22102/tid=22107] ppid=22100 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22102/task/22107/stat : 22107 (java) S 22100 22102 21381 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253318146 10060460032 56519 33554432000 1073741824 1073778376 140734909936592 140065934858792 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22102/tid=22108] ppid=22100 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22102/task/22108/stat : 22108 (java) S 22100 22102 21381 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253318146 10060460032 56519 33554432000 1073741824 1073778376 140734909936592 140065933805992 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22102/tid=22109] ppid=22100 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22102/task/22109/stat : 22109 (java) S 22100 22102 21381 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253318146 10060460032 56519 33554432000 1073741824 1073778376 140734909936592 140065932753704 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22102/tid=22110] ppid=22100 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22102/task/22110/stat : 22110 (java) S 22100 22102 21381 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253318146 10060460032 56519 33554432000 1073741824 1073778376 140734909936592 140065931700904 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22102/tid=22111] ppid=22100 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22102/task/22111/stat : 22111 (java) S 22100 22102 21381 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253318146 10060460032 56519 33554432000 1073741824 1073778376 140734909936592 140065784937512 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22102/tid=22112] ppid=22100 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22102/task/22112/stat : 22112 (java) S 22100 22102 21381 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253318146 10060460032 56519 33554432000 1073741824 1073778376 140734909936592 140065783884712 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22102/tid=22113] ppid=22100 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/22102/task/22113/stat : 22113 (java) S 22100 22102 21381 0 -1 4202560 99 0 0 0 3 0 0 0 20 0 22 0 253318147 10060460032 56519 33554432000 1073741824 1073778376 140734909936592 140065771686120 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22102/tid=22114] ppid=22100 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22102/task/22114/stat : 22114 (java) S 22100 22102 21381 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 253318148 10060460032 56519 33554432000 1073741824 1073778376 140734909936592 140065770632184 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22102/tid=22115] ppid=22100 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22102/task/22115/stat : 22115 (java) S 22100 22102 21381 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253318148 10060460032 56519 33554432000 1073741824 1073778376 140734909936592 140065769579784 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22102/tid=22116] ppid=22100 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22102/task/22116/stat : 22116 (java) S 22100 22102 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253318150 10060460032 56519 33554432000 1073741824 1073778376 140734909936592 140065768528272 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22102/tid=22117] ppid=22100 vsize=9824668 CPUtime=1.16 cores=0,2,4,6
/proc/22102/task/22117/stat : 22117 (java) R 22100 22102 21381 0 -1 4202560 12133 0 0 0 113 3 0 0 20 0 22 0 253318150 10060460032 56519 33554432000 1073741824 1073778376 140734909936592 140065767463256 140065953745506 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=22102/tid=22118] ppid=22100 vsize=9824668 CPUtime=1.02 cores=0,2,4,6
/proc/22102/task/22118/stat : 22118 (java) R 22100 22102 21381 0 -1 4202560 7912 0 0 0 101 1 0 0 20 0 22 0 253318150 10060460032 56519 33554432000 1073741824 1073778376 140734909936592 140065766423096 140065954243134 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22102/tid=22119] ppid=22100 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22102/task/22119/stat : 22119 (java) S 22100 22102 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253318150 10060460032 56519 33554432000 1073741824 1073778376 140734909936592 140065765371000 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22102/tid=22120] ppid=22100 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22102/task/22120/stat : 22120 (java) S 22100 22102 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253318150 10060460032 56519 33554432000 1073741824 1073778376 140734909936592 140065764318408 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22102/tid=22125] ppid=22100 vsize=9824668 CPUtime=0.81 cores=0,2,4,6
/proc/22102/task/22125/stat : 22125 (java) R 22100 22102 21381 0 -1 4202560 22 0 0 0 81 0 0 0 20 0 22 0 253318204 10060460032 56519 33554432000 1073741824 1073778376 140734909936592 140065763262808 140065813842915 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22102/tid=22126] ppid=22100 vsize=9824668 CPUtime=0.83 cores=0,2,4,6
/proc/22102/task/22126/stat : 22126 (java) R 22100 22102 21381 0 -1 4202560 78 0 0 0 83 0 0 0 20 0 22 0 253318204 10060460032 56519 33554432000 1073741824 1073778376 140734909936592 140065762209544 140065813400787 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22102/tid=22128] ppid=22100 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22102/task/22128/stat : 22128 (java) S 22100 22102 21381 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253318205 10060460032 56519 33554432000 1073741824 1073778376 140734909936592 140065761158312 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22102/tid=22129] ppid=22100 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22102/task/22129/stat : 22129 (java) S 22100 22102 21381 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253318207 10060460032 56519 33554432000 1073741824 1073778376 140734909936592 140065760105512 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.56
Current children cumulated vsize (KiB) 9824668

[startup+3.10079 s]
/proc/loadavg: 0.82 0.22 0.07 3/193 22153
/proc/meminfo: memFree=29308824/32873660 swapFree=7108/7108
[pid=22102] ppid=22100 vsize=9824668 CPUtime=7.75 cores=0,2,4,6
/proc/22102/stat : 22102 (java) S 22100 22102 21381 0 -1 4202496 24132 0 1 0 763 12 0 0 20 0 22 0 253318145 10060460032 86746 33554432000 1073741824 1073778376 140734909936592 140734909927728 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22102/statm: 2456167 86746 2286 9 0 2446860 0
[pid=22102/tid=22103] ppid=22100 vsize=9824668 CPUtime=0.56 cores=0,2,4,6
/proc/22102/task/22103/stat : 22103 (java) S 22100 22102 21381 0 -1 4202560 2539 0 1 0 53 3 0 0 20 0 22 0 253318146 10060460032 86746 33554432000 1073741824 1073778376 140734909936592 140065947902968 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22102/tid=22105] ppid=22100 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/22102/task/22105/stat : 22105 (java) S 22100 22102 21381 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 253318146 10060460032 86746 33554432000 1073741824 1073778376 140734909936592 140065936963880 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22102/tid=22106] ppid=22100 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22102/task/22106/stat : 22106 (java) S 22100 22102 21381 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 253318146 10060460032 86746 33554432000 1073741824 1073778376 140734909936592 140065935911080 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22102/tid=22107] ppid=22100 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22102/task/22107/stat : 22107 (java) S 22100 22102 21381 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 253318146 10060460032 86746 33554432000 1073741824 1073778376 140734909936592 140065934858792 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22102/tid=22108] ppid=22100 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22102/task/22108/stat : 22108 (java) S 22100 22102 21381 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 253318146 10060460032 86746 33554432000 1073741824 1073778376 140734909936592 140065933805992 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22102/tid=22109] ppid=22100 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/22102/task/22109/stat : 22109 (java) S 22100 22102 21381 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 253318146 10060460032 86746 33554432000 1073741824 1073778376 140734909936592 140065932753704 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22102/tid=22110] ppid=22100 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22102/task/22110/stat : 22110 (java) S 22100 22102 21381 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 253318146 10060460032 86746 33554432000 1073741824 1073778376 140734909936592 140065931700904 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22102/tid=22111] ppid=22100 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22102/task/22111/stat : 22111 (java) S 22100 22102 21381 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253318146 10060460032 86746 33554432000 1073741824 1073778376 140734909936592 140065784937512 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22102/tid=22112] ppid=22100 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22102/task/22112/stat : 22112 (java) S 22100 22102 21381 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 253318146 10060460032 86746 33554432000 1073741824 1073778376 140734909936592 140065783884712 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22102/tid=22113] ppid=22100 vsize=9824668 CPUtime=0.22 cores=0,2,4,6
/proc/22102/task/22113/stat : 22113 (java) S 22100 22102 21381 0 -1 4202560 107 0 0 0 22 0 0 0 20 0 22 0 253318147 10060460032 86746 33554432000 1073741824 1073778376 140734909936592 140065771686120 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22102/tid=22114] ppid=22100 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22102/task/22114/stat : 22114 (java) S 22100 22102 21381 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 253318148 10060460032 86746 33554432000 1073741824 1073778376 140734909936592 140065770632184 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22102/tid=22115] ppid=22100 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22102/task/22115/stat : 22115 (java) S 22100 22102 21381 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253318148 10060460032 86746 33554432000 1073741824 1073778376 140734909936592 140065769579784 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22102/tid=22116] ppid=22100 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22102/task/22116/stat : 22116 (java) S 22100 22102 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253318150 10060460032 86746 33554432000 1073741824 1073778376 140734909936592 140065768528272 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22102/tid=22117] ppid=22100 vsize=9824668 CPUtime=1.22 cores=0,2,4,6
/proc/22102/task/22117/stat : 22117 (java) S 22100 22102 21381 0 -1 4202560 12133 0 0 0 119 3 0 0 20 0 22 0 253318150 10060460032 86746 33554432000 1073741824 1073778376 140734909936592 140065767475896 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22102/tid=22118] ppid=22100 vsize=9824668 CPUtime=1.11 cores=0,2,4,6
/proc/22102/task/22118/stat : 22118 (java) S 22100 22102 21381 0 -1 4202560 7912 0 0 0 110 1 0 0 20 0 22 0 253318150 10060460032 86746 33554432000 1073741824 1073778376 140734909936592 140065766423096 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22102/tid=22119] ppid=22100 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22102/task/22119/stat : 22119 (java) S 22100 22102 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253318150 10060460032 86746 33554432000 1073741824 1073778376 140734909936592 140065765371000 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22102/tid=22120] ppid=22100 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22102/task/22120/stat : 22120 (java) S 22100 22102 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253318150 10060460032 86746 33554432000 1073741824 1073778376 140734909936592 140065764318408 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22102/tid=22125] ppid=22100 vsize=9824668 CPUtime=2.19 cores=0,2,4,6
/proc/22102/task/22125/stat : 22125 (java) R 22100 22102 21381 0 -1 4202560 22 0 0 0 219 0 0 0 20 0 22 0 253318204 10060460032 86746 33554432000 1073741824 1073778376 140734909936592 140065763262808 140065813344920 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22102/tid=22126] ppid=22100 vsize=9824668 CPUtime=2.2 cores=0,2,4,6
/proc/22102/task/22126/stat : 22126 (java) R 22100 22102 21381 0 -1 4202560 127 0 0 0 219 1 0 0 20 0 22 0 253318204 10060460032 86746 33554432000 1073741824 1073778376 140734909936592 140065762210168 140065813807608 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22102/tid=22128] ppid=22100 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22102/task/22128/stat : 22128 (java) S 22100 22102 21381 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253318205 10060460032 86746 33554432000 1073741824 1073778376 140734909936592 140065761158312 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22102/tid=22129] ppid=22100 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22102/task/22129/stat : 22129 (java) S 22100 22102 21381 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253318207 10060460032 86746 33554432000 1073741824 1073778376 140734909936592 140065760105512 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.75
Current children cumulated vsize (KiB) 9824668

[startup+6.30072 s]
/proc/loadavg: 1.08 0.28 0.09 5/219 22188
/proc/meminfo: memFree=29052324/32873660 swapFree=7108/7108
[pid=22102] ppid=22100 vsize=9824668 CPUtime=13.78 cores=0,2,4,6
/proc/22102/stat : 22102 (java) S 22100 22102 21381 0 -1 4202496 24353 0 1 0 1362 16 0 0 20 0 22 0 253318145 10060460032 108788 33554432000 1073741824 1073778376 140734909936592 140734909927728 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22102/statm: 2456167 108788 2286 9 0 2446860 0
[pid=22102/tid=22103] ppid=22100 vsize=9824668 CPUtime=0.56 cores=0,2,4,6
/proc/22102/task/22103/stat : 22103 (java) S 22100 22102 21381 0 -1 4202560 2539 0 1 0 53 3 0 0 20 0 22 0 253318146 10060460032 108788 33554432000 1073741824 1073778376 140734909936592 140065947902968 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22102/tid=22105] ppid=22100 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/22102/task/22105/stat : 22105 (java) S 22100 22102 21381 0 -1 4202560 33 0 0 0 5 0 0 0 20 0 22 0 253318146 10060460032 108788 33554432000 1073741824 1073778376 140734909936592 140065936963880 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22102/tid=22106] ppid=22100 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/22102/task/22106/stat : 22106 (java) S 22100 22102 21381 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 22 0 253318146 10060460032 108788 33554432000 1073741824 1073778376 140734909936592 140065935911080 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22102/tid=22107] ppid=22100 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/22102/task/22107/stat : 22107 (java) S 22100 22102 21381 0 -1 4202560 19 0 0 0 4 0 0 0 20 0 22 0 253318146 10060460032 108788 33554432000 1073741824 1073778376 140734909936592 140065934858792 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22102/tid=22108] ppid=22100 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/22102/task/22108/stat : 22108 (java) S 22100 22102 21381 0 -1 4202560 17 0 0 0 5 0 0 0 20 0 22 0 253318146 10060460032 108788 33554432000 1073741824 1073778376 140734909936592 140065933805992 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22102/tid=22109] ppid=22100 vsize=9824668 CPUtime=0.06 cores=0,2,4,6
/proc/22102/task/22109/stat : 22109 (java) S 22100 22102 21381 0 -1 4202560 19 0 0 0 6 0 0 0 20 0 22 0 253318146 10060460032 108788 33554432000 1073741824 1073778376 140734909936592 140065932753704 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22102/tid=22110] ppid=22100 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/22102/task/22110/stat : 22110 (java) S 22100 22102 21381 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 22 0 253318146 10060460032 108788 33554432000 1073741824 1073778376 140734909936592 140065931700904 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22102/tid=22111] ppid=22100 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/22102/task/22111/stat : 22111 (java) S 22100 22102 21381 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 22 0 253318146 10060460032 108788 33554432000 1073741824 1073778376 140734909936592 140065784937512 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22102/tid=22112] ppid=22100 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/22102/task/22112/stat : 22112 (java) S 22100 22102 21381 0 -1 4202560 17 0 0 0 4 0 0 0 20 0 22 0 253318146 10060460032 108788 33554432000 1073741824 1073778376 140734909936592 140065783884712 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0

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

/proc/22102/statm: 2456167 916492 2287 9 0 2446860 0
[pid=22102/tid=22103] ppid=22100 vsize=9824668 CPUtime=0.6 cores=0,2,4,6
/proc/22102/task/22103/stat : 22103 (java) S 22100 22102 21381 0 -1 4202560 2587 0 1 0 55 5 0 0 20 0 22 0 253318146 10060460032 916492 33554432000 1073741824 1073778376 140734909936592 140065947902968 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22102/tid=22105] ppid=22100 vsize=9824668 CPUtime=2.1 cores=0,2,4,6
/proc/22102/task/22105/stat : 22105 (java) S 22100 22102 21381 0 -1 4202560 361 0 0 0 206 4 0 0 20 0 22 0 253318146 10060460032 916492 33554432000 1073741824 1073778376 140734909936592 140065936963880 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22102/tid=22106] ppid=22100 vsize=9824668 CPUtime=2.18 cores=0,2,4,6
/proc/22102/task/22106/stat : 22106 (java) S 22100 22102 21381 0 -1 4202560 463 0 0 0 214 4 0 0 20 0 22 0 253318146 10060460032 916492 33554432000 1073741824 1073778376 140734909936592 140065935911080 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22102/tid=22107] ppid=22100 vsize=9824668 CPUtime=2.28 cores=0,2,4,6
/proc/22102/task/22107/stat : 22107 (java) S 22100 22102 21381 0 -1 4202560 576 0 0 0 224 4 0 0 20 0 22 0 253318146 10060460032 916492 33554432000 1073741824 1073778376 140734909936592 140065934858792 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22102/tid=22108] ppid=22100 vsize=9824668 CPUtime=2.64 cores=0,2,4,6
/proc/22102/task/22108/stat : 22108 (java) S 22100 22102 21381 0 -1 4202560 808 0 0 0 259 5 0 0 20 0 22 0 253318146 10060460032 916492 33554432000 1073741824 1073778376 140734909936592 140065933805992 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22102/tid=22109] ppid=22100 vsize=9824668 CPUtime=1.93 cores=0,2,4,6
/proc/22102/task/22109/stat : 22109 (java) S 22100 22102 21381 0 -1 4202560 565 0 0 0 188 5 0 0 20 0 22 0 253318146 10060460032 916492 33554432000 1073741824 1073778376 140734909936592 140065932753704 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22102/tid=22110] ppid=22100 vsize=9824668 CPUtime=2.19 cores=0,2,4,6
/proc/22102/task/22110/stat : 22110 (java) S 22100 22102 21381 0 -1 4202560 475 0 0 0 215 4 0 0 20 0 22 0 253318146 10060460032 916492 33554432000 1073741824 1073778376 140734909936592 140065931700904 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22102/tid=22111] ppid=22100 vsize=9824668 CPUtime=2.32 cores=0,2,4,6
/proc/22102/task/22111/stat : 22111 (java) S 22100 22102 21381 0 -1 4202560 309 0 0 0 229 3 0 0 20 0 22 0 253318146 10060460032 916492 33554432000 1073741824 1073778376 140734909936592 140065784937512 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22102/tid=22112] ppid=22100 vsize=9824668 CPUtime=2.05 cores=0,2,4,6
/proc/22102/task/22112/stat : 22112 (java) S 22100 22102 21381 0 -1 4202560 865 0 0 0 200 5 0 0 20 0 22 0 253318146 10060460032 916492 33554432000 1073741824 1073778376 140734909936592 140065783884712 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22102/tid=22113] ppid=22100 vsize=9824668 CPUtime=75.5 cores=0,2,4,6
/proc/22102/task/22113/stat : 22113 (java) S 22100 22102 21381 0 -1 4202560 3185 0 0 0 7528 22 0 0 20 0 22 0 253318147 10060460032 916492 33554432000 1073741824 1073778376 140734909936592 140065771686120 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22102/tid=22114] ppid=22100 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22102/task/22114/stat : 22114 (java) S 22100 22102 21381 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 253318148 10060460032 916492 33554432000 1073741824 1073778376 140734909936592 140065770632184 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22102/tid=22115] ppid=22100 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22102/task/22115/stat : 22115 (java) S 22100 22102 21381 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253318148 10060460032 916492 33554432000 1073741824 1073778376 140734909936592 140065769579784 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22102/tid=22116] ppid=22100 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22102/task/22116/stat : 22116 (java) S 22100 22102 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253318150 10060460032 916492 33554432000 1073741824 1073778376 140734909936592 140065768528272 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22102/tid=22117] ppid=22100 vsize=9824668 CPUtime=1.3 cores=0,2,4,6
/proc/22102/task/22117/stat : 22117 (java) S 22100 22102 21381 0 -1 4202560 12137 0 0 0 127 3 0 0 20 0 22 0 253318150 10060460032 916492 33554432000 1073741824 1073778376 140734909936592 140065767475896 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22102/tid=22118] ppid=22100 vsize=9824668 CPUtime=1.74 cores=0,2,4,6
/proc/22102/task/22118/stat : 22118 (java) S 22100 22102 21381 0 -1 4202560 12698 0 0 0 172 2 0 0 20 0 22 0 253318150 10060460032 916492 33554432000 1073741824 1073778376 140734909936592 140065766423096 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22102/tid=22119] ppid=22100 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22102/task/22119/stat : 22119 (java) S 22100 22102 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253318150 10060460032 916492 33554432000 1073741824 1073778376 140734909936592 140065765371000 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22102/tid=22120] ppid=22100 vsize=9824668 CPUtime=0.3 cores=0,2,4,6
/proc/22102/task/22120/stat : 22120 (java) S 22100 22102 21381 0 -1 4202560 50 0 0 0 13 17 0 0 20 0 22 0 253318150 10060460032 916492 33554432000 1073741824 1073778376 140734909936592 140065764318408 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22102/tid=22125] ppid=22100 vsize=9824668 CPUtime=799.08 cores=0,2,4,6
/proc/22102/task/22125/stat : 22125 (java) R 22100 22102 21381 0 -1 4202560 100 0 0 0 79894 14 0 0 20 0 22 0 253318204 10060460032 916492 33554432000 1073741824 1073778376 140734909936592 140065763261744 140065813344832 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22102/tid=22126] ppid=22100 vsize=9824668 CPUtime=799.01 cores=0,2,4,6
/proc/22102/task/22126/stat : 22126 (java) R 22100 22102 21381 0 -1 4202560 1229 0 0 0 79858 43 0 0 20 0 22 0 253318204 10060460032 916492 33554432000 1073741824 1073778376 140734909936592 140065762208112 140065813808318 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22102/tid=22128] ppid=22100 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22102/task/22128/stat : 22128 (java) S 22100 22102 21381 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253318205 10060460032 916492 33554432000 1073741824 1073778376 140734909936592 140065761158312 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22102/tid=22129] ppid=22100 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22102/task/22129/stat : 22129 (java) S 22100 22102 21381 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253318207 10060460032 916492 33554432000 1073741824 1073778376 140734909936592 140065760105512 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1699.52
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+934.301 s]
/proc/loadavg: 4.04 3.79 2.47 5/220 22197
/proc/meminfo: memFree=23302040/32873660 swapFree=7108/7108
[pid=22102] ppid=22100 vsize=9824668 CPUtime=1800.01 cores=0,2,4,6
/proc/22102/stat : 22102 (java) S 22100 22102 21381 0 -1 4202496 37610 0 1 0 179890 111 0 0 20 0 22 0 253318145 10060460032 916410 33554432000 1073741824 1073778376 140734909936592 140734909927728 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22102/statm: 2456167 916410 2287 9 0 2446860 0
[pid=22102/tid=22103] ppid=22100 vsize=9824668 CPUtime=0.6 cores=0,2,4,6
/proc/22102/task/22103/stat : 22103 (java) S 22100 22102 21381 0 -1 4202560 2589 0 1 0 55 5 0 0 20 0 22 0 253318146 10060460032 916410 33554432000 1073741824 1073778376 140734909936592 140065947902968 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22102/tid=22105] ppid=22100 vsize=9824668 CPUtime=2.2 cores=0,2,4,6
/proc/22102/task/22105/stat : 22105 (java) S 22100 22102 21381 0 -1 4202560 361 0 0 0 216 4 0 0 20 0 22 0 253318146 10060460032 916410 33554432000 1073741824 1073778376 140734909936592 140065936963880 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22102/tid=22106] ppid=22100 vsize=9824668 CPUtime=2.29 cores=0,2,4,6
/proc/22102/task/22106/stat : 22106 (java) S 22100 22102 21381 0 -1 4202560 463 0 0 0 225 4 0 0 20 0 22 0 253318146 10060460032 916410 33554432000 1073741824 1073778376 140734909936592 140065935911080 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22102/tid=22107] ppid=22100 vsize=9824668 CPUtime=2.39 cores=0,2,4,6
/proc/22102/task/22107/stat : 22107 (java) S 22100 22102 21381 0 -1 4202560 576 0 0 0 234 5 0 0 20 0 22 0 253318146 10060460032 916410 33554432000 1073741824 1073778376 140734909936592 140065934858792 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22102/tid=22108] ppid=22100 vsize=9824668 CPUtime=2.72 cores=0,2,4,6
/proc/22102/task/22108/stat : 22108 (java) S 22100 22102 21381 0 -1 4202560 808 0 0 0 267 5 0 0 20 0 22 0 253318146 10060460032 916410 33554432000 1073741824 1073778376 140734909936592 140065933805992 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22102/tid=22109] ppid=22100 vsize=9824668 CPUtime=2.04 cores=0,2,4,6
/proc/22102/task/22109/stat : 22109 (java) S 22100 22102 21381 0 -1 4202560 565 0 0 0 199 5 0 0 20 0 22 0 253318146 10060460032 916410 33554432000 1073741824 1073778376 140734909936592 140065932753704 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22102/tid=22110] ppid=22100 vsize=9824668 CPUtime=2.36 cores=0,2,4,6
/proc/22102/task/22110/stat : 22110 (java) S 22100 22102 21381 0 -1 4202560 475 0 0 0 232 4 0 0 20 0 22 0 253318146 10060460032 916410 33554432000 1073741824 1073778376 140734909936592 140065931700904 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22102/tid=22111] ppid=22100 vsize=9824668 CPUtime=2.52 cores=0,2,4,6
/proc/22102/task/22111/stat : 22111 (java) S 22100 22102 21381 0 -1 4202560 309 0 0 0 249 3 0 0 20 0 22 0 253318146 10060460032 916410 33554432000 1073741824 1073778376 140734909936592 140065784937512 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22102/tid=22112] ppid=22100 vsize=9824668 CPUtime=2.19 cores=0,2,4,6
/proc/22102/task/22112/stat : 22112 (java) S 22100 22102 21381 0 -1 4202560 865 0 0 0 214 5 0 0 20 0 22 0 253318146 10060460032 916410 33554432000 1073741824 1073778376 140734909936592 140065783884712 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22102/tid=22113] ppid=22100 vsize=9824668 CPUtime=79.52 cores=0,2,4,6
/proc/22102/task/22113/stat : 22113 (java) S 22100 22102 21381 0 -1 4202560 3189 0 0 0 7930 22 0 0 20 0 22 0 253318147 10060460032 916410 33554432000 1073741824 1073778376 140734909936592 140065771686120 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22102/tid=22114] ppid=22100 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22102/task/22114/stat : 22114 (java) S 22100 22102 21381 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 253318148 10060460032 916410 33554432000 1073741824 1073778376 140734909936592 140065770632184 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22102/tid=22115] ppid=22100 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22102/task/22115/stat : 22115 (java) S 22100 22102 21381 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253318148 10060460032 916410 33554432000 1073741824 1073778376 140734909936592 140065769579784 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22102/tid=22116] ppid=22100 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22102/task/22116/stat : 22116 (java) S 22100 22102 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253318150 10060460032 916410 33554432000 1073741824 1073778376 140734909936592 140065768528272 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22102/tid=22117] ppid=22100 vsize=9824668 CPUtime=1.3 cores=0,2,4,6
/proc/22102/task/22117/stat : 22117 (java) S 22100 22102 21381 0 -1 4202560 12137 0 0 0 127 3 0 0 20 0 22 0 253318150 10060460032 916410 33554432000 1073741824 1073778376 140734909936592 140065767475896 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22102/tid=22118] ppid=22100 vsize=9824668 CPUtime=1.76 cores=0,2,4,6
/proc/22102/task/22118/stat : 22118 (java) S 22100 22102 21381 0 -1 4202560 12699 0 0 0 173 3 0 0 20 0 22 0 253318150 10060460032 916410 33554432000 1073741824 1073778376 140734909936592 140065766423096 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22102/tid=22119] ppid=22100 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22102/task/22119/stat : 22119 (java) S 22100 22102 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253318150 10060460032 916410 33554432000 1073741824 1073778376 140734909936592 140065765371000 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22102/tid=22120] ppid=22100 vsize=9824668 CPUtime=0.32 cores=0,2,4,6
/proc/22102/task/22120/stat : 22120 (java) S 22100 22102 21381 0 -1 4202560 54 0 0 0 14 18 0 0 20 0 22 0 253318150 10060460032 916410 33554432000 1073741824 1073778376 140734909936592 140065764318408 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22102/tid=22125] ppid=22100 vsize=9824668 CPUtime=846.66 cores=0,2,4,6
/proc/22102/task/22125/stat : 22125 (java) R 22100 22102 21381 0 -1 4202560 102 0 0 0 84652 14 0 0 20 0 22 0 253318204 10060460032 916410 33554432000 1073741824 1073778376 140734909936592 140065763261744 140065813354659 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22102/tid=22126] ppid=22100 vsize=9824668 CPUtime=846.6 cores=0,2,4,6
/proc/22102/task/22126/stat : 22126 (java) R 22100 22102 21381 0 -1 4202560 1230 0 0 0 84617 43 0 0 20 0 22 0 253318204 10060460032 916410 33554432000 1073741824 1073778376 140734909936592 140065762208016 140065813807485 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22102/tid=22128] ppid=22100 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22102/task/22128/stat : 22128 (java) S 22100 22102 21381 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253318205 10060460032 916410 33554432000 1073741824 1073778376 140734909936592 140065761158312 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22102/tid=22129] ppid=22100 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22102/task/22129/stat : 22129 (java) S 22100 22102 21381 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253318207 10060460032 916410 33554432000 1073741824 1073778376 140734909936592 140065760105512 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9824668

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

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

[startup+934.301 s]
/proc/loadavg: 4.04 3.79 2.47 5/220 22197
/proc/meminfo: memFree=23302040/32873660 swapFree=7108/7108
[pid=22102] ppid=22100 vsize=9824668 CPUtime=1800.01 cores=0,2,4,6
/proc/22102/stat : 22102 (java) S 22100 22102 21381 0 -1 4202496 37610 0 1 0 179890 111 0 0 20 0 22 0 253318145 10060460032 916410 33554432000 1073741824 1073778376 140734909936592 140734909927728 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22102/statm: 2456167 916410 2287 9 0 2446860 0
[pid=22102/tid=22103] ppid=22100 vsize=9824668 CPUtime=0.6 cores=0,2,4,6
/proc/22102/task/22103/stat : 22103 (java) S 22100 22102 21381 0 -1 4202560 2589 0 1 0 55 5 0 0 20 0 22 0 253318146 10060460032 916410 33554432000 1073741824 1073778376 140734909936592 140065947902968 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22102/tid=22105] ppid=22100 vsize=9824668 CPUtime=2.2 cores=0,2,4,6
/proc/22102/task/22105/stat : 22105 (java) S 22100 22102 21381 0 -1 4202560 361 0 0 0 216 4 0 0 20 0 22 0 253318146 10060460032 916410 33554432000 1073741824 1073778376 140734909936592 140065936963880 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22102/tid=22106] ppid=22100 vsize=9824668 CPUtime=2.29 cores=0,2,4,6
/proc/22102/task/22106/stat : 22106 (java) S 22100 22102 21381 0 -1 4202560 463 0 0 0 225 4 0 0 20 0 22 0 253318146 10060460032 916410 33554432000 1073741824 1073778376 140734909936592 140065935911080 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22102/tid=22107] ppid=22100 vsize=9824668 CPUtime=2.39 cores=0,2,4,6
/proc/22102/task/22107/stat : 22107 (java) S 22100 22102 21381 0 -1 4202560 576 0 0 0 234 5 0 0 20 0 22 0 253318146 10060460032 916410 33554432000 1073741824 1073778376 140734909936592 140065934858792 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22102/tid=22108] ppid=22100 vsize=9824668 CPUtime=2.72 cores=0,2,4,6
/proc/22102/task/22108/stat : 22108 (java) S 22100 22102 21381 0 -1 4202560 808 0 0 0 267 5 0 0 20 0 22 0 253318146 10060460032 916410 33554432000 1073741824 1073778376 140734909936592 140065933805992 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22102/tid=22109] ppid=22100 vsize=9824668 CPUtime=2.04 cores=0,2,4,6
/proc/22102/task/22109/stat : 22109 (java) S 22100 22102 21381 0 -1 4202560 565 0 0 0 199 5 0 0 20 0 22 0 253318146 10060460032 916410 33554432000 1073741824 1073778376 140734909936592 140065932753704 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22102/tid=22110] ppid=22100 vsize=9824668 CPUtime=2.36 cores=0,2,4,6
/proc/22102/task/22110/stat : 22110 (java) S 22100 22102 21381 0 -1 4202560 475 0 0 0 232 4 0 0 20 0 22 0 253318146 10060460032 916410 33554432000 1073741824 1073778376 140734909936592 140065931700904 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22102/tid=22111] ppid=22100 vsize=9824668 CPUtime=2.52 cores=0,2,4,6
/proc/22102/task/22111/stat : 22111 (java) S 22100 22102 21381 0 -1 4202560 309 0 0 0 249 3 0 0 20 0 22 0 253318146 10060460032 916410 33554432000 1073741824 1073778376 140734909936592 140065784937512 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22102/tid=22112] ppid=22100 vsize=9824668 CPUtime=2.19 cores=0,2,4,6
/proc/22102/task/22112/stat : 22112 (java) S 22100 22102 21381 0 -1 4202560 865 0 0 0 214 5 0 0 20 0 22 0 253318146 10060460032 916410 33554432000 1073741824 1073778376 140734909936592 140065783884712 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22102/tid=22113] ppid=22100 vsize=9824668 CPUtime=79.52 cores=0,2,4,6
/proc/22102/task/22113/stat : 22113 (java) S 22100 22102 21381 0 -1 4202560 3189 0 0 0 7930 22 0 0 20 0 22 0 253318147 10060460032 916410 33554432000 1073741824 1073778376 140734909936592 140065771686120 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22102/tid=22114] ppid=22100 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22102/task/22114/stat : 22114 (java) S 22100 22102 21381 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 253318148 10060460032 916410 33554432000 1073741824 1073778376 140734909936592 140065770632184 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22102/tid=22115] ppid=22100 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22102/task/22115/stat : 22115 (java) S 22100 22102 21381 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253318148 10060460032 916410 33554432000 1073741824 1073778376 140734909936592 140065769579784 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22102/tid=22116] ppid=22100 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22102/task/22116/stat : 22116 (java) S 22100 22102 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253318150 10060460032 916410 33554432000 1073741824 1073778376 140734909936592 140065768528272 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22102/tid=22117] ppid=22100 vsize=9824668 CPUtime=1.3 cores=0,2,4,6
/proc/22102/task/22117/stat : 22117 (java) S 22100 22102 21381 0 -1 4202560 12137 0 0 0 127 3 0 0 20 0 22 0 253318150 10060460032 916410 33554432000 1073741824 1073778376 140734909936592 140065767475896 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22102/tid=22118] ppid=22100 vsize=9824668 CPUtime=1.76 cores=0,2,4,6
/proc/22102/task/22118/stat : 22118 (java) S 22100 22102 21381 0 -1 4202560 12699 0 0 0 173 3 0 0 20 0 22 0 253318150 10060460032 916410 33554432000 1073741824 1073778376 140734909936592 140065766423096 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22102/tid=22119] ppid=22100 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22102/task/22119/stat : 22119 (java) S 22100 22102 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253318150 10060460032 916410 33554432000 1073741824 1073778376 140734909936592 140065765371000 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22102/tid=22120] ppid=22100 vsize=9824668 CPUtime=0.32 cores=0,2,4,6
/proc/22102/task/22120/stat : 22120 (java) S 22100 22102 21381 0 -1 4202560 54 0 0 0 14 18 0 0 20 0 22 0 253318150 10060460032 916410 33554432000 1073741824 1073778376 140734909936592 140065764318408 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22102/tid=22125] ppid=22100 vsize=9824668 CPUtime=846.66 cores=0,2,4,6
/proc/22102/task/22125/stat : 22125 (java) R 22100 22102 21381 0 -1 4202560 102 0 0 0 84652 14 0 0 20 0 22 0 253318204 10060460032 916410 33554432000 1073741824 1073778376 140734909936592 140065763261744 140065813354659 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22102/tid=22126] ppid=22100 vsize=9824668 CPUtime=846.6 cores=0,2,4,6
/proc/22102/task/22126/stat : 22126 (java) R 22100 22102 21381 0 -1 4202560 1230 0 0 0 84617 43 0 0 20 0 22 0 253318204 10060460032 916410 33554432000 1073741824 1073778376 140734909936592 140065762208016 140065813807485 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22102/tid=22128] ppid=22100 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22102/task/22128/stat : 22128 (java) S 22100 22102 21381 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253318205 10060460032 916410 33554432000 1073741824 1073778376 140734909936592 140065761158312 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22102/tid=22129] ppid=22100 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22102/task/22129/stat : 22129 (java) S 22100 22102 21381 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253318207 10060460032 916410 33554432000 1073741824 1073778376 140734909936592 140065760105512 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9824668

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 22102 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=290226
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=601756
# CPU time returned by wait4() is 1795.89
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 934.358
CPU time (s): 1800.01
CPU user time (s): 1798.9
CPU system time (s): 1.11
CPU usage (%): 192.647
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.29
system time used= 1.60176
maximum resident set size= 3665968
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37643
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1000
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25846
involuntary context switches= 30655

runsolver used 4.86926 second user time and 7.12592 second system time

The end

Launcher Data

Begin job on node117 at 2012-05-24 17:05:24
IDJOB=3687492
IDBENCH=1500
IDSOLVER=2268
FILE ID=node117/3687492-1337871924
RUNJOBID= node117-1337871880-21397
PBS_JOBID= 14620087
Free space on /tmp= 71624 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/www.ps.uni-sb.de/~walser/benchmarks/ppp-problems/normalized-ppp:1-11,19,21.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687492-1337871924/watcher-3687492-1337871924 -o /tmp/evaluation-result-3687492-1337871924/solver-3687492-1337871924 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3687492-1337871924.opb

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

MD5SUM BENCH= d484bc8efed557f17788965b19feafe5
RANDOM SEED=1669505031

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.95
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873660 kB
MemFree:        29468304 kB
Buffers:          214084 kB
Cached:          2284388 kB
SwapCached:            0 kB
Active:           517068 kB
Inactive:        2107396 kB
Active(anon):     128564 kB
Inactive(anon):        0 kB
Active(file):     388504 kB
Inactive(file):  2107396 kB
Unevictable:        7108 kB
Mlocked:            7108 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              3116 kB
Writeback:             0 kB
AnonPages:         41268 kB
Mapped:            22236 kB
Shmem:               200 kB
Slab:             639044 kB
SReclaimable:      82432 kB
SUnreclaim:       556612 kB
KernelStack:        1400 kB
PageTables:         4216 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545684 kB
Committed_AS:     694388 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71624 MiB
End job on node117 at 2012-05-24 17:21:00