Trace number 4402785

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.12.3OPT55 1327.61 1302.51

General information on the benchmark

NameGolombRuler/
GolombRuler-a3v18-nodv-10_c18.xml
MD5SUM769ec0f26c47f1b96bb609b2e4d8d5d6
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark55
Best CPU time to get the best result obtained on this benchmark31.0004
Satisfiable
(Un)Satisfiability was proved
Number of variables110
Number of constraints46
Number of domains2
Minimum domain size100
Maximum domain size101
Distribution of domain sizes[{"size":100,"count":45},{"size":101,"count":10}]
Minimum variable degree0
Maximum variable degree10
Distribution of variable degrees[{"degree":0,"count":55},{"degree":2,"count":45},{"degree":9,"count":9},{"degree":10,"count":1}]
Minimum constraint arity3
Maximum constraint arity45
Distribution of constraint arities[{"arity":3,"count":45},{"arity":45,"count":1}]
Number of extensional constraints0
Number of intensional constraints45
Distribution of constraint types[{"type":"intension","count":45},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


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

Solver Data

0.76/0.56	c Concrete v3.12.3.1568965526260 running
8.35/3.85	o 83
8.35/3.88	o 79
8.58/3.92	o 77
8.86/4.05	o 74
9.07/4.15	o 70
9.51/4.40	o 69
9.92/4.73	o 68
10.85/5.44	o 67
10.85/5.44	o 66
10.85/5.44	o 65
11.53/6.07	o 61
16.48/10.41	o 60
90.78/83.77	o 58
186.48/178.24	o 55
1327.48/1302.49	v <instantiation
1327.48/1302.49	v         cost = '55'>
1327.48/1302.49	v       <list>
1327.48/1302.49	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] y[0][1] y[0][2] y[0][3] y[0][4] y[0][5] y[0][6] y[0][7] y[0][8] y[0][9] y[1][2] y[1][3] y[1][4] y[1][5] y[1][6] y[1][7] y[1][8] y[1][9] y[2][3] y[2][4] y[2][5] y[2][6] y[2][7] y[2][8] y[2][9] y[3][4] y[3][5] y[3][6] y[3][7] y[3][8] y[3][9] y[4][5] y[4][6] y[4][7] y[4][8] y[4][9] y[5][6] y[5][7] y[5][8] y[5][9] y[6][7] y[6][8] y[6][9] y[7][8] y[7][9] y[8][9]
1327.48/1302.49	v       </list>
1327.48/1302.49	v       <values>
1327.48/1302.49	v         0 2 14 21 29 32 45 49 54 55 2 14 21 29 32 45 49 54 55 12 19 27 30 43 47 52 53 7 15 18 31 35 40 41 8 11 24 28 33 34 3 16 20 25 26 13 17 22 23 4 9 10 5 6 1
1327.48/1302.49	v       </values>
1327.48/1302.49	v     </instantiation>
1327.48/1302.49	s OPTIMUM FOUND

Verifier Data

OK	55

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4402785-1568987914/watcher-4402785-1568987914 -o /var/tmp/evaluation-result-4402785-1568987914/solver-4402785-1568987914 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node126-1568967600-16259 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=2047248357 HOME/instance-4402785-1568987914.xml 

running on 4 cores: 0,2,4,6

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=21573, runsolver pid=21570

[startup+0.100456 s]*
/proc/loadavg: 2.10 1.69 1.52 3/219 21630
/proc/meminfo: memFree=6369904/32770624 swapFree=66993192/67108860
[pid=21573] ppid=21570 vsize=9972712 memory=15176 CPUtime=0.08 cores=0,2,4,6
/proc/21573/stat : 21573 (java) S 21570 21573 16228 0 -1 1077944320 4578 13106 0 0 1 0 5 2 20 0 6 0 475059205 10212057088 3794 33554432000 4194304 4196468 140730980427696 140730980410240 139738239446775 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 11665408 140730980432483 140730980435125 140730980435125 140730980437967 0
/proc/21573/statm: 2493178 3794 1934 1 0 2481616 0
[pid=21573/tid=21626] ppid=21570 vsize=9972712 memory=720575944405811505 CPUtime=0.08 cores=0,2,4,6
/proc/21573/task/21626/stat : 21626 (java) R 21570 21573 16228 0 -1 4202560 2377 13106 0 0 1 0 5 2 20 0 6 0 475059214 10212057088 3860 33554432000 4194304 4196468 140730980427696 139738211283536 139738219672256 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11665408 140730980432483 140730980435125 140730980435125 140730980437967 0
[pid=21573/tid=21627] ppid=21570 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21573/task/21627/stat : 21627 (java) S 21570 21573 16228 0 -1 1077944384 1 13106 0 0 0 0 5 2 20 0 6 0 475059214 10212057088 3860 33554432000 4194304 4196468 140730980427696 139738243688976 139738239456981 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11665408 140730980432483 140730980435125 140730980435125 140730980437967 0
[pid=21573/tid=21628] ppid=21570 vsize=9972712 memory=3544817916326844064 CPUtime=0.07 cores=0,2,4,6
/proc/21573/task/21628/stat : 21628 (java) S 21570 21573 16228 0 -1 1077944384 1 13106 0 0 0 0 5 2 20 0 6 0 475059215 10212057088 3860 33554432000 4194304 4196468 140730980427696 139737812282000 139738239456981 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11665408 140730980432483 140730980435125 140730980435125 140730980437967 0
[pid=21573/tid=21629] ppid=21570 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21573/task/21629/stat : 21629 (java) S 21570 21573 16228 0 -1 1077944384 1 13106 0 0 0 0 5 2 20 0 6 0 475059215 10212057088 3860 33554432000 4194304 4196468 140730980427696 139737811228944 139738239456981 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11665408 140730980432483 140730980435125 140730980435125 140730980437967 0
[pid=21573/tid=21630] ppid=21570 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21573/task/21630/stat : 21630 (java) S 21570 21573 16228 0 -1 1077944384 2 13106 0 0 0 0 5 2 20 0 6 0 475059215 10212057088 3860 33554432000 4194304 4196468 140730980427696 139737810176400 139738239456981 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11665408 140730980432483 140730980435125 140730980435125 140730980437967 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 15176 KiB

[startup+0.210698 s]*
/proc/loadavg: 2.10 1.69 1.52 3/228 21639
/proc/meminfo: memFree=6347876/32770624 swapFree=66993192/67108860
[pid=21573] ppid=21570 vsize=10820164 memory=45024 CPUtime=0.26 cores=0,2,4,6
/proc/21573/stat : 21573 (java) S 21570 21573 16228 0 -1 1077944320 7666 13106 0 0 17 2 5 2 20 0 15 0 475059205 11079847936 11256 33554432000 4194304 4196468 140730980427696 140730980410240 139738239446775 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 11665408 140730980432483 140730980435125 140730980435125 140730980437967 0
/proc/21573/statm: 2705041 11256 3299 1 0 2667149 0
[pid=21573/tid=21626] ppid=21570 vsize=10820164 memory=753035770744996145 CPUtime=0.19 cores=0,2,4,6
/proc/21573/task/21626/stat : 21626 (java) R 21570 21573 16228 0 -1 4202560 4156 13106 0 0 11 1 5 2 20 0 15 0 475059214 11079847936 11256 33554432000 4194304 4196468 140730980427696 139738211257808 139738239469076 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11665408 140730980432483 140730980435125 140730980435125 140730980437967 0
[pid=21573/tid=21627] ppid=21570 vsize=10820176 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21573/task/21627/stat : 21627 (java) S 21570 21573 16228 0 -1 1077944384 1 13106 0 0 0 0 5 2 20 0 15 0 475059214 11079860224 11256 33554432000 4194304 4196468 140730980427696 139738243688976 139738239456981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11665408 140730980432483 140730980435125 140730980435125 140730980437967 0
[pid=21573/tid=21628] ppid=21570 vsize=10820176 memory=3544817916326844064 CPUtime=0.07 cores=0,2,4,6
/proc/21573/task/21628/stat : 21628 (java) S 21570 21573 16228 0 -1 1077944384 1 13106 0 0 0 0 5 2 20 0 15 0 475059215 11079860224 11256 33554432000 4194304 4196468 140730980427696 139737812282000 139738239456981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11665408 140730980432483 140730980435125 140730980435125 140730980437967 0
[pid=21573/tid=21629] ppid=21570 vsize=10820176 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21573/task/21629/stat : 21629 (java) S 21570 21573 16228 0 -1 1077944384 1 13106 0 0 0 0 5 2 20 0 15 0 475059215 11079860224 11256 33554432000 4194304 4196468 140730980427696 139737811228944 139738239456981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11665408 140730980432483 140730980435125 140730980435125 140730980437967 0
[pid=21573/tid=21630] ppid=21570 vsize=10820176 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21573/task/21630/stat : 21630 (java) S 21570 21573 16228 0 -1 1077944384 2 13106 0 0 0 0 5 2 20 0 15 0 475059215 11079860224 11256 33554432000 4194304 4196468 140730980427696 139737810176400 139738239456981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11665408 140730980432483 140730980435125 140730980435125 140730980437967 0
[pid=21573/tid=21631] ppid=21570 vsize=10820176 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21573/task/21631/stat : 21631 (java) S 21570 21573 16228 0 -1 1077944384 2 13106 0 0 0 0 5 2 20 0 15 0 475059216 11079860224 11256 33554432000 4194304 4196468 140730980427696 139737698388720 139738239457922 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11665408 140730980432483 140730980435125 140730980435125 140730980437967 0
[pid=21573/tid=21632] ppid=21570 vsize=10820176 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/21573/task/21632/stat : 21632 (java) S 21570 21573 16228 0 -1 1077944384 33 13106 0 0 0 0 5 2 20 0 15 0 475059216 11079860224 11256 33554432000 4194304 4196468 140730980427696 139737697334944 139738239456981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11665408 140730980432483 140730980435125 140730980435125 140730980437967 0
[pid=21573/tid=21633] ppid=21570 vsize=10820184 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21573/task/21633/stat : 21633 (java) S 21570 21573 16228 0 -1 1077944384 1 13106 0 0 0 0 5 2 20 0 15 0 475059217 11079868416 11256 33554432000 4194304 4196468 140730980427696 139737566274800 139738239456981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11665408 140730980432483 140730980435125 140730980435125 140730980437967 0
[pid=21573/tid=21634] ppid=21570 vsize=10820184 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21573/task/21634/stat : 21634 (java) S 21570 21573 16228 0 -1 1077944384 2 13106 0 0 0 0 5 2 20 0 15 0 475059219 11079868416 11256 33554432000 4194304 4196468 140730980427696 139736962296272 139738239465371 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11665408 140730980432483 140730980435125 140730980435125 140730980437967 0
[pid=21573/tid=21635] ppid=21570 vsize=10820184 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21573/task/21635/stat : 21635 (java) R 21570 21573 16228 0 -1 4202560 355 13106 0 0 1 0 5 2 20 0 15 0 475059219 11079868416 11256 33554432000 4194304 4196468 140730980427696 139737663777008 139738223430859 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11665408 140730980432483 140730980435125 140730980435125 140730980437967 0
[pid=21573/tid=21636] ppid=21570 vsize=10820184 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21573/task/21636/stat : 21636 (java) S 21570 21573 16228 0 -1 1077944384 287 13106 0 0 1 0 5 2 20 0 15 0 475059219 11079868416 11256 33554432000 4194304 4196468 140730980427696 139737662724464 139738239457922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11665408 140730980432483 140730980435125 140730980435125 140730980437967 0
[pid=21573/tid=21637] ppid=21570 vsize=10820184 memory=140616811288192 CPUtime=0.1 cores=0,2,4,6
/proc/21573/task/21637/stat : 21637 (java) R 21570 21573 16228 0 -1 1077944384 614 13106 0 0 3 0 5 2 20 0 15 0 475059219 11079868416 11256 33554432000 4194304 4196468 140730980427696 139737661671408 139738239457922 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11665408 140730980432483 140730980435125 140730980435125 140730980437967 0
[pid=21573/tid=21638] ppid=21570 vsize=10820188 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/21573/task/21638/stat : 21638 (java) S 21570 21573 16228 0 -1 1077944384 3 13106 0 0 0 0 5 2 20 0 15 0 475059220 11079872512 11256 33554432000 4194304 4196468 140730980427696 139736492534112 139738239456981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11665408 140730980432483 140730980435125 140730980435125 140730980437967 0
[pid=21573/tid=21639] ppid=21570 vsize=10820188 memory=140616811288192 CPUtime=0.07 cores=0,2,4,6
/proc/21573/task/21639/stat : 21639 (java) S 21570 21573 16228 0 -1 1077944384 1 13106 0 0 0 0 5 2 20 0 15 0 475059220 11079872512 11256 33554432000 4194304 4196468 140730980427696 139737660619824 139738239457922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11665408 140730980432483 140730980435125 140730980435125 140730980437967 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10820164 KiB
Current children cumulated memory: 45024 KiB

[startup+0.310509 s]*
/proc/loadavg: 2.10 1.69 1.52 3/228 21639
/proc/meminfo: memFree=6334560/32770624 swapFree=66993192/67108860
[pid=21573] ppid=21570 vsize=10820196 memory=53200 CPUtime=0.39 cores=0,2,4,6
/proc/21573/stat : 21573 (java) S 21570 21573 16228 0 -1 1077944320 11012 13106 0 0 29 3 5 2 20 0 15 0 475059205 11079880704 13300 33554432000 4194304 4196468 140730980427696 140730980410240 139738239446775 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 11665408 140730980432483 140730980435125 140730980435125 140730980437967 0
/proc/21573/statm: 2705049 13300 3319 1 0 2667149 0
[pid=21573/tid=21626] ppid=21570 vsize=10820196 memory=1398722017469774279 CPUtime=0.27 cores=0,2,4,6
/proc/21573/task/21626/stat : 21626 (java) R 21570 21573 16228 0 -1 4202560 7485 13106 0 0 18 2 5 2 20 0 15 0 475059214 11079880704 13300 33554432000 4194304 4196468 140730980427696 139738211257024 139738239468701 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11665408 140730980432483 140730980435125 140730980435125 140730980437967 0
[pid=21573/tid=21627] ppid=21570 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21573/task/21627/stat : 21627 (java) S 21570 21573 16228 0 -1 1077944384 1 13106 0 0 0 0 5 2 20 0 15 0 475059214 11079880704 13300 33554432000 4194304 4196468 140730980427696 139738243688976 139738239456981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11665408 140730980432483 140730980435125 140730980435125 140730980437967 0
[pid=21573/tid=21628] ppid=21570 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21573/task/21628/stat : 21628 (java) S 21570 21573 16228 0 -1 1077944384 1 13106 0 0 0 0 5 2 20 0 15 0 475059215 11079880704 13300 33554432000 4194304 4196468 140730980427696 139737812282000 139738239456981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11665408 140730980432483 140730980435125 140730980435125 140730980437967 0
[pid=21573/tid=21629] ppid=21570 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21573/task/21629/stat : 21629 (java) S 21570 21573 16228 0 -1 1077944384 1 13106 0 0 0 0 5 2 20 0 15 0 475059215 11079880704 13300 33554432000 4194304 4196468 140730980427696 139737811228944 139738239456981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11665408 140730980432483 140730980435125 140730980435125 140730980437967 0
[pid=21573/tid=21630] ppid=21570 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21573/task/21630/stat : 21630 (java) S 21570 21573 16228 0 -1 1077944384 2 13106 0 0 0 0 5 2 20 0 15 0 475059215 11079880704 13300 33554432000 4194304 4196468 140730980427696 139737810176400 139738239456981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11665408 140730980432483 140730980435125 140730980435125 140730980437967 0
[pid=21573/tid=21631] ppid=21570 vsize=10820196 memory=140616811288191 CPUtime=0.07 cores=0,2,4,6
/proc/21573/task/21631/stat : 21631 (java) S 21570 21573 16228 0 -1 1077944384 2 13106 0 0 0 0 5 2 20 0 15 0 475059216 11079880704 13300 33554432000 4194304 4196468 140730980427696 139737698388720 139738239457922 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11665408 140730980432483 140730980435125 140730980435125 140730980437967 0
[pid=21573/tid=21632] ppid=21570 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/21573/task/21632/stat : 21632 (java) S 21570 21573 16228 0 -1 1077944384 33 13106 0 0 0 0 5 2 20 0 15 0 475059216 11079880704 13300 33554432000 4194304 4196468 140730980427696 139737697334944 139738239456981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11665408 140730980432483 140730980435125 140730980435125 140730980437967 0
[pid=21573/tid=21633] ppid=21570 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21573/task/21633/stat : 21633 (java) S 21570 21573 16228 0 -1 1077944384 1 13106 0 0 0 0 5 2 20 0 15 0 475059217 11079880704 13300 33554432000 4194304 4196468 140730980427696 139737566274800 139738239456981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11665408 140730980432483 140730980435125 140730980435125 140730980437967 0
[pid=21573/tid=21634] ppid=21570 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21573/task/21634/stat : 21634 (java) S 21570 21573 16228 0 -1 1077944384 2 13106 0 0 0 0 5 2 20 0 15 0 475059219 11079880704 13300 33554432000 4194304 4196468 140730980427696 139736962296272 139738239465371 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11665408 140730980432483 140730980435125 140730980435125 140730980437967 0
[pid=21573/tid=21635] ppid=21570 vsize=10820196 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/21573/task/21635/stat : 21635 (java) S 21570 21573 16228 0 -1 1077944384 364 13106 0 0 2 0 5 2 20 0 15 0 475059219 11079880704 13300 33554432000 4194304 4196468 140730980427696 139737663777008 139738239457922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11665408 140730980432483 140730980435125 140730980435125 140730980437967 0
[pid=21573/tid=21636] ppid=21570 vsize=10820196 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/21573/task/21636/stat : 21636 (java) S 21570 21573 16228 0 -1 1077944384 288 13106 0 0 2 0 5 2 20 0 15 0 475059219 11079880704 13300 33554432000 4194304 4196468 140730980427696 139737662724464 139738239457922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11665408 140730980432483 140730980435125 140730980435125 140730980437967 0
[pid=21573/tid=21637] ppid=21570 vsize=10820196 memory=140616811288192 CPUtime=0.12 cores=0,2,4,6
/proc/21573/task/21637/stat : 21637 (java) R 21570 21573 16228 0 -1 4202560 622 13106 0 0 5 0 5 2 20 0 15 0 475059219 11079880704 13300 33554432000 4194304 4196468 140730980427696 139737661671408 139738216670928 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11665408 140730980432483 140730980435125 140730980435125 140730980437967 0
[pid=21573/tid=21638] ppid=21570 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/21573/task/21638/stat : 21638 (java) S 21570 21573 16228 0 -1 1077944384 3 13106 0 0 0 0 5 2 20 0 15 0 475059220 11079880704 13300 33554432000 4194304 4196468 140730980427696 139736492534112 139738239456981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11665408 140730980432483 140730980435125 140730980435125 140730980437967 0
[pid=21573/tid=21639] ppid=21570 vsize=10820196 memory=140616811288192 CPUtime=0.07 cores=0,2,4,6
/proc/21573/task/21639/stat : 21639 (java) S 21570 21573 16228 0 -1 1077944384 1 13106 0 0 0 0 5 2 20 0 15 0 475059220 11079880704 13300 33554432000 4194304 4196468 140730980427696 139737660619824 139738239457922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11665408 140730980432483 140730980435125 140730980435125 140730980437967 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 53200 KiB

[startup+0.700732 s]
/proc/loadavg: 2.10 1.69 1.52 3/228 21639
/proc/meminfo: memFree=6323208/32770624 swapFree=66993192/67108860
[pid=21573] ppid=21570 vsize=10824364 memory=83208 CPUtime=1.13 cores=0,2,4,6
/proc/21573/stat : 21573 (java) S 21570 21573 16228 0 -1 1077944320 15011 13106 0 0 101 5 5 2 20 0 15 0 475059205 11084148736 20802 33554432000 4194304 4196468 140730980427696 140730980410240 139738239446775 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 11665408 140730980432483 140730980435125 140730980435125 140730980437967 0
/proc/21573/statm: 2706091 20802 3512 1 0 2668173 0
[pid=21573/tid=21626] ppid=21570 vsize=10824364 memory=7660742144744843625 CPUtime=0.66 cores=0,2,4,6
/proc/21573/task/21626/stat : 21626 (java) R 21570 21573 16228 0 -1 4202560 10482 13106 0 0 55 4 5 2 20 0 15 0 475059214 11084148736 20802 33554432000 4194304 4196468 140730980427696 139738211276320 139737845151061 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11665408 140730980432483 140730980435125 140730980435125 140730980437967 0
[pid=21573/tid=21627] ppid=21570 vsize=10824364 memory=1212 CPUtime=0.07 cores=0,2,4,6
/proc/21573/task/21627/stat : 21627 (java) S 21570 21573 16228 0 -1 1077944384 1 13106 0 0 0 0 5 2 20 0 15 0 475059214 11084148736 20802 33554432000 4194304 4196468 140730980427696 139738243688976 139738239456981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11665408 140730980432483 140730980435125 140730980435125 140730980437967 0
[pid=21573/tid=21628] ppid=21570 vsize=10824364 memory=1060 CPUtime=0.07 cores=0,2,4,6
/proc/21573/task/21628/stat : 21628 (java) S 21570 21573 16228 0 -1 1077944384 1 13106 0 0 0 0 5 2 20 0 15 0 475059215 11084148736 20802 33554432000 4194304 4196468 140730980427696 139737812282000 139738239456981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11665408 140730980432483 140730980435125 140730980435125 140730980437967 0
[pid=21573/tid=21629] ppid=21570 vsize=10824364 memory=4580 CPUtime=0.07 cores=0,2,4,6
/proc/21573/task/21629/stat : 21629 (java) S 21570 21573 16228 0 -1 1077944384 1 13106 0 0 0 0 5 2 20 0 15 0 475059215 11084148736 20802 33554432000 4194304 4196468 140730980427696 139737811228944 139738239456981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11665408 140730980432483 140730980435125 140730980435125 140730980437967 0
[pid=21573/tid=21630] ppid=21570 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21573/task/21630/stat : 21630 (java) S 21570 21573 16228 0 -1 1077944384 2 13106 0 0 0 0 5 2 20 0 15 0 475059215 11084148736 20802 33554432000 4194304 4196468 140730980427696 139737810176400 139738239456981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11665408 140730980432483 140730980435125 140730980435125 140730980437967 0
[pid=21573/tid=21631] ppid=21570 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21573/task/21631/stat : 21631 (java) S 21570 21573 16228 0 -1 1077944384 5 13106 0 0 0 0 5 2 20 0 15 0 475059216 11084148736 20802 33554432000 4194304 4196468 140730980427696 139737698388720 139738239457922 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11665408 140730980432483 140730980435125 140730980435125 140730980437967 0
[pid=21573/tid=21632] ppid=21570 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21573/task/21632/stat : 21632 (java) S 21570 21573 16228 0 -1 1077944384 33 13106 0 0 0 0 5 2 20 0 15 0 475059216 11084148736 20802 33554432000 4194304 4196468 140730980427696 139737697334944 139738239456981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11665408 140730980432483 140730980435125 140730980435125 140730980437967 0
[pid=21573/tid=21633] ppid=21570 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21573/task/21633/stat : 21633 (java) S 21570 21573 16228 0 -1 1077944384 1 13106 0 0 0 0 5 2 20 0 15 0 475059217 11084148736 20802 33554432000 4194304 4196468 140730980427696 139737566274800 139738239456981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11665408 140730980432483 140730980435125 140730980435125 140730980437967 0
[pid=21573/tid=21634] ppid=21570 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21573/task/21634/stat : 21634 (java) S 21570 21573 16228 0 -1 1077944384 2 13106 0 0 0 0 5 2 20 0 15 0 475059219 11084148736 20802 33554432000 4194304 4196468 140730980427696 139736962296272 139738239465371 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11665408 140730980432483 140730980435125 140730980435125 140730980437967 0
[pid=21573/tid=21635] ppid=21570 vsize=10824364 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/21573/task/21635/stat : 21635 (java) S 21570 21573 16228 0 -1 1077944384 859 13106 0 0 12 0 5 2 20 0 15 0 475059219 11084148736 20802 33554432000 4194304 4196468 140730980427696 139737663777008 139738239457922 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11665408 140730980432483 140730980435125 140730980435125 140730980437967 0
[pid=21573/tid=21636] ppid=21570 vsize=10824364 memory=0 CPUtime=0.21 cores=0,2,4,6
/proc/21573/task/21636/stat : 21636 (java) S 21570 21573 16228 0 -1 1077944384 716 13106 0 0 14 0 5 2 20 0 15 0 475059219 11084148736 20802 33554432000 4194304 4196468 140730980427696 139737662724464 139738239457922 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11665408 140730980432483 140730980435125 140730980435125 140730980437967 0
[pid=21573/tid=21637] ppid=21570 vsize=10824364 memory=0 CPUtime=0.24 cores=0,2,4,6
/proc/21573/task/21637/stat : 21637 (java) S 21570 21573 16228 0 -1 1077944384 697 13106 0 0 17 0 5 2 20 0 15 0 475059219 11084148736 20802 33554432000 4194304 4196468 140730980427696 139737661671408 139738239457922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11665408 140730980432483 140730980435125 140730980435125 140730980437967 0
[pid=21573/tid=21638] ppid=21570 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21573/task/21638/stat : 21638 (java) S 21570 21573 16228 0 -1 1077944384 3 13106 0 0 0 0 5 2 20 0 15 0 475059220 11084148736 21314 33554432000 4194304 4196468 140730980427696 139736492534112 139738239456981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11665408 140730980432483 140730980435125 140730980435125 140730980437967 0
[pid=21573/tid=21639] ppid=21570 vsize=10824364 memory=3620 CPUtime=0.07 cores=0,2,4,6
/proc/21573/task/21639/stat : 21639 (java) S 21570 21573 16228 0 -1 1077944384 1 13106 0 0 0 0 5 2 20 0 15 0 475059220 11084148736 21314 33554432000 4194304 4196468 140730980427696 139737660619824 139738239457922 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11665408 140730980432483 140730980435125 140730980435125 140730980437967 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 83208 KiB

[startup+1.50293 s]
/proc/loadavg: 2.10 1.69 1.52 4/228 21639
/proc/meminfo: memFree=6281000/32770624 swapFree=66993192/67108860
[pid=21573] ppid=21570 vsize=10834680 memory=171108 CPUtime=2.43 cores=0,2,4,6
/proc/21573/stat : 21573 (java) S 21570 21573 16228 0 -1 1077944320 21825 13106 0 0 226 10 5 2 20 0 15 0 475059205 11094712320 42777 33554432000 4194304 4196468 140730980427696 140730980410240 139738239446775 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 11665408 140730980432483 140730980435125 140730980435125 140730980437967 0
/proc/21573/statm: 2708670 42777 3586 1 0 2670733 0
[pid=21573/tid=21626] ppid=21570 vsize=10834680 memory=140616692404824 CPUtime=1.43 cores=0,2,4,6
/proc/21573/task/21626/stat : 21626 (java) R 21570 21573 16228 0 -1 4202560 15443 13106 0 0 130 6 5 2 20 0 15 0 475059214 11094712320 42777 33554432000 4194304 4196468 140730980427696 139738211246688 139738239468701 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11665408 140730980432483 140730980435125 140730980435125 140730980437967 0
[pid=21573/tid=21627] ppid=21570 vsize=10834680 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21573/task/21627/stat : 21627 (java) S 21570 21573 16228 0 -1 1077944384 92 13106 0 0 0 0 5 2 20 0 15 0 475059214 11094712320 42777 33554432000 4194304 4196468 140730980427696 139738243688976 139738239456981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11665408 140730980432483 140730980435125 140730980435125 140730980437967 0
[pid=21573/tid=21628] ppid=21570 vsize=10834680 memory=6628 CPUtime=0.07 cores=0,2,4,6
/proc/21573/task/21628/stat : 21628 (java) S 21570 21573 16228 0 -1 1077944384 24 13106 0 0 0 0 5 2 20 0 15 0 475059215 11094712320 42777 33554432000 4194304 4196468 140730980427696 139737812282000 139738239456981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11665408 140730980432483 140730980435125 140730980435125 140730980437967 0
[pid=21573/tid=21629] ppid=21570 vsize=10834680 memory=7 CPUtime=0.07 cores=0,2,4,6
/proc/21573/task/21629/stat : 21629 (java) S 21570 21573 16228 0 -1 1077944384 363 13106 0 0 0 0 5 2 20 0 15 0 475059215 11094712320 42777 33554432000 4194304 4196468 140730980427696 139737811228944 139738239456981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11665408 140730980432483 140730980435125 140730980435125 140730980437967 0
[pid=21573/tid=21630] ppid=21570 vsize=10834680 memory=281233385216416 CPUtime=0.08 cores=0,2,4,6
/proc/21573/task/21630/stat : 21630 (java) S 21570 21573 16228 0 -1 1077944384 66 13106 0 0 1 0 5 2 20 0 15 0 475059215 11094712320 42777 33554432000 4194304 4196468 140730980427696 139737810176400 139738239456981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11665408 140730980432483 140730980435125 140730980435125 140730980437967 0
[pid=21573/tid=21631] ppid=21570 vsize=10834680 memory=233255378921664 CPUtime=0.08 cores=0,2,4,6
/proc/21573/task/21631/stat : 21631 (java) S 21570 21573 16228 0 -1 1077944384 185 13106 0 0 1 0 5 2 20 0 15 0 475059216 11094712320 42777 33554432000 4194304 4196468 140730980427696 139737698388720 139738239457922 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11665408 140730980432483 140730980435125 140730980435125 140730980437967 0
[pid=21573/tid=21632] ppid=21570 vsize=10834680 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21573/task/21632/stat : 21632 (java) S 21570 21573 16228 0 -1 1077944384 34 13106 0 0 0 0 5 2 20 0 15 0 475059216 11094712320 42777 33554432000 4194304 4196468 140730980427696 139737697335008 139738239456981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11665408 140730980432483 140730980435125 140730980435125 140730980437967 0
[pid=21573/tid=21633] ppid=21570 vsize=10834680 memory=7517785575062210360 CPUtime=0.07 cores=0,2,4,6
/proc/21573/task/21633/stat : 21633 (java) S 21570 21573 16228 0 -1 1077944384 1 13106 0 0 0 0 5 2 20 0 15 0 475059217 11094712320 42777 33554432000 4194304 4196468 140730980427696 139737566274816 139738239456981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11665408 140730980432483 140730980435125 140730980435125 140730980437967 0
[pid=21573/tid=21634] ppid=21570 vsize=10834680 memory=-8412658770403813517 CPUtime=0.07 cores=0,2,4,6
/proc/21573/task/21634/stat : 21634 (java) S 21570 21573 16228 0 -1 1077944384 2 13106 0 0 0 0 5 2 20 0 15 0 475059219 11094712320 42777 33554432000 4194304 4196468 140730980427696 139736962296272 139738239465371 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11665408 140730980432483 140730980435125 140730980435125 140730980437967 0
[pid=21573/tid=21635] ppid=21570 vsize=10834680 memory=-7668917182949848256 CPUtime=0.32 cores=0,2,4,6
/proc/21573/task/21635/stat : 21635 (java) S 21570 21573 16228 0 -1 1077944384 1006 13106 0 0 25 0 5 2 20 0 15 0 475059219 11094712320 42777 33554432000 4194304 4196468 140730980427696 139737663777008 139738239457922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11665408 140730980432483 140730980435125 140730980435125 140730980437967 0
[pid=21573/tid=21636] ppid=21570 vsize=10834680 memory=8514726395714956677 CPUtime=0.31 cores=0,2,4,6
/proc/21573/task/21636/stat : 21636 (java) S 21570 21573 16228 0 -1 1077944384 788 13106 0 0 24 0 5 2 20 0 15 0 475059219 11094712320 42777 33554432000 4194304 4196468 140730980427696 139737662724464 139738239457922 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11665408 140730980432483 140730980435125 140730980435125 140730980437967 0
[pid=21573/tid=21637] ppid=21570 vsize=10834680 memory=7100839887184299122 CPUtime=0.47 cores=0,2,4,6
/proc/21573/task/21637/stat : 21637 (java) R 21570 21573 16228 0 -1 4202560 1611 13106 0 0 40 0 5 2 20 0 15 0 475059219 11094712320 42777 33554432000 4194304 4196468 140730980427696 139737661671408 139738231683902 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11665408 140730980432483 140730980435125 140730980435125 140730980437967 0
[pid=21573/tid=21638] ppid=21570 vsize=10834680 memory=4628420171383865741 CPUtime=0.07 cores=0,2,4,6
/proc/21573/task/21638/stat : 21638 (java) S 21570 21573 16228 0 -1 1077944384 3 13106 0 0 0 0 5 2 20 0 15 0 475059220 11094712320 42777 33554432000 4194304 4196468 140730980427696 139736492534112 139738239456981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11665408 140730980432483 140730980435125 140730980435125 140730980437967 0
[pid=21573/tid=21639] ppid=21570 vsize=10834680 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21573/task/21639/stat : 21639 (java) S 21570 21573 16228 0 -1 1077944384 1 13106 0 0 0 0 5 2 20 0 15 0 475059220 11094712320 42777 33554432000 4194304 4196468 140730980427696 139737660619824 139738239457922 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11665408 140730980432483 140730980435125 140730980435125 140730980437967 0
Current children cumulated CPU time: 2.43 s
Current children cumulated vsize: 10834680 KiB

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

/proc/21573/task/21626/stat : 21626 (java) R 21570 21573 16228 0 -1 4202560 51233 13106 0 0 116828 34 5 2 20 0 15 0 475059214 11107315712 241563 33554432000 4194304 4196468 140730980427696 139738211282880 139737854050183 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11665408 140730980432483 140730980435125 140730980435125 140730980437967 0
[pid=21573/tid=21627] ppid=21570 vsize=10846988 memory=952072 CPUtime=5.97 cores=0,2,4,6
/proc/21573/task/21627/stat : 21627 (java) S 21570 21573 16228 0 -1 1077944384 9551 13106 0 0 560 30 5 2 20 0 15 0 475059214 11107315712 241563 33554432000 4194304 4196468 140730980427696 139738243688976 139738239456981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11665408 140730980432483 140730980435125 140730980435125 140730980437967 0
[pid=21573/tid=21628] ppid=21570 vsize=10846988 memory=951924 CPUtime=5.94 cores=0,2,4,6
/proc/21573/task/21628/stat : 21628 (java) S 21570 21573 16228 0 -1 1077944384 7812 13106 0 0 555 32 5 2 20 0 15 0 475059215 11107315712 241563 33554432000 4194304 4196468 140730980427696 139737812282000 139738239456981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11665408 140730980432483 140730980435125 140730980435125 140730980437967 0
[pid=21573/tid=21629] ppid=21570 vsize=10846988 memory=281233385668384 CPUtime=5.99 cores=0,2,4,6
/proc/21573/task/21629/stat : 21629 (java) S 21570 21573 16228 0 -1 1077944384 7917 13106 0 0 559 33 5 2 20 0 15 0 475059215 11107315712 241563 33554432000 4194304 4196468 140730980427696 139737811228944 139738239456981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11665408 140730980432483 140730980435125 140730980435125 140730980437967 0
[pid=21573/tid=21630] ppid=21570 vsize=10846988 memory=952072 CPUtime=5.97 cores=0,2,4,6
/proc/21573/task/21630/stat : 21630 (java) S 21570 21573 16228 0 -1 1077944384 10359 13106 0 0 558 32 5 2 20 0 15 0 475059215 11107315712 241563 33554432000 4194304 4196468 140730980427696 139737810176400 139738239456981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11665408 140730980432483 140730980435125 140730980435125 140730980437967 0
[pid=21573/tid=21631] ppid=21570 vsize=10846988 memory=952072 CPUtime=5.75 cores=0,2,4,6
/proc/21573/task/21631/stat : 21631 (java) S 21570 21573 16228 0 -1 1077944384 11269 13106 0 0 538 30 5 2 20 0 15 0 475059216 11107315712 241563 33554432000 4194304 4196468 140730980427696 139737698388720 139738239457922 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 12 0 0 6293624 6294260 11665408 140730980432483 140730980435125 140730980435125 140730980437967 0
[pid=21573/tid=21632] ppid=21570 vsize=10846988 memory=962168 CPUtime=0.07 cores=0,2,4,6
/proc/21573/task/21632/stat : 21632 (java) S 21570 21573 16228 0 -1 1077944384 39 13106 0 0 0 0 5 2 20 0 15 0 475059216 11107315712 241563 33554432000 4194304 4196468 140730980427696 139737697335072 139738239456981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11665408 140730980432483 140730980435125 140730980435125 140730980437967 0
[pid=21573/tid=21633] ppid=21570 vsize=10846988 memory=962168 CPUtime=0.07 cores=0,2,4,6
/proc/21573/task/21633/stat : 21633 (java) S 21570 21573 16228 0 -1 1077944384 1 13106 0 0 0 0 5 2 20 0 15 0 475059217 11107315712 241563 33554432000 4194304 4196468 140730980427696 139737566274816 139738239456981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11665408 140730980432483 140730980435125 140730980435125 140730980437967 0
[pid=21573/tid=21634] ppid=21570 vsize=10846988 memory=148 CPUtime=0.07 cores=0,2,4,6
/proc/21573/task/21634/stat : 21634 (java) S 21570 21573 16228 0 -1 1077944384 2 13106 0 0 0 0 5 2 20 0 15 0 475059219 11107315712 241563 33554432000 4194304 4196468 140730980427696 139736962296272 139738239465371 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11665408 140730980432483 140730980435125 140730980435125 140730980437967 0
[pid=21573/tid=21635] ppid=21570 vsize=10846988 memory=965860 CPUtime=2.72 cores=0,2,4,6
/proc/21573/task/21635/stat : 21635 (java) S 21570 21573 16228 0 -1 1077944384 13557 13106 0 0 262 3 5 2 20 0 15 0 475059219 11107315712 241563 33554432000 4194304 4196468 140730980427696 139737663777008 139738239457922 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 29 0 0 6293624 6294260 11665408 140730980432483 140730980435125 140730980435125 140730980437967 0
[pid=21573/tid=21636] ppid=21570 vsize=10846988 memory=965860 CPUtime=2.63 cores=0,2,4,6
/proc/21573/task/21636/stat : 21636 (java) S 21570 21573 16228 0 -1 1077944384 13055 13106 0 0 254 2 5 2 20 0 15 0 475059219 11107315712 241563 33554432000 4194304 4196468 140730980427696 139737662724464 139738239457922 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 28 0 0 6293624 6294260 11665408 140730980432483 140730980435125 140730980435125 140730980437967 0
[pid=21573/tid=21637] ppid=21570 vsize=10846988 memory=965860 CPUtime=1.55 cores=0,2,4,6
/proc/21573/task/21637/stat : 21637 (java) S 21570 21573 16228 0 -1 1077944384 14010 13106 0 0 144 4 5 2 20 0 15 0 475059219 11107315712 241563 33554432000 4194304 4196468 140730980427696 139737661671408 139738239457922 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 28 0 0 6293624 6294260 11665408 140730980432483 140730980435125 140730980435125 140730980437967 0
[pid=21573/tid=21638] ppid=21570 vsize=10846988 memory=3620 CPUtime=0.07 cores=0,2,4,6
/proc/21573/task/21638/stat : 21638 (java) S 21570 21573 16228 0 -1 1077944384 3 13106 0 0 0 0 5 2 20 0 15 0 475059220 11107315712 241563 33554432000 4194304 4196468 140730980427696 139736492534112 139738239456981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11665408 140730980432483 140730980435125 140730980435125 140730980437967 0
[pid=21573/tid=21639] ppid=21570 vsize=10846988 memory=1428 CPUtime=0.82 cores=0,2,4,6
/proc/21573/task/21639/stat : 21639 (java) S 21570 21573 16228 0 -1 1077944384 753 13106 0 0 40 35 5 2 20 0 15 0 475059220 11107315712 241563 33554432000 4194304 4196468 140730980427696 139737660619824 139738239457922 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 27 0 0 6293624 6294260 11665408 140730980432483 140730980435125 140730980435125 140730980437967 0
Current children cumulated CPU time: 1205.5 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 966252 KiB

[startup+1242.3 s]
/proc/loadavg: 1.50 1.51 1.50 3/227 22032
/proc/meminfo: memFree=4538044/32770624 swapFree=66993220/67108860
[pid=21573] ppid=21570 vsize=10846988 memory=966520 CPUtime=1266.44 cores=0,2,4,6
/proc/21573/stat : 21573 (java) S 21570 21573 16228 0 -1 1077944320 143734 13106 0 0 126427 210 5 2 20 0 15 0 475059205 11107315712 241630 33554432000 4194304 4196468 140730980427696 140730980410240 139738239446775 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 11665408 140730980432483 140730980435125 140730980435125 140730980437967 0
/proc/21573/statm: 2711747 241630 3624 1 0 2673805 0
[pid=21573/tid=21626] ppid=21570 vsize=10846988 memory=966520 CPUtime=1227.98 cores=0,2,4,6
/proc/21573/task/21626/stat : 21626 (java) R 21570 21573 16228 0 -1 4202560 52062 13106 0 0 122756 35 5 2 20 0 15 0 475059214 11107315712 241630 33554432000 4194304 4196468 140730980427696 139738211282784 139737855082688 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11665408 140730980432483 140730980435125 140730980435125 140730980437967 0
[pid=21573/tid=21627] ppid=21570 vsize=10846988 memory=966500 CPUtime=6.29 cores=0,2,4,6
/proc/21573/task/21627/stat : 21627 (java) S 21570 21573 16228 0 -1 1077944384 10078 13106 0 0 591 31 5 2 20 0 15 0 475059214 11107315712 241630 33554432000 4194304 4196468 140730980427696 139738243688976 139738239456981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11665408 140730980432483 140730980435125 140730980435125 140730980437967 0
[pid=21573/tid=21628] ppid=21570 vsize=10846988 memory=966500 CPUtime=6.26 cores=0,2,4,6
/proc/21573/task/21628/stat : 21628 (java) S 21570 21573 16228 0 -1 1077944384 7867 13106 0 0 585 34 5 2 20 0 15 0 475059215 11107315712 241630 33554432000 4194304 4196468 140730980427696 139737812282000 139738239456981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11665408 140730980432483 140730980435125 140730980435125 140730980437967 0
[pid=21573/tid=21629] ppid=21570 vsize=10846988 memory=966520 CPUtime=6.32 cores=0,2,4,6
/proc/21573/task/21629/stat : 21629 (java) S 21570 21573 16228 0 -1 1077944384 8148 13106 0 0 590 35 5 2 20 0 15 0 475059215 11107315712 241630 33554432000 4194304 4196468 140730980427696 139737811228944 139738239456981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11665408 140730980432483 140730980435125 140730980435125 140730980437967 0
[pid=21573/tid=21630] ppid=21570 vsize=10846988 memory=56 CPUtime=6.3 cores=0,2,4,6
/proc/21573/task/21630/stat : 21630 (java) S 21570 21573 16228 0 -1 1077944384 10406 13106 0 0 589 34 5 2 20 0 15 0 475059215 11107315712 241630 33554432000 4194304 4196468 140730980427696 139737810176400 139738239456981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11665408 140730980432483 140730980435125 140730980435125 140730980437967 0
[pid=21573/tid=21631] ppid=21570 vsize=10846988 memory=966520 CPUtime=6.07 cores=0,2,4,6
/proc/21573/task/21631/stat : 21631 (java) S 21570 21573 16228 0 -1 1077944384 11523 13106 0 0 568 32 5 2 20 0 15 0 475059216 11107315712 241630 33554432000 4194304 4196468 140730980427696 139737698388720 139738239457922 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 12 0 0 6293624 6294260 11665408 140730980432483 140730980435125 140730980435125 140730980437967 0
[pid=21573/tid=21632] ppid=21570 vsize=10846988 memory=7 CPUtime=0.07 cores=0,2,4,6
/proc/21573/task/21632/stat : 21632 (java) S 21570 21573 16228 0 -1 1077944384 39 13106 0 0 0 0 5 2 20 0 15 0 475059216 11107315712 241630 33554432000 4194304 4196468 140730980427696 139737697335072 139738239456981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11665408 140730980432483 140730980435125 140730980435125 140730980437967 0
[pid=21573/tid=21633] ppid=21570 vsize=10846988 memory=966520 CPUtime=0.07 cores=0,2,4,6
/proc/21573/task/21633/stat : 21633 (java) S 21570 21573 16228 0 -1 1077944384 1 13106 0 0 0 0 5 2 20 0 15 0 475059217 11107315712 241630 33554432000 4194304 4196468 140730980427696 139737566274816 139738239456981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11665408 140730980432483 140730980435125 140730980435125 140730980437967 0
[pid=21573/tid=21634] ppid=21570 vsize=10846988 memory=965860 CPUtime=0.07 cores=0,2,4,6
/proc/21573/task/21634/stat : 21634 (java) S 21570 21573 16228 0 -1 1077944384 2 13106 0 0 0 0 5 2 20 0 15 0 475059219 11107315712 241630 33554432000 4194304 4196468 140730980427696 139736962296272 139738239465371 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11665408 140730980432483 140730980435125 140730980435125 140730980437967 0
[pid=21573/tid=21635] ppid=21570 vsize=10846988 memory=966500 CPUtime=2.72 cores=0,2,4,6
/proc/21573/task/21635/stat : 21635 (java) S 21570 21573 16228 0 -1 1077944384 13559 13106 0 0 262 3 5 2 20 0 15 0 475059219 11107315712 241630 33554432000 4194304 4196468 140730980427696 139737663777008 139738239457922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 29 0 0 6293624 6294260 11665408 140730980432483 140730980435125 140730980435125 140730980437967 0
[pid=21573/tid=21636] ppid=21570 vsize=10846988 memory=966416 CPUtime=2.63 cores=0,2,4,6
/proc/21573/task/21636/stat : 21636 (java) S 21570 21573 16228 0 -1 1077944384 13058 13106 0 0 254 2 5 2 20 0 15 0 475059219 11107315712 241630 33554432000 4194304 4196468 140730980427696 139737662724464 139738239457922 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 28 0 0 6293624 6294260 11665408 140730980432483 140730980435125 140730980435125 140730980437967 0
[pid=21573/tid=21637] ppid=21570 vsize=10846988 memory=966520 CPUtime=1.55 cores=0,2,4,6
/proc/21573/task/21637/stat : 21637 (java) S 21570 21573 16228 0 -1 1077944384 14012 13106 0 0 144 4 5 2 20 0 15 0 475059219 11107315712 241630 33554432000 4194304 4196468 140730980427696 139737661671408 139738239457922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 28 0 0 6293624 6294260 11665408 140730980432483 140730980435125 140730980435125 140730980437967 0
[pid=21573/tid=21638] ppid=21570 vsize=10846988 memory=966520 CPUtime=0.07 cores=0,2,4,6
/proc/21573/task/21638/stat : 21638 (java) S 21570 21573 16228 0 -1 1077944384 3 13106 0 0 0 0 5 2 20 0 15 0 475059220 11107315712 241630 33554432000 4194304 4196468 140730980427696 139736492534112 139738239456981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11665408 140730980432483 140730980435125 140730980435125 140730980437967 0
[pid=21573/tid=21639] ppid=21570 vsize=10846988 memory=966500 CPUtime=0.86 cores=0,2,4,6
/proc/21573/task/21639/stat : 21639 (java) S 21570 21573 16228 0 -1 1077944384 769 13106 0 0 42 37 5 2 20 0 15 0 475059220 11107315712 241630 33554432000 4194304 4196468 140730980427696 139737660619824 139738239457922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 27 0 0 6293624 6294260 11665408 140730980432483 140730980435125 140730980435125 140730980437967 0
Current children cumulated CPU time: 1266.44 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 966520 KiB

[startup+1302.3 s]
/proc/loadavg: 1.52 1.51 1.50 3/227 22036
/proc/meminfo: memFree=4538048/32770624 swapFree=66993220/67108860
[pid=21573] ppid=21570 vsize=10846988 memory=966688 CPUtime=1327.38 cores=0,2,4,6
/proc/21573/stat : 21573 (java) S 21570 21573 16228 0 -1 1077944320 145179 13106 0 0 132512 219 5 2 20 0 15 0 475059205 11107315712 241672 33554432000 4194304 4196468 140730980427696 140730980410240 139738239446775 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 11665408 140730980432483 140730980435125 140730980435125 140730980437967 0
/proc/21573/statm: 2711747 241672 3624 1 0 2673805 0
[pid=21573/tid=21626] ppid=21570 vsize=10846988 memory=966688 CPUtime=1287.26 cores=0,2,4,6
/proc/21573/task/21626/stat : 21626 (java) R 21570 21573 16228 0 -1 4202560 52904 13106 0 0 128683 36 5 2 20 0 15 0 475059214 11107315712 241672 33554432000 4194304 4196468 140730980427696 139738211282112 139737853647169 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11665408 140730980432483 140730980435125 140730980435125 140730980437967 0
[pid=21573/tid=21627] ppid=21570 vsize=10846988 memory=966688 CPUtime=6.62 cores=0,2,4,6
/proc/21573/task/21627/stat : 21627 (java) S 21570 21573 16228 0 -1 1077944384 10136 13106 0 0 623 32 5 2 20 0 15 0 475059214 11107315712 241672 33554432000 4194304 4196468 140730980427696 139738243688976 139738239456981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11665408 140730980432483 140730980435125 140730980435125 140730980437967 0
[pid=21573/tid=21628] ppid=21570 vsize=10846988 memory=966688 CPUtime=6.58 cores=0,2,4,6
/proc/21573/task/21628/stat : 21628 (java) S 21570 21573 16228 0 -1 1077944384 7897 13106 0 0 616 35 5 2 20 0 15 0 475059215 11107315712 241672 33554432000 4194304 4196468 140730980427696 139737812282000 139738239456981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11665408 140730980432483 140730980435125 140730980435125 140730980437967 0
[pid=21573/tid=21629] ppid=21570 vsize=10846988 memory=966688 CPUtime=6.66 cores=0,2,4,6
/proc/21573/task/21629/stat : 21629 (java) S 21570 21573 16228 0 -1 1077944384 8229 13106 0 0 622 37 5 2 20 0 15 0 475059215 11107315712 241672 33554432000 4194304 4196468 140730980427696 139737811228944 139738239456981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11665408 140730980432483 140730980435125 140730980435125 140730980437967 0
[pid=21573/tid=21630] ppid=21570 vsize=10846988 memory=966688 CPUtime=6.62 cores=0,2,4,6
/proc/21573/task/21630/stat : 21630 (java) S 21570 21573 16228 0 -1 1077944384 10610 13106 0 0 619 36 5 2 20 0 15 0 475059215 11107315712 241672 33554432000 4194304 4196468 140730980427696 139737810176400 139738239456981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11665408 140730980432483 140730980435125 140730980435125 140730980437967 0
[pid=21573/tid=21631] ppid=21570 vsize=10846988 memory=7 CPUtime=6.37 cores=0,2,4,6
/proc/21573/task/21631/stat : 21631 (java) S 21570 21573 16228 0 -1 1077944384 11731 13106 0 0 597 33 5 2 20 0 15 0 475059216 11107315712 241672 33554432000 4194304 4196468 140730980427696 139737698388720 139738239457922 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 12 0 0 6293624 6294260 11665408 140730980432483 140730980435125 140730980435125 140730980437967 0
[pid=21573/tid=21632] ppid=21570 vsize=10846988 memory=966644 CPUtime=0.07 cores=0,2,4,6
/proc/21573/task/21632/stat : 21632 (java) S 21570 21573 16228 0 -1 1077944384 39 13106 0 0 0 0 5 2 20 0 15 0 475059216 11107315712 241672 33554432000 4194304 4196468 140730980427696 139737697335072 139738239456981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11665408 140730980432483 140730980435125 140730980435125 140730980437967 0
[pid=21573/tid=21633] ppid=21570 vsize=10846988 memory=122666 CPUtime=0.07 cores=0,2,4,6
/proc/21573/task/21633/stat : 21633 (java) S 21570 21573 16228 0 -1 1077944384 1 13106 0 0 0 0 5 2 20 0 15 0 475059217 11107315712 241672 33554432000 4194304 4196468 140730980427696 139737566274816 139738239456981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11665408 140730980432483 140730980435125 140730980435125 140730980437967 0
[pid=21573/tid=21634] ppid=21570 vsize=10846988 memory=966688 CPUtime=0.07 cores=0,2,4,6
/proc/21573/task/21634/stat : 21634 (java) S 21570 21573 16228 0 -1 1077944384 2 13106 0 0 0 0 5 2 20 0 15 0 475059219 11107315712 241672 33554432000 4194304 4196468 140730980427696 139736962296272 139738239465371 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11665408 140730980432483 140730980435125 140730980435125 140730980437967 0
[pid=21573/tid=21635] ppid=21570 vsize=10846988 memory=966688 CPUtime=2.72 cores=0,2,4,6
/proc/21573/task/21635/stat : 21635 (java) S 21570 21573 16228 0 -1 1077944384 13562 13106 0 0 262 3 5 2 20 0 15 0 475059219 11107315712 241672 33554432000 4194304 4196468 140730980427696 139737663777008 139738239457922 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 29 0 0 6293624 6294260 11665408 140730980432483 140730980435125 140730980435125 140730980437967 0
[pid=21573/tid=21636] ppid=21570 vsize=10846988 memory=966688 CPUtime=2.63 cores=0,2,4,6
/proc/21573/task/21636/stat : 21636 (java) S 21570 21573 16228 0 -1 1077944384 13060 13106 0 0 254 2 5 2 20 0 15 0 475059219 11107315712 241672 33554432000 4194304 4196468 140730980427696 139737662724464 139738239457922 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 28 0 0 6293624 6294260 11665408 140730980432483 140730980435125 140730980435125 140730980437967 0
[pid=21573/tid=21637] ppid=21570 vsize=10846988 memory=966688 CPUtime=1.55 cores=0,2,4,6
/proc/21573/task/21637/stat : 21637 (java) S 21570 21573 16228 0 -1 1077944384 14014 13106 0 0 144 4 5 2 20 0 15 0 475059219 11107315712 241672 33554432000 4194304 4196468 140730980427696 139737661671408 139738239457922 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 28 0 0 6293624 6294260 11665408 140730980432483 140730980435125 140730980435125 140730980437967 0
[pid=21573/tid=21638] ppid=21570 vsize=10846988 memory=966688 CPUtime=0.07 cores=0,2,4,6
/proc/21573/task/21638/stat : 21638 (java) S 21570 21573 16228 0 -1 1077944384 3 13106 0 0 0 0 5 2 20 0 15 0 475059220 11107315712 241672 33554432000 4194304 4196468 140730980427696 139736492534112 139738239456981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11665408 140730980432483 140730980435125 140730980435125 140730980437967 0
[pid=21573/tid=21639] ppid=21570 vsize=10846988 memory=966688 CPUtime=0.89 cores=0,2,4,6
/proc/21573/task/21639/stat : 21639 (java) S 21570 21573 16228 0 -1 1077944384 784 13106 0 0 43 39 5 2 20 0 15 0 475059220 11107315712 241672 33554432000 4194304 4196468 140730980427696 139737660619824 139738239457922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 27 0 0 6293624 6294260 11665408 140730980432483 140730980435125 140730980435125 140730980437967 0
Current children cumulated CPU time: 1327.38 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 966688 KiB

[startup+1302.51 s]
# the end of solver process 21573 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=1325.38 s, system=2.23062 s

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

[startup+1302.4 s]
/proc/loadavg: 1.52 1.51 1.50 3/227 22036
/proc/meminfo: memFree=4538048/32770624 swapFree=66993220/67108860
[pid=21573] ppid=21570 vsize=10846988 memory=966688 CPUtime=1327.48 cores=0,2,4,6
/proc/21573/stat : 21573 (java) S 21570 21573 16228 0 -1 1077944320 145179 13106 0 0 132522 219 5 2 20 0 15 0 475059205 11107315712 241672 33554432000 4194304 4196468 140730980427696 140730980410240 139738239446775 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 11665408 140730980432483 140730980435125 140730980435125 140730980437967 0
/proc/21573/statm: 2711747 241672 3624 1 0 2673805 0
[pid=21573/tid=21626] ppid=21570 vsize=10846988 memory=281233385475296 CPUtime=1287.36 cores=0,2,4,6
/proc/21573/task/21626/stat : 21626 (java) R 21570 21573 16228 0 -1 4202560 52904 13106 0 0 128693 36 5 2 20 0 15 0 475059214 11107315712 241672 33554432000 4194304 4196468 140730980427696 139738211282112 139737853403097 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11665408 140730980432483 140730980435125 140730980435125 140730980437967 0
[pid=21573/tid=21627] ppid=21570 vsize=10846988 memory=6791534058613427641 CPUtime=6.62 cores=0,2,4,6
/proc/21573/task/21627/stat : 21627 (java) S 21570 21573 16228 0 -1 1077944384 10136 13106 0 0 623 32 5 2 20 0 15 0 475059214 11107315712 241672 33554432000 4194304 4196468 140730980427696 139738243688976 139738239456981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11665408 140730980432483 140730980435125 140730980435125 140730980437967 0
[pid=21573/tid=21628] ppid=21570 vsize=10846988 memory=2672 CPUtime=6.58 cores=0,2,4,6
/proc/21573/task/21628/stat : 21628 (java) S 21570 21573 16228 0 -1 1077944384 7897 13106 0 0 616 35 5 2 20 0 15 0 475059215 11107315712 241672 33554432000 4194304 4196468 140730980427696 139737812282000 139738239456981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11665408 140730980432483 140730980435125 140730980435125 140730980437967 0
[pid=21573/tid=21629] ppid=21570 vsize=10846988 memory=1440 CPUtime=6.66 cores=0,2,4,6
/proc/21573/task/21629/stat : 21629 (java) S 21570 21573 16228 0 -1 1077944384 8229 13106 0 0 622 37 5 2 20 0 15 0 475059215 11107315712 241672 33554432000 4194304 4196468 140730980427696 139737811228944 139738239456981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11665408 140730980432483 140730980435125 140730980435125 140730980437967 0
[pid=21573/tid=21630] ppid=21570 vsize=10846988 memory=784 CPUtime=6.62 cores=0,2,4,6
/proc/21573/task/21630/stat : 21630 (java) S 21570 21573 16228 0 -1 1077944384 10610 13106 0 0 619 36 5 2 20 0 15 0 475059215 11107315712 241672 33554432000 4194304 4196468 140730980427696 139737810176400 139738239456981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11665408 140730980432483 140730980435125 140730980435125 140730980437967 0
[pid=21573/tid=21631] ppid=21570 vsize=10846988 memory=45280 CPUtime=6.37 cores=0,2,4,6
/proc/21573/task/21631/stat : 21631 (java) S 21570 21573 16228 0 -1 1077944384 11731 13106 0 0 597 33 5 2 20 0 15 0 475059216 11107315712 241672 33554432000 4194304 4196468 140730980427696 139737698388720 139738239457922 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 12 0 0 6293624 6294260 11665408 140730980432483 140730980435125 140730980435125 140730980437967 0
[pid=21573/tid=21632] ppid=21570 vsize=10846988 memory=984 CPUtime=0.07 cores=0,2,4,6
/proc/21573/task/21632/stat : 21632 (java) S 21570 21573 16228 0 -1 1077944384 39 13106 0 0 0 0 5 2 20 0 15 0 475059216 11107315712 241672 33554432000 4194304 4196468 140730980427696 139737697335072 139738239456981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11665408 140730980432483 140730980435125 140730980435125 140730980437967 0
[pid=21573/tid=21633] ppid=21570 vsize=10846988 memory=2004 CPUtime=0.07 cores=0,2,4,6
/proc/21573/task/21633/stat : 21633 (java) S 21570 21573 16228 0 -1 1077944384 1 13106 0 0 0 0 5 2 20 0 15 0 475059217 11107315712 241672 33554432000 4194304 4196468 140730980427696 139737566274816 139738239456981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11665408 140730980432483 140730980435125 140730980435125 140730980437967 0
[pid=21573/tid=21634] ppid=21570 vsize=10846988 memory=1428 CPUtime=0.07 cores=0,2,4,6
/proc/21573/task/21634/stat : 21634 (java) S 21570 21573 16228 0 -1 1077944384 2 13106 0 0 0 0 5 2 20 0 15 0 475059219 11107315712 241672 33554432000 4194304 4196468 140730980427696 139736962296272 139738239465371 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11665408 140730980432483 140730980435125 140730980435125 140730980437967 0
[pid=21573/tid=21635] ppid=21570 vsize=10846988 memory=2836 CPUtime=2.72 cores=0,2,4,6
/proc/21573/task/21635/stat : 21635 (java) S 21570 21573 16228 0 -1 1077944384 13562 13106 0 0 262 3 5 2 20 0 15 0 475059219 11107315712 241672 33554432000 4194304 4196468 140730980427696 139737663777008 139738239457922 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 29 0 0 6293624 6294260 11665408 140730980432483 140730980435125 140730980435125 140730980437967 0
[pid=21573/tid=21636] ppid=21570 vsize=10846988 memory=1540 CPUtime=2.63 cores=0,2,4,6
/proc/21573/task/21636/stat : 21636 (java) S 21570 21573 16228 0 -1 1077944384 13060 13106 0 0 254 2 5 2 20 0 15 0 475059219 11107315712 241672 33554432000 4194304 4196468 140730980427696 139737662724464 139738239457922 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 28 0 0 6293624 6294260 11665408 140730980432483 140730980435125 140730980435125 140730980437967 0
[pid=21573/tid=21637] ppid=21570 vsize=10846988 memory=1736 CPUtime=1.55 cores=0,2,4,6
/proc/21573/task/21637/stat : 21637 (java) S 21570 21573 16228 0 -1 1077944384 14014 13106 0 0 144 4 5 2 20 0 15 0 475059219 11107315712 241672 33554432000 4194304 4196468 140730980427696 139737661671408 139738239457922 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 28 0 0 6293624 6294260 11665408 140730980432483 140730980435125 140730980435125 140730980437967 0
[pid=21573/tid=21638] ppid=21570 vsize=10846988 memory=6100 CPUtime=0.07 cores=0,2,4,6
/proc/21573/task/21638/stat : 21638 (java) S 21570 21573 16228 0 -1 1077944384 3 13106 0 0 0 0 5 2 20 0 15 0 475059220 11107315712 241672 33554432000 4194304 4196468 140730980427696 139736492534112 139738239456981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11665408 140730980432483 140730980435125 140730980435125 140730980437967 0
[pid=21573/tid=21639] ppid=21570 vsize=10846988 memory=772 CPUtime=0.89 cores=0,2,4,6
/proc/21573/task/21639/stat : 21639 (java) S 21570 21573 16228 0 -1 1077944384 784 13106 0 0 43 39 5 2 20 0 15 0 475059220 11107315712 241672 33554432000 4194304 4196468 140730980427696 139737660619824 139738239457922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 27 0 0 6293624 6294260 11665408 140730980432483 140730980435125 140730980435125 140730980437967 0
Current children cumulated CPU time: 1327.48 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 966688 KiB

[startup+1302.5 s]*
/proc/loadavg: 1.52 1.51 1.50 3/214 22037
/proc/meminfo: memFree=4538796/32770624 swapFree=66993220/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): 1302.51
CPU time (s): 1327.61
CPU user time (s): 1325.38
CPU system time (s): 2.23062
CPU usage (%): 101.927
Max. virtual memory (cumulated for all children) (KiB): 10847584
Max. memory (cumulated for all children) (KiB): 966688

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1325.38
system time used= 2.23062
maximum resident set size= 968772
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 158887
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1776
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 168822
involuntary context switches= 4396


# summary of solver processes directly reported to runsolver:
#   pid: 21573
#   total CPU time (s): 1327.61
#   total CPU user time (s): 1325.38
#   total CPU system time (s): 2.23062

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.42933 second user time and 12.6948 second system time

The end

Launcher Data

Begin job on node126 at 2019-09-20 15:57:56
IDJOB=4402785
IDBENCH=141365
IDSOLVER=2861
FILE ID=node126/4402785-1568987914
RUNJOBID= node126-1568967600-16259
PBS_JOBID= 21704622
Free space on /var/tmp= 13476 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-nodv-10_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4402785-1568987914/watcher-4402785-1568987914 -o /var/tmp/evaluation-result-4402785-1568987914/solver-4402785-1568987914 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node126-1568967600-16259 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=2047248357 HOME/instance-4402785-1568987914.xml

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

MD5SUM BENCH= 769ec0f26c47f1b96bb609b2e4d8d5d6
RANDOM SEED=2047248357

node126.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.45
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.56
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.45
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.56
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.45
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.56
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.45
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:         6376372 kB
MemAvailable:   31394432 kB
Buffers:          130940 kB
Cached:         24935344 kB
SwapCached:         7072 kB
Active:         12966676 kB
Inactive:       12568436 kB
Active(anon):     461636 kB
Inactive(anon):    45880 kB
Active(file):   12505040 kB
Inactive(file): 12522556 kB
Unevictable:      109312 kB
Mlocked:          109312 kB
SwapTotal:      67108860 kB
SwapFree:       66993192 kB
Dirty:             35720 kB
Writeback:             0 kB
AnonPages:        572856 kB
Mapped:            61032 kB
Shmem:             29584 kB
Slab:             448076 kB
SReclaimable:     418924 kB
SUnreclaim:        29152 kB
KernelStack:        3728 kB
PageTables:        11184 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1442760 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    477184 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /var/tmp at the end= 13440 MiB
End job on node126 at 2019-09-20 16:19:39