Trace number 4405980

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-24SAT 413.805 410.352

General information on the benchmark

NameRandom/Random-RB-3-24-24f/
rand-3-24-24-76-632f-49.xml
MD5SUMeb1071698302cc934647f3ac3e5db9c3
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 benchmark410.687
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints73
Number of domains1
Minimum domain size24
Maximum domain size24
Distribution of domain sizes[{"size":24,"count":24}]
Minimum variable degree5
Maximum variable degree15
Distribution of variable degrees[{"degree":5,"count":2},{"degree":6,"count":3},{"degree":7,"count":2},{"degree":8,"count":4},{"degree":9,"count":3},{"degree":10,"count":3},{"degree":11,"count":3},{"degree":12,"count":1},{"degree":13,"count":1},{"degree":15,"count":2}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":73}]
Number of extensional constraints73
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":73}]
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-4405980-1569399228.xml"  -tl '2520s' -p 1
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4405980-1569399228.xml, -tl, 2520s, -p, 1]
0.13/0.22	c simple solver
0.35/0.28	c parse instance...
2.48/1.18	c solve instance...
413.74/410.34	s SATISFIABLE
413.74/410.34	v <instantiation>
413.74/410.34	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] </list>
413.74/410.34	v 	<values>18 3 17 22 0 19 9 17 15 7 2 18 7 4 4 2 13 18 9 11 6 23 14 22 </values>
413.74/410.34	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 (10558 MiB free)
  memory of node 1: 16384 MiB (12668 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4405980-1569399228/watcher-4405980-1569399228 -o /var/tmp/evaluation-result-4405980-1569399228/solver-4405980-1569399228 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node133-1569396629-3722 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 1 -ml 12000 -tdir HOME -seed 674984274 HOME/instance-4405980-1569399228.xml 

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

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


[startup+0.100146 s]*
/proc/loadavg: 2.56 2.11 1.87 4/233 4576
/proc/meminfo: memFree=23768272/32770624 swapFree=67003052/67108860
[pid=4560] ppid=4557 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/4560/stat : 4560 (xcsp3-exec) S 4557 4560 3690 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 516162349 115843072 364 33554432000 4194304 5098028 140735892261872 140735892259976 140660352180860 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 14012416 140735892267863 140735892268121 140735892268121 140735892271046 0
/proc/4560/statm: 28282 364 305 221 0 87 0
[pid=4562] ppid=4560 vsize=15144776 memory=28932 CPUtime=0.13 cores=1,3,5,7
/proc/4562/stat : 4562 (java) S 4560 4560 3690 0 -1 1077944320 5645 0 0 0 12 1 0 0 20 0 15 0 516162349 15508250624 7233 33554432000 4194304 4196468 140736067279376 140736067261920 140364621340407 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 27541504 140736067281883 140736067282058 140736067282058 140736067284943 0
/proc/4562/statm: 3786194 7233 3149 1 0 3748377 0
[pid=4562/tid=4563] ppid=4560 vsize=15144776 memory=7899777325340005211 CPUtime=0.09 cores=1,3,5,7
/proc/4562/task/4563/stat : 4563 (java) R 4560 4560 3690 0 -1 4202560 3545 0 0 0 8 1 0 0 20 0 15 0 516162349 15508250624 7233 33554432000 4194304 4196468 140736067279376 140364625568176 140364621352342 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27541504 140736067281883 140736067282058 140736067282058 140736067284943 0
[pid=4562/tid=4564] ppid=4560 vsize=15144776 memory=-3689349214911541841 CPUtime=0 cores=1,3,5,7
/proc/4562/task/4564/stat : 4564 (java) S 4560 4560 3690 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516162350 15508250624 7233 33554432000 4194304 4196468 140736067279376 140364573961104 140364621350613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27541504 140736067281883 140736067282058 140736067282058 140736067284943 0
[pid=4562/tid=4565] ppid=4560 vsize=15144776 memory=140082407212672 CPUtime=0 cores=1,3,5,7
/proc/4562/task/4565/stat : 4565 (java) S 4560 4560 3690 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516162350 15508250624 7233 33554432000 4194304 4196468 140736067279376 140364572908304 140364621350613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27541504 140736067281883 140736067282058 140736067282058 140736067284943 0
[pid=4562/tid=4566] ppid=4560 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4562/task/4566/stat : 4566 (java) S 4560 4560 3690 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516162350 15508250624 7233 33554432000 4194304 4196468 140736067279376 140364571856016 140364621350613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27541504 140736067281883 140736067282058 140736067282058 140736067284943 0
[pid=4562/tid=4567] ppid=4560 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4562/task/4567/stat : 4567 (java) S 4560 4560 3690 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516162350 15508250624 7233 33554432000 4194304 4196468 140736067279376 140364570803216 140364621350613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27541504 140736067281883 140736067282058 140736067282058 140736067284943 0
[pid=4562/tid=4568] ppid=4560 vsize=15144776 memory=140082407212672 CPUtime=0 cores=1,3,5,7
/proc/4562/task/4568/stat : 4568 (java) S 4560 4560 3690 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516162351 15508250624 7233 33554432000 4194304 4196468 140736067279376 140364089366640 140364621351554 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27541504 140736067281883 140736067282058 140736067282058 140736067284943 0
[pid=4562/tid=4569] ppid=4560 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4562/task/4569/stat : 4569 (java) S 4560 4560 3690 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516162352 15508250624 7233 33554432000 4194304 4196468 140736067279376 140364088312608 140364621350613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27541504 140736067281883 140736067282058 140736067282058 140736067284943 0
[pid=4562/tid=4570] ppid=4560 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4562/task/4570/stat : 4570 (java) S 4560 4560 3690 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516162352 15508250624 7233 33554432000 4194304 4196468 140736067279376 140364087260272 140364621350613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27541504 140736067281883 140736067282058 140736067282058 140736067284943 0
[pid=4562/tid=4571] ppid=4560 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4562/task/4571/stat : 4571 (java) S 4560 4560 3690 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516162354 15508250624 7233 33554432000 4194304 4196468 140736067279376 140364086208592 140364621359003 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27541504 140736067281883 140736067282058 140736067282058 140736067284943 0
[pid=4562/tid=4572] ppid=4560 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4562/task/4572/stat : 4572 (java) S 4560 4560 3690 0 -1 1077944384 358 0 0 0 0 0 0 0 20 0 15 0 516162354 15508250624 7233 33554432000 4194304 4196468 140736067279376 140364085156464 140364621351554 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27541504 140736067281883 140736067282058 140736067282058 140736067284943 0
[pid=4562/tid=4573] ppid=4560 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4562/task/4573/stat : 4573 (java) R 4560 4560 3690 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 15 0 516162354 15508250624 7233 33554432000 4194304 4196468 140736067279376 140364084103664 140364621351554 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27541504 140736067281883 140736067282058 140736067282058 140736067284943 0
[pid=4562/tid=4574] ppid=4560 vsize=15144776 memory=140082407212672 CPUtime=0.02 cores=1,3,5,7
/proc/4562/task/4574/stat : 4574 (java) R 4560 4560 3690 0 -1 4202560 344 0 0 0 2 0 0 0 20 0 15 0 516162354 15508250624 7233 33554432000 4194304 4196468 140736067279376 140364083051376 140364604690638 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27541504 140736067281883 140736067282058 140736067282058 140736067284943 0
[pid=4562/tid=4575] ppid=4560 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4562/task/4575/stat : 4575 (java) S 4560 4560 3690 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516162355 15508250624 7233 33554432000 4194304 4196468 140736067279376 140364081998816 140364621350613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27541504 140736067281883 140736067282058 140736067282058 140736067284943 0
[pid=4562/tid=4576] ppid=4560 vsize=15144776 memory=140082407212672 CPUtime=0 cores=1,3,5,7
/proc/4562/task/4576/stat : 4576 (java) S 4560 4560 3690 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516162355 15508250624 7233 33554432000 4194304 4196468 140736067279376 140364080945584 140364621351554 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27541504 140736067281883 140736067282058 140736067282058 140736067284943 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30388 KiB

[startup+0.212835 s]*
/proc/loadavg: 2.56 2.11 1.87 4/233 4576
/proc/meminfo: memFree=23755532/32770624 swapFree=67003052/67108860
[pid=4560] ppid=4557 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/4560/stat : 4560 (xcsp3-exec) S 4557 4560 3690 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 516162349 115843072 364 33554432000 4194304 5098028 140735892261872 140735892259976 140660352180860 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 14012416 140735892267863 140735892268121 140735892268121 140735892271046 0
/proc/4560/statm: 28282 364 305 221 0 87 0
[pid=4562] ppid=4560 vsize=15144776 memory=40300 CPUtime=0.35 cores=1,3,5,7
/proc/4562/stat : 4562 (java) S 4560 4560 3690 0 -1 1077944320 9325 0 0 0 32 3 0 0 20 0 15 0 516162349 15508250624 10075 33554432000 4194304 4196468 140736067279376 140736067261920 140364621340407 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 27541504 140736067281883 140736067282058 140736067282058 140736067284943 0
/proc/4562/statm: 3786194 10075 3290 1 0 3748377 0
[pid=4562/tid=4563] ppid=4560 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/4562/task/4563/stat : 4563 (java) R 4560 4560 3690 0 -1 4202560 6547 0 0 0 18 2 0 0 20 0 15 0 516162349 15508250624 10139 33554432000 4194304 4196468 140736067279376 140364625575392 140364605420894 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27541504 140736067281883 140736067282058 140736067282058 140736067284943 0
[pid=4562/tid=4564] ppid=4560 vsize=15144776 memory=13591 CPUtime=0 cores=1,3,5,7
/proc/4562/task/4564/stat : 4564 (java) S 4560 4560 3690 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516162350 15508250624 10139 33554432000 4194304 4196468 140736067279376 140364573961104 140364621350613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27541504 140736067281883 140736067282058 140736067282058 140736067284943 0
[pid=4562/tid=4565] ppid=4560 vsize=15144776 memory=4050055060923811488 CPUtime=0 cores=1,3,5,7
/proc/4562/task/4565/stat : 4565 (java) S 4560 4560 3690 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516162350 15508250624 10139 33554432000 4194304 4196468 140736067279376 140364572908304 140364621350613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27541504 140736067281883 140736067282058 140736067282058 140736067284943 0
[pid=4562/tid=4566] ppid=4560 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4562/task/4566/stat : 4566 (java) S 4560 4560 3690 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516162350 15508250624 10139 33554432000 4194304 4196468 140736067279376 140364571856016 140364621350613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27541504 140736067281883 140736067282058 140736067282058 140736067284943 0
[pid=4562/tid=4567] ppid=4560 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4562/task/4567/stat : 4567 (java) S 4560 4560 3690 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516162350 15508250624 10139 33554432000 4194304 4196468 140736067279376 140364570803216 140364621350613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27541504 140736067281883 140736067282058 140736067282058 140736067284943 0
[pid=4562/tid=4568] ppid=4560 vsize=15144776 memory=140082407212672 CPUtime=0 cores=1,3,5,7
/proc/4562/task/4568/stat : 4568 (java) S 4560 4560 3690 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 516162351 15508250624 10139 33554432000 4194304 4196468 140736067279376 140364089366640 140364621351554 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27541504 140736067281883 140736067282058 140736067282058 140736067284943 0
[pid=4562/tid=4569] ppid=4560 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4562/task/4569/stat : 4569 (java) S 4560 4560 3690 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516162352 15508250624 10139 33554432000 4194304 4196468 140736067279376 140364088312608 140364621350613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27541504 140736067281883 140736067282058 140736067282058 140736067284943 0
[pid=4562/tid=4570] ppid=4560 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4562/task/4570/stat : 4570 (java) S 4560 4560 3690 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516162352 15508250624 10139 33554432000 4194304 4196468 140736067279376 140364087260272 140364621350613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27541504 140736067281883 140736067282058 140736067282058 140736067284943 0
[pid=4562/tid=4571] ppid=4560 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4562/task/4571/stat : 4571 (java) S 4560 4560 3690 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516162354 15508250624 10139 33554432000 4194304 4196468 140736067279376 140364086208592 140364621359003 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27541504 140736067281883 140736067282058 140736067282058 140736067284943 0
[pid=4562/tid=4572] ppid=4560 vsize=15144776 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/4562/task/4572/stat : 4572 (java) S 4560 4560 3690 0 -1 1077944384 424 0 0 0 2 0 0 0 20 0 15 0 516162354 15508250624 10139 33554432000 4194304 4196468 140736067279376 140364085156464 140364621351554 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27541504 140736067281883 140736067282058 140736067282058 140736067284943 0
[pid=4562/tid=4573] ppid=4560 vsize=15144776 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/4562/task/4573/stat : 4573 (java) S 4560 4560 3690 0 -1 1077944384 226 0 0 0 2 0 0 0 20 0 15 0 516162354 15508250624 10139 33554432000 4194304 4196468 140736067279376 140364084103664 140364621351554 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27541504 140736067281883 140736067282058 140736067282058 140736067284943 0
[pid=4562/tid=4574] ppid=4560 vsize=15144776 memory=140082407212672 CPUtime=0.08 cores=1,3,5,7
/proc/4562/task/4574/stat : 4574 (java) S 4560 4560 3690 0 -1 1077944384 833 0 0 0 8 0 0 0 20 0 15 0 516162354 15508250624 10139 33554432000 4194304 4196468 140736067279376 140364083051376 140364621351554 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27541504 140736067281883 140736067282058 140736067282058 140736067284943 0
[pid=4562/tid=4575] ppid=4560 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4562/task/4575/stat : 4575 (java) S 4560 4560 3690 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516162355 15508250624 10139 33554432000 4194304 4196468 140736067279376 140364081998816 140364621350613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27541504 140736067281883 140736067282058 140736067282058 140736067284943 0
[pid=4562/tid=4576] ppid=4560 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4562/task/4576/stat : 4576 (java) S 4560 4560 3690 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516162355 15508250624 10139 33554432000 4194304 4196468 140736067279376 140364080945584 140364621351554 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27541504 140736067281883 140736067282058 140736067282058 140736067284943 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 41756 KiB

[startup+0.310759 s]*
/proc/loadavg: 2.56 2.11 1.87 4/233 4576
/proc/meminfo: memFree=23747404/32770624 swapFree=67003052/67108860
[pid=4560] ppid=4557 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/4560/stat : 4560 (xcsp3-exec) S 4557 4560 3690 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 516162349 115843072 364 33554432000 4194304 5098028 140735892261872 140735892259976 140660352180860 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 14012416 140735892267863 140735892268121 140735892268121 140735892271046 0
/proc/4560/statm: 28282 364 305 221 0 87 0
[pid=4562] ppid=4560 vsize=15149032 memory=49528 CPUtime=0.53 cores=1,3,5,7
/proc/4562/stat : 4562 (java) S 4560 4560 3690 0 -1 1077944320 10758 0 0 0 50 3 0 0 20 0 15 0 516162349 15512608768 12382 33554432000 4194304 4196468 140736067279376 140736067261920 140364621340407 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 27541504 140736067281883 140736067282058 140736067282058 140736067284943 0
/proc/4562/statm: 3787258 12382 3345 1 0 3748377 0
[pid=4562/tid=4563] ppid=4560 vsize=15149032 memory=7883960649037381690 CPUtime=0.3 cores=1,3,5,7
/proc/4562/task/4563/stat : 4563 (java) R 4560 4560 3690 0 -1 4202560 7737 0 0 0 27 3 0 0 20 0 15 0 516162349 15512608768 12382 33554432000 4194304 4196468 140736067279376 140364625571520 140364605420894 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27541504 140736067281883 140736067282058 140736067282058 140736067284943 0
[pid=4562/tid=4564] ppid=4560 vsize=15149032 memory=13953 CPUtime=0 cores=1,3,5,7
/proc/4562/task/4564/stat : 4564 (java) S 4560 4560 3690 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516162350 15512608768 12382 33554432000 4194304 4196468 140736067279376 140364573961104 140364621350613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27541504 140736067281883 140736067282058 140736067282058 140736067284943 0
[pid=4562/tid=4565] ppid=4560 vsize=15149032 memory=3887172 CPUtime=0 cores=1,3,5,7
/proc/4562/task/4565/stat : 4565 (java) S 4560 4560 3690 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516162350 15512608768 12382 33554432000 4194304 4196468 140736067279376 140364572908304 140364621350613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27541504 140736067281883 140736067282058 140736067282058 140736067284943 0
[pid=4562/tid=4566] ppid=4560 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4562/task/4566/stat : 4566 (java) S 4560 4560 3690 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516162350 15512608768 12382 33554432000 4194304 4196468 140736067279376 140364571856016 140364621350613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27541504 140736067281883 140736067282058 140736067282058 140736067284943 0
[pid=4562/tid=4567] ppid=4560 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4562/task/4567/stat : 4567 (java) S 4560 4560 3690 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516162350 15512608768 12382 33554432000 4194304 4196468 140736067279376 140364570803216 140364621350613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27541504 140736067281883 140736067282058 140736067282058 140736067284943 0
[pid=4562/tid=4568] ppid=4560 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4562/task/4568/stat : 4568 (java) S 4560 4560 3690 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 516162351 15512608768 12382 33554432000 4194304 4196468 140736067279376 140364089366640 140364621351554 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27541504 140736067281883 140736067282058 140736067282058 140736067284943 0
[pid=4562/tid=4569] ppid=4560 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4562/task/4569/stat : 4569 (java) S 4560 4560 3690 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516162352 15512608768 12382 33554432000 4194304 4196468 140736067279376 140364088312608 140364621350613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27541504 140736067281883 140736067282058 140736067282058 140736067284943 0
[pid=4562/tid=4570] ppid=4560 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4562/task/4570/stat : 4570 (java) S 4560 4560 3690 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516162352 15512608768 12382 33554432000 4194304 4196468 140736067279376 140364087260272 140364621350613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27541504 140736067281883 140736067282058 140736067282058 140736067284943 0
[pid=4562/tid=4571] ppid=4560 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4562/task/4571/stat : 4571 (java) S 4560 4560 3690 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516162354 15512608768 12382 33554432000 4194304 4196468 140736067279376 140364086208592 140364621359003 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27541504 140736067281883 140736067282058 140736067282058 140736067284943 0
[pid=4562/tid=4572] ppid=4560 vsize=15149032 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/4562/task/4572/stat : 4572 (java) S 4560 4560 3690 0 -1 1077944384 521 0 0 0 5 0 0 0 20 0 15 0 516162354 15512608768 12382 33554432000 4194304 4196468 140736067279376 140364085156464 140364621351554 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27541504 140736067281883 140736067282058 140736067282058 140736067284943 0
[pid=4562/tid=4573] ppid=4560 vsize=15149032 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/4562/task/4573/stat : 4573 (java) S 4560 4560 3690 0 -1 1077944384 241 0 0 0 4 0 0 0 20 0 15 0 516162354 15512608768 12382 33554432000 4194304 4196468 140736067279376 140364084103664 140364621351554 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27541504 140736067281883 140736067282058 140736067282058 140736067284943 0
[pid=4562/tid=4574] ppid=4560 vsize=15149032 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/4562/task/4574/stat : 4574 (java) S 4560 4560 3690 0 -1 1077944384 978 0 0 0 13 0 0 0 20 0 15 0 516162354 15512608768 12382 33554432000 4194304 4196468 140736067279376 140364083051376 140364621351554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27541504 140736067281883 140736067282058 140736067282058 140736067284943 0
[pid=4562/tid=4575] ppid=4560 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4562/task/4575/stat : 4575 (java) S 4560 4560 3690 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516162355 15512608768 12382 33554432000 4194304 4196468 140736067279376 140364081998816 140364621350613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27541504 140736067281883 140736067282058 140736067282058 140736067284943 0
[pid=4562/tid=4576] ppid=4560 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4562/task/4576/stat : 4576 (java) S 4560 4560 3690 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516162355 15512608768 12382 33554432000 4194304 4196468 140736067279376 140364080945584 140364621351554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27541504 140736067281883 140736067282058 140736067282058 140736067284943 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 50984 KiB

[startup+0.7009 s]
/proc/loadavg: 2.56 2.11 1.87 6/233 4576
/proc/meminfo: memFree=23712372/32770624 swapFree=67003052/67108860
[pid=4560] ppid=4557 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/4560/stat : 4560 (xcsp3-exec) S 4557 4560 3690 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 516162349 115843072 364 33554432000 4194304 5098028 140735892261872 140735892259976 140660352180860 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 14012416 140735892267863 140735892268121 140735892268121 140735892271046 0
/proc/4560/statm: 28282 364 305 221 0 87 0
[pid=4562] ppid=4560 vsize=15151156 memory=191052 CPUtime=1.57 cores=1,3,5,7
/proc/4562/stat : 4562 (java) S 4560 4560 3690 0 -1 1077944320 13471 0 0 0 150 7 0 0 20 0 15 0 516162349 15514783744 47763 33554432000 4194304 4196468 140736067279376 140736067261920 140364621340407 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 27541504 140736067281883 140736067282058 140736067282058 140736067284943 0
/proc/4562/statm: 3787789 47763 3461 1 0 3748889 0
[pid=4562/tid=4563] ppid=4560 vsize=15151156 memory=35536 CPUtime=0.67 cores=1,3,5,7
/proc/4562/task/4563/stat : 4563 (java) R 4560 4560 3690 0 -1 4202560 8277 0 0 0 62 5 0 0 20 0 15 0 516162349 15514783744 47763 33554432000 4194304 4196468 140736067279376 140364625577792 140364248911591 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27541504 140736067281883 140736067282058 140736067282058 140736067284943 0
[pid=4562/tid=4564] ppid=4560 vsize=15151156 memory=496 CPUtime=0 cores=1,3,5,7
/proc/4562/task/4564/stat : 4564 (java) S 4560 4560 3690 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 15 0 516162350 15514783744 47763 33554432000 4194304 4196468 140736067279376 140364573961104 140364621350613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27541504 140736067281883 140736067282058 140736067282058 140736067284943 0
[pid=4562/tid=4565] ppid=4560 vsize=15151156 memory=1564 CPUtime=0 cores=1,3,5,7
/proc/4562/task/4565/stat : 4565 (java) S 4560 4560 3690 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 516162350 15514783744 47763 33554432000 4194304 4196468 140736067279376 140364572908304 140364621350613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27541504 140736067281883 140736067282058 140736067282058 140736067284943 0
[pid=4562/tid=4566] ppid=4560 vsize=15151156 memory=928 CPUtime=0 cores=1,3,5,7
/proc/4562/task/4566/stat : 4566 (java) S 4560 4560 3690 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516162350 15514783744 47763 33554432000 4194304 4196468 140736067279376 140364571856016 140364621350613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27541504 140736067281883 140736067282058 140736067282058 140736067284943 0
[pid=4562/tid=4567] ppid=4560 vsize=15151156 memory=1756 CPUtime=0 cores=1,3,5,7
/proc/4562/task/4567/stat : 4567 (java) S 4560 4560 3690 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 15 0 516162350 15514783744 47763 33554432000 4194304 4196468 140736067279376 140364570803216 140364621350613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27541504 140736067281883 140736067282058 140736067282058 140736067284943 0
[pid=4562/tid=4568] ppid=4560 vsize=15151156 memory=780 CPUtime=0 cores=1,3,5,7
/proc/4562/task/4568/stat : 4568 (java) S 4560 4560 3690 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 516162351 15514783744 47763 33554432000 4194304 4196468 140736067279376 140364089366640 140364621351554 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27541504 140736067281883 140736067282058 140736067282058 140736067284943 0
[pid=4562/tid=4569] ppid=4560 vsize=15151156 memory=1440 CPUtime=0 cores=1,3,5,7
/proc/4562/task/4569/stat : 4569 (java) S 4560 4560 3690 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516162352 15514783744 47763 33554432000 4194304 4196468 140736067279376 140364088312608 140364621350613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27541504 140736067281883 140736067282058 140736067282058 140736067284943 0
[pid=4562/tid=4570] ppid=4560 vsize=15151156 memory=1984 CPUtime=0 cores=1,3,5,7
/proc/4562/task/4570/stat : 4570 (java) S 4560 4560 3690 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 15 0 516162352 15514783744 47763 33554432000 4194304 4196468 140736067279376 140364087260272 140364621350613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27541504 140736067281883 140736067282058 140736067282058 140736067284943 0
[pid=4562/tid=4571] ppid=4560 vsize=15151156 memory=2376 CPUtime=0 cores=1,3,5,7
/proc/4562/task/4571/stat : 4571 (java) S 4560 4560 3690 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516162354 15514783744 47763 33554432000 4194304 4196468 140736067279376 140364086208592 140364621359003 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27541504 140736067281883 140736067282058 140736067282058 140736067284943 0
[pid=4562/tid=4572] ppid=4560 vsize=15151156 memory=1768 CPUtime=0.29 cores=1,3,5,7
/proc/4562/task/4572/stat : 4572 (java) S 4560 4560 3690 0 -1 1077944384 1371 0 0 0 29 0 0 0 20 0 15 0 516162354 15514783744 47763 33554432000 4194304 4196468 140736067279376 140364085156464 140364621351554 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27541504 140736067281883 140736067282058 140736067282058 140736067284943 0
[pid=4562/tid=4573] ppid=4560 vsize=15151156 memory=111628 CPUtime=0.32 cores=1,3,5,7
/proc/4562/task/4573/stat : 4573 (java) R 4560 4560 3690 0 -1 4202560 971 0 0 0 32 0 0 0 20 0 15 0 516162354 15514783744 47763 33554432000 4194304 4196468 140736067279376 140364084083472 140364606262174 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27541504 140736067281883 140736067282058 140736067282058 140736067284943 0
[pid=4562/tid=4574] ppid=4560 vsize=15151156 memory=804 CPUtime=0.25 cores=1,3,5,7
/proc/4562/task/4574/stat : 4574 (java) S 4560 4560 3690 0 -1 1077944384 1421 0 0 0 25 0 0 0 20 0 15 0 516162354 15514783744 47763 33554432000 4194304 4196468 140736067279376 140364083051376 140364621351554 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27541504 140736067281883 140736067282058 140736067282058 140736067284943 0
[pid=4562/tid=4575] ppid=4560 vsize=15151156 memory=4100 CPUtime=0 cores=1,3,5,7
/proc/4562/task/4575/stat : 4575 (java) S 4560 4560 3690 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516162355 15514783744 47763 33554432000 4194304 4196468 140736067279376 140364081998816 140364621350613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27541504 140736067281883 140736067282058 140736067282058 140736067284943 0
[pid=4562/tid=4576] ppid=4560 vsize=15151156 memory=1808 CPUtime=0 cores=1,3,5,7
/proc/4562/task/4576/stat : 4576 (java) S 4560 4560 3690 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516162355 15514783744 47763 33554432000 4194304 4196468 140736067279376 140364080945584 140364621351554 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27541504 140736067281883 140736067282058 140736067282058 140736067284943 0
Current children cumulated CPU time: 1.57 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 192508 KiB

[startup+1.50087 s]
/proc/loadavg: 2.56 2.11 1.87 5/233 4576
/proc/meminfo: memFree=23545372/32770624 swapFree=67003052/67108860
[pid=4560] ppid=4557 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/4560/stat : 4560 (xcsp3-exec) S 4557 4560 3690 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 516162349 115843072 364 33554432000 4194304 5098028 140735892261872 140735892259976 140660352180860 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 14012416 140735892267863 140735892268121 140735892268121 140735892271046 0
/proc/4560/statm: 28282 364 305 221 0 87 0

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

/proc/4560/stat : 4560 (xcsp3-exec) S 4557 4560 3690 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 516162349 115843072 364 33554432000 4194304 5098028 140735892261872 140735892259976 140660352180860 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 14012416 140735892267863 140735892268121 140735892268121 140735892271046 0
/proc/4560/statm: 28282 364 305 221 0 87 0
[pid=4562] ppid=4560 vsize=15151156 memory=1185928 CPUtime=413.04 cores=1,3,5,7
/proc/4562/stat : 4562 (java) S 4560 4560 3690 0 -1 1077944320 44793 0 0 0 41254 50 0 0 20 0 15 0 516162349 15514783744 296482 33554432000 4194304 4196468 140736067279376 140736067261920 140364621340407 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 27541504 140736067281883 140736067282058 140736067282058 140736067284943 0
/proc/4562/statm: 3787789 296482 3496 1 0 3748889 0
[pid=4562/tid=4563] ppid=4560 vsize=15151156 memory=1456 CPUtime=409.44 cores=1,3,5,7
/proc/4562/task/4563/stat : 4563 (java) R 4560 4560 3690 0 -1 4202560 16614 0 0 0 40925 19 0 0 20 0 15 0 516162349 15514783744 296482 33554432000 4194304 4196468 140736067279376 140364625577208 140364251075865 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27541504 140736067281883 140736067282058 140736067282058 140736067284943 0
[pid=4562/tid=4564] ppid=4560 vsize=15151156 memory=1456 CPUtime=0.13 cores=1,3,5,7
/proc/4562/task/4564/stat : 4564 (java) S 4560 4560 3690 0 -1 1077944384 539 0 0 0 7 6 0 0 20 0 15 0 516162350 15514783744 296482 33554432000 4194304 4196468 140736067279376 140364573961104 140364621350613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27541504 140736067281883 140736067282058 140736067282058 140736067284943 0
[pid=4562/tid=4565] ppid=4560 vsize=15151156 memory=1167308 CPUtime=0.12 cores=1,3,5,7
/proc/4562/task/4565/stat : 4565 (java) S 4560 4560 3690 0 -1 1077944384 1735 0 0 0 7 5 0 0 20 0 15 0 516162350 15514783744 296482 33554432000 4194304 4196468 140736067279376 140364572908304 140364621350613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27541504 140736067281883 140736067282058 140736067282058 140736067284943 0
[pid=4562/tid=4566] ppid=4560 vsize=15151156 memory=988 CPUtime=0.12 cores=1,3,5,7
/proc/4562/task/4566/stat : 4566 (java) S 4560 4560 3690 0 -1 1077944384 1396 0 0 0 7 5 0 0 20 0 15 0 516162350 15514783744 296482 33554432000 4194304 4196468 140736067279376 140364571856016 140364621350613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27541504 140736067281883 140736067282058 140736067282058 140736067284943 0
[pid=4562/tid=4567] ppid=4560 vsize=15151156 memory=2052 CPUtime=0.13 cores=1,3,5,7
/proc/4562/task/4567/stat : 4567 (java) S 4560 4560 3690 0 -1 1077944384 663 0 0 0 7 6 0 0 20 0 15 0 516162350 15514783744 296482 33554432000 4194304 4196468 140736067279376 140364570803216 140364621350613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27541504 140736067281883 140736067282058 140736067282058 140736067284943 0
[pid=4562/tid=4568] ppid=4560 vsize=15151156 memory=1456 CPUtime=0.01 cores=1,3,5,7
/proc/4562/task/4568/stat : 4568 (java) S 4560 4560 3690 0 -1 1077944384 2260 0 0 0 1 0 0 0 20 0 15 0 516162351 15514783744 296482 33554432000 4194304 4196468 140736067279376 140364089366640 140364621351554 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27541504 140736067281883 140736067282058 140736067282058 140736067284943 0
[pid=4562/tid=4569] ppid=4560 vsize=15151156 memory=2372 CPUtime=0 cores=1,3,5,7
/proc/4562/task/4569/stat : 4569 (java) S 4560 4560 3690 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 15 0 516162352 15514783744 296482 33554432000 4194304 4196468 140736067279376 140364088312672 140364621350613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27541504 140736067281883 140736067282058 140736067282058 140736067284943 0
[pid=4562/tid=4570] ppid=4560 vsize=15151156 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/4562/task/4570/stat : 4570 (java) S 4560 4560 3690 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 15 0 516162352 15514783744 296482 33554432000 4194304 4196468 140736067279376 140364087260288 140364621350613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27541504 140736067281883 140736067282058 140736067282058 140736067284943 0
[pid=4562/tid=4571] ppid=4560 vsize=15151156 memory=1167308 CPUtime=0 cores=1,3,5,7
/proc/4562/task/4571/stat : 4571 (java) S 4560 4560 3690 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516162354 15514783744 296482 33554432000 4194304 4196468 140736067279376 140364086208592 140364621359003 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27541504 140736067281883 140736067282058 140736067282058 140736067284943 0
[pid=4562/tid=4572] ppid=4560 vsize=15151156 memory=1412 CPUtime=1.22 cores=1,3,5,7
/proc/4562/task/4572/stat : 4572 (java) S 4560 4560 3690 0 -1 1077944384 7338 0 0 0 121 1 0 0 20 0 15 0 516162354 15514783744 296482 33554432000 4194304 4196468 140736067279376 140364085156464 140364621351554 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27541504 140736067281883 140736067282058 140736067282058 140736067284943 0
[pid=4562/tid=4573] ppid=4560 vsize=15151156 memory=8112282956445269571 CPUtime=1.22 cores=1,3,5,7
/proc/4562/task/4573/stat : 4573 (java) S 4560 4560 3690 0 -1 1077944384 7698 0 0 0 121 1 0 0 20 0 15 0 516162354 15514783744 296482 33554432000 4194304 4196468 140736067279376 140364084103664 140364621351554 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27541504 140736067281883 140736067282058 140736067282058 140736067284943 0
[pid=4562/tid=4574] ppid=4560 vsize=15151156 memory=1456 CPUtime=0.49 cores=1,3,5,7
/proc/4562/task/4574/stat : 4574 (java) S 4560 4560 3690 0 -1 1077944384 4584 0 0 0 48 1 0 0 20 0 15 0 516162354 15514783744 296482 33554432000 4194304 4196468 140736067279376 140364083051376 140364621351554 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27541504 140736067281883 140736067282058 140736067282058 140736067284943 0
[pid=4562/tid=4575] ppid=4560 vsize=15151156 memory=1185928 CPUtime=0 cores=1,3,5,7
/proc/4562/task/4575/stat : 4575 (java) S 4560 4560 3690 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516162355 15514783744 296482 33554432000 4194304 4196468 140736067279376 140364081998816 140364621350613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27541504 140736067281883 140736067282058 140736067282058 140736067284943 0
[pid=4562/tid=4576] ppid=4560 vsize=15151156 memory=1716 CPUtime=0.08 cores=1,3,5,7
/proc/4562/task/4576/stat : 4576 (java) S 4560 4560 3690 0 -1 1077944384 659 0 0 0 4 4 0 0 20 0 15 0 516162355 15514783744 296482 33554432000 4194304 4196468 140736067279376 140364080945584 140364621351554 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27541504 140736067281883 140736067282058 140736067282058 140736067284943 0
Current children cumulated CPU time: 413.04 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 1187384 KiB

[startup+410.001 s]*
/proc/loadavg: 2.10 2.10 1.94 3/236 4846
/proc/meminfo: memFree=22738560/32770624 swapFree=67003052/67108860
[pid=4560] ppid=4557 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/4560/stat : 4560 (xcsp3-exec) S 4557 4560 3690 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 516162349 115843072 364 33554432000 4194304 5098028 140735892261872 140735892259976 140660352180860 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 14012416 140735892267863 140735892268121 140735892268121 140735892271046 0
/proc/4560/statm: 28282 364 305 221 0 87 0
[pid=4562] ppid=4560 vsize=15151156 memory=1185928 CPUtime=413.45 cores=1,3,5,7
/proc/4562/stat : 4562 (java) S 4560 4560 3690 0 -1 1077944320 44844 0 0 0 41295 50 0 0 20 0 15 0 516162349 15514783744 296482 33554432000 4194304 4196468 140736067279376 140736067261920 140364621340407 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 27541504 140736067281883 140736067282058 140736067282058 140736067284943 0
/proc/4562/statm: 3787789 296482 3496 1 0 3748889 0
[pid=4562/tid=4563] ppid=4560 vsize=15151156 memory=7300704776819337556 CPUtime=409.85 cores=1,3,5,7
/proc/4562/task/4563/stat : 4563 (java) R 4560 4560 3690 0 -1 4202560 16665 0 0 0 40966 19 0 0 20 0 15 0 516162349 15514783744 296482 33554432000 4194304 4196468 140736067279376 140364625577208 140364250173584 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27541504 140736067281883 140736067282058 140736067282058 140736067284943 0
[pid=4562/tid=4564] ppid=4560 vsize=15151156 memory=6147521520077983824 CPUtime=0.13 cores=1,3,5,7
/proc/4562/task/4564/stat : 4564 (java) S 4560 4560 3690 0 -1 1077944384 539 0 0 0 7 6 0 0 20 0 15 0 516162350 15514783744 296482 33554432000 4194304 4196468 140736067279376 140364573961104 140364621350613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27541504 140736067281883 140736067282058 140736067282058 140736067284943 0
[pid=4562/tid=4565] ppid=4560 vsize=15151156 memory=7079770014140616784 CPUtime=0.12 cores=1,3,5,7
/proc/4562/task/4565/stat : 4565 (java) S 4560 4560 3690 0 -1 1077944384 1735 0 0 0 7 5 0 0 20 0 15 0 516162350 15514783744 296482 33554432000 4194304 4196468 140736067279376 140364572908304 140364621350613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27541504 140736067281883 140736067282058 140736067282058 140736067284943 0
[pid=4562/tid=4566] ppid=4560 vsize=15151156 memory=4126316290023845779 CPUtime=0.12 cores=1,3,5,7
/proc/4562/task/4566/stat : 4566 (java) S 4560 4560 3690 0 -1 1077944384 1396 0 0 0 7 5 0 0 20 0 15 0 516162350 15514783744 296482 33554432000 4194304 4196468 140736067279376 140364571856016 140364621350613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27541504 140736067281883 140736067282058 140736067282058 140736067284943 0
[pid=4562/tid=4567] ppid=4560 vsize=15151156 memory=1185928 CPUtime=0.13 cores=1,3,5,7
/proc/4562/task/4567/stat : 4567 (java) S 4560 4560 3690 0 -1 1077944384 663 0 0 0 7 6 0 0 20 0 15 0 516162350 15514783744 296482 33554432000 4194304 4196468 140736067279376 140364570803216 140364621350613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27541504 140736067281883 140736067282058 140736067282058 140736067284943 0
[pid=4562/tid=4568] ppid=4560 vsize=15151156 memory=1212 CPUtime=0.01 cores=1,3,5,7
/proc/4562/task/4568/stat : 4568 (java) S 4560 4560 3690 0 -1 1077944384 2260 0 0 0 1 0 0 0 20 0 15 0 516162351 15514783744 296482 33554432000 4194304 4196468 140736067279376 140364089366640 140364621351554 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27541504 140736067281883 140736067282058 140736067282058 140736067284943 0
[pid=4562/tid=4569] ppid=4560 vsize=15151156 memory=1036 CPUtime=0 cores=1,3,5,7
/proc/4562/task/4569/stat : 4569 (java) S 4560 4560 3690 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 15 0 516162352 15514783744 296482 33554432000 4194304 4196468 140736067279376 140364088312672 140364621350613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27541504 140736067281883 140736067282058 140736067282058 140736067284943 0
[pid=4562/tid=4570] ppid=4560 vsize=15151156 memory=14008 CPUtime=0 cores=1,3,5,7
/proc/4562/task/4570/stat : 4570 (java) S 4560 4560 3690 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 15 0 516162352 15514783744 296482 33554432000 4194304 4196468 140736067279376 140364087260288 140364621350613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27541504 140736067281883 140736067282058 140736067282058 140736067284943 0
[pid=4562/tid=4571] ppid=4560 vsize=15151156 memory=9 CPUtime=0 cores=1,3,5,7
/proc/4562/task/4571/stat : 4571 (java) S 4560 4560 3690 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516162354 15514783744 296482 33554432000 4194304 4196468 140736067279376 140364086208592 140364621359003 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27541504 140736067281883 140736067282058 140736067282058 140736067284943 0
[pid=4562/tid=4572] ppid=4560 vsize=15151156 memory=9 CPUtime=1.22 cores=1,3,5,7
/proc/4562/task/4572/stat : 4572 (java) S 4560 4560 3690 0 -1 1077944384 7338 0 0 0 121 1 0 0 20 0 15 0 516162354 15514783744 296482 33554432000 4194304 4196468 140736067279376 140364085156464 140364621351554 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27541504 140736067281883 140736067282058 140736067282058 140736067284943 0
[pid=4562/tid=4573] ppid=4560 vsize=15151156 memory=1 CPUtime=1.22 cores=1,3,5,7
/proc/4562/task/4573/stat : 4573 (java) S 4560 4560 3690 0 -1 1077944384 7698 0 0 0 121 1 0 0 20 0 15 0 516162354 15514783744 296482 33554432000 4194304 4196468 140736067279376 140364084103664 140364621351554 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27541504 140736067281883 140736067282058 140736067282058 140736067284943 0
[pid=4562/tid=4574] ppid=4560 vsize=15151156 memory=0 CPUtime=0.49 cores=1,3,5,7
/proc/4562/task/4574/stat : 4574 (java) S 4560 4560 3690 0 -1 1077944384 4584 0 0 0 48 1 0 0 20 0 15 0 516162354 15514783744 296482 33554432000 4194304 4196468 140736067279376 140364083051376 140364621351554 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27541504 140736067281883 140736067282058 140736067282058 140736067284943 0
[pid=4562/tid=4575] ppid=4560 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4562/task/4575/stat : 4575 (java) S 4560 4560 3690 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516162355 15514783744 296482 33554432000 4194304 4196468 140736067279376 140364081998816 140364621350613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27541504 140736067281883 140736067282058 140736067282058 140736067284943 0
[pid=4562/tid=4576] ppid=4560 vsize=15151156 memory=1564 CPUtime=0.08 cores=1,3,5,7
/proc/4562/task/4576/stat : 4576 (java) S 4560 4560 3690 0 -1 1077944384 659 0 0 0 4 4 0 0 20 0 15 0 516162355 15514783744 296482 33554432000 4194304 4196468 140736067279376 140364080945584 140364621351554 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27541504 140736067281883 140736067282058 140736067282058 140736067284943 0
Current children cumulated CPU time: 413.45 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 1187384 KiB

[startup+410.201 s]
/proc/loadavg: 2.10 2.10 1.94 3/236 4846
/proc/meminfo: memFree=22738560/32770624 swapFree=67003052/67108860
[pid=4560] ppid=4557 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/4560/stat : 4560 (xcsp3-exec) S 4557 4560 3690 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 516162349 115843072 364 33554432000 4194304 5098028 140735892261872 140735892259976 140660352180860 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 14012416 140735892267863 140735892268121 140735892268121 140735892271046 0
/proc/4560/statm: 28282 364 305 221 0 87 0
[pid=4562] ppid=4560 vsize=15151156 memory=1185928 CPUtime=413.64 cores=1,3,5,7
/proc/4562/stat : 4562 (java) S 4560 4560 3690 0 -1 1077944320 44845 0 0 0 41314 50 0 0 20 0 15 0 516162349 15514783744 296482 33554432000 4194304 4196468 140736067279376 140736067261920 140364621340407 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 27541504 140736067281883 140736067282058 140736067282058 140736067284943 0
/proc/4562/statm: 3787789 296482 3496 1 0 3748889 0
[pid=4562/tid=4563] ppid=4560 vsize=15151156 memory=780 CPUtime=410.04 cores=1,3,5,7
/proc/4562/task/4563/stat : 4563 (java) R 4560 4560 3690 0 -1 4202560 16666 0 0 0 40985 19 0 0 20 0 15 0 516162349 15514783744 296482 33554432000 4194304 4196468 140736067279376 140364625577208 140364250039801 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27541504 140736067281883 140736067282058 140736067282058 140736067284943 0
[pid=4562/tid=4564] ppid=4560 vsize=15151156 memory=1440 CPUtime=0.13 cores=1,3,5,7
/proc/4562/task/4564/stat : 4564 (java) S 4560 4560 3690 0 -1 1077944384 539 0 0 0 7 6 0 0 20 0 15 0 516162350 15514783744 296482 33554432000 4194304 4196468 140736067279376 140364573961104 140364621350613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27541504 140736067281883 140736067282058 140736067282058 140736067284943 0
[pid=4562/tid=4565] ppid=4560 vsize=15151156 memory=164 CPUtime=0.12 cores=1,3,5,7
/proc/4562/task/4565/stat : 4565 (java) S 4560 4560 3690 0 -1 1077944384 1735 0 0 0 7 5 0 0 20 0 15 0 516162350 15514783744 296482 33554432000 4194304 4196468 140736067279376 140364572908304 140364621350613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27541504 140736067281883 140736067282058 140736067282058 140736067284943 0
[pid=4562/tid=4566] ppid=4560 vsize=15151156 memory=576587700018377745 CPUtime=0.12 cores=1,3,5,7
/proc/4562/task/4566/stat : 4566 (java) S 4560 4560 3690 0 -1 1077944384 1396 0 0 0 7 5 0 0 20 0 15 0 516162350 15514783744 296482 33554432000 4194304 4196468 140736067279376 140364571856016 140364621350613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27541504 140736067281883 140736067282058 140736067282058 140736067284943 0
[pid=4562/tid=4567] ppid=4560 vsize=15151156 memory=288284497924064105 CPUtime=0.13 cores=1,3,5,7
/proc/4562/task/4567/stat : 4567 (java) S 4560 4560 3690 0 -1 1077944384 663 0 0 0 7 6 0 0 20 0 15 0 516162350 15514783744 296482 33554432000 4194304 4196468 140736067279376 140364570803216 140364621350613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27541504 140736067281883 140736067282058 140736067282058 140736067284943 0
[pid=4562/tid=4568] ppid=4560 vsize=15151156 memory=576587700018377745 CPUtime=0.01 cores=1,3,5,7
/proc/4562/task/4568/stat : 4568 (java) S 4560 4560 3690 0 -1 1077944384 2260 0 0 0 1 0 0 0 20 0 15 0 516162351 15514783744 296482 33554432000 4194304 4196468 140736067279376 140364089366640 140364621351554 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27541504 140736067281883 140736067282058 140736067282058 140736067284943 0
[pid=4562/tid=4569] ppid=4560 vsize=15151156 memory=288284497924064105 CPUtime=0 cores=1,3,5,7
/proc/4562/task/4569/stat : 4569 (java) S 4560 4560 3690 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 15 0 516162352 15514783744 296482 33554432000 4194304 4196468 140736067279376 140364088312672 140364621350613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27541504 140736067281883 140736067282058 140736067282058 140736067284943 0
[pid=4562/tid=4570] ppid=4560 vsize=15151156 memory=8560 CPUtime=0 cores=1,3,5,7
/proc/4562/task/4570/stat : 4570 (java) S 4560 4560 3690 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 15 0 516162352 15514783744 296482 33554432000 4194304 4196468 140736067279376 140364087260288 140364621350613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27541504 140736067281883 140736067282058 140736067282058 140736067284943 0
[pid=4562/tid=4571] ppid=4560 vsize=15151156 memory=35536 CPUtime=0 cores=1,3,5,7
/proc/4562/task/4571/stat : 4571 (java) S 4560 4560 3690 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516162354 15514783744 296482 33554432000 4194304 4196468 140736067279376 140364086208592 140364621359003 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27541504 140736067281883 140736067282058 140736067282058 140736067284943 0
[pid=4562/tid=4572] ppid=4560 vsize=15151156 memory=496 CPUtime=1.22 cores=1,3,5,7
/proc/4562/task/4572/stat : 4572 (java) S 4560 4560 3690 0 -1 1077944384 7338 0 0 0 121 1 0 0 20 0 15 0 516162354 15514783744 296482 33554432000 4194304 4196468 140736067279376 140364085156464 140364621351554 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27541504 140736067281883 140736067282058 140736067282058 140736067284943 0
[pid=4562/tid=4573] ppid=4560 vsize=15151156 memory=1564 CPUtime=1.22 cores=1,3,5,7
/proc/4562/task/4573/stat : 4573 (java) S 4560 4560 3690 0 -1 1077944384 7698 0 0 0 121 1 0 0 20 0 15 0 516162354 15514783744 296482 33554432000 4194304 4196468 140736067279376 140364084103664 140364621351554 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27541504 140736067281883 140736067282058 140736067282058 140736067284943 0
[pid=4562/tid=4574] ppid=4560 vsize=15151156 memory=928 CPUtime=0.49 cores=1,3,5,7
/proc/4562/task/4574/stat : 4574 (java) S 4560 4560 3690 0 -1 1077944384 4584 0 0 0 48 1 0 0 20 0 15 0 516162354 15514783744 296482 33554432000 4194304 4196468 140736067279376 140364083051376 140364621351554 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27541504 140736067281883 140736067282058 140736067282058 140736067284943 0
[pid=4562/tid=4575] ppid=4560 vsize=15151156 memory=1756 CPUtime=0 cores=1,3,5,7
/proc/4562/task/4575/stat : 4575 (java) S 4560 4560 3690 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516162355 15514783744 296482 33554432000 4194304 4196468 140736067279376 140364081998816 140364621350613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27541504 140736067281883 140736067282058 140736067282058 140736067284943 0
[pid=4562/tid=4576] ppid=4560 vsize=15151156 memory=1456 CPUtime=0.08 cores=1,3,5,7
/proc/4562/task/4576/stat : 4576 (java) S 4560 4560 3690 0 -1 1077944384 659 0 0 0 4 4 0 0 20 0 15 0 516162355 15514783744 296482 33554432000 4194304 4196468 140736067279376 140364080945584 140364621351554 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27541504 140736067281883 140736067282058 140736067282058 140736067284943 0
Current children cumulated CPU time: 413.64 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 1187384 KiB

[startup+410.301 s]
/proc/loadavg: 2.10 2.10 1.94 3/236 4846
/proc/meminfo: memFree=22738560/32770624 swapFree=67003052/67108860
[pid=4560] ppid=4557 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/4560/stat : 4560 (xcsp3-exec) S 4557 4560 3690 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 516162349 115843072 364 33554432000 4194304 5098028 140735892261872 140735892259976 140660352180860 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 14012416 140735892267863 140735892268121 140735892268121 140735892271046 0
/proc/4560/statm: 28282 364 305 221 0 87 0
[pid=4562] ppid=4560 vsize=15151156 memory=1185928 CPUtime=413.74 cores=1,3,5,7
/proc/4562/stat : 4562 (java) S 4560 4560 3690 0 -1 1077944320 44845 0 0 0 41324 50 0 0 20 0 15 0 516162349 15514783744 296482 33554432000 4194304 4196468 140736067279376 140736067261920 140364621340407 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 27541504 140736067281883 140736067282058 140736067282058 140736067284943 0
/proc/4562/statm: 3787789 296482 3496 1 0 3748889 0
[pid=4562/tid=4563] ppid=4560 vsize=15151156 memory=1185928 CPUtime=410.14 cores=1,3,5,7
/proc/4562/task/4563/stat : 4563 (java) R 4560 4560 3690 0 -1 4202560 16666 0 0 0 40995 19 0 0 20 0 15 0 516162349 15514783744 296482 33554432000 4194304 4196468 140736067279376 140364625577208 140364250686292 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27541504 140736067281883 140736067282058 140736067282058 140736067284943 0
[pid=4562/tid=4564] ppid=4560 vsize=15151156 memory=1456 CPUtime=0.13 cores=1,3,5,7
/proc/4562/task/4564/stat : 4564 (java) S 4560 4560 3690 0 -1 1077944384 539 0 0 0 7 6 0 0 20 0 15 0 516162350 15514783744 296482 33554432000 4194304 4196468 140736067279376 140364573961104 140364621350613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27541504 140736067281883 140736067282058 140736067282058 140736067284943 0
[pid=4562/tid=4565] ppid=4560 vsize=15151156 memory=1185928 CPUtime=0.12 cores=1,3,5,7
/proc/4562/task/4565/stat : 4565 (java) S 4560 4560 3690 0 -1 1077944384 1735 0 0 0 7 5 0 0 20 0 15 0 516162350 15514783744 296482 33554432000 4194304 4196468 140736067279376 140364572908304 140364621350613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27541504 140736067281883 140736067282058 140736067282058 140736067284943 0
[pid=4562/tid=4566] ppid=4560 vsize=15151156 memory=1185928 CPUtime=0.12 cores=1,3,5,7
/proc/4562/task/4566/stat : 4566 (java) S 4560 4560 3690 0 -1 1077944384 1396 0 0 0 7 5 0 0 20 0 15 0 516162350 15514783744 296482 33554432000 4194304 4196468 140736067279376 140364571856016 140364621350613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27541504 140736067281883 140736067282058 140736067282058 140736067284943 0
[pid=4562/tid=4567] ppid=4560 vsize=15151156 memory=1456 CPUtime=0.13 cores=1,3,5,7
/proc/4562/task/4567/stat : 4567 (java) S 4560 4560 3690 0 -1 1077944384 663 0 0 0 7 6 0 0 20 0 15 0 516162350 15514783744 296482 33554432000 4194304 4196468 140736067279376 140364570803216 140364621350613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27541504 140736067281883 140736067282058 140736067282058 140736067284943 0
[pid=4562/tid=4568] ppid=4560 vsize=15151156 memory=1456 CPUtime=0.01 cores=1,3,5,7
/proc/4562/task/4568/stat : 4568 (java) S 4560 4560 3690 0 -1 1077944384 2260 0 0 0 1 0 0 0 20 0 15 0 516162351 15514783744 296482 33554432000 4194304 4196468 140736067279376 140364089366640 140364621351554 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27541504 140736067281883 140736067282058 140736067282058 140736067284943 0
[pid=4562/tid=4569] ppid=4560 vsize=15151156 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/4562/task/4569/stat : 4569 (java) S 4560 4560 3690 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 15 0 516162352 15514783744 296482 33554432000 4194304 4196468 140736067279376 140364088312672 140364621350613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27541504 140736067281883 140736067282058 140736067282058 140736067284943 0
[pid=4562/tid=4570] ppid=4560 vsize=15151156 memory=164 CPUtime=0 cores=1,3,5,7
/proc/4562/task/4570/stat : 4570 (java) S 4560 4560 3690 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 15 0 516162352 15514783744 296482 33554432000 4194304 4196468 140736067279376 140364087260288 140364621350613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27541504 140736067281883 140736067282058 140736067282058 140736067284943 0
[pid=4562/tid=4571] ppid=4560 vsize=15151156 memory=19653770353312 CPUtime=0 cores=1,3,5,7
/proc/4562/task/4571/stat : 4571 (java) S 4560 4560 3690 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516162354 15514783744 296482 33554432000 4194304 4196468 140736067279376 140364086208592 140364621359003 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27541504 140736067281883 140736067282058 140736067282058 140736067284943 0
[pid=4562/tid=4572] ppid=4560 vsize=15151156 memory=1167308 CPUtime=1.22 cores=1,3,5,7
/proc/4562/task/4572/stat : 4572 (java) S 4560 4560 3690 0 -1 1077944384 7338 0 0 0 121 1 0 0 20 0 15 0 516162354 15514783744 296482 33554432000 4194304 4196468 140736067279376 140364085156464 140364621351554 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27541504 140736067281883 140736067282058 140736067282058 140736067284943 0
[pid=4562/tid=4573] ppid=4560 vsize=15151156 memory=301741373374332954 CPUtime=1.22 cores=1,3,5,7
/proc/4562/task/4573/stat : 4573 (java) S 4560 4560 3690 0 -1 1077944384 7698 0 0 0 121 1 0 0 20 0 15 0 516162354 15514783744 296482 33554432000 4194304 4196468 140736067279376 140364084103664 140364621351554 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27541504 140736067281883 140736067282058 140736067282058 140736067284943 0
[pid=4562/tid=4574] ppid=4560 vsize=15151156 memory=1456 CPUtime=0.49 cores=1,3,5,7
/proc/4562/task/4574/stat : 4574 (java) S 4560 4560 3690 0 -1 1077944384 4584 0 0 0 48 1 0 0 20 0 15 0 516162354 15514783744 296482 33554432000 4194304 4196468 140736067279376 140364083051376 140364621351554 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27541504 140736067281883 140736067282058 140736067282058 140736067284943 0
[pid=4562/tid=4575] ppid=4560 vsize=15151156 memory=1185928 CPUtime=0 cores=1,3,5,7
/proc/4562/task/4575/stat : 4575 (java) S 4560 4560 3690 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516162355 15514783744 296482 33554432000 4194304 4196468 140736067279376 140364081998816 140364621350613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27541504 140736067281883 140736067282058 140736067282058 140736067284943 0
[pid=4562/tid=4576] ppid=4560 vsize=15151156 memory=1456 CPUtime=0.08 cores=1,3,5,7
/proc/4562/task/4576/stat : 4576 (java) S 4560 4560 3690 0 -1 1077944384 659 0 0 0 4 4 0 0 20 0 15 0 516162355 15514783744 296482 33554432000 4194304 4196468 140736067279376 140364080945584 140364621351554 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27541504 140736067281883 140736067282058 140736067282058 140736067284943 0
Current children cumulated CPU time: 413.74 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 1187384 KiB

Child status: 0
Real time (s): 410.352
CPU time (s): 413.805
CPU user time (s): 413.292
CPU system time (s): 0.513371
CPU usage (%): 100.842
Max. virtual memory (cumulated for all children) (KiB): 15264284
Max. memory (cumulated for all children) (KiB): 1187384

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 413.292
system time used= 0.513371
maximum resident set size= 1186292
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46676
page faults= 0
swaps= 0
block input operations= 0
block output operations= 536
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11494
involuntary context switches= 644


# summary of solver processes directly reported to runsolver:
#   pid: 4560
#   total CPU time (s): 413.805
#   total CPU user time (s): 413.292
#   total CPU system time (s): 0.513371

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.24901 second user time and 4.04081 second system time

The end

Launcher Data

Begin job on node133 at 2019-09-25 10:13:08
IDJOB=4405980
IDBENCH=121537
IDSOLVER=2869
FILE ID=node133/4405980-1569399228
RUNJOBID= node133-1569396629-3722
PBS_JOBID= 21705685
Free space on /var/tmp= 13456 MiB

SOLVER NAME= choco-solver 2019-09-24
BENCH NAME= XCSP17/Random/Random-RB-3-24-24f/rand-3-24-24-76-632f-49.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p 1 -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4405980-1569399228/watcher-4405980-1569399228 -o /var/tmp/evaluation-result-4405980-1569399228/solver-4405980-1569399228 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node133-1569396629-3722 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 1 -ml 12000 -tdir HOME -seed 674984274 HOME/instance-4405980-1569399228.xml

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

MD5SUM BENCH= eb1071698302cc934647f3ac3e5db9c3
RANDOM SEED=674984274

node133.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.18
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.18
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.18
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.18
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:        23784204 kB
MemAvailable:   31485764 kB
Buffers:          165184 kB
Cached:          7583156 kB
SwapCached:         5092 kB
Active:          4193556 kB
Inactive:        3921272 kB
Active(anon):     363348 kB
Inactive(anon):    58656 kB
Active(file):    3830208 kB
Inactive(file):  3862616 kB
Unevictable:      109532 kB
Mlocked:          109532 kB
SwapTotal:      67108860 kB
SwapFree:       67003052 kB
Dirty:             29380 kB
Writeback:             0 kB
AnonPages:        439760 kB
Mapped:            71376 kB
Shmem:             46900 kB
Slab:             466944 kB
SReclaimable:     437196 kB
SUnreclaim:        29748 kB
KernelStack:        4096 kB
PageTables:         6320 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1906676 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    354304 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 /var/tmp at the end= 13432 MiB
End job on node133 at 2019-09-25 10:19:58