Trace number 4290203

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j-CSP 2018-07-11UNSAT 4.07224 2.69582

General information on the benchmark

NameHaystacks/
Haystacks-ext-09_c18.xml
MD5SUM162336f6d7c1113ca166592290b0a66d
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.360612
Satisfiable
(Un)Satisfiability was proved
Number of variables81
Number of constraints332
Number of domains1
Minimum domain size9
Maximum domain size9
Distribution of domain sizes[{"size":9,"count":81}]
Minimum variable degree8
Maximum variable degree9
Distribution of variable degrees[{"degree":8,"count":65},{"degree":9,"count":16}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":332}]
Number of extensional constraints332
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":332}]
Optimization problemNO
Type of objective

Solver Data

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

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 (10417 MiB free)
  memory of node 1: 16384 MiB (12175 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290203-1532217522/watcher-4290203-1532217522 -o /tmp/evaluation-result-4290203-1532217522/solver-4290203-1532217522 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532209914-25961 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290203-1532217522.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=27347, runsolver pid=27344

[startup+0.101211 s]*
/proc/loadavg: 4.48 4.14 3.18 2/219 27362
/proc/meminfo: memFree=23116572/32770624 swapFree=67108860/67108860
[pid=27347] ppid=27344 vsize=10659012 memory=31492 CPUtime=0.12 cores=1,3,5,7
/proc/27347/stat : 27347 (java) S 27344 27347 23369 0 -1 1077944320 6423 0 0 0 11 1 0 0 20 0 15 0 39315341 10914828288 7873 33554432000 4194304 4196468 140727855086560 140727855069104 140701128478455 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 32423936 140727855092849 140727855093001 140727855093001 140727855095759 0
/proc/27347/statm: 2664753 7873 2823 1 0 2627263 0
[pid=27347/tid=27349] ppid=27344 vsize=10659012 memory=-8701690554792053887 CPUtime=0.08 cores=1,3,5,7
/proc/27347/task/27349/stat : 27349 (java) R 27344 27347 23369 0 -1 4202560 4259 0 0 0 8 0 0 0 20 0 15 0 39315342 10914828288 7873 33554432000 4194304 4196468 140727855086560 140701132683120 140701128490390 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32423936 140727855092849 140727855093001 140727855093001 140727855095759 0
[pid=27347/tid=27350] ppid=27344 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27347/task/27350/stat : 27350 (java) S 27344 27347 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39315343 10914828288 7873 33554432000 4194304 4196468 140727855086560 140701054552848 140701128488661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32423936 140727855092849 140727855093001 140727855093001 140727855095759 0
[pid=27347/tid=27351] ppid=27344 vsize=10659012 memory=140311586059904 CPUtime=0 cores=1,3,5,7
/proc/27347/task/27351/stat : 27351 (java) S 27344 27347 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39315343 10914828288 7873 33554432000 4194304 4196468 140727855086560 140701053500304 140701128488661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32423936 140727855092849 140727855093001 140727855093001 140727855095759 0
[pid=27347/tid=27352] ppid=27344 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27347/task/27352/stat : 27352 (java) S 27344 27347 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39315343 10914828288 7873 33554432000 4194304 4196468 140727855086560 140701052447760 140701128488661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32423936 140727855092849 140727855093001 140727855093001 140727855095759 0
[pid=27347/tid=27353] ppid=27344 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27347/task/27353/stat : 27353 (java) S 27344 27347 23369 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39315343 10914828288 7873 33554432000 4194304 4196468 140727855086560 140701051395216 140701128488661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32423936 140727855092849 140727855093001 140727855093001 140727855095759 0
[pid=27347/tid=27354] ppid=27344 vsize=10659012 memory=140311586059904 CPUtime=0 cores=1,3,5,7
/proc/27347/task/27354/stat : 27354 (java) S 27344 27347 23369 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39315344 10914828288 7873 33554432000 4194304 4196468 140727855086560 140700619466736 140701128489602 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32423936 140727855092849 140727855093001 140727855093001 140727855095759 0
[pid=27347/tid=27355] ppid=27344 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27347/task/27355/stat : 27355 (java) S 27344 27347 23369 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39315344 10914828288 7873 33554432000 4194304 4196468 140727855086560 140700618412960 140701128488661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32423936 140727855092849 140727855093001 140727855093001 140727855095759 0
[pid=27347/tid=27356] ppid=27344 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27347/task/27356/stat : 27356 (java) S 27344 27347 23369 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39315345 10914828288 7873 33554432000 4194304 4196468 140727855086560 140700617360368 140701128488661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32423936 140727855092849 140727855093001 140727855093001 140727855095759 0
[pid=27347/tid=27357] ppid=27344 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27347/task/27357/stat : 27357 (java) S 27344 27347 23369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39315347 10914828288 7873 33554432000 4194304 4196468 140727855086560 140700616308944 140701128497051 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32423936 140727855092849 140727855093001 140727855093001 140727855095759 0
[pid=27347/tid=27358] ppid=27344 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27347/task/27358/stat : 27358 (java) R 27344 27347 23369 0 -1 1077944384 435 0 0 0 0 0 0 0 20 0 15 0 39315347 10914828288 7873 33554432000 4194304 4196468 140727855086560 140700615256560 140701128489602 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32423936 140727855092849 140727855093001 140727855093001 140727855095759 0
[pid=27347/tid=27359] ppid=27344 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27347/task/27359/stat : 27359 (java) S 27344 27347 23369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39315347 10914828288 7873 33554432000 4194304 4196468 140727855086560 140700614204016 140701128489602 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32423936 140727855092849 140727855093001 140727855093001 140727855095759 0
[pid=27347/tid=27360] ppid=27344 vsize=10659012 memory=140311586059904 CPUtime=0.01 cores=1,3,5,7
/proc/27347/task/27360/stat : 27360 (java) R 27344 27347 23369 0 -1 4202560 359 0 0 0 1 0 0 0 20 0 15 0 39315347 10914828288 7873 33554432000 4194304 4196468 140727855086560 140700613151472 140701106466833 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32423936 140727855092849 140727855093001 140727855093001 140727855095759 0
[pid=27347/tid=27361] ppid=27344 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27347/task/27361/stat : 27361 (java) S 27344 27347 23369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39315347 10914828288 7873 33554432000 4194304 4196468 140727855086560 140700612099168 140701128488661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32423936 140727855092849 140727855093001 140727855093001 140727855095759 0
[pid=27347/tid=27362] ppid=27344 vsize=10659012 memory=140311586059904 CPUtime=0 cores=1,3,5,7
/proc/27347/task/27362/stat : 27362 (java) S 27344 27347 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39315347 10914828288 7873 33554432000 4194304 4196468 140727855086560 140700611045680 140701128489602 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32423936 140727855092849 140727855093001 140727855093001 140727855095759 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 31492 KiB

[startup+0.210564 s]*
/proc/loadavg: 4.21 4.09 3.17 4/219 27362
/proc/meminfo: memFree=23106688/32770624 swapFree=67108860/67108860
[pid=27347] ppid=27344 vsize=10659012 memory=42220 CPUtime=0.33 cores=1,3,5,7
/proc/27347/stat : 27347 (java) S 27344 27347 23369 0 -1 1077944320 7652 0 0 0 31 2 0 0 20 0 15 0 39315341 10914828288 10555 33554432000 4194304 4196468 140727855086560 140727855069104 140701128478455 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 32423936 140727855092849 140727855093001 140727855093001 140727855095759 0
/proc/27347/statm: 2664753 10555 3006 1 0 2627263 0
[pid=27347/tid=27349] ppid=27344 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/27347/task/27349/stat : 27349 (java) R 27344 27347 23369 0 -1 4202560 4595 0 0 0 19 1 0 0 20 0 15 0 39315342 10914828288 10555 33554432000 4194304 4196468 140727855086560 140701132714720 140701112522085 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32423936 140727855092849 140727855093001 140727855093001 140727855095759 0
[pid=27347/tid=27350] ppid=27344 vsize=10659012 memory=365 CPUtime=0 cores=1,3,5,7
/proc/27347/task/27350/stat : 27350 (java) S 27344 27347 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39315343 10914828288 10555 33554432000 4194304 4196468 140727855086560 140701054552848 140701128488661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32423936 140727855092849 140727855093001 140727855093001 140727855095759 0
[pid=27347/tid=27351] ppid=27344 vsize=10659012 memory=140311586257077 CPUtime=0 cores=1,3,5,7
/proc/27347/task/27351/stat : 27351 (java) S 27344 27347 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39315343 10914828288 10555 33554432000 4194304 4196468 140727855086560 140701053500304 140701128488661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32423936 140727855092849 140727855093001 140727855093001 140727855095759 0
[pid=27347/tid=27352] ppid=27344 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27347/task/27352/stat : 27352 (java) S 27344 27347 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39315343 10914828288 10555 33554432000 4194304 4196468 140727855086560 140701052447760 140701128488661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32423936 140727855092849 140727855093001 140727855093001 140727855095759 0
[pid=27347/tid=27353] ppid=27344 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27347/task/27353/stat : 27353 (java) S 27344 27347 23369 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39315343 10914828288 10555 33554432000 4194304 4196468 140727855086560 140701051395216 140701128488661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32423936 140727855092849 140727855093001 140727855093001 140727855095759 0
[pid=27347/tid=27354] ppid=27344 vsize=10659012 memory=140311586059904 CPUtime=0 cores=1,3,5,7
/proc/27347/task/27354/stat : 27354 (java) S 27344 27347 23369 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39315344 10914828288 10555 33554432000 4194304 4196468 140727855086560 140700619466736 140701128489602 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32423936 140727855092849 140727855093001 140727855093001 140727855095759 0
[pid=27347/tid=27355] ppid=27344 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27347/task/27355/stat : 27355 (java) S 27344 27347 23369 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39315344 10914828288 10555 33554432000 4194304 4196468 140727855086560 140700618412960 140701128488661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32423936 140727855092849 140727855093001 140727855093001 140727855095759 0
[pid=27347/tid=27356] ppid=27344 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27347/task/27356/stat : 27356 (java) S 27344 27347 23369 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39315345 10914828288 10555 33554432000 4194304 4196468 140727855086560 140700617360368 140701128488661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32423936 140727855092849 140727855093001 140727855093001 140727855095759 0
[pid=27347/tid=27357] ppid=27344 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27347/task/27357/stat : 27357 (java) S 27344 27347 23369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39315347 10914828288 10555 33554432000 4194304 4196468 140727855086560 140700616308944 140701128497051 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32423936 140727855092849 140727855093001 140727855093001 140727855095759 0
[pid=27347/tid=27358] ppid=27344 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/27347/task/27358/stat : 27358 (java) R 27344 27347 23369 0 -1 4202560 717 0 0 0 2 0 0 0 20 0 15 0 39315347 10914828288 10555 33554432000 4194304 4196468 140727855086560 140700615256560 140701128489602 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32423936 140727855092849 140727855093001 140727855093001 140727855095759 0
[pid=27347/tid=27359] ppid=27344 vsize=10659012 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/27347/task/27359/stat : 27359 (java) S 27344 27347 23369 0 -1 1077944384 298 0 0 0 1 0 0 0 20 0 15 0 39315347 10914828288 10555 33554432000 4194304 4196468 140727855086560 140700614204016 140701128489602 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32423936 140727855092849 140727855093001 140727855093001 140727855095759 0
[pid=27347/tid=27360] ppid=27344 vsize=10659012 memory=140311586059904 CPUtime=0.07 cores=1,3,5,7
/proc/27347/task/27360/stat : 27360 (java) R 27344 27347 23369 0 -1 4202560 675 0 0 0 7 0 0 0 20 0 15 0 39315347 10914828288 10555 33554432000 4194304 4196468 140727855086560 140700613151472 140701128490390 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32423936 140727855092849 140727855093001 140727855093001 140727855095759 0
[pid=27347/tid=27361] ppid=27344 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27347/task/27361/stat : 27361 (java) S 27344 27347 23369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39315347 10914828288 10555 33554432000 4194304 4196468 140727855086560 140700612099168 140701128488661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32423936 140727855092849 140727855093001 140727855093001 140727855095759 0
[pid=27347/tid=27362] ppid=27344 vsize=10659012 memory=140311586059904 CPUtime=0 cores=1,3,5,7
/proc/27347/task/27362/stat : 27362 (java) S 27344 27347 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39315347 10914828288 10555 33554432000 4194304 4196468 140727855086560 140700611045680 140701128489602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32423936 140727855092849 140727855093001 140727855093001 140727855095759 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 42220 KiB

[startup+0.31061 s]*
/proc/loadavg: 4.21 4.09 3.17 4/219 27362
/proc/meminfo: memFree=23099740/32770624 swapFree=67108860/67108860
[pid=27347] ppid=27344 vsize=10659088 memory=47144 CPUtime=0.53 cores=1,3,5,7
/proc/27347/stat : 27347 (java) S 27344 27347 23369 0 -1 1077944320 8403 0 0 0 51 2 0 0 20 0 15 0 39315341 10914906112 11786 33554432000 4194304 4196468 140727855086560 140727855069104 140701128478455 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 32423936 140727855092849 140727855093001 140727855093001 140727855095759 0
/proc/27347/statm: 2664772 11786 3041 1 0 2627263 0
[pid=27347/tid=27349] ppid=27344 vsize=10659088 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/27347/task/27349/stat : 27349 (java) R 27344 27347 23369 0 -1 4202560 5139 0 0 0 29 1 0 0 20 0 15 0 39315342 10914906112 11786 33554432000 4194304 4196468 140727855086560 140701132715392 140700729573856 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32423936 140727855092849 140727855093001 140727855093001 140727855095759 0
[pid=27347/tid=27350] ppid=27344 vsize=10659088 memory=288230613314699287 CPUtime=0 cores=1,3,5,7
/proc/27347/task/27350/stat : 27350 (java) S 27344 27347 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39315343 10914906112 11786 33554432000 4194304 4196468 140727855086560 140701054552848 140701128488661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32423936 140727855092849 140727855093001 140727855093001 140727855095759 0
[pid=27347/tid=27351] ppid=27344 vsize=10659088 memory=140311586252274 CPUtime=0 cores=1,3,5,7
/proc/27347/task/27351/stat : 27351 (java) S 27344 27347 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39315343 10914906112 11786 33554432000 4194304 4196468 140727855086560 140701053500304 140701128488661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32423936 140727855092849 140727855093001 140727855093001 140727855095759 0
[pid=27347/tid=27352] ppid=27344 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27347/task/27352/stat : 27352 (java) S 27344 27347 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39315343 10914906112 11786 33554432000 4194304 4196468 140727855086560 140701052447760 140701128488661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32423936 140727855092849 140727855093001 140727855093001 140727855095759 0
[pid=27347/tid=27353] ppid=27344 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27347/task/27353/stat : 27353 (java) S 27344 27347 23369 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39315343 10914906112 11786 33554432000 4194304 4196468 140727855086560 140701051395216 140701128488661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32423936 140727855092849 140727855093001 140727855093001 140727855095759 0
[pid=27347/tid=27354] ppid=27344 vsize=10659088 memory=140311586059904 CPUtime=0 cores=1,3,5,7
/proc/27347/task/27354/stat : 27354 (java) S 27344 27347 23369 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39315344 10914906112 11786 33554432000 4194304 4196468 140727855086560 140700619466736 140701128489602 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32423936 140727855092849 140727855093001 140727855093001 140727855095759 0
[pid=27347/tid=27355] ppid=27344 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27347/task/27355/stat : 27355 (java) S 27344 27347 23369 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39315344 10914906112 11786 33554432000 4194304 4196468 140727855086560 140700618412960 140701128488661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32423936 140727855092849 140727855093001 140727855093001 140727855095759 0
[pid=27347/tid=27356] ppid=27344 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27347/task/27356/stat : 27356 (java) S 27344 27347 23369 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39315345 10914906112 11786 33554432000 4194304 4196468 140727855086560 140700617360368 140701128488661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32423936 140727855092849 140727855093001 140727855093001 140727855095759 0
[pid=27347/tid=27357] ppid=27344 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27347/task/27357/stat : 27357 (java) S 27344 27347 23369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39315347 10914906112 11786 33554432000 4194304 4196468 140727855086560 140700616308944 140701128497051 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32423936 140727855092849 140727855093001 140727855093001 140727855095759 0
[pid=27347/tid=27358] ppid=27344 vsize=10659088 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/27347/task/27358/stat : 27358 (java) S 27344 27347 23369 0 -1 1077944384 826 0 0 0 5 0 0 0 20 0 15 0 39315347 10914906112 11786 33554432000 4194304 4196468 140727855086560 140700615256560 140701128489602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32423936 140727855092849 140727855093001 140727855093001 140727855095759 0
[pid=27347/tid=27359] ppid=27344 vsize=10659088 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/27347/task/27359/stat : 27359 (java) S 27344 27347 23369 0 -1 1077944384 326 0 0 0 4 0 0 0 20 0 15 0 39315347 10914906112 11786 33554432000 4194304 4196468 140727855086560 140700614204016 140701128489602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32423936 140727855092849 140727855093001 140727855093001 140727855095759 0
[pid=27347/tid=27360] ppid=27344 vsize=10659088 memory=140311586059904 CPUtime=0.12 cores=1,3,5,7
/proc/27347/task/27360/stat : 27360 (java) R 27344 27347 23369 0 -1 4202560 744 0 0 0 12 0 0 0 20 0 15 0 39315347 10914906112 11786 33554432000 4194304 4196468 140727855086560 140700613151472 140701107455722 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32423936 140727855092849 140727855093001 140727855093001 140727855095759 0
[pid=27347/tid=27361] ppid=27344 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27347/task/27361/stat : 27361 (java) S 27344 27347 23369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39315347 10914906112 11786 33554432000 4194304 4196468 140727855086560 140700612099168 140701128488661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32423936 140727855092849 140727855093001 140727855093001 140727855095759 0
[pid=27347/tid=27362] ppid=27344 vsize=10659088 memory=140311586059904 CPUtime=0 cores=1,3,5,7
/proc/27347/task/27362/stat : 27362 (java) S 27344 27347 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39315347 10914906112 11786 33554432000 4194304 4196468 140727855086560 140700611045680 140701128489602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32423936 140727855092849 140727855093001 140727855093001 140727855095759 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 47144 KiB

[startup+0.700739 s]
/proc/loadavg: 4.21 4.09 3.17 5/220 27363
/proc/meminfo: memFree=23086032/32770624 swapFree=67108860/67108860
[pid=27347] ppid=27344 vsize=10725652 memory=67564 CPUtime=1.64 cores=1,3,5,7
/proc/27347/stat : 27347 (java) S 27344 27347 23369 0 -1 1077944320 11443 0 0 0 161 3 0 0 20 0 16 0 39315341 10983067648 16891 33554432000 4194304 4196468 140727855086560 140727855069104 140701128478455 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 32423936 140727855092849 140727855093001 140727855093001 140727855095759 0
/proc/27347/statm: 2681413 16891 3109 1 0 2643904 0
[pid=27347/tid=27349] ppid=27344 vsize=10725652 memory=2448 CPUtime=0.67 cores=1,3,5,7
/proc/27347/task/27349/stat : 27349 (java) R 27344 27347 23369 0 -1 4202560 5391 0 0 0 66 1 0 0 20 0 16 0 39315342 10983067648 16891 33554432000 4194304 4196468 140727855086560 140701132716528 140700733086838 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32423936 140727855092849 140727855093001 140727855093001 140727855095759 0
[pid=27347/tid=27350] ppid=27344 vsize=10725652 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/27347/task/27350/stat : 27350 (java) S 27344 27347 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39315343 10983067648 16891 33554432000 4194304 4196468 140727855086560 140701054552848 140701128488661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32423936 140727855092849 140727855093001 140727855093001 140727855095759 0
[pid=27347/tid=27351] ppid=27344 vsize=10725652 memory=792 CPUtime=0 cores=1,3,5,7
/proc/27347/task/27351/stat : 27351 (java) S 27344 27347 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39315343 10983067648 16891 33554432000 4194304 4196468 140727855086560 140701053500304 140701128488661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32423936 140727855092849 140727855093001 140727855093001 140727855095759 0
[pid=27347/tid=27352] ppid=27344 vsize=10725652 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/27347/task/27352/stat : 27352 (java) S 27344 27347 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39315343 10983067648 16891 33554432000 4194304 4196468 140727855086560 140701052447760 140701128488661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32423936 140727855092849 140727855093001 140727855093001 140727855095759 0
[pid=27347/tid=27353] ppid=27344 vsize=10725652 memory=1948 CPUtime=0 cores=1,3,5,7
/proc/27347/task/27353/stat : 27353 (java) S 27344 27347 23369 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 39315343 10983067648 16891 33554432000 4194304 4196468 140727855086560 140701051395216 140701128488661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32423936 140727855092849 140727855093001 140727855093001 140727855095759 0
[pid=27347/tid=27354] ppid=27344 vsize=10725652 memory=5524 CPUtime=0 cores=1,3,5,7
/proc/27347/task/27354/stat : 27354 (java) S 27344 27347 23369 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 16 0 39315344 10983067648 16891 33554432000 4194304 4196468 140727855086560 140700619466736 140701128489602 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32423936 140727855092849 140727855093001 140727855093001 140727855095759 0
[pid=27347/tid=27355] ppid=27344 vsize=10725652 memory=7302135314614015842 CPUtime=0 cores=1,3,5,7
/proc/27347/task/27355/stat : 27355 (java) S 27344 27347 23369 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 39315344 10983067648 16891 33554432000 4194304 4196468 140727855086560 140700618412960 140701128488661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32423936 140727855092849 140727855093001 140727855093001 140727855095759 0
[pid=27347/tid=27356] ppid=27344 vsize=10725652 memory=7595725831727968097 CPUtime=0 cores=1,3,5,7
/proc/27347/task/27356/stat : 27356 (java) S 27344 27347 23369 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39315345 10983067648 16891 33554432000 4194304 4196468 140727855086560 140700617360368 140701128488661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32423936 140727855092849 140727855093001 140727855093001 140727855095759 0
[pid=27347/tid=27357] ppid=27344 vsize=10725652 memory=5787213827131598673 CPUtime=0 cores=1,3,5,7
/proc/27347/task/27357/stat : 27357 (java) S 27344 27347 23369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39315347 10983067648 16891 33554432000 4194304 4196468 140727855086560 140700616308944 140701128497051 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32423936 140727855092849 140727855093001 140727855093001 140727855095759 0
[pid=27347/tid=27358] ppid=27344 vsize=10725652 memory=5450909908396308010 CPUtime=0.33 cores=1,3,5,7
/proc/27347/task/27358/stat : 27358 (java) R 27344 27347 23369 0 -1 4202560 2068 0 0 0 33 0 0 0 20 0 16 0 39315347 10983067648 16891 33554432000 4194304 4196468 140727855086560 140700615244992 140701112885585 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32423936 140727855092849 140727855093001 140727855093001 140727855095759 0
[pid=27347/tid=27359] ppid=27344 vsize=10725652 memory=8110268427993965958 CPUtime=0.33 cores=1,3,5,7
/proc/27347/task/27359/stat : 27359 (java) R 27344 27347 23369 0 -1 4202560 1391 0 0 0 33 0 0 0 20 0 16 0 39315347 10983067648 16891 33554432000 4194304 4196468 140727855086560 140700614191456 140701111940827 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32423936 140727855092849 140727855093001 140727855093001 140727855095759 0
[pid=27347/tid=27360] ppid=27344 vsize=10725652 memory=6944656592455360569 CPUtime=0.27 cores=1,3,5,7
/proc/27347/task/27360/stat : 27360 (java) S 27344 27347 23369 0 -1 1077944384 1200 0 0 0 27 0 0 0 20 0 16 0 39315347 10983067648 16891 33554432000 4194304 4196468 140727855086560 140700613151472 140701128489602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32423936 140727855092849 140727855093001 140727855093001 140727855095759 0
[pid=27347/tid=27361] ppid=27344 vsize=10725652 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27347/task/27361/stat : 27361 (java) S 27344 27347 23369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39315347 10983067648 16891 33554432000 4194304 4196468 140727855086560 140700612099168 140701128488661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32423936 140727855092849 140727855093001 140727855093001 140727855095759 0
[pid=27347/tid=27362] ppid=27344 vsize=10725652 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27347/task/27362/stat : 27362 (java) S 27344 27347 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39315347 10983067648 16891 33554432000 4194304 4196468 140727855086560 140700611045680 140701128489602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32423936 140727855092849 140727855093001 140727855093001 140727855095759 0
[pid=27347/tid=27363] ppid=27344 vsize=10725652 memory=33 CPUtime=0 cores=1,3,5,7
/proc/27347/task/27363/stat : 27363 (java) S 27344 27347 23369 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39315387 10983067648 16891 33554432000 4194304 4196468 140727855086560 140700609991472 140701128489602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32423936 140727855092849 140727855093001 140727855093001 140727855095759 0
Current children cumulated CPU time: 1.64 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 67564 KiB

[startup+1.50077 s]
/proc/loadavg: 4.21 4.09 3.17 3/220 27363
/proc/meminfo: memFree=23076464/32770624 swapFree=67108860/67108860
[pid=27347] ppid=27344 vsize=10725652 memory=73700 CPUtime=2.95 cores=1,3,5,7
/proc/27347/stat : 27347 (java) S 27344 27347 23369 0 -1 1077944320 14937 0 0 0 292 3 0 0 20 0 16 0 39315341 10983067648 18425 33554432000 4194304 4196468 140727855086560 140727855069104 140701128478455 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 32423936 140727855092849 140727855093001 140727855093001 140727855095759 0
/proc/27347/statm: 2681413 18425 3116 1 0 2643904 0
[pid=27347/tid=27349] ppid=27344 vsize=10725652 memory=6737 CPUtime=1.47 cores=1,3,5,7
/proc/27347/task/27349/stat : 27349 (java) R 27344 27347 23369 0 -1 4202560 5741 0 0 0 146 1 0 0 20 0 16 0 39315342 10983067648 18425 33554432000 4194304 4196468 140727855086560 140701132714696 140700732909285 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32423936 140727855092849 140727855093001 140727855093001 140727855095759 0
[pid=27347/tid=27350] ppid=27344 vsize=10725652 memory=4337306397231546400 CPUtime=0 cores=1,3,5,7
/proc/27347/task/27350/stat : 27350 (java) S 27344 27347 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39315343 10983067648 18425 33554432000 4194304 4196468 140727855086560 140701054552848 140701128488661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32423936 140727855092849 140727855093001 140727855093001 140727855095759 0
[pid=27347/tid=27351] ppid=27344 vsize=10725652 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27347/task/27351/stat : 27351 (java) S 27344 27347 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39315343 10983067648 18425 33554432000 4194304 4196468 140727855086560 140701053500304 140701128488661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32423936 140727855092849 140727855093001 140727855093001 140727855095759 0
[pid=27347/tid=27352] ppid=27344 vsize=10725652 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27347/task/27352/stat : 27352 (java) S 27344 27347 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39315343 10983067648 18425 33554432000 4194304 4196468 140727855086560 140701052447760 140701128488661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32423936 140727855092849 140727855093001 140727855093001 140727855095759 0
[pid=27347/tid=27353] ppid=27344 vsize=10725652 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27347/task/27353/stat : 27353 (java) S 27344 27347 23369 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 39315343 10983067648 18425 33554432000 4194304 4196468 140727855086560 140701051395216 140701128488661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32423936 140727855092849 140727855093001 140727855093001 140727855095759 0
[pid=27347/tid=27354] ppid=27344 vsize=10725652 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27347/task/27354/stat : 27354 (java) S 27344 27347 23369 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 16 0 39315344 10983067648 18425 33554432000 4194304 4196468 140727855086560 140700619466736 140701128489602 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32423936 140727855092849 140727855093001 140727855093001 140727855095759 0
[pid=27347/tid=27355] ppid=27344 vsize=10725652 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27347/task/27355/stat : 27355 (java) S 27344 27347 23369 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 39315344 10983067648 18425 33554432000 4194304 4196468 140727855086560 140700618412960 140701128488661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32423936 140727855092849 140727855093001 140727855093001 140727855095759 0
[pid=27347/tid=27356] ppid=27344 vsize=10725652 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27347/task/27356/stat : 27356 (java) S 27344 27347 23369 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39315345 10983067648 18425 33554432000 4194304 4196468 140727855086560 140700617360368 140701128488661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32423936 140727855092849 140727855093001 140727855093001 140727855095759 0
[pid=27347/tid=27357] ppid=27344 vsize=10725652 memory=8172742949766194773 CPUtime=0 cores=1,3,5,7
/proc/27347/task/27357/stat : 27357 (java) S 27344 27347 23369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39315347 10983067648 18425 33554432000 4194304 4196468 140727855086560 140700616308944 140701128497051 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32423936 140727855092849 140727855093001 140727855093001 140727855095759 0
[pid=27347/tid=27358] ppid=27344 vsize=10725652 memory=7378696560070387285 CPUtime=0.45 cores=1,3,5,7
/proc/27347/task/27358/stat : 27358 (java) S 27344 27347 23369 0 -1 1077944384 2780 0 0 0 45 0 0 0 20 0 16 0 39315347 10983067648 18425 33554432000 4194304 4196468 140727855086560 140700615256560 140701128489602 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32423936 140727855092849 140727855093001 140727855093001 140727855095759 0
[pid=27347/tid=27359] ppid=27344 vsize=10725652 memory=0 CPUtime=0.71 cores=1,3,5,7
/proc/27347/task/27359/stat : 27359 (java) S 27344 27347 23369 0 -1 1077944384 3699 0 0 0 71 0 0 0 20 0 16 0 39315347 10983067648 18425 33554432000 4194304 4196468 140727855086560 140700614204016 140701128489602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32423936 140727855092849 140727855093001 140727855093001 140727855095759 0
[pid=27347/tid=27360] ppid=27344 vsize=10725652 memory=7827413994055111515 CPUtime=0.28 cores=1,3,5,7
/proc/27347/task/27360/stat : 27360 (java) S 27344 27347 23369 0 -1 1077944384 1316 0 0 0 28 0 0 0 20 0 16 0 39315347 10983067648 18425 33554432000 4194304 4196468 140727855086560 140700613151472 140701128489602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32423936 140727855092849 140727855093001 140727855093001 140727855095759 0
[pid=27347/tid=27361] ppid=27344 vsize=10725652 memory=8508281356422055839 CPUtime=0 cores=1,3,5,7
/proc/27347/task/27361/stat : 27361 (java) S 27344 27347 23369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39315347 10983067648 18425 33554432000 4194304 4196468 140727855086560 140700612099168 140701128488661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32423936 140727855092849 140727855093001 140727855093001 140727855095759 0
[pid=27347/tid=27362] ppid=27344 vsize=10725652 memory=4134930498285298233 CPUtime=0 cores=1,3,5,7
/proc/27347/task/27362/stat : 27362 (java) S 27344 27347 23369 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 16 0 39315347 10983067648 18425 33554432000 4194304 4196468 140727855086560 140700611045680 140701128489602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32423936 140727855092849 140727855093001 140727855093001 140727855095759 0
[pid=27347/tid=27363] ppid=27344 vsize=10725652 memory=140311586070065 CPUtime=0 cores=1,3,5,7
/proc/27347/task/27363/stat : 27363 (java) S 27344 27347 23369 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39315387 10983067648 18425 33554432000 4194304 4196468 140727855086560 140700609991472 140701128489602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32423936 140727855092849 140727855093001 140727855093001 140727855095759 0
Current children cumulated CPU time: 2.95 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 73700 KiB

[startup+2.69576 s]
# the end of solver process 27347 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=4.0278 s, system=0.044439 s

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

[startup+1.60087 s]
/proc/loadavg: 4.21 4.09 3.17 3/220 27363
/proc/meminfo: memFree=23076464/32770624 swapFree=67108860/67108860
[pid=27347] ppid=27344 vsize=10725652 memory=75748 CPUtime=3.05 cores=1,3,5,7
/proc/27347/stat : 27347 (java) S 27344 27347 23369 0 -1 1077944320 14983 0 0 0 302 3 0 0 20 0 16 0 39315341 10983067648 18937 33554432000 4194304 4196468 140727855086560 140727855069104 140701128478455 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 32423936 140727855092849 140727855093001 140727855093001 140727855095759 0
/proc/27347/statm: 2681413 18937 3116 1 0 2643904 0
[pid=27347/tid=27349] ppid=27344 vsize=10725652 memory=6154282490091891024 CPUtime=1.57 cores=1,3,5,7
/proc/27347/task/27349/stat : 27349 (java) R 27344 27347 23369 0 -1 4202560 5744 0 0 0 156 1 0 0 20 0 16 0 39315342 10983067648 18937 33554432000 4194304 4196468 140727855086560 140701132714416 140700732909235 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32423936 140727855092849 140727855093001 140727855093001 140727855095759 0
[pid=27347/tid=27350] ppid=27344 vsize=10725652 memory=6154538792250073449 CPUtime=0 cores=1,3,5,7
/proc/27347/task/27350/stat : 27350 (java) S 27344 27347 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39315343 10983067648 18937 33554432000 4194304 4196468 140727855086560 140701054552848 140701128488661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32423936 140727855092849 140727855093001 140727855093001 140727855095759 0
[pid=27347/tid=27351] ppid=27344 vsize=10725652 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/27347/task/27351/stat : 27351 (java) S 27344 27347 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39315343 10983067648 18937 33554432000 4194304 4196468 140727855086560 140701053500304 140701128488661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32423936 140727855092849 140727855093001 140727855093001 140727855095759 0
[pid=27347/tid=27352] ppid=27344 vsize=10725652 memory=257796016835097 CPUtime=0 cores=1,3,5,7
/proc/27347/task/27352/stat : 27352 (java) S 27344 27347 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39315343 10983067648 18937 33554432000 4194304 4196468 140727855086560 140701052447760 140701128488661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32423936 140727855092849 140727855093001 140727855093001 140727855095759 0
[pid=27347/tid=27353] ppid=27344 vsize=10725652 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27347/task/27353/stat : 27353 (java) S 27344 27347 23369 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 39315343 10983067648 18937 33554432000 4194304 4196468 140727855086560 140701051395216 140701128488661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32423936 140727855092849 140727855093001 140727855093001 140727855095759 0
[pid=27347/tid=27354] ppid=27344 vsize=10725652 memory=-5921431000321636112 CPUtime=0 cores=1,3,5,7
/proc/27347/task/27354/stat : 27354 (java) S 27344 27347 23369 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 16 0 39315344 10983067648 18937 33554432000 4194304 4196468 140727855086560 140700619466736 140701128489602 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32423936 140727855092849 140727855093001 140727855093001 140727855095759 0
[pid=27347/tid=27355] ppid=27344 vsize=10725652 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/27347/task/27355/stat : 27355 (java) S 27344 27347 23369 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 39315344 10983067648 18937 33554432000 4194304 4196468 140727855086560 140700618412960 140701128488661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32423936 140727855092849 140727855093001 140727855093001 140727855095759 0
[pid=27347/tid=27356] ppid=27344 vsize=10725652 memory=280622962573552 CPUtime=0 cores=1,3,5,7
/proc/27347/task/27356/stat : 27356 (java) S 27344 27347 23369 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39315345 10983067648 18937 33554432000 4194304 4196468 140727855086560 140700617360368 140701128488661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32423936 140727855092849 140727855093001 140727855093001 140727855095759 0
[pid=27347/tid=27357] ppid=27344 vsize=10725652 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/27347/task/27357/stat : 27357 (java) S 27344 27347 23369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39315347 10983067648 18937 33554432000 4194304 4196468 140727855086560 140700616308944 140701128497051 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32423936 140727855092849 140727855093001 140727855093001 140727855095759 0
[pid=27347/tid=27358] ppid=27344 vsize=10725652 memory=-6723978179045910119 CPUtime=0.45 cores=1,3,5,7
/proc/27347/task/27358/stat : 27358 (java) S 27344 27347 23369 0 -1 1077944384 2780 0 0 0 45 0 0 0 20 0 16 0 39315347 10983067648 18937 33554432000 4194304 4196468 140727855086560 140700615256560 140701128489602 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32423936 140727855092849 140727855093001 140727855093001 140727855095759 0
[pid=27347/tid=27359] ppid=27344 vsize=10725652 memory=-5628408999910123566 CPUtime=0.71 cores=1,3,5,7
/proc/27347/task/27359/stat : 27359 (java) S 27344 27347 23369 0 -1 1077944384 3699 0 0 0 71 0 0 0 20 0 16 0 39315347 10983067648 18937 33554432000 4194304 4196468 140727855086560 140700614204016 140701128489602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32423936 140727855092849 140727855093001 140727855093001 140727855095759 0
[pid=27347/tid=27360] ppid=27344 vsize=10725652 memory=4206186544037388384 CPUtime=0.28 cores=1,3,5,7
/proc/27347/task/27360/stat : 27360 (java) S 27344 27347 23369 0 -1 1077944384 1316 0 0 0 28 0 0 0 20 0 16 0 39315347 10983067648 18937 33554432000 4194304 4196468 140727855086560 140700613151472 140701128489602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32423936 140727855092849 140727855093001 140727855093001 140727855095759 0
[pid=27347/tid=27361] ppid=27344 vsize=10725652 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/27347/task/27361/stat : 27361 (java) S 27344 27347 23369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39315347 10983067648 18937 33554432000 4194304 4196468 140727855086560 140700612099168 140701128488661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32423936 140727855092849 140727855093001 140727855093001 140727855095759 0
[pid=27347/tid=27362] ppid=27344 vsize=10725652 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/27347/task/27362/stat : 27362 (java) S 27344 27347 23369 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 16 0 39315347 10983067648 18937 33554432000 4194304 4196468 140727855086560 140700611045680 140701128489602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32423936 140727855092849 140727855093001 140727855093001 140727855095759 0
[pid=27347/tid=27363] ppid=27344 vsize=10725652 memory=6944613755395144096 CPUtime=0 cores=1,3,5,7
/proc/27347/task/27363/stat : 27363 (java) S 27344 27347 23369 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39315387 10983067648 18937 33554432000 4194304 4196468 140727855086560 140700609991472 140701128489602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32423936 140727855092849 140727855093001 140727855093001 140727855095759 0
Current children cumulated CPU time: 3.05 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 75748 KiB

[startup+2.40068 s]
/proc/loadavg: 4.21 4.09 3.17 3/220 27363
/proc/meminfo: memFree=23068708/32770624 swapFree=67108860/67108860
[pid=27347] ppid=27344 vsize=10725652 memory=79900 CPUtime=3.97 cores=1,3,5,7
/proc/27347/stat : 27347 (java) S 27344 27347 23369 0 -1 1077944320 15481 0 0 0 393 4 0 0 20 0 16 0 39315341 10983067648 19975 33554432000 4194304 4196468 140727855086560 140727855069104 140701128478455 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 32423936 140727855092849 140727855093001 140727855093001 140727855095759 0
/proc/27347/statm: 2681413 19975 3119 1 0 2643904 0
[pid=27347/tid=27349] ppid=27344 vsize=10725652 memory=0 CPUtime=2.38 cores=1,3,5,7
/proc/27347/task/27349/stat : 27349 (java) R 27344 27347 23369 0 -1 4202560 5748 0 0 0 236 2 0 0 20 0 16 0 39315342 10983067648 19975 33554432000 4194304 4196468 140727855086560 140701132714416 140700732909235 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32423936 140727855092849 140727855093001 140727855093001 140727855095759 0
[pid=27347/tid=27350] ppid=27344 vsize=10725652 memory=7827413994055111515 CPUtime=0 cores=1,3,5,7
/proc/27347/task/27350/stat : 27350 (java) S 27344 27347 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39315343 10983067648 19975 33554432000 4194304 4196468 140727855086560 140701054552848 140701128488661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32423936 140727855092849 140727855093001 140727855093001 140727855095759 0
[pid=27347/tid=27351] ppid=27344 vsize=10725652 memory=8508281356422055839 CPUtime=0 cores=1,3,5,7
/proc/27347/task/27351/stat : 27351 (java) S 27344 27347 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39315343 10983067648 19975 33554432000 4194304 4196468 140727855086560 140701053500304 140701128488661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32423936 140727855092849 140727855093001 140727855093001 140727855095759 0
[pid=27347/tid=27352] ppid=27344 vsize=10725652 memory=4134930498285298233 CPUtime=0 cores=1,3,5,7
/proc/27347/task/27352/stat : 27352 (java) S 27344 27347 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39315343 10983067648 19975 33554432000 4194304 4196468 140727855086560 140701052447760 140701128488661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32423936 140727855092849 140727855093001 140727855093001 140727855095759 0
[pid=27347/tid=27353] ppid=27344 vsize=10725652 memory=140311586070065 CPUtime=0 cores=1,3,5,7
/proc/27347/task/27353/stat : 27353 (java) S 27344 27347 23369 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 39315343 10983067648 19975 33554432000 4194304 4196468 140727855086560 140701051395216 140701128488661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32423936 140727855092849 140727855093001 140727855093001 140727855095759 0
[pid=27347/tid=27354] ppid=27344 vsize=10725652 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/27347/task/27354/stat : 27354 (java) S 27344 27347 23369 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 16 0 39315344 10983067648 19975 33554432000 4194304 4196468 140727855086560 140700619466736 140701128489602 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32423936 140727855092849 140727855093001 140727855093001 140727855095759 0
[pid=27347/tid=27355] ppid=27344 vsize=10725652 memory=11968 CPUtime=0 cores=1,3,5,7
/proc/27347/task/27355/stat : 27355 (java) S 27344 27347 23369 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 39315344 10983067648 19975 33554432000 4194304 4196468 140727855086560 140700618412960 140701128488661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32423936 140727855092849 140727855093001 140727855093001 140727855095759 0
[pid=27347/tid=27356] ppid=27344 vsize=10725652 memory=1696 CPUtime=0 cores=1,3,5,7
/proc/27347/task/27356/stat : 27356 (java) S 27344 27347 23369 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39315345 10983067648 19975 33554432000 4194304 4196468 140727855086560 140700617360368 140701128488661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32423936 140727855092849 140727855093001 140727855093001 140727855095759 0
[pid=27347/tid=27357] ppid=27344 vsize=10725652 memory=8368 CPUtime=0 cores=1,3,5,7
/proc/27347/task/27357/stat : 27357 (java) S 27344 27347 23369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39315347 10983067648 19975 33554432000 4194304 4196468 140727855086560 140700616308944 140701128497051 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32423936 140727855092849 140727855093001 140727855093001 140727855095759 0
[pid=27347/tid=27358] ppid=27344 vsize=10725652 memory=4616 CPUtime=0.55 cores=1,3,5,7
/proc/27347/task/27358/stat : 27358 (java) S 27344 27347 23369 0 -1 1077944384 3273 0 0 0 55 0 0 0 20 0 16 0 39315347 10983067648 19975 33554432000 4194304 4196468 140727855086560 140700615256560 140701128489602 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32423936 140727855092849 140727855093001 140727855093001 140727855095759 0
[pid=27347/tid=27359] ppid=27344 vsize=10725652 memory=0 CPUtime=0.72 cores=1,3,5,7
/proc/27347/task/27359/stat : 27359 (java) S 27344 27347 23369 0 -1 1077944384 3699 0 0 0 72 0 0 0 20 0 16 0 39315347 10983067648 19975 33554432000 4194304 4196468 140727855086560 140700614204016 140701128489602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32423936 140727855092849 140727855093001 140727855093001 140727855095759 0
[pid=27347/tid=27360] ppid=27344 vsize=10725652 memory=0 CPUtime=0.28 cores=1,3,5,7
/proc/27347/task/27360/stat : 27360 (java) S 27344 27347 23369 0 -1 1077944384 1317 0 0 0 28 0 0 0 20 0 16 0 39315347 10983067648 19975 33554432000 4194304 4196468 140727855086560 140700613151472 140701128489602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32423936 140727855092849 140727855093001 140727855093001 140727855095759 0
[pid=27347/tid=27361] ppid=27344 vsize=10725652 memory=140311481539112 CPUtime=0 cores=1,3,5,7
/proc/27347/task/27361/stat : 27361 (java) S 27344 27347 23369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39315347 10983067648 19975 33554432000 4194304 4196468 140727855086560 140700612099168 140701128488661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32423936 140727855092849 140727855093001 140727855093001 140727855095759 0
[pid=27347/tid=27362] ppid=27344 vsize=10725652 memory=18488 CPUtime=0 cores=1,3,5,7
/proc/27347/task/27362/stat : 27362 (java) S 27344 27347 23369 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 16 0 39315347 10983067648 19975 33554432000 4194304 4196468 140727855086560 140700611045680 140701128489602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32423936 140727855092849 140727855093001 140727855093001 140727855095759 0
[pid=27347/tid=27363] ppid=27344 vsize=10725652 memory=1792 CPUtime=0 cores=1,3,5,7
/proc/27347/task/27363/stat : 27363 (java) S 27344 27347 23369 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39315387 10983067648 19975 33554432000 4194304 4196468 140727855086560 140700609991472 140701128489602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32423936 140727855092849 140727855093001 140727855093001 140727855095759 0
Current children cumulated CPU time: 3.97 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 79900 KiB

[startup+2.60066 s]
/proc/loadavg: 4.21 4.09 3.17 3/220 27363
/proc/meminfo: memFree=23068708/32770624 swapFree=67108860/67108860
[pid=27347] ppid=27344 vsize=10858780 memory=84084 CPUtime=4.05 cores=1,3,5,7
/proc/27347/stat : 27347 (java) S 27344 27347 23369 0 -1 1077944320 15811 0 0 0 401 4 0 0 20 0 16 0 39315341 11119390720 21021 33554432000 4194304 4196468 140727855086560 140727855069104 140701128478455 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 32423936 140727855092849 140727855093001 140727855093001 140727855095759 0
/proc/27347/statm: 2714695 21021 3121 1 0 2677186 0
[pid=27347/tid=27349] ppid=27344 vsize=10858780 memory=280622963230912 CPUtime=2.46 cores=1,3,5,7
/proc/27347/task/27349/stat : 27349 (java) S 27344 27347 23369 0 -1 1077944384 5942 0 0 0 244 2 0 0 20 0 16 0 39315342 11119390720 21021 33554432000 4194304 4196468 140727855086560 140701132719136 140701128488661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32423936 140727855092849 140727855093001 140727855093001 140727855095759 0
[pid=27347/tid=27350] ppid=27344 vsize=10858780 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27347/task/27350/stat : 27350 (java) S 27344 27347 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39315343 11119390720 21021 33554432000 4194304 4196468 140727855086560 140701054552848 140701128488661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32423936 140727855092849 140727855093001 140727855093001 140727855095759 0
[pid=27347/tid=27351] ppid=27344 vsize=10858780 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27347/task/27351/stat : 27351 (java) S 27344 27347 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39315343 11119390720 21021 33554432000 4194304 4196468 140727855086560 140701053500304 140701128488661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32423936 140727855092849 140727855093001 140727855093001 140727855095759 0
[pid=27347/tid=27352] ppid=27344 vsize=10858780 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27347/task/27352/stat : 27352 (java) S 27344 27347 23369 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39315343 11119390720 21021 33554432000 4194304 4196468 140727855086560 140701052447760 140701128488661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32423936 140727855092849 140727855093001 140727855093001 140727855095759 0
[pid=27347/tid=27353] ppid=27344 vsize=10858780 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/27347/task/27353/stat : 27353 (java) S 27344 27347 23369 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 39315343 11119390720 21021 33554432000 4194304 4196468 140727855086560 140701051395216 140701128488661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32423936 140727855092849 140727855093001 140727855093001 140727855095759 0
[pid=27347/tid=27354] ppid=27344 vsize=10858780 memory=15868 CPUtime=0 cores=1,3,5,7
/proc/27347/task/27354/stat : 27354 (java) S 27344 27347 23369 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 16 0 39315344 11119390720 21021 33554432000 4194304 4196468 140727855086560 140700619466736 140701128489602 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32423936 140727855092849 140727855093001 140727855093001 140727855095759 0
[pid=27347/tid=27355] ppid=27344 vsize=10858780 memory=4012 CPUtime=0 cores=1,3,5,7
/proc/27347/task/27355/stat : 27355 (java) S 27344 27347 23369 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 39315344 11119390720 21021 33554432000 4194304 4196468 140727855086560 140700618412960 140701128488661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32423936 140727855092849 140727855093001 140727855093001 140727855095759 0
[pid=27347/tid=27356] ppid=27344 vsize=10858780 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27347/task/27356/stat : 27356 (java) S 27344 27347 23369 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39315345 11119390720 21021 33554432000 4194304 4196468 140727855086560 140700617360368 140701128488661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32423936 140727855092849 140727855093001 140727855093001 140727855095759 0
[pid=27347/tid=27357] ppid=27344 vsize=10858780 memory=8996 CPUtime=0 cores=1,3,5,7
/proc/27347/task/27357/stat : 27357 (java) S 27344 27347 23369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39315347 11119390720 21021 33554432000 4194304 4196468 140727855086560 140700616308944 140701128497051 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32423936 140727855092849 140727855093001 140727855093001 140727855095759 0
[pid=27347/tid=27358] ppid=27344 vsize=10858780 memory=0 CPUtime=0.55 cores=1,3,5,7
/proc/27347/task/27358/stat : 27358 (java) S 27344 27347 23369 0 -1 1077944384 3273 0 0 0 55 0 0 0 20 0 16 0 39315347 11119390720 21021 33554432000 4194304 4196468 140727855086560 140700615256560 140701128489602 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32423936 140727855092849 140727855093001 140727855093001 140727855095759 0
[pid=27347/tid=27359] ppid=27344 vsize=10858780 memory=0 CPUtime=0.72 cores=1,3,5,7
/proc/27347/task/27359/stat : 27359 (java) S 27344 27347 23369 0 -1 1077944384 3699 0 0 0 72 0 0 0 20 0 16 0 39315347 11119390720 21021 33554432000 4194304 4196468 140727855086560 140700614204016 140701128489602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32423936 140727855092849 140727855093001 140727855093001 140727855095759 0
[pid=27347/tid=27360] ppid=27344 vsize=10858780 memory=0 CPUtime=0.28 cores=1,3,5,7
/proc/27347/task/27360/stat : 27360 (java) S 27344 27347 23369 0 -1 1077944384 1339 0 0 0 28 0 0 0 20 0 16 0 39315347 11119390720 21021 33554432000 4194304 4196468 140727855086560 140700613151472 140701128489602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32423936 140727855092849 140727855093001 140727855093001 140727855095759 0
[pid=27347/tid=27361] ppid=27344 vsize=10858780 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27347/task/27361/stat : 27361 (java) S 27344 27347 23369 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39315347 11119390720 21021 33554432000 4194304 4196468 140727855086560 140700612099168 140701128488661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32423936 140727855092849 140727855093001 140727855093001 140727855095759 0
[pid=27347/tid=27362] ppid=27344 vsize=10858780 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27347/task/27362/stat : 27362 (java) S 27344 27347 23369 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 16 0 39315347 11119390720 21021 33554432000 4194304 4196468 140727855086560 140700611045680 140701128489602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32423936 140727855092849 140727855093001 140727855093001 140727855095759 0
Current children cumulated CPU time: 4.05 s
Current children cumulated vsize: 10858780 KiB
Current children cumulated memory: 84084 KiB

Child status: 0
Real time (s): 2.69582
CPU time (s): 4.07224
CPU user time (s): 4.0278
CPU system time (s): 0.044439
CPU usage (%): 151.058
Max. virtual memory (cumulated for all children) (KiB): 10858780
Max. memory (cumulated for all children) (KiB): 84084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.0278
system time used= 0.044439
maximum resident set size= 86552
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16029
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1700
involuntary context switches= 9


# summary of solver processes directly reported to runsolver:
#   pid: 27347
#   total CPU time (s): 4.07224
#   total CPU user time (s): 4.0278
#   total CPU system time (s): 0.044439

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.050025 second user time and 0.05623 second system time

The end

Launcher Data

Begin job on node135 at 2018-07-22 01:58:42
IDJOB=4290203
IDBENCH=141413
IDSOLVER=2742
FILE ID=node135/4290203-1532217522
RUNJOBID= node135-1532209914-25961
PBS_JOBID= 21018932
Free space on /tmp= 52936 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/Haystacks/Haystacks-ext-09_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4290203-1532217522/watcher-4290203-1532217522 -o /tmp/evaluation-result-4290203-1532217522/solver-4290203-1532217522 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532209914-25961 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290203-1532217522.xml

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

MD5SUM BENCH= 162336f6d7c1113ca166592290b0a66d
RANDOM SEED=1934130171

node135.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.50
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.50
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.50
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.50
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:        23135236 kB
MemAvailable:   31506608 kB
Buffers:          131212 kB
Cached:          8447756 kB
SwapCached:            0 kB
Active:          1716448 kB
Inactive:        7348280 kB
Active(anon):     435352 kB
Inactive(anon):    69908 kB
Active(file):    1281096 kB
Inactive(file):  7278372 kB
Unevictable:        7200 kB
Mlocked:            7200 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2636 kB
Writeback:             0 kB
AnonPages:        492372 kB
Mapped:            46816 kB
Shmem:             17056 kB
Slab:             267472 kB
SReclaimable:     240364 kB
SUnreclaim:        27108 kB
KernelStack:        3584 kB
PageTables:         6236 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1041520 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    421888 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       93568 kB
DirectMap2M:    33452032 kB

Free space on /tmp at the end= 52932 MiB
End job on node135 at 2018-07-22 01:58:44