Trace number 4257981

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-05OPT6119 7.6872301 5.1612501

General information on the benchmark

NameFastfood/Fastfood-m1-s1/
Fastfood-ff69.xml
MD5SUM3619f551efba05977411abbefb319bf8
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark6119
Best CPU time to get the best result obtained on this benchmark0.039696999
Satisfiable
(Un)Satisfiability was proved
Number of variables65
Number of constraints65
Number of domains27
Minimum domain size23
Maximum domain size26
Distribution of domain sizes[{"size":23,"count":2},{"size":25,"count":6},{"size":26,"count":57}]
Minimum variable degree2
Maximum variable degree33
Distribution of variable degrees[{"degree":2,"count":64},{"degree":33,"count":1}]
Minimum constraint arity1
Maximum constraint arity2
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":64}]
Number of extensional constraints32
Number of intensional constraints32
Distribution of constraint types[{"type":"extension","count":32},{"type":"intension","count":32},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

1.06/0.67	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1.06/0.67	c This is free software under the dual EPL/GNU LGPL licenses.
1.06/0.67	c See www.sat4j.org for details.
1.06/0.67	c That software uses the Rhino library from the Mozilla project.
1.06/0.67	c version CUSTOM.v20170705
1.06/0.67	c java.runtime.name	Java(TM) SE Runtime Environment
1.06/0.67	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1.06/0.67	c java.vm.version	25.131-b11
1.06/0.67	c java.vm.vendor	Oracle Corporation
1.06/0.67	c sun.arch.data.model	64
1.06/0.67	c java.version		1.8.0_131
1.06/0.67	c os.name		Linux
1.06/0.67	c os.version		3.10.0-514.16.1.el7.x86_64
1.06/0.67	c os.arch		amd64
1.06/0.67	c Free memory 		499604488
1.06/0.67	c Max memory 		7247757312
1.06/0.67	c Total memory 		504889344
1.06/0.67	c Number of processors 	4
1.06/0.67	c c --- Begin Solver configuration ---
1.06/0.67	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1.06/0.67	c Learn all clauses as in MiniSAT
1.06/0.67	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1.06/0.67	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1.06/0.67	c No reason simplification
1.06/0.67	c Glucose 2.1 dynamic restart strategy
1.06/0.67	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
1.06/0.67	c timeout=2147483s
1.06/0.67	c DB Simplification allowed=false
1.06/0.67	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1.06/0.67	c --- End Solver configuration ---
1.06/0.67	c constraints type 
1.06/0.67	c org.sat4j.minisat.constraints.card.MinWatchCard => 130
1.06/0.67	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 43108
1.06/0.67	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27860
1.06/0.67	c org.sat4j.minisat.constraints.cnf.UnitClause => 128
1.06/0.67	c 71226 constraints processed.
1.71/0.87	o 6637
4.08/1.83	o 6119
7.67/5.14	c starts		: 222
7.67/5.14	c conflicts		: 55839
7.67/5.14	c decisions		: 449284
7.67/5.14	c propagations		: 10281196
7.67/5.14	c inspects		: 28649309
7.67/5.14	c shortcuts		: 0
7.67/5.14	c learnt literals	: 31
7.67/5.14	c learnt binary clauses	: 411
7.67/5.14	c learnt ternary clauses	: 428
7.67/5.14	c learnt constraints	: 55807
7.67/5.14	c ignored constraints	: 0
7.67/5.14	c root simplifications	: 0
7.67/5.14	c removed literals (reason simplification)	: 0
7.67/5.14	c reason swapping (by a shorter reason)	: 0
7.67/5.14	c Calls to reduceDB	: 7
7.67/5.14	c Number of update (reduction) of LBD	: 36886
7.67/5.14	c Imported unit clauses	: 0
7.67/5.14	c number of reductions to clauses (during analyze)	: 0
7.67/5.14	c number of learned constraints concerned by reduction	: 0
7.67/5.14	c number of learning phase by resolution	: 0
7.67/5.14	c number of learning phase by cutting planes	: 0
7.67/5.14	c number of rounding to 1 operations	: 0
7.67/5.14	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
7.67/5.14	c number of reductions of the coefficients by power 2 	: 0
7.67/5.14	c number of right shift for reduction by power 2 	: 0
7.67/5.14	c number of reductions of the coefficients by GCD over coefficients 	: 0
7.67/5.14	c speed (assignments/second)	: 2303135.304659498
7.67/5.14	c non guided choices	15760
7.67/5.14	c learnt constraints type 
7.67/5.14	s OPTIMUM FOUND
7.67/5.14	v <instantiation type="optimum" cost="6119">
7.67/5.14	v 	<list> x[0] drd[0][0] drd[1][0] drd[2][0] drd[3][0] drd[4][0] drd[5][0] drd[6][0] drd[7][0] drd[8][0] drd[9][0] drd[10][0] drd[11][0] drd[12][0] drd[13][0] drd[14][0] drd[15][0] drd[16][0] drd[17][0] drd[18][0] drd[19][0] drd[20][0] drd[21][0] drd[22][0] drd[23][0] drd[24][0] drd[25][0] drd[26][0] drd[27][0] drd[28][0] drd[29][0] drd[30][0] drd[31][0] dr[0] dr[1] dr[2] dr[3] dr[4] dr[5] dr[6] dr[7] dr[8] dr[9] dr[10] dr[11] dr[12] dr[13] dr[14] dr[15] dr[16] dr[17] dr[18] dr[19] dr[20] dr[21] dr[22] dr[23] dr[24] dr[25] dr[26] dr[27] dr[28] dr[29] dr[30] dr[31] </list>
7.67/5.14	v 	<values> 137 0 87 15 15 50 56 50 79 23 39 42 112 114 574 96 375 375 33 70 524 524 330 330 101 75 75 469 469 72 125 411 409 0 87 15 15 50 56 50 79 23 39 42 112 114 574 96 375 375 33 70 524 524 330 330 101 75 75 469 469 72 125 411 409 </values>
7.67/5.14	v </instantiation>
7.67/5.14	

Verifier Data

OK	6119

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-4257981-1501658007/watcher-4257981-1501658007 -o /tmp/evaluation-result-4257981-1501658007/solver-4257981-1501658007 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node129-1501642919-31105 --watchdog 300 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4257981-1501658007.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 264 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 294 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 240 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: 8192 KiB


[startup+0 s]
/proc/loadavg: 2.16 2.27 2.80 3/195 15565
/proc/meminfo: memFree=31596976/32770624 swapFree=0/240628
[pid=15565] ppid=15562 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/15565/stat : 15565 (runsolver) D 15562 15565 5091 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 14423772 24240128 107 18446744073709551615 4194304 4338465 140737339347824 140737339345464 139681689920215 0 0 1 24578 18446744071580418449 0 0 17 5 0 0 0 0 0 6438912 6441760 16711680 140737339355271 140737339355718 140737339355718 140737339359178 0
/proc/15565/statm: 5918 107 54 36 0 2156 0

[startup+0.100212 s]
/proc/loadavg: 2.16 2.27 2.80 3/195 15565
/proc/meminfo: memFree=31596976/32770624 swapFree=0/240628
[pid=15565] ppid=15562 vsize=9936560 CPUtime=0 cores=1,3,5,7
/proc/15565/stat : 15565 (java) S 15562 15565 5091 0 -1 1077944320 3189 0 0 0 0 0 0 0 20 0 6 0 14423772 10175037440 3883 18446744073709551615 4194304 4196468 140732549811744 140732549794288 140512374177527 0 0 1 16784584 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 35426304 140732549816754 140732549816907 140732549816907 140732549820367 0
/proc/15565/statm: 2484140 3883 1754 1 0 2473645 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9936560

[startup+0.20031 s]
/proc/loadavg: 2.16 2.27 2.80 3/195 15565
/proc/meminfo: memFree=31596976/32770624 swapFree=0/240628
[pid=15565] ppid=15562 vsize=10551056 CPUtime=0.06 cores=1,3,5,7
/proc/15565/stat : 15565 (java) S 15562 15565 5091 0 -1 1077944320 5021 0 0 0 5 1 0 0 20 0 15 0 14423772 10804281344 6067 18446744073709551615 4194304 4196468 140732549811744 140732549794288 140512374177527 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 35426304 140732549816754 140732549816907 140732549816907 140732549820367 0
/proc/15565/statm: 2637764 6067 2595 1 0 2627269 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 10551056

[startup+0.300334 s]
/proc/loadavg: 2.16 2.27 2.80 3/195 15565
/proc/meminfo: memFree=31596976/32770624 swapFree=0/240628
[pid=15565] ppid=15562 vsize=10551156 CPUtime=0.22 cores=1,3,5,7
/proc/15565/stat : 15565 (java) S 15562 15565 5091 0 -1 1077944320 8278 0 0 0 20 2 0 0 20 0 15 0 14423772 10804383744 9025 18446744073709551615 4194304 4196468 140732549811744 140732549794288 140512374177527 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 35426304 140732549816754 140732549816907 140732549816907 140732549820367 0
/proc/15565/statm: 2637789 9025 2858 1 0 2627269 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 10551156

[startup+0.700539 s]
/proc/loadavg: 2.16 2.27 2.80 3/195 15565
/proc/meminfo: memFree=31596976/32770624 swapFree=0/240628
[pid=15565] ppid=15562 vsize=10617796 CPUtime=1.39 cores=1,3,5,7
/proc/15565/stat : 15565 (java) S 15562 15565 5091 0 -1 1077944320 12956 0 0 0 135 4 0 0 20 0 16 0 14423772 10872623104 22817 18446744073709551615 4194304 4196468 140732549811744 140732549794288 140512374177527 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 35426304 140732549816754 140732549816907 140732549816907 140732549820367 0
/proc/15565/statm: 2654449 22817 3050 1 0 2643910 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 10617796

[startup+1.50116 s]
/proc/loadavg: 2.16 2.27 2.80 4/211 15581
/proc/meminfo: memFree=31511412/32770624 swapFree=0/240664
[pid=15565] ppid=15562 vsize=10617796 CPUtime=3.51 cores=1,3,5,7
/proc/15565/stat : 15565 (java) S 15562 15565 5091 0 -1 1077944320 19499 0 0 0 346 5 0 0 20 0 16 0 14423772 10872623104 26464 18446744073709551615 4194304 4196468 140732549811744 140732549794288 140512374177527 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 35426304 140732549816754 140732549816907 140732549816907 140732549820367 0
/proc/15565/statm: 2654449 26464 3066 1 0 2643910 0
[pid=15565/tid=15567] ppid=15562 vsize=10617796 CPUtime=1.34 cores=1,3,5,7
/proc/15565/task/15567/stat : 15567 (java) R 15562 15565 5091 0 -1 4202560 8290 0 0 0 131 3 0 0 20 0 16 0 14423781 10872623104 26464 18446744073709551615 4194304 4196468 140732549811744 140512378402816 140512019071508 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 35426304 140732549816754 140732549816907 140732549816907 140732549820367 0
[pid=15565/tid=15568] ppid=15562 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/15565/task/15568/stat : 15568 (java) S 15562 15565 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 14423782 10872623104 26464 18446744073709551615 4194304 4196468 140732549811744 140512339458576 140512374187733 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35426304 140732549816754 140732549816907 140732549816907 140732549820367 0
[pid=15565/tid=15569] ppid=15562 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/15565/task/15569/stat : 15569 (java) S 15562 15565 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 14423782 10872623104 26464 18446744073709551615 4194304 4196468 140732549811744 140511984482960 140512374187733 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35426304 140732549816754 140732549816907 140732549816907 140732549820367 0
[pid=15565/tid=15570] ppid=15562 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/15565/task/15570/stat : 15570 (java) S 15562 15565 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 14423782 10872623104 26464 18446744073709551615 4194304 4196468 140732549811744 140511983429904 140512374187733 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35426304 140732549816754 140732549816907 140732549816907 140732549820367 0
[pid=15565/tid=15571] ppid=15562 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/15565/task/15571/stat : 15571 (java) S 15562 15565 5091 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 14423782 10872623104 26464 18446744073709551615 4194304 4196468 140732549811744 140511982377360 140512374187733 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35426304 140732549816754 140732549816907 140732549816907 140732549820367 0
[pid=15565/tid=15572] ppid=15562 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/15565/task/15572/stat : 15572 (java) S 15562 15565 5091 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 14423783 10872623104 26464 18446744073709551615 4194304 4196468 140732549811744 140511938104048 140512374188674 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35426304 140732549816754 140732549816907 140732549816907 140732549820367 0
[pid=15565/tid=15573] ppid=15562 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/15565/task/15573/stat : 15573 (java) S 15562 15565 5091 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 14423784 10872623104 26464 18446744073709551615 4194304 4196468 140732549811744 140511937050272 140512374187733 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35426304 140732549816754 140732549816907 140732549816907 140732549820367 0
[pid=15565/tid=15574] ppid=15562 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/15565/task/15574/stat : 15574 (java) S 15562 15565 5091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 14423784 10872623104 26464 18446744073709551615 4194304 4196468 140732549811744 140511868347632 140512374187733 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35426304 140732549816754 140732549816907 140732549816907 140732549820367 0
[pid=15565/tid=15575] ppid=15562 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/15565/task/15575/stat : 15575 (java) S 15562 15565 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14423786 10872623104 26464 18446744073709551615 4194304 4196468 140732549811744 140511867296208 140512374196123 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35426304 140732549816754 140732549816907 140732549816907 140732549820367 0
[pid=15565/tid=15576] ppid=15562 vsize=10617796 CPUtime=0.9 cores=1,3,5,7
/proc/15565/task/15576/stat : 15576 (java) R 15562 15565 5091 0 -1 4202560 4082 0 0 0 90 0 0 0 20 0 16 0 14423786 10872623104 26464 18446744073709551615 4194304 4196468 140732549811744 140511866243312 140512359288722 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35426304 140732549816754 140732549816907 140732549816907 140732549820367 0
[pid=15565/tid=15577] ppid=15562 vsize=10617796 CPUtime=0.88 cores=1,3,5,7
/proc/15565/task/15577/stat : 15577 (java) R 15562 15565 5091 0 -1 4202560 3994 0 0 0 88 0 0 0 20 0 16 0 14423786 10872623104 26464 18446744073709551615 4194304 4196468 140732549811744 140511865176792 140512351772584 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 35426304 140732549816754 140732549816907 140732549816907 140732549820367 0
[pid=15565/tid=15578] ppid=15562 vsize=10617796 CPUtime=0.35 cores=1,3,5,7
/proc/15565/task/15578/stat : 15578 (java) S 15562 15565 5091 0 -1 1077944384 1734 0 0 0 35 0 0 0 20 0 16 0 14423786 10872623104 26464 18446744073709551615 4194304 4196468 140732549811744 140511864137712 140512374188674 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35426304 140732549816754 140732549816907 140732549816907 140732549820367 0
[pid=15565/tid=15579] ppid=15562 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/15565/task/15579/stat : 15579 (java) S 15562 15565 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14423786 10872623104 26464 18446744073709551615 4194304 4196468 140732549811744 140511863085408 140512374187733 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35426304 140732549816754 140732549816907 140732549816907 140732549820367 0
[pid=15565/tid=15580] ppid=15562 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/15565/task/15580/stat : 15580 (java) S 15562 15565 5091 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 16 0 14423792 10872623104 26464 18446744073709551615 4194304 4196468 140732549811744 140511862033456 140512374188674 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35426304 140732549816754 140732549816907 140732549816907 140732549820367 0
[pid=15565/tid=15581] ppid=15562 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/15565/task/15581/stat : 15581 (java) S 15562 15565 5091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 14423840 10872623104 26464 18446744073709551615 4194304 4196468 140732549811744 140511860979248 140512374188674 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35426304 140732549816754 140732549816907 140732549816907 140732549820367 0
Current children cumulated CPU time (s) 3.51
Current children cumulated vsize (KiB) 10617796

[startup+3.10074 s]
/proc/loadavg: 2.22 2.28 2.80 3/211 15581
/proc/meminfo: memFree=31495348/32770624 swapFree=0/240664
[pid=15565] ppid=15562 vsize=10617796 CPUtime=5.67 cores=1,3,5,7
/proc/15565/stat : 15565 (java) S 15562 15565 5091 0 -1 1077944320 20343 0 0 0 562 5 0 0 20 0 16 0 14423772 10872623104 29125 18446744073709551615 4194304 4196468 140732549811744 140732549794288 140512374177527 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 35426304 140732549816754 140732549816907 140732549816907 140732549820367 0
/proc/15565/statm: 2654449 29125 3075 1 0 2643910 0
[pid=15565/tid=15567] ppid=15562 vsize=10617796 CPUtime=2.94 cores=1,3,5,7
/proc/15565/task/15567/stat : 15567 (java) R 15562 15565 5091 0 -1 4202560 8462 0 0 0 291 3 0 0 20 0 16 0 14423781 10872623104 29125 18446744073709551615 4194304 4196468 140732549811744 140512378413552 140512018509568 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 35426304 140732549816754 140732549816907 140732549816907 140732549820367 0
[pid=15565/tid=15568] ppid=15562 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/15565/task/15568/stat : 15568 (java) S 15562 15565 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 14423782 10872623104 29125 18446744073709551615 4194304 4196468 140732549811744 140512339458576 140512374187733 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35426304 140732549816754 140732549816907 140732549816907 140732549820367 0
[pid=15565/tid=15569] ppid=15562 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/15565/task/15569/stat : 15569 (java) S 15562 15565 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 14423782 10872623104 29125 18446744073709551615 4194304 4196468 140732549811744 140511984482960 140512374187733 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35426304 140732549816754 140732549816907 140732549816907 140732549820367 0
[pid=15565/tid=15570] ppid=15562 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/15565/task/15570/stat : 15570 (java) S 15562 15565 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 14423782 10872623104 29125 18446744073709551615 4194304 4196468 140732549811744 140511983429904 140512374187733 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35426304 140732549816754 140732549816907 140732549816907 140732549820367 0
[pid=15565/tid=15571] ppid=15562 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/15565/task/15571/stat : 15571 (java) S 15562 15565 5091 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 14423782 10872623104 29125 18446744073709551615 4194304 4196468 140732549811744 140511982377360 140512374187733 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35426304 140732549816754 140732549816907 140732549816907 140732549820367 0
[pid=15565/tid=15572] ppid=15562 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/15565/task/15572/stat : 15572 (java) S 15562 15565 5091 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 16 0 14423783 10872623104 29125 18446744073709551615 4194304 4196468 140732549811744 140511938104048 140512374188674 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35426304 140732549816754 140732549816907 140732549816907 140732549820367 0
[pid=15565/tid=15573] ppid=15562 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/15565/task/15573/stat : 15573 (java) S 15562 15565 5091 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 14423784 10872623104 29125 18446744073709551615 4194304 4196468 140732549811744 140511937050272 140512374187733 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35426304 140732549816754 140732549816907 140732549816907 140732549820367 0
[pid=15565/tid=15574] ppid=15562 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/15565/task/15574/stat : 15574 (java) S 15562 15565 5091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 14423784 10872623104 29125 18446744073709551615 4194304 4196468 140732549811744 140511868347632 140512374187733 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35426304 140732549816754 140732549816907 140732549816907 140732549820367 0
[pid=15565/tid=15575] ppid=15562 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/15565/task/15575/stat : 15575 (java) S 15562 15565 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14423786 10872623104 29125 18446744073709551615 4194304 4196468 140732549811744 140511867296208 140512374196123 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35426304 140732549816754 140732549816907 140732549816907 140732549820367 0
[pid=15565/tid=15576] ppid=15562 vsize=10617796 CPUtime=1.19 cores=1,3,5,7
/proc/15565/task/15576/stat : 15576 (java) S 15562 15565 5091 0 -1 1077944384 4408 0 0 0 119 0 0 0 20 0 16 0 14423786 10872623104 29125 18446744073709551615 4194304 4196468 140732549811744 140511866243312 140512374188674 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35426304 140732549816754 140732549816907 140732549816907 140732549820367 0
[pid=15565/tid=15577] ppid=15562 vsize=10617796 CPUtime=1.13 cores=1,3,5,7
/proc/15565/task/15577/stat : 15577 (java) S 15562 15565 5091 0 -1 1077944384 4260 0 0 0 113 0 0 0 20 0 16 0 14423786 10872623104 29125 18446744073709551615 4194304 4196468 140732549811744 140511865190768 140512374188674 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35426304 140732549816754 140732549816907 140732549816907 140732549820367 0
[pid=15565/tid=15578] ppid=15562 vsize=10617796 CPUtime=0.36 cores=1,3,5,7
/proc/15565/task/15578/stat : 15578 (java) S 15562 15565 5091 0 -1 1077944384 1772 0 0 0 36 0 0 0 20 0 16 0 14423786 10872623104 29125 18446744073709551615 4194304 4196468 140732549811744 140511864137712 140512374188674 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35426304 140732549816754 140732549816907 140732549816907 140732549820367 0
[pid=15565/tid=15579] ppid=15562 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/15565/task/15579/stat : 15579 (java) S 15562 15565 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14423786 10872623104 29125 18446744073709551615 4194304 4196468 140732549811744 140511863085408 140512374187733 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35426304 140732549816754 140732549816907 140732549816907 140732549820367 0
[pid=15565/tid=15580] ppid=15562 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/15565/task/15580/stat : 15580 (java) S 15562 15565 5091 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 16 0 14423792 10872623104 29125 18446744073709551615 4194304 4196468 140732549811744 140511862033456 140512374188674 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35426304 140732549816754 140732549816907 140732549816907 140732549820367 0
[pid=15565/tid=15581] ppid=15562 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/15565/task/15581/stat : 15581 (java) S 15562 15565 5091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 14423840 10872623104 29125 18446744073709551615 4194304 4196468 140732549811744 140511860979248 140512374188674 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35426304 140732549816754 140732549816907 140732549816907 140732549820367 0
Current children cumulated CPU time (s) 5.67
Current children cumulated vsize (KiB) 10617796

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

[startup+3.20085 s]
/proc/loadavg: 2.22 2.28 2.80 3/211 15581
/proc/meminfo: memFree=31495348/32770624 swapFree=0/240664
[pid=15565] ppid=15562 vsize=10617796 CPUtime=5.77 cores=1,3,5,7
/proc/15565/stat : 15565 (java) S 15562 15565 5091 0 -1 1077944320 20343 0 0 0 572 5 0 0 20 0 16 0 14423772 10872623104 29125 18446744073709551615 4194304 4196468 140732549811744 140732549794288 140512374177527 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 35426304 140732549816754 140732549816907 140732549816907 140732549820367 0
/proc/15565/statm: 2654449 29125 3075 1 0 2643910 0
[pid=15565/tid=15567] ppid=15562 vsize=10617796 CPUtime=3.04 cores=1,3,5,7
/proc/15565/task/15567/stat : 15567 (java) R 15562 15565 5091 0 -1 4202560 8462 0 0 0 301 3 0 0 20 0 16 0 14423781 10872623104 29125 18446744073709551615 4194304 4196468 140732549811744 140512378413552 140512018700707 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 35426304 140732549816754 140732549816907 140732549816907 140732549820367 0
[pid=15565/tid=15568] ppid=15562 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/15565/task/15568/stat : 15568 (java) S 15562 15565 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 14423782 10872623104 29125 18446744073709551615 4194304 4196468 140732549811744 140512339458576 140512374187733 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35426304 140732549816754 140732549816907 140732549816907 140732549820367 0
[pid=15565/tid=15569] ppid=15562 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/15565/task/15569/stat : 15569 (java) S 15562 15565 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 14423782 10872623104 29125 18446744073709551615 4194304 4196468 140732549811744 140511984482960 140512374187733 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35426304 140732549816754 140732549816907 140732549816907 140732549820367 0
[pid=15565/tid=15570] ppid=15562 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/15565/task/15570/stat : 15570 (java) S 15562 15565 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 14423782 10872623104 29125 18446744073709551615 4194304 4196468 140732549811744 140511983429904 140512374187733 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35426304 140732549816754 140732549816907 140732549816907 140732549820367 0
[pid=15565/tid=15571] ppid=15562 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/15565/task/15571/stat : 15571 (java) S 15562 15565 5091 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 14423782 10872623104 29125 18446744073709551615 4194304 4196468 140732549811744 140511982377360 140512374187733 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35426304 140732549816754 140732549816907 140732549816907 140732549820367 0
[pid=15565/tid=15572] ppid=15562 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/15565/task/15572/stat : 15572 (java) S 15562 15565 5091 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 16 0 14423783 10872623104 29125 18446744073709551615 4194304 4196468 140732549811744 140511938104048 140512374188674 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35426304 140732549816754 140732549816907 140732549816907 140732549820367 0
[pid=15565/tid=15573] ppid=15562 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/15565/task/15573/stat : 15573 (java) S 15562 15565 5091 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 14423784 10872623104 29125 18446744073709551615 4194304 4196468 140732549811744 140511937050272 140512374187733 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35426304 140732549816754 140732549816907 140732549816907 140732549820367 0
[pid=15565/tid=15574] ppid=15562 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/15565/task/15574/stat : 15574 (java) S 15562 15565 5091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 14423784 10872623104 29125 18446744073709551615 4194304 4196468 140732549811744 140511868347632 140512374187733 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35426304 140732549816754 140732549816907 140732549816907 140732549820367 0
[pid=15565/tid=15575] ppid=15562 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/15565/task/15575/stat : 15575 (java) S 15562 15565 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14423786 10872623104 29125 18446744073709551615 4194304 4196468 140732549811744 140511867296208 140512374196123 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35426304 140732549816754 140732549816907 140732549816907 140732549820367 0
[pid=15565/tid=15576] ppid=15562 vsize=10617796 CPUtime=1.2 cores=1,3,5,7
/proc/15565/task/15576/stat : 15576 (java) S 15562 15565 5091 0 -1 1077944384 4408 0 0 0 120 0 0 0 20 0 16 0 14423786 10872623104 29125 18446744073709551615 4194304 4196468 140732549811744 140511866243312 140512374188674 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35426304 140732549816754 140732549816907 140732549816907 140732549820367 0
[pid=15565/tid=15577] ppid=15562 vsize=10617796 CPUtime=1.14 cores=1,3,5,7
/proc/15565/task/15577/stat : 15577 (java) S 15562 15565 5091 0 -1 1077944384 4260 0 0 0 114 0 0 0 20 0 16 0 14423786 10872623104 29125 18446744073709551615 4194304 4196468 140732549811744 140511865190768 140512374188674 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35426304 140732549816754 140732549816907 140732549816907 140732549820367 0
[pid=15565/tid=15578] ppid=15562 vsize=10617796 CPUtime=0.36 cores=1,3,5,7
/proc/15565/task/15578/stat : 15578 (java) S 15562 15565 5091 0 -1 1077944384 1772 0 0 0 36 0 0 0 20 0 16 0 14423786 10872623104 29125 18446744073709551615 4194304 4196468 140732549811744 140511864137712 140512374188674 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35426304 140732549816754 140732549816907 140732549816907 140732549820367 0
[pid=15565/tid=15579] ppid=15562 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/15565/task/15579/stat : 15579 (java) S 15562 15565 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14423786 10872623104 29125 18446744073709551615 4194304 4196468 140732549811744 140511863085408 140512374187733 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35426304 140732549816754 140732549816907 140732549816907 140732549820367 0
[pid=15565/tid=15580] ppid=15562 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/15565/task/15580/stat : 15580 (java) S 15562 15565 5091 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 16 0 14423792 10872623104 29125 18446744073709551615 4194304 4196468 140732549811744 140511862033456 140512374188674 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35426304 140732549816754 140732549816907 140732549816907 140732549820367 0
[pid=15565/tid=15581] ppid=15562 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/15565/task/15581/stat : 15581 (java) S 15562 15565 5091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 14423840 10872623104 29125 18446744073709551615 4194304 4196468 140732549811744 140511860979248 140512374188674 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35426304 140732549816754 140732549816907 140732549816907 140732549820367 0
Current children cumulated CPU time (s) 5.77
Current children cumulated vsize (KiB) 10617796

[startup+4.00069 s]
/proc/loadavg: 2.22 2.28 2.80 3/211 15581
/proc/meminfo: memFree=31491252/32770624 swapFree=0/240664
[pid=15565] ppid=15562 vsize=10617796 CPUtime=6.72 cores=1,3,5,7
/proc/15565/stat : 15565 (java) S 15562 15565 5091 0 -1 1077944320 20366 0 0 0 666 6 0 0 20 0 16 0 14423772 10872623104 30197 18446744073709551615 4194304 4196468 140732549811744 140732549794288 140512374177527 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 35426304 140732549816754 140732549816907 140732549816907 140732549820367 0
/proc/15565/statm: 2654449 30197 3076 1 0 2643910 0
[pid=15565/tid=15567] ppid=15562 vsize=10617796 CPUtime=3.85 cores=1,3,5,7
/proc/15565/task/15567/stat : 15567 (java) R 15562 15565 5091 0 -1 4202560 8466 0 0 0 381 4 0 0 20 0 16 0 14423781 10872623104 30197 18446744073709551615 4194304 4196468 140732549811744 140512378413648 140512019107335 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 35426304 140732549816754 140732549816907 140732549816907 140732549820367 0
[pid=15565/tid=15568] ppid=15562 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/15565/task/15568/stat : 15568 (java) S 15562 15565 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 14423782 10872623104 30197 18446744073709551615 4194304 4196468 140732549811744 140512339458576 140512374187733 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35426304 140732549816754 140732549816907 140732549816907 140732549820367 0
[pid=15565/tid=15569] ppid=15562 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/15565/task/15569/stat : 15569 (java) S 15562 15565 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 14423782 10872623104 30197 18446744073709551615 4194304 4196468 140732549811744 140511984482960 140512374187733 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35426304 140732549816754 140732549816907 140732549816907 140732549820367 0
[pid=15565/tid=15570] ppid=15562 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/15565/task/15570/stat : 15570 (java) S 15562 15565 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 14423782 10872623104 30197 18446744073709551615 4194304 4196468 140732549811744 140511983429904 140512374187733 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35426304 140732549816754 140732549816907 140732549816907 140732549820367 0
[pid=15565/tid=15571] ppid=15562 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/15565/task/15571/stat : 15571 (java) S 15562 15565 5091 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 14423782 10872623104 30197 18446744073709551615 4194304 4196468 140732549811744 140511982377360 140512374187733 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35426304 140732549816754 140732549816907 140732549816907 140732549820367 0
[pid=15565/tid=15572] ppid=15562 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/15565/task/15572/stat : 15572 (java) S 15562 15565 5091 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 16 0 14423783 10872623104 30197 18446744073709551615 4194304 4196468 140732549811744 140511938104048 140512374188674 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35426304 140732549816754 140732549816907 140732549816907 140732549820367 0
[pid=15565/tid=15573] ppid=15562 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/15565/task/15573/stat : 15573 (java) S 15562 15565 5091 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 14423784 10872623104 30197 18446744073709551615 4194304 4196468 140732549811744 140511937050272 140512374187733 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35426304 140732549816754 140732549816907 140732549816907 140732549820367 0
[pid=15565/tid=15574] ppid=15562 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/15565/task/15574/stat : 15574 (java) S 15562 15565 5091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 14423784 10872623104 30197 18446744073709551615 4194304 4196468 140732549811744 140511868347632 140512374187733 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35426304 140732549816754 140732549816907 140732549816907 140732549820367 0
[pid=15565/tid=15575] ppid=15562 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/15565/task/15575/stat : 15575 (java) S 15562 15565 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14423786 10872623104 30197 18446744073709551615 4194304 4196468 140732549811744 140511867296208 140512374196123 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35426304 140732549816754 140732549816907 140732549816907 140732549820367 0
[pid=15565/tid=15576] ppid=15562 vsize=10617796 CPUtime=1.27 cores=1,3,5,7
/proc/15565/task/15576/stat : 15576 (java) S 15562 15565 5091 0 -1 1077944384 4419 0 0 0 127 0 0 0 20 0 16 0 14423786 10872623104 30197 18446744073709551615 4194304 4196468 140732549811744 140511866243312 140512374188674 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35426304 140732549816754 140732549816907 140732549816907 140732549820367 0
[pid=15565/tid=15577] ppid=15562 vsize=10617796 CPUtime=1.21 cores=1,3,5,7
/proc/15565/task/15577/stat : 15577 (java) S 15562 15565 5091 0 -1 1077944384 4268 0 0 0 121 0 0 0 20 0 16 0 14423786 10872623104 30197 18446744073709551615 4194304 4196468 140732549811744 140511865190768 140512374188674 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35426304 140732549816754 140732549816907 140732549816907 140732549820367 0
[pid=15565/tid=15578] ppid=15562 vsize=10617796 CPUtime=0.36 cores=1,3,5,7
/proc/15565/task/15578/stat : 15578 (java) S 15562 15565 5091 0 -1 1077944384 1772 0 0 0 36 0 0 0 20 0 16 0 14423786 10872623104 30197 18446744073709551615 4194304 4196468 140732549811744 140511864137712 140512374188674 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35426304 140732549816754 140732549816907 140732549816907 140732549820367 0
[pid=15565/tid=15579] ppid=15562 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/15565/task/15579/stat : 15579 (java) S 15562 15565 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14423786 10872623104 30197 18446744073709551615 4194304 4196468 140732549811744 140511863085408 140512374187733 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35426304 140732549816754 140732549816907 140732549816907 140732549820367 0
[pid=15565/tid=15580] ppid=15562 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/15565/task/15580/stat : 15580 (java) S 15562 15565 5091 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 16 0 14423792 10872623104 30197 18446744073709551615 4194304 4196468 140732549811744 140511862033456 140512374188674 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35426304 140732549816754 140732549816907 140732549816907 140732549820367 0
[pid=15565/tid=15581] ppid=15562 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/15565/task/15581/stat : 15581 (java) S 15562 15565 5091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 14423840 10872623104 30197 18446744073709551615 4194304 4196468 140732549811744 140511860979248 140512374188674 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35426304 140732549816754 140732549816907 140732549816907 140732549820367 0
Current children cumulated CPU time (s) 6.72
Current children cumulated vsize (KiB) 10617796

[startup+4.80071 s]
/proc/loadavg: 2.22 2.28 2.80 3/211 15581
/proc/meminfo: memFree=31486584/32770624 swapFree=0/240664
[pid=15565] ppid=15562 vsize=10617796 CPUtime=7.52 cores=1,3,5,7
/proc/15565/stat : 15565 (java) S 15562 15565 5091 0 -1 1077944320 20537 0 0 0 746 6 0 0 20 0 16 0 14423772 10872623104 30714 18446744073709551615 4194304 4196468 140732549811744 140732549794288 140512374177527 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 35426304 140732549816754 140732549816907 140732549816907 140732549820367 0
/proc/15565/statm: 2654449 30714 3080 1 0 2643910 0
[pid=15565/tid=15567] ppid=15562 vsize=10617796 CPUtime=4.65 cores=1,3,5,7
/proc/15565/task/15567/stat : 15567 (java) R 15562 15565 5091 0 -1 4202560 8469 0 0 0 461 4 0 0 20 0 16 0 14423781 10872623104 30714 18446744073709551615 4194304 4196468 140732549811744 140512378413712 140512018766482 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 35426304 140732549816754 140732549816907 140732549816907 140732549820367 0
[pid=15565/tid=15568] ppid=15562 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/15565/task/15568/stat : 15568 (java) S 15562 15565 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 14423782 10872623104 30714 18446744073709551615 4194304 4196468 140732549811744 140512339458576 140512374187733 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35426304 140732549816754 140732549816907 140732549816907 140732549820367 0
[pid=15565/tid=15569] ppid=15562 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/15565/task/15569/stat : 15569 (java) S 15562 15565 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 14423782 10872623104 30714 18446744073709551615 4194304 4196468 140732549811744 140511984482960 140512374187733 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35426304 140732549816754 140732549816907 140732549816907 140732549820367 0
[pid=15565/tid=15570] ppid=15562 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/15565/task/15570/stat : 15570 (java) S 15562 15565 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 14423782 10872623104 30714 18446744073709551615 4194304 4196468 140732549811744 140511983429904 140512374187733 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35426304 140732549816754 140732549816907 140732549816907 140732549820367 0
[pid=15565/tid=15571] ppid=15562 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/15565/task/15571/stat : 15571 (java) S 15562 15565 5091 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 14423782 10872623104 30714 18446744073709551615 4194304 4196468 140732549811744 140511982377360 140512374187733 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35426304 140732549816754 140732549816907 140732549816907 140732549820367 0
[pid=15565/tid=15572] ppid=15562 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/15565/task/15572/stat : 15572 (java) S 15562 15565 5091 0 -1 1077944384 214 0 0 0 0 0 0 0 20 0 16 0 14423783 10872623104 30714 18446744073709551615 4194304 4196468 140732549811744 140511938104048 140512374188674 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35426304 140732549816754 140732549816907 140732549816907 140732549820367 0
[pid=15565/tid=15573] ppid=15562 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/15565/task/15573/stat : 15573 (java) S 15562 15565 5091 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 14423784 10872623104 30714 18446744073709551615 4194304 4196468 140732549811744 140511937050272 140512374187733 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35426304 140732549816754 140732549816907 140732549816907 140732549820367 0
[pid=15565/tid=15574] ppid=15562 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/15565/task/15574/stat : 15574 (java) S 15562 15565 5091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 14423784 10872623104 30714 18446744073709551615 4194304 4196468 140732549811744 140511868347632 140512374187733 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35426304 140732549816754 140732549816907 140732549816907 140732549820367 0
[pid=15565/tid=15575] ppid=15562 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/15565/task/15575/stat : 15575 (java) S 15562 15565 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14423786 10872623104 30714 18446744073709551615 4194304 4196468 140732549811744 140511867296208 140512374196123 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35426304 140732549816754 140732549816907 140732549816907 140732549820367 0
[pid=15565/tid=15576] ppid=15562 vsize=10617796 CPUtime=1.27 cores=1,3,5,7
/proc/15565/task/15576/stat : 15576 (java) S 15562 15565 5091 0 -1 1077944384 4419 0 0 0 127 0 0 0 20 0 16 0 14423786 10872623104 30714 18446744073709551615 4194304 4196468 140732549811744 140511866243312 140512374188674 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35426304 140732549816754 140732549816907 140732549816907 140732549820367 0
[pid=15565/tid=15577] ppid=15562 vsize=10617796 CPUtime=1.21 cores=1,3,5,7
/proc/15565/task/15577/stat : 15577 (java) S 15562 15565 5091 0 -1 1077944384 4268 0 0 0 121 0 0 0 20 0 16 0 14423786 10872623104 30714 18446744073709551615 4194304 4196468 140732549811744 140511865190768 140512374188674 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35426304 140732549816754 140732549816907 140732549816907 140732549820367 0
[pid=15565/tid=15578] ppid=15562 vsize=10617796 CPUtime=0.36 cores=1,3,5,7
/proc/15565/task/15578/stat : 15578 (java) S 15562 15565 5091 0 -1 1077944384 1772 0 0 0 36 0 0 0 20 0 16 0 14423786 10872623104 30714 18446744073709551615 4194304 4196468 140732549811744 140511864137712 140512374188674 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35426304 140732549816754 140732549816907 140732549816907 140732549820367 0
[pid=15565/tid=15579] ppid=15562 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/15565/task/15579/stat : 15579 (java) S 15562 15565 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14423786 10872623104 30714 18446744073709551615 4194304 4196468 140732549811744 140511863085408 140512374187733 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35426304 140732549816754 140732549816907 140732549816907 140732549820367 0
[pid=15565/tid=15580] ppid=15562 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/15565/task/15580/stat : 15580 (java) S 15562 15565 5091 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 16 0 14423792 10872623104 30714 18446744073709551615 4194304 4196468 140732549811744 140511862033456 140512374188674 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35426304 140732549816754 140732549816907 140732549816907 140732549820367 0
[pid=15565/tid=15581] ppid=15562 vsize=10617796 CPUtime=0 cores=1,3,5,7
/proc/15565/task/15581/stat : 15581 (java) S 15562 15565 5091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 14423840 10872623104 30714 18446744073709551615 4194304 4196468 140732549811744 140511860979248 140512374188674 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35426304 140732549816754 140732549816907 140732549816907 140732549820367 0
Current children cumulated CPU time (s) 7.52
Current children cumulated vsize (KiB) 10617796

[startup+5.0007 s]
/proc/loadavg: 2.22 2.28 2.80 3/211 15581
/proc/meminfo: memFree=31486584/32770624 swapFree=0/240664
[pid=15565] ppid=15562 vsize=10750924 CPUtime=7.67 cores=1,3,5,7
/proc/15565/stat : 15565 (java) S 15562 15565 5091 0 -1 1077944320 20883 0 0 0 761 6 0 0 20 0 16 0 14423772 11008946176 31755 18446744073709551615 4194304 4196468 140732549811744 140732549794288 140512374177527 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 35426304 140732549816754 140732549816907 140732549816907 140732549820367 0
/proc/15565/statm: 2687731 31755 3082 1 0 2677192 0
[pid=15565/tid=15567] ppid=15562 vsize=10750924 CPUtime=4.79 cores=1,3,5,7
/proc/15565/task/15567/stat : 15567 (java) S 15562 15565 5091 0 -1 1077944384 8709 0 0 0 475 4 0 0 20 0 16 0 14423781 11008946176 31755 18446744073709551615 4194304 4196468 140732549811744 140512378418208 140512374187733 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 35426304 140732549816754 140732549816907 140732549816907 140732549820367 0
[pid=15565/tid=15568] ppid=15562 vsize=10750924 CPUtime=0 cores=1,3,5,7
/proc/15565/task/15568/stat : 15568 (java) S 15562 15565 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 14423782 11008946176 31755 18446744073709551615 4194304 4196468 140732549811744 140512339458576 140512374187733 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35426304 140732549816754 140732549816907 140732549816907 140732549820367 0
[pid=15565/tid=15569] ppid=15562 vsize=10750924 CPUtime=0 cores=1,3,5,7
/proc/15565/task/15569/stat : 15569 (java) S 15562 15565 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 14423782 11008946176 31755 18446744073709551615 4194304 4196468 140732549811744 140511984482960 140512374187733 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35426304 140732549816754 140732549816907 140732549816907 140732549820367 0
[pid=15565/tid=15570] ppid=15562 vsize=10750924 CPUtime=0 cores=1,3,5,7
/proc/15565/task/15570/stat : 15570 (java) S 15562 15565 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 14423782 11008946176 31755 18446744073709551615 4194304 4196468 140732549811744 140511983429904 140512374187733 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35426304 140732549816754 140732549816907 140732549816907 140732549820367 0
[pid=15565/tid=15571] ppid=15562 vsize=10750924 CPUtime=0 cores=1,3,5,7
/proc/15565/task/15571/stat : 15571 (java) S 15562 15565 5091 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 14423782 11008946176 31755 18446744073709551615 4194304 4196468 140732549811744 140511982377360 140512374187733 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35426304 140732549816754 140732549816907 140732549816907 140732549820367 0
[pid=15565/tid=15572] ppid=15562 vsize=10750924 CPUtime=0 cores=1,3,5,7
/proc/15565/task/15572/stat : 15572 (java) S 15562 15565 5091 0 -1 1077944384 214 0 0 0 0 0 0 0 20 0 16 0 14423783 11008946176 31755 18446744073709551615 4194304 4196468 140732549811744 140511938104048 140512374188674 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35426304 140732549816754 140732549816907 140732549816907 140732549820367 0
[pid=15565/tid=15573] ppid=15562 vsize=10750924 CPUtime=0 cores=1,3,5,7
/proc/15565/task/15573/stat : 15573 (java) S 15562 15565 5091 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 14423784 11008946176 31755 18446744073709551615 4194304 4196468 140732549811744 140511937050272 140512374187733 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35426304 140732549816754 140732549816907 140732549816907 140732549820367 0
[pid=15565/tid=15574] ppid=15562 vsize=10750924 CPUtime=0 cores=1,3,5,7
/proc/15565/task/15574/stat : 15574 (java) S 15562 15565 5091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 14423784 11008946176 31755 18446744073709551615 4194304 4196468 140732549811744 140511868347632 140512374187733 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35426304 140732549816754 140732549816907 140732549816907 140732549820367 0
[pid=15565/tid=15575] ppid=15562 vsize=10750924 CPUtime=0 cores=1,3,5,7
/proc/15565/task/15575/stat : 15575 (java) S 15562 15565 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14423786 11008946176 31755 18446744073709551615 4194304 4196468 140732549811744 140511867296208 140512374196123 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35426304 140732549816754 140732549816907 140732549816907 140732549820367 0
[pid=15565/tid=15576] ppid=15562 vsize=10750924 CPUtime=1.27 cores=1,3,5,7
/proc/15565/task/15576/stat : 15576 (java) S 15562 15565 5091 0 -1 1077944384 4419 0 0 0 127 0 0 0 20 0 16 0 14423786 11008946176 31755 18446744073709551615 4194304 4196468 140732549811744 140511866243312 140512374188674 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35426304 140732549816754 140732549816907 140732549816907 140732549820367 0
[pid=15565/tid=15577] ppid=15562 vsize=10750924 CPUtime=1.21 cores=1,3,5,7
/proc/15565/task/15577/stat : 15577 (java) S 15562 15565 5091 0 -1 1077944384 4268 0 0 0 121 0 0 0 20 0 16 0 14423786 11008946176 31755 18446744073709551615 4194304 4196468 140732549811744 140511865190768 140512374188674 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35426304 140732549816754 140732549816907 140732549816907 140732549820367 0
[pid=15565/tid=15578] ppid=15562 vsize=10750924 CPUtime=0.36 cores=1,3,5,7
/proc/15565/task/15578/stat : 15578 (java) S 15562 15565 5091 0 -1 1077944384 1773 0 0 0 36 0 0 0 20 0 16 0 14423786 11008946176 31755 18446744073709551615 4194304 4196468 140732549811744 140511864137712 140512374188674 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35426304 140732549816754 140732549816907 140732549816907 140732549820367 0
[pid=15565/tid=15579] ppid=15562 vsize=10750924 CPUtime=0 cores=1,3,5,7
/proc/15565/task/15579/stat : 15579 (java) S 15562 15565 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14423786 11008946176 31755 18446744073709551615 4194304 4196468 140732549811744 140511863085408 140512374187733 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35426304 140732549816754 140732549816907 140732549816907 140732549820367 0
[pid=15565/tid=15580] ppid=15562 vsize=10750924 CPUtime=0 cores=1,3,5,7
/proc/15565/task/15580/stat : 15580 (java) S 15562 15565 5091 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 16 0 14423792 11008946176 31755 18446744073709551615 4194304 4196468 140732549811744 140511862033456 140512374188674 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35426304 140732549816754 140732549816907 140732549816907 140732549820367 0
Current children cumulated CPU time (s) 7.67
Current children cumulated vsize (KiB) 10750924

[startup+5.10071 s]
/proc/loadavg: 2.22 2.28 2.80 3/211 15581
/proc/meminfo: memFree=31486584/32770624 swapFree=0/240664
[pid=15565] ppid=15562 vsize=10750924 CPUtime=7.67 cores=1,3,5,7
/proc/15565/stat : 15565 (java) S 15562 15565 5091 0 -1 1077944320 20883 0 0 0 761 6 0 0 20 0 16 0 14423772 11008946176 31755 18446744073709551615 4194304 4196468 140732549811744 140732549794288 140512374177527 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 35426304 140732549816754 140732549816907 140732549816907 140732549820367 0
/proc/15565/statm: 2687731 31755 3082 1 0 2677192 0
[pid=15565/tid=15567] ppid=15562 vsize=10750924 CPUtime=4.79 cores=1,3,5,7
/proc/15565/task/15567/stat : 15567 (java) S 15562 15565 5091 0 -1 1077944384 8709 0 0 0 475 4 0 0 20 0 16 0 14423781 11008946176 31755 18446744073709551615 4194304 4196468 140732549811744 140512378418208 140512374187733 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 35426304 140732549816754 140732549816907 140732549816907 140732549820367 0
[pid=15565/tid=15568] ppid=15562 vsize=10750924 CPUtime=0 cores=1,3,5,7
/proc/15565/task/15568/stat : 15568 (java) S 15562 15565 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 14423782 11008946176 31755 18446744073709551615 4194304 4196468 140732549811744 140512339458576 140512374187733 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35426304 140732549816754 140732549816907 140732549816907 140732549820367 0
[pid=15565/tid=15569] ppid=15562 vsize=10750924 CPUtime=0 cores=1,3,5,7
/proc/15565/task/15569/stat : 15569 (java) S 15562 15565 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 14423782 11008946176 31755 18446744073709551615 4194304 4196468 140732549811744 140511984482960 140512374187733 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35426304 140732549816754 140732549816907 140732549816907 140732549820367 0
[pid=15565/tid=15570] ppid=15562 vsize=10750924 CPUtime=0 cores=1,3,5,7
/proc/15565/task/15570/stat : 15570 (java) S 15562 15565 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 14423782 11008946176 31755 18446744073709551615 4194304 4196468 140732549811744 140511983429904 140512374187733 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35426304 140732549816754 140732549816907 140732549816907 140732549820367 0
[pid=15565/tid=15571] ppid=15562 vsize=10750924 CPUtime=0 cores=1,3,5,7
/proc/15565/task/15571/stat : 15571 (java) S 15562 15565 5091 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 14423782 11008946176 31755 18446744073709551615 4194304 4196468 140732549811744 140511982377360 140512374187733 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35426304 140732549816754 140732549816907 140732549816907 140732549820367 0
[pid=15565/tid=15572] ppid=15562 vsize=10750924 CPUtime=0 cores=1,3,5,7
/proc/15565/task/15572/stat : 15572 (java) S 15562 15565 5091 0 -1 1077944384 214 0 0 0 0 0 0 0 20 0 16 0 14423783 11008946176 31755 18446744073709551615 4194304 4196468 140732549811744 140511938104048 140512374188674 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35426304 140732549816754 140732549816907 140732549816907 140732549820367 0
[pid=15565/tid=15573] ppid=15562 vsize=10750924 CPUtime=0 cores=1,3,5,7
/proc/15565/task/15573/stat : 15573 (java) S 15562 15565 5091 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 14423784 11008946176 31755 18446744073709551615 4194304 4196468 140732549811744 140511937050272 140512374187733 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35426304 140732549816754 140732549816907 140732549816907 140732549820367 0
[pid=15565/tid=15574] ppid=15562 vsize=10750924 CPUtime=0 cores=1,3,5,7
/proc/15565/task/15574/stat : 15574 (java) S 15562 15565 5091 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 14423784 11008946176 31755 18446744073709551615 4194304 4196468 140732549811744 140511868347632 140512374187733 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35426304 140732549816754 140732549816907 140732549816907 140732549820367 0
[pid=15565/tid=15575] ppid=15562 vsize=10750924 CPUtime=0 cores=1,3,5,7
/proc/15565/task/15575/stat : 15575 (java) S 15562 15565 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14423786 11008946176 31755 18446744073709551615 4194304 4196468 140732549811744 140511867296208 140512374196123 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35426304 140732549816754 140732549816907 140732549816907 140732549820367 0
[pid=15565/tid=15576] ppid=15562 vsize=10750924 CPUtime=1.27 cores=1,3,5,7
/proc/15565/task/15576/stat : 15576 (java) S 15562 15565 5091 0 -1 1077944384 4419 0 0 0 127 0 0 0 20 0 16 0 14423786 11008946176 31755 18446744073709551615 4194304 4196468 140732549811744 140511866243312 140512374188674 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35426304 140732549816754 140732549816907 140732549816907 140732549820367 0
[pid=15565/tid=15577] ppid=15562 vsize=10750924 CPUtime=1.21 cores=1,3,5,7
/proc/15565/task/15577/stat : 15577 (java) S 15562 15565 5091 0 -1 1077944384 4268 0 0 0 121 0 0 0 20 0 16 0 14423786 11008946176 31755 18446744073709551615 4194304 4196468 140732549811744 140511865190768 140512374188674 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35426304 140732549816754 140732549816907 140732549816907 140732549820367 0
[pid=15565/tid=15578] ppid=15562 vsize=10750924 CPUtime=0.36 cores=1,3,5,7
/proc/15565/task/15578/stat : 15578 (java) S 15562 15565 5091 0 -1 1077944384 1773 0 0 0 36 0 0 0 20 0 16 0 14423786 11008946176 31755 18446744073709551615 4194304 4196468 140732549811744 140511864137712 140512374188674 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35426304 140732549816754 140732549816907 140732549816907 140732549820367 0
[pid=15565/tid=15579] ppid=15562 vsize=10750924 CPUtime=0 cores=1,3,5,7
/proc/15565/task/15579/stat : 15579 (java) S 15562 15565 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14423786 11008946176 31755 18446744073709551615 4194304 4196468 140732549811744 140511863085408 140512374187733 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35426304 140732549816754 140732549816907 140732549816907 140732549820367 0
[pid=15565/tid=15580] ppid=15562 vsize=10750924 CPUtime=0 cores=1,3,5,7
/proc/15565/task/15580/stat : 15580 (java) S 15562 15565 5091 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 16 0 14423792 11008946176 31755 18446744073709551615 4194304 4196468 140732549811744 140511862033456 140512374188674 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35426304 140732549816754 140732549816907 140732549816907 140732549820367 0
Current children cumulated CPU time (s) 7.67
Current children cumulated vsize (KiB) 10750924

Child status: 0
Real time (s): 5.16125
CPU time (s): 7.68723
CPU user time (s): 7.61975
CPU system time (s): 0.067475
CPU usage (%): 148.941
Max. virtual memory (cumulated for all children) (KiB): 10750924

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.61975
system time used= 0.067475
maximum resident set size= 129572
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21265
page faults= 0
swaps= 0
block input operations= 0
block output operations= 8
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1637
involuntary context switches= 15

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.023496 second user time and 0.035245 second system time

The end

Launcher Data

Begin job on node129 at 2017-08-02 08:59:27
IDJOB=4257981
IDBENCH=138383
IDSOLVER=2643
FILE ID=node129/4257981-1501658007
RUNJOBID= node129-1501642919-31105
PBS_JOBID= 
Free space on /tmp= 61772 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Fastfood/Fastfood-m1-s1/Fastfood-ff69.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4257981-1501658007/watcher-4257981-1501658007 -o /tmp/evaluation-result-4257981-1501658007/solver-4257981-1501658007 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node129-1501642919-31105 --watchdog 300  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4257981-1501658007.xml

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

MD5SUM BENCH= 3619f551efba05977411abbefb319bf8
RANDOM SEED=1462678722

node129.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.53
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.57
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.53
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.57
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.53
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.57
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.53
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.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31596976 kB
MemAvailable:   31767696 kB
Buffers:          127228 kB
Cached:           324104 kB
SwapCached:            0 kB
Active:           519476 kB
Inactive:         249160 kB
Active(anon):     317636 kB
Inactive(anon):     8532 kB
Active(file):     201840 kB
Inactive(file):   240628 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1696 kB
Writeback:             0 kB
AnonPages:        370224 kB
Mapped:            42456 kB
Shmem:              8872 kB
Slab:             113092 kB
SReclaimable:      88172 kB
SUnreclaim:        24920 kB
KernelStack:        3744 kB
PageTables:         5548 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1260160 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    253952 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61772 MiB
End job on node129 at 2017-08-02 08:59:32