Trace number 4392873

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 2019-06-14SAT 30.658 7.98946

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-4392873-1568314901.xml"  -tl '2520s' -p 4
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4392873-1568314901.xml, -tl, 2520s, -p, 4]
0.35/0.22	c 4 solvers in parallel
0.35/0.28	c parse instance...
2.14/0.87	c solve instance...
30.31/7.98	s SATISFIABLE
30.31/7.98	v <instantiation>
30.31/7.98	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>
30.31/7.98	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>
30.31/7.98	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 (6153 MiB free)
  memory of node 1: 16384 MiB (15346 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4392873-1568314901/watcher-4392873-1568314901 -o /tmp/evaluation-result-4392873-1568314901/solver-4392873-1568314901 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1568309633-14094 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 2094453020 HOME/instance-4392873-1568314901.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=15974, runsolver pid=15971

[startup+0.100058 s]*
/proc/loadavg: 8.56 8.27 6.96 9/233 15990
/proc/meminfo: memFree=21999012/32770624 swapFree=66996220/67108860
[pid=15974] ppid=15971 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/15974/stat : 15974 (xcsp3-exec) S 15971 15974 14062 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 407744811 115843072 363 33554432000 4194304 5098028 140735748035712 140735748033816 140667547472508 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 20324352 140735748043642 140735748043885 140735748043885 140735748046794 0
/proc/15974/statm: 28282 363 304 221 0 87 0
[pid=15976] ppid=15974 vsize=15144768 memory=29628 CPUtime=0.13 cores=1,3,5,7
/proc/15976/stat : 15976 (java) S 15974 15974 14062 0 -1 1077944320 5822 0 0 0 12 1 0 0 20 0 15 0 407744811 15508242432 7407 33554432000 4194304 4196468 140722250841632 140722250824176 140690795425527 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29163520 140722250843119 140722250843290 140722250843290 140722250846159 0
/proc/15976/statm: 3786192 7407 3152 1 0 3748377 0
[pid=15976/tid=15977] ppid=15974 vsize=15144768 memory=-2698087569006908830 CPUtime=0.09 cores=1,3,5,7
/proc/15976/task/15977/stat : 15977 (java) R 15974 15974 14062 0 -1 4202560 3734 0 0 0 8 1 0 0 20 0 15 0 407744812 15508242432 7407 33554432000 4194304 4196468 140722250841632 140690799658592 140690779506014 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29163520 140722250843119 140722250843290 140722250843290 140722250846159 0
[pid=15976/tid=15978] ppid=15974 vsize=15144768 memory=-3689349214911541841 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15978/stat : 15978 (java) S 15974 15974 14062 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407744812 15508242432 7407 33554432000 4194304 4196468 140722250841632 140690723466384 140690795435733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29163520 140722250843119 140722250843290 140722250843290 140722250846159 0
[pid=15976/tid=15979] ppid=15974 vsize=15144768 memory=140328314496640 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15979/stat : 15979 (java) S 15974 15974 14062 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 407744812 15508242432 7407 33554432000 4194304 4196468 140722250841632 140690722413584 140690795435733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29163520 140722250843119 140722250843290 140722250843290 140722250846159 0
[pid=15976/tid=15980] ppid=15974 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15980/stat : 15980 (java) S 15974 15974 14062 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407744812 15508242432 7407 33554432000 4194304 4196468 140722250841632 140690721360784 140690795435733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29163520 140722250843119 140722250843290 140722250843290 140722250846159 0
[pid=15976/tid=15981] ppid=15974 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15981/stat : 15981 (java) S 15974 15974 14062 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 407744812 15508242432 7407 33554432000 4194304 4196468 140722250841632 140690720307984 140690795435733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29163520 140722250843119 140722250843290 140722250843290 140722250846159 0
[pid=15976/tid=15982] ppid=15974 vsize=15144768 memory=140328314496640 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15982/stat : 15982 (java) S 15974 15974 14062 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 407744814 15508242432 7407 33554432000 4194304 4196468 140722250841632 140690264033648 140690795436674 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29163520 140722250843119 140722250843290 140722250843290 140722250846159 0
[pid=15976/tid=15983] ppid=15974 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15983/stat : 15983 (java) S 15974 15974 14062 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 407744814 15508242432 7407 33554432000 4194304 4196468 140722250841632 140690262979616 140690795435733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29163520 140722250843119 140722250843290 140722250843290 140722250846159 0
[pid=15976/tid=15984] ppid=15974 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15984/stat : 15984 (java) S 15974 15974 14062 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 407744814 15508242432 7407 33554432000 4194304 4196468 140722250841632 140690261926768 140690795435733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29163520 140722250843119 140722250843290 140722250843290 140722250846159 0
[pid=15976/tid=15985] ppid=15974 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15985/stat : 15985 (java) S 15974 15974 14062 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 407744817 15508242432 7407 33554432000 4194304 4196468 140722250841632 140690260875088 140690795444123 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29163520 140722250843119 140722250843290 140722250843290 140722250846159 0
[pid=15976/tid=15986] ppid=15974 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15986/stat : 15986 (java) S 15974 15974 14062 0 -1 1077944384 414 0 0 0 0 0 0 0 20 0 15 0 407744817 15508242432 7407 33554432000 4194304 4196468 140722250841632 140690259823472 140690795436674 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29163520 140722250843119 140722250843290 140722250843290 140722250846159 0
[pid=15976/tid=15987] ppid=15974 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15987/stat : 15987 (java) R 15974 15974 14062 0 -1 4202560 36 0 0 0 0 0 0 0 20 0 15 0 407744817 15508242432 7407 33554432000 4194304 4196468 140722250841632 140690258770768 140690775838832 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29163520 140722250843119 140722250843290 140722250843290 140722250846159 0
[pid=15976/tid=15988] ppid=15974 vsize=15144768 memory=140328314496640 CPUtime=0.02 cores=1,3,5,7
/proc/15976/task/15988/stat : 15988 (java) S 15974 15974 14062 0 -1 1077944384 352 0 0 0 2 0 0 0 20 0 15 0 407744817 15508242432 7407 33554432000 4194304 4196468 140722250841632 140690257717872 140690795436674 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29163520 140722250843119 140722250843290 140722250843290 140722250846159 0
[pid=15976/tid=15989] ppid=15974 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15989/stat : 15989 (java) S 15974 15974 14062 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 407744817 15508242432 7407 33554432000 4194304 4196468 140722250841632 140690256665312 140690795435733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29163520 140722250843119 140722250843290 140722250843290 140722250846159 0
[pid=15976/tid=15990] ppid=15974 vsize=15144768 memory=140328314496640 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15990/stat : 15990 (java) S 15974 15974 14062 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407744817 15508242432 7407 33554432000 4194304 4196468 140722250841632 140690255612592 140690795436674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29163520 140722250843119 140722250843290 140722250843290 140722250846159 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 31080 KiB

[startup+0.210804 s]*
/proc/loadavg: 8.56 8.27 6.96 7/233 15990
/proc/meminfo: memFree=21986552/32770624 swapFree=66996220/67108860
[pid=15974] ppid=15971 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/15974/stat : 15974 (xcsp3-exec) S 15971 15974 14062 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 407744811 115843072 363 33554432000 4194304 5098028 140735748035712 140735748033816 140667547472508 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 20324352 140735748043642 140735748043885 140735748043885 140735748046794 0
/proc/15974/statm: 28282 363 304 221 0 87 0
[pid=15976] ppid=15974 vsize=15144768 memory=41256 CPUtime=0.35 cores=1,3,5,7
/proc/15976/stat : 15976 (java) S 15974 15974 14062 0 -1 1077944320 9478 0 0 0 32 3 0 0 20 0 15 0 407744811 15508242432 10314 33554432000 4194304 4196468 140722250841632 140722250824176 140690795425527 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29163520 140722250843119 140722250843290 140722250843290 140722250846159 0
/proc/15976/statm: 3786192 10314 3316 1 0 3748377 0
[pid=15976/tid=15977] ppid=15974 vsize=15144768 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/15976/task/15977/stat : 15977 (java) R 15974 15974 14062 0 -1 4202560 6637 0 0 0 18 2 0 0 20 0 15 0 407744812 15508242432 10314 33554432000 4194304 4196468 140722250841632 140690799659648 140690795437462 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29163520 140722250843119 140722250843290 140722250843290 140722250846159 0
[pid=15976/tid=15978] ppid=15974 vsize=15144768 memory=2670165 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15978/stat : 15978 (java) S 15974 15974 14062 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407744812 15508242432 10314 33554432000 4194304 4196468 140722250841632 140690723466384 140690795435733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29163520 140722250843119 140722250843290 140722250843290 140722250846159 0
[pid=15976/tid=15979] ppid=15974 vsize=15144768 memory=2854491 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15979/stat : 15979 (java) S 15974 15974 14062 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 407744812 15508242432 10314 33554432000 4194304 4196468 140722250841632 140690722413584 140690795435733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29163520 140722250843119 140722250843290 140722250843290 140722250846159 0
[pid=15976/tid=15980] ppid=15974 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15980/stat : 15980 (java) S 15974 15974 14062 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407744812 15508242432 10314 33554432000 4194304 4196468 140722250841632 140690721360784 140690795435733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29163520 140722250843119 140722250843290 140722250843290 140722250846159 0
[pid=15976/tid=15981] ppid=15974 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15981/stat : 15981 (java) S 15974 15974 14062 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 407744812 15508242432 10314 33554432000 4194304 4196468 140722250841632 140690720307984 140690795435733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29163520 140722250843119 140722250843290 140722250843290 140722250846159 0
[pid=15976/tid=15982] ppid=15974 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15982/stat : 15982 (java) S 15974 15974 14062 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 407744814 15508242432 10314 33554432000 4194304 4196468 140722250841632 140690264033648 140690795436674 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29163520 140722250843119 140722250843290 140722250843290 140722250846159 0
[pid=15976/tid=15983] ppid=15974 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15983/stat : 15983 (java) S 15974 15974 14062 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 407744814 15508242432 10314 33554432000 4194304 4196468 140722250841632 140690262979616 140690795435733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29163520 140722250843119 140722250843290 140722250843290 140722250846159 0
[pid=15976/tid=15984] ppid=15974 vsize=15144768 memory=140328314496640 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15984/stat : 15984 (java) S 15974 15974 14062 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 407744814 15508242432 10314 33554432000 4194304 4196468 140722250841632 140690261926768 140690795435733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29163520 140722250843119 140722250843290 140722250843290 140722250846159 0
[pid=15976/tid=15985] ppid=15974 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15985/stat : 15985 (java) S 15974 15974 14062 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 407744817 15508242432 10314 33554432000 4194304 4196468 140722250841632 140690260875088 140690795444123 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29163520 140722250843119 140722250843290 140722250843290 140722250846159 0
[pid=15976/tid=15986] ppid=15974 vsize=15144768 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/15976/task/15986/stat : 15986 (java) S 15974 15974 14062 0 -1 1077944384 671 0 0 0 3 0 0 0 20 0 15 0 407744817 15508242432 10314 33554432000 4194304 4196468 140722250841632 140690259823472 140690795436674 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29163520 140722250843119 140722250843290 140722250843290 140722250846159 0
[pid=15976/tid=15987] ppid=15974 vsize=15144768 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/15976/task/15987/stat : 15987 (java) S 15974 15974 14062 0 -1 1077944384 138 0 0 0 2 0 0 0 20 0 15 0 407744817 15508242432 10314 33554432000 4194304 4196468 140722250841632 140690258770672 140690795436674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29163520 140722250843119 140722250843290 140722250843290 140722250846159 0
[pid=15976/tid=15988] ppid=15974 vsize=15144768 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/15976/task/15988/stat : 15988 (java) R 15974 15974 14062 0 -1 4202560 728 0 0 0 8 0 0 0 20 0 15 0 407744817 15508242432 10314 33554432000 4194304 4196468 140722250841632 140690257717872 140690795446874 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29163520 140722250843119 140722250843290 140722250843290 140722250846159 0
[pid=15976/tid=15989] ppid=15974 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15989/stat : 15989 (java) S 15974 15974 14062 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 407744817 15508242432 10314 33554432000 4194304 4196468 140722250841632 140690256665312 140690795435733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29163520 140722250843119 140722250843290 140722250843290 140722250846159 0
[pid=15976/tid=15990] ppid=15974 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15990/stat : 15990 (java) S 15974 15974 14062 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407744817 15508242432 10314 33554432000 4194304 4196468 140722250841632 140690255612592 140690795436674 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29163520 140722250843119 140722250843290 140722250843290 140722250846159 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 42708 KiB

[startup+0.310735 s]*
/proc/loadavg: 8.56 8.27 6.96 7/233 15990
/proc/meminfo: memFree=21979120/32770624 swapFree=66996220/67108860
[pid=15974] ppid=15971 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/15974/stat : 15974 (xcsp3-exec) S 15971 15974 14062 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 407744811 115843072 363 33554432000 4194304 5098028 140735748035712 140735748033816 140667547472508 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 20324352 140735748043642 140735748043885 140735748043885 140735748046794 0
/proc/15974/statm: 28282 363 304 221 0 87 0
[pid=15976] ppid=15974 vsize=15149024 memory=50212 CPUtime=0.53 cores=1,3,5,7
/proc/15976/stat : 15976 (java) S 15974 15974 14062 0 -1 1077944320 10877 0 0 0 50 3 0 0 20 0 15 0 407744811 15512600576 12553 33554432000 4194304 4196468 140722250841632 140722250824176 140690795425527 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29163520 140722250843119 140722250843290 140722250843290 140722250846159 0
/proc/15976/statm: 3787256 12553 3364 1 0 3748377 0
[pid=15976/tid=15977] ppid=15974 vsize=15149024 memory=8389772277269004345 CPUtime=0.3 cores=1,3,5,7
/proc/15976/task/15977/stat : 15977 (java) R 15974 15974 14062 0 -1 4202560 7827 0 0 0 27 3 0 0 20 0 15 0 407744812 15512600576 12559 33554432000 4194304 4196468 140722250841632 140690799652144 140690779506014 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29163520 140722250843119 140722250843290 140722250843290 140722250846159 0
[pid=15976/tid=15978] ppid=15974 vsize=15149024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15978/stat : 15978 (java) S 15974 15974 14062 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407744812 15512600576 12559 33554432000 4194304 4196468 140722250841632 140690723466384 140690795435733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29163520 140722250843119 140722250843290 140722250843290 140722250846159 0
[pid=15976/tid=15979] ppid=15974 vsize=15149024 memory=2855325 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15979/stat : 15979 (java) S 15974 15974 14062 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 407744812 15512600576 12559 33554432000 4194304 4196468 140722250841632 140690722413584 140690795435733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29163520 140722250843119 140722250843290 140722250843290 140722250846159 0
[pid=15976/tid=15980] ppid=15974 vsize=15149024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15980/stat : 15980 (java) S 15974 15974 14062 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407744812 15512600576 12559 33554432000 4194304 4196468 140722250841632 140690721360784 140690795435733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29163520 140722250843119 140722250843290 140722250843290 140722250846159 0
[pid=15976/tid=15981] ppid=15974 vsize=15149024 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15981/stat : 15981 (java) S 15974 15974 14062 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 407744812 15512600576 12559 33554432000 4194304 4196468 140722250841632 140690720307984 140690795435733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29163520 140722250843119 140722250843290 140722250843290 140722250846159 0
[pid=15976/tid=15982] ppid=15974 vsize=15149024 memory=140328314496640 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15982/stat : 15982 (java) S 15974 15974 14062 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 407744814 15512600576 12559 33554432000 4194304 4196468 140722250841632 140690264033648 140690795436674 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29163520 140722250843119 140722250843290 140722250843290 140722250846159 0
[pid=15976/tid=15983] ppid=15974 vsize=15149024 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15983/stat : 15983 (java) S 15974 15974 14062 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 407744814 15512600576 12559 33554432000 4194304 4196468 140722250841632 140690262979616 140690795435733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29163520 140722250843119 140722250843290 140722250843290 140722250846159 0
[pid=15976/tid=15984] ppid=15974 vsize=15149024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15984/stat : 15984 (java) S 15974 15974 14062 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 407744814 15512600576 12559 33554432000 4194304 4196468 140722250841632 140690261926768 140690795435733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29163520 140722250843119 140722250843290 140722250843290 140722250846159 0
[pid=15976/tid=15985] ppid=15974 vsize=15149024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15985/stat : 15985 (java) S 15974 15974 14062 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 407744817 15512600576 12559 33554432000 4194304 4196468 140722250841632 140690260875088 140690795444123 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29163520 140722250843119 140722250843290 140722250843290 140722250846159 0
[pid=15976/tid=15986] ppid=15974 vsize=15149024 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/15976/task/15986/stat : 15986 (java) R 15974 15974 14062 0 -1 4202560 780 0 0 0 5 0 0 0 20 0 15 0 407744817 15512600576 12559 33554432000 4194304 4196468 140722250841632 140690259813856 140690772686784 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29163520 140722250843119 140722250843290 140722250843290 140722250846159 0
[pid=15976/tid=15987] ppid=15974 vsize=15149024 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/15976/task/15987/stat : 15987 (java) S 15974 15974 14062 0 -1 1077944384 153 0 0 0 3 0 0 0 20 0 15 0 407744817 15512600576 12559 33554432000 4194304 4196468 140722250841632 140690258770672 140690795436674 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29163520 140722250843119 140722250843290 140722250843290 140722250846159 0
[pid=15976/tid=15988] ppid=15974 vsize=15149024 memory=140328314496640 CPUtime=0.12 cores=1,3,5,7
/proc/15976/task/15988/stat : 15988 (java) S 15974 15974 14062 0 -1 1077944384 817 0 0 0 12 0 0 0 20 0 15 0 407744817 15512600576 12559 33554432000 4194304 4196468 140722250841632 140690257717872 140690795436674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29163520 140722250843119 140722250843290 140722250843290 140722250846159 0
[pid=15976/tid=15989] ppid=15974 vsize=15149024 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15989/stat : 15989 (java) S 15974 15974 14062 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 407744817 15512600576 12559 33554432000 4194304 4196468 140722250841632 140690256665312 140690795435733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29163520 140722250843119 140722250843290 140722250843290 140722250846159 0
[pid=15976/tid=15990] ppid=15974 vsize=15149024 memory=140328314496640 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15990/stat : 15990 (java) S 15974 15974 14062 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407744817 15512600576 12559 33554432000 4194304 4196468 140722250841632 140690255612592 140690795436674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29163520 140722250843119 140722250843290 140722250843290 140722250846159 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262152 KiB
Current children cumulated memory: 51664 KiB

[startup+0.70131 s]
/proc/loadavg: 8.56 8.27 6.96 9/233 15990
/proc/meminfo: memFree=21955216/32770624 swapFree=66996220/67108860
[pid=15974] ppid=15971 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/15974/stat : 15974 (xcsp3-exec) S 15971 15974 14062 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 407744811 115843072 363 33554432000 4194304 5098028 140735748035712 140735748033816 140667547472508 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 20324352 140735748043642 140735748043885 140735748043885 140735748046794 0
/proc/15974/statm: 28282 363 304 221 0 87 0
[pid=15976] ppid=15974 vsize=15151148 memory=123536 CPUtime=1.76 cores=1,3,5,7
/proc/15976/stat : 15976 (java) S 15974 15974 14062 0 -1 1077944320 14864 0 0 0 170 6 0 0 20 0 15 0 407744811 15514775552 30884 33554432000 4194304 4196468 140722250841632 140722250824176 140690795425527 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29163520 140722250843119 140722250843290 140722250843290 140722250846159 0
/proc/15976/statm: 3787787 30884 3442 1 0 3748889 0
[pid=15976/tid=15977] ppid=15974 vsize=15151148 memory=0 CPUtime=0.68 cores=1,3,5,7
/proc/15976/task/15977/stat : 15977 (java) R 15974 15974 14062 0 -1 4202560 8937 0 0 0 64 4 0 0 20 0 15 0 407744812 15514775552 30884 33554432000 4194304 4196468 140722250841632 140690799661264 140690398074162 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29163520 140722250843119 140722250843290 140722250843290 140722250846159 0
[pid=15976/tid=15978] ppid=15974 vsize=15151148 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15978/stat : 15978 (java) S 15974 15974 14062 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407744812 15514775552 30884 33554432000 4194304 4196468 140722250841632 140690723466384 140690795435733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29163520 140722250843119 140722250843290 140722250843290 140722250846159 0
[pid=15976/tid=15979] ppid=15974 vsize=15151148 memory=1556 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15979/stat : 15979 (java) S 15974 15974 14062 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 407744812 15514775552 30884 33554432000 4194304 4196468 140722250841632 140690722413584 140690795435733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29163520 140722250843119 140722250843290 140722250843290 140722250846159 0
[pid=15976/tid=15980] ppid=15974 vsize=15151148 memory=500 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15980/stat : 15980 (java) S 15974 15974 14062 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407744812 15514775552 30884 33554432000 4194304 4196468 140722250841632 140690721360784 140690795435733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29163520 140722250843119 140722250843290 140722250843290 140722250846159 0
[pid=15976/tid=15981] ppid=15974 vsize=15151148 memory=928 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15981/stat : 15981 (java) S 15974 15974 14062 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 407744812 15514775552 30884 33554432000 4194304 4196468 140722250841632 140690720307984 140690795435733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29163520 140722250843119 140722250843290 140722250843290 140722250846159 0
[pid=15976/tid=15982] ppid=15974 vsize=15151148 memory=1528 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15982/stat : 15982 (java) S 15974 15974 14062 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 407744814 15514775552 30884 33554432000 4194304 4196468 140722250841632 140690264033648 140690795436674 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29163520 140722250843119 140722250843290 140722250843290 140722250846159 0
[pid=15976/tid=15983] ppid=15974 vsize=15151148 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15983/stat : 15983 (java) S 15974 15974 14062 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 407744814 15514775552 30884 33554432000 4194304 4196468 140722250841632 140690262979616 140690795435733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29163520 140722250843119 140722250843290 140722250843290 140722250846159 0
[pid=15976/tid=15984] ppid=15974 vsize=15151148 memory=876 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15984/stat : 15984 (java) S 15974 15974 14062 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 407744814 15514775552 30884 33554432000 4194304 4196468 140722250841632 140690261926768 140690795435733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29163520 140722250843119 140722250843290 140722250843290 140722250846159 0
[pid=15976/tid=15985] ppid=15974 vsize=15151148 memory=1980 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15985/stat : 15985 (java) S 15974 15974 14062 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 407744817 15514775552 30884 33554432000 4194304 4196468 140722250841632 140690260875088 140690795444123 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29163520 140722250843119 140722250843290 140722250843290 140722250846159 0
[pid=15976/tid=15986] ppid=15974 vsize=15151148 memory=2552 CPUtime=0.34 cores=1,3,5,7
/proc/15976/task/15986/stat : 15986 (java) R 15974 15974 14062 0 -1 4202560 1731 0 0 0 34 0 0 0 20 0 15 0 407744817 15514775552 31396 33554432000 4194304 4196468 140722250841632 140690259809248 140690780551342 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29163520 140722250843119 140722250843290 140722250843290 140722250846159 0
[pid=15976/tid=15987] ppid=15974 vsize=15151148 memory=1760 CPUtime=0.34 cores=1,3,5,7
/proc/15976/task/15987/stat : 15987 (java) R 15974 15974 14062 0 -1 4202560 1087 0 0 0 34 0 0 0 20 0 15 0 407744817 15514775552 31396 33554432000 4194304 4196468 140722250841632 140690258770800 140690776970089 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29163520 140722250843119 140722250843290 140722250843290 140722250846159 0
[pid=15976/tid=15988] ppid=15974 vsize=15151148 memory=111632 CPUtime=0.37 cores=1,3,5,7
/proc/15976/task/15988/stat : 15988 (java) S 15974 15974 14062 0 -1 1077944384 1801 0 0 0 36 1 0 0 20 0 15 0 407744817 15514775552 31396 33554432000 4194304 4196468 140722250841632 140690257717872 140690795436674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29163520 140722250843119 140722250843290 140722250843290 140722250846159 0
[pid=15976/tid=15989] ppid=15974 vsize=15151148 memory=800 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15989/stat : 15989 (java) S 15974 15974 14062 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 407744817 15514775552 31396 33554432000 4194304 4196468 140722250841632 140690256665312 140690795435733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29163520 140722250843119 140722250843290 140722250843290 140722250846159 0
[pid=15976/tid=15990] ppid=15974 vsize=15151148 memory=1804 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15990/stat : 15990 (java) S 15974 15974 14062 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407744817 15514775552 31396 33554432000 4194304 4196468 140722250841632 140690255612592 140690795436674 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29163520 140722250843119 140722250843290 140722250843290 140722250846159 0
Current children cumulated CPU time: 1.76 s
Current children cumulated vsize: 15264276 KiB
Current children cumulated memory: 124988 KiB

[startup+1.50128 s]
/proc/loadavg: 8.56 8.27 6.96 12/237 15994
/proc/meminfo: memFree=21831800/32770624 swapFree=66996220/67108860
[pid=15974] ppid=15971 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/15974/stat : 15974 (xcsp3-exec) S 15971 15974 14062 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 407744811 115843072 363 33554432000 4194304 5098028 140735748035712 140735748033816 140667547472508 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 20324352 140735748043642 140735748043885 140735748043885 140735748046794 0
/proc/15974/statm: 28282 363 304 221 0 87 0

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

/proc/15976/task/15990/stat : 15990 (java) S 15974 15974 14062 0 -1 1077944384 253 0 0 0 0 0 0 0 20 0 19 0 407744817 15787421696 50311 33554432000 4194304 4196468 140722250841632 140690255612592 140690795436674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 38 0 0 6293624 6294260 29163520 140722250843119 140722250843290 140722250843290 140722250846159 0
[pid=15976/tid=15991] ppid=15974 vsize=15417404 memory=14974468727029046 CPUtime=5.83 cores=1,3,5,7
/proc/15976/task/15991/stat : 15991 (java) R 15974 15974 14062 0 -1 4202560 151 0 0 0 583 0 0 0 20 0 19 0 407744900 15787421696 50311 33554432000 4194304 4196468 140722250841632 140690246400952 140690400240143 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29163520 140722250843119 140722250843290 140722250843290 140722250846159 0
[pid=15976/tid=15992] ppid=15974 vsize=15417404 memory=-7595754389018307680 CPUtime=5.87 cores=1,3,5,7
/proc/15976/task/15992/stat : 15992 (java) R 15974 15974 14062 0 -1 4202560 194 0 0 0 587 0 0 0 20 0 19 0 407744900 15787421696 50311 33554432000 4194304 4196468 140722250841632 140690245349288 140690401208864 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29163520 140722250843119 140722250843290 140722250843290 140722250846159 0
[pid=15976/tid=15993] ppid=15974 vsize=15417404 memory=1414355462422710185 CPUtime=5.64 cores=1,3,5,7
/proc/15976/task/15993/stat : 15993 (java) R 15974 15974 14062 0 -1 4202560 125 0 0 0 564 0 0 0 20 0 19 0 407744900 15787421696 50311 33554432000 4194304 4196468 140722250841632 140690176593392 140690400990025 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29163520 140722250843119 140722250843290 140722250843290 140722250846159 0
[pid=15976/tid=15994] ppid=15974 vsize=15417404 memory=6944613755479294112 CPUtime=5.85 cores=1,3,5,7
/proc/15976/task/15994/stat : 15994 (java) R 15974 15974 14062 0 -1 4202560 441 0 0 0 585 0 0 0 20 0 19 0 407744900 15787421696 50311 33554432000 4194304 4196468 140722250841632 140690175541832 140690776831802 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29163520 140722250843119 140722250843290 140722250843290 140722250846159 0
Current children cumulated CPU time: 27.51 s
Current children cumulated vsize: 15530532 KiB
Current children cumulated memory: 202696 KiB

[startup+7.60128 s]
/proc/loadavg: 8.75 8.32 6.98 9/237 15994
/proc/meminfo: memFree=21827412/32770624 swapFree=66996220/67108860
[pid=15974] ppid=15971 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/15974/stat : 15974 (xcsp3-exec) S 15971 15974 14062 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 407744811 115843072 363 33554432000 4194304 5098028 140735748035712 140735748033816 140667547472508 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 20324352 140735748043642 140735748043885 140735748043885 140735748046794 0
/proc/15974/statm: 28282 363 304 221 0 87 0
[pid=15976] ppid=15974 vsize=15417404 memory=201244 CPUtime=29.11 cores=1,3,5,7
/proc/15976/stat : 15976 (java) S 15974 15974 14062 0 -1 1077944320 20727 0 0 0 2903 8 0 0 20 0 19 0 407744811 15787421696 50311 33554432000 4194304 4196468 140722250841632 140722250824176 140690795425527 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29163520 140722250843119 140722250843290 140722250843290 140722250846159 0
/proc/15976/statm: 3854351 50311 3495 1 0 3815453 0
[pid=15976/tid=15977] ppid=15974 vsize=15417404 memory=984 CPUtime=0.85 cores=1,3,5,7
/proc/15976/task/15977/stat : 15977 (java) S 15974 15974 14062 0 -1 1077944384 9051 0 0 0 81 4 0 0 20 0 19 0 407744812 15787421696 50311 33554432000 4194304 4196468 140722250841632 140690799666304 140690795435733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29163520 140722250843119 140722250843290 140722250843290 140722250846159 0
[pid=15976/tid=15978] ppid=15974 vsize=15417404 memory=2024 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15978/stat : 15978 (java) S 15974 15974 14062 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 19 0 407744812 15787421696 50311 33554432000 4194304 4196468 140722250841632 140690723466384 140690795435733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29163520 140722250843119 140722250843290 140722250843290 140722250846159 0
[pid=15976/tid=15979] ppid=15974 vsize=15417404 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15979/stat : 15979 (java) S 15974 15974 14062 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 407744812 15787421696 50311 33554432000 4194304 4196468 140722250841632 140690722413584 140690795435733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29163520 140722250843119 140722250843290 140722250843290 140722250846159 0
[pid=15976/tid=15980] ppid=15974 vsize=15417404 memory=1128 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15980/stat : 15980 (java) S 15974 15974 14062 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 19 0 407744812 15787421696 50311 33554432000 4194304 4196468 140722250841632 140690721360784 140690795435733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29163520 140722250843119 140722250843290 140722250843290 140722250846159 0
[pid=15976/tid=15981] ppid=15974 vsize=15417404 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15981/stat : 15981 (java) S 15974 15974 14062 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 19 0 407744812 15787421696 50311 33554432000 4194304 4196468 140722250841632 140690720307984 140690795435733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29163520 140722250843119 140722250843290 140722250843290 140722250846159 0
[pid=15976/tid=15982] ppid=15974 vsize=15417404 memory=1128 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15982/stat : 15982 (java) S 15974 15974 14062 0 -1 1077944384 400 0 0 0 0 0 0 0 20 0 19 0 407744814 15787421696 50311 33554432000 4194304 4196468 140722250841632 140690264033648 140690795436674 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29163520 140722250843119 140722250843290 140722250843290 140722250846159 0
[pid=15976/tid=15983] ppid=15974 vsize=15417404 memory=772 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15983/stat : 15983 (java) S 15974 15974 14062 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 19 0 407744814 15787421696 50311 33554432000 4194304 4196468 140722250841632 140690262979616 140690795435733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29163520 140722250843119 140722250843290 140722250843290 140722250846159 0
[pid=15976/tid=15984] ppid=15974 vsize=15417404 memory=4008 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15984/stat : 15984 (java) S 15974 15974 14062 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 19 0 407744814 15787421696 50311 33554432000 4194304 4196468 140722250841632 140690261926768 140690795435733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29163520 140722250843119 140722250843290 140722250843290 140722250846159 0
[pid=15976/tid=15985] ppid=15974 vsize=15417404 memory=948 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15985/stat : 15985 (java) S 15974 15974 14062 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 407744817 15787421696 50311 33554432000 4194304 4196468 140722250841632 140690260875088 140690795444123 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29163520 140722250843119 140722250843290 140722250843290 140722250846159 0
[pid=15976/tid=15986] ppid=15974 vsize=15417404 memory=2832 CPUtime=1.24 cores=1,3,5,7
/proc/15976/task/15986/stat : 15986 (java) S 15974 15974 14062 0 -1 1077944384 3430 0 0 0 124 0 0 0 20 0 19 0 407744817 15787421696 50311 33554432000 4194304 4196468 140722250841632 140690259823472 140690795436674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 32 0 0 6293624 6294260 29163520 140722250843119 140722250843290 140722250843290 140722250846159 0
[pid=15976/tid=15987] ppid=15974 vsize=15417404 memory=9404 CPUtime=1.5 cores=1,3,5,7
/proc/15976/task/15987/stat : 15987 (java) S 15974 15974 14062 0 -1 1077944384 2578 0 0 0 150 0 0 0 20 0 19 0 407744817 15787421696 50311 33554432000 4194304 4196468 140722250841632 140690258770672 140690795436674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 36 0 0 6293624 6294260 29163520 140722250843119 140722250843290 140722250843290 140722250846159 0
[pid=15976/tid=15988] ppid=15974 vsize=15417404 memory=1548 CPUtime=0.64 cores=1,3,5,7
/proc/15976/task/15988/stat : 15988 (java) S 15974 15974 14062 0 -1 1077944384 2762 0 0 0 63 1 0 0 20 0 19 0 407744817 15787421696 50311 33554432000 4194304 4196468 140722250841632 140690257717872 140690795436674 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 33 0 0 6293624 6294260 29163520 140722250843119 140722250843290 140722250843290 140722250846159 0
[pid=15976/tid=15989] ppid=15974 vsize=15417404 memory=628 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15989/stat : 15989 (java) S 15974 15974 14062 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 407744817 15787421696 50311 33554432000 4194304 4196468 140722250841632 140690256665312 140690795435733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29163520 140722250843119 140722250843290 140722250843290 140722250846159 0
[pid=15976/tid=15990] ppid=15974 vsize=15417404 memory=1056 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15990/stat : 15990 (java) S 15974 15974 14062 0 -1 1077944384 253 0 0 0 0 0 0 0 20 0 19 0 407744817 15787421696 50311 33554432000 4194304 4196468 140722250841632 140690255612592 140690795436674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 38 0 0 6293624 6294260 29163520 140722250843119 140722250843290 140722250843290 140722250846159 0
[pid=15976/tid=15991] ppid=15974 vsize=15417404 memory=1556 CPUtime=6.23 cores=1,3,5,7
/proc/15976/task/15991/stat : 15991 (java) R 15974 15974 14062 0 -1 4202560 151 0 0 0 623 0 0 0 20 0 19 0 407744900 15787421696 50311 33554432000 4194304 4196468 140722250841632 140690246400952 140690400240372 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29163520 140722250843119 140722250843290 140722250843290 140722250846159 0
[pid=15976/tid=15992] ppid=15974 vsize=15417404 memory=5908 CPUtime=6.27 cores=1,3,5,7
/proc/15976/task/15992/stat : 15992 (java) R 15974 15974 14062 0 -1 4202560 198 0 0 0 627 0 0 0 20 0 19 0 407744900 15787421696 50311 33554432000 4194304 4196468 140722250841632 140690245349288 140690400599494 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29163520 140722250843119 140722250843290 140722250843290 140722250846159 0
[pid=15976/tid=15993] ppid=15974 vsize=15417404 memory=0 CPUtime=6.04 cores=1,3,5,7
/proc/15976/task/15993/stat : 15993 (java) R 15974 15974 14062 0 -1 4202560 125 0 0 0 604 0 0 0 20 0 19 0 407744900 15787421696 50311 33554432000 4194304 4196468 140722250841632 140690176593392 140690400403513 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29163520 140722250843119 140722250843290 140722250843290 140722250846159 0
[pid=15976/tid=15994] ppid=15974 vsize=15417404 memory=28868 CPUtime=6.25 cores=1,3,5,7
/proc/15976/task/15994/stat : 15994 (java) R 15974 15974 14062 0 -1 4202560 441 0 0 0 625 0 0 0 20 0 19 0 407744900 15787421696 50311 33554432000 4194304 4196468 140722250841632 140690175541832 140690400679213 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29163520 140722250843119 140722250843290 140722250843290 140722250846159 0
Current children cumulated CPU time: 29.11 s
Current children cumulated vsize: 15530532 KiB
Current children cumulated memory: 202696 KiB

[startup+7.80128 s]
/proc/loadavg: 8.75 8.32 6.98 9/237 15994
/proc/meminfo: memFree=21827412/32770624 swapFree=66996220/67108860
[pid=15974] ppid=15971 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/15974/stat : 15974 (xcsp3-exec) S 15971 15974 14062 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 407744811 115843072 363 33554432000 4194304 5098028 140735748035712 140735748033816 140667547472508 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 20324352 140735748043642 140735748043885 140735748043885 140735748046794 0
/proc/15974/statm: 28282 363 304 221 0 87 0
[pid=15976] ppid=15974 vsize=15417404 memory=201244 CPUtime=29.91 cores=1,3,5,7
/proc/15976/stat : 15976 (java) S 15974 15974 14062 0 -1 1077944320 20729 0 0 0 2983 8 0 0 20 0 19 0 407744811 15787421696 50311 33554432000 4194304 4196468 140722250841632 140722250824176 140690795425527 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29163520 140722250843119 140722250843290 140722250843290 140722250846159 0
/proc/15976/statm: 3854351 50311 3495 1 0 3815453 0
[pid=15976/tid=15977] ppid=15974 vsize=15417404 memory=1556 CPUtime=0.85 cores=1,3,5,7
/proc/15976/task/15977/stat : 15977 (java) S 15974 15974 14062 0 -1 1077944384 9051 0 0 0 81 4 0 0 20 0 19 0 407744812 15787421696 50311 33554432000 4194304 4196468 140722250841632 140690799666304 140690795435733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29163520 140722250843119 140722250843290 140722250843290 140722250846159 0
[pid=15976/tid=15978] ppid=15974 vsize=15417404 memory=500 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15978/stat : 15978 (java) S 15974 15974 14062 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 19 0 407744812 15787421696 50311 33554432000 4194304 4196468 140722250841632 140690723466384 140690795435733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29163520 140722250843119 140722250843290 140722250843290 140722250846159 0
[pid=15976/tid=15979] ppid=15974 vsize=15417404 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15979/stat : 15979 (java) S 15974 15974 14062 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 407744812 15787421696 50311 33554432000 4194304 4196468 140722250841632 140690722413584 140690795435733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29163520 140722250843119 140722250843290 140722250843290 140722250846159 0
[pid=15976/tid=15980] ppid=15974 vsize=15417404 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15980/stat : 15980 (java) S 15974 15974 14062 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 19 0 407744812 15787421696 50311 33554432000 4194304 4196468 140722250841632 140690721360784 140690795435733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29163520 140722250843119 140722250843290 140722250843290 140722250846159 0
[pid=15976/tid=15981] ppid=15974 vsize=15417404 memory=140328191844368 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15981/stat : 15981 (java) S 15974 15974 14062 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 19 0 407744812 15787421696 50311 33554432000 4194304 4196468 140722250841632 140690720307984 140690795435733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29163520 140722250843119 140722250843290 140722250843290 140722250846159 0
[pid=15976/tid=15982] ppid=15974 vsize=15417404 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15982/stat : 15982 (java) S 15974 15974 14062 0 -1 1077944384 400 0 0 0 0 0 0 0 20 0 19 0 407744814 15787421696 50311 33554432000 4194304 4196468 140722250841632 140690264033648 140690795436674 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29163520 140722250843119 140722250843290 140722250843290 140722250846159 0
[pid=15976/tid=15983] ppid=15974 vsize=15417404 memory=140328194514287 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15983/stat : 15983 (java) S 15974 15974 14062 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 19 0 407744814 15787421696 50311 33554432000 4194304 4196468 140722250841632 140690262979616 140690795435733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29163520 140722250843119 140722250843290 140722250843290 140722250846159 0
[pid=15976/tid=15984] ppid=15974 vsize=15417404 memory=140328191844464 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15984/stat : 15984 (java) S 15974 15974 14062 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 19 0 407744814 15787421696 50311 33554432000 4194304 4196468 140722250841632 140690261926768 140690795435733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29163520 140722250843119 140722250843290 140722250843290 140722250846159 0
[pid=15976/tid=15985] ppid=15974 vsize=15417404 memory=140328191844496 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15985/stat : 15985 (java) S 15974 15974 14062 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 407744817 15787421696 50311 33554432000 4194304 4196468 140722250841632 140690260875088 140690795444123 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29163520 140722250843119 140722250843290 140722250843290 140722250846159 0
[pid=15976/tid=15986] ppid=15974 vsize=15417404 memory=-2893623298589923098 CPUtime=1.24 cores=1,3,5,7
/proc/15976/task/15986/stat : 15986 (java) S 15974 15974 14062 0 -1 1077944384 3430 0 0 0 124 0 0 0 20 0 19 0 407744817 15787421696 50311 33554432000 4194304 4196468 140722250841632 140690259823472 140690795436674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 32 0 0 6293624 6294260 29163520 140722250843119 140722250843290 140722250843290 140722250846159 0
[pid=15976/tid=15987] ppid=15974 vsize=15417404 memory=6944656592455359580 CPUtime=1.5 cores=1,3,5,7
/proc/15976/task/15987/stat : 15987 (java) S 15974 15974 14062 0 -1 1077944384 2578 0 0 0 150 0 0 0 20 0 19 0 407744817 15787421696 50311 33554432000 4194304 4196468 140722250841632 140690258770672 140690795436674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 36 0 0 6293624 6294260 29163520 140722250843119 140722250843290 140722250843290 140722250846159 0
[pid=15976/tid=15988] ppid=15974 vsize=15417404 memory=140328191845520 CPUtime=0.64 cores=1,3,5,7
/proc/15976/task/15988/stat : 15988 (java) S 15974 15974 14062 0 -1 1077944384 2762 0 0 0 63 1 0 0 20 0 19 0 407744817 15787421696 50311 33554432000 4194304 4196468 140722250841632 140690257717872 140690795436674 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 33 0 0 6293624 6294260 29163520 140722250843119 140722250843290 140722250843290 140722250846159 0
[pid=15976/tid=15989] ppid=15974 vsize=15417404 memory=140328191845552 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15989/stat : 15989 (java) S 15974 15974 14062 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 407744817 15787421696 50311 33554432000 4194304 4196468 140722250841632 140690256665312 140690795435733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29163520 140722250843119 140722250843290 140722250843290 140722250846159 0
[pid=15976/tid=15990] ppid=15974 vsize=15417404 memory=140328191845584 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15990/stat : 15990 (java) S 15974 15974 14062 0 -1 1077944384 253 0 0 0 0 0 0 0 20 0 19 0 407744817 15787421696 50311 33554432000 4194304 4196468 140722250841632 140690255612592 140690795436674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 38 0 0 6293624 6294260 29163520 140722250843119 140722250843290 140722250843290 140722250846159 0
[pid=15976/tid=15991] ppid=15974 vsize=15417404 memory=3848 CPUtime=6.43 cores=1,3,5,7
/proc/15976/task/15991/stat : 15991 (java) R 15974 15974 14062 0 -1 4202560 151 0 0 0 643 0 0 0 20 0 19 0 407744900 15787421696 50311 33554432000 4194304 4196468 140722250841632 140690246400952 140690400562863 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29163520 140722250843119 140722250843290 140722250843290 140722250846159 0
[pid=15976/tid=15992] ppid=15974 vsize=15417404 memory=2688 CPUtime=6.47 cores=1,3,5,7
/proc/15976/task/15992/stat : 15992 (java) R 15974 15974 14062 0 -1 4202560 200 0 0 0 647 0 0 0 20 0 19 0 407744900 15787421696 50311 33554432000 4194304 4196468 140722250841632 140690245349288 140690400240447 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29163520 140722250843119 140722250843290 140722250843290 140722250846159 0
[pid=15976/tid=15993] ppid=15974 vsize=15417404 memory=2596 CPUtime=6.24 cores=1,3,5,7
/proc/15976/task/15993/stat : 15993 (java) R 15974 15974 14062 0 -1 4202560 125 0 0 0 624 0 0 0 20 0 19 0 407744900 15787421696 50311 33554432000 4194304 4196468 140722250841632 140690176593392 140690400403441 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29163520 140722250843119 140722250843290 140722250843290 140722250846159 0
[pid=15976/tid=15994] ppid=15974 vsize=15417404 memory=1412 CPUtime=6.45 cores=1,3,5,7
/proc/15976/task/15994/stat : 15994 (java) R 15974 15974 14062 0 -1 4202560 441 0 0 0 645 0 0 0 20 0 19 0 407744900 15787421696 50311 33554432000 4194304 4196468 140722250841632 140690175541832 140690400563096 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29163520 140722250843119 140722250843290 140722250843290 140722250846159 0
Current children cumulated CPU time: 29.91 s
Current children cumulated vsize: 15530532 KiB
Current children cumulated memory: 202696 KiB

[startup+7.90128 s]
/proc/loadavg: 8.75 8.32 6.98 9/237 15994
/proc/meminfo: memFree=21827412/32770624 swapFree=66996220/67108860
[pid=15974] ppid=15971 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/15974/stat : 15974 (xcsp3-exec) S 15971 15974 14062 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 407744811 115843072 363 33554432000 4194304 5098028 140735748035712 140735748033816 140667547472508 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 20324352 140735748043642 140735748043885 140735748043885 140735748046794 0
/proc/15974/statm: 28282 363 304 221 0 87 0
[pid=15976] ppid=15974 vsize=15417404 memory=201244 CPUtime=30.31 cores=1,3,5,7
/proc/15976/stat : 15976 (java) S 15974 15974 14062 0 -1 1077944320 20731 0 0 0 3023 8 0 0 20 0 19 0 407744811 15787421696 50311 33554432000 4194304 4196468 140722250841632 140722250824176 140690795425527 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29163520 140722250843119 140722250843290 140722250843290 140722250846159 0
/proc/15976/statm: 3854351 50311 3495 1 0 3815453 0
[pid=15976/tid=15977] ppid=15974 vsize=15417404 memory=201244 CPUtime=0.85 cores=1,3,5,7
/proc/15976/task/15977/stat : 15977 (java) S 15974 15974 14062 0 -1 1077944384 9051 0 0 0 81 4 0 0 20 0 19 0 407744812 15787421696 50311 33554432000 4194304 4196468 140722250841632 140690799666304 140690795435733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29163520 140722250843119 140722250843290 140722250843290 140722250846159 0
[pid=15976/tid=15978] ppid=15974 vsize=15417404 memory=201244 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15978/stat : 15978 (java) S 15974 15974 14062 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 19 0 407744812 15787421696 50311 33554432000 4194304 4196468 140722250841632 140690723466384 140690795435733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29163520 140722250843119 140722250843290 140722250843290 140722250846159 0
[pid=15976/tid=15979] ppid=15974 vsize=15417404 memory=22916 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15979/stat : 15979 (java) S 15974 15974 14062 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 407744812 15787421696 50311 33554432000 4194304 4196468 140722250841632 140690722413584 140690795435733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29163520 140722250843119 140722250843290 140722250843290 140722250846159 0
[pid=15976/tid=15980] ppid=15974 vsize=15417404 memory=984 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15980/stat : 15980 (java) S 15974 15974 14062 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 19 0 407744812 15787421696 50311 33554432000 4194304 4196468 140722250841632 140690721360784 140690795435733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29163520 140722250843119 140722250843290 140722250843290 140722250846159 0
[pid=15976/tid=15981] ppid=15974 vsize=15417404 memory=2024 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15981/stat : 15981 (java) S 15974 15974 14062 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 19 0 407744812 15787421696 50311 33554432000 4194304 4196468 140722250841632 140690720307984 140690795435733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29163520 140722250843119 140722250843290 140722250843290 140722250846159 0
[pid=15976/tid=15982] ppid=15974 vsize=15417404 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15982/stat : 15982 (java) S 15974 15974 14062 0 -1 1077944384 400 0 0 0 0 0 0 0 20 0 19 0 407744814 15787421696 50311 33554432000 4194304 4196468 140722250841632 140690264033648 140690795436674 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29163520 140722250843119 140722250843290 140722250843290 140722250846159 0
[pid=15976/tid=15983] ppid=15974 vsize=15417404 memory=3624 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15983/stat : 15983 (java) S 15974 15974 14062 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 19 0 407744814 15787421696 50311 33554432000 4194304 4196468 140722250841632 140690262979616 140690795435733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29163520 140722250843119 140722250843290 140722250843290 140722250846159 0
[pid=15976/tid=15984] ppid=15974 vsize=15417404 memory=22916 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15984/stat : 15984 (java) S 15974 15974 14062 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 19 0 407744814 15787421696 50311 33554432000 4194304 4196468 140722250841632 140690261926768 140690795435733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29163520 140722250843119 140722250843290 140722250843290 140722250846159 0
[pid=15976/tid=15985] ppid=15974 vsize=15417404 memory=984 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15985/stat : 15985 (java) S 15974 15974 14062 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 407744817 15787421696 50311 33554432000 4194304 4196468 140722250841632 140690260875088 140690795444123 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29163520 140722250843119 140722250843290 140722250843290 140722250846159 0
[pid=15976/tid=15986] ppid=15974 vsize=15417404 memory=2024 CPUtime=1.24 cores=1,3,5,7
/proc/15976/task/15986/stat : 15986 (java) S 15974 15974 14062 0 -1 1077944384 3430 0 0 0 124 0 0 0 20 0 19 0 407744817 15787421696 50311 33554432000 4194304 4196468 140722250841632 140690259823472 140690795436674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 32 0 0 6293624 6294260 29163520 140722250843119 140722250843290 140722250843290 140722250846159 0
[pid=15976/tid=15987] ppid=15974 vsize=15417404 memory=280656383142720 CPUtime=1.5 cores=1,3,5,7
/proc/15976/task/15987/stat : 15987 (java) S 15974 15974 14062 0 -1 1077944384 2578 0 0 0 150 0 0 0 20 0 19 0 407744817 15787421696 50311 33554432000 4194304 4196468 140722250841632 140690258770672 140690795436674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 36 0 0 6293624 6294260 29163520 140722250843119 140722250843290 140722250843290 140722250846159 0
[pid=15976/tid=15988] ppid=15974 vsize=15417404 memory=576460756329984017 CPUtime=0.64 cores=1,3,5,7
/proc/15976/task/15988/stat : 15988 (java) S 15974 15974 14062 0 -1 1077944384 2762 0 0 0 63 1 0 0 20 0 19 0 407744817 15787421696 50311 33554432000 4194304 4196468 140722250841632 140690257717872 140690795436674 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 33 0 0 6293624 6294260 29163520 140722250843119 140722250843290 140722250843290 140722250846159 0
[pid=15976/tid=15989] ppid=15974 vsize=15417404 memory=288285597385359934 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15989/stat : 15989 (java) S 15974 15974 14062 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 407744817 15787421696 50311 33554432000 4194304 4196468 140722250841632 140690256665312 140690795435733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29163520 140722250843119 140722250843290 140722250843290 140722250846159 0
[pid=15976/tid=15990] ppid=15974 vsize=15417404 memory=3994798870917036064 CPUtime=0 cores=1,3,5,7
/proc/15976/task/15990/stat : 15990 (java) S 15974 15974 14062 0 -1 1077944384 253 0 0 0 0 0 0 0 20 0 19 0 407744817 15787421696 50311 33554432000 4194304 4196468 140722250841632 140690255612592 140690795436674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 38 0 0 6293624 6294260 29163520 140722250843119 140722250843290 140722250843290 140722250846159 0
[pid=15976/tid=15991] ppid=15974 vsize=15417404 memory=7090724534621332567 CPUtime=6.53 cores=1,3,5,7
/proc/15976/task/15991/stat : 15991 (java) R 15974 15974 14062 0 -1 4202560 151 0 0 0 653 0 0 0 20 0 19 0 407744900 15787421696 50311 33554432000 4194304 4196468 140722250841632 140690246400952 140690400678901 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29163520 140722250843119 140722250843290 140722250843290 140722250846159 0
[pid=15976/tid=15992] ppid=15974 vsize=15417404 memory=1452 CPUtime=6.57 cores=1,3,5,7
/proc/15976/task/15992/stat : 15992 (java) R 15974 15974 14062 0 -1 4202560 202 0 0 0 657 0 0 0 20 0 19 0 407744900 15787421696 50311 33554432000 4194304 4196468 140722250841632 140690245349288 140690400240362 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29163520 140722250843119 140722250843290 140722250843290 140722250846159 0
[pid=15976/tid=15993] ppid=15974 vsize=15417404 memory=201208 CPUtime=6.34 cores=1,3,5,7
/proc/15976/task/15993/stat : 15993 (java) R 15974 15974 14062 0 -1 4202560 125 0 0 0 634 0 0 0 20 0 19 0 407744900 15787421696 50311 33554432000 4194304 4196468 140722250841632 140690176593392 140690400562849 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29163520 140722250843119 140722250843290 140722250843290 140722250846159 0
[pid=15976/tid=15994] ppid=15974 vsize=15417404 memory=0 CPUtime=6.55 cores=1,3,5,7
/proc/15976/task/15994/stat : 15994 (java) R 15974 15974 14062 0 -1 4202560 441 0 0 0 655 0 0 0 20 0 19 0 407744900 15787421696 50311 33554432000 4194304 4196468 140722250841632 140690175541832 140690400403428 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29163520 140722250843119 140722250843290 140722250843290 140722250846159 0
Current children cumulated CPU time: 30.31 s
Current children cumulated vsize: 15530532 KiB
Current children cumulated memory: 202696 KiB

Child status: 0
Real time (s): 7.98946
CPU time (s): 30.658
CPU user time (s): 30.5655
CPU system time (s): 0.092487
CPU usage (%): 383.731
Max. virtual memory (cumulated for all children) (KiB): 15530532
Max. memory (cumulated for all children) (KiB): 202696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 30.5655
system time used= 0.092487
maximum resident set size= 201460
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22105
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= 1987
involuntary context switches= 750


# summary of solver processes directly reported to runsolver:
#   pid: 15974
#   total CPU time (s): 30.658
#   total CPU user time (s): 30.5655
#   total CPU system time (s): 0.092487

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.068635 second user time and 0.130541 second system time

The end

Launcher Data

Begin job on node106 at 2019-09-12 20:00:24
IDJOB=4392873
IDBENCH=121710
IDSOLVER=2840
FILE ID=node106/4392873-1568314901
RUNJOBID= node106-1568309633-14094
PBS_JOBID= 21701134
Free space on /tmp= 56708 MiB

SOLVER NAME= choco-solver 2019-06-14
BENCH NAME= XCSP17/Random/Random-D-t035/rand-2-40-16-250-035-86.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-4392873-1568314901/watcher-4392873-1568314901 -o /tmp/evaluation-result-4392873-1568314901/solver-4392873-1568314901 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1568309633-14094 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 2094453020 HOME/instance-4392873-1568314901.xml

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

MD5SUM BENCH= 95e1ba6edeec6aa2d568f833deab6719
RANDOM SEED=2094453020

node106.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.79
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.79
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.79
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.79
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:        22016516 kB
MemAvailable:   23073276 kB
Buffers:          123180 kB
Cached:          1229756 kB
SwapCached:        10272 kB
Active:          9221416 kB
Inactive:         979072 kB
Active(anon):    8846528 kB
Inactive(anon):    33360 kB
Active(file):     374888 kB
Inactive(file):   945712 kB
Unevictable:      107784 kB
Mlocked:          107784 kB
SwapTotal:      67108860 kB
SwapFree:       66996220 kB
Dirty:             26196 kB
Writeback:             0 kB
AnonPages:       8949984 kB
Mapped:            48676 kB
Shmem:             23848 kB
Slab:             132372 kB
SReclaimable:     103988 kB
SUnreclaim:        28384 kB
KernelStack:        3968 kB
PageTables:        22968 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:   11427352 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8787968 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 56684 MiB
End job on node106 at 2019-09-12 20:00:32