Trace number 4247243

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
R1: Concrete 3.4? (TO) 2401.08 2337.76

General information on the benchmark

NameDubois/Dubois-m1-s1/
Dubois-090.xml
MD5SUM328d51b82070b586362c1099b738d751
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.015376
Satisfiable
(Un)Satisfiability was proved
Number of variables270
Number of constraints180
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":270}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":270}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":180}]
Number of extensional constraints180
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":180}]
Optimization problemNO
Type of objective

Solver Data

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

pid=22428
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.22 1.34 1.44 4/261 22431
/proc/meminfo: memFree=30847860/32770624 swapFree=5920/148636
[pid=22431] ppid=22428 vsize=9508 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/22431/stat : 22431 (bash) S 22428 22431 19746 0 -1 4202496 687 1531 0 0 0 0 0 0 20 0 1 0 8144555 9736192 351 33554432000 4194304 5098028 140720532625040 140720532622680 139667168340992 0 0 4100 65536 18446744071580971376 0 0 17 10 0 0 0 0 0 7196144 7232144 26423296 140720532628750 140720532628835 140720532628835 140720532631534 0
/proc/22431/statm: 2377 351 278 221 0 86 0

[startup+0.100124 s]
/proc/loadavg: 1.22 1.34 1.44 4/261 22431
/proc/meminfo: memFree=30847860/32770624 swapFree=5920/148636
[pid=22431] ppid=22428 vsize=9640 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/22431/stat : 22431 (bash) S 22428 22431 19746 0 -1 4202496 885 6412 0 0 0 0 0 1 20 0 1 0 8144555 9871360 378 33554432000 4194304 5098028 140720532625040 140720532619048 139667168340992 0 0 4100 65536 18446744071580971376 0 0 17 4 0 0 0 0 0 7196144 7232144 26423296 140720532628750 140720532628835 140720532628835 140720532631534 0
/proc/22431/statm: 2410 378 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200356 s]
/proc/loadavg: 1.22 1.34 1.44 4/261 22431
/proc/meminfo: memFree=30847860/32770624 swapFree=5920/148636
[pid=22431] ppid=22428 vsize=10435860 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/22431/stat : 22431 (java) S 22428 22431 19746 0 -1 1077944320 5013 12544 0 0 6 1 8 3 20 0 13 0 8144555 10686320640 5369 33554432000 4194304 4196468 140733405142816 140733405125360 139918971588343 0 0 0 16800971 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 24989696 140733405145793 140733405148567 140733405148567 140733405151183 0
/proc/22431/statm: 2608965 5369 2171 1 0 2597403 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 10435860

[startup+0.300266 s]
/proc/loadavg: 1.22 1.34 1.44 4/261 22431
/proc/meminfo: memFree=30847860/32770624 swapFree=5920/148636
[pid=22431] ppid=22428 vsize=10902292 CPUtime=0.36 cores=0,2,4,6,8,10,12,14
/proc/22431/stat : 22431 (java) S 22428 22431 19746 0 -1 1077944320 8273 12544 0 0 22 3 8 3 20 0 20 0 8144555 11163947008 9350 33554432000 4194304 4196468 140733405142816 140733405125360 139918971588343 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 24989696 140733405145793 140733405148567 140733405148567 140733405151183 0
/proc/22431/statm: 2725573 9350 2971 1 0 2713890 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 10902292

[startup+0.700171 s]
/proc/loadavg: 1.22 1.34 1.44 4/261 22431
/proc/meminfo: memFree=30847860/32770624 swapFree=5920/148636
[pid=22431] ppid=22428 vsize=10902720 CPUtime=0.94 cores=0,2,4,6,8,10,12,14
/proc/22431/stat : 22431 (java) S 22428 22431 19746 0 -1 1077944320 12830 12544 0 0 79 4 8 3 20 0 20 0 8144555 11164385280 16087 33554432000 4194304 4196468 140733405142816 140733405125360 139918971588343 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 24989696 140733405145793 140733405148567 140733405148567 140733405151183 0
/proc/22431/statm: 2725680 16087 3219 1 0 2713890 0
Current children cumulated CPU time (s) 0.94
Current children cumulated vsize (KiB) 10902720

[startup+1.50611 s]
/proc/loadavg: 1.28 1.35 1.44 5/281 22504
/proc/meminfo: memFree=30710368/32770624 swapFree=5920/148636
[pid=22431] ppid=22428 vsize=10913344 CPUtime=2.32 cores=0,2,4,6,8,10,12,14
/proc/22431/stat : 22431 (java) S 22428 22431 19746 0 -1 1077944320 27065 12544 0 0 207 14 8 3 20 0 20 0 8144555 11175264256 44701 33554432000 4194304 4196468 140733405142816 140733405125360 139918971588343 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 24989696 140733405145793 140733405148567 140733405148567 140733405151183 0
/proc/22431/statm: 2728336 44701 3401 1 0 2716450 0
[pid=22431/tid=22486] ppid=22428 vsize=10913344 CPUtime=1.43 cores=0,2,4,6,8,10,12,14
/proc/22431/task/22486/stat : 22486 (java) R 22428 22431 19746 0 -1 4202560 19772 12544 0 0 127 5 8 3 20 0 20 0 8144567 11175264256 44701 33554432000 4194304 4196468 140733405142816 139918975802208 139918971600278 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24989696 140733405145793 140733405148567 140733405148567 140733405151183 0
[pid=22431/tid=22487] ppid=22428 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/22431/task/22487/stat : 22487 (java) S 22428 22431 19746 0 -1 1077944384 53 12544 0 0 1 0 8 3 20 0 20 0 8144568 11175264256 44701 33554432000 4194304 4196468 140733405142816 139918897662224 139918971598549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24989696 140733405145793 140733405148567 140733405148567 140733405151183 0
[pid=22431/tid=22488] ppid=22428 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/22431/task/22488/stat : 22488 (java) S 22428 22431 19746 0 -1 1077944384 35 12544 0 0 1 0 8 3 20 0 20 0 8144568 11175264256 44701 33554432000 4194304 4196468 140733405142816 139918896609680 139918971598549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24989696 140733405145793 140733405148567 140733405148567 140733405151183 0
[pid=22431/tid=22489] ppid=22428 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/22431/task/22489/stat : 22489 (java) S 22428 22431 19746 0 -1 1077944384 23 12544 0 0 1 0 8 3 20 0 20 0 8144568 11175264256 44701 33554432000 4194304 4196468 140733405142816 139918895557136 139918971598549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24989696 140733405145793 140733405148567 140733405148567 140733405151183 0
[pid=22431/tid=22490] ppid=22428 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/22431/task/22490/stat : 22490 (java) S 22428 22431 19746 0 -1 1077944384 147 12544 0 0 1 0 8 3 20 0 20 0 8144568 11175264256 44701 33554432000 4194304 4196468 140733405142816 139918575659664 139918971598549 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 24989696 140733405145793 140733405148567 140733405148567 140733405151183 0
[pid=22431/tid=22491] ppid=22428 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/22431/task/22491/stat : 22491 (java) S 22428 22431 19746 0 -1 1077944384 31 12544 0 0 1 0 8 3 20 0 20 0 8144568 11175264256 44701 33554432000 4194304 4196468 140733405142816 139918574607120 139918971598549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24989696 140733405145793 140733405148567 140733405148567 140733405151183 0
[pid=22431/tid=22492] ppid=22428 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/22431/task/22492/stat : 22492 (java) S 22428 22431 19746 0 -1 1077944384 25 12544 0 0 1 0 8 3 20 0 20 0 8144568 11175264256 44701 33554432000 4194304 4196468 140733405142816 139918573554576 139918971598549 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 24989696 140733405145793 140733405148567 140733405148567 140733405151183 0
[pid=22431/tid=22493] ppid=22428 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/22431/task/22493/stat : 22493 (java) S 22428 22431 19746 0 -1 1077944384 20 12544 0 0 1 0 8 3 20 0 20 0 8144568 11175264256 44701 33554432000 4194304 4196468 140733405142816 139918572502032 139918971598549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24989696 140733405145793 140733405148567 140733405148567 140733405151183 0
[pid=22431/tid=22494] ppid=22428 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/22431/task/22494/stat : 22494 (java) S 22428 22431 19746 0 -1 1077944384 23 12544 0 0 0 0 8 3 20 0 20 0 8144568 11175264256 44701 33554432000 4194304 4196468 140733405142816 139918571449488 139918971598549 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 24989696 140733405145793 140733405148567 140733405148567 140733405151183 0
[pid=22431/tid=22495] ppid=22428 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/22431/task/22495/stat : 22495 (java) S 22428 22431 19746 0 -1 1077944384 1457 12544 0 0 1 0 8 3 20 0 20 0 8144571 11175264256 44701 33554432000 4194304 4196468 140733405142816 139918446209008 139918971599490 0 0 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 24989696 140733405145793 140733405148567 140733405148567 140733405151183 0
[pid=22431/tid=22496] ppid=22428 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/22431/task/22496/stat : 22496 (java) S 22428 22431 19746 0 -1 1077944384 56 12544 0 0 0 0 8 3 20 0 20 0 8144572 11175264256 44701 33554432000 4194304 4196468 140733405142816 139918445155296 139918971598549 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 24989696 140733405145793 140733405148567 140733405148567 140733405151183 0
[pid=22431/tid=22497] ppid=22428 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/22431/task/22497/stat : 22497 (java) S 22428 22431 19746 0 -1 1077944384 43 12544 0 0 0 0 8 3 20 0 20 0 8144572 11175264256 44701 33554432000 4194304 4196468 140733405142816 139918444102640 139918971598549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24989696 140733405145793 140733405148567 140733405148567 140733405151183 0
[pid=22431/tid=22498] ppid=22428 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/22431/task/22498/stat : 22498 (java) S 22428 22431 19746 0 -1 1077944384 1 12544 0 0 0 0 8 3 20 0 20 0 8144576 11175264256 44701 33554432000 4194304 4196468 140733405142816 139918443051216 139918971606939 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 24989696 140733405145793 140733405148567 140733405148567 140733405151183 0
[pid=22431/tid=22499] ppid=22428 vsize=10913344 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/22431/task/22499/stat : 22499 (java) S 22428 22431 19746 0 -1 1077944384 789 12544 0 0 9 0 8 3 20 0 20 0 8144576 11175264256 44701 33554432000 4194304 4196468 140733405142816 139918441998832 139918971599490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24989696 140733405145793 140733405148567 140733405148567 140733405151183 0
[pid=22431/tid=22500] ppid=22428 vsize=10913344 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/22431/task/22500/stat : 22500 (java) S 22428 22431 19746 0 -1 1077944384 488 12544 0 0 13 0 8 3 20 0 20 0 8144576 11175264256 44701 33554432000 4194304 4196468 140733405142816 139918440946288 139918971599490 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 24989696 140733405145793 140733405148567 140733405148567 140733405151183 0
[pid=22431/tid=22501] ppid=22428 vsize=10913344 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/22431/task/22501/stat : 22501 (java) S 22428 22431 19746 0 -1 1077944384 843 12544 0 0 16 0 8 3 20 0 20 0 8144576 11175264256 44701 33554432000 4194304 4196468 140733405142816 139918439893744 139918971599490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24989696 140733405145793 140733405148567 140733405148567 140733405151183 0
[pid=22431/tid=22502] ppid=22428 vsize=10913344 CPUtime=0.39 cores=0,2,4,6,8,10,12,14
/proc/22431/task/22502/stat : 22502 (java) R 22428 22431 19746 0 -1 4202560 1117 12544 0 0 28 0 8 3 20 0 20 0 8144576 11175264256 44701 33554432000 4194304 4196468 140733405142816 139918438841200 139918971609690 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 24989696 140733405145793 140733405148567 140733405148567 140733405151183 0
[pid=22431/tid=22503] ppid=22428 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/22431/task/22503/stat : 22503 (java) S 22428 22431 19746 0 -1 1077944384 3 12544 0 0 0 0 8 3 20 0 20 0 8144576 11175264256 44701 33554432000 4194304 4196468 140733405142816 139918437787872 139918971598549 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 24989696 140733405145793 140733405148567 140733405148567 140733405151183 0
[pid=22431/tid=22504] ppid=22428 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/22431/task/22504/stat : 22504 (java) S 22428 22431 19746 0 -1 1077944384 6 12544 0 0 0 0 8 3 20 0 20 0 8144577 11175264256 44701 33554432000 4194304 4196468 140733405142816 139918436735408 139918971599490 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 24989696 140733405145793 140733405148567 140733405148567 140733405151183 0
Current children cumulated CPU time (s) 2.32
Current children cumulated vsize (KiB) 10913344

[startup+3.10103 s]
/proc/loadavg: 1.28 1.35 1.44 5/281 22504
/proc/meminfo: memFree=30635436/32770624 swapFree=5920/148636
[pid=22431] ppid=22428 vsize=10927868 CPUtime=6.12 cores=0,2,4,6,8,10,12,14
/proc/22431/stat : 22431 (java) S 22428 22431 19746 0 -1 1077944320 47419 12544 0 0 579 22 8 3 20 0 20 0 8144555 11190136832 57683 33554432000 4194304 4196468 140733405142816 140733405125360 139918971588343 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 24989696 140733405145793 140733405148567 140733405148567 140733405151183 0
/proc/22431/statm: 2731967 57683 3473 1 0 2719522 0
[pid=22431/tid=22486] ppid=22428 vsize=10927868 CPUtime=3.02 cores=0,2,4,6,8,10,12,14
/proc/22431/task/22486/stat : 22486 (java) R 22428 22431 19746 0 -1 4202560 33178 12544 0 0 282 9 8 3 20 0 20 0 8144567 11190136832 57683 33554432000 4194304 4196468 140733405142816 139918975810192 139918955668830 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24989696 140733405145793 140733405148567 140733405148567 140733405151183 0
[pid=22431/tid=22487] ppid=22428 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/22431/task/22487/stat : 22487 (java) S 22428 22431 19746 0 -1 1077944384 53 12544 0 0 1 0 8 3 20 0 20 0 8144568 11190136832 57683 33554432000 4194304 4196468 140733405142816 139918897662224 139918971598549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24989696 140733405145793 140733405148567 140733405148567 140733405151183 0
[pid=22431/tid=22488] ppid=22428 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/22431/task/22488/stat : 22488 (java) S 22428 22431 19746 0 -1 1077944384 35 12544 0 0 1 0 8 3 20 0 20 0 8144568 11190136832 57683 33554432000 4194304 4196468 140733405142816 139918896609680 139918971598549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24989696 140733405145793 140733405148567 140733405148567 140733405151183 0
[pid=22431/tid=22489] ppid=22428 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/22431/task/22489/stat : 22489 (java) S 22428 22431 19746 0 -1 1077944384 23 12544 0 0 1 0 8 3 20 0 20 0 8144568 11190136832 57683 33554432000 4194304 4196468 140733405142816 139918895557136 139918971598549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24989696 140733405145793 140733405148567 140733405148567 140733405151183 0
[pid=22431/tid=22490] ppid=22428 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/22431/task/22490/stat : 22490 (java) S 22428 22431 19746 0 -1 1077944384 147 12544 0 0 1 0 8 3 20 0 20 0 8144568 11190136832 57683 33554432000 4194304 4196468 140733405142816 139918575659664 139918971598549 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 24989696 140733405145793 140733405148567 140733405148567 140733405151183 0
[pid=22431/tid=22491] ppid=22428 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/22431/task/22491/stat : 22491 (java) S 22428 22431 19746 0 -1 1077944384 31 12544 0 0 1 0 8 3 20 0 20 0 8144568 11190136832 57683 33554432000 4194304 4196468 140733405142816 139918574607120 139918971598549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24989696 140733405145793 140733405148567 140733405148567 140733405151183 0
[pid=22431/tid=22492] ppid=22428 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/22431/task/22492/stat : 22492 (java) S 22428 22431 19746 0 -1 1077944384 25 12544 0 0 1 0 8 3 20 0 20 0 8144568 11190136832 57683 33554432000 4194304 4196468 140733405142816 139918573554576 139918971598549 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 24989696 140733405145793 140733405148567 140733405148567 140733405151183 0
[pid=22431/tid=22493] ppid=22428 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/22431/task/22493/stat : 22493 (java) S 22428 22431 19746 0 -1 1077944384 20 12544 0 0 1 0 8 3 20 0 20 0 8144568 11190136832 57683 33554432000 4194304 4196468 140733405142816 139918572502032 139918971598549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24989696 140733405145793 140733405148567 140733405148567 140733405151183 0
[pid=22431/tid=22494] ppid=22428 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/22431/task/22494/stat : 22494 (java) S 22428 22431 19746 0 -1 1077944384 23 12544 0 0 0 0 8 3 20 0 20 0 8144568 11190136832 57683 33554432000 4194304 4196468 140733405142816 139918571449488 139918971598549 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 24989696 140733405145793 140733405148567 140733405148567 140733405151183 0
[pid=22431/tid=22495] ppid=22428 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/22431/task/22495/stat : 22495 (java) S 22428 22431 19746 0 -1 1077944384 1488 12544 0 0 1 0 8 3 20 0 20 0 8144571 11190136832 57683 33554432000 4194304 4196468 140733405142816 139918446209008 139918971599490 0 0 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 24989696 140733405145793 140733405148567 140733405148567 140733405151183 0
[pid=22431/tid=22496] ppid=22428 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/22431/task/22496/stat : 22496 (java) S 22428 22431 19746 0 -1 1077944384 56 12544 0 0 0 0 8 3 20 0 20 0 8144572 11190136832 57683 33554432000 4194304 4196468 140733405142816 139918445155296 139918971598549 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 24989696 140733405145793 140733405148567 140733405148567 140733405151183 0
[pid=22431/tid=22497] ppid=22428 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/22431/task/22497/stat : 22497 (java) S 22428 22431 19746 0 -1 1077944384 43 12544 0 0 0 0 8 3 20 0 20 0 8144572 11190136832 57683 33554432000 4194304 4196468 140733405142816 139918444102640 139918971598549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24989696 140733405145793 140733405148567 140733405148567 140733405151183 0
[pid=22431/tid=22498] ppid=22428 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/22431/task/22498/stat : 22498 (java) S 22428 22431 19746 0 -1 1077944384 1 12544 0 0 0 0 8 3 20 0 20 0 8144576 11190136832 57683 33554432000 4194304 4196468 140733405142816 139918443051216 139918971606939 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 24989696 140733405145793 140733405148567 140733405148567 140733405151183 0
[pid=22431/tid=22499] ppid=22428 vsize=10927868 CPUtime=0.48 cores=0,2,4,6,8,10,12,14
/proc/22431/task/22499/stat : 22499 (java) S 22428 22431 19746 0 -1 1077944384 1401 12544 0 0 36 1 8 3 20 0 20 0 8144576 11190136832 57683 33554432000 4194304 4196468 140733405142816 139918441998832 139918971599490 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 24989696 140733405145793 140733405148567 140733405148567 140733405151183 0
[pid=22431/tid=22500] ppid=22428 vsize=10927868 CPUtime=0.55 cores=0,2,4,6,8,10,12,14
/proc/22431/task/22500/stat : 22500 (java) S 22428 22431 19746 0 -1 1077944384 941 12544 0 0 43 1 8 3 20 0 20 0 8144576 11190136832 57683 33554432000 4194304 4196468 140733405142816 139918440946288 139918971599490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24989696 140733405145793 140733405148567 140733405148567 140733405151183 0
[pid=22431/tid=22501] ppid=22428 vsize=10927868 CPUtime=1.13 cores=0,2,4,6,8,10,12,14
/proc/22431/task/22501/stat : 22501 (java) R 22428 22431 19746 0 -1 4202560 4511 12544 0 0 101 1 8 3 20 0 20 0 8144576 11190136832 57683 33554432000 4194304 4196468 140733405142816 139918439874832 139918954999144 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24989696 140733405145793 140733405148567 140733405148567 140733405151183 0
[pid=22431/tid=22502] ppid=22428 vsize=10927868 CPUtime=1.16 cores=0,2,4,6,8,10,12,14
/proc/22431/task/22502/stat : 22502 (java) S 22428 22431 19746 0 -1 1077944384 3301 12544 0 0 104 1 8 3 20 0 20 0 8144576 11190136832 57683 33554432000 4194304 4196468 140733405142816 139918438841200 139918971599490 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 24989696 140733405145793 140733405148567 140733405148567 140733405151183 0
[pid=22431/tid=22503] ppid=22428 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/22431/task/22503/stat : 22503 (java) S 22428 22431 19746 0 -1 1077944384 3 12544 0 0 0 0 8 3 20 0 20 0 8144576 11190136832 57683 33554432000 4194304 4196468 140733405142816 139918437787872 139918971598549 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 24989696 140733405145793 140733405148567 140733405148567 140733405151183 0
[pid=22431/tid=22504] ppid=22428 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/22431/task/22504/stat : 22504 (java) S 22428 22431 19746 0 -1 1077944384 7 12544 0 0 0 0 8 3 20 0 20 0 8144577 11190136832 57683 33554432000 4194304 4196468 140733405142816 139918436735408 139918971599490 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 24989696 140733405145793 140733405148567 140733405148567 140733405151183 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 10927868

[startup+6.30081 s]
/proc/loadavg: 1.28 1.35 1.44 4/281 22504
/proc/meminfo: memFree=30423576/32770624 swapFree=5920/148648
[pid=22431] ppid=22428 vsize=10995452 CPUtime=13.58 cores=0,2,4,6,8,10,12,14
/proc/22431/stat : 22431 (java) S 22428 22431 19746 0 -1 1077944320 66309 12544 0 0 1313 34 8 3 20 0 20 0 8144555 11259342848 103434 33554432000 4194304 4196468 140733405142816 140733405125360 139918971588343 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 24989696 140733405145793 140733405148567 140733405148567 140733405151183 0
/proc/22431/statm: 2748863 103434 3504 1 0 2736418 0
[pid=22431/tid=22486] ppid=22428 vsize=10995452 CPUtime=6.16 cores=0,2,4,6,8,10,12,14
/proc/22431/task/22486/stat : 22486 (java) R 22428 22431 19746 0 -1 4202560 41623 12544 0 0 593 12 8 3 20 0 20 0 8144567 11259342848 103434 33554432000 4194304 4196468 140733405142816 139918975824120 139918589027213 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24989696 140733405145793 140733405148567 140733405148567 140733405151183 0
[pid=22431/tid=22487] ppid=22428 vsize=10995452 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/22431/task/22487/stat : 22487 (java) S 22428 22431 19746 0 -1 1077944384 72 12544 0 0 3 1 8 3 20 0 20 0 8144568 11259342848 103434 33554432000 4194304 4196468 140733405142816 139918897662224 139918971598549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24989696 140733405145793 140733405148567 140733405148567 140733405151183 0
[pid=22431/tid=22488] ppid=22428 vsize=10995452 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/22431/task/22488/stat : 22488 (java) S 22428 22431 19746 0 -1 1077944384 83 12544 0 0 3 1 8 3 20 0 20 0 8144568 11259342848 103434 33554432000 4194304 4196468 140733405142816 139918896609680 139918971598549 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 24989696 140733405145793 140733405148567 140733405148567 140733405151183 0
[pid=22431/tid=22489] ppid=22428 vsize=10995452 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/22431/task/22489/stat : 22489 (java) S 22428 22431 19746 0 -1 1077944384 829 12544 0 0 3 1 8 3 20 0 20 0 8144568 11259342848 103434 33554432000 4194304 4196468 140733405142816 139918895557136 139918971598549 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 24989696 140733405145793 140733405148567 140733405148567 140733405151183 0
[pid=22431/tid=22490] ppid=22428 vsize=10995452 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/22431/task/22490/stat : 22490 (java) S 22428 22431 19746 0 -1 1077944384 206 12544 0 0 2 1 8 3 20 0 20 0 8144568 11259342848 103434 33554432000 4194304 4196468 140733405142816 139918575659664 139918971598549 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 24989696 140733405145793 140733405148567 140733405148567 140733405151183 0
[pid=22431/tid=22491] ppid=22428 vsize=10995452 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/22431/task/22491/stat : 22491 (java) S 22428 22431 19746 0 -1 1077944384 78 12544 0 0 3 1 8 3 20 0 20 0 8144568 11259342848 103434 33554432000 4194304 4196468 140733405142816 139918574607120 139918971598549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24989696 140733405145793 140733405148567 140733405148567 140733405151183 0
[pid=22431/tid=22492] ppid=22428 vsize=10995452 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/22431/task/22492/stat : 22492 (java) S 22428 22431 19746 0 -1 1077944384 73 12544 0 0 3 1 8 3 20 0 20 0 8144568 11259342848 103434 33554432000 4194304 4196468 140733405142816 139918573554576 139918971598549 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 24989696 140733405145793 140733405148567 140733405148567 140733405151183 0
[pid=22431/tid=22493] ppid=22428 vsize=10995452 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/22431/task/22493/stat : 22493 (java) S 22428 22431 19746 0 -1 1077944384 73 12544 0 0 3 1 8 3 20 0 20 0 8144568 11259342848 103434 33554432000 4194304 4196468 140733405142816 139918572502032 139918971598549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24989696 140733405145793 140733405148567 140733405148567 140733405151183 0
[pid=22431/tid=22494] ppid=22428 vsize=10995452 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/22431/task/22494/stat : 22494 (java) S 22428 22431 19746 0 -1 1077944384 92 12544 0 0 2 1 8 3 20 0 20 0 8144568 11259342848 103434 33554432000 4194304 4196468 140733405142816 139918571449488 139918971598549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24989696 140733405145793 140733405148567 140733405148567 140733405151183 0
[pid=22431/tid=22495] ppid=22428 vsize=10995452 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/22431/task/22495/stat : 22495 (java) S 22428 22431 19746 0 -1 1077944384 2372 12544 0 0 4 0 8 3 20 0 20 0 8144571 11259342848 103434 33554432000 4194304 4196468 140733405142816 139918446209008 139918971599490 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24989696 140733405145793 140733405148567 140733405148567 140733405151183 0
[pid=22431/tid=22496] ppid=22428 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/22431/task/22496/stat : 22496 (java) S 22428 22431 19746 0 -1 1077944384 56 12544 0 0 0 0 8 3 20 0 20 0 8144572 11259342848 103434 33554432000 4194304 4196468 140733405142816 139918445155360 139918971598549 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 24989696 140733405145793 140733405148567 140733405148567 140733405151183 0
[pid=22431/tid=22497] ppid=22428 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/22431/task/22497/stat : 22497 (java) S 22428 22431 19746 0 -1 1077944384 43 12544 0 0 0 0 8 3 20 0 20 0 8144572 11259342848 103434 33554432000 4194304 4196468 140733405142816 139918444102656 139918971598549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24989696 140733405145793 140733405148567 140733405148567 140733405151183 0
[pid=22431/tid=22498] ppid=22428 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/22431/task/22498/stat : 22498 (java) S 22428 22431 19746 0 -1 1077944384 1 12544 0 0 0 0 8 3 20 0 20 0 8144576 11259342848 103434 33554432000 4194304 4196468 140733405142816 139918443051216 139918971606939 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 24989696 140733405145793 140733405148567 140733405148567 140733405151183 0
[pid=22431/tid=22499] ppid=22428 vsize=10995452 CPUtime=1.66 cores=0,2,4,6,8,10,12,14
/proc/22431/task/22499/stat : 22499 (java) S 22428 22431 19746 0 -1 1077944384 3503 12544 0 0 154 1 8 3 20 0 20 0 8144576 11259342848 103434 33554432000 4194304 4196468 140733405142816 139918441998832 139918971599490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24989696 140733405145793 140733405148567 140733405148567 140733405151183 0
[pid=22431/tid=22500] ppid=22428 vsize=10995452 CPUtime=1.66 cores=0,2,4,6,8,10,12,14
/proc/22431/task/22500/stat : 22500 (java) S 22428 22431 19746 0 -1 1077944384 2261 12544 0 0 153 2 8 3 20 0 20 0 8144576 11259342848 103434 33554432000 4194304 4196468 140733405142816 139918440946288 139918971599490 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 24989696 140733405145793 140733405148567 140733405148567 140733405151183 0
[pid=22431/tid=22501] ppid=22428 vsize=10995452 CPUtime=2.55 cores=0,2,4,6,8,10,12,14
/proc/22431/task/22501/stat : 22501 (java) S 22428 22431 19746 0 -1 1077944384 8433 12544 0 0 242 2 8 3 20 0 20 0 8144576 11259342848 103434 33554432000 4194304 4196468 140733405142816 139918439893744 139918971599490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24989696 140733405145793 140733405148567 140733405148567 140733405151183 0
[pid=22431/tid=22502] ppid=22428 vsize=10995452 CPUtime=1.5 cores=0,2,4,6,8,10,12,14
/proc/22431/task/22502/stat : 22502 (java) S 22428 22431 19746 0 -1 1077944384 4367 12544 0 0 138 1 8 3 20 0 20 0 8144576 11259342848 103434 33554432000 4194304 4196468 140733405142816 139918438841200 139918971599490 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 24989696 140733405145793 140733405148567 140733405148567 140733405151183 0
[pid=22431/tid=22503] ppid=22428 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14

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

[pid=22431/tid=22500] ppid=22428 vsize=10995452 CPUtime=1.67 cores=0,2,4,6,8,10,12,14
/proc/22431/task/22500/stat : 22500 (java) S 22428 22431 19746 0 -1 1077944384 2428 12544 0 0 154 2 8 3 20 0 20 0 8144576 11259342848 255876 33554432000 4194304 4196468 140733405142816 139918440946288 139918971599490 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24989696 140733405145793 140733405148567 140733405148567 140733405151183 0
[pid=22431/tid=22501] ppid=22428 vsize=10995452 CPUtime=2.57 cores=0,2,4,6,8,10,12,14
/proc/22431/task/22501/stat : 22501 (java) S 22428 22431 19746 0 -1 1077944384 8522 12544 0 0 244 2 8 3 20 0 20 0 8144576 11259342848 255876 33554432000 4194304 4196468 140733405142816 139918439893744 139918971599490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24989696 140733405145793 140733405148567 140733405148567 140733405151183 0
[pid=22431/tid=22502] ppid=22428 vsize=10995452 CPUtime=1.53 cores=0,2,4,6,8,10,12,14
/proc/22431/task/22502/stat : 22502 (java) S 22428 22431 19746 0 -1 1077944384 10384 12544 0 0 139 3 8 3 20 0 20 0 8144576 11259342848 255876 33554432000 4194304 4196468 140733405142816 139918438841200 139918971599490 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24989696 140733405145793 140733405148567 140733405148567 140733405151183 0
[pid=22431/tid=22503] ppid=22428 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/22431/task/22503/stat : 22503 (java) S 22428 22431 19746 0 -1 1077944384 3 12544 0 0 0 0 8 3 20 0 20 0 8144576 11259342848 255876 33554432000 4194304 4196468 140733405142816 139918437787872 139918971598549 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 24989696 140733405145793 140733405148567 140733405148567 140733405151183 0
[pid=22431/tid=22504] ppid=22428 vsize=10995452 CPUtime=1.33 cores=0,2,4,6,8,10,12,14
/proc/22431/task/22504/stat : 22504 (java) S 22428 22431 19746 0 -1 1077944384 910 12544 0 0 64 58 8 3 20 0 20 0 8144577 11259342848 255876 33554432000 4194304 4196468 140733405142816 139918436735408 139918971599490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24989696 140733405145793 140733405148567 140733405148567 140733405151183 0
Current children cumulated CPU time (s) 2384.44
Current children cumulated vsize (KiB) 10995452



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2337.5 s]
/proc/loadavg: 2.11 1.56 1.44 5/281 23151
/proc/meminfo: memFree=30430344/32770624 swapFree=5920/151120
[pid=22431] ppid=22428 vsize=10995452 CPUtime=2400 cores=0,2,4,6,8,10,12,14
/proc/22431/stat : 22431 (java) S 22428 22431 19746 0 -1 1077944320 181068 12544 0 0 239558 431 8 3 20 0 20 0 8144555 11259342848 255876 33554432000 4194304 4196468 140733405142816 140733405125360 139918971588343 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 24989696 140733405145793 140733405148567 140733405148567 140733405151183 0
/proc/22431/statm: 2748863 255876 3506 1 0 2736418 0
[pid=22431/tid=22486] ppid=22428 vsize=10995452 CPUtime=2318.05 cores=0,2,4,6,8,10,12,14
/proc/22431/task/22486/stat : 22486 (java) R 22428 22431 19746 0 -1 4202560 76935 12544 0 0 231752 42 8 3 20 0 20 0 8144567 11259342848 255876 33554432000 4194304 4196468 140733405142816 139918975822656 139918588490866 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24989696 140733405145793 140733405148567 140733405148567 140733405151183 0
[pid=22431/tid=22487] ppid=22428 vsize=10995452 CPUtime=8.26 cores=0,2,4,6,8,10,12,14
/proc/22431/task/22487/stat : 22487 (java) S 22428 22431 19746 0 -1 1077944384 8239 12544 0 0 774 41 8 3 20 0 20 0 8144568 11259342848 255876 33554432000 4194304 4196468 140733405142816 139918897662224 139918971598549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24989696 140733405145793 140733405148567 140733405148567 140733405151183 0
[pid=22431/tid=22488] ppid=22428 vsize=10995452 CPUtime=8.39 cores=0,2,4,6,8,10,12,14
/proc/22431/task/22488/stat : 22488 (java) S 22428 22431 19746 0 -1 1077944384 10346 12544 0 0 791 37 8 3 20 0 20 0 8144568 11259342848 255876 33554432000 4194304 4196468 140733405142816 139918896609680 139918971598549 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 24989696 140733405145793 140733405148567 140733405148567 140733405151183 0
[pid=22431/tid=22489] ppid=22428 vsize=10995452 CPUtime=8.43 cores=0,2,4,6,8,10,12,14
/proc/22431/task/22489/stat : 22489 (java) S 22428 22431 19746 0 -1 1077944384 11983 12544 0 0 796 36 8 3 20 0 20 0 8144568 11259342848 255876 33554432000 4194304 4196468 140733405142816 139918895557136 139918971598549 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 24989696 140733405145793 140733405148567 140733405148567 140733405151183 0
[pid=22431/tid=22490] ppid=22428 vsize=10995452 CPUtime=8.39 cores=0,2,4,6,8,10,12,14
/proc/22431/task/22490/stat : 22490 (java) S 22428 22431 19746 0 -1 1077944384 3151 12544 0 0 783 45 8 3 20 0 20 0 8144568 11259342848 255876 33554432000 4194304 4196468 140733405142816 139918575659664 139918971598549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24989696 140733405145793 140733405148567 140733405148567 140733405151183 0
[pid=22431/tid=22491] ppid=22428 vsize=10995452 CPUtime=8.38 cores=0,2,4,6,8,10,12,14
/proc/22431/task/22491/stat : 22491 (java) S 22428 22431 19746 0 -1 1077944384 8844 12544 0 0 788 39 8 3 20 0 20 0 8144568 11259342848 255876 33554432000 4194304 4196468 140733405142816 139918574607120 139918971598549 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 24989696 140733405145793 140733405148567 140733405148567 140733405151183 0
[pid=22431/tid=22492] ppid=22428 vsize=10995452 CPUtime=8.49 cores=0,2,4,6,8,10,12,14
/proc/22431/task/22492/stat : 22492 (java) S 22428 22431 19746 0 -1 1077944384 6719 12544 0 0 793 45 8 3 20 0 20 0 8144568 11259342848 255876 33554432000 4194304 4196468 140733405142816 139918573554576 139918971598549 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 24989696 140733405145793 140733405148567 140733405148567 140733405151183 0
[pid=22431/tid=22493] ppid=22428 vsize=10995452 CPUtime=8.49 cores=0,2,4,6,8,10,12,14
/proc/22431/task/22493/stat : 22493 (java) S 22428 22431 19746 0 -1 1077944384 5191 12544 0 0 797 41 8 3 20 0 20 0 8144568 11259342848 255876 33554432000 4194304 4196468 140733405142816 139918572502032 139918971598549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24989696 140733405145793 140733405148567 140733405148567 140733405151183 0
[pid=22431/tid=22494] ppid=22428 vsize=10995452 CPUtime=8.43 cores=0,2,4,6,8,10,12,14
/proc/22431/task/22494/stat : 22494 (java) S 22428 22431 19746 0 -1 1077944384 6611 12544 0 0 792 40 8 3 20 0 20 0 8144568 11259342848 255876 33554432000 4194304 4196468 140733405142816 139918571449488 139918971598549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24989696 140733405145793 140733405148567 140733405148567 140733405151183 0
[pid=22431/tid=22495] ppid=22428 vsize=10995452 CPUtime=7.25 cores=0,2,4,6,8,10,12,14
/proc/22431/task/22495/stat : 22495 (java) S 22428 22431 19746 0 -1 1077944384 14950 12544 0 0 678 36 8 3 20 0 20 0 8144571 11259342848 255876 33554432000 4194304 4196468 140733405142816 139918446209008 139918971599490 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24989696 140733405145793 140733405148567 140733405148567 140733405151183 0
[pid=22431/tid=22496] ppid=22428 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/22431/task/22496/stat : 22496 (java) S 22428 22431 19746 0 -1 1077944384 56 12544 0 0 0 0 8 3 20 0 20 0 8144572 11259342848 255876 33554432000 4194304 4196468 140733405142816 139918445155360 139918971598549 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 24989696 140733405145793 140733405148567 140733405148567 140733405151183 0
[pid=22431/tid=22497] ppid=22428 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/22431/task/22497/stat : 22497 (java) S 22428 22431 19746 0 -1 1077944384 43 12544 0 0 0 0 8 3 20 0 20 0 8144572 11259342848 255876 33554432000 4194304 4196468 140733405142816 139918444102656 139918971598549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24989696 140733405145793 140733405148567 140733405148567 140733405151183 0
[pid=22431/tid=22498] ppid=22428 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/22431/task/22498/stat : 22498 (java) S 22428 22431 19746 0 -1 1077944384 1 12544 0 0 0 0 8 3 20 0 20 0 8144576 11259342848 255876 33554432000 4194304 4196468 140733405142816 139918443051216 139918971606939 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 24989696 140733405145793 140733405148567 140733405148567 140733405151183 0
[pid=22431/tid=22499] ppid=22428 vsize=10995452 CPUtime=1.69 cores=0,2,4,6,8,10,12,14
/proc/22431/task/22499/stat : 22499 (java) S 22428 22431 19746 0 -1 1077944384 3618 12544 0 0 156 2 8 3 20 0 20 0 8144576 11259342848 255876 33554432000 4194304 4196468 140733405142816 139918441998832 139918971599490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24989696 140733405145793 140733405148567 140733405148567 140733405151183 0
[pid=22431/tid=22500] ppid=22428 vsize=10995452 CPUtime=1.67 cores=0,2,4,6,8,10,12,14
/proc/22431/task/22500/stat : 22500 (java) S 22428 22431 19746 0 -1 1077944384 2428 12544 0 0 154 2 8 3 20 0 20 0 8144576 11259342848 255876 33554432000 4194304 4196468 140733405142816 139918440946288 139918971599490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24989696 140733405145793 140733405148567 140733405148567 140733405151183 0
[pid=22431/tid=22501] ppid=22428 vsize=10995452 CPUtime=2.57 cores=0,2,4,6,8,10,12,14
/proc/22431/task/22501/stat : 22501 (java) S 22428 22431 19746 0 -1 1077944384 8522 12544 0 0 244 2 8 3 20 0 20 0 8144576 11259342848 255876 33554432000 4194304 4196468 140733405142816 139918439893744 139918971599490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24989696 140733405145793 140733405148567 140733405148567 140733405151183 0
[pid=22431/tid=22502] ppid=22428 vsize=10995452 CPUtime=1.53 cores=0,2,4,6,8,10,12,14
/proc/22431/task/22502/stat : 22502 (java) S 22428 22431 19746 0 -1 1077944384 10384 12544 0 0 139 3 8 3 20 0 20 0 8144576 11259342848 255876 33554432000 4194304 4196468 140733405142816 139918438841200 139918971599490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24989696 140733405145793 140733405148567 140733405148567 140733405151183 0
[pid=22431/tid=22503] ppid=22428 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/22431/task/22503/stat : 22503 (java) S 22428 22431 19746 0 -1 1077944384 3 12544 0 0 0 0 8 3 20 0 20 0 8144576 11259342848 255876 33554432000 4194304 4196468 140733405142816 139918437787872 139918971598549 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 24989696 140733405145793 140733405148567 140733405148567 140733405151183 0
[pid=22431/tid=22504] ppid=22428 vsize=10995452 CPUtime=1.34 cores=0,2,4,6,8,10,12,14
/proc/22431/task/22504/stat : 22504 (java) S 22428 22431 19746 0 -1 1077944384 911 12544 0 0 65 58 8 3 20 0 20 0 8144577 11259342848 255876 33554432000 4194304 4196468 140733405142816 139918436735408 139918971599490 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24989696 140733405145793 140733405148567 140733405148567 140733405151183 0
Current children cumulated CPU time (s) 2400
Current children cumulated vsize (KiB) 10995452

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

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

[startup+2337.61 s]
/proc/loadavg: 2.11 1.56 1.44 5/281 23151
/proc/meminfo: memFree=30430344/32770624 swapFree=5920/151120
[pid=22431] ppid=22428 vsize=11128580 CPUtime=2400.54 cores=0,2,4,6,8,10,12,14
/proc/22431/stat : 22431 (java) S 22428 22431 19746 0 -1 1077944320 185760 12544 0 0 239610 433 8 3 20 0 22 0 8144555 11395665920 257535 33554432000 4194304 4196468 140733405142816 140733405125360 139918971588343 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24989696 140733405145793 140733405148567 140733405148567 140733405151183 0
/proc/22431/statm: 2782145 257535 3506 1 0 2769700 0
[pid=22431/tid=22486] ppid=22428 vsize=11128580 CPUtime=2318.06 cores=0,2,4,6,8,10,12,14
/proc/22431/task/22486/stat : 22486 (java) S 22428 22431 19746 0 -1 1077944384 77230 12544 0 0 231753 42 8 3 20 0 22 0 8144567 11395665920 257535 33554432000 4194304 4196468 140733405142816 139918975826064 139918971598549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24989696 140733405145793 140733405148567 140733405148567 140733405151183 0
[pid=22431/tid=22487] ppid=22428 vsize=11128580 CPUtime=8.33 cores=0,2,4,6,8,10,12,14
/proc/22431/task/22487/stat : 22487 (java) R 22428 22431 19746 0 -1 4202560 8247 12544 0 0 781 41 8 3 20 0 22 0 8144568 11395665920 257535 33554432000 4194304 4196468 140733405142816 139918897662344 139918964216551 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 24989696 140733405145793 140733405148567 140733405148567 140733405151183 0
[pid=22431/tid=22488] ppid=22428 vsize=11128580 CPUtime=8.47 cores=0,2,4,6,8,10,12,14
/proc/22431/task/22488/stat : 22488 (java) R 22428 22431 19746 0 -1 4202560 10349 12544 0 0 798 38 8 3 20 0 22 0 8144568 11395665920 257535 33554432000 4194304 4196468 140733405142816 139918896609800 139918964216551 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 24989696 140733405145793 140733405148567 140733405148567 140733405151183 0
[pid=22431/tid=22489] ppid=22428 vsize=11128580 CPUtime=8.5 cores=0,2,4,6,8,10,12,14
/proc/22431/task/22489/stat : 22489 (java) R 22428 22431 19746 0 -1 4202560 11988 12544 0 0 803 36 8 3 20 0 22 0 8144568 11395665920 257535 33554432000 4194304 4196468 140733405142816 139918895557256 139918957347160 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 24989696 140733405145793 140733405148567 140733405148567 140733405151183 0
[pid=22431/tid=22490] ppid=22428 vsize=11128580 CPUtime=8.43 cores=0,2,4,6,8,10,12,14
/proc/22431/task/22490/stat : 22490 (java) R 22428 22431 19746 0 -1 4202560 3154 12544 0 0 787 45 8 3 20 0 22 0 8144568 11395665920 257535 33554432000 4194304 4196468 140733405142816 139918575659472 139918964216551 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24989696 140733405145793 140733405148567 140733405148567 140733405151183 0
[pid=22431/tid=22491] ppid=22428 vsize=11128580 CPUtime=8.45 cores=0,2,4,6,8,10,12,14
/proc/22431/task/22491/stat : 22491 (java) R 22428 22431 19746 0 -1 4202560 8877 12544 0 0 795 39 8 3 20 0 22 0 8144568 11395665920 257535 33554432000 4194304 4196468 140733405142816 139918574607320 139918956288976 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 24989696 140733405145793 140733405148567 140733405148567 140733405151183 0
[pid=22431/tid=22492] ppid=22428 vsize=11128580 CPUtime=8.57 cores=0,2,4,6,8,10,12,14
/proc/22431/task/22492/stat : 22492 (java) R 22428 22431 19746 0 -1 4202560 6751 12544 0 0 800 46 8 3 20 0 22 0 8144568 11395665920 257535 33554432000 4194304 4196468 140733405142816 139918573554696 139918964216551 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24989696 140733405145793 140733405148567 140733405148567 140733405151183 0
[pid=22431/tid=22493] ppid=22428 vsize=11128580 CPUtime=8.55 cores=0,2,4,6,8,10,12,14
/proc/22431/task/22493/stat : 22493 (java) R 22428 22431 19746 0 -1 4202560 5196 12544 0 0 802 42 8 3 20 0 22 0 8144568 11395665920 257535 33554432000 4194304 4196468 140733405142816 139918572501840 139918964216551 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24989696 140733405145793 140733405148567 140733405148567 140733405151183 0
[pid=22431/tid=22494] ppid=22428 vsize=11128580 CPUtime=8.49 cores=0,2,4,6,8,10,12,14
/proc/22431/task/22494/stat : 22494 (java) R 22428 22431 19746 0 -1 4202560 6619 12544 0 0 798 40 8 3 20 0 22 0 8144568 11395665920 257535 33554432000 4194304 4196468 140733405142816 139918571449608 139918964216551 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24989696 140733405145793 140733405148567 140733405148567 140733405151183 0
[pid=22431/tid=22495] ppid=22428 vsize=11128580 CPUtime=7.27 cores=0,2,4,6,8,10,12,14
/proc/22431/task/22495/stat : 22495 (java) S 22428 22431 19746 0 -1 1077944384 18941 12544 0 0 680 36 8 3 20 0 22 0 8144571 11395665920 257535 33554432000 4194304 4196468 140733405142816 139918446207632 139918971598549 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24989696 140733405145793 140733405148567 140733405148567 140733405151183 0
[pid=22431/tid=22496] ppid=22428 vsize=11128580 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/22431/task/22496/stat : 22496 (java) S 22428 22431 19746 0 -1 1077944384 56 12544 0 0 0 0 8 3 20 0 22 0 8144572 11395665920 257535 33554432000 4194304 4196468 140733405142816 139918445155360 139918971598549 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 24989696 140733405145793 140733405148567 140733405148567 140733405151183 0
[pid=22431/tid=22497] ppid=22428 vsize=11128580 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/22431/task/22497/stat : 22497 (java) S 22428 22431 19746 0 -1 1077944384 43 12544 0 0 0 0 8 3 20 0 22 0 8144572 11395665920 257535 33554432000 4194304 4196468 140733405142816 139918444102656 139918971598549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24989696 140733405145793 140733405148567 140733405148567 140733405151183 0
[pid=22431/tid=22498] ppid=22428 vsize=11128580 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/22431/task/22498/stat : 22498 (java) S 22428 22431 19746 0 -1 1077944384 111 12544 0 0 0 0 8 3 20 0 22 0 8144576 11395665920 257535 33554432000 4194304 4196468 140733405142816 139918443051216 139918971606939 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 24989696 140733405145793 140733405148567 140733405148567 140733405151183 0
[pid=22431/tid=22499] ppid=22428 vsize=11128580 CPUtime=1.69 cores=0,2,4,6,8,10,12,14
/proc/22431/task/22499/stat : 22499 (java) S 22428 22431 19746 0 -1 1077944384 3681 12544 0 0 156 2 8 3 20 0 22 0 8144576 11395665920 257535 33554432000 4194304 4196468 140733405142816 139918441983824 139918971598549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24989696 140733405145793 140733405148567 140733405148567 140733405151183 0
[pid=22431/tid=22500] ppid=22428 vsize=11128580 CPUtime=1.67 cores=0,2,4,6,8,10,12,14
/proc/22431/task/22500/stat : 22500 (java) S 22428 22431 19746 0 -1 1077944384 2428 12544 0 0 154 2 8 3 20 0 22 0 8144576 11395665920 257535 33554432000 4194304 4196468 140733405142816 139918440946288 139918971599490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24989696 140733405145793 140733405148567 140733405148567 140733405151183 0
[pid=22431/tid=22501] ppid=22428 vsize=11128580 CPUtime=2.57 cores=0,2,4,6,8,10,12,14
/proc/22431/task/22501/stat : 22501 (java) S 22428 22431 19746 0 -1 1077944384 8522 12544 0 0 244 2 8 3 20 0 22 0 8144576 11395665920 257535 33554432000 4194304 4196468 140733405142816 139918439893744 139918971599490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24989696 140733405145793 140733405148567 140733405148567 140733405151183 0
[pid=22431/tid=22502] ppid=22428 vsize=11128580 CPUtime=1.53 cores=0,2,4,6,8,10,12,14
/proc/22431/task/22502/stat : 22502 (java) S 22428 22431 19746 0 -1 1077944384 10402 12544 0 0 139 3 8 3 20 0 22 0 8144576 11395665920 257535 33554432000 4194304 4196468 140733405142816 139918438834624 139918971598549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24989696 140733405145793 140733405148567 140733405148567 140733405151183 0
[pid=22431/tid=22503] ppid=22428 vsize=11128580 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/22431/task/22503/stat : 22503 (java) S 22428 22431 19746 0 -1 1077944384 3 12544 0 0 0 0 8 3 20 0 22 0 8144576 11395665920 257535 33554432000 4194304 4196468 140733405142816 139918437787872 139918971598549 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 24989696 140733405145793 140733405148567 140733405148567 140733405151183 0
[pid=22431/tid=22504] ppid=22428 vsize=11128580 CPUtime=1.34 cores=0,2,4,6,8,10,12,14
/proc/22431/task/22504/stat : 22504 (java) S 22428 22431 19746 0 -1 1077944384 911 12544 0 0 65 58 8 3 20 0 22 0 8144577 11395665920 257535 33554432000 4194304 4196468 140733405142816 139918436735408 139918971599490 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24989696 140733405145793 140733405148567 140733405148567 140733405151183 0
Current children cumulated CPU time (s) 2400.54
Current children cumulated vsize (KiB) 11128580

[startup+2337.7 s]
/proc/loadavg: 2.11 1.56 1.44 5/281 23151
/proc/meminfo: memFree=30430344/32770624 swapFree=5920/151120
[pid=22431] ppid=22428 vsize=11128580 CPUtime=2400.87 cores=0,2,4,6,8,10,12,14
/proc/22431/stat : 22431 (java) S 22428 22431 19746 0 -1 1077944320 186048 12544 0 0 239642 434 8 3 20 0 22 0 8144555 11395665920 257614 33554432000 4194304 4196468 140733405142816 140733405125360 139918971588343 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24989696 140733405145793 140733405148567 140733405148567 140733405151183 0
/proc/22431/statm: 2782145 257614 3506 1 0 2769700 0
[pid=22431/tid=22486] ppid=22428 vsize=11128580 CPUtime=2318.06 cores=0,2,4,6,8,10,12,14
/proc/22431/task/22486/stat : 22486 (java) S 22428 22431 19746 0 -1 1077944384 77230 12544 0 0 231753 42 8 3 20 0 22 0 8144567 11395665920 257614 33554432000 4194304 4196468 140733405142816 139918975826064 139918971598549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24989696 140733405145793 140733405148567 140733405148567 140733405151183 0
[pid=22431/tid=22487] ppid=22428 vsize=11128580 CPUtime=8.36 cores=0,2,4,6,8,10,12,14
/proc/22431/task/22487/stat : 22487 (java) R 22428 22431 19746 0 -1 4202560 8247 12544 0 0 784 41 8 3 20 0 22 0 8144568 11395665920 257614 33554432000 4194304 4196468 140733405142816 139918897662224 139918971600278 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24989696 140733405145793 140733405148567 140733405148567 140733405151183 0
[pid=22431/tid=22488] ppid=22428 vsize=11128580 CPUtime=8.5 cores=0,2,4,6,8,10,12,14
/proc/22431/task/22488/stat : 22488 (java) S 22428 22431 19746 0 -1 1077944384 10349 12544 0 0 801 38 8 3 20 0 22 0 8144568 11395665920 257614 33554432000 4194304 4196468 140733405142816 139918896609680 139918971598549 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 24989696 140733405145793 140733405148567 140733405148567 140733405151183 0
[pid=22431/tid=22489] ppid=22428 vsize=11128580 CPUtime=8.54 cores=0,2,4,6,8,10,12,14
/proc/22431/task/22489/stat : 22489 (java) R 22428 22431 19746 0 -1 1077944384 11989 12544 0 0 806 37 8 3 20 0 22 0 8144568 11395665920 257614 33554432000 4194304 4196468 140733405142816 139918895557136 139918971598549 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24989696 140733405145793 140733405148567 140733405148567 140733405151183 0
[pid=22431/tid=22490] ppid=22428 vsize=11128580 CPUtime=8.47 cores=0,2,4,6,8,10,12,14
/proc/22431/task/22490/stat : 22490 (java) R 22428 22431 19746 0 -1 4202560 3154 12544 0 0 791 45 8 3 20 0 22 0 8144568 11395665920 257614 33554432000 4194304 4196468 140733405142816 139918575659664 139918971600278 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24989696 140733405145793 140733405148567 140733405148567 140733405151183 0
[pid=22431/tid=22491] ppid=22428 vsize=11128580 CPUtime=8.48 cores=0,2,4,6,8,10,12,14
/proc/22431/task/22491/stat : 22491 (java) R 22428 22431 19746 0 -1 4202560 8877 12544 0 0 798 39 8 3 20 0 22 0 8144568 11395665920 257614 33554432000 4194304 4196468 140733405142816 139918574607120 139918971600278 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 24989696 140733405145793 140733405148567 140733405148567 140733405151183 0
[pid=22431/tid=22492] ppid=22428 vsize=11128580 CPUtime=8.61 cores=0,2,4,6,8,10,12,14
/proc/22431/task/22492/stat : 22492 (java) R 22428 22431 19746 0 -1 4202560 6751 12544 0 0 804 46 8 3 20 0 22 0 8144568 11395665920 257614 33554432000 4194304 4196468 140733405142816 139918573554576 139918971600278 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24989696 140733405145793 140733405148567 140733405148567 140733405151183 0
[pid=22431/tid=22493] ppid=22428 vsize=11128580 CPUtime=8.59 cores=0,2,4,6,8,10,12,14
/proc/22431/task/22493/stat : 22493 (java) R 22428 22431 19746 0 -1 4202560 5196 12544 0 0 806 42 8 3 20 0 22 0 8144568 11395665920 257614 33554432000 4194304 4196468 140733405142816 139918572502032 139918971600278 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 24989696 140733405145793 140733405148567 140733405148567 140733405151183 0
[pid=22431/tid=22494] ppid=22428 vsize=11128580 CPUtime=8.53 cores=0,2,4,6,8,10,12,14
/proc/22431/task/22494/stat : 22494 (java) R 22428 22431 19746 0 -1 4202560 6620 12544 0 0 802 40 8 3 20 0 22 0 8144568 11395665920 257614 33554432000 4194304 4196468 140733405142816 139918571449488 139918971600278 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 24989696 140733405145793 140733405148567 140733405148567 140733405151183 0
[pid=22431/tid=22495] ppid=22428 vsize=11128580 CPUtime=7.33 cores=0,2,4,6,8,10,12,14
/proc/22431/task/22495/stat : 22495 (java) S 22428 22431 19746 0 -1 1077944384 19214 12544 0 0 685 37 8 3 20 0 22 0 8144571 11395665920 257614 33554432000 4194304 4196468 140733405142816 139918446207632 139918971598549 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24989696 140733405145793 140733405148567 140733405148567 140733405151183 0
[pid=22431/tid=22496] ppid=22428 vsize=11128580 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/22431/task/22496/stat : 22496 (java) S 22428 22431 19746 0 -1 1077944384 58 12544 0 0 0 0 8 3 20 0 22 0 8144572 11395665920 257614 33554432000 4194304 4196468 140733405142816 139918445155344 139918971599490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24989696 140733405145793 140733405148567 140733405148567 140733405151183 0
[pid=22431/tid=22497] ppid=22428 vsize=11128580 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/22431/task/22497/stat : 22497 (java) S 22428 22431 19746 0 -1 1077944384 45 12544 0 0 0 0 8 3 20 0 22 0 8144572 11395665920 257614 33554432000 4194304 4196468 140733405142816 139918444102256 139918971598549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24989696 140733405145793 140733405148567 140733405148567 140733405151183 0
[pid=22431/tid=22498] ppid=22428 vsize=11128580 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/22431/task/22498/stat : 22498 (java) S 22428 22431 19746 0 -1 1077944384 111 12544 0 0 0 0 8 3 20 0 22 0 8144576 11395665920 257614 33554432000 4194304 4196468 140733405142816 139918443051216 139918971606939 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 24989696 140733405145793 140733405148567 140733405148567 140733405151183 0
[pid=22431/tid=22499] ppid=22428 vsize=11128580 CPUtime=1.69 cores=0,2,4,6,8,10,12,14
/proc/22431/task/22499/stat : 22499 (java) S 22428 22431 19746 0 -1 1077944384 3689 12544 0 0 156 2 8 3 20 0 22 0 8144576 11395665920 257614 33554432000 4194304 4196468 140733405142816 139918441991568 139918971598549 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 24989696 140733405145793 140733405148567 140733405148567 140733405151183 0
[pid=22431/tid=22500] ppid=22428 vsize=11128580 CPUtime=1.67 cores=0,2,4,6,8,10,12,14
/proc/22431/task/22500/stat : 22500 (java) S 22428 22431 19746 0 -1 1077944384 2428 12544 0 0 154 2 8 3 20 0 22 0 8144576 11395665920 257614 33554432000 4194304 4196468 140733405142816 139918440946288 139918971599490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24989696 140733405145793 140733405148567 140733405148567 140733405151183 0
[pid=22431/tid=22501] ppid=22428 vsize=11128580 CPUtime=2.57 cores=0,2,4,6,8,10,12,14
/proc/22431/task/22501/stat : 22501 (java) S 22428 22431 19746 0 -1 1077944384 8522 12544 0 0 244 2 8 3 20 0 22 0 8144576 11395665920 257614 33554432000 4194304 4196468 140733405142816 139918439893744 139918971599490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24989696 140733405145793 140733405148567 140733405148567 140733405151183 0
[pid=22431/tid=22502] ppid=22428 vsize=11128580 CPUtime=1.54 cores=0,2,4,6,8,10,12,14
/proc/22431/task/22502/stat : 22502 (java) S 22428 22431 19746 0 -1 1077944384 10403 12544 0 0 140 3 8 3 20 0 22 0 8144576 11395665920 257614 33554432000 4194304 4196468 140733405142816 139918438835200 139918971598549 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 24989696 140733405145793 140733405148567 140733405148567 140733405151183 0
[pid=22431/tid=22503] ppid=22428 vsize=11128580 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/22431/task/22503/stat : 22503 (java) S 22428 22431 19746 0 -1 1077944384 3 12544 0 0 0 0 8 3 20 0 22 0 8144576 11395665920 257614 33554432000 4194304 4196468 140733405142816 139918437787872 139918971598549 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 24989696 140733405145793 140733405148567 140733405148567 140733405151183 0
[pid=22431/tid=22504] ppid=22428 vsize=11128580 CPUtime=1.34 cores=0,2,4,6,8,10,12,14
/proc/22431/task/22504/stat : 22504 (java) S 22428 22431 19746 0 -1 1077944384 911 12544 0 0 65 58 8 3 20 0 22 0 8144577 11395665920 257614 33554432000 4194304 4196468 140733405142816 139918436735408 139918971599490 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24989696 140733405145793 140733405148567 140733405148567 140733405151183 0
Current children cumulated CPU time (s) 2400.87
Current children cumulated vsize (KiB) 11128580

Child status: 143
Real time (s): 2337.76
CPU time (s): 2401.08
CPU user time (s): 2396.69
CPU system time (s): 4.39207
CPU usage (%): 102.709
Max. virtual memory (cumulated for all children) (KiB): 11128580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.69
system time used= 4.39207
maximum resident set size= 1031044
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 198683
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 316170
involuntary context switches= 187198

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.1059 second user time and 16.7171 second system time

The end

Launcher Data

Begin job on node106 at 2017-07-22 15:05:49
IDJOB=4247243
IDBENCH=126877
IDSOLVER=2630
FILE ID=node106/4247243-1500728749
RUNJOBID= node106-1500714764-19777
PBS_JOBID= 20623356
Free space on /tmp= 61936 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Dubois/Dubois-m1-s1/Dubois-090.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4247243-1500728749/watcher-4247243-1500728749 -o /tmp/evaluation-result-4247243-1500728749/solver-4247243-1500728749 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node106-1500714764-19777 --watchdog 2560  bin/concrete HOME/instance-4247243-1500728749.xml

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

MD5SUM BENCH= 328d51b82070b586362c1099b738d751
RANDOM SEED=1686350405

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 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.15
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		: 2400.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.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2000.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.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 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.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2400.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.15
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:        30848600 kB
MemAvailable:   31051992 kB
Buffers:          156304 kB
Cached:           319700 kB
SwapCached:            0 kB
Active:          1267840 kB
Inactive:         202764 kB
Active(anon):     952436 kB
Inactive(anon):    54128 kB
Active(file):     315404 kB
Inactive(file):   148636 kB
Unevictable:        5920 kB
Mlocked:            5920 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24040 kB
Writeback:             0 kB
AnonPages:       1151212 kB
Mapped:            44624 kB
Shmem:              8852 kB
Slab:             144872 kB
SReclaimable:     110372 kB
SUnreclaim:        34500 kB
KernelStack:        4864 kB
PageTables:         7468 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1861192 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    940032 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= 61912 MiB
End job on node106 at 2017-07-22 15:44:47