Trace number 4262579

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
Concrete 3.4? (NS) 4.29638 2.55881

General information on the benchmark

NameRectPacking/RectPacking-m1-perf/
RectPacking-perfect-189.xml
MD5SUM2d128f2f94de8885d96408ae6f82eda5
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 variables50
Number of constraints53
Number of domains1
Minimum domain size576
Maximum domain size576
Distribution of domain sizes[{"size":576,"count":50}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":48},{"degree":3,"count":1},{"degree":4,"count":1}]
Minimum constraint arity1
Maximum constraint arity50
Distribution of constraint arities[{"arity":1,"count":51},{"arity":2,"count":1},{"arity":50,"count":1}]
Number of extensional constraints0
Number of intensional constraints52
Distribution of constraint types[{"type":"intension","count":52},{"type":"noOverlap","count":1}]
Optimization problemNO
Type of objective

Solver Data

3.39/2.23	c Concrete v3.4 running
4.23/2.51	java.lang.UnsupportedOperationException: WrappedArray(c_50)
4.23/2.51		at cspom.xcsp.XCSP3CallbacksVars.unimplementedCase(XCSP3CallbacksVars.scala:70)
4.23/2.51		at cspom.xcsp.XCSP3CallbacksVars.unimplementedCase$(XCSP3CallbacksVars.scala:69)
4.23/2.51		at cspom.xcsp.XCSP3Callbacks.unimplementedCase(XCSP3Callbacks.scala:10)
4.23/2.51		at cspom.xcsp.XCSP3Callbacks.unimplementedCase(XCSP3Callbacks.scala:10)
4.23/2.51		at org.xcsp.parser.XCallbacks2.buildCtrNoOverlap(XCallbacks2.java:457)
4.23/2.51		at org.xcsp.parser.loaders.CtrLoaderInteger.noOverlap(CtrLoaderInteger.java:648)
4.23/2.51		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:153)
4.23/2.51		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:459)
4.23/2.51		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:375)
4.23/2.51		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:355)
4.23/2.51		at cspom.xcsp.XCSP3Callbacks.loadInstance(XCSP3Callbacks.scala:32)
4.23/2.51		at cspom.xcsp.XCSP3Parser$.$anonfun$apply$5(XCSP3Parser.scala:43)
4.23/2.51		at scala.util.Try$.apply(Try.scala:209)
4.23/2.51		at cspom.xcsp.XCSP3Parser$.apply(XCSP3Parser.scala:41)
4.23/2.51		at cspom.xcsp.XCSP3Parser$.$anonfun$apply$2(XCSP3Parser.scala:33)
4.23/2.51		at scala.util.Success.flatMap(Try.scala:247)
4.23/2.51		at cspom.xcsp.XCSP3Parser$.apply(XCSP3Parser.scala:33)
4.23/2.51		at cspom.xcsp.XCSP3Parser$.apply(XCSP3Parser.scala:16)
4.23/2.51		at cspom.CSPOM$.$anonfun$load$1(CSPOM.scala:478)
4.23/2.51		at scala.util.Success.flatMap(Try.scala:247)
4.23/2.51		at cspom.CSPOM$.load(CSPOM.scala:477)
4.23/2.51		at concrete.runner.XCSP3Concrete$.loadCSPOMURL(XCSP3Concrete.scala:42)
4.23/2.51		at concrete.runner.XCSP3Concrete$.loadCSPOM(XCSP3Concrete.scala:30)
4.23/2.51		at concrete.runner.CSPOMRunner.load(CSPOMRunner.scala:49)
4.23/2.51		at concrete.runner.CSPOMRunner.load$(CSPOMRunner.scala:48)
4.23/2.51		at concrete.runner.XCSP3Concrete$.load(XCSP3Concrete.scala:17)
4.23/2.51		at concrete.runner.ConcreteRunner.$anonfun$run$8(ConcreteRunner.scala:131)
4.23/2.51		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
4.23/2.51		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
4.23/2.51		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
4.23/2.51		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
4.23/2.51		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
4.23/2.51		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
4.23/2.51		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
4.23/2.51		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:130)
4.23/2.51		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
4.23/2.51		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
4.23/2.51		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
4.23/2.51		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
4.23/2.51		at scala.Function0.apply$mcV$sp(Function0.scala:34)
4.23/2.51		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
4.23/2.51		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
4.23/2.51		at scala.App.$anonfun$main$1$adapted(App.scala:76)
4.23/2.51		at scala.collection.immutable.List.foreach(List.scala:389)
4.23/2.51		at scala.App.main(App.scala:76)
4.23/2.51		at scala.App.main$(App.scala:74)
4.23/2.51		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
4.23/2.51		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
4.23/2.52	s UNSUPPORTED

Verifier Data


Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4262579-1502450039/watcher-4262579-1502450039 -o /tmp/evaluation-result-4262579-1502450039/solver-4262579-1502450039 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502411403-1394 --watchdog 2580 bin/concrete HOME/instance-4262579-1502450039.xml 

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


[startup+0 s]
/proc/loadavg: 1.35 1.32 1.44 2/194 10769
/proc/meminfo: memFree=30607448/32770624 swapFree=0/505248
[pid=10769] ppid=10766 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/10769/stat : 10769 (runsolver) D 10766 10769 1330 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 47224654 24240128 108 18446744073709551615 4194304 4338465 140723078611216 140723078608856 139730265252567 0 0 1 24578 18446744071580418449 0 0 17 6 0 0 0 0 0 6438912 6441760 19951616 140723078619345 140723078619721 140723078619721 140723078623178 0
/proc/10769/statm: 5918 108 54 36 0 2156 0

[startup+0.10017 s]
/proc/loadavg: 1.35 1.32 1.44 2/194 10769
/proc/meminfo: memFree=30607448/32770624 swapFree=0/505248
[pid=10769] ppid=10766 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/10769/stat : 10769 (bash) S 10766 10769 1330 0 -1 4202496 889 6486 0 0 0 0 0 1 20 0 1 0 47224654 9867264 376 18446744073709551615 4194304 5098028 140733254937568 140733254931576 139868086881280 0 0 5 65536 18446744071580971376 0 0 17 2 0 0 7 0 0 7196144 7232144 27357184 140733254939156 140733254939241 140733254939241 140733254942698 0
/proc/10769/statm: 2409 376 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.200335 s]
/proc/loadavg: 1.35 1.32 1.44 2/194 10769
/proc/meminfo: memFree=30607448/32770624 swapFree=0/505248
[pid=10769] ppid=10766 vsize=9636 CPUtime=0.07 cores=0,2,4,6
/proc/10769/stat : 10769 (bash) S 10766 10769 1330 0 -1 4202496 930 12058 0 0 0 0 5 2 20 0 1 0 47224654 9867264 376 18446744073709551615 4194304 5098028 140733254937568 140733254933400 139868086881280 0 0 5 65536 18446744071580971376 0 0 17 4 0 0 7 0 0 7196144 7232144 27357184 140733254939156 140733254939241 140733254939241 140733254942698 0
/proc/10769/statm: 2409 376 296 221 0 118 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9636

[startup+0.3003 s]
/proc/loadavg: 1.35 1.32 1.44 2/194 10769
/proc/meminfo: memFree=30607448/32770624 swapFree=0/505248
[pid=10769] ppid=10766 vsize=13907308 CPUtime=0.14 cores=0,2,4,6
/proc/10769/stat : 10769 (java) S 10766 10769 1330 0 -1 1077944320 5923 12736 0 0 5 1 5 3 20 0 14 0 47224654 14241083392 5620 18446744073709551615 4194304 4196468 140723257490192 140723257472736 140025835917047 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 6864896 140723257497552 140723257500337 140723257500337 140723257503695 0
/proc/10769/statm: 3476827 5620 2662 1 0 3466324 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 13907308

[startup+0.700281 s]
/proc/loadavg: 1.35 1.32 1.44 2/194 10769
/proc/meminfo: memFree=30607448/32770624 swapFree=0/505248
[pid=10769] ppid=10766 vsize=13974784 CPUtime=0.62 cores=0,2,4,6
/proc/10769/stat : 10769 (java) S 10766 10769 1330 0 -1 1077944320 13693 12736 0 0 50 4 5 3 20 0 15 0 47224654 14310178816 14116 18446744073709551615 4194304 4196468 140723257490192 140723257472736 140025835917047 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 6864896 140723257497552 140723257500337 140723257500337 140723257503695 0
/proc/10769/statm: 3493696 14116 3070 1 0 3482965 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 13974784

[startup+1.5011 s]
/proc/loadavg: 1.35 1.32 1.44 3/209 10832
/proc/meminfo: memFree=30517952/32770624 swapFree=0/505792
[pid=10769] ppid=10766 vsize=13985408 CPUtime=1.81 cores=0,2,4,6
/proc/10769/stat : 10769 (java) S 10766 10769 1330 0 -1 1077944320 27184 12736 0 0 165 8 5 3 20 0 15 0 47224654 14321057792 33853 18446744073709551615 4194304 4196468 140723257490192 140723257472736 140025835917047 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 6864896 140723257497552 140723257500337 140723257500337 140723257503695 0
/proc/10769/statm: 3496352 33853 3340 1 0 3485525 0
[pid=10769/tid=10819] ppid=10766 vsize=13985408 CPUtime=1.28 cores=0,2,4,6
/proc/10769/task/10819/stat : 10819 (java) R 10766 10769 1330 0 -1 4202560 22266 12736 0 0 114 6 5 3 20 0 15 0 47224675 14321057792 33853 18446744073709551615 4194304 4196468 140723257490192 140025840150256 140025835928982 0 4 1 16800974 0 0 0 -1 2 0 0 7 0 0 6293624 6294260 6864896 140723257497552 140723257500337 140723257500337 140723257503695 0
[pid=10769/tid=10820] ppid=10766 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/10769/task/10820/stat : 10820 (java) S 10766 10769 1330 0 -1 1077944384 1 12736 0 0 0 0 5 3 20 0 15 0 47224675 14321057792 33853 18446744073709551615 4194304 4196468 140723257490192 140025436388368 140025835927253 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6864896 140723257497552 140723257500337 140723257500337 140723257503695 0
[pid=10769/tid=10821] ppid=10766 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/10769/task/10821/stat : 10821 (java) S 10766 10769 1330 0 -1 1077944384 2 12736 0 0 0 0 5 3 20 0 15 0 47224675 14321057792 33853 18446744073709551615 4194304 4196468 140723257490192 140025435335824 140025835927253 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6864896 140723257497552 140723257500337 140723257500337 140723257503695 0
[pid=10769/tid=10822] ppid=10766 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/10769/task/10822/stat : 10822 (java) S 10766 10769 1330 0 -1 1077944384 2 12736 0 0 0 0 5 3 20 0 15 0 47224675 14321057792 33853 18446744073709551615 4194304 4196468 140723257490192 140025434282768 140025835927253 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6864896 140723257497552 140723257500337 140723257500337 140723257503695 0
[pid=10769/tid=10823] ppid=10766 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/10769/task/10823/stat : 10823 (java) S 10766 10769 1330 0 -1 1077944384 1 12736 0 0 0 0 5 3 20 0 15 0 47224675 14321057792 33853 18446744073709551615 4194304 4196468 140723257490192 140025433230224 140025835927253 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6864896 140723257497552 140723257500337 140723257500337 140723257503695 0
[pid=10769/tid=10824] ppid=10766 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/10769/task/10824/stat : 10824 (java) S 10766 10769 1330 0 -1 1077944384 5 12736 0 0 0 0 5 3 20 0 15 0 47224677 14321057792 33853 18446744073709551615 4194304 4196468 140723257490192 140025314347248 140025835928194 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6864896 140723257497552 140723257500337 140723257500337 140723257503695 0
[pid=10769/tid=10825] ppid=10766 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/10769/task/10825/stat : 10825 (java) S 10766 10769 1330 0 -1 1077944384 33 12736 0 0 0 0 5 3 20 0 15 0 47224677 14321057792 33853 18446744073709551615 4194304 4196468 140723257490192 140025313293472 140025835927253 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6864896 140723257497552 140723257500337 140723257500337 140723257503695 0
[pid=10769/tid=10826] ppid=10766 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/10769/task/10826/stat : 10826 (java) S 10766 10769 1330 0 -1 1077944384 21 12736 0 0 0 0 5 3 20 0 15 0 47224677 14321057792 33853 18446744073709551615 4194304 4196468 140723257490192 140025312240368 140025835927253 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6864896 140723257497552 140723257500337 140723257500337 140723257503695 0
[pid=10769/tid=10827] ppid=10766 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/10769/task/10827/stat : 10827 (java) S 10766 10769 1330 0 -1 1077944384 3 12736 0 0 0 0 5 3 20 0 15 0 47224680 14321057792 33853 18446744073709551615 4194304 4196468 140723257490192 140025311188944 140025835935643 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6864896 140723257497552 140723257500337 140723257500337 140723257503695 0
[pid=10769/tid=10828] ppid=10766 vsize=13985408 CPUtime=0.22 cores=0,2,4,6
/proc/10769/task/10828/stat : 10828 (java) S 10766 10769 1330 0 -1 1077944384 1016 12736 0 0 14 0 5 3 20 0 15 0 47224680 14321057792 33853 18446744073709551615 4194304 4196468 140723257490192 140025310137072 140025835928194 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6864896 140723257497552 140723257500337 140723257500337 140723257503695 0
[pid=10769/tid=10829] ppid=10766 vsize=13985408 CPUtime=0.22 cores=0,2,4,6
/proc/10769/task/10829/stat : 10829 (java) S 10766 10769 1330 0 -1 1077944384 735 12736 0 0 14 0 5 3 20 0 15 0 47224680 14321057792 33853 18446744073709551615 4194304 4196468 140723257490192 140025309084528 140025835928194 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6864896 140723257497552 140723257500337 140723257500337 140723257503695 0
[pid=10769/tid=10830] ppid=10766 vsize=13985408 CPUtime=0.29 cores=0,2,4,6
/proc/10769/task/10830/stat : 10830 (java) R 10766 10769 1330 0 -1 4202560 941 12736 0 0 21 0 5 3 20 0 15 0 47224680 14321057792 33853 18446744073709551615 4194304 4196468 140723257490192 140025308031472 140025819960677 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6864896 140723257497552 140723257500337 140723257500337 140723257503695 0
[pid=10769/tid=10831] ppid=10766 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/10769/task/10831/stat : 10831 (java) S 10766 10769 1330 0 -1 1077944384 3 12736 0 0 0 0 5 3 20 0 15 0 47224680 14321057792 33853 18446744073709551615 4194304 4196468 140723257490192 140025306979168 140025835927253 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6864896 140723257497552 140723257500337 140723257500337 140723257503695 0
[pid=10769/tid=10832] ppid=10766 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/10769/task/10832/stat : 10832 (java) S 10766 10769 1330 0 -1 1077944384 10 12736 0 0 0 0 5 3 20 0 15 0 47224688 14321057792 33853 18446744073709551615 4194304 4196468 140723257490192 140025305926192 140025835928194 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6864896 140723257497552 140723257500337 140723257500337 140723257503695 0
Current children cumulated CPU time (s) 1.81
Current children cumulated vsize (KiB) 13985408

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 10769 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1.60096 s]
/proc/loadavg: 1.35 1.32 1.44 3/209 10832
/proc/meminfo: memFree=30517952/32770624 swapFree=0/505792
[pid=10769] ppid=10766 vsize=13987456 CPUtime=2.05 cores=0,2,4,6
/proc/10769/stat : 10769 (java) S 10766 10769 1330 0 -1 1077944320 30119 12736 0 0 187 10 5 3 20 0 15 0 47224654 14323154944 42815 18446744073709551615 4194304 4196468 140723257490192 140723257472736 140025835917047 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 6864896 140723257497552 140723257500337 140723257500337 140723257503695 0
/proc/10769/statm: 3496864 42815 3376 1 0 3486037 0
[pid=10769/tid=10819] ppid=10766 vsize=13987456 CPUtime=1.35 cores=0,2,4,6
/proc/10769/task/10819/stat : 10819 (java) R 10766 10769 1330 0 -1 4202560 22542 12736 0 0 121 6 5 3 20 0 15 0 47224675 14323154944 42815 18446744073709551615 4194304 4196468 140723257490192 140025840143072 140025835928982 0 4 1 16800974 0 0 0 -1 2 0 0 7 0 0 6293624 6294260 6864896 140723257497552 140723257500337 140723257500337 140723257503695 0
[pid=10769/tid=10820] ppid=10766 vsize=13987456 CPUtime=0.08 cores=0,2,4,6
/proc/10769/task/10820/stat : 10820 (java) S 10766 10769 1330 0 -1 1077944384 48 12736 0 0 0 0 5 3 20 0 15 0 47224675 14323154944 42815 18446744073709551615 4194304 4196468 140723257490192 140025436388368 140025835927253 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6864896 140723257497552 140723257500337 140723257500337 140723257503695 0
[pid=10769/tid=10821] ppid=10766 vsize=13987456 CPUtime=0.08 cores=0,2,4,6
/proc/10769/task/10821/stat : 10821 (java) S 10766 10769 1330 0 -1 1077944384 193 12736 0 0 0 0 5 3 20 0 15 0 47224675 14323154944 42815 18446744073709551615 4194304 4196468 140723257490192 140025435335824 140025835927253 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6864896 140723257497552 140723257500337 140723257500337 140723257503695 0
[pid=10769/tid=10822] ppid=10766 vsize=13987456 CPUtime=0.09 cores=0,2,4,6
/proc/10769/task/10822/stat : 10822 (java) S 10766 10769 1330 0 -1 1077944384 61 12736 0 0 1 0 5 3 20 0 15 0 47224675 14323154944 42815 18446744073709551615 4194304 4196468 140723257490192 140025434282768 140025835927253 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6864896 140723257497552 140723257500337 140723257500337 140723257503695 0
[pid=10769/tid=10823] ppid=10766 vsize=13987456 CPUtime=0.09 cores=0,2,4,6
/proc/10769/task/10823/stat : 10823 (java) S 10766 10769 1330 0 -1 1077944384 57 12736 0 0 1 0 5 3 20 0 15 0 47224675 14323154944 42815 18446744073709551615 4194304 4196468 140723257490192 140025433230224 140025835927253 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6864896 140723257497552 140723257500337 140723257500337 140723257503695 0
[pid=10769/tid=10824] ppid=10766 vsize=13987456 CPUtime=0.09 cores=0,2,4,6
/proc/10769/task/10824/stat : 10824 (java) S 10766 10769 1330 0 -1 1077944384 1617 12736 0 0 1 0 5 3 20 0 15 0 47224677 14323154944 42815 18446744073709551615 4194304 4196468 140723257490192 140025314347248 140025835928194 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6864896 140723257497552 140723257500337 140723257500337 140723257503695 0
[pid=10769/tid=10825] ppid=10766 vsize=13987456 CPUtime=0.08 cores=0,2,4,6
/proc/10769/task/10825/stat : 10825 (java) S 10766 10769 1330 0 -1 1077944384 56 12736 0 0 0 0 5 3 20 0 15 0 47224677 14323154944 42815 18446744073709551615 4194304 4196468 140723257490192 140025313293536 140025835927253 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6864896 140723257497552 140723257500337 140723257500337 140723257503695 0
[pid=10769/tid=10826] ppid=10766 vsize=13987456 CPUtime=0.08 cores=0,2,4,6
/proc/10769/task/10826/stat : 10826 (java) S 10766 10769 1330 0 -1 1077944384 43 12736 0 0 0 0 5 3 20 0 15 0 47224677 14323154944 42815 18446744073709551615 4194304 4196468 140723257490192 140025312240368 140025835927253 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6864896 140723257497552 140723257500337 140723257500337 140723257503695 0
[pid=10769/tid=10827] ppid=10766 vsize=13987456 CPUtime=0.08 cores=0,2,4,6
/proc/10769/task/10827/stat : 10827 (java) S 10766 10769 1330 0 -1 1077944384 3 12736 0 0 0 0 5 3 20 0 15 0 47224680 14323154944 42815 18446744073709551615 4194304 4196468 140723257490192 140025311188944 140025835935643 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6864896 140723257497552 140723257500337 140723257500337 140723257503695 0
[pid=10769/tid=10828] ppid=10766 vsize=13987456 CPUtime=0.24 cores=0,2,4,6
/proc/10769/task/10828/stat : 10828 (java) S 10766 10769 1330 0 -1 1077944384 1040 12736 0 0 16 0 5 3 20 0 15 0 47224680 14323154944 42815 18446744073709551615 4194304 4196468 140723257490192 140025310137072 140025835928194 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6864896 140723257497552 140723257500337 140723257500337 140723257503695 0
[pid=10769/tid=10829] ppid=10766 vsize=13987456 CPUtime=0.24 cores=0,2,4,6
/proc/10769/task/10829/stat : 10829 (java) S 10766 10769 1330 0 -1 1077944384 868 12736 0 0 16 0 5 3 20 0 15 0 47224680 14323154944 42815 18446744073709551615 4194304 4196468 140723257490192 140025309084528 140025835928194 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6864896 140723257497552 140723257500337 140723257500337 140723257503695 0
[pid=10769/tid=10830] ppid=10766 vsize=13987456 CPUtime=0.33 cores=0,2,4,6
/proc/10769/task/10830/stat : 10830 (java) S 10766 10769 1330 0 -1 1077944384 1429 12736 0 0 25 0 5 3 20 0 15 0 47224680 14323154944 42815 18446744073709551615 4194304 4196468 140723257490192 140025308031472 140025835928194 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6864896 140723257497552 140723257500337 140723257500337 140723257503695 0
[pid=10769/tid=10831] ppid=10766 vsize=13987456 CPUtime=0.08 cores=0,2,4,6
/proc/10769/task/10831/stat : 10831 (java) S 10766 10769 1330 0 -1 1077944384 3 12736 0 0 0 0 5 3 20 0 15 0 47224680 14323154944 42815 18446744073709551615 4194304 4196468 140723257490192 140025306979168 140025835927253 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6864896 140723257497552 140723257500337 140723257500337 140723257503695 0
[pid=10769/tid=10832] ppid=10766 vsize=13987456 CPUtime=0.08 cores=0,2,4,6
/proc/10769/task/10832/stat : 10832 (java) S 10766 10769 1330 0 -1 1077944384 10 12736 0 0 0 0 5 3 20 0 15 0 47224688 14323154944 42815 18446744073709551615 4194304 4196468 140723257490192 140025305926192 140025835928194 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6864896 140723257497552 140723257500337 140723257500337 140723257503695 0
Current children cumulated CPU time (s) 2.05
Current children cumulated vsize (KiB) 13987456

[startup+2.00174 s]
/proc/loadavg: 1.35 1.32 1.44 3/209 10832
/proc/meminfo: memFree=30517952/32770624 swapFree=0/505792
[pid=10769] ppid=10766 vsize=13989524 CPUtime=2.81 cores=0,2,4,6
/proc/10769/stat : 10769 (java) S 10766 10769 1330 0 -1 1077944320 31860 12736 0 0 262 11 5 3 20 0 15 0 47224654 14325272576 44492 18446744073709551615 4194304 4196468 140723257490192 140723257472736 140025835917047 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 6864896 140723257497552 140723257500337 140723257500337 140723257503695 0
/proc/10769/statm: 3497381 44492 3388 1 0 3486549 0
[pid=10769/tid=10819] ppid=10766 vsize=13989524 CPUtime=1.75 cores=0,2,4,6
/proc/10769/task/10819/stat : 10819 (java) R 10766 10769 1330 0 -1 4202560 23428 12736 0 0 161 6 5 3 20 0 15 0 47224675 14325272576 44492 18446744073709551615 4194304 4196468 140723257490192 140025840141984 140025835928982 0 4 1 16800974 0 0 0 -1 4 0 0 7 0 0 6293624 6294260 6864896 140723257497552 140723257500337 140723257500337 140723257503695 0
[pid=10769/tid=10820] ppid=10766 vsize=13989524 CPUtime=0.08 cores=0,2,4,6
/proc/10769/task/10820/stat : 10820 (java) S 10766 10769 1330 0 -1 1077944384 48 12736 0 0 0 0 5 3 20 0 15 0 47224675 14325272576 44492 18446744073709551615 4194304 4196468 140723257490192 140025436388368 140025835927253 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6864896 140723257497552 140723257500337 140723257500337 140723257503695 0
[pid=10769/tid=10821] ppid=10766 vsize=13989524 CPUtime=0.08 cores=0,2,4,6
/proc/10769/task/10821/stat : 10821 (java) S 10766 10769 1330 0 -1 1077944384 193 12736 0 0 0 0 5 3 20 0 15 0 47224675 14325272576 44492 18446744073709551615 4194304 4196468 140723257490192 140025435335824 140025835927253 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6864896 140723257497552 140723257500337 140723257500337 140723257503695 0
[pid=10769/tid=10822] ppid=10766 vsize=13989524 CPUtime=0.09 cores=0,2,4,6
/proc/10769/task/10822/stat : 10822 (java) S 10766 10769 1330 0 -1 1077944384 61 12736 0 0 1 0 5 3 20 0 15 0 47224675 14325272576 44492 18446744073709551615 4194304 4196468 140723257490192 140025434282768 140025835927253 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6864896 140723257497552 140723257500337 140723257500337 140723257503695 0
[pid=10769/tid=10823] ppid=10766 vsize=13989524 CPUtime=0.09 cores=0,2,4,6
/proc/10769/task/10823/stat : 10823 (java) S 10766 10769 1330 0 -1 1077944384 57 12736 0 0 1 0 5 3 20 0 15 0 47224675 14325272576 44492 18446744073709551615 4194304 4196468 140723257490192 140025433230224 140025835927253 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6864896 140723257497552 140723257500337 140723257500337 140723257503695 0
[pid=10769/tid=10824] ppid=10766 vsize=13989524 CPUtime=0.09 cores=0,2,4,6
/proc/10769/task/10824/stat : 10824 (java) S 10766 10769 1330 0 -1 1077944384 1619 12736 0 0 1 0 5 3 20 0 15 0 47224677 14325272576 44492 18446744073709551615 4194304 4196468 140723257490192 140025314347248 140025835928194 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6864896 140723257497552 140723257500337 140723257500337 140723257503695 0
[pid=10769/tid=10825] ppid=10766 vsize=13989524 CPUtime=0.08 cores=0,2,4,6
/proc/10769/task/10825/stat : 10825 (java) S 10766 10769 1330 0 -1 1077944384 56 12736 0 0 0 0 5 3 20 0 15 0 47224677 14325272576 44492 18446744073709551615 4194304 4196468 140723257490192 140025313293536 140025835927253 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6864896 140723257497552 140723257500337 140723257500337 140723257503695 0
[pid=10769/tid=10826] ppid=10766 vsize=13989524 CPUtime=0.08 cores=0,2,4,6
/proc/10769/task/10826/stat : 10826 (java) S 10766 10769 1330 0 -1 1077944384 43 12736 0 0 0 0 5 3 20 0 15 0 47224677 14325272576 44492 18446744073709551615 4194304 4196468 140723257490192 140025312240368 140025835927253 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6864896 140723257497552 140723257500337 140723257500337 140723257503695 0
[pid=10769/tid=10827] ppid=10766 vsize=13989524 CPUtime=0.08 cores=0,2,4,6
/proc/10769/task/10827/stat : 10827 (java) S 10766 10769 1330 0 -1 1077944384 3 12736 0 0 0 0 5 3 20 0 15 0 47224680 14325272576 44492 18446744073709551615 4194304 4196468 140723257490192 140025311188944 140025835935643 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6864896 140723257497552 140723257500337 140723257500337 140723257503695 0
[pid=10769/tid=10828] ppid=10766 vsize=13989524 CPUtime=0.3 cores=0,2,4,6
/proc/10769/task/10828/stat : 10828 (java) S 10766 10769 1330 0 -1 1077944384 1100 12736 0 0 22 0 5 3 20 0 15 0 47224680 14325272576 44492 18446744073709551615 4194304 4196468 140723257490192 140025310137072 140025835928194 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6864896 140723257497552 140723257500337 140723257500337 140723257503695 0
[pid=10769/tid=10829] ppid=10766 vsize=13989524 CPUtime=0.31 cores=0,2,4,6
/proc/10769/task/10829/stat : 10829 (java) S 10766 10769 1330 0 -1 1077944384 918 12736 0 0 23 0 5 3 20 0 15 0 47224680 14325272576 44492 18446744073709551615 4194304 4196468 140723257490192 140025309084528 140025835928194 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6864896 140723257497552 140723257500337 140723257500337 140723257503695 0
[pid=10769/tid=10830] ppid=10766 vsize=13989524 CPUtime=0.58 cores=0,2,4,6
/proc/10769/task/10830/stat : 10830 (java) R 10766 10769 1330 0 -1 4202560 2172 12736 0 0 49 1 5 3 20 0 15 0 47224680 14325272576 44492 18446744073709551615 4194304 4196468 140723257490192 140025308027200 140025828251992 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6864896 140723257497552 140723257500337 140723257500337 140723257503695 0
[pid=10769/tid=10831] ppid=10766 vsize=13989524 CPUtime=0.08 cores=0,2,4,6
/proc/10769/task/10831/stat : 10831 (java) S 10766 10769 1330 0 -1 1077944384 3 12736 0 0 0 0 5 3 20 0 15 0 47224680 14325272576 44492 18446744073709551615 4194304 4196468 140723257490192 140025306979168 140025835927253 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6864896 140723257497552 140723257500337 140723257500337 140723257503695 0
[pid=10769/tid=10832] ppid=10766 vsize=13989524 CPUtime=0.08 cores=0,2,4,6
/proc/10769/task/10832/stat : 10832 (java) S 10766 10769 1330 0 -1 1077944384 10 12736 0 0 0 0 5 3 20 0 15 0 47224688 14325272576 44492 18446744073709551615 4194304 4196468 140723257490192 140025305926192 140025835928194 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6864896 140723257497552 140723257500337 140723257500337 140723257503695 0
Current children cumulated CPU time (s) 2.81
Current children cumulated vsize (KiB) 13989524

[startup+2.40086 s]
/proc/loadavg: 1.35 1.32 1.44 5/209 10832
/proc/meminfo: memFree=30438632/32770624 swapFree=0/505792
[pid=10769] ppid=10766 vsize=13995836 CPUtime=3.93 cores=0,2,4,6
/proc/10769/stat : 10769 (java) S 10766 10769 1330 0 -1 1077944320 38745 12736 0 0 372 13 5 3 20 0 15 0 47224654 14331736064 47568 18446744073709551615 4194304 4196468 140723257490192 140723257472736 140025835917047 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 6864896 140723257497552 140723257500337 140723257500337 140723257503695 0
/proc/10769/statm: 3498959 47568 3440 1 0 3487573 0
[pid=10769/tid=10819] ppid=10766 vsize=13995836 CPUtime=2.15 cores=0,2,4,6
/proc/10769/task/10819/stat : 10819 (java) R 10766 10769 1330 0 -1 1077944384 26886 12736 0 0 200 7 5 3 20 0 15 0 47224675 14331736064 47568 18446744073709551615 4194304 4196468 140723257490192 140025840147920 140025835927253 0 4 1 16800974 0 0 0 -1 6 0 0 7 0 0 6293624 6294260 6864896 140723257497552 140723257500337 140723257500337 140723257503695 0
[pid=10769/tid=10820] ppid=10766 vsize=13995836 CPUtime=0.08 cores=0,2,4,6
/proc/10769/task/10820/stat : 10820 (java) S 10766 10769 1330 0 -1 1077944384 48 12736 0 0 0 0 5 3 20 0 15 0 47224675 14331736064 47568 18446744073709551615 4194304 4196468 140723257490192 140025436388368 140025835927253 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6864896 140723257497552 140723257500337 140723257500337 140723257503695 0
[pid=10769/tid=10821] ppid=10766 vsize=13995836 CPUtime=0.08 cores=0,2,4,6
/proc/10769/task/10821/stat : 10821 (java) S 10766 10769 1330 0 -1 1077944384 193 12736 0 0 0 0 5 3 20 0 15 0 47224675 14331736064 47568 18446744073709551615 4194304 4196468 140723257490192 140025435335824 140025835927253 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6864896 140723257497552 140723257500337 140723257500337 140723257503695 0
[pid=10769/tid=10822] ppid=10766 vsize=13995836 CPUtime=0.09 cores=0,2,4,6
/proc/10769/task/10822/stat : 10822 (java) S 10766 10769 1330 0 -1 1077944384 61 12736 0 0 1 0 5 3 20 0 15 0 47224675 14331736064 47568 18446744073709551615 4194304 4196468 140723257490192 140025434282768 140025835927253 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6864896 140723257497552 140723257500337 140723257500337 140723257503695 0
[pid=10769/tid=10823] ppid=10766 vsize=13995836 CPUtime=0.09 cores=0,2,4,6
/proc/10769/task/10823/stat : 10823 (java) S 10766 10769 1330 0 -1 1077944384 57 12736 0 0 1 0 5 3 20 0 15 0 47224675 14331736064 47568 18446744073709551615 4194304 4196468 140723257490192 140025433230224 140025835927253 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6864896 140723257497552 140723257500337 140723257500337 140723257503695 0
[pid=10769/tid=10824] ppid=10766 vsize=13995836 CPUtime=0.09 cores=0,2,4,6
/proc/10769/task/10824/stat : 10824 (java) S 10766 10769 1330 0 -1 1077944384 1619 12736 0 0 1 0 5 3 20 0 15 0 47224677 14331736064 47568 18446744073709551615 4194304 4196468 140723257490192 140025314347248 140025835928194 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6864896 140723257497552 140723257500337 140723257500337 140723257503695 0
[pid=10769/tid=10825] ppid=10766 vsize=13995836 CPUtime=0.08 cores=0,2,4,6
/proc/10769/task/10825/stat : 10825 (java) S 10766 10769 1330 0 -1 1077944384 56 12736 0 0 0 0 5 3 20 0 15 0 47224677 14331736064 47568 18446744073709551615 4194304 4196468 140723257490192 140025313293536 140025835927253 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6864896 140723257497552 140723257500337 140723257500337 140723257503695 0
[pid=10769/tid=10826] ppid=10766 vsize=13995836 CPUtime=0.08 cores=0,2,4,6
/proc/10769/task/10826/stat : 10826 (java) S 10766 10769 1330 0 -1 1077944384 43 12736 0 0 0 0 5 3 20 0 15 0 47224677 14331736064 47568 18446744073709551615 4194304 4196468 140723257490192 140025312240368 140025835927253 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6864896 140723257497552 140723257500337 140723257500337 140723257503695 0
[pid=10769/tid=10827] ppid=10766 vsize=13995836 CPUtime=0.08 cores=0,2,4,6
/proc/10769/task/10827/stat : 10827 (java) S 10766 10769 1330 0 -1 1077944384 3 12736 0 0 0 0 5 3 20 0 15 0 47224680 14331736064 47568 18446744073709551615 4194304 4196468 140723257490192 140025311188944 140025835935643 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6864896 140723257497552 140723257500337 140723257500337 140723257503695 0
[pid=10769/tid=10828] ppid=10766 vsize=13995836 CPUtime=0.65 cores=0,2,4,6
/proc/10769/task/10828/stat : 10828 (java) R 10766 10769 1330 0 -1 4202560 3364 12736 0 0 57 0 5 3 20 0 15 0 47224680 14331736064 47568 18446744073709551615 4194304 4196468 140723257490192 140025310116872 140025819413787 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6864896 140723257497552 140723257500337 140723257500337 140723257503695 0
[pid=10769/tid=10829] ppid=10766 vsize=13995836 CPUtime=0.49 cores=0,2,4,6
/proc/10769/task/10829/stat : 10829 (java) R 10766 10769 1330 0 -1 4202560 1514 12736 0 0 41 0 5 3 20 0 15 0 47224680 14331736064 47568 18446744073709551615 4194304 4196468 140723257490192 140025309084528 140025819303928 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6864896 140723257497552 140723257500337 140723257500337 140723257503695 0
[pid=10769/tid=10830] ppid=10766 vsize=13995836 CPUtime=0.74 cores=0,2,4,6
/proc/10769/task/10830/stat : 10830 (java) S 10766 10769 1330 0 -1 1077944384 2738 12736 0 0 65 1 5 3 20 0 15 0 47224680 14331736064 47568 18446744073709551615 4194304 4196468 140723257490192 140025308031472 140025835928194 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6864896 140723257497552 140723257500337 140723257500337 140723257503695 0
[pid=10769/tid=10831] ppid=10766 vsize=13995836 CPUtime=0.08 cores=0,2,4,6
/proc/10769/task/10831/stat : 10831 (java) S 10766 10769 1330 0 -1 1077944384 3 12736 0 0 0 0 5 3 20 0 15 0 47224680 14331736064 47568 18446744073709551615 4194304 4196468 140723257490192 140025306979168 140025835927253 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6864896 140723257497552 140723257500337 140723257500337 140723257503695 0
[pid=10769/tid=10832] ppid=10766 vsize=13995836 CPUtime=0.08 cores=0,2,4,6
/proc/10769/task/10832/stat : 10832 (java) S 10766 10769 1330 0 -1 1077944384 11 12736 0 0 0 0 5 3 20 0 15 0 47224688 14331736064 47568 18446744073709551615 4194304 4196468 140723257490192 140025305926192 140025835928194 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6864896 140723257497552 140723257500337 140723257500337 140723257503695 0
Current children cumulated CPU time (s) 3.93
Current children cumulated vsize (KiB) 13995836

[startup+2.51036 s]
/proc/loadavg: 1.35 1.32 1.44 5/209 10832
/proc/meminfo: memFree=30438632/32770624 swapFree=0/505792
[pid=10769] ppid=10766 vsize=13995836 CPUtime=4.23 cores=0,2,4,6
/proc/10769/stat : 10769 (java) S 10766 10769 1330 0 -1 1077944320 39997 12736 0 0 401 14 5 3 20 0 15 0 47224654 14331736064 48184 18446744073709551615 4194304 4196468 140723257490192 140723257472736 140025835917047 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 6864896 140723257497552 140723257500337 140723257500337 140723257503695 0
/proc/10769/statm: 3498959 48184 3440 1 0 3487573 0
[pid=10769/tid=10819] ppid=10766 vsize=13995836 CPUtime=2.25 cores=0,2,4,6
/proc/10769/task/10819/stat : 10819 (java) R 10766 10769 1330 0 -1 4202560 27550 12736 0 0 210 7 5 3 20 0 15 0 47224675 14331736064 48184 18446744073709551615 4194304 4196468 140723257490192 140025840132288 140025828167552 0 4 1 16800974 0 0 0 -1 6 0 0 7 0 0 6293624 6294260 6864896 140723257497552 140723257500337 140723257500337 140723257503695 0
[pid=10769/tid=10820] ppid=10766 vsize=13995836 CPUtime=0.08 cores=0,2,4,6
/proc/10769/task/10820/stat : 10820 (java) S 10766 10769 1330 0 -1 1077944384 48 12736 0 0 0 0 5 3 20 0 15 0 47224675 14331736064 48184 18446744073709551615 4194304 4196468 140723257490192 140025436388368 140025835927253 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6864896 140723257497552 140723257500337 140723257500337 140723257503695 0
[pid=10769/tid=10821] ppid=10766 vsize=13995836 CPUtime=0.08 cores=0,2,4,6
/proc/10769/task/10821/stat : 10821 (java) S 10766 10769 1330 0 -1 1077944384 193 12736 0 0 0 0 5 3 20 0 15 0 47224675 14331736064 48184 18446744073709551615 4194304 4196468 140723257490192 140025435335824 140025835927253 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6864896 140723257497552 140723257500337 140723257500337 140723257503695 0
[pid=10769/tid=10822] ppid=10766 vsize=13995836 CPUtime=0.09 cores=0,2,4,6
/proc/10769/task/10822/stat : 10822 (java) S 10766 10769 1330 0 -1 1077944384 61 12736 0 0 1 0 5 3 20 0 15 0 47224675 14331736064 48184 18446744073709551615 4194304 4196468 140723257490192 140025434282768 140025835927253 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6864896 140723257497552 140723257500337 140723257500337 140723257503695 0
[pid=10769/tid=10823] ppid=10766 vsize=13995836 CPUtime=0.09 cores=0,2,4,6
/proc/10769/task/10823/stat : 10823 (java) S 10766 10769 1330 0 -1 1077944384 57 12736 0 0 1 0 5 3 20 0 15 0 47224675 14331736064 48184 18446744073709551615 4194304 4196468 140723257490192 140025433230224 140025835927253 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6864896 140723257497552 140723257500337 140723257500337 140723257503695 0
[pid=10769/tid=10824] ppid=10766 vsize=13995836 CPUtime=0.09 cores=0,2,4,6
/proc/10769/task/10824/stat : 10824 (java) S 10766 10769 1330 0 -1 1077944384 1619 12736 0 0 1 0 5 3 20 0 15 0 47224677 14331736064 48184 18446744073709551615 4194304 4196468 140723257490192 140025314347248 140025835928194 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6864896 140723257497552 140723257500337 140723257500337 140723257503695 0
[pid=10769/tid=10825] ppid=10766 vsize=13995836 CPUtime=0.08 cores=0,2,4,6
/proc/10769/task/10825/stat : 10825 (java) S 10766 10769 1330 0 -1 1077944384 56 12736 0 0 0 0 5 3 20 0 15 0 47224677 14331736064 48184 18446744073709551615 4194304 4196468 140723257490192 140025313293536 140025835927253 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6864896 140723257497552 140723257500337 140723257500337 140723257503695 0
[pid=10769/tid=10826] ppid=10766 vsize=13995836 CPUtime=0.08 cores=0,2,4,6
/proc/10769/task/10826/stat : 10826 (java) S 10766 10769 1330 0 -1 1077944384 43 12736 0 0 0 0 5 3 20 0 15 0 47224677 14331736064 48184 18446744073709551615 4194304 4196468 140723257490192 140025312240368 140025835927253 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6864896 140723257497552 140723257500337 140723257500337 140723257503695 0
[pid=10769/tid=10827] ppid=10766 vsize=13995836 CPUtime=0.08 cores=0,2,4,6
/proc/10769/task/10827/stat : 10827 (java) S 10766 10769 1330 0 -1 1077944384 3 12736 0 0 0 0 5 3 20 0 15 0 47224680 14331736064 48184 18446744073709551615 4194304 4196468 140723257490192 140025311188944 140025835935643 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6864896 140723257497552 140723257500337 140723257500337 140723257503695 0
[pid=10769/tid=10828] ppid=10766 vsize=13995836 CPUtime=0.76 cores=0,2,4,6
/proc/10769/task/10828/stat : 10828 (java) R 10766 10769 1330 0 -1 4202560 3781 12736 0 0 68 0 5 3 20 0 15 0 47224680 14331736064 48184 18446744073709551615 4194304 4196468 140723257490192 140025310123096 140025817442574 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6864896 140723257497552 140723257500337 140723257500337 140723257503695 0
[pid=10769/tid=10829] ppid=10766 vsize=13995836 CPUtime=0.53 cores=0,2,4,6
/proc/10769/task/10829/stat : 10829 (java) R 10766 10769 1330 0 -1 4202560 1551 12736 0 0 45 0 5 3 20 0 15 0 47224680 14331736064 48184 18446744073709551615 4194304 4196468 140723257490192 140025309074320 140025835930896 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6864896 140723257497552 140723257500337 140723257500337 140723257503695 0
[pid=10769/tid=10830] ppid=10766 vsize=13995836 CPUtime=0.8 cores=0,2,4,6
/proc/10769/task/10830/stat : 10830 (java) S 10766 10769 1330 0 -1 1077944384 2872 12736 0 0 70 2 5 3 20 0 15 0 47224680 14331736064 48184 18446744073709551615 4194304 4196468 140723257490192 140025308031472 140025835928194 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6864896 140723257497552 140723257500337 140723257500337 140723257503695 0
[pid=10769/tid=10831] ppid=10766 vsize=13995836 CPUtime=0.08 cores=0,2,4,6
/proc/10769/task/10831/stat : 10831 (java) S 10766 10769 1330 0 -1 1077944384 3 12736 0 0 0 0 5 3 20 0 15 0 47224680 14331736064 48184 18446744073709551615 4194304 4196468 140723257490192 140025306979168 140025835927253 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6864896 140723257497552 140723257500337 140723257500337 140723257503695 0
[pid=10769/tid=10832] ppid=10766 vsize=13995836 CPUtime=0.08 cores=0,2,4,6
/proc/10769/task/10832/stat : 10832 (java) S 10766 10769 1330 0 -1 1077944384 11 12736 0 0 0 0 5 3 20 0 15 0 47224688 14331736064 48184 18446744073709551615 4194304 4196468 140723257490192 140025305926192 140025835928194 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6864896 140723257497552 140723257500337 140723257500337 140723257503695 0
Current children cumulated CPU time (s) 4.23
Current children cumulated vsize (KiB) 13995836

Child status: 0
Real time (s): 2.55881
CPU time (s): 4.29638
CPU user time (s): 4.11281
CPU system time (s): 0.183568
CPU usage (%): 167.906
Max. virtual memory (cumulated for all children) (KiB): 13995836

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.11282
system time used= 0.183568
maximum resident set size= 193688
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52870
page faults= 0
swaps= 0
block input operations= 0
block output operations= 144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4015
involuntary context switches= 25

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.010536 second user time and 0.020115 second system time

The end

Launcher Data

Begin job on node125 at 2017-08-11 12:59:54
IDJOB=4262579
IDBENCH=127923
IDSOLVER=2650
FILE ID=node125/4262579-1502450039
RUNJOBID= node125-1502411403-1394
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/RectPacking/RectPacking-m1-perf/RectPacking-perfect-189.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262579-1502450039/watcher-4262579-1502450039 -o /tmp/evaluation-result-4262579-1502450039/solver-4262579-1502450039 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502411403-1394 --watchdog 2580  bin/concrete HOME/instance-4262579-1502450039.xml

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

MD5SUM BENCH= 2d128f2f94de8885d96408ae6f82eda5
RANDOM SEED=913997680

node125.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.07
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.07
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.07
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.07
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:        30608880 kB
MemAvailable:   31370164 kB
Buffers:          250412 kB
Cached:           802796 kB
SwapCached:            0 kB
Active:          1210452 kB
Inactive:         530156 kB
Active(anon):     688224 kB
Inactive(anon):    24908 kB
Active(file):     522228 kB
Inactive(file):   505248 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24904 kB
Writeback:             0 kB
AnonPages:        693952 kB
Mapped:            54828 kB
Shmem:             25252 kB
Slab:             124964 kB
SReclaimable:      99284 kB
SUnreclaim:        25680 kB
KernelStack:        3696 kB
PageTables:         7680 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1485556 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    466944 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 61984 MiB
End job on node125 at 2017-08-11 12:59:56