Trace number 4258358

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-CSP 2017-07-05? (TO) 252.203 107.551

General information on the benchmark

NameVrp/Vrp-zinc-s1/
Vrp-B-n57-k9.xml
MD5SUM205feda53d99710fee13d320d9c474df
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark1706
Best CPU time to get the best result obtained on this benchmark251.967
Satisfiable
(Un)Satisfiability was proved
Number of variables3306
Number of constraints3248
Number of domains3
Minimum domain size1
Maximum domain size101
Distribution of domain sizes[{"size":1,"count":57},{"size":2,"count":3192},{"size":101,"count":56}]
Minimum variable degree0
Maximum variable degree111
Distribution of variable degrees[{"degree":0,"count":1},{"degree":1,"count":57},{"degree":2,"count":112},{"degree":4,"count":3080},{"degree":111,"count":56}]
Minimum constraint arity1
Maximum constraint arity56
Distribution of constraint arities[{"arity":1,"count":56},{"arity":3,"count":3080},{"arity":56,"count":112}]
Number of extensional constraints0
Number of intensional constraints56
Distribution of constraint types[{"type":"intension","count":56},{"type":"sum","count":3080},{"type":"count","count":112}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

214.32/71.00	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
214.32/71.00	c This is free software under the dual EPL/GNU LGPL licenses.
214.32/71.00	c See www.sat4j.org for details.
214.32/71.00	c That software uses the Rhino library from the Mozilla project.
214.32/71.00	c version CUSTOM.v20170705
214.32/71.00	c java.runtime.name	Java(TM) SE Runtime Environment
214.32/71.00	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
214.32/71.00	c java.vm.version	25.131-b11
214.32/71.00	c java.vm.vendor	Oracle Corporation
214.32/71.00	c sun.arch.data.model	64
214.32/71.00	c java.version		1.8.0_131
214.32/71.00	c os.name		Linux
214.32/71.00	c os.version		3.10.0-514.16.1.el7.x86_64
214.32/71.00	c os.arch		amd64
214.32/71.00	c Free memory 		499604488
214.32/71.00	c Max memory 		7247757312
214.32/71.00	c Total memory 		504889344
214.32/71.00	c Number of processors 	4
214.32/71.00	c c --- Begin Solver configuration ---
214.32/71.00	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
214.32/71.00	c Learn all clauses as in MiniSAT
214.32/71.00	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
214.32/71.00	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
214.32/71.00	c No reason simplification
214.32/71.00	c Glucose 2.1 dynamic restart strategy
214.32/71.00	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
214.32/71.00	c timeout=2147483s
214.32/71.00	c DB Simplification allowed=false
214.32/71.00	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
214.32/71.00	c --- End Solver configuration ---
214.32/71.00	c constraints type 
214.32/71.00	c org.sat4j.minisat.constraints.card.MinWatchCard => 6496
214.32/71.00	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1281448
214.32/71.00	c org.sat4j.minisat.constraints.cnf.UnitClauses => 57
214.32/71.00	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 63364616
214.32/71.00	c org.sat4j.specs.Constr$1 => 57
214.32/71.00	c org.sat4j.minisat.constraints.cnf.UnitClause => 6496
214.32/71.00	c 64659170 constraints processed.
252.14/107.50	c starts		: 248
252.14/107.50	c conflicts		: 44767
252.14/107.50	c decisions		: 6742524
252.14/107.50	c propagations		: 107501081
252.14/107.50	c inspects		: 211949001
252.14/107.50	c shortcuts		: 0
252.14/107.50	c learnt literals	: 279
252.14/107.50	c learnt binary clauses	: 180
252.14/107.50	c learnt ternary clauses	: 1327
252.14/107.50	c learnt constraints	: 44488
252.14/107.50	c ignored constraints	: 0
252.14/107.50	c root simplifications	: 0
252.14/107.50	c removed literals (reason simplification)	: 0
252.14/107.50	c reason swapping (by a shorter reason)	: 0
252.14/107.50	c Calls to reduceDB	: 5
252.14/107.50	c Number of update (reduction) of LBD	: 29768
252.14/107.50	c Imported unit clauses	: 0
252.14/107.50	c number of reductions to clauses (during analyze)	: 0
252.14/107.50	c number of learned constraints concerned by reduction	: 0
252.14/107.50	c number of learning phase by resolution	: 0
252.14/107.50	c number of learning phase by cutting planes	: 0
252.14/107.50	c number of rounding to 1 operations	: 0
252.14/107.50	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
252.14/107.50	c number of reductions of the coefficients by power 2 	: 0
252.14/107.50	c number of right shift for reduction by power 2 	: 0
252.14/107.50	c number of reductions of the coefficients by GCD over coefficients 	: 0
252.14/107.50	c speed (assignments/second)	: 2956331.4633006076
252.14/107.50	c non guided choices	4904477
252.14/107.51	c learnt constraints type 
252.14/107.51	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 180
252.14/107.51	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 17548
252.14/107.51	s UNKNOWN

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (11908 MiB free)
  memory of node 1: 16384 MiB (15613 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4258358-1502646135/watcher-4258358-1502646135 -o /tmp/evaluation-result-4258358-1502646135/solver-4258358-1502646135 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502642200-6041 --watchdog 312 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4258358-1502646135.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=10109, runsolver pid=10106
Current StackSize limit: 8192 KiB


[startup+0.100156 s]*
/proc/loadavg: 3.13 3.10 3.29 2/196 10110
/proc/meminfo: memFree=28182476/32770624 swapFree=67108860/67108860
[pid=10109] ppid=10106 vsize=33976 memory=452 CPUtime=0 cores=1,3,5,7
/proc/10109/stat : 10109 (runsolver) D 10106 10109 17093 0 -1 4202560 111 0 0 0 0 0 0 0 20 0 1 0 66806824 34791424 113 18446744073709551615 4194304 4346622 140735065000144 140735064996776 140308302861015 0 0 1 24578 18446744071580418449 0 0 17 3 0 0 0 0 0 6446216 6449568 24322048 140735065006187 140735065006633 140735065006633 140735065010122 0
/proc/10109/statm: 8494 113 52 38 0 4205 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 33976 KiB
Current children cumulated memory: 452 KiB

[startup+0.208951 s]*
/proc/loadavg: 3.13 3.10 3.29 2/209 10123
/proc/meminfo: memFree=28168392/32770624 swapFree=67108860/67108860
[pid=10109] ppid=10106 vsize=10551156 memory=24088 CPUtime=0.06 cores=1,3,5,7
/proc/10109/stat : 10109 (java) S 10106 10109 17093 0 -1 1077944320 4975 0 0 0 5 1 0 0 20 0 15 0 66806824 10804383744 6022 18446744073709551615 4194304 4196468 140725347025744 140725347008288 140629817544439 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 12 0 0 6293624 6294260 23937024 140725347029397 140725347029550 140725347029550 140725347033039 0
/proc/10109/statm: 2637789 6022 2617 1 0 2627261 0
[pid=10109/tid=10111] ppid=10106 vsize=10551156 memory=8318255677412212789 CPUtime=0.05 cores=1,3,5,7
/proc/10109/task/10111/stat : 10111 (java) R 10106 10109 17093 0 -1 4202560 3091 0 0 0 5 0 0 0 20 0 15 0 66806837 10804383744 6022 18446744073709551615 4194304 4196468 140725347025744 140629821786720 140629817556374 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 23937024 140725347029397 140725347029550 140725347029550 140725347033039 0
[pid=10109/tid=10112] ppid=10106 vsize=10551156 memory=330 CPUtime=0 cores=1,3,5,7
/proc/10109/task/10112/stat : 10112 (java) S 10106 10109 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66806837 10804383744 6022 18446744073709551615 4194304 4196468 140725347025744 140629780650512 140629817554645 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23937024 140725347029397 140725347029550 140725347029550 140725347033039 0
[pid=10109/tid=10113] ppid=10106 vsize=10551156 memory=4120988050400351904 CPUtime=0 cores=1,3,5,7
/proc/10109/task/10113/stat : 10113 (java) S 10106 10109 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66806837 10804383744 6022 18446744073709551615 4194304 4196468 140725347025744 140629427169936 140629817554645 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23937024 140725347029397 140725347029550 140725347029550 140725347033039 0
[pid=10109/tid=10114] ppid=10106 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10109/task/10114/stat : 10114 (java) S 10106 10109 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66806837 10804383744 6022 18446744073709551615 4194304 4196468 140725347025744 140629426116880 140629817554645 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23937024 140725347029397 140725347029550 140725347029550 140725347033039 0
[pid=10109/tid=10115] ppid=10106 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10109/task/10115/stat : 10115 (java) S 10106 10109 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66806837 10804383744 6022 18446744073709551615 4194304 4196468 140725347025744 140629425064336 140629817554645 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23937024 140725347029397 140725347029550 140725347029550 140725347033039 0
[pid=10109/tid=10116] ppid=10106 vsize=10551156 memory=140308305811072 CPUtime=0 cores=1,3,5,7
/proc/10109/task/10116/stat : 10116 (java) S 10106 10109 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66806839 10804383744 6022 18446744073709551615 4194304 4196468 140725347025744 140629381647088 140629817555586 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23937024 140725347029397 140725347029550 140725347029550 140725347033039 0
[pid=10109/tid=10117] ppid=10106 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10109/task/10117/stat : 10117 (java) S 10106 10109 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 66806839 10804383744 6022 18446744073709551615 4194304 4196468 140725347025744 140629380593312 140629817554645 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23937024 140725347029397 140725347029550 140725347029550 140725347033039 0
[pid=10109/tid=10118] ppid=10106 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10109/task/10118/stat : 10118 (java) S 10106 10109 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 66806840 10804383744 6022 18446744073709551615 4194304 4196468 140725347025744 140629379540208 140629817554645 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23937024 140725347029397 140725347029550 140725347029550 140725347033039 0
[pid=10109/tid=10119] ppid=10106 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10109/task/10119/stat : 10119 (java) S 10106 10109 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66806842 10804383744 6022 18446744073709551615 4194304 4196468 140725347025744 140629378488784 140629817563035 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23937024 140725347029397 140725347029550 140725347029550 140725347033039 0
[pid=10109/tid=10120] ppid=10106 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10109/task/10120/stat : 10120 (java) S 10106 10109 17093 0 -1 1077944384 307 0 0 0 0 0 0 0 20 0 15 0 66806842 10804383744 6022 18446744073709551615 4194304 4196468 140725347025744 140629377435888 140629817555586 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23937024 140725347029397 140725347029550 140725347029550 140725347033039 0
[pid=10109/tid=10121] ppid=10106 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10109/task/10121/stat : 10121 (java) S 10106 10109 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66806842 10804383744 6022 18446744073709551615 4194304 4196468 140725347025744 140629308860784 140629817555586 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23937024 140725347029397 140725347029550 140725347029550 140725347033039 0
[pid=10109/tid=10122] ppid=10106 vsize=10551156 memory=140308305811072 CPUtime=0 cores=1,3,5,7
/proc/10109/task/10122/stat : 10122 (java) S 10106 10109 17093 0 -1 1077944384 221 0 0 0 0 0 0 0 20 0 15 0 66806842 10804383744 6022 18446744073709551615 4194304 4196468 140725347025744 140629307807728 140629817555586 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23937024 140725347029397 140725347029550 140725347029550 140725347033039 0
[pid=10109/tid=10123] ppid=10106 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10109/task/10123/stat : 10123 (java) S 10106 10109 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66806842 10804383744 6022 18446744073709551615 4194304 4196468 140725347025744 140629306755424 140629817554645 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23937024 140725347029397 140725347029550 140725347029550 140725347033039 0
[pid=10109/tid=10124] ppid=10106 vsize=10551156 memory=140308305811072 CPUtime=0 cores=1,3,5,7
/proc/10109/task/10124/stat : 10124 (java) S 10106 10109 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66806846 10804383744 6022 18446744073709551615 4194304 4196468 140725347025744 140629305703472 140629817555586 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23937024 140725347029397 140725347029550 140725347029550 140725347033039 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 24088 KiB

[startup+0.309887 s]*
/proc/loadavg: 3.13 3.10 3.29 3/210 10124
/proc/meminfo: memFree=28158212/32770624 swapFree=67108860/67108860
[pid=10109] ppid=10106 vsize=10551156 memory=35924 CPUtime=0.22 cores=1,3,5,7
/proc/10109/stat : 10109 (java) S 10106 10109 17093 0 -1 1077944320 8279 0 0 0 19 3 0 0 20 0 15 0 66806824 10804383744 8981 18446744073709551615 4194304 4196468 140725347025744 140725347008288 140629817544439 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 12 0 0 6293624 6294260 23937024 140725347029397 140725347029550 140725347029550 140725347033039 0
/proc/10109/statm: 2637789 8981 2861 1 0 2627261 0
[pid=10109/tid=10111] ppid=10106 vsize=10551156 memory=-7677926825137650786 CPUtime=0.14 cores=1,3,5,7
/proc/10109/task/10111/stat : 10111 (java) R 10106 10109 17093 0 -1 4202560 5931 0 0 0 13 1 0 0 20 0 15 0 66806837 10804383744 8981 18446744073709551615 4194304 4196468 140725347025744 140629821765776 140629799949039 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 23937024 140725347029397 140725347029550 140725347029550 140725347033039 0
[pid=10109/tid=10112] ppid=10106 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10109/task/10112/stat : 10112 (java) S 10106 10109 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66806837 10804383744 8981 18446744073709551615 4194304 4196468 140725347025744 140629780650512 140629817554645 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23937024 140725347029397 140725347029550 140725347029550 140725347033039 0
[pid=10109/tid=10113] ppid=10106 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10109/task/10113/stat : 10113 (java) S 10106 10109 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66806837 10804383744 8981 18446744073709551615 4194304 4196468 140725347025744 140629427169936 140629817554645 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23937024 140725347029397 140725347029550 140725347029550 140725347033039 0
[pid=10109/tid=10114] ppid=10106 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10109/task/10114/stat : 10114 (java) S 10106 10109 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66806837 10804383744 8981 18446744073709551615 4194304 4196468 140725347025744 140629426116880 140629817554645 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23937024 140725347029397 140725347029550 140725347029550 140725347033039 0
[pid=10109/tid=10115] ppid=10106 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10109/task/10115/stat : 10115 (java) S 10106 10109 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66806837 10804383744 8981 18446744073709551615 4194304 4196468 140725347025744 140629425064336 140629817554645 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23937024 140725347029397 140725347029550 140725347029550 140725347033039 0
[pid=10109/tid=10116] ppid=10106 vsize=10551156 memory=140308305811072 CPUtime=0 cores=1,3,5,7
/proc/10109/task/10116/stat : 10116 (java) S 10106 10109 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66806839 10804383744 8981 18446744073709551615 4194304 4196468 140725347025744 140629381647088 140629817555586 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23937024 140725347029397 140725347029550 140725347029550 140725347033039 0
[pid=10109/tid=10117] ppid=10106 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10109/task/10117/stat : 10117 (java) S 10106 10109 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 66806839 10804383744 8981 18446744073709551615 4194304 4196468 140725347025744 140629380593312 140629817554645 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23937024 140725347029397 140725347029550 140725347029550 140725347033039 0
[pid=10109/tid=10118] ppid=10106 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10109/task/10118/stat : 10118 (java) S 10106 10109 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 66806840 10804383744 8981 18446744073709551615 4194304 4196468 140725347025744 140629379540208 140629817554645 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23937024 140725347029397 140725347029550 140725347029550 140725347033039 0
[pid=10109/tid=10119] ppid=10106 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10109/task/10119/stat : 10119 (java) S 10106 10109 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66806842 10804383744 8981 18446744073709551615 4194304 4196468 140725347025744 140629378488784 140629817563035 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23937024 140725347029397 140725347029550 140725347029550 140725347033039 0
[pid=10109/tid=10120] ppid=10106 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/10109/task/10120/stat : 10120 (java) S 10106 10109 17093 0 -1 1077944384 501 0 0 0 1 0 0 0 20 0 15 0 66806842 10804383744 8981 18446744073709551615 4194304 4196468 140725347025744 140629377435888 140629817555586 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23937024 140725347029397 140725347029550 140725347029550 140725347033039 0
[pid=10109/tid=10121] ppid=10106 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10109/task/10121/stat : 10121 (java) S 10106 10109 17093 0 -1 1077944384 104 0 0 0 0 0 0 0 20 0 15 0 66806842 10804383744 8981 18446744073709551615 4194304 4196468 140725347025744 140629308860784 140629817555586 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23937024 140725347029397 140725347029550 140725347029550 140725347033039 0
[pid=10109/tid=10122] ppid=10106 vsize=10551156 memory=140308305811072 CPUtime=0.03 cores=1,3,5,7
/proc/10109/task/10122/stat : 10122 (java) S 10106 10109 17093 0 -1 1077944384 384 0 0 0 3 0 0 0 20 0 15 0 66806842 10804383744 8981 18446744073709551615 4194304 4196468 140725347025744 140629307807728 140629817555586 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23937024 140725347029397 140725347029550 140725347029550 140725347033039 0
[pid=10109/tid=10123] ppid=10106 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10109/task/10123/stat : 10123 (java) S 10106 10109 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66806842 10804383744 8981 18446744073709551615 4194304 4196468 140725347025744 140629306755424 140629817554645 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23937024 140725347029397 140725347029550 140725347029550 140725347033039 0
[pid=10109/tid=10124] ppid=10106 vsize=10551156 memory=140308305811072 CPUtime=0 cores=1,3,5,7
/proc/10109/task/10124/stat : 10124 (java) S 10106 10109 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66806846 10804383744 8981 18446744073709551615 4194304 4196468 140725347025744 140629305703472 140629817555586 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23937024 140725347029397 140725347029550 140725347029550 140725347033039 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 35924 KiB

[startup+0.701133 s]
/proc/loadavg: 3.04 3.08 3.29 4/210 10124
/proc/meminfo: memFree=28139208/32770624 swapFree=67108860/67108860
[pid=10109] ppid=10106 vsize=10551232 memory=89948 CPUtime=1.35 cores=1,3,5,7
/proc/10109/stat : 10109 (java) S 10106 10109 17093 0 -1 1077944320 13112 0 0 0 130 5 0 0 20 0 15 0 66806824 10804461568 22487 18446744073709551615 4194304 4196468 140725347025744 140725347008288 140629817544439 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 12 0 0 6293624 6294260 23937024 140725347029397 140725347029550 140725347029550 140725347033039 0
/proc/10109/statm: 2637808 22487 3051 1 0 2627261 0
[pid=10109/tid=10111] ppid=10106 vsize=10551232 memory=228 CPUtime=0.52 cores=1,3,5,7
/proc/10109/task/10111/stat : 10111 (java) R 10106 10109 17093 0 -1 4202560 7449 0 0 0 50 2 0 0 20 0 15 0 66806837 10804461568 22487 18446744073709551615 4194304 4196468 140725347025744 140629821781184 140629460958328 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 23937024 140725347029397 140725347029550 140725347029550 140725347033039 0
[pid=10109/tid=10112] ppid=10106 vsize=10551232 memory=4 CPUtime=0 cores=1,3,5,7
/proc/10109/task/10112/stat : 10112 (java) S 10106 10109 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66806837 10804461568 22487 18446744073709551615 4194304 4196468 140725347025744 140629780650512 140629817554645 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23937024 140725347029397 140725347029550 140725347029550 140725347033039 0
[pid=10109/tid=10113] ppid=10106 vsize=10551232 memory=1 CPUtime=0 cores=1,3,5,7
/proc/10109/task/10113/stat : 10113 (java) S 10106 10109 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66806837 10804461568 22487 18446744073709551615 4194304 4196468 140725347025744 140629427169936 140629817554645 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23937024 140725347029397 140725347029550 140725347029550 140725347033039 0
[pid=10109/tid=10114] ppid=10106 vsize=10551232 memory=342 CPUtime=0 cores=1,3,5,7
/proc/10109/task/10114/stat : 10114 (java) S 10106 10109 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66806837 10804461568 22487 18446744073709551615 4194304 4196468 140725347025744 140629426116880 140629817554645 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23937024 140725347029397 140725347029550 140725347029550 140725347033039 0
[pid=10109/tid=10115] ppid=10106 vsize=10551232 memory=1 CPUtime=0 cores=1,3,5,7
/proc/10109/task/10115/stat : 10115 (java) S 10106 10109 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 66806837 10804461568 22487 18446744073709551615 4194304 4196468 140725347025744 140629425064336 140629817554645 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23937024 140725347029397 140725347029550 140725347029550 140725347033039 0
[pid=10109/tid=10116] ppid=10106 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10109/task/10116/stat : 10116 (java) S 10106 10109 17093 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 66806839 10804461568 22487 18446744073709551615 4194304 4196468 140725347025744 140629381647088 140629817555586 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23937024 140725347029397 140725347029550 140725347029550 140725347033039 0
[pid=10109/tid=10117] ppid=10106 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10109/task/10117/stat : 10117 (java) S 10106 10109 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 66806839 10804461568 22999 18446744073709551615 4194304 4196468 140725347025744 140629380593312 140629817554645 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23937024 140725347029397 140725347029550 140725347029550 140725347033039 0
[pid=10109/tid=10118] ppid=10106 vsize=10551232 memory=1660 CPUtime=0 cores=1,3,5,7
/proc/10109/task/10118/stat : 10118 (java) S 10106 10109 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 66806840 10804461568 22999 18446744073709551615 4194304 4196468 140725347025744 140629379540208 140629817554645 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23937024 140725347029397 140725347029550 140725347029550 140725347033039 0
[pid=10109/tid=10119] ppid=10106 vsize=10551232 memory=344 CPUtime=0 cores=1,3,5,7
/proc/10109/task/10119/stat : 10119 (java) S 10106 10109 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66806842 10804461568 22999 18446744073709551615 4194304 4196468 140725347025744 140629378488784 140629817563035 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23937024 140725347029397 140725347029550 140725347029550 140725347033039 0
[pid=10109/tid=10120] ppid=10106 vsize=10551232 memory=110 CPUtime=0.26 cores=1,3,5,7
/proc/10109/task/10120/stat : 10120 (java) R 10106 10109 17093 0 -1 4202560 1667 0 0 0 26 0 0 0 20 0 15 0 66806842 10804461568 22999 18446744073709551615 4194304 4196468 140725347025744 140629377421992 140629799066148 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23937024 140725347029397 140725347029550 140725347029550 140725347033039 0
[pid=10109/tid=10121] ppid=10106 vsize=10551232 memory=7379241883359864663 CPUtime=0.27 cores=1,3,5,7
/proc/10109/task/10121/stat : 10121 (java) R 10106 10109 17093 0 -1 4202560 1059 0 0 0 27 0 0 0 20 0 15 0 66806842 10804461568 22999 18446744073709551615 4194304 4196468 140725347025744 140629308847600 140629795436320 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 23937024 140725347029397 140725347029550 140725347029550 140725347033039 0
[pid=10109/tid=10122] ppid=10106 vsize=10551232 memory=7092415583339767400 CPUtime=0.26 cores=1,3,5,7
/proc/10109/task/10122/stat : 10122 (java) R 10106 10109 17093 0 -1 4202560 1571 0 0 0 25 1 0 0 20 0 15 0 66806842 10804461568 22999 18446744073709551615 4194304 4196468 140725347025744 140629307804664 140629810644286 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23937024 140725347029397 140725347029550 140725347029550 140725347033039 0
[pid=10109/tid=10123] ppid=10106 vsize=10551232 memory=5787213844311467857 CPUtime=0 cores=1,3,5,7
/proc/10109/task/10123/stat : 10123 (java) S 10106 10109 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66806842 10804461568 22999 18446744073709551615 4194304 4196468 140725347025744 140629306755424 140629817554645 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23937024 140725347029397 140725347029550 140725347029550 140725347033039 0
[pid=10109/tid=10124] ppid=10106 vsize=10551232 memory=7898351070516488779 CPUtime=0 cores=1,3,5,7
/proc/10109/task/10124/stat : 10124 (java) S 10106 10109 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66806846 10804461568 22999 18446744073709551615 4194304 4196468 140725347025744 140629305703472 140629817555586 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23937024 140725347029397 140725347029550 140725347029550 140725347033039 0
Current children cumulated CPU time: 1.35 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 89948 KiB

[startup+1.50114 s]
/proc/loadavg: 3.04 3.08 3.29 5/210 10124
/proc/meminfo: memFree=27985308/32770624 swapFree=67108860/67108860
[pid=10109] ppid=10106 vsize=10552868 memory=460148 CPUtime=3.94 cores=1,3,5,7
/proc/10109/stat : 10109 (java) S 10106 10109 17093 0 -1 1077944320 20066 0 0 0 376 18 0 0 20 0 15 0 66806824 10806136832 115037 18446744073709551615 4194304 4196468 140725347025744 140725347008288 140629817544439 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 12 0 0 6293624 6294260 23937024 140725347029397 140725347029550 140725347029550 140725347033039 0
/proc/10109/statm: 2638217 115037 3092 1 0 2627670 0
[pid=10109/tid=10111] ppid=10106 vsize=10552868 memory=288230621803970871 CPUtime=1.15 cores=1,3,5,7
/proc/10109/task/10111/stat : 10111 (java) R 10106 10109 17093 0 -1 4202560 7629 0 0 0 109 6 0 0 20 0 15 0 66806837 10806136832 115037 18446744073709551615 4194304 4196468 140725347025744 140629821781512 140629461833614 0 4 1 16800974 0 0 0 -1 7 0 0 3 0 0 6293624 6294260 23937024 140725347029397 140725347029550 140725347029550 140725347033039 0
[pid=10109/tid=10112] ppid=10106 vsize=10552868 memory=13563795322702378 CPUtime=0.09 cores=1,3,5,7
/proc/10109/task/10112/stat : 10112 (java) S 10106 10109 17093 0 -1 1077944384 56 0 0 0 8 1 0 0 20 0 15 0 66806837 10806136832 115037 18446744073709551615 4194304 4196468 140725347025744 140629780650512 140629817554645 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23937024 140725347029397 140725347029550 140725347029550 140725347033039 0
[pid=10109/tid=10113] ppid=10106 vsize=10552868 memory=1444 CPUtime=0.08 cores=1,3,5,7
/proc/10109/task/10113/stat : 10113 (java) S 10106 10109 17093 0 -1 1077944384 51 0 0 0 7 1 0 0 20 0 15 0 66806837 10806136832 115037 18446744073709551615 4194304 4196468 140725347025744 140629427169936 140629817554645 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23937024 140725347029397 140725347029550 140725347029550 140725347033039 0
[pid=10109/tid=10114] ppid=10106 vsize=10552868 memory=1228 CPUtime=0.1 cores=1,3,5,7
/proc/10109/task/10114/stat : 10114 (java) S 10106 10109 17093 0 -1 1077944384 63 0 0 0 8 2 0 0 20 0 15 0 66806837 10806136832 115037 18446744073709551615 4194304 4196468 140725347025744 140629426116880 140629817554645 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23937024 140725347029397 140725347029550 140725347029550 140725347033039 0
[pid=10109/tid=10115] ppid=10106 vsize=10552868 memory=12200 CPUtime=0.13 cores=1,3,5,7
/proc/10109/task/10115/stat : 10115 (java) S 10106 10109 17093 0 -1 1077944384 65 0 0 0 11 2 0 0 20 0 15 0 66806837 10806136832 115037 18446744073709551615 4194304 4196468 140725347025744 140629425064336 140629817554645 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23937024 140725347029397 140725347029550 140725347029550 140725347033039 0
[pid=10109/tid=10116] ppid=10106 vsize=10552868 memory=1992 CPUtime=0 cores=1,3,5,7
/proc/10109/task/10116/stat : 10116 (java) S 10106 10109 17093 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 15 0 66806839 10806136832 115037 18446744073709551615 4194304 4196468 140725347025744 140629381647088 140629817555586 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23937024 140725347029397 140725347029550 140725347029550 140725347033039 0
[pid=10109/tid=10117] ppid=10106 vsize=10552868 memory=1204 CPUtime=0 cores=1,3,5,7
/proc/10109/task/10117/stat : 10117 (java) S 10106 10109 17093 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 66806839 10806136832 115037 18446744073709551615 4194304 4196468 140725347025744 140629380593376 140629817554645 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23937024 140725347029397 140725347029550 140725347029550 140725347033039 0
[pid=10109/tid=10118] ppid=10106 vsize=10552868 memory=1000 CPUtime=0 cores=1,3,5,7
/proc/10109/task/10118/stat : 10118 (java) S 10106 10109 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 66806840 10806136832 115037 18446744073709551615 4194304 4196468 140725347025744 140629379540208 140629817554645 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23937024 140725347029397 140725347029550 140725347029550 140725347033039 0
[pid=10109/tid=10119] ppid=10106 vsize=10552868 memory=796 CPUtime=0 cores=1,3,5,7
/proc/10109/task/10119/stat : 10119 (java) S 10106 10109 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66806842 10806136832 115037 18446744073709551615 4194304 4196468 140725347025744 140629378488784 140629817563035 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23937024 140725347029397 140725347029550 140725347029550 140725347033039 0
[pid=10109/tid=10120] ppid=10106 vsize=10552868 memory=8944 CPUtime=0.96 cores=1,3,5,7
/proc/10109/task/10120/stat : 10120 (java) R 10106 10109 17093 0 -1 4202560 4231 0 0 0 95 1 0 0 20 0 15 0 66806842 10806136832 115037 18446744073709551615 4194304 4196468 140725347025744 140629377421352 140629803559664 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23937024 140725347029397 140725347029550 140725347029550 140725347033039 0
[pid=10109/tid=10121] ppid=10106 vsize=10552868 memory=15876 CPUtime=0.98 cores=1,3,5,7
/proc/10109/task/10121/stat : 10121 (java) R 10106 10109 17093 0 -1 4202560 4148 0 0 0 98 0 0 0 20 0 15 0 66806842 10806136832 115037 18446744073709551615 4194304 4196468 140725347025744 140629308845256 140629796790282 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23937024 140725347029397 140725347029550 140725347029550 140725347033039 0
[pid=10109/tid=10122] ppid=10106 vsize=10552868 memory=4048 CPUtime=0.37 cores=1,3,5,7
/proc/10109/task/10122/stat : 10122 (java) S 10106 10109 17093 0 -1 1077944384 2253 0 0 0 36 1 0 0 20 0 15 0 66806842 10806136832 115037 18446744073709551615 4194304 4196468 140725347025744 140629307807728 140629817555586 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23937024 140725347029397 140725347029550 140725347029550 140725347033039 0
[pid=10109/tid=10123] ppid=10106 vsize=10552868 memory=21172 CPUtime=0 cores=1,3,5,7
/proc/10109/task/10123/stat : 10123 (java) S 10106 10109 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 66806842 10806136832 115037 18446744073709551615 4194304 4196468 140725347025744 140629306755424 140629817554645 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23937024 140725347029397 140725347029550 140725347029550 140725347033039 0
[pid=10109/tid=10124] ppid=10106 vsize=10552868 memory=1788 CPUtime=0 cores=1,3,5,7
/proc/10109/task/10124/stat : 10124 (java) S 10106 10109 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 66806846 10806136832 115037 18446744073709551615 4194304 4196468 140725347025744 140629305703472 140629817555586 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23937024 140725347029397 140725347029550 140725347029550 140725347033039 0
Current children cumulated CPU time: 3.94 s
Current children cumulated vsize: 10552868 KiB
Current children cumulated memory: 460148 KiB

[startup+3.1098 s]
/proc/loadavg: 3.04 3.08 3.29 3/210 10124
/proc/meminfo: memFree=27541044/32770624 swapFree=67108860/67108860
[pid=10109] ppid=10106 vsize=10551232 memory=703288 CPUtime=8.03 cores=1,3,5,7
/proc/10109/stat : 10109 (java) S 10106 10109 17093 0 -1 1077944320 22323 0 0 0 765 38 0 0 20 0 15 0 66806824 10804461568 175822 18446744073709551615 4194304 4196468 140725347025744 140725347008288 140629817544439 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 12 0 0 6293624 6294260 23937024 140725347029397 140725347029550 140725347029550 140725347033039 0
/proc/10109/statm: 2637808 175822 3119 1 0 2627261 0
[pid=10109/tid=10111] ppid=10106 vsize=10551232 memory=0 CPUtime=1.76 cores=1,3,5,7
/proc/10109/task/10111/stat : 10111 (java) R 10106 10109 17093 0 -1 4202560 7655 0 0 0 169 7 0 0 20 0 15 0 66806837 10804461568 175822 18446744073709551615 4194304 4196468 140725347025744 140629821781072 140629461989908 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 23937024 140725347029397 140725347029550 140725347029550 140725347033039 0

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

/proc/10109/task/10113/stat : 10113 (java) S 10106 10109 17093 0 -1 1077944384 11178 0 0 0 4577 135 0 0 20 0 16 0 66806837 10872623104 2050329 18446744073709551615 4194304 4196468 140725347025744 140629427169936 140629817554645 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23937024 140725347029397 140725347029550 140725347029550 140725347033039 0
[pid=10109/tid=10114] ppid=10106 vsize=10617796 memory=280616386529544 CPUtime=46.87 cores=1,3,5,7
/proc/10109/task/10114/stat : 10114 (java) S 10106 10109 17093 0 -1 1077944384 12361 0 0 0 4543 144 0 0 20 0 16 0 66806837 10872623104 2050329 18446744073709551615 4194304 4196468 140725347025744 140629426116880 140629817554645 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23937024 140725347029397 140725347029550 140725347029550 140725347033039 0
[pid=10109/tid=10115] ppid=10106 vsize=10617796 memory=4028 CPUtime=47.34 cores=1,3,5,7
/proc/10109/task/10115/stat : 10115 (java) S 10106 10109 17093 0 -1 1077944384 8825 0 0 0 4594 140 0 0 20 0 16 0 66806837 10872623104 2050329 18446744073709551615 4194304 4196468 140725347025744 140629425064336 140629817554645 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23937024 140725347029397 140725347029550 140725347029550 140725347033039 0
[pid=10109/tid=10116] ppid=10106 vsize=10617796 memory=8201316 CPUtime=10.75 cores=1,3,5,7
/proc/10109/task/10116/stat : 10116 (java) S 10106 10109 17093 0 -1 1077944384 19819 0 0 0 1074 1 0 0 20 0 16 0 66806839 10872623104 2050329 18446744073709551615 4194304 4196468 140725347025744 140629381647088 140629817555586 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23937024 140725347029397 140725347029550 140725347029550 140725347033039 0
[pid=10109/tid=10117] ppid=10106 vsize=10617796 memory=8201292 CPUtime=0 cores=1,3,5,7
/proc/10109/task/10117/stat : 10117 (java) S 10106 10109 17093 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 16 0 66806839 10872623104 2050329 18446744073709551615 4194304 4196468 140725347025744 140629380593376 140629817554645 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23937024 140725347029397 140725347029550 140725347029550 140725347033039 0
[pid=10109/tid=10118] ppid=10106 vsize=10617796 memory=4028 CPUtime=0 cores=1,3,5,7
/proc/10109/task/10118/stat : 10118 (java) S 10106 10109 17093 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 16 0 66806840 10872623104 2050329 18446744073709551615 4194304 4196468 140725347025744 140629379540224 140629817554645 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23937024 140725347029397 140725347029550 140725347029550 140725347033039 0
[pid=10109/tid=10119] ppid=10106 vsize=10617796 memory=37652 CPUtime=0 cores=1,3,5,7
/proc/10109/task/10119/stat : 10119 (java) S 10106 10109 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 66806842 10872623104 2050329 18446744073709551615 4194304 4196468 140725347025744 140629378488784 140629817563035 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23937024 140725347029397 140725347029550 140725347029550 140725347033039 0
[pid=10109/tid=10120] ppid=10106 vsize=10617796 memory=0 CPUtime=1.9 cores=1,3,5,7
/proc/10109/task/10120/stat : 10120 (java) S 10106 10109 17093 0 -1 1077944384 8349 0 0 0 188 2 0 0 20 0 16 0 66806842 10872623104 2050329 18446744073709551615 4194304 4196468 140725347025744 140629377435888 140629817555586 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23937024 140725347029397 140725347029550 140725347029550 140725347033039 0
[pid=10109/tid=10121] ppid=10106 vsize=10617796 memory=0 CPUtime=2.14 cores=1,3,5,7
/proc/10109/task/10121/stat : 10121 (java) S 10106 10109 17093 0 -1 1077944384 9503 0 0 0 213 1 0 0 20 0 16 0 66806842 10872623104 2050329 18446744073709551615 4194304 4196468 140725347025744 140629308860784 140629817555586 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23937024 140725347029397 140725347029550 140725347029550 140725347033039 0
[pid=10109/tid=10122] ppid=10106 vsize=10617796 memory=7598811100138176585 CPUtime=0.54 cores=1,3,5,7
/proc/10109/task/10122/stat : 10122 (java) S 10106 10109 17093 0 -1 1077944384 4039 0 0 0 52 2 0 0 20 0 16 0 66806842 10872623104 2050329 18446744073709551615 4194304 4196468 140725347025744 140629307807728 140629817555586 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23937024 140725347029397 140725347029550 140725347029550 140725347033039 0
[pid=10109/tid=10123] ppid=10106 vsize=10617796 memory=8201292 CPUtime=0 cores=1,3,5,7
/proc/10109/task/10123/stat : 10123 (java) S 10106 10109 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 66806842 10872623104 2050329 18446744073709551615 4194304 4196468 140725347025744 140629306755424 140629817554645 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23937024 140725347029397 140725347029550 140725347029550 140725347033039 0
[pid=10109/tid=10124] ppid=10106 vsize=10617796 memory=2248 CPUtime=0.06 cores=1,3,5,7
/proc/10109/task/10124/stat : 10124 (java) S 10106 10109 17093 0 -1 1077944384 884 0 0 0 3 3 0 0 20 0 16 0 66806846 10872623104 2050329 18446744073709551615 4194304 4196468 140725347025744 140629305703472 140629817555586 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23937024 140725347029397 140725347029550 140725347029550 140725347033039 0
[pid=10109/tid=10127] ppid=10106 vsize=10617796 memory=8201292 CPUtime=0 cores=1,3,5,7
/proc/10109/task/10127/stat : 10127 (java) S 10106 10109 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 66813939 10872623104 2050329 18446744073709551615 4194304 4196468 140725347025744 140629304649264 140629817555586 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23937024 140725347029397 140725347029550 140725347029550 140725347033039 0
Current children cumulated CPU time: 247.1 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 8201316 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+107.301 s]
/proc/loadavg: 2.76 3.05 3.26 3/211 10128
/proc/meminfo: memFree=19975828/32770624 swapFree=67108860/67108860
[pid=10109] ppid=10106 vsize=10617796 memory=8201316 CPUtime=252.09 cores=1,3,5,7
/proc/10109/stat : 10109 (java) S 10106 10109 17093 0 -1 1077944320 120244 0 0 0 24615 594 0 0 20 0 16 0 66806824 10872623104 2050329 18446744073709551615 4194304 4196468 140725347025744 140725347008288 140629817544439 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 12 0 0 6293624 6294260 23937024 140725347029397 140725347029550 140725347029550 140725347033039 0
/proc/10109/statm: 2654449 2050329 3146 1 0 2643902 0
[pid=10109/tid=10111] ppid=10106 vsize=10617796 memory=8201316 CPUtime=48.52 cores=1,3,5,7
/proc/10109/task/10111/stat : 10111 (java) R 10106 10109 17093 0 -1 4202560 19025 0 0 0 4841 11 0 0 20 0 16 0 66806837 10872623104 2050329 18446744073709551615 4194304 4196468 140725347025744 140629821783048 140629457993796 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 23937024 140725347029397 140725347029550 140725347029550 140725347033039 0
[pid=10109/tid=10112] ppid=10106 vsize=10617796 memory=8201292 CPUtime=46.76 cores=1,3,5,7
/proc/10109/task/10112/stat : 10112 (java) S 10106 10109 17093 0 -1 1077944384 24835 0 0 0 4525 151 0 0 20 0 16 0 66806837 10872623104 2050329 18446744073709551615 4194304 4196468 140725347025744 140629780650512 140629817554645 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23937024 140725347029397 140725347029550 140725347029550 140725347033039 0
[pid=10109/tid=10113] ppid=10106 vsize=10617796 memory=280616386712064 CPUtime=47.12 cores=1,3,5,7
/proc/10109/task/10113/stat : 10113 (java) S 10106 10109 17093 0 -1 1077944384 11178 0 0 0 4577 135 0 0 20 0 16 0 66806837 10872623104 2050329 18446744073709551615 4194304 4196468 140725347025744 140629427169936 140629817554645 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23937024 140725347029397 140725347029550 140725347029550 140725347033039 0
[pid=10109/tid=10114] ppid=10106 vsize=10617796 memory=288230574492221466 CPUtime=46.87 cores=1,3,5,7
/proc/10109/task/10114/stat : 10114 (java) S 10106 10109 17093 0 -1 1077944384 12361 0 0 0 4543 144 0 0 20 0 16 0 66806837 10872623104 2050329 18446744073709551615 4194304 4196468 140725347025744 140629426116880 140629817554645 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23937024 140725347029397 140725347029550 140725347029550 140725347033039 0
[pid=10109/tid=10115] ppid=10106 vsize=10617796 memory=288230621803970871 CPUtime=47.34 cores=1,3,5,7
/proc/10109/task/10115/stat : 10115 (java) S 10106 10109 17093 0 -1 1077944384 8825 0 0 0 4594 140 0 0 20 0 16 0 66806837 10872623104 2050329 18446744073709551615 4194304 4196468 140725347025744 140629425064336 140629817554645 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23937024 140725347029397 140725347029550 140725347029550 140725347033039 0
[pid=10109/tid=10116] ppid=10106 vsize=10617796 memory=8201292 CPUtime=10.75 cores=1,3,5,7
/proc/10109/task/10116/stat : 10116 (java) S 10106 10109 17093 0 -1 1077944384 19827 0 0 0 1074 1 0 0 20 0 16 0 66806839 10872623104 2050329 18446744073709551615 4194304 4196468 140725347025744 140629381647088 140629817555586 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23937024 140725347029397 140725347029550 140725347029550 140725347033039 0
[pid=10109/tid=10117] ppid=10106 vsize=10617796 memory=4028 CPUtime=0 cores=1,3,5,7
/proc/10109/task/10117/stat : 10117 (java) S 10106 10109 17093 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 16 0 66806839 10872623104 2050329 18446744073709551615 4194304 4196468 140725347025744 140629380593376 140629817554645 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23937024 140725347029397 140725347029550 140725347029550 140725347033039 0
[pid=10109/tid=10118] ppid=10106 vsize=10617796 memory=8201316 CPUtime=0 cores=1,3,5,7
/proc/10109/task/10118/stat : 10118 (java) S 10106 10109 17093 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 16 0 66806840 10872623104 2050329 18446744073709551615 4194304 4196468 140725347025744 140629379540224 140629817554645 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23937024 140725347029397 140725347029550 140725347029550 140725347033039 0
[pid=10109/tid=10119] ppid=10106 vsize=10617796 memory=1788 CPUtime=0 cores=1,3,5,7
/proc/10109/task/10119/stat : 10119 (java) S 10106 10109 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 66806842 10872623104 2050329 18446744073709551615 4194304 4196468 140725347025744 140629378488784 140629817563035 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23937024 140725347029397 140725347029550 140725347029550 140725347033039 0
[pid=10109/tid=10120] ppid=10106 vsize=10617796 memory=8944 CPUtime=1.9 cores=1,3,5,7
/proc/10109/task/10120/stat : 10120 (java) S 10106 10109 17093 0 -1 1077944384 8356 0 0 0 188 2 0 0 20 0 16 0 66806842 10872623104 2050329 18446744073709551615 4194304 4196468 140725347025744 140629377435888 140629817555586 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23937024 140725347029397 140725347029550 140725347029550 140725347033039 0
[pid=10109/tid=10121] ppid=10106 vsize=10617796 memory=15876 CPUtime=2.14 cores=1,3,5,7
/proc/10109/task/10121/stat : 10121 (java) S 10106 10109 17093 0 -1 1077944384 9506 0 0 0 213 1 0 0 20 0 16 0 66806842 10872623104 2050329 18446744073709551615 4194304 4196468 140725347025744 140629308860784 140629817555586 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23937024 140725347029397 140725347029550 140725347029550 140725347033039 0
[pid=10109/tid=10122] ppid=10106 vsize=10617796 memory=8201316 CPUtime=0.54 cores=1,3,5,7
/proc/10109/task/10122/stat : 10122 (java) S 10106 10109 17093 0 -1 1077944384 4042 0 0 0 52 2 0 0 20 0 16 0 66806842 10872623104 2050329 18446744073709551615 4194304 4196468 140725347025744 140629307807728 140629817555586 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23937024 140725347029397 140725347029550 140725347029550 140725347033039 0
[pid=10109/tid=10123] ppid=10106 vsize=10617796 memory=8201292 CPUtime=0 cores=1,3,5,7
/proc/10109/task/10123/stat : 10123 (java) S 10106 10109 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 66806842 10872623104 2050329 18446744073709551615 4194304 4196468 140725347025744 140629306755424 140629817554645 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23937024 140725347029397 140725347029550 140725347029550 140725347033039 0
[pid=10109/tid=10124] ppid=10106 vsize=10617796 memory=8201316 CPUtime=0.06 cores=1,3,5,7
/proc/10109/task/10124/stat : 10124 (java) S 10106 10109 17093 0 -1 1077944384 886 0 0 0 3 3 0 0 20 0 16 0 66806846 10872623104 2050329 18446744073709551615 4194304 4196468 140725347025744 140629305703472 140629817555586 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23937024 140725347029397 140725347029550 140725347029550 140725347033039 0
[pid=10109/tid=10127] ppid=10106 vsize=10617796 memory=4028 CPUtime=0 cores=1,3,5,7
/proc/10109/task/10127/stat : 10127 (java) S 10106 10109 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 66813939 10872623104 2050329 18446744073709551615 4194304 4196468 140725347025744 140629304649264 140629817555586 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23937024 140725347029397 140725347029550 140725347029550 140725347033039 0
Current children cumulated CPU time: 252.09 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 8201316 KiB

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

[startup+107.551 s]
# the end of solver process 10109 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=246.219 s, system=5.98406 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+107.405 s]
/proc/loadavg: 2.76 3.05 3.26 3/211 10128
/proc/meminfo: memFree=19975828/32770624 swapFree=67108860/67108860
[pid=10109] ppid=10106 vsize=10817488 memory=8201568 CPUtime=252.14 cores=1,3,5,7
/proc/10109/stat : 10109 (java) S 10106 10109 17093 0 -1 1077944320 121416 0 0 0 24620 594 0 0 20 0 17 0 66806824 11077107712 2050392 18446744073709551615 4194304 4196468 140725347025744 140725347008288 140629817544439 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 12 0 0 6293624 6294260 23937024 140725347029397 140725347029550 140725347029550 140725347033039 0
/proc/10109/statm: 2704372 2050392 3149 1 0 2693825 0
[pid=10109/tid=10111] ppid=10106 vsize=10817488 memory=2420 CPUtime=48.56 cores=1,3,5,7
/proc/10109/task/10111/stat : 10111 (java) S 10106 10109 17093 0 -1 1077944384 19108 0 0 0 4845 11 0 0 20 0 17 0 66806837 11077107712 2050392 18446744073709551615 4194304 4196468 140725347025744 140629821787312 140629817554645 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 23937024 140725347029397 140725347029550 140725347029550 140725347033039 0
[pid=10109/tid=10112] ppid=10106 vsize=10817488 memory=-8774313645642428999 CPUtime=46.76 cores=1,3,5,7
/proc/10109/task/10112/stat : 10112 (java) S 10106 10109 17093 0 -1 1077944384 24835 0 0 0 4525 151 0 0 20 0 17 0 66806837 11077107712 2050392 18446744073709551615 4194304 4196468 140725347025744 140629780650512 140629817554645 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23937024 140725347029397 140725347029550 140725347029550 140725347033039 0
[pid=10109/tid=10113] ppid=10106 vsize=10817488 memory=13563795322702378 CPUtime=47.12 cores=1,3,5,7
/proc/10109/task/10113/stat : 10113 (java) S 10106 10109 17093 0 -1 1077944384 11178 0 0 0 4577 135 0 0 20 0 17 0 66806837 11077107712 2050392 18446744073709551615 4194304 4196468 140725347025744 140629427169936 140629817554645 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23937024 140725347029397 140725347029550 140725347029550 140725347033039 0
[pid=10109/tid=10114] ppid=10106 vsize=10817488 memory=-8774313645642428999 CPUtime=46.87 cores=1,3,5,7
/proc/10109/task/10114/stat : 10114 (java) S 10106 10109 17093 0 -1 1077944384 12361 0 0 0 4543 144 0 0 20 0 17 0 66806837 11077107712 2050392 18446744073709551615 4194304 4196468 140725347025744 140629426116880 140629817554645 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23937024 140725347029397 140725347029550 140725347029550 140725347033039 0
[pid=10109/tid=10115] ppid=10106 vsize=10817488 memory=1296 CPUtime=47.34 cores=1,3,5,7
/proc/10109/task/10115/stat : 10115 (java) S 10106 10109 17093 0 -1 1077944384 8825 0 0 0 4594 140 0 0 20 0 17 0 66806837 11077107712 2050392 18446744073709551615 4194304 4196468 140725347025744 140629425064336 140629817554645 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23937024 140725347029397 140725347029550 140725347029550 140725347033039 0
[pid=10109/tid=10116] ppid=10106 vsize=10817488 memory=2420 CPUtime=10.75 cores=1,3,5,7
/proc/10109/task/10116/stat : 10116 (java) S 10106 10109 17093 0 -1 1077944384 19859 0 0 0 1074 1 0 0 20 0 17 0 66806839 11077107712 2050392 18446744073709551615 4194304 4196468 140725347025744 140629381647088 140629817555586 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23937024 140725347029397 140725347029550 140725347029550 140725347033039 0
[pid=10109/tid=10117] ppid=10106 vsize=10817488 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/10109/task/10117/stat : 10117 (java) S 10106 10109 17093 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 17 0 66806839 11077107712 2050392 18446744073709551615 4194304 4196468 140725347025744 140629380593376 140629817554645 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23937024 140725347029397 140725347029550 140725347029550 140725347033039 0
[pid=10109/tid=10118] ppid=10106 vsize=10817488 memory=1732 CPUtime=0 cores=1,3,5,7
/proc/10109/task/10118/stat : 10118 (java) S 10106 10109 17093 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 66806840 11077107712 2050392 18446744073709551615 4194304 4196468 140725347025744 140629379540224 140629817554645 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23937024 140725347029397 140725347029550 140725347029550 140725347033039 0
[pid=10109/tid=10119] ppid=10106 vsize=10817488 memory=5788 CPUtime=0 cores=1,3,5,7
/proc/10109/task/10119/stat : 10119 (java) S 10106 10109 17093 0 -1 1077944384 219 0 0 0 0 0 0 0 20 0 17 0 66806842 11077107712 2050392 18446744073709551615 4194304 4196468 140725347025744 140629378488784 140629817563035 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23937024 140725347029397 140725347029550 140725347029550 140725347033039 0
[pid=10109/tid=10120] ppid=10106 vsize=10817488 memory=4612 CPUtime=1.91 cores=1,3,5,7
/proc/10109/task/10120/stat : 10120 (java) S 10106 10109 17093 0 -1 1077944384 8631 0 0 0 189 2 0 0 20 0 17 0 66806842 11077107712 2050392 18446744073709551615 4194304 4196468 140725347025744 140629377435888 140629817555586 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23937024 140725347029397 140725347029550 140725347029550 140725347033039 0
[pid=10109/tid=10121] ppid=10106 vsize=10817488 memory=1708 CPUtime=2.14 cores=1,3,5,7
/proc/10109/task/10121/stat : 10121 (java) S 10106 10109 17093 0 -1 1077944384 9506 0 0 0 213 1 0 0 20 0 17 0 66806842 11077107712 2050392 18446744073709551615 4194304 4196468 140725347025744 140629308860784 140629817555586 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23937024 140725347029397 140725347029550 140725347029550 140725347033039 0
[pid=10109/tid=10122] ppid=10106 vsize=10817488 memory=1444 CPUtime=0.54 cores=1,3,5,7
/proc/10109/task/10122/stat : 10122 (java) S 10106 10109 17093 0 -1 1077944384 4248 0 0 0 52 2 0 0 20 0 17 0 66806842 11077107712 2050392 18446744073709551615 4194304 4196468 140725347025744 140629307807728 140629817555586 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23937024 140725347029397 140725347029550 140725347029550 140725347033039 0
[pid=10109/tid=10123] ppid=10106 vsize=10817488 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/10109/task/10123/stat : 10123 (java) S 10106 10109 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 66806842 11077107712 2050392 18446744073709551615 4194304 4196468 140725347025744 140629306755424 140629817554645 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23937024 140725347029397 140725347029550 140725347029550 140725347033039 0
[pid=10109/tid=10124] ppid=10106 vsize=10817488 memory=12200 CPUtime=0.06 cores=1,3,5,7
/proc/10109/task/10124/stat : 10124 (java) S 10106 10109 17093 0 -1 1077944384 886 0 0 0 3 3 0 0 20 0 17 0 66806846 11077107712 2050392 18446744073709551615 4194304 4196468 140725347025744 140629305703472 140629817555586 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23937024 140725347029397 140725347029550 140725347029550 140725347033039 0
Current children cumulated CPU time: 252.14 s
Current children cumulated vsize: 10817488 KiB
Current children cumulated memory: 8201568 KiB

[startup+107.501 s]
/proc/loadavg: 2.76 3.05 3.26 3/211 10128
/proc/meminfo: memFree=19975828/32770624 swapFree=67108860/67108860
[pid=10109] ppid=10106 vsize=10817488 memory=8201568 CPUtime=252.14 cores=1,3,5,7
/proc/10109/stat : 10109 (java) S 10106 10109 17093 0 -1 1077944320 121416 0 0 0 24620 594 0 0 20 0 17 0 66806824 11077107712 2050392 18446744073709551615 4194304 4196468 140725347025744 140725347008288 140629817544439 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 12 0 0 6293624 6294260 23937024 140725347029397 140725347029550 140725347029550 140725347033039 0
/proc/10109/statm: 2704372 2050392 3149 1 0 2693825 0
[pid=10109/tid=10111] ppid=10106 vsize=10817488 memory=8201316 CPUtime=48.56 cores=1,3,5,7
/proc/10109/task/10111/stat : 10111 (java) S 10106 10109 17093 0 -1 1077944384 19108 0 0 0 4845 11 0 0 20 0 17 0 66806837 11077107712 2050392 18446744073709551615 4194304 4196468 140725347025744 140629821787312 140629817554645 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 23937024 140725347029397 140725347029550 140725347029550 140725347033039 0
[pid=10109/tid=10112] ppid=10106 vsize=10817488 memory=8201292 CPUtime=46.76 cores=1,3,5,7
/proc/10109/task/10112/stat : 10112 (java) S 10106 10109 17093 0 -1 1077944384 24835 0 0 0 4525 151 0 0 20 0 17 0 66806837 11077107712 2050392 18446744073709551615 4194304 4196468 140725347025744 140629780650512 140629817554645 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23937024 140725347029397 140725347029550 140725347029550 140725347033039 0
[pid=10109/tid=10113] ppid=10106 vsize=10817488 memory=280616386712064 CPUtime=47.12 cores=1,3,5,7
/proc/10109/task/10113/stat : 10113 (java) S 10106 10109 17093 0 -1 1077944384 11178 0 0 0 4577 135 0 0 20 0 17 0 66806837 11077107712 2050392 18446744073709551615 4194304 4196468 140725347025744 140629427169936 140629817554645 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23937024 140725347029397 140725347029550 140725347029550 140725347033039 0
[pid=10109/tid=10114] ppid=10106 vsize=10817488 memory=8201292 CPUtime=46.87 cores=1,3,5,7
/proc/10109/task/10114/stat : 10114 (java) S 10106 10109 17093 0 -1 1077944384 12361 0 0 0 4543 144 0 0 20 0 17 0 66806837 11077107712 2050392 18446744073709551615 4194304 4196468 140725347025744 140629426116880 140629817554645 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23937024 140725347029397 140725347029550 140725347029550 140725347033039 0
[pid=10109/tid=10115] ppid=10106 vsize=10817488 memory=4028 CPUtime=47.34 cores=1,3,5,7
/proc/10109/task/10115/stat : 10115 (java) S 10106 10109 17093 0 -1 1077944384 8825 0 0 0 4594 140 0 0 20 0 17 0 66806837 11077107712 2050392 18446744073709551615 4194304 4196468 140725347025744 140629425064336 140629817554645 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23937024 140725347029397 140725347029550 140725347029550 140725347033039 0
[pid=10109/tid=10116] ppid=10106 vsize=10817488 memory=8201316 CPUtime=10.75 cores=1,3,5,7
/proc/10109/task/10116/stat : 10116 (java) S 10106 10109 17093 0 -1 1077944384 19859 0 0 0 1074 1 0 0 20 0 17 0 66806839 11077107712 2050392 18446744073709551615 4194304 4196468 140725347025744 140629381647088 140629817555586 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23937024 140725347029397 140725347029550 140725347029550 140725347033039 0
[pid=10109/tid=10117] ppid=10106 vsize=10817488 memory=1788 CPUtime=0 cores=1,3,5,7
/proc/10109/task/10117/stat : 10117 (java) S 10106 10109 17093 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 17 0 66806839 11077107712 2050392 18446744073709551615 4194304 4196468 140725347025744 140629380593376 140629817554645 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23937024 140725347029397 140725347029550 140725347029550 140725347033039 0
[pid=10109/tid=10118] ppid=10106 vsize=10817488 memory=8944 CPUtime=0 cores=1,3,5,7
/proc/10109/task/10118/stat : 10118 (java) S 10106 10109 17093 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 66806840 11077107712 2050392 18446744073709551615 4194304 4196468 140725347025744 140629379540224 140629817554645 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23937024 140725347029397 140725347029550 140725347029550 140725347033039 0
[pid=10109/tid=10119] ppid=10106 vsize=10817488 memory=15876 CPUtime=0 cores=1,3,5,7
/proc/10109/task/10119/stat : 10119 (java) S 10106 10109 17093 0 -1 1077944384 219 0 0 0 0 0 0 0 20 0 17 0 66806842 11077107712 2050392 18446744073709551615 4194304 4196468 140725347025744 140629378488784 140629817563035 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23937024 140725347029397 140725347029550 140725347029550 140725347033039 0
[pid=10109/tid=10120] ppid=10106 vsize=10817488 memory=8201316 CPUtime=1.91 cores=1,3,5,7
/proc/10109/task/10120/stat : 10120 (java) S 10106 10109 17093 0 -1 1077944384 8631 0 0 0 189 2 0 0 20 0 17 0 66806842 11077107712 2050392 18446744073709551615 4194304 4196468 140725347025744 140629377435888 140629817555586 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23937024 140725347029397 140725347029550 140725347029550 140725347033039 0
[pid=10109/tid=10121] ppid=10106 vsize=10817488 memory=8201292 CPUtime=2.14 cores=1,3,5,7
/proc/10109/task/10121/stat : 10121 (java) S 10106 10109 17093 0 -1 1077944384 9506 0 0 0 213 1 0 0 20 0 17 0 66806842 11077107712 2050392 18446744073709551615 4194304 4196468 140725347025744 140629308860784 140629817555586 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23937024 140725347029397 140725347029550 140725347029550 140725347033039 0
[pid=10109/tid=10122] ppid=10106 vsize=10817488 memory=8201316 CPUtime=0.54 cores=1,3,5,7
/proc/10109/task/10122/stat : 10122 (java) S 10106 10109 17093 0 -1 1077944384 4248 0 0 0 52 2 0 0 20 0 17 0 66806842 11077107712 2050392 18446744073709551615 4194304 4196468 140725347025744 140629307807728 140629817555586 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23937024 140725347029397 140725347029550 140725347029550 140725347033039 0
[pid=10109/tid=10123] ppid=10106 vsize=10817488 memory=4028 CPUtime=0 cores=1,3,5,7
/proc/10109/task/10123/stat : 10123 (java) S 10106 10109 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 66806842 11077107712 2050392 18446744073709551615 4194304 4196468 140725347025744 140629306755424 140629817554645 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23937024 140725347029397 140725347029550 140725347029550 140725347033039 0
[pid=10109/tid=10124] ppid=10106 vsize=10817488 memory=288230574492221466 CPUtime=0.06 cores=1,3,5,7
/proc/10109/task/10124/stat : 10124 (java) S 10106 10109 17093 0 -1 1077944384 886 0 0 0 3 3 0 0 20 0 17 0 66806846 11077107712 2050392 18446744073709551615 4194304 4196468 140725347025744 140629305703472 140629817555586 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23937024 140725347029397 140725347029550 140725347029550 140725347033039 0
Current children cumulated CPU time: 252.14 s
Current children cumulated vsize: 10817488 KiB
Current children cumulated memory: 8201568 KiB

Child status: 143
Real time (s): 107.551
CPU time (s): 252.203
CPU user time (s): 246.219
CPU system time (s): 5.98406
CPU usage (%): 234.495
Max. virtual memory (cumulated for all children) (KiB): 10817488
Max. memory (cumulated for all children) (KiB): 8201568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 246.219
system time used= 5.98406
maximum resident set size= 8202032
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 121744
page faults= 0
swaps= 0
block input operations= 0
block output operations= 232
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7409
involuntary context switches= 1961


# summary of solver processes directly reported to runsolver:
#   pid: 10109
#   total CPU time (s): 252.203
#   total CPU user time (s): 246.219
#   total CPU system time (s): 5.98406

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.724629 second user time and 1.00976 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-13 19:28:07
IDJOB=4258358
IDBENCH=124460
IDSOLVER=2643
FILE ID=node127/4258358-1502646135
RUNJOBID= node127-1502642200-6041
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Vrp/Vrp-zinc-s1/Vrp-B-n57-k9.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4258358-1502646135/watcher-4258358-1502646135 -o /tmp/evaluation-result-4258358-1502646135/solver-4258358-1502646135 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502642200-6041 --watchdog 312  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4258358-1502646135.xml

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

MD5SUM BENCH= 205feda53d99710fee13d320d9c474df
RANDOM SEED=217061274

node127.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.92
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm 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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.92
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm 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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.92
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.92
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm 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:       32770624 kB
MemFree:        28182516 kB
MemAvailable:   28618680 kB
Buffers:          200388 kB
Cached:           531728 kB
SwapCached:            0 kB
Active:          3944880 kB
Inactive:         212720 kB
Active(anon):    3374928 kB
Inactive(anon):    83872 kB
Active(file):     569952 kB
Inactive(file):   128848 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1656 kB
Writeback:             4 kB
AnonPages:       3425704 kB
Mapped:            59000 kB
Shmem:             33444 kB
Slab:             132128 kB
SReclaimable:     106400 kB
SUnreclaim:        25728 kB
KernelStack:        3440 kB
PageTables:        11580 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4835164 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3297280 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62028 MiB
End job on node127 at 2017-08-13 19:29:54