Trace number 4271121

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 110.545 60.007999

General information on the benchmark

NameQRandom/
QRandom-bdd-15-21-2/bdd-15-21-2-2713-79-08.xml
MD5SUMd991fc81a7825fd4569ca865dffdd673
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 benchmark1.96158
Satisfiable
(Un)Satisfiability was proved
Number of variables21
Number of constraints2713
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":21}]
Minimum variable degree1910
Maximum variable degree1982
Distribution of variable degrees[{"degree":1910,"count":1},{"degree":1911,"count":1},{"degree":1926,"count":1},{"degree":1929,"count":1},{"degree":1931,"count":3},{"degree":1932,"count":1},{"degree":1933,"count":1},{"degree":1934,"count":2},{"degree":1935,"count":1},{"degree":1938,"count":2},{"degree":1941,"count":2},{"degree":1946,"count":1},{"degree":1948,"count":1},{"degree":1956,"count":1},{"degree":1968,"count":1},{"degree":1982,"count":1}]
Minimum constraint arity15
Maximum constraint arity15
Distribution of constraint arities[{"arity":15,"count":2713}]
Number of extensional constraints2713
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":2713}]
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-4271121-1502718053.xml"  -tl '20160s' -p 8 -x 0
0.11/0.15	c [HOME/instance-4271121-1502718053.xml, -tl, 20160s, -p, 8, -x, 0]
0.11/0.20	c 8 solvers in parallel
0.33/0.27	c parse instance...
78.91/55.01	c solve instance...
110.28/59.98	s SATISFIABLE
110.28/59.98	v <instantiation>
110.28/59.98	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] </list>
110.28/59.98	v 	<values>0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 </values>
110.28/59.98	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 (14058 MiB free)
  memory of node 1: 16384 MiB (12269 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4271121-1502718053/watcher-4271121-1502718053 -o /tmp/evaluation-result-4271121-1502718053/solver-4271121-1502718053 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node114-1502709619-4560 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 1339706600 HOME/instance-4271121-1502718053.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=6551, runsolver pid=6548

[startup+0.100114 s]*
/proc/loadavg: 7.26 8.14 8.26 2/199 6572
/proc/meminfo: memFree=26946460/32770624 swapFree=67108860/67108860
[pid=6551] ppid=6548 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/6551/stat : 6551 (xcsp3-exec) S 6548 6551 4533 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 104893075 9740288 346 33554432000 4194304 5098028 140722492208768 140722492206872 140007061086844 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 17309696 140722492212324 140722492212535 140722492212535 140722492215275 0
/proc/6551/statm: 2378 346 289 221 0 87 0
[pid=6553] ppid=6551 vsize=25999808 memory=26096 CPUtime=0.11 cores=0-7
/proc/6553/stat : 6553 (java) S 6551 6551 4533 0 -1 1077944320 5481 0 0 0 10 1 0 0 20 0 20 0 104893075 26623803392 6524 33554432000 4194304 4196468 140736534647888 140736534630432 139917874351863 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
/proc/6553/statm: 6499952 6524 2842 1 0 6488269 0
[pid=6553/tid=6554] ppid=6551 vsize=25999808 memory=4134692831991783777 CPUtime=0.08 cores=0-7
/proc/6553/task/6554/stat : 6554 (java) R 6551 6551 4533 0 -1 4202560 3478 0 0 0 8 0 0 0 20 0 20 0 104893075 26623803392 6524 33554432000 4194304 4196468 140736534647888 139917878585136 139917874363798 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
[pid=6553/tid=6555] ppid=6551 vsize=25999808 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/6553/task/6555/stat : 6555 (java) S 6551 6551 4533 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 104893076 26623803392 6524 33554432000 4194304 4196468 140736534647888 139917826972688 139917874362069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
[pid=6553/tid=6556] ppid=6551 vsize=25999808 memory=140165985298048 CPUtime=0 cores=0-7
/proc/6553/task/6556/stat : 6556 (java) S 6551 6551 4533 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 104893076 26623803392 6524 33554432000 4194304 4196468 140736534647888 139917825920144 139917874362069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
[pid=6553/tid=6557] ppid=6551 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/6553/task/6557/stat : 6557 (java) S 6551 6551 4533 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 104893076 26623803392 6524 33554432000 4194304 4196468 140736534647888 139917824867088 139917874362069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
[pid=6553/tid=6558] ppid=6551 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/6553/task/6558/stat : 6558 (java) S 6551 6551 4533 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 104893076 26623803392 6524 33554432000 4194304 4196468 140736534647888 139917823814544 139917874362069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
[pid=6553/tid=6559] ppid=6551 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/6553/task/6559/stat : 6559 (java) S 6551 6551 4533 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 104893076 26623803392 6524 33554432000 4194304 4196468 140736534647888 139917822761488 139917874362069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
[pid=6553/tid=6560] ppid=6551 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/6553/task/6560/stat : 6560 (java) S 6551 6551 4533 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 104893076 26623803392 6524 33554432000 4194304 4196468 140736534647888 139917426817680 139917874362069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
[pid=6553/tid=6561] ppid=6551 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/6553/task/6561/stat : 6561 (java) S 6551 6551 4533 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 104893076 26623803392 6524 33554432000 4194304 4196468 140736534647888 139917425764624 139917874362069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
[pid=6553/tid=6562] ppid=6551 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/6553/task/6562/stat : 6562 (java) S 6551 6551 4533 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 104893076 26623803392 6524 33554432000 4194304 4196468 140736534647888 139917424712080 139917874362069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
[pid=6553/tid=6563] ppid=6551 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/6553/task/6563/stat : 6563 (java) S 6551 6551 4533 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 104893078 26623803392 6524 33554432000 4194304 4196468 140736534647888 139916866423536 139917874363010 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
[pid=6553/tid=6564] ppid=6551 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/6553/task/6564/stat : 6564 (java) S 6551 6551 4533 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 104893078 26623803392 6524 33554432000 4194304 4196468 140736534647888 139916865369760 139917874362069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
[pid=6553/tid=6565] ppid=6551 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/6553/task/6565/stat : 6565 (java) S 6551 6551 4533 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 104893078 26623803392 6524 33554432000 4194304 4196468 140736534647888 139916864316656 139917874362069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
[pid=6553/tid=6566] ppid=6551 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/6553/task/6566/stat : 6566 (java) S 6551 6551 4533 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 104893081 26623803392 6524 33554432000 4194304 4196468 140736534647888 139916863265232 139917874370459 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
[pid=6553/tid=6567] ppid=6551 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/6553/task/6567/stat : 6567 (java) S 6551 6551 4533 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 20 0 104893081 26623803392 6524 33554432000 4194304 4196468 140736534647888 139916862212336 139917874363010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
[pid=6553/tid=6568] ppid=6551 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/6553/task/6568/stat : 6568 (java) R 6551 6551 4533 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 104893081 26623803392 6524 33554432000 4194304 4196468 140736534647888 139916861159792 139917874363010 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
[pid=6553/tid=6569] ppid=6551 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/6553/task/6569/stat : 6569 (java) S 6551 6551 4533 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 20 0 104893081 26623803392 6524 33554432000 4194304 4196468 140736534647888 139916860106736 139917874363010 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
[pid=6553/tid=6570] ppid=6551 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/6553/task/6570/stat : 6570 (java) R 6551 6551 4533 0 -1 4202560 263 0 0 0 1 0 0 0 20 0 20 0 104893081 26623803392 6524 33554432000 4194304 4196468 140736534647888 139916859054192 139917874363798 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
[pid=6553/tid=6571] ppid=6551 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/6553/task/6571/stat : 6571 (java) S 6551 6551 4533 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 104893081 26623803392 6589 33554432000 4194304 4196468 140736534647888 139916858002400 139917874362069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
[pid=6553/tid=6572] ppid=6551 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/6553/task/6572/stat : 6572 (java) S 6551 6551 4533 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 104893081 26623803392 6589 33554432000 4194304 4196468 140736534647888 139916856949936 139917874363010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 27480 KiB

[startup+0.209792 s]*
/proc/loadavg: 7.26 8.14 8.26 2/199 6572
/proc/meminfo: memFree=26936984/32770624 swapFree=67108860/67108860
[pid=6551] ppid=6548 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/6551/stat : 6551 (xcsp3-exec) S 6548 6551 4533 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 104893075 9740288 346 33554432000 4194304 5098028 140722492208768 140722492206872 140007061086844 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 17309696 140722492212324 140722492212535 140722492212535 140722492215275 0
/proc/6551/statm: 2378 346 289 221 0 87 0
[pid=6553] ppid=6551 vsize=26004064 memory=38948 CPUtime=0.33 cores=0-7
/proc/6553/stat : 6553 (java) S 6551 6551 4533 0 -1 1077944320 8291 0 0 0 31 2 0 0 20 0 20 0 104893075 26628161536 9737 33554432000 4194304 4196468 140736534647888 140736534630432 139917874351863 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
/proc/6553/statm: 6501016 9737 3053 1 0 6488269 0
[pid=6553/tid=6554] ppid=6551 vsize=26004064 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/6553/task/6554/stat : 6554 (java) R 6551 6551 4533 0 -1 4202560 5417 0 0 0 18 1 0 0 20 0 20 0 104893075 26628161536 9737 33554432000 4194304 4196468 140736534647888 139917878572848 139917874373789 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
[pid=6553/tid=6555] ppid=6551 vsize=26004064 memory=331 CPUtime=0 cores=0-7
/proc/6553/task/6555/stat : 6555 (java) S 6551 6551 4533 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 104893076 26628161536 9737 33554432000 4194304 4196468 140736534647888 139917826972688 139917874362069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
[pid=6553/tid=6556] ppid=6551 vsize=26004064 memory=140165985304852 CPUtime=0 cores=0-7
/proc/6553/task/6556/stat : 6556 (java) S 6551 6551 4533 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 104893076 26628161536 9737 33554432000 4194304 4196468 140736534647888 139917825920144 139917874362069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
[pid=6553/tid=6557] ppid=6551 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/6553/task/6557/stat : 6557 (java) S 6551 6551 4533 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 104893076 26628161536 9737 33554432000 4194304 4196468 140736534647888 139917824867088 139917874362069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
[pid=6553/tid=6558] ppid=6551 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/6553/task/6558/stat : 6558 (java) S 6551 6551 4533 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 104893076 26628161536 9737 33554432000 4194304 4196468 140736534647888 139917823814544 139917874362069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
[pid=6553/tid=6559] ppid=6551 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/6553/task/6559/stat : 6559 (java) S 6551 6551 4533 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 104893076 26628161536 9737 33554432000 4194304 4196468 140736534647888 139917822761488 139917874362069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
[pid=6553/tid=6560] ppid=6551 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/6553/task/6560/stat : 6560 (java) S 6551 6551 4533 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 104893076 26628161536 9737 33554432000 4194304 4196468 140736534647888 139917426817680 139917874362069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
[pid=6553/tid=6561] ppid=6551 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/6553/task/6561/stat : 6561 (java) S 6551 6551 4533 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 104893076 26628161536 9737 33554432000 4194304 4196468 140736534647888 139917425764624 139917874362069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
[pid=6553/tid=6562] ppid=6551 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/6553/task/6562/stat : 6562 (java) S 6551 6551 4533 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 104893076 26628161536 9737 33554432000 4194304 4196468 140736534647888 139917424712080 139917874362069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
[pid=6553/tid=6563] ppid=6551 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/6553/task/6563/stat : 6563 (java) S 6551 6551 4533 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 104893078 26628161536 9737 33554432000 4194304 4196468 140736534647888 139916866423536 139917874363010 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
[pid=6553/tid=6564] ppid=6551 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/6553/task/6564/stat : 6564 (java) S 6551 6551 4533 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 104893078 26628161536 9737 33554432000 4194304 4196468 140736534647888 139916865369760 139917874362069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
[pid=6553/tid=6565] ppid=6551 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/6553/task/6565/stat : 6565 (java) S 6551 6551 4533 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 104893078 26628161536 9737 33554432000 4194304 4196468 140736534647888 139916864316656 139917874362069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
[pid=6553/tid=6566] ppid=6551 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/6553/task/6566/stat : 6566 (java) S 6551 6551 4533 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 104893081 26628161536 9737 33554432000 4194304 4196468 140736534647888 139916863265232 139917874370459 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
[pid=6553/tid=6567] ppid=6551 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/6553/task/6567/stat : 6567 (java) S 6551 6551 4533 0 -1 1077944384 396 0 0 0 1 0 0 0 20 0 20 0 104893081 26628161536 9737 33554432000 4194304 4196468 140736534647888 139916862212336 139917874363010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
[pid=6553/tid=6568] ppid=6551 vsize=26004064 memory=0 CPUtime=0.02 cores=0-7
/proc/6553/task/6568/stat : 6568 (java) S 6551 6551 4533 0 -1 1077944384 198 0 0 0 2 0 0 0 20 0 20 0 104893081 26628161536 9737 33554432000 4194304 4196468 140736534647888 139916861159792 139917874363010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
[pid=6553/tid=6569] ppid=6551 vsize=26004064 memory=-1 CPUtime=0.01 cores=0-7
/proc/6553/task/6569/stat : 6569 (java) S 6551 6551 4533 0 -1 1077944384 211 0 0 0 1 0 0 0 20 0 20 0 104893081 26628161536 9737 33554432000 4194304 4196468 140736534647888 139916860106736 139917874363010 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
[pid=6553/tid=6570] ppid=6551 vsize=26004064 memory=-1 CPUtime=0.07 cores=0-7
/proc/6553/task/6570/stat : 6570 (java) S 6551 6551 4533 0 -1 1077944384 761 0 0 0 7 0 0 0 20 0 20 0 104893081 26628161536 9737 33554432000 4194304 4196468 140736534647888 139916859054192 139917874363010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
[pid=6553/tid=6571] ppid=6551 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/6553/task/6571/stat : 6571 (java) S 6551 6551 4533 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 104893081 26628161536 9737 33554432000 4194304 4196468 140736534647888 139916858002400 139917874362069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
[pid=6553/tid=6572] ppid=6551 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/6553/task/6572/stat : 6572 (java) S 6551 6551 4533 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 104893081 26628161536 9737 33554432000 4194304 4196468 140736534647888 139916856949936 139917874363010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 40332 KiB

[startup+0.309391 s]*
/proc/loadavg: 7.26 8.14 8.26 2/199 6572
/proc/meminfo: memFree=26929788/32770624 swapFree=67108860/67108860
[pid=6551] ppid=6548 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/6551/stat : 6551 (xcsp3-exec) S 6548 6551 4533 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 104893075 9740288 346 33554432000 4194304 5098028 140722492208768 140722492206872 140007061086844 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 17309696 140722492212324 140722492212535 140722492212535 140722492215275 0
/proc/6551/statm: 2378 346 289 221 0 87 0
[pid=6553] ppid=6551 vsize=26004064 memory=46160 CPUtime=0.49 cores=0-7
/proc/6553/stat : 6553 (java) S 6551 6551 4533 0 -1 1077944320 9176 0 0 0 46 3 0 0 20 0 20 0 104893075 26628161536 11540 33554432000 4194304 4196468 140736534647888 140736534630432 139917874351863 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
/proc/6553/statm: 6501016 11540 3109 1 0 6488269 0
[pid=6553/tid=6554] ppid=6551 vsize=26004064 memory=8112282956445269571 CPUtime=0.29 cores=0-7
/proc/6553/task/6554/stat : 6554 (java) R 6551 6551 4533 0 -1 4202560 6094 0 0 0 27 2 0 0 20 0 20 0 104893075 26628161536 11540 33554432000 4194304 4196468 140736534647888 139917878589376 139917502048198 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
[pid=6553/tid=6555] ppid=6551 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/6553/task/6555/stat : 6555 (java) S 6551 6551 4533 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 104893076 26628161536 11540 33554432000 4194304 4196468 140736534647888 139917826972688 139917874362069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
[pid=6553/tid=6556] ppid=6551 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/6553/task/6556/stat : 6556 (java) S 6551 6551 4533 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 104893076 26628161536 11540 33554432000 4194304 4196468 140736534647888 139917825920144 139917874362069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
[pid=6553/tid=6557] ppid=6551 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/6553/task/6557/stat : 6557 (java) S 6551 6551 4533 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 104893076 26628161536 11540 33554432000 4194304 4196468 140736534647888 139917824867088 139917874362069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
[pid=6553/tid=6558] ppid=6551 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/6553/task/6558/stat : 6558 (java) S 6551 6551 4533 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 104893076 26628161536 11540 33554432000 4194304 4196468 140736534647888 139917823814544 139917874362069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
[pid=6553/tid=6559] ppid=6551 vsize=26004064 memory=2244 CPUtime=0 cores=0-7
/proc/6553/task/6559/stat : 6559 (java) S 6551 6551 4533 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 104893076 26628161536 11540 33554432000 4194304 4196468 140736534647888 139917822761488 139917874362069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
[pid=6553/tid=6560] ppid=6551 vsize=26004064 memory=140165855146927 CPUtime=0 cores=0-7
/proc/6553/task/6560/stat : 6560 (java) S 6551 6551 4533 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 104893076 26628161536 11540 33554432000 4194304 4196468 140736534647888 139917426817680 139917874362069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
[pid=6553/tid=6561] ppid=6551 vsize=26004064 memory=140165855149232 CPUtime=0 cores=0-7
/proc/6553/task/6561/stat : 6561 (java) S 6551 6551 4533 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 104893076 26628161536 11540 33554432000 4194304 4196468 140736534647888 139917425764624 139917874362069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
[pid=6553/tid=6562] ppid=6551 vsize=26004064 memory=140165855151536 CPUtime=0 cores=0-7
/proc/6553/task/6562/stat : 6562 (java) S 6551 6551 4533 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 104893076 26628161536 11540 33554432000 4194304 4196468 140736534647888 139917424712080 139917874362069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
[pid=6553/tid=6563] ppid=6551 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/6553/task/6563/stat : 6563 (java) S 6551 6551 4533 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 104893078 26628161536 11540 33554432000 4194304 4196468 140736534647888 139916866423536 139917874363010 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
[pid=6553/tid=6564] ppid=6551 vsize=26004064 memory=280331710310032 CPUtime=0 cores=0-7
/proc/6553/task/6564/stat : 6564 (java) S 6551 6551 4533 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 104893078 26628161536 11540 33554432000 4194304 4196468 140736534647888 139916865369760 139917874362069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
[pid=6553/tid=6565] ppid=6551 vsize=26004064 memory=280331710316944 CPUtime=0 cores=0-7
/proc/6553/task/6565/stat : 6565 (java) S 6551 6551 4533 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 104893078 26628161536 11540 33554432000 4194304 4196468 140736534647888 139916864316656 139917874362069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
[pid=6553/tid=6566] ppid=6551 vsize=26004064 memory=280331710258224 CPUtime=0 cores=0-7
/proc/6553/task/6566/stat : 6566 (java) S 6551 6551 4533 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 104893081 26628161536 11540 33554432000 4194304 4196468 140736534647888 139916863265232 139917874370459 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
[pid=6553/tid=6567] ppid=6551 vsize=26004064 memory=280331710330768 CPUtime=0.01 cores=0-7
/proc/6553/task/6567/stat : 6567 (java) S 6551 6551 4533 0 -1 1077944384 397 0 0 0 1 0 0 0 20 0 20 0 104893081 26628161536 11540 33554432000 4194304 4196468 140736534647888 139916862212336 139917874363010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
[pid=6553/tid=6568] ppid=6551 vsize=26004064 memory=280331710337680 CPUtime=0.03 cores=0-7
/proc/6553/task/6568/stat : 6568 (java) S 6551 6551 4533 0 -1 1077944384 291 0 0 0 3 0 0 0 20 0 20 0 104893081 26628161536 11540 33554432000 4194304 4196468 140736534647888 139916861159792 139917874363010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
[pid=6553/tid=6569] ppid=6551 vsize=26004064 memory=280331710335376 CPUtime=0.01 cores=0-7
/proc/6553/task/6569/stat : 6569 (java) S 6551 6551 4533 0 -1 1077944384 211 0 0 0 1 0 0 0 20 0 20 0 104893081 26628161536 11540 33554432000 4194304 4196468 140736534647888 139916860106736 139917874363010 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
[pid=6553/tid=6570] ppid=6551 vsize=26004064 memory=280331710351536 CPUtime=0.12 cores=0-7
/proc/6553/task/6570/stat : 6570 (java) R 6551 6551 4533 0 -1 4202560 871 0 0 0 12 0 0 0 20 0 20 0 104893081 26628161536 11540 33554432000 4194304 4196468 140736534647888 139916859054192 139917853007680 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
[pid=6553/tid=6571] ppid=6551 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/6553/task/6571/stat : 6571 (java) S 6551 6551 4533 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 104893081 26628161536 11540 33554432000 4194304 4196468 140736534647888 139916858002400 139917874362069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
[pid=6553/tid=6572] ppid=6551 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/6553/task/6572/stat : 6572 (java) S 6551 6551 4533 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 104893081 26628161536 11540 33554432000 4194304 4196468 140736534647888 139916856949936 139917874363010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 47544 KiB

[startup+0.700904 s]
/proc/loadavg: 7.26 8.14 8.26 5/199 6572
/proc/meminfo: memFree=26901996/32770624 swapFree=67108860/67108860
[pid=6551] ppid=6548 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/6551/stat : 6551 (xcsp3-exec) S 6548 6551 4533 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 104893075 9740288 346 33554432000 4194304 5098028 140722492208768 140722492206872 140007061086844 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 17309696 140722492212324 140722492212535 140722492212535 140722492215275 0
/proc/6551/statm: 2378 346 289 221 0 87 0
[pid=6553] ppid=6551 vsize=26004140 memory=107624 CPUtime=2 cores=0-7
/proc/6553/stat : 6553 (java) S 6551 6551 4533 0 -1 1077944320 13831 0 0 0 195 5 0 0 20 0 20 0 104893075 26628239360 26906 33554432000 4194304 4196468 140736534647888 140736534630432 139917874351863 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
/proc/6553/statm: 6501035 26906 3199 1 0 6488269 0
[pid=6553/tid=6554] ppid=6551 vsize=26004140 memory=280331710709424 CPUtime=0.67 cores=0-7
/proc/6553/task/6554/stat : 6554 (java) R 6551 6551 4533 0 -1 4202560 6468 0 0 0 64 3 0 0 20 0 20 0 104893075 26628239360 26906 33554432000 4194304 4196468 140736534647888 139917878586288 139917506065761 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
[pid=6553/tid=6555] ppid=6551 vsize=26004140 memory=140165855355760 CPUtime=0 cores=0-7
/proc/6553/task/6555/stat : 6555 (java) S 6551 6551 4533 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 104893076 26628239360 26906 33554432000 4194304 4196468 140736534647888 139917826972688 139917874362069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
[pid=6553/tid=6556] ppid=6551 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/6553/task/6556/stat : 6556 (java) S 6551 6551 4533 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 104893076 26628239360 26906 33554432000 4194304 4196468 140736534647888 139917825920144 139917874362069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
[pid=6553/tid=6557] ppid=6551 vsize=26004140 memory=1008 CPUtime=0 cores=0-7
/proc/6553/task/6557/stat : 6557 (java) S 6551 6551 4533 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 104893076 26628239360 26906 33554432000 4194304 4196468 140736534647888 139917824867088 139917874362069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0

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

[pid=6553/tid=6570] ppid=6551 vsize=26538700 memory=15872 CPUtime=0.55 cores=0-7
/proc/6553/task/6570/stat : 6570 (java) S 6551 6551 4533 0 -1 1077944384 4894 0 0 0 54 1 0 0 20 0 28 0 104893081 27175628800 749885 33554432000 4194304 4196468 140736534647888 139916859054192 139917874363010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
[pid=6553/tid=6571] ppid=6551 vsize=26538700 memory=16444 CPUtime=0 cores=0-7
/proc/6553/task/6571/stat : 6571 (java) S 6551 6551 4533 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 104893081 27175628800 749885 33554432000 4194304 4196468 140736534647888 139916858002400 139917874362069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
[pid=6553/tid=6572] ppid=6551 vsize=26538700 memory=1384 CPUtime=0.01 cores=0-7
/proc/6553/task/6572/stat : 6572 (java) S 6551 6551 4533 0 -1 1077944384 965 0 0 0 0 1 0 0 20 0 28 0 104893081 27175628800 749885 33554432000 4194304 4196468 140736534647888 139916856949936 139917874363010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 10 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
[pid=6553/tid=6573] ppid=6551 vsize=26538700 memory=2938976 CPUtime=0.38 cores=0-7
/proc/6553/task/6573/stat : 6573 (java) S 6551 6551 4533 0 -1 1077944384 115 0 0 0 38 0 0 0 20 0 28 0 104898578 27175628800 749885 33554432000 4194304 4196468 140736534647888 139916849433824 139917874362069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
[pid=6553/tid=6574] ppid=6551 vsize=26538700 memory=1236 CPUtime=0.37 cores=0-7
/proc/6553/task/6574/stat : 6574 (java) S 6551 6551 4533 0 -1 1077944384 97 0 0 0 37 0 0 0 20 0 28 0 104898578 27175628800 749885 33554432000 4194304 4196468 140736534647888 139916848382176 139917874362069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
[pid=6553/tid=6575] ppid=6551 vsize=26538700 memory=1792 CPUtime=0.37 cores=0-7
/proc/6553/task/6575/stat : 6575 (java) S 6551 6551 4533 0 -1 1077944384 65 0 0 0 37 0 0 0 20 0 28 0 104898578 27175628800 749885 33554432000 4194304 4196468 140736534647888 139916847332048 139917874362069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
[pid=6553/tid=6576] ppid=6551 vsize=26538700 memory=640 CPUtime=0.32 cores=0-7
/proc/6553/task/6576/stat : 6576 (java) S 6551 6551 4533 0 -1 1077944384 112 0 0 0 32 0 0 0 20 0 28 0 104898578 27175628800 749885 33554432000 4194304 4196468 140736534647888 139916846276608 139917874362069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
[pid=6553/tid=6577] ppid=6551 vsize=26538700 memory=956 CPUtime=0.36 cores=0-7
/proc/6553/task/6577/stat : 6577 (java) S 6551 6551 4533 0 -1 1077944384 46 0 0 0 36 0 0 0 20 0 28 0 104898578 27175628800 749885 33554432000 4194304 4196468 140736534647888 139916845226384 139917874362069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
[pid=6553/tid=6578] ppid=6551 vsize=26538700 memory=2999536 CPUtime=0.36 cores=0-7
/proc/6553/task/6578/stat : 6578 (java) S 6551 6551 4533 0 -1 1077944384 42 0 0 0 36 0 0 0 20 0 28 0 104898578 27175628800 749885 33554432000 4194304 4196468 140736534647888 139916844174336 139917874362069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
[pid=6553/tid=6579] ppid=6551 vsize=26538700 memory=0 CPUtime=0.39 cores=0-7
/proc/6553/task/6579/stat : 6579 (java) S 6551 6551 4533 0 -1 1077944384 101 0 0 0 39 0 0 0 20 0 28 0 104898578 27175628800 749885 33554432000 4194304 4196468 140736534647888 139916843118944 139917874362069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
[pid=6553/tid=6580] ppid=6551 vsize=26538700 memory=1700 CPUtime=0.35 cores=0-7
/proc/6553/task/6580/stat : 6580 (java) S 6551 6551 4533 0 -1 1077944384 63 0 0 0 35 0 0 0 20 0 28 0 104898578 27175628800 749885 33554432000 4194304 4196468 140736534647888 139916842066032 139917874362069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
Current children cumulated CPU time: 109.97 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 3000924 KiB

[startup+59.801 s]
/proc/loadavg: 3.55 6.95 7.85 2/207 6580
/proc/meminfo: memFree=23968672/32770624 swapFree=67108860/67108860
[pid=6551] ppid=6548 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/6551/stat : 6551 (xcsp3-exec) S 6548 6551 4533 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 104893075 9740288 346 33554432000 4194304 5098028 140722492208768 140722492206872 140007061086844 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 17309696 140722492212324 140722492212535 140722492212535 140722492215275 0
/proc/6551/statm: 2378 346 289 221 0 87 0
[pid=6553] ppid=6551 vsize=26538700 memory=2999540 CPUtime=110.18 cores=0-7
/proc/6553/stat : 6553 (java) S 6551 6551 4533 0 -1 1077944320 67989 0 0 0 10405 613 0 0 20 0 28 0 104893075 27175628800 749885 33554432000 4194304 4196468 140736534647888 140736534630432 139917874351863 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
/proc/6553/statm: 6634675 749885 3278 1 0 6621909 0
[pid=6553/tid=6554] ppid=6551 vsize=26538700 memory=4624 CPUtime=51.57 cores=0-7
/proc/6553/task/6554/stat : 6554 (java) S 6551 6551 4533 0 -1 1077944384 12126 0 0 0 5146 11 0 0 20 0 28 0 104893075 27175628800 749885 33554432000 4194304 4196468 140736534647888 139917878592640 139917874362069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
[pid=6553/tid=6555] ppid=6551 vsize=26538700 memory=1424 CPUtime=6.24 cores=0-7
/proc/6553/task/6555/stat : 6555 (java) S 6551 6551 4533 0 -1 1077944384 2721 0 0 0 552 72 0 0 20 0 28 0 104893076 27175628800 749885 33554432000 4194304 4196468 140736534647888 139917826972688 139917874362069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
[pid=6553/tid=6556] ppid=6551 vsize=26538700 memory=13056 CPUtime=6.23 cores=0-7
/proc/6553/task/6556/stat : 6556 (java) S 6551 6551 4533 0 -1 1077944384 2845 0 0 0 556 67 0 0 20 0 28 0 104893076 27175628800 749885 33554432000 4194304 4196468 140736534647888 139917825920144 139917874362069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 2 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
[pid=6553/tid=6557] ppid=6551 vsize=26538700 memory=792 CPUtime=6.19 cores=0-7
/proc/6553/task/6557/stat : 6557 (java) S 6551 6551 4533 0 -1 1077944384 2302 0 0 0 550 69 0 0 20 0 28 0 104893076 27175628800 749885 33554432000 4194304 4196468 140736534647888 139917824867088 139917874362069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
[pid=6553/tid=6558] ppid=6551 vsize=26538700 memory=1008 CPUtime=6.24 cores=0-7
/proc/6553/task/6558/stat : 6558 (java) S 6551 6551 4533 0 -1 1077944384 2626 0 0 0 550 74 0 0 20 0 28 0 104893076 27175628800 749885 33554432000 4194304 4196468 140736534647888 139917823814544 139917874362069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
[pid=6553/tid=6559] ppid=6551 vsize=26538700 memory=10588 CPUtime=6.24 cores=0-7
/proc/6553/task/6559/stat : 6559 (java) S 6551 6551 4533 0 -1 1077944384 2627 0 0 0 549 75 0 0 20 0 28 0 104893076 27175628800 749885 33554432000 4194304 4196468 140736534647888 139917822761488 139917874362069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
[pid=6553/tid=6560] ppid=6551 vsize=26538700 memory=1204 CPUtime=6.32 cores=0-7
/proc/6553/task/6560/stat : 6560 (java) S 6551 6551 4533 0 -1 1077944384 2513 0 0 0 556 76 0 0 20 0 28 0 104893076 27175628800 749885 33554432000 4194304 4196468 140736534647888 139917426817680 139917874362069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
[pid=6553/tid=6561] ppid=6551 vsize=26538700 memory=15872 CPUtime=6.25 cores=0-7
/proc/6553/task/6561/stat : 6561 (java) S 6551 6551 4533 0 -1 1077944384 2342 0 0 0 552 73 0 0 20 0 28 0 104893076 27175628800 749885 33554432000 4194304 4196468 140736534647888 139917425764624 139917874362069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
[pid=6553/tid=6562] ppid=6551 vsize=26538700 memory=16444 CPUtime=6.22 cores=0-7
/proc/6553/task/6562/stat : 6562 (java) S 6551 6551 4533 0 -1 1077944384 2994 0 0 0 549 73 0 0 20 0 28 0 104893076 27175628800 749885 33554432000 4194304 4196468 140736534647888 139917424712080 139917874362069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
[pid=6553/tid=6563] ppid=6551 vsize=26538700 memory=1384 CPUtime=1.35 cores=0-7
/proc/6553/task/6563/stat : 6563 (java) R 6551 6551 4533 0 -1 4202560 5780 0 0 0 128 7 0 0 20 0 28 0 104893078 27175628800 749885 33554432000 4194304 4196468 140736534647888 139916866421968 139917859052551 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
[pid=6553/tid=6564] ppid=6551 vsize=26538700 memory=2999360 CPUtime=0 cores=0-7
/proc/6553/task/6564/stat : 6564 (java) S 6551 6551 4533 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 28 0 104893078 27175628800 749885 33554432000 4194304 4196468 140736534647888 139916865369824 139917874362069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
[pid=6553/tid=6565] ppid=6551 vsize=26538700 memory=6944656592455097440 CPUtime=0 cores=0-7
/proc/6553/task/6565/stat : 6565 (java) S 6551 6551 4533 0 -1 1077944384 105 0 0 0 0 0 0 0 20 0 28 0 104893078 27175628800 749885 33554432000 4194304 4196468 140736534647888 139916864316672 139917874362069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
[pid=6553/tid=6566] ppid=6551 vsize=26538700 memory=4140 CPUtime=0 cores=0-7
/proc/6553/task/6566/stat : 6566 (java) S 6551 6551 4533 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 104893081 27175628800 749885 33554432000 4194304 4196468 140736534647888 139916863265232 139917874370459 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
[pid=6553/tid=6567] ppid=6551 vsize=26538700 memory=29864 CPUtime=1.31 cores=0-7
/proc/6553/task/6567/stat : 6567 (java) S 6551 6551 4533 0 -1 1077944384 8331 0 0 0 129 2 0 0 20 0 28 0 104893081 27175628800 749885 33554432000 4194304 4196468 140736534647888 139916862212336 139917874363010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
[pid=6553/tid=6568] ppid=6551 vsize=26538700 memory=8112282956445269571 CPUtime=1.07 cores=0-7
/proc/6553/task/6568/stat : 6568 (java) S 6551 6551 4533 0 -1 1077944384 4595 0 0 0 106 1 0 0 20 0 28 0 104893081 27175628800 749885 33554432000 4194304 4196468 140736534647888 139916861150896 139917874362069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
[pid=6553/tid=6569] ppid=6551 vsize=26538700 memory=2428 CPUtime=1.25 cores=0-7
/proc/6553/task/6569/stat : 6569 (java) S 6551 6551 4533 0 -1 1077944384 8247 0 0 0 124 1 0 0 20 0 28 0 104893081 27175628800 749885 33554432000 4194304 4196468 140736534647888 139916860106736 139917874363010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
[pid=6553/tid=6570] ppid=6551 vsize=26538700 memory=1732 CPUtime=0.55 cores=0-7
/proc/6553/task/6570/stat : 6570 (java) S 6551 6551 4533 0 -1 1077944384 4894 0 0 0 54 1 0 0 20 0 28 0 104893081 27175628800 749885 33554432000 4194304 4196468 140736534647888 139916859054192 139917874363010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
[pid=6553/tid=6571] ppid=6551 vsize=26538700 memory=1944 CPUtime=0 cores=0-7
/proc/6553/task/6571/stat : 6571 (java) S 6551 6551 4533 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 104893081 27175628800 749885 33554432000 4194304 4196468 140736534647888 139916858002400 139917874362069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
[pid=6553/tid=6572] ppid=6551 vsize=26538700 memory=1700 CPUtime=0.01 cores=0-7
/proc/6553/task/6572/stat : 6572 (java) S 6551 6551 4533 0 -1 1077944384 991 0 0 0 0 1 0 0 20 0 28 0 104893081 27175628800 749885 33554432000 4194304 4196468 140736534647888 139916856949936 139917874363010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 10 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
[pid=6553/tid=6573] ppid=6551 vsize=26538700 memory=1228 CPUtime=0.38 cores=0-7
/proc/6553/task/6573/stat : 6573 (java) S 6551 6551 4533 0 -1 1077944384 115 0 0 0 38 0 0 0 20 0 28 0 104898578 27175628800 749885 33554432000 4194304 4196468 140736534647888 139916849433824 139917874362069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
[pid=6553/tid=6574] ppid=6551 vsize=26538700 memory=5428 CPUtime=0.37 cores=0-7
/proc/6553/task/6574/stat : 6574 (java) S 6551 6551 4533 0 -1 1077944384 97 0 0 0 37 0 0 0 20 0 28 0 104898578 27175628800 749885 33554432000 4194304 4196468 140736534647888 139916848382176 139917874362069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
[pid=6553/tid=6575] ppid=6551 vsize=26538700 memory=4624 CPUtime=0.37 cores=0-7
/proc/6553/task/6575/stat : 6575 (java) S 6551 6551 4533 0 -1 1077944384 65 0 0 0 37 0 0 0 20 0 28 0 104898578 27175628800 749885 33554432000 4194304 4196468 140736534647888 139916847332048 139917874362069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
[pid=6553/tid=6576] ppid=6551 vsize=26538700 memory=1384 CPUtime=0.32 cores=0-7
/proc/6553/task/6576/stat : 6576 (java) S 6551 6551 4533 0 -1 1077944384 112 0 0 0 32 0 0 0 20 0 28 0 104898578 27175628800 749885 33554432000 4194304 4196468 140736534647888 139916846276608 139917874362069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
[pid=6553/tid=6577] ppid=6551 vsize=26538700 memory=2999328 CPUtime=0.36 cores=0-7
/proc/6553/task/6577/stat : 6577 (java) S 6551 6551 4533 0 -1 1077944384 46 0 0 0 36 0 0 0 20 0 28 0 104898578 27175628800 749885 33554432000 4194304 4196468 140736534647888 139916845226384 139917874362069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
[pid=6553/tid=6578] ppid=6551 vsize=26538700 memory=2385984 CPUtime=0.36 cores=0-7
/proc/6553/task/6578/stat : 6578 (java) S 6551 6551 4533 0 -1 1077944384 42 0 0 0 36 0 0 0 20 0 28 0 104898578 27175628800 749885 33554432000 4194304 4196468 140736534647888 139916844174336 139917874362069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
[pid=6553/tid=6579] ppid=6551 vsize=26538700 memory=8112282956445269571 CPUtime=0.39 cores=0-7
/proc/6553/task/6579/stat : 6579 (java) S 6551 6551 4533 0 -1 1077944384 101 0 0 0 39 0 0 0 20 0 28 0 104898578 27175628800 749885 33554432000 4194304 4196468 140736534647888 139916843118944 139917874362069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
[pid=6553/tid=6580] ppid=6551 vsize=26538700 memory=4126316290023845779 CPUtime=0.35 cores=0-7
/proc/6553/task/6580/stat : 6580 (java) S 6551 6551 4533 0 -1 1077944384 63 0 0 0 35 0 0 0 20 0 28 0 104898578 27175628800 749885 33554432000 4194304 4196468 140736534647888 139916842066032 139917874362069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
Current children cumulated CPU time: 110.18 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 3000924 KiB

[startup+59.901 s]
/proc/loadavg: 3.55 6.95 7.85 2/207 6580
/proc/meminfo: memFree=23968672/32770624 swapFree=67108860/67108860
[pid=6551] ppid=6548 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/6551/stat : 6551 (xcsp3-exec) S 6548 6551 4533 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 104893075 9740288 346 33554432000 4194304 5098028 140722492208768 140722492206872 140007061086844 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 17309696 140722492212324 140722492212535 140722492212535 140722492215275 0
/proc/6551/statm: 2378 346 289 221 0 87 0
[pid=6553] ppid=6551 vsize=26538700 memory=2999540 CPUtime=110.28 cores=0-7
/proc/6553/stat : 6553 (java) S 6551 6551 4533 0 -1 1077944320 68007 0 0 0 10415 613 0 0 20 0 28 0 104893075 27175628800 749885 33554432000 4194304 4196468 140736534647888 140736534630432 139917874351863 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
/proc/6553/statm: 6634675 749885 3278 1 0 6621909 0
[pid=6553/tid=6554] ppid=6551 vsize=26538700 memory=2437464 CPUtime=51.57 cores=0-7
/proc/6553/task/6554/stat : 6554 (java) S 6551 6551 4533 0 -1 1077944384 12126 0 0 0 5146 11 0 0 20 0 28 0 104893075 27175628800 749885 33554432000 4194304 4196468 140736534647888 139917878592640 139917874362069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
[pid=6553/tid=6555] ppid=6551 vsize=26538700 memory=1113372 CPUtime=6.24 cores=0-7
/proc/6553/task/6555/stat : 6555 (java) S 6551 6551 4533 0 -1 1077944384 2721 0 0 0 552 72 0 0 20 0 28 0 104893076 27175628800 749885 33554432000 4194304 4196468 140736534647888 139917826972688 139917874362069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
[pid=6553/tid=6556] ppid=6551 vsize=26538700 memory=1384 CPUtime=6.23 cores=0-7
/proc/6553/task/6556/stat : 6556 (java) S 6551 6551 4533 0 -1 1077944384 2845 0 0 0 556 67 0 0 20 0 28 0 104893076 27175628800 749885 33554432000 4194304 4196468 140736534647888 139917825920144 139917874362069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 2 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
[pid=6553/tid=6557] ppid=6551 vsize=26538700 memory=1597120 CPUtime=6.19 cores=0-7
/proc/6553/task/6557/stat : 6557 (java) S 6551 6551 4533 0 -1 1077944384 2302 0 0 0 550 69 0 0 20 0 28 0 104893076 27175628800 749885 33554432000 4194304 4196468 140736534647888 139917824867088 139917874362069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
[pid=6553/tid=6558] ppid=6551 vsize=26538700 memory=280331711213344 CPUtime=6.24 cores=0-7
/proc/6553/task/6558/stat : 6558 (java) S 6551 6551 4533 0 -1 1077944384 2626 0 0 0 550 74 0 0 20 0 28 0 104893076 27175628800 749885 33554432000 4194304 4196468 140736534647888 139917823814544 139917874362069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
[pid=6553/tid=6559] ppid=6551 vsize=26538700 memory=30322066459370 CPUtime=6.24 cores=0-7
/proc/6553/task/6559/stat : 6559 (java) S 6551 6551 4533 0 -1 1077944384 2627 0 0 0 549 75 0 0 20 0 28 0 104893076 27175628800 749885 33554432000 4194304 4196468 140736534647888 139917822761488 139917874362069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
[pid=6553/tid=6560] ppid=6551 vsize=26538700 memory=164 CPUtime=6.32 cores=0-7
/proc/6553/task/6560/stat : 6560 (java) S 6551 6551 4533 0 -1 1077944384 2513 0 0 0 556 76 0 0 20 0 28 0 104893076 27175628800 749885 33554432000 4194304 4196468 140736534647888 139917426817680 139917874362069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
[pid=6553/tid=6561] ppid=6551 vsize=26538700 memory=14134428955859249 CPUtime=6.25 cores=0-7
/proc/6553/task/6561/stat : 6561 (java) S 6551 6551 4533 0 -1 1077944384 2342 0 0 0 552 73 0 0 20 0 28 0 104893076 27175628800 749885 33554432000 4194304 4196468 140736534647888 139917425764624 139917874362069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
[pid=6553/tid=6562] ppid=6551 vsize=26538700 memory=2437464 CPUtime=6.22 cores=0-7
/proc/6553/task/6562/stat : 6562 (java) S 6551 6551 4533 0 -1 1077944384 2994 0 0 0 549 73 0 0 20 0 28 0 104893076 27175628800 749885 33554432000 4194304 4196468 140736534647888 139917424712080 139917874362069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
[pid=6553/tid=6563] ppid=6551 vsize=26538700 memory=0 CPUtime=1.46 cores=0-7
/proc/6553/task/6563/stat : 6563 (java) R 6551 6551 4533 0 -1 4202560 5798 0 0 0 138 8 0 0 20 0 28 0 104893078 27175628800 749885 33554432000 4194304 4196468 140736534647888 139916866421968 139917859052612 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
[pid=6553/tid=6564] ppid=6551 vsize=26538700 memory=2437464 CPUtime=0 cores=0-7
/proc/6553/task/6564/stat : 6564 (java) S 6551 6551 4533 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 28 0 104893078 27175628800 749885 33554432000 4194304 4196468 140736534647888 139916865369824 139917874362069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
[pid=6553/tid=6565] ppid=6551 vsize=26538700 memory=29864 CPUtime=0 cores=0-7
/proc/6553/task/6565/stat : 6565 (java) S 6551 6551 4533 0 -1 1077944384 105 0 0 0 0 0 0 0 20 0 28 0 104893078 27175628800 749885 33554432000 4194304 4196468 140736534647888 139916864316672 139917874362069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
[pid=6553/tid=6566] ppid=6551 vsize=26538700 memory=2437464 CPUtime=0 cores=0-7
/proc/6553/task/6566/stat : 6566 (java) S 6551 6551 4533 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 104893081 27175628800 749885 33554432000 4194304 4196468 140736534647888 139916863265232 139917874370459 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
[pid=6553/tid=6567] ppid=6551 vsize=26538700 memory=2385984 CPUtime=1.31 cores=0-7
/proc/6553/task/6567/stat : 6567 (java) S 6551 6551 4533 0 -1 1077944384 8331 0 0 0 129 2 0 0 20 0 28 0 104893081 27175628800 749885 33554432000 4194304 4196468 140736534647888 139916862212336 139917874363010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
[pid=6553/tid=6568] ppid=6551 vsize=26538700 memory=1384 CPUtime=1.07 cores=0-7
/proc/6553/task/6568/stat : 6568 (java) S 6551 6551 4533 0 -1 1077944384 4595 0 0 0 106 1 0 0 20 0 28 0 104893081 27175628800 749885 33554432000 4194304 4196468 140736534647888 139916861150896 139917874362069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
[pid=6553/tid=6569] ppid=6551 vsize=26538700 memory=2438416 CPUtime=1.25 cores=0-7
/proc/6553/task/6569/stat : 6569 (java) S 6551 6551 4533 0 -1 1077944384 8247 0 0 0 124 1 0 0 20 0 28 0 104893081 27175628800 749885 33554432000 4194304 4196468 140736534647888 139916860106736 139917874363010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
[pid=6553/tid=6570] ppid=6551 vsize=26538700 memory=4140 CPUtime=0.55 cores=0-7
/proc/6553/task/6570/stat : 6570 (java) S 6551 6551 4533 0 -1 1077944384 4894 0 0 0 54 1 0 0 20 0 28 0 104893081 27175628800 749885 33554432000 4194304 4196468 140736534647888 139916859054192 139917874363010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
[pid=6553/tid=6571] ppid=6551 vsize=26538700 memory=29864 CPUtime=0 cores=0-7
/proc/6553/task/6571/stat : 6571 (java) S 6551 6551 4533 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 104893081 27175628800 749885 33554432000 4194304 4196468 140736534647888 139916858002400 139917874362069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
[pid=6553/tid=6572] ppid=6551 vsize=26538700 memory=1384 CPUtime=0.01 cores=0-7
/proc/6553/task/6572/stat : 6572 (java) S 6551 6551 4533 0 -1 1077944384 991 0 0 0 0 1 0 0 20 0 28 0 104893081 27175628800 749885 33554432000 4194304 4196468 140736534647888 139916856949936 139917874363010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 10 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
[pid=6553/tid=6573] ppid=6551 vsize=26538700 memory=1384 CPUtime=0.38 cores=0-7
/proc/6553/task/6573/stat : 6573 (java) S 6551 6551 4533 0 -1 1077944384 115 0 0 0 38 0 0 0 20 0 28 0 104898578 27175628800 749885 33554432000 4194304 4196468 140736534647888 139916849433824 139917874362069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
[pid=6553/tid=6574] ppid=6551 vsize=26538700 memory=1384 CPUtime=0.37 cores=0-7
/proc/6553/task/6574/stat : 6574 (java) S 6551 6551 4533 0 -1 1077944384 97 0 0 0 37 0 0 0 20 0 28 0 104898578 27175628800 749885 33554432000 4194304 4196468 140736534647888 139916848382176 139917874362069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
[pid=6553/tid=6575] ppid=6551 vsize=26538700 memory=2385984 CPUtime=0.37 cores=0-7
/proc/6553/task/6575/stat : 6575 (java) S 6551 6551 4533 0 -1 1077944384 65 0 0 0 37 0 0 0 20 0 28 0 104898578 27175628800 749885 33554432000 4194304 4196468 140736534647888 139916847332048 139917874362069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
[pid=6553/tid=6576] ppid=6551 vsize=26538700 memory=1384 CPUtime=0.32 cores=0-7
/proc/6553/task/6576/stat : 6576 (java) S 6551 6551 4533 0 -1 1077944384 112 0 0 0 32 0 0 0 20 0 28 0 104898578 27175628800 749885 33554432000 4194304 4196468 140736534647888 139916846276608 139917874362069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
[pid=6553/tid=6577] ppid=6551 vsize=26538700 memory=1384 CPUtime=0.36 cores=0-7
/proc/6553/task/6577/stat : 6577 (java) S 6551 6551 4533 0 -1 1077944384 46 0 0 0 36 0 0 0 20 0 28 0 104898578 27175628800 749885 33554432000 4194304 4196468 140736534647888 139916845226384 139917874362069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
[pid=6553/tid=6578] ppid=6551 vsize=26538700 memory=2999540 CPUtime=0.36 cores=0-7
/proc/6553/task/6578/stat : 6578 (java) S 6551 6551 4533 0 -1 1077944384 42 0 0 0 36 0 0 0 20 0 28 0 104898578 27175628800 749885 33554432000 4194304 4196468 140736534647888 139916844174336 139917874362069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
[pid=6553/tid=6579] ppid=6551 vsize=26538700 memory=4100 CPUtime=0.39 cores=0-7
/proc/6553/task/6579/stat : 6579 (java) S 6551 6551 4533 0 -1 1077944384 101 0 0 0 39 0 0 0 20 0 28 0 104898578 27175628800 749885 33554432000 4194304 4196468 140736534647888 139916843118944 139917874362069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
[pid=6553/tid=6580] ppid=6551 vsize=26538700 memory=1156 CPUtime=0.35 cores=0-7
/proc/6553/task/6580/stat : 6580 (java) S 6551 6551 4533 0 -1 1077944384 63 0 0 0 35 0 0 0 20 0 28 0 104898578 27175628800 749885 33554432000 4194304 4196468 140736534647888 139916842066032 139917874362069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10715136 140736534652050 140736534652227 140736534652227 140736534654927 0
Current children cumulated CPU time: 110.28 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 3000924 KiB

Child status: 0
Real time (s): 60.008
CPU time (s): 110.545
CPU user time (s): 104.373
CPU system time (s): 6.17231
CPU usage (%): 184.218
Max. virtual memory (cumulated for all children) (KiB): 26548212
Max. memory (cumulated for all children) (KiB): 3000924

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 104.373
system time used= 6.17231
maximum resident set size= 3002920
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 73447
page faults= 0
swaps= 0
block input operations= 0
block output operations= 208
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6779
involuntary context switches= 872


# summary of solver processes directly reported to runsolver:
#   pid: 6551
#   total CPU time (s): 110.545
#   total CPU user time (s): 104.373
#   total CPU system time (s): 6.17231

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.401947 second user time and 0.611353 second system time

The end

Launcher Data

Begin job on node114 at 2017-08-14 15:26:34
IDJOB=4271121
IDBENCH=125852
IDSOLVER=2662
FILE ID=node114/4271121-1502718053
RUNJOBID= node114-1502709619-4560
PBS_JOBID= 20629022
Free space on /tmp= 61700 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/QRandom/QRandom-bdd-15-21-2/bdd-15-21-2-2713-79-08.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-4271121-1502718053/watcher-4271121-1502718053 -o /tmp/evaluation-result-4271121-1502718053/solver-4271121-1502718053 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node114-1502709619-4560 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 1339706600 HOME/instance-4271121-1502718053.xml

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

MD5SUM BENCH= d991fc81a7825fd4569ca865dffdd673
RANDOM SEED=1339706600

node114.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	: 5332.98
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	: 5332.98
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	: 5332.98
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	: 5332.98
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:        26960268 kB
MemAvailable:   31984412 kB
Buffers:          192476 kB
Cached:          5119744 kB
SwapCached:            0 kB
Active:           462680 kB
Inactive:        4904404 kB
Active(anon):      57640 kB
Inactive(anon):    25124 kB
Active(file):     405040 kB
Inactive(file):  4879280 kB
Unevictable:        6432 kB
Mlocked:            6432 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7980 kB
Writeback:           424 kB
AnonPages:        147064 kB
Mapped:            44832 kB
Shmem:             25224 kB
Slab:             136980 kB
SReclaimable:     111316 kB
SUnreclaim:        25664 kB
KernelStack:        3376 kB
PageTables:         4848 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     323516 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     94208 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 61692 MiB
End job on node114 at 2017-08-14 15:27:34