Trace number 4247979

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) 2402.7 2340.31

General information on the benchmark

NameQueenAttacking/QueenAttacking-m1-s1/
QueenAttacking-14.xml
MD5SUM7bee45910aa9ad1c56e5a256c184a2b3
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 variables241
Number of constraints240
Number of domains2
Minimum domain size2
Maximum domain size196
Distribution of domain sizes[{"size":2,"count":44},{"size":196,"count":197}]
Minimum variable degree2
Maximum variable degree44
Distribution of variable degrees[{"degree":2,"count":46},{"degree":3,"count":150},{"degree":4,"count":44},{"degree":44,"count":1}]
Minimum constraint arity2
Maximum constraint arity196
Distribution of constraint arities[{"arity":2,"count":195},{"arity":3,"count":44},{"arity":196,"count":1}]
Number of extensional constraints0
Number of intensional constraints239
Distribution of constraint types[{"type":"intension","count":239},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

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

pid=17925
running on 8 cores: 1,3,5,7,9,11,13,15

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.77 1.72 1.64 3/261 17928
/proc/meminfo: memFree=28986316/32770624 swapFree=6384/341916
[pid=17928] ppid=17925 vsize=9508 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17928/stat : 17928 (bash) S 17925 17928 11993 0 -1 4202496 684 1532 0 0 0 0 0 0 20 0 1 0 9386847 9736192 350 33554432000 4194304 5098028 140730324528304 140730324525944 139783911844864 0 0 4100 65536 18446744071580971376 0 0 17 9 0 0 0 0 0 7196144 7232144 15151104 140730324530446 140730324530531 140730324530531 140730324533230 0
/proc/17928/statm: 2377 350 278 221 0 86 0

[startup+0.100103 s]
/proc/loadavg: 1.77 1.72 1.64 3/261 17928
/proc/meminfo: memFree=28986316/32770624 swapFree=6384/341916
[pid=17928] ppid=17925 vsize=9640 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/17928/stat : 17928 (bash) S 17925 17928 11993 0 -1 4202496 877 6415 0 0 0 0 0 2 20 0 1 0 9386847 9871360 377 33554432000 4194304 5098028 140730324528304 140730324522312 139783911844864 0 0 4100 65536 18446744071580971376 0 0 17 9 0 0 0 0 0 7196144 7232144 15151104 140730324530446 140730324530531 140730324530531 140730324533230 0
/proc/17928/statm: 2410 377 296 221 0 119 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9640

[startup+0.200324 s]
/proc/loadavg: 1.77 1.72 1.64 3/261 17928
/proc/meminfo: memFree=28986316/32770624 swapFree=6384/341916
[pid=17928] ppid=17925 vsize=10435860 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/17928/stat : 17928 (java) S 17925 17928 11993 0 -1 1077944320 4787 12702 0 0 5 1 9 4 20 0 13 0 9386847 10686320640 5130 33554432000 4194304 4196468 140731692529344 140731692511888 140623602810615 0 0 0 16800971 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 38326272 140731692530369 140731692533143 140731692533143 140731692535759 0
/proc/17928/statm: 2608965 5130 2138 1 0 2597403 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 10435860

[startup+0.300248 s]
/proc/loadavg: 1.77 1.72 1.64 3/261 17928
/proc/meminfo: memFree=28986316/32770624 swapFree=6384/341916
[pid=17928] ppid=17925 vsize=10902392 CPUtime=0.36 cores=1,3,5,7,9,11,13,15
/proc/17928/stat : 17928 (java) S 17925 17928 11993 0 -1 1077944320 6750 12702 0 0 21 2 9 4 20 0 20 0 9386847 11164049408 8496 33554432000 4194304 4196468 140731692529344 140731692511888 140623602810615 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 38326272 140731692530369 140731692533143 140731692533143 140731692535759 0
/proc/17928/statm: 2725598 8496 2997 1 0 2713890 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 10902392

[startup+0.700218 s]
/proc/loadavg: 1.77 1.72 1.64 3/261 17928
/proc/meminfo: memFree=28986316/32770624 swapFree=6384/341916
[pid=17928] ppid=17925 vsize=10902720 CPUtime=0.89 cores=1,3,5,7,9,11,13,15
/proc/17928/stat : 17928 (java) S 17925 17928 11993 0 -1 1077944320 11998 12702 0 0 70 6 9 4 20 0 20 0 9386847 11164385280 14830 33554432000 4194304 4196468 140731692529344 140731692511888 140623602810615 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 38326272 140731692530369 140731692533143 140731692533143 140731692535759 0
/proc/17928/statm: 2725680 14830 3138 1 0 2713890 0
Current children cumulated CPU time (s) 0.89
Current children cumulated vsize (KiB) 10902720

[startup+1.50115 s]
/proc/loadavg: 1.79 1.73 1.64 3/281 18001
/proc/meminfo: memFree=28889664/32770624 swapFree=6384/342288
[pid=17928] ppid=17925 vsize=10913344 CPUtime=2.12 cores=1,3,5,7,9,11,13,15
/proc/17928/stat : 17928 (java) S 17925 17928 11993 0 -1 1077944320 24465 12702 0 0 190 9 9 4 20 0 20 0 9386847 11175264256 34810 33554432000 4194304 4196468 140731692529344 140731692511888 140623602810615 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 38326272 140731692530369 140731692533143 140731692533143 140731692535759 0
/proc/17928/statm: 2728336 34810 3373 1 0 2716450 0
[pid=17928/tid=17983] ppid=17925 vsize=10913344 CPUtime=1.47 cores=1,3,5,7,9,11,13,15
/proc/17928/task/17983/stat : 17983 (java) R 17925 17928 11993 0 -1 4202560 19211 12702 0 0 128 6 9 4 20 0 20 0 9386861 11175264256 34810 33554432000 4194304 4196468 140731692529344 140623607032672 140623584374171 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38326272 140731692530369 140731692533143 140731692533143 140731692535759 0
[pid=17928/tid=17984] ppid=17925 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/17928/task/17984/stat : 17984 (java) S 17925 17928 11993 0 -1 1077944384 2 12702 0 0 0 0 9 4 20 0 20 0 9386862 11175264256 34810 33554432000 4194304 4196468 140731692529344 140623539502224 140623602820821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38326272 140731692530369 140731692533143 140731692533143 140731692535759 0
[pid=17928/tid=17985] ppid=17925 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/17928/task/17985/stat : 17985 (java) S 17925 17928 11993 0 -1 1077944384 3 12702 0 0 0 0 9 4 20 0 20 0 9386862 11175264256 34810 33554432000 4194304 4196468 140731692529344 140623208115216 140623602820821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38326272 140731692530369 140731692533143 140731692533143 140731692535759 0
[pid=17928/tid=17986] ppid=17925 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/17928/task/17986/stat : 17986 (java) S 17925 17928 11993 0 -1 1077944384 2 12702 0 0 0 0 9 4 20 0 20 0 9386862 11175264256 34810 33554432000 4194304 4196468 140731692529344 140623207062416 140623602820821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38326272 140731692530369 140731692533143 140731692533143 140731692535759 0
[pid=17928/tid=17987] ppid=17925 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/17928/task/17987/stat : 17987 (java) S 17925 17928 11993 0 -1 1077944384 2 12702 0 0 0 0 9 4 20 0 20 0 9386862 11175264256 34810 33554432000 4194304 4196468 140731692529344 140623206009616 140623602820821 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 38326272 140731692530369 140731692533143 140731692533143 140731692535759 0
[pid=17928/tid=17988] ppid=17925 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/17928/task/17988/stat : 17988 (java) S 17925 17928 11993 0 -1 1077944384 2 12702 0 0 0 0 9 4 20 0 20 0 9386862 11175264256 34810 33554432000 4194304 4196468 140731692529344 140623204956816 140623602820821 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 38326272 140731692530369 140731692533143 140731692533143 140731692535759 0
[pid=17928/tid=17989] ppid=17925 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/17928/task/17989/stat : 17989 (java) S 17925 17928 11993 0 -1 1077944384 1 12702 0 0 0 0 9 4 20 0 20 0 9386862 11175264256 34810 33554432000 4194304 4196468 140731692529344 140623203904016 140623602820821 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 38326272 140731692530369 140731692533143 140731692533143 140731692535759 0
[pid=17928/tid=17990] ppid=17925 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/17928/task/17990/stat : 17990 (java) S 17925 17928 11993 0 -1 1077944384 2 12702 0 0 0 0 9 4 20 0 20 0 9386862 11175264256 34810 33554432000 4194304 4196468 140731692529344 140623202851216 140623602820821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38326272 140731692530369 140731692533143 140731692533143 140731692535759 0
[pid=17928/tid=17991] ppid=17925 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/17928/task/17991/stat : 17991 (java) S 17925 17928 11993 0 -1 1077944384 1 12702 0 0 0 0 9 4 20 0 20 0 9386862 11175264256 34810 33554432000 4194304 4196468 140731692529344 140623201798416 140623602820821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38326272 140731692530369 140731692533143 140731692533143 140731692535759 0
[pid=17928/tid=17992] ppid=17925 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/17928/task/17992/stat : 17992 (java) S 17925 17928 11993 0 -1 1077944384 5 12702 0 0 0 0 9 4 20 0 20 0 9386864 11175264256 34810 33554432000 4194304 4196468 140731692529344 140623144532848 140623602821762 0 0 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 38326272 140731692530369 140731692533143 140731692533143 140731692535759 0
[pid=17928/tid=17993] ppid=17925 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/17928/task/17993/stat : 17993 (java) S 17925 17928 11993 0 -1 1077944384 33 12702 0 0 0 0 9 4 20 0 20 0 9386864 11175264256 34810 33554432000 4194304 4196468 140731692529344 140623143478816 140623602820821 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 38326272 140731692530369 140731692533143 140731692533143 140731692535759 0
[pid=17928/tid=17994] ppid=17925 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/17928/task/17994/stat : 17994 (java) S 17925 17928 11993 0 -1 1077944384 21 12702 0 0 0 0 9 4 20 0 20 0 9386865 11175264256 34810 33554432000 4194304 4196468 140731692529344 140623142425968 140623602820821 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 38326272 140731692530369 140731692533143 140731692533143 140731692535759 0
[pid=17928/tid=17995] ppid=17925 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/17928/task/17995/stat : 17995 (java) S 17925 17928 11993 0 -1 1077944384 1 12702 0 0 0 0 9 4 20 0 20 0 9386869 11175264256 34810 33554432000 4194304 4196468 140731692529344 140623141374288 140623602829211 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 38326272 140731692530369 140731692533143 140731692533143 140731692535759 0
[pid=17928/tid=17996] ppid=17925 vsize=10913344 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/17928/task/17996/stat : 17996 (java) S 17925 17928 11993 0 -1 1077944384 1039 12702 0 0 12 0 9 4 20 0 20 0 9386869 11175264256 34810 33554432000 4194304 4196468 140731692529344 140623140321648 140623602821762 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 38326272 140731692530369 140731692533143 140731692533143 140731692535759 0
[pid=17928/tid=17997] ppid=17925 vsize=10913344 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/17928/task/17997/stat : 17997 (java) S 17925 17928 11993 0 -1 1077944384 422 12702 0 0 12 0 9 4 20 0 20 0 9386869 11175264256 34810 33554432000 4194304 4196468 140731692529344 140623139268848 140623602821762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38326272 140731692530369 140731692533143 140731692533143 140731692535759 0
[pid=17928/tid=17998] ppid=17925 vsize=10913344 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/17928/task/17998/stat : 17998 (java) S 17925 17928 11993 0 -1 1077944384 533 12702 0 0 12 0 9 4 20 0 20 0 9386869 11175264256 34810 33554432000 4194304 4196468 140731692529344 140623138216048 140623602821762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38326272 140731692530369 140731692533143 140731692533143 140731692535759 0
[pid=17928/tid=17999] ppid=17925 vsize=10913344 CPUtime=0.36 cores=1,3,5,7,9,11,13,15
/proc/17928/task/17999/stat : 17999 (java) S 17925 17928 11993 0 -1 1077944384 1049 12702 0 0 23 0 9 4 20 0 20 0 9386869 11175264256 34810 33554432000 4194304 4196468 140731692529344 140623137163248 140623602821762 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 38326272 140731692530369 140731692533143 140731692533143 140731692535759 0
[pid=17928/tid=18000] ppid=17925 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/17928/task/18000/stat : 18000 (java) S 17925 17928 11993 0 -1 1077944384 3 12702 0 0 0 0 9 4 20 0 20 0 9386869 11175264256 34810 33554432000 4194304 4196468 140731692529344 140623136111712 140623602820821 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 38326272 140731692530369 140731692533143 140731692533143 140731692535759 0
[pid=17928/tid=18001] ppid=17925 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/17928/task/18001/stat : 18001 (java) S 17925 17928 11993 0 -1 1077944384 6 12702 0 0 0 0 9 4 20 0 20 0 9386869 11175264256 34810 33554432000 4194304 4196468 140731692529344 140623067737136 140623602821762 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 38326272 140731692530369 140731692533143 140731692533143 140731692535759 0
Current children cumulated CPU time (s) 2.12
Current children cumulated vsize (KiB) 10913344

[startup+3.10097 s]
/proc/loadavg: 1.79 1.73 1.64 4/281 18001
/proc/meminfo: memFree=28813316/32770624 swapFree=6384/342288
[pid=17928] ppid=17925 vsize=10925820 CPUtime=5.62 cores=1,3,5,7,9,11,13,15
/proc/17928/stat : 17928 (java) S 17925 17928 11993 0 -1 1077944320 45713 12702 0 0 530 19 9 4 20 0 20 0 9386847 11188039680 54266 33554432000 4194304 4196468 140731692529344 140731692511888 140623602810615 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 38326272 140731692530369 140731692533143 140731692533143 140731692535759 0
/proc/17928/statm: 2731455 54266 3473 1 0 2719010 0
[pid=17928/tid=17983] ppid=17925 vsize=10925820 CPUtime=3.02 cores=1,3,5,7,9,11,13,15
/proc/17928/task/17983/stat : 17983 (java) R 17925 17928 11993 0 -1 4202560 33619 12702 0 0 281 8 9 4 20 0 20 0 9386861 11188039680 54266 33554432000 4194304 4196468 140731692529344 140623607039056 140623219858161 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38326272 140731692530369 140731692533143 140731692533143 140731692535759 0
[pid=17928/tid=17984] ppid=17925 vsize=10925820 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/17928/task/17984/stat : 17984 (java) S 17925 17928 11993 0 -1 1077944384 52 12702 0 0 0 0 9 4 20 0 20 0 9386862 11188039680 54266 33554432000 4194304 4196468 140731692529344 140623539502224 140623602820821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38326272 140731692530369 140731692533143 140731692533143 140731692535759 0
[pid=17928/tid=17985] ppid=17925 vsize=10925820 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/17928/task/17985/stat : 17985 (java) S 17925 17928 11993 0 -1 1077944384 16 12702 0 0 0 0 9 4 20 0 20 0 9386862 11188039680 54266 33554432000 4194304 4196468 140731692529344 140623208115216 140623602820821 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 38326272 140731692530369 140731692533143 140731692533143 140731692535759 0
[pid=17928/tid=17986] ppid=17925 vsize=10925820 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/17928/task/17986/stat : 17986 (java) S 17925 17928 11993 0 -1 1077944384 44 12702 0 0 0 0 9 4 20 0 20 0 9386862 11188039680 54266 33554432000 4194304 4196468 140731692529344 140623207062416 140623602820821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38326272 140731692530369 140731692533143 140731692533143 140731692535759 0
[pid=17928/tid=17987] ppid=17925 vsize=10925820 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/17928/task/17987/stat : 17987 (java) S 17925 17928 11993 0 -1 1077944384 23 12702 0 0 0 0 9 4 20 0 20 0 9386862 11188039680 54266 33554432000 4194304 4196468 140731692529344 140623206009616 140623602820821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38326272 140731692530369 140731692533143 140731692533143 140731692535759 0
[pid=17928/tid=17988] ppid=17925 vsize=10925820 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/17928/task/17988/stat : 17988 (java) S 17925 17928 11993 0 -1 1077944384 21 12702 0 0 1 0 9 4 20 0 20 0 9386862 11188039680 54266 33554432000 4194304 4196468 140731692529344 140623204956816 140623602820821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38326272 140731692530369 140731692533143 140731692533143 140731692535759 0
[pid=17928/tid=17989] ppid=17925 vsize=10925820 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/17928/task/17989/stat : 17989 (java) S 17925 17928 11993 0 -1 1077944384 28 12702 0 0 0 0 9 4 20 0 20 0 9386862 11188039680 54266 33554432000 4194304 4196468 140731692529344 140623203904016 140623602820821 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 38326272 140731692530369 140731692533143 140731692533143 140731692535759 0
[pid=17928/tid=17990] ppid=17925 vsize=10925820 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/17928/task/17990/stat : 17990 (java) S 17925 17928 11993 0 -1 1077944384 134 12702 0 0 0 0 9 4 20 0 20 0 9386862 11188039680 54266 33554432000 4194304 4196468 140731692529344 140623202851216 140623602820821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38326272 140731692530369 140731692533143 140731692533143 140731692535759 0
[pid=17928/tid=17991] ppid=17925 vsize=10925820 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/17928/task/17991/stat : 17991 (java) S 17925 17928 11993 0 -1 1077944384 15 12702 0 0 0 0 9 4 20 0 20 0 9386862 11188039680 54266 33554432000 4194304 4196468 140731692529344 140623201798416 140623602820821 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 38326272 140731692530369 140731692533143 140731692533143 140731692535759 0
[pid=17928/tid=17992] ppid=17925 vsize=10925820 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/17928/task/17992/stat : 17992 (java) S 17925 17928 11993 0 -1 1077944384 1325 12702 0 0 2 0 9 4 20 0 20 0 9386864 11188039680 54266 33554432000 4194304 4196468 140731692529344 140623144532848 140623602821762 0 0 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 38326272 140731692530369 140731692533143 140731692533143 140731692535759 0
[pid=17928/tid=17993] ppid=17925 vsize=10925820 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/17928/task/17993/stat : 17993 (java) S 17925 17928 11993 0 -1 1077944384 59 12702 0 0 0 0 9 4 20 0 20 0 9386864 11188039680 54266 33554432000 4194304 4196468 140731692529344 140623143478880 140623602820821 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 38326272 140731692530369 140731692533143 140731692533143 140731692535759 0
[pid=17928/tid=17994] ppid=17925 vsize=10925820 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/17928/task/17994/stat : 17994 (java) S 17925 17928 11993 0 -1 1077944384 44 12702 0 0 0 0 9 4 20 0 20 0 9386865 11188039680 54266 33554432000 4194304 4196468 140731692529344 140623142425968 140623602820821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38326272 140731692530369 140731692533143 140731692533143 140731692535759 0
[pid=17928/tid=17995] ppid=17925 vsize=10925820 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/17928/task/17995/stat : 17995 (java) S 17925 17928 11993 0 -1 1077944384 1 12702 0 0 0 0 9 4 20 0 20 0 9386869 11188039680 54266 33554432000 4194304 4196468 140731692529344 140623141374288 140623602829211 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 38326272 140731692530369 140731692533143 140731692533143 140731692535759 0
[pid=17928/tid=17996] ppid=17925 vsize=10925820 CPUtime=0.61 cores=1,3,5,7,9,11,13,15
/proc/17928/task/17996/stat : 17996 (java) R 17925 17928 11993 0 -1 4202560 1747 12702 0 0 47 1 9 4 20 0 20 0 9386869 11188039680 54266 33554432000 4194304 4196468 140731692529344 140623140307528 140623587936735 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 38326272 140731692530369 140731692533143 140731692533143 140731692535759 0
[pid=17928/tid=17997] ppid=17925 vsize=10925820 CPUtime=0.56 cores=1,3,5,7,9,11,13,15
/proc/17928/task/17997/stat : 17997 (java) S 17925 17928 11993 0 -1 1077944384 743 12702 0 0 42 1 9 4 20 0 20 0 9386869 11188039680 54266 33554432000 4194304 4196468 140731692529344 140623139268848 140623602821762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38326272 140731692530369 140731692533143 140731692533143 140731692535759 0
[pid=17928/tid=17998] ppid=17925 vsize=10925820 CPUtime=0.71 cores=1,3,5,7,9,11,13,15
/proc/17928/task/17998/stat : 17998 (java) S 17925 17928 11993 0 -1 1077944384 2515 12702 0 0 57 1 9 4 20 0 20 0 9386869 11188039680 54266 33554432000 4194304 4196468 140731692529344 140623138216048 140623602821762 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 38326272 140731692530369 140731692533143 140731692533143 140731692535759 0
[pid=17928/tid=17999] ppid=17925 vsize=10925820 CPUtime=1.05 cores=1,3,5,7,9,11,13,15
/proc/17928/task/17999/stat : 17999 (java) S 17925 17928 11993 0 -1 1077944384 3191 12702 0 0 91 1 9 4 20 0 20 0 9386869 11188039680 54266 33554432000 4194304 4196468 140731692529344 140623137163248 140623602821762 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 38326272 140731692530369 140731692533143 140731692533143 140731692535759 0
[pid=17928/tid=18000] ppid=17925 vsize=10925820 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/17928/task/18000/stat : 18000 (java) S 17925 17928 11993 0 -1 1077944384 3 12702 0 0 0 0 9 4 20 0 20 0 9386869 11188039680 54266 33554432000 4194304 4196468 140731692529344 140623136111712 140623602820821 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 38326272 140731692530369 140731692533143 140731692533143 140731692535759 0
[pid=17928/tid=18001] ppid=17925 vsize=10925820 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/17928/task/18001/stat : 18001 (java) S 17925 17928 11993 0 -1 1077944384 7 12702 0 0 0 0 9 4 20 0 20 0 9386869 11188039680 54266 33554432000 4194304 4196468 140731692529344 140623067737136 140623602821762 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 38326272 140731692530369 140731692533143 140731692533143 140731692535759 0
Current children cumulated CPU time (s) 5.62
Current children cumulated vsize (KiB) 10925820

[startup+6.30082 s]
/proc/loadavg: 1.81 1.73 1.64 3/281 18001
/proc/meminfo: memFree=28693144/32770624 swapFree=6384/342300
[pid=17928] ppid=17925 vsize=10925820 CPUtime=10.32 cores=1,3,5,7,9,11,13,15
/proc/17928/stat : 17928 (java) S 17925 17928 11993 0 -1 1077944320 49517 12702 0 0 990 29 9 4 20 0 20 0 9386847 11188039680 77845 33554432000 4194304 4196468 140731692529344 140731692511888 140623602810615 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 38326272 140731692530369 140731692533143 140731692533143 140731692535759 0
/proc/17928/statm: 2731455 77845 3488 1 0 2719010 0
[pid=17928/tid=17983] ppid=17925 vsize=10925820 CPUtime=6.19 cores=1,3,5,7,9,11,13,15
/proc/17928/task/17983/stat : 17983 (java) R 17925 17928 11993 0 -1 4202560 34008 12702 0 0 597 9 9 4 20 0 20 0 9386861 11188039680 77845 33554432000 4194304 4196468 140731692529344 140623607042392 140623226439488 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38326272 140731692530369 140731692533143 140731692533143 140731692535759 0
[pid=17928/tid=17984] ppid=17925 vsize=10925820 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/17928/task/17984/stat : 17984 (java) S 17925 17928 11993 0 -1 1077944384 67 12702 0 0 1 1 9 4 20 0 20 0 9386862 11188039680 77845 33554432000 4194304 4196468 140731692529344 140623539502224 140623602820821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38326272 140731692530369 140731692533143 140731692533143 140731692535759 0
[pid=17928/tid=17985] ppid=17925 vsize=10925820 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/17928/task/17985/stat : 17985 (java) S 17925 17928 11993 0 -1 1077944384 27 12702 0 0 1 1 9 4 20 0 20 0 9386862 11188039680 77845 33554432000 4194304 4196468 140731692529344 140623208115216 140623602820821 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 38326272 140731692530369 140731692533143 140731692533143 140731692535759 0
[pid=17928/tid=17986] ppid=17925 vsize=10925820 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/17928/task/17986/stat : 17986 (java) S 17925 17928 11993 0 -1 1077944384 105 12702 0 0 1 1 9 4 20 0 20 0 9386862 11188039680 77845 33554432000 4194304 4196468 140731692529344 140623207062416 140623602820821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38326272 140731692530369 140731692533143 140731692533143 140731692535759 0
[pid=17928/tid=17987] ppid=17925 vsize=10925820 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/17928/task/17987/stat : 17987 (java) S 17925 17928 11993 0 -1 1077944384 29 12702 0 0 1 1 9 4 20 0 20 0 9386862 11188039680 77845 33554432000 4194304 4196468 140731692529344 140623206009616 140623602820821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38326272 140731692530369 140731692533143 140731692533143 140731692535759 0
[pid=17928/tid=17988] ppid=17925 vsize=10925820 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/17928/task/17988/stat : 17988 (java) S 17925 17928 11993 0 -1 1077944384 46 12702 0 0 2 1 9 4 20 0 20 0 9386862 11188039680 77845 33554432000 4194304 4196468 140731692529344 140623204956816 140623602820821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38326272 140731692530369 140731692533143 140731692533143 140731692535759 0
[pid=17928/tid=17989] ppid=17925 vsize=10925820 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/17928/task/17989/stat : 17989 (java) S 17925 17928 11993 0 -1 1077944384 41 12702 0 0 1 1 9 4 20 0 20 0 9386862 11188039680 77845 33554432000 4194304 4196468 140731692529344 140623203904016 140623602820821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38326272 140731692530369 140731692533143 140731692533143 140731692535759 0
[pid=17928/tid=17990] ppid=17925 vsize=10925820 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/17928/task/17990/stat : 17990 (java) S 17925 17928 11993 0 -1 1077944384 141 12702 0 0 1 1 9 4 20 0 20 0 9386862 11188039680 77845 33554432000 4194304 4196468 140731692529344 140623202851216 140623602820821 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 38326272 140731692530369 140731692533143 140731692533143 140731692535759 0
[pid=17928/tid=17991] ppid=17925 vsize=10925820 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/17928/task/17991/stat : 17991 (java) S 17925 17928 11993 0 -1 1077944384 24 12702 0 0 1 1 9 4 20 0 20 0 9386862 11188039680 77845 33554432000 4194304 4196468 140731692529344 140623201798416 140623602820821 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 38326272 140731692530369 140731692533143 140731692533143 140731692535759 0
[pid=17928/tid=17992] ppid=17925 vsize=10925820 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/17928/task/17992/stat : 17992 (java) S 17925 17928 11993 0 -1 1077944384 1351 12702 0 0 2 0 9 4 20 0 20 0 9386864 11188039680 77845 33554432000 4194304 4196468 140731692529344 140623144532848 140623602821762 0 0 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 38326272 140731692530369 140731692533143 140731692533143 140731692535759 0
[pid=17928/tid=17993] ppid=17925 vsize=10925820 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/17928/task/17993/stat : 17993 (java) S 17925 17928 11993 0 -1 1077944384 59 12702 0 0 0 0 9 4 20 0 20 0 9386864 11188039680 77845 33554432000 4194304 4196468 140731692529344 140623143478880 140623602820821 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 38326272 140731692530369 140731692533143 140731692533143 140731692535759 0
[pid=17928/tid=17994] ppid=17925 vsize=10925820 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/17928/task/17994/stat : 17994 (java) S 17925 17928 11993 0 -1 1077944384 44 12702 0 0 0 0 9 4 20 0 20 0 9386865 11188039680 77845 33554432000 4194304 4196468 140731692529344 140623142425984 140623602820821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38326272 140731692530369 140731692533143 140731692533143 140731692535759 0
[pid=17928/tid=17995] ppid=17925 vsize=10925820 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/17928/task/17995/stat : 17995 (java) S 17925 17928 11993 0 -1 1077944384 1 12702 0 0 0 0 9 4 20 0 20 0 9386869 11188039680 77845 33554432000 4194304 4196468 140731692529344 140623141374288 140623602829211 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 38326272 140731692530369 140731692533143 140731692533143 140731692535759 0
[pid=17928/tid=17996] ppid=17925 vsize=10925820 CPUtime=1 cores=1,3,5,7,9,11,13,15
/proc/17928/task/17996/stat : 17996 (java) S 17925 17928 11993 0 -1 1077944384 2386 12702 0 0 86 1 9 4 20 0 20 0 9386869 11188039680 77845 33554432000 4194304 4196468 140731692529344 140623140321648 140623602821762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 38326272 140731692530369 140731692533143 140731692533143 140731692535759 0
[pid=17928/tid=17997] ppid=17925 vsize=10925820 CPUtime=0.94 cores=1,3,5,7,9,11,13,15
/proc/17928/task/17997/stat : 17997 (java) S 17925 17928 11993 0 -1 1077944384 2683 12702 0 0 80 1 9 4 20 0 20 0 9386869 11188039680 77845 33554432000 4194304 4196468 140731692529344 140623139268848 140623602821762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 38326272 140731692530369 140731692533143 140731692533143 140731692535759 0
[pid=17928/tid=17998] ppid=17925 vsize=10925820 CPUtime=1.12 cores=1,3,5,7,9,11,13,15
/proc/17928/task/17998/stat : 17998 (java) S 17925 17928 11993 0 -1 1077944384 2776 12702 0 0 97 2 9 4 20 0 20 0 9386869 11188039680 77845 33554432000 4194304 4196468 140731692529344 140623138216048 140623602821762 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 10 0 0 6293624 6294260 38326272 140731692530369 140731692533143 140731692533143 140731692535759 0
[pid=17928/tid=17999] ppid=17925 vsize=10925820 CPUtime=1.23 cores=1,3,5,7,9,11,13,15
/proc/17928/task/17999/stat : 17999 (java) S 17925 17928 11993 0 -1 1077944384 3587 12702 0 0 109 1 9 4 20 0 20 0 9386869 11188039680 77845 33554432000 4194304 4196468 140731692529344 140623137163248 140623602821762 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 8 0 0 6293624 6294260 38326272 140731692530369 140731692533143 140731692533143 140731692535759 0
[pid=17928/tid=18000] ppid=17925 vsize=10925820 CPUtime=0.13 cores=1,3,5,7,9,11,13,15

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

Current children cumulated vsize (KiB) 10934012



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2339.81 s]
/proc/loadavg: 1.47 1.54 1.52 3/281 18515
/proc/meminfo: memFree=27024264/32770624 swapFree=6384/344072
[pid=17928] ppid=17925 vsize=10934012 CPUtime=2400.02 cores=1,3,5,7,9,11,13,15
/proc/17928/stat : 17928 (java) S 17925 17928 11993 0 -1 1077944320 597839 12702 0 0 239613 376 9 4 20 0 20 0 9386847 11196428288 349820 33554432000 4194304 4196468 140731692529344 140731692511888 140623602810615 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 38326272 140731692530369 140731692533143 140731692533143 140731692535759 0
/proc/17928/statm: 2733503 349820 3528 1 0 2721058 0
[pid=17928/tid=17983] ppid=17925 vsize=10934012 CPUtime=2327.13 cores=1,3,5,7,9,11,13,15
/proc/17928/task/17983/stat : 17983 (java) R 17925 17928 11993 0 -1 4202560 119419 12702 0 0 232659 41 9 4 20 0 20 0 9386861 11196428288 349820 33554432000 4194304 4196468 140731692529344 140623607044896 140623238252051 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38326272 140731692530369 140731692533143 140731692533143 140731692535759 0
[pid=17928/tid=17984] ppid=17925 vsize=10934012 CPUtime=5.81 cores=1,3,5,7,9,11,13,15
/proc/17928/task/17984/stat : 17984 (java) S 17925 17928 11993 0 -1 1077944384 9510 12702 0 0 536 32 9 4 20 0 20 0 9386862 11196428288 349820 33554432000 4194304 4196468 140731692529344 140623539502224 140623602820821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38326272 140731692530369 140731692533143 140731692533143 140731692535759 0
[pid=17928/tid=17985] ppid=17925 vsize=10934012 CPUtime=5.82 cores=1,3,5,7,9,11,13,15
/proc/17928/task/17985/stat : 17985 (java) S 17925 17928 11993 0 -1 1077944384 13762 12702 0 0 537 32 9 4 20 0 20 0 9386862 11196428288 349820 33554432000 4194304 4196468 140731692529344 140623208115216 140623602820821 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 38326272 140731692530369 140731692533143 140731692533143 140731692535759 0
[pid=17928/tid=17986] ppid=17925 vsize=10934012 CPUtime=5.84 cores=1,3,5,7,9,11,13,15
/proc/17928/task/17986/stat : 17986 (java) S 17925 17928 11993 0 -1 1077944384 12625 12702 0 0 537 34 9 4 20 0 20 0 9386862 11196428288 349820 33554432000 4194304 4196468 140731692529344 140623207062416 140623602820821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38326272 140731692530369 140731692533143 140731692533143 140731692535759 0
[pid=17928/tid=17987] ppid=17925 vsize=10934012 CPUtime=5.83 cores=1,3,5,7,9,11,13,15
/proc/17928/task/17987/stat : 17987 (java) S 17925 17928 11993 0 -1 1077944384 11208 12702 0 0 540 30 9 4 20 0 20 0 9386862 11196428288 349820 33554432000 4194304 4196468 140731692529344 140623206009616 140623602820821 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 38326272 140731692530369 140731692533143 140731692533143 140731692535759 0
[pid=17928/tid=17988] ppid=17925 vsize=10934012 CPUtime=5.81 cores=1,3,5,7,9,11,13,15
/proc/17928/task/17988/stat : 17988 (java) S 17925 17928 11993 0 -1 1077944384 15219 12702 0 0 534 34 9 4 20 0 20 0 9386862 11196428288 349820 33554432000 4194304 4196468 140731692529344 140623204956816 140623602820821 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 38326272 140731692530369 140731692533143 140731692533143 140731692535759 0
[pid=17928/tid=17989] ppid=17925 vsize=10934012 CPUtime=5.75 cores=1,3,5,7,9,11,13,15
/proc/17928/task/17989/stat : 17989 (java) S 17925 17928 11993 0 -1 1077944384 14103 12702 0 0 528 34 9 4 20 0 20 0 9386862 11196428288 349820 33554432000 4194304 4196468 140731692529344 140623203904016 140623602820821 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 38326272 140731692530369 140731692533143 140731692533143 140731692535759 0
[pid=17928/tid=17990] ppid=17925 vsize=10934012 CPUtime=5.84 cores=1,3,5,7,9,11,13,15
/proc/17928/task/17990/stat : 17990 (java) S 17925 17928 11993 0 -1 1077944384 20976 12702 0 0 539 32 9 4 20 0 20 0 9386862 11196428288 349820 33554432000 4194304 4196468 140731692529344 140623202851216 140623602820821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38326272 140731692530369 140731692533143 140731692533143 140731692535759 0
[pid=17928/tid=17991] ppid=17925 vsize=10934012 CPUtime=5.8 cores=1,3,5,7,9,11,13,15
/proc/17928/task/17991/stat : 17991 (java) S 17925 17928 11993 0 -1 1077944384 19121 12702 0 0 535 32 9 4 20 0 20 0 9386862 11196428288 349820 33554432000 4194304 4196468 140731692529344 140623201798416 140623602820821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38326272 140731692530369 140731692533143 140731692533143 140731692535759 0
[pid=17928/tid=17992] ppid=17925 vsize=10934012 CPUtime=4.49 cores=1,3,5,7,9,11,13,15
/proc/17928/task/17992/stat : 17992 (java) S 17925 17928 11993 0 -1 1077944384 25636 12702 0 0 411 25 9 4 20 0 20 0 9386864 11196428288 349820 33554432000 4194304 4196468 140731692529344 140623144532848 140623602821762 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38326272 140731692530369 140731692533143 140731692533143 140731692535759 0
[pid=17928/tid=17993] ppid=17925 vsize=10934012 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/17928/task/17993/stat : 17993 (java) S 17925 17928 11993 0 -1 1077944384 78 12702 0 0 0 0 9 4 20 0 20 0 9386864 11196428288 349820 33554432000 4194304 4196468 140731692529344 140623143478880 140623602820821 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 38326272 140731692530369 140731692533143 140731692533143 140731692535759 0
[pid=17928/tid=17994] ppid=17925 vsize=10934012 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/17928/task/17994/stat : 17994 (java) S 17925 17928 11993 0 -1 1077944384 49 12702 0 0 0 0 9 4 20 0 20 0 9386865 11196428288 349820 33554432000 4194304 4196468 140731692529344 140623142425984 140623602820821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38326272 140731692530369 140731692533143 140731692533143 140731692535759 0
[pid=17928/tid=17995] ppid=17925 vsize=10934012 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/17928/task/17995/stat : 17995 (java) S 17925 17928 11993 0 -1 1077944384 1 12702 0 0 0 0 9 4 20 0 20 0 9386869 11196428288 349820 33554432000 4194304 4196468 140731692529344 140623141374288 140623602829211 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 38326272 140731692530369 140731692533143 140731692533143 140731692535759 0
[pid=17928/tid=17996] ppid=17925 vsize=10934012 CPUtime=6.6 cores=1,3,5,7,9,11,13,15
/proc/17928/task/17996/stat : 17996 (java) S 17925 17928 11993 0 -1 1077944384 75312 12702 0 0 639 8 9 4 20 0 20 0 9386869 11196428288 349820 33554432000 4194304 4196468 140731692529344 140623140321648 140623602821762 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 2 0 0 6293624 6294260 38326272 140731692530369 140731692533143 140731692533143 140731692535759 0
[pid=17928/tid=17997] ppid=17925 vsize=10934012 CPUtime=6.38 cores=1,3,5,7,9,11,13,15
/proc/17928/task/17997/stat : 17997 (java) S 17925 17928 11993 0 -1 1077944384 85619 12702 0 0 616 9 9 4 20 0 20 0 9386869 11196428288 349820 33554432000 4194304 4196468 140731692529344 140623139268848 140623602821762 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 3 0 0 6293624 6294260 38326272 140731692530369 140731692533143 140731692533143 140731692535759 0
[pid=17928/tid=17998] ppid=17925 vsize=10934012 CPUtime=6.14 cores=1,3,5,7,9,11,13,15
/proc/17928/task/17998/stat : 17998 (java) S 17925 17928 11993 0 -1 1077944384 78161 12702 0 0 594 7 9 4 20 0 20 0 9386869 11196428288 349820 33554432000 4194304 4196468 140731692529344 140623138216048 140623602821762 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 10 0 0 6293624 6294260 38326272 140731692530369 140731692533143 140731692533143 140731692535759 0
[pid=17928/tid=17999] ppid=17925 vsize=10934012 CPUtime=3.37 cores=1,3,5,7,9,11,13,15
/proc/17928/task/17999/stat : 17999 (java) S 17925 17928 11993 0 -1 1077944384 92463 12702 0 0 314 10 9 4 20 0 20 0 9386869 11196428288 349820 33554432000 4194304 4196468 140731692529344 140623137163248 140623602821762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 8 0 0 6293624 6294260 38326272 140731692530369 140731692533143 140731692533143 140731692535759 0
[pid=17928/tid=18000] ppid=17925 vsize=10934012 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/17928/task/18000/stat : 18000 (java) S 17925 17928 11993 0 -1 1077944384 3 12702 0 0 0 0 9 4 20 0 20 0 9386869 11196428288 349820 33554432000 4194304 4196468 140731692529344 140623136111712 140623602820821 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 38326272 140731692530369 140731692533143 140731692533143 140731692535759 0
[pid=17928/tid=18001] ppid=17925 vsize=10934012 CPUtime=1.07 cores=1,3,5,7,9,11,13,15
/proc/17928/task/18001/stat : 18001 (java) S 17925 17928 11993 0 -1 1077944384 2447 12702 0 0 52 42 9 4 20 0 20 0 9386869 11196428288 349820 33554432000 4194304 4196468 140731692529344 140623067737136 140623602821762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 10 0 0 6293624 6294260 38326272 140731692530369 140731692533143 140731692533143 140731692535759 0
Current children cumulated CPU time (s) 2400.02
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 17928 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2340 s]
/proc/loadavg: 1.47 1.54 1.52 3/281 18515
/proc/meminfo: memFree=27024264/32770624 swapFree=6384/344072
[pid=17928] ppid=17925 vsize=11067140 CPUtime=2401.02 cores=1,3,5,7,9,11,13,15
/proc/17928/stat : 17928 (java) S 17925 17928 11993 0 -1 1077944320 611780 12702 0 0 239711 378 9 4 20 0 22 0 9386847 11332751360 351635 33554432000 4194304 4196468 140731692529344 140731692511888 140623602810615 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38326272 140731692530369 140731692533143 140731692533143 140731692535759 0
/proc/17928/statm: 2766785 351635 3528 1 0 2754340 0
[pid=17928/tid=17983] ppid=17925 vsize=11067140 CPUtime=2327.14 cores=1,3,5,7,9,11,13,15
/proc/17928/task/17983/stat : 17983 (java) S 17925 17928 11993 0 -1 1077944384 120528 12702 0 0 232660 41 9 4 20 0 22 0 9386861 11332751360 351635 33554432000 4194304 4196468 140731692529344 140623607048336 140623602820821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38326272 140731692530369 140731692533143 140731692533143 140731692535759 0
[pid=17928/tid=17984] ppid=17925 vsize=11067140 CPUtime=5.93 cores=1,3,5,7,9,11,13,15
/proc/17928/task/17984/stat : 17984 (java) R 17925 17928 11993 0 -1 4202560 9640 12702 0 0 548 32 9 4 20 0 22 0 9386862 11332751360 351635 33554432000 4194304 4196468 140731692529344 140623539502344 140623595438823 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38326272 140731692530369 140731692533143 140731692533143 140731692535759 0
[pid=17928/tid=17985] ppid=17925 vsize=11067140 CPUtime=5.93 cores=1,3,5,7,9,11,13,15
/proc/17928/task/17985/stat : 17985 (java) R 17925 17928 11993 0 -1 4202560 13786 12702 0 0 548 32 9 4 20 0 22 0 9386862 11332751360 351635 33554432000 4194304 4196468 140731692529344 140623208115024 140623595438823 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 38326272 140731692530369 140731692533143 140731692533143 140731692535759 0
[pid=17928/tid=17986] ppid=17925 vsize=11067140 CPUtime=5.94 cores=1,3,5,7,9,11,13,15
/proc/17928/task/17986/stat : 17986 (java) R 17925 17928 11993 0 -1 4202560 12642 12702 0 0 547 34 9 4 20 0 22 0 9386862 11332751360 351635 33554432000 4194304 4196468 140731692529344 140623207062536 140623595438823 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38326272 140731692530369 140731692533143 140731692533143 140731692535759 0
[pid=17928/tid=17987] ppid=17925 vsize=11067140 CPUtime=5.95 cores=1,3,5,7,9,11,13,15
/proc/17928/task/17987/stat : 17987 (java) R 17925 17928 11993 0 -1 4202560 11215 12702 0 0 552 30 9 4 20 0 22 0 9386862 11332751360 351635 33554432000 4194304 4196468 140731692529344 140623206009736 140623595438823 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 38326272 140731692530369 140731692533143 140731692533143 140731692535759 0
[pid=17928/tid=17988] ppid=17925 vsize=11067140 CPUtime=5.92 cores=1,3,5,7,9,11,13,15
/proc/17928/task/17988/stat : 17988 (java) R 17925 17928 11993 0 -1 4202560 15273 12702 0 0 545 34 9 4 20 0 22 0 9386862 11332751360 351635 33554432000 4194304 4196468 140731692529344 140623204956936 140623586193650 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 38326272 140731692530369 140731692533143 140731692533143 140731692535759 0
[pid=17928/tid=17989] ppid=17925 vsize=11067140 CPUtime=5.87 cores=1,3,5,7,9,11,13,15
/proc/17928/task/17989/stat : 17989 (java) R 17925 17928 11993 0 -1 4202560 14203 12702 0 0 540 34 9 4 20 0 22 0 9386862 11332751360 351635 33554432000 4194304 4196468 140731692529344 140623203904216 140623587511251 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 38326272 140731692530369 140731692533143 140731692533143 140731692535759 0
[pid=17928/tid=17990] ppid=17925 vsize=11067140 CPUtime=5.95 cores=1,3,5,7,9,11,13,15
/proc/17928/task/17990/stat : 17990 (java) R 17925 17928 11993 0 -1 4202560 21013 12702 0 0 550 32 9 4 20 0 22 0 9386862 11332751360 351635 33554432000 4194304 4196468 140731692529344 140623202851336 140623595438823 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38326272 140731692530369 140731692533143 140731692533143 140731692535759 0
[pid=17928/tid=17991] ppid=17925 vsize=11067140 CPUtime=5.92 cores=1,3,5,7,9,11,13,15
/proc/17928/task/17991/stat : 17991 (java) R 17925 17928 11993 0 -1 4202560 19146 12702 0 0 547 32 9 4 20 0 22 0 9386862 11332751360 351635 33554432000 4194304 4196468 140731692529344 140623201798536 140623595438823 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38326272 140731692530369 140731692533143 140731692533143 140731692535759 0
[pid=17928/tid=17992] ppid=17925 vsize=11067140 CPUtime=4.55 cores=1,3,5,7,9,11,13,15
/proc/17928/task/17992/stat : 17992 (java) S 17925 17928 11993 0 -1 1077944384 36431 12702 0 0 416 26 9 4 20 0 22 0 9386864 11332751360 351635 33554432000 4194304 4196468 140731692529344 140623144531472 140623602820821 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38326272 140731692530369 140731692533143 140731692533143 140731692535759 0
[pid=17928/tid=17993] ppid=17925 vsize=11067140 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/17928/task/17993/stat : 17993 (java) S 17925 17928 11993 0 -1 1077944384 78 12702 0 0 0 0 9 4 20 0 22 0 9386864 11332751360 351635 33554432000 4194304 4196468 140731692529344 140623143478880 140623602820821 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 38326272 140731692530369 140731692533143 140731692533143 140731692535759 0
[pid=17928/tid=17994] ppid=17925 vsize=11067140 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/17928/task/17994/stat : 17994 (java) S 17925 17928 11993 0 -1 1077944384 49 12702 0 0 0 0 9 4 20 0 22 0 9386865 11332751360 351635 33554432000 4194304 4196468 140731692529344 140623142425984 140623602820821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38326272 140731692530369 140731692533143 140731692533143 140731692535759 0
[pid=17928/tid=17995] ppid=17925 vsize=11067140 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/17928/task/17995/stat : 17995 (java) S 17925 17928 11993 0 -1 1077944384 223 12702 0 0 0 0 9 4 20 0 22 0 9386869 11332751360 351635 33554432000 4194304 4196468 140731692529344 140623141374288 140623602829211 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 38326272 140731692530369 140731692533143 140731692533143 140731692535759 0
[pid=17928/tid=17996] ppid=17925 vsize=11067140 CPUtime=6.6 cores=1,3,5,7,9,11,13,15
/proc/17928/task/17996/stat : 17996 (java) S 17925 17928 11993 0 -1 1077944384 75312 12702 0 0 639 8 9 4 20 0 22 0 9386869 11332751360 351635 33554432000 4194304 4196468 140731692529344 140623140321648 140623602821762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 38326272 140731692530369 140731692533143 140731692533143 140731692535759 0
[pid=17928/tid=17997] ppid=17925 vsize=11067140 CPUtime=6.38 cores=1,3,5,7,9,11,13,15
/proc/17928/task/17997/stat : 17997 (java) S 17925 17928 11993 0 -1 1077944384 85619 12702 0 0 616 9 9 4 20 0 22 0 9386869 11332751360 351635 33554432000 4194304 4196468 140731692529344 140623139268848 140623602821762 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 3 0 0 6293624 6294260 38326272 140731692530369 140731692533143 140731692533143 140731692535759 0
[pid=17928/tid=17998] ppid=17925 vsize=11067140 CPUtime=6.14 cores=1,3,5,7,9,11,13,15
/proc/17928/task/17998/stat : 17998 (java) S 17925 17928 11993 0 -1 1077944384 78161 12702 0 0 594 7 9 4 20 0 22 0 9386869 11332751360 351635 33554432000 4194304 4196468 140731692529344 140623138216048 140623602821762 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 10 0 0 6293624 6294260 38326272 140731692530369 140731692533143 140731692533143 140731692535759 0
[pid=17928/tid=17999] ppid=17925 vsize=11067140 CPUtime=3.37 cores=1,3,5,7,9,11,13,15
/proc/17928/task/17999/stat : 17999 (java) S 17925 17928 11993 0 -1 1077944384 93555 12702 0 0 314 10 9 4 20 0 22 0 9386869 11332751360 351635 33554432000 4194304 4196468 140731692529344 140623137162816 140623602820821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 8 0 0 6293624 6294260 38326272 140731692530369 140731692533143 140731692533143 140731692535759 0
[pid=17928/tid=18000] ppid=17925 vsize=11067140 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/17928/task/18000/stat : 18000 (java) S 17925 17928 11993 0 -1 1077944384 3 12702 0 0 0 0 9 4 20 0 22 0 9386869 11332751360 351635 33554432000 4194304 4196468 140731692529344 140623136111712 140623602820821 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 38326272 140731692530369 140731692533143 140731692533143 140731692535759 0
[pid=17928/tid=18001] ppid=17925 vsize=11067140 CPUtime=1.07 cores=1,3,5,7,9,11,13,15
/proc/17928/task/18001/stat : 18001 (java) S 17925 17928 11993 0 -1 1077944384 2447 12702 0 0 52 42 9 4 20 0 22 0 9386869 11332751360 351635 33554432000 4194304 4196468 140731692529344 140623067737136 140623602821762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 10 0 0 6293624 6294260 38326272 140731692530369 140731692533143 140731692533143 140731692535759 0
Current children cumulated CPU time (s) 2401.02
Current children cumulated vsize (KiB) 11067140

[startup+2340.2 s]
/proc/loadavg: 1.47 1.54 1.52 3/281 18515
/proc/meminfo: memFree=27024264/32770624 swapFree=6384/344072
[pid=17928] ppid=17925 vsize=11067140 CPUtime=2402.23 cores=1,3,5,7,9,11,13,15
/proc/17928/stat : 17928 (java) S 17925 17928 11993 0 -1 1077944320 612039 12702 0 0 239831 379 9 4 20 0 22 0 9386847 11332751360 351720 33554432000 4194304 4196468 140731692529344 140731692511888 140623602810615 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38326272 140731692530369 140731692533143 140731692533143 140731692535759 0
/proc/17928/statm: 2766785 351720 3528 1 0 2754340 0
[pid=17928/tid=17983] ppid=17925 vsize=11067140 CPUtime=2327.14 cores=1,3,5,7,9,11,13,15
/proc/17928/task/17983/stat : 17983 (java) S 17925 17928 11993 0 -1 1077944384 120528 12702 0 0 232660 41 9 4 20 0 22 0 9386861 11332751360 351720 33554432000 4194304 4196468 140731692529344 140623607048336 140623602820821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38326272 140731692530369 140731692533143 140731692533143 140731692535759 0
[pid=17928/tid=17984] ppid=17925 vsize=11067140 CPUtime=6.06 cores=1,3,5,7,9,11,13,15
/proc/17928/task/17984/stat : 17984 (java) S 17925 17928 11993 0 -1 1077944384 9644 12702 0 0 561 32 9 4 20 0 22 0 9386862 11332751360 351720 33554432000 4194304 4196468 140731692529344 140623539502224 140623602820821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38326272 140731692530369 140731692533143 140731692533143 140731692535759 0
[pid=17928/tid=17985] ppid=17925 vsize=11067140 CPUtime=6.08 cores=1,3,5,7,9,11,13,15
/proc/17928/task/17985/stat : 17985 (java) S 17925 17928 11993 0 -1 1077944384 13819 12702 0 0 563 32 9 4 20 0 22 0 9386862 11332751360 351720 33554432000 4194304 4196468 140731692529344 140623208115216 140623602820821 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 38326272 140731692530369 140731692533143 140731692533143 140731692535759 0
[pid=17928/tid=17986] ppid=17925 vsize=11067140 CPUtime=6.09 cores=1,3,5,7,9,11,13,15
/proc/17928/task/17986/stat : 17986 (java) S 17925 17928 11993 0 -1 1077944384 12646 12702 0 0 562 34 9 4 20 0 22 0 9386862 11332751360 351720 33554432000 4194304 4196468 140731692529344 140623207062416 140623602820821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38326272 140731692530369 140731692533143 140731692533143 140731692535759 0
[pid=17928/tid=17987] ppid=17925 vsize=11067140 CPUtime=6.1 cores=1,3,5,7,9,11,13,15
/proc/17928/task/17987/stat : 17987 (java) S 17925 17928 11993 0 -1 1077944384 11216 12702 0 0 567 30 9 4 20 0 22 0 9386862 11332751360 351720 33554432000 4194304 4196468 140731692529344 140623206009616 140623602820821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38326272 140731692530369 140731692533143 140731692533143 140731692535759 0
[pid=17928/tid=17988] ppid=17925 vsize=11067140 CPUtime=6.06 cores=1,3,5,7,9,11,13,15
/proc/17928/task/17988/stat : 17988 (java) S 17925 17928 11993 0 -1 1077944384 15299 12702 0 0 559 34 9 4 20 0 22 0 9386862 11332751360 351720 33554432000 4194304 4196468 140731692529344 140623204956816 140623602820821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38326272 140731692530369 140731692533143 140731692533143 140731692535759 0
[pid=17928/tid=17989] ppid=17925 vsize=11067140 CPUtime=6.02 cores=1,3,5,7,9,11,13,15
/proc/17928/task/17989/stat : 17989 (java) S 17925 17928 11993 0 -1 1077944384 14205 12702 0 0 555 34 9 4 20 0 22 0 9386862 11332751360 351720 33554432000 4194304 4196468 140731692529344 140623203904016 140623602820821 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 38326272 140731692530369 140731692533143 140731692533143 140731692535759 0
[pid=17928/tid=17990] ppid=17925 vsize=11067140 CPUtime=6.09 cores=1,3,5,7,9,11,13,15
/proc/17928/task/17990/stat : 17990 (java) S 17925 17928 11993 0 -1 1077944384 21017 12702 0 0 564 32 9 4 20 0 22 0 9386862 11332751360 351720 33554432000 4194304 4196468 140731692529344 140623202851216 140623602820821 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 38326272 140731692530369 140731692533143 140731692533143 140731692535759 0
[pid=17928/tid=17991] ppid=17925 vsize=11067140 CPUtime=6.06 cores=1,3,5,7,9,11,13,15
/proc/17928/task/17991/stat : 17991 (java) S 17925 17928 11993 0 -1 1077944384 19156 12702 0 0 561 32 9 4 20 0 22 0 9386862 11332751360 351720 33554432000 4194304 4196468 140731692529344 140623201798416 140623602820821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38326272 140731692530369 140731692533143 140731692533143 140731692535759 0
[pid=17928/tid=17992] ppid=17925 vsize=11067140 CPUtime=4.59 cores=1,3,5,7,9,11,13,15
/proc/17928/task/17992/stat : 17992 (java) R 17925 17928 11993 0 -1 4202560 36600 12702 0 0 420 26 9 4 20 0 22 0 9386864 11332751360 351720 33554432000 4194304 4196468 140731692529344 140623144531248 140623584448953 0 0 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 38326272 140731692530369 140731692533143 140731692533143 140731692535759 0
[pid=17928/tid=17993] ppid=17925 vsize=11067140 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/17928/task/17993/stat : 17993 (java) S 17925 17928 11993 0 -1 1077944384 80 12702 0 0 0 0 9 4 20 0 22 0 9386864 11332751360 351720 33554432000 4194304 4196468 140731692529344 140623143478512 140623602820821 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 38326272 140731692530369 140731692533143 140731692533143 140731692535759 0
[pid=17928/tid=17994] ppid=17925 vsize=11067140 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/17928/task/17994/stat : 17994 (java) S 17925 17928 11993 0 -1 1077944384 49 12702 0 0 0 0 9 4 20 0 22 0 9386865 11332751360 351720 33554432000 4194304 4196468 140731692529344 140623142425984 140623602820821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38326272 140731692530369 140731692533143 140731692533143 140731692535759 0
[pid=17928/tid=17995] ppid=17925 vsize=11067140 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/17928/task/17995/stat : 17995 (java) S 17925 17928 11993 0 -1 1077944384 223 12702 0 0 0 0 9 4 20 0 22 0 9386869 11332751360 351720 33554432000 4194304 4196468 140731692529344 140623141374288 140623602829211 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 38326272 140731692530369 140731692533143 140731692533143 140731692535759 0
[pid=17928/tid=17996] ppid=17925 vsize=11067140 CPUtime=6.6 cores=1,3,5,7,9,11,13,15
/proc/17928/task/17996/stat : 17996 (java) S 17925 17928 11993 0 -1 1077944384 75312 12702 0 0 639 8 9 4 20 0 22 0 9386869 11332751360 351720 33554432000 4194304 4196468 140731692529344 140623140321648 140623602821762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 38326272 140731692530369 140731692533143 140731692533143 140731692535759 0
[pid=17928/tid=17997] ppid=17925 vsize=11067140 CPUtime=6.38 cores=1,3,5,7,9,11,13,15
/proc/17928/task/17997/stat : 17997 (java) S 17925 17928 11993 0 -1 1077944384 85619 12702 0 0 616 9 9 4 20 0 22 0 9386869 11332751360 351720 33554432000 4194304 4196468 140731692529344 140623139268848 140623602821762 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 3 0 0 6293624 6294260 38326272 140731692530369 140731692533143 140731692533143 140731692535759 0
[pid=17928/tid=17998] ppid=17925 vsize=11067140 CPUtime=6.14 cores=1,3,5,7,9,11,13,15
/proc/17928/task/17998/stat : 17998 (java) S 17925 17928 11993 0 -1 1077944384 78161 12702 0 0 594 7 9 4 20 0 22 0 9386869 11332751360 351720 33554432000 4194304 4196468 140731692529344 140623138216048 140623602821762 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 10 0 0 6293624 6294260 38326272 140731692530369 140731692533143 140731692533143 140731692535759 0
[pid=17928/tid=17999] ppid=17925 vsize=11067140 CPUtime=3.37 cores=1,3,5,7,9,11,13,15
/proc/17928/task/17999/stat : 17999 (java) S 17925 17928 11993 0 -1 1077944384 93557 12702 0 0 314 10 9 4 20 0 22 0 9386869 11332751360 351720 33554432000 4194304 4196468 140731692529344 140623137163248 140623602821762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 8 0 0 6293624 6294260 38326272 140731692530369 140731692533143 140731692533143 140731692535759 0
[pid=17928/tid=18000] ppid=17925 vsize=11067140 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/17928/task/18000/stat : 18000 (java) S 17925 17928 11993 0 -1 1077944384 3 12702 0 0 0 0 9 4 20 0 22 0 9386869 11332751360 351720 33554432000 4194304 4196468 140731692529344 140623136111712 140623602820821 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 38326272 140731692530369 140731692533143 140731692533143 140731692535759 0
[pid=17928/tid=18001] ppid=17925 vsize=11067140 CPUtime=1.07 cores=1,3,5,7,9,11,13,15
/proc/17928/task/18001/stat : 18001 (java) S 17925 17928 11993 0 -1 1077944384 2447 12702 0 0 52 42 9 4 20 0 22 0 9386869 11332751360 351720 33554432000 4194304 4196468 140731692529344 140623067737136 140623602821762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 10 0 0 6293624 6294260 38326272 140731692530369 140731692533143 140731692533143 140731692535759 0
Current children cumulated CPU time (s) 2402.23
Current children cumulated vsize (KiB) 11067140

[startup+2340.3 s]
/proc/loadavg: 1.47 1.54 1.52 3/281 18515
/proc/meminfo: memFree=27024264/32770624 swapFree=6384/344072
[pid=17928] ppid=17925 vsize=0 CPUtime=2402.68 cores=1,3,5,7,9,11,13,15
/proc/17928/stat : 17928 (java) Z 17925 17928 11993 0 -1 4228108 612205 12702 0 0 239875 380 9 4 20 0 2 0 9386847 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 0 0 0 0 0 0 0 0
/proc/17928/statm: 0 0 0 0 0 0 0
[pid=17928/tid=17990] ppid=17925 vsize=0 CPUtime=6.15 cores=1,3,5,7,9,11,13,15
/proc/17928/task/17990/stat : 17990 (java) R 17925 17928 11993 0 -1 4203588 21017 12702 0 0 569 33 9 4 20 0 2 0 9386862 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 7 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 2402.68
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 2340.31
CPU time (s): 2402.7
CPU user time (s): 2398.85
CPU system time (s): 3.8547
CPU usage (%): 102.666
Max. virtual memory (cumulated for all children) (KiB): 11067140

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2398.85
system time used= 3.8547
maximum resident set size= 1609856
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 624907
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3264
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 196466
involuntary context switches= 156729

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 20.2125 second user time and 15.9459 second system time

The end

Launcher Data

Begin job on node127 at 2017-07-22 18:33:12
IDJOB=4247979
IDBENCH=130621
IDSOLVER=2630
FILE ID=node127/4247979-1500741192
RUNJOBID= node127-1500718419-12025
PBS_JOBID= 20623370
Free space on /tmp= 61876 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/QueenAttacking/QueenAttacking-m1-s1/QueenAttacking-14.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4247979-1500741192/watcher-4247979-1500741192 -o /tmp/evaluation-result-4247979-1500741192/solver-4247979-1500741192 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node127-1500718419-12025 --watchdog 2560  bin/concrete HOME/instance-4247979-1500741192.xml

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

MD5SUM BENCH= 7bee45910aa9ad1c56e5a256c184a2b3
RANDOM SEED=1118087823

node127.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        28986804 kB
MemAvailable:   29415308 kB
Buffers:          150300 kB
Cached:           556728 kB
SwapCached:            0 kB
Active:          2990004 kB
Inactive:         350588 kB
Active(anon):    2636276 kB
Inactive(anon):     8672 kB
Active(file):     353728 kB
Inactive(file):   341916 kB
Unevictable:        6384 kB
Mlocked:            6384 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24304 kB
Writeback:             0 kB
AnonPages:       2638836 kB
Mapped:            44240 kB
Shmem:              8840 kB
Slab:             132136 kB
SReclaimable:      97388 kB
SUnreclaim:        34748 kB
KernelStack:        4480 kB
PageTables:        10824 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3296560 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2379776 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 61852 MiB
End job on node127 at 2017-07-22 19:12:12