Trace number 4297780

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 4.0.7b par (e747e1e)SAT 17.0678 2.75596

General information on the benchmark

NameFrb/
frb-30-15-1_c18.xml
MD5SUM57df4fffa2265f6a33845f4cc7b1783a
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 benchmark11.905
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints284
Number of domains1
Minimum domain size15
Maximum domain size15
Distribution of domain sizes[{"size":15,"count":30}]
Minimum variable degree11
Maximum variable degree28
Distribution of variable degrees[{"degree":11,"count":1},{"degree":12,"count":1},{"degree":13,"count":1},{"degree":14,"count":2},{"degree":16,"count":3},{"degree":17,"count":1},{"degree":18,"count":3},{"degree":19,"count":2},{"degree":20,"count":3},{"degree":21,"count":8},{"degree":22,"count":2},{"degree":23,"count":1},{"degree":24,"count":1},{"degree":28,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":284}]
Number of extensional constraints284
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":284}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx22000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4297780-1532728948.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4297780-1532728948.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.28	c parse instance...
2.93/0.97	c solve instance...
16.77/2.73	s SATISFIABLE
16.77/2.73	v <instantiation>
16.77/2.73	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] </list>
16.77/2.73	v 	<values>4 3 1 9 13 2 6 8 1 0 8 1 5 9 0 1 1 12 9 8 13 13 5 5 3 8 5 5 5 9 </values>
16.77/2.73	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 (13461 MiB free)
  memory of node 1: 16384 MiB (14011 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4297780-1532728948/watcher-4297780-1532728948 -o /tmp/evaluation-result-4297780-1532728948/solver-4297780-1532728948 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node137-1532724796-17513 --watchdog 2580 HOME/xcsp3-exec -seed 1490094863 -dir HOME -tl 20160 -ml 22000 -p 8 HOME/instance-4297780-1532728948.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=18472, runsolver pid=18469
Current StackSize limit: 8192 KiB


[startup+0.100141 s]*
/proc/loadavg: 7.84 7.92 8.01 2/199 18493
/proc/meminfo: memFree=28116992/32770624 swapFree=67108436/67108860
[pid=18472] ppid=18469 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/18472/stat : 18472 (xcsp3-exec) S 18469 18472 17486 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 90458026 115843072 363 33554432000 4194304 5098028 140725340421280 140725340419384 139657451557500 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 30109696 140725340427317 140725340427520 140725340427520 140725340430282 0
/proc/18472/statm: 28282 363 305 221 0 87 0
[pid=18474] ppid=18472 vsize=26104152 memory=26892 CPUtime=0.12 cores=0-7
/proc/18474/stat : 18474 (java) S 18472 18472 17486 0 -1 1077944320 5645 0 0 0 10 2 0 0 20 0 20 0 90458026 26730651648 6723 33554432000 4194304 4196468 140733550355600 140733550338144 140294121393911 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
/proc/18474/statm: 6526038 6723 3002 1 0 6488315 0
[pid=18474/tid=18475] ppid=18472 vsize=26104152 memory=7970415248654900638 CPUtime=0.09 cores=0-7
/proc/18474/task/18475/stat : 18475 (java) R 18472 18472 17486 0 -1 4202560 3663 0 0 0 8 1 0 0 20 0 20 0 90458026 26730651648 6723 33554432000 4194304 4196468 140733550355600 140294125624784 140294121405846 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
[pid=18474/tid=18476] ppid=18472 vsize=26104152 memory=732370477933026277 CPUtime=0 cores=0-7
/proc/18474/task/18476/stat : 18476 (java) S 18472 18472 17486 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 90458027 26730651648 6723 33554432000 4194304 4196468 140733550355600 140294043974544 140294121404117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
[pid=18474/tid=18477] ppid=18472 vsize=26104152 memory=140339595572864 CPUtime=0 cores=0-7
/proc/18474/task/18477/stat : 18477 (java) S 18472 18472 17486 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 90458027 26730651648 6723 33554432000 4194304 4196468 140733550355600 140294042921744 140294121404117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
[pid=18474/tid=18478] ppid=18472 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/18474/task/18478/stat : 18478 (java) S 18472 18472 17486 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90458027 26730651648 6723 33554432000 4194304 4196468 140733550355600 140294041869456 140294121404117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
[pid=18474/tid=18479] ppid=18472 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/18474/task/18479/stat : 18479 (java) S 18472 18472 17486 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90458027 26730651648 6723 33554432000 4194304 4196468 140733550355600 140294040816656 140294121404117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
[pid=18474/tid=18480] ppid=18472 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/18474/task/18480/stat : 18480 (java) S 18472 18472 17486 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 90458027 26730651648 6723 33554432000 4194304 4196468 140733550355600 140294039763344 140294121404117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
[pid=18474/tid=18481] ppid=18472 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/18474/task/18481/stat : 18481 (java) S 18472 18472 17486 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 90458027 26730651648 6723 33554432000 4194304 4196468 140733550355600 140294038710544 140294121404117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
[pid=18474/tid=18482] ppid=18472 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/18474/task/18482/stat : 18482 (java) S 18472 18472 17486 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90458027 26730651648 6723 33554432000 4194304 4196468 140733550355600 140294037658256 140294121404117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
[pid=18474/tid=18483] ppid=18472 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/18474/task/18483/stat : 18483 (java) S 18472 18472 17486 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 90458027 26730651648 6723 33554432000 4194304 4196468 140733550355600 140294036605456 140294121404117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
[pid=18474/tid=18484] ppid=18472 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/18474/task/18484/stat : 18484 (java) S 18472 18472 17486 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 90458029 26730651648 6723 33554432000 4194304 4196468 140733550355600 140293382888048 140294121405058 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
[pid=18474/tid=18485] ppid=18472 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/18474/task/18485/stat : 18485 (java) S 18472 18472 17486 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 90458029 26730651648 6723 33554432000 4194304 4196468 140733550355600 140293381834016 140294121404117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
[pid=18474/tid=18486] ppid=18472 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/18474/task/18486/stat : 18486 (java) S 18472 18472 17486 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 90458029 26730651648 6723 33554432000 4194304 4196468 140733550355600 140293380781680 140294121404117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
[pid=18474/tid=18487] ppid=18472 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/18474/task/18487/stat : 18487 (java) S 18472 18472 17486 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90458032 26730651648 6723 33554432000 4194304 4196468 140733550355600 140293379730000 140294121412507 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
[pid=18474/tid=18488] ppid=18472 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/18474/task/18488/stat : 18488 (java) S 18472 18472 17486 0 -1 1077944384 297 0 0 0 0 0 0 0 20 0 20 0 90458032 26730651648 6723 33554432000 4194304 4196468 140733550355600 140293378676848 140294121405058 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
[pid=18474/tid=18489] ppid=18472 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/18474/task/18489/stat : 18489 (java) S 18472 18472 17486 0 -1 1077944384 122 0 0 0 0 0 0 0 20 0 20 0 90458032 26730651648 6723 33554432000 4194304 4196468 140733550355600 140293377624048 140294121405058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
[pid=18474/tid=18490] ppid=18472 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/18474/task/18490/stat : 18490 (java) S 18472 18472 17486 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 90458032 26730651648 6723 33554432000 4194304 4196468 140733550355600 140293376571760 140294121405058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
[pid=18474/tid=18491] ppid=18472 vsize=26104152 memory=0 CPUtime=0.01 cores=0-7
/proc/18474/task/18491/stat : 18491 (java) S 18472 18472 17486 0 -1 1077944384 252 0 0 0 1 0 0 0 20 0 20 0 90458032 26730651648 6723 33554432000 4194304 4196468 140733550355600 140293375518960 140294121405058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
[pid=18474/tid=18492] ppid=18472 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/18474/task/18492/stat : 18492 (java) S 18472 18472 17486 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 90458032 26730651648 6723 33554432000 4194304 4196468 140733550355600 140293374466912 140294121404117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
[pid=18474/tid=18493] ppid=18472 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/18474/task/18493/stat : 18493 (java) S 18472 18472 17486 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90458032 26730651648 6723 33554432000 4194304 4196468 140733550355600 140293373414192 140294121405058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 26217280 KiB
Current children cumulated memory: 28344 KiB

[startup+0.209831 s]*
/proc/loadavg: 7.84 7.92 8.01 2/199 18493
/proc/meminfo: memFree=28104960/32770624 swapFree=67108436/67108860
[pid=18472] ppid=18469 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/18472/stat : 18472 (xcsp3-exec) S 18469 18472 17486 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 90458026 115843072 363 33554432000 4194304 5098028 140725340421280 140725340419384 139657451557500 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 30109696 140725340427317 140725340427520 140725340427520 140725340430282 0
/proc/18472/statm: 28282 363 305 221 0 87 0
[pid=18474] ppid=18472 vsize=26104152 memory=39468 CPUtime=0.33 cores=0-7
/proc/18474/stat : 18474 (java) S 18472 18472 17486 0 -1 1077944320 8460 0 0 0 30 3 0 0 20 0 20 0 90458026 26730651648 9867 33554432000 4194304 4196468 140733550355600 140733550338144 140294121393911 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
/proc/18474/statm: 6526038 9867 3185 1 0 6488315 0
[pid=18474/tid=18475] ppid=18472 vsize=26104152 memory=0 CPUtime=0.19 cores=0-7
/proc/18474/task/18475/stat : 18475 (java) R 18472 18472 17486 0 -1 4202560 5544 0 0 0 18 1 0 0 20 0 20 0 90458026 26730651648 9867 33554432000 4194304 4196468 140733550355600 140294125627856 140294105474398 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
[pid=18474/tid=18476] ppid=18472 vsize=26104152 memory=732370477933026277 CPUtime=0 cores=0-7
/proc/18474/task/18476/stat : 18476 (java) S 18472 18472 17486 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 90458027 26730651648 9867 33554432000 4194304 4196468 140733550355600 140294043974544 140294121404117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
[pid=18474/tid=18477] ppid=18472 vsize=26104152 memory=140339595572864 CPUtime=0 cores=0-7
/proc/18474/task/18477/stat : 18477 (java) S 18472 18472 17486 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 90458027 26730651648 9867 33554432000 4194304 4196468 140733550355600 140294042921744 140294121404117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
[pid=18474/tid=18478] ppid=18472 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/18474/task/18478/stat : 18478 (java) S 18472 18472 17486 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90458027 26730651648 9867 33554432000 4194304 4196468 140733550355600 140294041869456 140294121404117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
[pid=18474/tid=18479] ppid=18472 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/18474/task/18479/stat : 18479 (java) S 18472 18472 17486 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90458027 26730651648 9867 33554432000 4194304 4196468 140733550355600 140294040816656 140294121404117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
[pid=18474/tid=18480] ppid=18472 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/18474/task/18480/stat : 18480 (java) S 18472 18472 17486 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 90458027 26730651648 9867 33554432000 4194304 4196468 140733550355600 140294039763344 140294121404117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
[pid=18474/tid=18481] ppid=18472 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/18474/task/18481/stat : 18481 (java) S 18472 18472 17486 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 90458027 26730651648 9867 33554432000 4194304 4196468 140733550355600 140294038710544 140294121404117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
[pid=18474/tid=18482] ppid=18472 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/18474/task/18482/stat : 18482 (java) S 18472 18472 17486 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90458027 26730651648 9867 33554432000 4194304 4196468 140733550355600 140294037658256 140294121404117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
[pid=18474/tid=18483] ppid=18472 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/18474/task/18483/stat : 18483 (java) S 18472 18472 17486 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 90458027 26730651648 9867 33554432000 4194304 4196468 140733550355600 140294036605456 140294121404117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
[pid=18474/tid=18484] ppid=18472 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/18474/task/18484/stat : 18484 (java) S 18472 18472 17486 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 90458029 26730651648 9867 33554432000 4194304 4196468 140733550355600 140293382888048 140294121405058 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
[pid=18474/tid=18485] ppid=18472 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/18474/task/18485/stat : 18485 (java) S 18472 18472 17486 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 90458029 26730651648 9867 33554432000 4194304 4196468 140733550355600 140293381834016 140294121404117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
[pid=18474/tid=18486] ppid=18472 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/18474/task/18486/stat : 18486 (java) S 18472 18472 17486 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 90458029 26730651648 9867 33554432000 4194304 4196468 140733550355600 140293380781680 140294121404117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
[pid=18474/tid=18487] ppid=18472 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/18474/task/18487/stat : 18487 (java) S 18472 18472 17486 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90458032 26730651648 9867 33554432000 4194304 4196468 140733550355600 140293379730000 140294121412507 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
[pid=18474/tid=18488] ppid=18472 vsize=26104152 memory=0 CPUtime=0.01 cores=0-7
/proc/18474/task/18488/stat : 18488 (java) S 18472 18472 17486 0 -1 1077944384 506 0 0 0 1 0 0 0 20 0 20 0 90458032 26730651648 9867 33554432000 4194304 4196468 140733550355600 140293378676848 140294121405058 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
[pid=18474/tid=18489] ppid=18472 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/18474/task/18489/stat : 18489 (java) S 18472 18472 17486 0 -1 1077944384 203 0 0 0 0 0 0 0 20 0 20 0 90458032 26730651648 9867 33554432000 4194304 4196468 140733550355600 140293377624048 140294121405058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
[pid=18474/tid=18490] ppid=18472 vsize=26104152 memory=0 CPUtime=0.02 cores=0-7
/proc/18474/task/18490/stat : 18490 (java) S 18472 18472 17486 0 -1 1077944384 105 0 0 0 2 0 0 0 20 0 20 0 90458032 26730651648 9867 33554432000 4194304 4196468 140733550355600 140293376571760 140294121405058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
[pid=18474/tid=18491] ppid=18472 vsize=26104152 memory=0 CPUtime=0.07 cores=0-7
/proc/18474/task/18491/stat : 18491 (java) S 18472 18472 17486 0 -1 1077944384 790 0 0 0 7 0 0 0 20 0 20 0 90458032 26730651648 9867 33554432000 4194304 4196468 140733550355600 140293375518960 140294121405058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
[pid=18474/tid=18492] ppid=18472 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/18474/task/18492/stat : 18492 (java) S 18472 18472 17486 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 90458032 26730651648 9867 33554432000 4194304 4196468 140733550355600 140293374466912 140294121404117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
[pid=18474/tid=18493] ppid=18472 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/18474/task/18493/stat : 18493 (java) S 18472 18472 17486 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90458032 26730651648 9867 33554432000 4194304 4196468 140733550355600 140293373414192 140294121405058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26217280 KiB
Current children cumulated memory: 40920 KiB

[startup+0.309592 s]*
/proc/loadavg: 7.84 7.92 8.01 4/199 18493
/proc/meminfo: memFree=28098880/32770624 swapFree=67108436/67108860
[pid=18472] ppid=18469 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/18472/stat : 18472 (xcsp3-exec) S 18469 18472 17486 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 90458026 115843072 363 33554432000 4194304 5098028 140725340421280 140725340419384 139657451557500 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 30109696 140725340427317 140725340427520 140725340427520 140725340430282 0
/proc/18472/statm: 28282 363 305 221 0 87 0
[pid=18474] ppid=18472 vsize=26108408 memory=46252 CPUtime=0.52 cores=0-7
/proc/18474/stat : 18474 (java) S 18472 18472 17486 0 -1 1077944320 9329 0 0 0 48 4 0 0 20 0 20 0 90458026 26735009792 11563 33554432000 4194304 4196468 140733550355600 140733550338144 140294121393911 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
/proc/18474/statm: 6527102 11563 3232 1 0 6488315 0
[pid=18474/tid=18475] ppid=18472 vsize=26108408 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/18474/task/18475/stat : 18475 (java) R 18472 18472 17486 0 -1 4202560 6223 0 0 0 27 2 0 0 20 0 20 0 90458026 26735009792 11563 33554432000 4194304 4196468 140733550355600 140294125627696 140294105474398 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
[pid=18474/tid=18476] ppid=18472 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/18474/task/18476/stat : 18476 (java) S 18472 18472 17486 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 90458027 26735009792 11563 33554432000 4194304 4196468 140733550355600 140294043974544 140294121404117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
[pid=18474/tid=18477] ppid=18472 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/18474/task/18477/stat : 18477 (java) S 18472 18472 17486 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 90458027 26735009792 11563 33554432000 4194304 4196468 140733550355600 140294042921744 140294121404117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
[pid=18474/tid=18478] ppid=18472 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/18474/task/18478/stat : 18478 (java) S 18472 18472 17486 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90458027 26735009792 11563 33554432000 4194304 4196468 140733550355600 140294041869456 140294121404117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
[pid=18474/tid=18479] ppid=18472 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/18474/task/18479/stat : 18479 (java) S 18472 18472 17486 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90458027 26735009792 11563 33554432000 4194304 4196468 140733550355600 140294040816656 140294121404117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
[pid=18474/tid=18480] ppid=18472 vsize=26108408 memory=2244 CPUtime=0 cores=0-7
/proc/18474/task/18480/stat : 18480 (java) S 18472 18472 17486 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 90458027 26735009792 11563 33554432000 4194304 4196468 140733550355600 140294039763344 140294121404117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
[pid=18474/tid=18481] ppid=18472 vsize=26108408 memory=140339465778095 CPUtime=0 cores=0-7
/proc/18474/task/18481/stat : 18481 (java) S 18472 18472 17486 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 90458027 26735009792 11563 33554432000 4194304 4196468 140733550355600 140294038710544 140294121404117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
[pid=18474/tid=18482] ppid=18472 vsize=26108408 memory=140339465780400 CPUtime=0 cores=0-7
/proc/18474/task/18482/stat : 18482 (java) S 18472 18472 17486 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90458027 26735009792 11563 33554432000 4194304 4196468 140733550355600 140294037658256 140294121404117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
[pid=18474/tid=18483] ppid=18472 vsize=26108408 memory=140339465782704 CPUtime=0 cores=0-7
/proc/18474/task/18483/stat : 18483 (java) S 18472 18472 17486 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 90458027 26735009792 11563 33554432000 4194304 4196468 140733550355600 140294036605456 140294121404117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
[pid=18474/tid=18484] ppid=18472 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/18474/task/18484/stat : 18484 (java) S 18472 18472 17486 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 90458029 26735009792 11563 33554432000 4194304 4196468 140733550355600 140293382888048 140294121405058 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
[pid=18474/tid=18485] ppid=18472 vsize=26108408 memory=280678931572368 CPUtime=0 cores=0-7
/proc/18474/task/18485/stat : 18485 (java) S 18472 18472 17486 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 90458029 26735009792 11563 33554432000 4194304 4196468 140733550355600 140293381834016 140294121404117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
[pid=18474/tid=18486] ppid=18472 vsize=26108408 memory=280678931579280 CPUtime=0 cores=0-7
/proc/18474/task/18486/stat : 18486 (java) S 18472 18472 17486 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 90458029 26735009792 11563 33554432000 4194304 4196468 140733550355600 140293380781680 140294121404117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
[pid=18474/tid=18487] ppid=18472 vsize=26108408 memory=280678931520560 CPUtime=0 cores=0-7
/proc/18474/task/18487/stat : 18487 (java) S 18472 18472 17486 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90458032 26735009792 11563 33554432000 4194304 4196468 140733550355600 140293379730000 140294121412507 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
[pid=18474/tid=18488] ppid=18472 vsize=26108408 memory=280678931593104 CPUtime=0.02 cores=0-7
/proc/18474/task/18488/stat : 18488 (java) R 18472 18472 17486 0 -1 4202560 588 0 0 0 2 0 0 0 20 0 20 0 90458032 26735009792 11563 33554432000 4194304 4196468 140733550355600 140293378667232 140294106518672 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
[pid=18474/tid=18489] ppid=18472 vsize=26108408 memory=280678931600016 CPUtime=0.02 cores=0-7
/proc/18474/task/18489/stat : 18489 (java) S 18472 18472 17486 0 -1 1077944384 226 0 0 0 2 0 0 0 20 0 20 0 90458032 26735009792 11563 33554432000 4194304 4196468 140733550355600 140293377624048 140294121405058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
[pid=18474/tid=18490] ppid=18472 vsize=26108408 memory=280678931597712 CPUtime=0.04 cores=0-7
/proc/18474/task/18490/stat : 18490 (java) S 18472 18472 17486 0 -1 1077944384 118 0 0 0 4 0 0 0 20 0 20 0 90458032 26735009792 11563 33554432000 4194304 4196468 140733550355600 140293376571760 140294121405058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
[pid=18474/tid=18491] ppid=18472 vsize=26108408 memory=280678931613872 CPUtime=0.12 cores=0-7
/proc/18474/task/18491/stat : 18491 (java) S 18472 18472 17486 0 -1 1077944384 867 0 0 0 12 0 0 0 20 0 20 0 90458032 26735009792 11563 33554432000 4194304 4196468 140733550355600 140293375518960 140294121405058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
[pid=18474/tid=18492] ppid=18472 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/18474/task/18492/stat : 18492 (java) S 18472 18472 17486 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 90458032 26735009792 11563 33554432000 4194304 4196468 140733550355600 140293374466912 140294121404117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
[pid=18474/tid=18493] ppid=18472 vsize=26108408 memory=-1 CPUtime=0 cores=0-7
/proc/18474/task/18493/stat : 18493 (java) S 18472 18472 17486 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90458032 26735009792 11563 33554432000 4194304 4196468 140733550355600 140293373414192 140294121405058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 26221536 KiB
Current children cumulated memory: 47704 KiB

[startup+0.700906 s]
/proc/loadavg: 7.84 7.92 8.01 5/199 18493
/proc/meminfo: memFree=28066824/32770624 swapFree=67108436/67108860
[pid=18472] ppid=18469 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/18472/stat : 18472 (xcsp3-exec) S 18469 18472 17486 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 90458026 115843072 363 33554432000 4194304 5098028 140725340421280 140725340419384 139657451557500 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 30109696 140725340427317 140725340427520 140725340427520 140725340430282 0
/proc/18472/statm: 28282 363 305 221 0 87 0
[pid=18474] ppid=18472 vsize=26110532 memory=120144 CPUtime=2.05 cores=0-7
/proc/18474/stat : 18474 (java) S 18472 18472 17486 0 -1 1077944320 14514 0 0 0 198 7 0 0 20 0 20 0 90458026 26737184768 30036 33554432000 4194304 4196468 140733550355600 140733550338144 140294121393911 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
/proc/18474/statm: 6527633 30036 3357 1 0 6488827 0
[pid=18474/tid=18475] ppid=18472 vsize=26110532 memory=280678931908800 CPUtime=0.67 cores=0-7
/proc/18474/task/18475/stat : 18475 (java) R 18472 18472 17486 0 -1 4202560 7026 0 0 0 64 3 0 0 20 0 20 0 90458026 26737184768 30036 33554432000 4194304 4196468 140733550355600 140294125629024 140294121415837 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
[pid=18474/tid=18476] ppid=18472 vsize=26110532 memory=5752 CPUtime=0 cores=0-7
/proc/18474/task/18476/stat : 18476 (java) S 18472 18472 17486 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 90458027 26737184768 30036 33554432000 4194304 4196468 140733550355600 140294043974544 140294121404117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
[pid=18474/tid=18477] ppid=18472 vsize=26110532 memory=4588 CPUtime=0 cores=0-7
/proc/18474/task/18477/stat : 18477 (java) S 18472 18472 17486 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 90458027 26737184768 30036 33554432000 4194304 4196468 140733550355600 140294042921744 140294121404117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
[pid=18474/tid=18478] ppid=18472 vsize=26110532 memory=1612 CPUtime=0 cores=0-7
/proc/18474/task/18478/stat : 18478 (java) S 18472 18472 17486 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90458027 26737184768 30036 33554432000 4194304 4196468 140733550355600 140294041869456 140294121404117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0

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

[pid=18474/tid=18491] ppid=18472 vsize=26643044 memory=0 CPUtime=0.61 cores=0-7
/proc/18474/task/18491/stat : 18491 (java) R 18472 18472 17486 0 -1 1077944384 3226 0 0 0 59 2 0 0 20 0 28 0 90458032 27282477056 57136 33554432000 4194304 4196468 140733550355600 140293375516752 140294121404117 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
[pid=18474/tid=18492] ppid=18472 vsize=26643044 memory=0 CPUtime=0 cores=0-7
/proc/18474/task/18492/stat : 18492 (java) S 18472 18472 17486 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 90458032 27282477056 57136 33554432000 4194304 4196468 140733550355600 140293374466912 140294121404117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
[pid=18474/tid=18493] ppid=18472 vsize=26643044 memory=0 CPUtime=0 cores=0-7
/proc/18474/task/18493/stat : 18493 (java) S 18472 18472 17486 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 90458032 27282477056 57136 33554432000 4194304 4196468 140733550355600 140293373414192 140294121405058 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
[pid=18474/tid=18494] ppid=18472 vsize=26643044 memory=140339466157792 CPUtime=1.23 cores=0-7
/proc/18474/task/18494/stat : 18494 (java) R 18472 18472 17486 0 -1 4202560 43 0 0 0 123 0 0 0 20 0 28 0 90458125 27282477056 57136 33554432000 4194304 4196468 140733550355600 140293364630208 140293721240399 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
[pid=18474/tid=18495] ppid=18472 vsize=26643044 memory=0 CPUtime=1.19 cores=0-7
/proc/18474/task/18495/stat : 18495 (java) R 18472 18472 17486 0 -1 4202560 40 0 0 0 119 0 0 0 20 0 28 0 90458125 27282477056 57136 33554432000 4194304 4196468 140733550355600 140293363576880 140293720810632 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
[pid=18474/tid=18496] ppid=18472 vsize=26643044 memory=0 CPUtime=1.21 cores=0-7
/proc/18474/task/18496/stat : 18496 (java) R 18472 18472 17486 0 -1 4202560 43 0 0 0 121 0 0 0 20 0 28 0 90458125 27282477056 57136 33554432000 4194304 4196468 140733550355600 140293160555424 140293720952863 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
[pid=18474/tid=18497] ppid=18472 vsize=26643044 memory=0 CPUtime=1.12 cores=0-7
/proc/18474/task/18497/stat : 18497 (java) S 18472 18472 17486 0 -1 1077944384 68 0 0 0 112 0 0 0 20 0 28 0 90458125 27282477056 57136 33554432000 4194304 4196468 140733550355600 140293159501440 140294121404117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
[pid=18474/tid=18498] ppid=18472 vsize=26643044 memory=0 CPUtime=1.13 cores=0-7
/proc/18474/task/18498/stat : 18498 (java) R 18472 18472 17486 0 -1 4202560 33 0 0 0 113 0 0 0 20 0 28 0 90458125 27282477056 57136 33554432000 4194304 4196468 140733550355600 140293158449152 140293720759739 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
[pid=18474/tid=18499] ppid=18472 vsize=26643044 memory=0 CPUtime=1.17 cores=0-7
/proc/18474/task/18499/stat : 18499 (java) R 18472 18472 17486 0 -1 1077944384 31 0 0 0 117 0 0 0 20 0 28 0 90458125 27282477056 57136 33554432000 4194304 4196468 140733550355600 140293157396272 140294121404117 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
[pid=18474/tid=18500] ppid=18472 vsize=26643044 memory=0 CPUtime=1.03 cores=0-7
/proc/18474/task/18500/stat : 18500 (java) R 18472 18472 17486 0 -1 4202560 34 0 0 0 103 0 0 0 20 0 28 0 90458125 27282477056 57136 33554432000 4194304 4196468 140733550355600 140293156344400 140293720932491 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
[pid=18474/tid=18501] ppid=18472 vsize=26643044 memory=0 CPUtime=1.13 cores=0-7
/proc/18474/task/18501/stat : 18501 (java) R 18472 18472 17486 0 -1 4202560 33 0 0 0 113 0 0 0 20 0 28 0 90458125 27282477056 57136 33554432000 4194304 4196468 140733550355600 140293155291264 140293720757695 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
Current children cumulated CPU time: 14.39 s
Current children cumulated vsize: 26756172 KiB
Current children cumulated memory: 229996 KiB

[startup+2.60168 s]
/proc/loadavg: 7.53 7.86 7.99 12/207 18501
/proc/meminfo: memFree=27920456/32770624 swapFree=67108436/67108860
[pid=18472] ppid=18469 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/18472/stat : 18472 (xcsp3-exec) S 18469 18472 17486 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 90458026 115843072 363 33554432000 4194304 5098028 140725340421280 140725340419384 139657451557500 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 30109696 140725340427317 140725340427520 140725340427520 140725340430282 0
/proc/18472/statm: 28282 363 305 221 0 87 0
[pid=18474] ppid=18472 vsize=26643044 memory=228884 CPUtime=15.97 cores=0-7
/proc/18474/stat : 18474 (java) S 18472 18472 17486 0 -1 1077944320 22620 0 0 0 1585 12 0 0 20 0 28 0 90458026 27282477056 57221 33554432000 4194304 4196468 140733550355600 140733550338144 140294121393911 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
/proc/18474/statm: 6660761 57221 3398 1 0 6621955 0
[pid=18474/tid=18475] ppid=18472 vsize=26643044 memory=7086248332625471057 CPUtime=0.95 cores=0-7
/proc/18474/task/18475/stat : 18475 (java) S 18472 18472 17486 0 -1 1077944384 7125 0 0 0 90 5 0 0 20 0 28 0 90458026 27282477056 57221 33554432000 4194304 4196468 140733550355600 140294125634688 140294121404117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
[pid=18474/tid=18476] ppid=18472 vsize=26643044 memory=7086248332625471057 CPUtime=0 cores=0-7
/proc/18474/task/18476/stat : 18476 (java) S 18472 18472 17486 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 28 0 90458027 27282477056 57221 33554432000 4194304 4196468 140733550355600 140294043974544 140294121404117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
[pid=18474/tid=18477] ppid=18472 vsize=26643044 memory=0 CPUtime=0 cores=0-7
/proc/18474/task/18477/stat : 18477 (java) S 18472 18472 17486 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 28 0 90458027 27282477056 57221 33554432000 4194304 4196468 140733550355600 140294042921744 140294121404117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
[pid=18474/tid=18478] ppid=18472 vsize=26643044 memory=0 CPUtime=0 cores=0-7
/proc/18474/task/18478/stat : 18478 (java) S 18472 18472 17486 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 90458027 27282477056 57221 33554432000 4194304 4196468 140733550355600 140294041869456 140294121404117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
[pid=18474/tid=18479] ppid=18472 vsize=26643044 memory=0 CPUtime=0 cores=0-7
/proc/18474/task/18479/stat : 18479 (java) S 18472 18472 17486 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 28 0 90458027 27282477056 57221 33554432000 4194304 4196468 140733550355600 140294040816656 140294121404117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
[pid=18474/tid=18480] ppid=18472 vsize=26643044 memory=0 CPUtime=0 cores=0-7
/proc/18474/task/18480/stat : 18480 (java) S 18472 18472 17486 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 28 0 90458027 27282477056 57221 33554432000 4194304 4196468 140733550355600 140294039763344 140294121404117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
[pid=18474/tid=18481] ppid=18472 vsize=26643044 memory=0 CPUtime=0 cores=0-7
/proc/18474/task/18481/stat : 18481 (java) S 18472 18472 17486 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 28 0 90458027 27282477056 57221 33554432000 4194304 4196468 140733550355600 140294038710544 140294121404117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
[pid=18474/tid=18482] ppid=18472 vsize=26643044 memory=0 CPUtime=0 cores=0-7
/proc/18474/task/18482/stat : 18482 (java) S 18472 18472 17486 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 28 0 90458027 27282477056 57221 33554432000 4194304 4196468 140733550355600 140294037658256 140294121404117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
[pid=18474/tid=18483] ppid=18472 vsize=26643044 memory=0 CPUtime=0 cores=0-7
/proc/18474/task/18483/stat : 18483 (java) S 18472 18472 17486 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 90458027 27282477056 57221 33554432000 4194304 4196468 140733550355600 140294036605456 140294121404117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
[pid=18474/tid=18484] ppid=18472 vsize=26643044 memory=0 CPUtime=0 cores=0-7
/proc/18474/task/18484/stat : 18484 (java) S 18472 18472 17486 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 28 0 90458029 27282477056 57221 33554432000 4194304 4196468 140733550355600 140293382888048 140294121405058 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
[pid=18474/tid=18485] ppid=18472 vsize=26643044 memory=0 CPUtime=0 cores=0-7
/proc/18474/task/18485/stat : 18485 (java) S 18472 18472 17486 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 90458029 27282477056 57221 33554432000 4194304 4196468 140733550355600 140293381834016 140294121404117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
[pid=18474/tid=18486] ppid=18472 vsize=26643044 memory=0 CPUtime=0 cores=0-7
/proc/18474/task/18486/stat : 18486 (java) S 18472 18472 17486 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 28 0 90458029 27282477056 57221 33554432000 4194304 4196468 140733550355600 140293380781680 140294121404117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
[pid=18474/tid=18487] ppid=18472 vsize=26643044 memory=0 CPUtime=0 cores=0-7
/proc/18474/task/18487/stat : 18487 (java) S 18472 18472 17486 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 90458032 27282477056 57221 33554432000 4194304 4196468 140733550355600 140293379730000 140294121412507 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
[pid=18474/tid=18488] ppid=18472 vsize=26643044 memory=0 CPUtime=1.23 cores=0-7
/proc/18474/task/18488/stat : 18488 (java) R 18472 18472 17486 0 -1 4202560 3506 0 0 0 122 1 0 0 20 0 28 0 90458032 27282477056 57221 33554432000 4194304 4196468 140733550355600 140293378659024 140294104894109 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
[pid=18474/tid=18489] ppid=18472 vsize=26643044 memory=0 CPUtime=1.25 cores=0-7
/proc/18474/task/18489/stat : 18489 (java) R 18472 18472 17486 0 -1 4202560 3072 0 0 0 125 0 0 0 20 0 28 0 90458032 27282477056 57221 33554432000 4194304 4196468 140733550355600 140293377620416 140294106995692 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
[pid=18474/tid=18490] ppid=18472 vsize=26643044 memory=0 CPUtime=1.34 cores=0-7
/proc/18474/task/18490/stat : 18490 (java) R 18472 18472 17486 0 -1 4202560 3867 0 0 0 134 0 0 0 20 0 28 0 90458032 27282477056 57221 33554432000 4194304 4196468 140733550355600 140293376560112 140294107421941 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
[pid=18474/tid=18491] ppid=18472 vsize=26643044 memory=0 CPUtime=0.63 cores=0-7
/proc/18474/task/18491/stat : 18491 (java) R 18472 18472 17486 0 -1 1077944384 3277 0 0 0 61 2 0 0 20 0 28 0 90458032 27282477056 57221 33554432000 4194304 4196468 140733550355600 140293375518960 140294121405058 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
[pid=18474/tid=18492] ppid=18472 vsize=26643044 memory=0 CPUtime=0 cores=0-7
/proc/18474/task/18492/stat : 18492 (java) S 18472 18472 17486 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 90458032 27282477056 57221 33554432000 4194304 4196468 140733550355600 140293374466912 140294121404117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
[pid=18474/tid=18493] ppid=18472 vsize=26643044 memory=0 CPUtime=0 cores=0-7
/proc/18474/task/18493/stat : 18493 (java) S 18472 18472 17486 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 90458032 27282477056 57221 33554432000 4194304 4196468 140733550355600 140293373414192 140294121405058 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
[pid=18474/tid=18494] ppid=18472 vsize=26643044 memory=0 CPUtime=1.4 cores=0-7
/proc/18474/task/18494/stat : 18494 (java) R 18472 18472 17486 0 -1 4202560 43 0 0 0 140 0 0 0 20 0 28 0 90458125 27282477056 57221 33554432000 4194304 4196468 140733550355600 140293364630376 140293720810704 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
[pid=18474/tid=18495] ppid=18472 vsize=26643044 memory=0 CPUtime=1.39 cores=0-7
/proc/18474/task/18495/stat : 18495 (java) R 18472 18472 17486 0 -1 4202560 40 0 0 0 139 0 0 0 20 0 28 0 90458125 27282477056 57221 33554432000 4194304 4196468 140733550355600 140293363576464 140293720932698 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
[pid=18474/tid=18496] ppid=18472 vsize=26643044 memory=0 CPUtime=1.33 cores=0-7
/proc/18474/task/18496/stat : 18496 (java) R 18472 18472 17486 0 -1 4202560 43 0 0 0 133 0 0 0 20 0 28 0 90458125 27282477056 57221 33554432000 4194304 4196468 140733550355600 140293160554568 140293721240547 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
[pid=18474/tid=18497] ppid=18472 vsize=26643044 memory=0 CPUtime=1.25 cores=0-7
/proc/18474/task/18497/stat : 18497 (java) R 18472 18472 17486 0 -1 4202560 68 0 0 0 125 0 0 0 20 0 28 0 90458125 27282477056 57221 33554432000 4194304 4196468 140733550355600 140293159502168 140293720759825 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
[pid=18474/tid=18498] ppid=18472 vsize=26643044 memory=0 CPUtime=1.33 cores=0-7
/proc/18474/task/18498/stat : 18498 (java) R 18472 18472 17486 0 -1 4202560 34 0 0 0 133 0 0 0 20 0 28 0 90458125 27282477056 57221 33554432000 4194304 4196468 140733550355600 140293158450520 140293720810435 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
[pid=18474/tid=18499] ppid=18472 vsize=26643044 memory=0 CPUtime=1.27 cores=0-7
/proc/18474/task/18499/stat : 18499 (java) R 18472 18472 17486 0 -1 4202560 31 0 0 0 127 0 0 0 20 0 28 0 90458125 27282477056 57221 33554432000 4194304 4196468 140733550355600 140293157398216 140293721239422 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
[pid=18474/tid=18500] ppid=18472 vsize=26643044 memory=0 CPUtime=1.19 cores=0-7
/proc/18474/task/18500/stat : 18500 (java) R 18472 18472 17486 0 -1 4202560 34 0 0 0 119 0 0 0 20 0 28 0 90458125 27282477056 57221 33554432000 4194304 4196468 140733550355600 140293156345544 140293720808501 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
[pid=18474/tid=18501] ppid=18472 vsize=26643044 memory=7666905937993099885 CPUtime=1.26 cores=0-7
/proc/18474/task/18501/stat : 18501 (java) R 18472 18472 17486 0 -1 4202560 33 0 0 0 126 0 0 0 20 0 28 0 90458125 27282477056 57221 33554432000 4194304 4196468 140733550355600 140293155291656 140293721240478 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
Current children cumulated CPU time: 15.97 s
Current children cumulated vsize: 26756172 KiB
Current children cumulated memory: 230336 KiB

[startup+2.70168 s]
/proc/loadavg: 7.53 7.86 7.99 12/207 18501
/proc/meminfo: memFree=27920456/32770624 swapFree=67108436/67108860
[pid=18472] ppid=18469 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/18472/stat : 18472 (xcsp3-exec) S 18469 18472 17486 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 90458026 115843072 363 33554432000 4194304 5098028 140725340421280 140725340419384 139657451557500 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 30109696 140725340427317 140725340427520 140725340427520 140725340430282 0
/proc/18472/statm: 28282 363 305 221 0 87 0
[pid=18474] ppid=18472 vsize=26643044 memory=229052 CPUtime=16.77 cores=0-7
/proc/18474/stat : 18474 (java) S 18472 18472 17486 0 -1 1077944320 22662 0 0 0 1665 12 0 0 20 0 28 0 90458026 27282477056 57263 33554432000 4194304 4196468 140733550355600 140733550338144 140294121393911 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
/proc/18474/statm: 6660761 57263 3399 1 0 6621955 0
[pid=18474/tid=18475] ppid=18472 vsize=26643044 memory=1452 CPUtime=0.95 cores=0-7
/proc/18474/task/18475/stat : 18475 (java) S 18472 18472 17486 0 -1 1077944384 7125 0 0 0 90 5 0 0 20 0 28 0 90458026 27282477056 57263 33554432000 4194304 4196468 140733550355600 140294125634688 140294121404117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
[pid=18474/tid=18476] ppid=18472 vsize=26643044 memory=228736 CPUtime=0 cores=0-7
/proc/18474/task/18476/stat : 18476 (java) S 18472 18472 17486 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 28 0 90458027 27282477056 57263 33554432000 4194304 4196468 140733550355600 140294043974544 140294121404117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
[pid=18474/tid=18477] ppid=18472 vsize=26643044 memory=280678931890880 CPUtime=0 cores=0-7
/proc/18474/task/18477/stat : 18477 (java) S 18472 18472 17486 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 28 0 90458027 27282477056 57263 33554432000 4194304 4196468 140733550355600 140294042921744 140294121404117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
[pid=18474/tid=18478] ppid=18472 vsize=26643044 memory=7522514849539440743 CPUtime=0 cores=0-7
/proc/18474/task/18478/stat : 18478 (java) S 18472 18472 17486 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 90458027 27282477056 57263 33554432000 4194304 4196468 140733550355600 140294041869456 140294121404117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
[pid=18474/tid=18479] ppid=18472 vsize=26643044 memory=6944656592452807320 CPUtime=0 cores=0-7
/proc/18474/task/18479/stat : 18479 (java) S 18472 18472 17486 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 28 0 90458027 27282477056 57263 33554432000 4194304 4196468 140733550355600 140294040816656 140294121404117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
[pid=18474/tid=18480] ppid=18472 vsize=26643044 memory=1452 CPUtime=0 cores=0-7
/proc/18474/task/18480/stat : 18480 (java) S 18472 18472 17486 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 28 0 90458027 27282477056 57263 33554432000 4194304 4196468 140733550355600 140294039763344 140294121404117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
[pid=18474/tid=18481] ppid=18472 vsize=26643044 memory=204532 CPUtime=0 cores=0-7
/proc/18474/task/18481/stat : 18481 (java) S 18472 18472 17486 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 28 0 90458027 27282477056 57263 33554432000 4194304 4196468 140733550355600 140294038710544 140294121404117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
[pid=18474/tid=18482] ppid=18472 vsize=26643044 memory=0 CPUtime=0 cores=0-7
/proc/18474/task/18482/stat : 18482 (java) S 18472 18472 17486 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 28 0 90458027 27282477056 57263 33554432000 4194304 4196468 140733550355600 140294037658256 140294121404117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
[pid=18474/tid=18483] ppid=18472 vsize=26643044 memory=140343890540159 CPUtime=0 cores=0-7
/proc/18474/task/18483/stat : 18483 (java) S 18472 18472 17486 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 90458027 27282477056 57263 33554432000 4194304 4196468 140733550355600 140294036605456 140294121404117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
[pid=18474/tid=18484] ppid=18472 vsize=26643044 memory=0 CPUtime=0 cores=0-7
/proc/18474/task/18484/stat : 18484 (java) S 18472 18472 17486 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 28 0 90458029 27282477056 57263 33554432000 4194304 4196468 140733550355600 140293382888048 140294121405058 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
[pid=18474/tid=18485] ppid=18472 vsize=26643044 memory=0 CPUtime=0 cores=0-7
/proc/18474/task/18485/stat : 18485 (java) S 18472 18472 17486 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 90458029 27282477056 57263 33554432000 4194304 4196468 140733550355600 140293381834016 140294121404117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
[pid=18474/tid=18486] ppid=18472 vsize=26643044 memory=0 CPUtime=0 cores=0-7
/proc/18474/task/18486/stat : 18486 (java) S 18472 18472 17486 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 28 0 90458029 27282477056 57263 33554432000 4194304 4196468 140733550355600 140293380781680 140294121404117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
[pid=18474/tid=18487] ppid=18472 vsize=26643044 memory=0 CPUtime=0 cores=0-7
/proc/18474/task/18487/stat : 18487 (java) S 18472 18472 17486 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 90458032 27282477056 57263 33554432000 4194304 4196468 140733550355600 140293379730000 140294121412507 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
[pid=18474/tid=18488] ppid=18472 vsize=26643044 memory=6791534058613427641 CPUtime=1.29 cores=0-7
/proc/18474/task/18488/stat : 18488 (java) R 18472 18472 17486 0 -1 4202560 3506 0 0 0 128 1 0 0 20 0 28 0 90458032 27282477056 57263 33554432000 4194304 4196468 140733550355600 140293378658256 140294104925390 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
[pid=18474/tid=18489] ppid=18472 vsize=26643044 memory=0 CPUtime=1.32 cores=0-7
/proc/18474/task/18489/stat : 18489 (java) R 18472 18472 17486 0 -1 4202560 3081 0 0 0 132 0 0 0 20 0 28 0 90458032 27282477056 57263 33554432000 4194304 4196468 140733550355600 140293377623152 140294100612535 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
[pid=18474/tid=18490] ppid=18472 vsize=26643044 memory=0 CPUtime=1.42 cores=0-7
/proc/18474/task/18490/stat : 18490 (java) R 18472 18472 17486 0 -1 4202560 3888 0 0 0 141 1 0 0 20 0 28 0 90458032 27282477056 57263 33554432000 4194304 4196468 140733550355600 140293376557984 140294101087619 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
[pid=18474/tid=18491] ppid=18472 vsize=26643044 memory=280678931366128 CPUtime=0.64 cores=0-7
/proc/18474/task/18491/stat : 18491 (java) S 18472 18472 17486 0 -1 1077944384 3289 0 0 0 62 2 0 0 20 0 28 0 90458032 27282477056 57263 33554432000 4194304 4196468 140733550355600 140293375518960 140294121405058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
[pid=18474/tid=18492] ppid=18472 vsize=26643044 memory=7085680916023044434 CPUtime=0 cores=0-7
/proc/18474/task/18492/stat : 18492 (java) S 18472 18472 17486 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 90458032 27282477056 57263 33554432000 4194304 4196468 140733550355600 140293374466912 140294121404117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
[pid=18474/tid=18493] ppid=18472 vsize=26643044 memory=8100380795336283476 CPUtime=0 cores=0-7
/proc/18474/task/18493/stat : 18493 (java) S 18472 18472 17486 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 90458032 27282477056 57263 33554432000 4194304 4196468 140733550355600 140293373414192 140294121405058 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
[pid=18474/tid=18494] ppid=18472 vsize=26643044 memory=0 CPUtime=1.47 cores=0-7
/proc/18474/task/18494/stat : 18494 (java) R 18472 18472 17486 0 -1 4202560 43 0 0 0 147 0 0 0 20 0 28 0 90458125 27282477056 57263 33554432000 4194304 4196468 140733550355600 140293364630344 140293721726359 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
[pid=18474/tid=18495] ppid=18472 vsize=26643044 memory=0 CPUtime=1.48 cores=0-7
/proc/18474/task/18495/stat : 18495 (java) R 18472 18472 17486 0 -1 4202560 40 0 0 0 148 0 0 0 20 0 28 0 90458125 27282477056 57263 33554432000 4194304 4196468 140733550355600 140293363578704 140293720932955 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
[pid=18474/tid=18496] ppid=18472 vsize=26643044 memory=0 CPUtime=1.41 cores=0-7
/proc/18474/task/18496/stat : 18496 (java) R 18472 18472 17486 0 -1 4202560 43 0 0 0 141 0 0 0 20 0 28 0 90458125 27282477056 57263 33554432000 4194304 4196468 140733550355600 140293160555504 140293721240378 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
[pid=18474/tid=18497] ppid=18472 vsize=26643044 memory=0 CPUtime=1.32 cores=0-7
/proc/18474/task/18497/stat : 18497 (java) R 18472 18472 17486 0 -1 4202560 68 0 0 0 132 0 0 0 20 0 28 0 90458125 27282477056 57263 33554432000 4194304 4196468 140733550355600 140293159501320 140293720757746 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
[pid=18474/tid=18498] ppid=18472 vsize=26643044 memory=0 CPUtime=1.4 cores=0-7
/proc/18474/task/18498/stat : 18498 (java) R 18472 18472 17486 0 -1 4202560 34 0 0 0 140 0 0 0 20 0 28 0 90458125 27282477056 57263 33554432000 4194304 4196468 140733550355600 140293158449400 140293720810554 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
[pid=18474/tid=18499] ppid=18472 vsize=26643044 memory=0 CPUtime=1.33 cores=0-7
/proc/18474/task/18499/stat : 18499 (java) R 18472 18472 17486 0 -1 4202560 31 0 0 0 133 0 0 0 20 0 28 0 90458125 27282477056 57263 33554432000 4194304 4196468 140733550355600 140293157397648 140293720759637 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
[pid=18474/tid=18500] ppid=18472 vsize=26643044 memory=0 CPUtime=1.26 cores=0-7
/proc/18474/task/18500/stat : 18500 (java) R 18472 18472 17486 0 -1 4202560 34 0 0 0 126 0 0 0 20 0 28 0 90458125 27282477056 57263 33554432000 4194304 4196468 140733550355600 140293156345544 140293721240635 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
[pid=18474/tid=18501] ppid=18472 vsize=26643044 memory=0 CPUtime=1.35 cores=0-7
/proc/18474/task/18501/stat : 18501 (java) R 18472 18472 17486 0 -1 4202560 33 0 0 0 135 0 0 0 20 0 28 0 90458125 27282477056 57263 33554432000 4194304 4196468 140733550355600 140293155291976 140293720810722 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25698304 140733550363777 140733550363949 140733550363949 140733550366671 0
Current children cumulated CPU time: 16.77 s
Current children cumulated vsize: 26756172 KiB
Current children cumulated memory: 230504 KiB

Child status: 0
Real time (s): 2.75596
CPU time (s): 17.0678
CPU user time (s): 16.9295
CPU system time (s): 0.13825
CPU usage (%): 619.306
Max. virtual memory (cumulated for all children) (KiB): 26756172
Max. memory (cumulated for all children) (KiB): 230504

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16.9295
system time used= 0.13825
maximum resident set size= 230476
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23300
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3291
involuntary context switches= 507


# summary of solver processes directly reported to runsolver:
#   pid: 18472
#   total CPU time (s): 17.0678
#   total CPU user time (s): 16.9295
#   total CPU system time (s): 0.13825

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.047064 second user time and 0.064844 second system time

The end

Launcher Data

Begin job on node137 at 2018-07-28 00:02:29
IDJOB=4297780
IDBENCH=141590
IDSOLVER=2760
FILE ID=node137/4297780-1532728948
RUNJOBID= node137-1532724796-17513
PBS_JOBID= 21022341
Free space on /tmp= 48160 MiB

SOLVER NAME= Choco-solver 4.0.7b par (e747e1e)
BENCH NAME= XCSP18/Frb/frb-30-15-1_c18.xml
COMMAND LINE= HOME/xcsp3-exec -seed RANDOMSEED -dir DIR -tl TIMEOUT -ml 22000 -p NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4297780-1532728948/watcher-4297780-1532728948 -o /tmp/evaluation-result-4297780-1532728948/solver-4297780-1532728948 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node137-1532724796-17513 --watchdog 2580  HOME/xcsp3-exec -seed 1490094863 -dir HOME -tl 20160 -ml 22000 -p 8 HOME/instance-4297780-1532728948.xml

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

MD5SUM BENCH= 57df4fffa2265f6a33845f4cc7b1783a
RANDOM SEED=1490094863

node137.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.54
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.56
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.54
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.56
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.54
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.56
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.54
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        28132304 kB
MemAvailable:   31930388 kB
Buffers:          159012 kB
Cached:          3873872 kB
SwapCached:           32 kB
Active:          1798316 kB
Inactive:        2291880 kB
Active(anon):       4936 kB
Inactive(anon):    80064 kB
Active(file):    1793380 kB
Inactive(file):  2211816 kB
Unevictable:        7424 kB
Mlocked:            7424 kB
SwapTotal:      67108860 kB
SwapFree:       67108436 kB
Dirty:             21648 kB
Writeback:             0 kB
AnonPages:         68496 kB
Mapped:            39972 kB
Shmem:             25052 kB
Slab:             244756 kB
SReclaimable:     217448 kB
SUnreclaim:        27308 kB
KernelStack:        3408 kB
PageTables:         5096 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     324256 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     14336 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 48136 MiB
End job on node137 at 2018-07-28 00:02:31