Trace number 4081619

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.51 896.521

General information on the benchmark

Name/OPT-SMALLINT-LIN/heinz/
normalized-f2000.opb
MD5SUMacba870ceff62e653e0b2927ff2b81fb
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4000
Total number of constraints10500
Number of constraints which are clauses10500
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
Number of terms in the objective function 4000
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 4000
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4000
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.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.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose 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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4081619-1465268771.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  objective function found
0.74/0.47	c ... done. Wall clock time 0.352s.
0.74/0.47	c declared #vars     4000
0.74/0.47	c #constraints  10500
0.74/0.47	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.74/0.47	c constraints type 
0.74/0.47	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 8500
0.74/0.47	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2000
0.74/0.47	c 10500 constraints processed.
0.74/0.47	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.74/0.47	c constraints type 
0.74/0.47	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2000
0.74/0.47	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 8500
0.74/0.47	c 10500 constraints processed.
0.74/0.47	c objective function length is 4000 literals
4.72/1.72	c cleaning 2498 clauses out of 5001 with flag 29765/5001
6.65/2.64	c cleaning 4245 clauses out of 8504 with flag 69906/11002
7.86/3.21	c cleaning 0 clauses out of 5002 with flag 0/5002
9.23/3.79	c cleaning 5621 clauses out of 11258 with flag 117655/18001
12.57/5.14	c cleaning 6806 clauses out of 13638 with flag 184728/26002
14.40/6.06	c cleaning 0 clauses out of 11001 with flag 0/11001
15.62/6.64	c cleaning 7912 clauses out of 15830 with flag 253245/35000
19.01/8.35	c cleaning 8952 clauses out of 17918 with flag 327827/45000
21.82/9.74	c cleaning 0 clauses out of 18000 with flag 0/18000
23.02/10.34	c cleaning 9976 clauses out of 19967 with flag 410574/56001
27.66/12.69	c cleaning 10989 clauses out of 21990 with flag 519501/68000
30.66/14.12	c cleaning 0 clauses out of 26002 with flag 0/26002
32.86/15.21	c cleaning 11994 clauses out of 24001 with flag 622235/81000
38.28/17.95	c cleaning 12996 clauses out of 26007 with flag 723355/95000
40.67/19.19	c cleaning 0 clauses out of 35000 with flag 0/35000
44.11/20.88	c cleaning 13995 clauses out of 28011 with flag 848576/110000
50.71/24.15	c cleaning 14996 clauses out of 30016 with flag 1023217/126000
52.91/25.21	c cleaning 0 clauses out of 45000 with flag 0/45000
57.92/27.78	c cleaning 15999 clauses out of 32022 with flag 1171019/143002
65.32/31.45	c cleaning 17004 clauses out of 34021 with flag 1307710/161000
67.12/32.37	c cleaning 0 clauses out of 56000 with flag 0/56000
73.73/35.66	c cleaning 18007 clauses out of 36017 with flag 1435508/180000
82.15/39.85	c cleaning 18996 clauses out of 38010 with flag 1574944/200000
83.75/40.63	c cleaning 0 clauses out of 68001 with flag 0/68001
91.39/44.42	c cleaning 20001 clauses out of 40014 with flag 1737442/221000
101.21/49.37	c cleaning 21001 clauses out of 42013 with flag 1898149/243000
103.82/50.66	c cleaning 0 clauses out of 81002 with flag 0/81002
111.83/54.65	c cleaning 22003 clauses out of 44016 with flag 2063515/266004
123.65/60.52	c cleaning 22998 clauses out of 46009 with flag 2248863/290000
126.24/61.85	c cleaning 0 clauses out of 95001 with flag 0/95001
135.66/66.50	c cleaning 24003 clauses out of 48013 with flag 2438411/315002
148.29/72.86	c cleaning 25000 clauses out of 50012 with flag 2633693/341004
152.89/75.11	c cleaning 0 clauses out of 110000 with flag 0/110000
162.13/79.71	c cleaning 25993 clauses out of 52008 with flag 2830575/368000
176.76/87.04	c cleaning 26999 clauses out of 54018 with flag 3032316/396003
182.37/89.87	c cleaning 0 clauses out of 126000 with flag 0/126000
192.00/94.66	c cleaning 27996 clauses out of 56016 with flag 3260255/425000
209.06/103.15	c cleaning 29002 clauses out of 58022 with flag 3512347/455002
213.26/105.22	c cleaning 0 clauses out of 143000 with flag 0/143000
226.33/111.74	c cleaning 30006 clauses out of 60020 with flag 3741506/486002
244.38/120.76	c cleaning 30996 clauses out of 62012 with flag 4007189/518000
247.58/122.32	c cleaning 0 clauses out of 161001 with flag 0/161001
264.04/130.54	c cleaning 32005 clauses out of 64017 with flag 4288484/551001
284.70/140.90	c cleaning 33000 clauses out of 66012 with flag 4543039/585001
288.51/142.72	c cleaning 0 clauses out of 180005 with flag 0/180005
306.55/151.73	c cleaning 33995 clauses out of 68012 with flag 4800755/620001
329.29/163.02	c cleaning 35003 clauses out of 70018 with flag 5105694/656002
333.70/165.21	c cleaning 0 clauses out of 200002 with flag 0/200002
352.82/174.79	c cleaning 36001 clauses out of 72013 with flag 5362478/693000
377.53/187.07	c cleaning 37003 clauses out of 74012 with flag 5631572/731000
382.32/189.48	c cleaning 0 clauses out of 221001 with flag 0/221001
404.06/200.22	c cleaning 38000 clauses out of 76009 with flag 5964932/770000
430.56/213.46	c cleaning 38996 clauses out of 78011 with flag 6257976/810002
436.40/216.34	c cleaning 0 clauses out of 243001 with flag 0/243001
458.34/227.26	c cleaning 40005 clauses out of 80014 with flag 6555951/851001
487.63/241.92	c cleaning 40995 clauses out of 82008 with flag 6879092/893000
497.86/247.04	c cleaning 0 clauses out of 266002 with flag 0/266002
517.94/257.04	c cleaning 42004 clauses out of 84017 with flag 7220689/936004
548.86/272.47	c cleaning 42995 clauses out of 86009 with flag 7542068/980000
561.30/278.69	c cleaning 0 clauses out of 290000 with flag 0/290000
581.57/288.78	c cleaning 44000 clauses out of 88016 with flag 7897214/1025002
616.26/306.03	c cleaning 44994 clauses out of 90014 with flag 8242474/1071000
634.55/315.17	c cleaning 0 clauses out of 315000 with flag 0/315000
651.45/323.59	c cleaning 46000 clauses out of 92021 with flag 8592985/1118001
688.52/342.16	c cleaning 47000 clauses out of 94021 with flag 8983576/1166001
708.56/352.18	c cleaning 0 clauses out of 341000 with flag 0/341000
726.02/360.86	c cleaning 48001 clauses out of 96021 with flag 9403430/1215001
765.36/380.47	c cleaning 49006 clauses out of 98019 with flag 9812678/1265000
790.85/393.14	c cleaning 0 clauses out of 368001 with flag 0/368001
805.52/400.44	c cleaning 49996 clauses out of 100013 with flag 10201926/1316000
850.01/422.62	c cleaning 51005 clauses out of 102018 with flag 10618384/1368001
884.76/439.91	c cleaning 0 clauses out of 396001 with flag 0/396001
895.76/445.56	c cleaning 51993 clauses out of 104014 with flag 11062447/1421002
942.69/468.97	c cleaning 53004 clauses out of 106019 with flag 11543064/1475000
986.66/490.85	c cleaning 0 clauses out of 425000 with flag 0/425000
989.68/492.35	c cleaning 53998 clauses out of 108015 with flag 11962032/1530000
1037.64/516.22	c cleaning 54991 clauses out of 110018 with flag 12403510/1586001
1086.20/540.46	c cleaning 56002 clauses out of 112027 with flag 12844433/1643001
1095.83/545.21	c cleaning 0 clauses out of 455003 with flag 0/455003
1137.40/565.98	c cleaning 57008 clauses out of 114024 with flag 13272436/1701000
1190.63/592.66	c cleaning 57993 clauses out of 116016 with flag 13739420/1760000
1207.68/601.12	c cleaning 0 clauses out of 486000 with flag 0/486000
1246.00/620.23	c cleaning 59001 clauses out of 118024 with flag 14190363/1820001
1302.41/648.32	c cleaning 59999 clauses out of 120023 with flag 14709759/1881001
1327.92/661.01	c cleaning 0 clauses out of 518002 with flag 0/518002
1361.47/677.80	c cleaning 61004 clauses out of 122024 with flag 15179729/1943001
1421.29/707.58	c cleaning 62005 clauses out of 124020 with flag 15671359/2006001
1464.55/729.27	c cleaning 0 clauses out of 551001 with flag 0/551001
1481.21/737.51	c cleaning 62994 clauses out of 126014 with flag 16201889/2070000
1545.24/769.40	c cleaning 64002 clauses out of 128021 with flag 16705953/2135001
1610.51/801.96	c cleaning 0 clauses out of 585001 with flag 0/585001
1611.33/802.38	c cleaning 65008 clauses out of 130020 with flag 17246040/2201002
1677.87/835.45	c cleaning 65995 clauses out of 132013 with flag 17768409/2268003
1749.23/871.16	c cleaning 67004 clauses out of 134015 with flag 18392068/2336000
1786.36/889.60	c cleaning 0 clauses out of 620000 with flag 0/620000
1800.06/896.40	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.06/896.40	c starts		: 3211
1800.06/896.40	c conflicts		: 2389072
1800.06/896.40	c decisions		: 3637496
1800.06/896.40	c propagations		: 928134802
1800.06/896.40	c inspects		: 7134109906
1800.06/896.40	c shortcuts		: 0
1800.06/896.40	c learnt literals	: 0
1800.06/896.40	c learnt binary clauses	: 0
1800.06/896.40	c learnt ternary clauses	: 81
1800.06/896.40	c learnt constraints	: 2389072
1800.06/896.40	c ignored constraints	: 0
1800.06/896.40	c root simplifications	: 0
1800.06/896.40	c removed literals (reason simplification)	: 28302559
1800.06/896.40	c reason swapping (by a shorter reason)	: 0
1800.06/896.40	c Calls to reduceDB	: 64
1800.06/896.40	c Number of update (reduction) of LBD	: 1033497
1800.06/896.40	c Imported unit clauses	: 0
1800.06/896.40	c number of reductions to clauses (during analyze)	: 0
1800.06/896.40	c number of learned constraints concerned by reduction	: 0
1800.06/896.40	c number of learning phase by resolution	: 0
1800.06/896.40	c number of learning phase by cutting planes	: 0
1800.06/896.40	c speed (assignments/second)	: 1035979.2008268771
1800.06/896.40	c non guided choices	0
1800.06/896.43	c learnt constraints type 
1800.06/896.43	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 120083
1800.06/896.43	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.06/896.43	c starts		: 166
1800.06/896.43	c conflicts		: 622975
1800.06/896.43	c decisions		: 838941
1800.06/896.43	c propagations		: 229997735
1800.06/896.43	c inspects		: 4033887604
1800.06/896.43	c shortcuts		: 0
1800.06/896.43	c learnt literals	: 0
1800.06/896.43	c learnt binary clauses	: 0
1800.06/896.43	c learnt ternary clauses	: 75
1800.06/896.43	c learnt constraints	: 622974
1800.06/896.43	c ignored constraints	: 0
1800.06/896.43	c root simplifications	: 0
1800.06/896.43	c removed literals (reason simplification)	: 0
1800.06/896.43	c reason swapping (by a shorter reason)	: 0
1800.06/896.43	c Calls to reduceDB	: 31
1800.06/896.43	c Number of update (reduction) of LBD	: 0
1800.06/896.43	c Imported unit clauses	: 0
1800.06/896.43	c number of reductions to clauses (during analyze)	: 0
1800.06/896.43	c number of learned constraints concerned by reduction	: 0
1800.06/896.43	c number of learning phase by resolution	: 0
1800.06/896.43	c number of learning phase by cutting planes	: 0
1800.06/896.43	c speed (assignments/second)	: 256713.3833817745
1800.06/896.43	c non guided choices	0
1800.06/896.51	c learnt constraints type 
1800.06/896.51	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 622974
1800.06/896.51	s UNKNOWN
1800.06/896.51	c Total wall clock time (in seconds): 896.397

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-4081619-1465268771/watcher-4081619-1465268771 -o /tmp/evaluation-result-4081619-1465268771/solver-4081619-1465268771 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node121-1465256572-5998 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4081619-1465268771.opb 

pid=13257
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 4.15 4.20 4.21 4/195 13260
/proc/meminfo: memFree=27481484/32872528 swapFree=17280/1464432
[pid=13260] ppid=13257 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/13260/stat : 13260 (java) S 13257 13260 5982 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 108810114 98570240 977 33554432000 1073741824 1073778376 140734957232496 140734957223632 227515859005 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13260/statm: 24065 977 743 9 0 16771 0
[pid=13260/tid=13261] ppid=13257 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/13260/task/13261/stat : 13261 (java) R 13257 13260 5982 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 108810115 98570240 977 33554432000 1073741824 1073778376 140734957232496 140146952220200 227512501632 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100111 s]
/proc/loadavg: 4.15 4.20 4.21 4/195 13260
/proc/meminfo: memFree=27481484/32872528 swapFree=17280/1464432
[pid=13260] ppid=13257 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/13260/stat : 13260 (java) S 13257 13260 5982 0 -1 4202496 4435 0 1 0 9 1 0 0 20 0 18 0 108810114 9787879424 6064 33554432000 1073741824 1073778376 140734957232496 140734957223632 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13260/statm: 2389619 6064 2141 9 0 2380296 0
[pid=13260/tid=13261] ppid=13257 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/13260/task/13261/stat : 13261 (java) R 13257 13260 5982 0 -1 4202560 2388 0 1 0 7 1 0 0 20 0 18 0 108810115 9787879424 6064 33554432000 1073741824 1073778376 140734957232496 140146952223648 140146960100108 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200317 s]
/proc/loadavg: 4.15 4.20 4.21 4/195 13260
/proc/meminfo: memFree=27481484/32872528 swapFree=17280/1464432
[pid=13260] ppid=13257 vsize=9558476 CPUtime=0.29 cores=0,2,4,6
/proc/13260/stat : 13260 (java) S 13257 13260 5982 0 -1 4202496 4988 0 1 0 28 1 0 0 20 0 18 0 108810114 9787879424 6945 33554432000 1073741824 1073778376 140734957232496 140734957223632 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13260/statm: 2389619 6945 2219 9 0 2380296 0
[pid=13260/tid=13261] ppid=13257 vsize=9558476 CPUtime=0.18 cores=0,2,4,6
/proc/13260/task/13261/stat : 13261 (java) R 13257 13260 5982 0 -1 4202560 2403 0 1 0 17 1 0 0 20 0 18 0 108810115 9787879424 6945 33554432000 1073741824 1073778376 140734957232496 140146952223648 140146953781889 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558476

[startup+0.300268 s]
/proc/loadavg: 4.15 4.20 4.21 4/195 13260
/proc/meminfo: memFree=27481484/32872528 swapFree=17280/1464432
[pid=13260] ppid=13257 vsize=9558476 CPUtime=0.49 cores=0,2,4,6
/proc/13260/stat : 13260 (java) S 13257 13260 5982 0 -1 4202496 5965 0 1 0 48 1 0 0 20 0 18 0 108810114 9787879424 8990 33554432000 1073741824 1073778376 140734957232496 140734957223632 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13260/statm: 2389619 8990 2233 9 0 2380296 0
[pid=13260/tid=13261] ppid=13257 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/13260/task/13261/stat : 13261 (java) R 13257 13260 5982 0 -1 4202560 2407 0 1 0 26 1 0 0 20 0 18 0 108810115 9787879424 8990 33554432000 1073741824 1073778376 140734957232496 140146952216432 140146812934487 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558476

[startup+0.70022 s]
/proc/loadavg: 4.15 4.20 4.21 4/195 13260
/proc/meminfo: memFree=27481484/32872528 swapFree=17280/1464432
[pid=13260] ppid=13257 vsize=9824732 CPUtime=1.85 cores=0,2,4,6
/proc/13260/stat : 13260 (java) S 13257 13260 5982 0 -1 4202496 21585 0 1 0 181 4 0 0 20 0 22 0 108810114 10060525568 25683 33554432000 1073741824 1073778376 140734957232496 140734957223632 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13260/statm: 2456183 25683 2256 9 0 2446860 0
[pid=13260/tid=13261] ppid=13257 vsize=9824732 CPUtime=0.45 cores=0,2,4,6
/proc/13260/task/13261/stat : 13261 (java) S 13257 13260 5982 0 -1 4202560 2448 0 1 0 43 2 0 0 20 0 22 0 108810115 10060525568 25683 33554432000 1073741824 1073778376 140734957232496 140146952225656 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1.85
Current children cumulated vsize (KiB) 9824732

[startup+1.50083 s]
/proc/loadavg: 4.15 4.20 4.21 6/217 13282
/proc/meminfo: memFree=27364340/32872528 swapFree=17280/1464432
[pid=13260] ppid=13257 vsize=9824732 CPUtime=4.3 cores=0,2,4,6
/proc/13260/stat : 13260 (java) S 13257 13260 5982 0 -1 4202496 22839 0 1 0 423 7 0 0 20 0 22 0 108810114 10060525568 49940 33554432000 1073741824 1073778376 140734957232496 140734957223632 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13260/statm: 2456183 49940 2285 9 0 2446860 0
[pid=13260/tid=13261] ppid=13257 vsize=9824732 CPUtime=0.45 cores=0,2,4,6
/proc/13260/task/13261/stat : 13261 (java) S 13257 13260 5982 0 -1 4202560 2448 0 1 0 43 2 0 0 20 0 22 0 108810115 10060525568 49940 33554432000 1073741824 1073778376 140734957232496 140146952225656 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13260/tid=13263] ppid=13257 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13260/task/13263/stat : 13263 (java) S 13257 13260 5982 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 108810115 10060525568 49940 33554432000 1073741824 1073778376 140734957232496 140146796128808 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13260/tid=13264] ppid=13257 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13260/task/13264/stat : 13264 (java) S 13257 13260 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108810115 10060525568 49940 33554432000 1073741824 1073778376 140734957232496 140146795076008 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13260/tid=13265] ppid=13257 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13260/task/13265/stat : 13265 (java) S 13257 13260 5982 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 108810115 10060525568 49940 33554432000 1073741824 1073778376 140734957232496 140146794023208 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13260/tid=13266] ppid=13257 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13260/task/13266/stat : 13266 (java) S 13257 13260 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108810115 10060525568 49940 33554432000 1073741824 1073778376 140734957232496 140146792970408 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13260/tid=13267] ppid=13257 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13260/task/13267/stat : 13267 (java) S 13257 13260 5982 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108810115 10060525568 49940 33554432000 1073741824 1073778376 140734957232496 140146791918632 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13260/tid=13268] ppid=13257 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13260/task/13268/stat : 13268 (java) S 13257 13260 5982 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 108810115 10060525568 49940 33554432000 1073741824 1073778376 140734957232496 140146790865832 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13260/tid=13269] ppid=13257 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13260/task/13269/stat : 13269 (java) S 13257 13260 5982 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 108810115 10060525568 49940 33554432000 1073741824 1073778376 140734957232496 140146789813032 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13260/tid=13270] ppid=13257 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13260/task/13270/stat : 13270 (java) S 13257 13260 5982 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 108810115 10060525568 49940 33554432000 1073741824 1073778376 140734957232496 140146788760232 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13260/tid=13271] ppid=13257 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13260/task/13271/stat : 13271 (java) S 13257 13260 5982 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 108810116 10060525568 49940 33554432000 1073741824 1073778376 140734957232496 140146776349160 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13260/tid=13272] ppid=13257 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13260/task/13272/stat : 13272 (java) S 13257 13260 5982 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 108810117 10060525568 49940 33554432000 1073741824 1073778376 140734957232496 140146775295224 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13260/tid=13273] ppid=13257 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13260/task/13273/stat : 13273 (java) S 13257 13260 5982 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 108810117 10060525568 49940 33554432000 1073741824 1073778376 140734957232496 140146774242312 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13260/tid=13274] ppid=13257 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13260/task/13274/stat : 13274 (java) S 13257 13260 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108810119 10060525568 49940 33554432000 1073741824 1073778376 140734957232496 140146773190800 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13260/tid=13275] ppid=13257 vsize=9824732 CPUtime=0.83 cores=0,2,4,6
/proc/13260/task/13275/stat : 13275 (java) S 13257 13260 5982 0 -1 4202560 8936 0 0 0 81 2 0 0 20 0 22 0 108810119 10060525568 49940 33554432000 1073741824 1073778376 140734957232496 140146772138936 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13260/tid=13276] ppid=13257 vsize=9824732 CPUtime=0.94 cores=0,2,4,6
/proc/13260/task/13276/stat : 13276 (java) S 13257 13260 5982 0 -1 4202560 10049 0 0 0 92 2 0 0 20 0 22 0 108810119 10060525568 49940 33554432000 1073741824 1073778376 140734957232496 140146771086136 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13260/tid=13277] ppid=13257 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13260/task/13277/stat : 13277 (java) S 13257 13260 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108810119 10060525568 49940 33554432000 1073741824 1073778376 140734957232496 140146770033528 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13260/tid=13278] ppid=13257 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13260/task/13278/stat : 13278 (java) S 13257 13260 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108810119 10060525568 49940 33554432000 1073741824 1073778376 140734957232496 140146768980936 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13260/tid=13279] ppid=13257 vsize=9824732 CPUtime=1 cores=0,2,4,6
/proc/13260/task/13279/stat : 13279 (java) R 13257 13260 5982 0 -1 4202560 18 0 0 0 100 0 0 0 20 0 22 0 108810161 10060525568 49940 33554432000 1073741824 1073778376 140734957232496 140146767923576 140146813035456 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13260/tid=13280] ppid=13257 vsize=9824732 CPUtime=0.99 cores=0,2,4,6
/proc/13260/task/13280/stat : 13280 (java) R 13257 13260 5982 0 -1 4202560 79 0 0 0 98 1 0 0 20 0 22 0 108810161 10060525568 49940 33554432000 1073741824 1073778376 140734957232496 140146766871752 140146813859008 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=13260/tid=13281] ppid=13257 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13260/task/13281/stat : 13281 (java) S 13257 13260 5982 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108810164 10060525568 49940 33554432000 1073741824 1073778376 140734957232496 140146765820840 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13260/tid=13282] ppid=13257 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13260/task/13282/stat : 13282 (java) S 13257 13260 5982 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 108810164 10060525568 49940 33554432000 1073741824 1073778376 140734957232496 140146764768040 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.3
Current children cumulated vsize (KiB) 9824732

[startup+3.10098 s]
/proc/loadavg: 4.22 4.21 4.21 5/217 13282
/proc/meminfo: memFree=27281056/32872528 swapFree=17280/1464432
[pid=13260] ppid=13257 vsize=9824732 CPUtime=7.66 cores=0,2,4,6
/proc/13260/stat : 13260 (java) S 13257 13260 5982 0 -1 4202496 22936 0 1 0 758 8 0 0 20 0 22 0 108810114 10060525568 53083 33554432000 1073741824 1073778376 140734957232496 140734957223632 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13260/statm: 2456183 53083 2289 9 0 2446860 0
[pid=13260/tid=13261] ppid=13257 vsize=9824732 CPUtime=0.45 cores=0,2,4,6
/proc/13260/task/13261/stat : 13261 (java) S 13257 13260 5982 0 -1 4202560 2448 0 1 0 43 2 0 0 20 0 22 0 108810115 10060525568 53083 33554432000 1073741824 1073778376 140734957232496 140146952225656 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13260/tid=13263] ppid=13257 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13260/task/13263/stat : 13263 (java) S 13257 13260 5982 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 108810115 10060525568 53083 33554432000 1073741824 1073778376 140734957232496 140146796128808 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13260/tid=13264] ppid=13257 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13260/task/13264/stat : 13264 (java) S 13257 13260 5982 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 108810115 10060525568 53083 33554432000 1073741824 1073778376 140734957232496 140146795076008 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13260/tid=13265] ppid=13257 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/13260/task/13265/stat : 13265 (java) S 13257 13260 5982 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 108810115 10060525568 53083 33554432000 1073741824 1073778376 140734957232496 140146794023208 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13260/tid=13266] ppid=13257 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13260/task/13266/stat : 13266 (java) S 13257 13260 5982 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 108810115 10060525568 53083 33554432000 1073741824 1073778376 140734957232496 140146792970408 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13260/tid=13267] ppid=13257 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13260/task/13267/stat : 13267 (java) S 13257 13260 5982 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 108810115 10060525568 53083 33554432000 1073741824 1073778376 140734957232496 140146791918632 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13260/tid=13268] ppid=13257 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13260/task/13268/stat : 13268 (java) S 13257 13260 5982 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 108810115 10060525568 53083 33554432000 1073741824 1073778376 140734957232496 140146790865832 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13260/tid=13269] ppid=13257 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13260/task/13269/stat : 13269 (java) S 13257 13260 5982 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 108810115 10060525568 53083 33554432000 1073741824 1073778376 140734957232496 140146789813032 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13260/tid=13270] ppid=13257 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13260/task/13270/stat : 13270 (java) S 13257 13260 5982 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108810115 10060525568 53083 33554432000 1073741824 1073778376 140734957232496 140146788760232 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13260/tid=13271] ppid=13257 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13260/task/13271/stat : 13271 (java) S 13257 13260 5982 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 108810116 10060525568 53083 33554432000 1073741824 1073778376 140734957232496 140146776349160 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13260/tid=13272] ppid=13257 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13260/task/13272/stat : 13272 (java) S 13257 13260 5982 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 108810117 10060525568 53083 33554432000 1073741824 1073778376 140734957232496 140146775295224 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13260/tid=13273] ppid=13257 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13260/task/13273/stat : 13273 (java) S 13257 13260 5982 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 108810117 10060525568 53083 33554432000 1073741824 1073778376 140734957232496 140146774242312 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13260/tid=13274] ppid=13257 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13260/task/13274/stat : 13274 (java) S 13257 13260 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108810119 10060525568 53083 33554432000 1073741824 1073778376 140734957232496 140146773190800 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13260/tid=13275] ppid=13257 vsize=9824732 CPUtime=0.93 cores=0,2,4,6
/proc/13260/task/13275/stat : 13275 (java) S 13257 13260 5982 0 -1 4202560 8938 0 0 0 91 2 0 0 20 0 22 0 108810119 10060525568 53083 33554432000 1073741824 1073778376 140734957232496 140146772138936 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13260/tid=13276] ppid=13257 vsize=9824732 CPUtime=1.01 cores=0,2,4,6
/proc/13260/task/13276/stat : 13276 (java) S 13257 13260 5982 0 -1 4202560 10053 0 0 0 99 2 0 0 20 0 22 0 108810119 10060525568 53083 33554432000 1073741824 1073778376 140734957232496 140146771086136 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13260/tid=13277] ppid=13257 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13260/task/13277/stat : 13277 (java) S 13257 13260 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108810119 10060525568 53083 33554432000 1073741824 1073778376 140734957232496 140146770033528 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13260/tid=13278] ppid=13257 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13260/task/13278/stat : 13278 (java) S 13257 13260 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108810119 10060525568 53083 33554432000 1073741824 1073778376 140734957232496 140146768980936 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13260/tid=13279] ppid=13257 vsize=9824732 CPUtime=2.56 cores=0,2,4,6
/proc/13260/task/13279/stat : 13279 (java) R 13257 13260 5982 0 -1 4202560 18 0 0 0 256 0 0 0 20 0 22 0 108810161 10060525568 53083 33554432000 1073741824 1073778376 140734957232496 140146767925760 140146813717148 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13260/tid=13280] ppid=13257 vsize=9824732 CPUtime=2.55 cores=0,2,4,6
/proc/13260/task/13280/stat : 13280 (java) R 13257 13260 5982 0 -1 4202560 82 0 0 0 253 2 0 0 20 0 22 0 108810161 10060525568 53083 33554432000 1073741824 1073778376 140734957232496 140146766872032 140146813787519 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=13260/tid=13281] ppid=13257 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13260/task/13281/stat : 13281 (java) S 13257 13260 5982 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108810164 10060525568 53083 33554432000 1073741824 1073778376 140734957232496 140146765820840 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13260/tid=13282] ppid=13257 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13260/task/13282/stat : 13282 (java) S 13257 13260 5982 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 108810164 10060525568 53083 33554432000 1073741824 1073778376 140734957232496 140146764768040 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.66
Current children cumulated vsize (KiB) 9824732

[startup+6.30096 s]
/proc/loadavg: 4.22 4.21 4.21 6/217 13282
/proc/meminfo: memFree=27145252/32872528 swapFree=17280/1464432
[pid=13260] ppid=13257 vsize=9824732 CPUtime=15 cores=0,2,4,6
/proc/13260/stat : 13260 (java) S 13257 13260 5982 0 -1 4202496 25982 0 1 0 1489 11 0 0 20 0 22 0 108810114 10060525568 85992 33554432000 1073741824 1073778376 140734957232496 140734957223632 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13260/statm: 2456183 85992 2289 9 0 2446860 0
[pid=13260/tid=13261] ppid=13257 vsize=9824732 CPUtime=0.45 cores=0,2,4,6
/proc/13260/task/13261/stat : 13261 (java) S 13257 13260 5982 0 -1 4202560 2448 0 1 0 43 2 0 0 20 0 22 0 108810115 10060525568 85992 33554432000 1073741824 1073778376 140734957232496 140146952225656 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13260/tid=13263] ppid=13257 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/13260/task/13263/stat : 13263 (java) S 13257 13260 5982 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 22 0 108810115 10060525568 85992 33554432000 1073741824 1073778376 140734957232496 140146796128808 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13260/tid=13264] ppid=13257 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13260/task/13264/stat : 13264 (java) S 13257 13260 5982 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 108810115 10060525568 85992 33554432000 1073741824 1073778376 140734957232496 140146795076008 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13260/tid=13265] ppid=13257 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/13260/task/13265/stat : 13265 (java) S 13257 13260 5982 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 22 0 108810115 10060525568 85992 33554432000 1073741824 1073778376 140734957232496 140146794023208 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13260/tid=13266] ppid=13257 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/13260/task/13266/stat : 13266 (java) S 13257 13260 5982 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 108810115 10060525568 85992 33554432000 1073741824 1073778376 140734957232496 140146792970408 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13260/tid=13267] ppid=13257 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/13260/task/13267/stat : 13267 (java) S 13257 13260 5982 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 108810115 10060525568 85992 33554432000 1073741824 1073778376 140734957232496 140146791918632 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13260/tid=13268] ppid=13257 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/13260/task/13268/stat : 13268 (java) S 13257 13260 5982 0 -1 4202560 4 0 0 0 1 0 0 0 20 0 22 0 108810115 10060525568 85992 33554432000 1073741824 1073778376 140734957232496 140146790865832 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13260/tid=13269] ppid=13257 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/13260/task/13269/stat : 13269 (java) S 13257 13260 5982 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 108810115 10060525568 85992 33554432000 1073741824 1073778376 140734957232496 140146789813032 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13260/tid=13270] ppid=13257 vsize=9824732 CPUtime=0.02 cores=0,2,4,6

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

# (see the two samples below)
# Adding the difference (4.06995 s) to the 'lost time'.

[startup+896.401 s]
/proc/loadavg: 4.54 4.36 4.25 5/217 13376
/proc/meminfo: memFree=29129912/32872528 swapFree=17280/1464432
[pid=13260] ppid=13257 vsize=9824732 CPUtime=1800.06 cores=0,2,4,6
/proc/13260/stat : 13260 (java) S 13257 13260 5982 0 -1 4202496 34367 0 1 0 179871 135 0 0 20 0 22 0 108810114 10060525568 153396 33554432000 1073741824 1073778376 140734957232496 140734957223632 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13260/statm: 2456183 153396 2298 9 0 2446860 0
[pid=13260/tid=13261] ppid=13257 vsize=9824732 CPUtime=0.49 cores=0,2,4,6
/proc/13260/task/13261/stat : 13261 (java) S 13257 13260 5982 0 -1 4202560 2461 0 1 0 46 3 0 0 20 0 22 0 108810115 10060525568 153396 33554432000 1073741824 1073778376 140734957232496 140146952225656 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13260/tid=13263] ppid=13257 vsize=9824732 CPUtime=2.52 cores=0,2,4,6
/proc/13260/task/13263/stat : 13263 (java) S 13257 13260 5982 0 -1 4202560 813 0 0 0 245 7 0 0 20 0 22 0 108810115 10060525568 153396 33554432000 1073741824 1073778376 140734957232496 140146796128808 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13260/tid=13264] ppid=13257 vsize=9824732 CPUtime=2.58 cores=0,2,4,6
/proc/13260/task/13264/stat : 13264 (java) S 13257 13260 5982 0 -1 4202560 659 0 0 0 252 6 0 0 20 0 22 0 108810115 10060525568 153396 33554432000 1073741824 1073778376 140734957232496 140146795076008 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13260/tid=13265] ppid=13257 vsize=9824732 CPUtime=2.51 cores=0,2,4,6
/proc/13260/task/13265/stat : 13265 (java) S 13257 13260 5982 0 -1 4202560 617 0 0 0 243 8 0 0 20 0 22 0 108810115 10060525568 153396 33554432000 1073741824 1073778376 140734957232496 140146794023208 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13260/tid=13266] ppid=13257 vsize=9824732 CPUtime=2.54 cores=0,2,4,6
/proc/13260/task/13266/stat : 13266 (java) S 13257 13260 5982 0 -1 4202560 680 0 0 0 246 8 0 0 20 0 22 0 108810115 10060525568 153396 33554432000 1073741824 1073778376 140734957232496 140146792970408 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13260/tid=13267] ppid=13257 vsize=9824732 CPUtime=2.49 cores=0,2,4,6
/proc/13260/task/13267/stat : 13267 (java) S 13257 13260 5982 0 -1 4202560 881 0 0 0 241 8 0 0 20 0 22 0 108810115 10060525568 153396 33554432000 1073741824 1073778376 140734957232496 140146791918632 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13260/tid=13268] ppid=13257 vsize=9824732 CPUtime=2.56 cores=0,2,4,6
/proc/13260/task/13268/stat : 13268 (java) S 13257 13260 5982 0 -1 4202560 754 0 0 0 247 9 0 0 20 0 22 0 108810115 10060525568 153396 33554432000 1073741824 1073778376 140734957232496 140146790865832 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13260/tid=13269] ppid=13257 vsize=9824732 CPUtime=2.58 cores=0,2,4,6
/proc/13260/task/13269/stat : 13269 (java) S 13257 13260 5982 0 -1 4202560 616 0 0 0 250 8 0 0 20 0 22 0 108810115 10060525568 153396 33554432000 1073741824 1073778376 140734957232496 140146789813032 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13260/tid=13270] ppid=13257 vsize=9824732 CPUtime=2.54 cores=0,2,4,6
/proc/13260/task/13270/stat : 13270 (java) S 13257 13260 5982 0 -1 4202560 396 0 0 0 246 8 0 0 20 0 22 0 108810115 10060525568 153396 33554432000 1073741824 1073778376 140734957232496 140146788760232 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13260/tid=13271] ppid=13257 vsize=9824732 CPUtime=2.21 cores=0,2,4,6
/proc/13260/task/13271/stat : 13271 (java) S 13257 13260 5982 0 -1 4202560 905 0 0 0 183 38 0 0 20 0 22 0 108810116 10060525568 153396 33554432000 1073741824 1073778376 140734957232496 140146776349160 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13260/tid=13272] ppid=13257 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13260/task/13272/stat : 13272 (java) S 13257 13260 5982 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 108810117 10060525568 153396 33554432000 1073741824 1073778376 140734957232496 140146775295224 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13260/tid=13273] ppid=13257 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13260/task/13273/stat : 13273 (java) S 13257 13260 5982 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 108810117 10060525568 153396 33554432000 1073741824 1073778376 140734957232496 140146774242312 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13260/tid=13274] ppid=13257 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13260/task/13274/stat : 13274 (java) S 13257 13260 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108810119 10060525568 153396 33554432000 1073741824 1073778376 140734957232496 140146773190800 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13260/tid=13275] ppid=13257 vsize=9824732 CPUtime=0.99 cores=0,2,4,6
/proc/13260/task/13275/stat : 13275 (java) S 13257 13260 5982 0 -1 4202560 8939 0 0 0 97 2 0 0 20 0 22 0 108810119 10060525568 153396 33554432000 1073741824 1073778376 140734957232496 140146772138936 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13260/tid=13276] ppid=13257 vsize=9824732 CPUtime=1.89 cores=0,2,4,6
/proc/13260/task/13276/stat : 13276 (java) S 13257 13260 5982 0 -1 4202560 12879 0 0 0 187 2 0 0 20 0 22 0 108810119 10060525568 153396 33554432000 1073741824 1073778376 140734957232496 140146771086136 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13260/tid=13277] ppid=13257 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13260/task/13277/stat : 13277 (java) S 13257 13260 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108810119 10060525568 153396 33554432000 1073741824 1073778376 140734957232496 140146770033528 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13260/tid=13278] ppid=13257 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/13260/task/13278/stat : 13278 (java) S 13257 13260 5982 0 -1 4202560 53 0 0 0 16 15 0 0 20 0 22 0 108810119 10060525568 153396 33554432000 1073741824 1073778376 140734957232496 140146768980936 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13260/tid=13279] ppid=13257 vsize=9824732 CPUtime=884.9 cores=0,2,4,6
/proc/13260/task/13279/stat : 13279 (java) R 13257 13260 5982 0 -1 4202560 338 0 0 0 88473 17 0 0 20 0 22 0 108810161 10060525568 153396 33554432000 1073741824 1073778376 140734957232496 140146767924768 140146813695492 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=13260/tid=13280] ppid=13257 vsize=9824732 CPUtime=884.84 cores=0,2,4,6
/proc/13260/task/13280/stat : 13280 (java) R 13257 13260 5982 0 -1 4202560 2109 0 0 0 88458 26 0 0 20 0 22 0 108810161 10060525568 153396 33554432000 1073741824 1073778376 140734957232496 140146766871216 140146813695432 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13260/tid=13281] ppid=13257 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13260/task/13281/stat : 13281 (java) S 13257 13260 5982 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108810164 10060525568 153396 33554432000 1073741824 1073778376 140734957232496 140146765820840 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13260/tid=13282] ppid=13257 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13260/task/13282/stat : 13282 (java) S 13257 13260 5982 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 108810164 10060525568 153396 33554432000 1073741824 1073778376 140734957232496 140146764768040 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9824732

[startup+896.505 s]
/proc/loadavg: 4.54 4.36 4.25 4/215 13378
/proc/meminfo: memFree=29131648/32872528 swapFree=17280/1464432
[pid=13260] ppid=13257 vsize=9957860 CPUtime=1795.99 cores=0,2,4,6
/proc/13260/stat : 13260 (java) S 13257 13260 5982 0 -1 4202496 34401 0 1 0 179437 162 0 0 20 0 20 0 108810114 10196848640 153413 33554432000 1073741824 1073778376 140734957232496 140734957223632 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13260/statm: 2489465 153413 2299 9 0 2480142 0
[pid=13260/tid=13261] ppid=13257 vsize=9957860 CPUtime=0.49 cores=0,2,4,6
/proc/13260/task/13261/stat : 13261 (java) S 13257 13260 5982 0 -1 4202560 2461 0 1 0 46 3 0 0 20 0 20 0 108810115 10196848640 153413 33554432000 1073741824 1073778376 140734957232496 140146952225656 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13260/tid=13263] ppid=13257 vsize=9957860 CPUtime=2.52 cores=0,2,4,6
/proc/13260/task/13263/stat : 13263 (java) S 13257 13260 5982 0 -1 4202560 813 0 0 0 245 7 0 0 20 0 20 0 108810115 10196848640 153413 33554432000 1073741824 1073778376 140734957232496 140146796128808 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13260/tid=13264] ppid=13257 vsize=9957860 CPUtime=2.58 cores=0,2,4,6
/proc/13260/task/13264/stat : 13264 (java) S 13257 13260 5982 0 -1 4202560 659 0 0 0 252 6 0 0 20 0 20 0 108810115 10196848640 153413 33554432000 1073741824 1073778376 140734957232496 140146795076008 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13260/tid=13265] ppid=13257 vsize=9957860 CPUtime=2.51 cores=0,2,4,6
/proc/13260/task/13265/stat : 13265 (java) S 13257 13260 5982 0 -1 4202560 617 0 0 0 243 8 0 0 20 0 20 0 108810115 10196848640 153413 33554432000 1073741824 1073778376 140734957232496 140146794023208 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13260/tid=13266] ppid=13257 vsize=9957860 CPUtime=2.54 cores=0,2,4,6
/proc/13260/task/13266/stat : 13266 (java) S 13257 13260 5982 0 -1 4202560 680 0 0 0 246 8 0 0 20 0 20 0 108810115 10196848640 153413 33554432000 1073741824 1073778376 140734957232496 140146792970408 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13260/tid=13267] ppid=13257 vsize=9957860 CPUtime=2.49 cores=0,2,4,6
/proc/13260/task/13267/stat : 13267 (java) S 13257 13260 5982 0 -1 4202560 881 0 0 0 241 8 0 0 20 0 20 0 108810115 10196848640 153413 33554432000 1073741824 1073778376 140734957232496 140146791918632 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13260/tid=13268] ppid=13257 vsize=9957860 CPUtime=2.56 cores=0,2,4,6
/proc/13260/task/13268/stat : 13268 (java) S 13257 13260 5982 0 -1 4202560 754 0 0 0 247 9 0 0 20 0 20 0 108810115 10196848640 153413 33554432000 1073741824 1073778376 140734957232496 140146790865832 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13260/tid=13269] ppid=13257 vsize=9957860 CPUtime=2.58 cores=0,2,4,6
/proc/13260/task/13269/stat : 13269 (java) S 13257 13260 5982 0 -1 4202560 616 0 0 0 250 8 0 0 20 0 20 0 108810115 10196848640 153413 33554432000 1073741824 1073778376 140734957232496 140146789813032 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13260/tid=13270] ppid=13257 vsize=9957860 CPUtime=2.54 cores=0,2,4,6
/proc/13260/task/13270/stat : 13270 (java) S 13257 13260 5982 0 -1 4202560 396 0 0 0 246 8 0 0 20 0 20 0 108810115 10196848640 153413 33554432000 1073741824 1073778376 140734957232496 140146788760232 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13260/tid=13271] ppid=13257 vsize=9957860 CPUtime=2.21 cores=0,2,4,6
/proc/13260/task/13271/stat : 13271 (java) S 13257 13260 5982 0 -1 4202560 905 0 0 0 183 38 0 0 20 0 20 0 108810116 10196848640 153413 33554432000 1073741824 1073778376 140734957232496 140146776349160 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13260/tid=13272] ppid=13257 vsize=9957860 CPUtime=0 cores=0,2,4,6
/proc/13260/task/13272/stat : 13272 (java) S 13257 13260 5982 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 108810117 10196848640 153413 33554432000 1073741824 1073778376 140734957232496 140146775295224 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13260/tid=13273] ppid=13257 vsize=9957860 CPUtime=0 cores=0,2,4,6
/proc/13260/task/13273/stat : 13273 (java) S 13257 13260 5982 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 108810117 10196848640 153413 33554432000 1073741824 1073778376 140734957232496 140146774242312 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13260/tid=13274] ppid=13257 vsize=9957860 CPUtime=0 cores=0,2,4,6
/proc/13260/task/13274/stat : 13274 (java) S 13257 13260 5982 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 20 0 108810119 10196848640 153413 33554432000 1073741824 1073778376 140734957232496 140146773190800 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13260/tid=13275] ppid=13257 vsize=9957860 CPUtime=1 cores=0,2,4,6
/proc/13260/task/13275/stat : 13275 (java) S 13257 13260 5982 0 -1 4202560 8940 0 0 0 98 2 0 0 20 0 20 0 108810119 10196848640 153413 33554432000 1073741824 1073778376 140734957232496 140146772138936 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13260/tid=13276] ppid=13257 vsize=9957860 CPUtime=1.94 cores=0,2,4,6
/proc/13260/task/13276/stat : 13276 (java) S 13257 13260 5982 0 -1 4202560 12880 0 0 0 192 2 0 0 20 0 20 0 108810119 10196848640 153413 33554432000 1073741824 1073778376 140734957232496 140146771086136 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13260/tid=13277] ppid=13257 vsize=9957860 CPUtime=0 cores=0,2,4,6
/proc/13260/task/13277/stat : 13277 (java) S 13257 13260 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 108810119 10196848640 153413 33554432000 1073741824 1073778376 140734957232496 140146770033528 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13260/tid=13278] ppid=13257 vsize=9957860 CPUtime=0.31 cores=0,2,4,6
/proc/13260/task/13278/stat : 13278 (java) S 13257 13260 5982 0 -1 4202560 53 0 0 0 16 15 0 0 20 0 20 0 108810119 10196848640 153413 33554432000 1073741824 1073778376 140734957232496 140146768980936 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13260/tid=13377] ppid=13257 vsize=9957860 CPUtime=0 cores=0,2,4,6
/proc/13260/task/13377/stat : 13377 (java) S 13257 13260 5982 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 20 0 108899755 10196848640 153413 33554432000 1073741824 1073778376 140734957232496 140146763715560 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13260/tid=13378] ppid=13257 vsize=9957860 CPUtime=0.09 cores=0,2,4,6
/proc/13260/task/13378/stat : 13378 (java) R 13257 13260 5982 0 -1 4202560 9 0 0 0 9 0 0 0 20 0 20 0 108899755 10196848640 153413 33554432000 1073741824 1073778376 140734957232496 140146762662632 140146814227386 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1795.99
Current children cumulated vsize (KiB) 9957860
#
############


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

[startup+896.505 s]
/proc/loadavg: 4.54 4.36 4.25 4/215 13378
/proc/meminfo: memFree=29131648/32872528 swapFree=17280/1464432
[pid=13260] ppid=13257 vsize=9957860 CPUtime=1795.99 cores=0,2,4,6
/proc/13260/stat : 13260 (java) S 13257 13260 5982 0 -1 4202496 34401 0 1 0 179437 162 0 0 20 0 20 0 108810114 10196848640 153413 33554432000 1073741824 1073778376 140734957232496 140734957223632 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13260/statm: 2489465 153413 2299 9 0 2480142 0
[pid=13260/tid=13261] ppid=13257 vsize=9957860 CPUtime=0.49 cores=0,2,4,6
/proc/13260/task/13261/stat : 13261 (java) S 13257 13260 5982 0 -1 4202560 2461 0 1 0 46 3 0 0 20 0 20 0 108810115 10196848640 153413 33554432000 1073741824 1073778376 140734957232496 140146952225656 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13260/tid=13263] ppid=13257 vsize=9957860 CPUtime=2.52 cores=0,2,4,6
/proc/13260/task/13263/stat : 13263 (java) S 13257 13260 5982 0 -1 4202560 813 0 0 0 245 7 0 0 20 0 20 0 108810115 10196848640 153413 33554432000 1073741824 1073778376 140734957232496 140146796128808 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13260/tid=13264] ppid=13257 vsize=9957860 CPUtime=2.58 cores=0,2,4,6
/proc/13260/task/13264/stat : 13264 (java) S 13257 13260 5982 0 -1 4202560 659 0 0 0 252 6 0 0 20 0 20 0 108810115 10196848640 153413 33554432000 1073741824 1073778376 140734957232496 140146795076008 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13260/tid=13265] ppid=13257 vsize=9957860 CPUtime=2.51 cores=0,2,4,6
/proc/13260/task/13265/stat : 13265 (java) S 13257 13260 5982 0 -1 4202560 617 0 0 0 243 8 0 0 20 0 20 0 108810115 10196848640 153413 33554432000 1073741824 1073778376 140734957232496 140146794023208 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13260/tid=13266] ppid=13257 vsize=9957860 CPUtime=2.54 cores=0,2,4,6
/proc/13260/task/13266/stat : 13266 (java) S 13257 13260 5982 0 -1 4202560 680 0 0 0 246 8 0 0 20 0 20 0 108810115 10196848640 153413 33554432000 1073741824 1073778376 140734957232496 140146792970408 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13260/tid=13267] ppid=13257 vsize=9957860 CPUtime=2.49 cores=0,2,4,6
/proc/13260/task/13267/stat : 13267 (java) S 13257 13260 5982 0 -1 4202560 881 0 0 0 241 8 0 0 20 0 20 0 108810115 10196848640 153413 33554432000 1073741824 1073778376 140734957232496 140146791918632 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13260/tid=13268] ppid=13257 vsize=9957860 CPUtime=2.56 cores=0,2,4,6
/proc/13260/task/13268/stat : 13268 (java) S 13257 13260 5982 0 -1 4202560 754 0 0 0 247 9 0 0 20 0 20 0 108810115 10196848640 153413 33554432000 1073741824 1073778376 140734957232496 140146790865832 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13260/tid=13269] ppid=13257 vsize=9957860 CPUtime=2.58 cores=0,2,4,6
/proc/13260/task/13269/stat : 13269 (java) S 13257 13260 5982 0 -1 4202560 616 0 0 0 250 8 0 0 20 0 20 0 108810115 10196848640 153413 33554432000 1073741824 1073778376 140734957232496 140146789813032 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13260/tid=13270] ppid=13257 vsize=9957860 CPUtime=2.54 cores=0,2,4,6
/proc/13260/task/13270/stat : 13270 (java) S 13257 13260 5982 0 -1 4202560 396 0 0 0 246 8 0 0 20 0 20 0 108810115 10196848640 153413 33554432000 1073741824 1073778376 140734957232496 140146788760232 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13260/tid=13271] ppid=13257 vsize=9957860 CPUtime=2.21 cores=0,2,4,6
/proc/13260/task/13271/stat : 13271 (java) S 13257 13260 5982 0 -1 4202560 905 0 0 0 183 38 0 0 20 0 20 0 108810116 10196848640 153413 33554432000 1073741824 1073778376 140734957232496 140146776349160 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13260/tid=13272] ppid=13257 vsize=9957860 CPUtime=0 cores=0,2,4,6
/proc/13260/task/13272/stat : 13272 (java) S 13257 13260 5982 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 108810117 10196848640 153413 33554432000 1073741824 1073778376 140734957232496 140146775295224 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13260/tid=13273] ppid=13257 vsize=9957860 CPUtime=0 cores=0,2,4,6
/proc/13260/task/13273/stat : 13273 (java) S 13257 13260 5982 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 108810117 10196848640 153413 33554432000 1073741824 1073778376 140734957232496 140146774242312 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13260/tid=13274] ppid=13257 vsize=9957860 CPUtime=0 cores=0,2,4,6
/proc/13260/task/13274/stat : 13274 (java) S 13257 13260 5982 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 20 0 108810119 10196848640 153413 33554432000 1073741824 1073778376 140734957232496 140146773190800 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13260/tid=13275] ppid=13257 vsize=9957860 CPUtime=1 cores=0,2,4,6
/proc/13260/task/13275/stat : 13275 (java) S 13257 13260 5982 0 -1 4202560 8940 0 0 0 98 2 0 0 20 0 20 0 108810119 10196848640 153413 33554432000 1073741824 1073778376 140734957232496 140146772138936 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13260/tid=13276] ppid=13257 vsize=9957860 CPUtime=1.94 cores=0,2,4,6
/proc/13260/task/13276/stat : 13276 (java) S 13257 13260 5982 0 -1 4202560 12880 0 0 0 192 2 0 0 20 0 20 0 108810119 10196848640 153413 33554432000 1073741824 1073778376 140734957232496 140146771086136 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13260/tid=13277] ppid=13257 vsize=9957860 CPUtime=0 cores=0,2,4,6
/proc/13260/task/13277/stat : 13277 (java) S 13257 13260 5982 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 108810119 10196848640 153413 33554432000 1073741824 1073778376 140734957232496 140146770033528 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13260/tid=13278] ppid=13257 vsize=9957860 CPUtime=0.31 cores=0,2,4,6
/proc/13260/task/13278/stat : 13278 (java) S 13257 13260 5982 0 -1 4202560 53 0 0 0 16 15 0 0 20 0 20 0 108810119 10196848640 153413 33554432000 1073741824 1073778376 140734957232496 140146768980936 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13260/tid=13377] ppid=13257 vsize=9957860 CPUtime=0 cores=0,2,4,6
/proc/13260/task/13377/stat : 13377 (java) S 13257 13260 5982 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 20 0 108899755 10196848640 153413 33554432000 1073741824 1073778376 140734957232496 140146763715560 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13260/tid=13378] ppid=13257 vsize=9957860 CPUtime=0.09 cores=0,2,4,6
/proc/13260/task/13378/stat : 13378 (java) R 13257 13260 5982 0 -1 4202560 9 0 0 0 9 0 0 0 20 0 20 0 108899755 10196848640 153413 33554432000 1073741824 1073778376 140734957232496 140146762662632 140146814227386 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1795.99
Current children cumulated vsize (KiB) 9957860

Child status: 143

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 4.06995
#  lost CPU user time (s): 4.33997
#  lost CPU system time (s): -0.27

Real time (s): 896.521
CPU time (s): 1800.51
CPU user time (s): 1798.96
CPU system time (s): 1.55172
CPU usage (%): 200.833
Max. virtual memory (cumulated for all children) (KiB): 9957860

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.62
system time used= 1.82172
maximum resident set size= 945216
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34402
page faults= 1
swaps= 0
block input operations= 0
block output operations= 920
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38045
involuntary context switches= 57799

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.60715 second user time and 8.19275 second system time

The end

Launcher Data

Begin job on node121 at 2016-06-07 05:06:11
IDJOB=4081619
IDBENCH=89869
IDSOLVER=2543
FILE ID=node121/4081619-1465268771
RUNJOBID= node121-1465256572-5998
PBS_JOBID= 19843282
Free space on /tmp= 71732 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB11/normalized-PB11/OPT-SMALLINT-LIN/heinz/normalized-f2000.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4081619-1465268771/watcher-4081619-1465268771 -o /tmp/evaluation-result-4081619-1465268771/solver-4081619-1465268771 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node121-1465256572-5998 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4081619-1465268771.opb

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

MD5SUM BENCH= acba870ceff62e653e0b2927ff2b81fb
RANDOM SEED=224988121

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        27481904 kB
Buffers:          103632 kB
Cached:           170124 kB
SwapCached:         1720 kB
Active:          2989140 kB
Inactive:         189160 kB
Active(anon):    2904740 kB
Inactive(anon):     2180 kB
Active(file):      84400 kB
Inactive(file):   186980 kB
Unevictable:     1464432 kB
Mlocked:           17280 kB
SwapTotal:      67108856 kB
SwapFree:       67099332 kB
Dirty:              1088 kB
Writeback:             0 kB
AnonPages:       4337260 kB
Mapped:            15368 kB
Shmem:                 0 kB
Slab:             600924 kB
SReclaimable:      44616 kB
SUnreclaim:       556308 kB
KernelStack:        1768 kB
PageTables:        12816 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4715500 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4282368 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= 71728 MiB
End job on node121 at 2016-06-07 05:21:07