Trace number 4404689

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 parallelOPT97 856.058 108.084

General information on the benchmark

NameRcpsp/Rcpsp-m1-j60/
Rcpsp-j60-37-01.xml
MD5SUMcc0e4d4fb1187992b98efb1fb4f076c6
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark97
Best CPU time to get the best result obtained on this benchmark166.61
Satisfiable
(Un)Satisfiability was proved
Number of variables62
Number of constraints135
Number of domains2
Minimum domain size1
Maximum domain size300
Distribution of domain sizes[{"size":1,"count":1},{"size":300,"count":61}]
Minimum variable degree3
Maximum variable degree10
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":4},{"degree":5,"count":10},{"degree":6,"count":23},{"degree":7,"count":17},{"degree":8,"count":6},{"degree":10,"count":1}]
Minimum constraint arity2
Maximum constraint arity36
Distribution of constraint arities[{"arity":2,"count":131},{"arity":26,"count":1},{"arity":27,"count":1},{"arity":32,"count":1},{"arity":36,"count":1}]
Number of extensional constraints0
Number of intensional constraints131
Distribution of constraint types[{"type":"intension","count":131},{"type":"cumulative","count":4}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4404689-1569001846.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco 3fb4b153
0.12/0.18	c [HOME/instance-4404689-1569001846.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.29	c parse instance...
2.11/0.81	c solve instance...
2.76/0.95	o 120 
2.76/0.96	o 118 
2.76/0.99	o 110 
3.36/1.07	o 108 
4.13/1.18	o 107 
8.72/1.73	o 106 
9.46/1.85	o 103 
29.25/4.33	o 102 
34.00/4.91	o 101 
50.74/7.03	o 100 
50.74/7.04	o 99 
89.50/11.97	o 98 
142.07/18.56	o 97 
855.58/108.07	s OPTIMUM FOUND
855.58/108.07	v <instantiation>
855.58/108.07	v 	<list>s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] s[18] s[19] s[20] s[21] s[22] s[23] s[24] s[25] s[26] s[27] s[28] s[29] s[30] s[31] s[32] s[33] s[34] s[35] s[36] s[37] s[38] s[39] s[40] s[41] s[42] s[43] s[44] s[45] s[46] s[47] s[48] s[49] s[50] s[51] s[52] s[53] s[54] s[55] s[56] s[57] s[58] s[59] s[60] s[61] </list>
855.58/108.07	v 	<values>0 6 0 0 18 8 10 8 5 19 15 28 39 33 11 19 48 27 35 32 18 35 40 37 42 33 43 25 40 50 42 50 61 55 78 54 49 74 41 36 57 69 64 63 50 57 54 59 68 80 62 63 83 63 66 86 65 74 90 83 92 97 </values>
855.58/108.07	v </instantiation>

Verifier Data

OK	97

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4404689-1569001846/watcher-4404689-1569001846 -o /tmp/evaluation-result-4404689-1569001846/solver-4404689-1569001846 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node104-1568989783-14694 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 689877959 HOME/instance-4404689-1569001846.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=17337, runsolver pid=17334
Current StackSize limit: 8192 KiB


[startup+0.100134 s]*
/proc/loadavg: 8.11 8.20 8.21 3/211 17358
/proc/meminfo: memFree=18408672/32770624 swapFree=66986244/67108860
[pid=17337] ppid=17334 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/17337/stat : 17337 (xcsp3-exec) S 17334 17337 14667 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 476441445 115843072 364 33554432000 4194304 5098028 140729625704112 140729625702216 140473882194556 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 32219136 140729625711478 140729625711721 140729625711721 140729625714634 0
/proc/17337/statm: 28282 364 305 221 0 87 0
[pid=17339] ppid=17337 vsize=28227396 memory=28928 CPUtime=0.12 cores=0-7
/proc/17339/stat : 17339 (java) S 17337 17337 14667 0 -1 1077944320 5703 0 0 0 11 1 0 0 20 0 20 0 476441445 28904853504 7232 33554432000 4194304 4196468 140722502710352 140722502692896 139626156367607 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
/proc/17339/statm: 7056849 7232 3119 1 0 7019032 0
[pid=17339/tid=17340] ppid=17337 vsize=28227396 memory=8317482817917895235 CPUtime=0.08 cores=0-7
/proc/17339/task/17340/stat : 17340 (java) R 17337 17337 14667 0 -1 4202560 3618 0 0 0 8 0 0 0 20 0 20 0 476441446 28904853504 7232 33554432000 4194304 4196468 140722502710352 139626160600880 139626156379542 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
[pid=17339/tid=17341] ppid=17337 vsize=28227396 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/17339/task/17341/stat : 17341 (java) S 17337 17337 14667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476441446 28904853504 7232 33554432000 4194304 4196468 140722502710352 139626108988176 139626156377813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
[pid=17339/tid=17342] ppid=17337 vsize=28227396 memory=139718468331136 CPUtime=0 cores=0-7
/proc/17339/task/17342/stat : 17342 (java) S 17337 17337 14667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476441446 28904853504 7232 33554432000 4194304 4196468 140722502710352 139626107935632 139626156377813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
[pid=17339/tid=17343] ppid=17337 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17339/task/17343/stat : 17343 (java) S 17337 17337 14667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476441446 28904853504 7232 33554432000 4194304 4196468 140722502710352 139626106883088 139626156377813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
[pid=17339/tid=17344] ppid=17337 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17339/task/17344/stat : 17344 (java) S 17337 17337 14667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476441446 28904853504 7232 33554432000 4194304 4196468 140722502710352 139626105830544 139626156377813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
[pid=17339/tid=17345] ppid=17337 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17339/task/17345/stat : 17345 (java) S 17337 17337 14667 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476441446 28904853504 7232 33554432000 4194304 4196468 140722502710352 139626104776976 139626156377813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
[pid=17339/tid=17346] ppid=17337 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/17339/task/17346/stat : 17346 (java) S 17337 17337 14667 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476441446 28904853504 7232 33554432000 4194304 4196468 140722502710352 139626103724432 139626156377813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
[pid=17339/tid=17347] ppid=17337 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17339/task/17347/stat : 17347 (java) S 17337 17337 14667 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476441446 28904853504 7232 33554432000 4194304 4196468 140722502710352 139626102671888 139626156377813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
[pid=17339/tid=17348] ppid=17337 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17339/task/17348/stat : 17348 (java) S 17337 17337 14667 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476441446 28904853504 7232 33554432000 4194304 4196468 140722502710352 139626101619344 139626156377813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
[pid=17339/tid=17349] ppid=17337 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17339/task/17349/stat : 17349 (java) S 17337 17337 14667 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476441448 28904853504 7232 33554432000 4194304 4196468 140722502710352 139625138387440 139626156378754 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
[pid=17339/tid=17350] ppid=17337 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17339/task/17350/stat : 17350 (java) S 17337 17337 14667 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476441448 28904853504 7232 33554432000 4194304 4196468 140722502710352 139625137333664 139626156377813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
[pid=17339/tid=17351] ppid=17337 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17339/task/17351/stat : 17351 (java) S 17337 17337 14667 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476441449 28904853504 7232 33554432000 4194304 4196468 140722502710352 139625136281072 139626156377813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
[pid=17339/tid=17352] ppid=17337 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17339/task/17352/stat : 17352 (java) S 17337 17337 14667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476441451 28904853504 7232 33554432000 4194304 4196468 140722502710352 139625135229648 139626156386203 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
[pid=17339/tid=17353] ppid=17337 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17339/task/17353/stat : 17353 (java) S 17337 17337 14667 0 -1 1077944384 290 0 0 0 0 0 0 0 20 0 20 0 476441451 28904853504 7232 33554432000 4194304 4196468 140722502710352 139625134176240 139626156378754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
[pid=17339/tid=17354] ppid=17337 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17339/task/17354/stat : 17354 (java) S 17337 17337 14667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476441451 28904853504 7232 33554432000 4194304 4196468 140722502710352 139625133123696 139626156378754 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
[pid=17339/tid=17355] ppid=17337 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17339/task/17355/stat : 17355 (java) S 17337 17337 14667 0 -1 1077944384 121 0 0 0 0 0 0 0 20 0 20 0 476441451 28904853504 7232 33554432000 4194304 4196468 140722502710352 139625132071152 139626156378754 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
[pid=17339/tid=17356] ppid=17337 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/17339/task/17356/stat : 17356 (java) R 17337 17337 14667 0 -1 4202560 360 0 0 0 1 0 0 0 20 0 20 0 476441451 28904853504 7232 33554432000 4194304 4196468 140722502710352 139625131018608 139626140528700 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
[pid=17339/tid=17357] ppid=17337 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17339/task/17357/stat : 17357 (java) S 17337 17337 14667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476441451 28904853504 7232 33554432000 4194304 4196468 140722502710352 139625129966304 139626156377813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
[pid=17339/tid=17358] ppid=17337 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/17339/task/17358/stat : 17358 (java) S 17337 17337 14667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476441452 28904853504 7232 33554432000 4194304 4196468 140722502710352 139625128913840 139626156378754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 30384 KiB

[startup+0.210232 s]*
/proc/loadavg: 8.11 8.20 8.21 2/211 17358
/proc/meminfo: memFree=18396712/32770624 swapFree=66986244/67108860
[pid=17337] ppid=17334 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/17337/stat : 17337 (xcsp3-exec) S 17334 17337 14667 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 476441445 115843072 364 33554432000 4194304 5098028 140729625704112 140729625702216 140473882194556 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 32219136 140729625711478 140729625711721 140729625711721 140729625714634 0
/proc/17337/statm: 28282 364 305 221 0 87 0
[pid=17339] ppid=17337 vsize=28227396 memory=40536 CPUtime=0.34 cores=0-7
/proc/17339/stat : 17339 (java) S 17337 17337 14667 0 -1 1077944320 9376 0 0 0 30 4 0 0 20 0 20 0 476441445 28904853504 10134 33554432000 4194304 4196468 140722502710352 140722502692896 139626156367607 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
/proc/17339/statm: 7056849 10134 3307 1 0 7019032 0
[pid=17339/tid=17340] ppid=17337 vsize=28227396 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/17339/task/17340/stat : 17340 (java) R 17337 17337 14667 0 -1 4202560 6634 0 0 0 18 2 0 0 20 0 20 0 476441446 28904853504 10134 33554432000 4194304 4196468 140722502710352 139626160607280 139626140448094 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
[pid=17339/tid=17341] ppid=17337 vsize=28227396 memory=331 CPUtime=0 cores=0-7
/proc/17339/task/17341/stat : 17341 (java) S 17337 17337 14667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476441446 28904853504 10134 33554432000 4194304 4196468 140722502710352 139626108988176 139626156377813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
[pid=17339/tid=17342] ppid=17337 vsize=28227396 memory=139718471722812 CPUtime=0 cores=0-7
/proc/17339/task/17342/stat : 17342 (java) S 17337 17337 14667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476441446 28904853504 10134 33554432000 4194304 4196468 140722502710352 139626107935632 139626156377813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
[pid=17339/tid=17343] ppid=17337 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/17339/task/17343/stat : 17343 (java) S 17337 17337 14667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476441446 28904853504 10134 33554432000 4194304 4196468 140722502710352 139626106883088 139626156377813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
[pid=17339/tid=17344] ppid=17337 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17339/task/17344/stat : 17344 (java) S 17337 17337 14667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476441446 28904853504 10134 33554432000 4194304 4196468 140722502710352 139626105830544 139626156377813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
[pid=17339/tid=17345] ppid=17337 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17339/task/17345/stat : 17345 (java) S 17337 17337 14667 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476441446 28904853504 10134 33554432000 4194304 4196468 140722502710352 139626104776976 139626156377813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
[pid=17339/tid=17346] ppid=17337 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/17339/task/17346/stat : 17346 (java) S 17337 17337 14667 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476441446 28904853504 10134 33554432000 4194304 4196468 140722502710352 139626103724432 139626156377813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
[pid=17339/tid=17347] ppid=17337 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17339/task/17347/stat : 17347 (java) S 17337 17337 14667 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476441446 28904853504 10134 33554432000 4194304 4196468 140722502710352 139626102671888 139626156377813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
[pid=17339/tid=17348] ppid=17337 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17339/task/17348/stat : 17348 (java) S 17337 17337 14667 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476441446 28904853504 10134 33554432000 4194304 4196468 140722502710352 139626101619344 139626156377813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
[pid=17339/tid=17349] ppid=17337 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17339/task/17349/stat : 17349 (java) S 17337 17337 14667 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 476441448 28904853504 10134 33554432000 4194304 4196468 140722502710352 139625138387440 139626156378754 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
[pid=17339/tid=17350] ppid=17337 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17339/task/17350/stat : 17350 (java) S 17337 17337 14667 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476441448 28904853504 10134 33554432000 4194304 4196468 140722502710352 139625137333664 139626156377813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
[pid=17339/tid=17351] ppid=17337 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17339/task/17351/stat : 17351 (java) S 17337 17337 14667 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476441449 28904853504 10134 33554432000 4194304 4196468 140722502710352 139625136281072 139626156377813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
[pid=17339/tid=17352] ppid=17337 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17339/task/17352/stat : 17352 (java) S 17337 17337 14667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476441451 28904853504 10134 33554432000 4194304 4196468 140722502710352 139625135229648 139626156386203 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
[pid=17339/tid=17353] ppid=17337 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/17339/task/17353/stat : 17353 (java) S 17337 17337 14667 0 -1 1077944384 332 0 0 0 1 0 0 0 20 0 20 0 476441451 28904853504 10134 33554432000 4194304 4196468 140722502710352 139625134176240 139626156378754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
[pid=17339/tid=17354] ppid=17337 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/17339/task/17354/stat : 17354 (java) S 17337 17337 14667 0 -1 1077944384 88 0 0 0 1 0 0 0 20 0 20 0 476441451 28904853504 10134 33554432000 4194304 4196468 140722502710352 139625133123696 139626156378754 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
[pid=17339/tid=17355] ppid=17337 vsize=28227396 memory=-1 CPUtime=0.01 cores=0-7
/proc/17339/task/17355/stat : 17355 (java) S 17337 17337 14667 0 -1 1077944384 220 0 0 0 1 0 0 0 20 0 20 0 476441451 28904853504 10134 33554432000 4194304 4196468 140722502710352 139625132071152 139626156378754 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
[pid=17339/tid=17356] ppid=17337 vsize=28227396 memory=-1 CPUtime=0.07 cores=0-7
/proc/17339/task/17356/stat : 17356 (java) S 17337 17337 14667 0 -1 1077944384 792 0 0 0 7 0 0 0 20 0 20 0 476441451 28904853504 10134 33554432000 4194304 4196468 140722502710352 139625131018608 139626156378754 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
[pid=17339/tid=17357] ppid=17337 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17339/task/17357/stat : 17357 (java) S 17337 17337 14667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476441451 28904853504 10134 33554432000 4194304 4196468 140722502710352 139625129966304 139626156377813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
[pid=17339/tid=17358] ppid=17337 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/17339/task/17358/stat : 17358 (java) S 17337 17337 14667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476441452 28904853504 10134 33554432000 4194304 4196468 140722502710352 139625128913840 139626156378754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 41992 KiB

[startup+0.309536 s]*
/proc/loadavg: 8.11 8.20 8.21 3/211 17358
/proc/meminfo: memFree=18390120/32770624 swapFree=66986244/67108860
[pid=17337] ppid=17334 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/17337/stat : 17337 (xcsp3-exec) S 17334 17337 14667 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 476441445 115843072 364 33554432000 4194304 5098028 140729625704112 140729625702216 140473882194556 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 32219136 140729625711478 140729625711721 140729625711721 140729625714634 0
/proc/17337/statm: 28282 364 305 221 0 87 0
[pid=17339] ppid=17337 vsize=28231652 memory=49916 CPUtime=0.52 cores=0-7
/proc/17339/stat : 17339 (java) S 17337 17337 14667 0 -1 1077944320 10795 0 0 0 48 4 0 0 20 0 20 0 476441445 28909211648 12479 33554432000 4194304 4196468 140722502710352 140722502692896 139626156367607 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
/proc/17339/statm: 7057913 12479 3352 1 0 7019032 0
[pid=17339/tid=17340] ppid=17337 vsize=28231652 memory=8317482817917895235 CPUtime=0.29 cores=0-7
/proc/17339/task/17340/stat : 17340 (java) R 17337 17337 14667 0 -1 4202560 7739 0 0 0 27 2 0 0 20 0 20 0 476441446 28909211648 12479 33554432000 4194304 4196468 140722502710352 139626160601392 139626140448094 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
[pid=17339/tid=17341] ppid=17337 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/17339/task/17341/stat : 17341 (java) S 17337 17337 14667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476441446 28909211648 12479 33554432000 4194304 4196468 140722502710352 139626108988176 139626156377813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
[pid=17339/tid=17342] ppid=17337 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/17339/task/17342/stat : 17342 (java) S 17337 17337 14667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476441446 28909211648 12479 33554432000 4194304 4196468 140722502710352 139626107935632 139626156377813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
[pid=17339/tid=17343] ppid=17337 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/17339/task/17343/stat : 17343 (java) S 17337 17337 14667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476441446 28909211648 12479 33554432000 4194304 4196468 140722502710352 139626106883088 139626156377813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
[pid=17339/tid=17344] ppid=17337 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/17339/task/17344/stat : 17344 (java) S 17337 17337 14667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476441446 28909211648 12479 33554432000 4194304 4196468 140722502710352 139626105830544 139626156377813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
[pid=17339/tid=17345] ppid=17337 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/17339/task/17345/stat : 17345 (java) S 17337 17337 14667 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476441446 28909211648 12479 33554432000 4194304 4196468 140722502710352 139626104776976 139626156377813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
[pid=17339/tid=17346] ppid=17337 vsize=28231652 memory=139718306130607 CPUtime=0 cores=0-7
/proc/17339/task/17346/stat : 17346 (java) S 17337 17337 14667 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476441446 28909211648 12479 33554432000 4194304 4196468 140722502710352 139626103724432 139626156377813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
[pid=17339/tid=17347] ppid=17337 vsize=28231652 memory=139718306132912 CPUtime=0 cores=0-7
/proc/17339/task/17347/stat : 17347 (java) S 17337 17337 14667 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476441446 28909211648 12479 33554432000 4194304 4196468 140722502710352 139626102671888 139626156377813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
[pid=17339/tid=17348] ppid=17337 vsize=28231652 memory=139718306135216 CPUtime=0 cores=0-7
/proc/17339/task/17348/stat : 17348 (java) S 17337 17337 14667 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476441446 28909211648 12479 33554432000 4194304 4196468 140722502710352 139626101619344 139626156377813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
[pid=17339/tid=17349] ppid=17337 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/17339/task/17349/stat : 17349 (java) S 17337 17337 14667 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 476441448 28909211648 12479 33554432000 4194304 4196468 140722502710352 139625138387440 139626156378754 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
[pid=17339/tid=17350] ppid=17337 vsize=28231652 memory=279436612284304 CPUtime=0 cores=0-7
/proc/17339/task/17350/stat : 17350 (java) S 17337 17337 14667 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476441448 28909211648 12479 33554432000 4194304 4196468 140722502710352 139625137333664 139626156377813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
[pid=17339/tid=17351] ppid=17337 vsize=28231652 memory=279436612282000 CPUtime=0 cores=0-7
/proc/17339/task/17351/stat : 17351 (java) S 17337 17337 14667 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476441449 28909211648 12479 33554432000 4194304 4196468 140722502710352 139625136281072 139626156377813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
[pid=17339/tid=17352] ppid=17337 vsize=28231652 memory=279436612288912 CPUtime=0 cores=0-7
/proc/17339/task/17352/stat : 17352 (java) S 17337 17337 14667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476441451 28909211648 12479 33554432000 4194304 4196468 140722502710352 139625135229648 139626156386203 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
[pid=17339/tid=17353] ppid=17337 vsize=28231652 memory=279436612230192 CPUtime=0.01 cores=0-7
/proc/17339/task/17353/stat : 17353 (java) S 17337 17337 14667 0 -1 1077944384 351 0 0 0 1 0 0 0 20 0 20 0 476441451 28909211648 12479 33554432000 4194304 4196468 140722502710352 139625134176240 139626156378754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
[pid=17339/tid=17354] ppid=17337 vsize=28231652 memory=279436612302736 CPUtime=0.03 cores=0-7
/proc/17339/task/17354/stat : 17354 (java) R 17337 17337 14667 0 -1 4202560 209 0 0 0 3 0 0 0 20 0 20 0 476441451 28909211648 12479 33554432000 4194304 4196468 140722502710352 139625133114080 139626142431763 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
[pid=17339/tid=17355] ppid=17337 vsize=28231652 memory=279436612309648 CPUtime=0.02 cores=0-7
/proc/17339/task/17355/stat : 17355 (java) S 17337 17337 14667 0 -1 1077944384 252 0 0 0 2 0 0 0 20 0 20 0 476441451 28909211648 12479 33554432000 4194304 4196468 140722502710352 139625132071152 139626156378754 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
[pid=17339/tid=17356] ppid=17337 vsize=28231652 memory=279436612307344 CPUtime=0.12 cores=0-7
/proc/17339/task/17356/stat : 17356 (java) S 17337 17337 14667 0 -1 1077944384 945 0 0 0 12 0 0 0 20 0 20 0 476441451 28909211648 12479 33554432000 4194304 4196468 140722502710352 139625131018608 139626156378754 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
[pid=17339/tid=17357] ppid=17337 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/17339/task/17357/stat : 17357 (java) S 17337 17337 14667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476441451 28909211648 12479 33554432000 4194304 4196468 140722502710352 139625129966304 139626156377813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
[pid=17339/tid=17358] ppid=17337 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/17339/task/17358/stat : 17358 (java) S 17337 17337 14667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476441452 28909211648 12479 33554432000 4194304 4196468 140722502710352 139625128913840 139626156378754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 51372 KiB

[startup+0.700912 s]
/proc/loadavg: 8.11 8.20 8.21 5/211 17358
/proc/meminfo: memFree=18372940/32770624 swapFree=66986244/67108860
[pid=17337] ppid=17334 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/17337/stat : 17337 (xcsp3-exec) S 17334 17337 14667 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 476441445 115843072 364 33554432000 4194304 5098028 140729625704112 140729625702216 140473882194556 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 32219136 140729625711478 140729625711721 140729625711721 140729625714634 0
/proc/17337/statm: 28282 364 305 221 0 87 0
[pid=17339] ppid=17337 vsize=28233776 memory=88596 CPUtime=1.66 cores=0-7
/proc/17339/stat : 17339 (java) S 17337 17337 14667 0 -1 1077944320 15333 0 0 0 159 7 0 0 20 0 20 0 476441445 28911386624 22149 33554432000 4194304 4196468 140722502710352 140722502692896 139626156367607 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
/proc/17339/statm: 7058444 22149 3453 1 0 7019544 0
[pid=17339/tid=17340] ppid=17337 vsize=28233776 memory=0 CPUtime=0.68 cores=0-7
/proc/17339/task/17340/stat : 17340 (java) R 17337 17337 14667 0 -1 4202560 9353 0 0 0 64 4 0 0 20 0 20 0 476441446 28911386624 22149 33554432000 4194304 4196468 140722502710352 139626160605392 139625779811143 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
[pid=17339/tid=17341] ppid=17337 vsize=28233776 memory=139718306341744 CPUtime=0 cores=0-7
/proc/17339/task/17341/stat : 17341 (java) S 17337 17337 14667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476441446 28911386624 22149 33554432000 4194304 4196468 140722502710352 139626108988176 139626156377813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
[pid=17339/tid=17342] ppid=17337 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/17339/task/17342/stat : 17342 (java) S 17337 17337 14667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476441446 28911386624 22149 33554432000 4194304 4196468 140722502710352 139626107935632 139626156377813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
[pid=17339/tid=17343] ppid=17337 vsize=28233776 memory=2832 CPUtime=0 cores=0-7
/proc/17339/task/17343/stat : 17343 (java) S 17337 17337 14667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476441446 28911386624 22149 33554432000 4194304 4196468 140722502710352 139626106883088 139626156377813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0

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

[pid=17339/tid=17356] ppid=17337 vsize=29102184 memory=33 CPUtime=0.92 cores=0-7
/proc/17339/task/17356/stat : 17356 (java) S 17337 17337 14667 0 -1 1077944384 7835 0 0 0 90 2 0 0 20 0 28 0 476441451 29800636416 62157 33554432000 4194304 4196468 140722502710352 139625131018608 139626156378754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
[pid=17339/tid=17357] ppid=17337 vsize=29102184 memory=-6804530867367538332 CPUtime=0 cores=0-7
/proc/17339/task/17357/stat : 17357 (java) S 17337 17337 14667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 476441451 29800636416 62157 33554432000 4194304 4196468 140722502710352 139625129966304 139626156377813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
[pid=17339/tid=17358] ppid=17337 vsize=29102184 memory=6944656425123485561 CPUtime=0.01 cores=0-7
/proc/17339/task/17358/stat : 17358 (java) S 17337 17337 14667 0 -1 1077944384 1679 0 0 0 0 1 0 0 20 0 28 0 476441452 29800636416 62157 33554432000 4194304 4196468 140722502710352 139625128913840 139626156378754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
[pid=17339/tid=17465] ppid=17337 vsize=29102184 memory=6944656425123485561 CPUtime=88.4 cores=0-7
/proc/17339/task/17465/stat : 17465 (java) R 17337 17337 14667 0 -1 4202560 1985 0 0 0 8840 0 0 0 20 0 28 0 476443301 29800636416 62157 33554432000 4194304 4196468 140722502710352 139625113388352 139625787769408 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
[pid=17339/tid=17466] ppid=17337 vsize=29102184 memory=0 CPUtime=87.95 cores=0-7
/proc/17339/task/17466/stat : 17466 (java) R 17337 17337 14667 0 -1 4202560 724 0 0 0 8795 0 0 0 20 0 28 0 476443301 29800636416 62157 33554432000 4194304 4196468 140722502710352 139625116545640 139625787727364 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
[pid=17339/tid=17467] ppid=17337 vsize=29102184 memory=644 CPUtime=88.49 cores=0-7
/proc/17339/task/17467/stat : 17467 (java) R 17337 17337 14667 0 -1 4202560 704 0 0 0 8849 0 0 0 20 0 28 0 476443301 29800636416 62157 33554432000 4194304 4196468 140722502710352 139625114439120 139625786621563 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
[pid=17339/tid=17468] ppid=17337 vsize=29102184 memory=1456 CPUtime=87.71 cores=0-7
/proc/17339/task/17468/stat : 17468 (java) R 17337 17337 14667 0 -1 4202560 2258 0 0 0 8771 0 0 0 20 0 28 0 476443301 29800636416 62157 33554432000 4194304 4196468 140722502710352 139625104965272 139625786621658 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
[pid=17339/tid=17469] ppid=17337 vsize=29102184 memory=248628 CPUtime=88.36 cores=0-7
/proc/17339/task/17469/stat : 17469 (java) R 17337 17337 14667 0 -1 4202560 1549 0 0 0 8836 0 0 0 20 0 28 0 476443301 29800636416 62157 33554432000 4194304 4196468 140722502710352 139625103912856 139625787728149 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
[pid=17339/tid=17470] ppid=17337 vsize=29102184 memory=3572 CPUtime=88.12 cores=0-7
/proc/17339/task/17470/stat : 17470 (java) R 17337 17337 14667 0 -1 4202560 1124 0 0 0 8812 0 0 0 20 0 28 0 476443301 29800636416 62157 33554432000 4194304 4196468 140722502710352 139625110228472 139625790645952 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
[pid=17339/tid=17471] ppid=17337 vsize=29102184 memory=1456 CPUtime=88.33 cores=0-7
/proc/17339/task/17471/stat : 17471 (java) R 17337 17337 14667 0 -1 4202560 950 0 0 0 8833 0 0 0 20 0 28 0 476443301 29800636416 62157 33554432000 4194304 4196468 140722502710352 139625112333976 139625787512466 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
[pid=17339/tid=17472] ppid=17337 vsize=29102184 memory=244532 CPUtime=88.5 cores=0-7
/proc/17339/task/17472/stat : 17472 (java) R 17337 17337 14667 0 -1 4202560 1044 0 0 0 8850 0 0 0 20 0 28 0 476443301 29800636416 62157 33554432000 4194304 4196468 140722502710352 139625111281784 139625787784047 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
Current children cumulated CPU time: 849.17 s
Current children cumulated vsize: 29215312 KiB
Current children cumulated memory: 250084 KiB

[startup+107.602 s]
/proc/loadavg: 8.89 8.46 8.30 9/219 17478
/proc/meminfo: memFree=18193964/32770624 swapFree=66986244/67108860
[pid=17337] ppid=17334 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/17337/stat : 17337 (xcsp3-exec) S 17334 17337 14667 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 476441445 115843072 364 33554432000 4194304 5098028 140729625704112 140729625702216 140473882194556 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 32219136 140729625711478 140729625711721 140729625711721 140729625714634 0
/proc/17337/statm: 28282 364 305 221 0 87 0
[pid=17339] ppid=17337 vsize=29102184 memory=248628 CPUtime=852.36 cores=0-7
/proc/17339/stat : 17339 (java) S 17337 17337 14667 0 -1 1077944320 85478 0 0 0 85175 61 0 0 20 0 28 0 476441445 29800636416 62157 33554432000 4194304 4196468 140722502710352 140722502692896 139626156367607 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
/proc/17339/statm: 7275546 62157 3534 1 0 7236646 0
[pid=17339/tid=17340] ppid=17337 vsize=29102184 memory=988 CPUtime=0.82 cores=0-7
/proc/17339/task/17340/stat : 17340 (java) S 17337 17337 14667 0 -1 1077944384 10042 0 0 0 77 5 0 0 20 0 28 0 476441446 29800636416 62157 33554432000 4194304 4196468 140722502710352 139626160608384 139626156377813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
[pid=17339/tid=17341] ppid=17337 vsize=29102184 memory=6791534058613427641 CPUtime=0.07 cores=0-7
/proc/17339/task/17341/stat : 17341 (java) S 17337 17337 14667 0 -1 1077944384 2299 0 0 0 3 4 0 0 20 0 28 0 476441446 29800636416 62157 33554432000 4194304 4196468 140722502710352 139626108988176 139626156377813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
[pid=17339/tid=17342] ppid=17337 vsize=29102184 memory=3616 CPUtime=0.08 cores=0-7
/proc/17339/task/17342/stat : 17342 (java) S 17337 17337 14667 0 -1 1077944384 847 0 0 0 4 4 0 0 20 0 28 0 476441446 29800636416 62157 33554432000 4194304 4196468 140722502710352 139626107935632 139626156377813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
[pid=17339/tid=17343] ppid=17337 vsize=29102184 memory=1112 CPUtime=0.07 cores=0-7
/proc/17339/task/17343/stat : 17343 (java) S 17337 17337 14667 0 -1 1077944384 1119 0 0 0 3 4 0 0 20 0 28 0 476441446 29800636416 62157 33554432000 4194304 4196468 140722502710352 139626106883088 139626156377813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
[pid=17339/tid=17344] ppid=17337 vsize=29102184 memory=6048 CPUtime=0.06 cores=0-7
/proc/17339/task/17344/stat : 17344 (java) S 17337 17337 14667 0 -1 1077944384 1440 0 0 0 3 3 0 0 20 0 28 0 476441446 29800636416 62157 33554432000 4194304 4196468 140722502710352 139626105830544 139626156377813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
[pid=17339/tid=17345] ppid=17337 vsize=29102184 memory=7552 CPUtime=0.07 cores=0-7
/proc/17339/task/17345/stat : 17345 (java) S 17337 17337 14667 0 -1 1077944384 1393 0 0 0 4 3 0 0 20 0 28 0 476441446 29800636416 62157 33554432000 4194304 4196468 140722502710352 139626104776976 139626156377813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
[pid=17339/tid=17346] ppid=17337 vsize=29102184 memory=244036 CPUtime=0.06 cores=0-7
/proc/17339/task/17346/stat : 17346 (java) S 17337 17337 14667 0 -1 1077944384 1393 0 0 0 3 3 0 0 20 0 28 0 476441446 29800636416 62157 33554432000 4194304 4196468 140722502710352 139626103724432 139626156377813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
[pid=17339/tid=17347] ppid=17337 vsize=29102184 memory=1456 CPUtime=0.07 cores=0-7
/proc/17339/task/17347/stat : 17347 (java) S 17337 17337 14667 0 -1 1077944384 2035 0 0 0 4 3 0 0 20 0 28 0 476441446 29800636416 62157 33554432000 4194304 4196468 140722502710352 139626102671888 139626156377813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
[pid=17339/tid=17348] ppid=17337 vsize=29102184 memory=244036 CPUtime=0.06 cores=0-7
/proc/17339/task/17348/stat : 17348 (java) S 17337 17337 14667 0 -1 1077944384 1455 0 0 0 3 3 0 0 20 0 28 0 476441446 29800636416 62157 33554432000 4194304 4196468 140722502710352 139626101619344 139626156377813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
[pid=17339/tid=17349] ppid=17337 vsize=29102184 memory=1456 CPUtime=0.05 cores=0-7
/proc/17339/task/17349/stat : 17349 (java) S 17337 17337 14667 0 -1 1077944384 3752 0 0 0 5 0 0 0 20 0 28 0 476441448 29800636416 62157 33554432000 4194304 4196468 140722502710352 139625138387440 139626156378754 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
[pid=17339/tid=17350] ppid=17337 vsize=29102184 memory=2480 CPUtime=0 cores=0-7
/proc/17339/task/17350/stat : 17350 (java) S 17337 17337 14667 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 28 0 476441448 29800636416 62157 33554432000 4194304 4196468 140722502710352 139625137333728 139626156377813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
[pid=17339/tid=17351] ppid=17337 vsize=29102184 memory=1768 CPUtime=0 cores=0-7
/proc/17339/task/17351/stat : 17351 (java) S 17337 17337 14667 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 28 0 476441449 29800636416 62157 33554432000 4194304 4196468 140722502710352 139625136281088 139626156377813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
[pid=17339/tid=17352] ppid=17337 vsize=29102184 memory=111632 CPUtime=0 cores=0-7
/proc/17339/task/17352/stat : 17352 (java) S 17337 17337 14667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 476441451 29800636416 62157 33554432000 4194304 4196468 140722502710352 139625135229648 139626156386203 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
[pid=17339/tid=17353] ppid=17337 vsize=29102184 memory=796 CPUtime=2.63 cores=0-7
/proc/17339/task/17353/stat : 17353 (java) S 17337 17337 14667 0 -1 1077944384 8356 0 0 0 261 2 0 0 20 0 28 0 476441451 29800636416 62157 33554432000 4194304 4196468 140722502710352 139625134176240 139626156378754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
[pid=17339/tid=17354] ppid=17337 vsize=29102184 memory=1804 CPUtime=2.98 cores=0-7
/proc/17339/task/17354/stat : 17354 (java) S 17337 17337 14667 0 -1 1077944384 11533 0 0 0 296 2 0 0 20 0 28 0 476441451 29800636416 62157 33554432000 4194304 4196468 140722502710352 139625133123696 139626156378754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
[pid=17339/tid=17355] ppid=17337 vsize=29102184 memory=916 CPUtime=2.73 cores=0-7
/proc/17339/task/17355/stat : 17355 (java) S 17337 17337 14667 0 -1 1077944384 11744 0 0 0 271 2 0 0 20 0 28 0 476441451 29800636416 62157 33554432000 4194304 4196468 140722502710352 139625132071152 139626156378754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
[pid=17339/tid=17356] ppid=17337 vsize=29102184 memory=4136 CPUtime=0.92 cores=0-7
/proc/17339/task/17356/stat : 17356 (java) S 17337 17337 14667 0 -1 1077944384 7835 0 0 0 90 2 0 0 20 0 28 0 476441451 29800636416 62157 33554432000 4194304 4196468 140722502710352 139625131018608 139626156378754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
[pid=17339/tid=17357] ppid=17337 vsize=29102184 memory=4100 CPUtime=0 cores=0-7
/proc/17339/task/17357/stat : 17357 (java) S 17337 17337 14667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 476441451 29800636416 62157 33554432000 4194304 4196468 140722502710352 139625129966304 139626156377813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
[pid=17339/tid=17358] ppid=17337 vsize=29102184 memory=1408 CPUtime=0.01 cores=0-7
/proc/17339/task/17358/stat : 17358 (java) R 17337 17337 14667 0 -1 1077944384 1679 0 0 0 0 1 0 0 20 0 28 0 476441452 29800636416 62157 33554432000 4194304 4196468 140722502710352 139625128913840 139626156378754 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
[pid=17339/tid=17465] ppid=17337 vsize=29102184 memory=3548 CPUtime=88.8 cores=0-7
/proc/17339/task/17465/stat : 17465 (java) R 17337 17337 14667 0 -1 4202560 1985 0 0 0 8880 0 0 0 20 0 28 0 476443301 29800636416 62157 33554432000 4194304 4196468 140722502710352 139625113388352 139625788631756 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
[pid=17339/tid=17466] ppid=17337 vsize=29102184 memory=1456 CPUtime=88.35 cores=0-7
/proc/17339/task/17466/stat : 17466 (java) R 17337 17337 14667 0 -1 4202560 724 0 0 0 8835 0 0 0 20 0 28 0 476443301 29800636416 62157 33554432000 4194304 4196468 140722502710352 139625116545640 139625787728172 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
[pid=17339/tid=17467] ppid=17337 vsize=29102184 memory=1898232 CPUtime=88.89 cores=0-7
/proc/17339/task/17467/stat : 17467 (java) R 17337 17337 14667 0 -1 4202560 704 0 0 0 8889 0 0 0 20 0 28 0 476443301 29800636416 62157 33554432000 4194304 4196468 140722502710352 139625114439120 139625787676901 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
[pid=17339/tid=17468] ppid=17337 vsize=29102184 memory=1899365 CPUtime=88.11 cores=0-7
/proc/17339/task/17468/stat : 17468 (java) R 17337 17337 14667 0 -1 4202560 2258 0 0 0 8811 0 0 0 20 0 28 0 476443301 29800636416 62157 33554432000 4194304 4196468 140722502710352 139625104965272 139625787789405 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
[pid=17339/tid=17469] ppid=17337 vsize=29102184 memory=1440 CPUtime=88.76 cores=0-7
/proc/17339/task/17469/stat : 17469 (java) R 17337 17337 14667 0 -1 4202560 1549 0 0 0 8876 0 0 0 20 0 28 0 476443301 29800636416 62157 33554432000 4194304 4196468 140722502710352 139625103912856 139625787717007 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
[pid=17339/tid=17470] ppid=17337 vsize=29102184 memory=912 CPUtime=88.52 cores=0-7
/proc/17339/task/17470/stat : 17470 (java) R 17337 17337 14667 0 -1 4202560 1124 0 0 0 8852 0 0 0 20 0 28 0 476443301 29800636416 62157 33554432000 4194304 4196468 140722502710352 139625110228472 139625786621525 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
[pid=17339/tid=17471] ppid=17337 vsize=29102184 memory=1984 CPUtime=88.72 cores=0-7
/proc/17339/task/17471/stat : 17471 (java) R 17337 17337 14667 0 -1 4202560 950 0 0 0 8872 0 0 0 20 0 28 0 476443301 29800636416 62157 33554432000 4194304 4196468 140722502710352 139625112333976 139625787288649 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
[pid=17339/tid=17472] ppid=17337 vsize=29102184 memory=2480 CPUtime=88.9 cores=0-7
/proc/17339/task/17472/stat : 17472 (java) R 17337 17337 14667 0 -1 4202560 1044 0 0 0 8890 0 0 0 20 0 28 0 476443301 29800636416 62157 33554432000 4194304 4196468 140722502710352 139625111281784 139625787883800 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
Current children cumulated CPU time: 852.36 s
Current children cumulated vsize: 29215312 KiB
Current children cumulated memory: 250084 KiB

[startup+108.002 s]*
/proc/loadavg: 8.89 8.46 8.30 9/219 17478
/proc/meminfo: memFree=18196520/32770624 swapFree=66986244/67108860
[pid=17337] ppid=17334 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/17337/stat : 17337 (xcsp3-exec) S 17334 17337 14667 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 476441445 115843072 364 33554432000 4194304 5098028 140729625704112 140729625702216 140473882194556 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 32219136 140729625711478 140729625711721 140729625711721 140729625714634 0
/proc/17337/statm: 28282 364 305 221 0 87 0
[pid=17339] ppid=17337 vsize=29102184 memory=245552 CPUtime=855.58 cores=0-7
/proc/17339/stat : 17339 (java) S 17337 17337 14667 0 -1 1077944320 85505 0 0 0 85497 61 0 0 20 0 28 0 476441445 29800636416 61388 33554432000 4194304 4196468 140722502710352 140722502692896 139626156367607 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
/proc/17339/statm: 7275546 61388 3534 1 0 7236646 0
[pid=17339/tid=17340] ppid=17337 vsize=29102184 memory=8317482817917895235 CPUtime=0.82 cores=0-7
/proc/17339/task/17340/stat : 17340 (java) S 17337 17337 14667 0 -1 1077944384 10042 0 0 0 77 5 0 0 20 0 28 0 476441446 29800636416 61388 33554432000 4194304 4196468 140722502710352 139626160608384 139626156377813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
[pid=17339/tid=17341] ppid=17337 vsize=29102184 memory=7377832245029792615 CPUtime=0.07 cores=0-7
/proc/17339/task/17341/stat : 17341 (java) S 17337 17337 14667 0 -1 1077944384 2300 0 0 0 3 4 0 0 20 0 28 0 476441446 29800636416 61388 33554432000 4194304 4196468 140722502710352 139626108988176 139626156377813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
[pid=17339/tid=17342] ppid=17337 vsize=29102184 memory=7377832245029792615 CPUtime=0.08 cores=0-7
/proc/17339/task/17342/stat : 17342 (java) S 17337 17337 14667 0 -1 1077944384 847 0 0 0 4 4 0 0 20 0 28 0 476441446 29800636416 61388 33554432000 4194304 4196468 140722502710352 139626107935632 139626156377813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
[pid=17339/tid=17343] ppid=17337 vsize=29102184 memory=7377832245029792615 CPUtime=0.07 cores=0-7
/proc/17339/task/17343/stat : 17343 (java) S 17337 17337 14667 0 -1 1077944384 1119 0 0 0 3 4 0 0 20 0 28 0 476441446 29800636416 61388 33554432000 4194304 4196468 140722502710352 139626106883088 139626156377813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
[pid=17339/tid=17344] ppid=17337 vsize=29102184 memory=4126316290023845779 CPUtime=0.06 cores=0-7
/proc/17339/task/17344/stat : 17344 (java) S 17337 17337 14667 0 -1 1077944384 1440 0 0 0 3 3 0 0 20 0 28 0 476441446 29800636416 61388 33554432000 4194304 4196468 140722502710352 139626105830544 139626156377813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
[pid=17339/tid=17345] ppid=17337 vsize=29102184 memory=0 CPUtime=0.07 cores=0-7
/proc/17339/task/17345/stat : 17345 (java) S 17337 17337 14667 0 -1 1077944384 1393 0 0 0 4 3 0 0 20 0 28 0 476441446 29800636416 61388 33554432000 4194304 4196468 140722502710352 139626104776976 139626156377813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
[pid=17339/tid=17346] ppid=17337 vsize=29102184 memory=0 CPUtime=0.06 cores=0-7
/proc/17339/task/17346/stat : 17346 (java) S 17337 17337 14667 0 -1 1077944384 1393 0 0 0 3 3 0 0 20 0 28 0 476441446 29800636416 61388 33554432000 4194304 4196468 140722502710352 139626103724432 139626156377813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
[pid=17339/tid=17347] ppid=17337 vsize=29102184 memory=0 CPUtime=0.07 cores=0-7
/proc/17339/task/17347/stat : 17347 (java) S 17337 17337 14667 0 -1 1077944384 2035 0 0 0 4 3 0 0 20 0 28 0 476441446 29800636416 61388 33554432000 4194304 4196468 140722502710352 139626102671888 139626156377813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
[pid=17339/tid=17348] ppid=17337 vsize=29102184 memory=0 CPUtime=0.06 cores=0-7
/proc/17339/task/17348/stat : 17348 (java) S 17337 17337 14667 0 -1 1077944384 1455 0 0 0 3 3 0 0 20 0 28 0 476441446 29800636416 61388 33554432000 4194304 4196468 140722502710352 139626101619344 139626156377813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
[pid=17339/tid=17349] ppid=17337 vsize=29102184 memory=0 CPUtime=0.05 cores=0-7
/proc/17339/task/17349/stat : 17349 (java) S 17337 17337 14667 0 -1 1077944384 3752 0 0 0 5 0 0 0 20 0 28 0 476441448 29800636416 61388 33554432000 4194304 4196468 140722502710352 139625138387440 139626156378754 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
[pid=17339/tid=17350] ppid=17337 vsize=29102184 memory=0 CPUtime=0 cores=0-7
/proc/17339/task/17350/stat : 17350 (java) S 17337 17337 14667 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 28 0 476441448 29800636416 61388 33554432000 4194304 4196468 140722502710352 139625137333728 139626156377813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
[pid=17339/tid=17351] ppid=17337 vsize=29102184 memory=0 CPUtime=0 cores=0-7
/proc/17339/task/17351/stat : 17351 (java) S 17337 17337 14667 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 28 0 476441449 29800636416 61388 33554432000 4194304 4196468 140722502710352 139625136281088 139626156377813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
[pid=17339/tid=17352] ppid=17337 vsize=29102184 memory=0 CPUtime=0 cores=0-7
/proc/17339/task/17352/stat : 17352 (java) S 17337 17337 14667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 476441451 29800636416 61388 33554432000 4194304 4196468 140722502710352 139625135229648 139626156386203 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
[pid=17339/tid=17353] ppid=17337 vsize=29102184 memory=14048 CPUtime=2.63 cores=0-7
/proc/17339/task/17353/stat : 17353 (java) S 17337 17337 14667 0 -1 1077944384 8356 0 0 0 261 2 0 0 20 0 28 0 476441451 29800636416 61388 33554432000 4194304 4196468 140722502710352 139625134176240 139626156378754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
[pid=17339/tid=17354] ppid=17337 vsize=29102184 memory=29588 CPUtime=2.98 cores=0-7
/proc/17339/task/17354/stat : 17354 (java) S 17337 17337 14667 0 -1 1077944384 11533 0 0 0 296 2 0 0 20 0 28 0 476441451 29800636416 61388 33554432000 4194304 4196468 140722502710352 139625133123696 139626156378754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
[pid=17339/tid=17355] ppid=17337 vsize=29102184 memory=2120 CPUtime=2.73 cores=0-7
/proc/17339/task/17355/stat : 17355 (java) S 17337 17337 14667 0 -1 1077944384 11744 0 0 0 271 2 0 0 20 0 28 0 476441451 29800636416 61388 33554432000 4194304 4196468 140722502710352 139625132071152 139626156378754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
[pid=17339/tid=17356] ppid=17337 vsize=29102184 memory=532 CPUtime=0.92 cores=0-7
/proc/17339/task/17356/stat : 17356 (java) S 17337 17337 14667 0 -1 1077944384 7835 0 0 0 90 2 0 0 20 0 28 0 476441451 29800636416 61388 33554432000 4194304 4196468 140722502710352 139625131018608 139626156378754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
[pid=17339/tid=17357] ppid=17337 vsize=29102184 memory=1564 CPUtime=0 cores=0-7
/proc/17339/task/17357/stat : 17357 (java) S 17337 17337 14667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 476441451 29800636416 61388 33554432000 4194304 4196468 140722502710352 139625129966304 139626156377813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
[pid=17339/tid=17358] ppid=17337 vsize=29102184 memory=924 CPUtime=0.01 cores=0-7
/proc/17339/task/17358/stat : 17358 (java) R 17337 17337 14667 0 -1 1077944384 1679 0 0 0 0 1 0 0 20 0 28 0 476441452 29800636416 61388 33554432000 4194304 4196468 140722502710352 139625128913840 139626156378754 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
[pid=17339/tid=17465] ppid=17337 vsize=29102184 memory=1680 CPUtime=89.2 cores=0-7
/proc/17339/task/17465/stat : 17465 (java) R 17337 17337 14667 0 -1 4202560 1986 0 0 0 8920 0 0 0 20 0 28 0 476443301 29800636416 61388 33554432000 4194304 4196468 140722502710352 139625113386192 139625787728729 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
[pid=17339/tid=17466] ppid=17337 vsize=29102184 memory=1440 CPUtime=88.75 cores=0-7
/proc/17339/task/17466/stat : 17466 (java) R 17337 17337 14667 0 -1 4202560 724 0 0 0 8875 0 0 0 20 0 28 0 476443301 29800636416 61388 33554432000 4194304 4196468 140722502710352 139625116545056 139625787677031 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
[pid=17339/tid=17467] ppid=17337 vsize=29102184 memory=912 CPUtime=89.29 cores=0-7
/proc/17339/task/17467/stat : 17467 (java) R 17337 17337 14667 0 -1 4202560 704 0 0 0 8929 0 0 0 20 0 28 0 476443301 29800636416 61388 33554432000 4194304 4196468 140722502710352 139625114439120 139625785564608 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
[pid=17339/tid=17468] ppid=17337 vsize=29102184 memory=1984 CPUtime=88.52 cores=0-7
/proc/17339/task/17468/stat : 17468 (java) R 17337 17337 14667 0 -1 4202560 2258 0 0 0 8852 0 0 0 20 0 28 0 476443301 29800636416 61388 33554432000 4194304 4196468 140722502710352 139625104968224 139625786621511 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
[pid=17339/tid=17469] ppid=17337 vsize=29102184 memory=1408 CPUtime=89.16 cores=0-7
/proc/17339/task/17469/stat : 17469 (java) R 17337 17337 14667 0 -1 4202560 1550 0 0 0 8916 0 0 0 20 0 28 0 476443301 29800636416 61388 33554432000 4194304 4196468 140722502710352 139625103913280 139625787511756 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
[pid=17339/tid=17470] ppid=17337 vsize=29102184 memory=3548 CPUtime=88.91 cores=0-7
/proc/17339/task/17470/stat : 17470 (java) R 17337 17337 14667 0 -1 4202560 1124 0 0 0 8891 0 0 0 20 0 28 0 476443301 29800636416 61388 33554432000 4194304 4196468 140722502710352 139625110228648 139625787511756 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
[pid=17339/tid=17471] ppid=17337 vsize=29102184 memory=1456 CPUtime=89.13 cores=0-7
/proc/17339/task/17471/stat : 17471 (java) R 17337 17337 14667 0 -1 4202560 974 0 0 0 8913 0 0 0 20 0 28 0 476443301 29800636416 61388 33554432000 4194304 4196468 140722502710352 139625112334216 139625785627010 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
[pid=17339/tid=17472] ppid=17337 vsize=29102184 memory=248628 CPUtime=89.31 cores=0-7
/proc/17339/task/17472/stat : 17472 (java) R 17337 17337 14667 0 -1 4202560 1044 0 0 0 8931 0 0 0 20 0 28 0 476443301 29800636416 61388 33554432000 4194304 4196468 140722502710352 139625111281576 139625787676586 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32239616 140722502718442 140722502718614 140722502718614 140722502721487 0
Current children cumulated CPU time: 855.58 s
Current children cumulated vsize: 29215312 KiB
Current children cumulated memory: 247008 KiB

Child status: 0
Real time (s): 108.084
CPU time (s): 856.058
CPU user time (s): 855.433
CPU system time (s): 0.625481
CPU usage (%): 792.034
Max. virtual memory (cumulated for all children) (KiB): 29215312
Max. memory (cumulated for all children) (KiB): 259408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 855.433
system time used= 0.625481
maximum resident set size= 264128
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 86973
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= 10132
involuntary context switches= 10384


# summary of solver processes directly reported to runsolver:
#   pid: 17337
#   total CPU time (s): 856.058
#   total CPU user time (s): 855.433
#   total CPU system time (s): 0.625481

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.838452 second user time and 1.23127 second system time

The end

Launcher Data

Begin job on node104 at 2019-09-20 18:40:25
IDJOB=4404689
IDBENCH=128305
IDSOLVER=2865
FILE ID=node104/4404689-1569001846
RUNJOBID= node104-1568989783-14694
PBS_JOBID= 21704713
Free space on /tmp= 9832 MiB

SOLVER NAME= choco-solver 2019-09-20 parallel
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j60/Rcpsp-j60-37-01.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-4404689-1569001846/watcher-4404689-1569001846 -o /tmp/evaluation-result-4404689-1569001846/solver-4404689-1569001846 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node104-1568989783-14694 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 689877959 HOME/instance-4404689-1569001846.xml

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

MD5SUM BENCH= cc0e4d4fb1187992b98efb1fb4f076c6
RANDOM SEED=689877959

node104.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.09
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.09
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.09
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.09
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:        18425152 kB
MemAvailable:   31826316 kB
Buffers:           93368 kB
Cached:         13232092 kB
SwapCached:        22652 kB
Active:          6645736 kB
Inactive:        6706372 kB
Active(anon):       3020 kB
Inactive(anon):    73004 kB
Active(file):    6642716 kB
Inactive(file):  6633368 kB
Unevictable:      109708 kB
Mlocked:          109708 kB
SwapTotal:      67108860 kB
SwapFree:       66986244 kB
Dirty:             26272 kB
Writeback:             0 kB
AnonPages:        115276 kB
Mapped:            52236 kB
Shmem:             40708 kB
Slab:             583784 kB
SReclaimable:     553540 kB
SUnreclaim:        30244 kB
KernelStack:        3376 kB
PageTables:         5160 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     497520 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     69632 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 9804 MiB
End job on node104 at 2019-09-20 18:42:13