Trace number 4387319

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.10OPT2 12.1174 5.69353

General information on the benchmark

NameRamsey/Ramsey-m1-s1/
Ramsey-14.xml
MD5SUMf4ca123f15e4fb0e6c90fff9e365f87b
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.041625
Satisfiable
(Un)Satisfiability was proved
Number of variables196
Number of constraints364
Number of domains1
Minimum domain size91
Maximum domain size91
Distribution of domain sizes[{"size":91,"count":91}]
Minimum variable degree0
Maximum variable degree13
Distribution of variable degrees[{"degree":0,"count":105},{"degree":13,"count":91}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":364}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"nValues","count":364}]
Optimization problemYES
Type of objectivemin MAXIMUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.74/0.55	c Concrete v3.10.1560635388952 running
8.90/3.85	o 90
9.23/3.93	o 89
9.23/3.96	o 88
9.23/4.00	o 87
9.58/4.01	o 86
9.58/4.02	o 3
11.88/4.95	o 2
11.88/5.00	v <instantiation
11.88/5.00	v         cost = '2'>
11.88/5.00	v       <list>
11.88/5.00	v         x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[0][9] x[0][10] x[0][11] x[0][12] x[0][13] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[1][9] x[1][10] x[1][11] x[1][12] x[1][13] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[2][9] x[2][10] x[2][11] x[2][12] x[2][13] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[3][9] x[3][10] x[3][11] x[3][12] x[3][13] x[4][5] x[4][6] x[4][7] x[4][8] x[4][9] x[4][10] x[4][11] x[4][12] x[4][13] x[5][6] x[5][7] x[5][8] x[5][9] x[5][10] x[5][11] x[5][12] x[5][13] x[6][7] x[6][8] x[6][9] x[6][10] x[6][11] x[6][12] x[6][13] x[7][8] x[7][9] x[7][10] x[7][11] x[7][12] x[7][13] x[8][9] x[8][10] x[8][11] x[8][12] x[8][13] x[9][10] x[9][11] x[9][12] x[9][13] x[10][11] x[10][12] x[10][13] x[11][12] x[11][13] x[12][13]
11.88/5.00	v       </list>
11.88/5.00	v       <values>
11.88/5.00	v         2 1 1 1 0 2 2 0 2 2 1 0 0 2 2 1 0 1 0 0 1 0 1 0 1 0 0 2 1 1 2 2 0 2 0 1 2 2 2 0 0 1 1 0 2 1 0 0 2 0 2 1 2 1 0 1 2 1 1 2 0 1 2 0 2 0 1 2 0 2 2 1 1 1 1 0 0 1 1 2 1 0 0 2 2 2 2 0 0 0 1
11.88/5.00	v       </values>
11.88/5.00	v     </instantiation>
11.88/5.00	s OPTIMUM FOUND

Verifier Data

OK	2

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387319-1568298875/watcher-4387319-1568298875 -o /tmp/evaluation-result-4387319-1568298875/solver-4387319-1568298875 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1568282287-6448 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=12406135 HOME/instance-4387319-1568298875.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=10672, runsolver pid=10669

[startup+0.100126 s]*
/proc/loadavg: 1.49 1.39 1.36 3/218 10729
/proc/meminfo: memFree=30264056/32770624 swapFree=66995996/67108860
[pid=10672] ppid=10669 vsize=9972712 memory=15180 CPUtime=0.1 cores=1,3,5,7
/proc/10672/stat : 10672 (java) S 10669 10672 5684 0 -1 1077944320 4539 13301 0 0 1 1 5 3 20 0 6 0 406142277 10212057088 3795 33554432000 4194304 4196468 140727028382240 140727028364784 140218061459191 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 39182336 140727028386551 140727028389061 140727028389061 140727028391887 0
/proc/10672/statm: 2493178 3795 1935 1 0 2481616 0
[pid=10672/tid=10725] ppid=10669 vsize=9972712 memory=-8617482348318186131 CPUtime=0.08 cores=1,3,5,7
/proc/10672/task/10725/stat : 10725 (java) R 10669 10672 5684 0 -1 4202560 2365 13301 0 0 0 0 5 3 20 0 6 0 406142286 10212057088 3795 33554432000 4194304 4196468 140727028382240 140218033295952 140218046582128 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39182336 140727028386551 140727028389061 140727028389061 140727028391887 0
[pid=10672/tid=10726] ppid=10669 vsize=9972712 memory=-7025452035940392864 CPUtime=0.08 cores=1,3,5,7
/proc/10672/task/10726/stat : 10726 (java) S 10669 10672 5684 0 -1 1077944384 1 13301 0 0 0 0 5 3 20 0 6 0 406142287 10212057088 3795 33554432000 4194304 4196468 140727028382240 140218065702032 140218061469397 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39182336 140727028386551 140727028389061 140727028389061 140727028391887 0
[pid=10672/tid=10727] ppid=10669 vsize=9972712 memory=139667678480000 CPUtime=0.08 cores=1,3,5,7
/proc/10672/task/10727/stat : 10727 (java) S 10669 10672 5684 0 -1 1077944384 2 13301 0 0 0 0 5 3 20 0 6 0 406142287 10212057088 3795 33554432000 4194304 4196468 140727028382240 140217999744016 140218061469397 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39182336 140727028386551 140727028389061 140727028389061 140727028391887 0
[pid=10672/tid=10728] ppid=10669 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10672/task/10728/stat : 10728 (java) S 10669 10672 5684 0 -1 1077944384 2 13301 0 0 0 0 5 3 20 0 6 0 406142287 10212057088 3795 33554432000 4194304 4196468 140727028382240 140217634098064 140218061469397 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39182336 140727028386551 140727028389061 140727028389061 140727028391887 0
[pid=10672/tid=10729] ppid=10669 vsize=9972712 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/10672/task/10729/stat : 10729 (java) S 10669 10672 5684 0 -1 1077944384 1 13301 0 0 0 0 5 3 20 0 6 0 406142287 10212057088 3795 33554432000 4194304 4196468 140727028382240 140217633045264 140218061469397 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39182336 140727028386551 140727028389061 140727028389061 140727028391887 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 15180 KiB

[startup+0.209959 s]*
/proc/loadavg: 1.49 1.39 1.36 3/227 10738
/proc/meminfo: memFree=30247692/32770624 swapFree=66995996/67108860
[pid=10672] ppid=10669 vsize=10818940 memory=35028 CPUtime=0.27 cores=1,3,5,7
/proc/10672/stat : 10672 (java) S 10669 10672 5684 0 -1 1077944320 7138 13301 0 0 17 2 5 3 20 0 15 0 406142277 11078594560 8757 33554432000 4194304 4196468 140727028382240 140727028364784 140218061459191 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 39182336 140727028386551 140727028389061 140727028389061 140727028391887 0
/proc/10672/statm: 2704735 8757 2983 1 0 2667149 0
[pid=10672/tid=10725] ppid=10669 vsize=10818940 memory=7100839852556125036 CPUtime=0.2 cores=1,3,5,7
/proc/10672/task/10725/stat : 10725 (java) R 10669 10672 5684 0 -1 4202560 3535 13301 0 0 11 1 5 3 20 0 15 0 406142286 11078594560 8757 33554432000 4194304 4196468 140727028382240 140218033291392 140218045539678 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39182336 140727028386551 140727028389061 140727028389061 140727028391887 0
[pid=10672/tid=10726] ppid=10669 vsize=10818940 memory=-7025452035940392864 CPUtime=0.08 cores=1,3,5,7
/proc/10672/task/10726/stat : 10726 (java) S 10669 10672 5684 0 -1 1077944384 1 13301 0 0 0 0 5 3 20 0 15 0 406142287 11078594560 8757 33554432000 4194304 4196468 140727028382240 140218065702032 140218061469397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39182336 140727028386551 140727028389061 140727028389061 140727028391887 0
[pid=10672/tid=10727] ppid=10669 vsize=10818940 memory=139667678480000 CPUtime=0.08 cores=1,3,5,7
/proc/10672/task/10727/stat : 10727 (java) S 10669 10672 5684 0 -1 1077944384 2 13301 0 0 0 0 5 3 20 0 15 0 406142287 11078594560 8757 33554432000 4194304 4196468 140727028382240 140217999744016 140218061469397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39182336 140727028386551 140727028389061 140727028389061 140727028391887 0
[pid=10672/tid=10728] ppid=10669 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10672/task/10728/stat : 10728 (java) S 10669 10672 5684 0 -1 1077944384 2 13301 0 0 0 0 5 3 20 0 15 0 406142287 11078594560 8757 33554432000 4194304 4196468 140727028382240 140217634098064 140218061469397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39182336 140727028386551 140727028389061 140727028389061 140727028391887 0
[pid=10672/tid=10729] ppid=10669 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/10672/task/10729/stat : 10729 (java) S 10669 10672 5684 0 -1 1077944384 1 13301 0 0 0 0 5 3 20 0 15 0 406142287 11078594560 8757 33554432000 4194304 4196468 140727028382240 140217633045264 140218061469397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39182336 140727028386551 140727028389061 140727028389061 140727028391887 0
[pid=10672/tid=10730] ppid=10669 vsize=10818940 memory=139667678480000 CPUtime=0.08 cores=1,3,5,7
/proc/10672/task/10730/stat : 10730 (java) S 10669 10672 5684 0 -1 1077944384 2 13301 0 0 0 0 5 3 20 0 15 0 406142288 11078594560 8757 33554432000 4194304 4196468 140727028382240 140217520449904 140218061470338 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39182336 140727028386551 140727028389061 140727028389061 140727028391887 0
[pid=10672/tid=10731] ppid=10669 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/10672/task/10731/stat : 10731 (java) S 10669 10672 5684 0 -1 1077944384 33 13301 0 0 0 0 5 3 20 0 15 0 406142288 11078594560 8757 33554432000 4194304 4196468 140727028382240 140217519395872 140218061469397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39182336 140727028386551 140727028389061 140727028389061 140727028391887 0
[pid=10672/tid=10732] ppid=10669 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10672/task/10732/stat : 10732 (java) S 10669 10672 5684 0 -1 1077944384 1 13301 0 0 0 0 5 3 20 0 15 0 406142289 11078594560 8757 33554432000 4194304 4196468 140727028382240 140216924889968 140218061469397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39182336 140727028386551 140727028389061 140727028389061 140727028391887 0
[pid=10672/tid=10733] ppid=10669 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10672/task/10733/stat : 10733 (java) S 10669 10672 5684 0 -1 1077944384 3 13301 0 0 0 0 5 3 20 0 15 0 406142291 11078594560 8757 33554432000 4194304 4196468 140727028382240 140216617490256 140218061477787 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39182336 140727028386551 140727028389061 140727028389061 140727028391887 0
[pid=10672/tid=10734] ppid=10669 vsize=10818940 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/10672/task/10734/stat : 10734 (java) S 10669 10672 5684 0 -1 1077944384 361 13301 0 0 1 0 5 3 20 0 15 0 406142291 11078594560 8757 33554432000 4194304 4196468 140727028382240 140217485839216 140218061470338 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39182336 140727028386551 140727028389061 140727028389061 140727028391887 0
[pid=10672/tid=10735] ppid=10669 vsize=10818940 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/10672/task/10735/stat : 10735 (java) S 10669 10672 5684 0 -1 1077944384 290 13301 0 0 1 0 5 3 20 0 15 0 406142291 11078594560 8757 33554432000 4194304 4196468 140727028382240 140217484786416 140218061470338 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39182336 140727028386551 140727028389061 140727028389061 140727028391887 0
[pid=10672/tid=10736] ppid=10669 vsize=10818940 memory=139667678480000 CPUtime=0.11 cores=1,3,5,7
/proc/10672/task/10736/stat : 10736 (java) S 10669 10672 5684 0 -1 1077944384 698 13301 0 0 3 0 5 3 20 0 15 0 406142291 11078594560 8757 33554432000 4194304 4196468 140727028382240 140217483733616 140218061470338 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39182336 140727028386551 140727028389061 140727028389061 140727028391887 0
[pid=10672/tid=10737] ppid=10669 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/10672/task/10737/stat : 10737 (java) S 10669 10672 5684 0 -1 1077944384 3 13301 0 0 0 0 5 3 20 0 15 0 406142292 11078594560 8757 33554432000 4194304 4196468 140727028382240 140216583932640 140218061469397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39182336 140727028386551 140727028389061 140727028389061 140727028391887 0
[pid=10672/tid=10738] ppid=10669 vsize=10818940 memory=139667678480000 CPUtime=0.08 cores=1,3,5,7
/proc/10672/task/10738/stat : 10738 (java) S 10669 10672 5684 0 -1 1077944384 1 13301 0 0 0 0 5 3 20 0 15 0 406142292 11078594560 8757 33554432000 4194304 4196468 140727028382240 140217482681008 140218061470338 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39182336 140727028386551 140727028389061 140727028389061 140727028391887 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 35028 KiB

[startup+0.317296 s]*
/proc/loadavg: 1.49 1.39 1.36 3/227 10738
/proc/meminfo: memFree=30234516/32770624 swapFree=66995996/67108860
[pid=10672] ppid=10669 vsize=10820244 memory=46868 CPUtime=0.42 cores=1,3,5,7
/proc/10672/stat : 10672 (java) S 10669 10672 5684 0 -1 1077944320 10853 13301 0 0 30 4 5 3 20 0 15 0 406142277 11079929856 11717 33554432000 4194304 4196468 140727028382240 140727028364784 140218061459191 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 39182336 140727028386551 140727028389061 140727028389061 140727028391887 0
/proc/10672/statm: 2705061 11717 3308 1 0 2667149 0
[pid=10672/tid=10725] ppid=10669 vsize=10820244 memory=8317482817917895235 CPUtime=0.3 cores=1,3,5,7
/proc/10672/task/10725/stat : 10725 (java) R 10669 10672 5684 0 -1 4202560 7184 13301 0 0 20 2 5 3 20 0 15 0 406142286 11079929856 11717 33554432000 4194304 4196468 140727028382240 140218033271632 140218045539678 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39182336 140727028386551 140727028389061 140727028389061 140727028391887 0
[pid=10672/tid=10726] ppid=10669 vsize=10820244 memory=6370458661054014563 CPUtime=0.08 cores=1,3,5,7
/proc/10672/task/10726/stat : 10726 (java) S 10669 10672 5684 0 -1 1077944384 1 13301 0 0 0 0 5 3 20 0 15 0 406142287 11079929856 11717 33554432000 4194304 4196468 140727028382240 140218065702032 140218061469397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39182336 140727028386551 140727028389061 140727028389061 140727028391887 0
[pid=10672/tid=10727] ppid=10669 vsize=10820244 memory=5787213827347079232 CPUtime=0.08 cores=1,3,5,7
/proc/10672/task/10727/stat : 10727 (java) S 10669 10672 5684 0 -1 1077944384 2 13301 0 0 0 0 5 3 20 0 15 0 406142287 11079929856 11717 33554432000 4194304 4196468 140727028382240 140217999744016 140218061469397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39182336 140727028386551 140727028389061 140727028389061 140727028391887 0
[pid=10672/tid=10728] ppid=10669 vsize=10820244 memory=7649539034707412673 CPUtime=0.08 cores=1,3,5,7
/proc/10672/task/10728/stat : 10728 (java) S 10669 10672 5684 0 -1 1077944384 2 13301 0 0 0 0 5 3 20 0 15 0 406142287 11079929856 11717 33554432000 4194304 4196468 140727028382240 140217634098064 140218061469397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39182336 140727028386551 140727028389061 140727028389061 140727028391887 0
[pid=10672/tid=10729] ppid=10669 vsize=10820244 memory=4126316290023845779 CPUtime=0.08 cores=1,3,5,7
/proc/10672/task/10729/stat : 10729 (java) S 10669 10672 5684 0 -1 1077944384 1 13301 0 0 0 0 5 3 20 0 15 0 406142287 11079929856 11717 33554432000 4194304 4196468 140727028382240 140217633045264 140218061469397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39182336 140727028386551 140727028389061 140727028389061 140727028391887 0
[pid=10672/tid=10730] ppid=10669 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10672/task/10730/stat : 10730 (java) S 10669 10672 5684 0 -1 1077944384 2 13301 0 0 0 0 5 3 20 0 15 0 406142288 11079929856 11717 33554432000 4194304 4196468 140727028382240 140217520449904 140218061470338 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39182336 140727028386551 140727028389061 140727028389061 140727028391887 0
[pid=10672/tid=10731] ppid=10669 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10672/task/10731/stat : 10731 (java) S 10669 10672 5684 0 -1 1077944384 33 13301 0 0 0 0 5 3 20 0 15 0 406142288 11079929856 11717 33554432000 4194304 4196468 140727028382240 140217519395872 140218061469397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39182336 140727028386551 140727028389061 140727028389061 140727028391887 0
[pid=10672/tid=10732] ppid=10669 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10672/task/10732/stat : 10732 (java) S 10669 10672 5684 0 -1 1077944384 1 13301 0 0 0 0 5 3 20 0 15 0 406142289 11079929856 11717 33554432000 4194304 4196468 140727028382240 140216924889968 140218061469397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39182336 140727028386551 140727028389061 140727028389061 140727028391887 0
[pid=10672/tid=10733] ppid=10669 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10672/task/10733/stat : 10733 (java) S 10669 10672 5684 0 -1 1077944384 3 13301 0 0 0 0 5 3 20 0 15 0 406142291 11079929856 11717 33554432000 4194304 4196468 140727028382240 140216617490256 140218061477787 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39182336 140727028386551 140727028389061 140727028389061 140727028391887 0
[pid=10672/tid=10734] ppid=10669 vsize=10820244 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/10672/task/10734/stat : 10734 (java) S 10669 10672 5684 0 -1 1077944384 365 13301 0 0 1 0 5 3 20 0 15 0 406142291 11079929856 11717 33554432000 4194304 4196468 140727028382240 140217485839216 140218061470338 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39182336 140727028386551 140727028389061 140727028389061 140727028391887 0
[pid=10672/tid=10735] ppid=10669 vsize=10820244 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/10672/task/10735/stat : 10735 (java) S 10669 10672 5684 0 -1 1077944384 310 13301 0 0 2 0 5 3 20 0 15 0 406142291 11079929856 11717 33554432000 4194304 4196468 140727028382240 140217484786416 140218061470338 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39182336 140727028386551 140727028389061 140727028389061 140727028391887 0
[pid=10672/tid=10736] ppid=10669 vsize=10820244 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/10672/task/10736/stat : 10736 (java) S 10669 10672 5684 0 -1 1077944384 745 13301 0 0 5 0 5 3 20 0 15 0 406142291 11079929856 11717 33554432000 4194304 4196468 140727028382240 140217483733616 140218061470338 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39182336 140727028386551 140727028389061 140727028389061 140727028391887 0
[pid=10672/tid=10737] ppid=10669 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10672/task/10737/stat : 10737 (java) S 10669 10672 5684 0 -1 1077944384 3 13301 0 0 0 0 5 3 20 0 15 0 406142292 11079929856 11717 33554432000 4194304 4196468 140727028382240 140216583932640 140218061469397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39182336 140727028386551 140727028389061 140727028389061 140727028391887 0
[pid=10672/tid=10738] ppid=10669 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10672/task/10738/stat : 10738 (java) S 10669 10672 5684 0 -1 1077944384 1 13301 0 0 0 0 5 3 20 0 15 0 406142292 11079929856 11717 33554432000 4194304 4196468 140727028382240 140217482681008 140218061470338 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39182336 140727028386551 140727028389061 140727028389061 140727028391887 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 10820244 KiB
Current children cumulated memory: 46868 KiB

[startup+0.7033 s]
/proc/loadavg: 1.49 1.39 1.36 5/227 10738
/proc/meminfo: memFree=30220832/32770624 swapFree=66995996/67108860
[pid=10672] ppid=10669 vsize=10824340 memory=77564 CPUtime=1.15 cores=1,3,5,7
/proc/10672/stat : 10672 (java) S 10669 10672 5684 0 -1 1077944320 15165 13301 0 0 101 6 5 3 20 0 15 0 406142277 11084124160 19391 33554432000 4194304 4196468 140727028382240 140727028364784 140218061459191 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 39182336 140727028386551 140727028389061 140727028389061 140727028391887 0
/proc/10672/statm: 2706085 19391 3506 1 0 2668173 0
[pid=10672/tid=10725] ppid=10669 vsize=10824340 memory=2241 CPUtime=0.68 cores=1,3,5,7
/proc/10672/task/10725/stat : 10725 (java) R 10669 10672 5684 0 -1 4202560 10558 13301 0 0 56 4 5 3 20 0 15 0 406142286 11084124160 19391 33554432000 4194304 4196468 140727028382240 140218033267680 140218047154160 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 39182336 140727028386551 140727028389061 140727028389061 140727028391887 0
[pid=10672/tid=10726] ppid=10669 vsize=10824340 memory=2244 CPUtime=0.08 cores=1,3,5,7
/proc/10672/task/10726/stat : 10726 (java) S 10669 10672 5684 0 -1 1077944384 1 13301 0 0 0 0 5 3 20 0 15 0 406142287 11084124160 19391 33554432000 4194304 4196468 140727028382240 140218065702032 140218061469397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39182336 140727028386551 140727028389061 140727028389061 140727028391887 0
[pid=10672/tid=10727] ppid=10669 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10672/task/10727/stat : 10727 (java) S 10669 10672 5684 0 -1 1077944384 2 13301 0 0 0 0 5 3 20 0 15 0 406142287 11084124160 19391 33554432000 4194304 4196468 140727028382240 140217999744016 140218061469397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39182336 140727028386551 140727028389061 140727028389061 140727028391887 0
[pid=10672/tid=10728] ppid=10669 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10672/task/10728/stat : 10728 (java) S 10669 10672 5684 0 -1 1077944384 2 13301 0 0 0 0 5 3 20 0 15 0 406142287 11084124160 19391 33554432000 4194304 4196468 140727028382240 140217634098064 140218061469397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39182336 140727028386551 140727028389061 140727028389061 140727028391887 0
[pid=10672/tid=10729] ppid=10669 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10672/task/10729/stat : 10729 (java) S 10669 10672 5684 0 -1 1077944384 1 13301 0 0 0 0 5 3 20 0 15 0 406142287 11084124160 19397 33554432000 4194304 4196468 140727028382240 140217633045264 140218061469397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39182336 140727028386551 140727028389061 140727028389061 140727028391887 0
[pid=10672/tid=10730] ppid=10669 vsize=10824340 memory=6944652177228980320 CPUtime=0.08 cores=1,3,5,7
/proc/10672/task/10730/stat : 10730 (java) S 10669 10672 5684 0 -1 1077944384 5 13301 0 0 0 0 5 3 20 0 15 0 406142288 11084124160 19397 33554432000 4194304 4196468 140727028382240 140217520449904 140218061470338 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39182336 140727028386551 140727028389061 140727028389061 140727028391887 0
[pid=10672/tid=10731] ppid=10669 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10672/task/10731/stat : 10731 (java) S 10669 10672 5684 0 -1 1077944384 33 13301 0 0 0 0 5 3 20 0 15 0 406142288 11084124160 19397 33554432000 4194304 4196468 140727028382240 140217519395872 140218061469397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39182336 140727028386551 140727028389061 140727028389061 140727028391887 0
[pid=10672/tid=10732] ppid=10669 vsize=10824340 memory=6943526294502006880 CPUtime=0.08 cores=1,3,5,7
/proc/10672/task/10732/stat : 10732 (java) S 10669 10672 5684 0 -1 1077944384 1 13301 0 0 0 0 5 3 20 0 15 0 406142289 11084124160 19397 33554432000 4194304 4196468 140727028382240 140216924889968 140218061469397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39182336 140727028386551 140727028389061 140727028389061 140727028391887 0
[pid=10672/tid=10733] ppid=10669 vsize=10824340 memory=6944656592455097440 CPUtime=0.08 cores=1,3,5,7
/proc/10672/task/10733/stat : 10733 (java) S 10669 10672 5684 0 -1 1077944384 3 13301 0 0 0 0 5 3 20 0 15 0 406142291 11084124160 19397 33554432000 4194304 4196468 140727028382240 140216617490256 140218061477787 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39182336 140727028386551 140727028389061 140727028389061 140727028391887 0
[pid=10672/tid=10734] ppid=10669 vsize=10824340 memory=0 CPUtime=0.19 cores=1,3,5,7
/proc/10672/task/10734/stat : 10734 (java) S 10669 10672 5684 0 -1 1077944384 595 13301 0 0 11 0 5 3 20 0 15 0 406142291 11084124160 19397 33554432000 4194304 4196468 140727028382240 140217485839216 140218061470338 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39182336 140727028386551 140727028389061 140727028389061 140727028391887 0
[pid=10672/tid=10735] ppid=10669 vsize=10824340 memory=0 CPUtime=0.23 cores=1,3,5,7
/proc/10672/task/10735/stat : 10735 (java) S 10669 10672 5684 0 -1 1077944384 716 13301 0 0 15 0 5 3 20 0 15 0 406142291 11084124160 19397 33554432000 4194304 4196468 140727028382240 140217484786416 140218061470338 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39182336 140727028386551 140727028389061 140727028389061 140727028391887 0
[pid=10672/tid=10736] ppid=10669 vsize=10824340 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/10672/task/10736/stat : 10736 (java) S 10669 10672 5684 0 -1 1077944384 1040 13301 0 0 17 0 5 3 20 0 15 0 406142291 11084124160 19397 33554432000 4194304 4196468 140727028382240 140217483733616 140218061470338 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39182336 140727028386551 140727028389061 140727028389061 140727028391887 0
[pid=10672/tid=10737] ppid=10669 vsize=10824340 memory=279335143473392 CPUtime=0.08 cores=1,3,5,7
/proc/10672/task/10737/stat : 10737 (java) S 10669 10672 5684 0 -1 1077944384 3 13301 0 0 0 0 5 3 20 0 15 0 406142292 11084124160 19397 33554432000 4194304 4196468 140727028382240 140216583932640 140218061469397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39182336 140727028386551 140727028389061 140727028389061 140727028391887 0
[pid=10672/tid=10738] ppid=10669 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10672/task/10738/stat : 10738 (java) S 10669 10672 5684 0 -1 1077944384 1 13301 0 0 0 0 5 3 20 0 15 0 406142292 11084124160 19397 33554432000 4194304 4196468 140727028382240 140217482681008 140218061470338 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39182336 140727028386551 140727028389061 140727028389061 140727028391887 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 77564 KiB

[startup+1.5063 s]
/proc/loadavg: 1.49 1.39 1.36 3/227 10738
/proc/meminfo: memFree=30181240/32770624 swapFree=66995996/67108860
[pid=10672] ppid=10669 vsize=10834656 memory=165136 CPUtime=2.52 cores=1,3,5,7
/proc/10672/stat : 10672 (java) S 10669 10672 5684 0 -1 1077944320 22499 13301 0 0 234 10 5 3 20 0 15 0 406142277 11094687744 41284 33554432000 4194304 4196468 140727028382240 140727028364784 140218061459191 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 39182336 140727028386551 140727028389061 140727028389061 140727028391887 0
/proc/10672/statm: 2708664 41284 3582 1 0 2670733 0
[pid=10672/tid=10725] ppid=10669 vsize=10834656 memory=0 CPUtime=1.44 cores=1,3,5,7
/proc/10672/task/10725/stat : 10725 (java) R 10669 10672 5684 0 -1 4202560 15854 13301 0 0 130 6 5 3 20 0 15 0 406142286 11094687744 41284 33554432000 4194304 4196468 140727028382240 140218033266872 140218039455006 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 39182336 140727028386551 140727028389061 140727028389061 140727028391887 0
[pid=10672/tid=10726] ppid=10669 vsize=10834656 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/10672/task/10726/stat : 10726 (java) S 10669 10672 5684 0 -1 1077944384 302 13301 0 0 1 0 5 3 20 0 15 0 406142287 11094687744 41284 33554432000 4194304 4196468 140727028382240 140218065702032 140218061469397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39182336 140727028386551 140727028389061 140727028389061 140727028391887 0
[pid=10672/tid=10727] ppid=10669 vsize=10834656 memory=3184237587648007728 CPUtime=0.09 cores=1,3,5,7
/proc/10672/task/10727/stat : 10727 (java) S 10669 10672 5684 0 -1 1077944384 73 13301 0 0 1 0 5 3 20 0 15 0 406142287 11094687744 41284 33554432000 4194304 4196468 140727028382240 140217999744016 140218061469397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39182336 140727028386551 140727028389061 140727028389061 140727028391887 0
[pid=10672/tid=10728] ppid=10669 vsize=10834656 memory=279335144050400 CPUtime=0.09 cores=1,3,5,7
/proc/10672/task/10728/stat : 10728 (java) S 10669 10672 5684 0 -1 1077944384 70 13301 0 0 1 0 5 3 20 0 15 0 406142287 11094687744 41284 33554432000 4194304 4196468 140727028382240 140217634098064 140218061469397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39182336 140727028386551 140727028389061 140727028389061 140727028391887 0
[pid=10672/tid=10729] ppid=10669 vsize=10834656 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/10672/task/10729/stat : 10729 (java) S 10669 10672 5684 0 -1 1077944384 20 13301 0 0 1 0 5 3 20 0 15 0 406142287 11094687744 41284 33554432000 4194304 4196468 140727028382240 140217633045264 140218061469397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39182336 140727028386551 140727028389061 140727028389061 140727028391887 0
[pid=10672/tid=10730] ppid=10669 vsize=10834656 memory=3472467946619852624 CPUtime=0.09 cores=1,3,5,7
/proc/10672/task/10730/stat : 10730 (java) S 10669 10672 5684 0 -1 1077944384 400 13301 0 0 1 0 5 3 20 0 15 0 406142288 11094687744 41284 33554432000 4194304 4196468 140727028382240 140217520449904 140218061470338 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39182336 140727028386551 140727028389061 140727028389061 140727028391887 0
[pid=10672/tid=10731] ppid=10669 vsize=10834656 memory=6943526294502006880 CPUtime=0.08 cores=1,3,5,7
/proc/10672/task/10731/stat : 10731 (java) S 10669 10672 5684 0 -1 1077944384 34 13301 0 0 0 0 5 3 20 0 15 0 406142288 11094687744 41284 33554432000 4194304 4196468 140727028382240 140217519395936 140218061469397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39182336 140727028386551 140727028389061 140727028389061 140727028391887 0
[pid=10672/tid=10732] ppid=10669 vsize=10834656 memory=6944656592455359580 CPUtime=0.08 cores=1,3,5,7
/proc/10672/task/10732/stat : 10732 (java) S 10669 10672 5684 0 -1 1077944384 1 13301 0 0 0 0 5 3 20 0 15 0 406142289 11094687744 41284 33554432000 4194304 4196468 140727028382240 140216924889984 140218061469397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39182336 140727028386551 140727028389061 140727028389061 140727028391887 0
[pid=10672/tid=10733] ppid=10669 vsize=10834656 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10672/task/10733/stat : 10733 (java) S 10669 10672 5684 0 -1 1077944384 3 13301 0 0 0 0 5 3 20 0 15 0 406142291 11094687744 41284 33554432000 4194304 4196468 140727028382240 140216617490256 140218061477787 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39182336 140727028386551 140727028389061 140727028389061 140727028391887 0
[pid=10672/tid=10734] ppid=10669 vsize=10834656 memory=56 CPUtime=0.35 cores=1,3,5,7
/proc/10672/task/10734/stat : 10734 (java) S 10669 10672 5684 0 -1 1077944384 913 13301 0 0 27 0 5 3 20 0 15 0 406142291 11094687744 41284 33554432000 4194304 4196468 140727028382240 140217485839216 140218061470338 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39182336 140727028386551 140727028389061 140727028389061 140727028391887 0
[pid=10672/tid=10735] ppid=10669 vsize=10834656 memory=2670038 CPUtime=0.34 cores=1,3,5,7
/proc/10672/task/10735/stat : 10735 (java) S 10669 10672 5684 0 -1 1077944384 822 13301 0 0 26 0 5 3 20 0 15 0 406142291 11094687744 41284 33554432000 4194304 4196468 140727028382240 140217484786416 140218061470338 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39182336 140727028386551 140727028389061 140727028389061 140727028391887 0
[pid=10672/tid=10736] ppid=10669 vsize=10834656 memory=2671448 CPUtime=0.51 cores=1,3,5,7
/proc/10672/task/10736/stat : 10736 (java) R 10669 10672 5684 0 -1 4202560 1796 13301 0 0 42 1 5 3 20 0 15 0 406142291 11094687744 41284 33554432000 4194304 4196468 140727028382240 140217483733456 140218039993793 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39182336 140727028386551 140727028389061 140727028389061 140727028391887 0
[pid=10672/tid=10737] ppid=10669 vsize=10834656 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10672/task/10737/stat : 10737 (java) S 10669 10672 5684 0 -1 1077944384 3 13301 0 0 0 0 5 3 20 0 15 0 406142292 11094687744 41284 33554432000 4194304 4196468 140727028382240 140216583932640 140218061469397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39182336 140727028386551 140727028389061 140727028389061 140727028391887 0
[pid=10672/tid=10738] ppid=10669 vsize=10834656 memory=279335143495488 CPUtime=0.08 cores=1,3,5,7
/proc/10672/task/10738/stat : 10738 (java) S 10669 10672 5684 0 -1 1077944384 1 13301 0 0 0 0 5 3 20 0 15 0 406142292 11094687744 41284 33554432000 4194304 4196468 140727028382240 140217482681008 140218061470338 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39182336 140727028386551 140727028389061 140727028389061 140727028391887 0
Current children cumulated CPU time: 2.52 s
Current children cumulated vsize: 10834656 KiB
Current children cumulated memory: 165136 KiB

[startup+3.11742 s]
/proc/loadavg: 1.49 1.39 1.36 4/227 10738
/proc/meminfo: memFree=30058900/32770624 swapFree=66995996/67108860
[pid=10672] ppid=10669 vsize=10844916 memory=250452 CPUtime=6.76 cores=1,3,5,7
/proc/10672/stat : 10672 (java) S 10669 10672 5684 0 -1 1077944320 42038 13301 0 0 651 17 5 3 20 0 15 0 406142277 11105193984 62613 33554432000 4194304 4196468 140727028382240 140727028364784 140218061459191 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 39182336 140727028386551 140727028389061 140727028389061 140727028391887 0
/proc/10672/statm: 2711229 62613 3612 1 0 2673293 0
[pid=10672/tid=10725] ppid=10669 vsize=10844916 memory=0 CPUtime=3 cores=1,3,5,7
/proc/10672/task/10725/stat : 10725 (java) R 10669 10672 5684 0 -1 4202560 22889 13301 0 0 283 9 5 3 20 0 15 0 406142286 11105193984 62613 33554432000 4194304 4196468 140727028382240 140218033287840 140218045539678 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39182336 140727028386551 140727028389061 140727028389061 140727028391887 0
[pid=10672/tid=10726] ppid=10669 vsize=10844916 memory=7307744975862195308 CPUtime=0.11 cores=1,3,5,7
/proc/10672/task/10726/stat : 10726 (java) S 10669 10672 5684 0 -1 1077944384 363 13301 0 0 3 0 5 3 20 0 15 0 406142287 11105193984 62613 33554432000 4194304 4196468 140727028382240 140218065702032 140218061469397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39182336 140727028386551 140727028389061 140727028389061 140727028391887 0
[pid=10672/tid=10727] ppid=10669 vsize=10844916 memory=56 CPUtime=0.11 cores=1,3,5,7
/proc/10672/task/10727/stat : 10727 (java) S 10669 10672 5684 0 -1 1077944384 93 13301 0 0 3 0 5 3 20 0 15 0 406142287 11105193984 62613 33554432000 4194304 4196468 140727028382240 140217999744016 140218061469397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39182336 140727028386551 140727028389061 140727028389061 140727028391887 0
[pid=10672/tid=10728] ppid=10669 vsize=10844916 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/10672/task/10728/stat : 10728 (java) S 10669 10672 5684 0 -1 1077944384 97 13301 0 0 3 0 5 3 20 0 15 0 406142287 11105193984 62613 33554432000 4194304 4196468 140727028382240 140217634098064 140218061469397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39182336 140727028386551 140727028389061 140727028389061 140727028391887 0
[pid=10672/tid=10729] ppid=10669 vsize=10844916 memory=3624 CPUtime=0.12 cores=1,3,5,7
/proc/10672/task/10729/stat : 10729 (java) S 10669 10672 5684 0 -1 1077944384 126 13301 0 0 4 0 5 3 20 0 15 0 406142287 11105193984 62613 33554432000 4194304 4196468 140727028382240 140217633045264 140218061469397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39182336 140727028386551 140727028389061 140727028389061 140727028391887 0
[pid=10672/tid=10730] ppid=10669 vsize=10844916 memory=22388 CPUtime=0.11 cores=1,3,5,7
/proc/10672/task/10730/stat : 10730 (java) S 10669 10672 5684 0 -1 1077944384 2466 13301 0 0 3 0 5 3 20 0 15 0 406142288 11105193984 62613 33554432000 4194304 4196468 140727028382240 140217520449904 140218061470338 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39182336 140727028386551 140727028389061 140727028389061 140727028391887 0
[pid=10672/tid=10731] ppid=10669 vsize=10844916 memory=984 CPUtime=0.08 cores=1,3,5,7
/proc/10672/task/10731/stat : 10731 (java) S 10669 10672 5684 0 -1 1077944384 38 13301 0 0 0 0 5 3 20 0 15 0 406142288 11105193984 62613 33554432000 4194304 4196468 140727028382240 140217519395936 140218061469397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39182336 140727028386551 140727028389061 140727028389061 140727028391887 0
[pid=10672/tid=10732] ppid=10669 vsize=10844916 memory=167876 CPUtime=0.08 cores=1,3,5,7
/proc/10672/task/10732/stat : 10732 (java) S 10669 10672 5684 0 -1 1077944384 1 13301 0 0 0 0 5 3 20 0 15 0 406142289 11105193984 62613 33554432000 4194304 4196468 140727028382240 140216924889984 140218061469397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39182336 140727028386551 140727028389061 140727028389061 140727028391887 0
[pid=10672/tid=10733] ppid=10669 vsize=10844916 memory=2670038 CPUtime=0.08 cores=1,3,5,7
/proc/10672/task/10733/stat : 10733 (java) S 10669 10672 5684 0 -1 1077944384 3 13301 0 0 0 0 5 3 20 0 15 0 406142291 11105193984 62613 33554432000 4194304 4196468 140727028382240 140216617490256 140218061477787 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39182336 140727028386551 140727028389061 140727028389061 140727028391887 0
[pid=10672/tid=10734] ppid=10669 vsize=10844916 memory=2671448 CPUtime=1.3 cores=1,3,5,7
/proc/10672/task/10734/stat : 10734 (java) S 10669 10672 5684 0 -1 1077944384 4445 13301 0 0 121 1 5 3 20 0 15 0 406142291 11105193984 62613 33554432000 4194304 4196468 140727028382240 140217485839216 140218061470338 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39182336 140727028386551 140727028389061 140727028389061 140727028391887 0
[pid=10672/tid=10735] ppid=10669 vsize=10844916 memory=0 CPUtime=1.1 cores=1,3,5,7
/proc/10672/task/10735/stat : 10735 (java) S 10669 10672 5684 0 -1 1077944384 2730 13301 0 0 101 1 5 3 20 0 15 0 406142291 11105193984 62613 33554432000 4194304 4196468 140727028382240 140217484786416 140218061470338 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39182336 140727028386551 140727028389061 140727028389061 140727028391887 0
[pid=10672/tid=10736] ppid=10669 vsize=10844916 memory=279335143495488 CPUtime=1.34 cores=1,3,5,7
/proc/10672/task/10736/stat : 10736 (java) S 10669 10672 5684 0 -1 1077944384 6569 13301 0 0 124 2 5 3 20 0 15 0 406142291 11105193984 62613 33554432000 4194304 4196468 140727028382240 140217483733616 140218061470338 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39182336 140727028386551 140727028389061 140727028389061 140727028391887 0
[pid=10672/tid=10737] ppid=10669 vsize=10844916 memory=2024 CPUtime=0.08 cores=1,3,5,7
/proc/10672/task/10737/stat : 10737 (java) S 10669 10672 5684 0 -1 1077944384 3 13301 0 0 0 0 5 3 20 0 15 0 406142292 11105193984 62613 33554432000 4194304 4196468 140727028382240 140216583932640 140218061469397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39182336 140727028386551 140727028389061 140727028389061 140727028391887 0
[pid=10672/tid=10738] ppid=10669 vsize=10844916 memory=1380 CPUtime=0.08 cores=1,3,5,7
/proc/10672/task/10738/stat : 10738 (java) S 10669 10672 5684 0 -1 1077944384 9 13301 0 0 0 0 5 3 20 0 15 0 406142292 11105193984 62613 33554432000 4194304 4196468 140727028382240 140217482681008 140218061470338 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39182336 140727028386551 140727028389061 140727028389061 140727028391887 0
Current children cumulated CPU time: 6.76 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 250452 KiB

[startup+5.69348 s]
# the end of solver process 10672 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=11.8506 s, system=0.26682 s

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

[startup+3.2113 s]
/proc/loadavg: 1.49 1.39 1.36 4/227 10738
/proc/meminfo: memFree=30058900/32770624 swapFree=66995996/67108860
[pid=10672] ppid=10669 vsize=10844916 memory=253144 CPUtime=7.03 cores=1,3,5,7
/proc/10672/stat : 10672 (java) S 10669 10672 5684 0 -1 1077944320 42846 13301 0 0 678 17 5 3 20 0 15 0 406142277 11105193984 63286 33554432000 4194304 4196468 140727028382240 140727028364784 140218061459191 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 39182336 140727028386551 140727028389061 140727028389061 140727028391887 0
/proc/10672/statm: 2711229 63286 3612 1 0 2673293 0
[pid=10672/tid=10725] ppid=10669 vsize=10844916 memory=772 CPUtime=3.09 cores=1,3,5,7
/proc/10672/task/10725/stat : 10725 (java) R 10669 10672 5684 0 -1 4202560 23132 13301 0 0 292 9 5 3 20 0 15 0 406142286 11105193984 63286 33554432000 4194304 4196468 140727028382240 140218033295200 140218045502821 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39182336 140727028386551 140727028389061 140727028389061 140727028391887 0
[pid=10672/tid=10726] ppid=10669 vsize=10844916 memory=4008 CPUtime=0.11 cores=1,3,5,7
/proc/10672/task/10726/stat : 10726 (java) S 10669 10672 5684 0 -1 1077944384 363 13301 0 0 3 0 5 3 20 0 15 0 406142287 11105193984 63286 33554432000 4194304 4196468 140727028382240 140218065702032 140218061469397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39182336 140727028386551 140727028389061 140727028389061 140727028391887 0
[pid=10672/tid=10727] ppid=10669 vsize=10844916 memory=2241 CPUtime=0.11 cores=1,3,5,7
/proc/10672/task/10727/stat : 10727 (java) S 10669 10672 5684 0 -1 1077944384 93 13301 0 0 3 0 5 3 20 0 15 0 406142287 11105193984 63286 33554432000 4194304 4196468 140727028382240 140217999744016 140218061469397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39182336 140727028386551 140727028389061 140727028389061 140727028391887 0
[pid=10672/tid=10728] ppid=10669 vsize=10844916 memory=288230574492221466 CPUtime=0.11 cores=1,3,5,7
/proc/10672/task/10728/stat : 10728 (java) S 10669 10672 5684 0 -1 1077944384 97 13301 0 0 3 0 5 3 20 0 15 0 406142287 11105193984 63286 33554432000 4194304 4196468 140727028382240 140217634098064 140218061469397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39182336 140727028386551 140727028389061 140727028389061 140727028391887 0
[pid=10672/tid=10729] ppid=10669 vsize=10844916 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/10672/task/10729/stat : 10729 (java) S 10669 10672 5684 0 -1 1077944384 126 13301 0 0 4 0 5 3 20 0 15 0 406142287 11105193984 63286 33554432000 4194304 4196468 140727028382240 140217633045264 140218061469397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39182336 140727028386551 140727028389061 140727028389061 140727028391887 0
[pid=10672/tid=10730] ppid=10669 vsize=10844916 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/10672/task/10730/stat : 10730 (java) S 10669 10672 5684 0 -1 1077944384 2466 13301 0 0 3 0 5 3 20 0 15 0 406142288 11105193984 63286 33554432000 4194304 4196468 140727028382240 140217520449904 140218061470338 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39182336 140727028386551 140727028389061 140727028389061 140727028391887 0
[pid=10672/tid=10731] ppid=10669 vsize=10844916 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10672/task/10731/stat : 10731 (java) S 10669 10672 5684 0 -1 1077944384 38 13301 0 0 0 0 5 3 20 0 15 0 406142288 11105193984 63286 33554432000 4194304 4196468 140727028382240 140217519395936 140218061469397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39182336 140727028386551 140727028389061 140727028389061 140727028391887 0
[pid=10672/tid=10732] ppid=10669 vsize=10844916 memory=6944656592455359580 CPUtime=0.08 cores=1,3,5,7
/proc/10672/task/10732/stat : 10732 (java) S 10669 10672 5684 0 -1 1077944384 1 13301 0 0 0 0 5 3 20 0 15 0 406142289 11105193984 63286 33554432000 4194304 4196468 140727028382240 140216924889984 140218061469397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39182336 140727028386551 140727028389061 140727028389061 140727028391887 0
[pid=10672/tid=10733] ppid=10669 vsize=10844916 memory=6656426216303648864 CPUtime=0.08 cores=1,3,5,7
/proc/10672/task/10733/stat : 10733 (java) S 10669 10672 5684 0 -1 1077944384 3 13301 0 0 0 0 5 3 20 0 15 0 406142291 11105193984 63286 33554432000 4194304 4196468 140727028382240 140216617490256 140218061477787 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39182336 140727028386551 140727028389061 140727028389061 140727028391887 0
[pid=10672/tid=10734] ppid=10669 vsize=10844916 memory=0 CPUtime=1.4 cores=1,3,5,7
/proc/10672/task/10734/stat : 10734 (java) R 10669 10672 5684 0 -1 4202560 4820 13301 0 0 130 2 5 3 20 0 15 0 406142291 11105193984 63286 33554432000 4194304 4196468 140727028382240 140217485825536 140218044955979 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39182336 140727028386551 140727028389061 140727028389061 140727028391887 0
[pid=10672/tid=10735] ppid=10669 vsize=10844916 memory=0 CPUtime=1.13 cores=1,3,5,7
/proc/10672/task/10735/stat : 10735 (java) R 10669 10672 5684 0 -1 4202560 2762 13301 0 0 104 1 5 3 20 0 15 0 406142291 11105193984 63286 33554432000 4194304 4196468 140727028382240 140217484767616 140218046368290 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 39182336 140727028386551 140727028389061 140727028389061 140727028391887 0
[pid=10672/tid=10736] ppid=10669 vsize=10844916 memory=0 CPUtime=1.4 cores=1,3,5,7
/proc/10672/task/10736/stat : 10736 (java) R 10669 10672 5684 0 -1 4202560 6729 13301 0 0 130 2 5 3 20 0 15 0 406142291 11105193984 63286 33554432000 4194304 4196468 140727028382240 140217483733616 140218054556027 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39182336 140727028386551 140727028389061 140727028389061 140727028391887 0
[pid=10672/tid=10737] ppid=10669 vsize=10844916 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10672/task/10737/stat : 10737 (java) S 10669 10672 5684 0 -1 1077944384 3 13301 0 0 0 0 5 3 20 0 15 0 406142292 11105193984 63286 33554432000 4194304 4196468 140727028382240 140216583932640 140218061469397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39182336 140727028386551 140727028389061 140727028389061 140727028391887 0
[pid=10672/tid=10738] ppid=10669 vsize=10844916 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10672/task/10738/stat : 10738 (java) S 10669 10672 5684 0 -1 1077944384 9 13301 0 0 0 0 5 3 20 0 15 0 406142292 11105193984 63286 33554432000 4194304 4196468 140727028382240 140217482681008 140218061470338 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39182336 140727028386551 140727028389061 140727028389061 140727028391887 0
Current children cumulated CPU time: 7.03 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 253144 KiB

[startup+4.80071 s]
/proc/loadavg: 1.49 1.39 1.36 5/227 10738
/proc/meminfo: memFree=29997964/32770624 swapFree=66995996/67108860
[pid=10672] ppid=10669 vsize=10844916 memory=338096 CPUtime=11.66 cores=1,3,5,7
/proc/10672/stat : 10672 (java) S 10669 10672 5684 0 -1 1077944320 55045 13301 0 0 1137 21 5 3 20 0 15 0 406142277 11105193984 84524 33554432000 4194304 4196468 140727028382240 140727028364784 140218061459191 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 39182336 140727028386551 140727028389061 140727028389061 140727028391887 0
/proc/10672/statm: 2711229 84524 3619 1 0 2673293 0
[pid=10672/tid=10725] ppid=10669 vsize=10844916 memory=6944656592455097440 CPUtime=4.67 cores=1,3,5,7
/proc/10672/task/10725/stat : 10725 (java) R 10669 10672 5684 0 -1 4202560 23581 13301 0 0 449 10 5 3 20 0 15 0 406142286 11105193984 84524 33554432000 4194304 4196468 140727028382240 140218033292224 140217664614464 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39182336 140727028386551 140727028389061 140727028389061 140727028391887 0
[pid=10672/tid=10726] ppid=10669 vsize=10844916 memory=6791534058613427641 CPUtime=0.12 cores=1,3,5,7
/proc/10672/task/10726/stat : 10726 (java) S 10669 10672 5684 0 -1 1077944384 368 13301 0 0 4 0 5 3 20 0 15 0 406142287 11105193984 84524 33554432000 4194304 4196468 140727028382240 140218065702032 140218061469397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39182336 140727028386551 140727028389061 140727028389061 140727028391887 0
[pid=10672/tid=10727] ppid=10669 vsize=10844916 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/10672/task/10727/stat : 10727 (java) S 10669 10672 5684 0 -1 1077944384 95 13301 0 0 3 0 5 3 20 0 15 0 406142287 11105193984 84524 33554432000 4194304 4196468 140727028382240 140217999744016 140218061469397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39182336 140727028386551 140727028389061 140727028389061 140727028391887 0
[pid=10672/tid=10728] ppid=10669 vsize=10844916 memory=279335143473392 CPUtime=0.12 cores=1,3,5,7
/proc/10672/task/10728/stat : 10728 (java) S 10669 10672 5684 0 -1 1077944384 97 13301 0 0 4 0 5 3 20 0 15 0 406142287 11105193984 84524 33554432000 4194304 4196468 140727028382240 140217634098064 140218061469397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39182336 140727028386551 140727028389061 140727028389061 140727028391887 0
[pid=10672/tid=10729] ppid=10669 vsize=10844916 memory=5860704123725310038 CPUtime=0.12 cores=1,3,5,7
/proc/10672/task/10729/stat : 10729 (java) S 10669 10672 5684 0 -1 1077944384 128 13301 0 0 4 0 5 3 20 0 15 0 406142287 11105193984 84524 33554432000 4194304 4196468 140727028382240 140217633045264 140218061469397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39182336 140727028386551 140727028389061 140727028389061 140727028391887 0
[pid=10672/tid=10730] ppid=10669 vsize=10844916 memory=6944656592455359580 CPUtime=0.12 cores=1,3,5,7
/proc/10672/task/10730/stat : 10730 (java) S 10669 10672 5684 0 -1 1077944384 2468 13301 0 0 4 0 5 3 20 0 15 0 406142288 11105193984 84524 33554432000 4194304 4196468 140727028382240 140217520449904 140218061470338 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39182336 140727028386551 140727028389061 140727028389061 140727028391887 0
[pid=10672/tid=10731] ppid=10669 vsize=10844916 memory=6656426216303648864 CPUtime=0.08 cores=1,3,5,7
/proc/10672/task/10731/stat : 10731 (java) S 10669 10672 5684 0 -1 1077944384 39 13301 0 0 0 0 5 3 20 0 15 0 406142288 11105193984 84524 33554432000 4194304 4196468 140727028382240 140217519396000 140218061469397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39182336 140727028386551 140727028389061 140727028389061 140727028391887 0
[pid=10672/tid=10732] ppid=10669 vsize=10844916 memory=8 CPUtime=0.08 cores=1,3,5,7
/proc/10672/task/10732/stat : 10732 (java) S 10669 10672 5684 0 -1 1077944384 1 13301 0 0 0 0 5 3 20 0 15 0 406142289 11105193984 84524 33554432000 4194304 4196468 140727028382240 140216924889984 140218061469397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39182336 140727028386551 140727028389061 140727028389061 140727028391887 0
[pid=10672/tid=10733] ppid=10669 vsize=10844916 memory=9220 CPUtime=0.08 cores=1,3,5,7
/proc/10672/task/10733/stat : 10733 (java) S 10669 10672 5684 0 -1 1077944384 3 13301 0 0 0 0 5 3 20 0 15 0 406142291 11105193984 84524 33554432000 4194304 4196468 140727028382240 140216617490256 140218061477787 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39182336 140727028386551 140727028389061 140727028389061 140727028391887 0
[pid=10672/tid=10734] ppid=10669 vsize=10844916 memory=6791534058613427641 CPUtime=2.69 cores=1,3,5,7
/proc/10672/task/10734/stat : 10734 (java) S 10669 10672 5684 0 -1 1077944384 11407 13301 0 0 258 3 5 3 20 0 15 0 406142291 11105193984 84524 33554432000 4194304 4196468 140727028382240 140217485839216 140218061470338 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39182336 140727028386551 140727028389061 140727028389061 140727028391887 0
[pid=10672/tid=10735] ppid=10669 vsize=10844916 memory=4008 CPUtime=2.46 cores=1,3,5,7
/proc/10672/task/10735/stat : 10735 (java) S 10669 10672 5684 0 -1 1077944384 6046 13301 0 0 236 2 5 3 20 0 15 0 406142291 11105193984 84524 33554432000 4194304 4196468 140727028382240 140217484786416 140218061470338 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39182336 140727028386551 140727028389061 140727028389061 140727028391887 0
[pid=10672/tid=10736] ppid=10669 vsize=10844916 memory=948 CPUtime=1.81 cores=1,3,5,7
/proc/10672/task/10736/stat : 10736 (java) S 10669 10672 5684 0 -1 1077944384 8592 13301 0 0 171 2 5 3 20 0 15 0 406142291 11105193984 84524 33554432000 4194304 4196468 140727028382240 140217483733616 140218061470338 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39182336 140727028386551 140727028389061 140727028389061 140727028391887 0
[pid=10672/tid=10737] ppid=10669 vsize=10844916 memory=2832 CPUtime=0.08 cores=1,3,5,7
/proc/10672/task/10737/stat : 10737 (java) S 10669 10672 5684 0 -1 1077944384 3 13301 0 0 0 0 5 3 20 0 15 0 406142292 11105193984 84524 33554432000 4194304 4196468 140727028382240 140216583932640 140218061469397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39182336 140727028386551 140727028389061 140727028389061 140727028391887 0
[pid=10672/tid=10738] ppid=10669 vsize=10844916 memory=9404 CPUtime=0.08 cores=1,3,5,7
/proc/10672/task/10738/stat : 10738 (java) S 10669 10672 5684 0 -1 1077944384 10 13301 0 0 0 0 5 3 20 0 15 0 406142292 11105193984 84524 33554432000 4194304 4196468 140727028382240 140217482681008 140218061470338 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39182336 140727028386551 140727028389061 140727028389061 140727028391887 0
Current children cumulated CPU time: 11.66 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 338096 KiB

[startup+5.20019 s]
/proc/loadavg: 1.77 1.45 1.38 3/214 10739
/proc/meminfo: memFree=29924968/32770624 swapFree=66995996/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+5.60017 s]
/proc/loadavg: 1.77 1.45 1.38 3/214 10739
/proc/meminfo: memFree=29924968/32770624 swapFree=66995996/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 5.69353
CPU time (s): 12.1174
CPU user time (s): 11.8506
CPU system time (s): 0.26682
CPU usage (%): 212.827
Max. virtual memory (cumulated for all children) (KiB): 10847540
Max. memory (cumulated for all children) (KiB): 338576

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.8506
system time used= 0.26682
maximum resident set size= 341236
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 68637
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7649
involuntary context switches= 62


# summary of solver processes directly reported to runsolver:
#   pid: 10672
#   total CPU time (s): 12.1174
#   total CPU user time (s): 11.8506
#   total CPU system time (s): 0.26682

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.061003 second user time and 0.080207 second system time

The end

Launcher Data

Begin job on node106 at 2019-09-12 15:33:19
IDJOB=4387319
IDBENCH=133875
IDSOLVER=2823
FILE ID=node106/4387319-1568298875
RUNJOBID= node106-1568282287-6448
PBS_JOBID= 21701088
Free space on /tmp= 53360 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/Ramsey/Ramsey-m1-s1/Ramsey-14.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4387319-1568298875/watcher-4387319-1568298875 -o /tmp/evaluation-result-4387319-1568298875/solver-4387319-1568298875 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1568282287-6448 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=12406135 HOME/instance-4387319-1568298875.xml

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

MD5SUM BENCH= f4ca123f15e4fb0e6c90fff9e365f87b
RANDOM SEED=12406135

node106.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.79
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.79
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.79
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.79
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:        30270488 kB
MemAvailable:   31298004 kB
Buffers:          106424 kB
Cached:          1213624 kB
SwapCached:        10452 kB
Active:           993684 kB
Inactive:         962824 kB
Active(anon):     634824 kB
Inactive(anon):    33760 kB
Active(file):     358860 kB
Inactive(file):   929064 kB
Unevictable:      107340 kB
Mlocked:          107340 kB
SwapTotal:      67108860 kB
SwapFree:       66995996 kB
Dirty:             34964 kB
Writeback:             0 kB
AnonPages:        781072 kB
Mapped:            48372 kB
Shmem:             23624 kB
Slab:             138924 kB
SReclaimable:     110852 kB
SUnreclaim:        28072 kB
KernelStack:        3856 kB
PageTables:         6788 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1888480 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    696320 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 53324 MiB
End job on node106 at 2019-09-12 15:33:25