Trace number 4244006

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
R1: sat4j-CSP 2017-07-05? (problem) 1458.61 398.08899

General information on the benchmark

NameRamsey/Ramsey-int-s1/
Ramsey-int-41.xml
MD5SUM85969bfc3f0409b7eeff9db7f7011033
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark2400.0601
Satisfiable
(Un)Satisfiability was proved
Number of variables1681
Number of constraints10660
Number of domains1
Minimum domain size820
Maximum domain size820
Distribution of domain sizes[{"size":820,"count":820}]
Minimum variable degree0
Maximum variable degree40
Distribution of variable degrees[{"degree":0,"count":861},{"degree":40,"count":820}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":10660}]
Number of extensional constraints0
Number of intensional constraints10660
Distribution of constraint types[{"type":"intension","count":10660}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

1353.01/369.24	Aug 07, 2017 10:50:50 AM org.sat4j.reader.XMLCSP3Reader parseInstance
1353.01/369.24	INFO: Runtime exception
1353.01/369.24	java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1353.01/369.24		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1353.01/369.24		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1353.01/369.24		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
1353.01/369.24		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrIntension(GenericCtrBuilder.java:57)
1353.01/369.24		at org.sat4j.reader.XMLCSP3Reader.buildCtrIntension(XMLCSP3Reader.java:428)
1353.01/369.24		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:394)
1353.01/369.24		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:127)
1353.01/369.24		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1353.01/369.24		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:440)
1353.01/369.24		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1353.01/369.24		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1353.01/369.24		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
1353.01/369.24		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:406)
1353.01/369.24		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
1353.01/369.24		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
1353.01/369.24		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:328)
1353.01/369.24		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:293)
1353.01/369.24		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1353.01/369.24		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1353.01/369.24		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1353.01/369.24		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1353.01/369.24		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1353.01/369.24	Caused by: java.lang.reflect.InvocationTargetException
1353.01/369.24		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1353.01/369.24		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1353.01/369.24		at java.lang.reflect.Method.invoke(Method.java:498)
1353.01/369.24		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1353.01/369.24		... 21 more
1353.01/369.24	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1353.01/369.24		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1353.01/369.24		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1353.01/369.24		... 25 more
1353.01/369.24	Caused by: java.lang.reflect.InvocationTargetException
1353.01/369.24		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1353.01/369.24		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1353.01/369.24		at java.lang.reflect.Method.invoke(Method.java:498)
1353.01/369.24		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1353.01/369.24		... 26 more
1353.01/369.24	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1353.01/369.24		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1353.01/369.24		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1353.01/369.24		... 30 more
1353.01/369.24	Caused by: java.lang.reflect.InvocationTargetException
1353.01/369.24		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1353.01/369.24		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1353.01/369.24		at java.lang.reflect.Method.invoke(Method.java:498)
1353.01/369.24		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1353.01/369.24		... 31 more
1353.01/369.24	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1353.01/369.24		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:127)
1353.01/369.24		... 35 more
1353.01/369.24	Caused by: java.lang.reflect.InvocationTargetException
1353.01/369.24		at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
1353.01/369.24		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1353.01/369.24		at java.lang.reflect.Method.invoke(Method.java:498)
1353.01/369.24		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1353.01/369.24		... 35 more
1353.01/369.24	Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
1353.01/369.24		at org.sat4j.minisat.constraints.cnf.WLClause.<init>(WLClause.java:71)
1353.01/369.24		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.<init>(OriginalWLClause.java:40)
1353.01/369.24		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(OriginalWLClause.java:81)
1353.01/369.24		at org.sat4j.pb.constraints.UnitBinaryWLClauseConstructor.constructClause(UnitBinaryWLClauseConstructor.java:56)
1353.01/369.24		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.constructClause(AbstractPBClauseCardConstrDataStructure.java:225)
1353.01/369.24		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.createClause(AbstractPBClauseCardConstrDataStructure.java:70)
1353.01/369.24		at org.sat4j.minisat.core.Solver.addClause(Solver.java:426)
1353.01/369.24		at org.sat4j.csp.CspSatSolverDecorator.addClause(CspSatSolverDecorator.java:147)
1353.01/369.24		at org.sat4j.tools.SolverDecorator.addClause(SolverDecorator.java:236)
1353.01/369.24		at org.sat4j.csp.intension.CspToPBSolverDecorator.addClause(CspToPBSolverDecorator.java:85)
1353.01/369.24		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.buildImplVar(TseitinBasedIntensionCtrEncoder.java:528)
1353.01/369.24		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorNe(TseitinBasedIntensionCtrEncoder.java:374)
1353.01/369.24		at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
1353.01/369.24		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1353.01/369.24		at java.lang.reflect.Method.invoke(Method.java:498)
1353.01/369.24		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1353.01/369.24		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1353.01/369.24		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1353.01/369.24		at java.lang.reflect.Method.invoke(Method.java:498)
1353.01/369.24		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1353.01/369.24		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1353.01/369.24		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1353.01/369.24		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1353.01/369.24		at java.lang.reflect.Method.invoke(Method.java:498)
1353.01/369.24		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1353.01/369.24		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1353.01/369.24		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1353.01/369.24		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1353.01/369.24		at java.lang.reflect.Method.invoke(Method.java:498)
1353.01/369.24		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1353.01/369.24		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1353.01/369.24		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
1353.01/369.24	
1423.34/388.43	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1423.34/388.43	c This is free software under the dual EPL/GNU LGPL licenses.
1423.34/388.43	c See www.sat4j.org for details.
1423.34/388.43	c That software uses the Rhino library from the Mozilla project.
1423.34/388.43	c version CUSTOM.v20170705
1423.34/388.43	c java.runtime.name	Java(TM) SE Runtime Environment
1423.34/388.43	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1423.34/388.43	c java.vm.version	25.131-b11
1423.34/388.43	c java.vm.vendor	Oracle Corporation
1423.34/388.43	c sun.arch.data.model	64
1423.34/388.43	c java.version		1.8.0_131
1423.34/388.43	c os.name		Linux
1423.34/388.43	c os.version		3.10.0-514.16.1.el7.x86_64
1423.34/388.43	c os.arch		amd64
1423.34/388.43	c Free memory 		499604488
1423.34/388.43	c Max memory 		7247757312
1423.34/388.43	c Total memory 		504889344
1423.34/388.43	c Number of processors 	4
1423.34/388.43	c c --- Begin Solver configuration ---
1423.34/388.43	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1423.34/388.43	c Learn all clauses as in MiniSAT
1423.34/388.43	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1423.34/388.43	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1423.34/388.43	c No reason simplification
1423.34/388.43	c Glucose 2.1 dynamic restart strategy
1423.34/388.43	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
1423.34/388.43	c timeout=2147483s
1423.34/388.43	c DB Simplification allowed=false
1423.34/388.43	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1423.34/388.43	c --- End Solver configuration ---
1458.52/398.02	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
1458.52/398.02		at org.sat4j.minisat.core.SolverStats.printStat(SolverStats.java:102)
1458.52/398.02		at org.sat4j.pb.core.PBSolverStats.printStat(PBSolverStats.java:76)
1458.52/398.02		at org.sat4j.minisat.core.Solver.printStat(Solver.java:2013)
1458.52/398.02		at org.sat4j.minisat.core.Solver.printStat(Solver.java:2009)
1458.52/398.02		at org.sat4j.csp.CspSatSolverDecorator.printStat(CspSatSolverDecorator.java:262)
1458.52/398.02		at org.sat4j.OptimizationMode.displayResult(OptimizationMode.java:73)
1458.52/398.02		at org.sat4j.AbstractLauncher.displayResult(AbstractLauncher.java:125)
1458.52/398.02		at org.sat4j.csp.CSPLauncher.displayResult(CSPLauncher.java:150)
1458.52/398.02		at org.sat4j.AbstractLauncher$1.run(AbstractLauncher.java:94)

Verifier Data

One s line expected

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4244006-1502096325/watcher-4244006-1502096325 -o /tmp/evaluation-result-4244006-1502096325/solver-4244006-1502096325 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502041652-17604 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4244006-1502096325.xml 

pid=29226
running on 4 cores: 0,2,4,6

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
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 5.02 4.54 4.22 5/198 29229
/proc/meminfo: memFree=23233476/32770624 swapFree=0/363936
[pid=29229] ppid=29226 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/29229/stat : 29229 (runsolver) D 29226 29229 12906 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 51543473 24240128 108 18446744073709551615 4194304 4338465 140731530305488 140731530303128 140041847751383 0 0 1 24578 18446744071580418449 0 0 17 6 0 0 0 0 0 6438912 6441760 28180480 140731530309767 140731530310217 140731530310217 140731530313674 0
/proc/29229/statm: 5918 108 54 36 0 2156 0

[startup+0.100622 s]
/proc/loadavg: 5.02 4.54 4.22 5/198 29229
/proc/meminfo: memFree=23233476/32770624 swapFree=0/363936
[pid=29229] ppid=29226 vsize=10152700 CPUtime=0.04 cores=0,2,4,6
/proc/29229/stat : 29229 (java) S 29226 29229 12906 0 -1 1077944320 4198 0 0 0 4 0 0 0 20 0 10 0 51543473 10396364800 5318 18446744073709551615 4194304 4196468 140727686060928 140727686043472 139844958646007 0 0 1 16800970 18446744073709551615 0 0 17 0 0 0 4 0 0 6293624 6294260 11915264 140727686066613 140727686066766 140727686066766 140727686070223 0
/proc/29229/statm: 2538175 5318 2156 1 0 2527672 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 10152700

[startup+0.200306 s]
/proc/loadavg: 5.02 4.54 4.22 5/198 29229
/proc/meminfo: memFree=23233476/32770624 swapFree=0/363936
[pid=29229] ppid=29226 vsize=10551156 CPUtime=0.13 cores=0,2,4,6
/proc/29229/stat : 29229 (java) S 29226 29229 12906 0 -1 1077944320 7658 0 0 0 11 2 0 0 20 0 15 0 51543473 10804383744 7559 18446744073709551615 4194304 4196468 140727686060928 140727686043472 139844958646007 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 4 0 0 6293624 6294260 11915264 140727686066613 140727686066766 140727686066766 140727686070223 0
/proc/29229/statm: 2637789 7559 2790 1 0 2627261 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 10551156

[startup+0.301973 s]
/proc/loadavg: 5.02 4.54 4.22 5/198 29229
/proc/meminfo: memFree=23233476/32770624 swapFree=0/363936
[pid=29229] ppid=29226 vsize=10551156 CPUtime=0.3 cores=0,2,4,6
/proc/29229/stat : 29229 (java) S 29226 29229 12906 0 -1 1077944320 8998 0 0 0 27 3 0 0 20 0 15 0 51543473 10804383744 9710 18446744073709551615 4194304 4196468 140727686060928 140727686043472 139844958646007 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 4 0 0 6293624 6294260 11915264 140727686066613 140727686066766 140727686066766 140727686070223 0
/proc/29229/statm: 2637789 9710 2928 1 0 2627261 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 10551156

[startup+0.700293 s]
/proc/loadavg: 5.02 4.54 4.22 5/198 29229
/proc/meminfo: memFree=23233476/32770624 swapFree=0/363936
[pid=29229] ppid=29226 vsize=10551232 CPUtime=1.54 cores=0,2,4,6
/proc/29229/stat : 29229 (java) S 29226 29229 12906 0 -1 1077944320 13375 0 0 0 149 5 0 0 20 0 15 0 51543473 10804461568 30403 18446744073709551615 4194304 4196468 140727686060928 140727686043472 139844958646007 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 4 0 0 6293624 6294260 11915264 140727686066613 140727686066766 140727686066766 140727686070223 0
/proc/29229/statm: 2637808 30403 3058 1 0 2627261 0
Current children cumulated CPU time (s) 1.54
Current children cumulated vsize (KiB) 10551232

[startup+1.50077 s]
/proc/loadavg: 5.02 4.54 4.22 6/213 29244
/proc/meminfo: memFree=22865448/32770624 swapFree=0/363956
[pid=29229] ppid=29226 vsize=10551232 CPUtime=3.45 cores=0,2,4,6
/proc/29229/stat : 29229 (java) S 29226 29229 12906 0 -1 1077944320 15806 0 0 0 309 36 0 0 20 0 15 0 51543473 10804461568 178206 18446744073709551615 4194304 4196468 140727686060928 140727686043472 139844958646007 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 4 0 0 6293624 6294260 11915264 140727686066613 140727686066766 140727686066766 140727686070223 0
/proc/29229/statm: 2637808 178206 3096 1 0 2627261 0
[pid=29229/tid=29231] ppid=29226 vsize=10551232 CPUtime=1.19 cores=0,2,4,6
/proc/29229/task/29231/stat : 29231 (java) R 29226 29229 12906 0 -1 4202560 7877 0 0 0 109 10 0 0 20 0 15 0 51543478 10804461568 178206 18446744073709551615 4194304 4196468 140727686060928 139844962883136 139844944714132 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 11915264 140727686066613 140727686066766 140727686066766 140727686070223 0
[pid=29229/tid=29232] ppid=29226 vsize=10551232 CPUtime=0.19 cores=0,2,4,6
/proc/29229/task/29232/stat : 29232 (java) S 29226 29229 12906 0 -1 1077944384 270 0 0 0 13 6 0 0 20 0 15 0 51543479 10804461568 178206 18446744073709551615 4194304 4196468 140727686060928 139844889066000 139844958656213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11915264 140727686066613 140727686066766 140727686066766 140727686070223 0
[pid=29229/tid=29233] ppid=29226 vsize=10551232 CPUtime=0.18 cores=0,2,4,6
/proc/29229/task/29233/stat : 29233 (java) S 29226 29229 12906 0 -1 1077944384 335 0 0 0 12 6 0 0 20 0 15 0 51543479 10804461568 178206 18446744073709551615 4194304 4196468 140727686060928 139844888013456 139844958656213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11915264 140727686066613 140727686066766 140727686066766 140727686070223 0
[pid=29229/tid=29234] ppid=29226 vsize=10551232 CPUtime=0.17 cores=0,2,4,6
/proc/29229/task/29234/stat : 29234 (java) S 29226 29229 12906 0 -1 1077944384 244 0 0 0 12 5 0 0 20 0 15 0 51543479 10804461568 178206 18446744073709551615 4194304 4196468 140727686060928 139844886960400 139844958656213 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11915264 140727686066613 140727686066766 140727686066766 140727686070223 0
[pid=29229/tid=29235] ppid=29226 vsize=10551232 CPUtime=0.18 cores=0,2,4,6
/proc/29229/task/29235/stat : 29235 (java) S 29226 29229 12906 0 -1 1077944384 340 0 0 0 12 6 0 0 20 0 15 0 51543479 10804461568 178206 18446744073709551615 4194304 4196468 140727686060928 139844885907856 139844958656213 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11915264 140727686066613 140727686066766 140727686066766 140727686070223 0
[pid=29229/tid=29236] ppid=29226 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/29229/task/29236/stat : 29236 (java) S 29226 29229 12906 0 -1 1077944384 493 0 0 0 0 0 0 0 20 0 15 0 51543480 10804461568 178206 18446744073709551615 4194304 4196468 140727686060928 139844454906608 139844958657154 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11915264 140727686066613 140727686066766 140727686066766 140727686070223 0
[pid=29229/tid=29237] ppid=29226 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/29229/task/29237/stat : 29237 (java) S 29226 29229 12906 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 51543481 10804461568 178206 18446744073709551615 4194304 4196468 140727686060928 139844453852832 139844958656213 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11915264 140727686066613 140727686066766 140727686066766 140727686070223 0
[pid=29229/tid=29238] ppid=29226 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/29229/task/29238/stat : 29238 (java) S 29226 29229 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 51543481 10804461568 178206 18446744073709551615 4194304 4196468 140727686060928 139844452799728 139844958656213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11915264 140727686066613 140727686066766 140727686066766 140727686070223 0
[pid=29229/tid=29239] ppid=29226 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/29229/task/29239/stat : 29239 (java) S 29226 29229 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51543483 10804461568 178206 18446744073709551615 4194304 4196468 140727686060928 139844451748304 139844958664603 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11915264 140727686066613 140727686066766 140727686066766 140727686070223 0
[pid=29229/tid=29240] ppid=29226 vsize=10551232 CPUtime=0.59 cores=0,2,4,6
/proc/29229/task/29240/stat : 29240 (java) S 29226 29229 12906 0 -1 1077944384 1913 0 0 0 59 0 0 0 20 0 15 0 51543483 10804461568 178206 18446744073709551615 4194304 4196468 140727686060928 139844450695408 139844958657154 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11915264 140727686066613 140727686066766 140727686066766 140727686070223 0
[pid=29229/tid=29241] ppid=29226 vsize=10551232 CPUtime=0.56 cores=0,2,4,6
/proc/29229/task/29241/stat : 29241 (java) S 29226 29229 12906 0 -1 1077944384 1358 0 0 0 56 0 0 0 20 0 15 0 51543483 10804461568 178206 18446744073709551615 4194304 4196468 140727686060928 139844449642864 139844958657154 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11915264 140727686066613 140727686066766 140727686066766 140727686070223 0
[pid=29229/tid=29242] ppid=29226 vsize=10551232 CPUtime=0.3 cores=0,2,4,6
/proc/29229/task/29242/stat : 29242 (java) S 29226 29229 12906 0 -1 1077944384 1618 0 0 0 30 0 0 0 20 0 15 0 51543483 10804461568 178206 18446744073709551615 4194304 4196468 140727686060928 139844448589808 139844958657154 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11915264 140727686066613 140727686066766 140727686066766 140727686070223 0
[pid=29229/tid=29243] ppid=29226 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/29229/task/29243/stat : 29243 (java) S 29226 29229 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51543484 10804461568 178206 18446744073709551615 4194304 4196468 140727686060928 139844447537504 139844958656213 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11915264 140727686066613 140727686066766 140727686066766 140727686070223 0
[pid=29229/tid=29244] ppid=29226 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/29229/task/29244/stat : 29244 (java) S 29226 29229 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51543488 10804461568 178206 18446744073709551615 4194304 4196468 140727686060928 139844446485552 139844958657154 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11915264 140727686066613 140727686066766 140727686066766 140727686070223 0
Current children cumulated CPU time (s) 3.45
Current children cumulated vsize (KiB) 10551232

[startup+3.10074 s]
/proc/loadavg: 5.02 4.54 4.22 8/213 29244
/proc/meminfo: memFree=21909556/32770624 swapFree=0/363956
[pid=29229] ppid=29226 vsize=10551232 CPUtime=5.95 cores=0,2,4,6
/proc/29229/stat : 29229 (java) S 29226 29229 12906 0 -1 1077944320 18161 0 0 0 532 63 0 0 20 0 15 0 51543473 10804461568 444408 18446744073709551615 4194304 4196468 140727686060928 140727686043472 139844958646007 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 4 0 0 6293624 6294260 11915264 140727686066613 140727686066766 140727686066766 140727686070223 0
/proc/29229/statm: 2637808 444408 3098 1 0 2627261 0
[pid=29229/tid=29231] ppid=29226 vsize=10551232 CPUtime=2.66 cores=0,2,4,6
/proc/29229/task/29231/stat : 29231 (java) R 29226 29229 12906 0 -1 4202560 8785 0 0 0 243 23 0 0 20 0 15 0 51543478 10804461568 444408 18446744073709551615 4194304 4196468 140727686060928 139844962874368 139844554925182 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 11915264 140727686066613 140727686066766 140727686066766 140727686070223 0
[pid=29229/tid=29232] ppid=29226 vsize=10551232 CPUtime=0.31 cores=0,2,4,6
/proc/29229/task/29232/stat : 29232 (java) S 29226 29229 12906 0 -1 1077944384 334 0 0 0 22 9 0 0 20 0 15 0 51543479 10804461568 444408 18446744073709551615 4194304 4196468 140727686060928 139844889066000 139844958656213 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11915264 140727686066613 140727686066766 140727686066766 140727686070223 0
[pid=29229/tid=29233] ppid=29226 vsize=10551232 CPUtime=0.31 cores=0,2,4,6
/proc/29229/task/29233/stat : 29233 (java) S 29226 29229 12906 0 -1 1077944384 702 0 0 0 22 9 0 0 20 0 15 0 51543479 10804461568 444408 18446744073709551615 4194304 4196468 140727686060928 139844888013456 139844958656213 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11915264 140727686066613 140727686066766 140727686066766 140727686070223 0
[pid=29229/tid=29234] ppid=29226 vsize=10551232 CPUtime=0.3 cores=0,2,4,6
/proc/29229/task/29234/stat : 29234 (java) S 29226 29229 12906 0 -1 1077944384 320 0 0 0 22 8 0 0 20 0 15 0 51543479 10804461568 444408 18446744073709551615 4194304 4196468 140727686060928 139844886960400 139844958656213 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11915264 140727686066613 140727686066766 140727686066766 140727686070223 0
[pid=29229/tid=29235] ppid=29226 vsize=10551232 CPUtime=0.31 cores=0,2,4,6
/proc/29229/task/29235/stat : 29235 (java) S 29226 29229 12906 0 -1 1077944384 627 0 0 0 22 9 0 0 20 0 15 0 51543479 10804461568 444408 18446744073709551615 4194304 4196468 140727686060928 139844885907856 139844958656213 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11915264 140727686066613 140727686066766 140727686066766 140727686070223 0
[pid=29229/tid=29236] ppid=29226 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/29229/task/29236/stat : 29236 (java) S 29226 29229 12906 0 -1 1077944384 1020 0 0 0 0 0 0 0 20 0 15 0 51543480 10804461568 444408 18446744073709551615 4194304 4196468 140727686060928 139844454906608 139844958657154 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11915264 140727686066613 140727686066766 140727686066766 140727686070223 0
[pid=29229/tid=29237] ppid=29226 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/29229/task/29237/stat : 29237 (java) S 29226 29229 12906 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 51543481 10804461568 444408 18446744073709551615 4194304 4196468 140727686060928 139844453852832 139844958656213 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11915264 140727686066613 140727686066766 140727686066766 140727686070223 0
[pid=29229/tid=29238] ppid=29226 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/29229/task/29238/stat : 29238 (java) S 29226 29229 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 51543481 10804461568 444408 18446744073709551615 4194304 4196468 140727686060928 139844452799728 139844958656213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11915264 140727686066613 140727686066766 140727686066766 140727686070223 0
[pid=29229/tid=29239] ppid=29226 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/29229/task/29239/stat : 29239 (java) S 29226 29229 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51543483 10804461568 444408 18446744073709551615 4194304 4196468 140727686060928 139844451748304 139844958664603 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11915264 140727686066613 140727686066766 140727686066766 140727686070223 0
[pid=29229/tid=29240] ppid=29226 vsize=10551232 CPUtime=0.85 cores=0,2,4,6
/proc/29229/task/29240/stat : 29240 (java) S 29226 29229 12906 0 -1 1077944384 1959 0 0 0 85 0 0 0 20 0 15 0 51543483 10804461568 444408 18446744073709551615 4194304 4196468 140727686060928 139844450695408 139844958657154 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11915264 140727686066613 140727686066766 140727686066766 140727686070223 0
[pid=29229/tid=29241] ppid=29226 vsize=10551232 CPUtime=0.8 cores=0,2,4,6
/proc/29229/task/29241/stat : 29241 (java) S 29226 29229 12906 0 -1 1077944384 1389 0 0 0 80 0 0 0 20 0 15 0 51543483 10804461568 444408 18446744073709551615 4194304 4196468 140727686060928 139844449642864 139844958657154 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11915264 140727686066613 140727686066766 140727686066766 140727686070223 0
[pid=29229/tid=29242] ppid=29226 vsize=10551232 CPUtime=0.33 cores=0,2,4,6
/proc/29229/task/29242/stat : 29242 (java) S 29226 29229 12906 0 -1 1077944384 1667 0 0 0 33 0 0 0 20 0 15 0 51543483 10804461568 444408 18446744073709551615 4194304 4196468 140727686060928 139844448589808 139844958657154 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11915264 140727686066613 140727686066766 140727686066766 140727686070223 0
[pid=29229/tid=29243] ppid=29226 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/29229/task/29243/stat : 29243 (java) S 29226 29229 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51543484 10804461568 444408 18446744073709551615 4194304 4196468 140727686060928 139844447537504 139844958656213 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11915264 140727686066613 140727686066766 140727686066766 140727686070223 0
[pid=29229/tid=29244] ppid=29226 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/29229/task/29244/stat : 29244 (java) S 29226 29229 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51543488 10804461568 444408 18446744073709551615 4194304 4196468 140727686060928 139844446485552 139844958657154 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11915264 140727686066613 140727686066766 140727686066766 140727686070223 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 10551232

[startup+6.30129 s]
/proc/loadavg: 5.02 4.55 4.23 8/213 29244
/proc/meminfo: memFree=20205296/32770624 swapFree=0/363956
[pid=29229] ppid=29226 vsize=10551232 CPUtime=16.92 cores=0,2,4,6
/proc/29229/stat : 29229 (java) S 29226 29229 12906 0 -1 1077944320 115885 0 0 0 1563 129 0 0 20 0 15 0 51543473 10804461568 758892 18446744073709551615 4194304 4196468 140727686060928 140727686043472 139844958646007 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 4 0 0 6293624 6294260 11915264 140727686066613 140727686066766 140727686066766 140727686070223 0
/proc/29229/statm: 2637808 758892 3112 1 0 2627261 0
[pid=29229/tid=29231] ppid=29226 vsize=10551232 CPUtime=3.23 cores=0,2,4,6
/proc/29229/task/29231/stat : 29231 (java) S 29226 29229 12906 0 -1 1077944384 9091 0 0 0 292 31 0 0 20 0 15 0 51543478 10804461568 758892 18446744073709551615 4194304 4196468 140727686060928 139844962878560 139844958656213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 11915264 140727686066613 140727686066766 140727686066766 140727686070223 0
[pid=29229/tid=29232] ppid=29226 vsize=10551232 CPUtime=2.92 cores=0,2,4,6
/proc/29229/task/29232/stat : 29232 (java) R 29226 29229 12906 0 -1 4202560 23571 0 0 0 269 23 0 0 20 0 15 0 51543479 10804461568 758892 18446744073709551615 4194304 4196468 140727686060928 139844889066120 139844943346682 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11915264 140727686066613 140727686066766 140727686066766 140727686070223 0
[pid=29229/tid=29233] ppid=29226 vsize=10551232 CPUtime=2.89 cores=0,2,4,6
/proc/29229/task/29233/stat : 29233 (java) R 29226 29229 12906 0 -1 4202560 23166 0 0 0 265 24 0 0 20 0 15 0 51543479 10804461568 758892 18446744073709551615 4194304 4196468 140727686060928 139844888013576 139844943103601 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11915264 140727686066613 140727686066766 140727686066766 140727686070223 0
[pid=29229/tid=29234] ppid=29226 vsize=10551232 CPUtime=2.9 cores=0,2,4,6
/proc/29229/task/29234/stat : 29234 (java) R 29226 29229 12906 0 -1 4202560 23350 0 0 0 266 24 0 0 20 0 15 0 51543479 10804461568 758892 18446744073709551615 4194304 4196468 140727686060928 139844886960520 139844943346622 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11915264 140727686066613 140727686066766 140727686066766 140727686070223 0
[pid=29229/tid=29235] ppid=29226 vsize=10551232 CPUtime=2.91 cores=0,2,4,6
/proc/29229/task/29235/stat : 29235 (java) R 29226 29229 12906 0 -1 4202560 25426 0 0 0 268 23 0 0 20 0 15 0 51543479 10804461568 758892 18446744073709551615 4194304 4196468 140727686060928 139844885907976 139844943642485 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11915264 140727686066613 140727686066766 140727686066766 140727686070223 0
[pid=29229/tid=29236] ppid=29226 vsize=10551232 CPUtime=0.01 cores=0,2,4,6
/proc/29229/task/29236/stat : 29236 (java) S 29226 29229 12906 0 -1 1077944384 4500 0 0 0 1 0 0 0 20 0 15 0 51543480 10804461568 758892 18446744073709551615 4194304 4196468 140727686060928 139844454905152 139844958656213 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11915264 140727686066613 140727686066766 140727686066766 140727686070223 0
[pid=29229/tid=29237] ppid=29226 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/29229/task/29237/stat : 29237 (java) S 29226 29229 12906 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 51543481 10804461568 758892 18446744073709551615 4194304 4196468 140727686060928 139844453852832 139844958656213 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11915264 140727686066613 140727686066766 140727686066766 140727686070223 0
[pid=29229/tid=29238] ppid=29226 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/29229/task/29238/stat : 29238 (java) S 29226 29229 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 51543481 10804461568 758892 18446744073709551615 4194304 4196468 140727686060928 139844452799728 139844958656213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11915264 140727686066613 140727686066766 140727686066766 140727686070223 0
[pid=29229/tid=29239] ppid=29226 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/29229/task/29239/stat : 29239 (java) S 29226 29229 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51543483 10804461568 758892 18446744073709551615 4194304 4196468 140727686060928 139844451748304 139844958664603 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11915264 140727686066613 140727686066766 140727686066766 140727686070223 0
[pid=29229/tid=29240] ppid=29226 vsize=10551232 CPUtime=0.85 cores=0,2,4,6
/proc/29229/task/29240/stat : 29240 (java) S 29226 29229 12906 0 -1 1077944384 1961 0 0 0 85 0 0 0 20 0 15 0 51543483 10804461568 758892 18446744073709551615 4194304 4196468 140727686060928 139844450695408 139844958657154 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11915264 140727686066613 140727686066766 140727686066766 140727686070223 0
[pid=29229/tid=29241] ppid=29226 vsize=10551232 CPUtime=0.8 cores=0,2,4,6
/proc/29229/task/29241/stat : 29241 (java) S 29226 29229 12906 0 -1 1077944384 1389 0 0 0 80 0 0 0 20 0 15 0 51543483 10804461568 758892 18446744073709551615 4194304 4196468 140727686060928 139844449642864 139844958657154 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11915264 140727686066613 140727686066766 140727686066766 140727686070223 0
[pid=29229/tid=29242] ppid=29226 vsize=10551232 CPUtime=0.33 cores=0,2,4,6
/proc/29229/task/29242/stat : 29242 (java) S 29226 29229 12906 0 -1 1077944384 1667 0 0 0 33 0 0 0 20 0 15 0 51543483 10804461568 758892 18446744073709551615 4194304 4196468 140727686060928 139844448589808 139844958657154 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11915264 140727686066613 140727686066766 140727686066766 140727686070223 0
[pid=29229/tid=29243] ppid=29226 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/29229/task/29243/stat : 29243 (java) S 29226 29229 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51543484 10804461568 758892 18446744073709551615 4194304 4196468 140727686060928 139844447537504 139844958656213 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11915264 140727686066613 140727686066766 140727686066766 140727686070223 0
[pid=29229/tid=29244] ppid=29226 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/29229/task/29244/stat : 29244 (java) S 29226 29229 12906 0 -1 1077944384 409 0 0 0 0 0 0 0 20 0 15 0 51543488 10804461568 758892 18446744073709551615 4194304 4196468 140727686060928 139844446485552 139844958657154 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11915264 140727686066613 140727686066766 140727686066766 140727686070223 0
Current children cumulated CPU time (s) 16.92
Current children cumulated vsize (KiB) 10551232

[startup+12.7013 s]
/proc/loadavg: 5.02 4.56 4.23 9/213 29244
/proc/meminfo: memFree=18919600/32770624 swapFree=0/363968
[pid=29229] ppid=29226 vsize=10551232 CPUtime=32 cores=0,2,4,6
/proc/29229/stat : 29229 (java) S 29226 29229 12906 0 -1 1077944320 292062 0 0 0 2932 268 0 0 20 0 15 0 51543473 10804461568 1079742 18446744073709551615 4194304 4196468 140727686060928 140727686043472 139844958646007 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 4 0 0 6293624 6294260 11915264 140727686066613 140727686066766 140727686066766 140727686070223 0
/proc/29229/statm: 2637808 1079742 3117 1 0 2627261 0
[pid=29229/tid=29231] ppid=29226 vsize=10551232 CPUtime=5.52 cores=0,2,4,6
/proc/29229/task/29231/stat : 29231 (java) S 29226 29229 12906 0 -1 1077944384 11510 0 0 0 521 31 0 0 20 0 15 0 51543478 10804461568 1079742 18446744073709551615 4194304 4196468 140727686060928 139844962881952 139844958656213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 11915264 140727686066613 140727686066766 140727686066766 140727686070223 0
[pid=29229/tid=29232] ppid=29226 vsize=10551232 CPUtime=5.78 cores=0,2,4,6
/proc/29229/task/29232/stat : 29232 (java) R 29226 29229 12906 0 -1 4202560 62314 0 0 0 523 55 0 0 20 0 15 0 51543479 10804461568 1079742 18446744073709551615 4194304 4196468 140727686060928 139844889065888 139844943343749 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11915264 140727686066613 140727686066766 140727686066766 140727686070223 0
[pid=29229/tid=29233] ppid=29226 vsize=10551232 CPUtime=5.76 cores=0,2,4,6
/proc/29229/task/29233/stat : 29233 (java) R 29226 29229 12906 0 -1 4202560 66594 0 0 0 519 57 0 0 20 0 15 0 51543479 10804461568 1079742 18446744073709551615 4194304 4196468 140727686060928 139844888013656 139844943596612 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11915264 140727686066613 140727686066766 140727686066766 140727686070223 0
[pid=29229/tid=29234] ppid=29226 vsize=10551232 CPUtime=5.75 cores=0,2,4,6
/proc/29229/task/29234/stat : 29234 (java) R 29226 29229 12906 0 -1 4202560 68329 0 0 0 515 60 0 0 20 0 15 0 51543479 10804461568 1079742 18446744073709551615 4194304 4196468 140727686060928 139844886959984 139844951274215 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11915264 140727686066613 140727686066766 140727686066766 140727686070223 0
[pid=29229/tid=29235] ppid=29226 vsize=10551232 CPUtime=5.8 cores=0,2,4,6
/proc/29229/task/29235/stat : 29235 (java) R 29226 29229 12906 0 -1 4202560 69876 0 0 0 520 60 0 0 20 0 15 0 51543479 10804461568 1079742 18446744073709551615 4194304 4196468 140727686060928 139844885908056 139844943596612 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11915264 140727686066613 140727686066766 140727686066766 140727686070223 0
[pid=29229/tid=29236] ppid=29226 vsize=10551232 CPUtime=1.22 cores=0,2,4,6
/proc/29229/task/29236/stat : 29236 (java) S 29226 29229 12906 0 -1 1077944384 5435 0 0 0 122 0 0 0 20 0 15 0 51543480 10804461568 1079742 18446744073709551615 4194304 4196468 140727686060928 139844454904928 139844958656213 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11915264 140727686066613 140727686066766 140727686066766 140727686070223 0
[pid=29229/tid=29237] ppid=29226 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/29229/task/29237/stat : 29237 (java) S 29226 29229 12906 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 51543481 10804461568 1079742 18446744073709551615 4194304 4196468 140727686060928 139844453852896 139844958656213 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11915264 140727686066613 140727686066766 140727686066766 140727686070223 0
[pid=29229/tid=29238] ppid=29226 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/29229/task/29238/stat : 29238 (java) S 29226 29229 12906 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 51543481 10804461568 1079742 18446744073709551615 4194304 4196468 140727686060928 139844452799744 139844958656213 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11915264 140727686066613 140727686066766 140727686066766 140727686070223 0
[pid=29229/tid=29239] ppid=29226 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/29229/task/29239/stat : 29239 (java) S 29226 29229 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51543483 10804461568 1079742 18446744073709551615 4194304 4196468 140727686060928 139844451748304 139844958664603 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11915264 140727686066613 140727686066766 140727686066766 140727686070223 0

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

/proc/29229/task/29351/stat : 29351 (java) S 29226 29229 12906 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 17 0 51580398 10943037440 2075735 18446744073709551615 4194304 4196468 140727686060928 139844442279904 139844958656213 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11915264 140727686066613 140727686066766 140727686066766 140727686070223 0
Current children cumulated CPU time (s) 1443.84
Current children cumulated vsize (KiB) 10686560

[startup+395.201 s]
/proc/loadavg: 7.36 6.82 5.39 9/220 29352
/proc/meminfo: memFree=14924572/32770624 swapFree=0/364096
[pid=29229] ppid=29226 vsize=10686560 CPUtime=1450.04 cores=0,2,4,6
/proc/29229/stat : 29229 (java) S 29226 29229 12906 0 -1 1077944320 2023297 0 0 0 144266 738 0 0 20 0 17 0 51543473 10943037440 2075735 18446744073709551615 4194304 4196468 140727686060928 140727686043472 139844958646007 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 4 0 0 6293624 6294260 11915264 140727686066613 140727686066766 140727686066766 140727686070223 0
/proc/29229/statm: 2671640 2075735 3163 1 0 2661055 0
[pid=29229/tid=29231] ppid=29226 vsize=10686560 CPUtime=14.58 cores=0,2,4,6
/proc/29229/task/29231/stat : 29231 (java) S 29226 29229 12906 0 -1 1077944384 23542 0 0 0 1426 32 0 0 20 0 17 0 51543478 10943037440 2075735 18446744073709551615 4194304 4196468 140727686060928 139844962886688 139844958656213 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 11915264 140727686066613 140727686066766 140727686066766 140727686070223 0
[pid=29229/tid=29232] ppid=29226 vsize=10686560 CPUtime=351.94 cores=0,2,4,6
/proc/29229/task/29232/stat : 29232 (java) R 29226 29229 12906 0 -1 4202560 472384 0 0 0 35027 167 0 0 20 0 17 0 51543479 10943037440 2075735 18446744073709551615 4194304 4196468 140727686060928 139844889065808 139844951274215 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11915264 140727686066613 140727686066766 140727686066766 140727686070223 0
[pid=29229/tid=29233] ppid=29226 vsize=10686560 CPUtime=352.32 cores=0,2,4,6
/proc/29229/task/29233/stat : 29233 (java) R 29226 29229 12906 0 -1 4202560 598812 0 0 0 35052 180 0 0 20 0 17 0 51543479 10943037440 2075735 18446744073709551615 4194304 4196468 140727686060928 139844888013576 139844951274215 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11915264 140727686066613 140727686066766 140727686066766 140727686070223 0
[pid=29229/tid=29234] ppid=29226 vsize=10686560 CPUtime=351.18 cores=0,2,4,6
/proc/29229/task/29234/stat : 29234 (java) R 29226 29229 12906 0 -1 4202560 434668 0 0 0 34934 184 0 0 20 0 17 0 51543479 10943037440 2075735 18446744073709551615 4194304 4196468 140727686060928 139844886960600 139844943345820 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11915264 140727686066613 140727686066766 140727686066766 140727686070223 0
[pid=29229/tid=29235] ppid=29226 vsize=10686560 CPUtime=352.5 cores=0,2,4,6
/proc/29229/task/29235/stat : 29235 (java) S 29226 29229 12906 0 -1 1077944384 391554 0 0 0 35087 163 0 0 20 0 17 0 51543479 10943037440 2075735 18446744073709551615 4194304 4196468 140727686060928 139844885907664 139844958657154 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11915264 140727686066613 140727686066766 140727686066766 140727686070223 0
[pid=29229/tid=29236] ppid=29226 vsize=10686560 CPUtime=25.03 cores=0,2,4,6
/proc/29229/task/29236/stat : 29236 (java) S 29226 29229 12906 0 -1 1077944384 88867 0 0 0 2498 5 0 0 20 0 17 0 51543480 10943037440 2075735 18446744073709551615 4194304 4196468 140727686060928 139844454905152 139844958656213 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11915264 140727686066613 140727686066766 140727686066766 140727686070223 0
[pid=29229/tid=29237] ppid=29226 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/29229/task/29237/stat : 29237 (java) S 29226 29229 12906 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 51543481 10943037440 2075735 18446744073709551615 4194304 4196468 140727686060928 139844453852896 139844958656213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11915264 140727686066613 140727686066766 140727686066766 140727686070223 0
[pid=29229/tid=29238] ppid=29226 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/29229/task/29238/stat : 29238 (java) S 29226 29229 12906 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 17 0 51543481 10943037440 2075735 18446744073709551615 4194304 4196468 140727686060928 139844452799744 139844958656213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11915264 140727686066613 140727686066766 140727686066766 140727686070223 0
[pid=29229/tid=29239] ppid=29226 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/29229/task/29239/stat : 29239 (java) S 29226 29229 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 51543483 10943037440 2075735 18446744073709551615 4194304 4196468 140727686060928 139844451748304 139844958664603 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11915264 140727686066613 140727686066766 140727686066766 140727686070223 0
[pid=29229/tid=29240] ppid=29226 vsize=10686560 CPUtime=0.94 cores=0,2,4,6
/proc/29229/task/29240/stat : 29240 (java) S 29226 29229 12906 0 -1 1077944384 4008 0 0 0 94 0 0 0 20 0 17 0 51543483 10943037440 2075735 18446744073709551615 4194304 4196468 140727686060928 139844450695168 139844958656213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11915264 140727686066613 140727686066766 140727686066766 140727686070223 0
[pid=29229/tid=29241] ppid=29226 vsize=10686560 CPUtime=0.9 cores=0,2,4,6
/proc/29229/task/29241/stat : 29241 (java) S 29226 29229 12906 0 -1 1077944384 3552 0 0 0 89 1 0 0 20 0 17 0 51543483 10943037440 2075735 18446744073709551615 4194304 4196468 140727686060928 139844449642912 139844958656213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11915264 140727686066613 140727686066766 140727686066766 140727686070223 0
[pid=29229/tid=29242] ppid=29226 vsize=10686560 CPUtime=0.38 cores=0,2,4,6
/proc/29229/task/29242/stat : 29242 (java) S 29226 29229 12906 0 -1 1077944384 3698 0 0 0 38 0 0 0 20 0 17 0 51543483 10943037440 2075735 18446744073709551615 4194304 4196468 140727686060928 139844448588640 139844958656213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11915264 140727686066613 140727686066766 140727686066766 140727686070223 0
[pid=29229/tid=29243] ppid=29226 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/29229/task/29243/stat : 29243 (java) S 29226 29229 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 51543484 10943037440 2075735 18446744073709551615 4194304 4196468 140727686060928 139844447537504 139844958656213 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11915264 140727686066613 140727686066766 140727686066766 140727686070223 0
[pid=29229/tid=29244] ppid=29226 vsize=10686560 CPUtime=0.16 cores=0,2,4,6
/proc/29229/task/29244/stat : 29244 (java) S 29226 29229 12906 0 -1 1077944384 754 0 0 0 11 5 0 0 20 0 17 0 51543488 10943037440 2075735 18446744073709551615 4194304 4196468 140727686060928 139844446485552 139844958657154 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11915264 140727686066613 140727686066766 140727686066766 140727686070223 0
[pid=29229/tid=29350] ppid=29226 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/29229/task/29350/stat : 29350 (java) S 29226 29229 12906 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 17 0 51580398 10943037440 2075735 18446744073709551615 4194304 4196468 140727686060928 139844443332848 139844958656213 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11915264 140727686066613 140727686066766 140727686066766 140727686070223 0
[pid=29229/tid=29351] ppid=29226 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/29229/task/29351/stat : 29351 (java) S 29226 29229 12906 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 17 0 51580398 10943037440 2075735 18446744073709551615 4194304 4196468 140727686060928 139844442279904 139844958656213 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11915264 140727686066613 140727686066766 140727686066766 140727686070223 0
Current children cumulated CPU time (s) 1450.04
Current children cumulated vsize (KiB) 10686560

[startup+396.801 s]
/proc/loadavg: 7.36 6.82 5.39 9/220 29352
/proc/meminfo: memFree=14924572/32770624 swapFree=0/364088
[pid=29229] ppid=29226 vsize=10686560 CPUtime=1456.24 cores=0,2,4,6
/proc/29229/stat : 29229 (java) S 29226 29229 12906 0 -1 1077944320 2023679 0 0 0 144885 739 0 0 20 0 17 0 51543473 10943037440 2075735 18446744073709551615 4194304 4196468 140727686060928 140727686043472 139844958646007 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 4 0 0 6293624 6294260 11915264 140727686066613 140727686066766 140727686066766 140727686070223 0
/proc/29229/statm: 2671640 2075735 3163 1 0 2661055 0
[pid=29229/tid=29231] ppid=29226 vsize=10686560 CPUtime=14.58 cores=0,2,4,6
/proc/29229/task/29231/stat : 29231 (java) S 29226 29229 12906 0 -1 1077944384 23542 0 0 0 1426 32 0 0 20 0 17 0 51543478 10943037440 2075735 18446744073709551615 4194304 4196468 140727686060928 139844962886688 139844958656213 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 11915264 140727686066613 140727686066766 140727686066766 140727686070223 0
[pid=29229/tid=29232] ppid=29226 vsize=10686560 CPUtime=353.48 cores=0,2,4,6
/proc/29229/task/29232/stat : 29232 (java) R 29226 29229 12906 0 -1 4202560 472384 0 0 0 35181 167 0 0 20 0 17 0 51543479 10943037440 2075735 18446744073709551615 4194304 4196468 140727686060928 139844889066120 139844951274215 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11915264 140727686066613 140727686066766 140727686066766 140727686070223 0
[pid=29229/tid=29233] ppid=29226 vsize=10686560 CPUtime=353.85 cores=0,2,4,6
/proc/29229/task/29233/stat : 29233 (java) R 29226 29229 12906 0 -1 4202560 598812 0 0 0 35204 181 0 0 20 0 17 0 51543479 10943037440 2075735 18446744073709551615 4194304 4196468 140727686060928 139844888013264 139844951274215 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11915264 140727686066613 140727686066766 140727686066766 140727686070223 0
[pid=29229/tid=29234] ppid=29226 vsize=10686560 CPUtime=352.78 cores=0,2,4,6
/proc/29229/task/29234/stat : 29234 (java) R 29226 29229 12906 0 -1 4202560 435050 0 0 0 35094 184 0 0 20 0 17 0 51543479 10943037440 2075735 18446744073709551615 4194304 4196468 140727686060928 139844886960600 139844943635565 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11915264 140727686066613 140727686066766 140727686066766 140727686070223 0
[pid=29229/tid=29235] ppid=29226 vsize=10686560 CPUtime=354.03 cores=0,2,4,6
/proc/29229/task/29235/stat : 29235 (java) R 29226 29229 12906 0 -1 4202560 391554 0 0 0 35240 163 0 0 20 0 17 0 51543479 10943037440 2075735 18446744073709551615 4194304 4196468 140727686060928 139844885907976 139844951274215 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11915264 140727686066613 140727686066766 140727686066766 140727686070223 0
[pid=29229/tid=29236] ppid=29226 vsize=10686560 CPUtime=25.03 cores=0,2,4,6
/proc/29229/task/29236/stat : 29236 (java) S 29226 29229 12906 0 -1 1077944384 88867 0 0 0 2498 5 0 0 20 0 17 0 51543480 10943037440 2075735 18446744073709551615 4194304 4196468 140727686060928 139844454905152 139844958656213 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11915264 140727686066613 140727686066766 140727686066766 140727686070223 0
[pid=29229/tid=29237] ppid=29226 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/29229/task/29237/stat : 29237 (java) S 29226 29229 12906 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 51543481 10943037440 2075735 18446744073709551615 4194304 4196468 140727686060928 139844453852896 139844958656213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11915264 140727686066613 140727686066766 140727686066766 140727686070223 0
[pid=29229/tid=29238] ppid=29226 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/29229/task/29238/stat : 29238 (java) S 29226 29229 12906 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 17 0 51543481 10943037440 2075735 18446744073709551615 4194304 4196468 140727686060928 139844452799744 139844958656213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11915264 140727686066613 140727686066766 140727686066766 140727686070223 0
[pid=29229/tid=29239] ppid=29226 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/29229/task/29239/stat : 29239 (java) S 29226 29229 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 51543483 10943037440 2075735 18446744073709551615 4194304 4196468 140727686060928 139844451748304 139844958664603 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11915264 140727686066613 140727686066766 140727686066766 140727686070223 0
[pid=29229/tid=29240] ppid=29226 vsize=10686560 CPUtime=0.94 cores=0,2,4,6
/proc/29229/task/29240/stat : 29240 (java) S 29226 29229 12906 0 -1 1077944384 4008 0 0 0 94 0 0 0 20 0 17 0 51543483 10943037440 2075735 18446744073709551615 4194304 4196468 140727686060928 139844450695168 139844958656213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11915264 140727686066613 140727686066766 140727686066766 140727686070223 0
[pid=29229/tid=29241] ppid=29226 vsize=10686560 CPUtime=0.9 cores=0,2,4,6
/proc/29229/task/29241/stat : 29241 (java) S 29226 29229 12906 0 -1 1077944384 3552 0 0 0 89 1 0 0 20 0 17 0 51543483 10943037440 2075735 18446744073709551615 4194304 4196468 140727686060928 139844449642912 139844958656213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11915264 140727686066613 140727686066766 140727686066766 140727686070223 0
[pid=29229/tid=29242] ppid=29226 vsize=10686560 CPUtime=0.38 cores=0,2,4,6
/proc/29229/task/29242/stat : 29242 (java) S 29226 29229 12906 0 -1 1077944384 3698 0 0 0 38 0 0 0 20 0 17 0 51543483 10943037440 2075735 18446744073709551615 4194304 4196468 140727686060928 139844448588640 139844958656213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11915264 140727686066613 140727686066766 140727686066766 140727686070223 0
[pid=29229/tid=29243] ppid=29226 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/29229/task/29243/stat : 29243 (java) S 29226 29229 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 51543484 10943037440 2075735 18446744073709551615 4194304 4196468 140727686060928 139844447537504 139844958656213 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11915264 140727686066613 140727686066766 140727686066766 140727686070223 0
[pid=29229/tid=29244] ppid=29226 vsize=10686560 CPUtime=0.16 cores=0,2,4,6
/proc/29229/task/29244/stat : 29244 (java) S 29226 29229 12906 0 -1 1077944384 754 0 0 0 11 5 0 0 20 0 17 0 51543488 10943037440 2075735 18446744073709551615 4194304 4196468 140727686060928 139844446485552 139844958657154 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11915264 140727686066613 140727686066766 140727686066766 140727686070223 0
[pid=29229/tid=29350] ppid=29226 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/29229/task/29350/stat : 29350 (java) S 29226 29229 12906 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 17 0 51580398 10943037440 2075735 18446744073709551615 4194304 4196468 140727686060928 139844443332848 139844958656213 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11915264 140727686066613 140727686066766 140727686066766 140727686070223 0
[pid=29229/tid=29351] ppid=29226 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/29229/task/29351/stat : 29351 (java) S 29226 29229 12906 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 17 0 51580398 10943037440 2075735 18446744073709551615 4194304 4196468 140727686060928 139844442279904 139844958656213 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11915264 140727686066613 140727686066766 140727686066766 140727686070223 0
Current children cumulated CPU time (s) 1456.24
Current children cumulated vsize (KiB) 10686560

[startup+397.601 s]
/proc/loadavg: 7.36 6.82 5.39 9/220 29352
/proc/meminfo: memFree=14924572/32770624 swapFree=0/364088
[pid=29229] ppid=29226 vsize=10686560 CPUtime=1458.12 cores=0,2,4,6
/proc/29229/stat : 29229 (java) S 29226 29229 12906 0 -1 1077944320 2024590 0 0 0 145072 740 0 0 20 0 17 0 51543473 10943037440 2075736 18446744073709551615 4194304 4196468 140727686060928 140727686043472 139844958646007 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 4 0 0 6293624 6294260 11915264 140727686066613 140727686066766 140727686066766 140727686070223 0
/proc/29229/statm: 2671640 2075736 3163 1 0 2661055 0
[pid=29229/tid=29231] ppid=29226 vsize=10686560 CPUtime=14.58 cores=0,2,4,6
/proc/29229/task/29231/stat : 29231 (java) S 29226 29229 12906 0 -1 1077944384 23542 0 0 0 1426 32 0 0 20 0 17 0 51543478 10943037440 2075736 18446744073709551615 4194304 4196468 140727686060928 139844962886688 139844958656213 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 11915264 140727686066613 140727686066766 140727686066766 140727686070223 0
[pid=29229/tid=29232] ppid=29226 vsize=10686560 CPUtime=353.83 cores=0,2,4,6
/proc/29229/task/29232/stat : 29232 (java) S 29226 29229 12906 0 -1 1077944384 472384 0 0 0 35216 167 0 0 20 0 17 0 51543479 10943037440 2075736 18446744073709551615 4194304 4196468 140727686060928 139844889066000 139844958656213 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11915264 140727686066613 140727686066766 140727686066766 140727686070223 0
[pid=29229/tid=29233] ppid=29226 vsize=10686560 CPUtime=354.21 cores=0,2,4,6
/proc/29229/task/29233/stat : 29233 (java) S 29226 29229 12906 0 -1 1077944384 598813 0 0 0 35240 181 0 0 20 0 17 0 51543479 10943037440 2075736 18446744073709551615 4194304 4196468 140727686060928 139844888013456 139844958656213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11915264 140727686066613 140727686066766 140727686066766 140727686070223 0
[pid=29229/tid=29234] ppid=29226 vsize=10686560 CPUtime=353.15 cores=0,2,4,6
/proc/29229/task/29234/stat : 29234 (java) S 29226 29229 12906 0 -1 1077944384 435345 0 0 0 35131 184 0 0 20 0 17 0 51543479 10943037440 2075736 18446744073709551615 4194304 4196468 140727686060928 139844886960400 139844958656213 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11915264 140727686066613 140727686066766 140727686066766 140727686070223 0
[pid=29229/tid=29235] ppid=29226 vsize=10686560 CPUtime=354.39 cores=0,2,4,6
/proc/29229/task/29235/stat : 29235 (java) S 29226 29229 12906 0 -1 1077944384 391557 0 0 0 35276 163 0 0 20 0 17 0 51543479 10943037440 2075736 18446744073709551615 4194304 4196468 140727686060928 139844885907856 139844958656213 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11915264 140727686066613 140727686066766 140727686066766 140727686070223 0
[pid=29229/tid=29236] ppid=29226 vsize=10686560 CPUtime=25.45 cores=0,2,4,6
/proc/29229/task/29236/stat : 29236 (java) R 29226 29229 12906 0 -1 4202560 89479 0 0 0 2540 5 0 0 20 0 17 0 51543480 10943037440 2075736 18446744073709551615 4194304 4196468 140727686060928 139844454905040 139844943642411 0 0 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11915264 140727686066613 140727686066766 140727686066766 140727686070223 0
[pid=29229/tid=29237] ppid=29226 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/29229/task/29237/stat : 29237 (java) S 29226 29229 12906 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 51543481 10943037440 2075736 18446744073709551615 4194304 4196468 140727686060928 139844453852896 139844958656213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11915264 140727686066613 140727686066766 140727686066766 140727686070223 0
[pid=29229/tid=29238] ppid=29226 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/29229/task/29238/stat : 29238 (java) S 29226 29229 12906 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 17 0 51543481 10943037440 2075736 18446744073709551615 4194304 4196468 140727686060928 139844452799744 139844958656213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11915264 140727686066613 140727686066766 140727686066766 140727686070223 0
[pid=29229/tid=29239] ppid=29226 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/29229/task/29239/stat : 29239 (java) S 29226 29229 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 51543483 10943037440 2075736 18446744073709551615 4194304 4196468 140727686060928 139844451748304 139844958664603 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11915264 140727686066613 140727686066766 140727686066766 140727686070223 0
[pid=29229/tid=29240] ppid=29226 vsize=10686560 CPUtime=0.94 cores=0,2,4,6
/proc/29229/task/29240/stat : 29240 (java) S 29226 29229 12906 0 -1 1077944384 4008 0 0 0 94 0 0 0 20 0 17 0 51543483 10943037440 2075736 18446744073709551615 4194304 4196468 140727686060928 139844450695168 139844958656213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11915264 140727686066613 140727686066766 140727686066766 140727686070223 0
[pid=29229/tid=29241] ppid=29226 vsize=10686560 CPUtime=0.9 cores=0,2,4,6
/proc/29229/task/29241/stat : 29241 (java) S 29226 29229 12906 0 -1 1077944384 3552 0 0 0 89 1 0 0 20 0 17 0 51543483 10943037440 2075736 18446744073709551615 4194304 4196468 140727686060928 139844449642912 139844958656213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11915264 140727686066613 140727686066766 140727686066766 140727686070223 0
[pid=29229/tid=29242] ppid=29226 vsize=10686560 CPUtime=0.38 cores=0,2,4,6
/proc/29229/task/29242/stat : 29242 (java) S 29226 29229 12906 0 -1 1077944384 3698 0 0 0 38 0 0 0 20 0 17 0 51543483 10943037440 2075736 18446744073709551615 4194304 4196468 140727686060928 139844448588640 139844958656213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11915264 140727686066613 140727686066766 140727686066766 140727686070223 0
[pid=29229/tid=29243] ppid=29226 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/29229/task/29243/stat : 29243 (java) S 29226 29229 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 51543484 10943037440 2075736 18446744073709551615 4194304 4196468 140727686060928 139844447537504 139844958656213 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11915264 140727686066613 140727686066766 140727686066766 140727686070223 0
[pid=29229/tid=29244] ppid=29226 vsize=10686560 CPUtime=0.16 cores=0,2,4,6
/proc/29229/task/29244/stat : 29244 (java) S 29226 29229 12906 0 -1 1077944384 754 0 0 0 11 5 0 0 20 0 17 0 51543488 10943037440 2075736 18446744073709551615 4194304 4196468 140727686060928 139844446485552 139844958657154 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11915264 140727686066613 140727686066766 140727686066766 140727686070223 0
[pid=29229/tid=29350] ppid=29226 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/29229/task/29350/stat : 29350 (java) S 29226 29229 12906 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 17 0 51580398 10943037440 2075736 18446744073709551615 4194304 4196468 140727686060928 139844443332848 139844958656213 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11915264 140727686066613 140727686066766 140727686066766 140727686070223 0
[pid=29229/tid=29351] ppid=29226 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/29229/task/29351/stat : 29351 (java) S 29226 29229 12906 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 17 0 51580398 10943037440 2075736 18446744073709551615 4194304 4196468 140727686060928 139844442279904 139844958656213 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11915264 140727686066613 140727686066766 140727686066766 140727686070223 0
Current children cumulated CPU time (s) 1458.12
Current children cumulated vsize (KiB) 10686560

[startup+398.001 s]
/proc/loadavg: 7.36 6.82 5.39 9/220 29352
/proc/meminfo: memFree=14924572/32770624 swapFree=0/364088
[pid=29229] ppid=29226 vsize=10686560 CPUtime=1458.52 cores=0,2,4,6
/proc/29229/stat : 29229 (java) S 29226 29229 12906 0 -1 1077944320 2024591 0 0 0 145112 740 0 0 20 0 17 0 51543473 10943037440 2075736 18446744073709551615 4194304 4196468 140727686060928 140727686043472 139844958646007 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 4 0 0 6293624 6294260 11915264 140727686066613 140727686066766 140727686066766 140727686070223 0
/proc/29229/statm: 2671640 2075736 3163 1 0 2661055 0
[pid=29229/tid=29231] ppid=29226 vsize=10686560 CPUtime=14.58 cores=0,2,4,6
/proc/29229/task/29231/stat : 29231 (java) S 29226 29229 12906 0 -1 1077944384 23542 0 0 0 1426 32 0 0 20 0 17 0 51543478 10943037440 2075736 18446744073709551615 4194304 4196468 140727686060928 139844962886688 139844958656213 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 11915264 140727686066613 140727686066766 140727686066766 140727686070223 0
[pid=29229/tid=29232] ppid=29226 vsize=10686560 CPUtime=353.83 cores=0,2,4,6
/proc/29229/task/29232/stat : 29232 (java) S 29226 29229 12906 0 -1 1077944384 472384 0 0 0 35216 167 0 0 20 0 17 0 51543479 10943037440 2075736 18446744073709551615 4194304 4196468 140727686060928 139844889066000 139844958656213 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11915264 140727686066613 140727686066766 140727686066766 140727686070223 0
[pid=29229/tid=29233] ppid=29226 vsize=10686560 CPUtime=354.21 cores=0,2,4,6
/proc/29229/task/29233/stat : 29233 (java) S 29226 29229 12906 0 -1 1077944384 598813 0 0 0 35240 181 0 0 20 0 17 0 51543479 10943037440 2075736 18446744073709551615 4194304 4196468 140727686060928 139844888013456 139844958656213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11915264 140727686066613 140727686066766 140727686066766 140727686070223 0
[pid=29229/tid=29234] ppid=29226 vsize=10686560 CPUtime=353.15 cores=0,2,4,6
/proc/29229/task/29234/stat : 29234 (java) S 29226 29229 12906 0 -1 1077944384 435345 0 0 0 35131 184 0 0 20 0 17 0 51543479 10943037440 2075736 18446744073709551615 4194304 4196468 140727686060928 139844886960400 139844958656213 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11915264 140727686066613 140727686066766 140727686066766 140727686070223 0
[pid=29229/tid=29235] ppid=29226 vsize=10686560 CPUtime=354.39 cores=0,2,4,6
/proc/29229/task/29235/stat : 29235 (java) S 29226 29229 12906 0 -1 1077944384 391557 0 0 0 35276 163 0 0 20 0 17 0 51543479 10943037440 2075736 18446744073709551615 4194304 4196468 140727686060928 139844885907856 139844958656213 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11915264 140727686066613 140727686066766 140727686066766 140727686070223 0
[pid=29229/tid=29236] ppid=29226 vsize=10686560 CPUtime=25.85 cores=0,2,4,6
/proc/29229/task/29236/stat : 29236 (java) R 29226 29229 12906 0 -1 4202560 89480 0 0 0 2580 5 0 0 20 0 17 0 51543480 10943037440 2075736 18446744073709551615 4194304 4196468 140727686060928 139844454905040 139844937016182 0 0 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11915264 140727686066613 140727686066766 140727686066766 140727686070223 0
[pid=29229/tid=29237] ppid=29226 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/29229/task/29237/stat : 29237 (java) S 29226 29229 12906 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 51543481 10943037440 2075736 18446744073709551615 4194304 4196468 140727686060928 139844453852896 139844958656213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11915264 140727686066613 140727686066766 140727686066766 140727686070223 0
[pid=29229/tid=29238] ppid=29226 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/29229/task/29238/stat : 29238 (java) S 29226 29229 12906 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 17 0 51543481 10943037440 2075736 18446744073709551615 4194304 4196468 140727686060928 139844452799744 139844958656213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11915264 140727686066613 140727686066766 140727686066766 140727686070223 0
[pid=29229/tid=29239] ppid=29226 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/29229/task/29239/stat : 29239 (java) S 29226 29229 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 51543483 10943037440 2075736 18446744073709551615 4194304 4196468 140727686060928 139844451748304 139844958664603 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11915264 140727686066613 140727686066766 140727686066766 140727686070223 0
[pid=29229/tid=29240] ppid=29226 vsize=10686560 CPUtime=0.94 cores=0,2,4,6
/proc/29229/task/29240/stat : 29240 (java) S 29226 29229 12906 0 -1 1077944384 4008 0 0 0 94 0 0 0 20 0 17 0 51543483 10943037440 2075736 18446744073709551615 4194304 4196468 140727686060928 139844450695168 139844958656213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11915264 140727686066613 140727686066766 140727686066766 140727686070223 0
[pid=29229/tid=29241] ppid=29226 vsize=10686560 CPUtime=0.9 cores=0,2,4,6
/proc/29229/task/29241/stat : 29241 (java) S 29226 29229 12906 0 -1 1077944384 3552 0 0 0 89 1 0 0 20 0 17 0 51543483 10943037440 2075736 18446744073709551615 4194304 4196468 140727686060928 139844449642912 139844958656213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11915264 140727686066613 140727686066766 140727686066766 140727686070223 0
[pid=29229/tid=29242] ppid=29226 vsize=10686560 CPUtime=0.38 cores=0,2,4,6
/proc/29229/task/29242/stat : 29242 (java) S 29226 29229 12906 0 -1 1077944384 3698 0 0 0 38 0 0 0 20 0 17 0 51543483 10943037440 2075736 18446744073709551615 4194304 4196468 140727686060928 139844448588640 139844958656213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11915264 140727686066613 140727686066766 140727686066766 140727686070223 0
[pid=29229/tid=29243] ppid=29226 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/29229/task/29243/stat : 29243 (java) S 29226 29229 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 51543484 10943037440 2075736 18446744073709551615 4194304 4196468 140727686060928 139844447537504 139844958656213 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11915264 140727686066613 140727686066766 140727686066766 140727686070223 0
[pid=29229/tid=29244] ppid=29226 vsize=10686560 CPUtime=0.16 cores=0,2,4,6
/proc/29229/task/29244/stat : 29244 (java) S 29226 29229 12906 0 -1 1077944384 754 0 0 0 11 5 0 0 20 0 17 0 51543488 10943037440 2075736 18446744073709551615 4194304 4196468 140727686060928 139844446485552 139844958657154 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11915264 140727686066613 140727686066766 140727686066766 140727686070223 0
[pid=29229/tid=29350] ppid=29226 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/29229/task/29350/stat : 29350 (java) S 29226 29229 12906 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 17 0 51580398 10943037440 2075736 18446744073709551615 4194304 4196468 140727686060928 139844443332848 139844958656213 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11915264 140727686066613 140727686066766 140727686066766 140727686070223 0
[pid=29229/tid=29351] ppid=29226 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/29229/task/29351/stat : 29351 (java) S 29226 29229 12906 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 17 0 51580398 10943037440 2075736 18446744073709551615 4194304 4196468 140727686060928 139844442279904 139844958656213 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11915264 140727686066613 140727686066766 140727686066766 140727686070223 0
Current children cumulated CPU time (s) 1458.52
Current children cumulated vsize (KiB) 10686560

Child status: 0
Real time (s): 398.089
CPU time (s): 1458.61
CPU user time (s): 1451.15
CPU system time (s): 7.46431
CPU usage (%): 366.404
Max. virtual memory (cumulated for all children) (KiB): 10686560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1451.15
system time used= 7.46432
maximum resident set size= 8303228
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2028072
page faults= 0
swaps= 0
block input operations= 0
block output operations= 568
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22895
involuntary context switches= 30780

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.8251 second user time and 2.59692 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-07 10:44:48
IDJOB=4244006
IDBENCH=140586
IDSOLVER=2623
FILE ID=node135/4244006-1502096325
RUNJOBID= node135-1502041652-17604
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Ramsey/Ramsey-int-s1/Ramsey-int-41.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4244006-1502096325/watcher-4244006-1502096325 -o /tmp/evaluation-result-4244006-1502096325/solver-4244006-1502096325 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502041652-17604 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4244006-1502096325.xml

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

MD5SUM BENCH= 85969bfc3f0409b7eeff9db7f7011033
RANDOM SEED=1314632549

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.21
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.21
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.21
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.21
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:        23233740 kB
MemAvailable:   23682652 kB
Buffers:          223816 kB
Cached:           513380 kB
SwapCached:            0 kB
Active:          8704072 kB
Inactive:         388908 kB
Active(anon):    8356008 kB
Inactive(anon):    24972 kB
Active(file):     348064 kB
Inactive(file):   363936 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1972 kB
Writeback:             4 kB
AnonPages:       8355460 kB
Mapped:            51396 kB
Shmem:             25344 kB
Slab:             132436 kB
SReclaimable:     105492 kB
SUnreclaim:        26944 kB
KernelStack:        3488 kB
PageTables:        20852 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8616884 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7475200 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 62028 MiB
End job on node135 at 2017-08-07 10:51:26