Trace number 4248568

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) 2402.99 2330.34

General information on the benchmark

NameQuasiGroups/QuasiGroups-elt-qg4/
QuasiGroup-4-17.xml
MD5SUM1749ee71f79cc6e37ea59febff668c91
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark100.011
Satisfiable
(Un)Satisfiability was proved
Number of variables578
Number of constraints546
Number of domains2
Minimum domain size17
Maximum domain size289
Distribution of domain sizes[{"size":17,"count":289},{"size":289,"count":272}]
Minimum variable degree0
Maximum variable degree275
Distribution of variable degrees[{"degree":0,"count":17},{"degree":2,"count":272},{"degree":274,"count":17},{"degree":275,"count":272}]
Minimum constraint arity3
Maximum constraint arity290
Distribution of constraint arities[{"arity":3,"count":272},{"arity":17,"count":1},{"arity":289,"count":1},{"arity":290,"count":272}]
Number of extensional constraints0
Number of intensional constraints272
Distribution of constraint types[{"type":"intension","count":272},{"type":"allDifferent","count":1},{"type":"instantiation","count":1},{"type":"element","count":272}]
Optimization problemNO
Type of objective

Solver Data

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

pid=19286
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.47 1.43 1.43 3/261 19289
/proc/meminfo: memFree=30838796/32770624 swapFree=6368/347196
[pid=19289] ppid=19286 vsize=9508 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19289/stat : 19289 (bash) S 19286 19289 11993 0 -1 4202496 685 1532 0 0 0 0 0 0 20 0 1 0 10048517 9736192 350 33554432000 4194304 5098028 140731365593584 140731365591224 140452542733312 0 0 4100 65536 18446744071580971376 0 0 17 12 0 0 0 0 0 7196144 7232144 34451456 140731365602574 140731365602659 140731365602659 140731365605358 0
/proc/19289/statm: 2377 350 277 221 0 86 0

[startup+0.100131 s]
/proc/loadavg: 1.47 1.43 1.43 3/261 19289
/proc/meminfo: memFree=30838796/32770624 swapFree=6368/347196
[pid=19289] ppid=19286 vsize=9640 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/19289/stat : 19289 (bash) S 19286 19289 11993 0 -1 4202496 879 6420 0 0 0 0 0 2 20 0 1 0 10048517 9871360 378 33554432000 4194304 5098028 140731365593584 140731365587592 140452542733312 0 0 4100 65536 18446744071580971376 0 0 17 12 0 0 0 0 0 7196144 7232144 34451456 140731365602574 140731365602659 140731365602659 140731365605358 0
/proc/19289/statm: 2410 378 296 221 0 119 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9640

[startup+0.200314 s]
/proc/loadavg: 1.47 1.43 1.43 3/261 19289
/proc/meminfo: memFree=30838796/32770624 swapFree=6368/347196
[pid=19289] ppid=19286 vsize=10205016 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/19289/stat : 19289 (java) S 19286 19289 11993 0 -1 1077944320 3309 12411 0 0 0 1 9 4 20 0 10 0 10048517 10449936384 2723 33554432000 4194304 4196468 140726812207136 140726812189680 140693744000759 0 0 0 16784584 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 8880128 140726812211905 140726812214679 140726812214679 140726812217295 0
/proc/19289/statm: 2551254 2723 1241 1 0 2540165 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 10205016

[startup+0.300263 s]
/proc/loadavg: 1.47 1.43 1.43 3/261 19289
/proc/meminfo: memFree=30838796/32770624 swapFree=6368/347196
[pid=19289] ppid=19286 vsize=10901872 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/19289/stat : 19289 (java) S 19286 19289 11993 0 -1 1077944320 5848 12411 0 0 11 2 9 4 20 0 20 0 10048517 11163516928 6540 33554432000 4194304 4196468 140726812207136 140726812189680 140693744000759 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 8880128 140726812211905 140726812214679 140726812214679 140726812217295 0
/proc/19289/statm: 2725468 6540 2681 1 0 2713890 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 10901872

[startup+0.700259 s]
/proc/loadavg: 1.47 1.43 1.43 3/261 19289
/proc/meminfo: memFree=30838796/32770624 swapFree=6368/347196
[pid=19289] ppid=19286 vsize=10902720 CPUtime=0.84 cores=0,2,4,6,8,10,12,14
/proc/19289/stat : 19289 (java) S 19286 19289 11993 0 -1 1077944320 11896 12411 0 0 67 4 9 4 20 0 20 0 10048517 11164385280 14699 33554432000 4194304 4196468 140726812207136 140726812189680 140693744000759 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 8880128 140726812211905 140726812214679 140726812214679 140726812217295 0
/proc/19289/statm: 2725680 14699 3169 1 0 2713890 0
Current children cumulated CPU time (s) 0.84
Current children cumulated vsize (KiB) 10902720

[startup+1.501 s]
/proc/loadavg: 1.47 1.43 1.43 3/281 19362
/proc/meminfo: memFree=30748984/32770624 swapFree=6368/347572
[pid=19289] ppid=19286 vsize=10913344 CPUtime=2.06 cores=0,2,4,6,8,10,12,14
/proc/19289/stat : 19289 (java) S 19286 19289 11993 0 -1 1077944320 24956 12411 0 0 185 8 9 4 20 0 20 0 10048517 11175264256 34089 33554432000 4194304 4196468 140726812207136 140726812189680 140693744000759 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 8880128 140726812211905 140726812214679 140726812214679 140726812217295 0
/proc/19289/statm: 2728336 34089 3372 1 0 2716450 0
[pid=19289/tid=19344] ppid=19286 vsize=10913344 CPUtime=1.42 cores=0,2,4,6,8,10,12,14
/proc/19289/task/19344/stat : 19344 (java) R 19286 19289 11993 0 -1 4202560 19072 12411 0 0 124 5 9 4 20 0 20 0 10048536 11175264256 34089 33554432000 4194304 4196468 140726812207136 140693748222704 140693728044389 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 8880128 140726812211905 140726812214679 140726812214679 140726812217295 0
[pid=19289/tid=19345] ppid=19286 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/19289/task/19345/stat : 19345 (java) S 19286 19289 11993 0 -1 1077944384 2 12411 0 0 0 0 9 4 20 0 20 0 10048537 11175264256 34089 33554432000 4194304 4196468 140726812207136 140693670075408 140693744010965 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 8880128 140726812211905 140726812214679 140726812214679 140726812217295 0
[pid=19289/tid=19346] ppid=19286 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/19289/task/19346/stat : 19346 (java) S 19286 19289 11993 0 -1 1077944384 3 12411 0 0 0 0 9 4 20 0 20 0 10048537 11175264256 34089 33554432000 4194304 4196468 140726812207136 140693669022864 140693744010965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8880128 140726812211905 140726812214679 140726812214679 140726812217295 0
[pid=19289/tid=19347] ppid=19286 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/19289/task/19347/stat : 19347 (java) S 19286 19289 11993 0 -1 1077944384 1 12411 0 0 0 0 9 4 20 0 20 0 10048537 11175264256 34089 33554432000 4194304 4196468 140726812207136 140693667969808 140693744010965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8880128 140726812211905 140726812214679 140726812214679 140726812217295 0
[pid=19289/tid=19348] ppid=19286 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/19289/task/19348/stat : 19348 (java) S 19286 19289 11993 0 -1 1077944384 2 12411 0 0 0 0 9 4 20 0 20 0 10048537 11175264256 34089 33554432000 4194304 4196468 140726812207136 140693347494800 140693744010965 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 8880128 140726812211905 140726812214679 140726812214679 140726812217295 0
[pid=19289/tid=19349] ppid=19286 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/19289/task/19349/stat : 19349 (java) S 19286 19289 11993 0 -1 1077944384 1 12411 0 0 0 0 9 4 20 0 20 0 10048537 11175264256 34089 33554432000 4194304 4196468 140726812207136 140693346441744 140693744010965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8880128 140726812211905 140726812214679 140726812214679 140726812217295 0
[pid=19289/tid=19350] ppid=19286 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/19289/task/19350/stat : 19350 (java) S 19286 19289 11993 0 -1 1077944384 1 12411 0 0 0 0 9 4 20 0 20 0 10048537 11175264256 34089 33554432000 4194304 4196468 140726812207136 140693345389200 140693744010965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8880128 140726812211905 140726812214679 140726812214679 140726812217295 0
[pid=19289/tid=19351] ppid=19286 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/19289/task/19351/stat : 19351 (java) S 19286 19289 11993 0 -1 1077944384 2 12411 0 0 0 0 9 4 20 0 20 0 10048537 11175264256 34089 33554432000 4194304 4196468 140726812207136 140693344336144 140693744010965 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 8880128 140726812211905 140726812214679 140726812214679 140726812217295 0
[pid=19289/tid=19352] ppid=19286 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/19289/task/19352/stat : 19352 (java) S 19286 19289 11993 0 -1 1077944384 2 12411 0 0 0 0 9 4 20 0 20 0 10048537 11175264256 34089 33554432000 4194304 4196468 140726812207136 140693343283600 140693744010965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8880128 140726812211905 140726812214679 140726812214679 140726812217295 0
[pid=19289/tid=19353] ppid=19286 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/19289/task/19353/stat : 19353 (java) S 19286 19289 11993 0 -1 1077944384 5 12411 0 0 0 0 9 4 20 0 20 0 10048540 11175264256 34089 33554432000 4194304 4196468 140726812207136 140693218585328 140693744011906 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8880128 140726812211905 140726812214679 140726812214679 140726812217295 0
[pid=19289/tid=19354] ppid=19286 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/19289/task/19354/stat : 19354 (java) S 19286 19289 11993 0 -1 1077944384 33 12411 0 0 0 0 9 4 20 0 20 0 10048540 11175264256 34089 33554432000 4194304 4196468 140726812207136 140693217531552 140693744010965 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 8880128 140726812211905 140726812214679 140726812214679 140726812217295 0
[pid=19289/tid=19355] ppid=19286 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/19289/task/19355/stat : 19355 (java) S 19286 19289 11993 0 -1 1077944384 21 12411 0 0 0 0 9 4 20 0 20 0 10048541 11175264256 34089 33554432000 4194304 4196468 140726812207136 140693216478448 140693744010965 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 8880128 140726812211905 140726812214679 140726812214679 140726812217295 0
[pid=19289/tid=19356] ppid=19286 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/19289/task/19356/stat : 19356 (java) S 19286 19289 11993 0 -1 1077944384 1 12411 0 0 0 0 9 4 20 0 20 0 10048545 11175264256 34089 33554432000 4194304 4196468 140726812207136 140693215427024 140693744019355 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 8880128 140726812211905 140726812214679 140726812214679 140726812217295 0
[pid=19289/tid=19357] ppid=19286 vsize=10913344 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/19289/task/19357/stat : 19357 (java) S 19286 19289 11993 0 -1 1077944384 692 12411 0 0 11 0 9 4 20 0 20 0 10048545 11175264256 34089 33554432000 4194304 4196468 140726812207136 140693214374128 140693744011906 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 8880128 140726812211905 140726812214679 140726812214679 140726812217295 0
[pid=19289/tid=19358] ppid=19286 vsize=10913344 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/19289/task/19358/stat : 19358 (java) S 19286 19289 11993 0 -1 1077944384 531 12411 0 0 10 0 9 4 20 0 20 0 10048545 11175264256 34089 33554432000 4194304 4196468 140726812207136 140693213321584 140693744011906 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 8880128 140726812211905 140726812214679 140726812214679 140726812217295 0
[pid=19289/tid=19359] ppid=19286 vsize=10913344 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/19289/task/19359/stat : 19359 (java) S 19286 19289 11993 0 -1 1077944384 1422 12411 0 0 14 0 9 4 20 0 20 0 10048545 11175264256 34089 33554432000 4194304 4196468 140726812207136 140693212268528 140693744011906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8880128 140726812211905 140726812214679 140726812214679 140726812217295 0
[pid=19289/tid=19360] ppid=19286 vsize=10913344 CPUtime=0.37 cores=0,2,4,6,8,10,12,14
/proc/19289/task/19360/stat : 19360 (java) S 19286 19289 11993 0 -1 1077944384 1030 12411 0 0 24 0 9 4 20 0 20 0 10048546 11175264256 34089 33554432000 4194304 4196468 140726812207136 140693211215984 140693744011906 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8880128 140726812211905 140726812214679 140726812214679 140726812217295 0
[pid=19289/tid=19361] ppid=19286 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/19289/task/19361/stat : 19361 (java) S 19286 19289 11993 0 -1 1077944384 3 12411 0 0 0 0 9 4 20 0 20 0 10048546 11175264256 34089 33554432000 4194304 4196468 140726812207136 140693210164192 140693744010965 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 8880128 140726812211905 140726812214679 140726812214679 140726812217295 0
[pid=19289/tid=19362] ppid=19286 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/19289/task/19362/stat : 19362 (java) S 19286 19289 11993 0 -1 1077944384 4 12411 0 0 0 0 9 4 20 0 20 0 10048546 11175264256 34089 33554432000 4194304 4196468 140726812207136 140693209111728 140693744011906 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8880128 140726812211905 140726812214679 140726812214679 140726812217295 0
Current children cumulated CPU time (s) 2.06
Current children cumulated vsize (KiB) 10913344

[startup+3.10107 s]
/proc/loadavg: 1.47 1.43 1.43 4/281 19362
/proc/meminfo: memFree=30668540/32770624 swapFree=6368/347576
[pid=19289] ppid=19286 vsize=10923772 CPUtime=6.36 cores=0,2,4,6,8,10,12,14
/proc/19289/stat : 19289 (java) S 19286 19289 11993 0 -1 1077944320 39097 12411 0 0 606 17 9 4 20 0 20 0 10048517 11185942528 62367 33554432000 4194304 4196468 140726812207136 140726812189680 140693744000759 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 8880128 140726812211905 140726812214679 140726812214679 140726812217295 0
/proc/19289/statm: 2730943 62367 3480 1 0 2718498 0
[pid=19289/tid=19344] ppid=19286 vsize=10923772 CPUtime=2.98 cores=0,2,4,6,8,10,12,14
/proc/19289/task/19344/stat : 19344 (java) R 19286 19289 11993 0 -1 4202560 24263 12411 0 0 277 8 9 4 20 0 20 0 10048536 11185942528 62367 33554432000 4194304 4196468 140726812207136 140693748230448 140693355179282 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 8880128 140726812211905 140726812214679 140726812214679 140726812217295 0
[pid=19289/tid=19345] ppid=19286 vsize=10923772 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/19289/task/19345/stat : 19345 (java) S 19286 19289 11993 0 -1 1077944384 99 12411 0 0 0 0 9 4 20 0 20 0 10048537 11185942528 62367 33554432000 4194304 4196468 140726812207136 140693670075408 140693744010965 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 8880128 140726812211905 140726812214679 140726812214679 140726812217295 0
[pid=19289/tid=19346] ppid=19286 vsize=10923772 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/19289/task/19346/stat : 19346 (java) S 19286 19289 11993 0 -1 1077944384 26 12411 0 0 1 0 9 4 20 0 20 0 10048537 11185942528 62367 33554432000 4194304 4196468 140726812207136 140693669022864 140693744010965 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 8880128 140726812211905 140726812214679 140726812214679 140726812217295 0
[pid=19289/tid=19347] ppid=19286 vsize=10923772 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/19289/task/19347/stat : 19347 (java) S 19286 19289 11993 0 -1 1077944384 36 12411 0 0 1 0 9 4 20 0 20 0 10048537 11185942528 62367 33554432000 4194304 4196468 140726812207136 140693667969808 140693744010965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8880128 140726812211905 140726812214679 140726812214679 140726812217295 0
[pid=19289/tid=19348] ppid=19286 vsize=10923772 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/19289/task/19348/stat : 19348 (java) S 19286 19289 11993 0 -1 1077944384 12 12411 0 0 0 0 9 4 20 0 20 0 10048537 11185942528 62367 33554432000 4194304 4196468 140726812207136 140693347494800 140693744010965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8880128 140726812211905 140726812214679 140726812214679 140726812217295 0
[pid=19289/tid=19349] ppid=19286 vsize=10923772 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/19289/task/19349/stat : 19349 (java) S 19286 19289 11993 0 -1 1077944384 40 12411 0 0 1 0 9 4 20 0 20 0 10048537 11185942528 62367 33554432000 4194304 4196468 140726812207136 140693346441744 140693744010965 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 8880128 140726812211905 140726812214679 140726812214679 140726812217295 0
[pid=19289/tid=19350] ppid=19286 vsize=10923772 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/19289/task/19350/stat : 19350 (java) S 19286 19289 11993 0 -1 1077944384 18 12411 0 0 0 0 9 4 20 0 20 0 10048537 11185942528 62367 33554432000 4194304 4196468 140726812207136 140693345389200 140693744010965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8880128 140726812211905 140726812214679 140726812214679 140726812217295 0
[pid=19289/tid=19351] ppid=19286 vsize=10923772 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/19289/task/19351/stat : 19351 (java) S 19286 19289 11993 0 -1 1077944384 51 12411 0 0 1 0 9 4 20 0 20 0 10048537 11185942528 62367 33554432000 4194304 4196468 140726812207136 140693344336144 140693744010965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8880128 140726812211905 140726812214679 140726812214679 140726812217295 0
[pid=19289/tid=19352] ppid=19286 vsize=10923772 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/19289/task/19352/stat : 19352 (java) S 19286 19289 11993 0 -1 1077944384 38 12411 0 0 1 0 9 4 20 0 20 0 10048537 11185942528 62367 33554432000 4194304 4196468 140726812207136 140693343283600 140693744010965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8880128 140726812211905 140726812214679 140726812214679 140726812217295 0
[pid=19289/tid=19353] ppid=19286 vsize=10923772 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/19289/task/19353/stat : 19353 (java) S 19286 19289 11993 0 -1 1077944384 1176 12411 0 0 1 0 9 4 20 0 20 0 10048540 11185942528 62367 33554432000 4194304 4196468 140726812207136 140693218585328 140693744011906 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8880128 140726812211905 140726812214679 140726812214679 140726812217295 0
[pid=19289/tid=19354] ppid=19286 vsize=10923772 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/19289/task/19354/stat : 19354 (java) S 19286 19289 11993 0 -1 1077944384 58 12411 0 0 0 0 9 4 20 0 20 0 10048540 11185942528 62367 33554432000 4194304 4196468 140726812207136 140693217531552 140693744010965 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 8880128 140726812211905 140726812214679 140726812214679 140726812217295 0
[pid=19289/tid=19355] ppid=19286 vsize=10923772 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/19289/task/19355/stat : 19355 (java) S 19286 19289 11993 0 -1 1077944384 43 12411 0 0 0 0 9 4 20 0 20 0 10048541 11185942528 62367 33554432000 4194304 4196468 140726812207136 140693216478448 140693744010965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8880128 140726812211905 140726812214679 140726812214679 140726812217295 0
[pid=19289/tid=19356] ppid=19286 vsize=10923772 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/19289/task/19356/stat : 19356 (java) S 19286 19289 11993 0 -1 1077944384 1 12411 0 0 0 0 9 4 20 0 20 0 10048545 11185942528 62367 33554432000 4194304 4196468 140726812207136 140693215427024 140693744019355 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 8880128 140726812211905 140726812214679 140726812214679 140726812217295 0
[pid=19289/tid=19357] ppid=19286 vsize=10923772 CPUtime=0.75 cores=0,2,4,6,8,10,12,14
/proc/19289/task/19357/stat : 19357 (java) R 19286 19289 11993 0 -1 4202560 1392 12411 0 0 61 1 9 4 20 0 20 0 10048545 11185942528 62367 33554432000 4194304 4196468 140726812207136 140693214374424 140693727906764 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8880128 140726812211905 140726812214679 140726812214679 140726812217295 0
[pid=19289/tid=19358] ppid=19286 vsize=10923772 CPUtime=1.05 cores=0,2,4,6,8,10,12,14
/proc/19289/task/19358/stat : 19358 (java) R 19286 19289 11993 0 -1 4202560 4036 12411 0 0 91 1 9 4 20 0 20 0 10048545 11185942528 62367 33554432000 4194304 4196468 140726812207136 140693213306896 140693724701796 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8880128 140726812211905 140726812214679 140726812214679 140726812217295 0
[pid=19289/tid=19359] ppid=19286 vsize=10923772 CPUtime=0.78 cores=0,2,4,6,8,10,12,14
/proc/19289/task/19359/stat : 19359 (java) R 19286 19289 11993 0 -1 4202560 1996 12411 0 0 64 1 9 4 20 0 20 0 10048545 11185942528 62367 33554432000 4194304 4196468 140726812207136 140693212253600 140693744022106 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 8880128 140726812211905 140726812214679 140726812214679 140726812217295 0
[pid=19289/tid=19360] ppid=19286 vsize=10923772 CPUtime=1.12 cores=0,2,4,6,8,10,12,14
/proc/19289/task/19360/stat : 19360 (java) R 19286 19289 11993 0 -1 4202560 3680 12411 0 0 99 0 9 4 20 0 20 0 10048546 11185942528 62367 33554432000 4194304 4196468 140726812207136 140693211215984 140693744022106 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 8880128 140726812211905 140726812214679 140726812214679 140726812217295 0
[pid=19289/tid=19361] ppid=19286 vsize=10923772 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/19289/task/19361/stat : 19361 (java) S 19286 19289 11993 0 -1 1077944384 3 12411 0 0 0 0 9 4 20 0 20 0 10048546 11185942528 62367 33554432000 4194304 4196468 140726812207136 140693210164192 140693744010965 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 8880128 140726812211905 140726812214679 140726812214679 140726812217295 0
[pid=19289/tid=19362] ppid=19286 vsize=10923772 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/19289/task/19362/stat : 19362 (java) S 19286 19289 11993 0 -1 1077944384 5 12411 0 0 0 0 9 4 20 0 20 0 10048546 11185942528 62367 33554432000 4194304 4196468 140726812207136 140693209111728 140693744011906 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8880128 140726812211905 140726812214679 140726812214679 140726812217295 0
Current children cumulated CPU time (s) 6.36
Current children cumulated vsize (KiB) 10923772

[startup+6.30089 s]
/proc/loadavg: 1.59 1.46 1.44 3/281 19362
/proc/meminfo: memFree=30473256/32770624 swapFree=6368/347572
[pid=19289] ppid=19286 vsize=10927868 CPUtime=17.22 cores=0,2,4,6,8,10,12,14
/proc/19289/stat : 19289 (java) S 19286 19289 11993 0 -1 1077944320 57312 12411 0 0 1633 76 9 4 20 0 20 0 10048517 11190136832 138095 33554432000 4194304 4196468 140726812207136 140726812189680 140693744000759 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 8880128 140726812211905 140726812214679 140726812214679 140726812217295 0
/proc/19289/statm: 2731967 138095 3497 1 0 2719522 0
[pid=19289/tid=19344] ppid=19286 vsize=10927868 CPUtime=5.98 cores=0,2,4,6,8,10,12,14
/proc/19289/task/19344/stat : 19344 (java) R 19286 19289 11993 0 -1 4202560 25520 12411 0 0 574 11 9 4 20 0 20 0 10048536 11190136832 138095 33554432000 4194304 4196468 140726812207136 140693748231440 140693354574291 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8880128 140726812211905 140726812214679 140726812214679 140726812217295 0
[pid=19289/tid=19345] ppid=19286 vsize=10927868 CPUtime=0.3 cores=0,2,4,6,8,10,12,14
/proc/19289/task/19345/stat : 19345 (java) S 19286 19289 11993 0 -1 1077944384 171 12411 0 0 11 6 9 4 20 0 20 0 10048537 11190136832 138095 33554432000 4194304 4196468 140726812207136 140693670075408 140693744010965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8880128 140726812211905 140726812214679 140726812214679 140726812217295 0
[pid=19289/tid=19346] ppid=19286 vsize=10927868 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/19289/task/19346/stat : 19346 (java) S 19286 19289 11993 0 -1 1077944384 106 12411 0 0 8 6 9 4 20 0 20 0 10048537 11190136832 138095 33554432000 4194304 4196468 140726812207136 140693669022864 140693744010965 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 8880128 140726812211905 140726812214679 140726812214679 140726812217295 0
[pid=19289/tid=19347] ppid=19286 vsize=10927868 CPUtime=0.3 cores=0,2,4,6,8,10,12,14
/proc/19289/task/19347/stat : 19347 (java) S 19286 19289 11993 0 -1 1077944384 96 12411 0 0 10 7 9 4 20 0 20 0 10048537 11190136832 138095 33554432000 4194304 4196468 140726812207136 140693667969808 140693744010965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8880128 140726812211905 140726812214679 140726812214679 140726812217295 0
[pid=19289/tid=19348] ppid=19286 vsize=10927868 CPUtime=0.29 cores=0,2,4,6,8,10,12,14
/proc/19289/task/19348/stat : 19348 (java) S 19286 19289 11993 0 -1 1077944384 72 12411 0 0 10 6 9 4 20 0 20 0 10048537 11190136832 138095 33554432000 4194304 4196468 140726812207136 140693347494800 140693744010965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8880128 140726812211905 140726812214679 140726812214679 140726812217295 0
[pid=19289/tid=19349] ppid=19286 vsize=10927868 CPUtime=0.3 cores=0,2,4,6,8,10,12,14
/proc/19289/task/19349/stat : 19349 (java) S 19286 19289 11993 0 -1 1077944384 100 12411 0 0 10 7 9 4 20 0 20 0 10048537 11190136832 138095 33554432000 4194304 4196468 140726812207136 140693346441744 140693744010965 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 8880128 140726812211905 140726812214679 140726812214679 140726812217295 0
[pid=19289/tid=19350] ppid=19286 vsize=10927868 CPUtime=0.29 cores=0,2,4,6,8,10,12,14
/proc/19289/task/19350/stat : 19350 (java) S 19286 19289 11993 0 -1 1077944384 80 12411 0 0 9 7 9 4 20 0 20 0 10048537 11190136832 138095 33554432000 4194304 4196468 140726812207136 140693345389200 140693744010965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8880128 140726812211905 140726812214679 140726812214679 140726812217295 0
[pid=19289/tid=19351] ppid=19286 vsize=10927868 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/19289/task/19351/stat : 19351 (java) S 19286 19289 11993 0 -1 1077944384 120 12411 0 0 9 6 9 4 20 0 20 0 10048537 11190136832 138095 33554432000 4194304 4196468 140726812207136 140693344336144 140693744010965 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 8880128 140726812211905 140726812214679 140726812214679 140726812217295 0
[pid=19289/tid=19352] ppid=19286 vsize=10927868 CPUtime=0.31 cores=0,2,4,6,8,10,12,14
/proc/19289/task/19352/stat : 19352 (java) S 19286 19289 11993 0 -1 1077944384 95 12411 0 0 11 7 9 4 20 0 20 0 10048537 11190136832 138095 33554432000 4194304 4196468 140726812207136 140693343283600 140693744010965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8880128 140726812211905 140726812214679 140726812214679 140726812217295 0
[pid=19289/tid=19353] ppid=19286 vsize=10927868 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/19289/task/19353/stat : 19353 (java) S 19286 19289 11993 0 -1 1077944384 1394 12411 0 0 3 0 9 4 20 0 20 0 10048540 11190136832 138095 33554432000 4194304 4196468 140726812207136 140693218585328 140693744011906 0 0 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 8880128 140726812211905 140726812214679 140726812214679 140726812217295 0
[pid=19289/tid=19354] ppid=19286 vsize=10927868 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/19289/task/19354/stat : 19354 (java) S 19286 19289 11993 0 -1 1077944384 58 12411 0 0 0 0 9 4 20 0 20 0 10048540 11190136832 138095 33554432000 4194304 4196468 140726812207136 140693217531616 140693744010965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8880128 140726812211905 140726812214679 140726812214679 140726812217295 0
[pid=19289/tid=19355] ppid=19286 vsize=10927868 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/19289/task/19355/stat : 19355 (java) S 19286 19289 11993 0 -1 1077944384 43 12411 0 0 0 0 9 4 20 0 20 0 10048541 11190136832 138095 33554432000 4194304 4196468 140726812207136 140693216478464 140693744010965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8880128 140726812211905 140726812214679 140726812214679 140726812217295 0
[pid=19289/tid=19356] ppid=19286 vsize=10927868 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/19289/task/19356/stat : 19356 (java) S 19286 19289 11993 0 -1 1077944384 1 12411 0 0 0 0 9 4 20 0 20 0 10048545 11190136832 138095 33554432000 4194304 4196468 140726812207136 140693215427024 140693744019355 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 8880128 140726812211905 140726812214679 140726812214679 140726812217295 0
[pid=19289/tid=19357] ppid=19286 vsize=10927868 CPUtime=2.67 cores=0,2,4,6,8,10,12,14
/proc/19289/task/19357/stat : 19357 (java) S 19286 19289 11993 0 -1 1077944384 6290 12411 0 0 252 2 9 4 20 0 20 0 10048545 11190136832 138095 33554432000 4194304 4196468 140726812207136 140693214374128 140693744011906 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 8880128 140726812211905 140726812214679 140726812214679 140726812217295 0
[pid=19289/tid=19358] ppid=19286 vsize=10927868 CPUtime=2.97 cores=0,2,4,6,8,10,12,14
/proc/19289/task/19358/stat : 19358 (java) S 19286 19289 11993 0 -1 1077944384 7751 12411 0 0 282 2 9 4 20 0 20 0 10048545 11190136832 138095 33554432000 4194304 4196468 140726812207136 140693213321584 140693744011906 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 8880128 140726812211905 140726812214679 140726812214679 140726812217295 0
[pid=19289/tid=19359] ppid=19286 vsize=10927868 CPUtime=2.76 cores=0,2,4,6,8,10,12,14
/proc/19289/task/19359/stat : 19359 (java) S 19286 19289 11993 0 -1 1077944384 6565 12411 0 0 262 1 9 4 20 0 20 0 10048545 11190136832 138095 33554432000 4194304 4196468 140726812207136 140693212268528 140693744011906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8880128 140726812211905 140726812214679 140726812214679 140726812217295 0
[pid=19289/tid=19360] ppid=19286 vsize=10927868 CPUtime=1.89 cores=0,2,4,6,8,10,12,14
/proc/19289/task/19360/stat : 19360 (java) S 19286 19289 11993 0 -1 1077944384 6710 12411 0 0 174 2 9 4 20 0 20 0 10048546 11190136832 138095 33554432000 4194304 4196468 140726812207136 140693211215984 140693744011906 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 8880128 140726812211905 140726812214679 140726812214679 140726812217295 0
[pid=19289/tid=19361] ppid=19286 vsize=10927868 CPUtime=0.13 cores=0,2,4,6,8,10,12,14

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

[pid=19289/tid=19356] ppid=19286 vsize=10997500 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/19289/task/19356/stat : 19356 (java) S 19286 19289 11993 0 -1 1077944384 1 12411 0 0 0 0 9 4 20 0 20 0 10048545 11261440000 645914 33554432000 4194304 4196468 140726812207136 140693215427024 140693744019355 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 8880128 140726812211905 140726812214679 140726812214679 140726812217295 0
[pid=19289/tid=19357] ppid=19286 vsize=10997500 CPUtime=5.18 cores=0,2,4,6,8,10,12,14
/proc/19289/task/19357/stat : 19357 (java) S 19286 19289 11993 0 -1 1077944384 19517 12411 0 0 502 3 9 4 20 0 20 0 10048545 11261440000 645914 33554432000 4194304 4196468 140726812207136 140693214374128 140693744011906 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8880128 140726812211905 140726812214679 140726812214679 140726812217295 0
[pid=19289/tid=19358] ppid=19286 vsize=10997500 CPUtime=5.58 cores=0,2,4,6,8,10,12,14
/proc/19289/task/19358/stat : 19358 (java) S 19286 19289 11993 0 -1 1077944384 16265 12411 0 0 541 4 9 4 20 0 20 0 10048545 11261440000 645914 33554432000 4194304 4196468 140726812207136 140693213321584 140693744011906 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 8880128 140726812211905 140726812214679 140726812214679 140726812217295 0
[pid=19289/tid=19359] ppid=19286 vsize=10997500 CPUtime=5.43 cores=0,2,4,6,8,10,12,14
/proc/19289/task/19359/stat : 19359 (java) S 19286 19289 11993 0 -1 1077944384 16038 12411 0 0 527 3 9 4 20 0 20 0 10048545 11261440000 645914 33554432000 4194304 4196468 140726812207136 140693212268528 140693744011906 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 8880128 140726812211905 140726812214679 140726812214679 140726812217295 0
[pid=19289/tid=19360] ppid=19286 vsize=10997500 CPUtime=2.81 cores=0,2,4,6,8,10,12,14
/proc/19289/task/19360/stat : 19360 (java) S 19286 19289 11993 0 -1 1077944384 18640 12411 0 0 265 3 9 4 20 0 20 0 10048546 11261440000 645914 33554432000 4194304 4196468 140726812207136 140693211215984 140693744011906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8880128 140726812211905 140726812214679 140726812214679 140726812217295 0
[pid=19289/tid=19361] ppid=19286 vsize=10997500 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/19289/task/19361/stat : 19361 (java) S 19286 19289 11993 0 -1 1077944384 3 12411 0 0 0 0 9 4 20 0 20 0 10048546 11261440000 645914 33554432000 4194304 4196468 140726812207136 140693210164192 140693744010965 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 8880128 140726812211905 140726812214679 140726812214679 140726812217295 0
[pid=19289/tid=19362] ppid=19286 vsize=10997500 CPUtime=1.61 cores=0,2,4,6,8,10,12,14
/proc/19289/task/19362/stat : 19362 (java) S 19286 19289 11993 0 -1 1077944384 2361 12411 0 0 80 68 9 4 20 0 20 0 10048546 11261440000 645914 33554432000 4194304 4196468 140726812207136 140693209111728 140693744011906 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8880128 140726812211905 140726812214679 140726812214679 140726812217295 0
Current children cumulated CPU time (s) 2400.04
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 19289 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2330 s]
/proc/loadavg: 0.76 0.77 0.88 2/256 19511
/proc/meminfo: memFree=29001056/32770624 swapFree=6368/349144
[pid=19289] ppid=19286 vsize=11130628 CPUtime=2401.1 cores=0,2,4,6,8,10,12,14
/proc/19289/stat : 19289 (java) S 19286 19289 11993 0 -1 1077944320 426819 12411 0 0 239483 614 9 4 20 0 22 0 10048517 11397763072 647108 33554432000 4194304 4196468 140726812207136 140726812189680 140693744000759 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 8880128 140726812211905 140726812214679 140726812214679 140726812217295 0
/proc/19289/statm: 2782657 647108 3512 1 0 2770212 0
[pid=19289/tid=19344] ppid=19286 vsize=11130628 CPUtime=2312.68 cores=0,2,4,6,8,10,12,14
/proc/19289/task/19344/stat : 19344 (java) S 19286 19289 11993 0 -1 1077944384 131339 12411 0 0 231190 65 9 4 20 0 22 0 10048536 11397763072 647108 33554432000 4194304 4196468 140726812207136 140693748238304 140693744010965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8880128 140726812211905 140726812214679 140726812214679 140726812217295 0
[pid=19289/tid=19345] ppid=19286 vsize=11130628 CPUtime=8.01 cores=0,2,4,6,8,10,12,14
/proc/19289/task/19345/stat : 19345 (java) S 19286 19289 11993 0 -1 1077944384 21102 12411 0 0 729 59 9 4 20 0 22 0 10048537 11397763072 647108 33554432000 4194304 4196468 140726812207136 140693670075216 140693744011906 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 8880128 140726812211905 140726812214679 140726812214679 140726812217295 0
[pid=19289/tid=19346] ppid=19286 vsize=11130628 CPUtime=7.99 cores=0,2,4,6,8,10,12,14
/proc/19289/task/19346/stat : 19346 (java) R 19286 19289 11993 0 -1 4202560 18814 12411 0 0 727 59 9 4 20 0 22 0 10048537 11397763072 647108 33554432000 4194304 4196468 140726812207136 140693669022984 140693728701374 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8880128 140726812211905 140726812214679 140726812214679 140726812217295 0
[pid=19289/tid=19347] ppid=19286 vsize=11130628 CPUtime=8.02 cores=0,2,4,6,8,10,12,14
/proc/19289/task/19347/stat : 19347 (java) R 19286 19289 11993 0 -1 4202560 21090 12411 0 0 728 61 9 4 20 0 22 0 10048537 11397763072 647108 33554432000 4194304 4196468 140726812207136 140693667969928 140693727383792 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8880128 140726812211905 140726812214679 140726812214679 140726812217295 0
[pid=19289/tid=19348] ppid=19286 vsize=11130628 CPUtime=7.96 cores=0,2,4,6,8,10,12,14
/proc/19289/task/19348/stat : 19348 (java) R 19286 19289 11993 0 -1 4202560 27103 12411 0 0 725 58 9 4 20 0 22 0 10048537 11397763072 647108 33554432000 4194304 4196468 140726812207136 140693347495000 140693727383792 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 8880128 140726812211905 140726812214679 140726812214679 140726812217295 0
[pid=19289/tid=19349] ppid=19286 vsize=11130628 CPUtime=7.9 cores=0,2,4,6,8,10,12,14
/proc/19289/task/19349/stat : 19349 (java) R 19286 19289 11993 0 -1 4202560 26768 12411 0 0 716 61 9 4 20 0 22 0 10048537 11397763072 647108 33554432000 4194304 4196468 140726812207136 140693346441552 140693736628967 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 8880128 140726812211905 140726812214679 140726812214679 140726812217295 0
[pid=19289/tid=19350] ppid=19286 vsize=11130628 CPUtime=7.9 cores=0,2,4,6,8,10,12,14
/proc/19289/task/19350/stat : 19350 (java) R 19286 19289 11993 0 -1 4202560 18949 12411 0 0 719 58 9 4 20 0 22 0 10048537 11397763072 647108 33554432000 4194304 4196468 140726812207136 140693345389008 140693736628967 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8880128 140726812211905 140726812214679 140726812214679 140726812217295 0
[pid=19289/tid=19351] ppid=19286 vsize=11130628 CPUtime=7.94 cores=0,2,4,6,8,10,12,14
/proc/19289/task/19351/stat : 19351 (java) R 19286 19289 11993 0 -1 4202560 23509 12411 0 0 721 60 9 4 20 0 22 0 10048537 11397763072 647108 33554432000 4194304 4196468 140726812207136 140693344336264 140693727383794 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 8880128 140726812211905 140726812214679 140726812214679 140726812217295 0
[pid=19289/tid=19352] ppid=19286 vsize=11130628 CPUtime=8.05 cores=0,2,4,6,8,10,12,14
/proc/19289/task/19352/stat : 19352 (java) R 19286 19289 11993 0 -1 4202560 16050 12411 0 0 732 60 9 4 20 0 22 0 10048537 11397763072 647108 33554432000 4194304 4196468 140726812207136 140693343283720 140693736628967 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8880128 140726812211905 140726812214679 140726812214679 140726812217295 0
[pid=19289/tid=19353] ppid=19286 vsize=11130628 CPUtime=5.68 cores=0,2,4,6,8,10,12,14
/proc/19289/task/19353/stat : 19353 (java) S 19286 19289 11993 0 -1 1077944384 45470 12411 0 0 516 39 9 4 20 0 22 0 10048540 11397763072 647108 33554432000 4194304 4196468 140726812207136 140693218583952 140693744010965 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8880128 140726812211905 140726812214679 140726812214679 140726812217295 0
[pid=19289/tid=19354] ppid=19286 vsize=11130628 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/19289/task/19354/stat : 19354 (java) S 19286 19289 11993 0 -1 1077944384 63 12411 0 0 0 0 9 4 20 0 22 0 10048540 11397763072 647108 33554432000 4194304 4196468 140726812207136 140693217531680 140693744010965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8880128 140726812211905 140726812214679 140726812214679 140726812217295 0
[pid=19289/tid=19355] ppid=19286 vsize=11130628 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/19289/task/19355/stat : 19355 (java) S 19286 19289 11993 0 -1 1077944384 47 12411 0 0 0 0 9 4 20 0 22 0 10048541 11397763072 647108 33554432000 4194304 4196468 140726812207136 140693216478464 140693744010965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8880128 140726812211905 140726812214679 140726812214679 140726812217295 0
[pid=19289/tid=19356] ppid=19286 vsize=11130628 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/19289/task/19356/stat : 19356 (java) S 19286 19289 11993 0 -1 1077944384 249 12411 0 0 0 0 9 4 20 0 22 0 10048545 11397763072 647108 33554432000 4194304 4196468 140726812207136 140693215427024 140693744019355 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 8880128 140726812211905 140726812214679 140726812214679 140726812217295 0
[pid=19289/tid=19357] ppid=19286 vsize=11130628 CPUtime=5.18 cores=0,2,4,6,8,10,12,14
/proc/19289/task/19357/stat : 19357 (java) S 19286 19289 11993 0 -1 1077944384 19520 12411 0 0 502 3 9 4 20 0 22 0 10048545 11397763072 647108 33554432000 4194304 4196468 140726812207136 140693214374128 140693744011906 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8880128 140726812211905 140726812214679 140726812214679 140726812217295 0
[pid=19289/tid=19358] ppid=19286 vsize=11130628 CPUtime=5.58 cores=0,2,4,6,8,10,12,14
/proc/19289/task/19358/stat : 19358 (java) S 19286 19289 11993 0 -1 1077944384 16267 12411 0 0 541 4 9 4 20 0 22 0 10048545 11397763072 647108 33554432000 4194304 4196468 140726812207136 140693213321584 140693744011906 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 8880128 140726812211905 140726812214679 140726812214679 140726812217295 0
[pid=19289/tid=19359] ppid=19286 vsize=11130628 CPUtime=5.43 cores=0,2,4,6,8,10,12,14
/proc/19289/task/19359/stat : 19359 (java) S 19286 19289 11993 0 -1 1077944384 16040 12411 0 0 527 3 9 4 20 0 22 0 10048545 11397763072 647108 33554432000 4194304 4196468 140726812207136 140693212268528 140693744011906 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 8880128 140726812211905 140726812214679 140726812214679 140726812217295 0
[pid=19289/tid=19360] ppid=19286 vsize=11130628 CPUtime=2.81 cores=0,2,4,6,8,10,12,14
/proc/19289/task/19360/stat : 19360 (java) S 19286 19289 11993 0 -1 1077944384 19585 12411 0 0 265 3 9 4 20 0 22 0 10048546 11397763072 647108 33554432000 4194304 4196468 140726812207136 140693211215552 140693744010965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8880128 140726812211905 140726812214679 140726812214679 140726812217295 0
[pid=19289/tid=19361] ppid=19286 vsize=11130628 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/19289/task/19361/stat : 19361 (java) S 19286 19289 11993 0 -1 1077944384 3 12411 0 0 0 0 9 4 20 0 22 0 10048546 11397763072 647108 33554432000 4194304 4196468 140726812207136 140693210164192 140693744010965 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 8880128 140726812211905 140726812214679 140726812214679 140726812217295 0
[pid=19289/tid=19362] ppid=19286 vsize=11130628 CPUtime=1.61 cores=0,2,4,6,8,10,12,14
/proc/19289/task/19362/stat : 19362 (java) S 19286 19289 11993 0 -1 1077944384 2361 12411 0 0 80 68 9 4 20 0 22 0 10048546 11397763072 647108 33554432000 4194304 4196468 140726812207136 140693209111728 140693744011906 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8880128 140726812211905 140726812214679 140726812214679 140726812217295 0
Current children cumulated CPU time (s) 2401.1
Current children cumulated vsize (KiB) 11130628

[startup+2330.2 s]
/proc/loadavg: 0.76 0.77 0.88 2/256 19511
/proc/meminfo: memFree=29001056/32770624 swapFree=6368/349144
[pid=19289] ppid=19286 vsize=11130628 CPUtime=2402.36 cores=0,2,4,6,8,10,12,14
/proc/19289/stat : 19289 (java) S 19286 19289 11993 0 -1 1077944320 427119 12411 0 0 239609 614 9 4 20 0 22 0 10048517 11397763072 647108 33554432000 4194304 4196468 140726812207136 140726812189680 140693744000759 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 8880128 140726812211905 140726812214679 140726812214679 140726812217295 0
/proc/19289/statm: 2782657 647108 3512 1 0 2770212 0
[pid=19289/tid=19344] ppid=19286 vsize=11130628 CPUtime=2312.68 cores=0,2,4,6,8,10,12,14
/proc/19289/task/19344/stat : 19344 (java) S 19286 19289 11993 0 -1 1077944384 131339 12411 0 0 231190 65 9 4 20 0 22 0 10048536 11397763072 647108 33554432000 4194304 4196468 140726812207136 140693748238304 140693744010965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8880128 140726812211905 140726812214679 140726812214679 140726812217295 0
[pid=19289/tid=19345] ppid=19286 vsize=11130628 CPUtime=8.16 cores=0,2,4,6,8,10,12,14
/proc/19289/task/19345/stat : 19345 (java) R 19286 19289 11993 0 -1 4202560 21110 12411 0 0 744 59 9 4 20 0 22 0 10048537 11397763072 647108 33554432000 4194304 4196468 140726812207136 140693670075528 140693736628967 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8880128 140726812211905 140726812214679 140726812214679 140726812217295 0
[pid=19289/tid=19346] ppid=19286 vsize=11130628 CPUtime=8.15 cores=0,2,4,6,8,10,12,14
/proc/19289/task/19346/stat : 19346 (java) R 19286 19289 11993 0 -1 4202560 18818 12411 0 0 742 60 9 4 20 0 22 0 10048537 11397763072 647108 33554432000 4194304 4196468 140726812207136 140693669022984 140693736628967 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 8880128 140726812211905 140726812214679 140726812214679 140726812217295 0
[pid=19289/tid=19347] ppid=19286 vsize=11130628 CPUtime=8.18 cores=0,2,4,6,8,10,12,14
/proc/19289/task/19347/stat : 19347 (java) R 19286 19289 11993 0 -1 4202560 21090 12411 0 0 744 61 9 4 20 0 22 0 10048537 11397763072 647108 33554432000 4194304 4196468 140726812207136 140693667969928 140693736628967 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8880128 140726812211905 140726812214679 140726812214679 140726812217295 0
[pid=19289/tid=19348] ppid=19286 vsize=11130628 CPUtime=8.11 cores=0,2,4,6,8,10,12,14
/proc/19289/task/19348/stat : 19348 (java) R 19286 19289 11993 0 -1 4202560 27103 12411 0 0 740 58 9 4 20 0 22 0 10048537 11397763072 647108 33554432000 4194304 4196468 140726812207136 140693347494920 140693736628967 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 8880128 140726812211905 140726812214679 140726812214679 140726812217295 0
[pid=19289/tid=19349] ppid=19286 vsize=11130628 CPUtime=8.05 cores=0,2,4,6,8,10,12,14
/proc/19289/task/19349/stat : 19349 (java) R 19286 19289 11993 0 -1 4202560 26769 12411 0 0 731 61 9 4 20 0 22 0 10048537 11397763072 647108 33554432000 4194304 4196468 140726812207136 140693346441864 140693736628967 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 8880128 140726812211905 140726812214679 140726812214679 140726812217295 0
[pid=19289/tid=19350] ppid=19286 vsize=11130628 CPUtime=8.06 cores=0,2,4,6,8,10,12,14
/proc/19289/task/19350/stat : 19350 (java) R 19286 19289 11993 0 -1 4202560 18954 12411 0 0 735 58 9 4 20 0 22 0 10048537 11397763072 647108 33554432000 4194304 4196468 140726812207136 140693345389400 140693728997169 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8880128 140726812211905 140726812214679 140726812214679 140726812217295 0
[pid=19289/tid=19351] ppid=19286 vsize=11130628 CPUtime=8.1 cores=0,2,4,6,8,10,12,14
/proc/19289/task/19351/stat : 19351 (java) R 19286 19289 11993 0 -1 4202560 23519 12411 0 0 737 60 9 4 20 0 22 0 10048537 11397763072 647108 33554432000 4194304 4196468 140726812207136 140693344336264 140693727383792 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 8880128 140726812211905 140726812214679 140726812214679 140726812217295 0
[pid=19289/tid=19352] ppid=19286 vsize=11130628 CPUtime=8.21 cores=0,2,4,6,8,10,12,14
/proc/19289/task/19352/stat : 19352 (java) S 19286 19289 11993 0 -1 1077944384 16051 12411 0 0 748 60 9 4 20 0 22 0 10048537 11397763072 647108 33554432000 4194304 4196468 140726812207136 140693343283600 140693744010965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8880128 140726812211905 140726812214679 140726812214679 140726812217295 0
[pid=19289/tid=19353] ppid=19286 vsize=11130628 CPUtime=5.72 cores=0,2,4,6,8,10,12,14
/proc/19289/task/19353/stat : 19353 (java) S 19286 19289 11993 0 -1 1077944384 45739 12411 0 0 520 39 9 4 20 0 22 0 10048540 11397763072 647108 33554432000 4194304 4196468 140726812207136 140693218583952 140693744010965 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8880128 140726812211905 140726812214679 140726812214679 140726812217295 0
[pid=19289/tid=19354] ppid=19286 vsize=11130628 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/19289/task/19354/stat : 19354 (java) S 19286 19289 11993 0 -1 1077944384 64 12411 0 0 0 0 9 4 20 0 22 0 10048540 11397763072 647108 33554432000 4194304 4196468 140726812207136 140693217531584 140693744010965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8880128 140726812211905 140726812214679 140726812214679 140726812217295 0
[pid=19289/tid=19355] ppid=19286 vsize=11130628 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/19289/task/19355/stat : 19355 (java) S 19286 19289 11993 0 -1 1077944384 47 12411 0 0 0 0 9 4 20 0 22 0 10048541 11397763072 647108 33554432000 4194304 4196468 140726812207136 140693216478464 140693744010965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8880128 140726812211905 140726812214679 140726812214679 140726812217295 0
[pid=19289/tid=19356] ppid=19286 vsize=11130628 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/19289/task/19356/stat : 19356 (java) S 19286 19289 11993 0 -1 1077944384 249 12411 0 0 0 0 9 4 20 0 22 0 10048545 11397763072 647108 33554432000 4194304 4196468 140726812207136 140693215427024 140693744019355 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 8880128 140726812211905 140726812214679 140726812214679 140726812217295 0
[pid=19289/tid=19357] ppid=19286 vsize=11130628 CPUtime=5.18 cores=0,2,4,6,8,10,12,14
/proc/19289/task/19357/stat : 19357 (java) S 19286 19289 11993 0 -1 1077944384 19520 12411 0 0 502 3 9 4 20 0 22 0 10048545 11397763072 647108 33554432000 4194304 4196468 140726812207136 140693214374128 140693744011906 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8880128 140726812211905 140726812214679 140726812214679 140726812217295 0
[pid=19289/tid=19358] ppid=19286 vsize=11130628 CPUtime=5.58 cores=0,2,4,6,8,10,12,14
/proc/19289/task/19358/stat : 19358 (java) S 19286 19289 11993 0 -1 1077944384 16267 12411 0 0 541 4 9 4 20 0 22 0 10048545 11397763072 647108 33554432000 4194304 4196468 140726812207136 140693213321584 140693744011906 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 8880128 140726812211905 140726812214679 140726812214679 140726812217295 0
[pid=19289/tid=19359] ppid=19286 vsize=11130628 CPUtime=5.43 cores=0,2,4,6,8,10,12,14
/proc/19289/task/19359/stat : 19359 (java) S 19286 19289 11993 0 -1 1077944384 16040 12411 0 0 527 3 9 4 20 0 22 0 10048545 11397763072 647108 33554432000 4194304 4196468 140726812207136 140693212268528 140693744011906 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 8880128 140726812211905 140726812214679 140726812214679 140726812217295 0
[pid=19289/tid=19360] ppid=19286 vsize=11130628 CPUtime=2.81 cores=0,2,4,6,8,10,12,14
/proc/19289/task/19360/stat : 19360 (java) S 19286 19289 11993 0 -1 1077944384 19585 12411 0 0 265 3 9 4 20 0 22 0 10048546 11397763072 647108 33554432000 4194304 4196468 140726812207136 140693211215552 140693744010965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8880128 140726812211905 140726812214679 140726812214679 140726812217295 0
[pid=19289/tid=19361] ppid=19286 vsize=11130628 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/19289/task/19361/stat : 19361 (java) S 19286 19289 11993 0 -1 1077944384 3 12411 0 0 0 0 9 4 20 0 22 0 10048546 11397763072 647108 33554432000 4194304 4196468 140726812207136 140693210164192 140693744010965 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 8880128 140726812211905 140726812214679 140726812214679 140726812217295 0
[pid=19289/tid=19362] ppid=19286 vsize=11130628 CPUtime=1.61 cores=0,2,4,6,8,10,12,14
/proc/19289/task/19362/stat : 19362 (java) S 19286 19289 11993 0 -1 1077944384 2361 12411 0 0 80 68 9 4 20 0 22 0 10048546 11397763072 647108 33554432000 4194304 4196468 140726812207136 140693209111728 140693744011906 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8880128 140726812211905 140726812214679 140726812214679 140726812217295 0
Current children cumulated CPU time (s) 2402.36
Current children cumulated vsize (KiB) 11130628

[startup+2330.3 s]
/proc/loadavg: 0.76 0.77 0.88 2/256 19511
/proc/meminfo: memFree=29001056/32770624 swapFree=6368/349144
[pid=19289] ppid=19286 vsize=11130628 CPUtime=2402.86 cores=0,2,4,6,8,10,12,14
/proc/19289/stat : 19289 (java) S 19286 19289 11993 0 -1 1077944320 427136 12411 0 0 239658 615 9 4 20 0 22 0 10048517 11397763072 647108 33554432000 4194304 4196468 140726812207136 140726812189680 140693744000759 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 8880128 140726812211905 140726812214679 140726812214679 140726812217295 0
/proc/19289/statm: 2782657 647108 3512 1 0 2770212 0
[pid=19289/tid=19344] ppid=19286 vsize=11130628 CPUtime=2312.68 cores=0,2,4,6,8,10,12,14
/proc/19289/task/19344/stat : 19344 (java) S 19286 19289 11993 0 -1 1077944384 131339 12411 0 0 231190 65 9 4 20 0 22 0 10048536 11397763072 647108 33554432000 4194304 4196468 140726812207136 140693748238304 140693744010965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8880128 140726812211905 140726812214679 140726812214679 140726812217295 0
[pid=19289/tid=19345] ppid=19286 vsize=11130628 CPUtime=8.21 cores=0,2,4,6,8,10,12,14
/proc/19289/task/19345/stat : 19345 (java) R 19286 19289 11993 0 -1 4202560 21110 12411 0 0 749 59 9 4 20 0 22 0 10048537 11397763072 647108 33554432000 4194304 4196468 140726812207136 140693670075608 140693736628967 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 8880128 140726812211905 140726812214679 140726812214679 140726812217295 0
[pid=19289/tid=19346] ppid=19286 vsize=11130628 CPUtime=8.21 cores=0,2,4,6,8,10,12,14
/proc/19289/task/19346/stat : 19346 (java) R 19286 19289 11993 0 -1 4202560 18820 12411 0 0 748 60 9 4 20 0 22 0 10048537 11397763072 647108 33554432000 4194304 4196468 140726812207136 140693669023064 140693736628967 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8880128 140726812211905 140726812214679 140726812214679 140726812217295 0
[pid=19289/tid=19347] ppid=19286 vsize=11130628 CPUtime=8.24 cores=0,2,4,6,8,10,12,14
/proc/19289/task/19347/stat : 19347 (java) R 19286 19289 11993 0 -1 4202560 21091 12411 0 0 750 61 9 4 20 0 22 0 10048537 11397763072 647108 33554432000 4194304 4196468 140726812207136 140693667970008 140693736628967 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8880128 140726812211905 140726812214679 140726812214679 140726812217295 0
[pid=19289/tid=19348] ppid=19286 vsize=11130628 CPUtime=8.16 cores=0,2,4,6,8,10,12,14
/proc/19289/task/19348/stat : 19348 (java) R 19286 19289 11993 0 -1 4202560 27104 12411 0 0 745 58 9 4 20 0 22 0 10048537 11397763072 647108 33554432000 4194304 4196468 140726812207136 140693347494920 140693736628967 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8880128 140726812211905 140726812214679 140726812214679 140726812217295 0
[pid=19289/tid=19349] ppid=19286 vsize=11130628 CPUtime=8.11 cores=0,2,4,6,8,10,12,14
/proc/19289/task/19349/stat : 19349 (java) R 19286 19289 11993 0 -1 4202560 26771 12411 0 0 737 61 9 4 20 0 22 0 10048537 11397763072 647108 33554432000 4194304 4196468 140726812207136 140693346441944 140693736628967 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 8880128 140726812211905 140726812214679 140726812214679 140726812217295 0
[pid=19289/tid=19350] ppid=19286 vsize=11130628 CPUtime=8.12 cores=0,2,4,6,8,10,12,14
/proc/19289/task/19350/stat : 19350 (java) R 19286 19289 11993 0 -1 4202560 18954 12411 0 0 741 58 9 4 20 0 22 0 10048537 11397763072 647108 33554432000 4194304 4196468 140726812207136 140693345389400 140693736628967 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8880128 140726812211905 140726812214679 140726812214679 140726812217295 0
[pid=19289/tid=19351] ppid=19286 vsize=11130628 CPUtime=8.16 cores=0,2,4,6,8,10,12,14
/proc/19289/task/19351/stat : 19351 (java) R 19286 19289 11993 0 -1 4202560 23520 12411 0 0 743 60 9 4 20 0 22 0 10048537 11397763072 647108 33554432000 4194304 4196468 140726812207136 140693344336344 140693725610368 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 8880128 140726812211905 140726812214679 140726812214679 140726812217295 0
[pid=19289/tid=19352] ppid=19286 vsize=11130628 CPUtime=8.26 cores=0,2,4,6,8,10,12,14
/proc/19289/task/19352/stat : 19352 (java) R 19286 19289 11993 0 -1 4202560 16058 12411 0 0 753 60 9 4 20 0 22 0 10048537 11397763072 647108 33554432000 4194304 4196468 140726812207136 140693343283720 140693736628967 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 8880128 140726812211905 140726812214679 140726812214679 140726812217295 0
[pid=19289/tid=19353] ppid=19286 vsize=11130628 CPUtime=5.76 cores=0,2,4,6,8,10,12,14
/proc/19289/task/19353/stat : 19353 (java) S 19286 19289 11993 0 -1 1077944384 45739 12411 0 0 524 39 9 4 20 0 22 0 10048540 11397763072 647108 33554432000 4194304 4196468 140726812207136 140693218583952 140693744010965 0 0 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 8880128 140726812211905 140726812214679 140726812214679 140726812217295 0
[pid=19289/tid=19354] ppid=19286 vsize=11130628 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/19289/task/19354/stat : 19354 (java) S 19286 19289 11993 0 -1 1077944384 64 12411 0 0 0 0 9 4 20 0 22 0 10048540 11397763072 647108 33554432000 4194304 4196468 140726812207136 140693217531184 140693744010965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8880128 140726812211905 140726812214679 140726812214679 140726812217295 0
[pid=19289/tid=19355] ppid=19286 vsize=11130628 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/19289/task/19355/stat : 19355 (java) S 19286 19289 11993 0 -1 1077944384 47 12411 0 0 0 0 9 4 20 0 22 0 10048541 11397763072 647108 33554432000 4194304 4196468 140726812207136 140693216478464 140693744010965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8880128 140726812211905 140726812214679 140726812214679 140726812217295 0
[pid=19289/tid=19356] ppid=19286 vsize=11130628 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/19289/task/19356/stat : 19356 (java) S 19286 19289 11993 0 -1 1077944384 249 12411 0 0 0 0 9 4 20 0 22 0 10048545 11397763072 647108 33554432000 4194304 4196468 140726812207136 140693215427024 140693744019355 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 8880128 140726812211905 140726812214679 140726812214679 140726812217295 0
[pid=19289/tid=19357] ppid=19286 vsize=11130628 CPUtime=5.18 cores=0,2,4,6,8,10,12,14
/proc/19289/task/19357/stat : 19357 (java) S 19286 19289 11993 0 -1 1077944384 19520 12411 0 0 502 3 9 4 20 0 22 0 10048545 11397763072 647108 33554432000 4194304 4196468 140726812207136 140693214374128 140693744011906 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8880128 140726812211905 140726812214679 140726812214679 140726812217295 0
[pid=19289/tid=19358] ppid=19286 vsize=11130628 CPUtime=5.58 cores=0,2,4,6,8,10,12,14
/proc/19289/task/19358/stat : 19358 (java) S 19286 19289 11993 0 -1 1077944384 16267 12411 0 0 541 4 9 4 20 0 22 0 10048545 11397763072 647108 33554432000 4194304 4196468 140726812207136 140693213321584 140693744011906 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 8880128 140726812211905 140726812214679 140726812214679 140726812217295 0
[pid=19289/tid=19359] ppid=19286 vsize=11130628 CPUtime=5.43 cores=0,2,4,6,8,10,12,14
/proc/19289/task/19359/stat : 19359 (java) S 19286 19289 11993 0 -1 1077944384 16040 12411 0 0 527 3 9 4 20 0 22 0 10048545 11397763072 647108 33554432000 4194304 4196468 140726812207136 140693212268528 140693744011906 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 8880128 140726812211905 140726812214679 140726812214679 140726812217295 0
[pid=19289/tid=19360] ppid=19286 vsize=11130628 CPUtime=2.81 cores=0,2,4,6,8,10,12,14
/proc/19289/task/19360/stat : 19360 (java) S 19286 19289 11993 0 -1 1077944384 19586 12411 0 0 265 3 9 4 20 0 22 0 10048546 11397763072 647108 33554432000 4194304 4196468 140726812207136 140693211215552 140693744010965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8880128 140726812211905 140726812214679 140726812214679 140726812217295 0
[pid=19289/tid=19361] ppid=19286 vsize=11130628 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/19289/task/19361/stat : 19361 (java) S 19286 19289 11993 0 -1 1077944384 3 12411 0 0 0 0 9 4 20 0 22 0 10048546 11397763072 647108 33554432000 4194304 4196468 140726812207136 140693210164192 140693744010965 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 8880128 140726812211905 140726812214679 140726812214679 140726812217295 0
[pid=19289/tid=19362] ppid=19286 vsize=11130628 CPUtime=1.61 cores=0,2,4,6,8,10,12,14
/proc/19289/task/19362/stat : 19362 (java) S 19286 19289 11993 0 -1 1077944384 2361 12411 0 0 80 68 9 4 20 0 22 0 10048546 11397763072 647108 33554432000 4194304 4196468 140726812207136 140693209111728 140693744011906 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8880128 140726812211905 140726812214679 140726812214679 140726812217295 0
Current children cumulated CPU time (s) 2402.86
Current children cumulated vsize (KiB) 11130628

Child status: 143
Real time (s): 2330.34
CPU time (s): 2402.99
CPU user time (s): 2396.77
CPU system time (s): 6.21979
CPU usage (%): 103.118
Max. virtual memory (cumulated for all children) (KiB): 11130628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.77
system time used= 6.21979
maximum resident set size= 2958436
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 439702
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2792
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 233544
involuntary context switches= 164430

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.5656 second user time and 20.3838 second system time

The end

Launcher Data

Begin job on node127 at 2017-07-22 20:23:28
IDJOB=4248568
IDBENCH=133764
IDSOLVER=2630
FILE ID=node127/4248568-1500747808
RUNJOBID= node127-1500718419-12024
PBS_JOBID= 20623370
Free space on /tmp= 61876 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/QuasiGroups/QuasiGroups-elt-qg4/QuasiGroup-4-17.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4248568-1500747808/watcher-4248568-1500747808 -o /tmp/evaluation-result-4248568-1500747808/solver-4248568-1500747808 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node127-1500718419-12024 --watchdog 2560  bin/concrete HOME/instance-4248568-1500747808.xml

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

MD5SUM BENCH= 1749ee71f79cc6e37ea59febff668c91
RANDOM SEED=510745989

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

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

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

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

processor	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.94
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:        30838556 kB
MemAvailable:   31274732 kB
Buffers:          154476 kB
Cached:           560112 kB
SwapCached:            0 kB
Active:          1132276 kB
Inactive:         355884 kB
Active(anon):     776052 kB
Inactive(anon):     8688 kB
Active(file):     356224 kB
Inactive(file):   347196 kB
Unevictable:        6368 kB
Mlocked:            6368 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             23952 kB
Writeback:             0 kB
AnonPages:        778548 kB
Mapped:            44308 kB
Shmem:              8840 kB
Slab:             131588 kB
SReclaimable:      97180 kB
SUnreclaim:        34408 kB
KernelStack:        4832 kB
PageTables:        10176 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1454772 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    669696 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 61876 MiB
End job on node127 at 2017-07-22 21:02:19