Trace number 4117370

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 PB 2.3.6 Resolution PB16? (TO) 1800.03 1796.34

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/
EmployeeScheduling/normalized-sep4.5.opb
MD5SUM1622df9aaccf800bf3d8a8230db1e870
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark3.68344
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9324
Total number of constraints28660
Number of constraints which are clauses26658
Number of constraints which are cardinality constraints (but not clauses)238
Number of constraints which are nor clauses,nor cardinality constraints1764
Minimum length of a constraint2
Maximum length of a constraint240
Number of terms in the objective function 26
Biggest coefficient in the objective function 200
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 2110
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 200
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 2110
Number of bits of the biggest sum of numbers12
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-2013 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.08	c version PB16.v20160501
0.00/0.08	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 --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4117370-1467210900.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  objective function found
1.07/0.55	c ... done. Wall clock time 0.447s.
1.07/0.55	c declared #vars     9324
1.07/0.55	c #constraints  28660
1.07/0.55	c constraints type 
1.07/0.55	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 10670
1.07/0.55	c org.sat4j.minisat.constraints.card.MinWatchCard => 294
1.07/0.55	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 15988
1.07/0.55	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1708
1.07/0.55	c 28660 constraints processed.
1.07/0.55	c objective function length is 26 literals
1.84/0.94	c cleaning 2502 clauses out of 5005 with flag 12257/5005
2.36/1.29	c cleaning 4239 clauses out of 8498 with flag 26015/11000
3.24/1.60	c cleaning 5613 clauses out of 11260 with flag 45312/18001
3.85/1.95	c cleaning 6805 clauses out of 13650 with flag 64180/26004
4.53/2.56	c cleaning 7904 clauses out of 15841 with flag 83946/35000
5.44/3.41	c cleaning 8955 clauses out of 17937 with flag 106653/45000
6.66/4.68	c cleaning 9974 clauses out of 19982 with flag 132062/56000
7.96/5.96	c cleaning 10986 clauses out of 22009 with flag 159811/68001
9.56/7.54	c cleaning 11998 clauses out of 24025 with flag 188759/81003
11.36/9.35	c cleaning 12999 clauses out of 26024 with flag 220749/95000
13.46/11.49	c cleaning 13995 clauses out of 28025 with flag 254740/110000
15.96/13.95	c cleaning 14993 clauses out of 30030 with flag 290997/126000
18.86/16.84	c cleaning 16000 clauses out of 32037 with flag 328951/143000
22.26/20.25	c cleaning 17004 clauses out of 34037 with flag 369074/161000
25.66/23.66	c cleaning 18003 clauses out of 36033 with flag 412345/180000
29.26/27.23	c cleaning 19012 clauses out of 38031 with flag 458585/200001
30.96/28.90	c cleaning 20009 clauses out of 40022 with flag 511131/221004
32.77/30.77	c cleaning 21000 clauses out of 42010 with flag 561064/243001
35.27/33.24	c cleaning 21998 clauses out of 44009 with flag 612097/266000
38.22/36.12	c cleaning 23003 clauses out of 46016 with flag 673401/290005
41.73/39.63	c cleaning 23997 clauses out of 48008 with flag 723406/315000
45.13/43.01	c cleaning 25001 clauses out of 50013 with flag 775414/341002
48.33/46.22	c cleaning 26003 clauses out of 52010 with flag 829410/368000
52.32/50.30	c cleaning 27001 clauses out of 54007 with flag 885436/396000
58.03/55.90	c cleaning 28000 clauses out of 56006 with flag 958139/425000
64.34/62.28	c cleaning 29003 clauses out of 58007 with flag 1028212/455001
70.24/68.11	c cleaning 29999 clauses out of 60006 with flag 1101155/486003
75.48/73.35	c cleaning 30994 clauses out of 62004 with flag 1170355/518000
81.98/79.85	c cleaning 32004 clauses out of 64013 with flag 1246808/551003
89.28/87.17	c cleaning 33000 clauses out of 66008 with flag 1314806/585002
97.38/95.21	c cleaning 34002 clauses out of 68007 with flag 1384804/620001
105.88/103.77	c cleaning 34999 clauses out of 70007 with flag 1456808/656003
115.18/113.06	c cleaning 35996 clauses out of 72005 with flag 1530802/693000
124.77/122.62	c cleaning 37005 clauses out of 74012 with flag 1606808/731003
134.22/132.01	c cleaning 37993 clauses out of 76005 with flag 1699005/770001
144.62/142.40	c cleaning 39007 clauses out of 78019 with flag 1789934/810008
155.22/153.04	c cleaning 40001 clauses out of 80005 with flag 1873064/851001
170.02/167.82	c cleaning 40996 clauses out of 82004 with flag 1959007/893001
185.02/182.89	c cleaning 41998 clauses out of 84010 with flag 2045185/936003
202.39/200.14	c cleaning 43003 clauses out of 86010 with flag 2133181/980001
218.49/216.27	c cleaning 43995 clauses out of 88006 with flag 2227810/1025000
232.89/230.63	c cleaning 45005 clauses out of 90015 with flag 2342890/1071004
247.99/245.78	c cleaning 46000 clauses out of 92008 with flag 2459510/1118002
267.49/265.22	c cleaning 46998 clauses out of 94007 with flag 2564565/1166001
286.49/284.13	c cleaning 48003 clauses out of 96008 with flag 2662563/1215000
309.80/307.43	c cleaning 48997 clauses out of 98005 with flag 2762563/1265000
333.70/331.35	c cleaning 49999 clauses out of 100009 with flag 2864565/1316001
359.41/357.03	c cleaning 51001 clauses out of 102010 with flag 2968565/1368001
383.22/380.76	c cleaning 51992 clauses out of 104008 with flag 3074563/1421000
409.22/406.80	c cleaning 53007 clauses out of 106019 with flag 3182569/1475003
443.22/440.79	c cleaning 53996 clauses out of 108009 with flag 3292603/1530000
466.52/464.07	c cleaning 55002 clauses out of 110014 with flag 3432334/1586001
490.51/487.93	c cleaning 56006 clauses out of 112013 with flag 3572109/1643002
514.02/511.49	c cleaning 57002 clauses out of 114008 with flag 3717607/1701003
537.22/534.70	c cleaning 57998 clauses out of 116003 with flag 3856932/1760000
564.30/561.60	c cleaning 58996 clauses out of 118005 with flag 3981645/1820000
594.10/591.44	c cleaning 60000 clauses out of 120009 with flag 4103645/1881000
627.80/625.17	c cleaning 61004 clauses out of 122009 with flag 4227645/1943000
658.11/655.47	c cleaning 61991 clauses out of 124006 with flag 4353647/2006001
684.93/682.14	c cleaning 63005 clauses out of 126014 with flag 4481645/2070000
712.73/709.94	c cleaning 64003 clauses out of 128011 with flag 4611649/2135002
745.25/742.47	c cleaning 65002 clauses out of 130007 with flag 4749011/2201001
776.70/773.75	c cleaning 65998 clauses out of 132006 with flag 4914638/2268002
810.09/807.10	c cleaning 66999 clauses out of 134007 with flag 5068621/2336001
849.72/846.62	c cleaning 67999 clauses out of 136010 with flag 5215273/2405003
893.13/890.06	c cleaning 69000 clauses out of 138008 with flag 5372772/2475000
935.94/932.82	c cleaning 69997 clauses out of 140010 with flag 5545419/2546002
984.97/981.89	c cleaning 71004 clauses out of 142014 with flag 5705445/2618003
1027.58/1024.45	c cleaning 71999 clauses out of 144007 with flag 5884371/2691000
1088.23/1085.07	c cleaning 72999 clauses out of 146008 with flag 6046528/2765000
1132.84/1129.65	c cleaning 74000 clauses out of 148009 with flag 6196528/2840000
1183.45/1180.26	c cleaning 75002 clauses out of 150009 with flag 6348528/2916000
1241.24/1237.95	c cleaning 75996 clauses out of 152010 with flag 6502534/2993003
1299.85/1296.56	c cleaning 77002 clauses out of 154011 with flag 6658528/3071000
1362.57/1359.18	c cleaning 78000 clauses out of 156009 with flag 6816528/3150000
1425.38/1421.96	c cleaning 79002 clauses out of 158010 with flag 6985993/3230001
1483.81/1480.26	c cleaning 80003 clauses out of 160009 with flag 7181608/3311002
1535.52/1531.91	c cleaning 81001 clauses out of 162004 with flag 7381985/3393000
1590.70/1587.02	c cleaning 81997 clauses out of 164003 with flag 7589290/3476000
1671.58/1667.96	c cleaning 82996 clauses out of 166006 with flag 7762026/3560000
1790.81/1787.13	c cleaning 83999 clauses out of 168010 with flag 7932026/3645000
1800.03/1796.31	c starts		: 19235
1800.03/1796.31	c conflicts		: 3652348
1800.03/1796.31	c decisions		: 5088285
1800.03/1796.31	c propagations		: 265745944
1800.03/1796.31	c inspects		: 35021248158
1800.03/1796.31	c shortcuts		: 0
1800.03/1796.31	c learnt literals	: 0
1800.03/1796.31	c learnt binary clauses	: 43
1800.03/1796.31	c learnt ternary clauses	: 68
1800.03/1796.31	c learnt constraints	: 3652348
1800.03/1796.31	c ignored constraints	: 0
1800.03/1796.31	c root simplifications	: 0
1800.03/1796.31	c removed literals (reason simplification)	: 0
1800.03/1796.31	c reason swapping (by a shorter reason)	: 0
1800.03/1796.31	c Calls to reduceDB	: 81
1800.03/1796.31	c Number of update (reduction) of LBD	: 183654
1800.03/1796.31	c Imported unit clauses	: 0
1800.03/1796.31	c number of reductions to clauses (during analyze)	: 0
1800.03/1796.31	c number of learned constraints concerned by reduction	: 0
1800.03/1796.31	c number of learning phase by resolution	: 0
1800.03/1796.31	c number of learning phase by cutting planes	: 0
1800.03/1796.31	c speed (assignments/second)	: 147985.9646465462
1800.03/1796.31	c non guided choices	31398
1800.03/1796.31	c timeout
1800.03/1796.33	c learnt constraints type 
1800.03/1796.33	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 43
1800.03/1796.33	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 91317
1800.03/1796.33	s UNKNOWN
1800.03/1796.33	c Total wall clock time (in seconds): 1796.232

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4117370-1467210900/watcher-4117370-1467210900 -o /tmp/evaluation-result-4117370-1467210900/solver-4117370-1467210900 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1467208989-4835 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4117370-1467210900.opb 

pid=5055
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.20 2.19 2.11 4/195 5058
/proc/meminfo: memFree=27330124/32872528 swapFree=1483896/1661724
[pid=5058] ppid=5055 vsize=96272 CPUtime=0 cores=1,3,5,7
/proc/5058/stat : 5058 (java) S 5055 5058 4818 0 -1 4202496 1360 0 0 0 0 0 0 0 20 0 2 0 2042543 98582528 985 33554432000 1073741824 1073778376 140733758927600 140733758918736 273909055549 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5058/statm: 24068 985 750 9 0 16774 0
[pid=5058/tid=5059] ppid=5055 vsize=96268 CPUtime=0 cores=1,3,5,7
/proc/5058/task/5059/stat : 5059 (java) D 5055 5058 4818 0 -1 4202560 142 0 0 0 0 0 0 0 20 0 2 0 2042544 98578432 989 33554432000 1073741824 1073778376 140733758927600 140274110628536 273896533287 0 0 0 16784584 18446744072100756772 0 0 -1 3 0 0 0 0 0

[startup+0.100059 s]
/proc/loadavg: 2.20 2.19 2.11 4/195 5058
/proc/meminfo: memFree=27330124/32872528 swapFree=1483896/1661724
[pid=5058] ppid=5055 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/5058/stat : 5058 (java) S 5055 5058 4818 0 -1 4202496 4541 0 1 0 11 0 0 0 20 0 18 0 2042543 9787879424 5663 33554432000 1073741824 1073778376 140733758927600 140733758918736 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5058/statm: 2389619 5663 2157 9 0 2380296 0
[pid=5058/tid=5059] ppid=5055 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/5058/task/5059/stat : 5059 (java) R 5055 5058 4818 0 -1 4202560 2432 0 1 0 7 0 0 0 20 0 18 0 2042544 9787879424 5663 33554432000 1073741824 1073778376 140733758927600 140274110630816 273909081357 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200275 s]
/proc/loadavg: 2.20 2.19 2.11 4/195 5058
/proc/meminfo: memFree=27330124/32872528 swapFree=1483896/1661724
[pid=5058] ppid=5055 vsize=9558476 CPUtime=0.32 cores=1,3,5,7
/proc/5058/stat : 5058 (java) S 5055 5058 4818 0 -1 4202496 6682 0 1 0 31 1 0 0 20 0 18 0 2042543 9787879424 8140 33554432000 1073741824 1073778376 140733758927600 140733758918736 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5058/statm: 2389619 8140 2217 9 0 2380296 0
[pid=5058/tid=5059] ppid=5055 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/5058/task/5059/stat : 5059 (java) R 5055 5058 4818 0 -1 4202560 2453 0 1 0 17 0 0 0 20 0 18 0 2042544 9787879424 8140 33554432000 1073741824 1073778376 140733758927600 140274110630816 140274113917847 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 9558476

[startup+0.300276 s]
/proc/loadavg: 2.20 2.19 2.11 4/195 5058
/proc/meminfo: memFree=27330124/32872528 swapFree=1483896/1661724
[pid=5058] ppid=5055 vsize=9558476 CPUtime=0.61 cores=1,3,5,7
/proc/5058/stat : 5058 (java) S 5055 5058 4818 0 -1 4202496 9505 0 1 0 59 2 0 0 20 0 18 0 2042543 9787879424 16081 33554432000 1073741824 1073778376 140733758927600 140733758918736 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5058/statm: 2389619 16081 2235 9 0 2380296 0
[pid=5058/tid=5059] ppid=5055 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/5058/task/5059/stat : 5059 (java) R 5055 5058 4818 0 -1 4202560 2489 0 1 0 27 0 0 0 20 0 18 0 2042544 9787879424 16081 33554432000 1073741824 1073778376 140733758927600 140274110630368 140273983101294 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 9558476

[startup+0.700226 s]
/proc/loadavg: 2.20 2.19 2.11 4/195 5058
/proc/meminfo: memFree=27330124/32872528 swapFree=1483896/1661724
[pid=5058] ppid=5055 vsize=9625040 CPUtime=1.55 cores=1,3,5,7
/proc/5058/stat : 5058 (java) S 5055 5058 4818 0 -1 4202496 11685 0 1 0 152 3 0 0 20 0 19 0 2042543 9856040960 34194 33554432000 1073741824 1073778376 140733758927600 140733758918736 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5058/statm: 2406260 34194 2264 9 0 2396937 0
[pid=5058/tid=5059] ppid=5055 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/5058/task/5059/stat : 5059 (java) R 5055 5058 4818 0 -1 4202560 2535 0 1 0 65 2 0 0 20 0 19 0 2042544 9856040960 34194 33554432000 1073741824 1073778376 140733758927600 140274110631896 140273983180421 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.55
Current children cumulated vsize (KiB) 9625040

[startup+1.5009 s]
/proc/loadavg: 2.20 2.19 2.11 3/215 5078
/proc/meminfo: memFree=27080308/32872528 swapFree=1483896/1661724
[pid=5058] ppid=5055 vsize=9625040 CPUtime=3.04 cores=1,3,5,7
/proc/5058/stat : 5058 (java) S 5055 5058 4818 0 -1 4202496 16535 0 1 0 300 4 0 0 20 0 19 0 2042543 9856040960 39439 33554432000 1073741824 1073778376 140733758927600 140733758918736 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5058/statm: 2406260 39439 2273 9 0 2396937 0
[pid=5058/tid=5059] ppid=5055 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/5058/task/5059/stat : 5059 (java) R 5055 5058 4818 0 -1 4202560 2540 0 1 0 145 2 0 0 20 0 19 0 2042544 9856040960 39439 33554432000 1073741824 1073778376 140733758927600 140274110632328 140273983814871 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=5058/tid=5061] ppid=5055 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5058/task/5061/stat : 5061 (java) S 5055 5058 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2042544 9856040960 39439 33554432000 1073741824 1073778376 140733758927600 140273954548520 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5058/tid=5062] ppid=5055 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5058/task/5062/stat : 5062 (java) S 5055 5058 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2042544 9856040960 39439 33554432000 1073741824 1073778376 140733758927600 140273953495720 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5058/tid=5063] ppid=5055 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5058/task/5063/stat : 5063 (java) S 5055 5058 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2042544 9856040960 39439 33554432000 1073741824 1073778376 140733758927600 140273952443432 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5058/tid=5064] ppid=5055 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5058/task/5064/stat : 5064 (java) S 5055 5058 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2042544 9856040960 39439 33554432000 1073741824 1073778376 140733758927600 140273951390632 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5058/tid=5065] ppid=5055 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5058/task/5065/stat : 5065 (java) S 5055 5058 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2042544 9856040960 39439 33554432000 1073741824 1073778376 140733758927600 140273950337320 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5058/tid=5066] ppid=5055 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5058/task/5066/stat : 5066 (java) S 5055 5058 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2042544 9856040960 39439 33554432000 1073741824 1073778376 140733758927600 140273949284520 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5058/tid=5067] ppid=5055 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5058/task/5067/stat : 5067 (java) S 5055 5058 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2042544 9856040960 39439 33554432000 1073741824 1073778376 140733758927600 140273948232232 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5058/tid=5068] ppid=5055 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5058/task/5068/stat : 5068 (java) S 5055 5058 4818 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2042544 9856040960 39439 33554432000 1073741824 1073778376 140733758927600 140273947179432 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5058/tid=5069] ppid=5055 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5058/task/5069/stat : 5069 (java) S 5055 5058 4818 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 2042546 9856040960 39439 33554432000 1073741824 1073778376 140733758927600 140273934768872 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5058/tid=5070] ppid=5055 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5058/task/5070/stat : 5070 (java) S 5055 5058 4818 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 2042546 9856040960 39439 33554432000 1073741824 1073778376 140733758927600 140273933714936 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5058/tid=5071] ppid=5055 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5058/task/5071/stat : 5071 (java) S 5055 5058 4818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2042546 9856040960 39439 33554432000 1073741824 1073778376 140733758927600 140273932662536 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5058/tid=5072] ppid=5055 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5058/task/5072/stat : 5072 (java) S 5055 5058 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2042548 9856040960 39439 33554432000 1073741824 1073778376 140733758927600 140273931611024 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5058/tid=5073] ppid=5055 vsize=9625040 CPUtime=0.84 cores=1,3,5,7
/proc/5058/task/5073/stat : 5073 (java) R 5055 5058 4818 0 -1 4202560 7849 0 0 0 82 2 0 0 20 0 19 0 2042548 9856040960 39439 33554432000 1073741824 1073778376 140733758927600 140273930545152 140274114724202 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=5058/tid=5074] ppid=5055 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/5058/task/5074/stat : 5074 (java) S 5055 5058 4818 0 -1 4202560 4874 0 0 0 69 0 0 0 20 0 19 0 2042548 9856040960 39439 33554432000 1073741824 1073778376 140733758927600 140273929504824 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5058/tid=5075] ppid=5055 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5058/task/5075/stat : 5075 (java) S 5055 5058 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2042548 9856040960 39439 33554432000 1073741824 1073778376 140733758927600 140273928452728 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5058/tid=5076] ppid=5055 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5058/task/5076/stat : 5076 (java) S 5055 5058 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2042548 9856040960 39439 33554432000 1073741824 1073778376 140733758927600 140273927400136 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5058/tid=5078] ppid=5055 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5058/task/5078/stat : 5078 (java) S 5055 5058 4818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2042600 9856040960 39439 33554432000 1073741824 1073778376 140733758927600 140273926346152 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 9625040

[startup+3.10082 s]
/proc/loadavg: 2.20 2.19 2.11 4/215 5078
/proc/meminfo: memFree=27030996/32872528 swapFree=1483896/1661724
[pid=5058] ppid=5055 vsize=9625040 CPUtime=5.13 cores=1,3,5,7
/proc/5058/stat : 5058 (java) S 5055 5058 4818 0 -1 4202496 20021 0 1 0 508 5 0 0 20 0 19 0 2042543 9856040960 43669 33554432000 1073741824 1073778376 140733758927600 140733758918736 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5058/statm: 2406260 43669 2273 9 0 2396937 0
[pid=5058/tid=5059] ppid=5055 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/5058/task/5059/stat : 5059 (java) R 5055 5058 4818 0 -1 4202560 2548 0 1 0 305 2 0 0 20 0 19 0 2042544 9856040960 43669 33554432000 1073741824 1073778376 140733758927600 140274110632288 140273983698592 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=5058/tid=5061] ppid=5055 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5058/task/5061/stat : 5061 (java) S 5055 5058 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2042544 9856040960 43669 33554432000 1073741824 1073778376 140733758927600 140273954548520 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5058/tid=5062] ppid=5055 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5058/task/5062/stat : 5062 (java) S 5055 5058 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2042544 9856040960 43669 33554432000 1073741824 1073778376 140733758927600 140273953495720 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5058/tid=5063] ppid=5055 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5058/task/5063/stat : 5063 (java) S 5055 5058 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2042544 9856040960 43669 33554432000 1073741824 1073778376 140733758927600 140273952443432 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5058/tid=5064] ppid=5055 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5058/task/5064/stat : 5064 (java) S 5055 5058 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2042544 9856040960 43669 33554432000 1073741824 1073778376 140733758927600 140273951390632 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5058/tid=5065] ppid=5055 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5058/task/5065/stat : 5065 (java) S 5055 5058 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2042544 9856040960 43669 33554432000 1073741824 1073778376 140733758927600 140273950337320 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5058/tid=5066] ppid=5055 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5058/task/5066/stat : 5066 (java) S 5055 5058 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2042544 9856040960 43669 33554432000 1073741824 1073778376 140733758927600 140273949284520 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5058/tid=5067] ppid=5055 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5058/task/5067/stat : 5067 (java) S 5055 5058 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2042544 9856040960 43669 33554432000 1073741824 1073778376 140733758927600 140273948232232 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5058/tid=5068] ppid=5055 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5058/task/5068/stat : 5068 (java) S 5055 5058 4818 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2042544 9856040960 43669 33554432000 1073741824 1073778376 140733758927600 140273947179432 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5058/tid=5069] ppid=5055 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5058/task/5069/stat : 5069 (java) S 5055 5058 4818 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 2042546 9856040960 43669 33554432000 1073741824 1073778376 140733758927600 140273934768872 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5058/tid=5070] ppid=5055 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5058/task/5070/stat : 5070 (java) S 5055 5058 4818 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 2042546 9856040960 43669 33554432000 1073741824 1073778376 140733758927600 140273933714936 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5058/tid=5071] ppid=5055 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5058/task/5071/stat : 5071 (java) S 5055 5058 4818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2042546 9856040960 43669 33554432000 1073741824 1073778376 140733758927600 140273932662536 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5058/tid=5072] ppid=5055 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5058/task/5072/stat : 5072 (java) S 5055 5058 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2042548 9856040960 43669 33554432000 1073741824 1073778376 140733758927600 140273931611024 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5058/tid=5073] ppid=5055 vsize=9625040 CPUtime=1.29 cores=1,3,5,7
/proc/5058/task/5073/stat : 5073 (java) S 5055 5058 4818 0 -1 4202560 11327 0 0 0 126 3 0 0 20 0 19 0 2042548 9856040960 43669 33554432000 1073741824 1073778376 140733758927600 140273930557624 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5058/tid=5074] ppid=5055 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/5058/task/5074/stat : 5074 (java) S 5055 5058 4818 0 -1 4202560 4874 0 0 0 72 0 0 0 20 0 19 0 2042548 9856040960 43669 33554432000 1073741824 1073778376 140733758927600 140273929504824 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5058/tid=5075] ppid=5055 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5058/task/5075/stat : 5075 (java) S 5055 5058 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2042548 9856040960 43669 33554432000 1073741824 1073778376 140733758927600 140273928452728 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5058/tid=5076] ppid=5055 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5058/task/5076/stat : 5076 (java) S 5055 5058 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2042548 9856040960 43669 33554432000 1073741824 1073778376 140733758927600 140273927400136 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5058/tid=5078] ppid=5055 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5058/task/5078/stat : 5078 (java) S 5055 5058 4818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2042600 9856040960 43669 33554432000 1073741824 1073778376 140733758927600 140273926346152 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 5.13
Current children cumulated vsize (KiB) 9625040

[startup+6.30089 s]
/proc/loadavg: 2.26 2.20 2.11 4/215 5078
/proc/meminfo: memFree=26989848/32872528 swapFree=1483896/1661724
[pid=5058] ppid=5055 vsize=9625040 CPUtime=8.36 cores=1,3,5,7
/proc/5058/stat : 5058 (java) S 5055 5058 4818 0 -1 4202496 20058 0 1 0 831 5 0 0 20 0 19 0 2042543 9856040960 47505 33554432000 1073741824 1073778376 140733758927600 140733758918736 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5058/statm: 2406260 47505 2286 9 0 2396937 0
[pid=5058/tid=5059] ppid=5055 vsize=9625040 CPUtime=6.25 cores=1,3,5,7
/proc/5058/task/5059/stat : 5059 (java) R 5055 5058 4818 0 -1 4202560 2556 0 1 0 623 2 0 0 20 0 19 0 2042544 9856040960 47505 33554432000 1073741824 1073778376 140733758927600 140274110623376 140273983788813 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=5058/tid=5061] ppid=5055 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5058/task/5061/stat : 5061 (java) S 5055 5058 4818 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 2042544 9856040960 47505 33554432000 1073741824 1073778376 140733758927600 140273954548520 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5058/tid=5062] ppid=5055 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5058/task/5062/stat : 5062 (java) S 5055 5058 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2042544 9856040960 47505 33554432000 1073741824 1073778376 140733758927600 140273953495720 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5058/tid=5063] ppid=5055 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5058/task/5063/stat : 5063 (java) S 5055 5058 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2042544 9856040960 47505 33554432000 1073741824 1073778376 140733758927600 140273952443432 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5058/tid=5064] ppid=5055 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5058/task/5064/stat : 5064 (java) S 5055 5058 4818 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 2042544 9856040960 47505 33554432000 1073741824 1073778376 140733758927600 140273951390632 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5058/tid=5065] ppid=5055 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5058/task/5065/stat : 5065 (java) S 5055 5058 4818 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2042544 9856040960 47505 33554432000 1073741824 1073778376 140733758927600 140273950337320 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5058/tid=5066] ppid=5055 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5058/task/5066/stat : 5066 (java) S 5055 5058 4818 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2042544 9856040960 47505 33554432000 1073741824 1073778376 140733758927600 140273949284520 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5058/tid=5067] ppid=5055 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5058/task/5067/stat : 5067 (java) S 5055 5058 4818 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2042544 9856040960 47505 33554432000 1073741824 1073778376 140733758927600 140273948232232 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5058/tid=5068] ppid=5055 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5058/task/5068/stat : 5068 (java) S 5055 5058 4818 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2042544 9856040960 47505 33554432000 1073741824 1073778376 140733758927600 140273947179432 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5058/tid=5069] ppid=5055 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5058/task/5069/stat : 5069 (java) S 5055 5058 4818 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 2042546 9856040960 47505 33554432000 1073741824 1073778376 140733758927600 140273934768872 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5058/tid=5070] ppid=5055 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5058/task/5070/stat : 5070 (java) S 5055 5058 4818 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 2042546 9856040960 47505 33554432000 1073741824 1073778376 140733758927600 140273933714936 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5058/tid=5071] ppid=5055 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5058/task/5071/stat : 5071 (java) S 5055 5058 4818 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 2042546 9856040960 47505 33554432000 1073741824 1073778376 140733758927600 140273932662536 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5058/tid=5072] ppid=5055 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5058/task/5072/stat : 5072 (java) S 5055 5058 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2042548 9856040960 47505 33554432000 1073741824 1073778376 140733758927600 140273931611024 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5058/tid=5073] ppid=5055 vsize=9625040 CPUtime=1.29 cores=1,3,5,7
/proc/5058/task/5073/stat : 5073 (java) S 5055 5058 4818 0 -1 4202560 11327 0 0 0 126 3 0 0 20 0 19 0 2042548 9856040960 47505 33554432000 1073741824 1073778376 140733758927600 140273930557624 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5058/tid=5074] ppid=5055 vsize=9625040 CPUtime=0.72 cores=1,3,5,7

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

/proc/5058/task/5078/stat : 5078 (java) S 5055 5058 4818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2042600 9856040960 107658 33554432000 1073741824 1073778376 140733758927600 140273926346152 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1726.03
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.27 2.26 2.20 3/215 5145
/proc/meminfo: memFree=26549988/32872528 swapFree=1483896/1661724
[pid=5058] ppid=5055 vsize=9625040 CPUtime=1786.02 cores=1,3,5,7
/proc/5058/stat : 5058 (java) S 5055 5058 4818 0 -1 4202496 22688 0 1 0 178542 60 0 0 20 0 19 0 2042543 9856040960 107658 33554432000 1073741824 1073778376 140733758927600 140733758918736 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5058/statm: 2406260 107658 2287 9 0 2396937 0
[pid=5058/tid=5059] ppid=5055 vsize=9625040 CPUtime=1776.96 cores=1,3,5,7
/proc/5058/task/5059/stat : 5059 (java) R 5055 5058 4818 0 -1 4202560 2574 0 1 0 177667 29 0 0 20 0 19 0 2042544 9856040960 107658 33554432000 1073741824 1073778376 140733758927600 140274110631152 140273983779965 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=5058/tid=5061] ppid=5055 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/5058/task/5061/stat : 5061 (java) S 5055 5058 4818 0 -1 4202560 378 0 0 0 24 3 0 0 20 0 19 0 2042544 9856040960 107658 33554432000 1073741824 1073778376 140733758927600 140273954548520 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5058/tid=5062] ppid=5055 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/5058/task/5062/stat : 5062 (java) S 5055 5058 4818 0 -1 4202560 266 0 0 0 18 2 0 0 20 0 19 0 2042544 9856040960 107658 33554432000 1073741824 1073778376 140733758927600 140273953495720 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5058/tid=5063] ppid=5055 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/5058/task/5063/stat : 5063 (java) S 5055 5058 4818 0 -1 4202560 329 0 0 0 21 3 0 0 20 0 19 0 2042544 9856040960 107658 33554432000 1073741824 1073778376 140733758927600 140273952443432 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5058/tid=5064] ppid=5055 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/5058/task/5064/stat : 5064 (java) S 5055 5058 4818 0 -1 4202560 395 0 0 0 21 3 0 0 20 0 19 0 2042544 9856040960 107658 33554432000 1073741824 1073778376 140733758927600 140273951390632 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5058/tid=5065] ppid=5055 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/5058/task/5065/stat : 5065 (java) S 5055 5058 4818 0 -1 4202560 208 0 0 0 20 4 0 0 20 0 19 0 2042544 9856040960 107658 33554432000 1073741824 1073778376 140733758927600 140273950337320 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5058/tid=5066] ppid=5055 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/5058/task/5066/stat : 5066 (java) S 5055 5058 4818 0 -1 4202560 281 0 0 0 21 4 0 0 20 0 19 0 2042544 9856040960 107658 33554432000 1073741824 1073778376 140733758927600 140273949284520 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5058/tid=5067] ppid=5055 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/5058/task/5067/stat : 5067 (java) S 5055 5058 4818 0 -1 4202560 437 0 0 0 25 4 0 0 20 0 19 0 2042544 9856040960 107658 33554432000 1073741824 1073778376 140733758927600 140273948232232 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5058/tid=5068] ppid=5055 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/5058/task/5068/stat : 5068 (java) S 5055 5058 4818 0 -1 4202560 180 0 0 0 21 4 0 0 20 0 19 0 2042544 9856040960 107658 33554432000 1073741824 1073778376 140733758927600 140273947179432 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5058/tid=5069] ppid=5055 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/5058/task/5069/stat : 5069 (java) S 5055 5058 4818 0 -1 4202560 66 0 0 0 1 1 0 0 20 0 19 0 2042546 9856040960 107658 33554432000 1073741824 1073778376 140733758927600 140273934768872 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5058/tid=5070] ppid=5055 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5058/task/5070/stat : 5070 (java) S 5055 5058 4818 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 2042546 9856040960 107658 33554432000 1073741824 1073778376 140733758927600 140273933714936 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5058/tid=5071] ppid=5055 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5058/task/5071/stat : 5071 (java) S 5055 5058 4818 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 2042546 9856040960 107658 33554432000 1073741824 1073778376 140733758927600 140273932662536 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5058/tid=5072] ppid=5055 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5058/task/5072/stat : 5072 (java) S 5055 5058 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2042548 9856040960 107658 33554432000 1073741824 1073778376 140733758927600 140273931611024 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5058/tid=5073] ppid=5055 vsize=9625040 CPUtime=1.32 cores=1,3,5,7
/proc/5058/task/5073/stat : 5073 (java) S 5055 5058 4818 0 -1 4202560 11337 0 0 0 129 3 0 0 20 0 19 0 2042548 9856040960 107658 33554432000 1073741824 1073778376 140733758927600 140273930557624 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5058/tid=5074] ppid=5055 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/5058/task/5074/stat : 5074 (java) S 5055 5058 4818 0 -1 4202560 4877 0 0 0 73 0 0 0 20 0 19 0 2042548 9856040960 107658 33554432000 1073741824 1073778376 140733758927600 140273929504824 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5058/tid=5075] ppid=5055 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5058/task/5075/stat : 5075 (java) S 5055 5058 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2042548 9856040960 107658 33554432000 1073741824 1073778376 140733758927600 140273928452728 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5058/tid=5076] ppid=5055 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/5058/task/5076/stat : 5076 (java) S 5055 5058 4818 0 -1 4202560 103 0 0 0 29 39 0 0 20 0 19 0 2042548 9856040960 107658 33554432000 1073741824 1073778376 140733758927600 140273927400136 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5058/tid=5078] ppid=5055 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5058/task/5078/stat : 5078 (java) S 5055 5058 4818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2042600 9856040960 107658 33554432000 1073741824 1073778376 140733758927600 140273926346152 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1786.02
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.3 s]
/proc/loadavg: 2.21 2.24 2.19 5/214 5210
/proc/meminfo: memFree=26875832/32872528 swapFree=1483896/1661724
[pid=5058] ppid=5055 vsize=9625040 CPUtime=1800.03 cores=1,3,5,7
/proc/5058/stat : 5058 (java) S 5055 5058 4818 0 -1 4202496 22688 0 1 0 179942 61 0 0 20 0 19 0 2042543 9856040960 107658 33554432000 1073741824 1073778376 140733758927600 140733758918736 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5058/statm: 2406260 107658 2287 9 0 2396937 0
[pid=5058/tid=5059] ppid=5055 vsize=9625040 CPUtime=1790.92 cores=1,3,5,7
/proc/5058/task/5059/stat : 5059 (java) R 5055 5058 4818 0 -1 4202560 2574 0 1 0 179063 29 0 0 20 0 19 0 2042544 9856040960 107658 33554432000 1073741824 1073778376 140733758927600 140274110623472 140273983779965 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=5058/tid=5061] ppid=5055 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/5058/task/5061/stat : 5061 (java) S 5055 5058 4818 0 -1 4202560 378 0 0 0 24 3 0 0 20 0 19 0 2042544 9856040960 107658 33554432000 1073741824 1073778376 140733758927600 140273954548520 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5058/tid=5062] ppid=5055 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/5058/task/5062/stat : 5062 (java) S 5055 5058 4818 0 -1 4202560 266 0 0 0 18 2 0 0 20 0 19 0 2042544 9856040960 107658 33554432000 1073741824 1073778376 140733758927600 140273953495720 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5058/tid=5063] ppid=5055 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/5058/task/5063/stat : 5063 (java) S 5055 5058 4818 0 -1 4202560 329 0 0 0 21 3 0 0 20 0 19 0 2042544 9856040960 107658 33554432000 1073741824 1073778376 140733758927600 140273952443432 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5058/tid=5064] ppid=5055 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/5058/task/5064/stat : 5064 (java) S 5055 5058 4818 0 -1 4202560 395 0 0 0 21 3 0 0 20 0 19 0 2042544 9856040960 107658 33554432000 1073741824 1073778376 140733758927600 140273951390632 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5058/tid=5065] ppid=5055 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/5058/task/5065/stat : 5065 (java) S 5055 5058 4818 0 -1 4202560 208 0 0 0 20 4 0 0 20 0 19 0 2042544 9856040960 107658 33554432000 1073741824 1073778376 140733758927600 140273950337320 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5058/tid=5066] ppid=5055 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/5058/task/5066/stat : 5066 (java) S 5055 5058 4818 0 -1 4202560 281 0 0 0 21 4 0 0 20 0 19 0 2042544 9856040960 107658 33554432000 1073741824 1073778376 140733758927600 140273949284520 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5058/tid=5067] ppid=5055 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/5058/task/5067/stat : 5067 (java) S 5055 5058 4818 0 -1 4202560 437 0 0 0 25 4 0 0 20 0 19 0 2042544 9856040960 107658 33554432000 1073741824 1073778376 140733758927600 140273948232232 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5058/tid=5068] ppid=5055 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/5058/task/5068/stat : 5068 (java) S 5055 5058 4818 0 -1 4202560 180 0 0 0 21 4 0 0 20 0 19 0 2042544 9856040960 107658 33554432000 1073741824 1073778376 140733758927600 140273947179432 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5058/tid=5069] ppid=5055 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/5058/task/5069/stat : 5069 (java) S 5055 5058 4818 0 -1 4202560 66 0 0 0 1 1 0 0 20 0 19 0 2042546 9856040960 107658 33554432000 1073741824 1073778376 140733758927600 140273934768872 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5058/tid=5070] ppid=5055 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5058/task/5070/stat : 5070 (java) S 5055 5058 4818 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 2042546 9856040960 107658 33554432000 1073741824 1073778376 140733758927600 140273933714936 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5058/tid=5071] ppid=5055 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5058/task/5071/stat : 5071 (java) S 5055 5058 4818 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 2042546 9856040960 107658 33554432000 1073741824 1073778376 140733758927600 140273932662536 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5058/tid=5072] ppid=5055 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5058/task/5072/stat : 5072 (java) S 5055 5058 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2042548 9856040960 107658 33554432000 1073741824 1073778376 140733758927600 140273931611024 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5058/tid=5073] ppid=5055 vsize=9625040 CPUtime=1.32 cores=1,3,5,7
/proc/5058/task/5073/stat : 5073 (java) S 5055 5058 4818 0 -1 4202560 11337 0 0 0 129 3 0 0 20 0 19 0 2042548 9856040960 107658 33554432000 1073741824 1073778376 140733758927600 140273930557624 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5058/tid=5074] ppid=5055 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/5058/task/5074/stat : 5074 (java) S 5055 5058 4818 0 -1 4202560 4877 0 0 0 73 0 0 0 20 0 19 0 2042548 9856040960 107658 33554432000 1073741824 1073778376 140733758927600 140273929504824 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5058/tid=5075] ppid=5055 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5058/task/5075/stat : 5075 (java) S 5055 5058 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2042548 9856040960 107658 33554432000 1073741824 1073778376 140733758927600 140273928452728 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5058/tid=5076] ppid=5055 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/5058/task/5076/stat : 5076 (java) S 5055 5058 4818 0 -1 4202560 103 0 0 0 29 39 0 0 20 0 19 0 2042548 9856040960 107658 33554432000 1073741824 1073778376 140733758927600 140273927400136 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5058/tid=5078] ppid=5055 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5058/task/5078/stat : 5078 (java) S 5055 5058 4818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2042600 9856040960 107658 33554432000 1073741824 1073778376 140733758927600 140273926346152 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 9625040

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 5058 sig 9
??? kill -5058 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1796.3 s]
/proc/loadavg: 2.21 2.24 2.19 5/214 5210
/proc/meminfo: memFree=26875832/32872528 swapFree=1483896/1661724
[pid=5058] ppid=5055 vsize=9625040 CPUtime=1800.03 cores=1,3,5,7
/proc/5058/stat : 5058 (java) S 5055 5058 4818 0 -1 4202496 22688 0 1 0 179942 61 0 0 20 0 19 0 2042543 9856040960 107658 33554432000 1073741824 1073778376 140733758927600 140733758918736 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5058/statm: 2406260 107658 2287 9 0 2396937 0
[pid=5058/tid=5059] ppid=5055 vsize=9625040 CPUtime=1790.92 cores=1,3,5,7
/proc/5058/task/5059/stat : 5059 (java) R 5055 5058 4818 0 -1 4202560 2574 0 1 0 179063 29 0 0 20 0 19 0 2042544 9856040960 107658 33554432000 1073741824 1073778376 140733758927600 140274110623472 140273983779965 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=5058/tid=5061] ppid=5055 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/5058/task/5061/stat : 5061 (java) S 5055 5058 4818 0 -1 4202560 378 0 0 0 24 3 0 0 20 0 19 0 2042544 9856040960 107658 33554432000 1073741824 1073778376 140733758927600 140273954548520 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5058/tid=5062] ppid=5055 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/5058/task/5062/stat : 5062 (java) S 5055 5058 4818 0 -1 4202560 266 0 0 0 18 2 0 0 20 0 19 0 2042544 9856040960 107658 33554432000 1073741824 1073778376 140733758927600 140273953495720 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5058/tid=5063] ppid=5055 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/5058/task/5063/stat : 5063 (java) S 5055 5058 4818 0 -1 4202560 329 0 0 0 21 3 0 0 20 0 19 0 2042544 9856040960 107658 33554432000 1073741824 1073778376 140733758927600 140273952443432 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5058/tid=5064] ppid=5055 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/5058/task/5064/stat : 5064 (java) S 5055 5058 4818 0 -1 4202560 395 0 0 0 21 3 0 0 20 0 19 0 2042544 9856040960 107658 33554432000 1073741824 1073778376 140733758927600 140273951390632 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5058/tid=5065] ppid=5055 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/5058/task/5065/stat : 5065 (java) S 5055 5058 4818 0 -1 4202560 208 0 0 0 20 4 0 0 20 0 19 0 2042544 9856040960 107658 33554432000 1073741824 1073778376 140733758927600 140273950337320 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5058/tid=5066] ppid=5055 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/5058/task/5066/stat : 5066 (java) S 5055 5058 4818 0 -1 4202560 281 0 0 0 21 4 0 0 20 0 19 0 2042544 9856040960 107658 33554432000 1073741824 1073778376 140733758927600 140273949284520 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5058/tid=5067] ppid=5055 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/5058/task/5067/stat : 5067 (java) S 5055 5058 4818 0 -1 4202560 437 0 0 0 25 4 0 0 20 0 19 0 2042544 9856040960 107658 33554432000 1073741824 1073778376 140733758927600 140273948232232 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5058/tid=5068] ppid=5055 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/5058/task/5068/stat : 5068 (java) S 5055 5058 4818 0 -1 4202560 180 0 0 0 21 4 0 0 20 0 19 0 2042544 9856040960 107658 33554432000 1073741824 1073778376 140733758927600 140273947179432 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5058/tid=5069] ppid=5055 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/5058/task/5069/stat : 5069 (java) S 5055 5058 4818 0 -1 4202560 66 0 0 0 1 1 0 0 20 0 19 0 2042546 9856040960 107658 33554432000 1073741824 1073778376 140733758927600 140273934768872 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5058/tid=5070] ppid=5055 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5058/task/5070/stat : 5070 (java) S 5055 5058 4818 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 2042546 9856040960 107658 33554432000 1073741824 1073778376 140733758927600 140273933714936 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5058/tid=5071] ppid=5055 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5058/task/5071/stat : 5071 (java) S 5055 5058 4818 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 2042546 9856040960 107658 33554432000 1073741824 1073778376 140733758927600 140273932662536 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5058/tid=5072] ppid=5055 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5058/task/5072/stat : 5072 (java) S 5055 5058 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2042548 9856040960 107658 33554432000 1073741824 1073778376 140733758927600 140273931611024 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5058/tid=5073] ppid=5055 vsize=9625040 CPUtime=1.32 cores=1,3,5,7
/proc/5058/task/5073/stat : 5073 (java) S 5055 5058 4818 0 -1 4202560 11337 0 0 0 129 3 0 0 20 0 19 0 2042548 9856040960 107658 33554432000 1073741824 1073778376 140733758927600 140273930557624 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5058/tid=5074] ppid=5055 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/5058/task/5074/stat : 5074 (java) S 5055 5058 4818 0 -1 4202560 4877 0 0 0 73 0 0 0 20 0 19 0 2042548 9856040960 107658 33554432000 1073741824 1073778376 140733758927600 140273929504824 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5058/tid=5075] ppid=5055 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5058/task/5075/stat : 5075 (java) S 5055 5058 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2042548 9856040960 107658 33554432000 1073741824 1073778376 140733758927600 140273928452728 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5058/tid=5076] ppid=5055 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/5058/task/5076/stat : 5076 (java) S 5055 5058 4818 0 -1 4202560 103 0 0 0 29 39 0 0 20 0 19 0 2042548 9856040960 107658 33554432000 1073741824 1073778376 140733758927600 140273927400136 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5058/tid=5078] ppid=5055 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5058/task/5078/stat : 5078 (java) S 5055 5058 4818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2042600 9856040960 107658 33554432000 1073741824 1073778376 140733758927600 140273926346152 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 9625040

Child status: 143

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

Real time (s): 1796.34
CPU time (s): 1800.03
CPU user time (s): 1799.42
CPU system time (s): 0.61
CPU usage (%): 100.205
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.83
system time used= 1.12983
maximum resident set size= 432236
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22723
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1248
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38487
involuntary context switches= 9114

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.061 second user time and 11.1063 second system time

The end

Launcher Data

Begin job on node134 at 2016-06-29 16:35:00
IDJOB=4117370
IDBENCH=111567
IDSOLVER=2546
FILE ID=node134/4117370-1467210900
RUNJOBID= node134-1467208989-4835
PBS_JOBID= 19997576
Free space on /tmp= 71708 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/EmployeeScheduling/normalized-sep4.5.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4117370-1467210900/watcher-4117370-1467210900 -o /tmp/evaluation-result-4117370-1467210900/solver-4117370-1467210900 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1467208989-4835 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4117370-1467210900.opb

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

MD5SUM BENCH= 1622df9aaccf800bf3d8a8230db1e870
RANDOM SEED=629295935

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.738
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	: 5333.47
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.738
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	: 7358.89
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.738
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.738
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.738
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	: 5332.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.738
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.738
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.738
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	: 5332.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        27331676 kB
Buffers:          115640 kB
Cached:          2985340 kB
SwapCached:            0 kB
Active:           162648 kB
Inactive:        2970972 kB
Active(anon):      35212 kB
Inactive(anon):        0 kB
Active(file):     127436 kB
Inactive(file):  2970972 kB
Unevictable:     1661724 kB
Mlocked:         1483896 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              3624 kB
Writeback:             0 kB
AnonPages:       1685480 kB
Mapped:            21180 kB
Shmem:               216 kB
Slab:             610364 kB
SReclaimable:      54660 kB
SUnreclaim:       555704 kB
KernelStack:        1472 kB
PageTables:         7904 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2353192 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    180224 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71704 MiB
End job on node134 at 2016-06-29 17:04:57