Trace number 4245262

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

General information on the benchmark

NameGracefulGraph/GracefulGraph-m1-s1/
GracefulGraph-K14-P07.xml
MD5SUM539390230adc3c5191c5e54bc0e1cdf0
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 variables1554
Number of constraints723
Number of domains2
Minimum domain size721
Maximum domain size722
Distribution of domain sizes[{"size":721,"count":721},{"size":722,"count":98}]
Minimum variable degree0
Maximum variable degree16
Distribution of variable degrees[{"degree":0,"count":735},{"degree":2,"count":721},{"degree":15,"count":28},{"degree":16,"count":70}]
Minimum constraint arity3
Maximum constraint arity721
Distribution of constraint arities[{"arity":3,"count":721},{"arity":98,"count":1},{"arity":721,"count":1}]
Number of extensional constraints0
Number of intensional constraints721
Distribution of constraint types[{"type":"intension","count":721},{"type":"allDifferent","count":2}]
Optimization problemNO
Type of objective

Solver Data

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

pid=18683
running on 8 cores: 0,2,4,6,8,10,12,14

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.38 1.37 1.45 2/261 18686
/proc/meminfo: memFree=29295260/32770624 swapFree=5844/255916
[pid=18686] ppid=18683 vsize=9508 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/18686/stat : 18686 (bash) S 18683 18686 13605 0 -1 4202496 687 1531 0 0 0 0 0 0 20 0 1 0 5464750 9736192 350 33554432000 4194304 5098028 140731671872416 140731671870056 140036969552896 0 0 4100 65536 18446744071580971376 0 0 17 8 0 0 0 0 0 7196144 7232144 36040704 140731671876878 140731671876963 140731671876963 140731671879662 0
/proc/18686/statm: 2377 350 277 221 0 86 0

[startup+0.100135 s]
/proc/loadavg: 1.38 1.37 1.45 2/261 18686
/proc/meminfo: memFree=29295260/32770624 swapFree=5844/255916
[pid=18686] ppid=18683 vsize=9640 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/18686/stat : 18686 (bash) S 18683 18686 13605 0 -1 4202496 885 6415 0 0 0 0 0 1 20 0 1 0 5464750 9871360 378 33554432000 4194304 5098028 140731671872416 140731671866424 140036969552896 0 0 4100 65536 18446744071580971376 0 0 17 8 0 0 0 0 0 7196144 7232144 36040704 140731671876878 140731671876963 140731671876963 140731671879662 0
/proc/18686/statm: 2410 378 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200386 s]
/proc/loadavg: 1.38 1.37 1.45 2/261 18686
/proc/meminfo: memFree=29295260/32770624 swapFree=5844/255916
[pid=18686] ppid=18683 vsize=10902292 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/18686/stat : 18686 (java) S 18683 18686 13605 0 -1 1077944320 6097 12437 0 0 10 1 6 4 20 0 20 0 5464750 11163947008 6834 33554432000 4194304 4196468 140729789478448 140729789460992 140453286596343 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 25755648 140729789479617 140729789482391 140729789482391 140729789485007 0
/proc/18686/statm: 2725573 6834 2827 1 0 2713890 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 10902292

[startup+0.300204 s]
/proc/loadavg: 1.38 1.37 1.45 2/261 18686
/proc/meminfo: memFree=29295260/32770624 swapFree=5844/255916
[pid=18686] ppid=18683 vsize=10902672 CPUtime=0.36 cores=0,2,4,6,8,10,12,14
/proc/18686/stat : 18686 (java) S 18683 18686 13605 0 -1 1077944320 10621 12437 0 0 24 2 6 4 20 0 20 0 5464750 11164336128 11630 33554432000 4194304 4196468 140729789478448 140729789460992 140453286596343 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 25755648 140729789479617 140729789482391 140729789482391 140729789485007 0
/proc/18686/statm: 2725668 11630 3033 1 0 2713890 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 10902672

[startup+0.700237 s]
/proc/loadavg: 1.38 1.37 1.45 2/261 18686
/proc/meminfo: memFree=29295260/32770624 swapFree=5844/255916
[pid=18686] ppid=18683 vsize=10902720 CPUtime=1 cores=0,2,4,6,8,10,12,14
/proc/18686/stat : 18686 (java) S 18683 18686 13605 0 -1 1077944320 14322 12437 0 0 86 4 6 4 20 0 20 0 5464750 11164385280 17550 33554432000 4194304 4196468 140729789478448 140729789460992 140453286596343 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 25755648 140729789479617 140729789482391 140729789482391 140729789485007 0
/proc/18686/statm: 2725680 17550 3233 1 0 2713890 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 10902720

[startup+1.5008 s]
/proc/loadavg: 1.38 1.37 1.45 3/281 18759
/proc/meminfo: memFree=29188416/32770624 swapFree=5844/255964
[pid=18686] ppid=18683 vsize=10915392 CPUtime=2.26 cores=0,2,4,6,8,10,12,14
/proc/18686/stat : 18686 (java) S 18683 18686 13605 0 -1 1077944320 27742 12437 0 0 204 12 6 4 20 0 20 0 5464750 11177361408 44115 33554432000 4194304 4196468 140729789478448 140729789460992 140453286596343 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 25755648 140729789479617 140729789482391 140729789482391 140729789485007 0
/proc/18686/statm: 2728848 44115 3410 1 0 2716962 0
[pid=18686/tid=18741] ppid=18683 vsize=10915392 CPUtime=1.42 cores=0,2,4,6,8,10,12,14
/proc/18686/task/18741/stat : 18741 (java) R 18683 18686 13605 0 -1 4202560 19890 12437 0 0 127 5 6 4 20 0 20 0 5464761 11177361408 44115 33554432000 4194304 4196468 140729789478448 140453290808480 140453286618269 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 25755648 140729789479617 140729789482391 140729789482391 140729789485007 0
[pid=18686/tid=18742] ppid=18683 vsize=10915392 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/18686/task/18742/stat : 18742 (java) S 18683 18686 13605 0 -1 1077944384 28 12437 0 0 0 0 6 4 20 0 20 0 5464762 11177361408 44115 33554432000 4194304 4196468 140729789478448 140453223287184 140453286606549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25755648 140729789479617 140729789482391 140729789482391 140729789485007 0
[pid=18686/tid=18743] ppid=18683 vsize=10915392 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/18686/task/18743/stat : 18743 (java) S 18683 18686 13605 0 -1 1077944384 27 12437 0 0 0 0 6 4 20 0 20 0 5464762 11177361408 44115 33554432000 4194304 4196468 140729789478448 140453222234384 140453286606549 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 25755648 140729789479617 140729789482391 140729789482391 140729789485007 0
[pid=18686/tid=18744] ppid=18683 vsize=10915392 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/18686/task/18744/stat : 18744 (java) S 18683 18686 13605 0 -1 1077944384 28 12437 0 0 1 0 6 4 20 0 20 0 5464762 11177361408 44115 33554432000 4194304 4196468 140729789478448 140453221182096 140453286606549 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 25755648 140729789479617 140729789482391 140729789482391 140729789485007 0
[pid=18686/tid=18745] ppid=18683 vsize=10915392 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/18686/task/18745/stat : 18745 (java) S 18683 18686 13605 0 -1 1077944384 27 12437 0 0 0 0 6 4 20 0 20 0 5464762 11177361408 44115 33554432000 4194304 4196468 140729789478448 140453220129296 140453286606549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25755648 140729789479617 140729789482391 140729789482391 140729789485007 0
[pid=18686/tid=18746] ppid=18683 vsize=10915392 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/18686/task/18746/stat : 18746 (java) S 18683 18686 13605 0 -1 1077944384 29 12437 0 0 1 0 6 4 20 0 20 0 5464762 11177361408 44115 33554432000 4194304 4196468 140729789478448 140453219077008 140453286606549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25755648 140729789479617 140729789482391 140729789482391 140729789485007 0
[pid=18686/tid=18747] ppid=18683 vsize=10915392 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/18686/task/18747/stat : 18747 (java) S 18683 18686 13605 0 -1 1077944384 30 12437 0 0 1 0 6 4 20 0 20 0 5464762 11177361408 44115 33554432000 4194304 4196468 140729789478448 140453218024208 140453286606549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25755648 140729789479617 140729789482391 140729789482391 140729789485007 0
[pid=18686/tid=18748] ppid=18683 vsize=10915392 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/18686/task/18748/stat : 18748 (java) S 18683 18686 13605 0 -1 1077944384 117 12437 0 0 1 0 6 4 20 0 20 0 5464762 11177361408 44115 33554432000 4194304 4196468 140729789478448 140453216971920 140453286606549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25755648 140729789479617 140729789482391 140729789482391 140729789485007 0
[pid=18686/tid=18749] ppid=18683 vsize=10915392 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/18686/task/18749/stat : 18749 (java) S 18683 18686 13605 0 -1 1077944384 42 12437 0 0 0 0 6 4 20 0 20 0 5464762 11177361408 44115 33554432000 4194304 4196468 140729789478448 140452885818384 140453286606549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25755648 140729789479617 140729789482391 140729789482391 140729789485007 0
[pid=18686/tid=18750] ppid=18683 vsize=10915392 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/18686/task/18750/stat : 18750 (java) S 18683 18686 13605 0 -1 1077944384 1459 12437 0 0 1 0 6 4 20 0 20 0 5464763 11177361408 44115 33554432000 4194304 4196468 140729789478448 140452492806256 140453286607490 0 0 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 25755648 140729789479617 140729789482391 140729789482391 140729789485007 0
[pid=18686/tid=18751] ppid=18683 vsize=10915392 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/18686/task/18751/stat : 18751 (java) S 18683 18686 13605 0 -1 1077944384 56 12437 0 0 0 0 6 4 20 0 20 0 5464764 11177361408 44115 33554432000 4194304 4196468 140729789478448 140452491752288 140453286606549 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 25755648 140729789479617 140729789482391 140729789482391 140729789485007 0
[pid=18686/tid=18752] ppid=18683 vsize=10915392 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/18686/task/18752/stat : 18752 (java) S 18683 18686 13605 0 -1 1077944384 44 12437 0 0 0 0 6 4 20 0 20 0 5464764 11177361408 44115 33554432000 4194304 4196468 140729789478448 140452490699904 140453286606549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25755648 140729789479617 140729789482391 140729789482391 140729789485007 0
[pid=18686/tid=18753] ppid=18683 vsize=10915392 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/18686/task/18753/stat : 18753 (java) S 18683 18686 13605 0 -1 1077944384 1 12437 0 0 0 0 6 4 20 0 20 0 5464767 11177361408 44115 33554432000 4194304 4196468 140729789478448 140452489648208 140453286614939 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 25755648 140729789479617 140729789482391 140729789482391 140729789485007 0
[pid=18686/tid=18754] ppid=18683 vsize=10915392 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/18686/task/18754/stat : 18754 (java) S 18683 18686 13605 0 -1 1077944384 980 12437 0 0 11 0 6 4 20 0 20 0 5464767 11177361408 44115 33554432000 4194304 4196468 140729789478448 140452488596080 140453286607490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25755648 140729789479617 140729789482391 140729789482391 140729789485007 0
[pid=18686/tid=18755] ppid=18683 vsize=10915392 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/18686/task/18755/stat : 18755 (java) S 18683 18686 13605 0 -1 1077944384 469 12437 0 0 13 0 6 4 20 0 20 0 5464767 11177361408 44115 33554432000 4194304 4196468 140729789478448 140452487543280 140453286607490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25755648 140729789479617 140729789482391 140729789482391 140729789485007 0
[pid=18686/tid=18756] ppid=18683 vsize=10915392 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/18686/task/18756/stat : 18756 (java) S 18683 18686 13605 0 -1 1077944384 809 12437 0 0 11 0 6 4 20 0 20 0 5464767 11177361408 44115 33554432000 4194304 4196468 140729789478448 140452486490992 140453286607490 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 25755648 140729789479617 140729789482391 140729789482391 140729789485007 0
[pid=18686/tid=18757] ppid=18683 vsize=10915392 CPUtime=0.38 cores=0,2,4,6,8,10,12,14
/proc/18686/task/18757/stat : 18757 (java) R 18683 18686 13605 0 -1 4202560 1563 12437 0 0 28 0 6 4 20 0 20 0 5464767 11177361408 44115 33554432000 4194304 4196468 140729789478448 140452485435096 140453270676830 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25755648 140729789479617 140729789482391 140729789482391 140729789485007 0
[pid=18686/tid=18758] ppid=18683 vsize=10915392 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/18686/task/18758/stat : 18758 (java) S 18683 18686 13605 0 -1 1077944384 3 12437 0 0 0 0 6 4 20 0 20 0 5464767 11177361408 44115 33554432000 4194304 4196468 140729789478448 140452484385120 140453286606549 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 25755648 140729789479617 140729789482391 140729789482391 140729789485007 0
[pid=18686/tid=18759] ppid=18683 vsize=10915392 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/18686/task/18759/stat : 18759 (java) S 18683 18686 13605 0 -1 1077944384 6 12437 0 0 0 0 6 4 20 0 20 0 5464767 11177361408 44115 33554432000 4194304 4196468 140729789478448 140452483332400 140453286607490 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25755648 140729789479617 140729789482391 140729789482391 140729789485007 0
Current children cumulated CPU time (s) 2.26
Current children cumulated vsize (KiB) 10915392

[startup+3.1007 s]
/proc/loadavg: 1.38 1.37 1.45 7/281 18759
/proc/meminfo: memFree=29076392/32770624 swapFree=5844/255964
[pid=18686] ppid=18683 vsize=10925820 CPUtime=7.3 cores=0,2,4,6,8,10,12,14
/proc/18686/stat : 18686 (java) S 18683 18686 13605 0 -1 1077944320 44567 12437 0 0 701 19 6 4 20 0 20 0 5464750 11188039680 57511 33554432000 4194304 4196468 140729789478448 140729789460992 140453286596343 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 25755648 140729789479617 140729789482391 140729789482391 140729789485007 0
/proc/18686/statm: 2731455 57511 3477 1 0 2719010 0
[pid=18686/tid=18741] ppid=18683 vsize=10925820 CPUtime=3.01 cores=0,2,4,6,8,10,12,14
/proc/18686/task/18741/stat : 18741 (java) R 18683 18686 13605 0 -1 4202560 25580 12437 0 0 283 8 6 4 20 0 20 0 5464761 11188039680 57511 33554432000 4194304 4196468 140729789478448 140453290829480 140452905042757 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 25755648 140729789479617 140729789482391 140729789482391 140729789485007 0
[pid=18686/tid=18742] ppid=18683 vsize=10925820 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/18686/task/18742/stat : 18742 (java) S 18683 18686 13605 0 -1 1077944384 28 12437 0 0 0 0 6 4 20 0 20 0 5464762 11188039680 57511 33554432000 4194304 4196468 140729789478448 140453223287184 140453286606549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25755648 140729789479617 140729789482391 140729789482391 140729789485007 0
[pid=18686/tid=18743] ppid=18683 vsize=10925820 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/18686/task/18743/stat : 18743 (java) S 18683 18686 13605 0 -1 1077944384 27 12437 0 0 0 0 6 4 20 0 20 0 5464762 11188039680 57511 33554432000 4194304 4196468 140729789478448 140453222234384 140453286606549 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 25755648 140729789479617 140729789482391 140729789482391 140729789485007 0
[pid=18686/tid=18744] ppid=18683 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/18686/task/18744/stat : 18744 (java) S 18683 18686 13605 0 -1 1077944384 28 12437 0 0 1 0 6 4 20 0 20 0 5464762 11188039680 57511 33554432000 4194304 4196468 140729789478448 140453221182096 140453286606549 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 25755648 140729789479617 140729789482391 140729789482391 140729789485007 0
[pid=18686/tid=18745] ppid=18683 vsize=10925820 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/18686/task/18745/stat : 18745 (java) S 18683 18686 13605 0 -1 1077944384 27 12437 0 0 0 0 6 4 20 0 20 0 5464762 11188039680 57511 33554432000 4194304 4196468 140729789478448 140453220129296 140453286606549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25755648 140729789479617 140729789482391 140729789482391 140729789485007 0
[pid=18686/tid=18746] ppid=18683 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/18686/task/18746/stat : 18746 (java) S 18683 18686 13605 0 -1 1077944384 29 12437 0 0 1 0 6 4 20 0 20 0 5464762 11188039680 57511 33554432000 4194304 4196468 140729789478448 140453219077008 140453286606549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25755648 140729789479617 140729789482391 140729789482391 140729789485007 0
[pid=18686/tid=18747] ppid=18683 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/18686/task/18747/stat : 18747 (java) S 18683 18686 13605 0 -1 1077944384 30 12437 0 0 1 0 6 4 20 0 20 0 5464762 11188039680 57511 33554432000 4194304 4196468 140729789478448 140453218024208 140453286606549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25755648 140729789479617 140729789482391 140729789482391 140729789485007 0
[pid=18686/tid=18748] ppid=18683 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/18686/task/18748/stat : 18748 (java) S 18683 18686 13605 0 -1 1077944384 117 12437 0 0 1 0 6 4 20 0 20 0 5464762 11188039680 57511 33554432000 4194304 4196468 140729789478448 140453216971920 140453286606549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25755648 140729789479617 140729789482391 140729789482391 140729789485007 0
[pid=18686/tid=18749] ppid=18683 vsize=10925820 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/18686/task/18749/stat : 18749 (java) S 18683 18686 13605 0 -1 1077944384 42 12437 0 0 0 0 6 4 20 0 20 0 5464762 11188039680 57511 33554432000 4194304 4196468 140729789478448 140452885818384 140453286606549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25755648 140729789479617 140729789482391 140729789482391 140729789485007 0
[pid=18686/tid=18750] ppid=18683 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/18686/task/18750/stat : 18750 (java) S 18683 18686 13605 0 -1 1077944384 1476 12437 0 0 1 0 6 4 20 0 20 0 5464763 11188039680 57511 33554432000 4194304 4196468 140729789478448 140452492806256 140453286607490 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25755648 140729789479617 140729789482391 140729789482391 140729789485007 0
[pid=18686/tid=18751] ppid=18683 vsize=10925820 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/18686/task/18751/stat : 18751 (java) S 18683 18686 13605 0 -1 1077944384 56 12437 0 0 0 0 6 4 20 0 20 0 5464764 11188039680 57511 33554432000 4194304 4196468 140729789478448 140452491752288 140453286606549 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 25755648 140729789479617 140729789482391 140729789482391 140729789485007 0
[pid=18686/tid=18752] ppid=18683 vsize=10925820 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/18686/task/18752/stat : 18752 (java) S 18683 18686 13605 0 -1 1077944384 44 12437 0 0 0 0 6 4 20 0 20 0 5464764 11188039680 57511 33554432000 4194304 4196468 140729789478448 140452490699904 140453286606549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25755648 140729789479617 140729789482391 140729789482391 140729789485007 0
[pid=18686/tid=18753] ppid=18683 vsize=10925820 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/18686/task/18753/stat : 18753 (java) S 18683 18686 13605 0 -1 1077944384 1 12437 0 0 0 0 6 4 20 0 20 0 5464767 11188039680 57511 33554432000 4194304 4196468 140729789478448 140452489648208 140453286614939 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 25755648 140729789479617 140729789482391 140729789482391 140729789485007 0
[pid=18686/tid=18754] ppid=18683 vsize=10925820 CPUtime=1.2 cores=0,2,4,6,8,10,12,14
/proc/18686/task/18754/stat : 18754 (java) R 18683 18686 13605 0 -1 4202560 4948 12437 0 0 109 1 6 4 20 0 20 0 5464767 11188039680 57511 33554432000 4194304 4196468 140729789478448 140452488582176 140453286617690 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 25755648 140729789479617 140729789482391 140729789482391 140729789485007 0
[pid=18686/tid=18755] ppid=18683 vsize=10925820 CPUtime=1 cores=0,2,4,6,8,10,12,14
/proc/18686/task/18755/stat : 18755 (java) R 18683 18686 13605 0 -1 4202560 2098 12437 0 0 89 1 6 4 20 0 20 0 5464767 11188039680 57511 33554432000 4194304 4196468 140729789478448 140452487529824 140453270502532 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 25755648 140729789479617 140729789482391 140729789482391 140729789485007 0
[pid=18686/tid=18756] ppid=18683 vsize=10925820 CPUtime=0.89 cores=0,2,4,6,8,10,12,14
/proc/18686/task/18756/stat : 18756 (java) R 18683 18686 13605 0 -1 4202560 2532 12437 0 0 78 1 6 4 20 0 20 0 5464767 11188039680 57511 33554432000 4194304 4196468 140729789478448 140452486471136 140453286617690 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 25755648 140729789479617 140729789482391 140729789482391 140729789485007 0
[pid=18686/tid=18757] ppid=18683 vsize=10925820 CPUtime=1.39 cores=0,2,4,6,8,10,12,14
/proc/18686/task/18757/stat : 18757 (java) S 18683 18686 13605 0 -1 1077944384 5360 12437 0 0 128 1 6 4 20 0 20 0 5464767 11188039680 57511 33554432000 4194304 4196468 140729789478448 140452485438192 140453286607490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25755648 140729789479617 140729789482391 140729789482391 140729789485007 0
[pid=18686/tid=18758] ppid=18683 vsize=10925820 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/18686/task/18758/stat : 18758 (java) S 18683 18686 13605 0 -1 1077944384 3 12437 0 0 0 0 6 4 20 0 20 0 5464767 11188039680 57511 33554432000 4194304 4196468 140729789478448 140452484385120 140453286606549 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 25755648 140729789479617 140729789482391 140729789482391 140729789485007 0
[pid=18686/tid=18759] ppid=18683 vsize=10925820 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/18686/task/18759/stat : 18759 (java) S 18683 18686 13605 0 -1 1077944384 7 12437 0 0 0 0 6 4 20 0 20 0 5464767 11188039680 57511 33554432000 4194304 4196468 140729789478448 140452483332400 140453286607490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25755648 140729789479617 140729789482391 140729789482391 140729789485007 0
Current children cumulated CPU time (s) 7.3
Current children cumulated vsize (KiB) 10925820

[startup+6.30086 s]
/proc/loadavg: 1.51 1.40 1.46 3/281 18759
/proc/meminfo: memFree=28884416/32770624 swapFree=5844/255976
[pid=18686] ppid=18683 vsize=10995452 CPUtime=15.71 cores=0,2,4,6,8,10,12,14
/proc/18686/stat : 18686 (java) S 18683 18686 13605 0 -1 1077944320 60084 12437 0 0 1519 42 6 4 20 0 20 0 5464750 11259342848 120658 33554432000 4194304 4196468 140729789478448 140729789460992 140453286596343 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 25755648 140729789479617 140729789482391 140729789482391 140729789485007 0
/proc/18686/statm: 2748863 120658 3495 1 0 2736418 0
[pid=18686/tid=18741] ppid=18683 vsize=10995452 CPUtime=6.1 cores=0,2,4,6,8,10,12,14
/proc/18686/task/18741/stat : 18741 (java) R 18683 18686 13605 0 -1 4202560 36891 12437 0 0 586 14 6 4 20 0 20 0 5464761 11259342848 120658 33554432000 4194304 4196468 140729789478448 140453290828168 140452914105264 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 25755648 140729789479617 140729789482391 140729789482391 140729789485007 0
[pid=18686/tid=18742] ppid=18683 vsize=10995452 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/18686/task/18742/stat : 18742 (java) S 18683 18686 13605 0 -1 1077944384 65 12437 0 0 5 2 6 4 20 0 20 0 5464762 11259342848 120658 33554432000 4194304 4196468 140729789478448 140453223287184 140453286606549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25755648 140729789479617 140729789482391 140729789482391 140729789485007 0
[pid=18686/tid=18743] ppid=18683 vsize=10995452 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/18686/task/18743/stat : 18743 (java) S 18683 18686 13605 0 -1 1077944384 130 12437 0 0 5 2 6 4 20 0 20 0 5464762 11259342848 120658 33554432000 4194304 4196468 140729789478448 140453222234384 140453286606549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25755648 140729789479617 140729789482391 140729789482391 140729789485007 0
[pid=18686/tid=18744] ppid=18683 vsize=10995452 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/18686/task/18744/stat : 18744 (java) S 18683 18686 13605 0 -1 1077944384 63 12437 0 0 5 2 6 4 20 0 20 0 5464762 11259342848 120658 33554432000 4194304 4196468 140729789478448 140453221182096 140453286606549 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 25755648 140729789479617 140729789482391 140729789482391 140729789485007 0
[pid=18686/tid=18745] ppid=18683 vsize=10995452 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/18686/task/18745/stat : 18745 (java) S 18683 18686 13605 0 -1 1077944384 42 12437 0 0 4 1 6 4 20 0 20 0 5464762 11259342848 120658 33554432000 4194304 4196468 140729789478448 140453220129296 140453286606549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25755648 140729789479617 140729789482391 140729789482391 140729789485007 0
[pid=18686/tid=18746] ppid=18683 vsize=10995452 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/18686/task/18746/stat : 18746 (java) S 18683 18686 13605 0 -1 1077944384 46 12437 0 0 5 2 6 4 20 0 20 0 5464762 11259342848 120658 33554432000 4194304 4196468 140729789478448 140453219077008 140453286606549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25755648 140729789479617 140729789482391 140729789482391 140729789485007 0
[pid=18686/tid=18747] ppid=18683 vsize=10995452 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/18686/task/18747/stat : 18747 (java) S 18683 18686 13605 0 -1 1077944384 68 12437 0 0 6 2 6 4 20 0 20 0 5464762 11259342848 120658 33554432000 4194304 4196468 140729789478448 140453218024208 140453286606549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25755648 140729789479617 140729789482391 140729789482391 140729789485007 0
[pid=18686/tid=18748] ppid=18683 vsize=10995452 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/18686/task/18748/stat : 18748 (java) S 18683 18686 13605 0 -1 1077944384 137 12437 0 0 4 1 6 4 20 0 20 0 5464762 11259342848 120658 33554432000 4194304 4196468 140729789478448 140453216971920 140453286606549 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 25755648 140729789479617 140729789482391 140729789482391 140729789485007 0
[pid=18686/tid=18749] ppid=18683 vsize=10995452 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/18686/task/18749/stat : 18749 (java) S 18683 18686 13605 0 -1 1077944384 80 12437 0 0 5 2 6 4 20 0 20 0 5464762 11259342848 120658 33554432000 4194304 4196468 140729789478448 140452885818384 140453286606549 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 25755648 140729789479617 140729789482391 140729789482391 140729789485007 0
[pid=18686/tid=18750] ppid=18683 vsize=10995452 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/18686/task/18750/stat : 18750 (java) S 18683 18686 13605 0 -1 1077944384 2266 12437 0 0 5 0 6 4 20 0 20 0 5464763 11259342848 120658 33554432000 4194304 4196468 140729789478448 140452492806256 140453286607490 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25755648 140729789479617 140729789482391 140729789482391 140729789485007 0
[pid=18686/tid=18751] ppid=18683 vsize=10995452 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/18686/task/18751/stat : 18751 (java) S 18683 18686 13605 0 -1 1077944384 56 12437 0 0 0 0 6 4 20 0 20 0 5464764 11259342848 120658 33554432000 4194304 4196468 140729789478448 140452491752352 140453286606549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25755648 140729789479617 140729789482391 140729789482391 140729789485007 0
[pid=18686/tid=18752] ppid=18683 vsize=10995452 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/18686/task/18752/stat : 18752 (java) S 18683 18686 13605 0 -1 1077944384 44 12437 0 0 0 0 6 4 20 0 20 0 5464764 11259342848 120658 33554432000 4194304 4196468 140729789478448 140452490699904 140453286606549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25755648 140729789479617 140729789482391 140729789482391 140729789485007 0
[pid=18686/tid=18753] ppid=18683 vsize=10995452 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/18686/task/18753/stat : 18753 (java) S 18683 18686 13605 0 -1 1077944384 1 12437 0 0 0 0 6 4 20 0 20 0 5464767 11259342848 120658 33554432000 4194304 4196468 140729789478448 140452489648208 140453286614939 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 25755648 140729789479617 140729789482391 140729789482391 140729789485007 0
[pid=18686/tid=18754] ppid=18683 vsize=10995452 CPUtime=2.53 cores=0,2,4,6,8,10,12,14
/proc/18686/task/18754/stat : 18754 (java) S 18683 18686 13605 0 -1 1077944384 5406 12437 0 0 242 1 6 4 20 0 20 0 5464767 11259342848 120658 33554432000 4194304 4196468 140729789478448 140452488596080 140453286607490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25755648 140729789479617 140729789482391 140729789482391 140729789485007 0
[pid=18686/tid=18755] ppid=18683 vsize=10995452 CPUtime=2.34 cores=0,2,4,6,8,10,12,14
/proc/18686/task/18755/stat : 18755 (java) S 18683 18686 13605 0 -1 1077944384 3029 12437 0 0 223 1 6 4 20 0 20 0 5464767 11259342848 120658 33554432000 4194304 4196468 140729789478448 140452487543280 140453286607490 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 25755648 140729789479617 140729789482391 140729789482391 140729789485007 0
[pid=18686/tid=18756] ppid=18683 vsize=10995452 CPUtime=2.25 cores=0,2,4,6,8,10,12,14
/proc/18686/task/18756/stat : 18756 (java) S 18683 18686 13605 0 -1 1077944384 3258 12437 0 0 213 2 6 4 20 0 20 0 5464767 11259342848 120658 33554432000 4194304 4196468 140729789478448 140452486490992 140453286607490 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 25755648 140729789479617 140729789482391 140729789482391 140729789485007 0
[pid=18686/tid=18757] ppid=18683 vsize=10995452 CPUtime=2.16 cores=0,2,4,6,8,10,12,14
/proc/18686/task/18757/stat : 18757 (java) S 18683 18686 13605 0 -1 1077944384 6357 12437 0 0 204 2 6 4 20 0 20 0 5464767 11259342848 120658 33554432000 4194304 4196468 140729789478448 140452485438192 140453286607490 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25755648 140729789479617 140729789482391 140729789482391 140729789485007 0
[pid=18686/tid=18758] ppid=18683 vsize=10995452 CPUtime=0.1 cores=0,2,4,6,8,10,12,14

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

[pid=18686/tid=18755] ppid=18683 vsize=10995452 CPUtime=3.18 cores=0,2,4,6,8,10,12,14
/proc/18686/task/18755/stat : 18755 (java) S 18683 18686 13605 0 -1 1077944384 14382 12437 0 0 305 3 6 4 20 0 20 0 5464767 11259342848 797836 33554432000 4194304 4196468 140729789478448 140452487543280 140453286607490 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 25755648 140729789479617 140729789482391 140729789482391 140729789485007 0
[pid=18686/tid=18756] ppid=18683 vsize=10995452 CPUtime=3.25 cores=0,2,4,6,8,10,12,14
/proc/18686/task/18756/stat : 18756 (java) S 18683 18686 13605 0 -1 1077944384 14522 12437 0 0 312 3 6 4 20 0 20 0 5464767 11259342848 797836 33554432000 4194304 4196468 140729789478448 140452486490992 140453286607490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25755648 140729789479617 140729789482391 140729789482391 140729789485007 0
[pid=18686/tid=18757] ppid=18683 vsize=10995452 CPUtime=2.32 cores=0,2,4,6,8,10,12,14
/proc/18686/task/18757/stat : 18757 (java) S 18683 18686 13605 0 -1 1077944384 16939 12437 0 0 219 3 6 4 20 0 20 0 5464767 11259342848 797836 33554432000 4194304 4196468 140729789478448 140452485438192 140453286607490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25755648 140729789479617 140729789482391 140729789482391 140729789485007 0
[pid=18686/tid=18758] ppid=18683 vsize=10995452 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/18686/task/18758/stat : 18758 (java) S 18683 18686 13605 0 -1 1077944384 3 12437 0 0 0 0 6 4 20 0 20 0 5464767 11259342848 797836 33554432000 4194304 4196468 140729789478448 140452484385120 140453286606549 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 25755648 140729789479617 140729789482391 140729789482391 140729789485007 0
[pid=18686/tid=18759] ppid=18683 vsize=10995452 CPUtime=1.43 cores=0,2,4,6,8,10,12,14
/proc/18686/task/18759/stat : 18759 (java) S 18683 18686 13605 0 -1 1077944384 1198 12437 0 0 67 66 6 4 20 0 20 0 5464767 11259342848 797836 33554432000 4194304 4196468 140729789478448 140452483332400 140453286607490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25755648 140729789479617 140729789482391 140729789482391 140729789485007 0
Current children cumulated CPU time (s) 2386.87
Current children cumulated vsize (KiB) 10995452



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2335.41 s]
/proc/loadavg: 2.77 2.00 1.72 3/281 18991
/proc/meminfo: memFree=27235436/32770624 swapFree=5844/258544
[pid=18686] ppid=18683 vsize=10995452 CPUtime=2400.03 cores=0,2,4,6,8,10,12,14
/proc/18686/stat : 18686 (java) S 18683 18686 13605 0 -1 1077944320 539293 12437 0 0 239296 697 6 4 20 0 20 0 5464750 11259342848 797836 33554432000 4194304 4196468 140729789478448 140729789460992 140453286596343 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 25755648 140729789479617 140729789482391 140729789482391 140729789485007 0
/proc/18686/statm: 2748863 797836 3514 1 0 2736418 0
[pid=18686/tid=18741] ppid=18683 vsize=10995452 CPUtime=2320.1 cores=0,2,4,6,8,10,12,14
/proc/18686/task/18741/stat : 18741 (java) R 18683 18686 13605 0 -1 4202560 345616 12437 0 0 231897 103 6 4 20 0 20 0 5464761 11259342848 797836 33554432000 4194304 4196468 140729789478448 140453290830336 140452897557920 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25755648 140729789479617 140729789482391 140729789482391 140729789485007 0
[pid=18686/tid=18742] ppid=18683 vsize=10995452 CPUtime=7.94 cores=0,2,4,6,8,10,12,14
/proc/18686/task/18742/stat : 18742 (java) S 18683 18686 13605 0 -1 1077944384 14740 12437 0 0 721 63 6 4 20 0 20 0 5464762 11259342848 797836 33554432000 4194304 4196468 140729789478448 140453223287184 140453286606549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25755648 140729789479617 140729789482391 140729789482391 140729789485007 0
[pid=18686/tid=18743] ppid=18683 vsize=10995452 CPUtime=8 cores=0,2,4,6,8,10,12,14
/proc/18686/task/18743/stat : 18743 (java) S 18683 18686 13605 0 -1 1077944384 12630 12437 0 0 724 66 6 4 20 0 20 0 5464762 11259342848 797836 33554432000 4194304 4196468 140729789478448 140453222234384 140453286606549 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 25755648 140729789479617 140729789482391 140729789482391 140729789485007 0
[pid=18686/tid=18744] ppid=18683 vsize=10995452 CPUtime=7.92 cores=0,2,4,6,8,10,12,14
/proc/18686/task/18744/stat : 18744 (java) S 18683 18686 13605 0 -1 1077944384 7124 12437 0 0 721 61 6 4 20 0 20 0 5464762 11259342848 797836 33554432000 4194304 4196468 140729789478448 140453221182096 140453286606549 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 25755648 140729789479617 140729789482391 140729789482391 140729789485007 0
[pid=18686/tid=18745] ppid=18683 vsize=10995452 CPUtime=7.9 cores=0,2,4,6,8,10,12,14
/proc/18686/task/18745/stat : 18745 (java) S 18683 18686 13605 0 -1 1077944384 14260 12437 0 0 720 60 6 4 20 0 20 0 5464762 11259342848 797836 33554432000 4194304 4196468 140729789478448 140453220129296 140453286606549 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 25755648 140729789479617 140729789482391 140729789482391 140729789485007 0
[pid=18686/tid=18746] ppid=18683 vsize=10995452 CPUtime=7.89 cores=0,2,4,6,8,10,12,14
/proc/18686/task/18746/stat : 18746 (java) S 18683 18686 13605 0 -1 1077944384 14957 12437 0 0 717 62 6 4 20 0 20 0 5464762 11259342848 797836 33554432000 4194304 4196468 140729789478448 140453219077008 140453286606549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25755648 140729789479617 140729789482391 140729789482391 140729789485007 0
[pid=18686/tid=18747] ppid=18683 vsize=10995452 CPUtime=7.94 cores=0,2,4,6,8,10,12,14
/proc/18686/task/18747/stat : 18747 (java) S 18683 18686 13605 0 -1 1077944384 11415 12437 0 0 720 64 6 4 20 0 20 0 5464762 11259342848 797836 33554432000 4194304 4196468 140729789478448 140453218024208 140453286606549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25755648 140729789479617 140729789482391 140729789482391 140729789485007 0
[pid=18686/tid=18748] ppid=18683 vsize=10995452 CPUtime=7.94 cores=0,2,4,6,8,10,12,14
/proc/18686/task/18748/stat : 18748 (java) S 18683 18686 13605 0 -1 1077944384 13887 12437 0 0 718 66 6 4 20 0 20 0 5464762 11259342848 797836 33554432000 4194304 4196468 140729789478448 140453216971920 140453286606549 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 25755648 140729789479617 140729789482391 140729789482391 140729789485007 0
[pid=18686/tid=18749] ppid=18683 vsize=10995452 CPUtime=7.89 cores=0,2,4,6,8,10,12,14
/proc/18686/task/18749/stat : 18749 (java) S 18683 18686 13605 0 -1 1077944384 11003 12437 0 0 718 61 6 4 20 0 20 0 5464762 11259342848 797836 33554432000 4194304 4196468 140729789478448 140452885818384 140453286606549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25755648 140729789479617 140729789482391 140729789482391 140729789485007 0
[pid=18686/tid=18750] ppid=18683 vsize=10995452 CPUtime=4.24 cores=0,2,4,6,8,10,12,14
/proc/18686/task/18750/stat : 18750 (java) S 18683 18686 13605 0 -1 1077944384 30240 12437 0 0 351 63 6 4 20 0 20 0 5464763 11259342848 797836 33554432000 4194304 4196468 140729789478448 140452492806256 140453286607490 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25755648 140729789479617 140729789482391 140729789482391 140729789485007 0
[pid=18686/tid=18751] ppid=18683 vsize=10995452 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/18686/task/18751/stat : 18751 (java) S 18683 18686 13605 0 -1 1077944384 56 12437 0 0 0 0 6 4 20 0 20 0 5464764 11259342848 797836 33554432000 4194304 4196468 140729789478448 140452491752352 140453286606549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25755648 140729789479617 140729789482391 140729789482391 140729789485007 0
[pid=18686/tid=18752] ppid=18683 vsize=10995452 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/18686/task/18752/stat : 18752 (java) S 18683 18686 13605 0 -1 1077944384 44 12437 0 0 0 0 6 4 20 0 20 0 5464764 11259342848 797836 33554432000 4194304 4196468 140729789478448 140452490699904 140453286606549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25755648 140729789479617 140729789482391 140729789482391 140729789485007 0
[pid=18686/tid=18753] ppid=18683 vsize=10995452 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/18686/task/18753/stat : 18753 (java) S 18683 18686 13605 0 -1 1077944384 1 12437 0 0 0 0 6 4 20 0 20 0 5464767 11259342848 797836 33554432000 4194304 4196468 140729789478448 140452489648208 140453286614939 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 25755648 140729789479617 140729789482391 140729789482391 140729789485007 0
[pid=18686/tid=18754] ppid=18683 vsize=10995452 CPUtime=3.33 cores=0,2,4,6,8,10,12,14
/proc/18686/task/18754/stat : 18754 (java) S 18683 18686 13605 0 -1 1077944384 14142 12437 0 0 321 2 6 4 20 0 20 0 5464767 11259342848 797836 33554432000 4194304 4196468 140729789478448 140452488596080 140453286607490 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 25755648 140729789479617 140729789482391 140729789482391 140729789485007 0
[pid=18686/tid=18755] ppid=18683 vsize=10995452 CPUtime=3.18 cores=0,2,4,6,8,10,12,14
/proc/18686/task/18755/stat : 18755 (java) S 18683 18686 13605 0 -1 1077944384 14382 12437 0 0 305 3 6 4 20 0 20 0 5464767 11259342848 797836 33554432000 4194304 4196468 140729789478448 140452487543280 140453286607490 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 25755648 140729789479617 140729789482391 140729789482391 140729789485007 0
[pid=18686/tid=18756] ppid=18683 vsize=10995452 CPUtime=3.25 cores=0,2,4,6,8,10,12,14
/proc/18686/task/18756/stat : 18756 (java) S 18683 18686 13605 0 -1 1077944384 14522 12437 0 0 312 3 6 4 20 0 20 0 5464767 11259342848 797836 33554432000 4194304 4196468 140729789478448 140452486490992 140453286607490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25755648 140729789479617 140729789482391 140729789482391 140729789485007 0
[pid=18686/tid=18757] ppid=18683 vsize=10995452 CPUtime=2.32 cores=0,2,4,6,8,10,12,14
/proc/18686/task/18757/stat : 18757 (java) S 18683 18686 13605 0 -1 1077944384 16939 12437 0 0 219 3 6 4 20 0 20 0 5464767 11259342848 797836 33554432000 4194304 4196468 140729789478448 140452485438192 140453286607490 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25755648 140729789479617 140729789482391 140729789482391 140729789485007 0
[pid=18686/tid=18758] ppid=18683 vsize=10995452 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/18686/task/18758/stat : 18758 (java) S 18683 18686 13605 0 -1 1077944384 3 12437 0 0 0 0 6 4 20 0 20 0 5464767 11259342848 797836 33554432000 4194304 4196468 140729789478448 140452484385120 140453286606549 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 25755648 140729789479617 140729789482391 140729789482391 140729789485007 0
[pid=18686/tid=18759] ppid=18683 vsize=10995452 CPUtime=1.44 cores=0,2,4,6,8,10,12,14
/proc/18686/task/18759/stat : 18759 (java) S 18683 18686 13605 0 -1 1077944384 1198 12437 0 0 67 67 6 4 20 0 20 0 5464767 11259342848 797836 33554432000 4194304 4196468 140729789478448 140452483332400 140453286607490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25755648 140729789479617 140729789482391 140729789482391 140729789485007 0
Current children cumulated CPU time (s) 2400.03
Current children cumulated vsize (KiB) 10995452

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

[startup+2335.6 s]
/proc/loadavg: 2.77 2.00 1.72 3/281 18991
/proc/meminfo: memFree=27235436/32770624 swapFree=5844/258544
[pid=18686] ppid=18683 vsize=11128580 CPUtime=2400.82 cores=0,2,4,6,8,10,12,14
/proc/18686/stat : 18686 (java) S 18683 18686 13605 0 -1 1077944320 552201 12437 0 0 239373 699 6 4 20 0 22 0 5464750 11395665920 798944 33554432000 4194304 4196468 140729789478448 140729789460992 140453286596343 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 25755648 140729789479617 140729789482391 140729789482391 140729789485007 0
/proc/18686/statm: 2782145 798944 3514 1 0 2769700 0
[pid=18686/tid=18741] ppid=18683 vsize=11128580 CPUtime=2320.11 cores=0,2,4,6,8,10,12,14
/proc/18686/task/18741/stat : 18741 (java) S 18683 18686 13605 0 -1 1077944384 346805 12437 0 0 231898 103 6 4 20 0 22 0 5464761 11395665920 798944 33554432000 4194304 4196468 140729789478448 140453290833888 140453286606549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25755648 140729789479617 140729789482391 140729789482391 140729789485007 0
[pid=18686/tid=18742] ppid=18683 vsize=11128580 CPUtime=8.01 cores=0,2,4,6,8,10,12,14
/proc/18686/task/18742/stat : 18742 (java) R 18683 18686 13605 0 -1 4202560 14780 12437 0 0 728 63 6 4 20 0 22 0 5464762 11395665920 798944 33554432000 4194304 4196468 140729789478448 140453223287304 140453279224551 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25755648 140729789479617 140729789482391 140729789482391 140729789485007 0
[pid=18686/tid=18743] ppid=18683 vsize=11128580 CPUtime=8.07 cores=0,2,4,6,8,10,12,14
/proc/18686/task/18743/stat : 18743 (java) R 18683 18686 13605 0 -1 4202560 12644 12437 0 0 731 66 6 4 20 0 22 0 5464762 11395665920 798944 33554432000 4194304 4196468 140729789478448 140453222234504 140453279224551 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25755648 140729789479617 140729789482391 140729789482391 140729789485007 0
[pid=18686/tid=18744] ppid=18683 vsize=11128580 CPUtime=8.02 cores=0,2,4,6,8,10,12,14
/proc/18686/task/18744/stat : 18744 (java) R 18683 18686 13605 0 -1 4202560 7163 12437 0 0 730 62 6 4 20 0 22 0 5464762 11395665920 798944 33554432000 4194304 4196468 140729789478448 140453221182216 140453279224551 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 25755648 140729789479617 140729789482391 140729789482391 140729789485007 0
[pid=18686/tid=18745] ppid=18683 vsize=11128580 CPUtime=7.99 cores=0,2,4,6,8,10,12,14
/proc/18686/task/18745/stat : 18745 (java) R 18683 18686 13605 0 -1 4202560 14389 12437 0 0 729 60 6 4 20 0 22 0 5464762 11395665920 798944 33554432000 4194304 4196468 140729789478448 140453220129416 140453279224551 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 25755648 140729789479617 140729789482391 140729789482391 140729789485007 0
[pid=18686/tid=18746] ppid=18683 vsize=11128580 CPUtime=7.98 cores=0,2,4,6,8,10,12,14
/proc/18686/task/18746/stat : 18746 (java) R 18683 18686 13605 0 -1 4202560 14993 12437 0 0 726 62 6 4 20 0 22 0 5464762 11395665920 798944 33554432000 4194304 4196468 140729789478448 140453219077208 140453279224551 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25755648 140729789479617 140729789482391 140729789482391 140729789485007 0
[pid=18686/tid=18747] ppid=18683 vsize=11128580 CPUtime=8.03 cores=0,2,4,6,8,10,12,14
/proc/18686/task/18747/stat : 18747 (java) R 18683 18686 13605 0 -1 4202560 11439 12437 0 0 729 64 6 4 20 0 22 0 5464762 11395665920 798944 33554432000 4194304 4196468 140729789478448 140453218024096 140453279224551 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25755648 140729789479617 140729789482391 140729789482391 140729789485007 0
[pid=18686/tid=18748] ppid=18683 vsize=11128580 CPUtime=8.03 cores=0,2,4,6,8,10,12,14
/proc/18686/task/18748/stat : 18748 (java) R 18683 18686 13605 0 -1 4202560 13910 12437 0 0 727 66 6 4 20 0 22 0 5464762 11395665920 798944 33554432000 4194304 4196468 140729789478448 140453216972120 140453271295123 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 25755648 140729789479617 140729789482391 140729789482391 140729789485007 0
[pid=18686/tid=18749] ppid=18683 vsize=11128580 CPUtime=7.98 cores=0,2,4,6,8,10,12,14
/proc/18686/task/18749/stat : 18749 (java) R 18683 18686 13605 0 -1 4202560 11031 12437 0 0 727 61 6 4 20 0 22 0 5464762 11395665920 798944 33554432000 4194304 4196468 140729789478448 140452885818504 140453279224551 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25755648 140729789479617 140729789482391 140729789482391 140729789485007 0
[pid=18686/tid=18750] ppid=18683 vsize=11128580 CPUtime=4.32 cores=0,2,4,6,8,10,12,14
/proc/18686/task/18750/stat : 18750 (java) S 18683 18686 13605 0 -1 1077944384 40532 12437 0 0 358 64 6 4 20 0 22 0 5464763 11395665920 798944 33554432000 4194304 4196468 140729789478448 140452492804880 140453286606549 0 0 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 25755648 140729789479617 140729789482391 140729789482391 140729789485007 0
[pid=18686/tid=18751] ppid=18683 vsize=11128580 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/18686/task/18751/stat : 18751 (java) S 18683 18686 13605 0 -1 1077944384 58 12437 0 0 0 0 6 4 20 0 22 0 5464764 11395665920 798944 33554432000 4194304 4196468 140729789478448 140452491752336 140453286607490 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 25755648 140729789479617 140729789482391 140729789482391 140729789485007 0
[pid=18686/tid=18752] ppid=18683 vsize=11128580 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/18686/task/18752/stat : 18752 (java) S 18683 18686 13605 0 -1 1077944384 44 12437 0 0 0 0 6 4 20 0 22 0 5464764 11395665920 798944 33554432000 4194304 4196468 140729789478448 140452490699904 140453286606549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25755648 140729789479617 140729789482391 140729789482391 140729789485007 0
[pid=18686/tid=18753] ppid=18683 vsize=11128580 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/18686/task/18753/stat : 18753 (java) S 18683 18686 13605 0 -1 1077944384 255 12437 0 0 0 0 6 4 20 0 22 0 5464767 11395665920 798944 33554432000 4194304 4196468 140729789478448 140452489648208 140453286614939 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 25755648 140729789479617 140729789482391 140729789482391 140729789485007 0
[pid=18686/tid=18754] ppid=18683 vsize=11128580 CPUtime=3.33 cores=0,2,4,6,8,10,12,14
/proc/18686/task/18754/stat : 18754 (java) S 18683 18686 13605 0 -1 1077944384 14142 12437 0 0 321 2 6 4 20 0 22 0 5464767 11395665920 798944 33554432000 4194304 4196468 140729789478448 140452488596080 140453286607490 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 25755648 140729789479617 140729789482391 140729789482391 140729789485007 0
[pid=18686/tid=18755] ppid=18683 vsize=11128580 CPUtime=3.18 cores=0,2,4,6,8,10,12,14
/proc/18686/task/18755/stat : 18755 (java) S 18683 18686 13605 0 -1 1077944384 14382 12437 0 0 305 3 6 4 20 0 22 0 5464767 11395665920 798944 33554432000 4194304 4196468 140729789478448 140452487543280 140453286607490 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 25755648 140729789479617 140729789482391 140729789482391 140729789485007 0
[pid=18686/tid=18756] ppid=18683 vsize=11128580 CPUtime=3.25 cores=0,2,4,6,8,10,12,14
/proc/18686/task/18756/stat : 18756 (java) S 18683 18686 13605 0 -1 1077944384 14522 12437 0 0 312 3 6 4 20 0 22 0 5464767 11395665920 798944 33554432000 4194304 4196468 140729789478448 140452486490992 140453286607490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25755648 140729789479617 140729789482391 140729789482391 140729789485007 0
[pid=18686/tid=18757] ppid=18683 vsize=11128580 CPUtime=2.32 cores=0,2,4,6,8,10,12,14
/proc/18686/task/18757/stat : 18757 (java) S 18683 18686 13605 0 -1 1077944384 17416 12437 0 0 219 3 6 4 20 0 22 0 5464767 11395665920 798944 33554432000 4194304 4196468 140729789478448 140452485437760 140453286606549 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 25755648 140729789479617 140729789482391 140729789482391 140729789485007 0
[pid=18686/tid=18758] ppid=18683 vsize=11128580 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/18686/task/18758/stat : 18758 (java) S 18683 18686 13605 0 -1 1077944384 3 12437 0 0 0 0 6 4 20 0 22 0 5464767 11395665920 798944 33554432000 4194304 4196468 140729789478448 140452484385120 140453286606549 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 25755648 140729789479617 140729789482391 140729789482391 140729789485007 0
[pid=18686/tid=18759] ppid=18683 vsize=11128580 CPUtime=1.44 cores=0,2,4,6,8,10,12,14
/proc/18686/task/18759/stat : 18759 (java) S 18683 18686 13605 0 -1 1077944384 1198 12437 0 0 67 67 6 4 20 0 22 0 5464767 11395665920 798944 33554432000 4194304 4196468 140729789478448 140452483332400 140453286607490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25755648 140729789479617 140729789482391 140729789482391 140729789485007 0
Current children cumulated CPU time (s) 2400.82
Current children cumulated vsize (KiB) 11128580

[startup+2335.7 s]
/proc/loadavg: 2.77 2.00 1.72 3/281 18991
/proc/meminfo: memFree=27235436/32770624 swapFree=5844/258544
[pid=18686] ppid=18683 vsize=11128580 CPUtime=2401.34 cores=0,2,4,6,8,10,12,14
/proc/18686/stat : 18686 (java) S 18683 18686 13605 0 -1 1077944320 552223 12437 0 0 239425 699 6 4 20 0 22 0 5464750 11395665920 798944 33554432000 4194304 4196468 140729789478448 140729789460992 140453286596343 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 25755648 140729789479617 140729789482391 140729789482391 140729789485007 0
/proc/18686/statm: 2782145 798944 3514 1 0 2769700 0
[pid=18686/tid=18741] ppid=18683 vsize=11128580 CPUtime=2320.11 cores=0,2,4,6,8,10,12,14
/proc/18686/task/18741/stat : 18741 (java) S 18683 18686 13605 0 -1 1077944384 346806 12437 0 0 231898 103 6 4 20 0 22 0 5464761 11395665920 798944 33554432000 4194304 4196468 140729789478448 140453290833888 140453286606549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25755648 140729789479617 140729789482391 140729789482391 140729789485007 0
[pid=18686/tid=18742] ppid=18683 vsize=11128580 CPUtime=8.07 cores=0,2,4,6,8,10,12,14
/proc/18686/task/18742/stat : 18742 (java) R 18683 18686 13605 0 -1 4202560 14780 12437 0 0 734 63 6 4 20 0 22 0 5464762 11395665920 798944 33554432000 4194304 4196468 140729789478448 140453223287304 140453279224551 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 25755648 140729789479617 140729789482391 140729789482391 140729789485007 0
[pid=18686/tid=18743] ppid=18683 vsize=11128580 CPUtime=8.13 cores=0,2,4,6,8,10,12,14
/proc/18686/task/18743/stat : 18743 (java) R 18683 18686 13605 0 -1 4202560 12645 12437 0 0 737 66 6 4 20 0 22 0 5464762 11395665920 798944 33554432000 4194304 4196468 140729789478448 140453222234504 140453279224551 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25755648 140729789479617 140729789482391 140729789482391 140729789485007 0
[pid=18686/tid=18744] ppid=18683 vsize=11128580 CPUtime=8.08 cores=0,2,4,6,8,10,12,14
/proc/18686/task/18744/stat : 18744 (java) R 18683 18686 13605 0 -1 4202560 7166 12437 0 0 736 62 6 4 20 0 22 0 5464762 11395665920 798944 33554432000 4194304 4196468 140729789478448 140453221182216 140453279224551 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 25755648 140729789479617 140729789482391 140729789482391 140729789485007 0
[pid=18686/tid=18745] ppid=18683 vsize=11128580 CPUtime=8.05 cores=0,2,4,6,8,10,12,14
/proc/18686/task/18745/stat : 18745 (java) R 18683 18686 13605 0 -1 4202560 14390 12437 0 0 735 60 6 4 20 0 22 0 5464762 11395665920 798944 33554432000 4194304 4196468 140729789478448 140453220129416 140453279224551 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25755648 140729789479617 140729789482391 140729789482391 140729789485007 0
[pid=18686/tid=18746] ppid=18683 vsize=11128580 CPUtime=8.04 cores=0,2,4,6,8,10,12,14
/proc/18686/task/18746/stat : 18746 (java) R 18683 18686 13605 0 -1 4202560 14995 12437 0 0 732 62 6 4 20 0 22 0 5464762 11395665920 798944 33554432000 4194304 4196468 140729789478448 140453219077128 140453279224551 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25755648 140729789479617 140729789482391 140729789482391 140729789485007 0
[pid=18686/tid=18747] ppid=18683 vsize=11128580 CPUtime=8.09 cores=0,2,4,6,8,10,12,14
/proc/18686/task/18747/stat : 18747 (java) R 18683 18686 13605 0 -1 4202560 11443 12437 0 0 735 64 6 4 20 0 22 0 5464762 11395665920 798944 33554432000 4194304 4196468 140729789478448 140453218024328 140453279224551 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 25755648 140729789479617 140729789482391 140729789482391 140729789485007 0
[pid=18686/tid=18748] ppid=18683 vsize=11128580 CPUtime=8.09 cores=0,2,4,6,8,10,12,14
/proc/18686/task/18748/stat : 18748 (java) R 18683 18686 13605 0 -1 4202560 13911 12437 0 0 733 66 6 4 20 0 22 0 5464762 11395665920 798944 33554432000 4194304 4196468 140729789478448 140453216972120 140453271295088 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 25755648 140729789479617 140729789482391 140729789482391 140729789485007 0
[pid=18686/tid=18749] ppid=18683 vsize=11128580 CPUtime=8.04 cores=0,2,4,6,8,10,12,14
/proc/18686/task/18749/stat : 18749 (java) R 18683 18686 13605 0 -1 4202560 11037 12437 0 0 733 61 6 4 20 0 22 0 5464762 11395665920 798944 33554432000 4194304 4196468 140729789478448 140452885818504 140453279224551 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25755648 140729789479617 140729789482391 140729789482391 140729789485007 0
[pid=18686/tid=18750] ppid=18683 vsize=11128580 CPUtime=4.36 cores=0,2,4,6,8,10,12,14
/proc/18686/task/18750/stat : 18750 (java) S 18683 18686 13605 0 -1 1077944384 40532 12437 0 0 362 64 6 4 20 0 22 0 5464763 11395665920 798944 33554432000 4194304 4196468 140729789478448 140452492804880 140453286606549 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25755648 140729789479617 140729789482391 140729789482391 140729789485007 0
[pid=18686/tid=18751] ppid=18683 vsize=11128580 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/18686/task/18751/stat : 18751 (java) S 18683 18686 13605 0 -1 1077944384 59 12437 0 0 0 0 6 4 20 0 22 0 5464764 11395665920 798944 33554432000 4194304 4196468 140729789478448 140452491752432 140453286606549 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 25755648 140729789479617 140729789482391 140729789482391 140729789485007 0
[pid=18686/tid=18752] ppid=18683 vsize=11128580 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/18686/task/18752/stat : 18752 (java) S 18683 18686 13605 0 -1 1077944384 45 12437 0 0 0 0 6 4 20 0 22 0 5464764 11395665920 798944 33554432000 4194304 4196468 140729789478448 140452490699504 140453286606549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25755648 140729789479617 140729789482391 140729789482391 140729789485007 0
[pid=18686/tid=18753] ppid=18683 vsize=11128580 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/18686/task/18753/stat : 18753 (java) S 18683 18686 13605 0 -1 1077944384 255 12437 0 0 0 0 6 4 20 0 22 0 5464767 11395665920 798944 33554432000 4194304 4196468 140729789478448 140452489648208 140453286614939 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 25755648 140729789479617 140729789482391 140729789482391 140729789485007 0
[pid=18686/tid=18754] ppid=18683 vsize=11128580 CPUtime=3.33 cores=0,2,4,6,8,10,12,14
/proc/18686/task/18754/stat : 18754 (java) S 18683 18686 13605 0 -1 1077944384 14142 12437 0 0 321 2 6 4 20 0 22 0 5464767 11395665920 798944 33554432000 4194304 4196468 140729789478448 140452488596080 140453286607490 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 25755648 140729789479617 140729789482391 140729789482391 140729789485007 0
[pid=18686/tid=18755] ppid=18683 vsize=11128580 CPUtime=3.18 cores=0,2,4,6,8,10,12,14
/proc/18686/task/18755/stat : 18755 (java) S 18683 18686 13605 0 -1 1077944384 14382 12437 0 0 305 3 6 4 20 0 22 0 5464767 11395665920 798944 33554432000 4194304 4196468 140729789478448 140452487543280 140453286607490 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 25755648 140729789479617 140729789482391 140729789482391 140729789485007 0
[pid=18686/tid=18756] ppid=18683 vsize=11128580 CPUtime=3.25 cores=0,2,4,6,8,10,12,14
/proc/18686/task/18756/stat : 18756 (java) S 18683 18686 13605 0 -1 1077944384 14522 12437 0 0 312 3 6 4 20 0 22 0 5464767 11395665920 798944 33554432000 4194304 4196468 140729789478448 140452486490992 140453286607490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25755648 140729789479617 140729789482391 140729789482391 140729789485007 0
[pid=18686/tid=18757] ppid=18683 vsize=11128580 CPUtime=2.32 cores=0,2,4,6,8,10,12,14
/proc/18686/task/18757/stat : 18757 (java) S 18683 18686 13605 0 -1 1077944384 17416 12437 0 0 219 3 6 4 20 0 22 0 5464767 11395665920 798944 33554432000 4194304 4196468 140729789478448 140452485437760 140453286606549 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 25755648 140729789479617 140729789482391 140729789482391 140729789485007 0
[pid=18686/tid=18758] ppid=18683 vsize=11128580 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/18686/task/18758/stat : 18758 (java) S 18683 18686 13605 0 -1 1077944384 3 12437 0 0 0 0 6 4 20 0 22 0 5464767 11395665920 798944 33554432000 4194304 4196468 140729789478448 140452484385120 140453286606549 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 25755648 140729789479617 140729789482391 140729789482391 140729789485007 0
[pid=18686/tid=18759] ppid=18683 vsize=11128580 CPUtime=1.44 cores=0,2,4,6,8,10,12,14
/proc/18686/task/18759/stat : 18759 (java) S 18683 18686 13605 0 -1 1077944384 1198 12437 0 0 67 67 6 4 20 0 22 0 5464767 11395665920 798944 33554432000 4194304 4196468 140729789478448 140452483332400 140453286607490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25755648 140729789479617 140729789482391 140729789482391 140729789485007 0
Current children cumulated CPU time (s) 2401.34
Current children cumulated vsize (KiB) 11128580

Child status: 143
Real time (s): 2335.74
CPU time (s): 2401.42
CPU user time (s): 2394.35
CPU system time (s): 7.06477
CPU usage (%): 102.812
Max. virtual memory (cumulated for all children) (KiB): 11128580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2394.35
system time used= 7.06477
maximum resident set size= 3195784
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 564971
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2752
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 192005
involuntary context switches= 155037

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

The end

Launcher Data

Begin job on node136 at 2017-07-22 07:39:39
IDJOB=4245262
IDBENCH=120756
IDSOLVER=2630
FILE ID=node136/4245262-1500701979
RUNJOBID= node136-1500683313-13636
PBS_JOBID= 20623338
Free space on /tmp= 61972 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/GracefulGraph/GracefulGraph-m1-s1/GracefulGraph-K14-P07.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4245262-1500701979/watcher-4245262-1500701979 -o /tmp/evaluation-result-4245262-1500701979/solver-4245262-1500701979 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node136-1500683313-13636 --watchdog 2560  bin/concrete HOME/instance-4245262-1500701979.xml

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

MD5SUM BENCH= 539390230adc3c5191c5e54bc0e1cdf0
RANDOM SEED=1825905927

node136.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		: 2000.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.42
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		: 1733.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.56
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.42
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	: 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.56
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.42
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	: 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.56
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.42
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		: 2667.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.56
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		: 2533.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.42
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		: 2267.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.56
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.42
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		: 1733.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.56
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		: 2000.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.42
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		: 2133.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.56
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.42
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		: 1600.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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        29295624 kB
MemAvailable:   29503028 kB
Buffers:          115860 kB
Cached:           372140 kB
SwapCached:            0 kB
Active:          2774188 kB
Inactive:         264680 kB
Active(anon):    2553256 kB
Inactive(anon):     8764 kB
Active(file):     220932 kB
Inactive(file):   255916 kB
Unevictable:        5844 kB
Mlocked:            5876 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24472 kB
Writeback:             0 kB
AnonPages:       2634096 kB
Mapped:            44172 kB
Shmem:              8852 kB
Slab:             126472 kB
SReclaimable:      92784 kB
SUnreclaim:        33688 kB
KernelStack:        4848 kB
PageTables:        11244 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3523104 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2414592 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 61948 MiB
End job on node136 at 2017-07-22 08:18:35