Trace number 4399426

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-16 parallelSAT 1023.97 129.472

General information on the benchmark

NameXCSP19/ConsecutiveSquarePacking/
ConsecutiveSquarePacking-sp-26-080.xml
MD5SUM82f2ba8c739d4bfd8362bd41c1ff224a
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 benchmark7.46308
Satisfiable
(Un)Satisfiability was proved
Number of variables52
Number of constraints325
Number of domains26
Minimum domain size55
Maximum domain size80
Distribution of domain sizes[{"size":55,"count":2},{"size":56,"count":2},{"size":57,"count":2},{"size":58,"count":2},{"size":59,"count":2},{"size":60,"count":2},{"size":61,"count":2},{"size":62,"count":2},{"size":63,"count":2},{"size":64,"count":2},{"size":65,"count":2},{"size":66,"count":2},{"size":67,"count":2},{"size":68,"count":2},{"size":69,"count":2},{"size":70,"count":2},{"size":71,"count":2},{"size":72,"count":2},{"size":73,"count":2},{"size":74,"count":2},{"size":75,"count":2},{"size":76,"count":2},{"size":77,"count":2},{"size":78,"count":2},{"size":79,"count":2},{"size":80,"count":2}]
Minimum variable degree25
Maximum variable degree25
Distribution of variable degrees[{"degree":25,"count":52}]
Minimum constraint arity4
Maximum constraint arity4
Distribution of constraint arities[{"arity":4,"count":325}]
Number of extensional constraints0
Number of intensional constraints325
Distribution of constraint types[{"type":"intension","count":325}]
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-4399426-1568718619.xml"  -tl '20160s' -p 8
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4399426-1568718619.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.29	c parse instance...
4.84/1.40	c solve instance...
1023.88/129.45	s SATISFIABLE
1023.88/129.45	v <instantiation>
1023.88/129.45	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] y[0] y[1] y[2] y[3] y[4] y[5] y[6] y[7] y[8] y[9] y[10] y[11] y[12] y[13] y[14] y[15] y[16] y[17] y[18] y[19] y[20] y[21] y[22] y[23] y[24] y[25] </list>
1023.88/129.45	v 	<values>24 24 45 20 46 59 51 58 10 0 19 46 67 19 43 25 26 41 0 26 59 58 57 33 0 0 52 53 53 51 19 43 18 49 51 51 55 26 43 66 38 2 38 0 61 18 0 21 57 56 0 25 </values>
1023.88/129.45	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 (15249 MiB free)
  memory of node 1: 16384 MiB (15502 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4399426-1568718619/watcher-4399426-1568718619 -o /tmp/evaluation-result-4399426-1568718619/solver-4399426-1568718619 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node103-1568711398-15370 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 551544210 HOME/instance-4399426-1568718619.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 20160 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 20190 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=17534, runsolver pid=17531

[startup+0.100162 s]*
/proc/loadavg: 8.06 8.24 8.27 2/211 17555
/proc/meminfo: memFree=31472684/32770624 swapFree=66997372/67108860
[pid=17534] ppid=17531 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/17534/stat : 17534 (xcsp3-exec) S 17531 17534 15343 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 448114922 115843072 363 33554432000 4194304 5098028 140729603814080 140729603812184 140026359046780 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 9916416 140729603822454 140729603822697 140729603822697 140729603825610 0
/proc/17534/statm: 28282 363 304 221 0 87 0
[pid=17536] ppid=17534 vsize=28227396 memory=29648 CPUtime=0.13 cores=0-7
/proc/17536/stat : 17536 (java) S 17534 17534 15343 0 -1 1077944320 5888 0 0 0 11 2 0 0 20 0 20 0 448114923 28904853504 7412 33554432000 4194304 4196468 140728292613536 140728292596080 140360002535159 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
/proc/17536/statm: 7056849 7412 3117 1 0 7019032 0
[pid=17536/tid=17537] ppid=17534 vsize=28227396 memory=8317482817917895235 CPUtime=0.09 cores=0-7
/proc/17536/task/17537/stat : 17537 (java) R 17534 17534 15343 0 -1 4202560 3799 0 0 0 8 1 0 0 20 0 20 0 448114923 28904853504 7412 33554432000 4194304 4196468 140728292613536 140360006769696 140360002547094 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
[pid=17536/tid=17538] ppid=17534 vsize=28227396 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/17536/task/17538/stat : 17538 (java) S 17534 17534 15343 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448114924 28904853504 7412 33554432000 4194304 4196468 140728292613536 140359955156112 140360002545365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
[pid=17536/tid=17539] ppid=17534 vsize=28227396 memory=140407357281920 CPUtime=0 cores=0-7
/proc/17536/task/17539/stat : 17539 (java) S 17534 17534 15343 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 448114924 28904853504 7412 33554432000 4194304 4196468 140728292613536 140359954103312 140360002545365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
[pid=17536/tid=17540] ppid=17534 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17536/task/17540/stat : 17540 (java) S 17534 17534 15343 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 448114924 28904853504 7412 33554432000 4194304 4196468 140728292613536 140359953050512 140360002545365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
[pid=17536/tid=17541] ppid=17534 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17536/task/17541/stat : 17541 (java) S 17534 17534 15343 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448114924 28904853504 7412 33554432000 4194304 4196468 140728292613536 140359951997712 140360002545365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
[pid=17536/tid=17542] ppid=17534 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17536/task/17542/stat : 17542 (java) S 17534 17534 15343 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 448114924 28904853504 7412 33554432000 4194304 4196468 140728292613536 140359950944912 140360002545365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
[pid=17536/tid=17543] ppid=17534 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/17536/task/17543/stat : 17543 (java) S 17534 17534 15343 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448114924 28904853504 7412 33554432000 4194304 4196468 140728292613536 140359949892112 140360002545365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
[pid=17536/tid=17544] ppid=17534 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17536/task/17544/stat : 17544 (java) S 17534 17534 15343 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448114924 28904853504 7412 33554432000 4194304 4196468 140728292613536 140359948839312 140360002545365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
[pid=17536/tid=17545] ppid=17534 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17536/task/17545/stat : 17545 (java) S 17534 17534 15343 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 448114924 28904853504 7412 33554432000 4194304 4196468 140728292613536 140359947786512 140360002545365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
[pid=17536/tid=17546] ppid=17534 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17536/task/17546/stat : 17546 (java) S 17534 17534 15343 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 448114925 28904853504 7412 33554432000 4194304 4196468 140728292613536 140358983830384 140360002546306 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
[pid=17536/tid=17547] ppid=17534 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17536/task/17547/stat : 17547 (java) S 17534 17534 15343 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 448114926 28904853504 7412 33554432000 4194304 4196468 140728292613536 140358982776352 140360002545365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
[pid=17536/tid=17548] ppid=17534 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17536/task/17548/stat : 17548 (java) S 17534 17534 15343 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 448114926 28904853504 7412 33554432000 4194304 4196468 140728292613536 140358981723504 140360002545365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
[pid=17536/tid=17549] ppid=17534 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17536/task/17549/stat : 17549 (java) S 17534 17534 15343 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448114928 28904853504 7412 33554432000 4194304 4196468 140728292613536 140358980671824 140360002553755 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
[pid=17536/tid=17550] ppid=17534 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17536/task/17550/stat : 17550 (java) S 17534 17534 15343 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 20 0 448114928 28904853504 7412 33554432000 4194304 4196468 140728292613536 140358979619184 140360002546306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
[pid=17536/tid=17551] ppid=17534 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17536/task/17551/stat : 17551 (java) S 17534 17534 15343 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 448114928 28904853504 7412 33554432000 4194304 4196468 140728292613536 140358978566384 140360002546306 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
[pid=17536/tid=17552] ppid=17534 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17536/task/17552/stat : 17552 (java) R 17534 17534 15343 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 448114928 28904853504 7412 33554432000 4194304 4196468 140728292613536 140358977513584 140360002546306 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
[pid=17536/tid=17553] ppid=17534 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/17536/task/17553/stat : 17553 (java) R 17534 17534 15343 0 -1 4202560 354 0 0 0 2 0 0 0 20 0 20 0 448114928 28904853504 7412 33554432000 4194304 4196468 140728292613536 140358976458320 140360002556506 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
[pid=17536/tid=17554] ppid=17534 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17536/task/17554/stat : 17554 (java) S 17534 17534 15343 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 448114929 28904853504 7412 33554432000 4194304 4196468 140728292613536 140358975409248 140360002545365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
[pid=17536/tid=17555] ppid=17534 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/17536/task/17555/stat : 17555 (java) S 17534 17534 15343 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448114929 28904853504 7412 33554432000 4194304 4196468 140728292613536 140358974356528 140360002546306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 31100 KiB

[startup+0.210403 s]*
/proc/loadavg: 8.06 8.24 8.27 2/211 17555
/proc/meminfo: memFree=31459376/32770624 swapFree=66997372/67108860
[pid=17534] ppid=17531 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/17534/stat : 17534 (xcsp3-exec) S 17531 17534 15343 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 448114922 115843072 363 33554432000 4194304 5098028 140729603814080 140729603812184 140026359046780 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 9916416 140729603822454 140729603822697 140729603822697 140729603825610 0
/proc/17534/statm: 28282 363 304 221 0 87 0
[pid=17536] ppid=17534 vsize=28227396 memory=40888 CPUtime=0.34 cores=0-7
/proc/17536/stat : 17536 (java) S 17534 17534 15343 0 -1 1077944320 9537 0 0 0 31 3 0 0 20 0 20 0 448114923 28904853504 10222 33554432000 4194304 4196468 140728292613536 140728292596080 140360002535159 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
/proc/17536/statm: 7056849 10222 3302 1 0 7019032 0
[pid=17536/tid=17537] ppid=17534 vsize=28227396 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/17536/task/17537/stat : 17537 (java) R 17534 17534 15343 0 -1 4202560 6670 0 0 0 18 1 0 0 20 0 20 0 448114923 28904853504 10222 33554432000 4194304 4196468 140728292613536 140360006764880 140359986615646 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
[pid=17536/tid=17538] ppid=17534 vsize=28227396 memory=342 CPUtime=0 cores=0-7
/proc/17536/task/17538/stat : 17538 (java) S 17534 17534 15343 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448114924 28904853504 10222 33554432000 4194304 4196468 140728292613536 140359955156112 140360002545365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
[pid=17536/tid=17539] ppid=17534 vsize=28227396 memory=140407357299707 CPUtime=0 cores=0-7
/proc/17536/task/17539/stat : 17539 (java) S 17534 17534 15343 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 448114924 28904853504 10222 33554432000 4194304 4196468 140728292613536 140359954103312 140360002545365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
[pid=17536/tid=17540] ppid=17534 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/17536/task/17540/stat : 17540 (java) S 17534 17534 15343 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 448114924 28904853504 10222 33554432000 4194304 4196468 140728292613536 140359953050512 140360002545365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
[pid=17536/tid=17541] ppid=17534 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17536/task/17541/stat : 17541 (java) S 17534 17534 15343 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448114924 28904853504 10222 33554432000 4194304 4196468 140728292613536 140359951997712 140360002545365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
[pid=17536/tid=17542] ppid=17534 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17536/task/17542/stat : 17542 (java) S 17534 17534 15343 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 448114924 28904853504 10222 33554432000 4194304 4196468 140728292613536 140359950944912 140360002545365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
[pid=17536/tid=17543] ppid=17534 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/17536/task/17543/stat : 17543 (java) S 17534 17534 15343 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448114924 28904853504 10222 33554432000 4194304 4196468 140728292613536 140359949892112 140360002545365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
[pid=17536/tid=17544] ppid=17534 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17536/task/17544/stat : 17544 (java) S 17534 17534 15343 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448114924 28904853504 10222 33554432000 4194304 4196468 140728292613536 140359948839312 140360002545365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
[pid=17536/tid=17545] ppid=17534 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17536/task/17545/stat : 17545 (java) S 17534 17534 15343 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 448114924 28904853504 10222 33554432000 4194304 4196468 140728292613536 140359947786512 140360002545365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
[pid=17536/tid=17546] ppid=17534 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17536/task/17546/stat : 17546 (java) S 17534 17534 15343 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 448114925 28904853504 10222 33554432000 4194304 4196468 140728292613536 140358983830384 140360002546306 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
[pid=17536/tid=17547] ppid=17534 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17536/task/17547/stat : 17547 (java) S 17534 17534 15343 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 448114926 28904853504 10222 33554432000 4194304 4196468 140728292613536 140358982776352 140360002545365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
[pid=17536/tid=17548] ppid=17534 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17536/task/17548/stat : 17548 (java) S 17534 17534 15343 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 448114926 28904853504 10222 33554432000 4194304 4196468 140728292613536 140358981723504 140360002545365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
[pid=17536/tid=17549] ppid=17534 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17536/task/17549/stat : 17549 (java) S 17534 17534 15343 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448114928 28904853504 10222 33554432000 4194304 4196468 140728292613536 140358980671824 140360002553755 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
[pid=17536/tid=17550] ppid=17534 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17536/task/17550/stat : 17550 (java) S 17534 17534 15343 0 -1 1077944384 328 0 0 0 0 0 0 0 20 0 20 0 448114928 28904853504 10222 33554432000 4194304 4196468 140728292613536 140358979619184 140360002546306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
[pid=17536/tid=17551] ppid=17534 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/17536/task/17551/stat : 17551 (java) S 17534 17534 15343 0 -1 1077944384 332 0 0 0 2 0 0 0 20 0 20 0 448114928 28904853504 10222 33554432000 4194304 4196468 140728292613536 140358978566384 140360002546306 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
[pid=17536/tid=17552] ppid=17534 vsize=28227396 memory=-1 CPUtime=0.01 cores=0-7
/proc/17536/task/17552/stat : 17552 (java) S 17534 17534 15343 0 -1 1077944384 181 0 0 0 1 0 0 0 20 0 20 0 448114928 28904853504 10222 33554432000 4194304 4196468 140728292613536 140358977513584 140360002546306 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
[pid=17536/tid=17553] ppid=17534 vsize=28227396 memory=-1 CPUtime=0.08 cores=0-7
/proc/17536/task/17553/stat : 17553 (java) R 17534 17534 15343 0 -1 4202560 722 0 0 0 8 0 0 0 20 0 20 0 448114928 28904853504 10222 33554432000 4194304 4196468 140728292613536 140358976460784 140360002556506 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
[pid=17536/tid=17554] ppid=17534 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17536/task/17554/stat : 17554 (java) S 17534 17534 15343 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 448114929 28904853504 10222 33554432000 4194304 4196468 140728292613536 140358975409248 140360002545365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
[pid=17536/tid=17555] ppid=17534 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/17536/task/17555/stat : 17555 (java) S 17534 17534 15343 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448114929 28904853504 10222 33554432000 4194304 4196468 140728292613536 140358974356528 140360002546306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42340 KiB

[startup+0.310106 s]*
/proc/loadavg: 8.06 8.24 8.27 3/211 17555
/proc/meminfo: memFree=31454580/32770624 swapFree=66997372/67108860
[pid=17534] ppid=17531 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/17534/stat : 17534 (xcsp3-exec) S 17531 17534 15343 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 448114922 115843072 363 33554432000 4194304 5098028 140729603814080 140729603812184 140026359046780 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 9916416 140729603822454 140729603822697 140729603822697 140729603825610 0
/proc/17534/statm: 28282 363 304 221 0 87 0
[pid=17536] ppid=17534 vsize=28231652 memory=50076 CPUtime=0.53 cores=0-7
/proc/17536/stat : 17536 (java) S 17534 17534 15343 0 -1 1077944320 10827 0 0 0 48 5 0 0 20 0 20 0 448114923 28909211648 12519 33554432000 4194304 4196468 140728292613536 140728292596080 140360002535159 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
/proc/17536/statm: 7057913 12519 3368 1 0 7019032 0
[pid=17536/tid=17537] ppid=17534 vsize=28231652 memory=8317482817917895235 CPUtime=0.29 cores=0-7
/proc/17536/task/17537/stat : 17537 (java) R 17534 17534 15343 0 -1 4202560 7751 0 0 0 26 3 0 0 20 0 20 0 448114923 28909211648 12519 33554432000 4194304 4196468 140728292613536 140360006766272 140359986615646 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
[pid=17536/tid=17538] ppid=17534 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/17536/task/17538/stat : 17538 (java) S 17534 17534 15343 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448114924 28909211648 12519 33554432000 4194304 4196468 140728292613536 140359955156112 140360002545365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
[pid=17536/tid=17539] ppid=17534 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/17536/task/17539/stat : 17539 (java) S 17534 17534 15343 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 448114924 28909211648 12519 33554432000 4194304 4196468 140728292613536 140359954103312 140360002545365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
[pid=17536/tid=17540] ppid=17534 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/17536/task/17540/stat : 17540 (java) S 17534 17534 15343 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 448114924 28909211648 12519 33554432000 4194304 4196468 140728292613536 140359953050512 140360002545365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
[pid=17536/tid=17541] ppid=17534 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/17536/task/17541/stat : 17541 (java) S 17534 17534 15343 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448114924 28909211648 12519 33554432000 4194304 4196468 140728292613536 140359951997712 140360002545365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
[pid=17536/tid=17542] ppid=17534 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/17536/task/17542/stat : 17542 (java) S 17534 17534 15343 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 448114924 28909211648 12519 33554432000 4194304 4196468 140728292613536 140359950944912 140360002545365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
[pid=17536/tid=17543] ppid=17534 vsize=28231652 memory=140407245728431 CPUtime=0 cores=0-7
/proc/17536/task/17543/stat : 17543 (java) S 17534 17534 15343 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448114924 28909211648 12519 33554432000 4194304 4196468 140728292613536 140359949892112 140360002545365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
[pid=17536/tid=17544] ppid=17534 vsize=28231652 memory=140407245730736 CPUtime=0 cores=0-7
/proc/17536/task/17544/stat : 17544 (java) S 17534 17534 15343 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448114924 28909211648 12519 33554432000 4194304 4196468 140728292613536 140359948839312 140360002545365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
[pid=17536/tid=17545] ppid=17534 vsize=28231652 memory=140407245733040 CPUtime=0 cores=0-7
/proc/17536/task/17545/stat : 17545 (java) S 17534 17534 15343 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 448114924 28909211648 12519 33554432000 4194304 4196468 140728292613536 140359947786512 140360002545365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
[pid=17536/tid=17546] ppid=17534 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/17536/task/17546/stat : 17546 (java) S 17534 17534 15343 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 448114925 28909211648 12519 33554432000 4194304 4196468 140728292613536 140358983830384 140360002546306 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
[pid=17536/tid=17547] ppid=17534 vsize=28231652 memory=280814491479952 CPUtime=0 cores=0-7
/proc/17536/task/17547/stat : 17547 (java) S 17534 17534 15343 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 448114926 28909211648 12519 33554432000 4194304 4196468 140728292613536 140358982776352 140360002545365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
[pid=17536/tid=17548] ppid=17534 vsize=28231652 memory=280814491477648 CPUtime=0 cores=0-7
/proc/17536/task/17548/stat : 17548 (java) S 17534 17534 15343 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 448114926 28909211648 12519 33554432000 4194304 4196468 140728292613536 140358981723504 140360002545365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
[pid=17536/tid=17549] ppid=17534 vsize=28231652 memory=280814491484560 CPUtime=0 cores=0-7
/proc/17536/task/17549/stat : 17549 (java) S 17534 17534 15343 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448114928 28909211648 12519 33554432000 4194304 4196468 140728292613536 140358980671824 140360002553755 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
[pid=17536/tid=17550] ppid=17534 vsize=28231652 memory=280814491425840 CPUtime=0.01 cores=0-7
/proc/17536/task/17550/stat : 17550 (java) S 17534 17534 15343 0 -1 1077944384 352 0 0 0 1 0 0 0 20 0 20 0 448114928 28909211648 12519 33554432000 4194304 4196468 140728292613536 140358979619184 140360002546306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
[pid=17536/tid=17551] ppid=17534 vsize=28231652 memory=280814491498384 CPUtime=0.03 cores=0-7
/proc/17536/task/17551/stat : 17551 (java) R 17534 17534 15343 0 -1 4202560 449 0 0 0 3 0 0 0 20 0 20 0 448114928 28909211648 12519 33554432000 4194304 4196468 140728292613536 140358978565568 140359983235456 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
[pid=17536/tid=17552] ppid=17534 vsize=28231652 memory=280814491505296 CPUtime=0.03 cores=0-7
/proc/17536/task/17552/stat : 17552 (java) S 17534 17534 15343 0 -1 1077944384 199 0 0 0 3 0 0 0 20 0 20 0 448114928 28909211648 12519 33554432000 4194304 4196468 140728292613536 140358977513584 140360002546306 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
[pid=17536/tid=17553] ppid=17534 vsize=28231652 memory=280814491502992 CPUtime=0.12 cores=0-7
/proc/17536/task/17553/stat : 17553 (java) S 17534 17534 15343 0 -1 1077944384 810 0 0 0 12 0 0 0 20 0 20 0 448114928 28909211648 12519 33554432000 4194304 4196468 140728292613536 140358976460784 140360002546306 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
[pid=17536/tid=17554] ppid=17534 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/17536/task/17554/stat : 17554 (java) S 17534 17534 15343 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 448114929 28909211648 12519 33554432000 4194304 4196468 140728292613536 140358975409248 140360002545365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
[pid=17536/tid=17555] ppid=17534 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/17536/task/17555/stat : 17555 (java) S 17534 17534 15343 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448114929 28909211648 12519 33554432000 4194304 4196468 140728292613536 140358974356528 140360002546306 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 51528 KiB

[startup+0.701013 s]
/proc/loadavg: 8.06 8.24 8.27 5/211 17555
/proc/meminfo: memFree=31435816/32770624 swapFree=66997372/67108860
[pid=17534] ppid=17531 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/17534/stat : 17534 (xcsp3-exec) S 17531 17534 15343 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 448114922 115843072 363 33554432000 4194304 5098028 140729603814080 140729603812184 140026359046780 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 9916416 140729603822454 140729603822697 140729603822697 140729603825610 0
/proc/17534/statm: 28282 363 304 221 0 87 0
[pid=17536] ppid=17534 vsize=28233776 memory=96884 CPUtime=1.8 cores=0-7
/proc/17536/stat : 17536 (java) S 17534 17534 15343 0 -1 1077944320 16247 0 0 0 173 7 0 0 20 0 20 0 448114923 28911386624 24221 33554432000 4194304 4196468 140728292613536 140728292596080 140360002535159 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
/proc/17536/statm: 7058444 24221 3454 1 0 7019544 0
[pid=17536/tid=17537] ppid=17534 vsize=28233776 memory=0 CPUtime=0.67 cores=0-7
/proc/17536/task/17537/stat : 17537 (java) R 17534 17534 15343 0 -1 4202560 9149 0 0 0 63 4 0 0 20 0 20 0 448114923 28911386624 24221 33554432000 4194304 4196468 140728292613536 140360006772640 140359983360048 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
[pid=17536/tid=17538] ppid=17534 vsize=28233776 memory=140407245939568 CPUtime=0 cores=0-7
/proc/17536/task/17538/stat : 17538 (java) S 17534 17534 15343 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448114924 28911386624 24221 33554432000 4194304 4196468 140728292613536 140359955156112 140360002545365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
[pid=17536/tid=17539] ppid=17534 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/17536/task/17539/stat : 17539 (java) S 17534 17534 15343 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 448114924 28911386624 24221 33554432000 4194304 4196468 140728292613536 140359954103312 140360002545365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
[pid=17536/tid=17540] ppid=17534 vsize=28233776 memory=1004 CPUtime=0 cores=0-7
/proc/17536/task/17540/stat : 17540 (java) S 17534 17534 15343 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 448114924 28911386624 24221 33554432000 4194304 4196468 140728292613536 140359953050512 140360002545365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0

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

[pid=17536/tid=17553] ppid=17534 vsize=28768336 memory=14008 CPUtime=0.89 cores=0-7
/proc/17536/task/17553/stat : 17553 (java) S 17534 17534 15343 0 -1 1077944384 10071 0 0 0 87 2 0 0 20 0 28 0 448114928 29458776064 553152 33554432000 4194304 4196468 140728292613536 140358976460784 140360002546306 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 47 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
[pid=17536/tid=17554] ppid=17534 vsize=28768336 memory=2124 CPUtime=0 cores=0-7
/proc/17536/task/17554/stat : 17554 (java) S 17534 17534 15343 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 448114929 29458776064 553152 33554432000 4194304 4196468 140728292613536 140358975409248 140360002545365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
[pid=17536/tid=17555] ppid=17534 vsize=28768336 memory=26580 CPUtime=0.05 cores=0-7
/proc/17536/task/17555/stat : 17555 (java) S 17534 17534 15343 0 -1 1077944384 1571 0 0 0 0 5 0 0 20 0 28 0 448114929 29458776064 553152 33554432000 4194304 4196468 140728292613536 140358974356528 140360002546306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 59 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
[pid=17536/tid=17556] ppid=17534 vsize=28768336 memory=12024 CPUtime=126.31 cores=0-7
/proc/17536/task/17556/stat : 17556 (java) R 17534 17534 15343 0 -1 4202560 1433 0 0 0 12628 3 0 0 20 0 28 0 448115065 29458776064 553152 33554432000 4194304 4196468 140728292613536 140358965374392 140359625599201 0 4 0 16800975 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
[pid=17536/tid=17557] ppid=17534 vsize=28768336 memory=0 CPUtime=124.37 cores=0-7
/proc/17536/task/17557/stat : 17557 (java) R 17534 17534 15343 0 -1 4202560 881 0 0 0 12436 1 0 0 20 0 28 0 448115065 29458776064 553152 33554432000 4194304 4196468 140728292613536 140358964322536 140359623760188 0 4 0 16800975 0 0 0 -1 7 0 0 4 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
[pid=17536/tid=17558] ppid=17534 vsize=28768336 memory=215714732476695 CPUtime=126.31 cores=0-7
/proc/17536/task/17558/stat : 17558 (java) R 17534 17534 15343 0 -1 4202560 13493 0 0 0 12589 42 0 0 20 0 28 0 448115065 29458776064 553152 33554432000 4194304 4196468 140728292613536 140358963269640 140359625729995 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
[pid=17536/tid=17559] ppid=17534 vsize=28768336 memory=215714732476696 CPUtime=126.27 cores=0-7
/proc/17536/task/17559/stat : 17559 (java) R 17534 17534 15343 0 -1 4202560 8971 0 0 0 12596 31 0 0 20 0 28 0 448115065 29458776064 553152 33554432000 4194304 4196468 140728292613536 140358962216936 140359619056732 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
[pid=17536/tid=17560] ppid=17534 vsize=28768336 memory=215714732476697 CPUtime=126.43 cores=0-7
/proc/17536/task/17560/stat : 17560 (java) R 17534 17534 15343 0 -1 4202560 1853 0 0 0 12642 1 0 0 20 0 28 0 448115066 29458776064 553152 33554432000 4194304 4196468 140728292613536 140358961164232 140359623382900 0 4 0 16800975 0 0 0 -1 0 0 0 2 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
[pid=17536/tid=17561] ppid=17534 vsize=28768336 memory=0 CPUtime=126.43 cores=0-7
/proc/17536/task/17561/stat : 17561 (java) R 17534 17534 15343 0 -1 4202560 2232 0 0 0 12642 1 0 0 20 0 28 0 448115066 29458776064 553152 33554432000 4194304 4196468 140728292613536 140358960111352 140359625599210 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
[pid=17536/tid=17562] ppid=17534 vsize=28768336 memory=215714732476676 CPUtime=126.34 cores=0-7
/proc/17536/task/17562/stat : 17562 (java) R 17534 17534 15343 0 -1 4202560 1263 0 0 0 12634 0 0 0 20 0 28 0 448115066 29458776064 553152 33554432000 4194304 4196468 140728292613536 140358959062448 140359623209853 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
[pid=17536/tid=17563] ppid=17534 vsize=28768336 memory=0 CPUtime=126.22 cores=0-7
/proc/17536/task/17563/stat : 17563 (java) R 17534 17534 15343 0 -1 4202560 2043 0 0 0 12619 3 0 0 20 0 28 0 448115067 29458776064 553152 33554432000 4194304 4196468 140728292613536 140358958006920 140359625598978 0 4 0 16800975 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
Current children cumulated CPU time: 1020 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 2214060 KiB

[startup+129.203 s]
/proc/loadavg: 8.17 8.27 8.28 9/221 17580
/proc/meminfo: memFree=29286336/32770624 swapFree=66997372/67108860
[pid=17534] ppid=17531 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/17534/stat : 17534 (xcsp3-exec) S 17531 17534 15343 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 448114922 115843072 363 33554432000 4194304 5098028 140729603814080 140729603812184 140026359046780 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 9916416 140729603822454 140729603822697 140729603822697 140729603825610 0
/proc/17534/statm: 28282 363 304 221 0 87 0
[pid=17536] ppid=17534 vsize=28768336 memory=2212608 CPUtime=1023.19 cores=0-7
/proc/17536/stat : 17536 (java) S 17534 17534 15343 0 -1 1077944320 96797 0 0 0 102163 156 0 0 20 0 28 0 448114923 29458776064 553152 33554432000 4194304 4196468 140728292613536 140728292596080 140360002535159 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
/proc/17536/statm: 7192084 553152 3535 1 0 7153184 0
[pid=17536/tid=17537] ppid=17534 vsize=28768336 memory=1548 CPUtime=1.36 cores=0-7
/proc/17536/task/17537/stat : 17537 (java) S 17534 17534 15343 0 -1 1077944384 9368 0 0 0 130 6 0 0 20 0 28 0 448114923 29458776064 553152 33554432000 4194304 4196468 140728292613536 140360006775936 140360002545365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
[pid=17536/tid=17538] ppid=17534 vsize=28768336 memory=8560 CPUtime=0.14 cores=0-7
/proc/17536/task/17538/stat : 17538 (java) S 17534 17534 15343 0 -1 1077944384 2430 0 0 0 8 6 0 0 20 0 28 0 448114924 29458776064 553152 33554432000 4194304 4196468 140728292613536 140359955156112 140360002545365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
[pid=17536/tid=17539] ppid=17534 vsize=28768336 memory=1668 CPUtime=0.15 cores=0-7
/proc/17536/task/17539/stat : 17539 (java) S 17534 17534 15343 0 -1 1077944384 323 0 0 0 9 6 0 0 20 0 28 0 448114924 29458776064 553152 33554432000 4194304 4196468 140728292613536 140359954103312 140360002545365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
[pid=17536/tid=17540] ppid=17534 vsize=28768336 memory=1112 CPUtime=0.15 cores=0-7
/proc/17536/task/17540/stat : 17540 (java) S 17534 17534 15343 0 -1 1077944384 1205 0 0 0 9 6 0 0 20 0 28 0 448114924 29458776064 553152 33554432000 4194304 4196468 140728292613536 140359953050512 140360002545365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
[pid=17536/tid=17541] ppid=17534 vsize=28768336 memory=1004 CPUtime=0.14 cores=0-7
/proc/17536/task/17541/stat : 17541 (java) S 17534 17534 15343 0 -1 1077944384 330 0 0 0 8 6 0 0 20 0 28 0 448114924 29458776064 553152 33554432000 4194304 4196468 140728292613536 140359951997712 140360002545365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
[pid=17536/tid=17542] ppid=17534 vsize=28768336 memory=6036 CPUtime=0.14 cores=0-7
/proc/17536/task/17542/stat : 17542 (java) S 17534 17534 15343 0 -1 1077944384 397 0 0 0 8 6 0 0 20 0 28 0 448114924 29458776064 553152 33554432000 4194304 4196468 140728292613536 140359950944912 140360002545365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
[pid=17536/tid=17543] ppid=17534 vsize=28768336 memory=14008 CPUtime=0.15 cores=0-7
/proc/17536/task/17543/stat : 17543 (java) S 17534 17534 15343 0 -1 1077944384 2214 0 0 0 9 6 0 0 20 0 28 0 448114924 29458776064 553152 33554432000 4194304 4196468 140728292613536 140359949892112 140360002545365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
[pid=17536/tid=17544] ppid=17534 vsize=28768336 memory=2124 CPUtime=0.15 cores=0-7
/proc/17536/task/17544/stat : 17544 (java) S 17534 17534 15343 0 -1 1077944384 335 0 0 0 9 6 0 0 20 0 28 0 448114924 29458776064 553152 33554432000 4194304 4196468 140728292613536 140359948839312 140360002545365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
[pid=17536/tid=17545] ppid=17534 vsize=28768336 memory=0 CPUtime=0.13 cores=0-7
/proc/17536/task/17545/stat : 17545 (java) S 17534 17534 15343 0 -1 1077944384 248 0 0 0 8 5 0 0 20 0 28 0 448114924 29458776064 553152 33554432000 4194304 4196468 140728292613536 140359947786512 140360002545365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
[pid=17536/tid=17546] ppid=17534 vsize=28768336 memory=4420 CPUtime=0.03 cores=0-7
/proc/17536/task/17546/stat : 17546 (java) S 17534 17534 15343 0 -1 1077944384 2724 0 0 0 2 1 0 0 20 0 28 0 448114925 29458776064 553152 33554432000 4194304 4196468 140728292613536 140358983830384 140360002546306 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
[pid=17536/tid=17547] ppid=17534 vsize=28768336 memory=6628 CPUtime=0 cores=0-7
/proc/17536/task/17547/stat : 17547 (java) S 17534 17534 15343 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 28 0 448114926 29458776064 553152 33554432000 4194304 4196468 140728292613536 140358982776416 140360002545365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
[pid=17536/tid=17548] ppid=17534 vsize=28768336 memory=8836 CPUtime=0 cores=0-7
/proc/17536/task/17548/stat : 17548 (java) S 17534 17534 15343 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 28 0 448114926 29458776064 553152 33554432000 4194304 4196468 140728292613536 140358981723520 140360002545365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
[pid=17536/tid=17549] ppid=17534 vsize=28768336 memory=11044 CPUtime=0 cores=0-7
/proc/17536/task/17549/stat : 17549 (java) S 17534 17534 15343 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 448114928 29458776064 553152 33554432000 4194304 4196468 140728292613536 140358980671824 140360002553755 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
[pid=17536/tid=17550] ppid=17534 vsize=28768336 memory=13252 CPUtime=2.44 cores=0-7
/proc/17536/task/17550/stat : 17550 (java) S 17534 17534 15343 0 -1 1077944384 11607 0 0 0 240 4 0 0 20 0 28 0 448114928 29458776064 553152 33554432000 4194304 4196468 140728292613536 140358979619184 140360002546306 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 27 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
[pid=17536/tid=17551] ppid=17534 vsize=28768336 memory=19873 CPUtime=2.69 cores=0-7
/proc/17536/task/17551/stat : 17551 (java) S 17534 17534 15343 0 -1 1077944384 10544 0 0 0 266 3 0 0 20 0 28 0 448114928 29458776064 553152 33554432000 4194304 4196468 140728292613536 140358978566384 140360002546306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 44 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
[pid=17536/tid=17552] ppid=17534 vsize=28768336 memory=4420 CPUtime=2.5 cores=0-7
/proc/17536/task/17552/stat : 17552 (java) S 17534 17534 15343 0 -1 1077944384 9879 0 0 0 248 2 0 0 20 0 28 0 448114928 29458776064 553152 33554432000 4194304 4196468 140728292613536 140358977513584 140360002546306 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 49 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
[pid=17536/tid=17553] ppid=17534 vsize=28768336 memory=6628 CPUtime=0.89 cores=0-7
/proc/17536/task/17553/stat : 17553 (java) S 17534 17534 15343 0 -1 1077944384 10071 0 0 0 87 2 0 0 20 0 28 0 448114928 29458776064 553152 33554432000 4194304 4196468 140728292613536 140358976460784 140360002546306 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 47 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
[pid=17536/tid=17554] ppid=17534 vsize=28768336 memory=164 CPUtime=0 cores=0-7
/proc/17536/task/17554/stat : 17554 (java) S 17534 17534 15343 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 448114929 29458776064 553152 33554432000 4194304 4196468 140728292613536 140358975409248 140360002545365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
[pid=17536/tid=17555] ppid=17534 vsize=28768336 memory=0 CPUtime=0.05 cores=0-7
/proc/17536/task/17555/stat : 17555 (java) S 17534 17534 15343 0 -1 1077944384 1571 0 0 0 0 5 0 0 20 0 28 0 448114929 29458776064 553152 33554432000 4194304 4196468 140728292613536 140358974356528 140360002546306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 59 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
[pid=17536/tid=17556] ppid=17534 vsize=28768336 memory=-3253322038155611931 CPUtime=126.71 cores=0-7
/proc/17536/task/17556/stat : 17556 (java) R 17534 17534 15343 0 -1 4202560 1433 0 0 0 12668 3 0 0 20 0 28 0 448115065 29458776064 553152 33554432000 4194304 4196468 140728292613536 140358965374392 140359624562915 0 4 0 16800975 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
[pid=17536/tid=17557] ppid=17534 vsize=28768336 memory=1764 CPUtime=124.76 cores=0-7
/proc/17536/task/17557/stat : 17557 (java) R 17534 17534 15343 0 -1 4202560 881 0 0 0 12475 1 0 0 20 0 28 0 448115065 29458776064 553152 33554432000 4194304 4196468 140728292613536 140358964322536 140359623760571 0 4 0 16800975 0 0 0 -1 7 0 0 4 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
[pid=17536/tid=17558] ppid=17534 vsize=28768336 memory=111628 CPUtime=126.71 cores=0-7
/proc/17536/task/17558/stat : 17558 (java) R 17534 17534 15343 0 -1 4202560 13500 0 0 0 12629 42 0 0 20 0 28 0 448115065 29458776064 553152 33554432000 4194304 4196468 140728292613536 140358963269640 140359625729985 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
[pid=17536/tid=17559] ppid=17534 vsize=28768336 memory=796 CPUtime=126.67 cores=0-7
/proc/17536/task/17559/stat : 17559 (java) R 17534 17534 15343 0 -1 4202560 9009 0 0 0 12636 31 0 0 20 0 28 0 448115065 29458776064 553152 33554432000 4194304 4196468 140728292613536 140358962216936 140359622587984 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
[pid=17536/tid=17560] ppid=17534 vsize=28768336 memory=1808 CPUtime=126.83 cores=0-7
/proc/17536/task/17560/stat : 17560 (java) R 17534 17534 15343 0 -1 4202560 1855 0 0 0 12682 1 0 0 20 0 28 0 448115066 29458776064 553152 33554432000 4194304 4196468 140728292613536 140358961164232 140359623383426 0 4 0 16800975 0 0 0 -1 0 0 0 2 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
[pid=17536/tid=17561] ppid=17534 vsize=28768336 memory=920 CPUtime=126.83 cores=0-7
/proc/17536/task/17561/stat : 17561 (java) R 17534 17534 15343 0 -1 4202560 2234 0 0 0 12682 1 0 0 20 0 28 0 448115066 29458776064 553152 33554432000 4194304 4196468 140728292613536 140358960111352 140359619056766 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
[pid=17536/tid=17562] ppid=17534 vsize=28768336 memory=4156 CPUtime=126.74 cores=0-7
/proc/17536/task/17562/stat : 17562 (java) R 17534 17534 15343 0 -1 4202560 1264 0 0 0 12674 0 0 0 20 0 28 0 448115066 29458776064 553152 33554432000 4194304 4196468 140728292613536 140358959062448 140359623210079 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
[pid=17536/tid=17563] ppid=17534 vsize=28768336 memory=4100 CPUtime=126.62 cores=0-7
/proc/17536/task/17563/stat : 17563 (java) R 17534 17534 15343 0 -1 4202560 2043 0 0 0 12659 3 0 0 20 0 28 0 448115067 29458776064 553152 33554432000 4194304 4196468 140728292613536 140358958006920 140359625805485 0 4 0 16800975 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
Current children cumulated CPU time: 1023.19 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 2214060 KiB

[startup+129.401 s]
/proc/loadavg: 8.17 8.27 8.28 9/221 17580
/proc/meminfo: memFree=29286336/32770624 swapFree=66997372/67108860
[pid=17534] ppid=17531 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/17534/stat : 17534 (xcsp3-exec) S 17531 17534 15343 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 448114922 115843072 363 33554432000 4194304 5098028 140729603814080 140729603812184 140026359046780 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 9916416 140729603822454 140729603822697 140729603822697 140729603825610 0
/proc/17534/statm: 28282 363 304 221 0 87 0
[pid=17536] ppid=17534 vsize=28768336 memory=2212608 CPUtime=1023.88 cores=0-7
/proc/17536/stat : 17536 (java) S 17534 17534 15343 0 -1 1077944320 97252 0 0 0 102232 156 0 0 20 0 28 0 448114923 29458776064 553152 33554432000 4194304 4196468 140728292613536 140728292596080 140360002535159 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
/proc/17536/statm: 7192084 553152 3535 1 0 7153184 0
[pid=17536/tid=17537] ppid=17534 vsize=28768336 memory=288230596050944315 CPUtime=1.36 cores=0-7
/proc/17536/task/17537/stat : 17537 (java) S 17534 17534 15343 0 -1 1077944384 9368 0 0 0 130 6 0 0 20 0 28 0 448114923 29458776064 553152 33554432000 4194304 4196468 140728292613536 140360006775936 140360002545365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
[pid=17536/tid=17538] ppid=17534 vsize=28768336 memory=14977784455892186 CPUtime=0.14 cores=0-7
/proc/17536/task/17538/stat : 17538 (java) S 17534 17534 15343 0 -1 1077944384 2430 0 0 0 8 6 0 0 20 0 28 0 448114924 29458776064 553152 33554432000 4194304 4196468 140728292613536 140359955156112 140360002545365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
[pid=17536/tid=17539] ppid=17534 vsize=28768336 memory=4872558044660077418 CPUtime=0.15 cores=0-7
/proc/17536/task/17539/stat : 17539 (java) S 17534 17534 15343 0 -1 1077944384 323 0 0 0 9 6 0 0 20 0 28 0 448114924 29458776064 553152 33554432000 4194304 4196468 140728292613536 140359954103312 140360002545365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
[pid=17536/tid=17540] ppid=17534 vsize=28768336 memory=280814491271408 CPUtime=0.15 cores=0-7
/proc/17536/task/17540/stat : 17540 (java) S 17534 17534 15343 0 -1 1077944384 1205 0 0 0 9 6 0 0 20 0 28 0 448114924 29458776064 553152 33554432000 4194304 4196468 140728292613536 140359953050512 140360002545365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
[pid=17536/tid=17541] ppid=17534 vsize=28768336 memory=150693222582540 CPUtime=0.14 cores=0-7
/proc/17536/task/17541/stat : 17541 (java) S 17534 17534 15343 0 -1 1077944384 330 0 0 0 8 6 0 0 20 0 28 0 448114924 29458776064 553152 33554432000 4194304 4196468 140728292613536 140359951997712 140360002545365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
[pid=17536/tid=17542] ppid=17534 vsize=28768336 memory=280814491727808 CPUtime=0.14 cores=0-7
/proc/17536/task/17542/stat : 17542 (java) S 17534 17534 15343 0 -1 1077944384 397 0 0 0 8 6 0 0 20 0 28 0 448114924 29458776064 553152 33554432000 4194304 4196468 140728292613536 140359950944912 140360002545365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
[pid=17536/tid=17543] ppid=17534 vsize=28768336 memory=589972055364562179 CPUtime=0.15 cores=0-7
/proc/17536/task/17543/stat : 17543 (java) S 17534 17534 15343 0 -1 1077944384 2214 0 0 0 9 6 0 0 20 0 28 0 448114924 29458776064 553152 33554432000 4194304 4196468 140728292613536 140359949892112 140360002545365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
[pid=17536/tid=17544] ppid=17534 vsize=28768336 memory=18557 CPUtime=0.15 cores=0-7
/proc/17536/task/17544/stat : 17544 (java) S 17534 17534 15343 0 -1 1077944384 335 0 0 0 9 6 0 0 20 0 28 0 448114924 29458776064 553152 33554432000 4194304 4196468 140728292613536 140359948839312 140360002545365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
[pid=17536/tid=17545] ppid=17534 vsize=28768336 memory=288230376151711744 CPUtime=0.13 cores=0-7
/proc/17536/task/17545/stat : 17545 (java) S 17534 17534 15343 0 -1 1077944384 248 0 0 0 8 5 0 0 20 0 28 0 448114924 29458776064 553152 33554432000 4194304 4196468 140728292613536 140359947786512 140360002545365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
[pid=17536/tid=17546] ppid=17534 vsize=28768336 memory=1060 CPUtime=0.03 cores=0-7
/proc/17536/task/17546/stat : 17546 (java) S 17534 17534 15343 0 -1 1077944384 2724 0 0 0 2 1 0 0 20 0 28 0 448114925 29458776064 553152 33554432000 4194304 4196468 140728292613536 140358983830384 140360002546306 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
[pid=17536/tid=17547] ppid=17534 vsize=28768336 memory=1548 CPUtime=0 cores=0-7
/proc/17536/task/17547/stat : 17547 (java) S 17534 17534 15343 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 28 0 448114926 29458776064 553152 33554432000 4194304 4196468 140728292613536 140358982776416 140360002545365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
[pid=17536/tid=17548] ppid=17534 vsize=28768336 memory=8560 CPUtime=0 cores=0-7
/proc/17536/task/17548/stat : 17548 (java) S 17534 17534 15343 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 28 0 448114926 29458776064 553152 33554432000 4194304 4196468 140728292613536 140358981723520 140360002545365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
[pid=17536/tid=17549] ppid=17534 vsize=28768336 memory=1668 CPUtime=0 cores=0-7
/proc/17536/task/17549/stat : 17549 (java) S 17534 17534 15343 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 448114928 29458776064 553152 33554432000 4194304 4196468 140728292613536 140358980671824 140360002553755 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
[pid=17536/tid=17550] ppid=17534 vsize=28768336 memory=1560 CPUtime=2.44 cores=0-7
/proc/17536/task/17550/stat : 17550 (java) S 17534 17534 15343 0 -1 1077944384 11607 0 0 0 240 4 0 0 20 0 28 0 448114928 29458776064 553152 33554432000 4194304 4196468 140728292613536 140358979619184 140360002546306 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 27 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
[pid=17536/tid=17551] ppid=17534 vsize=28768336 memory=932 CPUtime=2.69 cores=0-7
/proc/17536/task/17551/stat : 17551 (java) S 17534 17534 15343 0 -1 1077944384 10544 0 0 0 266 3 0 0 20 0 28 0 448114928 29458776064 553152 33554432000 4194304 4196468 140728292613536 140358978566384 140360002546306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 44 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
[pid=17536/tid=17552] ppid=17534 vsize=28768336 memory=3768 CPUtime=2.5 cores=0-7
/proc/17536/task/17552/stat : 17552 (java) S 17534 17534 15343 0 -1 1077944384 9879 0 0 0 248 2 0 0 20 0 28 0 448114928 29458776064 553152 33554432000 4194304 4196468 140728292613536 140358977513584 140360002546306 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 49 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
[pid=17536/tid=17553] ppid=17534 vsize=28768336 memory=1980 CPUtime=0.89 cores=0-7
/proc/17536/task/17553/stat : 17553 (java) S 17534 17534 15343 0 -1 1077944384 10071 0 0 0 87 2 0 0 20 0 28 0 448114928 29458776064 553152 33554432000 4194304 4196468 140728292613536 140358976460784 140360002546306 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 47 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
[pid=17536/tid=17554] ppid=17534 vsize=28768336 memory=2512 CPUtime=0 cores=0-7
/proc/17536/task/17554/stat : 17554 (java) S 17534 17534 15343 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 448114929 29458776064 553152 33554432000 4194304 4196468 140728292613536 140358975409248 140360002545365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
[pid=17536/tid=17555] ppid=17534 vsize=28768336 memory=1436 CPUtime=0.05 cores=0-7
/proc/17536/task/17555/stat : 17555 (java) S 17534 17534 15343 0 -1 1077944384 1571 0 0 0 0 5 0 0 20 0 28 0 448114929 29458776064 553152 33554432000 4194304 4196468 140728292613536 140358974356528 140360002546306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 59 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
[pid=17536/tid=17556] ppid=17534 vsize=28768336 memory=812 CPUtime=126.78 cores=0-7
/proc/17536/task/17556/stat : 17556 (java) S 17534 17534 15343 0 -1 1077944384 1500 0 0 0 12675 3 0 0 20 0 28 0 448115065 29458776064 553152 33554432000 4194304 4196468 140728292613536 140358965379024 140360002545365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
[pid=17536/tid=17557] ppid=17534 vsize=28768336 memory=1764 CPUtime=124.83 cores=0-7
/proc/17536/task/17557/stat : 17557 (java) S 17534 17534 15343 0 -1 1077944384 904 0 0 0 12482 1 0 0 20 0 28 0 448115065 29458776064 553152 33554432000 4194304 4196468 140728292613536 140358964327632 140360002545365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
[pid=17536/tid=17558] ppid=17534 vsize=28768336 memory=111628 CPUtime=126.91 cores=0-7
/proc/17536/task/17558/stat : 17558 (java) R 17534 17534 15343 0 -1 4202560 13507 0 0 0 12649 42 0 0 20 0 28 0 448115065 29458776064 553152 33554432000 4194304 4196468 140728292613536 140358963269640 140359625729998 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
[pid=17536/tid=17559] ppid=17534 vsize=28768336 memory=796 CPUtime=126.74 cores=0-7
/proc/17536/task/17559/stat : 17559 (java) S 17534 17534 15343 0 -1 1077944384 9206 0 0 0 12643 31 0 0 20 0 28 0 448115065 29458776064 553152 33554432000 4194304 4196468 140728292613536 140358962222032 140360002545365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
[pid=17536/tid=17560] ppid=17534 vsize=28768336 memory=1808 CPUtime=126.9 cores=0-7
/proc/17536/task/17560/stat : 17560 (java) S 17534 17534 15343 0 -1 1077944384 1890 0 0 0 12689 1 0 0 20 0 28 0 448115066 29458776064 553152 33554432000 4194304 4196468 140728292613536 140358961169232 140360002545365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
[pid=17536/tid=17561] ppid=17534 vsize=28768336 memory=920 CPUtime=126.9 cores=0-7
/proc/17536/task/17561/stat : 17561 (java) S 17534 17534 15343 0 -1 1077944384 2278 0 0 0 12689 1 0 0 20 0 28 0 448115066 29458776064 553152 33554432000 4194304 4196468 140728292613536 140358960116432 140360002545365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
[pid=17536/tid=17562] ppid=17534 vsize=28768336 memory=4156 CPUtime=126.81 cores=0-7
/proc/17536/task/17562/stat : 17562 (java) S 17534 17534 15343 0 -1 1077944384 1303 0 0 0 12681 0 0 0 20 0 28 0 448115066 29458776064 553152 33554432000 4194304 4196468 140728292613536 140358959064656 140360002545365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
[pid=17536/tid=17563] ppid=17534 vsize=28768336 memory=4100 CPUtime=126.69 cores=0-7
/proc/17536/task/17563/stat : 17563 (java) S 17534 17534 15343 0 -1 1077944384 2086 0 0 0 12666 3 0 0 20 0 28 0 448115067 29458776064 553152 33554432000 4194304 4196468 140728292613536 140358958011856 140360002545365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 26218496 140728292619242 140728292619414 140728292619414 140728292622287 0
Current children cumulated CPU time: 1023.88 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 2214060 KiB

Child status: 0
Real time (s): 129.472
CPU time (s): 1023.97
CPU user time (s): 1022.38
CPU system time (s): 1.59254
CPU usage (%): 790.883
Max. virtual memory (cumulated for all children) (KiB): 28881464
Max. memory (cumulated for all children) (KiB): 2222264

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1022.38
system time used= 1.59254
maximum resident set size= 2220812
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 99572
page faults= 0
swaps= 0
block input operations= 0
block output operations= 320
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8093
involuntary context switches= 12265


# summary of solver processes directly reported to runsolver:
#   pid: 17534
#   total CPU time (s): 1023.97
#   total CPU user time (s): 1022.38
#   total CPU system time (s): 1.59254

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.17545 second user time and 1.56872 second system time

The end

Launcher Data

Begin job on node103 at 2019-09-17 13:09:19
IDJOB=4399426
IDBENCH=141714
IDSOLVER=2854
FILE ID=node103/4399426-1568718619
RUNJOBID= node103-1568711398-15370
PBS_JOBID= 21703932
Free space on /tmp= 61720 MiB

SOLVER NAME= choco-solver 2019-09-16 parallel
BENCH NAME= XCSP19/ConsecutiveSquarePacking/ConsecutiveSquarePacking-sp-26-080.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-4399426-1568718619/watcher-4399426-1568718619 -o /tmp/evaluation-result-4399426-1568718619/solver-4399426-1568718619 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node103-1568711398-15370 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 551544210 HOME/instance-4399426-1568718619.xml

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

MD5SUM BENCH= 82f2ba8c739d4bfd8362bd41c1ff224a
RANDOM SEED=551544210

node103.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.74
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.74
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.74
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.74
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:        31489796 kB
MemAvailable:   31883324 kB
Buffers:           89644 kB
Cached:           598400 kB
SwapCached:         9016 kB
Active:           412848 kB
Inactive:         287132 kB
Active(anon):       4104 kB
Inactive(anon):    57308 kB
Active(file):     408744 kB
Inactive(file):   229824 kB
Unevictable:      111148 kB
Mlocked:          111148 kB
SwapTotal:      67108860 kB
SwapFree:       66997372 kB
Dirty:             26172 kB
Writeback:             0 kB
AnonPages:        176448 kB
Mapped:            48740 kB
Shmem:             40856 kB
Slab:             170728 kB
SReclaimable:     141588 kB
SUnreclaim:        29140 kB
KernelStack:        3792 kB
PageTables:         5176 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     505680 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    133120 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 61692 MiB
End job on node103 at 2019-09-17 13:11:29