Trace number 4262326

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) 2522.8701 2467.23

General information on the benchmark

NameHaystacks/Haystacks-m1-s1/
Haystacks-32.xml
MD5SUM837217a994f8005f99f0c85081d26675
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark11.286
Satisfiable
(Un)Satisfiability was proved
Number of variables1024
Number of constraints15903
Number of domains1
Minimum domain size32
Maximum domain size32
Distribution of domain sizes[{"size":32,"count":1024}]
Minimum variable degree31
Maximum variable degree32
Distribution of variable degrees[{"degree":31,"count":962},{"degree":32,"count":62}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":15903}]
Number of extensional constraints0
Number of intensional constraints15903
Distribution of constraint types[{"type":"intension","count":15903}]
Optimization problemNO
Type of objective

Solver Data

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

pid=22447
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: 1.78 1.65 1.52 3/199 22450
/proc/meminfo: memFree=30276448/32770624 swapFree=0/463040
[pid=22450] ppid=22447 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/22450/stat : 22450 (runsolver) D 22447 22450 13007 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 86696288 24240128 107 18446744073709551615 4194304 4338465 140729280439632 140729280437272 140509196186327 0 0 1 24578 18446744071580418449 0 0 17 4 0 0 0 0 0 6438912 6441760 38318080 140729280446672 140729280447049 140729280447049 140729280450506 0
/proc/22450/statm: 5918 107 54 36 0 2156 0

[startup+0.100273 s]
/proc/loadavg: 1.78 1.65 1.52 3/199 22450
/proc/meminfo: memFree=30276448/32770624 swapFree=0/463040
[pid=22450] ppid=22447 vsize=9508 CPUtime=0 cores=0,2,4,6
/proc/22450/stat : 22450 (bash) S 22447 22450 13007 0 -1 4202496 650 0 0 0 0 0 0 0 20 0 1 0 86696288 9736192 351 18446744073709551615 4194304 5098028 140737104269952 140737104267592 139792536955904 0 0 5 65536 18446744071580971376 0 0 17 0 0 0 9 0 0 7196144 7232144 16539648 140737104273940 140737104274025 140737104274025 140737104277482 0
/proc/22450/statm: 2377 351 278 221 0 86 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9508

[startup+0.200224 s]
/proc/loadavg: 1.78 1.65 1.52 3/199 22450
/proc/meminfo: memFree=30276448/32770624 swapFree=0/463040
[pid=22450] ppid=22447 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/22450/stat : 22450 (bash) S 22447 22450 13007 0 -1 4202496 897 6478 0 0 0 0 0 1 20 0 1 0 86696288 9867264 371 18446744073709551615 4194304 5098028 140737104269952 140737104263960 139792536955904 0 0 5 65536 18446744071580971376 0 0 17 0 0 0 9 0 0 7196144 7232144 16539648 140737104273940 140737104274025 140737104274025 140737104277482 0
/proc/22450/statm: 2409 371 291 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300338 s]
/proc/loadavg: 1.78 1.65 1.52 3/199 22450
/proc/meminfo: memFree=30276448/32770624 swapFree=0/463040
[pid=22450] ppid=22447 vsize=13907308 CPUtime=0.13 cores=0,2,4,6
/proc/22450/stat : 22450 (java) S 22447 22450 13007 0 -1 1077944320 5496 12593 0 0 6 0 5 2 20 0 14 0 86696288 14241083392 5168 18446744073709551615 4194304 4196468 140729787015072 140729786997616 140130103828215 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 26611712 140729787021264 140729787024049 140729787024049 140729787027407 0
/proc/22450/statm: 3476827 5168 2561 1 0 3466324 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 13907308

[startup+0.700263 s]
/proc/loadavg: 1.78 1.65 1.52 3/199 22450
/proc/meminfo: memFree=30276448/32770624 swapFree=0/463040
[pid=22450] ppid=22447 vsize=13974784 CPUtime=0.68 cores=0,2,4,6
/proc/22450/stat : 22450 (java) S 22447 22450 13007 0 -1 1077944320 13525 12593 0 0 57 4 5 2 20 0 15 0 86696288 14310178816 14457 18446744073709551615 4194304 4196468 140729787015072 140729786997616 140130103828215 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 26611712 140729787021264 140729787024049 140729787024049 140729787027407 0
/proc/22450/statm: 3493696 14457 3121 1 0 3482965 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 13974784

[startup+1.50065 s]
/proc/loadavg: 1.80 1.66 1.53 3/214 22513
/proc/meminfo: memFree=30183664/32770624 swapFree=0/463032
[pid=22450] ppid=22447 vsize=13985408 CPUtime=1.87 cores=0,2,4,6
/proc/22450/stat : 22450 (java) S 22447 22450 13007 0 -1 1077944320 25647 12593 0 0 171 9 5 2 20 0 15 0 86696288 14321057792 40163 18446744073709551615 4194304 4196468 140729787015072 140729786997616 140130103828215 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 26611712 140729787021264 140729787024049 140729787024049 140729787027407 0
/proc/22450/statm: 3496352 40163 3364 1 0 3485525 0
[pid=22450/tid=22500] ppid=22447 vsize=13985408 CPUtime=1.28 cores=0,2,4,6
/proc/22450/task/22500/stat : 22500 (java) S 22447 22450 13007 0 -1 1077944384 20010 12593 0 0 116 5 5 2 20 0 15 0 86696310 14321057792 40163 18446744073709551615 4194304 4196468 140729787015072 140130108051328 140130103838421 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 4 0 0 6293624 6294260 26611712 140729787021264 140729787024049 140729787024049 140729787027407 0
[pid=22450/tid=22501] ppid=22447 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/22450/task/22501/stat : 22501 (java) S 22447 22450 13007 0 -1 1077944384 31 12593 0 0 0 0 5 2 20 0 15 0 86696310 14321057792 40163 18446744073709551615 4194304 4196468 140729787015072 140130023242640 140130103838421 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26611712 140729787021264 140729787024049 140729787024049 140729787027407 0
[pid=22450/tid=22502] ppid=22447 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/22450/task/22502/stat : 22502 (java) S 22447 22450 13007 0 -1 1077944384 43 12593 0 0 0 0 5 2 20 0 15 0 86696310 14321057792 40163 18446744073709551615 4194304 4196468 140729787015072 140130022189840 140130103838421 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26611712 140729787021264 140729787024049 140729787024049 140729787027407 0
[pid=22450/tid=22503] ppid=22447 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/22450/task/22503/stat : 22503 (java) S 22447 22450 13007 0 -1 1077944384 184 12593 0 0 0 0 5 2 20 0 15 0 86696310 14321057792 40163 18446744073709551615 4194304 4196468 140729787015072 140130021137552 140130103838421 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26611712 140729787021264 140729787024049 140729787024049 140729787027407 0
[pid=22450/tid=22504] ppid=22447 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/22450/task/22504/stat : 22504 (java) S 22447 22450 13007 0 -1 1077944384 44 12593 0 0 0 0 5 2 20 0 15 0 86696310 14321057792 40163 18446744073709551615 4194304 4196468 140729787015072 140130020084752 140130103838421 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26611712 140729787021264 140729787024049 140729787024049 140729787027407 0
[pid=22450/tid=22505] ppid=22447 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/22450/task/22505/stat : 22505 (java) R 22447 22450 13007 0 -1 4202560 104 12593 0 0 0 0 5 2 20 0 15 0 86696312 14321057792 40163 18446744073709551615 4194304 4196468 140729787015072 140129020375488 140130088196176 0 0 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26611712 140729787021264 140729787024049 140729787024049 140729787027407 0
[pid=22450/tid=22506] ppid=22447 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/22450/task/22506/stat : 22506 (java) S 22447 22450 13007 0 -1 1077944384 33 12593 0 0 0 0 5 2 20 0 15 0 86696312 14321057792 40163 18446744073709551615 4194304 4196468 140729787015072 140129019323168 140130103838421 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26611712 140729787021264 140729787024049 140729787024049 140729787027407 0
[pid=22450/tid=22507] ppid=22447 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/22450/task/22507/stat : 22507 (java) S 22447 22450 13007 0 -1 1077944384 21 12593 0 0 0 0 5 2 20 0 15 0 86696312 14321057792 40163 18446744073709551615 4194304 4196468 140729787015072 140129018270832 140130103838421 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26611712 140729787021264 140729787024049 140729787024049 140729787027407 0
[pid=22450/tid=22508] ppid=22447 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/22450/task/22508/stat : 22508 (java) S 22447 22450 13007 0 -1 1077944384 3 12593 0 0 0 0 5 2 20 0 15 0 86696315 14321057792 40163 18446744073709551615 4194304 4196468 140729787015072 140129017219152 140130103846811 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26611712 140729787021264 140729787024049 140729787024049 140729787027407 0
[pid=22450/tid=22509] ppid=22447 vsize=13985408 CPUtime=0.19 cores=0,2,4,6
/proc/22450/task/22509/stat : 22509 (java) S 22447 22450 13007 0 -1 1077944384 947 12593 0 0 12 0 5 2 20 0 15 0 86696315 14321057792 40163 18446744073709551615 4194304 4196468 140729787015072 140129016167024 140130103839362 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26611712 140729787021264 140729787024049 140729787024049 140729787027407 0
[pid=22450/tid=22510] ppid=22447 vsize=13985408 CPUtime=0.24 cores=0,2,4,6
/proc/22450/task/22510/stat : 22510 (java) S 22447 22450 13007 0 -1 1077944384 833 12593 0 0 17 0 5 2 20 0 15 0 86696315 14321057792 40163 18446744073709551615 4194304 4196468 140729787015072 140129015114224 140130103839362 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26611712 140729787021264 140729787024049 140729787024049 140729787027407 0
[pid=22450/tid=22511] ppid=22447 vsize=13985408 CPUtime=0.29 cores=0,2,4,6
/proc/22450/task/22511/stat : 22511 (java) S 22447 22450 13007 0 -1 1077944384 1232 12593 0 0 22 0 5 2 20 0 15 0 86696315 14321057792 40163 18446744073709551615 4194304 4196468 140729787015072 140129014057152 140130103838421 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26611712 140729787021264 140729787024049 140729787024049 140729787027407 0
[pid=22450/tid=22512] ppid=22447 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/22450/task/22512/stat : 22512 (java) S 22447 22450 13007 0 -1 1077944384 3 12593 0 0 0 0 5 2 20 0 15 0 86696315 14321057792 40163 18446744073709551615 4194304 4196468 140729787015072 140128542518240 140130103838421 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26611712 140729787021264 140729787024049 140729787024049 140729787027407 0
[pid=22450/tid=22513] ppid=22447 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/22450/task/22513/stat : 22513 (java) S 22447 22450 13007 0 -1 1077944384 3 12593 0 0 0 0 5 2 20 0 15 0 86696320 14321057792 40163 18446744073709551615 4194304 4196468 140729787015072 140128541465008 140130103839362 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26611712 140729787021264 140729787024049 140729787024049 140729787027407 0
Current children cumulated CPU time (s) 1.87
Current children cumulated vsize (KiB) 13985408

[startup+3.10065 s]
/proc/loadavg: 1.80 1.66 1.53 5/214 22513
/proc/meminfo: memFree=30101828/32770624 swapFree=0/463032
[pid=22450] ppid=22447 vsize=13997884 CPUtime=6.12 cores=0,2,4,6
/proc/22450/stat : 22450 (java) S 22447 22450 13007 0 -1 1077944320 38878 12593 0 0 587 18 5 2 20 0 15 0 86696288 14333833216 75511 18446744073709551615 4194304 4196468 140729787015072 140729786997616 140130103828215 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 26611712 140729787021264 140729787024049 140729787024049 140729787027407 0
/proc/22450/statm: 3499471 75511 3457 1 0 3488085 0
[pid=22450/tid=22500] ppid=22447 vsize=13997884 CPUtime=2.83 cores=0,2,4,6
/proc/22450/task/22500/stat : 22500 (java) R 22447 22450 13007 0 -1 4202560 27568 12593 0 0 267 9 5 2 20 0 15 0 86696310 14333833216 75511 18446744073709551615 4194304 4196468 140729787015072 140130108059584 140130082272960 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 26611712 140729787021264 140729787024049 140729787024049 140729787027407 0
[pid=22450/tid=22501] ppid=22447 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/22450/task/22501/stat : 22501 (java) S 22447 22450 13007 0 -1 1077944384 46 12593 0 0 1 1 5 2 20 0 15 0 86696310 14333833216 75511 18446744073709551615 4194304 4196468 140729787015072 140130023242640 140130103838421 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26611712 140729787021264 140729787024049 140729787024049 140729787027407 0
[pid=22450/tid=22502] ppid=22447 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/22450/task/22502/stat : 22502 (java) S 22447 22450 13007 0 -1 1077944384 50 12593 0 0 2 0 5 2 20 0 15 0 86696310 14333833216 75511 18446744073709551615 4194304 4196468 140729787015072 140130022189840 140130103838421 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26611712 140729787021264 140729787024049 140729787024049 140729787027407 0
[pid=22450/tid=22503] ppid=22447 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/22450/task/22503/stat : 22503 (java) S 22447 22450 13007 0 -1 1077944384 186 12593 0 0 1 0 5 2 20 0 15 0 86696310 14333833216 75511 18446744073709551615 4194304 4196468 140729787015072 140130021137552 140130103838421 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26611712 140729787021264 140729787024049 140729787024049 140729787027407 0
[pid=22450/tid=22504] ppid=22447 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/22450/task/22504/stat : 22504 (java) S 22447 22450 13007 0 -1 1077944384 76 12593 0 0 1 0 5 2 20 0 15 0 86696310 14333833216 75511 18446744073709551615 4194304 4196468 140729787015072 140130020084752 140130103838421 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26611712 140729787021264 140729787024049 140729787024049 140729787027407 0
[pid=22450/tid=22505] ppid=22447 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/22450/task/22505/stat : 22505 (java) S 22447 22450 13007 0 -1 1077944384 675 12593 0 0 1 0 5 2 20 0 15 0 86696312 14333833216 75511 18446744073709551615 4194304 4196468 140729787015072 140129020377200 140130103839362 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26611712 140729787021264 140729787024049 140729787024049 140729787027407 0
[pid=22450/tid=22506] ppid=22447 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/22450/task/22506/stat : 22506 (java) S 22447 22450 13007 0 -1 1077944384 57 12593 0 0 0 0 5 2 20 0 15 0 86696312 14333833216 75511 18446744073709551615 4194304 4196468 140729787015072 140129019323232 140130103838421 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26611712 140729787021264 140729787024049 140729787024049 140729787027407 0
[pid=22450/tid=22507] ppid=22447 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/22450/task/22507/stat : 22507 (java) S 22447 22450 13007 0 -1 1077944384 43 12593 0 0 0 0 5 2 20 0 15 0 86696312 14333833216 75511 18446744073709551615 4194304 4196468 140729787015072 140129018270848 140130103838421 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26611712 140729787021264 140729787024049 140729787024049 140729787027407 0
[pid=22450/tid=22508] ppid=22447 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/22450/task/22508/stat : 22508 (java) S 22447 22450 13007 0 -1 1077944384 3 12593 0 0 0 0 5 2 20 0 15 0 86696315 14333833216 75511 18446744073709551615 4194304 4196468 140729787015072 140129017219152 140130103846811 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26611712 140729787021264 140729787024049 140729787024049 140729787027407 0
[pid=22450/tid=22509] ppid=22447 vsize=13997884 CPUtime=1.12 cores=0,2,4,6
/proc/22450/task/22509/stat : 22509 (java) S 22447 22450 13007 0 -1 1077944384 2531 12593 0 0 105 0 5 2 20 0 15 0 86696315 14333833216 75511 18446744073709551615 4194304 4196468 140729787015072 140129016167024 140130103839362 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26611712 140729787021264 140729787024049 140729787024049 140729787027407 0
[pid=22450/tid=22510] ppid=22447 vsize=13997884 CPUtime=1.2 cores=0,2,4,6
/proc/22450/task/22510/stat : 22510 (java) S 22447 22450 13007 0 -1 1077944384 2571 12593 0 0 112 1 5 2 20 0 15 0 86696315 14333833216 75511 18446744073709551615 4194304 4196468 140729787015072 140129015114224 140130103839362 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26611712 140729787021264 140729787024049 140729787024049 140729787027407 0
[pid=22450/tid=22511] ppid=22447 vsize=13997884 CPUtime=1 cores=0,2,4,6
/proc/22450/task/22511/stat : 22511 (java) R 22447 22450 13007 0 -1 4202560 2910 12593 0 0 91 2 5 2 20 0 15 0 86696315 14333833216 75511 18446744073709551615 4194304 4196468 140729787015072 140129014056288 140130083172369 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26611712 140729787021264 140729787024049 140729787024049 140729787027407 0
[pid=22450/tid=22512] ppid=22447 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/22450/task/22512/stat : 22512 (java) S 22447 22450 13007 0 -1 1077944384 3 12593 0 0 0 0 5 2 20 0 15 0 86696315 14333833216 75511 18446744073709551615 4194304 4196468 140729787015072 140128542518240 140130103838421 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26611712 140729787021264 140729787024049 140729787024049 140729787027407 0
[pid=22450/tid=22513] ppid=22447 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/22450/task/22513/stat : 22513 (java) S 22447 22450 13007 0 -1 1077944384 3 12593 0 0 0 0 5 2 20 0 15 0 86696320 14333833216 75511 18446744073709551615 4194304 4196468 140729787015072 140128541465008 140130103839362 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26611712 140729787021264 140729787024049 140729787024049 140729787027407 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 13997884

[startup+6.30069 s]
/proc/loadavg: 1.89 1.68 1.53 3/214 22513
/proc/meminfo: memFree=29656788/32770624 swapFree=0/463028
[pid=22450] ppid=22447 vsize=13997884 CPUtime=12.32 cores=0,2,4,6
/proc/22450/stat : 22450 (java) S 22447 22450 13007 0 -1 1077944320 50897 12593 0 0 1174 51 5 2 20 0 15 0 86696288 14333833216 208779 18446744073709551615 4194304 4196468 140729787015072 140729786997616 140130103828215 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 26611712 140729787021264 140729787024049 140729787024049 140729787027407 0
/proc/22450/statm: 3499471 208779 3472 1 0 3488085 0
[pid=22450/tid=22500] ppid=22447 vsize=13997884 CPUtime=5.86 cores=0,2,4,6
/proc/22450/task/22500/stat : 22500 (java) R 22447 22450 13007 0 -1 4202560 29954 12593 0 0 564 15 5 2 20 0 15 0 86696310 14333833216 208779 18446744073709551615 4194304 4196468 140729787015072 140130108059888 140129701269972 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 26611712 140729787021264 140729787024049 140729787024049 140729787027407 0
[pid=22450/tid=22501] ppid=22447 vsize=13997884 CPUtime=0.26 cores=0,2,4,6
/proc/22450/task/22501/stat : 22501 (java) S 22447 22450 13007 0 -1 1077944384 617 12593 0 0 12 7 5 2 20 0 15 0 86696310 14333833216 208779 18446744073709551615 4194304 4196468 140729787015072 140130023242640 140130103838421 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26611712 140729787021264 140729787024049 140729787024049 140729787027407 0
[pid=22450/tid=22502] ppid=22447 vsize=13997884 CPUtime=0.25 cores=0,2,4,6
/proc/22450/task/22502/stat : 22502 (java) S 22447 22450 13007 0 -1 1077944384 244 12593 0 0 12 6 5 2 20 0 15 0 86696310 14333833216 208779 18446744073709551615 4194304 4196468 140729787015072 140130022189840 140130103838421 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26611712 140729787021264 140729787024049 140729787024049 140729787027407 0
[pid=22450/tid=22503] ppid=22447 vsize=13997884 CPUtime=0.24 cores=0,2,4,6
/proc/22450/task/22503/stat : 22503 (java) S 22447 22450 13007 0 -1 1077944384 316 12593 0 0 11 6 5 2 20 0 15 0 86696310 14333833216 208779 18446744073709551615 4194304 4196468 140729787015072 140130021137552 140130103838421 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26611712 140729787021264 140729787024049 140729787024049 140729787027407 0
[pid=22450/tid=22504] ppid=22447 vsize=13997884 CPUtime=0.25 cores=0,2,4,6
/proc/22450/task/22504/stat : 22504 (java) S 22447 22450 13007 0 -1 1077944384 202 12593 0 0 11 7 5 2 20 0 15 0 86696310 14333833216 208779 18446744073709551615 4194304 4196468 140729787015072 140130020084752 140130103838421 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26611712 140729787021264 140729787024049 140729787024049 140729787027407 0
[pid=22450/tid=22505] ppid=22447 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/22450/task/22505/stat : 22505 (java) S 22447 22450 13007 0 -1 1077944384 1183 12593 0 0 2 0 5 2 20 0 15 0 86696312 14333833216 208779 18446744073709551615 4194304 4196468 140729787015072 140129020377200 140130103839362 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26611712 140729787021264 140729787024049 140729787024049 140729787027407 0
[pid=22450/tid=22506] ppid=22447 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/22450/task/22506/stat : 22506 (java) S 22447 22450 13007 0 -1 1077944384 59 12593 0 0 0 0 5 2 20 0 15 0 86696312 14333833216 208779 18446744073709551615 4194304 4196468 140729787015072 140129019323232 140130103838421 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26611712 140729787021264 140729787024049 140729787024049 140729787027407 0
[pid=22450/tid=22507] ppid=22447 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/22450/task/22507/stat : 22507 (java) S 22447 22450 13007 0 -1 1077944384 49 12593 0 0 0 0 5 2 20 0 15 0 86696312 14333833216 208779 18446744073709551615 4194304 4196468 140729787015072 140129018270848 140130103838421 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26611712 140729787021264 140729787024049 140729787024049 140729787027407 0
[pid=22450/tid=22508] ppid=22447 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/22450/task/22508/stat : 22508 (java) S 22447 22450 13007 0 -1 1077944384 3 12593 0 0 0 0 5 2 20 0 15 0 86696315 14333833216 208779 18446744073709551615 4194304 4196468 140729787015072 140129017219152 140130103846811 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26611712 140729787021264 140729787024049 140729787024049 140729787027407 0
[pid=22450/tid=22509] ppid=22447 vsize=13997884 CPUtime=2.14 cores=0,2,4,6
/proc/22450/task/22509/stat : 22509 (java) S 22447 22450 13007 0 -1 1077944384 5212 12593 0 0 206 1 5 2 20 0 15 0 86696315 14333833216 208779 18446744073709551615 4194304 4196468 140729787015072 140129016167024 140130103839362 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26611712 140729787021264 140729787024049 140729787024049 140729787027407 0
[pid=22450/tid=22510] ppid=22447 vsize=13997884 CPUtime=2.28 cores=0,2,4,6
/proc/22450/task/22510/stat : 22510 (java) S 22447 22450 13007 0 -1 1077944384 4443 12593 0 0 219 2 5 2 20 0 15 0 86696315 14333833216 208779 18446744073709551615 4194304 4196468 140729787015072 140129015114224 140130103839362 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26611712 140729787021264 140729787024049 140729787024049 140729787027407 0
[pid=22450/tid=22511] ppid=22447 vsize=13997884 CPUtime=1.42 cores=0,2,4,6
/proc/22450/task/22511/stat : 22511 (java) S 22447 22450 13007 0 -1 1077944384 5643 12593 0 0 132 3 5 2 20 0 15 0 86696315 14333833216 208779 18446744073709551615 4194304 4196468 140729787015072 140129014061936 140130103839362 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26611712 140729787021264 140729787024049 140729787024049 140729787027407 0
[pid=22450/tid=22512] ppid=22447 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/22450/task/22512/stat : 22512 (java) S 22447 22450 13007 0 -1 1077944384 3 12593 0 0 0 0 5 2 20 0 15 0 86696315 14333833216 208779 18446744073709551615 4194304 4196468 140729787015072 140128542518240 140130103838421 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26611712 140729787021264 140729787024049 140729787024049 140729787027407 0
[pid=22450/tid=22513] ppid=22447 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/22450/task/22513/stat : 22513 (java) S 22447 22450 13007 0 -1 1077944384 813 12593 0 0 0 0 5 2 20 0 15 0 86696320 14333833216 208779 18446744073709551615 4194304 4196468 140729787015072 140128541465008 140130103839362 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26611712 140729787021264 140729787024049 140729787024049 140729787027407 0
Current children cumulated CPU time (s) 12.32
Current children cumulated vsize (KiB) 13997884

[startup+12.7006 s]
/proc/loadavg: 1.82 1.67 1.53 4/214 22513
/proc/meminfo: memFree=28527068/32770624 swapFree=0/463028
[pid=22450] ppid=22447 vsize=13997884 CPUtime=22.71 cores=0,2,4,6
/proc/22450/stat : 22450 (java) S 22447 22450 13007 0 -1 1077944320 57759 12593 0 0 2163 101 5 2 20 0 15 0 86696288 14333833216 441668 18446744073709551615 4194304 4196468 140729787015072 140729786997616 140130103828215 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 26611712 140729787021264 140729787024049 140729787024049 140729787027407 0
/proc/22450/statm: 3499471 441668 3474 1 0 3488085 0
[pid=22450/tid=22500] ppid=22447 vsize=13997884 CPUtime=11.26 cores=0,2,4,6
/proc/22450/task/22500/stat : 22500 (java) R 22447 22450 13007 0 -1 4202560 31003 12593 0 0 1096 23 5 2 20 0 15 0 86696310 14333833216 441668 18446744073709551615 4194304 4196468 140729787015072 140130108060576 140129710815816 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 26611712 140729787021264 140729787024049 140729787024049 140729787027407 0
[pid=22450/tid=22501] ppid=22447 vsize=13997884 CPUtime=1.2 cores=0,2,4,6
/proc/22450/task/22501/stat : 22501 (java) S 22447 22450 13007 0 -1 1077944384 847 12593 0 0 97 16 5 2 20 0 15 0 86696310 14333833216 441668 18446744073709551615 4194304 4196468 140729787015072 140130023242640 140130103838421 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26611712 140729787021264 140729787024049 140729787024049 140729787027407 0
[pid=22450/tid=22502] ppid=22447 vsize=13997884 CPUtime=1.22 cores=0,2,4,6
/proc/22450/task/22502/stat : 22502 (java) S 22447 22450 13007 0 -1 1077944384 501 12593 0 0 99 16 5 2 20 0 15 0 86696310 14333833216 441668 18446744073709551615 4194304 4196468 140729787015072 140130022189840 140130103838421 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26611712 140729787021264 140729787024049 140729787024049 140729787027407 0
[pid=22450/tid=22503] ppid=22447 vsize=13997884 CPUtime=1.17 cores=0,2,4,6
/proc/22450/task/22503/stat : 22503 (java) S 22447 22450 13007 0 -1 1077944384 509 12593 0 0 94 16 5 2 20 0 15 0 86696310 14333833216 441668 18446744073709551615 4194304 4196468 140729787015072 140130021137552 140130103838421 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26611712 140729787021264 140729787024049 140729787024049 140729787027407 0
[pid=22450/tid=22504] ppid=22447 vsize=13997884 CPUtime=1.2 cores=0,2,4,6
/proc/22450/task/22504/stat : 22504 (java) S 22447 22450 13007 0 -1 1077944384 444 12593 0 0 95 18 5 2 20 0 15 0 86696310 14333833216 441668 18446744073709551615 4194304 4196468 140729787015072 140130020084752 140130103838421 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26611712 140729787021264 140729787024049 140729787024049 140729787027407 0
[pid=22450/tid=22505] ppid=22447 vsize=13997884 CPUtime=0.12 cores=0,2,4,6
/proc/22450/task/22505/stat : 22505 (java) S 22447 22450 13007 0 -1 1077944384 3278 12593 0 0 5 0 5 2 20 0 15 0 86696312 14333833216 441668 18446744073709551615 4194304 4196468 140729787015072 140129020377200 140130103839362 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26611712 140729787021264 140729787024049 140729787024049 140729787027407 0
[pid=22450/tid=22506] ppid=22447 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/22450/task/22506/stat : 22506 (java) S 22447 22450 13007 0 -1 1077944384 59 12593 0 0 0 0 5 2 20 0 15 0 86696312 14333833216 441668 18446744073709551615 4194304 4196468 140729787015072 140129019323232 140130103838421 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26611712 140729787021264 140729787024049 140729787024049 140729787027407 0
[pid=22450/tid=22507] ppid=22447 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/22450/task/22507/stat : 22507 (java) S 22447 22450 13007 0 -1 1077944384 49 12593 0 0 0 0 5 2 20 0 15 0 86696312 14333833216 441668 18446744073709551615 4194304 4196468 140729787015072 140129018270848 140130103838421 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26611712 140729787021264 140729787024049 140729787024049 140729787027407 0
[pid=22450/tid=22508] ppid=22447 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/22450/task/22508/stat : 22508 (java) S 22447 22450 13007 0 -1 1077944384 3 12593 0 0 0 0 5 2 20 0 15 0 86696315 14333833216 441668 18446744073709551615 4194304 4196468 140729787015072 140129017219152 140130103846811 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26611712 140729787021264 140729787024049 140729787024049 140729787027407 0

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

/proc/22450/task/22512/stat : 22512 (java) S 22447 22450 13007 0 -1 1077944384 3 12593 0 0 0 0 5 2 20 0 15 0 86696315 14407233536 789098 18446744073709551615 4194304 4196468 140729787015072 140128542518240 140130103838421 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26611712 140729787021264 140729787024049 140729787024049 140729787027407 0
[pid=22450/tid=22513] ppid=22447 vsize=14069564 CPUtime=1.32 cores=0,2,4,6
/proc/22450/task/22513/stat : 22513 (java) S 22447 22450 13007 0 -1 1077944384 2678 12593 0 0 62 63 5 2 20 0 15 0 86696320 14407233536 789098 18446744073709551615 4194304 4196468 140729787015072 140128541465008 140130103839362 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26611712 140729787021264 140729787024049 140729787024049 140729787027407 0
Current children cumulated CPU time (s) 2495.68
Current children cumulated vsize (KiB) 14069564



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2466.4 s]
/proc/loadavg: 1.13 1.26 1.36 3/213 22813
/proc/meminfo: memFree=27322596/32770624 swapFree=0/463684
[pid=22450] ppid=22447 vsize=14069564 CPUtime=2520.03 cores=0,2,4,6
/proc/22450/stat : 22450 (java) S 22447 22450 13007 0 -1 1077944320 450472 12593 0 0 251651 345 5 2 20 0 15 0 86696288 14407233536 789098 18446744073709551615 4194304 4196468 140729787015072 140729786997616 140130103828215 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 26611712 140729787021264 140729787024049 140729787024049 140729787027407 0
/proc/22450/statm: 3517391 789098 3497 1 0 3506005 0
[pid=22450/tid=22500] ppid=22447 vsize=14069564 CPUtime=2452.76 cores=0,2,4,6
/proc/22450/task/22500/stat : 22500 (java) R 22447 22450 13007 0 -1 4202560 156988 12593 0 0 245197 72 5 2 20 0 15 0 86696310 14407233536 789098 18446744073709551615 4194304 4196468 140729787015072 140130108062720 140129716439326 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 26611712 140729787021264 140729787024049 140729787024049 140729787027407 0
[pid=22450/tid=22501] ppid=22447 vsize=14069564 CPUtime=9.73 cores=0,2,4,6
/proc/22450/task/22501/stat : 22501 (java) S 22447 22450 13007 0 -1 1077944384 44715 12593 0 0 918 48 5 2 20 0 15 0 86696310 14407233536 789098 18446744073709551615 4194304 4196468 140729787015072 140130023242640 140130103838421 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26611712 140729787021264 140729787024049 140729787024049 140729787027407 0
[pid=22450/tid=22502] ppid=22447 vsize=14069564 CPUtime=9.74 cores=0,2,4,6
/proc/22450/task/22502/stat : 22502 (java) S 22447 22450 13007 0 -1 1077944384 45833 12593 0 0 917 50 5 2 20 0 15 0 86696310 14407233536 789098 18446744073709551615 4194304 4196468 140729787015072 140130022189840 140130103838421 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26611712 140729787021264 140729787024049 140729787024049 140729787027407 0
[pid=22450/tid=22503] ppid=22447 vsize=14069564 CPUtime=9.7 cores=0,2,4,6
/proc/22450/task/22503/stat : 22503 (java) S 22447 22450 13007 0 -1 1077944384 51938 12593 0 0 914 49 5 2 20 0 15 0 86696310 14407233536 789098 18446744073709551615 4194304 4196468 140729787015072 140130021137552 140130103838421 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26611712 140729787021264 140729787024049 140729787024049 140729787027407 0
[pid=22450/tid=22504] ppid=22447 vsize=14069564 CPUtime=9.72 cores=0,2,4,6
/proc/22450/task/22504/stat : 22504 (java) S 22447 22450 13007 0 -1 1077944384 43963 12593 0 0 915 50 5 2 20 0 15 0 86696310 14407233536 789098 18446744073709551615 4194304 4196468 140729787015072 140130020084752 140130103838421 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26611712 140729787021264 140729787024049 140729787024049 140729787027407 0
[pid=22450/tid=22505] ppid=22447 vsize=14069564 CPUtime=2.63 cores=0,2,4,6
/proc/22450/task/22505/stat : 22505 (java) S 22447 22450 13007 0 -1 1077944384 26520 12593 0 0 237 19 5 2 20 0 15 0 86696312 14407233536 789098 18446744073709551615 4194304 4196468 140729787015072 140129020377200 140130103839362 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26611712 140729787021264 140729787024049 140729787024049 140729787027407 0
[pid=22450/tid=22506] ppid=22447 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/22450/task/22506/stat : 22506 (java) S 22447 22450 13007 0 -1 1077944384 67 12593 0 0 0 0 5 2 20 0 15 0 86696312 14407233536 789098 18446744073709551615 4194304 4196468 140729787015072 140129019323232 140130103838421 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26611712 140729787021264 140729787024049 140729787024049 140729787027407 0
[pid=22450/tid=22507] ppid=22447 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/22450/task/22507/stat : 22507 (java) S 22447 22450 13007 0 -1 1077944384 59 12593 0 0 0 0 5 2 20 0 15 0 86696312 14407233536 789098 18446744073709551615 4194304 4196468 140729787015072 140129018270848 140130103838421 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26611712 140729787021264 140729787024049 140729787024049 140729787027407 0
[pid=22450/tid=22508] ppid=22447 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/22450/task/22508/stat : 22508 (java) S 22447 22450 13007 0 -1 1077944384 3 12593 0 0 0 0 5 2 20 0 15 0 86696315 14407233536 789098 18446744073709551615 4194304 4196468 140729787015072 140129017219152 140130103846811 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26611712 140729787021264 140729787024049 140729787024049 140729787027407 0
[pid=22450/tid=22509] ppid=22447 vsize=14069564 CPUtime=10.75 cores=0,2,4,6
/proc/22450/task/22509/stat : 22509 (java) S 22447 22450 13007 0 -1 1077944384 23319 12593 0 0 1064 4 5 2 20 0 15 0 86696315 14407233536 789098 18446744073709551615 4194304 4196468 140729787015072 140129016167024 140130103839362 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26611712 140729787021264 140729787024049 140729787024049 140729787027407 0
[pid=22450/tid=22510] ppid=22447 vsize=14069564 CPUtime=11.18 cores=0,2,4,6
/proc/22450/task/22510/stat : 22510 (java) S 22447 22450 13007 0 -1 1077944384 33570 12593 0 0 1103 8 5 2 20 0 15 0 86696315 14407233536 789098 18446744073709551615 4194304 4196468 140729787015072 140129015114224 140130103839362 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26611712 140729787021264 140729787024049 140729787024049 140729787027407 0
[pid=22450/tid=22511] ppid=22447 vsize=14069564 CPUtime=3.03 cores=0,2,4,6
/proc/22450/task/22511/stat : 22511 (java) S 22447 22450 13007 0 -1 1077944384 18639 12593 0 0 290 6 5 2 20 0 15 0 86696315 14407233536 789098 18446744073709551615 4194304 4196468 140729787015072 140129014061936 140130103839362 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26611712 140729787021264 140729787024049 140729787024049 140729787027407 0
[pid=22450/tid=22512] ppid=22447 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/22450/task/22512/stat : 22512 (java) S 22447 22450 13007 0 -1 1077944384 3 12593 0 0 0 0 5 2 20 0 15 0 86696315 14407233536 789098 18446744073709551615 4194304 4196468 140729787015072 140128542518240 140130103838421 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26611712 140729787021264 140729787024049 140729787024049 140729787027407 0
[pid=22450/tid=22513] ppid=22447 vsize=14069564 CPUtime=1.33 cores=0,2,4,6
/proc/22450/task/22513/stat : 22513 (java) S 22447 22450 13007 0 -1 1077944384 2699 12593 0 0 62 64 5 2 20 0 15 0 86696320 14407233536 789098 18446744073709551615 4194304 4196468 140729787015072 140128541465008 140130103839362 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26611712 140729787021264 140729787024049 140729787024049 140729787027407 0
Current children cumulated CPU time (s) 2520.03
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 22450 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2466.6 s]
/proc/loadavg: 1.13 1.26 1.36 3/213 22813
/proc/meminfo: memFree=27322596/32770624 swapFree=0/463684
[pid=22450] ppid=22447 vsize=14202692 CPUtime=2520.67 cores=0,2,4,6
/proc/22450/stat : 22450 (java) S 22447 22450 13007 0 -1 1077944320 463622 12593 0 0 251714 346 5 2 20 0 17 0 86696288 14543556608 791817 18446744073709551615 4194304 4196468 140729787015072 140729786997616 140130103828215 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 26611712 140729787021264 140729787024049 140729787024049 140729787027407 0
/proc/22450/statm: 3550673 791817 3498 1 0 3539287 0
[pid=22450/tid=22500] ppid=22447 vsize=14202692 CPUtime=2452.77 cores=0,2,4,6
/proc/22450/task/22500/stat : 22500 (java) S 22447 22450 13007 0 -1 1077944384 158003 12593 0 0 245198 72 5 2 20 0 17 0 86696310 14543556608 791817 18446744073709551615 4194304 4196468 140729787015072 140130108065936 140130103838421 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 26611712 140729787021264 140729787024049 140729787024049 140729787027407 0
[pid=22450/tid=22501] ppid=22447 vsize=14202692 CPUtime=9.87 cores=0,2,4,6
/proc/22450/task/22501/stat : 22501 (java) R 22447 22450 13007 0 -1 4202560 44739 12593 0 0 932 48 5 2 20 0 17 0 86696310 14543556608 791817 18446744073709551615 4194304 4196468 140729787015072 140130023242640 140130088528848 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26611712 140729787021264 140729787024049 140729787024049 140729787027407 0
[pid=22450/tid=22502] ppid=22447 vsize=14202692 CPUtime=9.89 cores=0,2,4,6
/proc/22450/task/22502/stat : 22502 (java) R 22447 22450 13007 0 -1 4202560 45843 12593 0 0 932 50 5 2 20 0 17 0 86696310 14543556608 791817 18446744073709551615 4194304 4196468 140729787015072 140130022190040 140130088528868 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26611712 140729787021264 140729787024049 140729787024049 140729787027407 0
[pid=22450/tid=22503] ppid=22447 vsize=14202692 CPUtime=9.85 cores=0,2,4,6
/proc/22450/task/22503/stat : 22503 (java) R 22447 22450 13007 0 -1 4202560 51952 12593 0 0 929 49 5 2 20 0 17 0 86696310 14543556608 791817 18446744073709551615 4194304 4196468 140729787015072 140130021137552 140130088528848 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26611712 140729787021264 140729787024049 140729787024049 140729787027407 0
[pid=22450/tid=22504] ppid=22447 vsize=14202692 CPUtime=9.86 cores=0,2,4,6
/proc/22450/task/22504/stat : 22504 (java) R 22447 22450 13007 0 -1 4202560 43996 12593 0 0 929 50 5 2 20 0 17 0 86696310 14543556608 791817 18446744073709551615 4194304 4196468 140729787015072 140130020084752 140130088528931 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26611712 140729787021264 140729787024049 140729787024049 140729787027407 0
[pid=22450/tid=22505] ppid=22447 vsize=14202692 CPUtime=2.66 cores=0,2,4,6
/proc/22450/task/22505/stat : 22505 (java) S 22447 22450 13007 0 -1 1077944384 37022 12593 0 0 239 20 5 2 20 0 17 0 86696312 14543556608 791817 18446744073709551615 4194304 4196468 140729787015072 140129020375824 140130103838421 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26611712 140729787021264 140729787024049 140729787024049 140729787027407 0
[pid=22450/tid=22506] ppid=22447 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/22450/task/22506/stat : 22506 (java) S 22447 22450 13007 0 -1 1077944384 67 12593 0 0 0 0 5 2 20 0 17 0 86696312 14543556608 791817 18446744073709551615 4194304 4196468 140729787015072 140129019323232 140130103838421 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26611712 140729787021264 140729787024049 140729787024049 140729787027407 0
[pid=22450/tid=22507] ppid=22447 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/22450/task/22507/stat : 22507 (java) S 22447 22450 13007 0 -1 1077944384 59 12593 0 0 0 0 5 2 20 0 17 0 86696312 14543556608 791817 18446744073709551615 4194304 4196468 140729787015072 140129018270848 140130103838421 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26611712 140729787021264 140729787024049 140729787024049 140729787027407 0
[pid=22450/tid=22508] ppid=22447 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/22450/task/22508/stat : 22508 (java) S 22447 22450 13007 0 -1 1077944384 219 12593 0 0 0 0 5 2 20 0 17 0 86696315 14543556608 791817 18446744073709551615 4194304 4196468 140729787015072 140129017219152 140130103846811 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26611712 140729787021264 140729787024049 140729787024049 140729787027407 0
[pid=22450/tid=22509] ppid=22447 vsize=14202692 CPUtime=10.75 cores=0,2,4,6
/proc/22450/task/22509/stat : 22509 (java) S 22447 22450 13007 0 -1 1077944384 23319 12593 0 0 1064 4 5 2 20 0 17 0 86696315 14543556608 791817 18446744073709551615 4194304 4196468 140729787015072 140129016167024 140130103839362 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26611712 140729787021264 140729787024049 140729787024049 140729787027407 0
[pid=22450/tid=22510] ppid=22447 vsize=14202692 CPUtime=11.18 cores=0,2,4,6
/proc/22450/task/22510/stat : 22510 (java) S 22447 22450 13007 0 -1 1077944384 33570 12593 0 0 1103 8 5 2 20 0 17 0 86696315 14543556608 791817 18446744073709551615 4194304 4196468 140729787015072 140129015114224 140130103839362 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26611712 140729787021264 140729787024049 140729787024049 140729787027407 0
[pid=22450/tid=22511] ppid=22447 vsize=14202692 CPUtime=3.04 cores=0,2,4,6
/proc/22450/task/22511/stat : 22511 (java) S 22447 22450 13007 0 -1 1077944384 19616 12593 0 0 290 7 5 2 20 0 17 0 86696315 14543556608 791817 18446744073709551615 4194304 4196468 140729787015072 140129014061504 140130103838421 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26611712 140729787021264 140729787024049 140729787024049 140729787027407 0
[pid=22450/tid=22512] ppid=22447 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/22450/task/22512/stat : 22512 (java) S 22447 22450 13007 0 -1 1077944384 3 12593 0 0 0 0 5 2 20 0 17 0 86696315 14543556608 791817 18446744073709551615 4194304 4196468 140729787015072 140128542518240 140130103838421 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26611712 140729787021264 140729787024049 140729787024049 140729787027407 0
[pid=22450/tid=22513] ppid=22447 vsize=14202692 CPUtime=1.33 cores=0,2,4,6
/proc/22450/task/22513/stat : 22513 (java) S 22447 22450 13007 0 -1 1077944384 2699 12593 0 0 62 64 5 2 20 0 17 0 86696320 14543556608 791817 18446744073709551615 4194304 4196468 140729787015072 140128541465008 140130103839362 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26611712 140729787021264 140729787024049 140729787024049 140729787027407 0
Current children cumulated CPU time (s) 2520.67
Current children cumulated vsize (KiB) 14202692

[startup+2467 s]
/proc/loadavg: 1.13 1.26 1.36 3/213 22813
/proc/meminfo: memFree=27322596/32770624 swapFree=0/463684
[pid=22450] ppid=22447 vsize=14202692 CPUtime=2522.15 cores=0,2,4,6
/proc/22450/stat : 22450 (java) S 22447 22450 13007 0 -1 1077944320 463737 12593 0 0 251861 347 5 2 20 0 17 0 86696288 14543556608 791817 18446744073709551615 4194304 4196468 140729787015072 140729786997616 140130103828215 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 26611712 140729787021264 140729787024049 140729787024049 140729787027407 0
/proc/22450/statm: 3550673 791817 3498 1 0 3539287 0
[pid=22450/tid=22500] ppid=22447 vsize=14202692 CPUtime=2452.77 cores=0,2,4,6
/proc/22450/task/22500/stat : 22500 (java) S 22447 22450 13007 0 -1 1077944384 158003 12593 0 0 245198 72 5 2 20 0 17 0 86696310 14543556608 791817 18446744073709551615 4194304 4196468 140729787015072 140130108065936 140130103838421 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 26611712 140729787021264 140729787024049 140729787024049 140729787027407 0
[pid=22450/tid=22501] ppid=22447 vsize=14202692 CPUtime=10.23 cores=0,2,4,6
/proc/22450/task/22501/stat : 22501 (java) R 22447 22450 13007 0 -1 4202560 44743 12593 0 0 968 48 5 2 20 0 17 0 86696310 14543556608 791817 18446744073709551615 4194304 4196468 140729787015072 140130023242640 140130085424118 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26611712 140729787021264 140729787024049 140729787024049 140729787027407 0
[pid=22450/tid=22502] ppid=22447 vsize=14202692 CPUtime=10.25 cores=0,2,4,6
/proc/22450/task/22502/stat : 22502 (java) R 22447 22450 13007 0 -1 4202560 45848 12593 0 0 968 50 5 2 20 0 17 0 86696310 14543556608 791817 18446744073709551615 4194304 4196468 140729787015072 140130022189840 140130088282972 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26611712 140729787021264 140729787024049 140729787024049 140729787027407 0
[pid=22450/tid=22503] ppid=22447 vsize=14202692 CPUtime=10.2 cores=0,2,4,6
/proc/22450/task/22503/stat : 22503 (java) R 22447 22450 13007 0 -1 4202560 51952 12593 0 0 964 49 5 2 20 0 17 0 86696310 14543556608 791817 18446744073709551615 4194304 4196468 140729787015072 140130021137552 140130088282972 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26611712 140729787021264 140729787024049 140729787024049 140729787027407 0
[pid=22450/tid=22504] ppid=22447 vsize=14202692 CPUtime=10.22 cores=0,2,4,6
/proc/22450/task/22504/stat : 22504 (java) R 22447 22450 13007 0 -1 4202560 43996 12593 0 0 965 50 5 2 20 0 17 0 86696310 14543556608 791817 18446744073709551615 4194304 4196468 140729787015072 140130020084640 140130088282972 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26611712 140729787021264 140729787024049 140729787024049 140729787027407 0
[pid=22450/tid=22505] ppid=22447 vsize=14202692 CPUtime=2.7 cores=0,2,4,6
/proc/22450/task/22505/stat : 22505 (java) S 22447 22450 13007 0 -1 1077944384 37125 12593 0 0 243 20 5 2 20 0 17 0 86696312 14543556608 791817 18446744073709551615 4194304 4196468 140729787015072 140129020375600 140130103838421 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26611712 140729787021264 140729787024049 140729787024049 140729787027407 0
[pid=22450/tid=22506] ppid=22447 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/22450/task/22506/stat : 22506 (java) S 22447 22450 13007 0 -1 1077944384 68 12593 0 0 0 0 5 2 20 0 17 0 86696312 14543556608 791817 18446744073709551615 4194304 4196468 140729787015072 140129019323136 140130103838421 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26611712 140729787021264 140729787024049 140729787024049 140729787027407 0
[pid=22450/tid=22507] ppid=22447 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/22450/task/22507/stat : 22507 (java) S 22447 22450 13007 0 -1 1077944384 59 12593 0 0 0 0 5 2 20 0 17 0 86696312 14543556608 791817 18446744073709551615 4194304 4196468 140729787015072 140129018270848 140130103838421 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26611712 140729787021264 140729787024049 140729787024049 140729787027407 0
[pid=22450/tid=22508] ppid=22447 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/22450/task/22508/stat : 22508 (java) S 22447 22450 13007 0 -1 1077944384 219 12593 0 0 0 0 5 2 20 0 17 0 86696315 14543556608 791817 18446744073709551615 4194304 4196468 140729787015072 140129017219152 140130103846811 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26611712 140729787021264 140729787024049 140729787024049 140729787027407 0
[pid=22450/tid=22509] ppid=22447 vsize=14202692 CPUtime=10.75 cores=0,2,4,6
/proc/22450/task/22509/stat : 22509 (java) S 22447 22450 13007 0 -1 1077944384 23319 12593 0 0 1064 4 5 2 20 0 17 0 86696315 14543556608 791817 18446744073709551615 4194304 4196468 140729787015072 140129016167024 140130103839362 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26611712 140729787021264 140729787024049 140729787024049 140729787027407 0
[pid=22450/tid=22510] ppid=22447 vsize=14202692 CPUtime=11.18 cores=0,2,4,6
/proc/22450/task/22510/stat : 22510 (java) S 22447 22450 13007 0 -1 1077944384 33570 12593 0 0 1103 8 5 2 20 0 17 0 86696315 14543556608 791817 18446744073709551615 4194304 4196468 140729787015072 140129015114224 140130103839362 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26611712 140729787021264 140729787024049 140729787024049 140729787027407 0
[pid=22450/tid=22511] ppid=22447 vsize=14202692 CPUtime=3.04 cores=0,2,4,6
/proc/22450/task/22511/stat : 22511 (java) S 22447 22450 13007 0 -1 1077944384 19616 12593 0 0 290 7 5 2 20 0 17 0 86696315 14543556608 791817 18446744073709551615 4194304 4196468 140729787015072 140129014061504 140130103838421 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26611712 140729787021264 140729787024049 140729787024049 140729787027407 0
[pid=22450/tid=22512] ppid=22447 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/22450/task/22512/stat : 22512 (java) S 22447 22450 13007 0 -1 1077944384 3 12593 0 0 0 0 5 2 20 0 17 0 86696315 14543556608 791817 18446744073709551615 4194304 4196468 140729787015072 140128542518240 140130103838421 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26611712 140729787021264 140729787024049 140729787024049 140729787027407 0
[pid=22450/tid=22513] ppid=22447 vsize=14202692 CPUtime=1.33 cores=0,2,4,6
/proc/22450/task/22513/stat : 22513 (java) S 22447 22450 13007 0 -1 1077944384 2699 12593 0 0 62 64 5 2 20 0 17 0 86696320 14543556608 791817 18446744073709551615 4194304 4196468 140729787015072 140128541465008 140130103839362 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26611712 140729787021264 140729787024049 140729787024049 140729787027407 0
Current children cumulated CPU time (s) 2522.15
Current children cumulated vsize (KiB) 14202692

[startup+2467.2 s]
/proc/loadavg: 1.13 1.26 1.36 3/213 22813
/proc/meminfo: memFree=27322596/32770624 swapFree=0/463684
[pid=22450] ppid=22447 vsize=14202692 CPUtime=2522.82 cores=0,2,4,6
/proc/22450/stat : 22450 (java) S 22447 22450 13007 0 -1 1077944320 463957 12593 0 0 251928 347 5 2 20 0 17 0 86696288 14543556608 791829 18446744073709551615 4194304 4196468 140729787015072 140729786997616 140130103828215 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 26611712 140729787021264 140729787024049 140729787024049 140729787027407 0
/proc/22450/statm: 3550673 791829 3498 1 0 3539287 0
[pid=22450/tid=22500] ppid=22447 vsize=14202692 CPUtime=2452.78 cores=0,2,4,6
/proc/22450/task/22500/stat : 22500 (java) R 22447 22450 13007 0 -1 4202560 158103 12593 0 0 245199 72 5 2 20 0 17 0 86696310 14543556608 791829 18446744073709551615 4194304 4196468 140729787015072 140130108058016 140129713920695 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 26611712 140729787021264 140729787024049 140729787024049 140729787027407 0
[pid=22450/tid=22501] ppid=22447 vsize=14202692 CPUtime=10.39 cores=0,2,4,6
/proc/22450/task/22501/stat : 22501 (java) S 22447 22450 13007 0 -1 1077944384 44743 12593 0 0 984 48 5 2 20 0 17 0 86696310 14543556608 791829 18446744073709551615 4194304 4196468 140729787015072 140130023242640 140130103838421 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26611712 140729787021264 140729787024049 140729787024049 140729787027407 0
[pid=22450/tid=22502] ppid=22447 vsize=14202692 CPUtime=10.41 cores=0,2,4,6
/proc/22450/task/22502/stat : 22502 (java) S 22447 22450 13007 0 -1 1077944384 45848 12593 0 0 984 50 5 2 20 0 17 0 86696310 14543556608 791829 18446744073709551615 4194304 4196468 140729787015072 140130022189840 140130103838421 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26611712 140729787021264 140729787024049 140729787024049 140729787027407 0
[pid=22450/tid=22503] ppid=22447 vsize=14202692 CPUtime=10.36 cores=0,2,4,6
/proc/22450/task/22503/stat : 22503 (java) S 22447 22450 13007 0 -1 1077944384 51952 12593 0 0 980 49 5 2 20 0 17 0 86696310 14543556608 791829 18446744073709551615 4194304 4196468 140729787015072 140130021137552 140130103838421 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26611712 140729787021264 140729787024049 140729787024049 140729787027407 0
[pid=22450/tid=22504] ppid=22447 vsize=14202692 CPUtime=10.38 cores=0,2,4,6
/proc/22450/task/22504/stat : 22504 (java) S 22447 22450 13007 0 -1 1077944384 43996 12593 0 0 981 50 5 2 20 0 17 0 86696310 14543556608 791829 18446744073709551615 4194304 4196468 140729787015072 140130020084752 140130103838421 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26611712 140729787021264 140729787024049 140729787024049 140729787027407 0
[pid=22450/tid=22505] ppid=22447 vsize=14202692 CPUtime=2.74 cores=0,2,4,6
/proc/22450/task/22505/stat : 22505 (java) S 22447 22450 13007 0 -1 1077944384 37125 12593 0 0 247 20 5 2 20 0 17 0 86696312 14543556608 791829 18446744073709551615 4194304 4196468 140729787015072 140129020377200 140130103839362 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26611712 140729787021264 140729787024049 140729787024049 140729787027407 0
[pid=22450/tid=22506] ppid=22447 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/22450/task/22506/stat : 22506 (java) S 22447 22450 13007 0 -1 1077944384 69 12593 0 0 0 0 5 2 20 0 17 0 86696312 14543556608 791829 18446744073709551615 4194304 4196468 140729787015072 140129019323232 140130103838421 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26611712 140729787021264 140729787024049 140729787024049 140729787027407 0
[pid=22450/tid=22507] ppid=22447 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/22450/task/22507/stat : 22507 (java) S 22447 22450 13007 0 -1 1077944384 61 12593 0 0 0 0 5 2 20 0 17 0 86696312 14543556608 791829 18446744073709551615 4194304 4196468 140729787015072 140129018270848 140130103838421 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26611712 140729787021264 140729787024049 140729787024049 140729787027407 0
[pid=22450/tid=22508] ppid=22447 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/22450/task/22508/stat : 22508 (java) S 22447 22450 13007 0 -1 1077944384 219 12593 0 0 0 0 5 2 20 0 17 0 86696315 14543556608 791829 18446744073709551615 4194304 4196468 140729787015072 140129017219152 140130103846811 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26611712 140729787021264 140729787024049 140729787024049 140729787027407 0
[pid=22450/tid=22509] ppid=22447 vsize=14202692 CPUtime=10.75 cores=0,2,4,6
/proc/22450/task/22509/stat : 22509 (java) S 22447 22450 13007 0 -1 1077944384 23389 12593 0 0 1064 4 5 2 20 0 17 0 86696315 14543556608 791829 18446744073709551615 4194304 4196468 140729787015072 140129016167024 140130103839362 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26611712 140729787021264 140729787024049 140729787024049 140729787027407 0
[pid=22450/tid=22510] ppid=22447 vsize=14202692 CPUtime=11.18 cores=0,2,4,6
/proc/22450/task/22510/stat : 22510 (java) S 22447 22450 13007 0 -1 1077944384 33570 12593 0 0 1103 8 5 2 20 0 17 0 86696315 14543556608 791829 18446744073709551615 4194304 4196468 140729787015072 140129015114224 140130103839362 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26611712 140729787021264 140729787024049 140729787024049 140729787027407 0
[pid=22450/tid=22511] ppid=22447 vsize=14202692 CPUtime=3.04 cores=0,2,4,6
/proc/22450/task/22511/stat : 22511 (java) S 22447 22450 13007 0 -1 1077944384 19663 12593 0 0 290 7 5 2 20 0 17 0 86696315 14543556608 791829 18446744073709551615 4194304 4196468 140729787015072 140129014061936 140130103839362 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26611712 140729787021264 140729787024049 140729787024049 140729787027407 0
[pid=22450/tid=22512] ppid=22447 vsize=14202692 CPUtime=0.07 cores=0,2,4,6
/proc/22450/task/22512/stat : 22512 (java) S 22447 22450 13007 0 -1 1077944384 3 12593 0 0 0 0 5 2 20 0 17 0 86696315 14543556608 791829 18446744073709551615 4194304 4196468 140729787015072 140128542518240 140130103838421 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26611712 140729787021264 140729787024049 140729787024049 140729787027407 0
[pid=22450/tid=22513] ppid=22447 vsize=14202692 CPUtime=1.33 cores=0,2,4,6
/proc/22450/task/22513/stat : 22513 (java) S 22447 22450 13007 0 -1 1077944384 2699 12593 0 0 62 64 5 2 20 0 17 0 86696320 14543556608 791829 18446744073709551615 4194304 4196468 140729787015072 140128541465008 140130103839362 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26611712 140729787021264 140729787024049 140729787024049 140729787027407 0
Current children cumulated CPU time (s) 2522.82
Current children cumulated vsize (KiB) 14202692

Child status: 143
Real time (s): 2467.23
CPU time (s): 2522.87
CPU user time (s): 2519.35
CPU system time (s): 3.52688
CPU usage (%): 102.255
Max. virtual memory (cumulated for all children) (KiB): 14202692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.35
system time used= 3.52688
maximum resident set size= 4270504
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 476593
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2912
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 112569
involuntary context switches= 5571

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.7353 second user time and 17.7315 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-11 12:23:36
IDJOB=4262326
IDBENCH=126965
IDSOLVER=2650
FILE ID=node135/4262326-1502447851
RUNJOBID= node135-1502411443-13071
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Haystacks/Haystacks-m1-s1/Haystacks-32.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262326-1502447851/watcher-4262326-1502447851 -o /tmp/evaluation-result-4262326-1502447851/solver-4262326-1502447851 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502411443-13071 --watchdog 2580  bin/concrete HOME/instance-4262326-1502447851.xml

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

MD5SUM BENCH= 837217a994f8005f99f0c85081d26675
RANDOM SEED=2005680826

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30277256 kB
MemAvailable:   31103128 kB
Buffers:          289800 kB
Cached:           827968 kB
SwapCached:            0 kB
Active:          1555216 kB
Inactive:         496180 kB
Active(anon):     934108 kB
Inactive(anon):    33140 kB
Active(file):     621108 kB
Inactive(file):   463040 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             25044 kB
Writeback:             0 kB
AnonPages:        933796 kB
Mapped:            62844 kB
Shmem:             33464 kB
Slab:             142712 kB
SReclaimable:     115116 kB
SUnreclaim:        27596 kB
KernelStack:        3504 kB
PageTables:         6808 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1856036 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    720896 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

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