Trace number 4398899

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-16SAT 10.6507 2.9953

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-4398899-1568689446.xml"  -tl '2520s' -p 4
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4398899-1568689446.xml, -tl, 2520s, -p, 4]
0.13/0.22	c 4 solvers in parallel
0.34/0.28	c parse instance...
1.02/0.61	c solve instance...
10.35/2.97	s SATISFIABLE
10.35/2.97	v <instantiation>
10.35/2.97	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>
10.35/2.97	v 	<values>39 1 31 0 33 35 37 11 38 12 18 2 27 13 36 3 34 16 32 15 4 38 8 30 33 35 2 26 1 27 6 10 16 14 9 23 31 13 18 17 28 11 39 32 4 37 22 3 25 7 36 15 5 34 24 21 20 29 19 12 </values>
10.35/2.97	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 (15241 MiB free)
  memory of node 1: 16384 MiB (15360 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4398899-1568689446/watcher-4398899-1568689446 -o /tmp/evaluation-result-4398899-1568689446/solver-4398899-1568689446 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1568682260-15014 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1358570814 HOME/instance-4398899-1568689446.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
Current StackSize limit: 8192 KiB

solver pid=23341, runsolver pid=23338

[startup+0.100127 s]*
/proc/loadavg: 8.11 8.38 8.40 7/235 23357
/proc/meminfo: memFree=31321156/32770624 swapFree=66997372/67108860
[pid=23341] ppid=23338 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/23341/stat : 23341 (xcsp3-exec) S 23338 23341 14983 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 445197702 115843072 362 33554432000 4194304 5098028 140725443911120 140725443909224 140323843572348 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 25894912 140725443912570 140725443912813 140725443912813 140725443915722 0
/proc/23341/statm: 28282 362 304 221 0 87 0
[pid=23343] ppid=23341 vsize=15144776 memory=28968 CPUtime=0.13 cores=0,2,4,6
/proc/23343/stat : 23343 (java) S 23341 23341 14983 0 -1 1077944320 5699 0 0 0 12 1 0 0 20 0 15 0 445197702 15508250624 7242 33554432000 4194304 4196468 140727171973360 140727171955904 140209361256183 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21942272 140727171978223 140727171978394 140727171978394 140727171981263 0
/proc/23343/statm: 3786194 7242 3147 1 0 3748377 0
[pid=23343/tid=23344] ppid=23341 vsize=15144776 memory=7100839870104831090 CPUtime=0.09 cores=0,2,4,6
/proc/23343/task/23344/stat : 23344 (java) R 23341 23341 14983 0 -1 4202560 3582 0 0 0 8 1 0 0 20 0 15 0 445197702 15508250624 7242 33554432000 4194304 4196468 140727171973360 140209365487328 140209361268118 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21942272 140727171978223 140727171978394 140727171978394 140727171981263 0
[pid=23343/tid=23345] ppid=23341 vsize=15144776 memory=-3689451258167578675 CPUtime=0 cores=0,2,4,6
/proc/23343/task/23345/stat : 23345 (java) S 23341 23341 14983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445197703 15508250624 7242 33554432000 4194304 4196468 140727171973360 140209289296144 140209361266389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21942272 140727171978223 140727171978394 140727171978394 140727171981263 0
[pid=23343/tid=23346] ppid=23341 vsize=15144776 memory=139924797425280 CPUtime=0 cores=0,2,4,6
/proc/23343/task/23346/stat : 23346 (java) S 23341 23341 14983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445197703 15508250624 7242 33554432000 4194304 4196468 140727171973360 140209288243600 140209361266389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21942272 140727171978223 140727171978394 140727171978394 140727171981263 0
[pid=23343/tid=23347] ppid=23341 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23343/task/23347/stat : 23347 (java) S 23341 23341 14983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445197703 15508250624 7242 33554432000 4194304 4196468 140727171973360 140209287191056 140209361266389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21942272 140727171978223 140727171978394 140727171978394 140727171981263 0
[pid=23343/tid=23348] ppid=23341 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23343/task/23348/stat : 23348 (java) S 23341 23341 14983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445197703 15508250624 7242 33554432000 4194304 4196468 140727171973360 140209286138512 140209361266389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21942272 140727171978223 140727171978394 140727171978394 140727171981263 0
[pid=23343/tid=23349] ppid=23341 vsize=15144776 memory=139924797425280 CPUtime=0 cores=0,2,4,6
/proc/23343/task/23349/stat : 23349 (java) S 23341 23341 14983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445197704 15508250624 7242 33554432000 4194304 4196468 140727171973360 140208829524464 140209361267330 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21942272 140727171978223 140727171978394 140727171978394 140727171981263 0
[pid=23343/tid=23350] ppid=23341 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23343/task/23350/stat : 23350 (java) S 23341 23341 14983 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445197705 15508250624 7242 33554432000 4194304 4196468 140727171973360 140208828470688 140209361266389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21942272 140727171978223 140727171978394 140727171978394 140727171981263 0
[pid=23343/tid=23351] ppid=23341 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23343/task/23351/stat : 23351 (java) S 23341 23341 14983 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445197705 15508250624 7242 33554432000 4194304 4196468 140727171973360 140208827418096 140209361266389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21942272 140727171978223 140727171978394 140727171978394 140727171981263 0
[pid=23343/tid=23352] ppid=23341 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23343/task/23352/stat : 23352 (java) S 23341 23341 14983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445197707 15508250624 7242 33554432000 4194304 4196468 140727171973360 140208826366672 140209361274779 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21942272 140727171978223 140727171978394 140727171978394 140727171981263 0
[pid=23343/tid=23353] ppid=23341 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23343/task/23353/stat : 23353 (java) S 23341 23341 14983 0 -1 1077944384 458 0 0 0 0 0 0 0 20 0 15 0 445197707 15508250624 7242 33554432000 4194304 4196468 140727171973360 140208825313264 140209361267330 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21942272 140727171978223 140727171978394 140727171978394 140727171981263 0
[pid=23343/tid=23354] ppid=23341 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23343/task/23354/stat : 23354 (java) S 23341 23341 14983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445197707 15508250624 7242 33554432000 4194304 4196468 140727171973360 140208824260720 140209361267330 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21942272 140727171978223 140727171978394 140727171978394 140727171981263 0
[pid=23343/tid=23355] ppid=23341 vsize=15144776 memory=139924797425280 CPUtime=0.02 cores=0,2,4,6
/proc/23343/task/23355/stat : 23355 (java) R 23341 23341 14983 0 -1 4202560 357 0 0 0 2 0 0 0 20 0 15 0 445197707 15508250624 7242 33554432000 4194304 4196468 140727171973360 140208823208176 140209340183077 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21942272 140727171978223 140727171978394 140727171978394 140727171981263 0
[pid=23343/tid=23356] ppid=23341 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23343/task/23356/stat : 23356 (java) S 23341 23341 14983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445197707 15508250624 7242 33554432000 4194304 4196468 140727171973360 140208822155872 140209361266389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21942272 140727171978223 140727171978394 140727171978394 140727171981263 0
[pid=23343/tid=23357] ppid=23341 vsize=15144776 memory=139924797425280 CPUtime=0 cores=0,2,4,6
/proc/23343/task/23357/stat : 23357 (java) S 23341 23341 14983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445197708 15508250624 7242 33554432000 4194304 4196468 140727171973360 140208821103408 140209361267330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21942272 140727171978223 140727171978394 140727171978394 140727171981263 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30416 KiB

[startup+0.211314 s]*
/proc/loadavg: 8.11 8.38 8.40 6/235 23357
/proc/meminfo: memFree=31307732/32770624 swapFree=66997372/67108860
[pid=23341] ppid=23338 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/23341/stat : 23341 (xcsp3-exec) S 23338 23341 14983 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 445197702 115843072 362 33554432000 4194304 5098028 140725443911120 140725443909224 140323843572348 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 25894912 140725443912570 140725443912813 140725443912813 140725443915722 0
/proc/23341/statm: 28282 362 304 221 0 87 0
[pid=23343] ppid=23341 vsize=15144776 memory=40900 CPUtime=0.34 cores=0,2,4,6
/proc/23343/stat : 23343 (java) S 23341 23341 14983 0 -1 1077944320 9460 0 0 0 31 3 0 0 20 0 15 0 445197702 15508250624 10225 33554432000 4194304 4196468 140727171973360 140727171955904 140209361256183 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21942272 140727171978223 140727171978394 140727171978394 140727171981263 0
/proc/23343/statm: 3786194 10225 3303 1 0 3748377 0
[pid=23343/tid=23344] ppid=23341 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/23343/task/23344/stat : 23344 (java) R 23341 23341 14983 0 -1 4202560 6628 0 0 0 18 2 0 0 20 0 15 0 445197702 15508250624 10225 33554432000 4194304 4196468 140727171973360 140209365489632 140209361268118 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21942272 140727171978223 140727171978394 140727171978394 140727171981263 0
[pid=23343/tid=23345] ppid=23341 vsize=15144776 memory=9100 CPUtime=0 cores=0,2,4,6
/proc/23343/task/23345/stat : 23345 (java) S 23341 23341 14983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445197703 15508250624 10225 33554432000 4194304 4196468 140727171973360 140209289296144 140209361266389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21942272 140727171978223 140727171978394 140727171978394 140727171981263 0
[pid=23343/tid=23346] ppid=23341 vsize=15144776 memory=288370300949137024 CPUtime=0 cores=0,2,4,6
/proc/23343/task/23346/stat : 23346 (java) S 23341 23341 14983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445197703 15508250624 10225 33554432000 4194304 4196468 140727171973360 140209288243600 140209361266389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21942272 140727171978223 140727171978394 140727171978394 140727171981263 0
[pid=23343/tid=23347] ppid=23341 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23343/task/23347/stat : 23347 (java) S 23341 23341 14983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445197703 15508250624 10225 33554432000 4194304 4196468 140727171973360 140209287191056 140209361266389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21942272 140727171978223 140727171978394 140727171978394 140727171981263 0
[pid=23343/tid=23348] ppid=23341 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23343/task/23348/stat : 23348 (java) S 23341 23341 14983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445197703 15508250624 10225 33554432000 4194304 4196468 140727171973360 140209286138512 140209361266389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21942272 140727171978223 140727171978394 140727171978394 140727171981263 0
[pid=23343/tid=23349] ppid=23341 vsize=15144776 memory=139924797425280 CPUtime=0 cores=0,2,4,6
/proc/23343/task/23349/stat : 23349 (java) S 23341 23341 14983 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 445197704 15508250624 10225 33554432000 4194304 4196468 140727171973360 140208829524464 140209361267330 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21942272 140727171978223 140727171978394 140727171978394 140727171981263 0
[pid=23343/tid=23350] ppid=23341 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23343/task/23350/stat : 23350 (java) S 23341 23341 14983 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445197705 15508250624 10225 33554432000 4194304 4196468 140727171973360 140208828470688 140209361266389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21942272 140727171978223 140727171978394 140727171978394 140727171981263 0
[pid=23343/tid=23351] ppid=23341 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23343/task/23351/stat : 23351 (java) S 23341 23341 14983 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445197705 15508250624 10225 33554432000 4194304 4196468 140727171973360 140208827418096 140209361266389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21942272 140727171978223 140727171978394 140727171978394 140727171981263 0
[pid=23343/tid=23352] ppid=23341 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23343/task/23352/stat : 23352 (java) S 23341 23341 14983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445197707 15508250624 10225 33554432000 4194304 4196468 140727171973360 140208826366672 140209361274779 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21942272 140727171978223 140727171978394 140727171978394 140727171981263 0
[pid=23343/tid=23353] ppid=23341 vsize=15144776 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/23343/task/23353/stat : 23353 (java) S 23341 23341 14983 0 -1 1077944384 489 0 0 0 2 0 0 0 20 0 15 0 445197707 15508250624 10225 33554432000 4194304 4196468 140727171973360 140208825313264 140209361267330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21942272 140727171978223 140727171978394 140727171978394 140727171981263 0
[pid=23343/tid=23354] ppid=23341 vsize=15144776 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/23343/task/23354/stat : 23354 (java) S 23341 23341 14983 0 -1 1077944384 273 0 0 0 3 0 0 0 20 0 15 0 445197707 15508250624 10225 33554432000 4194304 4196468 140727171973360 140208824260720 140209361267330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21942272 140727171978223 140727171978394 140727171978394 140727171981263 0
[pid=23343/tid=23355] ppid=23341 vsize=15144776 memory=139924797425280 CPUtime=0.08 cores=0,2,4,6
/proc/23343/task/23355/stat : 23355 (java) R 23341 23341 14983 0 -1 4202560 772 0 0 0 8 0 0 0 20 0 15 0 445197707 15508250624 10225 33554432000 4194304 4196468 140727171973360 140208823208176 140209340223537 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21942272 140727171978223 140727171978394 140727171978394 140727171981263 0
[pid=23343/tid=23356] ppid=23341 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23343/task/23356/stat : 23356 (java) S 23341 23341 14983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445197707 15508250624 10225 33554432000 4194304 4196468 140727171973360 140208822155872 140209361266389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21942272 140727171978223 140727171978394 140727171978394 140727171981263 0
[pid=23343/tid=23357] ppid=23341 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23343/task/23357/stat : 23357 (java) S 23341 23341 14983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445197708 15508250624 10225 33554432000 4194304 4196468 140727171973360 140208821103408 140209361267330 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21942272 140727171978223 140727171978394 140727171978394 140727171981263 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42348 KiB

[startup+0.31064 s]*
/proc/loadavg: 8.11 8.38 8.40 7/235 23357
/proc/meminfo: memFree=31299496/32770624 swapFree=66997372/67108860
[pid=23341] ppid=23338 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/23341/stat : 23341 (xcsp3-exec) S 23338 23341 14983 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 445197702 115843072 362 33554432000 4194304 5098028 140725443911120 140725443909224 140323843572348 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 25894912 140725443912570 140725443912813 140725443912813 140725443915722 0
/proc/23341/statm: 28282 362 304 221 0 87 0
[pid=23343] ppid=23341 vsize=15149032 memory=50368 CPUtime=0.53 cores=0,2,4,6
/proc/23343/stat : 23343 (java) S 23341 23341 14983 0 -1 1077944320 10892 0 0 0 49 4 0 0 20 0 15 0 445197702 15512608768 12592 33554432000 4194304 4196468 140727171973360 140727171955904 140209361256183 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21942272 140727171978223 140727171978394 140727171978394 140727171981263 0
/proc/23343/statm: 3787258 12592 3369 1 0 3748377 0
[pid=23343/tid=23344] ppid=23341 vsize=15149032 memory=7883960649037381690 CPUtime=0.3 cores=0,2,4,6
/proc/23343/task/23344/stat : 23344 (java) R 23341 23341 14983 0 -1 4202560 7819 0 0 0 27 3 0 0 20 0 15 0 445197702 15512608768 12592 33554432000 4194304 4196468 140727171973360 140209365489968 140209345336670 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21942272 140727171978223 140727171978394 140727171978394 140727171981263 0
[pid=23343/tid=23345] ppid=23341 vsize=15149032 memory=9461 CPUtime=0 cores=0,2,4,6
/proc/23343/task/23345/stat : 23345 (java) S 23341 23341 14983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445197703 15512608768 12592 33554432000 4194304 4196468 140727171973360 140209289296144 140209361266389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21942272 140727171978223 140727171978394 140727171978394 140727171981263 0
[pid=23343/tid=23346] ppid=23341 vsize=15149032 memory=288230376155267022 CPUtime=0 cores=0,2,4,6
/proc/23343/task/23346/stat : 23346 (java) S 23341 23341 14983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445197703 15512608768 12592 33554432000 4194304 4196468 140727171973360 140209288243600 140209361266389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21942272 140727171978223 140727171978394 140727171978394 140727171981263 0
[pid=23343/tid=23347] ppid=23341 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23343/task/23347/stat : 23347 (java) S 23341 23341 14983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445197703 15512608768 12592 33554432000 4194304 4196468 140727171973360 140209287191056 140209361266389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21942272 140727171978223 140727171978394 140727171978394 140727171981263 0
[pid=23343/tid=23348] ppid=23341 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23343/task/23348/stat : 23348 (java) S 23341 23341 14983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445197703 15512608768 12592 33554432000 4194304 4196468 140727171973360 140209286138512 140209361266389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21942272 140727171978223 140727171978394 140727171978394 140727171981263 0
[pid=23343/tid=23349] ppid=23341 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23343/task/23349/stat : 23349 (java) S 23341 23341 14983 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 445197704 15512608768 12592 33554432000 4194304 4196468 140727171973360 140208829524464 140209361267330 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21942272 140727171978223 140727171978394 140727171978394 140727171981263 0
[pid=23343/tid=23350] ppid=23341 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23343/task/23350/stat : 23350 (java) S 23341 23341 14983 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445197705 15512608768 12592 33554432000 4194304 4196468 140727171973360 140208828470688 140209361266389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21942272 140727171978223 140727171978394 140727171978394 140727171981263 0
[pid=23343/tid=23351] ppid=23341 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23343/task/23351/stat : 23351 (java) S 23341 23341 14983 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445197705 15512608768 12592 33554432000 4194304 4196468 140727171973360 140208827418096 140209361266389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21942272 140727171978223 140727171978394 140727171978394 140727171981263 0
[pid=23343/tid=23352] ppid=23341 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23343/task/23352/stat : 23352 (java) S 23341 23341 14983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445197707 15512608768 12592 33554432000 4194304 4196468 140727171973360 140208826366672 140209361274779 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21942272 140727171978223 140727171978394 140727171978394 140727171981263 0
[pid=23343/tid=23353] ppid=23341 vsize=15149032 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/23343/task/23353/stat : 23353 (java) S 23341 23341 14983 0 -1 1077944384 537 0 0 0 4 0 0 0 20 0 15 0 445197707 15512608768 12592 33554432000 4194304 4196468 140727171973360 140208825313264 140209361267330 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21942272 140727171978223 140727171978394 140727171978394 140727171981263 0
[pid=23343/tid=23354] ppid=23341 vsize=15149032 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/23343/task/23354/stat : 23354 (java) S 23341 23341 14983 0 -1 1077944384 374 0 0 0 5 0 0 0 20 0 15 0 445197707 15512608768 12592 33554432000 4194304 4196468 140727171973360 140208824260720 140209361267330 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21942272 140727171978223 140727171978394 140727171978394 140727171981263 0
[pid=23343/tid=23355] ppid=23341 vsize=15149032 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/23343/task/23355/stat : 23355 (java) S 23341 23341 14983 0 -1 1077944384 871 0 0 0 12 0 0 0 20 0 15 0 445197707 15512608768 12592 33554432000 4194304 4196468 140727171973360 140208823208176 140209361267330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21942272 140727171978223 140727171978394 140727171978394 140727171981263 0
[pid=23343/tid=23356] ppid=23341 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23343/task/23356/stat : 23356 (java) S 23341 23341 14983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445197707 15512608768 12592 33554432000 4194304 4196468 140727171973360 140208822155872 140209361266389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21942272 140727171978223 140727171978394 140727171978394 140727171981263 0
[pid=23343/tid=23357] ppid=23341 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23343/task/23357/stat : 23357 (java) S 23341 23341 14983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445197708 15512608768 12592 33554432000 4194304 4196468 140727171973360 140208821103408 140209361267330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21942272 140727171978223 140727171978394 140727171978394 140727171981263 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51816 KiB

[startup+0.704251 s]
/proc/loadavg: 8.11 8.38 8.40 7/235 23357
/proc/meminfo: memFree=31282812/32770624 swapFree=66997372/67108860
[pid=23341] ppid=23338 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/23341/stat : 23341 (xcsp3-exec) S 23338 23341 14983 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 445197702 115843072 362 33554432000 4194304 5098028 140725443911120 140725443909224 140323843572348 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 25894912 140725443912570 140725443912813 140725443912813 140725443915722 0
/proc/23341/statm: 28282 362 304 221 0 87 0
[pid=23343] ppid=23341 vsize=15417412 memory=84756 CPUtime=1.62 cores=0,2,4,6
/proc/23343/stat : 23343 (java) S 23341 23341 14983 0 -1 1077944320 15049 0 0 0 156 6 0 0 20 0 19 0 445197702 15787429888 21189 33554432000 4194304 4196468 140727171973360 140727171955904 140209361256183 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21942272 140727171978223 140727171978394 140727171978394 140727171981263 0
/proc/23343/statm: 3854353 21189 3448 1 0 3815453 0
[pid=23343/tid=23344] ppid=23341 vsize=15417412 memory=0 CPUtime=0.6 cores=0,2,4,6
/proc/23343/task/23344/stat : 23344 (java) S 23341 23341 14983 0 -1 1077944384 9263 0 0 0 56 4 0 0 20 0 19 0 445197702 15787429888 21189 33554432000 4194304 4196468 140727171973360 140209365496960 140209361266389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21942272 140727171978223 140727171978394 140727171978394 140727171981263 0
[pid=23343/tid=23345] ppid=23341 vsize=15417412 memory=500 CPUtime=0 cores=0,2,4,6
/proc/23343/task/23345/stat : 23345 (java) S 23341 23341 14983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 445197703 15787429888 21189 33554432000 4194304 4196468 140727171973360 140209289296144 140209361266389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21942272 140727171978223 140727171978394 140727171978394 140727171981263 0
[pid=23343/tid=23346] ppid=23341 vsize=15417412 memory=1560 CPUtime=0 cores=0,2,4,6
/proc/23343/task/23346/stat : 23346 (java) S 23341 23341 14983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 445197703 15787429888 21189 33554432000 4194304 4196468 140727171973360 140209288243600 140209361266389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21942272 140727171978223 140727171978394 140727171978394 140727171981263 0
[pid=23343/tid=23347] ppid=23341 vsize=15417412 memory=932 CPUtime=0 cores=0,2,4,6
/proc/23343/task/23347/stat : 23347 (java) S 23341 23341 14983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 445197703 15787429888 21189 33554432000 4194304 4196468 140727171973360 140209287191056 140209361266389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21942272 140727171978223 140727171978394 140727171978394 140727171981263 0
[pid=23343/tid=23348] ppid=23341 vsize=15417412 memory=3768 CPUtime=0 cores=0,2,4,6
/proc/23343/task/23348/stat : 23348 (java) S 23341 23341 14983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 445197703 15787429888 21189 33554432000 4194304 4196468 140727171973360 140209286138512 140209361266389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21942272 140727171978223 140727171978394 140727171978394 140727171981263 0
[pid=23343/tid=23349] ppid=23341 vsize=15417412 memory=1980 CPUtime=0 cores=0,2,4,6
/proc/23343/task/23349/stat : 23349 (java) S 23341 23341 14983 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 19 0 445197704 15787429888 21189 33554432000 4194304 4196468 140727171973360 140208829524464 140209361267330 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21942272 140727171978223 140727171978394 140727171978394 140727171981263 0
[pid=23343/tid=23350] ppid=23341 vsize=15417412 memory=2512 CPUtime=0 cores=0,2,4,6
/proc/23343/task/23350/stat : 23350 (java) S 23341 23341 14983 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 445197705 15787429888 21189 33554432000 4194304 4196468 140727171973360 140208828470688 140209361266389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21942272 140727171978223 140727171978394 140727171978394 140727171981263 0
[pid=23343/tid=23351] ppid=23341 vsize=15417412 memory=1436 CPUtime=0 cores=0,2,4,6
/proc/23343/task/23351/stat : 23351 (java) S 23341 23341 14983 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 445197705 15787429888 21189 33554432000 4194304 4196468 140727171973360 140208827418096 140209361266389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21942272 140727171978223 140727171978394 140727171978394 140727171981263 0
[pid=23343/tid=23352] ppid=23341 vsize=15417412 memory=812 CPUtime=0 cores=0,2,4,6
/proc/23343/task/23352/stat : 23352 (java) S 23341 23341 14983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445197707 15787429888 21189 33554432000 4194304 4196468 140727171973360 140208826366672 140209361274779 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21942272 140727171978223 140727171978394 140727171978394 140727171981263 0
[pid=23343/tid=23353] ppid=23341 vsize=15417412 memory=1764 CPUtime=0.2 cores=0,2,4,6
/proc/23343/task/23353/stat : 23353 (java) S 23341 23341 14983 0 -1 1077944384 1295 0 0 0 20 0 0 0 20 0 19 0 445197707 15787429888 21189 33554432000 4194304 4196468 140727171973360 140208825313392 140209361266389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21942272 140727171978223 140727171978394 140727171978394 140727171981263 0
[pid=23343/tid=23354] ppid=23341 vsize=15417412 memory=111628 CPUtime=0.21 cores=0,2,4,6
/proc/23343/task/23354/stat : 23354 (java) R 23341 23341 14983 0 -1 4202560 1020 0 0 0 21 0 0 0 20 0 19 0 445197707 15787429888 21189 33554432000 4194304 4196468 140727171973360 140208824253744 140209345649903 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21942272 140727171978223 140727171978394 140727171978394 140727171981263 0
[pid=23343/tid=23355] ppid=23341 vsize=15417412 memory=796 CPUtime=0.36 cores=0,2,4,6
/proc/23343/task/23355/stat : 23355 (java) R 23341 23341 14983 0 -1 1077944384 1984 0 0 0 36 0 0 0 20 0 19 0 445197707 15787429888 21189 33554432000 4194304 4196468 140727171973360 140208823205968 140209361266389 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21942272 140727171978223 140727171978394 140727171978394 140727171981263 0
[pid=23343/tid=23356] ppid=23341 vsize=15417412 memory=1808 CPUtime=0 cores=0,2,4,6
/proc/23343/task/23356/stat : 23356 (java) S 23341 23341 14983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445197707 15787429888 21189 33554432000 4194304 4196468 140727171973360 140208822155872 140209361266389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21942272 140727171978223 140727171978394 140727171978394 140727171981263 0
[pid=23343/tid=23357] ppid=23341 vsize=15417412 memory=920 CPUtime=0 cores=0,2,4,6
/proc/23343/task/23357/stat : 23357 (java) S 23341 23341 14983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 445197708 15787429888 21189 33554432000 4194304 4196468 140727171973360 140208821103408 140209361267330 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21942272 140727171978223 140727171978394 140727171978394 140727171981263 0
Current children cumulated CPU time: 1.62 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 86204 KiB

[startup+1.52265 s]
/proc/loadavg: 8.11 8.38 8.40 12/239 23361
/proc/meminfo: memFree=31238304/32770624 swapFree=66997372/67108860
[pid=23341] ppid=23338 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/23341/stat : 23341 (xcsp3-exec) S 23338 23341 14983 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 445197702 115843072 362 33554432000 4194304 5098028 140725443911120 140725443909224 140323843572348 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 25894912 140725443912570 140725443912813 140725443912813 140725443915722 0
/proc/23341/statm: 28282 362 304 221 0 87 0

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

/proc/23343/task/23357/stat : 23357 (java) S 23341 23341 14983 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 19 0 445197708 15787429888 29175 33554432000 4194304 4196468 140727171973360 140208821103408 140209361267330 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21942272 140727171978223 140727171978394 140727171978394 140727171981263 0
[pid=23343/tid=23358] ppid=23341 vsize=15417412 memory=26140 CPUtime=1.05 cores=0,2,4,6
/proc/23343/task/23358/stat : 23358 (java) R 23341 23341 14983 0 -1 4202560 324 0 0 0 105 0 0 0 20 0 19 0 445197763 15787429888 29175 33554432000 4194304 4196468 140727171973360 140208812124584 140208955857704 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21942272 140727171978223 140727171978394 140727171978394 140727171981263 0
[pid=23343/tid=23359] ppid=23341 vsize=15417412 memory=12024 CPUtime=0.82 cores=0,2,4,6
/proc/23343/task/23359/stat : 23359 (java) R 23341 23341 14983 0 -1 4202560 438 0 0 0 82 0 0 0 20 0 19 0 445197763 15787429888 29175 33554432000 4194304 4196468 140727171973360 140208811070024 140208955751749 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21942272 140727171978223 140727171978394 140727171978394 140727171981263 0
[pid=23343/tid=23360] ppid=23341 vsize=15417412 memory=2241 CPUtime=0.91 cores=0,2,4,6
/proc/23343/task/23360/stat : 23360 (java) R 23341 23341 14983 0 -1 4202560 67 0 0 0 91 0 0 0 20 0 19 0 445197763 15787429888 29175 33554432000 4194304 4196468 140727171973360 140208810020824 140208955857508 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21942272 140727171978223 140727171978394 140727171978394 140727171981263 0
[pid=23343/tid=23361] ppid=23341 vsize=15417412 memory=2244 CPUtime=0.76 cores=0,2,4,6
/proc/23343/task/23361/stat : 23361 (java) R 23341 23341 14983 0 -1 4202560 111 0 0 0 76 0 0 0 20 0 19 0 445197763 15787429888 29175 33554432000 4194304 4196468 140727171973360 140208808963288 140208960093890 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21942272 140727171978223 140727171978394 140727171978394 140727171981263 0
Current children cumulated CPU time: 6.78 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 118148 KiB

[startup+2.40125 s]*
/proc/loadavg: 8.11 8.38 8.40 11/239 23361
/proc/meminfo: memFree=31230488/32770624 swapFree=66997372/67108860
[pid=23341] ppid=23338 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/23341/stat : 23341 (xcsp3-exec) S 23338 23341 14983 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 445197702 115843072 362 33554432000 4194304 5098028 140725443911120 140725443909224 140323843572348 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 25894912 140725443912570 140725443912813 140725443912813 140725443915722 0
/proc/23341/statm: 28282 362 304 221 0 87 0
[pid=23343] ppid=23341 vsize=15417412 memory=119188 CPUtime=8.39 cores=0,2,4,6
/proc/23343/stat : 23343 (java) S 23341 23341 14983 0 -1 1077944320 27403 0 0 0 831 8 0 0 20 0 19 0 445197702 15787429888 29797 33554432000 4194304 4196468 140727171973360 140727171955904 140209361256183 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21942272 140727171978223 140727171978394 140727171978394 140727171981263 0
/proc/23343/statm: 3854353 29797 3467 1 0 3815453 0
[pid=23343/tid=23344] ppid=23341 vsize=15417412 memory=4026531863 CPUtime=0.6 cores=0,2,4,6
/proc/23343/task/23344/stat : 23344 (java) S 23341 23341 14983 0 -1 1077944384 9263 0 0 0 56 4 0 0 20 0 19 0 445197702 15787429888 29797 33554432000 4194304 4196468 140727171973360 140209365496960 140209361266389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21942272 140727171978223 140727171978394 140727171978394 140727171981263 0
[pid=23343/tid=23345] ppid=23341 vsize=15417412 memory=9067 CPUtime=0 cores=0,2,4,6
/proc/23343/task/23345/stat : 23345 (java) S 23341 23341 14983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 445197703 15787429888 29797 33554432000 4194304 4196468 140727171973360 140209289296144 140209361266389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21942272 140727171978223 140727171978394 140727171978394 140727171981263 0
[pid=23343/tid=23346] ppid=23341 vsize=15417412 memory=297387646079784576 CPUtime=0 cores=0,2,4,6
/proc/23343/task/23346/stat : 23346 (java) S 23341 23341 14983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 445197703 15787429888 29797 33554432000 4194304 4196468 140727171973360 140209288243600 140209361266389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21942272 140727171978223 140727171978394 140727171978394 140727171981263 0
[pid=23343/tid=23347] ppid=23341 vsize=15417412 memory=4137282616176187523 CPUtime=0 cores=0,2,4,6
/proc/23343/task/23347/stat : 23347 (java) S 23341 23341 14983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 445197703 15787429888 29797 33554432000 4194304 4196468 140727171973360 140209287191056 140209361266389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21942272 140727171978223 140727171978394 140727171978394 140727171981263 0
[pid=23343/tid=23348] ppid=23341 vsize=15417412 memory=3472329400034275375 CPUtime=0 cores=0,2,4,6
/proc/23343/task/23348/stat : 23348 (java) S 23341 23341 14983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 445197703 15787429888 29797 33554432000 4194304 4196468 140727171973360 140209286138512 140209361266389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21942272 140727171978223 140727171978394 140727171978394 140727171981263 0
[pid=23343/tid=23349] ppid=23341 vsize=15417412 memory=3904819115407752073 CPUtime=0 cores=0,2,4,6
/proc/23343/task/23349/stat : 23349 (java) S 23341 23341 14983 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 19 0 445197704 15787429888 29797 33554432000 4194304 4196468 140727171973360 140208829524464 140209361267330 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21942272 140727171978223 140727171978394 140727171978394 140727171981263 0
[pid=23343/tid=23350] ppid=23341 vsize=15417412 memory=3539864531120120164 CPUtime=0 cores=0,2,4,6
/proc/23343/task/23350/stat : 23350 (java) S 23341 23341 14983 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 445197705 15787429888 29797 33554432000 4194304 4196468 140727171973360 140208828470688 140209361266389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21942272 140727171978223 140727171978394 140727171978394 140727171981263 0
[pid=23343/tid=23351] ppid=23341 vsize=15417412 memory=4628979702307528310 CPUtime=0 cores=0,2,4,6
/proc/23343/task/23351/stat : 23351 (java) S 23341 23341 14983 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 445197705 15787429888 29797 33554432000 4194304 4196468 140727171973360 140208827418096 140209361266389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21942272 140727171978223 140727171978394 140727171978394 140727171981263 0
[pid=23343/tid=23352] ppid=23341 vsize=15417412 memory=-7812800578125854342 CPUtime=0 cores=0,2,4,6
/proc/23343/task/23352/stat : 23352 (java) S 23341 23341 14983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445197707 15787429888 29797 33554432000 4194304 4196468 140727171973360 140208826366672 140209361274779 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21942272 140727171978223 140727171978394 140727171978394 140727171981263 0
[pid=23343/tid=23353] ppid=23341 vsize=15417412 memory=0 CPUtime=1.42 cores=0,2,4,6
/proc/23343/task/23353/stat : 23353 (java) R 23341 23341 14983 0 -1 4202560 7155 0 0 0 142 0 0 0 20 0 19 0 445197707 15787429888 29797 33554432000 4194304 4196468 140727171973360 140208825294832 140209345664284 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21942272 140727171978223 140727171978394 140727171978394 140727171981263 0
[pid=23343/tid=23354] ppid=23341 vsize=15417412 memory=3472873585006086457 CPUtime=1.17 cores=0,2,4,6
/proc/23343/task/23354/stat : 23354 (java) R 23341 23341 14983 0 -1 4202560 5985 0 0 0 116 1 0 0 20 0 19 0 445197707 15787429888 29797 33554432000 4194304 4196468 140727171973360 140208824247264 140209338851760 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21942272 140727171978223 140727171978394 140727171978394 140727171981263 0
[pid=23343/tid=23355] ppid=23341 vsize=15417412 memory=3540004553876498665 CPUtime=0.5 cores=0,2,4,6
/proc/23343/task/23355/stat : 23355 (java) S 23341 23341 14983 0 -1 1077944384 2651 0 0 0 49 1 0 0 20 0 19 0 445197707 15787429888 29797 33554432000 4194304 4196468 140727171973360 140208823208176 140209361267330 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21942272 140727171978223 140727171978394 140727171978394 140727171981263 0
[pid=23343/tid=23356] ppid=23341 vsize=15417412 memory=4050761503806601272 CPUtime=0 cores=0,2,4,6
/proc/23343/task/23356/stat : 23356 (java) S 23341 23341 14983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445197707 15787429888 29797 33554432000 4194304 4196468 140727171973360 140208822155872 140209361266389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21942272 140727171978223 140727171978394 140727171978394 140727171981263 0
[pid=23343/tid=23357] ppid=23341 vsize=15417412 memory=3762397347002759856 CPUtime=0 cores=0,2,4,6
/proc/23343/task/23357/stat : 23357 (java) S 23341 23341 14983 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 19 0 445197708 15787429888 29797 33554432000 4194304 4196468 140727171973360 140208821103408 140209361267330 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21942272 140727171978223 140727171978394 140727171978394 140727171981263 0
[pid=23343/tid=23358] ppid=23341 vsize=15417412 memory=0 CPUtime=1.27 cores=0,2,4,6
/proc/23343/task/23358/stat : 23358 (java) R 23341 23341 14983 0 -1 4202560 343 0 0 0 127 0 0 0 20 0 19 0 445197763 15787429888 29797 33554432000 4194304 4196468 140727171973360 140208812120544 140208960332468 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21942272 140727171978223 140727171978394 140727171978394 140727171981263 0
[pid=23343/tid=23359] ppid=23341 vsize=15417412 memory=0 CPUtime=1.01 cores=0,2,4,6
/proc/23343/task/23359/stat : 23359 (java) R 23341 23341 14983 0 -1 4202560 454 0 0 0 101 0 0 0 20 0 19 0 445197763 15787429888 29797 33554432000 4194304 4196468 140727171973360 140208811070248 140208961582164 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21942272 140727171978223 140727171978394 140727171978394 140727171981263 0
[pid=23343/tid=23360] ppid=23341 vsize=15417412 memory=0 CPUtime=1.24 cores=0,2,4,6
/proc/23343/task/23360/stat : 23360 (java) R 23341 23341 14983 0 -1 4202560 72 0 0 0 124 0 0 0 20 0 19 0 445197763 15787429888 29797 33554432000 4194304 4196468 140727171973360 140208810016880 140208960332551 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21942272 140727171978223 140727171978394 140727171978394 140727171981263 0
[pid=23343/tid=23361] ppid=23341 vsize=15417412 memory=0 CPUtime=1.12 cores=0,2,4,6
/proc/23343/task/23361/stat : 23361 (java) R 23341 23341 14983 0 -1 4202560 116 0 0 0 112 0 0 0 20 0 19 0 445197763 15787429888 29797 33554432000 4194304 4196468 140727171973360 140208808966960 140208961584589 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21942272 140727171978223 140727171978394 140727171978394 140727171981263 0
Current children cumulated CPU time: 8.39 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 120636 KiB

[startup+2.80125 s]
/proc/loadavg: 8.11 8.38 8.40 11/239 23361
/proc/meminfo: memFree=31230488/32770624 swapFree=66997372/67108860
[pid=23341] ppid=23338 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/23341/stat : 23341 (xcsp3-exec) S 23338 23341 14983 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 445197702 115843072 362 33554432000 4194304 5098028 140725443911120 140725443909224 140323843572348 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 25894912 140725443912570 140725443912813 140725443912813 140725443915722 0
/proc/23341/statm: 28282 362 304 221 0 87 0
[pid=23343] ppid=23341 vsize=15417412 memory=123748 CPUtime=9.93 cores=0,2,4,6
/proc/23343/stat : 23343 (java) S 23341 23341 14983 0 -1 1077944320 28082 0 0 0 984 9 0 0 20 0 19 0 445197702 15787429888 30937 33554432000 4194304 4196468 140727171973360 140727171955904 140209361256183 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21942272 140727171978223 140727171978394 140727171978394 140727171981263 0
/proc/23343/statm: 3854353 30937 3471 1 0 3815453 0
[pid=23343/tid=23344] ppid=23341 vsize=15417412 memory=26500 CPUtime=0.6 cores=0,2,4,6
/proc/23343/task/23344/stat : 23344 (java) S 23341 23341 14983 0 -1 1077944384 9263 0 0 0 56 4 0 0 20 0 19 0 445197702 15787429888 30937 33554432000 4194304 4196468 140727171973360 140209365496960 140209361266389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21942272 140727171978223 140727171978394 140727171978394 140727171981263 0
[pid=23343/tid=23345] ppid=23341 vsize=15417412 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/23343/task/23345/stat : 23345 (java) S 23341 23341 14983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 445197703 15787429888 30937 33554432000 4194304 4196468 140727171973360 140209289296144 140209361266389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21942272 140727171978223 140727171978394 140727171978394 140727171981263 0
[pid=23343/tid=23346] ppid=23341 vsize=15417412 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/23343/task/23346/stat : 23346 (java) S 23341 23341 14983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 445197703 15787429888 30937 33554432000 4194304 4196468 140727171973360 140209288243600 140209361266389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21942272 140727171978223 140727171978394 140727171978394 140727171981263 0
[pid=23343/tid=23347] ppid=23341 vsize=15417412 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23343/task/23347/stat : 23347 (java) S 23341 23341 14983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 445197703 15787429888 30937 33554432000 4194304 4196468 140727171973360 140209287191056 140209361266389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21942272 140727171978223 140727171978394 140727171978394 140727171981263 0
[pid=23343/tid=23348] ppid=23341 vsize=15417412 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23343/task/23348/stat : 23348 (java) S 23341 23341 14983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 445197703 15787429888 30937 33554432000 4194304 4196468 140727171973360 140209286138512 140209361266389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21942272 140727171978223 140727171978394 140727171978394 140727171981263 0
[pid=23343/tid=23349] ppid=23341 vsize=15417412 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23343/task/23349/stat : 23349 (java) S 23341 23341 14983 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 19 0 445197704 15787429888 30937 33554432000 4194304 4196468 140727171973360 140208829524464 140209361267330 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21942272 140727171978223 140727171978394 140727171978394 140727171981263 0
[pid=23343/tid=23350] ppid=23341 vsize=15417412 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23343/task/23350/stat : 23350 (java) S 23341 23341 14983 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 445197705 15787429888 30937 33554432000 4194304 4196468 140727171973360 140208828470688 140209361266389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21942272 140727171978223 140727171978394 140727171978394 140727171981263 0
[pid=23343/tid=23351] ppid=23341 vsize=15417412 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23343/task/23351/stat : 23351 (java) S 23341 23341 14983 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 445197705 15787429888 30937 33554432000 4194304 4196468 140727171973360 140208827418096 140209361266389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21942272 140727171978223 140727171978394 140727171978394 140727171981263 0
[pid=23343/tid=23352] ppid=23341 vsize=15417412 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23343/task/23352/stat : 23352 (java) S 23341 23341 14983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445197707 15787429888 30937 33554432000 4194304 4196468 140727171973360 140208826366672 140209361274779 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21942272 140727171978223 140727171978394 140727171978394 140727171981263 0
[pid=23343/tid=23353] ppid=23341 vsize=15417412 memory=0 CPUtime=1.71 cores=0,2,4,6
/proc/23343/task/23353/stat : 23353 (java) S 23341 23341 14983 0 -1 1077944384 7234 0 0 0 171 0 0 0 20 0 19 0 445197707 15787429888 30937 33554432000 4194304 4196468 140727171973360 140208825313264 140209361267330 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21942272 140727171978223 140727171978394 140727171978394 140727171981263 0
[pid=23343/tid=23354] ppid=23341 vsize=15417412 memory=0 CPUtime=1.38 cores=0,2,4,6
/proc/23343/task/23354/stat : 23354 (java) R 23341 23341 14983 0 -1 4202560 6022 0 0 0 137 1 0 0 20 0 19 0 445197707 15787429888 30937 33554432000 4194304 4196468 140727171973360 140208824260720 140209341956798 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21942272 140727171978223 140727171978394 140727171978394 140727171981263 0
[pid=23343/tid=23355] ppid=23341 vsize=15417412 memory=0 CPUtime=0.54 cores=0,2,4,6
/proc/23343/task/23355/stat : 23355 (java) R 23341 23341 14983 0 -1 1077944384 3188 0 0 0 53 1 0 0 20 0 19 0 445197707 15787429888 30937 33554432000 4194304 4196468 140727171973360 140208823208176 140209361267330 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21942272 140727171978223 140727171978394 140727171978394 140727171981263 0
[pid=23343/tid=23356] ppid=23341 vsize=15417412 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23343/task/23356/stat : 23356 (java) S 23341 23341 14983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445197707 15787429888 30937 33554432000 4194304 4196468 140727171973360 140208822155872 140209361266389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21942272 140727171978223 140727171978394 140727171978394 140727171981263 0
[pid=23343/tid=23357] ppid=23341 vsize=15417412 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23343/task/23357/stat : 23357 (java) S 23341 23341 14983 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 19 0 445197708 15787429888 30937 33554432000 4194304 4196468 140727171973360 140208821103408 140209361267330 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21942272 140727171978223 140727171978394 140727171978394 140727171981263 0
[pid=23343/tid=23358] ppid=23341 vsize=15417412 memory=0 CPUtime=1.46 cores=0,2,4,6
/proc/23343/task/23358/stat : 23358 (java) R 23341 23341 14983 0 -1 4202560 350 0 0 0 146 0 0 0 20 0 19 0 445197763 15787429888 30937 33554432000 4194304 4196468 140727171973360 140208812121208 140208960332462 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21942272 140727171978223 140727171978394 140727171978394 140727171981263 0
[pid=23343/tid=23359] ppid=23341 vsize=15417412 memory=288230574492221466 CPUtime=1.2 cores=0,2,4,6
/proc/23343/task/23359/stat : 23359 (java) R 23341 23341 14983 0 -1 4202560 462 0 0 0 120 0 0 0 20 0 19 0 445197763 15787429888 30937 33554432000 4194304 4196468 140727171973360 140208811070208 140208961584734 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21942272 140727171978223 140727171978394 140727171978394 140727171981263 0
[pid=23343/tid=23360] ppid=23341 vsize=15417412 memory=316941043675431227 CPUtime=1.55 cores=0,2,4,6
/proc/23343/task/23360/stat : 23360 (java) R 23341 23341 14983 0 -1 4202560 75 0 0 0 155 0 0 0 20 0 19 0 445197763 15787429888 30937 33554432000 4194304 4196468 140727171973360 140208810017240 140208961199424 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21942272 140727171978223 140727171978394 140727171978394 140727171981263 0
[pid=23343/tid=23361] ppid=23341 vsize=15417412 memory=14410423571057304 CPUtime=1.42 cores=0,2,4,6
/proc/23343/task/23361/stat : 23361 (java) R 23341 23341 14983 0 -1 4202560 124 0 0 0 142 0 0 0 20 0 19 0 445197763 15787429888 30937 33554432000 4194304 4196468 140727171973360 140208808963704 140208961797691 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21942272 140727171978223 140727171978394 140727171978394 140727171981263 0
Current children cumulated CPU time: 9.93 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 125196 KiB

[startup+2.90725 s]
/proc/loadavg: 8.11 8.38 8.40 11/239 23361
/proc/meminfo: memFree=31230488/32770624 swapFree=66997372/67108860
[pid=23341] ppid=23338 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/23341/stat : 23341 (xcsp3-exec) S 23338 23341 14983 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 445197702 115843072 362 33554432000 4194304 5098028 140725443911120 140725443909224 140323843572348 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 25894912 140725443912570 140725443912813 140725443912813 140725443915722 0
/proc/23341/statm: 28282 362 304 221 0 87 0
[pid=23343] ppid=23341 vsize=15417412 memory=125944 CPUtime=10.35 cores=0,2,4,6
/proc/23343/stat : 23343 (java) S 23341 23341 14983 0 -1 1077944320 28126 0 0 0 1026 9 0 0 20 0 19 0 445197702 15787429888 31486 33554432000 4194304 4196468 140727171973360 140727171955904 140209361256183 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21942272 140727171978223 140727171978394 140727171978394 140727171981263 0
/proc/23343/statm: 3854353 31486 3475 1 0 3815453 0
[pid=23343/tid=23344] ppid=23341 vsize=15417412 memory=119296 CPUtime=0.6 cores=0,2,4,6
/proc/23343/task/23344/stat : 23344 (java) S 23341 23341 14983 0 -1 1077944384 9263 0 0 0 56 4 0 0 20 0 19 0 445197702 15787429888 31486 33554432000 4194304 4196468 140727171973360 140209365496960 140209361266389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21942272 140727171978223 140727171978394 140727171978394 140727171981263 0
[pid=23343/tid=23345] ppid=23341 vsize=15417412 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/23343/task/23345/stat : 23345 (java) S 23341 23341 14983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 445197703 15787429888 31486 33554432000 4194304 4196468 140727171973360 140209289296144 140209361266389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21942272 140727171978223 140727171978394 140727171978394 140727171981263 0
[pid=23343/tid=23346] ppid=23341 vsize=15417412 memory=115564 CPUtime=0 cores=0,2,4,6
/proc/23343/task/23346/stat : 23346 (java) S 23341 23341 14983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 445197703 15787429888 31486 33554432000 4194304 4196468 140727171973360 140209288243600 140209361266389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21942272 140727171978223 140727171978394 140727171978394 140727171981263 0
[pid=23343/tid=23347] ppid=23341 vsize=15417412 memory=2319389199337275488 CPUtime=0 cores=0,2,4,6
/proc/23343/task/23347/stat : 23347 (java) S 23341 23341 14983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 445197703 15787429888 31486 33554432000 4194304 4196468 140727171973360 140209287191056 140209361266389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21942272 140727171978223 140727171978394 140727171978394 140727171981263 0
[pid=23343/tid=23348] ppid=23341 vsize=15417412 memory=6935649255759568960 CPUtime=0 cores=0,2,4,6
/proc/23343/task/23348/stat : 23348 (java) S 23341 23341 14983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 445197703 15787429888 31486 33554432000 4194304 4196468 140727171973360 140209286138512 140209361266389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21942272 140727171978223 140727171978394 140727171978394 140727171981263 0
[pid=23343/tid=23349] ppid=23341 vsize=15417412 memory=6935649255759570514 CPUtime=0 cores=0,2,4,6
/proc/23343/task/23349/stat : 23349 (java) S 23341 23341 14983 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 19 0 445197704 15787429888 31486 33554432000 4194304 4196468 140727171973360 140208829524464 140209361267330 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21942272 140727171978223 140727171978394 140727171978394 140727171981263 0
[pid=23343/tid=23350] ppid=23341 vsize=15417412 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23343/task/23350/stat : 23350 (java) S 23341 23341 14983 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 445197705 15787429888 31486 33554432000 4194304 4196468 140727171973360 140208828470688 140209361266389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21942272 140727171978223 140727171978394 140727171978394 140727171981263 0
[pid=23343/tid=23351] ppid=23341 vsize=15417412 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23343/task/23351/stat : 23351 (java) S 23341 23341 14983 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 445197705 15787429888 31486 33554432000 4194304 4196468 140727171973360 140208827418096 140209361266389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21942272 140727171978223 140727171978394 140727171978394 140727171981263 0
[pid=23343/tid=23352] ppid=23341 vsize=15417412 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23343/task/23352/stat : 23352 (java) S 23341 23341 14983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445197707 15787429888 31486 33554432000 4194304 4196468 140727171973360 140208826366672 140209361274779 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21942272 140727171978223 140727171978394 140727171978394 140727171981263 0
[pid=23343/tid=23353] ppid=23341 vsize=15417412 memory=0 CPUtime=1.79 cores=0,2,4,6
/proc/23343/task/23353/stat : 23353 (java) R 23341 23341 14983 0 -1 1077944384 7251 0 0 0 179 0 0 0 20 0 19 0 445197707 15787429888 31486 33554432000 4194304 4196468 140727171973360 140208825301744 140209361266389 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21942272 140727171978223 140727171978394 140727171978394 140727171981263 0
[pid=23343/tid=23354] ppid=23341 vsize=15417412 memory=4420 CPUtime=1.42 cores=0,2,4,6
/proc/23343/task/23354/stat : 23354 (java) R 23341 23341 14983 0 -1 4202560 6031 0 0 0 141 1 0 0 20 0 19 0 445197707 15787429888 31486 33554432000 4194304 4196468 140727171973360 140208824253912 140209340910122 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21942272 140727171978223 140727171978394 140727171978394 140727171981263 0
[pid=23343/tid=23355] ppid=23341 vsize=15417412 memory=6628 CPUtime=0.54 cores=0,2,4,6
/proc/23343/task/23355/stat : 23355 (java) R 23341 23341 14983 0 -1 1077944384 3191 0 0 0 53 1 0 0 20 0 19 0 445197707 15787429888 31486 33554432000 4194304 4196468 140727171973360 140208823208176 140209361267330 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21942272 140727171978223 140727171978394 140727171978394 140727171981263 0
[pid=23343/tid=23356] ppid=23341 vsize=15417412 memory=8836 CPUtime=0 cores=0,2,4,6
/proc/23343/task/23356/stat : 23356 (java) S 23341 23341 14983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445197707 15787429888 31486 33554432000 4194304 4196468 140727171973360 140208822155872 140209361266389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21942272 140727171978223 140727171978394 140727171978394 140727171981263 0
[pid=23343/tid=23357] ppid=23341 vsize=15417412 memory=11044 CPUtime=0 cores=0,2,4,6
/proc/23343/task/23357/stat : 23357 (java) S 23341 23341 14983 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 19 0 445197708 15787429888 31486 33554432000 4194304 4196468 140727171973360 140208821103408 140209361267330 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21942272 140727171978223 140727171978394 140727171978394 140727171981263 0
[pid=23343/tid=23358] ppid=23341 vsize=15417412 memory=13252 CPUtime=1.52 cores=0,2,4,6
/proc/23343/task/23358/stat : 23358 (java) R 23341 23341 14983 0 -1 4202560 350 0 0 0 152 0 0 0 20 0 19 0 445197763 15787429888 31486 33554432000 4194304 4196468 140727171973360 140208812121848 140208961585370 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21942272 140727171978223 140727171978394 140727171978394 140727171981263 0
[pid=23343/tid=23359] ppid=23341 vsize=15417412 memory=15460 CPUtime=1.25 cores=0,2,4,6
/proc/23343/task/23359/stat : 23359 (java) R 23341 23341 14983 0 -1 4202560 463 0 0 0 125 0 0 0 20 0 19 0 445197763 15787429888 31486 33554432000 4194304 4196468 140727171973360 140208811070024 140208960331392 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21942272 140727171978223 140727171978394 140727171978394 140727171981263 0
[pid=23343/tid=23360] ppid=23341 vsize=15417412 memory=17668 CPUtime=1.65 cores=0,2,4,6
/proc/23343/task/23360/stat : 23360 (java) R 23341 23341 14983 0 -1 4202560 81 0 0 0 165 0 0 0 20 0 19 0 445197763 15787429888 31486 33554432000 4194304 4196468 140727171973360 140208810018056 140208956749315 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21942272 140727171978223 140727171978394 140727171978394 140727171981263 0
[pid=23343/tid=23361] ppid=23341 vsize=15417412 memory=19876 CPUtime=1.5 cores=0,2,4,6
/proc/23343/task/23361/stat : 23361 (java) R 23341 23341 14983 0 -1 4202560 132 0 0 0 150 0 0 0 20 0 19 0 445197763 15787429888 31486 33554432000 4194304 4196468 140727171973360 140208808964344 140208956058364 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21942272 140727171978223 140727171978394 140727171978394 140727171981263 0
Current children cumulated CPU time: 10.35 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 127392 KiB

Child status: 0
Real time (s): 2.9953
CPU time (s): 10.6507
CPU user time (s): 10.5512
CPU system time (s): 0.099491
CPU usage (%): 355.581
Max. virtual memory (cumulated for all children) (KiB): 15530540
Max. memory (cumulated for all children) (KiB): 127392

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.5512
system time used= 0.099491
maximum resident set size= 128340
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29294
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= 2036
involuntary context switches= 562


# summary of solver processes directly reported to runsolver:
#   pid: 23341
#   total CPU time (s): 10.6507
#   total CPU user time (s): 10.5512
#   total CPU system time (s): 0.099491

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.032757 second user time and 0.078195 second system time

The end

Launcher Data

Begin job on node103 at 2019-09-17 05:03:07
IDJOB=4398899
IDBENCH=120691
IDSOLVER=2853
FILE ID=node103/4398899-1568689446
RUNJOBID= node103-1568682260-15014
PBS_JOBID= 21703798
Free space on /tmp= 61692 MiB

SOLVER NAME= choco-solver 2019-09-16
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-4398899-1568689446/watcher-4398899-1568689446 -o /tmp/evaluation-result-4398899-1568689446/solver-4398899-1568689446 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1568682260-15014 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1358570814 HOME/instance-4398899-1568689446.xml

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

MD5SUM BENCH= da29a6dd83857351367aad9031227a75
RANDOM SEED=1358570814

node103.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.74
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.74
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.74
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.74
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:        31337060 kB
MemAvailable:   31730412 kB
Buffers:           71652 kB
Cached:           616588 kB
SwapCached:         9016 kB
Active:           590292 kB
Inactive:         267344 kB
Active(anon):     161256 kB
Inactive(anon):    57316 kB
Active(file):     429036 kB
Inactive(file):   210028 kB
Unevictable:      111148 kB
Mlocked:          111148 kB
SwapTotal:      67108860 kB
SwapFree:       66997372 kB
Dirty:             26424 kB
Writeback:             0 kB
AnonPages:        280528 kB
Mapped:            61824 kB
Shmem:             40856 kB
Slab:             169920 kB
SReclaimable:     140248 kB
SUnreclaim:        29672 kB
KernelStack:        4096 kB
PageTables:         6268 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1417292 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    182272 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 61668 MiB
End job on node103 at 2019-09-17 05:03:10