Trace number 4101450

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 Res+CP PB16? (TO) 1800.05 897.952

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/
miplib/normalized-reduced-mps-v2-20-10-fixnet3.opb
MD5SUM33434aafd8d2cc52b903fb501d38927b
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables14036
Total number of constraints600
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints600
Minimum length of a constraint19
Maximum length of a constraint1523
Number of terms in the objective function 13946
Biggest coefficient in the objective function 1187
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 535685
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262020
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 535685
Number of bits of the biggest sum of numbers20
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.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Glucose 2.1 dynamic restart strategy
0.11/0.11	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.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	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.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4101450-1466214259.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  objective function found
1.12/0.58	c ... done. Wall clock time 0.475s.
1.12/0.58	c declared #vars     14036
1.12/0.58	c #constraints  700
1.12/0.58	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.12/0.58	c constraints type 
1.12/0.58	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 55
1.12/0.58	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 645
1.12/0.58	c 700 constraints processed.
1.12/0.58	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.12/0.58	c constraints type 
1.12/0.58	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 55
1.12/0.58	c org.sat4j.pb.constraints.pb.MaxWatchPb => 645
1.12/0.58	c 700 constraints processed.
1.12/0.58	c objective function length is 13946 literals
5.50/2.13	c cleaning 2499 clauses out of 5000 with flag 11414/5000
9.09/3.80	c cleaning 4240 clauses out of 8504 with flag 26493/11003
12.91/5.71	c cleaning 5621 clauses out of 11261 with flag 43141/18000
17.32/7.97	c cleaning 6809 clauses out of 13640 with flag 62261/26000
22.82/10.61	c cleaning 7899 clauses out of 15831 with flag 84037/35000
28.76/13.57	c cleaning 8948 clauses out of 17932 with flag 108213/45000
35.77/17.03	c cleaning 9971 clauses out of 19988 with flag 134668/56004
42.72/20.40	c cleaning 11003 clauses out of 22013 with flag 162965/68000
51.04/24.57	c cleaning 11999 clauses out of 24010 with flag 194813/81000
59.58/28.78	c cleaning 12994 clauses out of 26012 with flag 228381/95001
69.17/33.52	c cleaning 13992 clauses out of 28017 with flag 264280/110000
79.18/38.56	c cleaning 14992 clauses out of 30025 with flag 303080/126000
88.20/42.93	c cleaning 16005 clauses out of 32035 with flag 345060/143002
96.27/46.94	c cleaning 16993 clauses out of 34028 with flag 388617/161000
105.27/51.47	c cleaning 17997 clauses out of 36035 with flag 432267/180000
115.67/56.66	c cleaning 19004 clauses out of 38038 with flag 481775/200000
127.29/62.34	c cleaning 20008 clauses out of 40036 with flag 534979/221002
141.89/69.63	c cleaning 21001 clauses out of 42026 with flag 591966/243000
156.71/77.05	c cleaning 21998 clauses out of 44025 with flag 652080/266000
173.50/85.49	c cleaning 22993 clauses out of 46027 with flag 712875/290000
191.09/94.23	c cleaning 24000 clauses out of 48034 with flag 774261/315000
206.92/101.97	c cleaning 24994 clauses out of 50035 with flag 841730/341001
222.72/109.83	c cleaning 26001 clauses out of 52040 with flag 912948/368000
239.92/118.46	c cleaning 26998 clauses out of 54039 with flag 987678/396000
258.33/127.61	c cleaning 27997 clauses out of 56041 with flag 1063605/425000
278.33/137.67	c cleaning 28999 clauses out of 58055 with flag 1139907/455011
298.72/147.89	c cleaning 29989 clauses out of 60046 with flag 1219196/486001
323.49/160.50	c cleaning 30999 clauses out of 62056 with flag 1297363/518000
347.50/172.59	c cleaning 32005 clauses out of 64059 with flag 1379145/551002
371.09/184.32	c cleaning 33003 clauses out of 66052 with flag 1463820/585000
397.08/197.34	c cleaning 34001 clauses out of 68050 with flag 1551833/620001
423.27/210.39	c cleaning 35002 clauses out of 70048 with flag 1642238/656000
444.89/221.12	c cleaning 36007 clauses out of 72047 with flag 1729848/693001
469.09/233.21	c cleaning 37006 clauses out of 74039 with flag 1817727/731000
494.06/245.58	c cleaning 37999 clauses out of 76033 with flag 1924534/770000
518.26/257.66	c cleaning 38996 clauses out of 78035 with flag 2031235/810001
547.45/272.21	c cleaning 40005 clauses out of 80039 with flag 2136962/851001
580.70/289.40	c cleaning 41001 clauses out of 82033 with flag 2243409/893000
630.09/314.08	c cleaning 42001 clauses out of 84032 with flag 2352231/936000
675.30/336.69	c cleaning 42993 clauses out of 86031 with flag 2468936/980000
725.29/361.68	c cleaning 44002 clauses out of 88038 with flag 2590641/1025000
775.27/386.59	c cleaning 45000 clauses out of 90036 with flag 2703466/1071000
847.48/422.63	c cleaning 45999 clauses out of 92036 with flag 2831126/1118000
915.36/456.41	c cleaning 46998 clauses out of 94037 with flag 2959377/1166000
987.68/492.45	c cleaning 48001 clauses out of 96039 with flag 3095945/1215000
1042.29/519.77	c cleaning 49002 clauses out of 98038 with flag 3235198/1265000
1101.80/549.26	c cleaning 49998 clauses out of 100037 with flag 3373226/1316001
1172.22/584.32	c cleaning 50996 clauses out of 102038 with flag 3511443/1368000
1223.01/609.72	c cleaning 51999 clauses out of 104042 with flag 3652635/1421000
1250.60/623.54	c cleaning 53004 clauses out of 106044 with flag 3798485/1475001
1278.08/637.17	c cleaning 53984 clauses out of 108039 with flag 3943161/1530000
1303.47/649.82	c cleaning 55001 clauses out of 110055 with flag 4087305/1586000
1332.67/665.18	c cleaning 55995 clauses out of 112054 with flag 4237384/1643000
1359.67/678.60	c cleaning 57001 clauses out of 114059 with flag 4390402/1701000
1388.67/693.15	c cleaning 58003 clauses out of 116058 with flag 4547192/1760000
1418.77/707.97	c cleaning 59002 clauses out of 118059 with flag 4704404/1820004
1450.16/723.66	c cleaning 59998 clauses out of 120053 with flag 4868544/1881000
1481.96/739.50	c cleaning 60994 clauses out of 122059 with flag 5035429/1943004
1515.33/756.19	c cleaning 62000 clauses out of 124061 with flag 5202762/2006000
1549.74/773.35	c cleaning 62999 clauses out of 126064 with flag 5372975/2070003
1589.77/793.18	c cleaning 63997 clauses out of 128062 with flag 5545779/2135000
1626.14/811.30	c cleaning 64990 clauses out of 130066 with flag 5720603/2201001
1666.31/831.28	c cleaning 66000 clauses out of 132076 with flag 5902012/2268001
1692.11/844.14	c cleaning 67015 clauses out of 134075 with flag 6066111/2336000
1729.90/863.02	c cleaning 68013 clauses out of 136065 with flag 6236849/2405005
1779.87/887.85	c cleaning 68994 clauses out of 138049 with flag 6410090/2475002
1800.05/897.90	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.05/897.90	c starts		: 122
1800.05/897.90	c conflicts		: 2503915
1800.05/897.90	c decisions		: 5799723
1800.05/897.90	c propagations		: 121047158
1800.05/897.90	c inspects		: 8026347885
1800.05/897.90	c shortcuts		: 0
1800.05/897.90	c learnt literals	: 0
1800.05/897.90	c learnt binary clauses	: 0
1800.05/897.90	c learnt ternary clauses	: 0
1800.05/897.90	c learnt constraints	: 2503915
1800.05/897.90	c ignored constraints	: 0
1800.05/897.90	c root simplifications	: 0
1800.05/897.90	c removed literals (reason simplification)	: 2071783
1800.05/897.90	c reason swapping (by a shorter reason)	: 0
1800.05/897.90	c Calls to reduceDB	: 66
1800.05/897.90	c Number of update (reduction) of LBD	: 760277
1800.05/897.90	c Imported unit clauses	: 0
1800.05/897.90	c number of reductions to clauses (during analyze)	: 0
1800.05/897.90	c number of learned constraints concerned by reduction	: 0
1800.05/897.90	c number of learning phase by resolution	: 0
1800.05/897.90	c number of learning phase by cutting planes	: 0
1800.05/897.90	c speed (assignments/second)	: 134909.97543589034
1800.05/897.90	c non guided choices	50620
1800.05/897.92	c learnt constraints type 
1800.05/897.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 97969
1800.05/897.93	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.05/897.93	c starts		: 3
1800.05/897.93	c conflicts		: 1732
1800.05/897.93	c decisions		: 277286
1800.05/897.93	c propagations		: 736684
1800.05/897.93	c inspects		: 32364485
1800.05/897.93	c shortcuts		: 0
1800.05/897.93	c learnt literals	: 0
1800.05/897.93	c learnt binary clauses	: 0
1800.05/897.93	c learnt ternary clauses	: 0
1800.05/897.93	c learnt constraints	: 1731
1800.05/897.93	c ignored constraints	: 0
1800.05/897.93	c root simplifications	: 0
1800.05/897.93	c removed literals (reason simplification)	: 0
1800.05/897.93	c reason swapping (by a shorter reason)	: 0
1800.05/897.93	c Calls to reduceDB	: 0
1800.05/897.93	c Number of update (reduction) of LBD	: 0
1800.05/897.93	c Imported unit clauses	: 0
1800.05/897.93	c number of reductions to clauses (during analyze)	: 0
1800.05/897.93	c number of learned constraints concerned by reduction	: 0
1800.05/897.93	c number of learning phase by resolution	: 0
1800.05/897.93	c number of learning phase by cutting planes	: 0
1800.05/897.93	c speed (assignments/second)	: 821.0337202874516
1800.05/897.93	c non guided choices	0
1800.05/897.93	c learnt constraints type 
1800.05/897.93	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1731
1800.05/897.93	s UNKNOWN
1800.05/897.93	c Total wall clock time (in seconds): 897.82

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-4101450-1466214259/watcher-4101450-1466214259 -o /tmp/evaluation-result-4101450-1466214259/solver-4101450-1466214259 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node113-1466206100-1316 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4101450-1466214259.opb 

pid=4087
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: 4.18 4.21 4.23 4/197 4090
/proc/meminfo: memFree=30497816/32872528 swapFree=877056/942464
[pid=4090] ppid=4087 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/4090/stat : 4090 (java) S 4087 4090 1299 0 -1 4202496 1352 0 0 0 0 0 0 0 20 0 2 0 23474798 98570240 976 33554432000 1073741824 1073778376 140736034438720 140736034429856 213196505149 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4090/statm: 24065 976 743 9 0 16771 0
[pid=4090/tid=4091] ppid=4087 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/4090/task/4091/stat : 4091 (java) R 4087 4090 1299 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 23474798 98570240 976 33554432000 1073741824 1073778376 140736034438720 140155300363816 213193147776 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.100112 s]
/proc/loadavg: 4.18 4.21 4.23 4/197 4090
/proc/meminfo: memFree=30497816/32872528 swapFree=877056/942464
[pid=4090] ppid=4087 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/4090/stat : 4090 (java) S 4087 4090 1299 0 -1 4202496 4489 0 1 0 10 1 0 0 20 0 18 0 23474798 9787879424 6110 33554432000 1073741824 1073778376 140736034438720 140736034429856 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4090/statm: 2389619 6110 2156 9 0 2380296 0
[pid=4090/tid=4091] ppid=4087 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/4090/task/4091/stat : 4091 (java) R 4087 4090 1299 0 -1 4202560 2393 0 1 0 7 0 0 0 20 0 18 0 23474798 9787879424 6110 33554432000 1073741824 1073778376 140736034438720 140155300368088 213196530957 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.200267 s]
/proc/loadavg: 4.18 4.21 4.23 4/197 4090
/proc/meminfo: memFree=30497816/32872528 swapFree=877056/942464
[pid=4090] ppid=4087 vsize=9558476 CPUtime=0.3 cores=1,3,5,7
/proc/4090/stat : 4090 (java) S 4087 4090 1299 0 -1 4202496 5057 0 1 0 29 1 0 0 20 0 18 0 23474798 9787879424 7508 33554432000 1073741824 1073778376 140736034438720 140736034429856 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4090/statm: 2389619 7508 2223 9 0 2380296 0
[pid=4090/tid=4091] ppid=4087 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/4090/task/4091/stat : 4091 (java) R 4087 4090 1299 0 -1 4202560 2405 0 1 0 17 0 0 0 20 0 18 0 23474798 9787879424 7508 33554432000 1073741824 1073778376 140736034438720 140155300368088 213196530957 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 9558476

[startup+0.300264 s]
/proc/loadavg: 4.18 4.21 4.23 4/197 4090
/proc/meminfo: memFree=30497816/32872528 swapFree=877056/942464
[pid=4090] ppid=4087 vsize=9558476 CPUtime=0.52 cores=1,3,5,7
/proc/4090/stat : 4090 (java) S 4087 4090 1299 0 -1 4202496 6127 0 1 0 51 1 0 0 20 0 18 0 23474798 9787879424 10663 33554432000 1073741824 1073778376 140736034438720 140736034429856 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4090/statm: 2389619 10664 2235 9 0 2380296 0
[pid=4090/tid=4091] ppid=4087 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/4090/task/4091/stat : 4091 (java) R 4087 4090 1299 0 -1 4202560 2412 0 1 0 26 1 0 0 20 0 18 0 23474798 9787879424 10666 33554432000 1073741824 1073778376 140736034438720 140155300368088 140155134640699 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9558476

[startup+0.700195 s]
/proc/loadavg: 4.18 4.21 4.23 4/197 4090
/proc/meminfo: memFree=30497816/32872528 swapFree=877056/942464
[pid=4090] ppid=4087 vsize=9824732 CPUtime=1.7 cores=1,3,5,7
/proc/4090/stat : 4090 (java) S 4087 4090 1299 0 -1 4202496 14315 0 1 0 167 3 0 0 20 0 22 0 23474798 10060525568 29762 33554432000 1073741824 1073778376 140736034438720 140736034429856 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4090/statm: 2456183 29762 2260 9 0 2446860 0
[pid=4090/tid=4091] ppid=4087 vsize=9824732 CPUtime=0.56 cores=1,3,5,7
/proc/4090/task/4091/stat : 4091 (java) S 4087 4090 1299 0 -1 4202560 2450 0 1 0 54 2 0 0 20 0 22 0 23474798 10060525568 29762 33554432000 1073741824 1073778376 140736034438720 140155300369272 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.7
Current children cumulated vsize (KiB) 9824732

[startup+1.50078 s]
/proc/loadavg: 4.18 4.21 4.23 6/219 4112
/proc/meminfo: memFree=30355852/32872528 swapFree=877056/942464
[pid=4090] ppid=4087 vsize=9824732 CPUtime=4.22 cores=1,3,5,7
/proc/4090/stat : 4090 (java) S 4087 4090 1299 0 -1 4202496 17653 0 1 0 417 5 0 0 20 0 22 0 23474798 10060525568 40173 33554432000 1073741824 1073778376 140736034438720 140736034429856 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4090/statm: 2456183 40173 2266 9 0 2446860 0
[pid=4090/tid=4091] ppid=4087 vsize=9824732 CPUtime=0.56 cores=1,3,5,7
/proc/4090/task/4091/stat : 4091 (java) S 4087 4090 1299 0 -1 4202560 2450 0 1 0 54 2 0 0 20 0 22 0 23474798 10060525568 40173 33554432000 1073741824 1073778376 140736034438720 140155300369272 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4090/tid=4093] ppid=4087 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4090/task/4093/stat : 4093 (java) S 4087 4090 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23474799 10060525568 40173 33554432000 1073741824 1073778376 140736034438720 140155261860648 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4090/tid=4094] ppid=4087 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4090/task/4094/stat : 4094 (java) S 4087 4090 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23474799 10060525568 40173 33554432000 1073741824 1073778376 140736034438720 140155260807848 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4090/tid=4095] ppid=4087 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4090/task/4095/stat : 4095 (java) S 4087 4090 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23474799 10060525568 40173 33554432000 1073741824 1073778376 140736034438720 140155259755560 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4090/tid=4096] ppid=4087 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4090/task/4096/stat : 4096 (java) S 4087 4090 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23474799 10060525568 40173 33554432000 1073741824 1073778376 140736034438720 140155258702760 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4090/tid=4097] ppid=4087 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4090/task/4097/stat : 4097 (java) S 4087 4090 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23474799 10060525568 40173 33554432000 1073741824 1073778376 140736034438720 140155257649448 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4090/tid=4098] ppid=4087 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4090/task/4098/stat : 4098 (java) S 4087 4090 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23474799 10060525568 40173 33554432000 1073741824 1073778376 140736034438720 140155256596648 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4090/tid=4099] ppid=4087 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4090/task/4099/stat : 4099 (java) S 4087 4090 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23474799 10060525568 40173 33554432000 1073741824 1073778376 140736034438720 140155255544360 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4090/tid=4100] ppid=4087 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4090/task/4100/stat : 4100 (java) S 4087 4090 1299 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 23474799 10060525568 40173 33554432000 1073741824 1073778376 140736034438720 140155254491560 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4090/tid=4101] ppid=4087 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4090/task/4101/stat : 4101 (java) S 4087 4090 1299 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 23474800 10060525568 40173 33554432000 1073741824 1073778376 140736034438720 140155124312808 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4090/tid=4102] ppid=4087 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4090/task/4102/stat : 4102 (java) S 4087 4090 1299 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 23474801 10060525568 40173 33554432000 1073741824 1073778376 140736034438720 140155123258872 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4090/tid=4103] ppid=4087 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4090/task/4103/stat : 4103 (java) S 4087 4090 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23474801 10060525568 40173 33554432000 1073741824 1073778376 140736034438720 140155122206472 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4090/tid=4104] ppid=4087 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4090/task/4104/stat : 4104 (java) S 4087 4090 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23474803 10060525568 40173 33554432000 1073741824 1073778376 140736034438720 140155121154960 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4090/tid=4105] ppid=4087 vsize=9824732 CPUtime=0.84 cores=1,3,5,7
/proc/4090/task/4105/stat : 4105 (java) R 4087 4090 1299 0 -1 4202560 5598 0 0 0 84 0 0 0 20 0 22 0 23474803 10060525568 40173 33554432000 1073741824 1073778376 140736034438720 140155120101560 140155304464891 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=4090/tid=4106] ppid=4087 vsize=9824732 CPUtime=0.95 cores=1,3,5,7
/proc/4090/task/4106/stat : 4106 (java) R 4087 4090 1299 0 -1 4202560 8259 0 0 0 94 1 0 0 20 0 22 0 23474803 10060525568 40173 33554432000 1073741824 1073778376 140736034438720 140155119036168 140155307342984 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=4090/tid=4107] ppid=4087 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4090/task/4107/stat : 4107 (java) S 4087 4090 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23474803 10060525568 40173 33554432000 1073741824 1073778376 140736034438720 140154245212792 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4090/tid=4108] ppid=4087 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4090/task/4108/stat : 4108 (java) S 4087 4090 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23474803 10060525568 40173 33554432000 1073741824 1073778376 140736034438720 140154244160200 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4090/tid=4109] ppid=4087 vsize=9824732 CPUtime=0.88 cores=1,3,5,7
/proc/4090/task/4109/stat : 4109 (java) R 4087 4090 1299 0 -1 4202560 26 0 0 0 88 0 0 0 20 0 22 0 23474857 10060525568 40173 33554432000 1073741824 1073778376 140736034438720 140154243103680 140155135281537 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4090/tid=4110] ppid=4087 vsize=9824732 CPUtime=0.89 cores=1,3,5,7
/proc/4090/task/4110/stat : 4110 (java) R 4087 4090 1299 0 -1 4202560 43 0 0 0 89 0 0 0 20 0 22 0 23474857 10060525568 40173 33554432000 1073741824 1073778376 140736034438720 140154242052376 140155135443383 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=4090/tid=4111] ppid=4087 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4090/task/4111/stat : 4111 (java) S 4087 4090 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23474864 10060525568 40173 33554432000 1073741824 1073778376 140736034438720 140154241001128 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4090/tid=4112] ppid=4087 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4090/task/4112/stat : 4112 (java) S 4087 4090 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23474865 10060525568 40173 33554432000 1073741824 1073778376 140736034438720 140154239948328 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.22
Current children cumulated vsize (KiB) 9824732

[startup+3.10091 s]
/proc/loadavg: 4.18 4.21 4.23 5/219 4112
/proc/meminfo: memFree=30262824/32872528 swapFree=877056/942464
[pid=4090] ppid=4087 vsize=9824732 CPUtime=7.56 cores=1,3,5,7
/proc/4090/stat : 4090 (java) S 4087 4090 1299 0 -1 4202496 17907 0 1 0 749 7 0 0 20 0 22 0 23474798 10060525568 50882 33554432000 1073741824 1073778376 140736034438720 140736034429856 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4090/statm: 2456183 50882 2283 9 0 2446860 0
[pid=4090/tid=4091] ppid=4087 vsize=9824732 CPUtime=0.56 cores=1,3,5,7
/proc/4090/task/4091/stat : 4091 (java) S 4087 4090 1299 0 -1 4202560 2450 0 1 0 54 2 0 0 20 0 22 0 23474798 10060525568 50882 33554432000 1073741824 1073778376 140736034438720 140155300369272 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4090/tid=4093] ppid=4087 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4090/task/4093/stat : 4093 (java) S 4087 4090 1299 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 23474799 10060525568 50882 33554432000 1073741824 1073778376 140736034438720 140155261860648 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4090/tid=4094] ppid=4087 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4090/task/4094/stat : 4094 (java) S 4087 4090 1299 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 23474799 10060525568 50882 33554432000 1073741824 1073778376 140736034438720 140155260807848 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4090/tid=4095] ppid=4087 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4090/task/4095/stat : 4095 (java) S 4087 4090 1299 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 23474799 10060525568 50882 33554432000 1073741824 1073778376 140736034438720 140155259755560 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4090/tid=4096] ppid=4087 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4090/task/4096/stat : 4096 (java) S 4087 4090 1299 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 23474799 10060525568 50882 33554432000 1073741824 1073778376 140736034438720 140155258702760 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4090/tid=4097] ppid=4087 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/4090/task/4097/stat : 4097 (java) S 4087 4090 1299 0 -1 4202560 20 0 0 0 1 0 0 0 20 0 22 0 23474799 10060525568 50882 33554432000 1073741824 1073778376 140736034438720 140155257649448 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4090/tid=4098] ppid=4087 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4090/task/4098/stat : 4098 (java) S 4087 4090 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23474799 10060525568 50882 33554432000 1073741824 1073778376 140736034438720 140155256596648 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4090/tid=4099] ppid=4087 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4090/task/4099/stat : 4099 (java) S 4087 4090 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23474799 10060525568 50882 33554432000 1073741824 1073778376 140736034438720 140155255544360 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4090/tid=4100] ppid=4087 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4090/task/4100/stat : 4100 (java) S 4087 4090 1299 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 23474799 10060525568 50882 33554432000 1073741824 1073778376 140736034438720 140155254491560 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4090/tid=4101] ppid=4087 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4090/task/4101/stat : 4101 (java) S 4087 4090 1299 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 23474800 10060525568 50882 33554432000 1073741824 1073778376 140736034438720 140155124312808 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4090/tid=4102] ppid=4087 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4090/task/4102/stat : 4102 (java) S 4087 4090 1299 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23474801 10060525568 50882 33554432000 1073741824 1073778376 140736034438720 140155123258872 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4090/tid=4103] ppid=4087 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4090/task/4103/stat : 4103 (java) S 4087 4090 1299 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23474801 10060525568 50882 33554432000 1073741824 1073778376 140736034438720 140155122206472 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4090/tid=4104] ppid=4087 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4090/task/4104/stat : 4104 (java) S 4087 4090 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23474803 10060525568 50882 33554432000 1073741824 1073778376 140736034438720 140155121154960 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4090/tid=4105] ppid=4087 vsize=9824732 CPUtime=0.87 cores=1,3,5,7
/proc/4090/task/4105/stat : 4105 (java) S 4087 4090 1299 0 -1 4202560 5602 0 0 0 87 0 0 0 20 0 22 0 23474803 10060525568 50882 33554432000 1073741824 1073778376 140736034438720 140155120101560 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4090/tid=4106] ppid=4087 vsize=9824732 CPUtime=1.03 cores=1,3,5,7
/proc/4090/task/4106/stat : 4106 (java) S 4087 4090 1299 0 -1 4202560 8361 0 0 0 101 2 0 0 20 0 22 0 23474803 10060525568 50882 33554432000 1073741824 1073778376 140736034438720 140155119048760 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4090/tid=4107] ppid=4087 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4090/task/4107/stat : 4107 (java) S 4087 4090 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23474803 10060525568 50882 33554432000 1073741824 1073778376 140736034438720 140154245212792 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4090/tid=4108] ppid=4087 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4090/task/4108/stat : 4108 (java) S 4087 4090 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23474803 10060525568 50882 33554432000 1073741824 1073778376 140736034438720 140154244160200 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4090/tid=4109] ppid=4087 vsize=9824732 CPUtime=2.45 cores=1,3,5,7
/proc/4090/task/4109/stat : 4109 (java) R 4087 4090 1299 0 -1 4202560 30 0 0 0 245 0 0 0 20 0 22 0 23474857 10060525568 50882 33554432000 1073741824 1073778376 140736034438720 140154243105624 140155135245220 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4090/tid=4110] ppid=4087 vsize=9824732 CPUtime=2.45 cores=1,3,5,7
/proc/4090/task/4110/stat : 4110 (java) R 4087 4090 1299 0 -1 4202560 49 0 0 0 245 0 0 0 20 0 22 0 23474857 10060525568 50882 33554432000 1073741824 1073778376 140736034438720 140154242052488 140155135260760 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=4090/tid=4111] ppid=4087 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4090/task/4111/stat : 4111 (java) S 4087 4090 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23474864 10060525568 50882 33554432000 1073741824 1073778376 140736034438720 140154241001128 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4090/tid=4112] ppid=4087 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4090/task/4112/stat : 4112 (java) S 4087 4090 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23474865 10060525568 50882 33554432000 1073741824 1073778376 140736034438720 140154239948328 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.56
Current children cumulated vsize (KiB) 9824732

[startup+6.30091 s]
/proc/loadavg: 4.16 4.21 4.23 5/219 4112
/proc/meminfo: memFree=30074368/32872528 swapFree=877056/942464
[pid=4090] ppid=4087 vsize=9824732 CPUtime=14.12 cores=1,3,5,7
/proc/4090/stat : 4090 (java) S 4087 4090 1299 0 -1 4202496 18342 0 1 0 1400 12 0 0 20 0 22 0 23474798 10060525568 61312 33554432000 1073741824 1073778376 140736034438720 140736034429856 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4090/statm: 2456183 61312 2283 9 0 2446860 0
[pid=4090/tid=4091] ppid=4087 vsize=9824732 CPUtime=0.56 cores=1,3,5,7
/proc/4090/task/4091/stat : 4091 (java) S 4087 4090 1299 0 -1 4202560 2451 0 1 0 54 2 0 0 20 0 22 0 23474798 10060525568 61312 33554432000 1073741824 1073778376 140736034438720 140155300369272 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4090/tid=4093] ppid=4087 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/4090/task/4093/stat : 4093 (java) S 4087 4090 1299 0 -1 4202560 91 0 0 0 1 0 0 0 20 0 22 0 23474799 10060525568 61312 33554432000 1073741824 1073778376 140736034438720 140155261860648 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4090/tid=4094] ppid=4087 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/4090/task/4094/stat : 4094 (java) S 4087 4090 1299 0 -1 4202560 116 0 0 0 1 0 0 0 20 0 22 0 23474799 10060525568 61312 33554432000 1073741824 1073778376 140736034438720 140155260807848 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4090/tid=4095] ppid=4087 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/4090/task/4095/stat : 4095 (java) S 4087 4090 1299 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 22 0 23474799 10060525568 61312 33554432000 1073741824 1073778376 140736034438720 140155259755560 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4090/tid=4096] ppid=4087 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/4090/task/4096/stat : 4096 (java) S 4087 4090 1299 0 -1 4202560 24 0 0 0 2 0 0 0 20 0 22 0 23474799 10060525568 61312 33554432000 1073741824 1073778376 140736034438720 140155258702760 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4090/tid=4097] ppid=4087 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/4090/task/4097/stat : 4097 (java) S 4087 4090 1299 0 -1 4202560 111 0 0 0 2 1 0 0 20 0 22 0 23474799 10060525568 61312 33554432000 1073741824 1073778376 140736034438720 140155257649448 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4090/tid=4098] ppid=4087 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/4090/task/4098/stat : 4098 (java) S 4087 4090 1299 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 22 0 23474799 10060525568 61312 33554432000 1073741824 1073778376 140736034438720 140155256596648 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4090/tid=4099] ppid=4087 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/4090/task/4099/stat : 4099 (java) S 4087 4090 1299 0 -1 4202560 110 0 0 0 2 1 0 0 20 0 22 0 23474799 10060525568 61312 33554432000 1073741824 1073778376 140736034438720 140155255544360 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4090/tid=4100] ppid=4087 vsize=9824732 CPUtime=0.02 cores=1,3,5,7

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

/proc/4090/task/4095/stat : 4095 (java) S 4087 4090 1299 0 -1 4202560 2247 0 0 0 151 20 0 0 20 0 22 0 23474799 10060525568 1012608 33554432000 1073741824 1073778376 140736034438720 140155259755560 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4090/tid=4096] ppid=4087 vsize=9824732 CPUtime=1.62 cores=1,3,5,7
/proc/4090/task/4096/stat : 4096 (java) S 4087 4090 1299 0 -1 4202560 918 0 0 0 139 23 0 0 20 0 22 0 23474799 10060525568 1012608 33554432000 1073741824 1073778376 140736034438720 140155258702760 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4090/tid=4097] ppid=4087 vsize=9824732 CPUtime=1.69 cores=1,3,5,7
/proc/4090/task/4097/stat : 4097 (java) S 4087 4090 1299 0 -1 4202560 2489 0 0 0 146 23 0 0 20 0 22 0 23474799 10060525568 1012608 33554432000 1073741824 1073778376 140736034438720 140155257649448 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4090/tid=4098] ppid=4087 vsize=9824732 CPUtime=1.39 cores=1,3,5,7
/proc/4090/task/4098/stat : 4098 (java) S 4087 4090 1299 0 -1 4202560 715 0 0 0 119 20 0 0 20 0 22 0 23474799 10060525568 1012608 33554432000 1073741824 1073778376 140736034438720 140155256596648 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4090/tid=4099] ppid=4087 vsize=9824732 CPUtime=1.84 cores=1,3,5,7
/proc/4090/task/4099/stat : 4099 (java) S 4087 4090 1299 0 -1 4202560 1618 0 0 0 162 22 0 0 20 0 22 0 23474799 10060525568 1012608 33554432000 1073741824 1073778376 140736034438720 140155255544360 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4090/tid=4100] ppid=4087 vsize=9824732 CPUtime=1.82 cores=1,3,5,7
/proc/4090/task/4100/stat : 4100 (java) S 4087 4090 1299 0 -1 4202560 984 0 0 0 160 22 0 0 20 0 22 0 23474799 10060525568 1012608 33554432000 1073741824 1073778376 140736034438720 140155254491560 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4090/tid=4101] ppid=4087 vsize=9824732 CPUtime=4.02 cores=1,3,5,7
/proc/4090/task/4101/stat : 4101 (java) S 4087 4090 1299 0 -1 4202560 3072 0 0 0 399 3 0 0 20 0 22 0 23474800 10060525568 1012608 33554432000 1073741824 1073778376 140736034438720 140155124312808 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4090/tid=4102] ppid=4087 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4090/task/4102/stat : 4102 (java) S 4087 4090 1299 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23474801 10060525568 1012608 33554432000 1073741824 1073778376 140736034438720 140155123258872 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4090/tid=4103] ppid=4087 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4090/task/4103/stat : 4103 (java) S 4087 4090 1299 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23474801 10060525568 1012608 33554432000 1073741824 1073778376 140736034438720 140155122206472 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4090/tid=4104] ppid=4087 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4090/task/4104/stat : 4104 (java) S 4087 4090 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23474803 10060525568 1012608 33554432000 1073741824 1073778376 140736034438720 140155121154960 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4090/tid=4105] ppid=4087 vsize=9824732 CPUtime=1.07 cores=1,3,5,7
/proc/4090/task/4105/stat : 4105 (java) S 4087 4090 1299 0 -1 4202560 5611 0 0 0 107 0 0 0 20 0 22 0 23474803 10060525568 1012608 33554432000 1073741824 1073778376 140736034438720 140155120101560 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4090/tid=4106] ppid=4087 vsize=9824732 CPUtime=1.3 cores=1,3,5,7
/proc/4090/task/4106/stat : 4106 (java) S 4087 4090 1299 0 -1 4202560 8385 0 0 0 128 2 0 0 20 0 22 0 23474803 10060525568 1012608 33554432000 1073741824 1073778376 140736034438720 140155119048760 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4090/tid=4107] ppid=4087 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4090/task/4107/stat : 4107 (java) S 4087 4090 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23474803 10060525568 1012608 33554432000 1073741824 1073778376 140736034438720 140154245212792 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4090/tid=4108] ppid=4087 vsize=9824732 CPUtime=0.26 cores=1,3,5,7
/proc/4090/task/4108/stat : 4108 (java) S 4087 4090 1299 0 -1 4202560 51 0 0 0 11 15 0 0 20 0 22 0 23474803 10060525568 1012608 33554432000 1073741824 1073778376 140736034438720 140154244160200 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4090/tid=4109] ppid=4087 vsize=9824732 CPUtime=871.72 cores=1,3,5,7
/proc/4090/task/4109/stat : 4109 (java) R 4087 4090 1299 0 -1 4202560 653 0 0 0 87154 18 0 0 20 0 22 0 23474857 10060525568 1012608 33554432000 1073741824 1073778376 140736034438720 140154243103712 140155135245195 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=4090/tid=4110] ppid=4087 vsize=9824732 CPUtime=871.7 cores=1,3,5,7
/proc/4090/task/4110/stat : 4110 (java) R 4087 4090 1299 0 -1 4202560 1258 0 0 0 87137 33 0 0 20 0 22 0 23474857 10060525568 1012608 33554432000 1073741824 1073778376 140736034438720 140154242051216 140155135679625 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=4090/tid=4111] ppid=4087 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4090/task/4111/stat : 4111 (java) S 4087 4090 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23474864 10060525568 1012608 33554432000 1073741824 1073778376 140736034438720 140154241001128 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4090/tid=4112] ppid=4087 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4090/task/4112/stat : 4112 (java) S 4087 4090 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23474865 10060525568 1012608 33554432000 1073741824 1073778376 140736034438720 140154239948328 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1768.87
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+897.901 s]
/proc/loadavg: 4.31 4.19 4.18 5/219 4219
/proc/meminfo: memFree=24550320/32872528 swapFree=877056/942464
[pid=4090] ppid=4087 vsize=9824732 CPUtime=1800.05 cores=1,3,5,7
/proc/4090/stat : 4090 (java) S 4087 4090 1299 0 -1 4202496 35087 0 1 0 179774 231 0 0 20 0 22 0 23474798 10060525568 1012608 33554432000 1073741824 1073778376 140736034438720 140736034429856 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4090/statm: 2456183 1012608 2293 9 0 2446860 0
[pid=4090/tid=4091] ppid=4087 vsize=9824732 CPUtime=0.61 cores=1,3,5,7
/proc/4090/task/4091/stat : 4091 (java) S 4087 4090 1299 0 -1 4202560 2456 0 1 0 58 3 0 0 20 0 22 0 23474798 10060525568 1012608 33554432000 1073741824 1073778376 140736034438720 140155300369272 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4090/tid=4093] ppid=4087 vsize=9824732 CPUtime=1.93 cores=1,3,5,7
/proc/4090/task/4093/stat : 4093 (java) S 4087 4090 1299 0 -1 4202560 1409 0 0 0 167 26 0 0 20 0 22 0 23474799 10060525568 1012608 33554432000 1073741824 1073778376 140736034438720 140155261860648 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4090/tid=4094] ppid=4087 vsize=9824732 CPUtime=1.79 cores=1,3,5,7
/proc/4090/task/4094/stat : 4094 (java) S 4087 4090 1299 0 -1 4202560 1957 0 0 0 155 24 0 0 20 0 22 0 23474799 10060525568 1012608 33554432000 1073741824 1073778376 140736034438720 140155260807848 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4090/tid=4095] ppid=4087 vsize=9824732 CPUtime=1.71 cores=1,3,5,7
/proc/4090/task/4095/stat : 4095 (java) S 4087 4090 1299 0 -1 4202560 2247 0 0 0 151 20 0 0 20 0 22 0 23474799 10060525568 1012608 33554432000 1073741824 1073778376 140736034438720 140155259755560 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4090/tid=4096] ppid=4087 vsize=9824732 CPUtime=1.62 cores=1,3,5,7
/proc/4090/task/4096/stat : 4096 (java) S 4087 4090 1299 0 -1 4202560 918 0 0 0 139 23 0 0 20 0 22 0 23474799 10060525568 1012608 33554432000 1073741824 1073778376 140736034438720 140155258702760 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4090/tid=4097] ppid=4087 vsize=9824732 CPUtime=1.69 cores=1,3,5,7
/proc/4090/task/4097/stat : 4097 (java) S 4087 4090 1299 0 -1 4202560 2489 0 0 0 146 23 0 0 20 0 22 0 23474799 10060525568 1012608 33554432000 1073741824 1073778376 140736034438720 140155257649448 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4090/tid=4098] ppid=4087 vsize=9824732 CPUtime=1.39 cores=1,3,5,7
/proc/4090/task/4098/stat : 4098 (java) S 4087 4090 1299 0 -1 4202560 715 0 0 0 119 20 0 0 20 0 22 0 23474799 10060525568 1012608 33554432000 1073741824 1073778376 140736034438720 140155256596648 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4090/tid=4099] ppid=4087 vsize=9824732 CPUtime=1.84 cores=1,3,5,7
/proc/4090/task/4099/stat : 4099 (java) S 4087 4090 1299 0 -1 4202560 1618 0 0 0 162 22 0 0 20 0 22 0 23474799 10060525568 1012608 33554432000 1073741824 1073778376 140736034438720 140155255544360 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4090/tid=4100] ppid=4087 vsize=9824732 CPUtime=1.82 cores=1,3,5,7
/proc/4090/task/4100/stat : 4100 (java) S 4087 4090 1299 0 -1 4202560 984 0 0 0 160 22 0 0 20 0 22 0 23474799 10060525568 1012608 33554432000 1073741824 1073778376 140736034438720 140155254491560 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4090/tid=4101] ppid=4087 vsize=9824732 CPUtime=4.02 cores=1,3,5,7
/proc/4090/task/4101/stat : 4101 (java) S 4087 4090 1299 0 -1 4202560 3072 0 0 0 399 3 0 0 20 0 22 0 23474800 10060525568 1012608 33554432000 1073741824 1073778376 140736034438720 140155124312808 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4090/tid=4102] ppid=4087 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4090/task/4102/stat : 4102 (java) S 4087 4090 1299 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23474801 10060525568 1012608 33554432000 1073741824 1073778376 140736034438720 140155123258872 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4090/tid=4103] ppid=4087 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4090/task/4103/stat : 4103 (java) S 4087 4090 1299 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23474801 10060525568 1012608 33554432000 1073741824 1073778376 140736034438720 140155122206472 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4090/tid=4104] ppid=4087 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4090/task/4104/stat : 4104 (java) S 4087 4090 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23474803 10060525568 1012608 33554432000 1073741824 1073778376 140736034438720 140155121154960 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4090/tid=4105] ppid=4087 vsize=9824732 CPUtime=1.07 cores=1,3,5,7
/proc/4090/task/4105/stat : 4105 (java) S 4087 4090 1299 0 -1 4202560 5611 0 0 0 107 0 0 0 20 0 22 0 23474803 10060525568 1012608 33554432000 1073741824 1073778376 140736034438720 140155120101560 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4090/tid=4106] ppid=4087 vsize=9824732 CPUtime=1.3 cores=1,3,5,7
/proc/4090/task/4106/stat : 4106 (java) S 4087 4090 1299 0 -1 4202560 8385 0 0 0 128 2 0 0 20 0 22 0 23474803 10060525568 1012608 33554432000 1073741824 1073778376 140736034438720 140155119048760 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4090/tid=4107] ppid=4087 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4090/task/4107/stat : 4107 (java) S 4087 4090 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23474803 10060525568 1012608 33554432000 1073741824 1073778376 140736034438720 140154245212792 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4090/tid=4108] ppid=4087 vsize=9824732 CPUtime=0.26 cores=1,3,5,7
/proc/4090/task/4108/stat : 4108 (java) S 4087 4090 1299 0 -1 4202560 51 0 0 0 11 15 0 0 20 0 22 0 23474803 10060525568 1012608 33554432000 1073741824 1073778376 140736034438720 140154244160200 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4090/tid=4109] ppid=4087 vsize=9824732 CPUtime=887.27 cores=1,3,5,7
/proc/4090/task/4109/stat : 4109 (java) R 4087 4090 1299 0 -1 4202560 653 0 0 0 88709 18 0 0 20 0 22 0 23474857 10060525568 1012608 33554432000 1073741824 1073778376 140736034438720 140154243096848 140155135200511 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=4090/tid=4110] ppid=4087 vsize=9824732 CPUtime=887.25 cores=1,3,5,7
/proc/4090/task/4110/stat : 4110 (java) R 4087 4090 1299 0 -1 4202560 1258 0 0 0 88692 33 0 0 20 0 22 0 23474857 10060525568 1012608 33554432000 1073741824 1073778376 140736034438720 140154242051216 140155135495936 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=4090/tid=4111] ppid=4087 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4090/task/4111/stat : 4111 (java) S 4087 4090 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23474864 10060525568 1012608 33554432000 1073741824 1073778376 140736034438720 140154241001128 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4090/tid=4112] ppid=4087 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4090/task/4112/stat : 4112 (java) S 4087 4090 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23474865 10060525568 1012608 33554432000 1073741824 1073778376 140736034438720 140154239948328 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9824732

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 4090 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+897.901 s]
/proc/loadavg: 4.31 4.19 4.18 5/219 4219
/proc/meminfo: memFree=24550320/32872528 swapFree=877056/942464
[pid=4090] ppid=4087 vsize=9824732 CPUtime=1800.05 cores=1,3,5,7
/proc/4090/stat : 4090 (java) S 4087 4090 1299 0 -1 4202496 35087 0 1 0 179774 231 0 0 20 0 22 0 23474798 10060525568 1012608 33554432000 1073741824 1073778376 140736034438720 140736034429856 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4090/statm: 2456183 1012608 2293 9 0 2446860 0
[pid=4090/tid=4091] ppid=4087 vsize=9824732 CPUtime=0.61 cores=1,3,5,7
/proc/4090/task/4091/stat : 4091 (java) S 4087 4090 1299 0 -1 4202560 2456 0 1 0 58 3 0 0 20 0 22 0 23474798 10060525568 1012608 33554432000 1073741824 1073778376 140736034438720 140155300369272 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4090/tid=4093] ppid=4087 vsize=9824732 CPUtime=1.93 cores=1,3,5,7
/proc/4090/task/4093/stat : 4093 (java) S 4087 4090 1299 0 -1 4202560 1409 0 0 0 167 26 0 0 20 0 22 0 23474799 10060525568 1012608 33554432000 1073741824 1073778376 140736034438720 140155261860648 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4090/tid=4094] ppid=4087 vsize=9824732 CPUtime=1.79 cores=1,3,5,7
/proc/4090/task/4094/stat : 4094 (java) S 4087 4090 1299 0 -1 4202560 1957 0 0 0 155 24 0 0 20 0 22 0 23474799 10060525568 1012608 33554432000 1073741824 1073778376 140736034438720 140155260807848 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4090/tid=4095] ppid=4087 vsize=9824732 CPUtime=1.71 cores=1,3,5,7
/proc/4090/task/4095/stat : 4095 (java) S 4087 4090 1299 0 -1 4202560 2247 0 0 0 151 20 0 0 20 0 22 0 23474799 10060525568 1012608 33554432000 1073741824 1073778376 140736034438720 140155259755560 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4090/tid=4096] ppid=4087 vsize=9824732 CPUtime=1.62 cores=1,3,5,7
/proc/4090/task/4096/stat : 4096 (java) S 4087 4090 1299 0 -1 4202560 918 0 0 0 139 23 0 0 20 0 22 0 23474799 10060525568 1012608 33554432000 1073741824 1073778376 140736034438720 140155258702760 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4090/tid=4097] ppid=4087 vsize=9824732 CPUtime=1.69 cores=1,3,5,7
/proc/4090/task/4097/stat : 4097 (java) S 4087 4090 1299 0 -1 4202560 2489 0 0 0 146 23 0 0 20 0 22 0 23474799 10060525568 1012608 33554432000 1073741824 1073778376 140736034438720 140155257649448 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4090/tid=4098] ppid=4087 vsize=9824732 CPUtime=1.39 cores=1,3,5,7
/proc/4090/task/4098/stat : 4098 (java) S 4087 4090 1299 0 -1 4202560 715 0 0 0 119 20 0 0 20 0 22 0 23474799 10060525568 1012608 33554432000 1073741824 1073778376 140736034438720 140155256596648 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4090/tid=4099] ppid=4087 vsize=9824732 CPUtime=1.84 cores=1,3,5,7
/proc/4090/task/4099/stat : 4099 (java) S 4087 4090 1299 0 -1 4202560 1618 0 0 0 162 22 0 0 20 0 22 0 23474799 10060525568 1012608 33554432000 1073741824 1073778376 140736034438720 140155255544360 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4090/tid=4100] ppid=4087 vsize=9824732 CPUtime=1.82 cores=1,3,5,7
/proc/4090/task/4100/stat : 4100 (java) S 4087 4090 1299 0 -1 4202560 984 0 0 0 160 22 0 0 20 0 22 0 23474799 10060525568 1012608 33554432000 1073741824 1073778376 140736034438720 140155254491560 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4090/tid=4101] ppid=4087 vsize=9824732 CPUtime=4.02 cores=1,3,5,7
/proc/4090/task/4101/stat : 4101 (java) S 4087 4090 1299 0 -1 4202560 3072 0 0 0 399 3 0 0 20 0 22 0 23474800 10060525568 1012608 33554432000 1073741824 1073778376 140736034438720 140155124312808 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4090/tid=4102] ppid=4087 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4090/task/4102/stat : 4102 (java) S 4087 4090 1299 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23474801 10060525568 1012608 33554432000 1073741824 1073778376 140736034438720 140155123258872 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4090/tid=4103] ppid=4087 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4090/task/4103/stat : 4103 (java) S 4087 4090 1299 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23474801 10060525568 1012608 33554432000 1073741824 1073778376 140736034438720 140155122206472 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4090/tid=4104] ppid=4087 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4090/task/4104/stat : 4104 (java) S 4087 4090 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23474803 10060525568 1012608 33554432000 1073741824 1073778376 140736034438720 140155121154960 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4090/tid=4105] ppid=4087 vsize=9824732 CPUtime=1.07 cores=1,3,5,7
/proc/4090/task/4105/stat : 4105 (java) S 4087 4090 1299 0 -1 4202560 5611 0 0 0 107 0 0 0 20 0 22 0 23474803 10060525568 1012608 33554432000 1073741824 1073778376 140736034438720 140155120101560 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4090/tid=4106] ppid=4087 vsize=9824732 CPUtime=1.3 cores=1,3,5,7
/proc/4090/task/4106/stat : 4106 (java) S 4087 4090 1299 0 -1 4202560 8385 0 0 0 128 2 0 0 20 0 22 0 23474803 10060525568 1012608 33554432000 1073741824 1073778376 140736034438720 140155119048760 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4090/tid=4107] ppid=4087 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4090/task/4107/stat : 4107 (java) S 4087 4090 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23474803 10060525568 1012608 33554432000 1073741824 1073778376 140736034438720 140154245212792 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4090/tid=4108] ppid=4087 vsize=9824732 CPUtime=0.26 cores=1,3,5,7
/proc/4090/task/4108/stat : 4108 (java) S 4087 4090 1299 0 -1 4202560 51 0 0 0 11 15 0 0 20 0 22 0 23474803 10060525568 1012608 33554432000 1073741824 1073778376 140736034438720 140154244160200 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4090/tid=4109] ppid=4087 vsize=9824732 CPUtime=887.27 cores=1,3,5,7
/proc/4090/task/4109/stat : 4109 (java) R 4087 4090 1299 0 -1 4202560 653 0 0 0 88709 18 0 0 20 0 22 0 23474857 10060525568 1012608 33554432000 1073741824 1073778376 140736034438720 140154243096848 140155135200511 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=4090/tid=4110] ppid=4087 vsize=9824732 CPUtime=887.25 cores=1,3,5,7
/proc/4090/task/4110/stat : 4110 (java) R 4087 4090 1299 0 -1 4202560 1258 0 0 0 88692 33 0 0 20 0 22 0 23474857 10060525568 1012608 33554432000 1073741824 1073778376 140736034438720 140154242051216 140155135495936 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=4090/tid=4111] ppid=4087 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4090/task/4111/stat : 4111 (java) S 4087 4090 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23474864 10060525568 1012608 33554432000 1073741824 1073778376 140736034438720 140154241001128 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4090/tid=4112] ppid=4087 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4090/task/4112/stat : 4112 (java) S 4087 4090 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23474865 10060525568 1012608 33554432000 1073741824 1073778376 140736034438720 140154239948328 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9824732

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 4090 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=229387
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=710587
# CPU time returned by wait4() is 1795.94
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 897.952
CPU time (s): 1800.05
CPU user time (s): 1797.74
CPU system time (s): 2.31
CPU usage (%): 200.462
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.23
system time used= 2.71059
maximum resident set size= 4050552
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35129
page faults= 1
swaps= 0
block input operations= 0
block output operations= 816
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21997
involuntary context switches= 22672

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.20306 second user time and 6.74597 second system time

The end

Launcher Data

Begin job on node113 at 2016-06-18 03:44:19
IDJOB=4101450
IDBENCH=1750
IDSOLVER=2543
FILE ID=node113/4101450-1466214259
RUNJOBID= node113-1466206100-1316
PBS_JOBID= 19918163
Free space on /tmp= 71704 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/miplib/normalized-reduced-mps-v2-20-10-fixnet3.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4101450-1466214259/watcher-4101450-1466214259 -o /tmp/evaluation-result-4101450-1466214259/solver-4101450-1466214259 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node113-1466206100-1316 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4101450-1466214259.opb

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

MD5SUM BENCH= 33434aafd8d2cc52b903fb501d38927b
RANDOM SEED=943350443

node113.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.799
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.59
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.799
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30497716 kB
Buffers:           91364 kB
Cached:            91472 kB
SwapCached:         1968 kB
Active:           551908 kB
Inactive:         125932 kB
Active(anon):     495808 kB
Inactive(anon):     1556 kB
Active(file):      56100 kB
Inactive(file):   124376 kB
Unevictable:      942464 kB
Mlocked:          877056 kB
SwapTotal:      67108856 kB
SwapFree:       67098956 kB
Dirty:              2872 kB
Writeback:             0 kB
AnonPages:       1455184 kB
Mapped:            15328 kB
Shmem:                 0 kB
Slab:             598256 kB
SReclaimable:      42108 kB
SUnreclaim:       556148 kB
KernelStack:        1648 kB
PageTables:         7104 kB
NFS_Unstable:          4 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2020532 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    524288 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 node113 at 2016-06-18 03:59:17