Trace number 4248014

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
R1: Concrete 3.4? (TO) 2403.83 2350.24

General information on the benchmark

NameQueenAttacking/QueenAttacking-m1-s1/
QueenAttacking-19.xml
MD5SUM30814e96d0bc4cf3d8fc4c07c399f55d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables434
Number of constraints433
Number of domains2
Minimum domain size2
Maximum domain size361
Distribution of domain sizes[{"size":2,"count":72},{"size":361,"count":362}]
Minimum variable degree2
Maximum variable degree72
Distribution of variable degrees[{"degree":2,"count":74},{"degree":3,"count":287},{"degree":4,"count":72},{"degree":72,"count":1}]
Minimum constraint arity2
Maximum constraint arity361
Distribution of constraint arities[{"arity":2,"count":360},{"arity":3,"count":72},{"arity":361,"count":1}]
Number of extensional constraints0
Number of intensional constraints432
Distribution of constraint types[{"type":"intension","count":432},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

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

pid=25456
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.34 1.55 1.43 2/236 25459
/proc/meminfo: memFree=31599236/32770624 swapFree=5892/188568
[pid=25459] ppid=25456 vsize=9508 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/25459/stat : 25459 (bash) S 25456 25459 25140 0 -1 4202496 686 1533 0 0 0 0 0 0 20 0 1 0 14991078 9736192 350 33554432000 4194304 5098028 140724822457120 140724822454760 139963548986368 0 0 4100 65536 18446744071580971376 0 0 17 8 0 0 0 0 0 7196144 7232144 40099840 140724822459662 140724822459747 140724822459747 140724822462446 0
/proc/25459/statm: 2377 350 278 221 0 86 0

[startup+0.100099 s]
/proc/loadavg: 1.34 1.55 1.43 2/236 25459
/proc/meminfo: memFree=31599236/32770624 swapFree=5892/188568
[pid=25459] ppid=25456 vsize=9640 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/25459/stat : 25459 (bash) S 25456 25459 25140 0 -1 4202496 878 6420 0 0 0 0 0 1 20 0 1 0 14991078 9871360 377 33554432000 4194304 5098028 140724822457120 140724822451128 139963548986368 0 0 4100 65536 18446744071580971376 0 0 17 8 0 0 0 0 0 7196144 7232144 40099840 140724822459662 140724822459747 140724822459747 140724822462446 0
/proc/25459/statm: 2410 377 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.20026 s]
/proc/loadavg: 1.34 1.55 1.43 2/236 25459
/proc/meminfo: memFree=31599236/32770624 swapFree=5892/188568
[pid=25459] ppid=25456 vsize=10835244 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/25459/stat : 25459 (java) S 25456 25459 25140 0 -1 1077944320 5666 12449 0 0 7 1 7 4 20 0 19 0 14991078 11095289856 5940 33554432000 4194304 4196468 140726621597952 140726621580496 139867158531831 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 22261760 140726621600449 140726621603223 140726621603223 140726621605839 0
/proc/25459/statm: 2708811 5940 2591 1 0 2697249 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 10835244

[startup+0.300318 s]
/proc/loadavg: 1.34 1.55 1.43 2/236 25459
/proc/meminfo: memFree=31599236/32770624 swapFree=5892/188568
[pid=25459] ppid=25456 vsize=10902392 CPUtime=0.36 cores=0,2,4,6,8,10,12,14
/proc/25459/stat : 25459 (java) S 25456 25459 25140 0 -1 1077944320 9537 12449 0 0 23 2 7 4 20 0 20 0 14991078 11164049408 10588 33554432000 4194304 4196468 140726621597952 140726621580496 139867158531831 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 22261760 140726621600449 140726621603223 140726621603223 140726621605839 0
/proc/25459/statm: 2725598 10588 2975 1 0 2713890 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 10902392

[startup+0.700131 s]
/proc/loadavg: 1.34 1.55 1.43 2/236 25459
/proc/meminfo: memFree=31599236/32770624 swapFree=5892/188568
[pid=25459] ppid=25456 vsize=10902720 CPUtime=0.97 cores=0,2,4,6,8,10,12,14
/proc/25459/stat : 25459 (java) S 25456 25459 25140 0 -1 1077944320 12994 12449 0 0 83 3 7 4 20 0 20 0 14991078 11164385280 16323 33554432000 4194304 4196468 140726621597952 140726621580496 139867158531831 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 22261760 140726621600449 140726621603223 140726621603223 140726621605839 0
/proc/25459/statm: 2725680 16323 3231 1 0 2713890 0
Current children cumulated CPU time (s) 0.97
Current children cumulated vsize (KiB) 10902720

[startup+1.50122 s]
/proc/loadavg: 1.34 1.55 1.43 3/281 25614
/proc/meminfo: memFree=31391068/32770624 swapFree=5892/183264
[pid=25459] ppid=25456 vsize=10915392 CPUtime=2.32 cores=0,2,4,6,8,10,12,14
/proc/25459/stat : 25459 (java) S 25456 25459 25140 0 -1 1077944320 27764 12449 0 0 209 12 7 4 20 0 20 0 14991078 11177361408 44019 33554432000 4194304 4196468 140726621597952 140726621580496 139867158531831 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 22261760 140726621600449 140726621603223 140726621603223 140726621605839 0
/proc/25459/statm: 2728848 44019 3406 1 0 2716962 0
[pid=25459/tid=25567] ppid=25456 vsize=10915392 CPUtime=1.43 cores=0,2,4,6,8,10,12,14
/proc/25459/task/25567/stat : 25567 (java) R 25456 25459 25140 0 -1 4202560 19733 12449 0 0 127 5 7 4 20 0 20 0 14991091 11177361408 44019 33554432000 4194304 4196468 140726621597952 139867162759040 139867158543766 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 22261760 140726621600449 140726621603223 140726621603223 140726621605839 0
[pid=25459/tid=25568] ppid=25456 vsize=10915392 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/25459/task/25568/stat : 25568 (java) S 25456 25459 25140 0 -1 1077944384 18 12449 0 0 0 0 7 4 20 0 20 0 14991092 11177361408 44019 33554432000 4194304 4196468 140726621597952 139867095223056 139867158542037 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 22261760 140726621600449 140726621603223 140726621603223 140726621605839 0
[pid=25459/tid=25569] ppid=25456 vsize=10915392 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/25459/task/25569/stat : 25569 (java) S 25456 25459 25140 0 -1 1077944384 19 12449 0 0 0 0 7 4 20 0 20 0 14991092 11177361408 44019 33554432000 4194304 4196468 140726621597952 139867094170512 139867158542037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22261760 140726621600449 140726621603223 140726621603223 140726621605839 0
[pid=25459/tid=25570] ppid=25456 vsize=10915392 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/25459/task/25570/stat : 25570 (java) S 25456 25459 25140 0 -1 1077944384 131 12449 0 0 1 0 7 4 20 0 20 0 14991092 11177361408 44019 33554432000 4194304 4196468 140726621597952 139867093117968 139867158542037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22261760 140726621600449 140726621603223 140726621603223 140726621605839 0
[pid=25459/tid=25571] ppid=25456 vsize=10915392 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/25459/task/25571/stat : 25571 (java) S 25456 25459 25140 0 -1 1077944384 54 12449 0 0 1 0 7 4 20 0 20 0 14991092 11177361408 44019 33554432000 4194304 4196468 140726621597952 139867092065424 139867158542037 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 22261760 140726621600449 140726621603223 140726621603223 140726621605839 0
[pid=25459/tid=25572] ppid=25456 vsize=10915392 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/25459/task/25572/stat : 25572 (java) S 25456 25459 25140 0 -1 1077944384 31 12449 0 0 0 0 7 4 20 0 20 0 14991092 11177361408 44019 33554432000 4194304 4196468 140726621597952 139867091011856 139867158542037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22261760 140726621600449 140726621603223 140726621603223 140726621605839 0
[pid=25459/tid=25573] ppid=25456 vsize=10915392 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/25459/task/25573/stat : 25573 (java) S 25456 25459 25140 0 -1 1077944384 10 12449 0 0 0 0 7 4 20 0 20 0 14991092 11177361408 44043 33554432000 4194304 4196468 140726621597952 139867089959312 139867158542037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22261760 140726621600449 140726621603223 140726621603223 140726621605839 0
[pid=25459/tid=25574] ppid=25456 vsize=10915392 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/25459/task/25574/stat : 25574 (java) S 25456 25459 25140 0 -1 1077944384 30 12449 0 0 1 0 7 4 20 0 20 0 14991092 11177361408 44043 33554432000 4194304 4196468 140726621597952 139867088906768 139867158542037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22261760 140726621600449 140726621603223 140726621603223 140726621605839 0
[pid=25459/tid=25575] ppid=25456 vsize=10915392 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/25459/task/25575/stat : 25575 (java) S 25456 25459 25140 0 -1 1077944384 34 12449 0 0 1 0 7 4 20 0 20 0 14991092 11177361408 44043 33554432000 4194304 4196468 140726621597952 139867087854224 139867158542037 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 22261760 140726621600449 140726621603223 140726621603223 140726621605839 0
[pid=25459/tid=25576] ppid=25456 vsize=10915392 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/25459/task/25576/stat : 25576 (java) S 25456 25459 25140 0 -1 1077944384 1470 12449 0 0 1 0 7 4 20 0 20 0 14991093 11177361408 44043 33554432000 4194304 4196468 140726621597952 139866633071088 139867158542978 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22261760 140726621600449 140726621603223 140726621603223 140726621605839 0
[pid=25459/tid=25577] ppid=25456 vsize=10915392 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/25459/task/25577/stat : 25577 (java) S 25456 25459 25140 0 -1 1077944384 56 12449 0 0 0 0 7 4 20 0 20 0 14991094 11177361408 44043 33554432000 4194304 4196468 140726621597952 139866632017312 139867158542037 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 22261760 140726621600449 140726621603223 140726621603223 140726621605839 0
[pid=25459/tid=25583] ppid=25456 vsize=10915392 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/25459/task/25583/stat : 25583 (java) S 25456 25459 25140 0 -1 1077944384 46 12449 0 0 0 0 7 4 20 0 20 0 14991094 11177361408 44043 33554432000 4194304 4196468 140726621597952 139866630964720 139867158542037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22261760 140726621600449 140726621603223 140726621603223 140726621605839 0
[pid=25459/tid=25598] ppid=25456 vsize=10915392 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/25459/task/25598/stat : 25598 (java) S 25456 25459 25140 0 -1 1077944384 1 12449 0 0 0 0 7 4 20 0 20 0 14991098 11177361408 44043 33554432000 4194304 4196468 140726621597952 139866629913296 139867158550427 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 22261760 140726621600449 140726621603223 140726621603223 140726621605839 0
[pid=25459/tid=25599] ppid=25456 vsize=10915392 CPUtime=0.29 cores=0,2,4,6,8,10,12,14
/proc/25459/task/25599/stat : 25599 (java) S 25456 25459 25140 0 -1 1077944384 1674 12449 0 0 18 0 7 4 20 0 20 0 14991098 11177361408 44043 33554432000 4194304 4196468 140726621597952 139866628859888 139867158542978 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 22261760 140726621600449 140726621603223 140726621603223 140726621605839 0
[pid=25459/tid=25600] ppid=25456 vsize=10915392 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/25459/task/25600/stat : 25600 (java) S 25456 25459 25140 0 -1 1077944384 372 12449 0 0 12 0 7 4 20 0 20 0 14991098 11177361408 44043 33554432000 4194304 4196468 140726621597952 139866627807344 139867158542978 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22261760 140726621600449 140726621603223 140726621603223 140726621605839 0
[pid=25459/tid=25601] ppid=25456 vsize=10915392 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/25459/task/25601/stat : 25601 (java) R 25456 25459 25140 0 -1 1077944384 583 12449 0 0 12 0 7 4 20 0 20 0 14991098 11177361408 44043 33554432000 4194304 4196468 140726621597952 139866626754800 139867158542978 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 22261760 140726621600449 140726621603223 140726621603223 140726621605839 0
[pid=25459/tid=25602] ppid=25456 vsize=10915392 CPUtime=0.38 cores=0,2,4,6,8,10,12,14
/proc/25459/task/25602/stat : 25602 (java) S 25456 25459 25140 0 -1 1077944384 1366 12449 0 0 27 0 7 4 20 0 20 0 14991098 11177361408 44043 33554432000 4194304 4196468 140726621597952 139866625702256 139867158542978 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22261760 140726621600449 140726621603223 140726621603223 140726621605839 0
[pid=25459/tid=25603] ppid=25456 vsize=10915392 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/25459/task/25603/stat : 25603 (java) S 25456 25459 25140 0 -1 1077944384 3 12449 0 0 0 0 7 4 20 0 20 0 14991098 11177361408 44043 33554432000 4194304 4196468 140726621597952 139866624649952 139867158542037 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 22261760 140726621600449 140726621603223 140726621603223 140726621605839 0
[pid=25459/tid=25604] ppid=25456 vsize=10915392 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/25459/task/25604/stat : 25604 (java) S 25456 25459 25140 0 -1 1077944384 6 12449 0 0 0 0 7 4 20 0 20 0 14991099 11177361408 44043 33554432000 4194304 4196468 140726621597952 139866623597488 139867158542978 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22261760 140726621600449 140726621603223 140726621603223 140726621605839 0
Current children cumulated CPU time (s) 2.32
Current children cumulated vsize (KiB) 10915392

[startup+3.10079 s]
/proc/loadavg: 1.34 1.55 1.43 8/281 25614
/proc/meminfo: memFree=31232016/32770624 swapFree=5892/183264
[pid=25459] ppid=25456 vsize=10925820 CPUtime=6.25 cores=0,2,4,6,8,10,12,14
/proc/25459/stat : 25459 (java) S 25456 25459 25140 0 -1 1077944320 47421 12449 0 0 595 19 7 4 20 0 20 0 14991078 11188039680 55458 33554432000 4194304 4196468 140726621597952 140726621580496 139867158531831 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 22261760 140726621600449 140726621603223 140726621603223 140726621605839 0
/proc/25459/statm: 2731455 55458 3475 1 0 2719010 0
[pid=25459/tid=25567] ppid=25456 vsize=10925820 CPUtime=3.02 cores=0,2,4,6,8,10,12,14
/proc/25459/task/25567/stat : 25567 (java) R 25456 25459 25140 0 -1 4202560 31719 12449 0 0 284 7 7 4 20 0 20 0 14991091 11188039680 55458 33554432000 4194304 4196468 140726621597952 139867162763432 139866768741279 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 22261760 140726621600449 140726621603223 140726621603223 140726621605839 0
[pid=25459/tid=25568] ppid=25456 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/25459/task/25568/stat : 25568 (java) S 25456 25459 25140 0 -1 1077944384 18 12449 0 0 0 0 7 4 20 0 20 0 14991092 11188039680 55458 33554432000 4194304 4196468 140726621597952 139867095223056 139867158542037 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 22261760 140726621600449 140726621603223 140726621603223 140726621605839 0
[pid=25459/tid=25569] ppid=25456 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/25459/task/25569/stat : 25569 (java) S 25456 25459 25140 0 -1 1077944384 19 12449 0 0 0 0 7 4 20 0 20 0 14991092 11188039680 55458 33554432000 4194304 4196468 140726621597952 139867094170512 139867158542037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22261760 140726621600449 140726621603223 140726621603223 140726621605839 0
[pid=25459/tid=25570] ppid=25456 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/25459/task/25570/stat : 25570 (java) S 25456 25459 25140 0 -1 1077944384 131 12449 0 0 1 0 7 4 20 0 20 0 14991092 11188039680 55458 33554432000 4194304 4196468 140726621597952 139867093117968 139867158542037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22261760 140726621600449 140726621603223 140726621603223 140726621605839 0
[pid=25459/tid=25571] ppid=25456 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/25459/task/25571/stat : 25571 (java) S 25456 25459 25140 0 -1 1077944384 54 12449 0 0 1 0 7 4 20 0 20 0 14991092 11188039680 55458 33554432000 4194304 4196468 140726621597952 139867092065424 139867158542037 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 22261760 140726621600449 140726621603223 140726621603223 140726621605839 0
[pid=25459/tid=25572] ppid=25456 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/25459/task/25572/stat : 25572 (java) S 25456 25459 25140 0 -1 1077944384 31 12449 0 0 0 0 7 4 20 0 20 0 14991092 11188039680 55458 33554432000 4194304 4196468 140726621597952 139867091011856 139867158542037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22261760 140726621600449 140726621603223 140726621603223 140726621605839 0
[pid=25459/tid=25573] ppid=25456 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/25459/task/25573/stat : 25573 (java) S 25456 25459 25140 0 -1 1077944384 10 12449 0 0 0 0 7 4 20 0 20 0 14991092 11188039680 55458 33554432000 4194304 4196468 140726621597952 139867089959312 139867158542037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22261760 140726621600449 140726621603223 140726621603223 140726621605839 0
[pid=25459/tid=25574] ppid=25456 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/25459/task/25574/stat : 25574 (java) S 25456 25459 25140 0 -1 1077944384 30 12449 0 0 1 0 7 4 20 0 20 0 14991092 11188039680 55458 33554432000 4194304 4196468 140726621597952 139867088906768 139867158542037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22261760 140726621600449 140726621603223 140726621603223 140726621605839 0
[pid=25459/tid=25575] ppid=25456 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/25459/task/25575/stat : 25575 (java) S 25456 25459 25140 0 -1 1077944384 34 12449 0 0 1 0 7 4 20 0 20 0 14991092 11188039680 55458 33554432000 4194304 4196468 140726621597952 139867087854224 139867158542037 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 22261760 140726621600449 140726621603223 140726621603223 140726621605839 0
[pid=25459/tid=25576] ppid=25456 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/25459/task/25576/stat : 25576 (java) S 25456 25459 25140 0 -1 1077944384 1506 12449 0 0 1 0 7 4 20 0 20 0 14991093 11188039680 55458 33554432000 4194304 4196468 140726621597952 139866633071088 139867158542978 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22261760 140726621600449 140726621603223 140726621603223 140726621605839 0
[pid=25459/tid=25577] ppid=25456 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/25459/task/25577/stat : 25577 (java) S 25456 25459 25140 0 -1 1077944384 56 12449 0 0 0 0 7 4 20 0 20 0 14991094 11188039680 55458 33554432000 4194304 4196468 140726621597952 139866632017312 139867158542037 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 22261760 140726621600449 140726621603223 140726621603223 140726621605839 0
[pid=25459/tid=25583] ppid=25456 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/25459/task/25583/stat : 25583 (java) S 25456 25459 25140 0 -1 1077944384 46 12449 0 0 0 0 7 4 20 0 20 0 14991094 11188039680 55458 33554432000 4194304 4196468 140726621597952 139866630964720 139867158542037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22261760 140726621600449 140726621603223 140726621603223 140726621605839 0
[pid=25459/tid=25598] ppid=25456 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/25459/task/25598/stat : 25598 (java) S 25456 25459 25140 0 -1 1077944384 1 12449 0 0 0 0 7 4 20 0 20 0 14991098 11188039680 55458 33554432000 4194304 4196468 140726621597952 139866629913296 139867158550427 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 22261760 140726621600449 140726621603223 140726621603223 140726621605839 0
[pid=25459/tid=25599] ppid=25456 vsize=10925820 CPUtime=0.69 cores=0,2,4,6,8,10,12,14
/proc/25459/task/25599/stat : 25599 (java) R 25456 25459 25140 0 -1 4202560 2375 12449 0 0 57 1 7 4 20 0 20 0 14991098 11188039680 55458 33554432000 4194304 4196468 140726621597952 139866628860184 139867142842308 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 22261760 140726621600449 140726621603223 140726621603223 140726621605839 0
[pid=25459/tid=25600] ppid=25456 vsize=10925820 CPUtime=0.98 cores=0,2,4,6,8,10,12,14
/proc/25459/task/25600/stat : 25600 (java) S 25456 25459 25140 0 -1 1077944384 4002 12449 0 0 86 1 7 4 20 0 20 0 14991098 11188039680 55458 33554432000 4194304 4196468 140726621597952 139866627807344 139867158542978 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22261760 140726621600449 140726621603223 140726621603223 140726621605839 0
[pid=25459/tid=25601] ppid=25456 vsize=10925820 CPUtime=0.7 cores=0,2,4,6,8,10,12,14
/proc/25459/task/25601/stat : 25601 (java) S 25456 25459 25140 0 -1 1077944384 1524 12449 0 0 57 2 7 4 20 0 20 0 14991098 11188039680 55458 33554432000 4194304 4196468 140726621597952 139866626754800 139867158542978 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22261760 140726621600449 140726621603223 140726621603223 140726621605839 0
[pid=25459/tid=25602] ppid=25456 vsize=10925820 CPUtime=1.1 cores=0,2,4,6,8,10,12,14
/proc/25459/task/25602/stat : 25602 (java) S 25456 25459 25140 0 -1 1077944384 3727 12449 0 0 98 1 7 4 20 0 20 0 14991098 11188039680 55458 33554432000 4194304 4196468 140726621597952 139866625702256 139867158542978 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 22261760 140726621600449 140726621603223 140726621603223 140726621605839 0
[pid=25459/tid=25603] ppid=25456 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/25459/task/25603/stat : 25603 (java) S 25456 25459 25140 0 -1 1077944384 3 12449 0 0 0 0 7 4 20 0 20 0 14991098 11188039680 55458 33554432000 4194304 4196468 140726621597952 139866624649952 139867158542037 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 22261760 140726621600449 140726621603223 140726621603223 140726621605839 0
[pid=25459/tid=25604] ppid=25456 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/25459/task/25604/stat : 25604 (java) S 25456 25459 25140 0 -1 1077944384 7 12449 0 0 0 0 7 4 20 0 20 0 14991099 11188039680 55458 33554432000 4194304 4196468 140726621597952 139866623597488 139867158542978 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 22261760 140726621600449 140726621603223 140726621603223 140726621605839 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 10925820

[startup+6.30084 s]
/proc/loadavg: 1.63 1.61 1.45 3/281 25614
/proc/meminfo: memFree=30836968/32770624 swapFree=5892/183260
[pid=25459] ppid=25456 vsize=10925820 CPUtime=10.62 cores=0,2,4,6,8,10,12,14
/proc/25459/stat : 25459 (java) S 25456 25459 25140 0 -1 1077944320 49332 12449 0 0 1025 26 7 4 20 0 20 0 14991078 11188039680 77170 33554432000 4194304 4196468 140726621597952 140726621580496 139867158531831 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 22261760 140726621600449 140726621603223 140726621603223 140726621605839 0
/proc/25459/statm: 2731455 77170 3477 1 0 2719010 0
[pid=25459/tid=25567] ppid=25456 vsize=10925820 CPUtime=6.2 cores=0,2,4,6,8,10,12,14
/proc/25459/task/25567/stat : 25567 (java) R 25456 25459 25140 0 -1 4202560 32130 12449 0 0 601 8 7 4 20 0 20 0 14991091 11188039680 77170 33554432000 4194304 4196468 140726621597952 139867162762296 139866775723335 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 22261760 140726621600449 140726621603223 140726621603223 140726621605839 0
[pid=25459/tid=25568] ppid=25456 vsize=10925820 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/25459/task/25568/stat : 25568 (java) S 25456 25459 25140 0 -1 1077944384 27 12449 0 0 1 1 7 4 20 0 20 0 14991092 11188039680 77170 33554432000 4194304 4196468 140726621597952 139867095223056 139867158542037 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 22261760 140726621600449 140726621603223 140726621603223 140726621605839 0
[pid=25459/tid=25569] ppid=25456 vsize=10925820 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/25459/task/25569/stat : 25569 (java) S 25456 25459 25140 0 -1 1077944384 29 12449 0 0 1 1 7 4 20 0 20 0 14991092 11188039680 77170 33554432000 4194304 4196468 140726621597952 139867094170512 139867158542037 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 22261760 140726621600449 140726621603223 140726621603223 140726621605839 0
[pid=25459/tid=25570] ppid=25456 vsize=10925820 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/25459/task/25570/stat : 25570 (java) S 25456 25459 25140 0 -1 1077944384 193 12449 0 0 1 1 7 4 20 0 20 0 14991092 11188039680 77170 33554432000 4194304 4196468 140726621597952 139867093117968 139867158542037 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 22261760 140726621600449 140726621603223 140726621603223 140726621605839 0
[pid=25459/tid=25571] ppid=25456 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/25459/task/25571/stat : 25571 (java) S 25456 25459 25140 0 -1 1077944384 61 12449 0 0 1 0 7 4 20 0 20 0 14991092 11188039680 77170 33554432000 4194304 4196468 140726621597952 139867092065424 139867158542037 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 22261760 140726621600449 140726621603223 140726621603223 140726621605839 0
[pid=25459/tid=25572] ppid=25456 vsize=10925820 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/25459/task/25572/stat : 25572 (java) S 25456 25459 25140 0 -1 1077944384 46 12449 0 0 1 1 7 4 20 0 20 0 14991092 11188039680 77170 33554432000 4194304 4196468 140726621597952 139867091011856 139867158542037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22261760 140726621600449 140726621603223 140726621603223 140726621605839 0
[pid=25459/tid=25573] ppid=25456 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/25459/task/25573/stat : 25573 (java) S 25456 25459 25140 0 -1 1077944384 18 12449 0 0 1 0 7 4 20 0 20 0 14991092 11188039680 77170 33554432000 4194304 4196468 140726621597952 139867089959312 139867158542037 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 22261760 140726621600449 140726621603223 140726621603223 140726621605839 0
[pid=25459/tid=25574] ppid=25456 vsize=10925820 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/25459/task/25574/stat : 25574 (java) S 25456 25459 25140 0 -1 1077944384 51 12449 0 0 1 1 7 4 20 0 20 0 14991092 11188039680 77170 33554432000 4194304 4196468 140726621597952 139867088906768 139867158542037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22261760 140726621600449 140726621603223 140726621603223 140726621605839 0
[pid=25459/tid=25575] ppid=25456 vsize=10925820 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/25459/task/25575/stat : 25575 (java) S 25456 25459 25140 0 -1 1077944384 49 12449 0 0 1 1 7 4 20 0 20 0 14991092 11188039680 77170 33554432000 4194304 4196468 140726621597952 139867087854224 139867158542037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22261760 140726621600449 140726621603223 140726621603223 140726621605839 0
[pid=25459/tid=25576] ppid=25456 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/25459/task/25576/stat : 25576 (java) S 25456 25459 25140 0 -1 1077944384 1528 12449 0 0 1 0 7 4 20 0 20 0 14991093 11188039680 77170 33554432000 4194304 4196468 140726621597952 139866633071088 139867158542978 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22261760 140726621600449 140726621603223 140726621603223 140726621605839 0
[pid=25459/tid=25577] ppid=25456 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/25459/task/25577/stat : 25577 (java) S 25456 25459 25140 0 -1 1077944384 56 12449 0 0 0 0 7 4 20 0 20 0 14991094 11188039680 77170 33554432000 4194304 4196468 140726621597952 139866632017376 139867158542037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22261760 140726621600449 140726621603223 140726621603223 140726621605839 0
[pid=25459/tid=25583] ppid=25456 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/25459/task/25583/stat : 25583 (java) S 25456 25459 25140 0 -1 1077944384 46 12449 0 0 1 0 7 4 20 0 20 0 14991094 11188039680 77170 33554432000 4194304 4196468 140726621597952 139866630964736 139867158542037 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 22261760 140726621600449 140726621603223 140726621603223 140726621605839 0
[pid=25459/tid=25598] ppid=25456 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/25459/task/25598/stat : 25598 (java) S 25456 25459 25140 0 -1 1077944384 1 12449 0 0 0 0 7 4 20 0 20 0 14991098 11188039680 77170 33554432000 4194304 4196468 140726621597952 139866629913296 139867158550427 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 22261760 140726621600449 140726621603223 140726621603223 140726621605839 0
[pid=25459/tid=25599] ppid=25456 vsize=10925820 CPUtime=0.89 cores=0,2,4,6,8,10,12,14
/proc/25459/task/25599/stat : 25599 (java) S 25456 25459 25140 0 -1 1077944384 2555 12449 0 0 77 1 7 4 20 0 20 0 14991098 11188039680 77170 33554432000 4194304 4196468 140726621597952 139866628859888 139867158542978 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 22261760 140726621600449 140726621603223 140726621603223 140726621605839 0
[pid=25459/tid=25600] ppid=25456 vsize=10925820 CPUtime=1.29 cores=0,2,4,6,8,10,12,14
/proc/25459/task/25600/stat : 25600 (java) S 25456 25459 25140 0 -1 1077944384 4170 12449 0 0 117 1 7 4 20 0 20 0 14991098 11188039680 77170 33554432000 4194304 4196468 140726621597952 139866627807344 139867158542978 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22261760 140726621600449 140726621603223 140726621603223 140726621605839 0
[pid=25459/tid=25601] ppid=25456 vsize=10925820 CPUtime=1.11 cores=0,2,4,6,8,10,12,14
/proc/25459/task/25601/stat : 25601 (java) S 25456 25459 25140 0 -1 1077944384 1959 12449 0 0 97 3 7 4 20 0 20 0 14991098 11188039680 77170 33554432000 4194304 4196468 140726621597952 139866626754800 139867158542978 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22261760 140726621600449 140726621603223 140726621603223 140726621605839 0
[pid=25459/tid=25602] ppid=25456 vsize=10925820 CPUtime=1.26 cores=0,2,4,6,8,10,12,14
/proc/25459/task/25602/stat : 25602 (java) S 25456 25459 25140 0 -1 1077944384 4273 12449 0 0 114 1 7 4 20 0 20 0 14991098 11188039680 77170 33554432000 4194304 4196468 140726621597952 139866625702256 139867158542978 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22261760 140726621600449 140726621603223 140726621603223 140726621605839 0
[pid=25459/tid=25603] ppid=25456 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14

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

[pid=25459/tid=25600] ppid=25456 vsize=10934012 CPUtime=6.85 cores=0,2,4,6,8,10,12,14
/proc/25459/task/25600/stat : 25600 (java) S 25456 25459 25140 0 -1 1077944384 43726 12449 0 0 668 6 7 4 20 0 20 0 14991098 11196428288 284837 33554432000 4194304 4196468 140726621597952 139866627807344 139867158542978 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 22261760 140726621600449 140726621603223 140726621603223 140726621605839 0
[pid=25459/tid=25601] ppid=25456 vsize=10934012 CPUtime=6.26 cores=0,2,4,6,8,10,12,14
/proc/25459/task/25601/stat : 25601 (java) S 25456 25459 25140 0 -1 1077944384 32886 12449 0 0 609 6 7 4 20 0 20 0 14991098 11196428288 284837 33554432000 4194304 4196468 140726621597952 139866626754800 139867158542978 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 22261760 140726621600449 140726621603223 140726621603223 140726621605839 0
[pid=25459/tid=25602] ppid=25456 vsize=10934012 CPUtime=3.33 cores=0,2,4,6,8,10,12,14
/proc/25459/task/25602/stat : 25602 (java) S 25456 25459 25140 0 -1 1077944384 36553 12449 0 0 317 5 7 4 20 0 20 0 14991098 11196428288 284837 33554432000 4194304 4196468 140726621597952 139866625702256 139867158542978 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22261760 140726621600449 140726621603223 140726621603223 140726621605839 0
[pid=25459/tid=25603] ppid=25456 vsize=10934012 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/25459/task/25603/stat : 25603 (java) S 25456 25459 25140 0 -1 1077944384 3 12449 0 0 0 0 7 4 20 0 20 0 14991098 11196428288 284837 33554432000 4194304 4196468 140726621597952 139866624649952 139867158542037 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 22261760 140726621600449 140726621603223 140726621603223 140726621605839 0
[pid=25459/tid=25604] ppid=25456 vsize=10934012 CPUtime=0.88 cores=0,2,4,6,8,10,12,14
/proc/25459/task/25604/stat : 25604 (java) S 25456 25459 25140 0 -1 1077944384 1199 12449 0 0 38 39 7 4 20 0 20 0 14991099 11196428288 284837 33554432000 4194304 4196468 140726621597952 139866623597488 139867158542978 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22261760 140726621600449 140726621603223 140726621603223 140726621605839 0
Current children cumulated CPU time (s) 2372.23
Current children cumulated vsize (KiB) 10934012



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2349.6 s]
/proc/loadavg: 1.77 1.65 1.67 3/258 25726
/proc/meminfo: memFree=30468056/32770624 swapFree=5892/184660
[pid=25459] ppid=25456 vsize=10934012 CPUtime=2400.01 cores=0,2,4,6,8,10,12,14
/proc/25459/stat : 25459 (java) S 25456 25459 25140 0 -1 1077944320 322662 12449 0 0 239587 403 7 4 20 0 20 0 14991078 11196428288 283295 33554432000 4194304 4196468 140726621597952 140726621580496 139867158531831 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 22261760 140726621600449 140726621603223 140726621603223 140726621605839 0
/proc/25459/statm: 2733503 283295 3528 1 0 2721058 0
[pid=25459/tid=25567] ppid=25456 vsize=10934012 CPUtime=2341.29 cores=0,2,4,6,8,10,12,14
/proc/25459/task/25567/stat : 25567 (java) R 25456 25459 25140 0 -1 4202560 88986 12449 0 0 234087 31 7 4 20 0 20 0 14991091 11196428288 283295 33554432000 4194304 4196468 140726621597952 139867162766032 139866780229980 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 22261760 140726621600449 140726621603223 140726621603223 140726621605839 0
[pid=25459/tid=25568] ppid=25456 vsize=10934012 CPUtime=4.08 cores=0,2,4,6,8,10,12,14
/proc/25459/task/25568/stat : 25568 (java) S 25456 25459 25140 0 -1 1077944384 7383 12449 0 0 357 40 7 4 20 0 20 0 14991092 11196428288 283295 33554432000 4194304 4196468 140726621597952 139867095223056 139867158542037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22261760 140726621600449 140726621603223 140726621603223 140726621605839 0
[pid=25459/tid=25569] ppid=25456 vsize=10934012 CPUtime=4.04 cores=0,2,4,6,8,10,12,14
/proc/25459/task/25569/stat : 25569 (java) S 25456 25459 25140 0 -1 1077944384 7043 12449 0 0 352 41 7 4 20 0 20 0 14991092 11196428288 283295 33554432000 4194304 4196468 140726621597952 139867094170512 139867158542037 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 22261760 140726621600449 140726621603223 140726621603223 140726621605839 0
[pid=25459/tid=25570] ppid=25456 vsize=10934012 CPUtime=4.08 cores=0,2,4,6,8,10,12,14
/proc/25459/task/25570/stat : 25570 (java) S 25456 25459 25140 0 -1 1077944384 10484 12449 0 0 358 39 7 4 20 0 20 0 14991092 11196428288 283295 33554432000 4194304 4196468 140726621597952 139867093117968 139867158542037 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 22261760 140726621600449 140726621603223 140726621603223 140726621605839 0
[pid=25459/tid=25571] ppid=25456 vsize=10934012 CPUtime=4.05 cores=0,2,4,6,8,10,12,14
/proc/25459/task/25571/stat : 25571 (java) S 25456 25459 25140 0 -1 1077944384 8224 12449 0 0 357 37 7 4 20 0 20 0 14991092 11196428288 283295 33554432000 4194304 4196468 140726621597952 139867092065424 139867158542037 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 22261760 140726621600449 140726621603223 140726621603223 140726621605839 0
[pid=25459/tid=25572] ppid=25456 vsize=10934012 CPUtime=4.14 cores=0,2,4,6,8,10,12,14
/proc/25459/task/25572/stat : 25572 (java) S 25456 25459 25140 0 -1 1077944384 7911 12449 0 0 365 38 7 4 20 0 20 0 14991092 11196428288 283295 33554432000 4194304 4196468 140726621597952 139867091011856 139867158542037 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 22261760 140726621600449 140726621603223 140726621603223 140726621605839 0
[pid=25459/tid=25573] ppid=25456 vsize=10934012 CPUtime=3.93 cores=0,2,4,6,8,10,12,14
/proc/25459/task/25573/stat : 25573 (java) S 25456 25459 25140 0 -1 1077944384 7713 12449 0 0 343 39 7 4 20 0 20 0 14991092 11196428288 283295 33554432000 4194304 4196468 140726621597952 139867089959312 139867158542037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22261760 140726621600449 140726621603223 140726621603223 140726621605839 0
[pid=25459/tid=25574] ppid=25456 vsize=10934012 CPUtime=4.16 cores=0,2,4,6,8,10,12,14
/proc/25459/task/25574/stat : 25574 (java) S 25456 25459 25140 0 -1 1077944384 7772 12449 0 0 367 38 7 4 20 0 20 0 14991092 11196428288 283295 33554432000 4194304 4196468 140726621597952 139867088906768 139867158542037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22261760 140726621600449 140726621603223 140726621603223 140726621605839 0
[pid=25459/tid=25575] ppid=25456 vsize=10934012 CPUtime=4.02 cores=0,2,4,6,8,10,12,14
/proc/25459/task/25575/stat : 25575 (java) S 25456 25459 25140 0 -1 1077944384 7881 12449 0 0 351 40 7 4 20 0 20 0 14991092 11196428288 283295 33554432000 4194304 4196468 140726621597952 139867087854224 139867158542037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22261760 140726621600449 140726621603223 140726621603223 140726621605839 0
[pid=25459/tid=25576] ppid=25456 vsize=10934012 CPUtime=2.5 cores=0,2,4,6,8,10,12,14
/proc/25459/task/25576/stat : 25576 (java) S 25456 25459 25140 0 -1 1077944384 17835 12449 0 0 220 19 7 4 20 0 20 0 14991093 11196428288 283295 33554432000 4194304 4196468 140726621597952 139866633071088 139867158542978 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22261760 140726621600449 140726621603223 140726621603223 140726621605839 0
[pid=25459/tid=25577] ppid=25456 vsize=10934012 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/25459/task/25577/stat : 25577 (java) S 25456 25459 25140 0 -1 1077944384 69 12449 0 0 0 0 7 4 20 0 20 0 14991094 11196428288 283295 33554432000 4194304 4196468 140726621597952 139866632017376 139867158542037 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 22261760 140726621600449 140726621603223 140726621603223 140726621605839 0
[pid=25459/tid=25583] ppid=25456 vsize=10934012 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/25459/task/25583/stat : 25583 (java) S 25456 25459 25140 0 -1 1077944384 52 12449 0 0 1 0 7 4 20 0 20 0 14991094 11196428288 283295 33554432000 4194304 4196468 140726621597952 139866630964736 139867158542037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22261760 140726621600449 140726621603223 140726621603223 140726621605839 0
[pid=25459/tid=25598] ppid=25456 vsize=10934012 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/25459/task/25598/stat : 25598 (java) S 25456 25459 25140 0 -1 1077944384 1 12449 0 0 0 0 7 4 20 0 20 0 14991098 11196428288 283295 33554432000 4194304 4196468 140726621597952 139866629913296 139867158550427 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 22261760 140726621600449 140726621603223 140726621603223 140726621605839 0
[pid=25459/tid=25599] ppid=25456 vsize=10934012 CPUtime=7.73 cores=0,2,4,6,8,10,12,14
/proc/25459/task/25599/stat : 25599 (java) S 25456 25459 25140 0 -1 1077944384 34631 12449 0 0 755 7 7 4 20 0 20 0 14991098 11196428288 283295 33554432000 4194304 4196468 140726621597952 139866628859888 139867158542978 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 22261760 140726621600449 140726621603223 140726621603223 140726621605839 0
[pid=25459/tid=25600] ppid=25456 vsize=10934012 CPUtime=6.86 cores=0,2,4,6,8,10,12,14
/proc/25459/task/25600/stat : 25600 (java) S 25456 25459 25140 0 -1 1077944384 43829 12449 0 0 669 6 7 4 20 0 20 0 14991098 11196428288 283295 33554432000 4194304 4196468 140726621597952 139866627807344 139867158542978 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22261760 140726621600449 140726621603223 140726621603223 140726621605839 0
[pid=25459/tid=25601] ppid=25456 vsize=10934012 CPUtime=6.26 cores=0,2,4,6,8,10,12,14
/proc/25459/task/25601/stat : 25601 (java) S 25456 25459 25140 0 -1 1077944384 32886 12449 0 0 609 6 7 4 20 0 20 0 14991098 11196428288 283295 33554432000 4194304 4196468 140726621597952 139866626754800 139867158542978 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 22261760 140726621600449 140726621603223 140726621603223 140726621605839 0
[pid=25459/tid=25602] ppid=25456 vsize=10934012 CPUtime=3.34 cores=0,2,4,6,8,10,12,14
/proc/25459/task/25602/stat : 25602 (java) S 25456 25459 25140 0 -1 1077944384 36630 12449 0 0 318 5 7 4 20 0 20 0 14991098 11196428288 283295 33554432000 4194304 4196468 140726621597952 139866625702256 139867158542978 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22261760 140726621600449 140726621603223 140726621603223 140726621605839 0
[pid=25459/tid=25603] ppid=25456 vsize=10934012 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/25459/task/25603/stat : 25603 (java) S 25456 25459 25140 0 -1 1077944384 3 12449 0 0 0 0 7 4 20 0 20 0 14991098 11196428288 283295 33554432000 4194304 4196468 140726621597952 139866624649952 139867158542037 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 22261760 140726621600449 140726621603223 140726621603223 140726621605839 0
[pid=25459/tid=25604] ppid=25456 vsize=10934012 CPUtime=0.89 cores=0,2,4,6,8,10,12,14
/proc/25459/task/25604/stat : 25604 (java) S 25456 25459 25140 0 -1 1077944384 1201 12449 0 0 38 40 7 4 20 0 20 0 14991099 11196428288 283295 33554432000 4194304 4196468 140726621597952 139866623597488 139867158542978 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22261760 140726621600449 140726621603223 140726621603223 140726621605839 0
Current children cumulated CPU time (s) 2400.01
Current children cumulated vsize (KiB) 10934012

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

[startup+2350 s]
/proc/loadavg: 1.77 1.65 1.67 3/258 25726
/proc/meminfo: memFree=30468056/32770624 swapFree=5892/184660
[pid=25459] ppid=25456 vsize=11067140 CPUtime=2402.6 cores=0,2,4,6,8,10,12,14
/proc/25459/stat : 25459 (java) S 25456 25459 25140 0 -1 1077944320 326262 12449 0 0 239843 406 7 4 20 0 22 0 14991078 11332751360 284591 33554432000 4194304 4196468 140726621597952 140726621580496 139867158531831 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22261760 140726621600449 140726621603223 140726621603223 140726621605839 0
/proc/25459/statm: 2766785 284591 3528 1 0 2754340 0
[pid=25459/tid=25567] ppid=25456 vsize=11067140 CPUtime=2341.3 cores=0,2,4,6,8,10,12,14
/proc/25459/task/25567/stat : 25567 (java) S 25456 25459 25140 0 -1 1077944384 89062 12449 0 0 234088 31 7 4 20 0 22 0 14991091 11332751360 284591 33554432000 4194304 4196468 140726621597952 139867162769552 139867158542037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22261760 140726621600449 140726621603223 140726621603223 140726621605839 0
[pid=25459/tid=25568] ppid=25456 vsize=11067140 CPUtime=4.39 cores=0,2,4,6,8,10,12,14
/proc/25459/task/25568/stat : 25568 (java) S 25456 25459 25140 0 -1 1077944384 7397 12449 0 0 388 40 7 4 20 0 22 0 14991092 11332751360 284591 33554432000 4194304 4196468 140726621597952 139867095223056 139867158542037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22261760 140726621600449 140726621603223 140726621603223 140726621605839 0
[pid=25459/tid=25569] ppid=25456 vsize=11067140 CPUtime=4.36 cores=0,2,4,6,8,10,12,14
/proc/25459/task/25569/stat : 25569 (java) S 25456 25459 25140 0 -1 1077944384 7132 12449 0 0 384 41 7 4 20 0 22 0 14991092 11332751360 284591 33554432000 4194304 4196468 140726621597952 139867094170512 139867158542037 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 22261760 140726621600449 140726621603223 140726621603223 140726621605839 0
[pid=25459/tid=25570] ppid=25456 vsize=11067140 CPUtime=4.41 cores=0,2,4,6,8,10,12,14
/proc/25459/task/25570/stat : 25570 (java) S 25456 25459 25140 0 -1 1077944384 10519 12449 0 0 391 39 7 4 20 0 22 0 14991092 11332751360 284591 33554432000 4194304 4196468 140726621597952 139867093117968 139867158542037 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 22261760 140726621600449 140726621603223 140726621603223 140726621605839 0
[pid=25459/tid=25571] ppid=25456 vsize=11067140 CPUtime=4.37 cores=0,2,4,6,8,10,12,14
/proc/25459/task/25571/stat : 25571 (java) S 25456 25459 25140 0 -1 1077944384 8257 12449 0 0 388 38 7 4 20 0 22 0 14991092 11332751360 284591 33554432000 4194304 4196468 140726621597952 139867092065424 139867158542037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22261760 140726621600449 140726621603223 140726621603223 140726621605839 0
[pid=25459/tid=25572] ppid=25456 vsize=11067140 CPUtime=4.45 cores=0,2,4,6,8,10,12,14
/proc/25459/task/25572/stat : 25572 (java) S 25456 25459 25140 0 -1 1077944384 7973 12449 0 0 396 38 7 4 20 0 22 0 14991092 11332751360 284591 33554432000 4194304 4196468 140726621597952 139867091011856 139867158542037 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 22261760 140726621600449 140726621603223 140726621603223 140726621605839 0
[pid=25459/tid=25573] ppid=25456 vsize=11067140 CPUtime=4.24 cores=0,2,4,6,8,10,12,14
/proc/25459/task/25573/stat : 25573 (java) S 25456 25459 25140 0 -1 1077944384 7715 12449 0 0 374 39 7 4 20 0 22 0 14991092 11332751360 284591 33554432000 4194304 4196468 140726621597952 139867089959312 139867158542037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22261760 140726621600449 140726621603223 140726621603223 140726621605839 0
[pid=25459/tid=25574] ppid=25456 vsize=11067140 CPUtime=4.47 cores=0,2,4,6,8,10,12,14
/proc/25459/task/25574/stat : 25574 (java) S 25456 25459 25140 0 -1 1077944384 7779 12449 0 0 397 39 7 4 20 0 22 0 14991092 11332751360 284591 33554432000 4194304 4196468 140726621597952 139867088906768 139867158542037 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 22261760 140726621600449 140726621603223 140726621603223 140726621605839 0
[pid=25459/tid=25575] ppid=25456 vsize=11067140 CPUtime=4.34 cores=0,2,4,6,8,10,12,14
/proc/25459/task/25575/stat : 25575 (java) S 25456 25459 25140 0 -1 1077944384 7940 12449 0 0 382 41 7 4 20 0 22 0 14991092 11332751360 284591 33554432000 4194304 4196468 140726621597952 139867087854224 139867158542037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22261760 140726621600449 140726621603223 140726621603223 140726621605839 0
[pid=25459/tid=25576] ppid=25456 vsize=11067140 CPUtime=2.55 cores=0,2,4,6,8,10,12,14
/proc/25459/task/25576/stat : 25576 (java) R 25456 25459 25140 0 -1 4202560 20914 12449 0 0 225 19 7 4 20 0 22 0 14991093 11332751360 284591 33554432000 4194304 4196468 140726621597952 139866633069488 139867138162671 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22261760 140726621600449 140726621603223 140726621603223 140726621605839 0
[pid=25459/tid=25577] ppid=25456 vsize=11067140 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/25459/task/25577/stat : 25577 (java) S 25456 25459 25140 0 -1 1077944384 70 12449 0 0 0 0 7 4 20 0 22 0 14991094 11332751360 284591 33554432000 4194304 4196468 140726621597952 139866632017280 139867158542037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22261760 140726621600449 140726621603223 140726621603223 140726621605839 0
[pid=25459/tid=25583] ppid=25456 vsize=11067140 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/25459/task/25583/stat : 25583 (java) S 25456 25459 25140 0 -1 1077944384 52 12449 0 0 1 0 7 4 20 0 22 0 14991094 11332751360 284591 33554432000 4194304 4196468 140726621597952 139866630964736 139867158542037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22261760 140726621600449 140726621603223 140726621603223 140726621605839 0
[pid=25459/tid=25598] ppid=25456 vsize=11067140 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/25459/task/25598/stat : 25598 (java) S 25456 25459 25140 0 -1 1077944384 56 12449 0 0 0 0 7 4 20 0 22 0 14991098 11332751360 284591 33554432000 4194304 4196468 140726621597952 139866629913296 139867158550427 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 22261760 140726621600449 140726621603223 140726621603223 140726621605839 0
[pid=25459/tid=25599] ppid=25456 vsize=11067140 CPUtime=7.73 cores=0,2,4,6,8,10,12,14
/proc/25459/task/25599/stat : 25599 (java) S 25456 25459 25140 0 -1 1077944384 34631 12449 0 0 755 7 7 4 20 0 22 0 14991098 11332751360 284591 33554432000 4194304 4196468 140726621597952 139866628859888 139867158542978 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 22261760 140726621600449 140726621603223 140726621603223 140726621605839 0
[pid=25459/tid=25600] ppid=25456 vsize=11067140 CPUtime=6.86 cores=0,2,4,6,8,10,12,14
/proc/25459/task/25600/stat : 25600 (java) S 25456 25459 25140 0 -1 1077944384 43829 12449 0 0 669 6 7 4 20 0 22 0 14991098 11332751360 284591 33554432000 4194304 4196468 140726621597952 139866627807344 139867158542978 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22261760 140726621600449 140726621603223 140726621603223 140726621605839 0
[pid=25459/tid=25601] ppid=25456 vsize=11067140 CPUtime=6.26 cores=0,2,4,6,8,10,12,14
/proc/25459/task/25601/stat : 25601 (java) S 25456 25459 25140 0 -1 1077944384 32886 12449 0 0 609 6 7 4 20 0 22 0 14991098 11332751360 284591 33554432000 4194304 4196468 140726621597952 139866626754800 139867158542978 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 22261760 140726621600449 140726621603223 140726621603223 140726621605839 0
[pid=25459/tid=25602] ppid=25456 vsize=11067140 CPUtime=3.34 cores=0,2,4,6,8,10,12,14
/proc/25459/task/25602/stat : 25602 (java) S 25456 25459 25140 0 -1 1077944384 36630 12449 0 0 318 5 7 4 20 0 22 0 14991098 11332751360 284591 33554432000 4194304 4196468 140726621597952 139866625702256 139867158542978 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22261760 140726621600449 140726621603223 140726621603223 140726621605839 0
[pid=25459/tid=25603] ppid=25456 vsize=11067140 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/25459/task/25603/stat : 25603 (java) S 25456 25459 25140 0 -1 1077944384 3 12449 0 0 0 0 7 4 20 0 22 0 14991098 11332751360 284591 33554432000 4194304 4196468 140726621597952 139866624649952 139867158542037 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 22261760 140726621600449 140726621603223 140726621603223 140726621605839 0
[pid=25459/tid=25604] ppid=25456 vsize=11067140 CPUtime=0.89 cores=0,2,4,6,8,10,12,14
/proc/25459/task/25604/stat : 25604 (java) S 25456 25459 25140 0 -1 1077944384 1201 12449 0 0 38 40 7 4 20 0 22 0 14991099 11332751360 284591 33554432000 4194304 4196468 140726621597952 139866623597488 139867158542978 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22261760 140726621600449 140726621603223 140726621603223 140726621605839 0
Current children cumulated CPU time (s) 2402.6
Current children cumulated vsize (KiB) 11067140

[startup+2350.2 s]
/proc/loadavg: 1.77 1.65 1.67 3/258 25726
/proc/meminfo: memFree=30468056/32770624 swapFree=5892/184660
[pid=25459] ppid=25456 vsize=11067140 CPUtime=2403.65 cores=0,2,4,6,8,10,12,14
/proc/25459/stat : 25459 (java) S 25456 25459 25140 0 -1 1077944320 326268 12449 0 0 239947 407 7 4 20 0 22 0 14991078 11332751360 283951 33554432000 4194304 4196468 140726621597952 140726621580496 139867158531831 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22261760 140726621600449 140726621603223 140726621603223 140726621605839 0
/proc/25459/statm: 2766785 283951 3528 1 0 2754340 0
[pid=25459/tid=25567] ppid=25456 vsize=11067140 CPUtime=2341.3 cores=0,2,4,6,8,10,12,14
/proc/25459/task/25567/stat : 25567 (java) S 25456 25459 25140 0 -1 1077944384 89062 12449 0 0 234088 31 7 4 20 0 22 0 14991091 11332751360 283951 33554432000 4194304 4196468 140726621597952 139867162769552 139867158542037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22261760 140726621600449 140726621603223 140726621603223 140726621605839 0
[pid=25459/tid=25568] ppid=25456 vsize=11067140 CPUtime=4.51 cores=0,2,4,6,8,10,12,14
/proc/25459/task/25568/stat : 25568 (java) S 25456 25459 25140 0 -1 1077944384 7397 12449 0 0 400 40 7 4 20 0 22 0 14991092 11332751360 283951 33554432000 4194304 4196468 140726621597952 139867095223056 139867158542037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22261760 140726621600449 140726621603223 140726621603223 140726621605839 0
[pid=25459/tid=25569] ppid=25456 vsize=11067140 CPUtime=4.49 cores=0,2,4,6,8,10,12,14
/proc/25459/task/25569/stat : 25569 (java) S 25456 25459 25140 0 -1 1077944384 7132 12449 0 0 397 41 7 4 20 0 22 0 14991092 11332751360 283951 33554432000 4194304 4196468 140726621597952 139867094170512 139867158542037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22261760 140726621600449 140726621603223 140726621603223 140726621605839 0
[pid=25459/tid=25570] ppid=25456 vsize=11067140 CPUtime=4.53 cores=0,2,4,6,8,10,12,14
/proc/25459/task/25570/stat : 25570 (java) S 25456 25459 25140 0 -1 1077944384 10519 12449 0 0 403 39 7 4 20 0 22 0 14991092 11332751360 283951 33554432000 4194304 4196468 140726621597952 139867093117968 139867158542037 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 22261760 140726621600449 140726621603223 140726621603223 140726621605839 0
[pid=25459/tid=25571] ppid=25456 vsize=11067140 CPUtime=4.49 cores=0,2,4,6,8,10,12,14
/proc/25459/task/25571/stat : 25571 (java) S 25456 25459 25140 0 -1 1077944384 8258 12449 0 0 400 38 7 4 20 0 22 0 14991092 11332751360 283951 33554432000 4194304 4196468 140726621597952 139867092065424 139867158542037 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 22261760 140726621600449 140726621603223 140726621603223 140726621605839 0
[pid=25459/tid=25572] ppid=25456 vsize=11067140 CPUtime=4.58 cores=0,2,4,6,8,10,12,14
/proc/25459/task/25572/stat : 25572 (java) S 25456 25459 25140 0 -1 1077944384 7973 12449 0 0 409 38 7 4 20 0 22 0 14991092 11332751360 283951 33554432000 4194304 4196468 140726621597952 139867091011856 139867158542037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22261760 140726621600449 140726621603223 140726621603223 140726621605839 0
[pid=25459/tid=25573] ppid=25456 vsize=11067140 CPUtime=4.37 cores=0,2,4,6,8,10,12,14
/proc/25459/task/25573/stat : 25573 (java) S 25456 25459 25140 0 -1 1077944384 7715 12449 0 0 387 39 7 4 20 0 22 0 14991092 11332751360 283951 33554432000 4194304 4196468 140726621597952 139867089959312 139867158542037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22261760 140726621600449 140726621603223 140726621603223 140726621605839 0
[pid=25459/tid=25574] ppid=25456 vsize=11067140 CPUtime=4.6 cores=0,2,4,6,8,10,12,14
/proc/25459/task/25574/stat : 25574 (java) S 25456 25459 25140 0 -1 1077944384 7779 12449 0 0 410 39 7 4 20 0 22 0 14991092 11332751360 283951 33554432000 4194304 4196468 140726621597952 139867088906768 139867158542037 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 22261760 140726621600449 140726621603223 140726621603223 140726621605839 0
[pid=25459/tid=25575] ppid=25456 vsize=11067140 CPUtime=4.46 cores=0,2,4,6,8,10,12,14
/proc/25459/task/25575/stat : 25575 (java) S 25456 25459 25140 0 -1 1077944384 7940 12449 0 0 394 41 7 4 20 0 22 0 14991092 11332751360 283951 33554432000 4194304 4196468 140726621597952 139867087854224 139867158542037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22261760 140726621600449 140726621603223 140726621603223 140726621605839 0
[pid=25459/tid=25576] ppid=25456 vsize=11067140 CPUtime=2.62 cores=0,2,4,6,8,10,12,14
/proc/25459/task/25576/stat : 25576 (java) R 25456 25459 25140 0 -1 4202560 20916 12449 0 0 232 19 7 4 20 0 22 0 14991093 11332751360 283951 33554432000 4194304 4196468 140726621597952 139866633069376 139867142887947 0 0 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 22261760 140726621600449 140726621603223 140726621603223 140726621605839 0
[pid=25459/tid=25577] ppid=25456 vsize=11067140 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/25459/task/25577/stat : 25577 (java) S 25456 25459 25140 0 -1 1077944384 70 12449 0 0 0 0 7 4 20 0 22 0 14991094 11332751360 283951 33554432000 4194304 4196468 140726621597952 139866632017280 139867158542037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22261760 140726621600449 140726621603223 140726621603223 140726621605839 0
[pid=25459/tid=25583] ppid=25456 vsize=11067140 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/25459/task/25583/stat : 25583 (java) S 25456 25459 25140 0 -1 1077944384 52 12449 0 0 1 0 7 4 20 0 22 0 14991094 11332751360 283951 33554432000 4194304 4196468 140726621597952 139866630964736 139867158542037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22261760 140726621600449 140726621603223 140726621603223 140726621605839 0
[pid=25459/tid=25598] ppid=25456 vsize=11067140 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/25459/task/25598/stat : 25598 (java) S 25456 25459 25140 0 -1 1077944384 56 12449 0 0 0 0 7 4 20 0 22 0 14991098 11332751360 283951 33554432000 4194304 4196468 140726621597952 139866629913296 139867158550427 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 22261760 140726621600449 140726621603223 140726621603223 140726621605839 0
[pid=25459/tid=25599] ppid=25456 vsize=11067140 CPUtime=7.73 cores=0,2,4,6,8,10,12,14
/proc/25459/task/25599/stat : 25599 (java) S 25456 25459 25140 0 -1 1077944384 34631 12449 0 0 755 7 7 4 20 0 22 0 14991098 11332751360 283951 33554432000 4194304 4196468 140726621597952 139866628859888 139867158542978 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 22261760 140726621600449 140726621603223 140726621603223 140726621605839 0
[pid=25459/tid=25600] ppid=25456 vsize=11067140 CPUtime=6.86 cores=0,2,4,6,8,10,12,14
/proc/25459/task/25600/stat : 25600 (java) S 25456 25459 25140 0 -1 1077944384 43829 12449 0 0 669 6 7 4 20 0 22 0 14991098 11332751360 283951 33554432000 4194304 4196468 140726621597952 139866627807344 139867158542978 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22261760 140726621600449 140726621603223 140726621603223 140726621605839 0
[pid=25459/tid=25601] ppid=25456 vsize=11067140 CPUtime=6.26 cores=0,2,4,6,8,10,12,14
/proc/25459/task/25601/stat : 25601 (java) S 25456 25459 25140 0 -1 1077944384 32886 12449 0 0 609 6 7 4 20 0 22 0 14991098 11332751360 283951 33554432000 4194304 4196468 140726621597952 139866626754800 139867158542978 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 22261760 140726621600449 140726621603223 140726621603223 140726621605839 0
[pid=25459/tid=25602] ppid=25456 vsize=11067140 CPUtime=3.34 cores=0,2,4,6,8,10,12,14
/proc/25459/task/25602/stat : 25602 (java) S 25456 25459 25140 0 -1 1077944384 36630 12449 0 0 318 5 7 4 20 0 22 0 14991098 11332751360 283951 33554432000 4194304 4196468 140726621597952 139866625702256 139867158542978 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22261760 140726621600449 140726621603223 140726621603223 140726621605839 0
[pid=25459/tid=25603] ppid=25456 vsize=11067140 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/25459/task/25603/stat : 25603 (java) S 25456 25459 25140 0 -1 1077944384 3 12449 0 0 0 0 7 4 20 0 22 0 14991098 11332751360 283951 33554432000 4194304 4196468 140726621597952 139866624649952 139867158542037 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 22261760 140726621600449 140726621603223 140726621603223 140726621605839 0
[pid=25459/tid=25604] ppid=25456 vsize=11067140 CPUtime=0.89 cores=0,2,4,6,8,10,12,14
/proc/25459/task/25604/stat : 25604 (java) S 25456 25459 25140 0 -1 1077944384 1201 12449 0 0 38 40 7 4 20 0 22 0 14991099 11332751360 283951 33554432000 4194304 4196468 140726621597952 139866623597488 139867158542978 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22261760 140726621600449 140726621603223 140726621603223 140726621605839 0
Current children cumulated CPU time (s) 2403.65
Current children cumulated vsize (KiB) 11067140

Child status: 143
Real time (s): 2350.24
CPU time (s): 2403.83
CPU user time (s): 2399.71
CPU system time (s): 4.12185
CPU usage (%): 102.28
Max. virtual memory (cumulated for all children) (KiB): 11067140

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.71
system time used= 4.12185
maximum resident set size= 1702568
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 338779
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3224
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 142987
involuntary context switches= 141839

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.4736 second user time and 20.6342 second system time

The end

Launcher Data

Begin job on node121 at 2017-07-23 10:07:07
IDJOB=4248014
IDBENCH=130626
IDSOLVER=2630
FILE ID=node121/4248014-1500797227
RUNJOBID= node121-1500797227-25439
PBS_JOBID= 20624666
Free space on /tmp= 61904 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/QueenAttacking/QueenAttacking-m1-s1/QueenAttacking-19.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4248014-1500797227/watcher-4248014-1500797227 -o /tmp/evaluation-result-4248014-1500797227/solver-4248014-1500797227 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node121-1500797227-25439 --watchdog 2560  bin/concrete HOME/instance-4248014-1500797227.xml

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

MD5SUM BENCH= 30814e96d0bc4cf3d8fc4c07c399f55d
RANDOM SEED=1730877553

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

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

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

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

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

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

processor	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.00
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		: 2533.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	: 5334.00
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:        31599684 kB
MemAvailable:   31994536 kB
Buffers:          185184 kB
Cached:           483804 kB
SwapCached:            0 kB
Active:           464772 kB
Inactive:         256564 kB
Active(anon):       3628 kB
Inactive(anon):    60436 kB
Active(file):     461144 kB
Inactive(file):   196128 kB
Unevictable:        5892 kB
Mlocked:            5892 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             49988 kB
Writeback:             0 kB
AnonPages:         58160 kB
Mapped:            31280 kB
Shmem:              8840 kB
Slab:             140328 kB
SReclaimable:     106832 kB
SUnreclaim:        33496 kB
KernelStack:        4256 kB
PageTables:         5376 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     308856 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 61880 MiB
End job on node121 at 2017-07-23 10:46:17