Trace number 4263700

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
sat4j-CSP 2017-07-05? (problem) 1526.0699 416.922

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-os15/
SuperTaillard-os-15-22.xml
MD5SUM3ba855dc46a3fd367cb99709f0833fff
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints9675
Number of domains86
Minimum domain size811
Maximum domain size909
Distribution of domain sizes[{"size":811,"count":4},{"size":812,"count":6},{"size":813,"count":4},{"size":814,"count":6},{"size":815,"count":6},{"size":816,"count":6},{"size":818,"count":6},{"size":820,"count":4},{"size":821,"count":8},{"size":822,"count":2},{"size":823,"count":2},{"size":824,"count":6},{"size":825,"count":2},{"size":826,"count":2},{"size":827,"count":12},{"size":828,"count":4},{"size":829,"count":4},{"size":830,"count":6},{"size":831,"count":2},{"size":832,"count":4},{"size":833,"count":12},{"size":834,"count":10},{"size":835,"count":2},{"size":837,"count":8},{"size":838,"count":8},"...",{"size":878,"count":6}, {"size":879,"count":2}, {"size":880,"count":2}, {"size":881,"count":6}, {"size":882,"count":6}, {"size":884,"count":4}, {"size":885,"count":6}, {"size":886,"count":6}, {"size":887,"count":4}, {"size":888,"count":4}, {"size":889,"count":2}, {"size":890,"count":8}, {"size":891,"count":6}, {"size":892,"count":6}, {"size":893,"count":6}, {"size":894,"count":8}, {"size":895,"count":8}, {"size":896,"count":8}, {"size":898,"count":4}, {"size":901,"count":4}, {"size":902,"count":4}, {"size":905,"count":6}, {"size":906,"count":2}, {"size":907,"count":10}, {"size":909,"count":4}]
Minimum variable degree29
Maximum variable degree57
Distribution of variable degrees[{"degree":29,"count":225},{"degree":57,"count":225}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":9675}]
Number of extensional constraints0
Number of intensional constraints9675
Distribution of constraint types[{"type":"intension","count":9675}]
Optimization problemNO
Type of objective

Solver Data

1365.41/373.95	Aug 13, 2017 4:40:57 PM org.sat4j.reader.XMLCSP3Reader parseInstance
1365.41/373.95	INFO: Runtime exception
1365.41/373.95	java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1365.41/373.95		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1365.41/373.95		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1365.41/373.95		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
1365.41/373.95		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrIntension(GenericCtrBuilder.java:57)
1365.41/373.95		at org.sat4j.reader.XMLCSP3Reader.buildCtrIntension(XMLCSP3Reader.java:428)
1365.41/373.95		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:394)
1365.41/373.95		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:127)
1365.41/373.95		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1365.41/373.95		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:440)
1365.41/373.95		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1365.41/373.95		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1365.41/373.95		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
1365.41/373.95		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:406)
1365.41/373.95		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
1365.41/373.95		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
1365.41/373.95		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:328)
1365.41/373.95		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:293)
1365.41/373.95		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1365.41/373.95		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1365.41/373.95		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1365.41/373.95		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1365.41/373.95		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1365.41/373.95	Caused by: java.lang.reflect.InvocationTargetException
1365.41/373.95		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1365.41/373.95		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1365.41/373.95		at java.lang.reflect.Method.invoke(Method.java:498)
1365.41/373.95		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1365.41/373.95		... 21 more
1365.41/373.95	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1365.41/373.95		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1365.41/373.95		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1365.41/373.95		... 25 more
1365.41/373.95	Caused by: java.lang.reflect.InvocationTargetException
1365.41/373.95		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1365.41/373.95		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1365.41/373.95		at java.lang.reflect.Method.invoke(Method.java:498)
1365.41/373.95		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1365.41/373.95		... 26 more
1365.41/373.95	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1365.41/373.95		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:127)
1365.41/373.95		... 30 more
1365.41/373.95	Caused by: java.lang.reflect.InvocationTargetException
1365.41/373.95		at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
1365.41/373.95		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1365.41/373.95		at java.lang.reflect.Method.invoke(Method.java:498)
1365.41/373.95		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1365.41/373.95		... 30 more
1365.41/373.95	Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
1365.41/373.95		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(OriginalWLClause.java:81)
1365.41/373.95		at org.sat4j.pb.constraints.UnitBinaryWLClauseConstructor.constructClause(UnitBinaryWLClauseConstructor.java:56)
1365.41/373.95		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.constructClause(AbstractPBClauseCardConstrDataStructure.java:225)
1365.41/373.95		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.createClause(AbstractPBClauseCardConstrDataStructure.java:70)
1365.41/373.95		at org.sat4j.minisat.core.Solver.addClause(Solver.java:426)
1365.41/373.95		at org.sat4j.csp.CspSatSolverDecorator.addClause(CspSatSolverDecorator.java:147)
1365.41/373.95		at org.sat4j.tools.SolverDecorator.addClause(SolverDecorator.java:236)
1365.41/373.95		at org.sat4j.csp.intension.CspToPBSolverDecorator.addClause(CspToPBSolverDecorator.java:85)
1365.41/373.95		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.buildImplVar(TseitinBasedIntensionCtrEncoder.java:528)
1365.41/373.95		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorLe(TseitinBasedIntensionCtrEncoder.java:326)
1365.41/373.95		at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
1365.41/373.95		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1365.41/373.95		at java.lang.reflect.Method.invoke(Method.java:498)
1365.41/373.95		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1365.41/373.95		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1365.41/373.95		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1365.41/373.95		at java.lang.reflect.Method.invoke(Method.java:498)
1365.41/373.95		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1365.41/373.95		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1365.41/373.95		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1365.41/373.95		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1365.41/373.95		at java.lang.reflect.Method.invoke(Method.java:498)
1365.41/373.95		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1365.41/373.95		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1365.41/373.95		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
1365.41/373.95		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrIntension(GenericCtrBuilder.java:57)
1365.41/373.95		at org.sat4j.reader.XMLCSP3Reader.buildCtrIntension(XMLCSP3Reader.java:428)
1365.41/373.95		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:394)
1365.41/373.95		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:127)
1365.41/373.95		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1365.41/373.95		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:440)
1365.41/373.95		at org.xcsp.parser.XCallbacks$$Lambda$38/1987083830.accept(Unknown Source)
1365.41/373.95	
1485.26/405.99	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
1525.94/416.87		at java.nio.CharBuffer.wrap(CharBuffer.java:373)
1525.94/416.87		at sun.nio.cs.StreamEncoder.implWrite(StreamEncoder.java:265)
1525.94/416.87		at sun.nio.cs.StreamEncoder.write(StreamEncoder.java:125)
1525.94/416.87		at java.io.OutputStreamWriter.write(OutputStreamWriter.java:207)
1525.94/416.87		at java.io.BufferedWriter.flushBuffer(BufferedWriter.java:129)
1525.94/416.87		at java.io.BufferedWriter.flush(BufferedWriter.java:253)
1525.94/416.87		at java.io.PrintWriter.flush(PrintWriter.java:320)
1525.94/416.87		at org.sat4j.OptimizationMode.displayResult(OptimizationMode.java:72)
1525.94/416.87		at org.sat4j.AbstractLauncher.displayResult(AbstractLauncher.java:125)
1525.94/416.87		at org.sat4j.csp.CSPLauncher.displayResult(CSPLauncher.java:150)
1525.94/416.87		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 (12461 MiB free)
  memory of node 1: 16384 MiB (15376 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263700-1502635719/watcher-4263700-1502635719 -o /tmp/evaluation-result-4263700-1502635719/solver-4263700-1502635719 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502582933-8033 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263700-1502635719.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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=22734, runsolver pid=22731

[startup+0.100125 s]*
/proc/loadavg: 2.07 2.79 2.72 3/204 22741
/proc/meminfo: memFree=28495776/32770624 swapFree=67108860/67108860
[pid=22734] ppid=22731 vsize=10151672 memory=20204 CPUtime=0.02 cores=1,3,5,7
/proc/22734/stat : 22734 (java) S 22731 22734 7968 0 -1 1077944320 3882 0 0 0 2 0 0 0 20 0 9 0 17454621 10395312128 5051 18446744073709551615 4194304 4196468 140736514740528 140736514723072 140576212926199 0 0 1 16784584 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 22118400 140736514748817 140736514748970 140736514748970 140736514752463 0
/proc/22734/statm: 2537918 5051 2109 1 0 2527415 0
[pid=22734/tid=22736] ppid=22731 vsize=10151672 memory=-6439968830534014599 CPUtime=0.02 cores=1,3,5,7
/proc/22734/task/22736/stat : 22736 (java) R 22731 22734 7968 0 -1 4202560 2521 0 0 0 2 0 0 0 20 0 9 0 17454629 10395312128 5051 18446744073709551615 4194304 4196468 140736514740528 140576217161928 140576212948125 0 4 1 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22118400 140736514748817 140736514748970 140736514748970 140736514752463 0
[pid=22734/tid=22737] ppid=22731 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22734/task/22737/stat : 22737 (java) S 22731 22734 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 17454630 10395312128 5051 18446744073709551615 4194304 4196468 140736514740528 140575823944080 140576212936405 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22118400 140736514748817 140736514748970 140736514748970 140736514752463 0
[pid=22734/tid=22738] ppid=22731 vsize=10151672 memory=140488437634688 CPUtime=0 cores=1,3,5,7
/proc/22734/task/22738/stat : 22738 (java) S 22731 22734 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 17454630 10395312128 5051 18446744073709551615 4194304 4196468 140736514740528 140575822891280 140576212936405 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22118400 140736514748817 140736514748970 140736514748970 140736514752463 0
[pid=22734/tid=22739] ppid=22731 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22734/task/22739/stat : 22739 (java) S 22731 22734 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 17454630 10395312128 5051 18446744073709551615 4194304 4196468 140736514740528 140575821838992 140576212936405 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22118400 140736514748817 140736514748970 140736514748970 140736514752463 0
[pid=22734/tid=22740] ppid=22731 vsize=10151672 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22734/task/22740/stat : 22740 (java) S 22731 22734 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 17454630 10395312128 5051 18446744073709551615 4194304 4196468 140736514740528 140575820786192 140576212936405 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22118400 140736514748817 140736514748970 140736514748970 140736514752463 0
[pid=22734/tid=22741] ppid=22731 vsize=10151672 memory=140488437634688 CPUtime=0 cores=1,3,5,7
/proc/22734/task/22741/stat : 22741 (java) S 22731 22734 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 17454631 10395312128 5051 18446744073709551615 4194304 4196468 140736514740528 140575776885360 140576212937346 0 0 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22118400 140736514748817 140736514748970 140736514748970 140736514752463 0
[pid=22734/tid=22742] ppid=22731 vsize=10151672 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22734/task/22742/stat : 22742 (java) S 22731 22734 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 17454632 10395312128 5051 18446744073709551615 4194304 4196468 140736514740528 140575775831328 140576212936405 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22118400 140736514748817 140736514748970 140736514748970 140736514752463 0
[pid=22734/tid=22743] ppid=22731 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22734/task/22743/stat : 22743 (java) S 22731 22734 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 17454632 10395312128 5051 18446744073709551615 4194304 4196468 140736514740528 140575774779056 140576212936405 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22118400 140736514748817 140736514748970 140736514748970 140736514752463 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 10151672 KiB
Current children cumulated memory: 20204 KiB

[startup+0.210587 s]*
/proc/loadavg: 2.07 2.79 2.72 3/212 22749
/proc/meminfo: memFree=28491180/32770624 swapFree=67108860/67108860
[pid=22734] ppid=22731 vsize=10552180 memory=30228 CPUtime=0.11 cores=1,3,5,7
/proc/22734/stat : 22734 (java) S 22731 22734 7968 0 -1 1077944320 7472 0 0 0 9 2 0 0 20 0 15 0 17454621 10805432320 7557 18446744073709551615 4194304 4196468 140736514740528 140736514723072 140576212926199 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 22118400 140736514748817 140736514748970 140736514748970 140736514752463 0
/proc/22734/statm: 2638045 7557 2781 1 0 2627517 0
[pid=22734/tid=22736] ppid=22731 vsize=10552180 memory=8318255677412212789 CPUtime=0.08 cores=1,3,5,7
/proc/22734/task/22736/stat : 22736 (java) R 22731 22734 7968 0 -1 4202560 5384 0 0 0 7 1 0 0 20 0 15 0 17454629 10805432320 7557 18446744073709551615 4194304 4196468 140736514740528 140576217114544 140576205666189 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 22118400 140736514748817 140736514748970 140736514748970 140736514752463 0
[pid=22734/tid=22737] ppid=22731 vsize=10552180 memory=326 CPUtime=0 cores=1,3,5,7
/proc/22734/task/22737/stat : 22737 (java) S 22731 22734 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17454630 10805432320 7557 18446744073709551615 4194304 4196468 140736514740528 140575823944080 140576212936405 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22118400 140736514748817 140736514748970 140736514748970 140736514752463 0
[pid=22734/tid=22738] ppid=22731 vsize=10552180 memory=288370864589346432 CPUtime=0 cores=1,3,5,7
/proc/22734/task/22738/stat : 22738 (java) S 22731 22734 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 17454630 10805432320 7557 18446744073709551615 4194304 4196468 140736514740528 140575822891280 140576212936405 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22118400 140736514748817 140736514748970 140736514748970 140736514752463 0
[pid=22734/tid=22739] ppid=22731 vsize=10552180 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22734/task/22739/stat : 22739 (java) S 22731 22734 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17454630 10805432320 7557 18446744073709551615 4194304 4196468 140736514740528 140575821838992 140576212936405 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22118400 140736514748817 140736514748970 140736514748970 140736514752463 0
[pid=22734/tid=22740] ppid=22731 vsize=10552180 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22734/task/22740/stat : 22740 (java) S 22731 22734 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 17454630 10805432320 7557 18446744073709551615 4194304 4196468 140736514740528 140575820786192 140576212936405 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22118400 140736514748817 140736514748970 140736514748970 140736514752463 0
[pid=22734/tid=22741] ppid=22731 vsize=10552180 memory=140488437634688 CPUtime=0 cores=1,3,5,7
/proc/22734/task/22741/stat : 22741 (java) S 22731 22734 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 17454631 10805432320 7557 18446744073709551615 4194304 4196468 140736514740528 140575776885360 140576212937346 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22118400 140736514748817 140736514748970 140736514748970 140736514752463 0
[pid=22734/tid=22742] ppid=22731 vsize=10552180 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22734/task/22742/stat : 22742 (java) S 22731 22734 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 17454632 10805432320 7557 18446744073709551615 4194304 4196468 140736514740528 140575775831328 140576212936405 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22118400 140736514748817 140736514748970 140736514748970 140736514752463 0
[pid=22734/tid=22743] ppid=22731 vsize=10552180 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22734/task/22743/stat : 22743 (java) S 22731 22734 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 17454632 10805432320 7557 18446744073709551615 4194304 4196468 140736514740528 140575774778992 140576212936405 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22118400 140736514748817 140736514748970 140736514748970 140736514752463 0
[pid=22734/tid=22744] ppid=22731 vsize=10552180 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22734/task/22744/stat : 22744 (java) S 22731 22734 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17454634 10805432320 7557 18446744073709551615 4194304 4196468 140736514740528 140575773727312 140576212944795 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22118400 140736514748817 140736514748970 140736514748970 140736514752463 0
[pid=22734/tid=22745] ppid=22731 vsize=10552180 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22734/task/22745/stat : 22745 (java) S 22731 22734 7968 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 15 0 17454634 10805432320 7557 18446744073709551615 4194304 4196468 140736514740528 140575772674160 140576212937346 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22118400 140736514748817 140736514748970 140736514748970 140736514752463 0
[pid=22734/tid=22746] ppid=22731 vsize=10552180 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22734/task/22746/stat : 22746 (java) S 22731 22734 7968 0 -1 1077944384 412 0 0 0 0 0 0 0 20 0 15 0 17454634 10805432320 7557 18446744073709551615 4194304 4196468 140736514740528 140575771621360 140576212937346 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22118400 140736514748817 140736514748970 140736514748970 140736514752463 0
[pid=22734/tid=22747] ppid=22731 vsize=10552180 memory=140488437634688 CPUtime=0.01 cores=1,3,5,7
/proc/22734/task/22747/stat : 22747 (java) S 22731 22734 7968 0 -1 1077944384 278 0 0 0 1 0 0 0 20 0 15 0 17454634 10805432320 7557 18446744073709551615 4194304 4196468 140736514740528 140575770569072 140576212937346 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22118400 140736514748817 140736514748970 140736514748970 140736514752463 0
[pid=22734/tid=22748] ppid=22731 vsize=10552180 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22734/task/22748/stat : 22748 (java) S 22731 22734 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17454635 10805432320 7557 18446744073709551615 4194304 4196468 140736514740528 140575769516512 140576212936405 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22118400 140736514748817 140736514748970 140736514748970 140736514752463 0
[pid=22734/tid=22749] ppid=22731 vsize=10552180 memory=140488437634688 CPUtime=0 cores=1,3,5,7
/proc/22734/task/22749/stat : 22749 (java) S 22731 22734 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17454639 10805432320 7557 18446744073709551615 4194304 4196468 140736514740528 140575768464304 140576212937346 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22118400 140736514748817 140736514748970 140736514748970 140736514752463 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 10552180 KiB
Current children cumulated memory: 30228 KiB

[startup+0.312046 s]*
/proc/loadavg: 2.07 2.79 2.72 6/212 22749
/proc/meminfo: memFree=28480460/32770624 swapFree=67108860/67108860
[pid=22734] ppid=22731 vsize=10551156 memory=38004 CPUtime=0.28 cores=1,3,5,7
/proc/22734/stat : 22734 (java) S 22731 22734 7968 0 -1 1077944320 8811 0 0 0 25 3 0 0 20 0 15 0 17454621 10804383744 9435 18446744073709551615 4194304 4196468 140736514740528 140736514723072 140576212926199 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 22118400 140736514748817 140736514748970 140736514748970 140736514752463 0
/proc/22734/statm: 2637789 9435 2859 1 0 2627261 0
[pid=22734/tid=22736] ppid=22731 vsize=10551156 memory=-8774313645642428999 CPUtime=0.19 cores=1,3,5,7
/proc/22734/task/22736/stat : 22736 (java) R 22731 22734 7968 0 -1 4202560 6131 0 0 0 17 2 0 0 20 0 15 0 17454629 10804383744 9567 18446744073709551615 4194304 4196468 140736514740528 140576217164880 140576212938134 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 22118400 140736514748817 140736514748970 140736514748970 140736514752463 0
[pid=22734/tid=22737] ppid=22731 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22734/task/22737/stat : 22737 (java) S 22731 22734 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17454630 10804383744 9567 18446744073709551615 4194304 4196468 140736514740528 140575823944080 140576212936405 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22118400 140736514748817 140736514748970 140736514748970 140736514752463 0
[pid=22734/tid=22738] ppid=22731 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22734/task/22738/stat : 22738 (java) S 22731 22734 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 17454630 10804383744 9567 18446744073709551615 4194304 4196468 140736514740528 140575822891280 140576212936405 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22118400 140736514748817 140736514748970 140736514748970 140736514752463 0
[pid=22734/tid=22739] ppid=22731 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22734/task/22739/stat : 22739 (java) S 22731 22734 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17454630 10804383744 9567 18446744073709551615 4194304 4196468 140736514740528 140575821838992 140576212936405 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22118400 140736514748817 140736514748970 140736514748970 140736514752463 0
[pid=22734/tid=22740] ppid=22731 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22734/task/22740/stat : 22740 (java) S 22731 22734 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 17454630 10804383744 9567 18446744073709551615 4194304 4196468 140736514740528 140575820786192 140576212936405 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22118400 140736514748817 140736514748970 140736514748970 140736514752463 0
[pid=22734/tid=22741] ppid=22731 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22734/task/22741/stat : 22741 (java) S 22731 22734 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 17454631 10804383744 9567 18446744073709551615 4194304 4196468 140736514740528 140575776885360 140576212937346 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22118400 140736514748817 140736514748970 140736514748970 140736514752463 0
[pid=22734/tid=22742] ppid=22731 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22734/task/22742/stat : 22742 (java) S 22731 22734 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 17454632 10804383744 9567 18446744073709551615 4194304 4196468 140736514740528 140575775831328 140576212936405 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22118400 140736514748817 140736514748970 140736514748970 140736514752463 0
[pid=22734/tid=22743] ppid=22731 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22734/task/22743/stat : 22743 (java) S 22731 22734 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 17454632 10804383744 9567 18446744073709551615 4194304 4196468 140736514740528 140575774778992 140576212936405 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22118400 140736514748817 140736514748970 140736514748970 140736514752463 0
[pid=22734/tid=22744] ppid=22731 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22734/task/22744/stat : 22744 (java) S 22731 22734 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17454634 10804383744 9567 18446744073709551615 4194304 4196468 140736514740528 140575773727312 140576212944795 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22118400 140736514748817 140736514748970 140736514748970 140736514752463 0
[pid=22734/tid=22745] ppid=22731 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/22734/task/22745/stat : 22745 (java) S 22731 22734 7968 0 -1 1077944384 122 0 0 0 1 0 0 0 20 0 15 0 17454634 10804383744 9567 18446744073709551615 4194304 4196468 140736514740528 140575772674160 140576212937346 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22118400 140736514748817 140736514748970 140736514748970 140736514752463 0
[pid=22734/tid=22746] ppid=22731 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/22734/task/22746/stat : 22746 (java) R 22731 22734 7968 0 -1 4202560 549 0 0 0 1 0 0 0 20 0 15 0 17454634 10804383744 9567 18446744073709551615 4194304 4196468 140736514740528 140575771611576 140576205215581 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22118400 140736514748817 140736514748970 140736514748970 140736514752463 0
[pid=22734/tid=22747] ppid=22731 vsize=10551156 memory=-1 CPUtime=0.05 cores=1,3,5,7
/proc/22734/task/22747/stat : 22747 (java) R 22731 22734 7968 0 -1 4202560 709 0 0 0 5 0 0 0 20 0 15 0 17454634 10804383744 9567 18446744073709551615 4194304 4196468 140736514740528 140575770564952 140576191886431 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22118400 140736514748817 140736514748970 140736514748970 140736514752463 0
[pid=22734/tid=22748] ppid=22731 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22734/task/22748/stat : 22748 (java) S 22731 22734 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17454635 10804383744 9567 18446744073709551615 4194304 4196468 140736514740528 140575769516512 140576212936405 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22118400 140736514748817 140736514748970 140736514748970 140736514752463 0
[pid=22734/tid=22749] ppid=22731 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22734/task/22749/stat : 22749 (java) S 22731 22734 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17454639 10804383744 9567 18446744073709551615 4194304 4196468 140736514740528 140575768464304 140576212937346 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22118400 140736514748817 140736514748970 140736514748970 140736514752463 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 38004 KiB

[startup+0.700758 s]
/proc/loadavg: 2.07 2.79 2.72 6/212 22749
/proc/meminfo: memFree=28460744/32770624 swapFree=67108860/67108860
[pid=22734] ppid=22731 vsize=10551232 memory=102992 CPUtime=1.5 cores=1,3,5,7
/proc/22734/stat : 22734 (java) S 22731 22734 7968 0 -1 1077944320 13846 0 0 0 146 4 0 0 20 0 15 0 17454621 10804461568 25748 18446744073709551615 4194304 4196468 140736514740528 140736514723072 140576212926199 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 22118400 140736514748817 140736514748970 140736514748970 140736514752463 0
/proc/22734/statm: 2637808 25748 3057 1 0 2627261 0
[pid=22734/tid=22736] ppid=22731 vsize=10551232 memory=249 CPUtime=0.57 cores=1,3,5,7
/proc/22734/task/22736/stat : 22736 (java) R 22731 22734 7968 0 -1 4202560 7353 0 0 0 54 3 0 0 20 0 15 0 17454629 10804461568 25748 18446744073709551615 4194304 4196468 140736514740528 140576217164208 140576212948125 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 22118400 140736514748817 140736514748970 140736514748970 140736514752463 0
[pid=22734/tid=22737] ppid=22731 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22734/task/22737/stat : 22737 (java) S 22731 22734 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17454630 10804461568 25748 18446744073709551615 4194304 4196468 140736514740528 140575823944080 140576212936405 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22118400 140736514748817 140736514748970 140736514748970 140736514752463 0
[pid=22734/tid=22738] ppid=22731 vsize=10551232 memory=6 CPUtime=0 cores=1,3,5,7
/proc/22734/task/22738/stat : 22738 (java) S 22731 22734 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 17454630 10804461568 25748 18446744073709551615 4194304 4196468 140736514740528 140575822891280 140576212936405 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22118400 140736514748817 140736514748970 140736514748970 140736514752463 0
[pid=22734/tid=22739] ppid=22731 vsize=10551232 memory=24 CPUtime=0 cores=1,3,5,7
/proc/22734/task/22739/stat : 22739 (java) S 22731 22734 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17454630 10804461568 25748 18446744073709551615 4194304 4196468 140736514740528 140575821838992 140576212936405 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22118400 140736514748817 140736514748970 140736514748970 140736514752463 0
[pid=22734/tid=22740] ppid=22731 vsize=10551232 memory=75 CPUtime=0 cores=1,3,5,7
/proc/22734/task/22740/stat : 22740 (java) S 22731 22734 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 17454630 10804461568 25748 18446744073709551615 4194304 4196468 140736514740528 140575820786192 140576212936405 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22118400 140736514748817 140736514748970 140736514748970 140736514752463 0
[pid=22734/tid=22741] ppid=22731 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22734/task/22741/stat : 22741 (java) S 22731 22734 7968 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 17454631 10804461568 25748 18446744073709551615 4194304 4196468 140736514740528 140575776885360 140576212937346 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22118400 140736514748817 140736514748970 140736514748970 140736514752463 0
[pid=22734/tid=22742] ppid=22731 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22734/task/22742/stat : 22742 (java) S 22731 22734 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 17454632 10804461568 25748 18446744073709551615 4194304 4196468 140736514740528 140575775831328 140576212936405 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22118400 140736514748817 140736514748970 140736514748970 140736514752463 0
[pid=22734/tid=22743] ppid=22731 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22734/task/22743/stat : 22743 (java) S 22731 22734 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 17454632 10804461568 25748 18446744073709551615 4194304 4196468 140736514740528 140575774778992 140576212936405 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22118400 140736514748817 140736514748970 140736514748970 140736514752463 0
[pid=22734/tid=22744] ppid=22731 vsize=10551232 memory=4 CPUtime=0 cores=1,3,5,7
/proc/22734/task/22744/stat : 22744 (java) S 22731 22734 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17454634 10804461568 25748 18446744073709551615 4194304 4196468 140736514740528 140575773727312 140576212944795 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22118400 140736514748817 140736514748970 140736514748970 140736514752463 0
[pid=22734/tid=22745] ppid=22731 vsize=10551232 memory=36 CPUtime=0.33 cores=1,3,5,7
/proc/22734/task/22745/stat : 22745 (java) R 22731 22734 7968 0 -1 4202560 1656 0 0 0 33 0 0 0 20 0 15 0 17454634 10804461568 25748 18446744073709551615 4194304 4196468 140736514740528 140575772661408 140576194447815 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22118400 140736514748817 140736514748970 140736514748970 140736514752463 0
[pid=22734/tid=22746] ppid=22731 vsize=10551232 memory=2 CPUtime=0.33 cores=1,3,5,7
/proc/22734/task/22746/stat : 22746 (java) R 22731 22734 7968 0 -1 1077944384 1936 0 0 0 33 0 0 0 20 0 15 0 17454634 10804461568 25748 18446744073709551615 4194304 4196468 140736514740528 140575771621488 140576212936405 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 22118400 140736514748817 140736514748970 140736514748970 140736514752463 0
[pid=22734/tid=22747] ppid=22731 vsize=10551232 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/22734/task/22747/stat : 22747 (java) S 22731 22734 7968 0 -1 1077944384 1530 0 0 0 25 0 0 0 20 0 15 0 17454634 10804461568 25748 18446744073709551615 4194304 4196468 140736514740528 140575770569072 140576212937346 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22118400 140736514748817 140736514748970 140736514748970 140736514752463 0
[pid=22734/tid=22748] ppid=22731 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22734/task/22748/stat : 22748 (java) S 22731 22734 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17454635 10804461568 25748 18446744073709551615 4194304 4196468 140736514740528 140575769516512 140576212936405 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22118400 140736514748817 140736514748970 140736514748970 140736514752463 0
[pid=22734/tid=22749] ppid=22731 vsize=10551232 memory=6463925781705 CPUtime=0 cores=1,3,5,7
/proc/22734/task/22749/stat : 22749 (java) S 22731 22734 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 17454639 10804461568 25748 18446744073709551615 4194304 4196468 140736514740528 140575768464304 140576212937346 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22118400 140736514748817 140736514748970 140736514748970 140736514752463 0
Current children cumulated CPU time: 1.5 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 102992 KiB

[startup+1.50077 s]
/proc/loadavg: 2.07 2.79 2.72 3/212 22749
/proc/meminfo: memFree=28133880/32770624 swapFree=67108860/67108860
[pid=22734] ppid=22731 vsize=10551232 memory=676132 CPUtime=3.57 cores=1,3,5,7
/proc/22734/stat : 22734 (java) S 22731 22734 7968 0 -1 1077944320 16755 0 0 0 326 31 0 0 20 0 15 0 17454621 10804461568 169033 18446744073709551615 4194304 4196468 140736514740528 140736514723072 140576212926199 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 22118400 140736514748817 140736514748970 140736514748970 140736514752463 0
/proc/22734/statm: 2637808 169033 3099 1 0 2627261 0
[pid=22734/tid=22736] ppid=22731 vsize=10551232 memory=7085094979371494503 CPUtime=1.19 cores=1,3,5,7
/proc/22734/task/22736/stat : 22736 (java) R 22731 22734 7968 0 -1 4202560 8245 0 0 0 110 9 0 0 20 0 15 0 17454629 10804461568 169033 18446744073709551615 4194304 4196468 140736514740528 140576217152728 140575843778185 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 22118400 140736514748817 140736514748970 140736514748970 140736514752463 0
[pid=22734/tid=22737] ppid=22731 vsize=10551232 memory=-3472574513799858009 CPUtime=0.15 cores=1,3,5,7
/proc/22734/task/22737/stat : 22737 (java) S 22731 22734 7968 0 -1 1077944384 220 0 0 0 11 4 0 0 20 0 15 0 17454630 10804461568 169033 18446744073709551615 4194304 4196468 140736514740528 140575823944080 140576212936405 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22118400 140736514748817 140736514748970 140736514748970 140736514752463 0
[pid=22734/tid=22738] ppid=22731 vsize=10551232 memory=-6441413357968170793 CPUtime=0.16 cores=1,3,5,7
/proc/22734/task/22738/stat : 22738 (java) S 22731 22734 7968 0 -1 1077944384 266 0 0 0 11 5 0 0 20 0 15 0 17454630 10804461568 169033 18446744073709551615 4194304 4196468 140736514740528 140575822891280 140576212936405 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22118400 140736514748817 140736514748970 140736514748970 140736514752463 0
[pid=22734/tid=22739] ppid=22731 vsize=10551232 memory=-7449383003082255457 CPUtime=0.15 cores=1,3,5,7
/proc/22734/task/22739/stat : 22739 (java) S 22731 22734 7968 0 -1 1077944384 245 0 0 0 10 5 0 0 20 0 15 0 17454630 10804461568 169033 18446744073709551615 4194304 4196468 140736514740528 140575821838992 140576212936405 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22118400 140736514748817 140736514748970 140736514748970 140736514752463 0
[pid=22734/tid=22740] ppid=22731 vsize=10551232 memory=7679937539709960979 CPUtime=0.16 cores=1,3,5,7
/proc/22734/task/22740/stat : 22740 (java) S 22731 22734 7968 0 -1 1077944384 242 0 0 0 11 5 0 0 20 0 15 0 17454630 10804461568 169033 18446744073709551615 4194304 4196468 140736514740528 140575820786192 140576212936405 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22118400 140736514748817 140736514748970 140736514748970 140736514752463 0
[pid=22734/tid=22741] ppid=22731 vsize=10551232 memory=3184132387188526067 CPUtime=0 cores=1,3,5,7
/proc/22734/task/22741/stat : 22741 (java) S 22731 22734 7968 0 -1 1077944384 485 0 0 0 0 0 0 0 20 0 15 0 17454631 10804461568 169033 18446744073709551615 4194304 4196468 140736514740528 140575776885360 140576212937346 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22118400 140736514748817 140736514748970 140736514748970 140736514752463 0
[pid=22734/tid=22742] ppid=22731 vsize=10551232 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/22734/task/22742/stat : 22742 (java) S 22731 22734 7968 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 17454632 10804461568 169033 18446744073709551615 4194304 4196468 140736514740528 140575775831328 140576212936405 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22118400 140736514748817 140736514748970 140736514748970 140736514752463 0
[pid=22734/tid=22743] ppid=22731 vsize=10551232 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/22734/task/22743/stat : 22743 (java) S 22731 22734 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 17454632 10804461568 169033 18446744073709551615 4194304 4196468 140736514740528 140575774778992 140576212936405 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22118400 140736514748817 140736514748970 140736514748970 140736514752463 0
[pid=22734/tid=22744] ppid=22731 vsize=10551232 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/22734/task/22744/stat : 22744 (java) S 22731 22734 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 17454634 10804461568 169033 18446744073709551615 4194304 4196468 140736514740528 140575773727312 140576212944795 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22118400 140736514748817 140736514748970 140736514748970 140736514752463 0
[pid=22734/tid=22745] ppid=22731 vsize=10551232 memory=6944656592455097440 CPUtime=0.68 cores=1,3,5,7
/proc/22734/task/22745/stat : 22745 (java) R 22731 22734 7968 0 -1 4202560 1747 0 0 0 68 0 0 0 20 0 15 0 17454634 10804461568 169033 18446744073709551615 4194304 4196468 140736514740528 140575772674160 140576193672688 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22118400 140736514748817 140736514748970 140736514748970 140736514752463 0
[pid=22734/tid=22746] ppid=22731 vsize=10551232 memory=6944656575208382560 CPUtime=0.7 cores=1,3,5,7
/proc/22734/task/22746/stat : 22746 (java) S 22731 22734 7968 0 -1 1077944384 2314 0 0 0 70 0 0 0 20 0 15 0 17454634 10804461568 169033 18446744073709551615 4194304 4196468 140736514740528 140575771621360 140576212937346 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22118400 140736514748817 140736514748970 140736514748970 140736514752463 0
[pid=22734/tid=22747] ppid=22731 vsize=10551232 memory=0 CPUtime=0.31 cores=1,3,5,7
/proc/22734/task/22747/stat : 22747 (java) S 22731 22734 7968 0 -1 1077944384 1629 0 0 0 31 0 0 0 20 0 15 0 17454634 10804461568 169033 18446744073709551615 4194304 4196468 140736514740528 140575770569072 140576212937346 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22118400 140736514748817 140736514748970 140736514748970 140736514752463 0

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

/proc/22734/task/22740/stat : 22740 (java) R 22731 22734 7968 0 -1 4202560 169714 0 0 0 36824 181 0 0 20 0 17 0 17454630 10943037440 2081344 18446744073709551615 4194304 4196468 140736514740528 140575820786392 140576194535885 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22118400 140736514748817 140736514748970 140736514748970 140736514752463 0
[pid=22734/tid=22741] ppid=22731 vsize=10686560 memory=2012 CPUtime=24.41 cores=1,3,5,7
/proc/22734/task/22741/stat : 22741 (java) S 22731 22734 7968 0 -1 1077944384 81624 0 0 0 2437 4 0 0 20 0 17 0 17454631 10943037440 2081344 18446744073709551615 4194304 4196468 140736514740528 140575776883904 140576212936405 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22118400 140736514748817 140736514748970 140736514748970 140736514752463 0
[pid=22734/tid=22742] ppid=22731 vsize=10686560 memory=5520 CPUtime=0 cores=1,3,5,7
/proc/22734/task/22742/stat : 22742 (java) S 22731 22734 7968 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 17 0 17454632 10943037440 2081344 18446744073709551615 4194304 4196468 140736514740528 140575775831392 140576212936405 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22118400 140736514748817 140736514748970 140736514748970 140736514752463 0
[pid=22734/tid=22743] ppid=22731 vsize=10686560 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/22734/task/22743/stat : 22743 (java) S 22731 22734 7968 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 17 0 17454632 10943037440 2081344 18446744073709551615 4194304 4196468 140736514740528 140575774779008 140576212936405 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22118400 140736514748817 140736514748970 140736514748970 140736514752463 0
[pid=22734/tid=22744] ppid=22731 vsize=10686560 memory=4304 CPUtime=0 cores=1,3,5,7
/proc/22734/task/22744/stat : 22744 (java) S 22731 22734 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 17454634 10943037440 2081344 18446744073709551615 4194304 4196468 140736514740528 140575773727312 140576212944795 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22118400 140736514748817 140736514748970 140736514748970 140736514752463 0
[pid=22734/tid=22745] ppid=22731 vsize=10686560 memory=1588 CPUtime=0.79 cores=1,3,5,7
/proc/22734/task/22745/stat : 22745 (java) S 22731 22734 7968 0 -1 1077944384 3466 0 0 0 78 1 0 0 20 0 17 0 17454634 10943037440 2081344 18446744073709551615 4194304 4196468 140736514740528 140575772673920 140576212936405 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22118400 140736514748817 140736514748970 140736514748970 140736514752463 0
[pid=22734/tid=22746] ppid=22731 vsize=10686560 memory=928 CPUtime=0.83 cores=1,3,5,7
/proc/22734/task/22746/stat : 22746 (java) S 22731 22734 7968 0 -1 1077944384 4343 0 0 0 83 0 0 0 20 0 17 0 17454634 10943037440 2081344 18446744073709551615 4194304 4196468 140736514740528 140575771621408 140576212936405 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22118400 140736514748817 140736514748970 140736514748970 140736514752463 0
[pid=22734/tid=22747] ppid=22731 vsize=10686560 memory=1000 CPUtime=0.39 cores=1,3,5,7
/proc/22734/task/22747/stat : 22747 (java) S 22731 22734 7968 0 -1 1077944384 3269 0 0 0 38 1 0 0 20 0 17 0 17454634 10943037440 2081344 18446744073709551615 4194304 4196468 140736514740528 140575770569120 140576212936405 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22118400 140736514748817 140736514748970 140736514748970 140736514752463 0
[pid=22734/tid=22748] ppid=22731 vsize=10686560 memory=2012 CPUtime=0 cores=1,3,5,7
/proc/22734/task/22748/stat : 22748 (java) S 22731 22734 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 17454635 10943037440 2081344 18446744073709551615 4194304 4196468 140736514740528 140575769516512 140576212936405 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22118400 140736514748817 140736514748970 140736514748970 140736514752463 0
[pid=22734/tid=22749] ppid=22731 vsize=10686560 memory=5520 CPUtime=0.29 cores=1,3,5,7
/proc/22734/task/22749/stat : 22749 (java) S 22731 22734 7968 0 -1 1077944384 690 0 0 0 13 16 0 0 20 0 17 0 17454639 10943037440 2081344 18446744073709551615 4194304 4196468 140736514740528 140575768464304 140576212937346 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22118400 140736514748817 140736514748970 140736514748970 140736514752463 0
[pid=22734/tid=22789] ppid=22731 vsize=10686560 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/22734/task/22789/stat : 22789 (java) S 22731 22734 7968 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 17492017 10943037440 2081344 18446744073709551615 4194304 4196468 140736514740528 140575765312304 140576212936405 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22118400 140736514748817 140736514748970 140736514748970 140736514752463 0
[pid=22734/tid=22790] ppid=22731 vsize=10686560 memory=792 CPUtime=0 cores=1,3,5,7
/proc/22734/task/22790/stat : 22790 (java) S 22731 22734 7968 0 -1 1077944384 30 0 0 0 0 0 0 0 20 0 17 0 17492017 10943037440 2081344 18446744073709551615 4194304 4196468 140736514740528 140575764259472 140576212936405 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22118400 140736514748817 140736514748970 140736514748970 140736514752463 0
Current children cumulated CPU time: 1518.24 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8325376 KiB

[startup+416.001 s]*
/proc/loadavg: 4.58 4.16 3.38 6/218 22792
/proc/meminfo: memFree=19950176/32770624 swapFree=67108860/67108860
[pid=22734] ppid=22731 vsize=10686560 memory=8325376 CPUtime=1524.47 cores=1,3,5,7
/proc/22734/stat : 22734 (java) S 22731 22734 7968 0 -1 1077944320 1012431 0 0 0 151682 765 0 0 20 0 17 0 17454621 10943037440 2081344 18446744073709551615 4194304 4196468 140736514740528 140736514723072 140576212926199 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 22118400 140736514748817 140736514748970 140736514748970 140736514752463 0
/proc/22734/statm: 2671640 2081344 3160 1 0 2661055 0
[pid=22734/tid=22736] ppid=22731 vsize=10686560 memory=-8195925453750481479 CPUtime=15.65 cores=1,3,5,7
/proc/22734/task/22736/stat : 22736 (java) S 22731 22734 7968 0 -1 1077944384 30774 0 0 0 1542 23 0 0 20 0 17 0 17454629 10943037440 2081344 18446744073709551615 4194304 4196468 140736514740528 140576217166880 140576212936405 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 22118400 140736514748817 140736514748970 140736514748970 140736514752463 0
[pid=22734/tid=22737] ppid=22731 vsize=10686560 memory=1588 CPUtime=371.31 cores=1,3,5,7
/proc/22734/task/22737/stat : 22737 (java) R 22731 22734 7968 0 -1 4202560 280084 0 0 0 36954 177 0 0 20 0 17 0 17454630 10943037440 2081344 18446744073709551615 4194304 4196468 140736514740528 140575823944200 140576205554407 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 22118400 140736514748817 140736514748970 140736514748970 140736514752463 0
[pid=22734/tid=22738] ppid=22731 vsize=10686560 memory=928 CPUtime=369.64 cores=1,3,5,7
/proc/22734/task/22738/stat : 22738 (java) R 22731 22734 7968 0 -1 4202560 238135 0 0 0 36776 188 0 0 20 0 17 0 17454630 10943037440 2081344 18446744073709551615 4194304 4196468 140736514740528 140575822891400 140576205554407 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22118400 140736514748817 140736514748970 140736514748970 140736514752463 0
[pid=22734/tid=22739] ppid=22731 vsize=10686560 memory=2164 CPUtime=369.39 cores=1,3,5,7
/proc/22734/task/22739/stat : 22739 (java) R 22731 22734 7968 0 -1 4202560 198841 0 0 0 36757 182 0 0 20 0 17 0 17454630 10943037440 2081344 18446744073709551615 4194304 4196468 140736514740528 140575821838800 140576205554407 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22118400 140736514748817 140736514748970 140736514748970 140736514752463 0
[pid=22734/tid=22740] ppid=22731 vsize=10686560 memory=-8774313645642428999 CPUtime=371.66 cores=1,3,5,7
/proc/22734/task/22740/stat : 22740 (java) R 22731 22734 7968 0 -1 4202560 169714 0 0 0 36985 181 0 0 20 0 17 0 17454630 10943037440 2081344 18446744073709551615 4194304 4196468 140736514740528 140575820786392 140576194535947 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22118400 140736514748817 140736514748970 140736514748970 140736514752463 0
[pid=22734/tid=22741] ppid=22731 vsize=10686560 memory=13200 CPUtime=24.41 cores=1,3,5,7
/proc/22734/task/22741/stat : 22741 (java) S 22731 22734 7968 0 -1 1077944384 81624 0 0 0 2437 4 0 0 20 0 17 0 17454631 10943037440 2081344 18446744073709551615 4194304 4196468 140736514740528 140575776883904 140576212936405 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22118400 140736514748817 140736514748970 140736514748970 140736514752463 0
[pid=22734/tid=22742] ppid=22731 vsize=10686560 memory=1732 CPUtime=0 cores=1,3,5,7
/proc/22734/task/22742/stat : 22742 (java) S 22731 22734 7968 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 17 0 17454632 10943037440 2081344 18446744073709551615 4194304 4196468 140736514740528 140575775831392 140576212936405 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22118400 140736514748817 140736514748970 140736514748970 140736514752463 0
[pid=22734/tid=22743] ppid=22731 vsize=10686560 memory=1700 CPUtime=0 cores=1,3,5,7
/proc/22734/task/22743/stat : 22743 (java) S 22731 22734 7968 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 17 0 17454632 10943037440 2081344 18446744073709551615 4194304 4196468 140736514740528 140575774779008 140576212936405 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22118400 140736514748817 140736514748970 140736514748970 140736514752463 0
[pid=22734/tid=22744] ppid=22731 vsize=10686560 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/22734/task/22744/stat : 22744 (java) S 22731 22734 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 17454634 10943037440 2081344 18446744073709551615 4194304 4196468 140736514740528 140575773727312 140576212944795 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22118400 140736514748817 140736514748970 140736514748970 140736514752463 0
[pid=22734/tid=22745] ppid=22731 vsize=10686560 memory=1000 CPUtime=0.79 cores=1,3,5,7
/proc/22734/task/22745/stat : 22745 (java) S 22731 22734 7968 0 -1 1077944384 3466 0 0 0 78 1 0 0 20 0 17 0 17454634 10943037440 2081344 18446744073709551615 4194304 4196468 140736514740528 140575772673920 140576212936405 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22118400 140736514748817 140736514748970 140736514748970 140736514752463 0
[pid=22734/tid=22746] ppid=22731 vsize=10686560 memory=2012 CPUtime=0.83 cores=1,3,5,7
/proc/22734/task/22746/stat : 22746 (java) S 22731 22734 7968 0 -1 1077944384 4343 0 0 0 83 0 0 0 20 0 17 0 17454634 10943037440 2081344 18446744073709551615 4194304 4196468 140736514740528 140575771621408 140576212936405 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22118400 140736514748817 140736514748970 140736514748970 140736514752463 0
[pid=22734/tid=22747] ppid=22731 vsize=10686560 memory=4612 CPUtime=0.39 cores=1,3,5,7
/proc/22734/task/22747/stat : 22747 (java) S 22731 22734 7968 0 -1 1077944384 3269 0 0 0 38 1 0 0 20 0 17 0 17454634 10943037440 2081344 18446744073709551615 4194304 4196468 140736514740528 140575770569120 140576212936405 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22118400 140736514748817 140736514748970 140736514748970 140736514752463 0
[pid=22734/tid=22748] ppid=22731 vsize=10686560 memory=792 CPUtime=0 cores=1,3,5,7
/proc/22734/task/22748/stat : 22748 (java) S 22731 22734 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 17454635 10943037440 2081344 18446744073709551615 4194304 4196468 140736514740528 140575769516512 140576212936405 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22118400 140736514748817 140736514748970 140736514748970 140736514752463 0
[pid=22734/tid=22749] ppid=22731 vsize=10686560 memory=8684 CPUtime=0.29 cores=1,3,5,7
/proc/22734/task/22749/stat : 22749 (java) S 22731 22734 7968 0 -1 1077944384 690 0 0 0 13 16 0 0 20 0 17 0 17454639 10943037440 2081344 18446744073709551615 4194304 4196468 140736514740528 140575768464304 140576212937346 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22118400 140736514748817 140736514748970 140736514748970 140736514752463 0
[pid=22734/tid=22789] ppid=22731 vsize=10686560 memory=1440 CPUtime=0 cores=1,3,5,7
/proc/22734/task/22789/stat : 22789 (java) S 22731 22734 7968 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 17492017 10943037440 2081344 18446744073709551615 4194304 4196468 140736514740528 140575765312304 140576212936405 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22118400 140736514748817 140736514748970 140736514748970 140736514752463 0
[pid=22734/tid=22790] ppid=22731 vsize=10686560 memory=9916 CPUtime=0 cores=1,3,5,7
/proc/22734/task/22790/stat : 22790 (java) S 22731 22734 7968 0 -1 1077944384 30 0 0 0 0 0 0 0 20 0 17 0 17492017 10943037440 2081344 18446744073709551615 4194304 4196468 140736514740528 140575764259472 140576212936405 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22118400 140736514748817 140736514748970 140736514748970 140736514752463 0
Current children cumulated CPU time: 1524.47 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8325376 KiB

[startup+416.401 s]
/proc/loadavg: 4.58 4.16 3.38 6/218 22792
/proc/meminfo: memFree=19950176/32770624 swapFree=67108860/67108860
[pid=22734] ppid=22731 vsize=10686560 memory=8325380 CPUtime=1525.54 cores=1,3,5,7
/proc/22734/stat : 22734 (java) S 22731 22734 7968 0 -1 1077944320 1014325 0 0 0 151789 765 0 0 20 0 17 0 17454621 10943037440 2081345 18446744073709551615 4194304 4196468 140736514740528 140736514723072 140576212926199 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 22118400 140736514748817 140736514748970 140736514748970 140736514752463 0
/proc/22734/statm: 2671640 2081345 3160 1 0 2661055 0
[pid=22734/tid=22736] ppid=22731 vsize=10686560 memory=1200 CPUtime=15.65 cores=1,3,5,7
/proc/22734/task/22736/stat : 22736 (java) S 22731 22734 7968 0 -1 1077944384 30774 0 0 0 1542 23 0 0 20 0 17 0 17454629 10943037440 2081345 18446744073709551615 4194304 4196468 140736514740528 140576217166880 140576212936405 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 22118400 140736514748817 140736514748970 140736514748970 140736514752463 0
[pid=22734/tid=22737] ppid=22731 vsize=10686560 memory=15872 CPUtime=371.53 cores=1,3,5,7
/proc/22734/task/22737/stat : 22737 (java) S 22731 22734 7968 0 -1 1077944384 280084 0 0 0 36976 177 0 0 20 0 17 0 17454630 10943037440 2081345 18446744073709551615 4194304 4196468 140736514740528 140575823944080 140576212936405 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22118400 140736514748817 140736514748970 140736514748970 140736514752463 0
[pid=22734/tid=22738] ppid=22731 vsize=10686560 memory=-8774313645642428999 CPUtime=369.87 cores=1,3,5,7
/proc/22734/task/22738/stat : 22738 (java) S 22731 22734 7968 0 -1 1077944384 238135 0 0 0 36799 188 0 0 20 0 17 0 17454630 10943037440 2081345 18446744073709551615 4194304 4196468 140736514740528 140575822891280 140576212936405 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22118400 140736514748817 140736514748970 140736514748970 140736514752463 0
[pid=22734/tid=22739] ppid=22731 vsize=10686560 memory=8325368 CPUtime=369.62 cores=1,3,5,7
/proc/22734/task/22739/stat : 22739 (java) S 22731 22734 7968 0 -1 1077944384 198841 0 0 0 36780 182 0 0 20 0 17 0 17454630 10943037440 2081345 18446744073709551615 4194304 4196468 140736514740528 140575821838992 140576212936405 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22118400 140736514748817 140736514748970 140736514748970 140736514752463 0
[pid=22734/tid=22740] ppid=22731 vsize=10686560 memory=7589274833516801427 CPUtime=371.89 cores=1,3,5,7
/proc/22734/task/22740/stat : 22740 (java) S 22731 22734 7968 0 -1 1077944384 169714 0 0 0 37008 181 0 0 20 0 17 0 17454630 10943037440 2081345 18446744073709551615 4194304 4196468 140736514740528 140575820786192 140576212936405 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22118400 140736514748817 140736514748970 140736514748970 140736514752463 0
[pid=22734/tid=22741] ppid=22731 vsize=10686560 memory=7589274833516801427 CPUtime=24.56 cores=1,3,5,7
/proc/22734/task/22741/stat : 22741 (java) R 22731 22734 7968 0 -1 4202560 83518 0 0 0 2452 4 0 0 20 0 17 0 17454631 10943037440 2081345 18446744073709551615 4194304 4196468 140736514740528 140575776883792 140576197922603 0 0 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 22118400 140736514748817 140736514748970 140736514748970 140736514752463 0
[pid=22734/tid=22742] ppid=22731 vsize=10686560 memory=7589274833516801427 CPUtime=0 cores=1,3,5,7
/proc/22734/task/22742/stat : 22742 (java) S 22731 22734 7968 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 17 0 17454632 10943037440 2081345 18446744073709551615 4194304 4196468 140736514740528 140575775831392 140576212936405 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22118400 140736514748817 140736514748970 140736514748970 140736514752463 0
[pid=22734/tid=22743] ppid=22731 vsize=10686560 memory=7589274833516801427 CPUtime=0 cores=1,3,5,7
/proc/22734/task/22743/stat : 22743 (java) S 22731 22734 7968 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 17 0 17454632 10943037440 2081345 18446744073709551615 4194304 4196468 140736514740528 140575774779008 140576212936405 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22118400 140736514748817 140736514748970 140736514748970 140736514752463 0
[pid=22734/tid=22744] ppid=22731 vsize=10686560 memory=8325376 CPUtime=0 cores=1,3,5,7
/proc/22734/task/22744/stat : 22744 (java) S 22731 22734 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 17454634 10943037440 2081345 18446744073709551615 4194304 4196468 140736514740528 140575773727312 140576212944795 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22118400 140736514748817 140736514748970 140736514748970 140736514752463 0
[pid=22734/tid=22745] ppid=22731 vsize=10686560 memory=8324176 CPUtime=0.79 cores=1,3,5,7
/proc/22734/task/22745/stat : 22745 (java) S 22731 22734 7968 0 -1 1077944384 3466 0 0 0 78 1 0 0 20 0 17 0 17454634 10943037440 2081345 18446744073709551615 4194304 4196468 140736514740528 140575772673920 140576212936405 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22118400 140736514748817 140736514748970 140736514748970 140736514752463 0
[pid=22734/tid=22746] ppid=22731 vsize=10686560 memory=4124 CPUtime=0.83 cores=1,3,5,7
/proc/22734/task/22746/stat : 22746 (java) S 22731 22734 7968 0 -1 1077944384 4343 0 0 0 83 0 0 0 20 0 17 0 17454634 10943037440 2081345 18446744073709551615 4194304 4196468 140736514740528 140575771621408 140576212936405 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22118400 140736514748817 140736514748970 140736514748970 140736514752463 0
[pid=22734/tid=22747] ppid=22731 vsize=10686560 memory=0 CPUtime=0.39 cores=1,3,5,7
/proc/22734/task/22747/stat : 22747 (java) S 22731 22734 7968 0 -1 1077944384 3269 0 0 0 38 1 0 0 20 0 17 0 17454634 10943037440 2081345 18446744073709551615 4194304 4196468 140736514740528 140575770569120 140576212936405 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22118400 140736514748817 140736514748970 140736514748970 140736514752463 0
[pid=22734/tid=22748] ppid=22731 vsize=10686560 memory=3185641398044099402 CPUtime=0 cores=1,3,5,7
/proc/22734/task/22748/stat : 22748 (java) S 22731 22734 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 17454635 10943037440 2081345 18446744073709551615 4194304 4196468 140736514740528 140575769516512 140576212936405 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22118400 140736514748817 140736514748970 140736514748970 140736514752463 0
[pid=22734/tid=22749] ppid=22731 vsize=10686560 memory=4040 CPUtime=0.29 cores=1,3,5,7
/proc/22734/task/22749/stat : 22749 (java) S 22731 22734 7968 0 -1 1077944384 690 0 0 0 13 16 0 0 20 0 17 0 17454639 10943037440 2081345 18446744073709551615 4194304 4196468 140736514740528 140575768464304 140576212937346 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22118400 140736514748817 140736514748970 140736514748970 140736514752463 0
[pid=22734/tid=22789] ppid=22731 vsize=10686560 memory=16444 CPUtime=0 cores=1,3,5,7
/proc/22734/task/22789/stat : 22789 (java) S 22731 22734 7968 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 17492017 10943037440 2081345 18446744073709551615 4194304 4196468 140736514740528 140575765312304 140576212936405 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22118400 140736514748817 140736514748970 140736514748970 140736514752463 0
[pid=22734/tid=22790] ppid=22731 vsize=10686560 memory=8772 CPUtime=0 cores=1,3,5,7
/proc/22734/task/22790/stat : 22790 (java) S 22731 22734 7968 0 -1 1077944384 30 0 0 0 0 0 0 0 20 0 17 0 17492017 10943037440 2081345 18446744073709551615 4194304 4196468 140736514740528 140575764259472 140576212936405 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22118400 140736514748817 140736514748970 140736514748970 140736514752463 0
Current children cumulated CPU time: 1525.54 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8325380 KiB

[startup+416.801 s]
/proc/loadavg: 4.58 4.16 3.38 6/218 22792
/proc/meminfo: memFree=19950176/32770624 swapFree=67108860/67108860
[pid=22734] ppid=22731 vsize=10686560 memory=8325380 CPUtime=1525.94 cores=1,3,5,7
/proc/22734/stat : 22734 (java) S 22731 22734 7968 0 -1 1077944320 1014325 0 0 0 151829 765 0 0 20 0 17 0 17454621 10943037440 2081345 18446744073709551615 4194304 4196468 140736514740528 140736514723072 140576212926199 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 22118400 140736514748817 140736514748970 140736514748970 140736514752463 0
/proc/22734/statm: 2671640 2081345 3160 1 0 2661055 0
[pid=22734/tid=22736] ppid=22731 vsize=10686560 memory=-8774313645642428999 CPUtime=15.65 cores=1,3,5,7
/proc/22734/task/22736/stat : 22736 (java) S 22731 22734 7968 0 -1 1077944384 30774 0 0 0 1542 23 0 0 20 0 17 0 17454629 10943037440 2081345 18446744073709551615 4194304 4196468 140736514740528 140576217166880 140576212936405 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 22118400 140736514748817 140736514748970 140736514748970 140736514752463 0
[pid=22734/tid=22737] ppid=22731 vsize=10686560 memory=13200 CPUtime=371.53 cores=1,3,5,7
/proc/22734/task/22737/stat : 22737 (java) S 22731 22734 7968 0 -1 1077944384 280084 0 0 0 36976 177 0 0 20 0 17 0 17454630 10943037440 2081345 18446744073709551615 4194304 4196468 140736514740528 140575823944080 140576212936405 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22118400 140736514748817 140736514748970 140736514748970 140736514752463 0
[pid=22734/tid=22738] ppid=22731 vsize=10686560 memory=2424 CPUtime=369.87 cores=1,3,5,7
/proc/22734/task/22738/stat : 22738 (java) S 22731 22734 7968 0 -1 1077944384 238135 0 0 0 36799 188 0 0 20 0 17 0 17454630 10943037440 2081345 18446744073709551615 4194304 4196468 140736514740528 140575822891280 140576212936405 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22118400 140736514748817 140736514748970 140736514748970 140736514752463 0
[pid=22734/tid=22739] ppid=22731 vsize=10686560 memory=1296 CPUtime=369.62 cores=1,3,5,7
/proc/22734/task/22739/stat : 22739 (java) S 22731 22734 7968 0 -1 1077944384 198841 0 0 0 36780 182 0 0 20 0 17 0 17454630 10943037440 2081345 18446744073709551615 4194304 4196468 140736514740528 140575821838992 140576212936405 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22118400 140736514748817 140736514748970 140736514748970 140736514752463 0
[pid=22734/tid=22740] ppid=22731 vsize=10686560 memory=-8774313645642428999 CPUtime=371.89 cores=1,3,5,7
/proc/22734/task/22740/stat : 22740 (java) S 22731 22734 7968 0 -1 1077944384 169714 0 0 0 37008 181 0 0 20 0 17 0 17454630 10943037440 2081345 18446744073709551615 4194304 4196468 140736514740528 140575820786192 140576212936405 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22118400 140736514748817 140736514748970 140736514748970 140736514752463 0
[pid=22734/tid=22741] ppid=22731 vsize=10686560 memory=3880 CPUtime=24.96 cores=1,3,5,7
/proc/22734/task/22741/stat : 22741 (java) R 22731 22734 7968 0 -1 4202560 83518 0 0 0 2492 4 0 0 20 0 17 0 17454631 10943037440 2081345 18446744073709551615 4194304 4196468 140736514740528 140575776883792 140576197383819 0 0 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22118400 140736514748817 140736514748970 140736514748970 140736514752463 0
[pid=22734/tid=22742] ppid=22731 vsize=10686560 memory=3868 CPUtime=0 cores=1,3,5,7
/proc/22734/task/22742/stat : 22742 (java) S 22731 22734 7968 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 17 0 17454632 10943037440 2081345 18446744073709551615 4194304 4196468 140736514740528 140575775831392 140576212936405 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22118400 140736514748817 140736514748970 140736514748970 140736514752463 0
[pid=22734/tid=22743] ppid=22731 vsize=10686560 memory=5520 CPUtime=0 cores=1,3,5,7
/proc/22734/task/22743/stat : 22743 (java) S 22731 22734 7968 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 17 0 17454632 10943037440 2081345 18446744073709551615 4194304 4196468 140736514740528 140575774779008 140576212936405 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22118400 140736514748817 140736514748970 140736514748970 140736514752463 0
[pid=22734/tid=22744] ppid=22731 vsize=10686560 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/22734/task/22744/stat : 22744 (java) S 22731 22734 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 17454634 10943037440 2081345 18446744073709551615 4194304 4196468 140736514740528 140575773727312 140576212944795 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22118400 140736514748817 140736514748970 140736514748970 140736514752463 0
[pid=22734/tid=22745] ppid=22731 vsize=10686560 memory=792 CPUtime=0.79 cores=1,3,5,7
/proc/22734/task/22745/stat : 22745 (java) S 22731 22734 7968 0 -1 1077944384 3466 0 0 0 78 1 0 0 20 0 17 0 17454634 10943037440 2081345 18446744073709551615 4194304 4196468 140736514740528 140575772673920 140576212936405 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22118400 140736514748817 140736514748970 140736514748970 140736514752463 0
[pid=22734/tid=22746] ppid=22731 vsize=10686560 memory=8684 CPUtime=0.83 cores=1,3,5,7
/proc/22734/task/22746/stat : 22746 (java) S 22731 22734 7968 0 -1 1077944384 4343 0 0 0 83 0 0 0 20 0 17 0 17454634 10943037440 2081345 18446744073709551615 4194304 4196468 140736514740528 140575771621408 140576212936405 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22118400 140736514748817 140736514748970 140736514748970 140736514752463 0
[pid=22734/tid=22747] ppid=22731 vsize=10686560 memory=8325380 CPUtime=0.39 cores=1,3,5,7
/proc/22734/task/22747/stat : 22747 (java) S 22731 22734 7968 0 -1 1077944384 3269 0 0 0 38 1 0 0 20 0 17 0 17454634 10943037440 2081345 18446744073709551615 4194304 4196468 140736514740528 140575770569120 140576212936405 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22118400 140736514748817 140736514748970 140736514748970 140736514752463 0
[pid=22734/tid=22748] ppid=22731 vsize=10686560 memory=7589274833516801427 CPUtime=0 cores=1,3,5,7
/proc/22734/task/22748/stat : 22748 (java) S 22731 22734 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 17454635 10943037440 2081345 18446744073709551615 4194304 4196468 140736514740528 140575769516512 140576212936405 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22118400 140736514748817 140736514748970 140736514748970 140736514752463 0
[pid=22734/tid=22749] ppid=22731 vsize=10686560 memory=7589273734005173651 CPUtime=0.29 cores=1,3,5,7
/proc/22734/task/22749/stat : 22749 (java) S 22731 22734 7968 0 -1 1077944384 690 0 0 0 13 16 0 0 20 0 17 0 17454639 10943037440 2081345 18446744073709551615 4194304 4196468 140736514740528 140575768464304 140576212937346 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22118400 140736514748817 140736514748970 140736514748970 140736514752463 0
[pid=22734/tid=22789] ppid=22731 vsize=10686560 memory=7589273734005173651 CPUtime=0 cores=1,3,5,7
/proc/22734/task/22789/stat : 22789 (java) S 22731 22734 7968 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 17492017 10943037440 2081345 18446744073709551615 4194304 4196468 140736514740528 140575765312304 140576212936405 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22118400 140736514748817 140736514748970 140736514748970 140736514752463 0
[pid=22734/tid=22790] ppid=22731 vsize=10686560 memory=7589273734005173651 CPUtime=0 cores=1,3,5,7
/proc/22734/task/22790/stat : 22790 (java) S 22731 22734 7968 0 -1 1077944384 30 0 0 0 0 0 0 0 20 0 17 0 17492017 10943037440 2081345 18446744073709551615 4194304 4196468 140736514740528 140575764259472 140576212936405 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22118400 140736514748817 140736514748970 140736514748970 140736514752463 0
Current children cumulated CPU time: 1525.94 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8325380 KiB

[startup+416.901 s]*
/proc/loadavg: 4.58 4.16 3.38 3/203 22792
/proc/meminfo: memFree=24031208/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): 416.922
CPU time (s): 1526.07
CPU user time (s): 1518.36
CPU system time (s): 7.70265
CPU usage (%): 366.032
Max. virtual memory (cumulated for all children) (KiB): 10686560
Max. memory (cumulated for all children) (KiB): 8325380

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1518.36
system time used= 7.70265
maximum resident set size= 8325556
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1016702
page faults= 0
swaps= 0
block input operations= 0
block output operations= 576
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 26428
involuntary context switches= 13576


# summary of solver processes directly reported to runsolver:
#   pid: 22734
#   total CPU time (s): 1526.07
#   total CPU user time (s): 1518.36
#   total CPU system time (s): 7.70265

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.88924 second user time and 3.97414 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-13 16:34:43
IDJOB=4263700
IDBENCH=138550
IDSOLVER=2651
FILE ID=node128/4263700-1502635719
RUNJOBID= node128-1502582933-8033
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-os15/SuperTaillard-os-15-22.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263700-1502635719/watcher-4263700-1502635719 -o /tmp/evaluation-result-4263700-1502635719/solver-4263700-1502635719 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502582933-8033 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263700-1502635719.xml

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

MD5SUM BENCH= 3ba855dc46a3fd367cb99709f0833fff
RANDOM SEED=390639496

node128.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.94
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.94
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.94
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.94
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:        28506500 kB
MemAvailable:   29096372 kB
Buffers:          144948 kB
Cached:           732488 kB
SwapCached:            0 kB
Active:          3164956 kB
Inactive:         684052 kB
Active(anon):    2971920 kB
Inactive(anon):    16764 kB
Active(file):     193036 kB
Inactive(file):   667288 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2008 kB
Writeback:            12 kB
AnonPages:       3057592 kB
Mapped:            44976 kB
Shmem:             17116 kB
Slab:             115572 kB
SReclaimable:      90764 kB
SUnreclaim:        24808 kB
KernelStack:        3712 kB
PageTables:        10732 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4458236 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2930688 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 62028 MiB
End job on node128 at 2017-08-13 16:41:40