Trace number 4393858

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 NameAnswerobjective functionCPU timeWall clock time
choco-solver 2019-06-14 parallelOPT40 27.2309 4.07894

General information on the benchmark

NamePizzaVoucher/
PizzaVoucher-12a_c18.xml
MD5SUM56cb9e23f693fb34c9078bf93399e92e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark40
Best CPU time to get the best result obtained on this benchmark13.8479
Satisfiable
(Un)Satisfiability was proved
Number of variables44
Number of constraints105
Number of domains18
Minimum domain size1
Maximum domain size21
Distribution of domain sizes[{"size":1,"count":1},{"size":2,"count":24},{"size":3,"count":3},{"size":4,"count":2},{"size":5,"count":1},{"size":7,"count":1},{"size":21,"count":12}]
Minimum variable degree2
Maximum variable degree32
Distribution of variable degrees[{"degree":2,"count":32},{"degree":31,"count":6},{"degree":32,"count":6}]
Minimum constraint arity2
Maximum constraint arity13
Distribution of constraint arities[{"arity":2,"count":85},{"arity":13,"count":20}]
Number of extensional constraints0
Number of intensional constraints85
Distribution of constraint types[{"type":"intension","count":85},{"type":"count","count":20}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4393858-1568448603.xml"  -tl '20160s' -p 8
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4393858-1568448603.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.28	c parse instance...
2.06/0.87	c solve instance...
2.38/0.98	o 54 
2.38/0.98	o 48 
3.13/1.08	o 47 
7.73/1.64	o 46 
8.49/1.70	o 44 
13.31/2.32	o 42 
16.45/2.78	o 41 
17.20/2.81	o 40 
26.81/4.06	s OPTIMUM FOUND
26.81/4.06	v <instantiation>
26.81/4.06	v 	<list>v[0] v[1] v[2] v[3] v[4] v[5] v[6] v[7] v[8] v[9] v[10] v[11] np[0] np[1] np[2] np[3] np[4] np[5] np[6] np[7] np[8] np[9] nf[0] nf[1] nf[2] nf[3] nf[4] nf[5] nf[6] nf[7] nf[8] nf[9] pp[0] pp[1] pp[2] pp[3] pp[4] pp[5] pp[6] pp[7] pp[8] pp[9] pp[10] pp[11] </list>
26.81/4.06	v 	<values>9 9 -9 -9 1 9 9 9 -9 9 1 -1 1 0 0 0 0 0 0 0 3 0 2 0 0 0 0 0 0 0 6 0 0 0 9 8 0 0 0 0 10 0 0 13 </values>
26.81/4.06	v </instantiation>

Verifier Data

OK	40

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 (14864 MiB free)
  memory of node 1: 16384 MiB (15279 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4393858-1568448603/watcher-4393858-1568448603 -o /tmp/evaluation-result-4393858-1568448603/solver-4393858-1568448603 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node149-1568448565-20335 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1984304600 HOME/instance-4393858-1568448603.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=20352, runsolver pid=20349

[startup+0.100164 s]*
/proc/loadavg: 7.89 8.19 7.92 2/211 20373
/proc/meminfo: memFree=30850380/32770624 swapFree=66940988/67108860
[pid=20352] ppid=20349 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/20352/stat : 20352 (xcsp3-exec) S 20349 20352 20308 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 421098975 115843072 363 33554432000 4194304 5098028 140735643610528 140735643608632 140385793663612 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 19120128 140735643616117 140735643616361 140735643616361 140735643619274 0
/proc/20352/statm: 28282 363 304 221 0 87 0
[pid=20354] ppid=20352 vsize=28227388 memory=29044 CPUtime=0.13 cores=0-7
/proc/20354/stat : 20354 (java) S 20352 20352 20308 0 -1 1077944320 5739 0 0 0 12 1 0 0 20 0 20 0 421098975 28904845312 7261 33554432000 4194304 4196468 140725138660336 140725138642880 139686605393655 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
/proc/20354/statm: 7056847 7261 3119 1 0 7019032 0
[pid=20354/tid=20355] ppid=20352 vsize=28227388 memory=7896106954314915228 CPUtime=0.08 cores=0-7
/proc/20354/task/20355/stat : 20355 (java) R 20352 20352 20308 0 -1 4202560 3641 0 0 0 8 0 0 0 20 0 20 0 421098976 28904845312 7261 33554432000 4194304 4196468 140725138660336 139686609624064 139686605405590 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
[pid=20354/tid=20356] ppid=20352 vsize=28227388 memory=732370177027431397 CPUtime=0 cores=0-7
/proc/20354/task/20356/stat : 20356 (java) S 20352 20352 20308 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421098976 28904845312 7261 33554432000 4194304 4196468 140725138660336 139686156708752 139686605403861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
[pid=20354/tid=20357] ppid=20352 vsize=28227388 memory=140038689977984 CPUtime=0 cores=0-7
/proc/20354/task/20357/stat : 20357 (java) S 20352 20352 20308 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421098976 28904845312 7261 33554432000 4194304 4196468 140725138660336 139686155655952 139686605403861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
[pid=20354/tid=20358] ppid=20352 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20354/task/20358/stat : 20358 (java) S 20352 20352 20308 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421098976 28904845312 7261 33554432000 4194304 4196468 140725138660336 139686154603664 139686605403861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
[pid=20354/tid=20359] ppid=20352 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20354/task/20359/stat : 20359 (java) S 20352 20352 20308 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 421098977 28904845312 7261 33554432000 4194304 4196468 140725138660336 139686153550864 139686605403861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
[pid=20354/tid=20360] ppid=20352 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20354/task/20360/stat : 20360 (java) S 20352 20352 20308 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421098977 28904845312 7261 33554432000 4194304 4196468 140725138660336 139686152497552 139686605403861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
[pid=20354/tid=20361] ppid=20352 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/20354/task/20361/stat : 20361 (java) S 20352 20352 20308 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421098977 28904845312 7261 33554432000 4194304 4196468 140725138660336 139686151444752 139686605403861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
[pid=20354/tid=20362] ppid=20352 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20354/task/20362/stat : 20362 (java) S 20352 20352 20308 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421098977 28904845312 7261 33554432000 4194304 4196468 140725138660336 139686150392464 139686605403861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
[pid=20354/tid=20363] ppid=20352 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20354/task/20363/stat : 20363 (java) S 20352 20352 20308 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421098977 28904845312 7261 33554432000 4194304 4196468 140725138660336 139686149339664 139686605403861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
[pid=20354/tid=20364] ppid=20352 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20354/task/20364/stat : 20364 (java) S 20352 20352 20308 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421098978 28904845312 7261 33554432000 4194304 4196468 140725138660336 139684868029040 139686605404802 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
[pid=20354/tid=20365] ppid=20352 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20354/task/20365/stat : 20365 (java) S 20352 20352 20308 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 421098979 28904845312 7261 33554432000 4194304 4196468 140725138660336 139684866975008 139686605403861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
[pid=20354/tid=20366] ppid=20352 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20354/task/20366/stat : 20366 (java) S 20352 20352 20308 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 421098979 28904845312 7261 33554432000 4194304 4196468 140725138660336 139684865922672 139686605403861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
[pid=20354/tid=20367] ppid=20352 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20354/task/20367/stat : 20367 (java) S 20352 20352 20308 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421098981 28904845312 7261 33554432000 4194304 4196468 140725138660336 139684864870992 139686605412251 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
[pid=20354/tid=20368] ppid=20352 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20354/task/20368/stat : 20368 (java) S 20352 20352 20308 0 -1 1077944384 299 0 0 0 0 0 0 0 20 0 20 0 421098981 28904845312 7261 33554432000 4194304 4196468 140725138660336 139684863817840 139686605404802 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
[pid=20354/tid=20369] ppid=20352 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20354/task/20369/stat : 20369 (java) S 20352 20352 20308 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 421098981 28904845312 7261 33554432000 4194304 4196468 140725138660336 139684862765040 139686605404802 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
[pid=20354/tid=20370] ppid=20352 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20354/task/20370/stat : 20370 (java) R 20352 20352 20308 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 421098981 28904845312 7261 33554432000 4194304 4196468 140725138660336 139684861712752 139686605404802 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
[pid=20354/tid=20371] ppid=20352 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/20354/task/20371/stat : 20371 (java) R 20352 20352 20308 0 -1 4202560 362 0 0 0 2 0 0 0 20 0 20 0 421098981 28904845312 7261 33554432000 4194304 4196468 140725138660336 139684860659952 139686605405590 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
[pid=20354/tid=20372] ppid=20352 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20354/task/20372/stat : 20372 (java) S 20352 20352 20308 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 421098981 28904845312 7261 33554432000 4194304 4196468 140725138660336 139684859607904 139686605403861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
[pid=20354/tid=20373] ppid=20352 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/20354/task/20373/stat : 20373 (java) S 20352 20352 20308 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421098982 28904845312 7261 33554432000 4194304 4196468 140725138660336 139684858555184 139686605404802 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 30496 KiB

[startup+0.210211 s]*
/proc/loadavg: 7.89 8.19 7.92 3/211 20373
/proc/meminfo: memFree=30837040/32770624 swapFree=66940988/67108860
[pid=20352] ppid=20349 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/20352/stat : 20352 (xcsp3-exec) S 20349 20352 20308 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 421098975 115843072 363 33554432000 4194304 5098028 140735643610528 140735643608632 140385793663612 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 19120128 140735643616117 140735643616361 140735643616361 140735643619274 0
/proc/20352/statm: 28282 363 304 221 0 87 0
[pid=20354] ppid=20352 vsize=28227388 memory=40908 CPUtime=0.34 cores=0-7
/proc/20354/stat : 20354 (java) S 20352 20352 20308 0 -1 1077944320 9508 0 0 0 31 3 0 0 20 0 20 0 421098975 28904845312 10227 33554432000 4194304 4196468 140725138660336 140725138642880 139686605393655 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
/proc/20354/statm: 7056847 10227 3278 1 0 7019032 0
[pid=20354/tid=20355] ppid=20352 vsize=28227388 memory=0 CPUtime=0.2 cores=0-7
/proc/20354/task/20355/stat : 20355 (java) R 20352 20352 20308 0 -1 4202560 6667 0 0 0 18 2 0 0 20 0 20 0 421098976 28904845312 10227 33554432000 4194304 4196468 140725138660336 139686609624896 139686589474142 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
[pid=20354/tid=20356] ppid=20352 vsize=28227388 memory=732370177027431397 CPUtime=0 cores=0-7
/proc/20354/task/20356/stat : 20356 (java) S 20352 20352 20308 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421098976 28904845312 10227 33554432000 4194304 4196468 140725138660336 139686156708752 139686605403861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
[pid=20354/tid=20357] ppid=20352 vsize=28227388 memory=140038689977984 CPUtime=0 cores=0-7
/proc/20354/task/20357/stat : 20357 (java) S 20352 20352 20308 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421098976 28904845312 10227 33554432000 4194304 4196468 140725138660336 139686155655952 139686605403861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
[pid=20354/tid=20358] ppid=20352 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20354/task/20358/stat : 20358 (java) S 20352 20352 20308 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421098976 28904845312 10227 33554432000 4194304 4196468 140725138660336 139686154603664 139686605403861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
[pid=20354/tid=20359] ppid=20352 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20354/task/20359/stat : 20359 (java) S 20352 20352 20308 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 421098977 28904845312 10227 33554432000 4194304 4196468 140725138660336 139686153550864 139686605403861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
[pid=20354/tid=20360] ppid=20352 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20354/task/20360/stat : 20360 (java) S 20352 20352 20308 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421098977 28904845312 10227 33554432000 4194304 4196468 140725138660336 139686152497552 139686605403861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
[pid=20354/tid=20361] ppid=20352 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/20354/task/20361/stat : 20361 (java) S 20352 20352 20308 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421098977 28904845312 10227 33554432000 4194304 4196468 140725138660336 139686151444752 139686605403861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
[pid=20354/tid=20362] ppid=20352 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20354/task/20362/stat : 20362 (java) S 20352 20352 20308 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421098977 28904845312 10227 33554432000 4194304 4196468 140725138660336 139686150392464 139686605403861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
[pid=20354/tid=20363] ppid=20352 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20354/task/20363/stat : 20363 (java) S 20352 20352 20308 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421098977 28904845312 10227 33554432000 4194304 4196468 140725138660336 139686149339664 139686605403861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
[pid=20354/tid=20364] ppid=20352 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20354/task/20364/stat : 20364 (java) S 20352 20352 20308 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 421098978 28904845312 10227 33554432000 4194304 4196468 140725138660336 139684868029040 139686605404802 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
[pid=20354/tid=20365] ppid=20352 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20354/task/20365/stat : 20365 (java) S 20352 20352 20308 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 421098979 28904845312 10227 33554432000 4194304 4196468 140725138660336 139684866975008 139686605403861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
[pid=20354/tid=20366] ppid=20352 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20354/task/20366/stat : 20366 (java) S 20352 20352 20308 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 421098979 28904845312 10227 33554432000 4194304 4196468 140725138660336 139684865922672 139686605403861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
[pid=20354/tid=20367] ppid=20352 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20354/task/20367/stat : 20367 (java) S 20352 20352 20308 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421098981 28904845312 10227 33554432000 4194304 4196468 140725138660336 139684864870992 139686605412251 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
[pid=20354/tid=20368] ppid=20352 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/20354/task/20368/stat : 20368 (java) S 20352 20352 20308 0 -1 1077944384 357 0 0 0 1 0 0 0 20 0 20 0 421098981 28904845312 10227 33554432000 4194304 4196468 140725138660336 139684863817840 139686605404802 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
[pid=20354/tid=20369] ppid=20352 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/20354/task/20369/stat : 20369 (java) S 20352 20352 20308 0 -1 1077944384 55 0 0 0 1 0 0 0 20 0 20 0 421098981 28904845312 10227 33554432000 4194304 4196468 140725138660336 139684862765040 139686605404802 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
[pid=20354/tid=20370] ppid=20352 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/20354/task/20370/stat : 20370 (java) S 20352 20352 20308 0 -1 1077944384 340 0 0 0 1 0 0 0 20 0 20 0 421098981 28904845312 10227 33554432000 4194304 4196468 140725138660336 139684861712752 139686605404802 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
[pid=20354/tid=20371] ppid=20352 vsize=28227388 memory=0 CPUtime=0.07 cores=0-7
/proc/20354/task/20371/stat : 20371 (java) R 20352 20352 20308 0 -1 4202560 774 0 0 0 7 0 0 0 20 0 20 0 421098981 28904845312 10227 33554432000 4194304 4196468 140725138660336 139684860659760 139686584355512 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
[pid=20354/tid=20372] ppid=20352 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20354/task/20372/stat : 20372 (java) S 20352 20352 20308 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 421098981 28904845312 10227 33554432000 4194304 4196468 140725138660336 139684859607904 139686605403861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
[pid=20354/tid=20373] ppid=20352 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/20354/task/20373/stat : 20373 (java) S 20352 20352 20308 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421098982 28904845312 10227 33554432000 4194304 4196468 140725138660336 139684858555184 139686605404802 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 42360 KiB

[startup+0.309522 s]*
/proc/loadavg: 7.89 8.19 7.92 3/211 20373
/proc/meminfo: memFree=30830140/32770624 swapFree=66940988/67108860
[pid=20352] ppid=20349 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/20352/stat : 20352 (xcsp3-exec) S 20349 20352 20308 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 421098975 115843072 363 33554432000 4194304 5098028 140735643610528 140735643608632 140385793663612 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 19120128 140735643616117 140735643616361 140735643616361 140735643619274 0
/proc/20352/statm: 28282 363 304 221 0 87 0
[pid=20354] ppid=20352 vsize=28231644 memory=50096 CPUtime=0.52 cores=0-7
/proc/20354/stat : 20354 (java) S 20352 20352 20308 0 -1 1077944320 10906 0 0 0 48 4 0 0 20 0 20 0 421098975 28909203456 12524 33554432000 4194304 4196468 140725138660336 140725138642880 139686605393655 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
/proc/20354/statm: 7057911 12524 3335 1 0 7019032 0
[pid=20354/tid=20355] ppid=20352 vsize=28231644 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/20354/task/20355/stat : 20355 (java) R 20352 20352 20308 0 -1 4202560 7811 0 0 0 27 2 0 0 20 0 20 0 421098976 28909203456 12524 33554432000 4194304 4196468 140725138660336 139686609624768 139686589474172 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
[pid=20354/tid=20356] ppid=20352 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/20354/task/20356/stat : 20356 (java) S 20352 20352 20308 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421098976 28909203456 12524 33554432000 4194304 4196468 140725138660336 139686156708752 139686605403861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
[pid=20354/tid=20357] ppid=20352 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/20354/task/20357/stat : 20357 (java) S 20352 20352 20308 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421098976 28909203456 12524 33554432000 4194304 4196468 140725138660336 139686155655952 139686605403861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
[pid=20354/tid=20358] ppid=20352 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/20354/task/20358/stat : 20358 (java) S 20352 20352 20308 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421098976 28909203456 12524 33554432000 4194304 4196468 140725138660336 139686154603664 139686605403861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
[pid=20354/tid=20359] ppid=20352 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/20354/task/20359/stat : 20359 (java) S 20352 20352 20308 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 421098977 28909203456 12524 33554432000 4194304 4196468 140725138660336 139686153550864 139686605403861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
[pid=20354/tid=20360] ppid=20352 vsize=28231644 memory=2244 CPUtime=0 cores=0-7
/proc/20354/task/20360/stat : 20360 (java) S 20352 20352 20308 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421098977 28909203456 12524 33554432000 4194304 4196468 140725138660336 139686152497552 139686605403861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
[pid=20354/tid=20361] ppid=20352 vsize=28231644 memory=140038549631919 CPUtime=0 cores=0-7
/proc/20354/task/20361/stat : 20361 (java) S 20352 20352 20308 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421098977 28909203456 12524 33554432000 4194304 4196468 140725138660336 139686151444752 139686605403861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
[pid=20354/tid=20362] ppid=20352 vsize=28231644 memory=140038549634224 CPUtime=0 cores=0-7
/proc/20354/task/20362/stat : 20362 (java) S 20352 20352 20308 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421098977 28909203456 12524 33554432000 4194304 4196468 140725138660336 139686150392464 139686605403861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
[pid=20354/tid=20363] ppid=20352 vsize=28231644 memory=140038549636528 CPUtime=0 cores=0-7
/proc/20354/task/20363/stat : 20363 (java) S 20352 20352 20308 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421098977 28909203456 12524 33554432000 4194304 4196468 140725138660336 139686149339664 139686605403861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
[pid=20354/tid=20364] ppid=20352 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/20354/task/20364/stat : 20364 (java) S 20352 20352 20308 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 421098978 28909203456 12524 33554432000 4194304 4196468 140725138660336 139684868029040 139686605404802 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
[pid=20354/tid=20365] ppid=20352 vsize=28231644 memory=280077099280016 CPUtime=0 cores=0-7
/proc/20354/task/20365/stat : 20365 (java) S 20352 20352 20308 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 421098979 28909203456 12524 33554432000 4194304 4196468 140725138660336 139684866975008 139686605403861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
[pid=20354/tid=20366] ppid=20352 vsize=28231644 memory=280077099286928 CPUtime=0 cores=0-7
/proc/20354/task/20366/stat : 20366 (java) S 20352 20352 20308 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 421098979 28909203456 12524 33554432000 4194304 4196468 140725138660336 139684865922672 139686605403861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
[pid=20354/tid=20367] ppid=20352 vsize=28231644 memory=280077099228080 CPUtime=0 cores=0-7
/proc/20354/task/20367/stat : 20367 (java) S 20352 20352 20308 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421098981 28909203456 12524 33554432000 4194304 4196468 140725138660336 139684864870992 139686605412251 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
[pid=20354/tid=20368] ppid=20352 vsize=28231644 memory=280077099300752 CPUtime=0.03 cores=0-7
/proc/20354/task/20368/stat : 20368 (java) R 20352 20352 20308 0 -1 4202560 488 0 0 0 3 0 0 0 20 0 20 0 421098981 28909203456 12524 33554432000 4194304 4196468 140725138660336 139684863817840 139686586915793 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
[pid=20354/tid=20369] ppid=20352 vsize=28231644 memory=280077099307664 CPUtime=0.02 cores=0-7
/proc/20354/task/20369/stat : 20369 (java) S 20352 20352 20308 0 -1 1077944384 63 0 0 0 2 0 0 0 20 0 20 0 421098981 28909203456 12524 33554432000 4194304 4196468 140725138660336 139684862765040 139686605404802 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
[pid=20354/tid=20370] ppid=20352 vsize=28231644 memory=280077099305360 CPUtime=0.02 cores=0-7
/proc/20354/task/20370/stat : 20370 (java) S 20352 20352 20308 0 -1 1077944384 348 0 0 0 2 0 0 0 20 0 20 0 421098981 28909203456 12524 33554432000 4194304 4196468 140725138660336 139684861712752 139686605404802 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
[pid=20354/tid=20371] ppid=20352 vsize=28231644 memory=280077099321520 CPUtime=0.12 cores=0-7
/proc/20354/task/20371/stat : 20371 (java) S 20352 20352 20308 0 -1 1077944384 882 0 0 0 12 0 0 0 20 0 20 0 421098981 28909203456 12524 33554432000 4194304 4196468 140725138660336 139684860659952 139686605404802 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
[pid=20354/tid=20372] ppid=20352 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/20354/task/20372/stat : 20372 (java) S 20352 20352 20308 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 421098981 28909203456 12524 33554432000 4194304 4196468 140725138660336 139684859607904 139686605403861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
[pid=20354/tid=20373] ppid=20352 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/20354/task/20373/stat : 20373 (java) S 20352 20352 20308 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421098982 28909203456 12524 33554432000 4194304 4196468 140725138660336 139684858555184 139686605404802 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 51548 KiB

[startup+0.700892 s]
/proc/loadavg: 7.89 8.19 7.92 6/211 20373
/proc/meminfo: memFree=30813040/32770624 swapFree=66940988/67108860
[pid=20352] ppid=20349 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/20352/stat : 20352 (xcsp3-exec) S 20349 20352 20308 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 421098975 115843072 363 33554432000 4194304 5098028 140735643610528 140735643608632 140385793663612 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 19120128 140735643616117 140735643616361 140735643616361 140735643619274 0
/proc/20352/statm: 28282 363 304 221 0 87 0
[pid=20354] ppid=20352 vsize=28233768 memory=88060 CPUtime=1.67 cores=0-7
/proc/20354/stat : 20354 (java) S 20352 20352 20308 0 -1 1077944320 15218 0 0 0 161 6 0 0 20 0 20 0 421098975 28911378432 22015 33554432000 4194304 4196468 140725138660336 140725138642880 139686605393655 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
/proc/20354/statm: 7058442 22015 3449 1 0 7019544 0
[pid=20354/tid=20355] ppid=20352 vsize=28233768 memory=280077099616448 CPUtime=0.68 cores=0-7
/proc/20354/task/20355/stat : 20355 (java) R 20352 20352 20308 0 -1 4202560 9397 0 0 0 64 4 0 0 20 0 20 0 421098976 28911378432 22015 33554432000 4194304 4196468 140725138660336 139686609630320 139686243850328 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
[pid=20354/tid=20356] ppid=20352 vsize=28233768 memory=5003636900997 CPUtime=0 cores=0-7
/proc/20354/task/20356/stat : 20356 (java) S 20352 20352 20308 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421098976 28911378432 22015 33554432000 4194304 4196468 140725138660336 139686156708752 139686605403861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
[pid=20354/tid=20357] ppid=20352 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/20354/task/20357/stat : 20357 (java) S 20352 20352 20308 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421098976 28911378432 22015 33554432000 4194304 4196468 140725138660336 139686155655952 139686605403861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
[pid=20354/tid=20358] ppid=20352 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/20354/task/20358/stat : 20358 (java) S 20352 20352 20308 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421098976 28911378432 22015 33554432000 4194304 4196468 140725138660336 139686154603664 139686605403861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0

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

[pid=20354/tid=20371] ppid=20352 vsize=28771192 memory=6944656592387989600 CPUtime=1.02 cores=0-7
/proc/20354/task/20371/stat : 20371 (java) S 20352 20352 20308 0 -1 1077944384 4874 0 0 0 101 1 0 0 20 0 28 0 421098981 29461700608 59051 33554432000 4194304 4196468 140725138660336 139684860659952 139686605404802 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
[pid=20354/tid=20372] ppid=20352 vsize=28771192 memory=6944652177228980320 CPUtime=0 cores=0-7
/proc/20354/task/20372/stat : 20372 (java) S 20352 20352 20308 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 421098981 29461700608 59051 33554432000 4194304 4196468 140725138660336 139684859607904 139686605403861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
[pid=20354/tid=20373] ppid=20352 vsize=28771192 memory=280077099600896 CPUtime=0 cores=0-7
/proc/20354/task/20373/stat : 20373 (java) S 20352 20352 20308 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 28 0 421098982 29461700608 59051 33554432000 4194304 4196468 140725138660336 139684858555184 139686605404802 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
[pid=20354/tid=20438] ppid=20352 vsize=28771192 memory=280077099753072 CPUtime=0.24 cores=0-7
/proc/20354/task/20438/stat : 20438 (java) R 20352 20352 20308 0 -1 4202560 40 0 0 0 24 0 0 0 20 0 28 0 421099257 29461700608 59051 33554432000 4194304 4196468 140725138660336 139684844090104 139686250729000 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
[pid=20354/tid=20439] ppid=20352 vsize=28771192 memory=0 CPUtime=0.3 cores=0-7
/proc/20354/task/20439/stat : 20439 (java) R 20352 20352 20308 0 -1 4202560 29 0 0 0 30 0 0 0 20 0 28 0 421099257 29461700608 59051 33554432000 4194304 4196468 140725138660336 139684845143840 139686249938299 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
[pid=20354/tid=20440] ppid=20352 vsize=28771192 memory=0 CPUtime=0.22 cores=0-7
/proc/20354/task/20440/stat : 20440 (java) R 20352 20352 20308 0 -1 4202560 173 0 0 0 22 0 0 0 20 0 28 0 421099257 29461700608 59051 33554432000 4194304 4196468 140725138660336 139684846194296 139686252926934 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
[pid=20354/tid=20441] ppid=20352 vsize=28771192 memory=0 CPUtime=0.29 cores=0-7
/proc/20354/task/20441/stat : 20441 (java) R 20352 20352 20308 0 -1 4202560 103 0 0 0 29 0 0 0 20 0 28 0 421099257 29461700608 59051 33554432000 4194304 4196468 140725138660336 139684840931640 139686598214512 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
[pid=20354/tid=20442] ppid=20352 vsize=28771192 memory=0 CPUtime=0.26 cores=0-7
/proc/20354/task/20442/stat : 20442 (java) R 20352 20352 20308 0 -1 4202560 102 0 0 0 26 0 0 0 20 0 28 0 421099257 29461700608 59051 33554432000 4194304 4196468 140725138660336 139684838826632 139686249941026 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
[pid=20354/tid=20443] ppid=20352 vsize=28771192 memory=0 CPUtime=0.32 cores=0-7
/proc/20354/task/20443/stat : 20443 (java) R 20352 20352 20308 0 -1 4202560 64 0 0 0 32 0 0 0 20 0 28 0 421099257 29461700608 59051 33554432000 4194304 4196468 140725138660336 139684847248760 139686251703375 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
[pid=20354/tid=20444] ppid=20352 vsize=28771192 memory=0 CPUtime=0.32 cores=0-7
/proc/20354/task/20444/stat : 20444 (java) R 20352 20352 20308 0 -1 4202560 61 0 0 0 32 0 0 0 20 0 28 0 421099257 29461700608 59051 33554432000 4194304 4196468 140725138660336 139684839878592 139686249939364 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
[pid=20354/tid=20445] ppid=20352 vsize=28771192 memory=0 CPUtime=0.31 cores=0-7
/proc/20354/task/20445/stat : 20445 (java) R 20352 20352 20308 0 -1 4202560 56 0 0 0 31 0 0 0 20 0 28 0 421099257 29461700608 59051 33554432000 4194304 4196468 140725138660336 139684841984872 139686253191891 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
Current children cumulated CPU time: 20.34 s
Current children cumulated vsize: 28884320 KiB
Current children cumulated memory: 237656 KiB

[startup+3.60204 s]
/proc/loadavg: 8.14 8.24 7.94 12/219 20445
/proc/meminfo: memFree=30649152/32770624 swapFree=66940988/67108860
[pid=20352] ppid=20349 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/20352/stat : 20352 (xcsp3-exec) S 20349 20352 20308 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 421098975 115843072 363 33554432000 4194304 5098028 140735643610528 140735643608632 140385793663612 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 19120128 140735643616117 140735643616361 140735643616361 140735643619274 0
/proc/20352/statm: 28282 363 304 221 0 87 0
[pid=20354] ppid=20352 vsize=28769356 memory=238116 CPUtime=23.53 cores=0-7
/proc/20354/stat : 20354 (java) S 20352 20352 20308 0 -1 1077944320 37221 0 0 0 2333 20 0 0 20 0 28 0 421098975 29459820544 59529 33554432000 4194304 4196468 140725138660336 140725138642880 139686605393655 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
/proc/20354/statm: 7192339 59529 3502 1 0 7153441 0
[pid=20354/tid=20355] ppid=20352 vsize=28769356 memory=6944656592455360604 CPUtime=0.88 cores=0-7
/proc/20354/task/20355/stat : 20355 (java) S 20352 20352 20308 0 -1 1077944384 9712 0 0 0 84 4 0 0 20 0 28 0 421098976 29459820544 59529 33554432000 4194304 4196468 140725138660336 139686609634432 139686605403861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
[pid=20354/tid=20356] ppid=20352 vsize=28769356 memory=6656426216303648864 CPUtime=0 cores=0-7
/proc/20354/task/20356/stat : 20356 (java) S 20352 20352 20308 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 28 0 421098976 29459820544 59529 33554432000 4194304 4196468 140725138660336 139686156708752 139686605403861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
[pid=20354/tid=20357] ppid=20352 vsize=28769356 memory=6944656575208382560 CPUtime=0 cores=0-7
/proc/20354/task/20357/stat : 20357 (java) S 20352 20352 20308 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 421098976 29459820544 59529 33554432000 4194304 4196468 140725138660336 139686155655952 139686605403861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
[pid=20354/tid=20358] ppid=20352 vsize=28769356 memory=6944652177228980320 CPUtime=0 cores=0-7
/proc/20354/task/20358/stat : 20358 (java) S 20352 20352 20308 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 421098976 29459820544 59529 33554432000 4194304 4196468 140725138660336 139686154603664 139686605403861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
[pid=20354/tid=20359] ppid=20352 vsize=28769356 memory=0 CPUtime=0 cores=0-7
/proc/20354/task/20359/stat : 20359 (java) S 20352 20352 20308 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 421098977 29459820544 59529 33554432000 4194304 4196468 140725138660336 139686153550864 139686605403861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
[pid=20354/tid=20360] ppid=20352 vsize=28769356 memory=7684433391233106746 CPUtime=0 cores=0-7
/proc/20354/task/20360/stat : 20360 (java) S 20352 20352 20308 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 28 0 421098977 29459820544 59529 33554432000 4194304 4196468 140725138660336 139686152497552 139686605403861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
[pid=20354/tid=20361] ppid=20352 vsize=28769356 memory=8116781154467152954 CPUtime=0 cores=0-7
/proc/20354/task/20361/stat : 20361 (java) S 20352 20352 20308 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 28 0 421098977 29459820544 59529 33554432000 4194304 4196468 140725138660336 139686151444752 139686605403861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
[pid=20354/tid=20362] ppid=20352 vsize=28769356 memory=4206468019030941792 CPUtime=0 cores=0-7
/proc/20354/task/20362/stat : 20362 (java) S 20352 20352 20308 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 28 0 421098977 29459820544 59529 33554432000 4194304 4196468 140725138660336 139686150392464 139686605403861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
[pid=20354/tid=20363] ppid=20352 vsize=28769356 memory=7684433391216329530 CPUtime=0 cores=0-7
/proc/20354/task/20363/stat : 20363 (java) S 20352 20352 20308 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 28 0 421098977 29459820544 59529 33554432000 4194304 4196468 140725138660336 139686149339664 139686605403861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
[pid=20354/tid=20364] ppid=20352 vsize=28769356 memory=7374732695694233683 CPUtime=0.01 cores=0-7
/proc/20354/task/20364/stat : 20364 (java) S 20352 20352 20308 0 -1 1077944384 45 0 0 0 1 0 0 0 20 0 28 0 421098978 29459820544 59529 33554432000 4194304 4196468 140725138660336 139684868029040 139686605404802 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
[pid=20354/tid=20365] ppid=20352 vsize=28769356 memory=8093079926307186529 CPUtime=0 cores=0-7
/proc/20354/task/20365/stat : 20365 (java) S 20352 20352 20308 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 28 0 421098979 29459820544 59529 33554432000 4194304 4196468 140725138660336 139684866975008 139686605403861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
[pid=20354/tid=20366] ppid=20352 vsize=28769356 memory=0 CPUtime=0 cores=0-7
/proc/20354/task/20366/stat : 20366 (java) S 20352 20352 20308 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 28 0 421098979 29459820544 59529 33554432000 4194304 4196468 140725138660336 139684865922672 139686605403861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
[pid=20354/tid=20367] ppid=20352 vsize=28769356 memory=280077099835840 CPUtime=0 cores=0-7
/proc/20354/task/20367/stat : 20367 (java) S 20352 20352 20308 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 421098981 29459820544 59529 33554432000 4194304 4196468 140725138660336 139684864870992 139686605412251 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
[pid=20354/tid=20368] ppid=20352 vsize=28769356 memory=2110389157015828 CPUtime=2.01 cores=0-7
/proc/20354/task/20368/stat : 20368 (java) R 20352 20352 20308 0 -1 4202560 7111 0 0 0 199 2 0 0 20 0 28 0 421098981 29459820544 59529 33554432000 4194304 4196468 140725138660336 139684863809008 139686584665559 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
[pid=20354/tid=20369] ppid=20352 vsize=28769356 memory=8329294824090543255 CPUtime=2.2 cores=0-7
/proc/20354/task/20369/stat : 20369 (java) R 20352 20352 20308 0 -1 4202560 6046 0 0 0 218 2 0 0 20 0 28 0 421098981 29459820544 59529 33554432000 4194304 4196468 140725138660336 139684862751584 139686590517250 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
[pid=20354/tid=20370] ppid=20352 vsize=28769356 memory=4206468019030876256 CPUtime=2.17 cores=0-7
/proc/20354/task/20370/stat : 20370 (java) R 20352 20352 20308 0 -1 1077944384 5640 0 0 0 216 1 0 0 20 0 28 0 421098981 29459820544 59529 33554432000 4194304 4196468 140725138660336 139684861712640 139686605403861 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
[pid=20354/tid=20371] ppid=20352 vsize=28769356 memory=-7384994778349280928 CPUtime=1.03 cores=0-7
/proc/20354/task/20371/stat : 20371 (java) S 20352 20352 20308 0 -1 1077944384 5150 0 0 0 102 1 0 0 20 0 28 0 421098981 29459820544 59529 33554432000 4194304 4196468 140725138660336 139684860659952 139686605404802 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
[pid=20354/tid=20372] ppid=20352 vsize=28769356 memory=6655300316396806240 CPUtime=0 cores=0-7
/proc/20354/task/20372/stat : 20372 (java) S 20352 20352 20308 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 421098981 29459820544 59529 33554432000 4194304 4196468 140725138660336 139684859607904 139686605403861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
[pid=20354/tid=20373] ppid=20352 vsize=28769356 memory=-7019007802211101846 CPUtime=0 cores=0-7
/proc/20354/task/20373/stat : 20373 (java) S 20352 20352 20308 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 28 0 421098982 29459820544 59529 33554432000 4194304 4196468 140725138660336 139684858555184 139686605404802 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
[pid=20354/tid=20438] ppid=20352 vsize=28769356 memory=6944656591801718942 CPUtime=0.53 cores=0-7
/proc/20354/task/20438/stat : 20438 (java) R 20352 20352 20308 0 -1 4202560 40 0 0 0 53 0 0 0 20 0 28 0 421099257 29459820544 59529 33554432000 4194304 4196468 140725138660336 139684844089304 139686251702872 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
[pid=20354/tid=20439] ppid=20352 vsize=28769356 memory=7679937479730885434 CPUtime=0.52 cores=0-7
/proc/20354/task/20439/stat : 20439 (java) R 20352 20352 20308 0 -1 4202560 29 0 0 0 52 0 0 0 20 0 28 0 421099257 29459820544 59529 33554432000 4194304 4196468 140725138660336 139684845143048 139686251700223 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
[pid=20354/tid=20440] ppid=20352 vsize=28769356 memory=-9174445032661854264 CPUtime=0.6 cores=0-7
/proc/20354/task/20440/stat : 20440 (java) R 20352 20352 20308 0 -1 4202560 192 0 0 0 59 1 0 0 20 0 28 0 421099257 29459820544 59529 33554432000 4194304 4196468 140725138660336 139684846194952 139686605405590 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
[pid=20354/tid=20441] ppid=20352 vsize=28769356 memory=-6526411401870300574 CPUtime=0.58 cores=0-7
/proc/20354/task/20441/stat : 20441 (java) R 20352 20352 20308 0 -1 4202560 105 0 0 0 58 0 0 0 20 0 28 0 421099257 29459820544 59529 33554432000 4194304 4196468 140725138660336 139684840930464 139686253191882 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
[pid=20354/tid=20442] ppid=20352 vsize=28769356 memory=8983740564988136256 CPUtime=0.52 cores=0-7
/proc/20354/task/20442/stat : 20442 (java) R 20352 20352 20308 0 -1 4202560 103 0 0 0 52 0 0 0 20 0 28 0 421099257 29459820544 59529 33554432000 4194304 4196468 140725138660336 139684838826504 139686251700584 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
[pid=20354/tid=20443] ppid=20352 vsize=28769356 memory=-8890257214992072645 CPUtime=0.67 cores=0-7
/proc/20354/task/20443/stat : 20443 (java) R 20352 20352 20308 0 -1 4202560 66 0 0 0 67 0 0 0 20 0 28 0 421099257 29459820544 59529 33554432000 4194304 4196468 140725138660336 139684847247368 139686251703225 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
[pid=20354/tid=20444] ppid=20352 vsize=28769356 memory=4630098961790700918 CPUtime=0.72 cores=0-7
/proc/20354/task/20444/stat : 20444 (java) R 20352 20352 20308 0 -1 4202560 61 0 0 0 72 0 0 0 20 0 28 0 421099257 29459820544 59529 33554432000 4194304 4196468 140725138660336 139684839879592 139686251700287 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
[pid=20354/tid=20445] ppid=20352 vsize=28769356 memory=4277971446240009572 CPUtime=0.63 cores=0-7
/proc/20354/task/20445/stat : 20445 (java) R 20352 20352 20308 0 -1 4202560 56 0 0 0 63 0 0 0 20 0 28 0 421099257 29459820544 59529 33554432000 4194304 4196468 140725138660336 139684841984776 139686585104096 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
Current children cumulated CPU time: 23.53 s
Current children cumulated vsize: 28882484 KiB
Current children cumulated memory: 239568 KiB

[startup+4.00704 s]*
/proc/loadavg: 8.14 8.24 7.94 11/219 20445
/proc/meminfo: memFree=30640820/32770624 swapFree=66940988/67108860
[pid=20352] ppid=20349 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/20352/stat : 20352 (xcsp3-exec) S 20349 20352 20308 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 421098975 115843072 363 33554432000 4194304 5098028 140735643610528 140735643608632 140385793663612 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 19120128 140735643616117 140735643616361 140735643616361 140735643619274 0
/proc/20352/statm: 28282 363 304 221 0 87 0
[pid=20354] ppid=20352 vsize=28769356 memory=238884 CPUtime=26.81 cores=0-7
/proc/20354/stat : 20354 (java) S 20352 20352 20308 0 -1 1077944320 38636 0 0 0 2659 22 0 0 20 0 28 0 421098975 29459820544 59721 33554432000 4194304 4196468 140725138660336 140725138642880 139686605393655 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
/proc/20354/statm: 7192339 59721 3502 1 0 7153441 0
[pid=20354/tid=20355] ppid=20352 vsize=28769356 memory=6791534058613427641 CPUtime=0.88 cores=0-7
/proc/20354/task/20355/stat : 20355 (java) S 20352 20352 20308 0 -1 1077944384 9712 0 0 0 84 4 0 0 20 0 28 0 421098976 29459820544 59721 33554432000 4194304 4196468 140725138660336 139686609634432 139686605403861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
[pid=20354/tid=20356] ppid=20352 vsize=28769356 memory=280077099526680 CPUtime=0 cores=0-7
/proc/20354/task/20356/stat : 20356 (java) S 20352 20352 20308 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 28 0 421098976 29459820544 59721 33554432000 4194304 4196468 140725138660336 139686156708752 139686605403861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
[pid=20354/tid=20357] ppid=20352 vsize=28769356 memory=140038689978884 CPUtime=0 cores=0-7
/proc/20354/task/20357/stat : 20357 (java) S 20352 20352 20308 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 421098976 29459820544 59721 33554432000 4194304 4196468 140725138660336 139686155655952 139686605403861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
[pid=20354/tid=20358] ppid=20352 vsize=28769356 memory=3978143244754564911 CPUtime=0 cores=0-7
/proc/20354/task/20358/stat : 20358 (java) S 20352 20352 20308 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 421098976 29459820544 59721 33554432000 4194304 4196468 140725138660336 139686154603664 139686605403861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
[pid=20354/tid=20359] ppid=20352 vsize=28769356 memory=-7003737579269690708 CPUtime=0 cores=0-7
/proc/20354/task/20359/stat : 20359 (java) S 20352 20352 20308 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 421098977 29459820544 59721 33554432000 4194304 4196468 140725138660336 139686153550864 139686605403861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
[pid=20354/tid=20360] ppid=20352 vsize=28769356 memory=0 CPUtime=0 cores=0-7
/proc/20354/task/20360/stat : 20360 (java) S 20352 20352 20308 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 28 0 421098977 29459820544 59721 33554432000 4194304 4196468 140725138660336 139686152497552 139686605403861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
[pid=20354/tid=20361] ppid=20352 vsize=28769356 memory=0 CPUtime=0 cores=0-7
/proc/20354/task/20361/stat : 20361 (java) S 20352 20352 20308 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 28 0 421098977 29459820544 59721 33554432000 4194304 4196468 140725138660336 139686151444752 139686605403861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
[pid=20354/tid=20362] ppid=20352 vsize=28769356 memory=0 CPUtime=0 cores=0-7
/proc/20354/task/20362/stat : 20362 (java) S 20352 20352 20308 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 28 0 421098977 29459820544 59721 33554432000 4194304 4196468 140725138660336 139686150392464 139686605403861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
[pid=20354/tid=20363] ppid=20352 vsize=28769356 memory=7302420122703523157 CPUtime=0 cores=0-7
/proc/20354/task/20363/stat : 20363 (java) S 20352 20352 20308 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 28 0 421098977 29459820544 59721 33554432000 4194304 4196468 140725138660336 139686149339664 139686605403861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
[pid=20354/tid=20364] ppid=20352 vsize=28769356 memory=0 CPUtime=0.01 cores=0-7
/proc/20354/task/20364/stat : 20364 (java) S 20352 20352 20308 0 -1 1077944384 45 0 0 0 1 0 0 0 20 0 28 0 421098978 29459820544 59721 33554432000 4194304 4196468 140725138660336 139684868029040 139686605404802 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
[pid=20354/tid=20365] ppid=20352 vsize=28769356 memory=0 CPUtime=0 cores=0-7
/proc/20354/task/20365/stat : 20365 (java) S 20352 20352 20308 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 28 0 421098979 29459820544 59721 33554432000 4194304 4196468 140725138660336 139684866975008 139686605403861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
[pid=20354/tid=20366] ppid=20352 vsize=28769356 memory=0 CPUtime=0 cores=0-7
/proc/20354/task/20366/stat : 20366 (java) S 20352 20352 20308 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 28 0 421098979 29459820544 59721 33554432000 4194304 4196468 140725138660336 139684865922672 139686605403861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
[pid=20354/tid=20367] ppid=20352 vsize=28769356 memory=0 CPUtime=0 cores=0-7
/proc/20354/task/20367/stat : 20367 (java) S 20352 20352 20308 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 421098981 29459820544 59721 33554432000 4194304 4196468 140725138660336 139684864870992 139686605412251 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
[pid=20354/tid=20368] ppid=20352 vsize=28769356 memory=4050487806896648760 CPUtime=2.03 cores=0-7
/proc/20354/task/20368/stat : 20368 (java) S 20352 20352 20308 0 -1 1077944384 7123 0 0 0 201 2 0 0 20 0 28 0 421098981 29459820544 59721 33554432000 4194304 4196468 140725138660336 139684863817840 139686605404802 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
[pid=20354/tid=20369] ppid=20352 vsize=28769356 memory=2319389199166349359 CPUtime=2.33 cores=0-7
/proc/20354/task/20369/stat : 20369 (java) R 20352 20352 20308 0 -1 4202560 6162 0 0 0 231 2 0 0 20 0 28 0 421098981 29459820544 59721 33554432000 4194304 4196468 140725138660336 139684862746656 139686586937011 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
[pid=20354/tid=20370] ppid=20352 vsize=28769356 memory=3761972713994019943 CPUtime=2.21 cores=0-7
/proc/20354/task/20370/stat : 20370 (java) S 20352 20352 20308 0 -1 1077944384 5934 0 0 0 220 1 0 0 20 0 28 0 421098981 29459820544 59721 33554432000 4194304 4196468 140725138660336 139684861712752 139686605404802 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
[pid=20354/tid=20371] ppid=20352 vsize=28769356 memory=0 CPUtime=1.07 cores=0-7
/proc/20354/task/20371/stat : 20371 (java) S 20352 20352 20308 0 -1 1077944384 5487 0 0 0 105 2 0 0 20 0 28 0 421098981 29459820544 59721 33554432000 4194304 4196468 140725138660336 139684860659952 139686605404802 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
[pid=20354/tid=20372] ppid=20352 vsize=28769356 memory=0 CPUtime=0 cores=0-7
/proc/20354/task/20372/stat : 20372 (java) S 20352 20352 20308 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 421098981 29459820544 59721 33554432000 4194304 4196468 140725138660336 139684859607904 139686605403861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
[pid=20354/tid=20373] ppid=20352 vsize=28769356 memory=-1 CPUtime=0 cores=0-7
/proc/20354/task/20373/stat : 20373 (java) S 20352 20352 20308 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 28 0 421098982 29459820544 59721 33554432000 4194304 4196468 140725138660336 139684858555184 139686605404802 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
[pid=20354/tid=20438] ppid=20352 vsize=28769356 memory=-1 CPUtime=0.91 cores=0-7
/proc/20354/task/20438/stat : 20438 (java) R 20352 20352 20308 0 -1 4202560 68 0 0 0 91 0 0 0 20 0 28 0 421099257 29459820544 59721 33554432000 4194304 4196468 140725138660336 139684844089288 139686251702944 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
[pid=20354/tid=20439] ppid=20352 vsize=28769356 memory=6933690305039933585 CPUtime=0.9 cores=0-7
/proc/20354/task/20439/stat : 20439 (java) R 20352 20352 20308 0 -1 4202560 81 0 0 0 90 0 0 0 20 0 28 0 421099257 29459820544 59721 33554432000 4194304 4196468 140725138660336 139684845143048 139686252593302 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
[pid=20354/tid=20440] ppid=20352 vsize=28769356 memory=0 CPUtime=0.94 cores=0-7
/proc/20354/task/20440/stat : 20440 (java) R 20352 20352 20308 0 -1 4202560 496 0 0 0 93 1 0 0 20 0 28 0 421099257 29459820544 59721 33554432000 4194304 4196468 140725138660336 139684846194920 139686251542537 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
[pid=20354/tid=20441] ppid=20352 vsize=28769356 memory=0 CPUtime=0.91 cores=0-7
/proc/20354/task/20441/stat : 20441 (java) R 20352 20352 20308 0 -1 4202560 198 0 0 0 91 0 0 0 20 0 28 0 421099257 29459820544 59721 33554432000 4194304 4196468 140725138660336 139684840928272 139686243723246 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
[pid=20354/tid=20442] ppid=20352 vsize=28769356 memory=0 CPUtime=0.92 cores=0-7
/proc/20354/task/20442/stat : 20442 (java) R 20352 20352 20308 0 -1 4202560 197 0 0 0 92 0 0 0 20 0 28 0 421099257 29459820544 59721 33554432000 4194304 4196468 140725138660336 139684838828472 139686248701952 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
[pid=20354/tid=20443] ppid=20352 vsize=28769356 memory=0 CPUtime=1.07 cores=0-7
/proc/20354/task/20443/stat : 20443 (java) R 20352 20352 20308 0 -1 4202560 89 0 0 0 107 0 0 0 20 0 28 0 421099257 29459820544 59721 33554432000 4194304 4196468 140725138660336 139684847247120 139686249941026 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
[pid=20354/tid=20444] ppid=20352 vsize=28769356 memory=0 CPUtime=1.13 cores=0-7
/proc/20354/task/20444/stat : 20444 (java) R 20352 20352 20308 0 -1 4202560 96 0 0 0 113 0 0 0 20 0 28 0 421099257 29459820544 59721 33554432000 4194304 4196468 140725138660336 139684839879080 139686251700547 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
[pid=20354/tid=20445] ppid=20352 vsize=28769356 memory=0 CPUtime=1.02 cores=0-7
/proc/20354/task/20445/stat : 20445 (java) R 20352 20352 20308 0 -1 4202560 76 0 0 0 102 0 0 0 20 0 28 0 421099257 29459820544 59721 33554432000 4194304 4196468 140725138660336 139684841984776 139686251703952 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19763200 140725138662378 140725138662550 140725138662550 140725138665423 0
Current children cumulated CPU time: 26.81 s
Current children cumulated vsize: 28882484 KiB
Current children cumulated memory: 240336 KiB

Child status: 0
Real time (s): 4.07894
CPU time (s): 27.2309
CPU user time (s): 26.9914
CPU system time (s): 0.239441
CPU usage (%): 667.597
Max. virtual memory (cumulated for all children) (KiB): 28884332
Max. memory (cumulated for all children) (KiB): 240336

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 26.9914
system time used= 0.239441
maximum resident set size= 239200
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39963
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4853
involuntary context switches= 917


# summary of solver processes directly reported to runsolver:
#   pid: 20352
#   total CPU time (s): 27.2309
#   total CPU user time (s): 26.9914
#   total CPU system time (s): 0.239441

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.049642 second user time and 0.092515 second system time

The end

Launcher Data

Begin job on node149 at 2019-09-14 10:09:25
IDJOB=4393858
IDBENCH=141325
IDSOLVER=2841
FILE ID=node149/4393858-1568448603
RUNJOBID= node149-1568448565-20335
PBS_JOBID= 21702359
Free space on /tmp= 61424 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP18/PizzaVoucher/PizzaVoucher-12a_c18.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 24000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4393858-1568448603/watcher-4393858-1568448603 -o /tmp/evaluation-result-4393858-1568448603/solver-4393858-1568448603 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node149-1568448565-20335 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1984304600 HOME/instance-4393858-1568448603.xml

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

MD5SUM BENCH= 56cb9e23f693fb34c9078bf93399e92e
RANDOM SEED=1984304600

node149.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.81
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.81
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.81
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.81
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:        30867556 kB
MemAvailable:   31855484 kB
Buffers:          197788 kB
Cached:          1086732 kB
SwapCached:        61324 kB
Active:           623292 kB
Inactive:         721716 kB
Active(anon):      27928 kB
Inactive(anon):    72592 kB
Active(file):     595364 kB
Inactive(file):   649124 kB
Unevictable:      111176 kB
Mlocked:          111176 kB
SwapTotal:      67108860 kB
SwapFree:       66940988 kB
Dirty:             26072 kB
Writeback:             0 kB
AnonPages:        115556 kB
Mapped:            44272 kB
Shmem:             31412 kB
Slab:             147632 kB
SReclaimable:     118548 kB
SUnreclaim:        29084 kB
KernelStack:        3200 kB
PageTables:         4664 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     497876 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     71680 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      144768 kB
DirectMap2M:    33400832 kB

Free space on /tmp at the end= 61396 MiB
End job on node149 at 2019-09-14 10:09:29