Trace number 4302006

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 2018-07-11? (TO) 252.551 140.148

General information on the benchmark

NameMario/
Mario-n-medium-5_c18.xml
MD5SUM36a1aa2a38358c951443c34d8d302d49
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark771
Best CPU time to get the best result obtained on this benchmark87.2321
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of constraints61
Number of domains56
Minimum domain size1
Maximum domain size30
Distribution of domain sizes[{"size":1,"count":2},{"size":2,"count":28},{"size":29,"count":5},{"size":30,"count":55}]
Minimum variable degree1
Maximum variable degree3
Distribution of variable degrees[{"degree":1,"count":2},{"degree":2,"count":59},{"degree":3,"count":29}]
Minimum constraint arity1
Maximum constraint arity30
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":58},{"arity":30,"count":2}]
Number of extensional constraints30
Number of intensional constraints29
Distribution of constraint types[{"type":"extension","count":30},{"type":"intension","count":29},{"type":"sum","count":1},{"type":"circuit","count":1}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

252.40/140.10	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
252.40/140.10	c This is free software under the dual EPL/GNU LGPL licenses.
252.40/140.10	c See www.sat4j.org for details.
252.40/140.10	c That software uses the Rhino library from the Mozilla project.
252.40/140.10	c version 2.3.6-SNAPSHOT
252.40/140.10	c java.runtime.name	Java(TM) SE Runtime Environment
252.40/140.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
252.40/140.10	c java.vm.version	25.131-b11
252.40/140.10	c java.vm.vendor	Oracle Corporation
252.40/140.10	c sun.arch.data.model	64
252.40/140.10	c java.version		1.8.0_131
252.40/140.10	c os.name		Linux
252.40/140.10	c os.version		3.10.0-514.16.1.el7.x86_64
252.40/140.10	c os.arch		amd64
252.40/140.10	c Free memory 		499604488
252.40/140.10	c Max memory 		7247757312
252.40/140.10	c Total memory 		504889344
252.40/140.10	c Number of processors 	4
252.40/140.10	c c --- Begin Solver configuration ---
252.40/140.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
252.40/140.10	c Learn all clauses as in MiniSAT
252.40/140.10	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
252.40/140.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
252.40/140.10	c No reason simplification
252.40/140.10	c Glucose 2.1 dynamic restart strategy
252.40/140.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
252.40/140.10	c timeout=2147483s
252.40/140.10	c DB Simplification allowed=false
252.40/140.10	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
252.40/140.10	c --- End Solver configuration ---
252.40/140.10	c starts		: 0
252.40/140.10	c conflicts		: 0
252.40/140.10	c decisions		: 0
252.40/140.10	c propagations		: 0
252.40/140.10	c inspects		: 0
252.40/140.10	c shortcuts		: 0
252.40/140.10	c learnt literals	: 0
252.40/140.10	c learnt binary clauses	: 0
252.40/140.10	c learnt ternary clauses	: 0
252.40/140.10	c learnt constraints	: 0
252.40/140.10	c ignored constraints	: 0
252.40/140.10	c root simplifications	: 0
252.40/140.10	c removed literals (reason simplification)	: 0
252.40/140.10	c reason swapping (by a shorter reason)	: 0
252.40/140.10	c Calls to reduceDB	: 0
252.40/140.10	c Number of update (reduction) of LBD	: 0
252.40/140.10	c Imported unit clauses	: 0
252.40/140.10	c number of reductions to clauses (during analyze)	: 0
252.40/140.10	c number of learned constraints concerned by reduction	: 0
252.40/140.10	c number of learning phase by resolution	: 0
252.40/140.10	c number of learning phase by cutting planes	: 0
252.40/140.10	c number of rounding to 1 operations	: 0
252.40/140.10	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
252.40/140.10	c number of reductions of the coefficients by power 2 	: 0
252.40/140.10	c number of right shift for reduction by power 2 	: 0
252.40/140.10	c number of reductions of the coefficients by GCD over coefficients 	: 0
252.40/140.10	c number of ending skipping 	: 0
252.40/140.10	c number of internal skipping 	: 0
252.40/140.10	c number of derivation steps 	: 0
252.40/140.10	c number of skipped derivation steps 	: 0
252.40/140.10	c number of remaining unassigned 	: 0
252.40/140.10	c number of remaining assigned 	: 0
252.40/140.10	c speed (assignments/second)	: 0.0
252.40/140.10	c non guided choices	: 0
252.40/140.10	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 (5980 MiB free)
  memory of node 1: 16384 MiB (15783 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302006-1532886380/watcher-4302006-1532886380 -o /tmp/evaluation-result-4302006-1532886380/solver-4302006-1532886380 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532883454-10061 --watchdog 312 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4302006-1532886380.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
Current StackSize limit: 8192 KiB
solver pid=13365, runsolver pid=13362


[startup+0.102891 s]*
/proc/loadavg: 2.20 2.26 2.43 7/215 13380
/proc/meminfo: memFree=22264560/32770624 swapFree=67028796/67108860
[pid=13365] ppid=13362 vsize=10659012 memory=29988 CPUtime=0.14 cores=1,3,5,7
/proc/13365/stat : 13365 (java) S 13362 13365 10029 0 -1 1077944320 6617 0 0 0 12 2 0 0 20 0 15 0 106201206 10914828288 7497 33554432000 4194304 4196468 140724298926032 140724298908576 140645670178551 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 34988032 140724298933366 140724298933518 140724298933518 140724298936271 0
/proc/13365/statm: 2664753 7497 2843 1 0 2627263 0
[pid=13365/tid=13367] ppid=13362 vsize=10659012 memory=-8125511277465210234 CPUtime=0.09 cores=1,3,5,7
/proc/13365/task/13367/stat : 13367 (java) R 13362 13365 10029 0 -1 4202560 4446 0 0 0 8 1 0 0 20 0 15 0 106201206 10914828288 7497 33554432000 4194304 4196468 140724298926032 140645674392544 140645655345256 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34988032 140724298933366 140724298933518 140724298933518 140724298936271 0
[pid=13365/tid=13368] ppid=13362 vsize=10659012 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/13365/task/13368/stat : 13368 (java) S 13362 13365 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106201207 10914828288 7497 33554432000 4194304 4196468 140724298926032 140645622798864 140645670188757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34988032 140724298933366 140724298933518 140724298933518 140724298936271 0
[pid=13365/tid=13369] ppid=13362 vsize=10659012 memory=139953284490880 CPUtime=0 cores=1,3,5,7
/proc/13365/task/13369/stat : 13369 (java) S 13362 13365 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106201207 10914828288 7497 33554432000 4194304 4196468 140724298926032 140645621746320 140645670188757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34988032 140724298933366 140724298933518 140724298933518 140724298936271 0
[pid=13365/tid=13370] ppid=13362 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13365/task/13370/stat : 13370 (java) S 13362 13365 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106201207 10914828288 7497 33554432000 4194304 4196468 140724298926032 140645620693264 140645670188757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34988032 140724298933366 140724298933518 140724298933518 140724298936271 0
[pid=13365/tid=13371] ppid=13362 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13365/task/13371/stat : 13371 (java) S 13362 13365 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106201207 10914828288 7497 33554432000 4194304 4196468 140724298926032 140645619640720 140645670188757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34988032 140724298933366 140724298933518 140724298933518 140724298936271 0
[pid=13365/tid=13372] ppid=13362 vsize=10659012 memory=139953284490880 CPUtime=0 cores=1,3,5,7
/proc/13365/task/13372/stat : 13372 (java) S 13362 13365 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106201208 10914828288 7497 33554432000 4194304 4196468 140724298926032 140645230013168 140645670189698 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34988032 140724298933366 140724298933518 140724298933518 140724298936271 0
[pid=13365/tid=13373] ppid=13362 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13365/task/13373/stat : 13373 (java) S 13362 13365 10029 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106201209 10914828288 7497 33554432000 4194304 4196468 140724298926032 140645228959392 140645670188757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34988032 140724298933366 140724298933518 140724298933518 140724298936271 0
[pid=13365/tid=13374] ppid=13362 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13365/task/13374/stat : 13374 (java) S 13362 13365 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106201209 10914828288 7497 33554432000 4194304 4196468 140724298926032 140645227906288 140645670188757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34988032 140724298933366 140724298933518 140724298933518 140724298936271 0
[pid=13365/tid=13375] ppid=13362 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13365/task/13375/stat : 13375 (java) S 13362 13365 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106201211 10914828288 7497 33554432000 4194304 4196468 140724298926032 140645226854864 140645670197147 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34988032 140724298933366 140724298933518 140724298933518 140724298936271 0
[pid=13365/tid=13376] ppid=13362 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13365/task/13376/stat : 13376 (java) S 13362 13365 10029 0 -1 1077944384 300 0 0 0 0 0 0 0 20 0 15 0 106201211 10914828288 7497 33554432000 4194304 4196468 140724298926032 140645225801968 140645670189698 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34988032 140724298933366 140724298933518 140724298933518 140724298936271 0
[pid=13365/tid=13377] ppid=13362 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13365/task/13377/stat : 13377 (java) S 13362 13365 10029 0 -1 1077944384 148 0 0 0 0 0 0 0 20 0 15 0 106201211 10914828288 7497 33554432000 4194304 4196468 140724298926032 140645224749424 140645670189698 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34988032 140724298933366 140724298933518 140724298933518 140724298936271 0
[pid=13365/tid=13378] ppid=13362 vsize=10659012 memory=139953284490880 CPUtime=0.02 cores=1,3,5,7
/proc/13365/task/13378/stat : 13378 (java) S 13362 13365 10029 0 -1 1077944384 358 0 0 0 2 0 0 0 20 0 15 0 106201211 10914828288 7497 33554432000 4194304 4196468 140724298926032 140645223696368 140645670189698 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34988032 140724298933366 140724298933518 140724298933518 140724298936271 0
[pid=13365/tid=13379] ppid=13362 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13365/task/13379/stat : 13379 (java) S 13362 13365 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106201211 10914828288 7497 33554432000 4194304 4196468 140724298926032 140645222644064 140645670188757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34988032 140724298933366 140724298933518 140724298933518 140724298936271 0
[pid=13365/tid=13380] ppid=13362 vsize=10659012 memory=139953284490880 CPUtime=0 cores=1,3,5,7
/proc/13365/task/13380/stat : 13380 (java) S 13362 13365 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106201211 10914828288 7497 33554432000 4194304 4196468 140724298926032 140645221592112 140645670189698 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34988032 140724298933366 140724298933518 140724298933518 140724298936271 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 29988 KiB

[startup+0.210806 s]*
/proc/loadavg: 2.20 2.26 2.43 6/215 13380
/proc/meminfo: memFree=22253528/32770624 swapFree=67028796/67108860
[pid=13365] ppid=13362 vsize=10659012 memory=41704 CPUtime=0.34 cores=1,3,5,7
/proc/13365/stat : 13365 (java) S 13362 13365 10029 0 -1 1077944320 8079 0 0 0 31 3 0 0 20 0 15 0 106201206 10914828288 10426 33554432000 4194304 4196468 140724298926032 140724298908576 140645670178551 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 34988032 140724298933366 140724298933518 140724298933518 140724298936271 0
/proc/13365/statm: 2664753 10426 3005 1 0 2627263 0
[pid=13365/tid=13367] ppid=13362 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/13365/task/13367/stat : 13367 (java) R 13362 13365 10029 0 -1 4202560 5011 0 0 0 18 2 0 0 20 0 15 0 106201206 10914828288 10426 33554432000 4194304 4196468 140724298926032 140645674406160 140645297630344 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34988032 140724298933366 140724298933518 140724298933518 140724298936271 0
[pid=13365/tid=13368] ppid=13362 vsize=10659012 memory=342 CPUtime=0 cores=1,3,5,7
/proc/13365/task/13368/stat : 13368 (java) S 13362 13365 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106201207 10914828288 10426 33554432000 4194304 4196468 140724298926032 140645622798864 140645670188757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34988032 140724298933366 140724298933518 140724298933518 140724298936271 0
[pid=13365/tid=13369] ppid=13362 vsize=10659012 memory=139953284503325 CPUtime=0 cores=1,3,5,7
/proc/13365/task/13369/stat : 13369 (java) S 13362 13365 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106201207 10914828288 10426 33554432000 4194304 4196468 140724298926032 140645621746320 140645670188757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34988032 140724298933366 140724298933518 140724298933518 140724298936271 0
[pid=13365/tid=13370] ppid=13362 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13365/task/13370/stat : 13370 (java) S 13362 13365 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106201207 10914828288 10426 33554432000 4194304 4196468 140724298926032 140645620693264 140645670188757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34988032 140724298933366 140724298933518 140724298933518 140724298936271 0
[pid=13365/tid=13371] ppid=13362 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13365/task/13371/stat : 13371 (java) S 13362 13365 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106201207 10914828288 10426 33554432000 4194304 4196468 140724298926032 140645619640720 140645670188757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34988032 140724298933366 140724298933518 140724298933518 140724298936271 0
[pid=13365/tid=13372] ppid=13362 vsize=10659012 memory=139953284490880 CPUtime=0 cores=1,3,5,7
/proc/13365/task/13372/stat : 13372 (java) S 13362 13365 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106201208 10914828288 10426 33554432000 4194304 4196468 140724298926032 140645230013168 140645670189698 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34988032 140724298933366 140724298933518 140724298933518 140724298936271 0
[pid=13365/tid=13373] ppid=13362 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13365/task/13373/stat : 13373 (java) S 13362 13365 10029 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106201209 10914828288 10426 33554432000 4194304 4196468 140724298926032 140645228959392 140645670188757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34988032 140724298933366 140724298933518 140724298933518 140724298936271 0
[pid=13365/tid=13374] ppid=13362 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13365/task/13374/stat : 13374 (java) S 13362 13365 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106201209 10914828288 10426 33554432000 4194304 4196468 140724298926032 140645227906288 140645670188757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34988032 140724298933366 140724298933518 140724298933518 140724298936271 0
[pid=13365/tid=13375] ppid=13362 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13365/task/13375/stat : 13375 (java) S 13362 13365 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106201211 10914828288 10426 33554432000 4194304 4196468 140724298926032 140645226854864 140645670197147 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34988032 140724298933366 140724298933518 140724298933518 140724298936271 0
[pid=13365/tid=13376] ppid=13362 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/13365/task/13376/stat : 13376 (java) S 13362 13365 10029 0 -1 1077944384 666 0 0 0 2 0 0 0 20 0 15 0 106201211 10914828288 10426 33554432000 4194304 4196468 140724298926032 140645225801968 140645670189698 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34988032 140724298933366 140724298933518 140724298933518 140724298936271 0
[pid=13365/tid=13377] ppid=13362 vsize=10659012 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/13365/task/13377/stat : 13377 (java) S 13362 13365 10029 0 -1 1077944384 320 0 0 0 2 0 0 0 20 0 15 0 106201211 10914828288 10426 33554432000 4194304 4196468 140724298926032 140645224749424 140645670189698 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34988032 140724298933366 140724298933518 140724298933518 140724298936271 0
[pid=13365/tid=13378] ppid=13362 vsize=10659012 memory=139953284490880 CPUtime=0.08 cores=1,3,5,7
/proc/13365/task/13378/stat : 13378 (java) R 13362 13365 10029 0 -1 4202560 719 0 0 0 8 0 0 0 20 0 15 0 106201211 10914828288 10426 33554432000 4194304 4196468 140724298926032 140645223696368 140645648981677 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34988032 140724298933366 140724298933518 140724298933518 140724298936271 0
[pid=13365/tid=13379] ppid=13362 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13365/task/13379/stat : 13379 (java) S 13362 13365 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106201211 10914828288 10426 33554432000 4194304 4196468 140724298926032 140645222644064 140645670188757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34988032 140724298933366 140724298933518 140724298933518 140724298936271 0
[pid=13365/tid=13380] ppid=13362 vsize=10659012 memory=139953284490880 CPUtime=0 cores=1,3,5,7
/proc/13365/task/13380/stat : 13380 (java) S 13362 13365 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106201211 10914828288 10426 33554432000 4194304 4196468 140724298926032 140645221592112 140645670189698 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34988032 140724298933366 140724298933518 140724298933518 140724298936271 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41704 KiB

[startup+0.310599 s]*
/proc/loadavg: 2.35 2.29 2.44 7/215 13380
/proc/meminfo: memFree=22248504/32770624 swapFree=67028796/67108860
[pid=13365] ppid=13362 vsize=10659088 memory=46976 CPUtime=0.54 cores=1,3,5,7
/proc/13365/stat : 13365 (java) S 13362 13365 10029 0 -1 1077944320 8857 0 0 0 51 3 0 0 20 0 15 0 106201206 10914906112 11744 33554432000 4194304 4196468 140724298926032 140724298908576 140645670178551 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 34988032 140724298933366 140724298933518 140724298933518 140724298936271 0
/proc/13365/statm: 2664772 11744 3052 1 0 2627263 0
[pid=13365/tid=13367] ppid=13362 vsize=10659088 memory=7022364594140610616 CPUtime=0.3 cores=1,3,5,7
/proc/13365/task/13367/stat : 13367 (java) R 13362 13365 10029 0 -1 4202560 5577 0 0 0 28 2 0 0 20 0 15 0 106201206 10914906112 11744 33554432000 4194304 4196468 140724298926032 140645674412624 140645654259038 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34988032 140724298933366 140724298933518 140724298933518 140724298936271 0
[pid=13365/tid=13368] ppid=13362 vsize=10659088 memory=4294976237 CPUtime=0 cores=1,3,5,7
/proc/13365/task/13368/stat : 13368 (java) S 13362 13365 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106201207 10914906112 11744 33554432000 4194304 4196468 140724298926032 140645622798864 140645670188757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34988032 140724298933366 140724298933518 140724298933518 140724298936271 0
[pid=13365/tid=13369] ppid=13362 vsize=10659088 memory=139953284502925 CPUtime=0 cores=1,3,5,7
/proc/13365/task/13369/stat : 13369 (java) S 13362 13365 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106201207 10914906112 11744 33554432000 4194304 4196468 140724298926032 140645621746320 140645670188757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34988032 140724298933366 140724298933518 140724298933518 140724298936271 0
[pid=13365/tid=13370] ppid=13362 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13365/task/13370/stat : 13370 (java) S 13362 13365 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106201207 10914906112 11744 33554432000 4194304 4196468 140724298926032 140645620693264 140645670188757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34988032 140724298933366 140724298933518 140724298933518 140724298936271 0
[pid=13365/tid=13371] ppid=13362 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13365/task/13371/stat : 13371 (java) S 13362 13365 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106201207 10914906112 11744 33554432000 4194304 4196468 140724298926032 140645619640720 140645670188757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34988032 140724298933366 140724298933518 140724298933518 140724298936271 0
[pid=13365/tid=13372] ppid=13362 vsize=10659088 memory=139953284490880 CPUtime=0 cores=1,3,5,7
/proc/13365/task/13372/stat : 13372 (java) S 13362 13365 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106201208 10914906112 11744 33554432000 4194304 4196468 140724298926032 140645230013168 140645670189698 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34988032 140724298933366 140724298933518 140724298933518 140724298936271 0
[pid=13365/tid=13373] ppid=13362 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13365/task/13373/stat : 13373 (java) S 13362 13365 10029 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106201209 10914906112 11744 33554432000 4194304 4196468 140724298926032 140645228959392 140645670188757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34988032 140724298933366 140724298933518 140724298933518 140724298936271 0
[pid=13365/tid=13374] ppid=13362 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13365/task/13374/stat : 13374 (java) S 13362 13365 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106201209 10914906112 11744 33554432000 4194304 4196468 140724298926032 140645227906288 140645670188757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34988032 140724298933366 140724298933518 140724298933518 140724298936271 0
[pid=13365/tid=13375] ppid=13362 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13365/task/13375/stat : 13375 (java) S 13362 13365 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106201211 10914906112 11744 33554432000 4194304 4196468 140724298926032 140645226854864 140645670197147 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34988032 140724298933366 140724298933518 140724298933518 140724298936271 0
[pid=13365/tid=13376] ppid=13362 vsize=10659088 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/13365/task/13376/stat : 13376 (java) R 13362 13365 10029 0 -1 4202560 760 0 0 0 5 0 0 0 20 0 15 0 106201211 10914906112 11744 33554432000 4194304 4196468 140724298926032 140645225788752 140645670199898 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34988032 140724298933366 140724298933518 140724298933518 140724298936271 0
[pid=13365/tid=13377] ppid=13362 vsize=10659088 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/13365/task/13377/stat : 13377 (java) R 13362 13365 10029 0 -1 1077944384 342 0 0 0 4 0 0 0 20 0 15 0 106201211 10914906112 11744 33554432000 4194304 4196468 140724298926032 140645224749520 140645670188757 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34988032 140724298933366 140724298933518 140724298933518 140724298936271 0
[pid=13365/tid=13378] ppid=13362 vsize=10659088 memory=139953284490880 CPUtime=0.13 cores=1,3,5,7
/proc/13365/task/13378/stat : 13378 (java) R 13362 13365 10029 0 -1 4202560 820 0 0 0 13 0 0 0 20 0 15 0 106201211 10914906112 11744 33554432000 4194304 4196468 140724298926032 140645223692800 140645670190486 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34988032 140724298933366 140724298933518 140724298933518 140724298936271 0
[pid=13365/tid=13379] ppid=13362 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13365/task/13379/stat : 13379 (java) S 13362 13365 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106201211 10914906112 11744 33554432000 4194304 4196468 140724298926032 140645222644064 140645670188757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34988032 140724298933366 140724298933518 140724298933518 140724298936271 0
[pid=13365/tid=13380] ppid=13362 vsize=10659088 memory=139953284490880 CPUtime=0 cores=1,3,5,7
/proc/13365/task/13380/stat : 13380 (java) S 13362 13365 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106201211 10914906112 11744 33554432000 4194304 4196468 140724298926032 140645221592112 140645670189698 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34988032 140724298933366 140724298933518 140724298933518 140724298936271 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 46976 KiB

[startup+0.700717 s]
/proc/loadavg: 2.35 2.29 2.44 8/215 13380
/proc/meminfo: memFree=22211128/32770624 swapFree=67028796/67108860
[pid=13365] ppid=13362 vsize=10659088 memory=197932 CPUtime=1.72 cores=1,3,5,7
/proc/13365/stat : 13365 (java) S 13362 13365 10029 0 -1 1077944320 12480 0 0 0 165 7 0 0 20 0 15 0 106201206 10914906112 49483 33554432000 4194304 4196468 140724298926032 140724298908576 140645670178551 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 34988032 140724298933366 140724298933518 140724298933518 140724298936271 0
/proc/13365/statm: 2664772 49483 3101 1 0 2627263 0
[pid=13365/tid=13367] ppid=13362 vsize=10659088 memory=197385489762203 CPUtime=0.66 cores=1,3,5,7
/proc/13365/task/13367/stat : 13367 (java) S 13362 13365 10029 0 -1 1077944384 6005 0 0 0 62 4 0 0 20 0 15 0 106201206 10914906112 49483 33554432000 4194304 4196468 140724298926032 140645674393168 140645670188757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34988032 140724298933366 140724298933518 140724298933518 140724298936271 0
[pid=13365/tid=13368] ppid=13362 vsize=10659088 memory=616836 CPUtime=0.01 cores=1,3,5,7
/proc/13365/task/13368/stat : 13368 (java) R 13362 13365 10029 0 -1 4202560 23 0 0 0 1 0 0 0 20 0 15 0 106201207 10914906112 49483 33554432000 4194304 4196468 140724298926032 140645622796664 140645655205970 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34988032 140724298933366 140724298933518 140724298933518 140724298936271 0
[pid=13365/tid=13369] ppid=13362 vsize=10659088 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/13365/task/13369/stat : 13369 (java) R 13362 13365 10029 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 15 0 106201207 10914906112 49483 33554432000 4194304 4196468 140724298926032 140645621746320 140645655206425 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34988032 140724298933366 140724298933518 140724298933518 140724298936271 0
[pid=13365/tid=13370] ppid=13362 vsize=10659088 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/13365/task/13370/stat : 13370 (java) R 13362 13365 10029 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 15 0 106201207 10914906112 49483 33554432000 4194304 4196468 140724298926032 140645620693264 140645663275150 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34988032 140724298933366 140724298933518 140724298933518 140724298936271 0
[pid=13365/tid=13371] ppid=13362 vsize=10659088 memory=7809523229951467572 CPUtime=0.01 cores=1,3,5,7
/proc/13365/task/13371/stat : 13371 (java) R 13362 13365 10029 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 15 0 106201207 10914906112 49483 33554432000 4194304 4196468 140724298926032 140645619638416 140645655205753 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 34988032 140724298933366 140724298933518 140724298933518 140724298936271 0
[pid=13365/tid=13372] ppid=13362 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13365/task/13372/stat : 13372 (java) S 13362 13365 10029 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 106201208 10914906112 49483 33554432000 4194304 4196468 140724298926032 140645230011680 140645670188757 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34988032 140724298933366 140724298933518 140724298933518 140724298936271 0
[pid=13365/tid=13373] ppid=13362 vsize=10659088 memory=-3472574513799858009 CPUtime=0 cores=1,3,5,7
/proc/13365/task/13373/stat : 13373 (java) S 13362 13365 10029 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106201209 10914906112 49483 33554432000 4194304 4196468 140724298926032 140645228959392 140645670188757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34988032 140724298933366 140724298933518 140724298933518 140724298936271 0
[pid=13365/tid=13374] ppid=13362 vsize=10659088 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/13365/task/13374/stat : 13374 (java) S 13362 13365 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106201209 10914906112 49483 33554432000 4194304 4196468 140724298926032 140645227906288 140645670188757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34988032 140724298933366 140724298933518 140724298933518 140724298936271 0
[pid=13365/tid=13375] ppid=13362 vsize=10659088 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/13365/task/13375/stat : 13375 (java) S 13362 13365 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106201211 10914906112 49483 33554432000 4194304 4196468 140724298926032 140645226854864 140645670197147 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34988032 140724298933366 140724298933518 140724298933518 140724298936271 0
[pid=13365/tid=13376] ppid=13362 vsize=10659088 memory=0 CPUtime=0.34 cores=1,3,5,7
/proc/13365/task/13376/stat : 13376 (java) S 13362 13365 10029 0 -1 1077944384 1938 0 0 0 34 0 0 0 20 0 15 0 106201211 10914906112 49483 33554432000 4194304 4196468 140724298926032 140645225801968 140645670189698 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34988032 140724298933366 140724298933518 140724298933518 140724298936271 0
[pid=13365/tid=13377] ppid=13362 vsize=10659088 memory=0 CPUtime=0.35 cores=1,3,5,7
/proc/13365/task/13377/stat : 13377 (java) S 13362 13365 10029 0 -1 1077944384 1425 0 0 0 35 0 0 0 20 0 15 0 106201211 10914906112 49483 33554432000 4194304 4196468 140724298926032 140645224749424 140645670189698 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34988032 140724298933366 140724298933518 140724298933518 140724298936271 0
[pid=13365/tid=13378] ppid=13362 vsize=10659088 memory=0 CPUtime=0.27 cores=1,3,5,7
/proc/13365/task/13378/stat : 13378 (java) S 13362 13365 10029 0 -1 1077944384 1675 0 0 0 27 0 0 0 20 0 15 0 106201211 10914906112 49483 33554432000 4194304 4196468 140724298926032 140645223696368 140645670189698 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34988032 140724298933366 140724298933518 140724298933518 140724298936271 0
[pid=13365/tid=13379] ppid=13362 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13365/task/13379/stat : 13379 (java) S 13362 13365 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106201211 10914906112 49483 33554432000 4194304 4196468 140724298926032 140645222644064 140645670188757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34988032 140724298933366 140724298933518 140724298933518 140724298936271 0
[pid=13365/tid=13380] ppid=13362 vsize=10659088 memory=3604 CPUtime=0 cores=1,3,5,7
/proc/13365/task/13380/stat : 13380 (java) S 13362 13365 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106201211 10914906112 49483 33554432000 4194304 4196468 140724298926032 140645221592112 140645670189698 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34988032 140724298933366 140724298933518 140724298933518 140724298936271 0
Current children cumulated CPU time: 1.72 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 197932 KiB

[startup+1.5007 s]
/proc/loadavg: 2.35 2.29 2.44 6/215 13380
/proc/meminfo: memFree=21962392/32770624 swapFree=67028796/67108860
[pid=13365] ppid=13362 vsize=10659088 memory=602436 CPUtime=3.58 cores=1,3,5,7
/proc/13365/stat : 13365 (java) S 13362 13365 10029 0 -1 1077944320 13854 0 0 0 315 43 0 0 20 0 15 0 106201206 10914906112 150609 33554432000 4194304 4196468 140724298926032 140724298908576 140645670178551 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 34988032 140724298933366 140724298933518 140724298933518 140724298936271 0
/proc/13365/statm: 2664772 150609 3130 1 0 2627263 0
[pid=13365/tid=13367] ppid=13362 vsize=10659088 memory=9169 CPUtime=1.1 cores=1,3,5,7
/proc/13365/task/13367/stat : 13367 (java) S 13362 13365 10029 0 -1 1077944384 6069 0 0 0 105 5 0 0 20 0 15 0 106201206 10914906112 150609 33554432000 4194304 4196468 140724298926032 140645674397360 140645670188757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34988032 140724298933366 140724298933518 140724298933518 140724298936271 0
[pid=13365/tid=13368] ppid=13362 vsize=10659088 memory=6791534058613427641 CPUtime=0.35 cores=1,3,5,7
/proc/13365/task/13368/stat : 13368 (java) R 13362 13365 10029 0 -1 4202560 341 0 0 0 27 8 0 0 20 0 15 0 106201207 10914906112 150609 33554432000 4194304 4196468 140724298926032 140645622799064 140645655200672 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 34988032 140724298933366 140724298933518 140724298933518 140724298936271 0
[pid=13365/tid=13369] ppid=13362 vsize=10659088 memory=0 CPUtime=0.36 cores=1,3,5,7
/proc/13365/task/13369/stat : 13369 (java) R 13362 13365 10029 0 -1 4202560 241 0 0 0 27 9 0 0 20 0 15 0 106201207 10914906112 150609 33554432000 4194304 4196468 140724298926032 140645621746320 140645655200672 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34988032 140724298933366 140724298933518 140724298933518 140724298936271 0
[pid=13365/tid=13370] ppid=13362 vsize=10659088 memory=0 CPUtime=0.36 cores=1,3,5,7
/proc/13365/task/13370/stat : 13370 (java) R 13362 13365 10029 0 -1 4202560 482 0 0 0 28 8 0 0 20 0 15 0 106201207 10914906112 150609 33554432000 4194304 4196468 140724298926032 140645620693264 140645654626766 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34988032 140724298933366 140724298933518 140724298933518 140724298936271 0
[pid=13365/tid=13371] ppid=13362 vsize=10659088 memory=6943526294502006880 CPUtime=0.36 cores=1,3,5,7
/proc/13365/task/13371/stat : 13371 (java) R 13362 13365 10029 0 -1 4202560 235 0 0 0 27 9 0 0 20 0 15 0 106201207 10914906112 150609 33554432000 4194304 4196468 140724298926032 140645619640720 140645651804357 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34988032 140724298933366 140724298933518 140724298933518 140724298936271 0
[pid=13365/tid=13372] ppid=13362 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13365/task/13372/stat : 13372 (java) S 13362 13365 10029 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 106201208 10914906112 150609 33554432000 4194304 4196468 140724298926032 140645230011680 140645670188757 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34988032 140724298933366 140724298933518 140724298933518 140724298936271 0

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

[pid=13365/tid=13373] ppid=13362 vsize=10659088 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/13365/task/13373/stat : 13373 (java) S 13362 13365 10029 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 15 0 106201209 10914906112 1333427 33554432000 4194304 4196468 140724298926032 140645228959456 140645670188757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34988032 140724298933366 140724298933518 140724298933518 140724298936271 0
[pid=13365/tid=13374] ppid=13362 vsize=10659088 memory=288230621803970871 CPUtime=0 cores=1,3,5,7
/proc/13365/task/13374/stat : 13374 (java) S 13362 13365 10029 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 106201209 10914906112 1333427 33554432000 4194304 4196468 140724298926032 140645227906304 140645670188757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34988032 140724298933366 140724298933518 140724298933518 140724298936271 0
[pid=13365/tid=13375] ppid=13362 vsize=10659088 memory=5395564 CPUtime=0 cores=1,3,5,7
/proc/13365/task/13375/stat : 13375 (java) S 13362 13365 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106201211 10914906112 1333427 33554432000 4194304 4196468 140724298926032 140645226854864 140645670197147 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34988032 140724298933366 140724298933518 140724298933518 140724298936271 0
[pid=13365/tid=13376] ppid=13362 vsize=10659088 memory=2160 CPUtime=0.43 cores=1,3,5,7
/proc/13365/task/13376/stat : 13376 (java) S 13362 13365 10029 0 -1 1077944384 2848 0 0 0 43 0 0 0 20 0 15 0 106201211 10914906112 1333427 33554432000 4194304 4196468 140724298926032 140645225801968 140645670189698 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34988032 140724298933366 140724298933518 140724298933518 140724298936271 0
[pid=13365/tid=13377] ppid=13362 vsize=10659088 memory=6768 CPUtime=0.43 cores=1,3,5,7
/proc/13365/task/13377/stat : 13377 (java) S 13362 13365 10029 0 -1 1077944384 1944 0 0 0 43 0 0 0 20 0 15 0 106201211 10914906112 1333427 33554432000 4194304 4196468 140724298926032 140645224749424 140645670189698 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34988032 140724298933366 140724298933518 140724298933518 140724298936271 0
[pid=13365/tid=13378] ppid=13362 vsize=10659088 memory=56 CPUtime=0.32 cores=1,3,5,7
/proc/13365/task/13378/stat : 13378 (java) S 13362 13365 10029 0 -1 1077944384 2398 0 0 0 32 0 0 0 20 0 15 0 106201211 10914906112 1333427 33554432000 4194304 4196468 140724298926032 140645223696368 140645670189698 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34988032 140724298933366 140724298933518 140724298933518 140724298936271 0
[pid=13365/tid=13379] ppid=13362 vsize=10659088 memory=-2895008908443424103 CPUtime=0 cores=1,3,5,7
/proc/13365/task/13379/stat : 13379 (java) S 13362 13365 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106201211 10914906112 1333427 33554432000 4194304 4196468 140724298926032 140645222644064 140645670188757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34988032 140724298933366 140724298933518 140724298933518 140724298936271 0
[pid=13365/tid=13380] ppid=13362 vsize=10659088 memory=-2541025644916727904 CPUtime=0.02 cores=1,3,5,7
/proc/13365/task/13380/stat : 13380 (java) S 13362 13365 10029 0 -1 1077944384 391 0 0 0 1 1 0 0 20 0 15 0 106201211 10914906112 1333427 33554432000 4194304 4196468 140724298926032 140645221592112 140645670189698 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 34988032 140724298933366 140724298933518 140724298933518 140724298936271 0
Current children cumulated CPU time: 106.64 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 5333708 KiB

[startup+102.301 s]
/proc/loadavg: 2.65 2.53 2.52 3/216 13460
/proc/meminfo: memFree=19966784/32770624 swapFree=67028796/67108860
[pid=13365] ppid=13362 vsize=10659088 memory=6628556 CPUtime=177.52 cores=1,3,5,7
/proc/13365/stat : 13365 (java) S 13362 13365 10029 0 -1 1077944320 162852 0 0 0 17175 577 0 0 20 0 15 0 106201206 10914906112 1657139 33554432000 4194304 4196468 140724298926032 140724298908576 140645670178551 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 34988032 140724298933366 140724298933518 140724298933518 140724298936271 0
/proc/13365/statm: 2664772 1657139 3156 1 0 2627263 0
[pid=13365/tid=13367] ppid=13362 vsize=10659088 memory=6438096 CPUtime=69.7 cores=1,3,5,7
/proc/13365/task/13367/stat : 13367 (java) R 13362 13365 10029 0 -1 4202560 13591 0 0 0 6960 10 0 0 20 0 15 0 106201206 10914906112 1657139 33554432000 4194304 4196468 140724298926032 140645674412896 140645301613115 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34988032 140724298933366 140724298933518 140724298933518 140724298936271 0
[pid=13365/tid=13368] ppid=13362 vsize=10659088 memory=4426572 CPUtime=24.73 cores=1,3,5,7
/proc/13365/task/13368/stat : 13368 (java) S 13362 13365 10029 0 -1 1077944384 40265 0 0 0 2324 149 0 0 20 0 15 0 106201207 10914906112 1657139 33554432000 4194304 4196468 140724298926032 140645622798864 140645670188757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34988032 140724298933366 140724298933518 140724298933518 140724298936271 0
[pid=13365/tid=13369] ppid=13362 vsize=10659088 memory=3852 CPUtime=24.66 cores=1,3,5,7
/proc/13365/task/13369/stat : 13369 (java) S 13362 13365 10029 0 -1 1077944384 23629 0 0 0 2321 145 0 0 20 0 15 0 106201207 10914906112 1657139 33554432000 4194304 4196468 140724298926032 140645621746320 140645670188757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34988032 140724298933366 140724298933518 140724298933518 140724298936271 0
[pid=13365/tid=13370] ppid=13362 vsize=10659088 memory=6403280 CPUtime=24.71 cores=1,3,5,7
/proc/13365/task/13370/stat : 13370 (java) S 13362 13365 10029 0 -1 1077944384 33474 0 0 0 2335 136 0 0 20 0 15 0 106201207 10914906112 1657139 33554432000 4194304 4196468 140724298926032 140645620693264 140645670188757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34988032 140724298933366 140724298933518 140724298933518 140724298936271 0
[pid=13365/tid=13371] ppid=13362 vsize=10659088 memory=27000 CPUtime=24.78 cores=1,3,5,7
/proc/13365/task/13371/stat : 13371 (java) S 13362 13365 10029 0 -1 1077944384 31487 0 0 0 2350 128 0 0 20 0 15 0 106201207 10914906112 1657139 33554432000 4194304 4196468 140724298926032 140645619640720 140645670188757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34988032 140724298933366 140724298933518 140724298933518 140724298936271 0
[pid=13365/tid=13372] ppid=13362 vsize=10659088 memory=3544 CPUtime=7.6 cores=1,3,5,7
/proc/13365/task/13372/stat : 13372 (java) S 13362 13365 10029 0 -1 1077944384 11432 0 0 0 759 1 0 0 20 0 15 0 106201208 10914906112 1657139 33554432000 4194304 4196468 140724298926032 140645230013168 140645670189698 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34988032 140724298933366 140724298933518 140724298933518 140724298936271 0
[pid=13365/tid=13373] ppid=13362 vsize=10659088 memory=27000 CPUtime=0 cores=1,3,5,7
/proc/13365/task/13373/stat : 13373 (java) S 13362 13365 10029 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 15 0 106201209 10914906112 1657139 33554432000 4194304 4196468 140724298926032 140645228959456 140645670188757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34988032 140724298933366 140724298933518 140724298933518 140724298936271 0
[pid=13365/tid=13374] ppid=13362 vsize=10659088 memory=6319308 CPUtime=0 cores=1,3,5,7
/proc/13365/task/13374/stat : 13374 (java) S 13362 13365 10029 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 106201209 10914906112 1657139 33554432000 4194304 4196468 140724298926032 140645227906304 140645670188757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34988032 140724298933366 140724298933518 140724298933518 140724298936271 0
[pid=13365/tid=13375] ppid=13362 vsize=10659088 memory=6055120 CPUtime=0 cores=1,3,5,7
/proc/13365/task/13375/stat : 13375 (java) S 13362 13365 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106201211 10914906112 1657139 33554432000 4194304 4196468 140724298926032 140645226854864 140645670197147 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34988032 140724298933366 140724298933518 140724298933518 140724298936271 0
[pid=13365/tid=13376] ppid=13362 vsize=10659088 memory=6169812 CPUtime=0.43 cores=1,3,5,7
/proc/13365/task/13376/stat : 13376 (java) S 13362 13365 10029 0 -1 1077944384 2851 0 0 0 43 0 0 0 20 0 15 0 106201211 10914906112 1657139 33554432000 4194304 4196468 140724298926032 140645225801968 140645670189698 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34988032 140724298933366 140724298933518 140724298933518 140724298936271 0
[pid=13365/tid=13377] ppid=13362 vsize=10659088 memory=6791534058613427641 CPUtime=0.44 cores=1,3,5,7
/proc/13365/task/13377/stat : 13377 (java) S 13362 13365 10029 0 -1 1077944384 1944 0 0 0 44 0 0 0 20 0 15 0 106201211 10914906112 1657139 33554432000 4194304 4196468 140724298926032 140645224749424 140645670189698 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34988032 140724298933366 140724298933518 140724298933518 140724298936271 0
[pid=13365/tid=13378] ppid=13362 vsize=10659088 memory=1876 CPUtime=0.32 cores=1,3,5,7
/proc/13365/task/13378/stat : 13378 (java) S 13362 13365 10029 0 -1 1077944384 2398 0 0 0 32 0 0 0 20 0 15 0 106201211 10914906112 1657139 33554432000 4194304 4196468 140724298926032 140645223696368 140645670189698 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34988032 140724298933366 140724298933518 140724298933518 140724298936271 0
[pid=13365/tid=13379] ppid=13362 vsize=10659088 memory=1664 CPUtime=0 cores=1,3,5,7
/proc/13365/task/13379/stat : 13379 (java) S 13362 13365 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106201211 10914906112 1657139 33554432000 4194304 4196468 140724298926032 140645222644064 140645670188757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34988032 140724298933366 140724298933518 140724298933518 140724298936271 0
[pid=13365/tid=13380] ppid=13362 vsize=10659088 memory=1828 CPUtime=0.05 cores=1,3,5,7
/proc/13365/task/13380/stat : 13380 (java) S 13362 13365 10029 0 -1 1077944384 394 0 0 0 2 3 0 0 20 0 15 0 106201211 10914906112 1657139 33554432000 4194304 4196468 140724298926032 140645221592112 140645670189698 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 34988032 140724298933366 140724298933518 140724298933518 140724298936271 0
Current children cumulated CPU time: 177.52 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 6628556 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+139.901 s]
/proc/loadavg: 2.16 2.43 2.48 3/216 13461
/proc/meminfo: memFree=19193920/32770624 swapFree=67028796/67108860
[pid=13365] ppid=13362 vsize=10659088 memory=7388256 CPUtime=252.29 cores=1,3,5,7
/proc/13365/stat : 13365 (java) S 13362 13365 10029 0 -1 1077944320 236600 0 0 0 24590 639 0 0 20 0 15 0 106201206 10914906112 1847064 33554432000 4194304 4196468 140724298926032 140724298908576 140645670178551 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 34988032 140724298933366 140724298933518 140724298933518 140724298936271 0
/proc/13365/statm: 2664772 1847064 3156 1 0 2627263 0
[pid=13365/tid=13367] ppid=13362 vsize=10659088 memory=279906374612544 CPUtime=93.4 cores=1,3,5,7
/proc/13365/task/13367/stat : 13367 (java) R 13362 13365 10029 0 -1 4202560 14332 0 0 0 9330 10 0 0 20 0 15 0 106201206 10914906112 1847064 33554432000 4194304 4196468 140724298926032 140645674413248 140645301632156 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34988032 140724298933366 140724298933518 140724298933518 140724298936271 0
[pid=13365/tid=13368] ppid=13362 vsize=10659088 memory=7188248 CPUtime=37.08 cores=1,3,5,7
/proc/13365/task/13368/stat : 13368 (java) S 13362 13365 10029 0 -1 1077944384 51108 0 0 0 3545 163 0 0 20 0 15 0 106201207 10914906112 1847064 33554432000 4194304 4196468 140724298926032 140645622798864 140645670188757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34988032 140724298933366 140724298933518 140724298933518 140724298936271 0
[pid=13365/tid=13369] ppid=13362 vsize=10659088 memory=7307700 CPUtime=37.09 cores=1,3,5,7
/proc/13365/task/13369/stat : 13369 (java) S 13362 13365 10029 0 -1 1077944384 63086 0 0 0 3549 160 0 0 20 0 15 0 106201207 10914906112 1847064 33554432000 4194304 4196468 140724298926032 140645621746320 140645670188757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34988032 140724298933366 140724298933518 140724298933518 140724298936271 0
[pid=13365/tid=13370] ppid=13362 vsize=10659088 memory=7355792 CPUtime=37.15 cores=1,3,5,7
/proc/13365/task/13370/stat : 13370 (java) S 13362 13365 10029 0 -1 1077944384 43254 0 0 0 3562 153 0 0 20 0 15 0 106201207 10914906112 1847064 33554432000 4194304 4196468 140724298926032 140645620693264 140645670188757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34988032 140724298933366 140724298933518 140724298933518 140724298936271 0
[pid=13365/tid=13371] ppid=13362 vsize=10659088 memory=0 CPUtime=37.28 cores=1,3,5,7
/proc/13365/task/13371/stat : 13371 (java) S 13362 13365 10029 0 -1 1077944384 37684 0 0 0 3585 143 0 0 20 0 15 0 106201207 10914906112 1847064 33554432000 4194304 4196468 140724298926032 140645619640720 140645670188757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34988032 140724298933366 140724298933518 140724298933518 140724298936271 0
[pid=13365/tid=13372] ppid=13362 vsize=10659088 memory=7355792 CPUtime=8.93 cores=1,3,5,7
/proc/13365/task/13372/stat : 13372 (java) S 13362 13365 10029 0 -1 1077944384 18131 0 0 0 891 2 0 0 20 0 15 0 106201208 10914906112 1847064 33554432000 4194304 4196468 140724298926032 140645230013168 140645670189698 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34988032 140724298933366 140724298933518 140724298933518 140724298936271 0
[pid=13365/tid=13373] ppid=13362 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13365/task/13373/stat : 13373 (java) S 13362 13365 10029 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 15 0 106201209 10914906112 1847064 33554432000 4194304 4196468 140724298926032 140645228959456 140645670188757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34988032 140724298933366 140724298933518 140724298933518 140724298936271 0
[pid=13365/tid=13374] ppid=13362 vsize=10659088 memory=139953187061880 CPUtime=0 cores=1,3,5,7
/proc/13365/task/13374/stat : 13374 (java) S 13362 13365 10029 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 106201209 10914906112 1847064 33554432000 4194304 4196468 140724298926032 140645227906304 140645670188757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34988032 140724298933366 140724298933518 140724298933518 140724298936271 0
[pid=13365/tid=13375] ppid=13362 vsize=10659088 memory=-8990767739041718176 CPUtime=0 cores=1,3,5,7
/proc/13365/task/13375/stat : 13375 (java) S 13362 13365 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106201211 10914906112 1847064 33554432000 4194304 4196468 140724298926032 140645226854864 140645670197147 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34988032 140724298933366 140724298933518 140724298933518 140724298936271 0
[pid=13365/tid=13376] ppid=13362 vsize=10659088 memory=7251844 CPUtime=0.43 cores=1,3,5,7
/proc/13365/task/13376/stat : 13376 (java) S 13362 13365 10029 0 -1 1077944384 2853 0 0 0 43 0 0 0 20 0 15 0 106201211 10914906112 1847064 33554432000 4194304 4196468 140724298926032 140645225801968 140645670189698 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34988032 140724298933366 140724298933518 140724298933518 140724298936271 0
[pid=13365/tid=13377] ppid=13362 vsize=10659088 memory=7318908 CPUtime=0.44 cores=1,3,5,7
/proc/13365/task/13377/stat : 13377 (java) S 13362 13365 10029 0 -1 1077944384 1946 0 0 0 44 0 0 0 20 0 15 0 106201211 10914906112 1847064 33554432000 4194304 4196468 140724298926032 140645224749424 140645670189698 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34988032 140724298933366 140724298933518 140724298933518 140724298936271 0
[pid=13365/tid=13378] ppid=13362 vsize=10659088 memory=3544 CPUtime=0.32 cores=1,3,5,7
/proc/13365/task/13378/stat : 13378 (java) S 13362 13365 10029 0 -1 1077944384 2405 0 0 0 32 0 0 0 20 0 15 0 106201211 10914906112 1847064 33554432000 4194304 4196468 140724298926032 140645223696368 140645670189698 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34988032 140724298933366 140724298933518 140724298933518 140724298936271 0
[pid=13365/tid=13379] ppid=13362 vsize=10659088 memory=7307700 CPUtime=0 cores=1,3,5,7
/proc/13365/task/13379/stat : 13379 (java) S 13362 13365 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106201211 10914906112 1847064 33554432000 4194304 4196468 140724298926032 140645222644064 140645670188757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34988032 140724298933366 140724298933518 140724298933518 140724298936271 0
[pid=13365/tid=13380] ppid=13362 vsize=10659088 memory=7307700 CPUtime=0.08 cores=1,3,5,7
/proc/13365/task/13380/stat : 13380 (java) S 13362 13365 10029 0 -1 1077944384 414 0 0 0 3 5 0 0 20 0 15 0 106201211 10914906112 1847064 33554432000 4194304 4196468 140724298926032 140645221592112 140645670189698 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 34988032 140724298933366 140724298933518 140724298933518 140724298936271 0
Current children cumulated CPU time: 252.29 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 7388256 KiB

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

[startup+140.148 s]
# the end of solver process 13365 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=246.113 s, system=6.43723 s

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

[startup+140.005 s]*
/proc/loadavg: 2.16 2.43 2.48 3/218 13464
/proc/meminfo: memFree=19161272/32770624 swapFree=67028796/67108860
[pid=13365] ppid=13362 vsize=10858780 memory=7388512 CPUtime=252.4 cores=1,3,5,7
/proc/13365/stat : 13365 (java) S 13362 13365 10029 0 -1 1077944320 237377 0 0 0 24601 639 0 0 20 0 17 0 106201206 11119390720 1847128 33554432000 4194304 4196468 140724298926032 140724298908576 140645670178551 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 34988032 140724298933366 140724298933518 140724298933518 140724298936271 0
/proc/13365/statm: 2714695 1847128 3159 1 0 2677186 0
[pid=13365/tid=13367] ppid=13362 vsize=10858780 memory=6791534058613427641 CPUtime=93.51 cores=1,3,5,7
/proc/13365/task/13367/stat : 13367 (java) R 13362 13365 10029 0 -1 4202560 14332 0 0 0 9341 10 0 0 20 0 17 0 106201206 11119390720 1847128 33554432000 4194304 4196468 140724298926032 140645674413248 140645301629980 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34988032 140724298933366 140724298933518 140724298933518 140724298936271 0
[pid=13365/tid=13368] ppid=13362 vsize=10858780 memory=4872558044660077418 CPUtime=37.08 cores=1,3,5,7
/proc/13365/task/13368/stat : 13368 (java) S 13362 13365 10029 0 -1 1077944384 51108 0 0 0 3545 163 0 0 20 0 17 0 106201207 11119390720 1847128 33554432000 4194304 4196468 140724298926032 140645622798864 140645670188757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34988032 140724298933366 140724298933518 140724298933518 140724298936271 0
[pid=13365/tid=13369] ppid=13362 vsize=10858780 memory=3852 CPUtime=37.09 cores=1,3,5,7
/proc/13365/task/13369/stat : 13369 (java) S 13362 13365 10029 0 -1 1077944384 63086 0 0 0 3549 160 0 0 20 0 17 0 106201207 11119390720 1847128 33554432000 4194304 4196468 140724298926032 140645621746320 140645670188757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34988032 140724298933366 140724298933518 140724298933518 140724298936271 0
[pid=13365/tid=13370] ppid=13362 vsize=10858780 memory=2716 CPUtime=37.15 cores=1,3,5,7
/proc/13365/task/13370/stat : 13370 (java) S 13362 13365 10029 0 -1 1077944384 43254 0 0 0 3562 153 0 0 20 0 17 0 106201207 11119390720 1847128 33554432000 4194304 4196468 140724298926032 140645620693264 140645670188757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34988032 140724298933366 140724298933518 140724298933518 140724298936271 0
[pid=13365/tid=13371] ppid=13362 vsize=10858780 memory=2756 CPUtime=37.28 cores=1,3,5,7
/proc/13365/task/13371/stat : 13371 (java) S 13362 13365 10029 0 -1 1077944384 37684 0 0 0 3585 143 0 0 20 0 17 0 106201207 11119390720 1847128 33554432000 4194304 4196468 140724298926032 140645619640720 140645670188757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34988032 140724298933366 140724298933518 140724298933518 140724298936271 0
[pid=13365/tid=13372] ppid=13362 vsize=10858780 memory=1408 CPUtime=8.93 cores=1,3,5,7
/proc/13365/task/13372/stat : 13372 (java) S 13362 13365 10029 0 -1 1077944384 18131 0 0 0 891 2 0 0 20 0 17 0 106201208 11119390720 1847128 33554432000 4194304 4196468 140724298926032 140645230013168 140645670189698 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34988032 140724298933366 140724298933518 140724298933518 140724298936271 0
[pid=13365/tid=13373] ppid=13362 vsize=10858780 memory=3004 CPUtime=0 cores=1,3,5,7
/proc/13365/task/13373/stat : 13373 (java) S 13362 13365 10029 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 17 0 106201209 11119390720 1847128 33554432000 4194304 4196468 140724298926032 140645228959456 140645670188757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34988032 140724298933366 140724298933518 140724298933518 140724298936271 0
[pid=13365/tid=13374] ppid=13362 vsize=10858780 memory=7307700 CPUtime=0 cores=1,3,5,7
/proc/13365/task/13374/stat : 13374 (java) S 13362 13365 10029 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 106201209 11119390720 1847128 33554432000 4194304 4196468 140724298926032 140645227906304 140645670188757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34988032 140724298933366 140724298933518 140724298933518 140724298936271 0
[pid=13365/tid=13375] ppid=13362 vsize=10858780 memory=1404 CPUtime=0 cores=1,3,5,7
/proc/13365/task/13375/stat : 13375 (java) S 13362 13365 10029 0 -1 1077944384 151 0 0 0 0 0 0 0 20 0 17 0 106201211 11119390720 1847128 33554432000 4194304 4196468 140724298926032 140645226854864 140645670197147 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34988032 140724298933366 140724298933518 140724298933518 140724298936271 0
[pid=13365/tid=13376] ppid=13362 vsize=10858780 memory=2956 CPUtime=0.43 cores=1,3,5,7
/proc/13365/task/13376/stat : 13376 (java) S 13362 13365 10029 0 -1 1077944384 2989 0 0 0 43 0 0 0 20 0 17 0 106201211 11119390720 1847128 33554432000 4194304 4196468 140724298926032 140645225801968 140645670189698 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34988032 140724298933366 140724298933518 140724298933518 140724298936271 0
[pid=13365/tid=13377] ppid=13362 vsize=10858780 memory=205344 CPUtime=0.44 cores=1,3,5,7
/proc/13365/task/13377/stat : 13377 (java) S 13362 13365 10029 0 -1 1077944384 1946 0 0 0 44 0 0 0 20 0 17 0 106201211 11119390720 1847128 33554432000 4194304 4196468 140724298926032 140645224749424 140645670189698 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34988032 140724298933366 140724298933518 140724298933518 140724298936271 0
[pid=13365/tid=13378] ppid=13362 vsize=10858780 memory=6791534058613427641 CPUtime=0.32 cores=1,3,5,7
/proc/13365/task/13378/stat : 13378 (java) S 13362 13365 10029 0 -1 1077944384 2616 0 0 0 32 0 0 0 20 0 17 0 106201211 11119390720 1847128 33554432000 4194304 4196468 140724298926032 140645223696368 140645670189698 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34988032 140724298933366 140724298933518 140724298933518 140724298936271 0
[pid=13365/tid=13379] ppid=13362 vsize=10858780 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/13365/task/13379/stat : 13379 (java) S 13362 13365 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 106201211 11119390720 1847128 33554432000 4194304 4196468 140724298926032 140645222644064 140645670188757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34988032 140724298933366 140724298933518 140724298933518 140724298936271 0
[pid=13365/tid=13380] ppid=13362 vsize=10858780 memory=4872558044660077418 CPUtime=0.08 cores=1,3,5,7
/proc/13365/task/13380/stat : 13380 (java) S 13362 13365 10029 0 -1 1077944384 414 0 0 0 3 5 0 0 20 0 17 0 106201211 11119390720 1847128 33554432000 4194304 4196468 140724298926032 140645221592112 140645670189698 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 34988032 140724298933366 140724298933518 140724298933518 140724298936271 0
[pid=13365/tid=13462] ppid=13362 vsize=10858780 memory=1876 CPUtime=0 cores=1,3,5,7
/proc/13365/task/13462/stat : 13462 (java) S 13362 13365 10029 0 -1 1077944384 152 0 0 0 0 0 0 0 20 0 17 0 106215196 11119390720 1847128 33554432000 4194304 4196468 140724298926032 140645220537200 140645670188757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34988032 140724298933366 140724298933518 140724298933518 140724298936271 0
[pid=13365/tid=13463] ppid=13362 vsize=10858780 memory=1664 CPUtime=0 cores=1,3,5,7
/proc/13365/task/13463/stat : 13463 (java) S 13362 13365 10029 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 17 0 106215196 11119390720 1847128 33554432000 4194304 4196468 140724298926032 140645219485072 140645670189698 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34988032 140724298933366 140724298933518 140724298933518 140724298936271 0
Current children cumulated CPU time: 252.4 s
Current children cumulated vsize: 10858780 KiB
Current children cumulated memory: 7388512 KiB

[startup+140.11 s]*
/proc/loadavg: 2.16 2.43 2.48 3/203 13464
/proc/meminfo: memFree=19162572/32770624 swapFree=67028796/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143
Real time (s): 140.148
CPU time (s): 252.551
CPU user time (s): 246.113
CPU system time (s): 6.43723
CPU usage (%): 180.202
Max. virtual memory (cumulated for all children) (KiB): 10858780
Max. memory (cumulated for all children) (KiB): 7388512

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 246.113
system time used= 6.43723
maximum resident set size= 7388900
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 237559
page faults= 0
swaps= 0
block input operations= 0
block output operations= 248
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6720
involuntary context switches= 1783


# summary of solver processes directly reported to runsolver:
#   pid: 13365
#   total CPU time (s): 252.551
#   total CPU user time (s): 246.113
#   total CPU system time (s): 6.43723

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.914815 second user time and 1.34721 second system time

The end

Launcher Data

Begin job on node102 at 2018-07-29 19:46:20
IDJOB=4302006
IDBENCH=141526
IDSOLVER=2773
FILE ID=node102/4302006-1532886380
RUNJOBID= node102-1532883454-10061
PBS_JOBID= 21022526
Free space on /tmp= 52976 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/Mario/Mario-n-medium-5_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302006-1532886380/watcher-4302006-1532886380 -o /tmp/evaluation-result-4302006-1532886380/solver-4302006-1532886380 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532883454-10061 --watchdog 312  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4302006-1532886380.xml

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

MD5SUM BENCH= 36a1aa2a38358c951443c34d8d302d49
RANDOM SEED=1669157004

node102.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.51
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.51
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.51
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.51
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:        22285832 kB
MemAvailable:   27460696 kB
Buffers:          231112 kB
Cached:          5188152 kB
SwapCached:        53056 kB
Active:          5631972 kB
Inactive:        4322068 kB
Active(anon):    4460908 kB
Inactive(anon):    99168 kB
Active(file):    1171064 kB
Inactive(file):  4222900 kB
Unevictable:        6644 kB
Mlocked:            6644 kB
SwapTotal:      67108860 kB
SwapFree:       67028796 kB
Dirty:              2420 kB
Writeback:             0 kB
AnonPages:       4482716 kB
Mapped:            49544 kB
Shmem:             22560 kB
Slab:             222384 kB
SReclaimable:     193472 kB
SUnreclaim:        28912 kB
KernelStack:        3568 kB
PageTables:        14036 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5137156 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4376576 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 52976 MiB
End job on node102 at 2018-07-29 19:48:41