Trace number 4263663

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) 1521.55 416.944

General information on the benchmark

NameStripPacking/StripPacking-m1-seriesN/
StripPacking-N7a.xml
MD5SUM7683a0cf8356c785808b20063e428e98
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 variables985
Number of constraints592
Number of domains147
Minimum domain size1
Maximum domain size200
Distribution of domain sizes[{"size":1,"count":18},{"size":2,"count":573},{"size":200,"count":394}]
Minimum variable degree1
Maximum variable degree3
Distribution of variable degrees[{"degree":1,"count":197},{"degree":2,"count":394},{"degree":3,"count":394}]
Minimum constraint arity2
Maximum constraint arity788
Distribution of constraint arities[{"arity":2,"count":394},{"arity":3,"count":197},{"arity":788,"count":1}]
Number of extensional constraints197
Number of intensional constraints394
Distribution of constraint types[{"type":"extension","count":197},{"type":"intension","count":394},{"type":"noOverlap","count":1}]
Optimization problemNO
Type of objective

Solver Data

1374.24/377.24	Aug 13, 2017 9:52:33 AM org.sat4j.reader.XMLCSP3Reader parseInstance
1374.24/377.24	INFO: Runtime exception
1374.24/377.24	java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1374.24/377.24		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1374.24/377.24		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1374.24/377.24		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
1374.24/377.24		at org.sat4j.csp.constraints3.SchedulingCtrBuilder.buildCtrNoOverlap(SchedulingCtrBuilder.java:472)
1374.24/377.24		at org.sat4j.reader.XMLCSP3Reader.buildCtrNoOverlap(XMLCSP3Reader.java:556)
1374.24/377.24		at org.xcsp.parser.loaders.CtrLoaderInteger.noOverlap(CtrLoaderInteger.java:660)
1374.24/377.24		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:178)
1374.24/377.24		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1374.24/377.24		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:373)
1374.24/377.24		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
1374.24/377.24		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:328)
1374.24/377.24		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:293)
1374.24/377.24		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1374.24/377.24		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1374.24/377.24		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1374.24/377.24		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1374.24/377.24		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1374.24/377.24	Caused by: java.lang.reflect.InvocationTargetException
1374.24/377.24		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1374.24/377.24		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1374.24/377.24		at java.lang.reflect.Method.invoke(Method.java:498)
1374.24/377.24		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1374.24/377.24		... 16 more
1374.24/377.24	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1374.24/377.24		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1374.24/377.24		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1374.24/377.24		... 20 more
1374.24/377.24	Caused by: java.lang.reflect.InvocationTargetException
1374.24/377.24		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1374.24/377.24		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1374.24/377.24		at java.lang.reflect.Method.invoke(Method.java:498)
1374.24/377.24		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1374.24/377.24		... 21 more
1374.24/377.24	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1374.24/377.24		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1374.24/377.24		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1374.24/377.24		... 25 more
1374.24/377.24	Caused by: java.lang.reflect.InvocationTargetException
1374.24/377.24		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1374.24/377.24		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1374.24/377.24		at java.lang.reflect.Method.invoke(Method.java:498)
1374.24/377.24		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1374.24/377.24		... 26 more
1374.24/377.24	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1374.24/377.24		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1374.24/377.24		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1374.24/377.24		... 30 more
1374.24/377.24	Caused by: java.lang.reflect.InvocationTargetException
1374.24/377.24		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1374.24/377.24		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1374.24/377.24		at java.lang.reflect.Method.invoke(Method.java:498)
1374.24/377.24		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1374.24/377.24		... 31 more
1374.24/377.24	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1374.24/377.24		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:127)
1374.24/377.24		... 35 more
1374.24/377.24	Caused by: java.lang.reflect.InvocationTargetException
1374.24/377.24		at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
1374.24/377.24		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1374.24/377.24		at java.lang.reflect.Method.invoke(Method.java:498)
1374.24/377.24		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1374.24/377.24		... 35 more
1374.24/377.24	Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
1374.24/377.24		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.buildImplVar(TseitinBasedIntensionCtrEncoder.java:528)
1374.24/377.24		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorLe(TseitinBasedIntensionCtrEncoder.java:326)
1374.24/377.24		at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
1374.24/377.24		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1374.24/377.24		at java.lang.reflect.Method.invoke(Method.java:498)
1374.24/377.24		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1374.24/377.24		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1374.24/377.24		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1374.24/377.24		at java.lang.reflect.Method.invoke(Method.java:498)
1374.24/377.24		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1374.24/377.24		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1374.24/377.24		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1374.24/377.24		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1374.24/377.24		at java.lang.reflect.Method.invoke(Method.java:498)
1374.24/377.24		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1374.24/377.24		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1374.24/377.24		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1374.24/377.24		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1374.24/377.24		at java.lang.reflect.Method.invoke(Method.java:498)
1374.24/377.24		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1374.24/377.24		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1374.24/377.24		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1374.24/377.24		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1374.24/377.24		at java.lang.reflect.Method.invoke(Method.java:498)
1374.24/377.24		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1374.24/377.24		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1374.24/377.24		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
1374.24/377.24		at org.sat4j.csp.constraints3.SchedulingCtrBuilder.buildCtrNoOverlap(SchedulingCtrBuilder.java:472)
1374.24/377.24		at org.sat4j.reader.XMLCSP3Reader.buildCtrNoOverlap(XMLCSP3Reader.java:556)
1374.24/377.24		at org.xcsp.parser.loaders.CtrLoaderInteger.noOverlap(CtrLoaderInteger.java:660)
1374.24/377.24		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:178)
1374.24/377.24		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1374.24/377.24	
1486.24/407.38	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
1521.39/416.87		at java.nio.CharBuffer.wrap(CharBuffer.java:373)
1521.39/416.87		at sun.nio.cs.StreamEncoder.implWrite(StreamEncoder.java:265)
1521.39/416.87		at sun.nio.cs.StreamEncoder.write(StreamEncoder.java:125)
1521.39/416.87		at java.io.OutputStreamWriter.write(OutputStreamWriter.java:207)
1521.39/416.87		at java.io.BufferedWriter.flushBuffer(BufferedWriter.java:129)
1521.39/416.87		at java.io.BufferedWriter.flush(BufferedWriter.java:253)
1521.39/416.87		at java.io.PrintWriter.flush(PrintWriter.java:320)
1521.39/416.87		at org.sat4j.OptimizationMode.displayResult(OptimizationMode.java:72)
1521.39/416.87		at org.sat4j.AbstractLauncher.displayResult(AbstractLauncher.java:125)
1521.39/416.87		at org.sat4j.csp.CSPLauncher.displayResult(CSPLauncher.java:150)
1521.39/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 (15364 MiB free)
  memory of node 1: 16384 MiB (12036 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263663-1502611258/watcher-4263663-1502611258 -o /tmp/evaluation-result-4263663-1502611258/solver-4263663-1502611258 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502602071-18556 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263663-1502611258.xml 

running on 4 cores: 0,2,4,6

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=20437, runsolver pid=20434

[startup+0.100199 s]*
/proc/loadavg: 5.41 4.31 3.11 3/206 20443
/proc/meminfo: memFree=28052908/32770624 swapFree=67108776/67108860
[pid=20437] ppid=20434 vsize=10018544 memory=15904 CPUtime=0.01 cores=0,2,4,6
/proc/20437/stat : 20437 (java) S 20434 20437 7084 0 -1 1077944320 3812 0 0 0 1 0 0 0 20 0 7 0 160778565 10258989056 3976 18446744073709551615 4194304 4196468 140723181933328 140723181915872 140144479698679 0 0 1 16784584 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 38367232 140723181941136 140723181941289 140723181941289 140723181944783 0
/proc/20437/statm: 2504636 3976 2017 1 0 2494133 0
[pid=20437/tid=20439] ppid=20434 vsize=10018544 memory=-6439968830534014599 CPUtime=0.01 cores=0,2,4,6
/proc/20437/task/20439/stat : 20439 (java) R 20434 20437 7084 0 -1 4202560 2515 0 0 0 1 0 0 0 20 0 7 0 160778574 10258989056 3976 18446744073709551615 4194304 4196468 140723181933328 140144483941136 140144479720605 0 4 1 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38367232 140723181941136 140723181941289 140723181941289 140723181944783 0
[pid=20437/tid=20440] ppid=20434 vsize=10018544 memory=6735269665564437106 CPUtime=0 cores=0,2,4,6
/proc/20437/task/20440/stat : 20440 (java) S 20434 20437 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 7 0 160778575 10258989056 3976 18446744073709551615 4194304 4196468 140723181933328 140144449411600 140144479708885 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38367232 140723181941136 140723181941289 140723181941289 140723181944783 0
[pid=20437/tid=20441] ppid=20434 vsize=10018544 memory=140378702214784 CPUtime=0 cores=0,2,4,6
/proc/20437/task/20441/stat : 20441 (java) S 20434 20437 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 7 0 160778575 10258989056 3976 18446744073709551615 4194304 4196468 140723181933328 140144089258640 140144479708885 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38367232 140723181941136 140723181941289 140723181941289 140723181944783 0
[pid=20437/tid=20442] ppid=20434 vsize=10018544 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20437/task/20442/stat : 20442 (java) S 20434 20437 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 7 0 160778575 10258989056 3976 18446744073709551615 4194304 4196468 140723181933328 140144088205584 140144479708885 0 4 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38367232 140723181941136 140723181941289 140723181941289 140723181944783 0
[pid=20437/tid=20443] ppid=20434 vsize=10018544 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20437/task/20443/stat : 20443 (java) S 20434 20437 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 7 0 160778575 10258989056 3976 18446744073709551615 4194304 4196468 140723181933328 140144087153040 140144479708885 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38367232 140723181941136 140723181941289 140723181941289 140723181944783 0
[pid=20437/tid=20444] ppid=20434 vsize=10018544 memory=140378702214784 CPUtime=0 cores=0,2,4,6
/proc/20437/task/20444/stat : 20444 (java) S 20434 20437 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 7 0 160778576 10258989056 3976 18446744073709551615 4194304 4196468 140723181933328 140143587482352 140144479709826 0 0 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38367232 140723181941136 140723181941289 140723181941289 140723181944783 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 10018544 KiB
Current children cumulated memory: 15904 KiB

[startup+0.210097 s]*
/proc/loadavg: 5.41 4.31 3.11 3/215 20452
/proc/meminfo: memFree=28042480/32770624 swapFree=67108776/67108860
[pid=20437] ppid=20434 vsize=10551156 memory=27952 CPUtime=0.1 cores=0,2,4,6
/proc/20437/stat : 20437 (java) S 20434 20437 7084 0 -1 1077944320 5456 0 0 0 9 1 0 0 20 0 15 0 160778565 10804383744 6988 18446744073709551615 4194304 4196468 140723181933328 140723181915872 140144479698679 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 38367232 140723181941136 140723181941289 140723181941289 140723181944783 0
/proc/20437/statm: 2637789 6988 2787 1 0 2627261 0
[pid=20437/tid=20439] ppid=20434 vsize=10552180 memory=8318255677412212789 CPUtime=0.08 cores=0,2,4,6
/proc/20437/task/20439/stat : 20439 (java) R 20434 20437 7084 0 -1 4202560 3475 0 0 0 7 1 0 0 20 0 15 0 160778574 10805432320 7120 18446744073709551615 4194304 4196468 140723181933328 140144483887024 140144472378397 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 38367232 140723181941136 140723181941289 140723181941289 140723181944783 0
[pid=20437/tid=20440] ppid=20434 vsize=10552180 memory=329 CPUtime=0 cores=0,2,4,6
/proc/20437/task/20440/stat : 20440 (java) S 20434 20437 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 160778575 10805432320 7120 18446744073709551615 4194304 4196468 140723181933328 140144449411600 140144479708885 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38367232 140723181941136 140723181941289 140723181941289 140723181944783 0
[pid=20437/tid=20441] ppid=20434 vsize=10552180 memory=288370754853926528 CPUtime=0 cores=0,2,4,6
/proc/20437/task/20441/stat : 20441 (java) S 20434 20437 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 160778575 10805432320 7120 18446744073709551615 4194304 4196468 140723181933328 140144089258640 140144479708885 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38367232 140723181941136 140723181941289 140723181941289 140723181944783 0
[pid=20437/tid=20442] ppid=20434 vsize=10552180 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20437/task/20442/stat : 20442 (java) S 20434 20437 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 160778575 10805432320 7120 18446744073709551615 4194304 4196468 140723181933328 140144088205584 140144479708885 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38367232 140723181941136 140723181941289 140723181941289 140723181944783 0
[pid=20437/tid=20443] ppid=20434 vsize=10552180 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20437/task/20443/stat : 20443 (java) S 20434 20437 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 160778575 10805432320 7120 18446744073709551615 4194304 4196468 140723181933328 140144087153040 140144479708885 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38367232 140723181941136 140723181941289 140723181941289 140723181944783 0
[pid=20437/tid=20444] ppid=20434 vsize=10552180 memory=140378702214784 CPUtime=0 cores=0,2,4,6
/proc/20437/task/20444/stat : 20444 (java) S 20434 20437 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 160778576 10805432320 7120 18446744073709551615 4194304 4196468 140723181933328 140143587482352 140144479709826 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38367232 140723181941136 140723181941289 140723181941289 140723181944783 0
[pid=20437/tid=20445] ppid=20434 vsize=10552180 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20437/task/20445/stat : 20445 (java) S 20434 20437 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 160778577 10805432320 7186 18446744073709551615 4194304 4196468 140723181933328 140143586428576 140144479708885 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38367232 140723181941136 140723181941289 140723181941289 140723181944783 0
[pid=20437/tid=20446] ppid=20434 vsize=10552180 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20437/task/20446/stat : 20446 (java) S 20434 20437 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 160778577 10805432320 7186 18446744073709551615 4194304 4196468 140723181933328 140143585375472 140144479708885 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38367232 140723181941136 140723181941289 140723181941289 140723181944783 0
[pid=20437/tid=20447] ppid=20434 vsize=10552180 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20437/task/20447/stat : 20447 (java) S 20434 20437 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 160778579 10805432320 7186 18446744073709551615 4194304 4196468 140723181933328 140143584324048 140144479717275 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38367232 140723181941136 140723181941289 140723181941289 140723181944783 0
[pid=20437/tid=20448] ppid=20434 vsize=10552180 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20437/task/20448/stat : 20448 (java) S 20434 20437 7084 0 -1 1077944384 428 0 0 0 0 0 0 0 20 0 15 0 160778579 10805432320 7186 18446744073709551615 4194304 4196468 140723181933328 140143583271152 140144479709826 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38367232 140723181941136 140723181941289 140723181941289 140723181944783 0
[pid=20437/tid=20449] ppid=20434 vsize=10552180 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20437/task/20449/stat : 20449 (java) S 20434 20437 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 160778579 10805432320 7186 18446744073709551615 4194304 4196468 140723181933328 140143582218608 140144479709826 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38367232 140723181941136 140723181941289 140723181941289 140723181944783 0
[pid=20437/tid=20450] ppid=20434 vsize=10552180 memory=140378702214784 CPUtime=0.01 cores=0,2,4,6
/proc/20437/task/20450/stat : 20450 (java) S 20434 20437 7084 0 -1 1077944384 275 0 0 0 1 0 0 0 20 0 15 0 160778579 10805432320 7252 18446744073709551615 4194304 4196468 140723181933328 140143581165552 140144479709826 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38367232 140723181941136 140723181941289 140723181941289 140723181944783 0
[pid=20437/tid=20451] ppid=20434 vsize=10552180 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20437/task/20451/stat : 20451 (java) S 20434 20437 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 160778580 10805432320 7252 18446744073709551615 4194304 4196468 140723181933328 140143580113248 140144479708885 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38367232 140723181941136 140723181941289 140723181941289 140723181944783 0
[pid=20437/tid=20452] ppid=20434 vsize=10552180 memory=140378702214784 CPUtime=0 cores=0,2,4,6
/proc/20437/task/20452/stat : 20452 (java) S 20434 20437 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 160778584 10805432320 7252 18446744073709551615 4194304 4196468 140723181933328 140143579061296 140144479709826 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38367232 140723181941136 140723181941289 140723181941289 140723181944783 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 27952 KiB

[startup+0.31053 s]*
/proc/loadavg: 5.41 4.31 3.11 3/215 20452
/proc/meminfo: memFree=28032584/32770624 swapFree=67108776/67108860
[pid=20437] ppid=20434 vsize=10551156 memory=36956 CPUtime=0.25 cores=0,2,4,6
/proc/20437/stat : 20437 (java) S 20434 20437 7084 0 -1 1077944320 8538 0 0 0 22 3 0 0 20 0 15 0 160778565 10804383744 9239 18446744073709551615 4194304 4196468 140723181933328 140723181915872 140144479698679 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 38367232 140723181941136 140723181941289 140723181941289 140723181944783 0
/proc/20437/statm: 2637789 9239 2857 1 0 2627261 0
[pid=20437/tid=20439] ppid=20434 vsize=10551156 memory=-8774313645642428999 CPUtime=0.18 cores=0,2,4,6
/proc/20437/task/20439/stat : 20439 (java) R 20434 20437 7084 0 -1 4202560 6204 0 0 0 15 3 0 0 20 0 15 0 160778574 10804383744 9239 18446744073709551615 4194304 4196468 140723181933328 140144483932928 140144479710614 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 38367232 140723181941136 140723181941289 140723181941289 140723181944783 0
[pid=20437/tid=20440] ppid=20434 vsize=10551156 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/20437/task/20440/stat : 20440 (java) S 20434 20437 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 160778575 10804383744 9239 18446744073709551615 4194304 4196468 140723181933328 140144449411600 140144479708885 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38367232 140723181941136 140723181941289 140723181941289 140723181944783 0
[pid=20437/tid=20441] ppid=20434 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20437/task/20441/stat : 20441 (java) S 20434 20437 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 160778575 10804383744 9239 18446744073709551615 4194304 4196468 140723181933328 140144089258640 140144479708885 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38367232 140723181941136 140723181941289 140723181941289 140723181944783 0
[pid=20437/tid=20442] ppid=20434 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20437/task/20442/stat : 20442 (java) S 20434 20437 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 160778575 10804383744 9239 18446744073709551615 4194304 4196468 140723181933328 140144088205584 140144479708885 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38367232 140723181941136 140723181941289 140723181941289 140723181944783 0
[pid=20437/tid=20443] ppid=20434 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20437/task/20443/stat : 20443 (java) S 20434 20437 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 160778575 10804383744 9239 18446744073709551615 4194304 4196468 140723181933328 140144087153040 140144479708885 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38367232 140723181941136 140723181941289 140723181941289 140723181944783 0
[pid=20437/tid=20444] ppid=20434 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20437/task/20444/stat : 20444 (java) S 20434 20437 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 160778576 10804383744 9239 18446744073709551615 4194304 4196468 140723181933328 140143587482352 140144479709826 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38367232 140723181941136 140723181941289 140723181941289 140723181944783 0
[pid=20437/tid=20445] ppid=20434 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20437/task/20445/stat : 20445 (java) S 20434 20437 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 160778577 10804383744 9239 18446744073709551615 4194304 4196468 140723181933328 140143586428576 140144479708885 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38367232 140723181941136 140723181941289 140723181941289 140723181944783 0
[pid=20437/tid=20446] ppid=20434 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20437/task/20446/stat : 20446 (java) S 20434 20437 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 160778577 10804383744 9239 18446744073709551615 4194304 4196468 140723181933328 140143585375472 140144479708885 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38367232 140723181941136 140723181941289 140723181941289 140723181944783 0
[pid=20437/tid=20447] ppid=20434 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20437/task/20447/stat : 20447 (java) S 20434 20437 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 160778579 10804383744 9239 18446744073709551615 4194304 4196468 140723181933328 140143584324048 140144479717275 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38367232 140723181941136 140723181941289 140723181941289 140723181944783 0
[pid=20437/tid=20448] ppid=20434 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/20437/task/20448/stat : 20448 (java) S 20434 20437 7084 0 -1 1077944384 512 0 0 0 1 0 0 0 20 0 15 0 160778579 10804383744 9239 18446744073709551615 4194304 4196468 140723181933328 140143583271152 140144479709826 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38367232 140723181941136 140723181941289 140723181941289 140723181944783 0
[pid=20437/tid=20449] ppid=20434 vsize=10551156 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/20437/task/20449/stat : 20449 (java) S 20434 20437 7084 0 -1 1077944384 75 0 0 0 1 0 0 0 20 0 15 0 160778579 10804383744 9239 18446744073709551615 4194304 4196468 140723181933328 140143582218608 140144479709826 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38367232 140723181941136 140723181941289 140723181941289 140723181944783 0
[pid=20437/tid=20450] ppid=20434 vsize=10551156 memory=140378702214784 CPUtime=0.04 cores=0,2,4,6
/proc/20437/task/20450/stat : 20450 (java) R 20434 20437 7084 0 -1 4202560 380 0 0 0 4 0 0 0 20 0 15 0 160778579 10804383744 9239 18446744073709551615 4194304 4196468 140723181933328 140143581165552 140144458328673 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38367232 140723181941136 140723181941289 140723181941289 140723181944783 0
[pid=20437/tid=20451] ppid=20434 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20437/task/20451/stat : 20451 (java) S 20434 20437 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 160778580 10804383744 9239 18446744073709551615 4194304 4196468 140723181933328 140143580113248 140144479708885 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38367232 140723181941136 140723181941289 140723181941289 140723181944783 0
[pid=20437/tid=20452] ppid=20434 vsize=10551156 memory=140378702214784 CPUtime=0 cores=0,2,4,6
/proc/20437/task/20452/stat : 20452 (java) S 20434 20437 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 160778584 10804383744 9239 18446744073709551615 4194304 4196468 140723181933328 140143579061296 140144479709826 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38367232 140723181941136 140723181941289 140723181941289 140723181944783 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 36956 KiB

[startup+0.701345 s]
/proc/loadavg: 5.41 4.31 3.11 4/215 20452
/proc/meminfo: memFree=28023296/32770624 swapFree=67108776/67108860
[pid=20437] ppid=20434 vsize=10551232 memory=187572 CPUtime=1.27 cores=0,2,4,6
/proc/20437/stat : 20437 (java) S 20434 20437 7084 0 -1 1077944320 11512 0 0 0 119 8 0 0 20 0 15 0 160778565 10804461568 46893 18446744073709551615 4194304 4196468 140723181933328 140723181915872 140144479698679 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 38367232 140723181941136 140723181941289 140723181941289 140723181944783 0
/proc/20437/statm: 2637808 46893 3072 1 0 2627261 0
[pid=20437/tid=20439] ppid=20434 vsize=10551232 memory=0 CPUtime=0.54 cores=0,2,4,6
/proc/20437/task/20439/stat : 20439 (java) R 20434 20437 7084 0 -1 4202560 6957 0 0 0 49 5 0 0 20 0 15 0 160778574 10804461568 46893 18446744073709551615 4194304 4196468 140723181933328 140144483932888 140144465766804 0 4 1 16800974 0 0 0 -1 6 0 0 3 0 0 6293624 6294260 38367232 140723181941136 140723181941289 140723181941289 140723181944783 0
[pid=20437/tid=20440] ppid=20434 vsize=10551232 memory=280757180305104 CPUtime=0 cores=0,2,4,6
/proc/20437/task/20440/stat : 20440 (java) S 20434 20437 7084 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 15 0 160778575 10804461568 46893 18446744073709551615 4194304 4196468 140723181933328 140144449411600 140144479708885 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38367232 140723181941136 140723181941289 140723181941289 140723181944783 0
[pid=20437/tid=20441] ppid=20434 vsize=10551232 memory=31602393 CPUtime=0 cores=0,2,4,6
/proc/20437/task/20441/stat : 20441 (java) S 20434 20437 7084 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 15 0 160778575 10804461568 46893 18446744073709551615 4194304 4196468 140723181933328 140144089258640 140144479708885 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38367232 140723181941136 140723181941289 140723181941289 140723181944783 0
[pid=20437/tid=20442] ppid=20434 vsize=10551232 memory=-7886167514736700194 CPUtime=0 cores=0,2,4,6
/proc/20437/task/20442/stat : 20442 (java) S 20434 20437 7084 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 160778575 10804461568 46893 18446744073709551615 4194304 4196468 140723181933328 140144088205584 140144479708885 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38367232 140723181941136 140723181941289 140723181941289 140723181944783 0
[pid=20437/tid=20443] ppid=20434 vsize=10551232 memory=6298654963638032225 CPUtime=0 cores=0,2,4,6
/proc/20437/task/20443/stat : 20443 (java) S 20434 20437 7084 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 15 0 160778575 10804461568 46893 18446744073709551615 4194304 4196468 140723181933328 140144087153040 140144479708885 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38367232 140723181941136 140723181941289 140723181941289 140723181944783 0
[pid=20437/tid=20444] ppid=20434 vsize=10551232 memory=7453282923410058349 CPUtime=0 cores=0,2,4,6
/proc/20437/task/20444/stat : 20444 (java) S 20434 20437 7084 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 160778576 10804461568 46893 18446744073709551615 4194304 4196468 140723181933328 140143587482352 140144479709826 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38367232 140723181941136 140723181941289 140723181941289 140723181944783 0
[pid=20437/tid=20445] ppid=20434 vsize=10551232 memory=6502580487379 CPUtime=0 cores=0,2,4,6
/proc/20437/task/20445/stat : 20445 (java) S 20434 20437 7084 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 160778577 10804461568 46893 18446744073709551615 4194304 4196468 140723181933328 140143586428576 140144479708885 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38367232 140723181941136 140723181941289 140723181941289 140723181944783 0
[pid=20437/tid=20446] ppid=20434 vsize=10551232 memory=288230621803970871 CPUtime=0 cores=0,2,4,6
/proc/20437/task/20446/stat : 20446 (java) S 20434 20437 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 160778577 10804461568 46893 18446744073709551615 4194304 4196468 140723181933328 140143585375472 140144479708885 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38367232 140723181941136 140723181941289 140723181941289 140723181944783 0
[pid=20437/tid=20447] ppid=20434 vsize=10551232 memory=13563786715989427 CPUtime=0 cores=0,2,4,6
/proc/20437/task/20447/stat : 20447 (java) S 20434 20437 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 160778579 10804461568 46893 18446744073709551615 4194304 4196468 140723181933328 140143584324048 140144479717275 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38367232 140723181941136 140723181941289 140723181941289 140723181944783 0
[pid=20437/tid=20448] ppid=20434 vsize=10551232 memory=39016 CPUtime=0.16 cores=0,2,4,6
/proc/20437/task/20448/stat : 20448 (java) R 20434 20437 7084 0 -1 4202560 1023 0 0 0 16 0 0 0 20 0 15 0 160778579 10804461568 46893 18446744073709551615 4194304 4196468 140723181933328 140143583271152 140144464864254 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38367232 140723181941136 140723181941289 140723181941289 140723181944783 0
[pid=20437/tid=20449] ppid=20434 vsize=10551232 memory=636 CPUtime=0.2 cores=0,2,4,6
/proc/20437/task/20449/stat : 20449 (java) R 20434 20437 7084 0 -1 4202560 936 0 0 0 20 0 0 0 20 0 15 0 160778579 10804461568 46893 18446744073709551615 4194304 4196468 140723181933328 140143582218608 140144464513622 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38367232 140723181941136 140723181941289 140723181941289 140723181944783 0
[pid=20437/tid=20450] ppid=20434 vsize=10551232 memory=1796 CPUtime=0.29 cores=0,2,4,6
/proc/20437/task/20450/stat : 20450 (java) S 20434 20437 7084 0 -1 1077944384 1088 0 0 0 29 0 0 0 20 0 15 0 160778579 10804461568 46893 18446744073709551615 4194304 4196468 140723181933328 140143581165552 140144479709826 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38367232 140723181941136 140723181941289 140723181941289 140723181944783 0
[pid=20437/tid=20451] ppid=20434 vsize=10551232 memory=960 CPUtime=0 cores=0,2,4,6
/proc/20437/task/20451/stat : 20451 (java) S 20434 20437 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 160778580 10804461568 46893 18446744073709551615 4194304 4196468 140723181933328 140143580113248 140144479708885 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38367232 140723181941136 140723181941289 140723181941289 140723181944783 0
[pid=20437/tid=20452] ppid=20434 vsize=10551232 memory=1236 CPUtime=0 cores=0,2,4,6
/proc/20437/task/20452/stat : 20452 (java) S 20434 20437 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 160778584 10804461568 46893 18446744073709551615 4194304 4196468 140723181933328 140143579061296 140144479709826 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38367232 140723181941136 140723181941289 140723181941289 140723181944783 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 187572 KiB

[startup+1.50141 s]
/proc/loadavg: 5.22 4.29 3.11 5/215 20452
/proc/meminfo: memFree=27705928/32770624 swapFree=67108776/67108860
[pid=20437] ppid=20434 vsize=10553280 memory=674180 CPUtime=3.42 cores=0,2,4,6
/proc/20437/stat : 20437 (java) S 20434 20437 7084 0 -1 1077944320 14321 0 0 0 312 30 0 0 20 0 15 0 160778565 10806558720 168545 18446744073709551615 4194304 4196468 140723181933328 140723181915872 140144479698679 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 38367232 140723181941136 140723181941289 140723181941289 140723181944783 0
/proc/20437/statm: 2638320 168545 3102 1 0 2627773 0
[pid=20437/tid=20439] ppid=20434 vsize=10553280 memory=0 CPUtime=1.18 cores=0,2,4,6
/proc/20437/task/20439/stat : 20439 (java) S 20434 20437 7084 0 -1 1077944384 7833 0 0 0 108 10 0 0 20 0 15 0 160778574 10806558720 168545 18446744073709551615 4194304 4196468 140723181933328 140144483933872 140144479708885 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 38367232 140723181941136 140723181941289 140723181941289 140723181944783 0
[pid=20437/tid=20440] ppid=20434 vsize=10553280 memory=0 CPUtime=0.16 cores=0,2,4,6
/proc/20437/task/20440/stat : 20440 (java) R 20434 20437 7084 0 -1 4202560 152 0 0 0 12 4 0 0 20 0 15 0 160778575 10806558720 168545 18446744073709551615 4194304 4196468 140723181933328 140144449411800 140144464726248 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38367232 140723181941136 140723181941289 140723181941289 140723181944783 0
[pid=20437/tid=20441] ppid=20434 vsize=10553280 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/20437/task/20441/stat : 20441 (java) R 20434 20437 7084 0 -1 4202560 149 0 0 0 11 4 0 0 20 0 15 0 160778575 10806558720 168545 18446744073709551615 4194304 4196468 140723181933328 140144089258640 140144464720800 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38367232 140723181941136 140723181941289 140723181941289 140723181944783 0
[pid=20437/tid=20442] ppid=20434 vsize=10553280 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/20437/task/20442/stat : 20442 (java) R 20434 20437 7084 0 -1 4202560 152 0 0 0 11 4 0 0 20 0 15 0 160778575 10806558720 168545 18446744073709551615 4194304 4196468 140723181933328 140144088205584 140144464720800 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38367232 140723181941136 140723181941289 140723181941289 140723181944783 0
[pid=20437/tid=20443] ppid=20434 vsize=10553280 memory=280757180642624 CPUtime=0.14 cores=0,2,4,6
/proc/20437/task/20443/stat : 20443 (java) R 20434 20437 7084 0 -1 4202560 157 0 0 0 10 4 0 0 20 0 15 0 160778575 10806558720 168545 18446744073709551615 4194304 4196468 140723181933328 140144087153040 140144464725865 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38367232 140723181941136 140723181941289 140723181941289 140723181944783 0
[pid=20437/tid=20444] ppid=20434 vsize=10553280 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20437/task/20444/stat : 20444 (java) S 20434 20437 7084 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 15 0 160778576 10806558720 168545 18446744073709551615 4194304 4196468 140723181933328 140143587480864 140144479708885 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38367232 140723181941136 140723181941289 140723181941289 140723181944783 0
[pid=20437/tid=20445] ppid=20434 vsize=10553280 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20437/task/20445/stat : 20445 (java) S 20434 20437 7084 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 160778577 10806558720 168545 18446744073709551615 4194304 4196468 140723181933328 140143586428640 140144479708885 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38367232 140723181941136 140723181941289 140723181941289 140723181944783 0
[pid=20437/tid=20446] ppid=20434 vsize=10553280 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20437/task/20446/stat : 20446 (java) S 20434 20437 7084 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 160778577 10806558720 168545 18446744073709551615 4194304 4196468 140723181933328 140143585375472 140144479708885 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38367232 140723181941136 140723181941289 140723181941289 140723181944783 0
[pid=20437/tid=20447] ppid=20434 vsize=10553280 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20437/task/20447/stat : 20447 (java) S 20434 20437 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 160778579 10806558720 168545 18446744073709551615 4194304 4196468 140723181933328 140143584324048 140144479717275 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38367232 140723181941136 140723181941289 140723181941289 140723181944783 0
[pid=20437/tid=20448] ppid=20434 vsize=10553280 memory=0 CPUtime=0.56 cores=0,2,4,6
/proc/20437/task/20448/stat : 20448 (java) S 20434 20437 7084 0 -1 1077944384 1520 0 0 0 56 0 0 0 20 0 15 0 160778579 10806558720 168545 18446744073709551615 4194304 4196468 140723181933328 140143583271152 140144479709826 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38367232 140723181941136 140723181941289 140723181941289 140723181944783 0
[pid=20437/tid=20449] ppid=20434 vsize=10553280 memory=0 CPUtime=0.56 cores=0,2,4,6
/proc/20437/task/20449/stat : 20449 (java) S 20434 20437 7084 0 -1 1077944384 1153 0 0 0 56 0 0 0 20 0 15 0 160778579 10806558720 168545 18446744073709551615 4194304 4196468 140723181933328 140143582218608 140144479709826 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38367232 140723181941136 140723181941289 140723181941289 140723181944783 0
[pid=20437/tid=20450] ppid=20434 vsize=10553280 memory=0 CPUtime=0.44 cores=0,2,4,6
/proc/20437/task/20450/stat : 20450 (java) S 20434 20437 7084 0 -1 1077944384 1633 0 0 0 44 0 0 0 20 0 15 0 160778579 10806558720 168545 18446744073709551615 4194304 4196468 140723181933328 140143581165552 140144479709826 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38367232 140723181941136 140723181941289 140723181941289 140723181944783 0
[pid=20437/tid=20451] ppid=20434 vsize=10553280 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20437/task/20451/stat : 20451 (java) S 20434 20437 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 160778580 10806558720 168545 18446744073709551615 4194304 4196468 140723181933328 140143580113248 140144479708885 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38367232 140723181941136 140723181941289 140723181941289 140723181944783 0
[pid=20437/tid=20452] ppid=20434 vsize=10553280 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20437/task/20452/stat : 20452 (java) S 20434 20437 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 160778584 10806558720 168545 18446744073709551615 4194304 4196468 140723181933328 140143579061296 140144479709826 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38367232 140723181941136 140723181941289 140723181941289 140723181944783 0

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

/proc/20437/task/20443/stat : 20443 (java) R 20434 20437 7084 0 -1 4202560 212617 0 0 0 36591 172 0 0 20 0 17 0 160778575 10943037440 2073650 18446744073709551615 4194304 4196468 140723181933328 140144087152848 140144472326887 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38367232 140723181941136 140723181941289 140723181941289 140723181944783 0
[pid=20437/tid=20444] ppid=20434 vsize=10686560 memory=960 CPUtime=28.08 cores=0,2,4,6
/proc/20437/task/20444/stat : 20444 (java) S 20434 20437 7084 0 -1 1077944384 78551 0 0 0 2801 7 0 0 20 0 17 0 160778576 10943037440 2073650 18446744073709551615 4194304 4196468 140723181933328 140143587480896 140144479708885 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38367232 140723181941136 140723181941289 140723181941289 140723181944783 0
[pid=20437/tid=20445] ppid=20434 vsize=10686560 memory=1236 CPUtime=0 cores=0,2,4,6
/proc/20437/task/20445/stat : 20445 (java) S 20434 20437 7084 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 17 0 160778577 10943037440 2073650 18446744073709551615 4194304 4196468 140723181933328 140143586428640 140144479708885 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38367232 140723181941136 140723181941289 140723181941289 140723181944783 0
[pid=20437/tid=20446] ppid=20434 vsize=10686560 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/20437/task/20446/stat : 20446 (java) S 20434 20437 7084 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 160778577 10943037440 2073650 18446744073709551615 4194304 4196468 140723181933328 140143585375472 140144479708885 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38367232 140723181941136 140723181941289 140723181941289 140723181944783 0
[pid=20437/tid=20447] ppid=20434 vsize=10686560 memory=11364 CPUtime=0 cores=0,2,4,6
/proc/20437/task/20447/stat : 20447 (java) S 20434 20437 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 160778579 10943037440 2073650 18446744073709551615 4194304 4196468 140723181933328 140143584324048 140144479717275 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38367232 140723181941136 140723181941289 140723181941289 140723181944783 0
[pid=20437/tid=20448] ppid=20434 vsize=10686560 memory=1224 CPUtime=0.67 cores=0,2,4,6
/proc/20437/task/20448/stat : 20448 (java) S 20434 20437 7084 0 -1 1077944384 2924 0 0 0 67 0 0 0 20 0 17 0 160778579 10943037440 2073650 18446744073709551615 4194304 4196468 140723181933328 140143583271200 140144479708885 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38367232 140723181941136 140723181941289 140723181941289 140723181944783 0
[pid=20437/tid=20449] ppid=20434 vsize=10686560 memory=4600 CPUtime=1.13 cores=0,2,4,6
/proc/20437/task/20449/stat : 20449 (java) S 20434 20437 7084 0 -1 1077944384 8226 0 0 0 112 1 0 0 20 0 17 0 160778579 10943037440 2073650 18446744073709551615 4194304 4196468 140723181933328 140143582218656 140144479708885 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38367232 140723181941136 140723181941289 140723181941289 140723181944783 0
[pid=20437/tid=20450] ppid=20434 vsize=10686560 memory=1196 CPUtime=0.47 cores=0,2,4,6
/proc/20437/task/20450/stat : 20450 (java) S 20434 20437 7084 0 -1 1077944384 3279 0 0 0 47 0 0 0 20 0 17 0 160778579 10943037440 2073650 18446744073709551615 4194304 4196468 140723181933328 140143581165312 140144479708885 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38367232 140723181941136 140723181941289 140723181941289 140723181944783 0
[pid=20437/tid=20451] ppid=20434 vsize=10686560 memory=15884 CPUtime=0 cores=0,2,4,6
/proc/20437/task/20451/stat : 20451 (java) S 20434 20437 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 160778580 10943037440 2073650 18446744073709551615 4194304 4196468 140723181933328 140143580113248 140144479708885 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38367232 140723181941136 140723181941289 140723181941289 140723181944783 0
[pid=20437/tid=20452] ppid=20434 vsize=10686560 memory=4044 CPUtime=0.3 cores=0,2,4,6
/proc/20437/task/20452/stat : 20452 (java) S 20434 20437 7084 0 -1 1077944384 690 0 0 0 18 12 0 0 20 0 17 0 160778584 10943037440 2073650 18446744073709551615 4194304 4196468 140723181933328 140143579061296 140144479709826 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38367232 140723181941136 140723181941289 140723181941289 140723181944783 0
[pid=20437/tid=20482] ppid=20434 vsize=10686560 memory=39028 CPUtime=0 cores=0,2,4,6
/proc/20437/task/20482/stat : 20482 (java) S 20434 20437 7084 0 -1 1077944384 30 0 0 0 0 0 0 0 20 0 17 0 160816290 10943037440 2073650 18446744073709551615 4194304 4196468 140723181933328 140142970921808 140144479708885 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38367232 140723181941136 140723181941289 140723181941289 140723181944783 0
[pid=20437/tid=20483] ppid=20434 vsize=10686560 memory=636 CPUtime=0 cores=0,2,4,6
/proc/20437/task/20483/stat : 20483 (java) S 20434 20437 7084 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 17 0 160816290 10943037440 2073650 18446744073709551615 4194304 4196468 140723181933328 140142969868560 140144479708885 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38367232 140723181941136 140723181941289 140723181941289 140723181944783 0
Current children cumulated CPU time: 1513.82 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8294600 KiB

[startup+416.001 s]*
/proc/loadavg: 4.83 4.53 3.61 6/217 20483
/proc/meminfo: memFree=19060208/32770624 swapFree=67108776/67108860
[pid=20437] ppid=20434 vsize=10686560 memory=8294600 CPUtime=1520.05 cores=0,2,4,6
/proc/20437/stat : 20437 (java) S 20434 20437 7084 0 -1 1077944320 942693 0 0 0 151284 721 0 0 20 0 17 0 160778565 10943037440 2073650 18446744073709551615 4194304 4196468 140723181933328 140723181915872 140144479698679 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 38367232 140723181941136 140723181941289 140723181941289 140723181944783 0
/proc/20437/statm: 2671640 2073650 3175 1 0 2661055 0
[pid=20437/tid=20439] ppid=20434 vsize=10686560 memory=-8774313645642428999 CPUtime=13.46 cores=0,2,4,6
/proc/20437/task/20439/stat : 20439 (java) S 20434 20437 7084 0 -1 1077944384 17963 0 0 0 1330 16 0 0 20 0 17 0 160778574 10943037440 2073650 18446744073709551615 4194304 4196468 140723181933328 140144483939360 140144479708885 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 38367232 140723181941136 140723181941289 140723181941289 140723181944783 0
[pid=20437/tid=20440] ppid=20434 vsize=10686560 memory=4872558044660077418 CPUtime=368.7 cores=0,2,4,6
/proc/20437/task/20440/stat : 20440 (java) R 20434 20437 7084 0 -1 4202560 171794 0 0 0 36696 174 0 0 20 0 17 0 160778575 10943037440 2073650 18446744073709551615 4194304 4196468 140723181933328 140144449411408 140144472326887 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38367232 140723181941136 140723181941289 140723181941289 140723181944783 0
[pid=20437/tid=20441] ppid=20434 vsize=10686560 memory=1836 CPUtime=368.17 cores=0,2,4,6
/proc/20437/task/20441/stat : 20441 (java) R 20434 20437 7084 0 -1 4202560 200229 0 0 0 36637 180 0 0 20 0 17 0 160778575 10943037440 2073650 18446744073709551615 4194304 4196468 140723181933328 140144089258448 140144472326887 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38367232 140723181941136 140723181941289 140723181941289 140723181944783 0
[pid=20437/tid=20442] ppid=20434 vsize=10686560 memory=796 CPUtime=369.8 cores=0,2,4,6
/proc/20437/task/20442/stat : 20442 (java) R 20434 20437 7084 0 -1 4202560 244953 0 0 0 36817 163 0 0 20 0 17 0 160778575 10943037440 2073650 18446744073709551615 4194304 4196468 140723181933328 140144088205784 140144461308387 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38367232 140723181941136 140723181941289 140723181941289 140723181944783 0
[pid=20437/tid=20443] ppid=20434 vsize=10686560 memory=5768 CPUtime=369.16 cores=0,2,4,6
/proc/20437/task/20443/stat : 20443 (java) R 20434 20437 7084 0 -1 4202560 212619 0 0 0 36743 173 0 0 20 0 17 0 160778575 10943037440 2073650 18446744073709551615 4194304 4196468 140723181933328 140144087153160 140144472326887 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38367232 140723181941136 140723181941289 140723181941289 140723181944783 0
[pid=20437/tid=20444] ppid=20434 vsize=10686560 memory=4412152 CPUtime=28.08 cores=0,2,4,6
/proc/20437/task/20444/stat : 20444 (java) S 20434 20437 7084 0 -1 1077944384 78551 0 0 0 2801 7 0 0 20 0 17 0 160778576 10943037440 2073650 18446744073709551615 4194304 4196468 140723181933328 140143587480896 140144479708885 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38367232 140723181941136 140723181941289 140723181941289 140723181944783 0
[pid=20437/tid=20445] ppid=20434 vsize=10686560 memory=1152 CPUtime=0 cores=0,2,4,6
/proc/20437/task/20445/stat : 20445 (java) S 20434 20437 7084 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 17 0 160778577 10943037440 2073650 18446744073709551615 4194304 4196468 140723181933328 140143586428640 140144479708885 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38367232 140723181941136 140723181941289 140723181941289 140723181944783 0
[pid=20437/tid=20446] ppid=20434 vsize=10686560 memory=3232 CPUtime=0 cores=0,2,4,6
/proc/20437/task/20446/stat : 20446 (java) S 20434 20437 7084 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 160778577 10943037440 2073650 18446744073709551615 4194304 4196468 140723181933328 140143585375472 140144479708885 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38367232 140723181941136 140723181941289 140723181941289 140723181944783 0
[pid=20437/tid=20447] ppid=20434 vsize=10686560 memory=8294600 CPUtime=0 cores=0,2,4,6
/proc/20437/task/20447/stat : 20447 (java) S 20434 20437 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 160778579 10943037440 2073650 18446744073709551615 4194304 4196468 140723181933328 140143584324048 140144479717275 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38367232 140723181941136 140723181941289 140723181941289 140723181944783 0
[pid=20437/tid=20448] ppid=20434 vsize=10686560 memory=1345 CPUtime=0.67 cores=0,2,4,6
/proc/20437/task/20448/stat : 20448 (java) S 20434 20437 7084 0 -1 1077944384 2924 0 0 0 67 0 0 0 20 0 17 0 160778579 10943037440 2073650 18446744073709551615 4194304 4196468 140723181933328 140143583271200 140144479708885 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38367232 140723181941136 140723181941289 140723181941289 140723181944783 0
[pid=20437/tid=20449] ppid=20434 vsize=10686560 memory=32760 CPUtime=1.13 cores=0,2,4,6
/proc/20437/task/20449/stat : 20449 (java) S 20434 20437 7084 0 -1 1077944384 8226 0 0 0 112 1 0 0 20 0 17 0 160778579 10943037440 2073650 18446744073709551615 4194304 4196468 140723181933328 140143582218656 140144479708885 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38367232 140723181941136 140723181941289 140723181941289 140723181944783 0
[pid=20437/tid=20450] ppid=20434 vsize=10686560 memory=68 CPUtime=0.47 cores=0,2,4,6
/proc/20437/task/20450/stat : 20450 (java) S 20434 20437 7084 0 -1 1077944384 3279 0 0 0 47 0 0 0 20 0 17 0 160778579 10943037440 2073650 18446744073709551615 4194304 4196468 140723181933328 140143581165312 140144479708885 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38367232 140723181941136 140723181941289 140723181941289 140723181944783 0
[pid=20437/tid=20451] ppid=20434 vsize=10686560 memory=280757181363552 CPUtime=0 cores=0,2,4,6
/proc/20437/task/20451/stat : 20451 (java) S 20434 20437 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 160778580 10943037440 2073650 18446744073709551615 4194304 4196468 140723181933328 140143580113248 140144479708885 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38367232 140723181941136 140723181941289 140723181941289 140723181944783 0
[pid=20437/tid=20452] ppid=20434 vsize=10686560 memory=8294600 CPUtime=0.3 cores=0,2,4,6
/proc/20437/task/20452/stat : 20452 (java) S 20434 20437 7084 0 -1 1077944384 692 0 0 0 18 12 0 0 20 0 17 0 160778584 10943037440 2073650 18446744073709551615 4194304 4196468 140723181933328 140143579061296 140144479709826 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38367232 140723181941136 140723181941289 140723181941289 140723181944783 0
[pid=20437/tid=20482] ppid=20434 vsize=10686560 memory=4156 CPUtime=0 cores=0,2,4,6
/proc/20437/task/20482/stat : 20482 (java) S 20434 20437 7084 0 -1 1077944384 30 0 0 0 0 0 0 0 20 0 17 0 160816290 10943037440 2073650 18446744073709551615 4194304 4196468 140723181933328 140142970921808 140144479708885 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38367232 140723181941136 140723181941289 140723181941289 140723181944783 0
[pid=20437/tid=20483] ppid=20434 vsize=10686560 memory=8294600 CPUtime=0 cores=0,2,4,6
/proc/20437/task/20483/stat : 20483 (java) S 20434 20437 7084 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 17 0 160816290 10943037440 2073650 18446744073709551615 4194304 4196468 140723181933328 140142969868560 140144479708885 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38367232 140723181941136 140723181941289 140723181941289 140723181944783 0
Current children cumulated CPU time: 1520.05 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8294600 KiB

[startup+416.401 s]
/proc/loadavg: 4.83 4.53 3.61 6/217 20483
/proc/meminfo: memFree=19060208/32770624 swapFree=67108776/67108860
[pid=20437] ppid=20434 vsize=10686560 memory=8294600 CPUtime=1520.99 cores=0,2,4,6
/proc/20437/stat : 20437 (java) S 20434 20437 7084 0 -1 1077944320 942702 0 0 0 151378 721 0 0 20 0 17 0 160778565 10943037440 2073650 18446744073709551615 4194304 4196468 140723181933328 140723181915872 140144479698679 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 38367232 140723181941136 140723181941289 140723181941289 140723181944783 0
/proc/20437/statm: 2671640 2073650 3175 1 0 2661055 0
[pid=20437/tid=20439] ppid=20434 vsize=10686560 memory=2240 CPUtime=13.46 cores=0,2,4,6
/proc/20437/task/20439/stat : 20439 (java) S 20434 20437 7084 0 -1 1077944384 17963 0 0 0 1330 16 0 0 20 0 17 0 160778574 10943037440 2073650 18446744073709551615 4194304 4196468 140723181933328 140144483939360 140144479708885 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 38367232 140723181941136 140723181941289 140723181941289 140723181944783 0
[pid=20437/tid=20440] ppid=20434 vsize=10686560 memory=4288 CPUtime=368.88 cores=0,2,4,6
/proc/20437/task/20440/stat : 20440 (java) S 20434 20437 7084 0 -1 1077944384 171794 0 0 0 36714 174 0 0 20 0 17 0 160778575 10943037440 2073650 18446744073709551615 4194304 4196468 140723181933328 140144449411600 140144479708885 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38367232 140723181941136 140723181941289 140723181941289 140723181944783 0
[pid=20437/tid=20441] ppid=20434 vsize=10686560 memory=2160 CPUtime=368.36 cores=0,2,4,6
/proc/20437/task/20441/stat : 20441 (java) S 20434 20437 7084 0 -1 1077944384 200229 0 0 0 36656 180 0 0 20 0 17 0 160778575 10943037440 2073650 18446744073709551615 4194304 4196468 140723181933328 140144089258640 140144479708885 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38367232 140723181941136 140723181941289 140723181941289 140723181944783 0
[pid=20437/tid=20442] ppid=20434 vsize=10686560 memory=932 CPUtime=369.99 cores=0,2,4,6
/proc/20437/task/20442/stat : 20442 (java) S 20434 20437 7084 0 -1 1077944384 244957 0 0 0 36836 163 0 0 20 0 17 0 160778575 10943037440 2073650 18446744073709551615 4194304 4196468 140723181933328 140144088205584 140144479708885 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38367232 140723181941136 140723181941289 140723181941289 140723181944783 0
[pid=20437/tid=20443] ppid=20434 vsize=10686560 memory=1608 CPUtime=369.34 cores=0,2,4,6
/proc/20437/task/20443/stat : 20443 (java) S 20434 20437 7084 0 -1 1077944384 212619 0 0 0 36761 173 0 0 20 0 17 0 160778575 10943037440 2073650 18446744073709551615 4194304 4196468 140723181933328 140144087153040 140144479708885 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38367232 140723181941136 140723181941289 140723181941289 140723181944783 0
[pid=20437/tid=20444] ppid=20434 vsize=10686560 memory=-8774313645642428999 CPUtime=28.28 cores=0,2,4,6
/proc/20437/task/20444/stat : 20444 (java) R 20434 20437 7084 0 -1 4202560 78556 0 0 0 2821 7 0 0 20 0 17 0 160778576 10943037440 2073650 18446744073709551615 4194304 4196468 140723181933328 140143587480784 140144464695086 0 0 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38367232 140723181941136 140723181941289 140723181941289 140723181944783 0
[pid=20437/tid=20445] ppid=20434 vsize=10686560 memory=796 CPUtime=0 cores=0,2,4,6
/proc/20437/task/20445/stat : 20445 (java) S 20434 20437 7084 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 17 0 160778577 10943037440 2073650 18446744073709551615 4194304 4196468 140723181933328 140143586428640 140144479708885 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38367232 140723181941136 140723181941289 140723181941289 140723181944783 0
[pid=20437/tid=20446] ppid=20434 vsize=10686560 memory=5768 CPUtime=0 cores=0,2,4,6
/proc/20437/task/20446/stat : 20446 (java) S 20434 20437 7084 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 160778577 10943037440 2073650 18446744073709551615 4194304 4196468 140723181933328 140143585375472 140144479708885 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38367232 140723181941136 140723181941289 140723181941289 140723181944783 0
[pid=20437/tid=20447] ppid=20434 vsize=10686560 memory=2008 CPUtime=0 cores=0,2,4,6
/proc/20437/task/20447/stat : 20447 (java) S 20434 20437 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 160778579 10943037440 2073650 18446744073709551615 4194304 4196468 140723181933328 140143584324048 140144479717275 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38367232 140723181941136 140723181941289 140723181941289 140723181944783 0
[pid=20437/tid=20448] ppid=20434 vsize=10686560 memory=11364 CPUtime=0.67 cores=0,2,4,6
/proc/20437/task/20448/stat : 20448 (java) S 20434 20437 7084 0 -1 1077944384 2924 0 0 0 67 0 0 0 20 0 17 0 160778579 10943037440 2073650 18446744073709551615 4194304 4196468 140723181933328 140143583271200 140144479708885 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38367232 140723181941136 140723181941289 140723181941289 140723181944783 0
[pid=20437/tid=20449] ppid=20434 vsize=10686560 memory=1224 CPUtime=1.13 cores=0,2,4,6
/proc/20437/task/20449/stat : 20449 (java) S 20434 20437 7084 0 -1 1077944384 8226 0 0 0 112 1 0 0 20 0 17 0 160778579 10943037440 2073650 18446744073709551615 4194304 4196468 140723181933328 140143582218656 140144479708885 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38367232 140723181941136 140723181941289 140723181941289 140723181944783 0
[pid=20437/tid=20450] ppid=20434 vsize=10686560 memory=4600 CPUtime=0.47 cores=0,2,4,6
/proc/20437/task/20450/stat : 20450 (java) S 20434 20437 7084 0 -1 1077944384 3279 0 0 0 47 0 0 0 20 0 17 0 160778579 10943037440 2073650 18446744073709551615 4194304 4196468 140723181933328 140143581165312 140144479708885 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38367232 140723181941136 140723181941289 140723181941289 140723181944783 0
[pid=20437/tid=20451] ppid=20434 vsize=10686560 memory=1440 CPUtime=0 cores=0,2,4,6
/proc/20437/task/20451/stat : 20451 (java) S 20434 20437 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 160778580 10943037440 2073650 18446744073709551615 4194304 4196468 140723181933328 140143580113248 140144479708885 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38367232 140723181941136 140723181941289 140723181941289 140723181944783 0
[pid=20437/tid=20452] ppid=20434 vsize=10686560 memory=8294600 CPUtime=0.3 cores=0,2,4,6
/proc/20437/task/20452/stat : 20452 (java) S 20434 20437 7084 0 -1 1077944384 692 0 0 0 18 12 0 0 20 0 17 0 160778584 10943037440 2073650 18446744073709551615 4194304 4196468 140723181933328 140143579061296 140144479709826 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38367232 140723181941136 140723181941289 140723181941289 140723181944783 0
[pid=20437/tid=20482] ppid=20434 vsize=10686560 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/20437/task/20482/stat : 20482 (java) S 20434 20437 7084 0 -1 1077944384 30 0 0 0 0 0 0 0 20 0 17 0 160816290 10943037440 2073650 18446744073709551615 4194304 4196468 140723181933328 140142970921808 140144479708885 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38367232 140723181941136 140723181941289 140723181941289 140723181944783 0
[pid=20437/tid=20483] ppid=20434 vsize=10686560 memory=2460 CPUtime=0 cores=0,2,4,6
/proc/20437/task/20483/stat : 20483 (java) S 20434 20437 7084 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 17 0 160816290 10943037440 2073650 18446744073709551615 4194304 4196468 140723181933328 140142969868560 140144479708885 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38367232 140723181941136 140723181941289 140723181941289 140723181944783 0
Current children cumulated CPU time: 1520.99 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8294600 KiB

[startup+416.801 s]
/proc/loadavg: 4.83 4.53 3.61 6/217 20483
/proc/meminfo: memFree=19060208/32770624 swapFree=67108776/67108860
[pid=20437] ppid=20434 vsize=10686560 memory=8294600 CPUtime=1521.39 cores=0,2,4,6
/proc/20437/stat : 20437 (java) S 20434 20437 7084 0 -1 1077944320 942702 0 0 0 151418 721 0 0 20 0 17 0 160778565 10943037440 2073650 18446744073709551615 4194304 4196468 140723181933328 140723181915872 140144479698679 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 38367232 140723181941136 140723181941289 140723181941289 140723181944783 0
/proc/20437/statm: 2671640 2073650 3175 1 0 2661055 0
[pid=20437/tid=20439] ppid=20434 vsize=10686560 memory=2460 CPUtime=13.46 cores=0,2,4,6
/proc/20437/task/20439/stat : 20439 (java) S 20434 20437 7084 0 -1 1077944384 17963 0 0 0 1330 16 0 0 20 0 17 0 160778574 10943037440 2073650 18446744073709551615 4194304 4196468 140723181933328 140144483939360 140144479708885 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 38367232 140723181941136 140723181941289 140723181941289 140723181944783 0
[pid=20437/tid=20440] ppid=20434 vsize=10686560 memory=8294600 CPUtime=368.88 cores=0,2,4,6
/proc/20437/task/20440/stat : 20440 (java) S 20434 20437 7084 0 -1 1077944384 171794 0 0 0 36714 174 0 0 20 0 17 0 160778575 10943037440 2073650 18446744073709551615 4194304 4196468 140723181933328 140144449411600 140144479708885 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38367232 140723181941136 140723181941289 140723181941289 140723181944783 0
[pid=20437/tid=20441] ppid=20434 vsize=10686560 memory=-8774313645642428999 CPUtime=368.36 cores=0,2,4,6
/proc/20437/task/20441/stat : 20441 (java) S 20434 20437 7084 0 -1 1077944384 200229 0 0 0 36656 180 0 0 20 0 17 0 160778575 10943037440 2073650 18446744073709551615 4194304 4196468 140723181933328 140144089258640 140144479708885 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38367232 140723181941136 140723181941289 140723181941289 140723181944783 0
[pid=20437/tid=20442] ppid=20434 vsize=10686560 memory=39028 CPUtime=369.99 cores=0,2,4,6
/proc/20437/task/20442/stat : 20442 (java) S 20434 20437 7084 0 -1 1077944384 244957 0 0 0 36836 163 0 0 20 0 17 0 160778575 10943037440 2073650 18446744073709551615 4194304 4196468 140723181933328 140144088205584 140144479708885 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38367232 140723181941136 140723181941289 140723181941289 140723181944783 0
[pid=20437/tid=20443] ppid=20434 vsize=10686560 memory=636 CPUtime=369.34 cores=0,2,4,6
/proc/20437/task/20443/stat : 20443 (java) S 20434 20437 7084 0 -1 1077944384 212619 0 0 0 36761 173 0 0 20 0 17 0 160778575 10943037440 2073650 18446744073709551615 4194304 4196468 140723181933328 140144087153040 140144479708885 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38367232 140723181941136 140723181941289 140723181941289 140723181944783 0
[pid=20437/tid=20444] ppid=20434 vsize=10686560 memory=1796 CPUtime=28.68 cores=0,2,4,6
/proc/20437/task/20444/stat : 20444 (java) R 20434 20437 7084 0 -1 4202560 78556 0 0 0 2861 7 0 0 20 0 17 0 160778576 10943037440 2073650 18446744073709551615 4194304 4196468 140723181933328 140143587480784 140144464156310 0 0 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38367232 140723181941136 140723181941289 140723181941289 140723181944783 0
[pid=20437/tid=20445] ppid=20434 vsize=10686560 memory=960 CPUtime=0 cores=0,2,4,6
/proc/20437/task/20445/stat : 20445 (java) S 20434 20437 7084 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 17 0 160778577 10943037440 2073650 18446744073709551615 4194304 4196468 140723181933328 140143586428640 140144479708885 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38367232 140723181941136 140723181941289 140723181941289 140723181944783 0
[pid=20437/tid=20446] ppid=20434 vsize=10686560 memory=1236 CPUtime=0 cores=0,2,4,6
/proc/20437/task/20446/stat : 20446 (java) S 20434 20437 7084 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 160778577 10943037440 2073650 18446744073709551615 4194304 4196468 140723181933328 140143585375472 140144479708885 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38367232 140723181941136 140723181941289 140723181941289 140723181944783 0
[pid=20437/tid=20447] ppid=20434 vsize=10686560 memory=8294600 CPUtime=0 cores=0,2,4,6
/proc/20437/task/20447/stat : 20447 (java) S 20434 20437 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 160778579 10943037440 2073650 18446744073709551615 4194304 4196468 140723181933328 140143584324048 140144479717275 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38367232 140723181941136 140723181941289 140723181941289 140723181944783 0
[pid=20437/tid=20448] ppid=20434 vsize=10686560 memory=8294600 CPUtime=0.67 cores=0,2,4,6
/proc/20437/task/20448/stat : 20448 (java) S 20434 20437 7084 0 -1 1077944384 2924 0 0 0 67 0 0 0 20 0 17 0 160778579 10943037440 2073650 18446744073709551615 4194304 4196468 140723181933328 140143583271200 140144479708885 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38367232 140723181941136 140723181941289 140723181941289 140723181944783 0
[pid=20437/tid=20449] ppid=20434 vsize=10686560 memory=796 CPUtime=1.13 cores=0,2,4,6
/proc/20437/task/20449/stat : 20449 (java) S 20434 20437 7084 0 -1 1077944384 8226 0 0 0 112 1 0 0 20 0 17 0 160778579 10943037440 2073650 18446744073709551615 4194304 4196468 140723181933328 140143582218656 140144479708885 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38367232 140723181941136 140723181941289 140723181941289 140723181944783 0
[pid=20437/tid=20450] ppid=20434 vsize=10686560 memory=5768 CPUtime=0.47 cores=0,2,4,6
/proc/20437/task/20450/stat : 20450 (java) S 20434 20437 7084 0 -1 1077944384 3279 0 0 0 47 0 0 0 20 0 17 0 160778579 10943037440 2073650 18446744073709551615 4194304 4196468 140723181933328 140143581165312 140144479708885 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38367232 140723181941136 140723181941289 140723181941289 140723181944783 0
[pid=20437/tid=20451] ppid=20434 vsize=10686560 memory=2008 CPUtime=0 cores=0,2,4,6
/proc/20437/task/20451/stat : 20451 (java) S 20434 20437 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 160778580 10943037440 2073650 18446744073709551615 4194304 4196468 140723181933328 140143580113248 140144479708885 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38367232 140723181941136 140723181941289 140723181941289 140723181944783 0
[pid=20437/tid=20452] ppid=20434 vsize=10686560 memory=8294600 CPUtime=0.3 cores=0,2,4,6
/proc/20437/task/20452/stat : 20452 (java) S 20434 20437 7084 0 -1 1077944384 692 0 0 0 18 12 0 0 20 0 17 0 160778584 10943037440 2073650 18446744073709551615 4194304 4196468 140723181933328 140143579061296 140144479709826 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38367232 140723181941136 140723181941289 140723181941289 140723181944783 0
[pid=20437/tid=20482] ppid=20434 vsize=10686560 memory=8294600 CPUtime=0 cores=0,2,4,6
/proc/20437/task/20482/stat : 20482 (java) S 20434 20437 7084 0 -1 1077944384 30 0 0 0 0 0 0 0 20 0 17 0 160816290 10943037440 2073650 18446744073709551615 4194304 4196468 140723181933328 140142970921808 140144479708885 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38367232 140723181941136 140723181941289 140723181941289 140723181944783 0
[pid=20437/tid=20483] ppid=20434 vsize=10686560 memory=1724 CPUtime=0 cores=0,2,4,6
/proc/20437/task/20483/stat : 20483 (java) S 20434 20437 7084 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 17 0 160816290 10943037440 2073650 18446744073709551615 4194304 4196468 140723181933328 140142969868560 140144479708885 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38367232 140723181941136 140723181941289 140723181941289 140723181944783 0
Current children cumulated CPU time: 1521.39 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8294600 KiB

[startup+416.901 s]*
/proc/loadavg: 4.83 4.53 3.61 3/202 20483
/proc/meminfo: memFree=21466052/32770624 swapFree=67108776/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.944
CPU time (s): 1521.55
CPU user time (s): 1514.26
CPU system time (s): 7.28588
CPU usage (%): 364.928
Max. virtual memory (cumulated for all children) (KiB): 10686560
Max. memory (cumulated for all children) (KiB): 8294600

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1514.26
system time used= 7.28588
maximum resident set size= 8294880
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 943184
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= 26671
involuntary context switches= 18708


# summary of solver processes directly reported to runsolver:
#   pid: 20437
#   total CPU time (s): 1521.55
#   total CPU user time (s): 1514.26
#   total CPU system time (s): 7.28588

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.4252 second user time and 4.29268 second system time

The end

Launcher Data

Begin job on node132 at 2017-08-13 09:46:33
IDJOB=4263663
IDBENCH=120424
IDSOLVER=2651
FILE ID=node132/4263663-1502611258
RUNJOBID= node132-1502602071-18556
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/StripPacking/StripPacking-m1-seriesN/StripPacking-N7a.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263663-1502611258/watcher-4263663-1502611258 -o /tmp/evaluation-result-4263663-1502611258/solver-4263663-1502611258 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502602071-18556 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263663-1502611258.xml

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

MD5SUM BENCH= 7683a0cf8356c785808b20063e428e98
RANDOM SEED=1973866779

node132.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.74
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.74
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.74
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.74
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:        28058372 kB
MemAvailable:   28273004 kB
Buffers:          220812 kB
Cached:           319028 kB
SwapCached:           84 kB
Active:          4158188 kB
Inactive:         141176 kB
Active(anon):    3707960 kB
Inactive(anon):   102028 kB
Active(file):     450228 kB
Inactive(file):    39148 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108776 kB
Dirty:              1588 kB
Writeback:             0 kB
AnonPages:       3851464 kB
Mapped:            75804 kB
Shmem:             49768 kB
Slab:             109368 kB
SReclaimable:      82180 kB
SUnreclaim:        27188 kB
KernelStack:        3808 kB
PageTables:        12288 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5038360 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3688448 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 62028 MiB
End job on node132 at 2017-08-13 09:53:30