Trace number 4245352

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.6 2337.82

General information on the benchmark

NameQueensKnights/QueensKnights-m1-s1/
QueensKnights-020-05-mul.xml
MD5SUMa36cd0da2272e5282cbf2247e3cbad08
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.94687301
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints300
Number of domains2
Minimum domain size20
Maximum domain size400
Distribution of domain sizes[{"size":20,"count":20},{"size":400,"count":5}]
Minimum variable degree24
Maximum variable degree24
Distribution of variable degrees[{"degree":24,"count":25}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":300}]
Number of extensional constraints0
Number of intensional constraints300
Distribution of constraint types[{"type":"intension","count":300}]
Optimization problemNO
Type of objective

Solver Data

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

pid=21177
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: 2.15 1.86 1.69 3/261 21180
/proc/meminfo: memFree=31433284/32770624 swapFree=5912/103976
[pid=21180] ppid=21177 vsize=9508 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/21180/stat : 21180 (bash) S 21177 21180 16327 0 -1 4202496 687 1531 0 0 0 0 0 0 20 0 1 0 5538201 9736192 351 33554432000 4194304 5098028 140727515575776 140727515573416 140682746670080 0 0 4100 65536 18446744071580971376 0 0 17 10 0 0 0 0 0 7196144 7232144 15347712 140727515579662 140727515579747 140727515579747 140727515582446 0
/proc/21180/statm: 2377 351 278 221 0 86 0

[startup+0.100074 s]
/proc/loadavg: 2.15 1.86 1.69 3/261 21180
/proc/meminfo: memFree=31433284/32770624 swapFree=5912/103976
[pid=21180] ppid=21177 vsize=9640 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/21180/stat : 21180 (bash) S 21177 21180 16327 0 -1 4202496 885 6411 0 0 0 0 0 1 20 0 1 0 5538201 9871360 378 33554432000 4194304 5098028 140727515575776 140727515569784 140682746670080 0 0 4100 65536 18446744071580971376 0 0 17 10 0 0 0 0 0 7196144 7232144 15347712 140727515579662 140727515579747 140727515579747 140727515582446 0
/proc/21180/statm: 2410 378 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200344 s]
/proc/loadavg: 2.15 1.86 1.69 3/261 21180
/proc/meminfo: memFree=31433284/32770624 swapFree=5912/103976
[pid=21180] ppid=21177 vsize=10901872 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/21180/stat : 21180 (java) S 21177 21180 16327 0 -1 1077944320 5695 12562 0 0 8 1 7 3 20 0 20 0 5538201 11163516928 6409 33554432000 4194304 4196468 140721420351392 140721420333936 140187722079991 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 27680768 140721420360385 140721420363159 140721420363159 140721420365775 0
/proc/21180/statm: 2725468 6409 2686 1 0 2713890 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 10901872

[startup+0.300314 s]
/proc/loadavg: 2.15 1.86 1.69 3/261 21180
/proc/meminfo: memFree=31433284/32770624 swapFree=5912/103976
[pid=21180] ppid=21177 vsize=10902292 CPUtime=0.36 cores=0,2,4,6,8,10,12,14
/proc/21180/stat : 21180 (java) S 21177 21180 16327 0 -1 1077944320 10260 12562 0 0 23 3 7 3 20 0 20 0 5538201 11163947008 11297 33554432000 4194304 4196468 140721420351392 140721420333936 140187722079991 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 27680768 140721420360385 140721420363159 140721420363159 140721420365775 0
/proc/21180/statm: 2725573 11297 2948 1 0 2713890 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 10902292

[startup+0.700291 s]
/proc/loadavg: 2.15 1.86 1.69 3/261 21180
/proc/meminfo: memFree=31433284/32770624 swapFree=5912/103976
[pid=21180] ppid=21177 vsize=10902720 CPUtime=1 cores=0,2,4,6,8,10,12,14
/proc/21180/stat : 21180 (java) S 21177 21180 16327 0 -1 1077944320 13125 12562 0 0 86 4 7 3 20 0 20 0 5538201 11164385280 16401 33554432000 4194304 4196468 140721420351392 140721420333936 140187722079991 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 27680768 140721420360385 140721420363159 140721420363159 140721420365775 0
/proc/21180/statm: 2725680 16401 3230 1 0 2713890 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 10902720

[startup+1.50116 s]
/proc/loadavg: 2.15 1.86 1.69 4/281 21253
/proc/meminfo: memFree=31325688/32770624 swapFree=5912/103680
[pid=21180] ppid=21177 vsize=10915392 CPUtime=2.31 cores=0,2,4,6,8,10,12,14
/proc/21180/stat : 21180 (java) S 21177 21180 16327 0 -1 1077944320 27436 12562 0 0 208 13 7 3 20 0 20 0 5538201 11177361408 44299 33554432000 4194304 4196468 140721420351392 140721420333936 140187722079991 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 27680768 140721420360385 140721420363159 140721420363159 140721420365775 0
/proc/21180/statm: 2728848 44299 3410 1 0 2716962 0
[pid=21180/tid=21235] ppid=21177 vsize=10915392 CPUtime=1.42 cores=0,2,4,6,8,10,12,14
/proc/21180/task/21235/stat : 21235 (java) R 21177 21180 16327 0 -1 4202560 19748 12562 0 0 127 5 7 3 20 0 20 0 5538212 11177361408 44299 33554432000 4194304 4196468 140721420351392 140187726301840 140187706160508 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 27680768 140721420360385 140721420363159 140721420363159 140721420365775 0
[pid=21180/tid=21236] ppid=21177 vsize=10915392 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/21180/task/21236/stat : 21236 (java) S 21177 21180 16327 0 -1 1077944384 29 12562 0 0 0 0 7 3 20 0 20 0 5538213 11177361408 44299 33554432000 4194304 4196468 140721420351392 140187674700432 140187722090197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27680768 140721420360385 140721420363159 140721420363159 140721420365775 0
[pid=21180/tid=21237] ppid=21177 vsize=10915392 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/21180/task/21237/stat : 21237 (java) S 21177 21180 16327 0 -1 1077944384 109 12562 0 0 0 0 7 3 20 0 20 0 5538213 11177361408 44299 33554432000 4194304 4196468 140721420351392 140187673647632 140187722090197 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 27680768 140721420360385 140721420363159 140721420363159 140721420365775 0
[pid=21180/tid=21238] ppid=21177 vsize=10915392 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/21180/task/21238/stat : 21238 (java) S 21177 21180 16327 0 -1 1077944384 8 12562 0 0 0 0 7 3 20 0 20 0 5538213 11177361408 44299 33554432000 4194304 4196468 140721420351392 140187672594832 140187722090197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27680768 140721420360385 140721420363159 140721420363159 140721420365775 0
[pid=21180/tid=21239] ppid=21177 vsize=10915392 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/21180/task/21239/stat : 21239 (java) S 21177 21180 16327 0 -1 1077944384 25 12562 0 0 0 0 7 3 20 0 20 0 5538213 11177361408 44299 33554432000 4194304 4196468 140721420351392 140187671542032 140187722090197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27680768 140721420360385 140721420363159 140721420363159 140721420365775 0
[pid=21180/tid=21240] ppid=21177 vsize=10915392 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/21180/task/21240/stat : 21240 (java) S 21177 21180 16327 0 -1 1077944384 38 12562 0 0 0 0 7 3 20 0 20 0 5538213 11177361408 44299 33554432000 4194304 4196468 140721420351392 140187670490256 140187722090197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27680768 140721420360385 140721420363159 140721420363159 140721420365775 0
[pid=21180/tid=21241] ppid=21177 vsize=10915392 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/21180/task/21241/stat : 21241 (java) S 21177 21180 16327 0 -1 1077944384 43 12562 0 0 0 0 7 3 20 0 20 0 5538213 11177361408 44299 33554432000 4194304 4196468 140721420351392 140187669437456 140187722090197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27680768 140721420360385 140721420363159 140721420363159 140721420365775 0
[pid=21180/tid=21242] ppid=21177 vsize=10915392 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/21180/task/21242/stat : 21242 (java) S 21177 21180 16327 0 -1 1077944384 35 12562 0 0 1 0 7 3 20 0 20 0 5538213 11177361408 44299 33554432000 4194304 4196468 140721420351392 140187668384656 140187722090197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27680768 140721420360385 140721420363159 140721420363159 140721420365775 0
[pid=21180/tid=21243] ppid=21177 vsize=10915392 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/21180/task/21243/stat : 21243 (java) S 21177 21180 16327 0 -1 1077944384 40 12562 0 0 0 0 7 3 20 0 20 0 5538213 11177361408 44299 33554432000 4194304 4196468 140721420351392 140187667331856 140187722090197 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 27680768 140721420360385 140721420363159 140721420363159 140721420365775 0
[pid=21180/tid=21244] ppid=21177 vsize=10915392 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/21180/task/21244/stat : 21244 (java) S 21177 21180 16327 0 -1 1077944384 1603 12562 0 0 1 0 7 3 20 0 20 0 5538215 11177361408 44299 33554432000 4194304 4196468 140721420351392 140187263875440 140187722091138 0 0 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 27680768 140721420360385 140721420363159 140721420363159 140721420365775 0
[pid=21180/tid=21245] ppid=21177 vsize=10915392 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/21180/task/21245/stat : 21245 (java) S 21177 21180 16327 0 -1 1077944384 57 12562 0 0 0 0 7 3 20 0 20 0 5538216 11177361408 44299 33554432000 4194304 4196468 140721420351392 140187195663456 140187722090197 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 27680768 140721420360385 140721420363159 140721420363159 140721420365775 0
[pid=21180/tid=21246] ppid=21177 vsize=10915392 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/21180/task/21246/stat : 21246 (java) S 21177 21180 16327 0 -1 1077944384 43 12562 0 0 0 0 7 3 20 0 20 0 5538216 11177361408 44299 33554432000 4194304 4196468 140721420351392 140187194610560 140187722090197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27680768 140721420360385 140721420363159 140721420363159 140721420365775 0
[pid=21180/tid=21247] ppid=21177 vsize=10915392 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/21180/task/21247/stat : 21247 (java) S 21177 21180 16327 0 -1 1077944384 1 12562 0 0 0 0 7 3 20 0 20 0 5538220 11177361408 44299 33554432000 4194304 4196468 140721420351392 140187193558864 140187722098587 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 27680768 140721420360385 140721420363159 140721420363159 140721420365775 0
[pid=21180/tid=21248] ppid=21177 vsize=10915392 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/21180/task/21248/stat : 21248 (java) R 21177 21180 16327 0 -1 1077944384 901 12562 0 0 11 0 7 3 20 0 20 0 5538220 11177361408 44299 33554432000 4194304 4196468 140721420351392 140187192507248 140187722091138 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27680768 140721420360385 140721420363159 140721420363159 140721420365775 0
[pid=21180/tid=21249] ppid=21177 vsize=10915392 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/21180/task/21249/stat : 21249 (java) S 21177 21180 16327 0 -1 1077944384 650 12562 0 0 14 0 7 3 20 0 20 0 5538220 11177361408 44299 33554432000 4194304 4196468 140721420351392 140187191454448 140187722091138 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27680768 140721420360385 140721420363159 140721420363159 140721420365775 0
[pid=21180/tid=21250] ppid=21177 vsize=10915392 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/21180/task/21250/stat : 21250 (java) S 21177 21180 16327 0 -1 1077944384 536 12562 0 0 15 0 7 3 20 0 20 0 5538220 11177361408 44299 33554432000 4194304 4196468 140721420351392 140187190401648 140187722091138 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27680768 140721420360385 140721420363159 140721420363159 140721420365775 0
[pid=21180/tid=21251] ppid=21177 vsize=10915392 CPUtime=0.39 cores=0,2,4,6,8,10,12,14
/proc/21180/task/21251/stat : 21251 (java) R 21177 21180 16327 0 -1 4202560 1429 12562 0 0 29 0 7 3 20 0 20 0 5538220 11177361408 44299 33554432000 4194304 4196468 140721420351392 140187189348848 140187706160478 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 27680768 140721420360385 140721420363159 140721420363159 140721420365775 0
[pid=21180/tid=21252] ppid=21177 vsize=10915392 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/21180/task/21252/stat : 21252 (java) S 21177 21180 16327 0 -1 1077944384 3 12562 0 0 0 0 7 3 20 0 20 0 5538220 11177361408 44299 33554432000 4194304 4196468 140721420351392 140187188296288 140187722090197 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 27680768 140721420360385 140721420363159 140721420363159 140721420365775 0
[pid=21180/tid=21253] ppid=21177 vsize=10915392 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/21180/task/21253/stat : 21253 (java) S 21177 21180 16327 0 -1 1077944384 6 12562 0 0 0 0 7 3 20 0 20 0 5538220 11177361408 44299 33554432000 4194304 4196468 140721420351392 140187187243568 140187722091138 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 27680768 140721420360385 140721420363159 140721420363159 140721420365775 0
Current children cumulated CPU time (s) 2.31
Current children cumulated vsize (KiB) 10915392

[startup+3.10089 s]
/proc/loadavg: 2.15 1.86 1.69 4/281 21253
/proc/meminfo: memFree=31257316/32770624 swapFree=5912/103680
[pid=21180] ppid=21177 vsize=10925820 CPUtime=6.21 cores=0,2,4,6,8,10,12,14
/proc/21180/stat : 21180 (java) S 21177 21180 16327 0 -1 1077944320 47030 12562 0 0 588 23 7 3 20 0 20 0 5538201 11188039680 75834 33554432000 4194304 4196468 140721420351392 140721420333936 140187722079991 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 27680768 140721420360385 140721420363159 140721420363159 140721420365775 0
/proc/21180/statm: 2731455 75834 3478 1 0 2719010 0
[pid=21180/tid=21235] ppid=21177 vsize=10925820 CPUtime=3 cores=0,2,4,6,8,10,12,14
/proc/21180/task/21235/stat : 21235 (java) R 21177 21180 16327 0 -1 4202560 34079 12562 0 0 281 9 7 3 20 0 20 0 5538212 11188039680 75834 33554432000 4194304 4196468 140721420351392 140187726310928 140187355321821 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 27680768 140721420360385 140721420363159 140721420363159 140721420365775 0
[pid=21180/tid=21236] ppid=21177 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/21180/task/21236/stat : 21236 (java) S 21177 21180 16327 0 -1 1077944384 53 12562 0 0 1 0 7 3 20 0 20 0 5538213 11188039680 75834 33554432000 4194304 4196468 140721420351392 140187674700432 140187722090197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27680768 140721420360385 140721420363159 140721420363159 140721420365775 0
[pid=21180/tid=21237] ppid=21177 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/21180/task/21237/stat : 21237 (java) S 21177 21180 16327 0 -1 1077944384 115 12562 0 0 1 1 7 3 20 0 20 0 5538213 11188039680 75834 33554432000 4194304 4196468 140721420351392 140187673647632 140187722090197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27680768 140721420360385 140721420363159 140721420363159 140721420365775 0
[pid=21180/tid=21238] ppid=21177 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/21180/task/21238/stat : 21238 (java) S 21177 21180 16327 0 -1 1077944384 15 12562 0 0 1 0 7 3 20 0 20 0 5538213 11188039680 75834 33554432000 4194304 4196468 140721420351392 140187672594832 140187722090197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27680768 140721420360385 140721420363159 140721420363159 140721420365775 0
[pid=21180/tid=21239] ppid=21177 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/21180/task/21239/stat : 21239 (java) S 21177 21180 16327 0 -1 1077944384 108 12562 0 0 1 1 7 3 20 0 20 0 5538213 11188039680 75834 33554432000 4194304 4196468 140721420351392 140187671542032 140187722090197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27680768 140721420360385 140721420363159 140721420363159 140721420365775 0
[pid=21180/tid=21240] ppid=21177 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/21180/task/21240/stat : 21240 (java) S 21177 21180 16327 0 -1 1077944384 40 12562 0 0 1 0 7 3 20 0 20 0 5538213 11188039680 75834 33554432000 4194304 4196468 140721420351392 140187670490256 140187722090197 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 27680768 140721420360385 140721420363159 140721420363159 140721420365775 0
[pid=21180/tid=21241] ppid=21177 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/21180/task/21241/stat : 21241 (java) S 21177 21180 16327 0 -1 1077944384 54 12562 0 0 1 0 7 3 20 0 20 0 5538213 11188039680 75834 33554432000 4194304 4196468 140721420351392 140187669437456 140187722090197 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 27680768 140721420360385 140721420363159 140721420363159 140721420365775 0
[pid=21180/tid=21242] ppid=21177 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/21180/task/21242/stat : 21242 (java) S 21177 21180 16327 0 -1 1077944384 43 12562 0 0 1 0 7 3 20 0 20 0 5538213 11188039680 75834 33554432000 4194304 4196468 140721420351392 140187668384656 140187722090197 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 27680768 140721420360385 140721420363159 140721420363159 140721420365775 0
[pid=21180/tid=21243] ppid=21177 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/21180/task/21243/stat : 21243 (java) S 21177 21180 16327 0 -1 1077944384 42 12562 0 0 1 0 7 3 20 0 20 0 5538213 11188039680 75834 33554432000 4194304 4196468 140721420351392 140187667331856 140187722090197 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 27680768 140721420360385 140721420363159 140721420363159 140721420365775 0
[pid=21180/tid=21244] ppid=21177 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/21180/task/21244/stat : 21244 (java) S 21177 21180 16327 0 -1 1077944384 1646 12562 0 0 1 0 7 3 20 0 20 0 5538215 11188039680 75834 33554432000 4194304 4196468 140721420351392 140187263875440 140187722091138 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27680768 140721420360385 140721420363159 140721420363159 140721420365775 0
[pid=21180/tid=21245] ppid=21177 vsize=10925820 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/21180/task/21245/stat : 21245 (java) S 21177 21180 16327 0 -1 1077944384 57 12562 0 0 0 0 7 3 20 0 20 0 5538216 11188039680 75834 33554432000 4194304 4196468 140721420351392 140187195663456 140187722090197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27680768 140721420360385 140721420363159 140721420363159 140721420365775 0
[pid=21180/tid=21246] ppid=21177 vsize=10925820 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/21180/task/21246/stat : 21246 (java) S 21177 21180 16327 0 -1 1077944384 43 12562 0 0 0 0 7 3 20 0 20 0 5538216 11188039680 75834 33554432000 4194304 4196468 140721420351392 140187194610560 140187722090197 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 27680768 140721420360385 140721420363159 140721420363159 140721420365775 0
[pid=21180/tid=21247] ppid=21177 vsize=10925820 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/21180/task/21247/stat : 21247 (java) S 21177 21180 16327 0 -1 1077944384 1 12562 0 0 0 0 7 3 20 0 20 0 5538220 11188039680 75834 33554432000 4194304 4196468 140721420351392 140187193558864 140187722098587 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 27680768 140721420360385 140721420363159 140721420363159 140721420365775 0
[pid=21180/tid=21248] ppid=21177 vsize=10925820 CPUtime=0.82 cores=0,2,4,6,8,10,12,14
/proc/21180/task/21248/stat : 21248 (java) S 21177 21180 16327 0 -1 1077944384 2049 12562 0 0 71 1 7 3 20 0 20 0 5538220 11188039680 75834 33554432000 4194304 4196468 140721420351392 140187192507248 140187722091138 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27680768 140721420360385 140721420363159 140721420363159 140721420365775 0
[pid=21180/tid=21249] ppid=21177 vsize=10925820 CPUtime=0.67 cores=0,2,4,6,8,10,12,14
/proc/21180/task/21249/stat : 21249 (java) R 21177 21180 16327 0 -1 4202560 1535 12562 0 0 56 1 7 3 20 0 20 0 5538220 11188039680 75834 33554432000 4194304 4196468 140721420351392 140187191445904 140187699827358 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 27680768 140721420360385 140721420363159 140721420363159 140721420365775 0
[pid=21180/tid=21250] ppid=21177 vsize=10925820 CPUtime=0.7 cores=0,2,4,6,8,10,12,14
/proc/21180/task/21250/stat : 21250 (java) R 21177 21180 16327 0 -1 4202560 1577 12562 0 0 60 0 7 3 20 0 20 0 5538220 11188039680 75834 33554432000 4194304 4196468 140721420351392 140187190385744 140187703602187 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27680768 140721420360385 140721420363159 140721420363159 140721420365775 0
[pid=21180/tid=21251] ppid=21177 vsize=10925820 CPUtime=1.14 cores=0,2,4,6,8,10,12,14
/proc/21180/task/21251/stat : 21251 (java) R 21177 21180 16327 0 -1 4202560 3430 12562 0 0 103 1 7 3 20 0 20 0 5538220 11188039680 75834 33554432000 4194304 4196468 140721420351392 140187189346640 140187707212295 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 27680768 140721420360385 140721420363159 140721420363159 140721420365775 0
[pid=21180/tid=21252] ppid=21177 vsize=10925820 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/21180/task/21252/stat : 21252 (java) S 21177 21180 16327 0 -1 1077944384 3 12562 0 0 0 0 7 3 20 0 20 0 5538220 11188039680 75834 33554432000 4194304 4196468 140721420351392 140187188296288 140187722090197 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 27680768 140721420360385 140721420363159 140721420363159 140721420365775 0
[pid=21180/tid=21253] ppid=21177 vsize=10925820 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/21180/task/21253/stat : 21253 (java) S 21177 21180 16327 0 -1 1077944384 7 12562 0 0 0 0 7 3 20 0 20 0 5538220 11188039680 75834 33554432000 4194304 4196468 140721420351392 140187187243568 140187722091138 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27680768 140721420360385 140721420363159 140721420363159 140721420365775 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 10925820

[startup+6.30107 s]
/proc/loadavg: 2.14 1.86 1.69 7/281 21253
/proc/meminfo: memFree=30936928/32770624 swapFree=5912/103688
[pid=21180] ppid=21177 vsize=10927868 CPUtime=13.83 cores=0,2,4,6,8,10,12,14
/proc/21180/stat : 21180 (java) S 21177 21180 16327 0 -1 1077944320 51636 12562 0 0 1301 72 7 3 20 0 20 0 5538201 11190136832 129006 33554432000 4194304 4196468 140721420351392 140721420333936 140187722079991 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 27680768 140721420360385 140721420363159 140721420363159 140721420365775 0
/proc/21180/statm: 2731967 129006 3502 1 0 2719522 0
[pid=21180/tid=21235] ppid=21177 vsize=10927868 CPUtime=5.59 cores=0,2,4,6,8,10,12,14
/proc/21180/task/21235/stat : 21235 (java) R 21177 21180 16327 0 -1 4202560 34884 12562 0 0 538 11 7 3 20 0 20 0 5538212 11190136832 129006 33554432000 4194304 4196468 140721420351392 140187726310760 140187703486308 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 27680768 140721420360385 140721420363159 140721420363159 140721420365775 0
[pid=21180/tid=21236] ppid=21177 vsize=10927868 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/21180/task/21236/stat : 21236 (java) S 21177 21180 16327 0 -1 1077944384 91 12562 0 0 5 6 7 3 20 0 20 0 5538213 11190136832 129006 33554432000 4194304 4196468 140721420351392 140187674700432 140187722090197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27680768 140721420360385 140721420363159 140721420363159 140721420365775 0
[pid=21180/tid=21237] ppid=21177 vsize=10927868 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/21180/task/21237/stat : 21237 (java) S 21177 21180 16327 0 -1 1077944384 159 12562 0 0 5 7 7 3 20 0 20 0 5538213 11190136832 129006 33554432000 4194304 4196468 140721420351392 140187673647632 140187722090197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27680768 140721420360385 140721420363159 140721420363159 140721420365775 0
[pid=21180/tid=21238] ppid=21177 vsize=10927868 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/21180/task/21238/stat : 21238 (java) S 21177 21180 16327 0 -1 1077944384 57 12562 0 0 5 6 7 3 20 0 20 0 5538213 11190136832 129006 33554432000 4194304 4196468 140721420351392 140187672594832 140187722090197 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 27680768 140721420360385 140721420363159 140721420363159 140721420365775 0
[pid=21180/tid=21239] ppid=21177 vsize=10927868 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/21180/task/21239/stat : 21239 (java) S 21177 21180 16327 0 -1 1077944384 155 12562 0 0 5 7 7 3 20 0 20 0 5538213 11190136832 129006 33554432000 4194304 4196468 140721420351392 140187671542032 140187722090197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27680768 140721420360385 140721420363159 140721420363159 140721420365775 0
[pid=21180/tid=21240] ppid=21177 vsize=10927868 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/21180/task/21240/stat : 21240 (java) S 21177 21180 16327 0 -1 1077944384 87 12562 0 0 5 6 7 3 20 0 20 0 5538213 11190136832 129006 33554432000 4194304 4196468 140721420351392 140187670490256 140187722090197 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 27680768 140721420360385 140721420363159 140721420363159 140721420365775 0
[pid=21180/tid=21241] ppid=21177 vsize=10927868 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/21180/task/21241/stat : 21241 (java) S 21177 21180 16327 0 -1 1077944384 99 12562 0 0 6 5 7 3 20 0 20 0 5538213 11190136832 129006 33554432000 4194304 4196468 140721420351392 140187669437456 140187722090197 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 27680768 140721420360385 140721420363159 140721420363159 140721420365775 0
[pid=21180/tid=21242] ppid=21177 vsize=10927868 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/21180/task/21242/stat : 21242 (java) S 21177 21180 16327 0 -1 1077944384 98 12562 0 0 6 6 7 3 20 0 20 0 5538213 11190136832 129006 33554432000 4194304 4196468 140721420351392 140187668384656 140187722090197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27680768 140721420360385 140721420363159 140721420363159 140721420365775 0
[pid=21180/tid=21243] ppid=21177 vsize=10927868 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/21180/task/21243/stat : 21243 (java) S 21177 21180 16327 0 -1 1077944384 92 12562 0 0 6 6 7 3 20 0 20 0 5538213 11190136832 129006 33554432000 4194304 4196468 140721420351392 140187667331856 140187722090197 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 27680768 140721420360385 140721420363159 140721420363159 140721420365775 0
[pid=21180/tid=21244] ppid=21177 vsize=10927868 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/21180/task/21244/stat : 21244 (java) S 21177 21180 16327 0 -1 1077944384 1829 12562 0 0 3 0 7 3 20 0 20 0 5538215 11190136832 129006 33554432000 4194304 4196468 140721420351392 140187263875440 140187722091138 0 0 0 16800975 18446744071579849748 0 0 -1 8 0 0 48 0 0 6293624 6294260 27680768 140721420360385 140721420363159 140721420363159 140721420365775 0
[pid=21180/tid=21245] ppid=21177 vsize=10927868 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/21180/task/21245/stat : 21245 (java) S 21177 21180 16327 0 -1 1077944384 57 12562 0 0 0 0 7 3 20 0 20 0 5538216 11190136832 129006 33554432000 4194304 4196468 140721420351392 140187195663456 140187722090197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27680768 140721420360385 140721420363159 140721420363159 140721420365775 0
[pid=21180/tid=21246] ppid=21177 vsize=10927868 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/21180/task/21246/stat : 21246 (java) S 21177 21180 16327 0 -1 1077944384 43 12562 0 0 0 0 7 3 20 0 20 0 5538216 11190136832 129006 33554432000 4194304 4196468 140721420351392 140187194610560 140187722090197 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 27680768 140721420360385 140721420363159 140721420363159 140721420365775 0
[pid=21180/tid=21247] ppid=21177 vsize=10927868 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/21180/task/21247/stat : 21247 (java) S 21177 21180 16327 0 -1 1077944384 1 12562 0 0 0 0 7 3 20 0 20 0 5538220 11190136832 129006 33554432000 4194304 4196468 140721420351392 140187193558864 140187722098587 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 27680768 140721420360385 140721420363159 140721420363159 140721420365775 0
[pid=21180/tid=21248] ppid=21177 vsize=10927868 CPUtime=1.91 cores=0,2,4,6,8,10,12,14
/proc/21180/task/21248/stat : 21248 (java) R 21177 21180 16327 0 -1 4202560 2930 12562 0 0 180 1 7 3 20 0 20 0 5538220 11190136832 129006 33554432000 4194304 4196468 140721420351392 140187192499736 140187703260147 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27680768 140721420360385 140721420363159 140721420363159 140721420365775 0
[pid=21180/tid=21249] ppid=21177 vsize=10927868 CPUtime=1.99 cores=0,2,4,6,8,10,12,14
/proc/21180/task/21249/stat : 21249 (java) R 21177 21180 16327 0 -1 4202560 2364 12562 0 0 188 1 7 3 20 0 20 0 5538220 11190136832 129006 33554432000 4194304 4196468 140721420351392 140187191446936 140187700496318 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 27680768 140721420360385 140721420363159 140721420363159 140721420365775 0
[pid=21180/tid=21250] ppid=21177 vsize=10927868 CPUtime=2.18 cores=0,2,4,6,8,10,12,14
/proc/21180/task/21250/stat : 21250 (java) R 21177 21180 16327 0 -1 4202560 2568 12562 0 0 207 1 7 3 20 0 20 0 5538220 11190136832 129006 33554432000 4194304 4196468 140721420351392 140187190387872 140187701733936 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27680768 140721420360385 140721420363159 140721420363159 140721420365775 0
[pid=21180/tid=21251] ppid=21177 vsize=10927868 CPUtime=1.47 cores=0,2,4,6,8,10,12,14
/proc/21180/task/21251/stat : 21251 (java) S 21177 21180 16327 0 -1 1077944384 3976 12562 0 0 135 2 7 3 20 0 20 0 5538220 11190136832 129006 33554432000 4194304 4196468 140721420351392 140187189348848 140187722091138 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 49 0 0 6293624 6294260 27680768 140721420360385 140721420363159 140721420363159 140721420365775 0
[pid=21180/tid=21252] ppid=21177 vsize=10927868 CPUtime=0.1 cores=0,2,4,6,8,10,12,14

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

[pid=21180/tid=21249] ppid=21177 vsize=10997500 CPUtime=3.99 cores=0,2,4,6,8,10,12,14
/proc/21180/task/21249/stat : 21249 (java) S 21177 21180 16327 0 -1 1077944384 8302 12562 0 0 387 2 7 3 20 0 20 0 5538220 11261440000 515421 33554432000 4194304 4196468 140721420351392 140187191454448 140187722091138 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 27680768 140721420360385 140721420363159 140721420363159 140721420365775 0
[pid=21180/tid=21250] ppid=21177 vsize=10997500 CPUtime=4.18 cores=0,2,4,6,8,10,12,14
/proc/21180/task/21250/stat : 21250 (java) S 21177 21180 16327 0 -1 1077944384 7963 12562 0 0 406 2 7 3 20 0 20 0 5538220 11261440000 515421 33554432000 4194304 4196468 140721420351392 140187190401648 140187722091138 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 27680768 140721420360385 140721420363159 140721420363159 140721420365775 0
[pid=21180/tid=21251] ppid=21177 vsize=10997500 CPUtime=2.03 cores=0,2,4,6,8,10,12,14
/proc/21180/task/21251/stat : 21251 (java) S 21177 21180 16327 0 -1 1077944384 14416 12562 0 0 189 4 7 3 20 0 20 0 5538220 11261440000 515421 33554432000 4194304 4196468 140721420351392 140187189348848 140187722091138 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 49 0 0 6293624 6294260 27680768 140721420360385 140721420363159 140721420363159 140721420365775 0
[pid=21180/tid=21252] ppid=21177 vsize=10997500 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/21180/task/21252/stat : 21252 (java) S 21177 21180 16327 0 -1 1077944384 3 12562 0 0 0 0 7 3 20 0 20 0 5538220 11261440000 515421 33554432000 4194304 4196468 140721420351392 140187188296288 140187722090197 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 27680768 140721420360385 140721420363159 140721420363159 140721420365775 0
[pid=21180/tid=21253] ppid=21177 vsize=10997500 CPUtime=1.37 cores=0,2,4,6,8,10,12,14
/proc/21180/task/21253/stat : 21253 (java) S 21177 21180 16327 0 -1 1077944384 3201 12562 0 0 70 57 7 3 20 0 20 0 5538220 11261440000 515421 33554432000 4194304 4196468 140721420351392 140187187243568 140187722091138 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 50 0 0 6293624 6294260 27680768 140721420360385 140721420363159 140721420363159 140721420365775 0
Current children cumulated CPU time (s) 2384.49
Current children cumulated vsize (KiB) 10997500



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2337.5 s]
/proc/loadavg: 1.62 1.61 1.59 3/281 21776
/proc/meminfo: memFree=26555104/32770624 swapFree=5912/106872
[pid=21180] ppid=21177 vsize=10997500 CPUtime=2400.06 cores=0,2,4,6,8,10,12,14
/proc/21180/stat : 21180 (java) S 21177 21180 16327 0 -1 1077944320 275853 12562 0 0 239535 461 7 3 20 0 20 0 5538201 11261440000 515423 33554432000 4194304 4196468 140721420351392 140721420333936 140187722079991 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 27680768 140721420360385 140721420363159 140721420363159 140721420365775 0
/proc/21180/statm: 2749375 515423 3516 1 0 2736930 0
[pid=21180/tid=21235] ppid=21177 vsize=10997500 CPUtime=2320.39 cores=0,2,4,6,8,10,12,14
/proc/21180/task/21235/stat : 21235 (java) R 21177 21180 16327 0 -1 4202560 91926 12562 0 0 231976 53 7 3 20 0 20 0 5538212 11261440000 515423 33554432000 4194304 4196468 140721420351392 140187726314192 140187347885692 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27680768 140721420360385 140721420363159 140721420363159 140721420365775 0
[pid=21180/tid=21236] ppid=21177 vsize=10997500 CPUtime=7.33 cores=0,2,4,6,8,10,12,14
/proc/21180/task/21236/stat : 21236 (java) S 21177 21180 16327 0 -1 1077944384 15670 12562 0 0 679 44 7 3 20 0 20 0 5538213 11261440000 515423 33554432000 4194304 4196468 140721420351392 140187674700432 140187722090197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27680768 140721420360385 140721420363159 140721420363159 140721420365775 0
[pid=21180/tid=21237] ppid=21177 vsize=10997500 CPUtime=7.32 cores=0,2,4,6,8,10,12,14
/proc/21180/task/21237/stat : 21237 (java) S 21177 21180 16327 0 -1 1077944384 11070 12562 0 0 675 47 7 3 20 0 20 0 5538213 11261440000 515423 33554432000 4194304 4196468 140721420351392 140187673647632 140187722090197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27680768 140721420360385 140721420363159 140721420363159 140721420365775 0
[pid=21180/tid=21238] ppid=21177 vsize=10997500 CPUtime=7.28 cores=0,2,4,6,8,10,12,14
/proc/21180/task/21238/stat : 21238 (java) S 21177 21180 16327 0 -1 1077944384 13001 12562 0 0 677 41 7 3 20 0 20 0 5538213 11261440000 515423 33554432000 4194304 4196468 140721420351392 140187672594832 140187722090197 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 27680768 140721420360385 140721420363159 140721420363159 140721420365775 0
[pid=21180/tid=21239] ppid=21177 vsize=10997500 CPUtime=7.43 cores=0,2,4,6,8,10,12,14
/proc/21180/task/21239/stat : 21239 (java) S 21177 21180 16327 0 -1 1077944384 10531 12562 0 0 690 43 7 3 20 0 20 0 5538213 11261440000 515423 33554432000 4194304 4196468 140721420351392 140187671542032 140187722090197 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 27680768 140721420360385 140721420363159 140721420363159 140721420365775 0
[pid=21180/tid=21240] ppid=21177 vsize=10997500 CPUtime=7.37 cores=0,2,4,6,8,10,12,14
/proc/21180/task/21240/stat : 21240 (java) S 21177 21180 16327 0 -1 1077944384 14586 12562 0 0 683 44 7 3 20 0 20 0 5538213 11261440000 515423 33554432000 4194304 4196468 140721420351392 140187670490256 140187722090197 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 27680768 140721420360385 140721420363159 140721420363159 140721420365775 0
[pid=21180/tid=21241] ppid=21177 vsize=10997500 CPUtime=7.29 cores=0,2,4,6,8,10,12,14
/proc/21180/task/21241/stat : 21241 (java) S 21177 21180 16327 0 -1 1077944384 21695 12562 0 0 679 40 7 3 20 0 20 0 5538213 11261440000 515423 33554432000 4194304 4196468 140721420351392 140187669437456 140187722090197 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 27680768 140721420360385 140721420363159 140721420363159 140721420365775 0
[pid=21180/tid=21242] ppid=21177 vsize=10997500 CPUtime=7.29 cores=0,2,4,6,8,10,12,14
/proc/21180/task/21242/stat : 21242 (java) S 21177 21180 16327 0 -1 1077944384 9862 12562 0 0 675 44 7 3 20 0 20 0 5538213 11261440000 515423 33554432000 4194304 4196468 140721420351392 140187668384656 140187722090197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27680768 140721420360385 140721420363159 140721420363159 140721420365775 0
[pid=21180/tid=21243] ppid=21177 vsize=10997500 CPUtime=7.37 cores=0,2,4,6,8,10,12,14
/proc/21180/task/21243/stat : 21243 (java) S 21177 21180 16327 0 -1 1077944384 13397 12562 0 0 685 42 7 3 20 0 20 0 5538213 11261440000 515423 33554432000 4194304 4196468 140721420351392 140187667331856 140187722090197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27680768 140721420360385 140721420363159 140721420363159 140721420365775 0
[pid=21180/tid=21244] ppid=21177 vsize=10997500 CPUtime=6.54 cores=0,2,4,6,8,10,12,14
/proc/21180/task/21244/stat : 21244 (java) S 21177 21180 16327 0 -1 1077944384 26653 12562 0 0 612 32 7 3 20 0 20 0 5538215 11261440000 515423 33554432000 4194304 4196468 140721420351392 140187263875440 140187722091138 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 48 0 0 6293624 6294260 27680768 140721420360385 140721420363159 140721420363159 140721420365775 0
[pid=21180/tid=21245] ppid=21177 vsize=10997500 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/21180/task/21245/stat : 21245 (java) S 21177 21180 16327 0 -1 1077944384 60 12562 0 0 0 0 7 3 20 0 20 0 5538216 11261440000 515423 33554432000 4194304 4196468 140721420351392 140187195663520 140187722090197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27680768 140721420360385 140721420363159 140721420363159 140721420365775 0
[pid=21180/tid=21246] ppid=21177 vsize=10997500 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/21180/task/21246/stat : 21246 (java) S 21177 21180 16327 0 -1 1077944384 56 12562 0 0 0 0 7 3 20 0 20 0 5538216 11261440000 515423 33554432000 4194304 4196468 140721420351392 140187194610560 140187722090197 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 27680768 140721420360385 140721420363159 140721420363159 140721420365775 0
[pid=21180/tid=21247] ppid=21177 vsize=10997500 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/21180/task/21247/stat : 21247 (java) S 21177 21180 16327 0 -1 1077944384 1 12562 0 0 0 0 7 3 20 0 20 0 5538220 11261440000 515423 33554432000 4194304 4196468 140721420351392 140187193558864 140187722098587 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 27680768 140721420360385 140721420363159 140721420363159 140721420365775 0
[pid=21180/tid=21248] ppid=21177 vsize=10997500 CPUtime=4.13 cores=0,2,4,6,8,10,12,14
/proc/21180/task/21248/stat : 21248 (java) S 21177 21180 16327 0 -1 1077944384 11325 12562 0 0 400 3 7 3 20 0 20 0 5538220 11261440000 515423 33554432000 4194304 4196468 140721420351392 140187192507248 140187722091138 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27680768 140721420360385 140721420363159 140721420363159 140721420365775 0
[pid=21180/tid=21249] ppid=21177 vsize=10997500 CPUtime=3.99 cores=0,2,4,6,8,10,12,14
/proc/21180/task/21249/stat : 21249 (java) S 21177 21180 16327 0 -1 1077944384 8302 12562 0 0 387 2 7 3 20 0 20 0 5538220 11261440000 515423 33554432000 4194304 4196468 140721420351392 140187191454448 140187722091138 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 27680768 140721420360385 140721420363159 140721420363159 140721420365775 0
[pid=21180/tid=21250] ppid=21177 vsize=10997500 CPUtime=4.18 cores=0,2,4,6,8,10,12,14
/proc/21180/task/21250/stat : 21250 (java) S 21177 21180 16327 0 -1 1077944384 7963 12562 0 0 406 2 7 3 20 0 20 0 5538220 11261440000 515423 33554432000 4194304 4196468 140721420351392 140187190401648 140187722091138 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 27680768 140721420360385 140721420363159 140721420363159 140721420365775 0
[pid=21180/tid=21251] ppid=21177 vsize=10997500 CPUtime=2.03 cores=0,2,4,6,8,10,12,14
/proc/21180/task/21251/stat : 21251 (java) S 21177 21180 16327 0 -1 1077944384 14416 12562 0 0 189 4 7 3 20 0 20 0 5538220 11261440000 515423 33554432000 4194304 4196468 140721420351392 140187189348848 140187722091138 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 49 0 0 6293624 6294260 27680768 140721420360385 140721420363159 140721420363159 140721420365775 0
[pid=21180/tid=21252] ppid=21177 vsize=10997500 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/21180/task/21252/stat : 21252 (java) S 21177 21180 16327 0 -1 1077944384 3 12562 0 0 0 0 7 3 20 0 20 0 5538220 11261440000 515423 33554432000 4194304 4196468 140721420351392 140187188296288 140187722090197 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 27680768 140721420360385 140721420363159 140721420363159 140721420365775 0
[pid=21180/tid=21253] ppid=21177 vsize=10997500 CPUtime=1.38 cores=0,2,4,6,8,10,12,14
/proc/21180/task/21253/stat : 21253 (java) S 21177 21180 16327 0 -1 1077944384 3203 12562 0 0 70 58 7 3 20 0 20 0 5538220 11261440000 515423 33554432000 4194304 4196468 140721420351392 140187187243568 140187722091138 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 50 0 0 6293624 6294260 27680768 140721420360385 140721420363159 140721420363159 140721420365775 0
Current children cumulated CPU time (s) 2400.06
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 21180 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2337.61 s]
/proc/loadavg: 1.62 1.61 1.59 3/281 21776
/proc/meminfo: memFree=26555104/32770624 swapFree=5912/106872
[pid=21180] ppid=21177 vsize=11130628 CPUtime=2400.62 cores=0,2,4,6,8,10,12,14
/proc/21180/stat : 21180 (java) S 21177 21180 16327 0 -1 1077944320 282765 12562 0 0 239589 463 7 3 20 0 22 0 5538201 11397763072 517072 33554432000 4194304 4196468 140721420351392 140721420333936 140187722079991 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 27680768 140721420360385 140721420363159 140721420363159 140721420365775 0
/proc/21180/statm: 2782657 517072 3516 1 0 2770212 0
[pid=21180/tid=21235] ppid=21177 vsize=11130628 CPUtime=2320.4 cores=0,2,4,6,8,10,12,14
/proc/21180/task/21235/stat : 21235 (java) S 21177 21180 16327 0 -1 1077944384 92374 12562 0 0 231977 53 7 3 20 0 22 0 5538212 11397763072 517072 33554432000 4194304 4196468 140721420351392 140187726317776 140187722090197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27680768 140721420360385 140721420363159 140721420363159 140721420365775 0
[pid=21180/tid=21236] ppid=21177 vsize=11130628 CPUtime=7.38 cores=0,2,4,6,8,10,12,14
/proc/21180/task/21236/stat : 21236 (java) R 21177 21180 16327 0 -1 4202560 15672 12562 0 0 684 44 7 3 20 0 22 0 5538213 11397763072 517072 33554432000 4194304 4196468 140721420351392 140187674700552 140187714708199 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27680768 140721420360385 140721420363159 140721420363159 140721420365775 0
[pid=21180/tid=21237] ppid=21177 vsize=11130628 CPUtime=7.38 cores=0,2,4,6,8,10,12,14
/proc/21180/task/21237/stat : 21237 (java) R 21177 21180 16327 0 -1 4202560 11070 12562 0 0 681 47 7 3 20 0 22 0 5538213 11397763072 517072 33554432000 4194304 4196468 140721420351392 140187673647752 140187714708199 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27680768 140721420360385 140721420363159 140721420363159 140721420365775 0
[pid=21180/tid=21238] ppid=21177 vsize=11130628 CPUtime=7.34 cores=0,2,4,6,8,10,12,14
/proc/21180/task/21238/stat : 21238 (java) R 21177 21180 16327 0 -1 4202560 13014 12562 0 0 683 41 7 3 20 0 22 0 5538213 11397763072 517072 33554432000 4194304 4196468 140721420351392 140187672594952 140187714708199 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 27680768 140721420360385 140721420363159 140721420363159 140721420365775 0
[pid=21180/tid=21239] ppid=21177 vsize=11130628 CPUtime=7.49 cores=0,2,4,6,8,10,12,14
/proc/21180/task/21239/stat : 21239 (java) R 21177 21180 16327 0 -1 4202560 10546 12562 0 0 696 43 7 3 20 0 22 0 5538213 11397763072 517072 33554432000 4194304 4196468 140721420351392 140187671542232 140187706780606 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 27680768 140721420360385 140721420363159 140721420363159 140721420365775 0
[pid=21180/tid=21240] ppid=21177 vsize=11130628 CPUtime=7.44 cores=0,2,4,6,8,10,12,14
/proc/21180/task/21240/stat : 21240 (java) R 21177 21180 16327 0 -1 4202560 14596 12562 0 0 690 44 7 3 20 0 22 0 5538213 11397763072 517072 33554432000 4194304 4196468 140721420351392 140187670490376 140187714708199 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 27680768 140721420360385 140721420363159 140721420363159 140721420365775 0
[pid=21180/tid=21241] ppid=21177 vsize=11130628 CPUtime=7.35 cores=0,2,4,6,8,10,12,14
/proc/21180/task/21241/stat : 21241 (java) R 21177 21180 16327 0 -1 4202560 21697 12562 0 0 685 40 7 3 20 0 22 0 5538213 11397763072 517072 33554432000 4194304 4196468 140721420351392 140187669437576 140187714708199 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 27680768 140721420360385 140721420363159 140721420363159 140721420365775 0
[pid=21180/tid=21242] ppid=21177 vsize=11130628 CPUtime=7.35 cores=0,2,4,6,8,10,12,14
/proc/21180/task/21242/stat : 21242 (java) R 21177 21180 16327 0 -1 4202560 9896 12562 0 0 681 44 7 3 20 0 22 0 5538213 11397763072 517072 33554432000 4194304 4196468 140721420351392 140187668384776 140187714708199 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 27680768 140721420360385 140721420363159 140721420363159 140721420365775 0
[pid=21180/tid=21243] ppid=21177 vsize=11130628 CPUtime=7.43 cores=0,2,4,6,8,10,12,14
/proc/21180/task/21243/stat : 21243 (java) R 21177 21180 16327 0 -1 4202560 13408 12562 0 0 691 42 7 3 20 0 22 0 5538213 11397763072 517072 33554432000 4194304 4196468 140721420351392 140187667331976 140187714708199 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27680768 140721420360385 140721420363159 140721420363159 140721420365775 0
[pid=21180/tid=21244] ppid=21177 vsize=11130628 CPUtime=6.57 cores=0,2,4,6,8,10,12,14
/proc/21180/task/21244/stat : 21244 (java) S 21177 21180 16327 0 -1 1077944384 32670 12562 0 0 614 33 7 3 20 0 22 0 5538215 11397763072 517072 33554432000 4194304 4196468 140721420351392 140187263874064 140187722090197 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 48 0 0 6293624 6294260 27680768 140721420360385 140721420363159 140721420363159 140721420365775 0
[pid=21180/tid=21245] ppid=21177 vsize=11130628 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/21180/task/21245/stat : 21245 (java) S 21177 21180 16327 0 -1 1077944384 60 12562 0 0 0 0 7 3 20 0 22 0 5538216 11397763072 517072 33554432000 4194304 4196468 140721420351392 140187195663520 140187722090197 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27680768 140721420360385 140721420363159 140721420363159 140721420365775 0
[pid=21180/tid=21246] ppid=21177 vsize=11130628 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/21180/task/21246/stat : 21246 (java) S 21177 21180 16327 0 -1 1077944384 56 12562 0 0 0 0 7 3 20 0 22 0 5538216 11397763072 517072 33554432000 4194304 4196468 140721420351392 140187194610560 140187722090197 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 27680768 140721420360385 140721420363159 140721420363159 140721420365775 0
[pid=21180/tid=21247] ppid=21177 vsize=11130628 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/21180/task/21247/stat : 21247 (java) S 21177 21180 16327 0 -1 1077944384 100 12562 0 0 0 0 7 3 20 0 22 0 5538220 11397763072 517072 33554432000 4194304 4196468 140721420351392 140187193558864 140187722098587 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27680768 140721420360385 140721420363159 140721420363159 140721420365775 0
[pid=21180/tid=21248] ppid=21177 vsize=11130628 CPUtime=4.13 cores=0,2,4,6,8,10,12,14
/proc/21180/task/21248/stat : 21248 (java) S 21177 21180 16327 0 -1 1077944384 11325 12562 0 0 400 3 7 3 20 0 22 0 5538220 11397763072 517072 33554432000 4194304 4196468 140721420351392 140187192507248 140187722091138 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27680768 140721420360385 140721420363159 140721420363159 140721420365775 0
[pid=21180/tid=21249] ppid=21177 vsize=11130628 CPUtime=3.99 cores=0,2,4,6,8,10,12,14
/proc/21180/task/21249/stat : 21249 (java) S 21177 21180 16327 0 -1 1077944384 8302 12562 0 0 387 2 7 3 20 0 22 0 5538220 11397763072 517072 33554432000 4194304 4196468 140721420351392 140187191454448 140187722091138 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 27680768 140721420360385 140721420363159 140721420363159 140721420365775 0
[pid=21180/tid=21250] ppid=21177 vsize=11130628 CPUtime=4.18 cores=0,2,4,6,8,10,12,14
/proc/21180/task/21250/stat : 21250 (java) S 21177 21180 16327 0 -1 1077944384 7963 12562 0 0 406 2 7 3 20 0 22 0 5538220 11397763072 517072 33554432000 4194304 4196468 140721420351392 140187190401648 140187722091138 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 27680768 140721420360385 140721420363159 140721420363159 140721420365775 0
[pid=21180/tid=21251] ppid=21177 vsize=11130628 CPUtime=2.03 cores=0,2,4,6,8,10,12,14
/proc/21180/task/21251/stat : 21251 (java) S 21177 21180 16327 0 -1 1077944384 14564 12562 0 0 189 4 7 3 20 0 22 0 5538220 11397763072 517072 33554432000 4194304 4196468 140721420351392 140187189348416 140187722090197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 49 0 0 6293624 6294260 27680768 140721420360385 140721420363159 140721420363159 140721420365775 0
[pid=21180/tid=21252] ppid=21177 vsize=11130628 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/21180/task/21252/stat : 21252 (java) S 21177 21180 16327 0 -1 1077944384 3 12562 0 0 0 0 7 3 20 0 22 0 5538220 11397763072 517072 33554432000 4194304 4196468 140721420351392 140187188296288 140187722090197 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 27680768 140721420360385 140721420363159 140721420363159 140721420365775 0
[pid=21180/tid=21253] ppid=21177 vsize=11130628 CPUtime=1.38 cores=0,2,4,6,8,10,12,14
/proc/21180/task/21253/stat : 21253 (java) S 21177 21180 16327 0 -1 1077944384 3203 12562 0 0 70 58 7 3 20 0 22 0 5538220 11397763072 517072 33554432000 4194304 4196468 140721420351392 140187187243568 140187722091138 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 50 0 0 6293624 6294260 27680768 140721420360385 140721420363159 140721420363159 140721420365775 0
Current children cumulated CPU time (s) 2400.62
Current children cumulated vsize (KiB) 11130628

[startup+2337.8 s]
/proc/loadavg: 1.62 1.61 1.59 3/281 21776
/proc/meminfo: memFree=26555104/32770624 swapFree=5912/106872
[pid=21180] ppid=21177 vsize=11130628 CPUtime=2401.56 cores=0,2,4,6,8,10,12,14
/proc/21180/stat : 21180 (java) S 21177 21180 16327 0 -1 1077944320 282984 12562 0 0 239683 463 7 3 20 0 22 0 5538201 11397763072 517081 33554432000 4194304 4196468 140721420351392 140721420333936 140187722079991 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 27680768 140721420360385 140721420363159 140721420363159 140721420365775 0
/proc/21180/statm: 2782657 517081 3516 1 0 2770212 0
[pid=21180/tid=21235] ppid=21177 vsize=11130628 CPUtime=2320.41 cores=0,2,4,6,8,10,12,14
/proc/21180/task/21235/stat : 21235 (java) R 21177 21180 16327 0 -1 4202560 92405 12562 0 0 231978 53 7 3 20 0 22 0 5538212 11397763072 517081 33554432000 4194304 4196468 140721420351392 140187726317776 140187706123621 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27680768 140721420360385 140721420363159 140721420363159 140721420365775 0
[pid=21180/tid=21236] ppid=21177 vsize=11130628 CPUtime=7.49 cores=0,2,4,6,8,10,12,14
/proc/21180/task/21236/stat : 21236 (java) S 21177 21180 16327 0 -1 1077944384 15673 12562 0 0 695 44 7 3 20 0 22 0 5538213 11397763072 517081 33554432000 4194304 4196468 140721420351392 140187674700432 140187722090197 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 27680768 140721420360385 140721420363159 140721420363159 140721420365775 0
[pid=21180/tid=21237] ppid=21177 vsize=11130628 CPUtime=7.48 cores=0,2,4,6,8,10,12,14
/proc/21180/task/21237/stat : 21237 (java) S 21177 21180 16327 0 -1 1077944384 11070 12562 0 0 691 47 7 3 20 0 22 0 5538213 11397763072 517081 33554432000 4194304 4196468 140721420351392 140187673647632 140187722090197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27680768 140721420360385 140721420363159 140721420363159 140721420365775 0
[pid=21180/tid=21238] ppid=21177 vsize=11130628 CPUtime=7.45 cores=0,2,4,6,8,10,12,14
/proc/21180/task/21238/stat : 21238 (java) S 21177 21180 16327 0 -1 1077944384 13015 12562 0 0 694 41 7 3 20 0 22 0 5538213 11397763072 517081 33554432000 4194304 4196468 140721420351392 140187672594832 140187722090197 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 27680768 140721420360385 140721420363159 140721420363159 140721420365775 0
[pid=21180/tid=21239] ppid=21177 vsize=11130628 CPUtime=7.6 cores=0,2,4,6,8,10,12,14
/proc/21180/task/21239/stat : 21239 (java) S 21177 21180 16327 0 -1 1077944384 10546 12562 0 0 707 43 7 3 20 0 22 0 5538213 11397763072 517081 33554432000 4194304 4196468 140721420351392 140187671542032 140187722090197 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27680768 140721420360385 140721420363159 140721420363159 140721420365775 0
[pid=21180/tid=21240] ppid=21177 vsize=11130628 CPUtime=7.54 cores=0,2,4,6,8,10,12,14
/proc/21180/task/21240/stat : 21240 (java) S 21177 21180 16327 0 -1 1077944384 14596 12562 0 0 700 44 7 3 20 0 22 0 5538213 11397763072 517081 33554432000 4194304 4196468 140721420351392 140187670490256 140187722090197 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27680768 140721420360385 140721420363159 140721420363159 140721420365775 0
[pid=21180/tid=21241] ppid=21177 vsize=11130628 CPUtime=7.47 cores=0,2,4,6,8,10,12,14
/proc/21180/task/21241/stat : 21241 (java) S 21177 21180 16327 0 -1 1077944384 21705 12562 0 0 696 41 7 3 20 0 22 0 5538213 11397763072 517081 33554432000 4194304 4196468 140721420351392 140187669437456 140187722090197 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 27680768 140721420360385 140721420363159 140721420363159 140721420365775 0
[pid=21180/tid=21242] ppid=21177 vsize=11130628 CPUtime=7.46 cores=0,2,4,6,8,10,12,14
/proc/21180/task/21242/stat : 21242 (java) S 21177 21180 16327 0 -1 1077944384 9897 12562 0 0 692 44 7 3 20 0 22 0 5538213 11397763072 517081 33554432000 4194304 4196468 140721420351392 140187668384656 140187722090197 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27680768 140721420360385 140721420363159 140721420363159 140721420365775 0
[pid=21180/tid=21243] ppid=21177 vsize=11130628 CPUtime=7.54 cores=0,2,4,6,8,10,12,14
/proc/21180/task/21243/stat : 21243 (java) S 21177 21180 16327 0 -1 1077944384 13409 12562 0 0 702 42 7 3 20 0 22 0 5538213 11397763072 517081 33554432000 4194304 4196468 140721420351392 140187667331856 140187722090197 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 27680768 140721420360385 140721420363159 140721420363159 140721420365775 0
[pid=21180/tid=21244] ppid=21177 vsize=11130628 CPUtime=6.64 cores=0,2,4,6,8,10,12,14
/proc/21180/task/21244/stat : 21244 (java) S 21177 21180 16327 0 -1 1077944384 32840 12562 0 0 621 33 7 3 20 0 22 0 5538215 11397763072 517081 33554432000 4194304 4196468 140721420351392 140187263875440 140187722091138 0 0 0 16800975 18446744071579849748 0 0 -1 10 0 0 48 0 0 6293624 6294260 27680768 140721420360385 140721420363159 140721420363159 140721420365775 0
[pid=21180/tid=21245] ppid=21177 vsize=11130628 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/21180/task/21245/stat : 21245 (java) S 21177 21180 16327 0 -1 1077944384 62 12562 0 0 0 0 7 3 20 0 22 0 5538216 11397763072 517081 33554432000 4194304 4196468 140721420351392 140187195663520 140187722090197 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 27680768 140721420360385 140721420363159 140721420363159 140721420365775 0
[pid=21180/tid=21246] ppid=21177 vsize=11130628 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/21180/task/21246/stat : 21246 (java) S 21177 21180 16327 0 -1 1077944384 58 12562 0 0 0 0 7 3 20 0 22 0 5538216 11397763072 517081 33554432000 4194304 4196468 140721420351392 140187194610560 140187722090197 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 27680768 140721420360385 140721420363159 140721420363159 140721420365775 0
[pid=21180/tid=21247] ppid=21177 vsize=11130628 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/21180/task/21247/stat : 21247 (java) S 21177 21180 16327 0 -1 1077944384 100 12562 0 0 0 0 7 3 20 0 22 0 5538220 11397763072 517081 33554432000 4194304 4196468 140721420351392 140187193558864 140187722098587 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27680768 140721420360385 140721420363159 140721420363159 140721420365775 0
[pid=21180/tid=21248] ppid=21177 vsize=11130628 CPUtime=4.13 cores=0,2,4,6,8,10,12,14
/proc/21180/task/21248/stat : 21248 (java) S 21177 21180 16327 0 -1 1077944384 11325 12562 0 0 400 3 7 3 20 0 22 0 5538220 11397763072 517081 33554432000 4194304 4196468 140721420351392 140187192507248 140187722091138 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27680768 140721420360385 140721420363159 140721420363159 140721420365775 0
[pid=21180/tid=21249] ppid=21177 vsize=11130628 CPUtime=3.99 cores=0,2,4,6,8,10,12,14
/proc/21180/task/21249/stat : 21249 (java) S 21177 21180 16327 0 -1 1077944384 8302 12562 0 0 387 2 7 3 20 0 22 0 5538220 11397763072 517081 33554432000 4194304 4196468 140721420351392 140187191454448 140187722091138 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 27680768 140721420360385 140721420363159 140721420363159 140721420365775 0
[pid=21180/tid=21250] ppid=21177 vsize=11130628 CPUtime=4.18 cores=0,2,4,6,8,10,12,14
/proc/21180/task/21250/stat : 21250 (java) S 21177 21180 16327 0 -1 1077944384 7963 12562 0 0 406 2 7 3 20 0 22 0 5538220 11397763072 517081 33554432000 4194304 4196468 140721420351392 140187190401648 140187722091138 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 27680768 140721420360385 140721420363159 140721420363159 140721420365775 0
[pid=21180/tid=21251] ppid=21177 vsize=11130628 CPUtime=2.04 cores=0,2,4,6,8,10,12,14
/proc/21180/task/21251/stat : 21251 (java) S 21177 21180 16327 0 -1 1077944384 14565 12562 0 0 190 4 7 3 20 0 22 0 5538220 11397763072 517081 33554432000 4194304 4196468 140721420351392 140187189348848 140187722091138 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 49 0 0 6293624 6294260 27680768 140721420360385 140721420363159 140721420363159 140721420365775 0
[pid=21180/tid=21252] ppid=21177 vsize=11130628 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/21180/task/21252/stat : 21252 (java) S 21177 21180 16327 0 -1 1077944384 3 12562 0 0 0 0 7 3 20 0 22 0 5538220 11397763072 517091 33554432000 4194304 4196468 140721420351392 140187188296288 140187722090197 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 27680768 140721420360385 140721420363159 140721420363159 140721420365775 0
[pid=21180/tid=21253] ppid=21177 vsize=11130628 CPUtime=1.38 cores=0,2,4,6,8,10,12,14
/proc/21180/task/21253/stat : 21253 (java) S 21177 21180 16327 0 -1 1077944384 3203 12562 0 0 70 58 7 3 20 0 22 0 5538220 11397763072 517091 33554432000 4194304 4196468 140721420351392 140187187243568 140187722091138 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 50 0 0 6293624 6294260 27680768 140721420360385 140721420363159 140721420363159 140721420365775 0
Current children cumulated CPU time (s) 2401.56
Current children cumulated vsize (KiB) 11130628

Child status: 143
Real time (s): 2337.82
CPU time (s): 2401.6
CPU user time (s): 2396.91
CPU system time (s): 4.68891
CPU usage (%): 102.728
Max. virtual memory (cumulated for all children) (KiB): 11130628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.91
system time used= 4.68891
maximum resident set size= 2071236
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 295585
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 282983
involuntary context switches= 174693

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.5991 second user time and 20.5572 second system time

The end

Launcher Data

Begin job on node107 at 2017-07-22 07:51:26
IDJOB=4245352
IDBENCH=120888
IDSOLVER=2630
FILE ID=node107/4245352-1500702686
RUNJOBID= node107-1500682951-16358
PBS_JOBID= 20623334
Free space on /tmp= 61852 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/QueensKnights/QueensKnights-m1-s1/QueensKnights-020-05-mul.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4245352-1500702686/watcher-4245352-1500702686 -o /tmp/evaluation-result-4245352-1500702686/solver-4245352-1500702686 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node107-1500682951-16358 --watchdog 2560  bin/concrete HOME/instance-4245352-1500702686.xml

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

MD5SUM BENCH= a36cd0da2272e5282cbf2247e3cbad08
RANDOM SEED=990333414

node107.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.05
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		: 2400.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.05
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		: 2533.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.05
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.05
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		: 2267.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.05
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		: 2133.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.05
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.05
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		: 1733.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.05
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:        31434092 kB
MemAvailable:   31583940 kB
Buffers:          185140 kB
Cached:           220472 kB
SwapCached:            0 kB
Active:           686576 kB
Inactive:         162208 kB
Active(anon):     396976 kB
Inactive(anon):    58556 kB
Active(file):     289600 kB
Inactive(file):   103652 kB
Unevictable:        5912 kB
Mlocked:            5912 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24376 kB
Writeback:             0 kB
AnonPages:        449160 kB
Mapped:            43888 kB
Shmem:              8852 kB
Slab:             179180 kB
SReclaimable:     144860 kB
SUnreclaim:        34320 kB
KernelStack:        4592 kB
PageTables:         6204 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1247612 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    223232 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      128384 kB
DirectMap2M:    33417216 kB

Free space on /tmp at the end= 61820 MiB
End job on node107 at 2017-07-22 08:30:24