Trace number 4248239

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) 2400.84 2282.96

General information on the benchmark

NameMagicSquare/MagicSquare-sum-s1/
MagicSquare-26-sum.xml
MD5SUM3448e9886530ade698bbe26313ab484d
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 variables676
Number of constraints55
Number of domains1
Minimum domain size676
Maximum domain size676
Distribution of domain sizes[{"size":676,"count":676}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":624},{"degree":4,"count":52}]
Minimum constraint arity26
Maximum constraint arity676
Distribution of constraint arities[{"arity":26,"count":54},{"arity":676,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":1},{"type":"sum","count":54}]
Optimization problemNO
Type of objective

Solver Data

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

pid=30614
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.36 1.39 3/261 30617
/proc/meminfo: memFree=30698792/32770624 swapFree=5756/321400
[pid=30617] ppid=30614 vsize=9508 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/30617/stat : 30617 (bash) S 30614 30617 23034 0 -1 4202496 685 1534 0 0 0 0 0 0 20 0 1 0 9720197 9736192 350 33554432000 4194304 5098028 140733567061888 140733567059528 140553298553856 0 0 4100 65536 18446744071580971376 0 0 17 12 0 0 0 0 0 7196144 7232144 17625088 140733567067406 140733567067491 140733567067491 140733567070190 0
/proc/30617/statm: 2377 350 277 221 0 86 0

[startup+0.100124 s]
/proc/loadavg: 1.38 1.36 1.39 3/261 30617
/proc/meminfo: memFree=30698792/32770624 swapFree=5756/321400
[pid=30617] ppid=30614 vsize=9640 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/30617/stat : 30617 (bash) S 30614 30617 23034 0 -1 4202496 879 6422 0 0 0 0 0 1 20 0 1 0 9720197 9871360 378 33554432000 4194304 5098028 140733567061888 140733567055896 140553298553856 0 0 4100 65536 18446744071580971376 0 0 17 12 0 0 0 0 0 7196144 7232144 17625088 140733567067406 140733567067491 140733567067491 140733567070190 0
/proc/30617/statm: 2410 378 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200369 s]
/proc/loadavg: 1.38 1.36 1.39 3/261 30617
/proc/meminfo: memFree=30698792/32770624 swapFree=5756/321400
[pid=30617] ppid=30614 vsize=10435860 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/30617/stat : 30617 (java) S 30614 30617 23034 0 -1 1077944320 5093 12456 0 0 7 1 7 3 20 0 13 0 9720197 10686320640 5451 33554432000 4194304 4196468 140728722718624 140728722701168 139865340178167 0 0 0 16800971 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 25755648 140728722725569 140728722728343 140728722728343 140728722730959 0
/proc/30617/statm: 2608965 5451 2171 1 0 2597403 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 10435860

[startup+0.300262 s]
/proc/loadavg: 1.38 1.36 1.39 3/261 30617
/proc/meminfo: memFree=30698792/32770624 swapFree=5756/321400
[pid=30617] ppid=30614 vsize=10902292 CPUtime=0.36 cores=0,2,4,6,8,10,12,14
/proc/30617/stat : 30617 (java) S 30614 30617 23034 0 -1 1077944320 8304 12456 0 0 24 2 7 3 20 0 20 0 9720197 11163947008 9369 33554432000 4194304 4196468 140728722718624 140728722701168 139865340178167 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 25755648 140728722725569 140728722728343 140728722728343 140728722730959 0
/proc/30617/statm: 2725573 9369 2951 1 0 2713890 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 10902292

[startup+0.700293 s]
/proc/loadavg: 1.38 1.36 1.39 3/261 30617
/proc/meminfo: memFree=30698792/32770624 swapFree=5756/321400
[pid=30617] ppid=30614 vsize=10902720 CPUtime=0.89 cores=0,2,4,6,8,10,12,14
/proc/30617/stat : 30617 (java) S 30614 30617 23034 0 -1 1077944320 12103 12456 0 0 75 4 7 3 20 0 20 0 9720197 11164385280 14954 33554432000 4194304 4196468 140728722718624 140728722701168 139865340178167 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 25755648 140728722725569 140728722728343 140728722728343 140728722730959 0
/proc/30617/statm: 2725680 14954 3163 1 0 2713890 0
Current children cumulated CPU time (s) 0.89
Current children cumulated vsize (KiB) 10902720

[startup+1.50117 s]
/proc/loadavg: 1.38 1.36 1.39 3/281 30690
/proc/meminfo: memFree=30600184/32770624 swapFree=5756/322076
[pid=30617] ppid=30614 vsize=10913344 CPUtime=2.24 cores=0,2,4,6,8,10,12,14
/proc/30617/stat : 30617 (java) S 30614 30617 23034 0 -1 1077944320 26774 12456 0 0 203 11 7 3 20 0 20 0 9720197 11175264256 43771 33554432000 4194304 4196468 140728722718624 140728722701168 139865340178167 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 25755648 140728722725569 140728722728343 140728722728343 140728722730959 0
/proc/30617/statm: 2728336 43771 3394 1 0 2716450 0
[pid=30617/tid=30672] ppid=30614 vsize=10913344 CPUtime=1.42 cores=0,2,4,6,8,10,12,14
/proc/30617/task/30672/stat : 30672 (java) R 30614 30617 23034 0 -1 4202560 19733 12456 0 0 126 6 7 3 20 0 20 0 9720209 11175264256 43771 33554432000 4194304 4196468 140728722718624 139865344400560 139865322681125 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25755648 140728722725569 140728722728343 140728722728343 140728722730959 0
[pid=30617/tid=30673] ppid=30614 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/30617/task/30673/stat : 30673 (java) S 30614 30617 23034 0 -1 1077944384 129 12456 0 0 1 0 7 3 20 0 20 0 9720210 11175264256 43771 33554432000 4194304 4196468 140728722718624 139865276869648 139865340188373 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 25755648 140728722725569 140728722728343 140728722728343 140728722730959 0
[pid=30617/tid=30674] ppid=30614 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/30617/task/30674/stat : 30674 (java) S 30614 30617 23034 0 -1 1077944384 10 12456 0 0 1 0 7 3 20 0 20 0 9720210 11175264256 43771 33554432000 4194304 4196468 140728722718624 139865275817104 139865340188373 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 25755648 140728722725569 140728722728343 140728722728343 140728722730959 0
[pid=30617/tid=30675] ppid=30614 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/30617/task/30675/stat : 30675 (java) S 30614 30617 23034 0 -1 1077944384 59 12456 0 0 1 0 7 3 20 0 20 0 9720210 11175264256 43771 33554432000 4194304 4196468 140728722718624 139864945060624 139865340188373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25755648 140728722725569 140728722728343 140728722728343 140728722730959 0
[pid=30617/tid=30676] ppid=30614 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/30617/task/30676/stat : 30676 (java) S 30614 30617 23034 0 -1 1077944384 33 12456 0 0 1 0 7 3 20 0 20 0 9720210 11175264256 43771 33554432000 4194304 4196468 140728722718624 139864944008080 139865340188373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25755648 140728722725569 140728722728343 140728722728343 140728722730959 0
[pid=30617/tid=30677] ppid=30614 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/30617/task/30677/stat : 30677 (java) S 30614 30617 23034 0 -1 1077944384 17 12456 0 0 1 0 7 3 20 0 20 0 9720210 11175264256 43771 33554432000 4194304 4196468 140728722718624 139864942955024 139865340188373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25755648 140728722725569 140728722728343 140728722728343 140728722730959 0
[pid=30617/tid=30678] ppid=30614 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/30617/task/30678/stat : 30678 (java) S 30614 30617 23034 0 -1 1077944384 22 12456 0 0 1 0 7 3 20 0 20 0 9720210 11175264256 43771 33554432000 4194304 4196468 140728722718624 139864941902480 139865340188373 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 25755648 140728722725569 140728722728343 140728722728343 140728722730959 0
[pid=30617/tid=30679] ppid=30614 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/30617/task/30679/stat : 30679 (java) S 30614 30617 23034 0 -1 1077944384 33 12456 0 0 1 0 7 3 20 0 20 0 9720210 11175264256 43771 33554432000 4194304 4196468 140728722718624 139864940849424 139865340188373 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 25755648 140728722725569 140728722728343 140728722728343 140728722730959 0
[pid=30617/tid=30680] ppid=30614 vsize=10913344 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/30617/task/30680/stat : 30680 (java) S 30614 30617 23034 0 -1 1077944384 32 12456 0 0 0 0 7 3 20 0 20 0 9720210 11175264256 43771 33554432000 4194304 4196468 140728722718624 139864939796880 139865340188373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25755648 140728722725569 140728722728343 140728722728343 140728722730959 0
[pid=30617/tid=30681] ppid=30614 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/30617/task/30681/stat : 30681 (java) S 30614 30617 23034 0 -1 1077944384 1342 12456 0 0 1 0 7 3 20 0 20 0 9720212 11175264256 43771 33554432000 4194304 4196468 140728722718624 139864881945328 139865340189314 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25755648 140728722725569 140728722728343 140728722728343 140728722730959 0
[pid=30617/tid=30682] ppid=30614 vsize=10913344 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/30617/task/30682/stat : 30682 (java) S 30614 30617 23034 0 -1 1077944384 57 12456 0 0 0 0 7 3 20 0 20 0 9720213 11175264256 43771 33554432000 4194304 4196468 140728722718624 139864880891552 139865340188373 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 25755648 140728722725569 140728722728343 140728722728343 140728722730959 0
[pid=30617/tid=30683] ppid=30614 vsize=10913344 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/30617/task/30683/stat : 30683 (java) R 30614 30617 23034 0 -1 4202560 44 12456 0 0 0 0 7 3 20 0 20 0 9720213 11175264256 43771 33554432000 4194304 4196468 140728722718624 139864879838448 139864955760386 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25755648 140728722725569 140728722728343 140728722728343 140728722730959 0
[pid=30617/tid=30684] ppid=30614 vsize=10913344 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/30617/task/30684/stat : 30684 (java) S 30614 30617 23034 0 -1 1077944384 1 12456 0 0 0 0 7 3 20 0 20 0 9720218 11175264256 43771 33554432000 4194304 4196468 140728722718624 139864878787024 139865340196763 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 25755648 140728722725569 140728722728343 140728722728343 140728722730959 0
[pid=30617/tid=30685] ppid=30614 vsize=10913344 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/30617/task/30685/stat : 30685 (java) S 30614 30617 23034 0 -1 1077944384 1152 12456 0 0 14 0 7 3 20 0 20 0 9720218 11175264256 43771 33554432000 4194304 4196468 140728722718624 139864877734128 139865340189314 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 25755648 140728722725569 140728722728343 140728722728343 140728722730959 0
[pid=30617/tid=30686] ppid=30614 vsize=10913344 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/30617/task/30686/stat : 30686 (java) S 30614 30617 23034 0 -1 1077944384 388 12456 0 0 10 0 7 3 20 0 20 0 9720218 11175264256 43771 33554432000 4194304 4196468 140728722718624 139864876681584 139865340189314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25755648 140728722725569 140728722728343 140728722728343 140728722730959 0
[pid=30617/tid=30687] ppid=30614 vsize=10913344 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/30617/task/30687/stat : 30687 (java) S 30614 30617 23034 0 -1 1077944384 557 12456 0 0 12 0 7 3 20 0 20 0 9720218 11175264256 43771 33554432000 4194304 4196468 140728722718624 139864875628528 139865340189314 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 25755648 140728722725569 140728722728343 140728722728343 140728722730959 0
[pid=30617/tid=30688] ppid=30614 vsize=10913344 CPUtime=0.35 cores=0,2,4,6,8,10,12,14
/proc/30617/task/30688/stat : 30688 (java) R 30614 30617 23034 0 -1 4202560 1027 12456 0 0 25 0 7 3 20 0 20 0 9720218 11175264256 43771 33554432000 4194304 4196468 140728722718624 139864874572384 139865319098684 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25755648 140728722725569 140728722728343 140728722728343 140728722730959 0
[pid=30617/tid=30689] ppid=30614 vsize=10913344 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/30617/task/30689/stat : 30689 (java) S 30614 30617 23034 0 -1 1077944384 3 12456 0 0 0 0 7 3 20 0 20 0 9720218 11175264256 43771 33554432000 4194304 4196468 140728722718624 139864873524192 139865340188373 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 25755648 140728722725569 140728722728343 140728722728343 140728722730959 0
[pid=30617/tid=30690] ppid=30614 vsize=10913344 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/30617/task/30690/stat : 30690 (java) S 30614 30617 23034 0 -1 1077944384 6 12456 0 0 0 0 7 3 20 0 20 0 9720218 11175264256 43771 33554432000 4194304 4196468 140728722718624 139864804682928 139865340189314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25755648 140728722725569 140728722728343 140728722728343 140728722730959 0
Current children cumulated CPU time (s) 2.24
Current children cumulated vsize (KiB) 10913344

[startup+3.10072 s]
/proc/loadavg: 1.38 1.36 1.39 7/281 30690
/proc/meminfo: memFree=30525300/32770624 swapFree=5756/322076
[pid=30617] ppid=30614 vsize=10927868 CPUtime=6.54 cores=0,2,4,6,8,10,12,14
/proc/30617/stat : 30617 (java) S 30614 30617 23034 0 -1 1077944320 41026 12456 0 0 619 25 7 3 20 0 20 0 9720197 11190136832 74505 33554432000 4194304 4196468 140728722718624 140728722701168 139865340178167 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 25755648 140728722725569 140728722728343 140728722728343 140728722730959 0
/proc/30617/statm: 2731967 74505 3479 1 0 2719522 0
[pid=30617/tid=30672] ppid=30614 vsize=10927868 CPUtime=2.98 cores=0,2,4,6,8,10,12,14
/proc/30617/task/30672/stat : 30672 (java) R 30614 30617 23034 0 -1 4202560 25678 12456 0 0 278 10 7 3 20 0 20 0 9720209 11190136832 74505 33554432000 4194304 4196468 140728722718624 139865344389328 139865325871589 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 25755648 140728722725569 140728722728343 140728722728343 140728722730959 0
[pid=30617/tid=30673] ppid=30614 vsize=10927868 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/30617/task/30673/stat : 30673 (java) S 30614 30617 23034 0 -1 1077944384 146 12456 0 0 2 1 7 3 20 0 20 0 9720210 11190136832 74505 33554432000 4194304 4196468 140728722718624 139865276869648 139865340188373 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 25755648 140728722725569 140728722728343 140728722728343 140728722730959 0
[pid=30617/tid=30674] ppid=30614 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30617/task/30674/stat : 30674 (java) S 30614 30617 23034 0 -1 1077944384 23 12456 0 0 2 0 7 3 20 0 20 0 9720210 11190136832 74505 33554432000 4194304 4196468 140728722718624 139865275817104 139865340188373 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 25755648 140728722725569 140728722728343 140728722728343 140728722730959 0
[pid=30617/tid=30675] ppid=30614 vsize=10927868 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/30617/task/30675/stat : 30675 (java) S 30614 30617 23034 0 -1 1077944384 67 12456 0 0 2 1 7 3 20 0 20 0 9720210 11190136832 74505 33554432000 4194304 4196468 140728722718624 139864945060624 139865340188373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25755648 140728722725569 140728722728343 140728722728343 140728722730959 0
[pid=30617/tid=30676] ppid=30614 vsize=10927868 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/30617/task/30676/stat : 30676 (java) S 30614 30617 23034 0 -1 1077944384 80 12456 0 0 2 1 7 3 20 0 20 0 9720210 11190136832 74505 33554432000 4194304 4196468 140728722718624 139864944008080 139865340188373 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 25755648 140728722725569 140728722728343 140728722728343 140728722730959 0
[pid=30617/tid=30677] ppid=30614 vsize=10927868 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/30617/task/30677/stat : 30677 (java) S 30614 30617 23034 0 -1 1077944384 23 12456 0 0 2 1 7 3 20 0 20 0 9720210 11190136832 74505 33554432000 4194304 4196468 140728722718624 139864942955024 139865340188373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25755648 140728722725569 140728722728343 140728722728343 140728722730959 0
[pid=30617/tid=30678] ppid=30614 vsize=10927868 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/30617/task/30678/stat : 30678 (java) S 30614 30617 23034 0 -1 1077944384 43 12456 0 0 2 1 7 3 20 0 20 0 9720210 11190136832 74505 33554432000 4194304 4196468 140728722718624 139864941902480 139865340188373 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 25755648 140728722725569 140728722728343 140728722728343 140728722730959 0
[pid=30617/tid=30679] ppid=30614 vsize=10927868 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/30617/task/30679/stat : 30679 (java) S 30614 30617 23034 0 -1 1077944384 41 12456 0 0 2 1 7 3 20 0 20 0 9720210 11190136832 74505 33554432000 4194304 4196468 140728722718624 139864940849424 139865340188373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25755648 140728722725569 140728722728343 140728722728343 140728722730959 0
[pid=30617/tid=30680] ppid=30614 vsize=10927868 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/30617/task/30680/stat : 30680 (java) S 30614 30617 23034 0 -1 1077944384 43 12456 0 0 2 1 7 3 20 0 20 0 9720210 11190136832 74505 33554432000 4194304 4196468 140728722718624 139864939796880 139865340188373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25755648 140728722725569 140728722728343 140728722728343 140728722730959 0
[pid=30617/tid=30681] ppid=30614 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/30617/task/30681/stat : 30681 (java) S 30614 30617 23034 0 -1 1077944384 1641 12456 0 0 2 0 7 3 20 0 20 0 9720212 11190136832 74505 33554432000 4194304 4196468 140728722718624 139864881945328 139865340189314 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25755648 140728722725569 140728722728343 140728722728343 140728722730959 0
[pid=30617/tid=30682] ppid=30614 vsize=10927868 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/30617/task/30682/stat : 30682 (java) S 30614 30617 23034 0 -1 1077944384 57 12456 0 0 0 0 7 3 20 0 20 0 9720213 11190136832 74505 33554432000 4194304 4196468 140728722718624 139864880891616 139865340188373 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 25755648 140728722725569 140728722728343 140728722728343 140728722730959 0
[pid=30617/tid=30683] ppid=30614 vsize=10927868 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/30617/task/30683/stat : 30683 (java) S 30614 30617 23034 0 -1 1077944384 44 12456 0 0 0 0 7 3 20 0 20 0 9720213 11190136832 74505 33554432000 4194304 4196468 140728722718624 139864879838464 139865340188373 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 25755648 140728722725569 140728722728343 140728722728343 140728722730959 0
[pid=30617/tid=30684] ppid=30614 vsize=10927868 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/30617/task/30684/stat : 30684 (java) S 30614 30617 23034 0 -1 1077944384 1 12456 0 0 0 0 7 3 20 0 20 0 9720218 11190136832 74505 33554432000 4194304 4196468 140728722718624 139864878787024 139865340196763 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 25755648 140728722725569 140728722728343 140728722728343 140728722730959 0
[pid=30617/tid=30685] ppid=30614 vsize=10927868 CPUtime=0.7 cores=0,2,4,6,8,10,12,14
/proc/30617/task/30685/stat : 30685 (java) S 30614 30617 23034 0 -1 1077944384 2383 12456 0 0 59 1 7 3 20 0 20 0 9720218 11190136832 74505 33554432000 4194304 4196468 140728722718624 139864877734128 139865340189314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25755648 140728722725569 140728722728343 140728722728343 140728722730959 0
[pid=30617/tid=30686] ppid=30614 vsize=10927868 CPUtime=0.98 cores=0,2,4,6,8,10,12,14
/proc/30617/task/30686/stat : 30686 (java) S 30614 30617 23034 0 -1 1077944384 3769 12456 0 0 88 0 7 3 20 0 20 0 9720218 11190136832 74505 33554432000 4194304 4196468 140728722718624 139864876681584 139865340189314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25755648 140728722725569 140728722728343 140728722728343 140728722730959 0
[pid=30617/tid=30687] ppid=30614 vsize=10927868 CPUtime=0.73 cores=0,2,4,6,8,10,12,14
/proc/30617/task/30687/stat : 30687 (java) S 30614 30617 23034 0 -1 1077944384 1451 12456 0 0 62 1 7 3 20 0 20 0 9720218 11190136832 74505 33554432000 4194304 4196468 140728722718624 139864875628528 139865340189314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25755648 140728722725569 140728722728343 140728722728343 140728722730959 0
[pid=30617/tid=30688] ppid=30614 vsize=10927868 CPUtime=1.13 cores=0,2,4,6,8,10,12,14
/proc/30617/task/30688/stat : 30688 (java) S 30614 30617 23034 0 -1 1077944384 3397 12456 0 0 103 0 7 3 20 0 20 0 9720218 11190136832 74505 33554432000 4194304 4196468 140728722718624 139864874575984 139865340189314 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 25755648 140728722725569 140728722728343 140728722728343 140728722730959 0
[pid=30617/tid=30689] ppid=30614 vsize=10927868 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/30617/task/30689/stat : 30689 (java) S 30614 30617 23034 0 -1 1077944384 3 12456 0 0 0 0 7 3 20 0 20 0 9720218 11190136832 74505 33554432000 4194304 4196468 140728722718624 139864873524192 139865340188373 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 25755648 140728722725569 140728722728343 140728722728343 140728722730959 0
[pid=30617/tid=30690] ppid=30614 vsize=10927868 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/30617/task/30690/stat : 30690 (java) S 30614 30617 23034 0 -1 1077944384 7 12456 0 0 0 0 7 3 20 0 20 0 9720218 11190136832 74505 33554432000 4194304 4196468 140728722718624 139864804682928 139865340189314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25755648 140728722725569 140728722728343 140728722728343 140728722730959 0
Current children cumulated CPU time (s) 6.54
Current children cumulated vsize (KiB) 10927868

[startup+6.30086 s]
/proc/loadavg: 1.51 1.39 1.40 6/281 30690
/proc/meminfo: memFree=30316668/32770624 swapFree=5756/322076
[pid=30617] ppid=30614 vsize=10995452 CPUtime=15.81 cores=0,2,4,6,8,10,12,14
/proc/30617/stat : 30617 (java) S 30614 30617 23034 0 -1 1077944320 64453 12456 0 0 1532 39 7 3 20 0 20 0 9720197 11259342848 110543 33554432000 4194304 4196468 140728722718624 140728722701168 139865340178167 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 25755648 140728722725569 140728722728343 140728722728343 140728722730959 0
/proc/30617/statm: 2748863 110543 3509 1 0 2736418 0
[pid=30617/tid=30672] ppid=30614 vsize=10995452 CPUtime=6.09 cores=0,2,4,6,8,10,12,14
/proc/30617/task/30672/stat : 30672 (java) R 30614 30617 23034 0 -1 4202560 41509 12456 0 0 587 12 7 3 20 0 20 0 9720209 11259342848 110543 33554432000 4194304 4196468 140728722718624 139865344406592 139864969585600 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25755648 140728722725569 140728722728343 140728722728343 140728722730959 0
[pid=30617/tid=30673] ppid=30614 vsize=10995452 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/30617/task/30673/stat : 30673 (java) S 30614 30617 23034 0 -1 1077944384 184 12456 0 0 5 2 7 3 20 0 20 0 9720210 11259342848 110543 33554432000 4194304 4196468 140728722718624 139865276869648 139865340188373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25755648 140728722725569 140728722728343 140728722728343 140728722730959 0
[pid=30617/tid=30674] ppid=30614 vsize=10995452 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/30617/task/30674/stat : 30674 (java) S 30614 30617 23034 0 -1 1077944384 52 12456 0 0 5 2 7 3 20 0 20 0 9720210 11259342848 110543 33554432000 4194304 4196468 140728722718624 139865275817104 139865340188373 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 25755648 140728722725569 140728722728343 140728722728343 140728722730959 0
[pid=30617/tid=30675] ppid=30614 vsize=10995452 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/30617/task/30675/stat : 30675 (java) S 30614 30617 23034 0 -1 1077944384 77 12456 0 0 5 2 7 3 20 0 20 0 9720210 11259342848 110543 33554432000 4194304 4196468 140728722718624 139864945060624 139865340188373 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 25755648 140728722725569 140728722728343 140728722728343 140728722730959 0
[pid=30617/tid=30676] ppid=30614 vsize=10995452 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/30617/task/30676/stat : 30676 (java) S 30614 30617 23034 0 -1 1077944384 112 12456 0 0 5 2 7 3 20 0 20 0 9720210 11259342848 110543 33554432000 4194304 4196468 140728722718624 139864944008080 139865340188373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25755648 140728722725569 140728722728343 140728722728343 140728722730959 0
[pid=30617/tid=30677] ppid=30614 vsize=10995452 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/30617/task/30677/stat : 30677 (java) S 30614 30617 23034 0 -1 1077944384 131 12456 0 0 5 2 7 3 20 0 20 0 9720210 11259342848 110543 33554432000 4194304 4196468 140728722718624 139864942955024 139865340188373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25755648 140728722725569 140728722728343 140728722728343 140728722730959 0
[pid=30617/tid=30678] ppid=30614 vsize=10995452 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/30617/task/30678/stat : 30678 (java) S 30614 30617 23034 0 -1 1077944384 99 12456 0 0 5 2 7 3 20 0 20 0 9720210 11259342848 110543 33554432000 4194304 4196468 140728722718624 139864941902480 139865340188373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25755648 140728722725569 140728722728343 140728722728343 140728722730959 0
[pid=30617/tid=30679] ppid=30614 vsize=10995452 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/30617/task/30679/stat : 30679 (java) S 30614 30617 23034 0 -1 1077944384 52 12456 0 0 5 2 7 3 20 0 20 0 9720210 11259342848 110543 33554432000 4194304 4196468 140728722718624 139864940849424 139865340188373 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 25755648 140728722725569 140728722728343 140728722728343 140728722730959 0
[pid=30617/tid=30680] ppid=30614 vsize=10995452 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/30617/task/30680/stat : 30680 (java) S 30614 30617 23034 0 -1 1077944384 73 12456 0 0 5 2 7 3 20 0 20 0 9720210 11259342848 110543 33554432000 4194304 4196468 140728722718624 139864939796880 139865340188373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25755648 140728722725569 140728722728343 140728722728343 140728722730959 0
[pid=30617/tid=30681] ppid=30614 vsize=10995452 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/30617/task/30681/stat : 30681 (java) S 30614 30617 23034 0 -1 1077944384 2336 12456 0 0 4 0 7 3 20 0 20 0 9720212 11259342848 110543 33554432000 4194304 4196468 140728722718624 139864881945328 139865340189314 0 0 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 25755648 140728722725569 140728722728343 140728722728343 140728722730959 0
[pid=30617/tid=30682] ppid=30614 vsize=10995452 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/30617/task/30682/stat : 30682 (java) S 30614 30617 23034 0 -1 1077944384 57 12456 0 0 0 0 7 3 20 0 20 0 9720213 11259342848 110543 33554432000 4194304 4196468 140728722718624 139864880891680 139865340188373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25755648 140728722725569 140728722728343 140728722728343 140728722730959 0
[pid=30617/tid=30683] ppid=30614 vsize=10995452 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/30617/task/30683/stat : 30683 (java) S 30614 30617 23034 0 -1 1077944384 44 12456 0 0 0 0 7 3 20 0 20 0 9720213 11259342848 110543 33554432000 4194304 4196468 140728722718624 139864879838464 139865340188373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25755648 140728722725569 140728722728343 140728722728343 140728722730959 0
[pid=30617/tid=30684] ppid=30614 vsize=10995452 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/30617/task/30684/stat : 30684 (java) S 30614 30617 23034 0 -1 1077944384 1 12456 0 0 0 0 7 3 20 0 20 0 9720218 11259342848 110543 33554432000 4194304 4196468 140728722718624 139864878787024 139865340196763 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 25755648 140728722725569 140728722728343 140728722728343 140728722730959 0
[pid=30617/tid=30685] ppid=30614 vsize=10995452 CPUtime=2.68 cores=0,2,4,6,8,10,12,14
/proc/30617/task/30685/stat : 30685 (java) S 30614 30617 23034 0 -1 1077944384 6568 12456 0 0 256 2 7 3 20 0 20 0 9720218 11259342848 110543 33554432000 4194304 4196468 140728722718624 139864877734128 139865340189314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25755648 140728722725569 140728722728343 140728722728343 140728722730959 0
[pid=30617/tid=30686] ppid=30614 vsize=10995452 CPUtime=2.6 cores=0,2,4,6,8,10,12,14
/proc/30617/task/30686/stat : 30686 (java) R 30614 30617 23034 0 -1 4202560 4153 12456 0 0 247 3 7 3 20 0 20 0 9720218 11259342848 110543 33554432000 4194304 4196468 140728722718624 139864876662784 139865325286166 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25755648 140728722725569 140728722728343 140728722728343 140728722730959 0
[pid=30617/tid=30687] ppid=30614 vsize=10995452 CPUtime=2.16 cores=0,2,4,6,8,10,12,14
/proc/30617/task/30687/stat : 30687 (java) S 30614 30617 23034 0 -1 1077944384 2040 12456 0 0 205 1 7 3 20 0 20 0 9720218 11259342848 110543 33554432000 4194304 4196468 140728722718624 139864875628528 139865340189314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25755648 140728722725569 140728722728343 140728722728343 140728722730959 0
[pid=30617/tid=30688] ppid=30614 vsize=10995452 CPUtime=1.94 cores=0,2,4,6,8,10,12,14
/proc/30617/task/30688/stat : 30688 (java) S 30614 30617 23034 0 -1 1077944384 4824 12456 0 0 183 1 7 3 20 0 20 0 9720218 11259342848 110543 33554432000 4194304 4196468 140728722718624 139864874575984 139865340189314 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 25755648 140728722725569 140728722728343 140728722728343 140728722730959 0
[pid=30617/tid=30689] ppid=30614 vsize=10995452 CPUtime=0.1 cores=0,2,4,6,8,10,12,14

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

[pid=30617/tid=30686] ppid=30614 vsize=10995452 CPUtime=13.13 cores=0,2,4,6,8,10,12,14
/proc/30617/task/30686/stat : 30686 (java) S 30614 30617 23034 0 -1 1077944384 10326 12456 0 0 1298 5 7 3 20 0 20 0 9720218 11259342848 819448 33554432000 4194304 4196468 140728722718624 139864876681584 139865340189314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25755648 140728722725569 140728722728343 140728722728343 140728722730959 0
[pid=30617/tid=30687] ppid=30614 vsize=10995452 CPUtime=12.58 cores=0,2,4,6,8,10,12,14
/proc/30617/task/30687/stat : 30687 (java) S 30614 30617 23034 0 -1 1077944384 6169 12456 0 0 1244 4 7 3 20 0 20 0 9720218 11259342848 819448 33554432000 4194304 4196468 140728722718624 139864875628528 139865340189314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25755648 140728722725569 140728722728343 140728722728343 140728722730959 0
[pid=30617/tid=30688] ppid=30614 vsize=10995452 CPUtime=6.45 cores=0,2,4,6,8,10,12,14
/proc/30617/task/30688/stat : 30688 (java) S 30614 30617 23034 0 -1 1077944384 17365 12456 0 0 630 5 7 3 20 0 20 0 9720218 11259342848 819448 33554432000 4194304 4196468 140728722718624 139864874575984 139865340189314 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 25755648 140728722725569 140728722728343 140728722728343 140728722730959 0
[pid=30617/tid=30689] ppid=30614 vsize=10995452 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/30617/task/30689/stat : 30689 (java) S 30614 30617 23034 0 -1 1077944384 3 12456 0 0 0 0 7 3 20 0 20 0 9720218 11259342848 819448 33554432000 4194304 4196468 140728722718624 139864873524192 139865340188373 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 25755648 140728722725569 140728722728343 140728722728343 140728722730959 0
[pid=30617/tid=30690] ppid=30614 vsize=10995452 CPUtime=1.36 cores=0,2,4,6,8,10,12,14
/proc/30617/task/30690/stat : 30690 (java) S 30614 30617 23034 0 -1 1077944384 865 12456 0 0 61 65 7 3 20 0 20 0 9720218 11259342848 819448 33554432000 4194304 4196468 140728722718624 139864804682928 139865340189314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25755648 140728722725569 140728722728343 140728722728343 140728722730959 0
Current children cumulated CPU time (s) 2379.58
Current children cumulated vsize (KiB) 10995452



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2282.7 s]
/proc/loadavg: 1.63 1.66 1.54 3/281 30924
/proc/meminfo: memFree=27343752/32770624 swapFree=5756/323348
[pid=30617] ppid=30614 vsize=10995452 CPUtime=2400.04 cores=0,2,4,6,8,10,12,14
/proc/30617/stat : 30617 (java) S 30614 30617 23034 0 -1 1077944320 421027 12456 0 0 238865 1129 7 3 20 0 20 0 9720197 11259342848 819269 33554432000 4194304 4196468 140728722718624 140728722701168 139865340178167 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 25755648 140728722725569 140728722728343 140728722728343 140728722730959 0
/proc/30617/statm: 2748863 819269 3513 1 0 2736418 0
[pid=30617/tid=30672] ppid=30614 vsize=10995452 CPUtime=2261.95 cores=0,2,4,6,8,10,12,14
/proc/30617/task/30672/stat : 30672 (java) R 30614 30617 23034 0 -1 4202560 261138 12456 0 0 226059 126 7 3 20 0 20 0 9720209 11259342848 819269 33554432000 4194304 4196468 140728722718624 139865344411536 139864968353885 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25755648 140728722725569 140728722728343 140728722728343 140728722730959 0
[pid=30617/tid=30673] ppid=30614 vsize=10995452 CPUtime=10.83 cores=0,2,4,6,8,10,12,14
/proc/30617/task/30673/stat : 30673 (java) S 30614 30617 23034 0 -1 1077944384 9279 12456 0 0 962 111 7 3 20 0 20 0 9720210 11259342848 819269 33554432000 4194304 4196468 140728722718624 139865276869648 139865340188373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25755648 140728722725569 140728722728343 140728722728343 140728722730959 0
[pid=30617/tid=30674] ppid=30614 vsize=10995452 CPUtime=10.82 cores=0,2,4,6,8,10,12,14
/proc/30617/task/30674/stat : 30674 (java) S 30614 30617 23034 0 -1 1077944384 13063 12456 0 0 958 114 7 3 20 0 20 0 9720210 11259342848 819269 33554432000 4194304 4196468 140728722718624 139865275817104 139865340188373 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 25755648 140728722725569 140728722728343 140728722728343 140728722730959 0
[pid=30617/tid=30675] ppid=30614 vsize=10995452 CPUtime=10.68 cores=0,2,4,6,8,10,12,14
/proc/30617/task/30675/stat : 30675 (java) S 30614 30617 23034 0 -1 1077944384 11927 12456 0 0 951 107 7 3 20 0 20 0 9720210 11259342848 819269 33554432000 4194304 4196468 140728722718624 139864945060624 139865340188373 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 25755648 140728722725569 140728722728343 140728722728343 140728722730959 0
[pid=30617/tid=30676] ppid=30614 vsize=10995452 CPUtime=10.77 cores=0,2,4,6,8,10,12,14
/proc/30617/task/30676/stat : 30676 (java) S 30614 30617 23034 0 -1 1077944384 10915 12456 0 0 957 110 7 3 20 0 20 0 9720210 11259342848 819269 33554432000 4194304 4196468 140728722718624 139864944008080 139865340188373 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 25755648 140728722725569 140728722728343 140728722728343 140728722730959 0
[pid=30617/tid=30677] ppid=30614 vsize=10995452 CPUtime=10.73 cores=0,2,4,6,8,10,12,14
/proc/30617/task/30677/stat : 30677 (java) S 30614 30617 23034 0 -1 1077944384 10705 12456 0 0 953 110 7 3 20 0 20 0 9720210 11259342848 819269 33554432000 4194304 4196468 140728722718624 139864942955024 139865340188373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25755648 140728722725569 140728722728343 140728722728343 140728722730959 0
[pid=30617/tid=30678] ppid=30614 vsize=10995452 CPUtime=10.76 cores=0,2,4,6,8,10,12,14
/proc/30617/task/30678/stat : 30678 (java) S 30614 30617 23034 0 -1 1077944384 10634 12456 0 0 956 110 7 3 20 0 20 0 9720210 11259342848 819269 33554432000 4194304 4196468 140728722718624 139864941902480 139865340188373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25755648 140728722725569 140728722728343 140728722728343 140728722730959 0
[pid=30617/tid=30679] ppid=30614 vsize=10995452 CPUtime=10.83 cores=0,2,4,6,8,10,12,14
/proc/30617/task/30679/stat : 30679 (java) S 30614 30617 23034 0 -1 1077944384 11497 12456 0 0 961 112 7 3 20 0 20 0 9720210 11259342848 819269 33554432000 4194304 4196468 140728722718624 139864940849424 139865340188373 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 25755648 140728722725569 140728722728343 140728722728343 140728722730959 0
[pid=30617/tid=30680] ppid=30614 vsize=10995452 CPUtime=10.74 cores=0,2,4,6,8,10,12,14
/proc/30617/task/30680/stat : 30680 (java) S 30614 30617 23034 0 -1 1077944384 9341 12456 0 0 956 108 7 3 20 0 20 0 9720210 11259342848 819269 33554432000 4194304 4196468 140728722718624 139864939796880 139865340188373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25755648 140728722725569 140728722728343 140728722728343 140728722730959 0
[pid=30617/tid=30681] ppid=30614 vsize=10995452 CPUtime=5.91 cores=0,2,4,6,8,10,12,14
/proc/30617/task/30681/stat : 30681 (java) S 30614 30617 23034 0 -1 1077944384 18606 12456 0 0 474 107 7 3 20 0 20 0 9720212 11259342848 819269 33554432000 4194304 4196468 140728722718624 139864881945328 139865340189314 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25755648 140728722725569 140728722728343 140728722728343 140728722730959 0
[pid=30617/tid=30682] ppid=30614 vsize=10995452 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/30617/task/30682/stat : 30682 (java) S 30614 30617 23034 0 -1 1077944384 57 12456 0 0 0 0 7 3 20 0 20 0 9720213 11259342848 819269 33554432000 4194304 4196468 140728722718624 139864880891680 139865340188373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25755648 140728722725569 140728722728343 140728722728343 140728722730959 0
[pid=30617/tid=30683] ppid=30614 vsize=10995452 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/30617/task/30683/stat : 30683 (java) S 30614 30617 23034 0 -1 1077944384 44 12456 0 0 0 0 7 3 20 0 20 0 9720213 11259342848 819269 33554432000 4194304 4196468 140728722718624 139864879838464 139865340188373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25755648 140728722725569 140728722728343 140728722728343 140728722730959 0
[pid=30617/tid=30684] ppid=30614 vsize=10995452 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/30617/task/30684/stat : 30684 (java) S 30614 30617 23034 0 -1 1077944384 1 12456 0 0 0 0 7 3 20 0 20 0 9720218 11259342848 819269 33554432000 4194304 4196468 140728722718624 139864878787024 139865340196763 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 25755648 140728722725569 140728722728343 140728722728343 140728722730959 0
[pid=30617/tid=30685] ppid=30614 vsize=10995452 CPUtime=13.74 cores=0,2,4,6,8,10,12,14
/proc/30617/task/30685/stat : 30685 (java) S 30614 30617 23034 0 -1 1077944384 16943 12456 0 0 1358 6 7 3 20 0 20 0 9720218 11259342848 819269 33554432000 4194304 4196468 140728722718624 139864877734128 139865340189314 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 25755648 140728722725569 140728722728343 140728722728343 140728722730959 0
[pid=30617/tid=30686] ppid=30614 vsize=10995452 CPUtime=13.13 cores=0,2,4,6,8,10,12,14
/proc/30617/task/30686/stat : 30686 (java) S 30614 30617 23034 0 -1 1077944384 10328 12456 0 0 1298 5 7 3 20 0 20 0 9720218 11259342848 819269 33554432000 4194304 4196468 140728722718624 139864876681584 139865340189314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25755648 140728722725569 140728722728343 140728722728343 140728722730959 0
[pid=30617/tid=30687] ppid=30614 vsize=10995452 CPUtime=12.58 cores=0,2,4,6,8,10,12,14
/proc/30617/task/30687/stat : 30687 (java) S 30614 30617 23034 0 -1 1077944384 6172 12456 0 0 1244 4 7 3 20 0 20 0 9720218 11259342848 819269 33554432000 4194304 4196468 140728722718624 139864875628528 139865340189314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25755648 140728722725569 140728722728343 140728722728343 140728722730959 0
[pid=30617/tid=30688] ppid=30614 vsize=10995452 CPUtime=6.45 cores=0,2,4,6,8,10,12,14
/proc/30617/task/30688/stat : 30688 (java) S 30614 30617 23034 0 -1 1077944384 17367 12456 0 0 630 5 7 3 20 0 20 0 9720218 11259342848 819269 33554432000 4194304 4196468 140728722718624 139864874575984 139865340189314 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 25755648 140728722725569 140728722728343 140728722728343 140728722730959 0
[pid=30617/tid=30689] ppid=30614 vsize=10995452 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/30617/task/30689/stat : 30689 (java) S 30614 30617 23034 0 -1 1077944384 3 12456 0 0 0 0 7 3 20 0 20 0 9720218 11259342848 819269 33554432000 4194304 4196468 140728722718624 139864873524192 139865340188373 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 25755648 140728722725569 140728722728343 140728722728343 140728722730959 0
[pid=30617/tid=30690] ppid=30614 vsize=10995452 CPUtime=1.37 cores=0,2,4,6,8,10,12,14
/proc/30617/task/30690/stat : 30690 (java) S 30614 30617 23034 0 -1 1077944384 878 12456 0 0 62 65 7 3 20 0 20 0 9720218 11259342848 819269 33554432000 4194304 4196468 140728722718624 139864804682928 139865340189314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25755648 140728722725569 140728722728343 140728722728343 140728722730959 0
Current children cumulated CPU time (s) 2400.04
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 30617 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2282.81 s]
/proc/loadavg: 1.63 1.66 1.54 3/281 30924
/proc/meminfo: memFree=27343752/32770624 swapFree=5756/323348
[pid=30617] ppid=30614 vsize=11128580 CPUtime=2400.42 cores=0,2,4,6,8,10,12,14
/proc/30617/stat : 30617 (java) S 30614 30617 23034 0 -1 1077944320 427163 12456 0 0 238902 1130 7 3 20 0 22 0 9720197 11395665920 819881 33554432000 4194304 4196468 140728722718624 140728722701168 139865340178167 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 25755648 140728722725569 140728722728343 140728722728343 140728722730959 0
/proc/30617/statm: 2782145 819881 3513 1 0 2769700 0
[pid=30617/tid=30672] ppid=30614 vsize=11128580 CPUtime=2261.96 cores=0,2,4,6,8,10,12,14
/proc/30617/task/30672/stat : 30672 (java) S 30614 30617 23034 0 -1 1077944384 261498 12456 0 0 226060 126 7 3 20 0 22 0 9720209 11395665920 819881 33554432000 4194304 4196468 140728722718624 139865344415712 139865340188373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25755648 140728722725569 140728722728343 140728722728343 140728722730959 0
[pid=30617/tid=30673] ppid=30614 vsize=11128580 CPUtime=10.86 cores=0,2,4,6,8,10,12,14
/proc/30617/task/30673/stat : 30673 (java) S 30614 30617 23034 0 -1 1077944384 9293 12456 0 0 965 111 7 3 20 0 22 0 9720210 11395665920 819881 33554432000 4194304 4196468 140728722718624 139865276869648 139865340188373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25755648 140728722725569 140728722728343 140728722728343 140728722730959 0
[pid=30617/tid=30674] ppid=30614 vsize=11128580 CPUtime=10.86 cores=0,2,4,6,8,10,12,14
/proc/30617/task/30674/stat : 30674 (java) S 30614 30617 23034 0 -1 1077944384 13074 12456 0 0 962 114 7 3 20 0 22 0 9720210 11395665920 819881 33554432000 4194304 4196468 140728722718624 139865275817104 139865340188373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25755648 140728722725569 140728722728343 140728722728343 140728722730959 0
[pid=30617/tid=30675] ppid=30614 vsize=11128580 CPUtime=10.72 cores=0,2,4,6,8,10,12,14
/proc/30617/task/30675/stat : 30675 (java) S 30614 30617 23034 0 -1 1077944384 11954 12456 0 0 955 107 7 3 20 0 22 0 9720210 11395665920 819881 33554432000 4194304 4196468 140728722718624 139864945060624 139865340188373 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 25755648 140728722725569 140728722728343 140728722728343 140728722730959 0
[pid=30617/tid=30676] ppid=30614 vsize=11128580 CPUtime=10.81 cores=0,2,4,6,8,10,12,14
/proc/30617/task/30676/stat : 30676 (java) S 30614 30617 23034 0 -1 1077944384 10923 12456 0 0 961 110 7 3 20 0 22 0 9720210 11395665920 819881 33554432000 4194304 4196468 140728722718624 139864944008080 139865340188373 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 25755648 140728722725569 140728722728343 140728722728343 140728722730959 0
[pid=30617/tid=30677] ppid=30614 vsize=11128580 CPUtime=10.77 cores=0,2,4,6,8,10,12,14
/proc/30617/task/30677/stat : 30677 (java) S 30614 30617 23034 0 -1 1077944384 10710 12456 0 0 957 110 7 3 20 0 22 0 9720210 11395665920 819881 33554432000 4194304 4196468 140728722718624 139864942955024 139865340188373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25755648 140728722725569 140728722728343 140728722728343 140728722730959 0
[pid=30617/tid=30678] ppid=30614 vsize=11128580 CPUtime=10.79 cores=0,2,4,6,8,10,12,14
/proc/30617/task/30678/stat : 30678 (java) S 30614 30617 23034 0 -1 1077944384 10636 12456 0 0 959 110 7 3 20 0 22 0 9720210 11395665920 819881 33554432000 4194304 4196468 140728722718624 139864941902480 139865340188373 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 25755648 140728722725569 140728722728343 140728722728343 140728722730959 0
[pid=30617/tid=30679] ppid=30614 vsize=11128580 CPUtime=10.88 cores=0,2,4,6,8,10,12,14
/proc/30617/task/30679/stat : 30679 (java) S 30614 30617 23034 0 -1 1077944384 11507 12456 0 0 966 112 7 3 20 0 22 0 9720210 11395665920 819881 33554432000 4194304 4196468 140728722718624 139864940849424 139865340188373 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 25755648 140728722725569 140728722728343 140728722728343 140728722730959 0
[pid=30617/tid=30680] ppid=30614 vsize=11128580 CPUtime=10.77 cores=0,2,4,6,8,10,12,14
/proc/30617/task/30680/stat : 30680 (java) S 30614 30617 23034 0 -1 1077944384 9342 12456 0 0 959 108 7 3 20 0 22 0 9720210 11395665920 819881 33554432000 4194304 4196468 140728722718624 139864939796880 139865340188373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25755648 140728722725569 140728722728343 140728722728343 140728722730959 0
[pid=30617/tid=30681] ppid=30614 vsize=11128580 CPUtime=5.96 cores=0,2,4,6,8,10,12,14
/proc/30617/task/30681/stat : 30681 (java) R 30614 30617 23034 0 -1 4202560 24134 12456 0 0 479 107 7 3 20 0 22 0 9720212 11395665920 819881 33554432000 4194304 4196468 140728722718624 139864881943616 139865325864970 0 0 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 25755648 140728722725569 140728722728343 140728722728343 140728722730959 0
[pid=30617/tid=30682] ppid=30614 vsize=11128580 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/30617/task/30682/stat : 30682 (java) S 30614 30617 23034 0 -1 1077944384 58 12456 0 0 0 0 7 3 20 0 22 0 9720213 11395665920 819881 33554432000 4194304 4196468 140728722718624 139864880891584 139865340188373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25755648 140728722725569 140728722728343 140728722728343 140728722730959 0
[pid=30617/tid=30683] ppid=30614 vsize=11128580 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/30617/task/30683/stat : 30683 (java) S 30614 30617 23034 0 -1 1077944384 44 12456 0 0 0 0 7 3 20 0 22 0 9720213 11395665920 819881 33554432000 4194304 4196468 140728722718624 139864879838464 139865340188373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25755648 140728722725569 140728722728343 140728722728343 140728722730959 0
[pid=30617/tid=30684] ppid=30614 vsize=11128580 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/30617/task/30684/stat : 30684 (java) S 30614 30617 23034 0 -1 1077944384 75 12456 0 0 0 0 7 3 20 0 22 0 9720218 11395665920 819881 33554432000 4194304 4196468 140728722718624 139864878787024 139865340196763 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 25755648 140728722725569 140728722728343 140728722728343 140728722730959 0
[pid=30617/tid=30685] ppid=30614 vsize=11128580 CPUtime=13.74 cores=0,2,4,6,8,10,12,14
/proc/30617/task/30685/stat : 30685 (java) S 30614 30617 23034 0 -1 1077944384 16943 12456 0 0 1358 6 7 3 20 0 22 0 9720218 11395665920 819881 33554432000 4194304 4196468 140728722718624 139864877734128 139865340189314 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 25755648 140728722725569 140728722728343 140728722728343 140728722730959 0
[pid=30617/tid=30686] ppid=30614 vsize=11128580 CPUtime=13.13 cores=0,2,4,6,8,10,12,14
/proc/30617/task/30686/stat : 30686 (java) S 30614 30617 23034 0 -1 1077944384 10328 12456 0 0 1298 5 7 3 20 0 22 0 9720218 11395665920 819881 33554432000 4194304 4196468 140728722718624 139864876681584 139865340189314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25755648 140728722725569 140728722728343 140728722728343 140728722730959 0
[pid=30617/tid=30687] ppid=30614 vsize=11128580 CPUtime=12.58 cores=0,2,4,6,8,10,12,14
/proc/30617/task/30687/stat : 30687 (java) S 30614 30617 23034 0 -1 1077944384 6172 12456 0 0 1244 4 7 3 20 0 22 0 9720218 11395665920 819881 33554432000 4194304 4196468 140728722718624 139864875628528 139865340189314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25755648 140728722725569 140728722728343 140728722728343 140728722730959 0
[pid=30617/tid=30688] ppid=30614 vsize=11128580 CPUtime=6.45 cores=0,2,4,6,8,10,12,14
/proc/30617/task/30688/stat : 30688 (java) S 30614 30617 23034 0 -1 1077944384 17367 12456 0 0 630 5 7 3 20 0 22 0 9720218 11395665920 819881 33554432000 4194304 4196468 140728722718624 139864874575984 139865340189314 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 25755648 140728722725569 140728722728343 140728722728343 140728722730959 0
[pid=30617/tid=30689] ppid=30614 vsize=11128580 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/30617/task/30689/stat : 30689 (java) S 30614 30617 23034 0 -1 1077944384 3 12456 0 0 0 0 7 3 20 0 22 0 9720218 11395665920 819881 33554432000 4194304 4196468 140728722718624 139864873524192 139865340188373 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 25755648 140728722725569 140728722728343 140728722728343 140728722730959 0
[pid=30617/tid=30690] ppid=30614 vsize=11128580 CPUtime=1.37 cores=0,2,4,6,8,10,12,14
/proc/30617/task/30690/stat : 30690 (java) S 30614 30617 23034 0 -1 1077944384 878 12456 0 0 62 65 7 3 20 0 22 0 9720218 11395665920 819881 33554432000 4194304 4196468 140728722718624 139864804682928 139865340189314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25755648 140728722725569 140728722728343 140728722728343 140728722730959 0
Current children cumulated CPU time (s) 2400.42
Current children cumulated vsize (KiB) 11128580

[startup+2282.9 s]
/proc/loadavg: 1.63 1.66 1.54 3/281 30924
/proc/meminfo: memFree=27343752/32770624 swapFree=5756/323348
[pid=30617] ppid=30614 vsize=11128580 CPUtime=2400.72 cores=0,2,4,6,8,10,12,14
/proc/30617/stat : 30617 (java) S 30614 30617 23034 0 -1 1077944320 427166 12456 0 0 238932 1130 7 3 20 0 22 0 9720197 11395665920 819881 33554432000 4194304 4196468 140728722718624 140728722701168 139865340178167 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 25755648 140728722725569 140728722728343 140728722728343 140728722730959 0
/proc/30617/statm: 2782145 819881 3513 1 0 2769700 0
[pid=30617/tid=30672] ppid=30614 vsize=11128580 CPUtime=2261.96 cores=0,2,4,6,8,10,12,14
/proc/30617/task/30672/stat : 30672 (java) S 30614 30617 23034 0 -1 1077944384 261498 12456 0 0 226060 126 7 3 20 0 22 0 9720209 11395665920 819881 33554432000 4194304 4196468 140728722718624 139865344415712 139865340188373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25755648 140728722725569 140728722728343 140728722728343 140728722730959 0
[pid=30617/tid=30673] ppid=30614 vsize=11128580 CPUtime=10.9 cores=0,2,4,6,8,10,12,14
/proc/30617/task/30673/stat : 30673 (java) S 30614 30617 23034 0 -1 1077944384 9293 12456 0 0 969 111 7 3 20 0 22 0 9720210 11395665920 819881 33554432000 4194304 4196468 140728722718624 139865276869648 139865340188373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25755648 140728722725569 140728722728343 140728722728343 140728722730959 0
[pid=30617/tid=30674] ppid=30614 vsize=11128580 CPUtime=10.89 cores=0,2,4,6,8,10,12,14
/proc/30617/task/30674/stat : 30674 (java) S 30614 30617 23034 0 -1 1077944384 13074 12456 0 0 965 114 7 3 20 0 22 0 9720210 11395665920 819881 33554432000 4194304 4196468 140728722718624 139865275817104 139865340188373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25755648 140728722725569 140728722728343 140728722728343 140728722730959 0
[pid=30617/tid=30675] ppid=30614 vsize=11128580 CPUtime=10.75 cores=0,2,4,6,8,10,12,14
/proc/30617/task/30675/stat : 30675 (java) S 30614 30617 23034 0 -1 1077944384 11954 12456 0 0 958 107 7 3 20 0 22 0 9720210 11395665920 819881 33554432000 4194304 4196468 140728722718624 139864945060624 139865340188373 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 25755648 140728722725569 140728722728343 140728722728343 140728722730959 0
[pid=30617/tid=30676] ppid=30614 vsize=11128580 CPUtime=10.85 cores=0,2,4,6,8,10,12,14
/proc/30617/task/30676/stat : 30676 (java) S 30614 30617 23034 0 -1 1077944384 10923 12456 0 0 965 110 7 3 20 0 22 0 9720210 11395665920 819881 33554432000 4194304 4196468 140728722718624 139864944008080 139865340188373 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 25755648 140728722725569 140728722728343 140728722728343 140728722730959 0
[pid=30617/tid=30677] ppid=30614 vsize=11128580 CPUtime=10.8 cores=0,2,4,6,8,10,12,14
/proc/30617/task/30677/stat : 30677 (java) S 30614 30617 23034 0 -1 1077944384 10710 12456 0 0 960 110 7 3 20 0 22 0 9720210 11395665920 819881 33554432000 4194304 4196468 140728722718624 139864942955024 139865340188373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25755648 140728722725569 140728722728343 140728722728343 140728722730959 0
[pid=30617/tid=30678] ppid=30614 vsize=11128580 CPUtime=10.83 cores=0,2,4,6,8,10,12,14
/proc/30617/task/30678/stat : 30678 (java) S 30614 30617 23034 0 -1 1077944384 10636 12456 0 0 963 110 7 3 20 0 22 0 9720210 11395665920 819881 33554432000 4194304 4196468 140728722718624 139864941902480 139865340188373 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 25755648 140728722725569 140728722728343 140728722728343 140728722730959 0
[pid=30617/tid=30679] ppid=30614 vsize=11128580 CPUtime=10.91 cores=0,2,4,6,8,10,12,14
/proc/30617/task/30679/stat : 30679 (java) S 30614 30617 23034 0 -1 1077944384 11507 12456 0 0 969 112 7 3 20 0 22 0 9720210 11395665920 819881 33554432000 4194304 4196468 140728722718624 139864940849424 139865340188373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25755648 140728722725569 140728722728343 140728722728343 140728722730959 0
[pid=30617/tid=30680] ppid=30614 vsize=11128580 CPUtime=10.79 cores=0,2,4,6,8,10,12,14
/proc/30617/task/30680/stat : 30680 (java) S 30614 30617 23034 0 -1 1077944384 9343 12456 0 0 961 108 7 3 20 0 22 0 9720210 11395665920 819881 33554432000 4194304 4196468 140728722718624 139864939796880 139865340188373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25755648 140728722725569 140728722728343 140728722728343 140728722730959 0
[pid=30617/tid=30681] ppid=30614 vsize=11128580 CPUtime=6.02 cores=0,2,4,6,8,10,12,14
/proc/30617/task/30681/stat : 30681 (java) R 30614 30617 23034 0 -1 4202560 24134 12456 0 0 485 107 7 3 20 0 22 0 9720212 11395665920 819881 33554432000 4194304 4196468 140728722718624 139864881943616 139865324534320 0 0 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 25755648 140728722725569 140728722728343 140728722728343 140728722730959 0
[pid=30617/tid=30682] ppid=30614 vsize=11128580 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/30617/task/30682/stat : 30682 (java) S 30614 30617 23034 0 -1 1077944384 58 12456 0 0 0 0 7 3 20 0 22 0 9720213 11395665920 819881 33554432000 4194304 4196468 140728722718624 139864880891584 139865340188373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25755648 140728722725569 140728722728343 140728722728343 140728722730959 0
[pid=30617/tid=30683] ppid=30614 vsize=11128580 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/30617/task/30683/stat : 30683 (java) S 30614 30617 23034 0 -1 1077944384 44 12456 0 0 0 0 7 3 20 0 22 0 9720213 11395665920 819881 33554432000 4194304 4196468 140728722718624 139864879838464 139865340188373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25755648 140728722725569 140728722728343 140728722728343 140728722730959 0
[pid=30617/tid=30684] ppid=30614 vsize=11128580 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/30617/task/30684/stat : 30684 (java) S 30614 30617 23034 0 -1 1077944384 75 12456 0 0 0 0 7 3 20 0 22 0 9720218 11395665920 819881 33554432000 4194304 4196468 140728722718624 139864878787024 139865340196763 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 25755648 140728722725569 140728722728343 140728722728343 140728722730959 0
[pid=30617/tid=30685] ppid=30614 vsize=11128580 CPUtime=13.74 cores=0,2,4,6,8,10,12,14
/proc/30617/task/30685/stat : 30685 (java) S 30614 30617 23034 0 -1 1077944384 16943 12456 0 0 1358 6 7 3 20 0 22 0 9720218 11395665920 819881 33554432000 4194304 4196468 140728722718624 139864877734128 139865340189314 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 25755648 140728722725569 140728722728343 140728722728343 140728722730959 0
[pid=30617/tid=30686] ppid=30614 vsize=11128580 CPUtime=13.13 cores=0,2,4,6,8,10,12,14
/proc/30617/task/30686/stat : 30686 (java) S 30614 30617 23034 0 -1 1077944384 10328 12456 0 0 1298 5 7 3 20 0 22 0 9720218 11395665920 819881 33554432000 4194304 4196468 140728722718624 139864876681584 139865340189314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25755648 140728722725569 140728722728343 140728722728343 140728722730959 0
[pid=30617/tid=30687] ppid=30614 vsize=11128580 CPUtime=12.58 cores=0,2,4,6,8,10,12,14
/proc/30617/task/30687/stat : 30687 (java) S 30614 30617 23034 0 -1 1077944384 6172 12456 0 0 1244 4 7 3 20 0 22 0 9720218 11395665920 819881 33554432000 4194304 4196468 140728722718624 139864875628528 139865340189314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25755648 140728722725569 140728722728343 140728722728343 140728722730959 0
[pid=30617/tid=30688] ppid=30614 vsize=11128580 CPUtime=6.45 cores=0,2,4,6,8,10,12,14
/proc/30617/task/30688/stat : 30688 (java) S 30614 30617 23034 0 -1 1077944384 17367 12456 0 0 630 5 7 3 20 0 22 0 9720218 11395665920 819881 33554432000 4194304 4196468 140728722718624 139864874575984 139865340189314 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 25755648 140728722725569 140728722728343 140728722728343 140728722730959 0
[pid=30617/tid=30689] ppid=30614 vsize=11128580 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/30617/task/30689/stat : 30689 (java) S 30614 30617 23034 0 -1 1077944384 3 12456 0 0 0 0 7 3 20 0 22 0 9720218 11395665920 819881 33554432000 4194304 4196468 140728722718624 139864873524192 139865340188373 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 25755648 140728722725569 140728722728343 140728722728343 140728722730959 0
[pid=30617/tid=30690] ppid=30614 vsize=11128580 CPUtime=1.37 cores=0,2,4,6,8,10,12,14
/proc/30617/task/30690/stat : 30690 (java) S 30614 30617 23034 0 -1 1077944384 878 12456 0 0 62 65 7 3 20 0 22 0 9720218 11395665920 819881 33554432000 4194304 4196468 140728722718624 139864804682928 139865340189314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25755648 140728722725569 140728722728343 140728722728343 140728722730959 0
Current children cumulated CPU time (s) 2400.72
Current children cumulated vsize (KiB) 11128580

Child status: 143
Real time (s): 2282.96
CPU time (s): 2400.84
CPU user time (s): 2389.47
CPU system time (s): 11.3711
CPU usage (%): 105.164
Max. virtual memory (cumulated for all children) (KiB): 11128580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2389.47
system time used= 11.3711
maximum resident set size= 3280012
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 439798
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2648
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 250893
involuntary context switches= 164636

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

The end

Launcher Data

Begin job on node146 at 2017-07-22 19:29:08
IDJOB=4248239
IDBENCH=133232
IDSOLVER=2630
FILE ID=node146/4248239-1500744548
RUNJOBID= node146-1500717875-23065
PBS_JOBID= 20623365
Free space on /tmp= 61768 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/MagicSquare/MagicSquare-sum-s1/MagicSquare-26-sum.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4248239-1500744548/watcher-4248239-1500744548 -o /tmp/evaluation-result-4248239-1500744548/solver-4248239-1500744548 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node146-1500717875-23065 --watchdog 2560  bin/concrete HOME/instance-4248239-1500744548.xml

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

MD5SUM BENCH= 3448e9886530ade698bbe26313ab484d
RANDOM SEED=139723375

node146.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		: 1600.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.96
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.96
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.96
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.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		: 2133.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.96
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		: 1867.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.96
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		: 1600.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.96
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		: 1600.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		: 2267.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.96
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		: 1600.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.96
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.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30699432 kB
MemAvailable:   31037792 kB
Buffers:          161772 kB
Cached:           456280 kB
SwapCached:            0 kB
Active:          1300184 kB
Inactive:         330256 kB
Active(anon):    1016012 kB
Inactive(anon):     8856 kB
Active(file):     284172 kB
Inactive(file):   321400 kB
Unevictable:        5756 kB
Mlocked:            5788 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24464 kB
Writeback:             0 kB
AnonPages:       1018880 kB
Mapped:            44860 kB
Shmem:              8852 kB
Slab:             130552 kB
SReclaimable:      97248 kB
SUnreclaim:        33304 kB
KernelStack:        4528 kB
PageTables:         7732 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1783328 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    833536 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 61744 MiB
End job on node146 at 2017-07-22 20:07:12