Trace number 4259567

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) 255.799 226.686

General information on the benchmark

NameOpd/Opd-sum-large/
Opd-10-360-120.xml
MD5SUM76b33169874d58bfc9aedd730e623c3c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark62
Best CPU time to get the best result obtained on this benchmark251.91
Satisfiable
(Un)Satisfiability was proved
Number of variables3601
Number of constraints56
Number of domains2
Minimum domain size2
Maximum domain size329
Distribution of domain sizes[{"size":2,"count":3600},{"size":329,"count":1}]
Minimum variable degree11
Maximum variable degree46
Distribution of variable degrees[{"degree":11,"count":3600},{"degree":46,"count":1}]
Minimum constraint arity360
Maximum constraint arity3600
Distribution of constraint arities[{"arity":360,"count":10},{"arity":721,"count":45},{"arity":3600,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"lex","count":1},{"type":"sum","count":55}]
Optimization problemYES
Type of objectivemin VAR

Solver Data

3.42/2.23	c Concrete v3.4 running
255.62/226.63	java.util.concurrent.TimeoutException
255.62/226.63		at concrete.MAC.mac(MAC.scala:74)
255.62/226.63		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
255.62/226.63		at scala.util.Try$.apply(Try.scala:209)
255.62/226.63		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
255.62/226.63		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
255.62/226.63		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
255.62/226.63		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
255.62/226.64		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
255.62/226.64		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
255.62/226.64		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
255.62/226.64		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
255.62/226.64		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
255.62/226.64		at concrete.MAC.oneRun(MAC.scala:146)
255.62/226.64		at concrete.MAC.nextSolution(MAC.scala:166)
255.62/226.64		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
255.62/226.64		at concrete.ProblemState.map(ProblemState.scala:203)
255.62/226.64		at concrete.ProblemState.map(ProblemState.scala:188)
255.62/226.64		at concrete.MAC.nextSolution(MAC.scala:195)
255.62/226.64		at concrete.Solver.hasNext(Solver.scala:202)
255.62/226.64		at scala.collection.Iterator.toStream(Iterator.scala:1403)
255.62/226.64		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
255.62/226.64		at concrete.Solver.toStream(Solver.scala:73)
255.62/226.64		at scala.collection.TraversableOnce.toIterable(TraversableOnce.scala:296)
255.62/226.64		at scala.collection.TraversableOnce.toIterable$(TraversableOnce.scala:296)
255.62/226.64		at concrete.Solver.toIterable(Solver.scala:73)
255.62/226.64		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
255.62/226.64		at scala.util.Success.$anonfun$map$1(Try.scala:251)
255.62/226.64		at scala.util.Success.map(Try.scala:209)
255.62/226.64		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
255.62/226.64		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
255.62/226.64		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
255.62/226.64		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
255.62/226.64		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
255.62/226.64		at scala.Function0.apply$mcV$sp(Function0.scala:34)
255.62/226.64		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
255.62/226.64		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
255.62/226.64		at scala.App.$anonfun$main$1$adapted(App.scala:76)
255.62/226.64		at scala.collection.immutable.List.foreach(List.scala:389)
255.62/226.64		at scala.App.main(App.scala:76)
255.62/226.64		at scala.App.main$(App.scala:74)
255.62/226.64		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
255.62/226.64		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
255.62/226.64	s UNKNOWN

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (15151 MiB free)
  memory of node 1: 16384 MiB (11345 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4259567-1502644885/watcher-4259567-1502644885 -o /tmp/evaluation-result-4259567-1502644885/solver-4259567-1502644885 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502641620-25473 --watchdog 312 bin/concrete HOME/instance-4259567-1502644885.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=28400, runsolver pid=28397

[startup+0.101758 s]*
/proc/loadavg: 1.85 1.85 1.88 3/204 28433
/proc/meminfo: memFree=27131012/32770624 swapFree=67108860/67108860
[pid=28400] ppid=28397 vsize=9636 memory=1512 CPUtime=0.01 cores=0,2,4,6
/proc/28400/stat : 28400 (bash) S 28397 28400 8289 0 -1 4202496 895 6485 0 0 0 0 0 1 20 0 1 0 112303647 9867264 378 18446744073709551615 4194304 5098028 140727995785312 140727995779320 140280020737024 0 0 5 65536 18446744071580971376 0 0 17 4 0 0 7 0 0 7196144 7232144 14610432 140727995793908 140727995793993 140727995793993 140727995797482 0
/proc/28400/statm: 2409 378 297 221 0 118 0
[pid=28430] ppid=28400 vsize=9636 memory=708 CPUtime=0 cores=0,2,4,6
/proc/28430/stat : 28430 (bash) S 28400 28400 8289 0 -1 4202560 157 0 0 0 0 0 0 0 20 0 1 0 112303657 9867264 177 18446744073709551615 4194304 5098028 140727995785312 140727995777992 140280020562556 0 65536 1 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 14610432 140727995793908 140727995793993 140727995793993 140727995797482 0
/proc/28430/statm: 2409 177 96 221 0 118 0
[pid=28431] ppid=28430 vsize=9934516 memory=13296 CPUtime=0 cores=0,2,4,6
/proc/28431/stat : 28431 (java) S 28430 28400 8289 0 -1 1077944320 2601 0 0 0 0 0 0 0 20 0 6 0 112303657 10172944384 3318 18446744073709551615 4194304 4196468 140736344349584 140736344332128 140131922263799 0 0 1 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 27549696 140736344355416 140736344355430 140736344355430 140736344358863 0
/proc/28431/statm: 2483628 3324 1320 1 0 2473598 0
[pid=28431/tid=28433] ppid=28430 vsize=9934512 memory=8326441112148417179 CPUtime=0 cores=0,2,4,6
/proc/28431/task/28433/stat : 28433 (java) R 28430 28400 8289 0 -1 4202560 1328 0 0 0 0 0 0 0 20 0 6 0 112303657 10172940288 3324 18446744073709551615 4194304 4196468 140736344349584 140131926505576 140131908331792 0 4 1 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27549696 140736344355416 140736344355430 140736344355430 140736344358863 0
[pid=28431/tid=28434] ppid=28430 vsize=9934512 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28431/task/28434/stat : 28434 (java) S 28430 28400 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 112303658 10172940288 3324 18446744073709551615 4194304 4196468 140736344349584 140131852683536 140131922274005 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27549696 140736344355416 140736344355430 140736344355430 140736344358863 0
[pid=28431/tid=28435] ppid=28430 vsize=9934512 memory=139719781381760 CPUtime=0 cores=0,2,4,6
/proc/28431/task/28435/stat : 28435 (java) S 28430 28400 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 112303658 10172940288 3324 18446744073709551615 4194304 4196468 140736344349584 140131851630992 140131922274005 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27549696 140736344355416 140736344355430 140736344355430 140736344358863 0
[pid=28431/tid=28436] ppid=28430 vsize=9934512 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28431/task/28436/stat : 28436 (java) S 28430 28400 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 112303658 10172940288 3324 18446744073709551615 4194304 4196468 140736344349584 140131850578448 140131922274005 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27549696 140736344355416 140736344355430 140736344355430 140736344358863 0
[pid=28431/tid=28437] ppid=28430 vsize=9934512 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28431/task/28437/stat : 28437 (java) S 28430 28400 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 112303658 10172940288 3324 18446744073709551615 4194304 4196468 140736344349584 140131849525904 140131922274005 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27549696 140736344355416 140736344355430 140736344355430 140736344358863 0
[pid=28432] ppid=28430 vsize=9872 memory=972 CPUtime=0 cores=0,2,4,6
/proc/28432/stat : 28432 (awk) S 28430 28400 8289 0 -1 4202496 392 0 0 0 0 0 0 0 20 0 1 0 112303657 10108928 243 18446744073709551615 4194304 4609284 140734066512752 140734066511928 139791300131840 0 0 1 1216 18446744071580971376 0 0 17 6 0 0 0 0 0 6708720 6711756 25645056 140734066520704 140734066520734 140734066520734 140734066524139 0
/proc/28432/statm: 2468 243 202 102 0 88 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 9963660 KiB
Current children cumulated memory: 16488 KiB

[startup+0.210567 s]*
/proc/loadavg: 1.85 1.85 1.88 2/216 28445
/proc/meminfo: memFree=27120224/32770624 swapFree=67108860/67108860
[pid=28400] ppid=28397 vsize=9636 memory=1512 CPUtime=0.01 cores=0,2,4,6
/proc/28400/stat : 28400 (bash) S 28397 28400 8289 0 -1 4202496 895 6485 0 0 0 0 0 1 20 0 1 0 112303647 9867264 378 18446744073709551615 4194304 5098028 140727995785312 140727995779320 140280020737024 0 0 5 65536 18446744071580971376 0 0 17 4 0 0 7 0 0 7196144 7232144 14610432 140727995793908 140727995793993 140727995793993 140727995797482 0
/proc/28400/statm: 2409 378 297 221 0 118 0
[pid=28430] ppid=28400 vsize=9636 memory=708 CPUtime=0 cores=0,2,4,6
/proc/28430/stat : 28430 (bash) S 28400 28400 8289 0 -1 4202560 157 0 0 0 0 0 0 0 20 0 1 0 112303657 9867264 177 18446744073709551615 4194304 5098028 140727995785312 140727995777992 140280020562556 0 65536 1 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 14610432 140727995793908 140727995793993 140727995793993 140727995797482 0
/proc/28430/statm: 2409 177 96 221 0 118 0
[pid=28431] ppid=28430 vsize=10485312 memory=22324 CPUtime=0.05 cores=0,2,4,6
/proc/28431/stat : 28431 (java) S 28430 28400 8289 0 -1 1077944320 4531 0 0 0 4 1 0 0 20 0 14 0 112303657 10736959488 5581 18446744073709551615 4194304 4196468 140736344349584 140736344332128 140131922263799 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 27549696 140736344355416 140736344355430 140736344355430 140736344358863 0
/proc/28431/statm: 2621328 5581 2572 1 0 2610825 0
[pid=28431/tid=28433] ppid=28430 vsize=10485312 memory=8326441112148417179 CPUtime=0.04 cores=0,2,4,6
/proc/28431/task/28433/stat : 28433 (java) D 28430 28400 8289 0 -1 4202560 2663 0 0 0 4 0 0 0 20 0 14 0 112303657 10736959488 5581 18446744073709551615 4194304 4196468 140736344349584 140131926501280 140131922285821 0 4 1 16800974 18446744071580418449 0 0 -1 0 0 0 0 0 0 6293624 6294260 27549696 140736344355416 140736344355430 140736344355430 140736344358863 0
[pid=28431/tid=28434] ppid=28430 vsize=10485312 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28431/task/28434/stat : 28434 (java) S 28430 28400 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 112303658 10736959488 5581 18446744073709551615 4194304 4196468 140736344349584 140131852683536 140131922274005 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27549696 140736344355416 140736344355430 140736344355430 140736344358863 0
[pid=28431/tid=28435] ppid=28430 vsize=10485312 memory=139719781381760 CPUtime=0 cores=0,2,4,6
/proc/28431/task/28435/stat : 28435 (java) S 28430 28400 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 112303658 10736959488 5581 18446744073709551615 4194304 4196468 140736344349584 140131851630992 140131922274005 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27549696 140736344355416 140736344355430 140736344355430 140736344358863 0
[pid=28431/tid=28436] ppid=28430 vsize=10485312 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28431/task/28436/stat : 28436 (java) S 28430 28400 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 112303658 10736959488 5581 18446744073709551615 4194304 4196468 140736344349584 140131850578448 140131922274005 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27549696 140736344355416 140736344355430 140736344355430 140736344358863 0
[pid=28431/tid=28437] ppid=28430 vsize=10485312 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28431/task/28437/stat : 28437 (java) S 28430 28400 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 112303658 10736959488 5581 18446744073709551615 4194304 4196468 140736344349584 140131849525904 140131922274005 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27549696 140736344355416 140736344355430 140736344355430 140736344358863 0
[pid=28431/tid=28438] ppid=28430 vsize=10485312 memory=139719781381760 CPUtime=0 cores=0,2,4,6
/proc/28431/task/28438/stat : 28438 (java) S 28430 28400 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 112303659 10736959488 5581 18446744073709551615 4194304 4196468 140736344349584 140131418589680 140131922274946 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27549696 140736344355416 140736344355430 140736344355430 140736344358863 0
[pid=28431/tid=28439] ppid=28430 vsize=10485312 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28431/task/28439/stat : 28439 (java) S 28430 28400 8289 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 112303659 10736959488 5581 18446744073709551615 4194304 4196468 140736344349584 140131417535904 140131922274005 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27549696 140736344355416 140736344355430 140736344355430 140736344358863 0
[pid=28431/tid=28440] ppid=28430 vsize=10485312 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28431/task/28440/stat : 28440 (java) S 28430 28400 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 112303660 10736959488 5581 18446744073709551615 4194304 4196468 140736344349584 140131416483312 140131922274005 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27549696 140736344355416 140736344355430 140736344355430 140736344358863 0
[pid=28431/tid=28441] ppid=28430 vsize=10485312 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28431/task/28441/stat : 28441 (java) S 28430 28400 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 112303662 10736959488 5581 18446744073709551615 4194304 4196468 140736344349584 140131415431888 140131922282395 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27549696 140736344355416 140736344355430 140736344355430 140736344358863 0
[pid=28431/tid=28442] ppid=28430 vsize=10485312 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28431/task/28442/stat : 28442 (java) S 28430 28400 8289 0 -1 1077944384 299 0 0 0 0 0 0 0 20 0 14 0 112303662 10736959488 5581 18446744073709551615 4194304 4196468 140736344349584 140131414378480 140131922274946 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27549696 140736344355416 140736344355430 140736344355430 140736344358863 0
[pid=28431/tid=28443] ppid=28430 vsize=10485312 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28431/task/28443/stat : 28443 (java) S 28430 28400 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 112303662 10736959488 5581 18446744073709551615 4194304 4196468 140736344349584 140131413325936 140131922274946 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27549696 140736344355416 140736344355430 140736344355430 140736344358863 0
[pid=28431/tid=28444] ppid=28430 vsize=10485312 memory=139719781381760 CPUtime=0 cores=0,2,4,6
/proc/28431/task/28444/stat : 28444 (java) S 28430 28400 8289 0 -1 1077944384 219 0 0 0 0 0 0 0 20 0 14 0 112303662 10736959488 5581 18446744073709551615 4194304 4196468 140736344349584 140131412273392 140131922274946 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27549696 140736344355416 140736344355430 140736344355430 140736344358863 0
[pid=28431/tid=28445] ppid=28430 vsize=10485312 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28431/task/28445/stat : 28445 (java) S 28430 28400 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 112303662 10736959488 5581 18446744073709551615 4194304 4196468 140736344349584 140131411221088 140131922274005 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27549696 140736344355416 140736344355430 140736344355430 140736344358863 0
[pid=28432] ppid=28430 vsize=9872 memory=972 CPUtime=0 cores=0,2,4,6
/proc/28432/stat : 28432 (awk) S 28430 28400 8289 0 -1 4202496 392 0 0 0 0 0 0 0 20 0 1 0 112303657 10108928 243 18446744073709551615 4194304 4609284 140734066512752 140734066511928 139791300131840 0 0 1 1216 18446744071580971376 0 0 17 6 0 0 0 0 0 6708720 6711756 25645056 140734066520704 140734066520734 140734066520734 140734066524139 0
/proc/28432/statm: 2468 243 202 102 0 88 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 10514456 KiB
Current children cumulated memory: 25516 KiB

[startup+0.31047 s]*
/proc/loadavg: 1.85 1.85 1.88 2/213 28462
/proc/meminfo: memFree=27121272/32770624 swapFree=67108860/67108860
[pid=28400] ppid=28397 vsize=13907308 memory=22160 CPUtime=0.14 cores=0,2,4,6
/proc/28400/stat : 28400 (java) S 28397 28400 8289 0 -1 1077944320 5865 12355 0 0 5 1 5 3 20 0 14 0 112303647 14241083392 5540 18446744073709551615 4194304 4196468 140736427674848 140736427657392 140385037442807 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 31731712 140736427677616 140736427680401 140736427680401 140736427683791 0
/proc/28400/statm: 3476827 5540 2557 1 0 3466324 0
[pid=28400/tid=28450] ppid=28397 vsize=13907308 memory=-8774313645642428999 CPUtime=0.12 cores=0,2,4,6
/proc/28400/task/28450/stat : 28450 (java) D 28397 28400 8289 0 -1 4202560 3126 12355 0 0 4 0 5 3 20 0 14 0 112303670 14241083392 5540 18446744073709551615 4194304 4196468 140736427674848 140385041680288 140385037464829 0 4 1 16800974 18446744071580418449 0 0 -1 6 0 0 0 0 0 6293624 6294260 31731712 140736427677616 140736427680401 140736427680401 140736427683791 0
[pid=28400/tid=28451] ppid=28397 vsize=13907308 memory=4627853888499060086 CPUtime=0.08 cores=0,2,4,6
/proc/28400/task/28451/stat : 28451 (java) S 28397 28400 8289 0 -1 1077944384 2 12355 0 0 0 0 5 3 20 0 14 0 112303670 14241083392 5540 18446744073709551615 4194304 4196468 140736427674848 140384971877520 140385037453013 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31731712 140736427677616 140736427680401 140736427680401 140736427683791 0
[pid=28400/tid=28452] ppid=28397 vsize=13907308 memory=7031125463459224206 CPUtime=0.08 cores=0,2,4,6
/proc/28400/task/28452/stat : 28452 (java) S 28397 28400 8289 0 -1 1077944384 1 12355 0 0 0 0 5 3 20 0 14 0 112303670 14241083392 5540 18446744073709551615 4194304 4196468 140736427674848 140384970824720 140385037453013 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31731712 140736427677616 140736427680401 140736427680401 140736427683791 0
[pid=28400/tid=28453] ppid=28397 vsize=13907308 memory=-7305533901252758645 CPUtime=0.08 cores=0,2,4,6
/proc/28400/task/28453/stat : 28453 (java) S 28397 28400 8289 0 -1 1077944384 1 12355 0 0 0 0 5 3 20 0 14 0 112303670 14241083392 5540 18446744073709551615 4194304 4196468 140736427674848 140384969771920 140385037453013 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31731712 140736427677616 140736427680401 140736427680401 140736427683791 0
[pid=28400/tid=28454] ppid=28397 vsize=13907308 memory=7077796292425249400 CPUtime=0.08 cores=0,2,4,6
/proc/28400/task/28454/stat : 28454 (java) S 28397 28400 8289 0 -1 1077944384 2 12355 0 0 0 0 5 3 20 0 14 0 112303671 14241083392 5540 18446744073709551615 4194304 4196468 140736427674848 140384968719120 140385037453013 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31731712 140736427677616 140736427680401 140736427680401 140736427683791 0
[pid=28400/tid=28455] ppid=28397 vsize=13907308 memory=139719781388753 CPUtime=0.08 cores=0,2,4,6
/proc/28400/task/28455/stat : 28455 (java) S 28397 28400 8289 0 -1 1077944384 2 12355 0 0 0 0 5 3 20 0 14 0 112303672 14241083392 5540 18446744073709551615 4194304 4196468 140736427674848 140384515242352 140385037453954 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31731712 140736427677616 140736427680401 140736427680401 140736427683791 0
[pid=28400/tid=28456] ppid=28397 vsize=13907308 memory=139719781381760 CPUtime=0.08 cores=0,2,4,6
/proc/28400/task/28456/stat : 28456 (java) S 28397 28400 8289 0 -1 1077944384 33 12355 0 0 0 0 5 3 20 0 14 0 112303672 14241083392 5540 18446744073709551615 4194304 4196468 140736427674848 140384514188320 140385037453013 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31731712 140736427677616 140736427680401 140736427680401 140736427683791 0
[pid=28400/tid=28457] ppid=28397 vsize=13907308 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28400/task/28457/stat : 28457 (java) S 28397 28400 8289 0 -1 1077944384 21 12355 0 0 0 0 5 3 20 0 14 0 112303673 14241083392 5540 18446744073709551615 4194304 4196468 140736427674848 140384513135472 140385037453013 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31731712 140736427677616 140736427680401 140736427680401 140736427683791 0
[pid=28400/tid=28458] ppid=28397 vsize=13907308 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28400/task/28458/stat : 28458 (java) S 28397 28400 8289 0 -1 1077944384 3 12355 0 0 0 0 5 3 20 0 14 0 112303675 14241083392 5540 18446744073709551615 4194304 4196468 140736427674848 140384512083792 140385037461403 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31731712 140736427677616 140736427680401 140736427680401 140736427683791 0
[pid=28400/tid=28459] ppid=28397 vsize=13907308 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28400/task/28459/stat : 28459 (java) S 28397 28400 8289 0 -1 1077944384 295 12355 0 0 0 0 5 3 20 0 14 0 112303675 14241083392 5540 18446744073709551615 4194304 4196468 140736427674848 140384511032176 140385037453954 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31731712 140736427677616 140736427680401 140736427680401 140736427683791 0
[pid=28400/tid=28460] ppid=28397 vsize=13907308 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28400/task/28460/stat : 28460 (java) S 28397 28400 8289 0 -1 1077944384 3 12355 0 0 0 0 5 3 20 0 14 0 112303675 14241083392 5540 18446744073709551615 4194304 4196468 140736427674848 140384509979376 140385037453954 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31731712 140736427677616 140736427680401 140736427680401 140736427683791 0
[pid=28400/tid=28461] ppid=28397 vsize=13907308 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28400/task/28461/stat : 28461 (java) S 28397 28400 8289 0 -1 1077944384 221 12355 0 0 0 0 5 3 20 0 14 0 112303675 14241083392 5540 18446744073709551615 4194304 4196468 140736427674848 140384508926576 140385037453954 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31731712 140736427677616 140736427680401 140736427680401 140736427683791 0
[pid=28400/tid=28462] ppid=28397 vsize=13907308 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28400/task/28462/stat : 28462 (java) S 28397 28400 8289 0 -1 1077944384 3 12355 0 0 0 0 5 3 20 0 14 0 112303675 14241083392 5540 18446744073709551615 4194304 4196468 140736427674848 140384507874016 140385037453013 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31731712 140736427677616 140736427680401 140736427680401 140736427683791 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 13907308 KiB
Current children cumulated memory: 22160 KiB

[startup+0.701054 s]
/proc/loadavg: 1.85 1.85 1.88 3/214 28463
/proc/meminfo: memFree=27094824/32770624 swapFree=67108860/67108860
[pid=28400] ppid=28397 vsize=13974784 memory=56916 CPUtime=0.62 cores=0,2,4,6
/proc/28400/stat : 28400 (java) S 28397 28400 8289 0 -1 1077944320 13767 12355 0 0 50 4 5 3 20 0 15 0 112303647 14310178816 14229 18446744073709551615 4194304 4196468 140736427674848 140736427657392 140385037442807 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 31731712 140736427677616 140736427680401 140736427680401 140736427683791 0
/proc/28400/statm: 3493696 14229 3080 1 0 3482965 0
[pid=28400/tid=28450] ppid=28397 vsize=13974784 memory=0 CPUtime=0.48 cores=0,2,4,6
/proc/28400/task/28450/stat : 28450 (java) R 28397 28400 8289 0 -1 4202560 10212 12355 0 0 37 3 5 3 20 0 15 0 112303670 14310178816 14229 18446744073709551615 4194304 4196468 140736427674848 140385041662336 140385029679934 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 31731712 140736427677616 140736427680401 140736427680401 140736427683791 0
[pid=28400/tid=28451] ppid=28397 vsize=13974784 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28400/task/28451/stat : 28451 (java) S 28397 28400 8289 0 -1 1077944384 2 12355 0 0 0 0 5 3 20 0 15 0 112303670 14310178816 14229 18446744073709551615 4194304 4196468 140736427674848 140384971877520 140385037453013 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31731712 140736427677616 140736427680401 140736427680401 140736427683791 0
[pid=28400/tid=28452] ppid=28397 vsize=13974784 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28400/task/28452/stat : 28452 (java) S 28397 28400 8289 0 -1 1077944384 1 12355 0 0 0 0 5 3 20 0 15 0 112303670 14310178816 14229 18446744073709551615 4194304 4196468 140736427674848 140384970824720 140385037453013 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31731712 140736427677616 140736427680401 140736427680401 140736427683791 0
[pid=28400/tid=28453] ppid=28397 vsize=13974784 memory=8174711894690707509 CPUtime=0.08 cores=0,2,4,6
/proc/28400/task/28453/stat : 28453 (java) S 28397 28400 8289 0 -1 1077944384 1 12355 0 0 0 0 5 3 20 0 15 0 112303670 14310178816 14229 18446744073709551615 4194304 4196468 140736427674848 140384969771920 140385037453013 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31731712 140736427677616 140736427680401 140736427680401 140736427683791 0
[pid=28400/tid=28454] ppid=28397 vsize=13974784 memory=5788902677041668928 CPUtime=0.08 cores=0,2,4,6
/proc/28400/task/28454/stat : 28454 (java) S 28397 28400 8289 0 -1 1077944384 2 12355 0 0 0 0 5 3 20 0 15 0 112303671 14310178816 14229 18446744073709551615 4194304 4196468 140736427674848 140384968719120 140385037453013 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31731712 140736427677616 140736427680401 140736427680401 140736427683791 0
[pid=28400/tid=28455] ppid=28397 vsize=13974784 memory=5865491479076426066 CPUtime=0.08 cores=0,2,4,6
/proc/28400/task/28455/stat : 28455 (java) S 28397 28400 8289 0 -1 1077944384 5 12355 0 0 0 0 5 3 20 0 15 0 112303672 14310178816 14229 18446744073709551615 4194304 4196468 140736427674848 140384515242352 140385037453954 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31731712 140736427677616 140736427680401 140736427680401 140736427683791 0
[pid=28400/tid=28456] ppid=28397 vsize=13974784 memory=139719781380641 CPUtime=0.08 cores=0,2,4,6
/proc/28400/task/28456/stat : 28456 (java) S 28397 28400 8289 0 -1 1077944384 33 12355 0 0 0 0 5 3 20 0 15 0 112303672 14310178816 14229 18446744073709551615 4194304 4196468 140736427674848 140384514188320 140385037453013 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31731712 140736427677616 140736427680401 140736427680401 140736427683791 0
[pid=28400/tid=28457] ppid=28397 vsize=13974784 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28400/task/28457/stat : 28457 (java) S 28397 28400 8289 0 -1 1077944384 21 12355 0 0 0 0 5 3 20 0 15 0 112303673 14310178816 14229 18446744073709551615 4194304 4196468 140736427674848 140384513135472 140385037453013 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31731712 140736427677616 140736427680401 140736427680401 140736427683791 0
[pid=28400/tid=28458] ppid=28397 vsize=13974784 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28400/task/28458/stat : 28458 (java) S 28397 28400 8289 0 -1 1077944384 3 12355 0 0 0 0 5 3 20 0 15 0 112303675 14310178816 14229 18446744073709551615 4194304 4196468 140736427674848 140384512083792 140385037461403 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31731712 140736427677616 140736427680401 140736427680401 140736427683791 0
[pid=28400/tid=28459] ppid=28397 vsize=13974784 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/28400/task/28459/stat : 28459 (java) R 28397 28400 8289 0 -1 4202560 576 12355 0 0 2 0 5 3 20 0 15 0 112303675 14310178816 14229 18446744073709551615 4194304 4196468 140736427674848 140384511032176 140385022320872 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31731712 140736427677616 140736427680401 140736427680401 140736427683791 0
[pid=28400/tid=28460] ppid=28397 vsize=13974784 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/28400/task/28460/stat : 28460 (java) S 28397 28400 8289 0 -1 1077944384 216 12355 0 0 2 0 5 3 20 0 15 0 112303675 14310178816 14229 18446744073709551615 4194304 4196468 140736427674848 140384509979376 140385037453954 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31731712 140736427677616 140736427680401 140736427680401 140736427683791 0
[pid=28400/tid=28461] ppid=28397 vsize=13974784 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/28400/task/28461/stat : 28461 (java) R 28397 28400 8289 0 -1 1077944384 540 12355 0 0 7 0 5 3 20 0 15 0 112303675 14310178816 14229 18446744073709551615 4194304 4196468 140736427674848 140384508926576 140385037453954 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31731712 140736427677616 140736427680401 140736427680401 140736427683791 0
[pid=28400/tid=28462] ppid=28397 vsize=13974784 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28400/task/28462/stat : 28462 (java) S 28397 28400 8289 0 -1 1077944384 3 12355 0 0 0 0 5 3 20 0 15 0 112303675 14310178816 14229 18446744073709551615 4194304 4196468 140736427674848 140384507874016 140385037453013 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31731712 140736427677616 140736427680401 140736427680401 140736427683791 0
[pid=28400/tid=28463] ppid=28397 vsize=13974784 memory=9878424783013 CPUtime=0.08 cores=0,2,4,6
/proc/28400/task/28463/stat : 28463 (java) S 28397 28400 8289 0 -1 1077944384 1 12355 0 0 0 0 5 3 20 0 15 0 112303681 14310178816 14229 18446744073709551615 4194304 4196468 140736427674848 140384506821296 140385037453954 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31731712 140736427677616 140736427680401 140736427680401 140736427683791 0
Current children cumulated CPU time: 0.62 s
Current children cumulated vsize: 13974784 KiB
Current children cumulated memory: 56916 KiB

[startup+1.50077 s]
/proc/loadavg: 1.85 1.85 1.88 3/214 28463
/proc/meminfo: memFree=27054812/32770624 swapFree=67108860/67108860
[pid=28400] ppid=28397 vsize=13985408 memory=135288 CPUtime=1.86 cores=0,2,4,6
/proc/28400/stat : 28400 (java) S 28397 28400 8289 0 -1 1077944320 26911 12355 0 0 169 9 5 3 20 0 15 0 112303647 14321057792 33822 18446744073709551615 4194304 4196468 140736427674848 140736427657392 140385037442807 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 31731712 140736427677616 140736427680401 140736427680401 140736427683791 0
/proc/28400/statm: 3496352 33822 3337 1 0 3485525 0
[pid=28400/tid=28450] ppid=28397 vsize=13985408 memory=6656426216303648864 CPUtime=1.28 cores=0,2,4,6
/proc/28400/task/28450/stat : 28450 (java) R 28397 28400 8289 0 -1 4202560 21723 12355 0 0 113 7 5 3 20 0 15 0 112303670 14321057792 33822 18446744073709551615 4194304 4196468 140736427674848 140385041666704 140385037454742 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 31731712 140736427677616 140736427680401 140736427680401 140736427683791 0
[pid=28400/tid=28451] ppid=28397 vsize=13985408 memory=-2605811476043407915 CPUtime=0.08 cores=0,2,4,6
/proc/28400/task/28451/stat : 28451 (java) S 28397 28400 8289 0 -1 1077944384 2 12355 0 0 0 0 5 3 20 0 15 0 112303670 14321057792 33822 18446744073709551615 4194304 4196468 140736427674848 140384971877520 140385037453013 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31731712 140736427677616 140736427680401 140736427680401 140736427683791 0
[pid=28400/tid=28452] ppid=28397 vsize=13985408 memory=276 CPUtime=0.08 cores=0,2,4,6
/proc/28400/task/28452/stat : 28452 (java) S 28397 28400 8289 0 -1 1077944384 1 12355 0 0 0 0 5 3 20 0 15 0 112303670 14321057792 33822 18446744073709551615 4194304 4196468 140736427674848 140384970824720 140385037453013 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31731712 140736427677616 140736427680401 140736427680401 140736427683791 0
[pid=28400/tid=28453] ppid=28397 vsize=13985408 memory=7517187720417797994 CPUtime=0.08 cores=0,2,4,6
/proc/28400/task/28453/stat : 28453 (java) S 28397 28400 8289 0 -1 1077944384 1 12355 0 0 0 0 5 3 20 0 15 0 112303670 14321057792 33822 18446744073709551615 4194304 4196468 140736427674848 140384969771920 140385037453013 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31731712 140736427677616 140736427680401 140736427680401 140736427683791 0
[pid=28400/tid=28454] ppid=28397 vsize=13985408 memory=7517187720417797994 CPUtime=0.08 cores=0,2,4,6
/proc/28400/task/28454/stat : 28454 (java) S 28397 28400 8289 0 -1 1077944384 2 12355 0 0 0 0 5 3 20 0 15 0 112303671 14321057792 33822 18446744073709551615 4194304 4196468 140736427674848 140384968719120 140385037453013 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31731712 140736427677616 140736427680401 140736427680401 140736427683791 0
[pid=28400/tid=28455] ppid=28397 vsize=13985408 memory=-5345911753256963030 CPUtime=0.08 cores=0,2,4,6
/proc/28400/task/28455/stat : 28455 (java) S 28397 28400 8289 0 -1 1077944384 5 12355 0 0 0 0 5 3 20 0 15 0 112303672 14321057792 33822 18446744073709551615 4194304 4196468 140736427674848 140384515242352 140385037453954 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31731712 140736427677616 140736427680401 140736427680401 140736427683791 0
[pid=28400/tid=28456] ppid=28397 vsize=13985408 memory=279439296609024 CPUtime=0.08 cores=0,2,4,6
/proc/28400/task/28456/stat : 28456 (java) S 28397 28400 8289 0 -1 1077944384 33 12355 0 0 0 0 5 3 20 0 15 0 112303672 14321057792 33822 18446744073709551615 4194304 4196468 140736427674848 140384514188320 140385037453013 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31731712 140736427677616 140736427680401 140736427680401 140736427683791 0
[pid=28400/tid=28457] ppid=28397 vsize=13985408 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28400/task/28457/stat : 28457 (java) S 28397 28400 8289 0 -1 1077944384 21 12355 0 0 0 0 5 3 20 0 15 0 112303673 14321057792 33822 18446744073709551615 4194304 4196468 140736427674848 140384513135472 140385037453013 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31731712 140736427677616 140736427680401 140736427680401 140736427683791 0

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

/proc/28400/task/28454/stat : 28454 (java) S 28397 28400 8289 0 -1 1077944384 756 12355 0 0 62 13 5 3 20 0 15 0 112303671 14407233536 898885 18446744073709551615 4194304 4196468 140736427674848 140384968719120 140385037453013 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31731712 140736427677616 140736427680401 140736427680401 140736427683791 0
[pid=28400/tid=28455] ppid=28397 vsize=14069564 memory=3595540 CPUtime=0.21 cores=0,2,4,6
/proc/28400/task/28455/stat : 28455 (java) S 28397 28400 8289 0 -1 1077944384 8486 12355 0 0 11 2 5 3 20 0 15 0 112303672 14407233536 898885 18446744073709551615 4194304 4196468 140736427674848 140384515242352 140385037453954 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31731712 140736427677616 140736427680401 140736427680401 140736427683791 0
[pid=28400/tid=28456] ppid=28397 vsize=14069564 memory=3566868 CPUtime=0.08 cores=0,2,4,6
/proc/28400/task/28456/stat : 28456 (java) S 28397 28400 8289 0 -1 1077944384 58 12355 0 0 0 0 5 3 20 0 15 0 112303672 14407233536 898885 18446744073709551615 4194304 4196468 140736427674848 140384514188384 140385037453013 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31731712 140736427677616 140736427680401 140736427680401 140736427683791 0
[pid=28400/tid=28457] ppid=28397 vsize=14069564 memory=3566868 CPUtime=0.08 cores=0,2,4,6
/proc/28400/task/28457/stat : 28457 (java) S 28397 28400 8289 0 -1 1077944384 46 12355 0 0 0 0 5 3 20 0 15 0 112303673 14407233536 898885 18446744073709551615 4194304 4196468 140736427674848 140384513135488 140385037453013 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31731712 140736427677616 140736427680401 140736427680401 140736427683791 0
[pid=28400/tid=28458] ppid=28397 vsize=14069564 memory=4168 CPUtime=0.08 cores=0,2,4,6
/proc/28400/task/28458/stat : 28458 (java) S 28397 28400 8289 0 -1 1077944384 3 12355 0 0 0 0 5 3 20 0 15 0 112303675 14407233536 898885 18446744073709551615 4194304 4196468 140736427674848 140384512083792 140385037461403 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31731712 140736427677616 140736427680401 140736427680401 140736427683791 0
[pid=28400/tid=28459] ppid=28397 vsize=14069564 memory=54408 CPUtime=10.58 cores=0,2,4,6
/proc/28400/task/28459/stat : 28459 (java) S 28397 28400 8289 0 -1 1077944384 23793 12355 0 0 1045 5 5 3 20 0 15 0 112303675 14407233536 898885 18446744073709551615 4194304 4196468 140736427674848 140384511032176 140385037453954 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31731712 140736427677616 140736427680401 140736427680401 140736427683791 0
[pid=28400/tid=28460] ppid=28397 vsize=14069564 memory=288230574492221466 CPUtime=10.47 cores=0,2,4,6
/proc/28400/task/28460/stat : 28460 (java) S 28397 28400 8289 0 -1 1077944384 26390 12355 0 0 1034 5 5 3 20 0 15 0 112303675 14407233536 898885 18446744073709551615 4194304 4196468 140736427674848 140384509979376 140385037453954 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31731712 140736427677616 140736427680401 140736427680401 140736427683791 0
[pid=28400/tid=28461] ppid=28397 vsize=14069564 memory=288230617509003574 CPUtime=3.32 cores=0,2,4,6
/proc/28400/task/28461/stat : 28461 (java) S 28397 28400 8289 0 -1 1077944384 14442 12355 0 0 318 6 5 3 20 0 15 0 112303675 14407233536 898885 18446744073709551615 4194304 4196468 140736427674848 140384508926576 140385037453954 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31731712 140736427677616 140736427680401 140736427680401 140736427683791 0
[pid=28400/tid=28462] ppid=28397 vsize=14069564 memory=15825482134324680 CPUtime=0.08 cores=0,2,4,6
/proc/28400/task/28462/stat : 28462 (java) S 28397 28400 8289 0 -1 1077944384 3 12355 0 0 0 0 5 3 20 0 15 0 112303675 14407233536 898885 18446744073709551615 4194304 4196468 140736427674848 140384507874016 140385037453013 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31731712 140736427677616 140736427680401 140736427680401 140736427683791 0
[pid=28400/tid=28463] ppid=28397 vsize=14069564 memory=4168 CPUtime=0.19 cores=0,2,4,6
/proc/28400/task/28463/stat : 28463 (java) S 28397 28400 8289 0 -1 1077944384 303 12355 0 0 6 5 5 3 20 0 15 0 112303681 14407233536 898885 18446744073709551615 4194304 4196468 140736427674848 140384506821296 140385037453954 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31731712 140736427677616 140736427680401 140736427680401 140736427683791 0
Current children cumulated CPU time: 248.6 s
Current children cumulated vsize: 14069564 KiB
Current children cumulated memory: 3595540 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+225.601 s]
/proc/loadavg: 1.85 1.94 1.93 3/216 28610
/proc/meminfo: memFree=26761324/32770624 swapFree=67108860/67108860
[pid=28400] ppid=28397 vsize=14069564 memory=3595540 CPUtime=252 cores=0,2,4,6
/proc/28400/stat : 28400 (java) S 28397 28400 8289 0 -1 1077944320 156462 12355 0 0 25058 134 5 3 20 0 15 0 112303647 14407233536 898885 18446744073709551615 4194304 4196468 140736427674848 140736427657392 140385037442807 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 31731712 140736427677616 140736427680401 140736427680401 140736427683791 0
/proc/28400/statm: 3517391 898885 3484 1 0 3506005 0
[pid=28400/tid=28450] ppid=28397 vsize=14069564 memory=15876 CPUtime=224.4 cores=0,2,4,6
/proc/28400/task/28450/stat : 28450 (java) R 28397 28400 8289 0 -1 4202560 72461 12355 0 0 22376 56 5 3 20 0 15 0 112303670 14407233536 898885 18446744073709551615 4194304 4196468 140736427674848 140385041674256 140384660320359 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 31731712 140736427677616 140736427680401 140736427680401 140736427683791 0
[pid=28400/tid=28451] ppid=28397 vsize=14069564 memory=-8774313645642428999 CPUtime=0.84 cores=0,2,4,6
/proc/28400/task/28451/stat : 28451 (java) S 28397 28400 8289 0 -1 1077944384 2241 12355 0 0 63 13 5 3 20 0 15 0 112303670 14407233536 898885 18446744073709551615 4194304 4196468 140736427674848 140384971877520 140385037453013 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31731712 140736427677616 140736427680401 140736427680401 140736427683791 0
[pid=28400/tid=28452] ppid=28397 vsize=14069564 memory=2248 CPUtime=0.87 cores=0,2,4,6
/proc/28400/task/28452/stat : 28452 (java) S 28397 28400 8289 0 -1 1077944384 2565 12355 0 0 66 13 5 3 20 0 15 0 112303670 14407233536 898885 18446744073709551615 4194304 4196468 140736427674848 140384970824720 140385037453013 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31731712 140736427677616 140736427680401 140736427680401 140736427683791 0
[pid=28400/tid=28453] ppid=28397 vsize=14069564 memory=4288 CPUtime=0.81 cores=0,2,4,6
/proc/28400/task/28453/stat : 28453 (java) S 28397 28400 8289 0 -1 1077944384 2763 12355 0 0 60 13 5 3 20 0 15 0 112303670 14407233536 898885 18446744073709551615 4194304 4196468 140736427674848 140384969771920 140385037453013 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31731712 140736427677616 140736427680401 140736427680401 140736427683791 0
[pid=28400/tid=28454] ppid=28397 vsize=14069564 memory=2164 CPUtime=0.83 cores=0,2,4,6
/proc/28400/task/28454/stat : 28454 (java) S 28397 28400 8289 0 -1 1077944384 756 12355 0 0 62 13 5 3 20 0 15 0 112303671 14407233536 898885 18446744073709551615 4194304 4196468 140736427674848 140384968719120 140385037453013 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31731712 140736427677616 140736427680401 140736427680401 140736427683791 0
[pid=28400/tid=28455] ppid=28397 vsize=14069564 memory=3595540 CPUtime=0.21 cores=0,2,4,6
/proc/28400/task/28455/stat : 28455 (java) S 28397 28400 8289 0 -1 1077944384 8486 12355 0 0 11 2 5 3 20 0 15 0 112303672 14407233536 898885 18446744073709551615 4194304 4196468 140736427674848 140384515242352 140385037453954 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31731712 140736427677616 140736427680401 140736427680401 140736427683791 0
[pid=28400/tid=28456] ppid=28397 vsize=14069564 memory=1200 CPUtime=0.08 cores=0,2,4,6
/proc/28400/task/28456/stat : 28456 (java) S 28397 28400 8289 0 -1 1077944384 58 12355 0 0 0 0 5 3 20 0 15 0 112303672 14407233536 898885 18446744073709551615 4194304 4196468 140736427674848 140384514188384 140385037453013 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31731712 140736427677616 140736427680401 140736427680401 140736427683791 0
[pid=28400/tid=28457] ppid=28397 vsize=14069564 memory=15876 CPUtime=0.08 cores=0,2,4,6
/proc/28400/task/28457/stat : 28457 (java) S 28397 28400 8289 0 -1 1077944384 46 12355 0 0 0 0 5 3 20 0 15 0 112303673 14407233536 898885 18446744073709551615 4194304 4196468 140736427674848 140384513135488 140385037453013 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31731712 140736427677616 140736427680401 140736427680401 140736427683791 0
[pid=28400/tid=28458] ppid=28397 vsize=14069564 memory=4040 CPUtime=0.08 cores=0,2,4,6
/proc/28400/task/28458/stat : 28458 (java) S 28397 28400 8289 0 -1 1077944384 3 12355 0 0 0 0 5 3 20 0 15 0 112303675 14407233536 898885 18446744073709551615 4194304 4196468 140736427674848 140384512083792 140385037461403 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31731712 140736427677616 140736427680401 140736427680401 140736427683791 0
[pid=28400/tid=28459] ppid=28397 vsize=14069564 memory=-8774313645642428999 CPUtime=10.62 cores=0,2,4,6
/proc/28400/task/28459/stat : 28459 (java) S 28397 28400 8289 0 -1 1077944384 23793 12355 0 0 1049 5 5 3 20 0 15 0 112303675 14407233536 898885 18446744073709551615 4194304 4196468 140736427674848 140384511032176 140385037453954 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31731712 140736427677616 140736427680401 140736427680401 140736427683791 0
[pid=28400/tid=28460] ppid=28397 vsize=14069564 memory=15876 CPUtime=10.51 cores=0,2,4,6
/proc/28400/task/28460/stat : 28460 (java) S 28397 28400 8289 0 -1 1077944384 26390 12355 0 0 1038 5 5 3 20 0 15 0 112303675 14407233536 898885 18446744073709551615 4194304 4196468 140736427674848 140384509979376 140385037453954 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31731712 140736427677616 140736427680401 140736427680401 140736427683791 0
[pid=28400/tid=28461] ppid=28397 vsize=14069564 memory=4040 CPUtime=3.34 cores=0,2,4,6
/proc/28400/task/28461/stat : 28461 (java) S 28397 28400 8289 0 -1 1077944384 14442 12355 0 0 320 6 5 3 20 0 15 0 112303675 14407233536 898885 18446744073709551615 4194304 4196468 140736427674848 140384508926576 140385037453954 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31731712 140736427677616 140736427680401 140736427680401 140736427683791 0
[pid=28400/tid=28462] ppid=28397 vsize=14069564 memory=33436 CPUtime=0.08 cores=0,2,4,6
/proc/28400/task/28462/stat : 28462 (java) S 28397 28400 8289 0 -1 1077944384 3 12355 0 0 0 0 5 3 20 0 15 0 112303675 14407233536 898885 18446744073709551615 4194304 4196468 140736427674848 140384507874016 140385037453013 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31731712 140736427677616 140736427680401 140736427680401 140736427683791 0
[pid=28400/tid=28463] ppid=28397 vsize=14069564 memory=4612 CPUtime=0.19 cores=0,2,4,6
/proc/28400/task/28463/stat : 28463 (java) S 28397 28400 8289 0 -1 1077944384 303 12355 0 0 6 5 5 3 20 0 15 0 112303681 14407233536 898885 18446744073709551615 4194304 4196468 140736427674848 140384506821296 140385037453954 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31731712 140736427677616 140736427680401 140736427680401 140736427683791 0
Current children cumulated CPU time: 252 s
Current children cumulated vsize: 14069564 KiB
Current children cumulated memory: 3595540 KiB

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

[startup+226.686 s]
# the end of solver process 28400 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=254.386 s, system=1.41271 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+226.401 s]
/proc/loadavg: 1.85 1.94 1.93 6/218 28612
/proc/meminfo: memFree=26750744/32770624 swapFree=67108860/67108860
[pid=28400] ppid=28397 vsize=14202692 memory=3606616 CPUtime=254.91 cores=0,2,4,6
/proc/28400/stat : 28400 (java) S 28397 28400 8289 0 -1 1077944320 163953 12355 0 0 25348 135 5 3 20 0 17 0 112303647 14543556608 901654 18446744073709551615 4194304 4196468 140736427674848 140736427657392 140385037442807 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 31731712 140736427677616 140736427680401 140736427680401 140736427683791 0
/proc/28400/statm: 3550673 901654 3484 1 0 3539287 0
[pid=28400/tid=28450] ppid=28397 vsize=14202692 memory=7822038051842261661 CPUtime=224.41 cores=0,2,4,6
/proc/28400/task/28450/stat : 28450 (java) S 28397 28400 8289 0 -1 1077944384 72659 12355 0 0 22377 56 5 3 20 0 17 0 112303670 14543556608 901654 18446744073709551615 4194304 4196468 140736427674848 140385041680560 140385037453013 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 31731712 140736427677616 140736427680401 140736427680401 140736427683791 0
[pid=28400/tid=28451] ppid=28397 vsize=14202692 memory=-8774313645642428999 CPUtime=1.54 cores=0,2,4,6
/proc/28400/task/28451/stat : 28451 (java) R 28397 28400 8289 0 -1 4202560 2410 12355 0 0 133 13 5 3 20 0 17 0 112303670 14543556608 901654 18446744073709551615 4194304 4196468 140736427674848 140384971877520 140385022140375 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31731712 140736427677616 140736427680401 140736427680401 140736427683791 0
[pid=28400/tid=28452] ppid=28397 vsize=14202692 memory=3595540 CPUtime=1.58 cores=0,2,4,6
/proc/28400/task/28452/stat : 28452 (java) R 28397 28400 8289 0 -1 4202560 2728 12355 0 0 136 14 5 3 20 0 17 0 112303670 14543556608 901654 18446744073709551615 4194304 4196468 140736427674848 140384970824608 140385022393504 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31731712 140736427677616 140736427680401 140736427680401 140736427683791 0
[pid=28400/tid=28453] ppid=28397 vsize=14202692 memory=3595540 CPUtime=1.5 cores=0,2,4,6
/proc/28400/task/28453/stat : 28453 (java) R 28397 28400 8289 0 -1 4202560 2913 12355 0 0 129 13 5 3 20 0 17 0 112303670 14543556608 901654 18446744073709551615 4194304 4196468 140736427674848 140384969771920 140385022140446 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31731712 140736427677616 140736427680401 140736427680401 140736427683791 0
[pid=28400/tid=28454] ppid=28397 vsize=14202692 memory=54408 CPUtime=1.55 cores=0,2,4,6
/proc/28400/task/28454/stat : 28454 (java) R 28397 28400 8289 0 -1 4202560 977 12355 0 0 134 13 5 3 20 0 17 0 112303671 14543556608 901654 18446744073709551615 4194304 4196468 140736427674848 140384968719320 140385019038764 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31731712 140736427677616 140736427680401 140736427680401 140736427683791 0
[pid=28400/tid=28455] ppid=28397 vsize=14202692 memory=1296 CPUtime=0.28 cores=0,2,4,6
/proc/28400/task/28455/stat : 28455 (java) S 28397 28400 8289 0 -1 1077944384 14760 12355 0 0 18 2 5 3 20 0 17 0 112303672 14543556608 901654 18446744073709551615 4194304 4196468 140736427674848 140384515240752 140385037453013 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31731712 140736427677616 140736427680401 140736427680401 140736427683791 0
[pid=28400/tid=28456] ppid=28397 vsize=14202692 memory=3606612 CPUtime=0.08 cores=0,2,4,6
/proc/28400/task/28456/stat : 28456 (java) S 28397 28400 8289 0 -1 1077944384 62 12355 0 0 0 0 5 3 20 0 17 0 112303672 14543556608 901654 18446744073709551615 4194304 4196468 140736427674848 140384514187920 140385037453954 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31731712 140736427677616 140736427680401 140736427680401 140736427683791 0
[pid=28400/tid=28457] ppid=28397 vsize=14202692 memory=1200 CPUtime=0.08 cores=0,2,4,6
/proc/28400/task/28457/stat : 28457 (java) S 28397 28400 8289 0 -1 1077944384 48 12355 0 0 0 0 5 3 20 0 17 0 112303673 14543556608 901654 18446744073709551615 4194304 4196468 140736427674848 140384513135088 140385037453013 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31731712 140736427677616 140736427680401 140736427680401 140736427683791 0
[pid=28400/tid=28458] ppid=28397 vsize=14202692 memory=15876 CPUtime=0.08 cores=0,2,4,6
/proc/28400/task/28458/stat : 28458 (java) S 28397 28400 8289 0 -1 1077944384 114 12355 0 0 0 0 5 3 20 0 17 0 112303675 14543556608 901654 18446744073709551615 4194304 4196468 140736427674848 140384512083792 140385037461403 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31731712 140736427677616 140736427680401 140736427680401 140736427683791 0
[pid=28400/tid=28459] ppid=28397 vsize=14202692 memory=4040 CPUtime=10.62 cores=0,2,4,6
/proc/28400/task/28459/stat : 28459 (java) S 28397 28400 8289 0 -1 1077944384 23793 12355 0 0 1049 5 5 3 20 0 17 0 112303675 14543556608 901654 18446744073709551615 4194304 4196468 140736427674848 140384511032176 140385037453954 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31731712 140736427677616 140736427680401 140736427680401 140736427683791 0
[pid=28400/tid=28460] ppid=28397 vsize=14202692 memory=33436 CPUtime=10.51 cores=0,2,4,6
/proc/28400/task/28460/stat : 28460 (java) S 28397 28400 8289 0 -1 1077944384 26390 12355 0 0 1038 5 5 3 20 0 17 0 112303675 14543556608 901654 18446744073709551615 4194304 4196468 140736427674848 140384509979376 140385037453954 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31731712 140736427677616 140736427680401 140736427680401 140736427683791 0
[pid=28400/tid=28461] ppid=28397 vsize=14202692 memory=1296 CPUtime=3.34 cores=0,2,4,6
/proc/28400/task/28461/stat : 28461 (java) S 28397 28400 8289 0 -1 1077944384 14442 12355 0 0 320 6 5 3 20 0 17 0 112303675 14543556608 901654 18446744073709551615 4194304 4196468 140736427674848 140384508926576 140385037453954 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31731712 140736427677616 140736427680401 140736427680401 140736427683791 0
[pid=28400/tid=28462] ppid=28397 vsize=14202692 memory=2440 CPUtime=0.08 cores=0,2,4,6
/proc/28400/task/28462/stat : 28462 (java) S 28397 28400 8289 0 -1 1077944384 3 12355 0 0 0 0 5 3 20 0 17 0 112303675 14543556608 901654 18446744073709551615 4194304 4196468 140736427674848 140384507874016 140385037453013 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31731712 140736427677616 140736427680401 140736427680401 140736427683791 0
[pid=28400/tid=28463] ppid=28397 vsize=14202692 memory=1724 CPUtime=0.19 cores=0,2,4,6
/proc/28400/task/28463/stat : 28463 (java) S 28397 28400 8289 0 -1 1077944384 303 12355 0 0 6 5 5 3 20 0 17 0 112303681 14543556608 901654 18446744073709551615 4194304 4196468 140736427674848 140384506821296 140385037453954 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31731712 140736427677616 140736427680401 140736427680401 140736427683791 0
[pid=28400/tid=28611] ppid=28397 vsize=14202692 memory=792 CPUtime=0.08 cores=0,2,4,6
/proc/28400/task/28611/stat : 28611 (java) S 28397 28400 8289 0 -1 1077944384 171 12355 0 0 0 0 5 3 20 0 17 0 112326207 14543556608 901654 18446744073709551615 4194304 4196468 140736427674848 140384496914672 140385037453013 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31731712 140736427677616 140736427680401 140736427680401 140736427683791 0
[pid=28400/tid=28612] ppid=28397 vsize=14202692 memory=1716 CPUtime=0.08 cores=0,2,4,6
/proc/28400/task/28612/stat : 28612 (java) S 28397 28400 8289 0 -1 1077944384 27 12355 0 0 0 0 5 3 20 0 17 0 112326208 14543556608 901654 18446744073709551615 4194304 4196468 140736427674848 140384409645888 140385037453013 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31731712 140736427677616 140736427680401 140736427680401 140736427683791 0
Current children cumulated CPU time: 254.91 s
Current children cumulated vsize: 14202692 KiB
Current children cumulated memory: 3606616 KiB

[startup+226.606 s]
/proc/loadavg: 1.85 1.94 1.93 6/218 28612
/proc/meminfo: memFree=26750744/32770624 swapFree=67108860/67108860
[pid=28400] ppid=28397 vsize=14202692 memory=3606612 CPUtime=255.62 cores=0,2,4,6
/proc/28400/stat : 28400 (java) S 28397 28400 8289 0 -1 1077944320 163970 12355 0 0 25419 135 5 3 20 0 17 0 112303647 14543556608 901653 18446744073709551615 4194304 4196468 140736427674848 140736427657392 140385037442807 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 31731712 140736427677616 140736427680401 140736427680401 140736427683791 0
/proc/28400/statm: 3550673 901653 3484 1 0 3539287 0
[pid=28400/tid=28450] ppid=28397 vsize=14202692 memory=14356 CPUtime=224.41 cores=0,2,4,6
/proc/28400/task/28450/stat : 28450 (java) S 28397 28400 8289 0 -1 1077944384 72659 12355 0 0 22377 56 5 3 20 0 17 0 112303670 14543556608 901653 18446744073709551615 4194304 4196468 140736427674848 140385041680560 140385037453013 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 31731712 140736427677616 140736427680401 140736427680401 140736427683791 0
[pid=28400/tid=28451] ppid=28397 vsize=14202692 memory=1008 CPUtime=1.71 cores=0,2,4,6
/proc/28400/task/28451/stat : 28451 (java) R 28397 28400 8289 0 -1 4202560 2416 12355 0 0 150 13 5 3 20 0 17 0 112303670 14543556608 901653 18446744073709551615 4194304 4196468 140736427674848 140384971877520 140385022141645 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31731712 140736427677616 140736427680401 140736427680401 140736427683791 0
[pid=28400/tid=28452] ppid=28397 vsize=14202692 memory=-8774313645642428999 CPUtime=1.75 cores=0,2,4,6
/proc/28400/task/28452/stat : 28452 (java) R 28397 28400 8289 0 -1 4202560 2728 12355 0 0 153 14 5 3 20 0 17 0 112303670 14543556608 901653 18446744073709551615 4194304 4196468 140736427674848 140384970824720 140385022439489 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31731712 140736427677616 140736427680401 140736427680401 140736427683791 0
[pid=28400/tid=28453] ppid=28397 vsize=14202692 memory=18484 CPUtime=1.67 cores=0,2,4,6
/proc/28400/task/28453/stat : 28453 (java) R 28397 28400 8289 0 -1 4202560 2913 12355 0 0 146 13 5 3 20 0 17 0 112303670 14543556608 901653 18446744073709551615 4194304 4196468 140736427674848 140384969772120 140385022439231 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31731712 140736427677616 140736427680401 140736427680401 140736427683791 0
[pid=28400/tid=28454] ppid=28397 vsize=14202692 memory=3912 CPUtime=1.72 cores=0,2,4,6
/proc/28400/task/28454/stat : 28454 (java) R 28397 28400 8289 0 -1 4202560 986 12355 0 0 151 13 5 3 20 0 17 0 112303671 14543556608 901653 18446744073709551615 4194304 4196468 140736427674848 140384968719120 140385021900427 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31731712 140736427677616 140736427680401 140736427680401 140736427683791 0
[pid=28400/tid=28455] ppid=28397 vsize=14202692 memory=2760 CPUtime=0.32 cores=0,2,4,6
/proc/28400/task/28455/stat : 28455 (java) S 28397 28400 8289 0 -1 1077944384 14760 12355 0 0 22 2 5 3 20 0 17 0 112303672 14543556608 901653 18446744073709551615 4194304 4196468 140736427674848 140384515240976 140385037453013 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31731712 140736427677616 140736427680401 140736427680401 140736427683791 0
[pid=28400/tid=28456] ppid=28397 vsize=14202692 memory=2880 CPUtime=0.08 cores=0,2,4,6
/proc/28400/task/28456/stat : 28456 (java) S 28397 28400 8289 0 -1 1077944384 62 12355 0 0 0 0 5 3 20 0 17 0 112303672 14543556608 901653 18446744073709551615 4194304 4196468 140736427674848 140384514188016 140385037453013 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31731712 140736427677616 140736427680401 140736427680401 140736427683791 0
[pid=28400/tid=28457] ppid=28397 vsize=14202692 memory=4068 CPUtime=0.08 cores=0,2,4,6
/proc/28400/task/28457/stat : 28457 (java) S 28397 28400 8289 0 -1 1077944384 49 12355 0 0 0 0 5 3 20 0 17 0 112303673 14543556608 901653 18446744073709551615 4194304 4196468 140736427674848 140384513135488 140385037453013 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31731712 140736427677616 140736427680401 140736427680401 140736427683791 0
[pid=28400/tid=28458] ppid=28397 vsize=14202692 memory=-8774313645642428999 CPUtime=0.08 cores=0,2,4,6
/proc/28400/task/28458/stat : 28458 (java) S 28397 28400 8289 0 -1 1077944384 114 12355 0 0 0 0 5 3 20 0 17 0 112303675 14543556608 901653 18446744073709551615 4194304 4196468 140736427674848 140384512083792 140385037461403 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31731712 140736427677616 140736427680401 140736427680401 140736427683791 0
[pid=28400/tid=28459] ppid=28397 vsize=14202692 memory=3128 CPUtime=10.62 cores=0,2,4,6
/proc/28400/task/28459/stat : 28459 (java) S 28397 28400 8289 0 -1 1077944384 23793 12355 0 0 1049 5 5 3 20 0 17 0 112303675 14543556608 901653 18446744073709551615 4194304 4196468 140736427674848 140384511032176 140385037453954 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31731712 140736427677616 140736427680401 140736427680401 140736427683791 0
[pid=28400/tid=28460] ppid=28397 vsize=14202692 memory=4168 CPUtime=10.51 cores=0,2,4,6
/proc/28400/task/28460/stat : 28460 (java) S 28397 28400 8289 0 -1 1077944384 26390 12355 0 0 1038 5 5 3 20 0 17 0 112303675 14543556608 901653 18446744073709551615 4194304 4196468 140736427674848 140384509979376 140385037453954 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31731712 140736427677616 140736427680401 140736427680401 140736427683791 0
[pid=28400/tid=28461] ppid=28397 vsize=14202692 memory=54408 CPUtime=3.34 cores=0,2,4,6
/proc/28400/task/28461/stat : 28461 (java) S 28397 28400 8289 0 -1 1077944384 14442 12355 0 0 320 6 5 3 20 0 17 0 112303675 14543556608 901653 18446744073709551615 4194304 4196468 140736427674848 140384508926576 140385037453954 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31731712 140736427677616 140736427680401 140736427680401 140736427683791 0
[pid=28400/tid=28462] ppid=28397 vsize=14202692 memory=-8774313645642428999 CPUtime=0.08 cores=0,2,4,6
/proc/28400/task/28462/stat : 28462 (java) S 28397 28400 8289 0 -1 1077944384 3 12355 0 0 0 0 5 3 20 0 17 0 112303675 14543556608 901653 18446744073709551615 4194304 4196468 140736427674848 140384507874016 140385037453013 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31731712 140736427677616 140736427680401 140736427680401 140736427683791 0
[pid=28400/tid=28463] ppid=28397 vsize=14202692 memory=956 CPUtime=0.19 cores=0,2,4,6
/proc/28400/task/28463/stat : 28463 (java) S 28397 28400 8289 0 -1 1077944384 303 12355 0 0 6 5 5 3 20 0 17 0 112303681 14543556608 901653 18446744073709551615 4194304 4196468 140736427674848 140384506821296 140385037453954 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31731712 140736427677616 140736427680401 140736427680401 140736427683791 0
[pid=28400/tid=28611] ppid=28397 vsize=14202692 memory=2248 CPUtime=0.08 cores=0,2,4,6
/proc/28400/task/28611/stat : 28611 (java) S 28397 28400 8289 0 -1 1077944384 171 12355 0 0 0 0 5 3 20 0 17 0 112326207 14543556608 901653 18446744073709551615 4194304 4196468 140736427674848 140384496914672 140385037453013 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31731712 140736427677616 140736427680401 140736427680401 140736427683791 0
[pid=28400/tid=28612] ppid=28397 vsize=14202692 memory=4288 CPUtime=0.08 cores=0,2,4,6
/proc/28400/task/28612/stat : 28612 (java) S 28397 28400 8289 0 -1 1077944384 28 12355 0 0 0 0 5 3 20 0 17 0 112326208 14543556608 901653 18446744073709551615 4194304 4196468 140736427674848 140384409645888 140385037453013 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31731712 140736427677616 140736427680401 140736427680401 140736427683791 0
Current children cumulated CPU time: 255.62 s
Current children cumulated vsize: 14202692 KiB
Current children cumulated memory: 3606612 KiB

Child status: 143
Real time (s): 226.686
CPU time (s): 255.799
CPU user time (s): 254.386
CPU system time (s): 1.41271
CPU usage (%): 112.843
Max. virtual memory (cumulated for all children) (KiB): 14202692
Max. memory (cumulated for all children) (KiB): 3606620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 254.386
system time used= 1.41271
maximum resident set size= 3607368
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 176574
page faults= 0
swaps= 0
block input operations= 0
block output operations= 504
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 20182
involuntary context switches= 1104


# summary of solver processes directly reported to runsolver:
#   pid: 28400
#   total CPU time (s): 255.799
#   total CPU user time (s): 254.386
#   total CPU system time (s): 1.41271

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.39359 second user time and 2.17229 second system time

The end

Launcher Data

Begin job on node133 at 2017-08-13 19:07:17
IDJOB=4259567
IDBENCH=122969
IDSOLVER=2646
FILE ID=node133/4259567-1502644885
RUNJOBID= node133-1502641620-25473
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Opd/Opd-sum-large/Opd-10-360-120.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4259567-1502644885/watcher-4259567-1502644885 -o /tmp/evaluation-result-4259567-1502644885/solver-4259567-1502644885 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502641620-25473 --watchdog 312  bin/concrete HOME/instance-4259567-1502644885.xml

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

MD5SUM BENCH= 76b33169874d58bfc9aedd730e623c3c
RANDOM SEED=80520655

node133.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.17
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.17
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.17
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.17
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:        27133148 kB
MemAvailable:   27770320 kB
Buffers:          236984 kB
Cached:           695520 kB
SwapCached:            0 kB
Active:          4998516 kB
Inactive:         183912 kB
Active(anon):    4190992 kB
Inactive(anon):   100820 kB
Active(file):     807524 kB
Inactive(file):    83092 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24368 kB
Writeback:             4 kB
AnonPages:       4249296 kB
Mapped:            69756 kB
Shmem:             41660 kB
Slab:             152144 kB
SReclaimable:     124784 kB
SUnreclaim:        27360 kB
KernelStack:        3568 kB
PageTables:        13736 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5115148 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3999744 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 61984 MiB
End job on node133 at 2017-08-13 19:11:04