Trace number 4393040

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 2019-06-14SAT 344.274 98.8081

General information on the benchmark

NameQRandom/QRandom-mdd-7-25-5/
mdd-7-25-5-56-09.xml
MD5SUMe7714f1bdc5f54a36db8d66dbea9ce0a
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark120.316
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints56
Number of domains1
Minimum domain size5
Maximum domain size5
Distribution of domain sizes[{"size":5,"count":25}]
Minimum variable degree8
Maximum variable degree25
Distribution of variable degrees[{"degree":8,"count":1},{"degree":9,"count":2},{"degree":12,"count":2},{"degree":13,"count":2},{"degree":14,"count":2},{"degree":15,"count":5},{"degree":16,"count":2},{"degree":17,"count":2},{"degree":18,"count":1},{"degree":19,"count":3},{"degree":22,"count":1},{"degree":25,"count":2}]
Minimum constraint arity7
Maximum constraint arity7
Distribution of constraint arities[{"arity":7,"count":56}]
Number of extensional constraints56
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":56}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4393040-1568316868.xml"  -tl '2520s' -p 4
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4393040-1568316868.xml, -tl, 2520s, -p, 4]
0.13/0.22	c 4 solvers in parallel
0.35/0.28	c parse instance...
34.83/21.04	c solve instance...
343.91/98.78	s SATISFIABLE
343.91/98.78	v <instantiation>
343.91/98.78	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] </list>
343.91/98.78	v 	<values>4 0 0 2 0 4 0 3 0 3 3 4 0 1 1 4 0 1 0 4 1 4 4 1 3 </values>
343.91/98.78	v </instantiation>

Verifier Data

OK	

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (8688 MiB free)
  memory of node 1: 16384 MiB (13688 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4393040-1568316868/watcher-4393040-1568316868 -o /tmp/evaluation-result-4393040-1568316868/solver-4393040-1568316868 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node117-1568312851-11623 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1684780253 HOME/instance-4393040-1568316868.xml 

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

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

solver pid=17007, runsolver pid=17004

[startup+0.100057 s]*
/proc/loadavg: 7.43 7.84 7.95 8/234 17023
/proc/meminfo: memFree=22897724/32770624 swapFree=66952812/67108860
[pid=17007] ppid=17004 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/17007/stat : 17007 (xcsp3-exec) S 17004 17007 11591 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 407628744 115843072 362 33554432000 4194304 5098028 140721646252672 140721646250776 140717273133692 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 39530496 140721646261114 140721646261357 140721646261357 140721646264266 0
/proc/17007/statm: 28282 362 304 221 0 87 0
[pid=17009] ppid=17007 vsize=15144768 memory=29016 CPUtime=0.13 cores=1,3,5,7
/proc/17009/stat : 17009 (java) S 17007 17007 11591 0 -1 1077944320 5704 0 0 0 12 1 0 0 20 0 15 0 407628745 15508242432 7254 33554432000 4194304 4196468 140736008839920 140736008822464 140174775578359 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 30142464 140736008848367 140736008848538 140736008848538 140736008851407 0
/proc/17009/statm: 3786192 7254 3148 1 0 3748377 0
[pid=17009/tid=17010] ppid=17007 vsize=15144768 memory=7100839861498119282 CPUtime=0.09 cores=1,3,5,7
/proc/17009/task/17010/stat : 17010 (java) R 17007 17007 11591 0 -1 4202560 3580 0 0 0 8 1 0 0 20 0 15 0 407628745 15508242432 7254 33554432000 4194304 4196468 140736008839920 140174779801056 140174775590294 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30142464 140736008848367 140736008848538 140736008848538 140736008851407 0
[pid=17009/tid=17011] ppid=17007 vsize=15144768 memory=-3689349214911541841 CPUtime=0 cores=1,3,5,7
/proc/17009/task/17011/stat : 17011 (java) S 17007 17007 11591 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407628746 15508242432 7254 33554432000 4194304 4196468 140736008839920 140174728199184 140174775588565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30142464 140736008848367 140736008848538 140736008848538 140736008851407 0
[pid=17009/tid=17012] ppid=17007 vsize=15144768 memory=140682876008064 CPUtime=0 cores=1,3,5,7
/proc/17009/task/17012/stat : 17012 (java) S 17007 17007 11591 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407628746 15508242432 7254 33554432000 4194304 4196468 140736008839920 140174727146640 140174775588565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30142464 140736008848367 140736008848538 140736008848538 140736008851407 0
[pid=17009/tid=17013] ppid=17007 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17009/task/17013/stat : 17013 (java) S 17007 17007 11591 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407628746 15508242432 7254 33554432000 4194304 4196468 140736008839920 140174726093584 140174775588565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30142464 140736008848367 140736008848538 140736008848538 140736008851407 0
[pid=17009/tid=17014] ppid=17007 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17009/task/17014/stat : 17014 (java) S 17007 17007 11591 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 407628746 15508242432 7254 33554432000 4194304 4196468 140736008839920 140174725041040 140174775588565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30142464 140736008848367 140736008848538 140736008848538 140736008851407 0
[pid=17009/tid=17015] ppid=17007 vsize=15144768 memory=140682876008064 CPUtime=0 cores=1,3,5,7
/proc/17009/task/17015/stat : 17015 (java) S 17007 17007 11591 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 407628747 15508242432 7254 33554432000 4194304 4196468 140736008839920 140174243653872 140174775589506 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30142464 140736008848367 140736008848538 140736008848538 140736008851407 0
[pid=17009/tid=17016] ppid=17007 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17009/task/17016/stat : 17016 (java) S 17007 17007 11591 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 407628747 15508242432 7254 33554432000 4194304 4196468 140736008839920 140174242600096 140174775588565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30142464 140736008848367 140736008848538 140736008848538 140736008851407 0
[pid=17009/tid=17017] ppid=17007 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17009/task/17017/stat : 17017 (java) S 17007 17007 11591 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 407628748 15508242432 7254 33554432000 4194304 4196468 140736008839920 140174241546992 140174775588565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30142464 140736008848367 140736008848538 140736008848538 140736008851407 0
[pid=17009/tid=17018] ppid=17007 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17009/task/17018/stat : 17018 (java) S 17007 17007 11591 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 407628750 15508242432 7254 33554432000 4194304 4196468 140736008839920 140174240495568 140174775596955 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30142464 140736008848367 140736008848538 140736008848538 140736008851407 0
[pid=17009/tid=17019] ppid=17007 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17009/task/17019/stat : 17019 (java) R 17007 17007 11591 0 -1 1077944384 340 0 0 0 0 0 0 0 20 0 15 0 407628750 15508242432 7254 33554432000 4194304 4196468 140736008839920 140174239443696 140174775589506 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30142464 140736008848367 140736008848538 140736008848538 140736008851407 0
[pid=17009/tid=17020] ppid=17007 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17009/task/17020/stat : 17020 (java) S 17007 17007 11591 0 -1 1077944384 121 0 0 0 0 0 0 0 20 0 15 0 407628750 15508242432 7254 33554432000 4194304 4196468 140736008839920 140174238391152 140174775589506 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30142464 140736008848367 140736008848538 140736008848538 140736008851407 0
[pid=17009/tid=17021] ppid=17007 vsize=15144768 memory=140682876008064 CPUtime=0.02 cores=1,3,5,7
/proc/17009/task/17021/stat : 17021 (java) R 17007 17007 11591 0 -1 4202560 364 0 0 0 2 0 0 0 20 0 15 0 407628750 15508242432 7254 33554432000 4194304 4196468 140736008839920 140174237338096 140174775590294 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30142464 140736008848367 140736008848538 140736008848538 140736008851407 0
[pid=17009/tid=17022] ppid=17007 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17009/task/17022/stat : 17022 (java) S 17007 17007 11591 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 407628750 15508242432 7254 33554432000 4194304 4196468 140736008839920 140174236285792 140174775588565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30142464 140736008848367 140736008848538 140736008848538 140736008851407 0
[pid=17009/tid=17023] ppid=17007 vsize=15144768 memory=140682876008064 CPUtime=0 cores=1,3,5,7
/proc/17009/task/17023/stat : 17023 (java) S 17007 17007 11591 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407628751 15508242432 7254 33554432000 4194304 4196468 140736008839920 140174235232816 140174775589506 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30142464 140736008848367 140736008848538 140736008848538 140736008851407 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 30464 KiB

[startup+0.211581 s]*
/proc/loadavg: 7.43 7.84 7.95 8/234 17023
/proc/meminfo: memFree=22883836/32770624 swapFree=66952812/67108860
[pid=17007] ppid=17004 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/17007/stat : 17007 (xcsp3-exec) S 17004 17007 11591 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 407628744 115843072 362 33554432000 4194304 5098028 140721646252672 140721646250776 140717273133692 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 39530496 140721646261114 140721646261357 140721646261357 140721646264266 0
/proc/17007/statm: 28282 362 304 221 0 87 0
[pid=17009] ppid=17007 vsize=15144768 memory=40900 CPUtime=0.35 cores=1,3,5,7
/proc/17009/stat : 17009 (java) S 17007 17007 11591 0 -1 1077944320 9468 0 0 0 32 3 0 0 20 0 15 0 407628745 15508242432 10225 33554432000 4194304 4196468 140736008839920 140736008822464 140174775578359 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 30142464 140736008848367 140736008848538 140736008848538 140736008851407 0
/proc/17009/statm: 3786192 10225 3308 1 0 3748377 0
[pid=17009/tid=17010] ppid=17007 vsize=15144768 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/17009/task/17010/stat : 17010 (java) R 17007 17007 11591 0 -1 4202560 6620 0 0 0 18 2 0 0 20 0 15 0 407628745 15508242432 10225 33554432000 4194304 4196468 140736008839920 140174779813344 140174775590294 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30142464 140736008848367 140736008848538 140736008848538 140736008851407 0
[pid=17009/tid=17011] ppid=17007 vsize=15144768 memory=13655 CPUtime=0 cores=1,3,5,7
/proc/17009/task/17011/stat : 17011 (java) S 17007 17007 11591 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407628746 15508242432 10225 33554432000 4194304 4196468 140736008839920 140174728199184 140174775588565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30142464 140736008848367 140736008848538 140736008848538 140736008851407 0
[pid=17009/tid=17012] ppid=17007 vsize=15144768 memory=288371059027719808 CPUtime=0 cores=1,3,5,7
/proc/17009/task/17012/stat : 17012 (java) S 17007 17007 11591 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407628746 15508242432 10225 33554432000 4194304 4196468 140736008839920 140174727146640 140174775588565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30142464 140736008848367 140736008848538 140736008848538 140736008851407 0
[pid=17009/tid=17013] ppid=17007 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17009/task/17013/stat : 17013 (java) S 17007 17007 11591 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407628746 15508242432 10225 33554432000 4194304 4196468 140736008839920 140174726093584 140174775588565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30142464 140736008848367 140736008848538 140736008848538 140736008851407 0
[pid=17009/tid=17014] ppid=17007 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17009/task/17014/stat : 17014 (java) S 17007 17007 11591 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 407628746 15508242432 10225 33554432000 4194304 4196468 140736008839920 140174725041040 140174775588565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30142464 140736008848367 140736008848538 140736008848538 140736008851407 0
[pid=17009/tid=17015] ppid=17007 vsize=15144768 memory=140682876008064 CPUtime=0 cores=1,3,5,7
/proc/17009/task/17015/stat : 17015 (java) S 17007 17007 11591 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 407628747 15508242432 10225 33554432000 4194304 4196468 140736008839920 140174243653872 140174775589506 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30142464 140736008848367 140736008848538 140736008848538 140736008851407 0
[pid=17009/tid=17016] ppid=17007 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17009/task/17016/stat : 17016 (java) S 17007 17007 11591 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 407628747 15508242432 10225 33554432000 4194304 4196468 140736008839920 140174242600096 140174775588565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30142464 140736008848367 140736008848538 140736008848538 140736008851407 0
[pid=17009/tid=17017] ppid=17007 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17009/task/17017/stat : 17017 (java) S 17007 17007 11591 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 407628748 15508242432 10225 33554432000 4194304 4196468 140736008839920 140174241546992 140174775588565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30142464 140736008848367 140736008848538 140736008848538 140736008851407 0
[pid=17009/tid=17018] ppid=17007 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17009/task/17018/stat : 17018 (java) S 17007 17007 11591 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 407628750 15508242432 10225 33554432000 4194304 4196468 140736008839920 140174240495568 140174775596955 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30142464 140736008848367 140736008848538 140736008848538 140736008851407 0
[pid=17009/tid=17019] ppid=17007 vsize=15144768 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/17009/task/17019/stat : 17019 (java) S 17007 17007 11591 0 -1 1077944384 613 0 0 0 3 0 0 0 20 0 15 0 407628750 15508242432 10225 33554432000 4194304 4196468 140736008839920 140174239443696 140174775589506 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30142464 140736008848367 140736008848538 140736008848538 140736008851407 0
[pid=17009/tid=17020] ppid=17007 vsize=15144768 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/17009/task/17020/stat : 17020 (java) S 17007 17007 11591 0 -1 1077944384 155 0 0 0 1 0 0 0 20 0 15 0 407628750 15508242432 10225 33554432000 4194304 4196468 140736008839920 140174238391152 140174775589506 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30142464 140736008848367 140736008848538 140736008848538 140736008851407 0
[pid=17009/tid=17021] ppid=17007 vsize=15144768 memory=140682876008064 CPUtime=0.08 cores=1,3,5,7
/proc/17009/task/17021/stat : 17021 (java) R 17007 17007 11591 0 -1 4202560 776 0 0 0 8 0 0 0 20 0 15 0 407628750 15508242432 10225 33554432000 4194304 4196468 140736008839920 140174237338096 140174775599706 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30142464 140736008848367 140736008848538 140736008848538 140736008851407 0
[pid=17009/tid=17022] ppid=17007 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17009/task/17022/stat : 17022 (java) S 17007 17007 11591 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 407628750 15508242432 10225 33554432000 4194304 4196468 140736008839920 140174236285792 140174775588565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30142464 140736008848367 140736008848538 140736008848538 140736008851407 0
[pid=17009/tid=17023] ppid=17007 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17009/task/17023/stat : 17023 (java) S 17007 17007 11591 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407628751 15508242432 10225 33554432000 4194304 4196468 140736008839920 140174235232816 140174775589506 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30142464 140736008848367 140736008848538 140736008848538 140736008851407 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 42348 KiB

[startup+0.31071 s]*
/proc/loadavg: 7.43 7.84 7.95 7/234 17023
/proc/meminfo: memFree=22877052/32770624 swapFree=66952812/67108860
[pid=17007] ppid=17004 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/17007/stat : 17007 (xcsp3-exec) S 17004 17007 11591 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 407628744 115843072 362 33554432000 4194304 5098028 140721646252672 140721646250776 140717273133692 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 39530496 140721646261114 140721646261357 140721646261357 140721646264266 0
/proc/17007/statm: 28282 362 304 221 0 87 0
[pid=17009] ppid=17007 vsize=15149024 memory=50324 CPUtime=0.54 cores=1,3,5,7
/proc/17009/stat : 17009 (java) S 17007 17007 11591 0 -1 1077944320 10912 0 0 0 50 4 0 0 20 0 15 0 407628745 15512600576 12581 33554432000 4194304 4196468 140736008839920 140736008822464 140174775578359 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 30142464 140736008848367 140736008848538 140736008848538 140736008851407 0
/proc/17009/statm: 3787256 12581 3356 1 0 3748377 0
[pid=17009/tid=17010] ppid=17007 vsize=15149024 memory=8317482817917895235 CPUtime=0.3 cores=1,3,5,7
/proc/17009/task/17010/stat : 17010 (java) R 17007 17007 11591 0 -1 4202560 7834 0 0 0 27 3 0 0 20 0 15 0 407628745 15512600576 12581 33554432000 4194304 4196468 140736008839920 140174779807840 140174775601949 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30142464 140736008848367 140736008848538 140736008848538 140736008851407 0
[pid=17009/tid=17011] ppid=17007 vsize=15149024 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/17009/task/17011/stat : 17011 (java) S 17007 17007 11591 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407628746 15512600576 12581 33554432000 4194304 4196468 140736008839920 140174728199184 140174775588565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30142464 140736008848367 140736008848538 140736008848538 140736008851407 0
[pid=17009/tid=17012] ppid=17007 vsize=15149024 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/17009/task/17012/stat : 17012 (java) S 17007 17007 11591 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407628746 15512600576 12581 33554432000 4194304 4196468 140736008839920 140174727146640 140174775588565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30142464 140736008848367 140736008848538 140736008848538 140736008851407 0
[pid=17009/tid=17013] ppid=17007 vsize=15149024 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/17009/task/17013/stat : 17013 (java) S 17007 17007 11591 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407628746 15512600576 12581 33554432000 4194304 4196468 140736008839920 140174726093584 140174775588565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30142464 140736008848367 140736008848538 140736008848538 140736008851407 0
[pid=17009/tid=17014] ppid=17007 vsize=15149024 memory=-3258418265892434876 CPUtime=0 cores=1,3,5,7
/proc/17009/task/17014/stat : 17014 (java) S 17007 17007 11591 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 407628746 15512600576 12581 33554432000 4194304 4196468 140736008839920 140174725041040 140174775588565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30142464 140736008848367 140736008848538 140736008848538 140736008851407 0
[pid=17009/tid=17015] ppid=17007 vsize=15149024 memory=4572146057552828020 CPUtime=0 cores=1,3,5,7
/proc/17009/task/17015/stat : 17015 (java) S 17007 17007 11591 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 407628747 15512600576 12581 33554432000 4194304 4196468 140736008839920 140174243653872 140174775589506 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30142464 140736008848367 140736008848538 140736008848538 140736008851407 0
[pid=17009/tid=17016] ppid=17007 vsize=15149024 memory=6944613755495348631 CPUtime=0 cores=1,3,5,7
/proc/17009/task/17016/stat : 17016 (java) S 17007 17007 11591 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 407628747 15512600576 12581 33554432000 4194304 4196468 140736008839920 140174242600096 140174775588565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30142464 140736008848367 140736008848538 140736008848538 140736008851407 0
[pid=17009/tid=17017] ppid=17007 vsize=15149024 memory=7893295687695687954 CPUtime=0 cores=1,3,5,7
/proc/17009/task/17017/stat : 17017 (java) S 17007 17007 11591 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 407628748 15512600576 12581 33554432000 4194304 4196468 140736008839920 140174241546992 140174775588565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30142464 140736008848367 140736008848538 140736008848538 140736008851407 0
[pid=17009/tid=17018] ppid=17007 vsize=15149024 memory=-8813974798734826869 CPUtime=0 cores=1,3,5,7
/proc/17009/task/17018/stat : 17018 (java) S 17007 17007 11591 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 407628750 15512600576 12581 33554432000 4194304 4196468 140736008839920 140174240495568 140174775596955 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30142464 140736008848367 140736008848538 140736008848538 140736008851407 0
[pid=17009/tid=17019] ppid=17007 vsize=15149024 memory=7827413994055111515 CPUtime=0.05 cores=1,3,5,7
/proc/17009/task/17019/stat : 17019 (java) S 17007 17007 11591 0 -1 1077944384 636 0 0 0 5 0 0 0 20 0 15 0 407628750 15512600576 12581 33554432000 4194304 4196468 140736008839920 140174239443696 140174775589506 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30142464 140736008848367 140736008848538 140736008848538 140736008851407 0
[pid=17009/tid=17020] ppid=17007 vsize=15149024 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/17009/task/17020/stat : 17020 (java) S 17007 17007 11591 0 -1 1077944384 274 0 0 0 3 0 0 0 20 0 15 0 407628750 15512600576 12581 33554432000 4194304 4196468 140736008839920 140174238391152 140174775589506 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30142464 140736008848367 140736008848538 140736008848538 140736008851407 0
[pid=17009/tid=17021] ppid=17007 vsize=15149024 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/17009/task/17021/stat : 17021 (java) S 17007 17007 11591 0 -1 1077944384 869 0 0 0 12 0 0 0 20 0 15 0 407628750 15512600576 12581 33554432000 4194304 4196468 140736008839920 140174237338096 140174775589506 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30142464 140736008848367 140736008848538 140736008848538 140736008851407 0
[pid=17009/tid=17022] ppid=17007 vsize=15149024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17009/task/17022/stat : 17022 (java) S 17007 17007 11591 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 407628750 15512600576 12581 33554432000 4194304 4196468 140736008839920 140174236285792 140174775588565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30142464 140736008848367 140736008848538 140736008848538 140736008851407 0
[pid=17009/tid=17023] ppid=17007 vsize=15149024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17009/task/17023/stat : 17023 (java) S 17007 17007 11591 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407628751 15512600576 12581 33554432000 4194304 4196468 140736008839920 140174235232816 140174775589506 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30142464 140736008848367 140736008848538 140736008848538 140736008851407 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 15262152 KiB
Current children cumulated memory: 51772 KiB

[startup+0.703303 s]
/proc/loadavg: 7.43 7.84 7.95 9/234 17023
/proc/meminfo: memFree=22799356/32770624 swapFree=66952812/67108860
[pid=17007] ppid=17004 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/17007/stat : 17007 (xcsp3-exec) S 17004 17007 11591 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 407628744 115843072 362 33554432000 4194304 5098028 140721646252672 140721646250776 140717273133692 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 39530496 140721646261114 140721646261357 140721646261357 140721646264266 0
/proc/17007/statm: 28282 362 304 221 0 87 0
[pid=17009] ppid=17007 vsize=15149100 memory=250872 CPUtime=1.55 cores=1,3,5,7
/proc/17009/stat : 17009 (java) S 17007 17007 11591 0 -1 1077944320 13692 0 0 0 140 15 0 0 20 0 15 0 407628745 15512678400 62718 33554432000 4194304 4196468 140736008839920 140736008822464 140174775578359 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 30142464 140736008848367 140736008848538 140736008848538 140736008851407 0
/proc/17009/statm: 3787275 62718 3447 1 0 3748377 0
[pid=17009/tid=17010] ppid=17007 vsize=15149100 memory=0 CPUtime=0.64 cores=1,3,5,7
/proc/17009/task/17010/stat : 17010 (java) R 17007 17007 11591 0 -1 4202560 8262 0 0 0 58 6 0 0 20 0 15 0 407628745 15512678400 62718 33554432000 4194304 4196468 140736008839920 140174779814352 140174397854155 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30142464 140736008848367 140736008848538 140736008848538 140736008851407 0
[pid=17009/tid=17011] ppid=17007 vsize=15149100 memory=37964 CPUtime=0.02 cores=1,3,5,7
/proc/17009/task/17011/stat : 17011 (java) S 17007 17007 11591 0 -1 1077944384 33 0 0 0 1 1 0 0 20 0 15 0 407628746 15512678400 62718 33554432000 4194304 4196468 140736008839920 140174728199184 140174775588565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30142464 140736008848367 140736008848538 140736008848538 140736008851407 0
[pid=17009/tid=17012] ppid=17007 vsize=15149100 memory=992 CPUtime=0.02 cores=1,3,5,7
/proc/17009/task/17012/stat : 17012 (java) S 17007 17007 11591 0 -1 1077944384 40 0 0 0 1 1 0 0 20 0 15 0 407628746 15512678400 62718 33554432000 4194304 4196468 140736008839920 140174727146640 140174775588565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30142464 140736008848367 140736008848538 140736008848538 140736008851407 0
[pid=17009/tid=17013] ppid=17007 vsize=15149100 memory=2044 CPUtime=0.03 cores=1,3,5,7
/proc/17009/task/17013/stat : 17013 (java) S 17007 17007 11591 0 -1 1077944384 40 0 0 0 2 1 0 0 20 0 15 0 407628746 15512678400 62718 33554432000 4194304 4196468 140736008839920 140174726093584 140174775588565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30142464 140736008848367 140736008848538 140736008848538 140736008851407 0
[pid=17009/tid=17014] ppid=17007 vsize=15149100 memory=1324 CPUtime=0.03 cores=1,3,5,7
/proc/17009/task/17014/stat : 17014 (java) S 17007 17007 11591 0 -1 1077944384 49 0 0 0 1 2 0 0 20 0 15 0 407628746 15512678400 62718 33554432000 4194304 4196468 140736008839920 140174725041040 140174775588565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30142464 140736008848367 140736008848538 140736008848538 140736008851407 0
[pid=17009/tid=17015] ppid=17007 vsize=15149100 memory=11624 CPUtime=0 cores=1,3,5,7
/proc/17009/task/17015/stat : 17015 (java) S 17007 17007 11591 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 407628747 15512678400 62718 33554432000 4194304 4196468 140736008839920 140174243653872 140174775589506 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30142464 140736008848367 140736008848538 140736008848538 140736008851407 0
[pid=17009/tid=17016] ppid=17007 vsize=15149100 memory=752 CPUtime=0 cores=1,3,5,7
/proc/17009/task/17016/stat : 17016 (java) S 17007 17007 11591 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 407628747 15512678400 62718 33554432000 4194304 4196468 140736008839920 140174242600096 140174775588565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30142464 140736008848367 140736008848538 140736008848538 140736008851407 0
[pid=17009/tid=17017] ppid=17007 vsize=15149100 memory=1056 CPUtime=0 cores=1,3,5,7
/proc/17009/task/17017/stat : 17017 (java) S 17007 17007 11591 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 407628748 15512678400 62718 33554432000 4194304 4196468 140736008839920 140174241546992 140174775588565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30142464 140736008848367 140736008848538 140736008848538 140736008851407 0
[pid=17009/tid=17018] ppid=17007 vsize=15149100 memory=1552 CPUtime=0 cores=1,3,5,7
/proc/17009/task/17018/stat : 17018 (java) S 17007 17007 11591 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 407628750 15512678400 62718 33554432000 4194304 4196468 140736008839920 140174240495568 140174775596955 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30142464 140736008848367 140736008848538 140736008848538 140736008851407 0
[pid=17009/tid=17019] ppid=17007 vsize=15149100 memory=944 CPUtime=0.25 cores=1,3,5,7
/proc/17009/task/17019/stat : 17019 (java) R 17007 17007 11591 0 -1 4202560 1503 0 0 0 25 0 0 0 20 0 15 0 407628750 15512678400 62718 33554432000 4194304 4196468 140736008839920 140174239436720 140174759867374 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30142464 140736008848367 140736008848538 140736008848538 140736008851407 0
[pid=17009/tid=17020] ppid=17007 vsize=15149100 memory=4004 CPUtime=0.22 cores=1,3,5,7
/proc/17009/task/17020/stat : 17020 (java) R 17007 17007 11591 0 -1 4202560 819 0 0 0 22 0 0 0 20 0 15 0 407628750 15512678400 62718 33554432000 4194304 4196468 140736008839920 140174238377248 140174753744840 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30142464 140736008848367 140736008848538 140736008848538 140736008851407 0
[pid=17009/tid=17021] ppid=17007 vsize=15149100 memory=780 CPUtime=0.24 cores=1,3,5,7
/proc/17009/task/17021/stat : 17021 (java) S 17007 17007 11591 0 -1 1077944384 1566 0 0 0 24 0 0 0 20 0 15 0 407628750 15512678400 62718 33554432000 4194304 4196468 140736008839920 140174237338096 140174775589506 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30142464 140736008848367 140736008848538 140736008848538 140736008851407 0
[pid=17009/tid=17022] ppid=17007 vsize=15149100 memory=2832 CPUtime=0 cores=1,3,5,7
/proc/17009/task/17022/stat : 17022 (java) S 17007 17007 11591 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 407628750 15512678400 62718 33554432000 4194304 4196468 140736008839920 140174236285792 140174775588565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30142464 140736008848367 140736008848538 140736008848538 140736008851407 0
[pid=17009/tid=17023] ppid=17007 vsize=15149100 memory=1720 CPUtime=0 cores=1,3,5,7
/proc/17009/task/17023/stat : 17023 (java) S 17007 17007 11591 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407628751 15512678400 62718 33554432000 4194304 4196468 140736008839920 140174235232816 140174775589506 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30142464 140736008848367 140736008848538 140736008848538 140736008851407 0
Current children cumulated CPU time: 1.55 s
Current children cumulated vsize: 15262228 KiB
Current children cumulated memory: 252320 KiB

[startup+1.50132 s]
/proc/loadavg: 7.43 7.84 7.95 7/234 17023
/proc/meminfo: memFree=22646200/32770624 swapFree=66952812/67108860
[pid=17007] ppid=17004 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/17007/stat : 17007 (xcsp3-exec) S 17004 17007 11591 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 407628744 115843072 362 33554432000 4194304 5098028 140721646252672 140721646250776 140717273133692 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 39530496 140721646261114 140721646261357 140721646261357 140721646264266 0
/proc/17007/statm: 28282 362 304 221 0 87 0

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

Current children cumulated vsize: 15530532 KiB
Current children cumulated memory: 4704948 KiB

[startup+96.0013 s]*
/proc/loadavg: 7.84 7.80 7.91 10/238 17034
/proc/meminfo: memFree=18305840/32770624 swapFree=66952812/67108860
[pid=17007] ppid=17004 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/17007/stat : 17007 (xcsp3-exec) S 17004 17007 11591 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 407628744 115843072 362 33554432000 4194304 5098028 140721646252672 140721646250776 140717273133692 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 39530496 140721646261114 140721646261357 140721646261357 140721646264266 0
/proc/17007/statm: 28282 362 304 221 0 87 0
[pid=17009] ppid=17007 vsize=15417404 memory=4703500 CPUtime=333.2 cores=1,3,5,7
/proc/17009/stat : 17009 (java) S 17007 17007 11591 0 -1 1077944320 83537 0 0 0 32989 331 0 0 20 0 19 0 407628745 15787421696 1175875 33554432000 4194304 4196468 140736008839920 140736008822464 140174775578359 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 30142464 140736008848367 140736008848538 140736008848538 140736008851407 0
/proc/17009/statm: 3854351 1175875 3520 1 0 3815453 0
[pid=17009/tid=17010] ppid=17007 vsize=15417404 memory=8317482817917895235 CPUtime=16.05 cores=1,3,5,7
/proc/17009/task/17010/stat : 17010 (java) S 17007 17007 11591 0 -1 1077944384 16598 0 0 0 1567 38 0 0 20 0 19 0 407628745 15787421696 1175875 33554432000 4194304 4196468 140736008839920 140174779819136 140174775588565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30142464 140736008848367 140736008848538 140736008848538 140736008851407 0
[pid=17009/tid=17011] ppid=17007 vsize=15417404 memory=4126316290023845779 CPUtime=3.98 cores=1,3,5,7
/proc/17009/task/17011/stat : 17011 (java) S 17007 17007 11591 0 -1 1077944384 7304 0 0 0 325 73 0 0 20 0 19 0 407628746 15787421696 1175875 33554432000 4194304 4196468 140736008839920 140174728199184 140174775588565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30142464 140736008848367 140736008848538 140736008848538 140736008851407 0
[pid=17009/tid=17012] ppid=17007 vsize=15417404 memory=1452 CPUtime=3.93 cores=1,3,5,7
/proc/17009/task/17012/stat : 17012 (java) S 17007 17007 11591 0 -1 1077944384 3703 0 0 0 324 69 0 0 20 0 19 0 407628746 15787421696 1175875 33554432000 4194304 4196468 140736008839920 140174727146640 140174775588565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30142464 140736008848367 140736008848538 140736008848538 140736008851407 0
[pid=17009/tid=17013] ppid=17007 vsize=15417404 memory=995584 CPUtime=3.96 cores=1,3,5,7
/proc/17009/task/17013/stat : 17013 (java) S 17007 17007 11591 0 -1 1077944384 6373 0 0 0 324 72 0 0 20 0 19 0 407628746 15787421696 1175875 33554432000 4194304 4196468 140736008839920 140174726093584 140174775588565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30142464 140736008848367 140736008848538 140736008848538 140736008851407 0
[pid=17009/tid=17014] ppid=17007 vsize=15417404 memory=4703500 CPUtime=4.01 cores=1,3,5,7
/proc/17009/task/17014/stat : 17014 (java) S 17007 17007 11591 0 -1 1077944384 5672 0 0 0 331 70 0 0 20 0 19 0 407628746 15787421696 1175875 33554432000 4194304 4196468 140736008839920 140174725041040 140174775588565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30142464 140736008848367 140736008848538 140736008848538 140736008851407 0
[pid=17009/tid=17015] ppid=17007 vsize=15417404 memory=1448 CPUtime=0.93 cores=1,3,5,7
/proc/17009/task/17015/stat : 17015 (java) S 17007 17007 11591 0 -1 1077944384 6132 0 0 0 93 0 0 0 20 0 19 0 407628747 15787421696 1175875 33554432000 4194304 4196468 140736008839920 140174243653872 140174775589506 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30142464 140736008848367 140736008848538 140736008848538 140736008851407 0
[pid=17009/tid=17016] ppid=17007 vsize=15417404 memory=924 CPUtime=0 cores=1,3,5,7
/proc/17009/task/17016/stat : 17016 (java) S 17007 17007 11591 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 19 0 407628747 15787421696 1175875 33554432000 4194304 4196468 140736008839920 140174242600160 140174775588565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30142464 140736008848367 140736008848538 140736008848538 140736008851407 0
[pid=17009/tid=17017] ppid=17007 vsize=15417404 memory=1712 CPUtime=0 cores=1,3,5,7
/proc/17009/task/17017/stat : 17017 (java) S 17007 17007 11591 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 19 0 407628748 15787421696 1175875 33554432000 4194304 4196468 140736008839920 140174241547008 140174775588565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30142464 140736008848367 140736008848538 140736008848538 140736008851407 0
[pid=17009/tid=17018] ppid=17007 vsize=15417404 memory=812 CPUtime=0 cores=1,3,5,7
/proc/17009/task/17018/stat : 17018 (java) S 17007 17007 11591 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 407628750 15787421696 1175875 33554432000 4194304 4196468 140736008839920 140174240495568 140174775596955 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30142464 140736008848367 140736008848538 140736008848538 140736008851407 0
[pid=17009/tid=17019] ppid=17007 vsize=15417404 memory=1436 CPUtime=1.85 cores=1,3,5,7
/proc/17009/task/17019/stat : 17019 (java) S 17007 17007 11591 0 -1 1077944384 12263 0 0 0 184 1 0 0 20 0 19 0 407628750 15787421696 1175875 33554432000 4194304 4196468 140736008839920 140174239443696 140174775589506 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 34 0 0 6293624 6294260 30142464 140736008848367 140736008848538 140736008848538 140736008851407 0
[pid=17009/tid=17020] ppid=17007 vsize=15417404 memory=1984 CPUtime=1.65 cores=1,3,5,7
/proc/17009/task/17020/stat : 17020 (java) S 17007 17007 11591 0 -1 1077944384 9225 0 0 0 164 1 0 0 20 0 19 0 407628750 15787421696 1175875 33554432000 4194304 4196468 140736008839920 140174238391152 140174775589506 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 15 0 0 6293624 6294260 30142464 140736008848367 140736008848538 140736008848538 140736008851407 0
[pid=17009/tid=17021] ppid=17007 vsize=15417404 memory=2492 CPUtime=0.64 cores=1,3,5,7
/proc/17009/task/17021/stat : 17021 (java) S 17007 17007 11591 0 -1 1077944384 5947 0 0 0 63 1 0 0 20 0 19 0 407628750 15787421696 1175875 33554432000 4194304 4196468 140736008839920 140174237338096 140174775589506 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 35 0 0 6293624 6294260 30142464 140736008848367 140736008848538 140736008848538 140736008851407 0
[pid=17009/tid=17022] ppid=17007 vsize=15417404 memory=1764 CPUtime=0 cores=1,3,5,7
/proc/17009/task/17022/stat : 17022 (java) S 17007 17007 11591 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 407628750 15787421696 1175875 33554432000 4194304 4196468 140736008839920 140174236285792 140174775588565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30142464 140736008848367 140736008848538 140736008848538 140736008851407 0
[pid=17009/tid=17023] ppid=17007 vsize=15417404 memory=111636 CPUtime=0.03 cores=1,3,5,7
/proc/17009/task/17023/stat : 17023 (java) S 17007 17007 11591 0 -1 1077944384 1013 0 0 0 1 2 0 0 20 0 19 0 407628751 15787421696 1175875 33554432000 4194304 4196468 140736008839920 140174235232816 140174775589506 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 35 0 0 6293624 6294260 30142464 140736008848367 140736008848538 140736008848538 140736008851407 0
[pid=17009/tid=17025] ppid=17007 vsize=15417404 memory=752 CPUtime=73.88 cores=1,3,5,7
/proc/17009/task/17025/stat : 17025 (java) R 17007 17007 11591 0 -1 4202560 965 0 0 0 7388 0 0 0 20 0 19 0 407630849 15787421696 1175875 33554432000 4194304 4196468 140736008839920 140174226258824 140174400089265 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30142464 140736008848367 140736008848538 140736008848538 140736008851407 0
[pid=17009/tid=17026] ppid=17007 vsize=15417404 memory=1056 CPUtime=73.95 cores=1,3,5,7
/proc/17009/task/17026/stat : 17026 (java) R 17007 17007 11591 0 -1 4202560 2391 0 0 0 7395 0 0 0 20 0 19 0 407630850 15787421696 1175875 33554432000 4194304 4196468 140736008839920 140174225208656 140174400607282 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30142464 140736008848367 140736008848538 140736008848538 140736008851407 0
[pid=17009/tid=17027] ppid=17007 vsize=15417404 memory=1552 CPUtime=73.85 cores=1,3,5,7
/proc/17009/task/17027/stat : 17027 (java) R 17007 17007 11591 0 -1 4202560 2193 0 0 0 7385 0 0 0 20 0 19 0 407630850 15787421696 1175875 33554432000 4194304 4196468 140736008839920 140174224154520 140174400607347 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 30142464 140736008848367 140736008848538 140736008848538 140736008851407 0
[pid=17009/tid=17028] ppid=17007 vsize=15417404 memory=944 CPUtime=74.35 cores=1,3,5,7
/proc/17009/task/17028/stat : 17028 (java) R 17007 17007 11591 0 -1 4202560 2424 0 0 0 7435 0 0 0 20 0 19 0 407630850 15787421696 1175875 33554432000 4194304 4196468 140736008839920 140174223102488 140174400607262 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30142464 140736008848367 140736008848538 140736008848538 140736008851407 0
Current children cumulated CPU time: 333.2 s
Current children cumulated vsize: 15530532 KiB
Current children cumulated memory: 4704948 KiB

[startup+97.6013 s]
/proc/loadavg: 7.84 7.80 7.91 11/238 17034
/proc/meminfo: memFree=18305872/32770624 swapFree=66952812/67108860
[pid=17007] ppid=17004 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/17007/stat : 17007 (xcsp3-exec) S 17004 17007 11591 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 407628744 115843072 362 33554432000 4194304 5098028 140721646252672 140721646250776 140717273133692 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 39530496 140721646261114 140721646261357 140721646261357 140721646264266 0
/proc/17007/statm: 28282 362 304 221 0 87 0
[pid=17009] ppid=17007 vsize=15417404 memory=4703500 CPUtime=339.53 cores=1,3,5,7
/proc/17009/stat : 17009 (java) S 17007 17007 11591 0 -1 1077944320 83582 0 0 0 33622 331 0 0 20 0 19 0 407628745 15787421696 1175875 33554432000 4194304 4196468 140736008839920 140736008822464 140174775578359 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 30142464 140736008848367 140736008848538 140736008848538 140736008851407 0
/proc/17009/statm: 3854351 1175875 3520 1 0 3815453 0
[pid=17009/tid=17010] ppid=17007 vsize=15417404 memory=4703500 CPUtime=16.05 cores=1,3,5,7
/proc/17009/task/17010/stat : 17010 (java) S 17007 17007 11591 0 -1 1077944384 16598 0 0 0 1567 38 0 0 20 0 19 0 407628745 15787421696 1175875 33554432000 4194304 4196468 140736008839920 140174779819136 140174775588565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30142464 140736008848367 140736008848538 140736008848538 140736008851407 0
[pid=17009/tid=17011] ppid=17007 vsize=15417404 memory=1712 CPUtime=3.98 cores=1,3,5,7
/proc/17009/task/17011/stat : 17011 (java) S 17007 17007 11591 0 -1 1077944384 7304 0 0 0 325 73 0 0 20 0 19 0 407628746 15787421696 1175875 33554432000 4194304 4196468 140736008839920 140174728199184 140174775588565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30142464 140736008848367 140736008848538 140736008848538 140736008851407 0
[pid=17009/tid=17012] ppid=17007 vsize=15417404 memory=6791534058613427641 CPUtime=3.93 cores=1,3,5,7
/proc/17009/task/17012/stat : 17012 (java) S 17007 17007 11591 0 -1 1077944384 3703 0 0 0 324 69 0 0 20 0 19 0 407628746 15787421696 1175875 33554432000 4194304 4196468 140736008839920 140174727146640 140174775588565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30142464 140736008848367 140736008848538 140736008848538 140736008851407 0
[pid=17009/tid=17013] ppid=17007 vsize=15417404 memory=5868 CPUtime=3.96 cores=1,3,5,7
/proc/17009/task/17013/stat : 17013 (java) S 17007 17007 11591 0 -1 1077944384 6373 0 0 0 324 72 0 0 20 0 19 0 407628746 15787421696 1175875 33554432000 4194304 4196468 140736008839920 140174726093584 140174775588565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30142464 140736008848367 140736008848538 140736008848538 140736008851407 0
[pid=17009/tid=17014] ppid=17007 vsize=15417404 memory=14012 CPUtime=4.01 cores=1,3,5,7
/proc/17009/task/17014/stat : 17014 (java) S 17007 17007 11591 0 -1 1077944384 5672 0 0 0 331 70 0 0 20 0 19 0 407628746 15787421696 1175875 33554432000 4194304 4196468 140736008839920 140174725041040 140174775588565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30142464 140736008848367 140736008848538 140736008848538 140736008851407 0
[pid=17009/tid=17015] ppid=17007 vsize=15417404 memory=20708 CPUtime=0.93 cores=1,3,5,7
/proc/17009/task/17015/stat : 17015 (java) S 17007 17007 11591 0 -1 1077944384 6132 0 0 0 93 0 0 0 20 0 19 0 407628747 15787421696 1175875 33554432000 4194304 4196468 140736008839920 140174243653872 140174775589506 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30142464 140736008848367 140736008848538 140736008848538 140736008851407 0
[pid=17009/tid=17016] ppid=17007 vsize=15417404 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/17009/task/17016/stat : 17016 (java) S 17007 17007 11591 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 19 0 407628747 15787421696 1175875 33554432000 4194304 4196468 140736008839920 140174242600160 140174775588565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30142464 140736008848367 140736008848538 140736008848538 140736008851407 0
[pid=17009/tid=17017] ppid=17007 vsize=15417404 memory=4703500 CPUtime=0 cores=1,3,5,7
/proc/17009/task/17017/stat : 17017 (java) S 17007 17007 11591 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 19 0 407628748 15787421696 1175875 33554432000 4194304 4196468 140736008839920 140174241547008 140174775588565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30142464 140736008848367 140736008848538 140736008848538 140736008851407 0
[pid=17009/tid=17018] ppid=17007 vsize=15417404 memory=780 CPUtime=0 cores=1,3,5,7
/proc/17009/task/17018/stat : 17018 (java) S 17007 17007 11591 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 407628750 15787421696 1175875 33554432000 4194304 4196468 140736008839920 140174240495568 140174775596955 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30142464 140736008848367 140736008848538 140736008848538 140736008851407 0
[pid=17009/tid=17019] ppid=17007 vsize=15417404 memory=2832 CPUtime=1.85 cores=1,3,5,7
/proc/17009/task/17019/stat : 17019 (java) S 17007 17007 11591 0 -1 1077944384 12263 0 0 0 184 1 0 0 20 0 19 0 407628750 15787421696 1175875 33554432000 4194304 4196468 140736008839920 140174239443696 140174775589506 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 34 0 0 6293624 6294260 30142464 140736008848367 140736008848538 140736008848538 140736008851407 0
[pid=17009/tid=17020] ppid=17007 vsize=15417404 memory=1720 CPUtime=1.65 cores=1,3,5,7
/proc/17009/task/17020/stat : 17020 (java) S 17007 17007 11591 0 -1 1077944384 9225 0 0 0 164 1 0 0 20 0 19 0 407628750 15787421696 1175875 33554432000 4194304 4196468 140736008839920 140174238391152 140174775589506 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 15 0 0 6293624 6294260 30142464 140736008848367 140736008848538 140736008848538 140736008851407 0
[pid=17009/tid=17021] ppid=17007 vsize=15417404 memory=812 CPUtime=0.64 cores=1,3,5,7
/proc/17009/task/17021/stat : 17021 (java) S 17007 17007 11591 0 -1 1077944384 5947 0 0 0 63 1 0 0 20 0 19 0 407628750 15787421696 1175875 33554432000 4194304 4196468 140736008839920 140174237338096 140174775589506 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 35 0 0 6293624 6294260 30142464 140736008848367 140736008848538 140736008848538 140736008851407 0
[pid=17009/tid=17022] ppid=17007 vsize=15417404 memory=1436 CPUtime=0 cores=1,3,5,7
/proc/17009/task/17022/stat : 17022 (java) S 17007 17007 11591 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 407628750 15787421696 1175875 33554432000 4194304 4196468 140736008839920 140174236285792 140174775588565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30142464 140736008848367 140736008848538 140736008848538 140736008851407 0
[pid=17009/tid=17023] ppid=17007 vsize=15417404 memory=6791534058613427641 CPUtime=0.03 cores=1,3,5,7
/proc/17009/task/17023/stat : 17023 (java) S 17007 17007 11591 0 -1 1077944384 1013 0 0 0 1 2 0 0 20 0 19 0 407628751 15787421696 1175875 33554432000 4194304 4196468 140736008839920 140174235232816 140174775589506 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 35 0 0 6293624 6294260 30142464 140736008848367 140736008848538 140736008848538 140736008851407 0
[pid=17009/tid=17025] ppid=17007 vsize=15417404 memory=1324 CPUtime=75.47 cores=1,3,5,7
/proc/17009/task/17025/stat : 17025 (java) R 17007 17007 11591 0 -1 4202560 993 0 0 0 7547 0 0 0 20 0 19 0 407630849 15787421696 1175875 33554432000 4194304 4196468 140736008839920 140174226258824 140174400607282 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30142464 140736008848367 140736008848538 140736008848538 140736008851407 0
[pid=17009/tid=17026] ppid=17007 vsize=15417404 memory=11624 CPUtime=75.54 cores=1,3,5,7
/proc/17009/task/17026/stat : 17026 (java) R 17007 17007 11591 0 -1 4202560 2406 0 0 0 7554 0 0 0 20 0 19 0 407630850 15787421696 1175875 33554432000 4194304 4196468 140736008839920 140174225208656 140174400610779 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30142464 140736008848367 140736008848538 140736008848538 140736008851407 0
[pid=17009/tid=17027] ppid=17007 vsize=15417404 memory=4703500 CPUtime=75.42 cores=1,3,5,7
/proc/17009/task/17027/stat : 17027 (java) R 17007 17007 11591 0 -1 4202560 2193 0 0 0 7542 0 0 0 20 0 19 0 407630850 15787421696 1175875 33554432000 4194304 4196468 140736008839920 140174224154520 140174400610713 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 30142464 140736008848367 140736008848538 140736008848538 140736008851407 0
[pid=17009/tid=17028] ppid=17007 vsize=15417404 memory=37964 CPUtime=75.94 cores=1,3,5,7
/proc/17009/task/17028/stat : 17028 (java) R 17007 17007 11591 0 -1 4202560 2426 0 0 0 7594 0 0 0 20 0 19 0 407630850 15787421696 1175875 33554432000 4194304 4196468 140736008839920 140174223102488 140174400609339 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30142464 140736008848367 140736008848538 140736008848538 140736008851407 0
Current children cumulated CPU time: 339.53 s
Current children cumulated vsize: 15530532 KiB
Current children cumulated memory: 4704948 KiB

[startup+98.4013 s]
/proc/loadavg: 7.85 7.80 7.91 10/238 17034
/proc/meminfo: memFree=18304096/32770624 swapFree=66952812/67108860
[pid=17007] ppid=17004 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/17007/stat : 17007 (xcsp3-exec) S 17004 17007 11591 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 407628744 115843072 362 33554432000 4194304 5098028 140721646252672 140721646250776 140717273133692 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 39530496 140721646261114 140721646261357 140721646261357 140721646264266 0
/proc/17007/statm: 28282 362 304 221 0 87 0
[pid=17009] ppid=17007 vsize=15417404 memory=4703500 CPUtime=342.72 cores=1,3,5,7
/proc/17009/stat : 17009 (java) S 17007 17007 11591 0 -1 1077944320 83586 0 0 0 33941 331 0 0 20 0 19 0 407628745 15787421696 1175875 33554432000 4194304 4196468 140736008839920 140736008822464 140174775578359 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 30142464 140736008848367 140736008848538 140736008848538 140736008851407 0
/proc/17009/statm: 3854351 1175875 3520 1 0 3815453 0
[pid=17009/tid=17010] ppid=17007 vsize=15417404 memory=1324 CPUtime=16.05 cores=1,3,5,7
/proc/17009/task/17010/stat : 17010 (java) S 17007 17007 11591 0 -1 1077944384 16598 0 0 0 1567 38 0 0 20 0 19 0 407628745 15787421696 1175875 33554432000 4194304 4196468 140736008839920 140174779819136 140174775588565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30142464 140736008848367 140736008848538 140736008848538 140736008851407 0
[pid=17009/tid=17011] ppid=17007 vsize=15417404 memory=11624 CPUtime=3.98 cores=1,3,5,7
/proc/17009/task/17011/stat : 17011 (java) S 17007 17007 11591 0 -1 1077944384 7304 0 0 0 325 73 0 0 20 0 19 0 407628746 15787421696 1175875 33554432000 4194304 4196468 140736008839920 140174728199184 140174775588565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30142464 140736008848367 140736008848538 140736008848538 140736008851407 0
[pid=17009/tid=17012] ppid=17007 vsize=15417404 memory=752 CPUtime=3.93 cores=1,3,5,7
/proc/17009/task/17012/stat : 17012 (java) S 17007 17007 11591 0 -1 1077944384 3703 0 0 0 324 69 0 0 20 0 19 0 407628746 15787421696 1175875 33554432000 4194304 4196468 140736008839920 140174727146640 140174775588565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30142464 140736008848367 140736008848538 140736008848538 140736008851407 0
[pid=17009/tid=17013] ppid=17007 vsize=15417404 memory=1056 CPUtime=3.96 cores=1,3,5,7
/proc/17009/task/17013/stat : 17013 (java) S 17007 17007 11591 0 -1 1077944384 6373 0 0 0 324 72 0 0 20 0 19 0 407628746 15787421696 1175875 33554432000 4194304 4196468 140736008839920 140174726093584 140174775588565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30142464 140736008848367 140736008848538 140736008848538 140736008851407 0
[pid=17009/tid=17014] ppid=17007 vsize=15417404 memory=1552 CPUtime=4.01 cores=1,3,5,7
/proc/17009/task/17014/stat : 17014 (java) S 17007 17007 11591 0 -1 1077944384 5672 0 0 0 331 70 0 0 20 0 19 0 407628746 15787421696 1175875 33554432000 4194304 4196468 140736008839920 140174725041040 140174775588565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30142464 140736008848367 140736008848538 140736008848538 140736008851407 0
[pid=17009/tid=17015] ppid=17007 vsize=15417404 memory=944 CPUtime=0.93 cores=1,3,5,7
/proc/17009/task/17015/stat : 17015 (java) S 17007 17007 11591 0 -1 1077944384 6132 0 0 0 93 0 0 0 20 0 19 0 407628747 15787421696 1175875 33554432000 4194304 4196468 140736008839920 140174243653872 140174775589506 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30142464 140736008848367 140736008848538 140736008848538 140736008851407 0
[pid=17009/tid=17016] ppid=17007 vsize=15417404 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/17009/task/17016/stat : 17016 (java) S 17007 17007 11591 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 19 0 407628747 15787421696 1175875 33554432000 4194304 4196468 140736008839920 140174242600160 140174775588565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30142464 140736008848367 140736008848538 140736008848538 140736008851407 0
[pid=17009/tid=17017] ppid=17007 vsize=15417404 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/17009/task/17017/stat : 17017 (java) S 17007 17007 11591 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 19 0 407628748 15787421696 1175875 33554432000 4194304 4196468 140736008839920 140174241547008 140174775588565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30142464 140736008848367 140736008848538 140736008848538 140736008851407 0
[pid=17009/tid=17018] ppid=17007 vsize=15417404 memory=213726162617574 CPUtime=0 cores=1,3,5,7
/proc/17009/task/17018/stat : 17018 (java) S 17007 17007 11591 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 407628750 15787421696 1175875 33554432000 4194304 4196468 140736008839920 140174240495568 140174775596955 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30142464 140736008848367 140736008848538 140736008848538 140736008851407 0
[pid=17009/tid=17019] ppid=17007 vsize=15417404 memory=213726162617575 CPUtime=1.85 cores=1,3,5,7
/proc/17009/task/17019/stat : 17019 (java) S 17007 17007 11591 0 -1 1077944384 12263 0 0 0 184 1 0 0 20 0 19 0 407628750 15787421696 1175875 33554432000 4194304 4196468 140736008839920 140174239443696 140174775589506 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 34 0 0 6293624 6294260 30142464 140736008848367 140736008848538 140736008848538 140736008851407 0
[pid=17009/tid=17020] ppid=17007 vsize=15417404 memory=213726162617576 CPUtime=1.65 cores=1,3,5,7
/proc/17009/task/17020/stat : 17020 (java) S 17007 17007 11591 0 -1 1077944384 9225 0 0 0 164 1 0 0 20 0 19 0 407628750 15787421696 1175875 33554432000 4194304 4196468 140736008839920 140174238391152 140174775589506 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 15 0 0 6293624 6294260 30142464 140736008848367 140736008848538 140736008848538 140736008851407 0
[pid=17009/tid=17021] ppid=17007 vsize=15417404 memory=213726162617577 CPUtime=0.64 cores=1,3,5,7
/proc/17009/task/17021/stat : 17021 (java) S 17007 17007 11591 0 -1 1077944384 5947 0 0 0 63 1 0 0 20 0 19 0 407628750 15787421696 1175875 33554432000 4194304 4196468 140736008839920 140174237338096 140174775589506 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 35 0 0 6293624 6294260 30142464 140736008848367 140736008848538 140736008848538 140736008851407 0
[pid=17009/tid=17022] ppid=17007 vsize=15417404 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/17009/task/17022/stat : 17022 (java) S 17007 17007 11591 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 407628750 15787421696 1175875 33554432000 4194304 4196468 140736008839920 140174236285792 140174775588565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30142464 140736008848367 140736008848538 140736008848538 140736008851407 0
[pid=17009/tid=17023] ppid=17007 vsize=15417404 memory=4703500 CPUtime=0.03 cores=1,3,5,7
/proc/17009/task/17023/stat : 17023 (java) S 17007 17007 11591 0 -1 1077944384 1013 0 0 0 1 2 0 0 20 0 19 0 407628751 15787421696 1175875 33554432000 4194304 4196468 140736008839920 140174235232816 140174775589506 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 35 0 0 6293624 6294260 30142464 140736008848367 140736008848538 140736008848538 140736008851407 0
[pid=17009/tid=17025] ppid=17007 vsize=15417404 memory=213726162617580 CPUtime=76.27 cores=1,3,5,7
/proc/17009/task/17025/stat : 17025 (java) R 17007 17007 11591 0 -1 4202560 993 0 0 0 7627 0 0 0 20 0 19 0 407630849 15787421696 1175875 33554432000 4194304 4196468 140736008839920 140174226258824 140174399981940 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30142464 140736008848367 140736008848538 140736008848538 140736008851407 0
[pid=17009/tid=17026] ppid=17007 vsize=15417404 memory=1448 CPUtime=76.34 cores=1,3,5,7
/proc/17009/task/17026/stat : 17026 (java) R 17007 17007 11591 0 -1 4202560 2408 0 0 0 7634 0 0 0 20 0 19 0 407630850 15787421696 1175875 33554432000 4194304 4196468 140736008839920 140174225208656 140174400607282 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30142464 140736008848367 140736008848538 140736008848538 140736008851407 0
[pid=17009/tid=17027] ppid=17007 vsize=15417404 memory=1448 CPUtime=76.2 cores=1,3,5,7
/proc/17009/task/17027/stat : 17027 (java) R 17007 17007 11591 0 -1 4202560 2195 0 0 0 7620 0 0 0 20 0 19 0 407630850 15787421696 1175875 33554432000 4194304 4196468 140736008839920 140174224154520 140174400607277 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 30142464 140736008848367 140736008848538 140736008848538 140736008851407 0
[pid=17009/tid=17028] ppid=17007 vsize=15417404 memory=4703500 CPUtime=76.74 cores=1,3,5,7
/proc/17009/task/17028/stat : 17028 (java) R 17007 17007 11591 0 -1 4202560 2426 0 0 0 7674 0 0 0 20 0 19 0 407630850 15787421696 1175875 33554432000 4194304 4196468 140736008839920 140174223102488 140174400665392 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30142464 140736008848367 140736008848538 140736008848538 140736008851407 0
Current children cumulated CPU time: 342.72 s
Current children cumulated vsize: 15530532 KiB
Current children cumulated memory: 4704948 KiB

[startup+98.8009 s]
/proc/loadavg: 7.85 7.80 7.91 10/238 17034
/proc/meminfo: memFree=18304096/32770624 swapFree=66952812/67108860
[pid=17007] ppid=17004 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/17007/stat : 17007 (xcsp3-exec) S 17004 17007 11591 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 407628744 115843072 362 33554432000 4194304 5098028 140721646252672 140721646250776 140717273133692 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 39530496 140721646261114 140721646261357 140721646261357 140721646264266 0
/proc/17007/statm: 28282 362 304 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1448 KiB

Child status: 0
Real time (s): 98.8081
CPU time (s): 344.274
CPU user time (s): 340.928
CPU system time (s): 3.34603
CPU usage (%): 348.426
Max. virtual memory (cumulated for all children) (KiB): 15530532
Max. memory (cumulated for all children) (KiB): 4704948

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 340.928
system time used= 3.34603
maximum resident set size= 4703580
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 85751
page faults= 0
swaps= 0
block input operations= 0
block output operations= 232
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5480
involuntary context switches= 7265


# summary of solver processes directly reported to runsolver:
#   pid: 17007
#   total CPU time (s): 344.274
#   total CPU user time (s): 340.928
#   total CPU system time (s): 3.34603

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.689342 second user time and 1.1402 second system time

The end

Launcher Data

Begin job on node117 at 2019-09-12 21:33:46
IDJOB=4393040
IDBENCH=126097
IDSOLVER=2840
FILE ID=node117/4393040-1568316868
RUNJOBID= node117-1568312851-11623
PBS_JOBID= 21701132
Free space on /tmp= 58860 MiB

SOLVER NAME= choco-solver 2019-06-14
BENCH NAME= XCSP17/QRandom/QRandom-mdd-7-25-5/mdd-7-25-5-56-09.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-4393040-1568316868/watcher-4393040-1568316868 -o /tmp/evaluation-result-4393040-1568316868/solver-4393040-1568316868 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node117-1568312851-11623 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1684780253 HOME/instance-4393040-1568316868.xml

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

MD5SUM BENCH= e7714f1bdc5f54a36db8d66dbea9ce0a
RANDOM SEED=1684780253

node117.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:        22913708 kB
MemAvailable:   30753656 kB
Buffers:          194244 kB
Cached:          7871472 kB
SwapCached:        52484 kB
Active:          2465968 kB
Inactive:        6712120 kB
Active(anon):    1068888 kB
Inactive(anon):    84624 kB
Active(file):    1397080 kB
Inactive(file):  6627496 kB
Unevictable:      107732 kB
Mlocked:          107732 kB
SwapTotal:      67108860 kB
SwapFree:       66952812 kB
Dirty:             58988 kB
Writeback:             0 kB
AnonPages:       1172320 kB
Mapped:            56492 kB
Shmem:             32816 kB
Slab:             272628 kB
SReclaimable:     243832 kB
SUnreclaim:        28796 kB
KernelStack:        3952 kB
PageTables:         7452 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2285020 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1071104 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 58836 MiB
End job on node117 at 2019-09-12 21:35:25