Trace number 4300241

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? (NS) 14.6805 7.42389

General information on the benchmark

NameSteelMillSlab_Mini/
SteelMillSlab-m2s-mini-6_0_c18.xml
MD5SUM02bdff16f5a4a1b9d1c31da1cf8092d2
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark125
Best CPU time to get the best result obtained on this benchmark2519.74
Satisfiable
(Un)Satisfiability was proved
Number of variables22422
Number of constraints24975
Number of domains4
Minimum domain size2
Maximum domain size111
Distribution of domain sizes[{"size":2,"count":22089},{"size":13,"count":111},{"size":42,"count":111},{"size":111,"count":111}]
Minimum variable degree2
Maximum variable degree222
Distribution of variable degrees[{"degree":2,"count":20424},{"degree":3,"count":1443},{"degree":4,"count":222},{"degree":5,"count":222},{"degree":222,"count":111}]
Minimum constraint arity2
Maximum constraint arity112
Distribution of constraint arities[{"arity":2,"count":24753},{"arity":88,"count":111},{"arity":112,"count":111}]
Number of extensional constraints24753
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":24753},{"type":"sum","count":222}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.13/0.13	c version: 2018-04-11
0.13/0.13	c seed: 1811631
0.13/0.13	c timeout: 2520
0.13/0.13	c memlimit: -1
0.13/0.13	c nbcore: -1
14.65/7.41	c Caught NotImplementedException
14.65/7.41	c 	minicp.search.DFSearch.start(DFSearch.java:79)
14.65/7.41	c 	xcsp3.XCSP3.solve(XCSP3.java:794)
14.65/7.41	c 	xcsp3.CompetitionApp.runSolver(CompetitionApp.java:61)
14.65/7.41	c 	xcsp3.CompetitionApp.main(CompetitionApp.java:48)
14.65/7.41	s UNSUPPORTED

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 (12003 MiB free)
  memory of node 1: 16384 MiB (15838 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4300241-1532877276/watcher-4300241-1532877276 -o /tmp/evaluation-result-4300241-1532877276/solver-4300241-1532877276 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532872228-12187 --watchdog 2580 java -jar HOME/dodo_solver.jar HOME/instance-4300241-1532877276.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=13114, runsolver pid=13111


[startup+0.100157 s]*
/proc/loadavg: 1.56 1.42 1.37 4/216 13129
/proc/meminfo: memFree=28494456/32770624 swapFree=67108860/67108860
[pid=13114] ppid=13111 vsize=10658972 memory=27476 CPUtime=0.13 cores=1,3,5,7
/proc/13114/stat : 13114 (java) S 13111 13114 8672 0 -1 1077944320 5286 0 0 0 12 1 0 0 20 0 15 0 105290743 10914787328 6869 33554432000 4194304 4196468 140733111627248 140733111609792 140035516903159 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8413184 140733111628920 140733111629065 140733111629065 140733111631823 0
/proc/13114/statm: 2664743 6869 2832 1 0 2627263 0
[pid=13114/tid=13116] ppid=13111 vsize=10658972 memory=-8269626465541197439 CPUtime=0.09 cores=1,3,5,7
/proc/13114/task/13116/stat : 13116 (java) S 13111 13114 8672 0 -1 1077944384 3105 0 0 0 9 0 0 0 20 0 15 0 105290743 10914787328 6869 33554432000 4194304 4196468 140733111627248 140035521132720 140035516913365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8413184 140733111628920 140733111629065 140733111629065 140733111631823 0
[pid=13114/tid=13117] ppid=13111 vsize=10658972 memory=8257237230052613020 CPUtime=0 cores=1,3,5,7
/proc/13114/task/13117/stat : 13117 (java) S 13111 13114 8672 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105290744 10914787328 6869 33554432000 4194304 4196468 140733111627248 140035469523856 140035516913365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8413184 140733111628920 140733111629065 140733111629065 140733111631823 0
[pid=13114/tid=13118] ppid=13111 vsize=10658972 memory=139635211441792 CPUtime=0 cores=1,3,5,7
/proc/13114/task/13118/stat : 13118 (java) S 13111 13114 8672 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105290744 10914787328 6869 33554432000 4194304 4196468 140733111627248 140035468471056 140035516913365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8413184 140733111628920 140733111629065 140733111629065 140733111631823 0
[pid=13114/tid=13119] ppid=13111 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13114/task/13119/stat : 13119 (java) S 13111 13114 8672 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105290744 10914787328 6869 33554432000 4194304 4196468 140733111627248 140035467418768 140035516913365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8413184 140733111628920 140733111629065 140733111629065 140733111631823 0
[pid=13114/tid=13120] ppid=13111 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13114/task/13120/stat : 13120 (java) S 13111 13114 8672 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105290744 10914787328 6869 33554432000 4194304 4196468 140733111627248 140035466365968 140035516913365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8413184 140733111628920 140733111629065 140733111629065 140733111631823 0
[pid=13114/tid=13121] ppid=13111 vsize=10658972 memory=139635211441792 CPUtime=0 cores=1,3,5,7
/proc/13114/task/13121/stat : 13121 (java) S 13111 13114 8672 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105290746 10914787328 6869 33554432000 4194304 4196468 140733111627248 140035076221040 140035516914306 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8413184 140733111628920 140733111629065 140733111629065 140733111631823 0
[pid=13114/tid=13122] ppid=13111 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13114/task/13122/stat : 13122 (java) S 13111 13114 8672 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105290746 10914787328 6869 33554432000 4194304 4196468 140733111627248 140035075167008 140035516913365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8413184 140733111628920 140733111629065 140733111629065 140733111631823 0
[pid=13114/tid=13123] ppid=13111 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13114/task/13123/stat : 13123 (java) S 13111 13114 8672 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105290746 10914787328 6869 33554432000 4194304 4196468 140733111627248 140035074114672 140035516913365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8413184 140733111628920 140733111629065 140733111629065 140733111631823 0
[pid=13114/tid=13124] ppid=13111 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13114/task/13124/stat : 13124 (java) S 13111 13114 8672 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105290749 10914787328 6869 33554432000 4194304 4196468 140733111627248 140035073062992 140035516921755 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8413184 140733111628920 140733111629065 140733111629065 140733111631823 0
[pid=13114/tid=13125] ppid=13111 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13114/task/13125/stat : 13125 (java) R 13111 13114 8672 0 -1 4202560 460 0 0 0 0 0 0 0 20 0 15 0 105290749 10914787328 6869 33554432000 4194304 4196468 140733111627248 140035072002368 140035496746726 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8413184 140733111628920 140733111629065 140733111629065 140733111631823 0
[pid=13114/tid=13126] ppid=13111 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13114/task/13126/stat : 13126 (java) R 13111 13114 8672 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105290749 10914787328 6869 33554432000 4194304 4196468 140733111627248 140035070958160 140035516913365 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8413184 140733111628920 140733111629065 140733111629065 140733111631823 0
[pid=13114/tid=13127] ppid=13111 vsize=10658972 memory=139635211441792 CPUtime=0.02 cores=1,3,5,7
/proc/13114/task/13127/stat : 13127 (java) S 13111 13114 8672 0 -1 1077944384 351 0 0 0 2 0 0 0 20 0 15 0 105290749 10914787328 6869 33554432000 4194304 4196468 140733111627248 140035069905776 140035516914306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8413184 140733111628920 140733111629065 140733111629065 140733111631823 0
[pid=13114/tid=13128] ppid=13111 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13114/task/13128/stat : 13128 (java) S 13111 13114 8672 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105290749 10914787328 6869 33554432000 4194304 4196468 140733111627248 140035068853216 140035516913365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8413184 140733111628920 140733111629065 140733111629065 140733111631823 0
[pid=13114/tid=13129] ppid=13111 vsize=10658972 memory=139635211441792 CPUtime=0 cores=1,3,5,7
/proc/13114/task/13129/stat : 13129 (java) S 13111 13114 8672 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105290749 10914787328 6869 33554432000 4194304 4196468 140733111627248 140035067799984 140035516914306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8413184 140733111628920 140733111629065 140733111629065 140733111631823 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 27476 KiB

[startup+0.21368 s]*
/proc/loadavg: 1.56 1.42 1.37 4/216 13129
/proc/meminfo: memFree=28481680/32770624 swapFree=67108860/67108860
[pid=13114] ppid=13111 vsize=10661056 memory=40156 CPUtime=0.35 cores=1,3,5,7
/proc/13114/stat : 13114 (java) S 13111 13114 8672 0 -1 1077944320 8201 0 0 0 33 2 0 0 20 0 15 0 105290743 10916921344 10039 33554432000 4194304 4196468 140733111627248 140733111609792 140035516903159 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8413184 140733111628920 140733111629065 140733111629065 140733111631823 0
/proc/13114/statm: 2665264 10039 2995 1 0 2627263 0
[pid=13114/tid=13116] ppid=13111 vsize=10661056 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/13114/task/13116/stat : 13116 (java) R 13111 13114 8672 0 -1 4202560 5099 0 0 0 19 1 0 0 20 0 15 0 105290743 10916921344 10039 33554432000 4194304 4196468 140733111627248 140035521134032 140035516925085 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8413184 140733111628920 140733111629065 140733111629065 140733111631823 0
[pid=13114/tid=13117] ppid=13111 vsize=10661056 memory=331 CPUtime=0 cores=1,3,5,7
/proc/13114/task/13117/stat : 13117 (java) S 13111 13114 8672 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105290744 10916921344 10039 33554432000 4194304 4196468 140733111627248 140035469523856 140035516913365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8413184 140733111628920 140733111629065 140733111629065 140733111631823 0
[pid=13114/tid=13118] ppid=13111 vsize=10661056 memory=288370011363153536 CPUtime=0 cores=1,3,5,7
/proc/13114/task/13118/stat : 13118 (java) S 13111 13114 8672 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105290744 10916921344 10039 33554432000 4194304 4196468 140733111627248 140035468471056 140035516913365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8413184 140733111628920 140733111629065 140733111629065 140733111631823 0
[pid=13114/tid=13119] ppid=13111 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13114/task/13119/stat : 13119 (java) S 13111 13114 8672 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105290744 10916921344 10039 33554432000 4194304 4196468 140733111627248 140035467418768 140035516913365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8413184 140733111628920 140733111629065 140733111629065 140733111631823 0
[pid=13114/tid=13120] ppid=13111 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13114/task/13120/stat : 13120 (java) S 13111 13114 8672 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105290744 10916921344 10039 33554432000 4194304 4196468 140733111627248 140035466365968 140035516913365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8413184 140733111628920 140733111629065 140733111629065 140733111631823 0
[pid=13114/tid=13121] ppid=13111 vsize=10661056 memory=139635211441792 CPUtime=0 cores=1,3,5,7
/proc/13114/task/13121/stat : 13121 (java) S 13111 13114 8672 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105290746 10916921344 10039 33554432000 4194304 4196468 140733111627248 140035076221040 140035516914306 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8413184 140733111628920 140733111629065 140733111629065 140733111631823 0
[pid=13114/tid=13122] ppid=13111 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13114/task/13122/stat : 13122 (java) S 13111 13114 8672 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105290746 10916921344 10039 33554432000 4194304 4196468 140733111627248 140035075167008 140035516913365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8413184 140733111628920 140733111629065 140733111629065 140733111631823 0
[pid=13114/tid=13123] ppid=13111 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13114/task/13123/stat : 13123 (java) S 13111 13114 8672 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105290746 10916921344 10039 33554432000 4194304 4196468 140733111627248 140035074114672 140035516913365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8413184 140733111628920 140733111629065 140733111629065 140733111631823 0
[pid=13114/tid=13124] ppid=13111 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13114/task/13124/stat : 13124 (java) S 13111 13114 8672 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105290749 10916921344 10039 33554432000 4194304 4196468 140733111627248 140035073062992 140035516921755 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8413184 140733111628920 140733111629065 140733111629065 140733111631823 0
[pid=13114/tid=13125] ppid=13111 vsize=10661056 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/13114/task/13125/stat : 13125 (java) R 13111 13114 8672 0 -1 1077944384 828 0 0 0 3 0 0 0 20 0 15 0 105290749 10916921344 10039 33554432000 4194304 4196468 140733111627248 140035072010960 140035516913365 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8413184 140733111628920 140733111629065 140733111629065 140733111631823 0
[pid=13114/tid=13126] ppid=13111 vsize=10661056 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/13114/task/13126/stat : 13126 (java) R 13111 13114 8672 0 -1 4202560 57 0 0 0 1 0 0 0 20 0 15 0 105290749 10916921344 10039 33554432000 4194304 4196468 140733111627248 140035070947984 140035501824962 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8413184 140733111628920 140733111629065 140733111629065 140733111631823 0
[pid=13114/tid=13127] ppid=13111 vsize=10661056 memory=139635211441792 CPUtime=0.09 cores=1,3,5,7
/proc/13114/task/13127/stat : 13127 (java) R 13111 13114 8672 0 -1 4202560 849 0 0 0 9 0 0 0 20 0 15 0 105290749 10916921344 10039 33554432000 4194304 4196468 140733111627248 140035069901504 140035495948131 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8413184 140733111628920 140733111629065 140733111629065 140733111631823 0
[pid=13114/tid=13128] ppid=13111 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13114/task/13128/stat : 13128 (java) S 13111 13114 8672 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105290749 10916921344 10039 33554432000 4194304 4196468 140733111627248 140035068853216 140035516913365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8413184 140733111628920 140733111629065 140733111629065 140733111631823 0
[pid=13114/tid=13129] ppid=13111 vsize=10661056 memory=139635211441792 CPUtime=0 cores=1,3,5,7
/proc/13114/task/13129/stat : 13129 (java) S 13111 13114 8672 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105290749 10916921344 10039 33554432000 4194304 4196468 140733111627248 140035067799984 140035516914306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8413184 140733111628920 140733111629065 140733111629065 140733111631823 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 40156 KiB

[startup+0.310481 s]*
/proc/loadavg: 1.56 1.42 1.37 5/216 13129
/proc/meminfo: memFree=28466172/32770624 swapFree=67108860/67108860
[pid=13114] ppid=13111 vsize=10661056 memory=56496 CPUtime=0.67 cores=1,3,5,7
/proc/13114/stat : 13114 (java) S 13111 13114 8672 0 -1 1077944320 10187 0 0 0 65 2 0 0 20 0 15 0 105290743 10916921344 14124 33554432000 4194304 4196468 140733111627248 140733111609792 140035516903159 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8413184 140733111628920 140733111629065 140733111629065 140733111631823 0
/proc/13114/statm: 2665264 14124 3046 1 0 2627263 0
[pid=13114/tid=13116] ppid=13111 vsize=10661056 memory=7022364594140610616 CPUtime=0.3 cores=1,3,5,7
/proc/13114/task/13116/stat : 13116 (java) R 13111 13114 8672 0 -1 4202560 5122 0 0 0 29 1 0 0 20 0 15 0 105290743 10916921344 14124 33554432000 4194304 4196468 140733111627248 140035521134016 140035500983646 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8413184 140733111628920 140733111629065 140733111629065 140733111631823 0
[pid=13114/tid=13117] ppid=13111 vsize=10661056 memory=4294977825 CPUtime=0 cores=1,3,5,7
/proc/13114/task/13117/stat : 13117 (java) S 13111 13114 8672 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105290744 10916921344 14124 33554432000 4194304 4196468 140733111627248 140035469523856 140035516913365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8413184 140733111628920 140733111629065 140733111629065 140733111631823 0
[pid=13114/tid=13118] ppid=13111 vsize=10661056 memory=288370011363153536 CPUtime=0 cores=1,3,5,7
/proc/13114/task/13118/stat : 13118 (java) S 13111 13114 8672 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105290744 10916921344 14124 33554432000 4194304 4196468 140733111627248 140035468471056 140035516913365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8413184 140733111628920 140733111629065 140733111629065 140733111631823 0
[pid=13114/tid=13119] ppid=13111 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13114/task/13119/stat : 13119 (java) S 13111 13114 8672 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105290744 10916921344 14124 33554432000 4194304 4196468 140733111627248 140035467418768 140035516913365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8413184 140733111628920 140733111629065 140733111629065 140733111631823 0
[pid=13114/tid=13120] ppid=13111 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13114/task/13120/stat : 13120 (java) S 13111 13114 8672 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105290744 10916921344 14124 33554432000 4194304 4196468 140733111627248 140035466365968 140035516913365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8413184 140733111628920 140733111629065 140733111629065 140733111631823 0
[pid=13114/tid=13121] ppid=13111 vsize=10661056 memory=139635211441792 CPUtime=0 cores=1,3,5,7
/proc/13114/task/13121/stat : 13121 (java) S 13111 13114 8672 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105290746 10916921344 14124 33554432000 4194304 4196468 140733111627248 140035076221040 140035516914306 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8413184 140733111628920 140733111629065 140733111629065 140733111631823 0
[pid=13114/tid=13122] ppid=13111 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13114/task/13122/stat : 13122 (java) S 13111 13114 8672 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105290746 10916921344 14124 33554432000 4194304 4196468 140733111627248 140035075167008 140035516913365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8413184 140733111628920 140733111629065 140733111629065 140733111631823 0
[pid=13114/tid=13123] ppid=13111 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13114/task/13123/stat : 13123 (java) S 13111 13114 8672 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105290746 10916921344 14124 33554432000 4194304 4196468 140733111627248 140035074114672 140035516913365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8413184 140733111628920 140733111629065 140733111629065 140733111631823 0
[pid=13114/tid=13124] ppid=13111 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13114/task/13124/stat : 13124 (java) S 13111 13114 8672 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105290749 10916921344 14124 33554432000 4194304 4196468 140733111627248 140035073062992 140035516921755 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8413184 140733111628920 140733111629065 140733111629065 140733111631823 0
[pid=13114/tid=13125] ppid=13111 vsize=10661056 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/13114/task/13125/stat : 13125 (java) R 13111 13114 8672 0 -1 4202560 1869 0 0 0 12 0 0 0 20 0 15 0 105290749 10916921344 14124 33554432000 4194304 4196468 140733111627248 140035071996744 140035496159627 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8413184 140733111628920 140733111629065 140733111629065 140733111631823 0
[pid=13114/tid=13126] ppid=13111 vsize=10661056 memory=-1 CPUtime=0.11 cores=1,3,5,7
/proc/13114/task/13126/stat : 13126 (java) R 13111 13114 8672 0 -1 4202560 526 0 0 0 11 0 0 0 20 0 15 0 105290749 10916921344 14124 33554432000 4194304 4196468 140733111627248 140035070943544 140035502917468 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8413184 140733111628920 140733111629065 140733111629065 140733111631823 0
[pid=13114/tid=13127] ppid=13111 vsize=10661056 memory=139635211441792 CPUtime=0.12 cores=1,3,5,7
/proc/13114/task/13127/stat : 13127 (java) R 13111 13114 8672 0 -1 1077944384 1306 0 0 0 12 0 0 0 20 0 15 0 105290749 10916921344 14124 33554432000 4194304 4196468 140733111627248 140035069905776 140035516914306 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8413184 140733111628920 140733111629065 140733111629065 140733111631823 0
[pid=13114/tid=13128] ppid=13111 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13114/task/13128/stat : 13128 (java) S 13111 13114 8672 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105290749 10916921344 14124 33554432000 4194304 4196468 140733111627248 140035068853216 140035516913365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8413184 140733111628920 140733111629065 140733111629065 140733111631823 0
[pid=13114/tid=13129] ppid=13111 vsize=10661056 memory=139635211441792 CPUtime=0 cores=1,3,5,7
/proc/13114/task/13129/stat : 13129 (java) S 13111 13114 8672 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105290749 10916921344 14124 33554432000 4194304 4196468 140733111627248 140035067799984 140035516914306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8413184 140733111628920 140733111629065 140733111629065 140733111631823 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 56496 KiB

[startup+0.700754 s]
/proc/loadavg: 1.56 1.42 1.37 7/216 13129
/proc/meminfo: memFree=28436392/32770624 swapFree=67108860/67108860
[pid=13114] ppid=13111 vsize=10661132 memory=131088 CPUtime=1.9 cores=1,3,5,7
/proc/13114/stat : 13114 (java) S 13111 13114 8672 0 -1 1077944320 11440 0 0 0 186 4 0 0 20 0 15 0 105290743 10916999168 32772 33554432000 4194304 4196468 140733111627248 140733111609792 140035516903159 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8413184 140733111628920 140733111629065 140733111629065 140733111631823 0
/proc/13114/statm: 2665283 32772 3099 1 0 2627263 0
[pid=13114/tid=13116] ppid=13111 vsize=10661132 memory=16772 CPUtime=0.67 cores=1,3,5,7
/proc/13114/task/13116/stat : 13116 (java) R 13111 13114 8672 0 -1 4202560 5531 0 0 0 65 2 0 0 20 0 15 0 105290743 10916999168 32772 33554432000 4194304 4196468 140733111627248 140035521138864 140035144099682 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8413184 140733111628920 140733111629065 140733111629065 140733111631823 0
[pid=13114/tid=13117] ppid=13111 vsize=10661132 memory=2324 CPUtime=0 cores=1,3,5,7
/proc/13114/task/13117/stat : 13117 (java) S 13111 13114 8672 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105290744 10916999168 32772 33554432000 4194304 4196468 140733111627248 140035469523856 140035516913365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8413184 140733111628920 140733111629065 140733111629065 140733111631823 0
[pid=13114/tid=13118] ppid=13111 vsize=10661132 memory=1584 CPUtime=0 cores=1,3,5,7
/proc/13114/task/13118/stat : 13118 (java) S 13111 13114 8672 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105290744 10916999168 32772 33554432000 4194304 4196468 140733111627248 140035468471056 140035516913365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8413184 140733111628920 140733111629065 140733111629065 140733111631823 0
[pid=13114/tid=13119] ppid=13111 vsize=10661132 memory=496 CPUtime=0 cores=1,3,5,7
/proc/13114/task/13119/stat : 13119 (java) S 13111 13114 8672 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105290744 10916999168 32772 33554432000 4194304 4196468 140733111627248 140035467418768 140035516913365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8413184 140733111628920 140733111629065 140733111629065 140733111631823 0
[pid=13114/tid=13120] ppid=13111 vsize=10661132 memory=928 CPUtime=0 cores=1,3,5,7
/proc/13114/task/13120/stat : 13120 (java) S 13111 13114 8672 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105290744 10916999168 32772 33554432000 4194304 4196468 140733111627248 140035466365968 140035516913365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8413184 140733111628920 140733111629065 140733111629065 140733111631823 0
[pid=13114/tid=13121] ppid=13111 vsize=10661132 memory=1172 CPUtime=0 cores=1,3,5,7
/proc/13114/task/13121/stat : 13121 (java) S 13111 13114 8672 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 105290746 10916999168 32772 33554432000 4194304 4196468 140733111627248 140035076221040 140035516914306 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8413184 140733111628920 140733111629065 140733111629065 140733111631823 0
[pid=13114/tid=13122] ppid=13111 vsize=10661132 memory=1968 CPUtime=0 cores=1,3,5,7
/proc/13114/task/13122/stat : 13122 (java) S 13111 13114 8672 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105290746 10916999168 32772 33554432000 4194304 4196468 140733111627248 140035075167008 140035516913365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8413184 140733111628920 140733111629065 140733111629065 140733111631823 0
[pid=13114/tid=13123] ppid=13111 vsize=10661132 memory=1572 CPUtime=0 cores=1,3,5,7
/proc/13114/task/13123/stat : 13123 (java) S 13111 13114 8672 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105290746 10916999168 32772 33554432000 4194304 4196468 140733111627248 140035074114672 140035516913365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8413184 140733111628920 140733111629065 140733111629065 140733111631823 0
[pid=13114/tid=13124] ppid=13111 vsize=10661132 memory=7379241883359864663 CPUtime=0 cores=1,3,5,7
/proc/13114/task/13124/stat : 13124 (java) S 13111 13114 8672 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105290749 10916999168 32772 33554432000 4194304 4196468 140733111627248 140035073062992 140035516921755 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8413184 140733111628920 140733111629065 140733111629065 140733111631823 0
[pid=13114/tid=13125] ppid=13111 vsize=10661132 memory=6081108994580573287 CPUtime=0.46 cores=1,3,5,7
/proc/13114/task/13125/stat : 13125 (java) R 13111 13114 8672 0 -1 4202560 1981 0 0 0 46 0 0 0 20 0 15 0 105290749 10916999168 32772 33554432000 4194304 4196468 140733111627248 140035071996768 140035497606285 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8413184 140733111628920 140733111629065 140733111629065 140733111631823 0
[pid=13114/tid=13126] ppid=13111 vsize=10661132 memory=6293050847276651881 CPUtime=0.46 cores=1,3,5,7
/proc/13114/task/13126/stat : 13126 (java) R 13111 13114 8672 0 -1 4202560 953 0 0 0 46 0 0 0 20 0 15 0 105290749 10916999168 32772 33554432000 4194304 4196468 140733111627248 140035070944848 140035501810260 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8413184 140733111628920 140733111629065 140733111629065 140733111631823 0
[pid=13114/tid=13127] ppid=13111 vsize=10661132 memory=0 CPUtime=0.27 cores=1,3,5,7
/proc/13114/task/13127/stat : 13127 (java) S 13111 13114 8672 0 -1 1077944384 1603 0 0 0 27 0 0 0 20 0 15 0 105290749 10916999168 32772 33554432000 4194304 4196468 140733111627248 140035069905776 140035516914306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8413184 140733111628920 140733111629065 140733111629065 140733111631823 0
[pid=13114/tid=13128] ppid=13111 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13114/task/13128/stat : 13128 (java) S 13111 13114 8672 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105290749 10916999168 32772 33554432000 4194304 4196468 140733111627248 140035068853216 140035516913365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8413184 140733111628920 140733111629065 140733111629065 140733111631823 0
[pid=13114/tid=13129] ppid=13111 vsize=10661132 memory=756 CPUtime=0 cores=1,3,5,7
/proc/13114/task/13129/stat : 13129 (java) S 13111 13114 8672 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105290749 10916999168 32772 33554432000 4194304 4196468 140733111627248 140035067799984 140035516914306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8413184 140733111628920 140733111629065 140733111629065 140733111631823 0
Current children cumulated CPU time: 1.9 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 131088 KiB

[startup+1.50161 s]
/proc/loadavg: 1.56 1.42 1.37 5/216 13129
/proc/meminfo: memFree=28323384/32770624 swapFree=67108860/67108860
[pid=13114] ppid=13111 vsize=10661132 memory=253364 CPUtime=4.51 cores=1,3,5,7
/proc/13114/stat : 13114 (java) S 13111 13114 8672 0 -1 1077944320 13735 0 0 0 441 10 0 0 20 0 15 0 105290743 10916999168 63341 33554432000 4194304 4196468 140733111627248 140733111609792 140035516903159 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8413184 140733111628920 140733111629065 140733111629065 140733111631823 0
/proc/13114/statm: 2665283 63341 3170 1 0 2627263 0
[pid=13114/tid=13116] ppid=13111 vsize=10661132 memory=253012 CPUtime=1.39 cores=1,3,5,7
/proc/13114/task/13116/stat : 13116 (java) R 13111 13114 8672 0 -1 4202560 5735 0 0 0 136 3 0 0 20 0 15 0 105290743 10916999168 63341 33554432000 4194304 4196468 140733111627248 140035521138224 140035149366870 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8413184 140733111628920 140733111629065 140733111629065 140733111631823 0
[pid=13114/tid=13117] ppid=13111 vsize=10661132 memory=33 CPUtime=0.06 cores=1,3,5,7
/proc/13114/task/13117/stat : 13117 (java) S 13111 13114 8672 0 -1 1077944384 128 0 0 0 5 1 0 0 20 0 15 0 105290744 10916999168 63341 33554432000 4194304 4196468 140733111627248 140035469523856 140035516913365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8413184 140733111628920 140733111629065 140733111629065 140733111631823 0
[pid=13114/tid=13118] ppid=13111 vsize=10661132 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/13114/task/13118/stat : 13118 (java) S 13111 13114 8672 0 -1 1077944384 88 0 0 0 2 0 0 0 20 0 15 0 105290744 10916999168 63341 33554432000 4194304 4196468 140733111627248 140035468471056 140035516913365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8413184 140733111628920 140733111629065 140733111629065 140733111631823 0
[pid=13114/tid=13119] ppid=13111 vsize=10661132 memory=6791534058613427641 CPUtime=0.03 cores=1,3,5,7
/proc/13114/task/13119/stat : 13119 (java) S 13111 13114 8672 0 -1 1077944384 29 0 0 0 2 1 0 0 20 0 15 0 105290744 10916999168 63341 33554432000 4194304 4196468 140733111627248 140035467418768 140035516913365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8413184 140733111628920 140733111629065 140733111629065 140733111631823 0
[pid=13114/tid=13120] ppid=13111 vsize=10661132 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/13114/task/13120/stat : 13120 (java) S 13111 13114 8672 0 -1 1077944384 181 0 0 0 5 1 0 0 20 0 15 0 105290744 10916999168 63341 33554432000 4194304 4196468 140733111627248 140035466365968 140035516913365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8413184 140733111628920 140733111629065 140733111629065 140733111631823 0
[pid=13114/tid=13121] ppid=13111 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13114/task/13121/stat : 13121 (java) S 13111 13114 8672 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 105290746 10916999168 63341 33554432000 4194304 4196468 140733111627248 140035076221040 140035516914306 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8413184 140733111628920 140733111629065 140733111629065 140733111631823 0

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

[startup+6.30081 s]
/proc/loadavg: 1.52 1.41 1.37 3/216 13129
/proc/meminfo: memFree=27915952/32770624 swapFree=67108860/67108860
[pid=13114] ppid=13111 vsize=10661132 memory=607520 CPUtime=13.43 cores=1,3,5,7
/proc/13114/stat : 13114 (java) S 13111 13114 8672 0 -1 1077944320 17073 0 0 0 1302 41 0 0 20 0 15 0 105290743 10916999168 151880 33554432000 4194304 4196468 140733111627248 140733111609792 140035516903159 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8413184 140733111628920 140733111629065 140733111629065 140733111631823 0
/proc/13114/statm: 2665283 151880 3190 1 0 2627263 0
[pid=13114/tid=13116] ppid=13111 vsize=10661132 memory=594080 CPUtime=5.25 cores=1,3,5,7
/proc/13114/task/13116/stat : 13116 (java) R 13111 13114 8672 0 -1 4202560 6462 0 0 0 519 6 0 0 20 0 15 0 105290743 10916999168 151880 33554432000 4194304 4196468 140733111627248 140035520471792 140035150095220 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8413184 140733111628920 140733111629065 140733111629065 140733111631823 0
[pid=13114/tid=13117] ppid=13111 vsize=10661132 memory=10368 CPUtime=0.97 cores=1,3,5,7
/proc/13114/task/13117/stat : 13117 (java) S 13111 13114 8672 0 -1 1077944384 446 0 0 0 89 8 0 0 20 0 15 0 105290744 10916999168 151880 33554432000 4194304 4196468 140733111627248 140035469523856 140035516913365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8413184 140733111628920 140733111629065 140733111629065 140733111631823 0
[pid=13114/tid=13118] ppid=13111 vsize=10661132 memory=0 CPUtime=0.94 cores=1,3,5,7
/proc/13114/task/13118/stat : 13118 (java) S 13111 13114 8672 0 -1 1077944384 279 0 0 0 87 7 0 0 20 0 15 0 105290744 10916999168 151880 33554432000 4194304 4196468 140733111627248 140035468471056 140035516913365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8413184 140733111628920 140733111629065 140733111629065 140733111631823 0
[pid=13114/tid=13119] ppid=13111 vsize=10661132 memory=0 CPUtime=0.93 cores=1,3,5,7
/proc/13114/task/13119/stat : 13119 (java) S 13111 13114 8672 0 -1 1077944384 315 0 0 0 86 7 0 0 20 0 15 0 105290744 10916999168 151880 33554432000 4194304 4196468 140733111627248 140035467418768 140035516913365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8413184 140733111628920 140733111629065 140733111629065 140733111631823 0
[pid=13114/tid=13120] ppid=13111 vsize=10661132 memory=0 CPUtime=0.98 cores=1,3,5,7
/proc/13114/task/13120/stat : 13120 (java) S 13111 13114 8672 0 -1 1077944384 572 0 0 0 90 8 0 0 20 0 15 0 105290744 10916999168 151880 33554432000 4194304 4196468 140733111627248 140035466365968 140035516913365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8413184 140733111628920 140733111629065 140733111629065 140733111631823 0
[pid=13114/tid=13121] ppid=13111 vsize=10661132 memory=665101642796629123 CPUtime=0.02 cores=1,3,5,7
/proc/13114/task/13121/stat : 13121 (java) S 13111 13114 8672 0 -1 1077944384 720 0 0 0 2 0 0 0 20 0 15 0 105290746 10916999168 151880 33554432000 4194304 4196468 140733111627248 140035076221040 140035516914306 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8413184 140733111628920 140733111629065 140733111629065 140733111631823 0
[pid=13114/tid=13122] ppid=13111 vsize=10661132 memory=56 CPUtime=0 cores=1,3,5,7
/proc/13114/task/13122/stat : 13122 (java) S 13111 13114 8672 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105290746 10916999168 151880 33554432000 4194304 4196468 140733111627248 140035075167072 140035516913365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8413184 140733111628920 140733111629065 140733111629065 140733111631823 0
[pid=13114/tid=13123] ppid=13111 vsize=10661132 memory=7594597771697979466 CPUtime=0 cores=1,3,5,7
/proc/13114/task/13123/stat : 13123 (java) S 13111 13114 8672 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 105290746 10916999168 151880 33554432000 4194304 4196468 140733111627248 140035074114672 140035516913365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8413184 140733111628920 140733111629065 140733111629065 140733111631823 0
[pid=13114/tid=13124] ppid=13111 vsize=10661132 memory=481 CPUtime=0 cores=1,3,5,7
/proc/13114/task/13124/stat : 13124 (java) S 13111 13114 8672 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105290749 10916999168 151880 33554432000 4194304 4196468 140733111627248 140035073062992 140035516921755 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8413184 140733111628920 140733111629065 140733111629065 140733111631823 0
[pid=13114/tid=13125] ppid=13111 vsize=10661132 memory=93 CPUtime=1.88 cores=1,3,5,7
/proc/13114/task/13125/stat : 13125 (java) S 13111 13114 8672 0 -1 1077944384 2329 0 0 0 188 0 0 0 20 0 15 0 105290749 10916999168 151880 33554432000 4194304 4196468 140733111627248 140035072010864 140035516914306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8413184 140733111628920 140733111629065 140733111629065 140733111631823 0
[pid=13114/tid=13126] ppid=13111 vsize=10661132 memory=98 CPUtime=1.82 cores=1,3,5,7
/proc/13114/task/13126/stat : 13126 (java) S 13111 13114 8672 0 -1 1077944384 1732 0 0 0 182 0 0 0 20 0 15 0 105290749 10916999168 151880 33554432000 4194304 4196468 140733111627248 140035070958064 140035516914306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8413184 140733111628920 140733111629065 140733111629065 140733111631823 0
[pid=13114/tid=13127] ppid=13111 vsize=10661132 memory=4140 CPUtime=0.56 cores=1,3,5,7
/proc/13114/task/13127/stat : 13127 (java) S 13111 13114 8672 0 -1 1077944384 2409 0 0 0 55 1 0 0 20 0 15 0 105290749 10916999168 151880 33554432000 4194304 4196468 140733111627248 140035069905776 140035516914306 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8413184 140733111628920 140733111629065 140733111629065 140733111631823 0
[pid=13114/tid=13128] ppid=13111 vsize=10661132 memory=30068 CPUtime=0 cores=1,3,5,7
/proc/13114/task/13128/stat : 13128 (java) S 13111 13114 8672 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105290749 10916999168 151880 33554432000 4194304 4196468 140733111627248 140035068853216 140035516913365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8413184 140733111628920 140733111629065 140733111629065 140733111631823 0
[pid=13114/tid=13129] ppid=13111 vsize=10661132 memory=2204 CPUtime=0 cores=1,3,5,7
/proc/13114/task/13129/stat : 13129 (java) S 13111 13114 8672 0 -1 1077944384 448 0 0 0 0 0 0 0 20 0 15 0 105290749 10916999168 151880 33554432000 4194304 4196468 140733111627248 140035067799984 140035516914306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8413184 140733111628920 140733111629065 140733111629065 140733111631823 0
Current children cumulated CPU time: 13.43 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 607520 KiB

[startup+7.42384 s]
# the end of solver process 13114 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=14.2232 s, system=0.457291 s

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

[startup+6.40096 s]
/proc/loadavg: 1.52 1.41 1.37 3/216 13129
/proc/meminfo: memFree=27915952/32770624 swapFree=67108860/67108860
[pid=13114] ppid=13111 vsize=10661132 memory=607520 CPUtime=13.53 cores=1,3,5,7
/proc/13114/stat : 13114 (java) S 13111 13114 8672 0 -1 1077944320 17095 0 0 0 1312 41 0 0 20 0 15 0 105290743 10916999168 151880 33554432000 4194304 4196468 140733111627248 140733111609792 140035516903159 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8413184 140733111628920 140733111629065 140733111629065 140733111631823 0
/proc/13114/statm: 2665283 151880 3190 1 0 2627263 0
[pid=13114/tid=13116] ppid=13111 vsize=10661132 memory=30068 CPUtime=5.35 cores=1,3,5,7
/proc/13114/task/13116/stat : 13116 (java) R 13111 13114 8672 0 -1 4202560 6484 0 0 0 529 6 0 0 20 0 15 0 105290743 10916999168 151880 33554432000 4194304 4196468 140733111627248 140035520471792 140733113616322 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8413184 140733111628920 140733111629065 140733111629065 140733111631823 0
[pid=13114/tid=13117] ppid=13111 vsize=10661132 memory=30068 CPUtime=0.97 cores=1,3,5,7
/proc/13114/task/13117/stat : 13117 (java) S 13111 13114 8672 0 -1 1077944384 446 0 0 0 89 8 0 0 20 0 15 0 105290744 10916999168 151880 33554432000 4194304 4196468 140733111627248 140035469523856 140035516913365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8413184 140733111628920 140733111629065 140733111629065 140733111631823 0
[pid=13114/tid=13118] ppid=13111 vsize=10661132 memory=2204 CPUtime=0.94 cores=1,3,5,7
/proc/13114/task/13118/stat : 13118 (java) S 13111 13114 8672 0 -1 1077944384 279 0 0 0 87 7 0 0 20 0 15 0 105290744 10916999168 151880 33554432000 4194304 4196468 140733111627248 140035468471056 140035516913365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8413184 140733111628920 140733111629065 140733111629065 140733111631823 0
[pid=13114/tid=13119] ppid=13111 vsize=10661132 memory=1240 CPUtime=0.93 cores=1,3,5,7
/proc/13114/task/13119/stat : 13119 (java) S 13111 13114 8672 0 -1 1077944384 315 0 0 0 86 7 0 0 20 0 15 0 105290744 10916999168 151880 33554432000 4194304 4196468 140733111627248 140035467418768 140035516913365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8413184 140733111628920 140733111629065 140733111629065 140733111631823 0
[pid=13114/tid=13120] ppid=13111 vsize=10661132 memory=1520 CPUtime=0.98 cores=1,3,5,7
/proc/13114/task/13120/stat : 13120 (java) S 13111 13114 8672 0 -1 1077944384 572 0 0 0 90 8 0 0 20 0 15 0 105290744 10916999168 151880 33554432000 4194304 4196468 140733111627248 140035466365968 140035516913365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8413184 140733111628920 140733111629065 140733111629065 140733111631823 0
[pid=13114/tid=13121] ppid=13111 vsize=10661132 memory=844 CPUtime=0.02 cores=1,3,5,7
/proc/13114/task/13121/stat : 13121 (java) S 13111 13114 8672 0 -1 1077944384 720 0 0 0 2 0 0 0 20 0 15 0 105290746 10916999168 151880 33554432000 4194304 4196468 140733111627248 140035076221040 140035516914306 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8413184 140733111628920 140733111629065 140733111629065 140733111631823 0
[pid=13114/tid=13122] ppid=13111 vsize=10661132 memory=3360 CPUtime=0 cores=1,3,5,7
/proc/13114/task/13122/stat : 13122 (java) S 13111 13114 8672 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105290746 10916999168 151880 33554432000 4194304 4196468 140733111627248 140035075167072 140035516913365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8413184 140733111628920 140733111629065 140733111629065 140733111631823 0
[pid=13114/tid=13123] ppid=13111 vsize=10661132 memory=279270182300480 CPUtime=0 cores=1,3,5,7
/proc/13114/task/13123/stat : 13123 (java) S 13111 13114 8672 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 105290746 10916999168 151880 33554432000 4194304 4196468 140733111627248 140035074114672 140035516913365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8413184 140733111628920 140733111629065 140733111629065 140733111631823 0
[pid=13114/tid=13124] ppid=13111 vsize=10661132 memory=30422960 CPUtime=0 cores=1,3,5,7
/proc/13114/task/13124/stat : 13124 (java) S 13111 13114 8672 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105290749 10916999168 151880 33554432000 4194304 4196468 140733111627248 140035073062992 140035516921755 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8413184 140733111628920 140733111629065 140733111629065 140733111631823 0
[pid=13114/tid=13125] ppid=13111 vsize=10661132 memory=6655300316396806240 CPUtime=1.88 cores=1,3,5,7
/proc/13114/task/13125/stat : 13125 (java) S 13111 13114 8672 0 -1 1077944384 2329 0 0 0 188 0 0 0 20 0 15 0 105290749 10916999168 151880 33554432000 4194304 4196468 140733111627248 140035072010864 140035516914306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8413184 140733111628920 140733111629065 140733111629065 140733111631823 0
[pid=13114/tid=13126] ppid=13111 vsize=10661132 memory=6944652177228980320 CPUtime=1.82 cores=1,3,5,7
/proc/13114/task/13126/stat : 13126 (java) S 13111 13114 8672 0 -1 1077944384 1732 0 0 0 182 0 0 0 20 0 15 0 105290749 10916999168 151880 33554432000 4194304 4196468 140733111627248 140035070958064 140035516914306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8413184 140733111628920 140733111629065 140733111629065 140733111631823 0
[pid=13114/tid=13127] ppid=13111 vsize=10661132 memory=6944656592455359580 CPUtime=0.56 cores=1,3,5,7
/proc/13114/task/13127/stat : 13127 (java) S 13111 13114 8672 0 -1 1077944384 2409 0 0 0 55 1 0 0 20 0 15 0 105290749 10916999168 151880 33554432000 4194304 4196468 140733111627248 140035069905776 140035516914306 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8413184 140733111628920 140733111629065 140733111629065 140733111631823 0
[pid=13114/tid=13128] ppid=13111 vsize=10661132 memory=-2127767619356352392 CPUtime=0 cores=1,3,5,7
/proc/13114/task/13128/stat : 13128 (java) S 13111 13114 8672 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105290749 10916999168 151880 33554432000 4194304 4196468 140733111627248 140035068853216 140035516913365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8413184 140733111628920 140733111629065 140733111629065 140733111631823 0
[pid=13114/tid=13129] ppid=13111 vsize=10661132 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/13114/task/13129/stat : 13129 (java) S 13111 13114 8672 0 -1 1077944384 448 0 0 0 0 0 0 0 20 0 15 0 105290749 10916999168 151880 33554432000 4194304 4196468 140733111627248 140035067799984 140035516914306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8413184 140733111628920 140733111629065 140733111629065 140733111631823 0
Current children cumulated CPU time: 13.53 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 607520 KiB

[startup+7.20079 s]
/proc/loadavg: 1.52 1.41 1.37 3/216 13129
/proc/meminfo: memFree=27851588/32770624 swapFree=67108860/67108860
[pid=13114] ppid=13111 vsize=10661132 memory=672964 CPUtime=14.44 cores=1,3,5,7
/proc/13114/stat : 13114 (java) S 13111 13114 8672 0 -1 1077944320 18849 0 0 0 1400 44 0 0 20 0 15 0 105290743 10916999168 168241 33554432000 4194304 4196468 140733111627248 140733111609792 140035516903159 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8413184 140733111628920 140733111629065 140733111629065 140733111631823 0
/proc/13114/statm: 2665283 168241 3192 1 0 2627263 0
[pid=13114/tid=13116] ppid=13111 vsize=10661132 memory=-3039135443232236825 CPUtime=6.12 cores=1,3,5,7
/proc/13114/task/13116/stat : 13116 (java) R 13111 13114 8672 0 -1 4202560 7131 0 0 0 605 7 0 0 20 0 15 0 105290743 10916999168 168241 33554432000 4194304 4196468 140733111627248 140035520369536 140733113616322 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8413184 140733111628920 140733111629065 140733111629065 140733111631823 0
[pid=13114/tid=13117] ppid=13111 vsize=10661132 memory=6944656591801720226 CPUtime=1 cores=1,3,5,7
/proc/13114/task/13117/stat : 13117 (java) S 13111 13114 8672 0 -1 1077944384 555 0 0 0 92 8 0 0 20 0 15 0 105290744 10916999168 168241 33554432000 4194304 4196468 140733111627248 140035469523856 140035516913365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8413184 140733111628920 140733111629065 140733111629065 140733111631823 0
[pid=13114/tid=13118] ppid=13111 vsize=10661132 memory=-7738167615158003044 CPUtime=0.98 cores=1,3,5,7
/proc/13114/task/13118/stat : 13118 (java) S 13111 13114 8672 0 -1 1077944384 364 0 0 0 90 8 0 0 20 0 15 0 105290744 10916999168 168241 33554432000 4194304 4196468 140733111627248 140035468471056 140035516913365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8413184 140733111628920 140733111629065 140733111629065 140733111631823 0
[pid=13114/tid=13119] ppid=13111 vsize=10661132 memory=4871374705135476842 CPUtime=0.97 cores=1,3,5,7
/proc/13114/task/13119/stat : 13119 (java) S 13111 13114 8672 0 -1 1077944384 407 0 0 0 89 8 0 0 20 0 15 0 105290744 10916999168 168241 33554432000 4194304 4196468 140733111627248 140035467418768 140035516913365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8413184 140733111628920 140733111629065 140733111629065 140733111631823 0
[pid=13114/tid=13120] ppid=13111 vsize=10661132 memory=0 CPUtime=1.02 cores=1,3,5,7
/proc/13114/task/13120/stat : 13120 (java) S 13111 13114 8672 0 -1 1077944384 657 0 0 0 93 9 0 0 20 0 15 0 105290744 10916999168 168241 33554432000 4194304 4196468 140733111627248 140035466365968 140035516913365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8413184 140733111628920 140733111629065 140733111629065 140733111631823 0
[pid=13114/tid=13121] ppid=13111 vsize=10661132 memory=4140 CPUtime=0.02 cores=1,3,5,7
/proc/13114/task/13121/stat : 13121 (java) S 13111 13114 8672 0 -1 1077944384 1119 0 0 0 2 0 0 0 20 0 15 0 105290746 10916999168 168241 33554432000 4194304 4196468 140733111627248 140035076221040 140035516914306 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8413184 140733111628920 140733111629065 140733111629065 140733111631823 0
[pid=13114/tid=13122] ppid=13111 vsize=10661132 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/13114/task/13122/stat : 13122 (java) S 13111 13114 8672 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105290746 10916999168 168241 33554432000 4194304 4196468 140733111627248 140035075167072 140035516913365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8413184 140733111628920 140733111629065 140733111629065 140733111631823 0
[pid=13114/tid=13123] ppid=13111 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13114/task/13123/stat : 13123 (java) S 13111 13114 8672 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 105290746 10916999168 168241 33554432000 4194304 4196468 140733111627248 140035074114672 140035516913365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8413184 140733111628920 140733111629065 140733111629065 140733111631823 0
[pid=13114/tid=13124] ppid=13111 vsize=10661132 memory=279270182415056 CPUtime=0 cores=1,3,5,7
/proc/13114/task/13124/stat : 13124 (java) S 13111 13114 8672 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105290749 10916999168 168241 33554432000 4194304 4196468 140733111627248 140035073062992 140035516921755 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8413184 140733111628920 140733111629065 140733111629065 140733111631823 0
[pid=13114/tid=13125] ppid=13111 vsize=10661132 memory=139635091091552 CPUtime=1.88 cores=1,3,5,7
/proc/13114/task/13125/stat : 13125 (java) S 13111 13114 8672 0 -1 1077944384 2346 0 0 0 188 0 0 0 20 0 15 0 105290749 10916999168 168241 33554432000 4194304 4196468 140733111627248 140035072010864 140035516914306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8413184 140733111628920 140733111629065 140733111629065 140733111631823 0
[pid=13114/tid=13126] ppid=13111 vsize=10661132 memory=279270182141600 CPUtime=1.82 cores=1,3,5,7
/proc/13114/task/13126/stat : 13126 (java) S 13111 13114 8672 0 -1 1077944384 2048 0 0 0 182 0 0 0 20 0 15 0 105290749 10916999168 168241 33554432000 4194304 4196468 140733111627248 140035070958064 140035516914306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8413184 140733111628920 140733111629065 140733111629065 140733111631823 0
[pid=13114/tid=13127] ppid=13111 vsize=10661132 memory=3184237555167041616 CPUtime=0.56 cores=1,3,5,7
/proc/13114/task/13127/stat : 13127 (java) S 13111 13114 8672 0 -1 1077944384 2413 0 0 0 55 1 0 0 20 0 15 0 105290749 10916999168 168241 33554432000 4194304 4196468 140733111627248 140035069905776 140035516914306 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8413184 140733111628920 140733111629065 140733111629065 140733111631823 0
[pid=13114/tid=13128] ppid=13111 vsize=10661132 memory=3472328296160571440 CPUtime=0 cores=1,3,5,7
/proc/13114/task/13128/stat : 13128 (java) S 13111 13114 8672 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105290749 10916999168 168241 33554432000 4194304 4196468 140733111627248 140035068853216 140035516913365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8413184 140733111628920 140733111629065 140733111629065 140733111631823 0
[pid=13114/tid=13129] ppid=13111 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13114/task/13129/stat : 13129 (java) S 13111 13114 8672 0 -1 1077944384 448 0 0 0 0 0 0 0 20 0 15 0 105290749 10916999168 168241 33554432000 4194304 4196468 140733111627248 140035067799984 140035516914306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8413184 140733111628920 140733111629065 140733111629065 140733111631823 0
Current children cumulated CPU time: 14.44 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 672964 KiB

[startup+7.40075 s]
/proc/loadavg: 1.52 1.41 1.37 3/216 13129
/proc/meminfo: memFree=27851588/32770624 swapFree=67108860/67108860
[pid=13114] ppid=13111 vsize=10661132 memory=673080 CPUtime=14.65 cores=1,3,5,7
/proc/13114/stat : 13114 (java) S 13111 13114 8672 0 -1 1077944320 18872 0 0 0 1420 45 0 0 20 0 15 0 105290743 10916999168 168270 33554432000 4194304 4196468 140733111627248 140733111609792 140035516903159 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8413184 140733111628920 140733111629065 140733111629065 140733111631823 0
/proc/13114/statm: 2665283 168270 3192 1 0 2627263 0
[pid=13114/tid=13116] ppid=13111 vsize=10661132 memory=7307184289356141157 CPUtime=6.31 cores=1,3,5,7
/proc/13114/task/13116/stat : 13116 (java) R 13111 13114 8672 0 -1 4202560 7154 0 0 0 624 7 0 0 20 0 15 0 105290743 10916999168 168270 33554432000 4194304 4196468 140733111627248 140035520233328 140733113616322 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8413184 140733111628920 140733111629065 140733111629065 140733111631823 0
[pid=13114/tid=13117] ppid=13111 vsize=10661132 memory=7085152050716256148 CPUtime=1 cores=1,3,5,7
/proc/13114/task/13117/stat : 13117 (java) S 13111 13114 8672 0 -1 1077944384 555 0 0 0 92 8 0 0 20 0 15 0 105290744 10916999168 168270 33554432000 4194304 4196468 140733111627248 140035469523856 140035516913365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8413184 140733111628920 140733111629065 140733111629065 140733111631823 0
[pid=13114/tid=13118] ppid=13111 vsize=10661132 memory=7085152050716256148 CPUtime=0.98 cores=1,3,5,7
/proc/13114/task/13118/stat : 13118 (java) S 13111 13114 8672 0 -1 1077944384 364 0 0 0 90 8 0 0 20 0 15 0 105290744 10916999168 168270 33554432000 4194304 4196468 140733111627248 140035468471056 140035516913365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8413184 140733111628920 140733111629065 140733111629065 140733111631823 0
[pid=13114/tid=13119] ppid=13111 vsize=10661132 memory=11022289914 CPUtime=0.97 cores=1,3,5,7
/proc/13114/task/13119/stat : 13119 (java) S 13111 13114 8672 0 -1 1077944384 407 0 0 0 89 8 0 0 20 0 15 0 105290744 10916999168 168270 33554432000 4194304 4196468 140733111627248 140035467418768 140035516913365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8413184 140733111628920 140733111629065 140733111629065 140733111631823 0
[pid=13114/tid=13120] ppid=13111 vsize=10661132 memory=11022289914 CPUtime=1.02 cores=1,3,5,7
/proc/13114/task/13120/stat : 13120 (java) S 13111 13114 8672 0 -1 1077944384 657 0 0 0 93 9 0 0 20 0 15 0 105290744 10916999168 168270 33554432000 4194304 4196468 140733111627248 140035466365968 140035516913365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8413184 140733111628920 140733111629065 140733111629065 140733111631823 0
[pid=13114/tid=13121] ppid=13111 vsize=10661132 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/13114/task/13121/stat : 13121 (java) S 13111 13114 8672 0 -1 1077944384 1119 0 0 0 2 0 0 0 20 0 15 0 105290746 10916999168 168270 33554432000 4194304 4196468 140733111627248 140035076221040 140035516914306 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8413184 140733111628920 140733111629065 140733111629065 140733111631823 0
[pid=13114/tid=13122] ppid=13111 vsize=10661132 memory=279270182603088 CPUtime=0 cores=1,3,5,7
/proc/13114/task/13122/stat : 13122 (java) S 13111 13114 8672 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105290746 10916999168 168270 33554432000 4194304 4196468 140733111627248 140035075167072 140035516913365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8413184 140733111628920 140733111629065 140733111629065 140733111631823 0
[pid=13114/tid=13123] ppid=13111 vsize=10661132 memory=139635091272308 CPUtime=0 cores=1,3,5,7
/proc/13114/task/13123/stat : 13123 (java) S 13111 13114 8672 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 105290746 10916999168 168270 33554432000 4194304 4196468 140733111627248 140035074114672 140035516913365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8413184 140733111628920 140733111629065 140733111629065 140733111631823 0
[pid=13114/tid=13124] ppid=13111 vsize=10661132 memory=139635091261580 CPUtime=0 cores=1,3,5,7
/proc/13114/task/13124/stat : 13124 (java) S 13111 13114 8672 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105290749 10916999168 168270 33554432000 4194304 4196468 140733111627248 140035073062992 140035516921755 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8413184 140733111628920 140733111629065 140733111629065 140733111631823 0
[pid=13114/tid=13125] ppid=13111 vsize=10661132 memory=139635091266262 CPUtime=1.88 cores=1,3,5,7
/proc/13114/task/13125/stat : 13125 (java) S 13111 13114 8672 0 -1 1077944384 2346 0 0 0 188 0 0 0 20 0 15 0 105290749 10916999168 168270 33554432000 4194304 4196468 140733111627248 140035072010864 140035516914306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8413184 140733111628920 140733111629065 140733111629065 140733111631823 0
[pid=13114/tid=13126] ppid=13111 vsize=10661132 memory=56 CPUtime=1.82 cores=1,3,5,7
/proc/13114/task/13126/stat : 13126 (java) S 13111 13114 8672 0 -1 1077944384 2048 0 0 0 182 0 0 0 20 0 15 0 105290749 10916999168 168270 33554432000 4194304 4196468 140733111627248 140035070958064 140035516914306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8413184 140733111628920 140733111629065 140733111629065 140733111631823 0
[pid=13114/tid=13127] ppid=13111 vsize=10661132 memory=0 CPUtime=0.56 cores=1,3,5,7
/proc/13114/task/13127/stat : 13127 (java) S 13111 13114 8672 0 -1 1077944384 2413 0 0 0 55 1 0 0 20 0 15 0 105290749 10916999168 168270 33554432000 4194304 4196468 140733111627248 140035069905776 140035516914306 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8413184 140733111628920 140733111629065 140733111629065 140733111631823 0
[pid=13114/tid=13128] ppid=13111 vsize=10661132 memory=1304 CPUtime=0 cores=1,3,5,7
/proc/13114/task/13128/stat : 13128 (java) S 13111 13114 8672 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105290749 10916999168 168270 33554432000 4194304 4196468 140733111627248 140035068853216 140035516913365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8413184 140733111628920 140733111629065 140733111629065 140733111631823 0
[pid=13114/tid=13129] ppid=13111 vsize=10661132 memory=494 CPUtime=0 cores=1,3,5,7
/proc/13114/task/13129/stat : 13129 (java) S 13111 13114 8672 0 -1 1077944384 448 0 0 0 0 0 0 0 20 0 15 0 105290749 10916999168 168270 33554432000 4194304 4196468 140733111627248 140035067799984 140035516914306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8413184 140733111628920 140733111629065 140733111629065 140733111631823 0
Current children cumulated CPU time: 14.65 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 673080 KiB

Child status: 0
Real time (s): 7.42389
CPU time (s): 14.6805
CPU user time (s): 14.2232
CPU system time (s): 0.457291
CPU usage (%): 197.746
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 673080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.2232
system time used= 0.457291
maximum resident set size= 673484
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19566
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= 1947
involuntary context switches= 68


# summary of solver processes directly reported to runsolver:
#   pid: 13114
#   total CPU time (s): 14.6805
#   total CPU user time (s): 14.2232
#   total CPU system time (s): 0.457291

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.074787 second user time and 0.109115 second system time

The end

Launcher Data

Begin job on node136 at 2018-07-29 17:14:36
IDJOB=4300241
IDBENCH=141574
IDSOLVER=2768
FILE ID=node136/4300241-1532877276
RUNJOBID= node136-1532872228-12187
PBS_JOBID= 21022496
Free space on /tmp= 60228 MiB

SOLVER NAME= The dodo solver 2018-04-29
BENCH NAME= XCSP18/SteelMillSlab_Mini/SteelMillSlab-m2s-mini-6_0_c18.xml
COMMAND LINE= java -jar DIR/dodo_solver.jar BENCHNAME --timelimit TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4300241-1532877276/watcher-4300241-1532877276 -o /tmp/evaluation-result-4300241-1532877276/solver-4300241-1532877276 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532872228-12187 --watchdog 2580  java -jar HOME/dodo_solver.jar HOME/instance-4300241-1532877276.xml --timelimit 2520

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

MD5SUM BENCH= 02bdff16f5a4a1b9d1c31da1cf8092d2
RANDOM SEED=1758557311

node136.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.50
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.50
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.50
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.50
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:        28510568 kB
MemAvailable:   31785800 kB
Buffers:          211896 kB
Cached:          3334608 kB
SwapCached:            0 kB
Active:          1849816 kB
Inactive:        1935968 kB
Active(anon):     190964 kB
Inactive(anon):    76500 kB
Active(file):    1658852 kB
Inactive(file):  1859468 kB
Unevictable:        7308 kB
Mlocked:            7308 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2832 kB
Writeback:             0 kB
AnonPages:        277768 kB
Mapped:            46624 kB
Shmem:             25228 kB
Slab:             173328 kB
SReclaimable:     145496 kB
SUnreclaim:        27832 kB
KernelStack:        3824 kB
PageTables:         5816 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1151280 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    176128 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 60228 MiB
End job on node136 at 2018-07-29 17:14:43