Trace number 4244365

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) 2401.99 2330.77

General information on the benchmark

NameScheduling/Scheduling-fs-taillard/
Taillard-fs-020-05-0.xml
MD5SUM1edbd0f724acb79b93e779b216f6b499
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark1278
Best CPU time to get the best result obtained on this benchmark2400.1
Satisfiable
(Un)Satisfiability was proved
Number of variables120
Number of constraints125
Number of domains1
Minimum domain size1378
Maximum domain size1378
Distribution of domain sizes[{"size":1378,"count":120}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":20},{"degree":3,"count":100}]
Minimum constraint arity1
Maximum constraint arity20
Distribution of constraint arities[{"arity":1,"count":20},{"arity":2,"count":100},{"arity":20,"count":5}]
Number of extensional constraints0
Number of intensional constraints120
Distribution of constraint types[{"type":"intension","count":120},{"type":"noOverlap","count":5}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

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

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.74 1.55 1.70 2/262 9981
/proc/meminfo: memFree=30759984/32770624 swapFree=5792/343744
[pid=9981] ppid=9978 vsize=9508 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/9981/stat : 9981 (bash) S 9978 9981 7912 0 -1 4202496 686 1531 0 0 0 0 0 0 20 0 1 0 3790372 9736192 351 33554432000 4194304 5098028 140721488365056 140721488362696 140612967037952 0 0 4100 65536 18446744071580971376 0 0 17 13 0 0 0 0 0 7196144 7232144 15138816 140721488373006 140721488373091 140721488373091 140721488375790 0
/proc/9981/statm: 2377 351 278 221 0 86 0

[startup+0.100124 s]
/proc/loadavg: 1.74 1.55 1.70 2/262 9981
/proc/meminfo: memFree=30759984/32770624 swapFree=5792/343744
[pid=9981] ppid=9978 vsize=9640 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/9981/stat : 9981 (bash) S 9978 9981 7912 0 -1 4202496 884 6410 0 0 0 0 0 1 20 0 1 0 3790372 9871360 378 33554432000 4194304 5098028 140721488365056 140721488359064 140612967037952 0 0 4100 65536 18446744071580971376 0 0 17 13 0 0 0 0 0 7196144 7232144 15138816 140721488373006 140721488373091 140721488373091 140721488375790 0
/proc/9981/statm: 2410 378 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200424 s]
/proc/loadavg: 1.74 1.55 1.70 2/262 9981
/proc/meminfo: memFree=30759984/32770624 swapFree=5792/343744
[pid=9981] ppid=9978 vsize=10435860 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/9981/stat : 9981 (java) S 9978 9981 7912 0 -1 1077944320 4707 12365 0 0 6 1 9 3 20 0 13 0 3790372 10686320640 5044 33554432000 4194304 4196468 140734530599648 140734530582192 140618788142839 0 0 0 16800971 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 6496256 140734530607809 140734530610583 140734530610583 140734530613199 0
/proc/9981/statm: 2608965 5044 2138 1 0 2597403 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 10435860

[startup+0.300408 s]
/proc/loadavg: 1.74 1.55 1.70 2/262 9981
/proc/meminfo: memFree=30759984/32770624 swapFree=5792/343744
[pid=9981] ppid=9978 vsize=10902324 CPUtime=0.36 cores=1,3,5,7,9,11,13,15
/proc/9981/stat : 9981 (java) S 9978 9981 7912 0 -1 1077944320 7623 12365 0 0 22 2 9 3 20 0 20 0 3790372 11163979776 9273 33554432000 4194304 4196468 140734530599648 140734530582192 140618788142839 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 6496256 140734530607809 140734530610583 140734530610583 140734530613199 0
/proc/9981/statm: 2725581 9273 2973 1 0 2713898 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 10902324

[startup+0.70034 s]
/proc/loadavg: 1.74 1.55 1.70 2/262 9981
/proc/meminfo: memFree=30759984/32770624 swapFree=5792/343744
[pid=9981] ppid=9978 vsize=10902752 CPUtime=0.9 cores=1,3,5,7,9,11,13,15
/proc/9981/stat : 9981 (java) S 9978 9981 7912 0 -1 1077944320 11991 12365 0 0 75 3 9 3 20 0 20 0 3790372 11164418048 15862 33554432000 4194304 4196468 140734530599648 140734530582192 140618788142839 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 6496256 140734530607809 140734530610583 140734530610583 140734530613199 0
/proc/9981/statm: 2725680 15882 3194 1 0 2713890 0
Current children cumulated CPU time (s) 0.9
Current children cumulated vsize (KiB) 10902752

[startup+1.50079 s]
/proc/loadavg: 1.74 1.55 1.70 3/282 10054
/proc/meminfo: memFree=30661592/32770624 swapFree=5792/343768
[pid=9981] ppid=9978 vsize=10913344 CPUtime=2.24 cores=1,3,5,7,9,11,13,15
/proc/9981/stat : 9981 (java) S 9978 9981 7912 0 -1 1077944320 26365 12365 0 0 200 12 9 3 20 0 20 0 3790372 11175264256 41493 33554432000 4194304 4196468 140734530599648 140734530582192 140618788142839 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 6496256 140734530607809 140734530610583 140734530610583 140734530613199 0
/proc/9981/statm: 2728336 41493 3398 1 0 2716450 0
[pid=9981/tid=10036] ppid=9978 vsize=10913344 CPUtime=1.44 cores=1,3,5,7,9,11,13,15
/proc/9981/task/10036/stat : 10036 (java) S 9978 9981 7912 0 -1 1077944384 19293 12365 0 0 127 5 9 3 20 0 20 0 3790385 11175264256 41493 33554432000 4194304 4196468 140734530599648 140618792365344 140618788153045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6496256 140734530607809 140734530610583 140734530610583 140734530613199 0
[pid=9981/tid=10037] ppid=9978 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/9981/task/10037/stat : 10037 (java) S 9978 9981 7912 0 -1 1077944384 15 12365 0 0 0 0 9 3 20 0 20 0 3790386 11175264256 41493 33554432000 4194304 4196468 140734530599648 140618714216976 140618788153045 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 6496256 140734530607809 140734530610583 140734530610583 140734530613199 0
[pid=9981/tid=10038] ppid=9978 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/9981/task/10038/stat : 10038 (java) S 9978 9981 7912 0 -1 1077944384 37 12365 0 0 0 0 9 3 20 0 20 0 3790386 11175264256 41493 33554432000 4194304 4196468 140734530599648 140618713164432 140618788153045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6496256 140734530607809 140734530610583 140734530610583 140734530613199 0
[pid=9981/tid=10039] ppid=9978 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/9981/task/10039/stat : 10039 (java) S 9978 9981 7912 0 -1 1077944384 17 12365 0 0 0 0 9 3 20 0 20 0 3790386 11175264256 41493 33554432000 4194304 4196468 140734530599648 140618712111376 140618788153045 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 6496256 140734530607809 140734530610583 140734530610583 140734530613199 0
[pid=9981/tid=10040] ppid=9978 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/9981/task/10040/stat : 10040 (java) S 9978 9981 7912 0 -1 1077944384 13 12365 0 0 0 0 9 3 20 0 20 0 3790386 11175264256 41493 33554432000 4194304 4196468 140734530599648 140618711058832 140618788153045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6496256 140734530607809 140734530610583 140734530610583 140734530613199 0
[pid=9981/tid=10041] ppid=9978 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/9981/task/10041/stat : 10041 (java) S 9978 9981 7912 0 -1 1077944384 62 12365 0 0 0 0 9 3 20 0 20 0 3790386 11175264256 41493 33554432000 4194304 4196468 140734530599648 140618710006800 140618788153045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6496256 140734530607809 140734530610583 140734530610583 140734530613199 0
[pid=9981/tid=10042] ppid=9978 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/9981/task/10042/stat : 10042 (java) S 9978 9981 7912 0 -1 1077944384 29 12365 0 0 0 0 9 3 20 0 20 0 3790386 11175264256 41493 33554432000 4194304 4196468 140734530599648 140618708954256 140618788153045 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 6496256 140734530607809 140734530610583 140734530610583 140734530613199 0
[pid=9981/tid=10043] ppid=9978 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/9981/task/10043/stat : 10043 (java) S 9978 9981 7912 0 -1 1077944384 126 12365 0 0 0 0 9 3 20 0 20 0 3790386 11175264256 41493 33554432000 4194304 4196468 140734530599648 140618707901200 140618788153045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6496256 140734530607809 140734530610583 140734530610583 140734530613199 0
[pid=9981/tid=10044] ppid=9978 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/9981/task/10044/stat : 10044 (java) S 9978 9981 7912 0 -1 1077944384 14 12365 0 0 0 0 9 3 20 0 20 0 3790386 11175264256 41493 33554432000 4194304 4196468 140734530599648 140618706848656 140618788153045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6496256 140734530607809 140734530610583 140734530610583 140734530613199 0
[pid=9981/tid=10045] ppid=9978 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/9981/task/10045/stat : 10045 (java) R 9978 9981 7912 0 -1 4202560 950 12365 0 0 0 0 9 3 20 0 20 0 3790389 11175264256 41493 33554432000 4194304 4196468 140734530599648 140617994392128 140618769781155 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6496256 140734530607809 140734530610583 140734530610583 140734530613199 0
[pid=9981/tid=10046] ppid=9978 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/9981/task/10046/stat : 10046 (java) S 9978 9981 7912 0 -1 1077944384 33 12365 0 0 0 0 9 3 20 0 20 0 3790389 11175264256 41493 33554432000 4194304 4196468 140734530599648 140617993340064 140618788153045 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 6496256 140734530607809 140734530610583 140734530610583 140734530613199 0
[pid=9981/tid=10047] ppid=9978 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/9981/task/10047/stat : 10047 (java) S 9978 9981 7912 0 -1 1077944384 21 12365 0 0 0 0 9 3 20 0 20 0 3790390 11175264256 41493 33554432000 4194304 4196468 140734530599648 140617992286960 140618788153045 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 6496256 140734530607809 140734530610583 140734530610583 140734530613199 0
[pid=9981/tid=10048] ppid=9978 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/9981/task/10048/stat : 10048 (java) S 9978 9981 7912 0 -1 1077944384 1 12365 0 0 0 0 9 3 20 0 20 0 3790394 11175264256 41493 33554432000 4194304 4196468 140734530599648 140617991235536 140618788161435 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 6496256 140734530607809 140734530610583 140734530610583 140734530613199 0
[pid=9981/tid=10049] ppid=9978 vsize=10913344 CPUtime=0.27 cores=1,3,5,7,9,11,13,15
/proc/9981/task/10049/stat : 10049 (java) S 9978 9981 7912 0 -1 1077944384 1836 12365 0 0 15 0 9 3 20 0 20 0 3790394 11175264256 41493 33554432000 4194304 4196468 140734530599648 140617990183664 140618788153986 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 6496256 140734530607809 140734530610583 140734530610583 140734530613199 0
[pid=9981/tid=10050] ppid=9978 vsize=10913344 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/9981/task/10050/stat : 10050 (java) S 9978 9981 7912 0 -1 1077944384 442 12365 0 0 13 0 9 3 20 0 20 0 3790394 11175264256 41493 33554432000 4194304 4196468 140734530599648 140617989131120 140618788153986 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6496256 140734530607809 140734530610583 140734530610583 140734530613199 0
[pid=9981/tid=10051] ppid=9978 vsize=10913344 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/9981/task/10051/stat : 10051 (java) S 9978 9981 7912 0 -1 1077944384 542 12365 0 0 13 0 9 3 20 0 20 0 3790394 11175264256 41493 33554432000 4194304 4196468 140734530599648 140617988078064 140618788153986 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6496256 140734530607809 140734530610583 140734530610583 140734530613199 0
[pid=9981/tid=10052] ppid=9978 vsize=10913344 CPUtime=0.38 cores=1,3,5,7,9,11,13,15
/proc/9981/task/10052/stat : 10052 (java) S 9978 9981 7912 0 -1 1077944384 998 12365 0 0 26 0 9 3 20 0 20 0 3790394 11175264256 41493 33554432000 4194304 4196468 140734530599648 140617987021392 140618788153045 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 6496256 140734530607809 140734530610583 140734530610583 140734530613199 0
[pid=9981/tid=10053] ppid=9978 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/9981/task/10053/stat : 10053 (java) S 9978 9981 7912 0 -1 1077944384 3 12365 0 0 0 0 9 3 20 0 20 0 3790394 11175264256 41493 33554432000 4194304 4196468 140734530599648 140617985972704 140618788153045 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 6496256 140734530607809 140734530610583 140734530610583 140734530613199 0
[pid=9981/tid=10054] ppid=9978 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/9981/task/10054/stat : 10054 (java) S 9978 9981 7912 0 -1 1077944384 6 12365 0 0 0 0 9 3 20 0 20 0 3790395 11175264256 41493 33554432000 4194304 4196468 140734530599648 140617984920240 140618788153986 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6496256 140734530607809 140734530610583 140734530610583 140734530613199 0
Current children cumulated CPU time (s) 2.24
Current children cumulated vsize (KiB) 10913344

[startup+3.10074 s]
/proc/loadavg: 1.74 1.55 1.70 6/282 10054
/proc/meminfo: memFree=30584692/32770624 swapFree=5792/343760
[pid=9981] ppid=9978 vsize=10925820 CPUtime=6.36 cores=1,3,5,7,9,11,13,15
/proc/9981/stat : 9981 (java) S 9978 9981 7912 0 -1 1077944320 38100 12365 0 0 605 19 9 3 20 0 20 0 3790372 11188039680 59134 33554432000 4194304 4196468 140734530599648 140734530582192 140618788142839 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 6496256 140734530607809 140734530610583 140734530610583 140734530613199 0
/proc/9981/statm: 2731455 59134 3473 1 0 2719010 0
[pid=9981/tid=10036] ppid=9978 vsize=10925820 CPUtime=3.03 cores=1,3,5,7,9,11,13,15
/proc/9981/task/10036/stat : 10036 (java) R 9978 9981 7912 0 -1 4202560 25299 12365 0 0 282 9 9 3 20 0 20 0 3790385 11188039680 59134 33554432000 4194304 4196468 140734530599648 140618792366952 140618772223326 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6496256 140734530607809 140734530610583 140734530610583 140734530613199 0
[pid=9981/tid=10037] ppid=9978 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/9981/task/10037/stat : 10037 (java) S 9978 9981 7912 0 -1 1077944384 20 12365 0 0 0 0 9 3 20 0 20 0 3790386 11188039680 59134 33554432000 4194304 4196468 140734530599648 140618714216976 140618788153045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6496256 140734530607809 140734530610583 140734530610583 140734530613199 0
[pid=9981/tid=10038] ppid=9978 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/9981/task/10038/stat : 10038 (java) S 9978 9981 7912 0 -1 1077944384 38 12365 0 0 0 0 9 3 20 0 20 0 3790386 11188039680 59134 33554432000 4194304 4196468 140734530599648 140618713164432 140618788153045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6496256 140734530607809 140734530610583 140734530610583 140734530613199 0
[pid=9981/tid=10039] ppid=9978 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/9981/task/10039/stat : 10039 (java) S 9978 9981 7912 0 -1 1077944384 18 12365 0 0 0 0 9 3 20 0 20 0 3790386 11188039680 59134 33554432000 4194304 4196468 140734530599648 140618712111376 140618788153045 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 6496256 140734530607809 140734530610583 140734530610583 140734530613199 0
[pid=9981/tid=10040] ppid=9978 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/9981/task/10040/stat : 10040 (java) S 9978 9981 7912 0 -1 1077944384 14 12365 0 0 0 0 9 3 20 0 20 0 3790386 11188039680 59134 33554432000 4194304 4196468 140734530599648 140618711058832 140618788153045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6496256 140734530607809 140734530610583 140734530610583 140734530613199 0
[pid=9981/tid=10041] ppid=9978 vsize=10925820 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/9981/task/10041/stat : 10041 (java) S 9978 9981 7912 0 -1 1077944384 62 12365 0 0 1 0 9 3 20 0 20 0 3790386 11188039680 59134 33554432000 4194304 4196468 140734530599648 140618710006800 140618788153045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6496256 140734530607809 140734530610583 140734530610583 140734530613199 0
[pid=9981/tid=10042] ppid=9978 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/9981/task/10042/stat : 10042 (java) S 9978 9981 7912 0 -1 1077944384 29 12365 0 0 0 0 9 3 20 0 20 0 3790386 11188039680 59134 33554432000 4194304 4196468 140734530599648 140618708954256 140618788153045 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 6496256 140734530607809 140734530610583 140734530610583 140734530613199 0
[pid=9981/tid=10043] ppid=9978 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/9981/task/10043/stat : 10043 (java) S 9978 9981 7912 0 -1 1077944384 126 12365 0 0 0 0 9 3 20 0 20 0 3790386 11188039680 59134 33554432000 4194304 4196468 140734530599648 140618707901200 140618788153045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6496256 140734530607809 140734530610583 140734530610583 140734530613199 0
[pid=9981/tid=10044] ppid=9978 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/9981/task/10044/stat : 10044 (java) S 9978 9981 7912 0 -1 1077944384 17 12365 0 0 0 0 9 3 20 0 20 0 3790386 11188039680 59134 33554432000 4194304 4196468 140734530599648 140618706848656 140618788153045 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 6496256 140734530607809 140734530610583 140734530610583 140734530613199 0
[pid=9981/tid=10045] ppid=9978 vsize=10925820 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/9981/task/10045/stat : 10045 (java) S 9978 9981 7912 0 -1 1077944384 1012 12365 0 0 1 0 9 3 20 0 20 0 3790389 11188039680 59134 33554432000 4194304 4196468 140734530599648 140617994393840 140618788153986 0 0 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 6496256 140734530607809 140734530610583 140734530610583 140734530613199 0
[pid=9981/tid=10046] ppid=9978 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/9981/task/10046/stat : 10046 (java) S 9978 9981 7912 0 -1 1077944384 57 12365 0 0 0 0 9 3 20 0 20 0 3790389 11188039680 59134 33554432000 4194304 4196468 140734530599648 140617993340128 140618788153045 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 6496256 140734530607809 140734530610583 140734530610583 140734530613199 0
[pid=9981/tid=10047] ppid=9978 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/9981/task/10047/stat : 10047 (java) S 9978 9981 7912 0 -1 1077944384 45 12365 0 0 0 0 9 3 20 0 20 0 3790390 11188039680 59134 33554432000 4194304 4196468 140734530599648 140617992286976 140618788153045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6496256 140734530607809 140734530610583 140734530610583 140734530613199 0
[pid=9981/tid=10048] ppid=9978 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/9981/task/10048/stat : 10048 (java) S 9978 9981 7912 0 -1 1077944384 1 12365 0 0 0 0 9 3 20 0 20 0 3790394 11188039680 59134 33554432000 4194304 4196468 140734530599648 140617991235536 140618788161435 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 6496256 140734530607809 140734530610583 140734530610583 140734530613199 0
[pid=9981/tid=10049] ppid=9978 vsize=10925820 CPUtime=0.82 cores=1,3,5,7,9,11,13,15
/proc/9981/task/10049/stat : 10049 (java) R 9978 9981 7912 0 -1 4202560 2844 12365 0 0 69 1 9 3 20 0 20 0 3790394 11188039680 59134 33554432000 4194304 4196468 140734530599648 140617990170480 140618767402512 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 6496256 140734530607809 140734530610583 140734530610583 140734530613199 0
[pid=9981/tid=10050] ppid=9978 vsize=10925820 CPUtime=0.8 cores=1,3,5,7,9,11,13,15
/proc/9981/task/10050/stat : 10050 (java) R 9978 9981 7912 0 -1 4202560 1571 12365 0 0 68 0 9 3 20 0 20 0 3790394 11188039680 59134 33554432000 4194304 4196468 140734530599648 140617989124312 140618766031328 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 6496256 140734530607809 140734530610583 140734530610583 140734530613199 0
[pid=9981/tid=10051] ppid=9978 vsize=10925820 CPUtime=0.82 cores=1,3,5,7,9,11,13,15
/proc/9981/task/10051/stat : 10051 (java) R 9978 9981 7912 0 -1 4202560 1583 12365 0 0 69 1 9 3 20 0 20 0 3790394 11188039680 59134 33554432000 4194304 4196468 140734530599648 140617988064608 140618769686944 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6496256 140734530607809 140734530610583 140734530610583 140734530613199 0
[pid=9981/tid=10052] ppid=9978 vsize=10925820 CPUtime=1.19 cores=1,3,5,7,9,11,13,15
/proc/9981/task/10052/stat : 10052 (java) S 9978 9981 7912 0 -1 1077944384 3224 12365 0 0 106 1 9 3 20 0 20 0 3790394 11188039680 59134 33554432000 4194304 4196468 140734530599648 140617987025520 140618788153986 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 6496256 140734530607809 140734530610583 140734530610583 140734530613199 0
[pid=9981/tid=10053] ppid=9978 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/9981/task/10053/stat : 10053 (java) S 9978 9981 7912 0 -1 1077944384 3 12365 0 0 0 0 9 3 20 0 20 0 3790394 11188039680 59134 33554432000 4194304 4196468 140734530599648 140617985972704 140618788153045 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 6496256 140734530607809 140734530610583 140734530610583 140734530613199 0
[pid=9981/tid=10054] ppid=9978 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/9981/task/10054/stat : 10054 (java) S 9978 9981 7912 0 -1 1077944384 7 12365 0 0 0 0 9 3 20 0 20 0 3790395 11188039680 59134 33554432000 4194304 4196468 140734530599648 140617984920240 140618788153986 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6496256 140734530607809 140734530610583 140734530610583 140734530613199 0
Current children cumulated CPU time (s) 6.36
Current children cumulated vsize (KiB) 10925820

[startup+6.30125 s]
/proc/loadavg: 2.00 1.60 1.72 6/282 10054
/proc/meminfo: memFree=30392368/32770624 swapFree=5792/343768
[pid=9981] ppid=9978 vsize=10997500 CPUtime=17.02 cores=1,3,5,7,9,11,13,15
/proc/9981/stat : 9981 (java) S 9978 9981 7912 0 -1 1077944320 75536 12365 0 0 1654 36 9 3 20 0 20 0 3790372 11261440000 103512 33554432000 4194304 4196468 140734530599648 140734530582192 140618788142839 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 6496256 140734530607809 140734530610583 140734530610583 140734530613199 0
/proc/9981/statm: 2749375 103512 3506 1 0 2736930 0
[pid=9981/tid=10036] ppid=9978 vsize=10997500 CPUtime=6.1 cores=1,3,5,7,9,11,13,15
/proc/9981/task/10036/stat : 10036 (java) R 9978 9981 7912 0 -1 4202560 40619 12365 0 0 587 11 9 3 20 0 20 0 3790385 11261440000 103512 33554432000 4194304 4196468 140734530599648 140618792374376 140618404932010 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6496256 140734530607809 140734530610583 140734530610583 140734530613199 0
[pid=9981/tid=10037] ppid=9978 vsize=10997500 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/9981/task/10037/stat : 10037 (java) S 9978 9981 7912 0 -1 1077944384 59 12365 0 0 5 1 9 3 20 0 20 0 3790386 11261440000 103512 33554432000 4194304 4196468 140734530599648 140618714216976 140618788153045 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 6496256 140734530607809 140734530610583 140734530610583 140734530613199 0
[pid=9981/tid=10038] ppid=9978 vsize=10997500 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/9981/task/10038/stat : 10038 (java) S 9978 9981 7912 0 -1 1077944384 86 12365 0 0 6 1 9 3 20 0 20 0 3790386 11261440000 103512 33554432000 4194304 4196468 140734530599648 140618713164432 140618788153045 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 6496256 140734530607809 140734530610583 140734530610583 140734530613199 0
[pid=9981/tid=10039] ppid=9978 vsize=10997500 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/9981/task/10039/stat : 10039 (java) S 9978 9981 7912 0 -1 1077944384 105 12365 0 0 5 1 9 3 20 0 20 0 3790386 11261440000 103512 33554432000 4194304 4196468 140734530599648 140618712111376 140618788153045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6496256 140734530607809 140734530610583 140734530610583 140734530613199 0
[pid=9981/tid=10040] ppid=9978 vsize=10997500 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/9981/task/10040/stat : 10040 (java) S 9978 9981 7912 0 -1 1077944384 76 12365 0 0 5 1 9 3 20 0 20 0 3790386 11261440000 103512 33554432000 4194304 4196468 140734530599648 140618711058832 140618788153045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6496256 140734530607809 140734530610583 140734530610583 140734530613199 0
[pid=9981/tid=10041] ppid=9978 vsize=10997500 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/9981/task/10041/stat : 10041 (java) S 9978 9981 7912 0 -1 1077944384 852 12365 0 0 6 1 9 3 20 0 20 0 3790386 11261440000 103512 33554432000 4194304 4196468 140734530599648 140618710006800 140618788153045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6496256 140734530607809 140734530610583 140734530610583 140734530613199 0
[pid=9981/tid=10042] ppid=9978 vsize=10997500 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/9981/task/10042/stat : 10042 (java) S 9978 9981 7912 0 -1 1077944384 43 12365 0 0 5 1 9 3 20 0 20 0 3790386 11261440000 103512 33554432000 4194304 4196468 140734530599648 140618708954256 140618788153045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6496256 140734530607809 140734530610583 140734530610583 140734530613199 0
[pid=9981/tid=10043] ppid=9978 vsize=10997500 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/9981/task/10043/stat : 10043 (java) S 9978 9981 7912 0 -1 1077944384 171 12365 0 0 5 1 9 3 20 0 20 0 3790386 11261440000 103512 33554432000 4194304 4196468 140734530599648 140618707901200 140618788153045 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 6496256 140734530607809 140734530610583 140734530610583 140734530613199 0
[pid=9981/tid=10044] ppid=9978 vsize=10997500 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/9981/task/10044/stat : 10044 (java) S 9978 9981 7912 0 -1 1077944384 53 12365 0 0 6 1 9 3 20 0 20 0 3790386 11261440000 103512 33554432000 4194304 4196468 140734530599648 140618706848656 140618788153045 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 6496256 140734530607809 140734530610583 140734530610583 140734530613199 0
[pid=9981/tid=10045] ppid=9978 vsize=10997500 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/9981/task/10045/stat : 10045 (java) S 9978 9981 7912 0 -1 1077944384 1814 12365 0 0 4 1 9 3 20 0 20 0 3790389 11261440000 103512 33554432000 4194304 4196468 140734530599648 140617994393840 140618788153986 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6496256 140734530607809 140734530610583 140734530610583 140734530613199 0
[pid=9981/tid=10046] ppid=9978 vsize=10997500 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/9981/task/10046/stat : 10046 (java) S 9978 9981 7912 0 -1 1077944384 57 12365 0 0 0 0 9 3 20 0 20 0 3790389 11261440000 103512 33554432000 4194304 4196468 140734530599648 140617993340128 140618788153045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6496256 140734530607809 140734530610583 140734530610583 140734530613199 0
[pid=9981/tid=10047] ppid=9978 vsize=10997500 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/9981/task/10047/stat : 10047 (java) S 9978 9981 7912 0 -1 1077944384 45 12365 0 0 1 0 9 3 20 0 20 0 3790390 11261440000 103512 33554432000 4194304 4196468 140734530599648 140617992286976 140618788153045 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 6496256 140734530607809 140734530610583 140734530610583 140734530613199 0
[pid=9981/tid=10048] ppid=9978 vsize=10997500 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/9981/task/10048/stat : 10048 (java) S 9978 9981 7912 0 -1 1077944384 1 12365 0 0 0 0 9 3 20 0 20 0 3790394 11261440000 103512 33554432000 4194304 4196468 140734530599648 140617991235536 140618788161435 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 6496256 140734530607809 140734530610583 140734530610583 140734530613199 0
[pid=9981/tid=10049] ppid=9978 vsize=10997500 CPUtime=2.6 cores=1,3,5,7,9,11,13,15
/proc/9981/task/10049/stat : 10049 (java) S 9978 9981 7912 0 -1 1077944384 6132 12365 0 0 247 1 9 3 20 0 20 0 3790394 11261440000 103512 33554432000 4194304 4196468 140734530599648 140617990183664 140618788153986 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6496256 140734530607809 140734530610583 140734530610583 140734530613199 0
[pid=9981/tid=10050] ppid=9978 vsize=10997500 CPUtime=3 cores=1,3,5,7,9,11,13,15
/proc/9981/task/10050/stat : 10050 (java) R 9978 9981 7912 0 -1 4202560 8306 12365 0 0 287 1 9 3 20 0 20 0 3790394 11261440000 103512 33554432000 4194304 4196468 140734530599648 140617989120480 140618769660344 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 6496256 140734530607809 140734530610583 140734530610583 140734530613199 0
[pid=9981/tid=10051] ppid=9978 vsize=10997500 CPUtime=2.92 cores=1,3,5,7,9,11,13,15
/proc/9981/task/10051/stat : 10051 (java) S 9978 9981 7912 0 -1 1077944384 8674 12365 0 0 278 2 9 3 20 0 20 0 3790394 11261440000 103512 33554432000 4194304 4196468 140734530599648 140617988078064 140618788153986 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 6496256 140734530607809 140734530610583 140734530610583 140734530613199 0
[pid=9981/tid=10052] ppid=9978 vsize=10997500 CPUtime=2.16 cores=1,3,5,7,9,11,13,15
/proc/9981/task/10052/stat : 10052 (java) S 9978 9981 7912 0 -1 1077944384 6295 12365 0 0 202 2 9 3 20 0 20 0 3790394 11261440000 103512 33554432000 4194304 4196468 140734530599648 140617987025520 140618788153986 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 2 0 0 6293624 6294260 6496256 140734530607809 140734530610583 140734530610583 140734530613199 0
[pid=9981/tid=10053] ppid=9978 vsize=10997500 CPUtime=0.12 cores=1,3,5,7,9,11,13,15

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

[pid=9981/tid=10050] ppid=9978 vsize=10997500 CPUtime=3.19 cores=1,3,5,7,9,11,13,15
/proc/9981/task/10050/stat : 10050 (java) S 9978 9981 7912 0 -1 1077944384 10722 12365 0 0 305 2 9 3 20 0 20 0 3790394 11261440000 431800 33554432000 4194304 4196468 140734530599648 140617989131120 140618788153986 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 6496256 140734530607809 140734530610583 140734530610583 140734530613199 0
[pid=9981/tid=10051] ppid=9978 vsize=10997500 CPUtime=3.01 cores=1,3,5,7,9,11,13,15
/proc/9981/task/10051/stat : 10051 (java) S 9978 9981 7912 0 -1 1077944384 9337 12365 0 0 286 3 9 3 20 0 20 0 3790394 11261440000 431800 33554432000 4194304 4196468 140734530599648 140617988078064 140618788153986 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6496256 140734530607809 140734530610583 140734530610583 140734530613199 0
[pid=9981/tid=10052] ppid=9978 vsize=10997500 CPUtime=2.23 cores=1,3,5,7,9,11,13,15
/proc/9981/task/10052/stat : 10052 (java) S 9978 9981 7912 0 -1 1077944384 14312 12365 0 0 208 3 9 3 20 0 20 0 3790394 11261440000 431800 33554432000 4194304 4196468 140734530599648 140617987025520 140618788153986 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 2 0 0 6293624 6294260 6496256 140734530607809 140734530610583 140734530610583 140734530613199 0
[pid=9981/tid=10053] ppid=9978 vsize=10997500 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/9981/task/10053/stat : 10053 (java) S 9978 9981 7912 0 -1 1077944384 3 12365 0 0 0 0 9 3 20 0 20 0 3790394 11261440000 431800 33554432000 4194304 4196468 140734530599648 140617985972704 140618788153045 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 6496256 140734530607809 140734530610583 140734530610583 140734530613199 0
[pid=9981/tid=10054] ppid=9978 vsize=10997500 CPUtime=1.38 cores=1,3,5,7,9,11,13,15
/proc/9981/task/10054/stat : 10054 (java) S 9978 9981 7912 0 -1 1077944384 1883 12365 0 0 60 66 9 3 20 0 20 0 3790395 11261440000 431800 33554432000 4194304 4196468 140734530599648 140617984920240 140618788153986 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6496256 140734530607809 140734530610583 140734530610583 140734530613199 0
Current children cumulated CPU time (s) 2391.67
Current children cumulated vsize (KiB) 10997500



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2330.4 s]
/proc/loadavg: 1.44 1.44 1.44 3/281 10477
/proc/meminfo: memFree=29775776/32770624 swapFree=5792/372576
[pid=9981] ppid=9978 vsize=10997500 CPUtime=2400.01 cores=1,3,5,7,9,11,13,15
/proc/9981/stat : 9981 (java) S 9978 9981 7912 0 -1 1077944320 230407 12365 0 0 239511 478 9 3 20 0 20 0 3790372 11261440000 431804 33554432000 4194304 4196468 140734530599648 140734530582192 140618788142839 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 6496256 140734530607809 140734530610583 140734530610583 140734530613199 0
/proc/9981/statm: 2749375 431804 3515 1 0 2736930 0
[pid=9981/tid=10036] ppid=9978 vsize=10997500 CPUtime=2310.01 cores=1,3,5,7,9,11,13,15
/proc/9981/task/10036/stat : 10036 (java) R 9978 9981 7912 0 -1 4202560 89685 12365 0 0 230936 53 9 3 20 0 20 0 3790385 11261440000 431804 33554432000 4194304 4196468 140734530599648 140618792376960 140618405324988 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 6496256 140734530607809 140734530610583 140734530610583 140734530613199 0
[pid=9981/tid=10037] ppid=9978 vsize=10997500 CPUtime=8.89 cores=1,3,5,7,9,11,13,15
/proc/9981/task/10037/stat : 10037 (java) S 9978 9981 7912 0 -1 1077944384 8732 12365 0 0 831 46 9 3 20 0 20 0 3790386 11261440000 431804 33554432000 4194304 4196468 140734530599648 140618714216976 140618788153045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6496256 140734530607809 140734530610583 140734530610583 140734530613199 0
[pid=9981/tid=10038] ppid=9978 vsize=10997500 CPUtime=8.84 cores=1,3,5,7,9,11,13,15
/proc/9981/task/10038/stat : 10038 (java) S 9978 9981 7912 0 -1 1077944384 8297 12365 0 0 830 42 9 3 20 0 20 0 3790386 11261440000 431804 33554432000 4194304 4196468 140734530599648 140618713164432 140618788153045 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 6496256 140734530607809 140734530610583 140734530610583 140734530613199 0
[pid=9981/tid=10039] ppid=9978 vsize=10997500 CPUtime=8.9 cores=1,3,5,7,9,11,13,15
/proc/9981/task/10039/stat : 10039 (java) S 9978 9981 7912 0 -1 1077944384 6343 12365 0 0 836 42 9 3 20 0 20 0 3790386 11261440000 431804 33554432000 4194304 4196468 140734530599648 140618712111376 140618788153045 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 6496256 140734530607809 140734530610583 140734530610583 140734530613199 0
[pid=9981/tid=10040] ppid=9978 vsize=10997500 CPUtime=8.83 cores=1,3,5,7,9,11,13,15
/proc/9981/task/10040/stat : 10040 (java) S 9978 9981 7912 0 -1 1077944384 11304 12365 0 0 823 48 9 3 20 0 20 0 3790386 11261440000 431804 33554432000 4194304 4196468 140734530599648 140618711058832 140618788153045 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 6496256 140734530607809 140734530610583 140734530610583 140734530613199 0
[pid=9981/tid=10041] ppid=9978 vsize=10997500 CPUtime=8.84 cores=1,3,5,7,9,11,13,15
/proc/9981/task/10041/stat : 10041 (java) S 9978 9981 7912 0 -1 1077944384 9799 12365 0 0 826 46 9 3 20 0 20 0 3790386 11261440000 431804 33554432000 4194304 4196468 140734530599648 140618710006800 140618788153045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6496256 140734530607809 140734530610583 140734530610583 140734530613199 0
[pid=9981/tid=10042] ppid=9978 vsize=10997500 CPUtime=8.96 cores=1,3,5,7,9,11,13,15
/proc/9981/task/10042/stat : 10042 (java) S 9978 9981 7912 0 -1 1077944384 6459 12365 0 0 842 42 9 3 20 0 20 0 3790386 11261440000 431804 33554432000 4194304 4196468 140734530599648 140618708954256 140618788153045 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 6496256 140734530607809 140734530610583 140734530610583 140734530613199 0
[pid=9981/tid=10043] ppid=9978 vsize=10997500 CPUtime=8.79 cores=1,3,5,7,9,11,13,15
/proc/9981/task/10043/stat : 10043 (java) S 9978 9981 7912 0 -1 1077944384 9777 12365 0 0 825 42 9 3 20 0 20 0 3790386 11261440000 431804 33554432000 4194304 4196468 140734530599648 140618707901200 140618788153045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6496256 140734530607809 140734530610583 140734530610583 140734530613199 0
[pid=9981/tid=10044] ppid=9978 vsize=10997500 CPUtime=8.84 cores=1,3,5,7,9,11,13,15
/proc/9981/task/10044/stat : 10044 (java) S 9978 9981 7912 0 -1 1077944384 9471 12365 0 0 829 43 9 3 20 0 20 0 3790386 11261440000 431804 33554432000 4194304 4196468 140734530599648 140618706848656 140618788153045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6496256 140734530607809 140734530610583 140734530610583 140734530613199 0
[pid=9981/tid=10045] ppid=9978 vsize=10997500 CPUtime=7.33 cores=1,3,5,7,9,11,13,15
/proc/9981/task/10045/stat : 10045 (java) S 9978 9981 7912 0 -1 1077944384 18396 12365 0 0 680 41 9 3 20 0 20 0 3790389 11261440000 431804 33554432000 4194304 4196468 140734530599648 140617994393840 140618788153986 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6496256 140734530607809 140734530610583 140734530610583 140734530613199 0
[pid=9981/tid=10046] ppid=9978 vsize=10997500 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/9981/task/10046/stat : 10046 (java) S 9978 9981 7912 0 -1 1077944384 57 12365 0 0 0 0 9 3 20 0 20 0 3790389 11261440000 431804 33554432000 4194304 4196468 140734530599648 140617993340128 140618788153045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6496256 140734530607809 140734530610583 140734530610583 140734530613199 0
[pid=9981/tid=10047] ppid=9978 vsize=10997500 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/9981/task/10047/stat : 10047 (java) S 9978 9981 7912 0 -1 1077944384 45 12365 0 0 1 0 9 3 20 0 20 0 3790390 11261440000 431804 33554432000 4194304 4196468 140734530599648 140617992286976 140618788153045 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 6496256 140734530607809 140734530610583 140734530610583 140734530613199 0
[pid=9981/tid=10048] ppid=9978 vsize=10997500 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/9981/task/10048/stat : 10048 (java) S 9978 9981 7912 0 -1 1077944384 1 12365 0 0 0 0 9 3 20 0 20 0 3790394 11261440000 431804 33554432000 4194304 4196468 140734530599648 140617991235536 140618788161435 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 6496256 140734530607809 140734530610583 140734530610583 140734530613199 0
[pid=9981/tid=10049] ppid=9978 vsize=10997500 CPUtime=3.49 cores=1,3,5,7,9,11,13,15
/proc/9981/task/10049/stat : 10049 (java) S 9978 9981 7912 0 -1 1077944384 13640 12365 0 0 335 2 9 3 20 0 20 0 3790394 11261440000 431804 33554432000 4194304 4196468 140734530599648 140617990183664 140618788153986 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6496256 140734530607809 140734530610583 140734530610583 140734530613199 0
[pid=9981/tid=10050] ppid=9978 vsize=10997500 CPUtime=3.19 cores=1,3,5,7,9,11,13,15
/proc/9981/task/10050/stat : 10050 (java) S 9978 9981 7912 0 -1 1077944384 10722 12365 0 0 305 2 9 3 20 0 20 0 3790394 11261440000 431804 33554432000 4194304 4196468 140734530599648 140617989131120 140618788153986 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 6496256 140734530607809 140734530610583 140734530610583 140734530613199 0
[pid=9981/tid=10051] ppid=9978 vsize=10997500 CPUtime=3.01 cores=1,3,5,7,9,11,13,15
/proc/9981/task/10051/stat : 10051 (java) S 9978 9981 7912 0 -1 1077944384 9337 12365 0 0 286 3 9 3 20 0 20 0 3790394 11261440000 431804 33554432000 4194304 4196468 140734530599648 140617988078064 140618788153986 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6496256 140734530607809 140734530610583 140734530610583 140734530613199 0
[pid=9981/tid=10052] ppid=9978 vsize=10997500 CPUtime=2.23 cores=1,3,5,7,9,11,13,15
/proc/9981/task/10052/stat : 10052 (java) S 9978 9981 7912 0 -1 1077944384 14312 12365 0 0 208 3 9 3 20 0 20 0 3790394 11261440000 431804 33554432000 4194304 4196468 140734530599648 140617987025520 140618788153986 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 6496256 140734530607809 140734530610583 140734530610583 140734530613199 0
[pid=9981/tid=10053] ppid=9978 vsize=10997500 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/9981/task/10053/stat : 10053 (java) S 9978 9981 7912 0 -1 1077944384 3 12365 0 0 0 0 9 3 20 0 20 0 3790394 11261440000 431804 33554432000 4194304 4196468 140734530599648 140617985972704 140618788153045 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 6496256 140734530607809 140734530610583 140734530610583 140734530613199 0
[pid=9981/tid=10054] ppid=9978 vsize=10997500 CPUtime=1.39 cores=1,3,5,7,9,11,13,15
/proc/9981/task/10054/stat : 10054 (java) S 9978 9981 7912 0 -1 1077944384 1895 12365 0 0 60 67 9 3 20 0 20 0 3790395 11261440000 431804 33554432000 4194304 4196468 140734530599648 140617984920240 140618788153986 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6496256 140734530607809 140734530610583 140734530610583 140734530613199 0
Current children cumulated CPU time (s) 2400.01
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 9981 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2330.6 s]
/proc/loadavg: 1.44 1.44 1.44 3/281 10477
/proc/meminfo: memFree=29775776/32770624 swapFree=5792/372576
[pid=9981] ppid=9978 vsize=11130628 CPUtime=2401.3 cores=1,3,5,7,9,11,13,15
/proc/9981/stat : 9981 (java) S 9978 9981 7912 0 -1 1077944320 236262 12365 0 0 239638 480 9 3 20 0 22 0 3790372 11397763072 433541 33554432000 4194304 4196468 140734530599648 140734530582192 140618788142839 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 6496256 140734530607809 140734530610583 140734530610583 140734530613199 0
/proc/9981/statm: 2782657 433541 3515 1 0 2770212 0
[pid=9981/tid=10036] ppid=9978 vsize=11130628 CPUtime=2310.02 cores=1,3,5,7,9,11,13,15
/proc/9981/task/10036/stat : 10036 (java) S 9978 9981 7912 0 -1 1077944384 89950 12365 0 0 230937 53 9 3 20 0 22 0 3790385 11397763072 433541 33554432000 4194304 4196468 140734530599648 140618792380512 140618788153045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6496256 140734530607809 140734530610583 140734530610583 140734530613199 0
[pid=9981/tid=10037] ppid=9978 vsize=11130628 CPUtime=9.05 cores=1,3,5,7,9,11,13,15
/proc/9981/task/10037/stat : 10037 (java) R 9978 9981 7912 0 -1 4202560 8782 12365 0 0 847 46 9 3 20 0 22 0 3790386 11397763072 433541 33554432000 4194304 4196468 140734530599648 140618714217096 140618772843472 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 6496256 140734530607809 140734530610583 140734530610583 140734530613199 0
[pid=9981/tid=10038] ppid=9978 vsize=11130628 CPUtime=8.99 cores=1,3,5,7,9,11,13,15
/proc/9981/task/10038/stat : 10038 (java) R 9978 9981 7912 0 -1 4202560 8304 12365 0 0 845 42 9 3 20 0 22 0 3790386 11397763072 433541 33554432000 4194304 4196468 140734530599648 140618713164552 140618780771047 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 6496256 140734530607809 140734530610583 140734530610583 140734530613199 0
[pid=9981/tid=10039] ppid=9978 vsize=11130628 CPUtime=9.06 cores=1,3,5,7,9,11,13,15
/proc/9981/task/10039/stat : 10039 (java) R 9978 9981 7912 0 -1 4202560 6353 12365 0 0 852 42 9 3 20 0 22 0 3790386 11397763072 433541 33554432000 4194304 4196468 140734530599648 140618712111496 140618780771047 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 6496256 140734530607809 140734530610583 140734530610583 140734530613199 0
[pid=9981/tid=10040] ppid=9978 vsize=11130628 CPUtime=8.99 cores=1,3,5,7,9,11,13,15
/proc/9981/task/10040/stat : 10040 (java) R 9978 9981 7912 0 -1 4202560 11314 12365 0 0 839 48 9 3 20 0 22 0 3790386 11397763072 433541 33554432000 4194304 4196468 140734530599648 140618711058952 140618780771047 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 6496256 140734530607809 140734530610583 140734530610583 140734530613199 0
[pid=9981/tid=10041] ppid=9978 vsize=11130628 CPUtime=8.99 cores=1,3,5,7,9,11,13,15
/proc/9981/task/10041/stat : 10041 (java) R 9978 9981 7912 0 -1 4202560 9808 12365 0 0 841 46 9 3 20 0 22 0 3790386 11397763072 433541 33554432000 4194304 4196468 140734530599648 140618710006920 140618772843489 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6496256 140734530607809 140734530610583 140734530610583 140734530613199 0
[pid=9981/tid=10042] ppid=9978 vsize=11130628 CPUtime=9.12 cores=1,3,5,7,9,11,13,15
/proc/9981/task/10042/stat : 10042 (java) R 9978 9981 7912 0 -1 4202560 6470 12365 0 0 858 42 9 3 20 0 22 0 3790386 11397763072 433541 33554432000 4194304 4196468 140734530599648 140618708954376 140618772843511 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 6496256 140734530607809 140734530610583 140734530610583 140734530613199 0
[pid=9981/tid=10043] ppid=9978 vsize=11130628 CPUtime=8.95 cores=1,3,5,7,9,11,13,15
/proc/9981/task/10043/stat : 10043 (java) R 9978 9981 7912 0 -1 4202560 9798 12365 0 0 840 43 9 3 20 0 22 0 3790386 11397763072 433541 33554432000 4194304 4196468 140734530599648 140618707901320 140618780771047 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6496256 140734530607809 140734530610583 140734530610583 140734530613199 0
[pid=9981/tid=10044] ppid=9978 vsize=11130628 CPUtime=9 cores=1,3,5,7,9,11,13,15
/proc/9981/task/10044/stat : 10044 (java) R 9978 9981 7912 0 -1 4202560 9500 12365 0 0 845 43 9 3 20 0 22 0 3790386 11397763072 433541 33554432000 4194304 4196468 140734530599648 140618706848776 140618780771047 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6496256 140734530607809 140734530610583 140734530610583 140734530613199 0
[pid=9981/tid=10045] ppid=9978 vsize=11130628 CPUtime=7.36 cores=1,3,5,7,9,11,13,15
/proc/9981/task/10045/stat : 10045 (java) S 9978 9981 7912 0 -1 1077944384 23628 12365 0 0 683 41 9 3 20 0 22 0 3790389 11397763072 433541 33554432000 4194304 4196468 140734530599648 140617994392464 140618788153045 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6496256 140734530607809 140734530610583 140734530610583 140734530613199 0
[pid=9981/tid=10046] ppid=9978 vsize=11130628 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/9981/task/10046/stat : 10046 (java) S 9978 9981 7912 0 -1 1077944384 57 12365 0 0 0 0 9 3 20 0 22 0 3790389 11397763072 433541 33554432000 4194304 4196468 140734530599648 140617993340128 140618788153045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6496256 140734530607809 140734530610583 140734530610583 140734530613199 0
[pid=9981/tid=10047] ppid=9978 vsize=11130628 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/9981/task/10047/stat : 10047 (java) S 9978 9981 7912 0 -1 1077944384 45 12365 0 0 1 0 9 3 20 0 22 0 3790390 11397763072 433541 33554432000 4194304 4196468 140734530599648 140617992286976 140618788153045 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 6496256 140734530607809 140734530610583 140734530610583 140734530613199 0
[pid=9981/tid=10048] ppid=9978 vsize=11130628 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/9981/task/10048/stat : 10048 (java) S 9978 9981 7912 0 -1 1077944384 82 12365 0 0 0 0 9 3 20 0 22 0 3790394 11397763072 433541 33554432000 4194304 4196468 140734530599648 140617991235536 140618788161435 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 6496256 140734530607809 140734530610583 140734530610583 140734530613199 0
[pid=9981/tid=10049] ppid=9978 vsize=11130628 CPUtime=3.49 cores=1,3,5,7,9,11,13,15
/proc/9981/task/10049/stat : 10049 (java) S 9978 9981 7912 0 -1 1077944384 13640 12365 0 0 335 2 9 3 20 0 22 0 3790394 11397763072 433541 33554432000 4194304 4196468 140734530599648 140617990183664 140618788153986 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6496256 140734530607809 140734530610583 140734530610583 140734530613199 0
[pid=9981/tid=10050] ppid=9978 vsize=11130628 CPUtime=3.19 cores=1,3,5,7,9,11,13,15
/proc/9981/task/10050/stat : 10050 (java) S 9978 9981 7912 0 -1 1077944384 10722 12365 0 0 305 2 9 3 20 0 22 0 3790394 11397763072 433541 33554432000 4194304 4196468 140734530599648 140617989131120 140618788153986 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 6496256 140734530607809 140734530610583 140734530610583 140734530613199 0
[pid=9981/tid=10051] ppid=9978 vsize=11130628 CPUtime=3.01 cores=1,3,5,7,9,11,13,15
/proc/9981/task/10051/stat : 10051 (java) S 9978 9981 7912 0 -1 1077944384 9357 12365 0 0 286 3 9 3 20 0 22 0 3790394 11397763072 433541 33554432000 4194304 4196468 140734530599648 140617988068384 140618788153045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6496256 140734530607809 140734530610583 140734530610583 140734530613199 0
[pid=9981/tid=10052] ppid=9978 vsize=11130628 CPUtime=2.23 cores=1,3,5,7,9,11,13,15
/proc/9981/task/10052/stat : 10052 (java) S 9978 9981 7912 0 -1 1077944384 14312 12365 0 0 208 3 9 3 20 0 22 0 3790394 11397763072 433541 33554432000 4194304 4196468 140734530599648 140617987025520 140618788153986 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 6496256 140734530607809 140734530610583 140734530610583 140734530613199 0
[pid=9981/tid=10053] ppid=9978 vsize=11130628 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/9981/task/10053/stat : 10053 (java) S 9978 9981 7912 0 -1 1077944384 3 12365 0 0 0 0 9 3 20 0 22 0 3790394 11397763072 433541 33554432000 4194304 4196468 140734530599648 140617985972704 140618788153045 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 6496256 140734530607809 140734530610583 140734530610583 140734530613199 0
[pid=9981/tid=10054] ppid=9978 vsize=11130628 CPUtime=1.39 cores=1,3,5,7,9,11,13,15
/proc/9981/task/10054/stat : 10054 (java) S 9978 9981 7912 0 -1 1077944384 1895 12365 0 0 60 67 9 3 20 0 22 0 3790395 11397763072 433541 33554432000 4194304 4196468 140734530599648 140617984920240 140618788153986 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 6496256 140734530607809 140734530610583 140734530610583 140734530613199 0
Current children cumulated CPU time (s) 2401.3
Current children cumulated vsize (KiB) 11130628

[startup+2330.7 s]
/proc/loadavg: 1.44 1.44 1.44 3/281 10477
/proc/meminfo: memFree=29775776/32770624 swapFree=5792/372576
[pid=9981] ppid=9978 vsize=11130628 CPUtime=2401.72 cores=1,3,5,7,9,11,13,15
/proc/9981/stat : 9981 (java) S 9978 9981 7912 0 -1 1077944320 236569 12365 0 0 239680 480 9 3 20 0 22 0 3790372 11397763072 433677 33554432000 4194304 4196468 140734530599648 140734530582192 140618788142839 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 6496256 140734530607809 140734530610583 140734530610583 140734530613199 0
/proc/9981/statm: 2782657 433677 3515 1 0 2770212 0
[pid=9981/tid=10036] ppid=9978 vsize=11130628 CPUtime=2310.02 cores=1,3,5,7,9,11,13,15
/proc/9981/task/10036/stat : 10036 (java) S 9978 9981 7912 0 -1 1077944384 89950 12365 0 0 230937 53 9 3 20 0 22 0 3790385 11397763072 433677 33554432000 4194304 4196468 140734530599648 140618792380512 140618788153045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6496256 140734530607809 140734530610583 140734530610583 140734530613199 0
[pid=9981/tid=10037] ppid=9978 vsize=11130628 CPUtime=9.09 cores=1,3,5,7,9,11,13,15
/proc/9981/task/10037/stat : 10037 (java) R 9978 9981 7912 0 -1 4202560 8782 12365 0 0 851 46 9 3 20 0 22 0 3790386 11397763072 433677 33554432000 4194304 4196468 140734530599648 140618714217176 140618772841557 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6496256 140734530607809 140734530610583 140734530610583 140734530613199 0
[pid=9981/tid=10038] ppid=9978 vsize=11130628 CPUtime=9.04 cores=1,3,5,7,9,11,13,15
/proc/9981/task/10038/stat : 10038 (java) R 9978 9981 7912 0 -1 4202560 8304 12365 0 0 850 42 9 3 20 0 22 0 3790386 11397763072 433677 33554432000 4194304 4196468 140734530599648 140618713164632 140618772841709 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6496256 140734530607809 140734530610583 140734530610583 140734530613199 0
[pid=9981/tid=10039] ppid=9978 vsize=11130628 CPUtime=9.1 cores=1,3,5,7,9,11,13,15
/proc/9981/task/10039/stat : 10039 (java) R 9978 9981 7912 0 -1 4202560 6353 12365 0 0 856 42 9 3 20 0 22 0 3790386 11397763072 433677 33554432000 4194304 4196468 140734530599648 140618712111576 140618769752615 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 6496256 140734530607809 140734530610583 140734530610583 140734530613199 0
[pid=9981/tid=10040] ppid=9978 vsize=11130628 CPUtime=9.03 cores=1,3,5,7,9,11,13,15
/proc/9981/task/10040/stat : 10040 (java) R 9978 9981 7912 0 -1 4202560 11314 12365 0 0 843 48 9 3 20 0 22 0 3790386 11397763072 433677 33554432000 4194304 4196468 140734530599648 140618711059032 140618772841611 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 6496256 140734530607809 140734530610583 140734530610583 140734530613199 0
[pid=9981/tid=10041] ppid=9978 vsize=11130628 CPUtime=9.04 cores=1,3,5,7,9,11,13,15
/proc/9981/task/10041/stat : 10041 (java) R 9978 9981 7912 0 -1 4202560 9816 12365 0 0 846 46 9 3 20 0 22 0 3790386 11397763072 433677 33554432000 4194304 4196468 140734530599648 140618710007000 140618780771047 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 6496256 140734530607809 140734530610583 140734530610583 140734530613199 0
[pid=9981/tid=10042] ppid=9978 vsize=11130628 CPUtime=9.16 cores=1,3,5,7,9,11,13,15
/proc/9981/task/10042/stat : 10042 (java) R 9978 9981 7912 0 -1 4202560 6472 12365 0 0 862 42 9 3 20 0 22 0 3790386 11397763072 433677 33554432000 4194304 4196468 140734530599648 140618708954144 140618772841595 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 6496256 140734530607809 140734530610583 140734530610583 140734530613199 0
[pid=9981/tid=10043] ppid=9978 vsize=11130628 CPUtime=9 cores=1,3,5,7,9,11,13,15
/proc/9981/task/10043/stat : 10043 (java) R 9978 9981 7912 0 -1 4202560 9798 12365 0 0 845 43 9 3 20 0 22 0 3790386 11397763072 433677 33554432000 4194304 4196468 140734530599648 140618707901400 140618772841677 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6496256 140734530607809 140734530610583 140734530610583 140734530613199 0
[pid=9981/tid=10044] ppid=9978 vsize=11130628 CPUtime=9.05 cores=1,3,5,7,9,11,13,15
/proc/9981/task/10044/stat : 10044 (java) R 9978 9981 7912 0 -1 4202560 9502 12365 0 0 850 43 9 3 20 0 22 0 3790386 11397763072 433677 33554432000 4194304 4196468 140734530599648 140618706848856 140618772600461 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 6496256 140734530607809 140734530610583 140734530610583 140734530613199 0
[pid=9981/tid=10045] ppid=9978 vsize=11130628 CPUtime=7.4 cores=1,3,5,7,9,11,13,15
/proc/9981/task/10045/stat : 10045 (java) S 9978 9981 7912 0 -1 1077944384 23915 12365 0 0 687 41 9 3 20 0 22 0 3790389 11397763072 433677 33554432000 4194304 4196468 140734530599648 140617994392464 140618788153045 0 0 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 6496256 140734530607809 140734530610583 140734530610583 140734530613199 0
[pid=9981/tid=10046] ppid=9978 vsize=11130628 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/9981/task/10046/stat : 10046 (java) S 9978 9981 7912 0 -1 1077944384 59 12365 0 0 0 0 9 3 20 0 22 0 3790389 11397763072 433677 33554432000 4194304 4196468 140734530599648 140617993339664 140618788153986 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6496256 140734530607809 140734530610583 140734530610583 140734530613199 0
[pid=9981/tid=10047] ppid=9978 vsize=11130628 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/9981/task/10047/stat : 10047 (java) S 9978 9981 7912 0 -1 1077944384 46 12365 0 0 1 0 9 3 20 0 22 0 3790390 11397763072 433677 33554432000 4194304 4196468 140734530599648 140617992286576 140618788153045 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 6496256 140734530607809 140734530610583 140734530610583 140734530613199 0
[pid=9981/tid=10048] ppid=9978 vsize=11130628 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/9981/task/10048/stat : 10048 (java) S 9978 9981 7912 0 -1 1077944384 82 12365 0 0 0 0 9 3 20 0 22 0 3790394 11397763072 433677 33554432000 4194304 4196468 140734530599648 140617991235536 140618788161435 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 6496256 140734530607809 140734530610583 140734530610583 140734530613199 0
[pid=9981/tid=10049] ppid=9978 vsize=11130628 CPUtime=3.49 cores=1,3,5,7,9,11,13,15
/proc/9981/task/10049/stat : 10049 (java) S 9978 9981 7912 0 -1 1077944384 13640 12365 0 0 335 2 9 3 20 0 22 0 3790394 11397763072 433677 33554432000 4194304 4196468 140734530599648 140617990183664 140618788153986 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6496256 140734530607809 140734530610583 140734530610583 140734530613199 0
[pid=9981/tid=10050] ppid=9978 vsize=11130628 CPUtime=3.19 cores=1,3,5,7,9,11,13,15
/proc/9981/task/10050/stat : 10050 (java) S 9978 9981 7912 0 -1 1077944384 10722 12365 0 0 305 2 9 3 20 0 22 0 3790394 11397763072 433677 33554432000 4194304 4196468 140734530599648 140617989131120 140618788153986 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 6496256 140734530607809 140734530610583 140734530610583 140734530613199 0
[pid=9981/tid=10051] ppid=9978 vsize=11130628 CPUtime=3.01 cores=1,3,5,7,9,11,13,15
/proc/9981/task/10051/stat : 10051 (java) S 9978 9981 7912 0 -1 1077944384 9361 12365 0 0 286 3 9 3 20 0 22 0 3790394 11397763072 433677 33554432000 4194304 4196468 140734530599648 140617988069024 140618788153045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6496256 140734530607809 140734530610583 140734530610583 140734530613199 0
[pid=9981/tid=10052] ppid=9978 vsize=11130628 CPUtime=2.23 cores=1,3,5,7,9,11,13,15
/proc/9981/task/10052/stat : 10052 (java) S 9978 9981 7912 0 -1 1077944384 14312 12365 0 0 208 3 9 3 20 0 22 0 3790394 11397763072 433677 33554432000 4194304 4196468 140734530599648 140617987025520 140618788153986 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 6496256 140734530607809 140734530610583 140734530610583 140734530613199 0
[pid=9981/tid=10053] ppid=9978 vsize=11130628 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/9981/task/10053/stat : 10053 (java) S 9978 9981 7912 0 -1 1077944384 3 12365 0 0 0 0 9 3 20 0 22 0 3790394 11397763072 433677 33554432000 4194304 4196468 140734530599648 140617985972704 140618788153045 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 6496256 140734530607809 140734530610583 140734530610583 140734530613199 0
[pid=9981/tid=10054] ppid=9978 vsize=11130628 CPUtime=1.39 cores=1,3,5,7,9,11,13,15
/proc/9981/task/10054/stat : 10054 (java) S 9978 9981 7912 0 -1 1077944384 1895 12365 0 0 60 67 9 3 20 0 22 0 3790395 11397763072 433677 33554432000 4194304 4196468 140734530599648 140617984920240 140618788153986 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 6496256 140734530607809 140734530610583 140734530610583 140734530613199 0
Current children cumulated CPU time (s) 2401.72
Current children cumulated vsize (KiB) 11130628

Child status: 143
Real time (s): 2330.77
CPU time (s): 2401.99
CPU user time (s): 2397.13
CPU system time (s): 4.85872
CPU usage (%): 103.056
Max. virtual memory (cumulated for all children) (KiB): 11130628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2397.13
system time used= 4.85872
maximum resident set size= 1814872
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 249077
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2736
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 305851
involuntary context switches= 185420

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.9522 second user time and 21.4727 second system time

The end

Launcher Data

Begin job on node125 at 2017-07-22 03:00:27
IDJOB=4244365
IDBENCH=115607
IDSOLVER=2630
FILE ID=node125/4244365-1500685227
RUNJOBID= node125-1500682887-8969
PBS_JOBID= 20623328
Free space on /tmp= 61952 MiB

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

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

MD5SUM BENCH= 1edbd0f724acb79b93e779b216f6b499
RANDOM SEED=1787418667

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		: 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		: 2668.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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.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		: 2133.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.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		: 1733.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.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		: 2133.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.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:        30759388 kB
MemAvailable:   31080008 kB
Buffers:          107640 kB
Cached:           516416 kB
SwapCached:            0 kB
Active:          1268948 kB
Inactive:         352456 kB
Active(anon):     999968 kB
Inactive(anon):     8752 kB
Active(file):     268980 kB
Inactive(file):   343704 kB
Unevictable:        5792 kB
Mlocked:            5792 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24264 kB
Writeback:             4 kB
AnonPages:       1111408 kB
Mapped:            43028 kB
Shmem:              8840 kB
Slab:              80720 kB
SReclaimable:      47544 kB
SUnreclaim:        33176 kB
KernelStack:        4912 kB
PageTables:         6960 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1841504 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    956416 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:18