Trace number 4391997

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.10? (TO) 2400.08 2366.23

General information on the benchmark

NamePrizeCollecting/PrizeCollecting-jok-s1/
PrizeCollecting-24-4-6-3.xml
MD5SUM95a2ddfb0d7ed65af35b4a4f8b00191d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark80
Best CPU time to get the best result obtained on this benchmark40.9991
Satisfiable
(Un)Satisfiability was proved
Number of variables72
Number of constraints97
Number of domains24
Minimum domain size4
Maximum domain size25
Distribution of domain sizes[{"size":4,"count":11},{"size":5,"count":11},{"size":6,"count":2},{"size":25,"count":48}]
Minimum variable degree2
Maximum variable degree27
Distribution of variable degrees[{"degree":2,"count":24},{"degree":25,"count":23},{"degree":26,"count":1},{"degree":27,"count":24}]
Minimum constraint arity1
Maximum constraint arity25
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":48},{"arity":24,"count":24},{"arity":25,"count":24}]
Number of extensional constraints48
Number of intensional constraints25
Distribution of constraint types[{"type":"extension","count":48},{"type":"intension","count":25},{"type":"count","count":24}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

0.09/0.54	c Concrete v3.10.1560635388952 running
2400.03/2366.21	Exception in thread "main" java.util.concurrent.TimeoutException
2400.03/2366.21		at concrete.MAC.mac(MAC.scala:189)
2400.03/2366.21		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:253)
2400.03/2366.21		at scala.util.Try$.apply(Try.scala:212)
2400.03/2366.21		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.03/2366.21		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.03/2366.21		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.03/2366.21		at concrete.MAC.oneRun(MAC.scala:253)
2400.03/2366.21		at concrete.MAC.nextSolution(MAC.scala:272)
2400.03/2366.21		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
2400.03/2366.21		at concrete.ProblemState.map(ProblemState.scala:228)
2400.03/2366.21		at concrete.ProblemState.map(ProblemState.scala:210)
2400.03/2366.21		at concrete.MAC.nextSolution(MAC.scala:334)
2400.03/2366.21		at concrete.Solver.hasNext(Solver.scala:160)
2400.03/2366.21		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.03/2366.21		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.03/2366.21		at concrete.Solver.foreach(Solver.scala:67)
2400.03/2366.21		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:72)
2400.03/2366.21		at scala.util.Success.map(Try.scala:264)
2400.03/2366.21		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:67)
2400.03/2366.21		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.03/2366.21		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.03/2366.21		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.03/2366.21		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.03/2366.21		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.03/2366.21		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.03/2366.21		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.03/2366.21		at scala.App.$anonfun$main$1(App.scala:75)
2400.03/2366.21		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2400.03/2366.21		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.03/2366.21		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.03/2366.21		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2400.03/2366.21		at scala.App.main(App.scala:75)
2400.03/2366.21		at scala.App.main$(App.scala:73)
2400.03/2366.21		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.03/2366.21		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.03/2366.21	s UNKNOWN

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (13213 MiB free)
  memory of node 1: 16384 MiB (13741 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4391997-1568315431/watcher-4391997-1568315431 -o /tmp/evaluation-result-4391997-1568315431/solver-4391997-1568315431 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node127-1568305960-30577 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=128663005 HOME/instance-4391997-1568315431.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=434, runsolver pid=431

[startup+0.100058 s]*
/proc/loadavg: 1.53 1.48 1.48 3/218 495
/proc/meminfo: memFree=27574168/32770624 swapFree=66998520/67108860
[pid=434] ppid=431 vsize=9972712 memory=16288 CPUtime=0.09 cores=1,3,5,7
/proc/434/stat : 434 (java) S 431 434 10805 0 -1 1077944320 4329 13302 0 0 0 1 5 3 20 0 6 0 407812028 10212057088 4072 33554432000 4194304 4196468 140728102734112 140728102716656 140329212354295 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 18628608 140728102742774 140728102745285 140728102745285 140728102748111 0
/proc/434/statm: 2493178 4072 1920 1 0 2481616 0
[pid=434/tid=491] ppid=431 vsize=9972712 memory=8389772277269004345 CPUtime=0.08 cores=1,3,5,7
/proc/434/task/491/stat : 491 (java) R 431 434 10805 0 -1 4202560 2347 13302 0 0 0 0 5 3 20 0 6 0 407812037 10212057088 4336 33554432000 4194304 4196468 140728102734112 140329184191056 140329197666297 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18628608 140728102742774 140728102745285 140728102745285 140728102748111 0
[pid=434/tid=492] ppid=431 vsize=9972712 memory=288292155783643159 CPUtime=0.08 cores=1,3,5,7
/proc/434/task/492/stat : 492 (java) S 431 434 10805 0 -1 1077944384 1 13302 0 0 0 0 5 3 20 0 6 0 407812038 10212057088 4336 33554432000 4194304 4196468 140728102734112 140329216596880 140329212364501 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18628608 140728102742774 140728102745285 140728102745285 140728102748111 0
[pid=434/tid=493] ppid=431 vsize=9972712 memory=140432901746417 CPUtime=0.08 cores=1,3,5,7
/proc/434/task/493/stat : 493 (java) S 431 434 10805 0 -1 1077944384 1 13302 0 0 0 0 5 3 20 0 6 0 407812038 10212057088 4336 33554432000 4194304 4196468 140728102734112 140328785599248 140329212364501 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18628608 140728102742774 140728102745285 140728102745285 140728102748111 0
[pid=434/tid=494] ppid=431 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/434/task/494/stat : 494 (java) S 431 434 10805 0 -1 1077944384 1 13302 0 0 0 0 5 3 20 0 6 0 407812038 10212057088 4336 33554432000 4194304 4196468 140728102734112 140328784546960 140329212364501 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18628608 140728102742774 140728102745285 140728102745285 140728102748111 0
[pid=434/tid=495] ppid=431 vsize=9972712 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/434/task/495/stat : 495 (java) S 431 434 10805 0 -1 1077944384 2 13302 0 0 0 0 5 3 20 0 6 0 407812038 10212057088 4336 33554432000 4194304 4196468 140728102734112 140328783494160 140329212364501 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18628608 140728102742774 140728102745285 140728102745285 140728102748111 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16288 KiB

[startup+0.98508 s]*
/proc/loadavg: 1.73 1.52 1.50 5/227 504
/proc/meminfo: memFree=27482168/32770624 swapFree=66998520/67108860
[pid=434] ppid=431 vsize=10826464 memory=133216 CPUtime=1.98 cores=1,3,5,7
/proc/434/stat : 434 (java) S 431 434 10805 0 -1 1077944320 18431 13302 0 0 183 7 5 3 20 0 15 0 407812028 11086299136 33304 33554432000 4194304 4196468 140728102734112 140728102716656 140329212354295 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 18628608 140728102742774 140728102745285 140728102745285 140728102748111 0
/proc/434/statm: 2706616 33304 3540 1 0 2668685 0
[pid=434/tid=491] ppid=431 vsize=10826464 memory=8389772277269004345 CPUtime=0.97 cores=1,3,5,7
/proc/434/task/491/stat : 491 (java) R 431 434 10805 0 -1 4202560 11455 13302 0 0 84 5 5 3 20 0 15 0 407812037 11086299136 33882 33554432000 4194304 4196468 140728102734112 140329184188728 140328815420063 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18628608 140728102742774 140728102745285 140728102745285 140728102748111 0
[pid=434/tid=492] ppid=431 vsize=10826464 memory=288292155783643159 CPUtime=0.08 cores=1,3,5,7
/proc/434/task/492/stat : 492 (java) S 431 434 10805 0 -1 1077944384 1 13302 0 0 0 0 5 3 20 0 15 0 407812038 11086299136 33882 33554432000 4194304 4196468 140728102734112 140329216596880 140329212364501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18628608 140728102742774 140728102745285 140728102745285 140728102748111 0
[pid=434/tid=493] ppid=431 vsize=10826464 memory=140432901746417 CPUtime=0.08 cores=1,3,5,7
/proc/434/task/493/stat : 493 (java) S 431 434 10805 0 -1 1077944384 1 13302 0 0 0 0 5 3 20 0 15 0 407812038 11086299136 33882 33554432000 4194304 4196468 140728102734112 140328785599248 140329212364501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18628608 140728102742774 140728102745285 140728102745285 140728102748111 0
[pid=434/tid=494] ppid=431 vsize=10826464 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/434/task/494/stat : 494 (java) S 431 434 10805 0 -1 1077944384 1 13302 0 0 0 0 5 3 20 0 15 0 407812038 11086299136 33882 33554432000 4194304 4196468 140728102734112 140328784546960 140329212364501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18628608 140728102742774 140728102745285 140728102745285 140728102748111 0
[pid=434/tid=495] ppid=431 vsize=10826464 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/434/task/495/stat : 495 (java) S 431 434 10805 0 -1 1077944384 2 13302 0 0 0 0 5 3 20 0 15 0 407812038 11086299136 33882 33554432000 4194304 4196468 140728102734112 140328783494160 140329212364501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18628608 140728102742774 140728102745285 140728102745285 140728102748111 0
[pid=434/tid=496] ppid=431 vsize=10826464 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/434/task/496/stat : 496 (java) S 431 434 10805 0 -1 1077944384 5 13302 0 0 0 0 5 3 20 0 15 0 407812039 11086299136 33882 33554432000 4194304 4196468 140728102734112 140328738916464 140329212365442 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18628608 140728102742774 140728102745285 140728102745285 140728102748111 0
[pid=434/tid=497] ppid=431 vsize=10826464 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/434/task/497/stat : 497 (java) S 431 434 10805 0 -1 1077944384 13 13302 0 0 0 0 5 3 20 0 15 0 407812040 11086299136 33882 33554432000 4194304 4196468 140728102734112 140328661148448 140329212364501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18628608 140728102742774 140728102745285 140728102745285 140728102748111 0
[pid=434/tid=498] ppid=431 vsize=10826464 memory=140432901715584 CPUtime=0.08 cores=1,3,5,7
/proc/434/task/498/stat : 498 (java) S 431 434 10805 0 -1 1077944384 1 13302 0 0 0 0 5 3 20 0 15 0 407812040 11086299136 33882 33554432000 4194304 4196468 140728102734112 140328057169008 140329212364501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18628608 140728102742774 140728102745285 140728102745285 140728102748111 0
[pid=434/tid=499] ppid=431 vsize=10826464 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/434/task/499/stat : 499 (java) S 431 434 10805 0 -1 1077944384 3 13302 0 0 0 0 5 3 20 0 15 0 407812043 11086299136 33882 33554432000 4194304 4196468 140728102734112 140327749769296 140329212372891 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18628608 140728102742774 140728102745285 140728102745285 140728102748111 0
[pid=434/tid=500] ppid=431 vsize=10826464 memory=0 CPUtime=0.44 cores=1,3,5,7
/proc/434/task/500/stat : 500 (java) R 431 434 10805 0 -1 4202560 1794 13302 0 0 36 0 5 3 20 0 15 0 407812043 11086299136 33882 33554432000 4194304 4196468 140728102734112 140328737850272 140329191588014 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18628608 140728102742774 140728102745285 140728102745285 140728102748111 0
[pid=434/tid=501] ppid=431 vsize=10826464 memory=-1 CPUtime=0.41 cores=1,3,5,7
/proc/434/task/501/stat : 501 (java) R 431 434 10805 0 -1 4202560 1389 13302 0 0 33 0 5 3 20 0 15 0 407812043 11086299136 33882 33554432000 4194304 4196468 140728102734112 140328736792520 140329193875695 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18628608 140728102742774 140728102745285 140728102745285 140728102748111 0
[pid=434/tid=502] ppid=431 vsize=10826464 memory=0 CPUtime=0.38 cores=1,3,5,7
/proc/434/task/502/stat : 502 (java) R 431 434 10805 0 -1 1077944384 1596 13302 0 0 30 0 5 3 20 0 15 0 407812043 11086299136 33882 33554432000 4194304 4196468 140728102734112 140328735759216 140329212365442 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18628608 140728102742774 140728102745285 140728102745285 140728102748111 0
[pid=434/tid=503] ppid=431 vsize=10826464 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/434/task/503/stat : 503 (java) S 431 434 10805 0 -1 1077944384 3 13302 0 0 0 0 5 3 20 0 15 0 407812043 11086299136 33882 33554432000 4194304 4196468 140728102734112 140327716211680 140329212364501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18628608 140728102742774 140728102745285 140728102745285 140728102748111 0
[pid=434/tid=504] ppid=431 vsize=10826464 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/434/task/504/stat : 504 (java) S 431 434 10805 0 -1 1077944384 1 13302 0 0 0 0 5 3 20 0 15 0 407812043 11086299136 33882 33554432000 4194304 4196468 140728102734112 140328734706096 140329212365442 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18628608 140728102742774 140728102745285 140728102745285 140728102748111 0
Current children cumulated CPU time: 1.98 s
Current children cumulated vsize: 10826464 KiB
Current children cumulated memory: 133216 KiB

[startup+1.01068 s]*
/proc/loadavg: 1.73 1.52 1.50 6/227 504
/proc/meminfo: memFree=27477700/32770624 swapFree=66998520/67108860
[pid=434] ppid=431 vsize=10826464 memory=137752 CPUtime=2.06 cores=1,3,5,7
/proc/434/stat : 434 (java) S 431 434 10805 0 -1 1077944320 18530 13302 0 0 191 7 5 3 20 0 15 0 407812028 11086299136 34438 33554432000 4194304 4196468 140728102734112 140728102716656 140329212354295 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 18628608 140728102742774 140728102745285 140728102745285 140728102748111 0
/proc/434/statm: 2706616 34438 3540 1 0 2668685 0
[pid=434/tid=491] ppid=431 vsize=10826464 memory=1398720917958146503 CPUtime=0.99 cores=1,3,5,7
/proc/434/task/491/stat : 491 (java) R 431 434 10805 0 -1 4202560 11485 13302 0 0 86 5 5 3 20 0 15 0 407812037 11086299136 34950 33554432000 4194304 4196468 140728102734112 140329184189008 140328812282406 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18628608 140728102742774 140728102745285 140728102745285 140728102748111 0
[pid=434/tid=492] ppid=431 vsize=10826464 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/434/task/492/stat : 492 (java) S 431 434 10805 0 -1 1077944384 1 13302 0 0 0 0 5 3 20 0 15 0 407812038 11086299136 34950 33554432000 4194304 4196468 140728102734112 140329216596880 140329212364501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18628608 140728102742774 140728102745285 140728102745285 140728102748111 0
[pid=434/tid=493] ppid=431 vsize=10826464 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/434/task/493/stat : 493 (java) S 431 434 10805 0 -1 1077944384 1 13302 0 0 0 0 5 3 20 0 15 0 407812038 11086299136 34950 33554432000 4194304 4196468 140728102734112 140328785599248 140329212364501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18628608 140728102742774 140728102745285 140728102745285 140728102748111 0
[pid=434/tid=494] ppid=431 vsize=10826464 memory=7305217245788005976 CPUtime=0.08 cores=1,3,5,7
/proc/434/task/494/stat : 494 (java) S 431 434 10805 0 -1 1077944384 1 13302 0 0 0 0 5 3 20 0 15 0 407812038 11086299136 34950 33554432000 4194304 4196468 140728102734112 140328784546960 140329212364501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18628608 140728102742774 140728102745285 140728102745285 140728102748111 0
[pid=434/tid=495] ppid=431 vsize=10826464 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/434/task/495/stat : 495 (java) S 431 434 10805 0 -1 1077944384 2 13302 0 0 0 0 5 3 20 0 15 0 407812038 11086299136 34950 33554432000 4194304 4196468 140728102734112 140328783494160 140329212364501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18628608 140728102742774 140728102745285 140728102745285 140728102748111 0
[pid=434/tid=496] ppid=431 vsize=10826464 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/434/task/496/stat : 496 (java) S 431 434 10805 0 -1 1077944384 5 13302 0 0 0 0 5 3 20 0 15 0 407812039 11086299136 34950 33554432000 4194304 4196468 140728102734112 140328738916464 140329212365442 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18628608 140728102742774 140728102745285 140728102745285 140728102748111 0
[pid=434/tid=497] ppid=431 vsize=10826464 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/434/task/497/stat : 497 (java) S 431 434 10805 0 -1 1077944384 13 13302 0 0 0 0 5 3 20 0 15 0 407812040 11086299136 34950 33554432000 4194304 4196468 140728102734112 140328661148448 140329212364501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18628608 140728102742774 140728102745285 140728102745285 140728102748111 0
[pid=434/tid=498] ppid=431 vsize=10826464 memory=140432901715584 CPUtime=0.08 cores=1,3,5,7
/proc/434/task/498/stat : 498 (java) S 431 434 10805 0 -1 1077944384 1 13302 0 0 0 0 5 3 20 0 15 0 407812040 11086299136 34950 33554432000 4194304 4196468 140728102734112 140328057169008 140329212364501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18628608 140728102742774 140728102745285 140728102745285 140728102748111 0
[pid=434/tid=499] ppid=431 vsize=10826464 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/434/task/499/stat : 499 (java) S 431 434 10805 0 -1 1077944384 3 13302 0 0 0 0 5 3 20 0 15 0 407812043 11086299136 34950 33554432000 4194304 4196468 140728102734112 140327749769296 140329212372891 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18628608 140728102742774 140728102745285 140728102745285 140728102748111 0
[pid=434/tid=500] ppid=431 vsize=10826464 memory=0 CPUtime=0.46 cores=1,3,5,7
/proc/434/task/500/stat : 500 (java) R 431 434 10805 0 -1 4202560 1821 13302 0 0 38 0 5 3 20 0 15 0 407812043 11086299136 34950 33554432000 4194304 4196468 140728102734112 140328737844368 140329191592779 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18628608 140728102742774 140728102745285 140728102745285 140728102748111 0
[pid=434/tid=501] ppid=431 vsize=10826464 memory=-1 CPUtime=0.43 cores=1,3,5,7
/proc/434/task/501/stat : 501 (java) R 431 434 10805 0 -1 4202560 1397 13302 0 0 35 0 5 3 20 0 15 0 407812043 11086299136 34950 33554432000 4194304 4196468 140728102734112 140328736792520 140329197277587 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18628608 140728102742774 140728102745285 140728102745285 140728102748111 0
[pid=434/tid=502] ppid=431 vsize=10826464 memory=0 CPUtime=0.39 cores=1,3,5,7
/proc/434/task/502/stat : 502 (java) R 431 434 10805 0 -1 1077944384 1610 13302 0 0 31 0 5 3 20 0 15 0 407812043 11086299136 34950 33554432000 4194304 4196468 140728102734112 140328735759216 140329212365442 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18628608 140728102742774 140728102745285 140728102745285 140728102748111 0
[pid=434/tid=503] ppid=431 vsize=10826464 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/434/task/503/stat : 503 (java) S 431 434 10805 0 -1 1077944384 3 13302 0 0 0 0 5 3 20 0 15 0 407812043 11086299136 34950 33554432000 4194304 4196468 140728102734112 140327716211680 140329212364501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18628608 140728102742774 140728102745285 140728102745285 140728102748111 0
[pid=434/tid=504] ppid=431 vsize=10826464 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/434/task/504/stat : 504 (java) S 431 434 10805 0 -1 1077944384 1 13302 0 0 0 0 5 3 20 0 15 0 407812043 11086299136 34950 33554432000 4194304 4196468 140728102734112 140328734706096 140329212365442 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18628608 140728102742774 140728102745285 140728102745285 140728102748111 0
Current children cumulated CPU time: 2.06 s
Current children cumulated vsize: 10826464 KiB
Current children cumulated memory: 137752 KiB

[startup+1.11057 s]*
/proc/loadavg: 1.73 1.52 1.50 5/227 504
/proc/meminfo: memFree=27465936/32770624 swapFree=66998520/67108860
[pid=434] ppid=431 vsize=10828512 memory=149660 CPUtime=2.35 cores=1,3,5,7
/proc/434/stat : 434 (java) S 431 434 10805 0 -1 1077944320 20753 13302 0 0 219 8 5 3 20 0 15 0 407812028 11088396288 37415 33554432000 4194304 4196468 140728102734112 140728102716656 140329212354295 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 18628608 140728102742774 140728102745285 140728102745285 140728102748111 0
/proc/434/statm: 2707128 37415 3543 1 0 2669197 0
[pid=434/tid=491] ppid=431 vsize=10828512 memory=8389772277269004345 CPUtime=1.09 cores=1,3,5,7
/proc/434/task/491/stat : 491 (java) R 431 434 10805 0 -1 4202560 12936 13302 0 0 96 5 5 3 20 0 15 0 407812037 11088396288 37429 33554432000 4194304 4196468 140728102734112 140329184179728 140329192630123 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18628608 140728102742774 140728102745285 140728102745285 140728102748111 0
[pid=434/tid=492] ppid=431 vsize=10828512 memory=288292155783643159 CPUtime=0.08 cores=1,3,5,7
/proc/434/task/492/stat : 492 (java) S 431 434 10805 0 -1 1077944384 1 13302 0 0 0 0 5 3 20 0 15 0 407812038 11088396288 37429 33554432000 4194304 4196468 140728102734112 140329216596880 140329212364501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18628608 140728102742774 140728102745285 140728102745285 140728102748111 0
[pid=434/tid=493] ppid=431 vsize=10828512 memory=140432901746417 CPUtime=0.08 cores=1,3,5,7
/proc/434/task/493/stat : 493 (java) S 431 434 10805 0 -1 1077944384 1 13302 0 0 0 0 5 3 20 0 15 0 407812038 11088396288 37429 33554432000 4194304 4196468 140728102734112 140328785599248 140329212364501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18628608 140728102742774 140728102745285 140728102745285 140728102748111 0
[pid=434/tid=494] ppid=431 vsize=10828512 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/434/task/494/stat : 494 (java) S 431 434 10805 0 -1 1077944384 1 13302 0 0 0 0 5 3 20 0 15 0 407812038 11088396288 37429 33554432000 4194304 4196468 140728102734112 140328784546960 140329212364501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18628608 140728102742774 140728102745285 140728102745285 140728102748111 0
[pid=434/tid=495] ppid=431 vsize=10828512 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/434/task/495/stat : 495 (java) S 431 434 10805 0 -1 1077944384 2 13302 0 0 0 0 5 3 20 0 15 0 407812038 11088396288 37429 33554432000 4194304 4196468 140728102734112 140328783494160 140329212364501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18628608 140728102742774 140728102745285 140728102745285 140728102748111 0
[pid=434/tid=496] ppid=431 vsize=10828512 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/434/task/496/stat : 496 (java) S 431 434 10805 0 -1 1077944384 5 13302 0 0 0 0 5 3 20 0 15 0 407812039 11088396288 37429 33554432000 4194304 4196468 140728102734112 140328738916464 140329212365442 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18628608 140728102742774 140728102745285 140728102745285 140728102748111 0
[pid=434/tid=497] ppid=431 vsize=10828512 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/434/task/497/stat : 497 (java) S 431 434 10805 0 -1 1077944384 13 13302 0 0 0 0 5 3 20 0 15 0 407812040 11088396288 37429 33554432000 4194304 4196468 140728102734112 140328661148448 140329212364501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18628608 140728102742774 140728102745285 140728102745285 140728102748111 0
[pid=434/tid=498] ppid=431 vsize=10828512 memory=140432901715584 CPUtime=0.08 cores=1,3,5,7
/proc/434/task/498/stat : 498 (java) S 431 434 10805 0 -1 1077944384 1 13302 0 0 0 0 5 3 20 0 15 0 407812040 11088396288 37429 33554432000 4194304 4196468 140728102734112 140328057169008 140329212364501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18628608 140728102742774 140728102745285 140728102745285 140728102748111 0
[pid=434/tid=499] ppid=431 vsize=10828512 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/434/task/499/stat : 499 (java) S 431 434 10805 0 -1 1077944384 3 13302 0 0 0 0 5 3 20 0 15 0 407812043 11088396288 37429 33554432000 4194304 4196468 140728102734112 140327749769296 140329212372891 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18628608 140728102742774 140728102745285 140728102745285 140728102748111 0
[pid=434/tid=500] ppid=431 vsize=10828512 memory=0 CPUtime=0.53 cores=1,3,5,7
/proc/434/task/500/stat : 500 (java) S 431 434 10805 0 -1 1077944384 1851 13302 0 0 45 0 5 3 20 0 15 0 407812043 11088396288 37429 33554432000 4194304 4196468 140728102734112 140328737864304 140329212365442 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18628608 140728102742774 140728102745285 140728102745285 140728102748111 0
[pid=434/tid=501] ppid=431 vsize=10828512 memory=-1 CPUtime=0.53 cores=1,3,5,7
/proc/434/task/501/stat : 501 (java) R 431 434 10805 0 -1 4202560 2349 13302 0 0 45 0 5 3 20 0 15 0 407812043 11088396288 37429 33554432000 4194304 4196468 140728102734112 140328736797728 140329193873980 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18628608 140728102742774 140728102745285 140728102745285 140728102748111 0
[pid=434/tid=502] ppid=431 vsize=10828512 memory=0 CPUtime=0.4 cores=1,3,5,7
/proc/434/task/502/stat : 502 (java) S 431 434 10805 0 -1 1077944384 1644 13302 0 0 32 0 5 3 20 0 15 0 407812043 11088396288 37429 33554432000 4194304 4196468 140728102734112 140328735759216 140329212365442 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18628608 140728102742774 140728102745285 140728102745285 140728102748111 0
[pid=434/tid=503] ppid=431 vsize=10828512 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/434/task/503/stat : 503 (java) S 431 434 10805 0 -1 1077944384 3 13302 0 0 0 0 5 3 20 0 15 0 407812043 11088396288 37429 33554432000 4194304 4196468 140728102734112 140327716211680 140329212364501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18628608 140728102742774 140728102745285 140728102745285 140728102748111 0
[pid=434/tid=504] ppid=431 vsize=10828512 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/434/task/504/stat : 504 (java) S 431 434 10805 0 -1 1077944384 1 13302 0 0 0 0 5 3 20 0 15 0 407812043 11088396288 37429 33554432000 4194304 4196468 140728102734112 140328734706096 140329212365442 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18628608 140728102742774 140728102745285 140728102745285 140728102748111 0
Current children cumulated CPU time: 2.35 s
Current children cumulated vsize: 10828512 KiB
Current children cumulated memory: 149660 KiB

[startup+1.50066 s]
/proc/loadavg: 1.73 1.52 1.50 3/227 504
/proc/meminfo: memFree=27454024/32770624 swapFree=66998520/67108860
[pid=434] ppid=431 vsize=10832608 memory=216096 CPUtime=3 cores=1,3,5,7
/proc/434/stat : 434 (java) S 431 434 10805 0 -1 1077944320 25771 13302 0 0 279 13 5 3 20 0 15 0 407812028 11092590592 54024 33554432000 4194304 4196468 140728102734112 140728102716656 140329212354295 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 18628608 140728102742774 140728102745285 140728102745285 140728102748111 0
/proc/434/statm: 2708152 54024 3577 1 0 2670221 0
[pid=434/tid=491] ppid=431 vsize=10832608 memory=0 CPUtime=1.43 cores=1,3,5,7
/proc/434/task/491/stat : 491 (java) R 431 434 10805 0 -1 4202560 15544 13302 0 0 129 6 5 3 20 0 15 0 407812037 11092590592 54024 33554432000 4194304 4196468 140728102734112 140329184184256 140329212376221 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18628608 140728102742774 140728102745285 140728102745285 140728102748111 0
[pid=434/tid=492] ppid=431 vsize=10832608 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/434/task/492/stat : 492 (java) S 431 434 10805 0 -1 1077944384 43 13302 0 0 1 0 5 3 20 0 15 0 407812038 11092590592 54024 33554432000 4194304 4196468 140728102734112 140329216596880 140329212364501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18628608 140728102742774 140728102745285 140728102745285 140728102748111 0
[pid=434/tid=493] ppid=431 vsize=10832608 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/434/task/493/stat : 493 (java) S 431 434 10805 0 -1 1077944384 34 13302 0 0 1 0 5 3 20 0 15 0 407812038 11092590592 54024 33554432000 4194304 4196468 140728102734112 140328785599248 140329212364501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18628608 140728102742774 140728102745285 140728102745285 140728102748111 0
[pid=434/tid=494] ppid=431 vsize=10832608 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/434/task/494/stat : 494 (java) S 431 434 10805 0 -1 1077944384 305 13302 0 0 1 0 5 3 20 0 15 0 407812038 11092590592 54024 33554432000 4194304 4196468 140728102734112 140328784546960 140329212364501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18628608 140728102742774 140728102745285 140728102745285 140728102748111 0
[pid=434/tid=495] ppid=431 vsize=10832608 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/434/task/495/stat : 495 (java) S 431 434 10805 0 -1 1077944384 96 13302 0 0 1 0 5 3 20 0 15 0 407812038 11092590592 54024 33554432000 4194304 4196468 140728102734112 140328783494160 140329212364501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18628608 140728102742774 140728102745285 140728102745285 140728102748111 0
[pid=434/tid=496] ppid=431 vsize=10832608 memory=113 CPUtime=0.09 cores=1,3,5,7
/proc/434/task/496/stat : 496 (java) S 431 434 10805 0 -1 1077944384 801 13302 0 0 1 0 5 3 20 0 15 0 407812039 11092590592 54024 33554432000 4194304 4196468 140728102734112 140328738916464 140329212365442 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18628608 140728102742774 140728102745285 140728102745285 140728102748111 0
[pid=434/tid=497] ppid=431 vsize=10832608 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/434/task/497/stat : 497 (java) S 431 434 10805 0 -1 1077944384 14 13302 0 0 0 0 5 3 20 0 15 0 407812040 11092590592 54024 33554432000 4194304 4196468 140728102734112 140328661148512 140329212364501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18628608 140728102742774 140728102745285 140728102745285 140728102748111 0
[pid=434/tid=498] ppid=431 vsize=10832608 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/434/task/498/stat : 498 (java) S 431 434 10805 0 -1 1077944384 1 13302 0 0 0 0 5 3 20 0 15 0 407812040 11092590592 54024 33554432000 4194304 4196468 140728102734112 140328057169024 140329212364501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18628608 140728102742774 140728102745285 140728102745285 140728102748111 0
[pid=434/tid=499] ppid=431 vsize=10832608 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/434/task/499/stat : 499 (java) S 431 434 10805 0 -1 1077944384 3 13302 0 0 0 0 5 3 20 0 15 0 407812043 11092590592 54024 33554432000 4194304 4196468 140728102734112 140327749769296 140329212372891 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18628608 140728102742774 140728102745285 140728102745285 140728102748111 0
[pid=434/tid=500] ppid=431 vsize=10832608 memory=-7377007776467088576 CPUtime=0.6 cores=1,3,5,7
/proc/434/task/500/stat : 500 (java) S 431 434 10805 0 -1 1077944384 2149 13302 0 0 51 1 5 3 20 0 15 0 407812043 11092590592 54024 33554432000 4194304 4196468 140728102734112 140328737864304 140329212365442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18628608 140728102742774 140728102745285 140728102745285 140728102748111 0
[pid=434/tid=501] ppid=431 vsize=10832608 memory=3763074376576348210 CPUtime=0.62 cores=1,3,5,7
/proc/434/task/501/stat : 501 (java) S 431 434 10805 0 -1 1077944384 2771 13302 0 0 54 0 5 3 20 0 15 0 407812043 11092590592 54024 33554432000 4194304 4196468 140728102734112 140328736811504 140329212365442 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18628608 140728102742774 140728102745285 140728102745285 140728102748111 0
[pid=434/tid=502] ppid=431 vsize=10832608 memory=0 CPUtime=0.44 cores=1,3,5,7
/proc/434/task/502/stat : 502 (java) S 431 434 10805 0 -1 1077944384 1800 13302 0 0 36 0 5 3 20 0 15 0 407812043 11092590592 54024 33554432000 4194304 4196468 140728102734112 140328735759216 140329212365442 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18628608 140728102742774 140728102745285 140728102745285 140728102748111 0
[pid=434/tid=503] ppid=431 vsize=10832608 memory=1764 CPUtime=0.08 cores=1,3,5,7
/proc/434/task/503/stat : 503 (java) S 431 434 10805 0 -1 1077944384 3 13302 0 0 0 0 5 3 20 0 15 0 407812043 11092590592 54024 33554432000 4194304 4196468 140728102734112 140327716211680 140329212364501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18628608 140728102742774 140728102745285 140728102745285 140728102748111 0
[pid=434/tid=504] ppid=431 vsize=10832608 memory=111632 CPUtime=0.08 cores=1,3,5,7
/proc/434/task/504/stat : 504 (java) S 431 434 10805 0 -1 1077944384 1 13302 0 0 0 0 5 3 20 0 15 0 407812043 11092590592 54024 33554432000 4194304 4196468 140728102734112 140328734706096 140329212365442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18628608 140728102742774 140728102745285 140728102745285 140728102748111 0
Current children cumulated CPU time: 3 s
Current children cumulated vsize: 10832608 KiB

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

/proc/434/task/491/stat : 491 (java) R 431 434 10805 0 -1 4202560 104063 13302 0 0 225144 52 5 3 20 0 15 0 407812037 11107291136 487540 33554432000 4194304 4196468 140728102734112 140329184189040 140328816918104 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18628608 140728102742774 140728102745285 140728102745285 140728102748111 0
[pid=434/tid=492] ppid=431 vsize=10846964 memory=1428 CPUtime=5.26 cores=1,3,5,7
/proc/434/task/492/stat : 492 (java) S 431 434 10805 0 -1 1077944384 21697 13302 0 0 491 27 5 3 20 0 15 0 407812038 11107291136 487540 33554432000 4194304 4196468 140728102734112 140329216596880 140329212364501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18628608 140728102742774 140728102745285 140728102745285 140728102748111 0
[pid=434/tid=493] ppid=431 vsize=10846964 memory=1950144 CPUtime=5.26 cores=1,3,5,7
/proc/434/task/493/stat : 493 (java) S 431 434 10805 0 -1 1077944384 26110 13302 0 0 487 31 5 3 20 0 15 0 407812038 11107291136 487540 33554432000 4194304 4196468 140728102734112 140328785599248 140329212364501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18628608 140728102742774 140728102745285 140728102745285 140728102748111 0
[pid=434/tid=494] ppid=431 vsize=10846964 memory=1948179 CPUtime=5.28 cores=1,3,5,7
/proc/434/task/494/stat : 494 (java) S 431 434 10805 0 -1 1077944384 25122 13302 0 0 492 28 5 3 20 0 15 0 407812038 11107291136 487540 33554432000 4194304 4196468 140728102734112 140328784546960 140329212364501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18628608 140728102742774 140728102745285 140728102745285 140728102748111 0
[pid=434/tid=495] ppid=431 vsize=10846964 memory=1950160 CPUtime=5.26 cores=1,3,5,7
/proc/434/task/495/stat : 495 (java) S 431 434 10805 0 -1 1077944384 30242 13302 0 0 491 27 5 3 20 0 15 0 407812038 11107291136 487540 33554432000 4194304 4196468 140728102734112 140328783494160 140329212364501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18628608 140728102742774 140728102745285 140728102745285 140728102748111 0
[pid=434/tid=496] ppid=431 vsize=10846964 memory=111632 CPUtime=4.02 cores=1,3,5,7
/proc/434/task/496/stat : 496 (java) S 431 434 10805 0 -1 1077944384 27925 13302 0 0 371 23 5 3 20 0 15 0 407812039 11107291136 487540 33554432000 4194304 4196468 140728102734112 140328738916464 140329212365442 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18628608 140728102742774 140728102745285 140728102745285 140728102748111 0
[pid=434/tid=497] ppid=431 vsize=10846964 memory=3624 CPUtime=0.08 cores=1,3,5,7
/proc/434/task/497/stat : 497 (java) S 431 434 10805 0 -1 1077944384 24 13302 0 0 0 0 5 3 20 0 15 0 407812040 11107291136 487540 33554432000 4194304 4196468 140728102734112 140328661148576 140329212364501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18628608 140728102742774 140728102745285 140728102745285 140728102748111 0
[pid=434/tid=498] ppid=431 vsize=10846964 memory=38088 CPUtime=0.08 cores=1,3,5,7
/proc/434/task/498/stat : 498 (java) S 431 434 10805 0 -1 1077944384 28 13302 0 0 0 0 5 3 20 0 15 0 407812040 11107291136 487540 33554432000 4194304 4196468 140728102734112 140328057169024 140329212364501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18628608 140728102742774 140728102745285 140728102745285 140728102748111 0
[pid=434/tid=499] ppid=431 vsize=10846964 memory=6947385649911455296 CPUtime=0.08 cores=1,3,5,7
/proc/434/task/499/stat : 499 (java) S 431 434 10805 0 -1 1077944384 3 13302 0 0 0 0 5 3 20 0 15 0 407812043 11107291136 487540 33554432000 4194304 4196468 140728102734112 140327749769296 140329212372891 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18628608 140728102742774 140728102745285 140728102745285 140728102748111 0
[pid=434/tid=500] ppid=431 vsize=10846964 memory=1056 CPUtime=6.07 cores=1,3,5,7
/proc/434/task/500/stat : 500 (java) S 431 434 10805 0 -1 1077944384 81910 13302 0 0 587 12 5 3 20 0 15 0 407812043 11107291136 487540 33554432000 4194304 4196468 140728102734112 140328737864304 140329212365442 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18628608 140728102742774 140728102745285 140728102745285 140728102748111 0
[pid=434/tid=501] ppid=431 vsize=10846964 memory=1204 CPUtime=7.09 cores=1,3,5,7
/proc/434/task/501/stat : 501 (java) S 431 434 10805 0 -1 1077944384 91416 13302 0 0 691 10 5 3 20 0 15 0 407812043 11107291136 487540 33554432000 4194304 4196468 140728102734112 140328736811504 140329212365442 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18628608 140728102742774 140728102745285 140728102745285 140728102748111 0
[pid=434/tid=502] ppid=431 vsize=10846964 memory=1536 CPUtime=4.02 cores=1,3,5,7
/proc/434/task/502/stat : 502 (java) S 431 434 10805 0 -1 1077944384 80478 13302 0 0 384 10 5 3 20 0 15 0 407812043 11107291136 487540 33554432000 4194304 4196468 140728102734112 140328735759216 140329212365442 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18628608 140728102742774 140728102745285 140728102745285 140728102748111 0
[pid=434/tid=503] ppid=431 vsize=10846964 memory=9592 CPUtime=0.08 cores=1,3,5,7
/proc/434/task/503/stat : 503 (java) S 431 434 10805 0 -1 1077944384 3 13302 0 0 0 0 5 3 20 0 15 0 407812043 11107291136 487540 33554432000 4194304 4196468 140728102734112 140327716211680 140329212364501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18628608 140728102742774 140728102745285 140728102745285 140728102748111 0
[pid=434/tid=504] ppid=431 vsize=10846964 memory=2828 CPUtime=1.26 cores=1,3,5,7
/proc/434/task/504/stat : 504 (java) S 431 434 10805 0 -1 1077944384 2855 13302 0 0 52 66 5 3 20 0 15 0 407812043 11107291136 487540 33554432000 4194304 4196468 140728102734112 140328734706096 140329212365442 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18628608 140728102742774 140728102745285 140728102745285 140728102748111 0
Current children cumulated CPU time: 2294.95 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1950160 KiB

[startup+2322.3 s]
/proc/loadavg: 1.35 1.46 1.49 3/227 876
/proc/meminfo: memFree=24644276/32770624 swapFree=66998520/67108860
[pid=434] ppid=431 vsize=10846964 memory=1950216 CPUtime=2355.55 cores=1,3,5,7
/proc/434/stat : 434 (java) S 431 434 10805 0 -1 1077944320 498999 13302 0 0 235285 262 5 3 20 0 15 0 407812028 11107291136 487554 33554432000 4194304 4196468 140728102734112 140728102716656 140329212354295 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 18628608 140728102742774 140728102745285 140728102745285 140728102748111 0
/proc/434/statm: 2711741 487554 3621 1 0 2673805 0
[pid=434/tid=491] ppid=431 vsize=10846964 memory=1950216 CPUtime=2311.69 cores=1,3,5,7
/proc/434/task/491/stat : 491 (java) R 431 434 10805 0 -1 4202560 104989 13302 0 0 231108 53 5 3 20 0 15 0 407812037 11107291136 487554 33554432000 4194304 4196468 140728102734112 140329184188584 140328825142564 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18628608 140728102742774 140728102745285 140728102745285 140728102748111 0
[pid=434/tid=492] ppid=431 vsize=10846964 memory=1950216 CPUtime=5.44 cores=1,3,5,7
/proc/434/task/492/stat : 492 (java) S 431 434 10805 0 -1 1077944384 22112 13302 0 0 508 28 5 3 20 0 15 0 407812038 11107291136 487554 33554432000 4194304 4196468 140728102734112 140329216596880 140329212364501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18628608 140728102742774 140728102745285 140728102745285 140728102748111 0
[pid=434/tid=493] ppid=431 vsize=10846964 memory=2116 CPUtime=5.44 cores=1,3,5,7
/proc/434/task/493/stat : 493 (java) S 431 434 10805 0 -1 1077944384 26430 13302 0 0 504 32 5 3 20 0 15 0 407812038 11107291136 487554 33554432000 4194304 4196468 140728102734112 140328785599248 140329212364501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18628608 140728102742774 140728102745285 140728102745285 140728102748111 0
[pid=434/tid=494] ppid=431 vsize=10846964 memory=20792 CPUtime=5.45 cores=1,3,5,7
/proc/434/task/494/stat : 494 (java) S 431 434 10805 0 -1 1077944384 25287 13302 0 0 508 29 5 3 20 0 15 0 407812038 11107291136 487554 33554432000 4194304 4196468 140728102734112 140328784546960 140329212364501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18628608 140728102742774 140728102745285 140728102745285 140728102748111 0
[pid=434/tid=495] ppid=431 vsize=10846964 memory=6947385649911455296 CPUtime=5.44 cores=1,3,5,7
/proc/434/task/495/stat : 495 (java) S 431 434 10805 0 -1 1077944384 30422 13302 0 0 508 28 5 3 20 0 15 0 407812038 11107291136 487554 33554432000 4194304 4196468 140728102734112 140328783494160 140329212364501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18628608 140728102742774 140728102745285 140728102745285 140728102748111 0
[pid=434/tid=496] ppid=431 vsize=10846964 memory=4104 CPUtime=4.16 cores=1,3,5,7
/proc/434/task/496/stat : 496 (java) S 431 434 10805 0 -1 1077944384 28328 13302 0 0 384 24 5 3 20 0 15 0 407812039 11107291136 487554 33554432000 4194304 4196468 140728102734112 140328738916464 140329212365442 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18628608 140728102742774 140728102745285 140728102745285 140728102748111 0
[pid=434/tid=497] ppid=431 vsize=10846964 memory=33 CPUtime=0.08 cores=1,3,5,7
/proc/434/task/497/stat : 497 (java) S 431 434 10805 0 -1 1077944384 24 13302 0 0 0 0 5 3 20 0 15 0 407812040 11107291136 487554 33554432000 4194304 4196468 140728102734112 140328661148576 140329212364501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18628608 140728102742774 140728102745285 140728102745285 140728102748111 0
[pid=434/tid=498] ppid=431 vsize=10846964 memory=6947385649911455296 CPUtime=0.08 cores=1,3,5,7
/proc/434/task/498/stat : 498 (java) S 431 434 10805 0 -1 1077944384 28 13302 0 0 0 0 5 3 20 0 15 0 407812040 11107291136 487554 33554432000 4194304 4196468 140728102734112 140328057169024 140329212364501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18628608 140728102742774 140728102745285 140728102745285 140728102748111 0
[pid=434/tid=499] ppid=431 vsize=10846964 memory=1859732 CPUtime=0.08 cores=1,3,5,7
/proc/434/task/499/stat : 499 (java) S 431 434 10805 0 -1 1077944384 3 13302 0 0 0 0 5 3 20 0 15 0 407812043 11107291136 487554 33554432000 4194304 4196468 140728102734112 140327749769296 140329212372891 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18628608 140728102742774 140728102745285 140728102745285 140728102748111 0
[pid=434/tid=500] ppid=431 vsize=10846964 memory=14012 CPUtime=6.1 cores=1,3,5,7
/proc/434/task/500/stat : 500 (java) S 431 434 10805 0 -1 1077944384 82758 13302 0 0 590 12 5 3 20 0 15 0 407812043 11107291136 487554 33554432000 4194304 4196468 140728102734112 140328737864304 140329212365442 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18628608 140728102742774 140728102745285 140728102745285 140728102748111 0
[pid=434/tid=501] ppid=431 vsize=10846964 memory=2116 CPUtime=7.13 cores=1,3,5,7
/proc/434/task/501/stat : 501 (java) S 431 434 10805 0 -1 1077944384 92228 13302 0 0 695 10 5 3 20 0 15 0 407812043 11107291136 487554 33554432000 4194304 4196468 140728102734112 140328736811504 140329212365442 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18628608 140728102742774 140728102745285 140728102745285 140728102748111 0
[pid=434/tid=502] ppid=431 vsize=10846964 memory=6947385649911455296 CPUtime=4.04 cores=1,3,5,7
/proc/434/task/502/stat : 502 (java) S 431 434 10805 0 -1 1077944384 81297 13302 0 0 386 10 5 3 20 0 15 0 407812043 11107291136 487554 33554432000 4194304 4196468 140728102734112 140328735759216 140329212365442 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18628608 140728102742774 140728102745285 140728102745285 140728102748111 0
[pid=434/tid=503] ppid=431 vsize=10846964 memory=928 CPUtime=0.08 cores=1,3,5,7
/proc/434/task/503/stat : 503 (java) S 431 434 10805 0 -1 1077944384 3 13302 0 0 0 0 5 3 20 0 15 0 407812043 11107291136 487554 33554432000 4194304 4196468 140728102734112 140327716211680 140329212364501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18628608 140728102742774 140728102745285 140728102745285 140728102748111 0
[pid=434/tid=504] ppid=431 vsize=10846964 memory=3536 CPUtime=1.3 cores=1,3,5,7
/proc/434/task/504/stat : 504 (java) S 431 434 10805 0 -1 1077944384 2884 13302 0 0 54 68 5 3 20 0 15 0 407812043 11107291136 487554 33554432000 4194304 4196468 140728102734112 140328734706096 140329212365442 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18628608 140728102742774 140728102745285 140728102745285 140728102748111 0
Current children cumulated CPU time: 2355.55 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1950216 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2366.2 s]
/proc/loadavg: 1.34 1.44 1.49 3/227 879
/proc/meminfo: memFree=24644384/32770624 swapFree=66998520/67108860
[pid=434] ppid=431 vsize=10846964 memory=1950284 CPUtime=2400.03 cores=1,3,5,7
/proc/434/stat : 434 (java) S 431 434 10805 0 -1 1077944320 502740 13302 0 0 239729 266 5 3 20 0 15 0 407812028 11107291136 487571 33554432000 4194304 4196468 140728102734112 140728102716656 140329212354295 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 18628608 140728102742774 140728102745285 140728102745285 140728102748111 0
/proc/434/statm: 2711741 487571 3621 1 0 2673805 0
[pid=434/tid=491] ppid=431 vsize=10846964 memory=1950284 CPUtime=2355.27 cores=1,3,5,7
/proc/434/task/491/stat : 491 (java) R 431 434 10805 0 -1 4202560 105686 13302 0 0 235466 53 5 3 20 0 15 0 407812037 11107291136 487571 33554432000 4194304 4196468 140728102734112 140329184189328 140328816922087 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18628608 140728102742774 140728102745285 140728102745285 140728102748111 0
[pid=434/tid=492] ppid=431 vsize=10846964 memory=1950284 CPUtime=5.59 cores=1,3,5,7
/proc/434/task/492/stat : 492 (java) S 431 434 10805 0 -1 1077944384 22339 13302 0 0 523 28 5 3 20 0 15 0 407812038 11107291136 487571 33554432000 4194304 4196468 140728102734112 140329216596880 140329212364501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18628608 140728102742774 140728102745285 140728102745285 140728102748111 0
[pid=434/tid=493] ppid=431 vsize=10846964 memory=1950284 CPUtime=5.6 cores=1,3,5,7
/proc/434/task/493/stat : 493 (java) S 431 434 10805 0 -1 1077944384 26680 13302 0 0 520 32 5 3 20 0 15 0 407812038 11107291136 487571 33554432000 4194304 4196468 140728102734112 140328785599248 140329212364501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18628608 140728102742774 140728102745285 140728102745285 140728102748111 0
[pid=434/tid=494] ppid=431 vsize=10846964 memory=1950284 CPUtime=5.62 cores=1,3,5,7
/proc/434/task/494/stat : 494 (java) S 431 434 10805 0 -1 1077944384 25408 13302 0 0 524 30 5 3 20 0 15 0 407812038 11107291136 487571 33554432000 4194304 4196468 140728102734112 140328784546960 140329212364501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18628608 140728102742774 140728102745285 140728102745285 140728102748111 0
[pid=434/tid=495] ppid=431 vsize=10846964 memory=1950284 CPUtime=5.6 cores=1,3,5,7
/proc/434/task/495/stat : 495 (java) S 431 434 10805 0 -1 1077944384 30654 13302 0 0 524 28 5 3 20 0 15 0 407812038 11107291136 487571 33554432000 4194304 4196468 140728102734112 140328783494160 140329212364501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18628608 140728102742774 140728102745285 140728102745285 140728102748111 0
[pid=434/tid=496] ppid=431 vsize=10846964 memory=1950284 CPUtime=4.29 cores=1,3,5,7
/proc/434/task/496/stat : 496 (java) S 431 434 10805 0 -1 1077944384 28708 13302 0 0 396 25 5 3 20 0 15 0 407812039 11107291136 487571 33554432000 4194304 4196468 140728102734112 140328738916464 140329212365442 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18628608 140728102742774 140728102745285 140728102745285 140728102748111 0
[pid=434/tid=497] ppid=431 vsize=10846964 memory=1950284 CPUtime=0.08 cores=1,3,5,7
/proc/434/task/497/stat : 497 (java) S 431 434 10805 0 -1 1077944384 24 13302 0 0 0 0 5 3 20 0 15 0 407812040 11107291136 487571 33554432000 4194304 4196468 140728102734112 140328661148576 140329212364501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18628608 140728102742774 140728102745285 140728102745285 140728102748111 0
[pid=434/tid=498] ppid=431 vsize=10846964 memory=1950284 CPUtime=0.08 cores=1,3,5,7
/proc/434/task/498/stat : 498 (java) S 431 434 10805 0 -1 1077944384 28 13302 0 0 0 0 5 3 20 0 15 0 407812040 11107291136 487571 33554432000 4194304 4196468 140728102734112 140328057169024 140329212364501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18628608 140728102742774 140728102745285 140728102745285 140728102748111 0
[pid=434/tid=499] ppid=431 vsize=10846964 memory=1950284 CPUtime=0.08 cores=1,3,5,7
/proc/434/task/499/stat : 499 (java) S 431 434 10805 0 -1 1077944384 3 13302 0 0 0 0 5 3 20 0 15 0 407812043 11107291136 487571 33554432000 4194304 4196468 140728102734112 140327749769296 140329212372891 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18628608 140728102742774 140728102745285 140728102745285 140728102748111 0
[pid=434/tid=500] ppid=431 vsize=10846964 memory=1408 CPUtime=6.13 cores=1,3,5,7
/proc/434/task/500/stat : 500 (java) S 431 434 10805 0 -1 1077944384 83367 13302 0 0 593 12 5 3 20 0 15 0 407812043 11107291136 487571 33554432000 4194304 4196468 140728102734112 140328737864304 140329212365442 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18628608 140728102742774 140728102745285 140728102745285 140728102748111 0
[pid=434/tid=501] ppid=431 vsize=10846964 memory=1950284 CPUtime=7.16 cores=1,3,5,7
/proc/434/task/501/stat : 501 (java) S 431 434 10805 0 -1 1077944384 92798 13302 0 0 698 10 5 3 20 0 15 0 407812043 11107291136 487571 33554432000 4194304 4196468 140728102734112 140328736811504 140329212365442 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18628608 140728102742774 140728102745285 140728102745285 140728102748111 0
[pid=434/tid=502] ppid=431 vsize=10846964 memory=3624 CPUtime=4.06 cores=1,3,5,7
/proc/434/task/502/stat : 502 (java) S 431 434 10805 0 -1 1077944384 81925 13302 0 0 388 10 5 3 20 0 15 0 407812043 11107291136 487571 33554432000 4194304 4196468 140728102734112 140328735759216 140329212365442 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18628608 140728102742774 140728102745285 140728102745285 140728102748111 0
[pid=434/tid=503] ppid=431 vsize=10846964 memory=1950284 CPUtime=0.08 cores=1,3,5,7
/proc/434/task/503/stat : 503 (java) S 431 434 10805 0 -1 1077944384 3 13302 0 0 0 0 5 3 20 0 15 0 407812043 11107291136 487571 33554432000 4194304 4196468 140728102734112 140327716211680 140329212364501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18628608 140728102742774 140728102745285 140728102745285 140728102748111 0
[pid=434/tid=504] ppid=431 vsize=10846964 memory=38088 CPUtime=1.32 cores=1,3,5,7
/proc/434/task/504/stat : 504 (java) S 431 434 10805 0 -1 1077944384 2911 13302 0 0 55 69 5 3 20 0 15 0 407812043 11107291136 487571 33554432000 4194304 4196468 140728102734112 140328734706096 140329212365442 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18628608 140728102742774 140728102745285 140728102745285 140728102748111 0
Current children cumulated CPU time: 2400.03 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1950284 KiB

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

[startup+2366.23 s]
# the end of solver process 434 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2397.36 s, system=2.71666 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2366.2 s]
/proc/loadavg: 1.34 1.44 1.49 3/227 879
/proc/meminfo: memFree=24644384/32770624 swapFree=66998520/67108860
[pid=434] ppid=431 vsize=10846964 memory=1950284 CPUtime=2400.03 cores=1,3,5,7
/proc/434/stat : 434 (java) S 431 434 10805 0 -1 1077944320 502740 13302 0 0 239729 266 5 3 20 0 15 0 407812028 11107291136 487571 33554432000 4194304 4196468 140728102734112 140728102716656 140329212354295 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 18628608 140728102742774 140728102745285 140728102745285 140728102748111 0
/proc/434/statm: 2711741 487571 3621 1 0 2673805 0
[pid=434/tid=491] ppid=431 vsize=10846964 memory=1950284 CPUtime=2355.27 cores=1,3,5,7
/proc/434/task/491/stat : 491 (java) R 431 434 10805 0 -1 4202560 105686 13302 0 0 235466 53 5 3 20 0 15 0 407812037 11107291136 487571 33554432000 4194304 4196468 140728102734112 140329184189328 140328816922087 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18628608 140728102742774 140728102745285 140728102745285 140728102748111 0
[pid=434/tid=492] ppid=431 vsize=10846964 memory=1950284 CPUtime=5.59 cores=1,3,5,7
/proc/434/task/492/stat : 492 (java) S 431 434 10805 0 -1 1077944384 22339 13302 0 0 523 28 5 3 20 0 15 0 407812038 11107291136 487571 33554432000 4194304 4196468 140728102734112 140329216596880 140329212364501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18628608 140728102742774 140728102745285 140728102745285 140728102748111 0
[pid=434/tid=493] ppid=431 vsize=10846964 memory=1950284 CPUtime=5.6 cores=1,3,5,7
/proc/434/task/493/stat : 493 (java) S 431 434 10805 0 -1 1077944384 26680 13302 0 0 520 32 5 3 20 0 15 0 407812038 11107291136 487571 33554432000 4194304 4196468 140728102734112 140328785599248 140329212364501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18628608 140728102742774 140728102745285 140728102745285 140728102748111 0
[pid=434/tid=494] ppid=431 vsize=10846964 memory=1950284 CPUtime=5.62 cores=1,3,5,7
/proc/434/task/494/stat : 494 (java) S 431 434 10805 0 -1 1077944384 25408 13302 0 0 524 30 5 3 20 0 15 0 407812038 11107291136 487571 33554432000 4194304 4196468 140728102734112 140328784546960 140329212364501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18628608 140728102742774 140728102745285 140728102745285 140728102748111 0
[pid=434/tid=495] ppid=431 vsize=10846964 memory=1950284 CPUtime=5.6 cores=1,3,5,7
/proc/434/task/495/stat : 495 (java) S 431 434 10805 0 -1 1077944384 30654 13302 0 0 524 28 5 3 20 0 15 0 407812038 11107291136 487571 33554432000 4194304 4196468 140728102734112 140328783494160 140329212364501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18628608 140728102742774 140728102745285 140728102745285 140728102748111 0
[pid=434/tid=496] ppid=431 vsize=10846964 memory=1950284 CPUtime=4.29 cores=1,3,5,7
/proc/434/task/496/stat : 496 (java) S 431 434 10805 0 -1 1077944384 28708 13302 0 0 396 25 5 3 20 0 15 0 407812039 11107291136 487571 33554432000 4194304 4196468 140728102734112 140328738916464 140329212365442 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18628608 140728102742774 140728102745285 140728102745285 140728102748111 0
[pid=434/tid=497] ppid=431 vsize=10846964 memory=1950284 CPUtime=0.08 cores=1,3,5,7
/proc/434/task/497/stat : 497 (java) S 431 434 10805 0 -1 1077944384 24 13302 0 0 0 0 5 3 20 0 15 0 407812040 11107291136 487571 33554432000 4194304 4196468 140728102734112 140328661148576 140329212364501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18628608 140728102742774 140728102745285 140728102745285 140728102748111 0
[pid=434/tid=498] ppid=431 vsize=10846964 memory=1950284 CPUtime=0.08 cores=1,3,5,7
/proc/434/task/498/stat : 498 (java) S 431 434 10805 0 -1 1077944384 28 13302 0 0 0 0 5 3 20 0 15 0 407812040 11107291136 487571 33554432000 4194304 4196468 140728102734112 140328057169024 140329212364501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18628608 140728102742774 140728102745285 140728102745285 140728102748111 0
[pid=434/tid=499] ppid=431 vsize=10846964 memory=1950284 CPUtime=0.08 cores=1,3,5,7
/proc/434/task/499/stat : 499 (java) S 431 434 10805 0 -1 1077944384 3 13302 0 0 0 0 5 3 20 0 15 0 407812043 11107291136 487571 33554432000 4194304 4196468 140728102734112 140327749769296 140329212372891 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18628608 140728102742774 140728102745285 140728102745285 140728102748111 0
[pid=434/tid=500] ppid=431 vsize=10846964 memory=1408 CPUtime=6.13 cores=1,3,5,7
/proc/434/task/500/stat : 500 (java) S 431 434 10805 0 -1 1077944384 83367 13302 0 0 593 12 5 3 20 0 15 0 407812043 11107291136 487571 33554432000 4194304 4196468 140728102734112 140328737864304 140329212365442 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18628608 140728102742774 140728102745285 140728102745285 140728102748111 0
[pid=434/tid=501] ppid=431 vsize=10846964 memory=1950284 CPUtime=7.16 cores=1,3,5,7
/proc/434/task/501/stat : 501 (java) S 431 434 10805 0 -1 1077944384 92798 13302 0 0 698 10 5 3 20 0 15 0 407812043 11107291136 487571 33554432000 4194304 4196468 140728102734112 140328736811504 140329212365442 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18628608 140728102742774 140728102745285 140728102745285 140728102748111 0
[pid=434/tid=502] ppid=431 vsize=10846964 memory=3624 CPUtime=4.06 cores=1,3,5,7
/proc/434/task/502/stat : 502 (java) S 431 434 10805 0 -1 1077944384 81925 13302 0 0 388 10 5 3 20 0 15 0 407812043 11107291136 487571 33554432000 4194304 4196468 140728102734112 140328735759216 140329212365442 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18628608 140728102742774 140728102745285 140728102745285 140728102748111 0
[pid=434/tid=503] ppid=431 vsize=10846964 memory=1950284 CPUtime=0.08 cores=1,3,5,7
/proc/434/task/503/stat : 503 (java) S 431 434 10805 0 -1 1077944384 3 13302 0 0 0 0 5 3 20 0 15 0 407812043 11107291136 487571 33554432000 4194304 4196468 140728102734112 140327716211680 140329212364501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18628608 140728102742774 140728102745285 140728102745285 140728102748111 0
[pid=434/tid=504] ppid=431 vsize=10846964 memory=38088 CPUtime=1.32 cores=1,3,5,7
/proc/434/task/504/stat : 504 (java) S 431 434 10805 0 -1 1077944384 2911 13302 0 0 55 69 5 3 20 0 15 0 407812043 11107291136 487571 33554432000 4194304 4196468 140728102734112 140328734706096 140329212365442 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18628608 140728102742774 140728102745285 140728102745285 140728102748111 0
Current children cumulated CPU time: 2400.03 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1950284 KiB

Child status: 143
Real time (s): 2366.23
CPU time (s): 2400.08
CPU user time (s): 2397.36
CPU system time (s): 2.71666
CPU usage (%): 101.43
Max. virtual memory (cumulated for all children) (KiB): 10847560
Max. memory (cumulated for all children) (KiB): 2033096

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2397.36
system time used= 2.71665
maximum resident set size= 2034088
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 516696
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3304
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 157214
involuntary context switches= 7054


# summary of solver processes directly reported to runsolver:
#   pid: 434
#   total CPU time (s): 2400.08
#   total CPU user time (s): 2397.36
#   total CPU system time (s): 2.71666

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.8368 second user time and 22.7627 second system time

The end

Launcher Data

Begin job on node127 at 2019-09-12 21:09:51
IDJOB=4391997
IDBENCH=127998
IDSOLVER=2837
FILE ID=node127/4391997-1568315431
RUNJOBID= node127-1568305960-30577
PBS_JOBID= 21701110
Free space on /tmp= 58788 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/PrizeCollecting/PrizeCollecting-jok-s1/PrizeCollecting-24-4-6-3.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4391997-1568315431/watcher-4391997-1568315431 -o /tmp/evaluation-result-4391997-1568315431/solver-4391997-1568315431 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node127-1568305960-30577 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=128663005 HOME/instance-4391997-1568315431.xml

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

MD5SUM BENCH= 95a2ddfb0d7ed65af35b4a4f8b00191d
RANDOM SEED=128663005

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.55
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.55
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.55
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.55
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:        27602308 kB
MemAvailable:   31030372 kB
Buffers:          111356 kB
Cached:          3575756 kB
SwapCached:         6780 kB
Active:          2881404 kB
Inactive:        1653064 kB
Active(anon):     839824 kB
Inactive(anon):    48968 kB
Active(file):    2041580 kB
Inactive(file):  1604096 kB
Unevictable:      108876 kB
Mlocked:          108876 kB
SwapTotal:      67108860 kB
SwapFree:       66998520 kB
Dirty:             35408 kB
Writeback:             0 kB
AnonPages:        990048 kB
Mapped:            56784 kB
Shmem:             32692 kB
Slab:             226404 kB
SReclaimable:     196444 kB
SUnreclaim:        29960 kB
KernelStack:        3984 kB
PageTables:         7136 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2099668 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    903168 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      138624 kB
DirectMap2M:    33406976 kB

Free space on /tmp at the end= 58752 MiB
End job on node127 at 2019-09-12 21:49:18