Trace number 4262372

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? (TO) 2520.5701 2483.1101

General information on the benchmark

NameLangford/Langford-m2-s1/
LangfordBin-45.xml
MD5SUMd06dfc4a92b3645075aa026a1be187ca
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables180
Number of constraints135
Number of domains2
Minimum domain size45
Maximum domain size90
Distribution of domain sizes[{"size":45,"count":90},{"size":90,"count":90}]
Minimum variable degree2
Maximum variable degree90
Distribution of variable degrees[{"degree":2,"count":90},{"degree":90,"count":90}]
Minimum constraint arity2
Maximum constraint arity91
Distribution of constraint arities[{"arity":2,"count":45},{"arity":91,"count":90}]
Number of extensional constraints0
Number of intensional constraints45
Distribution of constraint types[{"type":"intension","count":45},{"type":"element","count":90}]
Optimization problemNO
Type of objective

Solver Data

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

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-4262372-1502436439/watcher-4262372-1502436439 -o /tmp/evaluation-result-4262372-1502436439/solver-4262372-1502436439 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502411413-16611 --watchdog 2580 bin/concrete HOME/instance-4262372-1502436439.xml 

pid=21850
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.29 1.34 1.40 3/195 21853
/proc/meminfo: memFree=30983868/32770624 swapFree=0/302360
[pid=21853] ppid=21850 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/21853/stat : 21853 (runsolver) D 21850 21853 16548 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 45839411 24240128 107 18446744073709551615 4194304 4338465 140720411509744 140720411507384 140034634187479 0 0 1 24578 18446744071580418449 0 0 17 4 0 0 0 0 0 6438912 6441760 21356544 140720411517136 140720411517513 140720411517513 140720411520970 0
/proc/21853/statm: 5918 107 54 36 0 2156 0

[startup+0.100061 s]
/proc/loadavg: 1.29 1.34 1.40 3/195 21853
/proc/meminfo: memFree=30983868/32770624 swapFree=0/302360
[pid=21853] ppid=21850 vsize=9508 CPUtime=0 cores=0,2,4,6
/proc/21853/stat : 21853 (bash) S 21850 21853 16548 0 -1 4202496 684 1540 0 0 0 0 0 0 20 0 1 0 45839411 9736192 351 18446744073709551615 4194304 5098028 140732054610512 140732054608152 139622168615936 0 0 5 65536 18446744071580971376 0 0 17 0 0 0 8 0 0 7196144 7232144 19488768 140732054614548 140732054614633 140732054614633 140732054618090 0
/proc/21853/statm: 2377 351 278 221 0 86 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9508

[startup+0.200251 s]
/proc/loadavg: 1.29 1.34 1.40 3/195 21853
/proc/meminfo: memFree=30983868/32770624 swapFree=0/302360
[pid=21853] ppid=21850 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/21853/stat : 21853 (bash) S 21850 21853 16548 0 -1 4202496 897 6479 0 0 0 0 0 1 20 0 1 0 45839411 9867264 377 18446744073709551615 4194304 5098028 140732054610512 140732054604520 139622168615936 0 0 5 65536 18446744071580971376 0 0 17 0 0 0 8 0 0 7196144 7232144 19488768 140732054614548 140732054614633 140732054614633 140732054618090 0
/proc/21853/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300323 s]
/proc/loadavg: 1.29 1.34 1.40 3/195 21853
/proc/meminfo: memFree=30983868/32770624 swapFree=0/302360
[pid=21853] ppid=21850 vsize=13907308 CPUtime=0.14 cores=0,2,4,6
/proc/21853/stat : 21853 (java) S 21850 21853 16548 0 -1 1077944320 5823 12595 0 0 6 0 5 3 20 0 14 0 45839411 14241083392 5502 18446744073709551615 4194304 4196468 140721333138752 140721333121296 140210593292023 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 7049216 140721333147600 140721333150385 140721333150385 140721333153743 0
/proc/21853/statm: 3476827 5502 2564 1 0 3466324 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 13907308

[startup+0.701467 s]
/proc/loadavg: 1.29 1.34 1.40 3/195 21853
/proc/meminfo: memFree=30983868/32770624 swapFree=0/302360
[pid=21853] ppid=21850 vsize=13974784 CPUtime=0.69 cores=0,2,4,6
/proc/21853/stat : 21853 (java) S 21850 21853 16548 0 -1 1077944320 13932 12595 0 0 57 4 5 3 20 0 15 0 45839411 14310178816 14365 18446744073709551615 4194304 4196468 140721333138752 140721333121296 140210593292023 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 7049216 140721333147600 140721333150385 140721333150385 140721333153743 0
/proc/21853/statm: 3493696 14365 3114 1 0 3482965 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 13974784

[startup+1.50061 s]
/proc/loadavg: 1.29 1.34 1.40 4/210 21916
/proc/meminfo: memFree=30892872/32770624 swapFree=0/302396
[pid=21853] ppid=21850 vsize=13985408 CPUtime=1.91 cores=0,2,4,6
/proc/21853/stat : 21853 (java) S 21850 21853 16548 0 -1 1077944320 27612 12595 0 0 176 7 5 3 20 0 15 0 45839411 14321057792 37057 18446744073709551615 4194304 4196468 140721333138752 140721333121296 140210593292023 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 7049216 140721333147600 140721333150385 140721333150385 140721333153743 0
/proc/21853/statm: 3496352 37057 3348 1 0 3485525 0
[pid=21853/tid=21903] ppid=21850 vsize=13985408 CPUtime=1.3 cores=0,2,4,6
/proc/21853/task/21903/stat : 21903 (java) S 21850 21853 16548 0 -1 1077944384 21710 12595 0 0 117 5 5 3 20 0 15 0 45839433 14321057792 37057 18446744073709551615 4194304 4196468 140721333138752 140210597515776 140210593302229 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 7049216 140721333147600 140721333150385 140721333150385 140721333153743 0
[pid=21853/tid=21904] ppid=21850 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/21853/task/21904/stat : 21904 (java) S 21850 21853 16548 0 -1 1077944384 27 12595 0 0 0 0 5 3 20 0 15 0 45839433 14321057792 37057 18446744073709551615 4194304 4196468 140721333138752 140210193230352 140210593302229 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7049216 140721333147600 140721333150385 140721333150385 140721333153743 0
[pid=21853/tid=21905] ppid=21850 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/21853/task/21905/stat : 21905 (java) S 21850 21853 16548 0 -1 1077944384 51 12595 0 0 0 0 5 3 20 0 15 0 45839433 14321057792 37057 18446744073709551615 4194304 4196468 140721333138752 140210192177808 140210593302229 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7049216 140721333147600 140721333150385 140721333150385 140721333153743 0
[pid=21853/tid=21906] ppid=21850 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/21853/task/21906/stat : 21906 (java) S 21850 21853 16548 0 -1 1077944384 42 12595 0 0 0 0 5 3 20 0 15 0 45839433 14321057792 37057 18446744073709551615 4194304 4196468 140721333138752 140210191124752 140210593302229 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7049216 140721333147600 140721333150385 140721333150385 140721333153743 0
[pid=21853/tid=21907] ppid=21850 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/21853/task/21907/stat : 21907 (java) S 21850 21853 16548 0 -1 1077944384 189 12595 0 0 0 0 5 3 20 0 15 0 45839433 14321057792 37057 18446744073709551615 4194304 4196468 140721333138752 140210190072208 140210593302229 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7049216 140721333147600 140721333150385 140721333150385 140721333153743 0
[pid=21853/tid=21908] ppid=21850 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/21853/task/21908/stat : 21908 (java) R 21850 21853 16548 0 -1 4202560 46 12595 0 0 0 0 5 3 20 0 15 0 45839435 14321057792 37057 18446744073709551615 4194304 4196468 140721333138752 140210071364864 140210586391906 0 0 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7049216 140721333147600 140721333150385 140721333150385 140721333153743 0
[pid=21853/tid=21909] ppid=21850 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/21853/task/21909/stat : 21909 (java) S 21850 21853 16548 0 -1 1077944384 33 12595 0 0 0 0 5 3 20 0 15 0 45839435 14321057792 37057 18446744073709551615 4194304 4196468 140721333138752 140210070312608 140210593302229 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7049216 140721333147600 140721333150385 140721333150385 140721333153743 0
[pid=21853/tid=21910] ppid=21850 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/21853/task/21910/stat : 21910 (java) S 21850 21853 16548 0 -1 1077944384 21 12595 0 0 0 0 5 3 20 0 15 0 45839435 14321057792 37057 18446744073709551615 4194304 4196468 140721333138752 140210069259504 140210593302229 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7049216 140721333147600 140721333150385 140721333150385 140721333153743 0
[pid=21853/tid=21911] ppid=21850 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/21853/task/21911/stat : 21911 (java) S 21850 21853 16548 0 -1 1077944384 3 12595 0 0 0 0 5 3 20 0 15 0 45839438 14321057792 37057 18446744073709551615 4194304 4196468 140721333138752 140210068208080 140210593310619 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7049216 140721333147600 140721333150385 140721333150385 140721333153743 0
[pid=21853/tid=21912] ppid=21850 vsize=13985408 CPUtime=0.27 cores=0,2,4,6
/proc/21853/task/21912/stat : 21912 (java) S 21850 21853 16548 0 -1 1077944384 1325 12595 0 0 19 0 5 3 20 0 15 0 45839438 14321057792 37057 18446744073709551615 4194304 4196468 140721333138752 140210067155184 140210593303170 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7049216 140721333147600 140721333150385 140721333150385 140721333153743 0
[pid=21853/tid=21913] ppid=21850 vsize=13985408 CPUtime=0.23 cores=0,2,4,6
/proc/21853/task/21913/stat : 21913 (java) S 21850 21853 16548 0 -1 1077944384 663 12595 0 0 15 0 5 3 20 0 15 0 45839438 14321057792 37057 18446744073709551615 4194304 4196468 140721333138752 140210066102640 140210593303170 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7049216 140721333147600 140721333150385 140721333150385 140721333153743 0
[pid=21853/tid=21914] ppid=21850 vsize=13985408 CPUtime=0.31 cores=0,2,4,6
/proc/21853/task/21914/stat : 21914 (java) S 21850 21853 16548 0 -1 1077944384 1333 12595 0 0 23 0 5 3 20 0 15 0 45839438 14321057792 37057 18446744073709551615 4194304 4196468 140721333138752 140210065045312 140210593302229 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7049216 140721333147600 140721333150385 140721333150385 140721333153743 0
[pid=21853/tid=21915] ppid=21850 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/21853/task/21915/stat : 21915 (java) S 21850 21853 16548 0 -1 1077944384 3 12595 0 0 0 0 5 3 20 0 15 0 45839438 14321057792 37057 18446744073709551615 4194304 4196468 140721333138752 140210063997280 140210593302229 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7049216 140721333147600 140721333150385 140721333150385 140721333153743 0
[pid=21853/tid=21916] ppid=21850 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/21853/task/21916/stat : 21916 (java) S 21850 21853 16548 0 -1 1077944384 10 12595 0 0 0 0 5 3 20 0 15 0 45839443 14321057792 37057 18446744073709551615 4194304 4196468 140721333138752 140210062945328 140210593303170 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7049216 140721333147600 140721333150385 140721333150385 140721333153743 0
Current children cumulated CPU time (s) 1.91
Current children cumulated vsize (KiB) 13985408

[startup+3.10096 s]
/proc/loadavg: 1.29 1.34 1.40 4/210 21916
/proc/meminfo: memFree=30819580/32770624 swapFree=0/302396
[pid=21853] ppid=21850 vsize=13999932 CPUtime=5.63 cores=0,2,4,6
/proc/21853/stat : 21853 (java) S 21850 21853 16548 0 -1 1077944320 41953 12595 0 0 540 15 5 3 20 0 15 0 45839411 14335930368 53621 18446744073709551615 4194304 4196468 140721333138752 140721333121296 140210593292023 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 7049216 140721333147600 140721333150385 140721333150385 140721333153743 0
/proc/21853/statm: 3499983 53621 3451 1 0 3488597 0
[pid=21853/tid=21903] ppid=21850 vsize=13999932 CPUtime=2.87 cores=0,2,4,6
/proc/21853/task/21903/stat : 21903 (java) R 21850 21853 16548 0 -1 4202560 30097 12595 0 0 271 8 5 3 20 0 15 0 45839433 14335930368 53621 18446744073709551615 4194304 4196468 140721333138752 140210597501168 140210573567817 0 4 1 16800974 0 0 0 -1 6 0 0 3 0 0 6293624 6294260 7049216 140721333147600 140721333150385 140721333150385 140721333153743 0
[pid=21853/tid=21904] ppid=21850 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/21853/task/21904/stat : 21904 (java) S 21850 21853 16548 0 -1 1077944384 37 12595 0 0 0 0 5 3 20 0 15 0 45839433 14335930368 53621 18446744073709551615 4194304 4196468 140721333138752 140210193230352 140210593302229 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7049216 140721333147600 140721333150385 140721333150385 140721333153743 0
[pid=21853/tid=21905] ppid=21850 vsize=13999932 CPUtime=0.09 cores=0,2,4,6
/proc/21853/task/21905/stat : 21905 (java) S 21850 21853 16548 0 -1 1077944384 69 12595 0 0 1 0 5 3 20 0 15 0 45839433 14335930368 53621 18446744073709551615 4194304 4196468 140721333138752 140210192177808 140210593302229 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7049216 140721333147600 140721333150385 140721333150385 140721333153743 0
[pid=21853/tid=21906] ppid=21850 vsize=13999932 CPUtime=0.09 cores=0,2,4,6
/proc/21853/task/21906/stat : 21906 (java) S 21850 21853 16548 0 -1 1077944384 52 12595 0 0 1 0 5 3 20 0 15 0 45839433 14335930368 53621 18446744073709551615 4194304 4196468 140721333138752 140210191124752 140210593302229 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7049216 140721333147600 140721333150385 140721333150385 140721333153743 0
[pid=21853/tid=21907] ppid=21850 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/21853/task/21907/stat : 21907 (java) S 21850 21853 16548 0 -1 1077944384 205 12595 0 0 0 0 5 3 20 0 15 0 45839433 14335930368 53621 18446744073709551615 4194304 4196468 140721333138752 140210190072208 140210593302229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7049216 140721333147600 140721333150385 140721333150385 140721333153743 0
[pid=21853/tid=21908] ppid=21850 vsize=13999932 CPUtime=0.09 cores=0,2,4,6
/proc/21853/task/21908/stat : 21908 (java) S 21850 21853 16548 0 -1 1077944384 1665 12595 0 0 1 0 5 3 20 0 15 0 45839435 14335930368 53621 18446744073709551615 4194304 4196468 140721333138752 140210071366384 140210593303170 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7049216 140721333147600 140721333150385 140721333150385 140721333153743 0
[pid=21853/tid=21909] ppid=21850 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/21853/task/21909/stat : 21909 (java) S 21850 21853 16548 0 -1 1077944384 56 12595 0 0 0 0 5 3 20 0 15 0 45839435 14335930368 53621 18446744073709551615 4194304 4196468 140721333138752 140210070312672 140210593302229 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7049216 140721333147600 140721333150385 140721333150385 140721333153743 0
[pid=21853/tid=21910] ppid=21850 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/21853/task/21910/stat : 21910 (java) S 21850 21853 16548 0 -1 1077944384 43 12595 0 0 0 0 5 3 20 0 15 0 45839435 14335930368 53621 18446744073709551615 4194304 4196468 140721333138752 140210069259504 140210593302229 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7049216 140721333147600 140721333150385 140721333150385 140721333153743 0
[pid=21853/tid=21911] ppid=21850 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/21853/task/21911/stat : 21911 (java) S 21850 21853 16548 0 -1 1077944384 3 12595 0 0 0 0 5 3 20 0 15 0 45839438 14335930368 53621 18446744073709551615 4194304 4196468 140721333138752 140210068208080 140210593310619 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7049216 140721333147600 140721333150385 140721333150385 140721333153743 0
[pid=21853/tid=21912] ppid=21850 vsize=13999932 CPUtime=0.93 cores=0,2,4,6
/proc/21853/task/21912/stat : 21912 (java) S 21850 21853 16548 0 -1 1077944384 2156 12595 0 0 84 1 5 3 20 0 15 0 45839438 14335930368 53621 18446744073709551615 4194304 4196468 140721333138752 140210067155184 140210593303170 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7049216 140721333147600 140721333150385 140721333150385 140721333153743 0
[pid=21853/tid=21913] ppid=21850 vsize=13999932 CPUtime=0.85 cores=0,2,4,6
/proc/21853/task/21913/stat : 21913 (java) S 21850 21853 16548 0 -1 1077944384 1431 12595 0 0 76 1 5 3 20 0 15 0 45839438 14335930368 53621 18446744073709551615 4194304 4196468 140721333138752 140210066102640 140210593303170 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7049216 140721333147600 140721333150385 140721333150385 140721333153743 0
[pid=21853/tid=21914] ppid=21850 vsize=13999932 CPUtime=1.11 cores=0,2,4,6
/proc/21853/task/21914/stat : 21914 (java) S 21850 21853 16548 0 -1 1077944384 3967 12595 0 0 101 2 5 3 20 0 15 0 45839438 14335930368 53621 18446744073709551615 4194304 4196468 140721333138752 140210065049584 140210593303170 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7049216 140721333147600 140721333150385 140721333150385 140721333153743 0
[pid=21853/tid=21915] ppid=21850 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/21853/task/21915/stat : 21915 (java) S 21850 21853 16548 0 -1 1077944384 3 12595 0 0 0 0 5 3 20 0 15 0 45839438 14335930368 53621 18446744073709551615 4194304 4196468 140721333138752 140210063997280 140210593302229 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7049216 140721333147600 140721333150385 140721333150385 140721333153743 0
[pid=21853/tid=21916] ppid=21850 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/21853/task/21916/stat : 21916 (java) S 21850 21853 16548 0 -1 1077944384 13 12595 0 0 0 0 5 3 20 0 15 0 45839443 14335930368 53621 18446744073709551615 4194304 4196468 140721333138752 140210062945328 140210593303170 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7049216 140721333147600 140721333150385 140721333150385 140721333153743 0
Current children cumulated CPU time (s) 5.63
Current children cumulated vsize (KiB) 13999932

[startup+6.30075 s]
/proc/loadavg: 1.50 1.38 1.42 6/210 21916
/proc/meminfo: memFree=30628568/32770624 swapFree=0/302396
[pid=21853] ppid=21850 vsize=14067516 CPUtime=13.08 cores=0,2,4,6
/proc/21853/stat : 21853 (java) S 21850 21853 16548 0 -1 1077944320 70875 12595 0 0 1274 26 5 3 20 0 15 0 45839411 14405136384 96154 18446744073709551615 4194304 4196468 140721333138752 140721333121296 140210593292023 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 7049216 140721333147600 140721333150385 140721333150385 140721333153743 0
/proc/21853/statm: 3516879 96154 3471 1 0 3505493 0
[pid=21853/tid=21903] ppid=21850 vsize=14067516 CPUtime=6 cores=0,2,4,6
/proc/21853/task/21903/stat : 21903 (java) R 21850 21853 16548 0 -1 4202560 47531 12595 0 0 577 15 5 3 20 0 15 0 45839433 14405136384 96154 18446744073709551615 4194304 4196468 140721333138752 140210597526096 140210244394356 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 7049216 140721333147600 140721333150385 140721333150385 140721333153743 0
[pid=21853/tid=21904] ppid=21850 vsize=14067516 CPUtime=0.12 cores=0,2,4,6
/proc/21853/task/21904/stat : 21904 (java) S 21850 21853 16548 0 -1 1077944384 91 12595 0 0 4 0 5 3 20 0 15 0 45839433 14405136384 96154 18446744073709551615 4194304 4196468 140721333138752 140210193230352 140210593302229 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7049216 140721333147600 140721333150385 140721333150385 140721333153743 0
[pid=21853/tid=21905] ppid=21850 vsize=14067516 CPUtime=0.11 cores=0,2,4,6
/proc/21853/task/21905/stat : 21905 (java) S 21850 21853 16548 0 -1 1077944384 125 12595 0 0 3 0 5 3 20 0 15 0 45839433 14405136384 96154 18446744073709551615 4194304 4196468 140721333138752 140210192177808 140210593302229 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7049216 140721333147600 140721333150385 140721333150385 140721333153743 0
[pid=21853/tid=21906] ppid=21850 vsize=14067516 CPUtime=0.12 cores=0,2,4,6
/proc/21853/task/21906/stat : 21906 (java) S 21850 21853 16548 0 -1 1077944384 152 12595 0 0 4 0 5 3 20 0 15 0 45839433 14405136384 96154 18446744073709551615 4194304 4196468 140721333138752 140210191124752 140210593302229 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7049216 140721333147600 140721333150385 140721333150385 140721333153743 0
[pid=21853/tid=21907] ppid=21850 vsize=14067516 CPUtime=0.12 cores=0,2,4,6
/proc/21853/task/21907/stat : 21907 (java) S 21850 21853 16548 0 -1 1077944384 1110 12595 0 0 3 1 5 3 20 0 15 0 45839433 14405136384 96154 18446744073709551615 4194304 4196468 140721333138752 140210190072208 140210593302229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7049216 140721333147600 140721333150385 140721333150385 140721333153743 0
[pid=21853/tid=21908] ppid=21850 vsize=14067516 CPUtime=0.11 cores=0,2,4,6
/proc/21853/task/21908/stat : 21908 (java) S 21850 21853 16548 0 -1 1077944384 2356 12595 0 0 3 0 5 3 20 0 15 0 45839435 14405136384 96154 18446744073709551615 4194304 4196468 140721333138752 140210071366384 140210593303170 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7049216 140721333147600 140721333150385 140721333150385 140721333153743 0
[pid=21853/tid=21909] ppid=21850 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/21853/task/21909/stat : 21909 (java) S 21850 21853 16548 0 -1 1077944384 56 12595 0 0 0 0 5 3 20 0 15 0 45839435 14405136384 96154 18446744073709551615 4194304 4196468 140721333138752 140210070312736 140210593302229 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7049216 140721333147600 140721333150385 140721333150385 140721333153743 0
[pid=21853/tid=21910] ppid=21850 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/21853/task/21910/stat : 21910 (java) S 21850 21853 16548 0 -1 1077944384 43 12595 0 0 0 0 5 3 20 0 15 0 45839435 14405136384 96154 18446744073709551615 4194304 4196468 140721333138752 140210069259520 140210593302229 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7049216 140721333147600 140721333150385 140721333150385 140721333153743 0
[pid=21853/tid=21911] ppid=21850 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/21853/task/21911/stat : 21911 (java) S 21850 21853 16548 0 -1 1077944384 3 12595 0 0 0 0 5 3 20 0 15 0 45839438 14405136384 96154 18446744073709551615 4194304 4196468 140721333138752 140210068208080 140210593310619 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7049216 140721333147600 140721333150385 140721333150385 140721333153743 0
[pid=21853/tid=21912] ppid=21850 vsize=14067516 CPUtime=2.85 cores=0,2,4,6
/proc/21853/task/21912/stat : 21912 (java) S 21850 21853 16548 0 -1 1077944384 7227 12595 0 0 276 1 5 3 20 0 15 0 45839438 14405136384 96154 18446744073709551615 4194304 4196468 140721333138752 140210067155184 140210593303170 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7049216 140721333147600 140721333150385 140721333150385 140721333153743 0
[pid=21853/tid=21913] ppid=21850 vsize=14067516 CPUtime=2.7 cores=0,2,4,6
/proc/21853/task/21913/stat : 21913 (java) S 21850 21853 16548 0 -1 1077944384 5337 12595 0 0 260 2 5 3 20 0 15 0 45839438 14405136384 96154 18446744073709551615 4194304 4196468 140721333138752 140210066102640 140210593303170 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7049216 140721333147600 140721333150385 140721333150385 140721333153743 0
[pid=21853/tid=21914] ppid=21850 vsize=14067516 CPUtime=1.49 cores=0,2,4,6
/proc/21853/task/21914/stat : 21914 (java) S 21850 21853 16548 0 -1 1077944384 4670 12595 0 0 138 3 5 3 20 0 15 0 45839438 14405136384 96154 18446744073709551615 4194304 4196468 140721333138752 140210065049584 140210593303170 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7049216 140721333147600 140721333150385 140721333150385 140721333153743 0
[pid=21853/tid=21915] ppid=21850 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/21853/task/21915/stat : 21915 (java) S 21850 21853 16548 0 -1 1077944384 3 12595 0 0 0 0 5 3 20 0 15 0 45839438 14405136384 96154 18446744073709551615 4194304 4196468 140721333138752 140210063997280 140210593302229 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7049216 140721333147600 140721333150385 140721333150385 140721333153743 0
[pid=21853/tid=21916] ppid=21850 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/21853/task/21916/stat : 21916 (java) S 21850 21853 16548 0 -1 1077944384 15 12595 0 0 0 0 5 3 20 0 15 0 45839443 14405136384 96154 18446744073709551615 4194304 4196468 140721333138752 140210062945328 140210593303170 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7049216 140721333147600 140721333150385 140721333150385 140721333153743 0
Current children cumulated CPU time (s) 13.08
Current children cumulated vsize (KiB) 14067516

[startup+12.7008 s]
/proc/loadavg: 1.54 1.39 1.42 4/210 21916
/proc/meminfo: memFree=30459792/32770624 swapFree=0/302388
[pid=21853] ppid=21850 vsize=14067516 CPUtime=19.77 cores=0,2,4,6
/proc/21853/stat : 21853 (java) S 21850 21853 16548 0 -1 1077944320 79623 12595 0 0 1939 30 5 3 20 0 15 0 45839411 14405136384 136235 18446744073709551615 4194304 4196468 140721333138752 140721333121296 140210593292023 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 7049216 140721333147600 140721333150385 140721333150385 140721333153743 0
/proc/21853/statm: 3516879 136235 3472 1 0 3505493 0
[pid=21853/tid=21903] ppid=21850 vsize=14067516 CPUtime=12.38 cores=0,2,4,6
/proc/21853/task/21903/stat : 21903 (java) R 21850 21853 16548 0 -1 4202560 48798 12595 0 0 1212 18 5 3 20 0 15 0 45839433 14405136384 136235 18446744073709551615 4194304 4196468 140721333138752 140210597526144 140210243641019 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 7049216 140721333147600 140721333150385 140721333150385 140721333153743 0
[pid=21853/tid=21904] ppid=21850 vsize=14067516 CPUtime=0.14 cores=0,2,4,6
/proc/21853/task/21904/stat : 21904 (java) S 21850 21853 16548 0 -1 1077944384 153 12595 0 0 5 1 5 3 20 0 15 0 45839433 14405136384 136235 18446744073709551615 4194304 4196468 140721333138752 140210193230352 140210593302229 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7049216 140721333147600 140721333150385 140721333150385 140721333153743 0
[pid=21853/tid=21905] ppid=21850 vsize=14067516 CPUtime=0.13 cores=0,2,4,6
/proc/21853/task/21905/stat : 21905 (java) S 21850 21853 16548 0 -1 1077944384 138 12595 0 0 4 1 5 3 20 0 15 0 45839433 14405136384 136235 18446744073709551615 4194304 4196468 140721333138752 140210192177808 140210593302229 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7049216 140721333147600 140721333150385 140721333150385 140721333153743 0
[pid=21853/tid=21906] ppid=21850 vsize=14067516 CPUtime=0.13 cores=0,2,4,6
/proc/21853/task/21906/stat : 21906 (java) S 21850 21853 16548 0 -1 1077944384 588 12595 0 0 5 0 5 3 20 0 15 0 45839433 14405136384 136235 18446744073709551615 4194304 4196468 140721333138752 140210191124752 140210593302229 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7049216 140721333147600 140721333150385 140721333150385 140721333153743 0
[pid=21853/tid=21907] ppid=21850 vsize=14067516 CPUtime=0.13 cores=0,2,4,6
/proc/21853/task/21907/stat : 21907 (java) S 21850 21853 16548 0 -1 1077944384 1343 12595 0 0 4 1 5 3 20 0 15 0 45839433 14405136384 136235 18446744073709551615 4194304 4196468 140721333138752 140210190072208 140210593302229 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7049216 140721333147600 140721333150385 140721333150385 140721333153743 0
[pid=21853/tid=21908] ppid=21850 vsize=14067516 CPUtime=0.12 cores=0,2,4,6
/proc/21853/task/21908/stat : 21908 (java) S 21850 21853 16548 0 -1 1077944384 2681 12595 0 0 4 0 5 3 20 0 15 0 45839435 14405136384 136235 18446744073709551615 4194304 4196468 140721333138752 140210071366384 140210593303170 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7049216 140721333147600 140721333150385 140721333150385 140721333153743 0
[pid=21853/tid=21909] ppid=21850 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/21853/task/21909/stat : 21909 (java) S 21850 21853 16548 0 -1 1077944384 56 12595 0 0 0 0 5 3 20 0 15 0 45839435 14405136384 136235 18446744073709551615 4194304 4196468 140721333138752 140210070312736 140210593302229 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7049216 140721333147600 140721333150385 140721333150385 140721333153743 0
[pid=21853/tid=21910] ppid=21850 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/21853/task/21910/stat : 21910 (java) S 21850 21853 16548 0 -1 1077944384 43 12595 0 0 0 0 5 3 20 0 15 0 45839435 14405136384 136235 18446744073709551615 4194304 4196468 140721333138752 140210069259520 140210593302229 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7049216 140721333147600 140721333150385 140721333150385 140721333153743 0
[pid=21853/tid=21911] ppid=21850 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/21853/task/21911/stat : 21911 (java) S 21850 21853 16548 0 -1 1077944384 3 12595 0 0 0 0 5 3 20 0 15 0 45839438 14405136384 136235 18446744073709551615 4194304 4196468 140721333138752 140210068208080 140210593310619 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7049216 140721333147600 140721333150385 140721333150385 140721333153743 0

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

/proc/21853/task/21915/stat : 21915 (java) S 21850 21853 16548 0 -1 1077944384 3 12595 0 0 0 0 5 3 20 0 15 0 45839438 14405136384 153416 18446744073709551615 4194304 4196468 140721333138752 140210063997280 140210593302229 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7049216 140721333147600 140721333150385 140721333150385 140721333153743 0
[pid=21853/tid=21916] ppid=21850 vsize=14067516 CPUtime=1.54 cores=0,2,4,6
/proc/21853/task/21916/stat : 21916 (java) S 21850 21853 16548 0 -1 1077944384 1056 12595 0 0 75 71 5 3 20 0 15 0 45839443 14405136384 153416 18446744073709551615 4194304 4196468 140721333138752 140210062945328 140210593303170 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7049216 140721333147600 140721333150385 140721333150385 140721333153743 0
Current children cumulated CPU time (s) 2418.23
Current children cumulated vsize (KiB) 14067516

[startup+2442.3 s]
/proc/loadavg: 1.49 1.50 1.47 3/209 22182
/proc/meminfo: memFree=30051372/32770624 swapFree=0/303040
[pid=21853] ppid=21850 vsize=14067516 CPUtime=2478.94 cores=0,2,4,6
/proc/21853/stat : 21853 (java) S 21850 21853 16548 0 -1 1077944320 175280 12595 0 0 247560 326 5 3 20 0 15 0 45839411 14405136384 153416 18446744073709551615 4194304 4196468 140721333138752 140721333121296 140210593292023 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 7049216 140721333147600 140721333150385 140721333150385 140721333153743 0
/proc/21853/statm: 3516879 153416 3477 1 0 3505493 0
[pid=21853/tid=21903] ppid=21850 vsize=14067516 CPUtime=2417.6 cores=0,2,4,6
/proc/21853/task/21903/stat : 21903 (java) R 21850 21853 16548 0 -1 4202560 83031 12595 0 0 241703 49 5 3 20 0 15 0 45839433 14405136384 153416 18446744073709551615 4194304 4196468 140721333138752 140210597526144 140210245103432 0 4 1 16800974 0 0 0 -1 6 0 0 3 0 0 6293624 6294260 7049216 140721333147600 140721333150385 140721333150385 140721333153743 0
[pid=21853/tid=21904] ppid=21850 vsize=14067516 CPUtime=10.74 cores=0,2,4,6
/proc/21853/task/21904/stat : 21904 (java) S 21850 21853 16548 0 -1 1077944384 7434 12595 0 0 1011 55 5 3 20 0 15 0 45839433 14405136384 153416 18446744073709551615 4194304 4196468 140721333138752 140210193230352 140210593302229 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7049216 140721333147600 140721333150385 140721333150385 140721333153743 0
[pid=21853/tid=21905] ppid=21850 vsize=14067516 CPUtime=10.75 cores=0,2,4,6
/proc/21853/task/21905/stat : 21905 (java) S 21850 21853 16548 0 -1 1077944384 10361 12595 0 0 1010 57 5 3 20 0 15 0 45839433 14405136384 153416 18446744073709551615 4194304 4196468 140721333138752 140210192177808 140210593302229 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7049216 140721333147600 140721333150385 140721333150385 140721333153743 0
[pid=21853/tid=21906] ppid=21850 vsize=14067516 CPUtime=10.74 cores=0,2,4,6
/proc/21853/task/21906/stat : 21906 (java) S 21850 21853 16548 0 -1 1077944384 7709 12595 0 0 1019 47 5 3 20 0 15 0 45839433 14405136384 153416 18446744073709551615 4194304 4196468 140721333138752 140210191124752 140210593302229 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7049216 140721333147600 140721333150385 140721333150385 140721333153743 0
[pid=21853/tid=21907] ppid=21850 vsize=14067516 CPUtime=10.73 cores=0,2,4,6
/proc/21853/task/21907/stat : 21907 (java) S 21850 21853 16548 0 -1 1077944384 9688 12595 0 0 1015 50 5 3 20 0 15 0 45839433 14405136384 153416 18446744073709551615 4194304 4196468 140721333138752 140210190072208 140210593302229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7049216 140721333147600 140721333150385 140721333150385 140721333153743 0
[pid=21853/tid=21908] ppid=21850 vsize=14067516 CPUtime=9.86 cores=0,2,4,6
/proc/21853/task/21908/stat : 21908 (java) S 21850 21853 16548 0 -1 1077944384 10667 12595 0 0 926 52 5 3 20 0 15 0 45839435 14405136384 153416 18446744073709551615 4194304 4196468 140721333138752 140210071366384 140210593303170 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7049216 140721333147600 140721333150385 140721333150385 140721333153743 0
[pid=21853/tid=21909] ppid=21850 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/21853/task/21909/stat : 21909 (java) S 21850 21853 16548 0 -1 1077944384 56 12595 0 0 0 0 5 3 20 0 15 0 45839435 14405136384 153416 18446744073709551615 4194304 4196468 140721333138752 140210070312736 140210593302229 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7049216 140721333147600 140721333150385 140721333150385 140721333153743 0
[pid=21853/tid=21910] ppid=21850 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/21853/task/21910/stat : 21910 (java) S 21850 21853 16548 0 -1 1077944384 43 12595 0 0 0 0 5 3 20 0 15 0 45839435 14405136384 153416 18446744073709551615 4194304 4196468 140721333138752 140210069259520 140210593302229 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7049216 140721333147600 140721333150385 140721333150385 140721333153743 0
[pid=21853/tid=21911] ppid=21850 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/21853/task/21911/stat : 21911 (java) S 21850 21853 16548 0 -1 1077944384 3 12595 0 0 0 0 5 3 20 0 15 0 45839438 14405136384 153416 18446744073709551615 4194304 4196468 140721333138752 140210068208080 140210593310619 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7049216 140721333147600 140721333150385 140721333150385 140721333153743 0
[pid=21853/tid=21912] ppid=21850 vsize=14067516 CPUtime=3.07 cores=0,2,4,6
/proc/21853/task/21912/stat : 21912 (java) S 21850 21853 16548 0 -1 1077944384 15336 12595 0 0 297 2 5 3 20 0 15 0 45839438 14405136384 153416 18446744073709551615 4194304 4196468 140721333138752 140210067155184 140210593303170 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7049216 140721333147600 140721333150385 140721333150385 140721333153743 0
[pid=21853/tid=21913] ppid=21850 vsize=14067516 CPUtime=2.93 cores=0,2,4,6
/proc/21853/task/21913/stat : 21913 (java) S 21850 21853 16548 0 -1 1077944384 13627 12595 0 0 282 3 5 3 20 0 15 0 45839438 14405136384 153416 18446744073709551615 4194304 4196468 140721333138752 140210066102640 140210593303170 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7049216 140721333147600 140721333150385 140721333150385 140721333153743 0
[pid=21853/tid=21914] ppid=21850 vsize=14067516 CPUtime=1.57 cores=0,2,4,6
/proc/21853/task/21914/stat : 21914 (java) S 21850 21853 16548 0 -1 1077944384 14095 12595 0 0 145 4 5 3 20 0 15 0 45839438 14405136384 153416 18446744073709551615 4194304 4196468 140721333138752 140210065049584 140210593303170 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7049216 140721333147600 140721333150385 140721333150385 140721333153743 0
[pid=21853/tid=21915] ppid=21850 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/21853/task/21915/stat : 21915 (java) S 21850 21853 16548 0 -1 1077944384 3 12595 0 0 0 0 5 3 20 0 15 0 45839438 14405136384 153416 18446744073709551615 4194304 4196468 140721333138752 140210063997280 140210593302229 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7049216 140721333147600 140721333150385 140721333150385 140721333153743 0
[pid=21853/tid=21916] ppid=21850 vsize=14067516 CPUtime=1.57 cores=0,2,4,6
/proc/21853/task/21916/stat : 21916 (java) S 21850 21853 16548 0 -1 1077944384 1071 12595 0 0 76 73 5 3 20 0 15 0 45839443 14405136384 153416 18446744073709551615 4194304 4196468 140721333138752 140210062945328 140210593303170 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7049216 140721333147600 140721333150385 140721333150385 140721333153743 0
Current children cumulated CPU time (s) 2478.94
Current children cumulated vsize (KiB) 14067516



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2482.9 s]
/proc/loadavg: 1.46 1.49 1.47 3/209 22184
/proc/meminfo: memFree=30051108/32770624 swapFree=0/303060
[pid=21853] ppid=21850 vsize=14067516 CPUtime=2520.01 cores=0,2,4,6
/proc/21853/stat : 21853 (java) S 21850 21853 16548 0 -1 1077944320 176264 12595 0 0 251663 330 5 3 20 0 15 0 45839411 14405136384 153416 18446744073709551615 4194304 4196468 140721333138752 140721333121296 140210593292023 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 7049216 140721333147600 140721333150385 140721333150385 140721333153743 0
/proc/21853/statm: 3516879 153416 3477 1 0 3505493 0
[pid=21853/tid=21903] ppid=21850 vsize=14067516 CPUtime=2457.83 cores=0,2,4,6
/proc/21853/task/21903/stat : 21903 (java) R 21850 21853 16548 0 -1 4202560 83421 12595 0 0 245726 49 5 3 20 0 15 0 45839433 14405136384 153416 18446744073709551615 4194304 4196468 140721333138752 140210597526336 140210243993348 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 7049216 140721333147600 140721333150385 140721333150385 140721333153743 0
[pid=21853/tid=21904] ppid=21850 vsize=14067516 CPUtime=10.91 cores=0,2,4,6
/proc/21853/task/21904/stat : 21904 (java) S 21850 21853 16548 0 -1 1077944384 7501 12595 0 0 1027 56 5 3 20 0 15 0 45839433 14405136384 153416 18446744073709551615 4194304 4196468 140721333138752 140210193230352 140210593302229 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7049216 140721333147600 140721333150385 140721333150385 140721333153743 0
[pid=21853/tid=21905] ppid=21850 vsize=14067516 CPUtime=10.91 cores=0,2,4,6
/proc/21853/task/21905/stat : 21905 (java) S 21850 21853 16548 0 -1 1077944384 10399 12595 0 0 1025 58 5 3 20 0 15 0 45839433 14405136384 153416 18446744073709551615 4194304 4196468 140721333138752 140210192177808 140210593302229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7049216 140721333147600 140721333150385 140721333150385 140721333153743 0
[pid=21853/tid=21906] ppid=21850 vsize=14067516 CPUtime=10.91 cores=0,2,4,6
/proc/21853/task/21906/stat : 21906 (java) S 21850 21853 16548 0 -1 1077944384 7978 12595 0 0 1036 47 5 3 20 0 15 0 45839433 14405136384 153416 18446744073709551615 4194304 4196468 140721333138752 140210191124752 140210593302229 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7049216 140721333147600 140721333150385 140721333150385 140721333153743 0
[pid=21853/tid=21907] ppid=21850 vsize=14067516 CPUtime=10.89 cores=0,2,4,6
/proc/21853/task/21907/stat : 21907 (java) S 21850 21853 16548 0 -1 1077944384 9705 12595 0 0 1031 50 5 3 20 0 15 0 45839433 14405136384 153416 18446744073709551615 4194304 4196468 140721333138752 140210190072208 140210593302229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7049216 140721333147600 140721333150385 140721333150385 140721333153743 0
[pid=21853/tid=21908] ppid=21850 vsize=14067516 CPUtime=10.02 cores=0,2,4,6
/proc/21853/task/21908/stat : 21908 (java) S 21850 21853 16548 0 -1 1077944384 10848 12595 0 0 941 53 5 3 20 0 15 0 45839435 14405136384 153416 18446744073709551615 4194304 4196468 140721333138752 140210071366384 140210593303170 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7049216 140721333147600 140721333150385 140721333150385 140721333153743 0
[pid=21853/tid=21909] ppid=21850 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/21853/task/21909/stat : 21909 (java) S 21850 21853 16548 0 -1 1077944384 56 12595 0 0 0 0 5 3 20 0 15 0 45839435 14405136384 153416 18446744073709551615 4194304 4196468 140721333138752 140210070312736 140210593302229 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7049216 140721333147600 140721333150385 140721333150385 140721333153743 0
[pid=21853/tid=21910] ppid=21850 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/21853/task/21910/stat : 21910 (java) S 21850 21853 16548 0 -1 1077944384 43 12595 0 0 0 0 5 3 20 0 15 0 45839435 14405136384 153416 18446744073709551615 4194304 4196468 140721333138752 140210069259520 140210593302229 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7049216 140721333147600 140721333150385 140721333150385 140721333153743 0
[pid=21853/tid=21911] ppid=21850 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/21853/task/21911/stat : 21911 (java) S 21850 21853 16548 0 -1 1077944384 3 12595 0 0 0 0 5 3 20 0 15 0 45839438 14405136384 153416 18446744073709551615 4194304 4196468 140721333138752 140210068208080 140210593310619 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7049216 140721333147600 140721333150385 140721333150385 140721333153743 0
[pid=21853/tid=21912] ppid=21850 vsize=14067516 CPUtime=3.07 cores=0,2,4,6
/proc/21853/task/21912/stat : 21912 (java) S 21850 21853 16548 0 -1 1077944384 15338 12595 0 0 297 2 5 3 20 0 15 0 45839438 14405136384 153416 18446744073709551615 4194304 4196468 140721333138752 140210067155184 140210593303170 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7049216 140721333147600 140721333150385 140721333150385 140721333153743 0
[pid=21853/tid=21913] ppid=21850 vsize=14067516 CPUtime=2.93 cores=0,2,4,6
/proc/21853/task/21913/stat : 21913 (java) S 21850 21853 16548 0 -1 1077944384 13629 12595 0 0 282 3 5 3 20 0 15 0 45839438 14405136384 153416 18446744073709551615 4194304 4196468 140721333138752 140210066102640 140210593303170 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7049216 140721333147600 140721333150385 140721333150385 140721333153743 0
[pid=21853/tid=21914] ppid=21850 vsize=14067516 CPUtime=1.57 cores=0,2,4,6
/proc/21853/task/21914/stat : 21914 (java) S 21850 21853 16548 0 -1 1077944384 14097 12595 0 0 145 4 5 3 20 0 15 0 45839438 14405136384 153416 18446744073709551615 4194304 4196468 140721333138752 140210065049584 140210593303170 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7049216 140721333147600 140721333150385 140721333150385 140721333153743 0
[pid=21853/tid=21915] ppid=21850 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/21853/task/21915/stat : 21915 (java) S 21850 21853 16548 0 -1 1077944384 3 12595 0 0 0 0 5 3 20 0 15 0 45839438 14405136384 153416 18446744073709551615 4194304 4196468 140721333138752 140210063997280 140210593302229 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7049216 140721333147600 140721333150385 140721333150385 140721333153743 0
[pid=21853/tid=21916] ppid=21850 vsize=14067516 CPUtime=1.6 cores=0,2,4,6
/proc/21853/task/21916/stat : 21916 (java) S 21850 21853 16548 0 -1 1077944384 1087 12595 0 0 77 75 5 3 20 0 15 0 45839443 14405136384 153416 18446744073709551615 4194304 4196468 140721333138752 140210062945328 140210593303170 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7049216 140721333147600 140721333150385 140721333150385 140721333153743 0
Current children cumulated CPU time (s) 2520.01
Current children cumulated vsize (KiB) 14067516

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

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

[startup+2483.01 s]
/proc/loadavg: 1.46 1.49 1.47 3/209 22184
/proc/meminfo: memFree=30051108/32770624 swapFree=0/303060
[pid=21853] ppid=21850 vsize=14200644 CPUtime=2520.33 cores=0,2,4,6
/proc/21853/stat : 21853 (java) S 21850 21853 16548 0 -1 1077944320 182957 12595 0 0 251694 331 5 3 20 0 17 0 45839411 14541459456 154725 18446744073709551615 4194304 4196468 140721333138752 140721333121296 140210593292023 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 7049216 140721333147600 140721333150385 140721333150385 140721333153743 0
/proc/21853/statm: 3550161 154725 3478 1 0 3538775 0
[pid=21853/tid=21903] ppid=21850 vsize=14200644 CPUtime=2457.84 cores=0,2,4,6
/proc/21853/task/21903/stat : 21903 (java) S 21850 21853 16548 0 -1 1077944384 83829 12595 0 0 245727 49 5 3 20 0 17 0 45839433 14541459456 154725 18446744073709551615 4194304 4196468 140721333138752 140210597529568 140210593302229 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 7049216 140721333147600 140721333150385 140721333150385 140721333153743 0
[pid=21853/tid=21904] ppid=21850 vsize=14200644 CPUtime=10.98 cores=0,2,4,6
/proc/21853/task/21904/stat : 21904 (java) R 21850 21853 16548 0 -1 4202560 7523 12595 0 0 1034 56 5 3 20 0 17 0 45839433 14541459456 154725 18446744073709551615 4194304 4196468 140721333138752 140210193230352 140210574845659 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7049216 140721333147600 140721333150385 140721333150385 140721333153743 0
[pid=21853/tid=21905] ppid=21850 vsize=14200644 CPUtime=10.98 cores=0,2,4,6
/proc/21853/task/21905/stat : 21905 (java) R 21850 21853 16548 0 -1 4202560 10421 12595 0 0 1032 58 5 3 20 0 17 0 45839433 14541459456 154725 18446744073709551615 4194304 4196468 140721333138752 140210192177704 140210585920231 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7049216 140721333147600 140721333150385 140721333150385 140721333153743 0
[pid=21853/tid=21906] ppid=21850 vsize=14200644 CPUtime=10.98 cores=0,2,4,6
/proc/21853/task/21906/stat : 21906 (java) R 21850 21853 16548 0 -1 4202560 8013 12595 0 0 1043 47 5 3 20 0 17 0 45839433 14541459456 154725 18446744073709551615 4194304 4196468 140721333138752 140210191124752 140210574889034 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7049216 140721333147600 140721333150385 140721333150385 140721333153743 0
[pid=21853/tid=21907] ppid=21850 vsize=14200644 CPUtime=10.96 cores=0,2,4,6
/proc/21853/task/21907/stat : 21907 (java) R 21850 21853 16548 0 -1 4202560 9727 12595 0 0 1038 50 5 3 20 0 17 0 45839433 14541459456 154725 18446744073709551615 4194304 4196468 140721333138752 140210190072208 140210574888542 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7049216 140721333147600 140721333150385 140721333150385 140721333153743 0
[pid=21853/tid=21908] ppid=21850 vsize=14200644 CPUtime=10.03 cores=0,2,4,6
/proc/21853/task/21908/stat : 21908 (java) S 21850 21853 16548 0 -1 1077944384 16308 12595 0 0 942 53 5 3 20 0 17 0 45839435 14541459456 154725 18446744073709551615 4194304 4196468 140721333138752 140210071364784 140210593302229 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7049216 140721333147600 140721333150385 140721333150385 140721333153743 0
[pid=21853/tid=21909] ppid=21850 vsize=14200644 CPUtime=0.08 cores=0,2,4,6
/proc/21853/task/21909/stat : 21909 (java) S 21850 21853 16548 0 -1 1077944384 57 12595 0 0 0 0 5 3 20 0 17 0 45839435 14541459456 154725 18446744073709551615 4194304 4196468 140721333138752 140210070312640 140210593302229 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7049216 140721333147600 140721333150385 140721333150385 140721333153743 0
[pid=21853/tid=21910] ppid=21850 vsize=14200644 CPUtime=0.08 cores=0,2,4,6
/proc/21853/task/21910/stat : 21910 (java) S 21850 21853 16548 0 -1 1077944384 43 12595 0 0 0 0 5 3 20 0 17 0 45839435 14541459456 154725 18446744073709551615 4194304 4196468 140721333138752 140210069259520 140210593302229 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7049216 140721333147600 140721333150385 140721333150385 140721333153743 0
[pid=21853/tid=21911] ppid=21850 vsize=14200644 CPUtime=0.08 cores=0,2,4,6
/proc/21853/task/21911/stat : 21911 (java) S 21850 21853 16548 0 -1 1077944384 111 12595 0 0 0 0 5 3 20 0 17 0 45839438 14541459456 154725 18446744073709551615 4194304 4196468 140721333138752 140210068208080 140210593310619 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7049216 140721333147600 140721333150385 140721333150385 140721333153743 0
[pid=21853/tid=21912] ppid=21850 vsize=14200644 CPUtime=3.07 cores=0,2,4,6
/proc/21853/task/21912/stat : 21912 (java) S 21850 21853 16548 0 -1 1077944384 15338 12595 0 0 297 2 5 3 20 0 17 0 45839438 14541459456 154725 18446744073709551615 4194304 4196468 140721333138752 140210067155184 140210593303170 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7049216 140721333147600 140721333150385 140721333150385 140721333153743 0
[pid=21853/tid=21913] ppid=21850 vsize=14200644 CPUtime=2.93 cores=0,2,4,6
/proc/21853/task/21913/stat : 21913 (java) S 21850 21853 16548 0 -1 1077944384 13650 12595 0 0 282 3 5 3 20 0 17 0 45839438 14541459456 154725 18446744073709551615 4194304 4196468 140721333138752 140210066091840 140210593302229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7049216 140721333147600 140721333150385 140721333150385 140721333153743 0
[pid=21853/tid=21914] ppid=21850 vsize=14200644 CPUtime=1.57 cores=0,2,4,6
/proc/21853/task/21914/stat : 21914 (java) S 21850 21853 16548 0 -1 1077944384 14566 12595 0 0 145 4 5 3 20 0 17 0 45839438 14541459456 154725 18446744073709551615 4194304 4196468 140721333138752 140210065043904 140210593302229 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7049216 140721333147600 140721333150385 140721333150385 140721333153743 0
[pid=21853/tid=21915] ppid=21850 vsize=14200644 CPUtime=0.08 cores=0,2,4,6
/proc/21853/task/21915/stat : 21915 (java) S 21850 21853 16548 0 -1 1077944384 3 12595 0 0 0 0 5 3 20 0 17 0 45839438 14541459456 154725 18446744073709551615 4194304 4196468 140721333138752 140210063997280 140210593302229 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7049216 140721333147600 140721333150385 140721333150385 140721333153743 0
[pid=21853/tid=21916] ppid=21850 vsize=14200644 CPUtime=1.6 cores=0,2,4,6
/proc/21853/task/21916/stat : 21916 (java) R 21850 21853 16548 0 -1 1077944384 1087 12595 0 0 77 75 5 3 20 0 17 0 45839443 14541459456 154725 18446744073709551615 4194304 4196468 140721333138752 140210062945328 140210593303170 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7049216 140721333147600 140721333150385 140721333150385 140721333153743 0
Current children cumulated CPU time (s) 2520.33
Current children cumulated vsize (KiB) 14200644

[startup+2483.1 s]
/proc/loadavg: 1.46 1.49 1.47 3/209 22184
/proc/meminfo: memFree=30051108/32770624 swapFree=0/303060
[pid=21853] ppid=21850 vsize=14200644 CPUtime=2520.54 cores=0,2,4,6
/proc/21853/stat : 21853 (java) S 21850 21853 16548 0 -1 1077944320 183077 12595 0 0 251715 331 5 3 20 0 17 0 45839411 14541459456 154725 18446744073709551615 4194304 4196468 140721333138752 140721333121296 140210593292023 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 7049216 140721333147600 140721333150385 140721333150385 140721333153743 0
/proc/21853/statm: 3550161 154725 3478 1 0 3538775 0
[pid=21853/tid=21903] ppid=21850 vsize=14200644 CPUtime=2457.85 cores=0,2,4,6
/proc/21853/task/21903/stat : 21903 (java) R 21850 21853 16548 0 -1 4202560 83852 12595 0 0 245728 49 5 3 20 0 17 0 45839433 14541459456 154725 18446744073709551615 4194304 4196468 140721333138752 140210597529568 140210593313949 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 7049216 140721333147600 140721333150385 140721333150385 140721333153743 0
[pid=21853/tid=21904] ppid=21850 vsize=14200644 CPUtime=11.02 cores=0,2,4,6
/proc/21853/task/21904/stat : 21904 (java) S 21850 21853 16548 0 -1 1077944384 7523 12595 0 0 1038 56 5 3 20 0 17 0 45839433 14541459456 154725 18446744073709551615 4194304 4196468 140721333138752 140210193230352 140210593302229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7049216 140721333147600 140721333150385 140721333150385 140721333153743 0
[pid=21853/tid=21905] ppid=21850 vsize=14200644 CPUtime=11.01 cores=0,2,4,6
/proc/21853/task/21905/stat : 21905 (java) S 21850 21853 16548 0 -1 1077944384 10425 12595 0 0 1035 58 5 3 20 0 17 0 45839433 14541459456 154725 18446744073709551615 4194304 4196468 140721333138752 140210192177808 140210593302229 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7049216 140721333147600 140721333150385 140721333150385 140721333153743 0
[pid=21853/tid=21906] ppid=21850 vsize=14200644 CPUtime=11.01 cores=0,2,4,6
/proc/21853/task/21906/stat : 21906 (java) S 21850 21853 16548 0 -1 1077944384 8013 12595 0 0 1046 47 5 3 20 0 17 0 45839433 14541459456 154725 18446744073709551615 4194304 4196468 140721333138752 140210191124752 140210593302229 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7049216 140721333147600 140721333150385 140721333150385 140721333153743 0
[pid=21853/tid=21907] ppid=21850 vsize=14200644 CPUtime=11 cores=0,2,4,6
/proc/21853/task/21907/stat : 21907 (java) S 21850 21853 16548 0 -1 1077944384 9727 12595 0 0 1042 50 5 3 20 0 17 0 45839433 14541459456 154725 18446744073709551615 4194304 4196468 140721333138752 140210190072208 140210593302229 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7049216 140721333147600 140721333150385 140721333150385 140721333153743 0
[pid=21853/tid=21908] ppid=21850 vsize=14200644 CPUtime=10.09 cores=0,2,4,6
/proc/21853/task/21908/stat : 21908 (java) S 21850 21853 16548 0 -1 1077944384 16328 12595 0 0 948 53 5 3 20 0 17 0 45839435 14541459456 154725 18446744073709551615 4194304 4196468 140721333138752 140210071366384 140210593303170 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7049216 140721333147600 140721333150385 140721333150385 140721333153743 0
[pid=21853/tid=21909] ppid=21850 vsize=14200644 CPUtime=0.08 cores=0,2,4,6
/proc/21853/task/21909/stat : 21909 (java) S 21850 21853 16548 0 -1 1077944384 58 12595 0 0 0 0 5 3 20 0 17 0 45839435 14541459456 154725 18446744073709551615 4194304 4196468 140721333138752 140210070312736 140210593302229 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7049216 140721333147600 140721333150385 140721333150385 140721333153743 0
[pid=21853/tid=21910] ppid=21850 vsize=14200644 CPUtime=0.08 cores=0,2,4,6
/proc/21853/task/21910/stat : 21910 (java) S 21850 21853 16548 0 -1 1077944384 45 12595 0 0 0 0 5 3 20 0 17 0 45839435 14541459456 154725 18446744073709551615 4194304 4196468 140721333138752 140210069259520 140210593302229 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7049216 140721333147600 140721333150385 140721333150385 140721333153743 0
[pid=21853/tid=21911] ppid=21850 vsize=14200644 CPUtime=0.08 cores=0,2,4,6
/proc/21853/task/21911/stat : 21911 (java) S 21850 21853 16548 0 -1 1077944384 111 12595 0 0 0 0 5 3 20 0 17 0 45839438 14541459456 154725 18446744073709551615 4194304 4196468 140721333138752 140210068208080 140210593310619 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7049216 140721333147600 140721333150385 140721333150385 140721333153743 0
[pid=21853/tid=21912] ppid=21850 vsize=14200644 CPUtime=3.07 cores=0,2,4,6
/proc/21853/task/21912/stat : 21912 (java) S 21850 21853 16548 0 -1 1077944384 15338 12595 0 0 297 2 5 3 20 0 17 0 45839438 14541459456 154725 18446744073709551615 4194304 4196468 140721333138752 140210067155184 140210593303170 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7049216 140721333147600 140721333150385 140721333150385 140721333153743 0
[pid=21853/tid=21913] ppid=21850 vsize=14200644 CPUtime=2.93 cores=0,2,4,6
/proc/21853/task/21913/stat : 21913 (java) S 21850 21853 16548 0 -1 1077944384 13698 12595 0 0 282 3 5 3 20 0 17 0 45839438 14541459456 154725 18446744073709551615 4194304 4196468 140721333138752 140210066102640 140210593303170 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7049216 140721333147600 140721333150385 140721333150385 140721333153743 0
[pid=21853/tid=21914] ppid=21850 vsize=14200644 CPUtime=1.57 cores=0,2,4,6
/proc/21853/task/21914/stat : 21914 (java) S 21850 21853 16548 0 -1 1077944384 14587 12595 0 0 145 4 5 3 20 0 17 0 45839438 14541459456 154725 18446744073709551615 4194304 4196468 140721333138752 140210065049584 140210593303170 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7049216 140721333147600 140721333150385 140721333150385 140721333153743 0
[pid=21853/tid=21915] ppid=21850 vsize=14200644 CPUtime=0.08 cores=0,2,4,6
/proc/21853/task/21915/stat : 21915 (java) S 21850 21853 16548 0 -1 1077944384 3 12595 0 0 0 0 5 3 20 0 17 0 45839438 14541459456 154725 18446744073709551615 4194304 4196468 140721333138752 140210063997280 140210593302229 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7049216 140721333147600 140721333150385 140721333150385 140721333153743 0
[pid=21853/tid=21916] ppid=21850 vsize=14200644 CPUtime=1.6 cores=0,2,4,6
/proc/21853/task/21916/stat : 21916 (java) S 21850 21853 16548 0 -1 1077944384 1087 12595 0 0 77 75 5 3 20 0 17 0 45839443 14541459456 154725 18446744073709551615 4194304 4196468 140721333138752 140210062945328 140210593303170 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7049216 140721333147600 140721333150385 140721333150385 140721333153743 0
Current children cumulated CPU time (s) 2520.54
Current children cumulated vsize (KiB) 14200644

Child status: 143
Real time (s): 2483.11
CPU time (s): 2520.57
CPU user time (s): 2517.21
CPU system time (s): 3.35655
CPU usage (%): 101.508
Max. virtual memory (cumulated for all children) (KiB): 14200644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.21
system time used= 3.35655
maximum resident set size= 724056
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 195714
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2904
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 274860
involuntary context switches= 9093

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

The end

Launcher Data

Begin job on node126 at 2017-08-11 09:13:18
IDJOB=4262372
IDBENCH=124359
IDSOLVER=2650
FILE ID=node126/4262372-1502436439
RUNJOBID= node126-1502411413-16611
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Langford/Langford-m2-s1/LangfordBin-45.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262372-1502436439/watcher-4262372-1502436439 -o /tmp/evaluation-result-4262372-1502436439/solver-4262372-1502436439 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502411413-16611 --watchdog 2580  bin/concrete HOME/instance-4262372-1502436439.xml

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

MD5SUM BENCH= d06dfc4a92b3645075aa026a1be187ca
RANDOM SEED=1758993409

node126.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.81
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.81
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.81
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.81
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:        30984412 kB
MemAvailable:   31583544 kB
Buffers:          274636 kB
Cached:           597648 kB
SwapCached:          524 kB
Active:           954532 kB
Inactive:         373684 kB
Active(anon):     409880 kB
Inactive(anon):    71324 kB
Active(file):     544652 kB
Inactive(file):   302360 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:             24196 kB
Writeback:             4 kB
AnonPages:        455548 kB
Mapped:            53780 kB
Shmem:             25248 kB
Slab:             162004 kB
SReclaimable:     135912 kB
SUnreclaim:        26092 kB
KernelStack:        3424 kB
PageTables:         7216 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1225420 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    360448 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 61984 MiB
End job on node126 at 2017-08-11 09:54:42