Trace number 4259752

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
Concrete 3.4? (TO) 267.104 241.55701

General information on the benchmark

NameScheduling/Scheduling-js-taillard/
Taillard-js-050-20-9.xml
MD5SUMddafb9a8cc33bb4ebb1c12b838f3d57d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1050
Number of constraints1070
Number of domains1
Minimum domain size3095
Maximum domain size3095
Distribution of domain sizes[{"size":3095,"count":1050}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":50},{"degree":3,"count":1000}]
Minimum constraint arity1
Maximum constraint arity50
Distribution of constraint arities[{"arity":1,"count":50},{"arity":2,"count":1000},{"arity":50,"count":20}]
Number of extensional constraints0
Number of intensional constraints1050
Distribution of constraint types[{"type":"intension","count":1050},{"type":"noOverlap","count":20}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

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

pid=30699
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 264 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 294 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 240 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.56 1.61 1.78 3/198 30702
/proc/meminfo: memFree=29128248/32770624 swapFree=0/238800
[pid=30702] ppid=30699 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/30702/stat : 30702 (runsolver) D 30699 30702 3187 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 6206822 24240128 106 18446744073709551615 4194304 4338465 140730226600720 140730226598360 139761316807383 0 0 1 24578 18446744071580418449 0 0 17 4 0 0 0 0 0 6438912 6441760 31064064 140730226602193 140730226602567 140730226602567 140730226606026 0
/proc/30702/statm: 5918 106 53 36 0 2156 0

[startup+0.100063 s]
/proc/loadavg: 1.56 1.61 1.78 3/198 30702
/proc/meminfo: memFree=29128248/32770624 swapFree=0/238800
[pid=30702] ppid=30699 vsize=9508 CPUtime=0 cores=0,2,4,6
/proc/30702/stat : 30702 (bash) S 30699 30702 3187 0 -1 4202496 683 1546 0 0 0 0 0 0 20 0 1 0 6206822 9736192 351 18446744073709551615 4194304 5098028 140735289884672 140735289882312 140168883588096 0 0 5 65536 18446744071580971376 0 0 17 0 0 0 8 0 0 7196144 7232144 38834176 140735289889298 140735289889383 140735289889383 140735289892842 0
/proc/30702/statm: 2377 351 278 221 0 86 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9508

[startup+0.200284 s]
/proc/loadavg: 1.56 1.61 1.78 3/198 30702
/proc/meminfo: memFree=29128248/32770624 swapFree=0/238800
[pid=30702] ppid=30699 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/30702/stat : 30702 (bash) S 30699 30702 3187 0 -1 4202496 892 6497 0 0 0 0 0 1 20 0 1 0 6206822 9867264 377 18446744073709551615 4194304 5098028 140735289884672 140735289878680 140168883588096 0 0 5 65536 18446744071580971376 0 0 17 0 0 0 8 0 0 7196144 7232144 38834176 140735289889298 140735289889383 140735289889383 140735289892842 0
/proc/30702/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300322 s]
/proc/loadavg: 1.56 1.61 1.78 3/198 30702
/proc/meminfo: memFree=29128248/32770624 swapFree=0/238800
[pid=30702] ppid=30699 vsize=13907308 CPUtime=0.14 cores=0,2,4,6
/proc/30702/stat : 30702 (java) S 30699 30702 3187 0 -1 1077944320 5662 12464 0 0 5 1 5 3 20 0 14 0 6206822 14241083392 5353 18446744073709551615 4194304 4196468 140727641007920 140727640990464 140655983021815 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 37232640 140727641012174 140727641014959 140727641014959 140727641018319 0
/proc/30702/statm: 3476827 5353 2646 1 0 3466332 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 13907308

[startup+0.700266 s]
/proc/loadavg: 1.56 1.61 1.78 3/198 30702
/proc/meminfo: memFree=29128248/32770624 swapFree=0/238800
[pid=30702] ppid=30699 vsize=13974784 CPUtime=0.62 cores=0,2,4,6
/proc/30702/stat : 30702 (java) S 30699 30702 3187 0 -1 1077944320 13503 12464 0 0 49 5 5 3 20 0 15 0 6206822 14310178816 14393 18446744073709551615 4194304 4196468 140727641007920 140727640990464 140655983021815 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 37232640 140727641012174 140727641014959 140727641014959 140727641018319 0
/proc/30702/statm: 3493696 14393 3048 1 0 3482973 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 13974784

[startup+1.50076 s]
/proc/loadavg: 1.56 1.61 1.78 3/213 30765
/proc/meminfo: memFree=29037476/32770624 swapFree=0/239292
[pid=30702] ppid=30699 vsize=13985408 CPUtime=1.86 cores=0,2,4,6
/proc/30702/stat : 30702 (java) S 30699 30702 3187 0 -1 1077944320 26844 12464 0 0 168 10 5 3 20 0 15 0 6206822 14321057792 33793 18446744073709551615 4194304 4196468 140727641007920 140727640990464 140655983021815 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 37232640 140727641012174 140727641014959 140727641014959 140727641018319 0
/proc/30702/statm: 3496352 33793 3334 1 0 3485533 0
[pid=30702/tid=30752] ppid=30699 vsize=13985408 CPUtime=1.27 cores=0,2,4,6
/proc/30702/task/30752/stat : 30752 (java) R 30699 30702 3187 0 -1 4202560 21648 12464 0 0 112 7 5 3 20 0 15 0 6206844 14321057792 33793 18446744073709551615 4194304 4196468 140727641007920 140655987250952 140655983033750 0 4 1 16800974 0 0 0 -1 0 0 0 6 0 0 6293624 6294260 37232640 140727641012174 140727641014959 140727641014959 140727641018319 0
[pid=30702/tid=30753] ppid=30699 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/30702/task/30753/stat : 30753 (java) S 30699 30702 3187 0 -1 1077944384 1 12464 0 0 0 0 5 3 20 0 15 0 6206844 14321057792 33793 18446744073709551615 4194304 4196468 140727641007920 140655952734608 140655983032021 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37232640 140727641012174 140727641014959 140727641014959 140727641018319 0
[pid=30702/tid=30754] ppid=30699 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/30702/task/30754/stat : 30754 (java) S 30699 30702 3187 0 -1 1077944384 1 12464 0 0 0 0 5 3 20 0 15 0 6206844 14321057792 33793 18446744073709551615 4194304 4196468 140727641007920 140655582013712 140655983032021 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37232640 140727641012174 140727641014959 140727641014959 140727641018319 0
[pid=30702/tid=30755] ppid=30699 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/30702/task/30755/stat : 30755 (java) S 30699 30702 3187 0 -1 1077944384 1 12464 0 0 0 0 5 3 20 0 15 0 6206844 14321057792 33793 18446744073709551615 4194304 4196468 140727641007920 140655580961424 140655983032021 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37232640 140727641012174 140727641014959 140727641014959 140727641018319 0
[pid=30702/tid=30756] ppid=30699 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/30702/task/30756/stat : 30756 (java) S 30699 30702 3187 0 -1 1077944384 2 12464 0 0 0 0 5 3 20 0 15 0 6206844 14321057792 33793 18446744073709551615 4194304 4196468 140727641007920 140655579908624 140655983032021 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37232640 140727641012174 140727641014959 140727641014959 140727641018319 0
[pid=30702/tid=30757] ppid=30699 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/30702/task/30757/stat : 30757 (java) S 30699 30702 3187 0 -1 1077944384 5 12464 0 0 0 0 5 3 20 0 15 0 6206846 14321057792 33793 18446744073709551615 4194304 4196468 140727641007920 140655461350000 140655983032962 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37232640 140727641012174 140727641014959 140727641014959 140727641018319 0
[pid=30702/tid=30758] ppid=30699 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/30702/task/30758/stat : 30758 (java) S 30699 30702 3187 0 -1 1077944384 33 12464 0 0 0 0 5 3 20 0 15 0 6206846 14321057792 33793 18446744073709551615 4194304 4196468 140727641007920 140655460295968 140655983032021 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37232640 140727641012174 140727641014959 140727641014959 140727641018319 0
[pid=30702/tid=30759] ppid=30699 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/30702/task/30759/stat : 30759 (java) S 30699 30702 3187 0 -1 1077944384 21 12464 0 0 0 0 5 3 20 0 15 0 6206846 14321057792 33793 18446744073709551615 4194304 4196468 140727641007920 140655459243632 140655983032021 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37232640 140727641012174 140727641014959 140727641014959 140727641018319 0
[pid=30702/tid=30760] ppid=30699 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/30702/task/30760/stat : 30760 (java) S 30699 30702 3187 0 -1 1077944384 3 12464 0 0 0 0 5 3 20 0 15 0 6206849 14321057792 33793 18446744073709551615 4194304 4196468 140727641007920 140655458191952 140655983040411 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37232640 140727641012174 140727641014959 140727641014959 140727641018319 0
[pid=30702/tid=30761] ppid=30699 vsize=13985408 CPUtime=0.24 cores=0,2,4,6
/proc/30702/task/30761/stat : 30761 (java) R 30699 30702 3187 0 -1 4202560 1108 12464 0 0 16 0 5 3 20 0 15 0 6206849 14321057792 33793 18446744073709551615 4194304 4196468 140727641007920 140655457137984 140655960769320 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37232640 140727641012174 140727641014959 140727641014959 140727641018319 0
[pid=30702/tid=30762] ppid=30699 vsize=13985408 CPUtime=0.24 cores=0,2,4,6
/proc/30702/task/30762/stat : 30762 (java) S 30699 30702 3187 0 -1 1077944384 712 12464 0 0 16 0 5 3 20 0 15 0 6206849 14321057792 33793 18446744073709551615 4194304 4196468 140727641007920 140655456086000 140655983032962 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37232640 140727641012174 140727641014959 140727641014959 140727641018319 0
[pid=30702/tid=30763] ppid=30699 vsize=13985408 CPUtime=0.29 cores=0,2,4,6
/proc/30702/task/30763/stat : 30763 (java) R 30699 30702 3187 0 -1 4202560 1149 12464 0 0 21 0 5 3 20 0 15 0 6206849 14321057792 33793 18446744073709551615 4194304 4196468 140727641007920 140655455033712 140655967204650 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37232640 140727641012174 140727641014959 140727641014959 140727641018319 0
[pid=30702/tid=30764] ppid=30699 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/30702/task/30764/stat : 30764 (java) S 30699 30702 3187 0 -1 1077944384 3 12464 0 0 0 0 5 3 20 0 15 0 6206849 14321057792 33793 18446744073709551615 4194304 4196468 140727641007920 140655453981152 140655983032021 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37232640 140727641012174 140727641014959 140727641014959 140727641018319 0
[pid=30702/tid=30765] ppid=30699 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/30702/task/30765/stat : 30765 (java) S 30699 30702 3187 0 -1 1077944384 5 12464 0 0 0 0 5 3 20 0 15 0 6206856 14321057792 33793 18446744073709551615 4194304 4196468 140727641007920 140655452928944 140655983032962 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37232640 140727641012174 140727641014959 140727641014959 140727641018319 0
Current children cumulated CPU time (s) 1.86
Current children cumulated vsize (KiB) 13985408

[startup+3.10059 s]
/proc/loadavg: 1.56 1.61 1.78 5/213 30765
/proc/meminfo: memFree=28949864/32770624 swapFree=0/239296
[pid=30702] ppid=30699 vsize=13997884 CPUtime=6.18 cores=0,2,4,6
/proc/30702/stat : 30702 (java) S 30699 30702 3187 0 -1 1077944320 42704 12464 0 0 595 15 5 3 20 0 15 0 6206822 14333833216 54626 18446744073709551615 4194304 4196468 140727641007920 140727640990464 140655983021815 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 37232640 140727641012174 140727641014959 140727641014959 140727641018319 0
/proc/30702/statm: 3499471 54626 3444 1 0 3488093 0
[pid=30702/tid=30752] ppid=30699 vsize=13997884 CPUtime=2.84 cores=0,2,4,6
/proc/30702/task/30752/stat : 30752 (java) R 30699 30702 3187 0 -1 4202560 27514 12464 0 0 267 9 5 3 20 0 15 0 6206844 14333833216 54626 18446744073709551615 4194304 4196468 140727641007920 140655987250464 140655964428114 0 4 1 16800974 0 0 0 -1 0 0 0 6 0 0 6293624 6294260 37232640 140727641012174 140727641014959 140727641014959 140727641018319 0
[pid=30702/tid=30753] ppid=30699 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/30702/task/30753/stat : 30753 (java) S 30699 30702 3187 0 -1 1077944384 182 12464 0 0 1 0 5 3 20 0 15 0 6206844 14333833216 54626 18446744073709551615 4194304 4196468 140727641007920 140655952734608 140655983032021 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37232640 140727641012174 140727641014959 140727641014959 140727641018319 0
[pid=30702/tid=30754] ppid=30699 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/30702/task/30754/stat : 30754 (java) S 30699 30702 3187 0 -1 1077944384 44 12464 0 0 1 0 5 3 20 0 15 0 6206844 14333833216 54626 18446744073709551615 4194304 4196468 140727641007920 140655582013712 140655983032021 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37232640 140727641012174 140727641014959 140727641014959 140727641018319 0
[pid=30702/tid=30755] ppid=30699 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/30702/task/30755/stat : 30755 (java) S 30699 30702 3187 0 -1 1077944384 36 12464 0 0 1 0 5 3 20 0 15 0 6206844 14333833216 54626 18446744073709551615 4194304 4196468 140727641007920 140655580961424 140655983032021 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37232640 140727641012174 140727641014959 140727641014959 140727641018319 0
[pid=30702/tid=30756] ppid=30699 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/30702/task/30756/stat : 30756 (java) S 30699 30702 3187 0 -1 1077944384 74 12464 0 0 1 0 5 3 20 0 15 0 6206844 14333833216 54626 18446744073709551615 4194304 4196468 140727641007920 140655579908624 140655983032021 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37232640 140727641012174 140727641014959 140727641014959 140727641018319 0
[pid=30702/tid=30757] ppid=30699 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/30702/task/30757/stat : 30757 (java) S 30699 30702 3187 0 -1 1077944384 1476 12464 0 0 1 0 5 3 20 0 15 0 6206846 14333833216 54626 18446744073709551615 4194304 4196468 140727641007920 140655461350000 140655983032962 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37232640 140727641012174 140727641014959 140727641014959 140727641018319 0
[pid=30702/tid=30758] ppid=30699 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/30702/task/30758/stat : 30758 (java) S 30699 30702 3187 0 -1 1077944384 56 12464 0 0 0 0 5 3 20 0 15 0 6206846 14333833216 54626 18446744073709551615 4194304 4196468 140727641007920 140655460296032 140655983032021 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37232640 140727641012174 140727641014959 140727641014959 140727641018319 0
[pid=30702/tid=30759] ppid=30699 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/30702/task/30759/stat : 30759 (java) S 30699 30702 3187 0 -1 1077944384 44 12464 0 0 0 0 5 3 20 0 15 0 6206846 14333833216 54626 18446744073709551615 4194304 4196468 140727641007920 140655459243632 140655983032021 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37232640 140727641012174 140727641014959 140727641014959 140727641018319 0
[pid=30702/tid=30760] ppid=30699 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/30702/task/30760/stat : 30760 (java) S 30699 30702 3187 0 -1 1077944384 3 12464 0 0 0 0 5 3 20 0 15 0 6206849 14333833216 54626 18446744073709551615 4194304 4196468 140727641007920 140655458191952 140655983040411 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37232640 140727641012174 140727641014959 140727641014959 140727641018319 0
[pid=30702/tid=30761] ppid=30699 vsize=13997884 CPUtime=1.23 cores=0,2,4,6
/proc/30702/task/30761/stat : 30761 (java) R 30699 30702 3187 0 -1 4202560 4821 12464 0 0 114 1 5 3 20 0 15 0 6206849 14333833216 54626 18446744073709551615 4194304 4196468 140727641007920 140655457131824 140655964338763 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37232640 140727641012174 140727641014959 140727641014959 140727641018319 0
[pid=30702/tid=30762] ppid=30699 vsize=13997884 CPUtime=1.04 cores=0,2,4,6
/proc/30702/task/30762/stat : 30762 (java) R 30699 30702 3187 0 -1 4202560 2282 12464 0 0 96 0 5 3 20 0 15 0 6206849 14333833216 54626 18446744073709551615 4194304 4196468 140727641007920 140655456086000 140655961440455 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37232640 140727641012174 140727641014959 140727641014959 140727641018319 0
[pid=30702/tid=30763] ppid=30699 vsize=13997884 CPUtime=1.19 cores=0,2,4,6
/proc/30702/task/30763/stat : 30763 (java) S 30699 30702 3187 0 -1 1077944384 4011 12464 0 0 110 1 5 3 20 0 15 0 6206849 14333833216 54626 18446744073709551615 4194304 4196468 140727641007920 140655455033712 140655983032962 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37232640 140727641012174 140727641014959 140727641014959 140727641018319 0
[pid=30702/tid=30764] ppid=30699 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/30702/task/30764/stat : 30764 (java) S 30699 30702 3187 0 -1 1077944384 3 12464 0 0 0 0 5 3 20 0 15 0 6206849 14333833216 54626 18446744073709551615 4194304 4196468 140727641007920 140655453981152 140655983032021 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37232640 140727641012174 140727641014959 140727641014959 140727641018319 0
[pid=30702/tid=30765] ppid=30699 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/30702/task/30765/stat : 30765 (java) S 30699 30702 3187 0 -1 1077944384 6 12464 0 0 0 0 5 3 20 0 15 0 6206856 14333833216 54626 18446744073709551615 4194304 4196468 140727641007920 140655452928944 140655983032962 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37232640 140727641012174 140727641014959 140727641014959 140727641018319 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 13997884

[startup+6.30068 s]
/proc/loadavg: 1.76 1.65 1.79 4/213 30765
/proc/meminfo: memFree=28605708/32770624 swapFree=0/239308
[pid=30702] ppid=30699 vsize=13999932 CPUtime=14.6 cores=0,2,4,6
/proc/30702/stat : 30702 (java) S 30699 30702 3187 0 -1 1077944320 54495 12464 0 0 1409 43 5 3 20 0 15 0 6206822 14335930368 156488 18446744073709551615 4194304 4196468 140727641007920 140727640990464 140655983021815 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 37232640 140727641012174 140727641014959 140727641014959 140727641018319 0
/proc/30702/statm: 3499983 156488 3458 1 0 3488605 0
[pid=30702/tid=30752] ppid=30699 vsize=13999932 CPUtime=5.78 cores=0,2,4,6
/proc/30702/task/30752/stat : 30752 (java) R 30699 30702 3187 0 -1 4202560 28839 12464 0 0 557 13 5 3 20 0 15 0 6206844 14335930368 156488 18446744073709551615 4194304 4196468 140727641007920 140655987249872 140655637755971 0 4 1 16800974 0 0 0 -1 2 0 0 6 0 0 6293624 6294260 37232640 140727641012174 140727641014959 140727641014959 140727641018319 0
[pid=30702/tid=30753] ppid=30699 vsize=13999932 CPUtime=0.3 cores=0,2,4,6
/proc/30702/task/30753/stat : 30753 (java) S 30699 30702 3187 0 -1 1077944384 476 12464 0 0 17 5 5 3 20 0 15 0 6206844 14335930368 156488 18446744073709551615 4194304 4196468 140727641007920 140655952734608 140655983032021 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37232640 140727641012174 140727641014959 140727641014959 140727641018319 0
[pid=30702/tid=30754] ppid=30699 vsize=13999932 CPUtime=0.32 cores=0,2,4,6
/proc/30702/task/30754/stat : 30754 (java) S 30699 30702 3187 0 -1 1077944384 858 12464 0 0 19 5 5 3 20 0 15 0 6206844 14335930368 156488 18446744073709551615 4194304 4196468 140727641007920 140655582013712 140655983032021 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37232640 140727641012174 140727641014959 140727641014959 140727641018319 0
[pid=30702/tid=30755] ppid=30699 vsize=13999932 CPUtime=0.32 cores=0,2,4,6
/proc/30702/task/30755/stat : 30755 (java) S 30699 30702 3187 0 -1 1077944384 406 12464 0 0 19 5 5 3 20 0 15 0 6206844 14335930368 156488 18446744073709551615 4194304 4196468 140727641007920 140655580961424 140655983032021 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37232640 140727641012174 140727641014959 140727641014959 140727641018319 0
[pid=30702/tid=30756] ppid=30699 vsize=13999932 CPUtime=0.31 cores=0,2,4,6
/proc/30702/task/30756/stat : 30756 (java) S 30699 30702 3187 0 -1 1077944384 296 12464 0 0 18 5 5 3 20 0 15 0 6206844 14335930368 156488 18446744073709551615 4194304 4196468 140727641007920 140655579908624 140655983032021 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37232640 140727641012174 140727641014959 140727641014959 140727641018319 0
[pid=30702/tid=30757] ppid=30699 vsize=13999932 CPUtime=0.1 cores=0,2,4,6
/proc/30702/task/30757/stat : 30757 (java) S 30699 30702 3187 0 -1 1077944384 1700 12464 0 0 2 0 5 3 20 0 15 0 6206846 14335930368 156488 18446744073709551615 4194304 4196468 140727641007920 140655461350000 140655983032962 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37232640 140727641012174 140727641014959 140727641014959 140727641018319 0
[pid=30702/tid=30758] ppid=30699 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/30702/task/30758/stat : 30758 (java) S 30699 30702 3187 0 -1 1077944384 56 12464 0 0 0 0 5 3 20 0 15 0 6206846 14335930368 156488 18446744073709551615 4194304 4196468 140727641007920 140655460296032 140655983032021 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37232640 140727641012174 140727641014959 140727641014959 140727641018319 0
[pid=30702/tid=30759] ppid=30699 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/30702/task/30759/stat : 30759 (java) S 30699 30702 3187 0 -1 1077944384 44 12464 0 0 0 0 5 3 20 0 15 0 6206846 14335930368 156488 18446744073709551615 4194304 4196468 140727641007920 140655459243648 140655983032021 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37232640 140727641012174 140727641014959 140727641014959 140727641018319 0
[pid=30702/tid=30760] ppid=30699 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/30702/task/30760/stat : 30760 (java) S 30699 30702 3187 0 -1 1077944384 3 12464 0 0 0 0 5 3 20 0 15 0 6206849 14335930368 156488 18446744073709551615 4194304 4196468 140727641007920 140655458191952 140655983040411 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37232640 140727641012174 140727641014959 140727641014959 140727641018319 0
[pid=30702/tid=30761] ppid=30699 vsize=13999932 CPUtime=3.12 cores=0,2,4,6
/proc/30702/task/30761/stat : 30761 (java) R 30699 30702 3187 0 -1 4202560 7548 12464 0 0 302 2 5 3 20 0 15 0 6206849 14335930368 156488 18446744073709551615 4194304 4196468 140727641007920 140655457138800 140655967774680 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37232640 140727641012174 140727641014959 140727641014959 140727641018319 0
[pid=30702/tid=30762] ppid=30699 vsize=13999932 CPUtime=3.09 cores=0,2,4,6
/proc/30702/task/30762/stat : 30762 (java) R 30699 30702 3187 0 -1 4202560 5198 12464 0 0 299 2 5 3 20 0 15 0 6206849 14335930368 156488 18446744073709551615 4194304 4196468 140727641007920 140655456086000 140655967763712 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37232640 140727641012174 140727641014959 140727641014959 140727641018319 0
[pid=30702/tid=30763] ppid=30699 vsize=13999932 CPUtime=1.78 cores=0,2,4,6
/proc/30702/task/30763/stat : 30763 (java) R 30699 30702 3187 0 -1 1077944384 6787 12464 0 0 168 2 5 3 20 0 15 0 6206849 14335930368 156488 18446744073709551615 4194304 4196468 140727641007920 140655455033712 140655983032962 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37232640 140727641012174 140727641014959 140727641014959 140727641018319 0
[pid=30702/tid=30764] ppid=30699 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/30702/task/30764/stat : 30764 (java) S 30699 30702 3187 0 -1 1077944384 3 12464 0 0 0 0 5 3 20 0 15 0 6206849 14335930368 156488 18446744073709551615 4194304 4196468 140727641007920 140655453981152 140655983032021 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37232640 140727641012174 140727641014959 140727641014959 140727641018319 0
[pid=30702/tid=30765] ppid=30699 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/30702/task/30765/stat : 30765 (java) S 30699 30702 3187 0 -1 1077944384 129 12464 0 0 0 0 5 3 20 0 15 0 6206856 14335930368 156488 18446744073709551615 4194304 4196468 140727641007920 140655452928944 140655983032962 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37232640 140727641012174 140727641014959 140727641014959 140727641018319 0
Current children cumulated CPU time (s) 14.6
Current children cumulated vsize (KiB) 13999932

[startup+12.7007 s]
/proc/loadavg: 1.78 1.66 1.79 3/213 30765
/proc/meminfo: memFree=27059500/32770624 swapFree=0/239308
[pid=30702] ppid=30699 vsize=13999932 CPUtime=25.24 cores=0,2,4,6
/proc/30702/stat : 30702 (java) S 30699 30702 3187 0 -1 1077944320 75687 12464 0 0 2427 89 5 3 20 0 15 0 6206822 14335930368 392490 18446744073709551615 4194304 4196468 140727641007920 140727640990464 140655983021815 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 37232640 140727641012174 140727641014959 140727641014959 140727641018319 0
/proc/30702/statm: 3499983 392490 3458 1 0 3488605 0
[pid=30702/tid=30752] ppid=30699 vsize=13999932 CPUtime=11.38 cores=0,2,4,6
/proc/30702/task/30752/stat : 30752 (java) R 30699 30702 3187 0 -1 4202560 31172 12464 0 0 1108 22 5 3 20 0 15 0 6206844 14335930368 392490 18446744073709551615 4194304 4196468 140727641007920 140655987253960 140655637091046 0 4 1 16800974 0 0 0 -1 0 0 0 6 0 0 6293624 6294260 37232640 140727641012174 140727641014959 140727641014959 140727641018319 0
[pid=30702/tid=30753] ppid=30699 vsize=13999932 CPUtime=1.02 cores=0,2,4,6
/proc/30702/task/30753/stat : 30753 (java) S 30699 30702 3187 0 -1 1077944384 1289 12464 0 0 80 14 5 3 20 0 15 0 6206844 14335930368 392490 18446744073709551615 4194304 4196468 140727641007920 140655952734608 140655983032021 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37232640 140727641012174 140727641014959 140727641014959 140727641018319 0
[pid=30702/tid=30754] ppid=30699 vsize=13999932 CPUtime=1.02 cores=0,2,4,6
/proc/30702/task/30754/stat : 30754 (java) S 30699 30702 3187 0 -1 1077944384 1439 12464 0 0 80 14 5 3 20 0 15 0 6206844 14335930368 392490 18446744073709551615 4194304 4196468 140727641007920 140655582013712 140655983032021 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37232640 140727641012174 140727641014959 140727641014959 140727641018319 0
[pid=30702/tid=30755] ppid=30699 vsize=13999932 CPUtime=1.04 cores=0,2,4,6
/proc/30702/task/30755/stat : 30755 (java) S 30699 30702 3187 0 -1 1077944384 1288 12464 0 0 82 14 5 3 20 0 15 0 6206844 14335930368 392490 18446744073709551615 4194304 4196468 140727641007920 140655580961424 140655983032021 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37232640 140727641012174 140727641014959 140727641014959 140727641018319 0
[pid=30702/tid=30756] ppid=30699 vsize=13999932 CPUtime=1.02 cores=0,2,4,6
/proc/30702/task/30756/stat : 30756 (java) S 30699 30702 3187 0 -1 1077944384 706 12464 0 0 80 14 5 3 20 0 15 0 6206844 14335930368 392490 18446744073709551615 4194304 4196468 140727641007920 140655579908624 140655983032021 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37232640 140727641012174 140727641014959 140727641014959 140727641018319 0
[pid=30702/tid=30757] ppid=30699 vsize=13999932 CPUtime=0.19 cores=0,2,4,6
/proc/30702/task/30757/stat : 30757 (java) S 30699 30702 3187 0 -1 1077944384 7660 12464 0 0 10 1 5 3 20 0 15 0 6206846 14335930368 392490 18446744073709551615 4194304 4196468 140727641007920 140655461350000 140655983032962 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37232640 140727641012174 140727641014959 140727641014959 140727641018319 0
[pid=30702/tid=30758] ppid=30699 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/30702/task/30758/stat : 30758 (java) S 30699 30702 3187 0 -1 1077944384 56 12464 0 0 0 0 5 3 20 0 15 0 6206846 14335930368 392490 18446744073709551615 4194304 4196468 140727641007920 140655460296032 140655983032021 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37232640 140727641012174 140727641014959 140727641014959 140727641018319 0
[pid=30702/tid=30759] ppid=30699 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/30702/task/30759/stat : 30759 (java) S 30699 30702 3187 0 -1 1077944384 44 12464 0 0 0 0 5 3 20 0 15 0 6206846 14335930368 392490 18446744073709551615 4194304 4196468 140727641007920 140655459243648 140655983032021 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37232640 140727641012174 140727641014959 140727641014959 140727641018319 0
[pid=30702/tid=30760] ppid=30699 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/30702/task/30760/stat : 30760 (java) S 30699 30702 3187 0 -1 1077944384 3 12464 0 0 0 0 5 3 20 0 15 0 6206849 14335930368 392490 18446744073709551615 4194304 4196468 140727641007920 140655458191952 140655983040411 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37232640 140727641012174 140727641014959 140727641014959 140727641018319 0

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


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

[startup+240.801 s]
/proc/loadavg: 1.75 1.71 1.78 3/214 30913
/proc/meminfo: memFree=25253120/32770624 swapFree=0/239512
[pid=30702] ppid=30699 vsize=14202692 CPUtime=264.43 cores=0,2,4,6
/proc/30702/stat : 30702 (java) S 30699 30702 3187 0 -1 1077944320 160436 12464 0 0 26266 169 5 3 20 0 17 0 6206822 14543556608 999610 18446744073709551615 4194304 4196468 140727641007920 140727640990464 140655983021815 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 37232640 140727641012174 140727641014959 140727641014959 140727641018319 0
/proc/30702/statm: 3550673 999610 3485 1 0 3539295 0
[pid=30702/tid=30752] ppid=30699 vsize=14202692 CPUtime=238.2 cores=0,2,4,6
/proc/30702/task/30752/stat : 30752 (java) S 30699 30702 3187 0 -1 1077944384 67650 12464 0 0 23749 63 5 3 20 0 17 0 6206844 14543556608 999610 18446744073709551615 4194304 4196468 140727641007920 140655987259360 140655983032021 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 6 0 0 6293624 6294260 37232640 140727641012174 140727641014959 140727641014959 140727641018319 0
[pid=30702/tid=30753] ppid=30699 vsize=14202692 CPUtime=2.16 cores=0,2,4,6
/proc/30702/task/30753/stat : 30753 (java) R 30699 30702 3187 0 -1 4202560 4769 12464 0 0 187 21 5 3 20 0 17 0 6206844 14543556608 999610 18446744073709551615 4194304 4196468 140727641007920 140655952734496 140655967719484 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37232640 140727641012174 140727641014959 140727641014959 140727641018319 0
[pid=30702/tid=30754] ppid=30699 vsize=14202692 CPUtime=2.16 cores=0,2,4,6
/proc/30702/task/30754/stat : 30754 (java) R 30699 30702 3187 0 -1 4202560 3816 12464 0 0 187 21 5 3 20 0 17 0 6206844 14543556608 999610 18446744073709551615 4194304 4196468 140727641007920 140655582013912 140655967719567 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37232640 140727641012174 140727641014959 140727641014959 140727641018319 0
[pid=30702/tid=30755] ppid=30699 vsize=14202692 CPUtime=2.18 cores=0,2,4,6
/proc/30702/task/30755/stat : 30755 (java) R 30699 30702 3187 0 -1 4202560 2090 12464 0 0 190 20 5 3 20 0 17 0 6206844 14543556608 999610 18446744073709551615 4194304 4196468 140727641007920 140655580961424 140655967476572 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37232640 140727641012174 140727641014959 140727641014959 140727641018319 0
[pid=30702/tid=30756] ppid=30699 vsize=14202692 CPUtime=2.16 cores=0,2,4,6
/proc/30702/task/30756/stat : 30756 (java) R 30699 30702 3187 0 -1 4202560 1441 12464 0 0 187 21 5 3 20 0 17 0 6206844 14543556608 999610 18446744073709551615 4194304 4196468 140727641007920 140655579908824 140655964618412 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37232640 140727641012174 140727641014959 140727641014959 140727641018319 0
[pid=30702/tid=30757] ppid=30699 vsize=14202692 CPUtime=0.3 cores=0,2,4,6
/proc/30702/task/30757/stat : 30757 (java) S 30699 30702 3187 0 -1 1077944384 19975 12464 0 0 20 2 5 3 20 0 17 0 6206846 14543556608 999610 18446744073709551615 4194304 4196468 140727641007920 140655461348400 140655983032021 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37232640 140727641012174 140727641014959 140727641014959 140727641018319 0
[pid=30702/tid=30758] ppid=30699 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/30702/task/30758/stat : 30758 (java) S 30699 30702 3187 0 -1 1077944384 70 12464 0 0 0 0 5 3 20 0 17 0 6206846 14543556608 999610 18446744073709551615 4194304 4196468 140727641007920 140655460295632 140655983032021 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37232640 140727641012174 140727641014959 140727641014959 140727641018319 0
[pid=30702/tid=30759] ppid=30699 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/30702/task/30759/stat : 30759 (java) S 30699 30702 3187 0 -1 1077944384 56 12464 0 0 0 0 5 3 20 0 17 0 6206846 14543556608 999610 18446744073709551615 4194304 4196468 140727641007920 140655459243648 140655983032021 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37232640 140727641012174 140727641014959 140727641014959 140727641018319 0
[pid=30702/tid=30760] ppid=30699 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/30702/task/30760/stat : 30760 (java) S 30699 30702 3187 0 -1 1077944384 212 12464 0 0 0 0 5 3 20 0 17 0 6206849 14543556608 999610 18446744073709551615 4194304 4196468 140727641007920 140655458191952 140655983040411 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37232640 140727641012174 140727641014959 140727641014959 140727641018319 0
[pid=30702/tid=30761] ppid=30699 vsize=14202692 CPUtime=7.53 cores=0,2,4,6
/proc/30702/task/30761/stat : 30761 (java) S 30699 30702 3187 0 -1 1077944384 25408 12464 0 0 741 4 5 3 20 0 17 0 6206849 14543556608 999610 18446744073709551615 4194304 4196468 140727641007920 140655457138800 140655983032962 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37232640 140727641012174 140727641014959 140727641014959 140727641018319 0
[pid=30702/tid=30762] ppid=30699 vsize=14202692 CPUtime=7.52 cores=0,2,4,6
/proc/30702/task/30762/stat : 30762 (java) S 30699 30702 3187 0 -1 1077944384 18724 12464 0 0 741 3 5 3 20 0 17 0 6206849 14543556608 999610 18446744073709551615 4194304 4196468 140727641007920 140655456086000 140655983032962 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37232640 140727641012174 140727641014959 140727641014959 140727641018319 0
[pid=30702/tid=30763] ppid=30699 vsize=14202692 CPUtime=2.62 cores=0,2,4,6
/proc/30702/task/30763/stat : 30763 (java) S 30699 30702 3187 0 -1 1077944384 13434 12464 0 0 250 4 5 3 20 0 17 0 6206849 14543556608 999610 18446744073709551615 4194304 4196468 140727641007920 140655455033712 140655983032962 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37232640 140727641012174 140727641014959 140727641014959 140727641018319 0
[pid=30702/tid=30764] ppid=30699 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/30702/task/30764/stat : 30764 (java) S 30699 30702 3187 0 -1 1077944384 3 12464 0 0 0 0 5 3 20 0 17 0 6206849 14543556608 999610 18446744073709551615 4194304 4196468 140727641007920 140655453981152 140655983032021 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37232640 140727641012174 140727641014959 140727641014959 140727641018319 0
[pid=30702/tid=30765] ppid=30699 vsize=14202692 CPUtime=0.21 cores=0,2,4,6
/proc/30702/task/30765/stat : 30765 (java) S 30699 30702 3187 0 -1 1077944384 267 12464 0 0 7 6 5 3 20 0 17 0 6206856 14543556608 999610 18446744073709551615 4194304 4196468 140727641007920 140655452928944 140655983032962 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37232640 140727641012174 140727641014959 140727641014959 140727641018319 0
Current children cumulated CPU time (s) 264.43
Current children cumulated vsize (KiB) 14202692

[startup+241.201 s]
/proc/loadavg: 1.75 1.71 1.78 6/216 30915
/proc/meminfo: memFree=25139020/32770624 swapFree=0/239512
[pid=30702] ppid=30699 vsize=14202692 CPUtime=265.89 cores=0,2,4,6
/proc/30702/stat : 30702 (java) S 30699 30702 3187 0 -1 1077944320 160471 12464 0 0 26412 169 5 3 20 0 17 0 6206822 14543556608 993084 18446744073709551615 4194304 4196468 140727641007920 140727640990464 140655983021815 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 37232640 140727641012174 140727641014959 140727641014959 140727641018319 0
/proc/30702/statm: 3550673 993084 3485 1 0 3539295 0
[pid=30702/tid=30752] ppid=30699 vsize=14202692 CPUtime=238.2 cores=0,2,4,6
/proc/30702/task/30752/stat : 30752 (java) S 30699 30702 3187 0 -1 1077944384 67650 12464 0 0 23749 63 5 3 20 0 17 0 6206844 14543556608 993084 18446744073709551615 4194304 4196468 140727641007920 140655987259360 140655983032021 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 6 0 0 6293624 6294260 37232640 140727641012174 140727641014959 140727641014959 140727641018319 0
[pid=30702/tid=30753] ppid=30699 vsize=14202692 CPUtime=2.51 cores=0,2,4,6
/proc/30702/task/30753/stat : 30753 (java) R 30699 30702 3187 0 -1 4202560 4770 12464 0 0 222 21 5 3 20 0 17 0 6206844 14543556608 993084 18446744073709551615 4194304 4196468 140727641007920 140655952734608 140655967719454 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37232640 140727641012174 140727641014959 140727641014959 140727641018319 0
[pid=30702/tid=30754] ppid=30699 vsize=14202692 CPUtime=2.52 cores=0,2,4,6
/proc/30702/task/30754/stat : 30754 (java) R 30699 30702 3187 0 -1 4202560 3838 12464 0 0 223 21 5 3 20 0 17 0 6206844 14543556608 993084 18446744073709551615 4194304 4196468 140727641007920 140655582013912 140655967476020 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37232640 140727641012174 140727641014959 140727641014959 140727641018319 0
[pid=30702/tid=30755] ppid=30699 vsize=14202692 CPUtime=2.53 cores=0,2,4,6
/proc/30702/task/30755/stat : 30755 (java) R 30699 30702 3187 0 -1 4202560 2091 12464 0 0 225 20 5 3 20 0 17 0 6206844 14543556608 993084 18446744073709551615 4194304 4196468 140727641007920 140655580961624 140655967475488 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37232640 140727641012174 140727641014959 140727641014959 140727641018319 0
[pid=30702/tid=30756] ppid=30699 vsize=14202692 CPUtime=2.52 cores=0,2,4,6
/proc/30702/task/30756/stat : 30756 (java) R 30699 30702 3187 0 -1 4202560 1446 12464 0 0 223 21 5 3 20 0 17 0 6206844 14543556608 993084 18446744073709551615 4194304 4196468 140727641007920 140655579908624 140655967972420 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37232640 140727641012174 140727641014959 140727641014959 140727641018319 0
[pid=30702/tid=30757] ppid=30699 vsize=14202692 CPUtime=0.34 cores=0,2,4,6
/proc/30702/task/30757/stat : 30757 (java) S 30699 30702 3187 0 -1 1077944384 19978 12464 0 0 24 2 5 3 20 0 17 0 6206846 14543556608 993084 18446744073709551615 4194304 4196468 140727641007920 140655461348400 140655983032021 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37232640 140727641012174 140727641014959 140727641014959 140727641018319 0
[pid=30702/tid=30758] ppid=30699 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/30702/task/30758/stat : 30758 (java) S 30699 30702 3187 0 -1 1077944384 72 12464 0 0 0 0 5 3 20 0 17 0 6206846 14543556608 993084 18446744073709551615 4194304 4196468 140727641007920 140655460295664 140655983032021 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37232640 140727641012174 140727641014959 140727641014959 140727641018319 0
[pid=30702/tid=30759] ppid=30699 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/30702/task/30759/stat : 30759 (java) S 30699 30702 3187 0 -1 1077944384 56 12464 0 0 0 0 5 3 20 0 17 0 6206846 14543556608 993084 18446744073709551615 4194304 4196468 140727641007920 140655459243648 140655983032021 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37232640 140727641012174 140727641014959 140727641014959 140727641018319 0
[pid=30702/tid=30760] ppid=30699 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/30702/task/30760/stat : 30760 (java) S 30699 30702 3187 0 -1 1077944384 212 12464 0 0 0 0 5 3 20 0 17 0 6206849 14543556608 993084 18446744073709551615 4194304 4196468 140727641007920 140655458191952 140655983040411 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37232640 140727641012174 140727641014959 140727641014959 140727641018319 0
[pid=30702/tid=30761] ppid=30699 vsize=14202692 CPUtime=7.53 cores=0,2,4,6
/proc/30702/task/30761/stat : 30761 (java) S 30699 30702 3187 0 -1 1077944384 25408 12464 0 0 741 4 5 3 20 0 17 0 6206849 14543556608 993084 18446744073709551615 4194304 4196468 140727641007920 140655457138800 140655983032962 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37232640 140727641012174 140727641014959 140727641014959 140727641018319 0
[pid=30702/tid=30762] ppid=30699 vsize=14202692 CPUtime=7.52 cores=0,2,4,6
/proc/30702/task/30762/stat : 30762 (java) S 30699 30702 3187 0 -1 1077944384 18724 12464 0 0 741 3 5 3 20 0 17 0 6206849 14543556608 993084 18446744073709551615 4194304 4196468 140727641007920 140655456086000 140655983032962 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37232640 140727641012174 140727641014959 140727641014959 140727641018319 0
[pid=30702/tid=30763] ppid=30699 vsize=14202692 CPUtime=2.62 cores=0,2,4,6
/proc/30702/task/30763/stat : 30763 (java) S 30699 30702 3187 0 -1 1077944384 13434 12464 0 0 250 4 5 3 20 0 17 0 6206849 14543556608 993084 18446744073709551615 4194304 4196468 140727641007920 140655455033712 140655983032962 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37232640 140727641012174 140727641014959 140727641014959 140727641018319 0
[pid=30702/tid=30764] ppid=30699 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/30702/task/30764/stat : 30764 (java) S 30699 30702 3187 0 -1 1077944384 3 12464 0 0 0 0 5 3 20 0 17 0 6206849 14543556608 993084 18446744073709551615 4194304 4196468 140727641007920 140655453981152 140655983032021 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37232640 140727641012174 140727641014959 140727641014959 140727641018319 0
[pid=30702/tid=30765] ppid=30699 vsize=14202692 CPUtime=0.21 cores=0,2,4,6
/proc/30702/task/30765/stat : 30765 (java) S 30699 30702 3187 0 -1 1077944384 267 12464 0 0 7 6 5 3 20 0 17 0 6206856 14543556608 993084 18446744073709551615 4194304 4196468 140727641007920 140655452928944 140655983032962 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37232640 140727641012174 140727641014959 140727641014959 140727641018319 0
[pid=30702/tid=30914] ppid=30699 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/30702/task/30914/stat : 30914 (java) S 30699 30702 3187 0 -1 1077944384 339 12464 0 0 0 0 5 3 20 0 17 0 6230823 14543556608 993084 18446744073709551615 4194304 4196468 140727641007920 140655423525360 140655983032021 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37232640 140727641012174 140727641014959 140727641014959 140727641018319 0
[pid=30702/tid=30915] ppid=30699 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/30702/task/30915/stat : 30915 (java) S 30699 30702 3187 0 -1 1077944384 29 12464 0 0 0 0 5 3 20 0 17 0 6230823 14543556608 993084 18446744073709551615 4194304 4196468 140727641007920 140655419356736 140655983032021 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37232640 140727641012174 140727641014959 140727641014959 140727641018319 0
Current children cumulated CPU time (s) 265.89
Current children cumulated vsize (KiB) 14202692

[startup+241.401 s]
/proc/loadavg: 1.75 1.71 1.78 6/216 30915
/proc/meminfo: memFree=25139020/32770624 swapFree=0/239512
[pid=30702] ppid=30699 vsize=14202692 CPUtime=266.63 cores=0,2,4,6
/proc/30702/stat : 30702 (java) S 30699 30702 3187 0 -1 1077944320 160526 12464 0 0 26486 169 5 3 20 0 17 0 6206822 14543556608 993084 18446744073709551615 4194304 4196468 140727641007920 140727640990464 140655983021815 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 37232640 140727641012174 140727641014959 140727641014959 140727641018319 0
/proc/30702/statm: 3550673 993084 3485 1 0 3539295 0
[pid=30702/tid=30752] ppid=30699 vsize=14202692 CPUtime=238.2 cores=0,2,4,6
/proc/30702/task/30752/stat : 30752 (java) S 30699 30702 3187 0 -1 1077944384 67651 12464 0 0 23749 63 5 3 20 0 17 0 6206844 14543556608 993084 18446744073709551615 4194304 4196468 140727641007920 140655987259360 140655983032021 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 6 0 0 6293624 6294260 37232640 140727641012174 140727641014959 140727641014959 140727641018319 0
[pid=30702/tid=30753] ppid=30699 vsize=14202692 CPUtime=2.69 cores=0,2,4,6
/proc/30702/task/30753/stat : 30753 (java) R 30699 30702 3187 0 -1 4202560 4770 12464 0 0 240 21 5 3 20 0 17 0 6206844 14543556608 993084 18446744073709551615 4194304 4196468 140727641007920 140655952734808 140655964618826 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37232640 140727641012174 140727641014959 140727641014959 140727641018319 0
[pid=30702/tid=30754] ppid=30699 vsize=14202692 CPUtime=2.69 cores=0,2,4,6
/proc/30702/task/30754/stat : 30754 (java) R 30699 30702 3187 0 -1 4202560 3838 12464 0 0 240 21 5 3 20 0 17 0 6206844 14543556608 993084 18446744073709551615 4194304 4196468 140727641007920 140655582013912 140655966198384 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37232640 140727641012174 140727641014959 140727641014959 140727641018319 0
[pid=30702/tid=30755] ppid=30699 vsize=14202692 CPUtime=2.71 cores=0,2,4,6
/proc/30702/task/30755/stat : 30755 (java) R 30699 30702 3187 0 -1 4202560 2093 12464 0 0 243 20 5 3 20 0 17 0 6206844 14543556608 993084 18446744073709551615 4194304 4196468 140727641007920 140655580961312 140655967972420 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37232640 140727641012174 140727641014959 140727641014959 140727641018319 0
[pid=30702/tid=30756] ppid=30699 vsize=14202692 CPUtime=2.7 cores=0,2,4,6
/proc/30702/task/30756/stat : 30756 (java) R 30699 30702 3187 0 -1 4202560 1446 12464 0 0 241 21 5 3 20 0 17 0 6206844 14543556608 993084 18446744073709551615 4194304 4196468 140727641007920 140655579908624 140655964618256 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37232640 140727641012174 140727641014959 140727641014959 140727641018319 0
[pid=30702/tid=30757] ppid=30699 vsize=14202692 CPUtime=0.36 cores=0,2,4,6
/proc/30702/task/30757/stat : 30757 (java) S 30699 30702 3187 0 -1 1077944384 20017 12464 0 0 26 2 5 3 20 0 17 0 6206846 14543556608 993084 18446744073709551615 4194304 4196468 140727641007920 140655461348400 140655983032021 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37232640 140727641012174 140727641014959 140727641014959 140727641018319 0
[pid=30702/tid=30758] ppid=30699 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/30702/task/30758/stat : 30758 (java) S 30699 30702 3187 0 -1 1077944384 74 12464 0 0 0 0 5 3 20 0 17 0 6206846 14543556608 993084 18446744073709551615 4194304 4196468 140727641007920 140655460295568 140655983032962 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37232640 140727641012174 140727641014959 140727641014959 140727641018319 0
[pid=30702/tid=30759] ppid=30699 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/30702/task/30759/stat : 30759 (java) S 30699 30702 3187 0 -1 1077944384 59 12464 0 0 0 0 5 3 20 0 17 0 6206846 14543556608 993084 18446744073709551615 4194304 4196468 140727641007920 140655459243200 140655983032021 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37232640 140727641012174 140727641014959 140727641014959 140727641018319 0
[pid=30702/tid=30760] ppid=30699 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/30702/task/30760/stat : 30760 (java) S 30699 30702 3187 0 -1 1077944384 212 12464 0 0 0 0 5 3 20 0 17 0 6206849 14543556608 993084 18446744073709551615 4194304 4196468 140727641007920 140655458191952 140655983040411 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37232640 140727641012174 140727641014959 140727641014959 140727641018319 0
[pid=30702/tid=30761] ppid=30699 vsize=14202692 CPUtime=7.53 cores=0,2,4,6
/proc/30702/task/30761/stat : 30761 (java) S 30699 30702 3187 0 -1 1077944384 25408 12464 0 0 741 4 5 3 20 0 17 0 6206849 14543556608 993084 18446744073709551615 4194304 4196468 140727641007920 140655457138800 140655983032962 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37232640 140727641012174 140727641014959 140727641014959 140727641018319 0
[pid=30702/tid=30762] ppid=30699 vsize=14202692 CPUtime=7.52 cores=0,2,4,6
/proc/30702/task/30762/stat : 30762 (java) S 30699 30702 3187 0 -1 1077944384 18724 12464 0 0 741 3 5 3 20 0 17 0 6206849 14543556608 993084 18446744073709551615 4194304 4196468 140727641007920 140655456086000 140655983032962 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37232640 140727641012174 140727641014959 140727641014959 140727641018319 0
[pid=30702/tid=30763] ppid=30699 vsize=14202692 CPUtime=2.62 cores=0,2,4,6
/proc/30702/task/30763/stat : 30763 (java) S 30699 30702 3187 0 -1 1077944384 13434 12464 0 0 250 4 5 3 20 0 17 0 6206849 14543556608 993084 18446744073709551615 4194304 4196468 140727641007920 140655455033712 140655983032962 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37232640 140727641012174 140727641014959 140727641014959 140727641018319 0
[pid=30702/tid=30764] ppid=30699 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/30702/task/30764/stat : 30764 (java) S 30699 30702 3187 0 -1 1077944384 3 12464 0 0 0 0 5 3 20 0 17 0 6206849 14543556608 993084 18446744073709551615 4194304 4196468 140727641007920 140655453981152 140655983032021 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37232640 140727641012174 140727641014959 140727641014959 140727641018319 0
[pid=30702/tid=30765] ppid=30699 vsize=14202692 CPUtime=0.21 cores=0,2,4,6
/proc/30702/task/30765/stat : 30765 (java) S 30699 30702 3187 0 -1 1077944384 275 12464 0 0 7 6 5 3 20 0 17 0 6206856 14543556608 993084 18446744073709551615 4194304 4196468 140727641007920 140655452928944 140655983032962 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37232640 140727641012174 140727641014959 140727641014959 140727641018319 0
[pid=30702/tid=30914] ppid=30699 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/30702/task/30914/stat : 30914 (java) S 30699 30702 3187 0 -1 1077944384 339 12464 0 0 0 0 5 3 20 0 17 0 6230823 14543556608 993084 18446744073709551615 4194304 4196468 140727641007920 140655423525360 140655983032021 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37232640 140727641012174 140727641014959 140727641014959 140727641018319 0
[pid=30702/tid=30915] ppid=30699 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/30702/task/30915/stat : 30915 (java) S 30699 30702 3187 0 -1 1077944384 29 12464 0 0 0 0 5 3 20 0 17 0 6230823 14543556608 993084 18446744073709551615 4194304 4196468 140727641007920 140655419356736 140655983032021 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37232640 140727641012174 140727641014959 140727641014959 140727641018319 0
Current children cumulated CPU time (s) 266.63
Current children cumulated vsize (KiB) 14202692

[startup+241.501 s]
/proc/loadavg: 1.75 1.71 1.78 6/216 30915
/proc/meminfo: memFree=25139020/32770624 swapFree=0/239512
[pid=30702] ppid=30699 vsize=14202692 CPUtime=266.98 cores=0,2,4,6
/proc/30702/stat : 30702 (java) S 30699 30702 3187 0 -1 1077944320 160527 12464 0 0 26521 169 5 3 20 0 17 0 6206822 14543556608 993084 18446744073709551615 4194304 4196468 140727641007920 140727640990464 140655983021815 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 6293624 6294260 37232640 140727641012174 140727641014959 140727641014959 140727641018319 0
/proc/30702/statm: 3550673 993084 3485 1 0 3539295 0
[pid=30702/tid=30752] ppid=30699 vsize=14202692 CPUtime=238.2 cores=0,2,4,6
/proc/30702/task/30752/stat : 30752 (java) S 30699 30702 3187 0 -1 1077944384 67651 12464 0 0 23749 63 5 3 20 0 17 0 6206844 14543556608 993084 18446744073709551615 4194304 4196468 140727641007920 140655987259360 140655983032021 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 6 0 0 6293624 6294260 37232640 140727641012174 140727641014959 140727641014959 140727641018319 0
[pid=30702/tid=30753] ppid=30699 vsize=14202692 CPUtime=2.77 cores=0,2,4,6
/proc/30702/task/30753/stat : 30753 (java) R 30699 30702 3187 0 -1 4202560 4770 12464 0 0 248 21 5 3 20 0 17 0 6206844 14543556608 993084 18446744073709551615 4194304 4196468 140727641007920 140655952734808 140655968018225 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37232640 140727641012174 140727641014959 140727641014959 140727641018319 0
[pid=30702/tid=30754] ppid=30699 vsize=14202692 CPUtime=2.78 cores=0,2,4,6
/proc/30702/task/30754/stat : 30754 (java) R 30699 30702 3187 0 -1 4202560 3838 12464 0 0 249 21 5 3 20 0 17 0 6206844 14543556608 993084 18446744073709551615 4194304 4196468 140727641007920 140655582013912 140655968018216 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37232640 140727641012174 140727641014959 140727641014959 140727641018319 0
[pid=30702/tid=30755] ppid=30699 vsize=14202692 CPUtime=2.79 cores=0,2,4,6
/proc/30702/task/30755/stat : 30755 (java) R 30699 30702 3187 0 -1 4202560 2093 12464 0 0 251 20 5 3 20 0 17 0 6206844 14543556608 993084 18446744073709551615 4194304 4196468 140727641007920 140655580961312 140655967720555 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37232640 140727641012174 140727641014959 140727641014959 140727641018319 0
[pid=30702/tid=30756] ppid=30699 vsize=14202692 CPUtime=2.78 cores=0,2,4,6
/proc/30702/task/30756/stat : 30756 (java) R 30699 30702 3187 0 -1 4202560 1446 12464 0 0 249 21 5 3 20 0 17 0 6206844 14543556608 993084 18446744073709551615 4194304 4196468 140727641007920 140655579908824 140655968018477 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37232640 140727641012174 140727641014959 140727641014959 140727641018319 0
[pid=30702/tid=30757] ppid=30699 vsize=14202692 CPUtime=0.38 cores=0,2,4,6
/proc/30702/task/30757/stat : 30757 (java) S 30699 30702 3187 0 -1 1077944384 20018 12464 0 0 28 2 5 3 20 0 17 0 6206846 14543556608 993084 18446744073709551615 4194304 4196468 140727641007920 140655461348624 140655983032021 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37232640 140727641012174 140727641014959 140727641014959 140727641018319 0
[pid=30702/tid=30758] ppid=30699 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/30702/task/30758/stat : 30758 (java) S 30699 30702 3187 0 -1 1077944384 74 12464 0 0 0 0 5 3 20 0 17 0 6206846 14543556608 993084 18446744073709551615 4194304 4196468 140727641007920 140655460295568 140655983032962 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37232640 140727641012174 140727641014959 140727641014959 140727641018319 0
[pid=30702/tid=30759] ppid=30699 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/30702/task/30759/stat : 30759 (java) S 30699 30702 3187 0 -1 1077944384 59 12464 0 0 0 0 5 3 20 0 17 0 6206846 14543556608 993084 18446744073709551615 4194304 4196468 140727641007920 140655459243200 140655983032021 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37232640 140727641012174 140727641014959 140727641014959 140727641018319 0
[pid=30702/tid=30760] ppid=30699 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/30702/task/30760/stat : 30760 (java) S 30699 30702 3187 0 -1 1077944384 212 12464 0 0 0 0 5 3 20 0 17 0 6206849 14543556608 993084 18446744073709551615 4194304 4196468 140727641007920 140655458191952 140655983040411 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37232640 140727641012174 140727641014959 140727641014959 140727641018319 0
[pid=30702/tid=30761] ppid=30699 vsize=14202692 CPUtime=7.53 cores=0,2,4,6
/proc/30702/task/30761/stat : 30761 (java) S 30699 30702 3187 0 -1 1077944384 25408 12464 0 0 741 4 5 3 20 0 17 0 6206849 14543556608 993084 18446744073709551615 4194304 4196468 140727641007920 140655457138800 140655983032962 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37232640 140727641012174 140727641014959 140727641014959 140727641018319 0
[pid=30702/tid=30762] ppid=30699 vsize=14202692 CPUtime=7.52 cores=0,2,4,6
/proc/30702/task/30762/stat : 30762 (java) S 30699 30702 3187 0 -1 1077944384 18724 12464 0 0 741 3 5 3 20 0 17 0 6206849 14543556608 993084 18446744073709551615 4194304 4196468 140727641007920 140655456086000 140655983032962 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37232640 140727641012174 140727641014959 140727641014959 140727641018319 0
[pid=30702/tid=30763] ppid=30699 vsize=14202692 CPUtime=2.62 cores=0,2,4,6
/proc/30702/task/30763/stat : 30763 (java) S 30699 30702 3187 0 -1 1077944384 13434 12464 0 0 250 4 5 3 20 0 17 0 6206849 14543556608 993084 18446744073709551615 4194304 4196468 140727641007920 140655455033712 140655983032962 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37232640 140727641012174 140727641014959 140727641014959 140727641018319 0
[pid=30702/tid=30764] ppid=30699 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/30702/task/30764/stat : 30764 (java) S 30699 30702 3187 0 -1 1077944384 3 12464 0 0 0 0 5 3 20 0 17 0 6206849 14543556608 993084 18446744073709551615 4194304 4196468 140727641007920 140655453981152 140655983032021 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37232640 140727641012174 140727641014959 140727641014959 140727641018319 0
[pid=30702/tid=30765] ppid=30699 vsize=14202692 CPUtime=0.21 cores=0,2,4,6
/proc/30702/task/30765/stat : 30765 (java) S 30699 30702 3187 0 -1 1077944384 275 12464 0 0 7 6 5 3 20 0 17 0 6206856 14543556608 993084 18446744073709551615 4194304 4196468 140727641007920 140655452928944 140655983032962 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37232640 140727641012174 140727641014959 140727641014959 140727641018319 0
[pid=30702/tid=30914] ppid=30699 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/30702/task/30914/stat : 30914 (java) S 30699 30702 3187 0 -1 1077944384 339 12464 0 0 0 0 5 3 20 0 17 0 6230823 14543556608 993084 18446744073709551615 4194304 4196468 140727641007920 140655423525360 140655983032021 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37232640 140727641012174 140727641014959 140727641014959 140727641018319 0
[pid=30702/tid=30915] ppid=30699 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/30702/task/30915/stat : 30915 (java) S 30699 30702 3187 0 -1 1077944384 29 12464 0 0 0 0 5 3 20 0 17 0 6230823 14543556608 993084 18446744073709551615 4194304 4196468 140727641007920 140655419356736 140655983032021 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37232640 140727641012174 140727641014959 140727641014959 140727641018319 0
Current children cumulated CPU time (s) 266.98
Current children cumulated vsize (KiB) 14202692

Child status: 143
Real time (s): 241.557
CPU time (s): 267.104
CPU user time (s): 265.355
CPU system time (s): 1.7487
CPU usage (%): 110.576
Max. virtual memory (cumulated for all children) (KiB): 14202692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 265.355
system time used= 1.7487
maximum resident set size= 4126008
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 173395
page faults= 0
swaps= 0
block input operations= 0
block output operations= 16
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16049
involuntary context switches= 559

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.08461 second user time and 1.53425 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-02 04:48:41
IDJOB=4259752
IDBENCH=115747
IDSOLVER=2646
FILE ID=node135/4259752-1501642962
RUNJOBID= node135-1501639717-27966
PBS_JOBID= 
Free space on /tmp= 61816 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Scheduling/Scheduling-js-taillard/Taillard-js-050-20-9.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4259752-1501642962/watcher-4259752-1501642962 -o /tmp/evaluation-result-4259752-1501642962/solver-4259752-1501642962 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node135-1501639717-27966 --watchdog 300  bin/concrete HOME/instance-4259752-1501642962.xml

TIME LIMIT= 264 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= ddafb9a8cc33bb4ebb1c12b838f3d57d
RANDOM SEED=1270887481

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

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
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.21
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		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
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	: 4
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.21
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	: 4
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		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
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.21
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		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
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		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
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.21
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
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:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        29128776 kB
MemAvailable:   29385128 kB
Buffers:          116684 kB
Cached:           417364 kB
SwapCached:            0 kB
Active:          2974344 kB
Inactive:         247392 kB
Active(anon):    2688412 kB
Inactive(anon):     8592 kB
Active(file):     285932 kB
Inactive(file):   238800 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24036 kB
Writeback:             8 kB
AnonPages:       2688340 kB
Mapped:            42168 kB
Shmem:              8960 kB
Slab:             121100 kB
SReclaimable:      94908 kB
SUnreclaim:        26192 kB
KernelStack:        3536 kB
PageTables:        10408 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4220460 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2451456 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 61792 MiB
End job on node135 at 2017-08-02 04:52:43