Trace number 4280404

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
choco-solver 4.0.5 par (2017-08-18)OPT1021 36.6507 5.9602399

General information on the benchmark

NameKnapsack/Knapsack-m1-s40/
Knapsack-40-150-07.xml
MD5SUMddd3703b8a67d475e5b0b20416c98cf0
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1021
Best CPU time to get the best result obtained on this benchmark6.44064
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints1
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":40}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":40}]
Minimum constraint arity40
Maximum constraint arity40
Distribution of constraint arities[{"arity":40,"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

0.00/0.00	c java -server -Xmx22000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4280404-1503151992.xml"  -tl '20160s' -p 8 -x 0
0.11/0.14	c [HOME/instance-4280404-1503151992.xml, -tl, 20160s, -p, 8, -x, 0]
0.11/0.20	c 8 solvers in parallel
0.33/0.26	c parse instance...
0.72/0.43	c solve instance...
0.72/0.45	o 649 
0.72/0.46	o 667 
0.72/0.46	o 688 
0.72/0.46	o 692 
0.72/0.47	o 702 
0.72/0.48	o 740 
0.72/0.48	o 748 
0.72/0.48	o 764 
0.72/0.48	o 774 
0.72/0.49	o 798 
0.72/0.49	o 808 
0.72/0.50	o 826 
1.19/0.57	o 835 
1.19/0.59	o 839 
1.19/0.59	o 841 
1.19/0.59	o 863 
1.19/0.61	o 870 
1.84/0.61	o 882 
1.84/0.61	o 890 
1.84/0.62	o 898 
1.84/0.62	o 905 
1.84/0.62	o 923 
2.52/0.75	o 930 
2.52/0.75	o 939 
3.99/1.01	o 954 
4.81/1.05	o 959 
4.81/1.06	o 968 
4.81/1.06	o 973 
4.81/1.09	o 975 
8.05/1.55	o 986 
9.39/1.77	o 1000 
15.29/2.66	o 1015 
15.94/2.71	o 1018 
22.19/3.70	o 1021 
36.30/5.95	s OPTIMUM FOUND
36.30/5.95	v <instantiation>
36.30/5.95	v 	<list>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] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] </list>
36.30/5.95	v 	<values>0 1 0 1 1 0 0 1 0 0 0 0 0 1 0 0 1 1 0 0 1 0 1 1 1 0 0 0 0 1 0 0 0 0 0 1 1 1 0 1 </values>
36.30/5.95	v </instantiation>

Verifier Data

OK	1021

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4280404-1503151992/watcher-4280404-1503151992 -o /tmp/evaluation-result-4280404-1503151992/solver-4280404-1503151992 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node148-1503143284-30089 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 1430104116 HOME/instance-4280404-1503151992.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 20160 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 20190 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=1818, runsolver pid=1815
Current StackSize limit: 8192 KiB


[startup+0.100154 s]*
/proc/loadavg: 7.35 7.58 7.94 2/199 1839
/proc/meminfo: memFree=25494312/32770624 swapFree=67108860/67108860
[pid=1818] ppid=1815 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/1818/stat : 1818 (xcsp3-exec) S 1815 1818 30062 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 148280056 9740288 346 33554432000 4194304 5098028 140735253390880 140735253388984 140115841249916 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 35393536 140735253394532 140735253394743 140735253394743 140735253397483 0
/proc/1818/statm: 2378 346 289 221 0 87 0
[pid=1820] ppid=1818 vsize=25999808 memory=26108 CPUtime=0.11 cores=0-7
/proc/1820/stat : 1820 (java) S 1818 1818 30062 0 -1 1077944320 5453 0 0 0 10 1 0 0 20 0 20 0 148280057 26623803392 6527 33554432000 4194304 4196468 140733464781680 140733464764224 139964915760887 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
/proc/1820/statm: 6499952 6527 2841 1 0 6488269 0
[pid=1820/tid=1821] ppid=1818 vsize=25999808 memory=-7096649868621430206 CPUtime=0.08 cores=0-7
/proc/1820/task/1821/stat : 1821 (java) R 1818 1818 30062 0 -1 4202560 3479 0 0 0 8 0 0 0 20 0 20 0 148280057 26623803392 6527 33554432000 4194304 4196468 140733464781680 139964919994160 139964899804517 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
[pid=1820/tid=1822] ppid=1818 vsize=25999808 memory=3461361991549258287 CPUtime=0 cores=0-7
/proc/1820/task/1822/stat : 1822 (java) S 1818 1818 30062 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 148280058 26623803392 6527 33554432000 4194304 4196468 140733464781680 139964868381328 139964915771093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
[pid=1820/tid=1823] ppid=1818 vsize=25999808 memory=139735852471936 CPUtime=0 cores=0-7
/proc/1820/task/1823/stat : 1823 (java) S 1818 1818 30062 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148280058 26623803392 6527 33554432000 4194304 4196468 140733464781680 139964867328528 139964915771093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
[pid=1820/tid=1824] ppid=1818 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/1820/task/1824/stat : 1824 (java) S 1818 1818 30062 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 148280058 26623803392 6527 33554432000 4194304 4196468 140733464781680 139964866275728 139964915771093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
[pid=1820/tid=1825] ppid=1818 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/1820/task/1825/stat : 1825 (java) S 1818 1818 30062 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 148280058 26623803392 6527 33554432000 4194304 4196468 140733464781680 139964865222928 139964915771093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
[pid=1820/tid=1826] ppid=1818 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/1820/task/1826/stat : 1826 (java) S 1818 1818 30062 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148280058 26623803392 6527 33554432000 4194304 4196468 140733464781680 139964470131856 139964915771093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
[pid=1820/tid=1827] ppid=1818 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/1820/task/1827/stat : 1827 (java) S 1818 1818 30062 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 148280058 26623803392 6527 33554432000 4194304 4196468 140733464781680 139964469079056 139964915771093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
[pid=1820/tid=1828] ppid=1818 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/1820/task/1828/stat : 1828 (java) S 1818 1818 30062 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 148280058 26623803392 6527 33554432000 4194304 4196468 140733464781680 139964468026256 139964915771093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
[pid=1820/tid=1829] ppid=1818 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/1820/task/1829/stat : 1829 (java) S 1818 1818 30062 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 148280058 26623803392 6527 33554432000 4194304 4196468 140733464781680 139964466973456 139964915771093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
[pid=1820/tid=1830] ppid=1818 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/1820/task/1830/stat : 1830 (java) S 1818 1818 30062 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 148280059 26623803392 6527 33554432000 4194304 4196468 140733464781680 139964110010736 139964915772034 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
[pid=1820/tid=1831] ppid=1818 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/1820/task/1831/stat : 1831 (java) S 1818 1818 30062 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 148280060 26623803392 6527 33554432000 4194304 4196468 140733464781680 139964108956704 139964915771093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
[pid=1820/tid=1832] ppid=1818 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/1820/task/1832/stat : 1832 (java) S 1818 1818 30062 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 148280060 26623803392 6527 33554432000 4194304 4196468 140733464781680 139964107903856 139964915771093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
[pid=1820/tid=1833] ppid=1818 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/1820/task/1833/stat : 1833 (java) S 1818 1818 30062 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148280062 26623803392 6527 33554432000 4194304 4196468 140733464781680 139964106852176 139964915779483 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
[pid=1820/tid=1834] ppid=1818 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/1820/task/1834/stat : 1834 (java) S 1818 1818 30062 0 -1 1077944384 307 0 0 0 0 0 0 0 20 0 20 0 148280062 26623803392 6527 33554432000 4194304 4196468 140733464781680 139964105800560 139964915772034 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
[pid=1820/tid=1835] ppid=1818 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/1820/task/1835/stat : 1835 (java) S 1818 1818 30062 0 -1 1077944384 121 0 0 0 0 0 0 0 20 0 20 0 148280062 26623803392 6527 33554432000 4194304 4196468 140733464781680 139964104747760 139964915772034 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
[pid=1820/tid=1836] ppid=1818 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/1820/task/1836/stat : 1836 (java) S 1818 1818 30062 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 148280062 26623803392 6527 33554432000 4194304 4196468 140733464781680 139964103694960 139964915772034 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
[pid=1820/tid=1837] ppid=1818 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/1820/task/1837/stat : 1837 (java) R 1818 1818 30062 0 -1 4202560 254 0 0 0 1 0 0 0 20 0 20 0 148280062 26623803392 6527 33554432000 4194304 4196468 140733464781680 139964102642160 139964899841374 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
[pid=1820/tid=1838] ppid=1818 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/1820/task/1838/stat : 1838 (java) S 1818 1818 30062 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 148280063 26623803392 6527 33554432000 4194304 4196468 140733464781680 139964101589600 139964915771093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
[pid=1820/tid=1839] ppid=1818 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/1820/task/1839/stat : 1839 (java) S 1818 1818 30062 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148280063 26623803392 6527 33554432000 4194304 4196468 140733464781680 139964100536880 139964915772034 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 27492 KiB

[startup+0.20985 s]*
/proc/loadavg: 7.35 7.58 7.94 2/199 1839
/proc/meminfo: memFree=25484016/32770624 swapFree=67108860/67108860
[pid=1818] ppid=1815 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/1818/stat : 1818 (xcsp3-exec) S 1815 1818 30062 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 148280056 9740288 346 33554432000 4194304 5098028 140735253390880 140735253388984 140115841249916 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 35393536 140735253394532 140735253394743 140735253394743 140735253397483 0
/proc/1818/statm: 2378 346 289 221 0 87 0
[pid=1820] ppid=1818 vsize=26004064 memory=38872 CPUtime=0.33 cores=0-7
/proc/1820/stat : 1820 (java) S 1818 1818 30062 0 -1 1077944320 8333 0 0 0 31 2 0 0 20 0 20 0 148280057 26628161536 9718 33554432000 4194304 4196468 140733464781680 140733464764224 139964915760887 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
/proc/1820/statm: 6501016 9718 3039 1 0 6488269 0
[pid=1820/tid=1821] ppid=1818 vsize=26004064 memory=8390339637985935414 CPUtime=0.2 cores=0-7
/proc/1820/task/1821/stat : 1821 (java) R 1818 1818 30062 0 -1 4202560 5397 0 0 0 19 1 0 0 20 0 20 0 148280057 26628161536 9718 33554432000 4194304 4196468 140733464781680 139964919981888 139964915782813 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
[pid=1820/tid=1822] ppid=1818 vsize=26004064 memory=288230600413020183 CPUtime=0 cores=0-7
/proc/1820/task/1822/stat : 1822 (java) S 1818 1818 30062 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 148280058 26628161536 9718 33554432000 4194304 4196468 140733464781680 139964868381328 139964915771093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
[pid=1820/tid=1823] ppid=1818 vsize=26004064 memory=139735853110471 CPUtime=0 cores=0-7
/proc/1820/task/1823/stat : 1823 (java) S 1818 1818 30062 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148280058 26628161536 9718 33554432000 4194304 4196468 140733464781680 139964867328528 139964915771093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
[pid=1820/tid=1824] ppid=1818 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/1820/task/1824/stat : 1824 (java) S 1818 1818 30062 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 148280058 26628161536 9718 33554432000 4194304 4196468 140733464781680 139964866275728 139964915771093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
[pid=1820/tid=1825] ppid=1818 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/1820/task/1825/stat : 1825 (java) S 1818 1818 30062 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 148280058 26628161536 9718 33554432000 4194304 4196468 140733464781680 139964865222928 139964915771093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
[pid=1820/tid=1826] ppid=1818 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/1820/task/1826/stat : 1826 (java) S 1818 1818 30062 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148280058 26628161536 9718 33554432000 4194304 4196468 140733464781680 139964470131856 139964915771093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
[pid=1820/tid=1827] ppid=1818 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/1820/task/1827/stat : 1827 (java) S 1818 1818 30062 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 148280058 26628161536 9718 33554432000 4194304 4196468 140733464781680 139964469079056 139964915771093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
[pid=1820/tid=1828] ppid=1818 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/1820/task/1828/stat : 1828 (java) S 1818 1818 30062 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 148280058 26628161536 9718 33554432000 4194304 4196468 140733464781680 139964468026256 139964915771093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
[pid=1820/tid=1829] ppid=1818 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/1820/task/1829/stat : 1829 (java) S 1818 1818 30062 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 148280058 26628161536 9718 33554432000 4194304 4196468 140733464781680 139964466973456 139964915771093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
[pid=1820/tid=1830] ppid=1818 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/1820/task/1830/stat : 1830 (java) S 1818 1818 30062 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 148280059 26628161536 9718 33554432000 4194304 4196468 140733464781680 139964110010736 139964915772034 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
[pid=1820/tid=1831] ppid=1818 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/1820/task/1831/stat : 1831 (java) S 1818 1818 30062 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 148280060 26628161536 9718 33554432000 4194304 4196468 140733464781680 139964108956704 139964915771093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
[pid=1820/tid=1832] ppid=1818 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/1820/task/1832/stat : 1832 (java) S 1818 1818 30062 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 148280060 26628161536 9718 33554432000 4194304 4196468 140733464781680 139964107903856 139964915771093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
[pid=1820/tid=1833] ppid=1818 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/1820/task/1833/stat : 1833 (java) S 1818 1818 30062 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148280062 26628161536 9718 33554432000 4194304 4196468 140733464781680 139964106852176 139964915779483 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
[pid=1820/tid=1834] ppid=1818 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/1820/task/1834/stat : 1834 (java) S 1818 1818 30062 0 -1 1077944384 438 0 0 0 1 0 0 0 20 0 20 0 148280062 26628161536 9718 33554432000 4194304 4196468 140733464781680 139964105800560 139964915772034 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
[pid=1820/tid=1835] ppid=1818 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/1820/task/1835/stat : 1835 (java) S 1818 1818 30062 0 -1 1077944384 382 0 0 0 1 0 0 0 20 0 20 0 148280062 26628161536 9718 33554432000 4194304 4196468 140733464781680 139964104747760 139964915772034 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
[pid=1820/tid=1836] ppid=1818 vsize=26004064 memory=-1 CPUtime=0.01 cores=0-7
/proc/1820/task/1836/stat : 1836 (java) S 1818 1818 30062 0 -1 1077944384 46 0 0 0 1 0 0 0 20 0 20 0 148280062 26628161536 9718 33554432000 4194304 4196468 140733464781680 139964103694960 139964915772034 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
[pid=1820/tid=1837] ppid=1818 vsize=26004064 memory=0 CPUtime=0.07 cores=0-7
/proc/1820/task/1837/stat : 1837 (java) R 1818 1818 30062 0 -1 4202560 770 0 0 0 7 0 0 0 20 0 20 0 148280062 26628161536 9718 33554432000 4194304 4196468 140733464781680 139964102642160 139964915782234 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
[pid=1820/tid=1838] ppid=1818 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/1820/task/1838/stat : 1838 (java) S 1818 1818 30062 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 148280063 26628161536 9718 33554432000 4194304 4196468 140733464781680 139964101589600 139964915771093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
[pid=1820/tid=1839] ppid=1818 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/1820/task/1839/stat : 1839 (java) S 1818 1818 30062 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148280063 26628161536 9718 33554432000 4194304 4196468 140733464781680 139964100536880 139964915772034 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 40256 KiB

[startup+0.309567 s]*
/proc/loadavg: 7.35 7.58 7.94 2/199 1839
/proc/meminfo: memFree=25477316/32770624 swapFree=67108860/67108860
[pid=1818] ppid=1815 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/1818/stat : 1818 (xcsp3-exec) S 1815 1818 30062 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 148280056 9740288 346 33554432000 4194304 5098028 140735253390880 140735253388984 140115841249916 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 35393536 140735253394532 140735253394743 140735253394743 140735253397483 0
/proc/1818/statm: 2378 346 289 221 0 87 0
[pid=1820] ppid=1818 vsize=26004064 memory=45544 CPUtime=0.49 cores=0-7
/proc/1820/stat : 1820 (java) S 1818 1818 30062 0 -1 1077944320 9160 0 0 0 46 3 0 0 20 0 20 0 148280057 26628161536 11386 33554432000 4194304 4196468 140733464781680 140733464764224 139964915760887 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
/proc/1820/statm: 6501016 11386 3055 1 0 6488269 0
[pid=1820/tid=1821] ppid=1818 vsize=26004064 memory=1398720917958146503 CPUtime=0.28 cores=0-7
/proc/1820/task/1821/stat : 1821 (java) D 1818 1818 30062 0 -1 1077944384 6160 0 0 0 27 1 0 0 20 0 20 0 148280057 26628161536 11409 33554432000 4194304 4196468 140733464781680 139964919993248 139964915784765 0 4 0 16800975 18446744072101662244 0 0 -1 4 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
[pid=1820/tid=1822] ppid=1818 vsize=26004064 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/1820/task/1822/stat : 1822 (java) S 1818 1818 30062 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 148280058 26628161536 11409 33554432000 4194304 4196468 140733464781680 139964868381328 139964915771093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
[pid=1820/tid=1823] ppid=1818 vsize=26004064 memory=4616 CPUtime=0 cores=0-7
/proc/1820/task/1823/stat : 1823 (java) S 1818 1818 30062 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148280058 26628161536 11409 33554432000 4194304 4196468 140733464781680 139964867328528 139964915771093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
[pid=1820/tid=1824] ppid=1818 vsize=26004064 memory=8620 CPUtime=0 cores=0-7
/proc/1820/task/1824/stat : 1824 (java) S 1818 1818 30062 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 148280058 26628161536 11409 33554432000 4194304 4196468 140733464781680 139964866275728 139964915771093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
[pid=1820/tid=1825] ppid=1818 vsize=26004140 memory=792 CPUtime=0 cores=0-7
/proc/1820/task/1825/stat : 1825 (java) S 1818 1818 30062 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 148280058 26628239360 11409 33554432000 4194304 4196468 140733464781680 139964865222928 139964915771093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
[pid=1820/tid=1826] ppid=1818 vsize=26004140 memory=1204 CPUtime=0 cores=0-7
/proc/1820/task/1826/stat : 1826 (java) S 1818 1818 30062 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148280058 26628239360 11409 33554432000 4194304 4196468 140733464781680 139964470131856 139964915771093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
[pid=1820/tid=1827] ppid=1818 vsize=26004140 memory=1728 CPUtime=0 cores=0-7
/proc/1820/task/1827/stat : 1827 (java) S 1818 1818 30062 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 148280058 26628239360 11409 33554432000 4194304 4196468 140733464781680 139964469079056 139964915771093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
[pid=1820/tid=1828] ppid=1818 vsize=26004140 memory=1440 CPUtime=0 cores=0-7
/proc/1820/task/1828/stat : 1828 (java) S 1818 1818 30062 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 148280058 26628239360 11409 33554432000 4194304 4196468 140733464781680 139964468026256 139964915771093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
[pid=1820/tid=1829] ppid=1818 vsize=26004140 memory=15880 CPUtime=0 cores=0-7
/proc/1820/task/1829/stat : 1829 (java) S 1818 1818 30062 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 148280058 26628239360 11409 33554432000 4194304 4196468 140733464781680 139964466973456 139964915771093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
[pid=1820/tid=1830] ppid=1818 vsize=26004140 memory=16432 CPUtime=0 cores=0-7
/proc/1820/task/1830/stat : 1830 (java) S 1818 1818 30062 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 148280059 26628239360 11409 33554432000 4194304 4196468 140733464781680 139964110010736 139964915772034 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
[pid=1820/tid=1831] ppid=1818 vsize=26004140 memory=23780 CPUtime=0 cores=0-7
/proc/1820/task/1831/stat : 1831 (java) S 1818 1818 30062 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 148280060 26628239360 11409 33554432000 4194304 4196468 140733464781680 139964108956704 139964915771093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
[pid=1820/tid=1832] ppid=1818 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/1820/task/1832/stat : 1832 (java) S 1818 1818 30062 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 148280060 26628239360 11409 33554432000 4194304 4196468 140733464781680 139964107903856 139964915771093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
[pid=1820/tid=1833] ppid=1818 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/1820/task/1833/stat : 1833 (java) S 1818 1818 30062 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148280062 26628239360 11409 33554432000 4194304 4196468 140733464781680 139964106852176 139964915779483 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
[pid=1820/tid=1834] ppid=1818 vsize=26004140 memory=0 CPUtime=0.01 cores=0-7
/proc/1820/task/1834/stat : 1834 (java) S 1818 1818 30062 0 -1 1077944384 440 0 0 0 1 0 0 0 20 0 20 0 148280062 26628239360 11409 33554432000 4194304 4196468 140733464781680 139964105800560 139964915772034 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
[pid=1820/tid=1835] ppid=1818 vsize=26004140 memory=0 CPUtime=0.02 cores=0-7
/proc/1820/task/1835/stat : 1835 (java) R 1818 1818 30062 0 -1 1077944384 388 0 0 0 2 0 0 0 20 0 20 0 148280062 26628239360 11409 33554432000 4194304 4196468 140733464781680 139964104747760 139964915772034 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
[pid=1820/tid=1836] ppid=1818 vsize=26004140 memory=0 CPUtime=0.02 cores=0-7
/proc/1820/task/1836/stat : 1836 (java) S 1818 1818 30062 0 -1 1077944384 55 0 0 0 2 0 0 0 20 0 20 0 148280062 26628239360 11409 33554432000 4194304 4196468 140733464781680 139964103694960 139964915772034 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
[pid=1820/tid=1837] ppid=1818 vsize=26004140 memory=139735754442223 CPUtime=0.11 cores=0-7
/proc/1820/task/1837/stat : 1837 (java) S 1818 1818 30062 0 -1 1077944384 834 0 0 0 11 0 0 0 20 0 20 0 148280062 26628239360 11409 33554432000 4194304 4196468 140733464781680 139964102642160 139964915772034 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
[pid=1820/tid=1838] ppid=1818 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/1820/task/1838/stat : 1838 (java) S 1818 1818 30062 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 148280063 26628239360 11409 33554432000 4194304 4196468 140733464781680 139964101589600 139964915771093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
[pid=1820/tid=1839] ppid=1818 vsize=26004140 memory=9740287 CPUtime=0 cores=0-7
/proc/1820/task/1839/stat : 1839 (java) S 1818 1818 30062 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148280063 26628239360 11409 33554432000 4194304 4196468 140733464781680 139964100536880 139964915772034 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 46928 KiB

[startup+0.702065 s]
/proc/loadavg: 7.35 7.58 7.94 11/207 1948
/proc/meminfo: memFree=25348900/32770624 swapFree=67108860/67108860
[pid=1818] ppid=1815 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/1818/stat : 1818 (xcsp3-exec) S 1815 1818 30062 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 148280056 9740288 346 33554432000 4194304 5098028 140735253390880 140735253388984 140115841249916 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 35393536 140735253394532 140735253394743 140735253394743 140735253397483 0
/proc/1818/statm: 2378 346 289 221 0 87 0
[pid=1820] ppid=1818 vsize=26539728 memory=190672 CPUtime=2.52 cores=0-7
/proc/1820/stat : 1820 (java) S 1818 1818 30062 0 -1 1077944320 16386 0 0 0 243 9 0 0 20 0 28 0 148280057 27176681472 47668 33554432000 4194304 4196468 140733464781680 140733464764224 139964915760887 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
/proc/1820/statm: 6634932 47668 3240 1 0 6622166 0
[pid=1820/tid=1821] ppid=1818 vsize=26539728 memory=4580 CPUtime=0.42 cores=0-7
/proc/1820/task/1821/stat : 1821 (java) S 1818 1818 30062 0 -1 1077944384 6702 0 0 0 40 2 0 0 20 0 28 0 148280057 27176681472 47668 33554432000 4194304 4196468 140733464781680 139964920001664 139964915771093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
[pid=1820/tid=1822] ppid=1818 vsize=26539728 memory=0 CPUtime=0 cores=0-7
/proc/1820/task/1822/stat : 1822 (java) S 1818 1818 30062 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 28 0 148280058 27176681472 47668 33554432000 4194304 4196468 140733464781680 139964868381328 139964915771093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
[pid=1820/tid=1823] ppid=1818 vsize=26539728 memory=0 CPUtime=0 cores=0-7
/proc/1820/task/1823/stat : 1823 (java) S 1818 1818 30062 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 28 0 148280058 27176681472 47668 33554432000 4194304 4196468 140733464781680 139964867328528 139964915771093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
[pid=1820/tid=1824] ppid=1818 vsize=26539728 memory=6948047529550964054 CPUtime=0 cores=0-7
/proc/1820/task/1824/stat : 1824 (java) S 1818 1818 30062 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 28 0 148280058 27176681472 47668 33554432000 4194304 4196468 140733464781680 139964866275728 139964915771093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0

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

[pid=1820/tid=1837] ppid=1818 vsize=26539728 memory=2424 CPUtime=0.39 cores=0-7
/proc/1820/task/1837/stat : 1837 (java) S 1818 1818 30062 0 -1 1077944384 1971 0 0 0 39 0 0 0 20 0 28 0 148280062 27176681472 144769 33554432000 4194304 4196468 140733464781680 139964102642160 139964915772034 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
[pid=1820/tid=1838] ppid=1818 vsize=26539728 memory=4080 CPUtime=0 cores=0-7
/proc/1820/task/1838/stat : 1838 (java) S 1818 1818 30062 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 148280063 27176681472 144769 33554432000 4194304 4196468 140733464781680 139964101589600 139964915771093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
[pid=1820/tid=1839] ppid=1818 vsize=26539728 memory=932 CPUtime=0 cores=0-7
/proc/1820/task/1839/stat : 1839 (java) S 1818 1818 30062 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 148280063 27176681472 144769 33554432000 4194304 4196468 140733464781680 139964100536880 139964915772034 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
[pid=1820/tid=2117] ppid=1818 vsize=26539728 memory=1584 CPUtime=1.46 cores=0-7
/proc/1820/task/2117/stat : 2117 (java) R 1818 1818 30062 0 -1 1077944384 19 0 0 0 139 7 0 0 20 0 28 0 148280427 27176681472 144769 33554432000 4194304 4196468 140733464781680 139964089371760 139964915771093 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
[pid=1820/tid=2118] ppid=1818 vsize=26539728 memory=2196 CPUtime=1.47 cores=0-7
/proc/1820/task/2118/stat : 2118 (java) R 1818 1818 30062 0 -1 4202560 21 0 0 0 141 6 0 0 20 0 28 0 148280427 27176681472 144769 33554432000 4194304 4196468 140733464781680 139964086214608 139964548565746 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
[pid=1820/tid=2119] ppid=1818 vsize=26539728 memory=8052 CPUtime=1.45 cores=0-7
/proc/1820/task/2119/stat : 2119 (java) R 1818 1818 30062 0 -1 4202560 21 0 0 0 136 9 0 0 20 0 28 0 148280427 27176681472 144769 33554432000 4194304 4196468 140733464781680 139964090425264 139964548880763 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
[pid=1820/tid=2120] ppid=1818 vsize=26539728 memory=840 CPUtime=1.57 cores=0-7
/proc/1820/task/2120/stat : 2120 (java) S 1818 1818 30062 0 -1 1077944384 53 0 0 0 151 6 0 0 20 0 28 0 148280427 27176681472 144769 33554432000 4194304 4196468 140733464781680 139964085161776 139964915771093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
[pid=1820/tid=2121] ppid=1818 vsize=26539728 memory=1696 CPUtime=1.51 cores=0-7
/proc/1820/task/2121/stat : 2121 (java) R 1818 1818 30062 0 -1 4202560 209 0 0 0 144 7 0 0 20 0 28 0 148280427 27176681472 144769 33554432000 4194304 4196468 140733464781680 139964087266992 139964546263355 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
[pid=1820/tid=2122] ppid=1818 vsize=26539728 memory=920 CPUtime=1.48 cores=0-7
/proc/1820/task/2122/stat : 2122 (java) S 1818 1818 30062 0 -1 1077944384 19 0 0 0 140 8 0 0 20 0 28 0 148280427 27176681472 144769 33554432000 4194304 4196468 140733464781680 139964084109872 139964915771093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
[pid=1820/tid=2123] ppid=1818 vsize=26539728 memory=1728 CPUtime=1.45 cores=0-7
/proc/1820/task/2123/stat : 2123 (java) R 1818 1818 30062 0 -1 4202560 19 0 0 0 141 4 0 0 20 0 28 0 148280427 27176681472 144769 33554432000 4194304 4196468 140733464781680 139964092531120 139964548734459 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
[pid=1820/tid=2124] ppid=1818 vsize=26539728 memory=1440 CPUtime=1.58 cores=0-7
/proc/1820/task/2124/stat : 2124 (java) S 1818 1818 30062 0 -1 1077944384 75 0 0 0 153 5 0 0 20 0 28 0 148280427 27176681472 144769 33554432000 4194304 4196468 140733464781680 139964091478320 139964915771093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
Current children cumulated CPU time: 34.38 s
Current children cumulated vsize: 26549240 KiB
Current children cumulated memory: 580460 KiB

[startup+5.80117 s]
/proc/loadavg: 7.65 7.64 7.96 7/207 2124
/proc/meminfo: memFree=24981904/32770624 swapFree=67108860/67108860
[pid=1818] ppid=1815 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/1818/stat : 1818 (xcsp3-exec) S 1815 1818 30062 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 148280056 9740288 346 33554432000 4194304 5098028 140735253390880 140735253388984 140115841249916 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 35393536 140735253394532 140735253394743 140735253394743 140735253397483 0
/proc/1818/statm: 2378 346 289 221 0 87 0
[pid=1820] ppid=1818 vsize=26539728 memory=579076 CPUtime=35.66 cores=0-7
/proc/1820/stat : 1820 (java) S 1818 1818 30062 0 -1 1077944320 19743 0 0 0 3436 130 0 0 20 0 28 0 148280057 27176681472 144769 33554432000 4194304 4196468 140733464781680 140733464764224 139964915760887 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
/proc/1820/statm: 6634932 144769 3250 1 0 6622166 0
[pid=1820/tid=1821] ppid=1818 vsize=26539728 memory=23780 CPUtime=0.43 cores=0-7
/proc/1820/task/1821/stat : 1821 (java) S 1818 1818 30062 0 -1 1077944384 6702 0 0 0 41 2 0 0 20 0 28 0 148280057 27176681472 144769 33554432000 4194304 4196468 140733464781680 139964920001664 139964915771093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
[pid=1820/tid=1822] ppid=1818 vsize=26539728 memory=4044 CPUtime=0.01 cores=0-7
/proc/1820/task/1822/stat : 1822 (java) S 1818 1818 30062 0 -1 1077944384 23 0 0 0 1 0 0 0 20 0 28 0 148280058 27176681472 144769 33554432000 4194304 4196468 140733464781680 139964868381328 139964915771093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
[pid=1820/tid=1823] ppid=1818 vsize=26539728 memory=1792 CPUtime=0 cores=0-7
/proc/1820/task/1823/stat : 1823 (java) S 1818 1818 30062 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 28 0 148280058 27176681472 144769 33554432000 4194304 4196468 140733464781680 139964867328528 139964915771093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
[pid=1820/tid=1824] ppid=1818 vsize=26539728 memory=636 CPUtime=0 cores=0-7
/proc/1820/task/1824/stat : 1824 (java) S 1818 1818 30062 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 28 0 148280058 27176681472 144769 33554432000 4194304 4196468 140733464781680 139964866275728 139964915771093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
[pid=1820/tid=1825] ppid=1818 vsize=26539728 memory=1236 CPUtime=0 cores=0-7
/proc/1820/task/1825/stat : 1825 (java) S 1818 1818 30062 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 28 0 148280058 27176681472 144769 33554432000 4194304 4196468 140733464781680 139964865222928 139964915771093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
[pid=1820/tid=1826] ppid=1818 vsize=26539728 memory=960 CPUtime=0 cores=0-7
/proc/1820/task/1826/stat : 1826 (java) S 1818 1818 30062 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 28 0 148280058 27176681472 144769 33554432000 4194304 4196468 140733464781680 139964470131856 139964915771093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
[pid=1820/tid=1827] ppid=1818 vsize=26539728 memory=1152 CPUtime=0 cores=0-7
/proc/1820/task/1827/stat : 1827 (java) S 1818 1818 30062 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 28 0 148280058 27176681472 144769 33554432000 4194304 4196468 140733464781680 139964469079056 139964915771093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
[pid=1820/tid=1828] ppid=1818 vsize=26539728 memory=2712 CPUtime=0.01 cores=0-7
/proc/1820/task/1828/stat : 1828 (java) S 1818 1818 30062 0 -1 1077944384 25 0 0 0 1 0 0 0 20 0 28 0 148280058 27176681472 144769 33554432000 4194304 4196468 140733464781680 139964468026256 139964915771093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
[pid=1820/tid=1829] ppid=1818 vsize=26539728 memory=1384 CPUtime=0 cores=0-7
/proc/1820/task/1829/stat : 1829 (java) S 1818 1818 30062 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 28 0 148280058 27176681472 144769 33554432000 4194304 4196468 140733464781680 139964466973456 139964915771093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
[pid=1820/tid=1830] ppid=1818 vsize=26539728 memory=539892 CPUtime=0 cores=0-7
/proc/1820/task/1830/stat : 1830 (java) S 1818 1818 30062 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 28 0 148280059 27176681472 144769 33554432000 4194304 4196468 140733464781680 139964110010736 139964915772034 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
[pid=1820/tid=1831] ppid=1818 vsize=26539728 memory=2240 CPUtime=0 cores=0-7
/proc/1820/task/1831/stat : 1831 (java) S 1818 1818 30062 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 28 0 148280060 27176681472 144769 33554432000 4194304 4196468 140733464781680 139964108956768 139964915771093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
[pid=1820/tid=1832] ppid=1818 vsize=26539728 memory=2424 CPUtime=0 cores=0-7
/proc/1820/task/1832/stat : 1832 (java) S 1818 1818 30062 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 28 0 148280060 27176681472 144769 33554432000 4194304 4196468 140733464781680 139964107903872 139964915771093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
[pid=1820/tid=1833] ppid=1818 vsize=26539728 memory=4080 CPUtime=0 cores=0-7
/proc/1820/task/1833/stat : 1833 (java) S 1818 1818 30062 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 148280062 27176681472 144769 33554432000 4194304 4196468 140733464781680 139964106852176 139964915779483 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
[pid=1820/tid=1834] ppid=1818 vsize=26539728 memory=932 CPUtime=0.61 cores=0-7
/proc/1820/task/1834/stat : 1834 (java) S 1818 1818 30062 0 -1 1077944384 1502 0 0 0 61 0 0 0 20 0 28 0 148280062 27176681472 144769 33554432000 4194304 4196468 140733464781680 139964105800560 139964915772034 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
[pid=1820/tid=1835] ppid=1818 vsize=26539728 memory=1584 CPUtime=0.73 cores=0-7
/proc/1820/task/1835/stat : 1835 (java) S 1818 1818 30062 0 -1 1077944384 1529 0 0 0 73 0 0 0 20 0 28 0 148280062 27176681472 144769 33554432000 4194304 4196468 140733464781680 139964104747760 139964915772034 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
[pid=1820/tid=1836] ppid=1818 vsize=26539728 memory=2196 CPUtime=0.66 cores=0-7
/proc/1820/task/1836/stat : 1836 (java) S 1818 1818 30062 0 -1 1077944384 1029 0 0 0 66 0 0 0 20 0 28 0 148280062 27176681472 144769 33554432000 4194304 4196468 140733464781680 139964103694960 139964915772034 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
[pid=1820/tid=1837] ppid=1818 vsize=26539728 memory=8052 CPUtime=0.39 cores=0-7
/proc/1820/task/1837/stat : 1837 (java) S 1818 1818 30062 0 -1 1077944384 1971 0 0 0 39 0 0 0 20 0 28 0 148280062 27176681472 144769 33554432000 4194304 4196468 140733464781680 139964102642160 139964915772034 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
[pid=1820/tid=1838] ppid=1818 vsize=26539728 memory=840 CPUtime=0 cores=0-7
/proc/1820/task/1838/stat : 1838 (java) S 1818 1818 30062 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 148280063 27176681472 144769 33554432000 4194304 4196468 140733464781680 139964101589600 139964915771093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
[pid=1820/tid=1839] ppid=1818 vsize=26539728 memory=1696 CPUtime=0 cores=0-7
/proc/1820/task/1839/stat : 1839 (java) S 1818 1818 30062 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 148280063 27176681472 144769 33554432000 4194304 4196468 140733464781680 139964100536880 139964915772034 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
[pid=1820/tid=2117] ppid=1818 vsize=26539728 memory=920 CPUtime=1.63 cores=0-7
/proc/1820/task/2117/stat : 2117 (java) R 1818 1818 30062 0 -1 4202560 19 0 0 0 155 8 0 0 20 0 28 0 148280427 27176681472 144769 33554432000 4194304 4196468 140733464781680 139964089371760 139964548733564 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
[pid=1820/tid=2118] ppid=1818 vsize=26539728 memory=4432 CPUtime=1.63 cores=0-7
/proc/1820/task/2118/stat : 2118 (java) R 1818 1818 30062 0 -1 4202560 23 0 0 0 156 7 0 0 20 0 28 0 148280427 27176681472 144769 33554432000 4194304 4196468 140733464781680 139964086214704 139964548734467 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
[pid=1820/tid=2119] ppid=1818 vsize=26539728 memory=4104 CPUtime=1.61 cores=0-7
/proc/1820/task/2119/stat : 2119 (java) R 1818 1818 30062 0 -1 4202560 22 0 0 0 152 9 0 0 20 0 28 0 148280427 27176681472 144769 33554432000 4194304 4196468 140733464781680 139964090425264 139964548566236 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
[pid=1820/tid=2120] ppid=1818 vsize=26539728 memory=6944656592455359580 CPUtime=1.74 cores=0-7
/proc/1820/task/2120/stat : 2120 (java) R 1818 1818 30062 0 -1 4202560 59 0 0 0 168 6 0 0 20 0 28 0 148280427 27176681472 144769 33554432000 4194304 4196468 140733464781680 139964085161776 139964549046888 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
[pid=1820/tid=2121] ppid=1818 vsize=26539728 memory=0 CPUtime=1.67 cores=0-7
/proc/1820/task/2121/stat : 2121 (java) R 1818 1818 30062 0 -1 4202560 223 0 0 0 159 8 0 0 20 0 28 0 148280427 27176681472 144769 33554432000 4194304 4196468 140733464781680 139964087266992 139964546263302 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
[pid=1820/tid=2122] ppid=1818 vsize=26539728 memory=0 CPUtime=1.63 cores=0-7
/proc/1820/task/2122/stat : 2122 (java) S 1818 1818 30062 0 -1 1077944384 20 0 0 0 154 9 0 0 20 0 28 0 148280427 27176681472 144769 33554432000 4194304 4196468 140733464781680 139964084109872 139964915771093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
[pid=1820/tid=2123] ppid=1818 vsize=26539728 memory=1004 CPUtime=1.6 cores=0-7
/proc/1820/task/2123/stat : 2123 (java) R 1818 1818 30062 0 -1 1077944384 21 0 0 0 155 5 0 0 20 0 28 0 148280427 27176681472 144769 33554432000 4194304 4196468 140733464781680 139964092531120 139964915771093 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
[pid=1820/tid=2124] ppid=1818 vsize=26539728 memory=1228 CPUtime=1.74 cores=0-7
/proc/1820/task/2124/stat : 2124 (java) R 1818 1818 30062 0 -1 4202560 76 0 0 0 168 6 0 0 20 0 28 0 148280427 27176681472 144769 33554432000 4194304 4196468 140733464781680 139964091478320 139964908581755 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
Current children cumulated CPU time: 35.66 s
Current children cumulated vsize: 26549240 KiB
Current children cumulated memory: 580460 KiB

[startup+5.90131 s]
/proc/loadavg: 7.65 7.64 7.96 7/207 2124
/proc/meminfo: memFree=24981904/32770624 swapFree=67108860/67108860
[pid=1818] ppid=1815 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/1818/stat : 1818 (xcsp3-exec) S 1815 1818 30062 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 148280056 9740288 346 33554432000 4194304 5098028 140735253390880 140735253388984 140115841249916 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 35393536 140735253394532 140735253394743 140735253394743 140735253397483 0
/proc/1818/statm: 2378 346 289 221 0 87 0
[pid=1820] ppid=1818 vsize=26539728 memory=579076 CPUtime=36.3 cores=0-7
/proc/1820/stat : 1820 (java) S 1818 1818 30062 0 -1 1077944320 19753 0 0 0 3498 132 0 0 20 0 28 0 148280057 27176681472 144769 33554432000 4194304 4196468 140733464781680 140733464764224 139964915760887 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
/proc/1820/statm: 6634932 144769 3250 1 0 6622166 0
[pid=1820/tid=1821] ppid=1818 vsize=26539728 memory=579076 CPUtime=0.43 cores=0-7
/proc/1820/task/1821/stat : 1821 (java) S 1818 1818 30062 0 -1 1077944384 6702 0 0 0 41 2 0 0 20 0 28 0 148280057 27176681472 144769 33554432000 4194304 4196468 140733464781680 139964920001664 139964915771093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
[pid=1820/tid=1822] ppid=1818 vsize=26539728 memory=0 CPUtime=0.01 cores=0-7
/proc/1820/task/1822/stat : 1822 (java) S 1818 1818 30062 0 -1 1077944384 23 0 0 0 1 0 0 0 20 0 28 0 148280058 27176681472 144769 33554432000 4194304 4196468 140733464781680 139964868381328 139964915771093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
[pid=1820/tid=1823] ppid=1818 vsize=26539728 memory=2372 CPUtime=0 cores=0-7
/proc/1820/task/1823/stat : 1823 (java) S 1818 1818 30062 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 28 0 148280058 27176681472 144769 33554432000 4194304 4196468 140733464781680 139964867328528 139964915771093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
[pid=1820/tid=1824] ppid=1818 vsize=26539728 memory=0 CPUtime=0 cores=0-7
/proc/1820/task/1824/stat : 1824 (java) S 1818 1818 30062 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 28 0 148280058 27176681472 144769 33554432000 4194304 4196468 140733464781680 139964866275728 139964915771093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
[pid=1820/tid=1825] ppid=1818 vsize=26539728 memory=0 CPUtime=0 cores=0-7
/proc/1820/task/1825/stat : 1825 (java) S 1818 1818 30062 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 28 0 148280058 27176681472 144769 33554432000 4194304 4196468 140733464781680 139964865222928 139964915771093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
[pid=1820/tid=1826] ppid=1818 vsize=26539728 memory=0 CPUtime=0 cores=0-7
/proc/1820/task/1826/stat : 1826 (java) S 1818 1818 30062 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 28 0 148280058 27176681472 144769 33554432000 4194304 4196468 140733464781680 139964470131856 139964915771093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
[pid=1820/tid=1827] ppid=1818 vsize=26539728 memory=1384 CPUtime=0 cores=0-7
/proc/1820/task/1827/stat : 1827 (java) S 1818 1818 30062 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 28 0 148280058 27176681472 144769 33554432000 4194304 4196468 140733464781680 139964469079056 139964915771093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
[pid=1820/tid=1828] ppid=1818 vsize=26539728 memory=326808 CPUtime=0.01 cores=0-7
/proc/1820/task/1828/stat : 1828 (java) S 1818 1818 30062 0 -1 1077944384 25 0 0 0 1 0 0 0 20 0 28 0 148280058 27176681472 144769 33554432000 4194304 4196468 140733464781680 139964468026256 139964915771093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
[pid=1820/tid=1829] ppid=1818 vsize=26539728 memory=18004502909022 CPUtime=0 cores=0-7
/proc/1820/task/1829/stat : 1829 (java) S 1818 1818 30062 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 28 0 148280058 27176681472 144769 33554432000 4194304 4196468 140733464781680 139964466973456 139964915771093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
[pid=1820/tid=1830] ppid=1818 vsize=26539728 memory=0 CPUtime=0 cores=0-7
/proc/1820/task/1830/stat : 1830 (java) S 1818 1818 30062 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 28 0 148280059 27176681472 144769 33554432000 4194304 4196468 140733464781680 139964110010736 139964915772034 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
[pid=1820/tid=1831] ppid=1818 vsize=26539728 memory=0 CPUtime=0 cores=0-7
/proc/1820/task/1831/stat : 1831 (java) S 1818 1818 30062 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 28 0 148280060 27176681472 144769 33554432000 4194304 4196468 140733464781680 139964108956768 139964915771093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
[pid=1820/tid=1832] ppid=1818 vsize=26539728 memory=0 CPUtime=0 cores=0-7
/proc/1820/task/1832/stat : 1832 (java) S 1818 1818 30062 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 28 0 148280060 27176681472 144769 33554432000 4194304 4196468 140733464781680 139964107903872 139964915771093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
[pid=1820/tid=1833] ppid=1818 vsize=26539728 memory=0 CPUtime=0 cores=0-7
/proc/1820/task/1833/stat : 1833 (java) S 1818 1818 30062 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 148280062 27176681472 144769 33554432000 4194304 4196468 140733464781680 139964106852176 139964915779483 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
[pid=1820/tid=1834] ppid=1818 vsize=26539728 memory=0 CPUtime=0.61 cores=0-7
/proc/1820/task/1834/stat : 1834 (java) S 1818 1818 30062 0 -1 1077944384 1502 0 0 0 61 0 0 0 20 0 28 0 148280062 27176681472 144769 33554432000 4194304 4196468 140733464781680 139964105800560 139964915772034 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
[pid=1820/tid=1835] ppid=1818 vsize=26539728 memory=8112282956445269571 CPUtime=0.73 cores=0-7
/proc/1820/task/1835/stat : 1835 (java) S 1818 1818 30062 0 -1 1077944384 1529 0 0 0 73 0 0 0 20 0 28 0 148280062 27176681472 144769 33554432000 4194304 4196468 140733464781680 139964104747760 139964915772034 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
[pid=1820/tid=1836] ppid=1818 vsize=26539728 memory=301794162582250543 CPUtime=0.66 cores=0-7
/proc/1820/task/1836/stat : 1836 (java) S 1818 1818 30062 0 -1 1077944384 1029 0 0 0 66 0 0 0 20 0 28 0 148280062 27176681472 144769 33554432000 4194304 4196468 140733464781680 139964103694960 139964915772034 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
[pid=1820/tid=1837] ppid=1818 vsize=26539728 memory=14228 CPUtime=0.39 cores=0-7
/proc/1820/task/1837/stat : 1837 (java) S 1818 1818 30062 0 -1 1077944384 1971 0 0 0 39 0 0 0 20 0 28 0 148280062 27176681472 144769 33554432000 4194304 4196468 140733464781680 139964102642160 139964915772034 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
[pid=1820/tid=1838] ppid=1818 vsize=26539728 memory=7883669230697736547 CPUtime=0 cores=0-7
/proc/1820/task/1838/stat : 1838 (java) S 1818 1818 30062 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 148280063 27176681472 144769 33554432000 4194304 4196468 140733464781680 139964101589600 139964915771093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
[pid=1820/tid=1839] ppid=1818 vsize=26539728 memory=6226905310551370597 CPUtime=0 cores=0-7
/proc/1820/task/1839/stat : 1839 (java) S 1818 1818 30062 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 148280063 27176681472 144769 33554432000 4194304 4196468 140733464781680 139964100536880 139964915772034 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
[pid=1820/tid=2117] ppid=1818 vsize=26539728 memory=6226905310551370597 CPUtime=1.7 cores=0-7
/proc/1820/task/2117/stat : 2117 (java) R 1818 1818 30062 0 -1 4202560 19 0 0 0 162 8 0 0 20 0 28 0 148280427 27176681472 144769 33554432000 4194304 4196468 140733464781680 139964089371760 139964900971353 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
[pid=1820/tid=2118] ppid=1818 vsize=26539728 memory=0 CPUtime=1.7 cores=0-7
/proc/1820/task/2118/stat : 2118 (java) S 1818 1818 30062 0 -1 1077944384 24 0 0 0 163 7 0 0 20 0 28 0 148280427 27176681472 144769 33554432000 4194304 4196468 140733464781680 139964086214704 139964915771093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
[pid=1820/tid=2119] ppid=1818 vsize=26539728 memory=0 CPUtime=1.69 cores=0-7
/proc/1820/task/2119/stat : 2119 (java) R 1818 1818 30062 0 -1 4202560 22 0 0 0 159 10 0 0 20 0 28 0 148280427 27176681472 144769 33554432000 4194304 4196468 140733464781680 139964090425264 139964548734533 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
[pid=1820/tid=2120] ppid=1818 vsize=26539728 memory=0 CPUtime=1.83 cores=0-7
/proc/1820/task/2120/stat : 2120 (java) R 1818 1818 30062 0 -1 4202560 60 0 0 0 176 7 0 0 20 0 28 0 148280427 27176681472 144769 33554432000 4194304 4196468 140733464781680 139964085161776 139964549046996 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
[pid=1820/tid=2121] ppid=1818 vsize=26539728 memory=0 CPUtime=1.75 cores=0-7
/proc/1820/task/2121/stat : 2121 (java) S 1818 1818 30062 0 -1 1077944384 229 0 0 0 167 8 0 0 20 0 28 0 148280427 27176681472 144769 33554432000 4194304 4196468 140733464781680 139964087266992 139964915771093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
[pid=1820/tid=2122] ppid=1818 vsize=26539728 memory=0 CPUtime=1.71 cores=0-7
/proc/1820/task/2122/stat : 2122 (java) R 1818 1818 30062 0 -1 4202560 21 0 0 0 162 9 0 0 20 0 28 0 148280427 27176681472 144769 33554432000 4194304 4196468 140733464781680 139964084109872 139964548734557 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
[pid=1820/tid=2123] ppid=1818 vsize=26539728 memory=0 CPUtime=1.69 cores=0-7
/proc/1820/task/2123/stat : 2123 (java) R 1818 1818 30062 0 -1 1077944384 21 0 0 0 163 6 0 0 20 0 28 0 148280427 27176681472 144769 33554432000 4194304 4196468 140733464781680 139964092531120 139964915771093 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
[pid=1820/tid=2124] ppid=1818 vsize=26539728 memory=0 CPUtime=1.83 cores=0-7
/proc/1820/task/2124/stat : 2124 (java) R 1818 1818 30062 0 -1 4202560 76 0 0 0 177 6 0 0 20 0 28 0 148280427 27176681472 144769 33554432000 4194304 4196468 140733464781680 139964091478320 139964548734491 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20152320 140733464786066 140733464786243 140733464786243 140733464788943 0
Current children cumulated CPU time: 36.3 s
Current children cumulated vsize: 26549240 KiB
Current children cumulated memory: 580460 KiB

Child status: 0
Real time (s): 5.96024
CPU time (s): 36.6507
CPU user time (s): 35.3049
CPU system time (s): 1.34581
CPU usage (%): 614.92
Max. virtual memory (cumulated for all children) (KiB): 26549240
Max. memory (cumulated for all children) (KiB): 580460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 35.3049
system time used= 1.3458
maximum resident set size= 580852
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20319
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 472359
involuntary context switches= 166


# summary of solver processes directly reported to runsolver:
#   pid: 1818
#   total CPU time (s): 36.6507
#   total CPU user time (s): 35.3049
#   total CPU system time (s): 1.34581

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.066612 second user time and 0.10453 second system time

The end

Launcher Data

Begin job on node148 at 2017-08-19 15:58:52
IDJOB=4280404
IDBENCH=133504
IDSOLVER=2675
FILE ID=node148/4280404-1503151992
RUNJOBID= node148-1503143284-30089
PBS_JOBID= 20630802
Free space on /tmp= 61948 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/Knapsack/Knapsack-m1-s40/Knapsack-40-150-07.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 22000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4280404-1503151992/watcher-4280404-1503151992 -o /tmp/evaluation-result-4280404-1503151992/solver-4280404-1503151992 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node148-1503143284-30089 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 1430104116 HOME/instance-4280404-1503151992.xml

TIME LIMIT= 20160 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= ddd3703b8a67d475e5b0b20416c98cf0
RANDOM SEED=1430104116

node148.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.19
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.19
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.19
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.19
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:        25510504 kB
MemAvailable:   31973984 kB
Buffers:          291648 kB
Cached:          6465884 kB
SwapCached:            0 kB
Active:          1160612 kB
Inactive:        5650476 kB
Active(anon):       4964 kB
Inactive(anon):    84704 kB
Active(file):    1155648 kB
Inactive(file):  5565772 kB
Unevictable:        7784 kB
Mlocked:            7784 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7800 kB
Writeback:             0 kB
AnonPages:        124300 kB
Mapped:            50960 kB
Shmem:             33416 kB
Slab:             142700 kB
SReclaimable:     115792 kB
SUnreclaim:        26908 kB
KernelStack:        3680 kB
PageTables:         5416 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     333488 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     69632 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 61940 MiB
End job on node148 at 2017-08-19 15:58:58