Trace number 4289965

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j-CSP 2018-07-11? (problem) 1422.03 394.146

General information on the benchmark

NameTemplateDesign/
TemplateDesign-m2-2_c18.xml
MD5SUM44fbe0987cd748884024830a876a5560
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.65126
Satisfiable
(Un)Satisfiability was proved
Number of variables35
Number of constraints21
Number of domains3
Minimum domain size2
Maximum domain size1101
Distribution of domain sizes[{"size":2,"count":5},{"size":7,"count":25},{"size":1101,"count":5}]
Minimum variable degree2
Maximum variable degree7
Distribution of variable degrees[{"degree":2,"count":20},{"degree":3,"count":10},{"degree":7,"count":5}]
Minimum constraint arity2
Maximum constraint arity10
Distribution of constraint arities[{"arity":2,"count":10},{"arity":5,"count":6},{"arity":10,"count":5}]
Number of extensional constraints0
Number of intensional constraints10
Distribution of constraint types[{"type":"intension","count":10},{"type":"ordered","count":1},{"type":"sum","count":10}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

1322.41/367.61	Jul 22, 2018 1:53:43 AM org.sat4j.reader.XMLCSP3Reader parseInstance
1322.41/367.61	INFO: Runtime exception
1322.41/367.61	java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1322.41/367.61		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1322.41/367.61		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:78)
1322.41/367.61		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:59)
1322.41/367.61		at org.sat4j.csp.constraints3.CountingCtrBuilder.buildCtrSum(CountingCtrBuilder.java:140)
1322.41/367.61		at org.sat4j.reader.XMLCSP3Reader.buildCtrSum(XMLCSP3Reader.java:598)
1322.41/367.61		at org.xcsp.parser.loaders.CtrLoaderInteger.sum(CtrLoaderInteger.java:385)
1322.41/367.61		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:188)
1322.41/367.61		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:538)
1322.41/367.61		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:440)
1322.41/367.61		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:418)
1322.41/367.61		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:343)
1322.41/367.61		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:308)
1322.41/367.61		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1322.41/367.61		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1322.41/367.61		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1322.41/367.61		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1322.41/367.61		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1322.41/367.61	Caused by: java.lang.reflect.InvocationTargetException
1322.41/367.61		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1322.41/367.61		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1322.41/367.61		at java.lang.reflect.Method.invoke(Method.java:498)
1322.41/367.61		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1322.41/367.61		... 16 more
1322.41/367.61	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1322.41/367.61		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1322.41/367.61		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1322.41/367.61		... 20 more
1322.41/367.61	Caused by: java.lang.reflect.InvocationTargetException
1322.41/367.61		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1322.41/367.61		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1322.41/367.61		at java.lang.reflect.Method.invoke(Method.java:498)
1322.41/367.61		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1322.41/367.61		... 21 more
1322.41/367.61	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1322.41/367.61		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1322.41/367.61		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1322.41/367.61		... 25 more
1322.41/367.61	Caused by: java.lang.reflect.InvocationTargetException
1322.41/367.61		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1322.41/367.61		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1322.41/367.61		at java.lang.reflect.Method.invoke(Method.java:498)
1322.41/367.61		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1322.41/367.61		... 26 more
1322.41/367.61	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1322.41/367.61		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1322.41/367.61		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1322.41/367.61		... 30 more
1322.41/367.61	Caused by: java.lang.reflect.InvocationTargetException
1322.41/367.61		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1322.41/367.61		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1322.41/367.61		at java.lang.reflect.Method.invoke(Method.java:498)
1322.41/367.61		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1322.41/367.61		... 31 more
1322.41/367.61	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1322.41/367.61		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:128)
1322.41/367.61		... 35 more
1322.41/367.61	Caused by: java.lang.reflect.InvocationTargetException
1322.41/367.61		at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
1322.41/367.61		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1322.41/367.61		at java.lang.reflect.Method.invoke(Method.java:498)
1322.41/367.61		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:126)
1322.41/367.61		... 35 more
1322.41/367.61	Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
1322.41/367.61		at org.sat4j.minisat.constraints.cnf.WLClause.<init>(WLClause.java:71)
1322.41/367.61		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.<init>(OriginalWLClause.java:40)
1322.41/367.61		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(OriginalWLClause.java:81)
1322.41/367.61		at org.sat4j.pb.constraints.UnitBinaryWLClauseConstructor.constructClause(UnitBinaryWLClauseConstructor.java:56)
1322.41/367.61		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.constructClause(AbstractPBClauseCardConstrDataStructure.java:225)
1322.41/367.61		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.createClause(AbstractPBClauseCardConstrDataStructure.java:70)
1322.41/367.61		at org.sat4j.minisat.core.Solver.addClause(Solver.java:426)
1322.41/367.61		at org.sat4j.csp.CspSatSolverDecorator.addClause(CspSatSolverDecorator.java:147)
1322.41/367.61		at org.sat4j.tools.SolverDecorator.addClause(SolverDecorator.java:236)
1322.41/367.61		at org.sat4j.csp.intension.CspToPBSolverDecorator.addClause(CspToPBSolverDecorator.java:85)
1322.41/367.61		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.buildImplVar(TseitinBasedIntensionCtrEncoder.java:540)
1322.41/367.61		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorAdd(TseitinBasedIntensionCtrEncoder.java:159)
1322.41/367.61		at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
1322.41/367.61		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1322.41/367.61		at java.lang.reflect.Method.invoke(Method.java:498)
1322.41/367.61		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:126)
1322.41/367.61		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1322.41/367.61		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1322.41/367.61		at java.lang.reflect.Method.invoke(Method.java:498)
1322.41/367.61		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1322.41/367.61		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1322.41/367.61		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1322.41/367.61		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1322.41/367.61		at java.lang.reflect.Method.invoke(Method.java:498)
1322.41/367.61		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1322.41/367.61		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1322.41/367.61		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1322.41/367.61		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1322.41/367.61		at java.lang.reflect.Method.invoke(Method.java:498)
1322.41/367.61		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1322.41/367.61		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1322.41/367.61		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1322.41/367.61	
1421.88/394.10	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
1421.88/394.10		at java.nio.CharBuffer.wrap(CharBuffer.java:373)
1421.88/394.10		at sun.nio.cs.StreamEncoder.implWrite(StreamEncoder.java:265)
1421.88/394.10		at sun.nio.cs.StreamEncoder.write(StreamEncoder.java:125)
1421.88/394.10		at java.io.OutputStreamWriter.write(OutputStreamWriter.java:207)
1421.88/394.10		at java.io.BufferedWriter.flushBuffer(BufferedWriter.java:129)
1421.88/394.10		at java.io.BufferedWriter.flush(BufferedWriter.java:253)
1421.88/394.10		at java.io.PrintWriter.flush(PrintWriter.java:320)
1421.88/394.10		at org.sat4j.OptimizationMode.displayResult(OptimizationMode.java:72)
1421.88/394.10		at org.sat4j.AbstractLauncher.displayResult(AbstractLauncher.java:125)
1421.88/394.10		at org.sat4j.csp.CSPLauncher.displayResult(CSPLauncher.java:150)
1421.88/394.10		at org.sat4j.AbstractLauncher$1.run(AbstractLauncher.java:94)

Verifier Data

One s line expected

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4289965-1532216871/watcher-4289965-1532216871 -o /tmp/evaluation-result-4289965-1532216871/solver-4289965-1532216871 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532209747-25927 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289965-1532216871.xml 

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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=26973, runsolver pid=26970

[startup+0.101473 s]*
/proc/loadavg: 2.29 2.26 2.25 5/215 26988
/proc/meminfo: memFree=13686980/32770624 swapFree=67108860/67108860
[pid=26973] ppid=26970 vsize=10659012 memory=30192 CPUtime=0.13 cores=0,2,4,6
/proc/26973/stat : 26973 (java) S 26970 26973 23392 0 -1 1077944320 6627 0 0 0 12 1 0 0 20 0 15 0 39250246 10914828288 7548 33554432000 4194304 4196468 140733879192112 140733879174656 140109458288375 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 22319104 140733879198833 140733879198985 140733879198985 140733879201743 0
/proc/26973/statm: 2664753 7548 2844 1 0 2627263 0
[pid=26973/tid=26975] ppid=26970 vsize=10659012 memory=-8773748148829981826 CPUtime=0.09 cores=0,2,4,6
/proc/26973/task/26975/stat : 26975 (java) R 26970 26973 23392 0 -1 4202560 4455 0 0 0 8 1 0 0 20 0 15 0 39250246 10914828288 7548 33554432000 4194304 4196468 140733879192112 140109462511408 140109442368862 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22319104 140733879198833 140733879198985 140733879198985 140733879201743 0
[pid=26973/tid=26976] ppid=26970 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26973/task/26976/stat : 26976 (java) S 26970 26973 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39250247 10914828288 7548 33554432000 4194304 4196468 140733879192112 140109065038352 140109458298581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22319104 140733879198833 140733879198985 140733879198985 140733879201743 0
[pid=26973/tid=26977] ppid=26970 vsize=10659012 memory=140065693464192 CPUtime=0 cores=0,2,4,6
/proc/26973/task/26977/stat : 26977 (java) S 26970 26973 23392 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39250247 10914828288 7548 33554432000 4194304 4196468 140733879192112 140109063985808 140109458298581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22319104 140733879198833 140733879198985 140733879198985 140733879201743 0
[pid=26973/tid=26978] ppid=26970 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26973/task/26978/stat : 26978 (java) S 26970 26973 23392 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39250247 10914828288 7548 33554432000 4194304 4196468 140733879192112 140109062932752 140109458298581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22319104 140733879198833 140733879198985 140733879198985 140733879201743 0
[pid=26973/tid=26979] ppid=26970 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26973/task/26979/stat : 26979 (java) S 26970 26973 23392 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39250247 10914828288 7548 33554432000 4194304 4196468 140733879192112 140109061880208 140109458298581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22319104 140733879198833 140733879198985 140733879198985 140733879201743 0
[pid=26973/tid=26980] ppid=26970 vsize=10659012 memory=140065693464192 CPUtime=0 cores=0,2,4,6
/proc/26973/task/26980/stat : 26980 (java) S 26970 26973 23392 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39250248 10914828288 7548 33554432000 4194304 4196468 140733879192112 140109017979632 140109458299522 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22319104 140733879198833 140733879198985 140733879198985 140733879201743 0
[pid=26973/tid=26981] ppid=26970 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26973/task/26981/stat : 26981 (java) S 26970 26973 23392 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39250249 10914828288 7548 33554432000 4194304 4196468 140733879192112 140109016925856 140109458298581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22319104 140733879198833 140733879198985 140733879198985 140733879201743 0
[pid=26973/tid=26982] ppid=26970 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26973/task/26982/stat : 26982 (java) S 26970 26973 23392 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39250249 10914828288 7548 33554432000 4194304 4196468 140733879192112 140109015872752 140109458298581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22319104 140733879198833 140733879198985 140733879198985 140733879201743 0
[pid=26973/tid=26983] ppid=26970 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26973/task/26983/stat : 26983 (java) S 26970 26973 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39250251 10914828288 7548 33554432000 4194304 4196468 140733879192112 140108946729424 140109458306971 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22319104 140733879198833 140733879198985 140733879198985 140733879201743 0
[pid=26973/tid=26984] ppid=26970 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26973/task/26984/stat : 26984 (java) S 26970 26973 23392 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 15 0 39250251 10914828288 7548 33554432000 4194304 4196468 140733879192112 140108945676528 140109458299522 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22319104 140733879198833 140733879198985 140733879198985 140733879201743 0
[pid=26973/tid=26985] ppid=26970 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26973/task/26985/stat : 26985 (java) S 26970 26973 23392 0 -1 1077944384 151 0 0 0 0 0 0 0 20 0 15 0 39250251 10914828288 7548 33554432000 4194304 4196468 140733879192112 140108944623984 140109458299522 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22319104 140733879198833 140733879198985 140733879198985 140733879201743 0
[pid=26973/tid=26986] ppid=26970 vsize=10659012 memory=140065693464192 CPUtime=0.02 cores=0,2,4,6
/proc/26973/task/26986/stat : 26986 (java) R 26970 26973 23392 0 -1 4202560 348 0 0 0 2 0 0 0 20 0 15 0 39250251 10914828288 7548 33554432000 4194304 4196468 140733879192112 140108943570928 140109458309722 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22319104 140733879198833 140733879198985 140733879198985 140733879201743 0
[pid=26973/tid=26987] ppid=26970 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26973/task/26987/stat : 26987 (java) S 26970 26973 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39250251 10914828288 7548 33554432000 4194304 4196468 140733879192112 140108942518624 140109458298581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22319104 140733879198833 140733879198985 140733879198985 140733879201743 0
[pid=26973/tid=26988] ppid=26970 vsize=10659012 memory=140065693464192 CPUtime=0 cores=0,2,4,6
/proc/26973/task/26988/stat : 26988 (java) S 26970 26973 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39250252 10914828288 7548 33554432000 4194304 4196468 140733879192112 140108941466672 140109458299522 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22319104 140733879198833 140733879198985 140733879198985 140733879201743 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30192 KiB

[startup+0.210534 s]*
/proc/loadavg: 2.29 2.26 2.25 7/215 26988
/proc/meminfo: memFree=13676940/32770624 swapFree=67108860/67108860
[pid=26973] ppid=26970 vsize=10659012 memory=41900 CPUtime=0.33 cores=0,2,4,6
/proc/26973/stat : 26973 (java) S 26970 26973 23392 0 -1 1077944320 8087 0 0 0 31 2 0 0 20 0 15 0 39250246 10914828288 10475 33554432000 4194304 4196468 140733879192112 140733879174656 140109458288375 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 22319104 140733879198833 140733879198985 140733879198985 140733879201743 0
/proc/26973/statm: 2664753 10475 3003 1 0 2627263 0
[pid=26973/tid=26975] ppid=26970 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/26973/task/26975/stat : 26975 (java) R 26970 26973 23392 0 -1 4202560 5032 0 0 0 19 1 0 0 20 0 15 0 39250246 10914828288 10475 33554432000 4194304 4196468 140733879192112 140109462524656 140109439694698 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22319104 140733879198833 140733879198985 140733879198985 140733879201743 0
[pid=26973/tid=26976] ppid=26970 vsize=10659012 memory=331 CPUtime=0 cores=0,2,4,6
/proc/26973/task/26976/stat : 26976 (java) S 26970 26973 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39250247 10914828288 10475 33554432000 4194304 4196468 140733879192112 140109065038352 140109458298581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22319104 140733879198833 140733879198985 140733879198985 140733879201743 0
[pid=26973/tid=26977] ppid=26970 vsize=10659012 memory=4120991127814502048 CPUtime=0 cores=0,2,4,6
/proc/26973/task/26977/stat : 26977 (java) S 26970 26973 23392 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39250247 10914828288 10475 33554432000 4194304 4196468 140733879192112 140109063985808 140109458298581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22319104 140733879198833 140733879198985 140733879198985 140733879201743 0
[pid=26973/tid=26978] ppid=26970 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26973/task/26978/stat : 26978 (java) S 26970 26973 23392 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39250247 10914828288 10475 33554432000 4194304 4196468 140733879192112 140109062932752 140109458298581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22319104 140733879198833 140733879198985 140733879198985 140733879201743 0
[pid=26973/tid=26979] ppid=26970 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26973/task/26979/stat : 26979 (java) S 26970 26973 23392 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39250247 10914828288 10475 33554432000 4194304 4196468 140733879192112 140109061880208 140109458298581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22319104 140733879198833 140733879198985 140733879198985 140733879201743 0
[pid=26973/tid=26980] ppid=26970 vsize=10659012 memory=140065693464192 CPUtime=0 cores=0,2,4,6
/proc/26973/task/26980/stat : 26980 (java) S 26970 26973 23392 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39250248 10914828288 10475 33554432000 4194304 4196468 140733879192112 140109017979632 140109458299522 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22319104 140733879198833 140733879198985 140733879198985 140733879201743 0
[pid=26973/tid=26981] ppid=26970 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26973/task/26981/stat : 26981 (java) S 26970 26973 23392 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39250249 10914828288 10475 33554432000 4194304 4196468 140733879192112 140109016925856 140109458298581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22319104 140733879198833 140733879198985 140733879198985 140733879201743 0
[pid=26973/tid=26982] ppid=26970 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26973/task/26982/stat : 26982 (java) S 26970 26973 23392 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39250249 10914828288 10475 33554432000 4194304 4196468 140733879192112 140109015872752 140109458298581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22319104 140733879198833 140733879198985 140733879198985 140733879201743 0
[pid=26973/tid=26983] ppid=26970 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26973/task/26983/stat : 26983 (java) S 26970 26973 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39250251 10914828288 10475 33554432000 4194304 4196468 140733879192112 140108946729424 140109458306971 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22319104 140733879198833 140733879198985 140733879198985 140733879201743 0
[pid=26973/tid=26984] ppid=26970 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/26973/task/26984/stat : 26984 (java) S 26970 26973 23392 0 -1 1077944384 647 0 0 0 2 0 0 0 20 0 15 0 39250251 10914828288 10475 33554432000 4194304 4196468 140733879192112 140108945676528 140109458299522 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22319104 140733879198833 140733879198985 140733879198985 140733879201743 0
[pid=26973/tid=26985] ppid=26970 vsize=10659012 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/26973/task/26985/stat : 26985 (java) S 26970 26973 23392 0 -1 1077944384 375 0 0 0 1 0 0 0 20 0 15 0 39250251 10914828288 10475 33554432000 4194304 4196468 140733879192112 140108944623984 140109458299522 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22319104 140733879198833 140733879198985 140733879198985 140733879201743 0
[pid=26973/tid=26986] ppid=26970 vsize=10659012 memory=140065693464192 CPUtime=0.07 cores=0,2,4,6
/proc/26973/task/26986/stat : 26986 (java) S 26970 26973 23392 0 -1 1077944384 665 0 0 0 7 0 0 0 20 0 15 0 39250251 10914828288 10475 33554432000 4194304 4196468 140733879192112 140108943570928 140109458299522 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22319104 140733879198833 140733879198985 140733879198985 140733879201743 0
[pid=26973/tid=26987] ppid=26970 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26973/task/26987/stat : 26987 (java) S 26970 26973 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39250251 10914828288 10475 33554432000 4194304 4196468 140733879192112 140108942518624 140109458298581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22319104 140733879198833 140733879198985 140733879198985 140733879201743 0
[pid=26973/tid=26988] ppid=26970 vsize=10659012 memory=140065693464192 CPUtime=0 cores=0,2,4,6
/proc/26973/task/26988/stat : 26988 (java) S 26970 26973 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39250252 10914828288 10475 33554432000 4194304 4196468 140733879192112 140108941466672 140109458299522 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22319104 140733879198833 140733879198985 140733879198985 140733879201743 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41900 KiB

[startup+0.310448 s]*
/proc/loadavg: 2.29 2.26 2.25 8/215 26988
/proc/meminfo: memFree=13669780/32770624 swapFree=67108860/67108860
[pid=26973] ppid=26970 vsize=10659088 memory=47452 CPUtime=0.5 cores=0,2,4,6
/proc/26973/stat : 26973 (java) S 26970 26973 23392 0 -1 1077944320 9069 0 0 0 47 3 0 0 20 0 15 0 39250246 10914906112 11863 33554432000 4194304 4196468 140733879192112 140733879174656 140109458288375 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 22319104 140733879198833 140733879198985 140733879198985 140733879201743 0
/proc/26973/statm: 2664772 11863 3050 1 0 2627263 0
[pid=26973/tid=26975] ppid=26970 vsize=10659088 memory=7022364594140610616 CPUtime=0.3 cores=0,2,4,6
/proc/26973/task/26975/stat : 26975 (java) R 26970 26973 23392 0 -1 4202560 5835 0 0 0 28 2 0 0 20 0 15 0 39250246 10914906112 11863 33554432000 4194304 4196468 140733879192112 140109462521536 140109442332005 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22319104 140733879198833 140733879198985 140733879198985 140733879201743 0
[pid=26973/tid=26976] ppid=26970 vsize=10659088 memory=4294977825 CPUtime=0 cores=0,2,4,6
/proc/26973/task/26976/stat : 26976 (java) S 26970 26973 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39250247 10914906112 11863 33554432000 4194304 4196468 140733879192112 140109065038352 140109458298581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22319104 140733879198833 140733879198985 140733879198985 140733879201743 0
[pid=26973/tid=26977] ppid=26970 vsize=10659088 memory=3688648857826850464 CPUtime=0 cores=0,2,4,6
/proc/26973/task/26977/stat : 26977 (java) S 26970 26973 23392 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39250247 10914906112 11863 33554432000 4194304 4196468 140733879192112 140109063985808 140109458298581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22319104 140733879198833 140733879198985 140733879198985 140733879201743 0
[pid=26973/tid=26978] ppid=26970 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26973/task/26978/stat : 26978 (java) S 26970 26973 23392 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39250247 10914906112 11863 33554432000 4194304 4196468 140733879192112 140109062932752 140109458298581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22319104 140733879198833 140733879198985 140733879198985 140733879201743 0
[pid=26973/tid=26979] ppid=26970 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26973/task/26979/stat : 26979 (java) S 26970 26973 23392 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39250247 10914906112 11863 33554432000 4194304 4196468 140733879192112 140109061880208 140109458298581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22319104 140733879198833 140733879198985 140733879198985 140733879201743 0
[pid=26973/tid=26980] ppid=26970 vsize=10659088 memory=140065693464192 CPUtime=0 cores=0,2,4,6
/proc/26973/task/26980/stat : 26980 (java) S 26970 26973 23392 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39250248 10914906112 11863 33554432000 4194304 4196468 140733879192112 140109017979632 140109458299522 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22319104 140733879198833 140733879198985 140733879198985 140733879201743 0
[pid=26973/tid=26981] ppid=26970 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26973/task/26981/stat : 26981 (java) S 26970 26973 23392 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39250249 10914906112 11863 33554432000 4194304 4196468 140733879192112 140109016925856 140109458298581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22319104 140733879198833 140733879198985 140733879198985 140733879201743 0
[pid=26973/tid=26982] ppid=26970 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26973/task/26982/stat : 26982 (java) S 26970 26973 23392 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39250249 10914906112 11863 33554432000 4194304 4196468 140733879192112 140109015872752 140109458298581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22319104 140733879198833 140733879198985 140733879198985 140733879201743 0
[pid=26973/tid=26983] ppid=26970 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26973/task/26983/stat : 26983 (java) S 26970 26973 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39250251 10914906112 11863 33554432000 4194304 4196468 140733879192112 140108946729424 140109458306971 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22319104 140733879198833 140733879198985 140733879198985 140733879201743 0
[pid=26973/tid=26984] ppid=26970 vsize=10659088 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/26973/task/26984/stat : 26984 (java) S 26970 26973 23392 0 -1 1077944384 682 0 0 0 4 0 0 0 20 0 15 0 39250251 10914906112 11863 33554432000 4194304 4196468 140733879192112 140108945676528 140109458299522 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22319104 140733879198833 140733879198985 140733879198985 140733879201743 0
[pid=26973/tid=26985] ppid=26970 vsize=10659088 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/26973/task/26985/stat : 26985 (java) S 26970 26973 23392 0 -1 1077944384 478 0 0 0 3 0 0 0 20 0 15 0 39250251 10914906112 11863 33554432000 4194304 4196468 140733879192112 140108944623984 140109458299522 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22319104 140733879198833 140733879198985 140733879198985 140733879201743 0
[pid=26973/tid=26986] ppid=26970 vsize=10659088 memory=140065693464192 CPUtime=0.1 cores=0,2,4,6
/proc/26973/task/26986/stat : 26986 (java) R 26970 26973 23392 0 -1 4202560 707 0 0 0 10 0 0 0 20 0 15 0 39250251 10914906112 11863 33554432000 4194304 4196468 140733879192112 140108943570928 140109442332005 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22319104 140733879198833 140733879198985 140733879198985 140733879201743 0
[pid=26973/tid=26987] ppid=26970 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26973/task/26987/stat : 26987 (java) S 26970 26973 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39250251 10914906112 11863 33554432000 4194304 4196468 140733879192112 140108942518624 140109458298581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22319104 140733879198833 140733879198985 140733879198985 140733879201743 0
[pid=26973/tid=26988] ppid=26970 vsize=10659088 memory=140065693464192 CPUtime=0 cores=0,2,4,6
/proc/26973/task/26988/stat : 26988 (java) S 26970 26973 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39250252 10914906112 11863 33554432000 4194304 4196468 140733879192112 140108941466672 140109458299522 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22319104 140733879198833 140733879198985 140733879198985 140733879201743 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 47452 KiB

[startup+0.700685 s]
/proc/loadavg: 2.29 2.26 2.25 8/215 26988
/proc/meminfo: memFree=13627524/32770624 swapFree=67108860/67108860
[pid=26973] ppid=26970 vsize=10659088 memory=219960 CPUtime=1.51 cores=0,2,4,6
/proc/26973/stat : 26973 (java) S 26970 26973 23392 0 -1 1077944320 11890 0 0 0 141 10 0 0 20 0 15 0 39250246 10914906112 54990 33554432000 4194304 4196468 140733879192112 140733879174656 140109458288375 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 22319104 140733879198833 140733879198985 140733879198985 140733879201743 0
/proc/26973/statm: 2664772 54990 3102 1 0 2627263 0
[pid=26973/tid=26975] ppid=26970 vsize=10659088 memory=255943812086979 CPUtime=0.63 cores=0,2,4,6
/proc/26973/task/26975/stat : 26975 (java) S 26970 26973 23392 0 -1 1077944384 6064 0 0 0 60 3 0 0 20 0 15 0 39250246 10914906112 54990 33554432000 4194304 4196468 140733879192112 140109462523136 140109458298581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22319104 140733879198833 140733879198985 140733879198985 140733879201743 0
[pid=26973/tid=26976] ppid=26970 vsize=10659088 memory=120106 CPUtime=0.04 cores=0,2,4,6
/proc/26973/task/26976/stat : 26976 (java) R 26970 26973 23392 0 -1 4202560 24 0 0 0 3 1 0 0 20 0 15 0 39250247 10914906112 54990 33554432000 4194304 4196468 140733879192112 140109065038240 140109443316249 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22319104 140733879198833 140733879198985 140733879198985 140733879201743 0
[pid=26973/tid=26977] ppid=26970 vsize=10659088 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/26973/task/26977/stat : 26977 (java) R 26970 26973 23392 0 -1 4202560 29 0 0 0 3 1 0 0 20 0 15 0 39250247 10914906112 54990 33554432000 4194304 4196468 140733879192112 140109063985808 140109443316249 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22319104 140733879198833 140733879198985 140733879198985 140733879201743 0
[pid=26973/tid=26978] ppid=26970 vsize=10659088 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/26973/task/26978/stat : 26978 (java) R 26970 26973 23392 0 -1 4202560 31 0 0 0 3 1 0 0 20 0 15 0 39250247 10914906112 54990 33554432000 4194304 4196468 140733879192112 140109062932952 140109439841626 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 22319104 140733879198833 140733879198985 140733879198985 140733879201743 0
[pid=26973/tid=26979] ppid=26970 vsize=10659088 memory=7809523229951467574 CPUtime=0.04 cores=0,2,4,6
/proc/26973/task/26979/stat : 26979 (java) R 26970 26973 23392 0 -1 4202560 33 0 0 0 3 1 0 0 20 0 15 0 39250247 10914906112 54990 33554432000 4194304 4196468 140733879192112 140109061880208 140109443316249 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22319104 140733879198833 140733879198985 140733879198985 140733879201743 0
[pid=26973/tid=26980] ppid=26970 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26973/task/26980/stat : 26980 (java) S 26970 26973 23392 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 39250248 10914906112 54990 33554432000 4194304 4196468 140733879192112 140109017978144 140109458298581 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22319104 140733879198833 140733879198985 140733879198985 140733879201743 0
[pid=26973/tid=26981] ppid=26970 vsize=10659088 memory=-3535359994705171299 CPUtime=0 cores=0,2,4,6
/proc/26973/task/26981/stat : 26981 (java) S 26970 26973 23392 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39250249 10914906112 54990 33554432000 4194304 4196468 140733879192112 140109016925856 140109458298581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22319104 140733879198833 140733879198985 140733879198985 140733879201743 0
[pid=26973/tid=26982] ppid=26970 vsize=10659088 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/26973/task/26982/stat : 26982 (java) S 26970 26973 23392 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39250249 10914906112 54990 33554432000 4194304 4196468 140733879192112 140109015872752 140109458298581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22319104 140733879198833 140733879198985 140733879198985 140733879201743 0
[pid=26973/tid=26983] ppid=26970 vsize=10659088 memory=6944656592455360604 CPUtime=0 cores=0,2,4,6
/proc/26973/task/26983/stat : 26983 (java) S 26970 26973 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39250251 10914906112 54990 33554432000 4194304 4196468 140733879192112 140108946729424 140109458306971 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22319104 140733879198833 140733879198985 140733879198985 140733879201743 0
[pid=26973/tid=26984] ppid=26970 vsize=10659088 memory=6656426216303648864 CPUtime=0.25 cores=0,2,4,6
/proc/26973/task/26984/stat : 26984 (java) S 26970 26973 23392 0 -1 1077944384 1741 0 0 0 25 0 0 0 20 0 15 0 39250251 10914906112 54990 33554432000 4194304 4196468 140733879192112 140108945676528 140109458299522 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22319104 140733879198833 140733879198985 140733879198985 140733879201743 0
[pid=26973/tid=26985] ppid=26970 vsize=10659088 memory=0 CPUtime=0.23 cores=0,2,4,6
/proc/26973/task/26985/stat : 26985 (java) S 26970 26973 23392 0 -1 1077944384 1605 0 0 0 23 0 0 0 20 0 15 0 39250251 10914906112 54990 33554432000 4194304 4196468 140733879192112 140108944623984 140109458299522 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22319104 140733879198833 140733879198985 140733879198985 140733879201743 0
[pid=26973/tid=26986] ppid=26970 vsize=10659088 memory=0 CPUtime=0.18 cores=0,2,4,6
/proc/26973/task/26986/stat : 26986 (java) S 26970 26973 23392 0 -1 1077944384 991 0 0 0 18 0 0 0 20 0 15 0 39250251 10914906112 54990 33554432000 4194304 4196468 140733879192112 140108943570928 140109458299522 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22319104 140733879198833 140733879198985 140733879198985 140733879201743 0
[pid=26973/tid=26987] ppid=26970 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26973/task/26987/stat : 26987 (java) S 26970 26973 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39250251 10914906112 54990 33554432000 4194304 4196468 140733879192112 140108942518624 140109458298581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22319104 140733879198833 140733879198985 140733879198985 140733879201743 0
[pid=26973/tid=26988] ppid=26970 vsize=10659088 memory=16436 CPUtime=0 cores=0,2,4,6
/proc/26973/task/26988/stat : 26988 (java) S 26970 26973 23392 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39250252 10914906112 54990 33554432000 4194304 4196468 140733879192112 140108941466672 140109458299522 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22319104 140733879198833 140733879198985 140733879198985 140733879201743 0
Current children cumulated CPU time: 1.51 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 219960 KiB

[startup+1.50077 s]
/proc/loadavg: 2.29 2.26 2.25 10/215 26988
/proc/meminfo: memFree=13378356/32770624 swapFree=67108860/67108860
[pid=26973] ppid=26970 vsize=10659088 memory=561528 CPUtime=3.16 cores=0,2,4,6
/proc/26973/stat : 26973 (java) S 26970 26973 23392 0 -1 1077944320 12795 0 0 0 271 45 0 0 20 0 15 0 39250246 10914906112 140382 33554432000 4194304 4196468 140733879192112 140733879174656 140109458288375 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 22319104 140733879198833 140733879198985 140733879198985 140733879201743 0
/proc/26973/statm: 2664772 140382 3130 1 0 2627263 0
[pid=26973/tid=26975] ppid=26970 vsize=10659088 memory=10755 CPUtime=1.14 cores=0,2,4,6
/proc/26973/task/26975/stat : 26975 (java) S 26970 26973 23392 0 -1 1077944384 6169 0 0 0 109 5 0 0 20 0 15 0 39250246 10914906112 140382 33554432000 4194304 4196468 140733879192112 140109462523024 140109458298581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22319104 140733879198833 140733879198985 140733879198985 140733879201743 0
[pid=26973/tid=26976] ppid=26970 vsize=10659088 memory=6791534058613427641 CPUtime=0.31 cores=0,2,4,6
/proc/26973/task/26976/stat : 26976 (java) R 26970 26973 23392 0 -1 4202560 186 0 0 0 22 9 0 0 20 0 15 0 39250247 10914906112 140382 33554432000 4194304 4196468 140733879192112 140109065038552 140109443315794 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 22319104 140733879198833 140733879198985 140733879198985 140733879201743 0
[pid=26973/tid=26977] ppid=26970 vsize=10659088 memory=0 CPUtime=0.32 cores=0,2,4,6
/proc/26973/task/26977/stat : 26977 (java) R 26970 26973 23392 0 -1 4202560 243 0 0 0 23 9 0 0 20 0 15 0 39250247 10914906112 140382 33554432000 4194304 4196468 140733879192112 140109063986008 140109443310496 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22319104 140733879198833 140733879198985 140733879198985 140733879201743 0
[pid=26973/tid=26978] ppid=26970 vsize=10659088 memory=0 CPUtime=0.32 cores=0,2,4,6
/proc/26973/task/26978/stat : 26978 (java) R 26970 26973 23392 0 -1 4202560 198 0 0 0 23 9 0 0 20 0 15 0 39250247 10914906112 140382 33554432000 4194304 4196468 140733879192112 140109062932752 140109439914320 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22319104 140733879198833 140733879198985 140733879198985 140733879201743 0
[pid=26973/tid=26979] ppid=26970 vsize=10659088 memory=0 CPUtime=0.32 cores=0,2,4,6
/proc/26973/task/26979/stat : 26979 (java) R 26970 26973 23392 0 -1 4202560 216 0 0 0 23 9 0 0 20 0 15 0 39250247 10914906112 140382 33554432000 4194304 4196468 140733879192112 140109061880208 140109443315794 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22319104 140733879198833 140733879198985 140733879198985 140733879201743 0
[pid=26973/tid=26980] ppid=26970 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26973/task/26980/stat : 26980 (java) S 26970 26973 23392 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 39250248 10914906112 140382 33554432000 4194304 4196468 140733879192112 140109017978144 140109458298581 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22319104 140733879198833 140733879198985 140733879198985 140733879201743 0

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

/proc/26973/task/26979/stat : 26979 (java) R 26970 26973 23392 0 -1 4202560 78603 0 0 0 34132 163 0 0 20 0 17 0 39250247 11053481984 1993356 33554432000 4194304 4196468 140733879192112 140109061880408 140109439898051 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22319104 140733879198833 140733879198985 140733879198985 140733879201743 0
[pid=26973/tid=26980] ppid=26970 vsize=10794416 memory=2436 CPUtime=25.42 cores=0,2,4,6
/proc/26973/task/26980/stat : 26980 (java) S 26970 26973 23392 0 -1 1077944384 85657 0 0 0 2538 4 0 0 20 0 17 0 39250248 11053481984 1993356 33554432000 4194304 4196468 140733879192112 140109017978176 140109458298581 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22319104 140733879198833 140733879198985 140733879198985 140733879201743 0
[pid=26973/tid=26981] ppid=26970 vsize=10794416 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/26973/task/26981/stat : 26981 (java) S 26970 26973 23392 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 17 0 39250249 11053481984 1993356 33554432000 4194304 4196468 140733879192112 140109016925920 140109458298581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22319104 140733879198833 140733879198985 140733879198985 140733879201743 0
[pid=26973/tid=26982] ppid=26970 vsize=10794416 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26973/task/26982/stat : 26982 (java) S 26970 26973 23392 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 39250249 11053481984 1993356 33554432000 4194304 4196468 140733879192112 140109015872768 140109458298581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22319104 140733879198833 140733879198985 140733879198985 140733879201743 0
[pid=26973/tid=26983] ppid=26970 vsize=10794416 memory=280131189186480 CPUtime=0 cores=0,2,4,6
/proc/26973/task/26983/stat : 26983 (java) S 26970 26973 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39250251 11053481984 1993356 33554432000 4194304 4196468 140733879192112 140108946729424 140109458306971 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22319104 140733879198833 140733879198985 140733879198985 140733879201743 0
[pid=26973/tid=26984] ppid=26970 vsize=10794416 memory=0 CPUtime=0.3 cores=0,2,4,6
/proc/26973/task/26984/stat : 26984 (java) S 26970 26973 23392 0 -1 1077944384 2777 0 0 0 30 0 0 0 20 0 17 0 39250251 11053481984 1993356 33554432000 4194304 4196468 140733879192112 140108945676576 140109458298581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22319104 140733879198833 140733879198985 140733879198985 140733879201743 0
[pid=26973/tid=26985] ppid=26970 vsize=10794416 memory=280131190053760 CPUtime=0.24 cores=0,2,4,6
/proc/26973/task/26985/stat : 26985 (java) S 26970 26973 23392 0 -1 1077944384 1945 0 0 0 24 0 0 0 20 0 17 0 39250251 11053481984 1993356 33554432000 4194304 4196468 140733879192112 140108944624032 140109458298581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22319104 140733879198833 140733879198985 140733879198985 140733879201743 0
[pid=26973/tid=26986] ppid=26970 vsize=10794416 memory=280131190408992 CPUtime=0.19 cores=0,2,4,6
/proc/26973/task/26986/stat : 26986 (java) S 26970 26973 23392 0 -1 1077944384 1204 0 0 0 19 0 0 0 20 0 17 0 39250251 11053481984 1993356 33554432000 4194304 4196468 140733879192112 140108943570688 140109458298581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22319104 140733879198833 140733879198985 140733879198985 140733879201743 0
[pid=26973/tid=26987] ppid=26970 vsize=10794416 memory=280131189742976 CPUtime=0 cores=0,2,4,6
/proc/26973/task/26987/stat : 26987 (java) S 26970 26973 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39250251 11053481984 1993356 33554432000 4194304 4196468 140733879192112 140108942518624 140109458298581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22319104 140733879198833 140733879198985 140733879198985 140733879201743 0
[pid=26973/tid=26988] ppid=26970 vsize=10794416 memory=280131190730944 CPUtime=0.18 cores=0,2,4,6
/proc/26973/task/26988/stat : 26988 (java) S 26970 26973 23392 0 -1 1077944384 629 0 0 0 10 8 0 0 20 0 17 0 39250252 11053481984 1993356 33554432000 4194304 4196468 140733879192112 140108941466672 140109458299522 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22319104 140733879198833 140733879198985 140733879198985 140733879201743 0
[pid=26973/tid=27079] ppid=26970 vsize=10794416 memory=280131190731136 CPUtime=0 cores=0,2,4,6
/proc/26973/task/27079/stat : 27079 (java) S 26970 26973 23392 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 39287008 11053481984 1993356 33554432000 4194304 4196468 140733879192112 140108938313648 140109458298581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22319104 140733879198833 140733879198985 140733879198985 140733879201743 0
[pid=26973/tid=27080] ppid=26970 vsize=10794416 memory=280131190731328 CPUtime=0 cores=0,2,4,6
/proc/26973/task/27080/stat : 27080 (java) S 26970 26973 23392 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 39287008 11053481984 1993356 33554432000 4194304 4196468 140733879192112 140108937259824 140109458298581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22319104 140733879198833 140733879198985 140733879198985 140733879201743 0
Current children cumulated CPU time: 1415.78 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 7973424 KiB

[startup+392.801 s]
/proc/loadavg: 7.14 5.54 3.73 9/217 27081
/proc/meminfo: memFree=5835356/32770624 swapFree=67108860/67108860
[pid=26973] ppid=26970 vsize=10794416 memory=7973424 CPUtime=1418.85 cores=0,2,4,6
/proc/26973/stat : 26973 (java) S 26970 26973 23392 0 -1 1077944320 422513 0 0 0 141200 685 0 0 20 0 17 0 39250246 11053481984 1993356 33554432000 4194304 4196468 140733879192112 140733879174656 140109458288375 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 22319104 140733879198833 140733879198985 140733879198985 140733879201743 0
/proc/26973/statm: 2698604 1993356 3195 1 0 2661057 0
[pid=26973/tid=26975] ppid=26970 vsize=10794416 memory=7973424 CPUtime=20.14 cores=0,2,4,6
/proc/26973/task/26975/stat : 26975 (java) S 26970 26973 23392 0 -1 1077944384 22619 0 0 0 1999 15 0 0 20 0 17 0 39250246 11053481984 1993356 33554432000 4194304 4196468 140733879192112 140109462529056 140109458298581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22319104 140733879198833 140733879198985 140733879198985 140733879201743 0
[pid=26973/tid=26976] ppid=26970 vsize=10794416 memory=288230574492221466 CPUtime=342.47 cores=0,2,4,6
/proc/26973/task/26976/stat : 26976 (java) R 26970 26973 23392 0 -1 4202560 127400 0 0 0 34083 164 0 0 20 0 17 0 39250247 11053481984 1993356 33554432000 4194304 4196468 140733879192112 140109065038160 140109450916583 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22319104 140733879198833 140733879198985 140733879198985 140733879201743 0
[pid=26973/tid=26977] ppid=26970 vsize=10794416 memory=7973424 CPUtime=342.43 cores=0,2,4,6
/proc/26973/task/26977/stat : 26977 (java) R 26970 26973 23392 0 -1 4202560 33781 0 0 0 34080 163 0 0 20 0 17 0 39250247 11053481984 1993356 33554432000 4194304 4196468 140733879192112 140109063985928 140109450916583 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 22319104 140733879198833 140733879198985 140733879198985 140733879201743 0
[pid=26973/tid=26978] ppid=26970 vsize=10794416 memory=13916 CPUtime=343.64 cores=0,2,4,6
/proc/26973/task/26978/stat : 26978 (java) R 26970 26973 23392 0 -1 4202560 66299 0 0 0 34195 169 0 0 20 0 17 0 39250247 11053481984 1993356 33554432000 4194304 4196468 140733879192112 140109062932560 140109450916583 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22319104 140733879198833 140733879198985 140733879198985 140733879201743 0
[pid=26973/tid=26979] ppid=26970 vsize=10794416 memory=2436 CPUtime=343.74 cores=0,2,4,6
/proc/26973/task/26979/stat : 26979 (java) R 26970 26973 23392 0 -1 4202560 78756 0 0 0 34211 163 0 0 20 0 17 0 39250247 11053481984 1993356 33554432000 4194304 4196468 140733879192112 140109061880408 140109442989006 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22319104 140733879198833 140733879198985 140733879198985 140733879201743 0
[pid=26973/tid=26980] ppid=26970 vsize=10794416 memory=6791534058613427641 CPUtime=25.42 cores=0,2,4,6
/proc/26973/task/26980/stat : 26980 (java) S 26970 26973 23392 0 -1 1077944384 85657 0 0 0 2538 4 0 0 20 0 17 0 39250248 11053481984 1993356 33554432000 4194304 4196468 140733879192112 140109017978176 140109458298581 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22319104 140733879198833 140733879198985 140733879198985 140733879201743 0
[pid=26973/tid=26981] ppid=26970 vsize=10794416 memory=1948 CPUtime=0 cores=0,2,4,6
/proc/26973/task/26981/stat : 26981 (java) S 26970 26973 23392 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 17 0 39250249 11053481984 1993356 33554432000 4194304 4196468 140733879192112 140109016925920 140109458298581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22319104 140733879198833 140733879198985 140733879198985 140733879201743 0
[pid=26973/tid=26982] ppid=26970 vsize=10794416 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/26973/task/26982/stat : 26982 (java) S 26970 26973 23392 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 39250249 11053481984 1993356 33554432000 4194304 4196468 140733879192112 140109015872768 140109458298581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22319104 140733879198833 140733879198985 140733879198985 140733879201743 0
[pid=26973/tid=26983] ppid=26970 vsize=10794416 memory=8364 CPUtime=0 cores=0,2,4,6
/proc/26973/task/26983/stat : 26983 (java) S 26970 26973 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39250251 11053481984 1993356 33554432000 4194304 4196468 140733879192112 140108946729424 140109458306971 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22319104 140733879198833 140733879198985 140733879198985 140733879201743 0
[pid=26973/tid=26984] ppid=26970 vsize=10794416 memory=800 CPUtime=0.3 cores=0,2,4,6
/proc/26973/task/26984/stat : 26984 (java) S 26970 26973 23392 0 -1 1077944384 2777 0 0 0 30 0 0 0 20 0 17 0 39250251 11053481984 1993356 33554432000 4194304 4196468 140733879192112 140108945676576 140109458298581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22319104 140733879198833 140733879198985 140733879198985 140733879201743 0
[pid=26973/tid=26985] ppid=26970 vsize=10794416 memory=15876 CPUtime=0.24 cores=0,2,4,6
/proc/26973/task/26985/stat : 26985 (java) S 26970 26973 23392 0 -1 1077944384 1945 0 0 0 24 0 0 0 20 0 17 0 39250251 11053481984 1993356 33554432000 4194304 4196468 140733879192112 140108944624032 140109458298581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22319104 140733879198833 140733879198985 140733879198985 140733879201743 0
[pid=26973/tid=26986] ppid=26970 vsize=10794416 memory=6791534058613427641 CPUtime=0.19 cores=0,2,4,6
/proc/26973/task/26986/stat : 26986 (java) S 26970 26973 23392 0 -1 1077944384 1204 0 0 0 19 0 0 0 20 0 17 0 39250251 11053481984 1993356 33554432000 4194304 4196468 140733879192112 140108943570688 140109458298581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22319104 140733879198833 140733879198985 140733879198985 140733879201743 0
[pid=26973/tid=26987] ppid=26970 vsize=10794416 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/26973/task/26987/stat : 26987 (java) S 26970 26973 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39250251 11053481984 1993356 33554432000 4194304 4196468 140733879192112 140108942518624 140109458298581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22319104 140733879198833 140733879198985 140733879198985 140733879201743 0
[pid=26973/tid=26988] ppid=26970 vsize=10794416 memory=1008 CPUtime=0.18 cores=0,2,4,6
/proc/26973/task/26988/stat : 26988 (java) S 26970 26973 23392 0 -1 1077944384 629 0 0 0 10 8 0 0 20 0 17 0 39250252 11053481984 1993356 33554432000 4194304 4196468 140733879192112 140108941466672 140109458299522 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22319104 140733879198833 140733879198985 140733879198985 140733879201743 0
[pid=26973/tid=27079] ppid=26970 vsize=10794416 memory=5520 CPUtime=0 cores=0,2,4,6
/proc/26973/task/27079/stat : 27079 (java) S 26970 26973 23392 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 39287008 11053481984 1993356 33554432000 4194304 4196468 140733879192112 140108938313648 140109458298581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22319104 140733879198833 140733879198985 140733879198985 140733879201743 0
[pid=26973/tid=27080] ppid=26970 vsize=10794416 memory=4616 CPUtime=0 cores=0,2,4,6
/proc/26973/task/27080/stat : 27080 (java) S 26970 26973 23392 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 39287008 11053481984 1993356 33554432000 4194304 4196468 140733879192112 140108937259824 140109458298581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22319104 140733879198833 140733879198985 140733879198985 140733879201743 0
Current children cumulated CPU time: 1418.85 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 7973424 KiB

[startup+393.601 s]
/proc/loadavg: 7.14 5.54 3.73 9/217 27081
/proc/meminfo: memFree=5835356/32770624 swapFree=67108860/67108860
[pid=26973] ppid=26970 vsize=10794416 memory=7973428 CPUtime=1421.47 cores=0,2,4,6
/proc/26973/stat : 26973 (java) S 26970 26973 23392 0 -1 1077944320 423444 0 0 0 141462 685 0 0 20 0 17 0 39250246 11053481984 1993357 33554432000 4194304 4196468 140733879192112 140733879174656 140109458288375 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 22319104 140733879198833 140733879198985 140733879198985 140733879201743 0
/proc/26973/statm: 2698604 1993357 3195 1 0 2661057 0
[pid=26973/tid=26975] ppid=26970 vsize=10794416 memory=5520 CPUtime=20.14 cores=0,2,4,6
/proc/26973/task/26975/stat : 26975 (java) S 26970 26973 23392 0 -1 1077944384 22619 0 0 0 1999 15 0 0 20 0 17 0 39250246 11053481984 1993357 33554432000 4194304 4196468 140733879192112 140109462529056 140109458298581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22319104 140733879198833 140733879198985 140733879198985 140733879201743 0
[pid=26973/tid=26976] ppid=26970 vsize=10794416 memory=4616 CPUtime=343.08 cores=0,2,4,6
/proc/26973/task/26976/stat : 26976 (java) S 26970 26973 23392 0 -1 1077944384 127401 0 0 0 34144 164 0 0 20 0 17 0 39250247 11053481984 1993357 33554432000 4194304 4196468 140733879192112 140109065038352 140109458298581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22319104 140733879198833 140733879198985 140733879198985 140733879201743 0
[pid=26973/tid=26977] ppid=26970 vsize=10794416 memory=7973424 CPUtime=343.03 cores=0,2,4,6
/proc/26973/task/26977/stat : 26977 (java) S 26970 26973 23392 0 -1 1077944384 33781 0 0 0 34140 163 0 0 20 0 17 0 39250247 11053481984 1993357 33554432000 4194304 4196468 140733879192112 140109063985808 140109458298581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22319104 140733879198833 140733879198985 140733879198985 140733879201743 0
[pid=26973/tid=26978] ppid=26970 vsize=10794416 memory=1796 CPUtime=344.26 cores=0,2,4,6
/proc/26973/task/26978/stat : 26978 (java) S 26970 26973 23392 0 -1 1077944384 66300 0 0 0 34257 169 0 0 20 0 17 0 39250247 11053481984 1993357 33554432000 4194304 4196468 140733879192112 140109062932752 140109458298581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22319104 140733879198833 140733879198985 140733879198985 140733879201743 0
[pid=26973/tid=26979] ppid=26970 vsize=10794416 memory=912 CPUtime=344.38 cores=0,2,4,6
/proc/26973/task/26979/stat : 26979 (java) S 26970 26973 23392 0 -1 1077944384 78891 0 0 0 34275 163 0 0 20 0 17 0 39250247 11053481984 1993357 33554432000 4194304 4196468 140733879192112 140109061880208 140109458298581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22319104 140733879198833 140733879198985 140733879198985 140733879201743 0
[pid=26973/tid=26980] ppid=26970 vsize=10794416 memory=4140 CPUtime=25.58 cores=0,2,4,6
/proc/26973/task/26980/stat : 26980 (java) R 26970 26973 23392 0 -1 4202560 86451 0 0 0 2554 4 0 0 20 0 17 0 39250248 11053481984 1993357 33554432000 4194304 4196468 140733879192112 140109017978064 140109443284785 0 0 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 22319104 140733879198833 140733879198985 140733879198985 140733879201743 0
[pid=26973/tid=26981] ppid=26970 vsize=10794416 memory=13916 CPUtime=0 cores=0,2,4,6
/proc/26973/task/26981/stat : 26981 (java) S 26970 26973 23392 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 17 0 39250249 11053481984 1993357 33554432000 4194304 4196468 140733879192112 140109016925920 140109458298581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22319104 140733879198833 140733879198985 140733879198985 140733879201743 0
[pid=26973/tid=26982] ppid=26970 vsize=10794416 memory=2436 CPUtime=0 cores=0,2,4,6
/proc/26973/task/26982/stat : 26982 (java) S 26970 26973 23392 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 39250249 11053481984 1993357 33554432000 4194304 4196468 140733879192112 140109015872768 140109458298581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22319104 140733879198833 140733879198985 140733879198985 140733879201743 0
[pid=26973/tid=26983] ppid=26970 vsize=10794416 memory=4140 CPUtime=0 cores=0,2,4,6
/proc/26973/task/26983/stat : 26983 (java) S 26970 26973 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39250251 11053481984 1993357 33554432000 4194304 4196468 140733879192112 140108946729424 140109458306971 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22319104 140733879198833 140733879198985 140733879198985 140733879201743 0
[pid=26973/tid=26984] ppid=26970 vsize=10794416 memory=13916 CPUtime=0.3 cores=0,2,4,6
/proc/26973/task/26984/stat : 26984 (java) S 26970 26973 23392 0 -1 1077944384 2777 0 0 0 30 0 0 0 20 0 17 0 39250251 11053481984 1993357 33554432000 4194304 4196468 140733879192112 140108945676576 140109458298581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22319104 140733879198833 140733879198985 140733879198985 140733879201743 0
[pid=26973/tid=26985] ppid=26970 vsize=10794416 memory=2436 CPUtime=0.24 cores=0,2,4,6
/proc/26973/task/26985/stat : 26985 (java) S 26970 26973 23392 0 -1 1077944384 1945 0 0 0 24 0 0 0 20 0 17 0 39250251 11053481984 1993357 33554432000 4194304 4196468 140733879192112 140108944624032 140109458298581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22319104 140733879198833 140733879198985 140733879198985 140733879201743 0
[pid=26973/tid=26986] ppid=26970 vsize=10794416 memory=7973424 CPUtime=0.19 cores=0,2,4,6
/proc/26973/task/26986/stat : 26986 (java) S 26970 26973 23392 0 -1 1077944384 1204 0 0 0 19 0 0 0 20 0 17 0 39250251 11053481984 1993357 33554432000 4194304 4196468 140733879192112 140108943570688 140109458298581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22319104 140733879198833 140733879198985 140733879198985 140733879201743 0
[pid=26973/tid=26987] ppid=26970 vsize=10794416 memory=8704 CPUtime=0 cores=0,2,4,6
/proc/26973/task/26987/stat : 26987 (java) S 26970 26973 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39250251 11053481984 1993357 33554432000 4194304 4196468 140733879192112 140108942518624 140109458298581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22319104 140733879198833 140733879198985 140733879198985 140733879201743 0
[pid=26973/tid=26988] ppid=26970 vsize=10794416 memory=4008 CPUtime=0.18 cores=0,2,4,6
/proc/26973/task/26988/stat : 26988 (java) S 26970 26973 23392 0 -1 1077944384 629 0 0 0 10 8 0 0 20 0 17 0 39250252 11053481984 1993357 33554432000 4194304 4196468 140733879192112 140108941466672 140109458299522 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22319104 140733879198833 140733879198985 140733879198985 140733879201743 0
[pid=26973/tid=27079] ppid=26970 vsize=10794416 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/26973/task/27079/stat : 27079 (java) S 26970 26973 23392 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 39287008 11053481984 1993357 33554432000 4194304 4196468 140733879192112 140108938313648 140109458298581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22319104 140733879198833 140733879198985 140733879198985 140733879201743 0
[pid=26973/tid=27080] ppid=26970 vsize=10794416 memory=800 CPUtime=0 cores=0,2,4,6
/proc/26973/task/27080/stat : 27080 (java) S 26970 26973 23392 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 39287008 11053481984 1993357 33554432000 4194304 4196468 140733879192112 140108937259824 140109458298581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22319104 140733879198833 140733879198985 140733879198985 140733879201743 0
Current children cumulated CPU time: 1421.47 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 7973428 KiB

[startup+394.001 s]*
/proc/loadavg: 7.14 5.54 3.73 7/217 27081
/proc/meminfo: memFree=5835356/32770624 swapFree=67108860/67108860
[pid=26973] ppid=26970 vsize=10794416 memory=7973428 CPUtime=1421.88 cores=0,2,4,6
/proc/26973/stat : 26973 (java) S 26970 26973 23392 0 -1 1077944320 423460 0 0 0 141503 685 0 0 20 0 17 0 39250246 11053481984 1993357 33554432000 4194304 4196468 140733879192112 140733879174656 140109458288375 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 22319104 140733879198833 140733879198985 140733879198985 140733879201743 0
/proc/26973/statm: 2698604 1993357 3195 1 0 2661057 0
[pid=26973/tid=26975] ppid=26970 vsize=10794416 memory=6791534058613427641 CPUtime=20.14 cores=0,2,4,6
/proc/26973/task/26975/stat : 26975 (java) S 26970 26973 23392 0 -1 1077944384 22619 0 0 0 1999 15 0 0 20 0 17 0 39250246 11053481984 1993357 33554432000 4194304 4196468 140733879192112 140109462529056 140109458298581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22319104 140733879198833 140733879198985 140733879198985 140733879201743 0
[pid=26973/tid=26976] ppid=26970 vsize=10794416 memory=4124 CPUtime=343.08 cores=0,2,4,6
/proc/26973/task/26976/stat : 26976 (java) S 26970 26973 23392 0 -1 1077944384 127401 0 0 0 34144 164 0 0 20 0 17 0 39250247 11053481984 1993357 33554432000 4194304 4196468 140733879192112 140109065038352 140109458298581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22319104 140733879198833 140733879198985 140733879198985 140733879201743 0
[pid=26973/tid=26977] ppid=26970 vsize=10794416 memory=2200 CPUtime=343.03 cores=0,2,4,6
/proc/26973/task/26977/stat : 26977 (java) S 26970 26973 23392 0 -1 1077944384 33781 0 0 0 34140 163 0 0 20 0 17 0 39250247 11053481984 1993357 33554432000 4194304 4196468 140733879192112 140109063985808 140109458298581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22319104 140733879198833 140733879198985 140733879198985 140733879201743 0
[pid=26973/tid=26978] ppid=26970 vsize=10794416 memory=7528 CPUtime=344.26 cores=0,2,4,6
/proc/26973/task/26978/stat : 26978 (java) S 26970 26973 23392 0 -1 1077944384 66300 0 0 0 34257 169 0 0 20 0 17 0 39250247 11053481984 1993357 33554432000 4194304 4196468 140733879192112 140109062932752 140109458298581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22319104 140733879198833 140733879198985 140733879198985 140733879201743 0
[pid=26973/tid=26979] ppid=26970 vsize=10794416 memory=840 CPUtime=344.38 cores=0,2,4,6
/proc/26973/task/26979/stat : 26979 (java) S 26970 26973 23392 0 -1 1077944384 78891 0 0 0 34275 163 0 0 20 0 17 0 39250247 11053481984 1993357 33554432000 4194304 4196468 140733879192112 140109061880208 140109458298581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22319104 140733879198833 140733879198985 140733879198985 140733879201743 0
[pid=26973/tid=26980] ppid=26970 vsize=10794416 memory=1796 CPUtime=25.98 cores=0,2,4,6
/proc/26973/task/26980/stat : 26980 (java) R 26970 26973 23392 0 -1 4202560 86467 0 0 0 2594 4 0 0 20 0 17 0 39250248 11053481984 1993357 33554432000 4194304 4196468 140733879192112 140109017978064 140109443284785 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22319104 140733879198833 140733879198985 140733879198985 140733879201743 0
[pid=26973/tid=26981] ppid=26970 vsize=10794416 memory=912 CPUtime=0 cores=0,2,4,6
/proc/26973/task/26981/stat : 26981 (java) S 26970 26973 23392 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 17 0 39250249 11053481984 1993357 33554432000 4194304 4196468 140733879192112 140109016925920 140109458298581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22319104 140733879198833 140733879198985 140733879198985 140733879201743 0
[pid=26973/tid=26982] ppid=26970 vsize=10794416 memory=3852 CPUtime=0 cores=0,2,4,6
/proc/26973/task/26982/stat : 26982 (java) S 26970 26973 23392 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 39250249 11053481984 1993357 33554432000 4194304 4196468 140733879192112 140109015872768 140109458298581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22319104 140733879198833 140733879198985 140733879198985 140733879201743 0
[pid=26973/tid=26983] ppid=26970 vsize=10794416 memory=2624 CPUtime=0 cores=0,2,4,6
/proc/26973/task/26983/stat : 26983 (java) S 26970 26973 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39250251 11053481984 1993357 33554432000 4194304 4196468 140733879192112 140108946729424 140109458306971 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22319104 140733879198833 140733879198985 140733879198985 140733879201743 0
[pid=26973/tid=26984] ppid=26970 vsize=10794416 memory=2580 CPUtime=0.3 cores=0,2,4,6
/proc/26973/task/26984/stat : 26984 (java) S 26970 26973 23392 0 -1 1077944384 2777 0 0 0 30 0 0 0 20 0 17 0 39250251 11053481984 1993357 33554432000 4194304 4196468 140733879192112 140108945676576 140109458298581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22319104 140733879198833 140733879198985 140733879198985 140733879201743 0
[pid=26973/tid=26985] ppid=26970 vsize=10794416 memory=4096 CPUtime=0.24 cores=0,2,4,6
/proc/26973/task/26985/stat : 26985 (java) S 26970 26973 23392 0 -1 1077944384 1945 0 0 0 24 0 0 0 20 0 17 0 39250251 11053481984 1993357 33554432000 4194304 4196468 140733879192112 140108944624032 140109458298581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22319104 140733879198833 140733879198985 140733879198985 140733879201743 0
[pid=26973/tid=26986] ppid=26970 vsize=10794416 memory=1408 CPUtime=0.19 cores=0,2,4,6
/proc/26973/task/26986/stat : 26986 (java) S 26970 26973 23392 0 -1 1077944384 1204 0 0 0 19 0 0 0 20 0 17 0 39250251 11053481984 1993357 33554432000 4194304 4196468 140733879192112 140108943570688 140109458298581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22319104 140733879198833 140733879198985 140733879198985 140733879201743 0
[pid=26973/tid=26987] ppid=26970 vsize=10794416 memory=3056 CPUtime=0 cores=0,2,4,6
/proc/26973/task/26987/stat : 26987 (java) S 26970 26973 23392 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39250251 11053481984 1993357 33554432000 4194304 4196468 140733879192112 140108942518624 140109458298581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22319104 140733879198833 140733879198985 140733879198985 140733879201743 0
[pid=26973/tid=26988] ppid=26970 vsize=10794416 memory=7973424 CPUtime=0.18 cores=0,2,4,6
/proc/26973/task/26988/stat : 26988 (java) S 26970 26973 23392 0 -1 1077944384 629 0 0 0 10 8 0 0 20 0 17 0 39250252 11053481984 1993357 33554432000 4194304 4196468 140733879192112 140108941466672 140109458299522 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22319104 140733879198833 140733879198985 140733879198985 140733879201743 0
[pid=26973/tid=27079] ppid=26970 vsize=10794416 memory=1404 CPUtime=0 cores=0,2,4,6
/proc/26973/task/27079/stat : 27079 (java) S 26970 26973 23392 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 39287008 11053481984 1993357 33554432000 4194304 4196468 140733879192112 140108938313648 140109458298581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22319104 140733879198833 140733879198985 140733879198985 140733879201743 0
[pid=26973/tid=27080] ppid=26970 vsize=10794416 memory=3164 CPUtime=0 cores=0,2,4,6
/proc/26973/task/27080/stat : 27080 (java) S 26970 26973 23392 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 39287008 11053481984 1993357 33554432000 4194304 4196468 140733879192112 140108937259824 140109458298581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22319104 140733879198833 140733879198985 140733879198985 140733879201743 0
Current children cumulated CPU time: 1421.88 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 7973428 KiB

[startup+394.11 s]*
/proc/loadavg: 7.14 5.54 3.73 6/202 27081
/proc/meminfo: memFree=6513984/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 394.146
CPU time (s): 1422.03
CPU user time (s): 1415.13
CPU system time (s): 6.90068
CPU usage (%): 360.787
Max. virtual memory (cumulated for all children) (KiB): 10794416
Max. memory (cumulated for all children) (KiB): 7973428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1415.13
system time used= 6.90068
maximum resident set size= 7973732
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 426764
page faults= 0
swaps= 0
block input operations= 0
block output operations= 560
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21242
involuntary context switches= 24595


# summary of solver processes directly reported to runsolver:
#   pid: 26973
#   total CPU time (s): 1422.03
#   total CPU user time (s): 1415.13
#   total CPU system time (s): 6.90068

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.3722 second user time and 3.84779 second system time

The end

Launcher Data

Begin job on node136 at 2018-07-22 01:47:51
IDJOB=4289965
IDBENCH=141356
IDSOLVER=2742
FILE ID=node136/4289965-1532216871
RUNJOBID= node136-1532209747-25927
PBS_JOBID= 21018931
Free space on /tmp= 57104 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/TemplateDesign/TemplateDesign-m2-2_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4289965-1532216871/watcher-4289965-1532216871 -o /tmp/evaluation-result-4289965-1532216871/solver-4289965-1532216871 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532209747-25927 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289965-1532216871.xml

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

MD5SUM BENCH= 44fbe0987cd748884024830a876a5560
RANDOM SEED=338340263

node136.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:        13704760 kB
MemAvailable:   23548004 kB
Buffers:          225328 kB
Cached:          9826908 kB
SwapCached:            0 kB
Active:          9443264 kB
Inactive:        9040056 kB
Active(anon):    8434116 kB
Inactive(anon):    16920 kB
Active(file):    1009148 kB
Inactive(file):  9023136 kB
Unevictable:        7336 kB
Mlocked:            7336 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2352 kB
Writeback:             0 kB
AnonPages:       8446540 kB
Mapped:            46904 kB
Shmem:             17036 kB
Slab:             266348 kB
SReclaimable:     239420 kB
SUnreclaim:        26928 kB
KernelStack:        3792 kB
PageTables:        21612 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8644932 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7634944 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 57112 MiB
End job on node136 at 2018-07-22 01:54:25