Trace number 4116014

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16? (TO) 1800.04 895.77

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size80-round22-6.opb
MD5SUMe47660c9bcfbe80f9ef1db1b64cb3151
Bench CategoryDEC-SMALLINT-LIN (no 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 FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4128
Total number of constraints8656
Number of constraints which are clauses7424
Number of constraints which are cardinality constraints (but not clauses)368
Number of constraints which are nor clauses,nor cardinality constraints864
Minimum length of a constraint1
Maximum length of a constraint10
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
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.10/0.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c ManyCore solver with 2 solvers running in parallel
0.10/0.10	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c Expensive reason simplification
0.10/0.10	c Glucose 2.1 dynamic restart strategy
0.10/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.10	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4116014-1466945467.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  no objective function found
0.76/0.47	c ... done. Wall clock time 0.368s.
0.76/0.47	c declared #vars     4128
0.76/0.47	c #constraints  9888
0.76/0.48	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.76/0.48	c constraints type 
0.76/0.48	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6726
0.76/0.48	c org.sat4j.specs.Constr$1 => 856
0.76/0.48	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.76/0.48	c org.sat4j.minisat.constraints.cnf.UnitClause => 456
0.76/0.48	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1722
0.76/0.48	c 9888 constraints processed.
0.76/0.48	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.76/0.48	c constraints type 
0.76/0.48	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 128
0.76/0.48	c org.sat4j.specs.Constr$1 => 856
0.76/0.48	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6726
0.76/0.48	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1722
0.76/0.48	c org.sat4j.pb.constraints.pb.UnitClausePB => 456
0.76/0.48	c 9888 constraints processed.
4.58/1.47	c cleaning 2490 clauses out of 4998 with flag 15867/5000
5.96/2.08	c cleaning 4244 clauses out of 8508 with flag 36640/11000
7.67/2.82	c cleaning 5628 clauses out of 11265 with flag 63582/18001
9.53/3.70	c cleaning 6815 clauses out of 13636 with flag 95736/26000
11.60/4.73	c cleaning 7888 clauses out of 15823 with flag 132613/35002
13.88/5.86	c cleaning 8967 clauses out of 17933 with flag 175832/45000
16.28/7.07	c cleaning 9963 clauses out of 19966 with flag 225468/56000
19.07/8.48	c cleaning 10984 clauses out of 22006 with flag 284048/68003
22.45/10.09	c cleaning 11999 clauses out of 24019 with flag 348336/81000
26.40/11.90	c cleaning 13001 clauses out of 26020 with flag 416719/95000
30.00/13.76	c cleaning 13996 clauses out of 28019 with flag 493918/110000
34.01/15.77	c cleaning 14992 clauses out of 30025 with flag 578159/126002
36.01/16.76	c cleaning 0 clauses out of 5002 with flag 0/5002
39.04/18.12	c cleaning 15979 clauses out of 32032 with flag 669271/143001
44.39/20.75	c cleaning 17004 clauses out of 34053 with flag 765308/161001
49.99/23.54	c cleaning 18021 clauses out of 36048 with flag 869619/180000
56.32/26.60	c cleaning 18980 clauses out of 38027 with flag 981213/200000
62.74/29.86	c cleaning 20013 clauses out of 40047 with flag 1098956/221000
70.29/33.52	c cleaning 21010 clauses out of 42034 with flag 1223525/243000
77.88/37.33	c cleaning 21996 clauses out of 44024 with flag 1354308/266000
85.88/41.33	c cleaning 22994 clauses out of 46028 with flag 1493766/290000
94.80/45.70	c cleaning 23990 clauses out of 48034 with flag 1639262/315000
103.60/50.18	c cleaning 25006 clauses out of 50044 with flag 1788777/341000
113.31/54.94	c cleaning 25988 clauses out of 52038 with flag 1946264/368000
123.62/60.06	c cleaning 27002 clauses out of 54050 with flag 2110519/396000
133.81/65.12	c cleaning 28003 clauses out of 56049 with flag 2282116/425001
144.50/70.50	c cleaning 29010 clauses out of 58046 with flag 2457678/455001
155.89/76.12	c cleaning 30003 clauses out of 60035 with flag 2645070/486000
167.97/82.17	c cleaning 30972 clauses out of 62032 with flag 2832903/518000
181.45/88.81	c cleaning 32021 clauses out of 64060 with flag 3029732/551000
195.36/95.80	c cleaning 32987 clauses out of 66039 with flag 3235564/585000
209.85/102.94	c cleaning 33984 clauses out of 68052 with flag 3446608/620000
224.18/110.09	c cleaning 35031 clauses out of 70069 with flag 3665122/656001
240.23/118.45	c cleaning 36019 clauses out of 72037 with flag 3885049/693000
244.63/120.65	c cleaning 0 clauses out of 11004 with flag 0/11004
256.84/126.71	c cleaning 36985 clauses out of 74018 with flag 4115911/731000
274.35/135.46	c cleaning 37991 clauses out of 76033 with flag 4354887/770000
292.42/144.43	c cleaning 39001 clauses out of 78042 with flag 4600032/810000
310.51/153.44	c cleaning 40008 clauses out of 80041 with flag 4852059/851000
328.99/162.65	c cleaning 40985 clauses out of 82033 with flag 5111989/893000
349.27/172.76	c cleaning 41993 clauses out of 84049 with flag 5375859/936001
370.59/183.36	c cleaning 43010 clauses out of 86055 with flag 5651452/980000
392.92/194.48	c cleaning 43998 clauses out of 88046 with flag 5931996/1025001
415.02/205.43	c cleaning 45007 clauses out of 90047 with flag 6216335/1071000
437.76/216.74	c cleaning 46014 clauses out of 92041 with flag 6508210/1118001
461.65/228.66	c cleaning 46998 clauses out of 94026 with flag 6808086/1166000
486.67/241.06	c cleaning 47999 clauses out of 96029 with flag 7113200/1215001
511.75/253.56	c cleaning 48997 clauses out of 98029 with flag 7428904/1265000
538.27/266.76	c cleaning 50003 clauses out of 100032 with flag 7751967/1316000
567.17/281.64	c cleaning 50973 clauses out of 102030 with flag 8075958/1368001
594.59/295.37	c cleaning 52011 clauses out of 104056 with flag 8409654/1421000
624.10/310.00	c cleaning 52966 clauses out of 106045 with flag 8750667/1475000
654.21/325.04	c cleaning 54009 clauses out of 108080 with flag 9094322/1530001
684.84/340.26	c cleaning 55011 clauses out of 110071 with flag 9445859/1586001
716.16/355.80	c cleaning 56030 clauses out of 112060 with flag 9807004/1643001
749.61/372.43	c cleaning 56979 clauses out of 114030 with flag 10175329/1701001
785.71/390.31	c cleaning 58010 clauses out of 116051 with flag 10549373/1760001
823.40/409.06	c cleaning 58977 clauses out of 118040 with flag 10928884/1820000
860.82/427.66	c cleaning 60007 clauses out of 120066 with flag 11317127/1881003
898.45/446.32	c cleaning 61013 clauses out of 122057 with flag 11707463/1943001
938.24/466.17	c cleaning 61973 clauses out of 124043 with flag 12104428/2006000
980.84/487.34	c cleaning 63007 clauses out of 126071 with flag 12504008/2070001
1023.17/508.40	c cleaning 64011 clauses out of 128063 with flag 12916181/2135000
1038.15/515.85	c cleaning 0 clauses out of 18001 with flag 0/18001
1065.47/529.33	c cleaning 65002 clauses out of 130052 with flag 13331719/2201000
1108.37/550.62	c cleaning 65995 clauses out of 132052 with flag 13753735/2268002
1153.47/573.09	c cleaning 67028 clauses out of 134055 with flag 14182378/2336000
1201.55/596.90	c cleaning 67991 clauses out of 136027 with flag 14616354/2405000
1250.16/621.16	c cleaning 69002 clauses out of 138037 with flag 15055952/2475001
1302.90/648.39	c cleaning 69976 clauses out of 140034 with flag 15506193/2546000
1352.07/672.85	c cleaning 70968 clauses out of 142058 with flag 15957377/2618000
1400.89/697.18	c cleaning 72032 clauses out of 144090 with flag 16422707/2691000
1452.13/722.59	c cleaning 72995 clauses out of 146060 with flag 16891003/2765002
1502.49/747.64	c cleaning 74004 clauses out of 148063 with flag 17362446/2840000
1556.44/774.41	c cleaning 75019 clauses out of 150059 with flag 17838311/2916000
1606.82/799.56	c cleaning 75994 clauses out of 152041 with flag 18324081/2993001
1659.82/825.84	c cleaning 76993 clauses out of 154047 with flag 18814726/3071001
1708.61/850.29	c cleaning 77989 clauses out of 156054 with flag 19307802/3150001
1760.24/875.96	c cleaning 78967 clauses out of 158064 with flag 19810894/3230000
1800.04/895.70	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.04/895.70	c starts		: 27877
1800.04/895.70	c conflicts		: 3294463
1800.04/895.70	c decisions		: 35179954
1800.04/895.70	c propagations		: 459220111
1800.04/895.70	c inspects		: 9364009722
1800.04/895.70	c shortcuts		: 0
1800.04/895.70	c learnt literals	: 2
1800.04/895.70	c learnt binary clauses	: 32
1800.04/895.70	c learnt ternary clauses	: 559
1800.04/895.70	c learnt constraints	: 3294461
1800.04/895.70	c ignored constraints	: 0
1800.04/895.70	c root simplifications	: 0
1800.04/895.70	c removed literals (reason simplification)	: 1930677
1800.04/895.70	c reason swapping (by a shorter reason)	: 0
1800.04/895.70	c Calls to reduceDB	: 76
1800.04/895.70	c Number of update (reduction) of LBD	: 678336
1800.04/895.70	c Imported unit clauses	: 0
1800.04/895.70	c number of reductions to clauses (during analyze)	: 0
1800.04/895.70	c number of learned constraints concerned by reduction	: 0
1800.04/895.70	c number of learning phase by resolution	: 0
1800.04/895.70	c number of learning phase by cutting planes	: 0
1800.04/895.70	c speed (assignments/second)	: 512971.86821042985
1800.04/895.70	c non guided choices	8312
1800.04/895.73	c learnt constraints type 
1800.04/895.73	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 32
1800.04/895.73	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 143528
1800.04/895.73	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.04/895.73	c starts		: 45
1800.04/895.73	c conflicts		: 20173
1800.04/895.73	c decisions		: 71533
1800.04/895.73	c propagations		: 2487748
1800.04/895.73	c inspects		: 727210928
1800.04/895.73	c shortcuts		: 0
1800.04/895.73	c learnt literals	: 0
1800.04/895.73	c learnt binary clauses	: 0
1800.04/895.73	c learnt ternary clauses	: 0
1800.04/895.73	c learnt constraints	: 20173
1800.04/895.73	c ignored constraints	: 0
1800.04/895.73	c root simplifications	: 0
1800.04/895.73	c removed literals (reason simplification)	: 0
1800.04/895.73	c reason swapping (by a shorter reason)	: 0
1800.04/895.73	c Calls to reduceDB	: 3
1800.04/895.73	c Number of update (reduction) of LBD	: 0
1800.04/895.73	c Imported unit clauses	: 0
1800.04/895.73	c number of reductions to clauses (during analyze)	: 0
1800.04/895.73	c number of learned constraints concerned by reduction	: 0
1800.04/895.73	c number of learning phase by resolution	: 0
1800.04/895.73	c number of learning phase by cutting planes	: 0
1800.04/895.73	c speed (assignments/second)	: 2778.8460142195713
1800.04/895.73	c non guided choices	349
1800.04/895.74	c learnt constraints type 
1800.04/895.74	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 9
1800.04/895.74	c org.sat4j.pb.constraints.pb.MaxWatchPb => 20164
1800.04/895.74	s UNKNOWN
1800.04/895.74	c Total wall clock time (in seconds): 895.635

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-4116014-1466945467/watcher-4116014-1466945467 -o /tmp/evaluation-result-4116014-1466945467/solver-4116014-1466945467 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1466943674-19490 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4116014-1466945467.opb 

pid=19857
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.65 4.35 3.91 7/197 19860
/proc/meminfo: memFree=30341392/32872528 swapFree=1541156/1696500
[pid=19860] ppid=19857 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/19860/stat : 19860 (java) S 19857 19860 19474 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 27585370 98570240 977 33554432000 1073741824 1073778376 140735575429552 140735575420688 270710898749 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19860/statm: 24065 977 744 9 0 16771 0
[pid=19860/tid=19861] ppid=19857 vsize=96268 CPUtime=0 cores=0,2,4,6
/proc/19860/task/19861/stat : 19861 (java) R 19857 19860 19474 0 -1 4202560 132 0 0 0 0 0 0 0 20 0 2 0 27585371 98578432 979 33554432000 1073741824 1073778376 140735575429552 139976933105192 270707540909 0 0 0 16784584 0 0 0 -1 2 0 0 0 0 0

[startup+0.100062 s]
/proc/loadavg: 4.65 4.35 3.91 7/197 19860
/proc/meminfo: memFree=30341392/32872528 swapFree=1541156/1696500
[pid=19860] ppid=19857 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/19860/stat : 19860 (java) S 19857 19860 19474 0 -1 4202496 4503 0 1 0 9 1 0 0 20 0 18 0 27585370 9787879424 6121 33554432000 1073741824 1073778376 140735575429552 140735575420688 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19860/statm: 2389619 6121 2158 9 0 2380296 0
[pid=19860/tid=19861] ppid=19857 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/19860/task/19861/stat : 19861 (java) R 19857 19860 19474 0 -1 4202560 2386 0 1 0 8 0 0 0 20 0 18 0 27585371 9787879424 6121 33554432000 1073741824 1073778376 140735575429552 139976933108640 270710924557 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200278 s]
/proc/loadavg: 4.65 4.35 3.91 7/197 19860
/proc/meminfo: memFree=30341392/32872528 swapFree=1541156/1696500
[pid=19860] ppid=19857 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/19860/stat : 19860 (java) S 19857 19860 19474 0 -1 4202496 4726 0 1 0 25 1 0 0 20 0 18 0 27585370 9787879424 6794 33554432000 1073741824 1073778376 140735575429552 140735575420688 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19860/statm: 2389619 6794 2215 9 0 2380296 0
[pid=19860/tid=19861] ppid=19857 vsize=9558476 CPUtime=0.18 cores=0,2,4,6
/proc/19860/task/19861/stat : 19861 (java) R 19857 19860 19474 0 -1 4202560 2401 0 1 0 16 2 0 0 20 0 18 0 27585371 9787879424 6794 33554432000 1073741824 1073778376 140735575429552 139976933108640 139976759113120 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300265 s]
/proc/loadavg: 4.65 4.35 3.91 7/197 19860
/proc/meminfo: memFree=30341392/32872528 swapFree=1541156/1696500
[pid=19860] ppid=19857 vsize=9558476 CPUtime=0.51 cores=0,2,4,6
/proc/19860/stat : 19860 (java) S 19857 19860 19474 0 -1 4202496 5975 0 1 0 49 2 0 0 20 0 18 0 27585370 9787879424 9091 33554432000 1073741824 1073778376 140735575429552 140735575420688 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19860/statm: 2389619 9091 2234 9 0 2380296 0
[pid=19860/tid=19861] ppid=19857 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/19860/task/19861/stat : 19861 (java) R 19857 19860 19474 0 -1 4202560 2404 0 1 0 26 2 0 0 20 0 18 0 27585371 9787879424 9091 33554432000 1073741824 1073778376 140735575429552 139976933108640 139976759129492 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9558476

[startup+0.700231 s]
/proc/loadavg: 4.65 4.35 3.91 7/197 19860
/proc/meminfo: memFree=30341392/32872528 swapFree=1541156/1696500
[pid=19860] ppid=19857 vsize=9824732 CPUtime=1.88 cores=0,2,4,6
/proc/19860/stat : 19860 (java) S 19857 19860 19474 0 -1 4202496 15870 0 1 0 183 5 0 0 20 0 22 0 27585370 10060525568 23028 33554432000 1073741824 1073778376 140735575429552 140735575420688 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19860/statm: 2456183 23028 2266 9 0 2446860 0
[pid=19860/tid=19861] ppid=19857 vsize=9824732 CPUtime=0.46 cores=0,2,4,6
/proc/19860/task/19861/stat : 19861 (java) S 19857 19860 19474 0 -1 4202560 2435 0 1 0 44 2 0 0 20 0 22 0 27585371 10060525568 23028 33554432000 1073741824 1073778376 140735575429552 139976933110648 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.88
Current children cumulated vsize (KiB) 9824732

[startup+1.50085 s]
/proc/loadavg: 4.65 4.35 3.91 8/219 19882
/proc/meminfo: memFree=30101368/32872528 swapFree=1541156/1696500
[pid=19860] ppid=19857 vsize=9824732 CPUtime=4.84 cores=0,2,4,6
/proc/19860/stat : 19860 (java) S 19857 19860 19474 0 -1 4202496 24057 0 1 0 476 8 0 0 20 0 22 0 27585370 10060525568 46678 33554432000 1073741824 1073778376 140735575429552 140735575420688 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19860/statm: 2456183 46678 2292 9 0 2446860 0
[pid=19860/tid=19861] ppid=19857 vsize=9824732 CPUtime=0.46 cores=0,2,4,6
/proc/19860/task/19861/stat : 19861 (java) S 19857 19860 19474 0 -1 4202560 2435 0 1 0 44 2 0 0 20 0 22 0 27585371 10060525568 46678 33554432000 1073741824 1073778376 140735575429552 139976933110648 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19860/tid=19863] ppid=19857 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19860/task/19863/stat : 19863 (java) S 19857 19860 19474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27585371 10060525568 46678 33554432000 1073741824 1073778376 140735575429552 139976894601768 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19860/tid=19864] ppid=19857 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19860/task/19864/stat : 19864 (java) S 19857 19860 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27585371 10060525568 46678 33554432000 1073741824 1073778376 140735575429552 139976893548968 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19860/tid=19865] ppid=19857 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19860/task/19865/stat : 19865 (java) S 19857 19860 19474 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 27585371 10060525568 46678 33554432000 1073741824 1073778376 140735575429552 139976892496168 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19860/tid=19866] ppid=19857 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19860/task/19866/stat : 19866 (java) S 19857 19860 19474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27585371 10060525568 46678 33554432000 1073741824 1073778376 140735575429552 139976891443368 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19860/tid=19867] ppid=19857 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19860/task/19867/stat : 19867 (java) S 19857 19860 19474 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 27585371 10060525568 46678 33554432000 1073741824 1073778376 140735575429552 139976890391592 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19860/tid=19868] ppid=19857 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19860/task/19868/stat : 19868 (java) S 19857 19860 19474 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 27585371 10060525568 46678 33554432000 1073741824 1073778376 140735575429552 139976889338792 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19860/tid=19869] ppid=19857 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19860/task/19869/stat : 19869 (java) S 19857 19860 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27585371 10060525568 46678 33554432000 1073741824 1073778376 140735575429552 139976888285992 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19860/tid=19870] ppid=19857 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19860/task/19870/stat : 19870 (java) S 19857 19860 19474 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 27585371 10060525568 46678 33554432000 1073741824 1073778376 140735575429552 139976887233192 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19860/tid=19871] ppid=19857 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19860/task/19871/stat : 19871 (java) S 19857 19860 19474 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 27585372 10060525568 46678 33554432000 1073741824 1073778376 140735575429552 139976756939240 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19860/tid=19872] ppid=19857 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19860/task/19872/stat : 19872 (java) S 19857 19860 19474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27585373 10060525568 46678 33554432000 1073741824 1073778376 140735575429552 139976755885304 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19860/tid=19873] ppid=19857 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19860/task/19873/stat : 19873 (java) S 19857 19860 19474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27585373 10060525568 46678 33554432000 1073741824 1073778376 140735575429552 139976754832392 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19860/tid=19874] ppid=19857 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19860/task/19874/stat : 19874 (java) S 19857 19860 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27585375 10060525568 46678 33554432000 1073741824 1073778376 140735575429552 139976753780880 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19860/tid=19875] ppid=19857 vsize=9824732 CPUtime=1.13 cores=0,2,4,6
/proc/19860/task/19875/stat : 19875 (java) S 19857 19860 19474 0 -1 4202560 10038 0 0 0 110 3 0 0 20 0 22 0 27585375 10060525568 46678 33554432000 1073741824 1073778376 140735575429552 139976752729016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19860/tid=19876] ppid=19857 vsize=9824732 CPUtime=1.2 cores=0,2,4,6
/proc/19860/task/19876/stat : 19876 (java) S 19857 19860 19474 0 -1 4202560 10115 0 0 0 118 2 0 0 20 0 22 0 27585375 10060525568 46678 33554432000 1073741824 1073778376 140735575429552 139976751676216 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19860/tid=19877] ppid=19857 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19860/task/19877/stat : 19877 (java) S 19857 19860 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27585375 10060525568 46678 33554432000 1073741824 1073778376 140735575429552 139976750623608 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19860/tid=19878] ppid=19857 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19860/task/19878/stat : 19878 (java) S 19857 19860 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27585375 10060525568 46678 33554432000 1073741824 1073778376 140735575429552 139976749571016 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19860/tid=19879] ppid=19857 vsize=9824732 CPUtime=0.95 cores=0,2,4,6
/proc/19860/task/19879/stat : 19879 (java) R 19857 19860 19474 0 -1 4202560 20 0 0 0 95 0 0 0 20 0 22 0 27585418 10060525568 46678 33554432000 1073741824 1073778376 140735575429552 139976748507168 139976759877389 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=19860/tid=19880] ppid=19857 vsize=9824732 CPUtime=0.97 cores=0,2,4,6
/proc/19860/task/19880/stat : 19880 (java) R 19857 19860 19474 0 -1 4202560 75 0 0 0 96 1 0 0 20 0 22 0 27585418 10060525568 46678 33554432000 1073741824 1073778376 140735575429552 139976747462392 139976759974717 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=19860/tid=19881] ppid=19857 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19860/task/19881/stat : 19881 (java) S 19857 19860 19474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27585419 10060525568 46678 33554432000 1073741824 1073778376 140735575429552 139976746410920 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19860/tid=19882] ppid=19857 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19860/task/19882/stat : 19882 (java) S 19857 19860 19474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27585419 10060525568 46678 33554432000 1073741824 1073778376 140735575429552 139976745358120 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.84
Current children cumulated vsize (KiB) 9824732

[startup+3.10094 s]
/proc/loadavg: 4.59 4.34 3.91 6/219 19882
/proc/meminfo: memFree=29827992/32872528 swapFree=1541156/1696500
[pid=19860] ppid=19857 vsize=9824732 CPUtime=8.33 cores=0,2,4,6
/proc/19860/stat : 19860 (java) S 19857 19860 19474 0 -1 4202496 24339 0 1 0 815 18 0 0 20 0 22 0 27585370 10060525568 89305 33554432000 1073741824 1073778376 140735575429552 140735575420688 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19860/statm: 2456183 89305 2292 9 0 2446860 0
[pid=19860/tid=19861] ppid=19857 vsize=9824732 CPUtime=0.46 cores=0,2,4,6
/proc/19860/task/19861/stat : 19861 (java) S 19857 19860 19474 0 -1 4202560 2435 0 1 0 44 2 0 0 20 0 22 0 27585371 10060525568 89305 33554432000 1073741824 1073778376 140735575429552 139976933110648 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19860/tid=19863] ppid=19857 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/19860/task/19863/stat : 19863 (java) S 19857 19860 19474 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 22 0 27585371 10060525568 89305 33554432000 1073741824 1073778376 140735575429552 139976894601768 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19860/tid=19864] ppid=19857 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/19860/task/19864/stat : 19864 (java) S 19857 19860 19474 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 27585371 10060525568 89305 33554432000 1073741824 1073778376 140735575429552 139976893548968 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19860/tid=19865] ppid=19857 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/19860/task/19865/stat : 19865 (java) S 19857 19860 19474 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 22 0 27585371 10060525568 89305 33554432000 1073741824 1073778376 140735575429552 139976892496168 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19860/tid=19866] ppid=19857 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/19860/task/19866/stat : 19866 (java) S 19857 19860 19474 0 -1 4202560 26 0 0 0 3 2 0 0 20 0 22 0 27585371 10060525568 89305 33554432000 1073741824 1073778376 140735575429552 139976891443368 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19860/tid=19867] ppid=19857 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/19860/task/19867/stat : 19867 (java) S 19857 19860 19474 0 -1 4202560 6 0 0 0 2 0 0 0 20 0 22 0 27585371 10060525568 89305 33554432000 1073741824 1073778376 140735575429552 139976890391592 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19860/tid=19868] ppid=19857 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/19860/task/19868/stat : 19868 (java) S 19857 19860 19474 0 -1 4202560 18 0 0 0 2 2 0 0 20 0 22 0 27585371 10060525568 89305 33554432000 1073741824 1073778376 140735575429552 139976889338792 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19860/tid=19869] ppid=19857 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/19860/task/19869/stat : 19869 (java) S 19857 19860 19474 0 -1 4202560 19 0 0 0 4 0 0 0 20 0 22 0 27585371 10060525568 89305 33554432000 1073741824 1073778376 140735575429552 139976888285992 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19860/tid=19870] ppid=19857 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/19860/task/19870/stat : 19870 (java) S 19857 19860 19474 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 27585371 10060525568 89305 33554432000 1073741824 1073778376 140735575429552 139976887233192 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19860/tid=19871] ppid=19857 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19860/task/19871/stat : 19871 (java) S 19857 19860 19474 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 27585372 10060525568 89305 33554432000 1073741824 1073778376 140735575429552 139976756939240 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19860/tid=19872] ppid=19857 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19860/task/19872/stat : 19872 (java) S 19857 19860 19474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27585373 10060525568 89305 33554432000 1073741824 1073778376 140735575429552 139976755885304 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19860/tid=19873] ppid=19857 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19860/task/19873/stat : 19873 (java) S 19857 19860 19474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27585373 10060525568 89305 33554432000 1073741824 1073778376 140735575429552 139976754832392 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19860/tid=19874] ppid=19857 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19860/task/19874/stat : 19874 (java) S 19857 19860 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27585375 10060525568 89305 33554432000 1073741824 1073778376 140735575429552 139976753780880 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19860/tid=19875] ppid=19857 vsize=9824732 CPUtime=1.26 cores=0,2,4,6
/proc/19860/task/19875/stat : 19875 (java) S 19857 19860 19474 0 -1 4202560 10038 0 0 0 123 3 0 0 20 0 22 0 27585375 10060525568 89305 33554432000 1073741824 1073778376 140735575429552 139976752729016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19860/tid=19876] ppid=19857 vsize=9824732 CPUtime=1.25 cores=0,2,4,6
/proc/19860/task/19876/stat : 19876 (java) S 19857 19860 19474 0 -1 4202560 10115 0 0 0 122 3 0 0 20 0 22 0 27585375 10060525568 89305 33554432000 1073741824 1073778376 140735575429552 139976751676216 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19860/tid=19877] ppid=19857 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19860/task/19877/stat : 19877 (java) S 19857 19860 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27585375 10060525568 89305 33554432000 1073741824 1073778376 140735575429552 139976750623608 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19860/tid=19878] ppid=19857 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19860/task/19878/stat : 19878 (java) S 19857 19860 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27585375 10060525568 89305 33554432000 1073741824 1073778376 140735575429552 139976749571016 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19860/tid=19879] ppid=19857 vsize=9824732 CPUtime=2.46 cores=0,2,4,6
/proc/19860/task/19879/stat : 19879 (java) R 19857 19860 19474 0 -1 4202560 20 0 0 0 246 0 0 0 20 0 22 0 27585418 10060525568 89305 33554432000 1073741824 1073778376 140735575429552 139976748514080 139976759828273 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=19860/tid=19880] ppid=19857 vsize=9824732 CPUtime=2.49 cores=0,2,4,6
/proc/19860/task/19880/stat : 19880 (java) R 19857 19860 19474 0 -1 4202560 136 0 0 0 246 3 0 0 20 0 22 0 27585418 10060525568 89305 33554432000 1073741824 1073778376 140735575429552 139976747462032 139976759942422 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=19860/tid=19881] ppid=19857 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19860/task/19881/stat : 19881 (java) S 19857 19860 19474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27585419 10060525568 89305 33554432000 1073741824 1073778376 140735575429552 139976746410920 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19860/tid=19882] ppid=19857 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19860/task/19882/stat : 19882 (java) S 19857 19860 19474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27585419 10060525568 89305 33554432000 1073741824 1073778376 140735575429552 139976745358120 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 8.33
Current children cumulated vsize (KiB) 9824732

[startup+6.30094 s]
/proc/loadavg: 4.59 4.34 3.91 5/219 19882
/proc/meminfo: memFree=29192776/32872528 swapFree=1541156/1696500
[pid=19860] ppid=19857 vsize=9824732 CPUtime=14.88 cores=0,2,4,6
/proc/19860/stat : 19860 (java) S 19857 19860 19474 0 -1 4202496 25015 0 1 0 1460 28 0 0 20 0 22 0 27585370 10060525568 160893 33554432000 1073741824 1073778376 140735575429552 140735575420688 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19860/statm: 2456183 160893 2292 9 0 2446860 0
[pid=19860/tid=19861] ppid=19857 vsize=9824732 CPUtime=0.46 cores=0,2,4,6
/proc/19860/task/19861/stat : 19861 (java) S 19857 19860 19474 0 -1 4202560 2435 0 1 0 44 2 0 0 20 0 22 0 27585371 10060525568 160893 33554432000 1073741824 1073778376 140735575429552 139976933110648 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19860/tid=19863] ppid=19857 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/19860/task/19863/stat : 19863 (java) S 19857 19860 19474 0 -1 4202560 70 0 0 0 5 1 0 0 20 0 22 0 27585371 10060525568 160893 33554432000 1073741824 1073778376 140735575429552 139976894601768 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19860/tid=19864] ppid=19857 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/19860/task/19864/stat : 19864 (java) S 19857 19860 19474 0 -1 4202560 29 0 0 0 4 1 0 0 20 0 22 0 27585371 10060525568 160893 33554432000 1073741824 1073778376 140735575429552 139976893548968 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19860/tid=19865] ppid=19857 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/19860/task/19865/stat : 19865 (java) S 19857 19860 19474 0 -1 4202560 86 0 0 0 5 2 0 0 20 0 22 0 27585371 10060525568 160893 33554432000 1073741824 1073778376 140735575429552 139976892496168 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19860/tid=19866] ppid=19857 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/19860/task/19866/stat : 19866 (java) S 19857 19860 19474 0 -1 4202560 44 0 0 0 6 2 0 0 20 0 22 0 27585371 10060525568 160893 33554432000 1073741824 1073778376 140735575429552 139976891443368 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19860/tid=19867] ppid=19857 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/19860/task/19867/stat : 19867 (java) S 19857 19860 19474 0 -1 4202560 32 0 0 0 5 1 0 0 20 0 22 0 27585371 10060525568 160893 33554432000 1073741824 1073778376 140735575429552 139976890391592 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19860/tid=19868] ppid=19857 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/19860/task/19868/stat : 19868 (java) S 19857 19860 19474 0 -1 4202560 32 0 0 0 6 2 0 0 20 0 22 0 27585371 10060525568 160893 33554432000 1073741824 1073778376 140735575429552 139976889338792 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19860/tid=19869] ppid=19857 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/19860/task/19869/stat : 19869 (java) S 19857 19860 19474 0 -1 4202560 75 0 0 0 4 2 0 0 20 0 22 0 27585371 10060525568 160893 33554432000 1073741824 1073778376 140735575429552 139976888285992 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19860/tid=19870] ppid=19857 vsize=9824732 CPUtime=0.07 cores=0,2,4,6

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

/proc/19860/task/19865/stat : 19865 (java) S 19857 19860 19474 0 -1 4202560 822 0 0 0 284 17 0 0 20 0 22 0 27585371 10060525568 911016 33554432000 1073741824 1073778376 140735575429552 139976892496168 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19860/tid=19866] ppid=19857 vsize=9824732 CPUtime=2.68 cores=0,2,4,6
/proc/19860/task/19866/stat : 19866 (java) S 19857 19860 19474 0 -1 4202560 872 0 0 0 253 15 0 0 20 0 22 0 27585371 10060525568 911016 33554432000 1073741824 1073778376 140735575429552 139976891443368 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19860/tid=19867] ppid=19857 vsize=9824732 CPUtime=2.61 cores=0,2,4,6
/proc/19860/task/19867/stat : 19867 (java) S 19857 19860 19474 0 -1 4202560 588 0 0 0 245 16 0 0 20 0 22 0 27585371 10060525568 911016 33554432000 1073741824 1073778376 140735575429552 139976890391592 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19860/tid=19868] ppid=19857 vsize=9824732 CPUtime=2.45 cores=0,2,4,6
/proc/19860/task/19868/stat : 19868 (java) S 19857 19860 19474 0 -1 4202560 676 0 0 0 229 16 0 0 20 0 22 0 27585371 10060525568 911016 33554432000 1073741824 1073778376 140735575429552 139976889338792 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19860/tid=19869] ppid=19857 vsize=9824732 CPUtime=2.7 cores=0,2,4,6
/proc/19860/task/19869/stat : 19869 (java) S 19857 19860 19474 0 -1 4202560 818 0 0 0 256 14 0 0 20 0 22 0 27585371 10060525568 911016 33554432000 1073741824 1073778376 140735575429552 139976888285992 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19860/tid=19870] ppid=19857 vsize=9824732 CPUtime=2.73 cores=0,2,4,6
/proc/19860/task/19870/stat : 19870 (java) S 19857 19860 19474 0 -1 4202560 625 0 0 0 260 13 0 0 20 0 22 0 27585371 10060525568 911016 33554432000 1073741824 1073778376 140735575429552 139976887233192 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19860/tid=19871] ppid=19857 vsize=9824732 CPUtime=3.86 cores=0,2,4,6
/proc/19860/task/19871/stat : 19871 (java) S 19857 19860 19474 0 -1 4202560 2311 0 0 0 379 7 0 0 20 0 22 0 27585372 10060525568 911016 33554432000 1073741824 1073778376 140735575429552 139976756939240 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19860/tid=19872] ppid=19857 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19860/task/19872/stat : 19872 (java) S 19857 19860 19474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27585373 10060525568 911016 33554432000 1073741824 1073778376 140735575429552 139976755885304 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19860/tid=19873] ppid=19857 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19860/task/19873/stat : 19873 (java) S 19857 19860 19474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27585373 10060525568 911016 33554432000 1073741824 1073778376 140735575429552 139976754832392 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19860/tid=19874] ppid=19857 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19860/task/19874/stat : 19874 (java) S 19857 19860 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27585375 10060525568 911016 33554432000 1073741824 1073778376 140735575429552 139976753780880 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19860/tid=19875] ppid=19857 vsize=9824732 CPUtime=1.44 cores=0,2,4,6
/proc/19860/task/19875/stat : 19875 (java) S 19857 19860 19474 0 -1 4202560 10042 0 0 0 141 3 0 0 20 0 22 0 27585375 10060525568 911016 33554432000 1073741824 1073778376 140735575429552 139976752729016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19860/tid=19876] ppid=19857 vsize=9824732 CPUtime=1.53 cores=0,2,4,6
/proc/19860/task/19876/stat : 19876 (java) S 19857 19860 19474 0 -1 4202560 11554 0 0 0 150 3 0 0 20 0 22 0 27585375 10060525568 911016 33554432000 1073741824 1073778376 140735575429552 139976751676216 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19860/tid=19877] ppid=19857 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19860/task/19877/stat : 19877 (java) S 19857 19860 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27585375 10060525568 911016 33554432000 1073741824 1073778376 140735575429552 139976750623608 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19860/tid=19878] ppid=19857 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/19860/task/19878/stat : 19878 (java) S 19857 19860 19474 0 -1 4202560 51 0 0 0 16 16 0 0 20 0 22 0 27585375 10060525568 911016 33554432000 1073741824 1073778376 140735575429552 139976749571016 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19860/tid=19879] ppid=19857 vsize=9824732 CPUtime=869.77 cores=0,2,4,6
/proc/19860/task/19879/stat : 19879 (java) R 19857 19860 19474 0 -1 4202560 46 0 0 0 86962 15 0 0 20 0 22 0 27585418 10060525568 911016 33554432000 1073741824 1073778376 140735575429552 139976748507248 139976759590191 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=19860/tid=19880] ppid=19857 vsize=9824732 CPUtime=869.8 cores=0,2,4,6
/proc/19860/task/19880/stat : 19880 (java) R 19857 19860 19474 0 -1 4202560 2172 0 0 0 86929 51 0 0 20 0 22 0 27585418 10060525568 911016 33554432000 1073741824 1073778376 140735575429552 139976747460960 139976760465892 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=19860/tid=19881] ppid=19857 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19860/task/19881/stat : 19881 (java) S 19857 19860 19474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27585419 10060525568 911016 33554432000 1073741824 1073778376 140735575429552 139976746410920 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19860/tid=19882] ppid=19857 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19860/task/19882/stat : 19882 (java) S 19857 19860 19474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27585419 10060525568 911016 33554432000 1073741824 1073778376 140735575429552 139976745358120 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1773.05
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+895.701 s]
/proc/loadavg: 4.28 4.28 4.13 7/219 19994
/proc/meminfo: memFree=26693832/32872528 swapFree=1541156/1696500
[pid=19860] ppid=19857 vsize=9824732 CPUtime=1800.04 cores=0,2,4,6
/proc/19860/stat : 19860 (java) S 19857 19860 19474 0 -1 4202496 35850 0 1 0 179815 189 0 0 20 0 22 0 27585370 10060525568 914088 33554432000 1073741824 1073778376 140735575429552 140735575420688 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19860/statm: 2456183 914088 2301 9 0 2446860 0
[pid=19860/tid=19861] ppid=19857 vsize=9824732 CPUtime=0.5 cores=0,2,4,6
/proc/19860/task/19861/stat : 19861 (java) S 19857 19860 19474 0 -1 4202560 2441 0 1 0 47 3 0 0 20 0 22 0 27585371 10060525568 914088 33554432000 1073741824 1073778376 140735575429552 139976933110648 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19860/tid=19863] ppid=19857 vsize=9824732 CPUtime=2.91 cores=0,2,4,6
/proc/19860/task/19863/stat : 19863 (java) S 19857 19860 19474 0 -1 4202560 992 0 0 0 272 19 0 0 20 0 22 0 27585371 10060525568 914088 33554432000 1073741824 1073778376 140735575429552 139976894601768 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19860/tid=19864] ppid=19857 vsize=9824732 CPUtime=2.47 cores=0,2,4,6
/proc/19860/task/19864/stat : 19864 (java) S 19857 19860 19474 0 -1 4202560 552 0 0 0 233 14 0 0 20 0 22 0 27585371 10060525568 914088 33554432000 1073741824 1073778376 140735575429552 139976893548968 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19860/tid=19865] ppid=19857 vsize=9824732 CPUtime=3.08 cores=0,2,4,6
/proc/19860/task/19865/stat : 19865 (java) S 19857 19860 19474 0 -1 4202560 827 0 0 0 291 17 0 0 20 0 22 0 27585371 10060525568 914088 33554432000 1073741824 1073778376 140735575429552 139976892496168 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19860/tid=19866] ppid=19857 vsize=9824732 CPUtime=2.8 cores=0,2,4,6
/proc/19860/task/19866/stat : 19866 (java) S 19857 19860 19474 0 -1 4202560 878 0 0 0 265 15 0 0 20 0 22 0 27585371 10060525568 914088 33554432000 1073741824 1073778376 140735575429552 139976891443368 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19860/tid=19867] ppid=19857 vsize=9824732 CPUtime=2.65 cores=0,2,4,6
/proc/19860/task/19867/stat : 19867 (java) S 19857 19860 19474 0 -1 4202560 593 0 0 0 249 16 0 0 20 0 22 0 27585371 10060525568 914088 33554432000 1073741824 1073778376 140735575429552 139976890391592 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19860/tid=19868] ppid=19857 vsize=9824732 CPUtime=2.48 cores=0,2,4,6
/proc/19860/task/19868/stat : 19868 (java) S 19857 19860 19474 0 -1 4202560 676 0 0 0 232 16 0 0 20 0 22 0 27585371 10060525568 914088 33554432000 1073741824 1073778376 140735575429552 139976889338792 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19860/tid=19869] ppid=19857 vsize=9824732 CPUtime=2.76 cores=0,2,4,6
/proc/19860/task/19869/stat : 19869 (java) S 19857 19860 19474 0 -1 4202560 822 0 0 0 262 14 0 0 20 0 22 0 27585371 10060525568 914088 33554432000 1073741824 1073778376 140735575429552 139976888285992 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19860/tid=19870] ppid=19857 vsize=9824732 CPUtime=2.76 cores=0,2,4,6
/proc/19860/task/19870/stat : 19870 (java) S 19857 19860 19474 0 -1 4202560 625 0 0 0 263 13 0 0 20 0 22 0 27585371 10060525568 914088 33554432000 1073741824 1073778376 140735575429552 139976887233192 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19860/tid=19871] ppid=19857 vsize=9824732 CPUtime=3.86 cores=0,2,4,6
/proc/19860/task/19871/stat : 19871 (java) S 19857 19860 19474 0 -1 4202560 2313 0 0 0 379 7 0 0 20 0 22 0 27585372 10060525568 914088 33554432000 1073741824 1073778376 140735575429552 139976756939240 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19860/tid=19872] ppid=19857 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19860/task/19872/stat : 19872 (java) S 19857 19860 19474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27585373 10060525568 914088 33554432000 1073741824 1073778376 140735575429552 139976755885304 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19860/tid=19873] ppid=19857 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19860/task/19873/stat : 19873 (java) S 19857 19860 19474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27585373 10060525568 914088 33554432000 1073741824 1073778376 140735575429552 139976754832392 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19860/tid=19874] ppid=19857 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19860/task/19874/stat : 19874 (java) S 19857 19860 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27585375 10060525568 914088 33554432000 1073741824 1073778376 140735575429552 139976753780880 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19860/tid=19875] ppid=19857 vsize=9824732 CPUtime=1.44 cores=0,2,4,6
/proc/19860/task/19875/stat : 19875 (java) S 19857 19860 19474 0 -1 4202560 10042 0 0 0 141 3 0 0 20 0 22 0 27585375 10060525568 914088 33554432000 1073741824 1073778376 140735575429552 139976752729016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19860/tid=19876] ppid=19857 vsize=9824732 CPUtime=1.53 cores=0,2,4,6
/proc/19860/task/19876/stat : 19876 (java) S 19857 19860 19474 0 -1 4202560 11554 0 0 0 150 3 0 0 20 0 22 0 27585375 10060525568 914088 33554432000 1073741824 1073778376 140735575429552 139976751676216 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19860/tid=19877] ppid=19857 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19860/task/19877/stat : 19877 (java) S 19857 19860 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27585375 10060525568 914088 33554432000 1073741824 1073778376 140735575429552 139976750623608 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19860/tid=19878] ppid=19857 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/19860/task/19878/stat : 19878 (java) S 19857 19860 19474 0 -1 4202560 51 0 0 0 16 16 0 0 20 0 22 0 27585375 10060525568 914088 33554432000 1073741824 1073778376 140735575429552 139976749571016 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19860/tid=19879] ppid=19857 vsize=9824732 CPUtime=883.01 cores=0,2,4,6
/proc/19860/task/19879/stat : 19879 (java) R 19857 19860 19474 0 -1 4202560 46 0 0 0 88286 15 0 0 20 0 22 0 27585418 10060525568 914088 33554432000 1073741824 1073778376 140735575429552 139976748514880 139976759809416 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=19860/tid=19880] ppid=19857 vsize=9824732 CPUtime=883.03 cores=0,2,4,6
/proc/19860/task/19880/stat : 19880 (java) R 19857 19860 19474 0 -1 4202560 2173 0 0 0 88252 51 0 0 20 0 22 0 27585418 10060525568 914088 33554432000 1073741824 1073778376 140735575429552 139976747463168 139976759855061 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=19860/tid=19881] ppid=19857 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19860/task/19881/stat : 19881 (java) S 19857 19860 19474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27585419 10060525568 914088 33554432000 1073741824 1073778376 140735575429552 139976746410920 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19860/tid=19882] ppid=19857 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19860/task/19882/stat : 19882 (java) S 19857 19860 19474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27585419 10060525568 914088 33554432000 1073741824 1073778376 140735575429552 139976745358120 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
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 19860 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+895.701 s]
/proc/loadavg: 4.28 4.28 4.13 7/219 19994
/proc/meminfo: memFree=26693832/32872528 swapFree=1541156/1696500
[pid=19860] ppid=19857 vsize=9824732 CPUtime=1800.04 cores=0,2,4,6
/proc/19860/stat : 19860 (java) S 19857 19860 19474 0 -1 4202496 35850 0 1 0 179815 189 0 0 20 0 22 0 27585370 10060525568 914088 33554432000 1073741824 1073778376 140735575429552 140735575420688 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19860/statm: 2456183 914088 2301 9 0 2446860 0
[pid=19860/tid=19861] ppid=19857 vsize=9824732 CPUtime=0.5 cores=0,2,4,6
/proc/19860/task/19861/stat : 19861 (java) S 19857 19860 19474 0 -1 4202560 2441 0 1 0 47 3 0 0 20 0 22 0 27585371 10060525568 914088 33554432000 1073741824 1073778376 140735575429552 139976933110648 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19860/tid=19863] ppid=19857 vsize=9824732 CPUtime=2.91 cores=0,2,4,6
/proc/19860/task/19863/stat : 19863 (java) S 19857 19860 19474 0 -1 4202560 992 0 0 0 272 19 0 0 20 0 22 0 27585371 10060525568 914088 33554432000 1073741824 1073778376 140735575429552 139976894601768 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19860/tid=19864] ppid=19857 vsize=9824732 CPUtime=2.47 cores=0,2,4,6
/proc/19860/task/19864/stat : 19864 (java) S 19857 19860 19474 0 -1 4202560 552 0 0 0 233 14 0 0 20 0 22 0 27585371 10060525568 914088 33554432000 1073741824 1073778376 140735575429552 139976893548968 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19860/tid=19865] ppid=19857 vsize=9824732 CPUtime=3.08 cores=0,2,4,6
/proc/19860/task/19865/stat : 19865 (java) S 19857 19860 19474 0 -1 4202560 827 0 0 0 291 17 0 0 20 0 22 0 27585371 10060525568 914088 33554432000 1073741824 1073778376 140735575429552 139976892496168 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19860/tid=19866] ppid=19857 vsize=9824732 CPUtime=2.8 cores=0,2,4,6
/proc/19860/task/19866/stat : 19866 (java) S 19857 19860 19474 0 -1 4202560 878 0 0 0 265 15 0 0 20 0 22 0 27585371 10060525568 914088 33554432000 1073741824 1073778376 140735575429552 139976891443368 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19860/tid=19867] ppid=19857 vsize=9824732 CPUtime=2.65 cores=0,2,4,6
/proc/19860/task/19867/stat : 19867 (java) S 19857 19860 19474 0 -1 4202560 593 0 0 0 249 16 0 0 20 0 22 0 27585371 10060525568 914088 33554432000 1073741824 1073778376 140735575429552 139976890391592 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19860/tid=19868] ppid=19857 vsize=9824732 CPUtime=2.48 cores=0,2,4,6
/proc/19860/task/19868/stat : 19868 (java) S 19857 19860 19474 0 -1 4202560 676 0 0 0 232 16 0 0 20 0 22 0 27585371 10060525568 914088 33554432000 1073741824 1073778376 140735575429552 139976889338792 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19860/tid=19869] ppid=19857 vsize=9824732 CPUtime=2.76 cores=0,2,4,6
/proc/19860/task/19869/stat : 19869 (java) S 19857 19860 19474 0 -1 4202560 822 0 0 0 262 14 0 0 20 0 22 0 27585371 10060525568 914088 33554432000 1073741824 1073778376 140735575429552 139976888285992 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19860/tid=19870] ppid=19857 vsize=9824732 CPUtime=2.76 cores=0,2,4,6
/proc/19860/task/19870/stat : 19870 (java) S 19857 19860 19474 0 -1 4202560 625 0 0 0 263 13 0 0 20 0 22 0 27585371 10060525568 914088 33554432000 1073741824 1073778376 140735575429552 139976887233192 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19860/tid=19871] ppid=19857 vsize=9824732 CPUtime=3.86 cores=0,2,4,6
/proc/19860/task/19871/stat : 19871 (java) S 19857 19860 19474 0 -1 4202560 2313 0 0 0 379 7 0 0 20 0 22 0 27585372 10060525568 914088 33554432000 1073741824 1073778376 140735575429552 139976756939240 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19860/tid=19872] ppid=19857 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19860/task/19872/stat : 19872 (java) S 19857 19860 19474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27585373 10060525568 914088 33554432000 1073741824 1073778376 140735575429552 139976755885304 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19860/tid=19873] ppid=19857 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19860/task/19873/stat : 19873 (java) S 19857 19860 19474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27585373 10060525568 914088 33554432000 1073741824 1073778376 140735575429552 139976754832392 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19860/tid=19874] ppid=19857 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19860/task/19874/stat : 19874 (java) S 19857 19860 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27585375 10060525568 914088 33554432000 1073741824 1073778376 140735575429552 139976753780880 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19860/tid=19875] ppid=19857 vsize=9824732 CPUtime=1.44 cores=0,2,4,6
/proc/19860/task/19875/stat : 19875 (java) S 19857 19860 19474 0 -1 4202560 10042 0 0 0 141 3 0 0 20 0 22 0 27585375 10060525568 914088 33554432000 1073741824 1073778376 140735575429552 139976752729016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19860/tid=19876] ppid=19857 vsize=9824732 CPUtime=1.53 cores=0,2,4,6
/proc/19860/task/19876/stat : 19876 (java) S 19857 19860 19474 0 -1 4202560 11554 0 0 0 150 3 0 0 20 0 22 0 27585375 10060525568 914088 33554432000 1073741824 1073778376 140735575429552 139976751676216 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19860/tid=19877] ppid=19857 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19860/task/19877/stat : 19877 (java) S 19857 19860 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27585375 10060525568 914088 33554432000 1073741824 1073778376 140735575429552 139976750623608 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19860/tid=19878] ppid=19857 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/19860/task/19878/stat : 19878 (java) S 19857 19860 19474 0 -1 4202560 51 0 0 0 16 16 0 0 20 0 22 0 27585375 10060525568 914088 33554432000 1073741824 1073778376 140735575429552 139976749571016 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19860/tid=19879] ppid=19857 vsize=9824732 CPUtime=883.01 cores=0,2,4,6
/proc/19860/task/19879/stat : 19879 (java) R 19857 19860 19474 0 -1 4202560 46 0 0 0 88286 15 0 0 20 0 22 0 27585418 10060525568 914088 33554432000 1073741824 1073778376 140735575429552 139976748514880 139976759809416 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=19860/tid=19880] ppid=19857 vsize=9824732 CPUtime=883.03 cores=0,2,4,6
/proc/19860/task/19880/stat : 19880 (java) R 19857 19860 19474 0 -1 4202560 2173 0 0 0 88252 51 0 0 20 0 22 0 27585418 10060525568 914088 33554432000 1073741824 1073778376 140735575429552 139976747463168 139976759855061 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=19860/tid=19881] ppid=19857 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19860/task/19881/stat : 19881 (java) S 19857 19860 19474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27585419 10060525568 914088 33554432000 1073741824 1073778376 140735575429552 139976746410920 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19860/tid=19882] ppid=19857 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19860/task/19882/stat : 19882 (java) S 19857 19860 19474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27585419 10060525568 914088 33554432000 1073741824 1073778376 140735575429552 139976745358120 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9824732

Child status: 143

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

Real time (s): 895.77
CPU time (s): 1800.04
CPU user time (s): 1798.15
CPU system time (s): 1.89
CPU usage (%): 200.949
Max. virtual memory (cumulated for all children) (KiB): 9825088

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.64
system time used= 2.39764
maximum resident set size= 3656468
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35883
page faults= 1
swaps= 0
block input operations= 0
block output operations= 936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23788
involuntary context switches= 25585

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.37118 second user time and 7.67683 second system time

The end

Launcher Data

Begin job on node125 at 2016-06-26 14:51:07
IDJOB=4116014
IDBENCH=109417
IDSOLVER=2543
FILE ID=node125/4116014-1466945467
RUNJOBID= node125-1466943674-19490
PBS_JOBID= 19976354
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/nossum/normalized-sha1-size80-round22-6.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4116014-1466945467/watcher-4116014-1466945467 -o /tmp/evaluation-result-4116014-1466945467/solver-4116014-1466945467 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1466943674-19490 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4116014-1466945467.opb

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

MD5SUM BENCH= e47660c9bcfbe80f9ef1db1b64cb3151
RANDOM SEED=2016425776

node125.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.021
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.04
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.021
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.56
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.021
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.021
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:        30343348 kB
Buffers:            3260 kB
Cached:            34916 kB
SwapCached:         1640 kB
Active:           115952 kB
Inactive:          16412 kB
Active(anon):      97168 kB
Inactive(anon):      284 kB
Active(file):      18784 kB
Inactive(file):    16128 kB
Unevictable:     1696500 kB
Mlocked:         1541156 kB
SwapTotal:      67108856 kB
SwapFree:       67097764 kB
Dirty:              2436 kB
Writeback:             0 kB
AnonPages:       1758248 kB
Mapped:            14824 kB
Shmem:                 0 kB
Slab:             565228 kB
SReclaimable:       8728 kB
SUnreclaim:       556500 kB
KernelStack:        1584 kB
PageTables:         7992 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2388364 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    190464 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= 71740 MiB
End job on node125 at 2016-06-26 15:06:03