Trace number 4404733

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 2019-09-20 parallelOPT3 511.257 67.191

General information on the benchmark

NameGraphColoring/GraphColoring-m1-mono/
GraphColoring-4-insertions-3.xml
MD5SUM681bcba91e68c7fd43dde01217071906
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark4.94
Satisfiable
(Un)Satisfiability was proved
Number of variables79
Number of constraints156
Number of domains1
Minimum domain size79
Maximum domain size79
Distribution of domain sizes[{"size":79,"count":79}]
Minimum variable degree4
Maximum variable degree14
Distribution of variable degrees[{"degree":4,"count":13},{"degree":5,"count":65},{"degree":14,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":156}]
Number of extensional constraints0
Number of intensional constraints156
Distribution of constraint types[{"type":"intension","count":156}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4404733-1568994777.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco 3fb4b153
0.12/0.18	c [HOME/instance-4404733-1568994777.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.28	c parse instance...
1.60/0.78	c solve instance...
1.94/0.81	o 3 
510.71/67.17	s OPTIMUM FOUND
510.71/67.17	v <instantiation>
510.71/67.17	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] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] x[50] x[51] x[52] x[53] x[54] x[55] x[56] x[57] x[58] x[59] x[60] x[61] x[62] x[63] x[64] x[65] x[66] x[67] x[68] x[69] x[70] x[71] x[72] x[73] x[74] x[75] x[76] x[77] x[78] </list>
510.71/67.17	v 	<values>0 1 0 1 0 1 0 1 0 1 0 1 2 0 1 0 1 0 1 0 1 0 1 0 1 2 0 1 0 1 0 1 0 1 0 1 0 1 2 0 1 0 1 0 1 0 1 0 1 0 1 2 0 1 0 1 0 1 0 1 0 1 0 1 2 0 1 0 1 0 1 0 1 0 1 0 1 2 3 </values>
510.71/67.17	v </instantiation>

Verifier Data

OK	3

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4404733-1568994777/watcher-4404733-1568994777 -o /var/tmp/evaluation-result-4404733-1568994777/solver-4404733-1568994777 -C 20160 -W 2520 -M 31000 --bin-var /var/tmp/runsolver-exch-node107-1568991056-11743 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1285722940 HOME/instance-4404733-1568994777.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=11760, runsolver pid=11757
Current StackSize limit: 8192 KiB


[startup+0.100156 s]*
/proc/loadavg: 3.65 4.77 6.41 2/211 11781
/proc/meminfo: memFree=15460764/32770624 swapFree=66952608/67108860
[pid=11760] ppid=11757 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/11760/stat : 11760 (xcsp3-exec) S 11757 11760 11716 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 475733261 115843072 362 33554432000 4194304 5098028 140735355383904 140735355382008 140478370755196 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 22769664 140735355392849 140735355393109 140735355393109 140735355396038 0
/proc/11760/statm: 28282 362 304 221 0 87 0
[pid=11762] ppid=11760 vsize=28227396 memory=30120 CPUtime=0.12 cores=0-7
/proc/11762/stat : 11762 (java) S 11760 11760 11716 0 -1 1077944320 5490 0 0 0 11 1 0 0 20 0 20 0 475733262 28904853504 7530 33554432000 4194304 4196468 140736895428016 140736895410560 140333269909239 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
/proc/11762/statm: 7056849 7530 3120 1 0 7019032 0
[pid=11762/tid=11763] ppid=11760 vsize=28227396 memory=8317482817917895235 CPUtime=0.09 cores=0-7
/proc/11762/task/11763/stat : 11763 (java) R 11760 11760 11716 0 -1 4202560 3407 0 0 0 8 1 0 0 20 0 20 0 475733262 28904853504 7530 33554432000 4194304 4196468 140736895428016 140333274128544 140333269931165 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
[pid=11762/tid=11764] ppid=11760 vsize=28227396 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/11762/task/11764/stat : 11764 (java) S 11760 11760 11716 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475733263 28904853504 7530 33554432000 4194304 4196468 140736895428016 140333226462096 140333269919445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
[pid=11762/tid=11765] ppid=11760 vsize=28227396 memory=139706677278336 CPUtime=0 cores=0-7
/proc/11762/task/11765/stat : 11765 (java) S 11760 11760 11716 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475733263 28904853504 7530 33554432000 4194304 4196468 140736895428016 140332819929872 140333269919445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
[pid=11762/tid=11766] ppid=11760 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11762/task/11766/stat : 11766 (java) S 11760 11760 11716 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475733263 28904853504 7530 33554432000 4194304 4196468 140736895428016 140332818877584 140333269919445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
[pid=11762/tid=11767] ppid=11760 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11762/task/11767/stat : 11767 (java) S 11760 11760 11716 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 475733263 28904853504 7530 33554432000 4194304 4196468 140736895428016 140332817824784 140333269919445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
[pid=11762/tid=11768] ppid=11760 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11762/task/11768/stat : 11768 (java) S 11760 11760 11716 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475733263 28904853504 7530 33554432000 4194304 4196468 140736895428016 140332816771472 140333269919445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
[pid=11762/tid=11769] ppid=11760 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/11762/task/11769/stat : 11769 (java) S 11760 11760 11716 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475733263 28904853504 7530 33554432000 4194304 4196468 140736895428016 140332815718672 140333269919445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
[pid=11762/tid=11770] ppid=11760 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11762/task/11770/stat : 11770 (java) S 11760 11760 11716 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475733263 28904853504 7530 33554432000 4194304 4196468 140736895428016 140332814666384 140333269919445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
[pid=11762/tid=11771] ppid=11760 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11762/task/11771/stat : 11771 (java) S 11760 11760 11716 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475733263 28904853504 7530 33554432000 4194304 4196468 140736895428016 140332813613584 140333269919445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
[pid=11762/tid=11772] ppid=11760 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11762/task/11772/stat : 11772 (java) S 11760 11760 11716 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475733264 28904853504 7530 33554432000 4194304 4196468 140736895428016 140331800529520 140333269920386 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
[pid=11762/tid=11773] ppid=11760 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11762/task/11773/stat : 11773 (java) S 11760 11760 11716 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 475733265 28904853504 7530 33554432000 4194304 4196468 140736895428016 140331799475488 140333269919445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
[pid=11762/tid=11774] ppid=11760 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11762/task/11774/stat : 11774 (java) S 11760 11760 11716 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 475733265 28904853504 7530 33554432000 4194304 4196468 140736895428016 140331798423152 140333269919445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
[pid=11762/tid=11775] ppid=11760 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11762/task/11775/stat : 11775 (java) S 11760 11760 11716 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475733267 28904853504 7530 33554432000 4194304 4196468 140736895428016 140331797371472 140333269927835 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
[pid=11762/tid=11776] ppid=11760 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11762/task/11776/stat : 11776 (java) S 11760 11760 11716 0 -1 1077944384 294 0 0 0 0 0 0 0 20 0 20 0 475733267 28904853504 7530 33554432000 4194304 4196468 140736895428016 140331796318320 140333269920386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
[pid=11762/tid=11777] ppid=11760 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11762/task/11777/stat : 11777 (java) S 11760 11760 11716 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 20 0 475733267 28904853504 7530 33554432000 4194304 4196468 140736895428016 140331795265520 140333269920386 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
[pid=11762/tid=11778] ppid=11760 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11762/task/11778/stat : 11778 (java) S 11760 11760 11716 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475733267 28904853504 7530 33554432000 4194304 4196468 140736895428016 140331794213232 140333269920386 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
[pid=11762/tid=11779] ppid=11760 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/11762/task/11779/stat : 11779 (java) R 11760 11760 11716 0 -1 4202560 354 0 0 0 2 0 0 0 20 0 20 0 475733267 28904853504 7530 33554432000 4194304 4196468 140736895428016 140331793160432 140333248536431 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
[pid=11762/tid=11780] ppid=11760 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11762/task/11780/stat : 11780 (java) S 11760 11760 11716 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 475733268 28904853504 7530 33554432000 4194304 4196468 140736895428016 140331792108384 140333269919445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
[pid=11762/tid=11781] ppid=11760 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/11762/task/11781/stat : 11781 (java) S 11760 11760 11716 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475733268 28904853504 7530 33554432000 4194304 4196468 140736895428016 140331791055664 140333269920386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 31568 KiB

[startup+0.210286 s]*
/proc/loadavg: 3.65 4.77 6.41 3/211 11781
/proc/meminfo: memFree=15448876/32770624 swapFree=66952608/67108860
[pid=11760] ppid=11757 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/11760/stat : 11760 (xcsp3-exec) S 11757 11760 11716 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 475733261 115843072 362 33554432000 4194304 5098028 140735355383904 140735355382008 140478370755196 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 22769664 140735355392849 140735355393109 140735355393109 140735355396038 0
/proc/11760/statm: 28282 362 304 221 0 87 0
[pid=11762] ppid=11760 vsize=28227396 memory=41324 CPUtime=0.33 cores=0-7
/proc/11762/stat : 11762 (java) S 11760 11760 11716 0 -1 1077944320 9050 0 0 0 30 3 0 0 20 0 20 0 475733262 28904853504 10331 33554432000 4194304 4196468 140736895428016 140736895410560 140333269909239 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
/proc/11762/statm: 7056849 10331 3304 1 0 7019032 0
[pid=11762/tid=11763] ppid=11760 vsize=28227396 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/11762/task/11763/stat : 11763 (java) R 11760 11760 11716 0 -1 4202560 6217 0 0 0 17 2 0 0 20 0 20 0 475733262 28904853504 10331 33554432000 4194304 4196468 140736895428016 140333274138960 140332905926657 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
[pid=11762/tid=11764] ppid=11760 vsize=28227396 memory=339 CPUtime=0 cores=0-7
/proc/11762/task/11764/stat : 11764 (java) S 11760 11760 11716 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475733263 28904853504 10331 33554432000 4194304 4196468 140736895428016 140333226462096 140333269919445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
[pid=11762/tid=11765] ppid=11760 vsize=28227396 memory=3689774385815828128 CPUtime=0 cores=0-7
/proc/11762/task/11765/stat : 11765 (java) S 11760 11760 11716 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475733263 28904853504 10331 33554432000 4194304 4196468 140736895428016 140332819929872 140333269919445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
[pid=11762/tid=11766] ppid=11760 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/11762/task/11766/stat : 11766 (java) S 11760 11760 11716 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475733263 28904853504 10331 33554432000 4194304 4196468 140736895428016 140332818877584 140333269919445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
[pid=11762/tid=11767] ppid=11760 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11762/task/11767/stat : 11767 (java) S 11760 11760 11716 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 475733263 28904853504 10331 33554432000 4194304 4196468 140736895428016 140332817824784 140333269919445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
[pid=11762/tid=11768] ppid=11760 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11762/task/11768/stat : 11768 (java) S 11760 11760 11716 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475733263 28904853504 10331 33554432000 4194304 4196468 140736895428016 140332816771472 140333269919445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
[pid=11762/tid=11769] ppid=11760 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/11762/task/11769/stat : 11769 (java) S 11760 11760 11716 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475733263 28904853504 10331 33554432000 4194304 4196468 140736895428016 140332815718672 140333269919445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
[pid=11762/tid=11770] ppid=11760 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11762/task/11770/stat : 11770 (java) S 11760 11760 11716 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475733263 28904853504 10331 33554432000 4194304 4196468 140736895428016 140332814666384 140333269919445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
[pid=11762/tid=11771] ppid=11760 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11762/task/11771/stat : 11771 (java) S 11760 11760 11716 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475733263 28904853504 10331 33554432000 4194304 4196468 140736895428016 140332813613584 140333269919445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
[pid=11762/tid=11772] ppid=11760 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11762/task/11772/stat : 11772 (java) S 11760 11760 11716 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 475733264 28904853504 10331 33554432000 4194304 4196468 140736895428016 140331800529520 140333269920386 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
[pid=11762/tid=11773] ppid=11760 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11762/task/11773/stat : 11773 (java) S 11760 11760 11716 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 475733265 28904853504 10331 33554432000 4194304 4196468 140736895428016 140331799475488 140333269919445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
[pid=11762/tid=11774] ppid=11760 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11762/task/11774/stat : 11774 (java) S 11760 11760 11716 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 475733265 28904853504 10331 33554432000 4194304 4196468 140736895428016 140331798423152 140333269919445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
[pid=11762/tid=11775] ppid=11760 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11762/task/11775/stat : 11775 (java) S 11760 11760 11716 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475733267 28904853504 10331 33554432000 4194304 4196468 140736895428016 140331797371472 140333269927835 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
[pid=11762/tid=11776] ppid=11760 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11762/task/11776/stat : 11776 (java) S 11760 11760 11716 0 -1 1077944384 308 0 0 0 0 0 0 0 20 0 20 0 475733267 28904853504 10331 33554432000 4194304 4196468 140736895428016 140331796318320 140333269920386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
[pid=11762/tid=11777] ppid=11760 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/11762/task/11777/stat : 11777 (java) S 11760 11760 11716 0 -1 1077944384 369 0 0 0 2 0 0 0 20 0 20 0 475733267 28904853504 10331 33554432000 4194304 4196468 140736895428016 140331795265520 140333269920386 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
[pid=11762/tid=11778] ppid=11760 vsize=28227396 memory=-1 CPUtime=0.02 cores=0-7
/proc/11762/task/11778/stat : 11778 (java) S 11760 11760 11716 0 -1 1077944384 108 0 0 0 2 0 0 0 20 0 20 0 475733267 28904853504 10331 33554432000 4194304 4196468 140736895428016 140331794213232 140333269920386 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
[pid=11762/tid=11779] ppid=11760 vsize=28227396 memory=-1 CPUtime=0.07 cores=0-7
/proc/11762/task/11779/stat : 11779 (java) R 11760 11760 11716 0 -1 4202560 734 0 0 0 7 0 0 0 20 0 20 0 475733267 28904853504 10331 33554432000 4194304 4196468 140736895428016 140331793160432 140333248828132 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
[pid=11762/tid=11780] ppid=11760 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11762/task/11780/stat : 11780 (java) S 11760 11760 11716 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 475733268 28904853504 10331 33554432000 4194304 4196468 140736895428016 140331792108384 140333269919445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
[pid=11762/tid=11781] ppid=11760 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/11762/task/11781/stat : 11781 (java) S 11760 11760 11716 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475733268 28904853504 10331 33554432000 4194304 4196468 140736895428016 140331791055664 140333269920386 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42772 KiB

[startup+0.309585 s]*
/proc/loadavg: 3.65 4.77 6.41 3/211 11781
/proc/meminfo: memFree=15442112/32770624 swapFree=66952608/67108860
[pid=11760] ppid=11757 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/11760/stat : 11760 (xcsp3-exec) S 11757 11760 11716 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 475733261 115843072 362 33554432000 4194304 5098028 140735355383904 140735355382008 140478370755196 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 22769664 140735355392849 140735355393109 140735355393109 140735355396038 0
/proc/11760/statm: 28282 362 304 221 0 87 0
[pid=11762] ppid=11760 vsize=28231652 memory=49664 CPUtime=0.53 cores=0-7
/proc/11762/stat : 11762 (java) S 11760 11760 11716 0 -1 1077944320 10320 0 0 0 48 5 0 0 20 0 20 0 475733262 28909211648 12416 33554432000 4194304 4196468 140736895428016 140736895410560 140333269909239 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
/proc/11762/statm: 7057913 12416 3341 1 0 7019032 0
[pid=11762/tid=11763] ppid=11760 vsize=28231652 memory=8317482817917895235 CPUtime=0.29 cores=0-7
/proc/11762/task/11763/stat : 11763 (java) R 11760 11760 11716 0 -1 4202560 7305 0 0 0 26 3 0 0 20 0 20 0 475733262 28909211648 12416 33554432000 4194304 4196468 140736895428016 140333274140352 140333253989726 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
[pid=11762/tid=11764] ppid=11760 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/11762/task/11764/stat : 11764 (java) S 11760 11760 11716 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475733263 28909211648 12416 33554432000 4194304 4196468 140736895428016 140333226462096 140333269919445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
[pid=11762/tid=11765] ppid=11760 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/11762/task/11765/stat : 11765 (java) S 11760 11760 11716 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475733263 28909211648 12416 33554432000 4194304 4196468 140736895428016 140332819929872 140333269919445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
[pid=11762/tid=11766] ppid=11760 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/11762/task/11766/stat : 11766 (java) S 11760 11760 11716 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475733263 28909211648 12416 33554432000 4194304 4196468 140736895428016 140332818877584 140333269919445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
[pid=11762/tid=11767] ppid=11760 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/11762/task/11767/stat : 11767 (java) S 11760 11760 11716 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 475733263 28909211648 12416 33554432000 4194304 4196468 140736895428016 140332817824784 140333269919445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
[pid=11762/tid=11768] ppid=11760 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/11762/task/11768/stat : 11768 (java) S 11760 11760 11716 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475733263 28909211648 12416 33554432000 4194304 4196468 140736895428016 140332816771472 140333269919445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
[pid=11762/tid=11769] ppid=11760 vsize=28231652 memory=139706562079407 CPUtime=0 cores=0-7
/proc/11762/task/11769/stat : 11769 (java) S 11760 11760 11716 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475733263 28909211648 12416 33554432000 4194304 4196468 140736895428016 140332815718672 140333269919445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
[pid=11762/tid=11770] ppid=11760 vsize=28231652 memory=139706562081712 CPUtime=0 cores=0-7
/proc/11762/task/11770/stat : 11770 (java) S 11760 11760 11716 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475733263 28909211648 12416 33554432000 4194304 4196468 140736895428016 140332814666384 140333269919445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
[pid=11762/tid=11771] ppid=11760 vsize=28231652 memory=139706562084016 CPUtime=0 cores=0-7
/proc/11762/task/11771/stat : 11771 (java) S 11760 11760 11716 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475733263 28909211648 12416 33554432000 4194304 4196468 140736895428016 140332813613584 140333269919445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
[pid=11762/tid=11772] ppid=11760 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/11762/task/11772/stat : 11772 (java) S 11760 11760 11716 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 475733264 28909211648 12416 33554432000 4194304 4196468 140736895428016 140331800529520 140333269920386 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
[pid=11762/tid=11773] ppid=11760 vsize=28231652 memory=279413124181904 CPUtime=0 cores=0-7
/proc/11762/task/11773/stat : 11773 (java) S 11760 11760 11716 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 475733265 28909211648 12416 33554432000 4194304 4196468 140736895428016 140331799475488 140333269919445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
[pid=11762/tid=11774] ppid=11760 vsize=28231652 memory=279413124179600 CPUtime=0 cores=0-7
/proc/11762/task/11774/stat : 11774 (java) S 11760 11760 11716 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 475733265 28909211648 12416 33554432000 4194304 4196468 140736895428016 140331798423152 140333269919445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
[pid=11762/tid=11775] ppid=11760 vsize=28231652 memory=279413124186512 CPUtime=0 cores=0-7
/proc/11762/task/11775/stat : 11775 (java) S 11760 11760 11716 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475733267 28909211648 12416 33554432000 4194304 4196468 140736895428016 140331797371472 140333269927835 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
[pid=11762/tid=11776] ppid=11760 vsize=28231652 memory=279413124127792 CPUtime=0.01 cores=0-7
/proc/11762/task/11776/stat : 11776 (java) S 11760 11760 11716 0 -1 1077944384 314 0 0 0 1 0 0 0 20 0 20 0 475733267 28909211648 12416 33554432000 4194304 4196468 140736895428016 140331796318320 140333269920386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
[pid=11762/tid=11777] ppid=11760 vsize=28231652 memory=279413124200336 CPUtime=0.03 cores=0-7
/proc/11762/task/11777/stat : 11777 (java) S 11760 11760 11716 0 -1 1077944384 379 0 0 0 3 0 0 0 20 0 20 0 475733267 28909211648 12416 33554432000 4194304 4196468 140736895428016 140331795265520 140333269920386 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
[pid=11762/tid=11778] ppid=11760 vsize=28231652 memory=279413124207248 CPUtime=0.04 cores=0-7
/proc/11762/task/11778/stat : 11778 (java) R 11760 11760 11716 0 -1 4202560 201 0 0 0 4 0 0 0 20 0 20 0 475733267 28909211648 12416 33554432000 4194304 4196468 140736895428016 140331794203616 140333269930586 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
[pid=11762/tid=11779] ppid=11760 vsize=28231652 memory=279413124204944 CPUtime=0.12 cores=0-7
/proc/11762/task/11779/stat : 11779 (java) S 11760 11760 11716 0 -1 1077944384 816 0 0 0 12 0 0 0 20 0 20 0 475733267 28909211648 12416 33554432000 4194304 4196468 140736895428016 140331793160432 140333269920386 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
[pid=11762/tid=11780] ppid=11760 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/11762/task/11780/stat : 11780 (java) S 11760 11760 11716 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 475733268 28909211648 12416 33554432000 4194304 4196468 140736895428016 140331792108384 140333269919445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
[pid=11762/tid=11781] ppid=11760 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/11762/task/11781/stat : 11781 (java) S 11760 11760 11716 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475733268 28909211648 12416 33554432000 4194304 4196468 140736895428016 140331791055664 140333269920386 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 51112 KiB

[startup+0.700869 s]
/proc/loadavg: 3.65 4.77 6.41 3/211 11781
/proc/meminfo: memFree=15425656/32770624 swapFree=66952608/67108860
[pid=11760] ppid=11757 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/11760/stat : 11760 (xcsp3-exec) S 11757 11760 11716 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 475733261 115843072 362 33554432000 4194304 5098028 140735355383904 140735355382008 140478370755196 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 22769664 140735355392849 140735355393109 140735355393109 140735355396038 0
/proc/11760/statm: 28282 362 304 221 0 87 0
[pid=11762] ppid=11760 vsize=28233776 memory=84688 CPUtime=1.6 cores=0-7
/proc/11762/stat : 11762 (java) S 11760 11760 11716 0 -1 1077944320 14391 0 0 0 153 7 0 0 20 0 20 0 475733262 28911386624 21172 33554432000 4194304 4196468 140736895428016 140736895410560 140333269909239 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
/proc/11762/statm: 7058444 21172 3452 1 0 7019544 0
[pid=11762/tid=11763] ppid=11760 vsize=28233776 memory=0 CPUtime=0.68 cores=0-7
/proc/11762/task/11763/stat : 11763 (java) R 11760 11760 11716 0 -1 4202560 8794 0 0 0 63 5 0 0 20 0 20 0 475733262 28911386624 21172 33554432000 4194304 4196468 140736895428016 140333274146656 140332905933673 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
[pid=11762/tid=11764] ppid=11760 vsize=28233776 memory=139706562290544 CPUtime=0 cores=0-7
/proc/11762/task/11764/stat : 11764 (java) S 11760 11760 11716 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475733263 28911386624 21172 33554432000 4194304 4196468 140736895428016 140333226462096 140333269919445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
[pid=11762/tid=11765] ppid=11760 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/11762/task/11765/stat : 11765 (java) S 11760 11760 11716 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475733263 28911386624 21172 33554432000 4194304 4196468 140736895428016 140332819929872 140333269919445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
[pid=11762/tid=11766] ppid=11760 vsize=28233776 memory=2832 CPUtime=0 cores=0-7
/proc/11762/task/11766/stat : 11766 (java) S 11760 11760 11716 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475733263 28911386624 21172 33554432000 4194304 4196468 140736895428016 140332818877584 140333269919445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0

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

[pid=11762/tid=11779] ppid=11760 vsize=28768336 memory=4266936557870776352 CPUtime=0.71 cores=0-7
/proc/11762/task/11779/stat : 11779 (java) S 11760 11760 11716 0 -1 1077944384 5636 0 0 0 70 1 0 0 20 0 28 0 475733267 29458776064 214963 33554432000 4194304 4196468 140736895428016 140331793160432 140333269920386 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
[pid=11762/tid=11780] ppid=11760 vsize=28768336 memory=0 CPUtime=0 cores=0-7
/proc/11762/task/11780/stat : 11780 (java) S 11760 11760 11716 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 475733268 29458776064 214963 33554432000 4194304 4196468 140736895428016 140331792108384 140333269919445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
[pid=11762/tid=11781] ppid=11760 vsize=28768336 memory=0 CPUtime=0 cores=0-7
/proc/11762/task/11781/stat : 11781 (java) S 11760 11760 11716 0 -1 1077944384 736 0 0 0 0 0 0 0 20 0 28 0 475733268 29458776064 214963 33554432000 4194304 4196468 140736895428016 140331791055664 140333269920386 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
[pid=11762/tid=11790] ppid=11760 vsize=28768336 memory=0 CPUtime=62.07 cores=0-7
/proc/11762/task/11790/stat : 11790 (java) R 11760 11760 11716 0 -1 4202560 1175 0 0 0 6147 60 0 0 20 0 28 0 475733343 29458776064 214963 33554432000 4194304 4196468 140736895428016 140331774709136 140332913533216 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
[pid=11762/tid=11791] ppid=11760 vsize=28768336 memory=2209 CPUtime=61.88 cores=0-7
/proc/11762/task/11791/stat : 11791 (java) R 11760 11760 11716 0 -1 4202560 1242 0 0 0 6135 53 0 0 20 0 28 0 475733343 29458776064 214963 33554432000 4194304 4196468 140736895428016 140331782078816 140332912833400 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
[pid=11762/tid=11792] ppid=11760 vsize=28768336 memory=10776 CPUtime=62.03 cores=0-7
/proc/11762/task/11792/stat : 11792 (java) R 11760 11760 11716 0 -1 4202560 1103 0 0 0 6145 58 0 0 20 0 28 0 475733343 29458776064 214963 33554432000 4194304 4196468 140736895428016 140331781025600 140333254406480 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
[pid=11762/tid=11793] ppid=11760 vsize=28768336 memory=22946 CPUtime=62.9 cores=0-7
/proc/11762/task/11793/stat : 11793 (java) R 11760 11760 11716 0 -1 1077944384 12559 0 0 0 6242 48 0 0 20 0 28 0 475733344 29458776064 214963 33554432000 4194304 4196468 140736895428016 140331777867360 140333269920386 0 4 0 16800975 0 0 0 -1 7 0 0 1 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
[pid=11762/tid=11794] ppid=11760 vsize=28768336 memory=0 CPUtime=62.89 cores=0-7
/proc/11762/task/11794/stat : 11794 (java) S 11760 11760 11716 0 -1 1077944384 9701 0 0 0 6241 48 0 0 20 0 28 0 475733344 29458776064 214963 33554432000 4194304 4196468 140736895428016 140331775762496 140333269919445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
[pid=11762/tid=11795] ppid=11760 vsize=28768336 memory=7812728753625852007 CPUtime=63.31 cores=0-7
/proc/11762/task/11795/stat : 11795 (java) R 11760 11760 11716 0 -1 4202560 4276 0 0 0 6293 38 0 0 20 0 28 0 475733344 29458776064 214963 33554432000 4194304 4196468 140736895428016 140331779973056 140332913351880 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
[pid=11762/tid=11796] ppid=11760 vsize=28768336 memory=6942411325102840164 CPUtime=62.19 cores=0-7
/proc/11762/task/11796/stat : 11796 (java) R 11760 11760 11716 0 -1 4202560 1194 0 0 0 6162 57 0 0 20 0 28 0 475733344 29458776064 214963 33554432000 4194304 4196468 140736895428016 140331776815328 140332912833411 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
[pid=11762/tid=11797] ppid=11760 vsize=28768336 memory=7597691783919202146 CPUtime=63.17 cores=0-7
/proc/11762/task/11797/stat : 11797 (java) R 11760 11760 11716 0 -1 4202560 5905 0 0 0 6284 33 0 0 20 0 28 0 475733344 29458776064 214963 33554432000 4194304 4196468 140736895428016 140331778920544 140332911874861 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
Current children cumulated CPU time: 508.28 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 861300 KiB

[startup+67.0027 s]*
/proc/loadavg: 6.06 5.24 6.46 8/219 11800
/proc/meminfo: memFree=14627164/32770624 swapFree=66952608/67108860
[pid=11760] ppid=11757 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/11760/stat : 11760 (xcsp3-exec) S 11757 11760 11716 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 475733261 115843072 362 33554432000 4194304 5098028 140735355383904 140735355382008 140478370755196 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 22769664 140735355392849 140735355393109 140735355393109 140735355396038 0
/proc/11760/statm: 28282 362 304 221 0 87 0
[pid=11762] ppid=11760 vsize=28768336 memory=859852 CPUtime=509.92 cores=0-7
/proc/11762/stat : 11762 (java) S 11760 11760 11716 0 -1 1077944320 95440 0 0 0 50542 450 0 0 20 0 28 0 475733262 29458776064 214963 33554432000 4194304 4196468 140736895428016 140736895410560 140333269909239 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
/proc/11762/statm: 7192084 214963 3514 1 0 7153184 0
[pid=11762/tid=11763] ppid=11760 vsize=28768336 memory=8317482817917895235 CPUtime=0.77 cores=0-7
/proc/11762/task/11763/stat : 11763 (java) S 11760 11760 11716 0 -1 1077944384 8887 0 0 0 72 5 0 0 20 0 28 0 475733262 29458776064 214963 33554432000 4194304 4196468 140736895428016 140333274150016 140333269919445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
[pid=11762/tid=11764] ppid=11760 vsize=28768336 memory=0 CPUtime=0.29 cores=0-7
/proc/11762/task/11764/stat : 11764 (java) S 11760 11760 11716 0 -1 1077944384 1648 0 0 0 24 5 0 0 20 0 28 0 475733263 29458776064 214963 33554432000 4194304 4196468 140736895428016 140333226462096 140333269919445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
[pid=11762/tid=11765] ppid=11760 vsize=28768336 memory=0 CPUtime=0.28 cores=0-7
/proc/11762/task/11765/stat : 11765 (java) S 11760 11760 11716 0 -1 1077944384 1895 0 0 0 24 4 0 0 20 0 28 0 475733263 29458776064 214963 33554432000 4194304 4196468 140736895428016 140332819929872 140333269919445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
[pid=11762/tid=11766] ppid=11760 vsize=28768336 memory=0 CPUtime=0.27 cores=0-7
/proc/11762/task/11766/stat : 11766 (java) S 11760 11760 11716 0 -1 1077944384 1014 0 0 0 24 3 0 0 20 0 28 0 475733263 29458776064 214963 33554432000 4194304 4196468 140736895428016 140332818877584 140333269919445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
[pid=11762/tid=11767] ppid=11760 vsize=28768336 memory=0 CPUtime=0.26 cores=0-7
/proc/11762/task/11767/stat : 11767 (java) S 11760 11760 11716 0 -1 1077944384 1083 0 0 0 23 3 0 0 20 0 28 0 475733263 29458776064 214963 33554432000 4194304 4196468 140736895428016 140332817824784 140333269919445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
[pid=11762/tid=11768] ppid=11760 vsize=28768336 memory=0 CPUtime=0.27 cores=0-7
/proc/11762/task/11768/stat : 11768 (java) S 11760 11760 11716 0 -1 1077944384 973 0 0 0 24 3 0 0 20 0 28 0 475733263 29458776064 214963 33554432000 4194304 4196468 140736895428016 140332816771472 140333269919445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
[pid=11762/tid=11769] ppid=11760 vsize=28768336 memory=139706563126431 CPUtime=0.28 cores=0-7
/proc/11762/task/11769/stat : 11769 (java) S 11760 11760 11716 0 -1 1077944384 1367 0 0 0 24 4 0 0 20 0 28 0 475733263 29458776064 214963 33554432000 4194304 4196468 140736895428016 140332815718672 140333269919445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
[pid=11762/tid=11770] ppid=11760 vsize=28768336 memory=115843071 CPUtime=0.27 cores=0-7
/proc/11762/task/11770/stat : 11770 (java) S 11760 11760 11716 0 -1 1077944384 1524 0 0 0 23 4 0 0 20 0 28 0 475733263 29458776064 214963 33554432000 4194304 4196468 140736895428016 140332814666384 140333269919445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
[pid=11762/tid=11771] ppid=11760 vsize=28768336 memory=6940729167120854615 CPUtime=0.29 cores=0-7
/proc/11762/task/11771/stat : 11771 (java) S 11760 11760 11716 0 -1 1077944384 1781 0 0 0 25 4 0 0 20 0 28 0 475733263 29458776064 214963 33554432000 4194304 4196468 140736895428016 140332813613584 140333269919445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
[pid=11762/tid=11772] ppid=11760 vsize=28768336 memory=0 CPUtime=0.18 cores=0-7
/proc/11762/task/11772/stat : 11772 (java) S 11760 11760 11716 0 -1 1077944384 3635 0 0 0 15 3 0 0 20 0 28 0 475733264 29458776064 214963 33554432000 4194304 4196468 140736895428016 140331800529520 140333269920386 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
[pid=11762/tid=11773] ppid=11760 vsize=28768336 memory=6445055044669892710 CPUtime=0 cores=0-7
/proc/11762/task/11773/stat : 11773 (java) S 11760 11760 11716 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 28 0 475733265 29458776064 214963 33554432000 4194304 4196468 140736895428016 140331799475552 140333269919445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
[pid=11762/tid=11774] ppid=11760 vsize=28768336 memory=6944652177228980320 CPUtime=0 cores=0-7
/proc/11762/task/11774/stat : 11774 (java) S 11760 11760 11716 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 28 0 475733265 29458776064 214963 33554432000 4194304 4196468 140736895428016 140331798423168 140333269919445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
[pid=11762/tid=11775] ppid=11760 vsize=28768336 memory=7595440001688102255 CPUtime=0 cores=0-7
/proc/11762/task/11775/stat : 11775 (java) S 11760 11760 11716 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 475733267 29458776064 214963 33554432000 4194304 4196468 140736895428016 140331797371472 140333269927835 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
[pid=11762/tid=11776] ppid=11760 vsize=28768336 memory=6944656592455359580 CPUtime=1.19 cores=0-7
/proc/11762/task/11776/stat : 11776 (java) S 11760 11760 11716 0 -1 1077944384 8307 0 0 0 117 2 0 0 20 0 28 0 475733267 29458776064 214963 33554432000 4194304 4196468 140736895428016 140331796318320 140333269920386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
[pid=11762/tid=11777] ppid=11760 vsize=28768336 memory=8390361644446492005 CPUtime=1.21 cores=0-7
/proc/11762/task/11777/stat : 11777 (java) S 11760 11760 11716 0 -1 1077944384 9190 0 0 0 118 3 0 0 20 0 28 0 475733267 29458776064 214963 33554432000 4194304 4196468 140736895428016 140331795265520 140333269920386 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
[pid=11762/tid=11778] ppid=11760 vsize=28768336 memory=7316803075424543371 CPUtime=1.25 cores=0-7
/proc/11762/task/11778/stat : 11778 (java) S 11760 11760 11716 0 -1 1077944384 8937 0 0 0 124 1 0 0 20 0 28 0 475733267 29458776064 214963 33554432000 4194304 4196468 140736895428016 140331794213232 140333269920386 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
[pid=11762/tid=11779] ppid=11760 vsize=28768336 memory=-8253362762724046199 CPUtime=0.71 cores=0-7
/proc/11762/task/11779/stat : 11779 (java) S 11760 11760 11716 0 -1 1077944384 5636 0 0 0 70 1 0 0 20 0 28 0 475733267 29458776064 214963 33554432000 4194304 4196468 140736895428016 140331793160432 140333269920386 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
[pid=11762/tid=11780] ppid=11760 vsize=28768336 memory=3472328296227680304 CPUtime=0 cores=0-7
/proc/11762/task/11780/stat : 11780 (java) S 11760 11760 11716 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 475733268 29458776064 214963 33554432000 4194304 4196468 140736895428016 140331792108384 140333269919445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
[pid=11762/tid=11781] ppid=11760 vsize=28768336 memory=-1 CPUtime=0 cores=0-7
/proc/11762/task/11781/stat : 11781 (java) S 11760 11760 11716 0 -1 1077944384 736 0 0 0 0 0 0 0 20 0 28 0 475733268 29458776064 214963 33554432000 4194304 4196468 140736895428016 140331791055664 140333269920386 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
[pid=11762/tid=11790] ppid=11760 vsize=28768336 memory=-1 CPUtime=62.28 cores=0-7
/proc/11762/task/11790/stat : 11790 (java) R 11760 11760 11716 0 -1 4202560 1206 0 0 0 6168 60 0 0 20 0 28 0 475733343 29458776064 214963 33554432000 4194304 4196468 140736895428016 140331774709136 140332913533607 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
[pid=11762/tid=11791] ppid=11760 vsize=28768336 memory=0 CPUtime=62.08 cores=0-7
/proc/11762/task/11791/stat : 11791 (java) S 11760 11760 11716 0 -1 1077944384 1242 0 0 0 6155 53 0 0 20 0 28 0 475733343 29458776064 214963 33554432000 4194304 4196468 140736895428016 140331782078912 140333269919445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
[pid=11762/tid=11792] ppid=11760 vsize=28768336 memory=4294967328 CPUtime=62.25 cores=0-7
/proc/11762/task/11792/stat : 11792 (java) R 11760 11760 11716 0 -1 4202560 1106 0 0 0 6166 59 0 0 20 0 28 0 475733343 29458776064 214963 33554432000 4194304 4196468 140736895428016 140331781025600 140332913533429 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
[pid=11762/tid=11793] ppid=11760 vsize=28768336 memory=6127902765745819808 CPUtime=63.11 cores=0-7
/proc/11762/task/11793/stat : 11793 (java) R 11760 11760 11716 0 -1 4202560 12560 0 0 0 6263 48 0 0 20 0 28 0 475733344 29458776064 214963 33554432000 4194304 4196468 140736895428016 140331777867360 140332913534891 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
[pid=11762/tid=11794] ppid=11760 vsize=28768336 memory=0 CPUtime=63.09 cores=0-7
/proc/11762/task/11794/stat : 11794 (java) R 11760 11760 11716 0 -1 1077944384 9702 0 0 0 6261 48 0 0 20 0 28 0 475733344 29458776064 214963 33554432000 4194304 4196468 140736895428016 140331775762496 140333269919445 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
[pid=11762/tid=11795] ppid=11760 vsize=28768336 memory=7377555219585982550 CPUtime=63.52 cores=0-7
/proc/11762/task/11795/stat : 11795 (java) R 11760 11760 11716 0 -1 4202560 4277 0 0 0 6314 38 0 0 20 0 28 0 475733344 29458776064 214963 33554432000 4194304 4196468 140736895428016 140331779972880 140332906944302 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
[pid=11762/tid=11796] ppid=11760 vsize=28768336 memory=7377555219585982550 CPUtime=62.4 cores=0-7
/proc/11762/task/11796/stat : 11796 (java) R 11760 11760 11716 0 -1 4202560 1196 0 0 0 6183 57 0 0 20 0 28 0 475733344 29458776064 214963 33554432000 4194304 4196468 140736895428016 140331776815328 140332912966111 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
[pid=11762/tid=11797] ppid=11760 vsize=28768336 memory=52690658788330 CPUtime=63.37 cores=0-7
/proc/11762/task/11797/stat : 11797 (java) S 11760 11760 11716 0 -1 1077944384 5906 0 0 0 6304 33 0 0 20 0 28 0 475733344 29458776064 214963 33554432000 4194304 4196468 140736895428016 140331778920640 140333269919445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
Current children cumulated CPU time: 509.92 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 861300 KiB

[startup+67.1107 s]
/proc/loadavg: 6.06 5.24 6.46 8/219 11800
/proc/meminfo: memFree=14627164/32770624 swapFree=66952608/67108860
[pid=11760] ppid=11757 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/11760/stat : 11760 (xcsp3-exec) S 11757 11760 11716 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 475733261 115843072 362 33554432000 4194304 5098028 140735355383904 140735355382008 140478370755196 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 22769664 140735355392849 140735355393109 140735355393109 140735355396038 0
/proc/11760/statm: 28282 362 304 221 0 87 0
[pid=11762] ppid=11760 vsize=28768336 memory=859852 CPUtime=510.71 cores=0-7
/proc/11762/stat : 11762 (java) S 11760 11760 11716 0 -1 1077944320 95440 0 0 0 50621 450 0 0 20 0 28 0 475733262 29458776064 214963 33554432000 4194304 4196468 140736895428016 140736895410560 140333269909239 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
/proc/11762/statm: 7192084 214963 3514 1 0 7153184 0
[pid=11762/tid=11763] ppid=11760 vsize=28768336 memory=859852 CPUtime=0.77 cores=0-7
/proc/11762/task/11763/stat : 11763 (java) S 11760 11760 11716 0 -1 1077944384 8887 0 0 0 72 5 0 0 20 0 28 0 475733262 29458776064 214963 33554432000 4194304 4196468 140736895428016 140333274150016 140333269919445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
[pid=11762/tid=11764] ppid=11760 vsize=28768336 memory=1448 CPUtime=0.29 cores=0-7
/proc/11762/task/11764/stat : 11764 (java) S 11760 11760 11716 0 -1 1077944384 1648 0 0 0 24 5 0 0 20 0 28 0 475733263 29458776064 214963 33554432000 4194304 4196468 140736895428016 140333226462096 140333269919445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
[pid=11762/tid=11765] ppid=11760 vsize=28768336 memory=859852 CPUtime=0.28 cores=0-7
/proc/11762/task/11765/stat : 11765 (java) S 11760 11760 11716 0 -1 1077944384 1895 0 0 0 24 4 0 0 20 0 28 0 475733263 29458776064 214963 33554432000 4194304 4196468 140736895428016 140332819929872 140333269919445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
[pid=11762/tid=11766] ppid=11760 vsize=28768336 memory=1448 CPUtime=0.27 cores=0-7
/proc/11762/task/11766/stat : 11766 (java) S 11760 11760 11716 0 -1 1077944384 1014 0 0 0 24 3 0 0 20 0 28 0 475733263 29458776064 214963 33554432000 4194304 4196468 140736895428016 140332818877584 140333269919445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
[pid=11762/tid=11767] ppid=11760 vsize=28768336 memory=3580 CPUtime=0.26 cores=0-7
/proc/11762/task/11767/stat : 11767 (java) S 11760 11760 11716 0 -1 1077944384 1083 0 0 0 23 3 0 0 20 0 28 0 475733263 29458776064 214963 33554432000 4194304 4196468 140736895428016 140332817824784 140333269919445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
[pid=11762/tid=11768] ppid=11760 vsize=28768336 memory=3580 CPUtime=0.27 cores=0-7
/proc/11762/task/11768/stat : 11768 (java) S 11760 11760 11716 0 -1 1077944384 973 0 0 0 24 3 0 0 20 0 28 0 475733263 29458776064 214963 33554432000 4194304 4196468 140736895428016 140332816771472 140333269919445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
[pid=11762/tid=11769] ppid=11760 vsize=28768336 memory=40328 CPUtime=0.28 cores=0-7
/proc/11762/task/11769/stat : 11769 (java) S 11760 11760 11716 0 -1 1077944384 1367 0 0 0 24 4 0 0 20 0 28 0 475733263 29458776064 214963 33554432000 4194304 4196468 140736895428016 140332815718672 140333269919445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
[pid=11762/tid=11770] ppid=11760 vsize=28768336 memory=2244 CPUtime=0.27 cores=0-7
/proc/11762/task/11770/stat : 11770 (java) S 11760 11760 11716 0 -1 1077944384 1524 0 0 0 23 4 0 0 20 0 28 0 475733263 29458776064 214963 33554432000 4194304 4196468 140736895428016 140332814666384 140333269919445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
[pid=11762/tid=11771] ppid=11760 vsize=28768336 memory=6656426216303648864 CPUtime=0.29 cores=0-7
/proc/11762/task/11771/stat : 11771 (java) S 11760 11760 11716 0 -1 1077944384 1781 0 0 0 25 4 0 0 20 0 28 0 475733263 29458776064 214963 33554432000 4194304 4196468 140736895428016 140332813613584 140333269919445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
[pid=11762/tid=11772] ppid=11760 vsize=28768336 memory=1448 CPUtime=0.18 cores=0-7
/proc/11762/task/11772/stat : 11772 (java) S 11760 11760 11716 0 -1 1077944384 3635 0 0 0 15 3 0 0 20 0 28 0 475733264 29458776064 214963 33554432000 4194304 4196468 140736895428016 140331800529520 140333269920386 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
[pid=11762/tid=11773] ppid=11760 vsize=28768336 memory=355664 CPUtime=0 cores=0-7
/proc/11762/task/11773/stat : 11773 (java) S 11760 11760 11716 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 28 0 475733265 29458776064 214963 33554432000 4194304 4196468 140736895428016 140331799475552 140333269919445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
[pid=11762/tid=11774] ppid=11760 vsize=28768336 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/11762/task/11774/stat : 11774 (java) S 11760 11760 11716 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 28 0 475733265 29458776064 214963 33554432000 4194304 4196468 140736895428016 140331798423168 140333269919445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
[pid=11762/tid=11775] ppid=11760 vsize=28768336 memory=111632 CPUtime=0 cores=0-7
/proc/11762/task/11775/stat : 11775 (java) S 11760 11760 11716 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 475733267 29458776064 214963 33554432000 4194304 4196468 140736895428016 140331797371472 140333269927835 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
[pid=11762/tid=11776] ppid=11760 vsize=28768336 memory=804 CPUtime=1.19 cores=0-7
/proc/11762/task/11776/stat : 11776 (java) S 11760 11760 11716 0 -1 1077944384 8307 0 0 0 117 2 0 0 20 0 28 0 475733267 29458776064 214963 33554432000 4194304 4196468 140736895428016 140331796318320 140333269920386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
[pid=11762/tid=11777] ppid=11760 vsize=28768336 memory=1448 CPUtime=1.21 cores=0-7
/proc/11762/task/11777/stat : 11777 (java) S 11760 11760 11716 0 -1 1077944384 9190 0 0 0 118 3 0 0 20 0 28 0 475733267 29458776064 214963 33554432000 4194304 4196468 140736895428016 140331795265520 140333269920386 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
[pid=11762/tid=11778] ppid=11760 vsize=28768336 memory=862552 CPUtime=1.25 cores=0-7
/proc/11762/task/11778/stat : 11778 (java) S 11760 11760 11716 0 -1 1077944384 8937 0 0 0 124 1 0 0 20 0 28 0 475733267 29458776064 214963 33554432000 4194304 4196468 140736895428016 140331794213232 140333269920386 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
[pid=11762/tid=11779] ppid=11760 vsize=28768336 memory=726220 CPUtime=0.71 cores=0-7
/proc/11762/task/11779/stat : 11779 (java) S 11760 11760 11716 0 -1 1077944384 5636 0 0 0 70 1 0 0 20 0 28 0 475733267 29458776064 214963 33554432000 4194304 4196468 140736895428016 140331793160432 140333269920386 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
[pid=11762/tid=11780] ppid=11760 vsize=28768336 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/11762/task/11780/stat : 11780 (java) S 11760 11760 11716 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 475733268 29458776064 214963 33554432000 4194304 4196468 140736895428016 140331792108384 140333269919445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
[pid=11762/tid=11781] ppid=11760 vsize=28768336 memory=2552 CPUtime=0 cores=0-7
/proc/11762/task/11781/stat : 11781 (java) S 11760 11760 11716 0 -1 1077944384 736 0 0 0 0 0 0 0 20 0 28 0 475733268 29458776064 214963 33554432000 4194304 4196468 140736895428016 140331791055664 140333269920386 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
[pid=11762/tid=11790] ppid=11760 vsize=28768336 memory=1760 CPUtime=62.38 cores=0-7
/proc/11762/task/11790/stat : 11790 (java) R 11760 11760 11716 0 -1 4202560 1206 0 0 0 6178 60 0 0 20 0 28 0 475733343 29458776064 214963 33554432000 4194304 4196468 140736895428016 140331774709040 140332912004479 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
[pid=11762/tid=11791] ppid=11760 vsize=28768336 memory=1448 CPUtime=62.18 cores=0-7
/proc/11762/task/11791/stat : 11791 (java) R 11760 11760 11716 0 -1 4202560 1242 0 0 0 6165 53 0 0 20 0 28 0 475733343 29458776064 214963 33554432000 4194304 4196468 140736895428016 140331782078912 140333254410885 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
[pid=11762/tid=11792] ppid=11760 vsize=28768336 memory=412556 CPUtime=62.35 cores=0-7
/proc/11762/task/11792/stat : 11792 (java) R 11760 11760 11716 0 -1 4202560 1106 0 0 0 6176 59 0 0 20 0 28 0 475733343 29458776064 214963 33554432000 4194304 4196468 140736895428016 140331781025600 140332912833400 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
[pid=11762/tid=11793] ppid=11760 vsize=28768336 memory=4104 CPUtime=63.21 cores=0-7
/proc/11762/task/11793/stat : 11793 (java) R 11760 11760 11716 0 -1 1077944384 12560 0 0 0 6273 48 0 0 20 0 28 0 475733344 29458776064 214963 33554432000 4194304 4196468 140736895428016 140331777867456 140333269919445 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
[pid=11762/tid=11794] ppid=11760 vsize=28768336 memory=1808 CPUtime=63.18 cores=0-7
/proc/11762/task/11794/stat : 11794 (java) R 11760 11760 11716 0 -1 4202560 9702 0 0 0 6270 48 0 0 20 0 28 0 475733344 29458776064 214963 33554432000 4194304 4196468 140736895428016 140331775762400 140333254409875 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
[pid=11762/tid=11795] ppid=11760 vsize=28768336 memory=1448 CPUtime=63.62 cores=0-7
/proc/11762/task/11795/stat : 11795 (java) R 11760 11760 11716 0 -1 4202560 4277 0 0 0 6324 38 0 0 20 0 28 0 475733344 29458776064 214963 33554432000 4194304 4196468 140736895428016 140331779973032 140332913345819 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
[pid=11762/tid=11796] ppid=11760 vsize=28768336 memory=859852 CPUtime=62.5 cores=0-7
/proc/11762/task/11796/stat : 11796 (java) R 11760 11760 11716 0 -1 4202560 1196 0 0 0 6193 57 0 0 20 0 28 0 475733344 29458776064 214963 33554432000 4194304 4196468 140736895428016 140331776815424 140333254419584 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
[pid=11762/tid=11797] ppid=11760 vsize=28768336 memory=0 CPUtime=63.47 cores=0-7
/proc/11762/task/11797/stat : 11797 (java) R 11760 11760 11716 0 -1 4202560 5906 0 0 0 6314 33 0 0 20 0 28 0 475733344 29458776064 214963 33554432000 4194304 4196468 140736895428016 140331778920640 140332913738906 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 23568384 140736895435734 140736895435910 140736895435910 140736895438799 0
Current children cumulated CPU time: 510.71 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 861300 KiB

Child status: 0
Real time (s): 67.191
CPU time (s): 511.257
CPU user time (s): 506.741
CPU system time (s): 4.51608
CPU usage (%): 760.901
Max. virtual memory (cumulated for all children) (KiB): 28881464
Max. memory (cumulated for all children) (KiB): 865028

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 506.741
system time used= 4.51608
maximum resident set size= 863656
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 97183
page faults= 0
swaps= 0
block input operations= 0
block output operations= 280
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1155966
involuntary context switches= 1170


# summary of solver processes directly reported to runsolver:
#   pid: 11760
#   total CPU time (s): 511.257
#   total CPU user time (s): 506.741
#   total CPU system time (s): 4.51608

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.57058 second user time and 0.844541 second system time

The end

Launcher Data

Begin job on node107 at 2019-09-20 16:50:56
IDJOB=4404733
IDBENCH=120617
IDSOLVER=2865
FILE ID=node107/4404733-1568994777
RUNJOBID= node107-1568991056-11743
PBS_JOBID= 21704731
Free space on /var/tmp= 12564 MiB

SOLVER NAME= choco-solver 2019-09-20 parallel
BENCH NAME= XCSP17/GraphColoring/GraphColoring-m1-mono/GraphColoring-4-insertions-3.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 24000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4404733-1568994777/watcher-4404733-1568994777 -o /var/tmp/evaluation-result-4404733-1568994777/solver-4404733-1568994777 -C 20160 -W 2520 -M 31000 --bin-var /var/tmp/runsolver-exch-node107-1568991056-11743 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1285722940 HOME/instance-4404733-1568994777.xml

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

MD5SUM BENCH= 681bcba91e68c7fd43dde01217071906
RANDOM SEED=1285722940

node107.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	: 5334.11
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	: 5334.11
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	: 5334.11
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	: 5334.11
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:        15478544 kB
MemAvailable:   31813000 kB
Buffers:          112100 kB
Cached:         16143708 kB
SwapCached:        48696 kB
Active:          8056444 kB
Inactive:        8249024 kB
Active(anon):       3832 kB
Inactive(anon):    89356 kB
Active(file):    8052612 kB
Inactive(file):  8159668 kB
Unevictable:      111068 kB
Mlocked:          111068 kB
SwapTotal:      67108860 kB
SwapFree:       66952608 kB
Dirty:             26008 kB
Writeback:             0 kB
AnonPages:        112752 kB
Mapped:            47200 kB
Shmem:             34916 kB
Slab:             578804 kB
SReclaimable:     550636 kB
SUnreclaim:        28168 kB
KernelStack:        3296 kB
PageTables:         6000 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     496984 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /var/tmp at the end= 12540 MiB
End job on node107 at 2019-09-20 16:52:03