Trace number 4259368

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 NameAnswerobjective functionCPU timeWall clock time
Concrete 3.4? (TO) 255.23 228.52

General information on the benchmark

NameBinPacking/
BinPacking-mdd-ft/BinPacking-mdd-ft249-19.xml
MD5SUMff12bcd9867be4bcc392b8c45936f1c7
Bench CategoryCOP (optimization 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 variables389
Number of constraints100
Number of domains2
Minimum domain size98
Maximum domain size137
Distribution of domain sizes[{"size":98,"count":1},{"size":137,"count":388}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":291},{"degree":4,"count":97}]
Minimum constraint arity4
Maximum constraint arity388
Distribution of constraint arities[{"arity":4,"count":97},{"arity":98,"count":1},{"arity":388,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"mdd","count":97},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

3.23/2.04	c Concrete v3.4 running
254.91/228.48	java.util.concurrent.TimeoutException
254.91/228.48		at concrete.MAC.mac(MAC.scala:74)
254.91/228.48		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
254.91/228.48		at scala.util.Try$.apply(Try.scala:209)
254.91/228.48		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
254.91/228.48		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
254.91/228.48		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
254.91/228.48		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
254.91/228.48		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
254.91/228.48		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
254.91/228.48		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
254.91/228.48		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
254.91/228.48		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
254.91/228.48		at concrete.MAC.oneRun(MAC.scala:146)
254.91/228.48		at concrete.MAC.nextSolution(MAC.scala:166)
254.91/228.48		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
254.91/228.48		at concrete.ProblemState.map(ProblemState.scala:203)
254.91/228.48		at concrete.ProblemState.map(ProblemState.scala:188)
254.91/228.48		at concrete.MAC.nextSolution(MAC.scala:195)
254.91/228.48		at concrete.Solver.hasNext(Solver.scala:202)
254.91/228.48		at scala.collection.Iterator.toStream(Iterator.scala:1403)
254.91/228.48		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
254.91/228.48		at concrete.Solver.toStream(Solver.scala:73)
254.91/228.48		at scala.collection.TraversableOnce.toIterable(TraversableOnce.scala:296)
254.91/228.48		at scala.collection.TraversableOnce.toIterable$(TraversableOnce.scala:296)
254.91/228.48		at concrete.Solver.toIterable(Solver.scala:73)
254.91/228.48		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
254.91/228.48		at scala.util.Success.$anonfun$map$1(Try.scala:251)
254.91/228.48		at scala.util.Success.map(Try.scala:209)
254.91/228.48		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
254.91/228.48		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
254.91/228.48		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
254.91/228.48		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
254.91/228.48		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
254.91/228.48		at scala.Function0.apply$mcV$sp(Function0.scala:34)
254.91/228.48		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
254.91/228.48		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
254.91/228.48		at scala.App.$anonfun$main$1$adapted(App.scala:76)
254.91/228.48		at scala.collection.immutable.List.foreach(List.scala:389)
254.91/228.48		at scala.App.main(App.scala:76)
254.91/228.48		at scala.App.main$(App.scala:74)
254.91/228.48		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
254.91/228.48		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
254.91/228.49	s UNKNOWN

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

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

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (8639 MiB free)
  memory of node 1: 16384 MiB (13823 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4259368-1502648942/watcher-4259368-1502648942 -o /tmp/evaluation-result-4259368-1502648942/solver-4259368-1502648942 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node149-1502644582-9045 --watchdog 312 bin/concrete HOME/instance-4259368-1502648942.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=13279, runsolver pid=13276
Current StackSize limit: 8192 KiB


[startup+0.108465 s]*
/proc/loadavg: 2.30 2.31 2.05 3/207 13334
/proc/meminfo: memFree=22996548/32770624 swapFree=67108860/67108860
[pid=13279] ppid=13276 vsize=13578732 memory=14720 CPUtime=0.1 cores=1,3,5,7
/proc/13279/stat : 13279 (java) S 13276 13279 3242 0 -1 1077944320 4892 12568 0 0 2 0 5 3 20 0 9 0 97975076 13904621568 3680 33554432000 4194304 4196468 140735483401328 140735483383872 140496529583863 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9060352 140735483406998 140735483409783 140735483409783 140735483412431 0
/proc/13279/statm: 3394683 3680 2091 1 0 3383121 0
[pid=13279/tid=13329] ppid=13276 vsize=13578732 memory=4279135703912973451 CPUtime=0.1 cores=1,3,5,7
/proc/13279/task/13329/stat : 13329 (java) R 13276 13279 3242 0 -1 4202560 2703 12568 0 0 2 0 5 3 20 0 9 0 97975085 13904621568 3745 33554432000 4194304 4196468 140735483401328 140496533819248 140496513664350 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9060352 140735483406998 140735483409783 140735483409783 140735483412431 0
[pid=13279/tid=13330] ppid=13276 vsize=13578732 memory=-7522837583129502606 CPUtime=0.08 cores=1,3,5,7
/proc/13279/task/13330/stat : 13330 (java) S 13276 13279 3242 0 -1 1077944384 1 12568 0 0 0 0 5 3 20 0 9 0 97975086 13904621568 3745 33554432000 4194304 4196468 140735483401328 140496124877072 140496529594069 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9060352 140735483406998 140735483409783 140735483409783 140735483412431 0
[pid=13279/tid=13331] ppid=13276 vsize=13578732 memory=139624991430272 CPUtime=0.08 cores=1,3,5,7
/proc/13279/task/13331/stat : 13331 (java) S 13276 13279 3242 0 -1 1077944384 1 12568 0 0 0 0 5 3 20 0 9 0 97975086 13904621568 3745 33554432000 4194304 4196468 140735483401328 140496123824528 140496529594069 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9060352 140735483406998 140735483409783 140735483409783 140735483412431 0
[pid=13279/tid=13332] ppid=13276 vsize=13578732 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13279/task/13332/stat : 13332 (java) S 13276 13279 3242 0 -1 1077944384 1 12568 0 0 0 0 5 3 20 0 9 0 97975086 13904621568 3745 33554432000 4194304 4196468 140735483401328 140496122771984 140496529594069 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9060352 140735483406998 140735483409783 140735483409783 140735483412431 0
[pid=13279/tid=13333] ppid=13276 vsize=13578732 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/13279/task/13333/stat : 13333 (java) S 13276 13279 3242 0 -1 1077944384 2 12568 0 0 0 0 5 3 20 0 9 0 97975086 13904621568 3745 33554432000 4194304 4196468 140735483401328 140496121719440 140496529594069 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9060352 140735483406998 140735483409783 140735483409783 140735483412431 0
[pid=13279/tid=13334] ppid=13276 vsize=13578732 memory=139624991430272 CPUtime=0.08 cores=1,3,5,7
/proc/13279/task/13334/stat : 13334 (java) S 13276 13279 3242 0 -1 1077944384 2 12568 0 0 0 0 5 3 20 0 9 0 97975087 13904621568 3745 33554432000 4194304 4196468 140735483401328 140495442012656 140496529595010 0 0 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9060352 140735483406998 140735483409783 140735483409783 140735483412431 0
[pid=13279/tid=13335] ppid=13276 vsize=13578732 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/13279/task/13335/stat : 13335 (java) S 13276 13279 3242 0 -1 1077944384 33 12568 0 0 0 0 5 3 20 0 9 0 97975088 13904621568 3745 33554432000 4194304 4196468 140735483401328 140495440958880 140496529594069 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9060352 140735483406998 140735483409783 140735483409783 140735483412431 0
[pid=13279/tid=13336] ppid=13276 vsize=13578732 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13279/task/13336/stat : 13336 (java) S 13276 13279 3242 0 -1 1077944384 21 12568 0 0 0 0 5 3 20 0 9 0 97975088 13904621568 3745 33554432000 4194304 4196468 140735483401328 140495439906352 140496529594069 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9060352 140735483406998 140735483409783 140735483409783 140735483412431 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 13578732 KiB
Current children cumulated memory: 14720 KiB

[startup+0.210113 s]*
/proc/loadavg: 2.28 2.31 2.05 3/215 13342
/proc/meminfo: memFree=22979564/32770624 swapFree=67108860/67108860
[pid=13279] ppid=13276 vsize=13978660 memory=39464 CPUtime=0.26 cores=1,3,5,7
/proc/13279/stat : 13279 (java) S 13276 13279 3242 0 -1 1077944320 9780 12568 0 0 17 1 5 3 20 0 15 0 97975076 14314147840 9866 33554432000 4194304 4196468 140735483401328 140735483383872 140496529583863 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9060352 140735483406998 140735483409783 140735483409783 140735483412431 0
/proc/13279/statm: 3494657 9866 2972 1 0 3482967 0
[pid=13279/tid=13329] ppid=13276 vsize=13978660 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/13279/task/13329/stat : 13329 (java) R 13276 13279 3242 0 -1 4202560 6200 12568 0 0 11 0 5 3 20 0 15 0 97975085 14314147840 9866 33554432000 4194304 4196468 140735483401328 140496533804512 140496522263581 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9060352 140735483406998 140735483409783 140735483409783 140735483412431 0
[pid=13279/tid=13330] ppid=13276 vsize=13978660 memory=342 CPUtime=0.08 cores=1,3,5,7
/proc/13279/task/13330/stat : 13330 (java) S 13276 13279 3242 0 -1 1077944384 1 12568 0 0 0 0 5 3 20 0 15 0 97975086 14314147840 9866 33554432000 4194304 4196468 140735483401328 140496124877072 140496529594069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9060352 140735483406998 140735483409783 140735483409783 140735483412431 0
[pid=13279/tid=13331] ppid=13276 vsize=13978660 memory=139624992152048 CPUtime=0.08 cores=1,3,5,7
/proc/13279/task/13331/stat : 13331 (java) S 13276 13279 3242 0 -1 1077944384 1 12568 0 0 0 0 5 3 20 0 15 0 97975086 14314147840 9866 33554432000 4194304 4196468 140735483401328 140496123824528 140496529594069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9060352 140735483406998 140735483409783 140735483409783 140735483412431 0
[pid=13279/tid=13332] ppid=13276 vsize=13978660 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13279/task/13332/stat : 13332 (java) S 13276 13279 3242 0 -1 1077944384 1 12568 0 0 0 0 5 3 20 0 15 0 97975086 14314147840 9866 33554432000 4194304 4196468 140735483401328 140496122771984 140496529594069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9060352 140735483406998 140735483409783 140735483409783 140735483412431 0
[pid=13279/tid=13333] ppid=13276 vsize=13978660 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/13279/task/13333/stat : 13333 (java) S 13276 13279 3242 0 -1 1077944384 2 12568 0 0 0 0 5 3 20 0 15 0 97975086 14314147840 9866 33554432000 4194304 4196468 140735483401328 140496121719440 140496529594069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9060352 140735483406998 140735483409783 140735483409783 140735483412431 0
[pid=13279/tid=13334] ppid=13276 vsize=13978660 memory=139624991430272 CPUtime=0.08 cores=1,3,5,7
/proc/13279/task/13334/stat : 13334 (java) S 13276 13279 3242 0 -1 1077944384 2 12568 0 0 0 0 5 3 20 0 15 0 97975087 14314147840 9866 33554432000 4194304 4196468 140735483401328 140495442012656 140496529595010 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9060352 140735483406998 140735483409783 140735483409783 140735483412431 0
[pid=13279/tid=13335] ppid=13276 vsize=13978660 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/13279/task/13335/stat : 13335 (java) S 13276 13279 3242 0 -1 1077944384 33 12568 0 0 0 0 5 3 20 0 15 0 97975088 14314147840 9866 33554432000 4194304 4196468 140735483401328 140495440958880 140496529594069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9060352 140735483406998 140735483409783 140735483409783 140735483412431 0
[pid=13279/tid=13336] ppid=13276 vsize=13978660 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13279/task/13336/stat : 13336 (java) S 13276 13279 3242 0 -1 1077944384 21 12568 0 0 0 0 5 3 20 0 15 0 97975088 14314147840 9866 33554432000 4194304 4196468 140735483401328 140495439906288 140496529594069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9060352 140735483406998 140735483409783 140735483409783 140735483412431 0
[pid=13279/tid=13337] ppid=13276 vsize=13978628 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13279/task/13337/stat : 13337 (java) S 13276 13279 3242 0 -1 1077944384 3 12568 0 0 0 0 5 3 20 0 15 0 97975091 14314115072 9866 33554432000 4194304 4196468 140735483401328 140495438854864 140496529602459 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9060352 140735483406998 140735483409783 140735483409783 140735483412431 0
[pid=13279/tid=13338] ppid=13276 vsize=13978628 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/13279/task/13338/stat : 13338 (java) S 13276 13279 3242 0 -1 1077944384 442 12568 0 0 1 0 5 3 20 0 15 0 97975091 14314115072 9866 33554432000 4194304 4196468 140735483401328 140495437801456 140496529595010 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9060352 140735483406998 140735483409783 140735483409783 140735483412431 0
[pid=13279/tid=13339] ppid=13276 vsize=13978628 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/13279/task/13339/stat : 13339 (java) S 13276 13279 3242 0 -1 1077944384 340 12568 0 0 0 0 5 3 20 0 15 0 97975091 14314115072 9866 33554432000 4194304 4196468 140735483401328 140495436748912 140496529595010 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9060352 140735483406998 140735483409783 140735483409783 140735483412431 0
[pid=13279/tid=13340] ppid=13276 vsize=13978628 memory=139624991430272 CPUtime=0.11 cores=1,3,5,7
/proc/13279/task/13340/stat : 13340 (java) S 13276 13279 3242 0 -1 1077944384 593 12568 0 0 3 0 5 3 20 0 15 0 97975091 14314115072 9866 33554432000 4194304 4196468 140735483401328 140495435696368 140496529595010 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9060352 140735483406998 140735483409783 140735483409783 140735483412431 0
[pid=13279/tid=13341] ppid=13276 vsize=13978628 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/13279/task/13341/stat : 13341 (java) S 13276 13279 3242 0 -1 1077944384 3 12568 0 0 0 0 5 3 20 0 15 0 97975091 14314115072 9866 33554432000 4194304 4196468 140735483401328 140495434644064 140496529594069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9060352 140735483406998 140735483409783 140735483409783 140735483412431 0
[pid=13279/tid=13342] ppid=13276 vsize=13978628 memory=139624991430272 CPUtime=0.08 cores=1,3,5,7
/proc/13279/task/13342/stat : 13342 (java) S 13276 13279 3242 0 -1 1077944384 1 12568 0 0 0 0 5 3 20 0 15 0 97975091 14314115072 9866 33554432000 4194304 4196468 140735483401328 140495433591600 140496529595010 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9060352 140735483406998 140735483409783 140735483409783 140735483412431 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 13978660 KiB
Current children cumulated memory: 39464 KiB

[startup+0.310435 s]*
/proc/loadavg: 2.28 2.31 2.05 3/215 13342
/proc/meminfo: memFree=22966912/32770624 swapFree=67108860/67108860
[pid=13279] ppid=13276 vsize=13979028 memory=47680 CPUtime=0.39 cores=1,3,5,7
/proc/13279/stat : 13279 (java) S 13276 13279 3242 0 -1 1077944320 11003 12568 0 0 29 2 5 3 20 0 15 0 97975076 14314524672 11920 33554432000 4194304 4196468 140735483401328 140735483383872 140496529583863 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9060352 140735483406998 140735483409783 140735483409783 140735483412431 0
/proc/13279/statm: 3494757 11920 3091 1 0 3482967 0
[pid=13279/tid=13329] ppid=13276 vsize=13979028 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/13279/task/13329/stat : 13329 (java) R 13276 13279 3242 0 -1 4202560 7372 12568 0 0 20 1 5 3 20 0 15 0 97975085 14314524672 11920 33554432000 4194304 4196468 140735483401328 140496533805472 140496512770672 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9060352 140735483406998 140735483409783 140735483409783 140735483412431 0
[pid=13279/tid=13330] ppid=13276 vsize=13979028 memory=4872558044660077418 CPUtime=0.08 cores=1,3,5,7
/proc/13279/task/13330/stat : 13330 (java) S 13276 13279 3242 0 -1 1077944384 1 12568 0 0 0 0 5 3 20 0 15 0 97975086 14314524672 11920 33554432000 4194304 4196468 140735483401328 140496124877072 140496529594069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9060352 140735483406998 140735483409783 140735483409783 140735483412431 0
[pid=13279/tid=13331] ppid=13276 vsize=13979028 memory=139624991440865 CPUtime=0.08 cores=1,3,5,7
/proc/13279/task/13331/stat : 13331 (java) S 13276 13279 3242 0 -1 1077944384 1 12568 0 0 0 0 5 3 20 0 15 0 97975086 14314524672 11920 33554432000 4194304 4196468 140735483401328 140496123824528 140496529594069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9060352 140735483406998 140735483409783 140735483409783 140735483412431 0
[pid=13279/tid=13332] ppid=13276 vsize=13979028 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13279/task/13332/stat : 13332 (java) S 13276 13279 3242 0 -1 1077944384 1 12568 0 0 0 0 5 3 20 0 15 0 97975086 14314524672 11920 33554432000 4194304 4196468 140735483401328 140496122771984 140496529594069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9060352 140735483406998 140735483409783 140735483409783 140735483412431 0
[pid=13279/tid=13333] ppid=13276 vsize=13979028 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13279/task/13333/stat : 13333 (java) S 13276 13279 3242 0 -1 1077944384 2 12568 0 0 0 0 5 3 20 0 15 0 97975086 14314524672 11920 33554432000 4194304 4196468 140735483401328 140496121719440 140496529594069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9060352 140735483406998 140735483409783 140735483409783 140735483412431 0
[pid=13279/tid=13334] ppid=13276 vsize=13979028 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13279/task/13334/stat : 13334 (java) S 13276 13279 3242 0 -1 1077944384 2 12568 0 0 0 0 5 3 20 0 15 0 97975087 14314524672 11920 33554432000 4194304 4196468 140735483401328 140495442012656 140496529595010 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9060352 140735483406998 140735483409783 140735483409783 140735483412431 0
[pid=13279/tid=13335] ppid=13276 vsize=13979028 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13279/task/13335/stat : 13335 (java) S 13276 13279 3242 0 -1 1077944384 33 12568 0 0 0 0 5 3 20 0 15 0 97975088 14314524672 11920 33554432000 4194304 4196468 140735483401328 140495440958880 140496529594069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9060352 140735483406998 140735483409783 140735483409783 140735483412431 0
[pid=13279/tid=13336] ppid=13276 vsize=13979028 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13279/task/13336/stat : 13336 (java) S 13276 13279 3242 0 -1 1077944384 21 12568 0 0 0 0 5 3 20 0 15 0 97975088 14314524672 11920 33554432000 4194304 4196468 140735483401328 140495439906288 140496529594069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9060352 140735483406998 140735483409783 140735483409783 140735483412431 0
[pid=13279/tid=13337] ppid=13276 vsize=13979028 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13279/task/13337/stat : 13337 (java) S 13276 13279 3242 0 -1 1077944384 3 12568 0 0 0 0 5 3 20 0 15 0 97975091 14314524672 11920 33554432000 4194304 4196468 140735483401328 140495438854864 140496529602459 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9060352 140735483406998 140735483409783 140735483409783 140735483412431 0
[pid=13279/tid=13338] ppid=13276 vsize=13979028 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/13279/task/13338/stat : 13338 (java) S 13276 13279 3242 0 -1 1077944384 451 12568 0 0 1 0 5 3 20 0 15 0 97975091 14314524672 11920 33554432000 4194304 4196468 140735483401328 140495437801456 140496529595010 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9060352 140735483406998 140735483409783 140735483409783 140735483412431 0
[pid=13279/tid=13339] ppid=13276 vsize=13979028 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/13279/task/13339/stat : 13339 (java) S 13276 13279 3242 0 -1 1077944384 346 12568 0 0 1 0 5 3 20 0 15 0 97975091 14314524672 11920 33554432000 4194304 4196468 140735483401328 140495436748912 140496529595010 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9060352 140735483406998 140735483409783 140735483409783 140735483412431 0
[pid=13279/tid=13340] ppid=13276 vsize=13979028 memory=139624991430272 CPUtime=0.13 cores=1,3,5,7
/proc/13279/task/13340/stat : 13340 (java) S 13276 13279 3242 0 -1 1077944384 623 12568 0 0 5 0 5 3 20 0 15 0 97975091 14314524672 11920 33554432000 4194304 4196468 140735483401328 140495435696368 140496529595010 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9060352 140735483406998 140735483409783 140735483409783 140735483412431 0
[pid=13279/tid=13341] ppid=13276 vsize=13979028 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/13279/task/13341/stat : 13341 (java) S 13276 13279 3242 0 -1 1077944384 3 12568 0 0 0 0 5 3 20 0 15 0 97975091 14314524672 11920 33554432000 4194304 4196468 140735483401328 140495434644064 140496529594069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9060352 140735483406998 140735483409783 140735483409783 140735483412431 0
[pid=13279/tid=13342] ppid=13276 vsize=13979028 memory=139624991430272 CPUtime=0.08 cores=1,3,5,7
/proc/13279/task/13342/stat : 13342 (java) S 13276 13279 3242 0 -1 1077944384 1 12568 0 0 0 0 5 3 20 0 15 0 97975091 14314524672 11920 33554432000 4194304 4196468 140735483401328 140495433591600 140496529595010 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9060352 140735483406998 140735483409783 140735483409783 140735483412431 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 13979028 KiB
Current children cumulated memory: 47680 KiB

[startup+0.70152 s]
/proc/loadavg: 2.28 2.31 2.05 4/215 13342
/proc/meminfo: memFree=22957856/32770624 swapFree=67108860/67108860
[pid=13279] ppid=13276 vsize=13979176 memory=80388 CPUtime=0.98 cores=1,3,5,7
/proc/13279/stat : 13279 (java) S 13276 13279 3242 0 -1 1077944320 17296 12568 0 0 86 4 5 3 20 0 15 0 97975076 14314676224 20097 33554432000 4194304 4196468 140735483401328 140735483383872 140496529583863 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9060352 140735483406998 140735483409783 140735483409783 140735483412431 0
/proc/13279/statm: 3494794 20097 3267 1 0 3482967 0
[pid=13279/tid=13329] ppid=13276 vsize=13979176 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/13279/task/13329/stat : 13329 (java) R 13276 13279 3242 0 -1 4202560 12876 12568 0 0 56 3 5 3 20 0 15 0 97975085 14314676224 20097 33554432000 4194304 4196468 140735483401328 140496533802928 140496529605789 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9060352 140735483406998 140735483409783 140735483409783 140735483412431 0
[pid=13279/tid=13330] ppid=13276 vsize=13979176 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13279/task/13330/stat : 13330 (java) S 13276 13279 3242 0 -1 1077944384 1 12568 0 0 0 0 5 3 20 0 15 0 97975086 14314676224 20097 33554432000 4194304 4196468 140735483401328 140496124877072 140496529594069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9060352 140735483406998 140735483409783 140735483409783 140735483412431 0
[pid=13279/tid=13331] ppid=13276 vsize=13979176 memory=2447930033665 CPUtime=0.08 cores=1,3,5,7
/proc/13279/task/13331/stat : 13331 (java) S 13276 13279 3242 0 -1 1077944384 1 12568 0 0 0 0 5 3 20 0 15 0 97975086 14314676224 20097 33554432000 4194304 4196468 140735483401328 140496123824528 140496529594069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9060352 140735483406998 140735483409783 140735483409783 140735483412431 0
[pid=13279/tid=13332] ppid=13276 vsize=13979176 memory=218122166 CPUtime=0.08 cores=1,3,5,7
/proc/13279/task/13332/stat : 13332 (java) S 13276 13279 3242 0 -1 1077944384 1 12568 0 0 0 0 5 3 20 0 15 0 97975086 14314676224 20097 33554432000 4194304 4196468 140735483401328 140496122771984 140496529594069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9060352 140735483406998 140735483409783 140735483409783 140735483412431 0
[pid=13279/tid=13333] ppid=13276 vsize=13979176 memory=7295942822962683291 CPUtime=0.08 cores=1,3,5,7
/proc/13279/task/13333/stat : 13333 (java) S 13276 13279 3242 0 -1 1077944384 2 12568 0 0 0 0 5 3 20 0 15 0 97975086 14314676224 20097 33554432000 4194304 4196468 140735483401328 140496121719440 140496529594069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9060352 140735483406998 140735483409783 140735483409783 140735483412431 0
[pid=13279/tid=13334] ppid=13276 vsize=13979176 memory=18476 CPUtime=0.08 cores=1,3,5,7
/proc/13279/task/13334/stat : 13334 (java) S 13276 13279 3242 0 -1 1077944384 5 12568 0 0 0 0 5 3 20 0 15 0 97975087 14314676224 20097 33554432000 4194304 4196468 140735483401328 140495442012656 140496529595010 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9060352 140735483406998 140735483409783 140735483409783 140735483412431 0
[pid=13279/tid=13335] ppid=13276 vsize=13979176 memory=16976 CPUtime=0.08 cores=1,3,5,7
/proc/13279/task/13335/stat : 13335 (java) S 13276 13279 3242 0 -1 1077944384 33 12568 0 0 0 0 5 3 20 0 15 0 97975088 14314676224 20097 33554432000 4194304 4196468 140735483401328 140495440958880 140496529594069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9060352 140735483406998 140735483409783 140735483409783 140735483412431 0
[pid=13279/tid=13336] ppid=13276 vsize=13979176 memory=4048 CPUtime=0.08 cores=1,3,5,7
/proc/13279/task/13336/stat : 13336 (java) S 13276 13279 3242 0 -1 1077944384 21 12568 0 0 0 0 5 3 20 0 15 0 97975088 14314676224 20097 33554432000 4194304 4196468 140735483401328 140495439906288 140496529594069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9060352 140735483406998 140735483409783 140735483409783 140735483412431 0
[pid=13279/tid=13337] ppid=13276 vsize=13979176 memory=1792 CPUtime=0.08 cores=1,3,5,7
/proc/13279/task/13337/stat : 13337 (java) S 13276 13279 3242 0 -1 1077944384 3 12568 0 0 0 0 5 3 20 0 15 0 97975091 14314676224 20097 33554432000 4194304 4196468 140735483401328 140495438854864 140496529602459 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9060352 140735483406998 140735483409783 140735483409783 140735483412431 0
[pid=13279/tid=13338] ppid=13276 vsize=13979176 memory=648 CPUtime=0.18 cores=1,3,5,7
/proc/13279/task/13338/stat : 13338 (java) S 13276 13279 3242 0 -1 1077944384 836 12568 0 0 10 0 5 3 20 0 15 0 97975091 14314676224 20097 33554432000 4194304 4196468 140735483401328 140495437801456 140496529595010 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9060352 140735483406998 140735483409783 140735483409783 140735483412431 0
[pid=13279/tid=13339] ppid=13276 vsize=13979176 memory=1240 CPUtime=0.13 cores=1,3,5,7
/proc/13279/task/13339/stat : 13339 (java) S 13276 13279 3242 0 -1 1077944384 602 12568 0 0 5 0 5 3 20 0 15 0 97975091 14314676224 20097 33554432000 4194304 4196468 140735483401328 140495436748912 140496529595010 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9060352 140735483406998 140735483409783 140735483409783 140735483412431 0
[pid=13279/tid=13340] ppid=13276 vsize=13979176 memory=960 CPUtime=0.2 cores=1,3,5,7
/proc/13279/task/13340/stat : 13340 (java) S 13276 13279 3242 0 -1 1077944384 767 12568 0 0 12 0 5 3 20 0 15 0 97975091 14314676224 20097 33554432000 4194304 4196468 140735483401328 140495435696368 140496529595010 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9060352 140735483406998 140735483409783 140735483409783 140735483412431 0
[pid=13279/tid=13341] ppid=13276 vsize=13979176 memory=2340 CPUtime=0.08 cores=1,3,5,7
/proc/13279/task/13341/stat : 13341 (java) S 13276 13279 3242 0 -1 1077944384 3 12568 0 0 0 0 5 3 20 0 15 0 97975091 14314676224 20097 33554432000 4194304 4196468 140735483401328 140495434644064 140496529594069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9060352 140735483406998 140735483409783 140735483409783 140735483412431 0
[pid=13279/tid=13342] ppid=13276 vsize=13979176 memory=7379241883359864663 CPUtime=0.08 cores=1,3,5,7
/proc/13279/task/13342/stat : 13342 (java) S 13276 13279 3242 0 -1 1077944384 1 12568 0 0 0 0 5 3 20 0 15 0 97975091 14314676224 20097 33554432000 4194304 4196468 140735483401328 140495433591600 140496529595010 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9060352 140735483406998 140735483409783 140735483409783 140735483412431 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 13979176 KiB
Current children cumulated memory: 80388 KiB

[startup+1.50066 s]
/proc/loadavg: 2.28 2.31 2.05 3/215 13342
/proc/meminfo: memFree=22893532/32770624 swapFree=67108860/67108860
[pid=13279] ppid=13276 vsize=13991700 memory=173580 CPUtime=2.2 cores=1,3,5,7
/proc/13279/stat : 13279 (java) S 13276 13279 3242 0 -1 1077944320 26849 12568 0 0 203 9 5 3 20 0 15 0 97975076 14327500800 43395 33554432000 4194304 4196468 140735483401328 140735483383872 140496529583863 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9060352 140735483406998 140735483409783 140735483409783 140735483412431 0
/proc/13279/statm: 3497925 43395 3405 1 0 3486039 0
[pid=13279/tid=13329] ppid=13276 vsize=13991700 memory=7810763844726514514 CPUtime=1.44 cores=1,3,5,7
/proc/13279/task/13329/stat : 13329 (java) R 13276 13279 3242 0 -1 4202560 19421 12568 0 0 131 5 5 3 20 0 15 0 97975085 14327500800 43395 33554432000 4194304 4196468 140735483401328 140496533817424 140496515788410 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9060352 140735483406998 140735483409783 140735483409783 140735483412431 0
[pid=13279/tid=13330] ppid=13276 vsize=13991700 memory=7810763844726514514 CPUtime=0.08 cores=1,3,5,7
/proc/13279/task/13330/stat : 13330 (java) S 13276 13279 3242 0 -1 1077944384 46 12568 0 0 0 0 5 3 20 0 15 0 97975086 14327500800 43395 33554432000 4194304 4196468 140735483401328 140496124877072 140496529594069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9060352 140735483406998 140735483409783 140735483409783 140735483412431 0
[pid=13279/tid=13331] ppid=13276 vsize=13991700 memory=7878318925915384168 CPUtime=0.09 cores=1,3,5,7
/proc/13279/task/13331/stat : 13331 (java) S 13276 13279 3242 0 -1 1077944384 51 12568 0 0 1 0 5 3 20 0 15 0 97975086 14327500800 43395 33554432000 4194304 4196468 140735483401328 140496123824528 140496529594069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9060352 140735483406998 140735483409783 140735483409783 140735483412431 0
[pid=13279/tid=13332] ppid=13276 vsize=13991700 memory=-7595718147998060693 CPUtime=0.09 cores=1,3,5,7
/proc/13279/task/13332/stat : 13332 (java) S 13276 13279 3242 0 -1 1077944384 27 12568 0 0 1 0 5 3 20 0 15 0 97975086 14327500800 43395 33554432000 4194304 4196468 140735483401328 140496122771984 140496529594069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9060352 140735483406998 140735483409783 140735483409783 140735483412431 0
[pid=13279/tid=13333] ppid=13276 vsize=13991700 memory=-7175204567652784766 CPUtime=0.08 cores=1,3,5,7
/proc/13279/task/13333/stat : 13333 (java) S 13276 13279 3242 0 -1 1077944384 190 12568 0 0 0 0 5 3 20 0 15 0 97975086 14327500800 43395 33554432000 4194304 4196468 140735483401328 140496121719440 140496529594069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9060352 140735483406998 140735483409783 140735483409783 140735483412431 0
[pid=13279/tid=13334] ppid=13276 vsize=13991700 memory=3054156605268465310 CPUtime=0.09 cores=1,3,5,7
/proc/13279/task/13334/stat : 13334 (java) S 13276 13279 3242 0 -1 1077944384 1179 12568 0 0 1 0 5 3 20 0 15 0 97975087 14327500800 43395 33554432000 4194304 4196468 140735483401328 140495442012656 140496529595010 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9060352 140735483406998 140735483409783 140735483409783 140735483412431 0
[pid=13279/tid=13335] ppid=13276 vsize=13991700 memory=4715433313220523562 CPUtime=0.08 cores=1,3,5,7
/proc/13279/task/13335/stat : 13335 (java) S 13276 13279 3242 0 -1 1077944384 55 12568 0 0 0 0 5 3 20 0 15 0 97975088 14327500800 43395 33554432000 4194304 4196468 140735483401328 140495440958880 140496529594069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9060352 140735483406998 140735483409783 140735483409783 140735483412431 0
[pid=13279/tid=13336] ppid=13276 vsize=13991700 memory=-8412652177879177843 CPUtime=0.08 cores=1,3,5,7
/proc/13279/task/13336/stat : 13336 (java) S 13276 13279 3242 0 -1 1077944384 44 12568 0 0 0 0 5 3 20 0 15 0 97975088 14327500800 43395 33554432000 4194304 4196468 140735483401328 140495439906288 140496529594069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9060352 140735483406998 140735483409783 140735483409783 140735483412431 0
[pid=13279/tid=13337] ppid=13276 vsize=13991700 memory=-8341965534556230502 CPUtime=0.08 cores=1,3,5,7
/proc/13279/task/13337/stat : 13337 (java) S 13276 13279 3242 0 -1 1077944384 3 12568 0 0 0 0 5 3 20 0 15 0 97975091 14327500800 43395 33554432000 4194304 4196468 140735483401328 140495438854864 140496529602459 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9060352 140735483406998 140735483409783 140735483409783 140735483412431 0
[pid=13279/tid=13338] ppid=13276 vsize=13991700 memory=8514726395714825349 CPUtime=0.26 cores=1,3,5,7
/proc/13279/task/13338/stat : 13338 (java) S 13276 13279 3242 0 -1 1077944384 1092 12568 0 0 18 0 5 3 20 0 15 0 97975091 14327500800 43395 33554432000 4194304 4196468 140735483401328 140495437801456 140496529595010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9060352 140735483406998 140735483409783 140735483409783 140735483412431 0
[pid=13279/tid=13339] ppid=13276 vsize=13991700 memory=-8253362762722141311 CPUtime=0.24 cores=1,3,5,7
/proc/13279/task/13339/stat : 13339 (java) S 13276 13279 3242 0 -1 1077944384 809 12568 0 0 16 0 5 3 20 0 15 0 97975091 14327500800 43395 33554432000 4194304 4196468 140735483401328 140495436748912 140496529595010 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9060352 140735483406998 140735483409783 140735483409783 140735483412431 0
[pid=13279/tid=13340] ppid=13276 vsize=13991700 memory=-8707038579349950309 CPUtime=0.39 cores=1,3,5,7
/proc/13279/task/13340/stat : 13340 (java) R 13276 13279 3242 0 -1 4202560 1782 12568 0 0 31 0 5 3 20 0 15 0 97975091 14327500800 43395 33554432000 4194304 4196468 140735483401328 140495435696368 140496509298660 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9060352 140735483406998 140735483409783 140735483409783 140735483412431 0

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

[pid=13279/tid=13337] ppid=13276 vsize=14073808 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13279/task/13337/stat : 13337 (java) S 13276 13279 3242 0 -1 1077944384 3 12568 0 0 0 0 5 3 20 0 15 0 97975091 14411579392 1110565 33554432000 4194304 4196468 140735483401328 140495438854864 140496529602459 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9060352 140735483406998 140735483409783 140735483409783 140735483412431 0
[pid=13279/tid=13338] ppid=13276 vsize=14073808 memory=279249782633072 CPUtime=7.74 cores=1,3,5,7
/proc/13279/task/13338/stat : 13338 (java) S 13276 13279 3242 0 -1 1077944384 19828 12568 0 0 762 4 5 3 20 0 15 0 97975091 14411579392 1110565 33554432000 4194304 4196468 140735483401328 140495437801456 140496529595010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9060352 140735483406998 140735483409783 140735483409783 140735483412431 0
[pid=13279/tid=13339] ppid=13276 vsize=14073808 memory=1156 CPUtime=7.09 cores=1,3,5,7
/proc/13279/task/13339/stat : 13339 (java) S 13276 13279 3242 0 -1 1077944384 17024 12568 0 0 697 4 5 3 20 0 15 0 97975091 14411579392 1110565 33554432000 4194304 4196468 140735483401328 140495436748912 140496529595010 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9060352 140735483406998 140735483409783 140735483409783 140735483412431 0
[pid=13279/tid=13340] ppid=13276 vsize=14073808 memory=2924 CPUtime=2.18 cores=1,3,5,7
/proc/13279/task/13340/stat : 13340 (java) S 13276 13279 3242 0 -1 1077944384 9326 12568 0 0 205 5 5 3 20 0 15 0 97975091 14411579392 1110565 33554432000 4194304 4196468 140735483401328 140495435696368 140496529595010 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9060352 140735483406998 140735483409783 140735483409783 140735483412431 0
[pid=13279/tid=13341] ppid=13276 vsize=14073808 memory=4144 CPUtime=0.08 cores=1,3,5,7
/proc/13279/task/13341/stat : 13341 (java) S 13276 13279 3242 0 -1 1077944384 3 12568 0 0 0 0 5 3 20 0 15 0 97975091 14411579392 1110565 33554432000 4194304 4196468 140735483401328 140495434644064 140496529594069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9060352 140735483406998 140735483409783 140735483409783 140735483412431 0
[pid=13279/tid=13342] ppid=13276 vsize=14073808 memory=28640 CPUtime=0.21 cores=1,3,5,7
/proc/13279/task/13342/stat : 13342 (java) S 13276 13279 3242 0 -1 1077944384 937 12568 0 0 6 7 5 3 20 0 15 0 97975091 14411579392 1110565 33554432000 4194304 4196468 140735483401328 140495433591600 140496529595010 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9060352 140735483406998 140735483409783 140735483409783 140735483412431 0
Current children cumulated CPU time: 246.6 s
Current children cumulated vsize: 14073808 KiB
Current children cumulated memory: 4442260 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+227.601 s]
/proc/loadavg: 1.90 2.21 2.07 3/215 13470
/proc/meminfo: memFree=19276544/32770624 swapFree=67108860/67108860
[pid=13279] ppid=13276 vsize=14073808 memory=4442248 CPUtime=252.01 cores=1,3,5,7
/proc/13279/stat : 13279 (java) S 13276 13279 3242 0 -1 1077944320 147329 12568 0 0 24986 207 5 3 20 0 15 0 97975076 14411579392 1110562 33554432000 4194304 4196468 140735483401328 140735483383872 140496529583863 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9060352 140735483406998 140735483409783 140735483409783 140735483412431 0
/proc/13279/statm: 3518452 1110562 3505 1 0 3506007 0
[pid=13279/tid=13329] ppid=13276 vsize=14073808 memory=4144 CPUtime=224.88 cores=1,3,5,7
/proc/13279/task/13329/stat : 13329 (java) R 13276 13279 3242 0 -1 4202560 70266 12568 0 0 22420 60 5 3 20 0 15 0 97975085 14411579392 1110562 33554432000 4194304 4196468 140735483401328 140496533818032 140496182125033 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9060352 140735483406998 140735483409783 140735483409783 140735483412431 0
[pid=13279/tid=13330] ppid=13276 vsize=14073808 memory=28640 CPUtime=2.58 cores=1,3,5,7
/proc/13279/task/13330/stat : 13330 (java) S 13276 13279 3242 0 -1 1077944384 2939 12568 0 0 219 31 5 3 20 0 15 0 97975086 14411579392 1110562 33554432000 4194304 4196468 140735483401328 140496124877072 140496529594069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9060352 140735483406998 140735483409783 140735483409783 140735483412431 0
[pid=13279/tid=13331] ppid=13276 vsize=14073808 memory=4442260 CPUtime=2.58 cores=1,3,5,7
/proc/13279/task/13331/stat : 13331 (java) S 13276 13279 3242 0 -1 1077944384 1827 12568 0 0 220 30 5 3 20 0 15 0 97975086 14411579392 1110562 33554432000 4194304 4196468 140735483401328 140496123824528 140496529594069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9060352 140735483406998 140735483409783 140735483409783 140735483412431 0
[pid=13279/tid=13332] ppid=13276 vsize=14073808 memory=6791534058613427641 CPUtime=2.56 cores=1,3,5,7
/proc/13279/task/13332/stat : 13332 (java) S 13276 13279 3242 0 -1 1077944384 3313 12568 0 0 217 31 5 3 20 0 15 0 97975086 14411579392 1110562 33554432000 4194304 4196468 140735483401328 140496122771984 140496529594069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9060352 140735483406998 140735483409783 140735483409783 140735483412431 0
[pid=13279/tid=13333] ppid=13276 vsize=14073808 memory=2408 CPUtime=2.61 cores=1,3,5,7
/proc/13279/task/13333/stat : 13333 (java) S 13276 13279 3242 0 -1 1077944384 5412 12568 0 0 222 31 5 3 20 0 15 0 97975086 14411579392 1110562 33554432000 4194304 4196468 140735483401328 140496121719440 140496529594069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9060352 140735483406998 140735483409783 140735483409783 140735483412431 0
[pid=13279/tid=13334] ppid=13276 vsize=14073808 memory=1732 CPUtime=0.21 cores=1,3,5,7
/proc/13279/task/13334/stat : 13334 (java) S 13276 13279 3242 0 -1 1077944384 13909 12568 0 0 11 2 5 3 20 0 15 0 97975087 14411579392 1110562 33554432000 4194304 4196468 140735483401328 140495442012656 140496529595010 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9060352 140735483406998 140735483409783 140735483409783 140735483412431 0
[pid=13279/tid=13335] ppid=13276 vsize=14073808 memory=1224 CPUtime=0.08 cores=1,3,5,7
/proc/13279/task/13335/stat : 13335 (java) S 13276 13279 3242 0 -1 1077944384 57 12568 0 0 0 0 5 3 20 0 15 0 97975088 14411579392 1110562 33554432000 4194304 4196468 140735483401328 140495440959008 140496529594069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9060352 140735483406998 140735483409783 140735483409783 140735483412431 0
[pid=13279/tid=13336] ppid=13276 vsize=14073808 memory=12032 CPUtime=0.08 cores=1,3,5,7
/proc/13279/task/13336/stat : 13336 (java) S 13276 13279 3242 0 -1 1077944384 48 12568 0 0 0 0 5 3 20 0 15 0 97975088 14411579392 1110562 33554432000 4194304 4196468 140735483401328 140495439906304 140496529594069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9060352 140735483406998 140735483409783 140735483409783 140735483412431 0
[pid=13279/tid=13337] ppid=13276 vsize=14073808 memory=5792 CPUtime=0.08 cores=1,3,5,7
/proc/13279/task/13337/stat : 13337 (java) S 13276 13279 3242 0 -1 1077944384 3 12568 0 0 0 0 5 3 20 0 15 0 97975091 14411579392 1110562 33554432000 4194304 4196468 140735483401328 140495438854864 140496529602459 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9060352 140735483406998 140735483409783 140735483409783 140735483412431 0
[pid=13279/tid=13338] ppid=13276 vsize=14073808 memory=796 CPUtime=7.74 cores=1,3,5,7
/proc/13279/task/13338/stat : 13338 (java) S 13276 13279 3242 0 -1 1077944384 19828 12568 0 0 762 4 5 3 20 0 15 0 97975091 14411579392 1110562 33554432000 4194304 4196468 140735483401328 140495437801456 140496529595010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9060352 140735483406998 140735483409783 140735483409783 140735483412431 0
[pid=13279/tid=13339] ppid=13276 vsize=14073808 memory=6791534058613427641 CPUtime=7.09 cores=1,3,5,7
/proc/13279/task/13339/stat : 13339 (java) S 13276 13279 3242 0 -1 1077944384 17316 12568 0 0 697 4 5 3 20 0 15 0 97975091 14411579392 1110562 33554432000 4194304 4196468 140735483401328 140495436748912 140496529595010 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9060352 140735483406998 140735483409783 140735483409783 140735483412431 0
[pid=13279/tid=13340] ppid=13276 vsize=14073808 memory=288230621803970871 CPUtime=2.18 cores=1,3,5,7
/proc/13279/task/13340/stat : 13340 (java) S 13276 13279 3242 0 -1 1077944384 9326 12568 0 0 205 5 5 3 20 0 15 0 97975091 14411579392 1110562 33554432000 4194304 4196468 140735483401328 140495435696368 140496529595010 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9060352 140735483406998 140735483409783 140735483409783 140735483412431 0
[pid=13279/tid=13341] ppid=13276 vsize=14073808 memory=15262532197681591 CPUtime=0.08 cores=1,3,5,7
/proc/13279/task/13341/stat : 13341 (java) S 13276 13279 3242 0 -1 1077944384 3 12568 0 0 0 0 5 3 20 0 15 0 97975091 14411579392 1110562 33554432000 4194304 4196468 140735483401328 140495434644064 140496529594069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9060352 140735483406998 140735483409783 140735483409783 140735483412431 0
[pid=13279/tid=13342] ppid=13276 vsize=14073808 memory=16976 CPUtime=0.21 cores=1,3,5,7
/proc/13279/task/13342/stat : 13342 (java) S 13276 13279 3242 0 -1 1077944384 937 12568 0 0 6 7 5 3 20 0 15 0 97975091 14411579392 1110562 33554432000 4194304 4196468 140735483401328 140495433591600 140496529595010 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9060352 140735483406998 140735483409783 140735483409783 140735483412431 0
Current children cumulated CPU time: 252.01 s
Current children cumulated vsize: 14073808 KiB
Current children cumulated memory: 4442248 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+228.52 s]
# the end of solver process 13279 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=253.082 s, system=2.14807 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+228.005 s]*
/proc/loadavg: 1.90 2.21 2.07 3/217 13472
/proc/meminfo: memFree=19268196/32770624 swapFree=67108860/67108860
[pid=13279] ppid=13276 vsize=14206936 memory=4450936 CPUtime=253.47 cores=1,3,5,7
/proc/13279/stat : 13279 (java) S 13276 13279 3242 0 -1 1077944320 157299 12568 0 0 25131 208 5 3 20 0 17 0 97975076 14547902464 1112734 33554432000 4194304 4196468 140735483401328 140735483383872 140496529583863 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9060352 140735483406998 140735483409783 140735483409783 140735483412431 0
/proc/13279/statm: 3551734 1112734 3505 1 0 3539289 0
[pid=13279/tid=13329] ppid=13276 vsize=14206936 memory=6791534058613427641 CPUtime=224.89 cores=1,3,5,7
/proc/13279/task/13329/stat : 13329 (java) S 13276 13279 3242 0 -1 1077944384 70952 12568 0 0 22421 60 5 3 20 0 17 0 97975085 14547902464 1112734 33554432000 4194304 4196468 140735483401328 140496533821648 140496529594069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9060352 140735483406998 140735483409783 140735483409783 140735483412431 0
[pid=13279/tid=13330] ppid=13276 vsize=14206936 memory=4872558044660077418 CPUtime=2.92 cores=1,3,5,7
/proc/13279/task/13330/stat : 13330 (java) R 13276 13279 3242 0 -1 1077944384 2978 12568 0 0 253 31 5 3 20 0 17 0 97975086 14547902464 1112734 33554432000 4194304 4196468 140735483401328 140496124877072 140496529594069 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9060352 140735483406998 140735483409783 140735483409783 140735483412431 0
[pid=13279/tid=13331] ppid=13276 vsize=14206936 memory=2696 CPUtime=2.93 cores=1,3,5,7
/proc/13279/task/13331/stat : 13331 (java) R 13276 13279 3242 0 -1 4202560 1855 12568 0 0 255 30 5 3 20 0 17 0 97975086 14547902464 1112734 33554432000 4194304 4196468 140735483401328 140496123824528 140496514580525 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9060352 140735483406998 140735483409783 140735483409783 140735483412431 0
[pid=13279/tid=13332] ppid=13276 vsize=14206936 memory=4144 CPUtime=2.91 cores=1,3,5,7
/proc/13279/task/13332/stat : 13332 (java) R 13276 13279 3242 0 -1 4202560 3354 12568 0 0 252 31 5 3 20 0 17 0 97975086 14547902464 1112734 33554432000 4194304 4196468 140735483401328 140496122771984 140496511193692 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9060352 140735483406998 140735483409783 140735483409783 140735483412431 0
[pid=13279/tid=13333] ppid=13276 vsize=14206936 memory=28640 CPUtime=2.96 cores=1,3,5,7
/proc/13279/task/13333/stat : 13333 (java) R 13276 13279 3242 0 -1 4202560 5450 12568 0 0 257 31 5 3 20 0 17 0 97975086 14547902464 1112734 33554432000 4194304 4196468 140735483401328 140496121719440 140496514282831 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9060352 140735483406998 140735483409783 140735483409783 140735483412431 0
[pid=13279/tid=13334] ppid=13276 vsize=14206936 memory=1196 CPUtime=0.24 cores=1,3,5,7
/proc/13279/task/13334/stat : 13334 (java) S 13276 13279 3242 0 -1 1077944384 22629 12568 0 0 14 2 5 3 20 0 17 0 97975087 14547902464 1112734 33554432000 4194304 4196468 140735483401328 140495442011280 140496529594069 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9060352 140735483406998 140735483409783 140735483409783 140735483412431 0
[pid=13279/tid=13335] ppid=13276 vsize=14206936 memory=15872 CPUtime=0.08 cores=1,3,5,7
/proc/13279/task/13335/stat : 13335 (java) S 13276 13279 3242 0 -1 1077944384 59 12568 0 0 0 0 5 3 20 0 17 0 97975088 14547902464 1112734 33554432000 4194304 4196468 140735483401328 140495440958912 140496529594069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9060352 140735483406998 140735483409783 140735483409783 140735483412431 0
[pid=13279/tid=13336] ppid=13276 vsize=14206936 memory=932 CPUtime=0.08 cores=1,3,5,7
/proc/13279/task/13336/stat : 13336 (java) S 13276 13279 3242 0 -1 1077944384 48 12568 0 0 0 0 5 3 20 0 17 0 97975088 14547902464 1112734 33554432000 4194304 4196468 140735483401328 140495439906304 140496529594069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9060352 140735483406998 140735483409783 140735483409783 140735483412431 0
[pid=13279/tid=13337] ppid=13276 vsize=14206936 memory=1572 CPUtime=0.08 cores=1,3,5,7
/proc/13279/task/13337/stat : 13337 (java) S 13276 13279 3242 0 -1 1077944384 155 12568 0 0 0 0 5 3 20 0 17 0 97975091 14547902464 1112734 33554432000 4194304 4196468 140735483401328 140495438854864 140496529602459 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9060352 140735483406998 140735483409783 140735483409783 140735483412431 0
[pid=13279/tid=13338] ppid=13276 vsize=14206936 memory=2244 CPUtime=7.74 cores=1,3,5,7
/proc/13279/task/13338/stat : 13338 (java) S 13276 13279 3242 0 -1 1077944384 19828 12568 0 0 762 4 5 3 20 0 17 0 97975091 14547902464 1112734 33554432000 4194304 4196468 140735483401328 140495437801456 140496529595010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9060352 140735483406998 140735483409783 140735483409783 140735483412431 0
[pid=13279/tid=13339] ppid=13276 vsize=14206936 memory=4124 CPUtime=7.09 cores=1,3,5,7
/proc/13279/task/13339/stat : 13339 (java) S 13276 13279 3242 0 -1 1077944384 17316 12568 0 0 697 4 5 3 20 0 17 0 97975091 14547902464 1112734 33554432000 4194304 4196468 140735483401328 140495436748912 140496529595010 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9060352 140735483406998 140735483409783 140735483409783 140735483412431 0
[pid=13279/tid=13340] ppid=13276 vsize=14206936 memory=2208 CPUtime=2.18 cores=1,3,5,7
/proc/13279/task/13340/stat : 13340 (java) S 13276 13279 3242 0 -1 1077944384 9326 12568 0 0 205 5 5 3 20 0 17 0 97975091 14547902464 1112734 33554432000 4194304 4196468 140735483401328 140495435696368 140496529595010 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9060352 140735483406998 140735483409783 140735483409783 140735483412431 0
[pid=13279/tid=13341] ppid=13276 vsize=14206936 memory=6508 CPUtime=0.08 cores=1,3,5,7
/proc/13279/task/13341/stat : 13341 (java) S 13276 13279 3242 0 -1 1077944384 3 12568 0 0 0 0 5 3 20 0 17 0 97975091 14547902464 1112734 33554432000 4194304 4196468 140735483401328 140495434644064 140496529594069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9060352 140735483406998 140735483409783 140735483409783 140735483412431 0
[pid=13279/tid=13342] ppid=13276 vsize=14206936 memory=844 CPUtime=0.21 cores=1,3,5,7
/proc/13279/task/13342/stat : 13342 (java) S 13276 13279 3242 0 -1 1077944384 937 12568 0 0 6 7 5 3 20 0 17 0 97975091 14547902464 1112734 33554432000 4194304 4196468 140735483401328 140495433591600 140496529595010 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9060352 140735483406998 140735483409783 140735483409783 140735483412431 0
[pid=13279/tid=13471] ppid=13276 vsize=14206936 memory=1692 CPUtime=0.08 cores=1,3,5,7
/proc/13279/task/13471/stat : 13471 (java) S 13276 13279 3242 0 -1 1077944384 235 12568 0 0 0 0 5 3 20 0 17 0 97997837 14547902464 1112734 33554432000 4194304 4196468 140735483401328 140494797435504 140496529594069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9060352 140735483406998 140735483409783 140735483409783 140735483412431 0
[pid=13279/tid=13472] ppid=13276 vsize=14206936 memory=916 CPUtime=0.08 cores=1,3,5,7
/proc/13279/task/13472/stat : 13472 (java) S 13276 13279 3242 0 -1 1077944384 28 12568 0 0 0 0 5 3 20 0 17 0 97997837 14547902464 1112734 33554432000 4194304 4196468 140735483401328 140494796383680 140496529594069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9060352 140735483406998 140735483409783 140735483409783 140735483412431 0
Current children cumulated CPU time: 253.47 s
Current children cumulated vsize: 14206936 KiB
Current children cumulated memory: 4450936 KiB

[startup+228.401 s]
/proc/loadavg: 1.90 2.21 2.07 3/217 13472
/proc/meminfo: memFree=19268196/32770624 swapFree=67108860/67108860
[pid=13279] ppid=13276 vsize=14206936 memory=4450964 CPUtime=254.91 cores=1,3,5,7
/proc/13279/stat : 13279 (java) S 13276 13279 3242 0 -1 1077944320 157311 12568 0 0 25274 209 5 3 20 0 17 0 97975076 14547902464 1112741 33554432000 4194304 4196468 140735483401328 140735483383872 140496529583863 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 9060352 140735483406998 140735483409783 140735483409783 140735483412431 0
/proc/13279/statm: 3551734 1112741 3505 1 0 3539289 0
[pid=13279/tid=13329] ppid=13276 vsize=14206936 memory=12032 CPUtime=224.89 cores=1,3,5,7
/proc/13279/task/13329/stat : 13329 (java) S 13276 13279 3242 0 -1 1077944384 70952 12568 0 0 22421 60 5 3 20 0 17 0 97975085 14547902464 1112741 33554432000 4194304 4196468 140735483401328 140496533821648 140496529594069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9060352 140735483406998 140735483409783 140735483409783 140735483412431 0
[pid=13279/tid=13330] ppid=13276 vsize=14206936 memory=5792 CPUtime=3.27 cores=1,3,5,7
/proc/13279/task/13330/stat : 13330 (java) R 13276 13279 3242 0 -1 4202560 2979 12568 0 0 288 31 5 3 20 0 17 0 97975086 14547902464 1112741 33554432000 4194304 4196468 140735483401328 140496124877072 140496511180864 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9060352 140735483406998 140735483409783 140735483409783 140735483412431 0
[pid=13279/tid=13331] ppid=13276 vsize=14206936 memory=4442248 CPUtime=3.28 cores=1,3,5,7
/proc/13279/task/13331/stat : 13331 (java) R 13276 13279 3242 0 -1 4202560 1859 12568 0 0 290 30 5 3 20 0 17 0 97975086 14547902464 1112741 33554432000 4194304 4196468 140735483401328 140496123824528 140496514281638 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9060352 140735483406998 140735483409783 140735483409783 140735483412431 0
[pid=13279/tid=13332] ppid=13276 vsize=14206936 memory=1436 CPUtime=3.26 cores=1,3,5,7
/proc/13279/task/13332/stat : 13332 (java) R 13276 13279 3242 0 -1 4202560 3354 12568 0 0 287 31 5 3 20 0 17 0 97975086 14547902464 1112741 33554432000 4194304 4196468 140735483401328 140496122772184 140496514534468 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9060352 140735483406998 140735483409783 140735483409783 140735483412431 0
[pid=13279/tid=13333] ppid=13276 vsize=14206936 memory=33 CPUtime=3.31 cores=1,3,5,7
/proc/13279/task/13333/stat : 13333 (java) R 13276 13279 3242 0 -1 4202560 5454 12568 0 0 292 31 5 3 20 0 17 0 97975086 14547902464 1112741 33554432000 4194304 4196468 140735483401328 140496121719640 140496514037806 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 9060352 140735483406998 140735483409783 140735483409783 140735483412431 0
[pid=13279/tid=13334] ppid=13276 vsize=14206936 memory=-8412656567318647667 CPUtime=0.28 cores=1,3,5,7
/proc/13279/task/13334/stat : 13334 (java) S 13276 13279 3242 0 -1 1077944384 22630 12568 0 0 18 2 5 3 20 0 17 0 97975087 14547902464 1112741 33554432000 4194304 4196468 140735483401328 140495442011056 140496529594069 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9060352 140735483406998 140735483409783 140735483409783 140735483412431 0
[pid=13279/tid=13335] ppid=13276 vsize=14206936 memory=4427205132082312746 CPUtime=0.08 cores=1,3,5,7
/proc/13279/task/13335/stat : 13335 (java) S 13276 13279 3242 0 -1 1077944384 60 12568 0 0 0 0 5 3 20 0 17 0 97975088 14547902464 1112741 33554432000 4194304 4196468 140735483401328 140495440958912 140496529594069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9060352 140735483406998 140735483409783 140735483409783 140735483412431 0
[pid=13279/tid=13336] ppid=13276 vsize=14206936 memory=-8486080722631693414 CPUtime=0.08 cores=1,3,5,7
/proc/13279/task/13336/stat : 13336 (java) S 13276 13279 3242 0 -1 1077944384 48 12568 0 0 0 0 5 3 20 0 17 0 97975088 14547902464 1112741 33554432000 4194304 4196468 140735483401328 140495439906304 140496529594069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9060352 140735483406998 140735483409783 140735483409783 140735483412431 0
[pid=13279/tid=13337] ppid=13276 vsize=14206936 memory=-8412652152092201843 CPUtime=0.08 cores=1,3,5,7
/proc/13279/task/13337/stat : 13337 (java) S 13276 13279 3242 0 -1 1077944384 155 12568 0 0 0 0 5 3 20 0 17 0 97975091 14547902464 1112741 33554432000 4194304 4196468 140735483401328 140495438854864 140496529602459 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9060352 140735483406998 140735483409783 140735483409783 140735483412431 0
[pid=13279/tid=13338] ppid=13276 vsize=14206936 memory=-7023579799431922829 CPUtime=7.74 cores=1,3,5,7
/proc/13279/task/13338/stat : 13338 (java) S 13276 13279 3242 0 -1 1077944384 19828 12568 0 0 762 4 5 3 20 0 17 0 97975091 14547902464 1112741 33554432000 4194304 4196468 140735483401328 140495437801456 140496529595010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9060352 140735483406998 140735483409783 140735483409783 140735483412431 0
[pid=13279/tid=13339] ppid=13276 vsize=14206936 memory=3047711553219693942 CPUtime=7.09 cores=1,3,5,7
/proc/13279/task/13339/stat : 13339 (java) S 13276 13279 3242 0 -1 1077944384 17316 12568 0 0 697 4 5 3 20 0 17 0 97975091 14547902464 1112741 33554432000 4194304 4196468 140735483401328 140495436748912 140496529595010 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9060352 140735483406998 140735483409783 140735483409783 140735483412431 0
[pid=13279/tid=13340] ppid=13276 vsize=14206936 memory=7237111356168890472 CPUtime=2.18 cores=1,3,5,7
/proc/13279/task/13340/stat : 13340 (java) S 13276 13279 3242 0 -1 1077944384 9326 12568 0 0 205 5 5 3 20 0 17 0 97975091 14547902464 1112741 33554432000 4194304 4196468 140735483401328 140495435696368 140496529595010 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9060352 140735483406998 140735483409783 140735483409783 140735483412431 0
[pid=13279/tid=13341] ppid=13276 vsize=14206936 memory=7306086964065756264 CPUtime=0.08 cores=1,3,5,7
/proc/13279/task/13341/stat : 13341 (java) S 13276 13279 3242 0 -1 1077944384 3 12568 0 0 0 0 5 3 20 0 17 0 97975091 14547902464 1112741 33554432000 4194304 4196468 140735483401328 140495434644064 140496529594069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9060352 140735483406998 140735483409783 140735483409783 140735483412431 0
[pid=13279/tid=13342] ppid=13276 vsize=14206936 memory=7656227579931946850 CPUtime=0.21 cores=1,3,5,7
/proc/13279/task/13342/stat : 13342 (java) S 13276 13279 3242 0 -1 1077944384 937 12568 0 0 6 7 5 3 20 0 17 0 97975091 14547902464 1112741 33554432000 4194304 4196468 140735483401328 140495433591600 140496529595010 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9060352 140735483406998 140735483409783 140735483409783 140735483412431 0
[pid=13279/tid=13471] ppid=13276 vsize=14206936 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/13279/task/13471/stat : 13471 (java) S 13276 13279 3242 0 -1 1077944384 235 12568 0 0 0 0 5 3 20 0 17 0 97997837 14547902464 1112741 33554432000 4194304 4196468 140735483401328 140494797435504 140496529594069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9060352 140735483406998 140735483409783 140735483409783 140735483412431 0
[pid=13279/tid=13472] ppid=13276 vsize=14206936 memory=1952 CPUtime=0.08 cores=1,3,5,7
/proc/13279/task/13472/stat : 13472 (java) S 13276 13279 3242 0 -1 1077944384 29 12568 0 0 0 0 5 3 20 0 17 0 97997837 14547902464 1112741 33554432000 4194304 4196468 140735483401328 140494796383680 140496529594069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9060352 140735483406998 140735483409783 140735483409783 140735483412431 0
Current children cumulated CPU time: 254.91 s
Current children cumulated vsize: 14206936 KiB
Current children cumulated memory: 4450964 KiB

[startup+228.508 s]*
/proc/loadavg: 1.90 2.21 2.07 3/202 13472
/proc/meminfo: memFree=23508860/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143
Real time (s): 228.52
CPU time (s): 255.23
CPU user time (s): 253.082
CPU system time (s): 2.14807
CPU usage (%): 111.688
Max. virtual memory (cumulated for all children) (KiB): 14206936
Max. memory (cumulated for all children) (KiB): 4450964

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 253.082
system time used= 2.14807
maximum resident set size= 4451764
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 170115
page faults= 0
swaps= 0
block input operations= 0
block output operations= 464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 15350
involuntary context switches= 384


# summary of solver processes directly reported to runsolver:
#   pid: 13279
#   total CPU time (s): 255.23
#   total CPU user time (s): 253.082
#   total CPU system time (s): 2.14807

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

The end

Launcher Data

Begin job on node149 at 2017-08-13 20:14:43
IDJOB=4259368
IDBENCH=136117
IDSOLVER=2646
FILE ID=node149/4259368-1502648942
RUNJOBID= node149-1502644582-9045
PBS_JOBID= 20628307
Free space on /tmp= 61912 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/BinPacking/BinPacking-mdd-ft/BinPacking-mdd-ft249-19.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4259368-1502648942/watcher-4259368-1502648942 -o /tmp/evaluation-result-4259368-1502648942/solver-4259368-1502648942 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node149-1502644582-9045 --watchdog 312  bin/concrete HOME/instance-4259368-1502648942.xml

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

MD5SUM BENCH= ff12bcd9867be4bcc392b8c45936f1c7
RANDOM SEED=343208077

node149.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.43
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.43
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.43
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.43
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:        23001976 kB
MemAvailable:   27162900 kB
Buffers:          272188 kB
Cached:          4161572 kB
SwapCached:            0 kB
Active:          5972304 kB
Inactive:        3319708 kB
Active(anon):    4860836 kB
Inactive(anon):    24944 kB
Active(file):    1111468 kB
Inactive(file):  3294764 kB
Unevictable:        6360 kB
Mlocked:            6360 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24188 kB
Writeback:             4 kB
AnonPages:       4810516 kB
Mapped:            56940 kB
Shmem:             25224 kB
Slab:             168348 kB
SReclaimable:     141052 kB
SUnreclaim:        27296 kB
KernelStack:        3840 kB
PageTables:        14276 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5982380 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4573184 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       97664 kB
DirectMap2M:    33447936 kB

Free space on /tmp at the end= 61884 MiB
End job on node149 at 2017-08-13 20:18:32