Trace number 4262060

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.4? (TO) 2520.6201 2483.54

General information on the benchmark

NameQueenAttacking/QueenAttacking-m1-s1/
QueenAttacking-09.xml
MD5SUM5a1f15825b762c0b5b9d8df1deed9cb9
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark6
Best CPU time to get the best result obtained on this benchmark19973.1
Satisfiable
(Un)Satisfiability was proved
Number of variables104
Number of constraints103
Number of domains2
Minimum domain size2
Maximum domain size81
Distribution of domain sizes[{"size":2,"count":22},{"size":81,"count":82}]
Minimum variable degree2
Maximum variable degree22
Distribution of variable degrees[{"degree":2,"count":24},{"degree":3,"count":57},{"degree":4,"count":22},{"degree":22,"count":1}]
Minimum constraint arity2
Maximum constraint arity81
Distribution of constraint arities[{"arity":2,"count":80},{"arity":3,"count":22},{"arity":81,"count":1}]
Number of extensional constraints0
Number of intensional constraints102
Distribution of constraint types[{"type":"intension","count":102},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

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

Verifier Data


Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4262060-1502454984/watcher-4262060-1502454984 -o /tmp/evaluation-result-4262060-1502454984/solver-4262060-1502454984 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502411438-1523 --watchdog 2580 bin/concrete HOME/instance-4262060-1502454984.xml 

pid=12450
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.44 1.32 1.40 3/198 12453
/proc/meminfo: memFree=29712112/32770624 swapFree=0/571376
[pid=12453] ppid=12450 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/12453/stat : 12453 (runsolver) D 12450 12453 1460 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 93004667 24240128 107 18446744073709551615 4194304 4338465 140731212652352 140731212649992 140227076399831 0 0 1 24578 18446744071580418449 0 0 17 4 0 0 0 0 0 6438912 6441760 11567104 140731212660945 140731212661321 140731212661321 140731212664778 0
/proc/12453/statm: 5918 107 53 36 0 2156 0

[startup+0.100091 s]
/proc/loadavg: 1.44 1.32 1.40 3/198 12453
/proc/meminfo: memFree=29712112/32770624 swapFree=0/571376
[pid=12453] ppid=12450 vsize=9508 CPUtime=0 cores=0,2,4,6
/proc/12453/stat : 12453 (bash) S 12450 12453 1460 0 -1 4202496 683 1541 0 0 0 0 0 0 20 0 1 0 93004667 9736192 352 18446744073709551615 4194304 5098028 140721756001552 140721755999192 139643888479232 0 0 5 65536 18446744071580971376 0 0 17 0 0 0 9 0 0 7196144 7232144 22503424 140721756008980 140721756009065 140721756009065 140721756012522 0
/proc/12453/statm: 2377 352 279 221 0 86 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9508

[startup+0.200241 s]
/proc/loadavg: 1.44 1.32 1.40 3/198 12453
/proc/meminfo: memFree=29712112/32770624 swapFree=0/571376
[pid=12453] ppid=12450 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/12453/stat : 12453 (bash) S 12450 12453 1460 0 -1 4202496 896 6475 0 0 0 0 0 1 20 0 1 0 93004667 9867264 377 18446744073709551615 4194304 5098028 140721756001552 140721755995560 139643888479232 0 0 5 65536 18446744071580971376 0 0 17 0 0 0 9 0 0 7196144 7232144 22503424 140721756008980 140721756009065 140721756009065 140721756012522 0
/proc/12453/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300354 s]
/proc/loadavg: 1.44 1.32 1.40 3/198 12453
/proc/meminfo: memFree=29712112/32770624 swapFree=0/571376
[pid=12453] ppid=12450 vsize=13574488 CPUtime=0.11 cores=0,2,4,6
/proc/12453/stat : 12453 (java) S 12450 12453 1460 0 -1 1077944320 4880 12475 0 0 4 0 5 2 20 0 9 0 93004667 13900275712 4589 18446744073709551615 4194304 4196468 140737123484368 140737123466912 139889273061111 0 0 1 16800970 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 21245952 140737123489744 140737123492529 140737123492529 140737123495887 0
/proc/12453/statm: 3393622 4589 2137 1 0 3383119 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 13574488

[startup+0.700282 s]
/proc/loadavg: 1.44 1.32 1.40 3/198 12453
/proc/meminfo: memFree=29712112/32770624 swapFree=0/571376
[pid=12453] ppid=12450 vsize=13974784 CPUtime=0.61 cores=0,2,4,6
/proc/12453/stat : 12453 (java) S 12450 12453 1460 0 -1 1077944320 13663 12475 0 0 50 4 5 2 20 0 15 0 93004667 14310178816 14067 18446744073709551615 4194304 4196468 140737123484368 140737123466912 139889273061111 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 21245952 140737123489744 140737123492529 140737123492529 140737123495887 0
/proc/12453/statm: 3493696 14067 3074 1 0 3482965 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 13974784

[startup+1.50129 s]
/proc/loadavg: 1.44 1.32 1.40 3/213 12516
/proc/meminfo: memFree=29622324/32770624 swapFree=0/571380
[pid=12453] ppid=12450 vsize=13985408 CPUtime=1.84 cores=0,2,4,6
/proc/12453/stat : 12453 (java) S 12450 12453 1460 0 -1 1077944320 27267 12475 0 0 169 8 5 2 20 0 15 0 93004667 14321057792 33814 18446744073709551615 4194304 4196468 140737123484368 140737123466912 139889273061111 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 21245952 140737123489744 140737123492529 140737123492529 140737123495887 0
/proc/12453/statm: 3496352 33814 3340 1 0 3485525 0
[pid=12453/tid=12503] ppid=12450 vsize=13985408 CPUtime=1.26 cores=0,2,4,6
/proc/12453/task/12503/stat : 12503 (java) R 12450 12453 1460 0 -1 4202560 21747 12475 0 0 113 6 5 2 20 0 15 0 93004692 14321057792 33814 18446744073709551615 4194304 4196468 140737123484368 139889277293984 139889257104741 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 21245952 140737123489744 140737123492529 140737123492529 140737123495887 0
[pid=12453/tid=12504] ppid=12450 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/12453/task/12504/stat : 12504 (java) S 12450 12453 1460 0 -1 1077944384 1 12475 0 0 0 0 5 2 20 0 15 0 93004693 14321057792 33814 18446744073709551615 4194304 4196468 140737123484368 139889233959440 139889273071317 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21245952 140737123489744 140737123492529 140737123492529 140737123495887 0
[pid=12453/tid=12505] ppid=12450 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/12453/task/12505/stat : 12505 (java) S 12450 12453 1460 0 -1 1077944384 2 12475 0 0 0 0 5 2 20 0 15 0 93004693 14321057792 33814 18446744073709551615 4194304 4196468 140737123484368 139888872057488 139889273071317 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21245952 140737123489744 140737123492529 140737123492529 140737123495887 0
[pid=12453/tid=12506] ppid=12450 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/12453/task/12506/stat : 12506 (java) S 12450 12453 1460 0 -1 1077944384 2 12475 0 0 0 0 5 2 20 0 15 0 93004693 14321057792 33814 18446744073709551615 4194304 4196468 140737123484368 139888871004432 139889273071317 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21245952 140737123489744 140737123492529 140737123492529 140737123495887 0
[pid=12453/tid=12507] ppid=12450 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/12453/task/12507/stat : 12507 (java) S 12450 12453 1460 0 -1 1077944384 2 12475 0 0 0 0 5 2 20 0 15 0 93004693 14321057792 33814 18446744073709551615 4194304 4196468 140737123484368 139888869951888 139889273071317 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21245952 140737123489744 140737123492529 140737123492529 140737123495887 0
[pid=12453/tid=12508] ppid=12450 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/12453/task/12508/stat : 12508 (java) S 12450 12453 1460 0 -1 1077944384 5 12475 0 0 0 0 5 2 20 0 15 0 93004694 14321057792 33814 18446744073709551615 4194304 4196468 140737123484368 139888751614704 139889273072258 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21245952 140737123489744 140737123492529 140737123492529 140737123495887 0
[pid=12453/tid=12509] ppid=12450 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/12453/task/12509/stat : 12509 (java) S 12450 12453 1460 0 -1 1077944384 33 12475 0 0 0 0 5 2 20 0 15 0 93004695 14321057792 33814 18446744073709551615 4194304 4196468 140737123484368 139888750560928 139889273071317 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21245952 140737123489744 140737123492529 140737123492529 140737123495887 0
[pid=12453/tid=12510] ppid=12450 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/12453/task/12510/stat : 12510 (java) S 12450 12453 1460 0 -1 1077944384 21 12475 0 0 0 0 5 2 20 0 15 0 93004695 14321057792 33814 18446744073709551615 4194304 4196468 140737123484368 139888749507824 139889273071317 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21245952 140737123489744 140737123492529 140737123492529 140737123495887 0
[pid=12453/tid=12511] ppid=12450 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/12453/task/12511/stat : 12511 (java) S 12450 12453 1460 0 -1 1077944384 3 12475 0 0 0 0 5 2 20 0 15 0 93004698 14321057792 33814 18446744073709551615 4194304 4196468 140737123484368 139888748456400 139889273079707 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21245952 140737123489744 140737123492529 140737123492529 140737123495887 0
[pid=12453/tid=12512] ppid=12450 vsize=13985408 CPUtime=0.22 cores=0,2,4,6
/proc/12453/task/12512/stat : 12512 (java) S 12450 12453 1460 0 -1 1077944384 836 12475 0 0 15 0 5 2 20 0 15 0 93004698 14321057792 33814 18446744073709551615 4194304 4196468 140737123484368 139888747403504 139889273072258 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21245952 140737123489744 140737123492529 140737123492529 140737123495887 0
[pid=12453/tid=12513] ppid=12450 vsize=13985408 CPUtime=0.24 cores=0,2,4,6
/proc/12453/task/12513/stat : 12513 (java) S 12450 12453 1460 0 -1 1077944384 1108 12475 0 0 17 0 5 2 20 0 15 0 93004698 14321057792 33814 18446744073709551615 4194304 4196468 140737123484368 139888746350960 139889273072258 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21245952 140737123489744 140737123492529 140737123492529 140737123495887 0
[pid=12453/tid=12514] ppid=12450 vsize=13985408 CPUtime=0.29 cores=0,2,4,6
/proc/12453/task/12514/stat : 12514 (java) S 12450 12453 1460 0 -1 1077944384 1343 12475 0 0 22 0 5 2 20 0 15 0 93004698 14321057792 33814 18446744073709551615 4194304 4196468 140737123484368 139888745297904 139889273072258 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21245952 140737123489744 140737123492529 140737123492529 140737123495887 0
[pid=12453/tid=12515] ppid=12450 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/12453/task/12515/stat : 12515 (java) S 12450 12453 1460 0 -1 1077944384 3 12475 0 0 0 0 5 2 20 0 15 0 93004698 14321057792 33814 18446744073709551615 4194304 4196468 140737123484368 139888744245600 139889273071317 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21245952 140737123489744 140737123492529 140737123492529 140737123495887 0
[pid=12453/tid=12516] ppid=12450 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/12453/task/12516/stat : 12516 (java) S 12450 12453 1460 0 -1 1077944384 6 12475 0 0 0 0 5 2 20 0 15 0 93004702 14321057792 33814 18446744073709551615 4194304 4196468 140737123484368 139888743193648 139889273072258 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21245952 140737123489744 140737123492529 140737123492529 140737123495887 0
Current children cumulated CPU time (s) 1.84
Current children cumulated vsize (KiB) 13985408

[startup+3.10485 s]
/proc/loadavg: 1.44 1.32 1.40 6/213 12516
/proc/meminfo: memFree=29542664/32770624 swapFree=0/571380
[pid=12453] ppid=12450 vsize=13997884 CPUtime=5.6 cores=0,2,4,6
/proc/12453/stat : 12453 (java) S 12450 12453 1460 0 -1 1077944320 49318 12475 0 0 538 15 5 2 20 0 15 0 93004667 14333833216 56063 18446744073709551615 4194304 4196468 140737123484368 140737123466912 139889273061111 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 21245952 140737123489744 140737123492529 140737123492529 140737123495887 0
/proc/12453/statm: 3499471 56063 3449 1 0 3488085 0
[pid=12453/tid=12503] ppid=12450 vsize=13997884 CPUtime=2.83 cores=0,2,4,6
/proc/12453/task/12503/stat : 12503 (java) R 12450 12453 1460 0 -1 4202560 35061 12475 0 0 267 9 5 2 20 0 15 0 93004692 14333833216 56063 18446744073709551615 4194304 4196468 140737123484368 139889277290400 139888920997447 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 21245952 140737123489744 140737123492529 140737123492529 140737123495887 0
[pid=12453/tid=12504] ppid=12450 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/12453/task/12504/stat : 12504 (java) S 12450 12453 1460 0 -1 1077944384 191 12475 0 0 1 0 5 2 20 0 15 0 93004693 14333833216 56063 18446744073709551615 4194304 4196468 140737123484368 139889233959440 139889273071317 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21245952 140737123489744 140737123492529 140737123492529 140737123495887 0
[pid=12453/tid=12505] ppid=12450 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/12453/task/12505/stat : 12505 (java) S 12450 12453 1460 0 -1 1077944384 45 12475 0 0 1 0 5 2 20 0 15 0 93004693 14333833216 56063 18446744073709551615 4194304 4196468 140737123484368 139888872057488 139889273071317 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21245952 140737123489744 140737123492529 140737123492529 140737123495887 0
[pid=12453/tid=12506] ppid=12450 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/12453/task/12506/stat : 12506 (java) S 12450 12453 1460 0 -1 1077944384 57 12475 0 0 1 0 5 2 20 0 15 0 93004693 14333833216 56063 18446744073709551615 4194304 4196468 140737123484368 139888871004432 139889273071317 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21245952 140737123489744 140737123492529 140737123492529 140737123495887 0
[pid=12453/tid=12507] ppid=12450 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/12453/task/12507/stat : 12507 (java) S 12450 12453 1460 0 -1 1077944384 68 12475 0 0 0 0 5 2 20 0 15 0 93004693 14333833216 56063 18446744073709551615 4194304 4196468 140737123484368 139888869951888 139889273071317 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21245952 140737123489744 140737123492529 140737123492529 140737123495887 0
[pid=12453/tid=12508] ppid=12450 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/12453/task/12508/stat : 12508 (java) S 12450 12453 1460 0 -1 1077944384 1649 12475 0 0 1 0 5 2 20 0 15 0 93004694 14333833216 56063 18446744073709551615 4194304 4196468 140737123484368 139888751614704 139889273072258 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21245952 140737123489744 140737123492529 140737123492529 140737123495887 0
[pid=12453/tid=12509] ppid=12450 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/12453/task/12509/stat : 12509 (java) S 12450 12453 1460 0 -1 1077944384 56 12475 0 0 0 0 5 2 20 0 15 0 93004695 14333833216 56063 18446744073709551615 4194304 4196468 140737123484368 139888750560992 139889273071317 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21245952 140737123489744 140737123492529 140737123492529 140737123495887 0
[pid=12453/tid=12510] ppid=12450 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/12453/task/12510/stat : 12510 (java) S 12450 12453 1460 0 -1 1077944384 44 12475 0 0 0 0 5 2 20 0 15 0 93004695 14333833216 56063 18446744073709551615 4194304 4196468 140737123484368 139888749507840 139889273071317 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21245952 140737123489744 140737123492529 140737123492529 140737123495887 0
[pid=12453/tid=12511] ppid=12450 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/12453/task/12511/stat : 12511 (java) S 12450 12453 1460 0 -1 1077944384 3 12475 0 0 0 0 5 2 20 0 15 0 93004698 14333833216 56063 18446744073709551615 4194304 4196468 140737123484368 139888748456400 139889273079707 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21245952 140737123489744 140737123492529 140737123492529 140737123495887 0
[pid=12453/tid=12512] ppid=12450 vsize=13997884 CPUtime=1.04 cores=0,2,4,6
/proc/12453/task/12512/stat : 12512 (java) R 12450 12453 1460 0 -1 4202560 4328 12475 0 0 96 1 5 2 20 0 15 0 93004698 14333833216 56063 18446744073709551615 4194304 4196468 140737123484368 139888747390048 139889250890528 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21245952 140737123489744 140737123492529 140737123492529 140737123495887 0
[pid=12453/tid=12513] ppid=12450 vsize=13997884 CPUtime=0.82 cores=0,2,4,6
/proc/12453/task/12513/stat : 12513 (java) R 12450 12453 1460 0 -1 4202560 2188 12475 0 0 74 1 5 2 20 0 15 0 93004698 14333833216 56063 18446744073709551615 4194304 4196468 140737123484368 139888746350960 139889250915168 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21245952 140737123489744 140737123492529 140737123492529 140737123495887 0
[pid=12453/tid=12514] ppid=12450 vsize=13997884 CPUtime=1.01 cores=0,2,4,6
/proc/12453/task/12514/stat : 12514 (java) R 12450 12453 1460 0 -1 4202560 3463 12475 0 0 93 1 5 2 20 0 15 0 93004698 14333833216 56063 18446744073709551615 4194304 4196468 140737123484368 139888745297904 139889266157947 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21245952 140737123489744 140737123492529 140737123492529 140737123495887 0
[pid=12453/tid=12515] ppid=12450 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/12453/task/12515/stat : 12515 (java) S 12450 12453 1460 0 -1 1077944384 3 12475 0 0 0 0 5 2 20 0 15 0 93004698 14333833216 56063 18446744073709551615 4194304 4196468 140737123484368 139888744245600 139889273071317 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21245952 140737123489744 140737123492529 140737123492529 140737123495887 0
[pid=12453/tid=12516] ppid=12450 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/12453/task/12516/stat : 12516 (java) R 12450 12453 1460 0 -1 1077944384 7 12475 0 0 0 0 5 2 20 0 15 0 93004702 14333833216 56063 18446744073709551615 4194304 4196468 140737123484368 139888743193648 139889273072258 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21245952 140737123489744 140737123492529 140737123492529 140737123495887 0
Current children cumulated CPU time (s) 5.6
Current children cumulated vsize (KiB) 13997884

[startup+6.30065 s]
/proc/loadavg: 1.65 1.37 1.41 5/213 12516
/proc/meminfo: memFree=29384356/32770624 swapFree=0/571376
[pid=12453] ppid=12450 vsize=14071612 CPUtime=15.22 cores=0,2,4,6
/proc/12453/stat : 12453 (java) S 12450 12453 1460 0 -1 1077944320 70834 12475 0 0 1492 23 5 2 20 0 15 0 93004667 14409330688 88684 18446744073709551615 4194304 4196468 140737123484368 140737123466912 139889273061111 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 21245952 140737123489744 140737123492529 140737123492529 140737123495887 0
/proc/12453/statm: 3517903 88684 3474 1 0 3506517 0
[pid=12453/tid=12503] ppid=12450 vsize=14071612 CPUtime=5.94 cores=0,2,4,6
/proc/12453/task/12503/stat : 12503 (java) R 12450 12453 1460 0 -1 4202560 46156 12475 0 0 575 12 5 2 20 0 15 0 93004692 14409330688 88684 18446744073709551615 4194304 4196468 140737123484368 139889277291392 139888929358109 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 21245952 140737123489744 140737123492529 140737123492529 140737123495887 0
[pid=12453/tid=12504] ppid=12450 vsize=14071612 CPUtime=0.11 cores=0,2,4,6
/proc/12453/task/12504/stat : 12504 (java) S 12450 12453 1460 0 -1 1077944384 225 12475 0 0 4 0 5 2 20 0 15 0 93004693 14409330688 88684 18446744073709551615 4194304 4196468 140737123484368 139889233959440 139889273071317 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21245952 140737123489744 140737123492529 140737123492529 140737123495887 0
[pid=12453/tid=12505] ppid=12450 vsize=14071612 CPUtime=0.11 cores=0,2,4,6
/proc/12453/task/12505/stat : 12505 (java) S 12450 12453 1460 0 -1 1077944384 93 12475 0 0 4 0 5 2 20 0 15 0 93004693 14409330688 88684 18446744073709551615 4194304 4196468 140737123484368 139888872057488 139889273071317 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21245952 140737123489744 140737123492529 140737123492529 140737123495887 0
[pid=12453/tid=12506] ppid=12450 vsize=14071612 CPUtime=0.1 cores=0,2,4,6
/proc/12453/task/12506/stat : 12506 (java) S 12450 12453 1460 0 -1 1077944384 549 12475 0 0 3 0 5 2 20 0 15 0 93004693 14409330688 88684 18446744073709551615 4194304 4196468 140737123484368 139888871004432 139889273071317 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21245952 140737123489744 140737123492529 140737123492529 140737123495887 0
[pid=12453/tid=12507] ppid=12450 vsize=14071612 CPUtime=0.1 cores=0,2,4,6
/proc/12453/task/12507/stat : 12507 (java) S 12450 12453 1460 0 -1 1077944384 100 12475 0 0 3 0 5 2 20 0 15 0 93004693 14409330688 88684 18446744073709551615 4194304 4196468 140737123484368 139888869951888 139889273071317 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21245952 140737123489744 140737123492529 140737123492529 140737123495887 0
[pid=12453/tid=12508] ppid=12450 vsize=14071612 CPUtime=0.11 cores=0,2,4,6
/proc/12453/task/12508/stat : 12508 (java) S 12450 12453 1460 0 -1 1077944384 2303 12475 0 0 4 0 5 2 20 0 15 0 93004694 14409330688 88684 18446744073709551615 4194304 4196468 140737123484368 139888751614704 139889273072258 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21245952 140737123489744 140737123492529 140737123492529 140737123495887 0
[pid=12453/tid=12509] ppid=12450 vsize=14071612 CPUtime=0.07 cores=0,2,4,6
/proc/12453/task/12509/stat : 12509 (java) S 12450 12453 1460 0 -1 1077944384 56 12475 0 0 0 0 5 2 20 0 15 0 93004695 14409330688 88684 18446744073709551615 4194304 4196468 140737123484368 139888750560992 139889273071317 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21245952 140737123489744 140737123492529 140737123492529 140737123495887 0
[pid=12453/tid=12510] ppid=12450 vsize=14071612 CPUtime=0.07 cores=0,2,4,6
/proc/12453/task/12510/stat : 12510 (java) S 12450 12453 1460 0 -1 1077944384 44 12475 0 0 0 0 5 2 20 0 15 0 93004695 14409330688 88684 18446744073709551615 4194304 4196468 140737123484368 139888749507840 139889273071317 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21245952 140737123489744 140737123492529 140737123492529 140737123495887 0
[pid=12453/tid=12511] ppid=12450 vsize=14071612 CPUtime=0.07 cores=0,2,4,6
/proc/12453/task/12511/stat : 12511 (java) S 12450 12453 1460 0 -1 1077944384 3 12475 0 0 0 0 5 2 20 0 15 0 93004698 14409330688 88684 18446744073709551615 4194304 4196468 140737123484368 139888748456400 139889273079707 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21245952 140737123489744 140737123492529 140737123492529 140737123495887 0
[pid=12453/tid=12512] ppid=12450 vsize=14071612 CPUtime=3.72 cores=0,2,4,6
/proc/12453/task/12512/stat : 12512 (java) R 12450 12453 1460 0 -1 4202560 7617 12475 0 0 363 2 5 2 20 0 15 0 93004698 14409330688 88684 18446744073709551615 4194304 4196468 140737123484368 139888747393360 139889256447848 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21245952 140737123489744 140737123492529 140737123492529 140737123495887 0
[pid=12453/tid=12513] ppid=12450 vsize=14071612 CPUtime=3.48 cores=0,2,4,6
/proc/12453/task/12513/stat : 12513 (java) R 12450 12453 1460 0 -1 4202560 5242 12475 0 0 340 1 5 2 20 0 15 0 93004698 14409330688 88684 18446744073709551615 4194304 4196468 140737123484368 139888746333680 139889258185858 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21245952 140737123489744 140737123492529 140737123492529 140737123495887 0
[pid=12453/tid=12514] ppid=12450 vsize=14071612 CPUtime=2 cores=0,2,4,6
/proc/12453/task/12514/stat : 12514 (java) S 12450 12453 1460 0 -1 1077944384 6231 12475 0 0 191 2 5 2 20 0 15 0 93004698 14409330688 88684 18446744073709551615 4194304 4196468 140737123484368 139888745297904 139889273072258 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21245952 140737123489744 140737123492529 140737123492529 140737123495887 0
[pid=12453/tid=12515] ppid=12450 vsize=14071612 CPUtime=0.07 cores=0,2,4,6
/proc/12453/task/12515/stat : 12515 (java) S 12450 12453 1460 0 -1 1077944384 3 12475 0 0 0 0 5 2 20 0 15 0 93004698 14409330688 88684 18446744073709551615 4194304 4196468 140737123484368 139888744245600 139889273071317 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21245952 140737123489744 140737123492529 140737123492529 140737123495887 0
[pid=12453/tid=12516] ppid=12450 vsize=14071612 CPUtime=0.07 cores=0,2,4,6
/proc/12453/task/12516/stat : 12516 (java) S 12450 12453 1460 0 -1 1077944384 57 12475 0 0 0 0 5 2 20 0 15 0 93004702 14409330688 88684 18446744073709551615 4194304 4196468 140737123484368 139888743193648 139889273072258 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21245952 140737123489744 140737123492529 140737123492529 140737123495887 0
Current children cumulated CPU time (s) 15.22
Current children cumulated vsize (KiB) 14071612

[startup+12.7008 s]
/proc/loadavg: 1.59 1.36 1.41 3/213 12516
/proc/meminfo: memFree=29211084/32770624 swapFree=0/571380
[pid=12453] ppid=12450 vsize=14071612 CPUtime=24.58 cores=0,2,4,6
/proc/12453/stat : 12453 (java) S 12450 12453 1460 0 -1 1077944320 79670 12475 0 0 2424 27 5 2 20 0 15 0 93004667 14409330688 128510 18446744073709551615 4194304 4196468 140737123484368 140737123466912 139889273061111 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 21245952 140737123489744 140737123492529 140737123492529 140737123495887 0
/proc/12453/statm: 3517903 128510 3479 1 0 3506517 0
[pid=12453/tid=12503] ppid=12450 vsize=14071612 CPUtime=12.32 cores=0,2,4,6
/proc/12453/task/12503/stat : 12503 (java) R 12450 12453 1460 0 -1 4202560 46760 12475 0 0 1211 14 5 2 20 0 15 0 93004692 14409330688 128510 18446744073709551615 4194304 4196468 140737123484368 139889277292832 139888929396826 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 21245952 140737123489744 140737123492529 140737123492529 140737123495887 0
[pid=12453/tid=12504] ppid=12450 vsize=14071612 CPUtime=0.13 cores=0,2,4,6
/proc/12453/task/12504/stat : 12504 (java) S 12450 12453 1460 0 -1 1077944384 538 12475 0 0 5 1 5 2 20 0 15 0 93004693 14409330688 128510 18446744073709551615 4194304 4196468 140737123484368 139889233959440 139889273071317 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21245952 140737123489744 140737123492529 140737123492529 140737123495887 0
[pid=12453/tid=12505] ppid=12450 vsize=14071612 CPUtime=0.13 cores=0,2,4,6
/proc/12453/task/12505/stat : 12505 (java) S 12450 12453 1460 0 -1 1077944384 115 12475 0 0 5 1 5 2 20 0 15 0 93004693 14409330688 128510 18446744073709551615 4194304 4196468 140737123484368 139888872057488 139889273071317 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21245952 140737123489744 140737123492529 140737123492529 140737123495887 0
[pid=12453/tid=12506] ppid=12450 vsize=14071612 CPUtime=0.12 cores=0,2,4,6
/proc/12453/task/12506/stat : 12506 (java) S 12450 12453 1460 0 -1 1077944384 569 12475 0 0 4 1 5 2 20 0 15 0 93004693 14409330688 128510 18446744073709551615 4194304 4196468 140737123484368 139888871004432 139889273071317 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21245952 140737123489744 140737123492529 140737123492529 140737123495887 0
[pid=12453/tid=12507] ppid=12450 vsize=14071612 CPUtime=0.12 cores=0,2,4,6
/proc/12453/task/12507/stat : 12507 (java) S 12450 12453 1460 0 -1 1077944384 145 12475 0 0 4 1 5 2 20 0 15 0 93004693 14409330688 128510 18446744073709551615 4194304 4196468 140737123484368 139888869951888 139889273071317 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21245952 140737123489744 140737123492529 140737123492529 140737123495887 0
[pid=12453/tid=12508] ppid=12450 vsize=14071612 CPUtime=0.11 cores=0,2,4,6
/proc/12453/task/12508/stat : 12508 (java) S 12450 12453 1460 0 -1 1077944384 2521 12475 0 0 4 0 5 2 20 0 15 0 93004694 14409330688 128510 18446744073709551615 4194304 4196468 140737123484368 139888751614704 139889273072258 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21245952 140737123489744 140737123492529 140737123492529 140737123495887 0
[pid=12453/tid=12509] ppid=12450 vsize=14071612 CPUtime=0.07 cores=0,2,4,6
/proc/12453/task/12509/stat : 12509 (java) S 12450 12453 1460 0 -1 1077944384 60 12475 0 0 0 0 5 2 20 0 15 0 93004695 14409330688 128510 18446744073709551615 4194304 4196468 140737123484368 139888750560992 139889273071317 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21245952 140737123489744 140737123492529 140737123492529 140737123495887 0
[pid=12453/tid=12510] ppid=12450 vsize=14071612 CPUtime=0.07 cores=0,2,4,6
/proc/12453/task/12510/stat : 12510 (java) S 12450 12453 1460 0 -1 1077944384 44 12475 0 0 0 0 5 2 20 0 15 0 93004695 14409330688 128510 18446744073709551615 4194304 4196468 140737123484368 139888749507840 139889273071317 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21245952 140737123489744 140737123492529 140737123492529 140737123495887 0
[pid=12453/tid=12511] ppid=12450 vsize=14071612 CPUtime=0.07 cores=0,2,4,6
/proc/12453/task/12511/stat : 12511 (java) S 12450 12453 1460 0 -1 1077944384 3 12475 0 0 0 0 5 2 20 0 15 0 93004698 14409330688 128510 18446744073709551615 4194304 4196468 140737123484368 139888748456400 139889273079707 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21245952 140737123489744 140737123492529 140737123492529 140737123495887 0

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

/proc/12453/task/12515/stat : 12515 (java) S 12450 12453 1460 0 -1 1077944384 3 12475 0 0 0 0 5 2 20 0 15 0 93004698 14409330688 189381 18446744073709551615 4194304 4196468 140737123484368 139888744245600 139889273071317 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21245952 140737123489744 140737123492529 140737123492529 140737123495887 0
[pid=12453/tid=12516] ppid=12450 vsize=14071612 CPUtime=1.27 cores=0,2,4,6
/proc/12453/task/12516/stat : 12516 (java) S 12450 12453 1460 0 -1 1077944384 1453 12475 0 0 61 59 5 2 20 0 15 0 93004702 14409330688 189381 18446744073709551615 4194304 4196468 140737123484368 139888743193648 139889273072258 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21245952 140737123489744 140737123492529 140737123492529 140737123495887 0
Current children cumulated CPU time (s) 2417.99
Current children cumulated vsize (KiB) 14071612

[startup+2442.3 s]
/proc/loadavg: 1.68 1.42 1.45 4/216 12823
/proc/meminfo: memFree=27514960/32770624 swapFree=0/571712
[pid=12453] ppid=12450 vsize=14071612 CPUtime=2478.58 cores=0,2,4,6
/proc/12453/stat : 12453 (java) S 12450 12453 1460 0 -1 1077944320 304916 12475 0 0 247621 230 5 2 20 0 15 0 93004667 14409330688 189893 18446744073709551615 4194304 4196468 140737123484368 140737123466912 139889273061111 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 21245952 140737123489744 140737123492529 140737123492529 140737123495887 0
/proc/12453/statm: 3517903 189893 3479 1 0 3506517 0
[pid=12453/tid=12503] ppid=12450 vsize=14071612 CPUtime=2429.15 cores=0,2,4,6
/proc/12453/task/12503/stat : 12503 (java) R 12450 12453 1460 0 -1 4202560 84911 12475 0 0 242875 33 5 2 20 0 15 0 93004692 14409330688 189893 18446744073709551615 4194304 4196468 140737123484368 139889277295392 139888916790660 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 21245952 140737123489744 140737123492529 140737123492529 140737123495887 0
[pid=12453/tid=12504] ppid=12450 vsize=14071612 CPUtime=6.39 cores=0,2,4,6
/proc/12453/task/12504/stat : 12504 (java) S 12450 12453 1460 0 -1 1077944384 8130 12475 0 0 603 29 5 2 20 0 15 0 93004693 14409330688 189893 18446744073709551615 4194304 4196468 140737123484368 139889233959440 139889273071317 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21245952 140737123489744 140737123492529 140737123492529 140737123495887 0
[pid=12453/tid=12505] ppid=12450 vsize=14071612 CPUtime=6.38 cores=0,2,4,6
/proc/12453/task/12505/stat : 12505 (java) S 12450 12453 1460 0 -1 1077944384 9813 12475 0 0 601 30 5 2 20 0 15 0 93004693 14409330688 189893 18446744073709551615 4194304 4196468 140737123484368 139888872057488 139889273071317 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21245952 140737123489744 140737123492529 140737123492529 140737123495887 0
[pid=12453/tid=12506] ppid=12450 vsize=14071612 CPUtime=6.4 cores=0,2,4,6
/proc/12453/task/12506/stat : 12506 (java) S 12450 12453 1460 0 -1 1077944384 14883 12475 0 0 602 31 5 2 20 0 15 0 93004693 14409330688 189893 18446744073709551615 4194304 4196468 140737123484368 139888871004432 139889273071317 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21245952 140737123489744 140737123492529 140737123492529 140737123495887 0
[pid=12453/tid=12507] ppid=12450 vsize=14071612 CPUtime=6.4 cores=0,2,4,6
/proc/12453/task/12507/stat : 12507 (java) S 12450 12453 1460 0 -1 1077944384 10648 12475 0 0 600 33 5 2 20 0 15 0 93004693 14409330688 189893 18446744073709551615 4194304 4196468 140737123484368 139888869951888 139889273071317 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21245952 140737123489744 140737123492529 140737123492529 140737123495887 0
[pid=12453/tid=12508] ppid=12450 vsize=14071612 CPUtime=5.37 cores=0,2,4,6
/proc/12453/task/12508/stat : 12508 (java) S 12450 12453 1460 0 -1 1077944384 11340 12475 0 0 499 31 5 2 20 0 15 0 93004694 14409330688 189893 18446744073709551615 4194304 4196468 140737123484368 139888751614704 139889273072258 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21245952 140737123489744 140737123492529 140737123492529 140737123495887 0
[pid=12453/tid=12509] ppid=12450 vsize=14071612 CPUtime=0.07 cores=0,2,4,6
/proc/12453/task/12509/stat : 12509 (java) S 12450 12453 1460 0 -1 1077944384 64 12475 0 0 0 0 5 2 20 0 15 0 93004695 14409330688 189893 18446744073709551615 4194304 4196468 140737123484368 139888750560992 139889273071317 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21245952 140737123489744 140737123492529 140737123492529 140737123495887 0
[pid=12453/tid=12510] ppid=12450 vsize=14071612 CPUtime=0.07 cores=0,2,4,6
/proc/12453/task/12510/stat : 12510 (java) S 12450 12453 1460 0 -1 1077944384 44 12475 0 0 0 0 5 2 20 0 15 0 93004695 14409330688 189893 18446744073709551615 4194304 4196468 140737123484368 139888749507840 139889273071317 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21245952 140737123489744 140737123492529 140737123492529 140737123495887 0
[pid=12453/tid=12511] ppid=12450 vsize=14071612 CPUtime=0.07 cores=0,2,4,6
/proc/12453/task/12511/stat : 12511 (java) S 12450 12453 1460 0 -1 1077944384 3 12475 0 0 0 0 5 2 20 0 15 0 93004698 14409330688 189893 18446744073709551615 4194304 4196468 140737123484368 139888748456400 139889273079707 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21245952 140737123489744 140737123492529 140737123492529 140737123495887 0
[pid=12453/tid=12512] ppid=12450 vsize=14071612 CPUtime=7.63 cores=0,2,4,6
/proc/12453/task/12512/stat : 12512 (java) S 12450 12453 1460 0 -1 1077944384 48981 12475 0 0 751 5 5 2 20 0 15 0 93004698 14409330688 189893 18446744073709551615 4194304 4196468 140737123484368 139888747403504 139889273072258 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21245952 140737123489744 140737123492529 140737123492529 140737123495887 0
[pid=12453/tid=12513] ppid=12450 vsize=14071612 CPUtime=7.28 cores=0,2,4,6
/proc/12453/task/12513/stat : 12513 (java) S 12450 12453 1460 0 -1 1077944384 54987 12475 0 0 716 5 5 2 20 0 15 0 93004698 14409330688 189893 18446744073709551615 4194304 4196468 140737123484368 139888746350960 139889273072258 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21245952 140737123489744 140737123492529 140737123492529 140737123495887 0
[pid=12453/tid=12514] ppid=12450 vsize=14071612 CPUtime=2.82 cores=0,2,4,6
/proc/12453/task/12514/stat : 12514 (java) S 12450 12453 1460 0 -1 1077944384 57497 12475 0 0 268 7 5 2 20 0 15 0 93004698 14409330688 189893 18446744073709551615 4194304 4196468 140737123484368 139888745297904 139889273072258 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21245952 140737123489744 140737123492529 140737123492529 140737123495887 0
[pid=12453/tid=12515] ppid=12450 vsize=14071612 CPUtime=0.07 cores=0,2,4,6
/proc/12453/task/12515/stat : 12515 (java) S 12450 12453 1460 0 -1 1077944384 3 12475 0 0 0 0 5 2 20 0 15 0 93004698 14409330688 189893 18446744073709551615 4194304 4196468 140737123484368 139888744245600 139889273071317 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21245952 140737123489744 140737123492529 140737123492529 140737123495887 0
[pid=12453/tid=12516] ppid=12450 vsize=14071612 CPUtime=1.3 cores=0,2,4,6
/proc/12453/task/12516/stat : 12516 (java) S 12450 12453 1460 0 -1 1077944384 1457 12475 0 0 63 60 5 2 20 0 15 0 93004702 14409330688 189893 18446744073709551615 4194304 4196468 140737123484368 139888743193648 139889273072258 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21245952 140737123489744 140737123492529 140737123492529 140737123495887 0
Current children cumulated CPU time (s) 2478.58
Current children cumulated vsize (KiB) 14071612



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2483.3 s]
/proc/loadavg: 1.39 1.38 1.44 3/215 12823
/proc/meminfo: memFree=27520300/32770624 swapFree=0/571700
[pid=12453] ppid=12450 vsize=14071612 CPUtime=2520 cores=0,2,4,6
/proc/12453/stat : 12453 (java) S 12450 12453 1460 0 -1 1077944320 307251 12475 0 0 251759 234 5 2 20 0 15 0 93004667 14409330688 188482 18446744073709551615 4194304 4196468 140737123484368 140737123466912 139889273061111 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 21245952 140737123489744 140737123492529 140737123492529 140737123495887 0
/proc/12453/statm: 3517903 188482 3479 1 0 3506517 0
[pid=12453/tid=12503] ppid=12450 vsize=14071612 CPUtime=2469.92 cores=0,2,4,6
/proc/12453/task/12503/stat : 12503 (java) R 12450 12453 1460 0 -1 4202560 85456 12475 0 0 246952 33 5 2 20 0 15 0 93004692 14409330688 188482 18446744073709551615 4194304 4196468 140737123484368 139889277295232 139888930816437 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 21245952 140737123489744 140737123492529 140737123492529 140737123495887 0
[pid=12453/tid=12504] ppid=12450 vsize=14071612 CPUtime=6.52 cores=0,2,4,6
/proc/12453/task/12504/stat : 12504 (java) S 12450 12453 1460 0 -1 1077944384 8286 12475 0 0 615 30 5 2 20 0 15 0 93004693 14409330688 188482 18446744073709551615 4194304 4196468 140737123484368 139889233959440 139889273071317 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21245952 140737123489744 140737123492529 140737123492529 140737123495887 0
[pid=12453/tid=12505] ppid=12450 vsize=14071612 CPUtime=6.5 cores=0,2,4,6
/proc/12453/task/12505/stat : 12505 (java) S 12450 12453 1460 0 -1 1077944384 9832 12475 0 0 612 31 5 2 20 0 15 0 93004693 14409330688 188482 18446744073709551615 4194304 4196468 140737123484368 139888872057488 139889273071317 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21245952 140737123489744 140737123492529 140737123492529 140737123495887 0
[pid=12453/tid=12506] ppid=12450 vsize=14071612 CPUtime=6.52 cores=0,2,4,6
/proc/12453/task/12506/stat : 12506 (java) S 12450 12453 1460 0 -1 1077944384 15035 12475 0 0 613 32 5 2 20 0 15 0 93004693 14409330688 188482 18446744073709551615 4194304 4196468 140737123484368 139888871004432 139889273071317 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21245952 140737123489744 140737123492529 140737123492529 140737123495887 0
[pid=12453/tid=12507] ppid=12450 vsize=14071612 CPUtime=6.51 cores=0,2,4,6
/proc/12453/task/12507/stat : 12507 (java) S 12450 12453 1460 0 -1 1077944384 10725 12475 0 0 611 33 5 2 20 0 15 0 93004693 14409330688 188482 18446744073709551615 4194304 4196468 140737123484368 139888869951888 139889273071317 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21245952 140737123489744 140737123492529 140737123492529 140737123495887 0
[pid=12453/tid=12508] ppid=12450 vsize=14071612 CPUtime=5.46 cores=0,2,4,6
/proc/12453/task/12508/stat : 12508 (java) S 12450 12453 1460 0 -1 1077944384 11525 12475 0 0 507 32 5 2 20 0 15 0 93004694 14409330688 188482 18446744073709551615 4194304 4196468 140737123484368 139888751614704 139889273072258 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21245952 140737123489744 140737123492529 140737123492529 140737123495887 0
[pid=12453/tid=12509] ppid=12450 vsize=14071612 CPUtime=0.07 cores=0,2,4,6
/proc/12453/task/12509/stat : 12509 (java) S 12450 12453 1460 0 -1 1077944384 64 12475 0 0 0 0 5 2 20 0 15 0 93004695 14409330688 188482 18446744073709551615 4194304 4196468 140737123484368 139888750560992 139889273071317 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21245952 140737123489744 140737123492529 140737123492529 140737123495887 0
[pid=12453/tid=12510] ppid=12450 vsize=14071612 CPUtime=0.07 cores=0,2,4,6
/proc/12453/task/12510/stat : 12510 (java) S 12450 12453 1460 0 -1 1077944384 44 12475 0 0 0 0 5 2 20 0 15 0 93004695 14409330688 188482 18446744073709551615 4194304 4196468 140737123484368 139888749507840 139889273071317 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21245952 140737123489744 140737123492529 140737123492529 140737123495887 0
[pid=12453/tid=12511] ppid=12450 vsize=14071612 CPUtime=0.07 cores=0,2,4,6
/proc/12453/task/12511/stat : 12511 (java) S 12450 12453 1460 0 -1 1077944384 3 12475 0 0 0 0 5 2 20 0 15 0 93004698 14409330688 188482 18446744073709551615 4194304 4196468 140737123484368 139888748456400 139889273079707 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21245952 140737123489744 140737123492529 140737123492529 140737123495887 0
[pid=12453/tid=12512] ppid=12450 vsize=14071612 CPUtime=7.66 cores=0,2,4,6
/proc/12453/task/12512/stat : 12512 (java) S 12450 12453 1460 0 -1 1077944384 49462 12475 0 0 754 5 5 2 20 0 15 0 93004698 14409330688 188482 18446744073709551615 4194304 4196468 140737123484368 139888747403504 139889273072258 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21245952 140737123489744 140737123492529 140737123492529 140737123495887 0
[pid=12453/tid=12513] ppid=12450 vsize=14071612 CPUtime=7.3 cores=0,2,4,6
/proc/12453/task/12513/stat : 12513 (java) S 12450 12453 1460 0 -1 1077944384 55177 12475 0 0 718 5 5 2 20 0 15 0 93004698 14409330688 188482 18446744073709551615 4194304 4196468 140737123484368 139888746350960 139889273072258 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21245952 140737123489744 140737123492529 140737123492529 140737123495887 0
[pid=12453/tid=12514] ppid=12450 vsize=14071612 CPUtime=2.83 cores=0,2,4,6
/proc/12453/task/12514/stat : 12514 (java) S 12450 12453 1460 0 -1 1077944384 58013 12475 0 0 269 7 5 2 20 0 15 0 93004698 14409330688 188482 18446744073709551615 4194304 4196468 140737123484368 139888745297904 139889273072258 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21245952 140737123489744 140737123492529 140737123492529 140737123495887 0
[pid=12453/tid=12515] ppid=12450 vsize=14071612 CPUtime=0.07 cores=0,2,4,6
/proc/12453/task/12515/stat : 12515 (java) S 12450 12453 1460 0 -1 1077944384 3 12475 0 0 0 0 5 2 20 0 15 0 93004698 14409330688 188482 18446744073709551615 4194304 4196468 140737123484368 139888744245600 139889273071317 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21245952 140737123489744 140737123492529 140737123492529 140737123495887 0
[pid=12453/tid=12516] ppid=12450 vsize=14071612 CPUtime=1.32 cores=0,2,4,6
/proc/12453/task/12516/stat : 12516 (java) S 12450 12453 1460 0 -1 1077944384 1471 12475 0 0 64 61 5 2 20 0 15 0 93004702 14409330688 188482 18446744073709551615 4194304 4196468 140737123484368 139888743193648 139889273072258 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21245952 140737123489744 140737123492529 140737123492529 140737123495887 0
Current children cumulated CPU time (s) 2520
Current children cumulated vsize (KiB) 14071612

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 12453 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2483.41 s]
/proc/loadavg: 1.39 1.38 1.44 3/215 12823
/proc/meminfo: memFree=27520300/32770624 swapFree=0/571700
[pid=12453] ppid=12450 vsize=14204740 CPUtime=2520.33 cores=0,2,4,6
/proc/12453/stat : 12453 (java) S 12450 12453 1460 0 -1 1077944320 312953 12475 0 0 251791 235 5 2 20 0 17 0 93004667 14545653760 190153 18446744073709551615 4194304 4196468 140737123484368 140737123466912 139889273061111 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 21245952 140737123489744 140737123492529 140737123492529 140737123495887 0
/proc/12453/statm: 3551185 190153 3479 1 0 3539799 0
[pid=12453/tid=12503] ppid=12450 vsize=14204740 CPUtime=2469.93 cores=0,2,4,6
/proc/12453/task/12503/stat : 12503 (java) S 12450 12453 1460 0 -1 1077944384 85710 12475 0 0 246953 33 5 2 20 0 17 0 93004692 14545653760 190153 18446744073709551615 4194304 4196468 140737123484368 139889277298832 139889273071317 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 21245952 140737123489744 140737123492529 140737123492529 140737123495887 0
[pid=12453/tid=12504] ppid=12450 vsize=14204740 CPUtime=6.59 cores=0,2,4,6
/proc/12453/task/12504/stat : 12504 (java) S 12450 12453 1460 0 -1 1077944384 8522 12475 0 0 622 30 5 2 20 0 17 0 93004693 14545653760 190153 18446744073709551615 4194304 4196468 140737123484368 139889233959440 139889273071317 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21245952 140737123489744 140737123492529 140737123492529 140737123495887 0
[pid=12453/tid=12505] ppid=12450 vsize=14204740 CPUtime=6.57 cores=0,2,4,6
/proc/12453/task/12505/stat : 12505 (java) S 12450 12453 1460 0 -1 1077944384 9891 12475 0 0 619 31 5 2 20 0 17 0 93004693 14545653760 190153 18446744073709551615 4194304 4196468 140737123484368 139888872057488 139889273071317 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21245952 140737123489744 140737123492529 140737123492529 140737123495887 0
[pid=12453/tid=12506] ppid=12450 vsize=14204740 CPUtime=6.59 cores=0,2,4,6
/proc/12453/task/12506/stat : 12506 (java) S 12450 12453 1460 0 -1 1077944384 15065 12475 0 0 620 32 5 2 20 0 17 0 93004693 14545653760 190153 18446744073709551615 4194304 4196468 140737123484368 139888871004432 139889273071317 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21245952 140737123489744 140737123492529 140737123492529 140737123495887 0
[pid=12453/tid=12507] ppid=12450 vsize=14204740 CPUtime=6.58 cores=0,2,4,6
/proc/12453/task/12507/stat : 12507 (java) S 12450 12453 1460 0 -1 1077944384 10746 12475 0 0 618 33 5 2 20 0 17 0 93004693 14545653760 190153 18446744073709551615 4194304 4196468 140737123484368 139888869951888 139889273071317 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21245952 140737123489744 140737123492529 140737123492529 140737123495887 0
[pid=12453/tid=12508] ppid=12450 vsize=14204740 CPUtime=5.49 cores=0,2,4,6
/proc/12453/task/12508/stat : 12508 (java) R 12450 12453 1460 0 -1 4202560 16480 12475 0 0 510 32 5 2 20 0 17 0 93004694 14545653760 190153 18446744073709551615 4194304 4196468 140737123484368 139888751613328 139889251431286 0 0 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21245952 140737123489744 140737123492529 140737123492529 140737123495887 0
[pid=12453/tid=12509] ppid=12450 vsize=14204740 CPUtime=0.07 cores=0,2,4,6
/proc/12453/task/12509/stat : 12509 (java) S 12450 12453 1460 0 -1 1077944384 64 12475 0 0 0 0 5 2 20 0 17 0 93004695 14545653760 190170 18446744073709551615 4194304 4196468 140737123484368 139888750560992 139889273071317 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21245952 140737123489744 140737123492529 140737123492529 140737123495887 0
[pid=12453/tid=12510] ppid=12450 vsize=14204740 CPUtime=0.07 cores=0,2,4,6
/proc/12453/task/12510/stat : 12510 (java) S 12450 12453 1460 0 -1 1077944384 44 12475 0 0 0 0 5 2 20 0 17 0 93004695 14545653760 190170 18446744073709551615 4194304 4196468 140737123484368 139888749507840 139889273071317 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21245952 140737123489744 140737123492529 140737123492529 140737123495887 0
[pid=12453/tid=12511] ppid=12450 vsize=14204740 CPUtime=0.07 cores=0,2,4,6
/proc/12453/task/12511/stat : 12511 (java) S 12450 12453 1460 0 -1 1077944384 62 12475 0 0 0 0 5 2 20 0 17 0 93004698 14545653760 190170 18446744073709551615 4194304 4196468 140737123484368 139888748456400 139889273079707 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21245952 140737123489744 140737123492529 140737123492529 140737123495887 0
[pid=12453/tid=12512] ppid=12450 vsize=14204740 CPUtime=7.66 cores=0,2,4,6
/proc/12453/task/12512/stat : 12512 (java) S 12450 12453 1460 0 -1 1077944384 49462 12475 0 0 754 5 5 2 20 0 17 0 93004698 14545653760 190170 18446744073709551615 4194304 4196468 140737123484368 139888747403504 139889273072258 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21245952 140737123489744 140737123492529 140737123492529 140737123495887 0
[pid=12453/tid=12513] ppid=12450 vsize=14204740 CPUtime=7.3 cores=0,2,4,6
/proc/12453/task/12513/stat : 12513 (java) S 12450 12453 1460 0 -1 1077944384 55177 12475 0 0 718 5 5 2 20 0 17 0 93004698 14545653760 190236 18446744073709551615 4194304 4196468 140737123484368 139888746350960 139889273072258 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21245952 140737123489744 140737123492529 140737123492529 140737123495887 0
[pid=12453/tid=12514] ppid=12450 vsize=14204740 CPUtime=2.83 cores=0,2,4,6
/proc/12453/task/12514/stat : 12514 (java) S 12450 12453 1460 0 -1 1077944384 58013 12475 0 0 269 7 5 2 20 0 17 0 93004698 14545653760 190236 18446744073709551615 4194304 4196468 140737123484368 139888745297904 139889273072258 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21245952 140737123489744 140737123492529 140737123492529 140737123495887 0
[pid=12453/tid=12515] ppid=12450 vsize=14204740 CPUtime=0.07 cores=0,2,4,6
/proc/12453/task/12515/stat : 12515 (java) S 12450 12453 1460 0 -1 1077944384 3 12475 0 0 0 0 5 2 20 0 17 0 93004698 14545653760 190236 18446744073709551615 4194304 4196468 140737123484368 139888744245600 139889273071317 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21245952 140737123489744 140737123492529 140737123492529 140737123495887 0
[pid=12453/tid=12516] ppid=12450 vsize=14204740 CPUtime=1.32 cores=0,2,4,6
/proc/12453/task/12516/stat : 12516 (java) S 12450 12453 1460 0 -1 1077944384 1471 12475 0 0 64 61 5 2 20 0 17 0 93004702 14545653760 190236 18446744073709551615 4194304 4196468 140737123484368 139888743193648 139889273072258 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21245952 140737123489744 140737123492529 140737123492529 140737123495887 0
Current children cumulated CPU time (s) 2520.33
Current children cumulated vsize (KiB) 14204740

[startup+2483.5 s]
/proc/loadavg: 1.39 1.38 1.44 3/215 12823
/proc/meminfo: memFree=27520300/32770624 swapFree=0/571700
[pid=12453] ppid=12450 vsize=14204740 CPUtime=2520.55 cores=0,2,4,6
/proc/12453/stat : 12453 (java) S 12450 12453 1460 0 -1 1077944320 313205 12475 0 0 251813 235 5 2 20 0 17 0 93004667 14545653760 190312 18446744073709551615 4194304 4196468 140737123484368 140737123466912 139889273061111 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 21245952 140737123489744 140737123492529 140737123492529 140737123495887 0
/proc/12453/statm: 3551185 190312 3486 1 0 3539799 0
[pid=12453/tid=12503] ppid=12450 vsize=14204740 CPUtime=2469.93 cores=0,2,4,6
/proc/12453/task/12503/stat : 12503 (java) S 12450 12453 1460 0 -1 1077944384 85710 12475 0 0 246953 33 5 2 20 0 17 0 93004692 14545653760 190312 18446744073709551615 4194304 4196468 140737123484368 139889277298832 139889273071317 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 21245952 140737123489744 140737123492529 140737123492529 140737123495887 0
[pid=12453/tid=12504] ppid=12450 vsize=14204740 CPUtime=6.63 cores=0,2,4,6
/proc/12453/task/12504/stat : 12504 (java) S 12450 12453 1460 0 -1 1077944384 8523 12475 0 0 626 30 5 2 20 0 17 0 93004693 14545653760 190312 18446744073709551615 4194304 4196468 140737123484368 139889233959440 139889273071317 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21245952 140737123489744 140737123492529 140737123492529 140737123495887 0
[pid=12453/tid=12505] ppid=12450 vsize=14204740 CPUtime=6.61 cores=0,2,4,6
/proc/12453/task/12505/stat : 12505 (java) S 12450 12453 1460 0 -1 1077944384 9891 12475 0 0 623 31 5 2 20 0 17 0 93004693 14545653760 190312 18446744073709551615 4194304 4196468 140737123484368 139888872057488 139889273071317 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21245952 140737123489744 140737123492529 140737123492529 140737123495887 0
[pid=12453/tid=12506] ppid=12450 vsize=14204740 CPUtime=6.63 cores=0,2,4,6
/proc/12453/task/12506/stat : 12506 (java) S 12450 12453 1460 0 -1 1077944384 15065 12475 0 0 624 32 5 2 20 0 17 0 93004693 14545653760 190312 18446744073709551615 4194304 4196468 140737123484368 139888871004432 139889273071317 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21245952 140737123489744 140737123492529 140737123492529 140737123495887 0
[pid=12453/tid=12507] ppid=12450 vsize=14204740 CPUtime=6.62 cores=0,2,4,6
/proc/12453/task/12507/stat : 12507 (java) S 12450 12453 1460 0 -1 1077944384 10751 12475 0 0 622 33 5 2 20 0 17 0 93004693 14545653760 190312 18446744073709551615 4194304 4196468 140737123484368 139888869951888 139889273071317 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21245952 140737123489744 140737123492529 140737123492529 140737123495887 0
[pid=12453/tid=12508] ppid=12450 vsize=14204740 CPUtime=5.54 cores=0,2,4,6
/proc/12453/task/12508/stat : 12508 (java) R 12450 12453 1460 0 -1 4202560 16711 12475 0 0 515 32 5 2 20 0 17 0 93004694 14545653760 190312 18446744073709551615 4194304 4196468 140737123484368 139888751613104 139889273082458 0 0 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21245952 140737123489744 140737123492529 140737123492529 140737123495887 0
[pid=12453/tid=12509] ppid=12450 vsize=14204740 CPUtime=0.07 cores=0,2,4,6
/proc/12453/task/12509/stat : 12509 (java) S 12450 12453 1460 0 -1 1077944384 67 12475 0 0 0 0 5 2 20 0 17 0 93004695 14545653760 190312 18446744073709551615 4194304 4196468 140737123484368 139888750560496 139889273071317 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21245952 140737123489744 140737123492529 140737123492529 140737123495887 0
[pid=12453/tid=12510] ppid=12450 vsize=14204740 CPUtime=0.07 cores=0,2,4,6
/proc/12453/task/12510/stat : 12510 (java) S 12450 12453 1460 0 -1 1077944384 44 12475 0 0 0 0 5 2 20 0 17 0 93004695 14545653760 190312 18446744073709551615 4194304 4196468 140737123484368 139888749507840 139889273071317 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21245952 140737123489744 140737123492529 140737123492529 140737123495887 0
[pid=12453/tid=12511] ppid=12450 vsize=14204740 CPUtime=0.07 cores=0,2,4,6
/proc/12453/task/12511/stat : 12511 (java) S 12450 12453 1460 0 -1 1077944384 62 12475 0 0 0 0 5 2 20 0 17 0 93004698 14545653760 190312 18446744073709551615 4194304 4196468 140737123484368 139888748456400 139889273079707 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21245952 140737123489744 140737123492529 140737123492529 140737123495887 0
[pid=12453/tid=12512] ppid=12450 vsize=14204740 CPUtime=7.66 cores=0,2,4,6
/proc/12453/task/12512/stat : 12512 (java) S 12450 12453 1460 0 -1 1077944384 49462 12475 0 0 754 5 5 2 20 0 17 0 93004698 14545653760 190312 18446744073709551615 4194304 4196468 140737123484368 139888747403504 139889273072258 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21245952 140737123489744 140737123492529 140737123492529 140737123495887 0
[pid=12453/tid=12513] ppid=12450 vsize=14204740 CPUtime=7.3 cores=0,2,4,6
/proc/12453/task/12513/stat : 12513 (java) S 12450 12453 1460 0 -1 1077944384 55177 12475 0 0 718 5 5 2 20 0 17 0 93004698 14545653760 190312 18446744073709551615 4194304 4196468 140737123484368 139888746350960 139889273072258 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21245952 140737123489744 140737123492529 140737123492529 140737123495887 0
[pid=12453/tid=12514] ppid=12450 vsize=14204740 CPUtime=2.83 cores=0,2,4,6
/proc/12453/task/12514/stat : 12514 (java) S 12450 12453 1460 0 -1 1077944384 58013 12475 0 0 269 7 5 2 20 0 17 0 93004698 14545653760 190312 18446744073709551615 4194304 4196468 140737123484368 139888745297904 139889273072258 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21245952 140737123489744 140737123492529 140737123492529 140737123495887 0
[pid=12453/tid=12515] ppid=12450 vsize=14204740 CPUtime=0.07 cores=0,2,4,6
/proc/12453/task/12515/stat : 12515 (java) S 12450 12453 1460 0 -1 1077944384 3 12475 0 0 0 0 5 2 20 0 17 0 93004698 14545653760 190312 18446744073709551615 4194304 4196468 140737123484368 139888744245600 139889273071317 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21245952 140737123489744 140737123492529 140737123492529 140737123495887 0
[pid=12453/tid=12516] ppid=12450 vsize=14204740 CPUtime=1.32 cores=0,2,4,6
/proc/12453/task/12516/stat : 12516 (java) S 12450 12453 1460 0 -1 1077944384 1471 12475 0 0 64 61 5 2 20 0 17 0 93004702 14545653760 190312 18446744073709551615 4194304 4196468 140737123484368 139888743193648 139889273072258 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21245952 140737123489744 140737123492529 140737123492529 140737123495887 0
Current children cumulated CPU time (s) 2520.55
Current children cumulated vsize (KiB) 14204740

Child status: 143
Real time (s): 2483.54
CPU time (s): 2520.62
CPU user time (s): 2518.23
CPU system time (s): 2.38964
CPU usage (%): 101.493
Max. virtual memory (cumulated for all children) (KiB): 14204740

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.23
system time used= 2.38964
maximum resident set size= 866564
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 325740
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 176069
involuntary context switches= 4652

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.9664 second user time and 15.5444 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-11 14:22:28
IDJOB=4262060
IDBENCH=130625
IDSOLVER=2650
FILE ID=node134/4262060-1502454984
RUNJOBID= node134-1502411438-1523
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/QueenAttacking/QueenAttacking-m1-s1/QueenAttacking-09.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262060-1502454984/watcher-4262060-1502454984 -o /tmp/evaluation-result-4262060-1502454984/solver-4262060-1502454984 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502411438-1523 --watchdog 2580  bin/concrete HOME/instance-4262060-1502454984.xml

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

MD5SUM BENCH= 5a1f15825b762c0b5b9d8df1deed9cb9
RANDOM SEED=757739559

node134.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.43
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.43
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.43
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.43
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:        29712388 kB
MemAvailable:   30695908 kB
Buffers:          288012 kB
Cached:           989132 kB
SwapCached:            0 kB
Active:          2017052 kB
Inactive:         602592 kB
Active(anon):    1344912 kB
Inactive(anon):    31216 kB
Active(file):     672140 kB
Inactive(file):   571376 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24348 kB
Writeback:            16 kB
AnonPages:       1342516 kB
Mapped:            64264 kB
Shmem:             33468 kB
Slab:             137868 kB
SReclaimable:     111680 kB
SUnreclaim:        26188 kB
KernelStack:        3504 kB
PageTables:         8552 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2072504 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1187840 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 61984 MiB
End job on node134 at 2017-08-11 15:03:52