Trace number 4271185

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.5 par (2017-08-09)SAT 24.130301 4.4955401

General information on the benchmark

NameRandom/Random-D-t080/
rand-2-40-80-103-080-39.xml
MD5SUM3eef0953f9cbf23d9932dd1c3605fafe
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 benchmark2.0590301
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints103
Number of domains1
Minimum domain size80
Maximum domain size80
Distribution of domain sizes[{"size":80,"count":40}]
Minimum variable degree2
Maximum variable degree12
Distribution of variable degrees[{"degree":2,"count":3},{"degree":3,"count":6},{"degree":4,"count":7},{"degree":5,"count":7},{"degree":6,"count":11},{"degree":7,"count":1},{"degree":8,"count":2},{"degree":9,"count":2},{"degree":12,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":103}]
Number of extensional constraints103
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":103}]
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-4271185-1502686913.xml"  -tl '20160s' -p 8 -x 0
0.12/0.14	c [HOME/instance-4271185-1502686913.xml, -tl, 20160s, -p, 8, -x, 0]
0.12/0.20	c 8 solvers in parallel
0.33/0.26	c parse instance...
4.44/1.99	c solve instance...
23.48/4.48	s SATISFIABLE
23.48/4.48	v <instantiation>
23.48/4.48	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] </list>
23.48/4.48	v 	<values>44 70 66 2 12 36 8 8 22 78 2 62 60 24 74 27 78 62 13 73 27 77 9 48 75 6 76 40 18 20 1 15 15 43 27 63 58 56 24 26 </values>
23.48/4.48	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 (15255 MiB free)
  memory of node 1: 16384 MiB (15655 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4271185-1502686913/watcher-4271185-1502686913 -o /tmp/evaluation-result-4271185-1502686913/solver-4271185-1502686913 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node112-1502677978-30238 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 2053240875 HOME/instance-4271185-1502686913.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=30797, runsolver pid=30794

[startup+0.100162 s]*
/proc/loadavg: 7.11 7.20 7.49 2/199 30818
/proc/meminfo: memFree=31638116/32770624 swapFree=67108860/67108860
[pid=30797] ppid=30794 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/30797/stat : 30797 (xcsp3-exec) S 30794 30797 30211 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 101779062 9740288 346 33554432000 4194304 5098028 140721301725248 140721301723352 139660471054972 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 35868672 140721301730404 140721301730615 140721301730615 140721301733355 0
/proc/30797/statm: 2378 346 289 221 0 87 0
[pid=30799] ppid=30797 vsize=25999808 memory=26860 CPUtime=0.12 cores=0-7
/proc/30799/stat : 30799 (java) S 30797 30797 30211 0 -1 1077944320 5652 0 0 0 11 1 0 0 20 0 20 0 101779062 26623803392 6715 33554432000 4194304 4196468 140732779708400 140732779690944 140200833126135 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
/proc/30799/statm: 6499952 6715 2837 1 0 6488269 0
[pid=30799/tid=30800] ppid=30797 vsize=25999808 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/30799/task/30800/stat : 30800 (java) R 30797 30797 30211 0 -1 4202560 3657 0 0 0 8 1 0 0 20 0 20 0 101779063 26623803392 6715 33554432000 4194304 4196468 140732779708400 140200837358384 140200833138070 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
[pid=30799/tid=30801] ppid=30797 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/30799/task/30801/stat : 30801 (java) S 30797 30797 30211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101779064 26623803392 6715 33554432000 4194304 4196468 140732779708400 140200755706128 140200833136341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
[pid=30799/tid=30802] ppid=30797 vsize=25999808 memory=139825601599104 CPUtime=0 cores=0-7
/proc/30799/task/30802/stat : 30802 (java) S 30797 30797 30211 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101779064 26623803392 6715 33554432000 4194304 4196468 140732779708400 140200754653584 140200833136341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
[pid=30799/tid=30803] ppid=30797 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/30799/task/30803/stat : 30803 (java) S 30797 30797 30211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101779064 26623803392 6715 33554432000 4194304 4196468 140732779708400 140200753601040 140200833136341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
[pid=30799/tid=30804] ppid=30797 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/30799/task/30804/stat : 30804 (java) S 30797 30797 30211 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101779064 26623803392 6715 33554432000 4194304 4196468 140732779708400 140200387828368 140200833136341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
[pid=30799/tid=30805] ppid=30797 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/30799/task/30805/stat : 30805 (java) S 30797 30797 30211 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101779064 26623803392 6715 33554432000 4194304 4196468 140732779708400 140200386775824 140200833136341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
[pid=30799/tid=30806] ppid=30797 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/30799/task/30806/stat : 30806 (java) S 30797 30797 30211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101779064 26623803392 6715 33554432000 4194304 4196468 140732779708400 140200385723280 140200833136341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
[pid=30799/tid=30807] ppid=30797 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/30799/task/30807/stat : 30807 (java) S 30797 30797 30211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101779064 26623803392 6715 33554432000 4194304 4196468 140732779708400 140200384670736 140200833136341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
[pid=30799/tid=30808] ppid=30797 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/30799/task/30808/stat : 30808 (java) S 30797 30797 30211 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101779064 26623803392 6715 33554432000 4194304 4196468 140732779708400 140200383618192 140200833136341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
[pid=30799/tid=30809] ppid=30797 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/30799/task/30809/stat : 30809 (java) S 30797 30797 30211 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101779065 26623803392 6715 33554432000 4194304 4196468 140732779708400 140199959980016 140200833137282 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
[pid=30799/tid=30810] ppid=30797 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/30799/task/30810/stat : 30810 (java) S 30797 30797 30211 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 101779066 26623803392 6715 33554432000 4194304 4196468 140732779708400 140199958926240 140200833136341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
[pid=30799/tid=30811] ppid=30797 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/30799/task/30811/stat : 30811 (java) S 30797 30797 30211 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 101779066 26623803392 6715 33554432000 4194304 4196468 140732779708400 140199957873648 140200833136341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
[pid=30799/tid=30812] ppid=30797 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/30799/task/30812/stat : 30812 (java) S 30797 30797 30211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101779068 26623803392 6715 33554432000 4194304 4196468 140732779708400 140199956822224 140200833144731 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
[pid=30799/tid=30813] ppid=30797 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/30799/task/30813/stat : 30813 (java) S 30797 30797 30211 0 -1 1077944384 300 0 0 0 0 0 0 0 20 0 20 0 101779068 26623803392 6715 33554432000 4194304 4196468 140732779708400 140199955769840 140200833137282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
[pid=30799/tid=30814] ppid=30797 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/30799/task/30814/stat : 30814 (java) R 30797 30797 30211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101779068 26623803392 6715 33554432000 4194304 4196468 140732779708400 140199954717296 140200833137282 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
[pid=30799/tid=30815] ppid=30797 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/30799/task/30815/stat : 30815 (java) S 30797 30797 30211 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 101779068 26623803392 6715 33554432000 4194304 4196468 140732779708400 140199953664752 140200833137282 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
[pid=30799/tid=30816] ppid=30797 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/30799/task/30816/stat : 30816 (java) R 30797 30797 30211 0 -1 4202560 261 0 0 0 1 0 0 0 20 0 20 0 101779068 26623803392 6715 33554432000 4194304 4196468 140732779708400 140199952612208 140200812081761 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
[pid=30799/tid=30817] ppid=30797 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/30799/task/30817/stat : 30817 (java) S 30797 30797 30211 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101779068 26623803392 6715 33554432000 4194304 4196468 140732779708400 140199951558880 140200833136341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
[pid=30799/tid=30818] ppid=30797 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/30799/task/30818/stat : 30818 (java) S 30797 30797 30211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101779069 26623803392 6715 33554432000 4194304 4196468 140732779708400 140199950506416 140200833137282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 28244 KiB

[startup+0.21018 s]*
/proc/loadavg: 7.11 7.20 7.49 3/199 30818
/proc/meminfo: memFree=31627728/32770624 swapFree=67108860/67108860
[pid=30797] ppid=30794 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/30797/stat : 30797 (xcsp3-exec) S 30794 30797 30211 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 101779062 9740288 346 33554432000 4194304 5098028 140721301725248 140721301723352 139660471054972 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 35868672 140721301730404 140721301730615 140721301730615 140721301733355 0
/proc/30797/statm: 2378 346 289 221 0 87 0
[pid=30799] ppid=30797 vsize=26004064 memory=39000 CPUtime=0.33 cores=0-7
/proc/30799/stat : 30799 (java) S 30797 30797 30211 0 -1 1077944320 8322 0 0 0 31 2 0 0 20 0 20 0 101779062 26628161536 9750 33554432000 4194304 4196468 140732779708400 140732779690944 140200833126135 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
/proc/30799/statm: 6501016 9750 3058 1 0 6488269 0
[pid=30799/tid=30800] ppid=30797 vsize=26004064 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/30799/task/30800/stat : 30800 (java) R 30797 30797 30211 0 -1 4202560 5433 0 0 0 18 1 0 0 20 0 20 0 101779063 26628161536 9750 33554432000 4194304 4196468 140732779708400 140200837347128 140200833148061 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
[pid=30799/tid=30801] ppid=30797 vsize=26004064 memory=329 CPUtime=0 cores=0-7
/proc/30799/task/30801/stat : 30801 (java) S 30797 30797 30211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101779064 26628161536 9750 33554432000 4194304 4196468 140732779708400 140200755706128 140200833136341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
[pid=30799/tid=30802] ppid=30797 vsize=26004064 memory=139825602030151 CPUtime=0 cores=0-7
/proc/30799/task/30802/stat : 30802 (java) S 30797 30797 30211 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101779064 26628161536 9750 33554432000 4194304 4196468 140732779708400 140200754653584 140200833136341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
[pid=30799/tid=30803] ppid=30797 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/30799/task/30803/stat : 30803 (java) S 30797 30797 30211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101779064 26628161536 9750 33554432000 4194304 4196468 140732779708400 140200753601040 140200833136341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
[pid=30799/tid=30804] ppid=30797 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/30799/task/30804/stat : 30804 (java) S 30797 30797 30211 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101779064 26628161536 9750 33554432000 4194304 4196468 140732779708400 140200387828368 140200833136341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
[pid=30799/tid=30805] ppid=30797 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/30799/task/30805/stat : 30805 (java) S 30797 30797 30211 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101779064 26628161536 9750 33554432000 4194304 4196468 140732779708400 140200386775824 140200833136341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
[pid=30799/tid=30806] ppid=30797 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/30799/task/30806/stat : 30806 (java) S 30797 30797 30211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101779064 26628161536 9750 33554432000 4194304 4196468 140732779708400 140200385723280 140200833136341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
[pid=30799/tid=30807] ppid=30797 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/30799/task/30807/stat : 30807 (java) S 30797 30797 30211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101779064 26628161536 9750 33554432000 4194304 4196468 140732779708400 140200384670736 140200833136341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
[pid=30799/tid=30808] ppid=30797 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/30799/task/30808/stat : 30808 (java) S 30797 30797 30211 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101779064 26628161536 9750 33554432000 4194304 4196468 140732779708400 140200383618192 140200833136341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
[pid=30799/tid=30809] ppid=30797 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/30799/task/30809/stat : 30809 (java) S 30797 30797 30211 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101779065 26628161536 9750 33554432000 4194304 4196468 140732779708400 140199959980016 140200833137282 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
[pid=30799/tid=30810] ppid=30797 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/30799/task/30810/stat : 30810 (java) S 30797 30797 30211 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 101779066 26628161536 9750 33554432000 4194304 4196468 140732779708400 140199958926240 140200833136341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
[pid=30799/tid=30811] ppid=30797 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/30799/task/30811/stat : 30811 (java) S 30797 30797 30211 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 101779066 26628161536 9750 33554432000 4194304 4196468 140732779708400 140199957873648 140200833136341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
[pid=30799/tid=30812] ppid=30797 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/30799/task/30812/stat : 30812 (java) S 30797 30797 30211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101779068 26628161536 9750 33554432000 4194304 4196468 140732779708400 140199956822224 140200833144731 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
[pid=30799/tid=30813] ppid=30797 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/30799/task/30813/stat : 30813 (java) S 30797 30797 30211 0 -1 1077944384 310 0 0 0 0 0 0 0 20 0 20 0 101779068 26628161536 9750 33554432000 4194304 4196468 140732779708400 140199955769840 140200833137282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
[pid=30799/tid=30814] ppid=30797 vsize=26004064 memory=0 CPUtime=0.02 cores=0-7
/proc/30799/task/30814/stat : 30814 (java) S 30797 30797 30211 0 -1 1077944384 163 0 0 0 2 0 0 0 20 0 20 0 101779068 26628161536 9750 33554432000 4194304 4196468 140732779708400 140199954717296 140200833137282 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
[pid=30799/tid=30815] ppid=30797 vsize=26004064 memory=-1 CPUtime=0.02 cores=0-7
/proc/30799/task/30815/stat : 30815 (java) S 30797 30797 30211 0 -1 1077944384 411 0 0 0 2 0 0 0 20 0 20 0 101779068 26628161536 9750 33554432000 4194304 4196468 140732779708400 140199953664752 140200833137282 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
[pid=30799/tid=30816] ppid=30797 vsize=26004064 memory=-1 CPUtime=0.07 cores=0-7
/proc/30799/task/30816/stat : 30816 (java) R 30797 30797 30211 0 -1 4202560 695 0 0 0 7 0 0 0 20 0 20 0 101779068 26628161536 9750 33554432000 4194304 4196468 140732779708400 140199952612208 140200833147482 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
[pid=30799/tid=30817] ppid=30797 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/30799/task/30817/stat : 30817 (java) S 30797 30797 30211 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101779068 26628161536 9750 33554432000 4194304 4196468 140732779708400 140199951558880 140200833136341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
[pid=30799/tid=30818] ppid=30797 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/30799/task/30818/stat : 30818 (java) S 30797 30797 30211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101779069 26628161536 9750 33554432000 4194304 4196468 140732779708400 140199950506416 140200833137282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 40384 KiB

[startup+0.309407 s]*
/proc/loadavg: 7.11 7.20 7.49 3/199 30818
/proc/meminfo: memFree=31623324/32770624 swapFree=67108860/67108860
[pid=30797] ppid=30794 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/30797/stat : 30797 (xcsp3-exec) S 30794 30797 30211 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 101779062 9740288 346 33554432000 4194304 5098028 140721301725248 140721301723352 139660471054972 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 35868672 140721301730404 140721301730615 140721301730615 140721301733355 0
/proc/30797/statm: 2378 346 289 221 0 87 0
[pid=30799] ppid=30797 vsize=26004064 memory=45668 CPUtime=0.49 cores=0-7
/proc/30799/stat : 30799 (java) S 30797 30797 30211 0 -1 1077944320 9124 0 0 0 47 2 0 0 20 0 20 0 101779062 26628161536 11417 33554432000 4194304 4196468 140732779708400 140732779690944 140200833126135 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
/proc/30799/statm: 6501016 11417 3093 1 0 6488269 0
[pid=30799/tid=30800] ppid=30797 vsize=26004064 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/30799/task/30800/stat : 30800 (java) R 30797 30797 30211 0 -1 4202560 6098 0 0 0 27 2 0 0 20 0 20 0 101779063 26628161536 11417 33554432000 4194304 4196468 140732779708400 140200837360208 140200833148061 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
[pid=30799/tid=30801] ppid=30797 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/30799/task/30801/stat : 30801 (java) S 30797 30797 30211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101779064 26628161536 11417 33554432000 4194304 4196468 140732779708400 140200755706128 140200833136341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
[pid=30799/tid=30802] ppid=30797 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/30799/task/30802/stat : 30802 (java) S 30797 30797 30211 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101779064 26628161536 11417 33554432000 4194304 4196468 140732779708400 140200754653584 140200833136341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
[pid=30799/tid=30803] ppid=30797 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/30799/task/30803/stat : 30803 (java) S 30797 30797 30211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101779064 26628161536 11417 33554432000 4194304 4196468 140732779708400 140200753601040 140200833136341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
[pid=30799/tid=30804] ppid=30797 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/30799/task/30804/stat : 30804 (java) S 30797 30797 30211 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101779064 26628161536 11417 33554432000 4194304 4196468 140732779708400 140200387828368 140200833136341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
[pid=30799/tid=30805] ppid=30797 vsize=26004064 memory=2244 CPUtime=0 cores=0-7
/proc/30799/task/30805/stat : 30805 (java) S 30797 30797 30211 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101779064 26628161536 11482 33554432000 4194304 4196468 140732779708400 140200386775824 140200833136341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
[pid=30799/tid=30806] ppid=30797 vsize=26004064 memory=139825478988719 CPUtime=0 cores=0-7
/proc/30799/task/30806/stat : 30806 (java) S 30797 30797 30211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101779064 26628161536 11482 33554432000 4194304 4196468 140732779708400 140200385723280 140200833136341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
[pid=30799/tid=30807] ppid=30797 vsize=26004064 memory=139825478991024 CPUtime=0 cores=0-7
/proc/30799/task/30807/stat : 30807 (java) S 30797 30797 30211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101779064 26628161536 11482 33554432000 4194304 4196468 140732779708400 140200384670736 140200833136341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
[pid=30799/tid=30808] ppid=30797 vsize=26004064 memory=139825478993328 CPUtime=0 cores=0-7
/proc/30799/task/30808/stat : 30808 (java) S 30797 30797 30211 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101779064 26628161536 11482 33554432000 4194304 4196468 140732779708400 140200383618192 140200833136341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
[pid=30799/tid=30809] ppid=30797 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/30799/task/30809/stat : 30809 (java) S 30797 30797 30211 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101779065 26628161536 11482 33554432000 4194304 4196468 140732779708400 140199959980016 140200833137282 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
[pid=30799/tid=30810] ppid=30797 vsize=26004064 memory=279650957993616 CPUtime=0 cores=0-7
/proc/30799/task/30810/stat : 30810 (java) S 30797 30797 30211 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 101779066 26628161536 11482 33554432000 4194304 4196468 140732779708400 140199958926240 140200833136341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
[pid=30799/tid=30811] ppid=30797 vsize=26004064 memory=279650958000528 CPUtime=0 cores=0-7
/proc/30799/task/30811/stat : 30811 (java) S 30797 30797 30211 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 101779066 26628161536 11482 33554432000 4194304 4196468 140732779708400 140199957873648 140200833136341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
[pid=30799/tid=30812] ppid=30797 vsize=26004064 memory=279650957941808 CPUtime=0 cores=0-7
/proc/30799/task/30812/stat : 30812 (java) S 30797 30797 30211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101779068 26628161536 11482 33554432000 4194304 4196468 140732779708400 140199956822224 140200833144731 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
[pid=30799/tid=30813] ppid=30797 vsize=26004064 memory=279650958014352 CPUtime=0.01 cores=0-7
/proc/30799/task/30813/stat : 30813 (java) S 30797 30797 30211 0 -1 1077944384 330 0 0 0 1 0 0 0 20 0 20 0 101779068 26628161536 11482 33554432000 4194304 4196468 140732779708400 140199955769840 140200833137282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
[pid=30799/tid=30814] ppid=30797 vsize=26004064 memory=279650958021264 CPUtime=0.03 cores=0-7
/proc/30799/task/30814/stat : 30814 (java) R 30797 30797 30211 0 -1 4202560 177 0 0 0 3 0 0 0 20 0 20 0 101779068 26628161536 11482 33554432000 4194304 4196468 140732779708400 140199954717296 140200812283200 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
[pid=30799/tid=30815] ppid=30797 vsize=26004064 memory=279650958018960 CPUtime=0.02 cores=0-7
/proc/30799/task/30815/stat : 30815 (java) S 30797 30797 30211 0 -1 1077944384 418 0 0 0 2 0 0 0 20 0 20 0 101779068 26628161536 11482 33554432000 4194304 4196468 140732779708400 140199953664752 140200833137282 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
[pid=30799/tid=30816] ppid=30797 vsize=26004064 memory=279650958035120 CPUtime=0.12 cores=0-7
/proc/30799/task/30816/stat : 30816 (java) R 30797 30797 30211 0 -1 4202560 793 0 0 0 12 0 0 0 20 0 20 0 101779068 26628161536 11482 33554432000 4194304 4196468 140732779708400 140199952612208 140200825363262 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
[pid=30799/tid=30817] ppid=30797 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/30799/task/30817/stat : 30817 (java) S 30797 30797 30211 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101779068 26628161536 11482 33554432000 4194304 4196468 140732779708400 140199951558880 140200833136341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
[pid=30799/tid=30818] ppid=30797 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/30799/task/30818/stat : 30818 (java) S 30797 30797 30211 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101779069 26628161536 11482 33554432000 4194304 4196468 140732779708400 140199950506416 140200833137282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 47052 KiB

[startup+0.700955 s]
/proc/loadavg: 7.11 7.20 7.49 6/199 30818
/proc/meminfo: memFree=31575424/32770624 swapFree=67108860/67108860
[pid=30797] ppid=30794 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/30797/stat : 30797 (xcsp3-exec) S 30794 30797 30211 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 101779062 9740288 346 33554432000 4194304 5098028 140721301725248 140721301723352 139660471054972 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 35868672 140721301730404 140721301730615 140721301730615 140721301733355 0
/proc/30797/statm: 2378 346 289 221 0 87 0
[pid=30799] ppid=30797 vsize=26004140 memory=189992 CPUtime=1.85 cores=0-7
/proc/30799/stat : 30799 (java) S 30797 30797 30211 0 -1 1077944320 13011 0 0 0 177 8 0 0 20 0 20 0 101779062 26628239360 47498 33554432000 4194304 4196468 140732779708400 140732779690944 140200833126135 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
/proc/30799/statm: 6501035 47498 3213 1 0 6488269 0
[pid=30799/tid=30800] ppid=30797 vsize=26004140 memory=279650958393008 CPUtime=0.66 cores=0-7
/proc/30799/task/30800/stat : 30800 (java) R 30797 30797 30211 0 -1 4202560 6513 0 0 0 62 4 0 0 20 0 20 0 101779063 26628239360 47498 33554432000 4194304 4196468 140732779708400 140200837361296 140200833138070 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
[pid=30799/tid=30801] ppid=30797 vsize=26004140 memory=139825479197552 CPUtime=0 cores=0-7
/proc/30799/task/30801/stat : 30801 (java) S 30797 30797 30211 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 20 0 101779064 26628239360 47498 33554432000 4194304 4196468 140732779708400 140200755706128 140200833136341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
[pid=30799/tid=30802] ppid=30797 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/30799/task/30802/stat : 30802 (java) S 30797 30797 30211 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 101779064 26628239360 47498 33554432000 4194304 4196468 140732779708400 140200754653584 140200833136341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
[pid=30799/tid=30803] ppid=30797 vsize=26004140 memory=1004 CPUtime=0 cores=0-7
/proc/30799/task/30803/stat : 30803 (java) S 30797 30797 30211 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 101779064 26628239360 47498 33554432000 4194304 4196468 140732779708400 140200753601040 140200833136341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0

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

[pid=30799/tid=30816] ppid=30797 vsize=26538700 memory=0 CPUtime=0.61 cores=0-7
/proc/30799/task/30816/stat : 30816 (java) R 30797 30797 30211 0 -1 1077944384 2159 0 0 0 60 1 0 0 20 0 28 0 101779068 27175628800 168636 33554432000 4194304 4196468 140732779708400 140199952612208 140200833137282 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
[pid=30799/tid=30817] ppid=30797 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/30799/task/30817/stat : 30817 (java) S 30797 30797 30211 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 101779068 27175628800 168636 33554432000 4194304 4196468 140732779708400 140199951558880 140200833136341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
[pid=30799/tid=30818] ppid=30797 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/30799/task/30818/stat : 30818 (java) S 30797 30797 30211 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 101779069 27175628800 168636 33554432000 4194304 4196468 140732779708400 140199950506416 140200833137282 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
[pid=30799/tid=30819] ppid=30797 vsize=26538700 memory=0 CPUtime=0.88 cores=0-7
/proc/30799/task/30819/stat : 30819 (java) R 30797 30797 30211 0 -1 4202560 49 0 0 0 88 0 0 0 20 0 28 0 101779263 27175628800 168636 33554432000 4194304 4196468 140732779708400 140198952721864 140200439620567 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
[pid=30799/tid=30820] ppid=30797 vsize=26538700 memory=0 CPUtime=0.94 cores=0-7
/proc/30799/task/30820/stat : 30820 (java) R 30797 30797 30211 0 -1 4202560 57 0 0 0 94 0 0 0 20 0 28 0 101779263 27175628800 168636 33554432000 4194304 4196468 140732779708400 140198951670584 140200439621182 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
[pid=30799/tid=30821] ppid=30797 vsize=26538700 memory=0 CPUtime=0.95 cores=0-7
/proc/30799/task/30821/stat : 30821 (java) R 30797 30797 30211 0 -1 4202560 67 0 0 0 95 0 0 0 20 0 28 0 101779263 27175628800 168636 33554432000 4194304 4196468 140732779708400 140198950619960 140200438685613 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
[pid=30799/tid=30822] ppid=30797 vsize=26538700 memory=0 CPUtime=0.7 cores=0-7
/proc/30799/task/30822/stat : 30822 (java) R 30797 30797 30211 0 -1 4202560 46 0 0 0 70 0 0 0 20 0 28 0 101779263 27175628800 168636 33554432000 4194304 4196468 140732779708400 140198949565384 140200439621985 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
[pid=30799/tid=30823] ppid=30797 vsize=26538700 memory=0 CPUtime=1 cores=0-7
/proc/30799/task/30823/stat : 30823 (java) R 30797 30797 30211 0 -1 4202560 34 0 0 0 100 0 0 0 20 0 28 0 101779263 27175628800 168636 33554432000 4194304 4196468 140732779708400 140198948514920 140200439242542 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
[pid=30799/tid=30824] ppid=30797 vsize=26538700 memory=0 CPUtime=0.92 cores=0-7
/proc/30799/task/30824/stat : 30824 (java) R 30797 30797 30211 0 -1 4202560 30 0 0 0 92 0 0 0 20 0 28 0 101779263 27175628800 168636 33554432000 4194304 4196468 140732779708400 140198947461960 140200439422218 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
[pid=30799/tid=30825] ppid=30797 vsize=26538700 memory=0 CPUtime=0.9 cores=0-7
/proc/30799/task/30825/stat : 30825 (java) R 30797 30797 30211 0 -1 4202560 48 0 0 0 90 0 0 0 20 0 28 0 101779263 27175628800 168636 33554432000 4194304 4196468 140732779708400 140198946408232 140200439244061 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
[pid=30799/tid=30826] ppid=30797 vsize=26538700 memory=0 CPUtime=1.05 cores=0-7
/proc/30799/task/30826/stat : 30826 (java) R 30797 30797 30211 0 -1 4202560 41 0 0 0 105 0 0 0 20 0 28 0 101779263 27175628800 168636 33554432000 4194304 4196468 140732779708400 140198945353240 140200439620804 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
Current children cumulated CPU time: 14 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 675928 KiB

[startup+4.00153 s]*
/proc/loadavg: 6.94 7.16 7.48 9/207 30826
/proc/meminfo: memFree=30991312/32770624 swapFree=67108860/67108860
[pid=30797] ppid=30794 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/30797/stat : 30797 (xcsp3-exec) S 30794 30797 30211 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 101779062 9740288 346 33554432000 4194304 5098028 140721301725248 140721301723352 139660471054972 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 35868672 140721301730404 140721301730615 140721301730615 140721301733355 0
/proc/30797/statm: 2378 346 289 221 0 87 0
[pid=30799] ppid=30797 vsize=26538700 memory=676108 CPUtime=20.37 cores=0-7
/proc/30799/stat : 30799 (java) S 30797 30797 30211 0 -1 1077944320 23472 0 0 0 1983 54 0 0 20 0 28 0 101779062 27175628800 169027 33554432000 4194304 4196468 140732779708400 140732779690944 140200833126135 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
/proc/30799/statm: 6634675 169027 3272 1 0 6621909 0
[pid=30799/tid=30800] ppid=30797 vsize=26538700 memory=6791534058613427641 CPUtime=1.85 cores=0-7
/proc/30799/task/30800/stat : 30800 (java) S 30797 30797 30211 0 -1 1077944384 7008 0 0 0 175 10 0 0 20 0 28 0 101779063 27175628800 169027 33554432000 4194304 4196468 140732779708400 140200837366912 140200833136341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
[pid=30799/tid=30801] ppid=30797 vsize=26538700 memory=7229799402516342610 CPUtime=0.09 cores=0-7
/proc/30799/task/30801/stat : 30801 (java) S 30797 30797 30211 0 -1 1077944384 67 0 0 0 5 4 0 0 20 0 28 0 101779064 27175628800 169027 33554432000 4194304 4196468 140732779708400 140200755706128 140200833136341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
[pid=30799/tid=30802] ppid=30797 vsize=26538700 memory=6153395274135392848 CPUtime=0.08 cores=0-7
/proc/30799/task/30802/stat : 30802 (java) S 30797 30797 30211 0 -1 1077944384 60 0 0 0 5 3 0 0 20 0 28 0 101779064 27175628800 169027 33554432000 4194304 4196468 140732779708400 140200754653584 140200833136341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
[pid=30799/tid=30803] ppid=30797 vsize=26538700 memory=7301856073203476816 CPUtime=0.1 cores=0-7
/proc/30799/task/30803/stat : 30803 (java) S 30797 30797 30211 0 -1 1077944384 77 0 0 0 5 5 0 0 20 0 28 0 101779064 27175628800 169027 33554432000 4194304 4196468 140732779708400 140200753601040 140200833136341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
[pid=30799/tid=30804] ppid=30797 vsize=26538700 memory=6791534058613427641 CPUtime=0.09 cores=0-7
/proc/30799/task/30804/stat : 30804 (java) S 30797 30797 30211 0 -1 1077944384 79 0 0 0 5 4 0 0 20 0 28 0 101779064 27175628800 169027 33554432000 4194304 4196468 140732779708400 140200387828368 140200833136341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
[pid=30799/tid=30805] ppid=30797 vsize=26538700 memory=7 CPUtime=0.09 cores=0-7
/proc/30799/task/30805/stat : 30805 (java) S 30797 30797 30211 0 -1 1077944384 80 0 0 0 5 4 0 0 20 0 28 0 101779064 27175628800 169027 33554432000 4194304 4196468 140732779708400 140200386775824 140200833136341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
[pid=30799/tid=30806] ppid=30797 vsize=26538700 memory=0 CPUtime=0.09 cores=0-7
/proc/30799/task/30806/stat : 30806 (java) S 30797 30797 30211 0 -1 1077944384 69 0 0 0 4 5 0 0 20 0 28 0 101779064 27175628800 169027 33554432000 4194304 4196468 140732779708400 140200385723280 140200833136341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
[pid=30799/tid=30807] ppid=30797 vsize=26538700 memory=0 CPUtime=0.09 cores=0-7
/proc/30799/task/30807/stat : 30807 (java) S 30797 30797 30211 0 -1 1077944384 138 0 0 0 5 4 0 0 20 0 28 0 101779064 27175628800 169027 33554432000 4194304 4196468 140732779708400 140200384670736 140200833136341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
[pid=30799/tid=30808] ppid=30797 vsize=26538700 memory=0 CPUtime=0.1 cores=0-7
/proc/30799/task/30808/stat : 30808 (java) S 30797 30797 30211 0 -1 1077944384 280 0 0 0 6 4 0 0 20 0 28 0 101779064 27175628800 169027 33554432000 4194304 4196468 140732779708400 140200383618192 140200833136341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
[pid=30799/tid=30809] ppid=30797 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/30799/task/30809/stat : 30809 (java) S 30797 30797 30211 0 -1 1077944384 569 0 0 0 0 0 0 0 20 0 28 0 101779065 27175628800 169027 33554432000 4194304 4196468 140732779708400 140199959980016 140200833137282 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
[pid=30799/tid=30810] ppid=30797 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/30799/task/30810/stat : 30810 (java) S 30797 30797 30211 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 28 0 101779066 27175628800 169027 33554432000 4194304 4196468 140732779708400 140199958926304 140200833136341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
[pid=30799/tid=30811] ppid=30797 vsize=26538700 memory=-1 CPUtime=0 cores=0-7
/proc/30799/task/30811/stat : 30811 (java) S 30797 30797 30211 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 28 0 101779066 27175628800 169027 33554432000 4194304 4196468 140732779708400 140199957873664 140200833136341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
[pid=30799/tid=30812] ppid=30797 vsize=26538700 memory=2319389199166945055 CPUtime=0 cores=0-7
/proc/30799/task/30812/stat : 30812 (java) S 30797 30797 30211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 101779068 27175628800 169027 33554432000 4194304 4196468 140732779708400 140199956822224 140200833144731 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
[pid=30799/tid=30813] ppid=30797 vsize=26538700 memory=6947763773778323311 CPUtime=1.18 cores=0-7
/proc/30799/task/30813/stat : 30813 (java) S 30797 30797 30211 0 -1 1077944384 3574 0 0 0 117 1 0 0 20 0 28 0 101779068 27175628800 169027 33554432000 4194304 4196468 140732779708400 140199955769840 140200833137282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
[pid=30799/tid=30814] ppid=30797 vsize=26538700 memory=7454130749351154278 CPUtime=1.29 cores=0-7
/proc/30799/task/30814/stat : 30814 (java) S 30797 30797 30211 0 -1 1077944384 3392 0 0 0 129 0 0 0 20 0 28 0 101779068 27175628800 169027 33554432000 4194304 4196468 140732779708400 140199954717296 140200833137282 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
[pid=30799/tid=30815] ppid=30797 vsize=26538700 memory=0 CPUtime=1.06 cores=0-7
/proc/30799/task/30815/stat : 30815 (java) S 30797 30797 30211 0 -1 1077944384 3278 0 0 0 106 0 0 0 20 0 28 0 101779068 27175628800 169027 33554432000 4194304 4196468 140732779708400 140199953664752 140200833137282 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
[pid=30799/tid=30816] ppid=30797 vsize=26538700 memory=0 CPUtime=0.62 cores=0-7
/proc/30799/task/30816/stat : 30816 (java) S 30797 30797 30211 0 -1 1077944384 2430 0 0 0 61 1 0 0 20 0 28 0 101779068 27175628800 169027 33554432000 4194304 4196468 140732779708400 140199952612208 140200833137282 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
[pid=30799/tid=30817] ppid=30797 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/30799/task/30817/stat : 30817 (java) S 30797 30797 30211 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 101779068 27175628800 169027 33554432000 4194304 4196468 140732779708400 140199951558880 140200833136341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
[pid=30799/tid=30818] ppid=30797 vsize=26538700 memory=-1 CPUtime=0 cores=0-7
/proc/30799/task/30818/stat : 30818 (java) S 30797 30797 30211 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 28 0 101779069 27175628800 169027 33554432000 4194304 4196468 140732779708400 140199950506416 140200833137282 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
[pid=30799/tid=30819] ppid=30797 vsize=26538700 memory=-1 CPUtime=1.65 cores=0-7
/proc/30799/task/30819/stat : 30819 (java) R 30797 30797 30211 0 -1 4202560 85 0 0 0 165 0 0 0 20 0 28 0 101779263 27175628800 169027 33554432000 4194304 4196468 140732779708400 140198952721200 140200439620562 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
[pid=30799/tid=30820] ppid=30797 vsize=26538700 memory=0 CPUtime=1.66 cores=0-7
/proc/30799/task/30820/stat : 30820 (java) R 30797 30797 30211 0 -1 4202560 108 0 0 0 166 0 0 0 20 0 28 0 101779263 27175628800 169027 33554432000 4194304 4196468 140732779708400 140198951669896 140200439621973 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
[pid=30799/tid=30821] ppid=30797 vsize=26538700 memory=0 CPUtime=1.73 cores=0-7
/proc/30799/task/30821/stat : 30821 (java) R 30797 30797 30211 0 -1 4202560 284 0 0 0 173 0 0 0 20 0 28 0 101779263 27175628800 169027 33554432000 4194304 4196468 140732779708400 140198950617648 140200438685004 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
[pid=30799/tid=30822] ppid=30797 vsize=26538700 memory=0 CPUtime=1.48 cores=0-7
/proc/30799/task/30822/stat : 30822 (java) R 30797 30797 30211 0 -1 4202560 113 0 0 0 148 0 0 0 20 0 28 0 101779263 27175628800 169027 33554432000 4194304 4196468 140732779708400 140198949565048 140200439621983 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
[pid=30799/tid=30823] ppid=30797 vsize=26538700 memory=0 CPUtime=1.77 cores=0-7
/proc/30799/task/30823/stat : 30823 (java) R 30797 30797 30211 0 -1 4202560 162 0 0 0 177 0 0 0 20 0 28 0 101779263 27175628800 169027 33554432000 4194304 4196468 140732779708400 140198948513976 140200439621048 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
[pid=30799/tid=30824] ppid=30797 vsize=26538700 memory=0 CPUtime=1.67 cores=0-7
/proc/30799/task/30824/stat : 30824 (java) R 30797 30797 30211 0 -1 4202560 89 0 0 0 167 0 0 0 20 0 28 0 101779263 27175628800 169027 33554432000 4194304 4196468 140732779708400 140198947459736 140200439620483 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
[pid=30799/tid=30825] ppid=30797 vsize=26538700 memory=0 CPUtime=1.62 cores=0-7
/proc/30799/task/30825/stat : 30825 (java) R 30797 30797 30211 0 -1 4202560 94 0 0 0 162 0 0 0 20 0 28 0 101779263 27175628800 169027 33554432000 4194304 4196468 140732779708400 140198946408208 140200439619974 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
[pid=30799/tid=30826] ppid=30797 vsize=26538700 memory=0 CPUtime=1.86 cores=0-7
/proc/30799/task/30826/stat : 30826 (java) R 30797 30797 30211 0 -1 4202560 125 0 0 0 186 0 0 0 20 0 28 0 101779263 27175628800 169027 33554432000 4194304 4196468 140732779708400 140198945353368 140200438684994 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
Current children cumulated CPU time: 20.37 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 677492 KiB

[startup+4.40153 s]
/proc/loadavg: 6.94 7.16 7.48 9/207 30826
/proc/meminfo: memFree=30991312/32770624 swapFree=67108860/67108860
[pid=30797] ppid=30794 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/30797/stat : 30797 (xcsp3-exec) S 30794 30797 30211 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 101779062 9740288 346 33554432000 4194304 5098028 140721301725248 140721301723352 139660471054972 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 35868672 140721301730404 140721301730615 140721301730615 140721301733355 0
/proc/30797/statm: 2378 346 289 221 0 87 0
[pid=30799] ppid=30797 vsize=26538700 memory=676140 CPUtime=23.48 cores=0-7
/proc/30799/stat : 30799 (java) S 30797 30797 30211 0 -1 1077944320 23909 0 0 0 2293 55 0 0 20 0 28 0 101779062 27175628800 169035 33554432000 4194304 4196468 140732779708400 140732779690944 140200833126135 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
/proc/30799/statm: 6634675 169035 3272 1 0 6621909 0
[pid=30799/tid=30800] ppid=30797 vsize=26538700 memory=6791534058613427641 CPUtime=1.85 cores=0-7
/proc/30799/task/30800/stat : 30800 (java) S 30797 30797 30211 0 -1 1077944384 7008 0 0 0 175 10 0 0 20 0 28 0 101779063 27175628800 169035 33554432000 4194304 4196468 140732779708400 140200837366912 140200833136341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
[pid=30799/tid=30801] ppid=30797 vsize=26538700 memory=0 CPUtime=0.09 cores=0-7
/proc/30799/task/30801/stat : 30801 (java) S 30797 30797 30211 0 -1 1077944384 67 0 0 0 5 4 0 0 20 0 28 0 101779064 27175628800 169035 33554432000 4194304 4196468 140732779708400 140200755706128 140200833136341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
[pid=30799/tid=30802] ppid=30797 vsize=26538700 memory=0 CPUtime=0.08 cores=0-7
/proc/30799/task/30802/stat : 30802 (java) S 30797 30797 30211 0 -1 1077944384 60 0 0 0 5 3 0 0 20 0 28 0 101779064 27175628800 169035 33554432000 4194304 4196468 140732779708400 140200754653584 140200833136341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
[pid=30799/tid=30803] ppid=30797 vsize=26538700 memory=0 CPUtime=0.1 cores=0-7
/proc/30799/task/30803/stat : 30803 (java) S 30797 30797 30211 0 -1 1077944384 77 0 0 0 5 5 0 0 20 0 28 0 101779064 27175628800 169035 33554432000 4194304 4196468 140732779708400 140200753601040 140200833136341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
[pid=30799/tid=30804] ppid=30797 vsize=26538700 memory=0 CPUtime=0.09 cores=0-7
/proc/30799/task/30804/stat : 30804 (java) S 30797 30797 30211 0 -1 1077944384 79 0 0 0 5 4 0 0 20 0 28 0 101779064 27175628800 169035 33554432000 4194304 4196468 140732779708400 140200387828368 140200833136341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
[pid=30799/tid=30805] ppid=30797 vsize=26538700 memory=0 CPUtime=0.09 cores=0-7
/proc/30799/task/30805/stat : 30805 (java) S 30797 30797 30211 0 -1 1077944384 80 0 0 0 5 4 0 0 20 0 28 0 101779064 27175628800 169035 33554432000 4194304 4196468 140732779708400 140200386775824 140200833136341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
[pid=30799/tid=30806] ppid=30797 vsize=26538700 memory=0 CPUtime=0.09 cores=0-7
/proc/30799/task/30806/stat : 30806 (java) S 30797 30797 30211 0 -1 1077944384 69 0 0 0 4 5 0 0 20 0 28 0 101779064 27175628800 169035 33554432000 4194304 4196468 140732779708400 140200385723280 140200833136341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
[pid=30799/tid=30807] ppid=30797 vsize=26538700 memory=0 CPUtime=0.09 cores=0-7
/proc/30799/task/30807/stat : 30807 (java) S 30797 30797 30211 0 -1 1077944384 138 0 0 0 5 4 0 0 20 0 28 0 101779064 27175628800 169035 33554432000 4194304 4196468 140732779708400 140200384670736 140200833136341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
[pid=30799/tid=30808] ppid=30797 vsize=26538700 memory=17828 CPUtime=0.1 cores=0-7
/proc/30799/task/30808/stat : 30808 (java) S 30797 30797 30211 0 -1 1077944384 280 0 0 0 6 4 0 0 20 0 28 0 101779064 27175628800 169035 33554432000 4194304 4196468 140732779708400 140200383618192 140200833136341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
[pid=30799/tid=30809] ppid=30797 vsize=26538700 memory=4465 CPUtime=0.01 cores=0-7
/proc/30799/task/30809/stat : 30809 (java) S 30797 30797 30211 0 -1 1077944384 754 0 0 0 1 0 0 0 20 0 28 0 101779065 27175628800 169035 33554432000 4194304 4196468 140732779708400 140199959980016 140200833137282 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
[pid=30799/tid=30810] ppid=30797 vsize=26538700 memory=4420 CPUtime=0 cores=0-7
/proc/30799/task/30810/stat : 30810 (java) S 30797 30797 30211 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 28 0 101779066 27175628800 169035 33554432000 4194304 4196468 140732779708400 140199958926304 140200833136341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
[pid=30799/tid=30811] ppid=30797 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/30799/task/30811/stat : 30811 (java) S 30797 30797 30211 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 28 0 101779066 27175628800 169035 33554432000 4194304 4196468 140732779708400 140199957873664 140200833136341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
[pid=30799/tid=30812] ppid=30797 vsize=26538700 memory=4420 CPUtime=0 cores=0-7
/proc/30799/task/30812/stat : 30812 (java) S 30797 30797 30211 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 101779068 27175628800 169035 33554432000 4194304 4196468 140732779708400 140199956822224 140200833144731 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
[pid=30799/tid=30813] ppid=30797 vsize=26538700 memory=6628 CPUtime=1.22 cores=0-7
/proc/30799/task/30813/stat : 30813 (java) S 30797 30797 30211 0 -1 1077944384 3758 0 0 0 121 1 0 0 20 0 28 0 101779068 27175628800 169035 33554432000 4194304 4196468 140732779708400 140199955769840 140200833137282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
[pid=30799/tid=30814] ppid=30797 vsize=26538700 memory=8836 CPUtime=1.3 cores=0-7
/proc/30799/task/30814/stat : 30814 (java) S 30797 30797 30211 0 -1 1077944384 3427 0 0 0 130 0 0 0 20 0 28 0 101779068 27175628800 169035 33554432000 4194304 4196468 140732779708400 140199954717296 140200833137282 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
[pid=30799/tid=30815] ppid=30797 vsize=26538700 memory=11044 CPUtime=1.07 cores=0-7
/proc/30799/task/30815/stat : 30815 (java) S 30797 30797 30211 0 -1 1077944384 3300 0 0 0 107 0 0 0 20 0 28 0 101779068 27175628800 169035 33554432000 4194304 4196468 140732779708400 140199953664752 140200833137282 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
[pid=30799/tid=30816] ppid=30797 vsize=26538700 memory=13252 CPUtime=0.62 cores=0-7
/proc/30799/task/30816/stat : 30816 (java) S 30797 30797 30211 0 -1 1077944384 2430 0 0 0 61 1 0 0 20 0 28 0 101779068 27175628800 169035 33554432000 4194304 4196468 140732779708400 140199952612208 140200833137282 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
[pid=30799/tid=30817] ppid=30797 vsize=26538700 memory=15460 CPUtime=0 cores=0-7
/proc/30799/task/30817/stat : 30817 (java) S 30797 30797 30211 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 101779068 27175628800 169035 33554432000 4194304 4196468 140732779708400 140199951558880 140200833136341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
[pid=30799/tid=30818] ppid=30797 vsize=26538700 memory=17668 CPUtime=0 cores=0-7
/proc/30799/task/30818/stat : 30818 (java) S 30797 30797 30211 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 28 0 101779069 27175628800 169035 33554432000 4194304 4196468 140732779708400 140199950506416 140200833137282 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
[pid=30799/tid=30819] ppid=30797 vsize=26538700 memory=19876 CPUtime=2.04 cores=0-7
/proc/30799/task/30819/stat : 30819 (java) R 30797 30797 30211 0 -1 4202560 85 0 0 0 204 0 0 0 20 0 28 0 101779263 27175628800 169035 33554432000 4194304 4196468 140732779708400 140198952721296 140200439621980 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
[pid=30799/tid=30820] ppid=30797 vsize=26538700 memory=22084 CPUtime=2.03 cores=0-7
/proc/30799/task/30820/stat : 30820 (java) R 30797 30797 30211 0 -1 4202560 109 0 0 0 203 0 0 0 20 0 28 0 101779263 27175628800 169035 33554432000 4194304 4196468 140732779708400 140198951669992 140200439620577 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
[pid=30799/tid=30821] ppid=30797 vsize=26538700 memory=24292 CPUtime=2.12 cores=0-7
/proc/30799/task/30821/stat : 30821 (java) R 30797 30797 30211 0 -1 4202560 286 0 0 0 212 0 0 0 20 0 28 0 101779263 27175628800 169035 33554432000 4194304 4196468 140732779708400 140198950617328 140200439621973 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
[pid=30799/tid=30822] ppid=30797 vsize=26538700 memory=7017261747576792921 CPUtime=1.85 cores=0-7
/proc/30799/task/30822/stat : 30822 (java) R 30797 30797 30211 0 -1 4202560 113 0 0 0 185 0 0 0 20 0 28 0 101779263 27175628800 169035 33554432000 4194304 4196468 140732779708400 140198949564576 140200439620493 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
[pid=30799/tid=30823] ppid=30797 vsize=26538700 memory=5793433867858503255 CPUtime=2.15 cores=0-7
/proc/30799/task/30823/stat : 30823 (java) R 30797 30797 30211 0 -1 4202560 164 0 0 0 215 0 0 0 20 0 28 0 101779263 27175628800 169035 33554432000 4194304 4196468 140732779708400 140198948512792 140200438685042 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
[pid=30799/tid=30824] ppid=30797 vsize=26538700 memory=6947190919765060967 CPUtime=2.04 cores=0-7
/proc/30799/task/30824/stat : 30824 (java) R 30797 30797 30211 0 -1 4202560 89 0 0 0 204 0 0 0 20 0 28 0 101779263 27175628800 169035 33554432000 4194304 4196468 140732779708400 140198947459600 140200439620739 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
[pid=30799/tid=30825] ppid=30797 vsize=26538700 memory=4639948313719891052 CPUtime=1.99 cores=0-7
/proc/30799/task/30825/stat : 30825 (java) R 30797 30797 30211 0 -1 4202560 98 0 0 0 199 0 0 0 20 0 28 0 101779263 27175628800 169035 33554432000 4194304 4196468 140732779708400 140198946405832 140200439620922 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
[pid=30799/tid=30826] ppid=30797 vsize=26538700 memory=7452166975061120880 CPUtime=2.25 cores=0-7
/proc/30799/task/30826/stat : 30826 (java) R 30797 30797 30211 0 -1 4202560 126 0 0 0 225 0 0 0 20 0 28 0 101779263 27175628800 169035 33554432000 4194304 4196468 140732779708400 140198945353528 140200438685185 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26828800 140732779713682 140732779713859 140732779713859 140732779716559 0
Current children cumulated CPU time: 23.48 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 677524 KiB

Child status: 0
Real time (s): 4.49554
CPU time (s): 24.1303
CPU user time (s): 23.5666
CPU system time (s): 0.563646
CPU usage (%): 536.76
Max. virtual memory (cumulated for all children) (KiB): 26548212
Max. memory (cumulated for all children) (KiB): 677524

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 23.5666
system time used= 0.563646
maximum resident set size= 676336
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25285
page faults= 0
swaps= 0
block input operations= 0
block output operations= 152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4069
involuntary context switches= 565


# summary of solver processes directly reported to runsolver:
#   pid: 30797
#   total CPU time (s): 24.1303
#   total CPU user time (s): 23.5666
#   total CPU system time (s): 0.563646

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.055204 second user time and 0.089962 second system time

The end

Launcher Data

Begin job on node112 at 2017-08-14 06:47:34
IDJOB=4271185
IDBENCH=122359
IDSOLVER=2662
FILE ID=node112/4271185-1502686913
RUNJOBID= node112-1502677978-30238
PBS_JOBID= 20628979
Free space on /tmp= 61788 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/Random/Random-D-t080/rand-2-40-80-103-080-39.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 22000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4271185-1502686913/watcher-4271185-1502686913 -o /tmp/evaluation-result-4271185-1502686913/solver-4271185-1502686913 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node112-1502677978-30238 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 2053240875 HOME/instance-4271185-1502686913.xml

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

MD5SUM BENCH= 3eef0953f9cbf23d9932dd1c3605fafe
RANDOM SEED=2053240875

node112.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.24
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.24
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.24
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.24
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:        31653356 kB
MemAvailable:   31975500 kB
Buffers:          157536 kB
Cached:           442436 kB
SwapCached:            0 kB
Active:           458408 kB
Inactive:         195148 kB
Active(anon):       4744 kB
Inactive(anon):    76456 kB
Active(file):     453664 kB
Inactive(file):   118692 kB
Unevictable:        6276 kB
Mlocked:            6276 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8564 kB
Writeback:             0 kB
AnonPages:        113444 kB
Mapped:            44548 kB
Shmem:             25224 kB
Slab:             157424 kB
SReclaimable:     131248 kB
SUnreclaim:        26176 kB
KernelStack:        3552 kB
PageTables:         5684 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     323584 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     59392 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61780 MiB
End job on node112 at 2017-08-14 06:47:39