Trace number 4406760

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 253.485 52.935

General information on the benchmark

NameMagicSquare/MagicSquare-mdd-s1/
MagicSquare-9-mdd.xml
MD5SUMfb3d9364636893e4a3b852a85a1b811d
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 benchmark23.3671
Satisfiable
(Un)Satisfiability was proved
Number of variables81
Number of constraints21
Number of domains1
Minimum domain size81
Maximum domain size81
Distribution of domain sizes[{"size":81,"count":81}]
Minimum variable degree3
Maximum variable degree5
Distribution of variable degrees[{"degree":3,"count":64},{"degree":4,"count":16},{"degree":5,"count":1}]
Minimum constraint arity9
Maximum constraint arity81
Distribution of constraint arities[{"arity":9,"count":20},{"arity":81,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"mdd","count":20},{"type":"allDifferent","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-4406760-1569352447.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4406760-1569352447.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.29	c parse instance...
30.83/24.88	c solve instance...
252.78/52.89	s SATISFIABLE
252.78/52.89	v <instantiation>
252.78/52.89	v 	<list>x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[4][7] x[4][8] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[5][7] x[5][8] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6] x[6][7] x[6][8] x[7][0] x[7][1] x[7][2] x[7][3] x[7][4] x[7][5] x[7][6] x[7][7] x[7][8] x[8][0] x[8][1] x[8][2] x[8][3] x[8][4] x[8][5] x[8][6] x[8][7] x[8][8] </list>
252.78/52.89	v 	<values>18 15 40 55 57 46 52 25 61 37 44 24 21 70 45 65 43 20 60 62 81 10 38 31 7 77 3 34 47 13 11 64 33 66 59 42 49 53 36 2 73 58 29 28 41 78 14 80 51 39 17 32 8 50 12 56 68 79 5 16 35 76 22 54 6 26 71 4 48 74 23 63 27 72 1 69 19 75 9 30 67 </values>
252.78/52.89	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 (13798 MiB free)
  memory of node 1: 16384 MiB (11311 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4406760-1569352447/watcher-4406760-1569352447 -o /tmp/evaluation-result-4406760-1569352447/solver-4406760-1569352447 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node127-1569349242-16448 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 533731620 HOME/instance-4406760-1569352447.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=19942, runsolver pid=19939
Current StackSize limit: 8192 KiB


[startup+0.100059 s]*
/proc/loadavg: 6.69 7.79 7.82 2/213 19963
/proc/meminfo: memFree=25696976/32770624 swapFree=66959708/67108860
[pid=19942] ppid=19939 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/19942/stat : 19942 (xcsp3-exec) S 19939 19942 16421 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 511513578 115843072 363 33554432000 4194304 5098028 140728481037456 140728481035560 139873937633916 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 23777280 140728481043318 140728481043561 140728481043561 140728481046474 0
/proc/19942/statm: 28282 363 304 221 0 87 0
[pid=19944] ppid=19942 vsize=28227396 memory=27864 CPUtime=0.12 cores=0-7
/proc/19944/stat : 19944 (java) S 19942 19942 16421 0 -1 1077944320 5933 0 0 0 11 1 0 0 20 0 20 0 511513578 28904853504 6966 33554432000 4194304 4196468 140736198989344 140736198971888 139806449979127 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
/proc/19944/statm: 7056849 6966 3148 1 0 7019032 0
[pid=19944/tid=19945] ppid=19942 vsize=28227396 memory=576460756329955445 CPUtime=0.09 cores=0-7
/proc/19944/task/19945/stat : 19945 (java) R 19942 19942 16421 0 -1 4202560 3807 0 0 0 8 1 0 0 20 0 20 0 511513578 28904853504 6966 33554432000 4194304 4196468 140736198989344 139806454205264 139806086054733 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
[pid=19944/tid=19946] ppid=19942 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19944/task/19946/stat : 19946 (java) S 19942 19942 16421 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511513579 28904853504 6966 33554432000 4194304 4196468 140736198989344 139806421822608 139806449989333 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
[pid=19944/tid=19947] ppid=19942 vsize=28227396 memory=140655425898646 CPUtime=0 cores=0-7
/proc/19944/task/19947/stat : 19947 (java) S 19942 19942 16421 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511513579 28904853504 6966 33554432000 4194304 4196468 140736198989344 139806000057360 139806449989333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
[pid=19944/tid=19948] ppid=19942 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19944/task/19948/stat : 19948 (java) S 19942 19942 16421 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511513579 28904853504 6966 33554432000 4194304 4196468 140736198989344 139805999004560 139806449989333 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
[pid=19944/tid=19949] ppid=19942 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19944/task/19949/stat : 19949 (java) S 19942 19942 16421 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511513579 28904853504 6966 33554432000 4194304 4196468 140736198989344 139805997951760 139806449989333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
[pid=19944/tid=19950] ppid=19942 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19944/task/19950/stat : 19950 (java) S 19942 19942 16421 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511513579 28904853504 6966 33554432000 4194304 4196468 140736198989344 139805996898960 139806449989333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
[pid=19944/tid=19951] ppid=19942 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/19944/task/19951/stat : 19951 (java) S 19942 19942 16421 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511513579 28904853504 6966 33554432000 4194304 4196468 140736198989344 139805995846160 139806449989333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
[pid=19944/tid=19952] ppid=19942 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19944/task/19952/stat : 19952 (java) S 19942 19942 16421 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511513579 28904853504 6966 33554432000 4194304 4196468 140736198989344 139805994793360 139806449989333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
[pid=19944/tid=19953] ppid=19942 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19944/task/19953/stat : 19953 (java) S 19942 19942 16421 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511513579 28904853504 6966 33554432000 4194304 4196468 140736198989344 139805993740560 139806449989333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
[pid=19944/tid=19954] ppid=19942 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19944/task/19954/stat : 19954 (java) S 19942 19942 16421 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511513580 28904853504 6966 33554432000 4194304 4196468 140736198989344 139805833948016 139806449990274 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
[pid=19944/tid=19955] ppid=19942 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19944/task/19955/stat : 19955 (java) S 19942 19942 16421 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 511513581 28904853504 6966 33554432000 4194304 4196468 140736198989344 139805832893984 139806449989333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
[pid=19944/tid=19956] ppid=19942 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19944/task/19956/stat : 19956 (java) S 19942 19942 16421 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 511513581 28904853504 6966 33554432000 4194304 4196468 140736198989344 139805831841136 139806449989333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
[pid=19944/tid=19957] ppid=19942 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19944/task/19957/stat : 19957 (java) S 19942 19942 16421 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511513583 28904853504 6966 33554432000 4194304 4196468 140736198989344 139805830789456 139806449997723 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
[pid=19944/tid=19958] ppid=19942 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19944/task/19958/stat : 19958 (java) S 19942 19942 16421 0 -1 1077944384 424 0 0 0 0 0 0 0 20 0 20 0 511513584 28904853504 6966 33554432000 4194304 4196468 140736198989344 139805829736816 139806449990274 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
[pid=19944/tid=19959] ppid=19942 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19944/task/19959/stat : 19959 (java) S 19942 19942 16421 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511513584 28904853504 6966 33554432000 4194304 4196468 140736198989344 139805828684016 139806449990274 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
[pid=19944/tid=19960] ppid=19942 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19944/task/19960/stat : 19960 (java) S 19942 19942 16421 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511513584 28904853504 6966 33554432000 4194304 4196468 140736198989344 139805827631216 139806449990274 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
[pid=19944/tid=19961] ppid=19942 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/19944/task/19961/stat : 19961 (java) S 19942 19942 16421 0 -1 1077944384 387 0 0 0 2 0 0 0 20 0 20 0 511513584 28904853504 6966 33554432000 4194304 4196468 140736198989344 139805826578416 139806449990274 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
[pid=19944/tid=19962] ppid=19942 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19944/task/19962/stat : 19962 (java) S 19942 19942 16421 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511513584 28904853504 6966 33554432000 4194304 4196468 140736198989344 139805825526880 139806449989333 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
[pid=19944/tid=19963] ppid=19942 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/19944/task/19963/stat : 19963 (java) S 19942 19942 16421 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511513584 28904853504 6966 33554432000 4194304 4196468 140736198989344 139805824474160 139806449990274 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 29316 KiB

[startup+0.210645 s]*
/proc/loadavg: 6.69 7.79 7.82 2/213 19963
/proc/meminfo: memFree=25682984/32770624 swapFree=66959708/67108860
[pid=19942] ppid=19939 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/19942/stat : 19942 (xcsp3-exec) S 19939 19942 16421 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 511513578 115843072 363 33554432000 4194304 5098028 140728481037456 140728481035560 139873937633916 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 23777280 140728481043318 140728481043561 140728481043561 140728481046474 0
/proc/19942/statm: 28282 363 304 221 0 87 0
[pid=19944] ppid=19942 vsize=28227396 memory=39780 CPUtime=0.34 cores=0-7
/proc/19944/stat : 19944 (java) S 19942 19942 16421 0 -1 1077944320 9774 0 0 0 30 4 0 0 20 0 20 0 511513578 28904853504 9945 33554432000 4194304 4196468 140736198989344 140736198971888 139806449979127 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
/proc/19944/statm: 7056849 9945 3271 1 0 7019032 0
[pid=19944/tid=19945] ppid=19942 vsize=28227396 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/19944/task/19945/stat : 19945 (java) R 19942 19942 16421 0 -1 4202560 6742 0 0 0 17 3 0 0 20 0 20 0 511513578 28904853504 10010 33554432000 4194304 4196468 140736198989344 139806454210368 139806449991062 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
[pid=19944/tid=19946] ppid=19942 vsize=28227396 memory=288230609019732336 CPUtime=0 cores=0-7
/proc/19944/task/19946/stat : 19946 (java) S 19942 19942 16421 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511513579 28904853504 10010 33554432000 4194304 4196468 140736198989344 139806421822608 139806449989333 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
[pid=19944/tid=19947] ppid=19942 vsize=28227396 memory=3978842460535932576 CPUtime=0 cores=0-7
/proc/19944/task/19947/stat : 19947 (java) S 19942 19942 16421 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511513579 28904853504 10010 33554432000 4194304 4196468 140736198989344 139806000057360 139806449989333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
[pid=19944/tid=19948] ppid=19942 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/19944/task/19948/stat : 19948 (java) S 19942 19942 16421 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511513579 28904853504 10010 33554432000 4194304 4196468 140736198989344 139805999004560 139806449989333 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
[pid=19944/tid=19949] ppid=19942 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19944/task/19949/stat : 19949 (java) S 19942 19942 16421 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511513579 28904853504 10010 33554432000 4194304 4196468 140736198989344 139805997951760 139806449989333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
[pid=19944/tid=19950] ppid=19942 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19944/task/19950/stat : 19950 (java) S 19942 19942 16421 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511513579 28904853504 10010 33554432000 4194304 4196468 140736198989344 139805996898960 139806449989333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
[pid=19944/tid=19951] ppid=19942 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/19944/task/19951/stat : 19951 (java) S 19942 19942 16421 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511513579 28904853504 10010 33554432000 4194304 4196468 140736198989344 139805995846160 139806449989333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
[pid=19944/tid=19952] ppid=19942 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19944/task/19952/stat : 19952 (java) S 19942 19942 16421 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511513579 28904853504 10010 33554432000 4194304 4196468 140736198989344 139805994793360 139806449989333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
[pid=19944/tid=19953] ppid=19942 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19944/task/19953/stat : 19953 (java) S 19942 19942 16421 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511513579 28904853504 10010 33554432000 4194304 4196468 140736198989344 139805993740560 139806449989333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
[pid=19944/tid=19954] ppid=19942 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19944/task/19954/stat : 19954 (java) S 19942 19942 16421 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 511513580 28904853504 10010 33554432000 4194304 4196468 140736198989344 139805833948016 139806449990274 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
[pid=19944/tid=19955] ppid=19942 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19944/task/19955/stat : 19955 (java) S 19942 19942 16421 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 511513581 28904853504 10010 33554432000 4194304 4196468 140736198989344 139805832893984 139806449989333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
[pid=19944/tid=19956] ppid=19942 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19944/task/19956/stat : 19956 (java) S 19942 19942 16421 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 511513581 28904853504 10010 33554432000 4194304 4196468 140736198989344 139805831841136 139806449989333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
[pid=19944/tid=19957] ppid=19942 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19944/task/19957/stat : 19957 (java) S 19942 19942 16421 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511513583 28904853504 10010 33554432000 4194304 4196468 140736198989344 139805830789456 139806449997723 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
[pid=19944/tid=19958] ppid=19942 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19944/task/19958/stat : 19958 (java) S 19942 19942 16421 0 -1 1077944384 446 0 0 0 0 0 0 0 20 0 20 0 511513584 28904853504 10010 33554432000 4194304 4196468 140736198989344 139805829736816 139806449990274 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
[pid=19944/tid=19959] ppid=19942 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/19944/task/19959/stat : 19959 (java) S 19942 19942 16421 0 -1 1077944384 99 0 0 0 1 0 0 0 20 0 20 0 511513584 28904853504 10010 33554432000 4194304 4196468 140736198989344 139805828684016 139806449990274 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
[pid=19944/tid=19960] ppid=19942 vsize=28227396 memory=-1 CPUtime=0.02 cores=0-7
/proc/19944/task/19960/stat : 19960 (java) S 19942 19942 16421 0 -1 1077944384 318 0 0 0 2 0 0 0 20 0 20 0 511513584 28904853504 10010 33554432000 4194304 4196468 140736198989344 139805827631216 139806449990274 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
[pid=19944/tid=19961] ppid=19942 vsize=28227396 memory=0 CPUtime=0.07 cores=0-7
/proc/19944/task/19961/stat : 19961 (java) R 19942 19942 16421 0 -1 4202560 859 0 0 0 7 0 0 0 20 0 20 0 511513584 28904853504 10010 33554432000 4194304 4196468 140736198989344 139805826578416 139806443075963 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
[pid=19944/tid=19962] ppid=19942 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19944/task/19962/stat : 19962 (java) S 19942 19942 16421 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511513584 28904853504 10010 33554432000 4194304 4196468 140736198989344 139805825526880 139806449989333 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
[pid=19944/tid=19963] ppid=19942 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/19944/task/19963/stat : 19963 (java) S 19942 19942 16421 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511513584 28904853504 10010 33554432000 4194304 4196468 140736198989344 139805824474160 139806449990274 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 41232 KiB

[startup+0.310531 s]*
/proc/loadavg: 6.69 7.79 7.82 4/213 19963
/proc/meminfo: memFree=25675856/32770624 swapFree=66959708/67108860
[pid=19942] ppid=19939 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/19942/stat : 19942 (xcsp3-exec) S 19939 19942 16421 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 511513578 115843072 363 33554432000 4194304 5098028 140728481037456 140728481035560 139873937633916 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 23777280 140728481043318 140728481043561 140728481043561 140728481046474 0
/proc/19942/statm: 28282 363 304 221 0 87 0
[pid=19944] ppid=19942 vsize=28231652 memory=49472 CPUtime=0.52 cores=0-7
/proc/19944/stat : 19944 (java) S 19942 19942 16421 0 -1 1077944320 11247 0 0 0 48 4 0 0 20 0 20 0 511513578 28909211648 12368 33554432000 4194304 4196468 140736198989344 140736198971888 139806449979127 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
/proc/19944/statm: 7057913 12368 3363 1 0 7019032 0
[pid=19944/tid=19945] ppid=19942 vsize=28231652 memory=1398722017469774279 CPUtime=0.29 cores=0-7
/proc/19944/task/19945/stat : 19945 (java) R 19942 19942 16421 0 -1 4202560 7861 0 0 0 26 3 0 0 20 0 20 0 511513578 28909211648 12368 33554432000 4194304 4196468 140736198989344 139806454210240 139806434059614 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
[pid=19944/tid=19946] ppid=19942 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/19944/task/19946/stat : 19946 (java) S 19942 19942 16421 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511513579 28909211648 12368 33554432000 4194304 4196468 140736198989344 139806421822608 139806449989333 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
[pid=19944/tid=19947] ppid=19942 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/19944/task/19947/stat : 19947 (java) S 19942 19942 16421 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511513579 28909211648 12368 33554432000 4194304 4196468 140736198989344 139806000057360 139806449989333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
[pid=19944/tid=19948] ppid=19942 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/19944/task/19948/stat : 19948 (java) S 19942 19942 16421 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511513579 28909211648 12368 33554432000 4194304 4196468 140736198989344 139805999004560 139806449989333 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
[pid=19944/tid=19949] ppid=19942 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/19944/task/19949/stat : 19949 (java) S 19942 19942 16421 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511513579 28909211648 12368 33554432000 4194304 4196468 140736198989344 139805997951760 139806449989333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
[pid=19944/tid=19950] ppid=19942 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/19944/task/19950/stat : 19950 (java) S 19942 19942 16421 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511513579 28909211648 12368 33554432000 4194304 4196468 140736198989344 139805996898960 139806449989333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
[pid=19944/tid=19951] ppid=19942 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/19944/task/19951/stat : 19951 (java) S 19942 19942 16421 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511513579 28909211648 12368 33554432000 4194304 4196468 140736198989344 139805995846160 139806449989333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
[pid=19944/tid=19952] ppid=19942 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/19944/task/19952/stat : 19952 (java) S 19942 19942 16421 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511513579 28909211648 12368 33554432000 4194304 4196468 140736198989344 139805994793360 139806449989333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
[pid=19944/tid=19953] ppid=19942 vsize=28231652 memory=6872598998417432672 CPUtime=0 cores=0-7
/proc/19944/task/19953/stat : 19953 (java) S 19942 19942 16421 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511513579 28909211648 12368 33554432000 4194304 4196468 140736198989344 139805993740560 139806449989333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
[pid=19944/tid=19954] ppid=19942 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/19944/task/19954/stat : 19954 (java) S 19942 19942 16421 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 511513580 28909211648 12368 33554432000 4194304 4196468 140736198989344 139805833948016 139806449990274 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
[pid=19944/tid=19955] ppid=19942 vsize=28231652 memory=281310560198016 CPUtime=0 cores=0-7
/proc/19944/task/19955/stat : 19955 (java) S 19942 19942 16421 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 511513581 28909211648 12368 33554432000 4194304 4196468 140736198989344 139805832893984 139806449989333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
[pid=19944/tid=19956] ppid=19942 vsize=28231652 memory=281310560202624 CPUtime=0 cores=0-7
/proc/19944/task/19956/stat : 19956 (java) S 19942 19942 16421 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 511513581 28909211648 12368 33554432000 4194304 4196468 140736198989344 139805831841136 139806449989333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
[pid=19944/tid=19957] ppid=19942 vsize=28231652 memory=281310560207232 CPUtime=0 cores=0-7
/proc/19944/task/19957/stat : 19957 (java) S 19942 19942 16421 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511513583 28909211648 12397 33554432000 4194304 4196468 140736198989344 139805830789456 139806449997723 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
[pid=19944/tid=19958] ppid=19942 vsize=28231652 memory=281310560211840 CPUtime=0.02 cores=0-7
/proc/19944/task/19958/stat : 19958 (java) R 19942 19942 16421 0 -1 4202560 582 0 0 0 2 0 0 0 20 0 20 0 511513584 28909211648 12397 33554432000 4194304 4196468 140736198989344 139805829722896 139806431507292 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
[pid=19944/tid=19959] ppid=19942 vsize=28231652 memory=281310560216448 CPUtime=0.02 cores=0-7
/proc/19944/task/19959/stat : 19959 (java) S 19942 19942 16421 0 -1 1077944384 122 0 0 0 2 0 0 0 20 0 20 0 511513584 28909211648 12397 33554432000 4194304 4196468 140736198989344 139805828684016 139806449990274 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
[pid=19944/tid=19960] ppid=19942 vsize=28231652 memory=281310560221056 CPUtime=0.03 cores=0-7
/proc/19944/task/19960/stat : 19960 (java) S 19942 19942 16421 0 -1 1077944384 332 0 0 0 3 0 0 0 20 0 20 0 511513584 28909211648 12397 33554432000 4194304 4196468 140736198989344 139805827631216 139806449990274 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
[pid=19944/tid=19961] ppid=19942 vsize=28231652 memory=281310560225664 CPUtime=0.12 cores=0-7
/proc/19944/task/19961/stat : 19961 (java) S 19942 19942 16421 0 -1 1077944384 1042 0 0 0 12 0 0 0 20 0 20 0 511513584 28909211648 12397 33554432000 4194304 4196468 140736198989344 139805826578416 139806449990274 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
[pid=19944/tid=19962] ppid=19942 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/19944/task/19962/stat : 19962 (java) S 19942 19942 16421 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511513584 28909211648 12397 33554432000 4194304 4196468 140736198989344 139805825526880 139806449989333 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
[pid=19944/tid=19963] ppid=19942 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/19944/task/19963/stat : 19963 (java) S 19942 19942 16421 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511513584 28909211648 12397 33554432000 4194304 4196468 140736198989344 139805824474160 139806449990274 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 50924 KiB

[startup+0.703695 s]
/proc/loadavg: 6.69 7.79 7.82 2/213 19963
/proc/meminfo: memFree=25641148/32770624 swapFree=66959708/67108860
[pid=19942] ppid=19939 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/19942/stat : 19942 (xcsp3-exec) S 19939 19942 16421 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 511513578 115843072 363 33554432000 4194304 5098028 140728481037456 140728481035560 139873937633916 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 23777280 140728481043318 140728481043561 140728481043561 140728481046474 0
/proc/19942/statm: 28282 363 304 221 0 87 0
[pid=19944] ppid=19942 vsize=28233776 memory=204772 CPUtime=1.61 cores=0-7
/proc/19944/stat : 19944 (java) S 19942 19942 16421 0 -1 1077944320 14333 0 0 0 148 13 0 0 20 0 20 0 511513578 28911386624 51193 33554432000 4194304 4196468 140736198989344 140736198971888 139806449979127 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
/proc/19944/statm: 7058444 51193 3438 1 0 7019544 0
[pid=19944/tid=19945] ppid=19942 vsize=28233776 memory=4580 CPUtime=0.67 cores=0-7
/proc/19944/task/19945/stat : 19945 (java) S 19942 19942 16421 0 -1 1077944384 8462 0 0 0 62 5 0 0 20 0 20 0 511513578 28911386624 51193 33554432000 4194304 4196468 140736198989344 139806454216272 139806449989333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
[pid=19944/tid=19946] ppid=19942 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/19944/task/19946/stat : 19946 (java) R 19942 19942 16421 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 511513579 28911386624 51193 33554432000 4194304 4196468 140736198989344 139806421822608 139806435007001 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
[pid=19944/tid=19947] ppid=19942 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/19944/task/19947/stat : 19947 (java) R 19942 19942 16421 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 20 0 511513579 28911386624 51193 33554432000 4194304 4196468 140736198989344 139806000057360 139806435007010 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
[pid=19944/tid=19948] ppid=19942 vsize=28233776 memory=1188 CPUtime=0 cores=0-7
/proc/19944/task/19948/stat : 19948 (java) R 19942 19942 16421 0 -1 4202560 23 0 0 0 0 0 0 0 20 0 20 0 511513579 28911386624 51193 33554432000 4194304 4196468 140736198989344 139805999004560 139806443081941 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0

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

[pid=19944/tid=19952] ppid=19942 vsize=28766288 memory=1568 CPUtime=0.61 cores=0-7
/proc/19944/task/19952/stat : 19952 (java) S 19942 19942 16421 0 -1 1077944384 912 0 0 0 36 25 0 0 20 0 28 0 511513579 29456678912 996150 33554432000 4194304 4196468 140736198989344 139805994793360 139806449989333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
[pid=19944/tid=19953] ppid=19942 vsize=28766288 memory=928 CPUtime=0.62 cores=0-7
/proc/19944/task/19953/stat : 19953 (java) S 19942 19942 16421 0 -1 1077944384 720 0 0 0 36 26 0 0 20 0 28 0 511513579 29456678912 996150 33554432000 4194304 4196468 140736198989344 139805993740560 139806449989333 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
[pid=19944/tid=19954] ppid=19942 vsize=28766288 memory=3656 CPUtime=0.04 cores=0-7
/proc/19944/task/19954/stat : 19954 (java) S 19942 19942 16421 0 -1 1077944384 6634 0 0 0 3 1 0 0 20 0 28 0 511513580 29456678912 996150 33554432000 4194304 4196468 140736198989344 139805833948016 139806449990274 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
[pid=19944/tid=19955] ppid=19942 vsize=28766288 memory=1976 CPUtime=0 cores=0-7
/proc/19944/task/19955/stat : 19955 (java) S 19942 19942 16421 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 28 0 511513581 29456678912 996150 33554432000 4194304 4196468 140736198989344 139805832894048 139806449989333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
[pid=19944/tid=19956] ppid=19942 vsize=28766288 memory=2512 CPUtime=0 cores=0-7
/proc/19944/task/19956/stat : 19956 (java) S 19942 19942 16421 0 -1 1077944384 90 0 0 0 0 0 0 0 20 0 28 0 511513581 29456678912 996150 33554432000 4194304 4196468 140736198989344 139805831841152 139806449989333 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
[pid=19944/tid=19957] ppid=19942 vsize=28766288 memory=808 CPUtime=0 cores=0-7
/proc/19944/task/19957/stat : 19957 (java) S 19942 19942 16421 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 511513583 29456678912 996150 33554432000 4194304 4196468 140736198989344 139805830789456 139806449997723 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
[pid=19944/tid=19958] ppid=19942 vsize=28766288 memory=1448 CPUtime=2.59 cores=0-7
/proc/19944/task/19958/stat : 19958 (java) S 19942 19942 16421 0 -1 1077944384 17652 0 0 0 256 3 0 0 20 0 28 0 511513584 29456678912 996150 33554432000 4194304 4196468 140736198989344 139805829736816 139806449990274 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
[pid=19944/tid=19959] ppid=19942 vsize=28766288 memory=1764 CPUtime=2.51 cores=0-7
/proc/19944/task/19959/stat : 19959 (java) S 19942 19942 16421 0 -1 1077944384 16097 0 0 0 248 3 0 0 20 0 28 0 511513584 29456678912 996150 33554432000 4194304 4196468 140736198989344 139805828684016 139806449990274 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
[pid=19944/tid=19960] ppid=19942 vsize=28766288 memory=111632 CPUtime=2 cores=0-7
/proc/19944/task/19960/stat : 19960 (java) S 19942 19942 16421 0 -1 1077944384 13029 0 0 0 196 4 0 0 20 0 28 0 511513584 29456678912 996150 33554432000 4194304 4196468 140736198989344 139805827631216 139806449990274 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
[pid=19944/tid=19961] ppid=19942 vsize=28766288 memory=800 CPUtime=0.73 cores=0-7
/proc/19944/task/19961/stat : 19961 (java) S 19942 19942 16421 0 -1 1077944384 8065 0 0 0 71 2 0 0 20 0 28 0 511513584 29456678912 996150 33554432000 4194304 4196468 140736198989344 139805826578416 139806449990274 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
[pid=19944/tid=19962] ppid=19942 vsize=28766288 memory=4100 CPUtime=0 cores=0-7
/proc/19944/task/19962/stat : 19962 (java) S 19942 19942 16421 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 511513584 29456678912 996150 33554432000 4194304 4196468 140736198989344 139805825526880 139806449989333 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
[pid=19944/tid=19963] ppid=19942 vsize=28766288 memory=56 CPUtime=0.02 cores=0-7
/proc/19944/task/19963/stat : 19963 (java) S 19942 19942 16421 0 -1 1077944384 670 0 0 0 1 1 0 0 20 0 28 0 511513584 29456678912 996150 33554432000 4194304 4196468 140736198989344 139805824474160 139806449990274 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
[pid=19944/tid=19966] ppid=19942 vsize=28766288 memory=6944656575208382560 CPUtime=26.23 cores=0-7
/proc/19944/task/19966/stat : 19966 (java) R 19942 19942 16421 0 -1 4202560 1775 0 0 0 2615 8 0 0 20 0 28 0 511516068 29456678912 996150 33554432000 4194304 4196468 140736198989344 139805817588264 139806093195491 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
[pid=19944/tid=19967] ppid=19942 vsize=28766288 memory=6944656592455097440 CPUtime=26.59 cores=0-7
/proc/19944/task/19967/stat : 19967 (java) R 19942 19942 16421 0 -1 4202560 3212 0 0 0 2651 8 0 0 20 0 28 0 511516068 29456678912 996150 33554432000 4194304 4196468 140736198989344 139805746778200 139806092079466 0 4 0 16800975 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
[pid=19944/tid=19968] ppid=19942 vsize=28766288 memory=6944656592455359580 CPUtime=26.33 cores=0-7
/proc/19944/task/19968/stat : 19968 (java) R 19942 19942 16421 0 -1 4202560 3081 0 0 0 2622 11 0 0 20 0 28 0 511516068 29456678912 996150 33554432000 4194304 4196468 140736198989344 139805745724888 139806093194759 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
[pid=19944/tid=19969] ppid=19942 vsize=28766288 memory=6944656575208382560 CPUtime=26.59 cores=0-7
/proc/19944/task/19969/stat : 19969 (java) R 19942 19942 16421 0 -1 4202560 3061 0 0 0 2648 11 0 0 20 0 28 0 511516068 29456678912 996150 33554432000 4194304 4196468 140736198989344 139805744671912 139806093195812 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
[pid=19944/tid=19970] ppid=19942 vsize=28766288 memory=6655300316396806240 CPUtime=26.52 cores=0-7
/proc/19944/task/19970/stat : 19970 (java) R 19942 19942 16421 0 -1 4202560 2955 0 0 0 2644 8 0 0 20 0 28 0 511516068 29456678912 996150 33554432000 4194304 4196468 140736198989344 139805743619112 139806091840172 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
[pid=19944/tid=19971] ppid=19942 vsize=28766288 memory=6943526294502006880 CPUtime=26.31 cores=0-7
/proc/19944/task/19971/stat : 19971 (java) R 19942 19942 16421 0 -1 4202560 3754 0 0 0 2627 4 0 0 20 0 28 0 511516068 29456678912 996150 33554432000 4194304 4196468 140736198989344 139805742566984 139806093193255 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
[pid=19944/tid=19972] ppid=19942 vsize=28766288 memory=318629919271944493 CPUtime=26.32 cores=0-7
/proc/19944/task/19972/stat : 19972 (java) R 19942 19942 16421 0 -1 4202560 3359 0 0 0 2627 5 0 0 20 0 28 0 511516068 29456678912 996150 33554432000 4194304 4196468 140736198989344 139805741514536 139806093194882 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
[pid=19944/tid=19973] ppid=19942 vsize=28766288 memory=16102567654459202 CPUtime=26.63 cores=0-7
/proc/19944/task/19973/stat : 19973 (java) R 19942 19942 16421 0 -1 4202560 4163 0 0 0 2651 12 0 0 20 0 28 0 511516068 29456678912 996150 33554432000 4194304 4196468 140736198989344 139805740461568 139806093193640 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
Current children cumulated CPU time: 248.86 s
Current children cumulated vsize: 28879416 KiB
Current children cumulated memory: 3986052 KiB

[startup+52.7017 s]
/proc/loadavg: 6.18 7.36 7.66 10/221 19973
/proc/meminfo: memFree=21738880/32770624 swapFree=66959708/67108860
[pid=19942] ppid=19939 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/19942/stat : 19942 (xcsp3-exec) S 19939 19942 16421 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 511513578 115843072 363 33554432000 4194304 5098028 140728481037456 140728481035560 139873937633916 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 23777280 140728481043318 140728481043561 140728481043561 140728481046474 0
/proc/19942/statm: 28282 363 304 221 0 87 0
[pid=19944] ppid=19942 vsize=28766288 memory=4115672 CPUtime=251.98 cores=0-7
/proc/19944/stat : 19944 (java) S 19942 19942 16421 0 -1 1077944320 111583 0 0 0 24866 332 0 0 20 0 28 0 511513578 29456678912 1028918 33554432000 4194304 4196468 140736198989344 140736198971888 139806449979127 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
/proc/19944/statm: 7191572 1028918 3535 1 0 7152672 0
[pid=19944/tid=19945] ppid=19942 vsize=28766288 memory=65248 CPUtime=24.36 cores=0-7
/proc/19944/task/19945/stat : 19945 (java) S 19942 19942 16421 0 -1 1077944384 15843 0 0 0 2400 36 0 0 20 0 28 0 511513578 29456678912 1028918 33554432000 4194304 4196468 140736198989344 139806454219904 139806449989333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
[pid=19944/tid=19946] ppid=19942 vsize=28766288 memory=6791534058613427641 CPUtime=0.61 cores=0-7
/proc/19944/task/19946/stat : 19946 (java) S 19942 19942 16421 0 -1 1077944384 994 0 0 0 34 27 0 0 20 0 28 0 511513579 29456678912 1028918 33554432000 4194304 4196468 140736198989344 139806421822608 139806449989333 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
[pid=19944/tid=19947] ppid=19942 vsize=28766288 memory=0 CPUtime=0.61 cores=0-7
/proc/19944/task/19947/stat : 19947 (java) S 19942 19942 16421 0 -1 1077944384 1078 0 0 0 35 26 0 0 20 0 28 0 511513579 29456678912 1028918 33554432000 4194304 4196468 140736198989344 139806000057360 139806449989333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
[pid=19944/tid=19948] ppid=19942 vsize=28766288 memory=4580 CPUtime=0.61 cores=0-7
/proc/19944/task/19948/stat : 19948 (java) S 19942 19942 16421 0 -1 1077944384 647 0 0 0 34 27 0 0 20 0 28 0 511513579 29456678912 1028918 33554432000 4194304 4196468 140736198989344 139805999004560 139806449989333 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
[pid=19944/tid=19949] ppid=19942 vsize=28766288 memory=0 CPUtime=0.59 cores=0-7
/proc/19944/task/19949/stat : 19949 (java) S 19942 19942 16421 0 -1 1077944384 707 0 0 0 35 24 0 0 20 0 28 0 511513579 29456678912 1028918 33554432000 4194304 4196468 140736198989344 139805997951760 139806449989333 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
[pid=19944/tid=19950] ppid=19942 vsize=28766288 memory=3888268 CPUtime=0.61 cores=0-7
/proc/19944/task/19950/stat : 19950 (java) S 19942 19942 16421 0 -1 1077944384 984 0 0 0 36 25 0 0 20 0 28 0 511513579 29456678912 1028918 33554432000 4194304 4196468 140736198989344 139805996898960 139806449989333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
[pid=19944/tid=19951] ppid=19942 vsize=28766288 memory=3624 CPUtime=0.61 cores=0-7
/proc/19944/task/19951/stat : 19951 (java) S 19942 19942 16421 0 -1 1077944384 652 0 0 0 36 25 0 0 20 0 28 0 511513579 29456678912 1028918 33554432000 4194304 4196468 140736198989344 139805995846160 139806449989333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
[pid=19944/tid=19952] ppid=19942 vsize=28766288 memory=65248 CPUtime=0.61 cores=0-7
/proc/19944/task/19952/stat : 19952 (java) S 19942 19942 16421 0 -1 1077944384 912 0 0 0 36 25 0 0 20 0 28 0 511513579 29456678912 1028918 33554432000 4194304 4196468 140736198989344 139805994793360 139806449989333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
[pid=19944/tid=19953] ppid=19942 vsize=28766288 memory=988 CPUtime=0.62 cores=0-7
/proc/19944/task/19953/stat : 19953 (java) S 19942 19942 16421 0 -1 1077944384 720 0 0 0 36 26 0 0 20 0 28 0 511513579 29456678912 1028918 33554432000 4194304 4196468 140736198989344 139805993740560 139806449989333 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
[pid=19944/tid=19954] ppid=19942 vsize=28766288 memory=1452 CPUtime=0.04 cores=0-7
/proc/19944/task/19954/stat : 19954 (java) S 19942 19942 16421 0 -1 1077944384 6634 0 0 0 3 1 0 0 20 0 28 0 511513580 29456678912 1028918 33554432000 4194304 4196468 140736198989344 139805833948016 139806449990274 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
[pid=19944/tid=19955] ppid=19942 vsize=28766288 memory=3888268 CPUtime=0 cores=0-7
/proc/19944/task/19955/stat : 19955 (java) S 19942 19942 16421 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 28 0 511513581 29456678912 1028918 33554432000 4194304 4196468 140736198989344 139805832894048 139806449989333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
[pid=19944/tid=19956] ppid=19942 vsize=28766288 memory=3791928 CPUtime=0 cores=0-7
/proc/19944/task/19956/stat : 19956 (java) S 19942 19942 16421 0 -1 1077944384 90 0 0 0 0 0 0 0 20 0 28 0 511513581 29456678912 1028918 33554432000 4194304 4196468 140736198989344 139805831841152 139806449989333 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
[pid=19944/tid=19957] ppid=19942 vsize=28766288 memory=1452 CPUtime=0 cores=0-7
/proc/19944/task/19957/stat : 19957 (java) S 19942 19942 16421 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 511513583 29456678912 1028918 33554432000 4194304 4196468 140736198989344 139805830789456 139806449997723 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
[pid=19944/tid=19958] ppid=19942 vsize=28766288 memory=3888268 CPUtime=2.59 cores=0-7
/proc/19944/task/19958/stat : 19958 (java) S 19942 19942 16421 0 -1 1077944384 17652 0 0 0 256 3 0 0 20 0 28 0 511513584 29456678912 1028918 33554432000 4194304 4196468 140736198989344 139805829736816 139806449990274 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
[pid=19944/tid=19959] ppid=19942 vsize=28766288 memory=620 CPUtime=2.51 cores=0-7
/proc/19944/task/19959/stat : 19959 (java) S 19942 19942 16421 0 -1 1077944384 16097 0 0 0 248 3 0 0 20 0 28 0 511513584 29456678912 1028918 33554432000 4194304 4196468 140736198989344 139805828684016 139806449990274 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
[pid=19944/tid=19960] ppid=19942 vsize=28766288 memory=1496 CPUtime=2 cores=0-7
/proc/19944/task/19960/stat : 19960 (java) S 19942 19942 16421 0 -1 1077944384 13029 0 0 0 196 4 0 0 20 0 28 0 511513584 29456678912 1028918 33554432000 4194304 4196468 140736198989344 139805827631216 139806449990274 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
[pid=19944/tid=19961] ppid=19942 vsize=28766288 memory=1016 CPUtime=0.73 cores=0-7
/proc/19944/task/19961/stat : 19961 (java) S 19942 19942 16421 0 -1 1077944384 8065 0 0 0 71 2 0 0 20 0 28 0 511513584 29456678912 1028918 33554432000 4194304 4196468 140736198989344 139805826578416 139806449990274 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
[pid=19944/tid=19962] ppid=19942 vsize=28766288 memory=6072 CPUtime=0 cores=0-7
/proc/19944/task/19962/stat : 19962 (java) S 19942 19942 16421 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 511513584 29456678912 1028918 33554432000 4194304 4196468 140736198989344 139805825526880 139806449989333 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
[pid=19944/tid=19963] ppid=19942 vsize=28766288 memory=14012 CPUtime=0.02 cores=0-7
/proc/19944/task/19963/stat : 19963 (java) S 19942 19942 16421 0 -1 1077944384 670 0 0 0 1 1 0 0 20 0 28 0 511513584 29456678912 1028918 33554432000 4194304 4196468 140736198989344 139805824474160 139806449990274 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
[pid=19944/tid=19966] ppid=19942 vsize=28766288 memory=3472328296227679313 CPUtime=26.62 cores=0-7
/proc/19944/task/19966/stat : 19966 (java) R 19942 19942 16421 0 -1 4202560 1790 0 0 0 2654 8 0 0 20 0 28 0 511516068 29456678912 1028918 33554432000 4194304 4196468 140736198989344 139805817588264 139806093195796 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
[pid=19944/tid=19967] ppid=19942 vsize=28766288 memory=140655422097024 CPUtime=26.97 cores=0-7
/proc/19944/task/19967/stat : 19967 (java) R 19942 19942 16421 0 -1 4202560 3236 0 0 0 2689 8 0 0 20 0 28 0 511516068 29456678912 1028918 33554432000 4194304 4196468 140736198989344 139805746778200 139806093196022 0 4 0 16800975 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
[pid=19944/tid=19968] ppid=19942 vsize=28766288 memory=7815263158104752195 CPUtime=26.72 cores=0-7
/proc/19944/task/19968/stat : 19968 (java) R 19942 19942 16421 0 -1 4202560 3100 0 0 0 2661 11 0 0 20 0 28 0 511516068 29456678912 1028918 33554432000 4194304 4196468 140736198989344 139805745724888 139806093195870 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
[pid=19944/tid=19969] ppid=19942 vsize=28766288 memory=1947533 CPUtime=26.98 cores=0-7
/proc/19944/task/19969/stat : 19969 (java) R 19942 19942 16421 0 -1 4202560 3079 0 0 0 2687 11 0 0 20 0 28 0 511516068 29456678912 1028918 33554432000 4194304 4196468 140736198989344 139805744671912 139806092079765 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
[pid=19944/tid=19970] ppid=19942 vsize=28766288 memory=4193192334437122080 CPUtime=26.91 cores=0-7
/proc/19944/task/19970/stat : 19970 (java) R 19942 19942 16421 0 -1 4202560 2976 0 0 0 2683 8 0 0 20 0 28 0 511516068 29456678912 1028918 33554432000 4194304 4196468 140736198989344 139805743619112 139806092079784 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
[pid=19944/tid=19971] ppid=19942 vsize=28766288 memory=0 CPUtime=26.7 cores=0-7
/proc/19944/task/19971/stat : 19971 (java) R 19942 19942 16421 0 -1 4202560 3772 0 0 0 2665 5 0 0 20 0 28 0 511516068 29456678912 1028918 33554432000 4194304 4196468 140736198989344 139805742566984 139806093195848 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
[pid=19944/tid=19972] ppid=19942 vsize=28766288 memory=0 CPUtime=26.71 cores=0-7
/proc/19944/task/19972/stat : 19972 (java) R 19942 19942 16421 0 -1 4202560 3383 0 0 0 2666 5 0 0 20 0 28 0 511516068 29456678912 1028918 33554432000 4194304 4196468 140736198989344 139805741514536 139806093194873 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
[pid=19944/tid=19973] ppid=19942 vsize=28766288 memory=6944656592452807316 CPUtime=27.01 cores=0-7
/proc/19944/task/19973/stat : 19973 (java) R 19942 19942 16421 0 -1 4202560 4188 0 0 0 2689 12 0 0 20 0 28 0 511516068 29456678912 1028918 33554432000 4194304 4196468 140736198989344 139805740461568 139806093195779 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
Current children cumulated CPU time: 251.98 s
Current children cumulated vsize: 28879416 KiB
Current children cumulated memory: 4117124 KiB

[startup+52.9014 s]
/proc/loadavg: 6.18 7.36 7.66 10/221 19973
/proc/meminfo: memFree=21738880/32770624 swapFree=66959708/67108860
[pid=19942] ppid=19939 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/19942/stat : 19942 (xcsp3-exec) S 19939 19942 16421 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 511513578 115843072 363 33554432000 4194304 5098028 140728481037456 140728481035560 139873937633916 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 23777280 140728481043318 140728481043561 140728481043561 140728481046474 0
/proc/19942/statm: 28282 363 304 221 0 87 0
[pid=19944] ppid=19942 vsize=28766288 memory=4178632 CPUtime=253.44 cores=0-7
/proc/19944/stat : 19944 (java) S 19942 19942 16421 0 -1 1077944320 113106 0 0 0 25011 333 0 0 20 0 19 0 511513578 29456678912 1044658 33554432000 4194304 4196468 140736198989344 140736198971888 139806449979127 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
/proc/19944/statm: 7191572 1044658 3537 1 0 7152672 0
[pid=19944/tid=19945] ppid=19942 vsize=28766288 memory=6442234767196384617 CPUtime=24.36 cores=0-7
/proc/19944/task/19945/stat : 19945 (java) S 19942 19942 16421 0 -1 1077944384 16570 0 0 0 2400 36 0 0 20 0 19 0 511513578 29456678912 1044658 33554432000 4194304 4196468 140736198989344 139806454221968 139806449989333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
[pid=19944/tid=19946] ppid=19942 vsize=28766288 memory=6442234767196384617 CPUtime=0.61 cores=0-7
/proc/19944/task/19946/stat : 19946 (java) S 19942 19942 16421 0 -1 1077944384 994 0 0 0 34 27 0 0 20 0 19 0 511513579 29456678912 1044658 33554432000 4194304 4196468 140736198989344 139806421822608 139806449989333 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
[pid=19944/tid=19947] ppid=19942 vsize=28766288 memory=6442234767196384617 CPUtime=0.61 cores=0-7
/proc/19944/task/19947/stat : 19947 (java) S 19942 19942 16421 0 -1 1077944384 1078 0 0 0 35 26 0 0 20 0 19 0 511513579 29456678912 1044658 33554432000 4194304 4196468 140736198989344 139806000057360 139806449989333 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
[pid=19944/tid=19948] ppid=19942 vsize=28766288 memory=6442234767196384617 CPUtime=0.61 cores=0-7
/proc/19944/task/19948/stat : 19948 (java) S 19942 19942 16421 0 -1 1077944384 647 0 0 0 34 27 0 0 20 0 19 0 511513579 29456678912 1044658 33554432000 4194304 4196468 140736198989344 139805999004560 139806449989333 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
[pid=19944/tid=19949] ppid=19942 vsize=28766288 memory=6442234767196384617 CPUtime=0.59 cores=0-7
/proc/19944/task/19949/stat : 19949 (java) S 19942 19942 16421 0 -1 1077944384 707 0 0 0 35 24 0 0 20 0 19 0 511513579 29456678912 1044658 33554432000 4194304 4196468 140736198989344 139805997951760 139806449989333 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
[pid=19944/tid=19950] ppid=19942 vsize=28766288 memory=6442234767196384617 CPUtime=0.61 cores=0-7
/proc/19944/task/19950/stat : 19950 (java) S 19942 19942 16421 0 -1 1077944384 984 0 0 0 36 25 0 0 20 0 19 0 511513579 29456678912 1044658 33554432000 4194304 4196468 140736198989344 139805996898960 139806449989333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
[pid=19944/tid=19951] ppid=19942 vsize=28766288 memory=7591212353541794157 CPUtime=0.61 cores=0-7
/proc/19944/task/19951/stat : 19951 (java) S 19942 19942 16421 0 -1 1077944384 652 0 0 0 36 25 0 0 20 0 19 0 511513579 29456678912 1044658 33554432000 4194304 4196468 140736198989344 139805995846160 139806449989333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
[pid=19944/tid=19952] ppid=19942 vsize=28766288 memory=7596843979151926122 CPUtime=0.61 cores=0-7
/proc/19944/task/19952/stat : 19952 (java) S 19942 19942 16421 0 -1 1077944384 912 0 0 0 36 25 0 0 20 0 19 0 511513579 29456678912 1044658 33554432000 4194304 4196468 140736198989344 139805994793360 139806449989333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
[pid=19944/tid=19953] ppid=19942 vsize=28766288 memory=7596843979151926122 CPUtime=0.62 cores=0-7
/proc/19944/task/19953/stat : 19953 (java) S 19942 19942 16421 0 -1 1077944384 720 0 0 0 36 26 0 0 20 0 19 0 511513579 29456678912 1044658 33554432000 4194304 4196468 140736198989344 139805993740560 139806449989333 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
[pid=19944/tid=19954] ppid=19942 vsize=28766288 memory=7667780139813923427 CPUtime=0.04 cores=0-7
/proc/19944/task/19954/stat : 19954 (java) S 19942 19942 16421 0 -1 1077944384 6646 0 0 0 3 1 0 0 20 0 19 0 511513580 29456678912 1044658 33554432000 4194304 4196468 140736198989344 139805833948224 139806449990274 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
[pid=19944/tid=19955] ppid=19942 vsize=28766288 memory=7666087991754447207 CPUtime=0 cores=0-7
/proc/19944/task/19955/stat : 19955 (java) S 19942 19942 16421 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 19 0 511513581 29456678912 1044658 33554432000 4194304 4196468 140736198989344 139805832894048 139806449989333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
[pid=19944/tid=19956] ppid=19942 vsize=28766288 memory=7666087991754447207 CPUtime=0 cores=0-7
/proc/19944/task/19956/stat : 19956 (java) S 19942 19942 16421 0 -1 1077944384 90 0 0 0 0 0 0 0 20 0 19 0 511513581 29456678912 1044658 33554432000 4194304 4196468 140736198989344 139805831841152 139806449989333 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
[pid=19944/tid=19957] ppid=19942 vsize=28766288 memory=6154282490091891024 CPUtime=0 cores=0-7
/proc/19944/task/19957/stat : 19957 (java) S 19942 19942 16421 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 19 0 511513583 29456678912 1044658 33554432000 4194304 4196468 140736198989344 139805830788224 139806449989333 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
[pid=19944/tid=19958] ppid=19942 vsize=28766288 memory=-6588068453518443316 CPUtime=2.59 cores=0-7
/proc/19944/task/19958/stat : 19958 (java) S 19942 19942 16421 0 -1 1077944384 17652 0 0 0 256 3 0 0 20 0 19 0 511513584 29456678912 1044658 33554432000 4194304 4196468 140736198989344 139805829736816 139806449990274 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
[pid=19944/tid=19959] ppid=19942 vsize=28766288 memory=5861546396693583977 CPUtime=2.51 cores=0-7
/proc/19944/task/19959/stat : 19959 (java) S 19942 19942 16421 0 -1 1077944384 16097 0 0 0 248 3 0 0 20 0 19 0 511513584 29456678912 1044658 33554432000 4194304 4196468 140736198989344 139805828684016 139806449990274 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
[pid=19944/tid=19960] ppid=19942 vsize=28766288 memory=5787213827147326820 CPUtime=2.01 cores=0-7
/proc/19944/task/19960/stat : 19960 (java) S 19942 19942 16421 0 -1 1077944384 13029 0 0 0 197 4 0 0 20 0 19 0 511513584 29456678912 1044658 33554432000 4194304 4196468 140736198989344 139805827616176 139806449989333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
[pid=19944/tid=19961] ppid=19942 vsize=28766288 memory=5787213827080217956 CPUtime=0.73 cores=0-7
/proc/19944/task/19961/stat : 19961 (java) S 19942 19942 16421 0 -1 1077944384 8549 0 0 0 71 2 0 0 20 0 19 0 511513584 29456678912 1044658 33554432000 4194304 4196468 140736198989344 139805826577984 139806449989333 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
[pid=19944/tid=19962] ppid=19942 vsize=28766288 memory=5787213827113772388 CPUtime=0 cores=0-7
/proc/19944/task/19962/stat : 19962 (java) S 19942 19942 16421 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 511513584 29456678912 1044658 33554432000 4194304 4196468 140736198989344 139805825526880 139806449989333 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18513920 140736198992874 140736198993046 140736198993046 140736198995919 0
Current children cumulated CPU time: 253.44 s
Current children cumulated vsize: 28879416 KiB
Current children cumulated memory: 4180084 KiB

Child status: 0
Real time (s): 52.935
CPU time (s): 253.485
CPU user time (s): 250.119
CPU system time (s): 3.36637
CPU usage (%): 478.862
Max. virtual memory (cumulated for all children) (KiB): 28879416
Max. memory (cumulated for all children) (KiB): 4180084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 250.119
system time used= 3.36637
maximum resident set size= 4178996
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 113713
page faults= 0
swaps= 0
block input operations= 0
block output operations= 408
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7322
involuntary context switches= 3714


# summary of solver processes directly reported to runsolver:
#   pid: 19942
#   total CPU time (s): 253.485
#   total CPU user time (s): 250.119
#   total CPU system time (s): 3.36637

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.483822 second user time and 0.593597 second system time

The end

Launcher Data

Begin job on node127 at 2019-09-24 21:13:27
IDJOB=4406760
IDBENCH=133266
IDSOLVER=2871
FILE ID=node127/4406760-1569352447
RUNJOBID= node127-1569349242-16448
PBS_JOBID= 21705087
Free space on /tmp= 35916 MiB

SOLVER NAME= choco-solver 2019-09-24 parallel
BENCH NAME= XCSP17/MagicSquare/MagicSquare-mdd-s1/MagicSquare-9-mdd.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-4406760-1569352447/watcher-4406760-1569352447 -o /tmp/evaluation-result-4406760-1569352447/solver-4406760-1569352447 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node127-1569349242-16448 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 533731620 HOME/instance-4406760-1569352447.xml

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

MD5SUM BENCH= fb3d9364636893e4a3b852a85a1b811d
RANDOM SEED=533731620

node127.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.55
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.55
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.55
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.55
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:        25713168 kB
MemAvailable:   31796316 kB
Buffers:           90320 kB
Cached:          6193184 kB
SwapCached:        44644 kB
Active:          3064624 kB
Inactive:        3269208 kB
Active(anon):       2036 kB
Inactive(anon):   105944 kB
Active(file):    3062588 kB
Inactive(file):  3163264 kB
Unevictable:      107788 kB
Mlocked:          107788 kB
SwapTotal:      67108860 kB
SwapFree:       66959708 kB
Dirty:             30716 kB
Writeback:             0 kB
AnonPages:        115112 kB
Mapped:            57672 kB
Shmem:             49032 kB
Slab:             315036 kB
SReclaimable:     285756 kB
SUnreclaim:        29280 kB
KernelStack:        3376 kB
PageTables:         5264 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     515472 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:      138624 kB
DirectMap2M:    33406976 kB

Free space on /tmp at the end= 35892 MiB
End job on node127 at 2019-09-24 21:14:20