Trace number 4262575

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.3887 2.5352099

General information on the benchmark

NameRectPacking/RectPacking-m1-perf/
RectPacking-perfect-053.xml
MD5SUMd8e64a8376c09b2fcb98ca5e9fb498ee
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 size236
Maximum domain size236
Distribution of domain sizes[{"size":236,"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.53/2.21	c Concrete v3.4 running
4.06/2.48	java.lang.UnsupportedOperationException: WrappedArray(c_50)
4.06/2.48		at cspom.xcsp.XCSP3CallbacksVars.unimplementedCase(XCSP3CallbacksVars.scala:70)
4.06/2.48		at cspom.xcsp.XCSP3CallbacksVars.unimplementedCase$(XCSP3CallbacksVars.scala:69)
4.06/2.48		at cspom.xcsp.XCSP3Callbacks.unimplementedCase(XCSP3Callbacks.scala:10)
4.06/2.48		at cspom.xcsp.XCSP3Callbacks.unimplementedCase(XCSP3Callbacks.scala:10)
4.06/2.48		at org.xcsp.parser.XCallbacks2.buildCtrNoOverlap(XCallbacks2.java:457)
4.06/2.48		at org.xcsp.parser.loaders.CtrLoaderInteger.noOverlap(CtrLoaderInteger.java:648)
4.06/2.48		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:153)
4.06/2.48		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:459)
4.06/2.48		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:375)
4.06/2.48		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:355)
4.06/2.48		at cspom.xcsp.XCSP3Callbacks.loadInstance(XCSP3Callbacks.scala:32)
4.06/2.48		at cspom.xcsp.XCSP3Parser$.$anonfun$apply$5(XCSP3Parser.scala:43)
4.06/2.48		at scala.util.Try$.apply(Try.scala:209)
4.06/2.48		at cspom.xcsp.XCSP3Parser$.apply(XCSP3Parser.scala:41)
4.06/2.48		at cspom.xcsp.XCSP3Parser$.$anonfun$apply$2(XCSP3Parser.scala:33)
4.06/2.48		at scala.util.Success.flatMap(Try.scala:247)
4.06/2.48		at cspom.xcsp.XCSP3Parser$.apply(XCSP3Parser.scala:33)
4.06/2.48		at cspom.xcsp.XCSP3Parser$.apply(XCSP3Parser.scala:16)
4.06/2.48		at cspom.CSPOM$.$anonfun$load$1(CSPOM.scala:478)
4.06/2.48		at scala.util.Success.flatMap(Try.scala:247)
4.06/2.48		at cspom.CSPOM$.load(CSPOM.scala:477)
4.06/2.48		at concrete.runner.XCSP3Concrete$.loadCSPOMURL(XCSP3Concrete.scala:42)
4.06/2.48		at concrete.runner.XCSP3Concrete$.loadCSPOM(XCSP3Concrete.scala:30)
4.06/2.48		at concrete.runner.CSPOMRunner.load(CSPOMRunner.scala:49)
4.06/2.48		at concrete.runner.CSPOMRunner.load$(CSPOMRunner.scala:48)
4.06/2.48		at concrete.runner.XCSP3Concrete$.load(XCSP3Concrete.scala:17)
4.06/2.48		at concrete.runner.ConcreteRunner.$anonfun$run$8(ConcreteRunner.scala:131)
4.06/2.48		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
4.06/2.48		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
4.06/2.48		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
4.06/2.48		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
4.06/2.48		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
4.06/2.48		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
4.06/2.48		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
4.06/2.48		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:130)
4.06/2.48		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
4.06/2.48		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
4.06/2.48		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
4.06/2.48		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
4.06/2.48		at scala.Function0.apply$mcV$sp(Function0.scala:34)
4.06/2.48		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
4.06/2.48		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
4.06/2.48		at scala.App.$anonfun$main$1$adapted(App.scala:76)
4.06/2.48		at scala.collection.immutable.List.foreach(List.scala:389)
4.06/2.48		at scala.App.main(App.scala:76)
4.06/2.48		at scala.App.main$(App.scala:74)
4.06/2.48		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
4.06/2.48		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
4.06/2.49	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-4262575-1502450043/watcher-4262575-1502450043 -o /tmp/evaluation-result-4262575-1502450043/solver-4262575-1502450043 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502411403-1394 --watchdog 2580 bin/concrete HOME/instance-4262575-1502450043.xml 

pid=10890
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.48 1.35 1.45 2/194 10893
/proc/meminfo: memFree=30608688/32770624 swapFree=0/505292
[pid=10893] ppid=10890 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/10893/stat : 10893 (runsolver) D 10890 10893 1330 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 47225044 24240128 106 18446744073709551615 4194304 4338465 140721736562112 140721736559752 139644830204631 0 0 1 24578 18446744071580418449 0 0 17 6 0 0 0 0 0 6438912 6441760 12746752 140721736569041 140721736569417 140721736569417 140721736572874 0
/proc/10893/statm: 5918 106 53 36 0 2156 0

[startup+0.100064 s]
/proc/loadavg: 1.48 1.35 1.45 2/194 10893
/proc/meminfo: memFree=30608688/32770624 swapFree=0/505292
[pid=10893] ppid=10890 vsize=9508 CPUtime=0 cores=0,2,4,6
/proc/10893/stat : 10893 (bash) S 10890 10893 1330 0 -1 4202496 715 3533 0 0 0 0 0 0 20 0 1 0 47225044 9736192 355 18446744073709551615 4194304 5098028 140724404019440 140724404017080 139757495020544 0 0 5 65536 18446744071580971376 0 0 17 2 0 0 8 0 0 7196144 7232144 28962816 140724404027924 140724404028009 140724404028009 140724404031466 0
/proc/10893/statm: 2377 355 282 221 0 86 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9508

[startup+0.200233 s]
/proc/loadavg: 1.48 1.35 1.45 2/194 10893
/proc/meminfo: memFree=30608688/32770624 swapFree=0/505292
[pid=10893] ppid=10890 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/10893/stat : 10893 (bash) S 10890 10893 1330 0 -1 4202496 892 6482 0 0 0 0 0 1 20 0 1 0 47225044 9867264 377 18446744073709551615 4194304 5098028 140724404019440 140724404013448 139757495020544 0 0 5 65536 18446744071580971376 0 0 17 2 0 0 8 0 0 7196144 7232144 28962816 140724404027924 140724404028009 140724404028009 140724404031466 0
/proc/10893/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300337 s]
/proc/loadavg: 1.48 1.35 1.45 2/194 10893
/proc/meminfo: memFree=30608688/32770624 swapFree=0/505292
[pid=10893] ppid=10890 vsize=13907308 CPUtime=0.13 cores=0,2,4,6
/proc/10893/stat : 10893 (java) S 10890 10893 1330 0 -1 1077944320 5747 12342 0 0 5 1 5 2 20 0 14 0 47225044 14241083392 5425 18446744073709551615 4194304 4196468 140728825600752 140728825583296 140073706102519 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 34594816 140728825608144 140728825610929 140728825610929 140728825614287 0
/proc/10893/statm: 3476827 5425 2572 1 0 3466324 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 13907308

[startup+0.700231 s]
/proc/loadavg: 1.48 1.35 1.45 2/194 10893
/proc/meminfo: memFree=30608688/32770624 swapFree=0/505292
[pid=10893] ppid=10890 vsize=13974784 CPUtime=0.68 cores=0,2,4,6
/proc/10893/stat : 10893 (java) S 10890 10893 1330 0 -1 1077944320 13903 12342 0 0 57 4 5 2 20 0 15 0 47225044 14310178816 14349 18446744073709551615 4194304 4196468 140728825600752 140728825583296 140073706102519 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 34594816 140728825608144 140728825610929 140728825610929 140728825614287 0
/proc/10893/statm: 3493696 14349 3110 1 0 3482965 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 13974784

[startup+1.50093 s]
/proc/loadavg: 1.48 1.35 1.45 3/209 10956
/proc/meminfo: memFree=30514528/32770624 swapFree=0/505816
[pid=10893] ppid=10890 vsize=13985408 CPUtime=1.88 cores=0,2,4,6
/proc/10893/stat : 10893 (java) S 10890 10893 1330 0 -1 1077944320 28099 12342 0 0 171 10 5 2 20 0 15 0 47225044 14321057792 39727 18446744073709551615 4194304 4196468 140728825600752 140728825583296 140073706102519 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 34594816 140728825608144 140728825610929 140728825610929 140728825614287 0
/proc/10893/statm: 3496352 39727 3357 1 0 3485525 0
[pid=10893/tid=10943] ppid=10890 vsize=13985408 CPUtime=1.29 cores=0,2,4,6
/proc/10893/task/10943/stat : 10943 (java) S 10890 10893 1330 0 -1 1077944384 22410 12342 0 0 116 6 5 2 20 0 15 0 47225066 14321057792 39727 18446744073709551615 4194304 4196468 140728825600752 140073710320576 140073706112725 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 34594816 140728825608144 140728825610929 140728825610929 140728825614287 0
[pid=10893/tid=10944] ppid=10890 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/10893/task/10944/stat : 10944 (java) S 10890 10893 1330 0 -1 1077944384 46 12342 0 0 0 0 5 2 20 0 15 0 47225067 14321057792 39727 18446744073709551615 4194304 4196468 140728825600752 140073306167824 140073706112725 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34594816 140728825608144 140728825610929 140728825610929 140728825614287 0
[pid=10893/tid=10945] ppid=10890 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/10893/task/10945/stat : 10945 (java) S 10890 10893 1330 0 -1 1077944384 186 12342 0 0 0 0 5 2 20 0 15 0 47225067 14321057792 39727 18446744073709551615 4194304 4196468 140728825600752 140073305115280 140073706112725 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34594816 140728825608144 140728825610929 140728825610929 140728825614287 0
[pid=10893/tid=10946] ppid=10890 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/10893/task/10946/stat : 10946 (java) S 10890 10893 1330 0 -1 1077944384 49 12342 0 0 0 0 5 2 20 0 15 0 47225067 14321057792 39753 18446744073709551615 4194304 4196468 140728825600752 140073304062224 140073706112725 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34594816 140728825608144 140728825610929 140728825610929 140728825614287 0
[pid=10893/tid=10947] ppid=10890 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/10893/task/10947/stat : 10947 (java) S 10890 10893 1330 0 -1 1077944384 70 12342 0 0 0 0 5 2 20 0 15 0 47225067 14321057792 39753 18446744073709551615 4194304 4196468 140728825600752 140073303009680 140073706112725 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34594816 140728825608144 140728825610929 140728825610929 140728825614287 0
[pid=10893/tid=10948] ppid=10890 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/10893/task/10948/stat : 10948 (java) R 10890 10893 1330 0 -1 4202560 70 12342 0 0 0 0 5 2 20 0 15 0 47225068 14321057792 39753 18446744073709551615 4194304 4196468 140728825600752 140073251828800 140073691783169 0 0 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34594816 140728825608144 140728825610929 140728825610929 140728825614287 0
[pid=10893/tid=10949] ppid=10890 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/10893/task/10949/stat : 10949 (java) S 10890 10893 1330 0 -1 1077944384 33 12342 0 0 0 0 5 2 20 0 15 0 47225069 14321057792 39753 18446744073709551615 4194304 4196468 140728825600752 140073250776736 140073706112725 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34594816 140728825608144 140728825610929 140728825610929 140728825614287 0
[pid=10893/tid=10950] ppid=10890 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/10893/task/10950/stat : 10950 (java) S 10890 10893 1330 0 -1 1077944384 21 12342 0 0 0 0 5 2 20 0 15 0 47225069 14321057792 39753 18446744073709551615 4194304 4196468 140728825600752 140073249723632 140073706112725 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34594816 140728825608144 140728825610929 140728825610929 140728825614287 0
[pid=10893/tid=10951] ppid=10890 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/10893/task/10951/stat : 10951 (java) S 10890 10893 1330 0 -1 1077944384 3 12342 0 0 0 0 5 2 20 0 15 0 47225072 14321057792 39753 18446744073709551615 4194304 4196468 140728825600752 140073248672208 140073706121115 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34594816 140728825608144 140728825610929 140728825610929 140728825614287 0
[pid=10893/tid=10952] ppid=10890 vsize=13985408 CPUtime=0.25 cores=0,2,4,6
/proc/10893/task/10952/stat : 10952 (java) S 10890 10893 1330 0 -1 1077944384 1105 12342 0 0 18 0 5 2 20 0 15 0 47225072 14321057792 39753 18446744073709551615 4194304 4196468 140728825600752 140073247619312 140073706113666 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34594816 140728825608144 140728825610929 140728825610929 140728825614287 0
[pid=10893/tid=10953] ppid=10890 vsize=13985408 CPUtime=0.18 cores=0,2,4,6
/proc/10893/task/10953/stat : 10953 (java) S 10890 10893 1330 0 -1 1077944384 602 12342 0 0 11 0 5 2 20 0 15 0 47225072 14321057792 39753 18446744073709551615 4194304 4196468 140728825600752 140073246566768 140073706113666 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34594816 140728825608144 140728825610929 140728825610929 140728825614287 0
[pid=10893/tid=10954] ppid=10890 vsize=13985408 CPUtime=0.3 cores=0,2,4,6
/proc/10893/task/10954/stat : 10954 (java) S 10890 10893 1330 0 -1 1077944384 1347 12342 0 0 23 0 5 2 20 0 15 0 47225072 14321057792 39753 18446744073709551615 4194304 4196468 140728825600752 140073177699808 140073706112725 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34594816 140728825608144 140728825610929 140728825610929 140728825614287 0
[pid=10893/tid=10955] ppid=10890 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/10893/task/10955/stat : 10955 (java) S 10890 10893 1330 0 -1 1077944384 3 12342 0 0 0 0 5 2 20 0 15 0 47225072 14321057792 39753 18446744073709551615 4194304 4196468 140728825600752 140073176652128 140073706112725 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34594816 140728825608144 140728825610929 140728825610929 140728825614287 0
[pid=10893/tid=10956] ppid=10890 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/10893/task/10956/stat : 10956 (java) S 10890 10893 1330 0 -1 1077944384 10 12342 0 0 0 0 5 2 20 0 15 0 47225076 14321057792 39753 18446744073709551615 4194304 4196468 140728825600752 140073175600176 140073706113666 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34594816 140728825608144 140728825610929 140728825610929 140728825614287 0
Current children cumulated CPU time (s) 1.88
Current children cumulated vsize (KiB) 13985408

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

[startup+1.60079 s]
/proc/loadavg: 1.48 1.35 1.45 3/209 10956
/proc/meminfo: memFree=30514528/32770624 swapFree=0/505816
[pid=10893] ppid=10890 vsize=13987456 CPUtime=2.09 cores=0,2,4,6
/proc/10893/stat : 10893 (java) S 10890 10893 1330 0 -1 1077944320 29986 12342 0 0 191 11 5 2 20 0 15 0 47225044 14323154944 42926 18446744073709551615 4194304 4196468 140728825600752 140728825583296 140073706102519 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 34594816 140728825608144 140728825610929 140728825610929 140728825614287 0
/proc/10893/statm: 3496864 42926 3383 1 0 3486037 0
[pid=10893/tid=10943] ppid=10890 vsize=13987456 CPUtime=1.37 cores=0,2,4,6
/proc/10893/task/10943/stat : 10943 (java) R 10890 10893 1330 0 -1 4202560 22566 12342 0 0 124 6 5 2 20 0 15 0 47225066 14323154944 42926 18446744073709551615 4194304 4196468 140728825600752 140073710330144 140073706114454 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 34594816 140728825608144 140728825610929 140728825610929 140728825614287 0
[pid=10893/tid=10944] ppid=10890 vsize=13987456 CPUtime=0.07 cores=0,2,4,6
/proc/10893/task/10944/stat : 10944 (java) S 10890 10893 1330 0 -1 1077944384 51 12342 0 0 0 0 5 2 20 0 15 0 47225067 14323154944 42926 18446744073709551615 4194304 4196468 140728825600752 140073306167824 140073706112725 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34594816 140728825608144 140728825610929 140728825610929 140728825614287 0
[pid=10893/tid=10945] ppid=10890 vsize=13987456 CPUtime=0.07 cores=0,2,4,6
/proc/10893/task/10945/stat : 10945 (java) S 10890 10893 1330 0 -1 1077944384 186 12342 0 0 0 0 5 2 20 0 15 0 47225067 14323154944 42926 18446744073709551615 4194304 4196468 140728825600752 140073305115280 140073706112725 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34594816 140728825608144 140728825610929 140728825610929 140728825614287 0
[pid=10893/tid=10946] ppid=10890 vsize=13987456 CPUtime=0.08 cores=0,2,4,6
/proc/10893/task/10946/stat : 10946 (java) S 10890 10893 1330 0 -1 1077944384 49 12342 0 0 1 0 5 2 20 0 15 0 47225067 14323154944 42926 18446744073709551615 4194304 4196468 140728825600752 140073304062224 140073706112725 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34594816 140728825608144 140728825610929 140728825610929 140728825614287 0
[pid=10893/tid=10947] ppid=10890 vsize=13987456 CPUtime=0.07 cores=0,2,4,6
/proc/10893/task/10947/stat : 10947 (java) S 10890 10893 1330 0 -1 1077944384 73 12342 0 0 0 0 5 2 20 0 15 0 47225067 14323154944 42926 18446744073709551615 4194304 4196468 140728825600752 140073303009680 140073706112725 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34594816 140728825608144 140728825610929 140728825610929 140728825614287 0
[pid=10893/tid=10948] ppid=10890 vsize=13987456 CPUtime=0.08 cores=0,2,4,6
/proc/10893/task/10948/stat : 10948 (java) S 10890 10893 1330 0 -1 1077944384 1466 12342 0 0 1 0 5 2 20 0 15 0 47225068 14323154944 42926 18446744073709551615 4194304 4196468 140728825600752 140073251830512 140073706113666 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34594816 140728825608144 140728825610929 140728825610929 140728825614287 0
[pid=10893/tid=10949] ppid=10890 vsize=13987456 CPUtime=0.07 cores=0,2,4,6
/proc/10893/task/10949/stat : 10949 (java) S 10890 10893 1330 0 -1 1077944384 56 12342 0 0 0 0 5 2 20 0 15 0 47225069 14323154944 42926 18446744073709551615 4194304 4196468 140728825600752 140073250776800 140073706112725 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34594816 140728825608144 140728825610929 140728825610929 140728825614287 0
[pid=10893/tid=10950] ppid=10890 vsize=13987456 CPUtime=0.07 cores=0,2,4,6
/proc/10893/task/10950/stat : 10950 (java) S 10890 10893 1330 0 -1 1077944384 43 12342 0 0 0 0 5 2 20 0 15 0 47225069 14323154944 42926 18446744073709551615 4194304 4196468 140728825600752 140073249723648 140073706112725 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34594816 140728825608144 140728825610929 140728825610929 140728825614287 0
[pid=10893/tid=10951] ppid=10890 vsize=13987456 CPUtime=0.07 cores=0,2,4,6
/proc/10893/task/10951/stat : 10951 (java) S 10890 10893 1330 0 -1 1077944384 3 12342 0 0 0 0 5 2 20 0 15 0 47225072 14323154944 42926 18446744073709551615 4194304 4196468 140728825600752 140073248672208 140073706121115 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34594816 140728825608144 140728825610929 140728825610929 140728825614287 0
[pid=10893/tid=10952] ppid=10890 vsize=13987456 CPUtime=0.27 cores=0,2,4,6
/proc/10893/task/10952/stat : 10952 (java) S 10890 10893 1330 0 -1 1077944384 1132 12342 0 0 20 0 5 2 20 0 15 0 47225072 14323154944 42926 18446744073709551615 4194304 4196468 140728825600752 140073247619312 140073706113666 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34594816 140728825608144 140728825610929 140728825610929 140728825614287 0
[pid=10893/tid=10953] ppid=10890 vsize=13987456 CPUtime=0.21 cores=0,2,4,6
/proc/10893/task/10953/stat : 10953 (java) S 10890 10893 1330 0 -1 1077944384 709 12342 0 0 14 0 5 2 20 0 15 0 47225072 14323154944 42926 18446744073709551615 4194304 4196468 140728825600752 140073246566768 140073706113666 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34594816 140728825608144 140728825610929 140728825610929 140728825614287 0
[pid=10893/tid=10954] ppid=10890 vsize=13987456 CPUtime=0.33 cores=0,2,4,6
/proc/10893/task/10954/stat : 10954 (java) R 10890 10893 1330 0 -1 4202560 1487 12342 0 0 26 0 5 2 20 0 15 0 47225072 14323154944 42926 18446744073709551615 4194304 4196468 140728825600752 140073177704432 140073706123866 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34594816 140728825608144 140728825610929 140728825610929 140728825614287 0
[pid=10893/tid=10955] ppid=10890 vsize=13987456 CPUtime=0.07 cores=0,2,4,6
/proc/10893/task/10955/stat : 10955 (java) S 10890 10893 1330 0 -1 1077944384 3 12342 0 0 0 0 5 2 20 0 15 0 47225072 14323154944 42926 18446744073709551615 4194304 4196468 140728825600752 140073176652128 140073706112725 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34594816 140728825608144 140728825610929 140728825610929 140728825614287 0
[pid=10893/tid=10956] ppid=10890 vsize=13987456 CPUtime=0.07 cores=0,2,4,6
/proc/10893/task/10956/stat : 10956 (java) S 10890 10893 1330 0 -1 1077944384 10 12342 0 0 0 0 5 2 20 0 15 0 47225076 14323154944 42926 18446744073709551615 4194304 4196468 140728825600752 140073175600176 140073706113666 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34594816 140728825608144 140728825610929 140728825610929 140728825614287 0
Current children cumulated CPU time (s) 2.09
Current children cumulated vsize (KiB) 13987456

[startup+2.00068 s]
/proc/loadavg: 1.48 1.35 1.45 3/209 10956
/proc/meminfo: memFree=30514528/32770624 swapFree=0/505816
[pid=10893] ppid=10890 vsize=13989524 CPUtime=2.87 cores=0,2,4,6
/proc/10893/stat : 10893 (java) S 10890 10893 1330 0 -1 1077944320 31761 12342 0 0 268 12 5 2 20 0 15 0 47225044 14325272576 44622 18446744073709551615 4194304 4196468 140728825600752 140728825583296 140073706102519 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 34594816 140728825608144 140728825610929 140728825610929 140728825614287 0
/proc/10893/statm: 3497381 44622 3394 1 0 3486549 0
[pid=10893/tid=10943] ppid=10890 vsize=13989524 CPUtime=1.76 cores=0,2,4,6
/proc/10893/task/10943/stat : 10943 (java) R 10890 10893 1330 0 -1 4202560 23451 12342 0 0 163 6 5 2 20 0 15 0 47225066 14325272576 44626 18446744073709551615 4194304 4196468 140728825600752 140073710324864 140073706114454 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 34594816 140728825608144 140728825610929 140728825610929 140728825614287 0
[pid=10893/tid=10944] ppid=10890 vsize=13989524 CPUtime=0.07 cores=0,2,4,6
/proc/10893/task/10944/stat : 10944 (java) S 10890 10893 1330 0 -1 1077944384 51 12342 0 0 0 0 5 2 20 0 15 0 47225067 14325272576 44626 18446744073709551615 4194304 4196468 140728825600752 140073306167824 140073706112725 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34594816 140728825608144 140728825610929 140728825610929 140728825614287 0
[pid=10893/tid=10945] ppid=10890 vsize=13989524 CPUtime=0.07 cores=0,2,4,6
/proc/10893/task/10945/stat : 10945 (java) S 10890 10893 1330 0 -1 1077944384 186 12342 0 0 0 0 5 2 20 0 15 0 47225067 14325272576 44626 18446744073709551615 4194304 4196468 140728825600752 140073305115280 140073706112725 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34594816 140728825608144 140728825610929 140728825610929 140728825614287 0
[pid=10893/tid=10946] ppid=10890 vsize=13989524 CPUtime=0.08 cores=0,2,4,6
/proc/10893/task/10946/stat : 10946 (java) S 10890 10893 1330 0 -1 1077944384 49 12342 0 0 1 0 5 2 20 0 15 0 47225067 14325272576 44626 18446744073709551615 4194304 4196468 140728825600752 140073304062224 140073706112725 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34594816 140728825608144 140728825610929 140728825610929 140728825614287 0
[pid=10893/tid=10947] ppid=10890 vsize=13989524 CPUtime=0.07 cores=0,2,4,6
/proc/10893/task/10947/stat : 10947 (java) S 10890 10893 1330 0 -1 1077944384 73 12342 0 0 0 0 5 2 20 0 15 0 47225067 14325272576 44626 18446744073709551615 4194304 4196468 140728825600752 140073303009680 140073706112725 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34594816 140728825608144 140728825610929 140728825610929 140728825614287 0
[pid=10893/tid=10948] ppid=10890 vsize=13989524 CPUtime=0.08 cores=0,2,4,6
/proc/10893/task/10948/stat : 10948 (java) S 10890 10893 1330 0 -1 1077944384 1469 12342 0 0 1 0 5 2 20 0 15 0 47225068 14325272576 44626 18446744073709551615 4194304 4196468 140728825600752 140073251830512 140073706113666 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34594816 140728825608144 140728825610929 140728825610929 140728825614287 0
[pid=10893/tid=10949] ppid=10890 vsize=13989524 CPUtime=0.07 cores=0,2,4,6
/proc/10893/task/10949/stat : 10949 (java) S 10890 10893 1330 0 -1 1077944384 56 12342 0 0 0 0 5 2 20 0 15 0 47225069 14325272576 44626 18446744073709551615 4194304 4196468 140728825600752 140073250776800 140073706112725 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34594816 140728825608144 140728825610929 140728825610929 140728825614287 0
[pid=10893/tid=10950] ppid=10890 vsize=13989524 CPUtime=0.07 cores=0,2,4,6
/proc/10893/task/10950/stat : 10950 (java) S 10890 10893 1330 0 -1 1077944384 43 12342 0 0 0 0 5 2 20 0 15 0 47225069 14325272576 44626 18446744073709551615 4194304 4196468 140728825600752 140073249723648 140073706112725 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34594816 140728825608144 140728825610929 140728825610929 140728825614287 0
[pid=10893/tid=10951] ppid=10890 vsize=13989524 CPUtime=0.07 cores=0,2,4,6
/proc/10893/task/10951/stat : 10951 (java) S 10890 10893 1330 0 -1 1077944384 3 12342 0 0 0 0 5 2 20 0 15 0 47225072 14325272576 44626 18446744073709551615 4194304 4196468 140728825600752 140073248672208 140073706121115 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34594816 140728825608144 140728825610929 140728825610929 140728825614287 0
[pid=10893/tid=10952] ppid=10890 vsize=13989524 CPUtime=0.34 cores=0,2,4,6
/proc/10893/task/10952/stat : 10952 (java) R 10890 10893 1330 0 -1 1077944384 1206 12342 0 0 27 0 5 2 20 0 15 0 47225072 14325272576 44626 18446744073709551615 4194304 4196468 140728825600752 140073247612336 140073706112725 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34594816 140728825608144 140728825610929 140728825610929 140728825614287 0
[pid=10893/tid=10953] ppid=10890 vsize=13989524 CPUtime=0.27 cores=0,2,4,6
/proc/10893/task/10953/stat : 10953 (java) S 10890 10893 1330 0 -1 1077944384 762 12342 0 0 20 0 5 2 20 0 15 0 47225072 14325272576 44626 18446744073709551615 4194304 4196468 140728825600752 140073246566768 140073706113666 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34594816 140728825608144 140728825610929 140728825610929 140728825614287 0
[pid=10893/tid=10954] ppid=10890 vsize=13989524 CPUtime=0.59 cores=0,2,4,6
/proc/10893/task/10954/stat : 10954 (java) S 10890 10893 1330 0 -1 1077944384 2248 12342 0 0 51 1 5 2 20 0 15 0 47225072 14325272576 44626 18446744073709551615 4194304 4196468 140728825600752 140073177704432 140073706113666 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34594816 140728825608144 140728825610929 140728825610929 140728825614287 0
[pid=10893/tid=10955] ppid=10890 vsize=13989524 CPUtime=0.07 cores=0,2,4,6
/proc/10893/task/10955/stat : 10955 (java) S 10890 10893 1330 0 -1 1077944384 3 12342 0 0 0 0 5 2 20 0 15 0 47225072 14325272576 44626 18446744073709551615 4194304 4196468 140728825600752 140073176652128 140073706112725 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34594816 140728825608144 140728825610929 140728825610929 140728825614287 0
[pid=10893/tid=10956] ppid=10890 vsize=13989524 CPUtime=0.07 cores=0,2,4,6
/proc/10893/task/10956/stat : 10956 (java) S 10890 10893 1330 0 -1 1077944384 10 12342 0 0 0 0 5 2 20 0 15 0 47225076 14325272576 44626 18446744073709551615 4194304 4196468 140728825600752 140073175600176 140073706113666 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34594816 140728825608144 140728825610929 140728825610929 140728825614287 0
Current children cumulated CPU time (s) 2.87
Current children cumulated vsize (KiB) 13989524

[startup+2.4006 s]
/proc/loadavg: 1.48 1.35 1.45 5/209 10956
/proc/meminfo: memFree=30436396/32770624 swapFree=0/505808
[pid=10893] ppid=10890 vsize=13995836 CPUtime=4.06 cores=0,2,4,6
/proc/10893/stat : 10893 (java) S 10890 10893 1330 0 -1 1077944320 39966 12342 0 0 386 13 5 2 20 0 15 0 47225044 14331736064 48260 18446744073709551615 4194304 4196468 140728825600752 140728825583296 140073706102519 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 34594816 140728825608144 140728825610929 140728825610929 140728825614287 0
/proc/10893/statm: 3498959 48260 3445 1 0 3487573 0
[pid=10893/tid=10943] ppid=10890 vsize=13995836 CPUtime=2.17 cores=0,2,4,6
/proc/10893/task/10943/stat : 10943 (java) R 10890 10893 1330 0 -1 4202560 27400 12342 0 0 203 7 5 2 20 0 15 0 47225066 14331736064 48260 18446744073709551615 4194304 4196468 140728825600752 140073710334800 140073706124445 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 34594816 140728825608144 140728825610929 140728825610929 140728825614287 0
[pid=10893/tid=10944] ppid=10890 vsize=13995836 CPUtime=0.07 cores=0,2,4,6
/proc/10893/task/10944/stat : 10944 (java) S 10890 10893 1330 0 -1 1077944384 51 12342 0 0 0 0 5 2 20 0 15 0 47225067 14331736064 48260 18446744073709551615 4194304 4196468 140728825600752 140073306167824 140073706112725 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34594816 140728825608144 140728825610929 140728825610929 140728825614287 0
[pid=10893/tid=10945] ppid=10890 vsize=13995836 CPUtime=0.07 cores=0,2,4,6
/proc/10893/task/10945/stat : 10945 (java) S 10890 10893 1330 0 -1 1077944384 186 12342 0 0 0 0 5 2 20 0 15 0 47225067 14331736064 48260 18446744073709551615 4194304 4196468 140728825600752 140073305115280 140073706112725 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34594816 140728825608144 140728825610929 140728825610929 140728825614287 0
[pid=10893/tid=10946] ppid=10890 vsize=13995836 CPUtime=0.08 cores=0,2,4,6
/proc/10893/task/10946/stat : 10946 (java) S 10890 10893 1330 0 -1 1077944384 49 12342 0 0 1 0 5 2 20 0 15 0 47225067 14331736064 48260 18446744073709551615 4194304 4196468 140728825600752 140073304062224 140073706112725 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34594816 140728825608144 140728825610929 140728825610929 140728825614287 0
[pid=10893/tid=10947] ppid=10890 vsize=13995836 CPUtime=0.07 cores=0,2,4,6
/proc/10893/task/10947/stat : 10947 (java) S 10890 10893 1330 0 -1 1077944384 73 12342 0 0 0 0 5 2 20 0 15 0 47225067 14331736064 48260 18446744073709551615 4194304 4196468 140728825600752 140073303009680 140073706112725 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34594816 140728825608144 140728825610929 140728825610929 140728825614287 0
[pid=10893/tid=10948] ppid=10890 vsize=13995836 CPUtime=0.08 cores=0,2,4,6
/proc/10893/task/10948/stat : 10948 (java) S 10890 10893 1330 0 -1 1077944384 1469 12342 0 0 1 0 5 2 20 0 15 0 47225068 14331736064 48260 18446744073709551615 4194304 4196468 140728825600752 140073251830512 140073706113666 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34594816 140728825608144 140728825610929 140728825610929 140728825614287 0
[pid=10893/tid=10949] ppid=10890 vsize=13995836 CPUtime=0.07 cores=0,2,4,6
/proc/10893/task/10949/stat : 10949 (java) S 10890 10893 1330 0 -1 1077944384 56 12342 0 0 0 0 5 2 20 0 15 0 47225069 14331736064 48260 18446744073709551615 4194304 4196468 140728825600752 140073250776800 140073706112725 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34594816 140728825608144 140728825610929 140728825610929 140728825614287 0
[pid=10893/tid=10950] ppid=10890 vsize=13995836 CPUtime=0.07 cores=0,2,4,6
/proc/10893/task/10950/stat : 10950 (java) S 10890 10893 1330 0 -1 1077944384 43 12342 0 0 0 0 5 2 20 0 15 0 47225069 14331736064 48260 18446744073709551615 4194304 4196468 140728825600752 140073249723648 140073706112725 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34594816 140728825608144 140728825610929 140728825610929 140728825614287 0
[pid=10893/tid=10951] ppid=10890 vsize=13995836 CPUtime=0.07 cores=0,2,4,6
/proc/10893/task/10951/stat : 10951 (java) S 10890 10893 1330 0 -1 1077944384 3 12342 0 0 0 0 5 2 20 0 15 0 47225072 14331736064 48260 18446744073709551615 4194304 4196468 140728825600752 140073248672208 140073706121115 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34594816 140728825608144 140728825610929 140728825610929 140728825614287 0
[pid=10893/tid=10952] ppid=10890 vsize=13995836 CPUtime=0.72 cores=0,2,4,6
/proc/10893/task/10952/stat : 10952 (java) R 10890 10893 1330 0 -1 4202560 3936 12342 0 0 65 0 5 2 20 0 15 0 47225072 14331736064 48260 18446744073709551615 4194304 4196468 140728825600752 140073247600328 140073687278425 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34594816 140728825608144 140728825610929 140728825610929 140728825614287 0
[pid=10893/tid=10953] ppid=10890 vsize=13995836 CPUtime=0.52 cores=0,2,4,6
/proc/10893/task/10953/stat : 10953 (java) R 10890 10893 1330 0 -1 1077944384 1843 12342 0 0 45 0 5 2 20 0 15 0 47225072 14331736064 48260 18446744073709551615 4194304 4196468 140728825600752 140073246566768 140073706113666 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34594816 140728825608144 140728825610929 140728825610929 140728825614287 0
[pid=10893/tid=10954] ppid=10890 vsize=13995836 CPUtime=0.75 cores=0,2,4,6
/proc/10893/task/10954/stat : 10954 (java) R 10890 10893 1330 0 -1 4202560 2696 12342 0 0 67 1 5 2 20 0 15 0 47225072 14331736064 48260 18446744073709551615 4194304 4196468 140728825600752 140073177704432 140073699199355 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34594816 140728825608144 140728825610929 140728825610929 140728825614287 0
[pid=10893/tid=10955] ppid=10890 vsize=13995836 CPUtime=0.07 cores=0,2,4,6
/proc/10893/task/10955/stat : 10955 (java) S 10890 10893 1330 0 -1 1077944384 3 12342 0 0 0 0 5 2 20 0 15 0 47225072 14331736064 48260 18446744073709551615 4194304 4196468 140728825600752 140073176652128 140073706112725 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34594816 140728825608144 140728825610929 140728825610929 140728825614287 0
[pid=10893/tid=10956] ppid=10890 vsize=13995836 CPUtime=0.07 cores=0,2,4,6
/proc/10893/task/10956/stat : 10956 (java) S 10890 10893 1330 0 -1 1077944384 11 12342 0 0 0 0 5 2 20 0 15 0 47225076 14331736064 48260 18446744073709551615 4194304 4196468 140728825600752 140073175600176 140073706113666 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34594816 140728825608144 140728825610929 140728825610929 140728825614287 0
Current children cumulated CPU time (s) 4.06
Current children cumulated vsize (KiB) 13995836

[startup+2.50068 s]
/proc/loadavg: 1.48 1.35 1.45 5/209 10956
/proc/meminfo: memFree=30436396/32770624 swapFree=0/505808
[pid=10893] ppid=10890 vsize=14062400 CPUtime=4.34 cores=0,2,4,6
/proc/10893/stat : 10893 (java) S 10890 10893 1330 0 -1 1077944320 40811 12342 0 0 414 13 5 2 20 0 14 0 47225044 14399897600 48701 18446744073709551615 4194304 4196468 140728825600752 140728825583296 140073706102519 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 34594816 140728825608144 140728825610929 140728825610929 140728825614287 0
/proc/10893/statm: 3515600 48701 3448 1 0 3504214 0
[pid=10893/tid=10943] ppid=10890 vsize=14062400 CPUtime=2.26 cores=0,2,4,6
/proc/10893/task/10943/stat : 10943 (java) S 10890 10893 1330 0 -1 1077944384 27849 12342 0 0 212 7 5 2 20 0 14 0 47225066 14399897600 48701 18446744073709551615 4194304 4196468 140728825600752 140073710345360 140073706112725 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 34594816 140728825608144 140728825610929 140728825610929 140728825614287 0
[pid=10893/tid=10944] ppid=10890 vsize=14062400 CPUtime=0.07 cores=0,2,4,6
/proc/10893/task/10944/stat : 10944 (java) S 10890 10893 1330 0 -1 1077944384 51 12342 0 0 0 0 5 2 20 0 14 0 47225067 14399897600 48701 18446744073709551615 4194304 4196468 140728825600752 140073306167824 140073706112725 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34594816 140728825608144 140728825610929 140728825610929 140728825614287 0
[pid=10893/tid=10945] ppid=10890 vsize=14062400 CPUtime=0.07 cores=0,2,4,6
/proc/10893/task/10945/stat : 10945 (java) S 10890 10893 1330 0 -1 1077944384 186 12342 0 0 0 0 5 2 20 0 14 0 47225067 14399897600 48701 18446744073709551615 4194304 4196468 140728825600752 140073305115280 140073706112725 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34594816 140728825608144 140728825610929 140728825610929 140728825614287 0
[pid=10893/tid=10946] ppid=10890 vsize=14062400 CPUtime=0.08 cores=0,2,4,6
/proc/10893/task/10946/stat : 10946 (java) S 10890 10893 1330 0 -1 1077944384 49 12342 0 0 1 0 5 2 20 0 14 0 47225067 14399897600 48701 18446744073709551615 4194304 4196468 140728825600752 140073304062224 140073706112725 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34594816 140728825608144 140728825610929 140728825610929 140728825614287 0
[pid=10893/tid=10947] ppid=10890 vsize=14062400 CPUtime=0.07 cores=0,2,4,6
/proc/10893/task/10947/stat : 10947 (java) S 10890 10893 1330 0 -1 1077944384 73 12342 0 0 0 0 5 2 20 0 14 0 47225067 14399897600 48701 18446744073709551615 4194304 4196468 140728825600752 140073303009680 140073706112725 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34594816 140728825608144 140728825610929 140728825610929 140728825614287 0
[pid=10893/tid=10948] ppid=10890 vsize=14062400 CPUtime=0.08 cores=0,2,4,6
/proc/10893/task/10948/stat : 10948 (java) S 10890 10893 1330 0 -1 1077944384 1486 12342 0 0 1 0 5 2 20 0 14 0 47225068 14399897600 48701 18446744073709551615 4194304 4196468 140728825600752 140073251830720 140073706113666 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34594816 140728825608144 140728825610929 140728825610929 140728825614287 0
[pid=10893/tid=10949] ppid=10890 vsize=14062400 CPUtime=0.07 cores=0,2,4,6
/proc/10893/task/10949/stat : 10949 (java) S 10890 10893 1330 0 -1 1077944384 56 12342 0 0 0 0 5 2 20 0 14 0 47225069 14399897600 48701 18446744073709551615 4194304 4196468 140728825600752 140073250776800 140073706112725 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34594816 140728825608144 140728825610929 140728825610929 140728825614287 0
[pid=10893/tid=10950] ppid=10890 vsize=14062400 CPUtime=0.07 cores=0,2,4,6
/proc/10893/task/10950/stat : 10950 (java) S 10890 10893 1330 0 -1 1077944384 43 12342 0 0 0 0 5 2 20 0 14 0 47225069 14399897600 48701 18446744073709551615 4194304 4196468 140728825600752 140073249723648 140073706112725 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34594816 140728825608144 140728825610929 140728825610929 140728825614287 0
[pid=10893/tid=10951] ppid=10890 vsize=14062400 CPUtime=0.07 cores=0,2,4,6
/proc/10893/task/10951/stat : 10951 (java) S 10890 10893 1330 0 -1 1077944384 26 12342 0 0 0 0 5 2 20 0 14 0 47225072 14399897600 48701 18446744073709551615 4194304 4196468 140728825600752 140073248670976 140073706112725 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34594816 140728825608144 140728825610929 140728825610929 140728825614287 0
[pid=10893/tid=10952] ppid=10890 vsize=14062400 CPUtime=0.83 cores=0,2,4,6
/proc/10893/task/10952/stat : 10952 (java) R 10890 10893 1330 0 -1 4202560 4086 12342 0 0 75 1 5 2 20 0 14 0 47225072 14399897600 48701 18446744073709551615 4194304 4196468 140728825600752 140073247600328 140073691210197 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34594816 140728825608144 140728825610929 140728825610929 140728825614287 0
[pid=10893/tid=10953] ppid=10890 vsize=14062400 CPUtime=0.56 cores=0,2,4,6
/proc/10893/task/10953/stat : 10953 (java) S 10890 10893 1330 0 -1 1077944384 1884 12342 0 0 49 0 5 2 20 0 14 0 47225072 14399897600 48701 18446744073709551615 4194304 4196468 140728825600752 140073246566768 140073706113666 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34594816 140728825608144 140728825610929 140728825610929 140728825614287 0
[pid=10893/tid=10954] ppid=10890 vsize=14062400 CPUtime=0.79 cores=0,2,4,6
/proc/10893/task/10954/stat : 10954 (java) S 10890 10893 1330 0 -1 1077944384 2823 12342 0 0 71 1 5 2 20 0 14 0 47225072 14399897600 48701 18446744073709551615 4194304 4196468 140728825600752 140073177704432 140073706113666 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34594816 140728825608144 140728825610929 140728825610929 140728825614287 0
[pid=10893/tid=10955] ppid=10890 vsize=14062400 CPUtime=0.07 cores=0,2,4,6
/proc/10893/task/10955/stat : 10955 (java) S 10890 10893 1330 0 -1 1077944384 3 12342 0 0 0 0 5 2 20 0 14 0 47225072 14399897600 48701 18446744073709551615 4194304 4196468 140728825600752 140073176652128 140073706112725 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34594816 140728825608144 140728825610929 140728825610929 140728825614287 0
Current children cumulated CPU time (s) 4.34
Current children cumulated vsize (KiB) 14062400

Child status: 0
Real time (s): 2.53521
CPU time (s): 4.3887
CPU user time (s): 4.21659
CPU system time (s): 0.172106
CPU usage (%): 173.11
Max. virtual memory (cumulated for all children) (KiB): 14062400

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.21659
system time used= 0.172106
maximum resident set size= 195584
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53184
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= 3883
involuntary context switches= 26

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.01247 second user time and 0.01858 second system time

The end

Launcher Data

Begin job on node125 at 2017-08-11 12:59:58
IDJOB=4262575
IDBENCH=127929
IDSOLVER=2650
FILE ID=node125/4262575-1502450043
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-053.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262575-1502450043/watcher-4262575-1502450043 -o /tmp/evaluation-result-4262575-1502450043/solver-4262575-1502450043 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502411403-1394 --watchdog 2580  bin/concrete HOME/instance-4262575-1502450043.xml

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

MD5SUM BENCH= d8e64a8376c09b2fcb98ca5e9fb498ee
RANDOM SEED=1277680653

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:        30609852 kB
MemAvailable:   31371512 kB
Buffers:          250472 kB
Cached:           802592 kB
SwapCached:            0 kB
Active:          1210596 kB
Inactive:         530460 kB
Active(anon):     688360 kB
Inactive(anon):    24908 kB
Active(file):     522236 kB
Inactive(file):   505552 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             25304 kB
Writeback:           212 kB
AnonPages:        688016 kB
Mapped:            54728 kB
Shmem:             25252 kB
Slab:             125248 kB
SReclaimable:      99412 kB
SUnreclaim:        25836 kB
KernelStack:        3424 kB
PageTables:         7300 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:    460800 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 13:00:00