Trace number 4299257

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
The dodo solver 2018-04-29? 36.6929 13.7829

General information on the benchmark

NameCrosswordDesign/
CrosswordDesign-11-4-rom_c18.xml
MD5SUM63b9378ece2d6066ad6e61da47f93b8a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark65
Best CPU time to get the best result obtained on this benchmark2520.09
Satisfiable
(Un)Satisfiability was proved
Number of variables385
Number of constraints88
Number of domains5
Minimum domain size2
Maximum domain size115571
Distribution of domain sizes[{"size":2,"count":22},{"size":12,"count":154},{"size":27,"count":121},{"size":115571,"count":88}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":110},{"degree":2,"count":154},{"degree":8,"count":121}]
Minimum constraint arity14
Maximum constraint arity15
Distribution of constraint arities[{"arity":14,"count":22},{"arity":15,"count":66}]
Number of extensional constraints88
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":88}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

0.07/0.17	c version: 2018-04-11
0.07/0.17	c seed: 1811631
0.07/0.17	c timeout: 2520
0.07/0.17	c memlimit: -1
0.07/0.17	c nbcore: -1
36.41/13.66	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
36.41/13.66		at minicp.util.BitSet.<init>(BitSet.java:11)
36.41/13.66		at minicp.engine.constraints.ShortTableCT.<init>(ShortTableCT.java:65)
36.41/13.66		at xcsp3.XCSP3.buildCtrExtension(XCSP3.java:148)
36.41/13.66		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:306)
36.41/13.66		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:167)
36.41/13.66		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
36.41/13.66		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
36.41/13.66		at org.xcsp.parser.XCallbacks$$Lambda$86/1364614850.accept(Unknown Source)
36.60/13.73		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
36.60/13.73		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
36.60/13.73		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
36.60/13.73		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:462)
36.60/13.73		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
36.60/13.73		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
36.60/13.73		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
36.60/13.73		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
36.60/13.73		at xcsp3.XCSP3.<init>(XCSP3.java:80)
36.60/13.73		at xcsp3.CompetitionApp.runSolver(CompetitionApp.java:60)
36.60/13.73		at xcsp3.CompetitionApp.main(CompetitionApp.java:48)
36.60/13.73	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 (12687 MiB free)
  memory of node 1: 16384 MiB (13209 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4299257-1532809450/watcher-4299257-1532809450 -o /tmp/evaluation-result-4299257-1532809450/solver-4299257-1532809450 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532809404-14164 --watchdog 2580 java -jar HOME/dodo_solver.jar HOME/instance-4299257-1532809450.xml --timelimit 2520 

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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB
solver pid=14361, runsolver pid=14358


[startup+0.106257 s]*
/proc/loadavg: 1.76 1.22 1.29 3/217 14376
/proc/meminfo: memFree=26506920/32770624 swapFree=67108860/67108860
[pid=14361] ppid=14358 vsize=10658972 memory=23164 CPUtime=0.07 cores=1,3,5,7
/proc/14361/stat : 14361 (java) S 14358 14361 14132 0 -1 1077944320 4674 0 0 0 6 1 0 0 20 0 15 0 98508271 10914787328 5791 33554432000 4194304 4196468 140732846360816 140732846343360 139988380335863 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20049920 140732846363768 140732846363913 140732846363913 140732846366671 0
/proc/14361/statm: 2664743 5791 2668 1 0 2627263 0
[pid=14361/tid=14363] ppid=14358 vsize=10658972 memory=-8557856841693040514 CPUtime=0.06 cores=1,3,5,7
/proc/14361/task/14363/stat : 14363 (java) R 14358 14361 14132 0 -1 4202560 2758 0 0 0 6 0 0 0 20 0 15 0 98508272 10914787328 5791 33554432000 4194304 4196468 140732846360816 139988384567424 139988364416350 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20049920 140732846363768 140732846363913 140732846363913 140732846366671 0
[pid=14361/tid=14364] ppid=14358 vsize=10658972 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/14361/task/14364/stat : 14364 (java) S 14358 14361 14132 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98508272 10914787328 5791 33554432000 4194304 4196468 140732846360816 139987987565584 139988380346069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20049920 140732846363768 140732846363913 140732846363913 140732846366671 0
[pid=14361/tid=14365] ppid=14358 vsize=10658972 memory=140687441254016 CPUtime=0 cores=1,3,5,7
/proc/14361/task/14365/stat : 14365 (java) S 14358 14361 14132 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98508272 10914787328 5791 33554432000 4194304 4196468 140732846360816 139987986513040 139988380346069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20049920 140732846363768 140732846363913 140732846363913 140732846366671 0
[pid=14361/tid=14366] ppid=14358 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14361/task/14366/stat : 14366 (java) S 14358 14361 14132 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98508272 10914787328 5791 33554432000 4194304 4196468 140732846360816 139987985459984 139988380346069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20049920 140732846363768 140732846363913 140732846363913 140732846366671 0
[pid=14361/tid=14367] ppid=14358 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14361/task/14367/stat : 14367 (java) S 14358 14361 14132 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98508272 10914787328 5791 33554432000 4194304 4196468 140732846360816 139987984407440 139988380346069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20049920 140732846363768 140732846363913 140732846363913 140732846366671 0
[pid=14361/tid=14368] ppid=14358 vsize=10658972 memory=140687441254016 CPUtime=0 cores=1,3,5,7
/proc/14361/task/14368/stat : 14368 (java) S 14358 14361 14132 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98508274 10914787328 5791 33554432000 4194304 4196468 140732846360816 139987685329136 139988380347010 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20049920 140732846363768 140732846363913 140732846363913 140732846366671 0
[pid=14361/tid=14369] ppid=14358 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14361/task/14369/stat : 14369 (java) S 14358 14361 14132 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98508274 10914787328 5791 33554432000 4194304 4196468 140732846360816 139987684275360 139988380346069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20049920 140732846363768 140732846363913 140732846363913 140732846366671 0
[pid=14361/tid=14370] ppid=14358 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14361/task/14370/stat : 14370 (java) S 14358 14361 14132 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98508274 10914787328 5791 33554432000 4194304 4196468 140732846360816 139987683222256 139988380346069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20049920 140732846363768 140732846363913 140732846363913 140732846366671 0
[pid=14361/tid=14371] ppid=14358 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14361/task/14371/stat : 14371 (java) S 14358 14361 14132 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98508277 10914787328 5791 33554432000 4194304 4196468 140732846360816 139987682170832 139988380354459 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20049920 140732846363768 140732846363913 140732846363913 140732846366671 0
[pid=14361/tid=14372] ppid=14358 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14361/task/14372/stat : 14372 (java) S 14358 14361 14132 0 -1 1077944384 307 0 0 0 0 0 0 0 20 0 15 0 98508277 10914787328 6303 33554432000 4194304 4196468 140732846360816 139987278359280 139988380347010 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20049920 140732846363768 140732846363913 140732846363913 140732846366671 0
[pid=14361/tid=14373] ppid=14358 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14361/task/14373/stat : 14373 (java) S 14358 14361 14132 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98508277 10914787328 6303 33554432000 4194304 4196468 140732846360816 139987277306736 139988380347010 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20049920 140732846363768 140732846363913 140732846363913 140732846366671 0
[pid=14361/tid=14374] ppid=14358 vsize=10658972 memory=140687441254016 CPUtime=0 cores=1,3,5,7
/proc/14361/task/14374/stat : 14374 (java) R 14358 14361 14132 0 -1 4202560 242 0 0 0 0 0 0 0 20 0 15 0 98508277 10914787328 6303 33554432000 4194304 4196468 140732846360816 139987276253680 139988361984811 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20049920 140732846363768 140732846363913 140732846363913 140732846366671 0
[pid=14361/tid=14375] ppid=14358 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14361/task/14375/stat : 14375 (java) S 14358 14361 14132 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98508277 10914787328 6303 33554432000 4194304 4196468 140732846360816 139987275201376 139988380346069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20049920 140732846363768 140732846363913 140732846363913 140732846366671 0
[pid=14361/tid=14376] ppid=14358 vsize=10658972 memory=140687441254016 CPUtime=0 cores=1,3,5,7
/proc/14361/task/14376/stat : 14376 (java) S 14358 14361 14132 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98508281 10914787328 6303 33554432000 4194304 4196468 140732846360816 139987274148400 139988380347010 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20049920 140732846363768 140732846363913 140732846363913 140732846366671 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 23164 KiB

[startup+0.21045 s]*
/proc/loadavg: 1.76 1.22 1.29 4/217 14376
/proc/meminfo: memFree=26492948/32770624 swapFree=67108860/67108860
[pid=14361] ppid=14358 vsize=10661056 memory=37748 CPUtime=0.28 cores=1,3,5,7
/proc/14361/stat : 14361 (java) S 14358 14361 14132 0 -1 1077944320 7503 0 0 0 26 2 0 0 20 0 15 0 98508271 10916921344 9437 33554432000 4194304 4196468 140732846360816 140732846343360 139988380335863 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20049920 140732846363768 140732846363913 140732846363913 140732846366671 0
/proc/14361/statm: 2665264 9437 2977 1 0 2627263 0
[pid=14361/tid=14363] ppid=14358 vsize=10661056 memory=7022364594140610616 CPUtime=0.16 cores=1,3,5,7
/proc/14361/task/14363/stat : 14363 (java) R 14358 14361 14132 0 -1 4202560 4496 0 0 0 15 1 0 0 20 0 15 0 98508272 10916921344 9437 33554432000 4194304 4196468 140732846360816 139988384567104 139988380357789 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20049920 140732846363768 140732846363913 140732846363913 140732846366671 0
[pid=14361/tid=14364] ppid=14358 vsize=10661056 memory=364 CPUtime=0 cores=1,3,5,7
/proc/14361/task/14364/stat : 14364 (java) S 14358 14361 14132 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98508272 10916921344 9437 33554432000 4194304 4196468 140732846360816 139987987565584 139988380346069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20049920 140732846363768 140732846363913 140732846363913 140732846366671 0
[pid=14361/tid=14365] ppid=14358 vsize=10661056 memory=140687441268431 CPUtime=0 cores=1,3,5,7
/proc/14361/task/14365/stat : 14365 (java) S 14358 14361 14132 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98508272 10916921344 9437 33554432000 4194304 4196468 140732846360816 139987986513040 139988380346069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20049920 140732846363768 140732846363913 140732846363913 140732846366671 0
[pid=14361/tid=14366] ppid=14358 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14361/task/14366/stat : 14366 (java) S 14358 14361 14132 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98508272 10916921344 9437 33554432000 4194304 4196468 140732846360816 139987985459984 139988380346069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20049920 140732846363768 140732846363913 140732846363913 140732846366671 0
[pid=14361/tid=14367] ppid=14358 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14361/task/14367/stat : 14367 (java) S 14358 14361 14132 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98508272 10916921344 9437 33554432000 4194304 4196468 140732846360816 139987984407440 139988380346069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20049920 140732846363768 140732846363913 140732846363913 140732846366671 0
[pid=14361/tid=14368] ppid=14358 vsize=10661056 memory=140687441254016 CPUtime=0 cores=1,3,5,7
/proc/14361/task/14368/stat : 14368 (java) S 14358 14361 14132 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98508274 10916921344 9437 33554432000 4194304 4196468 140732846360816 139987685329136 139988380347010 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20049920 140732846363768 140732846363913 140732846363913 140732846366671 0
[pid=14361/tid=14369] ppid=14358 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14361/task/14369/stat : 14369 (java) S 14358 14361 14132 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98508274 10916921344 9437 33554432000 4194304 4196468 140732846360816 139987684275360 139988380346069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20049920 140732846363768 140732846363913 140732846363913 140732846366671 0
[pid=14361/tid=14370] ppid=14358 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14361/task/14370/stat : 14370 (java) S 14358 14361 14132 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98508274 10916921344 9437 33554432000 4194304 4196468 140732846360816 139987683222256 139988380346069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20049920 140732846363768 140732846363913 140732846363913 140732846366671 0
[pid=14361/tid=14371] ppid=14358 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14361/task/14371/stat : 14371 (java) S 14358 14361 14132 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98508277 10916921344 9437 33554432000 4194304 4196468 140732846360816 139987682170832 139988380354459 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20049920 140732846363768 140732846363913 140732846363913 140732846366671 0
[pid=14361/tid=14372] ppid=14358 vsize=10661056 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/14361/task/14372/stat : 14372 (java) S 14358 14361 14132 0 -1 1077944384 675 0 0 0 2 0 0 0 20 0 15 0 98508277 10916921344 9437 33554432000 4194304 4196468 140732846360816 139987278359280 139988380347010 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20049920 140732846363768 140732846363913 140732846363913 140732846366671 0
[pid=14361/tid=14373] ppid=14358 vsize=10661056 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/14361/task/14373/stat : 14373 (java) S 14358 14361 14132 0 -1 1077944384 95 0 0 0 1 0 0 0 20 0 15 0 98508277 10916921344 9437 33554432000 4194304 4196468 140732846360816 139987277306736 139988380347010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20049920 140732846363768 140732846363913 140732846363913 140732846366671 0
[pid=14361/tid=14374] ppid=14358 vsize=10661056 memory=140687441254016 CPUtime=0.06 cores=1,3,5,7
/proc/14361/task/14374/stat : 14374 (java) S 14358 14361 14132 0 -1 1077944384 869 0 0 0 6 0 0 0 20 0 15 0 98508277 10916921344 9437 33554432000 4194304 4196468 140732846360816 139987276253680 139988380347010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20049920 140732846363768 140732846363913 140732846363913 140732846366671 0
[pid=14361/tid=14375] ppid=14358 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14361/task/14375/stat : 14375 (java) S 14358 14361 14132 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98508277 10916921344 9437 33554432000 4194304 4196468 140732846360816 139987275201376 139988380346069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20049920 140732846363768 140732846363913 140732846363913 140732846366671 0
[pid=14361/tid=14376] ppid=14358 vsize=10661056 memory=140687441254016 CPUtime=0 cores=1,3,5,7
/proc/14361/task/14376/stat : 14376 (java) S 14358 14361 14132 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98508281 10916921344 9437 33554432000 4194304 4196468 140732846360816 139987274148400 139988380347010 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20049920 140732846363768 140732846363913 140732846363913 140732846366671 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 37748 KiB

[startup+0.31081 s]*
/proc/loadavg: 1.76 1.22 1.29 3/217 14376
/proc/meminfo: memFree=26467692/32770624 swapFree=67108860/67108860
[pid=14361] ppid=14358 vsize=10661056 memory=69068 CPUtime=0.45 cores=1,3,5,7
/proc/14361/stat : 14361 (java) S 14358 14361 14132 0 -1 1077944320 8109 0 0 0 42 3 0 0 20 0 15 0 98508271 10916921344 17267 33554432000 4194304 4196468 140732846360816 140732846343360 139988380335863 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20049920 140732846363768 140732846363913 140732846363913 140732846366671 0
/proc/14361/statm: 2665264 17267 3025 1 0 2627263 0
[pid=14361/tid=14363] ppid=14358 vsize=10661056 memory=7311146985107750967 CPUtime=0.26 cores=1,3,5,7
/proc/14361/task/14363/stat : 14363 (java) R 14358 14361 14132 0 -1 4202560 4717 0 0 0 24 2 0 0 20 0 15 0 98508272 10916921344 17267 33554432000 4194304 4196468 140732846360816 139988384573832 139988019170519 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20049920 140732846363768 140732846363913 140732846363913 140732846366671 0
[pid=14361/tid=14364] ppid=14358 vsize=10661056 memory=304556149079015447 CPUtime=0 cores=1,3,5,7
/proc/14361/task/14364/stat : 14364 (java) S 14358 14361 14132 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98508272 10916921344 17267 33554432000 4194304 4196468 140732846360816 139987987565584 139988380346069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20049920 140732846363768 140732846363913 140732846363913 140732846366671 0
[pid=14361/tid=14365] ppid=14358 vsize=10661056 memory=140687441268340 CPUtime=0 cores=1,3,5,7
/proc/14361/task/14365/stat : 14365 (java) S 14358 14361 14132 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98508272 10916921344 17267 33554432000 4194304 4196468 140732846360816 139987986513040 139988380346069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20049920 140732846363768 140732846363913 140732846363913 140732846366671 0
[pid=14361/tid=14366] ppid=14358 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14361/task/14366/stat : 14366 (java) S 14358 14361 14132 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98508272 10916921344 17267 33554432000 4194304 4196468 140732846360816 139987985459984 139988380346069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20049920 140732846363768 140732846363913 140732846363913 140732846366671 0
[pid=14361/tid=14367] ppid=14358 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14361/task/14367/stat : 14367 (java) S 14358 14361 14132 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98508272 10916921344 17267 33554432000 4194304 4196468 140732846360816 139987984407440 139988380346069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20049920 140732846363768 140732846363913 140732846363913 140732846366671 0
[pid=14361/tid=14368] ppid=14358 vsize=10661056 memory=140687441254016 CPUtime=0 cores=1,3,5,7
/proc/14361/task/14368/stat : 14368 (java) S 14358 14361 14132 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98508274 10916921344 17267 33554432000 4194304 4196468 140732846360816 139987685329136 139988380347010 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20049920 140732846363768 140732846363913 140732846363913 140732846366671 0
[pid=14361/tid=14369] ppid=14358 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14361/task/14369/stat : 14369 (java) S 14358 14361 14132 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98508274 10916921344 17267 33554432000 4194304 4196468 140732846360816 139987684275360 139988380346069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20049920 140732846363768 140732846363913 140732846363913 140732846366671 0
[pid=14361/tid=14370] ppid=14358 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14361/task/14370/stat : 14370 (java) S 14358 14361 14132 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98508274 10916921344 17779 33554432000 4194304 4196468 140732846360816 139987683222256 139988380346069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20049920 140732846363768 140732846363913 140732846363913 140732846366671 0
[pid=14361/tid=14371] ppid=14358 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14361/task/14371/stat : 14371 (java) S 14358 14361 14132 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98508277 10916921344 17779 33554432000 4194304 4196468 140732846360816 139987682170832 139988380354459 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20049920 140732846363768 140732846363913 140732846363913 140732846366671 0
[pid=14361/tid=14372] ppid=14358 vsize=10661056 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/14361/task/14372/stat : 14372 (java) S 14358 14361 14132 0 -1 1077944384 759 0 0 0 4 0 0 0 20 0 15 0 98508277 10916921344 17779 33554432000 4194304 4196468 140732846360816 139987278359280 139988380347010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20049920 140732846363768 140732846363913 140732846363913 140732846366671 0
[pid=14361/tid=14373] ppid=14358 vsize=10661056 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/14361/task/14373/stat : 14373 (java) R 14358 14361 14132 0 -1 4202560 269 0 0 0 3 0 0 0 20 0 15 0 98508277 10916921344 17779 33554432000 4194304 4196468 140732846360816 139987277306736 139988373320905 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20049920 140732846363768 140732846363913 140732846363913 140732846366671 0
[pid=14361/tid=14374] ppid=14358 vsize=10661056 memory=140687441254016 CPUtime=0.09 cores=1,3,5,7
/proc/14361/task/14374/stat : 14374 (java) S 14358 14361 14132 0 -1 1077944384 995 0 0 0 9 0 0 0 20 0 15 0 98508277 10916921344 17779 33554432000 4194304 4196468 140732846360816 139987276253680 139988380347010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20049920 140732846363768 140732846363913 140732846363913 140732846366671 0
[pid=14361/tid=14375] ppid=14358 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14361/task/14375/stat : 14375 (java) S 14358 14361 14132 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98508277 10916921344 17779 33554432000 4194304 4196468 140732846360816 139987275201376 139988380346069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20049920 140732846363768 140732846363913 140732846363913 140732846366671 0
[pid=14361/tid=14376] ppid=14358 vsize=10661056 memory=140687441254016 CPUtime=0 cores=1,3,5,7
/proc/14361/task/14376/stat : 14376 (java) S 14358 14361 14132 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98508281 10916921344 17779 33554432000 4194304 4196468 140732846360816 139987274148400 139988380347010 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20049920 140732846363768 140732846363913 140732846363913 140732846366671 0
Current children cumulated CPU time: 0.45 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 69068 KiB

[startup+0.701304 s]
/proc/loadavg: 1.76 1.22 1.29 6/217 14376
/proc/meminfo: memFree=26265004/32770624 swapFree=67108860/67108860
[pid=14361] ppid=14358 vsize=10661132 memory=287460 CPUtime=1.44 cores=1,3,5,7
/proc/14361/stat : 14361 (java) S 14358 14361 14132 0 -1 1077944320 10329 0 0 0 127 17 0 0 20 0 15 0 98508271 10916999168 71865 33554432000 4194304 4196468 140732846360816 140732846343360 139988380335863 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20049920 140732846363768 140732846363913 140732846363913 140732846366671 0
/proc/14361/statm: 2665283 71865 3109 1 0 2627263 0
[pid=14361/tid=14363] ppid=14358 vsize=10661132 memory=1840 CPUtime=0.58 cores=1,3,5,7
/proc/14361/task/14363/stat : 14363 (java) R 14358 14361 14132 0 -1 4202560 5090 0 0 0 54 4 0 0 20 0 15 0 98508272 10916999168 71865 33554432000 4194304 4196468 140732846360816 139988384573376 139988020567595 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20049920 140732846363768 140732846363913 140732846363913 140732846366671 0
[pid=14361/tid=14364] ppid=14358 vsize=10661132 memory=1004 CPUtime=0.04 cores=1,3,5,7
/proc/14361/task/14364/stat : 14364 (java) S 14358 14361 14132 0 -1 1077944384 49 0 0 0 2 2 0 0 20 0 15 0 98508272 10916999168 71865 33554432000 4194304 4196468 140732846360816 139987987565584 139988380346069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20049920 140732846363768 140732846363913 140732846363913 140732846366671 0
[pid=14361/tid=14365] ppid=14358 vsize=10661132 memory=12060 CPUtime=0.05 cores=1,3,5,7
/proc/14361/task/14365/stat : 14365 (java) S 14358 14361 14132 0 -1 1077944384 55 0 0 0 2 3 0 0 20 0 15 0 98508272 10916999168 71865 33554432000 4194304 4196468 140732846360816 139987986513040 139988380346069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20049920 140732846363768 140732846363913 140732846363913 140732846366671 0
[pid=14361/tid=14366] ppid=14358 vsize=10661132 memory=5788 CPUtime=0.05 cores=1,3,5,7
/proc/14361/task/14366/stat : 14366 (java) S 14358 14361 14132 0 -1 1077944384 52 0 0 0 3 2 0 0 20 0 15 0 98508272 10916999168 71865 33554432000 4194304 4196468 140732846360816 139987985459984 139988380346069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20049920 140732846363768 140732846363913 140732846363913 140732846366671 0
[pid=14361/tid=14367] ppid=14358 vsize=10661132 memory=792 CPUtime=0.05 cores=1,3,5,7
/proc/14361/task/14367/stat : 14367 (java) S 14358 14361 14132 0 -1 1077944384 54 0 0 0 3 2 0 0 20 0 15 0 98508272 10916999168 71865 33554432000 4194304 4196468 140732846360816 139987984407440 139988380346069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20049920 140732846363768 140732846363913 140732846363913 140732846366671 0
[pid=14361/tid=14368] ppid=14358 vsize=10661132 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/14361/task/14368/stat : 14368 (java) S 14358 14361 14132 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 98508274 10916999168 71865 33554432000 4194304 4196468 140732846360816 139987685329136 139988380347010 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20049920 140732846363768 140732846363913 140732846363913 140732846366671 0
[pid=14361/tid=14369] ppid=14358 vsize=10661132 memory=1944 CPUtime=0 cores=1,3,5,7
/proc/14361/task/14369/stat : 14369 (java) S 14358 14361 14132 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 98508274 10916999168 71865 33554432000 4194304 4196468 140732846360816 139987684275360 139988380346069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20049920 140732846363768 140732846363913 140732846363913 140732846366671 0
[pid=14361/tid=14370] ppid=14358 vsize=10661132 memory=1416 CPUtime=0 cores=1,3,5,7
/proc/14361/task/14370/stat : 14370 (java) S 14358 14361 14132 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98508274 10916999168 71865 33554432000 4194304 4196468 140732846360816 139987683222256 139988380346069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20049920 140732846363768 140732846363913 140732846363913 140732846366671 0
[pid=14361/tid=14371] ppid=14358 vsize=10661132 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/14361/task/14371/stat : 14371 (java) S 14358 14361 14132 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98508277 10916999168 71865 33554432000 4194304 4196468 140732846360816 139987682170832 139988380354459 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20049920 140732846363768 140732846363913 140732846363913 140732846366671 0
[pid=14361/tid=14372] ppid=14358 vsize=10661132 memory=7163631965283378496 CPUtime=0.21 cores=1,3,5,7
/proc/14361/task/14372/stat : 14372 (java) R 14358 14361 14132 0 -1 4202560 1396 0 0 0 21 0 0 0 20 0 15 0 98508277 10916999168 71865 33554432000 4194304 4196468 140732846360816 139987278340848 139988358752146 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20049920 140732846363768 140732846363913 140732846363913 140732846366671 0
[pid=14361/tid=14373] ppid=14358 vsize=10661132 memory=7667213801450137426 CPUtime=0.21 cores=1,3,5,7
/proc/14361/task/14373/stat : 14373 (java) R 14358 14361 14132 0 -1 4202560 794 0 0 0 21 0 0 0 20 0 15 0 98508277 10916999168 71865 33554432000 4194304 4196468 140732846360816 139987277292408 139988364729350 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20049920 140732846363768 140732846363913 140732846363913 140732846366671 0
[pid=14361/tid=14374] ppid=14358 vsize=10661132 memory=7151830906713428048 CPUtime=0.17 cores=1,3,5,7
/proc/14361/task/14374/stat : 14374 (java) S 14358 14361 14132 0 -1 1077944384 1395 0 0 0 17 0 0 0 20 0 15 0 98508277 10916999168 71865 33554432000 4194304 4196468 140732846360816 139987276253680 139988380347010 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20049920 140732846363768 140732846363913 140732846363913 140732846366671 0
[pid=14361/tid=14375] ppid=14358 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14361/task/14375/stat : 14375 (java) S 14358 14361 14132 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98508277 10916999168 71865 33554432000 4194304 4196468 140732846360816 139987275201376 139988380346069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20049920 140732846363768 140732846363913 140732846363913 140732846366671 0
[pid=14361/tid=14376] ppid=14358 vsize=10661132 memory=31396 CPUtime=0 cores=1,3,5,7
/proc/14361/task/14376/stat : 14376 (java) S 14358 14361 14132 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98508281 10916999168 71865 33554432000 4194304 4196468 140732846360816 139987274148400 139988380347010 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20049920 140732846363768 140732846363913 140732846363913 140732846366671 0
Current children cumulated CPU time: 1.44 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 287460 KiB

[startup+1.50081 s]
/proc/loadavg: 1.76 1.22 1.29 3/217 14376
/proc/meminfo: memFree=26119540/32770624 swapFree=67108860/67108860
[pid=14361] ppid=14358 vsize=10661132 memory=559608 CPUtime=2.78 cores=1,3,5,7
/proc/14361/stat : 14361 (java) S 14358 14361 14132 0 -1 1077944320 11150 0 0 0 250 28 0 0 20 0 15 0 98508271 10916999168 139902 33554432000 4194304 4196468 140732846360816 140732846343360 139988380335863 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20049920 140732846363768 140732846363913 140732846363913 140732846366671 0
/proc/14361/statm: 2665283 139902 3130 1 0 2627263 0
[pid=14361/tid=14363] ppid=14358 vsize=10661132 memory=0 CPUtime=1.31 cores=1,3,5,7
/proc/14361/task/14363/stat : 14363 (java) R 14358 14361 14132 0 -1 4202560 5208 0 0 0 126 5 0 0 20 0 15 0 98508272 10916999168 139902 33554432000 4194304 4196468 140732846360816 139988384573792 139988021048901 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20049920 140732846363768 140732846363913 140732846363913 140732846366671 0
[pid=14361/tid=14364] ppid=14358 vsize=10661132 memory=-8253362762724047225 CPUtime=0.1 cores=1,3,5,7
/proc/14361/task/14364/stat : 14364 (java) S 14358 14361 14132 0 -1 1077944384 178 0 0 0 6 4 0 0 20 0 15 0 98508272 10916999168 139902 33554432000 4194304 4196468 140732846360816 139987987565584 139988380346069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20049920 140732846363768 140732846363913 140732846363913 140732846366671 0
[pid=14361/tid=14365] ppid=14358 vsize=10661132 memory=-8609294068986781045 CPUtime=0.1 cores=1,3,5,7
/proc/14361/task/14365/stat : 14365 (java) S 14358 14361 14132 0 -1 1077944384 149 0 0 0 6 4 0 0 20 0 15 0 98508272 10916999168 139902 33554432000 4194304 4196468 140732846360816 139987986513040 139988380346069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20049920 140732846363768 140732846363913 140732846363913 140732846366671 0
[pid=14361/tid=14366] ppid=14358 vsize=10661132 memory=-6517102902069810590 CPUtime=0.11 cores=1,3,5,7
/proc/14361/task/14366/stat : 14366 (java) S 14358 14361 14132 0 -1 1077944384 159 0 0 0 6 5 0 0 20 0 15 0 98508272 10916999168 139902 33554432000 4194304 4196468 140732846360816 139987985459984 139988380346069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20049920 140732846363768 140732846363913 140732846363913 140732846366671 0
[pid=14361/tid=14367] ppid=14358 vsize=10661132 memory=4134692831991786133 CPUtime=0.11 cores=1,3,5,7
/proc/14361/task/14367/stat : 14367 (java) S 14358 14361 14132 0 -1 1077944384 167 0 0 0 6 5 0 0 20 0 15 0 98508272 10916999168 139902 33554432000 4194304 4196468 140732846360816 139987984407440 139988380346069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20049920 140732846363768 140732846363913 140732846363913 140732846366671 0
[pid=14361/tid=14368] ppid=14358 vsize=10661132 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/14361/task/14368/stat : 14368 (java) S 14358 14361 14132 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 15 0 98508274 10916999168 139902 33554432000 4194304 4196468 140732846360816 139987685329136 139988380347010 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20049920 140732846363768 140732846363913 140732846363913 140732846366671 0

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

[startup+13.7828 s]
# the end of solver process 14361 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=28.4419 s, system=8.25099 s

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

[startup+12.801 s]
/proc/loadavg: 1.86 1.26 1.30 7/217 14376
/proc/meminfo: memFree=18249424/32770624 swapFree=67108860/67108860
[pid=14361] ppid=14358 vsize=10661132 memory=8257312 CPUtime=33.56 cores=1,3,5,7
/proc/14361/stat : 14361 (java) S 14358 14361 14132 0 -1 1077944320 353992 0 0 0 2541 815 0 0 20 0 15 0 98508271 10916999168 2064328 33554432000 4194304 4196468 140732846360816 140732846343360 139988380335863 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20049920 140732846363768 140732846363913 140732846363913 140732846366671 0
/proc/14361/statm: 2665283 2064328 3183 1 0 2627263 0
[pid=14361/tid=14363] ppid=14358 vsize=10661132 memory=15252670952770799 CPUtime=5.22 cores=1,3,5,7
/proc/14361/task/14363/stat : 14363 (java) S 14358 14361 14132 0 -1 1077944384 79343 0 0 0 504 18 0 0 20 0 15 0 98508272 10916999168 2064328 33554432000 4194304 4196468 140732846360816 139988384574544 139988380346069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20049920 140732846363768 140732846363913 140732846363913 140732846366671 0
[pid=14361/tid=14364] ppid=14358 vsize=10661132 memory=960 CPUtime=6.55 cores=1,3,5,7
/proc/14361/task/14364/stat : 14364 (java) R 14358 14361 14132 0 -1 4202560 123704 0 0 0 440 215 0 0 20 0 15 0 98508272 10916999168 2064328 33554432000 4194304 4196468 140732846360816 139987987565784 139988365035744 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20049920 140732846363768 140732846363913 140732846363913 140732846366671 0
[pid=14361/tid=14365] ppid=14358 vsize=10661132 memory=2340 CPUtime=6.58 cores=1,3,5,7
/proc/14361/task/14365/stat : 14365 (java) R 14358 14361 14132 0 -1 4202560 42817 0 0 0 465 193 0 0 20 0 15 0 98508272 10916999168 2064328 33554432000 4194304 4196468 140732846360816 139987986513160 139988372964071 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20049920 140732846363768 140732846363913 140732846363913 140732846366671 0
[pid=14361/tid=14366] ppid=14358 vsize=10661132 memory=0 CPUtime=6.5 cores=1,3,5,7
/proc/14361/task/14366/stat : 14366 (java) R 14358 14361 14132 0 -1 4202560 39388 0 0 0 474 176 0 0 20 0 15 0 98508272 10916999168 2064328 33554432000 4194304 4196468 140732846360816 139987985459792 139988372964071 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20049920 140732846363768 140732846363913 140732846363913 140732846366671 0
[pid=14361/tid=14367] ppid=14358 vsize=10661132 memory=0 CPUtime=6.55 cores=1,3,5,7
/proc/14361/task/14367/stat : 14367 (java) R 14358 14361 14132 0 -1 4202560 44618 0 0 0 450 205 0 0 20 0 15 0 98508272 10916999168 2064328 33554432000 4194304 4196468 140732846360816 139987984407248 139988372964071 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20049920 140732846363768 140732846363913 140732846363913 140732846366671 0
[pid=14361/tid=14368] ppid=14358 vsize=10661132 memory=0 CPUtime=0.41 cores=1,3,5,7
/proc/14361/task/14368/stat : 14368 (java) S 14358 14361 14132 0 -1 1077944384 13567 0 0 0 40 1 0 0 20 0 15 0 98508274 10916999168 2064328 33554432000 4194304 4196468 140732846360816 139987685327696 139988380346069 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20049920 140732846363768 140732846363913 140732846363913 140732846366671 0
[pid=14361/tid=14369] ppid=14358 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14361/task/14369/stat : 14369 (java) S 14358 14361 14132 0 -1 1077944384 110 0 0 0 0 0 0 0 20 0 15 0 98508274 10916999168 2064328 33554432000 4194304 4196468 140732846360816 139987684275424 139988380346069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20049920 140732846363768 140732846363913 140732846363913 140732846366671 0
[pid=14361/tid=14370] ppid=14358 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14361/task/14370/stat : 14370 (java) S 14358 14361 14132 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 15 0 98508274 10916999168 2064328 33554432000 4194304 4196468 140732846360816 139987683222256 139988380346069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20049920 140732846363768 140732846363913 140732846363913 140732846366671 0
[pid=14361/tid=14371] ppid=14358 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14361/task/14371/stat : 14371 (java) S 14358 14361 14132 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98508277 10916999168 2064328 33554432000 4194304 4196468 140732846360816 139987682170832 139988380354459 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20049920 140732846363768 140732846363913 140732846363913 140732846366671 0
[pid=14361/tid=14372] ppid=14358 vsize=10661132 memory=0 CPUtime=0.71 cores=1,3,5,7
/proc/14361/task/14372/stat : 14372 (java) S 14358 14361 14132 0 -1 1077944384 3508 0 0 0 70 1 0 0 20 0 15 0 98508277 10916999168 2064328 33554432000 4194304 4196468 140732846360816 139987278359280 139988380347010 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20049920 140732846363768 140732846363913 140732846363913 140732846366671 0
[pid=14361/tid=14373] ppid=14358 vsize=10661132 memory=56 CPUtime=0.67 cores=1,3,5,7
/proc/14361/task/14373/stat : 14373 (java) S 14358 14361 14132 0 -1 1077944384 3232 0 0 0 67 0 0 0 20 0 15 0 98508277 10916999168 2064328 33554432000 4194304 4196468 140732846360816 139987277306736 139988380347010 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20049920 140732846363768 140732846363913 140732846363913 140732846366671 0
[pid=14361/tid=14374] ppid=14358 vsize=10661132 memory=14753 CPUtime=0.28 cores=1,3,5,7
/proc/14361/task/14374/stat : 14374 (java) S 14358 14361 14132 0 -1 1077944384 2182 0 0 0 28 0 0 0 20 0 15 0 98508277 10916999168 2064328 33554432000 4194304 4196468 140732846360816 139987276253680 139988380347010 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20049920 140732846363768 140732846363913 140732846363913 140732846366671 0
[pid=14361/tid=14375] ppid=14358 vsize=10661132 memory=24357 CPUtime=0 cores=1,3,5,7
/proc/14361/task/14375/stat : 14375 (java) S 14358 14361 14132 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98508277 10916999168 2064328 33554432000 4194304 4196468 140732846360816 139987275201376 139988380346069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20049920 140732846363768 140732846363913 140732846363913 140732846366671 0
[pid=14361/tid=14376] ppid=14358 vsize=10661132 memory=-7357787915995474596 CPUtime=0 cores=1,3,5,7
/proc/14361/task/14376/stat : 14376 (java) S 14358 14361 14132 0 -1 1077944384 141 0 0 0 0 0 0 0 20 0 15 0 98508281 10916999168 2064328 33554432000 4194304 4196468 140732846360816 139987274148400 139988380347010 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 52 0 0 6293624 6294260 20049920 140732846363768 140732846363913 140732846363913 140732846366671 0
Current children cumulated CPU time: 33.56 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8257312 KiB

[startup+13.2007 s]
/proc/loadavg: 1.86 1.26 1.30 6/217 14376
/proc/meminfo: memFree=18249424/32770624 swapFree=67108860/67108860
[pid=14361] ppid=14358 vsize=10661132 memory=8257312 CPUtime=35.1 cores=1,3,5,7
/proc/14361/stat : 14361 (java) S 14358 14361 14132 0 -1 1077944320 389616 0 0 0 2693 817 0 0 20 0 15 0 98508271 10916999168 2064328 33554432000 4194304 4196468 140732846360816 140732846343360 139988380335863 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20049920 140732846363768 140732846363913 140732846363913 140732846366671 0
/proc/14361/statm: 2665283 2064328 3183 1 0 2627263 0
[pid=14361/tid=14363] ppid=14358 vsize=10661132 memory=14126762473305767 CPUtime=5.22 cores=1,3,5,7
/proc/14361/task/14363/stat : 14363 (java) S 14358 14361 14132 0 -1 1077944384 79343 0 0 0 504 18 0 0 20 0 15 0 98508272 10916999168 2064328 33554432000 4194304 4196468 140732846360816 139988384574544 139988380346069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20049920 140732846363768 140732846363913 140732846363913 140732846366671 0
[pid=14361/tid=14364] ppid=14358 vsize=10661132 memory=7011348500760777552 CPUtime=6.95 cores=1,3,5,7
/proc/14361/task/14364/stat : 14364 (java) R 14358 14361 14132 0 -1 4202560 159328 0 0 0 478 217 0 0 20 0 15 0 98508272 10916999168 2064328 33554432000 4194304 4196468 140732846360816 139987987565784 139988373435535 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20049920 140732846363768 140732846363913 140732846363913 140732846366671 0
[pid=14361/tid=14365] ppid=14358 vsize=10661132 memory=8099840935042967380 CPUtime=6.95 cores=1,3,5,7
/proc/14361/task/14365/stat : 14365 (java) R 14358 14361 14132 0 -1 4202560 42817 0 0 0 502 193 0 0 20 0 15 0 98508272 10916999168 2064328 33554432000 4194304 4196468 140732846360816 139987986513160 139988372964071 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20049920 140732846363768 140732846363913 140732846363913 140732846366671 0
[pid=14361/tid=14366] ppid=14358 vsize=10661132 memory=6083065038986700598 CPUtime=6.88 cores=1,3,5,7
/proc/14361/task/14366/stat : 14366 (java) S 14358 14361 14132 0 -1 1077944384 39388 0 0 0 512 176 0 0 20 0 15 0 98508272 10916999168 2064328 33554432000 4194304 4196468 140732846360816 139987985459792 139988380347010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20049920 140732846363768 140732846363913 140732846363913 140732846366671 0
[pid=14361/tid=14367] ppid=14358 vsize=10661132 memory=-6584361099449955520 CPUtime=6.93 cores=1,3,5,7
/proc/14361/task/14367/stat : 14367 (java) R 14358 14361 14132 0 -1 4202560 44618 0 0 0 488 205 0 0 20 0 15 0 98508272 10916999168 2064328 33554432000 4194304 4196468 140732846360816 139987984407248 139988372964071 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20049920 140732846363768 140732846363913 140732846363913 140732846366671 0
[pid=14361/tid=14368] ppid=14358 vsize=10661132 memory=6944657691966988345 CPUtime=0.41 cores=1,3,5,7
/proc/14361/task/14368/stat : 14368 (java) S 14358 14361 14132 0 -1 1077944384 13567 0 0 0 40 1 0 0 20 0 15 0 98508274 10916999168 2064328 33554432000 4194304 4196468 140732846360816 139987685327696 139988380346069 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20049920 140732846363768 140732846363913 140732846363913 140732846366671 0
[pid=14361/tid=14369] ppid=14358 vsize=10661132 memory=4206468019014099040 CPUtime=0 cores=1,3,5,7
/proc/14361/task/14369/stat : 14369 (java) S 14358 14361 14132 0 -1 1077944384 110 0 0 0 0 0 0 0 20 0 15 0 98508274 10916999168 2064328 33554432000 4194304 4196468 140732846360816 139987684275424 139988380346069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20049920 140732846363768 140732846363913 140732846363913 140732846366671 0
[pid=14361/tid=14370] ppid=14358 vsize=10661132 memory=-7595718147998060693 CPUtime=0 cores=1,3,5,7
/proc/14361/task/14370/stat : 14370 (java) S 14358 14361 14132 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 15 0 98508274 10916999168 2064328 33554432000 4194304 4196468 140732846360816 139987683222256 139988380346069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20049920 140732846363768 140732846363913 140732846363913 140732846366671 0
[pid=14361/tid=14371] ppid=14358 vsize=10661132 memory=-3756611412707075625 CPUtime=0 cores=1,3,5,7
/proc/14361/task/14371/stat : 14371 (java) S 14358 14361 14132 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98508277 10916999168 2064328 33554432000 4194304 4196468 140732846360816 139987682170832 139988380354459 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20049920 140732846363768 140732846363913 140732846363913 140732846366671 0
[pid=14361/tid=14372] ppid=14358 vsize=10661132 memory=6655300316396806192 CPUtime=0.71 cores=1,3,5,7
/proc/14361/task/14372/stat : 14372 (java) S 14358 14361 14132 0 -1 1077944384 3508 0 0 0 70 1 0 0 20 0 15 0 98508277 10916999168 2064328 33554432000 4194304 4196468 140732846360816 139987278359280 139988380347010 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20049920 140732846363768 140732846363913 140732846363913 140732846366671 0
[pid=14361/tid=14373] ppid=14358 vsize=10661132 memory=288230621820762315 CPUtime=0.67 cores=1,3,5,7
/proc/14361/task/14373/stat : 14373 (java) S 14358 14361 14132 0 -1 1077944384 3232 0 0 0 67 0 0 0 20 0 15 0 98508277 10916999168 2064328 33554432000 4194304 4196468 140732846360816 139987277306736 139988380347010 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20049920 140732846363768 140732846363913 140732846363913 140732846366671 0
[pid=14361/tid=14374] ppid=14358 vsize=10661132 memory=14693015256043893 CPUtime=0.28 cores=1,3,5,7
/proc/14361/task/14374/stat : 14374 (java) S 14358 14361 14132 0 -1 1077944384 2182 0 0 0 28 0 0 0 20 0 15 0 98508277 10916999168 2064328 33554432000 4194304 4196468 140732846360816 139987276253680 139988380347010 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20049920 140732846363768 140732846363913 140732846363913 140732846366671 0
[pid=14361/tid=14375] ppid=14358 vsize=10661132 memory=8257312 CPUtime=0 cores=1,3,5,7
/proc/14361/task/14375/stat : 14375 (java) S 14358 14361 14132 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98508277 10916999168 2064328 33554432000 4194304 4196468 140732846360816 139987275201376 139988380346069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20049920 140732846363768 140732846363913 140732846363913 140732846366671 0
[pid=14361/tid=14376] ppid=14358 vsize=10661132 memory=56 CPUtime=0 cores=1,3,5,7
/proc/14361/task/14376/stat : 14376 (java) S 14358 14361 14132 0 -1 1077944384 141 0 0 0 0 0 0 0 20 0 15 0 98508281 10916999168 2064328 33554432000 4194304 4196468 140732846360816 139987274148400 139988380347010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 52 0 0 6293624 6294260 20049920 140732846363768 140732846363913 140732846363913 140732846366671 0
Current children cumulated CPU time: 35.1 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8257312 KiB

[startup+13.6007 s]
/proc/loadavg: 1.86 1.26 1.30 6/217 14376
/proc/meminfo: memFree=18249424/32770624 swapFree=67108860/67108860
[pid=14361] ppid=14358 vsize=10661132 memory=8257480 CPUtime=36.41 cores=1,3,5,7
/proc/14361/stat : 14361 (java) S 14358 14361 14132 0 -1 1077944320 389988 0 0 0 2823 818 0 0 20 0 15 0 98508271 10916999168 2064370 33554432000 4194304 4196468 140732846360816 140732846343360 139988380335863 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20049920 140732846363768 140732846363913 140732846363913 140732846366671 0
/proc/14361/statm: 2665283 2064370 3183 1 0 2627263 0
[pid=14361/tid=14363] ppid=14358 vsize=10661132 memory=8546823402028195750 CPUtime=5.22 cores=1,3,5,7
/proc/14361/task/14363/stat : 14363 (java) S 14358 14361 14132 0 -1 1077944384 79344 0 0 0 504 18 0 0 20 0 15 0 98508272 10916999168 2064370 33554432000 4194304 4196468 140732846360816 139988384574544 139988380346069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20049920 140732846363768 140732846363913 140732846363913 140732846366671 0
[pid=14361/tid=14364] ppid=14358 vsize=10661132 memory=5495740422247797458 CPUtime=7.26 cores=1,3,5,7
/proc/14361/task/14364/stat : 14364 (java) S 14358 14361 14132 0 -1 1077944384 159394 0 0 0 509 217 0 0 20 0 15 0 98508272 10916999168 2064370 33554432000 4194304 4196468 140732846360816 139987987565584 139988380346069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20049920 140732846363768 140732846363913 140732846363913 140732846366671 0
[pid=14361/tid=14365] ppid=14358 vsize=10661132 memory=6791534058613427641 CPUtime=7.25 cores=1,3,5,7
/proc/14361/task/14365/stat : 14365 (java) S 14358 14361 14132 0 -1 1077944384 42817 0 0 0 532 193 0 0 20 0 15 0 98508272 10916999168 2064370 33554432000 4194304 4196468 140732846360816 139987986513040 139988380346069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20049920 140732846363768 140732846363913 140732846363913 140732846366671 0
[pid=14361/tid=14366] ppid=14358 vsize=10661132 memory=1840 CPUtime=7.18 cores=1,3,5,7
/proc/14361/task/14366/stat : 14366 (java) S 14358 14361 14132 0 -1 1077944384 39529 0 0 0 542 176 0 0 20 0 15 0 98508272 10916999168 2064370 33554432000 4194304 4196468 140732846360816 139987985459984 139988380346069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20049920 140732846363768 140732846363913 140732846363913 140732846366671 0
[pid=14361/tid=14367] ppid=14358 vsize=10661132 memory=1004 CPUtime=7.23 cores=1,3,5,7
/proc/14361/task/14367/stat : 14367 (java) S 14358 14361 14132 0 -1 1077944384 44618 0 0 0 518 205 0 0 20 0 15 0 98508272 10916999168 2064370 33554432000 4194304 4196468 140732846360816 139987984407440 139988380346069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20049920 140732846363768 140732846363913 140732846363913 140732846366671 0
[pid=14361/tid=14368] ppid=14358 vsize=10661132 memory=12060 CPUtime=0.5 cores=1,3,5,7
/proc/14361/task/14368/stat : 14368 (java) R 14358 14361 14132 0 -1 4202560 13730 0 0 0 49 1 0 0 20 0 15 0 98508274 10916999168 2064370 33554432000 4194304 4196468 140732846360816 139987685327472 139988380357210 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20049920 140732846363768 140732846363913 140732846363913 140732846366671 0
[pid=14361/tid=14369] ppid=14358 vsize=10661132 memory=5788 CPUtime=0 cores=1,3,5,7
/proc/14361/task/14369/stat : 14369 (java) S 14358 14361 14132 0 -1 1077944384 111 0 0 0 0 0 0 0 20 0 15 0 98508274 10916999168 2064370 33554432000 4194304 4196468 140732846360816 139987684275328 139988380346069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20049920 140732846363768 140732846363913 140732846363913 140732846366671 0
[pid=14361/tid=14370] ppid=14358 vsize=10661132 memory=792 CPUtime=0 cores=1,3,5,7
/proc/14361/task/14370/stat : 14370 (java) S 14358 14361 14132 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 15 0 98508274 10916999168 2064370 33554432000 4194304 4196468 140732846360816 139987683222256 139988380346069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20049920 140732846363768 140732846363913 140732846363913 140732846366671 0
[pid=14361/tid=14371] ppid=14358 vsize=10661132 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/14361/task/14371/stat : 14371 (java) S 14358 14361 14132 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98508277 10916999168 2064370 33554432000 4194304 4196468 140732846360816 139987682170832 139988380354459 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20049920 140732846363768 140732846363913 140732846363913 140732846366671 0
[pid=14361/tid=14372] ppid=14358 vsize=10661132 memory=1944 CPUtime=0.71 cores=1,3,5,7
/proc/14361/task/14372/stat : 14372 (java) S 14358 14361 14132 0 -1 1077944384 3508 0 0 0 70 1 0 0 20 0 15 0 98508277 10916999168 2064370 33554432000 4194304 4196468 140732846360816 139987278359280 139988380347010 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20049920 140732846363768 140732846363913 140732846363913 140732846366671 0
[pid=14361/tid=14373] ppid=14358 vsize=10661132 memory=1416 CPUtime=0.67 cores=1,3,5,7
/proc/14361/task/14373/stat : 14373 (java) S 14358 14361 14132 0 -1 1077944384 3232 0 0 0 67 0 0 0 20 0 15 0 98508277 10916999168 2064370 33554432000 4194304 4196468 140732846360816 139987277306736 139988380347010 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20049920 140732846363768 140732846363913 140732846363913 140732846366671 0
[pid=14361/tid=14374] ppid=14358 vsize=10661132 memory=34 CPUtime=0.28 cores=1,3,5,7
/proc/14361/task/14374/stat : 14374 (java) S 14358 14361 14132 0 -1 1077944384 2182 0 0 0 28 0 0 0 20 0 15 0 98508277 10916999168 2064370 33554432000 4194304 4196468 140732846360816 139987276253680 139988380347010 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20049920 140732846363768 140732846363913 140732846363913 140732846366671 0
[pid=14361/tid=14375] ppid=14358 vsize=10661132 memory=231 CPUtime=0 cores=1,3,5,7
/proc/14361/task/14375/stat : 14375 (java) S 14358 14361 14132 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98508277 10916999168 2064370 33554432000 4194304 4196468 140732846360816 139987275201376 139988380346069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20049920 140732846363768 140732846363913 140732846363913 140732846366671 0
[pid=14361/tid=14376] ppid=14358 vsize=10661132 memory=477 CPUtime=0 cores=1,3,5,7
/proc/14361/task/14376/stat : 14376 (java) S 14358 14361 14132 0 -1 1077944384 141 0 0 0 0 0 0 0 20 0 15 0 98508281 10916999168 2064370 33554432000 4194304 4196468 140732846360816 139987274148400 139988380347010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 52 0 0 6293624 6294260 20049920 140732846363768 140732846363913 140732846363913 140732846366671 0
Current children cumulated CPU time: 36.41 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8257480 KiB

[startup+13.7008 s]
/proc/loadavg: 1.86 1.26 1.30 6/217 14376
/proc/meminfo: memFree=18249424/32770624 swapFree=67108860/67108860
[pid=14361] ppid=14358 vsize=10661132 memory=8257484 CPUtime=36.6 cores=1,3,5,7
/proc/14361/stat : 14361 (java) S 14358 14361 14132 0 -1 1077944320 390190 0 0 0 2842 818 0 0 20 0 15 0 98508271 10916999168 2064371 33554432000 4194304 4196468 140732846360816 140732846343360 139988380335863 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20049920 140732846363768 140732846363913 140732846363913 140732846366671 0
/proc/14361/statm: 2665283 2064371 3184 1 0 2627263 0
[pid=14361/tid=14363] ppid=14358 vsize=10661132 memory=0 CPUtime=5.22 cores=1,3,5,7
/proc/14361/task/14363/stat : 14363 (java) S 14358 14361 14132 0 -1 1077944384 79396 0 0 0 504 18 0 0 20 0 15 0 98508272 10916999168 2064371 33554432000 4194304 4196468 140732846360816 139988384575536 139988380346069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20049920 140732846363768 140732846363913 140732846363913 140732846366671 0
[pid=14361/tid=14364] ppid=14358 vsize=10661132 memory=8257480 CPUtime=7.29 cores=1,3,5,7
/proc/14361/task/14364/stat : 14364 (java) S 14358 14361 14132 0 -1 1077944384 159516 0 0 0 512 217 0 0 20 0 15 0 98508272 10916999168 2064371 33554432000 4194304 4196468 140732846360816 139987987565584 139988380346069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20049920 140732846363768 140732846363913 140732846363913 140732846366671 0
[pid=14361/tid=14365] ppid=14358 vsize=10661132 memory=8257312 CPUtime=7.28 cores=1,3,5,7
/proc/14361/task/14365/stat : 14365 (java) S 14358 14361 14132 0 -1 1077944384 42817 0 0 0 535 193 0 0 20 0 15 0 98508272 10916999168 2064371 33554432000 4194304 4196468 140732846360816 139987986513040 139988380346069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20049920 140732846363768 140732846363913 140732846363913 140732846366671 0
[pid=14361/tid=14366] ppid=14358 vsize=10661132 memory=6988784 CPUtime=7.21 cores=1,3,5,7
/proc/14361/task/14366/stat : 14366 (java) S 14358 14361 14132 0 -1 1077944384 39534 0 0 0 545 176 0 0 20 0 15 0 98508272 10916999168 2064371 33554432000 4194304 4196468 140732846360816 139987985459984 139988380346069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20049920 140732846363768 140732846363913 140732846363913 140732846366671 0
[pid=14361/tid=14367] ppid=14358 vsize=10661132 memory=7811044310603950144 CPUtime=7.26 cores=1,3,5,7
/proc/14361/task/14367/stat : 14367 (java) S 14358 14361 14132 0 -1 1077944384 44624 0 0 0 521 205 0 0 20 0 15 0 98508272 10916999168 2064371 33554432000 4194304 4196468 140732846360816 139987984407440 139988380346069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20049920 140732846363768 140732846363913 140732846363913 140732846366671 0
[pid=14361/tid=14368] ppid=14358 vsize=10661132 memory=935500 CPUtime=0.57 cores=1,3,5,7
/proc/14361/task/14368/stat : 14368 (java) R 14358 14361 14132 0 -1 4202560 13732 0 0 0 56 1 0 0 20 0 15 0 98508274 10916999168 2064371 33554432000 4194304 4196468 140732846360816 139987685327680 139988358706043 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20049920 140732846363768 140732846363913 140732846363913 140732846366671 0
[pid=14361/tid=14369] ppid=14358 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14361/task/14369/stat : 14369 (java) S 14358 14361 14132 0 -1 1077944384 111 0 0 0 0 0 0 0 20 0 15 0 98508274 10916999168 2064371 33554432000 4194304 4196468 140732846360816 139987684275424 139988380346069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20049920 140732846363768 140732846363913 140732846363913 140732846366671 0
[pid=14361/tid=14370] ppid=14358 vsize=10661132 memory=7523748 CPUtime=0 cores=1,3,5,7
/proc/14361/task/14370/stat : 14370 (java) S 14358 14361 14132 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 15 0 98508274 10916999168 2064371 33554432000 4194304 4196468 140732846360816 139987683222256 139988380346069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20049920 140732846363768 140732846363913 140732846363913 140732846366671 0
[pid=14361/tid=14371] ppid=14358 vsize=10661132 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/14361/task/14371/stat : 14371 (java) S 14358 14361 14132 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98508277 10916999168 2064371 33554432000 4194304 4196468 140732846360816 139987682170832 139988380354459 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20049920 140732846363768 140732846363913 140732846363913 140732846366671 0
[pid=14361/tid=14372] ppid=14358 vsize=10661132 memory=5400128 CPUtime=0.71 cores=1,3,5,7
/proc/14361/task/14372/stat : 14372 (java) S 14358 14361 14132 0 -1 1077944384 3508 0 0 0 70 1 0 0 20 0 15 0 98508277 10916999168 2064371 33554432000 4194304 4196468 140732846360816 139987278359280 139988380347010 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20049920 140732846363768 140732846363913 140732846363913 140732846366671 0
[pid=14361/tid=14373] ppid=14358 vsize=10661132 memory=446 CPUtime=0.67 cores=1,3,5,7
/proc/14361/task/14373/stat : 14373 (java) S 14358 14361 14132 0 -1 1077944384 3232 0 0 0 67 0 0 0 20 0 15 0 98508277 10916999168 2064371 33554432000 4194304 4196468 140732846360816 139987277306736 139988380347010 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20049920 140732846363768 140732846363913 140732846363913 140732846366671 0
[pid=14361/tid=14374] ppid=14358 vsize=10661132 memory=4028 CPUtime=0.28 cores=1,3,5,7
/proc/14361/task/14374/stat : 14374 (java) S 14358 14361 14132 0 -1 1077944384 2197 0 0 0 28 0 0 0 20 0 15 0 98508277 10916999168 2064371 33554432000 4194304 4196468 140732846360816 139987276253248 139988380346069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20049920 140732846363768 140732846363913 140732846363913 140732846366671 0
[pid=14361/tid=14375] ppid=14358 vsize=10661132 memory=28388 CPUtime=0 cores=1,3,5,7
/proc/14361/task/14375/stat : 14375 (java) S 14358 14361 14132 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98508277 10916999168 2064371 33554432000 4194304 4196468 140732846360816 139987275201376 139988380346069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20049920 140732846363768 140732846363913 140732846363913 140732846366671 0
[pid=14361/tid=14376] ppid=14358 vsize=10661132 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/14361/task/14376/stat : 14376 (java) S 14358 14361 14132 0 -1 1077944384 141 0 0 0 0 0 0 0 20 0 15 0 98508281 10916999168 2064371 33554432000 4194304 4196468 140732846360816 139987274148400 139988380347010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 52 0 0 6293624 6294260 20049920 140732846363768 140732846363913 140732846363913 140732846366671 0
Current children cumulated CPU time: 36.6 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 8257484 KiB

Child status: 1
Real time (s): 13.7829
CPU time (s): 36.6929
CPU user time (s): 28.4419
CPU system time (s): 8.25099
CPU usage (%): 266.22
Max. virtual memory (cumulated for all children) (KiB): 10661164
Max. memory (cumulated for all children) (KiB): 8257484

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 28.4419
system time used= 8.25099
maximum resident set size= 8257484
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 390280
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7952
involuntary context switches= 348


# summary of solver processes directly reported to runsolver:
#   pid: 14361
#   total CPU time (s): 36.6929
#   total CPU user time (s): 28.4419
#   total CPU system time (s): 8.25099

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.120789 second user time and 0.180105 second system time

The end

Launcher Data

Begin job on node151 at 2018-07-28 22:24:11
IDJOB=4299257
IDBENCH=141315
IDSOLVER=2768
FILE ID=node151/4299257-1532809450
RUNJOBID= node151-1532809404-14164
PBS_JOBID= 21022477
Free space on /tmp= 54884 MiB

SOLVER NAME= The dodo solver 2018-04-29
BENCH NAME= XCSP18/CrosswordDesign/CrosswordDesign-11-4-rom_c18.xml
COMMAND LINE= java -jar DIR/dodo_solver.jar BENCHNAME --timelimit TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4299257-1532809450/watcher-4299257-1532809450 -o /tmp/evaluation-result-4299257-1532809450/solver-4299257-1532809450 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532809404-14164 --watchdog 2580  java -jar HOME/dodo_solver.jar HOME/instance-4299257-1532809450.xml --timelimit 2520

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

MD5SUM BENCH= 63b9378ece2d6066ad6e61da47f93b8a
RANDOM SEED=272697225

node151.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.87
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.87
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.87
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.87
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:        26519016 kB
MemAvailable:   30275048 kB
Buffers:          195720 kB
Cached:          3829212 kB
SwapCached:            0 kB
Active:          3163188 kB
Inactive:        2606368 kB
Active(anon):    1694348 kB
Inactive(anon):    78192 kB
Active(file):    1468840 kB
Inactive(file):  2528176 kB
Unevictable:        7804 kB
Mlocked:            7804 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             44580 kB
Writeback:             0 kB
AnonPages:       1793236 kB
Mapped:            55000 kB
Shmem:             25224 kB
Slab:             177888 kB
SReclaimable:     149700 kB
SUnreclaim:        28188 kB
KernelStack:        3776 kB
PageTables:         8820 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4285180 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1683456 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= 54880 MiB
End job on node151 at 2018-07-28 22:24:25