Trace number 4244469

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.51 2326.54

General information on the benchmark

NameScheduling/Scheduling-js-taillard/
Taillard-js-015-15-7.xml
MD5SUMfe547a27c953c30f0dd43f8aa0b4ac9f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark1217
Best CPU time to get the best result obtained on this benchmark2400.05
Satisfiable
(Un)Satisfiability was proved
Number of variables240
Number of constraints255
Number of domains1
Minimum domain size1320
Maximum domain size1320
Distribution of domain sizes[{"size":1320,"count":240}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":15},{"degree":3,"count":225}]
Minimum constraint arity1
Maximum constraint arity15
Distribution of constraint arities[{"arity":1,"count":15},{"arity":2,"count":225},{"arity":15,"count":15}]
Number of extensional constraints0
Number of intensional constraints240
Distribution of constraint types[{"type":"intension","count":240},{"type":"noOverlap","count":15}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

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

pid=17802
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.82 1.72 1.69 2/261 17805
/proc/meminfo: memFree=28523832/32770624 swapFree=5912/86828
[pid=17805] ppid=17802 vsize=9508 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17805/stat : 17805 (bash) S 17802 17805 16327 0 -1 4202496 685 1535 0 0 0 0 0 0 20 0 1 0 4030294 9736192 350 33554432000 4194304 5098028 140724970872496 140724970870136 140402352573440 0 0 4100 65536 18446744071580971376 0 0 17 13 0 0 0 0 0 7196144 7232144 14819328 140724970878222 140724970878307 140724970878307 140724970881006 0
/proc/17805/statm: 2377 350 277 221 0 86 0

[startup+0.10015 s]
/proc/loadavg: 1.82 1.72 1.69 2/261 17805
/proc/meminfo: memFree=28523832/32770624 swapFree=5912/86828
[pid=17805] ppid=17802 vsize=9640 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/17805/stat : 17805 (bash) S 17802 17805 16327 0 -1 4202496 879 6426 0 0 0 0 0 1 20 0 1 0 4030294 9871360 378 33554432000 4194304 5098028 140724970872496 140724970866504 140402352573440 0 0 4100 65536 18446744071580971376 0 0 17 7 0 0 0 0 0 7196144 7232144 14819328 140724970878222 140724970878307 140724970878307 140724970881006 0
/proc/17805/statm: 2410 378 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200352 s]
/proc/loadavg: 1.82 1.72 1.69 2/261 17805
/proc/meminfo: memFree=28523832/32770624 swapFree=5912/86828
[pid=17805] ppid=17802 vsize=10901872 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/17805/stat : 17805 (java) S 17802 17805 16327 0 -1 1077944320 5994 12573 0 0 7 2 7 3 20 0 20 0 4030294 11163516928 6714 33554432000 4194304 4196468 140722933668800 140722933651344 139905322475255 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 13344768 140722933672641 140722933675415 140722933675415 140722933678031 0
/proc/17805/statm: 2725468 6714 2707 1 0 2713890 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 10901872

[startup+0.300323 s]
/proc/loadavg: 1.82 1.72 1.69 2/261 17805
/proc/meminfo: memFree=28523832/32770624 swapFree=5912/86828
[pid=17805] ppid=17802 vsize=10902392 CPUtime=0.35 cores=1,3,5,7,9,11,13,15
/proc/17805/stat : 17805 (java) S 17802 17805 16327 0 -1 1077944320 10011 12573 0 0 21 4 7 3 20 0 20 0 4030294 11164049408 11036 33554432000 4194304 4196468 140722933668800 140722933651344 139905322475255 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 13344768 140722933672641 140722933675415 140722933675415 140722933678031 0
/proc/17805/statm: 2725598 11036 2982 1 0 2713890 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 10902392

[startup+0.700289 s]
/proc/loadavg: 1.82 1.72 1.69 2/261 17805
/proc/meminfo: memFree=28523832/32770624 swapFree=5912/86828
[pid=17805] ppid=17802 vsize=10902720 CPUtime=1 cores=1,3,5,7,9,11,13,15
/proc/17805/stat : 17805 (java) S 17802 17805 16327 0 -1 1077944320 13489 12573 0 0 85 5 7 3 20 0 20 0 4030294 11164385280 16810 33554432000 4194304 4196468 140722933668800 140722933651344 139905322475255 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 13344768 140722933672641 140722933675415 140722933675415 140722933678031 0
/proc/17805/statm: 2725680 16810 3233 1 0 2713890 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 10902720

[startup+1.5008 s]
/proc/loadavg: 1.75 1.71 1.68 4/281 17878
/proc/meminfo: memFree=28411784/32770624 swapFree=5912/86864
[pid=17805] ppid=17802 vsize=10915392 CPUtime=2.32 cores=1,3,5,7,9,11,13,15
/proc/17805/stat : 17805 (java) S 17802 17805 16327 0 -1 1077944320 27583 12573 0 0 208 14 7 3 20 0 20 0 4030294 11177361408 44397 33554432000 4194304 4196468 140722933668800 140722933651344 139905322475255 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 13344768 140722933672641 140722933675415 140722933675415 140722933678031 0
/proc/17805/statm: 2728848 44397 3415 1 0 2716962 0
[pid=17805/tid=17860] ppid=17802 vsize=10915392 CPUtime=1.42 cores=1,3,5,7,9,11,13,15
/proc/17805/task/17860/stat : 17860 (java) R 17802 17805 16327 0 -1 4202560 19746 12573 0 0 126 6 7 3 20 0 20 0 4030306 11177361408 44397 33554432000 4194304 4196468 140722933668800 139905326694816 139905306555742 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 13344768 140722933672641 140722933675415 140722933675415 140722933678031 0
[pid=17805/tid=17861] ppid=17802 vsize=10915392 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/17805/task/17861/stat : 17861 (java) S 17802 17805 16327 0 -1 1077944384 65 12573 0 0 1 0 7 3 20 0 20 0 4030307 11177361408 44397 33554432000 4194304 4196468 140722933668800 139905275095568 139905322485461 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 13344768 140722933672641 140722933675415 140722933675415 140722933678031 0
[pid=17805/tid=17862] ppid=17802 vsize=10915392 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/17805/task/17862/stat : 17862 (java) S 17802 17805 16327 0 -1 1077944384 12 12573 0 0 0 0 7 3 20 0 20 0 4030307 11177361408 44397 33554432000 4194304 4196468 140722933668800 139905274043024 139905322485461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13344768 140722933672641 140722933675415 140722933675415 140722933678031 0
[pid=17805/tid=17863] ppid=17802 vsize=10915392 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/17805/task/17863/stat : 17863 (java) S 17802 17805 16327 0 -1 1077944384 18 12573 0 0 0 0 7 3 20 0 20 0 4030307 11177361408 44397 33554432000 4194304 4196468 140722933668800 139905272989968 139905322485461 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 13344768 140722933672641 140722933675415 140722933675415 140722933678031 0
[pid=17805/tid=17864] ppid=17802 vsize=10915392 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/17805/task/17864/stat : 17864 (java) S 17802 17805 16327 0 -1 1077944384 37 12573 0 0 0 0 7 3 20 0 20 0 4030307 11177361408 44397 33554432000 4194304 4196468 140722933668800 139904926013840 139905322485461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13344768 140722933672641 140722933675415 140722933675415 140722933678031 0
[pid=17805/tid=17865] ppid=17802 vsize=10915392 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/17805/task/17865/stat : 17865 (java) S 17802 17805 16327 0 -1 1077944384 23 12573 0 0 0 0 7 3 20 0 20 0 4030307 11177361408 44397 33554432000 4194304 4196468 140722933668800 139904924961808 139905322485461 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 13344768 140722933672641 140722933675415 140722933675415 140722933678031 0
[pid=17805/tid=17866] ppid=17802 vsize=10915392 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/17805/task/17866/stat : 17866 (java) S 17802 17805 16327 0 -1 1077944384 39 12573 0 0 0 0 7 3 20 0 20 0 4030307 11177361408 44397 33554432000 4194304 4196468 140722933668800 139904923909264 139905322485461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13344768 140722933672641 140722933675415 140722933675415 140722933678031 0
[pid=17805/tid=17867] ppid=17802 vsize=10915392 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/17805/task/17867/stat : 17867 (java) S 17802 17805 16327 0 -1 1077944384 130 12573 0 0 0 0 7 3 20 0 20 0 4030307 11177361408 44397 33554432000 4194304 4196468 140722933668800 139904922856208 139905322485461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13344768 140722933672641 140722933675415 140722933675415 140722933678031 0
[pid=17805/tid=17868] ppid=17802 vsize=10915392 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/17805/task/17868/stat : 17868 (java) S 17802 17805 16327 0 -1 1077944384 13 12573 0 0 0 0 7 3 20 0 20 0 4030307 11177361408 44397 33554432000 4194304 4196468 140722933668800 139904921803664 139905322485461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13344768 140722933672641 140722933675415 140722933675415 140722933678031 0
[pid=17805/tid=17869] ppid=17802 vsize=10915392 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/17805/task/17869/stat : 17869 (java) S 17802 17805 16327 0 -1 1077944384 1643 12573 0 0 2 0 7 3 20 0 20 0 4030309 11177361408 44397 33554432000 4194304 4196468 140722933668800 139904527866096 139905322486402 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13344768 140722933672641 140722933675415 140722933675415 140722933678031 0
[pid=17805/tid=17870] ppid=17802 vsize=10915392 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/17805/task/17870/stat : 17870 (java) S 17802 17805 16327 0 -1 1077944384 56 12573 0 0 0 0 7 3 20 0 20 0 4030309 11177361408 44397 33554432000 4194304 4196468 140722933668800 139904526812384 139905322485461 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 13344768 140722933672641 140722933675415 140722933675415 140722933678031 0
[pid=17805/tid=17871] ppid=17802 vsize=10915392 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/17805/task/17871/stat : 17871 (java) S 17802 17805 16327 0 -1 1077944384 44 12573 0 0 0 0 7 3 20 0 20 0 4030310 11177361408 44397 33554432000 4194304 4196468 140722933668800 139904525759232 139905322485461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13344768 140722933672641 140722933675415 140722933675415 140722933678031 0
[pid=17805/tid=17872] ppid=17802 vsize=10915392 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/17805/task/17872/stat : 17872 (java) S 17802 17805 16327 0 -1 1077944384 1 12573 0 0 0 0 7 3 20 0 20 0 4030313 11177361408 44397 33554432000 4194304 4196468 140722933668800 139904524707792 139905322493851 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 13344768 140722933672641 140722933675415 140722933675415 140722933678031 0
[pid=17805/tid=17873] ppid=17802 vsize=10915392 CPUtime=0.22 cores=1,3,5,7,9,11,13,15
/proc/17805/task/17873/stat : 17873 (java) S 17802 17805 16327 0 -1 1077944384 820 12573 0 0 12 0 7 3 20 0 20 0 4030313 11177361408 44397 33554432000 4194304 4196468 140722933668800 139904523655920 139905322486402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13344768 140722933672641 140722933675415 140722933675415 140722933678031 0
[pid=17805/tid=17874] ppid=17802 vsize=10915392 CPUtime=0.24 cores=1,3,5,7,9,11,13,15
/proc/17805/task/17874/stat : 17874 (java) S 17802 17805 16327 0 -1 1077944384 716 12573 0 0 14 0 7 3 20 0 20 0 4030313 11177361408 44397 33554432000 4194304 4196468 140722933668800 139904522603376 139905322486402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13344768 140722933672641 140722933675415 140722933675415 140722933678031 0
[pid=17805/tid=17875] ppid=17802 vsize=10915392 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/17805/task/17875/stat : 17875 (java) S 17802 17805 16327 0 -1 1077944384 571 12573 0 0 15 0 7 3 20 0 20 0 4030313 11177361408 44397 33554432000 4194304 4196468 140722933668800 139904521550320 139905322486402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13344768 140722933672641 140722933675415 140722933675415 140722933678031 0
[pid=17805/tid=17876] ppid=17802 vsize=10915392 CPUtime=0.39 cores=1,3,5,7,9,11,13,15
/proc/17805/task/17876/stat : 17876 (java) S 17802 17805 16327 0 -1 1077944384 1510 12573 0 0 29 0 7 3 20 0 20 0 4030313 11177361408 44397 33554432000 4194304 4196468 140722933668800 139904520497776 139905322486402 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 13344768 140722933672641 140722933675415 140722933675415 140722933678031 0
[pid=17805/tid=17877] ppid=17802 vsize=10915392 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/17805/task/17877/stat : 17877 (java) S 17802 17805 16327 0 -1 1077944384 3 12573 0 0 0 0 7 3 20 0 20 0 4030313 11177361408 44397 33554432000 4194304 4196468 140722933668800 139904519444960 139905322485461 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 13344768 140722933672641 140722933675415 140722933675415 140722933678031 0
[pid=17805/tid=17878] ppid=17802 vsize=10915392 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/17805/task/17878/stat : 17878 (java) S 17802 17805 16327 0 -1 1077944384 7 12573 0 0 0 0 7 3 20 0 20 0 4030313 11177361408 44397 33554432000 4194304 4196468 140722933668800 139904518392496 139905322486402 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 13344768 140722933672641 140722933675415 140722933675415 140722933678031 0
Current children cumulated CPU time (s) 2.32
Current children cumulated vsize (KiB) 10915392

[startup+3.10076 s]
/proc/loadavg: 1.75 1.71 1.68 5/281 17878
/proc/meminfo: memFree=28341368/32770624 swapFree=5912/86864
[pid=17805] ppid=17802 vsize=10925820 CPUtime=7.09 cores=1,3,5,7,9,11,13,15
/proc/17805/stat : 17805 (java) S 17802 17805 16327 0 -1 1077944320 43759 12573 0 0 677 22 7 3 20 0 20 0 4030294 11188039680 62482 33554432000 4194304 4196468 140722933668800 140722933651344 139905322475255 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 13344768 140722933672641 140722933675415 140722933675415 140722933678031 0
/proc/17805/statm: 2731455 62482 3483 1 0 2719010 0
[pid=17805/tid=17860] ppid=17802 vsize=10925820 CPUtime=3.01 cores=1,3,5,7,9,11,13,15
/proc/17805/task/17860/stat : 17860 (java) R 17802 17805 16327 0 -1 4202560 25590 12573 0 0 282 9 7 3 20 0 20 0 4030306 11188039680 62482 33554432000 4194304 4196468 140722933668800 139905326703512 139904955982400 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 13344768 140722933672641 140722933675415 140722933675415 140722933678031 0
[pid=17805/tid=17861] ppid=17802 vsize=10925820 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/17805/task/17861/stat : 17861 (java) S 17802 17805 16327 0 -1 1077944384 65 12573 0 0 1 0 7 3 20 0 20 0 4030307 11188039680 62482 33554432000 4194304 4196468 140722933668800 139905275095568 139905322485461 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 13344768 140722933672641 140722933675415 140722933675415 140722933678031 0
[pid=17805/tid=17862] ppid=17802 vsize=10925820 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/17805/task/17862/stat : 17862 (java) S 17802 17805 16327 0 -1 1077944384 12 12573 0 0 0 0 7 3 20 0 20 0 4030307 11188039680 62482 33554432000 4194304 4196468 140722933668800 139905274043024 139905322485461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13344768 140722933672641 140722933675415 140722933675415 140722933678031 0
[pid=17805/tid=17863] ppid=17802 vsize=10925820 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/17805/task/17863/stat : 17863 (java) S 17802 17805 16327 0 -1 1077944384 18 12573 0 0 0 0 7 3 20 0 20 0 4030307 11188039680 62482 33554432000 4194304 4196468 140722933668800 139905272989968 139905322485461 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 13344768 140722933672641 140722933675415 140722933675415 140722933678031 0
[pid=17805/tid=17864] ppid=17802 vsize=10925820 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/17805/task/17864/stat : 17864 (java) S 17802 17805 16327 0 -1 1077944384 37 12573 0 0 0 0 7 3 20 0 20 0 4030307 11188039680 62482 33554432000 4194304 4196468 140722933668800 139904926013840 139905322485461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13344768 140722933672641 140722933675415 140722933675415 140722933678031 0
[pid=17805/tid=17865] ppid=17802 vsize=10925820 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/17805/task/17865/stat : 17865 (java) S 17802 17805 16327 0 -1 1077944384 23 12573 0 0 0 0 7 3 20 0 20 0 4030307 11188039680 62482 33554432000 4194304 4196468 140722933668800 139904924961808 139905322485461 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 13344768 140722933672641 140722933675415 140722933675415 140722933678031 0
[pid=17805/tid=17866] ppid=17802 vsize=10925820 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/17805/task/17866/stat : 17866 (java) S 17802 17805 16327 0 -1 1077944384 39 12573 0 0 0 0 7 3 20 0 20 0 4030307 11188039680 62482 33554432000 4194304 4196468 140722933668800 139904923909264 139905322485461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13344768 140722933672641 140722933675415 140722933675415 140722933678031 0
[pid=17805/tid=17867] ppid=17802 vsize=10925820 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/17805/task/17867/stat : 17867 (java) S 17802 17805 16327 0 -1 1077944384 130 12573 0 0 0 0 7 3 20 0 20 0 4030307 11188039680 62482 33554432000 4194304 4196468 140722933668800 139904922856208 139905322485461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13344768 140722933672641 140722933675415 140722933675415 140722933678031 0
[pid=17805/tid=17868] ppid=17802 vsize=10925820 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/17805/task/17868/stat : 17868 (java) S 17802 17805 16327 0 -1 1077944384 13 12573 0 0 0 0 7 3 20 0 20 0 4030307 11188039680 62482 33554432000 4194304 4196468 140722933668800 139904921803664 139905322485461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13344768 140722933672641 140722933675415 140722933675415 140722933678031 0
[pid=17805/tid=17869] ppid=17802 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/17805/task/17869/stat : 17869 (java) S 17802 17805 16327 0 -1 1077944384 1660 12573 0 0 2 0 7 3 20 0 20 0 4030309 11188039680 62482 33554432000 4194304 4196468 140722933668800 139904527866096 139905322486402 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13344768 140722933672641 140722933675415 140722933675415 140722933678031 0
[pid=17805/tid=17870] ppid=17802 vsize=10925820 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/17805/task/17870/stat : 17870 (java) S 17802 17805 16327 0 -1 1077944384 56 12573 0 0 0 0 7 3 20 0 20 0 4030309 11188039680 62482 33554432000 4194304 4196468 140722933668800 139904526812384 139905322485461 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 13344768 140722933672641 140722933675415 140722933675415 140722933678031 0
[pid=17805/tid=17871] ppid=17802 vsize=10925820 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/17805/task/17871/stat : 17871 (java) S 17802 17805 16327 0 -1 1077944384 44 12573 0 0 0 0 7 3 20 0 20 0 4030310 11188039680 62482 33554432000 4194304 4196468 140722933668800 139904525759232 139905322485461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13344768 140722933672641 140722933675415 140722933675415 140722933678031 0
[pid=17805/tid=17872] ppid=17802 vsize=10925820 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/17805/task/17872/stat : 17872 (java) S 17802 17805 16327 0 -1 1077944384 1 12573 0 0 0 0 7 3 20 0 20 0 4030313 11188039680 62482 33554432000 4194304 4196468 140722933668800 139904524707792 139905322493851 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 13344768 140722933672641 140722933675415 140722933675415 140722933678031 0
[pid=17805/tid=17873] ppid=17802 vsize=10925820 CPUtime=0.85 cores=1,3,5,7,9,11,13,15
/proc/17805/task/17873/stat : 17873 (java) R 17802 17805 16327 0 -1 4202560 2225 12573 0 0 74 1 7 3 20 0 20 0 4030313 11188039680 62482 33554432000 4194304 4196468 140722933668800 139904523641856 139905322487190 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 13344768 140722933672641 140722933675415 140722933675415 140722933678031 0
[pid=17805/tid=17874] ppid=17802 vsize=10925820 CPUtime=0.9 cores=1,3,5,7,9,11,13,15
/proc/17805/task/17874/stat : 17874 (java) R 17802 17805 16327 0 -1 4202560 1859 12573 0 0 79 1 7 3 20 0 20 0 4030313 11188039680 62482 33554432000 4194304 4196468 140722933668800 139904522589808 139905306031120 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 13344768 140722933672641 140722933675415 140722933675415 140722933678031 0
[pid=17805/tid=17875] ppid=17802 vsize=10925820 CPUtime=1.24 cores=1,3,5,7,9,11,13,15
/proc/17805/task/17875/stat : 17875 (java) R 17802 17805 16327 0 -1 4202560 4516 12573 0 0 113 1 7 3 20 0 20 0 4030313 11188039680 62482 33554432000 4194304 4196468 140722933668800 139904521535280 139905322487190 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13344768 140722933672641 140722933675415 140722933675415 140722933678031 0
[pid=17805/tid=17876] ppid=17802 vsize=10925820 CPUtime=1.29 cores=1,3,5,7,9,11,13,15
/proc/17805/task/17876/stat : 17876 (java) R 17802 17805 16327 0 -1 4202560 5333 12573 0 0 117 2 7 3 20 0 20 0 4030313 11188039680 62482 33554432000 4194304 4196468 140722933668800 139904520493504 139905322496602 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 13344768 140722933672641 140722933675415 140722933675415 140722933678031 0
[pid=17805/tid=17877] ppid=17802 vsize=10925820 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/17805/task/17877/stat : 17877 (java) S 17802 17805 16327 0 -1 1077944384 3 12573 0 0 0 0 7 3 20 0 20 0 4030313 11188039680 62482 33554432000 4194304 4196468 140722933668800 139904519444960 139905322485461 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 13344768 140722933672641 140722933675415 140722933675415 140722933678031 0
[pid=17805/tid=17878] ppid=17802 vsize=10925820 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/17805/task/17878/stat : 17878 (java) S 17802 17805 16327 0 -1 1077944384 10 12573 0 0 0 0 7 3 20 0 20 0 4030313 11188039680 62482 33554432000 4194304 4196468 140722933668800 139904518392496 139905322486402 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 13344768 140722933672641 140722933675415 140722933675415 140722933678031 0
Current children cumulated CPU time (s) 7.09
Current children cumulated vsize (KiB) 10925820

[startup+6.30118 s]
/proc/loadavg: 2.09 1.78 1.70 4/281 17878
/proc/meminfo: memFree=28169388/32770624 swapFree=5912/86876
[pid=17805] ppid=17802 vsize=10997500 CPUtime=18.22 cores=1,3,5,7,9,11,13,15
/proc/17805/stat : 17805 (java) S 17802 17805 16327 0 -1 1077944320 80647 12573 0 0 1769 43 7 3 20 0 20 0 4030294 11261440000 100648 33554432000 4194304 4196468 140722933668800 140722933651344 139905322475255 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 13344768 140722933672641 140722933675415 140722933675415 140722933678031 0
/proc/17805/statm: 2749375 100648 3507 1 0 2736930 0
[pid=17805/tid=17860] ppid=17802 vsize=10997500 CPUtime=6.08 cores=1,3,5,7,9,11,13,15
/proc/17805/task/17860/stat : 17860 (java) R 17802 17805 16327 0 -1 4202560 42840 12573 0 0 586 12 7 3 20 0 20 0 4030306 11261440000 100648 33554432000 4194304 4196468 140722933668800 139905326708824 139904956877603 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 13344768 140722933672641 140722933675415 140722933675415 140722933678031 0
[pid=17805/tid=17861] ppid=17802 vsize=10997500 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/17805/task/17861/stat : 17861 (java) S 17802 17805 16327 0 -1 1077944384 139 12573 0 0 6 2 7 3 20 0 20 0 4030307 11261440000 100648 33554432000 4194304 4196468 140722933668800 139905275095568 139905322485461 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 13344768 140722933672641 140722933675415 140722933675415 140722933678031 0
[pid=17805/tid=17862] ppid=17802 vsize=10997500 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/17805/task/17862/stat : 17862 (java) S 17802 17805 16327 0 -1 1077944384 53 12573 0 0 5 2 7 3 20 0 20 0 4030307 11261440000 100648 33554432000 4194304 4196468 140722933668800 139905274043024 139905322485461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13344768 140722933672641 140722933675415 140722933675415 140722933678031 0
[pid=17805/tid=17863] ppid=17802 vsize=10997500 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/17805/task/17863/stat : 17863 (java) S 17802 17805 16327 0 -1 1077944384 50 12573 0 0 6 2 7 3 20 0 20 0 4030307 11261440000 100648 33554432000 4194304 4196468 140722933668800 139905272989968 139905322485461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13344768 140722933672641 140722933675415 140722933675415 140722933678031 0
[pid=17805/tid=17864] ppid=17802 vsize=10997500 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/17805/task/17864/stat : 17864 (java) S 17802 17805 16327 0 -1 1077944384 93 12573 0 0 6 2 7 3 20 0 20 0 4030307 11261440000 100648 33554432000 4194304 4196468 140722933668800 139904926013840 139905322485461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13344768 140722933672641 140722933675415 140722933675415 140722933678031 0
[pid=17805/tid=17865] ppid=17802 vsize=10997500 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/17805/task/17865/stat : 17865 (java) S 17802 17805 16327 0 -1 1077944384 63 12573 0 0 6 1 7 3 20 0 20 0 4030307 11261440000 100648 33554432000 4194304 4196468 140722933668800 139904924961808 139905322485461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13344768 140722933672641 140722933675415 140722933675415 140722933678031 0
[pid=17805/tid=17866] ppid=17802 vsize=10997500 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/17805/task/17866/stat : 17866 (java) S 17802 17805 16327 0 -1 1077944384 91 12573 0 0 5 2 7 3 20 0 20 0 4030307 11261440000 100648 33554432000 4194304 4196468 140722933668800 139904923909264 139905322485461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13344768 140722933672641 140722933675415 140722933675415 140722933678031 0
[pid=17805/tid=17867] ppid=17802 vsize=10997500 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/17805/task/17867/stat : 17867 (java) S 17802 17805 16327 0 -1 1077944384 351 12573 0 0 5 2 7 3 20 0 20 0 4030307 11261440000 100648 33554432000 4194304 4196468 140722933668800 139904922856208 139905322485461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13344768 140722933672641 140722933675415 140722933675415 140722933678031 0
[pid=17805/tid=17868] ppid=17802 vsize=10997500 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/17805/task/17868/stat : 17868 (java) S 17802 17805 16327 0 -1 1077944384 57 12573 0 0 6 2 7 3 20 0 20 0 4030307 11261440000 100648 33554432000 4194304 4196468 140722933668800 139904921803664 139905322485461 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 13344768 140722933672641 140722933675415 140722933675415 140722933678031 0
[pid=17805/tid=17869] ppid=17802 vsize=10997500 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/17805/task/17869/stat : 17869 (java) S 17802 17805 16327 0 -1 1077944384 2381 12573 0 0 6 0 7 3 20 0 20 0 4030309 11261440000 100648 33554432000 4194304 4196468 140722933668800 139904527866096 139905322486402 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13344768 140722933672641 140722933675415 140722933675415 140722933678031 0
[pid=17805/tid=17870] ppid=17802 vsize=10997500 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/17805/task/17870/stat : 17870 (java) S 17802 17805 16327 0 -1 1077944384 56 12573 0 0 0 0 7 3 20 0 20 0 4030309 11261440000 100648 33554432000 4194304 4196468 140722933668800 139904526812384 139905322485461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13344768 140722933672641 140722933675415 140722933675415 140722933678031 0
[pid=17805/tid=17871] ppid=17802 vsize=10997500 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/17805/task/17871/stat : 17871 (java) S 17802 17805 16327 0 -1 1077944384 44 12573 0 0 0 0 7 3 20 0 20 0 4030310 11261440000 100648 33554432000 4194304 4196468 140722933668800 139904525759232 139905322485461 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 13344768 140722933672641 140722933675415 140722933675415 140722933678031 0
[pid=17805/tid=17872] ppid=17802 vsize=10997500 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/17805/task/17872/stat : 17872 (java) S 17802 17805 16327 0 -1 1077944384 1 12573 0 0 0 0 7 3 20 0 20 0 4030313 11261440000 100648 33554432000 4194304 4196468 140722933668800 139904524707792 139905322493851 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 13344768 140722933672641 140722933675415 140722933675415 140722933678031 0
[pid=17805/tid=17873] ppid=17802 vsize=10997500 CPUtime=3.3 cores=1,3,5,7,9,11,13,15
/proc/17805/task/17873/stat : 17873 (java) R 17802 17805 16327 0 -1 4202560 10287 12573 0 0 318 2 7 3 20 0 20 0 4030313 11261440000 100648 33554432000 4194304 4196468 140722933668800 139904523642144 139905307601332 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 13344768 140722933672641 140722933675415 140722933675415 140722933678031 0
[pid=17805/tid=17874] ppid=17802 vsize=10997500 CPUtime=2.85 cores=1,3,5,7,9,11,13,15
/proc/17805/task/17874/stat : 17874 (java) R 17802 17805 16327 0 -1 4202560 4789 12573 0 0 272 3 7 3 20 0 20 0 4030313 11261440000 100648 33554432000 4194304 4196468 140722933668800 139904522589400 139905301719840 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13344768 140722933672641 140722933675415 140722933675415 140722933678031 0
[pid=17805/tid=17875] ppid=17802 vsize=10997500 CPUtime=3.29 cores=1,3,5,7,9,11,13,15
/proc/17805/task/17875/stat : 17875 (java) R 17802 17805 16327 0 -1 4202560 6850 12573 0 0 318 1 7 3 20 0 20 0 4030313 11261440000 100648 33554432000 4194304 4196468 140722933668800 139904521536864 139905307582697 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 13344768 140722933672641 140722933675415 140722933675415 140722933678031 0
[pid=17805/tid=17876] ppid=17802 vsize=10997500 CPUtime=2.29 cores=1,3,5,7,9,11,13,15
/proc/17805/task/17876/stat : 17876 (java) S 17802 17805 16327 0 -1 1077944384 10221 12573 0 0 216 3 7 3 20 0 20 0 4030313 11261440000 100648 33554432000 4194304 4196468 140722933668800 139904520497776 139905322486402 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 13344768 140722933672641 140722933675415 140722933675415 140722933678031 0
[pid=17805/tid=17877] ppid=17802 vsize=10997500 CPUtime=0.1 cores=1,3,5,7,9,11,13,15

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

/proc/17805/task/17876/stat : 17876 (java) S 17802 17805 16327 0 -1 1077944384 22778 12573 0 0 227 5 7 3 20 0 20 0 4030313 11261440000 372082 33554432000 4194304 4196468 140722933668800 139904520497776 139905322486402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13344768 140722933672641 140722933675415 140722933675415 140722933678031 0
[pid=17805/tid=17877] ppid=17802 vsize=10997500 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/17805/task/17877/stat : 17877 (java) S 17802 17805 16327 0 -1 1077944384 3 12573 0 0 0 0 7 3 20 0 20 0 4030313 11261440000 372082 33554432000 4194304 4196468 140722933668800 139904519444960 139905322485461 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 13344768 140722933672641 140722933675415 140722933675415 140722933678031 0
[pid=17805/tid=17878] ppid=17802 vsize=10997500 CPUtime=1.35 cores=1,3,5,7,9,11,13,15
/proc/17805/task/17878/stat : 17878 (java) S 17802 17805 16327 0 -1 1077944384 2963 12573 0 0 51 74 7 3 20 0 20 0 4030313 11261440000 372082 33554432000 4194304 4196468 140722933668800 139904518392496 139905322486402 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13344768 140722933672641 140722933675415 140722933675415 140722933678031 0
Current children cumulated CPU time (s) 2396.14
Current children cumulated vsize (KiB) 10997500



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2326.1 s]
/proc/loadavg: 1.38 1.34 1.46 3/281 18104
/proc/meminfo: memFree=28398968/32770624 swapFree=5912/89468
[pid=17805] ppid=17802 vsize=10997500 CPUtime=2400.04 cores=1,3,5,7,9,11,13,15
/proc/17805/stat : 17805 (java) S 17802 17805 16327 0 -1 1077944320 268861 12573 0 0 239508 486 7 3 20 0 20 0 4030294 11261440000 372082 33554432000 4194304 4196468 140722933668800 140722933651344 139905322475255 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 13344768 140722933672641 140722933675415 140722933675415 140722933678031 0
/proc/17805/statm: 2749375 372082 3517 1 0 2736930 0
[pid=17805/tid=17860] ppid=17802 vsize=10997500 CPUtime=2305.65 cores=1,3,5,7,9,11,13,15
/proc/17805/task/17860/stat : 17860 (java) R 17802 17805 16327 0 -1 4202560 90563 12573 0 0 230504 51 7 3 20 0 20 0 4030306 11261440000 372082 33554432000 4194304 4196468 140722933668800 139905326709296 139904972391042 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13344768 140722933672641 140722933675415 140722933675415 140722933678031 0
[pid=17805/tid=17861] ppid=17802 vsize=10997500 CPUtime=9.14 cores=1,3,5,7,9,11,13,15
/proc/17805/task/17861/stat : 17861 (java) S 17802 17805 16327 0 -1 1077944384 13896 12573 0 0 856 48 7 3 20 0 20 0 4030307 11261440000 372082 33554432000 4194304 4196468 140722933668800 139905275095568 139905322485461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13344768 140722933672641 140722933675415 140722933675415 140722933678031 0
[pid=17805/tid=17862] ppid=17802 vsize=10997500 CPUtime=9.11 cores=1,3,5,7,9,11,13,15
/proc/17805/task/17862/stat : 17862 (java) S 17802 17805 16327 0 -1 1077944384 9483 12573 0 0 858 43 7 3 20 0 20 0 4030307 11261440000 372082 33554432000 4194304 4196468 140722933668800 139905274043024 139905322485461 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 13344768 140722933672641 140722933675415 140722933675415 140722933678031 0
[pid=17805/tid=17863] ppid=17802 vsize=10997500 CPUtime=9.21 cores=1,3,5,7,9,11,13,15
/proc/17805/task/17863/stat : 17863 (java) S 17802 17805 16327 0 -1 1077944384 10300 12573 0 0 868 43 7 3 20 0 20 0 4030307 11261440000 372082 33554432000 4194304 4196468 140722933668800 139905272989968 139905322485461 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 13344768 140722933672641 140722933675415 140722933675415 140722933678031 0
[pid=17805/tid=17864] ppid=17802 vsize=10997500 CPUtime=9.07 cores=1,3,5,7,9,11,13,15
/proc/17805/task/17864/stat : 17864 (java) S 17802 17805 16327 0 -1 1077944384 9741 12573 0 0 851 46 7 3 20 0 20 0 4030307 11261440000 372082 33554432000 4194304 4196468 140722933668800 139904926013840 139905322485461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13344768 140722933672641 140722933675415 140722933675415 140722933678031 0
[pid=17805/tid=17865] ppid=17802 vsize=10997500 CPUtime=9.23 cores=1,3,5,7,9,11,13,15
/proc/17805/task/17865/stat : 17865 (java) S 17802 17805 16327 0 -1 1077944384 10481 12573 0 0 871 42 7 3 20 0 20 0 4030307 11261440000 372082 33554432000 4194304 4196468 140722933668800 139904924961808 139905322485461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13344768 140722933672641 140722933675415 140722933675415 140722933678031 0
[pid=17805/tid=17866] ppid=17802 vsize=10997500 CPUtime=9.1 cores=1,3,5,7,9,11,13,15
/proc/17805/task/17866/stat : 17866 (java) S 17802 17805 16327 0 -1 1077944384 12255 12573 0 0 858 42 7 3 20 0 20 0 4030307 11261440000 372082 33554432000 4194304 4196468 140722933668800 139904923909264 139905322485461 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 13344768 140722933672641 140722933675415 140722933675415 140722933678031 0
[pid=17805/tid=17867] ppid=17802 vsize=10997500 CPUtime=9.19 cores=1,3,5,7,9,11,13,15
/proc/17805/task/17867/stat : 17867 (java) S 17802 17805 16327 0 -1 1077944384 11977 12573 0 0 868 41 7 3 20 0 20 0 4030307 11261440000 372082 33554432000 4194304 4196468 140722933668800 139904922856208 139905322485461 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 13344768 140722933672641 140722933675415 140722933675415 140722933678031 0
[pid=17805/tid=17868] ppid=17802 vsize=10997500 CPUtime=9.09 cores=1,3,5,7,9,11,13,15
/proc/17805/task/17868/stat : 17868 (java) S 17802 17805 16327 0 -1 1077944384 12878 12573 0 0 856 43 7 3 20 0 20 0 4030307 11261440000 372082 33554432000 4194304 4196468 140722933668800 139904921803664 139905322485461 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 13344768 140722933672641 140722933675415 140722933675415 140722933678031 0
[pid=17805/tid=17869] ppid=17802 vsize=10997500 CPUtime=7.3 cores=1,3,5,7,9,11,13,15
/proc/17805/task/17869/stat : 17869 (java) S 17802 17805 16327 0 -1 1077944384 19276 12573 0 0 684 36 7 3 20 0 20 0 4030309 11261440000 372082 33554432000 4194304 4196468 140722933668800 139904527866096 139905322486402 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13344768 140722933672641 140722933675415 140722933675415 140722933678031 0
[pid=17805/tid=17870] ppid=17802 vsize=10997500 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/17805/task/17870/stat : 17870 (java) S 17802 17805 16327 0 -1 1077944384 60 12573 0 0 0 0 7 3 20 0 20 0 4030309 11261440000 372082 33554432000 4194304 4196468 140722933668800 139904526812384 139905322485461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13344768 140722933672641 140722933675415 140722933675415 140722933678031 0
[pid=17805/tid=17871] ppid=17802 vsize=10997500 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/17805/task/17871/stat : 17871 (java) S 17802 17805 16327 0 -1 1077944384 51 12573 0 0 0 0 7 3 20 0 20 0 4030310 11261440000 372082 33554432000 4194304 4196468 140722933668800 139904525759232 139905322485461 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 13344768 140722933672641 140722933675415 140722933675415 140722933678031 0
[pid=17805/tid=17872] ppid=17802 vsize=10997500 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/17805/task/17872/stat : 17872 (java) S 17802 17805 16327 0 -1 1077944384 1 12573 0 0 0 0 7 3 20 0 20 0 4030313 11261440000 372082 33554432000 4194304 4196468 140722933668800 139904524707792 139905322493851 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 13344768 140722933672641 140722933675415 140722933675415 140722933678031 0
[pid=17805/tid=17873] ppid=17802 vsize=10997500 CPUtime=4.02 cores=1,3,5,7,9,11,13,15
/proc/17805/task/17873/stat : 17873 (java) S 17802 17805 16327 0 -1 1077944384 16925 12573 0 0 389 3 7 3 20 0 20 0 4030313 11261440000 372082 33554432000 4194304 4196468 140722933668800 139904523655920 139905322486402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13344768 140722933672641 140722933675415 140722933675415 140722933678031 0
[pid=17805/tid=17874] ppid=17802 vsize=10997500 CPUtime=3.58 cores=1,3,5,7,9,11,13,15
/proc/17805/task/17874/stat : 17874 (java) S 17802 17805 16327 0 -1 1077944384 8918 12573 0 0 344 4 7 3 20 0 20 0 4030313 11261440000 372082 33554432000 4194304 4196468 140722933668800 139904522603376 139905322486402 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 13344768 140722933672641 140722933675415 140722933675415 140722933678031 0
[pid=17805/tid=17875] ppid=17802 vsize=10997500 CPUtime=3.79 cores=1,3,5,7,9,11,13,15
/proc/17805/task/17875/stat : 17875 (java) S 17802 17805 16327 0 -1 1077944384 14183 12573 0 0 366 3 7 3 20 0 20 0 4030313 11261440000 372082 33554432000 4194304 4196468 140722933668800 139904521550320 139905322486402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13344768 140722933672641 140722933675415 140722933675415 140722933678031 0
[pid=17805/tid=17876] ppid=17802 vsize=10997500 CPUtime=2.42 cores=1,3,5,7,9,11,13,15
/proc/17805/task/17876/stat : 17876 (java) S 17802 17805 16327 0 -1 1077944384 22778 12573 0 0 227 5 7 3 20 0 20 0 4030313 11261440000 372082 33554432000 4194304 4196468 140722933668800 139904520497776 139905322486402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13344768 140722933672641 140722933675415 140722933675415 140722933678031 0
[pid=17805/tid=17877] ppid=17802 vsize=10997500 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/17805/task/17877/stat : 17877 (java) S 17802 17805 16327 0 -1 1077944384 3 12573 0 0 0 0 7 3 20 0 20 0 4030313 11261440000 372082 33554432000 4194304 4196468 140722933668800 139904519444960 139905322485461 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 13344768 140722933672641 140722933675415 140722933675415 140722933678031 0
[pid=17805/tid=17878] ppid=17802 vsize=10997500 CPUtime=1.35 cores=1,3,5,7,9,11,13,15
/proc/17805/task/17878/stat : 17878 (java) S 17802 17805 16327 0 -1 1077944384 2963 12573 0 0 51 74 7 3 20 0 20 0 4030313 11261440000 372082 33554432000 4194304 4196468 140722933668800 139904518392496 139905322486402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13344768 140722933672641 140722933675415 140722933675415 140722933678031 0
Current children cumulated CPU time (s) 2400.04
Current children cumulated vsize (KiB) 10997500

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 17805 sig 9
??? kill -17805 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2326.4 s]
/proc/loadavg: 1.38 1.34 1.46 3/281 18104
/proc/meminfo: memFree=28398968/32770624 swapFree=5912/89468
[pid=17805] ppid=17802 vsize=11130628 CPUtime=2401.91 cores=1,3,5,7,9,11,13,15
/proc/17805/stat : 17805 (java) S 17802 17805 16327 0 -1 1077944320 276148 12573 0 0 239693 488 7 3 20 0 22 0 4030294 11397763072 373994 33554432000 4194304 4196468 140722933668800 140722933651344 139905322475255 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 13344768 140722933672641 140722933675415 140722933675415 140722933678031 0
/proc/17805/statm: 2782657 373994 3517 1 0 2770212 0
[pid=17805/tid=17860] ppid=17802 vsize=11130628 CPUtime=2305.66 cores=1,3,5,7,9,11,13,15
/proc/17805/task/17860/stat : 17860 (java) S 17802 17805 16327 0 -1 1077944384 90961 12573 0 0 230505 51 7 3 20 0 22 0 4030306 11397763072 373994 33554432000 4194304 4196468 140722933668800 139905326712928 139905322485461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13344768 140722933672641 140722933675415 140722933675415 140722933678031 0
[pid=17805/tid=17861] ppid=17802 vsize=11130628 CPUtime=9.37 cores=1,3,5,7,9,11,13,15
/proc/17805/task/17861/stat : 17861 (java) S 17802 17805 16327 0 -1 1077944384 13946 12573 0 0 879 48 7 3 20 0 22 0 4030307 11397763072 373994 33554432000 4194304 4196468 140722933668800 139905275095568 139905322485461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13344768 140722933672641 140722933675415 140722933675415 140722933678031 0
[pid=17805/tid=17862] ppid=17802 vsize=11130628 CPUtime=9.33 cores=1,3,5,7,9,11,13,15
/proc/17805/task/17862/stat : 17862 (java) S 17802 17805 16327 0 -1 1077944384 9504 12573 0 0 880 43 7 3 20 0 22 0 4030307 11397763072 373994 33554432000 4194304 4196468 140722933668800 139905274043024 139905322485461 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 13344768 140722933672641 140722933675415 140722933675415 140722933678031 0
[pid=17805/tid=17863] ppid=17802 vsize=11130628 CPUtime=9.44 cores=1,3,5,7,9,11,13,15
/proc/17805/task/17863/stat : 17863 (java) S 17802 17805 16327 0 -1 1077944384 10321 12573 0 0 891 43 7 3 20 0 22 0 4030307 11397763072 373994 33554432000 4194304 4196468 140722933668800 139905272989968 139905322485461 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 13344768 140722933672641 140722933675415 140722933675415 140722933678031 0
[pid=17805/tid=17864] ppid=17802 vsize=11130628 CPUtime=9.29 cores=1,3,5,7,9,11,13,15
/proc/17805/task/17864/stat : 17864 (java) S 17802 17805 16327 0 -1 1077944384 9744 12573 0 0 873 46 7 3 20 0 22 0 4030307 11397763072 373994 33554432000 4194304 4196468 140722933668800 139904926013840 139905322485461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13344768 140722933672641 140722933675415 140722933675415 140722933678031 0
[pid=17805/tid=17865] ppid=17802 vsize=11130628 CPUtime=9.46 cores=1,3,5,7,9,11,13,15
/proc/17805/task/17865/stat : 17865 (java) S 17802 17805 16327 0 -1 1077944384 10492 12573 0 0 894 42 7 3 20 0 22 0 4030307 11397763072 373994 33554432000 4194304 4196468 140722933668800 139904924961808 139905322485461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13344768 140722933672641 140722933675415 140722933675415 140722933678031 0
[pid=17805/tid=17866] ppid=17802 vsize=11130628 CPUtime=9.32 cores=1,3,5,7,9,11,13,15
/proc/17805/task/17866/stat : 17866 (java) S 17802 17805 16327 0 -1 1077944384 12298 12573 0 0 880 42 7 3 20 0 22 0 4030307 11397763072 373994 33554432000 4194304 4196468 140722933668800 139904923909264 139905322485461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13344768 140722933672641 140722933675415 140722933675415 140722933678031 0
[pid=17805/tid=17867] ppid=17802 vsize=11130628 CPUtime=9.42 cores=1,3,5,7,9,11,13,15
/proc/17805/task/17867/stat : 17867 (java) S 17802 17805 16327 0 -1 1077944384 12012 12573 0 0 891 41 7 3 20 0 22 0 4030307 11397763072 373994 33554432000 4194304 4196468 140722933668800 139904922856208 139905322485461 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 13344768 140722933672641 140722933675415 140722933675415 140722933678031 0
[pid=17805/tid=17868] ppid=17802 vsize=11130628 CPUtime=9.31 cores=1,3,5,7,9,11,13,15
/proc/17805/task/17868/stat : 17868 (java) S 17802 17805 16327 0 -1 1077944384 12883 12573 0 0 878 43 7 3 20 0 22 0 4030307 11397763072 373994 33554432000 4194304 4196468 140722933668800 139904921803664 139905322485461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13344768 140722933672641 140722933675415 140722933675415 140722933678031 0
[pid=17805/tid=17869] ppid=17802 vsize=11130628 CPUtime=7.36 cores=1,3,5,7,9,11,13,15
/proc/17805/task/17869/stat : 17869 (java) R 17802 17805 16327 0 -1 4202560 25712 12573 0 0 690 36 7 3 20 0 22 0 4030309 11397763072 373994 33554432000 4194304 4196468 140722933668800 139904527864384 139905308166955 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13344768 140722933672641 140722933675415 140722933675415 140722933678031 0
[pid=17805/tid=17870] ppid=17802 vsize=11130628 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/17805/task/17870/stat : 17870 (java) S 17802 17805 16327 0 -1 1077944384 62 12573 0 0 0 0 7 3 20 0 22 0 4030309 11397763072 373994 33554432000 4194304 4196468 140722933668800 139904526811920 139905322486402 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 13344768 140722933672641 140722933675415 140722933675415 140722933678031 0
[pid=17805/tid=17871] ppid=17802 vsize=11130628 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/17805/task/17871/stat : 17871 (java) S 17802 17805 16327 0 -1 1077944384 51 12573 0 0 0 0 7 3 20 0 22 0 4030310 11397763072 373994 33554432000 4194304 4196468 140722933668800 139904525759232 139905322485461 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 13344768 140722933672641 140722933675415 140722933675415 140722933678031 0
[pid=17805/tid=17872] ppid=17802 vsize=11130628 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/17805/task/17872/stat : 17872 (java) S 17802 17805 16327 0 -1 1077944384 112 12573 0 0 0 0 7 3 20 0 22 0 4030313 11397763072 373994 33554432000 4194304 4196468 140722933668800 139904524707792 139905322493851 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 13344768 140722933672641 140722933675415 140722933675415 140722933678031 0
[pid=17805/tid=17873] ppid=17802 vsize=11130628 CPUtime=4.02 cores=1,3,5,7,9,11,13,15
/proc/17805/task/17873/stat : 17873 (java) S 17802 17805 16327 0 -1 1077944384 16948 12573 0 0 389 3 7 3 20 0 22 0 4030313 11397763072 373994 33554432000 4194304 4196468 140722933668800 139904523645248 139905322485461 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 13344768 140722933672641 140722933675415 140722933675415 140722933678031 0
[pid=17805/tid=17874] ppid=17802 vsize=11130628 CPUtime=3.58 cores=1,3,5,7,9,11,13,15
/proc/17805/task/17874/stat : 17874 (java) S 17802 17805 16327 0 -1 1077944384 8918 12573 0 0 344 4 7 3 20 0 22 0 4030313 11397763072 373994 33554432000 4194304 4196468 140722933668800 139904522603376 139905322486402 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 13344768 140722933672641 140722933675415 140722933675415 140722933678031 0
[pid=17805/tid=17875] ppid=17802 vsize=11130628 CPUtime=3.79 cores=1,3,5,7,9,11,13,15
/proc/17805/task/17875/stat : 17875 (java) S 17802 17805 16327 0 -1 1077944384 14183 12573 0 0 366 3 7 3 20 0 22 0 4030313 11397763072 373994 33554432000 4194304 4196468 140722933668800 139904521550320 139905322486402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13344768 140722933672641 140722933675415 140722933675415 140722933678031 0
[pid=17805/tid=17876] ppid=17802 vsize=11130628 CPUtime=2.42 cores=1,3,5,7,9,11,13,15
/proc/17805/task/17876/stat : 17876 (java) S 17802 17805 16327 0 -1 1077944384 22778 12573 0 0 227 5 7 3 20 0 22 0 4030313 11397763072 373994 33554432000 4194304 4196468 140722933668800 139904520497776 139905322486402 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13344768 140722933672641 140722933675415 140722933675415 140722933678031 0
[pid=17805/tid=17877] ppid=17802 vsize=11130628 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/17805/task/17877/stat : 17877 (java) S 17802 17805 16327 0 -1 1077944384 3 12573 0 0 0 0 7 3 20 0 22 0 4030313 11397763072 373994 33554432000 4194304 4196468 140722933668800 139904519444960 139905322485461 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 13344768 140722933672641 140722933675415 140722933675415 140722933678031 0
[pid=17805/tid=17878] ppid=17802 vsize=11130628 CPUtime=1.36 cores=1,3,5,7,9,11,13,15
/proc/17805/task/17878/stat : 17878 (java) S 17802 17805 16327 0 -1 1077944384 2963 12573 0 0 52 74 7 3 20 0 22 0 4030313 11397763072 373994 33554432000 4194304 4196468 140722933668800 139904518392496 139905322486402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13344768 140722933672641 140722933675415 140722933675415 140722933678031 0
Current children cumulated CPU time (s) 2401.91
Current children cumulated vsize (KiB) 11130628

[startup+2326.5 s]
/proc/loadavg: 1.35 1.34 1.45 10/283 18106
/proc/meminfo: memFree=28392172/32770624 swapFree=5912/89468
[pid=17805] ppid=17802 vsize=11130628 CPUtime=2402.46 cores=1,3,5,7,9,11,13,15
/proc/17805/stat : 17805 (java) S 17802 17805 16327 0 -1 1077944320 276259 12573 0 0 239748 488 7 3 20 0 22 0 4030294 11397763072 373997 33554432000 4194304 4196468 140722933668800 140722933651344 139905322475255 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 13344768 140722933672641 140722933675415 140722933675415 140722933678031 0
/proc/17805/statm: 2782657 373997 3517 1 0 2770212 0
[pid=17805/tid=17860] ppid=17802 vsize=11130628 CPUtime=2305.67 cores=1,3,5,7,9,11,13,15
/proc/17805/task/17860/stat : 17860 (java) R 17802 17805 16327 0 -1 4202560 90981 12573 0 0 230506 51 7 3 20 0 22 0 4030306 11397763072 373997 33554432000 4194304 4196468 140722933668800 139905326696144 139905302746736 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13344768 140722933672641 140722933675415 140722933675415 140722933678031 0
[pid=17805/tid=17861] ppid=17802 vsize=11130628 CPUtime=9.43 cores=1,3,5,7,9,11,13,15
/proc/17805/task/17861/stat : 17861 (java) S 17802 17805 16327 0 -1 1077944384 13946 12573 0 0 885 48 7 3 20 0 22 0 4030307 11397763072 373997 33554432000 4194304 4196468 140722933668800 139905275095568 139905322485461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13344768 140722933672641 140722933675415 140722933675415 140722933678031 0
[pid=17805/tid=17862] ppid=17802 vsize=11130628 CPUtime=9.4 cores=1,3,5,7,9,11,13,15
/proc/17805/task/17862/stat : 17862 (java) S 17802 17805 16327 0 -1 1077944384 9505 12573 0 0 887 43 7 3 20 0 22 0 4030307 11397763072 373997 33554432000 4194304 4196468 140722933668800 139905274043024 139905322485461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13344768 140722933672641 140722933675415 140722933675415 140722933678031 0
[pid=17805/tid=17863] ppid=17802 vsize=11130628 CPUtime=9.5 cores=1,3,5,7,9,11,13,15
/proc/17805/task/17863/stat : 17863 (java) S 17802 17805 16327 0 -1 1077944384 10321 12573 0 0 897 43 7 3 20 0 22 0 4030307 11397763072 373997 33554432000 4194304 4196468 140722933668800 139905272989968 139905322485461 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 13344768 140722933672641 140722933675415 140722933675415 140722933678031 0
[pid=17805/tid=17864] ppid=17802 vsize=11130628 CPUtime=9.34 cores=1,3,5,7,9,11,13,15
/proc/17805/task/17864/stat : 17864 (java) S 17802 17805 16327 0 -1 1077944384 9744 12573 0 0 878 46 7 3 20 0 22 0 4030307 11397763072 373997 33554432000 4194304 4196468 140722933668800 139904926013840 139905322485461 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 13344768 140722933672641 140722933675415 140722933675415 140722933678031 0
[pid=17805/tid=17865] ppid=17802 vsize=11130628 CPUtime=9.52 cores=1,3,5,7,9,11,13,15
/proc/17805/task/17865/stat : 17865 (java) S 17802 17805 16327 0 -1 1077944384 10492 12573 0 0 900 42 7 3 20 0 22 0 4030307 11397763072 373997 33554432000 4194304 4196468 140722933668800 139904924961808 139905322485461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13344768 140722933672641 140722933675415 140722933675415 140722933678031 0
[pid=17805/tid=17866] ppid=17802 vsize=11130628 CPUtime=9.39 cores=1,3,5,7,9,11,13,15
/proc/17805/task/17866/stat : 17866 (java) S 17802 17805 16327 0 -1 1077944384 12298 12573 0 0 887 42 7 3 20 0 22 0 4030307 11397763072 373997 33554432000 4194304 4196468 140722933668800 139904923909264 139905322485461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13344768 140722933672641 140722933675415 140722933675415 140722933678031 0
[pid=17805/tid=17867] ppid=17802 vsize=11130628 CPUtime=9.48 cores=1,3,5,7,9,11,13,15
/proc/17805/task/17867/stat : 17867 (java) S 17802 17805 16327 0 -1 1077944384 12012 12573 0 0 897 41 7 3 20 0 22 0 4030307 11397763072 373997 33554432000 4194304 4196468 140722933668800 139904922856208 139905322485461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13344768 140722933672641 140722933675415 140722933675415 140722933678031 0
[pid=17805/tid=17868] ppid=17802 vsize=11130628 CPUtime=9.37 cores=1,3,5,7,9,11,13,15
/proc/17805/task/17868/stat : 17868 (java) S 17802 17805 16327 0 -1 1077944384 12883 12573 0 0 884 43 7 3 20 0 22 0 4030307 11397763072 373997 33554432000 4194304 4196468 140722933668800 139904921803664 139905322485461 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 13344768 140722933672641 140722933675415 140722933675415 140722933678031 0
[pid=17805/tid=17869] ppid=17802 vsize=11130628 CPUtime=7.4 cores=1,3,5,7,9,11,13,15
/proc/17805/task/17869/stat : 17869 (java) S 17802 17805 16327 0 -1 1077944384 25712 12573 0 0 694 36 7 3 20 0 22 0 4030309 11397763072 373997 33554432000 4194304 4196468 140722933668800 139904527866096 139905322486402 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13344768 140722933672641 140722933675415 140722933675415 140722933678031 0
[pid=17805/tid=17870] ppid=17802 vsize=11130628 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/17805/task/17870/stat : 17870 (java) S 17802 17805 16327 0 -1 1077944384 62 12573 0 0 0 0 7 3 20 0 22 0 4030309 11397763072 373997 33554432000 4194304 4196468 140722933668800 139904526812384 139905322485461 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 13344768 140722933672641 140722933675415 140722933675415 140722933678031 0
[pid=17805/tid=17871] ppid=17802 vsize=11130628 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/17805/task/17871/stat : 17871 (java) S 17802 17805 16327 0 -1 1077944384 53 12573 0 0 0 0 7 3 20 0 22 0 4030310 11397763072 373997 33554432000 4194304 4196468 140722933668800 139904525759232 139905322485461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13344768 140722933672641 140722933675415 140722933675415 140722933678031 0
[pid=17805/tid=17872] ppid=17802 vsize=11130628 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/17805/task/17872/stat : 17872 (java) S 17802 17805 16327 0 -1 1077944384 112 12573 0 0 0 0 7 3 20 0 22 0 4030313 11397763072 373997 33554432000 4194304 4196468 140722933668800 139904524707792 139905322493851 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 13344768 140722933672641 140722933675415 140722933675415 140722933678031 0
[pid=17805/tid=17873] ppid=17802 vsize=11130628 CPUtime=4.02 cores=1,3,5,7,9,11,13,15
/proc/17805/task/17873/stat : 17873 (java) R 17802 17805 16327 0 -1 4202560 16964 12573 0 0 389 3 7 3 20 0 22 0 4030313 11397763072 373997 33554432000 4194304 4196468 140722933668800 139904523644592 139905300070368 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13344768 140722933672641 140722933675415 140722933675415 140722933678031 0
[pid=17805/tid=17874] ppid=17802 vsize=11130628 CPUtime=3.58 cores=1,3,5,7,9,11,13,15
/proc/17805/task/17874/stat : 17874 (java) S 17802 17805 16327 0 -1 1077944384 8954 12573 0 0 344 4 7 3 20 0 22 0 4030313 11397763072 373997 33554432000 4194304 4196468 140722933668800 139904522603376 139905322486402 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 13344768 140722933672641 140722933675415 140722933675415 140722933678031 0
[pid=17805/tid=17875] ppid=17802 vsize=11130628 CPUtime=3.8 cores=1,3,5,7,9,11,13,15
/proc/17805/task/17875/stat : 17875 (java) R 17802 17805 16327 0 -1 4202560 14195 12573 0 0 367 3 7 3 20 0 22 0 4030313 11397763072 373997 33554432000 4194304 4196468 140722933668800 139904521539584 139905305969433 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 13344768 140722933672641 140722933675415 140722933675415 140722933678031 0
[pid=17805/tid=17876] ppid=17802 vsize=11130628 CPUtime=2.42 cores=1,3,5,7,9,11,13,15
/proc/17805/task/17876/stat : 17876 (java) S 17802 17805 16327 0 -1 1077944384 22800 12573 0 0 227 5 7 3 20 0 22 0 4030313 11397763072 373997 33554432000 4194304 4196468 140722933668800 139904520497776 139905322486402 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13344768 140722933672641 140722933675415 140722933675415 140722933678031 0
[pid=17805/tid=17877] ppid=17802 vsize=11130628 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/17805/task/17877/stat : 17877 (java) S 17802 17805 16327 0 -1 1077944384 3 12573 0 0 0 0 7 3 20 0 22 0 4030313 11397763072 373997 33554432000 4194304 4196468 140722933668800 139904519444960 139905322485461 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 13344768 140722933672641 140722933675415 140722933675415 140722933678031 0
[pid=17805/tid=17878] ppid=17802 vsize=11130628 CPUtime=1.36 cores=1,3,5,7,9,11,13,15
/proc/17805/task/17878/stat : 17878 (java) S 17802 17805 16327 0 -1 1077944384 2963 12573 0 0 52 74 7 3 20 0 22 0 4030313 11397763072 373997 33554432000 4194304 4196468 140722933668800 139904518392496 139905322486402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13344768 140722933672641 140722933675415 140722933675415 140722933678031 0
[pid=17805/tid=18105] ppid=17802 vsize=11130628 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/17805/task/18105/stat : 18105 (java) S 17802 17805 16327 0 -1 1077944384 102 12573 0 0 0 0 7 3 20 0 22 0 4262905 11397763072 373997 33554432000 4194304 4196468 140722933668800 139904487530480 139905322485461 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 13344768 140722933672641 140722933675415 140722933675415 140722933678031 0
[pid=17805/tid=18106] ppid=17802 vsize=11130628 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/17805/task/18106/stat : 18106 (java) S 17802 17805 16327 0 -1 1077944384 27 12573 0 0 0 0 7 3 20 0 22 0 4262905 11397763072 373997 33554432000 4194304 4196468 140722933668800 139904486478960 139905322486402 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13344768 140722933672641 140722933675415 140722933675415 140722933678031 0
Current children cumulated CPU time (s) 2402.46
Current children cumulated vsize (KiB) 11130628

Child status: 143
Real time (s): 2326.54
CPU time (s): 2402.51
CPU user time (s): 2397.57
CPU system time (s): 4.93859
CPU usage (%): 103.265
Max. virtual memory (cumulated for all children) (KiB): 11130628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2397.57
system time used= 4.93859
maximum resident set size= 1616372
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 288888
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2728
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 302012
involuntary context switches= 184602

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.5093 second user time and 20.6169 second system time

The end

Launcher Data

Begin job on node107 at 2017-07-22 03:40:07
IDJOB=4244469
IDBENCH=115729
IDSOLVER=2630
FILE ID=node107/4244469-1500687607
RUNJOBID= node107-1500682951-16359
PBS_JOBID= 20623334
Free space on /tmp= 61852 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Scheduling/Scheduling-js-taillard/Taillard-js-015-15-7.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4244469-1500687607/watcher-4244469-1500687607 -o /tmp/evaluation-result-4244469-1500687607/solver-4244469-1500687607 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node107-1500682951-16359 --watchdog 2560  bin/concrete HOME/instance-4244469-1500687607.xml

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

MD5SUM BENCH= fe547a27c953c30f0dd43f8aa0b4ac9f
RANDOM SEED=665228717

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

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

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

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

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

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

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

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

processor	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.05
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:        28523928 kB
MemAvailable:   28654304 kB
Buffers:          172912 kB
Cached:           212608 kB
SwapCached:            0 kB
Active:          3608748 kB
Inactive:         145384 kB
Active(anon):    3321476 kB
Inactive(anon):    58556 kB
Active(file):     287272 kB
Inactive(file):    86828 kB
Unevictable:        5912 kB
Mlocked:            5912 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24528 kB
Writeback:             0 kB
AnonPages:       3374440 kB
Mapped:            43664 kB
Shmem:              8852 kB
Slab:             177924 kB
SReclaimable:     144220 kB
SUnreclaim:        33704 kB
KernelStack:        4496 kB
PageTables:        11776 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4136484 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3063808 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      128384 kB
DirectMap2M:    33417216 kB

Free space on /tmp at the end= 61828 MiB
End job on node107 at 2017-07-22 04:18:54