Trace number 4399202

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 2019-09-16OPT5 53.5933 14.1433

General information on the benchmark

NameGraphColoring/GraphColoring-m1-mono/
GraphColoring-myciel5.xml
MD5SUMa954d880863fe6e02d270e9cafb0ae96
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark19.5376
Satisfiable
(Un)Satisfiability was proved
Number of variables47
Number of constraints236
Number of domains1
Minimum domain size47
Maximum domain size47
Distribution of domain sizes[{"size":47,"count":47}]
Minimum variable degree6
Maximum variable degree24
Distribution of variable degrees[{"degree":6,"count":5},{"degree":7,"count":5},{"degree":8,"count":6},{"degree":9,"count":5},{"degree":10,"count":5},{"degree":11,"count":5},{"degree":12,"count":1},{"degree":13,"count":7},{"degree":17,"count":5},{"degree":21,"count":1},{"degree":23,"count":1},{"degree":24,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":236}]
Number of extensional constraints0
Number of intensional constraints236
Distribution of constraint types[{"type":"intension","count":236}]
Optimization problemYES
Type of objectivemin MAXIMUM

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c java -server -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4399202-1568687564.xml"  -tl '2520s' -p 4
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4399202-1568687564.xml, -tl, 2520s, -p, 4]
0.34/0.22	c 4 solvers in parallel
0.34/0.28	c parse instance...
1.61/0.73	c solve instance...
1.61/0.75	o 14 
1.61/0.76	o 5 
53.48/14.13	s OPTIMUM FOUND
53.48/14.13	v <instantiation>
53.48/14.13	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] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] </list>
53.48/14.13	v 	<values>0 1 0 1 2 0 1 0 1 2 3 0 1 0 1 2 0 1 0 1 2 3 4 0 1 0 1 2 0 1 0 1 2 3 0 1 0 1 2 0 1 0 1 2 3 4 5 </values>
53.48/14.13	v </instantiation>

Verifier Data

OK	5

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

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


[startup+0.100108 s]*
/proc/loadavg: 8.08 8.36 8.47 7/234 21824
/proc/meminfo: memFree=30304612/32770624 swapFree=66997372/67108860
[pid=21808] ppid=21805 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/21808/stat : 21808 (xcsp3-exec) S 21805 21808 14983 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445009422 115843072 363 33554432000 4194304 5098028 140734318762208 140734318760312 140561283179132 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 15548416 140734318764922 140734318765165 140734318765165 140734318768074 0
/proc/21808/statm: 28282 363 304 221 0 87 0
[pid=21810] ppid=21808 vsize=15144776 memory=28940 CPUtime=0.13 cores=1,3,5,7
/proc/21810/stat : 21810 (java) S 21808 21808 14983 0 -1 1077944320 5683 0 0 0 12 1 0 0 20 0 15 0 445009422 15508250624 7235 33554432000 4194304 4196468 140724978832976 140724978815520 140027198144247 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 7778304 140724978836463 140724978836634 140724978836634 140724978839503 0
/proc/21810/statm: 3786194 7235 3182 1 0 3748377 0
[pid=21810/tid=21811] ppid=21808 vsize=15144776 memory=7100839870104831090 CPUtime=0.09 cores=1,3,5,7
/proc/21810/task/21811/stat : 21811 (java) R 21808 21808 14983 0 -1 4202560 3581 0 0 0 8 1 0 0 20 0 15 0 445009422 15508250624 7235 33554432000 4194304 4196468 140724978832976 140027202366256 140027190381374 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7778304 140724978836463 140724978836634 140724978836634 140724978839503 0
[pid=21810/tid=21812] ppid=21808 vsize=15144776 memory=-3689451258167578675 CPUtime=0 cores=1,3,5,7
/proc/21810/task/21812/stat : 21812 (java) S 21808 21808 14983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445009423 15508250624 7235 33554432000 4194304 4196468 140724978832976 140027150764944 140027198154453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7778304 140724978836463 140724978836634 140724978836634 140724978839503 0
[pid=21810/tid=21813] ppid=21808 vsize=15144776 memory=140198360065664 CPUtime=0 cores=1,3,5,7
/proc/21810/task/21813/stat : 21813 (java) S 21808 21808 14983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445009423 15508250624 7235 33554432000 4194304 4196468 140724978832976 140027149712144 140027198154453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7778304 140724978836463 140724978836634 140724978836634 140724978839503 0
[pid=21810/tid=21814] ppid=21808 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21810/task/21814/stat : 21814 (java) S 21808 21808 14983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445009423 15508250624 7235 33554432000 4194304 4196468 140724978832976 140027148659856 140027198154453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7778304 140724978836463 140724978836634 140724978836634 140724978839503 0
[pid=21810/tid=21815] ppid=21808 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21810/task/21815/stat : 21815 (java) S 21808 21808 14983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445009423 15508250624 7235 33554432000 4194304 4196468 140724978832976 140027147607056 140027198154453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7778304 140724978836463 140724978836634 140724978836634 140724978839503 0
[pid=21810/tid=21816] ppid=21808 vsize=15144776 memory=140198360065664 CPUtime=0 cores=1,3,5,7
/proc/21810/task/21816/stat : 21816 (java) S 21808 21808 14983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445009424 15508250624 7235 33554432000 4194304 4196468 140724978832976 140026665998448 140027198155394 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7778304 140724978836463 140724978836634 140724978836634 140724978839503 0
[pid=21810/tid=21817] ppid=21808 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21810/task/21817/stat : 21817 (java) S 21808 21808 14983 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445009425 15508250624 7235 33554432000 4194304 4196468 140724978832976 140026664944416 140027198154453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7778304 140724978836463 140724978836634 140724978836634 140724978839503 0
[pid=21810/tid=21818] ppid=21808 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21810/task/21818/stat : 21818 (java) S 21808 21808 14983 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445009425 15508250624 7235 33554432000 4194304 4196468 140724978832976 140026663892080 140027198154453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7778304 140724978836463 140724978836634 140724978836634 140724978839503 0
[pid=21810/tid=21819] ppid=21808 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21810/task/21819/stat : 21819 (java) S 21808 21808 14983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445009427 15508250624 7235 33554432000 4194304 4196468 140724978832976 140026662840400 140027198162843 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7778304 140724978836463 140724978836634 140724978836634 140724978839503 0
[pid=21810/tid=21820] ppid=21808 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21810/task/21820/stat : 21820 (java) R 21808 21808 14983 0 -1 1077944384 300 0 0 0 0 0 0 0 20 0 15 0 445009427 15508250624 7235 33554432000 4194304 4196468 140724978832976 140026661788272 140027198155394 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7778304 140724978836463 140724978836634 140724978836634 140724978839503 0
[pid=21810/tid=21821] ppid=21808 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21810/task/21821/stat : 21821 (java) R 21808 21808 14983 0 -1 4202560 159 0 0 0 0 0 0 0 20 0 15 0 445009427 15508250624 7235 33554432000 4194304 4196468 140724978832976 140026660735472 140027198165594 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7778304 140724978836463 140724978836634 140724978836634 140724978839503 0
[pid=21810/tid=21822] ppid=21808 vsize=15144776 memory=140198360065664 CPUtime=0.02 cores=1,3,5,7
/proc/21810/task/21822/stat : 21822 (java) R 21808 21808 14983 0 -1 4202560 360 0 0 0 2 0 0 0 20 0 15 0 445009427 15508250624 7235 33554432000 4194304 4196468 140724978832976 140026659683184 140027198165594 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7778304 140724978836463 140724978836634 140724978836634 140724978839503 0
[pid=21810/tid=21823] ppid=21808 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21810/task/21823/stat : 21823 (java) S 21808 21808 14983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445009427 15508250624 7235 33554432000 4194304 4196468 140724978832976 140026658630624 140027198154453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7778304 140724978836463 140724978836634 140724978836634 140724978839503 0
[pid=21810/tid=21824] ppid=21808 vsize=15144776 memory=140198360065664 CPUtime=0 cores=1,3,5,7
/proc/21810/task/21824/stat : 21824 (java) S 21808 21808 14983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445009428 15508250624 7235 33554432000 4194304 4196468 140724978832976 140026657577392 140027198155394 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7778304 140724978836463 140724978836634 140724978836634 140724978839503 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30392 KiB

[startup+0.210772 s]*
/proc/loadavg: 8.08 8.36 8.47 9/234 21824
/proc/meminfo: memFree=30291092/32770624 swapFree=66997372/67108860
[pid=21808] ppid=21805 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/21808/stat : 21808 (xcsp3-exec) S 21805 21808 14983 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445009422 115843072 363 33554432000 4194304 5098028 140734318762208 140734318760312 140561283179132 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 15548416 140734318764922 140734318765165 140734318765165 140734318768074 0
/proc/21808/statm: 28282 363 304 221 0 87 0
[pid=21810] ppid=21808 vsize=15144776 memory=40944 CPUtime=0.34 cores=1,3,5,7
/proc/21810/stat : 21810 (java) S 21808 21808 14983 0 -1 1077944320 9458 0 0 0 31 3 0 0 20 0 15 0 445009422 15508250624 10236 33554432000 4194304 4196468 140724978832976 140724978815520 140027198144247 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 7778304 140724978836463 140724978836634 140724978836634 140724978839503 0
/proc/21810/statm: 3786194 10236 3316 1 0 3748377 0
[pid=21810/tid=21811] ppid=21808 vsize=15144776 memory=7883960649037381690 CPUtime=0.19 cores=1,3,5,7
/proc/21810/task/21811/stat : 21811 (java) R 21808 21808 14983 0 -1 4202560 6625 0 0 0 17 2 0 0 20 0 15 0 445009422 15508250624 10236 33554432000 4194304 4196468 140724978832976 140027202381296 140027182224734 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7778304 140724978836463 140724978836634 140724978836634 140724978839503 0
[pid=21810/tid=21812] ppid=21808 vsize=15144776 memory=9100 CPUtime=0 cores=1,3,5,7
/proc/21810/task/21812/stat : 21812 (java) S 21808 21808 14983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445009423 15508250624 10236 33554432000 4194304 4196468 140724978832976 140027150764944 140027198154453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7778304 140724978836463 140724978836634 140724978836634 140724978839503 0
[pid=21810/tid=21813] ppid=21808 vsize=15144776 memory=288370574511777408 CPUtime=0 cores=1,3,5,7
/proc/21810/task/21813/stat : 21813 (java) S 21808 21808 14983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445009423 15508250624 10236 33554432000 4194304 4196468 140724978832976 140027149712144 140027198154453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7778304 140724978836463 140724978836634 140724978836634 140724978839503 0
[pid=21810/tid=21814] ppid=21808 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21810/task/21814/stat : 21814 (java) S 21808 21808 14983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445009423 15508250624 10236 33554432000 4194304 4196468 140724978832976 140027148659856 140027198154453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7778304 140724978836463 140724978836634 140724978836634 140724978839503 0
[pid=21810/tid=21815] ppid=21808 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21810/task/21815/stat : 21815 (java) S 21808 21808 14983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445009423 15508250624 10236 33554432000 4194304 4196468 140724978832976 140027147607056 140027198154453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7778304 140724978836463 140724978836634 140724978836634 140724978839503 0
[pid=21810/tid=21816] ppid=21808 vsize=15144776 memory=140198360065664 CPUtime=0 cores=1,3,5,7
/proc/21810/task/21816/stat : 21816 (java) S 21808 21808 14983 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 445009424 15508250624 10236 33554432000 4194304 4196468 140724978832976 140026665998448 140027198155394 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7778304 140724978836463 140724978836634 140724978836634 140724978839503 0
[pid=21810/tid=21817] ppid=21808 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21810/task/21817/stat : 21817 (java) S 21808 21808 14983 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445009425 15508250624 10236 33554432000 4194304 4196468 140724978832976 140026664944416 140027198154453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7778304 140724978836463 140724978836634 140724978836634 140724978839503 0
[pid=21810/tid=21818] ppid=21808 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21810/task/21818/stat : 21818 (java) S 21808 21808 14983 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445009425 15508250624 10236 33554432000 4194304 4196468 140724978832976 140026663892080 140027198154453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7778304 140724978836463 140724978836634 140724978836634 140724978839503 0
[pid=21810/tid=21819] ppid=21808 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21810/task/21819/stat : 21819 (java) S 21808 21808 14983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445009427 15508250624 10236 33554432000 4194304 4196468 140724978832976 140026662840400 140027198162843 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7778304 140724978836463 140724978836634 140724978836634 140724978839503 0
[pid=21810/tid=21820] ppid=21808 vsize=15144776 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/21810/task/21820/stat : 21820 (java) S 21808 21808 14983 0 -1 1077944384 401 0 0 0 2 0 0 0 20 0 15 0 445009427 15508250624 10236 33554432000 4194304 4196468 140724978832976 140026661788272 140027198155394 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7778304 140724978836463 140724978836634 140724978836634 140724978839503 0
[pid=21810/tid=21821] ppid=21808 vsize=15144776 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/21810/task/21821/stat : 21821 (java) S 21808 21808 14983 0 -1 1077944384 354 0 0 0 2 0 0 0 20 0 15 0 445009427 15508250624 10236 33554432000 4194304 4196468 140724978832976 140026660735472 140027198155394 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7778304 140724978836463 140724978836634 140724978836634 140724978839503 0
[pid=21810/tid=21822] ppid=21808 vsize=15144776 memory=140198360065664 CPUtime=0.08 cores=1,3,5,7
/proc/21810/task/21822/stat : 21822 (java) S 21808 21808 14983 0 -1 1077944384 775 0 0 0 8 0 0 0 20 0 15 0 445009427 15508250624 10236 33554432000 4194304 4196468 140724978832976 140026659683184 140027198155394 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7778304 140724978836463 140724978836634 140724978836634 140724978839503 0
[pid=21810/tid=21823] ppid=21808 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21810/task/21823/stat : 21823 (java) S 21808 21808 14983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445009427 15508250624 10236 33554432000 4194304 4196468 140724978832976 140026658630624 140027198154453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7778304 140724978836463 140724978836634 140724978836634 140724978839503 0
[pid=21810/tid=21824] ppid=21808 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21810/task/21824/stat : 21824 (java) S 21808 21808 14983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445009428 15508250624 10236 33554432000 4194304 4196468 140724978832976 140026657577392 140027198155394 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7778304 140724978836463 140724978836634 140724978836634 140724978839503 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42396 KiB

[startup+0.317728 s]*
/proc/loadavg: 8.08 8.36 8.47 7/234 21824
/proc/meminfo: memFree=30284432/32770624 swapFree=66997372/67108860
[pid=21808] ppid=21805 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/21808/stat : 21808 (xcsp3-exec) S 21805 21808 14983 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445009422 115843072 363 33554432000 4194304 5098028 140734318762208 140734318760312 140561283179132 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 15548416 140734318764922 140734318765165 140734318765165 140734318768074 0
/proc/21808/statm: 28282 363 304 221 0 87 0
[pid=21810] ppid=21808 vsize=15149032 memory=50632 CPUtime=0.53 cores=1,3,5,7
/proc/21810/stat : 21810 (java) S 21808 21808 14983 0 -1 1077944320 10968 0 0 0 49 4 0 0 20 0 15 0 445009422 15512608768 12658 33554432000 4194304 4196468 140724978832976 140724978815520 140027198144247 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 7778304 140724978836463 140724978836634 140724978836634 140724978839503 0
/proc/21810/statm: 3787258 12658 3367 1 0 3748377 0
[pid=21810/tid=21811] ppid=21808 vsize=15149032 memory=7883960649037381690 CPUtime=0.3 cores=1,3,5,7
/proc/21810/task/21811/stat : 21811 (java) R 21808 21808 14983 0 -1 4202560 7891 0 0 0 27 3 0 0 20 0 15 0 445009422 15512608768 12667 33554432000 4194304 4196468 140724978832976 140027202373728 140027198166173 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7778304 140724978836463 140724978836634 140724978836634 140724978839503 0
[pid=21810/tid=21812] ppid=21808 vsize=15149032 memory=9461 CPUtime=0 cores=1,3,5,7
/proc/21810/task/21812/stat : 21812 (java) S 21808 21808 14983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445009423 15512608768 12667 33554432000 4194304 4196468 140724978832976 140027150764944 140027198154453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7778304 140724978836463 140724978836634 140724978836634 140724978839503 0
[pid=21810/tid=21813] ppid=21808 vsize=15149032 memory=288230376155155389 CPUtime=0 cores=1,3,5,7
/proc/21810/task/21813/stat : 21813 (java) S 21808 21808 14983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445009423 15512608768 12667 33554432000 4194304 4196468 140724978832976 140027149712144 140027198154453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7778304 140724978836463 140724978836634 140724978836634 140724978839503 0
[pid=21810/tid=21814] ppid=21808 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21810/task/21814/stat : 21814 (java) S 21808 21808 14983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445009423 15512608768 12667 33554432000 4194304 4196468 140724978832976 140027148659856 140027198154453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7778304 140724978836463 140724978836634 140724978836634 140724978839503 0
[pid=21810/tid=21815] ppid=21808 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21810/task/21815/stat : 21815 (java) S 21808 21808 14983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445009423 15512608768 12667 33554432000 4194304 4196468 140724978832976 140027147607056 140027198154453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7778304 140724978836463 140724978836634 140724978836634 140724978839503 0
[pid=21810/tid=21816] ppid=21808 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21810/task/21816/stat : 21816 (java) S 21808 21808 14983 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 445009424 15512608768 12667 33554432000 4194304 4196468 140724978832976 140026665998448 140027198155394 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7778304 140724978836463 140724978836634 140724978836634 140724978839503 0
[pid=21810/tid=21817] ppid=21808 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21810/task/21817/stat : 21817 (java) S 21808 21808 14983 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445009425 15512608768 12667 33554432000 4194304 4196468 140724978832976 140026664944416 140027198154453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7778304 140724978836463 140724978836634 140724978836634 140724978839503 0
[pid=21810/tid=21818] ppid=21808 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21810/task/21818/stat : 21818 (java) S 21808 21808 14983 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445009425 15512608768 12667 33554432000 4194304 4196468 140724978832976 140026663892080 140027198154453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7778304 140724978836463 140724978836634 140724978836634 140724978839503 0
[pid=21810/tid=21819] ppid=21808 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21810/task/21819/stat : 21819 (java) S 21808 21808 14983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445009427 15512608768 12667 33554432000 4194304 4196468 140724978832976 140026662840400 140027198162843 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7778304 140724978836463 140724978836634 140724978836634 140724978839503 0
[pid=21810/tid=21820] ppid=21808 vsize=15149032 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/21810/task/21820/stat : 21820 (java) S 21808 21808 14983 0 -1 1077944384 447 0 0 0 4 0 0 0 20 0 15 0 445009427 15512608768 12667 33554432000 4194304 4196468 140724978832976 140026661788272 140027198155394 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7778304 140724978836463 140724978836634 140724978836634 140724978839503 0
[pid=21810/tid=21821] ppid=21808 vsize=15149032 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/21810/task/21821/stat : 21821 (java) S 21808 21808 14983 0 -1 1077944384 464 0 0 0 5 0 0 0 20 0 15 0 445009427 15512608768 12667 33554432000 4194304 4196468 140724978832976 140026660735472 140027198155394 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7778304 140724978836463 140724978836634 140724978836634 140724978839503 0
[pid=21810/tid=21822] ppid=21808 vsize=15149032 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/21810/task/21822/stat : 21822 (java) S 21808 21808 14983 0 -1 1077944384 869 0 0 0 12 0 0 0 20 0 15 0 445009427 15512608768 12667 33554432000 4194304 4196468 140724978832976 140026659683184 140027198155394 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7778304 140724978836463 140724978836634 140724978836634 140724978839503 0
[pid=21810/tid=21823] ppid=21808 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21810/task/21823/stat : 21823 (java) S 21808 21808 14983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445009427 15512608768 12667 33554432000 4194304 4196468 140724978832976 140026658630624 140027198154453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7778304 140724978836463 140724978836634 140724978836634 140724978839503 0
[pid=21810/tid=21824] ppid=21808 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21810/task/21824/stat : 21824 (java) S 21808 21808 14983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445009428 15512608768 12667 33554432000 4194304 4196468 140724978832976 140026657577392 140027198155394 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7778304 140724978836463 140724978836634 140724978836634 140724978839503 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 52084 KiB

[startup+0.701731 s]
/proc/loadavg: 8.08 8.36 8.47 9/234 21824
/proc/meminfo: memFree=30267192/32770624 swapFree=66997372/67108860
[pid=21808] ppid=21805 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/21808/stat : 21808 (xcsp3-exec) S 21805 21808 14983 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445009422 115843072 363 33554432000 4194304 5098028 140734318762208 140734318760312 140561283179132 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 15548416 140734318764922 140734318765165 140734318765165 140734318768074 0
/proc/21808/statm: 28282 363 304 221 0 87 0
[pid=21810] ppid=21808 vsize=15151156 memory=84424 CPUtime=1.61 cores=1,3,5,7
/proc/21810/stat : 21810 (java) S 21808 21808 14983 0 -1 1077944320 14813 0 0 0 154 7 0 0 20 0 15 0 445009422 15514783744 21106 33554432000 4194304 4196468 140724978832976 140724978815520 140027198144247 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 7778304 140724978836463 140724978836634 140724978836634 140724978839503 0
/proc/21810/statm: 3787789 21106 3451 1 0 3748889 0
[pid=21810/tid=21811] ppid=21808 vsize=15151156 memory=0 CPUtime=0.68 cores=1,3,5,7
/proc/21810/task/21811/stat : 21811 (java) R 21808 21808 14983 0 -1 4202560 9192 0 0 0 63 5 0 0 20 0 15 0 445009422 15514783744 21106 33554432000 4194304 4196468 140724978832976 140027202377016 140027180551362 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 7778304 140724978836463 140724978836634 140724978836634 140724978839503 0
[pid=21810/tid=21812] ppid=21808 vsize=15151156 memory=500 CPUtime=0 cores=1,3,5,7
/proc/21810/task/21812/stat : 21812 (java) S 21808 21808 14983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445009423 15514783744 21106 33554432000 4194304 4196468 140724978832976 140027150764944 140027198154453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7778304 140724978836463 140724978836634 140724978836634 140724978839503 0
[pid=21810/tid=21813] ppid=21808 vsize=15151156 memory=1560 CPUtime=0 cores=1,3,5,7
/proc/21810/task/21813/stat : 21813 (java) S 21808 21808 14983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445009423 15514783744 21106 33554432000 4194304 4196468 140724978832976 140027149712144 140027198154453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7778304 140724978836463 140724978836634 140724978836634 140724978839503 0
[pid=21810/tid=21814] ppid=21808 vsize=15151156 memory=932 CPUtime=0 cores=1,3,5,7
/proc/21810/task/21814/stat : 21814 (java) S 21808 21808 14983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445009423 15514783744 21106 33554432000 4194304 4196468 140724978832976 140027148659856 140027198154453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7778304 140724978836463 140724978836634 140724978836634 140724978839503 0
[pid=21810/tid=21815] ppid=21808 vsize=15151156 memory=3768 CPUtime=0 cores=1,3,5,7
/proc/21810/task/21815/stat : 21815 (java) S 21808 21808 14983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445009423 15514783744 21106 33554432000 4194304 4196468 140724978832976 140027147607056 140027198154453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7778304 140724978836463 140724978836634 140724978836634 140724978839503 0
[pid=21810/tid=21816] ppid=21808 vsize=15151156 memory=1980 CPUtime=0 cores=1,3,5,7
/proc/21810/task/21816/stat : 21816 (java) S 21808 21808 14983 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 445009424 15514783744 21106 33554432000 4194304 4196468 140724978832976 140026665998448 140027198155394 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7778304 140724978836463 140724978836634 140724978836634 140724978839503 0
[pid=21810/tid=21817] ppid=21808 vsize=15151156 memory=2512 CPUtime=0 cores=1,3,5,7
/proc/21810/task/21817/stat : 21817 (java) S 21808 21808 14983 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445009425 15514783744 21106 33554432000 4194304 4196468 140724978832976 140026664944416 140027198154453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7778304 140724978836463 140724978836634 140724978836634 140724978839503 0
[pid=21810/tid=21818] ppid=21808 vsize=15151156 memory=1436 CPUtime=0 cores=1,3,5,7
/proc/21810/task/21818/stat : 21818 (java) S 21808 21808 14983 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445009425 15514783744 21106 33554432000 4194304 4196468 140724978832976 140026663892080 140027198154453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7778304 140724978836463 140724978836634 140724978836634 140724978839503 0
[pid=21810/tid=21819] ppid=21808 vsize=15151156 memory=812 CPUtime=0 cores=1,3,5,7
/proc/21810/task/21819/stat : 21819 (java) S 21808 21808 14983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445009427 15514783744 21106 33554432000 4194304 4196468 140724978832976 140026662840400 140027198162843 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7778304 140724978836463 140724978836634 140724978836634 140724978839503 0
[pid=21810/tid=21820] ppid=21808 vsize=15151156 memory=1764 CPUtime=0.23 cores=1,3,5,7
/proc/21810/task/21820/stat : 21820 (java) R 21808 21808 14983 0 -1 4202560 1049 0 0 0 23 0 0 0 20 0 15 0 445009427 15514783744 21106 33554432000 4194304 4196468 140724978832976 140026661769472 140027183032369 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7778304 140724978836463 140724978836634 140724978836634 140724978839503 0
[pid=21810/tid=21821] ppid=21808 vsize=15151156 memory=111628 CPUtime=0.25 cores=1,3,5,7
/proc/21810/task/21821/stat : 21821 (java) R 21808 21808 14983 0 -1 4202560 1085 0 0 0 25 0 0 0 20 0 15 0 445009427 15514783744 21106 33554432000 4194304 4196468 140724978832976 140026660722832 140027179665656 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7778304 140724978836463 140724978836634 140724978836634 140724978839503 0
[pid=21810/tid=21822] ppid=21808 vsize=15151156 memory=796 CPUtime=0.41 cores=1,3,5,7
/proc/21810/task/21822/stat : 21822 (java) R 21808 21808 14983 0 -1 4202560 2179 0 0 0 41 0 0 0 20 0 15 0 445009427 15514783744 21106 33554432000 4194304 4196468 140724978832976 140026659678912 140027177430915 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7778304 140724978836463 140724978836634 140724978836634 140724978839503 0
[pid=21810/tid=21823] ppid=21808 vsize=15151156 memory=1808 CPUtime=0 cores=1,3,5,7
/proc/21810/task/21823/stat : 21823 (java) S 21808 21808 14983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445009427 15514783744 21106 33554432000 4194304 4196468 140724978832976 140026658630624 140027198154453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7778304 140724978836463 140724978836634 140724978836634 140724978839503 0
[pid=21810/tid=21824] ppid=21808 vsize=15151156 memory=920 CPUtime=0 cores=1,3,5,7
/proc/21810/task/21824/stat : 21824 (java) S 21808 21808 14983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445009428 15514783744 21106 33554432000 4194304 4196468 140724978832976 140026657577392 140027198155394 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7778304 140724978836463 140724978836634 140724978836634 140724978839503 0
Current children cumulated CPU time: 1.61 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 85876 KiB

[startup+1.50092 s]
/proc/loadavg: 7.99 8.33 8.46 10/238 21836
/proc/meminfo: memFree=30211704/32770624 swapFree=66997372/67108860
[pid=21808] ppid=21805 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/21808/stat : 21808 (xcsp3-exec) S 21805 21808 14983 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445009422 115843072 363 33554432000 4194304 5098028 140734318762208 140734318760312 140561283179132 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 15548416 140734318764922 140734318765165 140734318765165 140734318768074 0
/proc/21808/statm: 28282 363 304 221 0 87 0

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

/proc/21810/task/21824/stat : 21824 (java) R 21808 21808 14983 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 19 0 445009428 15789527040 56327 33554432000 4194304 4196468 140724978832976 140026657577392 140027198155394 0 4 0 16800975 0 0 0 -1 1 0 0 45 0 0 6293624 6294260 7778304 140724978836463 140724978836634 140724978836634 140724978839503 0
[pid=21810/tid=21833] ppid=21808 vsize=15419460 memory=0 CPUtime=10.25 cores=1,3,5,7
/proc/21810/task/21833/stat : 21833 (java) R 21808 21808 14983 0 -1 4202560 219 0 0 0 1025 0 0 0 20 0 19 0 445009498 15789527040 56327 33554432000 4194304 4196468 140724978832976 140026648595720 140026823414142 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7778304 140724978836463 140724978836634 140724978836634 140724978839503 0
[pid=21810/tid=21834] ppid=21808 vsize=15419460 memory=6944656592387989600 CPUtime=10.83 cores=1,3,5,7
/proc/21810/task/21834/stat : 21834 (java) R 21808 21808 14983 0 -1 4202560 671 0 0 0 1083 0 0 0 20 0 19 0 445009498 15789527040 56327 33554432000 4194304 4196468 140724978832976 140026647543752 140026829383761 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7778304 140724978836463 140724978836634 140724978836634 140724978839503 0
[pid=21810/tid=21835] ppid=21808 vsize=15419460 memory=6944656592455360604 CPUtime=10.44 cores=1,3,5,7
/proc/21810/task/21835/stat : 21835 (java) R 21808 21808 14983 0 -1 4202560 273 0 0 0 1044 0 0 0 20 0 19 0 445009498 15789527040 56327 33554432000 4194304 4196468 140724978832976 140026646491520 140026828122105 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 7778304 140724978836463 140724978836634 140724978836634 140724978839503 0
[pid=21810/tid=21836] ppid=21808 vsize=15419460 memory=0 CPUtime=10.33 cores=1,3,5,7
/proc/21810/task/21836/stat : 21836 (java) R 21808 21808 14983 0 -1 4202560 598 0 0 0 1033 0 0 0 20 0 19 0 445009498 15789527040 56327 33554432000 4194304 4196468 140724978832976 140026645440672 140026828878844 0 4 0 16800975 0 0 0 -1 5 0 0 46 0 0 6293624 6294260 7778304 140724978836463 140724978836634 140724978836634 140724978839503 0
Current children cumulated CPU time: 48.29 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 226760 KiB

[startup+13.6017 s]
/proc/loadavg: 8.21 8.37 8.47 9/239 21838
/proc/meminfo: memFree=29114236/32770624 swapFree=66997372/67108860
[pid=21808] ppid=21805 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/21808/stat : 21808 (xcsp3-exec) S 21805 21808 14983 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445009422 115843072 363 33554432000 4194304 5098028 140734318762208 140734318760312 140561283179132 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 15548416 140734318764922 140734318765165 140734318765165 140734318768074 0
/proc/21808/statm: 28282 363 304 221 0 87 0
[pid=21810] ppid=21808 vsize=15419460 memory=220176 CPUtime=51.47 cores=1,3,5,7
/proc/21810/stat : 21810 (java) S 21808 21808 14983 0 -1 1077944320 48817 0 0 0 5131 16 0 0 20 0 19 0 445009422 15789527040 55044 33554432000 4194304 4196468 140724978832976 140724978815520 140027198144247 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 7778304 140724978836463 140724978836634 140724978836634 140724978839503 0
/proc/21810/statm: 3854865 55044 3509 1 0 3815965 0
[pid=21810/tid=21811] ppid=21808 vsize=15419460 memory=6944656592455097440 CPUtime=0.71 cores=1,3,5,7
/proc/21810/task/21811/stat : 21811 (java) S 21808 21808 14983 0 -1 1077944384 9259 0 0 0 66 5 0 0 20 0 19 0 445009422 15789527040 55044 33554432000 4194304 4196468 140724978832976 140027202385024 140027198154453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7778304 140724978836463 140724978836634 140724978836634 140724978839503 0
[pid=21810/tid=21812] ppid=21808 vsize=15419460 memory=6791534058613427641 CPUtime=0.02 cores=1,3,5,7
/proc/21810/task/21812/stat : 21812 (java) S 21808 21808 14983 0 -1 1077944384 192 0 0 0 2 0 0 0 20 0 19 0 445009423 15789527040 55044 33554432000 4194304 4196468 140724978832976 140027150764944 140027198154453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7778304 140724978836463 140724978836634 140724978836634 140724978839503 0
[pid=21810/tid=21813] ppid=21808 vsize=15419460 memory=1388 CPUtime=0.01 cores=1,3,5,7
/proc/21810/task/21813/stat : 21813 (java) S 21808 21808 14983 0 -1 1077944384 174 0 0 0 1 0 0 0 20 0 19 0 445009423 15789527040 55044 33554432000 4194304 4196468 140724978832976 140027149712144 140027198154453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7778304 140724978836463 140724978836634 140724978836634 140724978839503 0
[pid=21810/tid=21814] ppid=21808 vsize=15419460 memory=776 CPUtime=0.01 cores=1,3,5,7
/proc/21810/task/21814/stat : 21814 (java) S 21808 21808 14983 0 -1 1077944384 267 0 0 0 1 0 0 0 20 0 19 0 445009423 15789527040 55044 33554432000 4194304 4196468 140724978832976 140027148659856 140027198154453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7778304 140724978836463 140724978836634 140724978836634 140724978839503 0
[pid=21810/tid=21815] ppid=21808 vsize=15419460 memory=3992 CPUtime=0.02 cores=1,3,5,7
/proc/21810/task/21815/stat : 21815 (java) S 21808 21808 14983 0 -1 1077944384 1753 0 0 0 2 0 0 0 20 0 19 0 445009423 15789527040 55044 33554432000 4194304 4196468 140724978832976 140027147607056 140027198154453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7778304 140724978836463 140724978836634 140724978836634 140724978839503 0
[pid=21810/tid=21816] ppid=21808 vsize=15419460 memory=2828 CPUtime=0.02 cores=1,3,5,7
/proc/21810/task/21816/stat : 21816 (java) S 21808 21808 14983 0 -1 1077944384 435 0 0 0 2 0 0 0 20 0 19 0 445009424 15789527040 55044 33554432000 4194304 4196468 140724978832976 140026665998448 140027198155394 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7778304 140724978836463 140724978836634 140724978836634 140724978839503 0
[pid=21810/tid=21817] ppid=21808 vsize=15419460 memory=676 CPUtime=0 cores=1,3,5,7
/proc/21810/task/21817/stat : 21817 (java) S 21808 21808 14983 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 19 0 445009425 15789527040 55044 33554432000 4194304 4196468 140724978832976 140026664944480 140027198154453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7778304 140724978836463 140724978836634 140724978836634 140724978839503 0
[pid=21810/tid=21818] ppid=21808 vsize=15419460 memory=1060 CPUtime=0 cores=1,3,5,7
/proc/21810/task/21818/stat : 21818 (java) S 21808 21808 14983 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 19 0 445009425 15789527040 55044 33554432000 4194304 4196468 140724978832976 140026663892096 140027198154453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7778304 140724978836463 140724978836634 140724978836634 140724978839503 0
[pid=21810/tid=21819] ppid=21808 vsize=15419460 memory=1548 CPUtime=0 cores=1,3,5,7
/proc/21810/task/21819/stat : 21819 (java) S 21808 21808 14983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445009427 15789527040 55044 33554432000 4194304 4196468 140724978832976 140026662840400 140027198162843 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7778304 140724978836463 140724978836634 140724978836634 140724978839503 0
[pid=21810/tid=21820] ppid=21808 vsize=15419460 memory=1452 CPUtime=2.61 cores=1,3,5,7
/proc/21810/task/21820/stat : 21820 (java) S 21808 21808 14983 0 -1 1077944384 16515 0 0 0 260 1 0 0 20 0 19 0 445009427 15789527040 55044 33554432000 4194304 4196468 140724978832976 140026661788272 140027198155394 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7778304 140724978836463 140724978836634 140724978836634 140724978839503 0
[pid=21810/tid=21821] ppid=21808 vsize=15419460 memory=225308 CPUtime=2.21 cores=1,3,5,7
/proc/21810/task/21821/stat : 21821 (java) S 21808 21808 14983 0 -1 1077944384 11051 0 0 0 219 2 0 0 20 0 19 0 445009427 15789527040 55044 33554432000 4194304 4196468 140724978832976 140026660735472 140027198155394 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7778304 140724978836463 140724978836634 140724978836634 140724978839503 0
[pid=21810/tid=21822] ppid=21808 vsize=15419460 memory=7590655987857318764 CPUtime=0.66 cores=1,3,5,7
/proc/21810/task/21822/stat : 21822 (java) S 21808 21808 14983 0 -1 1077944384 5354 0 0 0 65 1 0 0 20 0 19 0 445009427 15789527040 55044 33554432000 4194304 4196468 140724978832976 140026659683184 140027198155394 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 48 0 0 6293624 6294260 7778304 140724978836463 140724978836634 140724978836634 140724978839503 0
[pid=21810/tid=21823] ppid=21808 vsize=15419460 memory=7451325857272518509 CPUtime=0 cores=1,3,5,7
/proc/21810/task/21823/stat : 21823 (java) S 21808 21808 14983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445009427 15789527040 55044 33554432000 4194304 4196468 140724978832976 140026658630624 140027198154453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7778304 140724978836463 140724978836634 140724978836634 140724978839503 0
[pid=21810/tid=21824] ppid=21808 vsize=15419460 memory=7882262972522653544 CPUtime=0 cores=1,3,5,7
/proc/21810/task/21824/stat : 21824 (java) S 21808 21808 14983 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 19 0 445009428 15789527040 55044 33554432000 4194304 4196468 140724978832976 140026657577392 140027198155394 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 45 0 0 6293624 6294260 7778304 140724978836463 140724978836634 140724978836634 140724978839503 0
[pid=21810/tid=21833] ppid=21808 vsize=15419460 memory=6299805151970684009 CPUtime=11.05 cores=1,3,5,7
/proc/21810/task/21833/stat : 21833 (java) R 21808 21808 14983 0 -1 4202560 281 0 0 0 1105 0 0 0 20 0 19 0 445009498 15789527040 55044 33554432000 4194304 4196468 140724978832976 140026648595584 140026828120240 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7778304 140724978836463 140724978836634 140724978836634 140724978839503 0
[pid=21810/tid=21834] ppid=21808 vsize=15419460 memory=6299805151970684009 CPUtime=11.63 cores=1,3,5,7
/proc/21810/task/21834/stat : 21834 (java) R 21808 21808 14983 0 -1 4202560 828 0 0 0 1163 0 0 0 20 0 19 0 445009498 15789527040 55044 33554432000 4194304 4196468 140724978832976 140026647545760 140026829593341 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 7778304 140724978836463 140724978836634 140724978836634 140724978839503 0
[pid=21810/tid=21835] ppid=21808 vsize=15419460 memory=6299805151970684009 CPUtime=11.24 cores=1,3,5,7
/proc/21810/task/21835/stat : 21835 (java) R 21808 21808 14983 0 -1 4202560 332 0 0 0 1124 0 0 0 20 0 19 0 445009498 15789527040 55044 33554432000 4194304 4196468 140724978832976 140026646491008 140026829383761 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7778304 140724978836463 140724978836634 140724978836634 140724978839503 0
[pid=21810/tid=21836] ppid=21808 vsize=15419460 memory=500 CPUtime=11.1 cores=1,3,5,7
/proc/21810/task/21836/stat : 21836 (java) R 21808 21808 14983 0 -1 4202560 681 0 0 0 1110 0 0 0 20 0 19 0 445009498 15789527040 55044 33554432000 4194304 4196468 140724978832976 140026645439480 140026829383620 0 4 0 16800975 0 0 0 -1 1 0 0 46 0 0 6293624 6294260 7778304 140724978836463 140724978836634 140724978836634 140724978839503 0
Current children cumulated CPU time: 51.47 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 221628 KiB

[startup+14.0017 s]*
/proc/loadavg: 8.21 8.37 8.47 9/239 21838
/proc/meminfo: memFree=29119400/32770624 swapFree=66997372/67108860
[pid=21808] ppid=21805 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/21808/stat : 21808 (xcsp3-exec) S 21805 21808 14983 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445009422 115843072 363 33554432000 4194304 5098028 140734318762208 140734318760312 140561283179132 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 15548416 140734318764922 140734318765165 140734318765165 140734318768074 0
/proc/21808/statm: 28282 363 304 221 0 87 0
[pid=21810] ppid=21808 vsize=15419460 memory=220204 CPUtime=53.08 cores=1,3,5,7
/proc/21810/stat : 21810 (java) S 21808 21808 14983 0 -1 1077944320 49553 0 0 0 5292 16 0 0 20 0 19 0 445009422 15789527040 55051 33554432000 4194304 4196468 140724978832976 140724978815520 140027198144247 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 7778304 140724978836463 140724978836634 140724978836634 140724978839503 0
/proc/21810/statm: 3854865 55051 3509 1 0 3815965 0
[pid=21810/tid=21811] ppid=21808 vsize=15419460 memory=8317482817917895235 CPUtime=0.71 cores=1,3,5,7
/proc/21810/task/21811/stat : 21811 (java) S 21808 21808 14983 0 -1 1077944384 9259 0 0 0 66 5 0 0 20 0 19 0 445009422 15789527040 55051 33554432000 4194304 4196468 140724978832976 140027202385024 140027198154453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7778304 140724978836463 140724978836634 140724978836634 140724978839503 0
[pid=21810/tid=21812] ppid=21808 vsize=15419460 memory=4872558044660077418 CPUtime=0.02 cores=1,3,5,7
/proc/21810/task/21812/stat : 21812 (java) S 21808 21808 14983 0 -1 1077944384 228 0 0 0 2 0 0 0 20 0 19 0 445009423 15789527040 55051 33554432000 4194304 4196468 140724978832976 140027150764944 140027198154453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7778304 140724978836463 140724978836634 140724978836634 140724978839503 0
[pid=21810/tid=21813] ppid=21808 vsize=15419460 memory=6791534058613427641 CPUtime=0.01 cores=1,3,5,7
/proc/21810/task/21813/stat : 21813 (java) S 21808 21808 14983 0 -1 1077944384 593 0 0 0 1 0 0 0 20 0 19 0 445009423 15789527040 55051 33554432000 4194304 4196468 140724978832976 140027149712144 140027198154453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7778304 140724978836463 140724978836634 140724978836634 140724978839503 0
[pid=21810/tid=21814] ppid=21808 vsize=15419460 memory=1412 CPUtime=0.01 cores=1,3,5,7
/proc/21810/task/21814/stat : 21814 (java) S 21808 21808 14983 0 -1 1077944384 321 0 0 0 1 0 0 0 20 0 19 0 445009423 15789527040 55051 33554432000 4194304 4196468 140724978832976 140027148659856 140027198154453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7778304 140724978836463 140724978836634 140724978836634 140724978839503 0
[pid=21810/tid=21815] ppid=21808 vsize=15419460 memory=2928 CPUtime=0.02 cores=1,3,5,7
/proc/21810/task/21815/stat : 21815 (java) S 21808 21808 14983 0 -1 1077944384 1801 0 0 0 2 0 0 0 20 0 19 0 445009423 15789527040 55051 33554432000 4194304 4196468 140724978832976 140027147607056 140027198154453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7778304 140724978836463 140724978836634 140724978836634 140724978839503 0
[pid=21810/tid=21816] ppid=21808 vsize=15419460 memory=1452 CPUtime=0.02 cores=1,3,5,7
/proc/21810/task/21816/stat : 21816 (java) S 21808 21808 14983 0 -1 1077944384 536 0 0 0 2 0 0 0 20 0 19 0 445009424 15789527040 55051 33554432000 4194304 4196468 140724978832976 140026665998448 140027198155394 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7778304 140724978836463 140724978836634 140724978836634 140724978839503 0
[pid=21810/tid=21817] ppid=21808 vsize=15419460 memory=1876160 CPUtime=0 cores=1,3,5,7
/proc/21810/task/21817/stat : 21817 (java) S 21808 21808 14983 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 19 0 445009425 15789527040 55051 33554432000 4194304 4196468 140724978832976 140026664944480 140027198154453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7778304 140724978836463 140724978836634 140724978836634 140724978839503 0
[pid=21810/tid=21818] ppid=21808 vsize=15419460 memory=1412 CPUtime=0 cores=1,3,5,7
/proc/21810/task/21818/stat : 21818 (java) S 21808 21808 14983 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 19 0 445009425 15789527040 55051 33554432000 4194304 4196468 140724978832976 140026663892096 140027198154453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7778304 140724978836463 140724978836634 140724978836634 140724978839503 0
[pid=21810/tid=21819] ppid=21808 vsize=15419460 memory=2636 CPUtime=0 cores=1,3,5,7
/proc/21810/task/21819/stat : 21819 (java) S 21808 21808 14983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445009427 15789527040 55051 33554432000 4194304 4196468 140724978832976 140026662840400 140027198162843 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7778304 140724978836463 140724978836634 140724978836634 140724978839503 0
[pid=21810/tid=21820] ppid=21808 vsize=15419460 memory=1452 CPUtime=2.61 cores=1,3,5,7
/proc/21810/task/21820/stat : 21820 (java) S 21808 21808 14983 0 -1 1077944384 16515 0 0 0 260 1 0 0 20 0 19 0 445009427 15789527040 55051 33554432000 4194304 4196468 140724978832976 140026661788272 140027198155394 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7778304 140724978836463 140724978836634 140724978836634 140724978839503 0
[pid=21810/tid=21821] ppid=21808 vsize=15419460 memory=226080 CPUtime=2.21 cores=1,3,5,7
/proc/21810/task/21821/stat : 21821 (java) S 21808 21808 14983 0 -1 1077944384 11051 0 0 0 219 2 0 0 20 0 19 0 445009427 15789527040 55051 33554432000 4194304 4196468 140724978832976 140026660735472 140027198155394 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7778304 140724978836463 140724978836634 140724978836634 140724978839503 0
[pid=21810/tid=21822] ppid=21808 vsize=15419460 memory=1756 CPUtime=0.66 cores=1,3,5,7
/proc/21810/task/21822/stat : 21822 (java) S 21808 21808 14983 0 -1 1077944384 5354 0 0 0 65 1 0 0 20 0 19 0 445009427 15789527040 55051 33554432000 4194304 4196468 140724978832976 140026659683184 140027198155394 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 48 0 0 6293624 6294260 7778304 140724978836463 140724978836634 140724978836634 140724978839503 0
[pid=21810/tid=21823] ppid=21808 vsize=15419460 memory=8317482817917895235 CPUtime=0 cores=1,3,5,7
/proc/21810/task/21823/stat : 21823 (java) S 21808 21808 14983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445009427 15789527040 55051 33554432000 4194304 4196468 140724978832976 140026658630624 140027198154453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7778304 140724978836463 140724978836634 140724978836634 140724978839503 0
[pid=21810/tid=21824] ppid=21808 vsize=15419460 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/21810/task/21824/stat : 21824 (java) S 21808 21808 14983 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 19 0 445009428 15789527040 55051 33554432000 4194304 4196468 140724978832976 140026657577392 140027198155394 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 45 0 0 6293624 6294260 7778304 140724978836463 140724978836634 140724978836634 140724978839503 0
[pid=21810/tid=21833] ppid=21808 vsize=15419460 memory=796 CPUtime=11.46 cores=1,3,5,7
/proc/21810/task/21833/stat : 21833 (java) R 21808 21808 14983 0 -1 4202560 285 0 0 0 1146 0 0 0 20 0 19 0 445009498 15789527040 55051 33554432000 4194304 4196468 140724978832976 140026648595720 140026823413671 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7778304 140724978836463 140724978836634 140724978836634 140724978839503 0
[pid=21810/tid=21834] ppid=21808 vsize=15419460 memory=1808 CPUtime=12.03 cores=1,3,5,7
/proc/21810/task/21834/stat : 21834 (java) R 21808 21808 14983 0 -1 4202560 867 0 0 0 1203 0 0 0 20 0 19 0 445009498 15789527040 55051 33554432000 4194304 4196468 140724978832976 140026647543808 140026828119968 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 7778304 140724978836463 140724978836634 140724978836634 140724978839503 0
[pid=21810/tid=21835] ppid=21808 vsize=15419460 memory=0 CPUtime=11.65 cores=1,3,5,7
/proc/21810/task/21835/stat : 21835 (java) R 21808 21808 14983 0 -1 4202560 336 0 0 0 1165 0 0 0 20 0 19 0 445009498 15789527040 55051 33554432000 4194304 4196468 140724978832976 140026646491768 140026828120620 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7778304 140724978836463 140724978836634 140724978836634 140724978839503 0
[pid=21810/tid=21836] ppid=21808 vsize=15419460 memory=0 CPUtime=11.51 cores=1,3,5,7
/proc/21810/task/21836/stat : 21836 (java) R 21808 21808 14983 0 -1 4202560 712 0 0 0 1151 0 0 0 20 0 19 0 445009498 15789527040 55051 33554432000 4194304 4196468 140724978832976 140026645440672 140026829383792 0 4 0 16800975 0 0 0 -1 1 0 0 46 0 0 6293624 6294260 7778304 140724978836463 140724978836634 140724978836634 140724978839503 0
Current children cumulated CPU time: 53.08 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 221656 KiB

[startup+14.1117 s]
/proc/loadavg: 8.21 8.37 8.47 9/239 21838
/proc/meminfo: memFree=29119400/32770624 swapFree=66997372/67108860
[pid=21808] ppid=21805 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/21808/stat : 21808 (xcsp3-exec) S 21805 21808 14983 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445009422 115843072 363 33554432000 4194304 5098028 140734318762208 140734318760312 140561283179132 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 15548416 140734318764922 140734318765165 140734318765165 140734318768074 0
/proc/21808/statm: 28282 363 304 221 0 87 0
[pid=21810] ppid=21808 vsize=15419460 memory=220204 CPUtime=53.48 cores=1,3,5,7
/proc/21810/stat : 21810 (java) S 21808 21808 14983 0 -1 1077944320 49557 0 0 0 5332 16 0 0 20 0 19 0 445009422 15789527040 55051 33554432000 4194304 4196468 140724978832976 140724978815520 140027198144247 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 7778304 140724978836463 140724978836634 140724978836634 140724978839503 0
/proc/21810/statm: 3854865 55051 3509 1 0 3815965 0
[pid=21810/tid=21811] ppid=21808 vsize=15419460 memory=220204 CPUtime=0.71 cores=1,3,5,7
/proc/21810/task/21811/stat : 21811 (java) S 21808 21808 14983 0 -1 1077944384 9259 0 0 0 66 5 0 0 20 0 19 0 445009422 15789527040 55051 33554432000 4194304 4196468 140724978832976 140027202385024 140027198154453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7778304 140724978836463 140724978836634 140724978836634 140724978839503 0
[pid=21810/tid=21812] ppid=21808 vsize=15419460 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/21810/task/21812/stat : 21812 (java) S 21808 21808 14983 0 -1 1077944384 228 0 0 0 2 0 0 0 20 0 19 0 445009423 15789527040 55051 33554432000 4194304 4196468 140724978832976 140027150764944 140027198154453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7778304 140724978836463 140724978836634 140724978836634 140724978839503 0
[pid=21810/tid=21813] ppid=21808 vsize=15419460 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/21810/task/21813/stat : 21813 (java) S 21808 21808 14983 0 -1 1077944384 593 0 0 0 1 0 0 0 20 0 19 0 445009423 15789527040 55051 33554432000 4194304 4196468 140724978832976 140027149712144 140027198154453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7778304 140724978836463 140724978836634 140724978836634 140724978839503 0
[pid=21810/tid=21814] ppid=21808 vsize=15419460 memory=3028 CPUtime=0.01 cores=1,3,5,7
/proc/21810/task/21814/stat : 21814 (java) S 21808 21808 14983 0 -1 1077944384 321 0 0 0 1 0 0 0 20 0 19 0 445009423 15789527040 55051 33554432000 4194304 4196468 140724978832976 140027148659856 140027198154453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7778304 140724978836463 140724978836634 140724978836634 140724978839503 0
[pid=21810/tid=21815] ppid=21808 vsize=15419460 memory=2012 CPUtime=0.02 cores=1,3,5,7
/proc/21810/task/21815/stat : 21815 (java) S 21808 21808 14983 0 -1 1077944384 1801 0 0 0 2 0 0 0 20 0 19 0 445009423 15789527040 55051 33554432000 4194304 4196468 140724978832976 140027147607056 140027198154453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7778304 140724978836463 140724978836634 140724978836634 140724978839503 0
[pid=21810/tid=21816] ppid=21808 vsize=15419460 memory=1452 CPUtime=0.02 cores=1,3,5,7
/proc/21810/task/21816/stat : 21816 (java) S 21808 21808 14983 0 -1 1077944384 536 0 0 0 2 0 0 0 20 0 19 0 445009424 15789527040 55051 33554432000 4194304 4196468 140724978832976 140026665998448 140027198155394 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7778304 140724978836463 140724978836634 140724978836634 140724978839503 0
[pid=21810/tid=21817] ppid=21808 vsize=15419460 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/21810/task/21817/stat : 21817 (java) S 21808 21808 14983 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 19 0 445009425 15789527040 55051 33554432000 4194304 4196468 140724978832976 140026664944480 140027198154453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7778304 140724978836463 140724978836634 140724978836634 140724978839503 0
[pid=21810/tid=21818] ppid=21808 vsize=15419460 memory=635 CPUtime=0 cores=1,3,5,7
/proc/21810/task/21818/stat : 21818 (java) S 21808 21808 14983 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 19 0 445009425 15789527040 55051 33554432000 4194304 4196468 140724978832976 140026663892096 140027198154453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7778304 140724978836463 140724978836634 140724978836634 140724978839503 0
[pid=21810/tid=21819] ppid=21808 vsize=15419460 memory=688 CPUtime=0 cores=1,3,5,7
/proc/21810/task/21819/stat : 21819 (java) S 21808 21808 14983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445009427 15789527040 55051 33554432000 4194304 4196468 140724978832976 140026662840400 140027198162843 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7778304 140724978836463 140724978836634 140724978836634 140724978839503 0
[pid=21810/tid=21820] ppid=21808 vsize=15419460 memory=3504 CPUtime=2.61 cores=1,3,5,7
/proc/21810/task/21820/stat : 21820 (java) S 21808 21808 14983 0 -1 1077944384 16515 0 0 0 260 1 0 0 20 0 19 0 445009427 15789527040 55051 33554432000 4194304 4196468 140724978832976 140026661788272 140027198155394 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7778304 140724978836463 140724978836634 140724978836634 140724978839503 0
[pid=21810/tid=21821] ppid=21808 vsize=15419460 memory=48108 CPUtime=2.21 cores=1,3,5,7
/proc/21810/task/21821/stat : 21821 (java) S 21808 21808 14983 0 -1 1077944384 11051 0 0 0 219 2 0 0 20 0 19 0 445009427 15789527040 55051 33554432000 4194304 4196468 140724978832976 140026660735472 140027198155394 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7778304 140724978836463 140724978836634 140724978836634 140724978839503 0
[pid=21810/tid=21822] ppid=21808 vsize=15419460 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/21810/task/21822/stat : 21822 (java) S 21808 21808 14983 0 -1 1077944384 5354 0 0 0 65 1 0 0 20 0 19 0 445009427 15789527040 55051 33554432000 4194304 4196468 140724978832976 140026659683184 140027198155394 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 48 0 0 6293624 6294260 7778304 140724978836463 140724978836634 140724978836634 140724978839503 0
[pid=21810/tid=21823] ppid=21808 vsize=15419460 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21810/task/21823/stat : 21823 (java) S 21808 21808 14983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445009427 15789527040 55051 33554432000 4194304 4196468 140724978832976 140026658630624 140027198154453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7778304 140724978836463 140724978836634 140724978836634 140724978839503 0
[pid=21810/tid=21824] ppid=21808 vsize=15419460 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21810/task/21824/stat : 21824 (java) S 21808 21808 14983 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 19 0 445009428 15789527040 55051 33554432000 4194304 4196468 140724978832976 140026657577392 140027198155394 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 45 0 0 6293624 6294260 7778304 140724978836463 140724978836634 140724978836634 140724978839503 0
[pid=21810/tid=21833] ppid=21808 vsize=15419460 memory=288230596050944315 CPUtime=11.56 cores=1,3,5,7
/proc/21810/task/21833/stat : 21833 (java) R 21808 21808 14983 0 -1 4202560 285 0 0 0 1156 0 0 0 20 0 19 0 445009498 15789527040 55051 33554432000 4194304 4196468 140724978832976 140026648595720 140026828123131 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7778304 140724978836463 140724978836634 140724978836634 140724978839503 0
[pid=21810/tid=21834] ppid=21808 vsize=15419460 memory=3504 CPUtime=12.13 cores=1,3,5,7
/proc/21810/task/21834/stat : 21834 (java) R 21808 21808 14983 0 -1 4202560 869 0 0 0 1213 0 0 0 20 0 19 0 445009498 15789527040 55051 33554432000 4194304 4196468 140724978832976 140026647543808 140026829383575 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 7778304 140724978836463 140724978836634 140724978836634 140724978839503 0
[pid=21810/tid=21835] ppid=21808 vsize=15419460 memory=48108 CPUtime=11.75 cores=1,3,5,7
/proc/21810/task/21835/stat : 21835 (java) R 21808 21808 14983 0 -1 4202560 336 0 0 0 1175 0 0 0 20 0 19 0 445009498 15789527040 55051 33554432000 4194304 4196468 140724978832976 140026646491768 140026828879481 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7778304 140724978836463 140724978836634 140724978836634 140724978839503 0
[pid=21810/tid=21836] ppid=21808 vsize=15419460 memory=3028 CPUtime=11.61 cores=1,3,5,7
/proc/21810/task/21836/stat : 21836 (java) R 21808 21808 14983 0 -1 4202560 714 0 0 0 1161 0 0 0 20 0 19 0 445009498 15789527040 55051 33554432000 4194304 4196468 140724978832976 140026645440672 140026828879169 0 4 0 16800975 0 0 0 -1 1 0 0 46 0 0 6293624 6294260 7778304 140724978836463 140724978836634 140724978836634 140724978839503 0
Current children cumulated CPU time: 53.48 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 221656 KiB

Child status: 0
Real time (s): 14.1433
CPU time (s): 53.5933
CPU user time (s): 53.4223
CPU system time (s): 0.170999
CPU usage (%): 378.931
Max. virtual memory (cumulated for all children) (KiB): 15534696
Max. memory (cumulated for all children) (KiB): 240540

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 53.4223
system time used= 0.170999
maximum resident set size= 239088
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51464
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= 3210
involuntary context switches= 1716


# summary of solver processes directly reported to runsolver:
#   pid: 21808
#   total CPU time (s): 53.5933
#   total CPU user time (s): 53.4223
#   total CPU system time (s): 0.170999

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.115558 second user time and 0.209975 second system time

The end

Launcher Data

Begin job on node103 at 2019-09-17 04:31:44
IDJOB=4399202
IDBENCH=120561
IDSOLVER=2853
FILE ID=node103/4399202-1568687564
RUNJOBID= node103-1568682260-15015
PBS_JOBID= 21703798
Free space on /tmp= 61692 MiB

SOLVER NAME= choco-solver 2019-09-16
BENCH NAME= XCSP17/GraphColoring/GraphColoring-m1-mono/GraphColoring-myciel5.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-4399202-1568687564/watcher-4399202-1568687564 -o /tmp/evaluation-result-4399202-1568687564/solver-4399202-1568687564 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1568682260-15015 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1322365714 HOME/instance-4399202-1568687564.xml

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

MD5SUM BENCH= a954d880863fe6e02d270e9cafb0ae96
RANDOM SEED=1322365714

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:        30320736 kB
MemAvailable:   30711164 kB
Buffers:           69872 kB
Cached:           615524 kB
SwapCached:         9016 kB
Active:          1606160 kB
Inactive:         264864 kB
Active(anon):    1177532 kB
Inactive(anon):    57316 kB
Active(file):     428628 kB
Inactive(file):   207548 kB
Unevictable:      111148 kB
Mlocked:          111148 kB
SwapTotal:      67108860 kB
SwapFree:       66997372 kB
Dirty:             26380 kB
Writeback:             0 kB
AnonPages:       1415464 kB
Mapped:            61820 kB
Shmem:             40856 kB
Slab:             170220 kB
SReclaimable:     140172 kB
SUnreclaim:        30048 kB
KernelStack:        4080 kB
PageTables:         8180 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3478252 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1302528 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 04:31:59