Trace number 4246258

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
R1: Concrete 3.4? (TO) 2401.61 2334.11

General information on the benchmark

NameLangford/Langford-m2-s1/
LangfordBin-90.xml
MD5SUM2a5b3790b47e1c2f5ad8b085143681cb
Bench CategoryCSP (decision 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 variables360
Number of constraints270
Number of domains2
Minimum domain size90
Maximum domain size180
Distribution of domain sizes[{"size":90,"count":180},{"size":180,"count":180}]
Minimum variable degree2
Maximum variable degree180
Distribution of variable degrees[{"degree":2,"count":180},{"degree":180,"count":180}]
Minimum constraint arity2
Maximum constraint arity181
Distribution of constraint arities[{"arity":2,"count":90},{"arity":181,"count":180}]
Number of extensional constraints0
Number of intensional constraints90
Distribution of constraint types[{"type":"intension","count":90},{"type":"element","count":180}]
Optimization problemNO
Type of objective

Solver Data

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

pid=28755
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.86 1.71 1.56 3/265 28758
/proc/meminfo: memFree=30261672/32770624 swapFree=5884/331464
[pid=28758] ppid=28755 vsize=9508 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/28758/stat : 28758 (bash) S 28755 28758 16913 0 -1 4202496 687 1531 0 0 0 0 0 0 20 0 1 0 6400336 9736192 351 33554432000 4194304 5098028 140722802070800 140722802068440 140181527018496 0 0 4100 65536 18446744071580971376 0 0 17 10 0 0 0 0 0 7196144 7232144 29954048 140722802074894 140722802074979 140722802074979 140722802077678 0
/proc/28758/statm: 2377 351 278 221 0 86 0

[startup+0.100132 s]
/proc/loadavg: 1.86 1.71 1.56 3/265 28758
/proc/meminfo: memFree=30261672/32770624 swapFree=5884/331464
[pid=28758] ppid=28755 vsize=9640 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/28758/stat : 28758 (bash) S 28755 28758 16913 0 -1 4202496 885 6413 0 0 0 0 0 1 20 0 1 0 6400336 9871360 378 33554432000 4194304 5098028 140722802070800 140722802064808 140181527018496 0 0 4100 65536 18446744071580971376 0 0 17 10 0 0 0 0 0 7196144 7232144 29954048 140722802074894 140722802074979 140722802074979 140722802077678 0
/proc/28758/statm: 2410 378 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200397 s]
/proc/loadavg: 1.86 1.71 1.56 3/265 28758
/proc/meminfo: memFree=30261672/32770624 swapFree=5884/331464
[pid=28758] ppid=28755 vsize=10435860 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/28758/stat : 28758 (java) S 28755 28758 16913 0 -1 1077944320 4764 12520 0 0 6 1 8 3 20 0 13 0 6400336 10686320640 5091 33554432000 4194304 4196468 140733678861184 140733678843728 140471000620791 0 0 0 16800971 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 16560128 140733678865089 140733678867863 140733678867863 140733678870479 0
/proc/28758/statm: 2608965 5091 2137 1 0 2597403 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 10435860

[startup+0.30029 s]
/proc/loadavg: 1.86 1.71 1.56 3/265 28758
/proc/meminfo: memFree=30261672/32770624 swapFree=5884/331464
[pid=28758] ppid=28755 vsize=10902292 CPUtime=0.37 cores=0,2,4,6,8,10,12,14
/proc/28758/stat : 28758 (java) S 28755 28758 16913 0 -1 1077944320 6740 12520 0 0 24 2 8 3 20 0 20 0 6400336 11163947008 8434 33554432000 4194304 4196468 140733678861184 140733678843728 140471000620791 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 16560128 140733678865089 140733678867863 140733678867863 140733678870479 0
/proc/28758/statm: 2725573 8434 2943 1 0 2713890 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 10902292

[startup+0.700353 s]
/proc/loadavg: 1.86 1.71 1.56 3/265 28758
/proc/meminfo: memFree=30261672/32770624 swapFree=5884/331464
[pid=28758] ppid=28755 vsize=10902720 CPUtime=0.91 cores=0,2,4,6,8,10,12,14
/proc/28758/stat : 28758 (java) S 28755 28758 16913 0 -1 1077944320 11980 12520 0 0 75 5 8 3 20 0 20 0 6400336 11164385280 14819 33554432000 4194304 4196468 140733678861184 140733678843728 140471000620791 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 16560128 140733678865089 140733678867863 140733678867863 140733678870479 0
/proc/28758/statm: 2725680 14819 3149 1 0 2713890 0
Current children cumulated CPU time (s) 0.91
Current children cumulated vsize (KiB) 10902720

[startup+1.50187 s]
/proc/loadavg: 1.86 1.71 1.56 3/285 28831
/proc/meminfo: memFree=30166908/32770624 swapFree=5884/331516
[pid=28758] ppid=28755 vsize=10913344 CPUtime=2.2 cores=0,2,4,6,8,10,12,14
/proc/28758/stat : 28758 (java) S 28755 28758 16913 0 -1 1077944320 24875 12520 0 0 197 12 8 3 20 0 20 0 6400336 11175264256 41397 33554432000 4194304 4196468 140733678861184 140733678843728 140471000620791 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 16560128 140733678865089 140733678867863 140733678867863 140733678870479 0
/proc/28758/statm: 2728336 41397 3376 1 0 2716450 0
[pid=28758/tid=28813] ppid=28755 vsize=10913344 CPUtime=1.44 cores=0,2,4,6,8,10,12,14
/proc/28758/task/28813/stat : 28813 (java) S 28755 28758 16913 0 -1 1077944384 19014 12520 0 0 127 6 8 3 20 0 20 0 6400349 11175264256 41397 33554432000 4194304 4196468 140733678861184 140471004839152 140471000630997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16560128 140733678865089 140733678867863 140733678867863 140733678870479 0
[pid=28758/tid=28814] ppid=28755 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/28758/task/28814/stat : 28814 (java) S 28755 28758 16913 0 -1 1077944384 136 12520 0 0 0 0 8 3 20 0 20 0 6400350 11175264256 41397 33554432000 4194304 4196468 140733678861184 140470937311632 140471000630997 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 16560128 140733678865089 140733678867863 140733678867863 140733678870479 0
[pid=28758/tid=28815] ppid=28755 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/28758/task/28815/stat : 28815 (java) S 28755 28758 16913 0 -1 1077944384 13 12520 0 0 0 0 8 3 20 0 20 0 6400350 11175264256 41397 33554432000 4194304 4196468 140733678861184 140470936258832 140471000630997 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 16560128 140733678865089 140733678867863 140733678867863 140733678870479 0
[pid=28758/tid=28816] ppid=28755 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/28758/task/28816/stat : 28816 (java) S 28755 28758 16913 0 -1 1077944384 10 12520 0 0 0 0 8 3 20 0 20 0 6400350 11175264256 41397 33554432000 4194304 4196468 140733678861184 140470935206544 140471000630997 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 16560128 140733678865089 140733678867863 140733678867863 140733678870479 0
[pid=28758/tid=28817] ppid=28755 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/28758/task/28817/stat : 28817 (java) S 28755 28758 16913 0 -1 1077944384 48 12520 0 0 0 0 8 3 20 0 20 0 6400350 11175264256 41397 33554432000 4194304 4196468 140733678861184 140470934153744 140471000630997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16560128 140733678865089 140733678867863 140733678867863 140733678870479 0
[pid=28758/tid=28818] ppid=28755 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/28758/task/28818/stat : 28818 (java) S 28755 28758 16913 0 -1 1077944384 26 12520 0 0 0 0 8 3 20 0 20 0 6400350 11175264256 41397 33554432000 4194304 4196468 140733678861184 140470933101456 140471000630997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16560128 140733678865089 140733678867863 140733678867863 140733678870479 0
[pid=28758/tid=28819] ppid=28755 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/28758/task/28819/stat : 28819 (java) S 28755 28758 16913 0 -1 1077944384 12 12520 0 0 0 0 8 3 20 0 20 0 6400350 11175264256 41397 33554432000 4194304 4196468 140733678861184 140470602558224 140471000630997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16560128 140733678865089 140733678867863 140733678867863 140733678870479 0
[pid=28758/tid=28820] ppid=28755 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/28758/task/28820/stat : 28820 (java) S 28755 28758 16913 0 -1 1077944384 28 12520 0 0 0 0 8 3 20 0 20 0 6400350 11175264256 41397 33554432000 4194304 4196468 140733678861184 140470601505936 140471000630997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16560128 140733678865089 140733678867863 140733678867863 140733678870479 0
[pid=28758/tid=28821] ppid=28755 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/28758/task/28821/stat : 28821 (java) S 28755 28758 16913 0 -1 1077944384 19 12520 0 0 0 0 8 3 20 0 20 0 6400350 11175264256 41422 33554432000 4194304 4196468 140733678861184 140470600453136 140471000630997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16560128 140733678865089 140733678867863 140733678867863 140733678870479 0
[pid=28758/tid=28822] ppid=28755 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/28758/task/28822/stat : 28822 (java) R 28755 28758 16913 0 -1 4202560 71 12520 0 0 0 0 8 3 20 0 20 0 6400352 11175264256 41422 33554432000 4194304 4196468 140733678861184 140469817688512 140470980815482 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16560128 140733678865089 140733678867863 140733678867863 140733678870479 0
[pid=28758/tid=28823] ppid=28755 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/28758/task/28823/stat : 28823 (java) S 28755 28758 16913 0 -1 1077944384 33 12520 0 0 0 0 8 3 20 0 20 0 6400353 11175264256 41422 33554432000 4194304 4196468 140733678861184 140469816636192 140471000630997 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 16560128 140733678865089 140733678867863 140733678867863 140733678870479 0
[pid=28758/tid=28824] ppid=28755 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/28758/task/28824/stat : 28824 (java) S 28755 28758 16913 0 -1 1077944384 21 12520 0 0 0 0 8 3 20 0 20 0 6400353 11175264256 41422 33554432000 4194304 4196468 140733678861184 140469815583856 140471000630997 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 16560128 140733678865089 140733678867863 140733678867863 140733678870479 0
[pid=28758/tid=28825] ppid=28755 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/28758/task/28825/stat : 28825 (java) S 28755 28758 16913 0 -1 1077944384 1 12520 0 0 0 0 8 3 20 0 20 0 6400357 11175264256 41422 33554432000 4194304 4196468 140733678861184 140469814532176 140471000639387 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 16560128 140733678865089 140733678867863 140733678867863 140733678870479 0
[pid=28758/tid=28826] ppid=28755 vsize=10913344 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/28758/task/28826/stat : 28826 (java) S 28755 28758 16913 0 -1 1077944384 805 12520 0 0 13 0 8 3 20 0 20 0 6400357 11175264256 41422 33554432000 4194304 4196468 140733678861184 140469813480048 140471000631938 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 16560128 140733678865089 140733678867863 140733678867863 140733678870479 0
[pid=28758/tid=28827] ppid=28755 vsize=10913344 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/28758/task/28827/stat : 28827 (java) S 28755 28758 16913 0 -1 1077944384 637 12520 0 0 15 0 8 3 20 0 20 0 6400357 11175264256 41422 33554432000 4194304 4196468 140733678861184 140469812427248 140471000631938 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16560128 140733678865089 140733678867863 140733678867863 140733678870479 0
[pid=28758/tid=28828] ppid=28755 vsize=10913344 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/28758/task/28828/stat : 28828 (java) S 28755 28758 16913 0 -1 1077944384 770 12520 0 0 9 0 8 3 20 0 20 0 6400357 11175264256 41422 33554432000 4194304 4196468 140733678861184 140469811374960 140471000631938 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 16560128 140733678865089 140733678867863 140733678867863 140733678870479 0
[pid=28758/tid=28829] ppid=28755 vsize=10913344 CPUtime=0.37 cores=0,2,4,6,8,10,12,14
/proc/28758/task/28829/stat : 28829 (java) S 28755 28758 16913 0 -1 1077944384 1119 12520 0 0 26 0 8 3 20 0 20 0 6400357 11175264256 41422 33554432000 4194304 4196468 140733678861184 140469810322160 140471000631938 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16560128 140733678865089 140733678867863 140733678867863 140733678870479 0
[pid=28758/tid=28830] ppid=28755 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/28758/task/28830/stat : 28830 (java) S 28755 28758 16913 0 -1 1077944384 3 12520 0 0 0 0 8 3 20 0 20 0 6400358 11175264256 41422 33554432000 4194304 4196468 140733678861184 140469809269088 140471000630997 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 16560128 140733678865089 140733678867863 140733678867863 140733678870479 0
[pid=28758/tid=28831] ppid=28755 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/28758/task/28831/stat : 28831 (java) S 28755 28758 16913 0 -1 1077944384 3 12520 0 0 0 0 8 3 20 0 20 0 6400358 11175264256 41422 33554432000 4194304 4196468 140733678861184 140469808216368 140471000631938 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16560128 140733678865089 140733678867863 140733678867863 140733678870479 0
Current children cumulated CPU time (s) 2.2
Current children cumulated vsize (KiB) 10913344

[startup+3.1011 s]
/proc/loadavg: 1.86 1.71 1.56 6/285 28831
/proc/meminfo: memFree=30086932/32770624 swapFree=5884/331516
[pid=28758] ppid=28755 vsize=10925820 CPUtime=6.94 cores=0,2,4,6,8,10,12,14
/proc/28758/stat : 28758 (java) S 28755 28758 16913 0 -1 1077944320 38061 12520 0 0 664 19 8 3 20 0 20 0 6400336 11188039680 58038 33554432000 4194304 4196468 140733678861184 140733678843728 140471000620791 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 16560128 140733678865089 140733678867863 140733678867863 140733678870479 0
/proc/28758/statm: 2731455 58038 3480 1 0 2719010 0
[pid=28758/tid=28813] ppid=28755 vsize=10925820 CPUtime=3 cores=0,2,4,6,8,10,12,14
/proc/28758/task/28813/stat : 28813 (java) R 28755 28758 16913 0 -1 4202560 24392 12520 0 0 281 8 8 3 20 0 20 0 6400349 11188039680 58038 33554432000 4194304 4196468 140733678861184 140471004847024 140470614865674 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16560128 140733678865089 140733678867863 140733678867863 140733678870479 0
[pid=28758/tid=28814] ppid=28755 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/28758/task/28814/stat : 28814 (java) S 28755 28758 16913 0 -1 1077944384 140 12520 0 0 0 0 8 3 20 0 20 0 6400350 11188039680 58038 33554432000 4194304 4196468 140733678861184 140470937311632 140471000630997 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 16560128 140733678865089 140733678867863 140733678867863 140733678870479 0
[pid=28758/tid=28815] ppid=28755 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/28758/task/28815/stat : 28815 (java) S 28755 28758 16913 0 -1 1077944384 14 12520 0 0 1 0 8 3 20 0 20 0 6400350 11188039680 58038 33554432000 4194304 4196468 140733678861184 140470936258832 140471000630997 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 16560128 140733678865089 140733678867863 140733678867863 140733678870479 0
[pid=28758/tid=28816] ppid=28755 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/28758/task/28816/stat : 28816 (java) S 28755 28758 16913 0 -1 1077944384 11 12520 0 0 1 0 8 3 20 0 20 0 6400350 11188039680 58038 33554432000 4194304 4196468 140733678861184 140470935206544 140471000630997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16560128 140733678865089 140733678867863 140733678867863 140733678870479 0
[pid=28758/tid=28817] ppid=28755 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/28758/task/28817/stat : 28817 (java) S 28755 28758 16913 0 -1 1077944384 48 12520 0 0 0 0 8 3 20 0 20 0 6400350 11188039680 58038 33554432000 4194304 4196468 140733678861184 140470934153744 140471000630997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16560128 140733678865089 140733678867863 140733678867863 140733678870479 0
[pid=28758/tid=28818] ppid=28755 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/28758/task/28818/stat : 28818 (java) S 28755 28758 16913 0 -1 1077944384 27 12520 0 0 0 0 8 3 20 0 20 0 6400350 11188039680 58038 33554432000 4194304 4196468 140733678861184 140470933101456 140471000630997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16560128 140733678865089 140733678867863 140733678867863 140733678870479 0
[pid=28758/tid=28819] ppid=28755 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/28758/task/28819/stat : 28819 (java) S 28755 28758 16913 0 -1 1077944384 12 12520 0 0 1 0 8 3 20 0 20 0 6400350 11188039680 58038 33554432000 4194304 4196468 140733678861184 140470602558224 140471000630997 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 16560128 140733678865089 140733678867863 140733678867863 140733678870479 0
[pid=28758/tid=28820] ppid=28755 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/28758/task/28820/stat : 28820 (java) S 28755 28758 16913 0 -1 1077944384 28 12520 0 0 1 0 8 3 20 0 20 0 6400350 11188039680 58038 33554432000 4194304 4196468 140733678861184 140470601505936 140471000630997 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 16560128 140733678865089 140733678867863 140733678867863 140733678870479 0
[pid=28758/tid=28821] ppid=28755 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/28758/task/28821/stat : 28821 (java) S 28755 28758 16913 0 -1 1077944384 22 12520 0 0 1 0 8 3 20 0 20 0 6400350 11188039680 58066 33554432000 4194304 4196468 140733678861184 140470600453136 140471000630997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16560128 140733678865089 140733678867863 140733678867863 140733678870479 0
[pid=28758/tid=28822] ppid=28755 vsize=10925820 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/28758/task/28822/stat : 28822 (java) S 28755 28758 16913 0 -1 1077944384 1175 12520 0 0 2 0 8 3 20 0 20 0 6400352 11188039680 58066 33554432000 4194304 4196468 140733678861184 140469817690224 140471000631938 0 0 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 16560128 140733678865089 140733678867863 140733678867863 140733678870479 0
[pid=28758/tid=28823] ppid=28755 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/28758/task/28823/stat : 28823 (java) S 28755 28758 16913 0 -1 1077944384 56 12520 0 0 0 0 8 3 20 0 20 0 6400353 11188039680 58066 33554432000 4194304 4196468 140733678861184 140469816636256 140471000630997 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 16560128 140733678865089 140733678867863 140733678867863 140733678870479 0
[pid=28758/tid=28824] ppid=28755 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/28758/task/28824/stat : 28824 (java) S 28755 28758 16913 0 -1 1077944384 43 12520 0 0 0 0 8 3 20 0 20 0 6400353 11188039680 58066 33554432000 4194304 4196468 140733678861184 140469815583872 140471000630997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16560128 140733678865089 140733678867863 140733678867863 140733678870479 0
[pid=28758/tid=28825] ppid=28755 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/28758/task/28825/stat : 28825 (java) S 28755 28758 16913 0 -1 1077944384 1 12520 0 0 0 0 8 3 20 0 20 0 6400357 11188039680 58066 33554432000 4194304 4196468 140733678861184 140469814532176 140471000639387 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 16560128 140733678865089 140733678867863 140733678867863 140733678870479 0
[pid=28758/tid=28826] ppid=28755 vsize=10925820 CPUtime=1.22 cores=0,2,4,6,8,10,12,14
/proc/28758/task/28826/stat : 28826 (java) R 28755 28758 16913 0 -1 4202560 3044 12520 0 0 110 1 8 3 20 0 20 0 6400357 11188039680 58066 33554432000 4194304 4196468 140733678861184 140469813467376 140470985745902 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16560128 140733678865089 140733678867863 140733678867863 140733678870479 0
[pid=28758/tid=28827] ppid=28755 vsize=10925820 CPUtime=0.86 cores=0,2,4,6,8,10,12,14
/proc/28758/task/28827/stat : 28827 (java) R 28755 28758 16913 0 -1 4202560 1408 12520 0 0 75 0 8 3 20 0 20 0 6400357 11188039680 58066 33554432000 4194304 4196468 140733678861184 140469812408976 140470984117579 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 16560128 140733678865089 140733678867863 140733678867863 140733678870479 0
[pid=28758/tid=28828] ppid=28755 vsize=10925820 CPUtime=0.88 cores=0,2,4,6,8,10,12,14
/proc/28758/task/28828/stat : 28828 (java) R 28755 28758 16913 0 -1 4202560 2270 12520 0 0 76 1 8 3 20 0 20 0 6400357 11188039680 58066 33554432000 4194304 4196468 140733678861184 140469811356912 140471000642138 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 16560128 140733678865089 140733678867863 140733678867863 140733678870479 0
[pid=28758/tid=28829] ppid=28755 vsize=10925820 CPUtime=1.2 cores=0,2,4,6,8,10,12,14
/proc/28758/task/28829/stat : 28829 (java) R 28755 28758 16913 0 -1 4202560 3234 12520 0 0 108 1 8 3 20 0 20 0 6400357 11188039680 58066 33554432000 4194304 4196468 140733678861184 140469810320120 140471000642138 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 16560128 140733678865089 140733678867863 140733678867863 140733678870479 0
[pid=28758/tid=28830] ppid=28755 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/28758/task/28830/stat : 28830 (java) S 28755 28758 16913 0 -1 1077944384 3 12520 0 0 0 0 8 3 20 0 20 0 6400358 11188039680 58066 33554432000 4194304 4196468 140733678861184 140469809269088 140471000630997 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 16560128 140733678865089 140733678867863 140733678867863 140733678870479 0
[pid=28758/tid=28831] ppid=28755 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/28758/task/28831/stat : 28831 (java) S 28755 28758 16913 0 -1 1077944384 4 12520 0 0 0 0 8 3 20 0 20 0 6400358 11188039680 58066 33554432000 4194304 4196468 140733678861184 140469808216368 140471000631938 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16560128 140733678865089 140733678867863 140733678867863 140733678870479 0
Current children cumulated CPU time (s) 6.94
Current children cumulated vsize (KiB) 10925820

[startup+6.30118 s]
/proc/loadavg: 2.11 1.77 1.58 4/285 28831
/proc/meminfo: memFree=29908656/32770624 swapFree=5884/331516
[pid=28758] ppid=28755 vsize=10995452 CPUtime=16.27 cores=0,2,4,6,8,10,12,14
/proc/28758/stat : 28758 (java) S 28755 28758 16913 0 -1 1077944320 70097 12520 0 0 1582 34 8 3 20 0 20 0 6400336 11259342848 96283 33554432000 4194304 4196468 140733678861184 140733678843728 140471000620791 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 16560128 140733678865089 140733678867863 140733678867863 140733678870479 0
/proc/28758/statm: 2748863 96283 3501 1 0 2736418 0
[pid=28758/tid=28813] ppid=28755 vsize=10995452 CPUtime=6.12 cores=0,2,4,6,8,10,12,14
/proc/28758/task/28813/stat : 28813 (java) R 28755 28758 16913 0 -1 4202560 41747 12520 0 0 589 12 8 3 20 0 20 0 6400349 11259342848 96283 33554432000 4194304 4196468 140733678861184 140471004851928 140470628689661 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16560128 140733678865089 140733678867863 140733678867863 140733678870479 0
[pid=28758/tid=28814] ppid=28755 vsize=10995452 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/28758/task/28814/stat : 28814 (java) S 28755 28758 16913 0 -1 1077944384 176 12520 0 0 5 1 8 3 20 0 20 0 6400350 11259342848 96283 33554432000 4194304 4196468 140733678861184 140470937311632 140471000630997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16560128 140733678865089 140733678867863 140733678867863 140733678870479 0
[pid=28758/tid=28815] ppid=28755 vsize=10995452 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/28758/task/28815/stat : 28815 (java) S 28755 28758 16913 0 -1 1077944384 67 12520 0 0 6 1 8 3 20 0 20 0 6400350 11259342848 96283 33554432000 4194304 4196468 140733678861184 140470936258832 140471000630997 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 16560128 140733678865089 140733678867863 140733678867863 140733678870479 0
[pid=28758/tid=28816] ppid=28755 vsize=10995452 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/28758/task/28816/stat : 28816 (java) S 28755 28758 16913 0 -1 1077944384 28 12520 0 0 5 1 8 3 20 0 20 0 6400350 11259342848 96283 33554432000 4194304 4196468 140733678861184 140470935206544 140471000630997 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 16560128 140733678865089 140733678867863 140733678867863 140733678870479 0
[pid=28758/tid=28817] ppid=28755 vsize=10995452 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/28758/task/28817/stat : 28817 (java) S 28755 28758 16913 0 -1 1077944384 80 12520 0 0 5 1 8 3 20 0 20 0 6400350 11259342848 96283 33554432000 4194304 4196468 140733678861184 140470934153744 140471000630997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16560128 140733678865089 140733678867863 140733678867863 140733678870479 0
[pid=28758/tid=28818] ppid=28755 vsize=10995452 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/28758/task/28818/stat : 28818 (java) S 28755 28758 16913 0 -1 1077944384 675 12520 0 0 4 1 8 3 20 0 20 0 6400350 11259342848 96283 33554432000 4194304 4196468 140733678861184 140470933101456 140471000630997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16560128 140733678865089 140733678867863 140733678867863 140733678870479 0
[pid=28758/tid=28819] ppid=28755 vsize=10995452 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/28758/task/28819/stat : 28819 (java) S 28755 28758 16913 0 -1 1077944384 64 12520 0 0 6 1 8 3 20 0 20 0 6400350 11259342848 96283 33554432000 4194304 4196468 140733678861184 140470602558224 140471000630997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16560128 140733678865089 140733678867863 140733678867863 140733678870479 0
[pid=28758/tid=28820] ppid=28755 vsize=10995452 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/28758/task/28820/stat : 28820 (java) S 28755 28758 16913 0 -1 1077944384 177 12520 0 0 5 1 8 3 20 0 20 0 6400350 11259342848 96283 33554432000 4194304 4196468 140733678861184 140470601505936 140471000630997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16560128 140733678865089 140733678867863 140733678867863 140733678870479 0
[pid=28758/tid=28821] ppid=28755 vsize=10995452 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/28758/task/28821/stat : 28821 (java) S 28755 28758 16913 0 -1 1077944384 61 12520 0 0 5 1 8 3 20 0 20 0 6400350 11259342848 96283 33554432000 4194304 4196468 140733678861184 140470600453136 140471000630997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16560128 140733678865089 140733678867863 140733678867863 140733678870479 0
[pid=28758/tid=28822] ppid=28755 vsize=10995452 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/28758/task/28822/stat : 28822 (java) S 28755 28758 16913 0 -1 1077944384 2148 12520 0 0 4 0 8 3 20 0 20 0 6400352 11259342848 96283 33554432000 4194304 4196468 140733678861184 140469817690224 140471000631938 0 0 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 16560128 140733678865089 140733678867863 140733678867863 140733678870479 0
[pid=28758/tid=28823] ppid=28755 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/28758/task/28823/stat : 28823 (java) S 28755 28758 16913 0 -1 1077944384 57 12520 0 0 0 0 8 3 20 0 20 0 6400353 11259342848 96283 33554432000 4194304 4196468 140733678861184 140469816636256 140471000630997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16560128 140733678865089 140733678867863 140733678867863 140733678870479 0
[pid=28758/tid=28824] ppid=28755 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/28758/task/28824/stat : 28824 (java) S 28755 28758 16913 0 -1 1077944384 43 12520 0 0 0 0 8 3 20 0 20 0 6400353 11259342848 96283 33554432000 4194304 4196468 140733678861184 140469815583872 140471000630997 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 16560128 140733678865089 140733678867863 140733678867863 140733678870479 0
[pid=28758/tid=28825] ppid=28755 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/28758/task/28825/stat : 28825 (java) S 28755 28758 16913 0 -1 1077944384 1 12520 0 0 0 0 8 3 20 0 20 0 6400357 11259342848 96283 33554432000 4194304 4196468 140733678861184 140469814532176 140471000639387 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 16560128 140733678865089 140733678867863 140733678867863 140733678870479 0
[pid=28758/tid=28826] ppid=28755 vsize=10995452 CPUtime=2.84 cores=0,2,4,6,8,10,12,14
/proc/28758/task/28826/stat : 28826 (java) S 28755 28758 16913 0 -1 1077944384 5473 12520 0 0 272 1 8 3 20 0 20 0 6400357 11259342848 96283 33554432000 4194304 4196468 140733678861184 140469813480048 140471000631938 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16560128 140733678865089 140733678867863 140733678867863 140733678870479 0
[pid=28758/tid=28827] ppid=28755 vsize=10995452 CPUtime=2.68 cores=0,2,4,6,8,10,12,14
/proc/28758/task/28827/stat : 28827 (java) S 28755 28758 16913 0 -1 1077944384 6536 12520 0 0 256 1 8 3 20 0 20 0 6400357 11259342848 96283 33554432000 4194304 4196468 140733678861184 140469812427248 140471000631938 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 16560128 140733678865089 140733678867863 140733678867863 140733678870479 0
[pid=28758/tid=28828] ppid=28755 vsize=10995452 CPUtime=2.49 cores=0,2,4,6,8,10,12,14
/proc/28758/task/28828/stat : 28828 (java) S 28755 28758 16913 0 -1 1077944384 5157 12520 0 0 236 2 8 3 20 0 20 0 6400357 11259342848 96283 33554432000 4194304 4196468 140733678861184 140469811374960 140471000631938 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 16560128 140733678865089 140733678867863 140733678867863 140733678870479 0
[pid=28758/tid=28829] ppid=28755 vsize=10995452 CPUtime=1.9 cores=0,2,4,6,8,10,12,14
/proc/28758/task/28829/stat : 28829 (java) S 28755 28758 16913 0 -1 1077944384 5087 12520 0 0 176 3 8 3 20 0 20 0 6400357 11259342848 96283 33554432000 4194304 4196468 140733678861184 140469810322160 140471000631938 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 16560128 140733678865089 140733678867863 140733678867863 140733678870479 0
[pid=28758/tid=28830] ppid=28755 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14

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

[pid=28758/tid=28827] ppid=28755 vsize=10995452 CPUtime=3.11 cores=0,2,4,6,8,10,12,14
/proc/28758/task/28827/stat : 28827 (java) S 28755 28758 16913 0 -1 1077944384 14882 12520 0 0 297 3 8 3 20 0 20 0 6400357 11259342848 226424 33554432000 4194304 4196468 140733678861184 140469812427248 140471000631938 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 16560128 140733678865089 140733678867863 140733678867863 140733678870479 0
[pid=28758/tid=28828] ppid=28755 vsize=10995452 CPUtime=3.04 cores=0,2,4,6,8,10,12,14
/proc/28758/task/28828/stat : 28828 (java) S 28755 28758 16913 0 -1 1077944384 13053 12520 0 0 291 2 8 3 20 0 20 0 6400357 11259342848 226424 33554432000 4194304 4196468 140733678861184 140469811374960 140471000631938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16560128 140733678865089 140733678867863 140733678867863 140733678870479 0
[pid=28758/tid=28829] ppid=28755 vsize=10995452 CPUtime=1.97 cores=0,2,4,6,8,10,12,14
/proc/28758/task/28829/stat : 28829 (java) S 28755 28758 16913 0 -1 1077944384 12835 12520 0 0 182 4 8 3 20 0 20 0 6400357 11259342848 226424 33554432000 4194304 4196468 140733678861184 140469810322160 140471000631938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16560128 140733678865089 140733678867863 140733678867863 140733678870479 0
[pid=28758/tid=28830] ppid=28755 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/28758/task/28830/stat : 28830 (java) S 28755 28758 16913 0 -1 1077944384 3 12520 0 0 0 0 8 3 20 0 20 0 6400358 11259342848 226424 33554432000 4194304 4196468 140733678861184 140469809269088 140471000630997 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 16560128 140733678865089 140733678867863 140733678867863 140733678870479 0
[pid=28758/tid=28831] ppid=28755 vsize=10995452 CPUtime=1.35 cores=0,2,4,6,8,10,12,14
/proc/28758/task/28831/stat : 28831 (java) S 28755 28758 16913 0 -1 1077944384 1244 12520 0 0 66 58 8 3 20 0 20 0 6400358 11259342848 226424 33554432000 4194304 4196468 140733678861184 140469808216368 140471000631938 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16560128 140733678865089 140733678867863 140733678867863 140733678870479 0
Current children cumulated CPU time (s) 2388.27
Current children cumulated vsize (KiB) 10995452



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2333.8 s]
/proc/loadavg: 1.35 1.50 1.47 3/284 29046
/proc/meminfo: memFree=29554524/32770624 swapFree=5884/334196
[pid=28758] ppid=28755 vsize=10995452 CPUtime=2400.07 cores=0,2,4,6,8,10,12,14
/proc/28758/stat : 28758 (java) S 28755 28758 16913 0 -1 1077944320 199833 12520 0 0 239568 428 8 3 20 0 20 0 6400336 11259342848 226424 33554432000 4194304 4196468 140733678861184 140733678843728 140471000620791 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 16560128 140733678865089 140733678867863 140733678867863 140733678870479 0
/proc/28758/statm: 2748863 226424 3513 1 0 2736418 0
[pid=28758/tid=28813] ppid=28755 vsize=10995452 CPUtime=2314.88 cores=0,2,4,6,8,10,12,14
/proc/28758/task/28813/stat : 28813 (java) R 28755 28758 16913 0 -1 4202560 73553 12520 0 0 231441 36 8 3 20 0 20 0 6400349 11259342848 226424 33554432000 4194304 4196468 140733678861184 140471004854864 140470629475208 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16560128 140733678865089 140733678867863 140733678867863 140733678870479 0
[pid=28758/tid=28814] ppid=28755 vsize=10995452 CPUtime=8.33 cores=0,2,4,6,8,10,12,14
/proc/28758/task/28814/stat : 28814 (java) S 28755 28758 16913 0 -1 1077944384 6695 12520 0 0 779 43 8 3 20 0 20 0 6400350 11259342848 226424 33554432000 4194304 4196468 140733678861184 140470937311632 140471000630997 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 16560128 140733678865089 140733678867863 140733678867863 140733678870479 0
[pid=28758/tid=28815] ppid=28755 vsize=10995452 CPUtime=8.5 cores=0,2,4,6,8,10,12,14
/proc/28758/task/28815/stat : 28815 (java) S 28755 28758 16913 0 -1 1077944384 5183 12520 0 0 804 35 8 3 20 0 20 0 6400350 11259342848 226424 33554432000 4194304 4196468 140733678861184 140470936258832 140471000630997 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 16560128 140733678865089 140733678867863 140733678867863 140733678870479 0
[pid=28758/tid=28816] ppid=28755 vsize=10995452 CPUtime=8.36 cores=0,2,4,6,8,10,12,14
/proc/28758/task/28816/stat : 28816 (java) S 28755 28758 16913 0 -1 1077944384 7887 12520 0 0 785 40 8 3 20 0 20 0 6400350 11259342848 226424 33554432000 4194304 4196468 140733678861184 140470935206544 140471000630997 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 16560128 140733678865089 140733678867863 140733678867863 140733678870479 0
[pid=28758/tid=28817] ppid=28755 vsize=10995452 CPUtime=8.33 cores=0,2,4,6,8,10,12,14
/proc/28758/task/28817/stat : 28817 (java) S 28755 28758 16913 0 -1 1077944384 5693 12520 0 0 783 39 8 3 20 0 20 0 6400350 11259342848 226424 33554432000 4194304 4196468 140733678861184 140470934153744 140471000630997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16560128 140733678865089 140733678867863 140733678867863 140733678870479 0
[pid=28758/tid=28818] ppid=28755 vsize=10995452 CPUtime=8.43 cores=0,2,4,6,8,10,12,14
/proc/28758/task/28818/stat : 28818 (java) S 28755 28758 16913 0 -1 1077944384 4375 12520 0 0 788 44 8 3 20 0 20 0 6400350 11259342848 226424 33554432000 4194304 4196468 140733678861184 140470933101456 140471000630997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16560128 140733678865089 140733678867863 140733678867863 140733678870479 0
[pid=28758/tid=28819] ppid=28755 vsize=10995452 CPUtime=8.5 cores=0,2,4,6,8,10,12,14
/proc/28758/task/28819/stat : 28819 (java) S 28755 28758 16913 0 -1 1077944384 5840 12520 0 0 800 39 8 3 20 0 20 0 6400350 11259342848 226424 33554432000 4194304 4196468 140733678861184 140470602558224 140471000630997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16560128 140733678865089 140733678867863 140733678867863 140733678870479 0
[pid=28758/tid=28820] ppid=28755 vsize=10995452 CPUtime=8.35 cores=0,2,4,6,8,10,12,14
/proc/28758/task/28820/stat : 28820 (java) S 28755 28758 16913 0 -1 1077944384 11980 12520 0 0 785 39 8 3 20 0 20 0 6400350 11259342848 226424 33554432000 4194304 4196468 140733678861184 140470601505936 140471000630997 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 16560128 140733678865089 140733678867863 140733678867863 140733678870479 0
[pid=28758/tid=28821] ppid=28755 vsize=10995452 CPUtime=8.37 cores=0,2,4,6,8,10,12,14
/proc/28758/task/28821/stat : 28821 (java) S 28755 28758 16913 0 -1 1077944384 8713 12520 0 0 786 40 8 3 20 0 20 0 6400350 11259342848 226424 33554432000 4194304 4196468 140733678861184 140470600453136 140471000630997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16560128 140733678865089 140733678867863 140733678867863 140733678870479 0
[pid=28758/tid=28822] ppid=28755 vsize=10995452 CPUtime=6.68 cores=0,2,4,6,8,10,12,14
/proc/28758/task/28822/stat : 28822 (java) S 28755 28758 16913 0 -1 1077944384 13292 12520 0 0 616 41 8 3 20 0 20 0 6400352 11259342848 226424 33554432000 4194304 4196468 140733678861184 140469817690224 140471000631938 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16560128 140733678865089 140733678867863 140733678867863 140733678870479 0
[pid=28758/tid=28823] ppid=28755 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/28758/task/28823/stat : 28823 (java) S 28755 28758 16913 0 -1 1077944384 57 12520 0 0 0 0 8 3 20 0 20 0 6400353 11259342848 226424 33554432000 4194304 4196468 140733678861184 140469816636256 140471000630997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16560128 140733678865089 140733678867863 140733678867863 140733678870479 0
[pid=28758/tid=28824] ppid=28755 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/28758/task/28824/stat : 28824 (java) S 28755 28758 16913 0 -1 1077944384 43 12520 0 0 0 0 8 3 20 0 20 0 6400353 11259342848 226424 33554432000 4194304 4196468 140733678861184 140469815583872 140471000630997 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 16560128 140733678865089 140733678867863 140733678867863 140733678870479 0
[pid=28758/tid=28825] ppid=28755 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/28758/task/28825/stat : 28825 (java) S 28755 28758 16913 0 -1 1077944384 1 12520 0 0 0 0 8 3 20 0 20 0 6400357 11259342848 226424 33554432000 4194304 4196468 140733678861184 140469814532176 140471000639387 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 16560128 140733678865089 140733678867863 140733678867863 140733678870479 0
[pid=28758/tid=28826] ppid=28755 vsize=10995452 CPUtime=3.22 cores=0,2,4,6,8,10,12,14
/proc/28758/task/28826/stat : 28826 (java) S 28755 28758 16913 0 -1 1077944384 12370 12520 0 0 309 2 8 3 20 0 20 0 6400357 11259342848 226424 33554432000 4194304 4196468 140733678861184 140469813480048 140471000631938 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16560128 140733678865089 140733678867863 140733678867863 140733678870479 0
[pid=28758/tid=28827] ppid=28755 vsize=10995452 CPUtime=3.11 cores=0,2,4,6,8,10,12,14
/proc/28758/task/28827/stat : 28827 (java) S 28755 28758 16913 0 -1 1077944384 14882 12520 0 0 297 3 8 3 20 0 20 0 6400357 11259342848 226424 33554432000 4194304 4196468 140733678861184 140469812427248 140471000631938 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 16560128 140733678865089 140733678867863 140733678867863 140733678870479 0
[pid=28758/tid=28828] ppid=28755 vsize=10995452 CPUtime=3.04 cores=0,2,4,6,8,10,12,14
/proc/28758/task/28828/stat : 28828 (java) S 28755 28758 16913 0 -1 1077944384 13053 12520 0 0 291 2 8 3 20 0 20 0 6400357 11259342848 226424 33554432000 4194304 4196468 140733678861184 140469811374960 140471000631938 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16560128 140733678865089 140733678867863 140733678867863 140733678870479 0
[pid=28758/tid=28829] ppid=28755 vsize=10995452 CPUtime=1.97 cores=0,2,4,6,8,10,12,14
/proc/28758/task/28829/stat : 28829 (java) S 28755 28758 16913 0 -1 1077944384 12835 12520 0 0 182 4 8 3 20 0 20 0 6400357 11259342848 226424 33554432000 4194304 4196468 140733678861184 140469810322160 140471000631938 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16560128 140733678865089 140733678867863 140733678867863 140733678870479 0
[pid=28758/tid=28830] ppid=28755 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/28758/task/28830/stat : 28830 (java) S 28755 28758 16913 0 -1 1077944384 3 12520 0 0 0 0 8 3 20 0 20 0 6400358 11259342848 226424 33554432000 4194304 4196468 140733678861184 140469809269088 140471000630997 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 16560128 140733678865089 140733678867863 140733678867863 140733678870479 0
[pid=28758/tid=28831] ppid=28755 vsize=10995452 CPUtime=1.36 cores=0,2,4,6,8,10,12,14
/proc/28758/task/28831/stat : 28831 (java) S 28755 28758 16913 0 -1 1077944384 1244 12520 0 0 66 59 8 3 20 0 20 0 6400358 11259342848 226424 33554432000 4194304 4196468 140733678861184 140469808216368 140471000631938 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16560128 140733678865089 140733678867863 140733678867863 140733678870479 0
Current children cumulated CPU time (s) 2400.07
Current children cumulated vsize (KiB) 10995452

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

[startup+2334 s]
/proc/loadavg: 1.35 1.50 1.47 3/284 29046
/proc/meminfo: memFree=29554524/32770624 swapFree=5884/334196
[pid=28758] ppid=28755 vsize=11128580 CPUtime=2401.18 cores=0,2,4,6,8,10,12,14
/proc/28758/stat : 28758 (java) S 28755 28758 16913 0 -1 1077944320 205455 12520 0 0 239676 431 8 3 20 0 22 0 6400336 11395665920 228108 33554432000 4194304 4196468 140733678861184 140733678843728 140471000620791 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16560128 140733678865089 140733678867863 140733678867863 140733678870479 0
/proc/28758/statm: 2782145 228108 3513 1 0 2769700 0
[pid=28758/tid=28813] ppid=28755 vsize=11128580 CPUtime=2314.89 cores=0,2,4,6,8,10,12,14
/proc/28758/task/28813/stat : 28813 (java) S 28755 28758 16913 0 -1 1077944384 73814 12520 0 0 231442 36 8 3 20 0 22 0 6400349 11395665920 228108 33554432000 4194304 4196468 140733678861184 140471004858336 140471000630997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16560128 140733678865089 140733678867863 140733678867863 140733678870479 0
[pid=28758/tid=28814] ppid=28755 vsize=11128580 CPUtime=8.47 cores=0,2,4,6,8,10,12,14
/proc/28758/task/28814/stat : 28814 (java) R 28755 28758 16913 0 -1 4202560 6704 12520 0 0 793 43 8 3 20 0 22 0 6400350 11395665920 228108 33554432000 4194304 4196468 140733678861184 140470937311832 140470985573084 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 16560128 140733678865089 140733678867863 140733678867863 140733678870479 0
[pid=28758/tid=28815] ppid=28755 vsize=11128580 CPUtime=8.63 cores=0,2,4,6,8,10,12,14
/proc/28758/task/28815/stat : 28815 (java) R 28755 28758 16913 0 -1 4202560 5188 12520 0 0 817 35 8 3 20 0 22 0 6400350 11395665920 228108 33554432000 4194304 4196468 140733678861184 140470936259032 140470985572435 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16560128 140733678865089 140733678867863 140733678867863 140733678870479 0
[pid=28758/tid=28816] ppid=28755 vsize=11128580 CPUtime=8.5 cores=0,2,4,6,8,10,12,14
/proc/28758/task/28816/stat : 28816 (java) R 28755 28758 16913 0 -1 4202560 7887 12520 0 0 799 40 8 3 20 0 22 0 6400350 11395665920 228108 33554432000 4194304 4196468 140733678861184 140470935206744 140470982217178 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 16560128 140733678865089 140733678867863 140733678867863 140733678870479 0
[pid=28758/tid=28817] ppid=28755 vsize=11128580 CPUtime=8.47 cores=0,2,4,6,8,10,12,14
/proc/28758/task/28817/stat : 28817 (java) R 28755 28758 16913 0 -1 4202560 5695 12520 0 0 797 39 8 3 20 0 22 0 6400350 11395665920 228108 33554432000 4194304 4196468 140733678861184 140470934153944 140470985318430 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16560128 140733678865089 140733678867863 140733678867863 140733678870479 0
[pid=28758/tid=28818] ppid=28755 vsize=11128580 CPUtime=8.56 cores=0,2,4,6,8,10,12,14
/proc/28758/task/28818/stat : 28818 (java) R 28755 28758 16913 0 -1 4202560 4381 12520 0 0 800 45 8 3 20 0 22 0 6400350 11395665920 228108 33554432000 4194304 4196468 140733678861184 140470933101656 140470985606087 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16560128 140733678865089 140733678867863 140733678867863 140733678870479 0
[pid=28758/tid=28819] ppid=28755 vsize=11128580 CPUtime=8.63 cores=0,2,4,6,8,10,12,14
/proc/28758/task/28819/stat : 28819 (java) R 28755 28758 16913 0 -1 4202560 5847 12520 0 0 813 39 8 3 20 0 22 0 6400350 11395665920 228108 33554432000 4194304 4196468 140733678861184 140470602558424 140470985318430 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 16560128 140733678865089 140733678867863 140733678867863 140733678870479 0
[pid=28758/tid=28820] ppid=28755 vsize=11128580 CPUtime=8.49 cores=0,2,4,6,8,10,12,14
/proc/28758/task/28820/stat : 28820 (java) R 28755 28758 16913 0 -1 4202560 11986 12520 0 0 798 40 8 3 20 0 22 0 6400350 11395665920 228108 33554432000 4194304 4196468 140733678861184 140470601506136 140470985464604 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16560128 140733678865089 140733678867863 140733678867863 140733678870479 0
[pid=28758/tid=28821] ppid=28755 vsize=11128580 CPUtime=8.49 cores=0,2,4,6,8,10,12,14
/proc/28758/task/28821/stat : 28821 (java) R 28755 28758 16913 0 -1 4202560 8715 12520 0 0 798 40 8 3 20 0 22 0 6400350 11395665920 228108 33554432000 4194304 4196468 140733678861184 140470600453024 140470985573400 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 16560128 140733678865089 140733678867863 140733678867863 140733678870479 0
[pid=28758/tid=28822] ppid=28755 vsize=11128580 CPUtime=6.74 cores=0,2,4,6,8,10,12,14
/proc/28758/task/28822/stat : 28822 (java) S 28755 28758 16913 0 -1 1077944384 18019 12520 0 0 621 42 8 3 20 0 22 0 6400352 11395665920 228108 33554432000 4194304 4196468 140733678861184 140469817688624 140471000630997 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16560128 140733678865089 140733678867863 140733678867863 140733678870479 0
[pid=28758/tid=28823] ppid=28755 vsize=11128580 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/28758/task/28823/stat : 28823 (java) S 28755 28758 16913 0 -1 1077944384 59 12520 0 0 0 0 8 3 20 0 22 0 6400353 11395665920 228108 33554432000 4194304 4196468 140733678861184 140469816635760 140471000630997 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 16560128 140733678865089 140733678867863 140733678867863 140733678870479 0
[pid=28758/tid=28824] ppid=28755 vsize=11128580 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/28758/task/28824/stat : 28824 (java) S 28755 28758 16913 0 -1 1077944384 43 12520 0 0 0 0 8 3 20 0 22 0 6400353 11395665920 228108 33554432000 4194304 4196468 140733678861184 140469815583872 140471000630997 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 16560128 140733678865089 140733678867863 140733678867863 140733678870479 0
[pid=28758/tid=28825] ppid=28755 vsize=11128580 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/28758/task/28825/stat : 28825 (java) S 28755 28758 16913 0 -1 1077944384 79 12520 0 0 0 0 8 3 20 0 22 0 6400357 11395665920 228108 33554432000 4194304 4196468 140733678861184 140469814532176 140471000639387 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 16560128 140733678865089 140733678867863 140733678867863 140733678870479 0
[pid=28758/tid=28826] ppid=28755 vsize=11128580 CPUtime=3.22 cores=0,2,4,6,8,10,12,14
/proc/28758/task/28826/stat : 28826 (java) S 28755 28758 16913 0 -1 1077944384 12370 12520 0 0 309 2 8 3 20 0 22 0 6400357 11395665920 228108 33554432000 4194304 4196468 140733678861184 140469813480048 140471000631938 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16560128 140733678865089 140733678867863 140733678867863 140733678870479 0
[pid=28758/tid=28827] ppid=28755 vsize=11128580 CPUtime=3.11 cores=0,2,4,6,8,10,12,14
/proc/28758/task/28827/stat : 28827 (java) S 28755 28758 16913 0 -1 1077944384 14882 12520 0 0 297 3 8 3 20 0 22 0 6400357 11395665920 228108 33554432000 4194304 4196468 140733678861184 140469812427248 140471000631938 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 16560128 140733678865089 140733678867863 140733678867863 140733678870479 0
[pid=28758/tid=28828] ppid=28755 vsize=11128580 CPUtime=3.04 cores=0,2,4,6,8,10,12,14
/proc/28758/task/28828/stat : 28828 (java) S 28755 28758 16913 0 -1 1077944384 13053 12520 0 0 291 2 8 3 20 0 22 0 6400357 11395665920 228108 33554432000 4194304 4196468 140733678861184 140469811374960 140471000631938 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16560128 140733678865089 140733678867863 140733678867863 140733678870479 0
[pid=28758/tid=28829] ppid=28755 vsize=11128580 CPUtime=1.97 cores=0,2,4,6,8,10,12,14
/proc/28758/task/28829/stat : 28829 (java) S 28755 28758 16913 0 -1 1077944384 13243 12520 0 0 182 4 8 3 20 0 22 0 6400357 11395665920 228108 33554432000 4194304 4196468 140733678861184 140469810316480 140471000630997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16560128 140733678865089 140733678867863 140733678867863 140733678870479 0
[pid=28758/tid=28830] ppid=28755 vsize=11128580 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/28758/task/28830/stat : 28830 (java) S 28755 28758 16913 0 -1 1077944384 3 12520 0 0 0 0 8 3 20 0 22 0 6400358 11395665920 228108 33554432000 4194304 4196468 140733678861184 140469809269088 140471000630997 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 16560128 140733678865089 140733678867863 140733678867863 140733678870479 0
[pid=28758/tid=28831] ppid=28755 vsize=11128580 CPUtime=1.36 cores=0,2,4,6,8,10,12,14
/proc/28758/task/28831/stat : 28831 (java) S 28755 28758 16913 0 -1 1077944384 1244 12520 0 0 66 59 8 3 20 0 22 0 6400358 11395665920 228108 33554432000 4194304 4196468 140733678861184 140469808216368 140471000631938 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16560128 140733678865089 140733678867863 140733678867863 140733678870479 0
Current children cumulated CPU time (s) 2401.18
Current children cumulated vsize (KiB) 11128580

[startup+2334.1 s]
/proc/loadavg: 1.35 1.50 1.47 3/284 29046
/proc/meminfo: memFree=29554524/32770624 swapFree=5884/334196
[pid=28758] ppid=28755 vsize=11128580 CPUtime=2401.58 cores=0,2,4,6,8,10,12,14
/proc/28758/stat : 28758 (java) S 28755 28758 16913 0 -1 1077944320 205544 12520 0 0 239716 431 8 3 20 0 22 0 6400336 11395665920 228128 33554432000 4194304 4196468 140733678861184 140733678843728 140471000620791 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16560128 140733678865089 140733678867863 140733678867863 140733678870479 0
/proc/28758/statm: 2782145 228128 3514 1 0 2769700 0
[pid=28758/tid=28813] ppid=28755 vsize=11128580 CPUtime=2314.9 cores=0,2,4,6,8,10,12,14
/proc/28758/task/28813/stat : 28813 (java) S 28755 28758 16913 0 -1 1077944384 73851 12520 0 0 231443 36 8 3 20 0 22 0 6400349 11395665920 228128 33554432000 4194304 4196468 140733678861184 140471004863664 140471000630997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16560128 140733678865089 140733678867863 140733678867863 140733678870479 0
[pid=28758/tid=28814] ppid=28755 vsize=11128580 CPUtime=8.51 cores=0,2,4,6,8,10,12,14
/proc/28758/task/28814/stat : 28814 (java) S 28755 28758 16913 0 -1 1077944384 6704 12520 0 0 797 43 8 3 20 0 22 0 6400350 11395665920 228128 33554432000 4194304 4196468 140733678861184 140470937311632 140471000630997 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 16560128 140733678865089 140733678867863 140733678867863 140733678870479 0
[pid=28758/tid=28815] ppid=28755 vsize=11128580 CPUtime=8.67 cores=0,2,4,6,8,10,12,14
/proc/28758/task/28815/stat : 28815 (java) S 28755 28758 16913 0 -1 1077944384 5188 12520 0 0 821 35 8 3 20 0 22 0 6400350 11395665920 228128 33554432000 4194304 4196468 140733678861184 140470936258832 140471000630997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16560128 140733678865089 140733678867863 140733678867863 140733678870479 0
[pid=28758/tid=28816] ppid=28755 vsize=11128580 CPUtime=8.54 cores=0,2,4,6,8,10,12,14
/proc/28758/task/28816/stat : 28816 (java) S 28755 28758 16913 0 -1 1077944384 7887 12520 0 0 803 40 8 3 20 0 22 0 6400350 11395665920 228128 33554432000 4194304 4196468 140733678861184 140470935206544 140471000630997 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 16560128 140733678865089 140733678867863 140733678867863 140733678870479 0
[pid=28758/tid=28817] ppid=28755 vsize=11128580 CPUtime=8.51 cores=0,2,4,6,8,10,12,14
/proc/28758/task/28817/stat : 28817 (java) S 28755 28758 16913 0 -1 1077944384 5696 12520 0 0 801 39 8 3 20 0 22 0 6400350 11395665920 228128 33554432000 4194304 4196468 140733678861184 140470934153744 140471000630997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16560128 140733678865089 140733678867863 140733678867863 140733678870479 0
[pid=28758/tid=28818] ppid=28755 vsize=11128580 CPUtime=8.6 cores=0,2,4,6,8,10,12,14
/proc/28758/task/28818/stat : 28818 (java) S 28755 28758 16913 0 -1 1077944384 4381 12520 0 0 804 45 8 3 20 0 22 0 6400350 11395665920 228128 33554432000 4194304 4196468 140733678861184 140470933101456 140471000630997 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 16560128 140733678865089 140733678867863 140733678867863 140733678870479 0
[pid=28758/tid=28819] ppid=28755 vsize=11128580 CPUtime=8.67 cores=0,2,4,6,8,10,12,14
/proc/28758/task/28819/stat : 28819 (java) S 28755 28758 16913 0 -1 1077944384 5847 12520 0 0 817 39 8 3 20 0 22 0 6400350 11395665920 228128 33554432000 4194304 4196468 140733678861184 140470602558224 140471000630997 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 16560128 140733678865089 140733678867863 140733678867863 140733678870479 0
[pid=28758/tid=28820] ppid=28755 vsize=11128580 CPUtime=8.53 cores=0,2,4,6,8,10,12,14
/proc/28758/task/28820/stat : 28820 (java) S 28755 28758 16913 0 -1 1077944384 11986 12520 0 0 802 40 8 3 20 0 22 0 6400350 11395665920 228128 33554432000 4194304 4196468 140733678861184 140470601505936 140471000630997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16560128 140733678865089 140733678867863 140733678867863 140733678870479 0
[pid=28758/tid=28821] ppid=28755 vsize=11128580 CPUtime=8.53 cores=0,2,4,6,8,10,12,14
/proc/28758/task/28821/stat : 28821 (java) S 28755 28758 16913 0 -1 1077944384 8715 12520 0 0 802 40 8 3 20 0 22 0 6400350 11395665920 228128 33554432000 4194304 4196468 140733678861184 140470600453136 140471000630997 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 16560128 140733678865089 140733678867863 140733678867863 140733678870479 0
[pid=28758/tid=28822] ppid=28755 vsize=11128580 CPUtime=6.79 cores=0,2,4,6,8,10,12,14
/proc/28758/task/28822/stat : 28822 (java) S 28755 28758 16913 0 -1 1077944384 18019 12520 0 0 626 42 8 3 20 0 22 0 6400352 11395665920 228128 33554432000 4194304 4196468 140733678861184 140469817690224 140471000631938 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16560128 140733678865089 140733678867863 140733678867863 140733678870479 0
[pid=28758/tid=28823] ppid=28755 vsize=11128580 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/28758/task/28823/stat : 28823 (java) S 28755 28758 16913 0 -1 1077944384 60 12520 0 0 0 0 8 3 20 0 22 0 6400353 11395665920 228128 33554432000 4194304 4196468 140733678861184 140469816636256 140471000630997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16560128 140733678865089 140733678867863 140733678867863 140733678870479 0
[pid=28758/tid=28824] ppid=28755 vsize=11128580 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/28758/task/28824/stat : 28824 (java) S 28755 28758 16913 0 -1 1077944384 45 12520 0 0 0 0 8 3 20 0 22 0 6400353 11395665920 228128 33554432000 4194304 4196468 140733678861184 140469815583872 140471000630997 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 16560128 140733678865089 140733678867863 140733678867863 140733678870479 0
[pid=28758/tid=28825] ppid=28755 vsize=11128580 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/28758/task/28825/stat : 28825 (java) S 28755 28758 16913 0 -1 1077944384 79 12520 0 0 0 0 8 3 20 0 22 0 6400357 11395665920 228128 33554432000 4194304 4196468 140733678861184 140469814532176 140471000639387 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 16560128 140733678865089 140733678867863 140733678867863 140733678870479 0
[pid=28758/tid=28826] ppid=28755 vsize=11128580 CPUtime=3.22 cores=0,2,4,6,8,10,12,14
/proc/28758/task/28826/stat : 28826 (java) S 28755 28758 16913 0 -1 1077944384 12414 12520 0 0 309 2 8 3 20 0 22 0 6400357 11395665920 228128 33554432000 4194304 4196468 140733678861184 140469813480048 140471000631938 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16560128 140733678865089 140733678867863 140733678867863 140733678870479 0
[pid=28758/tid=28827] ppid=28755 vsize=11128580 CPUtime=3.11 cores=0,2,4,6,8,10,12,14
/proc/28758/task/28827/stat : 28827 (java) S 28755 28758 16913 0 -1 1077944384 14882 12520 0 0 297 3 8 3 20 0 22 0 6400357 11395665920 228128 33554432000 4194304 4196468 140733678861184 140469812427248 140471000631938 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 16560128 140733678865089 140733678867863 140733678867863 140733678870479 0
[pid=28758/tid=28828] ppid=28755 vsize=11128580 CPUtime=3.04 cores=0,2,4,6,8,10,12,14
/proc/28758/task/28828/stat : 28828 (java) S 28755 28758 16913 0 -1 1077944384 13053 12520 0 0 291 2 8 3 20 0 22 0 6400357 11395665920 228128 33554432000 4194304 4196468 140733678861184 140469811374960 140471000631938 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 16560128 140733678865089 140733678867863 140733678867863 140733678870479 0
[pid=28758/tid=28829] ppid=28755 vsize=11128580 CPUtime=1.97 cores=0,2,4,6,8,10,12,14
/proc/28758/task/28829/stat : 28829 (java) S 28755 28758 16913 0 -1 1077944384 13247 12520 0 0 182 4 8 3 20 0 22 0 6400357 11395665920 228128 33554432000 4194304 4196468 140733678861184 140469810322160 140471000631938 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16560128 140733678865089 140733678867863 140733678867863 140733678870479 0
[pid=28758/tid=28830] ppid=28755 vsize=11128580 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/28758/task/28830/stat : 28830 (java) S 28755 28758 16913 0 -1 1077944384 3 12520 0 0 0 0 8 3 20 0 22 0 6400358 11395665920 228128 33554432000 4194304 4196468 140733678861184 140469809269088 140471000630997 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 16560128 140733678865089 140733678867863 140733678867863 140733678870479 0
[pid=28758/tid=28831] ppid=28755 vsize=11128580 CPUtime=1.36 cores=0,2,4,6,8,10,12,14
/proc/28758/task/28831/stat : 28831 (java) S 28755 28758 16913 0 -1 1077944384 1244 12520 0 0 66 59 8 3 20 0 22 0 6400358 11395665920 228128 33554432000 4194304 4196468 140733678861184 140469808216368 140471000631938 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16560128 140733678865089 140733678867863 140733678867863 140733678870479 0
Current children cumulated CPU time (s) 2401.58
Current children cumulated vsize (KiB) 11128580

Child status: 143
Real time (s): 2334.11
CPU time (s): 2401.61
CPU user time (s): 2397.25
CPU system time (s): 4.35816
CPU usage (%): 102.892
Max. virtual memory (cumulated for all children) (KiB): 11128580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2397.25
system time used= 4.35816
maximum resident set size= 1072076
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 218093
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 290433
involuntary context switches= 183193

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.9374 second user time and 21.4046 second system time

The end

Launcher Data

Begin job on node133 at 2017-07-22 10:15:34
IDJOB=4246258
IDBENCH=124367
IDSOLVER=2630
FILE ID=node133/4246258-1500711334
RUNJOBID= node133-1500696963-25080
PBS_JOBID= 20623321
Free space on /tmp= 61992 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Langford/Langford-m2-s1/LangfordBin-90.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4246258-1500711334/watcher-4246258-1500711334 -o /tmp/evaluation-result-4246258-1500711334/solver-4246258-1500711334 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1500696963-25080 --watchdog 2560  bin/concrete HOME/instance-4246258-1500711334.xml

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

MD5SUM BENCH= 2a5b3790b47e1c2f5ad8b085143681cb
RANDOM SEED=990410009

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30262108 kB
MemAvailable:   30563928 kB
Buffers:          133508 kB
Cached:           446744 kB
SwapCached:            0 kB
Active:          1724440 kB
Inactive:         340236 kB
Active(anon):    1486944 kB
Inactive(anon):     8772 kB
Active(file):     237496 kB
Inactive(file):   331464 kB
Unevictable:        5884 kB
Mlocked:            5884 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             23936 kB
Writeback:             0 kB
AnonPages:       1490360 kB
Mapped:            44292 kB
Shmem:              8872 kB
Slab:             131772 kB
SReclaimable:      97388 kB
SUnreclaim:        34384 kB
KernelStack:        4544 kB
PageTables:         8852 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2268468 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1265664 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61968 MiB
End job on node133 at 2017-07-22 10:54:28