Trace number 4244372

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
R1: Concrete 3.4? (TO) 2406.01 2312.9

General information on the benchmark

NameScheduling/Scheduling-fs-taillard/
Taillard-fs-050-05-9.xml
MD5SUMb5db2d1209ce62208741c56e17334157
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark2830
Best CPU time to get the best result obtained on this benchmark2400.12
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of constraints305
Number of domains1
Minimum domain size2882
Maximum domain size2882
Distribution of domain sizes[{"size":2882,"count":300}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":50},{"degree":3,"count":250}]
Minimum constraint arity1
Maximum constraint arity50
Distribution of constraint arities[{"arity":1,"count":50},{"arity":2,"count":250},{"arity":50,"count":5}]
Number of extensional constraints0
Number of intensional constraints300
Distribution of constraint types[{"type":"intension","count":300},{"type":"noOverlap","count":5}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

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

pid=10118
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.84 1.58 1.71 3/262 10121
/proc/meminfo: memFree=30629568/32770624 swapFree=5792/343480
[pid=10121] ppid=10118 vsize=9508 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/10121/stat : 10121 (bash) S 10118 10121 7912 0 -1 4202496 687 1531 0 0 0 0 0 0 20 0 1 0 3791889 9736192 351 33554432000 4194304 5098028 140726790219136 140726790216776 140024258276352 0 0 4100 65536 18446744071580971376 0 0 17 10 0 0 0 0 0 7196144 7232144 35352576 140726790227214 140726790227299 140726790227299 140726790229998 0
/proc/10121/statm: 2377 351 278 221 0 86 0

[startup+0.100189 s]
/proc/loadavg: 1.84 1.58 1.71 3/262 10121
/proc/meminfo: memFree=30629568/32770624 swapFree=5792/343480
[pid=10121] ppid=10118 vsize=9640 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/10121/stat : 10121 (bash) S 10118 10121 7912 0 -1 4202496 885 6411 0 0 0 0 0 1 20 0 1 0 3791889 9871360 378 33554432000 4194304 5098028 140726790219136 140726790213144 140024258276352 0 0 4100 65536 18446744071580971376 0 0 17 10 0 0 0 0 0 7196144 7232144 35352576 140726790227214 140726790227299 140726790227299 140726790229998 0
/proc/10121/statm: 2410 378 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200396 s]
/proc/loadavg: 1.84 1.58 1.71 3/262 10121
/proc/meminfo: memFree=30629568/32770624 swapFree=5792/343480
[pid=10121] ppid=10118 vsize=10435860 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/10121/stat : 10121 (java) S 10118 10121 7912 0 -1 1077944320 4784 12288 0 0 7 1 7 3 20 0 13 0 3791889 10686320640 5140 33554432000 4194304 4196468 140722585823008 140722585805552 140467132329719 0 0 0 16800971 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 21757952 140722585823937 140722585826711 140722585826711 140722585829327 0
/proc/10121/statm: 2608965 5140 2171 1 0 2597403 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 10435860

[startup+0.300256 s]
/proc/loadavg: 1.84 1.58 1.71 3/262 10121
/proc/meminfo: memFree=30629568/32770624 swapFree=5792/343480
[pid=10121] ppid=10118 vsize=10902392 CPUtime=0.35 cores=0,2,4,6,8,10,12,14
/proc/10121/stat : 10121 (java) S 10118 10121 7912 0 -1 1077944320 7978 12288 0 0 23 2 7 3 20 0 20 0 3791889 11164049408 9719 33554432000 4194304 4196468 140722585823008 140722585805552 140467132329719 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 21757952 140722585823937 140722585826711 140722585826711 140722585829327 0
/proc/10121/statm: 2725598 9719 2997 1 0 2713890 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 10902392

[startup+0.700192 s]
/proc/loadavg: 1.84 1.58 1.71 3/262 10121
/proc/meminfo: memFree=30629568/32770624 swapFree=5792/343480
[pid=10121] ppid=10118 vsize=10902720 CPUtime=0.95 cores=0,2,4,6,8,10,12,14
/proc/10121/stat : 10121 (java) S 10118 10121 7912 0 -1 1077944320 12879 12288 0 0 80 5 7 3 20 0 20 0 3791889 11164385280 16208 33554432000 4194304 4196468 140722585823008 140722585805552 140467132329719 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 21757952 140722585823937 140722585826711 140722585826711 140722585829327 0
/proc/10121/statm: 2725680 16208 3218 1 0 2713890 0
Current children cumulated CPU time (s) 0.95
Current children cumulated vsize (KiB) 10902720

[startup+1.50192 s]
/proc/loadavg: 1.84 1.58 1.71 3/282 10194
/proc/meminfo: memFree=30448896/32770624 swapFree=5792/343872
[pid=10121] ppid=10118 vsize=10913344 CPUtime=2.29 cores=0,2,4,6,8,10,12,14
/proc/10121/stat : 10121 (java) S 10118 10121 7912 0 -1 1077944320 26605 12288 0 0 204 15 7 3 20 0 20 0 3791889 11175264256 44043 33554432000 4194304 4196468 140722585823008 140722585805552 140467132329719 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 21757952 140722585823937 140722585826711 140722585826711 140722585829327 0
/proc/10121/statm: 2728336 44043 3401 1 0 2716450 0
[pid=10121/tid=10176] ppid=10118 vsize=10913344 CPUtime=1.41 cores=0,2,4,6,8,10,12,14
/proc/10121/task/10176/stat : 10176 (java) R 10118 10121 7912 0 -1 4202560 19297 12288 0 0 125 6 7 3 20 0 20 0 3791902 11175264256 44043 33554432000 4194304 4196468 140722585823008 140467136560032 140467115505397 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 21757952 140722585823937 140722585826711 140722585826711 140722585829327 0
[pid=10121/tid=10177] ppid=10118 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/10121/task/10177/stat : 10177 (java) S 10118 10121 7912 0 -1 1077944384 23 12288 0 0 1 0 7 3 20 0 20 0 3791903 11175264256 44043 33554432000 4194304 4196468 140722585823008 140467058404368 140467132339925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21757952 140722585823937 140722585826711 140722585826711 140722585829327 0
[pid=10121/tid=10178] ppid=10118 vsize=10913344 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/10121/task/10178/stat : 10178 (java) S 10118 10121 7912 0 -1 1077944384 17 12288 0 0 0 0 7 3 20 0 20 0 3791903 11175264256 44043 33554432000 4194304 4196468 140722585823008 140467057351824 140467132339925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21757952 140722585823937 140722585826711 140722585826711 140722585829327 0
[pid=10121/tid=10179] ppid=10118 vsize=10913344 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/10121/task/10179/stat : 10179 (java) S 10118 10121 7912 0 -1 1077944384 20 12288 0 0 0 0 7 3 20 0 20 0 3791903 11175264256 44043 33554432000 4194304 4196468 140722585823008 140467056298768 140467132339925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21757952 140722585823937 140722585826711 140722585826711 140722585829327 0
[pid=10121/tid=10180] ppid=10118 vsize=10913344 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/10121/task/10180/stat : 10180 (java) S 10118 10121 7912 0 -1 1077944384 129 12288 0 0 0 0 7 3 20 0 20 0 3791903 11175264256 44043 33554432000 4194304 4196468 140722585823008 140467055246224 140467132339925 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 21757952 140722585823937 140722585826711 140722585826711 140722585829327 0
[pid=10121/tid=10181] ppid=10118 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/10121/task/10181/stat : 10181 (java) S 10118 10121 7912 0 -1 1077944384 48 12288 0 0 1 0 7 3 20 0 20 0 3791903 11175264256 44043 33554432000 4194304 4196468 140722585823008 140467054193168 140467132339925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21757952 140722585823937 140722585826711 140722585826711 140722585829327 0
[pid=10121/tid=10182] ppid=10118 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/10121/task/10182/stat : 10182 (java) S 10118 10121 7912 0 -1 1077944384 22 12288 0 0 1 0 7 3 20 0 20 0 3791903 11175264256 44043 33554432000 4194304 4196468 140722585823008 140467053140624 140467132339925 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 21757952 140722585823937 140722585826711 140722585826711 140722585829327 0
[pid=10121/tid=10183] ppid=10118 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/10121/task/10183/stat : 10183 (java) S 10118 10121 7912 0 -1 1077944384 35 12288 0 0 1 0 7 3 20 0 20 0 3791903 11175264256 44043 33554432000 4194304 4196468 140722585823008 140467052087568 140467132339925 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 21757952 140722585823937 140722585826711 140722585826711 140722585829327 0
[pid=10121/tid=10184] ppid=10118 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/10121/task/10184/stat : 10184 (java) S 10118 10121 7912 0 -1 1077944384 35 12288 0 0 1 0 7 3 20 0 20 0 3791903 11175264256 44043 33554432000 4194304 4196468 140722585823008 140467051035024 140467132339925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21757952 140722585823937 140722585826711 140722585826711 140722585829327 0
[pid=10121/tid=10185] ppid=10118 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/10121/task/10185/stat : 10185 (java) S 10118 10121 7912 0 -1 1077944384 731 12288 0 0 1 0 7 3 20 0 20 0 3791905 11175264256 44043 33554432000 4194304 4196468 140722585823008 140466606615280 140467132340866 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21757952 140722585823937 140722585826711 140722585826711 140722585829327 0
[pid=10121/tid=10186] ppid=10118 vsize=10913344 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/10121/task/10186/stat : 10186 (java) S 10118 10121 7912 0 -1 1077944384 56 12288 0 0 0 0 7 3 20 0 20 0 3791906 11175264256 44043 33554432000 4194304 4196468 140722585823008 140466605561568 140467132339925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21757952 140722585823937 140722585826711 140722585826711 140722585829327 0
[pid=10121/tid=10187] ppid=10118 vsize=10913344 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/10121/task/10187/stat : 10187 (java) S 10118 10121 7912 0 -1 1077944384 44 12288 0 0 0 0 7 3 20 0 20 0 3791906 11175264256 44043 33554432000 4194304 4196468 140722585823008 140466604508400 140467132339925 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 21757952 140722585823937 140722585826711 140722585826711 140722585829327 0
[pid=10121/tid=10188] ppid=10118 vsize=10913344 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/10121/task/10188/stat : 10188 (java) S 10118 10121 7912 0 -1 1077944384 1 12288 0 0 0 0 7 3 20 0 20 0 3791910 11175264256 44043 33554432000 4194304 4196468 140722585823008 140466603456976 140467132348315 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 21757952 140722585823937 140722585826711 140722585826711 140722585829327 0
[pid=10121/tid=10189] ppid=10118 vsize=10913344 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/10121/task/10189/stat : 10189 (java) S 10118 10121 7912 0 -1 1077944384 1606 12288 0 0 14 1 7 3 20 0 20 0 3791910 11175264256 44043 33554432000 4194304 4196468 140722585823008 140466602404080 140467132340866 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21757952 140722585823937 140722585826711 140722585826711 140722585829327 0
[pid=10121/tid=10190] ppid=10118 vsize=10913344 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/10121/task/10190/stat : 10190 (java) S 10118 10121 7912 0 -1 1077944384 520 12288 0 0 13 0 7 3 20 0 20 0 3791910 11175264256 44043 33554432000 4194304 4196468 140722585823008 140466601351536 140467132340866 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21757952 140722585823937 140722585826711 140722585826711 140722585829327 0
[pid=10121/tid=10191] ppid=10118 vsize=10913344 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/10121/task/10191/stat : 10191 (java) S 10118 10121 7912 0 -1 1077944384 503 12288 0 0 11 0 7 3 20 0 20 0 3791910 11175264256 44043 33554432000 4194304 4196468 140722585823008 140466600298480 140467132340866 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 21757952 140722585823937 140722585826711 140722585826711 140722585829327 0
[pid=10121/tid=10192] ppid=10118 vsize=10913344 CPUtime=0.37 cores=0,2,4,6,8,10,12,14
/proc/10121/task/10192/stat : 10192 (java) S 10118 10121 7912 0 -1 1077944384 1376 12288 0 0 27 0 7 3 20 0 20 0 3791910 11175264256 44043 33554432000 4194304 4196468 140722585823008 140466599245936 140467132340866 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21757952 140722585823937 140722585826711 140722585826711 140722585829327 0
[pid=10121/tid=10193] ppid=10118 vsize=10913344 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/10121/task/10193/stat : 10193 (java) S 10118 10121 7912 0 -1 1077944384 3 12288 0 0 0 0 7 3 20 0 20 0 3791911 11175264256 44043 33554432000 4194304 4196468 140722585823008 140466598194144 140467132339925 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 21757952 140722585823937 140722585826711 140722585826711 140722585829327 0
[pid=10121/tid=10194] ppid=10118 vsize=10913344 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/10121/task/10194/stat : 10194 (java) S 10118 10121 7912 0 -1 1077944384 6 12288 0 0 0 0 7 3 20 0 20 0 3791911 11175264256 44043 33554432000 4194304 4196468 140722585823008 140466597141680 140467132340866 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 21757952 140722585823937 140722585826711 140722585826711 140722585829327 0
Current children cumulated CPU time (s) 2.29
Current children cumulated vsize (KiB) 10913344

[startup+3.10109 s]
/proc/loadavg: 1.84 1.58 1.71 4/282 10194
/proc/meminfo: memFree=30370908/32770624 swapFree=5792/343864
[pid=10121] ppid=10118 vsize=10925820 CPUtime=6.96 cores=0,2,4,6,8,10,12,14
/proc/10121/stat : 10121 (java) S 10118 10121 7912 0 -1 1077944320 43670 12288 0 0 665 21 7 3 20 0 20 0 3791889 11188039680 58340 33554432000 4194304 4196468 140722585823008 140722585805552 140467132329719 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 21757952 140722585823937 140722585826711 140722585826711 140722585829327 0
/proc/10121/statm: 2731455 58340 3474 1 0 2719010 0
[pid=10121/tid=10176] ppid=10118 vsize=10925820 CPUtime=3.01 cores=0,2,4,6,8,10,12,14
/proc/10121/task/10176/stat : 10176 (java) R 10118 10121 7912 0 -1 4202560 27629 12288 0 0 282 9 7 3 20 0 20 0 3791902 11188039680 58340 33554432000 4194304 4196468 140722585823008 140467136557256 140466720943236 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 21757952 140722585823937 140722585826711 140722585826711 140722585829327 0
[pid=10121/tid=10177] ppid=10118 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/10121/task/10177/stat : 10177 (java) S 10118 10121 7912 0 -1 1077944384 23 12288 0 0 1 0 7 3 20 0 20 0 3791903 11188039680 58340 33554432000 4194304 4196468 140722585823008 140467058404368 140467132339925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21757952 140722585823937 140722585826711 140722585826711 140722585829327 0
[pid=10121/tid=10178] ppid=10118 vsize=10925820 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/10121/task/10178/stat : 10178 (java) S 10118 10121 7912 0 -1 1077944384 17 12288 0 0 0 0 7 3 20 0 20 0 3791903 11188039680 58340 33554432000 4194304 4196468 140722585823008 140467057351824 140467132339925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21757952 140722585823937 140722585826711 140722585826711 140722585829327 0
[pid=10121/tid=10179] ppid=10118 vsize=10925820 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/10121/task/10179/stat : 10179 (java) S 10118 10121 7912 0 -1 1077944384 20 12288 0 0 0 0 7 3 20 0 20 0 3791903 11188039680 58340 33554432000 4194304 4196468 140722585823008 140467056298768 140467132339925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21757952 140722585823937 140722585826711 140722585826711 140722585829327 0
[pid=10121/tid=10180] ppid=10118 vsize=10925820 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/10121/task/10180/stat : 10180 (java) S 10118 10121 7912 0 -1 1077944384 129 12288 0 0 0 0 7 3 20 0 20 0 3791903 11188039680 58340 33554432000 4194304 4196468 140722585823008 140467055246224 140467132339925 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 21757952 140722585823937 140722585826711 140722585826711 140722585829327 0
[pid=10121/tid=10181] ppid=10118 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/10121/task/10181/stat : 10181 (java) S 10118 10121 7912 0 -1 1077944384 48 12288 0 0 1 0 7 3 20 0 20 0 3791903 11188039680 58340 33554432000 4194304 4196468 140722585823008 140467054193168 140467132339925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21757952 140722585823937 140722585826711 140722585826711 140722585829327 0
[pid=10121/tid=10182] ppid=10118 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/10121/task/10182/stat : 10182 (java) S 10118 10121 7912 0 -1 1077944384 22 12288 0 0 1 0 7 3 20 0 20 0 3791903 11188039680 58340 33554432000 4194304 4196468 140722585823008 140467053140624 140467132339925 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 21757952 140722585823937 140722585826711 140722585826711 140722585829327 0
[pid=10121/tid=10183] ppid=10118 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/10121/task/10183/stat : 10183 (java) S 10118 10121 7912 0 -1 1077944384 35 12288 0 0 1 0 7 3 20 0 20 0 3791903 11188039680 58340 33554432000 4194304 4196468 140722585823008 140467052087568 140467132339925 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 21757952 140722585823937 140722585826711 140722585826711 140722585829327 0
[pid=10121/tid=10184] ppid=10118 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/10121/task/10184/stat : 10184 (java) S 10118 10121 7912 0 -1 1077944384 35 12288 0 0 1 0 7 3 20 0 20 0 3791903 11188039680 58340 33554432000 4194304 4196468 140722585823008 140467051035024 140467132339925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21757952 140722585823937 140722585826711 140722585826711 140722585829327 0
[pid=10121/tid=10185] ppid=10118 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/10121/task/10185/stat : 10185 (java) S 10118 10121 7912 0 -1 1077944384 746 12288 0 0 2 0 7 3 20 0 20 0 3791905 11188039680 58340 33554432000 4194304 4196468 140722585823008 140466606615280 140467132340866 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21757952 140722585823937 140722585826711 140722585826711 140722585829327 0
[pid=10121/tid=10186] ppid=10118 vsize=10925820 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/10121/task/10186/stat : 10186 (java) S 10118 10121 7912 0 -1 1077944384 56 12288 0 0 0 0 7 3 20 0 20 0 3791906 11188039680 58340 33554432000 4194304 4196468 140722585823008 140466605561568 140467132339925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21757952 140722585823937 140722585826711 140722585826711 140722585829327 0
[pid=10121/tid=10187] ppid=10118 vsize=10925820 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/10121/task/10187/stat : 10187 (java) S 10118 10121 7912 0 -1 1077944384 44 12288 0 0 0 0 7 3 20 0 20 0 3791906 11188039680 58340 33554432000 4194304 4196468 140722585823008 140466604508400 140467132339925 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 21757952 140722585823937 140722585826711 140722585826711 140722585829327 0
[pid=10121/tid=10188] ppid=10118 vsize=10925820 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/10121/task/10188/stat : 10188 (java) S 10118 10121 7912 0 -1 1077944384 1 12288 0 0 0 0 7 3 20 0 20 0 3791910 11188039680 58340 33554432000 4194304 4196468 140722585823008 140466603456976 140467132348315 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 21757952 140722585823937 140722585826711 140722585826711 140722585829327 0
[pid=10121/tid=10189] ppid=10118 vsize=10925820 CPUtime=0.86 cores=0,2,4,6,8,10,12,14
/proc/10121/task/10189/stat : 10189 (java) R 10118 10121 7912 0 -1 4202560 2795 12288 0 0 75 1 7 3 20 0 20 0 3791910 11188039680 58340 33554432000 4194304 4196468 140722585823008 140466602389584 140467117453251 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 21757952 140722585823937 140722585826711 140722585826711 140722585829327 0
[pid=10121/tid=10190] ppid=10118 vsize=10925820 CPUtime=1.12 cores=0,2,4,6,8,10,12,14
/proc/10121/task/10190/stat : 10190 (java) R 10118 10121 7912 0 -1 4202560 3663 12288 0 0 101 1 7 3 20 0 20 0 3791910 11188039680 58340 33554432000 4194304 4196468 140722585823008 140466601336656 140467110352257 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 21757952 140722585823937 140722585826711 140722585826711 140722585829327 0
[pid=10121/tid=10191] ppid=10118 vsize=10925820 CPUtime=0.81 cores=0,2,4,6,8,10,12,14
/proc/10121/task/10191/stat : 10191 (java) R 10118 10121 7912 0 -1 4202560 1767 12288 0 0 70 1 7 3 20 0 20 0 3791910 11188039680 58340 33554432000 4194304 4196468 140722585823008 140466600298400 140467112965934 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 21757952 140722585823937 140722585826711 140722585826711 140722585829327 0
[pid=10121/tid=10192] ppid=10118 vsize=10925820 CPUtime=1.35 cores=0,2,4,6,8,10,12,14
/proc/10121/task/10192/stat : 10192 (java) S 10118 10121 7912 0 -1 1077944384 4495 12288 0 0 123 2 7 3 20 0 20 0 3791910 11188039680 58340 33554432000 4194304 4196468 140722585823008 140466599245936 140467132340866 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21757952 140722585823937 140722585826711 140722585826711 140722585829327 0
[pid=10121/tid=10193] ppid=10118 vsize=10925820 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/10121/task/10193/stat : 10193 (java) S 10118 10121 7912 0 -1 1077944384 3 12288 0 0 0 0 7 3 20 0 20 0 3791911 11188039680 58340 33554432000 4194304 4196468 140722585823008 140466598194144 140467132339925 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 21757952 140722585823937 140722585826711 140722585826711 140722585829327 0
[pid=10121/tid=10194] ppid=10118 vsize=10925820 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/10121/task/10194/stat : 10194 (java) S 10118 10121 7912 0 -1 1077944384 9 12288 0 0 0 0 7 3 20 0 20 0 3791911 11188039680 58340 33554432000 4194304 4196468 140722585823008 140466597141680 140467132340866 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21757952 140722585823937 140722585826711 140722585826711 140722585829327 0
Current children cumulated CPU time (s) 6.96
Current children cumulated vsize (KiB) 10925820

[startup+6.30114 s]
/proc/loadavg: 1.94 1.61 1.72 6/282 10194
/proc/meminfo: memFree=29978420/32770624 swapFree=5792/343876
[pid=10121] ppid=10118 vsize=10927868 CPUtime=16.94 cores=0,2,4,6,8,10,12,14
/proc/10121/stat : 10121 (java) S 10118 10121 7912 0 -1 1077944320 62051 12288 0 0 1604 80 7 3 20 0 20 0 3791889 11190136832 117378 33554432000 4194304 4196468 140722585823008 140722585805552 140467132329719 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 21757952 140722585823937 140722585826711 140722585826711 140722585829327 0
/proc/10121/statm: 2731967 117378 3499 1 0 2719522 0
[pid=10121/tid=10176] ppid=10118 vsize=10927868 CPUtime=6.01 cores=0,2,4,6,8,10,12,14
/proc/10121/task/10176/stat : 10176 (java) R 10118 10121 7912 0 -1 4202560 30662 12288 0 0 580 11 7 3 20 0 20 0 3791902 11190136832 117378 33554432000 4194304 4196468 140722585823008 140467136561800 140466727147303 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21757952 140722585823937 140722585826711 140722585826711 140722585829327 0
[pid=10121/tid=10177] ppid=10118 vsize=10927868 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/10121/task/10177/stat : 10177 (java) S 10118 10121 7912 0 -1 1077944384 156 12288 0 0 9 7 7 3 20 0 20 0 3791903 11190136832 117378 33554432000 4194304 4196468 140722585823008 140467058404368 140467132339925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21757952 140722585823937 140722585826711 140722585826711 140722585829327 0
[pid=10121/tid=10178] ppid=10118 vsize=10927868 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/10121/task/10178/stat : 10178 (java) S 10118 10121 7912 0 -1 1077944384 200 12288 0 0 10 8 7 3 20 0 20 0 3791903 11190136832 117378 33554432000 4194304 4196468 140722585823008 140467057351824 140467132339925 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 21757952 140722585823937 140722585826711 140722585826711 140722585829327 0
[pid=10121/tid=10179] ppid=10118 vsize=10927868 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/10121/task/10179/stat : 10179 (java) S 10118 10121 7912 0 -1 1077944384 224 12288 0 0 10 7 7 3 20 0 20 0 3791903 11190136832 117378 33554432000 4194304 4196468 140722585823008 140467056298768 140467132339925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21757952 140722585823937 140722585826711 140722585826711 140722585829327 0
[pid=10121/tid=10180] ppid=10118 vsize=10927868 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/10121/task/10180/stat : 10180 (java) S 10118 10121 7912 0 -1 1077944384 297 12288 0 0 9 7 7 3 20 0 20 0 3791903 11190136832 117378 33554432000 4194304 4196468 140722585823008 140467055246224 140467132339925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21757952 140722585823937 140722585826711 140722585826711 140722585829327 0
[pid=10121/tid=10181] ppid=10118 vsize=10927868 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/10121/task/10181/stat : 10181 (java) S 10118 10121 7912 0 -1 1077944384 211 12288 0 0 9 7 7 3 20 0 20 0 3791903 11190136832 117378 33554432000 4194304 4196468 140722585823008 140467054193168 140467132339925 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 21757952 140722585823937 140722585826711 140722585826711 140722585829327 0
[pid=10121/tid=10182] ppid=10118 vsize=10927868 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/10121/task/10182/stat : 10182 (java) S 10118 10121 7912 0 -1 1077944384 142 12288 0 0 9 6 7 3 20 0 20 0 3791903 11190136832 117378 33554432000 4194304 4196468 140722585823008 140467053140624 140467132339925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21757952 140722585823937 140722585826711 140722585826711 140722585829327 0
[pid=10121/tid=10183] ppid=10118 vsize=10927868 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/10121/task/10183/stat : 10183 (java) S 10118 10121 7912 0 -1 1077944384 635 12288 0 0 11 6 7 3 20 0 20 0 3791903 11190136832 117378 33554432000 4194304 4196468 140722585823008 140467052087568 140467132339925 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 21757952 140722585823937 140722585826711 140722585826711 140722585829327 0
[pid=10121/tid=10184] ppid=10118 vsize=10927868 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/10121/task/10184/stat : 10184 (java) S 10118 10121 7912 0 -1 1077944384 202 12288 0 0 11 7 7 3 20 0 20 0 3791903 11190136832 117378 33554432000 4194304 4196468 140722585823008 140467051035024 140467132339925 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 21757952 140722585823937 140722585826711 140722585826711 140722585829327 0
[pid=10121/tid=10185] ppid=10118 vsize=10927868 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/10121/task/10185/stat : 10185 (java) S 10118 10121 7912 0 -1 1077944384 1239 12288 0 0 3 0 7 3 20 0 20 0 3791905 11190136832 117378 33554432000 4194304 4196468 140722585823008 140466606615280 140467132340866 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21757952 140722585823937 140722585826711 140722585826711 140722585829327 0
[pid=10121/tid=10186] ppid=10118 vsize=10927868 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/10121/task/10186/stat : 10186 (java) S 10118 10121 7912 0 -1 1077944384 56 12288 0 0 0 0 7 3 20 0 20 0 3791906 11190136832 117378 33554432000 4194304 4196468 140722585823008 140466605561568 140467132339925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21757952 140722585823937 140722585826711 140722585826711 140722585829327 0
[pid=10121/tid=10187] ppid=10118 vsize=10927868 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/10121/task/10187/stat : 10187 (java) S 10118 10121 7912 0 -1 1077944384 44 12288 0 0 0 0 7 3 20 0 20 0 3791906 11190136832 117378 33554432000 4194304 4196468 140722585823008 140466604508416 140467132339925 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 21757952 140722585823937 140722585826711 140722585826711 140722585829327 0
[pid=10121/tid=10188] ppid=10118 vsize=10927868 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/10121/task/10188/stat : 10188 (java) S 10118 10121 7912 0 -1 1077944384 1 12288 0 0 0 0 7 3 20 0 20 0 3791910 11190136832 117378 33554432000 4194304 4196468 140722585823008 140466603456976 140467132348315 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 21757952 140722585823937 140722585826711 140722585826711 140722585829327 0
[pid=10121/tid=10189] ppid=10118 vsize=10927868 CPUtime=2.67 cores=0,2,4,6,8,10,12,14
/proc/10121/task/10189/stat : 10189 (java) S 10118 10121 7912 0 -1 1077944384 6464 12288 0 0 256 1 7 3 20 0 20 0 3791910 11190136832 117378 33554432000 4194304 4196468 140722585823008 140466602404080 140467132340866 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 21757952 140722585823937 140722585826711 140722585826711 140722585829327 0
[pid=10121/tid=10190] ppid=10118 vsize=10927868 CPUtime=2.83 cores=0,2,4,6,8,10,12,14
/proc/10121/task/10190/stat : 10190 (java) S 10118 10121 7912 0 -1 1077944384 7589 12288 0 0 271 2 7 3 20 0 20 0 3791910 11190136832 117378 33554432000 4194304 4196468 140722585823008 140466601351536 140467132340866 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 21757952 140722585823937 140722585826711 140722585826711 140722585829327 0
[pid=10121/tid=10191] ppid=10118 vsize=10927868 CPUtime=2.5 cores=0,2,4,6,8,10,12,14
/proc/10121/task/10191/stat : 10191 (java) S 10118 10121 7912 0 -1 1077944384 5073 12288 0 0 237 3 7 3 20 0 20 0 3791910 11190136832 117378 33554432000 4194304 4196468 140722585823008 140466600298480 140467132340866 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21757952 140722585823937 140722585826711 140722585826711 140722585829327 0
[pid=10121/tid=10192] ppid=10118 vsize=10927868 CPUtime=1.85 cores=0,2,4,6,8,10,12,14
/proc/10121/task/10192/stat : 10192 (java) S 10118 10121 7912 0 -1 1077944384 6594 12288 0 0 173 2 7 3 20 0 20 0 3791910 11190136832 117378 33554432000 4194304 4196468 140722585823008 140466599245936 140467132340866 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21757952 140722585823937 140722585826711 140722585826711 140722585829327 0
[pid=10121/tid=10193] ppid=10118 vsize=10927868 CPUtime=0.1 cores=0,2,4,6,8,10,12,14

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

Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2312 s]
/proc/loadavg: 1.48 1.44 1.44 3/281 10337
/proc/meminfo: memFree=27816696/32770624 swapFree=5792/372604
[pid=10121] ppid=10118 vsize=10997500 CPUtime=2400.09 cores=0,2,4,6,8,10,12,14
/proc/10121/stat : 10121 (java) S 10118 10121 7912 0 -1 1077944320 419833 12288 0 0 239463 536 7 3 20 0 20 0 3791889 11261440000 512169 33554432000 4194304 4196468 140722585823008 140722585805552 140467132329719 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 21757952 140722585823937 140722585826711 140722585826711 140722585829327 0
/proc/10121/statm: 2749375 512169 3518 1 0 2736930 0
[pid=10121/tid=10176] ppid=10118 vsize=10997500 CPUtime=2291.53 cores=0,2,4,6,8,10,12,14
/proc/10121/task/10176/stat : 10176 (java) R 10118 10121 7912 0 -1 4202560 152310 12288 0 0 229074 69 7 3 20 0 20 0 3791902 11261440000 512169 33554432000 4194304 4196468 140722585823008 140467136564000 140466741172706 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21757952 140722585823937 140722585826711 140722585826711 140722585829327 0
[pid=10121/tid=10177] ppid=10118 vsize=10997500 CPUtime=10.52 cores=0,2,4,6,8,10,12,14
/proc/10121/task/10177/stat : 10177 (java) S 10118 10121 7912 0 -1 1077944384 20152 12288 0 0 994 48 7 3 20 0 20 0 3791903 11261440000 512169 33554432000 4194304 4196468 140722585823008 140467058404368 140467132339925 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 21757952 140722585823937 140722585826711 140722585826711 140722585829327 0
[pid=10121/tid=10178] ppid=10118 vsize=10997500 CPUtime=10.47 cores=0,2,4,6,8,10,12,14
/proc/10121/task/10178/stat : 10178 (java) S 10118 10121 7912 0 -1 1077944384 20633 12288 0 0 988 49 7 3 20 0 20 0 3791903 11261440000 512169 33554432000 4194304 4196468 140722585823008 140467057351824 140467132339925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21757952 140722585823937 140722585826711 140722585826711 140722585829327 0
[pid=10121/tid=10179] ppid=10118 vsize=10997500 CPUtime=10.55 cores=0,2,4,6,8,10,12,14
/proc/10121/task/10179/stat : 10179 (java) S 10118 10121 7912 0 -1 1077944384 16140 12288 0 0 998 47 7 3 20 0 20 0 3791903 11261440000 512169 33554432000 4194304 4196468 140722585823008 140467056298768 140467132339925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21757952 140722585823937 140722585826711 140722585826711 140722585829327 0
[pid=10121/tid=10180] ppid=10118 vsize=10997500 CPUtime=10.45 cores=0,2,4,6,8,10,12,14
/proc/10121/task/10180/stat : 10180 (java) S 10118 10121 7912 0 -1 1077944384 21510 12288 0 0 990 45 7 3 20 0 20 0 3791903 11261440000 512169 33554432000 4194304 4196468 140722585823008 140467055246224 140467132339925 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 21757952 140722585823937 140722585826711 140722585826711 140722585829327 0
[pid=10121/tid=10181] ppid=10118 vsize=10997500 CPUtime=10.52 cores=0,2,4,6,8,10,12,14
/proc/10121/task/10181/stat : 10181 (java) S 10118 10121 7912 0 -1 1077944384 21009 12288 0 0 996 46 7 3 20 0 20 0 3791903 11261440000 512169 33554432000 4194304 4196468 140722585823008 140467054193168 140467132339925 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 21757952 140722585823937 140722585826711 140722585826711 140722585829327 0
[pid=10121/tid=10182] ppid=10118 vsize=10997500 CPUtime=10.49 cores=0,2,4,6,8,10,12,14
/proc/10121/task/10182/stat : 10182 (java) S 10118 10121 7912 0 -1 1077944384 23063 12288 0 0 990 49 7 3 20 0 20 0 3791903 11261440000 512169 33554432000 4194304 4196468 140722585823008 140467053140624 140467132339925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21757952 140722585823937 140722585826711 140722585826711 140722585829327 0
[pid=10121/tid=10183] ppid=10118 vsize=10997500 CPUtime=10.59 cores=0,2,4,6,8,10,12,14
/proc/10121/task/10183/stat : 10183 (java) S 10118 10121 7912 0 -1 1077944384 17657 12288 0 0 1000 49 7 3 20 0 20 0 3791903 11261440000 512169 33554432000 4194304 4196468 140722585823008 140467052087568 140467132339925 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 21757952 140722585823937 140722585826711 140722585826711 140722585829327 0
[pid=10121/tid=10184] ppid=10118 vsize=10997500 CPUtime=10.52 cores=0,2,4,6,8,10,12,14
/proc/10121/task/10184/stat : 10184 (java) S 10118 10121 7912 0 -1 1077944384 25019 12288 0 0 991 51 7 3 20 0 20 0 3791903 11261440000 512169 33554432000 4194304 4196468 140722585823008 140467051035024 140467132339925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21757952 140722585823937 140722585826711 140722585826711 140722585829327 0
[pid=10121/tid=10185] ppid=10118 vsize=10997500 CPUtime=6.24 cores=0,2,4,6,8,10,12,14
/proc/10121/task/10185/stat : 10185 (java) S 10118 10121 7912 0 -1 1077944384 32455 12288 0 0 568 46 7 3 20 0 20 0 3791905 11261440000 512169 33554432000 4194304 4196468 140722585823008 140466606615280 140467132340866 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21757952 140722585823937 140722585826711 140722585826711 140722585829327 0
[pid=10121/tid=10186] ppid=10118 vsize=10997500 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/10121/task/10186/stat : 10186 (java) S 10118 10121 7912 0 -1 1077944384 61 12288 0 0 0 0 7 3 20 0 20 0 3791906 11261440000 512169 33554432000 4194304 4196468 140722585823008 140466605561568 140467132339925 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 21757952 140722585823937 140722585826711 140722585826711 140722585829327 0
[pid=10121/tid=10187] ppid=10118 vsize=10997500 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/10121/task/10187/stat : 10187 (java) S 10118 10121 7912 0 -1 1077944384 49 12288 0 0 0 0 7 3 20 0 20 0 3791906 11261440000 512169 33554432000 4194304 4196468 140722585823008 140466604508416 140467132339925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21757952 140722585823937 140722585826711 140722585826711 140722585829327 0
[pid=10121/tid=10188] ppid=10118 vsize=10997500 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/10121/task/10188/stat : 10188 (java) S 10118 10121 7912 0 -1 1077944384 1 12288 0 0 0 0 7 3 20 0 20 0 3791910 11261440000 512169 33554432000 4194304 4196468 140722585823008 140466603456976 140467132348315 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 21757952 140722585823937 140722585826711 140722585826711 140722585829327 0
[pid=10121/tid=10189] ppid=10118 vsize=10997500 CPUtime=5.25 cores=0,2,4,6,8,10,12,14
/proc/10121/task/10189/stat : 10189 (java) S 10118 10121 7912 0 -1 1077944384 11845 12288 0 0 512 3 7 3 20 0 20 0 3791910 11261440000 512169 33554432000 4194304 4196468 140722585823008 140466602404080 140467132340866 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 21757952 140722585823937 140722585826711 140722585826711 140722585829327 0
[pid=10121/tid=10190] ppid=10118 vsize=10997500 CPUtime=5.44 cores=0,2,4,6,8,10,12,14
/proc/10121/task/10190/stat : 10190 (java) S 10118 10121 7912 0 -1 1077944384 19749 12288 0 0 529 5 7 3 20 0 20 0 3791910 11261440000 512169 33554432000 4194304 4196468 140722585823008 140466601351536 140467132340866 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21757952 140722585823937 140722585826711 140722585826711 140722585829327 0
[pid=10121/tid=10191] ppid=10118 vsize=10997500 CPUtime=4.7 cores=0,2,4,6,8,10,12,14
/proc/10121/task/10191/stat : 10191 (java) S 10118 10121 7912 0 -1 1077944384 12715 12288 0 0 455 5 7 3 20 0 20 0 3791910 11261440000 512169 33554432000 4194304 4196468 140722585823008 140466600298480 140467132340866 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 21757952 140722585823937 140722585826711 140722585826711 140722585829327 0
[pid=10121/tid=10192] ppid=10118 vsize=10997500 CPUtime=2.67 cores=0,2,4,6,8,10,12,14
/proc/10121/task/10192/stat : 10192 (java) S 10118 10121 7912 0 -1 1077944384 20836 12288 0 0 253 4 7 3 20 0 20 0 3791910 11261440000 512169 33554432000 4194304 4196468 140722585823008 140466599245936 140467132340866 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21757952 140722585823937 140722585826711 140722585826711 140722585829327 0
[pid=10121/tid=10193] ppid=10118 vsize=10997500 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/10121/task/10193/stat : 10193 (java) S 10118 10121 7912 0 -1 1077944384 3 12288 0 0 0 0 7 3 20 0 20 0 3791911 11261440000 512169 33554432000 4194304 4196468 140722585823008 140466598194144 140467132339925 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 21757952 140722585823937 140722585826711 140722585826711 140722585829327 0
[pid=10121/tid=10194] ppid=10118 vsize=10997500 CPUtime=1.39 cores=0,2,4,6,8,10,12,14
/proc/10121/task/10194/stat : 10194 (java) S 10118 10121 7912 0 -1 1077944384 2493 12288 0 0 67 62 7 3 20 0 20 0 3791911 11261440000 512169 33554432000 4194304 4196468 140722585823008 140466597141680 140467132340866 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21757952 140722585823937 140722585826711 140722585826711 140722585829327 0
Current children cumulated CPU time (s) 2400.09
Current children cumulated vsize (KiB) 10997500

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

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

[startup+2312.3 s]
/proc/loadavg: 1.48 1.44 1.44 3/281 10337
/proc/meminfo: memFree=27816696/32770624 swapFree=5792/372604
[pid=10121] ppid=10118 vsize=11130628 CPUtime=2402.02 cores=0,2,4,6,8,10,12,14
/proc/10121/stat : 10121 (java) S 10118 10121 7912 0 -1 1077944320 432983 12288 0 0 239653 539 7 3 20 0 22 0 3791889 11397763072 514918 33554432000 4194304 4196468 140722585823008 140722585805552 140467132329719 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 21757952 140722585823937 140722585826711 140722585826711 140722585829327 0
/proc/10121/statm: 2782657 514918 3518 1 0 2770212 0
[pid=10121/tid=10176] ppid=10118 vsize=11130628 CPUtime=2291.54 cores=0,2,4,6,8,10,12,14
/proc/10121/task/10176/stat : 10176 (java) S 10118 10121 7912 0 -1 1077944384 153475 12288 0 0 229075 69 7 3 20 0 22 0 3791902 11397763072 514918 33554432000 4194304 4196468 140722585823008 140467136567264 140467132339925 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21757952 140722585823937 140722585826711 140722585826711 140722585829327 0
[pid=10121/tid=10177] ppid=10118 vsize=11130628 CPUtime=10.75 cores=0,2,4,6,8,10,12,14
/proc/10121/task/10177/stat : 10177 (java) R 10118 10121 7912 0 -1 4202560 20249 12288 0 0 1017 48 7 3 20 0 22 0 3791903 11397763072 514918 33554432000 4194304 4196468 140722585823008 140467058404488 140467118088541 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 21757952 140722585823937 140722585826711 140722585826711 140722585829327 0
[pid=10121/tid=10178] ppid=10118 vsize=11130628 CPUtime=10.71 cores=0,2,4,6,8,10,12,14
/proc/10121/task/10178/stat : 10178 (java) R 10118 10121 7912 0 -1 4202560 20714 12288 0 0 1012 49 7 3 20 0 22 0 3791903 11397763072 514918 33554432000 4194304 4196468 140722585823008 140467057352024 140467117325701 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21757952 140722585823937 140722585826711 140722585826711 140722585829327 0
[pid=10121/tid=10179] ppid=10118 vsize=11130628 CPUtime=10.78 cores=0,2,4,6,8,10,12,14
/proc/10121/task/10179/stat : 10179 (java) R 10118 10121 7912 0 -1 4202560 16193 12288 0 0 1021 47 7 3 20 0 22 0 3791903 11397763072 514918 33554432000 4194304 4196468 140722585823008 140467056298888 140467124957927 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21757952 140722585823937 140722585826711 140722585826711 140722585829327 0
[pid=10121/tid=10180] ppid=10118 vsize=11130628 CPUtime=10.69 cores=0,2,4,6,8,10,12,14
/proc/10121/task/10180/stat : 10180 (java) R 10118 10121 7912 0 -1 4202560 21530 12288 0 0 1013 46 7 3 20 0 22 0 3791903 11397763072 514918 33554432000 4194304 4196468 140722585823008 140467055246344 140467124957927 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 21757952 140722585823937 140722585826711 140722585826711 140722585829327 0
[pid=10121/tid=10181] ppid=10118 vsize=11130628 CPUtime=10.76 cores=0,2,4,6,8,10,12,14
/proc/10121/task/10181/stat : 10181 (java) R 10118 10121 7912 0 -1 4202560 21061 12288 0 0 1020 46 7 3 20 0 22 0 3791903 11397763072 514918 33554432000 4194304 4196468 140722585823008 140467054193288 140467124957927 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 21757952 140722585823937 140722585826711 140722585826711 140722585829327 0
[pid=10121/tid=10182] ppid=10118 vsize=11130628 CPUtime=10.71 cores=0,2,4,6,8,10,12,14
/proc/10121/task/10182/stat : 10182 (java) R 10118 10121 7912 0 -1 4202560 23073 12288 0 0 1012 49 7 3 20 0 22 0 3791903 11397763072 514918 33554432000 4194304 4196468 140722585823008 140467053140432 140467124957927 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21757952 140722585823937 140722585826711 140722585826711 140722585829327 0
[pid=10121/tid=10183] ppid=10118 vsize=11130628 CPUtime=10.82 cores=0,2,4,6,8,10,12,14
/proc/10121/task/10183/stat : 10183 (java) R 10118 10121 7912 0 -1 4202560 17676 12288 0 0 1023 49 7 3 20 0 22 0 3791903 11397763072 514918 33554432000 4194304 4196468 140722585823008 140467052087376 140467124957927 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 21757952 140722585823937 140722585826711 140722585826711 140722585829327 0
[pid=10121/tid=10184] ppid=10118 vsize=11130628 CPUtime=10.75 cores=0,2,4,6,8,10,12,14
/proc/10121/task/10184/stat : 10184 (java) R 10118 10121 7912 0 -1 4202560 25037 12288 0 0 1014 51 7 3 20 0 22 0 3791903 11397763072 514918 33554432000 4194304 4196468 140722585823008 140467051035144 140467124957927 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21757952 140722585823937 140722585826711 140722585826711 140722585829327 0
[pid=10121/tid=10185] ppid=10118 vsize=11130628 CPUtime=6.29 cores=0,2,4,6,8,10,12,14
/proc/10121/task/10185/stat : 10185 (java) S 10118 10121 7912 0 -1 1077944384 43517 12288 0 0 573 46 7 3 20 0 22 0 3791905 11397763072 514918 33554432000 4194304 4196468 140722585823008 140466606613904 140467132339925 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21757952 140722585823937 140722585826711 140722585826711 140722585829327 0
[pid=10121/tid=10186] ppid=10118 vsize=11130628 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/10121/task/10186/stat : 10186 (java) S 10118 10121 7912 0 -1 1077944384 61 12288 0 0 0 0 7 3 20 0 22 0 3791906 11397763072 514918 33554432000 4194304 4196468 140722585823008 140466605561568 140467132339925 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 21757952 140722585823937 140722585826711 140722585826711 140722585829327 0
[pid=10121/tid=10187] ppid=10118 vsize=11130628 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/10121/task/10187/stat : 10187 (java) S 10118 10121 7912 0 -1 1077944384 49 12288 0 0 0 0 7 3 20 0 22 0 3791906 11397763072 514918 33554432000 4194304 4196468 140722585823008 140466604508416 140467132339925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21757952 140722585823937 140722585826711 140722585826711 140722585829327 0
[pid=10121/tid=10188] ppid=10118 vsize=11130628 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/10121/task/10188/stat : 10188 (java) S 10118 10121 7912 0 -1 1077944384 224 12288 0 0 0 0 7 3 20 0 22 0 3791910 11397763072 514918 33554432000 4194304 4196468 140722585823008 140466603456976 140467132348315 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21757952 140722585823937 140722585826711 140722585826711 140722585829327 0
[pid=10121/tid=10189] ppid=10118 vsize=11130628 CPUtime=5.25 cores=0,2,4,6,8,10,12,14
/proc/10121/task/10189/stat : 10189 (java) S 10118 10121 7912 0 -1 1077944384 11845 12288 0 0 512 3 7 3 20 0 22 0 3791910 11397763072 514918 33554432000 4194304 4196468 140722585823008 140466602404080 140467132340866 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 21757952 140722585823937 140722585826711 140722585826711 140722585829327 0
[pid=10121/tid=10190] ppid=10118 vsize=11130628 CPUtime=5.44 cores=0,2,4,6,8,10,12,14
/proc/10121/task/10190/stat : 10190 (java) S 10118 10121 7912 0 -1 1077944384 19749 12288 0 0 529 5 7 3 20 0 22 0 3791910 11397763072 514918 33554432000 4194304 4196468 140722585823008 140466601351536 140467132340866 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21757952 140722585823937 140722585826711 140722585826711 140722585829327 0
[pid=10121/tid=10191] ppid=10118 vsize=11130628 CPUtime=4.7 cores=0,2,4,6,8,10,12,14
/proc/10121/task/10191/stat : 10191 (java) S 10118 10121 7912 0 -1 1077944384 12715 12288 0 0 455 5 7 3 20 0 22 0 3791910 11397763072 514918 33554432000 4194304 4196468 140722585823008 140466600298480 140467132340866 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 21757952 140722585823937 140722585826711 140722585826711 140722585829327 0
[pid=10121/tid=10192] ppid=10118 vsize=11130628 CPUtime=2.67 cores=0,2,4,6,8,10,12,14
/proc/10121/task/10192/stat : 10192 (java) S 10118 10121 7912 0 -1 1077944384 20836 12288 0 0 253 4 7 3 20 0 22 0 3791910 11397763072 514918 33554432000 4194304 4196468 140722585823008 140466599245936 140467132340866 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21757952 140722585823937 140722585826711 140722585826711 140722585829327 0
[pid=10121/tid=10193] ppid=10118 vsize=11130628 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/10121/task/10193/stat : 10193 (java) S 10118 10121 7912 0 -1 1077944384 3 12288 0 0 0 0 7 3 20 0 22 0 3791911 11397763072 514918 33554432000 4194304 4196468 140722585823008 140466598194144 140467132339925 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 21757952 140722585823937 140722585826711 140722585826711 140722585829327 0
[pid=10121/tid=10194] ppid=10118 vsize=11130628 CPUtime=1.39 cores=0,2,4,6,8,10,12,14
/proc/10121/task/10194/stat : 10194 (java) S 10118 10121 7912 0 -1 1077944384 2493 12288 0 0 67 62 7 3 20 0 22 0 3791911 11397763072 514918 33554432000 4194304 4196468 140722585823008 140466597141680 140467132340866 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21757952 140722585823937 140722585826711 140722585826711 140722585829327 0
Current children cumulated CPU time (s) 2402.02
Current children cumulated vsize (KiB) 11130628

[startup+2312.7 s]
/proc/loadavg: 1.48 1.44 1.44 10/283 10339
/proc/meminfo: memFree=27805820/32770624 swapFree=5792/372604
[pid=10121] ppid=10118 vsize=11130628 CPUtime=2404.84 cores=0,2,4,6,8,10,12,14
/proc/10121/stat : 10121 (java) S 10118 10121 7912 0 -1 1077944320 433199 12288 0 0 239934 540 7 3 20 0 22 0 3791889 11397763072 514972 33554432000 4194304 4196468 140722585823008 140722585805552 140467132329719 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 21757952 140722585823937 140722585826711 140722585826711 140722585829327 0
/proc/10121/statm: 2782657 514972 3518 1 0 2770212 0
[pid=10121/tid=10176] ppid=10118 vsize=11130628 CPUtime=2291.54 cores=0,2,4,6,8,10,12,14
/proc/10121/task/10176/stat : 10176 (java) S 10118 10121 7912 0 -1 1077944384 153475 12288 0 0 229075 69 7 3 20 0 22 0 3791902 11397763072 514972 33554432000 4194304 4196468 140722585823008 140467136567264 140467132339925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21757952 140722585823937 140722585826711 140722585826711 140722585829327 0
[pid=10121/tid=10177] ppid=10118 vsize=11130628 CPUtime=11.08 cores=0,2,4,6,8,10,12,14
/proc/10121/task/10177/stat : 10177 (java) R 10118 10121 7912 0 -1 4202560 20253 12288 0 0 1050 48 7 3 20 0 22 0 3791903 11397763072 514972 33554432000 4194304 4196468 140722585823008 140467058404568 140467117028557 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21757952 140722585823937 140722585826711 140722585826711 140722585829327 0
[pid=10121/tid=10178] ppid=10118 vsize=11130628 CPUtime=11.06 cores=0,2,4,6,8,10,12,14
/proc/10121/task/10178/stat : 10178 (java) R 10118 10121 7912 0 -1 4202560 20718 12288 0 0 1047 49 7 3 20 0 22 0 3791903 11397763072 514972 33554432000 4194304 4196468 140722585823008 140467057352024 140467116787341 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 21757952 140722585823937 140722585826711 140722585826711 140722585829327 0
[pid=10121/tid=10179] ppid=10118 vsize=11130628 CPUtime=11.14 cores=0,2,4,6,8,10,12,14
/proc/10121/task/10179/stat : 10179 (java) R 10118 10121 7912 0 -1 4202560 16198 12288 0 0 1057 47 7 3 20 0 22 0 3791903 11397763072 514972 33554432000 4194304 4196468 140722585823008 140467056298968 140467116787187 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21757952 140722585823937 140722585826711 140722585826711 140722585829327 0
[pid=10121/tid=10180] ppid=10118 vsize=11130628 CPUtime=11.05 cores=0,2,4,6,8,10,12,14
/proc/10121/task/10180/stat : 10180 (java) R 10118 10121 7912 0 -1 4202560 21536 12288 0 0 1049 46 7 3 20 0 22 0 3791903 11397763072 514972 33554432000 4194304 4196468 140722585823008 140467055246424 140467116787288 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 21757952 140722585823937 140722585826711 140722585826711 140722585829327 0
[pid=10121/tid=10181] ppid=10118 vsize=11130628 CPUtime=11.11 cores=0,2,4,6,8,10,12,14
/proc/10121/task/10181/stat : 10181 (java) R 10118 10121 7912 0 -1 4202560 21066 12288 0 0 1055 46 7 3 20 0 22 0 3791903 11397763072 514972 33554432000 4194304 4196468 140722585823008 140467054193368 140467113939405 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 21757952 140722585823937 140722585826711 140722585826711 140722585829327 0
[pid=10121/tid=10182] ppid=10118 vsize=11130628 CPUtime=11.07 cores=0,2,4,6,8,10,12,14
/proc/10121/task/10182/stat : 10182 (java) R 10118 10121 7912 0 -1 4202560 23082 12288 0 0 1048 49 7 3 20 0 22 0 3791903 11397763072 514972 33554432000 4194304 4196468 140722585823008 140467053140824 140467116787266 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21757952 140722585823937 140722585826711 140722585826711 140722585829327 0
[pid=10121/tid=10183] ppid=10118 vsize=11130628 CPUtime=11.16 cores=0,2,4,6,8,10,12,14
/proc/10121/task/10183/stat : 10183 (java) R 10118 10121 7912 0 -1 4202560 17682 12288 0 0 1057 49 7 3 20 0 22 0 3791903 11397763072 514972 33554432000 4194304 4196468 140722585823008 140467052087768 140467117028570 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 21757952 140722585823937 140722585826711 140722585826711 140722585829327 0
[pid=10121/tid=10184] ppid=10118 vsize=11130628 CPUtime=11.09 cores=0,2,4,6,8,10,12,14
/proc/10121/task/10184/stat : 10184 (java) R 10118 10121 7912 0 -1 4202560 25044 12288 0 0 1048 51 7 3 20 0 22 0 3791903 11397763072 514972 33554432000 4194304 4196468 140722585823008 140467051035024 140467113939562 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21757952 140722585823937 140722585826711 140722585826711 140722585829327 0
[pid=10121/tid=10185] ppid=10118 vsize=11130628 CPUtime=6.33 cores=0,2,4,6,8,10,12,14
/proc/10121/task/10185/stat : 10185 (java) S 10118 10121 7912 0 -1 1077944384 43684 12288 0 0 577 46 7 3 20 0 22 0 3791905 11397763072 514972 33554432000 4194304 4196468 140722585823008 140466606613904 140467132339925 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21757952 140722585823937 140722585826711 140722585826711 140722585829327 0
[pid=10121/tid=10186] ppid=10118 vsize=11130628 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/10121/task/10186/stat : 10186 (java) S 10118 10121 7912 0 -1 1077944384 62 12288 0 0 0 0 7 3 20 0 22 0 3791906 11397763072 514972 33554432000 4194304 4196468 140722585823008 140466605561472 140467132339925 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 21757952 140722585823937 140722585826711 140722585826711 140722585829327 0
[pid=10121/tid=10187] ppid=10118 vsize=11130628 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/10121/task/10187/stat : 10187 (java) S 10118 10121 7912 0 -1 1077944384 49 12288 0 0 0 0 7 3 20 0 22 0 3791906 11397763072 514972 33554432000 4194304 4196468 140722585823008 140466604508416 140467132339925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21757952 140722585823937 140722585826711 140722585826711 140722585829327 0
[pid=10121/tid=10188] ppid=10118 vsize=11130628 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/10121/task/10188/stat : 10188 (java) S 10118 10121 7912 0 -1 1077944384 224 12288 0 0 0 0 7 3 20 0 22 0 3791910 11397763072 514972 33554432000 4194304 4196468 140722585823008 140466603456976 140467132348315 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21757952 140722585823937 140722585826711 140722585826711 140722585829327 0
[pid=10121/tid=10189] ppid=10118 vsize=11130628 CPUtime=5.25 cores=0,2,4,6,8,10,12,14
/proc/10121/task/10189/stat : 10189 (java) S 10118 10121 7912 0 -1 1077944384 11845 12288 0 0 512 3 7 3 20 0 22 0 3791910 11397763072 514972 33554432000 4194304 4196468 140722585823008 140466602403840 140467132339925 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 21757952 140722585823937 140722585826711 140722585826711 140722585829327 0
[pid=10121/tid=10190] ppid=10118 vsize=11130628 CPUtime=5.44 cores=0,2,4,6,8,10,12,14
/proc/10121/task/10190/stat : 10190 (java) S 10118 10121 7912 0 -1 1077944384 19749 12288 0 0 529 5 7 3 20 0 22 0 3791910 11397763072 514972 33554432000 4194304 4196468 140722585823008 140466601351584 140467132339925 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21757952 140722585823937 140722585826711 140722585826711 140722585829327 0
[pid=10121/tid=10191] ppid=10118 vsize=11130628 CPUtime=4.7 cores=0,2,4,6,8,10,12,14
/proc/10121/task/10191/stat : 10191 (java) S 10118 10121 7912 0 -1 1077944384 12715 12288 0 0 455 5 7 3 20 0 22 0 3791910 11397763072 514972 33554432000 4194304 4196468 140722585823008 140466600298528 140467132339925 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 21757952 140722585823937 140722585826711 140722585826711 140722585829327 0
[pid=10121/tid=10192] ppid=10118 vsize=11130628 CPUtime=2.67 cores=0,2,4,6,8,10,12,14
/proc/10121/task/10192/stat : 10192 (java) S 10118 10121 7912 0 -1 1077944384 20836 12288 0 0 253 4 7 3 20 0 22 0 3791910 11397763072 514972 33554432000 4194304 4196468 140722585823008 140466599245984 140467132339925 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21757952 140722585823937 140722585826711 140722585826711 140722585829327 0
[pid=10121/tid=10193] ppid=10118 vsize=11130628 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/10121/task/10193/stat : 10193 (java) S 10118 10121 7912 0 -1 1077944384 3 12288 0 0 0 0 7 3 20 0 22 0 3791911 11397763072 514972 33554432000 4194304 4196468 140722585823008 140466598194144 140467132339925 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 21757952 140722585823937 140722585826711 140722585826711 140722585829327 0
[pid=10121/tid=10194] ppid=10118 vsize=11130628 CPUtime=1.39 cores=0,2,4,6,8,10,12,14
/proc/10121/task/10194/stat : 10194 (java) S 10118 10121 7912 0 -1 1077944384 2493 12288 0 0 67 62 7 3 20 0 22 0 3791911 11397763072 514972 33554432000 4194304 4196468 140722585823008 140466597141680 140467132340866 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 21757952 140722585823937 140722585826711 140722585826711 140722585829327 0
[pid=10121/tid=10338] ppid=10118 vsize=11130628 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/10121/task/10338/stat : 10338 (java) S 10118 10121 7912 0 -1 1077944384 319 12288 0 0 0 0 7 3 20 0 22 0 4023090 11397763072 514972 33554432000 4194304 4196468 140722585823008 140466498560496 140467132339925 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 21757952 140722585823937 140722585826711 140722585826711 140722585829327 0
[pid=10121/tid=10339] ppid=10118 vsize=11130628 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/10121/task/10339/stat : 10339 (java) S 10118 10121 7912 0 -1 1077944384 31 12288 0 0 0 0 7 3 20 0 22 0 4023091 11397763072 514972 33554432000 4194304 4196468 140722585823008 140466497508672 140467132339925 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21757952 140722585823937 140722585826711 140722585826711 140722585829327 0
Current children cumulated CPU time (s) 2404.84
Current children cumulated vsize (KiB) 11130628

[startup+2312.9 s]
/proc/loadavg: 1.48 1.44 1.44 10/283 10339
/proc/meminfo: memFree=27805820/32770624 swapFree=5792/372604
[pid=10121] ppid=10118 vsize=0 CPUtime=2405.98 cores=0,2,4,6,8,10,12,14
/proc/10121/stat : 10121 (java) Z 10118 10121 7912 0 -1 4228108 433520 12288 0 0 240047 541 7 3 20 0 2 0 3791889 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 0 0 0 0 0 0 0 0
/proc/10121/statm: 0 0 0 0 0 0 0
[pid=10121/tid=10189] ppid=10118 vsize=0 CPUtime=5.26 cores=0,2,4,6,8,10,12,14
/proc/10121/task/10189/stat : 10189 (java) R 10118 10121 7912 0 -1 4203588 11845 12288 0 0 512 4 7 3 20 0 2 0 3791910 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 4 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 2405.98
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 2312.9
CPU time (s): 2406.01
CPU user time (s): 2400.55
CPU system time (s): 5.46031
CPU usage (%): 104.026
Max. virtual memory (cumulated for all children) (KiB): 11130628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2400.55
system time used= 5.46031
maximum resident set size= 2877804
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 445808
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 252816
involuntary context switches= 172043

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.1416 second user time and 21.4483 second system time

The end

Launcher Data

Begin job on node125 at 2017-07-22 03:00:42
IDJOB=4244372
IDBENCH=115608
IDSOLVER=2630
FILE ID=node125/4244372-1500685242
RUNJOBID= node125-1500682887-8968
PBS_JOBID= 20623328
Free space on /tmp= 61952 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Scheduling/Scheduling-fs-taillard/Taillard-fs-050-05-9.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4244372-1500685242/watcher-4244372-1500685242 -o /tmp/evaluation-result-4244372-1500685242/solver-4244372-1500685242 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node125-1500682887-8968 --watchdog 2560  bin/concrete HOME/instance-4244372-1500685242.xml

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

MD5SUM BENCH= b5db2d1209ce62208741c56e17334157
RANDOM SEED=20684707

node125.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.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 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		: 2000.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.51
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.51
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.51
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		: 2000.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.51
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		: 1733.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		: 2133.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.51
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		: 2400.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.51
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		: 2533.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.51
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:        30648048 kB
MemAvailable:   30967780 kB
Buffers:          107692 kB
Cached:           515544 kB
SwapCached:            0 kB
Active:          1380864 kB
Inactive:         352232 kB
Active(anon):    1112572 kB
Inactive(anon):     8752 kB
Active(file):     268292 kB
Inactive(file):   343480 kB
Unevictable:        5792 kB
Mlocked:            5792 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             23992 kB
Writeback:             0 kB
AnonPages:       1046096 kB
Mapped:            43256 kB
Shmem:              8840 kB
Slab:              80896 kB
SReclaimable:      47592 kB
SUnreclaim:        33304 kB
KernelStack:        4560 kB
PageTables:         7232 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2013728 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    808960 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 61928 MiB
End job on node125 at 2017-07-22 03:39:15