Trace number 4400496

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 2019-09-16OPT73 185.851 47.0368

General information on the benchmark

NameRcpsp/Rcpsp-m1-j30/
Rcpsp-j30-29-07.xml
MD5SUM883cdd2c39820682d54c3bab8557ea17
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark73
Best CPU time to get the best result obtained on this benchmark185.851
Satisfiable
(Un)Satisfiability was proved
Number of variables32
Number of constraints62
Number of domains2
Minimum domain size1
Maximum domain size158
Distribution of domain sizes[{"size":1,"count":1},{"size":158,"count":31}]
Minimum variable degree3
Maximum variable degree10
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":1},{"degree":6,"count":3},{"degree":7,"count":8},{"degree":8,"count":16},{"degree":9,"count":2},{"degree":10,"count":1}]
Minimum constraint arity2
Maximum constraint arity30
Distribution of constraint arities[{"arity":2,"count":58},{"arity":30,"count":4}]
Number of extensional constraints0
Number of intensional constraints58
Distribution of constraint types[{"type":"intension","count":58},{"type":"cumulative","count":4}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c java -server -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4400496-1568694494.xml"  -tl '2400s' -p 4
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4400496-1568694494.xml, -tl, 2400s, -p, 4]
0.34/0.22	c 4 solvers in parallel
0.34/0.28	c parse instance...
1.27/0.63	c solve instance...
1.56/0.74	o 85 
1.56/0.75	o 83 
3.47/1.24	o 82 
3.47/1.29	o 81 
4.26/1.43	o 78 
8.23/2.44	o 77 
9.00/2.64	o 76 
9.79/2.85	o 75 
20.12/5.42	o 74 
52.76/13.61	o 73 
185.76/47.02	s OPTIMUM FOUND
185.76/47.02	v <instantiation>
185.76/47.02	v 	<list>s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] s[18] s[19] s[20] s[21] s[22] s[23] s[24] s[25] s[26] s[27] s[28] s[29] s[30] s[31] </list>
185.76/47.02	v 	<values>0 4 0 0 8 12 24 12 4 9 12 46 51 15 39 4 35 11 32 37 55 60 22 49 46 20 69 59 61 71 69 73 </values>
185.76/47.02	v </instantiation>

Verifier Data

OK	73

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4400496-1568694494/watcher-4400496-1568694494 -o /tmp/evaluation-result-4400496-1568694494/solver-4400496-1568694494 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node126-1568694456-7913 --watchdog 2560 xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 12000 -tdir HOME -seed 580036291 HOME/instance-4400496-1568694494.xml 

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

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


[startup+0.10028 s]*
/proc/loadavg: 0.67 0.66 0.81 5/224 7967
/proc/meminfo: memFree=31068604/32770624 swapFree=66988552/67108860
[pid=7932] ppid=7929 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/7932/stat : 7932 (xcsp3-exec) S 7929 7932 7881 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 445717199 115843072 362 33554432000 4194304 5098028 140734653497872 140734653495976 140686621164156 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8613888 140734653502331 140734653502573 140734653502573 140734653505482 0
/proc/7932/statm: 28282 362 304 221 0 87 0
[pid=7934] ppid=7932 vsize=15144776 memory=31608 CPUtime=0.13 cores=1,3,5,7
/proc/7934/stat : 7934 (java) S 7932 7932 7881 0 -1 1077944320 5354 0 0 0 12 1 0 0 20 0 15 0 445717199 15508250624 7902 33554432000 4194304 4196468 140724580836176 140724580818720 140559119134455 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 16244736 140724580840431 140724580840602 140724580840602 140724580843471 0
/proc/7934/statm: 3786194 7902 3119 1 0 3748377 0
[pid=7934/tid=7935] ppid=7932 vsize=15144776 memory=8324486588775410251 CPUtime=0.09 cores=1,3,5,7
/proc/7934/task/7935/stat : 7935 (java) R 7932 7932 7881 0 -1 4202560 3270 0 0 0 9 0 0 0 20 0 15 0 445717200 15508250624 7968 33554432000 4194304 4196468 140724580836176 140559123364096 140559119155802 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16244736 140724580840431 140724580840602 140724580840602 140724580843471 0
[pid=7934/tid=7936] ppid=7932 vsize=15144776 memory=-3689349214911541841 CPUtime=0 cores=1,3,5,7
/proc/7934/task/7936/stat : 7936 (java) S 7932 7932 7881 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445717200 15508250624 7968 33554432000 4194304 4196468 140724580836176 140559047174544 140559119144661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16244736 140724580840431 140724580840602 140724580840602 140724580843471 0
[pid=7934/tid=7937] ppid=7932 vsize=15144776 memory=140161470109312 CPUtime=0 cores=1,3,5,7
/proc/7934/task/7937/stat : 7937 (java) S 7932 7932 7881 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445717200 15508250624 7968 33554432000 4194304 4196468 140724580836176 140558710728976 140559119144661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16244736 140724580840431 140724580840602 140724580840602 140724580843471 0
[pid=7934/tid=7938] ppid=7932 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7934/task/7938/stat : 7938 (java) S 7932 7932 7881 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445717200 15508250624 7968 33554432000 4194304 4196468 140724580836176 140558709676688 140559119144661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16244736 140724580840431 140724580840602 140724580840602 140724580843471 0
[pid=7934/tid=7939] ppid=7932 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7934/task/7939/stat : 7939 (java) S 7932 7932 7881 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445717201 15508250624 7968 33554432000 4194304 4196468 140724580836176 140558708623888 140559119144661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16244736 140724580840431 140724580840602 140724580840602 140724580843471 0
[pid=7934/tid=7940] ppid=7932 vsize=15144776 memory=140161470109312 CPUtime=0 cores=1,3,5,7
/proc/7934/task/7940/stat : 7940 (java) S 7932 7932 7881 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445717202 15508250624 7968 33554432000 4194304 4196468 140724580836176 140558085847664 140559119145602 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16244736 140724580840431 140724580840602 140724580840602 140724580843471 0
[pid=7934/tid=7941] ppid=7932 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7934/task/7941/stat : 7941 (java) S 7932 7932 7881 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445717202 15508250624 7968 33554432000 4194304 4196468 140724580836176 140558084793632 140559119144661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16244736 140724580840431 140724580840602 140724580840602 140724580843471 0
[pid=7934/tid=7942] ppid=7932 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7934/task/7942/stat : 7942 (java) S 7932 7932 7881 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445717203 15508250624 7968 33554432000 4194304 4196468 140724580836176 140558083741296 140559119144661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16244736 140724580840431 140724580840602 140724580840602 140724580843471 0
[pid=7934/tid=7947] ppid=7932 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7934/task/7947/stat : 7947 (java) S 7932 7932 7881 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445717205 15508250624 7968 33554432000 4194304 4196468 140724580836176 140558082689616 140559119153051 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16244736 140724580840431 140724580840602 140724580840602 140724580843471 0
[pid=7934/tid=7948] ppid=7932 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7934/task/7948/stat : 7948 (java) R 7932 7932 7881 0 -1 1077944384 300 0 0 0 0 0 0 0 20 0 15 0 445717205 15508250624 7968 33554432000 4194304 4196468 140724580836176 140558081636464 140559119145602 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16244736 140724580840431 140724580840602 140724580840602 140724580843471 0
[pid=7934/tid=7949] ppid=7932 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7934/task/7949/stat : 7949 (java) R 7932 7932 7881 0 -1 4202560 160 0 0 0 0 0 0 0 20 0 15 0 445717205 15508250624 7968 33554432000 4194304 4196468 140724580836176 140558080583664 140559096967312 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16244736 140724580840431 140724580840602 140724580840602 140724580843471 0
[pid=7934/tid=7950] ppid=7932 vsize=15144776 memory=140161470109312 CPUtime=0.02 cores=1,3,5,7
/proc/7934/task/7950/stat : 7950 (java) R 7932 7932 7881 0 -1 4202560 361 0 0 0 2 0 0 0 20 0 15 0 445717205 15508250624 7968 33554432000 4194304 4196468 140724580836176 140558079531376 140559119146390 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16244736 140724580840431 140724580840602 140724580840602 140724580843471 0
[pid=7934/tid=7951] ppid=7932 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7934/task/7951/stat : 7951 (java) S 7932 7932 7881 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445717205 15508250624 7968 33554432000 4194304 4196468 140724580836176 140558078478816 140559119144661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16244736 140724580840431 140724580840602 140724580840602 140724580843471 0
[pid=7934/tid=7954] ppid=7932 vsize=15144776 memory=140161470109312 CPUtime=0 cores=1,3,5,7
/proc/7934/task/7954/stat : 7954 (java) S 7932 7932 7881 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445717205 15508250624 7968 33554432000 4194304 4196468 140724580836176 140558077426608 140559119145602 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16244736 140724580840431 140724580840602 140724580840602 140724580843471 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 33056 KiB

[startup+0.210879 s]*
/proc/loadavg: 0.67 0.66 0.81 6/230 7973
/proc/meminfo: memFree=31047684/32770624 swapFree=66988552/67108860
[pid=7932] ppid=7929 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/7932/stat : 7932 (xcsp3-exec) S 7929 7932 7881 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 445717199 115843072 362 33554432000 4194304 5098028 140734653497872 140734653495976 140686621164156 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8613888 140734653502331 140734653502573 140734653502573 140734653505482 0
/proc/7932/statm: 28282 362 304 221 0 87 0
[pid=7934] ppid=7932 vsize=15144776 memory=42416 CPUtime=0.34 cores=1,3,5,7
/proc/7934/stat : 7934 (java) S 7932 7932 7881 0 -1 1077944320 8791 0 0 0 32 2 0 0 20 0 15 0 445717199 15508250624 10604 33554432000 4194304 4196468 140724580836176 140724580818720 140559119134455 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 16244736 140724580840431 140724580840602 140724580840602 140724580843471 0
/proc/7934/statm: 3786194 10604 3316 1 0 3748377 0
[pid=7934/tid=7935] ppid=7932 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/7934/task/7935/stat : 7935 (java) R 7932 7932 7881 0 -1 4202560 6071 0 0 0 18 2 0 0 20 0 15 0 445717200 15508250624 10604 33554432000 4194304 4196468 140724580836176 140559123371152 140559104505136 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16244736 140724580840431 140724580840602 140724580840602 140724580843471 0
[pid=7934/tid=7936] ppid=7932 vsize=15144776 memory=8996 CPUtime=0 cores=1,3,5,7
/proc/7934/task/7936/stat : 7936 (java) S 7932 7932 7881 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445717200 15508250624 10604 33554432000 4194304 4196468 140724580836176 140559047174544 140559119144661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16244736 140724580840431 140724580840602 140724580840602 140724580843471 0
[pid=7934/tid=7937] ppid=7932 vsize=15144776 memory=140161473452623 CPUtime=0 cores=1,3,5,7
/proc/7934/task/7937/stat : 7937 (java) S 7932 7932 7881 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445717200 15508250624 10604 33554432000 4194304 4196468 140724580836176 140558710728976 140559119144661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16244736 140724580840431 140724580840602 140724580840602 140724580843471 0
[pid=7934/tid=7938] ppid=7932 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7934/task/7938/stat : 7938 (java) S 7932 7932 7881 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445717200 15508250624 10604 33554432000 4194304 4196468 140724580836176 140558709676688 140559119144661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16244736 140724580840431 140724580840602 140724580840602 140724580843471 0
[pid=7934/tid=7939] ppid=7932 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7934/task/7939/stat : 7939 (java) S 7932 7932 7881 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445717201 15508250624 10604 33554432000 4194304 4196468 140724580836176 140558708623888 140559119144661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16244736 140724580840431 140724580840602 140724580840602 140724580843471 0
[pid=7934/tid=7940] ppid=7932 vsize=15144776 memory=140161470109312 CPUtime=0 cores=1,3,5,7
/proc/7934/task/7940/stat : 7940 (java) S 7932 7932 7881 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 445717202 15508250624 10604 33554432000 4194304 4196468 140724580836176 140558085847664 140559119145602 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16244736 140724580840431 140724580840602 140724580840602 140724580843471 0
[pid=7934/tid=7941] ppid=7932 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7934/task/7941/stat : 7941 (java) S 7932 7932 7881 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445717202 15508250624 10604 33554432000 4194304 4196468 140724580836176 140558084793632 140559119144661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16244736 140724580840431 140724580840602 140724580840602 140724580843471 0
[pid=7934/tid=7942] ppid=7932 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7934/task/7942/stat : 7942 (java) S 7932 7932 7881 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445717203 15508250624 10604 33554432000 4194304 4196468 140724580836176 140558083741296 140559119144661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16244736 140724580840431 140724580840602 140724580840602 140724580843471 0
[pid=7934/tid=7947] ppid=7932 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7934/task/7947/stat : 7947 (java) S 7932 7932 7881 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445717205 15508250624 10604 33554432000 4194304 4196468 140724580836176 140558082689616 140559119153051 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16244736 140724580840431 140724580840602 140724580840602 140724580843471 0
[pid=7934/tid=7948] ppid=7932 vsize=15144776 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/7934/task/7948/stat : 7948 (java) S 7932 7932 7881 0 -1 1077944384 416 0 0 0 2 0 0 0 20 0 15 0 445717205 15508250624 10604 33554432000 4194304 4196468 140724580836176 140558081636464 140559119145602 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16244736 140724580840431 140724580840602 140724580840602 140724580843471 0
[pid=7934/tid=7949] ppid=7932 vsize=15144776 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/7934/task/7949/stat : 7949 (java) S 7932 7932 7881 0 -1 1077944384 217 0 0 0 2 0 0 0 20 0 15 0 445717205 15508250624 10604 33554432000 4194304 4196468 140724580836176 140558080583664 140559119145602 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16244736 140724580840431 140724580840602 140724580840602 140724580843471 0
[pid=7934/tid=7950] ppid=7932 vsize=15144776 memory=140161470109312 CPUtime=0.08 cores=1,3,5,7
/proc/7934/task/7950/stat : 7950 (java) S 7932 7932 7881 0 -1 1077944384 781 0 0 0 8 0 0 0 20 0 15 0 445717205 15508250624 10604 33554432000 4194304 4196468 140724580836176 140558079531376 140559119145602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16244736 140724580840431 140724580840602 140724580840602 140724580843471 0
[pid=7934/tid=7951] ppid=7932 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7934/task/7951/stat : 7951 (java) S 7932 7932 7881 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445717205 15508250624 10604 33554432000 4194304 4196468 140724580836176 140558078478816 140559119144661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16244736 140724580840431 140724580840602 140724580840602 140724580843471 0
[pid=7934/tid=7954] ppid=7932 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7934/task/7954/stat : 7954 (java) S 7932 7932 7881 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445717205 15508250624 10604 33554432000 4194304 4196468 140724580836176 140558077426608 140559119145602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16244736 140724580840431 140724580840602 140724580840602 140724580843471 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 43864 KiB

[startup+0.310841 s]*
/proc/loadavg: 0.67 0.66 0.81 6/230 7973
/proc/meminfo: memFree=31031048/32770624 swapFree=66988552/67108860
[pid=7932] ppid=7929 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/7932/stat : 7932 (xcsp3-exec) S 7929 7932 7881 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 445717199 115843072 362 33554432000 4194304 5098028 140734653497872 140734653495976 140686621164156 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8613888 140734653502331 140734653502573 140734653502573 140734653505482 0
/proc/7932/statm: 28282 362 304 221 0 87 0
[pid=7934] ppid=7932 vsize=15149032 memory=51628 CPUtime=0.53 cores=1,3,5,7
/proc/7934/stat : 7934 (java) S 7932 7932 7881 0 -1 1077944320 10245 0 0 0 50 3 0 0 20 0 15 0 445717199 15512608768 12907 33554432000 4194304 4196468 140724580836176 140724580818720 140559119134455 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 16244736 140724580840431 140724580840602 140724580840602 140724580843471 0
/proc/7934/statm: 3787258 12907 3359 1 0 3748377 0
[pid=7934/tid=7935] ppid=7932 vsize=15149032 memory=1398722017469774279 CPUtime=0.29 cores=1,3,5,7
/proc/7934/task/7935/stat : 7935 (java) R 7932 7932 7881 0 -1 4202560 7212 0 0 0 27 2 0 0 20 0 15 0 445717200 15512608768 12978 33554432000 4194304 4196468 140724580836176 140559123365568 140559103214942 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16244736 140724580840431 140724580840602 140724580840602 140724580843471 0
[pid=7934/tid=7936] ppid=7932 vsize=15149032 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/7934/task/7936/stat : 7936 (java) S 7932 7932 7881 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445717200 15512608768 12978 33554432000 4194304 4196468 140724580836176 140559047174544 140559119144661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16244736 140724580840431 140724580840602 140724580840602 140724580843471 0
[pid=7934/tid=7937] ppid=7932 vsize=15149032 memory=35809 CPUtime=0 cores=1,3,5,7
/proc/7934/task/7937/stat : 7937 (java) S 7932 7932 7881 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445717200 15512608768 12978 33554432000 4194304 4196468 140724580836176 140558710728976 140559119144661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16244736 140724580840431 140724580840602 140724580840602 140724580843471 0
[pid=7934/tid=7938] ppid=7932 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7934/task/7938/stat : 7938 (java) S 7932 7932 7881 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445717200 15512608768 12978 33554432000 4194304 4196468 140724580836176 140558709676688 140559119144661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16244736 140724580840431 140724580840602 140724580840602 140724580843471 0
[pid=7934/tid=7939] ppid=7932 vsize=15149032 memory=9122464004270842071 CPUtime=0 cores=1,3,5,7
/proc/7934/task/7939/stat : 7939 (java) S 7932 7932 7881 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445717201 15512608768 12978 33554432000 4194304 4196468 140724580836176 140558708623888 140559119144661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16244736 140724580840431 140724580840602 140724580840602 140724580843471 0
[pid=7934/tid=7940] ppid=7932 vsize=15149032 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/7934/task/7940/stat : 7940 (java) S 7932 7932 7881 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 445717202 15512608768 12978 33554432000 4194304 4196468 140724580836176 140558085847664 140559119145602 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16244736 140724580840431 140724580840602 140724580840602 140724580843471 0
[pid=7934/tid=7941] ppid=7932 vsize=15149032 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/7934/task/7941/stat : 7941 (java) S 7932 7932 7881 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445717202 15512608768 12978 33554432000 4194304 4196468 140724580836176 140558084793632 140559119144661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16244736 140724580840431 140724580840602 140724580840602 140724580843471 0
[pid=7934/tid=7942] ppid=7932 vsize=15149032 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/7934/task/7942/stat : 7942 (java) S 7932 7932 7881 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445717203 15512608768 12978 33554432000 4194304 4196468 140724580836176 140558083741296 140559119144661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16244736 140724580840431 140724580840602 140724580840602 140724580843471 0
[pid=7934/tid=7947] ppid=7932 vsize=15149032 memory=-5587046532246807594 CPUtime=0 cores=1,3,5,7
/proc/7934/task/7947/stat : 7947 (java) S 7932 7932 7881 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445717205 15512608768 12978 33554432000 4194304 4196468 140724580836176 140558082689616 140559119153051 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16244736 140724580840431 140724580840602 140724580840602 140724580843471 0
[pid=7934/tid=7948] ppid=7932 vsize=15149032 memory=7307460107981921142 CPUtime=0.04 cores=1,3,5,7
/proc/7934/task/7948/stat : 7948 (java) S 7932 7932 7881 0 -1 1077944384 436 0 0 0 4 0 0 0 20 0 15 0 445717205 15512608768 12978 33554432000 4194304 4196468 140724580836176 140558081636464 140559119145602 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16244736 140724580840431 140724580840602 140724580840602 140724580843471 0
[pid=7934/tid=7949] ppid=7932 vsize=15149032 memory=7016714186490735262 CPUtime=0.05 cores=1,3,5,7
/proc/7934/task/7949/stat : 7949 (java) R 7932 7932 7881 0 -1 4202560 354 0 0 0 5 0 0 0 20 0 15 0 445717205 15512608768 12978 33554432000 4194304 4196468 140724580836176 140558080583760 140559096395712 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16244736 140724580840431 140724580840602 140724580840602 140724580843471 0
[pid=7934/tid=7950] ppid=7932 vsize=15149032 memory=-9062862659931694204 CPUtime=0.12 cores=1,3,5,7
/proc/7934/task/7950/stat : 7950 (java) S 7932 7932 7881 0 -1 1077944384 956 0 0 0 12 0 0 0 20 0 15 0 445717205 15512608768 12978 33554432000 4194304 4196468 140724580836176 140558079531376 140559119145602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16244736 140724580840431 140724580840602 140724580840602 140724580843471 0
[pid=7934/tid=7951] ppid=7932 vsize=15149032 memory=3047711566422646390 CPUtime=0 cores=1,3,5,7
/proc/7934/task/7951/stat : 7951 (java) S 7932 7932 7881 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445717205 15512608768 12978 33554432000 4194304 4196468 140724580836176 140558078478816 140559119144661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16244736 140724580840431 140724580840602 140724580840602 140724580843471 0
[pid=7934/tid=7954] ppid=7932 vsize=15149032 memory=-8412656567168561567 CPUtime=0 cores=1,3,5,7
/proc/7934/task/7954/stat : 7954 (java) S 7932 7932 7881 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445717205 15512608768 12978 33554432000 4194304 4196468 140724580836176 140558077426608 140559119145602 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16244736 140724580840431 140724580840602 140724580840602 140724580843471 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 53076 KiB

[startup+0.700757 s]
/proc/loadavg: 0.67 0.66 0.81 5/230 7973
/proc/meminfo: memFree=30999540/32770624 swapFree=66988552/67108860
[pid=7932] ppid=7929 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/7932/stat : 7932 (xcsp3-exec) S 7929 7932 7881 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 445717199 115843072 362 33554432000 4194304 5098028 140734653497872 140734653495976 140686621164156 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8613888 140734653502331 140734653502573 140734653502573 140734653505482 0
/proc/7932/statm: 28282 362 304 221 0 87 0
[pid=7934] ppid=7932 vsize=15417412 memory=91624 CPUtime=1.56 cores=1,3,5,7
/proc/7934/stat : 7934 (java) S 7932 7932 7881 0 -1 1077944320 15110 0 0 0 151 5 0 0 20 0 19 0 445717199 15787429888 22906 33554432000 4194304 4196468 140724580836176 140724580818720 140559119134455 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 16244736 140724580840431 140724580840602 140724580840602 140724580843471 0
/proc/7934/statm: 3854353 22906 3454 1 0 3815453 0
[pid=7934/tid=7935] ppid=7932 vsize=15417412 memory=0 CPUtime=0.61 cores=1,3,5,7
/proc/7934/task/7935/stat : 7935 (java) S 7932 7932 7881 0 -1 1077944384 8747 0 0 0 58 3 0 0 20 0 19 0 445717200 15787429888 22906 33554432000 4194304 4196468 140724580836176 140559123375232 140559119144661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16244736 140724580840431 140724580840602 140724580840602 140724580843471 0
[pid=7934/tid=7936] ppid=7932 vsize=15417412 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7934/task/7936/stat : 7936 (java) S 7932 7932 7881 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 445717200 15787429888 22906 33554432000 4194304 4196468 140724580836176 140559047174544 140559119144661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16244736 140724580840431 140724580840602 140724580840602 140724580843471 0
[pid=7934/tid=7937] ppid=7932 vsize=15417412 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7934/task/7937/stat : 7937 (java) S 7932 7932 7881 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 445717200 15787429888 22906 33554432000 4194304 4196468 140724580836176 140558710728976 140559119144661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16244736 140724580840431 140724580840602 140724580840602 140724580843471 0
[pid=7934/tid=7938] ppid=7932 vsize=15417412 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7934/task/7938/stat : 7938 (java) S 7932 7932 7881 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 445717200 15787429888 22906 33554432000 4194304 4196468 140724580836176 140558709676688 140559119144661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16244736 140724580840431 140724580840602 140724580840602 140724580843471 0
[pid=7934/tid=7939] ppid=7932 vsize=15417412 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7934/task/7939/stat : 7939 (java) S 7932 7932 7881 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 445717201 15787429888 22906 33554432000 4194304 4196468 140724580836176 140558708623888 140559119144661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16244736 140724580840431 140724580840602 140724580840602 140724580843471 0
[pid=7934/tid=7940] ppid=7932 vsize=15417412 memory=4028 CPUtime=0 cores=1,3,5,7
/proc/7934/task/7940/stat : 7940 (java) S 7932 7932 7881 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 19 0 445717202 15787429888 22906 33554432000 4194304 4196468 140724580836176 140558085847664 140559119145602 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16244736 140724580840431 140724580840602 140724580840602 140724580843471 0
[pid=7934/tid=7941] ppid=7932 vsize=15417412 memory=2832 CPUtime=0 cores=1,3,5,7
/proc/7934/task/7941/stat : 7941 (java) S 7932 7932 7881 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 445717202 15787429888 22906 33554432000 4194304 4196468 140724580836176 140558084793632 140559119144661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16244736 140724580840431 140724580840602 140724580840602 140724580843471 0
[pid=7934/tid=7942] ppid=7932 vsize=15417412 memory=1540 CPUtime=0 cores=1,3,5,7
/proc/7934/task/7942/stat : 7942 (java) S 7932 7932 7881 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 445717203 15787429888 22906 33554432000 4194304 4196468 140724580836176 140558083741296 140559119144661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16244736 140724580840431 140724580840602 140724580840602 140724580843471 0
[pid=7934/tid=7947] ppid=7932 vsize=15417412 memory=1696 CPUtime=0 cores=1,3,5,7
/proc/7934/task/7947/stat : 7947 (java) S 7932 7932 7881 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445717205 15787429888 22906 33554432000 4194304 4196468 140724580836176 140558082689616 140559119153051 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16244736 140724580840431 140724580840602 140724580840602 140724580843471 0
[pid=7934/tid=7948] ppid=7932 vsize=15417412 memory=6032 CPUtime=0.19 cores=1,3,5,7
/proc/7934/task/7948/stat : 7948 (java) R 7932 7932 7881 0 -1 1077944384 1222 0 0 0 19 0 0 0 20 0 19 0 445717205 15787429888 22906 33554432000 4194304 4196468 140724580836176 140558081636592 140559119144661 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16244736 140724580840431 140724580840602 140724580840602 140724580843471 0
[pid=7934/tid=7949] ppid=7932 vsize=15417412 memory=772 CPUtime=0.22 cores=1,3,5,7
/proc/7934/task/7949/stat : 7949 (java) R 7932 7932 7881 0 -1 4202560 1070 0 0 0 22 0 0 0 20 0 19 0 445717205 15787429888 22906 33554432000 4194304 4196468 140724580836176 140558080570512 140559097026432 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16244736 140724580840431 140724580840602 140724580840602 140724580843471 0
[pid=7934/tid=7950] ppid=7932 vsize=15417412 memory=952 CPUtime=0.39 cores=1,3,5,7
/proc/7934/task/7950/stat : 7950 (java) R 7932 7932 7881 0 -1 4202560 2095 0 0 0 39 0 0 0 20 0 19 0 445717205 15787429888 22906 33554432000 4194304 4196468 140724580836176 140558079529048 140559097939480 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16244736 140724580840431 140724580840602 140724580840602 140724580843471 0
[pid=7934/tid=7951] ppid=7932 vsize=15417412 memory=14008 CPUtime=0 cores=1,3,5,7
/proc/7934/task/7951/stat : 7951 (java) S 7932 7932 7881 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445717205 15787429888 22906 33554432000 4194304 4196468 140724580836176 140558078478816 140559119144661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16244736 140724580840431 140724580840602 140724580840602 140724580843471 0
[pid=7934/tid=7954] ppid=7932 vsize=15417412 memory=20996 CPUtime=0 cores=1,3,5,7
/proc/7934/task/7954/stat : 7954 (java) S 7932 7932 7881 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 445717205 15787429888 22906 33554432000 4194304 4196468 140724580836176 140558077426608 140559119145602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16244736 140724580840431 140724580840602 140724580840602 140724580843471 0
Current children cumulated CPU time: 1.56 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 93072 KiB

[startup+1.50247 s]
/proc/loadavg: 0.67 0.66 0.81 13/238 8001
/proc/meminfo: memFree=30853188/32770624 swapFree=66988552/67108860
[pid=7932] ppid=7929 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/7932/stat : 7932 (xcsp3-exec) S 7929 7932 7881 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 445717199 115843072 362 33554432000 4194304 5098028 140734653497872 140734653495976 140686621164156 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8613888 140734653502331 140734653502573 140734653502573 140734653505482 0
/proc/7932/statm: 28282 362 304 221 0 87 0

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

/proc/7934/task/7954/stat : 7954 (java) S 7932 7932 7881 0 -1 1077944384 491 0 0 0 0 0 0 0 20 0 19 0 445717205 15790579712 56503 33554432000 4194304 4196468 140724580836176 140558077426608 140559119145602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16244736 140724580840431 140724580840602 140724580840602 140724580843471 0
[pid=7934/tid=8054] ppid=7932 vsize=15420488 memory=1412 CPUtime=30.83 cores=1,3,5,7
/proc/7934/task/8054/stat : 8054 (java) R 7932 7932 7881 0 -1 4202560 299 0 0 0 3083 0 0 0 20 0 19 0 445718560 15790579712 56503 33554432000 4194304 4196468 140724580836176 140558068206216 140558734101059 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16244736 140724580840431 140724580840602 140724580840602 140724580843471 0
[pid=7934/tid=8055] ppid=7932 vsize=15420488 memory=1448 CPUtime=30.88 cores=1,3,5,7
/proc/7934/task/8055/stat : 8055 (java) R 7932 7932 7881 0 -1 4202560 1104 0 0 0 3088 0 0 0 20 0 19 0 445718560 15790579712 56503 33554432000 4194304 4196468 140724580836176 140558066102184 140559111955316 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16244736 140724580840431 140724580840602 140724580840602 140724580843471 0
[pid=7934/tid=8056] ppid=7932 vsize=15420488 memory=225936 CPUtime=30.94 cores=1,3,5,7
/proc/7934/task/8056/stat : 8056 (java) R 7932 7932 7881 0 -1 4202560 1405 0 0 0 3094 0 0 0 20 0 19 0 445718560 15790579712 56503 33554432000 4194304 4196468 140724580836176 140558067154848 140558731545100 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16244736 140724580840431 140724580840602 140724580840602 140724580843471 0
[pid=7934/tid=8057] ppid=7932 vsize=15420488 memory=1688 CPUtime=31.06 cores=1,3,5,7
/proc/7934/task/8057/stat : 8057 (java) R 7932 7932 7881 0 -1 4202560 683 0 0 0 3106 0 0 0 20 0 19 0 445718560 15790579712 56503 33554432000 4194304 4196468 140724580836176 140558063995656 140558733496466 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16244736 140724580840431 140724580840602 140724580840602 140724580843471 0
Current children cumulated CPU time: 176.97 s
Current children cumulated vsize: 15533616 KiB
Current children cumulated memory: 227460 KiB

[startup+46.4009 s]
/proc/loadavg: 4.83 1.77 1.17 9/238 8068
/proc/meminfo: memFree=30664332/32770624 swapFree=66988556/67108860
[pid=7932] ppid=7929 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/7932/stat : 7932 (xcsp3-exec) S 7929 7932 7881 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 445717199 115843072 362 33554432000 4194304 5098028 140734653497872 140734653495976 140686621164156 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8613888 140734653502331 140734653502573 140734653502573 140734653505482 0
/proc/7932/statm: 28282 362 304 221 0 87 0
[pid=7934] ppid=7932 vsize=15420488 memory=226012 CPUtime=183.34 cores=1,3,5,7
/proc/7934/stat : 7934 (java) S 7932 7932 7881 0 -1 1077944320 65352 0 0 0 18318 16 0 0 20 0 19 0 445717199 15790579712 56503 33554432000 4194304 4196468 140724580836176 140724580818720 140559119134455 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 16244736 140724580840431 140724580840602 140724580840602 140724580843471 0
/proc/7934/statm: 3855122 56503 3519 1 0 3816222 0
[pid=7934/tid=7935] ppid=7932 vsize=15420488 memory=8112282956445269571 CPUtime=0.62 cores=1,3,5,7
/proc/7934/task/7935/stat : 7935 (java) S 7932 7932 7881 0 -1 1077944384 8931 0 0 0 59 3 0 0 20 0 19 0 445717200 15790579712 56503 33554432000 4194304 4196468 140724580836176 140559123375232 140559119144661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16244736 140724580840431 140724580840602 140724580840602 140724580843471 0
[pid=7934/tid=7936] ppid=7932 vsize=15420488 memory=38644 CPUtime=0.01 cores=1,3,5,7
/proc/7934/task/7936/stat : 7936 (java) S 7932 7932 7881 0 -1 1077944384 270 0 0 0 1 0 0 0 20 0 19 0 445717200 15790579712 56503 33554432000 4194304 4196468 140724580836176 140559047174544 140559119144661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16244736 140724580840431 140724580840602 140724580840602 140724580843471 0
[pid=7934/tid=7937] ppid=7932 vsize=15420488 memory=984 CPUtime=0.01 cores=1,3,5,7
/proc/7934/task/7937/stat : 7937 (java) S 7932 7932 7881 0 -1 1077944384 2041 0 0 0 1 0 0 0 20 0 19 0 445717200 15790579712 56503 33554432000 4194304 4196468 140724580836176 140558710728976 140559119144661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16244736 140724580840431 140724580840602 140724580840602 140724580843471 0
[pid=7934/tid=7938] ppid=7932 vsize=15420488 memory=2004 CPUtime=0.01 cores=1,3,5,7
/proc/7934/task/7938/stat : 7938 (java) S 7932 7932 7881 0 -1 1077944384 857 0 0 0 1 0 0 0 20 0 19 0 445717200 15790579712 56503 33554432000 4194304 4196468 140724580836176 140558709676688 140559119144661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16244736 140724580840431 140724580840602 140724580840602 140724580843471 0
[pid=7934/tid=7939] ppid=7932 vsize=15420488 memory=1448 CPUtime=0.01 cores=1,3,5,7
/proc/7934/task/7939/stat : 7939 (java) S 7932 7932 7881 0 -1 1077944384 862 0 0 0 1 0 0 0 20 0 19 0 445717201 15790579712 56503 33554432000 4194304 4196468 140724580836176 140558708623888 140559119144661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16244736 140724580840431 140724580840602 140724580840602 140724580843471 0
[pid=7934/tid=7940] ppid=7932 vsize=15420488 memory=8112282956445269571 CPUtime=0.02 cores=1,3,5,7
/proc/7934/task/7940/stat : 7940 (java) S 7932 7932 7881 0 -1 1077944384 777 0 0 0 1 1 0 0 20 0 19 0 445717202 15790579712 56503 33554432000 4194304 4196468 140724580836176 140558085847664 140559119145602 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16244736 140724580840431 140724580840602 140724580840602 140724580843471 0
[pid=7934/tid=7941] ppid=7932 vsize=15420488 memory=8259761640684150880 CPUtime=0 cores=1,3,5,7
/proc/7934/task/7941/stat : 7941 (java) S 7932 7932 7881 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 19 0 445717202 15790579712 56503 33554432000 4194304 4196468 140724580836176 140558084793696 140559119144661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16244736 140724580840431 140724580840602 140724580840602 140724580843471 0
[pid=7934/tid=7942] ppid=7932 vsize=15420488 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/7934/task/7942/stat : 7942 (java) S 7932 7932 7881 0 -1 1077944384 92 0 0 0 0 0 0 0 20 0 19 0 445717203 15790579712 56503 33554432000 4194304 4196468 140724580836176 140558083741312 140559119144661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16244736 140724580840431 140724580840602 140724580840602 140724580843471 0
[pid=7934/tid=7947] ppid=7932 vsize=15420488 memory=226012 CPUtime=0 cores=1,3,5,7
/proc/7934/task/7947/stat : 7947 (java) S 7932 7932 7881 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445717205 15790579712 56503 33554432000 4194304 4196468 140724580836176 140558082689616 140559119153051 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16244736 140724580840431 140724580840602 140724580840602 140724580843471 0
[pid=7934/tid=7948] ppid=7932 vsize=15420488 memory=496 CPUtime=3.79 cores=1,3,5,7
/proc/7934/task/7948/stat : 7948 (java) S 7932 7932 7881 0 -1 1077944384 18790 0 0 0 378 1 0 0 20 0 19 0 445717205 15790579712 56503 33554432000 4194304 4196468 140724580836176 140558081636464 140559119145602 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16244736 140724580840431 140724580840602 140724580840602 140724580843471 0
[pid=7934/tid=7949] ppid=7932 vsize=15420488 memory=1564 CPUtime=3.66 cores=1,3,5,7
/proc/7934/task/7949/stat : 7949 (java) S 7932 7932 7881 0 -1 1077944384 15855 0 0 0 364 2 0 0 20 0 19 0 445717205 15790579712 56503 33554432000 4194304 4196468 140724580836176 140558080583664 140559119145602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16244736 140724580840431 140724580840602 140724580840602 140724580843471 0
[pid=7934/tid=7950] ppid=7932 vsize=15420488 memory=928 CPUtime=0.75 cores=1,3,5,7
/proc/7934/task/7950/stat : 7950 (java) S 7932 7932 7881 0 -1 1077944384 7284 0 0 0 74 1 0 0 20 0 19 0 445717205 15790579712 56503 33554432000 4194304 4196468 140724580836176 140558079531376 140559119145602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16244736 140724580840431 140724580840602 140724580840602 140724580843471 0
[pid=7934/tid=7951] ppid=7932 vsize=15420488 memory=1688 CPUtime=0 cores=1,3,5,7
/proc/7934/task/7951/stat : 7951 (java) S 7932 7932 7881 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445717205 15790579712 56503 33554432000 4194304 4196468 140724580836176 140558078478816 140559119144661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16244736 140724580840431 140724580840602 140724580840602 140724580843471 0
[pid=7934/tid=7954] ppid=7932 vsize=15420488 memory=1984 CPUtime=0 cores=1,3,5,7
/proc/7934/task/7954/stat : 7954 (java) S 7932 7932 7881 0 -1 1077944384 493 0 0 0 0 0 0 0 20 0 19 0 445717205 15790579712 56503 33554432000 4194304 4196468 140724580836176 140558077426608 140559119145602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16244736 140724580840431 140724580840602 140724580840602 140724580843471 0
[pid=7934/tid=8054] ppid=7932 vsize=15420488 memory=2004 CPUtime=32.41 cores=1,3,5,7
/proc/7934/task/8054/stat : 8054 (java) R 7932 7932 7881 0 -1 4202560 300 0 0 0 3241 0 0 0 20 0 19 0 445718560 15790579712 56503 33554432000 4194304 4196468 140724580836176 140558068206664 140558734003566 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16244736 140724580840431 140724580840602 140724580840602 140724580843471 0
[pid=7934/tid=8055] ppid=7932 vsize=15420488 memory=1212 CPUtime=32.48 cores=1,3,5,7
/proc/7934/task/8055/stat : 8055 (java) R 7932 7932 7881 0 -1 4202560 1122 0 0 0 3248 0 0 0 20 0 19 0 445718560 15790579712 56503 33554432000 4194304 4196468 140724580836176 140558066102840 140558733152829 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16244736 140724580840431 140724580840602 140724580840602 140724580843471 0
[pid=7934/tid=8056] ppid=7932 vsize=15420488 memory=1060 CPUtime=32.52 cores=1,3,5,7
/proc/7934/task/8056/stat : 8056 (java) R 7932 7932 7881 0 -1 4202560 1410 0 0 0 3252 0 0 0 20 0 19 0 445718560 15790579712 56503 33554432000 4194304 4196468 140724580836176 140558067154936 140558733712580 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16244736 140724580840431 140724580840602 140724580840602 140724580843471 0
[pid=7934/tid=8057] ppid=7932 vsize=15420488 memory=740 CPUtime=32.66 cores=1,3,5,7
/proc/7934/task/8057/stat : 8057 (java) R 7932 7932 7881 0 -1 4202560 685 0 0 0 3266 0 0 0 20 0 19 0 445718560 15790579712 56503 33554432000 4194304 4196468 140724580836176 140558063995888 140558733712303 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16244736 140724580840431 140724580840602 140724580840602 140724580843471 0
Current children cumulated CPU time: 183.34 s
Current children cumulated vsize: 15533616 KiB
Current children cumulated memory: 227460 KiB

[startup+46.8009 s]
/proc/loadavg: 4.83 1.77 1.17 9/238 8068
/proc/meminfo: memFree=30664332/32770624 swapFree=66988556/67108860
[pid=7932] ppid=7929 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/7932/stat : 7932 (xcsp3-exec) S 7929 7932 7881 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 445717199 115843072 362 33554432000 4194304 5098028 140734653497872 140734653495976 140686621164156 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8613888 140734653502331 140734653502573 140734653502573 140734653505482 0
/proc/7932/statm: 28282 362 304 221 0 87 0
[pid=7934] ppid=7932 vsize=15420488 memory=226012 CPUtime=184.94 cores=1,3,5,7
/proc/7934/stat : 7934 (java) S 7932 7932 7881 0 -1 1077944320 65356 0 0 0 18478 16 0 0 20 0 19 0 445717199 15790579712 56503 33554432000 4194304 4196468 140724580836176 140724580818720 140559119134455 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 16244736 140724580840431 140724580840602 140724580840602 140724580843471 0
/proc/7934/statm: 3855122 56503 3519 1 0 3816222 0
[pid=7934/tid=7935] ppid=7932 vsize=15420488 memory=6032 CPUtime=0.62 cores=1,3,5,7
/proc/7934/task/7935/stat : 7935 (java) S 7932 7932 7881 0 -1 1077944384 8931 0 0 0 59 3 0 0 20 0 19 0 445717200 15790579712 56503 33554432000 4194304 4196468 140724580836176 140559123375232 140559119144661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16244736 140724580840431 140724580840602 140724580840602 140724580843471 0
[pid=7934/tid=7936] ppid=7932 vsize=15420488 memory=772 CPUtime=0.01 cores=1,3,5,7
/proc/7934/task/7936/stat : 7936 (java) S 7932 7932 7881 0 -1 1077944384 270 0 0 0 1 0 0 0 20 0 19 0 445717200 15790579712 56503 33554432000 4194304 4196468 140724580836176 140559047174544 140559119144661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16244736 140724580840431 140724580840602 140724580840602 140724580843471 0
[pid=7934/tid=7937] ppid=7932 vsize=15420488 memory=952 CPUtime=0.01 cores=1,3,5,7
/proc/7934/task/7937/stat : 7937 (java) S 7932 7932 7881 0 -1 1077944384 2041 0 0 0 1 0 0 0 20 0 19 0 445717200 15790579712 56503 33554432000 4194304 4196468 140724580836176 140558710728976 140559119144661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16244736 140724580840431 140724580840602 140724580840602 140724580843471 0
[pid=7934/tid=7938] ppid=7932 vsize=15420488 memory=14008 CPUtime=0.01 cores=1,3,5,7
/proc/7934/task/7938/stat : 7938 (java) S 7932 7932 7881 0 -1 1077944384 857 0 0 0 1 0 0 0 20 0 19 0 445717200 15790579712 56503 33554432000 4194304 4196468 140724580836176 140558709676688 140559119144661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16244736 140724580840431 140724580840602 140724580840602 140724580843471 0
[pid=7934/tid=7939] ppid=7932 vsize=15420488 memory=20996 CPUtime=0.01 cores=1,3,5,7
/proc/7934/task/7939/stat : 7939 (java) S 7932 7932 7881 0 -1 1077944384 862 0 0 0 1 0 0 0 20 0 19 0 445717201 15790579712 56503 33554432000 4194304 4196468 140724580836176 140558708623888 140559119144661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16244736 140724580840431 140724580840602 140724580840602 140724580843471 0
[pid=7934/tid=7940] ppid=7932 vsize=15420488 memory=2116 CPUtime=0.02 cores=1,3,5,7
/proc/7934/task/7940/stat : 7940 (java) S 7932 7932 7881 0 -1 1077944384 777 0 0 0 1 1 0 0 20 0 19 0 445717202 15790579712 56503 33554432000 4194304 4196468 140724580836176 140558085847664 140559119145602 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16244736 140724580840431 140724580840602 140724580840602 140724580843471 0
[pid=7934/tid=7941] ppid=7932 vsize=15420488 memory=12028 CPUtime=0 cores=1,3,5,7
/proc/7934/task/7941/stat : 7941 (java) S 7932 7932 7881 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 19 0 445717202 15790579712 56503 33554432000 4194304 4196468 140724580836176 140558084793696 140559119144661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16244736 140724580840431 140724580840602 140724580840602 140724580843471 0
[pid=7934/tid=7942] ppid=7932 vsize=15420488 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/7934/task/7942/stat : 7942 (java) S 7932 7932 7881 0 -1 1077944384 92 0 0 0 0 0 0 0 20 0 19 0 445717203 15790579712 56503 33554432000 4194304 4196468 140724580836176 140558083741312 140559119144661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16244736 140724580840431 140724580840602 140724580840602 140724580843471 0
[pid=7934/tid=7947] ppid=7932 vsize=15420488 memory=226012 CPUtime=0 cores=1,3,5,7
/proc/7934/task/7947/stat : 7947 (java) S 7932 7932 7881 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445717205 15790579712 56503 33554432000 4194304 4196468 140724580836176 140558082689616 140559119153051 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16244736 140724580840431 140724580840602 140724580840602 140724580843471 0
[pid=7934/tid=7948] ppid=7932 vsize=15420488 memory=1808 CPUtime=3.79 cores=1,3,5,7
/proc/7934/task/7948/stat : 7948 (java) S 7932 7932 7881 0 -1 1077944384 18790 0 0 0 378 1 0 0 20 0 19 0 445717205 15790579712 56503 33554432000 4194304 4196468 140724580836176 140558081636464 140559119145602 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16244736 140724580840431 140724580840602 140724580840602 140724580843471 0
[pid=7934/tid=7949] ppid=7932 vsize=15420488 memory=924 CPUtime=3.66 cores=1,3,5,7
/proc/7934/task/7949/stat : 7949 (java) S 7932 7932 7881 0 -1 1077944384 15855 0 0 0 364 2 0 0 20 0 19 0 445717205 15790579712 56503 33554432000 4194304 4196468 140724580836176 140558080583664 140559119145602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16244736 140724580840431 140724580840602 140724580840602 140724580843471 0
[pid=7934/tid=7950] ppid=7932 vsize=15420488 memory=3804 CPUtime=0.75 cores=1,3,5,7
/proc/7934/task/7950/stat : 7950 (java) S 7932 7932 7881 0 -1 1077944384 7284 0 0 0 74 1 0 0 20 0 19 0 445717205 15790579712 56503 33554432000 4194304 4196468 140724580836176 140558079531376 140559119145602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16244736 140724580840431 140724580840602 140724580840602 140724580843471 0
[pid=7934/tid=7951] ppid=7932 vsize=15420488 memory=2304 CPUtime=0 cores=1,3,5,7
/proc/7934/task/7951/stat : 7951 (java) S 7932 7932 7881 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445717205 15790579712 56503 33554432000 4194304 4196468 140724580836176 140558078478816 140559119144661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16244736 140724580840431 140724580840602 140724580840602 140724580843471 0
[pid=7934/tid=7954] ppid=7932 vsize=15420488 memory=2304 CPUtime=0 cores=1,3,5,7
/proc/7934/task/7954/stat : 7954 (java) S 7932 7932 7881 0 -1 1077944384 493 0 0 0 0 0 0 0 20 0 19 0 445717205 15790579712 56503 33554432000 4194304 4196468 140724580836176 140558077426608 140559119145602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16244736 140724580840431 140724580840602 140724580840602 140724580843471 0
[pid=7934/tid=8054] ppid=7932 vsize=15420488 memory=1412 CPUtime=32.81 cores=1,3,5,7
/proc/7934/task/8054/stat : 8054 (java) R 7932 7932 7881 0 -1 4202560 301 0 0 0 3281 0 0 0 20 0 19 0 445718560 15790579712 56503 33554432000 4194304 4196468 140724580836176 140558068206664 140558733713817 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16244736 140724580840431 140724580840602 140724580840602 140724580843471 0
[pid=7934/tid=8055] ppid=7932 vsize=15420488 memory=2992 CPUtime=32.88 cores=1,3,5,7
/proc/7934/task/8055/stat : 8055 (java) R 7932 7932 7881 0 -1 4202560 1124 0 0 0 3288 0 0 0 20 0 19 0 445718560 15790579712 56503 33554432000 4194304 4196468 140724580836176 140558066102840 140558736130192 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16244736 140724580840431 140724580840602 140724580840602 140724580843471 0
[pid=7934/tid=8056] ppid=7932 vsize=15420488 memory=1448 CPUtime=32.91 cores=1,3,5,7
/proc/7934/task/8056/stat : 8056 (java) R 7932 7932 7881 0 -1 4202560 1410 0 0 0 3291 0 0 0 20 0 19 0 445718560 15790579712 56503 33554432000 4194304 4196468 140724580836176 140558067154936 140558732740689 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16244736 140724580840431 140724580840602 140724580840602 140724580843471 0
[pid=7934/tid=8057] ppid=7932 vsize=15420488 memory=496 CPUtime=33.06 cores=1,3,5,7
/proc/7934/task/8057/stat : 8057 (java) R 7932 7932 7881 0 -1 4202560 686 0 0 0 3306 0 0 0 20 0 19 0 445718560 15790579712 56503 33554432000 4194304 4196468 140724580836176 140558063995888 140558731367517 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16244736 140724580840431 140724580840602 140724580840602 140724580843471 0
Current children cumulated CPU time: 184.94 s
Current children cumulated vsize: 15533616 KiB
Current children cumulated memory: 227460 KiB

[startup+47.0009 s]*
/proc/loadavg: 4.83 1.77 1.17 9/238 8068
/proc/meminfo: memFree=30664444/32770624 swapFree=66988556/67108860
[pid=7932] ppid=7929 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/7932/stat : 7932 (xcsp3-exec) S 7929 7932 7881 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 445717199 115843072 362 33554432000 4194304 5098028 140734653497872 140734653495976 140686621164156 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8613888 140734653502331 140734653502573 140734653502573 140734653505482 0
/proc/7932/statm: 28282 362 304 221 0 87 0
[pid=7934] ppid=7932 vsize=15420488 memory=226040 CPUtime=185.76 cores=1,3,5,7
/proc/7934/stat : 7934 (java) S 7932 7932 7881 0 -1 1077944320 66664 0 0 0 18560 16 0 0 20 0 19 0 445717199 15790579712 56510 33554432000 4194304 4196468 140724580836176 140724580818720 140559119134455 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 16244736 140724580840431 140724580840602 140724580840602 140724580843471 0
/proc/7934/statm: 3855122 56510 3521 1 0 3816222 0
[pid=7934/tid=7935] ppid=7932 vsize=15420488 memory=1398722017469774279 CPUtime=0.62 cores=1,3,5,7
/proc/7934/task/7935/stat : 7935 (java) S 7932 7932 7881 0 -1 1077944384 8931 0 0 0 59 3 0 0 20 0 19 0 445717200 15790579712 56510 33554432000 4194304 4196468 140724580836176 140559123375232 140559119144661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16244736 140724580840431 140724580840602 140724580840602 140724580843471 0
[pid=7934/tid=7936] ppid=7932 vsize=15420488 memory=4126316290023845779 CPUtime=0.01 cores=1,3,5,7
/proc/7934/task/7936/stat : 7936 (java) S 7932 7932 7881 0 -1 1077944384 270 0 0 0 1 0 0 0 20 0 19 0 445717200 15790579712 56510 33554432000 4194304 4196468 140724580836176 140559047174544 140559119144661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16244736 140724580840431 140724580840602 140724580840602 140724580843471 0
[pid=7934/tid=7937] ppid=7932 vsize=15420488 memory=2244 CPUtime=0.01 cores=1,3,5,7
/proc/7934/task/7937/stat : 7937 (java) S 7932 7932 7881 0 -1 1077944384 2041 0 0 0 1 0 0 0 20 0 19 0 445717200 15790579712 56510 33554432000 4194304 4196468 140724580836176 140558710728976 140559119144661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16244736 140724580840431 140724580840602 140724580840602 140724580843471 0
[pid=7934/tid=7938] ppid=7932 vsize=15420488 memory=8386028099870078513 CPUtime=0.01 cores=1,3,5,7
/proc/7934/task/7938/stat : 7938 (java) S 7932 7932 7881 0 -1 1077944384 857 0 0 0 1 0 0 0 20 0 19 0 445717200 15790579712 56510 33554432000 4194304 4196468 140724580836176 140558709676688 140559119144661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16244736 140724580840431 140724580840602 140724580840602 140724580843471 0
[pid=7934/tid=7939] ppid=7932 vsize=15420488 memory=8389687274634425138 CPUtime=0.01 cores=1,3,5,7
/proc/7934/task/7939/stat : 7939 (java) S 7932 7932 7881 0 -1 1077944384 862 0 0 0 1 0 0 0 20 0 19 0 445717201 15790579712 56510 33554432000 4194304 4196468 140724580836176 140558708623888 140559119144661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16244736 140724580840431 140724580840602 140724580840602 140724580843471 0
[pid=7934/tid=7940] ppid=7932 vsize=15420488 memory=7093353693264675622 CPUtime=0.02 cores=1,3,5,7
/proc/7934/task/7940/stat : 7940 (java) S 7932 7932 7881 0 -1 1077944384 777 0 0 0 1 1 0 0 20 0 19 0 445717202 15790579712 56510 33554432000 4194304 4196468 140724580836176 140558085847664 140559119145602 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16244736 140724580840431 140724580840602 140724580840602 140724580843471 0
[pid=7934/tid=7941] ppid=7932 vsize=15420488 memory=7449279377427280946 CPUtime=0 cores=1,3,5,7
/proc/7934/task/7941/stat : 7941 (java) S 7932 7932 7881 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 19 0 445717202 15790579712 56510 33554432000 4194304 4196468 140724580836176 140558084793696 140559119144661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16244736 140724580840431 140724580840602 140724580840602 140724580843471 0
[pid=7934/tid=7942] ppid=7932 vsize=15420488 memory=7597616690120373815 CPUtime=0 cores=1,3,5,7
/proc/7934/task/7942/stat : 7942 (java) S 7932 7932 7881 0 -1 1077944384 92 0 0 0 0 0 0 0 20 0 19 0 445717203 15790579712 56510 33554432000 4194304 4196468 140724580836176 140558083741312 140559119144661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16244736 140724580840431 140724580840602 140724580840602 140724580843471 0
[pid=7934/tid=7947] ppid=7932 vsize=15420488 memory=-3932298189487615271 CPUtime=0 cores=1,3,5,7
/proc/7934/task/7947/stat : 7947 (java) S 7932 7932 7881 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445717205 15790579712 56510 33554432000 4194304 4196468 140724580836176 140558082689616 140559119153051 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16244736 140724580840431 140724580840602 140724580840602 140724580843471 0
[pid=7934/tid=7948] ppid=7932 vsize=15420488 memory=6944652177228980320 CPUtime=3.83 cores=1,3,5,7
/proc/7934/task/7948/stat : 7948 (java) S 7932 7932 7881 0 -1 1077944384 20092 0 0 0 382 1 0 0 20 0 19 0 445717205 15790579712 56510 33554432000 4194304 4196468 140724580836176 140558081636464 140559119145602 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16244736 140724580840431 140724580840602 140724580840602 140724580843471 0
[pid=7934/tid=7949] ppid=7932 vsize=15420488 memory=0 CPUtime=3.66 cores=1,3,5,7
/proc/7934/task/7949/stat : 7949 (java) S 7932 7932 7881 0 -1 1077944384 15855 0 0 0 364 2 0 0 20 0 19 0 445717205 15790579712 56510 33554432000 4194304 4196468 140724580836176 140558080583664 140559119145602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16244736 140724580840431 140724580840602 140724580840602 140724580843471 0
[pid=7934/tid=7950] ppid=7932 vsize=15420488 memory=0 CPUtime=0.75 cores=1,3,5,7
/proc/7934/task/7950/stat : 7950 (java) S 7932 7932 7881 0 -1 1077944384 7284 0 0 0 74 1 0 0 20 0 19 0 445717205 15790579712 56510 33554432000 4194304 4196468 140724580836176 140558079531376 140559119145602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16244736 140724580840431 140724580840602 140724580840602 140724580843471 0
[pid=7934/tid=7951] ppid=7932 vsize=15420488 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7934/task/7951/stat : 7951 (java) S 7932 7932 7881 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445717205 15790579712 56510 33554432000 4194304 4196468 140724580836176 140558078478816 140559119144661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16244736 140724580840431 140724580840602 140724580840602 140724580843471 0
[pid=7934/tid=7954] ppid=7932 vsize=15420488 memory=6438155977927 CPUtime=0 cores=1,3,5,7
/proc/7934/task/7954/stat : 7954 (java) S 7932 7932 7881 0 -1 1077944384 493 0 0 0 0 0 0 0 20 0 19 0 445717205 15790579712 56510 33554432000 4194304 4196468 140724580836176 140558077426608 140559119145602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16244736 140724580840431 140724580840602 140724580840602 140724580843471 0
[pid=7934/tid=8054] ppid=7932 vsize=15420488 memory=288230583166042425 CPUtime=33.02 cores=1,3,5,7
/proc/7934/task/8054/stat : 8054 (java) R 7932 7932 7881 0 -1 4202560 302 0 0 0 3302 0 0 0 20 0 19 0 445718560 15790579712 56510 33554432000 4194304 4196468 140724580836176 140558068206664 140558733711563 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16244736 140724580840431 140724580840602 140724580840602 140724580843471 0
[pid=7934/tid=8055] ppid=7932 vsize=15420488 memory=16104775267649398 CPUtime=33.07 cores=1,3,5,7
/proc/7934/task/8055/stat : 8055 (java) R 7932 7932 7881 0 -1 4202560 1125 0 0 0 3307 0 0 0 20 0 19 0 445718560 15790579712 56510 33554432000 4194304 4196468 140724580836176 140558066102840 140558733492939 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16244736 140724580840431 140724580840602 140724580840602 140724580843471 0
[pid=7934/tid=8056] ppid=7932 vsize=15420488 memory=0 CPUtime=33.11 cores=1,3,5,7
/proc/7934/task/8056/stat : 8056 (java) R 7932 7932 7881 0 -1 4202560 1410 0 0 0 3311 0 0 0 20 0 19 0 445718560 15790579712 56510 33554432000 4194304 4196468 140724580836176 140558067154936 140558733492462 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16244736 140724580840431 140724580840602 140724580840602 140724580843471 0
[pid=7934/tid=8057] ppid=7932 vsize=15420488 memory=0 CPUtime=33.25 cores=1,3,5,7
/proc/7934/task/8057/stat : 8057 (java) R 7932 7932 7881 0 -1 4202560 690 0 0 0 3325 0 0 0 20 0 19 0 445718560 15790579712 56510 33554432000 4194304 4196468 140724580836176 140558063996456 140558733489064 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16244736 140724580840431 140724580840602 140724580840602 140724580843471 0
Current children cumulated CPU time: 185.76 s
Current children cumulated vsize: 15533616 KiB
Current children cumulated memory: 227488 KiB

Child status: 0
Real time (s): 47.0368
CPU time (s): 185.851
CPU user time (s): 185.681
CPU system time (s): 0.169807
CPU usage (%): 395.118
Max. virtual memory (cumulated for all children) (KiB): 15535544
Max. memory (cumulated for all children) (KiB): 227488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 185.681
system time used= 0.169807
maximum resident set size= 226040
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67709
page faults= 0
swaps= 0
block input operations= 0
block output operations= 152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4924
involuntary context switches= 4875


# summary of solver processes directly reported to runsolver:
#   pid: 7932
#   total CPU time (s): 185.851
#   total CPU user time (s): 185.681
#   total CPU system time (s): 0.169807

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.284925 second user time and 0.559674 second system time

The end

Launcher Data

Begin job on node126 at 2019-09-17 06:27:36
IDJOB=4400496
IDBENCH=129976
IDSOLVER=2856
FILE ID=node126/4400496-1568694494
RUNJOBID= node126-1568694456-7913
PBS_JOBID= 21703806
Free space on /tmp= 55708 MiB

SOLVER NAME= choco-solver 2019-09-16
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j30/Rcpsp-j30-29-07.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-4400496-1568694494/watcher-4400496-1568694494 -o /tmp/evaluation-result-4400496-1568694494/solver-4400496-1568694494 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node126-1568694456-7913 --watchdog 2560  xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 12000 -tdir HOME -seed 580036291 HOME/instance-4400496-1568694494.xml

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

MD5SUM BENCH= 883cdd2c39820682d54c3bab8557ea17
RANDOM SEED=580036291

node126.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.45
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.56
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.45
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.56
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.45
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.56
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.45
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31103796 kB
MemAvailable:   31892488 kB
Buffers:           63736 kB
Cached:           994080 kB
SwapCached:         8188 kB
Active:           623684 kB
Inactive:         447268 kB
Active(anon):      23532 kB
Inactive(anon):    23496 kB
Active(file):     600152 kB
Inactive(file):   423772 kB
Unevictable:      107744 kB
Mlocked:          107744 kB
SwapTotal:      67108860 kB
SwapFree:       66988552 kB
Dirty:             48444 kB
Writeback:             0 kB
AnonPages:        113640 kB
Mapped:            42716 kB
Shmem:             24920 kB
Slab:             190380 kB
SReclaimable:     161208 kB
SUnreclaim:        29172 kB
KernelStack:        3296 kB
PageTables:         6060 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     511260 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 55656 MiB
End job on node126 at 2019-09-17 06:28:23