Trace number 4262805

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) 2521.01 2467.95

General information on the benchmark

NameSchurrLemma/SchurrLemma-nor-s1/
SchurrLemma-nor-066-4.xml
MD5SUMc25add2d506acc91b1dafe626b0f7e10
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.64946198
Satisfiable
(Un)Satisfiability was proved
Number of variables66
Number of constraints1056
Number of domains1
Minimum domain size4
Maximum domain size4
Distribution of domain sizes[{"size":4,"count":66}]
Minimum variable degree32
Maximum variable degree64
Distribution of variable degrees[{"degree":32,"count":1},{"degree":33,"count":2},{"degree":34,"count":2},{"degree":35,"count":2},{"degree":36,"count":2},{"degree":37,"count":2},{"degree":38,"count":2},{"degree":39,"count":2},{"degree":40,"count":2},{"degree":41,"count":2},{"degree":42,"count":2},{"degree":43,"count":2},{"degree":44,"count":2},{"degree":45,"count":2},{"degree":46,"count":2},{"degree":47,"count":2},{"degree":48,"count":4},{"degree":49,"count":2},{"degree":50,"count":2},{"degree":51,"count":2},{"degree":52,"count":2},{"degree":53,"count":2},{"degree":54,"count":2},{"degree":55,"count":2},{"degree":56,"count":2},{"degree":57,"count":2},{"degree":58,"count":2},{"degree":59,"count":2},{"degree":60,"count":2},{"degree":61,"count":2},{"degree":62,"count":2},{"degree":63,"count":2},{"degree":64,"count":1}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":1056}]
Number of extensional constraints0
Number of intensional constraints1056
Distribution of constraint types[{"type":"intension","count":1056}]
Optimization problemNO
Type of objective

Solver Data

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

pid=27681
running on 4 cores: 1,3,5,7

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.50 1.55 1.55 3/199 27684
/proc/meminfo: memFree=28055092/32770624 swapFree=0/444244
[pid=27684] ppid=27681 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/27684/stat : 27684 (runsolver) D 27681 27684 4821 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 97033464 24240128 108 18446744073709551615 4194304 4338465 140724192202112 140724192199752 140066550088407 0 0 1 24578 18446744071580418449 0 0 17 3 0 0 0 0 0 6438912 6441760 21241856 140724192207057 140724192207433 140724192207433 140724192210890 0
/proc/27684/statm: 5918 108 54 36 0 2156 0

[startup+0.100447 s]
/proc/loadavg: 1.50 1.55 1.55 3/199 27684
/proc/meminfo: memFree=28055092/32770624 swapFree=0/444244
[pid=27684] ppid=27681 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/27684/stat : 27684 (bash) S 27681 27684 4821 0 -1 4202496 855 6167 0 0 0 0 0 1 20 0 1 0 97033464 9867264 366 18446744073709551615 4194304 5098028 140732671157568 140732671151304 139719559568384 0 0 5 65536 18446744071580971376 0 0 17 7 0 0 8 0 0 7196144 7232144 23048192 140732671164948 140732671165033 140732671165033 140732671168490 0
/proc/27684/statm: 2409 366 287 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.200177 s]
/proc/loadavg: 1.50 1.55 1.55 3/199 27684
/proc/meminfo: memFree=28055092/32770624 swapFree=0/444244
[pid=27684] ppid=27681 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/27684/stat : 27684 (bash) S 27681 27684 4821 0 -1 4202496 896 6475 0 0 0 0 0 1 20 0 1 0 97033464 9867264 377 18446744073709551615 4194304 5098028 140732671157568 140732671151576 139719559568384 0 0 5 65536 18446744071580971376 0 0 17 7 0 0 8 0 0 7196144 7232144 23048192 140732671164948 140732671165033 140732671165033 140732671168490 0
/proc/27684/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.3003 s]
/proc/loadavg: 1.50 1.55 1.55 3/199 27684
/proc/meminfo: memFree=28055092/32770624 swapFree=0/444244
[pid=27684] ppid=27681 vsize=13973936 CPUtime=0.14 cores=1,3,5,7
/proc/27684/stat : 27684 (java) S 27681 27684 4821 0 -1 1077944320 6070 12817 0 0 6 1 4 3 20 0 15 0 97033464 14309310464 6210 18446744073709551615 4194304 4196468 140721626568688 140721626551232 140576874962679 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 37617664 140721626576848 140721626579633 140721626579633 140721626582991 0
/proc/27684/statm: 3493484 6210 2688 1 0 3482965 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 13973936

[startup+0.700295 s]
/proc/loadavg: 1.50 1.55 1.55 3/199 27684
/proc/meminfo: memFree=28055092/32770624 swapFree=0/444244
[pid=27684] ppid=27681 vsize=13974784 CPUtime=0.7 cores=1,3,5,7
/proc/27684/stat : 27684 (java) S 27681 27684 4821 0 -1 1077944320 13963 12817 0 0 60 3 4 3 20 0 15 0 97033464 14310178816 14921 18446744073709551615 4194304 4196468 140721626568688 140721626551232 140576874962679 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 37617664 140721626576848 140721626579633 140721626579633 140721626582991 0
/proc/27684/statm: 3493696 14921 3116 1 0 3482965 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 13974784

[startup+1.50175 s]
/proc/loadavg: 1.50 1.55 1.55 4/214 27747
/proc/meminfo: memFree=27959144/32770624 swapFree=0/444268
[pid=27684] ppid=27681 vsize=13985408 CPUtime=1.94 cores=1,3,5,7
/proc/27684/stat : 27684 (java) S 27681 27684 4821 0 -1 1077944320 29957 12817 0 0 178 9 4 3 20 0 15 0 97033464 14321057792 42717 18446744073709551615 4194304 4196468 140721626568688 140721626551232 140576874962679 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 37617664 140721626576848 140721626579633 140721626579633 140721626582991 0
/proc/27684/statm: 3496352 42717 3370 1 0 3485525 0
[pid=27684/tid=27734] ppid=27681 vsize=13985408 CPUtime=1.29 cores=1,3,5,7
/proc/27684/task/27734/stat : 27734 (java) R 27681 27684 4821 0 -1 4202560 22509 12817 0 0 117 5 4 3 20 0 15 0 97033485 14321057792 42717 18446744073709551615 4194304 4196468 140721626568688 140576879191720 140576859043166 0 4 1 16800974 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 37617664 140721626576848 140721626579633 140721626579633 140721626582991 0
[pid=27684/tid=27735] ppid=27681 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/27684/task/27735/stat : 27735 (java) S 27681 27684 4821 0 -1 1077944384 58 12817 0 0 0 0 4 3 20 0 15 0 97033486 14321057792 42717 18446744073709551615 4194304 4196468 140721626568688 140576831928976 140576874972885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37617664 140721626576848 140721626579633 140721626579633 140721626582991 0
[pid=27684/tid=27736] ppid=27681 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/27684/task/27736/stat : 27736 (java) S 27681 27684 4821 0 -1 1077944384 51 12817 0 0 1 0 4 3 20 0 15 0 97033486 14321057792 42717 18446744073709551615 4194304 4196468 140721626568688 140576830876176 140576874972885 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37617664 140721626576848 140721626579633 140721626579633 140721626582991 0
[pid=27684/tid=27737] ppid=27681 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/27684/task/27737/stat : 27737 (java) S 27681 27684 4821 0 -1 1077944384 187 12817 0 0 1 0 4 3 20 0 15 0 97033486 14321057792 42717 18446744073709551615 4194304 4196468 140721626568688 140576473409936 140576874972885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37617664 140721626576848 140721626579633 140721626579633 140721626582991 0
[pid=27684/tid=27738] ppid=27681 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/27684/task/27738/stat : 27738 (java) S 27681 27684 4821 0 -1 1077944384 53 12817 0 0 1 0 4 3 20 0 15 0 97033486 14321057792 42717 18446744073709551615 4194304 4196468 140721626568688 140576472357136 140576874972885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37617664 140721626576848 140721626579633 140721626579633 140721626582991 0
[pid=27684/tid=27739] ppid=27681 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/27684/task/27739/stat : 27739 (java) S 27681 27684 4821 0 -1 1077944384 1653 12817 0 0 1 0 4 3 20 0 15 0 97033487 14321057792 42717 18446744073709551615 4194304 4196468 140721626568688 140576353516400 140576874973826 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37617664 140721626576848 140721626579633 140721626579633 140721626582991 0
[pid=27684/tid=27740] ppid=27681 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/27684/task/27740/stat : 27740 (java) S 27681 27684 4821 0 -1 1077944384 55 12817 0 0 0 0 4 3 20 0 15 0 97033487 14321057792 42717 18446744073709551615 4194304 4196468 140721626568688 140576352462432 140576874972885 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37617664 140721626576848 140721626579633 140721626579633 140721626582991 0
[pid=27684/tid=27741] ppid=27681 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/27684/task/27741/stat : 27741 (java) S 27681 27684 4821 0 -1 1077944384 43 12817 0 0 0 0 4 3 20 0 15 0 97033488 14321057792 42717 18446744073709551615 4194304 4196468 140721626568688 140576351409536 140576874972885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37617664 140721626576848 140721626579633 140721626579633 140721626582991 0
[pid=27684/tid=27742] ppid=27681 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/27684/task/27742/stat : 27742 (java) S 27681 27684 4821 0 -1 1077944384 3 12817 0 0 0 0 4 3 20 0 15 0 97033490 14321057792 42717 18446744073709551615 4194304 4196468 140721626568688 140576350357840 140576874981275 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37617664 140721626576848 140721626579633 140721626579633 140721626582991 0
[pid=27684/tid=27743] ppid=27681 vsize=13985408 CPUtime=0.24 cores=1,3,5,7
/proc/27684/task/27743/stat : 27743 (java) S 27681 27684 4821 0 -1 1077944384 1129 12817 0 0 17 0 4 3 20 0 15 0 97033490 14321057792 42717 18446744073709551615 4194304 4196468 140721626568688 140576349305200 140576874973826 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37617664 140721626576848 140721626579633 140721626579633 140721626582991 0
[pid=27684/tid=27744] ppid=27681 vsize=13985408 CPUtime=0.18 cores=1,3,5,7
/proc/27684/task/27744/stat : 27744 (java) S 27681 27684 4821 0 -1 1077944384 587 12817 0 0 11 0 4 3 20 0 15 0 97033490 14321057792 42717 18446744073709551615 4194304 4196468 140721626568688 140576348252400 140576874973826 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37617664 140721626576848 140721626579633 140721626579633 140721626582991 0
[pid=27684/tid=27745] ppid=27681 vsize=13985408 CPUtime=0.3 cores=1,3,5,7
/proc/27684/task/27745/stat : 27745 (java) R 27681 27684 4821 0 -1 4202560 1464 12817 0 0 23 0 4 3 20 0 15 0 97033490 14321057792 42717 18446744073709551615 4194304 4196468 140721626568688 140576347199600 140576868059412 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37617664 140721626576848 140721626579633 140721626579633 140721626582991 0
[pid=27684/tid=27746] ppid=27681 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/27684/task/27746/stat : 27746 (java) S 27681 27684 4821 0 -1 1077944384 3 12817 0 0 0 0 4 3 20 0 15 0 97033490 14321057792 42717 18446744073709551615 4194304 4196468 140721626568688 140576346147040 140576874972885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37617664 140721626576848 140721626579633 140721626579633 140721626582991 0
[pid=27684/tid=27747] ppid=27681 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/27684/task/27747/stat : 27747 (java) S 27681 27684 4821 0 -1 1077944384 8 12817 0 0 0 0 4 3 20 0 15 0 97033493 14321057792 42717 18446744073709551615 4194304 4196468 140721626568688 140576345095344 140576874973826 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37617664 140721626576848 140721626579633 140721626579633 140721626582991 0
Current children cumulated CPU time (s) 1.94
Current children cumulated vsize (KiB) 13985408

[startup+3.1013 s]
/proc/loadavg: 1.50 1.55 1.55 4/214 27747
/proc/meminfo: memFree=27900460/32770624 swapFree=0/444268
[pid=27684] ppid=27681 vsize=13997884 CPUtime=6.35 cores=1,3,5,7
/proc/27684/stat : 27684 (java) S 27681 27684 4821 0 -1 1077944320 45915 12817 0 0 615 13 4 3 20 0 15 0 97033464 14333833216 58356 18446744073709551615 4194304 4196468 140721626568688 140721626551232 140576874962679 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 37617664 140721626576848 140721626579633 140721626579633 140721626582991 0
/proc/27684/statm: 3499471 58356 3443 1 0 3488085 0
[pid=27684/tid=27734] ppid=27681 vsize=13997884 CPUtime=2.87 cores=1,3,5,7
/proc/27684/task/27734/stat : 27734 (java) R 27681 27684 4821 0 -1 4202560 27520 12817 0 0 273 7 4 3 20 0 15 0 97033485 14333833216 58356 18446744073709551615 4194304 4196468 140721626568688 140576879190744 140576861032180 0 4 1 16800974 0 0 0 -1 7 0 0 2 0 0 6293624 6294260 37617664 140721626576848 140721626579633 140721626579633 140721626582991 0
[pid=27684/tid=27735] ppid=27681 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/27684/task/27735/stat : 27735 (java) S 27681 27684 4821 0 -1 1077944384 58 12817 0 0 0 0 4 3 20 0 15 0 97033486 14333833216 58356 18446744073709551615 4194304 4196468 140721626568688 140576831928976 140576874972885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37617664 140721626576848 140721626579633 140721626579633 140721626582991 0
[pid=27684/tid=27736] ppid=27681 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/27684/task/27736/stat : 27736 (java) S 27681 27684 4821 0 -1 1077944384 51 12817 0 0 1 0 4 3 20 0 15 0 97033486 14333833216 58356 18446744073709551615 4194304 4196468 140721626568688 140576830876176 140576874972885 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37617664 140721626576848 140721626579633 140721626579633 140721626582991 0
[pid=27684/tid=27737] ppid=27681 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/27684/task/27737/stat : 27737 (java) S 27681 27684 4821 0 -1 1077944384 187 12817 0 0 1 0 4 3 20 0 15 0 97033486 14333833216 58356 18446744073709551615 4194304 4196468 140721626568688 140576473409936 140576874972885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37617664 140721626576848 140721626579633 140721626579633 140721626582991 0
[pid=27684/tid=27738] ppid=27681 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/27684/task/27738/stat : 27738 (java) S 27681 27684 4821 0 -1 1077944384 53 12817 0 0 1 0 4 3 20 0 15 0 97033486 14333833216 58356 18446744073709551615 4194304 4196468 140721626568688 140576472357136 140576874972885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37617664 140721626576848 140721626579633 140721626579633 140721626582991 0
[pid=27684/tid=27739] ppid=27681 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/27684/task/27739/stat : 27739 (java) S 27681 27684 4821 0 -1 1077944384 1672 12817 0 0 1 0 4 3 20 0 15 0 97033487 14333833216 58356 18446744073709551615 4194304 4196468 140721626568688 140576353516400 140576874973826 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37617664 140721626576848 140721626579633 140721626579633 140721626582991 0
[pid=27684/tid=27740] ppid=27681 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/27684/task/27740/stat : 27740 (java) S 27681 27684 4821 0 -1 1077944384 55 12817 0 0 0 0 4 3 20 0 15 0 97033487 14333833216 58356 18446744073709551615 4194304 4196468 140721626568688 140576352462432 140576874972885 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37617664 140721626576848 140721626579633 140721626579633 140721626582991 0
[pid=27684/tid=27741] ppid=27681 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/27684/task/27741/stat : 27741 (java) S 27681 27684 4821 0 -1 1077944384 43 12817 0 0 0 0 4 3 20 0 15 0 97033488 14333833216 58356 18446744073709551615 4194304 4196468 140721626568688 140576351409536 140576874972885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37617664 140721626576848 140721626579633 140721626579633 140721626582991 0
[pid=27684/tid=27742] ppid=27681 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/27684/task/27742/stat : 27742 (java) S 27681 27684 4821 0 -1 1077944384 3 12817 0 0 0 0 4 3 20 0 15 0 97033490 14333833216 58356 18446744073709551615 4194304 4196468 140721626568688 140576350357840 140576874981275 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37617664 140721626576848 140721626579633 140721626579633 140721626582991 0
[pid=27684/tid=27743] ppid=27681 vsize=13997884 CPUtime=1.07 cores=1,3,5,7
/proc/27684/task/27743/stat : 27743 (java) R 27681 27684 4821 0 -1 4202560 3355 12817 0 0 100 0 4 3 20 0 15 0 97033490 14333833216 58356 18446744073709551615 4194304 4196468 140721626568688 140576349305120 140576859359366 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37617664 140721626576848 140721626579633 140721626579633 140721626582991 0
[pid=27684/tid=27744] ppid=27681 vsize=13997884 CPUtime=1.27 cores=1,3,5,7
/proc/27684/task/27744/stat : 27744 (java) R 27681 27684 4821 0 -1 4202560 4298 12817 0 0 119 1 4 3 20 0 15 0 97033490 14333833216 58356 18446744073709551615 4194304 4196468 140721626568688 140576348232960 140576855684672 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37617664 140721626576848 140721626579633 140721626579633 140721626582991 0
[pid=27684/tid=27745] ppid=27681 vsize=13997884 CPUtime=1.23 cores=1,3,5,7
/proc/27684/task/27745/stat : 27745 (java) R 27681 27684 4821 0 -1 4202560 6491 12817 0 0 115 1 4 3 20 0 15 0 97033490 14333833216 58356 18446744073709551615 4194304 4196468 140721626568688 140576347196776 140576853919185 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37617664 140721626576848 140721626579633 140721626579633 140721626582991 0
[pid=27684/tid=27746] ppid=27681 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/27684/task/27746/stat : 27746 (java) S 27681 27684 4821 0 -1 1077944384 3 12817 0 0 0 0 4 3 20 0 15 0 97033490 14333833216 58356 18446744073709551615 4194304 4196468 140721626568688 140576346147040 140576874972885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37617664 140721626576848 140721626579633 140721626579633 140721626582991 0
[pid=27684/tid=27747] ppid=27681 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/27684/task/27747/stat : 27747 (java) S 27681 27684 4821 0 -1 1077944384 9 12817 0 0 0 0 4 3 20 0 15 0 97033493 14333833216 58356 18446744073709551615 4194304 4196468 140721626568688 140576345095344 140576874973826 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37617664 140721626576848 140721626579633 140721626579633 140721626582991 0
Current children cumulated CPU time (s) 6.35
Current children cumulated vsize (KiB) 13997884

[startup+6.3013 s]
/proc/loadavg: 1.70 1.59 1.56 6/214 27747
/proc/meminfo: memFree=27749556/32770624 swapFree=0/444264
[pid=27684] ppid=27681 vsize=14067516 CPUtime=16.47 cores=1,3,5,7
/proc/27684/stat : 27684 (java) S 27681 27684 4821 0 -1 1077944320 86157 12817 0 0 1619 21 4 3 20 0 15 0 97033464 14405136384 96895 18446744073709551615 4194304 4196468 140721626568688 140721626551232 140576874962679 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 37617664 140721626576848 140721626579633 140721626579633 140721626582991 0
/proc/27684/statm: 3516879 96895 3467 1 0 3505493 0
[pid=27684/tid=27734] ppid=27681 vsize=14067516 CPUtime=5.9 cores=1,3,5,7
/proc/27684/task/27734/stat : 27734 (java) R 27681 27684 4821 0 -1 4202560 45247 12817 0 0 573 10 4 3 20 0 15 0 97033485 14405136384 96895 18446744073709551615 4194304 4196468 140721626568688 140576879193656 140576511258080 0 4 1 16800974 0 0 0 -1 7 0 0 2 0 0 6293624 6294260 37617664 140721626576848 140721626579633 140721626579633 140721626582991 0
[pid=27684/tid=27735] ppid=27681 vsize=14067516 CPUtime=0.13 cores=1,3,5,7
/proc/27684/task/27735/stat : 27735 (java) S 27681 27684 4821 0 -1 1077944384 202 12817 0 0 6 0 4 3 20 0 15 0 97033486 14405136384 96895 18446744073709551615 4194304 4196468 140721626568688 140576831928976 140576874972885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37617664 140721626576848 140721626579633 140721626579633 140721626582991 0
[pid=27684/tid=27736] ppid=27681 vsize=14067516 CPUtime=0.17 cores=1,3,5,7
/proc/27684/task/27736/stat : 27736 (java) S 27681 27684 4821 0 -1 1077944384 760 12817 0 0 10 0 4 3 20 0 15 0 97033486 14405136384 96895 18446744073709551615 4194304 4196468 140721626568688 140576830876176 140576874972885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37617664 140721626576848 140721626579633 140721626579633 140721626582991 0
[pid=27684/tid=27737] ppid=27681 vsize=14067516 CPUtime=0.15 cores=1,3,5,7
/proc/27684/task/27737/stat : 27737 (java) S 27681 27684 4821 0 -1 1077944384 421 12817 0 0 8 0 4 3 20 0 15 0 97033486 14405136384 96895 18446744073709551615 4194304 4196468 140721626568688 140576473409936 140576874972885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37617664 140721626576848 140721626579633 140721626579633 140721626582991 0
[pid=27684/tid=27738] ppid=27681 vsize=14067516 CPUtime=0.14 cores=1,3,5,7
/proc/27684/task/27738/stat : 27738 (java) S 27681 27684 4821 0 -1 1077944384 266 12817 0 0 7 0 4 3 20 0 15 0 97033486 14405136384 96895 18446744073709551615 4194304 4196468 140721626568688 140576472357136 140576874972885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37617664 140721626576848 140721626579633 140721626579633 140721626582991 0
[pid=27684/tid=27739] ppid=27681 vsize=14067516 CPUtime=0.12 cores=1,3,5,7
/proc/27684/task/27739/stat : 27739 (java) S 27681 27684 4821 0 -1 1077944384 6077 12817 0 0 5 0 4 3 20 0 15 0 97033487 14405136384 96895 18446744073709551615 4194304 4196468 140721626568688 140576353516400 140576874973826 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37617664 140721626576848 140721626579633 140721626579633 140721626582991 0
[pid=27684/tid=27740] ppid=27681 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/27684/task/27740/stat : 27740 (java) S 27681 27684 4821 0 -1 1077944384 58 12817 0 0 0 0 4 3 20 0 15 0 97033487 14405136384 96895 18446744073709551615 4194304 4196468 140721626568688 140576352462432 140576874972885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37617664 140721626576848 140721626579633 140721626579633 140721626582991 0
[pid=27684/tid=27741] ppid=27681 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/27684/task/27741/stat : 27741 (java) S 27681 27684 4821 0 -1 1077944384 46 12817 0 0 0 0 4 3 20 0 15 0 97033488 14405136384 96895 18446744073709551615 4194304 4196468 140721626568688 140576351409536 140576874972885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37617664 140721626576848 140721626579633 140721626579633 140721626582991 0
[pid=27684/tid=27742] ppid=27681 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/27684/task/27742/stat : 27742 (java) S 27681 27684 4821 0 -1 1077944384 3 12817 0 0 0 0 4 3 20 0 15 0 97033490 14405136384 96895 18446744073709551615 4194304 4196468 140721626568688 140576350357840 140576874981275 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37617664 140721626576848 140721626579633 140721626579633 140721626582991 0
[pid=27684/tid=27743] ppid=27681 vsize=14067516 CPUtime=3.84 cores=1,3,5,7
/proc/27684/task/27743/stat : 27743 (java) R 27681 27684 4821 0 -1 4202560 11301 12817 0 0 375 2 4 3 20 0 15 0 97033490 14405136384 96895 18446744073709551615 4194304 4196468 140721626568688 140576349287680 140576854133600 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37617664 140721626576848 140721626579633 140721626579633 140721626582991 0
[pid=27684/tid=27744] ppid=27681 vsize=14067516 CPUtime=4.47 cores=1,3,5,7
/proc/27684/task/27744/stat : 27744 (java) R 27681 27684 4821 0 -1 4202560 4597 12817 0 0 439 1 4 3 20 0 15 0 97033490 14405136384 96895 18446744073709551615 4194304 4196468 140721626568688 140576348232960 140576855684704 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37617664 140721626576848 140721626579633 140721626579633 140721626582991 0
[pid=27684/tid=27745] ppid=27681 vsize=14067516 CPUtime=2.01 cores=1,3,5,7
/proc/27684/task/27745/stat : 27745 (java) S 27681 27684 4821 0 -1 1077944384 14437 12817 0 0 191 3 4 3 20 0 15 0 97033490 14405136384 96895 18446744073709551615 4194304 4196468 140721626568688 140576347199600 140576874973826 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37617664 140721626576848 140721626579633 140721626579633 140721626582991 0
[pid=27684/tid=27746] ppid=27681 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/27684/task/27746/stat : 27746 (java) S 27681 27684 4821 0 -1 1077944384 3 12817 0 0 0 0 4 3 20 0 15 0 97033490 14405136384 96895 18446744073709551615 4194304 4196468 140721626568688 140576346147040 140576874972885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37617664 140721626576848 140721626579633 140721626579633 140721626582991 0
[pid=27684/tid=27747] ppid=27681 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/27684/task/27747/stat : 27747 (java) S 27681 27684 4821 0 -1 1077944384 584 12817 0 0 0 0 4 3 20 0 15 0 97033493 14405136384 96895 18446744073709551615 4194304 4196468 140721626568688 140576345095344 140576874973826 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37617664 140721626576848 140721626579633 140721626579633 140721626582991 0
Current children cumulated CPU time (s) 16.47
Current children cumulated vsize (KiB) 14067516

[startup+12.7007 s]
/proc/loadavg: 1.72 1.60 1.56 3/214 27747
/proc/meminfo: memFree=27459612/32770624 swapFree=0/444264
[pid=27684] ppid=27681 vsize=14067516 CPUtime=25.93 cores=1,3,5,7
/proc/27684/stat : 27684 (java) S 27681 27684 4821 0 -1 1077944320 99139 12817 0 0 2555 31 4 3 20 0 15 0 97033464 14405136384 191299 18446744073709551615 4194304 4196468 140721626568688 140721626551232 140576874962679 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 37617664 140721626576848 140721626579633 140721626579633 140721626582991 0
/proc/27684/statm: 3516879 191299 3472 1 0 3505493 0
[pid=27684/tid=27734] ppid=27681 vsize=14067516 CPUtime=12.25 cores=1,3,5,7
/proc/27684/task/27734/stat : 27734 (java) R 27681 27684 4821 0 -1 4202560 46668 12817 0 0 1203 15 4 3 20 0 15 0 97033485 14405136384 191299 18446744073709551615 4194304 4196468 140721626568688 140576879196864 140576531301251 0 4 1 16800974 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 37617664 140721626576848 140721626579633 140721626579633 140721626582991 0
[pid=27684/tid=27735] ppid=27681 vsize=14067516 CPUtime=0.17 cores=1,3,5,7
/proc/27684/task/27735/stat : 27735 (java) S 27681 27684 4821 0 -1 1077944384 269 12817 0 0 9 1 4 3 20 0 15 0 97033486 14405136384 191299 18446744073709551615 4194304 4196468 140721626568688 140576831928976 140576874972885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37617664 140721626576848 140721626579633 140721626579633 140721626582991 0
[pid=27684/tid=27736] ppid=27681 vsize=14067516 CPUtime=0.21 cores=1,3,5,7
/proc/27684/task/27736/stat : 27736 (java) S 27681 27684 4821 0 -1 1077944384 1587 12817 0 0 13 1 4 3 20 0 15 0 97033486 14405136384 191299 18446744073709551615 4194304 4196468 140721626568688 140576830876176 140576874972885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37617664 140721626576848 140721626579633 140721626579633 140721626582991 0
[pid=27684/tid=27737] ppid=27681 vsize=14067516 CPUtime=0.18 cores=1,3,5,7
/proc/27684/task/27737/stat : 27737 (java) S 27681 27684 4821 0 -1 1077944384 479 12817 0 0 10 1 4 3 20 0 15 0 97033486 14405136384 191299 18446744073709551615 4194304 4196468 140721626568688 140576473409936 140576874972885 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37617664 140721626576848 140721626579633 140721626579633 140721626582991 0
[pid=27684/tid=27738] ppid=27681 vsize=14067516 CPUtime=0.18 cores=1,3,5,7
/proc/27684/task/27738/stat : 27738 (java) S 27681 27684 4821 0 -1 1077944384 343 12817 0 0 10 1 4 3 20 0 15 0 97033486 14405136384 191299 18446744073709551615 4194304 4196468 140721626568688 140576472357136 140576874972885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37617664 140721626576848 140721626579633 140721626579633 140721626582991 0
[pid=27684/tid=27739] ppid=27681 vsize=14067516 CPUtime=0.13 cores=1,3,5,7
/proc/27684/task/27739/stat : 27739 (java) S 27681 27684 4821 0 -1 1077944384 6291 12817 0 0 6 0 4 3 20 0 15 0 97033487 14405136384 191299 18446744073709551615 4194304 4196468 140721626568688 140576353516400 140576874973826 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37617664 140721626576848 140721626579633 140721626579633 140721626582991 0
[pid=27684/tid=27740] ppid=27681 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/27684/task/27740/stat : 27740 (java) S 27681 27684 4821 0 -1 1077944384 58 12817 0 0 0 0 4 3 20 0 15 0 97033487 14405136384 191299 18446744073709551615 4194304 4196468 140721626568688 140576352462432 140576874972885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37617664 140721626576848 140721626579633 140721626579633 140721626582991 0
[pid=27684/tid=27741] ppid=27681 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/27684/task/27741/stat : 27741 (java) S 27681 27684 4821 0 -1 1077944384 46 12817 0 0 0 0 4 3 20 0 15 0 97033488 14405136384 191299 18446744073709551615 4194304 4196468 140721626568688 140576351409536 140576874972885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37617664 140721626576848 140721626579633 140721626579633 140721626582991 0
[pid=27684/tid=27742] ppid=27681 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/27684/task/27742/stat : 27742 (java) S 27681 27684 4821 0 -1 1077944384 3 12817 0 0 0 0 4 3 20 0 15 0 97033490 14405136384 191299 18446744073709551615 4194304 4196468 140721626568688 140576350357840 140576874981275 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37617664 140721626576848 140721626579633 140721626579633 140721626582991 0

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

/proc/27684/task/27746/stat : 27746 (java) S 27681 27684 4821 0 -1 1077944384 3 12817 0 0 0 0 4 3 20 0 15 0 97033490 14405136384 310665 18446744073709551615 4194304 4196468 140721626568688 140576346147040 140576874972885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37617664 140721626576848 140721626579633 140721626579633 140721626582991 0
[pid=27684/tid=27747] ppid=27681 vsize=14067516 CPUtime=1.51 cores=1,3,5,7
/proc/27684/task/27747/stat : 27747 (java) S 27681 27684 4821 0 -1 1077944384 2255 12817 0 0 64 80 4 3 20 0 15 0 97033493 14405136384 310665 18446744073709551615 4194304 4196468 140721626568688 140576345095344 140576874973826 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37617664 140721626576848 140721626579633 140721626579633 140721626582991 0
Current children cumulated CPU time (s) 2433.23
Current children cumulated vsize (KiB) 14067516

[startup+2442.3 s]
/proc/loadavg: 0.63 0.72 1.07 2/194 27979
/proc/meminfo: memFree=29858868/32770624 swapFree=0/444676
[pid=27684] ppid=27681 vsize=14067516 CPUtime=2494.28 cores=1,3,5,7
/proc/27684/stat : 27684 (java) S 27681 27684 4821 0 -1 1077944320 273568 12817 0 0 249052 369 4 3 20 0 15 0 97033464 14405136384 311192 18446744073709551615 4194304 4196468 140721626568688 140721626551232 140576874962679 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 37617664 140721626576848 140721626579633 140721626579633 140721626582991 0
/proc/27684/statm: 3516879 311192 3472 1 0 3505493 0
[pid=27684/tid=27734] ppid=27681 vsize=14067516 CPUtime=2416.21 cores=1,3,5,7
/proc/27684/task/27734/stat : 27734 (java) R 27681 27684 4821 0 -1 4202560 97532 12817 0 0 241552 62 4 3 20 0 15 0 97033485 14405136384 311192 18446744073709551615 4194304 4196468 140721626568688 140576879196608 140576514550772 0 4 1 16800974 0 0 0 -1 7 0 0 2 0 0 6293624 6294260 37617664 140721626576848 140721626579633 140721626579633 140721626582991 0
[pid=27684/tid=27735] ppid=27681 vsize=14067516 CPUtime=13.25 cores=1,3,5,7
/proc/27684/task/27735/stat : 27735 (java) S 27681 27684 4821 0 -1 1077944384 26083 12817 0 0 1266 52 4 3 20 0 15 0 97033486 14405136384 311192 18446744073709551615 4194304 4196468 140721626568688 140576831928976 140576874972885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37617664 140721626576848 140721626579633 140721626579633 140721626582991 0
[pid=27684/tid=27736] ppid=27681 vsize=14067516 CPUtime=13.28 cores=1,3,5,7
/proc/27684/task/27736/stat : 27736 (java) S 27681 27684 4821 0 -1 1077944384 16963 12817 0 0 1263 58 4 3 20 0 15 0 97033486 14405136384 311192 18446744073709551615 4194304 4196468 140721626568688 140576830876176 140576874972885 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37617664 140721626576848 140721626579633 140721626579633 140721626582991 0
[pid=27684/tid=27737] ppid=27681 vsize=14067516 CPUtime=13.26 cores=1,3,5,7
/proc/27684/task/27737/stat : 27737 (java) S 27681 27684 4821 0 -1 1077944384 26048 12817 0 0 1261 58 4 3 20 0 15 0 97033486 14405136384 311192 18446744073709551615 4194304 4196468 140721626568688 140576473409936 140576874972885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37617664 140721626576848 140721626579633 140721626579633 140721626582991 0
[pid=27684/tid=27738] ppid=27681 vsize=14067516 CPUtime=13.23 cores=1,3,5,7
/proc/27684/task/27738/stat : 27738 (java) S 27681 27684 4821 0 -1 1077944384 30444 12817 0 0 1264 52 4 3 20 0 15 0 97033486 14405136384 311192 18446744073709551615 4194304 4196468 140721626568688 140576472357136 140576874972885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37617664 140721626576848 140721626579633 140721626579633 140721626582991 0
[pid=27684/tid=27739] ppid=27681 vsize=14067516 CPUtime=10.68 cores=1,3,5,7
/proc/27684/task/27739/stat : 27739 (java) S 27681 27684 4821 0 -1 1077944384 23928 12817 0 0 1005 56 4 3 20 0 15 0 97033487 14405136384 311192 18446744073709551615 4194304 4196468 140721626568688 140576353516400 140576874973826 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37617664 140721626576848 140721626579633 140721626579633 140721626582991 0
[pid=27684/tid=27740] ppid=27681 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/27684/task/27740/stat : 27740 (java) S 27681 27684 4821 0 -1 1077944384 58 12817 0 0 0 0 4 3 20 0 15 0 97033487 14405136384 311192 18446744073709551615 4194304 4196468 140721626568688 140576352462432 140576874972885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37617664 140721626576848 140721626579633 140721626579633 140721626582991 0
[pid=27684/tid=27741] ppid=27681 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/27684/task/27741/stat : 27741 (java) S 27681 27684 4821 0 -1 1077944384 46 12817 0 0 0 0 4 3 20 0 15 0 97033488 14405136384 311192 18446744073709551615 4194304 4196468 140721626568688 140576351409536 140576874972885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37617664 140721626576848 140721626579633 140721626579633 140721626582991 0
[pid=27684/tid=27742] ppid=27681 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/27684/task/27742/stat : 27742 (java) S 27681 27684 4821 0 -1 1077944384 3 12817 0 0 0 0 4 3 20 0 15 0 97033490 14405136384 311192 18446744073709551615 4194304 4196468 140721626568688 140576350357840 140576874981275 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37617664 140721626576848 140721626579633 140721626579633 140721626582991 0
[pid=27684/tid=27743] ppid=27681 vsize=14067516 CPUtime=5.29 cores=1,3,5,7
/proc/27684/task/27743/stat : 27743 (java) S 27681 27684 4821 0 -1 1077944384 17126 12817 0 0 519 3 4 3 20 0 15 0 97033490 14405136384 311192 18446744073709551615 4194304 4196468 140721626568688 140576349305200 140576874973826 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37617664 140721626576848 140721626579633 140721626579633 140721626582991 0
[pid=27684/tid=27744] ppid=27681 vsize=14067516 CPUtime=5.91 cores=1,3,5,7
/proc/27684/task/27744/stat : 27744 (java) S 27681 27684 4821 0 -1 1077944384 9611 12817 0 0 582 2 4 3 20 0 15 0 97033490 14405136384 311192 18446744073709551615 4194304 4196468 140721626568688 140576348252400 140576874973826 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37617664 140721626576848 140721626579633 140721626579633 140721626582991 0
[pid=27684/tid=27745] ppid=27681 vsize=14067516 CPUtime=2.15 cores=1,3,5,7
/proc/27684/task/27745/stat : 27745 (java) S 27681 27684 4821 0 -1 1077944384 21290 12817 0 0 204 4 4 3 20 0 15 0 97033490 14405136384 311192 18446744073709551615 4194304 4196468 140721626568688 140576347199600 140576874973826 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37617664 140721626576848 140721626579633 140721626579633 140721626582991 0
[pid=27684/tid=27746] ppid=27681 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/27684/task/27746/stat : 27746 (java) S 27681 27684 4821 0 -1 1077944384 3 12817 0 0 0 0 4 3 20 0 15 0 97033490 14405136384 311192 18446744073709551615 4194304 4196468 140721626568688 140576346147040 140576874972885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37617664 140721626576848 140721626579633 140721626579633 140721626582991 0
[pid=27684/tid=27747] ppid=27681 vsize=14067516 CPUtime=1.55 cores=1,3,5,7
/proc/27684/task/27747/stat : 27747 (java) S 27681 27684 4821 0 -1 1077944384 2278 12817 0 0 65 83 4 3 20 0 15 0 97033493 14405136384 311192 18446744073709551615 4194304 4196468 140721626568688 140576345095344 140576874973826 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37617664 140721626576848 140721626579633 140721626579633 140721626582991 0
Current children cumulated CPU time (s) 2494.28
Current children cumulated vsize (KiB) 14067516



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2467.6 s]
/proc/loadavg: 0.61 0.71 1.06 2/194 27980
/proc/meminfo: memFree=29856996/32770624 swapFree=0/444680
[pid=27684] ppid=27681 vsize=14067516 CPUtime=2520.01 cores=1,3,5,7
/proc/27684/stat : 27684 (java) S 27681 27684 4821 0 -1 1077944320 275292 12817 0 0 251622 372 4 3 20 0 15 0 97033464 14405136384 311551 18446744073709551615 4194304 4196468 140721626568688 140721626551232 140576874962679 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 37617664 140721626576848 140721626579633 140721626579633 140721626582991 0
/proc/27684/statm: 3516879 311551 3472 1 0 3505493 0
[pid=27684/tid=27734] ppid=27681 vsize=14067516 CPUtime=2441.23 cores=1,3,5,7
/proc/27684/task/27734/stat : 27734 (java) R 27681 27684 4821 0 -1 4202560 98000 12817 0 0 244054 62 4 3 20 0 15 0 97033485 14405136384 311551 18446744073709551615 4194304 4196468 140721626568688 140576879196704 140576531739091 0 4 1 16800974 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 37617664 140721626576848 140721626579633 140721626579633 140721626582991 0
[pid=27684/tid=27735] ppid=27681 vsize=14067516 CPUtime=13.4 cores=1,3,5,7
/proc/27684/task/27735/stat : 27735 (java) S 27681 27684 4821 0 -1 1077944384 26560 12817 0 0 1280 53 4 3 20 0 15 0 97033486 14405136384 311551 18446744073709551615 4194304 4196468 140721626568688 140576831928976 140576874972885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37617664 140721626576848 140721626579633 140721626579633 140721626582991 0
[pid=27684/tid=27736] ppid=27681 vsize=14067516 CPUtime=13.42 cores=1,3,5,7
/proc/27684/task/27736/stat : 27736 (java) S 27681 27684 4821 0 -1 1077944384 17000 12817 0 0 1277 58 4 3 20 0 15 0 97033486 14405136384 311551 18446744073709551615 4194304 4196468 140721626568688 140576830876176 140576874972885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37617664 140721626576848 140721626579633 140721626579633 140721626582991 0
[pid=27684/tid=27737] ppid=27681 vsize=14067516 CPUtime=13.4 cores=1,3,5,7
/proc/27684/task/27737/stat : 27737 (java) S 27681 27684 4821 0 -1 1077944384 26373 12817 0 0 1275 58 4 3 20 0 15 0 97033486 14405136384 311551 18446744073709551615 4194304 4196468 140721626568688 140576473409936 140576874972885 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37617664 140721626576848 140721626579633 140721626579633 140721626582991 0
[pid=27684/tid=27738] ppid=27681 vsize=14067516 CPUtime=13.38 cores=1,3,5,7
/proc/27684/task/27738/stat : 27738 (java) S 27681 27684 4821 0 -1 1077944384 30528 12817 0 0 1278 53 4 3 20 0 15 0 97033486 14405136384 311551 18446744073709551615 4194304 4196468 140721626568688 140576472357136 140576874972885 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37617664 140721626576848 140721626579633 140721626579633 140721626582991 0
[pid=27684/tid=27739] ppid=27681 vsize=14067516 CPUtime=10.79 cores=1,3,5,7
/proc/27684/task/27739/stat : 27739 (java) S 27681 27684 4821 0 -1 1077944384 24233 12817 0 0 1015 57 4 3 20 0 15 0 97033487 14405136384 311551 18446744073709551615 4194304 4196468 140721626568688 140576353516400 140576874973826 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37617664 140721626576848 140721626579633 140721626579633 140721626582991 0
[pid=27684/tid=27740] ppid=27681 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/27684/task/27740/stat : 27740 (java) S 27681 27684 4821 0 -1 1077944384 58 12817 0 0 0 0 4 3 20 0 15 0 97033487 14405136384 311551 18446744073709551615 4194304 4196468 140721626568688 140576352462432 140576874972885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37617664 140721626576848 140721626579633 140721626579633 140721626582991 0
[pid=27684/tid=27741] ppid=27681 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/27684/task/27741/stat : 27741 (java) S 27681 27684 4821 0 -1 1077944384 46 12817 0 0 0 0 4 3 20 0 15 0 97033488 14405136384 311551 18446744073709551615 4194304 4196468 140721626568688 140576351409536 140576874972885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37617664 140721626576848 140721626579633 140721626579633 140721626582991 0
[pid=27684/tid=27742] ppid=27681 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/27684/task/27742/stat : 27742 (java) S 27681 27684 4821 0 -1 1077944384 3 12817 0 0 0 0 4 3 20 0 15 0 97033490 14405136384 311551 18446744073709551615 4194304 4196468 140721626568688 140576350357840 140576874981275 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37617664 140721626576848 140721626579633 140721626579633 140721626582991 0
[pid=27684/tid=27743] ppid=27681 vsize=14067516 CPUtime=5.29 cores=1,3,5,7
/proc/27684/task/27743/stat : 27743 (java) S 27681 27684 4821 0 -1 1077944384 17129 12817 0 0 519 3 4 3 20 0 15 0 97033490 14405136384 311551 18446744073709551615 4194304 4196468 140721626568688 140576349305200 140576874973826 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37617664 140721626576848 140721626579633 140721626579633 140721626582991 0
[pid=27684/tid=27744] ppid=27681 vsize=14067516 CPUtime=5.91 cores=1,3,5,7
/proc/27684/task/27744/stat : 27744 (java) S 27681 27684 4821 0 -1 1077944384 9613 12817 0 0 582 2 4 3 20 0 15 0 97033490 14405136384 311551 18446744073709551615 4194304 4196468 140721626568688 140576348252400 140576874973826 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37617664 140721626576848 140721626579633 140721626579633 140721626582991 0
[pid=27684/tid=27745] ppid=27681 vsize=14067516 CPUtime=2.15 cores=1,3,5,7
/proc/27684/task/27745/stat : 27745 (java) S 27681 27684 4821 0 -1 1077944384 21292 12817 0 0 204 4 4 3 20 0 15 0 97033490 14405136384 311551 18446744073709551615 4194304 4196468 140721626568688 140576347199600 140576874973826 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37617664 140721626576848 140721626579633 140721626579633 140721626582991 0
[pid=27684/tid=27746] ppid=27681 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/27684/task/27746/stat : 27746 (java) S 27681 27684 4821 0 -1 1077944384 3 12817 0 0 0 0 4 3 20 0 15 0 97033490 14405136384 311551 18446744073709551615 4194304 4196468 140721626568688 140576346147040 140576874972885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37617664 140721626576848 140721626579633 140721626579633 140721626582991 0
[pid=27684/tid=27747] ppid=27681 vsize=14067516 CPUtime=1.57 cores=1,3,5,7
/proc/27684/task/27747/stat : 27747 (java) S 27681 27684 4821 0 -1 1077944384 2299 12817 0 0 66 84 4 3 20 0 15 0 97033493 14405136384 311551 18446744073709551615 4194304 4196468 140721626568688 140576345095344 140576874973826 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37617664 140721626576848 140721626579633 140721626579633 140721626582991 0
Current children cumulated CPU time (s) 2520.01
Current children cumulated vsize (KiB) 14067516

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

[startup+2467.8 s]
/proc/loadavg: 0.61 0.71 1.06 2/194 27980
/proc/meminfo: memFree=29856996/32770624 swapFree=0/444680
[pid=27684] ppid=27681 vsize=14200644 CPUtime=2520.62 cores=1,3,5,7
/proc/27684/stat : 27684 (java) S 27681 27684 4821 0 -1 1077944320 288919 12817 0 0 251682 373 4 3 20 0 17 0 97033464 14541459456 313428 18446744073709551615 4194304 4196468 140721626568688 140721626551232 140576874962679 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 37617664 140721626576848 140721626579633 140721626579633 140721626582991 0
/proc/27684/statm: 3550161 313428 3473 1 0 3538775 0
[pid=27684/tid=27734] ppid=27681 vsize=14200644 CPUtime=2441.24 cores=1,3,5,7
/proc/27684/task/27734/stat : 27734 (java) S 27681 27684 4821 0 -1 1077944384 99173 12817 0 0 244055 62 4 3 20 0 17 0 97033485 14541459456 313428 18446744073709551615 4194304 4196468 140721626568688 140576879200224 140576874972885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 37617664 140721626576848 140721626579633 140721626579633 140721626582991 0
[pid=27684/tid=27735] ppid=27681 vsize=14200644 CPUtime=13.54 cores=1,3,5,7
/proc/27684/task/27735/stat : 27735 (java) R 27681 27684 4821 0 -1 1077944384 26601 12817 0 0 1294 53 4 3 20 0 17 0 97033486 14541459456 313428 18446744073709551615 4194304 4196468 140721626568688 140576831928976 140576874972885 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37617664 140721626576848 140721626579633 140721626579633 140721626582991 0
[pid=27684/tid=27736] ppid=27681 vsize=14200644 CPUtime=13.56 cores=1,3,5,7
/proc/27684/task/27736/stat : 27736 (java) S 27681 27684 4821 0 -1 1077944384 17061 12817 0 0 1291 58 4 3 20 0 17 0 97033486 14541459456 313428 18446744073709551615 4194304 4196468 140721626568688 140576830876176 140576874972885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37617664 140721626576848 140721626579633 140721626579633 140721626582991 0
[pid=27684/tid=27737] ppid=27681 vsize=14200644 CPUtime=13.54 cores=1,3,5,7
/proc/27684/task/27737/stat : 27737 (java) R 27681 27684 4821 0 -1 4202560 26430 12817 0 0 1289 58 4 3 20 0 17 0 97033486 14541459456 313428 18446744073709551615 4194304 4196468 140721626568688 140576473409936 140576874974614 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37617664 140721626576848 140721626579633 140721626579633 140721626582991 0
[pid=27684/tid=27738] ppid=27681 vsize=14200644 CPUtime=13.52 cores=1,3,5,7
/proc/27684/task/27738/stat : 27738 (java) S 27681 27684 4821 0 -1 1077944384 30566 12817 0 0 1292 53 4 3 20 0 17 0 97033486 14541459456 313428 18446744073709551615 4194304 4196468 140721626568688 140576472357136 140576874972885 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37617664 140721626576848 140721626579633 140721626579633 140721626582991 0
[pid=27684/tid=27739] ppid=27681 vsize=14200644 CPUtime=10.83 cores=1,3,5,7
/proc/27684/task/27739/stat : 27739 (java) S 27681 27684 4821 0 -1 1077944384 35739 12817 0 0 1019 57 4 3 20 0 17 0 97033487 14541459456 313428 18446744073709551615 4194304 4196468 140721626568688 140576353515024 140576874972885 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37617664 140721626576848 140721626579633 140721626579633 140721626582991 0
[pid=27684/tid=27740] ppid=27681 vsize=14200644 CPUtime=0.07 cores=1,3,5,7
/proc/27684/task/27740/stat : 27740 (java) S 27681 27684 4821 0 -1 1077944384 60 12817 0 0 0 0 4 3 20 0 17 0 97033487 14541459456 313428 18446744073709551615 4194304 4196468 140721626568688 140576352462032 140576874972885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37617664 140721626576848 140721626579633 140721626579633 140721626582991 0
[pid=27684/tid=27741] ppid=27681 vsize=14200644 CPUtime=0.07 cores=1,3,5,7
/proc/27684/task/27741/stat : 27741 (java) S 27681 27684 4821 0 -1 1077944384 46 12817 0 0 0 0 4 3 20 0 17 0 97033488 14541459456 313428 18446744073709551615 4194304 4196468 140721626568688 140576351409536 140576874972885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37617664 140721626576848 140721626579633 140721626579633 140721626582991 0
[pid=27684/tid=27742] ppid=27681 vsize=14200644 CPUtime=0.07 cores=1,3,5,7
/proc/27684/task/27742/stat : 27742 (java) S 27681 27684 4821 0 -1 1077944384 254 12817 0 0 0 0 4 3 20 0 17 0 97033490 14541459456 313428 18446744073709551615 4194304 4196468 140721626568688 140576350357840 140576874981275 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37617664 140721626576848 140721626579633 140721626579633 140721626582991 0
[pid=27684/tid=27743] ppid=27681 vsize=14200644 CPUtime=5.29 cores=1,3,5,7
/proc/27684/task/27743/stat : 27743 (java) S 27681 27684 4821 0 -1 1077944384 17227 12817 0 0 519 3 4 3 20 0 17 0 97033490 14541459456 313428 18446744073709551615 4194304 4196468 140721626568688 140576349290192 140576874972885 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37617664 140721626576848 140721626579633 140721626579633 140721626582991 0
[pid=27684/tid=27744] ppid=27681 vsize=14200644 CPUtime=5.91 cores=1,3,5,7
/proc/27684/task/27744/stat : 27744 (java) S 27681 27684 4821 0 -1 1077944384 9651 12817 0 0 582 2 4 3 20 0 17 0 97033490 14541459456 313428 18446744073709551615 4194304 4196468 140721626568688 140576348242528 140576874972885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37617664 140721626576848 140721626579633 140721626579633 140721626582991 0
[pid=27684/tid=27745] ppid=27681 vsize=14200644 CPUtime=2.15 cores=1,3,5,7
/proc/27684/task/27745/stat : 27745 (java) S 27681 27684 4821 0 -1 1077944384 21292 12817 0 0 204 4 4 3 20 0 17 0 97033490 14541459456 313428 18446744073709551615 4194304 4196468 140721626568688 140576347199600 140576874973826 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37617664 140721626576848 140721626579633 140721626579633 140721626582991 0
[pid=27684/tid=27746] ppid=27681 vsize=14200644 CPUtime=0.07 cores=1,3,5,7
/proc/27684/task/27746/stat : 27746 (java) S 27681 27684 4821 0 -1 1077944384 3 12817 0 0 0 0 4 3 20 0 17 0 97033490 14541459456 313428 18446744073709551615 4194304 4196468 140721626568688 140576346147040 140576874972885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37617664 140721626576848 140721626579633 140721626579633 140721626582991 0
[pid=27684/tid=27747] ppid=27681 vsize=14200644 CPUtime=1.57 cores=1,3,5,7
/proc/27684/task/27747/stat : 27747 (java) S 27681 27684 4821 0 -1 1077944384 2299 12817 0 0 66 84 4 3 20 0 17 0 97033493 14541459456 313428 18446744073709551615 4194304 4196468 140721626568688 140576345095344 140576874973826 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37617664 140721626576848 140721626579633 140721626579633 140721626582991 0
Current children cumulated CPU time (s) 2520.62
Current children cumulated vsize (KiB) 14200644

[startup+2467.9 s]
/proc/loadavg: 0.61 0.71 1.06 2/194 27980
/proc/meminfo: memFree=29856996/32770624 swapFree=0/444680
[pid=27684] ppid=27681 vsize=14200644 CPUtime=2520.91 cores=1,3,5,7
/proc/27684/stat : 27684 (java) S 27681 27684 4821 0 -1 1077944320 288955 12817 0 0 251710 374 4 3 20 0 17 0 97033464 14541459456 313428 18446744073709551615 4194304 4196468 140721626568688 140721626551232 140576874962679 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 37617664 140721626576848 140721626579633 140721626579633 140721626582991 0
/proc/27684/statm: 3550161 313428 3473 1 0 3538775 0
[pid=27684/tid=27734] ppid=27681 vsize=14200644 CPUtime=2441.24 cores=1,3,5,7
/proc/27684/task/27734/stat : 27734 (java) S 27681 27684 4821 0 -1 1077944384 99174 12817 0 0 244055 62 4 3 20 0 17 0 97033485 14541459456 313428 18446744073709551615 4194304 4196468 140721626568688 140576879200224 140576874972885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 37617664 140721626576848 140721626579633 140721626579633 140721626582991 0
[pid=27684/tid=27735] ppid=27681 vsize=14200644 CPUtime=13.6 cores=1,3,5,7
/proc/27684/task/27735/stat : 27735 (java) S 27681 27684 4821 0 -1 1077944384 26605 12817 0 0 1300 53 4 3 20 0 17 0 97033486 14541459456 313428 18446744073709551615 4194304 4196468 140721626568688 140576831928976 140576874972885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37617664 140721626576848 140721626579633 140721626579633 140721626582991 0
[pid=27684/tid=27736] ppid=27681 vsize=14200644 CPUtime=13.62 cores=1,3,5,7
/proc/27684/task/27736/stat : 27736 (java) S 27681 27684 4821 0 -1 1077944384 17068 12817 0 0 1297 58 4 3 20 0 17 0 97033486 14541459456 313428 18446744073709551615 4194304 4196468 140721626568688 140576830876176 140576874972885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37617664 140721626576848 140721626579633 140721626579633 140721626582991 0
[pid=27684/tid=27737] ppid=27681 vsize=14200644 CPUtime=13.6 cores=1,3,5,7
/proc/27684/task/27737/stat : 27737 (java) S 27681 27684 4821 0 -1 1077944384 26432 12817 0 0 1295 58 4 3 20 0 17 0 97033486 14541459456 313428 18446744073709551615 4194304 4196468 140721626568688 140576473409936 140576874972885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37617664 140721626576848 140721626579633 140721626579633 140721626582991 0
[pid=27684/tid=27738] ppid=27681 vsize=14200644 CPUtime=13.58 cores=1,3,5,7
/proc/27684/task/27738/stat : 27738 (java) S 27681 27684 4821 0 -1 1077944384 30570 12817 0 0 1298 53 4 3 20 0 17 0 97033486 14541459456 313428 18446744073709551615 4194304 4196468 140721626568688 140576472357136 140576874972885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37617664 140721626576848 140721626579633 140721626579633 140721626582991 0
[pid=27684/tid=27739] ppid=27681 vsize=14200644 CPUtime=10.87 cores=1,3,5,7
/proc/27684/task/27739/stat : 27739 (java) R 27681 27684 4821 0 -1 4202560 35755 12817 0 0 1023 57 4 3 20 0 17 0 97033487 14541459456 313428 18446744073709551615 4194304 4196468 140721626568688 140576353514800 140576859153454 0 0 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37617664 140721626576848 140721626579633 140721626579633 140721626582991 0
[pid=27684/tid=27740] ppid=27681 vsize=14200644 CPUtime=0.07 cores=1,3,5,7
/proc/27684/task/27740/stat : 27740 (java) S 27681 27684 4821 0 -1 1077944384 60 12817 0 0 0 0 4 3 20 0 17 0 97033487 14541459456 313428 18446744073709551615 4194304 4196468 140721626568688 140576352462336 140576874972885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37617664 140721626576848 140721626579633 140721626579633 140721626582991 0
[pid=27684/tid=27741] ppid=27681 vsize=14200644 CPUtime=0.07 cores=1,3,5,7
/proc/27684/task/27741/stat : 27741 (java) S 27681 27684 4821 0 -1 1077944384 46 12817 0 0 0 0 4 3 20 0 17 0 97033488 14541459456 313428 18446744073709551615 4194304 4196468 140721626568688 140576351409536 140576874972885 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37617664 140721626576848 140721626579633 140721626579633 140721626582991 0
[pid=27684/tid=27742] ppid=27681 vsize=14200644 CPUtime=0.07 cores=1,3,5,7
/proc/27684/task/27742/stat : 27742 (java) S 27681 27684 4821 0 -1 1077944384 254 12817 0 0 0 0 4 3 20 0 17 0 97033490 14541459456 313428 18446744073709551615 4194304 4196468 140721626568688 140576350357840 140576874981275 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37617664 140721626576848 140721626579633 140721626579633 140721626582991 0
[pid=27684/tid=27743] ppid=27681 vsize=14200644 CPUtime=5.29 cores=1,3,5,7
/proc/27684/task/27743/stat : 27743 (java) S 27681 27684 4821 0 -1 1077944384 17228 12817 0 0 519 3 4 3 20 0 17 0 97033490 14541459456 313428 18446744073709551615 4194304 4196468 140721626568688 140576349291664 140576874972885 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37617664 140721626576848 140721626579633 140721626579633 140721626582991 0
[pid=27684/tid=27744] ppid=27681 vsize=14200644 CPUtime=5.91 cores=1,3,5,7
/proc/27684/task/27744/stat : 27744 (java) S 27681 27684 4821 0 -1 1077944384 9651 12817 0 0 582 2 4 3 20 0 17 0 97033490 14541459456 313428 18446744073709551615 4194304 4196468 140721626568688 140576348242592 140576874972885 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37617664 140721626576848 140721626579633 140721626579633 140721626582991 0
[pid=27684/tid=27745] ppid=27681 vsize=14200644 CPUtime=2.15 cores=1,3,5,7
/proc/27684/task/27745/stat : 27745 (java) S 27681 27684 4821 0 -1 1077944384 21292 12817 0 0 204 4 4 3 20 0 17 0 97033490 14541459456 313428 18446744073709551615 4194304 4196468 140721626568688 140576347199600 140576874973826 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37617664 140721626576848 140721626579633 140721626579633 140721626582991 0
[pid=27684/tid=27746] ppid=27681 vsize=14200644 CPUtime=0.07 cores=1,3,5,7
/proc/27684/task/27746/stat : 27746 (java) S 27681 27684 4821 0 -1 1077944384 3 12817 0 0 0 0 4 3 20 0 17 0 97033490 14541459456 313428 18446744073709551615 4194304 4196468 140721626568688 140576346147040 140576874972885 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37617664 140721626576848 140721626579633 140721626579633 140721626582991 0
[pid=27684/tid=27747] ppid=27681 vsize=14200644 CPUtime=1.57 cores=1,3,5,7
/proc/27684/task/27747/stat : 27747 (java) S 27681 27684 4821 0 -1 1077944384 2299 12817 0 0 66 84 4 3 20 0 17 0 97033493 14541459456 313428 18446744073709551615 4194304 4196468 140721626568688 140576345095344 140576874973826 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37617664 140721626576848 140721626579633 140721626579633 140721626582991 0
Current children cumulated CPU time (s) 2520.91
Current children cumulated vsize (KiB) 14200644

Child status: 143
Real time (s): 2467.95
CPU time (s): 2521.01
CPU user time (s): 2517.22
CPU system time (s): 3.79135
CPU usage (%): 102.15
Max. virtual memory (cumulated for all children) (KiB): 14200644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.22
system time used= 3.79135
maximum resident set size= 1354608
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 302042
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2864
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 289411
involuntary context switches= 7696

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.7108 second user time and 14.9372 second system time

The end

Launcher Data

Begin job on node133 at 2017-08-12 00:42:15
IDJOB=4262805
IDBENCH=140598
IDSOLVER=2650
FILE ID=node133/4262805-1502492182
RUNJOBID= node133-1502411423-4885
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/SchurrLemma/SchurrLemma-nor-s1/SchurrLemma-nor-066-4.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262805-1502492182/watcher-4262805-1502492182 -o /tmp/evaluation-result-4262805-1502492182/solver-4262805-1502492182 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502411423-4885 --watchdog 2580  bin/concrete HOME/instance-4262805-1502492182.xml

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

MD5SUM BENCH= c25add2d506acc91b1dafe626b0f7e10
RANDOM SEED=1028647369

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        28042552 kB
MemAvailable:   28951384 kB
Buffers:          301408 kB
Cached:           901240 kB
SwapCached:            0 kB
Active:          3807832 kB
Inactive:         477356 kB
Active(anon):    3083020 kB
Inactive(anon):    33112 kB
Active(file):     724812 kB
Inactive(file):   444244 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24176 kB
Writeback:             0 kB
AnonPages:       3096952 kB
Mapped:            65504 kB
Shmem:             33468 kB
Slab:             138560 kB
SReclaimable:     111224 kB
SUnreclaim:        27336 kB
KernelStack:        3776 kB
PageTables:        11244 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3677280 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2865152 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 62008 MiB
End job on node133 at 2017-08-12 01:23:23