Trace number 4262288

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete 3.4? (TO) 2527.1299 2433.0801

General information on the benchmark

NameDiamondFree/DiamondFree-m1-s1/
DiamondFree-039.xml
MD5SUM3424e6604ecfe46c0dbee75043c16945
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark6.3214998
Satisfiable
(Un)Satisfiability was proved
Number of variables1561
Number of constraints83775
Number of domains4
Minimum domain size1
Maximum domain size120
Distribution of domain sizes[{"size":1,"count":39},{"size":2,"count":1482},{"size":12,"count":39},{"size":120,"count":1}]
Minimum variable degree1
Maximum variable degree670
Distribution of variable degrees[{"degree":1,"count":1},{"degree":2,"count":39},{"degree":3,"count":39},{"degree":4,"count":741},{"degree":670,"count":741}]
Minimum constraint arity2
Maximum constraint arity1521
Distribution of constraint arities[{"arity":2,"count":1482},{"arity":6,"count":82251},{"arity":39,"count":1},{"arity":40,"count":40},{"arity":1521,"count":1}]
Number of extensional constraints0
Number of intensional constraints1482
Distribution of constraint types[{"type":"intension","count":1482},{"type":"ordered","count":1},{"type":"lex","count":1},{"type":"sum","count":82291}]
Optimization problemNO
Type of objective

Solver Data

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

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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: 2.29 1.71 1.50 2/199 17797
/proc/meminfo: memFree=29672360/32770624 swapFree=0/428820
[pid=17797] ppid=17794 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/17797/stat : 17797 (runsolver) D 17794 17797 4821 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 93357935 24240128 106 18446744073709551615 4194304 4338465 140733917140560 140733917138200 140321086927575 0 0 1 24578 18446744071580418449 0 0 17 6 0 0 0 0 0 6438912 6441760 22298624 140733917147345 140733917147721 140733917147721 140733917151178 0
/proc/17797/statm: 5918 106 53 36 0 2156 0

[startup+0.100087 s]
/proc/loadavg: 2.29 1.71 1.50 2/199 17797
/proc/meminfo: memFree=29672360/32770624 swapFree=0/428820
[pid=17797] ppid=17794 vsize=9508 CPUtime=0 cores=0,2,4,6
/proc/17797/stat : 17797 (bash) S 17794 17797 4821 0 -1 4202496 651 0 0 0 0 0 0 0 20 0 1 0 93357935 9736192 352 18446744073709551615 4194304 5098028 140737465649472 140737465647112 139650912599040 0 0 5 65536 18446744071580971376 0 0 17 2 0 0 9 0 0 7196144 7232144 38825984 140737465651732 140737465651817 140737465651817 140737465655274 0
/proc/17797/statm: 2377 352 279 221 0 86 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9508

[startup+0.200273 s]
/proc/loadavg: 2.29 1.71 1.50 2/199 17797
/proc/meminfo: memFree=29672360/32770624 swapFree=0/428820
[pid=17797] ppid=17794 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/17797/stat : 17797 (bash) S 17794 17797 4821 0 -1 4202496 897 6487 0 0 0 0 0 1 20 0 1 0 93357935 9867264 377 18446744073709551615 4194304 5098028 140737465649472 140737465643480 139650912599040 0 0 5 65536 18446744071580971376 0 0 17 2 0 0 9 0 0 7196144 7232144 38825984 140737465651732 140737465651817 140737465651817 140737465655274 0
/proc/17797/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300295 s]
/proc/loadavg: 2.29 1.71 1.50 2/199 17797
/proc/meminfo: memFree=29672360/32770624 swapFree=0/428820
[pid=17797] ppid=17794 vsize=13907308 CPUtime=0.14 cores=0,2,4,6
/proc/17797/stat : 17797 (java) S 17794 17797 4821 0 -1 1077944320 5823 12845 0 0 5 1 5 3 20 0 14 0 93357935 14241083392 5502 18446744073709551615 4194304 4196468 140737051759456 140737051742000 140470980800247 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 9 0 0 6293624 6294260 24805376 140737051764688 140737051767473 140737051767473 140737051770831 0
/proc/17797/statm: 3476827 5502 2565 1 0 3466324 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 13907308

[startup+0.700565 s]
/proc/loadavg: 2.29 1.71 1.50 2/199 17797
/proc/meminfo: memFree=29672360/32770624 swapFree=0/428820
[pid=17797] ppid=17794 vsize=13974784 CPUtime=0.46 cores=0,2,4,6
/proc/17797/stat : 17797 (java) S 17794 17797 4821 0 -1 1077944320 12925 12845 0 0 35 3 5 3 20 0 15 0 93357935 14310178816 13266 18446744073709551615 4194304 4196468 140737051759456 140737051742000 140470980800247 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 9 0 0 6293624 6294260 24805376 140737051764688 140737051767473 140737051767473 140737051770831 0
/proc/17797/statm: 3493696 13266 3070 1 0 3482965 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 13974784

[startup+1.50068 s]
/proc/loadavg: 2.29 1.71 1.50 3/214 17860
/proc/meminfo: memFree=29596256/32770624 swapFree=0/429172
[pid=17797] ppid=17794 vsize=13983360 CPUtime=1.66 cores=0,2,4,6
/proc/17797/stat : 17797 (java) S 17794 17797 4821 0 -1 1077944320 25689 12845 0 0 152 6 5 3 20 0 15 0 93357935 14318960640 31601 18446744073709551615 4194304 4196468 140737051759456 140737051742000 140470980800247 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 9 0 0 6293624 6294260 24805376 140737051764688 140737051767473 140737051767473 140737051770831 0
/proc/17797/statm: 3495840 31601 3338 1 0 3485013 0
[pid=17797/tid=17847] ppid=17794 vsize=13983360 CPUtime=1.14 cores=0,2,4,6
/proc/17797/task/17847/stat : 17847 (java) R 17794 17797 4821 0 -1 4202560 20878 12845 0 0 101 5 5 3 20 0 15 0 93357959 14318960640 31601 18446744073709551615 4194304 4196468 140737051759456 140470985014352 140470966998838 0 4 1 16800974 0 0 0 -1 2 0 0 17 0 0 6293624 6294260 24805376 140737051764688 140737051767473 140737051767473 140737051770831 0
[pid=17797/tid=17848] ppid=17794 vsize=13983360 CPUtime=0.08 cores=0,2,4,6
/proc/17797/task/17848/stat : 17848 (java) S 17794 17797 4821 0 -1 1077944384 2 12845 0 0 0 0 5 3 20 0 15 0 93357959 14318960640 31601 18446744073709551615 4194304 4196468 140737051759456 140470937766416 140470980810453 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24805376 140737051764688 140737051767473 140737051767473 140737051770831 0
[pid=17797/tid=17849] ppid=17794 vsize=13983360 CPUtime=0.08 cores=0,2,4,6
/proc/17797/task/17849/stat : 17849 (java) S 17794 17797 4821 0 -1 1077944384 1 12845 0 0 0 0 5 3 20 0 15 0 93357959 14318960640 31601 18446744073709551615 4194304 4196468 140737051759456 140470936713872 140470980810453 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24805376 140737051764688 140737051767473 140737051767473 140737051770831 0
[pid=17797/tid=17850] ppid=17794 vsize=13983360 CPUtime=0.08 cores=0,2,4,6
/proc/17797/task/17850/stat : 17850 (java) S 17794 17797 4821 0 -1 1077944384 1 12845 0 0 0 0 5 3 20 0 15 0 93357959 14318960640 31601 18446744073709551615 4194304 4196468 140737051759456 140470935660816 140470980810453 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24805376 140737051764688 140737051767473 140737051767473 140737051770831 0
[pid=17797/tid=17851] ppid=17794 vsize=13983360 CPUtime=0.08 cores=0,2,4,6
/proc/17797/task/17851/stat : 17851 (java) S 17794 17797 4821 0 -1 1077944384 1 12845 0 0 0 0 5 3 20 0 15 0 93357959 14318960640 31601 18446744073709551615 4194304 4196468 140737051759456 140470934608272 140470980810453 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24805376 140737051764688 140737051767473 140737051767473 140737051770831 0
[pid=17797/tid=17852] ppid=17794 vsize=13983360 CPUtime=0.08 cores=0,2,4,6
/proc/17797/task/17852/stat : 17852 (java) S 17794 17797 4821 0 -1 1077944384 5 12845 0 0 0 0 5 3 20 0 15 0 93357961 14318960640 31601 18446744073709551615 4194304 4196468 140737051759456 140470459022064 140470980811394 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24805376 140737051764688 140737051767473 140737051767473 140737051770831 0
[pid=17797/tid=17853] ppid=17794 vsize=13983360 CPUtime=0.08 cores=0,2,4,6
/proc/17797/task/17853/stat : 17853 (java) S 17794 17797 4821 0 -1 1077944384 33 12845 0 0 0 0 5 3 20 0 15 0 93357961 14318960640 31601 18446744073709551615 4194304 4196468 140737051759456 140470457968288 140470980810453 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24805376 140737051764688 140737051767473 140737051767473 140737051770831 0
[pid=17797/tid=17854] ppid=17794 vsize=13983360 CPUtime=0.08 cores=0,2,4,6
/proc/17797/task/17854/stat : 17854 (java) S 17794 17797 4821 0 -1 1077944384 21 12845 0 0 0 0 5 3 20 0 15 0 93357961 14318960640 31601 18446744073709551615 4194304 4196468 140737051759456 140470456915184 140470980810453 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24805376 140737051764688 140737051767473 140737051767473 140737051770831 0
[pid=17797/tid=17855] ppid=17794 vsize=13983360 CPUtime=0.08 cores=0,2,4,6
/proc/17797/task/17855/stat : 17855 (java) S 17794 17797 4821 0 -1 1077944384 3 12845 0 0 0 0 5 3 20 0 15 0 93357964 14318960640 31601 18446744073709551615 4194304 4196468 140737051759456 140470455863760 140470980818843 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24805376 140737051764688 140737051767473 140737051767473 140737051770831 0
[pid=17797/tid=17856] ppid=17794 vsize=13983360 CPUtime=0.24 cores=0,2,4,6
/proc/17797/task/17856/stat : 17856 (java) S 17794 17797 4821 0 -1 1077944384 901 12845 0 0 16 0 5 3 20 0 15 0 93357964 14318960640 31601 18446744073709551615 4194304 4196468 140737051759456 140470454810864 140470980811394 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24805376 140737051764688 140737051767473 140737051767473 140737051770831 0
[pid=17797/tid=17857] ppid=17794 vsize=13983360 CPUtime=0.21 cores=0,2,4,6
/proc/17797/task/17857/stat : 17857 (java) S 17794 17797 4821 0 -1 1077944384 831 12845 0 0 13 0 5 3 20 0 15 0 93357964 14318960640 31601 18446744073709551615 4194304 4196468 140737051759456 140470453758320 140470980811394 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24805376 140737051764688 140737051767473 140737051767473 140737051770831 0
[pid=17797/tid=17858] ppid=17794 vsize=13983360 CPUtime=0.27 cores=0,2,4,6
/proc/17797/task/17858/stat : 17858 (java) S 17794 17797 4821 0 -1 1077944384 844 12845 0 0 19 0 5 3 20 0 15 0 93357964 14318960640 31601 18446744073709551615 4194304 4196468 140737051759456 140470452705264 140470980811394 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24805376 140737051764688 140737051767473 140737051767473 140737051770831 0
[pid=17797/tid=17859] ppid=17794 vsize=13983360 CPUtime=0.08 cores=0,2,4,6
/proc/17797/task/17859/stat : 17859 (java) S 17794 17797 4821 0 -1 1077944384 3 12845 0 0 0 0 5 3 20 0 15 0 93357964 14318960640 31601 18446744073709551615 4194304 4196468 140737051759456 140470451652960 140470980810453 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24805376 140737051764688 140737051767473 140737051767473 140737051770831 0
[pid=17797/tid=17860] ppid=17794 vsize=13983360 CPUtime=0.08 cores=0,2,4,6
/proc/17797/task/17860/stat : 17860 (java) S 17794 17797 4821 0 -1 1077944384 11 12845 0 0 0 0 5 3 20 0 15 0 93357969 14318960640 31601 18446744073709551615 4194304 4196468 140737051759456 140470450601008 140470980811394 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24805376 140737051764688 140737051767473 140737051767473 140737051770831 0
Current children cumulated CPU time (s) 1.66
Current children cumulated vsize (KiB) 13983360

[startup+3.10157 s]
/proc/loadavg: 2.29 1.71 1.50 5/214 17860
/proc/meminfo: memFree=29505708/32770624 swapFree=0/429156
[pid=17797] ppid=17794 vsize=13993788 CPUtime=5.79 cores=0,2,4,6
/proc/17797/stat : 17797 (java) S 17794 17797 4821 0 -1 1077944320 42463 12845 0 0 548 23 5 3 20 0 15 0 93357935 14329638912 85251 18446744073709551615 4194304 4196468 140737051759456 140737051742000 140470980800247 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 9 0 0 6293624 6294260 24805376 140737051764688 140737051767473 140737051767473 140737051770831 0
/proc/17797/statm: 3498447 85251 3463 1 0 3487061 0
[pid=17797/tid=17847] ppid=17794 vsize=13993788 CPUtime=2.64 cores=0,2,4,6
/proc/17797/task/17847/stat : 17847 (java) R 17794 17797 4821 0 -1 4202560 27423 12845 0 0 247 9 5 3 20 0 15 0 93357959 14329638912 85251 18446744073709551615 4194304 4196468 140737051759456 140470985033280 140470966008636 0 4 1 16800974 0 0 0 -1 4 0 0 17 0 0 6293624 6294260 24805376 140737051764688 140737051767473 140737051767473 140737051770831 0
[pid=17797/tid=17848] ppid=17794 vsize=13993788 CPUtime=0.14 cores=0,2,4,6
/proc/17797/task/17848/stat : 17848 (java) S 17794 17797 4821 0 -1 1077944384 250 12845 0 0 4 2 5 3 20 0 15 0 93357959 14329638912 85251 18446744073709551615 4194304 4196468 140737051759456 140470937766416 140470980810453 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24805376 140737051764688 140737051767473 140737051767473 140737051770831 0
[pid=17797/tid=17849] ppid=17794 vsize=13993788 CPUtime=0.15 cores=0,2,4,6
/proc/17797/task/17849/stat : 17849 (java) S 17794 17797 4821 0 -1 1077944384 137 12845 0 0 5 2 5 3 20 0 15 0 93357959 14329638912 85251 18446744073709551615 4194304 4196468 140737051759456 140470936713872 140470980810453 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24805376 140737051764688 140737051767473 140737051767473 140737051770831 0
[pid=17797/tid=17850] ppid=17794 vsize=13993788 CPUtime=0.15 cores=0,2,4,6
/proc/17797/task/17850/stat : 17850 (java) S 17794 17797 4821 0 -1 1077944384 144 12845 0 0 5 2 5 3 20 0 15 0 93357959 14329638912 85251 18446744073709551615 4194304 4196468 140737051759456 140470935660816 140470980810453 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24805376 140737051764688 140737051767473 140737051767473 140737051770831 0
[pid=17797/tid=17851] ppid=17794 vsize=13993788 CPUtime=0.15 cores=0,2,4,6
/proc/17797/task/17851/stat : 17851 (java) S 17794 17797 4821 0 -1 1077944384 220 12845 0 0 5 2 5 3 20 0 15 0 93357959 14329638912 85251 18446744073709551615 4194304 4196468 140737051759456 140470934608272 140470980810453 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24805376 140737051764688 140737051767473 140737051767473 140737051770831 0
[pid=17797/tid=17852] ppid=17794 vsize=13993788 CPUtime=0.09 cores=0,2,4,6
/proc/17797/task/17852/stat : 17852 (java) S 17794 17797 4821 0 -1 1077944384 1778 12845 0 0 1 0 5 3 20 0 15 0 93357961 14329638912 85251 18446744073709551615 4194304 4196468 140737051759456 140470459022064 140470980811394 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24805376 140737051764688 140737051767473 140737051767473 140737051770831 0
[pid=17797/tid=17853] ppid=17794 vsize=13993788 CPUtime=0.08 cores=0,2,4,6
/proc/17797/task/17853/stat : 17853 (java) S 17794 17797 4821 0 -1 1077944384 56 12845 0 0 0 0 5 3 20 0 15 0 93357961 14329638912 85251 18446744073709551615 4194304 4196468 140737051759456 140470457968352 140470980810453 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24805376 140737051764688 140737051767473 140737051767473 140737051770831 0
[pid=17797/tid=17854] ppid=17794 vsize=13993788 CPUtime=0.08 cores=0,2,4,6
/proc/17797/task/17854/stat : 17854 (java) S 17794 17797 4821 0 -1 1077944384 43 12845 0 0 0 0 5 3 20 0 15 0 93357961 14329638912 85251 18446744073709551615 4194304 4196468 140737051759456 140470456915200 140470980810453 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24805376 140737051764688 140737051767473 140737051767473 140737051770831 0
[pid=17797/tid=17855] ppid=17794 vsize=13993788 CPUtime=0.08 cores=0,2,4,6
/proc/17797/task/17855/stat : 17855 (java) S 17794 17797 4821 0 -1 1077944384 3 12845 0 0 0 0 5 3 20 0 15 0 93357964 14329638912 85251 18446744073709551615 4194304 4196468 140737051759456 140470455863760 140470980818843 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24805376 140737051764688 140737051767473 140737051767473 140737051770831 0
[pid=17797/tid=17856] ppid=17794 vsize=13993788 CPUtime=1.14 cores=0,2,4,6
/proc/17797/task/17856/stat : 17856 (java) R 17794 17797 4821 0 -1 4202560 4407 12845 0 0 106 0 5 3 20 0 15 0 93357964 14329638912 85251 18446744073709551615 4194304 4196468 140737051759456 140470454799680 140470965724534 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24805376 140737051764688 140737051767473 140737051767473 140737051770831 0
[pid=17797/tid=17857] ppid=17794 vsize=13993788 CPUtime=0.97 cores=0,2,4,6
/proc/17797/task/17857/stat : 17857 (java) R 17794 17797 4821 0 -1 4202560 2530 12845 0 0 88 1 5 3 20 0 15 0 93357964 14329638912 85251 18446744073709551615 4194304 4196468 140737051759456 140470453749600 140470958396727 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24805376 140737051764688 140737051767473 140737051767473 140737051770831 0
[pid=17797/tid=17858] ppid=17794 vsize=13993788 CPUtime=0.9 cores=0,2,4,6
/proc/17797/task/17858/stat : 17858 (java) S 17794 17797 4821 0 -1 1077944384 3303 12845 0 0 82 0 5 3 20 0 15 0 93357964 14329638912 85251 18446744073709551615 4194304 4196468 140737051759456 140470452705264 140470980811394 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24805376 140737051764688 140737051767473 140737051767473 140737051770831 0
[pid=17797/tid=17859] ppid=17794 vsize=13993788 CPUtime=0.08 cores=0,2,4,6
/proc/17797/task/17859/stat : 17859 (java) S 17794 17797 4821 0 -1 1077944384 3 12845 0 0 0 0 5 3 20 0 15 0 93357964 14329638912 85251 18446744073709551615 4194304 4196468 140737051759456 140470451652960 140470980810453 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24805376 140737051764688 140737051767473 140737051767473 140737051770831 0
[pid=17797/tid=17860] ppid=17794 vsize=13993788 CPUtime=0.08 cores=0,2,4,6
/proc/17797/task/17860/stat : 17860 (java) S 17794 17797 4821 0 -1 1077944384 12 12845 0 0 0 0 5 3 20 0 15 0 93357969 14329638912 85251 18446744073709551615 4194304 4196468 140737051759456 140470450601008 140470980811394 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24805376 140737051764688 140737051767473 140737051767473 140737051770831 0
Current children cumulated CPU time (s) 5.79
Current children cumulated vsize (KiB) 13993788

[startup+6.30073 s]
/proc/loadavg: 2.43 1.75 1.51 3/214 17860
/proc/meminfo: memFree=29005152/32770624 swapFree=0/429152
[pid=17797] ppid=17794 vsize=13995836 CPUtime=13.29 cores=0,2,4,6
/proc/17797/stat : 17797 (java) S 17794 17797 4821 0 -1 1077944320 53350 12845 0 0 1276 45 5 3 20 0 15 0 93357935 14331736064 189995 18446744073709551615 4194304 4196468 140737051759456 140737051742000 140470980800247 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 9 0 0 6293624 6294260 24805376 140737051764688 140737051767473 140737051767473 140737051770831 0
/proc/17797/statm: 3498959 189995 3476 1 0 3487573 0
[pid=17797/tid=17847] ppid=17794 vsize=13995836 CPUtime=5.64 cores=0,2,4,6
/proc/17797/task/17847/stat : 17847 (java) R 17794 17797 4821 0 -1 4202560 31346 12845 0 0 545 11 5 3 20 0 15 0 93357959 14331736064 189995 18446744073709551615 4194304 4196468 140737051759456 140470985033264 140470625463424 0 4 1 16800974 0 0 0 -1 4 0 0 17 0 0 6293624 6294260 24805376 140737051764688 140737051767473 140737051767473 140737051770831 0
[pid=17797/tid=17848] ppid=17794 vsize=13995836 CPUtime=0.31 cores=0,2,4,6
/proc/17797/task/17848/stat : 17848 (java) S 17794 17797 4821 0 -1 1077944384 474 12845 0 0 16 7 5 3 20 0 15 0 93357959 14331736064 189995 18446744073709551615 4194304 4196468 140737051759456 140470937766416 140470980810453 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24805376 140737051764688 140737051767473 140737051767473 140737051770831 0
[pid=17797/tid=17849] ppid=17794 vsize=13995836 CPUtime=0.31 cores=0,2,4,6
/proc/17797/task/17849/stat : 17849 (java) S 17794 17797 4821 0 -1 1077944384 342 12845 0 0 16 7 5 3 20 0 15 0 93357959 14331736064 189995 18446744073709551615 4194304 4196468 140737051759456 140470936713872 140470980810453 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24805376 140737051764688 140737051767473 140737051767473 140737051770831 0
[pid=17797/tid=17850] ppid=17794 vsize=13995836 CPUtime=0.32 cores=0,2,4,6
/proc/17797/task/17850/stat : 17850 (java) S 17794 17797 4821 0 -1 1077944384 975 12845 0 0 17 7 5 3 20 0 15 0 93357959 14331736064 189995 18446744073709551615 4194304 4196468 140737051759456 140470935660816 140470980810453 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24805376 140737051764688 140737051767473 140737051767473 140737051770831 0
[pid=17797/tid=17851] ppid=17794 vsize=13995836 CPUtime=0.3 cores=0,2,4,6
/proc/17797/task/17851/stat : 17851 (java) S 17794 17797 4821 0 -1 1077944384 839 12845 0 0 15 7 5 3 20 0 15 0 93357959 14331736064 189995 18446744073709551615 4194304 4196468 140737051759456 140470934608272 140470980810453 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24805376 140737051764688 140737051767473 140737051767473 140737051770831 0
[pid=17797/tid=17852] ppid=17794 vsize=13995836 CPUtime=0.1 cores=0,2,4,6
/proc/17797/task/17852/stat : 17852 (java) S 17794 17797 4821 0 -1 1077944384 2133 12845 0 0 2 0 5 3 20 0 15 0 93357961 14331736064 189995 18446744073709551615 4194304 4196468 140737051759456 140470459022064 140470980811394 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24805376 140737051764688 140737051767473 140737051767473 140737051770831 0
[pid=17797/tid=17853] ppid=17794 vsize=13995836 CPUtime=0.08 cores=0,2,4,6
/proc/17797/task/17853/stat : 17853 (java) S 17794 17797 4821 0 -1 1077944384 56 12845 0 0 0 0 5 3 20 0 15 0 93357961 14331736064 189995 18446744073709551615 4194304 4196468 140737051759456 140470457968352 140470980810453 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24805376 140737051764688 140737051767473 140737051767473 140737051770831 0
[pid=17797/tid=17854] ppid=17794 vsize=13995836 CPUtime=0.08 cores=0,2,4,6
/proc/17797/task/17854/stat : 17854 (java) S 17794 17797 4821 0 -1 1077944384 43 12845 0 0 0 0 5 3 20 0 15 0 93357961 14331736064 189995 18446744073709551615 4194304 4196468 140737051759456 140470456915200 140470980810453 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24805376 140737051764688 140737051767473 140737051767473 140737051770831 0
[pid=17797/tid=17855] ppid=17794 vsize=13995836 CPUtime=0.08 cores=0,2,4,6
/proc/17797/task/17855/stat : 17855 (java) S 17794 17797 4821 0 -1 1077944384 3 12845 0 0 0 0 5 3 20 0 15 0 93357964 14331736064 189995 18446744073709551615 4194304 4196468 140737051759456 140470455863760 140470980818843 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24805376 140737051764688 140737051767473 140737051767473 140737051770831 0
[pid=17797/tid=17856] ppid=17794 vsize=13995836 CPUtime=2.9 cores=0,2,4,6
/proc/17797/task/17856/stat : 17856 (java) S 17794 17797 4821 0 -1 1077944384 6277 12845 0 0 281 1 5 3 20 0 15 0 93357964 14331736064 189995 18446744073709551615 4194304 4196468 140737051759456 140470454810864 140470980811394 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24805376 140737051764688 140737051767473 140737051767473 140737051770831 0
[pid=17797/tid=17857] ppid=17794 vsize=13995836 CPUtime=2.73 cores=0,2,4,6
/proc/17797/task/17857/stat : 17857 (java) S 17794 17797 4821 0 -1 1077944384 4526 12845 0 0 264 1 5 3 20 0 15 0 93357964 14331736064 189995 18446744073709551615 4194304 4196468 140737051759456 140470453758320 140470980811394 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24805376 140737051764688 140737051767473 140737051767473 140737051770831 0
[pid=17797/tid=17858] ppid=17794 vsize=13995836 CPUtime=1.23 cores=0,2,4,6
/proc/17797/task/17858/stat : 17858 (java) S 17794 17797 4821 0 -1 1077944384 3925 12845 0 0 114 1 5 3 20 0 15 0 93357964 14331736064 189995 18446744073709551615 4194304 4196468 140737051759456 140470452705264 140470980811394 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24805376 140737051764688 140737051767473 140737051767473 140737051770831 0
[pid=17797/tid=17859] ppid=17794 vsize=13995836 CPUtime=0.08 cores=0,2,4,6
/proc/17797/task/17859/stat : 17859 (java) S 17794 17797 4821 0 -1 1077944384 3 12845 0 0 0 0 5 3 20 0 15 0 93357964 14331736064 189995 18446744073709551615 4194304 4196468 140737051759456 140470451652960 140470980810453 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24805376 140737051764688 140737051767473 140737051767473 140737051770831 0
[pid=17797/tid=17860] ppid=17794 vsize=13995836 CPUtime=0.08 cores=0,2,4,6
/proc/17797/task/17860/stat : 17860 (java) S 17794 17797 4821 0 -1 1077944384 254 12845 0 0 0 0 5 3 20 0 15 0 93357969 14331736064 189995 18446744073709551615 4194304 4196468 140737051759456 140470450601008 140470980811394 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24805376 140737051764688 140737051767473 140737051767473 140737051770831 0
Current children cumulated CPU time (s) 13.29
Current children cumulated vsize (KiB) 13995836

[startup+12.7007 s]
/proc/loadavg: 2.63 1.80 1.53 3/214 17860
/proc/meminfo: memFree=28086940/32770624 swapFree=0/429152
[pid=17797] ppid=17794 vsize=13999932 CPUtime=25.37 cores=0,2,4,6
/proc/17797/stat : 17797 (java) S 17794 17797 4821 0 -1 1077944320 77217 12845 0 0 2445 84 5 3 20 0 15 0 93357935 14335930368 398473 18446744073709551615 4194304 4196468 140737051759456 140737051742000 140470980800247 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 9 0 0 6293624 6294260 24805376 140737051764688 140737051767473 140737051767473 140737051770831 0
/proc/17797/statm: 3499983 398473 3476 1 0 3488597 0
[pid=17797/tid=17847] ppid=17794 vsize=13999932 CPUtime=11.13 cores=0,2,4,6
/proc/17797/task/17847/stat : 17847 (java) R 17794 17797 4821 0 -1 4202560 34374 12845 0 0 1086 19 5 3 20 0 15 0 93357959 14335930368 398473 18446744073709551615 4194304 4196468 140737051759456 140470985032336 140470622827625 0 4 1 16800974 0 0 0 -1 4 0 0 17 0 0 6293624 6294260 24805376 140737051764688 140737051767473 140737051767473 140737051770831 0
[pid=17797/tid=17848] ppid=17794 vsize=13999932 CPUtime=1.14 cores=0,2,4,6
/proc/17797/task/17848/stat : 17848 (java) S 17794 17797 4821 0 -1 1077944384 910 12845 0 0 93 13 5 3 20 0 15 0 93357959 14335930368 398473 18446744073709551615 4194304 4196468 140737051759456 140470937766416 140470980810453 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24805376 140737051764688 140737051767473 140737051767473 140737051770831 0
[pid=17797/tid=17849] ppid=17794 vsize=13999932 CPUtime=1.15 cores=0,2,4,6
/proc/17797/task/17849/stat : 17849 (java) S 17794 17797 4821 0 -1 1077944384 1427 12845 0 0 93 14 5 3 20 0 15 0 93357959 14335930368 398473 18446744073709551615 4194304 4196468 140737051759456 140470936713872 140470980810453 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24805376 140737051764688 140737051767473 140737051767473 140737051770831 0
[pid=17797/tid=17850] ppid=17794 vsize=13999932 CPUtime=1.15 cores=0,2,4,6
/proc/17797/task/17850/stat : 17850 (java) S 17794 17797 4821 0 -1 1077944384 1505 12845 0 0 93 14 5 3 20 0 15 0 93357959 14335930368 398473 18446744073709551615 4194304 4196468 140737051759456 140470935660816 140470980810453 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24805376 140737051764688 140737051767473 140737051767473 140737051770831 0
[pid=17797/tid=17851] ppid=17794 vsize=13999932 CPUtime=1.14 cores=0,2,4,6
/proc/17797/task/17851/stat : 17851 (java) S 17794 17797 4821 0 -1 1077944384 1850 12845 0 0 92 14 5 3 20 0 15 0 93357959 14335930368 398473 18446744073709551615 4194304 4196468 140737051759456 140470934608272 140470980810453 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24805376 140737051764688 140737051767473 140737051767473 140737051770831 0
[pid=17797/tid=17852] ppid=17794 vsize=13999932 CPUtime=0.17 cores=0,2,4,6
/proc/17797/task/17852/stat : 17852 (java) S 17794 17797 4821 0 -1 1077944384 12347 12845 0 0 8 1 5 3 20 0 15 0 93357961 14335930368 398473 18446744073709551615 4194304 4196468 140737051759456 140470459022064 140470980811394 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24805376 140737051764688 140737051767473 140737051767473 140737051770831 0
[pid=17797/tid=17853] ppid=17794 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/17797/task/17853/stat : 17853 (java) S 17794 17797 4821 0 -1 1077944384 58 12845 0 0 0 0 5 3 20 0 15 0 93357961 14335930368 398473 18446744073709551615 4194304 4196468 140737051759456 140470457968352 140470980810453 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24805376 140737051764688 140737051767473 140737051767473 140737051770831 0
[pid=17797/tid=17854] ppid=17794 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/17797/task/17854/stat : 17854 (java) S 17794 17797 4821 0 -1 1077944384 46 12845 0 0 0 0 5 3 20 0 15 0 93357961 14335930368 398473 18446744073709551615 4194304 4196468 140737051759456 140470456915200 140470980810453 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24805376 140737051764688 140737051767473 140737051767473 140737051770831 0
[pid=17797/tid=17855] ppid=17794 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/17797/task/17855/stat : 17855 (java) S 17794 17797 4821 0 -1 1077944384 3 12845 0 0 0 0 5 3 20 0 15 0 93357964 14335930368 398473 18446744073709551615 4194304 4196468 140737051759456 140470455863760 140470980818843 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24805376 140737051764688 140737051767473 140737051767473 140737051770831 0

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

Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2431.11 s]
/proc/loadavg: 1.81 1.48 1.46 3/217 18550
/proc/meminfo: memFree=26253980/32770624 swapFree=0/429792
[pid=17797] ppid=17794 vsize=14069564 CPUtime=2520 cores=0,2,4,6
/proc/17797/stat : 17797 (java) S 17794 17797 4821 0 -1 1077944320 771091 12845 0 0 251563 429 5 3 20 0 15 0 93357935 14407233536 980825 18446744073709551615 4194304 4196468 140737051759456 140737051742000 140470980800247 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 9 0 0 6293624 6294260 24805376 140737051764688 140737051767473 140737051767473 140737051770831 0
/proc/17797/statm: 3517391 980825 3489 1 0 3506005 0
[pid=17797/tid=17847] ppid=17794 vsize=14069564 CPUtime=2408.17 cores=0,2,4,6
/proc/17797/task/17847/stat : 17847 (java) R 17794 17797 4821 0 -1 4202560 252522 12845 0 0 240738 71 5 3 20 0 15 0 93357959 14407233536 980825 18446744073709551615 4194304 4196468 140737051759456 140470985034624 140470631076083 0 4 1 16800974 0 0 0 -1 0 0 0 17 0 0 6293624 6294260 24805376 140737051764688 140737051767473 140737051767473 140737051770831 0
[pid=17797/tid=17848] ppid=17794 vsize=14069564 CPUtime=20.23 cores=0,2,4,6
/proc/17797/task/17848/stat : 17848 (java) S 17794 17797 4821 0 -1 1077944384 35739 12845 0 0 1954 61 5 3 20 0 15 0 93357959 14407233536 980825 18446744073709551615 4194304 4196468 140737051759456 140470937766416 140470980810453 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24805376 140737051764688 140737051767473 140737051767473 140737051770831 0
[pid=17797/tid=17849] ppid=17794 vsize=14069564 CPUtime=20.2 cores=0,2,4,6
/proc/17797/task/17849/stat : 17849 (java) S 17794 17797 4821 0 -1 1077944384 38741 12845 0 0 1951 61 5 3 20 0 15 0 93357959 14407233536 980825 18446744073709551615 4194304 4196468 140737051759456 140470936713872 140470980810453 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24805376 140737051764688 140737051767473 140737051767473 140737051770831 0
[pid=17797/tid=17850] ppid=17794 vsize=14069564 CPUtime=20.23 cores=0,2,4,6
/proc/17797/task/17850/stat : 17850 (java) S 17794 17797 4821 0 -1 1077944384 33388 12845 0 0 1954 61 5 3 20 0 15 0 93357959 14407233536 980825 18446744073709551615 4194304 4196468 140737051759456 140470935660816 140470980810453 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24805376 140737051764688 140737051767473 140737051767473 140737051770831 0
[pid=17797/tid=17851] ppid=17794 vsize=14069564 CPUtime=20.22 cores=0,2,4,6
/proc/17797/task/17851/stat : 17851 (java) S 17794 17797 4821 0 -1 1077944384 43162 12845 0 0 1952 62 5 3 20 0 15 0 93357959 14407233536 980825 18446744073709551615 4194304 4196468 140737051759456 140470934608272 140470980810453 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24805376 140737051764688 140737051767473 140737051767473 140737051770831 0
[pid=17797/tid=17852] ppid=17794 vsize=14069564 CPUtime=1.8 cores=0,2,4,6
/proc/17797/task/17852/stat : 17852 (java) S 17794 17797 4821 0 -1 1077944384 30177 12845 0 0 151 21 5 3 20 0 15 0 93357961 14407233536 980825 18446744073709551615 4194304 4196468 140737051759456 140470459022064 140470980811394 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24805376 140737051764688 140737051767473 140737051767473 140737051770831 0
[pid=17797/tid=17853] ppid=17794 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/17797/task/17853/stat : 17853 (java) S 17794 17797 4821 0 -1 1077944384 66 12845 0 0 0 0 5 3 20 0 15 0 93357961 14407233536 980825 18446744073709551615 4194304 4196468 140737051759456 140470457968416 140470980810453 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24805376 140737051764688 140737051767473 140737051767473 140737051770831 0
[pid=17797/tid=17854] ppid=17794 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/17797/task/17854/stat : 17854 (java) S 17794 17797 4821 0 -1 1077944384 54 12845 0 0 0 0 5 3 20 0 15 0 93357961 14407233536 980825 18446744073709551615 4194304 4196468 140737051759456 140470456915200 140470980810453 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24805376 140737051764688 140737051767473 140737051767473 140737051770831 0
[pid=17797/tid=17855] ppid=17794 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/17797/task/17855/stat : 17855 (java) S 17794 17797 4821 0 -1 1077944384 3 12845 0 0 0 0 5 3 20 0 15 0 93357964 14407233536 980825 18446744073709551615 4194304 4196468 140737051759456 140470455863760 140470980818843 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24805376 140737051764688 140737051767473 140737051767473 140737051770831 0
[pid=17797/tid=17856] ppid=17794 vsize=14069564 CPUtime=12.04 cores=0,2,4,6
/proc/17797/task/17856/stat : 17856 (java) S 17794 17797 4821 0 -1 1077944384 117883 12845 0 0 1186 10 5 3 20 0 15 0 93357964 14407233536 980825 18446744073709551615 4194304 4196468 140737051759456 140470454810864 140470980811394 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24805376 140737051764688 140737051767473 140737051767473 140737051770831 0
[pid=17797/tid=17857] ppid=17794 vsize=14069564 CPUtime=12.42 cores=0,2,4,6
/proc/17797/task/17857/stat : 17857 (java) S 17794 17797 4821 0 -1 1077944384 116630 12845 0 0 1221 13 5 3 20 0 15 0 93357964 14407233536 980825 18446744073709551615 4194304 4196468 140737051759456 140470453758320 140470980811394 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24805376 140737051764688 140737051767473 140737051767473 140737051770831 0
[pid=17797/tid=17858] ppid=17794 vsize=14069564 CPUtime=3.68 cores=0,2,4,6
/proc/17797/task/17858/stat : 17858 (java) S 17794 17797 4821 0 -1 1077944384 97031 12845 0 0 349 11 5 3 20 0 15 0 93357964 14407233536 980825 18446744073709551615 4194304 4196468 140737051759456 140470452705264 140470980811394 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24805376 140737051764688 140737051767473 140737051767473 140737051770831 0
[pid=17797/tid=17859] ppid=17794 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/17797/task/17859/stat : 17859 (java) S 17794 17797 4821 0 -1 1077944384 3 12845 0 0 0 0 5 3 20 0 15 0 93357964 14407233536 980825 18446744073709551615 4194304 4196468 140737051759456 140470451652960 140470980810453 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24805376 140737051764688 140737051767473 140737051767473 140737051770831 0
[pid=17797/tid=17860] ppid=17794 vsize=14069564 CPUtime=1.61 cores=0,2,4,6
/proc/17797/task/17860/stat : 17860 (java) S 17794 17797 4821 0 -1 1077944384 3538 12845 0 0 76 77 5 3 20 0 15 0 93357969 14407233536 980825 18446744073709551615 4194304 4196468 140737051759456 140470450601008 140470980811394 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24805376 140737051764688 140737051767473 140737051767473 140737051770831 0
Current children cumulated CPU time (s) 2520
Current children cumulated vsize (KiB) 14069564

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

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

[startup+2432 s]
/proc/loadavg: 1.81 1.48 1.46 3/217 18550
/proc/meminfo: memFree=26253980/32770624 swapFree=0/429792
[pid=17797] ppid=17794 vsize=14202692 CPUtime=2523.27 cores=0,2,4,6
/proc/17797/stat : 17797 (java) S 17794 17797 4821 0 -1 1077944320 784210 12845 0 0 251889 430 5 3 20 0 17 0 93357935 14543556608 984578 18446744073709551615 4194304 4196468 140737051759456 140737051742000 140470980800247 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 24805376 140737051764688 140737051767473 140737051767473 140737051770831 0
/proc/17797/statm: 3550673 984578 3489 1 0 3539287 0
[pid=17797/tid=17847] ppid=17794 vsize=14202692 CPUtime=2408.22 cores=0,2,4,6
/proc/17797/task/17847/stat : 17847 (java) S 17794 17797 4821 0 -1 1077944384 253633 12845 0 0 240743 71 5 3 20 0 17 0 93357959 14543556608 984578 18446744073709551615 4194304 4196468 140737051759456 140470985037968 140470980810453 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 17 0 0 6293624 6294260 24805376 140737051764688 140737051767473 140737051767473 140737051770831 0
[pid=17797/tid=17848] ppid=17794 vsize=14202692 CPUtime=21.02 cores=0,2,4,6
/proc/17797/task/17848/stat : 17848 (java) S 17794 17797 4821 0 -1 1077944384 35905 12845 0 0 2032 62 5 3 20 0 17 0 93357959 14543556608 984578 18446744073709551615 4194304 4196468 140737051759456 140470937766416 140470980810453 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24805376 140737051764688 140737051767473 140737051767473 140737051770831 0
[pid=17797/tid=17849] ppid=17794 vsize=14202692 CPUtime=20.99 cores=0,2,4,6
/proc/17797/task/17849/stat : 17849 (java) S 17794 17797 4821 0 -1 1077944384 38908 12845 0 0 2030 61 5 3 20 0 17 0 93357959 14543556608 984578 18446744073709551615 4194304 4196468 140737051759456 140470936713872 140470980810453 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24805376 140737051764688 140737051767473 140737051767473 140737051770831 0
[pid=17797/tid=17850] ppid=17794 vsize=14202692 CPUtime=21.03 cores=0,2,4,6
/proc/17797/task/17850/stat : 17850 (java) S 17794 17797 4821 0 -1 1077944384 33504 12845 0 0 2034 61 5 3 20 0 17 0 93357959 14543556608 984578 18446744073709551615 4194304 4196468 140737051759456 140470935660816 140470980810453 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24805376 140737051764688 140737051767473 140737051767473 140737051770831 0
[pid=17797/tid=17851] ppid=17794 vsize=14202692 CPUtime=21.02 cores=0,2,4,6
/proc/17797/task/17851/stat : 17851 (java) S 17794 17797 4821 0 -1 1077944384 43306 12845 0 0 2031 63 5 3 20 0 17 0 93357959 14543556608 984578 18446744073709551615 4194304 4196468 140737051759456 140470934608272 140470980810453 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24805376 140737051764688 140737051767473 140737051767473 140737051770831 0
[pid=17797/tid=17852] ppid=17794 vsize=14202692 CPUtime=1.86 cores=0,2,4,6
/proc/17797/task/17852/stat : 17852 (java) R 17794 17797 4821 0 -1 4202560 40038 12845 0 0 156 22 5 3 20 0 17 0 93357961 14543556608 984578 18446744073709551615 4194304 4196468 140737051759456 140470459020688 140470965500832 0 0 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24805376 140737051764688 140737051767473 140737051767473 140737051770831 0
[pid=17797/tid=17853] ppid=17794 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/17797/task/17853/stat : 17853 (java) S 17794 17797 4821 0 -1 1077944384 66 12845 0 0 0 0 5 3 20 0 17 0 93357961 14543556608 984578 18446744073709551615 4194304 4196468 140737051759456 140470457968416 140470980810453 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24805376 140737051764688 140737051767473 140737051767473 140737051770831 0
[pid=17797/tid=17854] ppid=17794 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/17797/task/17854/stat : 17854 (java) S 17794 17797 4821 0 -1 1077944384 54 12845 0 0 0 0 5 3 20 0 17 0 93357961 14543556608 984578 18446744073709551615 4194304 4196468 140737051759456 140470456915200 140470980810453 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24805376 140737051764688 140737051767473 140737051767473 140737051770831 0
[pid=17797/tid=17855] ppid=17794 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/17797/task/17855/stat : 17855 (java) S 17794 17797 4821 0 -1 1077944384 249 12845 0 0 0 0 5 3 20 0 17 0 93357964 14543556608 984578 18446744073709551615 4194304 4196468 140737051759456 140470455863760 140470980818843 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24805376 140737051764688 140737051767473 140737051767473 140737051770831 0
[pid=17797/tid=17856] ppid=17794 vsize=14202692 CPUtime=12.04 cores=0,2,4,6
/proc/17797/task/17856/stat : 17856 (java) S 17794 17797 4821 0 -1 1077944384 117883 12845 0 0 1186 10 5 3 20 0 17 0 93357964 14543556608 984578 18446744073709551615 4194304 4196468 140737051759456 140470454810864 140470980811394 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24805376 140737051764688 140737051767473 140737051767473 140737051770831 0
[pid=17797/tid=17857] ppid=17794 vsize=14202692 CPUtime=12.42 cores=0,2,4,6
/proc/17797/task/17857/stat : 17857 (java) S 17794 17797 4821 0 -1 1077944384 116630 12845 0 0 1221 13 5 3 20 0 17 0 93357964 14543556608 984578 18446744073709551615 4194304 4196468 140737051759456 140470453758320 140470980811394 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24805376 140737051764688 140737051767473 140737051767473 140737051770831 0
[pid=17797/tid=17858] ppid=17794 vsize=14202692 CPUtime=3.68 cores=0,2,4,6
/proc/17797/task/17858/stat : 17858 (java) S 17794 17797 4821 0 -1 1077944384 97982 12845 0 0 349 11 5 3 20 0 17 0 93357964 14543556608 984578 18446744073709551615 4194304 4196468 140737051759456 140470452704832 140470980810453 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24805376 140737051764688 140737051767473 140737051767473 140737051770831 0
[pid=17797/tid=17859] ppid=17794 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/17797/task/17859/stat : 17859 (java) S 17794 17797 4821 0 -1 1077944384 3 12845 0 0 0 0 5 3 20 0 17 0 93357964 14543556608 984578 18446744073709551615 4194304 4196468 140737051759456 140470451652960 140470980810453 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24805376 140737051764688 140737051767473 140737051767473 140737051770831 0
[pid=17797/tid=17860] ppid=17794 vsize=14202692 CPUtime=1.61 cores=0,2,4,6
/proc/17797/task/17860/stat : 17860 (java) S 17794 17797 4821 0 -1 1077944384 3538 12845 0 0 76 77 5 3 20 0 17 0 93357969 14543556608 984578 18446744073709551615 4194304 4196468 140737051759456 140470450601008 140470980811394 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24805376 140737051764688 140737051767473 140737051767473 140737051770831 0
Current children cumulated CPU time (s) 2523.27
Current children cumulated vsize (KiB) 14202692

[startup+2432.8 s]
/proc/loadavg: 1.81 1.48 1.46 6/219 18552
/proc/meminfo: memFree=26239984/32770624 swapFree=0/429792
[pid=17797] ppid=17794 vsize=14202692 CPUtime=2526.22 cores=0,2,4,6
/proc/17797/stat : 17797 (java) S 17794 17797 4821 0 -1 1077944320 784602 12845 0 0 252183 431 5 3 20 0 17 0 93357935 14543556608 984107 18446744073709551615 4194304 4196468 140737051759456 140737051742000 140470980800247 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 24805376 140737051764688 140737051767473 140737051767473 140737051770831 0
/proc/17797/statm: 3550673 984107 3495 1 0 3539287 0
[pid=17797/tid=17847] ppid=17794 vsize=14202692 CPUtime=2408.22 cores=0,2,4,6
/proc/17797/task/17847/stat : 17847 (java) S 17794 17797 4821 0 -1 1077944384 253634 12845 0 0 240743 71 5 3 20 0 17 0 93357959 14543556608 984107 18446744073709551615 4194304 4196468 140737051759456 140470985037968 140470980810453 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 17 0 0 6293624 6294260 24805376 140737051764688 140737051767473 140737051767473 140737051770831 0
[pid=17797/tid=17848] ppid=17794 vsize=14202692 CPUtime=21.74 cores=0,2,4,6
/proc/17797/task/17848/stat : 17848 (java) R 17794 17797 4821 0 -1 4202560 35910 12845 0 0 2104 62 5 3 20 0 17 0 93357959 14543556608 984107 18446744073709551615 4194304 4196468 140737051759456 140470937766416 140470965497999 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24805376 140737051764688 140737051767473 140737051767473 140737051770831 0
[pid=17797/tid=17849] ppid=17794 vsize=14202692 CPUtime=21.71 cores=0,2,4,6
/proc/17797/task/17849/stat : 17849 (java) R 17794 17797 4821 0 -1 4202560 38931 12845 0 0 2102 61 5 3 20 0 17 0 93357959 14543556608 984107 18446744073709551615 4194304 4196468 140737051759456 140470936714072 140470962396634 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24805376 140737051764688 140737051767473 140737051767473 140737051770831 0
[pid=17797/tid=17850] ppid=17794 vsize=14202692 CPUtime=21.74 cores=0,2,4,6
/proc/17797/task/17850/stat : 17850 (java) R 17794 17797 4821 0 -1 4202560 33524 12845 0 0 2105 61 5 3 20 0 17 0 93357959 14543556608 984107 18446744073709551615 4194304 4196468 140737051759456 140470935660816 140470965785543 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24805376 140737051764688 140737051767473 140737051767473 140737051770831 0
[pid=17797/tid=17851] ppid=17794 vsize=14202692 CPUtime=21.73 cores=0,2,4,6
/proc/17797/task/17851/stat : 17851 (java) R 17794 17797 4821 0 -1 4202560 43320 12845 0 0 2102 63 5 3 20 0 17 0 93357959 14543556608 984107 18446744073709551615 4194304 4196468 140737051759456 140470934608272 140470962397341 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24805376 140737051764688 140737051767473 140737051767473 140737051770831 0
[pid=17797/tid=17852] ppid=17794 vsize=14202692 CPUtime=1.94 cores=0,2,4,6
/proc/17797/task/17852/stat : 17852 (java) S 17794 17797 4821 0 -1 1077944384 40362 12845 0 0 164 22 5 3 20 0 17 0 93357961 14543556608 984107 18446744073709551615 4194304 4196468 140737051759456 140470459020464 140470980810453 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24805376 140737051764688 140737051767473 140737051767473 140737051770831 0
[pid=17797/tid=17853] ppid=17794 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/17797/task/17853/stat : 17853 (java) S 17794 17797 4821 0 -1 1077944384 68 12845 0 0 0 0 5 3 20 0 17 0 93357961 14543556608 984107 18446744073709551615 4194304 4196468 140737051759456 140470457968496 140470980810453 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24805376 140737051764688 140737051767473 140737051767473 140737051770831 0
[pid=17797/tid=17854] ppid=17794 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/17797/task/17854/stat : 17854 (java) S 17794 17797 4821 0 -1 1077944384 54 12845 0 0 0 0 5 3 20 0 17 0 93357961 14543556608 984107 18446744073709551615 4194304 4196468 140737051759456 140470456915200 140470980810453 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24805376 140737051764688 140737051767473 140737051767473 140737051770831 0
[pid=17797/tid=17855] ppid=17794 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/17797/task/17855/stat : 17855 (java) S 17794 17797 4821 0 -1 1077944384 249 12845 0 0 0 0 5 3 20 0 17 0 93357964 14543556608 984107 18446744073709551615 4194304 4196468 140737051759456 140470455863760 140470980818843 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24805376 140737051764688 140737051767473 140737051767473 140737051770831 0
[pid=17797/tid=17856] ppid=17794 vsize=14202692 CPUtime=12.04 cores=0,2,4,6
/proc/17797/task/17856/stat : 17856 (java) S 17794 17797 4821 0 -1 1077944384 117883 12845 0 0 1186 10 5 3 20 0 17 0 93357964 14543556608 984107 18446744073709551615 4194304 4196468 140737051759456 140470454810864 140470980811394 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24805376 140737051764688 140737051767473 140737051767473 140737051770831 0
[pid=17797/tid=17857] ppid=17794 vsize=14202692 CPUtime=12.42 cores=0,2,4,6
/proc/17797/task/17857/stat : 17857 (java) S 17794 17797 4821 0 -1 1077944384 116630 12845 0 0 1221 13 5 3 20 0 17 0 93357964 14543556608 984107 18446744073709551615 4194304 4196468 140737051759456 140470453758320 140470980811394 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24805376 140737051764688 140737051767473 140737051767473 140737051770831 0
[pid=17797/tid=17858] ppid=17794 vsize=14202692 CPUtime=3.68 cores=0,2,4,6
/proc/17797/task/17858/stat : 17858 (java) S 17794 17797 4821 0 -1 1077944384 97983 12845 0 0 349 11 5 3 20 0 17 0 93357964 14543556608 984107 18446744073709551615 4194304 4196468 140737051759456 140470452705264 140470980811394 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24805376 140737051764688 140737051767473 140737051767473 140737051770831 0
[pid=17797/tid=17859] ppid=17794 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/17797/task/17859/stat : 17859 (java) S 17794 17797 4821 0 -1 1077944384 3 12845 0 0 0 0 5 3 20 0 17 0 93357964 14543556608 984107 18446744073709551615 4194304 4196468 140737051759456 140470451652960 140470980810453 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24805376 140737051764688 140737051767473 140737051767473 140737051770831 0
[pid=17797/tid=17860] ppid=17794 vsize=14202692 CPUtime=1.61 cores=0,2,4,6
/proc/17797/task/17860/stat : 17860 (java) S 17794 17797 4821 0 -1 1077944384 3538 12845 0 0 76 77 5 3 20 0 17 0 93357969 14543556608 984107 18446744073709551615 4194304 4196468 140737051759456 140470450601008 140470980811394 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24805376 140737051764688 140737051767473 140737051767473 140737051770831 0
[pid=17797/tid=18551] ppid=17794 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/17797/task/18551/stat : 18551 (java) S 17794 17797 4821 0 -1 1077944384 326 12845 0 0 0 0 5 3 20 0 17 0 93601046 14543556608 984107 18446744073709551615 4194304 4196468 140737051759456 140470419207024 140470980810453 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24805376 140737051764688 140737051767473 140737051767473 140737051770831 0
[pid=17797/tid=18552] ppid=17794 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/17797/task/18552/stat : 18552 (java) S 17794 17797 4821 0 -1 1077944384 32 12845 0 0 0 0 5 3 20 0 17 0 93601046 14543556608 984107 18446744073709551615 4194304 4196468 140737051759456 140470418154816 140470980810453 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24805376 140737051764688 140737051767473 140737051767473 140737051770831 0
Current children cumulated CPU time (s) 2526.22
Current children cumulated vsize (KiB) 14202692

[startup+2433 s]
/proc/loadavg: 1.81 1.48 1.46 6/219 18552
/proc/meminfo: memFree=26239984/32770624 swapFree=0/429792
[pid=17797] ppid=17794 vsize=14202692 CPUtime=2526.97 cores=0,2,4,6
/proc/17797/stat : 17797 (java) S 17794 17797 4821 0 -1 1077944320 784604 12845 0 0 252258 431 5 3 20 0 17 0 93357935 14543556608 984107 18446744073709551615 4194304 4196468 140737051759456 140737051742000 140470980800247 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 24805376 140737051764688 140737051767473 140737051767473 140737051770831 0
/proc/17797/statm: 3550673 984107 3495 1 0 3539287 0
[pid=17797/tid=17847] ppid=17794 vsize=14202692 CPUtime=2408.22 cores=0,2,4,6
/proc/17797/task/17847/stat : 17847 (java) S 17794 17797 4821 0 -1 1077944384 253634 12845 0 0 240743 71 5 3 20 0 17 0 93357959 14543556608 984107 18446744073709551615 4194304 4196468 140737051759456 140470985037968 140470980810453 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 17 0 0 6293624 6294260 24805376 140737051764688 140737051767473 140737051767473 140737051770831 0
[pid=17797/tid=17848] ppid=17794 vsize=14202692 CPUtime=21.93 cores=0,2,4,6
/proc/17797/task/17848/stat : 17848 (java) R 17794 17797 4821 0 -1 4202560 35912 12845 0 0 2123 62 5 3 20 0 17 0 93357959 14543556608 984107 18446744073709551615 4194304 4196468 140737051759456 140470937766416 140470965796861 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24805376 140737051764688 140737051767473 140737051767473 140737051770831 0
[pid=17797/tid=17849] ppid=17794 vsize=14202692 CPUtime=21.89 cores=0,2,4,6
/proc/17797/task/17849/stat : 17849 (java) R 17794 17797 4821 0 -1 4202560 38931 12845 0 0 2120 61 5 3 20 0 17 0 93357959 14543556608 984107 18446744073709551615 4194304 4196468 140737051759456 140470936714072 140470965499117 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24805376 140737051764688 140737051767473 140737051767473 140737051770831 0
[pid=17797/tid=17850] ppid=17794 vsize=14202692 CPUtime=21.92 cores=0,2,4,6
/proc/17797/task/17850/stat : 17850 (java) R 17794 17797 4821 0 -1 4202560 33524 12845 0 0 2123 61 5 3 20 0 17 0 93357959 14543556608 984107 18446744073709551615 4194304 4196468 140737051759456 140470935660816 140470962409933 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24805376 140737051764688 140737051767473 140737051767473 140737051770831 0
[pid=17797/tid=17851] ppid=17794 vsize=14202692 CPUtime=21.91 cores=0,2,4,6
/proc/17797/task/17851/stat : 17851 (java) R 17794 17797 4821 0 -1 4202560 43320 12845 0 0 2120 63 5 3 20 0 17 0 93357959 14543556608 984107 18446744073709551615 4194304 4196468 140737051759456 140470934608272 140470965796842 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24805376 140737051764688 140737051767473 140737051767473 140737051770831 0
[pid=17797/tid=17852] ppid=17794 vsize=14202692 CPUtime=1.95 cores=0,2,4,6
/proc/17797/task/17852/stat : 17852 (java) S 17794 17797 4821 0 -1 1077944384 40362 12845 0 0 165 22 5 3 20 0 17 0 93357961 14543556608 984107 18446744073709551615 4194304 4196468 140737051759456 140470459020688 140470980810453 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24805376 140737051764688 140737051767473 140737051767473 140737051770831 0
[pid=17797/tid=17853] ppid=17794 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/17797/task/17853/stat : 17853 (java) S 17794 17797 4821 0 -1 1077944384 68 12845 0 0 0 0 5 3 20 0 17 0 93357961 14543556608 984107 18446744073709551615 4194304 4196468 140737051759456 140470457968496 140470980810453 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24805376 140737051764688 140737051767473 140737051767473 140737051770831 0
[pid=17797/tid=17854] ppid=17794 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/17797/task/17854/stat : 17854 (java) S 17794 17797 4821 0 -1 1077944384 54 12845 0 0 0 0 5 3 20 0 17 0 93357961 14543556608 984107 18446744073709551615 4194304 4196468 140737051759456 140470456915200 140470980810453 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24805376 140737051764688 140737051767473 140737051767473 140737051770831 0
[pid=17797/tid=17855] ppid=17794 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/17797/task/17855/stat : 17855 (java) S 17794 17797 4821 0 -1 1077944384 249 12845 0 0 0 0 5 3 20 0 17 0 93357964 14543556608 984107 18446744073709551615 4194304 4196468 140737051759456 140470455863760 140470980818843 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24805376 140737051764688 140737051767473 140737051767473 140737051770831 0
[pid=17797/tid=17856] ppid=17794 vsize=14202692 CPUtime=12.04 cores=0,2,4,6
/proc/17797/task/17856/stat : 17856 (java) S 17794 17797 4821 0 -1 1077944384 117883 12845 0 0 1186 10 5 3 20 0 17 0 93357964 14543556608 984107 18446744073709551615 4194304 4196468 140737051759456 140470454810864 140470980811394 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24805376 140737051764688 140737051767473 140737051767473 140737051770831 0
[pid=17797/tid=17857] ppid=17794 vsize=14202692 CPUtime=12.42 cores=0,2,4,6
/proc/17797/task/17857/stat : 17857 (java) S 17794 17797 4821 0 -1 1077944384 116630 12845 0 0 1221 13 5 3 20 0 17 0 93357964 14543556608 984107 18446744073709551615 4194304 4196468 140737051759456 140470453758320 140470980811394 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24805376 140737051764688 140737051767473 140737051767473 140737051770831 0
[pid=17797/tid=17858] ppid=17794 vsize=14202692 CPUtime=3.68 cores=0,2,4,6
/proc/17797/task/17858/stat : 17858 (java) S 17794 17797 4821 0 -1 1077944384 97983 12845 0 0 349 11 5 3 20 0 17 0 93357964 14543556608 984107 18446744073709551615 4194304 4196468 140737051759456 140470452705264 140470980811394 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24805376 140737051764688 140737051767473 140737051767473 140737051770831 0
[pid=17797/tid=17859] ppid=17794 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/17797/task/17859/stat : 17859 (java) S 17794 17797 4821 0 -1 1077944384 3 12845 0 0 0 0 5 3 20 0 17 0 93357964 14543556608 984107 18446744073709551615 4194304 4196468 140737051759456 140470451652960 140470980810453 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24805376 140737051764688 140737051767473 140737051767473 140737051770831 0
[pid=17797/tid=17860] ppid=17794 vsize=14202692 CPUtime=1.61 cores=0,2,4,6
/proc/17797/task/17860/stat : 17860 (java) S 17794 17797 4821 0 -1 1077944384 3538 12845 0 0 76 77 5 3 20 0 17 0 93357969 14543556608 984107 18446744073709551615 4194304 4196468 140737051759456 140470450601008 140470980811394 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24805376 140737051764688 140737051767473 140737051767473 140737051770831 0
[pid=17797/tid=18551] ppid=17794 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/17797/task/18551/stat : 18551 (java) S 17794 17797 4821 0 -1 1077944384 326 12845 0 0 0 0 5 3 20 0 17 0 93601046 14543556608 984107 18446744073709551615 4194304 4196468 140737051759456 140470419207024 140470980810453 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24805376 140737051764688 140737051767473 140737051767473 140737051770831 0
[pid=17797/tid=18552] ppid=17794 vsize=14202692 CPUtime=0.08 cores=0,2,4,6
/proc/17797/task/18552/stat : 18552 (java) S 17794 17797 4821 0 -1 1077944384 32 12845 0 0 0 0 5 3 20 0 17 0 93601046 14543556608 984107 18446744073709551615 4194304 4196468 140737051759456 140470418154816 140470980810453 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24805376 140737051764688 140737051767473 140737051767473 140737051770831 0
Current children cumulated CPU time (s) 2526.97
Current children cumulated vsize (KiB) 14202692

Child status: 143
Real time (s): 2433.08
CPU time (s): 2527.13
CPU user time (s): 2522.75
CPU system time (s): 4.37367
CPU usage (%): 103.865
Max. virtual memory (cumulated for all children) (KiB): 14202692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2522.75
system time used= 4.37367
maximum resident set size= 4433288
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 797605
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3384
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 96640
involuntary context switches= 6162

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.3831 second user time and 15.9421 second system time

The end

Launcher Data

Begin job on node133 at 2017-08-11 14:29:40
IDJOB=4262288
IDBENCH=133121
IDSOLVER=2650
FILE ID=node133/4262288-1502455427
RUNJOBID= node133-1502411423-4884
PBS_JOBID= 
Free space on /tmp= 62000 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/DiamondFree/DiamondFree-m1-s1/DiamondFree-039.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262288-1502455427/watcher-4262288-1502455427 -o /tmp/evaluation-result-4262288-1502455427/solver-4262288-1502455427 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502411423-4884 --watchdog 2580  bin/concrete HOME/instance-4262288-1502455427.xml

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

MD5SUM BENCH= 3424e6604ecfe46c0dbee75043c16945
RANDOM SEED=380951629

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:        29673280 kB
MemAvailable:   30556492 kB
Buffers:          293668 kB
Cached:           883616 kB
SwapCached:            0 kB
Active:          2199880 kB
Inactive:         461932 kB
Active(anon):    1484780 kB
Inactive(anon):    33112 kB
Active(file):     715100 kB
Inactive(file):   428820 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             30384 kB
Writeback:             0 kB
AnonPages:       1484392 kB
Mapped:            64352 kB
Shmem:             33468 kB
Slab:             137880 kB
SReclaimable:     110252 kB
SUnreclaim:        27628 kB
KernelStack:        3520 kB
PageTables:         8572 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2236616 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1255424 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= 61976 MiB
End job on node133 at 2017-08-11 15:10:13