Trace number 4405733

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 25.9703 23.7377

General information on the benchmark

NameRandom/Random-D-t035/
rand-2-40-16-250-035-86.xml
MD5SUM95e1ba6edeec6aa2d568f833deab6719
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 benchmark1.6602
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints250
Number of domains1
Minimum domain size16
Maximum domain size16
Distribution of domain sizes[{"size":16,"count":40}]
Minimum variable degree8
Maximum variable degree19
Distribution of variable degrees[{"degree":8,"count":2},{"degree":9,"count":5},{"degree":10,"count":5},{"degree":11,"count":3},{"degree":12,"count":6},{"degree":13,"count":6},{"degree":14,"count":4},{"degree":15,"count":3},{"degree":16,"count":1},{"degree":17,"count":2},{"degree":18,"count":2},{"degree":19,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":250}]
Number of extensional constraints250
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":250}]
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-4405733-1569399274.xml"  -tl '2520s' -p 1
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4405733-1569399274.xml, -tl, 2520s, -p, 1]
0.34/0.22	c simple solver
0.34/0.28	c parse instance...
1.43/0.64	c solve instance...
25.92/23.73	s SATISFIABLE
25.92/23.73	v <instantiation>
25.92/23.73	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] </list>
25.92/23.73	v 	<values>12 5 15 5 14 11 0 9 5 9 5 7 4 9 0 0 14 15 10 10 15 15 10 7 0 3 9 1 7 4 0 1 1 5 5 15 6 8 12 14 </values>
25.92/23.73	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 (8254 MiB free)
  memory of node 1: 16384 MiB (12685 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4405733-1569399274/watcher-4405733-1569399274 -o /var/tmp/evaluation-result-4405733-1569399274/solver-4405733-1569399274 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node145-1569396627-18796 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 1 -ml 12000 -tdir HOME -seed 1860271512 HOME/instance-4405733-1569399274.xml 

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

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

solver pid=19410, runsolver pid=19407

[startup+0.100156 s]*
/proc/loadavg: 1.80 1.71 1.56 3/231 19426
/proc/meminfo: memFree=21426508/32770624 swapFree=66966896/67108860
[pid=19410] ppid=19407 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/19410/stat : 19410 (xcsp3-exec) S 19407 19410 18764 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 515863778 115843072 363 33554432000 4194304 5098028 140729797292544 140729797290648 139637121458812 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 33153024 140729797301078 140729797301337 140729797301337 140729797304262 0
/proc/19410/statm: 28282 363 304 221 0 87 0
[pid=19412] ppid=19410 vsize=15144776 memory=29640 CPUtime=0.13 cores=1,3,5,7
/proc/19412/stat : 19412 (java) S 19410 19410 18764 0 -1 1077944320 5769 0 0 0 12 1 0 0 20 0 15 0 515863778 15508250624 7410 33554432000 4194304 4196468 140734675016912 140734674999456 140704112500471 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 25047040 140734675018715 140734675018890 140734675018890 140734675021775 0
/proc/19412/statm: 3786194 7410 3217 1 0 3748377 0
[pid=19412/tid=19413] ppid=19410 vsize=15144776 memory=8180089925722843723 CPUtime=0.09 cores=1,3,5,7
/proc/19412/task/19413/stat : 19413 (java) R 19410 19410 18764 0 -1 4202560 3645 0 0 0 9 0 0 0 20 0 15 0 515863778 15508250624 7410 33554432000 4194304 4196468 140734675016912 140704116734752 140704112512406 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25047040 140734675018715 140734675018890 140734675018890 140734675021775 0
[pid=19412/tid=19414] ppid=19410 vsize=15144776 memory=-3689451258167578675 CPUtime=0 cores=1,3,5,7
/proc/19412/task/19414/stat : 19414 (java) S 19410 19410 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515863779 15508250624 7410 33554432000 4194304 4196468 140734675016912 140703704472208 140704112510677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25047040 140734675018715 140734675018890 140734675018890 140734675021775 0
[pid=19412/tid=19415] ppid=19410 vsize=15144776 memory=140622458189440 CPUtime=0 cores=1,3,5,7
/proc/19412/task/19415/stat : 19415 (java) S 19410 19410 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515863779 15508250624 7410 33554432000 4194304 4196468 140734675016912 140703703419408 140704112510677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25047040 140734675018715 140734675018890 140734675018890 140734675021775 0
[pid=19412/tid=19416] ppid=19410 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19412/task/19416/stat : 19416 (java) S 19410 19410 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515863779 15508250624 7410 33554432000 4194304 4196468 140734675016912 140703702366608 140704112510677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25047040 140734675018715 140734675018890 140734675018890 140734675021775 0
[pid=19412/tid=19417] ppid=19410 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19412/task/19417/stat : 19417 (java) S 19410 19410 18764 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 515863779 15508250624 7410 33554432000 4194304 4196468 140734675016912 140703701313808 140704112510677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25047040 140734675018715 140734675018890 140734675018890 140734675021775 0
[pid=19412/tid=19418] ppid=19410 vsize=15144776 memory=140622458189440 CPUtime=0 cores=1,3,5,7
/proc/19412/task/19418/stat : 19418 (java) S 19410 19410 18764 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 515863780 15508250624 7410 33554432000 4194304 4196468 140734675016912 140702986103664 140704112511618 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25047040 140734675018715 140734675018890 140734675018890 140734675021775 0
[pid=19412/tid=19419] ppid=19410 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19412/task/19419/stat : 19419 (java) S 19410 19410 18764 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 515863781 15508250624 7410 33554432000 4194304 4196468 140734675016912 140702985049632 140704112510677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25047040 140734675018715 140734675018890 140734675018890 140734675021775 0
[pid=19412/tid=19420] ppid=19410 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19412/task/19420/stat : 19420 (java) S 19410 19410 18764 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 515863781 15508250624 7410 33554432000 4194304 4196468 140734675016912 140702983996784 140704112510677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25047040 140734675018715 140734675018890 140734675018890 140734675021775 0
[pid=19412/tid=19421] ppid=19410 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19412/task/19421/stat : 19421 (java) S 19410 19410 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515863783 15508250624 7410 33554432000 4194304 4196468 140734675016912 140702982945104 140704112519067 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25047040 140734675018715 140734675018890 140734675018890 140734675021775 0
[pid=19412/tid=19422] ppid=19410 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19412/task/19422/stat : 19422 (java) S 19410 19410 18764 0 -1 1077944384 483 0 0 0 0 0 0 0 20 0 15 0 515863783 15508250624 7410 33554432000 4194304 4196468 140734675016912 140702981892464 140704112511618 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25047040 140734675018715 140734675018890 140734675018890 140734675021775 0
[pid=19412/tid=19423] ppid=19410 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19412/task/19423/stat : 19423 (java) S 19410 19410 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515863783 15508250624 7410 33554432000 4194304 4196468 140734675016912 140702980839664 140704112511618 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25047040 140734675018715 140734675018890 140734675018890 140734675021775 0
[pid=19412/tid=19424] ppid=19410 vsize=15144776 memory=140622458189440 CPUtime=0.02 cores=1,3,5,7
/proc/19412/task/19424/stat : 19424 (java) R 19410 19410 18764 0 -1 4202560 334 0 0 0 2 0 0 0 20 0 15 0 515863783 15508250624 7410 33554432000 4194304 4196468 140734675016912 140702979786864 140704090503375 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25047040 140734675018715 140734675018890 140734675018890 140734675021775 0
[pid=19412/tid=19425] ppid=19410 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19412/task/19425/stat : 19425 (java) S 19410 19410 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515863783 15508250624 7410 33554432000 4194304 4196468 140734675016912 140702978734304 140704112510677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25047040 140734675018715 140734675018890 140734675018890 140734675021775 0
[pid=19412/tid=19426] ppid=19410 vsize=15144776 memory=140622458189440 CPUtime=0 cores=1,3,5,7
/proc/19412/task/19426/stat : 19426 (java) S 19410 19410 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515863784 15508250624 7410 33554432000 4194304 4196468 140734675016912 140702977682608 140704112511618 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25047040 140734675018715 140734675018890 140734675018890 140734675021775 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 31092 KiB

[startup+0.210897 s]*
/proc/loadavg: 1.80 1.71 1.56 5/231 19426
/proc/meminfo: memFree=21413260/32770624 swapFree=66966896/67108860
[pid=19410] ppid=19407 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/19410/stat : 19410 (xcsp3-exec) S 19407 19410 18764 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 515863778 115843072 363 33554432000 4194304 5098028 140729797292544 140729797290648 139637121458812 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 33153024 140729797301078 140729797301337 140729797301337 140729797304262 0
/proc/19410/statm: 28282 363 304 221 0 87 0
[pid=19412] ppid=19410 vsize=15144776 memory=40444 CPUtime=0.34 cores=1,3,5,7
/proc/19412/stat : 19412 (java) S 19410 19410 18764 0 -1 1077944320 9351 0 0 0 32 2 0 0 20 0 15 0 515863778 15508250624 10111 33554432000 4194304 4196468 140734675016912 140734674999456 140704112500471 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 25047040 140734675018715 140734675018890 140734675018890 140734675021775 0
/proc/19412/statm: 3786194 10111 3307 1 0 3748377 0
[pid=19412/tid=19413] ppid=19410 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/19412/task/19413/stat : 19413 (java) R 19410 19410 18764 0 -1 4202560 6604 0 0 0 19 1 0 0 20 0 15 0 515863778 15508250624 10111 33554432000 4194304 4196468 140734675016912 140704116737168 140704112512406 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25047040 140734675018715 140734675018890 140734675018890 140734675021775 0
[pid=19412/tid=19414] ppid=19410 vsize=15144776 memory=9276 CPUtime=0 cores=1,3,5,7
/proc/19412/task/19414/stat : 19414 (java) S 19410 19410 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515863779 15508250624 10111 33554432000 4194304 4196468 140734675016912 140703704472208 140704112510677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25047040 140734675018715 140734675018890 140734675018890 140734675021775 0
[pid=19412/tid=19415] ppid=19410 vsize=15144776 memory=4050485629346381856 CPUtime=0 cores=1,3,5,7
/proc/19412/task/19415/stat : 19415 (java) S 19410 19410 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515863779 15508250624 10111 33554432000 4194304 4196468 140734675016912 140703703419408 140704112510677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25047040 140734675018715 140734675018890 140734675018890 140734675021775 0
[pid=19412/tid=19416] ppid=19410 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19412/task/19416/stat : 19416 (java) S 19410 19410 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515863779 15508250624 10111 33554432000 4194304 4196468 140734675016912 140703702366608 140704112510677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25047040 140734675018715 140734675018890 140734675018890 140734675021775 0
[pid=19412/tid=19417] ppid=19410 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19412/task/19417/stat : 19417 (java) S 19410 19410 18764 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 515863779 15508250624 10111 33554432000 4194304 4196468 140734675016912 140703701313808 140704112510677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25047040 140734675018715 140734675018890 140734675018890 140734675021775 0
[pid=19412/tid=19418] ppid=19410 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19412/task/19418/stat : 19418 (java) S 19410 19410 18764 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 515863780 15508250624 10111 33554432000 4194304 4196468 140734675016912 140702986103664 140704112511618 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25047040 140734675018715 140734675018890 140734675018890 140734675021775 0
[pid=19412/tid=19419] ppid=19410 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19412/task/19419/stat : 19419 (java) S 19410 19410 18764 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 515863781 15508250624 10111 33554432000 4194304 4196468 140734675016912 140702985049632 140704112510677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25047040 140734675018715 140734675018890 140734675018890 140734675021775 0
[pid=19412/tid=19420] ppid=19410 vsize=15144776 memory=140622458189440 CPUtime=0 cores=1,3,5,7
/proc/19412/task/19420/stat : 19420 (java) S 19410 19410 18764 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 515863781 15508250624 10111 33554432000 4194304 4196468 140734675016912 140702983996784 140704112510677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25047040 140734675018715 140734675018890 140734675018890 140734675021775 0
[pid=19412/tid=19421] ppid=19410 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19412/task/19421/stat : 19421 (java) S 19410 19410 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515863783 15508250624 10111 33554432000 4194304 4196468 140734675016912 140702982945104 140704112519067 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25047040 140734675018715 140734675018890 140734675018890 140734675021775 0
[pid=19412/tid=19422] ppid=19410 vsize=15144776 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/19412/task/19422/stat : 19422 (java) S 19410 19410 18764 0 -1 1077944384 564 0 0 0 2 0 0 0 20 0 15 0 515863783 15508250624 10111 33554432000 4194304 4196468 140734675016912 140702981892464 140704112511618 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25047040 140734675018715 140734675018890 140734675018890 140734675021775 0
[pid=19412/tid=19423] ppid=19410 vsize=15144776 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/19412/task/19423/stat : 19423 (java) S 19410 19410 18764 0 -1 1077944384 104 0 0 0 2 0 0 0 20 0 15 0 515863783 15508250624 10111 33554432000 4194304 4196468 140734675016912 140702980839664 140704112511618 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25047040 140734675018715 140734675018890 140734675018890 140734675021775 0
[pid=19412/tid=19424] ppid=19410 vsize=15144776 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19412/task/19424/stat : 19424 (java) S 19410 19410 18764 0 -1 1077944384 771 0 0 0 8 0 0 0 20 0 15 0 515863783 15508250624 10111 33554432000 4194304 4196468 140734675016912 140702979786864 140704112511618 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25047040 140734675018715 140734675018890 140734675018890 140734675021775 0
[pid=19412/tid=19425] ppid=19410 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19412/task/19425/stat : 19425 (java) S 19410 19410 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515863783 15508250624 10111 33554432000 4194304 4196468 140734675016912 140702978734304 140704112510677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25047040 140734675018715 140734675018890 140734675018890 140734675021775 0
[pid=19412/tid=19426] ppid=19410 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19412/task/19426/stat : 19426 (java) S 19410 19410 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515863784 15508250624 10111 33554432000 4194304 4196468 140734675016912 140702977682608 140704112511618 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25047040 140734675018715 140734675018890 140734675018890 140734675021775 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 41896 KiB

[startup+0.310687 s]*
/proc/loadavg: 1.80 1.71 1.56 4/231 19426
/proc/meminfo: memFree=21405988/32770624 swapFree=66966896/67108860
[pid=19410] ppid=19407 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/19410/stat : 19410 (xcsp3-exec) S 19407 19410 18764 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 515863778 115843072 363 33554432000 4194304 5098028 140729797292544 140729797290648 139637121458812 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 33153024 140729797301078 140729797301337 140729797301337 140729797304262 0
/proc/19410/statm: 28282 363 304 221 0 87 0
[pid=19412] ppid=19410 vsize=15149032 memory=50240 CPUtime=0.54 cores=1,3,5,7
/proc/19412/stat : 19412 (java) S 19410 19410 18764 0 -1 1077944320 10852 0 0 0 51 3 0 0 20 0 15 0 515863778 15512608768 12560 33554432000 4194304 4196468 140734675016912 140734674999456 140704112500471 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 25047040 140734675018715 140734675018890 140734675018890 140734675021775 0
/proc/19412/statm: 3787258 12560 3371 1 0 3748377 0
[pid=19412/tid=19413] ppid=19410 vsize=15149032 memory=8389772277269004345 CPUtime=0.3 cores=1,3,5,7
/proc/19412/task/19413/stat : 19413 (java) R 19410 19410 18764 0 -1 4202560 7800 0 0 0 28 2 0 0 20 0 15 0 515863778 15512608768 12560 33554432000 4194304 4196468 140734675016912 140704116731584 140704096580958 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25047040 140734675018715 140734675018890 140734675018890 140734675021775 0
[pid=19412/tid=19414] ppid=19410 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19412/task/19414/stat : 19414 (java) S 19410 19410 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515863779 15512608768 12560 33554432000 4194304 4196468 140734675016912 140703704472208 140704112510677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25047040 140734675018715 140734675018890 140734675018890 140734675021775 0
[pid=19412/tid=19415] ppid=19410 vsize=15149032 memory=4266374737460199456 CPUtime=0 cores=1,3,5,7
/proc/19412/task/19415/stat : 19415 (java) S 19410 19410 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515863779 15512608768 12560 33554432000 4194304 4196468 140734675016912 140703703419408 140704112510677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25047040 140734675018715 140734675018890 140734675018890 140734675021775 0
[pid=19412/tid=19416] ppid=19410 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19412/task/19416/stat : 19416 (java) S 19410 19410 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515863779 15512608768 12560 33554432000 4194304 4196468 140734675016912 140703702366608 140704112510677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25047040 140734675018715 140734675018890 140734675018890 140734675021775 0
[pid=19412/tid=19417] ppid=19410 vsize=15149032 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19412/task/19417/stat : 19417 (java) S 19410 19410 18764 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 515863779 15512608768 12560 33554432000 4194304 4196468 140734675016912 140703701313808 140704112510677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25047040 140734675018715 140734675018890 140734675018890 140734675021775 0
[pid=19412/tid=19418] ppid=19410 vsize=15149032 memory=140622458189440 CPUtime=0 cores=1,3,5,7
/proc/19412/task/19418/stat : 19418 (java) S 19410 19410 18764 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 515863780 15512608768 12560 33554432000 4194304 4196468 140734675016912 140702986103664 140704112511618 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25047040 140734675018715 140734675018890 140734675018890 140734675021775 0
[pid=19412/tid=19419] ppid=19410 vsize=15149032 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19412/task/19419/stat : 19419 (java) S 19410 19410 18764 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 515863781 15512608768 12560 33554432000 4194304 4196468 140734675016912 140702985049632 140704112510677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25047040 140734675018715 140734675018890 140734675018890 140734675021775 0
[pid=19412/tid=19420] ppid=19410 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19412/task/19420/stat : 19420 (java) S 19410 19410 18764 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 515863781 15512608768 12560 33554432000 4194304 4196468 140734675016912 140702983996784 140704112510677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25047040 140734675018715 140734675018890 140734675018890 140734675021775 0
[pid=19412/tid=19421] ppid=19410 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19412/task/19421/stat : 19421 (java) S 19410 19410 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515863783 15512608768 12560 33554432000 4194304 4196468 140734675016912 140702982945104 140704112519067 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25047040 140734675018715 140734675018890 140734675018890 140734675021775 0
[pid=19412/tid=19422] ppid=19410 vsize=15149032 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/19412/task/19422/stat : 19422 (java) S 19410 19410 18764 0 -1 1077944384 621 0 0 0 4 0 0 0 20 0 15 0 515863783 15512608768 12560 33554432000 4194304 4196468 140734675016912 140702981892464 140704112511618 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25047040 140734675018715 140734675018890 140734675018890 140734675021775 0
[pid=19412/tid=19423] ppid=19410 vsize=15149032 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/19412/task/19423/stat : 19423 (java) S 19410 19410 18764 0 -1 1077944384 192 0 0 0 4 0 0 0 20 0 15 0 515863783 15512608768 12560 33554432000 4194304 4196468 140734675016912 140702980839664 140704112511618 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25047040 140734675018715 140734675018890 140734675018890 140734675021775 0
[pid=19412/tid=19424] ppid=19410 vsize=15149032 memory=140622458189440 CPUtime=0.13 cores=1,3,5,7
/proc/19412/task/19424/stat : 19424 (java) S 19410 19410 18764 0 -1 1077944384 935 0 0 0 13 0 0 0 20 0 15 0 515863783 15512608768 12560 33554432000 4194304 4196468 140734675016912 140702979786864 140704112511618 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25047040 140734675018715 140734675018890 140734675018890 140734675021775 0
[pid=19412/tid=19425] ppid=19410 vsize=15149032 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19412/task/19425/stat : 19425 (java) S 19410 19410 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515863783 15512608768 12560 33554432000 4194304 4196468 140734675016912 140702978734304 140704112510677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25047040 140734675018715 140734675018890 140734675018890 140734675021775 0
[pid=19412/tid=19426] ppid=19410 vsize=15149032 memory=140622458189440 CPUtime=0 cores=1,3,5,7
/proc/19412/task/19426/stat : 19426 (java) S 19410 19410 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515863784 15512608768 12560 33554432000 4194304 4196468 140734675016912 140702977682608 140704112511618 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25047040 140734675018715 140734675018890 140734675018890 140734675021775 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51692 KiB

[startup+0.700757 s]
/proc/loadavg: 1.80 1.71 1.56 6/231 19426
/proc/meminfo: memFree=21342056/32770624 swapFree=66966896/67108860
[pid=19410] ppid=19407 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/19410/stat : 19410 (xcsp3-exec) S 19407 19410 18764 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 515863778 115843072 363 33554432000 4194304 5098028 140729797292544 140729797290648 139637121458812 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 33153024 140729797301078 140729797301337 140729797301337 140729797304262 0
/proc/19410/statm: 28282 363 304 221 0 87 0
[pid=19412] ppid=19410 vsize=15151156 memory=101352 CPUtime=1.72 cores=1,3,5,7
/proc/19412/stat : 19412 (java) S 19410 19410 18764 0 -1 1077944320 14946 0 0 0 168 4 0 0 20 0 15 0 515863778 15514783744 25338 33554432000 4194304 4196468 140734675016912 140734674999456 140704112500471 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 25047040 140734675018715 140734675018890 140734675018890 140734675021775 0
/proc/19412/statm: 3787789 25338 3446 1 0 3748889 0
[pid=19412/tid=19413] ppid=19410 vsize=15151156 memory=0 CPUtime=0.68 cores=1,3,5,7
/proc/19412/task/19413/stat : 19413 (java) R 19410 19410 18764 0 -1 4202560 8956 0 0 0 65 3 0 0 20 0 15 0 515863778 15514783744 25338 33554432000 4194304 4196468 140734675016912 140704116737912 140703753492948 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25047040 140734675018715 140734675018890 140734675018890 140734675021775 0
[pid=19412/tid=19414] ppid=19410 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19412/task/19414/stat : 19414 (java) S 19410 19410 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515863779 15514783744 25338 33554432000 4194304 4196468 140734675016912 140703704472208 140704112510677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25047040 140734675018715 140734675018890 140734675018890 140734675021775 0
[pid=19412/tid=19415] ppid=19410 vsize=15151156 memory=508 CPUtime=0 cores=1,3,5,7
/proc/19412/task/19415/stat : 19415 (java) S 19410 19410 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515863779 15514783744 25338 33554432000 4194304 4196468 140734675016912 140703703419408 140704112510677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25047040 140734675018715 140734675018890 140734675018890 140734675021775 0
[pid=19412/tid=19416] ppid=19410 vsize=15151156 memory=1560 CPUtime=0 cores=1,3,5,7
/proc/19412/task/19416/stat : 19416 (java) S 19410 19410 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515863779 15514783744 25338 33554432000 4194304 4196468 140734675016912 140703702366608 140704112510677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25047040 140734675018715 140734675018890 140734675018890 140734675021775 0
[pid=19412/tid=19417] ppid=19410 vsize=15151156 memory=932 CPUtime=0 cores=1,3,5,7
/proc/19412/task/19417/stat : 19417 (java) S 19410 19410 18764 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 515863779 15514783744 25338 33554432000 4194304 4196468 140734675016912 140703701313808 140704112510677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25047040 140734675018715 140734675018890 140734675018890 140734675021775 0
[pid=19412/tid=19418] ppid=19410 vsize=15151156 memory=1568 CPUtime=0 cores=1,3,5,7
/proc/19412/task/19418/stat : 19418 (java) S 19410 19410 18764 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 515863780 15514783744 25338 33554432000 4194304 4196468 140734675016912 140702986103664 140704112511618 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25047040 140734675018715 140734675018890 140734675018890 140734675021775 0
[pid=19412/tid=19419] ppid=19410 vsize=15151156 memory=1444 CPUtime=0 cores=1,3,5,7
/proc/19412/task/19419/stat : 19419 (java) S 19410 19410 18764 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 515863781 15514783744 25338 33554432000 4194304 4196468 140734675016912 140702985049632 140704112510677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25047040 140734675018715 140734675018890 140734675018890 140734675021775 0
[pid=19412/tid=19420] ppid=19410 vsize=15151156 memory=864 CPUtime=0 cores=1,3,5,7
/proc/19412/task/19420/stat : 19420 (java) S 19410 19410 18764 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 515863781 15514783744 25338 33554432000 4194304 4196468 140734675016912 140702983996784 140704112510677 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25047040 140734675018715 140734675018890 140734675018890 140734675021775 0
[pid=19412/tid=19421] ppid=19410 vsize=15151156 memory=1976 CPUtime=0 cores=1,3,5,7
/proc/19412/task/19421/stat : 19421 (java) S 19410 19410 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515863783 15514783744 25338 33554432000 4194304 4196468 140734675016912 140702982945104 140704112519067 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25047040 140734675018715 140734675018890 140734675018890 140734675021775 0
[pid=19412/tid=19422] ppid=19410 vsize=15151156 memory=2496 CPUtime=0.32 cores=1,3,5,7
/proc/19412/task/19422/stat : 19422 (java) R 19410 19410 18764 0 -1 4202560 1657 0 0 0 32 0 0 0 20 0 15 0 515863783 15514783744 25338 33554432000 4194304 4196468 140734675016912 140702981878304 140704096031954 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25047040 140734675018715 140734675018890 140734675018890 140734675021775 0
[pid=19412/tid=19423] ppid=19410 vsize=15151156 memory=1760 CPUtime=0.33 cores=1,3,5,7
/proc/19412/task/19423/stat : 19423 (java) R 19410 19410 18764 0 -1 4202560 1109 0 0 0 33 0 0 0 20 0 15 0 515863783 15514783744 25338 33554432000 4194304 4196468 140734675016912 140702980827504 140704095986405 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25047040 140734675018715 140734675018890 140734675018890 140734675021775 0
[pid=19412/tid=19424] ppid=19410 vsize=15151156 memory=111636 CPUtime=0.37 cores=1,3,5,7
/proc/19412/task/19424/stat : 19424 (java) S 19410 19410 18764 0 -1 1077944384 1915 0 0 0 37 0 0 0 20 0 15 0 515863783 15514783744 25338 33554432000 4194304 4196468 140734675016912 140702979786864 140704112511618 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25047040 140734675018715 140734675018890 140734675018890 140734675021775 0
[pid=19412/tid=19425] ppid=19410 vsize=15151156 memory=804 CPUtime=0 cores=1,3,5,7
/proc/19412/task/19425/stat : 19425 (java) S 19410 19410 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515863783 15514783744 25338 33554432000 4194304 4196468 140734675016912 140702978734304 140704112510677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25047040 140734675018715 140734675018890 140734675018890 140734675021775 0
[pid=19412/tid=19426] ppid=19410 vsize=15151156 memory=1804 CPUtime=0 cores=1,3,5,7
/proc/19412/task/19426/stat : 19426 (java) S 19410 19410 18764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515863784 15514783744 25338 33554432000 4194304 4196468 140734675016912 140702977682608 140704112511618 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25047040 140734675018715 140734675018890 140734675018890 140734675021775 0
Current children cumulated CPU time: 1.72 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 102804 KiB

[startup+1.50084 s]
/proc/loadavg: 1.80 1.71 1.56 3/231 19426
/proc/meminfo: memFree=21278764/32770624 swapFree=66966896/67108860
[pid=19410] ppid=19407 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/19410/stat : 19410 (xcsp3-exec) S 19407 19410 18764 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 515863778 115843072 363 33554432000 4194304 5098028 140729797292544 140729797290648 139637121458812 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 33153024 140729797301078 140729797301337 140729797301337 140729797304262 0
/proc/19410/statm: 28282 363 304 221 0 87 0

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

/proc/19410/stat : 19410 (xcsp3-exec) S 19407 19410 18764 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 515863778 115843072 363 33554432000 4194304 5098028 140729797292544 140729797290648 139637121458812 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 33153024 140729797301078 140729797301337 140729797301337 140729797304262 0
/proc/19410/statm: 28282 363 304 221 0 87 0
[pid=19412] ppid=19410 vsize=15151156 memory=190648 CPUtime=24.62 cores=1,3,5,7
/proc/19412/stat : 19412 (java) S 19410 19410 18764 0 -1 1077944320 27203 0 0 0 2455 7 0 0 20 0 15 0 515863778 15514783744 47662 33554432000 4194304 4196468 140734675016912 140734674999456 140704112500471 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 25047040 140734675018715 140734675018890 140734675018890 140734675021775 0
/proc/19412/statm: 3787789 47662 3489 1 0 3748889 0
[pid=19412/tid=19413] ppid=19410 vsize=15151156 memory=3612 CPUtime=22.37 cores=1,3,5,7
/proc/19412/task/19413/stat : 19413 (java) R 19410 19410 18764 0 -1 4202560 11056 0 0 0 2233 4 0 0 20 0 15 0 515863778 15514783744 47662 33554432000 4194304 4196468 140734675016912 140704116737272 140703753720414 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25047040 140734675018715 140734675018890 140734675018890 140734675021775 0
[pid=19412/tid=19414] ppid=19410 vsize=15151156 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/19412/task/19414/stat : 19414 (java) S 19410 19410 18764 0 -1 1077944384 320 0 0 0 0 0 0 0 20 0 15 0 515863779 15514783744 47662 33554432000 4194304 4196468 140734675016912 140703704472208 140704112510677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25047040 140734675018715 140734675018890 140734675018890 140734675021775 0
[pid=19412/tid=19415] ppid=19410 vsize=15151156 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/19412/task/19415/stat : 19415 (java) S 19410 19410 18764 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 515863779 15514783744 47662 33554432000 4194304 4196468 140734675016912 140703703419408 140704112510677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25047040 140734675018715 140734675018890 140734675018890 140734675021775 0
[pid=19412/tid=19416] ppid=19410 vsize=15151156 memory=190640 CPUtime=0 cores=1,3,5,7
/proc/19412/task/19416/stat : 19416 (java) S 19410 19410 18764 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 515863779 15514783744 47662 33554432000 4194304 4196468 140734675016912 140703702366608 140704112510677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25047040 140734675018715 140734675018890 140734675018890 140734675021775 0
[pid=19412/tid=19417] ppid=19410 vsize=15151156 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/19412/task/19417/stat : 19417 (java) S 19410 19410 18764 0 -1 1077944384 524 0 0 0 0 0 0 0 20 0 15 0 515863779 15514783744 47662 33554432000 4194304 4196468 140734675016912 140703701313808 140704112510677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25047040 140734675018715 140734675018890 140734675018890 140734675021775 0
[pid=19412/tid=19418] ppid=19410 vsize=15151156 memory=190616 CPUtime=0 cores=1,3,5,7
/proc/19412/task/19418/stat : 19418 (java) S 19410 19410 18764 0 -1 1077944384 577 0 0 0 0 0 0 0 20 0 15 0 515863780 15514783744 47662 33554432000 4194304 4196468 140734675016912 140702986103664 140704112511618 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25047040 140734675018715 140734675018890 140734675018890 140734675021775 0
[pid=19412/tid=19419] ppid=19410 vsize=15151156 memory=988 CPUtime=0 cores=1,3,5,7
/proc/19412/task/19419/stat : 19419 (java) S 19410 19410 18764 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 515863781 15514783744 47662 33554432000 4194304 4196468 140734675016912 140702985049632 140704112510677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25047040 140734675018715 140734675018890 140734675018890 140734675021775 0
[pid=19412/tid=19420] ppid=19410 vsize=15151156 memory=2020 CPUtime=0 cores=1,3,5,7
/proc/19412/task/19420/stat : 19420 (java) S 19410 19410 18764 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 515863781 15514783744 47662 33554432000 4194304 4196468 140734675016912 140702983996784 140704112510677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25047040 140734675018715 140734675018890 140734675018890 140734675021775 0
[pid=19412/tid=19421] ppid=19410 vsize=15151156 memory=1436 CPUtime=0 cores=1,3,5,7
/proc/19412/task/19421/stat : 19421 (java) S 19410 19410 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515863783 15514783744 47662 33554432000 4194304 4196468 140734675016912 140702982945104 140704112519067 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25047040 140734675018715 140734675018890 140734675018890 140734675021775 0
[pid=19412/tid=19422] ppid=19410 vsize=15151156 memory=776 CPUtime=0.86 cores=1,3,5,7
/proc/19412/task/19422/stat : 19422 (java) S 19410 19410 18764 0 -1 1077944384 4542 0 0 0 86 0 0 0 20 0 15 0 515863783 15514783744 47662 33554432000 4194304 4196468 140734675016912 140702981892464 140704112511618 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25047040 140734675018715 140734675018890 140734675018890 140734675021775 0
[pid=19412/tid=19423] ppid=19410 vsize=15151156 memory=1056 CPUtime=0.83 cores=1,3,5,7
/proc/19412/task/19423/stat : 19423 (java) S 19410 19410 18764 0 -1 1077944384 3856 0 0 0 83 0 0 0 20 0 15 0 515863783 15514783744 47662 33554432000 4194304 4196468 140734675016912 140702980839664 140704112511618 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25047040 140734675018715 140734675018890 140734675018890 140734675021775 0
[pid=19412/tid=19424] ppid=19410 vsize=15151156 memory=3616 CPUtime=0.49 cores=1,3,5,7
/proc/19412/task/19424/stat : 19424 (java) S 19410 19410 18764 0 -1 1077944384 4524 0 0 0 49 0 0 0 20 0 15 0 515863783 15514783744 47662 33554432000 4194304 4196468 140734675016912 140702979786864 140704112511618 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 12 0 0 6293624 6294260 25047040 140734675018715 140734675018890 140734675018890 140734675021775 0
[pid=19412/tid=19425] ppid=19410 vsize=15151156 memory=1044 CPUtime=0 cores=1,3,5,7
/proc/19412/task/19425/stat : 19425 (java) S 19410 19410 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515863783 15514783744 47662 33554432000 4194304 4196468 140734675016912 140702978734304 140704112510677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25047040 140734675018715 140734675018890 140734675018890 140734675021775 0
[pid=19412/tid=19426] ppid=19410 vsize=15151156 memory=712 CPUtime=0 cores=1,3,5,7
/proc/19412/task/19426/stat : 19426 (java) S 19410 19410 18764 0 -1 1077944384 325 0 0 0 0 0 0 0 20 0 15 0 515863784 15514783744 47662 33554432000 4194304 4196468 140734675016912 140702977682608 140704112511618 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 10 0 0 6293624 6294260 25047040 140734675018715 140734675018890 140734675018890 140734675021775 0
Current children cumulated CPU time: 24.62 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 192100 KiB

[startup+23.2006 s]
/proc/loadavg: 1.86 1.72 1.57 3/232 19428
/proc/meminfo: memFree=24995148/32770624 swapFree=66966896/67108860
[pid=19410] ppid=19407 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/19410/stat : 19410 (xcsp3-exec) S 19407 19410 18764 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 515863778 115843072 363 33554432000 4194304 5098028 140729797292544 140729797290648 139637121458812 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 33153024 140729797301078 140729797301337 140729797301337 140729797304262 0
/proc/19410/statm: 28282 363 304 221 0 87 0
[pid=19412] ppid=19410 vsize=15151156 memory=190648 CPUtime=25.42 cores=1,3,5,7
/proc/19412/stat : 19412 (java) S 19410 19410 18764 0 -1 1077944320 27206 0 0 0 2535 7 0 0 20 0 15 0 515863778 15514783744 47662 33554432000 4194304 4196468 140734675016912 140734674999456 140704112500471 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 25047040 140734675018715 140734675018890 140734675018890 140734675021775 0
/proc/19412/statm: 3787789 47662 3489 1 0 3748889 0
[pid=19412/tid=19413] ppid=19410 vsize=15151156 memory=10492 CPUtime=23.17 cores=1,3,5,7
/proc/19412/task/19413/stat : 19413 (java) R 19410 19410 18764 0 -1 4202560 11056 0 0 0 2313 4 0 0 20 0 15 0 515863778 15514783744 47662 33554432000 4194304 4196468 140734675016912 140704116737272 140703754170156 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25047040 140734675018715 140734675018890 140734675018890 140734675021775 0
[pid=19412/tid=19414] ppid=19410 vsize=15151156 memory=14012 CPUtime=0 cores=1,3,5,7
/proc/19412/task/19414/stat : 19414 (java) S 19410 19410 18764 0 -1 1077944384 320 0 0 0 0 0 0 0 20 0 15 0 515863779 15514783744 47662 33554432000 4194304 4196468 140734675016912 140703704472208 140704112510677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25047040 140734675018715 140734675018890 140734675018890 140734675021775 0
[pid=19412/tid=19415] ppid=19410 vsize=15151156 memory=190616 CPUtime=0 cores=1,3,5,7
/proc/19412/task/19415/stat : 19415 (java) S 19410 19410 18764 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 515863779 15514783744 47662 33554432000 4194304 4196468 140734675016912 140703703419408 140704112510677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25047040 140734675018715 140734675018890 140734675018890 140734675021775 0
[pid=19412/tid=19416] ppid=19410 vsize=15151156 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/19412/task/19416/stat : 19416 (java) S 19410 19410 18764 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 515863779 15514783744 47662 33554432000 4194304 4196468 140734675016912 140703702366608 140704112510677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25047040 140734675018715 140734675018890 140734675018890 140734675021775 0
[pid=19412/tid=19417] ppid=19410 vsize=15151156 memory=190616 CPUtime=0 cores=1,3,5,7
/proc/19412/task/19417/stat : 19417 (java) S 19410 19410 18764 0 -1 1077944384 524 0 0 0 0 0 0 0 20 0 15 0 515863779 15514783744 47662 33554432000 4194304 4196468 140734675016912 140703701313808 140704112510677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25047040 140734675018715 140734675018890 140734675018890 140734675021775 0
[pid=19412/tid=19418] ppid=19410 vsize=15151156 memory=776 CPUtime=0 cores=1,3,5,7
/proc/19412/task/19418/stat : 19418 (java) S 19410 19410 18764 0 -1 1077944384 577 0 0 0 0 0 0 0 20 0 15 0 515863780 15514783744 47662 33554432000 4194304 4196468 140734675016912 140702986103664 140704112511618 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25047040 140734675018715 140734675018890 140734675018890 140734675021775 0
[pid=19412/tid=19419] ppid=19410 vsize=15151156 memory=1056 CPUtime=0 cores=1,3,5,7
/proc/19412/task/19419/stat : 19419 (java) S 19410 19410 18764 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 515863781 15514783744 47662 33554432000 4194304 4196468 140734675016912 140702985049632 140704112510677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25047040 140734675018715 140734675018890 140734675018890 140734675021775 0
[pid=19412/tid=19420] ppid=19410 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19412/task/19420/stat : 19420 (java) S 19410 19410 18764 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 515863781 15514783744 47662 33554432000 4194304 4196468 140734675016912 140702983996784 140704112510677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25047040 140734675018715 140734675018890 140734675018890 140734675021775 0
[pid=19412/tid=19421] ppid=19410 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19412/task/19421/stat : 19421 (java) S 19410 19410 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515863783 15514783744 47662 33554432000 4194304 4196468 140734675016912 140702982945104 140704112519067 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25047040 140734675018715 140734675018890 140734675018890 140734675021775 0
[pid=19412/tid=19422] ppid=19410 vsize=15151156 memory=86 CPUtime=0.86 cores=1,3,5,7
/proc/19412/task/19422/stat : 19422 (java) S 19410 19410 18764 0 -1 1077944384 4542 0 0 0 86 0 0 0 20 0 15 0 515863783 15514783744 47662 33554432000 4194304 4196468 140734675016912 140702981892464 140704112511618 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25047040 140734675018715 140734675018890 140734675018890 140734675021775 0
[pid=19412/tid=19423] ppid=19410 vsize=15151156 memory=83 CPUtime=0.83 cores=1,3,5,7
/proc/19412/task/19423/stat : 19423 (java) S 19410 19410 18764 0 -1 1077944384 3857 0 0 0 83 0 0 0 20 0 15 0 515863783 15514783744 47662 33554432000 4194304 4196468 140734675016912 140702980839664 140704112511618 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25047040 140734675018715 140734675018890 140734675018890 140734675021775 0
[pid=19412/tid=19424] ppid=19410 vsize=15151156 memory=49 CPUtime=0.49 cores=1,3,5,7
/proc/19412/task/19424/stat : 19424 (java) S 19410 19410 18764 0 -1 1077944384 4526 0 0 0 49 0 0 0 20 0 15 0 515863783 15514783744 47662 33554432000 4194304 4196468 140734675016912 140702979786864 140704112511618 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 12 0 0 6293624 6294260 25047040 140734675018715 140734675018890 140734675018890 140734675021775 0
[pid=19412/tid=19425] ppid=19410 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19412/task/19425/stat : 19425 (java) S 19410 19410 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515863783 15514783744 47662 33554432000 4194304 4196468 140734675016912 140702978734304 140704112510677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25047040 140734675018715 140734675018890 140734675018890 140734675021775 0
[pid=19412/tid=19426] ppid=19410 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19412/task/19426/stat : 19426 (java) S 19410 19410 18764 0 -1 1077944384 325 0 0 0 0 0 0 0 20 0 15 0 515863784 15514783744 47662 33554432000 4194304 4196468 140734675016912 140702977682608 140704112511618 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 10 0 0 6293624 6294260 25047040 140734675018715 140734675018890 140734675018890 140734675021775 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 192100 KiB

[startup+23.6006 s]
/proc/loadavg: 1.86 1.72 1.57 3/232 19428
/proc/meminfo: memFree=24995148/32770624 swapFree=66966896/67108860
[pid=19410] ppid=19407 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/19410/stat : 19410 (xcsp3-exec) S 19407 19410 18764 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 515863778 115843072 363 33554432000 4194304 5098028 140729797292544 140729797290648 139637121458812 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 33153024 140729797301078 140729797301337 140729797301337 140729797304262 0
/proc/19410/statm: 28282 363 304 221 0 87 0
[pid=19412] ppid=19410 vsize=15151156 memory=190648 CPUtime=25.82 cores=1,3,5,7
/proc/19412/stat : 19412 (java) S 19410 19410 18764 0 -1 1077944320 27206 0 0 0 2575 7 0 0 20 0 15 0 515863778 15514783744 47662 33554432000 4194304 4196468 140734675016912 140734674999456 140704112500471 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 25047040 140734675018715 140734675018890 140734675018890 140734675021775 0
/proc/19412/statm: 3787789 47662 3489 1 0 3748889 0
[pid=19412/tid=19413] ppid=19410 vsize=15151156 memory=988 CPUtime=23.57 cores=1,3,5,7
/proc/19412/task/19413/stat : 19413 (java) R 19410 19410 18764 0 -1 4202560 11056 0 0 0 2353 4 0 0 20 0 15 0 515863778 15514783744 47662 33554432000 4194304 4196468 140734675016912 140704116737272 140703753721674 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25047040 140734675018715 140734675018890 140734675018890 140734675021775 0
[pid=19412/tid=19414] ppid=19410 vsize=15151156 memory=2020 CPUtime=0 cores=1,3,5,7
/proc/19412/task/19414/stat : 19414 (java) S 19410 19410 18764 0 -1 1077944384 320 0 0 0 0 0 0 0 20 0 15 0 515863779 15514783744 47662 33554432000 4194304 4196468 140734675016912 140703704472208 140704112510677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25047040 140734675018715 140734675018890 140734675018890 140734675021775 0
[pid=19412/tid=19415] ppid=19410 vsize=15151156 memory=1436 CPUtime=0 cores=1,3,5,7
/proc/19412/task/19415/stat : 19415 (java) S 19410 19410 18764 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 515863779 15514783744 47662 33554432000 4194304 4196468 140734675016912 140703703419408 140704112510677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25047040 140734675018715 140734675018890 140734675018890 140734675021775 0
[pid=19412/tid=19416] ppid=19410 vsize=15151156 memory=776 CPUtime=0 cores=1,3,5,7
/proc/19412/task/19416/stat : 19416 (java) S 19410 19410 18764 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 515863779 15514783744 47662 33554432000 4194304 4196468 140734675016912 140703702366608 140704112510677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25047040 140734675018715 140734675018890 140734675018890 140734675021775 0
[pid=19412/tid=19417] ppid=19410 vsize=15151156 memory=1056 CPUtime=0 cores=1,3,5,7
/proc/19412/task/19417/stat : 19417 (java) S 19410 19410 18764 0 -1 1077944384 524 0 0 0 0 0 0 0 20 0 15 0 515863779 15514783744 47662 33554432000 4194304 4196468 140734675016912 140703701313808 140704112510677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25047040 140734675018715 140734675018890 140734675018890 140734675021775 0
[pid=19412/tid=19418] ppid=19410 vsize=15151156 memory=3616 CPUtime=0 cores=1,3,5,7
/proc/19412/task/19418/stat : 19418 (java) S 19410 19410 18764 0 -1 1077944384 577 0 0 0 0 0 0 0 20 0 15 0 515863780 15514783744 47662 33554432000 4194304 4196468 140734675016912 140702986103664 140704112511618 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25047040 140734675018715 140734675018890 140734675018890 140734675021775 0
[pid=19412/tid=19419] ppid=19410 vsize=15151156 memory=1552 CPUtime=0 cores=1,3,5,7
/proc/19412/task/19419/stat : 19419 (java) S 19410 19410 18764 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 515863781 15514783744 47662 33554432000 4194304 4196468 140734675016912 140702985049632 140704112510677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25047040 140734675018715 140734675018890 140734675018890 140734675021775 0
[pid=19412/tid=19420] ppid=19410 vsize=15151156 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/19412/task/19420/stat : 19420 (java) S 19410 19410 18764 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 515863781 15514783744 47662 33554432000 4194304 4196468 140734675016912 140702983996784 140704112510677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25047040 140734675018715 140734675018890 140734675018890 140734675021775 0
[pid=19412/tid=19421] ppid=19410 vsize=15151156 memory=288230617509003574 CPUtime=0 cores=1,3,5,7
/proc/19412/task/19421/stat : 19421 (java) S 19410 19410 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515863783 15514783744 47662 33554432000 4194304 4196468 140734675016912 140702982945104 140704112519067 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25047040 140734675018715 140734675018890 140734675018890 140734675021775 0
[pid=19412/tid=19422] ppid=19410 vsize=15151156 memory=14408211662899591 CPUtime=0.86 cores=1,3,5,7
/proc/19412/task/19422/stat : 19422 (java) S 19410 19410 18764 0 -1 1077944384 4542 0 0 0 86 0 0 0 20 0 15 0 515863783 15514783744 47662 33554432000 4194304 4196468 140734675016912 140702981892464 140704112511618 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25047040 140734675018715 140734675018890 140734675018890 140734675021775 0
[pid=19412/tid=19423] ppid=19410 vsize=15151156 memory=508 CPUtime=0.83 cores=1,3,5,7
/proc/19412/task/19423/stat : 19423 (java) S 19410 19410 18764 0 -1 1077944384 3857 0 0 0 83 0 0 0 20 0 15 0 515863783 15514783744 47662 33554432000 4194304 4196468 140734675016912 140702980839664 140704112511618 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25047040 140734675018715 140734675018890 140734675018890 140734675021775 0
[pid=19412/tid=19424] ppid=19410 vsize=15151156 memory=1560 CPUtime=0.49 cores=1,3,5,7
/proc/19412/task/19424/stat : 19424 (java) S 19410 19410 18764 0 -1 1077944384 4526 0 0 0 49 0 0 0 20 0 15 0 515863783 15514783744 47662 33554432000 4194304 4196468 140734675016912 140702979786864 140704112511618 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 12 0 0 6293624 6294260 25047040 140734675018715 140734675018890 140734675018890 140734675021775 0
[pid=19412/tid=19425] ppid=19410 vsize=15151156 memory=932 CPUtime=0 cores=1,3,5,7
/proc/19412/task/19425/stat : 19425 (java) S 19410 19410 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515863783 15514783744 47662 33554432000 4194304 4196468 140734675016912 140702978734304 140704112510677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25047040 140734675018715 140734675018890 140734675018890 140734675021775 0
[pid=19412/tid=19426] ppid=19410 vsize=15151156 memory=1568 CPUtime=0 cores=1,3,5,7
/proc/19412/task/19426/stat : 19426 (java) S 19410 19410 18764 0 -1 1077944384 325 0 0 0 0 0 0 0 20 0 15 0 515863784 15514783744 47662 33554432000 4194304 4196468 140734675016912 140702977682608 140704112511618 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 10 0 0 6293624 6294260 25047040 140734675018715 140734675018890 140734675018890 140734675021775 0
Current children cumulated CPU time: 25.82 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 192100 KiB

[startup+23.7006 s]
/proc/loadavg: 1.86 1.72 1.57 3/232 19428
/proc/meminfo: memFree=24995148/32770624 swapFree=66966896/67108860
[pid=19410] ppid=19407 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/19410/stat : 19410 (xcsp3-exec) S 19407 19410 18764 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 515863778 115843072 363 33554432000 4194304 5098028 140729797292544 140729797290648 139637121458812 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 33153024 140729797301078 140729797301337 140729797301337 140729797304262 0
/proc/19410/statm: 28282 363 304 221 0 87 0
[pid=19412] ppid=19410 vsize=15151156 memory=190648 CPUtime=25.92 cores=1,3,5,7
/proc/19412/stat : 19412 (java) S 19410 19410 18764 0 -1 1077944320 27206 0 0 0 2585 7 0 0 20 0 15 0 515863778 15514783744 47662 33554432000 4194304 4196468 140734675016912 140734674999456 140704112500471 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 25047040 140734675018715 140734675018890 140734675018890 140734675021775 0
/proc/19412/statm: 3787789 47662 3489 1 0 3748889 0
[pid=19412/tid=19413] ppid=19410 vsize=15151156 memory=190648 CPUtime=23.67 cores=1,3,5,7
/proc/19412/task/19413/stat : 19413 (java) R 19410 19410 18764 0 -1 4202560 11056 0 0 0 2363 4 0 0 20 0 15 0 515863778 15514783744 47662 33554432000 4194304 4196468 140734675016912 140704116737272 140703754170814 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25047040 140734675018715 140734675018890 140734675018890 140734675021775 0
[pid=19412/tid=19414] ppid=19410 vsize=15151156 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/19412/task/19414/stat : 19414 (java) S 19410 19410 18764 0 -1 1077944384 320 0 0 0 0 0 0 0 20 0 15 0 515863779 15514783744 47662 33554432000 4194304 4196468 140734675016912 140703704472208 140704112510677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25047040 140734675018715 140734675018890 140734675018890 140734675021775 0
[pid=19412/tid=19415] ppid=19410 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19412/task/19415/stat : 19415 (java) S 19410 19410 18764 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 515863779 15514783744 47662 33554432000 4194304 4196468 140734675016912 140703703419408 140704112510677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25047040 140734675018715 140734675018890 140734675018890 140734675021775 0
[pid=19412/tid=19416] ppid=19410 vsize=15151156 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/19412/task/19416/stat : 19416 (java) S 19410 19410 18764 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 515863779 15514783744 47662 33554432000 4194304 4196468 140734675016912 140703702366608 140704112510677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25047040 140734675018715 140734675018890 140734675018890 140734675021775 0
[pid=19412/tid=19417] ppid=19410 vsize=15151156 memory=65344 CPUtime=0 cores=1,3,5,7
/proc/19412/task/19417/stat : 19417 (java) S 19410 19410 18764 0 -1 1077944384 524 0 0 0 0 0 0 0 20 0 15 0 515863779 15514783744 47662 33554432000 4194304 4196468 140734675016912 140703701313808 140704112510677 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25047040 140734675018715 140734675018890 140734675018890 140734675021775 0
[pid=19412/tid=19418] ppid=19410 vsize=15151156 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/19412/task/19418/stat : 19418 (java) S 19410 19410 18764 0 -1 1077944384 577 0 0 0 0 0 0 0 20 0 15 0 515863780 15514783744 47662 33554432000 4194304 4196468 140734675016912 140702986103664 140704112511618 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25047040 140734675018715 140734675018890 140734675018890 140734675021775 0
[pid=19412/tid=19419] ppid=19410 vsize=15151156 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/19412/task/19419/stat : 19419 (java) S 19410 19410 18764 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 515863781 15514783744 47662 33554432000 4194304 4196468 140734675016912 140702985049632 140704112510677 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25047040 140734675018715 140734675018890 140734675018890 140734675021775 0
[pid=19412/tid=19420] ppid=19410 vsize=15151156 memory=7740955834348758867 CPUtime=0 cores=1,3,5,7
/proc/19412/task/19420/stat : 19420 (java) S 19410 19410 18764 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 515863781 15514783744 47662 33554432000 4194304 4196468 140734675016912 140702983996784 140704112510677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25047040 140734675018715 140734675018890 140734675018890 140734675021775 0
[pid=19412/tid=19421] ppid=19410 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19412/task/19421/stat : 19421 (java) S 19410 19410 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515863783 15514783744 47662 33554432000 4194304 4196468 140734675016912 140702982945104 140704112519067 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25047040 140734675018715 140734675018890 140734675018890 140734675021775 0
[pid=19412/tid=19422] ppid=19410 vsize=15151156 memory=988 CPUtime=0.86 cores=1,3,5,7
/proc/19412/task/19422/stat : 19422 (java) S 19410 19410 18764 0 -1 1077944384 4542 0 0 0 86 0 0 0 20 0 15 0 515863783 15514783744 47662 33554432000 4194304 4196468 140734675016912 140702981892464 140704112511618 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25047040 140734675018715 140734675018890 140734675018890 140734675021775 0
[pid=19412/tid=19423] ppid=19410 vsize=15151156 memory=2020 CPUtime=0.83 cores=1,3,5,7
/proc/19412/task/19423/stat : 19423 (java) S 19410 19410 18764 0 -1 1077944384 3857 0 0 0 83 0 0 0 20 0 15 0 515863783 15514783744 47662 33554432000 4194304 4196468 140734675016912 140702980839664 140704112511618 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25047040 140734675018715 140734675018890 140734675018890 140734675021775 0
[pid=19412/tid=19424] ppid=19410 vsize=15151156 memory=988 CPUtime=0.49 cores=1,3,5,7
/proc/19412/task/19424/stat : 19424 (java) S 19410 19410 18764 0 -1 1077944384 4526 0 0 0 49 0 0 0 20 0 15 0 515863783 15514783744 47662 33554432000 4194304 4196468 140734675016912 140702979786864 140704112511618 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 12 0 0 6293624 6294260 25047040 140734675018715 140734675018890 140734675018890 140734675021775 0
[pid=19412/tid=19425] ppid=19410 vsize=15151156 memory=2020 CPUtime=0 cores=1,3,5,7
/proc/19412/task/19425/stat : 19425 (java) S 19410 19410 18764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515863783 15514783744 47662 33554432000 4194304 4196468 140734675016912 140702978734304 140704112510677 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25047040 140734675018715 140734675018890 140734675018890 140734675021775 0
[pid=19412/tid=19426] ppid=19410 vsize=15151156 memory=1436 CPUtime=0 cores=1,3,5,7
/proc/19412/task/19426/stat : 19426 (java) S 19410 19410 18764 0 -1 1077944384 325 0 0 0 0 0 0 0 20 0 15 0 515863784 15514783744 47662 33554432000 4194304 4196468 140734675016912 140702977682608 140704112511618 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 10 0 0 6293624 6294260 25047040 140734675018715 140734675018890 140734675018890 140734675021775 0
Current children cumulated CPU time: 25.92 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 192100 KiB

Child status: 0
Real time (s): 23.7377
CPU time (s): 25.9703
CPU user time (s): 25.8939
CPU system time (s): 0.076354
CPU usage (%): 109.405
Max. virtual memory (cumulated for all children) (KiB): 15264284
Max. memory (cumulated for all children) (KiB): 192100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 25.8939
system time used= 0.076354
maximum resident set size= 190880
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28182
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= 2563
involuntary context switches= 24


# summary of solver processes directly reported to runsolver:
#   pid: 19410
#   total CPU time (s): 25.9703
#   total CPU user time (s): 25.8939
#   total CPU system time (s): 0.076354

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.163236 second user time and 0.254893 second system time

The end

Launcher Data

Begin job on node145 at 2019-09-25 10:13:51
IDJOB=4405733
IDBENCH=121710
IDSOLVER=2869
FILE ID=node145/4405733-1569399274
RUNJOBID= node145-1569396627-18796
PBS_JOBID= 21705680
Free space on /var/tmp= 13492 MiB

SOLVER NAME= choco-solver 2019-09-24
BENCH NAME= XCSP17/Random/Random-D-t035/rand-2-40-16-250-035-86.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-4405733-1569399274/watcher-4405733-1569399274 -o /var/tmp/evaluation-result-4405733-1569399274/solver-4405733-1569399274 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node145-1569396627-18796 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 1 -ml 12000 -tdir HOME -seed 1860271512 HOME/instance-4405733-1569399274.xml

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

MD5SUM BENCH= 95e1ba6edeec6aa2d568f833deab6719
RANDOM SEED=1860271512

node145.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.59
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.59
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.59
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.59
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:        21479880 kB
MemAvailable:   27650332 kB
Buffers:          170864 kB
Cached:          6151236 kB
SwapCached:        32488 kB
Active:          7250260 kB
Inactive:        3264928 kB
Active(anon):    4160532 kB
Inactive(anon):    89896 kB
Active(file):    3089728 kB
Inactive(file):  3175032 kB
Unevictable:      108768 kB
Mlocked:          108768 kB
SwapTotal:      67108860 kB
SwapFree:       66966896 kB
Dirty:             26156 kB
Writeback:             0 kB
AnonPages:       4214616 kB
Mapped:            71436 kB
Shmem:             48852 kB
Slab:             363200 kB
SReclaimable:     334152 kB
SUnreclaim:        29048 kB
KernelStack:        4032 kB
PageTables:        14144 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4911716 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4136960 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /var/tmp at the end= 13468 MiB
End job on node145 at 2019-09-25 10:14:15