Trace number 4304693

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.9.2OPT709 15.2534 8.06715

General information on the benchmark

NameKnapsack/
Knapsack-30-100-00_c18.xml
MD5SUM9b4affb9795dbfb6552181ea4234f2b3
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark709
Best CPU time to get the best result obtained on this benchmark0.748423
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints1
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":30}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":30}]
Minimum constraint arity30
Maximum constraint arity30
Distribution of constraint arities[{"arity":30,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":1}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


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

Solver Data

1.00/0.74	c Concrete v3.9.2.1532736233296 running
5.91/3.14	o 386
5.91/3.17	o 410
5.91/3.17	o 427
5.91/3.18	o 456
5.91/3.19	o 517
5.91/3.19	o 546
6.15/3.20	o 554
6.15/3.26	o 582
6.15/3.28	o 589
6.15/3.28	o 604
6.15/3.29	o 614
6.46/3.30	o 626
6.46/3.31	o 650
6.46/3.38	o 690
6.46/3.39	o 694
6.84/3.41	o 702
6.84/3.46	o 703
7.16/3.56	o 709
15.15/8.05	v <instantiation cost="709">
15.15/8.05	v       <list>
15.15/8.05	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29]
15.15/8.05	v       </list>
15.15/8.05	v       <values>
15.15/8.05	v         1 0 1 0 0 1 0 0 0 1 1 1 0 0 1 1 1 1 0 0 0 1 0 0 1 0 0 0 0 0
15.15/8.05	v       </values>
15.15/8.05	v     </instantiation>
15.15/8.05	s OPTIMUM FOUND

Verifier Data

OK	709

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304693-1534126178/watcher-4304693-1534126178 -o /tmp/evaluation-result-4304693-1534126178/solver-4304693-1534126178 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1534095354-25288 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=321221375 HOME/instance-4304693-1534126178.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
solver pid=838, runsolver pid=835
Current StackSize limit: 8192 KiB


[startup+0.101119 s]*
/proc/loadavg: 1.69 1.67 1.56 2/206 901
/proc/meminfo: memFree=28064844/32770624 swapFree=67030660/67108860
[pid=838] ppid=835 vsize=10003272 memory=13384 CPUtime=0.09 cores=1,3,5,7
/proc/838/stat : 838 (java) S 835 838 25256 0 -1 1077944320 3499 12838 0 0 0 1 5 3 20 0 6 0 230181026 10243350528 3346 33554432000 4194304 4196468 140726724022864 140726724005408 140580232322807 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 17379328 140726724024941 140726724027740 140726724027740 140726724030415 0
/proc/838/statm: 2500818 3346 1337 1 0 2489729 0
[pid=838/tid=897] ppid=835 vsize=10005480 memory=8389772277269004345 CPUtime=0.08 cores=1,3,5,7
/proc/838/task/897/stat : 897 (java) R 835 838 25256 0 -1 4202560 2006 12838 0 0 0 0 5 3 20 0 6 0 230181035 10245611520 4070 33554432000 4194304 4196468 140726724022864 140580204159568 140580218005333 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17379328 140726724024941 140726724027740 140726724027740 140726724030415 0
[pid=838/tid=898] ppid=835 vsize=10005480 memory=4294967639 CPUtime=0.08 cores=1,3,5,7
/proc/838/task/898/stat : 898 (java) S 835 838 25256 0 -1 1077944384 2 12838 0 0 0 0 5 3 20 0 6 0 230181036 10245611520 4070 33554432000 4194304 4196468 140726724022864 140580236564880 140580232333013 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17379328 140726724024941 140726724027740 140726724027740 140726724030415 0
[pid=838/tid=899] ppid=835 vsize=10005480 memory=140161359910772 CPUtime=0.08 cores=1,3,5,7
/proc/838/task/899/stat : 899 (java) S 835 838 25256 0 -1 1077944384 2 12838 0 0 0 0 5 3 20 0 6 0 230181036 10245611520 4070 33554432000 4194304 4196468 140726724022864 140580121762064 140580232333013 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17379328 140726724024941 140726724027740 140726724027740 140726724030415 0
[pid=838/tid=900] ppid=835 vsize=10005480 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/838/task/900/stat : 900 (java) S 835 838 25256 0 -1 1077944384 1 12838 0 0 0 0 5 3 20 0 6 0 230181036 10245611520 4070 33554432000 4194304 4196468 140726724022864 140580120709776 140580232333013 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17379328 140726724024941 140726724027740 140726724027740 140726724030415 0
[pid=838/tid=901] ppid=835 vsize=10005480 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/838/task/901/stat : 901 (java) S 835 838 25256 0 -1 1077944384 2 12838 0 0 0 0 5 3 20 0 6 0 230181036 10245611520 4070 33554432000 4194304 4196468 140726724022864 140580119656976 140580232333013 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17379328 140726724024941 140726724027740 140726724027740 140726724030415 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10003272 KiB
Current children cumulated memory: 13384 KiB

[startup+0.209961 s]*
/proc/loadavg: 1.69 1.67 1.56 4/215 910
/proc/meminfo: memFree=28042440/32770624 swapFree=67030660/67108860
[pid=838] ppid=835 vsize=10982744 memory=43052 CPUtime=0.25 cores=1,3,5,7
/proc/838/stat : 838 (java) S 835 838 25256 0 -1 1077944320 6993 12838 0 0 16 1 5 3 20 0 15 0 230181026 11246329856 10763 33554432000 4194304 4196468 140726724022864 140726724005408 140580232322807 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 17379328 140726724024941 140726724027740 140726724027740 140726724030415 0
/proc/838/statm: 2745686 10763 2959 1 0 2708109 0
[pid=838/tid=897] ppid=835 vsize=10982744 memory=8389772277269004345 CPUtime=0.18 cores=1,3,5,7
/proc/838/task/897/stat : 897 (java) R 835 838 25256 0 -1 4202560 3816 12838 0 0 10 0 5 3 20 0 15 0 230181035 11246329856 11027 33554432000 4194304 4196468 140726724022864 140580204121360 140580215509711 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17379328 140726724024941 140726724027740 140726724027740 140726724030415 0
[pid=838/tid=898] ppid=835 vsize=10982744 memory=4294967639 CPUtime=0.08 cores=1,3,5,7
/proc/838/task/898/stat : 898 (java) S 835 838 25256 0 -1 1077944384 2 12838 0 0 0 0 5 3 20 0 15 0 230181036 11246329856 11027 33554432000 4194304 4196468 140726724022864 140580236564880 140580232333013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17379328 140726724024941 140726724027740 140726724027740 140726724030415 0
[pid=838/tid=899] ppid=835 vsize=10982744 memory=140161359910772 CPUtime=0.08 cores=1,3,5,7
/proc/838/task/899/stat : 899 (java) S 835 838 25256 0 -1 1077944384 2 12838 0 0 0 0 5 3 20 0 15 0 230181036 11246329856 11027 33554432000 4194304 4196468 140726724022864 140580121762064 140580232333013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17379328 140726724024941 140726724027740 140726724027740 140726724030415 0
[pid=838/tid=900] ppid=835 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/838/task/900/stat : 900 (java) S 835 838 25256 0 -1 1077944384 1 12838 0 0 0 0 5 3 20 0 15 0 230181036 11246329856 11027 33554432000 4194304 4196468 140726724022864 140580120709776 140580232333013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17379328 140726724024941 140726724027740 140726724027740 140726724030415 0
[pid=838/tid=901] ppid=835 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/838/task/901/stat : 901 (java) S 835 838 25256 0 -1 1077944384 2 12838 0 0 0 0 5 3 20 0 15 0 230181036 11246329856 11027 33554432000 4194304 4196468 140726724022864 140580119656976 140580232333013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17379328 140726724024941 140726724027740 140726724027740 140726724030415 0
[pid=838/tid=902] ppid=835 vsize=10982744 memory=140161358694016 CPUtime=0.08 cores=1,3,5,7
/proc/838/task/902/stat : 902 (java) S 835 838 25256 0 -1 1077944384 2 12838 0 0 0 0 5 3 20 0 15 0 230181038 11246329856 11027 33554432000 4194304 4196468 140726724022864 140579749743216 140580232333954 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17379328 140726724024941 140726724027740 140726724027740 140726724030415 0
[pid=838/tid=903] ppid=835 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/838/task/903/stat : 903 (java) S 835 838 25256 0 -1 1077944384 13 12838 0 0 0 0 5 3 20 0 15 0 230181039 11246329856 11027 33554432000 4194304 4196468 140726724022864 140578977211680 140580232333013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17379328 140726724024941 140726724027740 140726724027740 140726724030415 0
[pid=838/tid=904] ppid=835 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/838/task/904/stat : 904 (java) S 835 838 25256 0 -1 1077944384 1 12838 0 0 0 0 5 3 20 0 15 0 230181039 11246329856 11027 33554432000 4194304 4196468 140726724022864 140578775885424 140580232333013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17379328 140726724024941 140726724027740 140726724027740 140726724030415 0
[pid=838/tid=905] ppid=835 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/838/task/905/stat : 905 (java) S 835 838 25256 0 -1 1077944384 3 12838 0 0 0 0 5 3 20 0 15 0 230181042 11246329856 11027 33554432000 4194304 4196468 140726724022864 140578468485712 140580232341403 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17379328 140726724024941 140726724027740 140726724027740 140726724030415 0
[pid=838/tid=906] ppid=835 vsize=10982744 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/838/task/906/stat : 906 (java) S 835 838 25256 0 -1 1077944384 401 12838 0 0 1 0 5 3 20 0 15 0 230181042 11246329856 11027 33554432000 4194304 4196468 140726724022864 140579748690032 140580232333954 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17379328 140726724024941 140726724027740 140726724027740 140726724030415 0
[pid=838/tid=907] ppid=835 vsize=10982744 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/838/task/907/stat : 907 (java) S 835 838 25256 0 -1 1077944384 189 12838 0 0 1 0 5 3 20 0 15 0 230181042 11246329856 11027 33554432000 4194304 4196468 140726724022864 140579747637232 140580232333954 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17379328 140726724024941 140726724027740 140726724027740 140726724030415 0
[pid=838/tid=908] ppid=835 vsize=10982744 memory=140161358694016 CPUtime=0.11 cores=1,3,5,7
/proc/838/task/908/stat : 908 (java) S 835 838 25256 0 -1 1077944384 635 12838 0 0 3 0 5 3 20 0 15 0 230181042 11246329856 11027 33554432000 4194304 4196468 140726724022864 140579746584944 140580232333954 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17379328 140726724024941 140726724027740 140726724027740 140726724030415 0
[pid=838/tid=909] ppid=835 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/838/task/909/stat : 909 (java) S 835 838 25256 0 -1 1077944384 3 12838 0 0 0 0 5 3 20 0 15 0 230181042 11246329856 11027 33554432000 4194304 4196468 140726724022864 140578037688800 140580232333013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17379328 140726724024941 140726724027740 140726724027740 140726724030415 0
[pid=838/tid=910] ppid=835 vsize=10982744 memory=140161358694016 CPUtime=0.08 cores=1,3,5,7
/proc/838/task/910/stat : 910 (java) S 835 838 25256 0 -1 1077944384 1 12838 0 0 0 0 5 3 20 0 15 0 230181042 11246329856 11027 33554432000 4194304 4196468 140726724022864 140579745532848 140580232333954 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17379328 140726724024941 140726724027740 140726724027740 140726724030415 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 43052 KiB

[startup+0.310271 s]*
/proc/loadavg: 1.69 1.67 1.56 3/215 910
/proc/meminfo: memFree=28029292/32770624 swapFree=67030660/67108860
[pid=838] ppid=835 vsize=10983192 memory=55944 CPUtime=0.38 cores=1,3,5,7
/proc/838/stat : 838 (java) S 835 838 25256 0 -1 1077944320 10031 12838 0 0 28 2 5 3 20 0 15 0 230181026 11246788608 13986 33554432000 4194304 4196468 140726724022864 140726724005408 140580232322807 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 17379328 140726724024941 140726724027740 140726724027740 140726724030415 0
/proc/838/statm: 2745798 13986 3078 1 0 2708109 0
[pid=838/tid=897] ppid=835 vsize=10983192 memory=1398720917958146503 CPUtime=0.28 cores=1,3,5,7
/proc/838/task/897/stat : 897 (java) R 835 838 25256 0 -1 4202560 6837 12838 0 0 19 1 5 3 20 0 15 0 230181035 11246788608 14248 33554432000 4194304 4196468 140726724022864 140580204134816 140580212598528 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17379328 140726724024941 140726724027740 140726724027740 140726724030415 0
[pid=838/tid=898] ppid=835 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/838/task/898/stat : 898 (java) S 835 838 25256 0 -1 1077944384 2 12838 0 0 0 0 5 3 20 0 15 0 230181036 11246788608 14248 33554432000 4194304 4196468 140726724022864 140580236564880 140580232333013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17379328 140726724024941 140726724027740 140726724027740 140726724030415 0
[pid=838/tid=899] ppid=835 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/838/task/899/stat : 899 (java) S 835 838 25256 0 -1 1077944384 2 12838 0 0 0 0 5 3 20 0 15 0 230181036 11246788608 14248 33554432000 4194304 4196468 140726724022864 140580121762064 140580232333013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17379328 140726724024941 140726724027740 140726724027740 140726724030415 0
[pid=838/tid=900] ppid=835 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/838/task/900/stat : 900 (java) S 835 838 25256 0 -1 1077944384 1 12838 0 0 0 0 5 3 20 0 15 0 230181036 11246788608 14248 33554432000 4194304 4196468 140726724022864 140580120709776 140580232333013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17379328 140726724024941 140726724027740 140726724027740 140726724030415 0
[pid=838/tid=901] ppid=835 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/838/task/901/stat : 901 (java) S 835 838 25256 0 -1 1077944384 2 12838 0 0 0 0 5 3 20 0 15 0 230181036 11246788608 14248 33554432000 4194304 4196468 140726724022864 140580119656976 140580232333013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17379328 140726724024941 140726724027740 140726724027740 140726724030415 0
[pid=838/tid=902] ppid=835 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/838/task/902/stat : 902 (java) S 835 838 25256 0 -1 1077944384 2 12838 0 0 0 0 5 3 20 0 15 0 230181038 11246788608 14248 33554432000 4194304 4196468 140726724022864 140579749743216 140580232333954 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17379328 140726724024941 140726724027740 140726724027740 140726724030415 0
[pid=838/tid=903] ppid=835 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/838/task/903/stat : 903 (java) S 835 838 25256 0 -1 1077944384 13 12838 0 0 0 0 5 3 20 0 15 0 230181039 11246788608 14248 33554432000 4194304 4196468 140726724022864 140578977211680 140580232333013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17379328 140726724024941 140726724027740 140726724027740 140726724030415 0
[pid=838/tid=904] ppid=835 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/838/task/904/stat : 904 (java) S 835 838 25256 0 -1 1077944384 1 12838 0 0 0 0 5 3 20 0 15 0 230181039 11246788608 14248 33554432000 4194304 4196468 140726724022864 140578775885424 140580232333013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17379328 140726724024941 140726724027740 140726724027740 140726724030415 0
[pid=838/tid=905] ppid=835 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/838/task/905/stat : 905 (java) S 835 838 25256 0 -1 1077944384 3 12838 0 0 0 0 5 3 20 0 15 0 230181042 11246788608 14248 33554432000 4194304 4196468 140726724022864 140578468485712 140580232341403 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17379328 140726724024941 140726724027740 140726724027740 140726724030415 0
[pid=838/tid=906] ppid=835 vsize=10983192 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/838/task/906/stat : 906 (java) S 835 838 25256 0 -1 1077944384 403 12838 0 0 1 0 5 3 20 0 15 0 230181042 11246788608 14248 33554432000 4194304 4196468 140726724022864 140579748690032 140580232333954 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17379328 140726724024941 140726724027740 140726724027740 140726724030415 0
[pid=838/tid=907] ppid=835 vsize=10983192 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/838/task/907/stat : 907 (java) S 835 838 25256 0 -1 1077944384 189 12838 0 0 1 0 5 3 20 0 15 0 230181042 11246788608 14248 33554432000 4194304 4196468 140726724022864 140579747637232 140580232333954 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17379328 140726724024941 140726724027740 140726724027740 140726724030415 0
[pid=838/tid=908] ppid=835 vsize=10983192 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/838/task/908/stat : 908 (java) S 835 838 25256 0 -1 1077944384 644 12838 0 0 5 0 5 3 20 0 15 0 230181042 11246788608 14314 33554432000 4194304 4196468 140726724022864 140579746584944 140580232333954 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17379328 140726724024941 140726724027740 140726724027740 140726724030415 0
[pid=838/tid=909] ppid=835 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/838/task/909/stat : 909 (java) S 835 838 25256 0 -1 1077944384 3 12838 0 0 0 0 5 3 20 0 15 0 230181042 11246788608 14314 33554432000 4194304 4196468 140726724022864 140578037688800 140580232333013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17379328 140726724024941 140726724027740 140726724027740 140726724030415 0
[pid=838/tid=910] ppid=835 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/838/task/910/stat : 910 (java) S 835 838 25256 0 -1 1077944384 1 12838 0 0 0 0 5 3 20 0 15 0 230181042 11246788608 14314 33554432000 4194304 4196468 140726724022864 140579745532848 140580232333954 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17379328 140726724024941 140726724027740 140726724027740 140726724030415 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 55944 KiB

[startup+0.700799 s]
/proc/loadavg: 1.69 1.67 1.56 3/215 910
/proc/meminfo: memFree=28018376/32770624 swapFree=67030660/67108860
[pid=838] ppid=835 vsize=10983192 memory=90248 CPUtime=1 cores=1,3,5,7
/proc/838/stat : 838 (java) S 835 838 25256 0 -1 1077944320 16717 12838 0 0 87 5 5 3 20 0 15 0 230181026 11246788608 22562 33554432000 4194304 4196468 140726724022864 140726724005408 140580232322807 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 17379328 140726724024941 140726724027740 140726724027740 140726724030415 0
/proc/838/statm: 2745798 22562 3238 1 0 2708109 0
[pid=838/tid=897] ppid=835 vsize=10983192 memory=7019257425709197167 CPUtime=0.66 cores=1,3,5,7
/proc/838/task/897/stat : 897 (java) R 835 838 25256 0 -1 4202560 12189 12838 0 0 55 3 5 3 20 0 15 0 230181035 11246788608 22562 33554432000 4194304 4196468 140726724022864 140580204144848 140580216403294 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17379328 140726724024941 140726724027740 140726724027740 140726724030415 0
[pid=838/tid=898] ppid=835 vsize=10983192 memory=280322449085248 CPUtime=0.08 cores=1,3,5,7
/proc/838/task/898/stat : 898 (java) S 835 838 25256 0 -1 1077944384 2 12838 0 0 0 0 5 3 20 0 15 0 230181036 11246788608 22562 33554432000 4194304 4196468 140726724022864 140580236564880 140580232333013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17379328 140726724024941 140726724027740 140726724027740 140726724030415 0
[pid=838/tid=899] ppid=835 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/838/task/899/stat : 899 (java) S 835 838 25256 0 -1 1077944384 2 12838 0 0 0 0 5 3 20 0 15 0 230181036 11246788608 22562 33554432000 4194304 4196468 140726724022864 140580121762064 140580232333013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17379328 140726724024941 140726724027740 140726724027740 140726724030415 0
[pid=838/tid=900] ppid=835 vsize=10983192 memory=140161224711074 CPUtime=0.08 cores=1,3,5,7
/proc/838/task/900/stat : 900 (java) S 835 838 25256 0 -1 1077944384 1 12838 0 0 0 0 5 3 20 0 15 0 230181036 11246788608 22562 33554432000 4194304 4196468 140726724022864 140580120709776 140580232333013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17379328 140726724024941 140726724027740 140726724027740 140726724030415 0
[pid=838/tid=901] ppid=835 vsize=10983192 memory=3544 CPUtime=0.08 cores=1,3,5,7
/proc/838/task/901/stat : 901 (java) S 835 838 25256 0 -1 1077944384 2 12838 0 0 0 0 5 3 20 0 15 0 230181036 11246788608 22562 33554432000 4194304 4196468 140726724022864 140580119656976 140580232333013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17379328 140726724024941 140726724027740 140726724027740 140726724030415 0
[pid=838/tid=902] ppid=835 vsize=10983192 memory=6625 CPUtime=0.08 cores=1,3,5,7
/proc/838/task/902/stat : 902 (java) S 835 838 25256 0 -1 1077944384 5 12838 0 0 0 0 5 3 20 0 15 0 230181038 11246788608 22562 33554432000 4194304 4196468 140726724022864 140579749743216 140580232333954 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17379328 140726724024941 140726724027740 140726724027740 140726724030415 0
[pid=838/tid=903] ppid=835 vsize=10983192 memory=4420 CPUtime=0.08 cores=1,3,5,7
/proc/838/task/903/stat : 903 (java) S 835 838 25256 0 -1 1077944384 13 12838 0 0 0 0 5 3 20 0 15 0 230181039 11246788608 22562 33554432000 4194304 4196468 140726724022864 140578977211680 140580232333013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17379328 140726724024941 140726724027740 140726724027740 140726724030415 0
[pid=838/tid=904] ppid=835 vsize=10983192 memory=6628 CPUtime=0.08 cores=1,3,5,7
/proc/838/task/904/stat : 904 (java) S 835 838 25256 0 -1 1077944384 1 12838 0 0 0 0 5 3 20 0 15 0 230181039 11246788608 22562 33554432000 4194304 4196468 140726724022864 140578775885424 140580232333013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17379328 140726724024941 140726724027740 140726724027740 140726724030415 0
[pid=838/tid=905] ppid=835 vsize=10983192 memory=8996 CPUtime=0.08 cores=1,3,5,7
/proc/838/task/905/stat : 905 (java) S 835 838 25256 0 -1 1077944384 3 12838 0 0 0 0 5 3 20 0 15 0 230181042 11246788608 22562 33554432000 4194304 4196468 140726724022864 140578468485712 140580232341403 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17379328 140726724024941 140726724027740 140726724027740 140726724030415 0
[pid=838/tid=906] ppid=835 vsize=10983192 memory=33 CPUtime=0.15 cores=1,3,5,7
/proc/838/task/906/stat : 906 (java) S 835 838 25256 0 -1 1077944384 827 12838 0 0 7 0 5 3 20 0 15 0 230181042 11246788608 22562 33554432000 4194304 4196468 140726724022864 140579748690032 140580232333954 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17379328 140726724024941 140726724027740 140726724027740 140726724030415 0
[pid=838/tid=907] ppid=835 vsize=10983192 memory=0 CPUtime=0.18 cores=1,3,5,7
/proc/838/task/907/stat : 907 (java) S 835 838 25256 0 -1 1077944384 772 12838 0 0 10 0 5 3 20 0 15 0 230181042 11246788608 22562 33554432000 4194304 4196468 140726724022864 140579747637232 140580232333954 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17379328 140726724024941 140726724027740 140726724027740 140726724030415 0
[pid=838/tid=908] ppid=835 vsize=10983192 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/838/task/908/stat : 908 (java) S 835 838 25256 0 -1 1077944384 708 12838 0 0 13 0 5 3 20 0 15 0 230181042 11246788608 22562 33554432000 4194304 4196468 140726724022864 140579746584944 140580232333954 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17379328 140726724024941 140726724027740 140726724027740 140726724030415 0
[pid=838/tid=909] ppid=835 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/838/task/909/stat : 909 (java) S 835 838 25256 0 -1 1077944384 3 12838 0 0 0 0 5 3 20 0 15 0 230181042 11246788608 22562 33554432000 4194304 4196468 140726724022864 140578037688800 140580232333013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17379328 140726724024941 140726724027740 140726724027740 140726724030415 0
[pid=838/tid=910] ppid=835 vsize=10983192 memory=-7749696028082845524 CPUtime=0.08 cores=1,3,5,7
/proc/838/task/910/stat : 910 (java) S 835 838 25256 0 -1 1077944384 1 12838 0 0 0 0 5 3 20 0 15 0 230181042 11246788608 22562 33554432000 4194304 4196468 140726724022864 140579745532848 140580232333954 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17379328 140726724024941 140726724027740 140726724027740 140726724030415 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 90248 KiB

[startup+1.50075 s]
/proc/loadavg: 1.69 1.67 1.56 3/215 910
/proc/meminfo: memFree=27974340/32770624 swapFree=67030660/67108860
[pid=838] ppid=835 vsize=10998092 memory=181432 CPUtime=2.24 cores=1,3,5,7
/proc/838/stat : 838 (java) S 835 838 25256 0 -1 1077944320 23936 12838 0 0 205 11 5 3 20 0 15 0 230181026 11262046208 45358 33554432000 4194304 4196468 140726724022864 140726724005408 140580232322807 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 17379328 140726724024941 140726724027740 140726724027740 140726724030415 0
/proc/838/statm: 2749523 45358 3469 1 0 2711181 0
[pid=838/tid=897] ppid=835 vsize=10998092 memory=0 CPUtime=1.42 cores=1,3,5,7
/proc/838/task/897/stat : 897 (java) R 835 838 25256 0 -1 4202560 17889 12838 0 0 128 6 5 3 20 0 15 0 230181035 11262046208 45358 33554432000 4194304 4196468 140726724022864 140580204151376 140580217690959 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17379328 140726724024941 140726724027740 140726724027740 140726724030415 0
[pid=838/tid=898] ppid=835 vsize=10998092 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/838/task/898/stat : 898 (java) S 835 838 25256 0 -1 1077944384 36 12838 0 0 1 0 5 3 20 0 15 0 230181036 11262046208 45358 33554432000 4194304 4196468 140726724022864 140580236564880 140580232333013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17379328 140726724024941 140726724027740 140726724027740 140726724030415 0
[pid=838/tid=899] ppid=835 vsize=10998092 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/838/task/899/stat : 899 (java) S 835 838 25256 0 -1 1077944384 80 12838 0 0 1 0 5 3 20 0 15 0 230181036 11262046208 45358 33554432000 4194304 4196468 140726724022864 140580121762064 140580232333013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17379328 140726724024941 140726724027740 140726724027740 140726724030415 0
[pid=838/tid=900] ppid=835 vsize=10998092 memory=-7749696028082845524 CPUtime=0.09 cores=1,3,5,7
/proc/838/task/900/stat : 900 (java) S 835 838 25256 0 -1 1077944384 25 12838 0 0 1 0 5 3 20 0 15 0 230181036 11262046208 45358 33554432000 4194304 4196468 140726724022864 140580120709776 140580232333013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17379328 140726724024941 140726724027740 140726724027740 140726724030415 0
[pid=838/tid=901] ppid=835 vsize=10998092 memory=140161358692833 CPUtime=0.08 cores=1,3,5,7
/proc/838/task/901/stat : 901 (java) S 835 838 25256 0 -1 1077944384 259 12838 0 0 0 0 5 3 20 0 15 0 230181036 11262046208 45358 33554432000 4194304 4196468 140726724022864 140580119656976 140580232333013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17379328 140726724024941 140726724027740 140726724027740 140726724030415 0
[pid=838/tid=902] ppid=835 vsize=10998092 memory=140161224550568 CPUtime=0.09 cores=1,3,5,7
/proc/838/task/902/stat : 902 (java) S 835 838 25256 0 -1 1077944384 54 12838 0 0 1 0 5 3 20 0 15 0 230181038 11262046208 45358 33554432000 4194304 4196468 140726724022864 140579749743216 140580232333954 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17379328 140726724024941 140726724027740 140726724027740 140726724030415 0
[pid=838/tid=903] ppid=835 vsize=10998092 memory=140161224549872 CPUtime=0.08 cores=1,3,5,7
/proc/838/task/903/stat : 903 (java) S 835 838 25256 0 -1 1077944384 14 12838 0 0 0 0 5 3 20 0 15 0 230181039 11262046208 45358 33554432000 4194304 4196468 140726724022864 140578977211744 140580232333013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17379328 140726724024941 140726724027740 140726724027740 140726724030415 0
[pid=838/tid=904] ppid=835 vsize=10998092 memory=140161224552176 CPUtime=0.08 cores=1,3,5,7
/proc/838/task/904/stat : 904 (java) S 835 838 25256 0 -1 1077944384 1 12838 0 0 0 0 5 3 20 0 15 0 230181039 11262046208 45358 33554432000 4194304 4196468 140726724022864 140578775885424 140580232333013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17379328 140726724024941 140726724027740 140726724027740 140726724030415 0
[pid=838/tid=905] ppid=835 vsize=10998092 memory=280322449080560 CPUtime=0.08 cores=1,3,5,7
/proc/838/task/905/stat : 905 (java) S 835 838 25256 0 -1 1077944384 3 12838 0 0 0 0 5 3 20 0 15 0 230181042 11262046208 45358 33554432000 4194304 4196468 140726724022864 140578468485712 140580232341403 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17379328 140726724024941 140726724027740 140726724027740 140726724030415 0
[pid=838/tid=906] ppid=835 vsize=10998092 memory=280322449080560 CPUtime=0.25 cores=1,3,5,7
/proc/838/task/906/stat : 906 (java) S 835 838 25256 0 -1 1077944384 1012 12838 0 0 17 0 5 3 20 0 15 0 230181042 11262046208 45358 33554432000 4194304 4196468 140726724022864 140579748690032 140580232333954 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17379328 140726724024941 140726724027740 140726724027740 140726724030415 0
[pid=838/tid=907] ppid=835 vsize=10998092 memory=280322449080560 CPUtime=0.32 cores=1,3,5,7
/proc/838/task/907/stat : 907 (java) S 835 838 25256 0 -1 1077944384 1248 12838 0 0 24 0 5 3 20 0 15 0 230181042 11262046208 45358 33554432000 4194304 4196468 140726724022864 140579747637232 140580232333954 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17379328 140726724024941 140726724027740 140726724027740 140726724030415 0
[pid=838/tid=908] ppid=835 vsize=10998092 memory=54 CPUtime=0.37 cores=1,3,5,7
/proc/838/task/908/stat : 908 (java) S 835 838 25256 0 -1 1077944384 1122 12838 0 0 29 0 5 3 20 0 15 0 230181042 11262046208 45358 33554432000 4194304 4196468 140726724022864 140579746584944 140580232333954 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17379328 140726724024941 140726724027740 140726724027740 140726724030415 0
[pid=838/tid=909] ppid=835 vsize=10998092 memory=9169 CPUtime=0.08 cores=1,3,5,7
/proc/838/task/909/stat : 909 (java) S 835 838 25256 0 -1 1077944384 3 12838 0 0 0 0 5 3 20 0 15 0 230181042 11262046208 45358 33554432000 4194304 4196468 140726724022864 140578037688800 140580232333013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17379328 140726724024941 140726724027740 140726724027740 140726724030415 0
[pid=838/tid=910] ppid=835 vsize=10998092 memory=21508 CPUtime=0.08 cores=1,3,5,7
/proc/838/task/910/stat : 910 (java) S 835 838 25256 0 -1 1077944384 1 12838 0 0 0 0 5 3 20 0 15 0 230181042 11262046208 45358 33554432000 4194304 4196468 140726724022864 140579745532848 140580232333954 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17379328 140726724024941 140726724027740 140726724027740 140726724030415 0
Current children cumulated CPU time: 2.24 s
Current children cumulated vsize: 10998092 KiB

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

[startup+8.06709 s]
# the end of solver process 838 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=14.9242 s, system=0.329176 s

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

[startup+6.40091 s]
/proc/loadavg: 1.79 1.69 1.57 3/215 910
/proc/meminfo: memFree=27677092/32770624 swapFree=67030660/67108860
[pid=838] ppid=835 vsize=11077984 memory=446180 CPUtime=12.85 cores=1,3,5,7
/proc/838/stat : 838 (java) S 835 838 25256 0 -1 1077944320 61951 12838 0 0 1252 25 5 3 20 0 15 0 230181026 11343855616 111545 33554432000 4194304 4196468 140726724022864 140726724005408 140580232322807 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 17379328 140726724024941 140726724027740 140726724027740 140726724030415 0
/proc/838/statm: 2769496 111545 3507 1 0 2731149 0
[pid=838/tid=897] ppid=835 vsize=11077984 memory=1876 CPUtime=6.25 cores=1,3,5,7
/proc/838/task/897/stat : 897 (java) R 835 838 25256 0 -1 4202560 37651 12838 0 0 604 13 5 3 20 0 15 0 230181035 11343855616 111545 33554432000 4194304 4196468 140726724022864 140580204154960 140579799334976 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17379328 140726724024941 140726724027740 140726724027740 140726724030415 0
[pid=838/tid=898] ppid=835 vsize=11077984 memory=6947385649911455296 CPUtime=0.11 cores=1,3,5,7
/proc/838/task/898/stat : 898 (java) S 835 838 25256 0 -1 1077944384 55 12838 0 0 3 0 5 3 20 0 15 0 230181036 11343855616 111545 33554432000 4194304 4196468 140726724022864 140580236564880 140580232333013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17379328 140726724024941 140726724027740 140726724027740 140726724030415 0
[pid=838/tid=899] ppid=835 vsize=11077984 memory=9169 CPUtime=0.11 cores=1,3,5,7
/proc/838/task/899/stat : 899 (java) S 835 838 25256 0 -1 1077944384 154 12838 0 0 3 0 5 3 20 0 15 0 230181036 11343855616 111545 33554432000 4194304 4196468 140726724022864 140580121762064 140580232333013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17379328 140726724024941 140726724027740 140726724027740 140726724030415 0
[pid=838/tid=900] ppid=835 vsize=11077984 memory=21508 CPUtime=0.12 cores=1,3,5,7
/proc/838/task/900/stat : 900 (java) S 835 838 25256 0 -1 1077944384 250 12838 0 0 4 0 5 3 20 0 15 0 230181036 11343855616 111545 33554432000 4194304 4196468 140726724022864 140580120709776 140580232333013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17379328 140726724024941 140726724027740 140726724027740 140726724030415 0
[pid=838/tid=901] ppid=835 vsize=11077984 memory=183032 CPUtime=0.11 cores=1,3,5,7
/proc/838/task/901/stat : 901 (java) S 835 838 25256 0 -1 1077944384 290 12838 0 0 3 0 5 3 20 0 15 0 230181036 11343855616 111545 33554432000 4194304 4196468 140726724022864 140580119656976 140580232333013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17379328 140726724024941 140726724027740 140726724027740 140726724030415 0
[pid=838/tid=902] ppid=835 vsize=11077984 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/838/task/902/stat : 902 (java) S 835 838 25256 0 -1 1077944384 615 12838 0 0 3 0 5 3 20 0 15 0 230181038 11343855616 111545 33554432000 4194304 4196468 140726724022864 140579749743216 140580232333954 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17379328 140726724024941 140726724027740 140726724027740 140726724030415 0
[pid=838/tid=903] ppid=835 vsize=11077984 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/838/task/903/stat : 903 (java) S 835 838 25256 0 -1 1077944384 17 12838 0 0 0 0 5 3 20 0 15 0 230181039 11343855616 111545 33554432000 4194304 4196468 140726724022864 140578977211744 140580232333013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17379328 140726724024941 140726724027740 140726724027740 140726724030415 0
[pid=838/tid=904] ppid=835 vsize=11077984 memory=-6800574763825589534 CPUtime=0.08 cores=1,3,5,7
/proc/838/task/904/stat : 904 (java) S 835 838 25256 0 -1 1077944384 8 12838 0 0 0 0 5 3 20 0 15 0 230181039 11343855616 111545 33554432000 4194304 4196468 140726724022864 140578775885440 140580232333013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17379328 140726724024941 140726724027740 140726724027740 140726724030415 0
[pid=838/tid=905] ppid=835 vsize=11077984 memory=-7812800578125854338 CPUtime=0.08 cores=1,3,5,7
/proc/838/task/905/stat : 905 (java) S 835 838 25256 0 -1 1077944384 3 12838 0 0 0 0 5 3 20 0 15 0 230181042 11343855616 111545 33554432000 4194304 4196468 140726724022864 140578468485712 140580232341403 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17379328 140726724024941 140726724027740 140726724027740 140726724030415 0
[pid=838/tid=906] ppid=835 vsize=11077984 memory=60628 CPUtime=2.23 cores=1,3,5,7
/proc/838/task/906/stat : 906 (java) S 835 838 25256 0 -1 1077944384 4407 12838 0 0 214 1 5 3 20 0 15 0 230181042 11343855616 111545 33554432000 4194304 4196468 140726724022864 140579748690032 140580232333954 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17379328 140726724024941 140726724027740 140726724027740 140726724030415 0
[pid=838/tid=907] ppid=835 vsize=11077984 memory=776 CPUtime=2.88 cores=1,3,5,7
/proc/838/task/907/stat : 907 (java) S 835 838 25256 0 -1 1077944384 8350 12838 0 0 278 2 5 3 20 0 15 0 230181042 11343855616 111545 33554432000 4194304 4196468 140726724022864 140579747637232 140580232333954 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17379328 140726724024941 140726724027740 140726724027740 140726724030415 0
[pid=838/tid=908] ppid=835 vsize=11077984 memory=1876 CPUtime=1.45 cores=1,3,5,7
/proc/838/task/908/stat : 908 (java) S 835 838 25256 0 -1 1077944384 6871 12838 0 0 134 3 5 3 20 0 15 0 230181042 11343855616 111545 33554432000 4194304 4196468 140726724022864 140579746584944 140580232333954 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17379328 140726724024941 140726724027740 140726724027740 140726724030415 0
[pid=838/tid=909] ppid=835 vsize=11077984 memory=1396 CPUtime=0.08 cores=1,3,5,7
/proc/838/task/909/stat : 909 (java) S 835 838 25256 0 -1 1077944384 3 12838 0 0 0 0 5 3 20 0 15 0 230181042 11343855616 111545 33554432000 4194304 4196468 140726724022864 140578037688800 140580232333013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17379328 140726724024941 140726724027740 140726724027740 140726724030415 0
[pid=838/tid=910] ppid=835 vsize=11077984 memory=1684 CPUtime=0.08 cores=1,3,5,7
/proc/838/task/910/stat : 910 (java) S 835 838 25256 0 -1 1077944384 1091 12838 0 0 0 0 5 3 20 0 15 0 230181042 11343855616 111545 33554432000 4194304 4196468 140726724022864 140579745532848 140580232333954 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17379328 140726724024941 140726724027740 140726724027740 140726724030415 0
Current children cumulated CPU time: 12.85 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 446180 KiB

[startup+7.2007 s]
/proc/loadavg: 1.79 1.69 1.57 4/215 910
/proc/meminfo: memFree=27629368/32770624 swapFree=67030660/67108860
[pid=838] ppid=835 vsize=11077984 memory=456484 CPUtime=14 cores=1,3,5,7
/proc/838/stat : 838 (java) S 835 838 25256 0 -1 1077944320 62009 12838 0 0 1366 26 5 3 20 0 15 0 230181026 11343855616 114121 33554432000 4194304 4196468 140726724022864 140726724005408 140580232322807 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 17379328 140726724024941 140726724027740 140726724027740 140726724030415 0
/proc/838/statm: 2769496 114121 3507 1 0 2731149 0
[pid=838/tid=897] ppid=835 vsize=11077984 memory=2936 CPUtime=7.04 cores=1,3,5,7
/proc/838/task/897/stat : 897 (java) R 835 838 25256 0 -1 4202560 37661 12838 0 0 683 13 5 3 20 0 15 0 230181035 11343855616 114121 33554432000 4194304 4196468 140726724022864 140580204154496 140579811655740 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17379328 140726724024941 140726724027740 140726724027740 140726724030415 0
[pid=838/tid=898] ppid=835 vsize=11077984 memory=825216 CPUtime=0.12 cores=1,3,5,7
/proc/838/task/898/stat : 898 (java) S 835 838 25256 0 -1 1077944384 57 12838 0 0 4 0 5 3 20 0 15 0 230181036 11343855616 114121 33554432000 4194304 4196468 140726724022864 140580236564880 140580232333013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17379328 140726724024941 140726724027740 140726724027740 140726724030415 0
[pid=838/tid=899] ppid=835 vsize=11077984 memory=1408 CPUtime=0.12 cores=1,3,5,7
/proc/838/task/899/stat : 899 (java) S 835 838 25256 0 -1 1077944384 157 12838 0 0 4 0 5 3 20 0 15 0 230181036 11343855616 114121 33554432000 4194304 4196468 140726724022864 140580121762064 140580232333013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17379328 140726724024941 140726724027740 140726724027740 140726724030415 0
[pid=838/tid=900] ppid=835 vsize=11077984 memory=2428 CPUtime=0.12 cores=1,3,5,7
/proc/838/task/900/stat : 900 (java) S 835 838 25256 0 -1 1077944384 252 12838 0 0 4 0 5 3 20 0 15 0 230181036 11343855616 114121 33554432000 4194304 4196468 140726724022864 140580120709776 140580232333013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17379328 140726724024941 140726724027740 140726724027740 140726724030415 0
[pid=838/tid=901] ppid=835 vsize=11077984 memory=329924 CPUtime=0.12 cores=1,3,5,7
/proc/838/task/901/stat : 901 (java) S 835 838 25256 0 -1 1077944384 296 12838 0 0 3 1 5 3 20 0 15 0 230181036 11343855616 114121 33554432000 4194304 4196468 140726724022864 140580119656976 140580232333013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17379328 140726724024941 140726724027740 140726724027740 140726724030415 0
[pid=838/tid=902] ppid=835 vsize=11077984 memory=2228 CPUtime=0.12 cores=1,3,5,7
/proc/838/task/902/stat : 902 (java) S 835 838 25256 0 -1 1077944384 631 12838 0 0 4 0 5 3 20 0 15 0 230181038 11343855616 114121 33554432000 4194304 4196468 140726724022864 140579749743216 140580232333954 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17379328 140726724024941 140726724027740 140726724027740 140726724030415 0
[pid=838/tid=903] ppid=835 vsize=11077984 memory=288230574492221466 CPUtime=0.08 cores=1,3,5,7
/proc/838/task/903/stat : 903 (java) S 835 838 25256 0 -1 1077944384 17 12838 0 0 0 0 5 3 20 0 15 0 230181039 11343855616 114121 33554432000 4194304 4196468 140726724022864 140578977211744 140580232333013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17379328 140726724024941 140726724027740 140726724027740 140726724030415 0
[pid=838/tid=904] ppid=835 vsize=11077984 memory=288230583166042426 CPUtime=0.08 cores=1,3,5,7
/proc/838/task/904/stat : 904 (java) S 835 838 25256 0 -1 1077944384 8 12838 0 0 0 0 5 3 20 0 15 0 230181039 11343855616 114121 33554432000 4194304 4196468 140726724022864 140578775885440 140580232333013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17379328 140726724024941 140726724027740 140726724027740 140726724030415 0
[pid=838/tid=905] ppid=835 vsize=11077984 memory=16104753792812378 CPUtime=0.08 cores=1,3,5,7
/proc/838/task/905/stat : 905 (java) S 835 838 25256 0 -1 1077944384 3 12838 0 0 0 0 5 3 20 0 15 0 230181042 11343855616 114121 33554432000 4194304 4196468 140726724022864 140578468485712 140580232341403 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17379328 140726724024941 140726724027740 140726724027740 140726724030415 0
[pid=838/tid=906] ppid=835 vsize=11077984 memory=2428 CPUtime=2.37 cores=1,3,5,7
/proc/838/task/906/stat : 906 (java) S 835 838 25256 0 -1 1077944384 4412 12838 0 0 227 2 5 3 20 0 15 0 230181042 11343855616 114121 33554432000 4194304 4196468 140726724022864 140579748690032 140580232333954 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17379328 140726724024941 140726724027740 140726724027740 140726724030415 0
[pid=838/tid=907] ppid=835 vsize=11077984 memory=832 CPUtime=3.02 cores=1,3,5,7
/proc/838/task/907/stat : 907 (java) S 835 838 25256 0 -1 1077944384 8353 12838 0 0 292 2 5 3 20 0 15 0 230181042 11343855616 114121 33554432000 4194304 4196468 140726724022864 140579747637232 140580232333954 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17379328 140726724024941 140726724027740 140726724027740 140726724030415 0
[pid=838/tid=908] ppid=835 vsize=11077984 memory=1440 CPUtime=1.52 cores=1,3,5,7
/proc/838/task/908/stat : 908 (java) S 835 838 25256 0 -1 1077944384 6879 12838 0 0 141 3 5 3 20 0 15 0 230181042 11343855616 114121 33554432000 4194304 4196468 140726724022864 140579746584944 140580232333954 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17379328 140726724024941 140726724027740 140726724027740 140726724030415 0
[pid=838/tid=909] ppid=835 vsize=11077984 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/838/task/909/stat : 909 (java) S 835 838 25256 0 -1 1077944384 3 12838 0 0 0 0 5 3 20 0 15 0 230181042 11343855616 114121 33554432000 4194304 4196468 140726724022864 140578037688800 140580232333013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17379328 140726724024941 140726724027740 140726724027740 140726724030415 0
[pid=838/tid=910] ppid=835 vsize=11077984 memory=15620 CPUtime=0.08 cores=1,3,5,7
/proc/838/task/910/stat : 910 (java) S 835 838 25256 0 -1 1077944384 1091 12838 0 0 0 0 5 3 20 0 15 0 230181042 11343855616 114121 33554432000 4194304 4196468 140726724022864 140579745532848 140580232333954 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17379328 140726724024941 140726724027740 140726724027740 140726724030415 0
Current children cumulated CPU time: 14 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 456484 KiB

[startup+7.60073 s]
/proc/loadavg: 1.79 1.69 1.57 4/215 910
/proc/meminfo: memFree=27629368/32770624 swapFree=67030660/67108860
[pid=838] ppid=835 vsize=11077984 memory=489252 CPUtime=14.58 cores=1,3,5,7
/proc/838/stat : 838 (java) S 835 838 25256 0 -1 1077944320 62048 12838 0 0 1423 27 5 3 20 0 15 0 230181026 11343855616 122313 33554432000 4194304 4196468 140726724022864 140726724005408 140580232322807 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 17379328 140726724024941 140726724027740 140726724027740 140726724030415 0
/proc/838/statm: 2769496 122313 3507 1 0 2731149 0
[pid=838/tid=897] ppid=835 vsize=11077984 memory=5268 CPUtime=7.44 cores=1,3,5,7
/proc/838/task/897/stat : 897 (java) R 835 838 25256 0 -1 4202560 37677 12838 0 0 722 14 5 3 20 0 15 0 230181035 11343855616 122313 33554432000 4194304 4196468 140726724022864 140580204157864 140579810019315 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17379328 140726724024941 140726724027740 140726724027740 140726724030415 0
[pid=838/tid=898] ppid=835 vsize=11077984 memory=11068 CPUtime=0.12 cores=1,3,5,7
/proc/838/task/898/stat : 898 (java) S 835 838 25256 0 -1 1077944384 61 12838 0 0 4 0 5 3 20 0 15 0 230181036 11343855616 122313 33554432000 4194304 4196468 140726724022864 140580236564880 140580232333013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17379328 140726724024941 140726724027740 140726724027740 140726724030415 0
[pid=838/tid=899] ppid=835 vsize=11077984 memory=1192 CPUtime=0.12 cores=1,3,5,7
/proc/838/task/899/stat : 899 (java) S 835 838 25256 0 -1 1077944384 157 12838 0 0 4 0 5 3 20 0 15 0 230181036 11343855616 122313 33554432000 4194304 4196468 140726724022864 140580121762064 140580232333013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17379328 140726724024941 140726724027740 140726724027740 140726724030415 0
[pid=838/tid=900] ppid=835 vsize=11077984 memory=1520 CPUtime=0.12 cores=1,3,5,7
/proc/838/task/900/stat : 900 (java) S 835 838 25256 0 -1 1077944384 252 12838 0 0 4 0 5 3 20 0 15 0 230181036 11343855616 122313 33554432000 4194304 4196468 140726724022864 140580120709776 140580232333013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17379328 140726724024941 140726724027740 140726724027740 140726724030415 0
[pid=838/tid=901] ppid=835 vsize=11077984 memory=2680 CPUtime=0.13 cores=1,3,5,7
/proc/838/task/901/stat : 901 (java) S 835 838 25256 0 -1 1077944384 296 12838 0 0 4 1 5 3 20 0 15 0 230181036 11343855616 122313 33554432000 4194304 4196468 140726724022864 140580119656976 140580232333013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17379328 140726724024941 140726724027740 140726724027740 140726724030415 0
[pid=838/tid=902] ppid=835 vsize=11077984 memory=3160 CPUtime=0.12 cores=1,3,5,7
/proc/838/task/902/stat : 902 (java) S 835 838 25256 0 -1 1077944384 649 12838 0 0 4 0 5 3 20 0 15 0 230181038 11343855616 122313 33554432000 4194304 4196468 140726724022864 140579749743216 140580232333954 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17379328 140726724024941 140726724027740 140726724027740 140726724030415 0
[pid=838/tid=903] ppid=835 vsize=11077984 memory=2120 CPUtime=0.08 cores=1,3,5,7
/proc/838/task/903/stat : 903 (java) S 835 838 25256 0 -1 1077944384 17 12838 0 0 0 0 5 3 20 0 15 0 230181039 11343855616 122313 33554432000 4194304 4196468 140726724022864 140578977211744 140580232333013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17379328 140726724024941 140726724027740 140726724027740 140726724030415 0
[pid=838/tid=904] ppid=835 vsize=11077984 memory=752 CPUtime=0.08 cores=1,3,5,7
/proc/838/task/904/stat : 904 (java) S 835 838 25256 0 -1 1077944384 8 12838 0 0 0 0 5 3 20 0 15 0 230181039 11343855616 122313 33554432000 4194304 4196468 140726724022864 140578775885440 140580232333013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17379328 140726724024941 140726724027740 140726724027740 140726724030415 0
[pid=838/tid=905] ppid=835 vsize=11077984 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/838/task/905/stat : 905 (java) S 835 838 25256 0 -1 1077944384 3 12838 0 0 0 0 5 3 20 0 15 0 230181042 11343855616 122313 33554432000 4194304 4196468 140726724022864 140578468485712 140580232341403 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17379328 140726724024941 140726724027740 140726724027740 140726724030415 0
[pid=838/tid=906] ppid=835 vsize=11077984 memory=3054156605369196929 CPUtime=2.43 cores=1,3,5,7
/proc/838/task/906/stat : 906 (java) S 835 838 25256 0 -1 1077944384 4412 12838 0 0 233 2 5 3 20 0 15 0 230181042 11343855616 122313 33554432000 4194304 4196468 140726724022864 140579748690032 140580232333954 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17379328 140726724024941 140726724027740 140726724027740 140726724030415 0
[pid=838/tid=907] ppid=835 vsize=11077984 memory=4951091520899029876 CPUtime=3.09 cores=1,3,5,7
/proc/838/task/907/stat : 907 (java) S 835 838 25256 0 -1 1077944384 8353 12838 0 0 299 2 5 3 20 0 15 0 230181042 11343855616 122313 33554432000 4194304 4196468 140726724022864 140579747637232 140580232333954 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17379328 140726724024941 140726724027740 140726724027740 140726724030415 0
[pid=838/tid=908] ppid=835 vsize=11077984 memory=-7456507005310583442 CPUtime=1.55 cores=1,3,5,7
/proc/838/task/908/stat : 908 (java) S 835 838 25256 0 -1 1077944384 6880 12838 0 0 144 3 5 3 20 0 15 0 230181042 11343855616 122313 33554432000 4194304 4196468 140726724022864 140579746584944 140580232333954 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17379328 140726724024941 140726724027740 140726724027740 140726724030415 0
[pid=838/tid=909] ppid=835 vsize=11077984 memory=6720696446781073563 CPUtime=0.08 cores=1,3,5,7
/proc/838/task/909/stat : 909 (java) S 835 838 25256 0 -1 1077944384 3 12838 0 0 0 0 5 3 20 0 15 0 230181042 11343855616 122313 33554432000 4194304 4196468 140726724022864 140578037688800 140580232333013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17379328 140726724024941 140726724027740 140726724027740 140726724030415 0
[pid=838/tid=910] ppid=835 vsize=11077984 memory=4427778961622404470 CPUtime=0.08 cores=1,3,5,7
/proc/838/task/910/stat : 910 (java) S 835 838 25256 0 -1 1077944384 1091 12838 0 0 0 0 5 3 20 0 15 0 230181042 11343855616 122313 33554432000 4194304 4196468 140726724022864 140579745532848 140580232333954 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17379328 140726724024941 140726724027740 140726724027740 140726724030415 0
Current children cumulated CPU time: 14.58 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 489252 KiB

[startup+8.00069 s]*
/proc/loadavg: 1.79 1.69 1.57 3/215 910
/proc/meminfo: memFree=27594552/32770624 swapFree=67030660/67108860
[pid=838] ppid=835 vsize=11077984 memory=491368 CPUtime=15.15 cores=1,3,5,7
/proc/838/stat : 838 (java) S 835 838 25256 0 -1 1077944320 62054 12838 0 0 1479 28 5 3 20 0 15 0 230181026 11343855616 122842 33554432000 4194304 4196468 140726724022864 140726724005408 140580232322807 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 17379328 140726724024941 140726724027740 140726724027740 140726724030415 0
/proc/838/statm: 2769496 122842 3507 1 0 2731149 0
[pid=838/tid=897] ppid=835 vsize=11077984 memory=1398720917958146503 CPUtime=7.85 cores=1,3,5,7
/proc/838/task/897/stat : 897 (java) R 835 838 25256 0 -1 4202560 37677 12838 0 0 763 14 5 3 20 0 15 0 230181035 11343855616 122842 33554432000 4194304 4196468 140726724022864 140580204158400 140579810380184 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17379328 140726724024941 140726724027740 140726724027740 140726724030415 0
[pid=838/tid=898] ppid=835 vsize=11077984 memory=4126316290023845779 CPUtime=0.12 cores=1,3,5,7
/proc/838/task/898/stat : 898 (java) S 835 838 25256 0 -1 1077944384 62 12838 0 0 4 0 5 3 20 0 15 0 230181036 11343855616 122842 33554432000 4194304 4196468 140726724022864 140580236564880 140580232333013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17379328 140726724024941 140726724027740 140726724027740 140726724030415 0
[pid=838/tid=899] ppid=835 vsize=11077984 memory=4973572129921 CPUtime=0.13 cores=1,3,5,7
/proc/838/task/899/stat : 899 (java) S 835 838 25256 0 -1 1077944384 158 12838 0 0 4 1 5 3 20 0 15 0 230181036 11343855616 122842 33554432000 4194304 4196468 140726724022864 140580121762064 140580232333013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17379328 140726724024941 140726724027740 140726724027740 140726724030415 0
[pid=838/tid=900] ppid=835 vsize=11077984 memory=288230600362697454 CPUtime=0.12 cores=1,3,5,7
/proc/838/task/900/stat : 900 (java) S 835 838 25256 0 -1 1077944384 253 12838 0 0 4 0 5 3 20 0 15 0 230181036 11343855616 122842 33554432000 4194304 4196468 140726724022864 140580120709776 140580232333013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17379328 140726724024941 140726724027740 140726724027740 140726724030415 0
[pid=838/tid=901] ppid=835 vsize=11077984 memory=15255943718982671 CPUtime=0.13 cores=1,3,5,7
/proc/838/task/901/stat : 901 (java) S 835 838 25256 0 -1 1077944384 298 12838 0 0 4 1 5 3 20 0 15 0 230181036 11343855616 122842 33554432000 4194304 4196468 140726724022864 140580119656976 140580232333013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17379328 140726724024941 140726724027740 140726724027740 140726724030415 0
[pid=838/tid=902] ppid=835 vsize=11077984 memory=280322449911632 CPUtime=0.12 cores=1,3,5,7
/proc/838/task/902/stat : 902 (java) S 835 838 25256 0 -1 1077944384 649 12838 0 0 4 0 5 3 20 0 15 0 230181038 11343855616 122842 33554432000 4194304 4196468 140726724022864 140579749743216 140580232333954 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17379328 140726724024941 140726724027740 140726724027740 140726724030415 0
[pid=838/tid=903] ppid=835 vsize=11077984 memory=2244 CPUtime=0.08 cores=1,3,5,7
/proc/838/task/903/stat : 903 (java) S 835 838 25256 0 -1 1077944384 17 12838 0 0 0 0 5 3 20 0 15 0 230181039 11343855616 122842 33554432000 4194304 4196468 140726724022864 140578977211744 140580232333013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17379328 140726724024941 140726724027740 140726724027740 140726724030415 0
[pid=838/tid=904] ppid=835 vsize=11077984 memory=7525071051132396884 CPUtime=0.08 cores=1,3,5,7
/proc/838/task/904/stat : 904 (java) S 835 838 25256 0 -1 1077944384 8 12838 0 0 0 0 5 3 20 0 15 0 230181039 11343855616 122842 33554432000 4194304 4196468 140726724022864 140578775885440 140580232333013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17379328 140726724024941 140726724027740 140726724027740 140726724030415 0
[pid=838/tid=905] ppid=835 vsize=11077984 memory=8098152071928442211 CPUtime=0.08 cores=1,3,5,7
/proc/838/task/905/stat : 905 (java) S 835 838 25256 0 -1 1077944384 3 12838 0 0 0 0 5 3 20 0 15 0 230181042 11343855616 122842 33554432000 4194304 4196468 140726724022864 140578468485712 140580232341403 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17379328 140726724024941 140726724027740 140726724027740 140726724030415 0
[pid=838/tid=906] ppid=835 vsize=11077984 memory=5787214926557761634 CPUtime=2.5 cores=1,3,5,7
/proc/838/task/906/stat : 906 (java) S 835 838 25256 0 -1 1077944384 4413 12838 0 0 240 2 5 3 20 0 15 0 230181042 11343855616 122842 33554432000 4194304 4196468 140726724022864 140579748690032 140580232333954 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17379328 140726724024941 140726724027740 140726724027740 140726724030415 0
[pid=838/tid=907] ppid=835 vsize=11077984 memory=2228 CPUtime=3.16 cores=1,3,5,7
/proc/838/task/907/stat : 907 (java) S 835 838 25256 0 -1 1077944384 8353 12838 0 0 306 2 5 3 20 0 15 0 230181042 11343855616 122842 33554432000 4194304 4196468 140726724022864 140579747637232 140580232333954 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17379328 140726724024941 140726724027740 140726724027740 140726724030415 0
[pid=838/tid=908] ppid=835 vsize=11077984 memory=30976 CPUtime=1.59 cores=1,3,5,7
/proc/838/task/908/stat : 908 (java) S 835 838 25256 0 -1 1077944384 6880 12838 0 0 148 3 5 3 20 0 15 0 230181042 11343855616 122842 33554432000 4194304 4196468 140726724022864 140579746584944 140580232333954 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17379328 140726724024941 140726724027740 140726724027740 140726724030415 0
[pid=838/tid=909] ppid=835 vsize=11077984 memory=11904 CPUtime=0.08 cores=1,3,5,7
/proc/838/task/909/stat : 909 (java) S 835 838 25256 0 -1 1077944384 3 12838 0 0 0 0 5 3 20 0 15 0 230181042 11343855616 122842 33554432000 4194304 4196468 140726724022864 140578037688800 140580232333013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17379328 140726724024941 140726724027740 140726724027740 140726724030415 0
[pid=838/tid=910] ppid=835 vsize=11077984 memory=280322449295680 CPUtime=0.08 cores=1,3,5,7
/proc/838/task/910/stat : 910 (java) S 835 838 25256 0 -1 1077944384 1091 12838 0 0 0 0 5 3 20 0 15 0 230181042 11343855616 122842 33554432000 4194304 4196468 140726724022864 140579745532848 140580232333954 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17379328 140726724024941 140726724027740 140726724027740 140726724030415 0
Current children cumulated CPU time: 15.15 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 491368 KiB

Child status: 0
Real time (s): 8.06715
CPU time (s): 15.2534
CPU user time (s): 14.9242
CPU system time (s): 0.329176
CPU usage (%): 189.08
Max. virtual memory (cumulated for all children) (KiB): 11080692
Max. memory (cumulated for all children) (KiB): 491368

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.9242
system time used= 0.329176
maximum resident set size= 493476
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 75060
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= 7197
involuntary context switches= 49


# summary of solver processes directly reported to runsolver:
#   pid: 838
#   total CPU time (s): 15.2534
#   total CPU user time (s): 14.9242
#   total CPU system time (s): 0.329176

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.076381 second user time and 0.117755 second system time

The end

Launcher Data

Begin job on node102 at 2018-08-13 04:09:38
IDJOB=4304693
IDBENCH=141542
IDSOLVER=2780
FILE ID=node102/4304693-1534126178
RUNJOBID= node102-1534095354-25288
PBS_JOBID= 21036992
Free space on /tmp= 38448 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/Knapsack/Knapsack-30-100-00_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304693-1534126178/watcher-4304693-1534126178 -o /tmp/evaluation-result-4304693-1534126178/solver-4304693-1534126178 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1534095354-25288 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=321221375 HOME/instance-4304693-1534126178.xml

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

MD5SUM BENCH= 9b4affb9795dbfb6552181ea4234f2b3
RANDOM SEED=321221375

node102.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.51
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.51
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.51
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.51
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:        28073532 kB
MemAvailable:   31067420 kB
Buffers:          159608 kB
Cached:          3081868 kB
SwapCached:        51244 kB
Active:          2470088 kB
Inactive:        1663136 kB
Active(anon):     816132 kB
Inactive(anon):   126908 kB
Active(file):    1653956 kB
Inactive(file):  1536228 kB
Unevictable:        7360 kB
Mlocked:            7360 kB
SwapTotal:      67108860 kB
SwapFree:       67030660 kB
Dirty:             26536 kB
Writeback:             0 kB
AnonPages:        860664 kB
Mapped:            63764 kB
Shmem:             48984 kB
Slab:             261236 kB
SReclaimable:     232164 kB
SUnreclaim:        29072 kB
KernelStack:        3792 kB
PageTables:         7096 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2062980 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    661504 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 38424 MiB
End job on node102 at 2018-08-13 04:09:47