Trace number 4249613

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
R1: Concrete 3.4? (TO) 2402.27 2321.7

General information on the benchmark

NameBinPacking/BinPacking-sum-skj2/
BinPacking-sum-n2w3b3r1.xml
MD5SUM0bd2493faee791f2eedb1fd600149919
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark20085.1
Satisfiable
(Un)Satisfiability was proved
Number of variables313
Number of constraints29
Number of domains2
Minimum domain size14
Maximum domain size85
Distribution of domain sizes[{"size":14,"count":1},{"size":85,"count":312}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":1},{"degree":4,"count":299},{"degree":5,"count":13}]
Minimum constraint arity14
Maximum constraint arity312
Distribution of constraint arities[{"arity":14,"count":1},{"arity":24,"count":26},{"arity":312,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":13},{"type":"lex","count":1},{"type":"sum","count":13},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

3.93/2.25	c Concrete v3.4 running
2401.82/2321.68	java.util.concurrent.TimeoutException
2401.82/2321.68		at concrete.MAC.mac(MAC.scala:74)
2401.82/2321.68		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
2401.82/2321.68		at scala.util.Try$.apply(Try.scala:209)
2401.82/2321.68		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2401.82/2321.68		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2401.82/2321.68		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2401.82/2321.68		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2401.82/2321.68		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
2401.82/2321.68		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2401.82/2321.68		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2401.82/2321.68		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2401.82/2321.68		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2401.82/2321.68		at concrete.MAC.oneRun(MAC.scala:146)
2401.82/2321.68		at concrete.MAC.nextSolution(MAC.scala:166)
2401.82/2321.68		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
2401.82/2321.68		at concrete.ProblemState.map(ProblemState.scala:203)
2401.82/2321.68		at concrete.ProblemState.map(ProblemState.scala:188)
2401.82/2321.68		at concrete.MAC.nextSolution(MAC.scala:195)
2401.82/2321.68		at concrete.Solver.hasNext(Solver.scala:202)
2401.82/2321.68		at scala.collection.Iterator.toStream(Iterator.scala:1403)
2401.82/2321.68		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
2401.82/2321.68		at concrete.Solver.toStream(Solver.scala:73)
2401.82/2321.68		at scala.collection.TraversableOnce.toIterable(TraversableOnce.scala:296)
2401.82/2321.68		at scala.collection.TraversableOnce.toIterable$(TraversableOnce.scala:296)
2401.82/2321.68		at concrete.Solver.toIterable(Solver.scala:73)
2401.82/2321.68		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
2401.82/2321.68		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2401.82/2321.68		at scala.util.Success.map(Try.scala:209)
2401.82/2321.68		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
2401.82/2321.68		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
2401.82/2321.68		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2401.82/2321.68		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
2401.82/2321.68		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2401.82/2321.68		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2401.82/2321.68		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2401.82/2321.68		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2401.82/2321.68		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2401.82/2321.68		at scala.collection.immutable.List.foreach(List.scala:389)
2401.82/2321.68		at scala.App.main(App.scala:76)
2401.82/2321.68		at scala.App.main$(App.scala:74)
2401.82/2321.68		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2401.82/2321.68		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2401.82/2321.69	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-4249613-1500773680/watcher-4249613-1500773680 -o /tmp/evaluation-result-4249613-1500773680/solver-4249613-1500773680 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node127-1500773680-23710 --watchdog 2560 bin/concrete HOME/instance-4249613-1500773680.xml 

pid=23726
running on 8 cores: 1,3,5,7,9,11,13,15

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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.64 1.94 2.02 3/236 23729
/proc/meminfo: memFree=31390804/32770624 swapFree=6364/367268
[pid=23729] ppid=23726 vsize=9508 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/23729/stat : 23729 (bash) S 23726 23729 20315 0 -1 4202496 687 1531 0 0 0 0 0 0 20 0 1 0 12635705 9736192 351 33554432000 4194304 5098028 140726580151616 140726580149256 140626538015744 0 0 4100 65536 18446744071580971376 0 0 17 11 0 0 0 0 0 7196144 7232144 15818752 140726580159758 140726580159843 140726580159843 140726580162542 0
/proc/23729/statm: 2377 351 278 221 0 86 0

[startup+0.100157 s]
/proc/loadavg: 1.64 1.94 2.02 3/236 23729
/proc/meminfo: memFree=31390804/32770624 swapFree=6364/367268
[pid=23729] ppid=23726 vsize=9640 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/23729/stat : 23729 (bash) S 23726 23729 20315 0 -1 4202496 885 6413 0 0 0 0 0 1 20 0 1 0 12635705 9871360 378 33554432000 4194304 5098028 140726580151616 140726580145624 140626538015744 0 0 4100 65536 18446744071580971376 0 0 17 11 0 0 0 0 0 7196144 7232144 15818752 140726580159758 140726580159843 140726580159843 140726580162542 0
/proc/23729/statm: 2410 378 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200361 s]
/proc/loadavg: 1.64 1.94 2.02 3/236 23729
/proc/meminfo: memFree=31390804/32770624 swapFree=6364/367268
[pid=23729] ppid=23726 vsize=10435860 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/23729/stat : 23729 (java) S 23726 23729 20315 0 -1 1077944320 4898 12671 0 0 4 1 9 4 20 0 13 0 12635705 10686320640 5256 33554432000 4194304 4196468 140736846790288 140736846772832 140638115262199 0 0 0 16784584 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 22159360 140736846797505 140736846800279 140736846800279 140736846802895 0
/proc/23729/statm: 2608965 5256 2119 1 0 2597403 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 10435860

[startup+0.300333 s]
/proc/loadavg: 1.64 1.94 2.02 3/236 23729
/proc/meminfo: memFree=31390804/32770624 swapFree=6364/367268
[pid=23729] ppid=23726 vsize=10902392 CPUtime=0.35 cores=1,3,5,7,9,11,13,15
/proc/23729/stat : 23729 (java) S 23726 23729 20315 0 -1 1077944320 6939 12671 0 0 20 2 9 4 20 0 20 0 12635705 11164049408 8683 33554432000 4194304 4196468 140736846790288 140736846772832 140638115262199 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 22159360 140736846797505 140736846800279 140736846800279 140736846802895 0
/proc/23729/statm: 2725598 8683 2976 1 0 2713890 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 10902392

[startup+0.700274 s]
/proc/loadavg: 1.64 1.94 2.02 3/236 23729
/proc/meminfo: memFree=31390804/32770624 swapFree=6364/367268
[pid=23729] ppid=23726 vsize=10902720 CPUtime=0.87 cores=1,3,5,7,9,11,13,15
/proc/23729/stat : 23729 (java) S 23726 23729 20315 0 -1 1077944320 12066 12671 0 0 70 4 9 4 20 0 20 0 12635705 11164385280 14863 33554432000 4194304 4196468 140736846790288 140736846772832 140638115262199 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 22159360 140736846797505 140736846800279 140736846800279 140736846802895 0
/proc/23729/statm: 2725680 14863 3122 1 0 2713890 0
Current children cumulated CPU time (s) 0.87
Current children cumulated vsize (KiB) 10902720

[startup+1.50078 s]
/proc/loadavg: 1.64 1.94 2.02 4/281 23884
/proc/meminfo: memFree=31194376/32770624 swapFree=6364/367336
[pid=23729] ppid=23726 vsize=10913344 CPUtime=2.17 cores=1,3,5,7,9,11,13,15
/proc/23729/stat : 23729 (java) S 23726 23729 20315 0 -1 1077944320 25107 12671 0 0 191 13 9 4 20 0 20 0 12635705 11175264256 39998 33554432000 4194304 4196468 140736846790288 140736846772832 140638115262199 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 22159360 140736846797505 140736846800279 140736846800279 140736846802895 0
/proc/23729/statm: 2728336 39998 3377 1 0 2716450 0
[pid=23729/tid=23837] ppid=23726 vsize=10913344 CPUtime=1.44 cores=1,3,5,7,9,11,13,15
/proc/23729/task/23837/stat : 23837 (java) S 23726 23729 20315 0 -1 1077944384 19523 12671 0 0 125 6 9 4 20 0 20 0 12635719 11175264256 39998 33554432000 4194304 4196468 140736846790288 140638119484256 140638115272405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22159360 140736846797505 140736846800279 140736846800279 140736846802895 0
[pid=23729/tid=23845] ppid=23726 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/23729/task/23845/stat : 23845 (java) R 23726 23729 20315 0 -1 4202560 50 12671 0 0 0 0 9 4 20 0 20 0 12635720 11175264256 39998 33554432000 4194304 4196468 140736846790288 140638041336848 140638097034752 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22159360 140736846797505 140736846800279 140736846800279 140736846802895 0
[pid=23729/tid=23846] ppid=23726 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/23729/task/23846/stat : 23846 (java) R 23726 23729 20315 0 -1 4202560 23 12671 0 0 0 0 9 4 20 0 20 0 12635720 11175264256 40510 33554432000 4194304 4196468 140736846790288 140638040284304 140638100247495 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 22159360 140736846797505 140736846800279 140736846800279 140736846802895 0
[pid=23729/tid=23847] ppid=23726 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/23729/task/23847/stat : 23847 (java) R 23726 23729 20315 0 -1 4202560 21 12671 0 0 0 0 9 4 20 0 20 0 12635720 11175264256 40510 33554432000 4194304 4196468 140736846790288 140638039231248 140638099959833 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 22159360 140736846797505 140736846800279 140736846800279 140736846802895 0
[pid=23729/tid=23848] ppid=23726 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/23729/task/23848/stat : 23848 (java) R 23726 23729 20315 0 -1 4202560 14 12671 0 0 0 0 9 4 20 0 20 0 12635720 11175264256 40510 33554432000 4194304 4196468 140736846790288 140638038178704 140638096815835 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22159360 140736846797505 140736846800279 140736846800279 140736846802895 0
[pid=23729/tid=23849] ppid=23726 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/23729/task/23849/stat : 23849 (java) R 23726 23729 20315 0 -1 1077944384 27 12671 0 0 0 0 9 4 20 0 20 0 12635720 11175264256 40510 33554432000 4194304 4196468 140736846790288 140638037125648 140638115272405 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22159360 140736846797505 140736846800279 140736846800279 140736846802895 0
[pid=23729/tid=23850] ppid=23726 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/23729/task/23850/stat : 23850 (java) R 23726 23729 20315 0 -1 4202560 20 12671 0 0 0 0 9 4 20 0 20 0 12635720 11175264256 40510 33554432000 4194304 4196468 140736846790288 140638036073104 140638099959833 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 22159360 140736846797505 140736846800279 140736846800279 140736846802895 0
[pid=23729/tid=23851] ppid=23726 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/23729/task/23851/stat : 23851 (java) R 23726 23729 20315 0 -1 4202560 18 12671 0 0 0 0 9 4 20 0 20 0 12635720 11175264256 40510 33554432000 4194304 4196468 140736846790288 140638035020048 140638099959833 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 22159360 140736846797505 140736846800279 140736846800279 140736846802895 0
[pid=23729/tid=23852] ppid=23726 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/23729/task/23852/stat : 23852 (java) R 23726 23729 20315 0 -1 4202560 121 12671 0 0 0 0 9 4 20 0 20 0 12635720 11175264256 40510 33554432000 4194304 4196468 140736846790288 140637714246032 140638099959833 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22159360 140736846797505 140736846800279 140736846800279 140736846802895 0
[pid=23729/tid=23865] ppid=23726 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/23729/task/23865/stat : 23865 (java) S 23726 23729 20315 0 -1 1077944384 58 12671 0 0 0 0 9 4 20 0 20 0 12635723 11175264256 41022 33554432000 4194304 4196468 140736846790288 140637455598656 140638115272405 0 0 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 22159360 140736846797505 140736846800279 140736846800279 140736846802895 0
[pid=23729/tid=23866] ppid=23726 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/23729/task/23866/stat : 23866 (java) S 23726 23729 20315 0 -1 1077944384 33 12671 0 0 0 0 9 4 20 0 20 0 12635723 11175264256 41022 33554432000 4194304 4196468 140736846790288 140637454546592 140638115272405 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 22159360 140736846797505 140736846800279 140736846800279 140736846802895 0
[pid=23729/tid=23867] ppid=23726 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/23729/task/23867/stat : 23867 (java) S 23726 23729 20315 0 -1 1077944384 21 12671 0 0 0 0 9 4 20 0 20 0 12635724 11175264256 41022 33554432000 4194304 4196468 140736846790288 140637453493488 140638115272405 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 22159360 140736846797505 140736846800279 140736846800279 140736846802895 0
[pid=23729/tid=23871] ppid=23726 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/23729/task/23871/stat : 23871 (java) S 23726 23729 20315 0 -1 1077944384 1 12671 0 0 0 0 9 4 20 0 20 0 12635728 11175264256 41022 33554432000 4194304 4196468 140736846790288 140637452442064 140638115280795 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 22159360 140736846797505 140736846800279 140736846800279 140736846802895 0
[pid=23729/tid=23872] ppid=23726 vsize=10913344 CPUtime=0.24 cores=1,3,5,7,9,11,13,15
/proc/23729/task/23872/stat : 23872 (java) S 23726 23729 20315 0 -1 1077944384 824 12671 0 0 11 0 9 4 20 0 20 0 12635728 11175264256 41022 33554432000 4194304 4196468 140736846790288 140637451389168 140638115273346 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 22159360 140736846797505 140736846800279 140736846800279 140736846802895 0
[pid=23729/tid=23873] ppid=23726 vsize=10913344 CPUtime=0.28 cores=1,3,5,7,9,11,13,15
/proc/23729/task/23873/stat : 23873 (java) S 23726 23729 20315 0 -1 1077944384 493 12671 0 0 15 0 9 4 20 0 20 0 12635728 11175264256 41022 33554432000 4194304 4196468 140736846790288 140637450336624 140638115273346 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22159360 140736846797505 140736846800279 140736846800279 140736846802895 0
[pid=23729/tid=23874] ppid=23726 vsize=10913344 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/23729/task/23874/stat : 23874 (java) S 23726 23729 20315 0 -1 1077944384 692 12671 0 0 12 0 9 4 20 0 20 0 12635728 11175264256 41022 33554432000 4194304 4196468 140736846790288 140637449283568 140638115273346 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22159360 140736846797505 140736846800279 140736846800279 140736846802895 0
[pid=23729/tid=23875] ppid=23726 vsize=10913344 CPUtime=0.36 cores=1,3,5,7,9,11,13,15
/proc/23729/task/23875/stat : 23875 (java) S 23726 23729 20315 0 -1 1077944384 1045 12671 0 0 23 0 9 4 20 0 20 0 12635728 11175264256 41022 33554432000 4194304 4196468 140736846790288 140637448229856 140638115272405 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 22159360 140736846797505 140736846800279 140736846800279 140736846802895 0
[pid=23729/tid=23876] ppid=23726 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/23729/task/23876/stat : 23876 (java) S 23726 23729 20315 0 -1 1077944384 3 12671 0 0 0 0 9 4 20 0 20 0 12635728 11175264256 41022 33554432000 4194304 4196468 140736846790288 140637447179232 140638115272405 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 22159360 140736846797505 140736846800279 140736846800279 140736846802895 0
[pid=23729/tid=23877] ppid=23726 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/23729/task/23877/stat : 23877 (java) S 23726 23729 20315 0 -1 1077944384 6 12671 0 0 0 0 9 4 20 0 20 0 12635728 11175264256 41022 33554432000 4194304 4196468 140736846790288 140637446126768 140638115273346 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 22159360 140736846797505 140736846800279 140736846800279 140736846802895 0
Current children cumulated CPU time (s) 2.17
Current children cumulated vsize (KiB) 10913344

[startup+3.1011 s]
/proc/loadavg: 1.64 1.94 2.02 9/281 23884
/proc/meminfo: memFree=31038636/32770624 swapFree=6364/367336
[pid=23729] ppid=23726 vsize=10925820 CPUtime=7.33 cores=1,3,5,7,9,11,13,15
/proc/23729/stat : 23729 (java) S 23726 23729 20315 0 -1 1077944320 48055 12671 0 0 701 19 9 4 20 0 20 0 12635705 11188039680 59409 33554432000 4194304 4196468 140736846790288 140736846772832 140638115262199 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 22159360 140736846797505 140736846800279 140736846800279 140736846802895 0
/proc/23729/statm: 2731455 59409 3473 1 0 2719010 0
[pid=23729/tid=23837] ppid=23726 vsize=10925820 CPUtime=3.01 cores=1,3,5,7,9,11,13,15
/proc/23729/task/23837/stat : 23837 (java) R 23726 23729 20315 0 -1 4202560 26899 12671 0 0 280 8 9 4 20 0 20 0 12635719 11188039680 59409 33554432000 4194304 4196468 140736846790288 140638119487848 140638099342686 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22159360 140736846797505 140736846800279 140736846800279 140736846802895 0
[pid=23729/tid=23845] ppid=23726 vsize=10925820 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/23729/task/23845/stat : 23845 (java) S 23726 23729 20315 0 -1 1077944384 57 12671 0 0 0 0 9 4 20 0 20 0 12635720 11188039680 59409 33554432000 4194304 4196468 140736846790288 140638041336848 140638115272405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22159360 140736846797505 140736846800279 140736846800279 140736846802895 0
[pid=23729/tid=23846] ppid=23726 vsize=10925820 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/23729/task/23846/stat : 23846 (java) S 23726 23729 20315 0 -1 1077944384 25 12671 0 0 1 0 9 4 20 0 20 0 12635720 11188039680 59409 33554432000 4194304 4196468 140736846790288 140638040284304 140638115272405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22159360 140736846797505 140736846800279 140736846800279 140736846802895 0
[pid=23729/tid=23847] ppid=23726 vsize=10925820 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/23729/task/23847/stat : 23847 (java) S 23726 23729 20315 0 -1 1077944384 24 12671 0 0 1 0 9 4 20 0 20 0 12635720 11188039680 59409 33554432000 4194304 4196468 140736846790288 140638039231248 140638115272405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22159360 140736846797505 140736846800279 140736846800279 140736846802895 0
[pid=23729/tid=23848] ppid=23726 vsize=10925820 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/23729/task/23848/stat : 23848 (java) S 23726 23729 20315 0 -1 1077944384 16 12671 0 0 1 0 9 4 20 0 20 0 12635720 11188039680 59409 33554432000 4194304 4196468 140736846790288 140638038178704 140638115272405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22159360 140736846797505 140736846800279 140736846800279 140736846802895 0
[pid=23729/tid=23849] ppid=23726 vsize=10925820 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/23729/task/23849/stat : 23849 (java) S 23726 23729 20315 0 -1 1077944384 28 12671 0 0 1 0 9 4 20 0 20 0 12635720 11188039680 59409 33554432000 4194304 4196468 140736846790288 140638037125648 140638115272405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22159360 140736846797505 140736846800279 140736846800279 140736846802895 0
[pid=23729/tid=23850] ppid=23726 vsize=10925820 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/23729/task/23850/stat : 23850 (java) S 23726 23729 20315 0 -1 1077944384 23 12671 0 0 1 0 9 4 20 0 20 0 12635720 11188039680 59409 33554432000 4194304 4196468 140736846790288 140638036073104 140638115272405 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 22159360 140736846797505 140736846800279 140736846800279 140736846802895 0
[pid=23729/tid=23851] ppid=23726 vsize=10925820 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/23729/task/23851/stat : 23851 (java) S 23726 23729 20315 0 -1 1077944384 22 12671 0 0 1 0 9 4 20 0 20 0 12635720 11188039680 59409 33554432000 4194304 4196468 140736846790288 140638035020048 140638115272405 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 22159360 140736846797505 140736846800279 140736846800279 140736846802895 0
[pid=23729/tid=23852] ppid=23726 vsize=10925820 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/23729/task/23852/stat : 23852 (java) S 23726 23729 20315 0 -1 1077944384 128 12671 0 0 0 0 9 4 20 0 20 0 12635720 11188039680 59409 33554432000 4194304 4196468 140736846790288 140637714246032 140638115272405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22159360 140736846797505 140736846800279 140736846800279 140736846802895 0
[pid=23729/tid=23865] ppid=23726 vsize=10925820 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/23729/task/23865/stat : 23865 (java) S 23726 23729 20315 0 -1 1077944384 1178 12671 0 0 1 0 9 4 20 0 20 0 12635723 11188039680 59409 33554432000 4194304 4196468 140736846790288 140637455600368 140638115273346 0 0 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 22159360 140736846797505 140736846800279 140736846800279 140736846802895 0
[pid=23729/tid=23866] ppid=23726 vsize=10925820 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/23729/task/23866/stat : 23866 (java) S 23726 23729 20315 0 -1 1077944384 56 12671 0 0 0 0 9 4 20 0 20 0 12635723 11188039680 59409 33554432000 4194304 4196468 140736846790288 140637454546656 140638115272405 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 22159360 140736846797505 140736846800279 140736846800279 140736846802895 0
[pid=23729/tid=23867] ppid=23726 vsize=10925820 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/23729/task/23867/stat : 23867 (java) S 23726 23729 20315 0 -1 1077944384 44 12671 0 0 0 0 9 4 20 0 20 0 12635724 11188039680 59409 33554432000 4194304 4196468 140736846790288 140637453493504 140638115272405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22159360 140736846797505 140736846800279 140736846800279 140736846802895 0
[pid=23729/tid=23871] ppid=23726 vsize=10925820 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/23729/task/23871/stat : 23871 (java) S 23726 23729 20315 0 -1 1077944384 1 12671 0 0 0 0 9 4 20 0 20 0 12635728 11188039680 59409 33554432000 4194304 4196468 140736846790288 140637452442064 140638115280795 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 22159360 140736846797505 140736846800279 140736846800279 140736846802895 0
[pid=23729/tid=23872] ppid=23726 vsize=10925820 CPUtime=0.98 cores=1,3,5,7,9,11,13,15
/proc/23729/task/23872/stat : 23872 (java) R 23726 23729 20315 0 -1 4202560 4058 12671 0 0 84 1 9 4 20 0 20 0 12635728 11188039680 59409 33554432000 4194304 4196468 140736846790288 140637451375192 140638094506086 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22159360 140736846797505 140736846800279 140736846800279 140736846802895 0
[pid=23729/tid=23873] ppid=23726 vsize=10925820 CPUtime=1.34 cores=1,3,5,7,9,11,13,15
/proc/23729/task/23873/stat : 23873 (java) R 23726 23729 20315 0 -1 4202560 5595 12671 0 0 121 0 9 4 20 0 20 0 12635728 11188039680 59409 33554432000 4194304 4196468 140736846790288 140637450322720 140638096805560 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 22159360 140736846797505 140736846800279 140736846800279 140736846802895 0
[pid=23729/tid=23874] ppid=23726 vsize=10925820 CPUtime=1.01 cores=1,3,5,7,9,11,13,15
/proc/23729/task/23874/stat : 23874 (java) R 23726 23729 20315 0 -1 4202560 2510 12671 0 0 87 1 9 4 20 0 20 0 12635728 11188039680 59409 33554432000 4194304 4196468 140736846790288 140637449269448 140638094955299 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22159360 140736846797505 140736846800279 140736846800279 140736846802895 0
[pid=23729/tid=23875] ppid=23726 vsize=10925820 CPUtime=1.29 cores=1,3,5,7,9,11,13,15
/proc/23729/task/23875/stat : 23875 (java) R 23726 23729 20315 0 -1 4202560 5251 12671 0 0 114 2 9 4 20 0 20 0 12635728 11188039680 59409 33554432000 4194304 4196468 140736846790288 140637448228072 140638098658414 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 22159360 140736846797505 140736846800279 140736846800279 140736846802895 0
[pid=23729/tid=23876] ppid=23726 vsize=10925820 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/23729/task/23876/stat : 23876 (java) S 23726 23729 20315 0 -1 1077944384 3 12671 0 0 0 0 9 4 20 0 20 0 12635728 11188039680 59409 33554432000 4194304 4196468 140736846790288 140637447179232 140638115272405 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 22159360 140736846797505 140736846800279 140736846800279 140736846802895 0
[pid=23729/tid=23877] ppid=23726 vsize=10925820 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/23729/task/23877/stat : 23877 (java) S 23726 23729 20315 0 -1 1077944384 7 12671 0 0 0 0 9 4 20 0 20 0 12635728 11188039680 59409 33554432000 4194304 4196468 140736846790288 140637446126768 140638115273346 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 22159360 140736846797505 140736846800279 140736846800279 140736846802895 0
Current children cumulated CPU time (s) 7.33
Current children cumulated vsize (KiB) 10925820

[startup+6.30116 s]
/proc/loadavg: 1.83 1.97 2.03 9/281 23884
/proc/meminfo: memFree=30628308/32770624 swapFree=6364/367336
[pid=23729] ppid=23726 vsize=10997500 CPUtime=18.12 cores=1,3,5,7,9,11,13,15
/proc/23729/stat : 23729 (java) S 23726 23729 20315 0 -1 1077944320 84480 12671 0 0 1761 38 9 4 20 0 20 0 12635705 11261440000 108254 33554432000 4194304 4196468 140736846790288 140736846772832 140638115262199 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 22159360 140736846797505 140736846800279 140736846800279 140736846802895 0
/proc/23729/statm: 2749375 108254 3509 1 0 2736930 0
[pid=23729/tid=23837] ppid=23726 vsize=10997500 CPUtime=6.09 cores=1,3,5,7,9,11,13,15
/proc/23729/task/23837/stat : 23837 (java) R 23726 23729 20315 0 -1 4202560 40407 12671 0 0 585 11 9 4 20 0 20 0 12635719 11261440000 108254 33554432000 4194304 4196468 140736846790288 140638119493528 140637714589155 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 22159360 140736846797505 140736846800279 140736846800279 140736846802895 0
[pid=23729/tid=23845] ppid=23726 vsize=10997500 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/23729/task/23845/stat : 23845 (java) S 23726 23729 20315 0 -1 1077944384 104 12671 0 0 5 1 9 4 20 0 20 0 12635720 11261440000 108254 33554432000 4194304 4196468 140736846790288 140638041336848 140638115272405 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 22159360 140736846797505 140736846800279 140736846800279 140736846802895 0
[pid=23729/tid=23846] ppid=23726 vsize=10997500 CPUtime=0.22 cores=1,3,5,7,9,11,13,15
/proc/23729/task/23846/stat : 23846 (java) S 23726 23729 20315 0 -1 1077944384 673 12671 0 0 7 2 9 4 20 0 20 0 12635720 11261440000 108254 33554432000 4194304 4196468 140736846790288 140638040284304 140638115272405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22159360 140736846797505 140736846800279 140736846800279 140736846802895 0
[pid=23729/tid=23847] ppid=23726 vsize=10997500 CPUtime=0.21 cores=1,3,5,7,9,11,13,15
/proc/23729/task/23847/stat : 23847 (java) S 23726 23729 20315 0 -1 1077944384 431 12671 0 0 6 2 9 4 20 0 20 0 12635720 11261440000 108254 33554432000 4194304 4196468 140736846790288 140638039231248 140638115272405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22159360 140736846797505 140736846800279 140736846800279 140736846802895 0
[pid=23729/tid=23848] ppid=23726 vsize=10997500 CPUtime=0.21 cores=1,3,5,7,9,11,13,15
/proc/23729/task/23848/stat : 23848 (java) S 23726 23729 20315 0 -1 1077944384 107 12671 0 0 6 2 9 4 20 0 20 0 12635720 11261440000 108254 33554432000 4194304 4196468 140736846790288 140638038178704 140638115272405 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 22159360 140736846797505 140736846800279 140736846800279 140736846802895 0
[pid=23729/tid=23849] ppid=23726 vsize=10997500 CPUtime=0.21 cores=1,3,5,7,9,11,13,15
/proc/23729/task/23849/stat : 23849 (java) S 23726 23729 20315 0 -1 1077944384 141 12671 0 0 6 2 9 4 20 0 20 0 12635720 11261440000 108254 33554432000 4194304 4196468 140736846790288 140638037125648 140638115272405 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 22159360 140736846797505 140736846800279 140736846800279 140736846802895 0
[pid=23729/tid=23850] ppid=23726 vsize=10997500 CPUtime=0.2 cores=1,3,5,7,9,11,13,15
/proc/23729/task/23850/stat : 23850 (java) S 23726 23729 20315 0 -1 1077944384 56 12671 0 0 5 2 9 4 20 0 20 0 12635720 11261440000 108254 33554432000 4194304 4196468 140736846790288 140638036073104 140638115272405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22159360 140736846797505 140736846800279 140736846800279 140736846802895 0
[pid=23729/tid=23851] ppid=23726 vsize=10997500 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/23729/task/23851/stat : 23851 (java) S 23726 23729 20315 0 -1 1077944384 61 12671 0 0 5 1 9 4 20 0 20 0 12635720 11261440000 108254 33554432000 4194304 4196468 140736846790288 140638035020048 140638115272405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22159360 140736846797505 140736846800279 140736846800279 140736846802895 0
[pid=23729/tid=23852] ppid=23726 vsize=10997500 CPUtime=0.2 cores=1,3,5,7,9,11,13,15
/proc/23729/task/23852/stat : 23852 (java) S 23726 23729 20315 0 -1 1077944384 148 12671 0 0 6 1 9 4 20 0 20 0 12635720 11261440000 108254 33554432000 4194304 4196468 140736846790288 140637714246032 140638115272405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22159360 140736846797505 140736846800279 140736846800279 140736846802895 0
[pid=23729/tid=23865] ppid=23726 vsize=10997500 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/23729/task/23865/stat : 23865 (java) S 23726 23729 20315 0 -1 1077944384 2238 12671 0 0 5 0 9 4 20 0 20 0 12635723 11261440000 108254 33554432000 4194304 4196468 140736846790288 140637455600368 140638115273346 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22159360 140736846797505 140736846800279 140736846800279 140736846802895 0
[pid=23729/tid=23866] ppid=23726 vsize=10997500 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/23729/task/23866/stat : 23866 (java) S 23726 23729 20315 0 -1 1077944384 71 12671 0 0 0 0 9 4 20 0 20 0 12635723 11261440000 108254 33554432000 4194304 4196468 140736846790288 140637454546656 140638115272405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22159360 140736846797505 140736846800279 140736846800279 140736846802895 0
[pid=23729/tid=23867] ppid=23726 vsize=10997500 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/23729/task/23867/stat : 23867 (java) S 23726 23729 20315 0 -1 1077944384 56 12671 0 0 0 0 9 4 20 0 20 0 12635724 11261440000 108254 33554432000 4194304 4196468 140736846790288 140637453493504 140638115272405 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 22159360 140736846797505 140736846800279 140736846800279 140736846802895 0
[pid=23729/tid=23871] ppid=23726 vsize=10997500 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/23729/task/23871/stat : 23871 (java) S 23726 23729 20315 0 -1 1077944384 1 12671 0 0 0 0 9 4 20 0 20 0 12635728 11261440000 108254 33554432000 4194304 4196468 140736846790288 140637452442064 140638115280795 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 22159360 140736846797505 140736846800279 140736846800279 140736846802895 0
[pid=23729/tid=23872] ppid=23726 vsize=10997500 CPUtime=3.27 cores=1,3,5,7,9,11,13,15
/proc/23729/task/23872/stat : 23872 (java) S 23726 23729 20315 0 -1 1077944384 12538 12671 0 0 312 2 9 4 20 0 20 0 12635728 11261440000 108254 33554432000 4194304 4196468 140736846790288 140637451389168 140638115273346 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 22159360 140736846797505 140736846800279 140736846800279 140736846802895 0
[pid=23729/tid=23873] ppid=23726 vsize=10997500 CPUtime=3.2 cores=1,3,5,7,9,11,13,15
/proc/23729/task/23873/stat : 23873 (java) S 23726 23729 20315 0 -1 1077944384 8489 12671 0 0 307 0 9 4 20 0 20 0 12635728 11261440000 108254 33554432000 4194304 4196468 140736846790288 140637450336624 140638115273346 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22159360 140736846797505 140736846800279 140736846800279 140736846802895 0
[pid=23729/tid=23874] ppid=23726 vsize=10997500 CPUtime=2.99 cores=1,3,5,7,9,11,13,15
/proc/23729/task/23874/stat : 23874 (java) S 23726 23729 20315 0 -1 1077944384 6599 12671 0 0 284 2 9 4 20 0 20 0 12635728 11261440000 108254 33554432000 4194304 4196468 140736846790288 140637449283568 140638115273346 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22159360 140736846797505 140736846800279 140736846800279 140736846802895 0
[pid=23729/tid=23875] ppid=23726 vsize=10997500 CPUtime=2.31 cores=1,3,5,7,9,11,13,15
/proc/23729/task/23875/stat : 23875 (java) S 23726 23729 20315 0 -1 1077944384 10206 12671 0 0 215 3 9 4 20 0 20 0 12635728 11261440000 108254 33554432000 4194304 4196468 140736846790288 140637448231024 140638115273346 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 22159360 140736846797505 140736846800279 140736846800279 140736846802895 0
[pid=23729/tid=23876] ppid=23726 vsize=10997500 CPUtime=0.13 cores=1,3,5,7,9,11,13,15

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

Current children cumulated vsize (KiB) 10997500

[startup+2262.3 s]
/proc/loadavg: 1.29 1.46 1.50 3/282 23976
/proc/meminfo: memFree=29369720/32770624 swapFree=6364/368484
[pid=23729] ppid=23726 vsize=10997500 CPUtime=2339.36 cores=1,3,5,7,9,11,13,15
/proc/23729/stat : 23729 (java) S 23726 23729 20315 0 -1 1077944320 373019 12671 0 0 233394 529 9 4 20 0 20 0 12635705 11261440000 232616 33554432000 4194304 4196468 140736846790288 140736846772832 140638115262199 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 22159360 140736846797505 140736846800279 140736846800279 140736846802895 0
/proc/23729/statm: 2749375 232616 3519 1 0 2736930 0
[pid=23729/tid=23837] ppid=23726 vsize=10997500 CPUtime=2242.14 cores=1,3,5,7,9,11,13,15
/proc/23729/task/23837/stat : 23837 (java) R 23726 23729 20315 0 -1 4202560 83278 12671 0 0 224153 48 9 4 20 0 20 0 12635719 11261440000 232616 33554432000 4194304 4196468 140736846790288 140638119492560 140637731060627 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22159360 140736846797505 140736846800279 140736846800279 140736846802895 0
[pid=23729/tid=23845] ppid=23726 vsize=10997500 CPUtime=8.65 cores=1,3,5,7,9,11,13,15
/proc/23729/task/23845/stat : 23845 (java) S 23726 23729 20315 0 -1 1077944384 4922 12671 0 0 805 47 9 4 20 0 20 0 12635720 11261440000 232616 33554432000 4194304 4196468 140736846790288 140638041336848 140638115272405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22159360 140736846797505 140736846800279 140736846800279 140736846802895 0
[pid=23729/tid=23846] ppid=23726 vsize=10997500 CPUtime=8.64 cores=1,3,5,7,9,11,13,15
/proc/23729/task/23846/stat : 23846 (java) S 23726 23729 20315 0 -1 1077944384 7514 12671 0 0 806 45 9 4 20 0 20 0 12635720 11261440000 232616 33554432000 4194304 4196468 140736846790288 140638040284304 140638115272405 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 22159360 140736846797505 140736846800279 140736846800279 140736846802895 0
[pid=23729/tid=23847] ppid=23726 vsize=10997500 CPUtime=8.61 cores=1,3,5,7,9,11,13,15
/proc/23729/task/23847/stat : 23847 (java) S 23726 23729 20315 0 -1 1077944384 9121 12671 0 0 799 49 9 4 20 0 20 0 12635720 11261440000 232616 33554432000 4194304 4196468 140736846790288 140638039231248 140638115272405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22159360 140736846797505 140736846800279 140736846800279 140736846802895 0
[pid=23729/tid=23848] ppid=23726 vsize=10997500 CPUtime=8.56 cores=1,3,5,7,9,11,13,15
/proc/23729/task/23848/stat : 23848 (java) S 23726 23729 20315 0 -1 1077944384 10502 12671 0 0 793 50 9 4 20 0 20 0 12635720 11261440000 232616 33554432000 4194304 4196468 140736846790288 140638038178704 140638115272405 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 22159360 140736846797505 140736846800279 140736846800279 140736846802895 0
[pid=23729/tid=23849] ppid=23726 vsize=10997500 CPUtime=8.55 cores=1,3,5,7,9,11,13,15
/proc/23729/task/23849/stat : 23849 (java) S 23726 23729 20315 0 -1 1077944384 6766 12671 0 0 796 46 9 4 20 0 20 0 12635720 11261440000 232616 33554432000 4194304 4196468 140736846790288 140638037125648 140638115272405 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 22159360 140736846797505 140736846800279 140736846800279 140736846802895 0
[pid=23729/tid=23850] ppid=23726 vsize=10997500 CPUtime=8.6 cores=1,3,5,7,9,11,13,15
/proc/23729/task/23850/stat : 23850 (java) S 23726 23729 20315 0 -1 1077944384 6631 12671 0 0 800 47 9 4 20 0 20 0 12635720 11261440000 232616 33554432000 4194304 4196468 140736846790288 140638036073104 140638115272405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22159360 140736846797505 140736846800279 140736846800279 140736846802895 0
[pid=23729/tid=23851] ppid=23726 vsize=10997500 CPUtime=8.55 cores=1,3,5,7,9,11,13,15
/proc/23729/task/23851/stat : 23851 (java) S 23726 23729 20315 0 -1 1077944384 4574 12671 0 0 797 45 9 4 20 0 20 0 12635720 11261440000 232616 33554432000 4194304 4196468 140736846790288 140638035020048 140638115272405 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 22159360 140736846797505 140736846800279 140736846800279 140736846802895 0
[pid=23729/tid=23852] ppid=23726 vsize=10997500 CPUtime=8.64 cores=1,3,5,7,9,11,13,15
/proc/23729/task/23852/stat : 23852 (java) S 23726 23729 20315 0 -1 1077944384 6056 12671 0 0 806 45 9 4 20 0 20 0 12635720 11261440000 232616 33554432000 4194304 4196468 140736846790288 140637714246032 140638115272405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22159360 140736846797505 140736846800279 140736846800279 140736846802895 0
[pid=23729/tid=23865] ppid=23726 vsize=10997500 CPUtime=7.31 cores=1,3,5,7,9,11,13,15
/proc/23729/task/23865/stat : 23865 (java) S 23726 23729 20315 0 -1 1077944384 13888 12671 0 0 667 51 9 4 20 0 20 0 12635723 11261440000 232616 33554432000 4194304 4196468 140736846790288 140637455600368 140638115273346 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22159360 140736846797505 140736846800279 140736846800279 140736846802895 0
[pid=23729/tid=23866] ppid=23726 vsize=10997500 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/23729/task/23866/stat : 23866 (java) S 23726 23729 20315 0 -1 1077944384 71 12671 0 0 0 0 9 4 20 0 20 0 12635723 11261440000 232616 33554432000 4194304 4196468 140736846790288 140637454546656 140638115272405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22159360 140736846797505 140736846800279 140736846800279 140736846802895 0
[pid=23729/tid=23867] ppid=23726 vsize=10997500 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/23729/task/23867/stat : 23867 (java) S 23726 23729 20315 0 -1 1077944384 56 12671 0 0 0 0 9 4 20 0 20 0 12635724 11261440000 232616 33554432000 4194304 4196468 140736846790288 140637453493504 140638115272405 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 22159360 140736846797505 140736846800279 140736846800279 140736846802895 0
[pid=23729/tid=23871] ppid=23726 vsize=10997500 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/23729/task/23871/stat : 23871 (java) S 23726 23729 20315 0 -1 1077944384 1 12671 0 0 0 0 9 4 20 0 20 0 12635728 11261440000 232616 33554432000 4194304 4196468 140736846790288 140637452442064 140638115280795 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 22159360 140736846797505 140736846800279 140736846800279 140736846802895 0
[pid=23729/tid=23872] ppid=23726 vsize=10997500 CPUtime=6.16 cores=1,3,5,7,9,11,13,15
/proc/23729/task/23872/stat : 23872 (java) S 23726 23729 20315 0 -1 1077944384 47772 12671 0 0 597 6 9 4 20 0 20 0 12635728 11261440000 232616 33554432000 4194304 4196468 140736846790288 140637451389168 140638115273346 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 22159360 140736846797505 140736846800279 140736846800279 140736846802895 0
[pid=23729/tid=23873] ppid=23726 vsize=10997500 CPUtime=5.96 cores=1,3,5,7,9,11,13,15
/proc/23729/task/23873/stat : 23873 (java) S 23726 23729 20315 0 -1 1077944384 51712 12671 0 0 577 6 9 4 20 0 20 0 12635728 11261440000 232616 33554432000 4194304 4196468 140736846790288 140637450336624 140638115273346 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22159360 140736846797505 140736846800279 140736846800279 140736846802895 0
[pid=23729/tid=23874] ppid=23726 vsize=10997500 CPUtime=5.71 cores=1,3,5,7,9,11,13,15
/proc/23729/task/23874/stat : 23874 (java) S 23726 23729 20315 0 -1 1077944384 46127 12671 0 0 551 7 9 4 20 0 20 0 12635728 11261440000 232616 33554432000 4194304 4196468 140736846790288 140637449283568 140638115273346 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22159360 140736846797505 140736846800279 140736846800279 140736846802895 0
[pid=23729/tid=23875] ppid=23726 vsize=10997500 CPUtime=3.46 cores=1,3,5,7,9,11,13,15
/proc/23729/task/23875/stat : 23875 (java) S 23726 23729 20315 0 -1 1077944384 69689 12671 0 0 324 9 9 4 20 0 20 0 12635728 11261440000 232616 33554432000 4194304 4196468 140736846790288 140637448231024 140638115273346 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22159360 140736846797505 140736846800279 140736846800279 140736846802895 0
[pid=23729/tid=23876] ppid=23726 vsize=10997500 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/23729/task/23876/stat : 23876 (java) S 23726 23729 20315 0 -1 1077944384 3 12671 0 0 0 0 9 4 20 0 20 0 12635728 11261440000 232616 33554432000 4194304 4196468 140736846790288 140637447179232 140638115272405 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 22159360 140736846797505 140736846800279 140736846800279 140736846802895 0
[pid=23729/tid=23877] ppid=23726 vsize=10997500 CPUtime=1.52 cores=1,3,5,7,9,11,13,15
/proc/23729/task/23877/stat : 23877 (java) S 23726 23729 20315 0 -1 1077944384 2202 12671 0 0 68 71 9 4 20 0 20 0 12635728 11261440000 232616 33554432000 4194304 4196468 140736846790288 140637446126768 140638115273346 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22159360 140736846797505 140736846800279 140736846800279 140736846802895 0
Current children cumulated CPU time (s) 2339.36
Current children cumulated vsize (KiB) 10997500



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2321.3 s]
/proc/loadavg: 1.46 1.46 1.50 2/258 23987
/proc/meminfo: memFree=30485992/32770624 swapFree=6364/368508
[pid=23729] ppid=23726 vsize=10997500 CPUtime=2400.07 cores=1,3,5,7,9,11,13,15
/proc/23729/stat : 23729 (java) S 23726 23729 20315 0 -1 1077944320 376258 12671 0 0 239453 541 9 4 20 0 20 0 12635705 11261440000 227758 33554432000 4194304 4196468 140736846790288 140736846772832 140638115262199 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 22159360 140736846797505 140736846800279 140736846800279 140736846802895 0
/proc/23729/statm: 2749375 227758 3519 1 0 2736930 0
[pid=23729/tid=23837] ppid=23726 vsize=10997500 CPUtime=2300.6 cores=1,3,5,7,9,11,13,15
/proc/23729/task/23837/stat : 23837 (java) R 23726 23729 20315 0 -1 4202560 84040 12671 0 0 229998 49 9 4 20 0 20 0 12635719 11261440000 227758 33554432000 4194304 4196468 140736846790288 140638119496368 140637730952512 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22159360 140736846797505 140736846800279 140736846800279 140736846802895 0
[pid=23729/tid=23845] ppid=23726 vsize=10997500 CPUtime=8.88 cores=1,3,5,7,9,11,13,15
/proc/23729/task/23845/stat : 23845 (java) S 23726 23729 20315 0 -1 1077944384 4983 12671 0 0 828 47 9 4 20 0 20 0 12635720 11261440000 227758 33554432000 4194304 4196468 140736846790288 140638041336848 140638115272405 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 22159360 140736846797505 140736846800279 140736846800279 140736846802895 0
[pid=23729/tid=23846] ppid=23726 vsize=10997500 CPUtime=8.87 cores=1,3,5,7,9,11,13,15
/proc/23729/task/23846/stat : 23846 (java) S 23726 23729 20315 0 -1 1077944384 7613 12671 0 0 828 46 9 4 20 0 20 0 12635720 11261440000 227758 33554432000 4194304 4196468 140736846790288 140638040284304 140638115272405 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 22159360 140736846797505 140736846800279 140736846800279 140736846802895 0
[pid=23729/tid=23847] ppid=23726 vsize=10997500 CPUtime=8.81 cores=1,3,5,7,9,11,13,15
/proc/23729/task/23847/stat : 23847 (java) S 23726 23729 20315 0 -1 1077944384 9184 12671 0 0 818 50 9 4 20 0 20 0 12635720 11261440000 227758 33554432000 4194304 4196468 140736846790288 140638039231248 140638115272405 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 22159360 140736846797505 140736846800279 140736846800279 140736846802895 0
[pid=23729/tid=23848] ppid=23726 vsize=10997500 CPUtime=8.77 cores=1,3,5,7,9,11,13,15
/proc/23729/task/23848/stat : 23848 (java) S 23726 23729 20315 0 -1 1077944384 10539 12671 0 0 814 50 9 4 20 0 20 0 12635720 11261440000 227758 33554432000 4194304 4196468 140736846790288 140638038178704 140638115272405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22159360 140736846797505 140736846800279 140736846800279 140736846802895 0
[pid=23729/tid=23849] ppid=23726 vsize=10997500 CPUtime=8.77 cores=1,3,5,7,9,11,13,15
/proc/23729/task/23849/stat : 23849 (java) S 23726 23729 20315 0 -1 1077944384 6852 12671 0 0 817 47 9 4 20 0 20 0 12635720 11261440000 227758 33554432000 4194304 4196468 140736846790288 140638037125648 140638115272405 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 22159360 140736846797505 140736846800279 140736846800279 140736846802895 0
[pid=23729/tid=23850] ppid=23726 vsize=10997500 CPUtime=8.8 cores=1,3,5,7,9,11,13,15
/proc/23729/task/23850/stat : 23850 (java) S 23726 23729 20315 0 -1 1077944384 6674 12671 0 0 819 48 9 4 20 0 20 0 12635720 11261440000 227758 33554432000 4194304 4196468 140736846790288 140638036073104 140638115272405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22159360 140736846797505 140736846800279 140736846800279 140736846802895 0
[pid=23729/tid=23851] ppid=23726 vsize=10997500 CPUtime=8.77 cores=1,3,5,7,9,11,13,15
/proc/23729/task/23851/stat : 23851 (java) S 23726 23729 20315 0 -1 1077944384 4872 12671 0 0 818 46 9 4 20 0 20 0 12635720 11261440000 227758 33554432000 4194304 4196468 140736846790288 140638035020048 140638115272405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22159360 140736846797505 140736846800279 140736846800279 140736846802895 0
[pid=23729/tid=23852] ppid=23726 vsize=10997500 CPUtime=8.88 cores=1,3,5,7,9,11,13,15
/proc/23729/task/23852/stat : 23852 (java) S 23726 23729 20315 0 -1 1077944384 6099 12671 0 0 829 46 9 4 20 0 20 0 12635720 11261440000 227758 33554432000 4194304 4196468 140736846790288 140637714246032 140638115272405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22159360 140736846797505 140736846800279 140736846800279 140736846802895 0
[pid=23729/tid=23865] ppid=23726 vsize=10997500 CPUtime=7.5 cores=1,3,5,7,9,11,13,15
/proc/23729/task/23865/stat : 23865 (java) S 23726 23729 20315 0 -1 1077944384 14070 12671 0 0 685 52 9 4 20 0 20 0 12635723 11261440000 227758 33554432000 4194304 4196468 140736846790288 140637455600368 140638115273346 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22159360 140736846797505 140736846800279 140736846800279 140736846802895 0
[pid=23729/tid=23866] ppid=23726 vsize=10997500 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/23729/task/23866/stat : 23866 (java) S 23726 23729 20315 0 -1 1077944384 71 12671 0 0 0 0 9 4 20 0 20 0 12635723 11261440000 227758 33554432000 4194304 4196468 140736846790288 140637454546656 140638115272405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22159360 140736846797505 140736846800279 140736846800279 140736846802895 0
[pid=23729/tid=23867] ppid=23726 vsize=10997500 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/23729/task/23867/stat : 23867 (java) S 23726 23729 20315 0 -1 1077944384 56 12671 0 0 0 0 9 4 20 0 20 0 12635724 11261440000 227758 33554432000 4194304 4196468 140736846790288 140637453493504 140638115272405 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 22159360 140736846797505 140736846800279 140736846800279 140736846802895 0
[pid=23729/tid=23871] ppid=23726 vsize=10997500 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/23729/task/23871/stat : 23871 (java) S 23726 23729 20315 0 -1 1077944384 1 12671 0 0 0 0 9 4 20 0 20 0 12635728 11261440000 227758 33554432000 4194304 4196468 140736846790288 140637452442064 140638115280795 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 22159360 140736846797505 140736846800279 140736846800279 140736846802895 0
[pid=23729/tid=23872] ppid=23726 vsize=10997500 CPUtime=6.22 cores=1,3,5,7,9,11,13,15
/proc/23729/task/23872/stat : 23872 (java) S 23726 23729 20315 0 -1 1077944384 48208 12671 0 0 603 6 9 4 20 0 20 0 12635728 11261440000 227758 33554432000 4194304 4196468 140736846790288 140637451389168 140638115273346 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22159360 140736846797505 140736846800279 140736846800279 140736846802895 0
[pid=23729/tid=23873] ppid=23726 vsize=10997500 CPUtime=6.01 cores=1,3,5,7,9,11,13,15
/proc/23729/task/23873/stat : 23873 (java) S 23726 23729 20315 0 -1 1077944384 51917 12671 0 0 582 6 9 4 20 0 20 0 12635728 11261440000 227758 33554432000 4194304 4196468 140736846790288 140637450336624 140638115273346 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 22159360 140736846797505 140736846800279 140736846800279 140736846802895 0
[pid=23729/tid=23874] ppid=23726 vsize=10997500 CPUtime=5.77 cores=1,3,5,7,9,11,13,15
/proc/23729/task/23874/stat : 23874 (java) S 23726 23729 20315 0 -1 1077944384 46407 12671 0 0 557 7 9 4 20 0 20 0 12635728 11261440000 227758 33554432000 4194304 4196468 140736846790288 140637449283568 140638115273346 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22159360 140736846797505 140736846800279 140736846800279 140736846802895 0
[pid=23729/tid=23875] ppid=23726 vsize=10997500 CPUtime=3.52 cores=1,3,5,7,9,11,13,15
/proc/23729/task/23875/stat : 23875 (java) S 23726 23729 20315 0 -1 1077944384 70316 12671 0 0 330 9 9 4 20 0 20 0 12635728 11261440000 227758 33554432000 4194304 4196468 140736846790288 140637448231024 140638115273346 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22159360 140736846797505 140736846800279 140736846800279 140736846802895 0
[pid=23729/tid=23876] ppid=23726 vsize=10997500 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/23729/task/23876/stat : 23876 (java) S 23726 23729 20315 0 -1 1077944384 3 12671 0 0 0 0 9 4 20 0 20 0 12635728 11261440000 227758 33554432000 4194304 4196468 140736846790288 140637447179232 140638115272405 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 22159360 140736846797505 140736846800279 140736846800279 140736846802895 0
[pid=23729/tid=23877] ppid=23726 vsize=10997500 CPUtime=1.55 cores=1,3,5,7,9,11,13,15
/proc/23729/task/23877/stat : 23877 (java) S 23726 23729 20315 0 -1 1077944384 2219 12671 0 0 69 73 9 4 20 0 20 0 12635728 11261440000 227758 33554432000 4194304 4196468 140736846790288 140637446126768 140638115273346 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22159360 140736846797505 140736846800279 140736846800279 140736846802895 0
Current children cumulated CPU time (s) 2400.07
Current children cumulated vsize (KiB) 10997500

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 23729 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2321.6 s]
/proc/loadavg: 1.46 1.46 1.50 2/258 23987
/proc/meminfo: memFree=30485992/32770624 swapFree=6364/368508
[pid=23729] ppid=23726 vsize=11130628 CPUtime=2401.82 cores=1,3,5,7,9,11,13,15
/proc/23729/stat : 23729 (java) S 23726 23729 20315 0 -1 1077944320 381261 12671 0 0 239625 544 9 4 20 0 22 0 12635705 11397763072 229767 33554432000 4194304 4196468 140736846790288 140736846772832 140638115262199 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 22159360 140736846797505 140736846800279 140736846800279 140736846802895 0
/proc/23729/statm: 2782657 229767 3519 1 0 2770212 0
[pid=23729/tid=23837] ppid=23726 vsize=11130628 CPUtime=2300.61 cores=1,3,5,7,9,11,13,15
/proc/23729/task/23837/stat : 23837 (java) S 23726 23729 20315 0 -1 1077944384 84248 12671 0 0 229999 49 9 4 20 0 22 0 12635719 11397763072 229767 33554432000 4194304 4196468 140736846790288 140638119499904 140638115272405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22159360 140736846797505 140736846800279 140736846800279 140736846802895 0
[pid=23729/tid=23845] ppid=23726 vsize=11130628 CPUtime=9.09 cores=1,3,5,7,9,11,13,15
/proc/23729/task/23845/stat : 23845 (java) R 23726 23729 20315 0 -1 4202560 4995 12671 0 0 848 48 9 4 20 0 22 0 12635720 11397763072 229767 33554432000 4194304 4196468 140736846790288 140638041337048 140638100258787 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22159360 140736846797505 140736846800279 140736846800279 140736846802895 0
[pid=23729/tid=23846] ppid=23726 vsize=11130628 CPUtime=9.08 cores=1,3,5,7,9,11,13,15
/proc/23729/task/23846/stat : 23846 (java) R 23726 23729 20315 0 -1 4202560 7632 12671 0 0 849 46 9 4 20 0 22 0 12635720 11397763072 229767 33554432000 4194304 4196468 140736846790288 140638040284504 140638096871945 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 22159360 140736846797505 140736846800279 140736846800279 140736846802895 0
[pid=23729/tid=23847] ppid=23726 vsize=11130628 CPUtime=9.03 cores=1,3,5,7,9,11,13,15
/proc/23729/task/23847/stat : 23847 (java) R 23726 23729 20315 0 -1 4202560 9199 12671 0 0 840 50 9 4 20 0 22 0 12635720 11397763072 229767 33554432000 4194304 4196468 140736846790288 140638039231448 140638100258704 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 22159360 140736846797505 140736846800279 140736846800279 140736846802895 0
[pid=23729/tid=23848] ppid=23726 vsize=11130628 CPUtime=8.98 cores=1,3,5,7,9,11,13,15
/proc/23729/task/23848/stat : 23848 (java) R 23726 23729 20315 0 -1 4202560 10559 12671 0 0 834 51 9 4 20 0 22 0 12635720 11397763072 229767 33554432000 4194304 4196468 140736846790288 140638038178904 140638096871970 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 22159360 140736846797505 140736846800279 140736846800279 140736846802895 0
[pid=23729/tid=23849] ppid=23726 vsize=11130628 CPUtime=8.98 cores=1,3,5,7,9,11,13,15
/proc/23729/task/23849/stat : 23849 (java) R 23726 23729 20315 0 -1 4202560 6896 12671 0 0 838 47 9 4 20 0 22 0 12635720 11397763072 229767 33554432000 4194304 4196468 140736846790288 140638037125848 140638096872024 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 22159360 140736846797505 140736846800279 140736846800279 140736846802895 0
[pid=23729/tid=23850] ppid=23726 vsize=11130628 CPUtime=9.01 cores=1,3,5,7,9,11,13,15
/proc/23729/task/23850/stat : 23850 (java) R 23726 23729 20315 0 -1 4202560 6679 12671 0 0 839 49 9 4 20 0 22 0 12635720 11397763072 229767 33554432000 4194304 4196468 140736846790288 140638036073304 140638099719667 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 22159360 140736846797505 140736846800279 140736846800279 140736846802895 0
[pid=23729/tid=23851] ppid=23726 vsize=11130628 CPUtime=8.99 cores=1,3,5,7,9,11,13,15
/proc/23729/task/23851/stat : 23851 (java) R 23726 23729 20315 0 -1 4202560 4918 12671 0 0 840 46 9 4 20 0 22 0 12635720 11397763072 229767 33554432000 4194304 4196468 140736846790288 140638035019936 140638099960929 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22159360 140736846797505 140736846800279 140736846800279 140736846802895 0
[pid=23729/tid=23852] ppid=23726 vsize=11130628 CPUtime=9.09 cores=1,3,5,7,9,11,13,15
/proc/23729/task/23852/stat : 23852 (java) R 23726 23729 20315 0 -1 4202560 6115 12671 0 0 849 47 9 4 20 0 22 0 12635720 11397763072 229767 33554432000 4194304 4196468 140736846790288 140637714246032 140638100258866 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22159360 140736846797505 140736846800279 140736846800279 140736846802895 0
[pid=23729/tid=23865] ppid=23726 vsize=11130628 CPUtime=7.57 cores=1,3,5,7,9,11,13,15
/proc/23729/task/23865/stat : 23865 (java) S 23726 23729 20315 0 -1 1077944384 18510 12671 0 0 691 53 9 4 20 0 22 0 12635723 11397763072 229767 33554432000 4194304 4196468 140736846790288 140637455598992 140638115272405 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22159360 140736846797505 140736846800279 140736846800279 140736846802895 0
[pid=23729/tid=23866] ppid=23726 vsize=11130628 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/23729/task/23866/stat : 23866 (java) S 23726 23729 20315 0 -1 1077944384 72 12671 0 0 0 0 9 4 20 0 22 0 12635723 11397763072 229767 33554432000 4194304 4196468 140736846790288 140637454546560 140638115272405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22159360 140736846797505 140736846800279 140736846800279 140736846802895 0
[pid=23729/tid=23867] ppid=23726 vsize=11130628 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/23729/task/23867/stat : 23867 (java) S 23726 23729 20315 0 -1 1077944384 56 12671 0 0 0 0 9 4 20 0 22 0 12635724 11397763072 229767 33554432000 4194304 4196468 140736846790288 140637453493504 140638115272405 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 22159360 140736846797505 140736846800279 140736846800279 140736846802895 0
[pid=23729/tid=23871] ppid=23726 vsize=11130628 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/23729/task/23871/stat : 23871 (java) S 23726 23729 20315 0 -1 1077944384 76 12671 0 0 0 0 9 4 20 0 22 0 12635728 11397763072 229767 33554432000 4194304 4196468 140736846790288 140637452442064 140638115280795 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 22159360 140736846797505 140736846800279 140736846800279 140736846802895 0
[pid=23729/tid=23872] ppid=23726 vsize=11130628 CPUtime=6.22 cores=1,3,5,7,9,11,13,15
/proc/23729/task/23872/stat : 23872 (java) S 23726 23729 20315 0 -1 1077944384 48208 12671 0 0 603 6 9 4 20 0 22 0 12635728 11397763072 229767 33554432000 4194304 4196468 140736846790288 140637451389168 140638115273346 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22159360 140736846797505 140736846800279 140736846800279 140736846802895 0
[pid=23729/tid=23873] ppid=23726 vsize=11130628 CPUtime=6.01 cores=1,3,5,7,9,11,13,15
/proc/23729/task/23873/stat : 23873 (java) S 23726 23729 20315 0 -1 1077944384 51917 12671 0 0 582 6 9 4 20 0 22 0 12635728 11397763072 229767 33554432000 4194304 4196468 140736846790288 140637450336624 140638115273346 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 22159360 140736846797505 140736846800279 140736846800279 140736846802895 0
[pid=23729/tid=23874] ppid=23726 vsize=11130628 CPUtime=5.77 cores=1,3,5,7,9,11,13,15
/proc/23729/task/23874/stat : 23874 (java) S 23726 23729 20315 0 -1 1077944384 46407 12671 0 0 557 7 9 4 20 0 22 0 12635728 11397763072 229767 33554432000 4194304 4196468 140736846790288 140637449283568 140638115273346 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22159360 140736846797505 140736846800279 140736846800279 140736846802895 0
[pid=23729/tid=23875] ppid=23726 vsize=11130628 CPUtime=3.52 cores=1,3,5,7,9,11,13,15
/proc/23729/task/23875/stat : 23875 (java) S 23726 23729 20315 0 -1 1077944384 70316 12671 0 0 330 9 9 4 20 0 22 0 12635728 11397763072 229767 33554432000 4194304 4196468 140736846790288 140637448231024 140638115273346 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22159360 140736846797505 140736846800279 140736846800279 140736846802895 0
[pid=23729/tid=23876] ppid=23726 vsize=11130628 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/23729/task/23876/stat : 23876 (java) S 23726 23729 20315 0 -1 1077944384 3 12671 0 0 0 0 9 4 20 0 22 0 12635728 11397763072 229767 33554432000 4194304 4196468 140736846790288 140637447179232 140638115272405 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 22159360 140736846797505 140736846800279 140736846800279 140736846802895 0
[pid=23729/tid=23877] ppid=23726 vsize=11130628 CPUtime=1.55 cores=1,3,5,7,9,11,13,15
/proc/23729/task/23877/stat : 23877 (java) S 23726 23729 20315 0 -1 1077944384 2219 12671 0 0 69 73 9 4 20 0 22 0 12635728 11397763072 229767 33554432000 4194304 4196468 140736846790288 140637446126768 140638115273346 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22159360 140736846797505 140736846800279 140736846800279 140736846802895 0
Current children cumulated CPU time (s) 2401.82
Current children cumulated vsize (KiB) 11130628

[startup+2321.7 s]
/proc/loadavg: 1.46 1.46 1.50 2/258 23987
/proc/meminfo: memFree=30485992/32770624 swapFree=6364/368508
[pid=23729] ppid=23726 vsize=0 CPUtime=2402.25 cores=1,3,5,7,9,11,13,15
/proc/23729/stat : 23729 (java) Z 23726 23729 20315 0 -1 4228108 381342 12671 0 0 239667 545 9 4 20 0 2 0 12635705 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 0 0 0 0 0 0 0 0
/proc/23729/statm: 0 0 0 0 0 0 0
[pid=23729/tid=23846] ppid=23726 vsize=0 CPUtime=9.14 cores=1,3,5,7,9,11,13,15
/proc/23729/task/23846/stat : 23846 (java) R 23726 23729 20315 0 -1 4203588 7632 12671 0 0 854 47 9 4 20 0 2 0 12635720 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 11 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 2402.25
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 2321.7
CPU time (s): 2402.27
CPU user time (s): 2396.78
CPU system time (s): 5.49688
CPU usage (%): 103.47
Max. virtual memory (cumulated for all children) (KiB): 11130628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.78
system time used= 5.49688
maximum resident set size= 1595952
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 394013
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3264
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 298009
involuntary context switches= 177107

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

The end

Launcher Data

Begin job on node127 at 2017-07-23 03:34:40
IDJOB=4249613
IDBENCH=137463
IDSOLVER=2630
FILE ID=node127/4249613-1500773680
RUNJOBID= node127-1500773680-23710
PBS_JOBID= 20624589
Free space on /tmp= 61816 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/BinPacking/BinPacking-sum-skj2/BinPacking-sum-n2w3b3r1.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4249613-1500773680/watcher-4249613-1500773680 -o /tmp/evaluation-result-4249613-1500773680/solver-4249613-1500773680 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node127-1500773680-23710 --watchdog 2560  bin/concrete HOME/instance-4249613-1500773680.xml

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 8

MD5SUM BENCH= 0bd2493faee791f2eedb1fd600149919
RANDOM SEED=84845713

node127.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/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		: 2133.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.94
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.94
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.94
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		: 2133.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.94
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
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.94
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
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	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2267.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
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.94
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1867.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
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	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
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.94
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
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	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1733.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
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.94
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2267.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
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:        31391240 kB
MemAvailable:   31991568 kB
Buffers:          167964 kB
Cached:           709700 kB
SwapCached:            0 kB
Active:           551820 kB
Inactive:         382436 kB
Active(anon):      59424 kB
Inactive(anon):     8688 kB
Active(file):     492396 kB
Inactive(file):   373748 kB
Unevictable:        6364 kB
Mlocked:            6364 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             48312 kB
Writeback:             0 kB
AnonPages:         62820 kB
Mapped:            30992 kB
Shmem:              8840 kB
Slab:             134452 kB
SReclaimable:     100036 kB
SUnreclaim:        34416 kB
KernelStack:        4112 kB
PageTables:         4672 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     309460 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 61768 MiB
End job on node127 at 2017-07-23 04:13:22