Trace number 4246457

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) 2403.53 2310.57

General information on the benchmark

NameDeBruijnSequence/DeBruijnSequence-m1-s1/
DeBruijnSequence-04-05.xml
MD5SUM7198b26315477549e19a49cdd0865ba2
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 benchmark4.4920902
Satisfiable
(Un)Satisfiability was proved
Number of variables6148
Number of constraints5123
Number of domains3
Minimum domain size4
Maximum domain size1025
Distribution of domain sizes[{"size":4,"count":5120},{"size":1024,"count":1024},{"size":1025,"count":4}]
Minimum variable degree1
Maximum variable degree3
Distribution of variable degrees[{"degree":1,"count":4},{"degree":2,"count":1024},{"degree":3,"count":5120}]
Minimum constraint arity2
Maximum constraint arity1028
Distribution of constraint arities[{"arity":2,"count":4096},{"arity":6,"count":1024},{"arity":1024,"count":2},{"arity":1028,"count":1}]
Number of extensional constraints0
Number of intensional constraints4096
Distribution of constraint types[{"type":"intension","count":4096},{"type":"allDifferent","count":1},{"type":"sum","count":1024},{"type":"cardinality","count":1},{"type":"minimum","count":1}]
Optimization problemNO
Type of objective

Solver Data

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

pid=25046
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.55 2.06 1.93 3/263 25049
/proc/meminfo: memFree=31420996/32770624 swapFree=5700/360768
[pid=25049] ppid=25046 vsize=9508 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/25049/stat : 25049 (bash) S 25046 25049 22965 0 -1 4202496 684 1532 0 0 0 0 0 0 20 0 1 0 6800315 9736192 350 33554432000 4194304 5098028 140733327879280 140733327876920 140402446642176 0 0 4100 65536 18446744071580971376 0 0 17 10 0 0 0 0 0 7196144 7232144 27975680 140733327885582 140733327885667 140733327885667 140733327888366 0
/proc/25049/statm: 2377 350 278 221 0 86 0

[startup+0.100189 s]
/proc/loadavg: 2.55 2.06 1.93 3/263 25049
/proc/meminfo: memFree=31420996/32770624 swapFree=5700/360768
[pid=25049] ppid=25046 vsize=9640 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/25049/stat : 25049 (bash) S 25046 25049 22965 0 -1 4202496 877 6414 0 0 0 0 0 1 20 0 1 0 6800315 9871360 377 33554432000 4194304 5098028 140733327879280 140733327873288 140402446642176 0 0 4100 65536 18446744071580971376 0 0 17 10 0 0 0 0 0 7196144 7232144 27975680 140733327885582 140733327885667 140733327885667 140733327888366 0
/proc/25049/statm: 2410 377 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200339 s]
/proc/loadavg: 2.55 2.06 1.93 3/263 25049
/proc/meminfo: memFree=31420996/32770624 swapFree=5700/360768
[pid=25049] ppid=25046 vsize=10435860 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/25049/stat : 25049 (java) S 25046 25049 22965 0 -1 1077944320 4750 12378 0 0 7 1 8 3 20 0 13 0 6800315 10686320640 5107 33554432000 4194304 4196468 140732329141728 140732329124272 140576916721399 0 0 0 16800971 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 24580096 140732329142977 140732329145751 140732329145751 140732329148367 0
/proc/25049/statm: 2608965 5107 2170 1 0 2597403 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 10435860

[startup+0.300284 s]
/proc/loadavg: 2.55 2.06 1.93 3/263 25049
/proc/meminfo: memFree=31420996/32770624 swapFree=5700/360768
[pid=25049] ppid=25046 vsize=10902392 CPUtime=0.35 cores=0,2,4,6,8,10,12,14
/proc/25049/stat : 25049 (java) S 25046 25049 22965 0 -1 1077944320 9165 12378 0 0 22 2 8 3 20 0 20 0 6800315 11164049408 10701 33554432000 4194304 4196468 140732329141728 140732329124272 140576916721399 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 24580096 140732329142977 140732329145751 140732329145751 140732329148367 0
/proc/25049/statm: 2725606 10701 2926 1 0 2713898 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 10902392

[startup+0.700172 s]
/proc/loadavg: 2.55 2.06 1.93 3/263 25049
/proc/meminfo: memFree=31420996/32770624 swapFree=5700/360768
[pid=25049] ppid=25046 vsize=10902720 CPUtime=0.96 cores=0,2,4,6,8,10,12,14
/proc/25049/stat : 25049 (java) S 25046 25049 22965 0 -1 1077944320 12493 12378 0 0 81 4 8 3 20 0 20 0 6800315 11164385280 16303 33554432000 4194304 4196468 140732329141728 140732329124272 140576916721399 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 24580096 140732329142977 140732329145751 140732329145751 140732329148367 0
/proc/25049/statm: 2725680 16303 3216 1 0 2713890 0
Current children cumulated CPU time (s) 0.96
Current children cumulated vsize (KiB) 10902720

[startup+1.50084 s]
/proc/loadavg: 2.74 2.10 1.94 6/283 25122
/proc/meminfo: memFree=31249948/32770624 swapFree=5700/361044
[pid=25049] ppid=25046 vsize=10913344 CPUtime=2.29 cores=0,2,4,6,8,10,12,14
/proc/25049/stat : 25049 (java) S 25046 25049 22965 0 -1 1077944320 26537 12378 0 0 205 13 8 3 20 0 20 0 6800315 11175264256 44014 33554432000 4194304 4196468 140732329141728 140732329124272 140576916721399 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 24580096 140732329142977 140732329145751 140732329145751 140732329148367 0
/proc/25049/statm: 2728336 44014 3410 1 0 2716450 0
[pid=25049/tid=25104] ppid=25046 vsize=10913344 CPUtime=1.42 cores=0,2,4,6,8,10,12,14
/proc/25049/task/25104/stat : 25104 (java) R 25046 25049 22965 0 -1 4202560 19023 12378 0 0 126 5 8 3 20 0 20 0 6800327 11175264256 44014 33554432000 4194304 4196468 140732329141728 140576920950384 140576901158260 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 24580096 140732329142977 140732329145751 140732329145751 140732329148367 0
[pid=25049/tid=25105] ppid=25046 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/25049/task/25105/stat : 25105 (java) S 25046 25049 22965 0 -1 1077944384 36 12378 0 0 0 0 8 3 20 0 20 0 6800328 11175264256 44014 33554432000 4194304 4196468 140732329141728 140576842796048 140576916731605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24580096 140732329142977 140732329145751 140732329145751 140732329148367 0
[pid=25049/tid=25106] ppid=25046 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/25049/task/25106/stat : 25106 (java) S 25046 25049 22965 0 -1 1077944384 31 12378 0 0 0 0 8 3 20 0 20 0 6800328 11175264256 44014 33554432000 4194304 4196468 140732329141728 140576841743504 140576916731605 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 24580096 140732329142977 140732329145751 140732329145751 140732329148367 0
[pid=25049/tid=25107] ppid=25046 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/25049/task/25107/stat : 25107 (java) S 25046 25049 22965 0 -1 1077944384 20 12378 0 0 0 0 8 3 20 0 20 0 6800328 11175264256 44014 33554432000 4194304 4196468 140732329141728 140576840690448 140576916731605 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 24580096 140732329142977 140732329145751 140732329145751 140732329148367 0
[pid=25049/tid=25108] ppid=25046 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/25049/task/25108/stat : 25108 (java) S 25046 25049 22965 0 -1 1077944384 53 12378 0 0 0 0 8 3 20 0 20 0 6800328 11175264256 44014 33554432000 4194304 4196468 140732329141728 140576839637904 140576916731605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24580096 140732329142977 140732329145751 140732329145751 140732329148367 0
[pid=25049/tid=25109] ppid=25046 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/25049/task/25109/stat : 25109 (java) S 25046 25049 22965 0 -1 1077944384 26 12378 0 0 0 0 8 3 20 0 20 0 6800328 11175264256 44014 33554432000 4194304 4196468 140732329141728 140576838584848 140576916731605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24580096 140732329142977 140732329145751 140732329145751 140732329148367 0
[pid=25049/tid=25110] ppid=25046 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/25049/task/25110/stat : 25110 (java) S 25046 25049 22965 0 -1 1077944384 11 12378 0 0 0 0 8 3 20 0 20 0 6800328 11175264256 44014 33554432000 4194304 4196468 140732329141728 140576837532304 140576916731605 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 24580096 140732329142977 140732329145751 140732329145751 140732329148367 0
[pid=25049/tid=25111] ppid=25046 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/25049/task/25111/stat : 25111 (java) S 25046 25049 22965 0 -1 1077944384 123 12378 0 0 1 0 8 3 20 0 20 0 6800328 11175264256 44014 33554432000 4194304 4196468 140732329141728 140576836479248 140576916731605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24580096 140732329142977 140732329145751 140732329145751 140732329148367 0
[pid=25049/tid=25112] ppid=25046 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/25049/task/25112/stat : 25112 (java) S 25046 25049 22965 0 -1 1077944384 22 12378 0 0 1 0 8 3 20 0 20 0 6800328 11175264256 44014 33554432000 4194304 4196468 140732329141728 140576835426704 140576916731605 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 24580096 140732329142977 140732329145751 140732329145751 140732329148367 0
[pid=25049/tid=25113] ppid=25046 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/25049/task/25113/stat : 25113 (java) S 25046 25049 22965 0 -1 1077944384 1128 12378 0 0 2 0 8 3 20 0 20 0 6800330 11175264256 44014 33554432000 4194304 4196468 140732329141728 140576391318256 140576916732546 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24580096 140732329142977 140732329145751 140732329145751 140732329148367 0
[pid=25049/tid=25114] ppid=25046 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/25049/task/25114/stat : 25114 (java) S 25046 25049 22965 0 -1 1077944384 56 12378 0 0 0 0 8 3 20 0 20 0 6800331 11175264256 44014 33554432000 4194304 4196468 140732329141728 140576390264480 140576916731605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24580096 140732329142977 140732329145751 140732329145751 140732329148367 0
[pid=25049/tid=25115] ppid=25046 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/25049/task/25115/stat : 25115 (java) S 25046 25049 22965 0 -1 1077944384 45 12378 0 0 0 0 8 3 20 0 20 0 6800331 11175264256 44014 33554432000 4194304 4196468 140732329141728 140576389211376 140576916731605 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 24580096 140732329142977 140732329145751 140732329145751 140732329148367 0
[pid=25049/tid=25116] ppid=25046 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/25049/task/25116/stat : 25116 (java) S 25046 25049 22965 0 -1 1077944384 1 12378 0 0 0 0 8 3 20 0 20 0 6800335 11175264256 44014 33554432000 4194304 4196468 140732329141728 140576388159952 140576916739995 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 24580096 140732329142977 140732329145751 140732329145751 140732329148367 0
[pid=25049/tid=25117] ppid=25046 vsize=10913344 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/25049/task/25117/stat : 25117 (java) S 25046 25049 22965 0 -1 1077944384 743 12378 0 0 10 1 8 3 20 0 20 0 6800335 11175264256 44014 33554432000 4194304 4196468 140732329141728 140576387107056 140576916732546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24580096 140732329142977 140732329145751 140732329145751 140732329148367 0
[pid=25049/tid=25118] ppid=25046 vsize=10913344 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/25049/task/25118/stat : 25118 (java) S 25046 25049 22965 0 -1 1077944384 604 12378 0 0 14 0 8 3 20 0 20 0 6800335 11175264256 44014 33554432000 4194304 4196468 140732329141728 140576386054512 140576916732546 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 24580096 140732329142977 140732329145751 140732329145751 140732329148367 0
[pid=25049/tid=25119] ppid=25046 vsize=10913344 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/25049/task/25119/stat : 25119 (java) S 25046 25049 22965 0 -1 1077944384 1178 12378 0 0 14 1 8 3 20 0 20 0 6800335 11175264256 44014 33554432000 4194304 4196468 140732329141728 140576385001456 140576916732546 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 24580096 140732329142977 140732329145751 140732329145751 140732329148367 0
[pid=25049/tid=25120] ppid=25046 vsize=10913344 CPUtime=0.39 cores=0,2,4,6,8,10,12,14
/proc/25049/task/25120/stat : 25120 (java) S 25046 25049 22965 0 -1 1077944384 1301 12378 0 0 28 0 8 3 20 0 20 0 6800335 11175264256 44014 33554432000 4194304 4196468 140732329141728 140576383948912 140576916732546 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 24580096 140732329142977 140732329145751 140732329145751 140732329148367 0
[pid=25049/tid=25121] ppid=25046 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/25049/task/25121/stat : 25121 (java) S 25046 25049 22965 0 -1 1077944384 3 12378 0 0 0 0 8 3 20 0 20 0 6800335 11175264256 44014 33554432000 4194304 4196468 140732329141728 140576382897120 140576916731605 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 24580096 140732329142977 140732329145751 140732329145751 140732329148367 0
[pid=25049/tid=25122] ppid=25046 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/25049/task/25122/stat : 25122 (java) S 25046 25049 22965 0 -1 1077944384 6 12378 0 0 0 0 8 3 20 0 20 0 6800336 11175264256 44014 33554432000 4194304 4196468 140732329141728 140576381844656 140576916732546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24580096 140732329142977 140732329145751 140732329145751 140732329148367 0
Current children cumulated CPU time (s) 2.29
Current children cumulated vsize (KiB) 10913344

[startup+3.10107 s]
/proc/loadavg: 2.74 2.10 1.94 7/283 25122
/proc/meminfo: memFree=31071992/32770624 swapFree=5700/361044
[pid=25049] ppid=25046 vsize=10923772 CPUtime=7.68 cores=0,2,4,6,8,10,12,14
/proc/25049/stat : 25049 (java) S 25046 25049 22965 0 -1 1077944320 40332 12378 0 0 738 19 8 3 20 0 20 0 6800315 11185942528 63263 33554432000 4194304 4196468 140732329141728 140732329124272 140576916721399 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 24580096 140732329142977 140732329145751 140732329145751 140732329148367 0
/proc/25049/statm: 2730943 63263 3479 1 0 2718498 0
[pid=25049/tid=25104] ppid=25046 vsize=10923772 CPUtime=3.01 cores=0,2,4,6,8,10,12,14
/proc/25049/task/25104/stat : 25104 (java) R 25046 25049 22965 0 -1 4202560 24589 12378 0 0 282 8 8 3 20 0 20 0 6800327 11185942528 63263 33554432000 4194304 4196468 140732329141728 140576920951936 140576511105820 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 24580096 140732329142977 140732329145751 140732329145751 140732329148367 0
[pid=25049/tid=25105] ppid=25046 vsize=10923772 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/25049/task/25105/stat : 25105 (java) S 25046 25049 22965 0 -1 1077944384 36 12378 0 0 0 0 8 3 20 0 20 0 6800328 11185942528 63263 33554432000 4194304 4196468 140732329141728 140576842796048 140576916731605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24580096 140732329142977 140732329145751 140732329145751 140732329148367 0
[pid=25049/tid=25106] ppid=25046 vsize=10923772 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/25049/task/25106/stat : 25106 (java) S 25046 25049 22965 0 -1 1077944384 31 12378 0 0 0 0 8 3 20 0 20 0 6800328 11185942528 63263 33554432000 4194304 4196468 140732329141728 140576841743504 140576916731605 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 24580096 140732329142977 140732329145751 140732329145751 140732329148367 0
[pid=25049/tid=25107] ppid=25046 vsize=10923772 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/25049/task/25107/stat : 25107 (java) S 25046 25049 22965 0 -1 1077944384 20 12378 0 0 0 0 8 3 20 0 20 0 6800328 11185942528 63263 33554432000 4194304 4196468 140732329141728 140576840690448 140576916731605 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 24580096 140732329142977 140732329145751 140732329145751 140732329148367 0
[pid=25049/tid=25108] ppid=25046 vsize=10923772 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/25049/task/25108/stat : 25108 (java) S 25046 25049 22965 0 -1 1077944384 53 12378 0 0 0 0 8 3 20 0 20 0 6800328 11185942528 63263 33554432000 4194304 4196468 140732329141728 140576839637904 140576916731605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24580096 140732329142977 140732329145751 140732329145751 140732329148367 0
[pid=25049/tid=25109] ppid=25046 vsize=10923772 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/25049/task/25109/stat : 25109 (java) S 25046 25049 22965 0 -1 1077944384 26 12378 0 0 0 0 8 3 20 0 20 0 6800328 11185942528 63263 33554432000 4194304 4196468 140732329141728 140576838584848 140576916731605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24580096 140732329142977 140732329145751 140732329145751 140732329148367 0
[pid=25049/tid=25110] ppid=25046 vsize=10923772 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/25049/task/25110/stat : 25110 (java) S 25046 25049 22965 0 -1 1077944384 11 12378 0 0 0 0 8 3 20 0 20 0 6800328 11185942528 63263 33554432000 4194304 4196468 140732329141728 140576837532304 140576916731605 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 24580096 140732329142977 140732329145751 140732329145751 140732329148367 0
[pid=25049/tid=25111] ppid=25046 vsize=10923772 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/25049/task/25111/stat : 25111 (java) S 25046 25049 22965 0 -1 1077944384 123 12378 0 0 1 0 8 3 20 0 20 0 6800328 11185942528 63263 33554432000 4194304 4196468 140732329141728 140576836479248 140576916731605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24580096 140732329142977 140732329145751 140732329145751 140732329148367 0
[pid=25049/tid=25112] ppid=25046 vsize=10923772 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/25049/task/25112/stat : 25112 (java) S 25046 25049 22965 0 -1 1077944384 22 12378 0 0 1 0 8 3 20 0 20 0 6800328 11185942528 63263 33554432000 4194304 4196468 140732329141728 140576835426704 140576916731605 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 24580096 140732329142977 140732329145751 140732329145751 140732329148367 0
[pid=25049/tid=25113] ppid=25046 vsize=10923772 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/25049/task/25113/stat : 25113 (java) S 25046 25049 22965 0 -1 1077944384 1141 12378 0 0 2 0 8 3 20 0 20 0 6800330 11185942528 63263 33554432000 4194304 4196468 140732329141728 140576391318256 140576916732546 0 0 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 24580096 140732329142977 140732329145751 140732329145751 140732329148367 0
[pid=25049/tid=25114] ppid=25046 vsize=10923772 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/25049/task/25114/stat : 25114 (java) S 25046 25049 22965 0 -1 1077944384 56 12378 0 0 0 0 8 3 20 0 20 0 6800331 11185942528 63263 33554432000 4194304 4196468 140732329141728 140576390264480 140576916731605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24580096 140732329142977 140732329145751 140732329145751 140732329148367 0
[pid=25049/tid=25115] ppid=25046 vsize=10923772 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/25049/task/25115/stat : 25115 (java) S 25046 25049 22965 0 -1 1077944384 45 12378 0 0 0 0 8 3 20 0 20 0 6800331 11185942528 63263 33554432000 4194304 4196468 140732329141728 140576389211376 140576916731605 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 24580096 140732329142977 140732329145751 140732329145751 140732329148367 0
[pid=25049/tid=25116] ppid=25046 vsize=10923772 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/25049/task/25116/stat : 25116 (java) S 25046 25049 22965 0 -1 1077944384 1 12378 0 0 0 0 8 3 20 0 20 0 6800335 11185942528 63263 33554432000 4194304 4196468 140732329141728 140576388159952 140576916739995 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 24580096 140732329142977 140732329145751 140732329145751 140732329148367 0
[pid=25049/tid=25117] ppid=25046 vsize=10923772 CPUtime=1.04 cores=0,2,4,6,8,10,12,14
/proc/25049/task/25117/stat : 25117 (java) R 25046 25049 22965 0 -1 4202560 2040 12378 0 0 92 1 8 3 20 0 20 0 6800335 11185942528 63263 33554432000 4194304 4196468 140732329141728 140576387093472 140576894575008 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 24580096 140732329142977 140732329145751 140732329145751 140732329148367 0
[pid=25049/tid=25118] ppid=25046 vsize=10923772 CPUtime=1.18 cores=0,2,4,6,8,10,12,14
/proc/25049/task/25118/stat : 25118 (java) R 25046 25049 22965 0 -1 4202560 1951 12378 0 0 106 1 8 3 20 0 20 0 6800335 11185942528 63263 33554432000 4194304 4196468 140732329141728 140576386040624 140576898131549 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 24580096 140732329142977 140732329145751 140732329145751 140732329148367 0
[pid=25049/tid=25119] ppid=25046 vsize=10923772 CPUtime=1.36 cores=0,2,4,6,8,10,12,14
/proc/25049/task/25119/stat : 25119 (java) R 25046 25049 22965 0 -1 4202560 4504 12378 0 0 124 1 8 3 20 0 20 0 6800335 11185942528 63263 33554432000 4194304 4196468 140732329141728 140576384986528 140576895945700 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24580096 140732329142977 140732329145751 140732329145751 140732329148367 0
[pid=25049/tid=25120] ppid=25046 vsize=10923772 CPUtime=1.33 cores=0,2,4,6,8,10,12,14
/proc/25049/task/25120/stat : 25120 (java) S 25046 25049 22965 0 -1 1077944384 3547 12378 0 0 121 1 8 3 20 0 20 0 6800335 11185942528 63263 33554432000 4194304 4196468 140732329141728 140576383948912 140576916732546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24580096 140732329142977 140732329145751 140732329145751 140732329148367 0
[pid=25049/tid=25121] ppid=25046 vsize=10923772 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/25049/task/25121/stat : 25121 (java) S 25046 25049 22965 0 -1 1077944384 3 12378 0 0 0 0 8 3 20 0 20 0 6800335 11185942528 63263 33554432000 4194304 4196468 140732329141728 140576382897120 140576916731605 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 24580096 140732329142977 140732329145751 140732329145751 140732329148367 0
[pid=25049/tid=25122] ppid=25046 vsize=10923772 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/25049/task/25122/stat : 25122 (java) S 25046 25049 22965 0 -1 1077944384 7 12378 0 0 0 0 8 3 20 0 20 0 6800336 11185942528 63263 33554432000 4194304 4196468 140732329141728 140576381844656 140576916732546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24580096 140732329142977 140732329145751 140732329145751 140732329148367 0
Current children cumulated CPU time (s) 7.68
Current children cumulated vsize (KiB) 10923772

[startup+6.30073 s]
/proc/loadavg: 2.92 2.15 1.96 6/283 25122
/proc/meminfo: memFree=30788964/32770624 swapFree=5700/361056
[pid=25049] ppid=25046 vsize=10927868 CPUtime=19.1 cores=0,2,4,6,8,10,12,14
/proc/25049/stat : 25049 (java) S 25046 25049 22965 0 -1 1077944320 70811 12378 0 0 1836 63 8 3 20 0 20 0 6800315 11190136832 138557 33554432000 4194304 4196468 140732329141728 140732329124272 140576916721399 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 24580096 140732329142977 140732329145751 140732329145751 140732329148367 0
/proc/25049/statm: 2731967 138557 3505 1 0 2719522 0
[pid=25049/tid=25104] ppid=25046 vsize=10927868 CPUtime=6.04 cores=0,2,4,6,8,10,12,14
/proc/25049/task/25104/stat : 25104 (java) R 25046 25049 22965 0 -1 4202560 29184 12378 0 0 582 11 8 3 20 0 20 0 6800327 11190136832 138557 33554432000 4194304 4196468 140732329141728 140576920951592 140576528375725 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 24580096 140732329142977 140732329145751 140732329145751 140732329148367 0
[pid=25049/tid=25105] ppid=25046 vsize=10927868 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/25049/task/25105/stat : 25105 (java) S 25046 25049 22965 0 -1 1077944384 147 12378 0 0 8 5 8 3 20 0 20 0 6800328 11190136832 138557 33554432000 4194304 4196468 140732329141728 140576842796048 140576916731605 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 24580096 140732329142977 140732329145751 140732329145751 140732329148367 0
[pid=25049/tid=25106] ppid=25046 vsize=10927868 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/25049/task/25106/stat : 25106 (java) S 25046 25049 22965 0 -1 1077944384 141 12378 0 0 8 4 8 3 20 0 20 0 6800328 11190136832 138557 33554432000 4194304 4196468 140732329141728 140576841743504 140576916731605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24580096 140732329142977 140732329145751 140732329145751 140732329148367 0
[pid=25049/tid=25107] ppid=25046 vsize=10927868 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/25049/task/25107/stat : 25107 (java) S 25046 25049 22965 0 -1 1077944384 327 12378 0 0 10 5 8 3 20 0 20 0 6800328 11190136832 138557 33554432000 4194304 4196468 140732329141728 140576840690448 140576916731605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24580096 140732329142977 140732329145751 140732329145751 140732329148367 0
[pid=25049/tid=25108] ppid=25046 vsize=10927868 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/25049/task/25108/stat : 25108 (java) S 25046 25049 22965 0 -1 1077944384 240 12378 0 0 8 5 8 3 20 0 20 0 6800328 11190136832 138557 33554432000 4194304 4196468 140732329141728 140576839637904 140576916731605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24580096 140732329142977 140732329145751 140732329145751 140732329148367 0
[pid=25049/tid=25109] ppid=25046 vsize=10927868 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/25049/task/25109/stat : 25109 (java) S 25046 25049 22965 0 -1 1077944384 129 12378 0 0 7 5 8 3 20 0 20 0 6800328 11190136832 138557 33554432000 4194304 4196468 140732329141728 140576838584848 140576916731605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24580096 140732329142977 140732329145751 140732329145751 140732329148367 0
[pid=25049/tid=25110] ppid=25046 vsize=10927868 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/25049/task/25110/stat : 25110 (java) S 25046 25049 22965 0 -1 1077944384 191 12378 0 0 8 3 8 3 20 0 20 0 6800328 11190136832 138557 33554432000 4194304 4196468 140732329141728 140576837532304 140576916731605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24580096 140732329142977 140732329145751 140732329145751 140732329148367 0
[pid=25049/tid=25111] ppid=25046 vsize=10927868 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/25049/task/25111/stat : 25111 (java) S 25046 25049 22965 0 -1 1077944384 231 12378 0 0 9 4 8 3 20 0 20 0 6800328 11190136832 138557 33554432000 4194304 4196468 140732329141728 140576836479248 140576916731605 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 24580096 140732329142977 140732329145751 140732329145751 140732329148367 0
[pid=25049/tid=25112] ppid=25046 vsize=10927868 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/25049/task/25112/stat : 25112 (java) S 25046 25049 22965 0 -1 1077944384 863 12378 0 0 10 5 8 3 20 0 20 0 6800328 11190136832 138557 33554432000 4194304 4196468 140732329141728 140576835426704 140576916731605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24580096 140732329142977 140732329145751 140732329145751 140732329148367 0
[pid=25049/tid=25113] ppid=25046 vsize=10927868 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/25049/task/25113/stat : 25113 (java) S 25046 25049 22965 0 -1 1077944384 2276 12378 0 0 3 0 8 3 20 0 20 0 6800330 11190136832 138557 33554432000 4194304 4196468 140732329141728 140576391318256 140576916732546 0 0 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 24580096 140732329142977 140732329145751 140732329145751 140732329148367 0
[pid=25049/tid=25114] ppid=25046 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/25049/task/25114/stat : 25114 (java) S 25046 25049 22965 0 -1 1077944384 61 12378 0 0 0 0 8 3 20 0 20 0 6800331 11190136832 138557 33554432000 4194304 4196468 140732329141728 140576390264544 140576916731605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24580096 140732329142977 140732329145751 140732329145751 140732329148367 0
[pid=25049/tid=25115] ppid=25046 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/25049/task/25115/stat : 25115 (java) S 25046 25049 22965 0 -1 1077944384 45 12378 0 0 0 0 8 3 20 0 20 0 6800331 11190136832 138557 33554432000 4194304 4196468 140732329141728 140576389211392 140576916731605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24580096 140732329142977 140732329145751 140732329145751 140732329148367 0
[pid=25049/tid=25116] ppid=25046 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/25049/task/25116/stat : 25116 (java) S 25046 25049 22965 0 -1 1077944384 1 12378 0 0 0 0 8 3 20 0 20 0 6800335 11190136832 138557 33554432000 4194304 4196468 140732329141728 140576388159952 140576916739995 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 24580096 140732329142977 140732329145751 140732329145751 140732329148367 0
[pid=25049/tid=25117] ppid=25046 vsize=10927868 CPUtime=3.17 cores=0,2,4,6,8,10,12,14
/proc/25049/task/25117/stat : 25117 (java) S 25046 25049 22965 0 -1 1077944384 7929 12378 0 0 303 3 8 3 20 0 20 0 6800335 11190136832 138557 33554432000 4194304 4196468 140732329141728 140576387107056 140576916732546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24580096 140732329142977 140732329145751 140732329145751 140732329148367 0
[pid=25049/tid=25118] ppid=25046 vsize=10927868 CPUtime=3.33 cores=0,2,4,6,8,10,12,14
/proc/25049/task/25118/stat : 25118 (java) S 25046 25049 22965 0 -1 1077944384 10166 12378 0 0 320 2 8 3 20 0 20 0 6800335 11190136832 138557 33554432000 4194304 4196468 140732329141728 140576386054512 140576916732546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24580096 140732329142977 140732329145751 140732329145751 140732329148367 0
[pid=25049/tid=25119] ppid=25046 vsize=10927868 CPUtime=3.58 cores=0,2,4,6,8,10,12,14
/proc/25049/task/25119/stat : 25119 (java) S 25046 25049 22965 0 -1 1077944384 10149 12378 0 0 345 2 8 3 20 0 20 0 6800335 11190136832 138557 33554432000 4194304 4196468 140732329141728 140576385001456 140576916732546 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 24580096 140732329142977 140732329145751 140732329145751 140732329148367 0
[pid=25049/tid=25120] ppid=25046 vsize=10927868 CPUtime=2.19 cores=0,2,4,6,8,10,12,14
/proc/25049/task/25120/stat : 25120 (java) S 25046 25049 22965 0 -1 1077944384 6583 12378 0 0 206 2 8 3 20 0 20 0 6800335 11190136832 138557 33554432000 4194304 4196468 140732329141728 140576383948912 140576916732546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24580096 140732329142977 140732329145751 140732329145751 140732329148367 0
[pid=25049/tid=25121] ppid=25046 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14

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

[pid=25049/tid=25122] ppid=25046 vsize=10931964 CPUtime=1.28 cores=0,2,4,6,8,10,12,14
/proc/25049/task/25122/stat : 25122 (java) S 25046 25049 22965 0 -1 1077944384 1393 12378 0 0 66 51 8 3 20 0 20 0 6800336 11194331136 776301 33554432000 4194304 4196468 140732329141728 140576381844656 140576916732546 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 24580096 140732329142977 140732329145751 140732329145751 140732329148367 0
Current children cumulated CPU time (s) 2351.4
Current children cumulated vsize (KiB) 10931964



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2310 s]
/proc/loadavg: 2.04 1.65 1.65 3/281 25192
/proc/meminfo: memFree=27683708/32770624 swapFree=5700/363312
[pid=25049] ppid=25046 vsize=10931964 CPUtime=2400.08 cores=0,2,4,6,8,10,12,14
/proc/25049/stat : 25049 (java) S 25046 25049 22965 0 -1 1077944320 442618 12378 0 0 237486 2511 8 3 20 0 20 0 6800315 11194331136 808276 33554432000 4194304 4196468 140732329141728 140732329124272 140576916721399 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 24580096 140732329142977 140732329145751 140732329145751 140732329148367 0
/proc/25049/statm: 2732991 808276 3522 1 0 2720546 0
[pid=25049/tid=25104] ppid=25046 vsize=10931964 CPUtime=2298.51 cores=0,2,4,6,8,10,12,14
/proc/25049/task/25104/stat : 25104 (java) R 25046 25049 22965 0 -1 4202560 196363 12378 0 0 229768 72 8 3 20 0 20 0 6800327 11194331136 808276 33554432000 4194304 4196468 140732329141728 140576920955520 140576521271360 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24580096 140732329142977 140732329145751 140732329145751 140732329148367 0
[pid=25049/tid=25105] ppid=25046 vsize=10931964 CPUtime=9.68 cores=0,2,4,6,8,10,12,14
/proc/25049/task/25105/stat : 25105 (java) S 25046 25049 22965 0 -1 1077944384 14941 12378 0 0 664 293 8 3 20 0 20 0 6800328 11194331136 808276 33554432000 4194304 4196468 140732329141728 140576842796048 140576916731605 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 24580096 140732329142977 140732329145751 140732329145751 140732329148367 0
[pid=25049/tid=25106] ppid=25046 vsize=10931964 CPUtime=9.76 cores=0,2,4,6,8,10,12,14
/proc/25049/task/25106/stat : 25106 (java) S 25046 25049 22965 0 -1 1077944384 14231 12378 0 0 670 295 8 3 20 0 20 0 6800328 11194331136 808276 33554432000 4194304 4196468 140732329141728 140576841743504 140576916731605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24580096 140732329142977 140732329145751 140732329145751 140732329148367 0
[pid=25049/tid=25107] ppid=25046 vsize=10931964 CPUtime=9.75 cores=0,2,4,6,8,10,12,14
/proc/25049/task/25107/stat : 25107 (java) S 25046 25049 22965 0 -1 1077944384 21717 12378 0 0 662 302 8 3 20 0 20 0 6800328 11194331136 808276 33554432000 4194304 4196468 140732329141728 140576840690448 140576916731605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24580096 140732329142977 140732329145751 140732329145751 140732329148367 0
[pid=25049/tid=25108] ppid=25046 vsize=10931964 CPUtime=9.73 cores=0,2,4,6,8,10,12,14
/proc/25049/task/25108/stat : 25108 (java) S 25046 25049 22965 0 -1 1077944384 16782 12378 0 0 662 300 8 3 20 0 20 0 6800328 11194331136 808276 33554432000 4194304 4196468 140732329141728 140576839637904 140576916731605 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 24580096 140732329142977 140732329145751 140732329145751 140732329148367 0
[pid=25049/tid=25109] ppid=25046 vsize=10931964 CPUtime=9.73 cores=0,2,4,6,8,10,12,14
/proc/25049/task/25109/stat : 25109 (java) S 25046 25049 22965 0 -1 1077944384 13337 12378 0 0 666 296 8 3 20 0 20 0 6800328 11194331136 808276 33554432000 4194304 4196468 140732329141728 140576838584848 140576916731605 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 24580096 140732329142977 140732329145751 140732329145751 140732329148367 0
[pid=25049/tid=25110] ppid=25046 vsize=10931964 CPUtime=9.7 cores=0,2,4,6,8,10,12,14
/proc/25049/task/25110/stat : 25110 (java) S 25046 25049 22965 0 -1 1077944384 14546 12378 0 0 665 294 8 3 20 0 20 0 6800328 11194331136 808276 33554432000 4194304 4196468 140732329141728 140576837532304 140576916731605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24580096 140732329142977 140732329145751 140732329145751 140732329148367 0
[pid=25049/tid=25111] ppid=25046 vsize=10931964 CPUtime=9.63 cores=0,2,4,6,8,10,12,14
/proc/25049/task/25111/stat : 25111 (java) S 25046 25049 22965 0 -1 1077944384 12911 12378 0 0 658 294 8 3 20 0 20 0 6800328 11194331136 808276 33554432000 4194304 4196468 140732329141728 140576836479248 140576916731605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24580096 140732329142977 140732329145751 140732329145751 140732329148367 0
[pid=25049/tid=25112] ppid=25046 vsize=10931964 CPUtime=9.72 cores=0,2,4,6,8,10,12,14
/proc/25049/task/25112/stat : 25112 (java) S 25046 25049 22965 0 -1 1077944384 13348 12378 0 0 661 300 8 3 20 0 20 0 6800328 11194331136 808276 33554432000 4194304 4196468 140732329141728 140576835426704 140576916731605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24580096 140732329142977 140732329145751 140732329145751 140732329148367 0
[pid=25049/tid=25113] ppid=25046 vsize=10931964 CPUtime=0.83 cores=0,2,4,6,8,10,12,14
/proc/25049/task/25113/stat : 25113 (java) S 25046 25049 22965 0 -1 1077944384 46389 12378 0 0 57 15 8 3 20 0 20 0 6800330 11194331136 808276 33554432000 4194304 4196468 140732329141728 140576391318256 140576916732546 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24580096 140732329142977 140732329145751 140732329145751 140732329148367 0
[pid=25049/tid=25114] ppid=25046 vsize=10931964 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/25049/task/25114/stat : 25114 (java) S 25046 25049 22965 0 -1 1077944384 63 12378 0 0 0 0 8 3 20 0 20 0 6800331 11194331136 808276 33554432000 4194304 4196468 140732329141728 140576390264544 140576916731605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24580096 140732329142977 140732329145751 140732329145751 140732329148367 0
[pid=25049/tid=25115] ppid=25046 vsize=10931964 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/25049/task/25115/stat : 25115 (java) S 25046 25049 22965 0 -1 1077944384 48 12378 0 0 1 0 8 3 20 0 20 0 6800331 11194331136 808276 33554432000 4194304 4196468 140732329141728 140576389211392 140576916731605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24580096 140732329142977 140732329145751 140732329145751 140732329148367 0
[pid=25049/tid=25116] ppid=25046 vsize=10931964 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/25049/task/25116/stat : 25116 (java) S 25046 25049 22965 0 -1 1077944384 1 12378 0 0 0 0 8 3 20 0 20 0 6800335 11194331136 808276 33554432000 4194304 4196468 140732329141728 140576388159952 140576916739995 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 24580096 140732329142977 140732329145751 140732329145751 140732329148367 0
[pid=25049/tid=25117] ppid=25046 vsize=10931964 CPUtime=6.29 cores=0,2,4,6,8,10,12,14
/proc/25049/task/25117/stat : 25117 (java) S 25046 25049 22965 0 -1 1077944384 23541 12378 0 0 614 4 8 3 20 0 20 0 6800335 11194331136 808276 33554432000 4194304 4196468 140732329141728 140576387107056 140576916732546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24580096 140732329142977 140732329145751 140732329145751 140732329148367 0
[pid=25049/tid=25118] ppid=25046 vsize=10931964 CPUtime=6.5 cores=0,2,4,6,8,10,12,14
/proc/25049/task/25118/stat : 25118 (java) S 25046 25049 22965 0 -1 1077944384 17168 12378 0 0 635 4 8 3 20 0 20 0 6800335 11194331136 808276 33554432000 4194304 4196468 140732329141728 140576386054512 140576916732546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24580096 140732329142977 140732329145751 140732329145751 140732329148367 0
[pid=25049/tid=25119] ppid=25046 vsize=10931964 CPUtime=7.03 cores=0,2,4,6,8,10,12,14
/proc/25049/task/25119/stat : 25119 (java) S 25046 25049 22965 0 -1 1077944384 16971 12378 0 0 689 3 8 3 20 0 20 0 6800335 11194331136 808276 33554432000 4194304 4196468 140732329141728 140576385001456 140576916732546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24580096 140732329142977 140732329145751 140732329145751 140732329148367 0
[pid=25049/tid=25120] ppid=25046 vsize=10931964 CPUtime=3.31 cores=0,2,4,6,8,10,12,14
/proc/25049/task/25120/stat : 25120 (java) S 25046 25049 22965 0 -1 1077944384 16734 12378 0 0 315 5 8 3 20 0 20 0 6800335 11194331136 808276 33554432000 4194304 4196468 140732329141728 140576383948912 140576916732546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24580096 140732329142977 140732329145751 140732329145751 140732329148367 0
[pid=25049/tid=25121] ppid=25046 vsize=10931964 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/25049/task/25121/stat : 25121 (java) S 25046 25049 22965 0 -1 1077944384 3 12378 0 0 0 0 8 3 20 0 20 0 6800335 11194331136 808276 33554432000 4194304 4196468 140732329141728 140576382897120 140576916731605 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 24580096 140732329142977 140732329145751 140732329145751 140732329148367 0
[pid=25049/tid=25122] ppid=25046 vsize=10931964 CPUtime=1.3 cores=0,2,4,6,8,10,12,14
/proc/25049/task/25122/stat : 25122 (java) S 25046 25049 22965 0 -1 1077944384 1397 12378 0 0 67 52 8 3 20 0 20 0 6800336 11194331136 808276 33554432000 4194304 4196468 140732329141728 140576381844656 140576916732546 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 24580096 140732329142977 140732329145751 140732329145751 140732329148367 0
Current children cumulated CPU time (s) 2400.08
Current children cumulated vsize (KiB) 10931964

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 25049 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2310.11 s]
/proc/loadavg: 2.04 1.65 1.65 3/283 25194
/proc/meminfo: memFree=27650784/32770624 swapFree=5700/363320
[pid=25049] ppid=25046 vsize=11065092 CPUtime=2400.69 cores=0,2,4,6,8,10,12,14
/proc/25049/stat : 25049 (java) S 25046 25049 22965 0 -1 1077944320 447364 12378 0 0 237531 2527 8 3 20 0 22 0 6800315 11330654208 816547 33554432000 4194304 4196468 140732329141728 140732329124272 140576916721399 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24580096 140732329142977 140732329145751 140732329145751 140732329148367 0
/proc/25049/statm: 2766273 816547 3522 1 0 2753828 0
[pid=25049/tid=25104] ppid=25046 vsize=11065092 CPUtime=2298.51 cores=0,2,4,6,8,10,12,14
/proc/25049/task/25104/stat : 25104 (java) S 25046 25049 22965 0 -1 1077944384 196611 12378 0 0 229768 72 8 3 20 0 22 0 6800327 11330654208 816547 33554432000 4194304 4196468 140732329141728 140576920958944 140576916731605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24580096 140732329142977 140732329145751 140732329145751 140732329148367 0
[pid=25049/tid=25105] ppid=25046 vsize=11065092 CPUtime=9.75 cores=0,2,4,6,8,10,12,14
/proc/25049/task/25105/stat : 25105 (java) R 25046 25049 22965 0 -1 4202560 14958 12378 0 0 669 295 8 3 20 0 22 0 6800328 11330654208 816547 33554432000 4194304 4196468 140732329141728 140576842796248 140576901421299 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 24580096 140732329142977 140732329145751 140732329145751 140732329148367 0
[pid=25049/tid=25106] ppid=25046 vsize=11065092 CPUtime=9.82 cores=0,2,4,6,8,10,12,14
/proc/25049/task/25106/stat : 25106 (java) R 25046 25049 22965 0 -1 4202560 14258 12378 0 0 675 296 8 3 20 0 22 0 6800328 11330654208 816547 33554432000 4194304 4196468 140732329141728 140576841743704 140576901710995 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24580096 140732329142977 140732329145751 140732329145751 140732329148367 0
[pid=25049/tid=25107] ppid=25046 vsize=11065092 CPUtime=9.83 cores=0,2,4,6,8,10,12,14
/proc/25049/task/25107/stat : 25107 (java) R 25046 25049 22965 0 -1 4202560 21750 12378 0 0 668 304 8 3 20 0 22 0 6800328 11330654208 816547 33554432000 4194304 4196468 140732329141728 140576840690448 140576909825036 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 24580096 140732329142977 140732329145751 140732329145751 140732329148367 0
[pid=25049/tid=25108] ppid=25046 vsize=11065092 CPUtime=9.81 cores=0,2,4,6,8,10,12,14
/proc/25049/task/25108/stat : 25108 (java) R 25046 25049 22965 0 -1 4202560 16829 12378 0 0 668 302 8 3 20 0 22 0 6800328 11330654208 816547 33554432000 4194304 4196468 140732329141728 140576839638104 140576901421851 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24580096 140732329142977 140732329145751 140732329145751 140732329148367 0
[pid=25049/tid=25109] ppid=25046 vsize=11065092 CPUtime=9.79 cores=0,2,4,6,8,10,12,14
/proc/25049/task/25109/stat : 25109 (java) R 25046 25049 22965 0 -1 4202560 13359 12378 0 0 671 297 8 3 20 0 22 0 6800328 11330654208 816547 33554432000 4194304 4196468 140732329141728 140576838585048 140576901421311 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24580096 140732329142977 140732329145751 140732329145751 140732329148367 0
[pid=25049/tid=25110] ppid=25046 vsize=11065092 CPUtime=9.77 cores=0,2,4,6,8,10,12,14
/proc/25049/task/25110/stat : 25110 (java) R 25046 25049 22965 0 -1 1077944384 14565 12378 0 0 670 296 8 3 20 0 22 0 6800328 11330654208 816547 33554432000 4194304 4196468 140732329141728 140576837532304 140576916731605 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24580096 140732329142977 140732329145751 140732329145751 140732329148367 0
[pid=25049/tid=25111] ppid=25046 vsize=11065092 CPUtime=9.7 cores=0,2,4,6,8,10,12,14
/proc/25049/task/25111/stat : 25111 (java) R 25046 25049 22965 0 -1 4202560 12936 12378 0 0 663 296 8 3 20 0 22 0 6800328 11330654208 816547 33554432000 4194304 4196468 140732329141728 140576836479248 140576909825026 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24580096 140732329142977 140732329145751 140732329145751 140732329148367 0
[pid=25049/tid=25112] ppid=25046 vsize=11065092 CPUtime=9.79 cores=0,2,4,6,8,10,12,14
/proc/25049/task/25112/stat : 25112 (java) R 25046 25049 22965 0 -1 4202560 13386 12378 0 0 666 302 8 3 20 0 22 0 6800328 11330654208 816547 33554432000 4194304 4196468 140732329141728 140576835426592 140576909825026 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 24580096 140732329142977 140732329145751 140732329145751 140732329148367 0
[pid=25049/tid=25113] ppid=25046 vsize=11065092 CPUtime=0.86 cores=0,2,4,6,8,10,12,14
/proc/25049/task/25113/stat : 25113 (java) S 25046 25049 22965 0 -1 1077944384 50469 12378 0 0 60 15 8 3 20 0 22 0 6800330 11330654208 816547 33554432000 4194304 4196468 140732329141728 140576391316880 140576916731605 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24580096 140732329142977 140732329145751 140732329145751 140732329148367 0
[pid=25049/tid=25114] ppid=25046 vsize=11065092 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/25049/task/25114/stat : 25114 (java) S 25046 25049 22965 0 -1 1077944384 63 12378 0 0 0 0 8 3 20 0 22 0 6800331 11330654208 816547 33554432000 4194304 4196468 140732329141728 140576390264544 140576916731605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24580096 140732329142977 140732329145751 140732329145751 140732329148367 0
[pid=25049/tid=25115] ppid=25046 vsize=11065092 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/25049/task/25115/stat : 25115 (java) S 25046 25049 22965 0 -1 1077944384 48 12378 0 0 1 0 8 3 20 0 22 0 6800331 11330654208 816547 33554432000 4194304 4196468 140732329141728 140576389211392 140576916731605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24580096 140732329142977 140732329145751 140732329145751 140732329148367 0
[pid=25049/tid=25116] ppid=25046 vsize=11065092 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/25049/task/25116/stat : 25116 (java) S 25046 25049 22965 0 -1 1077944384 80 12378 0 0 0 0 8 3 20 0 22 0 6800335 11330654208 816547 33554432000 4194304 4196468 140732329141728 140576388159952 140576916739995 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24580096 140732329142977 140732329145751 140732329145751 140732329148367 0
[pid=25049/tid=25117] ppid=25046 vsize=11065092 CPUtime=6.29 cores=0,2,4,6,8,10,12,14
/proc/25049/task/25117/stat : 25117 (java) S 25046 25049 22965 0 -1 1077944384 23541 12378 0 0 614 4 8 3 20 0 22 0 6800335 11330654208 816547 33554432000 4194304 4196468 140732329141728 140576387107056 140576916732546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24580096 140732329142977 140732329145751 140732329145751 140732329148367 0
[pid=25049/tid=25118] ppid=25046 vsize=11065092 CPUtime=6.5 cores=0,2,4,6,8,10,12,14
/proc/25049/task/25118/stat : 25118 (java) S 25046 25049 22965 0 -1 1077944384 17168 12378 0 0 635 4 8 3 20 0 22 0 6800335 11330654208 816547 33554432000 4194304 4196468 140732329141728 140576386054512 140576916732546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24580096 140732329142977 140732329145751 140732329145751 140732329148367 0
[pid=25049/tid=25119] ppid=25046 vsize=11065092 CPUtime=7.03 cores=0,2,4,6,8,10,12,14
/proc/25049/task/25119/stat : 25119 (java) S 25046 25049 22965 0 -1 1077944384 16971 12378 0 0 689 3 8 3 20 0 22 0 6800335 11330654208 816547 33554432000 4194304 4196468 140732329141728 140576385001456 140576916732546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24580096 140732329142977 140732329145751 140732329145751 140732329148367 0
[pid=25049/tid=25120] ppid=25046 vsize=11065092 CPUtime=3.31 cores=0,2,4,6,8,10,12,14
/proc/25049/task/25120/stat : 25120 (java) S 25046 25049 22965 0 -1 1077944384 16734 12378 0 0 315 5 8 3 20 0 22 0 6800335 11330654208 816547 33554432000 4194304 4196468 140732329141728 140576383948912 140576916732546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24580096 140732329142977 140732329145751 140732329145751 140732329148367 0
[pid=25049/tid=25121] ppid=25046 vsize=11065092 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/25049/task/25121/stat : 25121 (java) S 25046 25049 22965 0 -1 1077944384 3 12378 0 0 0 0 8 3 20 0 22 0 6800335 11330654208 816547 33554432000 4194304 4196468 140732329141728 140576382897120 140576916731605 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 24580096 140732329142977 140732329145751 140732329145751 140732329148367 0
[pid=25049/tid=25122] ppid=25046 vsize=11065092 CPUtime=1.3 cores=0,2,4,6,8,10,12,14
/proc/25049/task/25122/stat : 25122 (java) S 25046 25049 22965 0 -1 1077944384 1397 12378 0 0 67 52 8 3 20 0 22 0 6800336 11330654208 816547 33554432000 4194304 4196468 140732329141728 140576381844656 140576916732546 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 24580096 140732329142977 140732329145751 140732329145751 140732329148367 0
[pid=25049/tid=25193] ppid=25046 vsize=11065092 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/25049/task/25193/stat : 25193 (java) S 25046 25049 22965 0 -1 1077944384 84 12378 0 0 0 0 8 3 20 0 22 0 7031315 11330654208 816547 33554432000 4194304 4196468 140732329141728 140576282370544 140576916731605 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 24580096 140732329142977 140732329145751 140732329145751 140732329148367 0
[pid=25049/tid=25194] ppid=25046 vsize=11065092 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/25049/task/25194/stat : 25194 (java) S 25046 25049 22965 0 -1 1077944384 25 12378 0 0 0 0 8 3 20 0 22 0 7031315 11330654208 816547 33554432000 4194304 4196468 140732329141728 140576281318720 140576916731605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24580096 140732329142977 140732329145751 140732329145751 140732329148367 0
Current children cumulated CPU time (s) 2400.69
Current children cumulated vsize (KiB) 11065092

[startup+2310.5 s]
/proc/loadavg: 2.04 1.65 1.65 3/283 25194
/proc/meminfo: memFree=27650784/32770624 swapFree=5700/363320
[pid=25049] ppid=25046 vsize=11065092 CPUtime=2403.23 cores=0,2,4,6,8,10,12,14
/proc/25049/stat : 25049 (java) S 25046 25049 22965 0 -1 1077944320 447856 12378 0 0 237785 2527 8 3 20 0 22 0 6800315 11330654208 816552 33554432000 4194304 4196468 140732329141728 140732329124272 140576916721399 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24580096 140732329142977 140732329145751 140732329145751 140732329148367 0
/proc/25049/statm: 2766273 816552 3522 1 0 2753828 0
[pid=25049/tid=25104] ppid=25046 vsize=11065092 CPUtime=2298.51 cores=0,2,4,6,8,10,12,14
/proc/25049/task/25104/stat : 25104 (java) S 25046 25049 22965 0 -1 1077944384 196611 12378 0 0 229768 72 8 3 20 0 22 0 6800327 11330654208 816552 33554432000 4194304 4196468 140732329141728 140576920958944 140576916731605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24580096 140732329142977 140732329145751 140732329145751 140732329148367 0
[pid=25049/tid=25105] ppid=25046 vsize=11065092 CPUtime=10.04 cores=0,2,4,6,8,10,12,14
/proc/25049/task/25105/stat : 25105 (java) R 25046 25049 22965 0 -1 4202560 14961 12378 0 0 698 295 8 3 20 0 22 0 6800328 11330654208 816552 33554432000 4194304 4196468 140732329141728 140576842796248 140576901706695 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24580096 140732329142977 140732329145751 140732329145751 140732329148367 0
[pid=25049/tid=25106] ppid=25046 vsize=11065092 CPUtime=10.14 cores=0,2,4,6,8,10,12,14
/proc/25049/task/25106/stat : 25106 (java) R 25046 25049 22965 0 -1 4202560 14259 12378 0 0 707 296 8 3 20 0 22 0 6800328 11330654208 816552 33554432000 4194304 4196468 140732329141728 140576841743704 140576901419174 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 24580096 140732329142977 140732329145751 140732329145751 140732329148367 0
[pid=25049/tid=25107] ppid=25046 vsize=11065092 CPUtime=10.13 cores=0,2,4,6,8,10,12,14
/proc/25049/task/25107/stat : 25107 (java) R 25046 25049 22965 0 -1 4202560 21752 12378 0 0 698 304 8 3 20 0 22 0 6800328 11330654208 816552 33554432000 4194304 4196468 140732329141728 140576840690336 140576901419012 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 24580096 140732329142977 140732329145751 140732329145751 140732329148367 0
[pid=25049/tid=25108] ppid=25046 vsize=11065092 CPUtime=10.12 cores=0,2,4,6,8,10,12,14
/proc/25049/task/25108/stat : 25108 (java) R 25046 25049 22965 0 -1 4202560 16834 12378 0 0 699 302 8 3 20 0 22 0 6800328 11330654208 816552 33554432000 4194304 4196468 140732329141728 140576839638104 140576901706695 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 24580096 140732329142977 140732329145751 140732329145751 140732329148367 0
[pid=25049/tid=25109] ppid=25046 vsize=11065092 CPUtime=10.1 cores=0,2,4,6,8,10,12,14
/proc/25049/task/25109/stat : 25109 (java) R 25046 25049 22965 0 -1 4202560 13363 12378 0 0 702 297 8 3 20 0 22 0 6800328 11330654208 816552 33554432000 4194304 4196468 140732329141728 140576838585048 140576901419151 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24580096 140732329142977 140732329145751 140732329145751 140732329148367 0
[pid=25049/tid=25110] ppid=25046 vsize=11065092 CPUtime=10.07 cores=0,2,4,6,8,10,12,14
/proc/25049/task/25110/stat : 25110 (java) R 25046 25049 22965 0 -1 4202560 14566 12378 0 0 700 296 8 3 20 0 22 0 6800328 11330654208 816552 33554432000 4194304 4196468 140732329141728 140576837532504 140576898318422 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24580096 140732329142977 140732329145751 140732329145751 140732329148367 0
[pid=25049/tid=25111] ppid=25046 vsize=11065092 CPUtime=10.02 cores=0,2,4,6,8,10,12,14
/proc/25049/task/25111/stat : 25111 (java) R 25046 25049 22965 0 -1 4202560 12938 12378 0 0 695 296 8 3 20 0 22 0 6800328 11330654208 816552 33554432000 4194304 4196468 140732329141728 140576836479448 140576898317340 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24580096 140732329142977 140732329145751 140732329145751 140732329148367 0
[pid=25049/tid=25112] ppid=25046 vsize=11065092 CPUtime=10.11 cores=0,2,4,6,8,10,12,14
/proc/25049/task/25112/stat : 25112 (java) R 25046 25049 22965 0 -1 4202560 13392 12378 0 0 698 302 8 3 20 0 22 0 6800328 11330654208 816552 33554432000 4194304 4196468 140732329141728 140576835426904 140576901672004 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 24580096 140732329142977 140732329145751 140732329145751 140732329148367 0
[pid=25049/tid=25113] ppid=25046 vsize=11065092 CPUtime=0.92 cores=0,2,4,6,8,10,12,14
/proc/25049/task/25113/stat : 25113 (java) S 25046 25049 22965 0 -1 1077944384 50932 12378 0 0 66 15 8 3 20 0 22 0 6800330 11330654208 816552 33554432000 4194304 4196468 140732329141728 140576391316656 140576916731605 0 0 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 24580096 140732329142977 140732329145751 140732329145751 140732329148367 0
[pid=25049/tid=25114] ppid=25046 vsize=11065092 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/25049/task/25114/stat : 25114 (java) S 25046 25049 22965 0 -1 1077944384 65 12378 0 0 0 0 8 3 20 0 22 0 6800331 11330654208 816552 33554432000 4194304 4196468 140732329141728 140576390264176 140576916731605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24580096 140732329142977 140732329145751 140732329145751 140732329148367 0
[pid=25049/tid=25115] ppid=25046 vsize=11065092 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/25049/task/25115/stat : 25115 (java) S 25046 25049 22965 0 -1 1077944384 48 12378 0 0 1 0 8 3 20 0 22 0 6800331 11330654208 816552 33554432000 4194304 4196468 140732329141728 140576389211392 140576916731605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24580096 140732329142977 140732329145751 140732329145751 140732329148367 0
[pid=25049/tid=25116] ppid=25046 vsize=11065092 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/25049/task/25116/stat : 25116 (java) S 25046 25049 22965 0 -1 1077944384 80 12378 0 0 0 0 8 3 20 0 22 0 6800335 11330654208 816552 33554432000 4194304 4196468 140732329141728 140576388159952 140576916739995 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24580096 140732329142977 140732329145751 140732329145751 140732329148367 0
[pid=25049/tid=25117] ppid=25046 vsize=11065092 CPUtime=6.29 cores=0,2,4,6,8,10,12,14
/proc/25049/task/25117/stat : 25117 (java) S 25046 25049 22965 0 -1 1077944384 23541 12378 0 0 614 4 8 3 20 0 22 0 6800335 11330654208 816552 33554432000 4194304 4196468 140732329141728 140576387107056 140576916732546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24580096 140732329142977 140732329145751 140732329145751 140732329148367 0
[pid=25049/tid=25118] ppid=25046 vsize=11065092 CPUtime=6.5 cores=0,2,4,6,8,10,12,14
/proc/25049/task/25118/stat : 25118 (java) S 25046 25049 22965 0 -1 1077944384 17168 12378 0 0 635 4 8 3 20 0 22 0 6800335 11330654208 816552 33554432000 4194304 4196468 140732329141728 140576386054512 140576916732546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24580096 140732329142977 140732329145751 140732329145751 140732329148367 0
[pid=25049/tid=25119] ppid=25046 vsize=11065092 CPUtime=7.03 cores=0,2,4,6,8,10,12,14
/proc/25049/task/25119/stat : 25119 (java) S 25046 25049 22965 0 -1 1077944384 16971 12378 0 0 689 3 8 3 20 0 22 0 6800335 11330654208 816552 33554432000 4194304 4196468 140732329141728 140576385001456 140576916732546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24580096 140732329142977 140732329145751 140732329145751 140732329148367 0
[pid=25049/tid=25120] ppid=25046 vsize=11065092 CPUtime=3.31 cores=0,2,4,6,8,10,12,14
/proc/25049/task/25120/stat : 25120 (java) S 25046 25049 22965 0 -1 1077944384 16734 12378 0 0 315 5 8 3 20 0 22 0 6800335 11330654208 816552 33554432000 4194304 4196468 140732329141728 140576383948912 140576916732546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24580096 140732329142977 140732329145751 140732329145751 140732329148367 0
[pid=25049/tid=25121] ppid=25046 vsize=11065092 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/25049/task/25121/stat : 25121 (java) S 25046 25049 22965 0 -1 1077944384 3 12378 0 0 0 0 8 3 20 0 22 0 6800335 11330654208 816552 33554432000 4194304 4196468 140732329141728 140576382897120 140576916731605 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 24580096 140732329142977 140732329145751 140732329145751 140732329148367 0
[pid=25049/tid=25122] ppid=25046 vsize=11065092 CPUtime=1.3 cores=0,2,4,6,8,10,12,14
/proc/25049/task/25122/stat : 25122 (java) S 25046 25049 22965 0 -1 1077944384 1397 12378 0 0 67 52 8 3 20 0 22 0 6800336 11330654208 816552 33554432000 4194304 4196468 140732329141728 140576381844656 140576916732546 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 24580096 140732329142977 140732329145751 140732329145751 140732329148367 0
[pid=25049/tid=25193] ppid=25046 vsize=11065092 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/25049/task/25193/stat : 25193 (java) S 25046 25049 22965 0 -1 1077944384 84 12378 0 0 0 0 8 3 20 0 22 0 7031315 11330654208 816552 33554432000 4194304 4196468 140732329141728 140576282370544 140576916731605 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 24580096 140732329142977 140732329145751 140732329145751 140732329148367 0
[pid=25049/tid=25194] ppid=25046 vsize=11065092 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/25049/task/25194/stat : 25194 (java) S 25046 25049 22965 0 -1 1077944384 28 12378 0 0 0 0 8 3 20 0 22 0 7031315 11330654208 816552 33554432000 4194304 4196468 140732329141728 140576281318720 140576916731605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24580096 140732329142977 140732329145751 140732329145751 140732329148367 0
Current children cumulated CPU time (s) 2403.23
Current children cumulated vsize (KiB) 11065092

Child status: 143
Real time (s): 2310.57
CPU time (s): 2403.53
CPU user time (s): 2378.2
CPU system time (s): 25.3341
CPU usage (%): 104.023
Max. virtual memory (cumulated for all children) (KiB): 11065092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2378.2
system time used= 25.3341
maximum resident set size= 3343252
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 460379
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2744
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 78781
involuntary context switches= 126236

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.0316 second user time and 19.0665 second system time

The end

Launcher Data

Begin job on node130 at 2017-07-22 11:22:08
IDJOB=4246457
IDBENCH=125565
IDSOLVER=2630
FILE ID=node130/4246457-1500715328
RUNJOBID= node130-1500712981-22996
PBS_JOBID= 20623351
Free space on /tmp= 61856 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/DeBruijnSequence/DeBruijnSequence-m1-s1/DeBruijnSequence-04-05.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4246457-1500715328/watcher-4246457-1500715328 -o /tmp/evaluation-result-4246457-1500715328/solver-4246457-1500715328 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node130-1500712981-22996 --watchdog 2560  bin/concrete HOME/instance-4246457-1500715328.xml

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

MD5SUM BENCH= 7198b26315477549e19a49cdd0865ba2
RANDOM SEED=587442613

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

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

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

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

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

processor	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2400.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.34
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		: 1867.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:        31418824 kB
MemAvailable:   31816156 kB
Buffers:          138636 kB
Cached:           538468 kB
SwapCached:            0 kB
Active:           546452 kB
Inactive:         369612 kB
Active(anon):     241892 kB
Inactive(anon):     8844 kB
Active(file):     304560 kB
Inactive(file):   360768 kB
Unevictable:        5700 kB
Mlocked:            5700 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             49080 kB
Writeback:             0 kB
AnonPages:        250768 kB
Mapped:            43680 kB
Shmem:              8844 kB
Slab:             129896 kB
SReclaimable:      95676 kB
SUnreclaim:        34220 kB
KernelStack:        4880 kB
PageTables:         6072 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1080848 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    108544 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= 61832 MiB
End job on node130 at 2017-07-22 12:00:39