Trace number 4393337

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-06-14OPT98 169.35 42.9019

General information on the benchmark

NameRcpsp/Rcpsp-m1-j30/
Rcpsp-j30-29-05.xml
MD5SUM28da73d1db83f7f431b4b8f6a2cf23fc
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark98
Best CPU time to get the best result obtained on this benchmark169.35
Satisfiable
(Un)Satisfiability was proved
Number of variables32
Number of constraints62
Number of domains2
Minimum domain size1
Maximum domain size188
Distribution of domain sizes[{"size":1,"count":1},{"size":188,"count":31}]
Minimum variable degree3
Maximum variable degree9
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":1},{"degree":6,"count":3},{"degree":7,"count":7},{"degree":8,"count":17},{"degree":9,"count":3}]
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-4393337-1568320035.xml"  -tl '2520s' -p 4
0.13/0.17	c Choco e747e1e
0.13/0.18	c [HOME/instance-4393337-1568320035.xml, -tl, 2520s, -p, 4]
0.13/0.22	c 4 solvers in parallel
0.34/0.28	c parse instance...
1.32/0.63	c solve instance...
1.61/0.73	o 117 
1.61/0.74	o 115 
1.61/0.79	o 114 
2.33/0.97	o 112 
2.76/1.03	o 111 
4.30/1.40	o 110 
4.71/1.53	o 109 
6.27/1.96	o 108 
11.85/3.39	o 107 
13.82/3.81	o 106 
17.76/4.84	o 104 
18.15/4.96	o 103 
26.92/7.19	o 102 
33.63/8.87	o 101 
64.68/16.63	o 100 
67.44/17.38	o 99 
86.60/22.15	o 98 
168.97/42.89	s OPTIMUM FOUND
168.97/42.89	v <instantiation>
168.97/42.89	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>
168.97/42.89	v 	<values>0 54 0 3 5 2 12 23 15 38 54 25 45 35 19 57 77 35 63 29 74 45 92 64 85 87 72 82 92 90 94 98 </values>
168.97/42.89	v </instantiation>

Verifier Data

OK	98

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4393337-1568320035/watcher-4393337-1568320035 -o /tmp/evaluation-result-4393337-1568320035/solver-4393337-1568320035 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node121-1568312479-6785 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1105419878 HOME/instance-4393337-1568320035.xml 

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

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


[startup+0.101112 s]*
/proc/loadavg: 8.31 8.34 8.22 6/233 16738
/proc/meminfo: memFree=31462684/32770624 swapFree=66979536/67108860
[pid=16722] ppid=16719 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/16722/stat : 16722 (xcsp3-exec) S 16719 16722 6753 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 408266236 115843072 363 33554432000 4194304 5098028 140725233907360 140725233905464 140070988845692 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 22540288 140725233914746 140725233914989 140725233914989 140725233917898 0
/proc/16722/statm: 28282 363 304 221 0 87 0
[pid=16724] ppid=16722 vsize=15144768 memory=28940 CPUtime=0.13 cores=1,3,5,7
/proc/16724/stat : 16724 (java) S 16722 16722 6753 0 -1 1077944320 5710 0 0 0 12 1 0 0 20 0 15 0 408266236 15508242432 7235 33554432000 4194304 4196468 140727550929424 140727550911968 140313756061431 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 34930688 140727550931951 140727550932122 140727550932122 140727550934991 0
/proc/16724/statm: 3786192 7235 3152 1 0 3748377 0
[pid=16724/tid=16725] ppid=16722 vsize=15144768 memory=7100839878644302962 CPUtime=0.09 cores=1,3,5,7
/proc/16724/task/16725/stat : 16725 (java) R 16722 16722 6753 0 -1 4202560 3578 0 0 0 9 0 0 0 20 0 15 0 408266236 15508242432 7235 33554432000 4194304 4196468 140727550929424 140313760296656 140313377211514 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34930688 140727550931951 140727550932122 140727550932122 140727550934991 0
[pid=16724/tid=16726] ppid=16722 vsize=15144768 memory=-3689349214911541841 CPUtime=0 cores=1,3,5,7
/proc/16724/task/16726/stat : 16726 (java) S 16722 16722 6753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408266237 15508242432 7235 33554432000 4194304 4196468 140727550929424 140313708681872 140313756071637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34930688 140727550931951 140727550932122 140727550932122 140727550934991 0
[pid=16724/tid=16727] ppid=16722 vsize=15144768 memory=140697065162368 CPUtime=0 cores=1,3,5,7
/proc/16724/task/16727/stat : 16727 (java) S 16722 16722 6753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408266237 15508242432 7235 33554432000 4194304 4196468 140727550929424 140313707629072 140313756071637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34930688 140727550931951 140727550932122 140727550932122 140727550934991 0
[pid=16724/tid=16728] ppid=16722 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16724/task/16728/stat : 16728 (java) S 16722 16722 6753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408266237 15508242432 7235 33554432000 4194304 4196468 140727550929424 140313706576272 140313756071637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34930688 140727550931951 140727550932122 140727550932122 140727550934991 0
[pid=16724/tid=16729] ppid=16722 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16724/task/16729/stat : 16729 (java) S 16722 16722 6753 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 408266237 15508242432 7235 33554432000 4194304 4196468 140727550929424 140313705523472 140313756071637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34930688 140727550931951 140727550932122 140727550932122 140727550934991 0
[pid=16724/tid=16730] ppid=16722 vsize=15144768 memory=140697065162368 CPUtime=0 cores=1,3,5,7
/proc/16724/task/16730/stat : 16730 (java) S 16722 16722 6753 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 408266238 15508242432 7235 33554432000 4194304 4196468 140727550929424 140313224006512 140313756072578 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34930688 140727550931951 140727550932122 140727550932122 140727550934991 0
[pid=16724/tid=16731] ppid=16722 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16724/task/16731/stat : 16731 (java) S 16722 16722 6753 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 408266239 15508242432 7235 33554432000 4194304 4196468 140727550929424 140313222952480 140313756071637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34930688 140727550931951 140727550932122 140727550932122 140727550934991 0
[pid=16724/tid=16732] ppid=16722 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16724/task/16732/stat : 16732 (java) S 16722 16722 6753 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 408266239 15508242432 7235 33554432000 4194304 4196468 140727550929424 140313221899632 140313756071637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34930688 140727550931951 140727550932122 140727550932122 140727550934991 0
[pid=16724/tid=16733] ppid=16722 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16724/task/16733/stat : 16733 (java) S 16722 16722 6753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408266241 15508242432 7235 33554432000 4194304 4196468 140727550929424 140313220847952 140313756080027 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34930688 140727550931951 140727550932122 140727550932122 140727550934991 0
[pid=16724/tid=16734] ppid=16722 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16724/task/16734/stat : 16734 (java) R 16722 16722 6753 0 -1 1077944384 415 0 0 0 0 0 0 0 20 0 15 0 408266241 15508242432 7235 33554432000 4194304 4196468 140727550929424 140313219795312 140313756072578 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34930688 140727550931951 140727550932122 140727550932122 140727550934991 0
[pid=16724/tid=16735] ppid=16722 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16724/task/16735/stat : 16735 (java) R 16722 16722 6753 0 -1 4202560 46 0 0 0 0 0 0 0 20 0 15 0 408266241 15508242432 7235 33554432000 4194304 4196468 140727550929424 140313218742512 140313749046473 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34930688 140727550931951 140727550932122 140727550932122 140727550934991 0
[pid=16724/tid=16736] ppid=16722 vsize=15144768 memory=140697065162368 CPUtime=0.02 cores=1,3,5,7
/proc/16724/task/16736/stat : 16736 (java) R 16722 16722 6753 0 -1 4202560 369 0 0 0 2 0 0 0 20 0 15 0 408266241 15508242432 7235 33554432000 4194304 4196468 140727550929424 140313217689712 140313740141918 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34930688 140727550931951 140727550932122 140727550932122 140727550934991 0
[pid=16724/tid=16737] ppid=16722 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16724/task/16737/stat : 16737 (java) S 16722 16722 6753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408266241 15508242432 7235 33554432000 4194304 4196468 140727550929424 140313216637152 140313756071637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34930688 140727550931951 140727550932122 140727550932122 140727550934991 0
[pid=16724/tid=16738] ppid=16722 vsize=15144768 memory=140697065162368 CPUtime=0 cores=1,3,5,7
/proc/16724/task/16738/stat : 16738 (java) R 16722 16722 6753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408266242 15508242432 7235 33554432000 4194304 4196468 140727550929424 140313215585456 140313756072578 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34930688 140727550931951 140727550932122 140727550932122 140727550934991 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 30392 KiB

[startup+0.210715 s]*
/proc/loadavg: 8.31 8.34 8.22 7/233 16738
/proc/meminfo: memFree=31449192/32770624 swapFree=66979536/67108860
[pid=16722] ppid=16719 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/16722/stat : 16722 (xcsp3-exec) S 16719 16722 6753 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 408266236 115843072 363 33554432000 4194304 5098028 140725233907360 140725233905464 140070988845692 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 22540288 140725233914746 140725233914989 140725233914989 140725233917898 0
/proc/16722/statm: 28282 363 304 221 0 87 0
[pid=16724] ppid=16722 vsize=15144768 memory=40892 CPUtime=0.34 cores=1,3,5,7
/proc/16724/stat : 16724 (java) S 16722 16722 6753 0 -1 1077944320 9459 0 0 0 31 3 0 0 20 0 15 0 408266236 15508242432 10223 33554432000 4194304 4196468 140727550929424 140727550911968 140313756061431 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 34930688 140727550931951 140727550932122 140727550932122 140727550934991 0
/proc/16724/statm: 3786192 10223 3302 1 0 3748377 0
[pid=16724/tid=16725] ppid=16722 vsize=15144768 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/16724/task/16725/stat : 16725 (java) R 16722 16722 6753 0 -1 4202560 6618 0 0 0 18 2 0 0 20 0 15 0 408266236 15508242432 10223 33554432000 4194304 4196468 140727550929424 140313760299744 140313756073366 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34930688 140727550931951 140727550932122 140727550932122 140727550934991 0
[pid=16724/tid=16726] ppid=16722 vsize=15144768 memory=2995868 CPUtime=0 cores=1,3,5,7
/proc/16724/task/16726/stat : 16726 (java) S 16722 16722 6753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408266237 15508242432 10223 33554432000 4194304 4196468 140727550929424 140313708681872 140313756071637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34930688 140727550931951 140727550932122 140727550932122 140727550934991 0
[pid=16724/tid=16727] ppid=16722 vsize=15144768 memory=140697065178994 CPUtime=0 cores=1,3,5,7
/proc/16724/task/16727/stat : 16727 (java) S 16722 16722 6753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408266237 15508242432 10223 33554432000 4194304 4196468 140727550929424 140313707629072 140313756071637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34930688 140727550931951 140727550932122 140727550932122 140727550934991 0
[pid=16724/tid=16728] ppid=16722 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16724/task/16728/stat : 16728 (java) S 16722 16722 6753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408266237 15508242432 10223 33554432000 4194304 4196468 140727550929424 140313706576272 140313756071637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34930688 140727550931951 140727550932122 140727550932122 140727550934991 0
[pid=16724/tid=16729] ppid=16722 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16724/task/16729/stat : 16729 (java) S 16722 16722 6753 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 408266237 15508242432 10223 33554432000 4194304 4196468 140727550929424 140313705523472 140313756071637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34930688 140727550931951 140727550932122 140727550932122 140727550934991 0
[pid=16724/tid=16730] ppid=16722 vsize=15144768 memory=140697065162368 CPUtime=0 cores=1,3,5,7
/proc/16724/task/16730/stat : 16730 (java) S 16722 16722 6753 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 408266238 15508242432 10223 33554432000 4194304 4196468 140727550929424 140313224006512 140313756072578 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34930688 140727550931951 140727550932122 140727550932122 140727550934991 0
[pid=16724/tid=16731] ppid=16722 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16724/task/16731/stat : 16731 (java) S 16722 16722 6753 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 408266239 15508242432 10223 33554432000 4194304 4196468 140727550929424 140313222952480 140313756071637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34930688 140727550931951 140727550932122 140727550932122 140727550934991 0
[pid=16724/tid=16732] ppid=16722 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16724/task/16732/stat : 16732 (java) S 16722 16722 6753 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 408266239 15508242432 10223 33554432000 4194304 4196468 140727550929424 140313221899632 140313756071637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34930688 140727550931951 140727550932122 140727550932122 140727550934991 0
[pid=16724/tid=16733] ppid=16722 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16724/task/16733/stat : 16733 (java) S 16722 16722 6753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408266241 15508242432 10223 33554432000 4194304 4196468 140727550929424 140313220847952 140313756080027 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34930688 140727550931951 140727550932122 140727550932122 140727550934991 0
[pid=16724/tid=16734] ppid=16722 vsize=15144768 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/16724/task/16734/stat : 16734 (java) S 16722 16722 6753 0 -1 1077944384 585 0 0 0 1 0 0 0 20 0 15 0 408266241 15508242432 10223 33554432000 4194304 4196468 140727550929424 140313219795312 140313756072578 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34930688 140727550931951 140727550932122 140727550932122 140727550934991 0
[pid=16724/tid=16735] ppid=16722 vsize=15144768 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/16724/task/16735/stat : 16735 (java) S 16722 16722 6753 0 -1 1077944384 159 0 0 0 3 0 0 0 20 0 15 0 408266241 15508242432 10223 33554432000 4194304 4196468 140727550929424 140313218742512 140313756072578 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34930688 140727550931951 140727550932122 140727550932122 140727550934991 0
[pid=16724/tid=16736] ppid=16722 vsize=15144768 memory=140697065162368 CPUtime=0.08 cores=1,3,5,7
/proc/16724/task/16736/stat : 16736 (java) R 16722 16722 6753 0 -1 4202560 794 0 0 0 8 0 0 0 20 0 15 0 408266241 15508242432 10223 33554432000 4194304 4196468 140727550929424 140313217689712 140313740709907 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34930688 140727550931951 140727550932122 140727550932122 140727550934991 0
[pid=16724/tid=16737] ppid=16722 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16724/task/16737/stat : 16737 (java) S 16722 16722 6753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408266241 15508242432 10223 33554432000 4194304 4196468 140727550929424 140313216637152 140313756071637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34930688 140727550931951 140727550932122 140727550932122 140727550934991 0
[pid=16724/tid=16738] ppid=16722 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16724/task/16738/stat : 16738 (java) S 16722 16722 6753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408266242 15508242432 10223 33554432000 4194304 4196468 140727550929424 140313215585456 140313756072578 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34930688 140727550931951 140727550932122 140727550932122 140727550934991 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 42344 KiB

[startup+0.310492 s]*
/proc/loadavg: 8.31 8.34 8.22 8/233 16738
/proc/meminfo: memFree=31441424/32770624 swapFree=66979536/67108860
[pid=16722] ppid=16719 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/16722/stat : 16722 (xcsp3-exec) S 16719 16722 6753 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 408266236 115843072 363 33554432000 4194304 5098028 140725233907360 140725233905464 140070988845692 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 22540288 140725233914746 140725233914989 140725233914989 140725233917898 0
/proc/16722/statm: 28282 363 304 221 0 87 0
[pid=16724] ppid=16722 vsize=15149024 memory=50188 CPUtime=0.53 cores=1,3,5,7
/proc/16724/stat : 16724 (java) S 16722 16722 6753 0 -1 1077944320 10915 0 0 0 49 4 0 0 20 0 15 0 408266236 15512600576 12547 33554432000 4194304 4196468 140727550929424 140727550911968 140313756061431 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 34930688 140727550931951 140727550932122 140727550932122 140727550934991 0
/proc/16724/statm: 3787256 12547 3352 1 0 3748377 0
[pid=16724/tid=16725] ppid=16722 vsize=15149024 memory=7883960649037381690 CPUtime=0.3 cores=1,3,5,7
/proc/16724/task/16725/stat : 16725 (java) R 16722 16722 6753 0 -1 4202560 7833 0 0 0 27 3 0 0 20 0 15 0 408266236 15512600576 12547 33554432000 4194304 4196468 140727550929424 140313760292544 140313756083357 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34930688 140727550931951 140727550932122 140727550932122 140727550934991 0
[pid=16724/tid=16726] ppid=16722 vsize=15149024 memory=2996209 CPUtime=0 cores=1,3,5,7
/proc/16724/task/16726/stat : 16726 (java) S 16722 16722 6753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408266237 15512600576 12547 33554432000 4194304 4196468 140727550929424 140313708681872 140313756071637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34930688 140727550931951 140727550932122 140727550932122 140727550934991 0
[pid=16724/tid=16727] ppid=16722 vsize=15149024 memory=3161056 CPUtime=0 cores=1,3,5,7
/proc/16724/task/16727/stat : 16727 (java) S 16722 16722 6753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408266237 15512600576 12547 33554432000 4194304 4196468 140727550929424 140313707629072 140313756071637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34930688 140727550931951 140727550932122 140727550932122 140727550934991 0
[pid=16724/tid=16728] ppid=16722 vsize=15149024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16724/task/16728/stat : 16728 (java) S 16722 16722 6753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408266237 15512600576 12547 33554432000 4194304 4196468 140727550929424 140313706576272 140313756071637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34930688 140727550931951 140727550932122 140727550932122 140727550934991 0
[pid=16724/tid=16729] ppid=16722 vsize=15149024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16724/task/16729/stat : 16729 (java) S 16722 16722 6753 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 408266237 15512600576 12547 33554432000 4194304 4196468 140727550929424 140313705523472 140313756071637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34930688 140727550931951 140727550932122 140727550932122 140727550934991 0
[pid=16724/tid=16730] ppid=16722 vsize=15149024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16724/task/16730/stat : 16730 (java) S 16722 16722 6753 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 408266238 15512600576 12547 33554432000 4194304 4196468 140727550929424 140313224006512 140313756072578 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34930688 140727550931951 140727550932122 140727550932122 140727550934991 0
[pid=16724/tid=16731] ppid=16722 vsize=15149024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16724/task/16731/stat : 16731 (java) S 16722 16722 6753 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 408266239 15512600576 12547 33554432000 4194304 4196468 140727550929424 140313222952480 140313756071637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34930688 140727550931951 140727550932122 140727550932122 140727550934991 0
[pid=16724/tid=16732] ppid=16722 vsize=15149024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16724/task/16732/stat : 16732 (java) S 16722 16722 6753 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 408266239 15512600576 12547 33554432000 4194304 4196468 140727550929424 140313221899632 140313756071637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34930688 140727550931951 140727550932122 140727550932122 140727550934991 0
[pid=16724/tid=16733] ppid=16722 vsize=15149024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16724/task/16733/stat : 16733 (java) S 16722 16722 6753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408266241 15512600576 12547 33554432000 4194304 4196468 140727550929424 140313220847952 140313756080027 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34930688 140727550931951 140727550932122 140727550932122 140727550934991 0
[pid=16724/tid=16734] ppid=16722 vsize=15149024 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/16724/task/16734/stat : 16734 (java) S 16722 16722 6753 0 -1 1077944384 717 0 0 0 4 0 0 0 20 0 15 0 408266241 15512600576 12547 33554432000 4194304 4196468 140727550929424 140313219795312 140313756072578 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34930688 140727550931951 140727550932122 140727550932122 140727550934991 0
[pid=16724/tid=16735] ppid=16722 vsize=15149024 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/16724/task/16735/stat : 16735 (java) S 16722 16722 6753 0 -1 1077944384 179 0 0 0 4 0 0 0 20 0 15 0 408266241 15512600576 12547 33554432000 4194304 4196468 140727550929424 140313218742512 140313756072578 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34930688 140727550931951 140727550932122 140727550932122 140727550934991 0
[pid=16724/tid=16736] ppid=16722 vsize=15149024 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/16724/task/16736/stat : 16736 (java) S 16722 16722 6753 0 -1 1077944384 883 0 0 0 12 0 0 0 20 0 15 0 408266241 15512600576 12547 33554432000 4194304 4196468 140727550929424 140313217689712 140313756072578 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34930688 140727550931951 140727550932122 140727550932122 140727550934991 0
[pid=16724/tid=16737] ppid=16722 vsize=15149024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16724/task/16737/stat : 16737 (java) S 16722 16722 6753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408266241 15512600576 12547 33554432000 4194304 4196468 140727550929424 140313216637152 140313756071637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34930688 140727550931951 140727550932122 140727550932122 140727550934991 0
[pid=16724/tid=16738] ppid=16722 vsize=15149024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16724/task/16738/stat : 16738 (java) S 16722 16722 6753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408266242 15512600576 12547 33554432000 4194304 4196468 140727550929424 140313215585456 140313756072578 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34930688 140727550931951 140727550932122 140727550932122 140727550934991 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262152 KiB
Current children cumulated memory: 51640 KiB

[startup+0.708617 s]
/proc/loadavg: 8.31 8.34 8.22 6/233 16738
/proc/meminfo: memFree=31425228/32770624 swapFree=66979536/67108860
[pid=16722] ppid=16719 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/16722/stat : 16722 (xcsp3-exec) S 16719 16722 6753 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 408266236 115843072 363 33554432000 4194304 5098028 140725233907360 140725233905464 140070988845692 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 22540288 140725233914746 140725233914989 140725233914989 140725233917898 0
/proc/16722/statm: 28282 363 304 221 0 87 0
[pid=16724] ppid=16722 vsize=15417404 memory=94248 CPUtime=1.61 cores=1,3,5,7
/proc/16724/stat : 16724 (java) S 16722 16722 6753 0 -1 1077944320 16872 0 0 0 154 7 0 0 20 0 19 0 408266236 15787421696 23562 33554432000 4194304 4196468 140727550929424 140727550911968 140313756061431 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 34930688 140727550931951 140727550932122 140727550932122 140727550934991 0
/proc/16724/statm: 3854351 23562 3461 1 0 3815453 0
[pid=16724/tid=16725] ppid=16722 vsize=15417404 memory=1789122315521 CPUtime=0.61 cores=1,3,5,7
/proc/16724/task/16725/stat : 16725 (java) S 16722 16722 6753 0 -1 1077944384 9327 0 0 0 57 4 0 0 20 0 19 0 408266236 15787421696 23562 33554432000 4194304 4196468 140727550929424 140313760302208 140313756071637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34930688 140727550931951 140727550932122 140727550932122 140727550934991 0
[pid=16724/tid=16726] ppid=16722 vsize=15417404 memory=512 CPUtime=0 cores=1,3,5,7
/proc/16724/task/16726/stat : 16726 (java) S 16722 16722 6753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 408266237 15787421696 23562 33554432000 4194304 4196468 140727550929424 140313708681872 140313756071637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34930688 140727550931951 140727550932122 140727550932122 140727550934991 0
[pid=16724/tid=16727] ppid=16722 vsize=15417404 memory=1564 CPUtime=0 cores=1,3,5,7
/proc/16724/task/16727/stat : 16727 (java) S 16722 16722 6753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 408266237 15787421696 23562 33554432000 4194304 4196468 140727550929424 140313707629072 140313756071637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34930688 140727550931951 140727550932122 140727550932122 140727550934991 0
[pid=16724/tid=16728] ppid=16722 vsize=15417404 memory=928 CPUtime=0 cores=1,3,5,7
/proc/16724/task/16728/stat : 16728 (java) S 16722 16722 6753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 408266237 15787421696 23562 33554432000 4194304 4196468 140727550929424 140313706576272 140313756071637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34930688 140727550931951 140727550932122 140727550932122 140727550934991 0
[pid=16724/tid=16729] ppid=16722 vsize=15417404 memory=3772 CPUtime=0 cores=1,3,5,7
/proc/16724/task/16729/stat : 16729 (java) S 16722 16722 6753 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 408266237 15787421696 23562 33554432000 4194304 4196468 140727550929424 140313705523472 140313756071637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34930688 140727550931951 140727550932122 140727550932122 140727550934991 0
[pid=16724/tid=16730] ppid=16722 vsize=15417404 memory=1440 CPUtime=0 cores=1,3,5,7
/proc/16724/task/16730/stat : 16730 (java) S 16722 16722 6753 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 19 0 408266238 15787421696 23562 33554432000 4194304 4196468 140727550929424 140313224006512 140313756072578 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34930688 140727550931951 140727550932122 140727550932122 140727550934991 0
[pid=16724/tid=16731] ppid=16722 vsize=15417404 memory=920 CPUtime=0 cores=1,3,5,7
/proc/16724/task/16731/stat : 16731 (java) S 16722 16722 6753 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 408266239 15787421696 23562 33554432000 4194304 4196468 140727550929424 140313222952480 140313756071637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34930688 140727550931951 140727550932122 140727550932122 140727550934991 0
[pid=16724/tid=16732] ppid=16722 vsize=15417404 memory=1984 CPUtime=0 cores=1,3,5,7
/proc/16724/task/16732/stat : 16732 (java) S 16722 16722 6753 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 408266239 15787421696 23562 33554432000 4194304 4196468 140727550929424 140313221899632 140313756071637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34930688 140727550931951 140727550932122 140727550932122 140727550934991 0
[pid=16724/tid=16733] ppid=16722 vsize=15417404 memory=2404 CPUtime=0 cores=1,3,5,7
/proc/16724/task/16733/stat : 16733 (java) S 16722 16722 6753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 408266241 15787421696 23562 33554432000 4194304 4196468 140727550929424 140313220847952 140313756080027 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34930688 140727550931951 140727550932122 140727550932122 140727550934991 0
[pid=16724/tid=16734] ppid=16722 vsize=15417404 memory=1764 CPUtime=0.2 cores=1,3,5,7
/proc/16724/task/16734/stat : 16734 (java) R 16722 16722 6753 0 -1 4202560 2111 0 0 0 20 0 0 0 20 0 19 0 408266241 15787421696 23562 33554432000 4194304 4196468 140727550929424 140313219774184 140313735238854 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34930688 140727550931951 140727550932122 140727550932122 140727550934991 0
[pid=16724/tid=16735] ppid=16722 vsize=15417404 memory=111632 CPUtime=0.25 cores=1,3,5,7
/proc/16724/task/16735/stat : 16735 (java) R 16722 16722 6753 0 -1 4202560 1269 0 0 0 25 0 0 0 20 0 19 0 408266241 15787421696 23562 33554432000 4194304 4196468 140727550929424 140313218728952 140313735280078 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34930688 140727550931951 140727550932122 140727550932122 140727550934991 0
[pid=16724/tid=16736] ppid=16722 vsize=15417404 memory=804 CPUtime=0.4 cores=1,3,5,7
/proc/16724/task/16736/stat : 16736 (java) R 16722 16722 6753 0 -1 4202560 2216 0 0 0 40 0 0 0 20 0 19 0 408266241 15787421696 23562 33554432000 4194304 4196468 140727550929424 140313217686080 140313734563801 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34930688 140727550931951 140727550932122 140727550932122 140727550934991 0
[pid=16724/tid=16737] ppid=16722 vsize=15417404 memory=1808 CPUtime=0 cores=1,3,5,7
/proc/16724/task/16737/stat : 16737 (java) S 16722 16722 6753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 408266241 15787421696 23562 33554432000 4194304 4196468 140727550929424 140313216637152 140313756071637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34930688 140727550931951 140727550932122 140727550932122 140727550934991 0
[pid=16724/tid=16738] ppid=16722 vsize=15417404 memory=924 CPUtime=0 cores=1,3,5,7
/proc/16724/task/16738/stat : 16738 (java) S 16722 16722 6753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 408266242 15787421696 23562 33554432000 4194304 4196468 140727550929424 140313215585456 140313756072578 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34930688 140727550931951 140727550932122 140727550932122 140727550934991 0
Current children cumulated CPU time: 1.61 s
Current children cumulated vsize: 15530532 KiB
Current children cumulated memory: 95700 KiB

[startup+1.50962 s]
/proc/loadavg: 8.31 8.34 8.22 11/237 16758
/proc/meminfo: memFree=31340340/32770624 swapFree=66979536/67108860
[pid=16722] ppid=16719 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/16722/stat : 16722 (xcsp3-exec) S 16719 16722 6753 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 408266236 115843072 363 33554432000 4194304 5098028 140725233907360 140725233905464 140070988845692 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 22540288 140725233914746 140725233914989 140725233914989 140725233917898 0
/proc/16722/statm: 28282 363 304 221 0 87 0

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

Current children cumulated vsize: 15665708 KiB
Current children cumulated memory: 238856 KiB

[startup+41.6016 s]
/proc/loadavg: 8.92 8.51 8.28 9/238 16813
/proc/meminfo: memFree=31202536/32770624 swapFree=66979536/67108860
[pid=16722] ppid=16719 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/16722/stat : 16722 (xcsp3-exec) S 16719 16722 6753 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 408266236 115843072 363 33554432000 4194304 5098028 140725233907360 140725233905464 140070988845692 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 22540288 140725233914746 140725233914989 140725233914989 140725233917898 0
/proc/16722/statm: 28282 363 304 221 0 87 0
[pid=16724] ppid=16722 vsize=15552580 memory=237404 CPUtime=164.18 cores=1,3,5,7
/proc/16724/stat : 16724 (java) S 16722 16722 6753 0 -1 1077944320 63560 0 0 0 16403 15 0 0 20 0 19 0 408266236 15925841920 59351 33554432000 4194304 4196468 140727550929424 140727550911968 140313756061431 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 34930688 140727550931951 140727550932122 140727550932122 140727550934991 0
/proc/16724/statm: 3888145 59351 3529 1 0 3849247 0
[pid=16724/tid=16725] ppid=16722 vsize=15552580 memory=1452 CPUtime=0.62 cores=1,3,5,7
/proc/16724/task/16725/stat : 16725 (java) S 16722 16722 6753 0 -1 1077944384 10095 0 0 0 58 4 0 0 20 0 19 0 408266236 15925841920 59351 33554432000 4194304 4196468 140727550929424 140313760302208 140313756071637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34930688 140727550931951 140727550932122 140727550932122 140727550934991 0
[pid=16724/tid=16726] ppid=16722 vsize=15552580 memory=237404 CPUtime=0.01 cores=1,3,5,7
/proc/16724/task/16726/stat : 16726 (java) S 16722 16722 6753 0 -1 1077944384 1549 0 0 0 1 0 0 0 20 0 19 0 408266237 15925841920 59351 33554432000 4194304 4196468 140727550929424 140313708681872 140313756071637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34930688 140727550931951 140727550932122 140727550932122 140727550934991 0
[pid=16724/tid=16727] ppid=16722 vsize=15552580 memory=314 CPUtime=0.01 cores=1,3,5,7
/proc/16724/task/16727/stat : 16727 (java) S 16722 16722 6753 0 -1 1077944384 460 0 0 0 1 0 0 0 20 0 19 0 408266237 15925841920 59351 33554432000 4194304 4196468 140727550929424 140313707629072 140313756071637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34930688 140727550931951 140727550932122 140727550932122 140727550934991 0
[pid=16724/tid=16728] ppid=16722 vsize=15552580 memory=6791534058613427641 CPUtime=0.01 cores=1,3,5,7
/proc/16724/task/16728/stat : 16728 (java) S 16722 16722 6753 0 -1 1077944384 707 0 0 0 1 0 0 0 20 0 19 0 408266237 15925841920 59351 33554432000 4194304 4196468 140727550929424 140313706576272 140313756071637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34930688 140727550931951 140727550932122 140727550932122 140727550934991 0
[pid=16724/tid=16729] ppid=16722 vsize=15552580 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/16724/task/16729/stat : 16729 (java) S 16722 16722 6753 0 -1 1077944384 1879 0 0 0 0 0 0 0 20 0 19 0 408266237 15925841920 59351 33554432000 4194304 4196468 140727550929424 140313705523472 140313756071637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34930688 140727550931951 140727550932122 140727550932122 140727550934991 0
[pid=16724/tid=16730] ppid=16722 vsize=15552580 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/16724/task/16730/stat : 16730 (java) S 16722 16722 6753 0 -1 1077944384 1260 0 0 0 0 0 0 0 20 0 19 0 408266238 15925841920 59351 33554432000 4194304 4196468 140727550929424 140313224006512 140313756072578 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34930688 140727550931951 140727550932122 140727550932122 140727550934991 0
[pid=16724/tid=16731] ppid=16722 vsize=15552580 memory=237396 CPUtime=0 cores=1,3,5,7
/proc/16724/task/16731/stat : 16731 (java) S 16722 16722 6753 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 19 0 408266239 15925841920 59351 33554432000 4194304 4196468 140727550929424 140313222952544 140313756071637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34930688 140727550931951 140727550932122 140727550932122 140727550934991 0
[pid=16724/tid=16732] ppid=16722 vsize=15552580 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16724/task/16732/stat : 16732 (java) S 16722 16722 6753 0 -1 1077944384 102 0 0 0 0 0 0 0 20 0 19 0 408266239 15925841920 59351 33554432000 4194304 4196468 140727550929424 140313221899648 140313756071637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34930688 140727550931951 140727550932122 140727550932122 140727550934991 0
[pid=16724/tid=16733] ppid=16722 vsize=15552580 memory=212514981839611 CPUtime=0 cores=1,3,5,7
/proc/16724/task/16733/stat : 16733 (java) S 16722 16722 6753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 408266241 15925841920 59351 33554432000 4194304 4196468 140727550929424 140313220847952 140313756080027 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34930688 140727550931951 140727550932122 140727550932122 140727550934991 0
[pid=16724/tid=16734] ppid=16722 vsize=15552580 memory=212514981839612 CPUtime=3.01 cores=1,3,5,7
/proc/16724/task/16734/stat : 16734 (java) S 16722 16722 6753 0 -1 1077944384 17184 0 0 0 299 2 0 0 20 0 19 0 408266241 15925841920 59351 33554432000 4194304 4196468 140727550929424 140313219795312 140313756072578 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34930688 140727550931951 140727550932122 140727550932122 140727550934991 0
[pid=16724/tid=16735] ppid=16722 vsize=15552580 memory=212514981839613 CPUtime=3.16 cores=1,3,5,7
/proc/16724/task/16735/stat : 16735 (java) S 16722 16722 6753 0 -1 1077944384 11817 0 0 0 314 2 0 0 20 0 19 0 408266241 15925841920 59351 33554432000 4194304 4196468 140727550929424 140313218742512 140313756072578 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34930688 140727550931951 140727550932122 140727550932122 140727550934991 0
[pid=16724/tid=16736] ppid=16722 vsize=15552580 memory=3032 CPUtime=0.65 cores=1,3,5,7
/proc/16724/task/16736/stat : 16736 (java) S 16722 16722 6753 0 -1 1077944384 8665 0 0 0 64 1 0 0 20 0 19 0 408266241 15925841920 59351 33554432000 4194304 4196468 140727550929424 140313217689712 140313756072578 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34930688 140727550931951 140727550932122 140727550932122 140727550934991 0
[pid=16724/tid=16737] ppid=16722 vsize=15552580 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/16724/task/16737/stat : 16737 (java) S 16722 16722 6753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 408266241 15925841920 59351 33554432000 4194304 4196468 140727550929424 140313216637152 140313756071637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34930688 140727550931951 140727550932122 140727550932122 140727550934991 0
[pid=16724/tid=16738] ppid=16722 vsize=15552580 memory=237404 CPUtime=0 cores=1,3,5,7
/proc/16724/task/16738/stat : 16738 (java) S 16722 16722 6753 0 -1 1077944384 597 0 0 0 0 0 0 0 20 0 19 0 408266242 15925841920 59351 33554432000 4194304 4196468 140727550929424 140313215585456 140313756072578 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34930688 140727550931951 140727550932122 140727550932122 140727550934991 0
[pid=16724/tid=16808] ppid=16722 vsize=15552580 memory=1628 CPUtime=19.37 cores=1,3,5,7
/proc/16724/task/16808/stat : 16808 (java) R 16722 16722 6753 0 -1 4202560 313 0 0 0 1937 0 0 0 20 0 19 0 408268451 15925841920 59351 33554432000 4194304 4196468 140727550929424 140313199249944 140313383567078 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 34930688 140727550931951 140727550932122 140727550932122 140727550934991 0
[pid=16724/tid=16809] ppid=16722 vsize=15552580 memory=6791534058613427641 CPUtime=19.35 cores=1,3,5,7
/proc/16724/task/16809/stat : 16809 (java) R 16722 16722 6753 0 -1 4202560 1093 0 0 0 1935 0 0 0 20 0 19 0 408268451 15925841920 59351 33554432000 4194304 4196468 140727550929424 140313206611808 140313381468894 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34930688 140727550931951 140727550932122 140727550932122 140727550934991 0
[pid=16724/tid=16810] ppid=16722 vsize=15552580 memory=1452 CPUtime=19.34 cores=1,3,5,7
/proc/16724/task/16810/stat : 16810 (java) R 16722 16722 6753 0 -1 4202560 132 0 0 0 1934 0 0 0 20 0 19 0 408268451 15925841920 59351 33554432000 4194304 4196468 140727550929424 140313204506792 140313382859267 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34930688 140727550931951 140727550932122 140727550932122 140727550934991 0
[pid=16724/tid=16811] ppid=16722 vsize=15552580 memory=237292 CPUtime=19.27 cores=1,3,5,7
/proc/16724/task/16811/stat : 16811 (java) R 16722 16722 6753 0 -1 4202560 417 0 0 0 1927 0 0 0 20 0 19 0 408268451 15925841920 59351 33554432000 4194304 4196468 140727550929424 140313202400832 140313383364048 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34930688 140727550931951 140727550932122 140727550932122 140727550934991 0
Current children cumulated CPU time: 164.18 s
Current children cumulated vsize: 15665708 KiB
Current children cumulated memory: 238856 KiB

[startup+42.4016 s]
/proc/loadavg: 8.92 8.51 8.28 9/238 16813
/proc/meminfo: memFree=31207252/32770624 swapFree=66979536/67108860
[pid=16722] ppid=16719 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/16722/stat : 16722 (xcsp3-exec) S 16719 16722 6753 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 408266236 115843072 363 33554432000 4194304 5098028 140725233907360 140725233905464 140070988845692 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 22540288 140725233914746 140725233914989 140725233914989 140725233917898 0
/proc/16722/statm: 28282 363 304 221 0 87 0
[pid=16724] ppid=16722 vsize=15552580 memory=232272 CPUtime=167.37 cores=1,3,5,7
/proc/16724/stat : 16724 (java) S 16722 16722 6753 0 -1 1077944320 64767 0 0 0 16721 16 0 0 20 0 19 0 408266236 15925841920 58068 33554432000 4194304 4196468 140727550929424 140727550911968 140313756061431 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 34930688 140727550931951 140727550932122 140727550932122 140727550934991 0
/proc/16724/statm: 3888145 58068 3529 1 0 3849247 0
[pid=16724/tid=16725] ppid=16722 vsize=15552580 memory=5792262870408916050 CPUtime=0.62 cores=1,3,5,7
/proc/16724/task/16725/stat : 16725 (java) S 16722 16722 6753 0 -1 1077944384 10095 0 0 0 58 4 0 0 20 0 19 0 408266236 15925841920 58068 33554432000 4194304 4196468 140727550929424 140313760302208 140313756071637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34930688 140727550931951 140727550932122 140727550932122 140727550934991 0
[pid=16724/tid=16726] ppid=16722 vsize=15552580 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/16724/task/16726/stat : 16726 (java) S 16722 16722 6753 0 -1 1077944384 1587 0 0 0 1 0 0 0 20 0 19 0 408266237 15925841920 58068 33554432000 4194304 4196468 140727550929424 140313708681872 140313756071637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34930688 140727550931951 140727550932122 140727550932122 140727550934991 0
[pid=16724/tid=16727] ppid=16722 vsize=15552580 memory=7163366003745056617 CPUtime=0.01 cores=1,3,5,7
/proc/16724/task/16727/stat : 16727 (java) S 16722 16722 6753 0 -1 1077944384 1040 0 0 0 1 0 0 0 20 0 19 0 408266237 15925841920 58068 33554432000 4194304 4196468 140727550929424 140313707629072 140313756071637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34930688 140727550931951 140727550932122 140727550932122 140727550934991 0
[pid=16724/tid=16728] ppid=16722 vsize=15552580 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/16724/task/16728/stat : 16728 (java) S 16722 16722 6753 0 -1 1077944384 794 0 0 0 1 0 0 0 20 0 19 0 408266237 15925841920 58068 33554432000 4194304 4196468 140727550929424 140313706576272 140313756071637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34930688 140727550931951 140727550932122 140727550932122 140727550934991 0
[pid=16724/tid=16729] ppid=16722 vsize=15552580 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/16724/task/16729/stat : 16729 (java) S 16722 16722 6753 0 -1 1077944384 2210 0 0 0 1 0 0 0 20 0 19 0 408266237 15925841920 58068 33554432000 4194304 4196468 140727550929424 140313705523472 140313756071637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34930688 140727550931951 140727550932122 140727550932122 140727550934991 0
[pid=16724/tid=16730] ppid=16722 vsize=15552580 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/16724/task/16730/stat : 16730 (java) S 16722 16722 6753 0 -1 1077944384 1425 0 0 0 1 0 0 0 20 0 19 0 408266238 15925841920 58068 33554432000 4194304 4196468 140727550929424 140313224006512 140313756072578 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34930688 140727550931951 140727550932122 140727550932122 140727550934991 0
[pid=16724/tid=16731] ppid=16722 vsize=15552580 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16724/task/16731/stat : 16731 (java) S 16722 16722 6753 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 19 0 408266239 15925841920 58068 33554432000 4194304 4196468 140727550929424 140313222952544 140313756071637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34930688 140727550931951 140727550932122 140727550932122 140727550934991 0
[pid=16724/tid=16732] ppid=16722 vsize=15552580 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16724/task/16732/stat : 16732 (java) S 16722 16722 6753 0 -1 1077944384 102 0 0 0 0 0 0 0 20 0 19 0 408266239 15925841920 58068 33554432000 4194304 4196468 140727550929424 140313221899648 140313756071637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34930688 140727550931951 140727550932122 140727550932122 140727550934991 0
[pid=16724/tid=16733] ppid=16722 vsize=15552580 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/16724/task/16733/stat : 16733 (java) S 16722 16722 6753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 408266241 15925841920 58068 33554432000 4194304 4196468 140727550929424 140313220847952 140313756080027 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34930688 140727550931951 140727550932122 140727550932122 140727550934991 0
[pid=16724/tid=16734] ppid=16722 vsize=15552580 memory=237404 CPUtime=3.01 cores=1,3,5,7
/proc/16724/task/16734/stat : 16734 (java) S 16722 16722 6753 0 -1 1077944384 17184 0 0 0 299 2 0 0 20 0 19 0 408266241 15925841920 58068 33554432000 4194304 4196468 140727550929424 140313219795312 140313756072578 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34930688 140727550931951 140727550932122 140727550932122 140727550934991 0
[pid=16724/tid=16735] ppid=16722 vsize=15552580 memory=804 CPUtime=3.16 cores=1,3,5,7
/proc/16724/task/16735/stat : 16735 (java) S 16722 16722 6753 0 -1 1077944384 11817 0 0 0 314 2 0 0 20 0 19 0 408266241 15925841920 58068 33554432000 4194304 4196468 140727550929424 140313218742512 140313756072578 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34930688 140727550931951 140727550932122 140727550932122 140727550934991 0
[pid=16724/tid=16736] ppid=16722 vsize=15552580 memory=1808 CPUtime=0.65 cores=1,3,5,7
/proc/16724/task/16736/stat : 16736 (java) S 16722 16722 6753 0 -1 1077944384 8665 0 0 0 64 1 0 0 20 0 19 0 408266241 15925841920 58068 33554432000 4194304 4196468 140727550929424 140313217689712 140313756072578 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34930688 140727550931951 140727550932122 140727550932122 140727550934991 0
[pid=16724/tid=16737] ppid=16722 vsize=15552580 memory=924 CPUtime=0 cores=1,3,5,7
/proc/16724/task/16737/stat : 16737 (java) S 16722 16722 6753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 408266241 15925841920 58068 33554432000 4194304 4196468 140727550929424 140313216637152 140313756071637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34930688 140727550931951 140727550932122 140727550932122 140727550934991 0
[pid=16724/tid=16738] ppid=16722 vsize=15552580 memory=3848 CPUtime=0 cores=1,3,5,7
/proc/16724/task/16738/stat : 16738 (java) R 16722 16722 6753 0 -1 1077944384 597 0 0 0 0 0 0 0 20 0 19 0 408266242 15925841920 58068 33554432000 4194304 4196468 140727550929424 140313215585456 140313756072578 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34930688 140727550931951 140727550932122 140727550932122 140727550934991 0
[pid=16724/tid=16808] ppid=16722 vsize=15552580 memory=2596 CPUtime=20.16 cores=1,3,5,7
/proc/16724/task/16808/stat : 16808 (java) R 16722 16722 6753 0 -1 4202560 313 0 0 0 2016 0 0 0 20 0 19 0 408268451 15925841920 58068 33554432000 4194304 4196468 140727550929424 140313199249216 140313383565440 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34930688 140727550931951 140727550932122 140727550932122 140727550934991 0
[pid=16724/tid=16809] ppid=16722 vsize=15552580 memory=2916 CPUtime=20.14 cores=1,3,5,7
/proc/16724/task/16809/stat : 16809 (java) R 16722 16722 6753 0 -1 4202560 1097 0 0 0 2014 0 0 0 20 0 19 0 408268451 15925841920 58068 33554432000 4194304 4196468 140727550929424 140313206614720 140313385182131 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 34930688 140727550931951 140727550932122 140727550932122 140727550934991 0
[pid=16724/tid=16810] ppid=16722 vsize=15552580 memory=4104 CPUtime=20.13 cores=1,3,5,7
/proc/16724/task/16810/stat : 16810 (java) R 16722 16722 6753 0 -1 4202560 133 0 0 0 2013 0 0 0 20 0 19 0 408268451 15925841920 58068 33554432000 4194304 4196468 140727550929424 140313204506792 140313383531420 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34930688 140727550931951 140727550932122 140727550932122 140727550934991 0
[pid=16724/tid=16811] ppid=16722 vsize=15552580 memory=0 CPUtime=20.07 cores=1,3,5,7
/proc/16724/task/16811/stat : 16811 (java) R 16722 16722 6753 0 -1 4202560 418 0 0 0 2007 0 0 0 20 0 19 0 408268451 15925841920 58068 33554432000 4194304 4196468 140727550929424 140313202401656 140313383798053 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34930688 140727550931951 140727550932122 140727550932122 140727550934991 0
Current children cumulated CPU time: 167.37 s
Current children cumulated vsize: 15665708 KiB
Current children cumulated memory: 233724 KiB

[startup+42.8016 s]
/proc/loadavg: 8.92 8.51 8.28 9/238 16813
/proc/meminfo: memFree=31207252/32770624 swapFree=66979536/67108860
[pid=16722] ppid=16719 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/16722/stat : 16722 (xcsp3-exec) S 16719 16722 6753 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 408266236 115843072 363 33554432000 4194304 5098028 140725233907360 140725233905464 140070988845692 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 22540288 140725233914746 140725233914989 140725233914989 140725233917898 0
/proc/16722/statm: 28282 363 304 221 0 87 0
[pid=16724] ppid=16722 vsize=15552580 memory=232272 CPUtime=168.97 cores=1,3,5,7
/proc/16724/stat : 16724 (java) S 16722 16722 6753 0 -1 1077944320 64769 0 0 0 16881 16 0 0 20 0 19 0 408266236 15925841920 58068 33554432000 4194304 4196468 140727550929424 140727550911968 140313756061431 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 34930688 140727550931951 140727550932122 140727550932122 140727550934991 0
/proc/16724/statm: 3888145 58068 3529 1 0 3849247 0
[pid=16724/tid=16725] ppid=16722 vsize=15552580 memory=8514726395715349656 CPUtime=0.62 cores=1,3,5,7
/proc/16724/task/16725/stat : 16725 (java) S 16722 16722 6753 0 -1 1077944384 10095 0 0 0 58 4 0 0 20 0 19 0 408266236 15925841920 58068 33554432000 4194304 4196468 140727550929424 140313760302208 140313756071637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34930688 140727550931951 140727550932122 140727550932122 140727550934991 0
[pid=16724/tid=16726] ppid=16722 vsize=15552580 memory=3047711553320166262 CPUtime=0.01 cores=1,3,5,7
/proc/16724/task/16726/stat : 16726 (java) S 16722 16722 6753 0 -1 1077944384 1587 0 0 0 1 0 0 0 20 0 19 0 408266237 15925841920 58068 33554432000 4194304 4196468 140727550929424 140313708681872 140313756071637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34930688 140727550931951 140727550932122 140727550932122 140727550934991 0
[pid=16724/tid=16727] ppid=16722 vsize=15552580 memory=7824336315716348491 CPUtime=0.01 cores=1,3,5,7
/proc/16724/task/16727/stat : 16727 (java) S 16722 16722 6753 0 -1 1077944384 1040 0 0 0 1 0 0 0 20 0 19 0 408266237 15925841920 58068 33554432000 4194304 4196468 140727550929424 140313707629072 140313756071637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34930688 140727550931951 140727550932122 140727550932122 140727550934991 0
[pid=16724/tid=16728] ppid=16722 vsize=15552580 memory=7451604063712141652 CPUtime=0.01 cores=1,3,5,7
/proc/16724/task/16728/stat : 16728 (java) S 16722 16722 6753 0 -1 1077944384 794 0 0 0 1 0 0 0 20 0 19 0 408266237 15925841920 58068 33554432000 4194304 4196468 140727550929424 140313706576272 140313756071637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34930688 140727550931951 140727550932122 140727550932122 140727550934991 0
[pid=16724/tid=16729] ppid=16722 vsize=15552580 memory=6791534058613427641 CPUtime=0.01 cores=1,3,5,7
/proc/16724/task/16729/stat : 16729 (java) S 16722 16722 6753 0 -1 1077944384 2210 0 0 0 1 0 0 0 20 0 19 0 408266237 15925841920 58068 33554432000 4194304 4196468 140727550929424 140313705523472 140313756071637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34930688 140727550931951 140727550932122 140727550932122 140727550934991 0
[pid=16724/tid=16730] ppid=16722 vsize=15552580 memory=1328 CPUtime=0.01 cores=1,3,5,7
/proc/16724/task/16730/stat : 16730 (java) S 16722 16722 6753 0 -1 1077944384 1425 0 0 0 1 0 0 0 20 0 19 0 408266238 15925841920 58068 33554432000 4194304 4196468 140727550929424 140313224006512 140313756072578 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34930688 140727550931951 140727550932122 140727550932122 140727550934991 0
[pid=16724/tid=16731] ppid=16722 vsize=15552580 memory=780 CPUtime=0 cores=1,3,5,7
/proc/16724/task/16731/stat : 16731 (java) S 16722 16722 6753 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 19 0 408266239 15925841920 58068 33554432000 4194304 4196468 140727550929424 140313222952544 140313756071637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34930688 140727550931951 140727550932122 140727550932122 140727550934991 0
[pid=16724/tid=16732] ppid=16722 vsize=15552580 memory=3360 CPUtime=0 cores=1,3,5,7
/proc/16724/task/16732/stat : 16732 (java) S 16722 16722 6753 0 -1 1077944384 102 0 0 0 0 0 0 0 20 0 19 0 408266239 15925841920 58068 33554432000 4194304 4196468 140727550929424 140313221899648 140313756071637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34930688 140727550931951 140727550932122 140727550932122 140727550934991 0
[pid=16724/tid=16733] ppid=16722 vsize=15552580 memory=1692 CPUtime=0 cores=1,3,5,7
/proc/16724/task/16733/stat : 16733 (java) S 16722 16722 6753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 408266241 15925841920 58068 33554432000 4194304 4196468 140727550929424 140313220847952 140313756080027 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34930688 140727550931951 140727550932122 140727550932122 140727550934991 0
[pid=16724/tid=16734] ppid=16722 vsize=15552580 memory=6433861010613 CPUtime=3.01 cores=1,3,5,7
/proc/16724/task/16734/stat : 16734 (java) S 16722 16722 6753 0 -1 1077944384 17184 0 0 0 299 2 0 0 20 0 19 0 408266241 15925841920 58068 33554432000 4194304 4196468 140727550929424 140313219795312 140313756072578 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34930688 140727550931951 140727550932122 140727550932122 140727550934991 0
[pid=16724/tid=16735] ppid=16722 vsize=15552580 memory=288230617509003574 CPUtime=3.16 cores=1,3,5,7
/proc/16724/task/16735/stat : 16735 (java) S 16722 16722 6753 0 -1 1077944384 11817 0 0 0 314 2 0 0 20 0 19 0 408266241 15925841920 58068 33554432000 4194304 4196468 140727550929424 140313218742512 140313756072578 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34930688 140727550931951 140727550932122 140727550932122 140727550934991 0
[pid=16724/tid=16736] ppid=16722 vsize=15552580 memory=14689690934577591 CPUtime=0.65 cores=1,3,5,7
/proc/16724/task/16736/stat : 16736 (java) S 16722 16722 6753 0 -1 1077944384 8665 0 0 0 64 1 0 0 20 0 19 0 408266241 15925841920 58068 33554432000 4194304 4196468 140727550929424 140313217689712 140313756072578 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34930688 140727550931951 140727550932122 140727550932122 140727550934991 0
[pid=16724/tid=16737] ppid=16722 vsize=15552580 memory=756 CPUtime=0 cores=1,3,5,7
/proc/16724/task/16737/stat : 16737 (java) S 16722 16722 6753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 408266241 15925841920 58068 33554432000 4194304 4196468 140727550929424 140313216637152 140313756071637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34930688 140727550931951 140727550932122 140727550932122 140727550934991 0
[pid=16724/tid=16738] ppid=16722 vsize=15552580 memory=1548 CPUtime=0 cores=1,3,5,7
/proc/16724/task/16738/stat : 16738 (java) S 16722 16722 6753 0 -1 1077944384 597 0 0 0 0 0 0 0 20 0 19 0 408266242 15925841920 58068 33554432000 4194304 4196468 140727550929424 140313215585456 140313756072578 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34930688 140727550931951 140727550932122 140727550932122 140727550934991 0
[pid=16724/tid=16808] ppid=16722 vsize=15552580 memory=1452 CPUtime=20.56 cores=1,3,5,7
/proc/16724/task/16808/stat : 16808 (java) R 16722 16722 6753 0 -1 4202560 313 0 0 0 2056 0 0 0 20 0 19 0 408268451 15925841920 58068 33554432000 4194304 4196468 140727550929424 140313199249216 140313383532576 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34930688 140727550931951 140727550932122 140727550932122 140727550934991 0
[pid=16724/tid=16809] ppid=16722 vsize=15552580 memory=232272 CPUtime=20.53 cores=1,3,5,7
/proc/16724/task/16809/stat : 16809 (java) R 16722 16722 6753 0 -1 4202560 1098 0 0 0 2053 0 0 0 20 0 19 0 408268451 15925841920 58068 33554432000 4194304 4196468 140727550929424 140313206614720 140313383397304 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 34930688 140727550931951 140727550932122 140727550932122 140727550934991 0
[pid=16724/tid=16810] ppid=16722 vsize=15552580 memory=14689690934577591 CPUtime=20.53 cores=1,3,5,7
/proc/16724/task/16810/stat : 16810 (java) R 16722 16722 6753 0 -1 4202560 133 0 0 0 2053 0 0 0 20 0 19 0 408268451 15925841920 58068 33554432000 4194304 4196468 140727550929424 140313204506792 140313383566992 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34930688 140727550931951 140727550932122 140727550932122 140727550934991 0
[pid=16724/tid=16811] ppid=16722 vsize=15552580 memory=237404 CPUtime=20.47 cores=1,3,5,7
/proc/16724/task/16811/stat : 16811 (java) R 16722 16722 6753 0 -1 4202560 419 0 0 0 2047 0 0 0 20 0 19 0 408268451 15925841920 58068 33554432000 4194304 4196468 140727550929424 140313202401656 140313385181594 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34930688 140727550931951 140727550932122 140727550932122 140727550934991 0
Current children cumulated CPU time: 168.97 s
Current children cumulated vsize: 15665708 KiB
Current children cumulated memory: 233724 KiB

[startup+42.9016 s]
/proc/loadavg: 8.92 8.51 8.28 9/238 16813
/proc/meminfo: memFree=31207252/32770624 swapFree=66979536/67108860
[pid=16722] ppid=16719 vsize=113128 memory=1452 CPUtime=169.34 cores=1,3,5,7
/proc/16722/stat : 16722 (xcsp3-exec) R 16719 16722 6753 0 -1 4202496 545 65471 0 0 0 0 16918 16 20 0 1 0 408266236 115843072 363 33554432000 4194304 5098028 140725233907360 140725233905464 140070988845692 0 65536 4100 65538 0 0 0 17 3 0 0 0 0 0 7196144 7232144 22540288 140725233914746 140725233914989 140725233914989 140725233917898 0
/proc/16722/statm: 28282 363 304 221 0 87 0
Current children cumulated CPU time: 169.34 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1452 KiB

Child status: 0
Real time (s): 42.9019
CPU time (s): 169.35
CPU user time (s): 169.184
CPU system time (s): 0.166898
CPU usage (%): 394.739
Max. virtual memory (cumulated for all children) (KiB): 15665708
Max. memory (cumulated for all children) (KiB): 238856

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 169.184
system time used= 0.166898
maximum resident set size= 237432
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66027
page faults= 0
swaps= 0
block input operations= 0
block output operations= 176
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4747
involuntary context switches= 3622


# summary of solver processes directly reported to runsolver:
#   pid: 16722
#   total CPU time (s): 169.35
#   total CPU user time (s): 169.184
#   total CPU system time (s): 0.166898

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.296784 second user time and 0.47884 second system time

The end

Launcher Data

Begin job on node121 at 2019-09-12 22:26:34
IDJOB=4393337
IDBENCH=130150
IDSOLVER=2840
FILE ID=node121/4393337-1568320035
RUNJOBID= node121-1568312479-6785
PBS_JOBID= 21701130
Free space on /tmp= 61024 MiB

SOLVER NAME= choco-solver 2019-06-14
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j30/Rcpsp-j30-29-05.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-4393337-1568320035/watcher-4393337-1568320035 -o /tmp/evaluation-result-4393337-1568320035/solver-4393337-1568320035 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node121-1568312479-6785 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1105419878 HOME/instance-4393337-1568320035.xml

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

MD5SUM BENCH= 28da73d1db83f7f431b4b8f6a2cf23fc
RANDOM SEED=1105419878

node121.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.75
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.75
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.75
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.75
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:        31479184 kB
MemAvailable:   31710724 kB
Buffers:          121584 kB
Cached:           405632 kB
SwapCached:        19212 kB
Active:           492008 kB
Inactive:         264128 kB
Active(anon):     215784 kB
Inactive(anon):    42492 kB
Active(file):     276224 kB
Inactive(file):   221636 kB
Unevictable:      109568 kB
Mlocked:          109568 kB
SwapTotal:      67108860 kB
SwapFree:       66979536 kB
Dirty:             26156 kB
Writeback:             0 kB
AnonPages:        330252 kB
Mapped:            44808 kB
Shmem:             20480 kB
Slab:             128756 kB
SReclaimable:      99028 kB
SUnreclaim:        29728 kB
KernelStack:        4064 kB
PageTables:         6024 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1390212 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    231424 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 61000 MiB
End job on node121 at 2019-09-12 22:27:17