Trace number 4406720

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 NameAnswerCPU timeWall clock time
choco-solver 2019-09-24 parallelSAT 55.013 8.29337

General information on the benchmark

NameHanoi/Hanoi-m1-s1/
Hanoi-07.xml
MD5SUM7f68b5f256bf6bd8019eb0158af88fa3
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.776956
Satisfiable
(Un)Satisfiability was proved
Number of variables126
Number of constraints126
Number of domains1
Minimum domain size2187
Maximum domain size2187
Distribution of domain sizes[{"size":2187,"count":126}]
Minimum variable degree1
Maximum variable degree2
Distribution of variable degrees[{"degree":1,"count":125},{"degree":2,"count":1}]
Minimum constraint arity1
Maximum constraint arity2
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":125}]
Number of extensional constraints125
Number of intensional constraints1
Distribution of constraint types[{"type":"extension","count":125},{"type":"intension","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4406720-1569358970.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4406720-1569358970.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.29	c parse instance...
15.72/3.17	c solve instance...
54.91/8.26	s SATISFIABLE
54.91/8.26	v <instantiation>
54.91/8.26	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] x[50] x[51] x[52] x[53] x[54] x[55] x[56] x[57] x[58] x[59] x[60] x[61] x[62] x[63] x[64] x[65] x[66] x[67] x[68] x[69] x[70] x[71] x[72] x[73] x[74] x[75] x[76] x[77] x[78] x[79] x[80] x[81] x[82] x[83] x[84] x[85] x[86] x[87] x[88] x[89] x[90] x[91] x[92] x[93] x[94] x[95] x[96] x[97] x[98] x[99] x[100] x[101] x[102] x[103] x[104] x[105] x[106] x[107] x[108] x[109] x[110] x[111] x[112] x[113] x[114] x[115] x[116] x[117] x[118] x[119] x[120] x[121] x[122] x[123] x[124] x[125] </list>
54.91/8.26	v 	<values>1 7 8 17 15 12 13 12 13 67 68 66 69 71 62 60 62 71 69 66 67 13 12 15 16 10 9 18 19 25 26 53 52 51 48 49 31 30 33 35 44 42 39 40 41 38 36 37 43 42 39 40 39 42 44 35 33 34 28 27 54 55 61 62 71 69 66 67 66 67 13 12 14 12 13 14 12 13 67 68 65 63 72 73 79 78 80 161 159 160 154 153 144 145 146 144 153 154 160 161 80 79 78 75 76 58 59 56 54 27 54 27 28 34 35 33 35 44 43 42 39 40 202 201 204 206 </values>
54.91/8.26	v </instantiation>

Verifier Data

OK	

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4406720-1569358970/watcher-4406720-1569358970 -o /tmp/evaluation-result-4406720-1569358970/solver-4406720-1569358970 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node139-1569356582-20870 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1319981984 HOME/instance-4406720-1569358970.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=21195, runsolver pid=21192
Current StackSize limit: 8192 KiB


[startup+0.100142 s]*
/proc/loadavg: 8.57 8.27 8.17 3/209 21216
/proc/meminfo: memFree=25394780/32770624 swapFree=66941060/67108860
[pid=21195] ppid=21192 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/21195/stat : 21195 (xcsp3-exec) S 21192 21195 20843 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 512167849 115843072 363 33554432000 4194304 5098028 140731438792816 140731438790920 139663210451580 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 18493440 140731438801781 140731438802025 140731438802025 140731438804938 0
/proc/21195/statm: 28282 363 304 221 0 87 0
[pid=21197] ppid=21195 vsize=28227396 memory=27072 CPUtime=0.12 cores=0-7
/proc/21197/stat : 21197 (java) S 21195 21195 20843 0 -1 1077944320 5805 0 0 0 11 1 0 0 20 0 20 0 512167850 28904853504 6768 33554432000 4194304 4196468 140722505557232 140722505539776 139942076825335 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
/proc/21197/statm: 7056849 6768 3114 1 0 7019032 0
[pid=21197/tid=21198] ppid=21195 vsize=28227396 memory=7752273241215770784 CPUtime=0.08 cores=0-7
/proc/21197/task/21198/stat : 21198 (java) R 21195 21195 20843 0 -1 4202560 3658 0 0 0 8 0 0 0 20 0 20 0 512167850 28904853504 6834 33554432000 4194304 4196468 140722505557232 139942081053360 139942076837270 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
[pid=21197/tid=21199] ppid=21195 vsize=28227396 memory=732370124247493605 CPUtime=0 cores=0-7
/proc/21197/task/21199/stat : 21199 (java) S 21195 21195 20843 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512167851 28904853504 6834 33554432000 4194304 4196468 140722505557232 139942048668176 139942076835541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
[pid=21197/tid=21200] ppid=21195 vsize=28227396 memory=139985910040192 CPUtime=0 cores=0-7
/proc/21197/task/21200/stat : 21200 (java) S 21195 21195 20843 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512167851 28904853504 6834 33554432000 4194304 4196468 140722505557232 139941627071120 139942076835541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
[pid=21197/tid=21201] ppid=21195 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21197/task/21201/stat : 21201 (java) S 21195 21195 20843 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512167851 28904853504 6834 33554432000 4194304 4196468 140722505557232 139941626018064 139942076835541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
[pid=21197/tid=21202] ppid=21195 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21197/task/21202/stat : 21202 (java) S 21195 21195 20843 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512167851 28904853504 6834 33554432000 4194304 4196468 140722505557232 139941624965520 139942076835541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
[pid=21197/tid=21203] ppid=21195 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21197/task/21203/stat : 21203 (java) S 21195 21195 20843 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512167851 28904853504 6834 33554432000 4194304 4196468 140722505557232 139941623913488 139942076835541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
[pid=21197/tid=21204] ppid=21195 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/21197/task/21204/stat : 21204 (java) S 21195 21195 20843 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512167851 28904853504 6834 33554432000 4194304 4196468 140722505557232 139941622860944 139942076835541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
[pid=21197/tid=21205] ppid=21195 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21197/task/21205/stat : 21205 (java) S 21195 21195 20843 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512167851 28904853504 6834 33554432000 4194304 4196468 140722505557232 139941621807888 139942076835541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
[pid=21197/tid=21206] ppid=21195 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21197/task/21206/stat : 21206 (java) S 21195 21195 20843 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512167851 28904853504 6834 33554432000 4194304 4196468 140722505557232 139941620755344 139942076835541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
[pid=21197/tid=21207] ppid=21195 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21197/task/21207/stat : 21207 (java) S 21195 21195 20843 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512167852 28904853504 6834 33554432000 4194304 4196468 140722505557232 139940541012208 139942076836482 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
[pid=21197/tid=21208] ppid=21195 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21197/task/21208/stat : 21208 (java) S 21195 21195 20843 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 512167853 28904853504 6834 33554432000 4194304 4196468 140722505557232 139940539958432 139942076835541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
[pid=21197/tid=21209] ppid=21195 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21197/task/21209/stat : 21209 (java) S 21195 21195 20843 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 512167853 28904853504 6834 33554432000 4194304 4196468 140722505557232 139940538905328 139942076835541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
[pid=21197/tid=21210] ppid=21195 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21197/task/21210/stat : 21210 (java) S 21195 21195 20843 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512167855 28904853504 6834 33554432000 4194304 4196468 140722505557232 139940537853904 139942076843931 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
[pid=21197/tid=21211] ppid=21195 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21197/task/21211/stat : 21211 (java) S 21195 21195 20843 0 -1 1077944384 309 0 0 0 0 0 0 0 20 0 20 0 512167855 28904853504 6834 33554432000 4194304 4196468 140722505557232 139940536802032 139942076836482 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
[pid=21197/tid=21212] ppid=21195 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21197/task/21212/stat : 21212 (java) S 21195 21195 20843 0 -1 1077944384 129 0 0 0 0 0 0 0 20 0 20 0 512167855 28904853504 6834 33554432000 4194304 4196468 140722505557232 139940535749488 139942076836482 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
[pid=21197/tid=21213] ppid=21195 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21197/task/21213/stat : 21213 (java) S 21195 21195 20843 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512167855 28904853504 6834 33554432000 4194304 4196468 140722505557232 139940534696432 139942076836482 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
[pid=21197/tid=21214] ppid=21195 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/21197/task/21214/stat : 21214 (java) S 21195 21195 20843 0 -1 1077944384 398 0 0 0 2 0 0 0 20 0 20 0 512167855 28904853504 6834 33554432000 4194304 4196468 140722505557232 139940533643888 139942076836482 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
[pid=21197/tid=21215] ppid=21195 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21197/task/21215/stat : 21215 (java) S 21195 21195 20843 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512167855 28904853504 6834 33554432000 4194304 4196468 140722505557232 139940532591072 139942076835541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
[pid=21197/tid=21216] ppid=21195 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/21197/task/21216/stat : 21216 (java) S 21195 21195 20843 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512167856 28904853504 6834 33554432000 4194304 4196468 140722505557232 139940531538608 139942076836482 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 28524 KiB

[startup+0.210317 s]*
/proc/loadavg: 8.57 8.27 8.17 2/209 21216
/proc/meminfo: memFree=25381460/32770624 swapFree=66941060/67108860
[pid=21195] ppid=21192 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/21195/stat : 21195 (xcsp3-exec) S 21192 21195 20843 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 512167849 115843072 363 33554432000 4194304 5098028 140731438792816 140731438790920 139663210451580 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 18493440 140731438801781 140731438802025 140731438802025 140731438804938 0
/proc/21195/statm: 28282 363 304 221 0 87 0
[pid=21197] ppid=21195 vsize=28227396 memory=39560 CPUtime=0.33 cores=0-7
/proc/21197/stat : 21197 (java) S 21195 21195 20843 0 -1 1077944320 9622 0 0 0 30 3 0 0 20 0 20 0 512167850 28904853504 9890 33554432000 4194304 4196468 140722505557232 140722505539776 139942076825335 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
/proc/21197/statm: 7056849 9890 3292 1 0 7019032 0
[pid=21197/tid=21198] ppid=21195 vsize=28227396 memory=576460756329955521 CPUtime=0.2 cores=0-7
/proc/21197/task/21198/stat : 21198 (java) R 21195 21195 20843 0 -1 4202560 6680 0 0 0 18 2 0 0 20 0 20 0 512167850 28904853504 9890 33554432000 4194304 4196468 140722505557232 139942081062400 139942060905822 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
[pid=21197/tid=21199] ppid=21195 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21197/task/21199/stat : 21199 (java) S 21195 21195 20843 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512167851 28904853504 9890 33554432000 4194304 4196468 140722505557232 139942048668176 139942076835541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
[pid=21197/tid=21200] ppid=21195 vsize=28227396 memory=288370362061751936 CPUtime=0 cores=0-7
/proc/21197/task/21200/stat : 21200 (java) S 21195 21195 20843 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512167851 28904853504 9890 33554432000 4194304 4196468 140722505557232 139941627071120 139942076835541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
[pid=21197/tid=21201] ppid=21195 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21197/task/21201/stat : 21201 (java) S 21195 21195 20843 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512167851 28904853504 9890 33554432000 4194304 4196468 140722505557232 139941626018064 139942076835541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
[pid=21197/tid=21202] ppid=21195 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21197/task/21202/stat : 21202 (java) S 21195 21195 20843 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512167851 28904853504 9890 33554432000 4194304 4196468 140722505557232 139941624965520 139942076835541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
[pid=21197/tid=21203] ppid=21195 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21197/task/21203/stat : 21203 (java) S 21195 21195 20843 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512167851 28904853504 9890 33554432000 4194304 4196468 140722505557232 139941623913488 139942076835541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
[pid=21197/tid=21204] ppid=21195 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/21197/task/21204/stat : 21204 (java) S 21195 21195 20843 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512167851 28904853504 9890 33554432000 4194304 4196468 140722505557232 139941622860944 139942076835541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
[pid=21197/tid=21205] ppid=21195 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21197/task/21205/stat : 21205 (java) S 21195 21195 20843 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512167851 28904853504 9890 33554432000 4194304 4196468 140722505557232 139941621807888 139942076835541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
[pid=21197/tid=21206] ppid=21195 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21197/task/21206/stat : 21206 (java) S 21195 21195 20843 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512167851 28904853504 9890 33554432000 4194304 4196468 140722505557232 139941620755344 139942076835541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
[pid=21197/tid=21207] ppid=21195 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21197/task/21207/stat : 21207 (java) S 21195 21195 20843 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 512167852 28904853504 9890 33554432000 4194304 4196468 140722505557232 139940541012208 139942076836482 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
[pid=21197/tid=21208] ppid=21195 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21197/task/21208/stat : 21208 (java) S 21195 21195 20843 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 512167853 28904853504 9890 33554432000 4194304 4196468 140722505557232 139940539958432 139942076835541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
[pid=21197/tid=21209] ppid=21195 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21197/task/21209/stat : 21209 (java) S 21195 21195 20843 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 512167853 28904853504 9890 33554432000 4194304 4196468 140722505557232 139940538905328 139942076835541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
[pid=21197/tid=21210] ppid=21195 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21197/task/21210/stat : 21210 (java) S 21195 21195 20843 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512167855 28904853504 9890 33554432000 4194304 4196468 140722505557232 139940537853904 139942076843931 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
[pid=21197/tid=21211] ppid=21195 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/21197/task/21211/stat : 21211 (java) S 21195 21195 20843 0 -1 1077944384 397 0 0 0 2 0 0 0 20 0 20 0 512167855 28904853504 9890 33554432000 4194304 4196468 140722505557232 139940536802032 139942076836482 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
[pid=21197/tid=21212] ppid=21195 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/21197/task/21212/stat : 21212 (java) S 21195 21195 20843 0 -1 1077944384 238 0 0 0 1 0 0 0 20 0 20 0 512167855 28904853504 9890 33554432000 4194304 4196468 140722505557232 139940535749488 139942076836482 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
[pid=21197/tid=21213] ppid=21195 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21197/task/21213/stat : 21213 (java) S 21195 21195 20843 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 20 0 512167855 28904853504 9890 33554432000 4194304 4196468 140722505557232 139940534696432 139942076836482 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
[pid=21197/tid=21214] ppid=21195 vsize=28227396 memory=0 CPUtime=0.08 cores=0-7
/proc/21197/task/21214/stat : 21214 (java) S 21195 21195 20843 0 -1 1077944384 941 0 0 0 8 0 0 0 20 0 20 0 512167855 28904853504 9890 33554432000 4194304 4196468 140722505557232 139940533643888 139942076836482 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
[pid=21197/tid=21215] ppid=21195 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/21197/task/21215/stat : 21215 (java) S 21195 21195 20843 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512167855 28904853504 9890 33554432000 4194304 4196468 140722505557232 139940532591072 139942076835541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
[pid=21197/tid=21216] ppid=21195 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/21197/task/21216/stat : 21216 (java) S 21195 21195 20843 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512167856 28904853504 9890 33554432000 4194304 4196468 140722505557232 139940531538608 139942076836482 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 41012 KiB

[startup+0.315063 s]*
/proc/loadavg: 8.57 8.27 8.17 4/209 21216
/proc/meminfo: memFree=25373476/32770624 swapFree=66941060/67108860
[pid=21195] ppid=21192 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/21195/stat : 21195 (xcsp3-exec) S 21192 21195 20843 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 512167849 115843072 363 33554432000 4194304 5098028 140731438792816 140731438790920 139663210451580 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 18493440 140731438801781 140731438802025 140731438802025 140731438804938 0
/proc/21195/statm: 28282 363 304 221 0 87 0
[pid=21197] ppid=21195 vsize=28231652 memory=48600 CPUtime=0.52 cores=0-7
/proc/21197/stat : 21197 (java) S 21195 21195 20843 0 -1 1077944320 11154 0 0 0 48 4 0 0 20 0 20 0 512167850 28909211648 12150 33554432000 4194304 4196468 140722505557232 140722505539776 139942076825335 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
/proc/21197/statm: 7057913 12150 3331 1 0 7019032 0
[pid=21197/tid=21198] ppid=21195 vsize=28231652 memory=6791534058613427641 CPUtime=0.3 cores=0-7
/proc/21197/task/21198/stat : 21198 (java) R 21195 21195 20843 0 -1 4202560 7799 0 0 0 27 3 0 0 20 0 20 0 512167850 28909211648 12190 33554432000 4194304 4196468 140722505557232 139942081056448 139942060905822 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
[pid=21197/tid=21199] ppid=21195 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/21197/task/21199/stat : 21199 (java) S 21195 21195 20843 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512167851 28909211648 12190 33554432000 4194304 4196468 140722505557232 139942048668176 139942076835541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
[pid=21197/tid=21200] ppid=21195 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/21197/task/21200/stat : 21200 (java) S 21195 21195 20843 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512167851 28909211648 12190 33554432000 4194304 4196468 140722505557232 139941627071120 139942076835541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
[pid=21197/tid=21201] ppid=21195 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/21197/task/21201/stat : 21201 (java) S 21195 21195 20843 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512167851 28909211648 12190 33554432000 4194304 4196468 140722505557232 139941626018064 139942076835541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
[pid=21197/tid=21202] ppid=21195 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/21197/task/21202/stat : 21202 (java) S 21195 21195 20843 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512167851 28909211648 12190 33554432000 4194304 4196468 140722505557232 139941624965520 139942076835541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
[pid=21197/tid=21203] ppid=21195 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/21197/task/21203/stat : 21203 (java) S 21195 21195 20843 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512167851 28909211648 12190 33554432000 4194304 4196468 140722505557232 139941623913488 139942076835541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
[pid=21197/tid=21204] ppid=21195 vsize=28231652 memory=139985802062511 CPUtime=0 cores=0-7
/proc/21197/task/21204/stat : 21204 (java) S 21195 21195 20843 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512167851 28909211648 12190 33554432000 4194304 4196468 140722505557232 139941622860944 139942076835541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
[pid=21197/tid=21205] ppid=21195 vsize=28231652 memory=139985802064816 CPUtime=0 cores=0-7
/proc/21197/task/21205/stat : 21205 (java) S 21195 21195 20843 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512167851 28909211648 12190 33554432000 4194304 4196468 140722505557232 139941621807888 139942076835541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
[pid=21197/tid=21206] ppid=21195 vsize=28231652 memory=139985802067120 CPUtime=0 cores=0-7
/proc/21197/task/21206/stat : 21206 (java) S 21195 21195 20843 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512167851 28909211648 12190 33554432000 4194304 4196468 140722505557232 139941620755344 139942076835541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
[pid=21197/tid=21207] ppid=21195 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/21197/task/21207/stat : 21207 (java) S 21195 21195 20843 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 512167852 28909211648 12190 33554432000 4194304 4196468 140722505557232 139940541012208 139942076836482 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
[pid=21197/tid=21208] ppid=21195 vsize=28231652 memory=279971604148112 CPUtime=0 cores=0-7
/proc/21197/task/21208/stat : 21208 (java) S 21195 21195 20843 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 512167853 28909211648 12190 33554432000 4194304 4196468 140722505557232 139940539958432 139942076835541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
[pid=21197/tid=21209] ppid=21195 vsize=28231652 memory=279971604145808 CPUtime=0 cores=0-7
/proc/21197/task/21209/stat : 21209 (java) S 21195 21195 20843 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 512167853 28909211648 12190 33554432000 4194304 4196468 140722505557232 139940538905328 139942076835541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
[pid=21197/tid=21210] ppid=21195 vsize=28231652 memory=279971604152720 CPUtime=0 cores=0-7
/proc/21197/task/21210/stat : 21210 (java) S 21195 21195 20843 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512167855 28909211648 12190 33554432000 4194304 4196468 140722505557232 139940537853904 139942076843931 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
[pid=21197/tid=21211] ppid=21195 vsize=28231652 memory=279971604094000 CPUtime=0.03 cores=0-7
/proc/21197/task/21211/stat : 21211 (java) S 21195 21195 20843 0 -1 1077944384 455 0 0 0 3 0 0 0 20 0 20 0 512167855 28909211648 12190 33554432000 4194304 4196468 140722505557232 139940536802032 139942076836482 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
[pid=21197/tid=21212] ppid=21195 vsize=28231652 memory=279971604166544 CPUtime=0.04 cores=0-7
/proc/21197/task/21212/stat : 21212 (java) R 21195 21195 20843 0 -1 4202560 366 0 0 0 4 0 0 0 20 0 20 0 512167855 28909211648 12190 33554432000 4194304 4196468 140722505557232 139940535739872 139942058370550 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
[pid=21197/tid=21213] ppid=21195 vsize=28231652 memory=279971604173456 CPUtime=0.01 cores=0-7
/proc/21197/task/21213/stat : 21213 (java) S 21195 21195 20843 0 -1 1077944384 62 0 0 0 1 0 0 0 20 0 20 0 512167855 28909211648 12190 33554432000 4194304 4196468 140722505557232 139940534696432 139942076836482 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
[pid=21197/tid=21214] ppid=21195 vsize=28231652 memory=279971604171152 CPUtime=0.13 cores=0-7
/proc/21197/task/21214/stat : 21214 (java) S 21195 21195 20843 0 -1 1077944384 1174 0 0 0 13 0 0 0 20 0 20 0 512167855 28909211648 12190 33554432000 4194304 4196468 140722505557232 139940533643888 139942076836482 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
[pid=21197/tid=21215] ppid=21195 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/21197/task/21215/stat : 21215 (java) S 21195 21195 20843 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512167855 28909211648 12190 33554432000 4194304 4196468 140722505557232 139940532591072 139942076835541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
[pid=21197/tid=21216] ppid=21195 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/21197/task/21216/stat : 21216 (java) S 21195 21195 20843 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512167856 28909211648 12190 33554432000 4194304 4196468 140722505557232 139940531538608 139942076836482 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 50052 KiB

[startup+0.701069 s]
/proc/loadavg: 8.57 8.27 8.17 6/209 21216
/proc/meminfo: memFree=25346180/32770624 swapFree=66941060/67108860
[pid=21195] ppid=21192 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/21195/stat : 21195 (xcsp3-exec) S 21192 21195 20843 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 512167849 115843072 363 33554432000 4194304 5098028 140731438792816 140731438790920 139663210451580 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 18493440 140731438801781 140731438802025 140731438802025 140731438804938 0
/proc/21195/statm: 28282 363 304 221 0 87 0
[pid=21197] ppid=21195 vsize=28233776 memory=264740 CPUtime=2.1 cores=0-7
/proc/21197/stat : 21197 (java) S 21195 21195 20843 0 -1 1077944320 17218 0 0 0 182 28 0 0 20 0 20 0 512167850 28911386624 66185 33554432000 4194304 4196468 140722505557232 140722505539776 139942076825335 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
/proc/21197/statm: 7058444 66185 3453 1 0 7019544 0
[pid=21197/tid=21198] ppid=21195 vsize=28233776 memory=0 CPUtime=0.63 cores=0-7
/proc/21197/task/21198/stat : 21198 (java) S 21195 21195 20843 0 -1 1077944384 8608 0 0 0 57 6 0 0 20 0 20 0 512167850 28911386624 66185 33554432000 4194304 4196468 140722505557232 139942081063104 139942076835541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
[pid=21197/tid=21199] ppid=21195 vsize=28233776 memory=2353 CPUtime=0.04 cores=0-7
/proc/21197/task/21199/stat : 21199 (java) R 21195 21195 20843 0 -1 4202560 43 0 0 0 2 2 0 0 20 0 20 0 512167851 28911386624 66185 33554432000 4194304 4196468 140722505557232 139942048668176 139942069922036 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
[pid=21197/tid=21200] ppid=21195 vsize=28233776 memory=0 CPUtime=0.02 cores=0-7
/proc/21197/task/21200/stat : 21200 (java) R 21195 21195 20843 0 -1 4202560 29 0 0 0 1 1 0 0 20 0 20 0 512167851 28911386624 66185 33554432000 4194304 4196468 140722505557232 139941627071008 139942061853480 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
[pid=21197/tid=21201] ppid=21195 vsize=28233776 memory=10728 CPUtime=0.03 cores=0-7
/proc/21197/task/21201/stat : 21201 (java) R 21195 21195 20843 0 -1 4202560 41 0 0 0 1 2 0 0 20 0 20 0 512167851 28911386624 66185 33554432000 4194304 4196468 140722505557232 139941626018064 139942069925035 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0

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

[pid=21197/tid=21214] ppid=21195 vsize=28766288 memory=2244 CPUtime=0.47 cores=0-7
/proc/21197/task/21214/stat : 21214 (java) S 21195 21195 20843 0 -1 1077944384 2778 0 0 0 47 0 0 0 20 0 28 0 512167855 29456678912 499803 33554432000 4194304 4196468 140722505557232 139940533643888 139942076836482 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
[pid=21197/tid=21215] ppid=21195 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/21197/task/21215/stat : 21215 (java) S 21195 21195 20843 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 512167855 29456678912 499803 33554432000 4194304 4196468 140722505557232 139940532591072 139942076835541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
[pid=21197/tid=21216] ppid=21195 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/21197/task/21216/stat : 21216 (java) S 21195 21195 20843 0 -1 1077944384 553 0 0 0 0 0 0 0 20 0 28 0 512167856 29456678912 499803 33554432000 4194304 4196468 140722505557232 139940531538608 139942076836482 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 12 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
[pid=21197/tid=21217] ppid=21195 vsize=28766288 memory=0 CPUtime=3.91 cores=0-7
/proc/21197/task/21217/stat : 21217 (java) R 21195 21195 20843 0 -1 4202560 191 0 0 0 389 2 0 0 20 0 28 0 512168168 29456678912 499803 33554432000 4194304 4196468 140722505557232 139940522318296 139941718628234 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
[pid=21197/tid=21218] ppid=21195 vsize=28766288 memory=0 CPUtime=3.95 cores=0-7
/proc/21197/task/21218/stat : 21218 (java) R 21195 21195 20843 0 -1 4202560 79 0 0 0 395 0 0 0 20 0 28 0 512168168 29456678912 499803 33554432000 4194304 4196468 140722505557232 139940521266872 139941718760770 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
[pid=21197/tid=21219] ppid=21195 vsize=28766288 memory=0 CPUtime=3.9 cores=0-7
/proc/21197/task/21219/stat : 21219 (java) R 21195 21195 20843 0 -1 4202560 73 0 0 0 390 0 0 0 20 0 28 0 512168168 29456678912 499803 33554432000 4194304 4196468 140722505557232 139940520215432 139941718628234 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
[pid=21197/tid=21220] ppid=21195 vsize=28766288 memory=0 CPUtime=3.98 cores=0-7
/proc/21197/task/21220/stat : 21220 (java) R 21195 21195 20843 0 -1 4202560 77 0 0 0 398 0 0 0 20 0 28 0 512168168 29456678912 499803 33554432000 4194304 4196468 140722505557232 139940519162184 139941718761365 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
[pid=21197/tid=21221] ppid=21195 vsize=28766288 memory=3620 CPUtime=3.97 cores=0-7
/proc/21197/task/21221/stat : 21221 (java) R 21195 21195 20843 0 -1 4202560 66 0 0 0 397 0 0 0 20 0 28 0 512168168 29456678912 499803 33554432000 4194304 4196468 140722505557232 139940518109816 139941718760936 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
[pid=21197/tid=21222] ppid=21195 vsize=28766288 memory=63408 CPUtime=3.99 cores=0-7
/proc/21197/task/21222/stat : 21222 (java) R 21195 21195 20843 0 -1 4202560 57 0 0 0 399 0 0 0 20 0 28 0 512168168 29456678912 499803 33554432000 4194304 4196468 140722505557232 139940517056448 139941718628321 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
[pid=21197/tid=21223] ppid=21195 vsize=28766288 memory=988 CPUtime=3.98 cores=0-7
/proc/21197/task/21223/stat : 21223 (java) R 21195 21195 20843 0 -1 4202560 57 0 0 0 398 0 0 0 20 0 28 0 512168168 29456678912 499803 33554432000 4194304 4196468 140722505557232 139940516003640 139941718628258 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
[pid=21197/tid=21224] ppid=21195 vsize=28766288 memory=2016 CPUtime=3.9 cores=0-7
/proc/21197/task/21224/stat : 21224 (java) R 21195 21195 20843 0 -1 4202560 131 0 0 0 390 0 0 0 20 0 28 0 512168168 29456678912 499803 33554432000 4194304 4196468 140722505557232 139940514951096 139941718628219 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
Current children cumulated CPU time: 47.93 s
Current children cumulated vsize: 28879416 KiB
Current children cumulated memory: 2000664 KiB

[startup+8.00121 s]*
/proc/loadavg: 7.87 8.13 8.12 7/217 21224
/proc/meminfo: memFree=23415648/32770624 swapFree=66941060/67108860
[pid=21195] ppid=21192 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/21195/stat : 21195 (xcsp3-exec) S 21192 21195 20843 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 512167849 115843072 363 33554432000 4194304 5098028 140731438792816 140731438790920 139663210451580 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 18493440 140731438801781 140731438802025 140731438802025 140731438804938 0
/proc/21195/statm: 28282 363 304 221 0 87 0
[pid=21197] ppid=21195 vsize=28766288 memory=2001052 CPUtime=54.27 cores=0-7
/proc/21197/stat : 21197 (java) S 21195 21195 20843 0 -1 1077944320 41214 0 0 0 5006 421 0 0 20 0 28 0 512167850 29456678912 500263 33554432000 4194304 4196468 140722505557232 140722505539776 139942076825335 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
/proc/21197/statm: 7191572 500263 3512 1 0 7152672 0
[pid=21197/tid=21198] ppid=21195 vsize=28766288 memory=0 CPUtime=1.5 cores=0-7
/proc/21197/task/21198/stat : 21198 (java) S 21195 21195 20843 0 -1 1077944384 9771 0 0 0 139 11 0 0 20 0 28 0 512167850 29456678912 500263 33554432000 4194304 4196468 140722505557232 139942081066112 139942076835541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
[pid=21197/tid=21199] ppid=21195 vsize=28766288 memory=139985910040192 CPUtime=1.5 cores=0-7
/proc/21197/task/21199/stat : 21199 (java) S 21195 21195 20843 0 -1 1077944384 1916 0 0 0 98 52 0 0 20 0 28 0 512167851 29456678912 500263 33554432000 4194304 4196468 140722505557232 139942048668176 139942076835541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
[pid=21197/tid=21200] ppid=21195 vsize=28766288 memory=139985910040192 CPUtime=1.5 cores=0-7
/proc/21197/task/21200/stat : 21200 (java) S 21195 21195 20843 0 -1 1077944384 1746 0 0 0 104 46 0 0 20 0 28 0 512167851 29456678912 500263 33554432000 4194304 4196468 140722505557232 139941627071120 139942076835541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
[pid=21197/tid=21201] ppid=21195 vsize=28766288 memory=0 CPUtime=1.5 cores=0-7
/proc/21197/task/21201/stat : 21201 (java) S 21195 21195 20843 0 -1 1077944384 1627 0 0 0 102 48 0 0 20 0 28 0 512167851 29456678912 500263 33554432000 4194304 4196468 140722505557232 139941626018064 139942076835541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
[pid=21197/tid=21202] ppid=21195 vsize=28766288 memory=0 CPUtime=1.51 cores=0-7
/proc/21197/task/21202/stat : 21202 (java) S 21195 21195 20843 0 -1 1077944384 1382 0 0 0 101 50 0 0 20 0 28 0 512167851 29456678912 500263 33554432000 4194304 4196468 140722505557232 139941624965520 139942076835541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
[pid=21197/tid=21203] ppid=21195 vsize=28766288 memory=279971604824784 CPUtime=1.55 cores=0-7
/proc/21197/task/21203/stat : 21203 (java) S 21195 21195 20843 0 -1 1077944384 1335 0 0 0 101 54 0 0 20 0 28 0 512167851 29456678912 500263 33554432000 4194304 4196468 140722505557232 139941623913488 139942076835541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
[pid=21197/tid=21204] ppid=21195 vsize=28766288 memory=0 CPUtime=1.49 cores=0-7
/proc/21197/task/21204/stat : 21204 (java) S 21195 21195 20843 0 -1 1077944384 2547 0 0 0 103 46 0 0 20 0 28 0 512167851 29456678912 500263 33554432000 4194304 4196468 140722505557232 139941622860944 139942076835541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
[pid=21197/tid=21205] ppid=21195 vsize=28766288 memory=0 CPUtime=1.52 cores=0-7
/proc/21197/task/21205/stat : 21205 (java) S 21195 21195 20843 0 -1 1077944384 1398 0 0 0 106 46 0 0 20 0 28 0 512167851 29456678912 500263 33554432000 4194304 4196468 140722505557232 139941621807888 139942076835541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
[pid=21197/tid=21206] ppid=21195 vsize=28766288 memory=0 CPUtime=1.52 cores=0-7
/proc/21197/task/21206/stat : 21206 (java) S 21195 21195 20843 0 -1 1077944384 1373 0 0 0 101 51 0 0 20 0 28 0 512167851 29456678912 500263 33554432000 4194304 4196468 140722505557232 139941620755344 139942076835541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 4 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
[pid=21197/tid=21207] ppid=21195 vsize=28766288 memory=0 CPUtime=0.07 cores=0-7
/proc/21197/task/21207/stat : 21207 (java) S 21195 21195 20843 0 -1 1077944384 2117 0 0 0 4 3 0 0 20 0 28 0 512167852 29456678912 500263 33554432000 4194304 4196468 140722505557232 139940541012208 139942076836482 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
[pid=21197/tid=21208] ppid=21195 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/21197/task/21208/stat : 21208 (java) S 21195 21195 20843 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 28 0 512167853 29456678912 500263 33554432000 4194304 4196468 140722505557232 139940539958496 139942076835541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
[pid=21197/tid=21209] ppid=21195 vsize=28766288 memory=5931329015123563620 CPUtime=0 cores=0-7
/proc/21197/task/21209/stat : 21209 (java) S 21195 21195 20843 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 28 0 512167853 29456678912 500263 33554432000 4194304 4196468 140722505557232 139940538905344 139942076835541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
[pid=21197/tid=21210] ppid=21195 vsize=28766288 memory=7956846042025649258 CPUtime=0 cores=0-7
/proc/21197/task/21210/stat : 21210 (java) S 21195 21195 20843 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 512167855 29456678912 500263 33554432000 4194304 4196468 140722505557232 139940537853904 139942076843931 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
[pid=21197/tid=21211] ppid=21195 vsize=28766288 memory=97 CPUtime=0.78 cores=0-7
/proc/21197/task/21211/stat : 21211 (java) S 21195 21195 20843 0 -1 1077944384 3446 0 0 0 78 0 0 0 20 0 28 0 512167855 29456678912 500263 33554432000 4194304 4196468 140722505557232 139940536802032 139942076836482 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
[pid=21197/tid=21212] ppid=21195 vsize=28766288 memory=7668051616390801495 CPUtime=0.66 cores=0-7
/proc/21197/task/21212/stat : 21212 (java) S 21195 21195 20843 0 -1 1077944384 2306 0 0 0 66 0 0 0 20 0 28 0 512167855 29456678912 500263 33554432000 4194304 4196468 140722505557232 139940535749488 139942076836482 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
[pid=21197/tid=21213] ppid=21195 vsize=28766288 memory=7446810107014638194 CPUtime=0.86 cores=0-7
/proc/21197/task/21213/stat : 21213 (java) S 21195 21195 20843 0 -1 1077944384 2187 0 0 0 86 0 0 0 20 0 28 0 512167855 29456678912 500263 33554432000 4194304 4196468 140722505557232 139940534696432 139942076836482 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
[pid=21197/tid=21214] ppid=21195 vsize=28766288 memory=7306079284566052973 CPUtime=0.49 cores=0-7
/proc/21197/task/21214/stat : 21214 (java) S 21195 21195 20843 0 -1 1077944384 2991 0 0 0 48 1 0 0 20 0 28 0 512167855 29456678912 500263 33554432000 4194304 4196468 140722505557232 139940533643888 139942076836482 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
[pid=21197/tid=21215] ppid=21195 vsize=28766288 memory=3472328295574038118 CPUtime=0 cores=0-7
/proc/21197/task/21215/stat : 21215 (java) S 21195 21195 20843 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 512167855 29456678912 500263 33554432000 4194304 4196468 140722505557232 139940532591072 139942076835541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
[pid=21197/tid=21216] ppid=21195 vsize=28766288 memory=7378697629483820592 CPUtime=0 cores=0-7
/proc/21197/task/21216/stat : 21216 (java) S 21195 21195 20843 0 -1 1077944384 553 0 0 0 0 0 0 0 20 0 28 0 512167856 29456678912 500263 33554432000 4194304 4196468 140722505557232 139940531538608 139942076836482 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 12 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
[pid=21197/tid=21217] ppid=21195 vsize=28766288 memory=8319679319876462181 CPUtime=4.55 cores=0-7
/proc/21197/task/21217/stat : 21217 (java) S 21195 21195 20843 0 -1 1077944384 241 0 0 0 453 2 0 0 20 0 28 0 512168168 29456678912 500263 33554432000 4194304 4196468 140722505557232 139940522323264 139942076835541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
[pid=21197/tid=21218] ppid=21195 vsize=28766288 memory=6944656592455097440 CPUtime=4.75 cores=0-7
/proc/21197/task/21218/stat : 21218 (java) R 21195 21195 20843 0 -1 4202560 183 0 0 0 475 0 0 0 20 0 28 0 512168168 29456678912 500263 33554432000 4194304 4196468 140722505557232 139940521266872 139941718993139 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
[pid=21197/tid=21219] ppid=21195 vsize=28766288 memory=6943526294502006880 CPUtime=4.69 cores=0-7
/proc/21197/task/21219/stat : 21219 (java) R 21195 21195 20843 0 -1 4202560 97 0 0 0 469 0 0 0 20 0 28 0 512168168 29456678912 500263 33554432000 4194304 4196468 140722505557232 139940520217160 139941718993139 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
[pid=21197/tid=21220] ppid=21195 vsize=28766288 memory=4206186544037388384 CPUtime=4.68 cores=0-7
/proc/21197/task/21220/stat : 21220 (java) S 21195 21195 20843 0 -1 1077944384 535 0 0 0 468 0 0 0 20 0 28 0 512168168 29456678912 500263 33554432000 4194304 4196468 140722505557232 139940519167568 139942076835541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
[pid=21197/tid=21221] ppid=21195 vsize=28766288 memory=4280760774351690856 CPUtime=4.76 cores=0-7
/proc/21197/task/21221/stat : 21221 (java) R 21195 21195 20843 0 -1 4202560 249 0 0 0 476 0 0 0 20 0 28 0 512168168 29456678912 500263 33554432000 4194304 4196468 140722505557232 139940518110472 139941718993110 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
[pid=21197/tid=21222] ppid=21195 vsize=28766288 memory=0 CPUtime=4.77 cores=0-7
/proc/21197/task/21222/stat : 21222 (java) R 21195 21195 20843 0 -1 4202560 1444 0 0 0 477 0 0 0 20 0 28 0 512168168 29456678912 500263 33554432000 4194304 4196468 140722505557232 139940517056088 139941718993139 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
[pid=21197/tid=21223] ppid=21195 vsize=28766288 memory=0 CPUtime=4.77 cores=0-7
/proc/21197/task/21223/stat : 21223 (java) R 21195 21195 20843 0 -1 4202560 260 0 0 0 477 0 0 0 20 0 28 0 512168168 29456678912 500263 33554432000 4194304 4196468 140722505557232 139940516004152 139941718993139 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
[pid=21197/tid=21224] ppid=21195 vsize=28766288 memory=0 CPUtime=4.63 cores=0-7
/proc/21197/task/21224/stat : 21224 (java) R 21195 21195 20843 0 -1 4202560 214 0 0 0 463 0 0 0 20 0 28 0 512168168 29456678912 500263 33554432000 4194304 4196468 140722505557232 139940514953656 139941718993139 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
Current children cumulated CPU time: 54.27 s
Current children cumulated vsize: 28879416 KiB
Current children cumulated memory: 2002504 KiB

[startup+8.20122 s]
/proc/loadavg: 7.87 8.13 8.12 7/217 21224
/proc/meminfo: memFree=23415648/32770624 swapFree=66941060/67108860
[pid=21195] ppid=21192 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/21195/stat : 21195 (xcsp3-exec) S 21192 21195 20843 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 512167849 115843072 363 33554432000 4194304 5098028 140731438792816 140731438790920 139663210451580 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 18493440 140731438801781 140731438802025 140731438802025 140731438804938 0
/proc/21195/statm: 28282 363 304 221 0 87 0
[pid=21197] ppid=21195 vsize=28766288 memory=2001052 CPUtime=54.91 cores=0-7
/proc/21197/stat : 21197 (java) S 21195 21195 20843 0 -1 1077944320 41214 0 0 0 5070 421 0 0 20 0 28 0 512167850 29456678912 500263 33554432000 4194304 4196468 140722505557232 140722505539776 139942076825335 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
/proc/21197/statm: 7191572 500263 3512 1 0 7152672 0
[pid=21197/tid=21198] ppid=21195 vsize=28766288 memory=288230596050944315 CPUtime=1.5 cores=0-7
/proc/21197/task/21198/stat : 21198 (java) S 21195 21195 20843 0 -1 1077944384 9771 0 0 0 139 11 0 0 20 0 28 0 512167850 29456678912 500263 33554432000 4194304 4196468 140722505557232 139942081066112 139942076835541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
[pid=21197/tid=21199] ppid=21195 vsize=28766288 memory=13571487609129518 CPUtime=1.5 cores=0-7
/proc/21197/task/21199/stat : 21199 (java) S 21195 21195 20843 0 -1 1077944384 1916 0 0 0 98 52 0 0 20 0 28 0 512167851 29456678912 500263 33554432000 4194304 4196468 140722505557232 139942048668176 139942076835541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
[pid=21197/tid=21200] ppid=21195 vsize=28766288 memory=0 CPUtime=1.5 cores=0-7
/proc/21197/task/21200/stat : 21200 (java) S 21195 21195 20843 0 -1 1077944384 1746 0 0 0 104 46 0 0 20 0 28 0 512167851 29456678912 500263 33554432000 4194304 4196468 140722505557232 139941627071120 139942076835541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
[pid=21197/tid=21201] ppid=21195 vsize=28766288 memory=0 CPUtime=1.5 cores=0-7
/proc/21197/task/21201/stat : 21201 (java) S 21195 21195 20843 0 -1 1077944384 1627 0 0 0 102 48 0 0 20 0 28 0 512167851 29456678912 500263 33554432000 4194304 4196468 140722505557232 139941626018064 139942076835541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
[pid=21197/tid=21202] ppid=21195 vsize=28766288 memory=0 CPUtime=1.51 cores=0-7
/proc/21197/task/21202/stat : 21202 (java) S 21195 21195 20843 0 -1 1077944384 1382 0 0 0 101 50 0 0 20 0 28 0 512167851 29456678912 500263 33554432000 4194304 4196468 140722505557232 139941624965520 139942076835541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
[pid=21197/tid=21203] ppid=21195 vsize=28766288 memory=0 CPUtime=1.55 cores=0-7
/proc/21197/task/21203/stat : 21203 (java) S 21195 21195 20843 0 -1 1077944384 1335 0 0 0 101 54 0 0 20 0 28 0 512167851 29456678912 500263 33554432000 4194304 4196468 140722505557232 139941623913488 139942076835541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
[pid=21197/tid=21204] ppid=21195 vsize=28766288 memory=0 CPUtime=1.49 cores=0-7
/proc/21197/task/21204/stat : 21204 (java) S 21195 21195 20843 0 -1 1077944384 2547 0 0 0 103 46 0 0 20 0 28 0 512167851 29456678912 500263 33554432000 4194304 4196468 140722505557232 139941622860944 139942076835541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
[pid=21197/tid=21205] ppid=21195 vsize=28766288 memory=0 CPUtime=1.52 cores=0-7
/proc/21197/task/21205/stat : 21205 (java) S 21195 21195 20843 0 -1 1077944384 1398 0 0 0 106 46 0 0 20 0 28 0 512167851 29456678912 500263 33554432000 4194304 4196468 140722505557232 139941621807888 139942076835541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
[pid=21197/tid=21206] ppid=21195 vsize=28766288 memory=0 CPUtime=1.52 cores=0-7
/proc/21197/task/21206/stat : 21206 (java) S 21195 21195 20843 0 -1 1077944384 1373 0 0 0 101 51 0 0 20 0 28 0 512167851 29456678912 500263 33554432000 4194304 4196468 140722505557232 139941620755344 139942076835541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 4 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
[pid=21197/tid=21207] ppid=21195 vsize=28766288 memory=7162227957635769689 CPUtime=0.07 cores=0-7
/proc/21197/task/21207/stat : 21207 (java) S 21195 21195 20843 0 -1 1077944384 2117 0 0 0 4 3 0 0 20 0 28 0 512167852 29456678912 500263 33554432000 4194304 4196468 140722505557232 139940541012208 139942076836482 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
[pid=21197/tid=21208] ppid=21195 vsize=28766288 memory=7597696195201689194 CPUtime=0 cores=0-7
/proc/21197/task/21208/stat : 21208 (java) S 21195 21195 20843 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 28 0 512167853 29456678912 500263 33554432000 4194304 4196468 140722505557232 139940539958496 139942076835541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
[pid=21197/tid=21209] ppid=21195 vsize=28766288 memory=7666924621285385841 CPUtime=0 cores=0-7
/proc/21197/task/21209/stat : 21209 (java) S 21195 21195 20843 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 28 0 512167853 29456678912 500263 33554432000 4194304 4196468 140722505557232 139940538905344 139942076835541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
[pid=21197/tid=21210] ppid=21195 vsize=28766288 memory=4639948313719891052 CPUtime=0 cores=0-7
/proc/21197/task/21210/stat : 21210 (java) S 21195 21195 20843 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 512167855 29456678912 500263 33554432000 4194304 4196468 140722505557232 139940537853904 139942076843931 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
[pid=21197/tid=21211] ppid=21195 vsize=28766288 memory=0 CPUtime=0.78 cores=0-7
/proc/21197/task/21211/stat : 21211 (java) S 21195 21195 20843 0 -1 1077944384 3446 0 0 0 78 0 0 0 20 0 28 0 512167855 29456678912 500263 33554432000 4194304 4196468 140722505557232 139940536802032 139942076836482 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
[pid=21197/tid=21212] ppid=21195 vsize=28766288 memory=0 CPUtime=0.66 cores=0-7
/proc/21197/task/21212/stat : 21212 (java) S 21195 21195 20843 0 -1 1077944384 2306 0 0 0 66 0 0 0 20 0 28 0 512167855 29456678912 500263 33554432000 4194304 4196468 140722505557232 139940535749488 139942076836482 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
[pid=21197/tid=21213] ppid=21195 vsize=28766288 memory=14 CPUtime=0.86 cores=0-7
/proc/21197/task/21213/stat : 21213 (java) S 21195 21195 20843 0 -1 1077944384 2187 0 0 0 86 0 0 0 20 0 28 0 512167855 29456678912 500263 33554432000 4194304 4196468 140722505557232 139940534696432 139942076836482 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
[pid=21197/tid=21214] ppid=21195 vsize=28766288 memory=1676 CPUtime=0.49 cores=0-7
/proc/21197/task/21214/stat : 21214 (java) S 21195 21195 20843 0 -1 1077944384 2991 0 0 0 48 1 0 0 20 0 28 0 512167855 29456678912 500263 33554432000 4194304 4196468 140722505557232 139940533643888 139942076836482 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
[pid=21197/tid=21215] ppid=21195 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/21197/task/21215/stat : 21215 (java) S 21195 21195 20843 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 512167855 29456678912 500263 33554432000 4194304 4196468 140722505557232 139940532591072 139942076835541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
[pid=21197/tid=21216] ppid=21195 vsize=28766288 memory=34401 CPUtime=0 cores=0-7
/proc/21197/task/21216/stat : 21216 (java) S 21195 21195 20843 0 -1 1077944384 553 0 0 0 0 0 0 0 20 0 28 0 512167856 29456678912 500263 33554432000 4194304 4196468 140722505557232 139940531538608 139942076836482 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 12 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
[pid=21197/tid=21217] ppid=21195 vsize=28766288 memory=1 CPUtime=4.55 cores=0-7
/proc/21197/task/21217/stat : 21217 (java) S 21195 21195 20843 0 -1 1077944384 241 0 0 0 453 2 0 0 20 0 28 0 512168168 29456678912 500263 33554432000 4194304 4196468 140722505557232 139940522323264 139942076835541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
[pid=21197/tid=21218] ppid=21195 vsize=28766288 memory=0 CPUtime=4.87 cores=0-7
/proc/21197/task/21218/stat : 21218 (java) S 21195 21195 20843 0 -1 1077944384 183 0 0 0 487 0 0 0 20 0 28 0 512168168 29456678912 500263 33554432000 4194304 4196468 140722505557232 139940521272144 139942076835541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
[pid=21197/tid=21219] ppid=21195 vsize=28766288 memory=0 CPUtime=4.73 cores=0-7
/proc/21197/task/21219/stat : 21219 (java) S 21195 21195 20843 0 -1 1077944384 97 0 0 0 473 0 0 0 20 0 28 0 512168168 29456678912 500263 33554432000 4194304 4196468 140722505557232 139940520220112 139942076835541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
[pid=21197/tid=21220] ppid=21195 vsize=28766288 memory=1418 CPUtime=4.68 cores=0-7
/proc/21197/task/21220/stat : 21220 (java) S 21195 21195 20843 0 -1 1077944384 535 0 0 0 468 0 0 0 20 0 28 0 512168168 29456678912 500263 33554432000 4194304 4196468 140722505557232 139940519167568 139942076835541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
[pid=21197/tid=21221] ppid=21195 vsize=28766288 memory=307 CPUtime=4.89 cores=0-7
/proc/21197/task/21221/stat : 21221 (java) S 21195 21195 20843 0 -1 1077944384 249 0 0 0 489 0 0 0 20 0 28 0 512168168 29456678912 500263 33554432000 4194304 4196468 140722505557232 139940518114512 139942076835541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
[pid=21197/tid=21222] ppid=21195 vsize=28766288 memory=2901 CPUtime=4.86 cores=0-7
/proc/21197/task/21222/stat : 21222 (java) S 21195 21195 20843 0 -1 1077944384 1444 0 0 0 485 1 0 0 20 0 28 0 512168168 29456678912 500263 33554432000 4194304 4196468 140722505557232 139940517061968 139942076835541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
[pid=21197/tid=21223] ppid=21195 vsize=28766288 memory=2 CPUtime=4.85 cores=0-7
/proc/21197/task/21223/stat : 21223 (java) S 21195 21195 20843 0 -1 1077944384 260 0 0 0 485 0 0 0 20 0 28 0 512168168 29456678912 500263 33554432000 4194304 4196468 140722505557232 139940516008912 139942076835541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
[pid=21197/tid=21224] ppid=21195 vsize=28766288 memory=810 CPUtime=4.82 cores=0-7
/proc/21197/task/21224/stat : 21224 (java) R 21195 21195 20843 0 -1 4202560 214 0 0 0 482 0 0 0 20 0 28 0 512168168 29456678912 500263 33554432000 4194304 4196468 140722505557232 139940514953656 139941718992982 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27107328 140722505561066 140722505561238 140722505561238 140722505564111 0
Current children cumulated CPU time: 54.91 s
Current children cumulated vsize: 28879416 KiB
Current children cumulated memory: 2002504 KiB

Child status: 0
Real time (s): 8.29337
CPU time (s): 55.013
CPU user time (s): 50.7815
CPU system time (s): 4.2315
CPU usage (%): 663.338
Max. virtual memory (cumulated for all children) (KiB): 28879416
Max. memory (cumulated for all children) (KiB): 2002504

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 50.7815
system time used= 4.2315
maximum resident set size= 2001832
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42123
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= 4519
involuntary context switches= 595


# summary of solver processes directly reported to runsolver:
#   pid: 21195
#   total CPU time (s): 55.013
#   total CPU user time (s): 50.7815
#   total CPU system time (s): 4.2315

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.09887 second user time and 0.121503 second system time

The end

Launcher Data

Begin job on node139 at 2019-09-24 23:05:04
IDJOB=4406720
IDBENCH=138763
IDSOLVER=2871
FILE ID=node139/4406720-1569358970
RUNJOBID= node139-1569356582-20870
PBS_JOBID= 21705103
Free space on /tmp= 5144 MiB

SOLVER NAME= choco-solver 2019-09-24 parallel
BENCH NAME= XCSP17/Hanoi/Hanoi-m1-s1/Hanoi-07.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-4406720-1569358970/watcher-4406720-1569358970 -o /tmp/evaluation-result-4406720-1569358970/solver-4406720-1569358970 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node139-1569356582-20870 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1319981984 HOME/instance-4406720-1569358970.xml

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

MD5SUM BENCH= 7f68b5f256bf6bd8019eb0158af88fa3
RANDOM SEED=1319981984

node139.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.57
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.57
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.57
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.57
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:        25408364 kB
MemAvailable:   31782508 kB
Buffers:          111860 kB
Cached:          6350636 kB
SwapCached:        64812 kB
Active:          3226228 kB
Inactive:        3305348 kB
Active(anon):       4156 kB
Inactive(anon):   120880 kB
Active(file):    3222072 kB
Inactive(file):  3184468 kB
Unevictable:      107760 kB
Mlocked:          107760 kB
SwapTotal:      67108860 kB
SwapFree:       66941060 kB
Dirty:             26176 kB
Writeback:             0 kB
AnonPages:        112732 kB
Mapped:            56884 kB
Shmem:             47400 kB
Slab:             425288 kB
SReclaimable:     396064 kB
SUnreclaim:        29224 kB
KernelStack:        3376 kB
PageTables:         5600 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     504688 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:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 5120 MiB
End job on node139 at 2019-09-24 23:05:12