Trace number 4299249

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
SuperSolver_Macq_Stevenart 2018-04-27? 63.2461 25.8765

General information on the benchmark

NameCrosswordDesign/
CrosswordDesign-15-4-rom_c18.xml
MD5SUM11fd43c8e45d476b85885954fcb4d1ec
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark43
Best CPU time to get the best result obtained on this benchmark2520.11
Satisfiable
(Un)Satisfiability was proved
Number of variables585
Number of constraints120
Number of domains5
Minimum domain size2
Maximum domain size133790
Distribution of domain sizes[{"size":2,"count":30},{"size":16,"count":210},{"size":27,"count":225},{"size":133790,"count":120}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":150},{"degree":2,"count":210},{"degree":8,"count":225}]
Minimum constraint arity18
Maximum constraint arity19
Distribution of constraint arities[{"arity":18,"count":30},{"arity":19,"count":90}]
Number of extensional constraints120
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":120}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

0.12/0.13	c version: 2018-04-11
0.12/0.13	c seed: 1811631
0.12/0.13	c timeout: -1
0.12/0.13	c memlimit: -1
0.12/0.13	c nbcore: -1
63.04/25.71	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
63.04/25.71		at java.util.Arrays.copyOf(Arrays.java:3308)
63.04/25.71		at java.util.BitSet.ensureCapacity(BitSet.java:337)
63.04/25.71		at java.util.BitSet.expandTo(BitSet.java:352)
63.04/25.71		at java.util.BitSet.set(BitSet.java:447)
63.04/25.71		at minicp.engine.constraints.ShortTableCT.<init>(ShortTableCT.java:63)
63.04/25.71		at xcsp3.XCSP3.buildCtrExtension(XCSP3.java:141)
63.04/25.71		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:306)
63.16/25.80		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:167)
63.16/25.80		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
63.16/25.80		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
63.16/25.80		at org.xcsp.parser.XCallbacks$$Lambda$86/861842890.accept(Unknown Source)
63.16/25.80		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
63.16/25.80		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
63.16/25.80		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
63.16/25.80		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:462)
63.16/25.80		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
63.16/25.80		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
63.16/25.80		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
63.16/25.80		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
63.16/25.80		at xcsp3.XCSP3.<init>(XCSP3.java:73)
63.16/25.80		at xcsp3.CompetitionApp.runSolver(CompetitionApp.java:63)
63.16/25.80		at xcsp3.CompetitionApp.main(CompetitionApp.java:51)
63.16/25.80	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 (7203 MiB free)
  memory of node 1: 16384 MiB (13476 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4299249-1532820374/watcher-4299249-1532820374 -o /tmp/evaluation-result-4299249-1532820374/solver-4299249-1532820374 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1532808819-31439 --watchdog 2580 java -jar HOME/bestMinicp.jar HOME/instance-4299249-1532820374.xml 

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=1623, runsolver pid=1620


[startup+0.100059 s]*
/proc/loadavg: 2.47 1.77 1.51 5/219 1638
/proc/meminfo: memFree=21159656/32770624 swapFree=67108856/67108860
[pid=1623] ppid=1620 vsize=10661052 memory=27352 CPUtime=0.12 cores=1,3,5,7
/proc/1623/stat : 1623 (java) S 1620 1623 31407 0 -1 1077944320 5273 0 0 0 11 1 0 0 20 0 15 0 99600774 10916917248 6838 33554432000 4194304 4196468 140736873972336 140736873954880 139739453386487 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14131200 140736873976970 140736873977097 140736873977097 140736873979855 0
/proc/1623/statm: 2665263 6838 2857 1 0 2627263 0
[pid=1623/tid=1625] ppid=1620 vsize=10661052 memory=-8171376296011865461 CPUtime=0.09 cores=1,3,5,7
/proc/1623/task/1625/stat : 1625 (java) R 1620 1623 31407 0 -1 4202560 3143 0 0 0 9 0 0 0 20 0 15 0 99600774 10916917248 6904 33554432000 4194304 4196468 140736873972336 139739457609072 139739453398422 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14131200 140736873976970 140736873977097 140736873977097 140736873979855 0
[pid=1623/tid=1626] ppid=1620 vsize=10661052 memory=7948963741541478447 CPUtime=0 cores=1,3,5,7
/proc/1623/task/1626/stat : 1626 (java) S 1620 1623 31407 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99600775 10916917248 6904 33554432000 4194304 4196468 140736873972336 139739379460368 139739453396693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14131200 140736873976970 140736873977097 140736873977097 140736873979855 0
[pid=1623/tid=1627] ppid=1620 vsize=10661052 memory=139631382132352 CPUtime=0 cores=1,3,5,7
/proc/1623/task/1627/stat : 1627 (java) S 1620 1623 31407 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99600775 10916917248 6904 33554432000 4194304 4196468 140736873972336 139739059448208 139739453396693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14131200 140736873976970 140736873977097 140736873977097 140736873979855 0
[pid=1623/tid=1628] ppid=1620 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1623/task/1628/stat : 1628 (java) S 1620 1623 31407 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99600775 10916917248 6904 33554432000 4194304 4196468 140736873972336 139739058395664 139739453396693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14131200 140736873976970 140736873977097 140736873977097 140736873979855 0
[pid=1623/tid=1629] ppid=1620 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1623/task/1629/stat : 1629 (java) S 1620 1623 31407 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99600775 10916917248 6904 33554432000 4194304 4196468 140736873972336 139739057343120 139739453396693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14131200 140736873976970 140736873977097 140736873977097 140736873979855 0
[pid=1623/tid=1630] ppid=1620 vsize=10661052 memory=139631382132352 CPUtime=0 cores=1,3,5,7
/proc/1623/task/1630/stat : 1630 (java) S 1620 1623 31407 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99600776 10916917248 6904 33554432000 4194304 4196468 140736873972336 139738945952240 139739453397634 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14131200 140736873976970 140736873977097 140736873977097 140736873979855 0
[pid=1623/tid=1631] ppid=1620 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1623/task/1631/stat : 1631 (java) S 1620 1623 31407 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 99600777 10916917248 6904 33554432000 4194304 4196468 140736873972336 139738944898464 139739453396693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14131200 140736873976970 140736873977097 140736873977097 140736873979855 0
[pid=1623/tid=1632] ppid=1620 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1623/task/1632/stat : 1632 (java) S 1620 1623 31407 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 99600777 10916917248 6904 33554432000 4194304 4196468 140736873972336 139738943845872 139739453396693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14131200 140736873976970 140736873977097 140736873977097 140736873979855 0
[pid=1623/tid=1633] ppid=1620 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1623/task/1633/stat : 1633 (java) S 1620 1623 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99600780 10916917248 6904 33554432000 4194304 4196468 140736873972336 139738942794448 139739453405083 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14131200 140736873976970 140736873977097 140736873977097 140736873979855 0
[pid=1623/tid=1634] ppid=1620 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1623/task/1634/stat : 1634 (java) S 1620 1623 31407 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 15 0 99600780 10916917248 6904 33554432000 4194304 4196468 140736873972336 139738941741040 139739453397634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14131200 140736873976970 140736873977097 140736873977097 140736873979855 0
[pid=1623/tid=1635] ppid=1620 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1623/task/1635/stat : 1635 (java) R 1620 1623 31407 0 -1 4202560 164 0 0 0 0 0 0 0 20 0 15 0 99600780 10916917248 6904 33554432000 4194304 4196468 140736873972336 139738940669400 139739436822225 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14131200 140736873976970 140736873977097 140736873977097 140736873979855 0
[pid=1623/tid=1636] ppid=1620 vsize=10661052 memory=139631382132352 CPUtime=0.02 cores=1,3,5,7
/proc/1623/task/1636/stat : 1636 (java) R 1620 1623 31407 0 -1 4202560 338 0 0 0 2 0 0 0 20 0 15 0 99600780 10916917248 6904 33554432000 4194304 4196468 140736873972336 139738939635952 139739437916750 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14131200 140736873976970 140736873977097 140736873977097 140736873979855 0
[pid=1623/tid=1637] ppid=1620 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1623/task/1637/stat : 1637 (java) S 1620 1623 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99600780 10916917248 6904 33554432000 4194304 4196468 140736873972336 139738938583648 139739453396693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14131200 140736873976970 140736873977097 140736873977097 140736873979855 0
[pid=1623/tid=1638] ppid=1620 vsize=10661052 memory=139631382132352 CPUtime=0 cores=1,3,5,7
/proc/1623/task/1638/stat : 1638 (java) S 1620 1623 31407 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99600780 10916917248 6904 33554432000 4194304 4196468 140736873972336 139738937531184 139739453397634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14131200 140736873976970 140736873977097 140736873977097 140736873979855 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 27352 KiB

[startup+0.210836 s]*
/proc/loadavg: 2.47 1.77 1.51 4/219 1638
/proc/meminfo: memFree=21147500/32770624 swapFree=67108856/67108860
[pid=1623] ppid=1620 vsize=10661052 memory=40204 CPUtime=0.34 cores=1,3,5,7
/proc/1623/stat : 1623 (java) S 1620 1623 31407 0 -1 1077944320 8098 0 0 0 32 2 0 0 20 0 15 0 99600774 10916917248 10051 33554432000 4194304 4196468 140736873972336 140736873954880 139739453386487 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14131200 140736873976970 140736873977097 140736873977097 140736873979855 0
/proc/1623/statm: 2665263 10051 3009 1 0 2627263 0
[pid=1623/tid=1625] ppid=1620 vsize=10661052 memory=8389772277269004345 CPUtime=0.2 cores=1,3,5,7
/proc/1623/task/1625/stat : 1625 (java) R 1620 1623 31407 0 -1 4202560 5102 0 0 0 19 1 0 0 20 0 15 0 99600774 10916917248 10183 33554432000 4194304 4196468 140736873972336 139739457618184 139739453408413 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14131200 140736873976970 140736873977097 140736873977097 140736873979855 0
[pid=1623/tid=1626] ppid=1620 vsize=10661052 memory=4294967639 CPUtime=0 cores=1,3,5,7
/proc/1623/task/1626/stat : 1626 (java) S 1620 1623 31407 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99600775 10916917248 10183 33554432000 4194304 4196468 140736873972336 139739379460368 139739453396693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14131200 140736873976970 140736873977097 140736873977097 140736873979855 0
[pid=1623/tid=1627] ppid=1620 vsize=10661052 memory=139631382672661 CPUtime=0 cores=1,3,5,7
/proc/1623/task/1627/stat : 1627 (java) S 1620 1623 31407 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99600775 10916917248 10183 33554432000 4194304 4196468 140736873972336 139739059448208 139739453396693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14131200 140736873976970 140736873977097 140736873977097 140736873979855 0
[pid=1623/tid=1628] ppid=1620 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1623/task/1628/stat : 1628 (java) S 1620 1623 31407 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99600775 10916917248 10183 33554432000 4194304 4196468 140736873972336 139739058395664 139739453396693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14131200 140736873976970 140736873977097 140736873977097 140736873979855 0
[pid=1623/tid=1629] ppid=1620 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1623/task/1629/stat : 1629 (java) S 1620 1623 31407 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99600775 10916917248 10183 33554432000 4194304 4196468 140736873972336 139739057343120 139739453396693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14131200 140736873976970 140736873977097 140736873977097 140736873979855 0
[pid=1623/tid=1630] ppid=1620 vsize=10661052 memory=139631382132352 CPUtime=0 cores=1,3,5,7
/proc/1623/task/1630/stat : 1630 (java) S 1620 1623 31407 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99600776 10916917248 10183 33554432000 4194304 4196468 140736873972336 139738945952240 139739453397634 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14131200 140736873976970 140736873977097 140736873977097 140736873979855 0
[pid=1623/tid=1631] ppid=1620 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1623/task/1631/stat : 1631 (java) S 1620 1623 31407 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 99600777 10916917248 10183 33554432000 4194304 4196468 140736873972336 139738944898464 139739453396693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14131200 140736873976970 140736873977097 140736873977097 140736873979855 0
[pid=1623/tid=1632] ppid=1620 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1623/task/1632/stat : 1632 (java) S 1620 1623 31407 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 99600777 10916917248 10183 33554432000 4194304 4196468 140736873972336 139738943845872 139739453396693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14131200 140736873976970 140736873977097 140736873977097 140736873979855 0
[pid=1623/tid=1633] ppid=1620 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1623/task/1633/stat : 1633 (java) S 1620 1623 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99600780 10916917248 10183 33554432000 4194304 4196468 140736873972336 139738942794448 139739453405083 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14131200 140736873976970 140736873977097 140736873977097 140736873979855 0
[pid=1623/tid=1634] ppid=1620 vsize=10661052 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/1623/task/1634/stat : 1634 (java) R 1620 1623 31407 0 -1 4202560 409 0 0 0 2 0 0 0 20 0 15 0 99600780 10916917248 10183 33554432000 4194304 4196468 140736873972336 139738941741040 139739453407834 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14131200 140736873976970 140736873977097 140736873977097 140736873979855 0
[pid=1623/tid=1635] ppid=1620 vsize=10661052 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/1623/task/1635/stat : 1635 (java) R 1620 1623 31407 0 -1 4202560 602 0 0 0 2 0 0 0 20 0 15 0 99600780 10916917248 10183 33554432000 4194304 4196468 140736873972336 139738940688496 139739445623614 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14131200 140736873976970 140736873977097 140736873977097 140736873979855 0
[pid=1623/tid=1636] ppid=1620 vsize=10661052 memory=139631382132352 CPUtime=0.07 cores=1,3,5,7
/proc/1623/task/1636/stat : 1636 (java) S 1620 1623 31407 0 -1 1077944384 747 0 0 0 7 0 0 0 20 0 15 0 99600780 10916917248 10183 33554432000 4194304 4196468 140736873972336 139738939635952 139739453397634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14131200 140736873976970 140736873977097 140736873977097 140736873979855 0
[pid=1623/tid=1637] ppid=1620 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1623/task/1637/stat : 1637 (java) S 1620 1623 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99600780 10916917248 10183 33554432000 4194304 4196468 140736873972336 139738938583648 139739453396693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14131200 140736873976970 140736873977097 140736873977097 140736873979855 0
[pid=1623/tid=1638] ppid=1620 vsize=10661052 memory=139631382132352 CPUtime=0 cores=1,3,5,7
/proc/1623/task/1638/stat : 1638 (java) S 1620 1623 31407 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99600780 10916917248 10183 33554432000 4194304 4196468 140736873972336 139738937531184 139739453397634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14131200 140736873976970 140736873977097 140736873977097 140736873979855 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 40204 KiB

[startup+0.310711 s]*
/proc/loadavg: 2.47 1.77 1.51 4/219 1638
/proc/meminfo: memFree=21091212/32770624 swapFree=67108856/67108860
[pid=1623] ppid=1620 vsize=10661052 memory=102400 CPUtime=0.49 cores=1,3,5,7
/proc/1623/stat : 1623 (java) S 1620 1623 31407 0 -1 1077944320 8344 0 0 0 45 4 0 0 20 0 15 0 99600774 10916917248 25600 33554432000 4194304 4196468 140736873972336 140736873954880 139739453386487 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14131200 140736873976970 140736873977097 140736873977097 140736873979855 0
/proc/1623/statm: 2665263 25600 3019 1 0 2627263 0
[pid=1623/tid=1625] ppid=1620 vsize=10661052 memory=6935054825532540783 CPUtime=0.3 cores=1,3,5,7
/proc/1623/task/1625/stat : 1625 (java) R 1620 1623 31407 0 -1 4202560 5146 0 0 0 27 3 0 0 20 0 15 0 99600774 10916917248 26112 33554432000 4194304 4196468 140736873972336 139739457618184 139739453408413 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14131200 140736873976970 140736873977097 140736873977097 140736873979855 0
[pid=1623/tid=1626] ppid=1620 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1623/task/1626/stat : 1626 (java) S 1620 1623 31407 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99600775 10916917248 26112 33554432000 4194304 4196468 140736873972336 139739379460368 139739453396693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14131200 140736873976970 140736873977097 140736873977097 140736873979855 0
[pid=1623/tid=1627] ppid=1620 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1623/task/1627/stat : 1627 (java) S 1620 1623 31407 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99600775 10916917248 26112 33554432000 4194304 4196468 140736873972336 139739059448208 139739453396693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14131200 140736873976970 140736873977097 140736873977097 140736873979855 0
[pid=1623/tid=1628] ppid=1620 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1623/task/1628/stat : 1628 (java) S 1620 1623 31407 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99600775 10916917248 26112 33554432000 4194304 4196468 140736873972336 139739058395664 139739453396693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14131200 140736873976970 140736873977097 140736873977097 140736873979855 0
[pid=1623/tid=1629] ppid=1620 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1623/task/1629/stat : 1629 (java) S 1620 1623 31407 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99600775 10916917248 26112 33554432000 4194304 4196468 140736873972336 139739057343120 139739453396693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14131200 140736873976970 140736873977097 140736873977097 140736873979855 0
[pid=1623/tid=1630] ppid=1620 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1623/task/1630/stat : 1630 (java) S 1620 1623 31407 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99600776 10916917248 26112 33554432000 4194304 4196468 140736873972336 139738945952240 139739453397634 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14131200 140736873976970 140736873977097 140736873977097 140736873979855 0
[pid=1623/tid=1631] ppid=1620 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1623/task/1631/stat : 1631 (java) S 1620 1623 31407 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 99600777 10916917248 26112 33554432000 4194304 4196468 140736873972336 139738944898464 139739453396693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14131200 140736873976970 140736873977097 140736873977097 140736873979855 0
[pid=1623/tid=1632] ppid=1620 vsize=10661052 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/1623/task/1632/stat : 1632 (java) S 1620 1623 31407 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 99600777 10916917248 26112 33554432000 4194304 4196468 140736873972336 139738943845872 139739453396693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14131200 140736873976970 140736873977097 140736873977097 140736873979855 0
[pid=1623/tid=1633] ppid=1620 vsize=10661052 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/1623/task/1633/stat : 1633 (java) S 1620 1623 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99600780 10916917248 26112 33554432000 4194304 4196468 140736873972336 139738942794448 139739453405083 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14131200 140736873976970 140736873977097 140736873977097 140736873979855 0
[pid=1623/tid=1634] ppid=1620 vsize=10661052 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/1623/task/1634/stat : 1634 (java) R 1620 1623 31407 0 -1 4202560 437 0 0 0 4 0 0 0 20 0 15 0 99600780 10916917248 26112 33554432000 4194304 4196468 140736873972336 139738941741040 139739431412370 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14131200 140736873976970 140736873977097 140736873977097 140736873979855 0
[pid=1623/tid=1635] ppid=1620 vsize=10661052 memory=139631265950159 CPUtime=0.04 cores=1,3,5,7
/proc/1623/task/1635/stat : 1635 (java) S 1620 1623 31407 0 -1 1077944384 615 0 0 0 4 0 0 0 20 0 15 0 99600780 10916917248 26112 33554432000 4194304 4196468 140736873972336 139738940688496 139739453397634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14131200 140736873976970 140736873977097 140736873977097 140736873979855 0
[pid=1623/tid=1636] ppid=1620 vsize=10661052 memory=139631382133943 CPUtime=0.09 cores=1,3,5,7
/proc/1623/task/1636/stat : 1636 (java) S 1620 1623 31407 0 -1 1077944384 778 0 0 0 9 0 0 0 20 0 15 0 99600780 10916917248 26112 33554432000 4194304 4196468 140736873972336 139738939635952 139739453397634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14131200 140736873976970 140736873977097 140736873977097 140736873979855 0
[pid=1623/tid=1637] ppid=1620 vsize=10661052 memory=139631265940943 CPUtime=0 cores=1,3,5,7
/proc/1623/task/1637/stat : 1637 (java) S 1620 1623 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99600780 10916917248 26112 33554432000 4194304 4196468 140736873972336 139738938583648 139739453396693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14131200 140736873976970 140736873977097 140736873977097 140736873979855 0
[pid=1623/tid=1638] ppid=1620 vsize=10661052 memory=279262648113120 CPUtime=0 cores=1,3,5,7
/proc/1623/task/1638/stat : 1638 (java) S 1620 1623 31407 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99600780 10916917248 26112 33554432000 4194304 4196468 140736873972336 139738937531184 139739453397634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14131200 140736873976970 140736873977097 140736873977097 140736873979855 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 102400 KiB

[startup+0.701253 s]
/proc/loadavg: 2.47 1.77 1.51 5/219 1638
/proc/meminfo: memFree=20897400/32770624 swapFree=67108856/67108860
[pid=1623] ppid=1620 vsize=10661052 memory=485004 CPUtime=1.54 cores=1,3,5,7
/proc/1623/stat : 1623 (java) S 1620 1623 31407 0 -1 1077944320 12352 0 0 0 121 33 0 0 20 0 15 0 99600774 10916917248 121251 33554432000 4194304 4196468 140736873972336 140736873954880 139739453386487 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14131200 140736873976970 140736873977097 140736873977097 140736873979855 0
/proc/1623/statm: 2665263 121251 3081 1 0 2627263 0
[pid=1623/tid=1625] ppid=1620 vsize=10661052 memory=57 CPUtime=0.5 cores=1,3,5,7
/proc/1623/task/1625/stat : 1625 (java) S 1620 1623 31407 0 -1 1077944384 5177 0 0 0 45 5 0 0 20 0 15 0 99600774 10916917248 121251 33554432000 4194304 4196468 140736873972336 139739457625744 139739453396693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14131200 140736873976970 140736873977097 140736873977097 140736873979855 0
[pid=1623/tid=1626] ppid=1620 vsize=10661052 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/1623/task/1626/stat : 1626 (java) R 1620 1623 31407 0 -1 4202560 238 0 0 0 9 6 0 0 20 0 15 0 99600775 10916917248 121251 33554432000 4194304 4196468 140736873972336 139739379460568 139739446489521 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 14131200 140736873976970 140736873977097 140736873977097 140736873979855 0
[pid=1623/tid=1627] ppid=1620 vsize=10661052 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/1623/task/1627/stat : 1627 (java) R 1620 1623 31407 0 -1 4202560 502 0 0 0 6 6 0 0 20 0 15 0 99600775 10916917248 121251 33554432000 4194304 4196468 140736873972336 139739059448328 139739446014695 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14131200 140736873976970 140736873977097 140736873977097 140736873979855 0
[pid=1623/tid=1628] ppid=1620 vsize=10661052 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1623/task/1628/stat : 1628 (java) R 1620 1623 31407 0 -1 4202560 496 0 0 0 4 4 0 0 20 0 15 0 99600775 10916917248 121251 33554432000 4194304 4196468 140736873972336 139739058395784 139739446014695 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14131200 140736873976970 140736873977097 140736873977097 140736873979855 0
[pid=1623/tid=1629] ppid=1620 vsize=10661052 memory=7813587196152723253 CPUtime=0.16 cores=1,3,5,7
/proc/1623/task/1629/stat : 1629 (java) R 1620 1623 31407 0 -1 4202560 255 0 0 0 9 7 0 0 20 0 15 0 99600775 10916917248 121251 33554432000 4194304 4196468 140736873972336 139739057343120 139739446014695 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14131200 140736873976970 140736873977097 140736873977097 140736873979855 0
[pid=1623/tid=1630] ppid=1620 vsize=10661052 memory=6940156230964440640 CPUtime=0 cores=1,3,5,7
/proc/1623/task/1630/stat : 1630 (java) S 1620 1623 31407 0 -1 1077944384 108 0 0 0 0 0 0 0 20 0 15 0 99600776 10916917248 121251 33554432000 4194304 4196468 140736873972336 139738945950784 139739453396693 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14131200 140736873976970 140736873977097 140736873977097 140736873979855 0
[pid=1623/tid=1631] ppid=1620 vsize=10661052 memory=7588675599774802240 CPUtime=0 cores=1,3,5,7
/proc/1623/task/1631/stat : 1631 (java) S 1620 1623 31407 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 99600777 10916917248 121251 33554432000 4194304 4196468 140736873972336 139738944898464 139739453396693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14131200 140736873976970 140736873977097 140736873977097 140736873979855 0
[pid=1623/tid=1632] ppid=1620 vsize=10661052 memory=8388926882097820299 CPUtime=0 cores=1,3,5,7
/proc/1623/task/1632/stat : 1632 (java) S 1620 1623 31407 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 99600777 10916917248 121251 33554432000 4194304 4196468 140736873972336 139738943845872 139739453396693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14131200 140736873976970 140736873977097 140736873977097 140736873979855 0
[pid=1623/tid=1633] ppid=1620 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1623/task/1633/stat : 1633 (java) S 1620 1623 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99600780 10916917248 121251 33554432000 4194304 4196468 140736873972336 139738942794448 139739453405083 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14131200 140736873976970 140736873977097 140736873977097 140736873979855 0
[pid=1623/tid=1634] ppid=1620 vsize=10661052 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/1623/task/1634/stat : 1634 (java) S 1620 1623 31407 0 -1 1077944384 1133 0 0 0 11 0 0 0 20 0 15 0 99600780 10916917248 121251 33554432000 4194304 4196468 140736873972336 139738941741040 139739453397634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14131200 140736873976970 140736873977097 140736873977097 140736873979855 0
[pid=1623/tid=1635] ppid=1620 vsize=10661052 memory=43789138547 CPUtime=0.23 cores=1,3,5,7
/proc/1623/task/1635/stat : 1635 (java) S 1620 1623 31407 0 -1 1077944384 2300 0 0 0 23 0 0 0 20 0 15 0 99600780 10916917248 121251 33554432000 4194304 4196468 140736873972336 139738940673488 139739453396693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14131200 140736873976970 140736873977097 140736873977097 140736873979855 0
[pid=1623/tid=1636] ppid=1620 vsize=10661052 memory=1188 CPUtime=0.1 cores=1,3,5,7
/proc/1623/task/1636/stat : 1636 (java) S 1620 1623 31407 0 -1 1077944384 781 0 0 0 10 0 0 0 20 0 15 0 99600780 10916917248 121251 33554432000 4194304 4196468 140736873972336 139738939635952 139739453397634 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14131200 140736873976970 140736873977097 140736873977097 140736873979855 0
[pid=1623/tid=1637] ppid=1620 vsize=10661052 memory=8444 CPUtime=0 cores=1,3,5,7
/proc/1623/task/1637/stat : 1637 (java) S 1620 1623 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99600780 10916917248 121251 33554432000 4194304 4196468 140736873972336 139738938583648 139739453396693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14131200 140736873976970 140736873977097 140736873977097 140736873979855 0
[pid=1623/tid=1638] ppid=1620 vsize=10661052 memory=15252 CPUtime=0 cores=1,3,5,7
/proc/1623/task/1638/stat : 1638 (java) S 1620 1623 31407 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99600780 10916917248 121251 33554432000 4194304 4196468 140736873972336 139738937531184 139739453397634 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14131200 140736873976970 140736873977097 140736873977097 140736873979855 0
Current children cumulated CPU time: 1.54 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 485004 KiB

[startup+1.5013 s]
/proc/loadavg: 2.47 1.77 1.51 5/219 1638
/proc/meminfo: memFree=20639684/32770624 swapFree=67108856/67108860
[pid=1623] ppid=1620 vsize=10661128 memory=781564 CPUtime=3.25 cores=1,3,5,7
/proc/1623/stat : 1623 (java) S 1620 1623 31407 0 -1 1077944320 14356 0 0 0 277 48 0 0 20 0 15 0 99600774 10916995072 195391 33554432000 4194304 4196468 140736873972336 140736873954880 139739453386487 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14131200 140736873976970 140736873977097 140736873977097 140736873979855 0
/proc/1623/statm: 2665282 195391 3143 1 0 2627263 0
[pid=1623/tid=1625] ppid=1620 vsize=10661128 memory=8444 CPUtime=1.21 cores=1,3,5,7
/proc/1623/task/1625/stat : 1625 (java) S 1620 1623 31407 0 -1 1077944384 5550 0 0 0 114 7 0 0 20 0 15 0 99600774 10916995072 195391 33554432000 4194304 4196468 140736873972336 139739457624400 139739453396693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14131200 140736873976970 140736873977097 140736873977097 140736873979855 0
[pid=1623/tid=1626] ppid=1620 vsize=10661128 memory=15252 CPUtime=0.25 cores=1,3,5,7
/proc/1623/task/1626/stat : 1626 (java) R 1620 1623 31407 0 -1 4202560 376 0 0 0 15 10 0 0 20 0 15 0 99600775 10916995072 195391 33554432000 4194304 4196468 140736873972336 139739379460368 139739438413906 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14131200 140736873976970 140736873977097 140736873977097 140736873979855 0
[pid=1623/tid=1627] ppid=1620 vsize=10661128 memory=5937828336047908160 CPUtime=0.21 cores=1,3,5,7
/proc/1623/task/1627/stat : 1627 (java) R 1620 1623 31407 0 -1 4202560 687 0 0 0 12 9 0 0 20 0 15 0 99600775 10916995072 195391 33554432000 4194304 4196468 140736873972336 139739059448208 139739446490129 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14131200 140736873976970 140736873977097 140736873977097 140736873979855 0
[pid=1623/tid=1628] ppid=1620 vsize=10661128 memory=7163379999951106867 CPUtime=0.17 cores=1,3,5,7
/proc/1623/task/1628/stat : 1628 (java) R 1620 1623 31407 0 -1 4202560 743 0 0 0 9 8 0 0 20 0 15 0 99600775 10916995072 195391 33554432000 4194304 4196468 140736873972336 139739058395864 139739446490099 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 14131200 140736873976970 140736873977097 140736873977097 140736873979855 0
[pid=1623/tid=1629] ppid=1620 vsize=10661128 memory=29016 CPUtime=0.25 cores=1,3,5,7
/proc/1623/task/1629/stat : 1629 (java) R 1620 1623 31407 0 -1 4202560 418 0 0 0 15 10 0 0 20 0 15 0 99600775 10916995072 195391 33554432000 4194304 4196468 140736873972336 139739057343120 139739438408608 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14131200 140736873976970 140736873977097 140736873977097 140736873979855 0
[pid=1623/tid=1630] ppid=1620 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1623/task/1630/stat : 1630 (java) S 1620 1623 31407 0 -1 1077944384 392 0 0 0 0 0 0 0 20 0 15 0 99600776 10916995072 195391 33554432000 4194304 4196468 140736873972336 139738945950752 139739453396693 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14131200 140736873976970 140736873977097 140736873977097 140736873979855 0

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

[startup+12.7013 s]
/proc/loadavg: 2.37 1.79 1.52 6/219 1638
/proc/meminfo: memFree=17795864/32770624 swapFree=67108856/67108860
[pid=1623] ppid=1620 vsize=10661128 memory=4431284 CPUtime=20.08 cores=1,3,5,7
/proc/1623/stat : 1623 (java) S 1620 1623 31407 0 -1 1077944320 235281 0 0 0 1795 213 0 0 20 0 15 0 99600774 10916995072 1107821 33554432000 4194304 4196468 140736873972336 140736873954880 139739453386487 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14131200 140736873976970 140736873977097 140736873977097 140736873979855 0
/proc/1623/statm: 2665282 1107821 3151 1 0 2627263 0
[pid=1623/tid=1625] ppid=1620 vsize=10661128 memory=279262532630208 CPUtime=10.53 cores=1,3,5,7
/proc/1623/task/1625/stat : 1625 (java) S 1620 1623 31407 0 -1 1077944384 9106 0 0 0 1036 17 0 0 20 0 15 0 99600774 10916995072 1107821 33554432000 4194304 4196468 140736873972336 139739457625136 139739453396693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14131200 140736873976970 140736873977097 140736873977097 140736873979855 0
[pid=1623/tid=1626] ppid=1620 vsize=10661128 memory=2563380 CPUtime=1.94 cores=1,3,5,7
/proc/1623/task/1626/stat : 1626 (java) R 1620 1623 31407 0 -1 4202560 53575 0 0 0 147 47 0 0 20 0 15 0 99600775 10916995072 1107821 33554432000 4194304 4196468 140736873972336 139739379460368 139739446490089 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14131200 140736873976970 140736873977097 140736873977097 140736873979855 0
[pid=1623/tid=1627] ppid=1620 vsize=10661128 memory=2563380 CPUtime=1.91 cores=1,3,5,7
/proc/1623/task/1627/stat : 1627 (java) R 1620 1623 31407 0 -1 4202560 53625 0 0 0 144 47 0 0 20 0 15 0 99600775 10916995072 1107821 33554432000 4194304 4196468 140736873972336 139739059448208 139739446489466 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14131200 140736873976970 140736873977097 140736873977097 140736873979855 0
[pid=1623/tid=1628] ppid=1620 vsize=10661128 memory=279262532276368 CPUtime=1.88 cores=1,3,5,7
/proc/1623/task/1628/stat : 1628 (java) R 1620 1623 31407 0 -1 4202560 53720 0 0 0 143 45 0 0 20 0 15 0 99600775 10916995072 1107821 33554432000 4194304 4196468 140736873972336 139739058395864 139739446486155 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14131200 140736873976970 140736873977097 140736873977097 140736873979855 0
[pid=1623/tid=1629] ppid=1620 vsize=10661128 memory=0 CPUtime=1.94 cores=1,3,5,7
/proc/1623/task/1629/stat : 1629 (java) R 1620 1623 31407 0 -1 4202560 52972 0 0 0 143 51 0 0 20 0 15 0 99600775 10916995072 1107821 33554432000 4194304 4196468 140736873972336 139739057343008 139739446489473 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 14131200 140736873976970 140736873977097 140736873977097 140736873979855 0
[pid=1623/tid=1630] ppid=1620 vsize=10661128 memory=279262531964560 CPUtime=0.15 cores=1,3,5,7
/proc/1623/task/1630/stat : 1630 (java) S 1620 1623 31407 0 -1 1077944384 4193 0 0 0 15 0 0 0 20 0 15 0 99600776 10916995072 1107821 33554432000 4194304 4196468 140736873972336 139738945950784 139739453396693 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14131200 140736873976970 140736873977097 140736873977097 140736873979855 0
[pid=1623/tid=1631] ppid=1620 vsize=10661128 memory=-7169539485663701033 CPUtime=0 cores=1,3,5,7
/proc/1623/task/1631/stat : 1631 (java) S 1620 1623 31407 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 99600777 10916995072 1107821 33554432000 4194304 4196468 140736873972336 139738944898528 139739453396693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14131200 140736873976970 140736873977097 140736873977097 140736873979855 0
[pid=1623/tid=1632] ppid=1620 vsize=10661128 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/1623/task/1632/stat : 1632 (java) S 1620 1623 31407 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 99600777 10916995072 1107821 33554432000 4194304 4196468 140736873972336 139738943845872 139739453396693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14131200 140736873976970 140736873977097 140736873977097 140736873979855 0
[pid=1623/tid=1633] ppid=1620 vsize=10661128 memory=4036 CPUtime=0 cores=1,3,5,7
/proc/1623/task/1633/stat : 1633 (java) S 1620 1623 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99600780 10916995072 1107821 33554432000 4194304 4196468 140736873972336 139738942794448 139739453405083 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14131200 140736873976970 140736873977097 140736873977097 140736873979855 0
[pid=1623/tid=1634] ppid=1620 vsize=10661128 memory=4100 CPUtime=0.66 cores=1,3,5,7
/proc/1623/task/1634/stat : 1634 (java) S 1620 1623 31407 0 -1 1077944384 2324 0 0 0 65 1 0 0 20 0 15 0 99600780 10916995072 1107821 33554432000 4194304 4196468 140736873972336 139738941741040 139739453397634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14131200 140736873976970 140736873977097 140736873977097 140736873979855 0
[pid=1623/tid=1635] ppid=1620 vsize=10661128 memory=29016 CPUtime=0.7 cores=1,3,5,7
/proc/1623/task/1635/stat : 1635 (java) S 1620 1623 31407 0 -1 1077944384 2509 0 0 0 69 1 0 0 20 0 15 0 99600780 10916995072 1107821 33554432000 4194304 4196468 140736873972336 139738940688496 139739453397634 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14131200 140736873976970 140736873977097 140736873977097 140736873979855 0
[pid=1623/tid=1636] ppid=1620 vsize=10661128 memory=1244 CPUtime=0.28 cores=1,3,5,7
/proc/1623/task/1636/stat : 1636 (java) S 1620 1623 31407 0 -1 1077944384 1525 0 0 0 28 0 0 0 20 0 15 0 99600780 10916995072 1107821 33554432000 4194304 4196468 140736873972336 139738939635952 139739453397634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14131200 140736873976970 140736873977097 140736873977097 140736873979855 0
[pid=1623/tid=1637] ppid=1620 vsize=10661128 memory=2268 CPUtime=0 cores=1,3,5,7
/proc/1623/task/1637/stat : 1637 (java) S 1620 1623 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99600780 10916995072 1107821 33554432000 4194304 4196468 140736873972336 139738938583648 139739453396693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14131200 140736873976970 140736873977097 140736873977097 140736873979855 0
[pid=1623/tid=1638] ppid=1620 vsize=10661128 memory=1804 CPUtime=0 cores=1,3,5,7
/proc/1623/task/1638/stat : 1638 (java) S 1620 1623 31407 0 -1 1077944384 371 0 0 0 0 0 0 0 20 0 15 0 99600780 10916995072 1107821 33554432000 4194304 4196468 140736873972336 139738937531184 139739453397634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14131200 140736873976970 140736873977097 140736873977097 140736873979855 0
Current children cumulated CPU time: 20.08 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 4431284 KiB

[startup+25.5014 s]
/proc/loadavg: 2.47 1.83 1.54 6/218 1638
/proc/meminfo: memFree=12880376/32770624 swapFree=67108856/67108860
[pid=1623] ppid=1620 vsize=10661128 memory=8287908 CPUtime=62.34 cores=1,3,5,7
/proc/1623/stat : 1623 (java) S 1620 1623 31407 0 -1 1077944320 847273 0 0 0 5604 630 0 0 20 0 15 0 99600774 10916995072 2071977 33554432000 4194304 4196468 140736873972336 140736873954880 139739453386487 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14131200 140736873976970 140736873977097 140736873977097 140736873979855 0
/proc/1623/statm: 2665282 2071977 3154 1 0 2627263 0
[pid=1623/tid=1625] ppid=1620 vsize=10661128 memory=4036 CPUtime=12.54 cores=1,3,5,7
/proc/1623/task/1625/stat : 1625 (java) S 1620 1623 31407 0 -1 1077944384 9650 0 0 0 1237 17 0 0 20 0 15 0 99600774 10916995072 2071977 33554432000 4194304 4196468 140736873972336 139739457625120 139739453396693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14131200 140736873976970 140736873977097 140736873977097 140736873979855 0
[pid=1623/tid=1626] ppid=1620 vsize=10661128 memory=279262532376672 CPUtime=11.79 cores=1,3,5,7
/proc/1623/task/1626/stat : 1626 (java) R 1620 1623 31407 0 -1 4202560 411307 0 0 0 1021 158 0 0 20 0 15 0 99600775 10916995072 2071977 33554432000 4194304 4196468 140736873972336 139739379460368 139739434983495 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14131200 140736873976970 140736873977097 140736873977097 140736873979855 0
[pid=1623/tid=1627] ppid=1620 vsize=10661128 memory=33 CPUtime=11.71 cores=1,3,5,7
/proc/1623/task/1627/stat : 1627 (java) R 1620 1623 31407 0 -1 4202560 117792 0 0 0 1034 137 0 0 20 0 15 0 99600775 10916995072 2071977 33554432000 4194304 4196468 140736873972336 139739059448208 139739438084273 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14131200 140736873976970 140736873977097 140736873977097 140736873979855 0
[pid=1623/tid=1628] ppid=1620 vsize=10661128 memory=4036 CPUtime=11.64 cores=1,3,5,7
/proc/1623/task/1628/stat : 1628 (java) R 1620 1623 31407 0 -1 4202560 142200 0 0 0 1017 147 0 0 20 0 15 0 99600775 10916995072 2071977 33554432000 4194304 4196468 140736873972336 139739058395664 139739434983495 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14131200 140736873976970 140736873977097 140736873977097 140736873979855 0
[pid=1623/tid=1629] ppid=1620 vsize=10661128 memory=8287868 CPUtime=11.73 cores=1,3,5,7
/proc/1623/task/1629/stat : 1629 (java) R 1620 1623 31407 0 -1 4202560 138148 0 0 0 1009 164 0 0 20 0 15 0 99600775 10916995072 2071977 33554432000 4194304 4196468 140736873972336 139739057343320 139739438337586 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 14131200 140736873976970 140736873977097 140736873977097 140736873979855 0
[pid=1623/tid=1630] ppid=1620 vsize=10661128 memory=1712 CPUtime=1.02 cores=1,3,5,7
/proc/1623/task/1630/stat : 1630 (java) S 1620 1623 31407 0 -1 1077944384 19623 0 0 0 101 1 0 0 20 0 15 0 99600776 10916995072 2071977 33554432000 4194304 4196468 140736873972336 139738945950576 139739453396693 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14131200 140736873976970 140736873977097 140736873977097 140736873979855 0
[pid=1623/tid=1631] ppid=1620 vsize=10661128 memory=8287908 CPUtime=0 cores=1,3,5,7
/proc/1623/task/1631/stat : 1631 (java) S 1620 1623 31407 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 99600777 10916995072 2071977 33554432000 4194304 4196468 140736873972336 139738944898064 139739453397634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14131200 140736873976970 140736873977097 140736873977097 140736873979855 0
[pid=1623/tid=1632] ppid=1620 vsize=10661128 memory=8287900 CPUtime=0 cores=1,3,5,7
/proc/1623/task/1632/stat : 1632 (java) S 1620 1623 31407 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 99600777 10916995072 2071977 33554432000 4194304 4196468 140736873972336 139738943845872 139739453396693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14131200 140736873976970 140736873977097 140736873977097 140736873979855 0
[pid=1623/tid=1633] ppid=1620 vsize=10661128 memory=279262532466464 CPUtime=0 cores=1,3,5,7
/proc/1623/task/1633/stat : 1633 (java) S 1620 1623 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99600780 10916995072 2071977 33554432000 4194304 4196468 140736873972336 139738942794448 139739453405083 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14131200 140736873976970 140736873977097 140736873977097 140736873979855 0
[pid=1623/tid=1634] ppid=1620 vsize=10661128 memory=8287900 CPUtime=0.73 cores=1,3,5,7
/proc/1623/task/1634/stat : 1634 (java) S 1620 1623 31407 0 -1 1077944384 2358 0 0 0 72 1 0 0 20 0 15 0 99600780 10916995072 2071977 33554432000 4194304 4196468 140736873972336 139738941741040 139739453397634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14131200 140736873976970 140736873977097 140736873977097 140736873979855 0
[pid=1623/tid=1635] ppid=1620 vsize=10661128 memory=8287880 CPUtime=0.79 cores=1,3,5,7
/proc/1623/task/1635/stat : 1635 (java) S 1620 1623 31407 0 -1 1077944384 3046 0 0 0 78 1 0 0 20 0 15 0 99600780 10916995072 2071977 33554432000 4194304 4196468 140736873972336 139738940688496 139739453397634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14131200 140736873976970 140736873977097 140736873977097 140736873979855 0
[pid=1623/tid=1636] ppid=1620 vsize=10661128 memory=1948 CPUtime=0.29 cores=1,3,5,7
/proc/1623/task/1636/stat : 1636 (java) S 1620 1623 31407 0 -1 1077944384 1538 0 0 0 29 0 0 0 20 0 15 0 99600780 10916995072 2071977 33554432000 4194304 4196468 140736873972336 139738939635952 139739453397634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14131200 140736873976970 140736873977097 140736873977097 140736873979855 0
[pid=1623/tid=1637] ppid=1620 vsize=10661128 memory=1188 CPUtime=0 cores=1,3,5,7
/proc/1623/task/1637/stat : 1637 (java) S 1620 1623 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99600780 10916995072 2071977 33554432000 4194304 4196468 140736873972336 139738938583648 139739453396693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14131200 140736873976970 140736873977097 140736873977097 140736873979855 0
[pid=1623/tid=1638] ppid=1620 vsize=10661128 memory=8443538352883892301 CPUtime=0.01 cores=1,3,5,7
/proc/1623/task/1638/stat : 1638 (java) S 1620 1623 31407 0 -1 1077944384 561 0 0 0 1 0 0 0 20 0 15 0 99600780 10916995072 2071977 33554432000 4194304 4196468 140736873972336 139738937531184 139739453397634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14131200 140736873976970 140736873977097 140736873977097 140736873979855 0
Current children cumulated CPU time: 62.34 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 8287908 KiB

[startup+25.8764 s]
# the end of solver process 1623 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=56.8134 s, system=6.43269 s

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

[startup+25.6013 s]
/proc/loadavg: 2.47 1.83 1.54 6/218 1638
/proc/meminfo: memFree=12880376/32770624 swapFree=67108856/67108860
[pid=1623] ppid=1620 vsize=10661128 memory=8287908 CPUtime=62.74 cores=1,3,5,7
/proc/1623/stat : 1623 (java) S 1620 1623 31407 0 -1 1077944320 849988 0 0 0 5644 630 0 0 20 0 15 0 99600774 10916995072 2071977 33554432000 4194304 4196468 140736873972336 140736873954880 139739453386487 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14131200 140736873976970 140736873977097 140736873977097 140736873979855 0
/proc/1623/statm: 2665282 2071977 3154 1 0 2627263 0
[pid=1623/tid=1625] ppid=1620 vsize=10661128 memory=9177 CPUtime=12.54 cores=1,3,5,7
/proc/1623/task/1625/stat : 1625 (java) S 1620 1623 31407 0 -1 1077944384 9650 0 0 0 1237 17 0 0 20 0 15 0 99600774 10916995072 2071977 33554432000 4194304 4196468 140736873972336 139739457625120 139739453396693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14131200 140736873976970 140736873977097 140736873977097 140736873979855 0
[pid=1623/tid=1626] ppid=1620 vsize=10661128 memory=21310 CPUtime=11.89 cores=1,3,5,7
/proc/1623/task/1626/stat : 1626 (java) R 1620 1623 31407 0 -1 4202560 412130 0 0 0 1031 158 0 0 20 0 15 0 99600775 10916995072 2071977 33554432000 4194304 4196468 140736873972336 139739379460368 139739446014695 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14131200 140736873976970 140736873977097 140736873977097 140736873979855 0
[pid=1623/tid=1627] ppid=1620 vsize=10661128 memory=8112282956445269571 CPUtime=11.81 cores=1,3,5,7
/proc/1623/task/1627/stat : 1627 (java) R 1620 1623 31407 0 -1 4202560 117792 0 0 0 1044 137 0 0 20 0 15 0 99600775 10916995072 2071977 33554432000 4194304 4196468 140736873972336 139739059448408 139739446014695 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14131200 140736873976970 140736873977097 140736873977097 140736873979855 0
[pid=1623/tid=1628] ppid=1620 vsize=10661128 memory=29016 CPUtime=11.74 cores=1,3,5,7
/proc/1623/task/1628/stat : 1628 (java) R 1620 1623 31407 0 -1 4202560 143736 0 0 0 1027 147 0 0 20 0 15 0 99600775 10916995072 2071977 33554432000 4194304 4196468 140736873972336 139739058395248 139739446014695 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14131200 140736873976970 140736873977097 140736873977097 140736873979855 0
[pid=1623/tid=1629] ppid=1620 vsize=10661128 memory=1244 CPUtime=11.83 cores=1,3,5,7
/proc/1623/task/1629/stat : 1629 (java) R 1620 1623 31407 0 -1 4202560 138148 0 0 0 1019 164 0 0 20 0 15 0 99600775 10916995072 2071977 33554432000 4194304 4196468 140736873972336 139739057343320 139739438337092 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 14131200 140736873976970 140736873977097 140736873977097 140736873979855 0
[pid=1623/tid=1630] ppid=1620 vsize=10661128 memory=2268 CPUtime=1.02 cores=1,3,5,7
/proc/1623/task/1630/stat : 1630 (java) S 1620 1623 31407 0 -1 1077944384 19623 0 0 0 101 1 0 0 20 0 15 0 99600776 10916995072 2071977 33554432000 4194304 4196468 140736873972336 139738945950576 139739453396693 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14131200 140736873976970 140736873977097 140736873977097 140736873979855 0
[pid=1623/tid=1631] ppid=1620 vsize=10661128 memory=1804 CPUtime=0 cores=1,3,5,7
/proc/1623/task/1631/stat : 1631 (java) S 1620 1623 31407 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 99600777 10916995072 2071977 33554432000 4194304 4196468 140736873972336 139738944898064 139739453397634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14131200 140736873976970 140736873977097 140736873977097 140736873979855 0
[pid=1623/tid=1632] ppid=1620 vsize=10661128 memory=161 CPUtime=0 cores=1,3,5,7
/proc/1623/task/1632/stat : 1632 (java) S 1620 1623 31407 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 99600777 10916995072 2071977 33554432000 4194304 4196468 140736873972336 139738943845872 139739453396693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14131200 140736873976970 140736873977097 140736873977097 140736873979855 0
[pid=1623/tid=1633] ppid=1620 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1623/task/1633/stat : 1633 (java) S 1620 1623 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99600780 10916995072 2071977 33554432000 4194304 4196468 140736873972336 139738942794448 139739453405083 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14131200 140736873976970 140736873977097 140736873977097 140736873979855 0
[pid=1623/tid=1634] ppid=1620 vsize=10661128 memory=0 CPUtime=0.73 cores=1,3,5,7
/proc/1623/task/1634/stat : 1634 (java) S 1620 1623 31407 0 -1 1077944384 2358 0 0 0 72 1 0 0 20 0 15 0 99600780 10916995072 2071977 33554432000 4194304 4196468 140736873972336 139738941741040 139739453397634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14131200 140736873976970 140736873977097 140736873977097 140736873979855 0
[pid=1623/tid=1635] ppid=1620 vsize=10661128 memory=0 CPUtime=0.79 cores=1,3,5,7
/proc/1623/task/1635/stat : 1635 (java) S 1620 1623 31407 0 -1 1077944384 3046 0 0 0 78 1 0 0 20 0 15 0 99600780 10916995072 2071977 33554432000 4194304 4196468 140736873972336 139738940688496 139739453397634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14131200 140736873976970 140736873977097 140736873977097 140736873979855 0
[pid=1623/tid=1636] ppid=1620 vsize=10661128 memory=0 CPUtime=0.29 cores=1,3,5,7
/proc/1623/task/1636/stat : 1636 (java) S 1620 1623 31407 0 -1 1077944384 1538 0 0 0 29 0 0 0 20 0 15 0 99600780 10916995072 2071977 33554432000 4194304 4196468 140736873972336 139738939635952 139739453397634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14131200 140736873976970 140736873977097 140736873977097 140736873979855 0
[pid=1623/tid=1637] ppid=1620 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1623/task/1637/stat : 1637 (java) S 1620 1623 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99600780 10916995072 2071977 33554432000 4194304 4196468 140736873972336 139738938583648 139739453396693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14131200 140736873976970 140736873977097 140736873977097 140736873979855 0
[pid=1623/tid=1638] ppid=1620 vsize=10661128 memory=8112282956445269571 CPUtime=0.01 cores=1,3,5,7
/proc/1623/task/1638/stat : 1638 (java) S 1620 1623 31407 0 -1 1077944384 561 0 0 0 1 0 0 0 20 0 15 0 99600780 10916995072 2071977 33554432000 4194304 4196468 140736873972336 139738937531184 139739453397634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14131200 140736873976970 140736873977097 140736873977097 140736873979855 0
Current children cumulated CPU time: 62.74 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 8287908 KiB

[startup+25.8008 s]
/proc/loadavg: 2.47 1.83 1.54 6/218 1638
/proc/meminfo: memFree=12880376/32770624 swapFree=67108856/67108860
[pid=1623] ppid=1620 vsize=10661128 memory=5482160 CPUtime=63.16 cores=1,3,5,7
/proc/1623/stat : 1623 (java) S 1620 1623 31407 0 -1 1077944320 850097 0 0 0 5681 635 0 0 20 0 15 0 99600774 10916995072 1370540 33554432000 4194304 4196468 140736873972336 140736873954880 139739453386487 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14131200 140736873976970 140736873977097 140736873977097 140736873979855 0
/proc/1623/statm: 2665282 1370540 3155 1 0 2627263 0
[pid=1623/tid=1625] ppid=1620 vsize=10661128 memory=8622098092594537603 CPUtime=12.54 cores=1,3,5,7
/proc/1623/task/1625/stat : 1625 (java) S 1620 1623 31407 0 -1 1077944384 9721 0 0 0 1237 17 0 0 20 0 15 0 99600774 10916995072 1370540 33554432000 4194304 4196468 140736873972336 139739457625632 139739453396693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14131200 140736873976970 140736873977097 140736873977097 140736873979855 0
[pid=1623/tid=1626] ppid=1620 vsize=10661128 memory=-8171376296011865461 CPUtime=11.96 cores=1,3,5,7
/proc/1623/task/1626/stat : 1626 (java) S 1620 1623 31407 0 -1 1077944384 412135 0 0 0 1038 158 0 0 20 0 15 0 99600775 10916995072 1370540 33554432000 4194304 4196468 140736873972336 139739379460368 139739453396693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14131200 140736873976970 140736873977097 140736873977097 140736873979855 0
[pid=1623/tid=1627] ppid=1620 vsize=10661128 memory=279262532062560 CPUtime=11.88 cores=1,3,5,7
/proc/1623/task/1627/stat : 1627 (java) S 1620 1623 31407 0 -1 1077944384 117792 0 0 0 1051 137 0 0 20 0 15 0 99600775 10916995072 1370540 33554432000 4194304 4196468 140736873972336 139739059448208 139739453396693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14131200 140736873976970 140736873977097 140736873977097 140736873979855 0
[pid=1623/tid=1628] ppid=1620 vsize=10661128 memory=4206468019014099040 CPUtime=11.82 cores=1,3,5,7
/proc/1623/task/1628/stat : 1628 (java) S 1620 1623 31407 0 -1 1077944384 143736 0 0 0 1035 147 0 0 20 0 15 0 99600775 10916995072 1370540 33554432000 4194304 4196468 140736873972336 139739058395664 139739453396693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14131200 140736873976970 140736873977097 140736873977097 140736873979855 0
[pid=1623/tid=1629] ppid=1620 vsize=10661128 memory=0 CPUtime=11.9 cores=1,3,5,7
/proc/1623/task/1629/stat : 1629 (java) S 1620 1623 31407 0 -1 1077944384 138148 0 0 0 1026 164 0 0 20 0 15 0 99600775 10916995072 1370540 33554432000 4194304 4196468 140736873972336 139739057343120 139739453396693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14131200 140736873976970 140736873977097 140736873977097 140736873979855 0
[pid=1623/tid=1630] ppid=1620 vsize=10661128 memory=7883389950465961324 CPUtime=1.15 cores=1,3,5,7
/proc/1623/task/1630/stat : 1630 (java) R 1620 1623 31407 0 -1 4202560 19641 0 0 0 109 6 0 0 20 0 15 0 99600776 10916995072 1370540 33554432000 4194304 4196468 140736873972336 139738945950784 139739446103450 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14131200 140736873976970 140736873977097 140736873977097 140736873979855 0
[pid=1623/tid=1631] ppid=1620 vsize=10661128 memory=6299802978650451056 CPUtime=0 cores=1,3,5,7
/proc/1623/task/1631/stat : 1631 (java) S 1620 1623 31407 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 99600777 10916995072 1370540 33554432000 4194304 4196468 140736873972336 139738944898528 139739453396693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14131200 140736873976970 140736873977097 140736873977097 140736873979855 0
[pid=1623/tid=1632] ppid=1620 vsize=10661128 memory=8272964 CPUtime=0 cores=1,3,5,7
/proc/1623/task/1632/stat : 1632 (java) S 1620 1623 31407 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 99600777 10916995072 1370540 33554432000 4194304 4196468 140736873972336 139738943845872 139739453396693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14131200 140736873976970 140736873977097 140736873977097 140736873979855 0
[pid=1623/tid=1633] ppid=1620 vsize=10661128 memory=1236 CPUtime=0 cores=1,3,5,7
/proc/1623/task/1633/stat : 1633 (java) S 1620 1623 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99600780 10916995072 1370540 33554432000 4194304 4196468 140736873972336 139738942794448 139739453405083 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14131200 140736873976970 140736873977097 140736873977097 140736873979855 0
[pid=1623/tid=1634] ppid=1620 vsize=10661128 memory=16624 CPUtime=0.73 cores=1,3,5,7
/proc/1623/task/1634/stat : 1634 (java) S 1620 1623 31407 0 -1 1077944384 2358 0 0 0 72 1 0 0 20 0 15 0 99600780 10916995072 1370540 33554432000 4194304 4196468 140736873972336 139738941741040 139739453397634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14131200 140736873976970 140736873977097 140736873977097 140736873979855 0
[pid=1623/tid=1635] ppid=1620 vsize=10661128 memory=1780 CPUtime=0.79 cores=1,3,5,7
/proc/1623/task/1635/stat : 1635 (java) S 1620 1623 31407 0 -1 1077944384 3049 0 0 0 78 1 0 0 20 0 15 0 99600780 10916995072 1370540 33554432000 4194304 4196468 140736873972336 139738940688256 139739453396693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14131200 140736873976970 140736873977097 140736873977097 140736873979855 0
[pid=1623/tid=1636] ppid=1620 vsize=10661128 memory=644 CPUtime=0.29 cores=1,3,5,7
/proc/1623/task/1636/stat : 1636 (java) S 1620 1623 31407 0 -1 1077944384 1550 0 0 0 29 0 0 0 20 0 15 0 99600780 10916995072 1370540 33554432000 4194304 4196468 140736873972336 139738939630720 139739453396693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14131200 140736873976970 140736873977097 140736873977097 140736873979855 0
[pid=1623/tid=1637] ppid=1620 vsize=10661128 memory=956 CPUtime=0 cores=1,3,5,7
/proc/1623/task/1637/stat : 1637 (java) S 1620 1623 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99600780 10916995072 1370540 33554432000 4194304 4196468 140736873972336 139738938583648 139739453396693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14131200 140736873976970 140736873977097 140736873977097 140736873979855 0
[pid=1623/tid=1638] ppid=1620 vsize=10661128 memory=1408 CPUtime=0.01 cores=1,3,5,7
/proc/1623/task/1638/stat : 1638 (java) S 1620 1623 31407 0 -1 1077944384 561 0 0 0 1 0 0 0 20 0 15 0 99600780 10916995072 1370540 33554432000 4194304 4196468 140736873972336 139738937531184 139739453397634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14131200 140736873976970 140736873977097 140736873977097 140736873979855 0
Current children cumulated CPU time: 63.16 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 5482160 KiB

Child status: 1
Real time (s): 25.8765
CPU time (s): 63.2461
CPU user time (s): 56.8134
CPU system time (s): 6.43269
CPU usage (%): 244.416
Max. virtual memory (cumulated for all children) (KiB): 10661128
Max. memory (cumulated for all children) (KiB): 8287908

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 56.8134
system time used= 6.43269
maximum resident set size= 8287912
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 850187
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= 15673
involuntary context switches= 814


# summary of solver processes directly reported to runsolver:
#   pid: 1623
#   total CPU time (s): 63.2461
#   total CPU user time (s): 56.8134
#   total CPU system time (s): 6.43269

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.195702 second user time and 0.308211 second system time

The end

Launcher Data

Begin job on node133 at 2018-07-29 01:26:16
IDJOB=4299249
IDBENCH=141314
IDSOLVER=2767
FILE ID=node133/4299249-1532820374
RUNJOBID= node133-1532808819-31439
PBS_JOBID= 21022475
Free space on /tmp= 48092 MiB

SOLVER NAME= SuperSolver_Macq_Stevenart 2018-04-27
BENCH NAME= XCSP18/CrosswordDesign/CrosswordDesign-15-4-rom_c18.xml
COMMAND LINE= java -jar DIR/bestMinicp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4299249-1532820374/watcher-4299249-1532820374 -o /tmp/evaluation-result-4299249-1532820374/solver-4299249-1532820374 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1532808819-31439 --watchdog 2580  java -jar HOME/bestMinicp.jar HOME/instance-4299249-1532820374.xml

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

MD5SUM BENCH= 11fd43c8e45d476b85885954fcb4d1ec
RANDOM SEED=972972136

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.24
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.24
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.24
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.24
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:        21176224 kB
MemAvailable:   25858060 kB
Buffers:          186956 kB
Cached:          4742752 kB
SwapCached:            0 kB
Active:          8408912 kB
Inactive:        2654052 kB
Active(anon):    6084604 kB
Inactive(anon):    76688 kB
Active(file):    2324308 kB
Inactive(file):  2577364 kB
Unevictable:        7100 kB
Mlocked:            7100 kB
SwapTotal:      67108860 kB
SwapFree:       67108856 kB
Dirty:            158984 kB
Writeback:             0 kB
AnonPages:       6140560 kB
Mapped:            53264 kB
Shmem:             25244 kB
Slab:             220280 kB
SReclaimable:     192000 kB
SUnreclaim:        28280 kB
KernelStack:        3568 kB
PageTables:        17288 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    7790488 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6019072 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 48088 MiB
End job on node133 at 2018-07-29 01:26:42