Trace number 4392939

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-06-14SAT 9.66397 2.74349

General information on the benchmark

NameGracefulGraph/GracefulGraph-m1-s1/
GracefulGraph-K03-P07.xml
MD5SUMda29a6dd83857351367aad9031227a75
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark5.04114
Satisfiable
(Un)Satisfiability was proved
Number of variables102
Number of constraints41
Number of domains2
Minimum domain size39
Maximum domain size40
Distribution of domain sizes[{"size":39,"count":39},{"size":40,"count":21}]
Minimum variable degree0
Maximum variable degree5
Distribution of variable degrees[{"degree":0,"count":42},{"degree":2,"count":39},{"degree":4,"count":6},{"degree":5,"count":15}]
Minimum constraint arity3
Maximum constraint arity39
Distribution of constraint arities[{"arity":3,"count":39},{"arity":21,"count":1},{"arity":39,"count":1}]
Number of extensional constraints0
Number of intensional constraints39
Distribution of constraint types[{"type":"intension","count":39},{"type":"allDifferent","count":2}]
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-4392939-1568314298.xml"  -tl '2520s' -p 4
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4392939-1568314298.xml, -tl, 2520s, -p, 4]
0.35/0.22	c 4 solvers in parallel
0.35/0.28	c parse instance...
1.31/0.61	c solve instance...
9.55/2.72	s SATISFIABLE
9.55/2.72	v <instantiation>
9.55/2.72	v 	<list>cn[0][0] cn[0][1] cn[0][2] cn[1][0] cn[1][1] cn[1][2] cn[2][0] cn[2][1] cn[2][2] cn[3][0] cn[3][1] cn[3][2] cn[4][0] cn[4][1] cn[4][2] cn[5][0] cn[5][1] cn[5][2] cn[6][0] cn[6][1] cn[6][2] ce[0][0][1] ce[0][0][2] ce[0][1][2] ce[1][0][1] ce[1][0][2] ce[1][1][2] ce[2][0][1] ce[2][0][2] ce[2][1][2] ce[3][0][1] ce[3][0][2] ce[3][1][2] ce[4][0][1] ce[4][0][2] ce[4][1][2] ce[5][0][1] ce[5][0][2] ce[5][1][2] ce[6][0][1] ce[6][0][2] ce[6][1][2] cie[0][0] cie[0][1] cie[0][2] cie[1][0] cie[1][1] cie[1][2] cie[2][0] cie[2][1] cie[2][2] cie[3][0] cie[3][1] cie[3][2] cie[4][0] cie[4][1] cie[4][2] cie[5][0] cie[5][1] cie[5][2] </list>
9.55/2.72	v 	<values>21 31 10 4 5 35 16 39 2 22 0 38 17 32 14 9 36 7 29 1 20 10 11 21 1 31 30 23 14 37 22 16 38 15 3 18 27 2 29 28 9 19 17 26 25 12 34 33 6 39 36 5 32 24 8 4 7 20 35 13 </values>
9.55/2.72	v </instantiation>

Verifier Data

OK	

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (15271 MiB free)
  memory of node 1: 16384 MiB (15344 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4392939-1568314298/watcher-4392939-1568314298 -o /tmp/evaluation-result-4392939-1568314298/solver-4392939-1568314298 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node121-1568312479-6784 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1619290652 HOME/instance-4392939-1568314298.xml 

running on 4 cores: 0,2,4,6

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
solver pid=9585, runsolver pid=9582
Current StackSize limit: 8192 KiB


[startup+0.100124 s]*
/proc/loadavg: 8.40 8.29 6.94 7/234 9601
/proc/meminfo: memFree=31333188/32770624 swapFree=66979392/67108860
[pid=9585] ppid=9582 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/9585/stat : 9585 (xcsp3-exec) S 9582 9585 6753 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 407692462 115843072 362 33554432000 4194304 5098028 140724277895040 140724277893144 140437918712444 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 18055168 140724277900154 140724277900397 140724277900397 140724277903306 0
/proc/9585/statm: 28282 362 304 221 0 87 0
[pid=9587] ppid=9585 vsize=15144768 memory=29568 CPUtime=0.13 cores=0,2,4,6
/proc/9587/stat : 9587 (java) S 9585 9585 6753 0 -1 1077944320 5864 0 0 0 12 1 0 0 20 0 15 0 407692462 15508242432 7392 33554432000 4194304 4196468 140721915952464 140721915935008 140412015734519 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 19763200 140721915958255 140721915958426 140721915958426 140721915961295 0
/proc/9587/statm: 3786192 7392 3121 1 0 3748377 0
[pid=9587/tid=9588] ppid=9585 vsize=15144768 memory=7100839878644302962 CPUtime=0.09 cores=0,2,4,6
/proc/9587/task/9588/stat : 9588 (java) R 9585 9585 6753 0 -1 4202560 3777 0 0 0 9 0 0 0 20 0 15 0 407692462 15508242432 7392 33554432000 4194304 4196468 140721915952464 140412019965840 140412015755866 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19763200 140721915958255 140721915958426 140721915958426 140721915961295 0
[pid=9587/tid=9589] ppid=9585 vsize=15144768 memory=-3689349214911541841 CPUtime=0 cores=0,2,4,6
/proc/9587/task/9589/stat : 9589 (java) S 9585 9585 6753 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 407692463 15508242432 7392 33554432000 4194304 4196468 140721915952464 140411608099600 140412015744725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19763200 140721915958255 140721915958426 140721915958426 140721915961295 0
[pid=9587/tid=9590] ppid=9585 vsize=15144768 memory=140485000644224 CPUtime=0 cores=0,2,4,6
/proc/9587/task/9590/stat : 9590 (java) S 9585 9585 6753 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 407692463 15508242432 7392 33554432000 4194304 4196468 140721915952464 140411607047056 140412015744725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19763200 140721915958255 140721915958426 140721915958426 140721915961295 0
[pid=9587/tid=9591] ppid=9585 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9587/task/9591/stat : 9591 (java) S 9585 9585 6753 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 407692463 15508242432 7392 33554432000 4194304 4196468 140721915952464 140411605994512 140412015744725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19763200 140721915958255 140721915958426 140721915958426 140721915961295 0
[pid=9587/tid=9592] ppid=9585 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9587/task/9592/stat : 9592 (java) S 9585 9585 6753 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 407692463 15508242432 7392 33554432000 4194304 4196468 140721915952464 140411604941968 140412015744725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19763200 140721915958255 140721915958426 140721915958426 140721915961295 0
[pid=9587/tid=9593] ppid=9585 vsize=15144768 memory=140485000644224 CPUtime=0 cores=0,2,4,6
/proc/9587/task/9593/stat : 9593 (java) S 9585 9585 6753 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 407692464 15508242432 7392 33554432000 4194304 4196468 140721915952464 140411577096176 140412015745666 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19763200 140721915958255 140721915958426 140721915958426 140721915961295 0
[pid=9587/tid=9594] ppid=9585 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9587/task/9594/stat : 9594 (java) S 9585 9585 6753 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 407692465 15508242432 7392 33554432000 4194304 4196468 140721915952464 140411576042400 140412015744725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19763200 140721915958255 140721915958426 140721915958426 140721915961295 0
[pid=9587/tid=9595] ppid=9585 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9587/task/9595/stat : 9595 (java) S 9585 9585 6753 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 407692465 15508242432 7392 33554432000 4194304 4196468 140721915952464 140411574989808 140412015744725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19763200 140721915958255 140721915958426 140721915958426 140721915961295 0
[pid=9587/tid=9596] ppid=9585 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9587/task/9596/stat : 9596 (java) S 9585 9585 6753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 407692467 15508242432 7392 33554432000 4194304 4196468 140721915952464 140411573938384 140412015753115 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19763200 140721915958255 140721915958426 140721915958426 140721915961295 0
[pid=9587/tid=9597] ppid=9585 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9587/task/9597/stat : 9597 (java) S 9585 9585 6753 0 -1 1077944384 299 0 0 0 0 0 0 0 20 0 15 0 407692467 15508242432 7392 33554432000 4194304 4196468 140721915952464 140411572886000 140412015745666 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19763200 140721915958255 140721915958426 140721915958426 140721915961295 0
[pid=9587/tid=9598] ppid=9585 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9587/task/9598/stat : 9598 (java) S 9585 9585 6753 0 -1 1077944384 121 0 0 0 0 0 0 0 20 0 15 0 407692467 15508242432 7392 33554432000 4194304 4196468 140721915952464 140411571833456 140412015745666 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19763200 140721915958255 140721915958426 140721915958426 140721915961295 0
[pid=9587/tid=9599] ppid=9585 vsize=15144768 memory=140485000644224 CPUtime=0.02 cores=0,2,4,6
/proc/9587/task/9599/stat : 9599 (java) R 9585 9585 6753 0 -1 4202560 363 0 0 0 2 0 0 0 20 0 15 0 407692467 15508242432 7392 33554432000 4194304 4196468 140721915952464 140411570780912 140412015746454 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19763200 140721915958255 140721915958426 140721915958426 140721915961295 0
[pid=9587/tid=9600] ppid=9585 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9587/task/9600/stat : 9600 (java) S 9585 9585 6753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 407692468 15508242432 7392 33554432000 4194304 4196468 140721915952464 140411569728608 140412015744725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19763200 140721915958255 140721915958426 140721915958426 140721915961295 0
[pid=9587/tid=9601] ppid=9585 vsize=15144768 memory=140485000644224 CPUtime=0 cores=0,2,4,6
/proc/9587/task/9601/stat : 9601 (java) S 9585 9585 6753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407692468 15508242432 7392 33554432000 4194304 4196468 140721915952464 140411568675120 140412015745666 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19763200 140721915958255 140721915958426 140721915958426 140721915961295 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 31016 KiB

[startup+0.211784 s]*
/proc/loadavg: 8.40 8.29 6.94 6/234 9601
/proc/meminfo: memFree=31321984/32770624 swapFree=66979392/67108860
[pid=9585] ppid=9582 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/9585/stat : 9585 (xcsp3-exec) S 9582 9585 6753 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 407692462 115843072 362 33554432000 4194304 5098028 140724277895040 140724277893144 140437918712444 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 18055168 140724277900154 140724277900397 140724277900397 140724277903306 0
/proc/9585/statm: 28282 362 304 221 0 87 0
[pid=9587] ppid=9585 vsize=15144768 memory=40036 CPUtime=0.35 cores=0,2,4,6
/proc/9587/stat : 9587 (java) S 9585 9585 6753 0 -1 1077944320 9299 0 0 0 32 3 0 0 20 0 15 0 407692462 15508242432 10009 33554432000 4194304 4196468 140721915952464 140721915935008 140412015734519 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 19763200 140721915958255 140721915958426 140721915958426 140721915961295 0
/proc/9587/statm: 3786192 10009 3259 1 0 3748377 0
[pid=9587/tid=9588] ppid=9585 vsize=15144768 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/9587/task/9588/stat : 9588 (java) R 9585 9585 6753 0 -1 4202560 6581 0 0 0 18 2 0 0 20 0 15 0 407692462 15508242432 10009 33554432000 4194304 4196468 140721915952464 140412019969216 140411624620104 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19763200 140721915958255 140721915958426 140721915958426 140721915961295 0
[pid=9587/tid=9589] ppid=9585 vsize=15144768 memory=2995868 CPUtime=0 cores=0,2,4,6
/proc/9587/task/9589/stat : 9589 (java) S 9585 9585 6753 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 407692463 15508242432 10009 33554432000 4194304 4196468 140721915952464 140411608099600 140412015744725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19763200 140721915958255 140721915958426 140721915958426 140721915961295 0
[pid=9587/tid=9590] ppid=9585 vsize=15144768 memory=140485003792117 CPUtime=0 cores=0,2,4,6
/proc/9587/task/9590/stat : 9590 (java) S 9585 9585 6753 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 407692463 15508242432 10009 33554432000 4194304 4196468 140721915952464 140411607047056 140412015744725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19763200 140721915958255 140721915958426 140721915958426 140721915961295 0
[pid=9587/tid=9591] ppid=9585 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9587/task/9591/stat : 9591 (java) S 9585 9585 6753 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 407692463 15508242432 10009 33554432000 4194304 4196468 140721915952464 140411605994512 140412015744725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19763200 140721915958255 140721915958426 140721915958426 140721915961295 0
[pid=9587/tid=9592] ppid=9585 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9587/task/9592/stat : 9592 (java) S 9585 9585 6753 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 407692463 15508242432 10009 33554432000 4194304 4196468 140721915952464 140411604941968 140412015744725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19763200 140721915958255 140721915958426 140721915958426 140721915961295 0
[pid=9587/tid=9593] ppid=9585 vsize=15144768 memory=140485000644224 CPUtime=0 cores=0,2,4,6
/proc/9587/task/9593/stat : 9593 (java) S 9585 9585 6753 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 407692464 15508242432 10009 33554432000 4194304 4196468 140721915952464 140411577096176 140412015745666 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19763200 140721915958255 140721915958426 140721915958426 140721915961295 0
[pid=9587/tid=9594] ppid=9585 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9587/task/9594/stat : 9594 (java) S 9585 9585 6753 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 407692465 15508242432 10009 33554432000 4194304 4196468 140721915952464 140411576042400 140412015744725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19763200 140721915958255 140721915958426 140721915958426 140721915961295 0
[pid=9587/tid=9595] ppid=9585 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9587/task/9595/stat : 9595 (java) S 9585 9585 6753 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 407692465 15508242432 10009 33554432000 4194304 4196468 140721915952464 140411574989808 140412015744725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19763200 140721915958255 140721915958426 140721915958426 140721915961295 0
[pid=9587/tid=9596] ppid=9585 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9587/task/9596/stat : 9596 (java) S 9585 9585 6753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 407692467 15508242432 10009 33554432000 4194304 4196468 140721915952464 140411573938384 140412015753115 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19763200 140721915958255 140721915958426 140721915958426 140721915961295 0
[pid=9587/tid=9597] ppid=9585 vsize=15144768 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/9587/task/9597/stat : 9597 (java) S 9585 9585 6753 0 -1 1077944384 382 0 0 0 3 0 0 0 20 0 15 0 407692467 15508242432 10009 33554432000 4194304 4196468 140721915952464 140411572886000 140412015745666 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19763200 140721915958255 140721915958426 140721915958426 140721915961295 0
[pid=9587/tid=9598] ppid=9585 vsize=15144768 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/9587/task/9598/stat : 9598 (java) S 9585 9585 6753 0 -1 1077944384 250 0 0 0 2 0 0 0 20 0 15 0 407692467 15508242432 10009 33554432000 4194304 4196468 140721915952464 140411571833456 140412015745666 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19763200 140721915958255 140721915958426 140721915958426 140721915961295 0
[pid=9587/tid=9599] ppid=9585 vsize=15144768 memory=140485000644224 CPUtime=0.08 cores=0,2,4,6
/proc/9587/task/9599/stat : 9599 (java) R 9585 9585 6753 0 -1 4202560 776 0 0 0 8 0 0 0 20 0 15 0 407692467 15508242432 10009 33554432000 4194304 4196468 140721915952464 140411570780912 140412007971646 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19763200 140721915958255 140721915958426 140721915958426 140721915961295 0
[pid=9587/tid=9600] ppid=9585 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9587/task/9600/stat : 9600 (java) S 9585 9585 6753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 407692468 15508242432 10009 33554432000 4194304 4196468 140721915952464 140411569728608 140412015744725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19763200 140721915958255 140721915958426 140721915958426 140721915961295 0
[pid=9587/tid=9601] ppid=9585 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9587/task/9601/stat : 9601 (java) S 9585 9585 6753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407692468 15508242432 10009 33554432000 4194304 4196468 140721915952464 140411568675120 140412015745666 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19763200 140721915958255 140721915958426 140721915958426 140721915961295 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 41484 KiB

[startup+0.312089 s]*
/proc/loadavg: 8.40 8.29 6.94 8/234 9601
/proc/meminfo: memFree=31313844/32770624 swapFree=66979392/67108860
[pid=9585] ppid=9582 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/9585/stat : 9585 (xcsp3-exec) S 9582 9585 6753 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 407692462 115843072 362 33554432000 4194304 5098028 140724277895040 140724277893144 140437918712444 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 18055168 140724277900154 140724277900397 140724277900397 140724277903306 0
/proc/9585/statm: 28282 362 304 221 0 87 0
[pid=9587] ppid=9585 vsize=15149024 memory=49532 CPUtime=0.53 cores=0,2,4,6
/proc/9587/stat : 9587 (java) S 9585 9585 6753 0 -1 1077944320 10725 0 0 0 50 3 0 0 20 0 15 0 407692462 15512600576 12383 33554432000 4194304 4196468 140721915952464 140721915935008 140412015734519 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 19763200 140721915958255 140721915958426 140721915958426 140721915961295 0
/proc/9587/statm: 3787256 12383 3370 1 0 3748377 0
[pid=9587/tid=9588] ppid=9585 vsize=15149024 memory=7883960649037381690 CPUtime=0.29 cores=0,2,4,6
/proc/9587/task/9588/stat : 9588 (java) R 9585 9585 6753 0 -1 4202560 7732 0 0 0 27 2 0 0 20 0 15 0 407692462 15512600576 12383 33554432000 4194304 4196468 140721915952464 140412019965632 140411999815006 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19763200 140721915958255 140721915958426 140721915958426 140721915961295 0
[pid=9587/tid=9589] ppid=9585 vsize=15149024 memory=2996209 CPUtime=0 cores=0,2,4,6
/proc/9587/task/9589/stat : 9589 (java) S 9585 9585 6753 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 407692463 15512600576 12383 33554432000 4194304 4196468 140721915952464 140411608099600 140412015744725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19763200 140721915958255 140721915958426 140721915958426 140721915961295 0
[pid=9587/tid=9590] ppid=9585 vsize=15149024 memory=3005098 CPUtime=0 cores=0,2,4,6
/proc/9587/task/9590/stat : 9590 (java) S 9585 9585 6753 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 407692463 15512600576 12383 33554432000 4194304 4196468 140721915952464 140411607047056 140412015744725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19763200 140721915958255 140721915958426 140721915958426 140721915961295 0
[pid=9587/tid=9591] ppid=9585 vsize=15149024 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9587/task/9591/stat : 9591 (java) S 9585 9585 6753 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 407692463 15512600576 12383 33554432000 4194304 4196468 140721915952464 140411605994512 140412015744725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19763200 140721915958255 140721915958426 140721915958426 140721915961295 0
[pid=9587/tid=9592] ppid=9585 vsize=15149024 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9587/task/9592/stat : 9592 (java) S 9585 9585 6753 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 407692463 15512600576 12383 33554432000 4194304 4196468 140721915952464 140411604941968 140412015744725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19763200 140721915958255 140721915958426 140721915958426 140721915961295 0
[pid=9587/tid=9593] ppid=9585 vsize=15149024 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9587/task/9593/stat : 9593 (java) S 9585 9585 6753 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 407692464 15512600576 12383 33554432000 4194304 4196468 140721915952464 140411577096176 140412015745666 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19763200 140721915958255 140721915958426 140721915958426 140721915961295 0
[pid=9587/tid=9594] ppid=9585 vsize=15149024 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9587/task/9594/stat : 9594 (java) S 9585 9585 6753 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 407692465 15512600576 12383 33554432000 4194304 4196468 140721915952464 140411576042400 140412015744725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19763200 140721915958255 140721915958426 140721915958426 140721915961295 0
[pid=9587/tid=9595] ppid=9585 vsize=15149024 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9587/task/9595/stat : 9595 (java) S 9585 9585 6753 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 407692465 15512600576 12383 33554432000 4194304 4196468 140721915952464 140411574989808 140412015744725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19763200 140721915958255 140721915958426 140721915958426 140721915961295 0
[pid=9587/tid=9596] ppid=9585 vsize=15149024 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9587/task/9596/stat : 9596 (java) S 9585 9585 6753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 407692467 15512600576 12383 33554432000 4194304 4196468 140721915952464 140411573938384 140412015753115 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19763200 140721915958255 140721915958426 140721915958426 140721915961295 0
[pid=9587/tid=9597] ppid=9585 vsize=15149024 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/9587/task/9597/stat : 9597 (java) S 9585 9585 6753 0 -1 1077944384 426 0 0 0 5 0 0 0 20 0 15 0 407692467 15512600576 12383 33554432000 4194304 4196468 140721915952464 140411572886000 140412015745666 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19763200 140721915958255 140721915958426 140721915958426 140721915961295 0
[pid=9587/tid=9598] ppid=9585 vsize=15149024 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/9587/task/9598/stat : 9598 (java) R 9585 9585 6753 0 -1 4202560 344 0 0 0 4 0 0 0 20 0 15 0 407692467 15512600576 12383 33554432000 4194304 4196468 140721915952464 140411571814472 140411993331543 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19763200 140721915958255 140721915958426 140721915958426 140721915961295 0
[pid=9587/tid=9599] ppid=9585 vsize=15149024 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/9587/task/9599/stat : 9599 (java) S 9585 9585 6753 0 -1 1077944384 922 0 0 0 12 0 0 0 20 0 15 0 407692467 15512600576 12383 33554432000 4194304 4196468 140721915952464 140411570780912 140412015745666 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19763200 140721915958255 140721915958426 140721915958426 140721915961295 0
[pid=9587/tid=9600] ppid=9585 vsize=15149024 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9587/task/9600/stat : 9600 (java) S 9585 9585 6753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 407692468 15512600576 12383 33554432000 4194304 4196468 140721915952464 140411569728608 140412015744725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19763200 140721915958255 140721915958426 140721915958426 140721915961295 0
[pid=9587/tid=9601] ppid=9585 vsize=15149024 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9587/task/9601/stat : 9601 (java) S 9585 9585 6753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407692468 15512600576 12383 33554432000 4194304 4196468 140721915952464 140411568675120 140412015745666 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19763200 140721915958255 140721915958426 140721915958426 140721915961295 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262152 KiB
Current children cumulated memory: 50980 KiB

[startup+0.701271 s]
/proc/loadavg: 8.40 8.29 6.94 7/234 9601
/proc/meminfo: memFree=31296592/32770624 swapFree=66979392/67108860
[pid=9585] ppid=9582 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/9585/stat : 9585 (xcsp3-exec) S 9582 9585 6753 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 407692462 115843072 362 33554432000 4194304 5098028 140724277895040 140724277893144 140437918712444 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 18055168 140724277900154 140724277900397 140724277900397 140724277903306 0
/proc/9585/statm: 28282 362 304 221 0 87 0
[pid=9587] ppid=9585 vsize=15417404 memory=84792 CPUtime=1.62 cores=0,2,4,6
/proc/9587/stat : 9587 (java) S 9585 9585 6753 0 -1 1077944320 14996 0 0 0 156 6 0 0 20 0 19 0 407692462 15787421696 21198 33554432000 4194304 4196468 140721915952464 140721915935008 140412015734519 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 19763200 140721915958255 140721915958426 140721915958426 140721915961295 0
/proc/9587/statm: 3854351 21198 3451 1 0 3815453 0
[pid=9587/tid=9588] ppid=9585 vsize=15417404 memory=1787511702785 CPUtime=0.6 cores=0,2,4,6
/proc/9587/task/9588/stat : 9588 (java) S 9585 9585 6753 0 -1 1077944384 9258 0 0 0 56 4 0 0 20 0 19 0 407692462 15787421696 21198 33554432000 4194304 4196468 140721915952464 140412019975296 140412015744725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19763200 140721915958255 140721915958426 140721915958426 140721915961295 0
[pid=9587/tid=9589] ppid=9585 vsize=15417404 memory=512 CPUtime=0 cores=0,2,4,6
/proc/9587/task/9589/stat : 9589 (java) S 9585 9585 6753 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 407692463 15787421696 21198 33554432000 4194304 4196468 140721915952464 140411608099600 140412015744725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19763200 140721915958255 140721915958426 140721915958426 140721915961295 0
[pid=9587/tid=9590] ppid=9585 vsize=15417404 memory=1564 CPUtime=0 cores=0,2,4,6
/proc/9587/task/9590/stat : 9590 (java) S 9585 9585 6753 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 407692463 15787421696 21198 33554432000 4194304 4196468 140721915952464 140411607047056 140412015744725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19763200 140721915958255 140721915958426 140721915958426 140721915961295 0
[pid=9587/tid=9591] ppid=9585 vsize=15417404 memory=928 CPUtime=0 cores=0,2,4,6
/proc/9587/task/9591/stat : 9591 (java) S 9585 9585 6753 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 407692463 15787421696 21198 33554432000 4194304 4196468 140721915952464 140411605994512 140412015744725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19763200 140721915958255 140721915958426 140721915958426 140721915961295 0
[pid=9587/tid=9592] ppid=9585 vsize=15417404 memory=3772 CPUtime=0 cores=0,2,4,6
/proc/9587/task/9592/stat : 9592 (java) S 9585 9585 6753 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 407692463 15787421696 21198 33554432000 4194304 4196468 140721915952464 140411604941968 140412015744725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19763200 140721915958255 140721915958426 140721915958426 140721915961295 0
[pid=9587/tid=9593] ppid=9585 vsize=15417404 memory=1440 CPUtime=0 cores=0,2,4,6
/proc/9587/task/9593/stat : 9593 (java) S 9585 9585 6753 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 19 0 407692464 15787421696 21198 33554432000 4194304 4196468 140721915952464 140411577096176 140412015745666 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19763200 140721915958255 140721915958426 140721915958426 140721915961295 0
[pid=9587/tid=9594] ppid=9585 vsize=15417404 memory=920 CPUtime=0 cores=0,2,4,6
/proc/9587/task/9594/stat : 9594 (java) S 9585 9585 6753 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 407692465 15787421696 21198 33554432000 4194304 4196468 140721915952464 140411576042400 140412015744725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19763200 140721915958255 140721915958426 140721915958426 140721915961295 0
[pid=9587/tid=9595] ppid=9585 vsize=15417404 memory=1984 CPUtime=0 cores=0,2,4,6
/proc/9587/task/9595/stat : 9595 (java) S 9585 9585 6753 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 407692465 15787421696 21198 33554432000 4194304 4196468 140721915952464 140411574989808 140412015744725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19763200 140721915958255 140721915958426 140721915958426 140721915961295 0
[pid=9587/tid=9596] ppid=9585 vsize=15417404 memory=2404 CPUtime=0 cores=0,2,4,6
/proc/9587/task/9596/stat : 9596 (java) S 9585 9585 6753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 407692467 15787421696 21198 33554432000 4194304 4196468 140721915952464 140411573938384 140412015753115 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19763200 140721915958255 140721915958426 140721915958426 140721915961295 0
[pid=9587/tid=9597] ppid=9585 vsize=15417404 memory=1764 CPUtime=0.22 cores=0,2,4,6
/proc/9587/task/9597/stat : 9597 (java) R 9585 9585 6753 0 -1 4202560 1243 0 0 0 22 0 0 0 20 0 19 0 407692467 15787421696 21198 33554432000 4194304 4196468 140721915952464 140411572879192 140412000634831 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19763200 140721915958255 140721915958426 140721915958426 140721915961295 0
[pid=9587/tid=9598] ppid=9585 vsize=15417404 memory=111632 CPUtime=0.23 cores=0,2,4,6
/proc/9587/task/9598/stat : 9598 (java) R 9585 9585 6753 0 -1 4202560 911 0 0 0 23 0 0 0 20 0 19 0 407692467 15787421696 21198 33554432000 4194304 4196468 140721915952464 140411571822928 140412015755866 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19763200 140721915958255 140721915958426 140721915958426 140721915961295 0
[pid=9587/tid=9599] ppid=9585 vsize=15417404 memory=804 CPUtime=0.37 cores=0,2,4,6
/proc/9587/task/9599/stat : 9599 (java) R 9585 9585 6753 0 -1 4202560 2103 0 0 0 37 0 0 0 20 0 19 0 407692467 15787421696 21198 33554432000 4194304 4196468 140721915952464 140411570778704 140411995449308 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19763200 140721915958255 140721915958426 140721915958426 140721915961295 0
[pid=9587/tid=9600] ppid=9585 vsize=15417404 memory=4104 CPUtime=0 cores=0,2,4,6
/proc/9587/task/9600/stat : 9600 (java) S 9585 9585 6753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 407692468 15787421696 21198 33554432000 4194304 4196468 140721915952464 140411569728608 140412015744725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19763200 140721915958255 140721915958426 140721915958426 140721915961295 0
[pid=9587/tid=9601] ppid=9585 vsize=15417404 memory=1808 CPUtime=0 cores=0,2,4,6
/proc/9587/task/9601/stat : 9601 (java) S 9585 9585 6753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 407692468 15787421696 21198 33554432000 4194304 4196468 140721915952464 140411568675120 140412015745666 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19763200 140721915958255 140721915958426 140721915958426 140721915961295 0
Current children cumulated CPU time: 1.62 s
Current children cumulated vsize: 15530532 KiB
Current children cumulated memory: 86240 KiB

[startup+1.50127 s]
/proc/loadavg: 8.36 8.29 6.95 12/238 9605
/proc/meminfo: memFree=31267496/32770624 swapFree=66979392/67108860
[pid=9585] ppid=9582 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/9585/stat : 9585 (xcsp3-exec) S 9582 9585 6753 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 407692462 115843072 362 33554432000 4194304 5098028 140724277895040 140724277893144 140437918712444 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 18055168 140724277900154 140724277900397 140724277900397 140724277903306 0
/proc/9585/statm: 28282 362 304 221 0 87 0

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

/proc/9587/task/9601/stat : 9601 (java) S 9585 9585 6753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 407692468 15787421696 26844 33554432000 4194304 4196468 140721915952464 140411568675120 140412015745666 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19763200 140721915958255 140721915958426 140721915958426 140721915961295 0
[pid=9587/tid=9602] ppid=9585 vsize=15417404 memory=0 CPUtime=0.56 cores=0,2,4,6
/proc/9587/task/9602/stat : 9602 (java) R 9585 9585 6753 0 -1 4202560 63 0 0 0 56 0 0 0 20 0 19 0 407692524 15787421696 26844 33554432000 4194304 4196468 140721915952464 140411559459352 140411996577465 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19763200 140721915958255 140721915958426 140721915958426 140721915961295 0
[pid=9587/tid=9603] ppid=9585 vsize=15417404 memory=0 CPUtime=0.6 cores=0,2,4,6
/proc/9587/task/9603/stat : 9603 (java) R 9585 9585 6753 0 -1 4202560 88 0 0 0 60 0 0 0 20 0 19 0 407692524 15787421696 26844 33554432000 4194304 4196468 140721915952464 140411558407928 140411628953124 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19763200 140721915958255 140721915958426 140721915958426 140721915961295 0
[pid=9587/tid=9604] ppid=9585 vsize=15417404 memory=-7749694995119233653 CPUtime=0.69 cores=0,2,4,6
/proc/9587/task/9604/stat : 9604 (java) R 9585 9585 6753 0 -1 4202560 52 0 0 0 69 0 0 0 20 0 19 0 407692524 15787421696 26844 33554432000 4194304 4196468 140721915952464 140411557359368 140411628803446 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19763200 140721915958255 140721915958426 140721915958426 140721915961295 0
[pid=9587/tid=9605] ppid=9585 vsize=15417404 memory=-7022074515825631275 CPUtime=0.59 cores=0,2,4,6
/proc/9587/task/9605/stat : 9605 (java) R 9585 9585 6753 0 -1 4202560 59 0 0 0 59 0 0 0 20 0 19 0 407692524 15787421696 26844 33554432000 4194304 4196468 140721915952464 140411556302840 140411994792329 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19763200 140721915958255 140721915958426 140721915958426 140721915961295 0
Current children cumulated CPU time: 5.17 s
Current children cumulated vsize: 15530532 KiB
Current children cumulated memory: 108824 KiB

[startup+2.40527 s]
/proc/loadavg: 8.36 8.29 6.95 11/238 9605
/proc/meminfo: memFree=31254968/32770624 swapFree=66979392/67108860
[pid=9585] ppid=9582 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/9585/stat : 9585 (xcsp3-exec) S 9582 9585 6753 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 407692462 115843072 362 33554432000 4194304 5098028 140724277895040 140724277893144 140437918712444 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 18055168 140724277900154 140724277900397 140724277900397 140724277903306 0
/proc/9585/statm: 28282 362 304 221 0 87 0
[pid=9587] ppid=9585 vsize=15417404 memory=113468 CPUtime=8.36 cores=0,2,4,6
/proc/9587/stat : 9587 (java) S 9585 9585 6753 0 -1 1077944320 27416 0 0 0 827 9 0 0 20 0 19 0 407692462 15787421696 28367 33554432000 4194304 4196468 140721915952464 140721915935008 140412015734519 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 19763200 140721915958255 140721915958426 140721915958426 140721915961295 0
/proc/9587/statm: 3854351 28367 3460 1 0 3815453 0
[pid=9587/tid=9588] ppid=9585 vsize=15417404 memory=2404 CPUtime=0.6 cores=0,2,4,6
/proc/9587/task/9588/stat : 9588 (java) S 9585 9585 6753 0 -1 1077944384 9258 0 0 0 56 4 0 0 20 0 19 0 407692462 15787421696 28367 33554432000 4194304 4196468 140721915952464 140412019975296 140412015744725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19763200 140721915958255 140721915958426 140721915958426 140721915961295 0
[pid=9587/tid=9589] ppid=9585 vsize=15417404 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/9587/task/9589/stat : 9589 (java) S 9585 9585 6753 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 407692463 15787421696 28367 33554432000 4194304 4196468 140721915952464 140411608099600 140412015744725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19763200 140721915958255 140721915958426 140721915958426 140721915961295 0
[pid=9587/tid=9590] ppid=9585 vsize=15417404 memory=131 CPUtime=0 cores=0,2,4,6
/proc/9587/task/9590/stat : 9590 (java) S 9585 9585 6753 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 407692463 15787421696 28367 33554432000 4194304 4196468 140721915952464 140411607047056 140412015744725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19763200 140721915958255 140721915958426 140721915958426 140721915961295 0
[pid=9587/tid=9591] ppid=9585 vsize=15417404 memory=59 CPUtime=0 cores=0,2,4,6
/proc/9587/task/9591/stat : 9591 (java) S 9585 9585 6753 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 407692463 15787421696 28367 33554432000 4194304 4196468 140721915952464 140411605994512 140412015744725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19763200 140721915958255 140721915958426 140721915958426 140721915961295 0
[pid=9587/tid=9592] ppid=9585 vsize=15417404 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9587/task/9592/stat : 9592 (java) S 9585 9585 6753 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 407692463 15787421696 28367 33554432000 4194304 4196468 140721915952464 140411604941968 140412015744725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19763200 140721915958255 140721915958426 140721915958426 140721915961295 0
[pid=9587/tid=9593] ppid=9585 vsize=15417404 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9587/task/9593/stat : 9593 (java) S 9585 9585 6753 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 19 0 407692464 15787421696 28367 33554432000 4194304 4196468 140721915952464 140411577096176 140412015745666 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19763200 140721915958255 140721915958426 140721915958426 140721915961295 0
[pid=9587/tid=9594] ppid=9585 vsize=15417404 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9587/task/9594/stat : 9594 (java) S 9585 9585 6753 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 407692465 15787421696 28367 33554432000 4194304 4196468 140721915952464 140411576042400 140412015744725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19763200 140721915958255 140721915958426 140721915958426 140721915961295 0
[pid=9587/tid=9595] ppid=9585 vsize=15417404 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9587/task/9595/stat : 9595 (java) S 9585 9585 6753 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 407692465 15787421696 28367 33554432000 4194304 4196468 140721915952464 140411574989808 140412015744725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19763200 140721915958255 140721915958426 140721915958426 140721915961295 0
[pid=9587/tid=9596] ppid=9585 vsize=15417404 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9587/task/9596/stat : 9596 (java) S 9585 9585 6753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 407692467 15787421696 28367 33554432000 4194304 4196468 140721915952464 140411573938384 140412015753115 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19763200 140721915958255 140721915958426 140721915958426 140721915961295 0
[pid=9587/tid=9597] ppid=9585 vsize=15417404 memory=0 CPUtime=1.36 cores=0,2,4,6
/proc/9587/task/9597/stat : 9597 (java) R 9585 9585 6753 0 -1 4202560 6353 0 0 0 136 0 0 0 20 0 19 0 407692467 15787421696 28367 33554432000 4194304 4196468 140721915952464 140411572872528 140411995578127 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19763200 140721915958255 140721915958426 140721915958426 140721915961295 0
[pid=9587/tid=9598] ppid=9585 vsize=15417404 memory=0 CPUtime=1.23 cores=0,2,4,6
/proc/9587/task/9598/stat : 9598 (java) R 9585 9585 6753 0 -1 4202560 5873 0 0 0 123 0 0 0 20 0 19 0 407692467 15787421696 28367 33554432000 4194304 4196468 140721915952464 140411571820000 140411997277851 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19763200 140721915958255 140721915958426 140721915958426 140721915961295 0
[pid=9587/tid=9599] ppid=9585 vsize=15417404 memory=0 CPUtime=0.53 cores=0,2,4,6
/proc/9587/task/9599/stat : 9599 (java) S 9585 9585 6753 0 -1 1077944384 3489 0 0 0 52 1 0 0 20 0 19 0 407692467 15787421696 28367 33554432000 4194304 4196468 140721915952464 140411570780912 140412015745666 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19763200 140721915958255 140721915958426 140721915958426 140721915961295 0
[pid=9587/tid=9600] ppid=9585 vsize=15417404 memory=17 CPUtime=0 cores=0,2,4,6
/proc/9587/task/9600/stat : 9600 (java) S 9585 9585 6753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 407692468 15787421696 28367 33554432000 4194304 4196468 140721915952464 140411569728608 140412015744725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19763200 140721915958255 140721915958426 140721915958426 140721915961295 0
[pid=9587/tid=9601] ppid=9585 vsize=15417404 memory=18 CPUtime=0 cores=0,2,4,6
/proc/9587/task/9601/stat : 9601 (java) S 9585 9585 6753 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 19 0 407692468 15787421696 28367 33554432000 4194304 4196468 140721915952464 140411568675120 140412015745666 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19763200 140721915958255 140721915958426 140721915958426 140721915961295 0
[pid=9587/tid=9602] ppid=9585 vsize=15417404 memory=33 CPUtime=1 cores=0,2,4,6
/proc/9587/task/9602/stat : 9602 (java) R 9585 9585 6753 0 -1 1077944384 116 0 0 0 100 0 0 0 20 0 19 0 407692524 15787421696 28367 33554432000 4194304 4196468 140721915952464 140411559463200 140412015744725 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19763200 140721915958255 140721915958426 140721915958426 140721915961295 0
[pid=9587/tid=9603] ppid=9585 vsize=15417404 memory=280969781804048 CPUtime=1.01 cores=0,2,4,6
/proc/9587/task/9603/stat : 9603 (java) R 9585 9585 6753 0 -1 4202560 223 0 0 0 101 0 0 0 20 0 19 0 407692524 15787421696 28367 33554432000 4194304 4196468 140721915952464 140411558413048 140411630498496 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19763200 140721915958255 140721915958426 140721915958426 140721915961295 0
[pid=9587/tid=9604] ppid=9585 vsize=15417404 memory=-5090684516436065378 CPUtime=1.25 cores=0,2,4,6
/proc/9587/task/9604/stat : 9604 (java) R 9585 9585 6753 0 -1 4202560 437 0 0 0 125 0 0 0 20 0 19 0 407692524 15787421696 28367 33554432000 4194304 4196468 140721915952464 140411557358528 140411630022586 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19763200 140721915958255 140721915958426 140721915958426 140721915961295 0
[pid=9587/tid=9605] ppid=9585 vsize=15417404 memory=-5424205060747869282 CPUtime=1.32 cores=0,2,4,6
/proc/9587/task/9605/stat : 9605 (java) R 9585 9585 6753 0 -1 4202560 343 0 0 0 131 1 0 0 20 0 19 0 407692524 15787421696 28367 33554432000 4194304 4196468 140721915952464 140411556306936 140411628953081 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19763200 140721915958255 140721915958426 140721915958426 140721915961295 0
Current children cumulated CPU time: 8.36 s
Current children cumulated vsize: 15530532 KiB
Current children cumulated memory: 114916 KiB

[startup+2.60127 s]
/proc/loadavg: 8.36 8.29 6.95 11/238 9605
/proc/meminfo: memFree=31254968/32770624 swapFree=66979392/67108860
[pid=9585] ppid=9582 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/9585/stat : 9585 (xcsp3-exec) S 9582 9585 6753 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 407692462 115843072 362 33554432000 4194304 5098028 140724277895040 140724277893144 140437918712444 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 18055168 140724277900154 140724277900397 140724277900397 140724277903306 0
/proc/9585/statm: 28282 362 304 221 0 87 0
[pid=9587] ppid=9585 vsize=15417404 memory=113756 CPUtime=9.15 cores=0,2,4,6
/proc/9587/stat : 9587 (java) S 9585 9585 6753 0 -1 1077944320 28363 0 0 0 905 10 0 0 20 0 19 0 407692462 15787421696 28439 33554432000 4194304 4196468 140721915952464 140721915935008 140412015734519 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 19763200 140721915958255 140721915958426 140721915958426 140721915961295 0
/proc/9587/statm: 3854351 28439 3460 1 0 3815453 0
[pid=9587/tid=9588] ppid=9585 vsize=15417404 memory=4137287014106042739 CPUtime=0.6 cores=0,2,4,6
/proc/9587/task/9588/stat : 9588 (java) S 9585 9585 6753 0 -1 1077944384 9258 0 0 0 56 4 0 0 20 0 19 0 407692462 15787421696 28439 33554432000 4194304 4196468 140721915952464 140412019975296 140412015744725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19763200 140721915958255 140721915958426 140721915958426 140721915961295 0
[pid=9587/tid=9589] ppid=9585 vsize=15417404 memory=4206468019014099040 CPUtime=0 cores=0,2,4,6
/proc/9587/task/9589/stat : 9589 (java) S 9585 9585 6753 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 407692463 15787421696 28439 33554432000 4194304 4196468 140721915952464 140411608099600 140412015744725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19763200 140721915958255 140721915958426 140721915958426 140721915961295 0
[pid=9587/tid=9590] ppid=9585 vsize=15417404 memory=-7739291840220455296 CPUtime=0 cores=0,2,4,6
/proc/9587/task/9590/stat : 9590 (java) S 9585 9585 6753 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 407692463 15787421696 28439 33554432000 4194304 4196468 140721915952464 140411607047056 140412015744725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19763200 140721915958255 140721915958426 140721915958426 140721915961295 0
[pid=9587/tid=9591] ppid=9585 vsize=15417404 memory=-9001728533042062950 CPUtime=0 cores=0,2,4,6
/proc/9587/task/9591/stat : 9591 (java) S 9585 9585 6753 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 407692463 15787421696 28439 33554432000 4194304 4196468 140721915952464 140411605994512 140412015744725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19763200 140721915958255 140721915958426 140721915958426 140721915961295 0
[pid=9587/tid=9592] ppid=9585 vsize=15417404 memory=6944656592455088490 CPUtime=0 cores=0,2,4,6
/proc/9587/task/9592/stat : 9592 (java) S 9585 9585 6753 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 407692463 15787421696 28439 33554432000 4194304 4196468 140721915952464 140411604941968 140412015744725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19763200 140721915958255 140721915958426 140721915958426 140721915961295 0
[pid=9587/tid=9593] ppid=9585 vsize=15417404 memory=4571546647536694826 CPUtime=0 cores=0,2,4,6
/proc/9587/task/9593/stat : 9593 (java) S 9585 9585 6753 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 19 0 407692464 15787421696 28439 33554432000 4194304 4196468 140721915952464 140411577096176 140412015745666 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19763200 140721915958255 140721915958426 140721915958426 140721915961295 0
[pid=9587/tid=9594] ppid=9585 vsize=15417404 memory=-7098080424032564416 CPUtime=0 cores=0,2,4,6
/proc/9587/task/9594/stat : 9594 (java) S 9585 9585 6753 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 407692465 15787421696 28439 33554432000 4194304 4196468 140721915952464 140411576042400 140412015744725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19763200 140721915958255 140721915958426 140721915958426 140721915961295 0
[pid=9587/tid=9595] ppid=9585 vsize=15417404 memory=-6302889425569150144 CPUtime=0 cores=0,2,4,6
/proc/9587/task/9595/stat : 9595 (java) S 9585 9585 6753 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 407692465 15787421696 28439 33554432000 4194304 4196468 140721915952464 140411574989808 140412015744725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19763200 140721915958255 140721915958426 140721915958426 140721915961295 0
[pid=9587/tid=9596] ppid=9585 vsize=15417404 memory=8695503812894816424 CPUtime=0 cores=0,2,4,6
/proc/9587/task/9596/stat : 9596 (java) S 9585 9585 6753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 407692467 15787421696 28439 33554432000 4194304 4196468 140721915952464 140411573938384 140412015753115 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19763200 140721915958255 140721915958426 140721915958426 140721915961295 0
[pid=9587/tid=9597] ppid=9585 vsize=15417404 memory=-1189914978686163229 CPUtime=1.47 cores=0,2,4,6
/proc/9587/task/9597/stat : 9597 (java) R 9585 9585 6753 0 -1 4202560 6580 0 0 0 147 0 0 0 20 0 19 0 407692467 15787421696 28439 33554432000 4194304 4196468 140721915952464 140411572872544 140411994950504 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19763200 140721915958255 140721915958426 140721915958426 140721915961295 0
[pid=9587/tid=9598] ppid=9585 vsize=15417404 memory=0 CPUtime=1.42 cores=0,2,4,6
/proc/9587/task/9598/stat : 9598 (java) R 9585 9585 6753 0 -1 4202560 6563 0 0 0 141 1 0 0 20 0 19 0 407692467 15787421696 28439 33554432000 4194304 4196468 140721915952464 140411571826648 140411994187057 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19763200 140721915958255 140721915958426 140721915958426 140721915961295 0
[pid=9587/tid=9599] ppid=9585 vsize=15417404 memory=7522797428473883477 CPUtime=0.53 cores=0,2,4,6
/proc/9587/task/9599/stat : 9599 (java) R 9585 9585 6753 0 -1 1077944384 3495 0 0 0 52 1 0 0 20 0 19 0 407692467 15787421696 28439 33554432000 4194304 4196468 140721915952464 140411570778704 140412015744725 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19763200 140721915958255 140721915958426 140721915958426 140721915961295 0
[pid=9587/tid=9600] ppid=9585 vsize=15417404 memory=7668338695998623849 CPUtime=0 cores=0,2,4,6
/proc/9587/task/9600/stat : 9600 (java) S 9585 9585 6753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 407692468 15787421696 28439 33554432000 4194304 4196468 140721915952464 140411569728608 140412015744725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19763200 140721915958255 140721915958426 140721915958426 140721915961295 0
[pid=9587/tid=9601] ppid=9585 vsize=15417404 memory=5932194356844980564 CPUtime=0 cores=0,2,4,6
/proc/9587/task/9601/stat : 9601 (java) S 9585 9585 6753 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 19 0 407692468 15787421696 28439 33554432000 4194304 4196468 140721915952464 140411568675120 140412015745666 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19763200 140721915958255 140721915958426 140721915958426 140721915961295 0
[pid=9587/tid=9602] ppid=9585 vsize=15417404 memory=1412 CPUtime=1.09 cores=0,2,4,6
/proc/9587/task/9602/stat : 9602 (java) R 9585 9585 6753 0 -1 4202560 116 0 0 0 109 0 0 0 20 0 19 0 407692524 15787421696 28439 33554432000 4194304 4196468 140721915952464 140411559462752 140411628862788 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19763200 140721915958255 140721915958426 140721915958426 140721915961295 0
[pid=9587/tid=9603] ppid=9585 vsize=15417404 memory=2209 CPUtime=1.11 cores=0,2,4,6
/proc/9587/task/9603/stat : 9603 (java) R 9585 9585 6753 0 -1 4202560 235 0 0 0 111 0 0 0 20 0 19 0 407692524 15787421696 28439 33554432000 4194304 4196468 140721915952464 140411558412568 140411629371966 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19763200 140721915958255 140721915958426 140721915958426 140721915961295 0
[pid=9587/tid=9604] ppid=9585 vsize=15417404 memory=60004 CPUtime=1.35 cores=0,2,4,6
/proc/9587/task/9604/stat : 9604 (java) R 9585 9585 6753 0 -1 4202560 438 0 0 0 135 0 0 0 20 0 19 0 407692524 15787421696 28439 33554432000 4194304 4196468 140721915952464 140411557358576 140411629639365 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19763200 140721915958255 140721915958426 140721915958426 140721915961295 0
[pid=9587/tid=9605] ppid=9585 vsize=15417404 memory=0 CPUtime=1.51 cores=0,2,4,6
/proc/9587/task/9605/stat : 9605 (java) R 9585 9585 6753 0 -1 4202560 354 0 0 0 150 1 0 0 20 0 19 0 407692524 15787421696 28439 33554432000 4194304 4196468 140721915952464 140411556307160 140411629637040 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19763200 140721915958255 140721915958426 140721915958426 140721915961295 0
Current children cumulated CPU time: 9.15 s
Current children cumulated vsize: 15530532 KiB
Current children cumulated memory: 115204 KiB

[startup+2.70228 s]
/proc/loadavg: 8.36 8.29 6.95 11/238 9605
/proc/meminfo: memFree=31254968/32770624 swapFree=66979392/67108860
[pid=9585] ppid=9582 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/9585/stat : 9585 (xcsp3-exec) S 9582 9585 6753 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 407692462 115843072 362 33554432000 4194304 5098028 140724277895040 140724277893144 140437918712444 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 18055168 140724277900154 140724277900397 140724277900397 140724277903306 0
/proc/9585/statm: 28282 362 304 221 0 87 0
[pid=9587] ppid=9585 vsize=15417404 memory=115848 CPUtime=9.55 cores=0,2,4,6
/proc/9587/stat : 9587 (java) S 9585 9585 6753 0 -1 1077944320 28484 0 0 0 945 10 0 0 20 0 19 0 407692462 15787421696 28962 33554432000 4194304 4196468 140721915952464 140721915935008 140412015734519 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 19763200 140721915958255 140721915958426 140721915958426 140721915961295 0
/proc/9587/statm: 3854351 28962 3460 1 0 3815453 0
[pid=9587/tid=9588] ppid=9585 vsize=15417404 memory=6656426216303648864 CPUtime=0.6 cores=0,2,4,6
/proc/9587/task/9588/stat : 9588 (java) S 9585 9585 6753 0 -1 1077944384 9258 0 0 0 56 4 0 0 20 0 19 0 407692462 15787421696 28962 33554432000 4194304 4196468 140721915952464 140412019975296 140412015744725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19763200 140721915958255 140721915958426 140721915958426 140721915961295 0
[pid=9587/tid=9589] ppid=9585 vsize=15417404 memory=112892 CPUtime=0 cores=0,2,4,6
/proc/9587/task/9589/stat : 9589 (java) S 9585 9585 6753 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 407692463 15787421696 28962 33554432000 4194304 4196468 140721915952464 140411608099600 140412015744725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19763200 140721915958255 140721915958426 140721915958426 140721915961295 0
[pid=9587/tid=9590] ppid=9585 vsize=15417404 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9587/task/9590/stat : 9590 (java) S 9585 9585 6753 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 407692463 15787421696 28962 33554432000 4194304 4196468 140721915952464 140411607047056 140412015744725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19763200 140721915958255 140721915958426 140721915958426 140721915961295 0
[pid=9587/tid=9591] ppid=9585 vsize=15417404 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9587/task/9591/stat : 9591 (java) S 9585 9585 6753 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 407692463 15787421696 28962 33554432000 4194304 4196468 140721915952464 140411605994512 140412015744725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19763200 140721915958255 140721915958426 140721915958426 140721915961295 0
[pid=9587/tid=9592] ppid=9585 vsize=15417404 memory=8562125494162282060 CPUtime=0 cores=0,2,4,6
/proc/9587/task/9592/stat : 9592 (java) S 9585 9585 6753 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 407692463 15787421696 28962 33554432000 4194304 4196468 140721915952464 140411604941968 140412015744725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19763200 140721915958255 140721915958426 140721915958426 140721915961295 0
[pid=9587/tid=9593] ppid=9585 vsize=15417404 memory=7976406965554101975 CPUtime=0 cores=0,2,4,6
/proc/9587/task/9593/stat : 9593 (java) S 9585 9585 6753 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 19 0 407692464 15787421696 28962 33554432000 4194304 4196468 140721915952464 140411577096176 140412015745666 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19763200 140721915958255 140721915958426 140721915958426 140721915961295 0
[pid=9587/tid=9594] ppid=9585 vsize=15417404 memory=-2026666227646604569 CPUtime=0 cores=0,2,4,6
/proc/9587/task/9594/stat : 9594 (java) S 9585 9585 6753 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 407692465 15787421696 28962 33554432000 4194304 4196468 140721915952464 140411576042400 140412015744725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19763200 140721915958255 140721915958426 140721915958426 140721915961295 0
[pid=9587/tid=9595] ppid=9585 vsize=15417404 memory=-4695043397844020537 CPUtime=0 cores=0,2,4,6
/proc/9587/task/9595/stat : 9595 (java) S 9585 9585 6753 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 407692465 15787421696 28962 33554432000 4194304 4196468 140721915952464 140411574989808 140412015744725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19763200 140721915958255 140721915958426 140721915958426 140721915961295 0
[pid=9587/tid=9596] ppid=9585 vsize=15417404 memory=-2605811476043407915 CPUtime=0 cores=0,2,4,6
/proc/9587/task/9596/stat : 9596 (java) S 9585 9585 6753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 407692467 15787421696 28962 33554432000 4194304 4196468 140721915952464 140411573938384 140412015753115 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19763200 140721915958255 140721915958426 140721915958426 140721915961295 0
[pid=9587/tid=9597] ppid=9585 vsize=15417404 memory=0 CPUtime=1.56 cores=0,2,4,6
/proc/9587/task/9597/stat : 9597 (java) R 9585 9585 6753 0 -1 4202560 6624 0 0 0 156 0 0 0 20 0 19 0 407692467 15787421696 28962 33554432000 4194304 4196468 140721915952464 140411572872568 140411996435198 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19763200 140721915958255 140721915958426 140721915958426 140721915961295 0
[pid=9587/tid=9598] ppid=9585 vsize=15417404 memory=0 CPUtime=1.49 cores=0,2,4,6
/proc/9587/task/9598/stat : 9598 (java) R 9585 9585 6753 0 -1 4202560 6583 0 0 0 148 1 0 0 20 0 19 0 407692467 15787421696 28962 33554432000 4194304 4196468 140721915952464 140411571812944 140411994972932 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19763200 140721915958255 140721915958426 140721915958426 140721915961295 0
[pid=9587/tid=9599] ppid=9585 vsize=15417404 memory=0 CPUtime=0.53 cores=0,2,4,6
/proc/9587/task/9599/stat : 9599 (java) S 9585 9585 6753 0 -1 1077944384 3505 0 0 0 52 1 0 0 20 0 19 0 407692467 15787421696 28962 33554432000 4194304 4196468 140721915952464 140411570780912 140412015745666 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19763200 140721915958255 140721915958426 140721915958426 140721915961295 0
[pid=9587/tid=9600] ppid=9585 vsize=15417404 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9587/task/9600/stat : 9600 (java) S 9585 9585 6753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 407692468 15787421696 28962 33554432000 4194304 4196468 140721915952464 140411569728608 140412015744725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19763200 140721915958255 140721915958426 140721915958426 140721915961295 0
[pid=9587/tid=9601] ppid=9585 vsize=15417404 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9587/task/9601/stat : 9601 (java) S 9585 9585 6753 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 19 0 407692468 15787421696 28962 33554432000 4194304 4196468 140721915952464 140411568675120 140412015745666 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19763200 140721915958255 140721915958426 140721915958426 140721915961295 0
[pid=9587/tid=9602] ppid=9585 vsize=15417404 memory=0 CPUtime=1.14 cores=0,2,4,6
/proc/9587/task/9602/stat : 9602 (java) R 9585 9585 6753 0 -1 4202560 116 0 0 0 114 0 0 0 20 0 19 0 407692524 15787421696 28962 33554432000 4194304 4196468 140721915952464 140411559464704 140411629635727 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19763200 140721915958255 140721915958426 140721915958426 140721915961295 0
[pid=9587/tid=9603] ppid=9585 vsize=15417404 memory=1448 CPUtime=1.18 cores=0,2,4,6
/proc/9587/task/9603/stat : 9603 (java) R 9585 9585 6753 0 -1 4202560 237 0 0 0 118 0 0 0 20 0 19 0 407692524 15787421696 28962 33554432000 4194304 4196468 140721915952464 140411558413280 140412000074641 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19763200 140721915958255 140721915958426 140721915958426 140721915961295 0
[pid=9587/tid=9604] ppid=9585 vsize=15417404 memory=108372 CPUtime=1.41 cores=0,2,4,6
/proc/9587/task/9604/stat : 9604 (java) R 9585 9585 6753 0 -1 4202560 439 0 0 0 141 0 0 0 20 0 19 0 407692524 15787421696 28962 33554432000 4194304 4196468 140721915952464 140411557359736 140411630645399 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19763200 140721915958255 140721915958426 140721915958426 140721915961295 0
[pid=9587/tid=9605] ppid=9585 vsize=15417404 memory=3848 CPUtime=1.57 cores=0,2,4,6
/proc/9587/task/9605/stat : 9605 (java) R 9585 9585 6753 0 -1 4202560 357 0 0 0 155 2 0 0 20 0 19 0 407692524 15787421696 28962 33554432000 4194304 4196468 140721915952464 140411556307160 140411624829273 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19763200 140721915958255 140721915958426 140721915958426 140721915961295 0
Current children cumulated CPU time: 9.55 s
Current children cumulated vsize: 15530532 KiB
Current children cumulated memory: 117296 KiB

Child status: 0
Real time (s): 2.74349
CPU time (s): 9.66397
CPU user time (s): 9.55743
CPU system time (s): 0.106539
CPU usage (%): 352.25
Max. virtual memory (cumulated for all children) (KiB): 15530532
Max. memory (cumulated for all children) (KiB): 118308

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.55743
system time used= 0.106539
maximum resident set size= 118068
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29693
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= 2109
involuntary context switches= 438


# summary of solver processes directly reported to runsolver:
#   pid: 9585
#   total CPU time (s): 9.66397
#   total CPU user time (s): 9.55743
#   total CPU system time (s): 0.106539

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.048862 second user time and 0.063987 second system time

The end

Launcher Data

Begin job on node121 at 2019-09-12 20:50:56
IDJOB=4392939
IDBENCH=120691
IDSOLVER=2840
FILE ID=node121/4392939-1568314298
RUNJOBID= node121-1568312479-6784
PBS_JOBID= 21701130
Free space on /tmp= 61024 MiB

SOLVER NAME= choco-solver 2019-06-14
BENCH NAME= XCSP17/GracefulGraph/GracefulGraph-m1-s1/GracefulGraph-K03-P07.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-4392939-1568314298/watcher-4392939-1568314298 -o /tmp/evaluation-result-4392939-1568314298/solver-4392939-1568314298 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node121-1568312479-6784 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1619290652 HOME/instance-4392939-1568314298.xml

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

MD5SUM BENCH= da29a6dd83857351367aad9031227a75
RANDOM SEED=1619290652

node121.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.75
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.75
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.75
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.75
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:        31350296 kB
MemAvailable:   31566132 kB
Buffers:          115172 kB
Cached:           396116 kB
SwapCached:        19272 kB
Active:           637264 kB
Inactive:         250816 kB
Active(anon):     363272 kB
Inactive(anon):    42408 kB
Active(file):     273992 kB
Inactive(file):   208408 kB
Unevictable:      109568 kB
Mlocked:          109568 kB
SwapTotal:      67108860 kB
SwapFree:       66979392 kB
Dirty:             25968 kB
Writeback:             0 kB
AnonPages:        506880 kB
Mapped:            44240 kB
Shmem:             20336 kB
Slab:             127436 kB
SReclaimable:      98544 kB
SUnreclaim:        28892 kB
KernelStack:        4112 kB
PageTables:         6712 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1445196 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    395264 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 61000 MiB
End job on node121 at 2019-09-12 20:50:59