Trace number 4262577

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.3369398 2.80597

General information on the benchmark

NameRectPacking/RectPacking-m1-perf/
RectPacking-perfect-096.xml
MD5SUM3c52232e333025b0260987be45274879
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark92.949402
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints53
Number of domains1
Minimum domain size334
Maximum domain size334
Distribution of domain sizes[{"size":334,"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.49/2.21	c Concrete v3.4 running
4.13/2.79	java.lang.UnsupportedOperationException: WrappedArray(c_50)
4.13/2.79		at cspom.xcsp.XCSP3CallbacksVars.unimplementedCase(XCSP3CallbacksVars.scala:70)
4.13/2.79		at cspom.xcsp.XCSP3CallbacksVars.unimplementedCase$(XCSP3CallbacksVars.scala:69)
4.13/2.79		at cspom.xcsp.XCSP3Callbacks.unimplementedCase(XCSP3Callbacks.scala:10)
4.13/2.79		at cspom.xcsp.XCSP3Callbacks.unimplementedCase(XCSP3Callbacks.scala:10)
4.13/2.79		at org.xcsp.parser.XCallbacks2.buildCtrNoOverlap(XCallbacks2.java:457)
4.13/2.79		at org.xcsp.parser.loaders.CtrLoaderInteger.noOverlap(CtrLoaderInteger.java:648)
4.13/2.79		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:153)
4.13/2.79		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:459)
4.13/2.79		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:375)
4.13/2.79		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:355)
4.13/2.79		at cspom.xcsp.XCSP3Callbacks.loadInstance(XCSP3Callbacks.scala:32)
4.13/2.79		at cspom.xcsp.XCSP3Parser$.$anonfun$apply$5(XCSP3Parser.scala:43)
4.13/2.79		at scala.util.Try$.apply(Try.scala:209)
4.13/2.79		at cspom.xcsp.XCSP3Parser$.apply(XCSP3Parser.scala:41)
4.13/2.79		at cspom.xcsp.XCSP3Parser$.$anonfun$apply$2(XCSP3Parser.scala:33)
4.13/2.79		at scala.util.Success.flatMap(Try.scala:247)
4.13/2.79		at cspom.xcsp.XCSP3Parser$.apply(XCSP3Parser.scala:33)
4.13/2.79		at cspom.xcsp.XCSP3Parser$.apply(XCSP3Parser.scala:16)
4.13/2.79		at cspom.CSPOM$.$anonfun$load$1(CSPOM.scala:478)
4.13/2.79		at scala.util.Success.flatMap(Try.scala:247)
4.13/2.79		at cspom.CSPOM$.load(CSPOM.scala:477)
4.13/2.79		at concrete.runner.XCSP3Concrete$.loadCSPOMURL(XCSP3Concrete.scala:42)
4.13/2.79		at concrete.runner.XCSP3Concrete$.loadCSPOM(XCSP3Concrete.scala:30)
4.13/2.79		at concrete.runner.CSPOMRunner.load(CSPOMRunner.scala:49)
4.13/2.79		at concrete.runner.CSPOMRunner.load$(CSPOMRunner.scala:48)
4.13/2.79		at concrete.runner.XCSP3Concrete$.load(XCSP3Concrete.scala:17)
4.13/2.79		at concrete.runner.ConcreteRunner.$anonfun$run$8(ConcreteRunner.scala:131)
4.13/2.79		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
4.13/2.79		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
4.13/2.79		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
4.13/2.79		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
4.13/2.79		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
4.13/2.79		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
4.13/2.79		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
4.13/2.79		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:130)
4.13/2.79		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
4.13/2.79		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
4.13/2.79		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
4.13/2.79		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
4.13/2.79		at scala.Function0.apply$mcV$sp(Function0.scala:34)
4.13/2.79		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
4.13/2.79		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
4.13/2.79		at scala.App.$anonfun$main$1$adapted(App.scala:76)
4.13/2.79		at scala.collection.immutable.List.foreach(List.scala:389)
4.13/2.79		at scala.App.main(App.scala:76)
4.13/2.79		at scala.App.main$(App.scala:74)
4.13/2.79		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
4.13/2.79		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
4.13/2.79	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-4262577-1502450024/watcher-4262577-1502450024 -o /tmp/evaluation-result-4262577-1502450024/solver-4262577-1502450024 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502411403-1394 --watchdog 2580 bin/concrete HOME/instance-4262577-1502450024.xml 

pid=10270
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.17 1.29 1.43 3/194 10273
/proc/meminfo: memFree=30609524/32770624 swapFree=0/505616
[pid=10273] ppid=10270 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/10273/stat : 10273 (runsolver) D 10270 10273 1330 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 47223151 24240128 108 18446744073709551615 4194304 4338465 140720847949104 140720847946744 140359891931863 0 0 1 24578 18446744071580418449 0 0 17 0 0 0 0 0 0 6438912 6441760 19562496 140720847954129 140720847954505 140720847954505 140720847957962 0
/proc/10273/statm: 5918 108 54 36 0 2156 0

[startup+0.101015 s]
/proc/loadavg: 1.17 1.29 1.43 3/194 10273
/proc/meminfo: memFree=30609524/32770624 swapFree=0/505616
[pid=10273] ppid=10270 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/10273/stat : 10273 (bash) S 10270 10273 1330 0 -1 4202496 896 6476 0 0 0 0 0 1 20 0 1 0 47223151 9867264 377 18446744073709551615 4194304 5098028 140732132550000 140732132544008 139624654588928 0 0 5 65536 18446744071580971376 0 0 17 4 0 0 7 0 0 7196144 7232144 17702912 140732132557332 140732132557417 140732132557417 140732132560874 0
/proc/10273/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.200187 s]
/proc/loadavg: 1.17 1.29 1.43 3/194 10273
/proc/meminfo: memFree=30609524/32770624 swapFree=0/505616
[pid=10273] ppid=10270 vsize=13356508 CPUtime=0.07 cores=0,2,4,6
/proc/10273/stat : 10273 (java) S 10270 10273 1330 0 -1 1077944320 3205 12473 0 0 0 0 5 2 20 0 6 0 47223151 13677064192 2026 18446744073709551615 4194304 4196468 140723115210384 140723115192928 140332852969207 0 0 1 16784584 18446744073709551615 0 0 17 6 0 0 7 0 0 6293624 6294260 18243584 140723115218896 140723115221681 140723115221681 140723115225039 0
/proc/10273/statm: 3339127 2026 1183 1 0 3329097 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 13356508

[startup+0.304635 s]
/proc/loadavg: 1.17 1.29 1.43 3/194 10273
/proc/meminfo: memFree=30609524/32770624 swapFree=0/505616
[pid=10273] ppid=10270 vsize=13973936 CPUtime=0.15 cores=0,2,4,6
/proc/10273/stat : 10273 (java) S 10270 10273 1330 0 -1 1077944320 6254 12473 0 0 7 1 5 2 20 0 15 0 47223151 14309310464 6391 18446744073709551615 4194304 4196468 140723115210384 140723115192928 140332852969207 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 7 0 0 6293624 6294260 18243584 140723115218896 140723115221681 140723115221681 140723115225039 0
/proc/10273/statm: 3493484 6391 2656 1 0 3482965 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 13973936

[startup+0.700304 s]
/proc/loadavg: 1.17 1.29 1.43 3/194 10273
/proc/meminfo: memFree=30609524/32770624 swapFree=0/505616
[pid=10273] ppid=10270 vsize=13974784 CPUtime=0.7 cores=0,2,4,6
/proc/10273/stat : 10273 (java) S 10270 10273 1330 0 -1 1077944320 14192 12473 0 0 59 4 5 2 20 0 15 0 47223151 14310178816 15117 18446744073709551615 4194304 4196468 140723115210384 140723115192928 140332852969207 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 7 0 0 6293624 6294260 18243584 140723115218896 140723115221681 140723115221681 140723115225039 0
/proc/10273/statm: 3493696 15117 3124 1 0 3482965 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 13974784

[startup+1.50382 s]
/proc/loadavg: 1.17 1.29 1.43 5/209 10336
/proc/meminfo: memFree=30513000/32770624 swapFree=0/505624
[pid=10273] ppid=10270 vsize=13985408 CPUtime=1.91 cores=0,2,4,6
/proc/10273/stat : 10273 (java) S 10270 10273 1330 0 -1 1077944320 28091 12473 0 0 173 11 5 2 20 0 15 0 47223151 14321057792 43228 18446744073709551615 4194304 4196468 140723115210384 140723115192928 140332852969207 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 7 0 0 6293624 6294260 18243584 140723115218896 140723115221681 140723115221681 140723115225039 0
/proc/10273/statm: 3496352 43228 3366 1 0 3485525 0
[pid=10273/tid=10323] ppid=10270 vsize=13985408 CPUtime=1.29 cores=0,2,4,6
/proc/10273/task/10323/stat : 10323 (java) S 10270 10273 1330 0 -1 1077944384 21338 12473 0 0 115 7 5 2 20 0 15 0 47223170 14321057792 43228 18446744073709551615 4194304 4196468 140723115210384 140332857187856 140332852979413 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 18243584 140723115218896 140723115221681 140723115221681 140723115225039 0
[pid=10273/tid=10324] ppid=10270 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/10273/task/10324/stat : 10324 (java) R 10270 10273 1330 0 -1 4202560 193 12473 0 0 0 0 5 2 20 0 15 0 47223171 14321057792 43228 18446744073709551615 4194304 4196468 140723115210384 140332452834440 140332845597415 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18243584 140723115218896 140723115221681 140723115221681 140723115225039 0
[pid=10273/tid=10325] ppid=10270 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/10273/task/10325/stat : 10325 (java) R 10270 10273 1330 0 -1 4202560 39 12473 0 0 0 0 5 2 20 0 15 0 47223171 14321057792 43228 18446744073709551615 4194304 4196468 140723115210384 140332451781776 140332845597415 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18243584 140723115218896 140723115221681 140723115221681 140723115225039 0
[pid=10273/tid=10326] ppid=10270 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/10273/task/10326/stat : 10326 (java) R 10270 10273 1330 0 -1 4202560 29 12473 0 0 0 0 5 2 20 0 15 0 47223171 14321057792 43228 18446744073709551615 4194304 4196468 140723115210384 140332450728720 140332845597415 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18243584 140723115218896 140723115221681 140723115221681 140723115225039 0
[pid=10273/tid=10327] ppid=10270 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/10273/task/10327/stat : 10327 (java) R 10270 10273 1330 0 -1 4202560 52 12473 0 0 1 0 5 2 20 0 15 0 47223171 14321057792 43228 18446744073709551615 4194304 4196468 140723115210384 140332449676176 140332846065924 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18243584 140723115218896 140723115221681 140723115221681 140723115225039 0
[pid=10273/tid=10328] ppid=10270 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/10273/task/10328/stat : 10328 (java) S 10270 10273 1330 0 -1 1077944384 1198 12473 0 0 1 0 5 2 20 0 15 0 47223172 14321057792 43228 18446744073709551615 4194304 4196468 140723115210384 140331836449568 140332852979413 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18243584 140723115218896 140723115221681 140723115221681 140723115225039 0
[pid=10273/tid=10329] ppid=10270 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/10273/task/10329/stat : 10329 (java) S 10270 10273 1330 0 -1 1077944384 33 12473 0 0 0 0 5 2 20 0 15 0 47223173 14321057792 43228 18446744073709551615 4194304 4196468 140723115210384 140331835397280 140332852979413 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18243584 140723115218896 140723115221681 140723115221681 140723115225039 0
[pid=10273/tid=10330] ppid=10270 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/10273/task/10330/stat : 10330 (java) S 10270 10273 1330 0 -1 1077944384 21 12473 0 0 0 0 5 2 20 0 15 0 47223173 14321057792 43228 18446744073709551615 4194304 4196468 140723115210384 140331834344176 140332852979413 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18243584 140723115218896 140723115221681 140723115221681 140723115225039 0
[pid=10273/tid=10331] ppid=10270 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/10273/task/10331/stat : 10331 (java) S 10270 10273 1330 0 -1 1077944384 3 12473 0 0 0 0 5 2 20 0 15 0 47223176 14321057792 43228 18446744073709551615 4194304 4196468 140723115210384 140331833292752 140332852987803 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18243584 140723115218896 140723115221681 140723115221681 140723115225039 0
[pid=10273/tid=10332] ppid=10270 vsize=13985408 CPUtime=0.24 cores=0,2,4,6
/proc/10273/task/10332/stat : 10332 (java) S 10270 10273 1330 0 -1 1077944384 795 12473 0 0 17 0 5 2 20 0 15 0 47223176 14321057792 43228 18446744073709551615 4194304 4196468 140723115210384 140331832240880 140332852980354 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18243584 140723115218896 140723115221681 140723115221681 140723115225039 0
[pid=10273/tid=10333] ppid=10270 vsize=13985408 CPUtime=0.2 cores=0,2,4,6
/proc/10273/task/10333/stat : 10333 (java) S 10270 10273 1330 0 -1 1077944384 1014 12473 0 0 12 1 5 2 20 0 15 0 47223176 14321057792 43228 18446744073709551615 4194304 4196468 140723115210384 140331831188336 140332852980354 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18243584 140723115218896 140723115221681 140723115221681 140723115225039 0
[pid=10273/tid=10334] ppid=10270 vsize=13985408 CPUtime=0.3 cores=0,2,4,6
/proc/10273/task/10334/stat : 10334 (java) S 10270 10273 1330 0 -1 1077944384 1215 12473 0 0 23 0 5 2 20 0 15 0 47223176 14321057792 43228 18446744073709551615 4194304 4196468 140723115210384 140331830130656 140332852979413 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18243584 140723115218896 140723115221681 140723115221681 140723115225039 0
[pid=10273/tid=10335] ppid=10270 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/10273/task/10335/stat : 10335 (java) S 10270 10273 1330 0 -1 1077944384 3 12473 0 0 0 0 5 2 20 0 15 0 47223176 14321057792 43228 18446744073709551615 4194304 4196468 140723115210384 140331829082976 140332852979413 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18243584 140723115218896 140723115221681 140723115221681 140723115225039 0
[pid=10273/tid=10336] ppid=10270 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/10273/task/10336/stat : 10336 (java) S 10270 10273 1330 0 -1 1077944384 3 12473 0 0 0 0 5 2 20 0 15 0 47223180 14321057792 43228 18446744073709551615 4194304 4196468 140723115210384 140331828030000 140332852980354 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18243584 140723115218896 140723115221681 140723115221681 140723115225039 0
Current children cumulated CPU time (s) 1.91
Current children cumulated vsize (KiB) 13985408

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

[startup+1.60077 s]
/proc/loadavg: 1.17 1.29 1.43 5/209 10336
/proc/meminfo: memFree=30513000/32770624 swapFree=0/505624
[pid=10273] ppid=10270 vsize=13987456 CPUtime=2.12 cores=0,2,4,6
/proc/10273/stat : 10273 (java) S 10270 10273 1330 0 -1 1077944320 28641 12473 0 0 193 12 5 2 20 0 15 0 47223151 14323154944 43388 18446744073709551615 4194304 4196468 140723115210384 140723115192928 140332852969207 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 7 0 0 6293624 6294260 18243584 140723115218896 140723115221681 140723115221681 140723115225039 0
/proc/10273/statm: 3496864 43388 3375 1 0 3486037 0
[pid=10273/tid=10323] ppid=10270 vsize=13987456 CPUtime=1.39 cores=0,2,4,6
/proc/10273/task/10323/stat : 10323 (java) R 10270 10273 1330 0 -1 4202560 21507 12473 0 0 125 7 5 2 20 0 15 0 47223170 14323154944 43388 18446744073709551615 4194304 4196468 140723115210384 140332857187536 140332837049694 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 18243584 140723115218896 140723115221681 140723115221681 140723115225039 0
[pid=10273/tid=10324] ppid=10270 vsize=13987456 CPUtime=0.07 cores=0,2,4,6
/proc/10273/task/10324/stat : 10324 (java) S 10270 10273 1330 0 -1 1077944384 193 12473 0 0 0 0 5 2 20 0 15 0 47223171 14323154944 43388 18446744073709551615 4194304 4196468 140723115210384 140332452834320 140332852979413 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18243584 140723115218896 140723115221681 140723115221681 140723115225039 0
[pid=10273/tid=10325] ppid=10270 vsize=13987456 CPUtime=0.07 cores=0,2,4,6
/proc/10273/task/10325/stat : 10325 (java) S 10270 10273 1330 0 -1 1077944384 39 12473 0 0 0 0 5 2 20 0 15 0 47223171 14323154944 43388 18446744073709551615 4194304 4196468 140723115210384 140332451781776 140332852979413 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18243584 140723115218896 140723115221681 140723115221681 140723115225039 0
[pid=10273/tid=10326] ppid=10270 vsize=13987456 CPUtime=0.07 cores=0,2,4,6
/proc/10273/task/10326/stat : 10326 (java) S 10270 10273 1330 0 -1 1077944384 29 12473 0 0 0 0 5 2 20 0 15 0 47223171 14323154944 43388 18446744073709551615 4194304 4196468 140723115210384 140332450728720 140332852979413 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18243584 140723115218896 140723115221681 140723115221681 140723115225039 0
[pid=10273/tid=10327] ppid=10270 vsize=13987456 CPUtime=0.08 cores=0,2,4,6
/proc/10273/task/10327/stat : 10327 (java) S 10270 10273 1330 0 -1 1077944384 52 12473 0 0 1 0 5 2 20 0 15 0 47223171 14323154944 43388 18446744073709551615 4194304 4196468 140723115210384 140332449676176 140332852979413 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18243584 140723115218896 140723115221681 140723115221681 140723115225039 0
[pid=10273/tid=10328] ppid=10270 vsize=13987456 CPUtime=0.08 cores=0,2,4,6
/proc/10273/task/10328/stat : 10328 (java) S 10270 10273 1330 0 -1 1077944384 1203 12473 0 0 1 0 5 2 20 0 15 0 47223172 14323154944 43388 18446744073709551615 4194304 4196468 140723115210384 140331836451056 140332852980354 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18243584 140723115218896 140723115221681 140723115221681 140723115225039 0
[pid=10273/tid=10329] ppid=10270 vsize=13987456 CPUtime=0.07 cores=0,2,4,6
/proc/10273/task/10329/stat : 10329 (java) S 10270 10273 1330 0 -1 1077944384 55 12473 0 0 0 0 5 2 20 0 15 0 47223173 14323154944 43388 18446744073709551615 4194304 4196468 140723115210384 140331835397280 140332852979413 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18243584 140723115218896 140723115221681 140723115221681 140723115225039 0
[pid=10273/tid=10330] ppid=10270 vsize=13987456 CPUtime=0.07 cores=0,2,4,6
/proc/10273/task/10330/stat : 10330 (java) S 10270 10273 1330 0 -1 1077944384 43 12473 0 0 0 0 5 2 20 0 15 0 47223173 14323154944 43388 18446744073709551615 4194304 4196468 140723115210384 140331834344176 140332852979413 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18243584 140723115218896 140723115221681 140723115221681 140723115225039 0
[pid=10273/tid=10331] ppid=10270 vsize=13987456 CPUtime=0.07 cores=0,2,4,6
/proc/10273/task/10331/stat : 10331 (java) S 10270 10273 1330 0 -1 1077944384 3 12473 0 0 0 0 5 2 20 0 15 0 47223176 14323154944 43388 18446744073709551615 4194304 4196468 140723115210384 140331833292752 140332852987803 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18243584 140723115218896 140723115221681 140723115221681 140723115225039 0
[pid=10273/tid=10332] ppid=10270 vsize=13987456 CPUtime=0.26 cores=0,2,4,6
/proc/10273/task/10332/stat : 10332 (java) S 10270 10273 1330 0 -1 1077944384 930 12473 0 0 19 0 5 2 20 0 15 0 47223176 14323154944 43388 18446744073709551615 4194304 4196468 140723115210384 140331832240880 140332852980354 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18243584 140723115218896 140723115221681 140723115221681 140723115225039 0
[pid=10273/tid=10333] ppid=10270 vsize=13987456 CPUtime=0.22 cores=0,2,4,6
/proc/10273/task/10333/stat : 10333 (java) S 10270 10273 1330 0 -1 1077944384 1045 12473 0 0 14 1 5 2 20 0 15 0 47223176 14323154944 43388 18446744073709551615 4194304 4196468 140723115210384 140331831188336 140332852980354 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18243584 140723115218896 140723115221681 140723115221681 140723115225039 0
[pid=10273/tid=10334] ppid=10270 vsize=13987456 CPUtime=0.34 cores=0,2,4,6
/proc/10273/task/10334/stat : 10334 (java) R 10270 10273 1330 0 -1 4202560 1381 12473 0 0 27 0 5 2 20 0 15 0 47223176 14323154944 43388 18446744073709551615 4194304 4196468 140723115210384 140331830135280 140332852990554 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18243584 140723115218896 140723115221681 140723115221681 140723115225039 0
[pid=10273/tid=10335] ppid=10270 vsize=13987456 CPUtime=0.07 cores=0,2,4,6
/proc/10273/task/10335/stat : 10335 (java) S 10270 10273 1330 0 -1 1077944384 3 12473 0 0 0 0 5 2 20 0 15 0 47223176 14323154944 43388 18446744073709551615 4194304 4196468 140723115210384 140331829082976 140332852979413 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18243584 140723115218896 140723115221681 140723115221681 140723115225039 0
[pid=10273/tid=10336] ppid=10270 vsize=13987456 CPUtime=0.07 cores=0,2,4,6
/proc/10273/task/10336/stat : 10336 (java) S 10270 10273 1330 0 -1 1077944384 3 12473 0 0 0 0 5 2 20 0 15 0 47223180 14323154944 43388 18446744073709551615 4194304 4196468 140723115210384 140331828030000 140332852980354 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18243584 140723115218896 140723115221681 140723115221681 140723115225039 0
Current children cumulated CPU time (s) 2.12
Current children cumulated vsize (KiB) 13987456

[startup+2.40065 s]
/proc/loadavg: 1.17 1.29 1.43 5/209 10336
/proc/meminfo: memFree=30424120/32770624 swapFree=0/505656
[pid=10273] ppid=10270 vsize=13993712 CPUtime=3.83 cores=0,2,4,6
/proc/10273/stat : 10273 (java) S 10270 10273 1330 0 -1 1077944320 33358 12473 0 0 360 16 5 2 20 0 15 0 47223151 14329561088 47483 18446744073709551615 4194304 4196468 140723115210384 140723115192928 140332852969207 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 7 0 0 6293624 6294260 18243584 140723115218896 140723115221681 140723115221681 140723115225039 0
/proc/10273/statm: 3498428 47483 3419 1 0 3487061 0
[pid=10273/tid=10323] ppid=10270 vsize=13993712 CPUtime=2.06 cores=0,2,4,6
/proc/10273/task/10323/stat : 10323 (java) D 10270 10273 1330 0 -1 4202560 23573 12473 0 0 190 9 5 2 20 0 15 0 47223170 14329561088 47483 18446744073709551615 4194304 4196468 140723115210384 140332857197680 140332852991133 0 4 1 16800974 18446744072100686981 0 0 -1 6 0 0 3 0 0 6293624 6294260 18243584 140723115218896 140723115221681 140723115221681 140723115225039 0
[pid=10273/tid=10324] ppid=10270 vsize=13993712 CPUtime=0.07 cores=0,2,4,6
/proc/10273/task/10324/stat : 10324 (java) S 10270 10273 1330 0 -1 1077944384 193 12473 0 0 0 0 5 2 20 0 15 0 47223171 14329561088 47483 18446744073709551615 4194304 4196468 140723115210384 140332452834320 140332852979413 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18243584 140723115218896 140723115221681 140723115221681 140723115225039 0
[pid=10273/tid=10325] ppid=10270 vsize=13993712 CPUtime=0.07 cores=0,2,4,6
/proc/10273/task/10325/stat : 10325 (java) S 10270 10273 1330 0 -1 1077944384 39 12473 0 0 0 0 5 2 20 0 15 0 47223171 14329561088 47483 18446744073709551615 4194304 4196468 140723115210384 140332451781776 140332852979413 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18243584 140723115218896 140723115221681 140723115221681 140723115225039 0
[pid=10273/tid=10326] ppid=10270 vsize=13993712 CPUtime=0.07 cores=0,2,4,6
/proc/10273/task/10326/stat : 10326 (java) S 10270 10273 1330 0 -1 1077944384 29 12473 0 0 0 0 5 2 20 0 15 0 47223171 14329561088 47483 18446744073709551615 4194304 4196468 140723115210384 140332450728720 140332852979413 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18243584 140723115218896 140723115221681 140723115221681 140723115225039 0
[pid=10273/tid=10327] ppid=10270 vsize=13993712 CPUtime=0.08 cores=0,2,4,6
/proc/10273/task/10327/stat : 10327 (java) S 10270 10273 1330 0 -1 1077944384 52 12473 0 0 1 0 5 2 20 0 15 0 47223171 14329561088 47483 18446744073709551615 4194304 4196468 140723115210384 140332449676176 140332852979413 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18243584 140723115218896 140723115221681 140723115221681 140723115225039 0
[pid=10273/tid=10328] ppid=10270 vsize=13993712 CPUtime=0.08 cores=0,2,4,6
/proc/10273/task/10328/stat : 10328 (java) S 10270 10273 1330 0 -1 1077944384 1206 12473 0 0 1 0 5 2 20 0 15 0 47223172 14329561088 47483 18446744073709551615 4194304 4196468 140723115210384 140331836451056 140332852980354 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18243584 140723115218896 140723115221681 140723115221681 140723115225039 0
[pid=10273/tid=10329] ppid=10270 vsize=13993712 CPUtime=0.07 cores=0,2,4,6
/proc/10273/task/10329/stat : 10329 (java) S 10270 10273 1330 0 -1 1077944384 55 12473 0 0 0 0 5 2 20 0 15 0 47223173 14329561088 47483 18446744073709551615 4194304 4196468 140723115210384 140331835397280 140332852979413 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18243584 140723115218896 140723115221681 140723115221681 140723115225039 0
[pid=10273/tid=10330] ppid=10270 vsize=13993712 CPUtime=0.07 cores=0,2,4,6
/proc/10273/task/10330/stat : 10330 (java) S 10270 10273 1330 0 -1 1077944384 43 12473 0 0 0 0 5 2 20 0 15 0 47223173 14329561088 47483 18446744073709551615 4194304 4196468 140723115210384 140331834344176 140332852979413 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18243584 140723115218896 140723115221681 140723115221681 140723115225039 0
[pid=10273/tid=10331] ppid=10270 vsize=13993712 CPUtime=0.07 cores=0,2,4,6
/proc/10273/task/10331/stat : 10331 (java) S 10270 10273 1330 0 -1 1077944384 3 12473 0 0 0 0 5 2 20 0 15 0 47223176 14329561088 47483 18446744073709551615 4194304 4196468 140723115210384 140331833292752 140332852987803 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18243584 140723115218896 140723115221681 140723115221681 140723115225039 0
[pid=10273/tid=10332] ppid=10270 vsize=13993712 CPUtime=0.7 cores=0,2,4,6
/proc/10273/task/10332/stat : 10332 (java) R 10270 10273 1330 0 -1 4202560 2476 12473 0 0 63 0 5 2 20 0 15 0 47223176 14329561088 47483 18446744073709551615 4194304 4196468 140723115210384 140331832221896 140332838095218 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18243584 140723115218896 140723115221681 140723115221681 140723115225039 0
[pid=10273/tid=10333] ppid=10270 vsize=13993712 CPUtime=0.44 cores=0,2,4,6
/proc/10273/task/10333/stat : 10333 (java) S 10270 10273 1330 0 -1 1077944384 1197 12473 0 0 36 1 5 2 20 0 15 0 47223176 14329561088 47483 18446744073709551615 4194304 4196468 140723115210384 140331831188336 140332852980354 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18243584 140723115218896 140723115221681 140723115221681 140723115225039 0
[pid=10273/tid=10334] ppid=10270 vsize=13993712 CPUtime=0.7 cores=0,2,4,6
/proc/10273/task/10334/stat : 10334 (java) S 10270 10273 1330 0 -1 1077944384 2331 12473 0 0 62 1 5 2 20 0 15 0 47223176 14329561088 47483 18446744073709551615 4194304 4196468 140723115210384 140331830135280 140332852980354 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18243584 140723115218896 140723115221681 140723115221681 140723115225039 0
[pid=10273/tid=10335] ppid=10270 vsize=13993712 CPUtime=0.07 cores=0,2,4,6
/proc/10273/task/10335/stat : 10335 (java) S 10270 10273 1330 0 -1 1077944384 3 12473 0 0 0 0 5 2 20 0 15 0 47223176 14329561088 47483 18446744073709551615 4194304 4196468 140723115210384 140331829082976 140332852979413 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18243584 140723115218896 140723115221681 140723115221681 140723115225039 0
[pid=10273/tid=10336] ppid=10270 vsize=13993712 CPUtime=0.07 cores=0,2,4,6
/proc/10273/task/10336/stat : 10336 (java) S 10270 10273 1330 0 -1 1077944384 3 12473 0 0 0 0 5 2 20 0 15 0 47223180 14329561088 47483 18446744073709551615 4194304 4196468 140723115210384 140331828030000 140332852980354 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18243584 140723115218896 140723115221681 140723115221681 140723115225039 0
Current children cumulated CPU time (s) 3.83
Current children cumulated vsize (KiB) 13993712

[startup+2.60056 s]
/proc/loadavg: 1.17 1.29 1.43 5/209 10336
/proc/meminfo: memFree=30424120/32770624 swapFree=0/505656
[pid=10273] ppid=10270 vsize=13993712 CPUtime=3.94 cores=0,2,4,6
/proc/10273/stat : 10273 (java) S 10270 10273 1330 0 -1 1077944320 33471 12473 0 0 371 16 5 2 20 0 15 0 47223151 14329561088 46516 18446744073709551615 4194304 4196468 140723115210384 140723115192928 140332852969207 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 7 0 0 6293624 6294260 18243584 140723115218896 140723115221681 140723115221681 140723115225039 0
/proc/10273/statm: 3498428 46516 3420 1 0 3487061 0
[pid=10273/tid=10323] ppid=10270 vsize=13993712 CPUtime=2.07 cores=0,2,4,6
/proc/10273/task/10323/stat : 10323 (java) R 10270 10273 1330 0 -1 4202560 23592 12473 0 0 191 9 5 2 20 0 15 0 47223170 14329561088 46516 18446744073709551615 4194304 4196468 140723115210384 140332857197680 140332852991133 0 4 1 16800974 0 0 0 -1 0 0 0 34 0 0 6293624 6294260 18243584 140723115218896 140723115221681 140723115221681 140723115225039 0
[pid=10273/tid=10324] ppid=10270 vsize=13993712 CPUtime=0.07 cores=0,2,4,6
/proc/10273/task/10324/stat : 10324 (java) S 10270 10273 1330 0 -1 1077944384 193 12473 0 0 0 0 5 2 20 0 15 0 47223171 14329561088 46516 18446744073709551615 4194304 4196468 140723115210384 140332452834320 140332852979413 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18243584 140723115218896 140723115221681 140723115221681 140723115225039 0
[pid=10273/tid=10325] ppid=10270 vsize=13993712 CPUtime=0.07 cores=0,2,4,6
/proc/10273/task/10325/stat : 10325 (java) S 10270 10273 1330 0 -1 1077944384 39 12473 0 0 0 0 5 2 20 0 15 0 47223171 14329561088 46516 18446744073709551615 4194304 4196468 140723115210384 140332451781776 140332852979413 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18243584 140723115218896 140723115221681 140723115221681 140723115225039 0
[pid=10273/tid=10326] ppid=10270 vsize=13993712 CPUtime=0.07 cores=0,2,4,6
/proc/10273/task/10326/stat : 10326 (java) S 10270 10273 1330 0 -1 1077944384 29 12473 0 0 0 0 5 2 20 0 15 0 47223171 14329561088 46516 18446744073709551615 4194304 4196468 140723115210384 140332450728720 140332852979413 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18243584 140723115218896 140723115221681 140723115221681 140723115225039 0
[pid=10273/tid=10327] ppid=10270 vsize=13993712 CPUtime=0.08 cores=0,2,4,6
/proc/10273/task/10327/stat : 10327 (java) S 10270 10273 1330 0 -1 1077944384 52 12473 0 0 1 0 5 2 20 0 15 0 47223171 14329561088 46516 18446744073709551615 4194304 4196468 140723115210384 140332449676176 140332852979413 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18243584 140723115218896 140723115221681 140723115221681 140723115225039 0
[pid=10273/tid=10328] ppid=10270 vsize=13993712 CPUtime=0.08 cores=0,2,4,6
/proc/10273/task/10328/stat : 10328 (java) S 10270 10273 1330 0 -1 1077944384 1206 12473 0 0 1 0 5 2 20 0 15 0 47223172 14329561088 46516 18446744073709551615 4194304 4196468 140723115210384 140331836451056 140332852980354 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18243584 140723115218896 140723115221681 140723115221681 140723115225039 0
[pid=10273/tid=10329] ppid=10270 vsize=13993712 CPUtime=0.07 cores=0,2,4,6
/proc/10273/task/10329/stat : 10329 (java) S 10270 10273 1330 0 -1 1077944384 55 12473 0 0 0 0 5 2 20 0 15 0 47223173 14329561088 46516 18446744073709551615 4194304 4196468 140723115210384 140331835397280 140332852979413 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18243584 140723115218896 140723115221681 140723115221681 140723115225039 0
[pid=10273/tid=10330] ppid=10270 vsize=13993712 CPUtime=0.07 cores=0,2,4,6
/proc/10273/task/10330/stat : 10330 (java) S 10270 10273 1330 0 -1 1077944384 43 12473 0 0 0 0 5 2 20 0 15 0 47223173 14329561088 46516 18446744073709551615 4194304 4196468 140723115210384 140331834344176 140332852979413 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18243584 140723115218896 140723115221681 140723115221681 140723115225039 0
[pid=10273/tid=10331] ppid=10270 vsize=13993712 CPUtime=0.07 cores=0,2,4,6
/proc/10273/task/10331/stat : 10331 (java) S 10270 10273 1330 0 -1 1077944384 3 12473 0 0 0 0 5 2 20 0 15 0 47223176 14329561088 46516 18446744073709551615 4194304 4196468 140723115210384 140331833292752 140332852987803 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18243584 140723115218896 140723115221681 140723115221681 140723115225039 0
[pid=10273/tid=10332] ppid=10270 vsize=13993712 CPUtime=0.81 cores=0,2,4,6
/proc/10273/task/10332/stat : 10332 (java) S 10270 10273 1330 0 -1 1077944384 2570 12473 0 0 74 0 5 2 20 0 15 0 47223176 14329561088 46516 18446744073709551615 4194304 4196468 140723115210384 140331832240880 140332852980354 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18243584 140723115218896 140723115221681 140723115221681 140723115225039 0
[pid=10273/tid=10333] ppid=10270 vsize=13993712 CPUtime=0.44 cores=0,2,4,6
/proc/10273/task/10333/stat : 10333 (java) S 10270 10273 1330 0 -1 1077944384 1197 12473 0 0 36 1 5 2 20 0 15 0 47223176 14329561088 46516 18446744073709551615 4194304 4196468 140723115210384 140331831188336 140332852980354 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18243584 140723115218896 140723115221681 140723115221681 140723115225039 0
[pid=10273/tid=10334] ppid=10270 vsize=13993712 CPUtime=0.7 cores=0,2,4,6
/proc/10273/task/10334/stat : 10334 (java) S 10270 10273 1330 0 -1 1077944384 2331 12473 0 0 62 1 5 2 20 0 15 0 47223176 14329561088 46516 18446744073709551615 4194304 4196468 140723115210384 140331830135280 140332852980354 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18243584 140723115218896 140723115221681 140723115221681 140723115225039 0
[pid=10273/tid=10335] ppid=10270 vsize=13993712 CPUtime=0.07 cores=0,2,4,6
/proc/10273/task/10335/stat : 10335 (java) S 10270 10273 1330 0 -1 1077944384 3 12473 0 0 0 0 5 2 20 0 15 0 47223176 14329561088 46516 18446744073709551615 4194304 4196468 140723115210384 140331829082976 140332852979413 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18243584 140723115218896 140723115221681 140723115221681 140723115225039 0
[pid=10273/tid=10336] ppid=10270 vsize=13993712 CPUtime=0.07 cores=0,2,4,6
/proc/10273/task/10336/stat : 10336 (java) S 10270 10273 1330 0 -1 1077944384 3 12473 0 0 0 0 5 2 20 0 15 0 47223180 14329561088 46516 18446744073709551615 4194304 4196468 140723115210384 140331828030000 140332852980354 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18243584 140723115218896 140723115221681 140723115221681 140723115225039 0
Current children cumulated CPU time (s) 3.94
Current children cumulated vsize (KiB) 13993712

[startup+2.7007 s]
/proc/loadavg: 1.17 1.29 1.43 5/209 10336
/proc/meminfo: memFree=30424120/32770624 swapFree=0/505656
[pid=10273] ppid=10270 vsize=13995836 CPUtime=4.13 cores=0,2,4,6
/proc/10273/stat : 10273 (java) S 10270 10273 1330 0 -1 1077944320 34283 12473 0 0 390 16 5 2 20 0 15 0 47223151 14331736064 47309 18446744073709551615 4194304 4196468 140723115210384 140723115192928 140332852969207 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 7 0 0 6293624 6294260 18243584 140723115218896 140723115221681 140723115221681 140723115225039 0
/proc/10273/statm: 3498959 47309 3439 1 0 3487573 0
[pid=10273/tid=10323] ppid=10270 vsize=13995836 CPUtime=2.17 cores=0,2,4,6
/proc/10273/task/10323/stat : 10323 (java) R 10270 10273 1330 0 -1 4202560 24298 12473 0 0 200 10 5 2 20 0 15 0 47223170 14331736064 47309 18446744073709551615 4194304 4196468 140723115210384 140332857203712 140332837049694 0 4 1 16800974 0 0 0 -1 2 0 0 34 0 0 6293624 6294260 18243584 140723115218896 140723115221681 140723115221681 140723115225039 0
[pid=10273/tid=10324] ppid=10270 vsize=13995836 CPUtime=0.07 cores=0,2,4,6
/proc/10273/task/10324/stat : 10324 (java) S 10270 10273 1330 0 -1 1077944384 193 12473 0 0 0 0 5 2 20 0 15 0 47223171 14331736064 47309 18446744073709551615 4194304 4196468 140723115210384 140332452834320 140332852979413 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18243584 140723115218896 140723115221681 140723115221681 140723115225039 0
[pid=10273/tid=10325] ppid=10270 vsize=13995836 CPUtime=0.07 cores=0,2,4,6
/proc/10273/task/10325/stat : 10325 (java) S 10270 10273 1330 0 -1 1077944384 39 12473 0 0 0 0 5 2 20 0 15 0 47223171 14331736064 47309 18446744073709551615 4194304 4196468 140723115210384 140332451781776 140332852979413 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18243584 140723115218896 140723115221681 140723115221681 140723115225039 0
[pid=10273/tid=10326] ppid=10270 vsize=13995836 CPUtime=0.07 cores=0,2,4,6
/proc/10273/task/10326/stat : 10326 (java) S 10270 10273 1330 0 -1 1077944384 29 12473 0 0 0 0 5 2 20 0 15 0 47223171 14331736064 47309 18446744073709551615 4194304 4196468 140723115210384 140332450728720 140332852979413 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18243584 140723115218896 140723115221681 140723115221681 140723115225039 0
[pid=10273/tid=10327] ppid=10270 vsize=13995836 CPUtime=0.08 cores=0,2,4,6
/proc/10273/task/10327/stat : 10327 (java) S 10270 10273 1330 0 -1 1077944384 52 12473 0 0 1 0 5 2 20 0 15 0 47223171 14331736064 47309 18446744073709551615 4194304 4196468 140723115210384 140332449676176 140332852979413 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18243584 140723115218896 140723115221681 140723115221681 140723115225039 0
[pid=10273/tid=10328] ppid=10270 vsize=13995836 CPUtime=0.08 cores=0,2,4,6
/proc/10273/task/10328/stat : 10328 (java) S 10270 10273 1330 0 -1 1077944384 1206 12473 0 0 1 0 5 2 20 0 15 0 47223172 14331736064 47309 18446744073709551615 4194304 4196468 140723115210384 140331836451056 140332852980354 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18243584 140723115218896 140723115221681 140723115221681 140723115225039 0
[pid=10273/tid=10329] ppid=10270 vsize=13995836 CPUtime=0.07 cores=0,2,4,6
/proc/10273/task/10329/stat : 10329 (java) S 10270 10273 1330 0 -1 1077944384 55 12473 0 0 0 0 5 2 20 0 15 0 47223173 14331736064 47309 18446744073709551615 4194304 4196468 140723115210384 140331835397280 140332852979413 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18243584 140723115218896 140723115221681 140723115221681 140723115225039 0
[pid=10273/tid=10330] ppid=10270 vsize=13995836 CPUtime=0.07 cores=0,2,4,6
/proc/10273/task/10330/stat : 10330 (java) S 10270 10273 1330 0 -1 1077944384 43 12473 0 0 0 0 5 2 20 0 15 0 47223173 14331736064 47309 18446744073709551615 4194304 4196468 140723115210384 140331834344176 140332852979413 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18243584 140723115218896 140723115221681 140723115221681 140723115225039 0
[pid=10273/tid=10331] ppid=10270 vsize=13995836 CPUtime=0.07 cores=0,2,4,6
/proc/10273/task/10331/stat : 10331 (java) S 10270 10273 1330 0 -1 1077944384 3 12473 0 0 0 0 5 2 20 0 15 0 47223176 14331736064 47309 18446744073709551615 4194304 4196468 140723115210384 140331833292752 140332852987803 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18243584 140723115218896 140723115221681 140723115221681 140723115225039 0
[pid=10273/tid=10332] ppid=10270 vsize=13995836 CPUtime=0.84 cores=0,2,4,6
/proc/10273/task/10332/stat : 10332 (java) S 10270 10273 1330 0 -1 1077944384 2580 12473 0 0 77 0 5 2 20 0 15 0 47223176 14331736064 47309 18446744073709551615 4194304 4196468 140723115210384 140331832240880 140332852980354 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18243584 140723115218896 140723115221681 140723115221681 140723115225039 0
[pid=10273/tid=10333] ppid=10270 vsize=13995836 CPUtime=0.46 cores=0,2,4,6
/proc/10273/task/10333/stat : 10333 (java) S 10270 10273 1330 0 -1 1077944384 1212 12473 0 0 38 1 5 2 20 0 15 0 47223176 14331736064 47309 18446744073709551615 4194304 4196468 140723115210384 140331831188336 140332852980354 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18243584 140723115218896 140723115221681 140723115221681 140723115225039 0
[pid=10273/tid=10334] ppid=10270 vsize=13995836 CPUtime=0.75 cores=0,2,4,6
/proc/10273/task/10334/stat : 10334 (java) S 10270 10273 1330 0 -1 1077944384 2414 12473 0 0 67 1 5 2 20 0 15 0 47223176 14331736064 47309 18446744073709551615 4194304 4196468 140723115210384 140331830135280 140332852980354 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18243584 140723115218896 140723115221681 140723115221681 140723115225039 0
[pid=10273/tid=10335] ppid=10270 vsize=13995836 CPUtime=0.07 cores=0,2,4,6
/proc/10273/task/10335/stat : 10335 (java) S 10270 10273 1330 0 -1 1077944384 3 12473 0 0 0 0 5 2 20 0 15 0 47223176 14331736064 47309 18446744073709551615 4194304 4196468 140723115210384 140331829082976 140332852979413 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18243584 140723115218896 140723115221681 140723115221681 140723115225039 0
[pid=10273/tid=10336] ppid=10270 vsize=13995836 CPUtime=0.07 cores=0,2,4,6
/proc/10273/task/10336/stat : 10336 (java) S 10270 10273 1330 0 -1 1077944384 3 12473 0 0 0 0 5 2 20 0 15 0 47223180 14331736064 47309 18446744073709551615 4194304 4196468 140723115210384 140331828030000 140332852980354 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18243584 140723115218896 140723115221681 140723115221681 140723115225039 0
Current children cumulated CPU time (s) 4.13
Current children cumulated vsize (KiB) 13995836

Child status: 0
Real time (s): 2.80597
CPU time (s): 4.33694
CPU user time (s): 4.12988
CPU system time (s): 0.207063
CPU usage (%): 154.561
Max. virtual memory (cumulated for all children) (KiB): 13995836

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.12988
system time used= 0.207063
maximum resident set size= 191800
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47248
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4157
involuntary context switches= 29

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

The end

Launcher Data

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

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

MD5SUM BENCH= 3c52232e333025b0260987be45274879
RANDOM SEED=791261166

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:        30609896 kB
MemAvailable:   31371388 kB
Buffers:          250168 kB
Cached:           802436 kB
SwapCached:            0 kB
Active:          1208776 kB
Inactive:         530524 kB
Active(anon):     686720 kB
Inactive(anon):    24908 kB
Active(file):     522056 kB
Inactive(file):   505616 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24316 kB
Writeback:            16 kB
AnonPages:        685876 kB
Mapped:            54732 kB
Shmem:             25252 kB
Slab:             124640 kB
SReclaimable:      99312 kB
SUnreclaim:        25328 kB
KernelStack:        3424 kB
PageTables:         7332 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:    458752 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:42