Trace number 4398904

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 2019-09-16UNSAT 1299.41 326.773

General information on the benchmark

NameSchurrLemma/SchurrLemma-mod-s1/
SchurrLemma-mod-100-9.xml
MD5SUM4f03c112a8f6a228f13fa4574ba8a054
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark8.76786
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints2450
Number of domains1
Minimum domain size9
Maximum domain size9
Distribution of domain sizes[{"size":9,"count":100}]
Minimum variable degree49
Maximum variable degree98
Distribution of variable degrees[{"degree":49,"count":1},{"degree":50,"count":2},{"degree":51,"count":2},{"degree":52,"count":2},{"degree":53,"count":2},{"degree":54,"count":2},{"degree":55,"count":2},{"degree":56,"count":2},{"degree":57,"count":2},{"degree":58,"count":2},{"degree":59,"count":2},{"degree":60,"count":2},{"degree":61,"count":2},{"degree":62,"count":2},{"degree":63,"count":2},{"degree":64,"count":2},{"degree":65,"count":2},{"degree":66,"count":2},{"degree":67,"count":2},{"degree":68,"count":2},{"degree":69,"count":2},{"degree":70,"count":2},{"degree":71,"count":2},{"degree":72,"count":2},{"degree":73,"count":3},{"degree":74,"count":3},{"degree":75,"count":2},{"degree":76,"count":2},{"degree":77,"count":2},{"degree":78,"count":2},{"degree":79,"count":2},{"degree":80,"count":2},{"degree":81,"count":2},{"degree":82,"count":2},{"degree":83,"count":2},{"degree":84,"count":2},{"degree":85,"count":2},{"degree":86,"count":2},{"degree":87,"count":2},{"degree":88,"count":2},{"degree":89,"count":2},{"degree":90,"count":2},{"degree":91,"count":2},{"degree":92,"count":2},{"degree":93,"count":2},{"degree":94,"count":2},{"degree":95,"count":2},{"degree":96,"count":2},{"degree":97,"count":2},{"degree":98,"count":1}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":2450}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":2450}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4398904-1568696358.xml"  -tl '2520s' -p 4
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4398904-1568696358.xml, -tl, 2520s, -p, 4]
0.35/0.22	c 4 solvers in parallel
0.35/0.28	c parse instance...
3.06/1.12	c solve instance...
1299.15/326.76	s UNSATISFIABLE

Verifier Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4398904-1568696358/watcher-4398904-1568696358 -o /tmp/evaluation-result-4398904-1568696358/solver-4398904-1568696358 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node141-1568694133-19868 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 440094075 HOME/instance-4398904-1568696358.xml 

running on 4 cores: 1,3,5,7

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

solver pid=22230, runsolver pid=22227

[startup+0.100342 s]*
/proc/loadavg: 7.59 8.10 7.54 6/233 22246
/proc/meminfo: memFree=18753076/32770624 swapFree=66922412/67108860
[pid=22230] ppid=22227 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/22230/stat : 22230 (xcsp3-exec) S 22227 22230 19836 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 445573667 115843072 362 33554432000 4194304 5098028 140736042331872 140736042329976 140104232628860 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 8421376 140736042333051 140736042333293 140736042333293 140736042336202 0
/proc/22230/statm: 28282 362 304 221 0 87 0
[pid=22232] ppid=22230 vsize=15144776 memory=29156 CPUtime=0.13 cores=1,3,5,7
/proc/22232/stat : 22232 (java) S 22230 22230 19836 0 -1 1077944320 5726 0 0 0 12 1 0 0 20 0 15 0 445573667 15508250624 7289 33554432000 4194304 4196468 140731907150848 140731907133392 140249561685751 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18579456 140731907154927 140731907155098 140731907155098 140731907157967 0
/proc/22232/statm: 3786194 7289 3156 1 0 3748377 0
[pid=22232/tid=22233] ppid=22230 vsize=15144776 memory=7100839878744900722 CPUtime=0.09 cores=1,3,5,7
/proc/22232/task/22233/stat : 22233 (java) R 22230 22230 19836 0 -1 4202560 3614 0 0 0 9 0 0 0 20 0 15 0 445573667 15508250624 7289 33554432000 4194304 4196468 140731907150848 140249565907024 140249561697686 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18579456 140731907154927 140731907155098 140731907155098 140731907157967 0
[pid=22232/tid=22234] ppid=22230 vsize=15144776 memory=-3689451258167578675 CPUtime=0 cores=1,3,5,7
/proc/22232/task/22234/stat : 22234 (java) S 22230 22230 19836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445573668 15508250624 7289 33554432000 4194304 4196468 140731907150848 140249153924240 140249561695957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18579456 140731907154927 140731907155098 140731907155098 140731907157967 0
[pid=22232/tid=22235] ppid=22230 vsize=15144776 memory=140365773051520 CPUtime=0 cores=1,3,5,7
/proc/22232/task/22235/stat : 22235 (java) S 22230 22230 19836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445573668 15508250624 7289 33554432000 4194304 4196468 140731907150848 140249152871440 140249561695957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18579456 140731907154927 140731907155098 140731907155098 140731907157967 0
[pid=22232/tid=22236] ppid=22230 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22232/task/22236/stat : 22236 (java) S 22230 22230 19836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445573668 15508250624 7289 33554432000 4194304 4196468 140731907150848 140249151818640 140249561695957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18579456 140731907154927 140731907155098 140731907155098 140731907157967 0
[pid=22232/tid=22237] ppid=22230 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22232/task/22237/stat : 22237 (java) S 22230 22230 19836 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445573668 15508250624 7289 33554432000 4194304 4196468 140731907150848 140249150765840 140249561695957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18579456 140731907154927 140731907155098 140731907155098 140731907157967 0
[pid=22232/tid=22238] ppid=22230 vsize=15144776 memory=140365773051520 CPUtime=0 cores=1,3,5,7
/proc/22232/task/22238/stat : 22238 (java) S 22230 22230 19836 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445573669 15508250624 7289 33554432000 4194304 4196468 140731907150848 140249030318448 140249561696898 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18579456 140731907154927 140731907155098 140731907155098 140731907157967 0
[pid=22232/tid=22239] ppid=22230 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22232/task/22239/stat : 22239 (java) S 22230 22230 19836 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445573670 15508250624 7289 33554432000 4194304 4196468 140731907150848 140249029264416 140249561695957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18579456 140731907154927 140731907155098 140731907155098 140731907157967 0
[pid=22232/tid=22240] ppid=22230 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22232/task/22240/stat : 22240 (java) S 22230 22230 19836 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445573670 15508250624 7289 33554432000 4194304 4196468 140731907150848 140249028211568 140249561695957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18579456 140731907154927 140731907155098 140731907155098 140731907157967 0
[pid=22232/tid=22241] ppid=22230 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22232/task/22241/stat : 22241 (java) S 22230 22230 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445573672 15508250624 7289 33554432000 4194304 4196468 140731907150848 140249027159888 140249561704347 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18579456 140731907154927 140731907155098 140731907155098 140731907157967 0
[pid=22232/tid=22242] ppid=22230 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22232/task/22242/stat : 22242 (java) S 22230 22230 19836 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 15 0 445573672 15508250624 7289 33554432000 4194304 4196468 140731907150848 140249026108272 140249561696898 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18579456 140731907154927 140731907155098 140731907155098 140731907157967 0
[pid=22232/tid=22243] ppid=22230 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22232/task/22243/stat : 22243 (java) S 22230 22230 19836 0 -1 1077944384 431 0 0 0 0 0 0 0 20 0 15 0 445573672 15508250624 7289 33554432000 4194304 4196468 140731907150848 140249025055472 140249561696898 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18579456 140731907154927 140731907155098 140731907155098 140731907157967 0
[pid=22232/tid=22244] ppid=22230 vsize=15144776 memory=140365773051520 CPUtime=0.02 cores=1,3,5,7
/proc/22232/task/22244/stat : 22244 (java) R 22230 22230 19836 0 -1 4202560 349 0 0 0 2 0 0 0 20 0 15 0 445573672 15508250624 7289 33554432000 4194304 4196468 140731907150848 140249024002672 140249561707098 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18579456 140731907154927 140731907155098 140731907155098 140731907157967 0
[pid=22232/tid=22245] ppid=22230 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22232/task/22245/stat : 22245 (java) S 22230 22230 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445573672 15508250624 7289 33554432000 4194304 4196468 140731907150848 140249022950112 140249561695957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18579456 140731907154927 140731907155098 140731907155098 140731907157967 0
[pid=22232/tid=22246] ppid=22230 vsize=15144776 memory=140365773051520 CPUtime=0 cores=1,3,5,7
/proc/22232/task/22246/stat : 22246 (java) S 22230 22230 19836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445573673 15508250624 7289 33554432000 4194304 4196468 140731907150848 140249021897392 140249561696898 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18579456 140731907154927 140731907155098 140731907155098 140731907157967 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30604 KiB

[startup+0.210796 s]*
/proc/loadavg: 7.59 8.10 7.54 7/233 22246
/proc/meminfo: memFree=18740568/32770624 swapFree=66922412/67108860
[pid=22230] ppid=22227 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/22230/stat : 22230 (xcsp3-exec) S 22227 22230 19836 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 445573667 115843072 362 33554432000 4194304 5098028 140736042331872 140736042329976 140104232628860 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 8421376 140736042333051 140736042333293 140736042333293 140736042336202 0
/proc/22230/statm: 28282 362 304 221 0 87 0
[pid=22232] ppid=22230 vsize=15144776 memory=40480 CPUtime=0.35 cores=1,3,5,7
/proc/22232/stat : 22232 (java) S 22230 22230 19836 0 -1 1077944320 9353 0 0 0 32 3 0 0 20 0 15 0 445573667 15508250624 10120 33554432000 4194304 4196468 140731907150848 140731907133392 140249561685751 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18579456 140731907154927 140731907155098 140731907155098 140731907157967 0
/proc/22232/statm: 3786194 10120 3318 1 0 3748377 0
[pid=22232/tid=22233] ppid=22230 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/22232/task/22233/stat : 22233 (java) R 22230 22230 19836 0 -1 4202560 6624 0 0 0 18 2 0 0 20 0 15 0 445573667 15508250624 10120 33554432000 4194304 4196468 140731907150848 140249565923216 140249561709341 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18579456 140731907154927 140731907155098 140731907155098 140731907157967 0
[pid=22232/tid=22234] ppid=22230 vsize=15144776 memory=2810770 CPUtime=0 cores=1,3,5,7
/proc/22232/task/22234/stat : 22234 (java) S 22230 22230 19836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445573668 15508250624 10120 33554432000 4194304 4196468 140731907150848 140249153924240 140249561695957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18579456 140731907154927 140731907155098 140731907155098 140731907157967 0
[pid=22232/tid=22235] ppid=22230 vsize=15144776 memory=140365773071613 CPUtime=0 cores=1,3,5,7
/proc/22232/task/22235/stat : 22235 (java) S 22230 22230 19836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445573668 15508250624 10120 33554432000 4194304 4196468 140731907150848 140249152871440 140249561695957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18579456 140731907154927 140731907155098 140731907155098 140731907157967 0
[pid=22232/tid=22236] ppid=22230 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22232/task/22236/stat : 22236 (java) S 22230 22230 19836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445573668 15508250624 10120 33554432000 4194304 4196468 140731907150848 140249151818640 140249561695957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18579456 140731907154927 140731907155098 140731907155098 140731907157967 0
[pid=22232/tid=22237] ppid=22230 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22232/task/22237/stat : 22237 (java) S 22230 22230 19836 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445573668 15508250624 10120 33554432000 4194304 4196468 140731907150848 140249150765840 140249561695957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18579456 140731907154927 140731907155098 140731907155098 140731907157967 0
[pid=22232/tid=22238] ppid=22230 vsize=15144776 memory=140365773051520 CPUtime=0 cores=1,3,5,7
/proc/22232/task/22238/stat : 22238 (java) S 22230 22230 19836 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 445573669 15508250624 10120 33554432000 4194304 4196468 140731907150848 140249030318448 140249561696898 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18579456 140731907154927 140731907155098 140731907155098 140731907157967 0
[pid=22232/tid=22239] ppid=22230 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22232/task/22239/stat : 22239 (java) S 22230 22230 19836 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445573670 15508250624 10120 33554432000 4194304 4196468 140731907150848 140249029264416 140249561695957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18579456 140731907154927 140731907155098 140731907155098 140731907157967 0
[pid=22232/tid=22240] ppid=22230 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22232/task/22240/stat : 22240 (java) S 22230 22230 19836 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445573670 15508250624 10120 33554432000 4194304 4196468 140731907150848 140249028211568 140249561695957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18579456 140731907154927 140731907155098 140731907155098 140731907157967 0
[pid=22232/tid=22241] ppid=22230 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22232/task/22241/stat : 22241 (java) S 22230 22230 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445573672 15508250624 10120 33554432000 4194304 4196468 140731907150848 140249027159888 140249561704347 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18579456 140731907154927 140731907155098 140731907155098 140731907157967 0
[pid=22232/tid=22242] ppid=22230 vsize=15144776 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/22232/task/22242/stat : 22242 (java) S 22230 22230 19836 0 -1 1077944384 79 0 0 0 1 0 0 0 20 0 15 0 445573672 15508250624 10120 33554432000 4194304 4196468 140731907150848 140249026108272 140249561696898 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18579456 140731907154927 140731907155098 140731907155098 140731907157967 0
[pid=22232/tid=22243] ppid=22230 vsize=15144776 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/22232/task/22243/stat : 22243 (java) S 22230 22230 19836 0 -1 1077944384 556 0 0 0 3 0 0 0 20 0 15 0 445573672 15508250624 10120 33554432000 4194304 4196468 140731907150848 140249025055472 140249561696898 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18579456 140731907154927 140731907155098 140731907155098 140731907157967 0
[pid=22232/tid=22244] ppid=22230 vsize=15144776 memory=140365773051520 CPUtime=0.08 cores=1,3,5,7
/proc/22232/task/22244/stat : 22244 (java) S 22230 22230 19836 0 -1 1077944384 791 0 0 0 8 0 0 0 20 0 15 0 445573672 15508250624 10120 33554432000 4194304 4196468 140731907150848 140249024002672 140249561696898 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18579456 140731907154927 140731907155098 140731907155098 140731907157967 0
[pid=22232/tid=22245] ppid=22230 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22232/task/22245/stat : 22245 (java) S 22230 22230 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445573672 15508250624 10120 33554432000 4194304 4196468 140731907150848 140249022950112 140249561695957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18579456 140731907154927 140731907155098 140731907155098 140731907157967 0
[pid=22232/tid=22246] ppid=22230 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22232/task/22246/stat : 22246 (java) S 22230 22230 19836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445573673 15508250624 10120 33554432000 4194304 4196468 140731907150848 140249021897392 140249561696898 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18579456 140731907154927 140731907155098 140731907155098 140731907157967 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 41928 KiB

[startup+0.315746 s]*
/proc/loadavg: 7.59 8.10 7.54 6/233 22246
/proc/meminfo: memFree=18732936/32770624 swapFree=66922412/67108860
[pid=22230] ppid=22227 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/22230/stat : 22230 (xcsp3-exec) S 22227 22230 19836 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 445573667 115843072 362 33554432000 4194304 5098028 140736042331872 140736042329976 140104232628860 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 8421376 140736042333051 140736042333293 140736042333293 140736042336202 0
/proc/22230/statm: 28282 362 304 221 0 87 0
[pid=22232] ppid=22230 vsize=15149032 memory=50576 CPUtime=0.54 cores=1,3,5,7
/proc/22232/stat : 22232 (java) S 22230 22230 19836 0 -1 1077944320 10952 0 0 0 50 4 0 0 20 0 15 0 445573667 15512608768 12644 33554432000 4194304 4196468 140731907150848 140731907133392 140249561685751 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18579456 140731907154927 140731907155098 140731907155098 140731907157967 0
/proc/22232/statm: 3787258 12644 3368 1 0 3748377 0
[pid=22232/tid=22233] ppid=22230 vsize=15149032 memory=8317482817917895235 CPUtime=0.3 cores=1,3,5,7
/proc/22232/task/22233/stat : 22233 (java) R 22230 22230 19836 0 -1 4202560 7881 0 0 0 27 3 0 0 20 0 15 0 445573667 15512608768 12644 33554432000 4194304 4196468 140731907150848 140249565919056 140249545766238 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18579456 140731907154927 140731907155098 140731907155098 140731907157967 0
[pid=22232/tid=22234] ppid=22230 vsize=15149032 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/22232/task/22234/stat : 22234 (java) S 22230 22230 19836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445573668 15512608768 12644 33554432000 4194304 4196468 140731907150848 140249153924240 140249561695957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18579456 140731907154927 140731907155098 140731907155098 140731907157967 0
[pid=22232/tid=22235] ppid=22230 vsize=15149032 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/22232/task/22235/stat : 22235 (java) S 22230 22230 19836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445573668 15512608768 12644 33554432000 4194304 4196468 140731907150848 140249152871440 140249561695957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18579456 140731907154927 140731907155098 140731907155098 140731907157967 0
[pid=22232/tid=22236] ppid=22230 vsize=15149032 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/22232/task/22236/stat : 22236 (java) S 22230 22230 19836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445573668 15512608768 12644 33554432000 4194304 4196468 140731907150848 140249151818640 140249561695957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18579456 140731907154927 140731907155098 140731907155098 140731907157967 0
[pid=22232/tid=22237] ppid=22230 vsize=15149032 memory=-4190076264842474805 CPUtime=0 cores=1,3,5,7
/proc/22232/task/22237/stat : 22237 (java) S 22230 22230 19836 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445573668 15512608768 12644 33554432000 4194304 4196468 140731907150848 140249150765840 140249561695957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18579456 140731907154927 140731907155098 140731907155098 140731907157967 0
[pid=22232/tid=22238] ppid=22230 vsize=15149032 memory=-7305852742256935071 CPUtime=0 cores=1,3,5,7
/proc/22232/task/22238/stat : 22238 (java) S 22230 22230 19836 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 445573669 15512608768 12644 33554432000 4194304 4196468 140731907150848 140249030318448 140249561696898 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18579456 140731907154927 140731907155098 140731907155098 140731907157967 0
[pid=22232/tid=22239] ppid=22230 vsize=15149032 memory=6944656425123485561 CPUtime=0 cores=1,3,5,7
/proc/22232/task/22239/stat : 22239 (java) S 22230 22230 19836 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445573670 15512608768 12644 33554432000 4194304 4196468 140731907150848 140249029264416 140249561695957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18579456 140731907154927 140731907155098 140731907155098 140731907157967 0
[pid=22232/tid=22240] ppid=22230 vsize=15149032 memory=7893295687695687954 CPUtime=0 cores=1,3,5,7
/proc/22232/task/22240/stat : 22240 (java) S 22230 22230 19836 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445573670 15512608768 12644 33554432000 4194304 4196468 140731907150848 140249028211568 140249561695957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18579456 140731907154927 140731907155098 140731907155098 140731907157967 0
[pid=22232/tid=22241] ppid=22230 vsize=15149032 memory=8514701219781834910 CPUtime=0 cores=1,3,5,7
/proc/22232/task/22241/stat : 22241 (java) S 22230 22230 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445573672 15512608768 12644 33554432000 4194304 4196468 140731907150848 140249027159888 140249561704347 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18579456 140731907154927 140731907155098 140731907155098 140731907157967 0
[pid=22232/tid=22242] ppid=22230 vsize=15149032 memory=6576575808607070886 CPUtime=0.04 cores=1,3,5,7
/proc/22232/task/22242/stat : 22242 (java) S 22230 22230 19836 0 -1 1077944384 205 0 0 0 4 0 0 0 20 0 15 0 445573672 15512608768 12644 33554432000 4194304 4196468 140731907150848 140249026108272 140249561696898 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18579456 140731907154927 140731907155098 140731907155098 140731907157967 0
[pid=22232/tid=22243] ppid=22230 vsize=15149032 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/22232/task/22243/stat : 22243 (java) S 22230 22230 19836 0 -1 1077944384 611 0 0 0 4 0 0 0 20 0 15 0 445573672 15512608768 12644 33554432000 4194304 4196468 140731907150848 140249025055472 140249561696898 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18579456 140731907154927 140731907155098 140731907155098 140731907157967 0
[pid=22232/tid=22244] ppid=22230 vsize=15149032 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/22232/task/22244/stat : 22244 (java) S 22230 22230 19836 0 -1 1077944384 954 0 0 0 12 0 0 0 20 0 15 0 445573672 15512608768 12644 33554432000 4194304 4196468 140731907150848 140249024002672 140249561696898 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18579456 140731907154927 140731907155098 140731907155098 140731907157967 0
[pid=22232/tid=22245] ppid=22230 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22232/task/22245/stat : 22245 (java) S 22230 22230 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445573672 15512608768 12644 33554432000 4194304 4196468 140731907150848 140249022950112 140249561695957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18579456 140731907154927 140731907155098 140731907155098 140731907157967 0
[pid=22232/tid=22246] ppid=22230 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22232/task/22246/stat : 22246 (java) S 22230 22230 19836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445573673 15512608768 12644 33554432000 4194304 4196468 140731907150848 140249021897392 140249561696898 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18579456 140731907154927 140731907155098 140731907155098 140731907157967 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 52024 KiB

[startup+0.701786 s]
/proc/loadavg: 7.59 8.10 7.54 8/233 22246
/proc/meminfo: memFree=18711888/32770624 swapFree=66922412/67108860
[pid=22230] ppid=22227 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/22230/stat : 22230 (xcsp3-exec) S 22227 22230 19836 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 445573667 115843072 362 33554432000 4194304 5098028 140736042331872 140736042329976 140104232628860 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 8421376 140736042333051 140736042333293 140736042333293 140736042336202 0
/proc/22230/statm: 28282 362 304 221 0 87 0
[pid=22232] ppid=22230 vsize=15151156 memory=97524 CPUtime=1.73 cores=1,3,5,7
/proc/22232/stat : 22232 (java) S 22230 22230 19836 0 -1 1077944320 14994 0 0 0 167 6 0 0 20 0 15 0 445573667 15514783744 24381 33554432000 4194304 4196468 140731907150848 140731907133392 140249561685751 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18579456 140731907154927 140731907155098 140731907155098 140731907157967 0
/proc/22232/statm: 3787789 24381 3444 1 0 3748889 0
[pid=22232/tid=22233] ppid=22230 vsize=15151156 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/22232/task/22233/stat : 22233 (java) R 22230 22230 19836 0 -1 4202560 9005 0 0 0 62 4 0 0 20 0 15 0 445573667 15514783744 24381 33554432000 4194304 4196468 140731907150848 140249565920128 140249158282622 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18579456 140731907154927 140731907155098 140731907155098 140731907157967 0
[pid=22232/tid=22234] ppid=22230 vsize=15151156 memory=32688 CPUtime=0 cores=1,3,5,7
/proc/22232/task/22234/stat : 22234 (java) S 22230 22230 19836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445573668 15514783744 24381 33554432000 4194304 4196468 140731907150848 140249153924240 140249561695957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18579456 140731907154927 140731907155098 140731907155098 140731907157967 0
[pid=22232/tid=22235] ppid=22230 vsize=15151156 memory=988 CPUtime=0 cores=1,3,5,7
/proc/22232/task/22235/stat : 22235 (java) S 22230 22230 19836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445573668 15514783744 24381 33554432000 4194304 4196468 140731907150848 140249152871440 140249561695957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18579456 140731907154927 140731907155098 140731907155098 140731907157967 0
[pid=22232/tid=22236] ppid=22230 vsize=15151156 memory=2012 CPUtime=0 cores=1,3,5,7
/proc/22232/task/22236/stat : 22236 (java) S 22230 22230 19836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445573668 15514783744 24381 33554432000 4194304 4196468 140731907150848 140249151818640 140249561695957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18579456 140731907154927 140731907155098 140731907155098 140731907157967 0
[pid=22232/tid=22237] ppid=22230 vsize=15151156 memory=1324 CPUtime=0 cores=1,3,5,7
/proc/22232/task/22237/stat : 22237 (java) S 22230 22230 19836 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445573668 15514783744 24381 33554432000 4194304 4196468 140731907150848 140249150765840 140249561695957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18579456 140731907154927 140731907155098 140731907155098 140731907157967 0
[pid=22232/tid=22238] ppid=22230 vsize=15151156 memory=1704 CPUtime=0 cores=1,3,5,7
/proc/22232/task/22238/stat : 22238 (java) S 22230 22230 19836 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 445573669 15514783744 24381 33554432000 4194304 4196468 140731907150848 140249030318448 140249561696898 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18579456 140731907154927 140731907155098 140731907155098 140731907157967 0
[pid=22232/tid=22239] ppid=22230 vsize=15151156 memory=5972 CPUtime=0 cores=1,3,5,7
/proc/22232/task/22239/stat : 22239 (java) S 22230 22230 19836 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445573670 15514783744 24381 33554432000 4194304 4196468 140731907150848 140249029264416 140249561695957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18579456 140731907154927 140731907155098 140731907155098 140731907157967 0
[pid=22232/tid=22240] ppid=22230 vsize=15151156 memory=588 CPUtime=0 cores=1,3,5,7
/proc/22232/task/22240/stat : 22240 (java) S 22230 22230 19836 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445573670 15514783744 24381 33554432000 4194304 4196468 140731907150848 140249028211568 140249561695957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18579456 140731907154927 140731907155098 140731907155098 140731907157967 0
[pid=22232/tid=22241] ppid=22230 vsize=15151156 memory=780 CPUtime=0 cores=1,3,5,7
/proc/22232/task/22241/stat : 22241 (java) S 22230 22230 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445573672 15514783744 24381 33554432000 4194304 4196468 140731907150848 140249027159888 140249561704347 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18579456 140731907154927 140731907155098 140731907155098 140731907157967 0
[pid=22232/tid=22242] ppid=22230 vsize=15151156 memory=1056 CPUtime=0.32 cores=1,3,5,7
/proc/22232/task/22242/stat : 22242 (java) R 22230 22230 19836 0 -1 4202560 921 0 0 0 32 0 0 0 20 0 15 0 445573672 15514783744 24381 33554432000 4194304 4196468 140731907150848 140249026099920 140249547700077 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18579456 140731907154927 140731907155098 140731907155098 140731907157967 0
[pid=22232/tid=22243] ppid=22230 vsize=15151156 memory=11620 CPUtime=0.35 cores=1,3,5,7
/proc/22232/task/22243/stat : 22243 (java) R 22230 22230 19836 0 -1 4202560 1734 0 0 0 35 0 0 0 20 0 15 0 445573672 15514783744 24381 33554432000 4194304 4196468 140731907150848 140249025041568 140249546072800 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18579456 140731907154927 140731907155098 140731907155098 140731907157967 0
[pid=22232/tid=22244] ppid=22230 vsize=15151156 memory=3992 CPUtime=0.36 cores=1,3,5,7
/proc/22232/task/22244/stat : 22244 (java) S 22230 22230 19836 0 -1 1077944384 2028 0 0 0 36 0 0 0 20 0 15 0 445573672 15514783744 24381 33554432000 4194304 4196468 140731907150848 140249024002672 140249561696898 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18579456 140731907154927 140731907155098 140731907155098 140731907157967 0
[pid=22232/tid=22245] ppid=22230 vsize=15151156 memory=2828 CPUtime=0 cores=1,3,5,7
/proc/22232/task/22245/stat : 22245 (java) S 22230 22230 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445573672 15514783744 24381 33554432000 4194304 4196468 140731907150848 140249022950112 140249561695957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18579456 140731907154927 140731907155098 140731907155098 140731907157967 0
[pid=22232/tid=22246] ppid=22230 vsize=15151156 memory=1000 CPUtime=0 cores=1,3,5,7
/proc/22232/task/22246/stat : 22246 (java) S 22230 22230 19836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445573673 15514783744 24381 33554432000 4194304 4196468 140731907150848 140249021897392 140249561696898 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18579456 140731907154927 140731907155098 140731907155098 140731907157967 0
Current children cumulated CPU time: 1.73 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 98972 KiB

[startup+1.50179 s]
/proc/loadavg: 7.59 8.10 7.54 9/233 22246
/proc/meminfo: memFree=18571576/32770624 swapFree=66922412/67108860
[pid=22230] ppid=22227 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/22230/stat : 22230 (xcsp3-exec) S 22227 22230 19836 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 445573667 115843072 362 33554432000 4194304 5098028 140736042331872 140736042329976 140104232628860 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 8421376 140736042333051 140736042333293 140736042333293 140736042336202 0
/proc/22230/statm: 28282 362 304 221 0 87 0

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

/proc/22232/task/22246/stat : 22246 (java) S 22230 22230 19836 0 -1 1077944384 673 0 0 0 0 34 0 0 20 0 19 0 445573673 15787429888 109418 33554432000 4194304 4196468 140731907150848 140249021897392 140249561696898 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18579456 140731907154927 140731907155098 140731907155098 140731907157967 0
[pid=22232/tid=22247] ppid=22230 vsize=15417412 memory=1056 CPUtime=320.05 cores=1,3,5,7
/proc/22232/task/22247/stat : 22247 (java) R 22230 22230 19836 0 -1 4202560 991 0 0 0 32004 1 0 0 20 0 19 0 445573780 15787429888 109418 33554432000 4194304 4196468 140731907150848 140249012677200 140249160670674 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18579456 140731907154927 140731907155098 140731907155098 140731907157967 0
[pid=22232/tid=22248] ppid=22230 vsize=15417412 memory=11620 CPUtime=322.52 cores=1,3,5,7
/proc/22232/task/22248/stat : 22248 (java) R 22230 22230 19836 0 -1 4202560 3061 0 0 0 32251 1 0 0 20 0 19 0 445573780 15787429888 109418 33554432000 4194304 4196468 140731907150848 140249011625720 140249160670596 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18579456 140731907154927 140731907155098 140731907155098 140731907157967 0
[pid=22232/tid=22249] ppid=22230 vsize=15417412 memory=3992 CPUtime=322.06 cores=1,3,5,7
/proc/22232/task/22249/stat : 22249 (java) R 22230 22230 19836 0 -1 4202560 936 0 0 0 32206 0 0 0 20 0 19 0 445573780 15787429888 109418 33554432000 4194304 4196468 140731907150848 140249010572920 140249160731929 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18579456 140731907154927 140731907155098 140731907155098 140731907157967 0
[pid=22232/tid=22250] ppid=22230 vsize=15417412 memory=2828 CPUtime=321.95 cores=1,3,5,7
/proc/22232/task/22250/stat : 22250 (java) R 22230 22230 19836 0 -1 4202560 1879 0 0 0 32193 2 0 0 20 0 19 0 445573780 15787429888 109418 33554432000 4194304 4196468 140731907150848 140249009521352 140249160731813 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18579456 140731907154927 140731907155098 140731907155098 140731907157967 0
Current children cumulated CPU time: 1294.77 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 439120 KiB

[startup+326.402 s]
/proc/loadavg: 7.04 7.42 7.41 8/238 22302
/proc/meminfo: memFree=18342172/32770624 swapFree=66922424/67108860
[pid=22230] ppid=22227 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/22230/stat : 22230 (xcsp3-exec) S 22227 22230 19836 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 445573667 115843072 362 33554432000 4194304 5098028 140736042331872 140736042329976 140104232628860 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 8421376 140736042333051 140736042333293 140736042333293 140736042336202 0
/proc/22230/statm: 28282 362 304 221 0 87 0
[pid=22232] ppid=22230 vsize=15417412 memory=437672 CPUtime=1297.95 cores=1,3,5,7
/proc/22232/stat : 22232 (java) S 22230 22230 19836 0 -1 1077944320 53419 0 0 0 129760 35 0 0 20 0 19 0 445573667 15787429888 109418 33554432000 4194304 4196468 140731907150848 140731907133392 140249561685751 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18579456 140731907154927 140731907155098 140731907155098 140731907157967 0
/proc/22232/statm: 3854353 109418 3520 1 0 3815453 0
[pid=22232/tid=22233] ppid=22230 vsize=15417412 memory=6154820267226784105 CPUtime=1.04 cores=1,3,5,7
/proc/22232/task/22233/stat : 22233 (java) S 22230 22230 19836 0 -1 1077944384 9192 0 0 0 97 7 0 0 20 0 19 0 445573667 15787429888 109418 33554432000 4194304 4196468 140731907150848 140249565926528 140249561695957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18579456 140731907154927 140731907155098 140731907155098 140731907157967 0
[pid=22232/tid=22234] ppid=22230 vsize=15417412 memory=1448 CPUtime=0.13 cores=1,3,5,7
/proc/22232/task/22234/stat : 22234 (java) S 22230 22230 19836 0 -1 1077944384 1458 0 0 0 9 4 0 0 20 0 19 0 445573668 15787429888 109418 33554432000 4194304 4196468 140731907150848 140249153924240 140249561695957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18579456 140731907154927 140731907155098 140731907155098 140731907157967 0
[pid=22232/tid=22235] ppid=22230 vsize=15417412 memory=6791534058613427641 CPUtime=0.13 cores=1,3,5,7
/proc/22232/task/22235/stat : 22235 (java) S 22230 22230 19836 0 -1 1077944384 1441 0 0 0 9 4 0 0 20 0 19 0 445573668 15787429888 109418 33554432000 4194304 4196468 140731907150848 140249152871440 140249561695957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18579456 140731907154927 140731907155098 140731907155098 140731907157967 0
[pid=22232/tid=22236] ppid=22230 vsize=15417412 memory=1704 CPUtime=0.11 cores=1,3,5,7
/proc/22232/task/22236/stat : 22236 (java) S 22230 22230 19836 0 -1 1077944384 1239 0 0 0 8 3 0 0 20 0 19 0 445573668 15787429888 109418 33554432000 4194304 4196468 140731907150848 140249151818640 140249561695957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18579456 140731907154927 140731907155098 140731907155098 140731907157967 0
[pid=22232/tid=22237] ppid=22230 vsize=15417412 memory=5972 CPUtime=0.13 cores=1,3,5,7
/proc/22232/task/22237/stat : 22237 (java) S 22230 22230 19836 0 -1 1077944384 314 0 0 0 9 4 0 0 20 0 19 0 445573668 15787429888 109418 33554432000 4194304 4196468 140731907150848 140249150765840 140249561695957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18579456 140731907154927 140731907155098 140731907155098 140731907157967 0
[pid=22232/tid=22238] ppid=22230 vsize=15417412 memory=588 CPUtime=0.03 cores=1,3,5,7
/proc/22232/task/22238/stat : 22238 (java) S 22230 22230 19836 0 -1 1077944384 1303 0 0 0 2 1 0 0 20 0 19 0 445573669 15787429888 109418 33554432000 4194304 4196468 140731907150848 140249030318448 140249561696898 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18579456 140731907154927 140731907155098 140731907155098 140731907157967 0
[pid=22232/tid=22239] ppid=22230 vsize=15417412 memory=437672 CPUtime=0 cores=1,3,5,7
/proc/22232/task/22239/stat : 22239 (java) S 22230 22230 19836 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 19 0 445573670 15787429888 109418 33554432000 4194304 4196468 140731907150848 140249029264480 140249561695957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18579456 140731907154927 140731907155098 140731907155098 140731907157967 0
[pid=22232/tid=22240] ppid=22230 vsize=15417412 memory=437672 CPUtime=0 cores=1,3,5,7
/proc/22232/task/22240/stat : 22240 (java) S 22230 22230 19836 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 19 0 445573670 15787429888 109418 33554432000 4194304 4196468 140731907150848 140249028211568 140249561695957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18579456 140731907154927 140731907155098 140731907155098 140731907157967 0
[pid=22232/tid=22241] ppid=22230 vsize=15417412 memory=3616 CPUtime=0 cores=1,3,5,7
/proc/22232/task/22241/stat : 22241 (java) S 22230 22230 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445573672 15787429888 109418 33554432000 4194304 4196468 140731907150848 140249027159888 140249561704347 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18579456 140731907154927 140731907155098 140731907155098 140731907157967 0
[pid=22232/tid=22242] ppid=22230 vsize=15417412 memory=437672 CPUtime=2.8 cores=1,3,5,7
/proc/22232/task/22242/stat : 22242 (java) S 22230 22230 19836 0 -1 1077944384 12990 0 0 0 279 1 0 0 20 0 19 0 445573672 15787429888 109418 33554432000 4194304 4196468 140731907150848 140249026108272 140249561696898 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18579456 140731907154927 140731907155098 140731907155098 140731907157967 0
[pid=22232/tid=22243] ppid=22230 vsize=15417412 memory=0 CPUtime=2.64 cores=1,3,5,7
/proc/22232/task/22243/stat : 22243 (java) S 22230 22230 19836 0 -1 1077944384 9144 0 0 0 263 1 0 0 20 0 19 0 445573672 15787429888 109418 33554432000 4194304 4196468 140731907150848 140249025055472 140249561696898 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18579456 140731907154927 140731907155098 140731907155098 140731907157967 0
[pid=22232/tid=22244] ppid=22230 vsize=15417412 memory=140365638594976 CPUtime=0.7 cores=1,3,5,7
/proc/22232/task/22244/stat : 22244 (java) S 22230 22230 19836 0 -1 1077944384 7494 0 0 0 69 1 0 0 20 0 19 0 445573672 15787429888 109418 33554432000 4194304 4196468 140731907150848 140249024002672 140249561696898 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18579456 140731907154927 140731907155098 140731907155098 140731907157967 0
[pid=22232/tid=22245] ppid=22230 vsize=15417412 memory=280731276749876 CPUtime=0 cores=1,3,5,7
/proc/22232/task/22245/stat : 22245 (java) S 22230 22230 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445573672 15787429888 109418 33554432000 4194304 4196468 140731907150848 140249022950112 140249561695957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18579456 140731907154927 140731907155098 140731907155098 140731907157967 0
[pid=22232/tid=22246] ppid=22230 vsize=15417412 memory=280731276875048 CPUtime=0.34 cores=1,3,5,7
/proc/22232/task/22246/stat : 22246 (java) S 22230 22230 19836 0 -1 1077944384 673 0 0 0 0 34 0 0 20 0 19 0 445573673 15787429888 109418 33554432000 4194304 4196468 140731907150848 140249021897392 140249561696898 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18579456 140731907154927 140731907155098 140731907155098 140731907157967 0
[pid=22232/tid=22247] ppid=22230 vsize=15417412 memory=3616 CPUtime=320.83 cores=1,3,5,7
/proc/22232/task/22247/stat : 22247 (java) R 22230 22230 19836 0 -1 4202560 991 0 0 0 32082 1 0 0 20 0 19 0 445573780 15787429888 109418 33554432000 4194304 4196468 140731907150848 140249012677200 140249160731739 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18579456 140731907154927 140731907155098 140731907155098 140731907157967 0
[pid=22232/tid=22248] ppid=22230 vsize=15417412 memory=32720 CPUtime=323.32 cores=1,3,5,7
/proc/22232/task/22248/stat : 22248 (java) R 22230 22230 19836 0 -1 4202560 3061 0 0 0 32331 1 0 0 20 0 19 0 445573780 15787429888 109418 33554432000 4194304 4196468 140731907150848 140249011625720 140249160174916 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18579456 140731907154927 140731907155098 140731907155098 140731907157967 0
[pid=22232/tid=22249] ppid=22230 vsize=15417412 memory=988 CPUtime=322.86 cores=1,3,5,7
/proc/22232/task/22249/stat : 22249 (java) R 22230 22230 19836 0 -1 4202560 936 0 0 0 32286 0 0 0 20 0 19 0 445573780 15787429888 109418 33554432000 4194304 4196468 140731907150848 140249010572920 140249160319353 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18579456 140731907154927 140731907155098 140731907155098 140731907157967 0
[pid=22232/tid=22250] ppid=22230 vsize=15417412 memory=2012 CPUtime=322.75 cores=1,3,5,7
/proc/22232/task/22250/stat : 22250 (java) R 22230 22230 19836 0 -1 4202560 1880 0 0 0 32273 2 0 0 20 0 19 0 445573780 15787429888 109418 33554432000 4194304 4196468 140731907150848 140249009521352 140249160731860 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18579456 140731907154927 140731907155098 140731907155098 140731907157967 0
Current children cumulated CPU time: 1297.95 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 439120 KiB

[startup+326.602 s]
/proc/loadavg: 7.04 7.42 7.41 8/238 22302
/proc/meminfo: memFree=18342172/32770624 swapFree=66922424/67108860
[pid=22230] ppid=22227 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/22230/stat : 22230 (xcsp3-exec) S 22227 22230 19836 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 445573667 115843072 362 33554432000 4194304 5098028 140736042331872 140736042329976 140104232628860 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 8421376 140736042333051 140736042333293 140736042333293 140736042336202 0
/proc/22230/statm: 28282 362 304 221 0 87 0
[pid=22232] ppid=22230 vsize=15417412 memory=437672 CPUtime=1298.75 cores=1,3,5,7
/proc/22232/stat : 22232 (java) S 22230 22230 19836 0 -1 1077944320 53419 0 0 0 129840 35 0 0 20 0 19 0 445573667 15787429888 109418 33554432000 4194304 4196468 140731907150848 140731907133392 140249561685751 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18579456 140731907154927 140731907155098 140731907155098 140731907157967 0
/proc/22232/statm: 3854353 109418 3520 1 0 3815453 0
[pid=22232/tid=22233] ppid=22230 vsize=15417412 memory=7307211777162565744 CPUtime=1.04 cores=1,3,5,7
/proc/22232/task/22233/stat : 22233 (java) S 22230 22230 19836 0 -1 1077944384 9192 0 0 0 97 7 0 0 20 0 19 0 445573667 15787429888 109418 33554432000 4194304 4196468 140731907150848 140249565926528 140249561695957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18579456 140731907154927 140731907155098 140731907155098 140731907157967 0
[pid=22232/tid=22234] ppid=22230 vsize=15417412 memory=7518026630507424613 CPUtime=0.13 cores=1,3,5,7
/proc/22232/task/22234/stat : 22234 (java) S 22230 22230 19836 0 -1 1077944384 1458 0 0 0 9 4 0 0 20 0 19 0 445573668 15787429888 109418 33554432000 4194304 4196468 140731907150848 140249153924240 140249561695957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18579456 140731907154927 140731907155098 140731907155098 140731907157967 0
[pid=22232/tid=22235] ppid=22230 vsize=15417412 memory=6791534058613427641 CPUtime=0.13 cores=1,3,5,7
/proc/22232/task/22235/stat : 22235 (java) S 22230 22230 19836 0 -1 1077944384 1441 0 0 0 9 4 0 0 20 0 19 0 445573668 15787429888 109418 33554432000 4194304 4196468 140731907150848 140249152871440 140249561695957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18579456 140731907154927 140731907155098 140731907155098 140731907157967 0
[pid=22232/tid=22236] ppid=22230 vsize=15417412 memory=288230583166042426 CPUtime=0.11 cores=1,3,5,7
/proc/22232/task/22236/stat : 22236 (java) S 22230 22230 19836 0 -1 1077944384 1239 0 0 0 8 3 0 0 20 0 19 0 445573668 15787429888 109418 33554432000 4194304 4196468 140731907150848 140249151818640 140249561695957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18579456 140731907154927 140731907155098 140731907155098 140731907157967 0
[pid=22232/tid=22237] ppid=22230 vsize=15417412 memory=14136632290838955 CPUtime=0.13 cores=1,3,5,7
/proc/22232/task/22237/stat : 22237 (java) S 22230 22230 19836 0 -1 1077944384 314 0 0 0 9 4 0 0 20 0 19 0 445573668 15787429888 109418 33554432000 4194304 4196468 140731907150848 140249150765840 140249561695957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18579456 140731907154927 140731907155098 140731907155098 140731907157967 0
[pid=22232/tid=22238] ppid=22230 vsize=15417412 memory=1056 CPUtime=0.03 cores=1,3,5,7
/proc/22232/task/22238/stat : 22238 (java) S 22230 22230 19836 0 -1 1077944384 1303 0 0 0 2 1 0 0 20 0 19 0 445573669 15787429888 109418 33554432000 4194304 4196468 140731907150848 140249030318448 140249561696898 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18579456 140731907154927 140731907155098 140731907155098 140731907157967 0
[pid=22232/tid=22239] ppid=22230 vsize=15417412 memory=4104 CPUtime=0 cores=1,3,5,7
/proc/22232/task/22239/stat : 22239 (java) S 22230 22230 19836 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 19 0 445573670 15787429888 109418 33554432000 4194304 4196468 140731907150848 140249029264480 140249561695957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18579456 140731907154927 140731907155098 140731907155098 140731907157967 0
[pid=22232/tid=22240] ppid=22230 vsize=15417412 memory=1412 CPUtime=0 cores=1,3,5,7
/proc/22232/task/22240/stat : 22240 (java) S 22230 22230 19836 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 19 0 445573670 15787429888 109418 33554432000 4194304 4196468 140731907150848 140249028211568 140249561695957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18579456 140731907154927 140731907155098 140731907155098 140731907157967 0
[pid=22232/tid=22241] ppid=22230 vsize=15417412 memory=988 CPUtime=0 cores=1,3,5,7
/proc/22232/task/22241/stat : 22241 (java) S 22230 22230 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445573672 15787429888 109418 33554432000 4194304 4196468 140731907150848 140249027159888 140249561704347 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18579456 140731907154927 140731907155098 140731907155098 140731907157967 0
[pid=22232/tid=22242] ppid=22230 vsize=15417412 memory=2012 CPUtime=2.8 cores=1,3,5,7
/proc/22232/task/22242/stat : 22242 (java) S 22230 22230 19836 0 -1 1077944384 12990 0 0 0 279 1 0 0 20 0 19 0 445573672 15787429888 109418 33554432000 4194304 4196468 140731907150848 140249026108272 140249561696898 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18579456 140731907154927 140731907155098 140731907155098 140731907157967 0
[pid=22232/tid=22243] ppid=22230 vsize=15417412 memory=1324 CPUtime=2.64 cores=1,3,5,7
/proc/22232/task/22243/stat : 22243 (java) S 22230 22230 19836 0 -1 1077944384 9144 0 0 0 263 1 0 0 20 0 19 0 445573672 15787429888 109418 33554432000 4194304 4196468 140731907150848 140249025055472 140249561696898 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18579456 140731907154927 140731907155098 140731907155098 140731907157967 0
[pid=22232/tid=22244] ppid=22230 vsize=15417412 memory=1704 CPUtime=0.7 cores=1,3,5,7
/proc/22232/task/22244/stat : 22244 (java) S 22230 22230 19836 0 -1 1077944384 7494 0 0 0 69 1 0 0 20 0 19 0 445573672 15787429888 109418 33554432000 4194304 4196468 140731907150848 140249024002672 140249561696898 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18579456 140731907154927 140731907155098 140731907155098 140731907157967 0
[pid=22232/tid=22245] ppid=22230 vsize=15417412 memory=5972 CPUtime=0 cores=1,3,5,7
/proc/22232/task/22245/stat : 22245 (java) S 22230 22230 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445573672 15787429888 109418 33554432000 4194304 4196468 140731907150848 140249022950112 140249561695957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18579456 140731907154927 140731907155098 140731907155098 140731907157967 0
[pid=22232/tid=22246] ppid=22230 vsize=15417412 memory=588 CPUtime=0.34 cores=1,3,5,7
/proc/22232/task/22246/stat : 22246 (java) S 22230 22230 19836 0 -1 1077944384 673 0 0 0 0 34 0 0 20 0 19 0 445573673 15787429888 109418 33554432000 4194304 4196468 140731907150848 140249021897392 140249561696898 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18579456 140731907154927 140731907155098 140731907155098 140731907157967 0
[pid=22232/tid=22247] ppid=22230 vsize=15417412 memory=920 CPUtime=321.03 cores=1,3,5,7
/proc/22232/task/22247/stat : 22247 (java) R 22230 22230 19836 0 -1 4202560 991 0 0 0 32102 1 0 0 20 0 19 0 445573780 15787429888 109418 33554432000 4194304 4196468 140731907150848 140249012677200 140249160731892 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18579456 140731907154927 140731907155098 140731907155098 140731907157967 0
[pid=22232/tid=22248] ppid=22230 vsize=15417412 memory=3848 CPUtime=323.52 cores=1,3,5,7
/proc/22232/task/22248/stat : 22248 (java) R 22230 22230 19836 0 -1 4202560 3061 0 0 0 32351 1 0 0 20 0 19 0 445573780 15787429888 109418 33554432000 4194304 4196468 140731907150848 140249011625720 140249160318717 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18579456 140731907154927 140731907155098 140731907155098 140731907157967 0
[pid=22232/tid=22249] ppid=22230 vsize=15417412 memory=2596 CPUtime=323.06 cores=1,3,5,7
/proc/22232/task/22249/stat : 22249 (java) R 22230 22230 19836 0 -1 4202560 936 0 0 0 32306 0 0 0 20 0 19 0 445573780 15787429888 109418 33554432000 4194304 4196468 140731907150848 140249010572920 140249160673727 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18579456 140731907154927 140731907155098 140731907155098 140731907157967 0
[pid=22232/tid=22250] ppid=22230 vsize=15417412 memory=2596 CPUtime=322.95 cores=1,3,5,7
/proc/22232/task/22250/stat : 22250 (java) R 22230 22230 19836 0 -1 4202560 1880 0 0 0 32293 2 0 0 20 0 19 0 445573780 15787429888 109418 33554432000 4194304 4196468 140731907150848 140249009521352 140249160488229 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18579456 140731907154927 140731907155098 140731907155098 140731907157967 0
Current children cumulated CPU time: 1298.75 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 439120 KiB

[startup+326.702 s]
/proc/loadavg: 7.04 7.42 7.41 8/238 22302
/proc/meminfo: memFree=18342172/32770624 swapFree=66922424/67108860
[pid=22230] ppid=22227 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/22230/stat : 22230 (xcsp3-exec) S 22227 22230 19836 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 445573667 115843072 362 33554432000 4194304 5098028 140736042331872 140736042329976 140104232628860 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 8421376 140736042333051 140736042333293 140736042333293 140736042336202 0
/proc/22230/statm: 28282 362 304 221 0 87 0
[pid=22232] ppid=22230 vsize=15417412 memory=437672 CPUtime=1299.15 cores=1,3,5,7
/proc/22232/stat : 22232 (java) S 22230 22230 19836 0 -1 1077944320 53420 0 0 0 129880 35 0 0 20 0 19 0 445573667 15787429888 109418 33554432000 4194304 4196468 140731907150848 140731907133392 140249561685751 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18579456 140731907154927 140731907155098 140731907155098 140731907157967 0
/proc/22232/statm: 3854353 109418 3520 1 0 3815453 0
[pid=22232/tid=22233] ppid=22230 vsize=15417412 memory=437672 CPUtime=1.04 cores=1,3,5,7
/proc/22232/task/22233/stat : 22233 (java) S 22230 22230 19836 0 -1 1077944384 9192 0 0 0 97 7 0 0 20 0 19 0 445573667 15787429888 109418 33554432000 4194304 4196468 140731907150848 140249565926528 140249561695957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18579456 140731907154927 140731907155098 140731907155098 140731907157967 0
[pid=22232/tid=22234] ppid=22230 vsize=15417412 memory=437672 CPUtime=0.13 cores=1,3,5,7
/proc/22232/task/22234/stat : 22234 (java) S 22230 22230 19836 0 -1 1077944384 1458 0 0 0 9 4 0 0 20 0 19 0 445573668 15787429888 109418 33554432000 4194304 4196468 140731907150848 140249153924240 140249561695957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18579456 140731907154927 140731907155098 140731907155098 140731907157967 0
[pid=22232/tid=22235] ppid=22230 vsize=15417412 memory=1448 CPUtime=0.13 cores=1,3,5,7
/proc/22232/task/22235/stat : 22235 (java) S 22230 22230 19836 0 -1 1077944384 1441 0 0 0 9 4 0 0 20 0 19 0 445573668 15787429888 109418 33554432000 4194304 4196468 140731907150848 140249152871440 140249561695957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18579456 140731907154927 140731907155098 140731907155098 140731907157967 0
[pid=22232/tid=22236] ppid=22230 vsize=15417412 memory=437672 CPUtime=0.11 cores=1,3,5,7
/proc/22232/task/22236/stat : 22236 (java) S 22230 22230 19836 0 -1 1077944384 1239 0 0 0 8 3 0 0 20 0 19 0 445573668 15787429888 109418 33554432000 4194304 4196468 140731907150848 140249151818640 140249561695957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18579456 140731907154927 140731907155098 140731907155098 140731907157967 0
[pid=22232/tid=22237] ppid=22230 vsize=15417412 memory=70 CPUtime=0.13 cores=1,3,5,7
/proc/22232/task/22237/stat : 22237 (java) S 22230 22230 19836 0 -1 1077944384 314 0 0 0 9 4 0 0 20 0 19 0 445573668 15787429888 109418 33554432000 4194304 4196468 140731907150848 140249150765840 140249561695957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18579456 140731907154927 140731907155098 140731907155098 140731907157967 0
[pid=22232/tid=22238] ppid=22230 vsize=15417412 memory=1448 CPUtime=0.03 cores=1,3,5,7
/proc/22232/task/22238/stat : 22238 (java) S 22230 22230 19836 0 -1 1077944384 1303 0 0 0 2 1 0 0 20 0 19 0 445573669 15787429888 109418 33554432000 4194304 4196468 140731907150848 140249030318448 140249561696898 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18579456 140731907154927 140731907155098 140731907155098 140731907157967 0
[pid=22232/tid=22239] ppid=22230 vsize=15417412 memory=3616 CPUtime=0 cores=1,3,5,7
/proc/22232/task/22239/stat : 22239 (java) S 22230 22230 19836 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 19 0 445573670 15787429888 109418 33554432000 4194304 4196468 140731907150848 140249029264480 140249561695957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18579456 140731907154927 140731907155098 140731907155098 140731907157967 0
[pid=22232/tid=22240] ppid=22230 vsize=15417412 memory=32720 CPUtime=0 cores=1,3,5,7
/proc/22232/task/22240/stat : 22240 (java) S 22230 22230 19836 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 19 0 445573670 15787429888 109418 33554432000 4194304 4196468 140731907150848 140249028211568 140249561695957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18579456 140731907154927 140731907155098 140731907155098 140731907157967 0
[pid=22232/tid=22241] ppid=22230 vsize=15417412 memory=800 CPUtime=0 cores=1,3,5,7
/proc/22232/task/22241/stat : 22241 (java) S 22230 22230 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445573672 15787429888 109418 33554432000 4194304 4196468 140731907150848 140249027159888 140249561704347 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18579456 140731907154927 140731907155098 140731907155098 140731907157967 0
[pid=22232/tid=22242] ppid=22230 vsize=15417412 memory=1808 CPUtime=2.8 cores=1,3,5,7
/proc/22232/task/22242/stat : 22242 (java) S 22230 22230 19836 0 -1 1077944384 12990 0 0 0 279 1 0 0 20 0 19 0 445573672 15787429888 109418 33554432000 4194304 4196468 140731907150848 140249026108272 140249561696898 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18579456 140731907154927 140731907155098 140731907155098 140731907157967 0
[pid=22232/tid=22243] ppid=22230 vsize=15417412 memory=6791534058613427641 CPUtime=2.64 cores=1,3,5,7
/proc/22232/task/22243/stat : 22243 (java) S 22230 22230 19836 0 -1 1077944384 9144 0 0 0 263 1 0 0 20 0 19 0 445573672 15787429888 109418 33554432000 4194304 4196468 140731907150848 140249025055472 140249561696898 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18579456 140731907154927 140731907155098 140731907155098 140731907157967 0
[pid=22232/tid=22244] ppid=22230 vsize=15417412 memory=1560 CPUtime=0.7 cores=1,3,5,7
/proc/22232/task/22244/stat : 22244 (java) S 22230 22230 19836 0 -1 1077944384 7494 0 0 0 69 1 0 0 20 0 19 0 445573672 15787429888 109418 33554432000 4194304 4196468 140731907150848 140249024002672 140249561696898 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18579456 140731907154927 140731907155098 140731907155098 140731907157967 0
[pid=22232/tid=22245] ppid=22230 vsize=15417412 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/22232/task/22245/stat : 22245 (java) S 22230 22230 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445573672 15787429888 109418 33554432000 4194304 4196468 140731907150848 140249022950112 140249561695957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18579456 140731907154927 140731907155098 140731907155098 140731907157967 0
[pid=22232/tid=22246] ppid=22230 vsize=15417412 memory=1448 CPUtime=0.34 cores=1,3,5,7
/proc/22232/task/22246/stat : 22246 (java) S 22230 22230 19836 0 -1 1077944384 673 0 0 0 0 34 0 0 20 0 19 0 445573673 15787429888 109418 33554432000 4194304 4196468 140731907150848 140249021897392 140249561696898 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18579456 140731907154927 140731907155098 140731907155098 140731907157967 0
[pid=22232/tid=22247] ppid=22230 vsize=15417412 memory=2116 CPUtime=321.13 cores=1,3,5,7
/proc/22232/task/22247/stat : 22247 (java) R 22230 22230 19836 0 -1 4202560 991 0 0 0 32112 1 0 0 20 0 19 0 445573780 15787429888 109418 33554432000 4194304 4196468 140731907150848 140249012677200 140249160318712 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18579456 140731907154927 140731907155098 140731907155098 140731907157967 0
[pid=22232/tid=22248] ppid=22230 vsize=15417412 memory=13024 CPUtime=323.62 cores=1,3,5,7
/proc/22232/task/22248/stat : 22248 (java) R 22230 22230 19836 0 -1 4202560 3061 0 0 0 32361 1 0 0 20 0 19 0 445573780 15787429888 109418 33554432000 4194304 4196468 140731907150848 140249011625720 140249160731896 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18579456 140731907154927 140731907155098 140731907155098 140731907157967 0
[pid=22232/tid=22249] ppid=22230 vsize=15417412 memory=437672 CPUtime=323.16 cores=1,3,5,7
/proc/22232/task/22249/stat : 22249 (java) R 22230 22230 19836 0 -1 4202560 936 0 0 0 32316 0 0 0 20 0 19 0 445573780 15787429888 109418 33554432000 4194304 4196468 140731907150848 140249010572920 140249160731878 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18579456 140731907154927 140731907155098 140731907155098 140731907157967 0
[pid=22232/tid=22250] ppid=22230 vsize=15417412 memory=1448 CPUtime=323.05 cores=1,3,5,7
/proc/22232/task/22250/stat : 22250 (java) R 22230 22230 19836 0 -1 4202560 1881 0 0 0 32303 2 0 0 20 0 19 0 445573780 15787429888 109418 33554432000 4194304 4196468 140731907150848 140249009521352 140249160670701 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18579456 140731907154927 140731907155098 140731907155098 140731907157967 0
Current children cumulated CPU time: 1299.15 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 439120 KiB

Child status: 0
Real time (s): 326.773
CPU time (s): 1299.41
CPU user time (s): 1299.05
CPU system time (s): 0.359442
CPU usage (%): 397.65
Max. virtual memory (cumulated for all children) (KiB): 15530540
Max. memory (cumulated for all children) (KiB): 439120

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.05
system time used= 0.359442
maximum resident set size= 438036
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54684
page faults= 0
swaps= 0
block input operations= 0
block output operations= 472
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9904
involuntary context switches= 14061


# summary of solver processes directly reported to runsolver:
#   pid: 22230
#   total CPU time (s): 1299.41
#   total CPU user time (s): 1299.05
#   total CPU system time (s): 0.359442

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.00407 second user time and 4.08223 second system time

The end

Launcher Data

Begin job on node141 at 2019-09-17 06:58:36
IDJOB=4398904
IDBENCH=126890
IDSOLVER=2853
FILE ID=node141/4398904-1568696358
RUNJOBID= node141-1568694133-19868
PBS_JOBID= 21703801
Free space on /tmp= 58516 MiB

SOLVER NAME= choco-solver 2019-09-16
BENCH NAME= XCSP17/SchurrLemma/SchurrLemma-mod-s1/SchurrLemma-mod-100-9.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4398904-1568696358/watcher-4398904-1568696358 -o /tmp/evaluation-result-4398904-1568696358/solver-4398904-1568696358 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node141-1568694133-19868 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 440094075 HOME/instance-4398904-1568696358.xml

TIME LIMIT= 2520 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 4f03c112a8f6a228f13fa4574ba8a054
RANDOM SEED=440094075

node141.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.93
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.93
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.93
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.93
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:        18769964 kB
MemAvailable:   19702308 kB
Buffers:          227540 kB
Cached:          1001492 kB
SwapCached:        77760 kB
Active:         12692512 kB
Inactive:         723812 kB
Active(anon):   12115568 kB
Inactive(anon):   114804 kB
Active(file):     576944 kB
Inactive(file):   609008 kB
Unevictable:      109460 kB
Mlocked:          109460 kB
SwapTotal:      67108860 kB
SwapFree:       66922412 kB
Dirty:             26140 kB
Writeback:             0 kB
AnonPages:      12229632 kB
Mapped:            56380 kB
Shmem:             34592 kB
Slab:             155204 kB
SReclaimable:     124452 kB
SUnreclaim:        30752 kB
KernelStack:        4064 kB
PageTables:        29160 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:   13306660 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:  11792384 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      128384 kB
DirectMap2M:    33417216 kB

Free space on /tmp at the end= 58492 MiB
End job on node141 at 2019-09-17 07:04:03