Trace number 4394442

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-06-14 parallelOPT5 90.3271 12.0266

General information on the benchmark

NameGraphColoring/GraphColoring-m1-mono/
GraphColoring-myciel5.xml
MD5SUMa954d880863fe6e02d270e9cafb0ae96
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark19.3894
Satisfiable
(Un)Satisfiability was proved
Number of variables47
Number of constraints236
Number of domains1
Minimum domain size47
Maximum domain size47
Distribution of domain sizes[{"size":47,"count":47}]
Minimum variable degree6
Maximum variable degree24
Distribution of variable degrees[{"degree":6,"count":5},{"degree":7,"count":5},{"degree":8,"count":6},{"degree":9,"count":5},{"degree":10,"count":5},{"degree":11,"count":5},{"degree":12,"count":1},{"degree":13,"count":7},{"degree":17,"count":5},{"degree":21,"count":1},{"degree":23,"count":1},{"degree":24,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":236}]
Number of extensional constraints0
Number of intensional constraints236
Distribution of constraint types[{"type":"intension","count":236}]
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-4394442-1568419438.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4394442-1568419438.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.28	c parse instance...
1.98/0.84	c solve instance...
1.98/0.89	o 5 
89.44/12.01	s OPTIMUM FOUND
89.44/12.01	v <instantiation>
89.44/12.01	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] </list>
89.44/12.01	v 	<values>0 1 0 1 2 0 1 0 1 2 3 0 1 0 1 2 0 1 0 1 2 3 4 0 1 0 1 2 0 1 0 1 2 3 0 1 0 1 2 0 1 0 1 2 3 4 5 </values>
89.44/12.01	v </instantiation>

Verifier Data

OK	5

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4394442-1568419438/watcher-4394442-1568419438 -o /tmp/evaluation-result-4394442-1568419438/solver-4394442-1568419438 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node121-1568416726-8779 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1329705844 HOME/instance-4394442-1568419438.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
Current StackSize limit: 8192 KiB

solver pid=9758, runsolver pid=9755

[startup+0.100111 s]*
/proc/loadavg: 7.87 7.43 6.99 2/212 9779
/proc/meminfo: memFree=31447108/32770624 swapFree=66982056/67108860
[pid=9758] ppid=9755 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/9758/stat : 9758 (xcsp3-exec) S 9755 9758 8752 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 418206543 115843072 364 33554432000 4194304 5098028 140730366924608 140730366922712 140520014570108 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 33996800 140730366927733 140730366927977 140730366927977 140730366930890 0
/proc/9758/statm: 28282 364 305 221 0 87 0
[pid=9760] ppid=9758 vsize=28227388 memory=30092 CPUtime=0.12 cores=0-7
/proc/9760/stat : 9760 (java) S 9758 9758 8752 0 -1 1077944320 5480 0 0 0 11 1 0 0 20 0 20 0 418206543 28904845312 7523 33554432000 4194304 4196468 140727517512176 140727517494720 139872212856567 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
/proc/9760/statm: 7056847 7523 3117 1 0 7019032 0
[pid=9760/tid=9761] ppid=9758 vsize=28227388 memory=8317482817917895235 CPUtime=0.08 cores=0-7
/proc/9760/task/9761/stat : 9761 (java) R 9758 9758 8752 0 -1 4202560 3397 0 0 0 8 0 0 0 20 0 20 0 418206543 28904845312 7523 33554432000 4194304 4196468 140727517512176 139872217081272 139872212878493 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
[pid=9760/tid=9762] ppid=9758 vsize=28227388 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/9760/task/9762/stat : 9762 (java) S 9758 9758 8752 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418206544 28904845312 7523 33554432000 4194304 4196468 140727517512176 139872132709520 139872212866773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
[pid=9760/tid=9763] ppid=9758 vsize=28227388 memory=140047648839296 CPUtime=0 cores=0-7
/proc/9760/task/9763/stat : 9763 (java) S 9758 9758 8752 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418206544 28904845312 7523 33554432000 4194304 4196468 140727517512176 139872131656720 139872212866773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
[pid=9760/tid=9764] ppid=9758 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9760/task/9764/stat : 9764 (java) S 9758 9758 8752 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418206544 28904845312 7523 33554432000 4194304 4196468 140727517512176 139872130603920 139872212866773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
[pid=9760/tid=9765] ppid=9758 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9760/task/9765/stat : 9765 (java) S 9758 9758 8752 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418206544 28904845312 7523 33554432000 4194304 4196468 140727517512176 139872129551120 139872212866773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
[pid=9760/tid=9766] ppid=9758 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9760/task/9766/stat : 9766 (java) S 9758 9758 8752 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418206544 28904845312 7523 33554432000 4194304 4196468 140727517512176 139872128498320 139872212866773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
[pid=9760/tid=9767] ppid=9758 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/9760/task/9767/stat : 9767 (java) S 9758 9758 8752 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418206544 28904845312 7523 33554432000 4194304 4196468 140727517512176 139872127445520 139872212866773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
[pid=9760/tid=9768] ppid=9758 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9760/task/9768/stat : 9768 (java) S 9758 9758 8752 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418206544 28904845312 7523 33554432000 4194304 4196468 140727517512176 139872126392720 139872212866773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
[pid=9760/tid=9769] ppid=9758 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9760/task/9769/stat : 9769 (java) S 9758 9758 8752 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418206544 28904845312 7523 33554432000 4194304 4196468 140727517512176 139872125339920 139872212866773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
[pid=9760/tid=9770] ppid=9758 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9760/task/9770/stat : 9770 (java) S 9758 9758 8752 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418206545 28904845312 7523 33554432000 4194304 4196468 140727517512176 139870811069296 139872212867714 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
[pid=9760/tid=9771] ppid=9758 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9760/task/9771/stat : 9771 (java) S 9758 9758 8752 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418206546 28904845312 7523 33554432000 4194304 4196468 140727517512176 139870810015264 139872212866773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
[pid=9760/tid=9772] ppid=9758 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9760/task/9772/stat : 9772 (java) S 9758 9758 8752 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418206546 28904845312 7523 33554432000 4194304 4196468 140727517512176 139870808962416 139872212866773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
[pid=9760/tid=9773] ppid=9758 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9760/task/9773/stat : 9773 (java) S 9758 9758 8752 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418206548 28904845312 7523 33554432000 4194304 4196468 140727517512176 139870807910736 139872212875163 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
[pid=9760/tid=9774] ppid=9758 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9760/task/9774/stat : 9774 (java) S 9758 9758 8752 0 -1 1077944384 292 0 0 0 0 0 0 0 20 0 20 0 418206548 28904845312 7523 33554432000 4194304 4196468 140727517512176 139870806858096 139872212867714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
[pid=9760/tid=9775] ppid=9758 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9760/task/9775/stat : 9775 (java) S 9758 9758 8752 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 418206548 28904845312 7523 33554432000 4194304 4196468 140727517512176 139870805805296 139872212867714 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
[pid=9760/tid=9776] ppid=9758 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9760/task/9776/stat : 9776 (java) S 9758 9758 8752 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418206548 28904845312 7523 33554432000 4194304 4196468 140727517512176 139870804752496 139872212867714 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
[pid=9760/tid=9777] ppid=9758 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/9760/task/9777/stat : 9777 (java) S 9758 9758 8752 0 -1 1077944384 354 0 0 0 2 0 0 0 20 0 20 0 418206548 28904845312 7523 33554432000 4194304 4196468 140727517512176 139870803699696 139872212867714 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
[pid=9760/tid=9778] ppid=9758 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9760/task/9778/stat : 9778 (java) S 9758 9758 8752 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418206549 28904845312 7523 33554432000 4194304 4196468 140727517512176 139870802648160 139872212866773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
[pid=9760/tid=9779] ppid=9758 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/9760/task/9779/stat : 9779 (java) S 9758 9758 8752 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418206549 28904845312 7523 33554432000 4194304 4196468 140727517512176 139870801595440 139872212867714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 31548 KiB

[startup+0.210212 s]*
/proc/loadavg: 7.87 7.43 6.99 2/212 9779
/proc/meminfo: memFree=31434300/32770624 swapFree=66982056/67108860
[pid=9758] ppid=9755 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/9758/stat : 9758 (xcsp3-exec) S 9755 9758 8752 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 418206543 115843072 364 33554432000 4194304 5098028 140730366924608 140730366922712 140520014570108 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 33996800 140730366927733 140730366927977 140730366927977 140730366930890 0
/proc/9758/statm: 28282 364 305 221 0 87 0
[pid=9760] ppid=9758 vsize=28227388 memory=41384 CPUtime=0.33 cores=0-7
/proc/9760/stat : 9760 (java) S 9758 9758 8752 0 -1 1077944320 9085 0 0 0 30 3 0 0 20 0 20 0 418206543 28904845312 10346 33554432000 4194304 4196468 140727517512176 140727517494720 139872212856567 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
/proc/9760/statm: 7056847 10346 3303 1 0 7019032 0
[pid=9760/tid=9761] ppid=9758 vsize=28227388 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/9760/task/9761/stat : 9761 (java) R 9758 9758 8752 0 -1 4202560 6210 0 0 0 18 2 0 0 20 0 20 0 418206543 28904845312 10346 33554432000 4194304 4196468 140727517512176 139872217086288 139872212868502 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
[pid=9760/tid=9762] ppid=9758 vsize=28227388 memory=329 CPUtime=0 cores=0-7
/proc/9760/task/9762/stat : 9762 (java) S 9758 9758 8752 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418206544 28904845312 10346 33554432000 4194304 4196468 140727517512176 139872132709520 139872212866773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
[pid=9760/tid=9763] ppid=9758 vsize=28227388 memory=140047648848960 CPUtime=0 cores=0-7
/proc/9760/task/9763/stat : 9763 (java) S 9758 9758 8752 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418206544 28904845312 10346 33554432000 4194304 4196468 140727517512176 139872131656720 139872212866773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
[pid=9760/tid=9764] ppid=9758 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/9760/task/9764/stat : 9764 (java) S 9758 9758 8752 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418206544 28904845312 10346 33554432000 4194304 4196468 140727517512176 139872130603920 139872212866773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
[pid=9760/tid=9765] ppid=9758 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9760/task/9765/stat : 9765 (java) S 9758 9758 8752 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418206544 28904845312 10346 33554432000 4194304 4196468 140727517512176 139872129551120 139872212866773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
[pid=9760/tid=9766] ppid=9758 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9760/task/9766/stat : 9766 (java) S 9758 9758 8752 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418206544 28904845312 10346 33554432000 4194304 4196468 140727517512176 139872128498320 139872212866773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
[pid=9760/tid=9767] ppid=9758 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/9760/task/9767/stat : 9767 (java) S 9758 9758 8752 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418206544 28904845312 10346 33554432000 4194304 4196468 140727517512176 139872127445520 139872212866773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
[pid=9760/tid=9768] ppid=9758 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9760/task/9768/stat : 9768 (java) S 9758 9758 8752 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418206544 28904845312 10346 33554432000 4194304 4196468 140727517512176 139872126392720 139872212866773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
[pid=9760/tid=9769] ppid=9758 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9760/task/9769/stat : 9769 (java) S 9758 9758 8752 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418206544 28904845312 10346 33554432000 4194304 4196468 140727517512176 139872125339920 139872212866773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
[pid=9760/tid=9770] ppid=9758 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9760/task/9770/stat : 9770 (java) S 9758 9758 8752 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 418206545 28904845312 10346 33554432000 4194304 4196468 140727517512176 139870811069296 139872212867714 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
[pid=9760/tid=9771] ppid=9758 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9760/task/9771/stat : 9771 (java) S 9758 9758 8752 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418206546 28904845312 10346 33554432000 4194304 4196468 140727517512176 139870810015264 139872212866773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
[pid=9760/tid=9772] ppid=9758 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9760/task/9772/stat : 9772 (java) S 9758 9758 8752 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418206546 28904845312 10346 33554432000 4194304 4196468 140727517512176 139870808962416 139872212866773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
[pid=9760/tid=9773] ppid=9758 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9760/task/9773/stat : 9773 (java) S 9758 9758 8752 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418206548 28904845312 10346 33554432000 4194304 4196468 140727517512176 139870807910736 139872212875163 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
[pid=9760/tid=9774] ppid=9758 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/9760/task/9774/stat : 9774 (java) S 9758 9758 8752 0 -1 1077944384 574 0 0 0 1 0 0 0 20 0 20 0 418206548 28904845312 10346 33554432000 4194304 4196468 140727517512176 139870806858096 139872212867714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
[pid=9760/tid=9775] ppid=9758 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/9760/task/9775/stat : 9775 (java) S 9758 9758 8752 0 -1 1077944384 256 0 0 0 1 0 0 0 20 0 20 0 418206548 28904845312 10346 33554432000 4194304 4196468 140727517512176 139870805805296 139872212867714 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
[pid=9760/tid=9776] ppid=9758 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/9760/task/9776/stat : 9776 (java) S 9758 9758 8752 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 20 0 418206548 28904845312 10346 33554432000 4194304 4196468 140727517512176 139870804752496 139872212867714 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
[pid=9760/tid=9777] ppid=9758 vsize=28227388 memory=-1 CPUtime=0.08 cores=0-7
/proc/9760/task/9777/stat : 9777 (java) R 9758 9758 8752 0 -1 4202560 714 0 0 0 8 0 0 0 20 0 20 0 418206548 28904845312 10346 33554432000 4194304 4196468 140727517512176 139870803699696 139872212868502 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
[pid=9760/tid=9778] ppid=9758 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9760/task/9778/stat : 9778 (java) S 9758 9758 8752 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418206549 28904845312 10346 33554432000 4194304 4196468 140727517512176 139870802648160 139872212866773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
[pid=9760/tid=9779] ppid=9758 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/9760/task/9779/stat : 9779 (java) S 9758 9758 8752 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418206549 28904845312 10346 33554432000 4194304 4196468 140727517512176 139870801595440 139872212867714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 42840 KiB

[startup+0.309663 s]*
/proc/loadavg: 7.87 7.43 6.99 4/212 9779
/proc/meminfo: memFree=31427428/32770624 swapFree=66982056/67108860
[pid=9758] ppid=9755 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/9758/stat : 9758 (xcsp3-exec) S 9755 9758 8752 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 418206543 115843072 364 33554432000 4194304 5098028 140730366924608 140730366922712 140520014570108 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 33996800 140730366927733 140730366927977 140730366927977 140730366930890 0
/proc/9758/statm: 28282 364 305 221 0 87 0
[pid=9760] ppid=9758 vsize=28231644 memory=49888 CPUtime=0.52 cores=0-7
/proc/9760/stat : 9760 (java) S 9758 9758 8752 0 -1 1077944320 10345 0 0 0 48 4 0 0 20 0 20 0 418206543 28909203456 12472 33554432000 4194304 4196468 140727517512176 140727517494720 139872212856567 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
/proc/9760/statm: 7057911 12472 3345 1 0 7019032 0
[pid=9760/tid=9761] ppid=9758 vsize=28231644 memory=8317482817917895235 CPUtime=0.29 cores=0-7
/proc/9760/task/9761/stat : 9761 (java) R 9758 9758 8752 0 -1 4202560 7274 0 0 0 27 2 0 0 20 0 20 0 418206543 28909203456 12472 33554432000 4194304 4196468 140727517512176 139872217090352 139872196937054 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
[pid=9760/tid=9762] ppid=9758 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/9760/task/9762/stat : 9762 (java) S 9758 9758 8752 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418206544 28909203456 12472 33554432000 4194304 4196468 140727517512176 139872132709520 139872212866773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
[pid=9760/tid=9763] ppid=9758 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/9760/task/9763/stat : 9763 (java) S 9758 9758 8752 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418206544 28909203456 12472 33554432000 4194304 4196468 140727517512176 139872131656720 139872212866773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
[pid=9760/tid=9764] ppid=9758 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/9760/task/9764/stat : 9764 (java) S 9758 9758 8752 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418206544 28909203456 12472 33554432000 4194304 4196468 140727517512176 139872130603920 139872212866773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
[pid=9760/tid=9765] ppid=9758 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/9760/task/9765/stat : 9765 (java) S 9758 9758 8752 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418206544 28909203456 12472 33554432000 4194304 4196468 140727517512176 139872129551120 139872212866773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
[pid=9760/tid=9766] ppid=9758 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/9760/task/9766/stat : 9766 (java) S 9758 9758 8752 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418206544 28909203456 12472 33554432000 4194304 4196468 140727517512176 139872128498320 139872212866773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
[pid=9760/tid=9767] ppid=9758 vsize=28231644 memory=140047542217391 CPUtime=0 cores=0-7
/proc/9760/task/9767/stat : 9767 (java) S 9758 9758 8752 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418206544 28909203456 12472 33554432000 4194304 4196468 140727517512176 139872127445520 139872212866773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
[pid=9760/tid=9768] ppid=9758 vsize=28231644 memory=140047542219696 CPUtime=0 cores=0-7
/proc/9760/task/9768/stat : 9768 (java) S 9758 9758 8752 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418206544 28909203456 12472 33554432000 4194304 4196468 140727517512176 139872126392720 139872212866773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
[pid=9760/tid=9769] ppid=9758 vsize=28231644 memory=140047542222000 CPUtime=0 cores=0-7
/proc/9760/task/9769/stat : 9769 (java) S 9758 9758 8752 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418206544 28909203456 12472 33554432000 4194304 4196468 140727517512176 139872125339920 139872212866773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
[pid=9760/tid=9770] ppid=9758 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/9760/task/9770/stat : 9770 (java) S 9758 9758 8752 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 418206545 28909203456 12472 33554432000 4194304 4196468 140727517512176 139870811069296 139872212867714 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
[pid=9760/tid=9771] ppid=9758 vsize=28231644 memory=280095084457872 CPUtime=0 cores=0-7
/proc/9760/task/9771/stat : 9771 (java) S 9758 9758 8752 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418206546 28909203456 12472 33554432000 4194304 4196468 140727517512176 139870810015264 139872212866773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
[pid=9760/tid=9772] ppid=9758 vsize=28231644 memory=280095084455568 CPUtime=0 cores=0-7
/proc/9760/task/9772/stat : 9772 (java) S 9758 9758 8752 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418206546 28909203456 12472 33554432000 4194304 4196468 140727517512176 139870808962416 139872212866773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
[pid=9760/tid=9773] ppid=9758 vsize=28231644 memory=280095084462480 CPUtime=0 cores=0-7
/proc/9760/task/9773/stat : 9773 (java) S 9758 9758 8752 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418206548 28909203456 12472 33554432000 4194304 4196468 140727517512176 139870807910736 139872212875163 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
[pid=9760/tid=9774] ppid=9758 vsize=28231644 memory=280095084403728 CPUtime=0.02 cores=0-7
/proc/9760/task/9774/stat : 9774 (java) S 9758 9758 8752 0 -1 1077944384 580 0 0 0 2 0 0 0 20 0 20 0 418206548 28909203456 12472 33554432000 4194304 4196468 140727517512176 139870806858096 139872212867714 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
[pid=9760/tid=9775] ppid=9758 vsize=28231644 memory=280095084476304 CPUtime=0.03 cores=0-7
/proc/9760/task/9775/stat : 9775 (java) R 9758 9758 8752 0 -1 4202560 348 0 0 0 3 0 0 0 20 0 20 0 418206548 28909203456 12472 33554432000 4194304 4196468 140727517512176 139870805795680 139872190782112 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
[pid=9760/tid=9776] ppid=9758 vsize=28231644 memory=280095084483216 CPUtime=0.01 cores=0-7
/proc/9760/task/9776/stat : 9776 (java) S 9758 9758 8752 0 -1 1077944384 37 0 0 0 1 0 0 0 20 0 20 0 418206548 28909203456 12472 33554432000 4194304 4196468 140727517512176 139870804752496 139872212867714 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
[pid=9760/tid=9777] ppid=9758 vsize=28231644 memory=280095084480912 CPUtime=0.12 cores=0-7
/proc/9760/task/9777/stat : 9777 (java) S 9758 9758 8752 0 -1 1077944384 798 0 0 0 12 0 0 0 20 0 20 0 418206548 28909203456 12472 33554432000 4194304 4196468 140727517512176 139870803699696 139872212867714 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
[pid=9760/tid=9778] ppid=9758 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/9760/task/9778/stat : 9778 (java) S 9758 9758 8752 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418206549 28909203456 12472 33554432000 4194304 4196468 140727517512176 139870802648160 139872212866773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
[pid=9760/tid=9779] ppid=9758 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/9760/task/9779/stat : 9779 (java) S 9758 9758 8752 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418206549 28909203456 12472 33554432000 4194304 4196468 140727517512176 139870801595440 139872212867714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 51344 KiB

[startup+0.700918 s]
/proc/loadavg: 7.87 7.43 6.99 5/212 9779
/proc/meminfo: memFree=31411860/32770624 swapFree=66982056/67108860
[pid=9758] ppid=9755 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/9758/stat : 9758 (xcsp3-exec) S 9755 9758 8752 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 418206543 115843072 364 33554432000 4194304 5098028 140730366924608 140730366922712 140520014570108 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 33996800 140730366927733 140730366927977 140730366927977 140730366930890 0
/proc/9758/statm: 28282 364 305 221 0 87 0
[pid=9760] ppid=9758 vsize=28233768 memory=85196 CPUtime=1.6 cores=0-7
/proc/9760/stat : 9760 (java) S 9758 9758 8752 0 -1 1077944320 14474 0 0 0 154 6 0 0 20 0 20 0 418206543 28911378432 21299 33554432000 4194304 4196468 140727517512176 140727517494720 139872212856567 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
/proc/9760/statm: 7058442 21299 3451 1 0 7019544 0
[pid=9760/tid=9761] ppid=9758 vsize=28233768 memory=0 CPUtime=0.68 cores=0-7
/proc/9760/task/9761/stat : 9761 (java) R 9758 9758 8752 0 -1 4202560 8777 0 0 0 64 4 0 0 20 0 20 0 418206543 28911378432 21299 33554432000 4194304 4196468 140727517512176 139872217091520 139871803403317 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
[pid=9760/tid=9762] ppid=9758 vsize=28233768 memory=140047542428528 CPUtime=0 cores=0-7
/proc/9760/task/9762/stat : 9762 (java) S 9758 9758 8752 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418206544 28911378432 21299 33554432000 4194304 4196468 140727517512176 139872132709520 139872212866773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
[pid=9760/tid=9763] ppid=9758 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/9760/task/9763/stat : 9763 (java) S 9758 9758 8752 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418206544 28911378432 21299 33554432000 4194304 4196468 140727517512176 139872131656720 139872212866773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
[pid=9760/tid=9764] ppid=9758 vsize=28233768 memory=1164 CPUtime=0 cores=0-7
/proc/9760/task/9764/stat : 9764 (java) S 9758 9758 8752 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418206544 28911378432 21299 33554432000 4194304 4196468 140727517512176 139872130603920 139872212866773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0

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

[pid=9760/tid=9768] ppid=9758 vsize=28768328 memory=0 CPUtime=0.06 cores=0-7
/proc/9760/task/9768/stat : 9768 (java) S 9758 9758 8752 0 -1 1077944384 115 0 0 0 4 2 0 0 20 0 28 0 418206544 29458767872 165016 33554432000 4194304 4196468 140727517512176 139872126392720 139872212866773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
[pid=9760/tid=9769] ppid=9758 vsize=28768328 memory=0 CPUtime=0.05 cores=0-7
/proc/9760/task/9769/stat : 9769 (java) S 9758 9758 8752 0 -1 1077944384 535 0 0 0 3 2 0 0 20 0 28 0 418206544 29458767872 165016 33554432000 4194304 4196468 140727517512176 139872125339920 139872212866773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
[pid=9760/tid=9770] ppid=9758 vsize=28768328 memory=0 CPUtime=0.02 cores=0-7
/proc/9760/task/9770/stat : 9770 (java) S 9758 9758 8752 0 -1 1077944384 933 0 0 0 2 0 0 0 20 0 28 0 418206545 29458767872 165016 33554432000 4194304 4196468 140727517512176 139870811069296 139872212867714 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
[pid=9760/tid=9771] ppid=9758 vsize=28768328 memory=280095085744832 CPUtime=0 cores=0-7
/proc/9760/task/9771/stat : 9771 (java) S 9758 9758 8752 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 418206546 29458767872 165016 33554432000 4194304 4196468 140727517512176 139870810015328 139872212866773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
[pid=9760/tid=9772] ppid=9758 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/9760/task/9772/stat : 9772 (java) S 9758 9758 8752 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 28 0 418206546 29458767872 165016 33554432000 4194304 4196468 140727517512176 139870808962432 139872212866773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
[pid=9760/tid=9773] ppid=9758 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/9760/task/9773/stat : 9773 (java) S 9758 9758 8752 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 418206548 29458767872 165016 33554432000 4194304 4196468 140727517512176 139870807910736 139872212875163 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
[pid=9760/tid=9774] ppid=9758 vsize=28768328 memory=0 CPUtime=2.03 cores=0-7
/proc/9760/task/9774/stat : 9774 (java) S 9758 9758 8752 0 -1 1077944384 5459 0 0 0 201 2 0 0 20 0 28 0 418206548 29458767872 165016 33554432000 4194304 4196468 140727517512176 139870806858096 139872212867714 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
[pid=9760/tid=9775] ppid=9758 vsize=28768328 memory=629260 CPUtime=2.1 cores=0-7
/proc/9760/task/9775/stat : 9775 (java) S 9758 9758 8752 0 -1 1077944384 6356 0 0 0 209 1 0 0 20 0 28 0 418206548 29458767872 165016 33554432000 4194304 4196468 140727517512176 139870805805296 139872212867714 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
[pid=9760/tid=9776] ppid=9758 vsize=28768328 memory=0 CPUtime=3.69 cores=0-7
/proc/9760/task/9776/stat : 9776 (java) S 9758 9758 8752 0 -1 1077944384 9266 0 0 0 366 3 0 0 20 0 28 0 418206548 29458767872 165016 33554432000 4194304 4196468 140727517512176 139870804752496 139872212867714 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
[pid=9760/tid=9777] ppid=9758 vsize=28768328 memory=7523943124135144302 CPUtime=0.99 cores=0-7
/proc/9760/task/9777/stat : 9777 (java) S 9758 9758 8752 0 -1 1077944384 5322 0 0 0 98 1 0 0 20 0 28 0 418206548 29458767872 165016 33554432000 4194304 4196468 140727517512176 139870803699696 139872212867714 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
[pid=9760/tid=9778] ppid=9758 vsize=28768328 memory=7156341198304209512 CPUtime=0 cores=0-7
/proc/9760/task/9778/stat : 9778 (java) S 9758 9758 8752 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 418206549 29458767872 165016 33554432000 4194304 4196468 140727517512176 139870802648160 139872212866773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
[pid=9760/tid=9779] ppid=9758 vsize=28768328 memory=6944656592455097440 CPUtime=0 cores=0-7
/proc/9760/task/9779/stat : 9779 (java) S 9758 9758 8752 0 -1 1077944384 387 0 0 0 0 0 0 0 20 0 28 0 418206549 29458767872 165016 33554432000 4194304 4196468 140727517512176 139870801595440 139872212867714 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
[pid=9760/tid=9788] ppid=9758 vsize=28768328 memory=6656426216303648864 CPUtime=9.13 cores=0-7
/proc/9760/task/9788/stat : 9788 (java) R 9758 9758 8752 0 -1 4202560 164 0 0 0 913 0 0 0 20 0 28 0 418206632 29458767872 165016 33554432000 4194304 4196468 140727517512176 139870785018816 139871809063545 0 4 0 16800975 0 0 0 -1 7 0 0 1 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
[pid=9760/tid=9789] ppid=9758 vsize=28768328 memory=7014758185507121768 CPUtime=9.29 cores=0-7
/proc/9760/task/9789/stat : 9789 (java) R 9758 9758 8752 0 -1 4202560 187 0 0 0 929 0 0 0 20 0 28 0 418206632 29458767872 165016 33554432000 4194304 4196468 140727517512176 139870790283816 139871807603697 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
[pid=9760/tid=9790] ppid=9758 vsize=28768328 memory=6371862745958738024 CPUtime=9.29 cores=0-7
/proc/9760/task/9790/stat : 9790 (java) R 9758 9758 8752 0 -1 4202560 1474 0 0 0 926 3 0 0 20 0 28 0 418206632 29458767872 165016 33554432000 4194304 4196468 140727517512176 139870788173976 139871809880728 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
[pid=9760/tid=9791] ppid=9758 vsize=28768328 memory=6443920339996665960 CPUtime=9.07 cores=0-7
/proc/9760/task/9791/stat : 9791 (java) R 9758 9758 8752 0 -1 4202560 500 0 0 0 905 2 0 0 20 0 28 0 418206632 29458767872 165016 33554432000 4194304 4196468 140727517512176 139870791335744 139871809149507 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
[pid=9760/tid=9792] ppid=9758 vsize=28768328 memory=7669185294501564774 CPUtime=9.44 cores=0-7
/proc/9760/task/9792/stat : 9792 (java) R 9758 9758 8752 0 -1 4202560 552 0 0 0 944 0 0 0 20 0 28 0 418206632 29458767872 165016 33554432000 4194304 4196468 140727517512176 139870786072744 139871807079605 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
[pid=9760/tid=9793] ppid=9758 vsize=28768328 memory=6300911402064910763 CPUtime=8.9 cores=0-7
/proc/9760/task/9793/stat : 9793 (java) R 9758 9758 8752 0 -1 4202560 296 0 0 0 889 1 0 0 20 0 28 0 418206632 29458767872 165016 33554432000 4194304 4196468 140727517512176 139870792388648 139871807079409 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
[pid=9760/tid=9794] ppid=9758 vsize=28768328 memory=29876974504 CPUtime=9.12 cores=0-7
/proc/9760/task/9794/stat : 9794 (java) R 9758 9758 8752 0 -1 4202560 334 0 0 0 909 3 0 0 20 0 28 0 418206632 29458767872 165016 33554432000 4194304 4196468 140727517512176 139870789231040 139871807602350 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
[pid=9760/tid=9795] ppid=9758 vsize=28768328 memory=280095084292728 CPUtime=9.19 cores=0-7
/proc/9760/task/9795/stat : 9795 (java) R 9758 9758 8752 0 -1 4202560 599 0 0 0 917 2 0 0 20 0 28 0 418206632 29458767872 165016 33554432000 4194304 4196468 140727517512176 139870787121448 139871807078969 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
Current children cumulated CPU time: 83.84 s
Current children cumulated vsize: 28881456 KiB
Current children cumulated memory: 661520 KiB

[startup+11.6015 s]
/proc/loadavg: 7.70 7.41 6.99 10/220 9797
/proc/meminfo: memFree=30832028/32770624 swapFree=66982056/67108860
[pid=9758] ppid=9755 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/9758/stat : 9758 (xcsp3-exec) S 9755 9758 8752 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 418206543 115843072 364 33554432000 4194304 5098028 140730366924608 140730366922712 140520014570108 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 33996800 140730366927733 140730366927977 140730366927977 140730366930890 0
/proc/9758/statm: 28282 364 305 221 0 87 0
[pid=9760] ppid=9758 vsize=28768328 memory=793208 CPUtime=87.03 cores=0-7
/proc/9760/stat : 9760 (java) S 9758 9758 8752 0 -1 1077944320 46310 0 0 0 8652 51 0 0 20 0 28 0 418206543 29458767872 198302 33554432000 4194304 4196468 140727517512176 140727517494720 139872212856567 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
/proc/9760/statm: 7192082 198302 3524 1 0 7153184 0
[pid=9760/tid=9761] ppid=9758 vsize=28768328 memory=21132 CPUtime=0.84 cores=0-7
/proc/9760/task/9761/stat : 9761 (java) S 9758 9758 8752 0 -1 1077944384 8946 0 0 0 80 4 0 0 20 0 28 0 418206543 29458767872 198302 33554432000 4194304 4196468 140727517512176 139872217097344 139872212866773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
[pid=9760/tid=9762] ppid=9758 vsize=28768328 memory=2004 CPUtime=0.05 cores=0-7
/proc/9760/task/9762/stat : 9762 (java) S 9758 9758 8752 0 -1 1077944384 84 0 0 0 3 2 0 0 20 0 28 0 418206544 29458767872 198302 33554432000 4194304 4196468 140727517512176 139872132709520 139872212866773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
[pid=9760/tid=9763] ppid=9758 vsize=28768328 memory=984 CPUtime=0.06 cores=0-7
/proc/9760/task/9763/stat : 9763 (java) S 9758 9758 8752 0 -1 1077944384 116 0 0 0 4 2 0 0 20 0 28 0 418206544 29458767872 198302 33554432000 4194304 4196468 140727517512176 139872131656720 139872212866773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
[pid=9760/tid=9764] ppid=9758 vsize=28768328 memory=1328 CPUtime=0.06 cores=0-7
/proc/9760/task/9764/stat : 9764 (java) S 9758 9758 8752 0 -1 1077944384 123 0 0 0 4 2 0 0 20 0 28 0 418206544 29458767872 198302 33554432000 4194304 4196468 140727517512176 139872130603920 139872212866773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
[pid=9760/tid=9765] ppid=9758 vsize=28768328 memory=780 CPUtime=0.05 cores=0-7
/proc/9760/task/9765/stat : 9765 (java) S 9758 9758 8752 0 -1 1077944384 385 0 0 0 4 1 0 0 20 0 28 0 418206544 29458767872 198302 33554432000 4194304 4196468 140727517512176 139872129551120 139872212866773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
[pid=9760/tid=9766] ppid=9758 vsize=28768328 memory=2241 CPUtime=0.06 cores=0-7
/proc/9760/task/9766/stat : 9766 (java) S 9758 9758 8752 0 -1 1077944384 178 0 0 0 4 2 0 0 20 0 28 0 418206544 29458767872 198302 33554432000 4194304 4196468 140727517512176 139872128498320 139872212866773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
[pid=9760/tid=9767] ppid=9758 vsize=28768328 memory=2244 CPUtime=0.05 cores=0-7
/proc/9760/task/9767/stat : 9767 (java) S 9758 9758 8752 0 -1 1077944384 1449 0 0 0 3 2 0 0 20 0 28 0 418206544 29458767872 198302 33554432000 4194304 4196468 140727517512176 139872127445520 139872212866773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
[pid=9760/tid=9768] ppid=9758 vsize=28768328 memory=7234319696884687199 CPUtime=0.06 cores=0-7
/proc/9760/task/9768/stat : 9768 (java) S 9758 9758 8752 0 -1 1077944384 115 0 0 0 4 2 0 0 20 0 28 0 418206544 29458767872 198302 33554432000 4194304 4196468 140727517512176 139872126392720 139872212866773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
[pid=9760/tid=9769] ppid=9758 vsize=28768328 memory=6656426216303648864 CPUtime=0.05 cores=0-7
/proc/9760/task/9769/stat : 9769 (java) S 9758 9758 8752 0 -1 1077944384 535 0 0 0 3 2 0 0 20 0 28 0 418206544 29458767872 198302 33554432000 4194304 4196468 140727517512176 139872125339920 139872212866773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
[pid=9760/tid=9770] ppid=9758 vsize=28768328 memory=6944656425123485561 CPUtime=0.02 cores=0-7
/proc/9760/task/9770/stat : 9770 (java) S 9758 9758 8752 0 -1 1077944384 933 0 0 0 2 0 0 0 20 0 28 0 418206545 29458767872 198302 33554432000 4194304 4196468 140727517512176 139870811069296 139872212867714 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
[pid=9760/tid=9771] ppid=9758 vsize=28768328 memory=280095084249328 CPUtime=0 cores=0-7
/proc/9760/task/9771/stat : 9771 (java) S 9758 9758 8752 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 418206546 29458767872 198302 33554432000 4194304 4196468 140727517512176 139870810015328 139872212866773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
[pid=9760/tid=9772] ppid=9758 vsize=28768328 memory=7681421203011431829 CPUtime=0 cores=0-7
/proc/9760/task/9772/stat : 9772 (java) S 9758 9758 8752 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 28 0 418206546 29458767872 198302 33554432000 4194304 4196468 140727517512176 139870808962432 139872212866773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
[pid=9760/tid=9773] ppid=9758 vsize=28768328 memory=-2892745056951965031 CPUtime=0 cores=0-7
/proc/9760/task/9773/stat : 9773 (java) S 9758 9758 8752 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 418206548 29458767872 198302 33554432000 4194304 4196468 140727517512176 139870807910736 139872212875163 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
[pid=9760/tid=9774] ppid=9758 vsize=28768328 memory=8112282956445269571 CPUtime=2.03 cores=0-7
/proc/9760/task/9774/stat : 9774 (java) S 9758 9758 8752 0 -1 1077944384 5459 0 0 0 201 2 0 0 20 0 28 0 418206548 29458767872 198302 33554432000 4194304 4196468 140727517512176 139870806858096 139872212867714 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
[pid=9760/tid=9775] ppid=9758 vsize=28768328 memory=0 CPUtime=2.12 cores=0-7
/proc/9760/task/9775/stat : 9775 (java) S 9758 9758 8752 0 -1 1077944384 7030 0 0 0 211 1 0 0 20 0 28 0 418206548 29458767872 198302 33554432000 4194304 4196468 140727517512176 139870805805296 139872212867714 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
[pid=9760/tid=9776] ppid=9758 vsize=28768328 memory=2004 CPUtime=3.69 cores=0-7
/proc/9760/task/9776/stat : 9776 (java) S 9758 9758 8752 0 -1 1077944384 9378 0 0 0 366 3 0 0 20 0 28 0 418206548 29458767872 198302 33554432000 4194304 4196468 140727517512176 139870804752496 139872212867714 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
[pid=9760/tid=9777] ppid=9758 vsize=28768328 memory=0 CPUtime=0.99 cores=0-7
/proc/9760/task/9777/stat : 9777 (java) S 9758 9758 8752 0 -1 1077944384 5322 0 0 0 98 1 0 0 20 0 28 0 418206548 29458767872 198302 33554432000 4194304 4196468 140727517512176 139870803699696 139872212867714 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
[pid=9760/tid=9778] ppid=9758 vsize=28768328 memory=6944613755361064352 CPUtime=0 cores=0-7
/proc/9760/task/9778/stat : 9778 (java) S 9758 9758 8752 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 418206549 29458767872 198302 33554432000 4194304 4196468 140727517512176 139870802648160 139872212866773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
[pid=9760/tid=9779] ppid=9758 vsize=28768328 memory=7595410302006029665 CPUtime=0 cores=0-7
/proc/9760/task/9779/stat : 9779 (java) S 9758 9758 8752 0 -1 1077944384 387 0 0 0 0 0 0 0 20 0 28 0 418206549 29458767872 198302 33554432000 4194304 4196468 140727517512176 139870801595440 139872212867714 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
[pid=9760/tid=9788] ppid=9758 vsize=28768328 memory=7163084520211830371 CPUtime=9.53 cores=0-7
/proc/9760/task/9788/stat : 9788 (java) R 9758 9758 8752 0 -1 4202560 176 0 0 0 953 0 0 0 20 0 28 0 418206632 29458767872 198302 33554432000 4194304 4196468 140727517512176 139870785019384 139871807603702 0 4 0 16800975 0 0 0 -1 7 0 0 1 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
[pid=9760/tid=9789] ppid=9758 vsize=28768328 memory=7512114543601282149 CPUtime=9.69 cores=0-7
/proc/9760/task/9789/stat : 9789 (java) R 9758 9758 8752 0 -1 4202560 196 0 0 0 969 0 0 0 20 0 28 0 418206632 29458767872 198302 33554432000 4194304 4196468 140727517512176 139870790283248 139871807604074 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
[pid=9760/tid=9790] ppid=9758 vsize=28768328 memory=7512114543601282149 CPUtime=9.69 cores=0-7
/proc/9760/task/9790/stat : 9790 (java) R 9758 9758 8752 0 -1 4202560 1514 0 0 0 965 4 0 0 20 0 28 0 418206632 29458767872 198302 33554432000 4194304 4196468 140727517512176 139870788173976 139871808950430 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
[pid=9760/tid=9791] ppid=9758 vsize=28768328 memory=6935657042653892688 CPUtime=9.47 cores=0-7
/proc/9760/task/9791/stat : 9791 (java) R 9758 9758 8752 0 -1 4202560 543 0 0 0 944 3 0 0 20 0 28 0 418206632 29458767872 198302 33554432000 4194304 4196468 140727517512176 139870791335816 139871807415016 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
[pid=9760/tid=9792] ppid=9758 vsize=28768328 memory=0 CPUtime=9.81 cores=0-7
/proc/9760/task/9792/stat : 9792 (java) R 9758 9758 8752 0 -1 4202560 566 0 0 0 981 0 0 0 20 0 28 0 418206632 29458767872 198302 33554432000 4194304 4196468 140727517512176 139870786072232 139871807079469 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
[pid=9760/tid=9793] ppid=9758 vsize=28768328 memory=280095085011952 CPUtime=9.31 cores=0-7
/proc/9760/task/9793/stat : 9793 (java) R 9758 9758 8752 0 -1 4202560 306 0 0 0 929 2 0 0 20 0 28 0 418206632 29458767872 198302 33554432000 4194304 4196468 140727517512176 139870792388160 139871807078991 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
[pid=9760/tid=9794] ppid=9758 vsize=28768328 memory=2110398149947508 CPUtime=9.52 cores=0-7
/proc/9760/task/9794/stat : 9794 (java) R 9758 9758 8752 0 -1 4202560 347 0 0 0 949 3 0 0 20 0 28 0 418206632 29458767872 198302 33554432000 4194304 4196468 140727517512176 139870789230960 139871809063623 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
[pid=9760/tid=9795] ppid=9758 vsize=28768328 memory=0 CPUtime=9.59 cores=0-7
/proc/9760/task/9795/stat : 9795 (java) R 9758 9758 8752 0 -1 4202560 611 0 0 0 957 2 0 0 20 0 28 0 418206632 29458767872 198302 33554432000 4194304 4196468 140727517512176 139870787125664 139871806936406 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
Current children cumulated CPU time: 87.03 s
Current children cumulated vsize: 28881456 KiB
Current children cumulated memory: 794664 KiB

[startup+12.0053 s]*
/proc/loadavg: 7.70 7.41 6.99 9/220 9797
/proc/meminfo: memFree=30541088/32770624 swapFree=66982056/67108860
[pid=9758] ppid=9755 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/9758/stat : 9758 (xcsp3-exec) S 9755 9758 8752 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 418206543 115843072 364 33554432000 4194304 5098028 140730366924608 140730366922712 140520014570108 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 33996800 140730366927733 140730366927977 140730366927977 140730366930890 0
/proc/9758/statm: 28282 364 305 221 0 87 0
[pid=9760] ppid=9758 vsize=28768328 memory=933992 CPUtime=90.31 cores=0-7
/proc/9760/stat : 9760 (java) S 9758 9758 8752 0 -1 1077944320 47259 0 0 0 8974 57 0 0 20 0 20 0 418206543 29458767872 233498 33554432000 4194304 4196468 140727517512176 140727517494720 139872212856567 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
/proc/9760/statm: 7192082 233498 3524 1 0 7153184 0
[pid=9760/tid=9761] ppid=9758 vsize=28768328 memory=0 CPUtime=0.85 cores=0-7
/proc/9760/task/9761/stat : 9761 (java) R 9758 9758 8752 0 -1 4202560 9163 0 0 0 81 4 0 0 20 0 20 0 418206543 29458767872 233498 33554432000 4194304 4196468 140727517512176 139872217089280 139872198550065 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
[pid=9760/tid=9762] ppid=9758 vsize=28768328 memory=4126316290023845779 CPUtime=0.06 cores=0-7
/proc/9760/task/9762/stat : 9762 (java) S 9758 9758 8752 0 -1 1077944384 90 0 0 0 4 2 0 0 20 0 20 0 418206544 29458767872 233498 33554432000 4194304 4196468 140727517512176 139872132709520 139872212866773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
[pid=9760/tid=9763] ppid=9758 vsize=28768328 memory=756 CPUtime=0.08 cores=0-7
/proc/9760/task/9763/stat : 9763 (java) S 9758 9758 8752 0 -1 1077944384 128 0 0 0 5 3 0 0 20 0 20 0 418206544 29458767872 233498 33554432000 4194304 4196468 140727517512176 139872131656720 139872212866773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
[pid=9760/tid=9764] ppid=9758 vsize=28768328 memory=1548 CPUtime=0.07 cores=0-7
/proc/9760/task/9764/stat : 9764 (java) S 9758 9758 8752 0 -1 1077944384 135 0 0 0 5 2 0 0 20 0 20 0 418206544 29458767872 233498 33554432000 4194304 4196468 140727517512176 139872130603920 139872212866773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
[pid=9760/tid=9765] ppid=9758 vsize=28768328 memory=7980 CPUtime=0.06 cores=0-7
/proc/9760/task/9765/stat : 9765 (java) S 9758 9758 8752 0 -1 1077944384 392 0 0 0 4 2 0 0 20 0 20 0 418206544 29458767872 233498 33554432000 4194304 4196468 140727517512176 139872129551120 139872212866773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
[pid=9760/tid=9766] ppid=9758 vsize=28768328 memory=1164 CPUtime=0.07 cores=0-7
/proc/9760/task/9766/stat : 9766 (java) S 9758 9758 8752 0 -1 1077944384 193 0 0 0 4 3 0 0 20 0 20 0 418206544 29458767872 233498 33554432000 4194304 4196468 140727517512176 139872128498320 139872212866773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
[pid=9760/tid=9767] ppid=9758 vsize=28768328 memory=9580 CPUtime=0.07 cores=0-7
/proc/9760/task/9767/stat : 9767 (java) S 9758 9758 8752 0 -1 1077944384 1457 0 0 0 4 3 0 0 20 0 20 0 418206544 29458767872 233498 33554432000 4194304 4196468 140727517512176 139872127445520 139872212866773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
[pid=9760/tid=9768] ppid=9758 vsize=28768328 memory=14008 CPUtime=0.07 cores=0-7
/proc/9760/task/9768/stat : 9768 (java) S 9758 9758 8752 0 -1 1077944384 125 0 0 0 5 2 0 0 20 0 20 0 418206544 29458767872 233502 33554432000 4194304 4196468 140727517512176 139872126392720 139872212866773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
[pid=9760/tid=9769] ppid=9758 vsize=28768328 memory=2120 CPUtime=0.06 cores=0-7
/proc/9760/task/9769/stat : 9769 (java) S 9758 9758 8752 0 -1 1077944384 545 0 0 0 4 2 0 0 20 0 19 0 418206544 29458767872 233502 33554432000 4194304 4196468 140727517512176 139872125339920 139872212866773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
[pid=9760/tid=9770] ppid=9758 vsize=28768328 memory=11976 CPUtime=0.02 cores=0-7
/proc/9760/task/9770/stat : 9770 (java) D 9758 9758 8752 0 -1 4202560 934 0 0 0 2 0 0 0 20 0 19 0 418206545 29458767872 233502 33554432000 4194304 4196468 140727517512176 139870811069296 139872205573719 0 0 0 16800975 18446744071582151463 0 0 -1 4 0 0 0 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
[pid=9760/tid=9771] ppid=9758 vsize=28768328 memory=7292 CPUtime=0 cores=0-7
/proc/9760/task/9771/stat : 9771 (java) S 9758 9758 8752 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 418206546 29458767872 233502 33554432000 4194304 4196468 140727517512176 139870810015328 139872212866773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
[pid=9760/tid=9772] ppid=9758 vsize=28768328 memory=512 CPUtime=0 cores=0-7
/proc/9760/task/9772/stat : 9772 (java) S 9758 9758 8752 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 19 0 418206546 29458767872 233502 33554432000 4194304 4196468 140727517512176 139870808962432 139872212866773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
[pid=9760/tid=9773] ppid=9758 vsize=28768328 memory=1564 CPUtime=0 cores=0-7
/proc/9760/task/9773/stat : 9773 (java) S 9758 9758 8752 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 19 0 418206548 29458767872 233502 33554432000 4194304 4196468 140727517512176 139870807909504 139872212866773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
[pid=9760/tid=9774] ppid=9758 vsize=28768328 memory=928 CPUtime=2.03 cores=0-7
/proc/9760/task/9774/stat : 9774 (java) S 9758 9758 8752 0 -1 1077944384 5459 0 0 0 201 2 0 0 20 0 19 0 418206548 29458767872 233502 33554432000 4194304 4196468 140727517512176 139870806858096 139872212867714 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
[pid=9760/tid=9775] ppid=9758 vsize=28768328 memory=3772 CPUtime=2.12 cores=0-7
/proc/9760/task/9775/stat : 9775 (java) S 9758 9758 8752 0 -1 1077944384 7030 0 0 0 211 1 0 0 20 0 19 0 418206548 29458767872 233502 33554432000 4194304 4196468 140727517512176 139870805805296 139872212867714 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
[pid=9760/tid=9776] ppid=9758 vsize=28768328 memory=1440 CPUtime=3.69 cores=0-7
/proc/9760/task/9776/stat : 9776 (java) S 9758 9758 8752 0 -1 1077944384 9490 0 0 0 366 3 0 0 20 0 19 0 418206548 29458767872 233502 33554432000 4194304 4196468 140727517512176 139870804752496 139872212867714 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
[pid=9760/tid=9777] ppid=9758 vsize=28768328 memory=33 CPUtime=1 cores=0-7
/proc/9760/task/9777/stat : 9777 (java) S 9758 9758 8752 0 -1 1077944384 5703 0 0 0 98 2 0 0 20 0 18 0 418206548 29458767872 233502 33554432000 4194304 4196468 140727517512176 139870803695904 139872212866773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
[pid=9760/tid=9778] ppid=9758 vsize=28768328 memory=-3535470213243961690 CPUtime=0 cores=0-7
/proc/9760/task/9778/stat : 9778 (java) S 9758 9758 8752 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 18 0 418206549 29458767872 233502 33554432000 4194304 4196468 140727517512176 139870802648160 139872212866773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32731136 140727517516778 140727517516950 140727517516950 140727517519823 0
Current children cumulated CPU time: 90.31 s
Current children cumulated vsize: 28881456 KiB
Current children cumulated memory: 935448 KiB

Child status: 0
Real time (s): 12.0266
CPU time (s): 90.3271
CPU user time (s): 89.7469
CPU system time (s): 0.580196
CPU usage (%): 751.062
Max. virtual memory (cumulated for all children) (KiB): 28881456
Max. memory (cumulated for all children) (KiB): 935448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 89.7469
system time used= 0.580196
maximum resident set size= 942744
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48053
page faults= 0
swaps= 0
block input operations= 0
block output operations= 128
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5744
involuntary context switches= 2023


# summary of solver processes directly reported to runsolver:
#   pid: 9758
#   total CPU time (s): 90.3271
#   total CPU user time (s): 89.7469
#   total CPU system time (s): 0.580196

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.138301 second user time and 0.168441 second system time

The end

Launcher Data

Begin job on node121 at 2019-09-14 02:03:16
IDJOB=4394442
IDBENCH=120561
IDSOLVER=2843
FILE ID=node121/4394442-1568419438
RUNJOBID= node121-1568416726-8779
PBS_JOBID= 21702260
Free space on /tmp= 61412 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP17/GraphColoring/GraphColoring-m1-mono/GraphColoring-myciel5.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 /tmp/evaluation-result-4394442-1568419438/watcher-4394442-1568419438 -o /tmp/evaluation-result-4394442-1568419438/solver-4394442-1568419438 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node121-1568416726-8779 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1329705844 HOME/instance-4394442-1568419438.xml

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

MD5SUM BENCH= a954d880863fe6e02d270e9cafb0ae96
RANDOM SEED=1329705844

node121.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.75
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.75
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.75
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.75
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:        31466060 kB
MemAvailable:   31915704 kB
Buffers:          170976 kB
Cached:           574848 kB
SwapCached:        18580 kB
Active:           385188 kB
Inactive:         383008 kB
Active(anon):       9076 kB
Inactive(anon):    44364 kB
Active(file):     376112 kB
Inactive(file):   338644 kB
Unevictable:      109496 kB
Mlocked:          109496 kB
SwapTotal:      67108860 kB
SwapFree:       66982056 kB
Dirty:             25860 kB
Writeback:           388 kB
AnonPages:        113460 kB
Mapped:            35312 kB
Shmem:             22484 kB
Slab:             130148 kB
SReclaimable:     101444 kB
SUnreclaim:        28704 kB
KernelStack:        3408 kB
PageTables:         5160 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     498568 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:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 61388 MiB
End job on node121 at 2019-09-14 02:03:29