Trace number 4262466

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.28 2489.1001

General information on the benchmark

NameOrtholatin/Ortholatin-m1-s1/
Ortholatin-018.xml
MD5SUMbf2163a04ce45209eed2b79696dcc2b5
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables972
Number of constraints329
Number of domains2
Minimum domain size18
Maximum domain size324
Distribution of domain sizes[{"size":18,"count":648},{"size":324,"count":324}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":936},{"degree":3,"count":36}]
Minimum constraint arity3
Maximum constraint arity324
Distribution of constraint arities[{"arity":3,"count":324},{"arity":18,"count":2},{"arity":324,"count":3}]
Number of extensional constraints324
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":324},{"type":"allDifferent","count":3},{"type":"instantiation","count":2}]
Optimization problemNO
Type of objective

Solver Data

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

pid=30850
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.45 1.37 1.39 3/194 30853
/proc/meminfo: memFree=30383224/32770624 swapFree=0/543904
[pid=30853] ppid=30850 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/30853/stat : 30853 (runsolver) D 30850 30853 19618 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 47789829 24240128 106 18446744073709551615 4194304 4338465 140722442619168 140722442616808 139884004680407 0 0 1 24578 18446744071580418449 0 0 17 1 0 0 0 0 0 6438912 6441760 36429824 140722442625232 140722442625609 140722442625609 140722442629066 0
/proc/30853/statm: 5918 106 53 36 0 2156 0

[startup+0.100155 s]
/proc/loadavg: 1.45 1.37 1.39 3/194 30853
/proc/meminfo: memFree=30383224/32770624 swapFree=0/543904
[pid=30853] ppid=30850 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/30853/stat : 30853 (runsolver) D 30850 30853 19618 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 47789829 24240128 106 18446744073709551615 4194304 4338465 140722442619168 140722442616808 139884004680407 0 0 1 24578 18446744071580418449 0 0 17 1 0 0 0 0 0 6438912 6441760 36429824 140722442625232 140722442625609 140722442625609 140722442629066 0
/proc/30853/statm: 5918 106 53 36 0 2156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23672

[startup+0.200324 s]
/proc/loadavg: 1.45 1.37 1.39 3/194 30853
/proc/meminfo: memFree=30383224/32770624 swapFree=0/543904
[pid=30853] ppid=30850 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/30853/stat : 30853 (bash) S 30850 30853 19618 0 -1 4202496 897 6479 0 0 0 0 0 1 20 0 1 0 47789829 9867264 377 18446744073709551615 4194304 5098028 140730976965280 140730976959288 140435631782912 0 0 5 65536 18446744071580971376 0 0 17 5 0 0 10 0 0 7196144 7232144 22650880 140730976973332 140730976973417 140730976973417 140730976976874 0
/proc/30853/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300334 s]
/proc/loadavg: 1.45 1.37 1.39 3/194 30853
/proc/meminfo: memFree=30383224/32770624 swapFree=0/543904
[pid=30853] ppid=30850 vsize=13358716 CPUtime=0.08 cores=1,3,5,7
/proc/30853/stat : 30853 (java) S 30850 30853 19618 0 -1 1077944320 4220 12337 0 0 1 0 4 3 20 0 6 0 47789829 13679325184 4039 18446744073709551615 4194304 4196468 140733438929392 140733438911936 139886077030135 0 0 1 16784584 18446744073709551615 0 0 17 7 0 0 10 0 0 6293624 6294260 15241216 140733438937040 140733438939825 140733438939825 140733438943183 0
/proc/30853/statm: 3339679 4039 1902 1 0 3329176 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 13358716

[startup+0.700868 s]
/proc/loadavg: 1.45 1.37 1.39 3/194 30853
/proc/meminfo: memFree=30383224/32770624 swapFree=0/543904
[pid=30853] ppid=30850 vsize=13974784 CPUtime=0.55 cores=1,3,5,7
/proc/30853/stat : 30853 (java) S 30850 30853 19618 0 -1 1077944320 12831 12337 0 0 44 4 4 3 20 0 15 0 47789829 14310178816 14188 18446744073709551615 4194304 4196468 140733438929392 140733438911936 139886077030135 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 10 0 0 6293624 6294260 15241216 140733438937040 140733438939825 140733438939825 140733438943183 0
/proc/30853/statm: 3493696 14188 3071 1 0 3482965 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 13974784

[startup+1.50067 s]
/proc/loadavg: 1.45 1.37 1.39 3/209 30916
/proc/meminfo: memFree=30296828/32770624 swapFree=0/543948
[pid=30853] ppid=30850 vsize=13985408 CPUtime=1.75 cores=1,3,5,7
/proc/30853/stat : 30853 (java) S 30850 30853 19618 0 -1 1077944320 26355 12337 0 0 160 8 4 3 20 0 15 0 47789829 14321057792 33613 18446744073709551615 4194304 4196468 140733438929392 140733438911936 139886077030135 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 10 0 0 6293624 6294260 15241216 140733438937040 140733438939825 140733438939825 140733438943183 0
/proc/30853/statm: 3496352 33613 3338 1 0 3485525 0
[pid=30853/tid=30903] ppid=30850 vsize=13985408 CPUtime=1.22 cores=1,3,5,7
/proc/30853/task/30903/stat : 30903 (java) R 30850 30853 19618 0 -1 4202560 21289 12337 0 0 109 6 4 3 20 0 15 0 47789858 14321057792 33613 18446744073709551615 4194304 4196468 140733438929392 139886081261504 139886061110622 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 15241216 140733438937040 140733438939825 140733438939825 140733438943183 0
[pid=30853/tid=30904] ppid=30850 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/30853/task/30904/stat : 30904 (java) S 30850 30853 19618 0 -1 1077944384 1 12337 0 0 0 0 4 3 20 0 15 0 47789859 14321057792 33613 18446744073709551615 4194304 4196468 140733438929392 139885677296144 139886077040341 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15241216 140733438937040 140733438939825 140733438939825 140733438943183 0
[pid=30853/tid=30905] ppid=30850 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/30853/task/30905/stat : 30905 (java) S 30850 30853 19618 0 -1 1077944384 1 12337 0 0 0 0 4 3 20 0 15 0 47789859 14321057792 33613 18446744073709551615 4194304 4196468 140733438929392 139885676243600 139886077040341 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15241216 140733438937040 140733438939825 140733438939825 140733438943183 0
[pid=30853/tid=30906] ppid=30850 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/30853/task/30906/stat : 30906 (java) S 30850 30853 19618 0 -1 1077944384 1 12337 0 0 0 0 4 3 20 0 15 0 47789859 14321057792 33613 18446744073709551615 4194304 4196468 140733438929392 139885675190544 139886077040341 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15241216 140733438937040 140733438939825 140733438939825 140733438943183 0
[pid=30853/tid=30907] ppid=30850 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/30853/task/30907/stat : 30907 (java) S 30850 30853 19618 0 -1 1077944384 2 12337 0 0 0 0 4 3 20 0 15 0 47789859 14321057792 33613 18446744073709551615 4194304 4196468 140733438929392 139885674138000 139886077040341 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15241216 140733438937040 140733438939825 140733438939825 140733438943183 0
[pid=30853/tid=30908] ppid=30850 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/30853/task/30908/stat : 30908 (java) S 30850 30853 19618 0 -1 1077944384 5 12337 0 0 0 0 4 3 20 0 15 0 47789860 14321057792 33613 18446744073709551615 4194304 4196468 140733438929392 139885622721264 139886077041282 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15241216 140733438937040 140733438939825 140733438939825 140733438943183 0
[pid=30853/tid=30909] ppid=30850 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/30853/task/30909/stat : 30909 (java) S 30850 30853 19618 0 -1 1077944384 33 12337 0 0 0 0 4 3 20 0 15 0 47789860 14321057792 33613 18446744073709551615 4194304 4196468 140733438929392 139885621667488 139886077040341 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15241216 140733438937040 140733438939825 140733438939825 140733438943183 0
[pid=30853/tid=30910] ppid=30850 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/30853/task/30910/stat : 30910 (java) S 30850 30853 19618 0 -1 1077944384 21 12337 0 0 0 0 4 3 20 0 15 0 47789861 14321057792 33613 18446744073709551615 4194304 4196468 140733438929392 139885620614384 139886077040341 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15241216 140733438937040 140733438939825 140733438939825 140733438943183 0
[pid=30853/tid=30911] ppid=30850 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/30853/task/30911/stat : 30911 (java) S 30850 30853 19618 0 -1 1077944384 3 12337 0 0 0 0 4 3 20 0 15 0 47789863 14321057792 33613 18446744073709551615 4194304 4196468 140733438929392 139885619562960 139886077048731 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15241216 140733438937040 140733438939825 140733438939825 140733438943183 0
[pid=30853/tid=30912] ppid=30850 vsize=13985408 CPUtime=0.21 cores=1,3,5,7
/proc/30853/task/30912/stat : 30912 (java) S 30850 30853 19618 0 -1 1077944384 1040 12337 0 0 14 0 4 3 20 0 15 0 47789863 14321057792 33613 18446744073709551615 4194304 4196468 140733438929392 139885618510064 139886077041282 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15241216 140733438937040 140733438939825 140733438939825 140733438943183 0
[pid=30853/tid=30913] ppid=30850 vsize=13985408 CPUtime=0.21 cores=1,3,5,7
/proc/30853/task/30913/stat : 30913 (java) S 30850 30853 19618 0 -1 1077944384 583 12337 0 0 14 0 4 3 20 0 15 0 47789863 14321057792 33613 18446744073709551615 4194304 4196468 140733438929392 139885617457520 139886077041282 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15241216 140733438937040 140733438939825 140733438939825 140733438943183 0
[pid=30853/tid=30914] ppid=30850 vsize=13985408 CPUtime=0.28 cores=1,3,5,7
/proc/30853/task/30914/stat : 30914 (java) S 30850 30853 19618 0 -1 1077944384 1211 12337 0 0 21 0 4 3 20 0 15 0 47789863 14321057792 33613 18446744073709551615 4194304 4196468 140733438929392 139885616404464 139886077041282 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15241216 140733438937040 140733438939825 140733438939825 140733438943183 0
[pid=30853/tid=30915] ppid=30850 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/30853/task/30915/stat : 30915 (java) S 30850 30853 19618 0 -1 1077944384 3 12337 0 0 0 0 4 3 20 0 15 0 47789863 14321057792 33613 18446744073709551615 4194304 4196468 140733438929392 139885615352160 139886077040341 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15241216 140733438937040 140733438939825 140733438939825 140733438943183 0
[pid=30853/tid=30916] ppid=30850 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/30853/task/30916/stat : 30916 (java) S 30850 30853 19618 0 -1 1077944384 6 12337 0 0 0 0 4 3 20 0 15 0 47789868 14321057792 33613 18446744073709551615 4194304 4196468 140733438929392 139885614300208 139886077041282 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15241216 140733438937040 140733438939825 140733438939825 140733438943183 0
Current children cumulated CPU time (s) 1.75
Current children cumulated vsize (KiB) 13985408

[startup+3.10069 s]
/proc/loadavg: 1.45 1.37 1.39 4/209 30916
/proc/meminfo: memFree=30213448/32770624 swapFree=0/543948
[pid=30853] ppid=30850 vsize=13997884 CPUtime=4.95 cores=1,3,5,7
/proc/30853/stat : 30853 (java) S 30850 30853 19618 0 -1 1077944320 47063 12337 0 0 474 14 4 3 20 0 15 0 47789829 14333833216 53778 18446744073709551615 4194304 4196468 140733438929392 140733438911936 139886077030135 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 10 0 0 6293624 6294260 15241216 140733438937040 140733438939825 140733438939825 140733438943183 0
/proc/30853/statm: 3499471 53778 3440 1 0 3488085 0
[pid=30853/tid=30903] ppid=30850 vsize=13997884 CPUtime=2.78 cores=1,3,5,7
/proc/30853/task/30903/stat : 30903 (java) R 30850 30853 19618 0 -1 4202560 36171 12337 0 0 263 8 4 3 20 0 15 0 47789858 14333833216 53778 18446744073709551615 4194304 4196468 140733438929392 139886081264528 139885694174078 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 15241216 140733438937040 140733438939825 140733438939825 140733438943183 0
[pid=30853/tid=30904] ppid=30850 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/30853/task/30904/stat : 30904 (java) S 30850 30853 19618 0 -1 1077944384 46 12337 0 0 1 0 4 3 20 0 15 0 47789859 14333833216 53778 18446744073709551615 4194304 4196468 140733438929392 139885677296144 139886077040341 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15241216 140733438937040 140733438939825 140733438939825 140733438943183 0
[pid=30853/tid=30905] ppid=30850 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/30853/task/30905/stat : 30905 (java) S 30850 30853 19618 0 -1 1077944384 61 12337 0 0 1 0 4 3 20 0 15 0 47789859 14333833216 53778 18446744073709551615 4194304 4196468 140733438929392 139885676243600 139886077040341 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15241216 140733438937040 140733438939825 140733438939825 140733438943183 0
[pid=30853/tid=30906] ppid=30850 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/30853/task/30906/stat : 30906 (java) S 30850 30853 19618 0 -1 1077944384 186 12337 0 0 1 0 4 3 20 0 15 0 47789859 14333833216 53778 18446744073709551615 4194304 4196468 140733438929392 139885675190544 139886077040341 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15241216 140733438937040 140733438939825 140733438939825 140733438943183 0
[pid=30853/tid=30907] ppid=30850 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/30853/task/30907/stat : 30907 (java) S 30850 30853 19618 0 -1 1077944384 59 12337 0 0 1 0 4 3 20 0 15 0 47789859 14333833216 53778 18446744073709551615 4194304 4196468 140733438929392 139885674138000 139886077040341 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15241216 140733438937040 140733438939825 140733438939825 140733438943183 0
[pid=30853/tid=30908] ppid=30850 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/30853/task/30908/stat : 30908 (java) S 30850 30853 19618 0 -1 1077944384 1317 12337 0 0 1 0 4 3 20 0 15 0 47789860 14333833216 53778 18446744073709551615 4194304 4196468 140733438929392 139885622721264 139886077041282 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15241216 140733438937040 140733438939825 140733438939825 140733438943183 0
[pid=30853/tid=30909] ppid=30850 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/30853/task/30909/stat : 30909 (java) S 30850 30853 19618 0 -1 1077944384 54 12337 0 0 0 0 4 3 20 0 15 0 47789860 14333833216 53778 18446744073709551615 4194304 4196468 140733438929392 139885621667552 139886077040341 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15241216 140733438937040 140733438939825 140733438939825 140733438943183 0
[pid=30853/tid=30910] ppid=30850 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/30853/task/30910/stat : 30910 (java) S 30850 30853 19618 0 -1 1077944384 45 12337 0 0 0 0 4 3 20 0 15 0 47789861 14333833216 53778 18446744073709551615 4194304 4196468 140733438929392 139885620614400 139886077040341 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15241216 140733438937040 140733438939825 140733438939825 140733438943183 0
[pid=30853/tid=30911] ppid=30850 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/30853/task/30911/stat : 30911 (java) S 30850 30853 19618 0 -1 1077944384 3 12337 0 0 0 0 4 3 20 0 15 0 47789863 14333833216 53778 18446744073709551615 4194304 4196468 140733438929392 139885619562960 139886077048731 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15241216 140733438937040 140733438939825 140733438939825 140733438943183 0
[pid=30853/tid=30912] ppid=30850 vsize=13997884 CPUtime=0.6 cores=1,3,5,7
/proc/30853/task/30912/stat : 30912 (java) S 30850 30853 19618 0 -1 1077944384 1923 12337 0 0 52 1 4 3 20 0 15 0 47789863 14333833216 53778 18446744073709551615 4194304 4196468 140733438929392 139885618510064 139886077041282 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15241216 140733438937040 140733438939825 140733438939825 140733438943183 0
[pid=30853/tid=30913] ppid=30850 vsize=13997884 CPUtime=0.65 cores=1,3,5,7
/proc/30853/task/30913/stat : 30913 (java) S 30850 30853 19618 0 -1 1077944384 1418 12337 0 0 58 0 4 3 20 0 15 0 47789863 14333833216 53778 18446744073709551615 4194304 4196468 140733438929392 139885617457520 139886077041282 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15241216 140733438937040 140733438939825 140733438939825 140733438943183 0
[pid=30853/tid=30914] ppid=30850 vsize=13997884 CPUtime=1.01 cores=1,3,5,7
/proc/30853/task/30914/stat : 30914 (java) R 30850 30853 19618 0 -1 4202560 3612 12337 0 0 93 1 4 3 20 0 15 0 47789863 14333833216 53778 18446744073709551615 4194304 4196468 140733438929392 139885616404464 139886055196410 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15241216 140733438937040 140733438939825 140733438939825 140733438943183 0
[pid=30853/tid=30915] ppid=30850 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/30853/task/30915/stat : 30915 (java) S 30850 30853 19618 0 -1 1077944384 3 12337 0 0 0 0 4 3 20 0 15 0 47789863 14333833216 53778 18446744073709551615 4194304 4196468 140733438929392 139885615352160 139886077040341 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15241216 140733438937040 140733438939825 140733438939825 140733438943183 0
[pid=30853/tid=30916] ppid=30850 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/30853/task/30916/stat : 30916 (java) S 30850 30853 19618 0 -1 1077944384 9 12337 0 0 0 0 4 3 20 0 15 0 47789868 14333833216 53778 18446744073709551615 4194304 4196468 140733438929392 139885614300208 139886077041282 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15241216 140733438937040 140733438939825 140733438939825 140733438943183 0
Current children cumulated CPU time (s) 4.95
Current children cumulated vsize (KiB) 13997884

[startup+6.30068 s]
/proc/loadavg: 1.42 1.36 1.39 5/209 30916
/proc/meminfo: memFree=30029992/32770624 swapFree=0/543948
[pid=30853] ppid=30850 vsize=14069564 CPUtime=14.56 cores=1,3,5,7
/proc/30853/stat : 30853 (java) S 30850 30853 19618 0 -1 1077944320 66872 12337 0 0 1425 24 4 3 20 0 15 0 47789829 14407233536 123838 18446744073709551615 4194304 4196468 140733438929392 140733438911936 139886077030135 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 10 0 0 6293624 6294260 15241216 140733438937040 140733438939825 140733438939825 140733438943183 0
/proc/30853/statm: 3517391 123838 3469 1 0 3506005 0
[pid=30853/tid=30903] ppid=30850 vsize=14069564 CPUtime=5.87 cores=1,3,5,7
/proc/30853/task/30903/stat : 30903 (java) R 30850 30853 19618 0 -1 4202560 44676 12337 0 0 567 13 4 3 20 0 15 0 47789858 14407233536 123838 18446744073709551615 4194304 4196468 140733438929392 139886081260912 139885709155002 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 15241216 140733438937040 140733438939825 140733438939825 140733438943183 0
[pid=30853/tid=30904] ppid=30850 vsize=14069564 CPUtime=0.12 cores=1,3,5,7
/proc/30853/task/30904/stat : 30904 (java) S 30850 30853 19618 0 -1 1077944384 83 12337 0 0 5 0 4 3 20 0 15 0 47789859 14407233536 123838 18446744073709551615 4194304 4196468 140733438929392 139885677296144 139886077040341 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15241216 140733438937040 140733438939825 140733438939825 140733438943183 0
[pid=30853/tid=30905] ppid=30850 vsize=14069564 CPUtime=0.14 cores=1,3,5,7
/proc/30853/task/30905/stat : 30905 (java) S 30850 30853 19618 0 -1 1077944384 146 12337 0 0 6 1 4 3 20 0 15 0 47789859 14407233536 123838 18446744073709551615 4194304 4196468 140733438929392 139885676243600 139886077040341 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15241216 140733438937040 140733438939825 140733438939825 140733438943183 0
[pid=30853/tid=30906] ppid=30850 vsize=14069564 CPUtime=0.12 cores=1,3,5,7
/proc/30853/task/30906/stat : 30906 (java) S 30850 30853 19618 0 -1 1077944384 222 12337 0 0 5 0 4 3 20 0 15 0 47789859 14407233536 123838 18446744073709551615 4194304 4196468 140733438929392 139885675190544 139886077040341 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15241216 140733438937040 140733438939825 140733438939825 140733438943183 0
[pid=30853/tid=30907] ppid=30850 vsize=14069564 CPUtime=0.12 cores=1,3,5,7
/proc/30853/task/30907/stat : 30907 (java) S 30850 30853 19618 0 -1 1077944384 101 12337 0 0 5 0 4 3 20 0 15 0 47789859 14407233536 123838 18446744073709551615 4194304 4196468 140733438929392 139885674138000 139886077040341 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15241216 140733438937040 140733438939825 140733438939825 140733438943183 0
[pid=30853/tid=30908] ppid=30850 vsize=14069564 CPUtime=0.11 cores=1,3,5,7
/proc/30853/task/30908/stat : 30908 (java) S 30850 30853 19618 0 -1 1077944384 2155 12337 0 0 4 0 4 3 20 0 15 0 47789860 14407233536 123838 18446744073709551615 4194304 4196468 140733438929392 139885622721264 139886077041282 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15241216 140733438937040 140733438939825 140733438939825 140733438943183 0
[pid=30853/tid=30909] ppid=30850 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/30853/task/30909/stat : 30909 (java) S 30850 30853 19618 0 -1 1077944384 54 12337 0 0 0 0 4 3 20 0 15 0 47789860 14407233536 123838 18446744073709551615 4194304 4196468 140733438929392 139885621667552 139886077040341 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15241216 140733438937040 140733438939825 140733438939825 140733438943183 0
[pid=30853/tid=30910] ppid=30850 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/30853/task/30910/stat : 30910 (java) S 30850 30853 19618 0 -1 1077944384 45 12337 0 0 0 0 4 3 20 0 15 0 47789861 14407233536 123838 18446744073709551615 4194304 4196468 140733438929392 139885620614400 139886077040341 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15241216 140733438937040 140733438939825 140733438939825 140733438943183 0
[pid=30853/tid=30911] ppid=30850 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/30853/task/30911/stat : 30911 (java) S 30850 30853 19618 0 -1 1077944384 3 12337 0 0 0 0 4 3 20 0 15 0 47789863 14407233536 123838 18446744073709551615 4194304 4196468 140733438929392 139885619562960 139886077048731 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15241216 140733438937040 140733438939825 140733438939825 140733438943183 0
[pid=30853/tid=30912] ppid=30850 vsize=14069564 CPUtime=3.34 cores=1,3,5,7
/proc/30853/task/30912/stat : 30912 (java) R 30850 30853 19618 0 -1 4202560 6336 12337 0 0 326 1 4 3 20 0 15 0 47789863 14407233536 123838 18446744073709551615 4194304 4196468 140733438929392 139885618491080 139886058575308 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15241216 140733438937040 140733438939825 140733438939825 140733438943183 0
[pid=30853/tid=30913] ppid=30850 vsize=14069564 CPUtime=3.38 cores=1,3,5,7
/proc/30853/task/30913/stat : 30913 (java) R 30850 30853 19618 0 -1 4202560 5813 12337 0 0 330 1 4 3 20 0 15 0 47789863 14407233536 123838 18446744073709551615 4194304 4196468 140733438929392 139885617438536 139886058573904 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15241216 140733438937040 140733438939825 140733438939825 140733438943183 0
[pid=30853/tid=30914] ppid=30850 vsize=14069564 CPUtime=1.79 cores=1,3,5,7
/proc/30853/task/30914/stat : 30914 (java) S 30850 30853 19618 0 -1 1077944384 5069 12337 0 0 171 1 4 3 20 0 15 0 47789863 14407233536 123838 18446744073709551615 4194304 4196468 140733438929392 139885616404464 139886077041282 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15241216 140733438937040 140733438939825 140733438939825 140733438943183 0
[pid=30853/tid=30915] ppid=30850 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/30853/task/30915/stat : 30915 (java) S 30850 30853 19618 0 -1 1077944384 3 12337 0 0 0 0 4 3 20 0 15 0 47789863 14407233536 123838 18446744073709551615 4194304 4196468 140733438929392 139885615352160 139886077040341 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15241216 140733438937040 140733438939825 140733438939825 140733438943183 0
[pid=30853/tid=30916] ppid=30850 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/30853/task/30916/stat : 30916 (java) S 30850 30853 19618 0 -1 1077944384 10 12337 0 0 0 0 4 3 20 0 15 0 47789868 14407233536 123838 18446744073709551615 4194304 4196468 140733438929392 139885614300208 139886077041282 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15241216 140733438937040 140733438939825 140733438939825 140733438943183 0
Current children cumulated CPU time (s) 14.56
Current children cumulated vsize (KiB) 14069564

[startup+12.7007 s]
/proc/loadavg: 1.62 1.40 1.41 3/209 30916
/proc/meminfo: memFree=29240452/32770624 swapFree=0/543948
[pid=30853] ppid=30850 vsize=14069564 CPUtime=25.1 cores=1,3,5,7
/proc/30853/stat : 30853 (java) S 30850 30853 19618 0 -1 1077944320 83404 12337 0 0 2450 53 4 3 20 0 15 0 47789829 14407233536 288380 18446744073709551615 4194304 4196468 140733438929392 140733438911936 139886077030135 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 10 0 0 6293624 6294260 15241216 140733438937040 140733438939825 140733438939825 140733438943183 0
/proc/30853/statm: 3517391 288380 3478 1 0 3506005 0
[pid=30853/tid=30903] ppid=30850 vsize=14069564 CPUtime=12.09 cores=1,3,5,7
/proc/30853/task/30903/stat : 30903 (java) R 30850 30853 19618 0 -1 4202560 46884 12337 0 0 1180 22 4 3 20 0 15 0 47789858 14407233536 288380 18446744073709551615 4194304 4196468 140733438929392 139886081261392 139885711069211 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 15241216 140733438937040 140733438939825 140733438939825 140733438943183 0
[pid=30853/tid=30904] ppid=30850 vsize=14069564 CPUtime=0.29 cores=1,3,5,7
/proc/30853/task/30904/stat : 30904 (java) S 30850 30853 19618 0 -1 1077944384 1587 12337 0 0 17 5 4 3 20 0 15 0 47789859 14407233536 288380 18446744073709551615 4194304 4196468 140733438929392 139885677296144 139886077040341 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15241216 140733438937040 140733438939825 140733438939825 140733438943183 0
[pid=30853/tid=30905] ppid=30850 vsize=14069564 CPUtime=0.29 cores=1,3,5,7
/proc/30853/task/30905/stat : 30905 (java) S 30850 30853 19618 0 -1 1077944384 350 12337 0 0 17 5 4 3 20 0 15 0 47789859 14407233536 288380 18446744073709551615 4194304 4196468 140733438929392 139885676243600 139886077040341 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15241216 140733438937040 140733438939825 140733438939825 140733438943183 0
[pid=30853/tid=30906] ppid=30850 vsize=14069564 CPUtime=0.3 cores=1,3,5,7
/proc/30853/task/30906/stat : 30906 (java) S 30850 30853 19618 0 -1 1077944384 553 12337 0 0 18 5 4 3 20 0 15 0 47789859 14407233536 288380 18446744073709551615 4194304 4196468 140733438929392 139885675190544 139886077040341 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15241216 140733438937040 140733438939825 140733438939825 140733438943183 0
[pid=30853/tid=30907] ppid=30850 vsize=14069564 CPUtime=0.28 cores=1,3,5,7
/proc/30853/task/30907/stat : 30907 (java) S 30850 30853 19618 0 -1 1077944384 353 12337 0 0 16 5 4 3 20 0 15 0 47789859 14407233536 288380 18446744073709551615 4194304 4196468 140733438929392 139885674138000 139886077040341 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15241216 140733438937040 140733438939825 140733438939825 140733438943183 0
[pid=30853/tid=30908] ppid=30850 vsize=14069564 CPUtime=0.12 cores=1,3,5,7
/proc/30853/task/30908/stat : 30908 (java) S 30850 30853 19618 0 -1 1077944384 2827 12337 0 0 5 0 4 3 20 0 15 0 47789860 14407233536 288380 18446744073709551615 4194304 4196468 140733438929392 139885622721264 139886077041282 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15241216 140733438937040 140733438939825 140733438939825 140733438943183 0
[pid=30853/tid=30909] ppid=30850 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/30853/task/30909/stat : 30909 (java) S 30850 30853 19618 0 -1 1077944384 54 12337 0 0 0 0 4 3 20 0 15 0 47789860 14407233536 288380 18446744073709551615 4194304 4196468 140733438929392 139885621667552 139886077040341 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15241216 140733438937040 140733438939825 140733438939825 140733438943183 0
[pid=30853/tid=30910] ppid=30850 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/30853/task/30910/stat : 30910 (java) S 30850 30853 19618 0 -1 1077944384 45 12337 0 0 0 0 4 3 20 0 15 0 47789861 14407233536 288380 18446744073709551615 4194304 4196468 140733438929392 139885620614400 139886077040341 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15241216 140733438937040 140733438939825 140733438939825 140733438943183 0
[pid=30853/tid=30911] ppid=30850 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/30853/task/30911/stat : 30911 (java) S 30850 30853 19618 0 -1 1077944384 3 12337 0 0 0 0 4 3 20 0 15 0 47789863 14407233536 288380 18446744073709551615 4194304 4196468 140733438929392 139885619562960 139886077048731 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15241216 140733438937040 140733438939825 140733438939825 140733438943183 0

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

/proc/30853/task/30915/stat : 30915 (java) S 30850 30853 19618 0 -1 1077944384 3 12337 0 0 0 0 4 3 20 0 15 0 47789863 14407233536 871267 18446744073709551615 4194304 4196468 140733438929392 139885615352160 139886077040341 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15241216 140733438937040 140733438939825 140733438939825 140733438943183 0
[pid=30853/tid=30916] ppid=30850 vsize=14069564 CPUtime=1.37 cores=1,3,5,7
/proc/30853/task/30916/stat : 30916 (java) S 30850 30853 19618 0 -1 1077944384 1900 12337 0 0 65 65 4 3 20 0 15 0 47789868 14407233536 871267 18446744073709551615 4194304 4196468 140733438929392 139885614300208 139886077041282 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15241216 140733438937040 140733438939825 140733438939825 140733438943183 0
Current children cumulated CPU time (s) 2412.67
Current children cumulated vsize (KiB) 14069564

[startup+2442.3 s]
/proc/loadavg: 1.37 1.47 1.53 3/209 31207
/proc/meminfo: memFree=26855608/32770624 swapFree=0/544484
[pid=30853] ppid=30850 vsize=14069564 CPUtime=2473.22 cores=1,3,5,7
/proc/30853/stat : 30853 (java) S 30850 30853 19618 0 -1 1077944320 419874 12337 0 0 246895 420 4 3 20 0 15 0 47789829 14407233536 866305 18446744073709551615 4194304 4196468 140733438929392 140733438911936 139886077030135 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 10 0 0 6293624 6294260 15241216 140733438937040 140733438939825 140733438939825 140733438943183 0
/proc/30853/statm: 3517391 866305 3479 1 0 3506005 0
[pid=30853/tid=30903] ppid=30850 vsize=14069564 CPUtime=2435.24 cores=1,3,5,7
/proc/30853/task/30903/stat : 30903 (java) R 30850 30853 19618 0 -1 4202560 221064 12337 0 0 243421 96 4 3 20 0 15 0 47789858 14407233536 866305 18446744073709551615 4194304 4196468 140733438929392 139886081264320 139885709828761 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 15241216 140733438937040 140733438939825 140733438939825 140733438943183 0
[pid=30853/tid=30904] ppid=30850 vsize=14069564 CPUtime=5.51 cores=1,3,5,7
/proc/30853/task/30904/stat : 30904 (java) S 30850 30853 19618 0 -1 1077944384 28309 12337 0 0 479 65 4 3 20 0 15 0 47789859 14407233536 866305 18446744073709551615 4194304 4196468 140733438929392 139885677296144 139886077040341 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15241216 140733438937040 140733438939825 140733438939825 140733438943183 0
[pid=30853/tid=30905] ppid=30850 vsize=14069564 CPUtime=5.51 cores=1,3,5,7
/proc/30853/task/30905/stat : 30905 (java) S 30850 30853 19618 0 -1 1077944384 24484 12337 0 0 482 62 4 3 20 0 15 0 47789859 14407233536 866305 18446744073709551615 4194304 4196468 140733438929392 139885676243600 139886077040341 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15241216 140733438937040 140733438939825 140733438939825 140733438943183 0
[pid=30853/tid=30906] ppid=30850 vsize=14069564 CPUtime=5.52 cores=1,3,5,7
/proc/30853/task/30906/stat : 30906 (java) S 30850 30853 19618 0 -1 1077944384 28561 12337 0 0 483 62 4 3 20 0 15 0 47789859 14407233536 866305 18446744073709551615 4194304 4196468 140733438929392 139885675190544 139886077040341 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15241216 140733438937040 140733438939825 140733438939825 140733438943183 0
[pid=30853/tid=30907] ppid=30850 vsize=14069564 CPUtime=5.5 cores=1,3,5,7
/proc/30853/task/30907/stat : 30907 (java) S 30850 30853 19618 0 -1 1077944384 33142 12337 0 0 480 63 4 3 20 0 15 0 47789859 14407233536 866305 18446744073709551615 4194304 4196468 140733438929392 139885674138000 139886077040341 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15241216 140733438937040 140733438939825 140733438939825 140733438943183 0
[pid=30853/tid=30908] ppid=30850 vsize=14069564 CPUtime=0.99 cores=1,3,5,7
/proc/30853/task/30908/stat : 30908 (java) S 30850 30853 19618 0 -1 1077944384 31336 12337 0 0 78 14 4 3 20 0 15 0 47789860 14407233536 866305 18446744073709551615 4194304 4196468 140733438929392 139885622721264 139886077041282 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15241216 140733438937040 140733438939825 140733438939825 140733438943183 0
[pid=30853/tid=30909] ppid=30850 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/30853/task/30909/stat : 30909 (java) S 30850 30853 19618 0 -1 1077944384 54 12337 0 0 0 0 4 3 20 0 15 0 47789860 14407233536 866305 18446744073709551615 4194304 4196468 140733438929392 139885621667552 139886077040341 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15241216 140733438937040 140733438939825 140733438939825 140733438943183 0
[pid=30853/tid=30910] ppid=30850 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/30853/task/30910/stat : 30910 (java) S 30850 30853 19618 0 -1 1077944384 45 12337 0 0 0 0 4 3 20 0 15 0 47789861 14407233536 866305 18446744073709551615 4194304 4196468 140733438929392 139885620614400 139886077040341 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15241216 140733438937040 140733438939825 140733438939825 140733438943183 0
[pid=30853/tid=30911] ppid=30850 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/30853/task/30911/stat : 30911 (java) S 30850 30853 19618 0 -1 1077944384 3 12337 0 0 0 0 4 3 20 0 15 0 47789863 14407233536 866305 18446744073709551615 4194304 4196468 140733438929392 139885619562960 139886077048731 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15241216 140733438937040 140733438939825 140733438939825 140733438943183 0
[pid=30853/tid=30912] ppid=30850 vsize=14069564 CPUtime=6.07 cores=1,3,5,7
/proc/30853/task/30912/stat : 30912 (java) S 30850 30853 19618 0 -1 1077944384 19649 12337 0 0 597 3 4 3 20 0 15 0 47789863 14407233536 866305 18446744073709551615 4194304 4196468 140733438929392 139885618510064 139886077041282 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15241216 140733438937040 140733438939825 140733438939825 140733438943183 0
[pid=30853/tid=30913] ppid=30850 vsize=14069564 CPUtime=5.95 cores=1,3,5,7
/proc/30853/task/30913/stat : 30913 (java) S 30850 30853 19618 0 -1 1077944384 18755 12337 0 0 585 3 4 3 20 0 15 0 47789863 14407233536 866305 18446744073709551615 4194304 4196468 140733438929392 139885617457520 139886077041282 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15241216 140733438937040 140733438939825 140733438939825 140733438943183 0
[pid=30853/tid=30914] ppid=30850 vsize=14069564 CPUtime=2.06 cores=1,3,5,7
/proc/30853/task/30914/stat : 30914 (java) S 30850 30853 19618 0 -1 1077944384 10371 12337 0 0 196 3 4 3 20 0 15 0 47789863 14407233536 866305 18446744073709551615 4194304 4196468 140733438929392 139885616404464 139886077041282 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15241216 140733438937040 140733438939825 140733438939825 140733438943183 0
[pid=30853/tid=30915] ppid=30850 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/30853/task/30915/stat : 30915 (java) S 30850 30853 19618 0 -1 1077944384 3 12337 0 0 0 0 4 3 20 0 15 0 47789863 14407233536 866305 18446744073709551615 4194304 4196468 140733438929392 139885615352160 139886077040341 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15241216 140733438937040 140733438939825 140733438939825 140733438943183 0
[pid=30853/tid=30916] ppid=30850 vsize=14069564 CPUtime=1.4 cores=1,3,5,7
/proc/30853/task/30916/stat : 30916 (java) S 30850 30853 19618 0 -1 1077944384 1942 12337 0 0 66 67 4 3 20 0 15 0 47789868 14407233536 866305 18446744073709551615 4194304 4196468 140733438929392 139885614300208 139886077041282 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15241216 140733438937040 140733438939825 140733438939825 140733438943183 0
Current children cumulated CPU time (s) 2473.22
Current children cumulated vsize (KiB) 14069564



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2488.7 s]
/proc/loadavg: 1.45 1.47 1.53 3/212 31223
/proc/meminfo: memFree=26786672/32770624 swapFree=0/544504
[pid=30853] ppid=30850 vsize=14069564 CPUtime=2520.07 cores=1,3,5,7
/proc/30853/stat : 30853 (java) S 30850 30853 19618 0 -1 1077944320 425172 12337 0 0 251578 422 4 3 20 0 15 0 47789829 14407233536 867842 18446744073709551615 4194304 4196468 140733438929392 140733438911936 139886077030135 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 10 0 0 6293624 6294260 15241216 140733438937040 140733438939825 140733438939825 140733438943183 0
/proc/30853/statm: 3517391 867842 3479 1 0 3506005 0
[pid=30853/tid=30903] ppid=30850 vsize=14069564 CPUtime=2481.41 cores=1,3,5,7
/proc/30853/task/30903/stat : 30903 (java) R 30850 30853 19618 0 -1 4202560 222643 12337 0 0 248038 96 4 3 20 0 15 0 47789858 14407233536 867842 18446744073709551615 4194304 4196468 140733438929392 139886081264336 139885710406009 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 15241216 140733438937040 140733438939825 140733438939825 140733438943183 0
[pid=30853/tid=30904] ppid=30850 vsize=14069564 CPUtime=5.66 cores=1,3,5,7
/proc/30853/task/30904/stat : 30904 (java) S 30850 30853 19618 0 -1 1077944384 29397 12337 0 0 494 65 4 3 20 0 15 0 47789859 14407233536 867842 18446744073709551615 4194304 4196468 140733438929392 139885677296144 139886077040341 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15241216 140733438937040 140733438939825 140733438939825 140733438943183 0
[pid=30853/tid=30905] ppid=30850 vsize=14069564 CPUtime=5.65 cores=1,3,5,7
/proc/30853/task/30905/stat : 30905 (java) S 30850 30853 19618 0 -1 1077944384 24875 12337 0 0 496 62 4 3 20 0 15 0 47789859 14407233536 867842 18446744073709551615 4194304 4196468 140733438929392 139885676243600 139886077040341 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15241216 140733438937040 140733438939825 140733438939825 140733438943183 0
[pid=30853/tid=30906] ppid=30850 vsize=14069564 CPUtime=5.67 cores=1,3,5,7
/proc/30853/task/30906/stat : 30906 (java) S 30850 30853 19618 0 -1 1077944384 29173 12337 0 0 498 62 4 3 20 0 15 0 47789859 14407233536 867842 18446744073709551615 4194304 4196468 140733438929392 139885675190544 139886077040341 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15241216 140733438937040 140733438939825 140733438939825 140733438943183 0
[pid=30853/tid=30907] ppid=30850 vsize=14069564 CPUtime=5.64 cores=1,3,5,7
/proc/30853/task/30907/stat : 30907 (java) S 30850 30853 19618 0 -1 1077944384 34110 12337 0 0 494 63 4 3 20 0 15 0 47789859 14407233536 867842 18446744073709551615 4194304 4196468 140733438929392 139885674138000 139886077040341 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15241216 140733438937040 140733438939825 140733438939825 140733438943183 0
[pid=30853/tid=30908] ppid=30850 vsize=14069564 CPUtime=1.06 cores=1,3,5,7
/proc/30853/task/30908/stat : 30908 (java) S 30850 30853 19618 0 -1 1077944384 31939 12337 0 0 84 15 4 3 20 0 15 0 47789860 14407233536 867842 18446744073709551615 4194304 4196468 140733438929392 139885622721264 139886077041282 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15241216 140733438937040 140733438939825 140733438939825 140733438943183 0
[pid=30853/tid=30909] ppid=30850 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/30853/task/30909/stat : 30909 (java) S 30850 30853 19618 0 -1 1077944384 54 12337 0 0 0 0 4 3 20 0 15 0 47789860 14407233536 867842 18446744073709551615 4194304 4196468 140733438929392 139885621667552 139886077040341 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15241216 140733438937040 140733438939825 140733438939825 140733438943183 0
[pid=30853/tid=30910] ppid=30850 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/30853/task/30910/stat : 30910 (java) S 30850 30853 19618 0 -1 1077944384 45 12337 0 0 0 0 4 3 20 0 15 0 47789861 14407233536 867842 18446744073709551615 4194304 4196468 140733438929392 139885620614400 139886077040341 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15241216 140733438937040 140733438939825 140733438939825 140733438943183 0
[pid=30853/tid=30911] ppid=30850 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/30853/task/30911/stat : 30911 (java) S 30850 30853 19618 0 -1 1077944384 3 12337 0 0 0 0 4 3 20 0 15 0 47789863 14407233536 867842 18446744073709551615 4194304 4196468 140733438929392 139885619562960 139886077048731 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15241216 140733438937040 140733438939825 140733438939825 140733438943183 0
[pid=30853/tid=30912] ppid=30850 vsize=14069564 CPUtime=6.07 cores=1,3,5,7
/proc/30853/task/30912/stat : 30912 (java) S 30850 30853 19618 0 -1 1077944384 19655 12337 0 0 597 3 4 3 20 0 15 0 47789863 14407233536 867842 18446744073709551615 4194304 4196468 140733438929392 139885618510064 139886077041282 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15241216 140733438937040 140733438939825 140733438939825 140733438943183 0
[pid=30853/tid=30913] ppid=30850 vsize=14069564 CPUtime=5.95 cores=1,3,5,7
/proc/30853/task/30913/stat : 30913 (java) S 30850 30853 19618 0 -1 1077944384 18759 12337 0 0 585 3 4 3 20 0 15 0 47789863 14407233536 867842 18446744073709551615 4194304 4196468 140733438929392 139885617457520 139886077041282 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15241216 140733438937040 140733438939825 140733438939825 140733438943183 0
[pid=30853/tid=30914] ppid=30850 vsize=14069564 CPUtime=2.06 cores=1,3,5,7
/proc/30853/task/30914/stat : 30914 (java) S 30850 30853 19618 0 -1 1077944384 10375 12337 0 0 196 3 4 3 20 0 15 0 47789863 14407233536 867842 18446744073709551615 4194304 4196468 140733438929392 139885616404464 139886077041282 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15241216 140733438937040 140733438939825 140733438939825 140733438943183 0
[pid=30853/tid=30915] ppid=30850 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/30853/task/30915/stat : 30915 (java) S 30850 30853 19618 0 -1 1077944384 3 12337 0 0 0 0 4 3 20 0 15 0 47789863 14407233536 867842 18446744073709551615 4194304 4196468 140733438929392 139885615352160 139886077040341 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15241216 140733438937040 140733438939825 140733438939825 140733438943183 0
[pid=30853/tid=30916] ppid=30850 vsize=14069564 CPUtime=1.42 cores=1,3,5,7
/proc/30853/task/30916/stat : 30916 (java) S 30850 30853 19618 0 -1 1077944384 1985 12337 0 0 67 68 4 3 20 0 15 0 47789868 14407233536 867842 18446744073709551615 4194304 4196468 140733438929392 139885614300208 139886077041282 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15241216 140733438937040 140733438939825 140733438939825 140733438943183 0
Current children cumulated CPU time (s) 2520.07
Current children cumulated vsize (KiB) 14069564

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

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

[startup+2488.81 s]
/proc/loadavg: 1.45 1.47 1.53 3/212 31223
/proc/meminfo: memFree=26786672/32770624 swapFree=0/544504
[pid=30853] ppid=30850 vsize=14202692 CPUtime=2520.4 cores=1,3,5,7
/proc/30853/stat : 30853 (java) S 30850 30853 19618 0 -1 1077944320 432827 12337 0 0 251610 423 4 3 20 0 17 0 47789829 14543556608 868923 18446744073709551615 4194304 4196468 140733438929392 140733438911936 139886077030135 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 10 0 0 6293624 6294260 15241216 140733438937040 140733438939825 140733438939825 140733438943183 0
/proc/30853/statm: 3550673 868923 3480 1 0 3539287 0
[pid=30853/tid=30903] ppid=30850 vsize=14202692 CPUtime=2481.42 cores=1,3,5,7
/proc/30853/task/30903/stat : 30903 (java) S 30850 30853 19618 0 -1 1077944384 223276 12337 0 0 248039 96 4 3 20 0 17 0 47789858 14543556608 868923 18446744073709551615 4194304 4196468 140733438929392 139886081267840 139886077040341 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 15241216 140733438937040 140733438939825 140733438939825 140733438943183 0
[pid=30853/tid=30904] ppid=30850 vsize=14202692 CPUtime=5.73 cores=1,3,5,7
/proc/30853/task/30904/stat : 30904 (java) R 30850 30853 19618 0 -1 4202560 29420 12337 0 0 501 65 4 3 20 0 17 0 47789859 14543556608 868923 18446744073709551615 4194304 4196468 140733438929392 139885677296144 139886062019778 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15241216 140733438937040 140733438939825 140733438939825 140733438943183 0
[pid=30853/tid=30905] ppid=30850 vsize=14202692 CPUtime=5.73 cores=1,3,5,7
/proc/30853/task/30905/stat : 30905 (java) R 30850 30853 19618 0 -1 4202560 24892 12337 0 0 504 62 4 3 20 0 17 0 47789859 14543556608 868923 18446744073709551615 4194304 4196468 140733438929392 139885676243800 139886061730819 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15241216 140733438937040 140733438939825 140733438939825 140733438943183 0
[pid=30853/tid=30906] ppid=30850 vsize=14202692 CPUtime=5.75 cores=1,3,5,7
/proc/30853/task/30906/stat : 30906 (java) R 30850 30853 19618 0 -1 4202560 29215 12337 0 0 505 63 4 3 20 0 17 0 47789859 14543556608 868923 18446744073709551615 4194304 4196468 140733438929392 139885675190744 139886061730779 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15241216 140733438937040 140733438939825 140733438939825 140733438943183 0
[pid=30853/tid=30907] ppid=30850 vsize=14202692 CPUtime=5.72 cores=1,3,5,7
/proc/30853/task/30907/stat : 30907 (java) R 30850 30853 19618 0 -1 4202560 34151 12337 0 0 502 63 4 3 20 0 17 0 47789859 14543556608 868923 18446744073709551615 4194304 4196468 140733438929392 139885674138000 139886061730816 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15241216 140733438937040 140733438939825 140733438939825 140733438943183 0
[pid=30853/tid=30908] ppid=30850 vsize=14202692 CPUtime=1.08 cores=1,3,5,7
/proc/30853/task/30908/stat : 30908 (java) S 30850 30853 19618 0 -1 1077944384 38304 12337 0 0 86 15 4 3 20 0 17 0 47789860 14543556608 868923 18446744073709551615 4194304 4196468 140733438929392 139885622719888 139886077040341 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15241216 140733438937040 140733438939825 140733438939825 140733438943183 0
[pid=30853/tid=30909] ppid=30850 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/30853/task/30909/stat : 30909 (java) S 30850 30853 19618 0 -1 1077944384 54 12337 0 0 0 0 4 3 20 0 17 0 47789860 14543556608 868923 18446744073709551615 4194304 4196468 140733438929392 139885621667552 139886077040341 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15241216 140733438937040 140733438939825 140733438939825 140733438943183 0
[pid=30853/tid=30910] ppid=30850 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/30853/task/30910/stat : 30910 (java) S 30850 30853 19618 0 -1 1077944384 45 12337 0 0 0 0 4 3 20 0 17 0 47789861 14543556608 868923 18446744073709551615 4194304 4196468 140733438929392 139885620614400 139886077040341 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15241216 140733438937040 140733438939825 140733438939825 140733438943183 0
[pid=30853/tid=30911] ppid=30850 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/30853/task/30911/stat : 30911 (java) S 30850 30853 19618 0 -1 1077944384 208 12337 0 0 0 0 4 3 20 0 17 0 47789863 14543556608 868923 18446744073709551615 4194304 4196468 140733438929392 139885619562960 139886077048731 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15241216 140733438937040 140733438939825 140733438939825 140733438943183 0
[pid=30853/tid=30912] ppid=30850 vsize=14202692 CPUtime=6.07 cores=1,3,5,7
/proc/30853/task/30912/stat : 30912 (java) S 30850 30853 19618 0 -1 1077944384 19655 12337 0 0 597 3 4 3 20 0 17 0 47789863 14543556608 868923 18446744073709551615 4194304 4196468 140733438929392 139885618510064 139886077041282 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15241216 140733438937040 140733438939825 140733438939825 140733438943183 0
[pid=30853/tid=30913] ppid=30850 vsize=14202692 CPUtime=5.95 cores=1,3,5,7
/proc/30853/task/30913/stat : 30913 (java) S 30850 30853 19618 0 -1 1077944384 18759 12337 0 0 585 3 4 3 20 0 17 0 47789863 14543556608 868923 18446744073709551615 4194304 4196468 140733438929392 139885617457520 139886077041282 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15241216 140733438937040 140733438939825 140733438939825 140733438943183 0
[pid=30853/tid=30914] ppid=30850 vsize=14202692 CPUtime=2.06 cores=1,3,5,7
/proc/30853/task/30914/stat : 30914 (java) S 30850 30853 19618 0 -1 1077944384 10375 12337 0 0 196 3 4 3 20 0 17 0 47789863 14543556608 868923 18446744073709551615 4194304 4196468 140733438929392 139885616404464 139886077041282 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15241216 140733438937040 140733438939825 140733438939825 140733438943183 0
[pid=30853/tid=30915] ppid=30850 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/30853/task/30915/stat : 30915 (java) S 30850 30853 19618 0 -1 1077944384 3 12337 0 0 0 0 4 3 20 0 17 0 47789863 14543556608 868923 18446744073709551615 4194304 4196468 140733438929392 139885615352160 139886077040341 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15241216 140733438937040 140733438939825 140733438939825 140733438943183 0
[pid=30853/tid=30916] ppid=30850 vsize=14202692 CPUtime=1.42 cores=1,3,5,7
/proc/30853/task/30916/stat : 30916 (java) S 30850 30853 19618 0 -1 1077944384 1985 12337 0 0 67 68 4 3 20 0 17 0 47789868 14543556608 868923 18446744073709551615 4194304 4196468 140733438929392 139885614300208 139886077041282 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15241216 140733438937040 140733438939825 140733438939825 140733438943183 0
Current children cumulated CPU time (s) 2520.4
Current children cumulated vsize (KiB) 14202692

[startup+2489 s]
/proc/loadavg: 1.45 1.47 1.53 3/212 31223
/proc/meminfo: memFree=26786672/32770624 swapFree=0/544504
[pid=30853] ppid=30850 vsize=14202692 CPUtime=2521.02 cores=1,3,5,7
/proc/30853/stat : 30853 (java) S 30850 30853 19618 0 -1 1077944320 433262 12337 0 0 251672 423 4 3 20 0 17 0 47789829 14543556608 868795 18446744073709551615 4194304 4196468 140733438929392 140733438911936 139886077030135 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 10 0 0 6293624 6294260 15241216 140733438937040 140733438939825 140733438939825 140733438943183 0
/proc/30853/statm: 3550673 868795 3480 1 0 3539287 0
[pid=30853/tid=30903] ppid=30850 vsize=14202692 CPUtime=2481.42 cores=1,3,5,7
/proc/30853/task/30903/stat : 30903 (java) S 30850 30853 19618 0 -1 1077944384 223276 12337 0 0 248039 96 4 3 20 0 17 0 47789858 14543556608 868795 18446744073709551615 4194304 4196468 140733438929392 139886081267840 139886077040341 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 15241216 140733438937040 140733438939825 140733438939825 140733438943183 0
[pid=30853/tid=30904] ppid=30850 vsize=14202692 CPUtime=5.87 cores=1,3,5,7
/proc/30853/task/30904/stat : 30904 (java) R 30850 30853 19618 0 -1 4202560 29420 12337 0 0 515 65 4 3 20 0 17 0 47789859 14543556608 868795 18446744073709551615 4194304 4196468 140733438929392 139885677296144 139886061728949 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15241216 140733438937040 140733438939825 140733438939825 140733438943183 0
[pid=30853/tid=30905] ppid=30850 vsize=14202692 CPUtime=5.87 cores=1,3,5,7
/proc/30853/task/30905/stat : 30905 (java) R 30850 30853 19618 0 -1 4202560 24892 12337 0 0 518 62 4 3 20 0 17 0 47789859 14543556608 868795 18446744073709551615 4194304 4196468 140733438929392 139885676243600 139886058639883 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15241216 140733438937040 140733438939825 140733438939825 140733438943183 0
[pid=30853/tid=30906] ppid=30850 vsize=14202692 CPUtime=5.89 cores=1,3,5,7
/proc/30853/task/30906/stat : 30906 (java) R 30850 30853 19618 0 -1 4202560 29215 12337 0 0 519 63 4 3 20 0 17 0 47789859 14543556608 868795 18446744073709551615 4194304 4196468 140733438929392 139885675190544 139886058639940 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15241216 140733438937040 140733438939825 140733438939825 140733438943183 0
[pid=30853/tid=30907] ppid=30850 vsize=14202692 CPUtime=5.86 cores=1,3,5,7
/proc/30853/task/30907/stat : 30907 (java) R 30850 30853 19618 0 -1 4202560 34158 12337 0 0 516 63 4 3 20 0 17 0 47789859 14543556608 868795 18446744073709551615 4194304 4196468 140733438929392 139885674137888 139886058639940 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15241216 140733438937040 140733438939825 140733438939825 140733438943183 0
[pid=30853/tid=30908] ppid=30850 vsize=14202692 CPUtime=1.13 cores=1,3,5,7
/proc/30853/task/30908/stat : 30908 (java) S 30850 30853 19618 0 -1 1077944384 38727 12337 0 0 91 15 4 3 20 0 17 0 47789860 14543556608 868795 18446744073709551615 4194304 4196468 140733438929392 139885622719888 139886077040341 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15241216 140733438937040 140733438939825 140733438939825 140733438943183 0
[pid=30853/tid=30909] ppid=30850 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/30853/task/30909/stat : 30909 (java) S 30850 30853 19618 0 -1 1077944384 56 12337 0 0 0 0 4 3 20 0 17 0 47789860 14543556608 868795 18446744073709551615 4194304 4196468 140733438929392 139885621667088 139886077041282 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15241216 140733438937040 140733438939825 140733438939825 140733438943183 0
[pid=30853/tid=30910] ppid=30850 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/30853/task/30910/stat : 30910 (java) S 30850 30853 19618 0 -1 1077944384 45 12337 0 0 0 0 4 3 20 0 17 0 47789861 14543556608 868795 18446744073709551615 4194304 4196468 140733438929392 139885620614400 139886077040341 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15241216 140733438937040 140733438939825 140733438939825 140733438943183 0
[pid=30853/tid=30911] ppid=30850 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/30853/task/30911/stat : 30911 (java) S 30850 30853 19618 0 -1 1077944384 208 12337 0 0 0 0 4 3 20 0 17 0 47789863 14543556608 868795 18446744073709551615 4194304 4196468 140733438929392 139885619562960 139886077048731 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15241216 140733438937040 140733438939825 140733438939825 140733438943183 0
[pid=30853/tid=30912] ppid=30850 vsize=14202692 CPUtime=6.07 cores=1,3,5,7
/proc/30853/task/30912/stat : 30912 (java) S 30850 30853 19618 0 -1 1077944384 19655 12337 0 0 597 3 4 3 20 0 17 0 47789863 14543556608 868795 18446744073709551615 4194304 4196468 140733438929392 139885618510064 139886077041282 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15241216 140733438937040 140733438939825 140733438939825 140733438943183 0
[pid=30853/tid=30913] ppid=30850 vsize=14202692 CPUtime=5.95 cores=1,3,5,7
/proc/30853/task/30913/stat : 30913 (java) S 30850 30853 19618 0 -1 1077944384 18759 12337 0 0 585 3 4 3 20 0 17 0 47789863 14543556608 868795 18446744073709551615 4194304 4196468 140733438929392 139885617457520 139886077041282 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15241216 140733438937040 140733438939825 140733438939825 140733438943183 0
[pid=30853/tid=30914] ppid=30850 vsize=14202692 CPUtime=2.06 cores=1,3,5,7
/proc/30853/task/30914/stat : 30914 (java) S 30850 30853 19618 0 -1 1077944384 10375 12337 0 0 196 3 4 3 20 0 17 0 47789863 14543556608 868795 18446744073709551615 4194304 4196468 140733438929392 139885616404464 139886077041282 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15241216 140733438937040 140733438939825 140733438939825 140733438943183 0
[pid=30853/tid=30915] ppid=30850 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/30853/task/30915/stat : 30915 (java) S 30850 30853 19618 0 -1 1077944384 3 12337 0 0 0 0 4 3 20 0 17 0 47789863 14543556608 868795 18446744073709551615 4194304 4196468 140733438929392 139885615352160 139886077040341 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15241216 140733438937040 140733438939825 140733438939825 140733438943183 0
[pid=30853/tid=30916] ppid=30850 vsize=14202692 CPUtime=1.42 cores=1,3,5,7
/proc/30853/task/30916/stat : 30916 (java) S 30850 30853 19618 0 -1 1077944384 1985 12337 0 0 67 68 4 3 20 0 17 0 47789868 14543556608 868795 18446744073709551615 4194304 4196468 140733438929392 139885614300208 139886077041282 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15241216 140733438937040 140733438939825 140733438939825 140733438943183 0
Current children cumulated CPU time (s) 2521.02
Current children cumulated vsize (KiB) 14202692

Child status: 143
Real time (s): 2489.1
CPU time (s): 2521.28
CPU user time (s): 2516.99
CPU system time (s): 4.29039
CPU usage (%): 101.293
Max. virtual memory (cumulated for all children) (KiB): 14202692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.99
system time used= 4.29039
maximum resident set size= 4263000
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 445872
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2896
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 79108
involuntary context switches= 2747

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.0572 second user time and 18.1115 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-11 14:38:36
IDJOB=4262466
IDBENCH=133183
IDSOLVER=2650
FILE ID=node127/4262466-1502455964
RUNJOBID= node127-1502411410-19682
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Ortholatin/Ortholatin-m1-s1/Ortholatin-018.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262466-1502455964/watcher-4262466-1502455964 -o /tmp/evaluation-result-4262466-1502455964/solver-4262466-1502455964 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502411410-19682 --watchdog 2580  bin/concrete HOME/instance-4262466-1502455964.xml

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

MD5SUM BENCH= bf2163a04ce45209eed2b79696dcc2b5
RANDOM SEED=1143282098

node127.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.92
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.92
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.92
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.92
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:        30383336 kB
MemAvailable:   31182980 kB
Buffers:          254536 kB
Cached:           835364 kB
SwapCached:            0 kB
Active:          1393084 kB
Inactive:         568812 kB
Active(anon):     872464 kB
Inactive(anon):    24908 kB
Active(file):     520620 kB
Inactive(file):   543904 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24148 kB
Writeback:             0 kB
AnonPages:        871776 kB
Mapped:            54872 kB
Shmem:             25252 kB
Slab:             127480 kB
SReclaimable:     101912 kB
SUnreclaim:        25568 kB
KernelStack:        3440 kB
PageTables:         7164 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1656992 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    788480 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 61984 MiB
End job on node127 at 2017-08-11 15:20:06