Trace number 4272660

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 5a (2017-07-26)SAT 685.75598 678.67603

General information on the benchmark

NameRandom/Random-RB-3-28-28f/
rand-3-28-28-93-632f-05.xml
MD5SUM1bf4ccefbf8ae7bb3bb3e34b69384fe1
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 benchmark687.52002
Satisfiable
(Un)Satisfiability was proved
Number of variables28
Number of constraints93
Number of domains1
Minimum domain size28
Maximum domain size28
Distribution of domain sizes[{"size":28,"count":28}]
Minimum variable degree4
Maximum variable degree16
Distribution of variable degrees[{"degree":4,"count":1},{"degree":5,"count":2},{"degree":6,"count":1},{"degree":7,"count":4},{"degree":9,"count":3},{"degree":10,"count":3},{"degree":11,"count":6},{"degree":12,"count":2},{"degree":13,"count":3},{"degree":14,"count":1},{"degree":15,"count":1},{"degree":16,"count":1}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":93}]
Number of extensional constraints93
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":93}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.09	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4272660-1502721146.xml"  -tl '2520s' -p 1 -x 3
0.09/0.27	c [HOME/instance-4272660-1502721146.xml, -tl, 2520s, -p, 1, -x, 3]
0.28/0.33	c simple solver
0.28/0.40	c parse instance...
3.18/2.00	c solve instance...
685.65/678.65	s SATISFIABLE
685.65/678.65	v <instantiation>
685.65/678.65	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] </list>
685.65/678.65	v 	<values>23 4 18 0 18 21 22 12 26 5 23 3 3 4 20 14 2 3 5 9 20 13 8 16 25 10 0 23 </values>
685.65/678.65	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 (14642 MiB free)
  memory of node 1: 16384 MiB (15353 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4272660-1502721146/watcher-4272660-1502721146 -o /tmp/evaluation-result-4272660-1502721146/solver-4272660-1502721146 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502662595-11629 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 411652529 HOME/instance-4272660-1502721146.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=21425, runsolver pid=21422

[startup+0.100264 s]*
/proc/loadavg: 2.01 1.80 1.73 3/197 21427
/proc/meminfo: memFree=30716656/32770624 swapFree=67108860/67108860
[pid=21425] ppid=21422 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/21425/stat : 21425 (xcsp3-exec) S 21422 21425 897 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 74335239 9740288 345 18446744073709551615 4194304 5098028 140720972832560 140720972830664 140098358116988 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 9 0 0 7196144 7232144 30429184 140720972837241 140720972837445 140720972837445 140720972840939 0
/proc/21425/statm: 2378 345 289 221 0 87 0
[pid=21427] ppid=21425 vsize=13355668 memory=7832 CPUtime=0 cores=1,3,5,7
/proc/21427/stat : 21427 (java) S 21425 21425 897 0 -1 1077944320 2228 0 0 0 0 0 0 0 20 0 6 0 74335249 13676204032 1958 18446744073709551615 4194304 4196468 140725473098864 140725473081408 140378962665207 0 0 1 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 22618112 140725473100209 140725473100385 140725473100385 140725473103823 0
/proc/21427/statm: 3338917 1958 1170 1 0 3328887 0
[pid=21427/tid=21428] ppid=21425 vsize=13356504 memory=7311146985107750967 CPUtime=0 cores=1,3,5,7
/proc/21427/task/21428/stat : 21428 (java) R 21425 21425 897 0 -1 4202560 1166 0 0 0 0 0 0 0 20 0 6 0 74335250 13677060096 2089 18446744073709551615 4194304 4196468 140725473098864 140378966906168 140378946284736 0 4 1 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22618112 140725473100209 140725473100385 140725473100385 140725473103823 0
[pid=21427/tid=21429] ppid=21425 vsize=13356504 memory=12619 CPUtime=0 cores=1,3,5,7
/proc/21427/task/21429/stat : 21429 (java) S 21425 21425 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 74335250 13677060096 2154 18446744073709551615 4194304 4196468 140725473098864 140378563230480 140378962675413 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22618112 140725473100209 140725473100385 140725473100385 140725473103823 0
[pid=21427/tid=21430] ppid=21425 vsize=13356504 memory=140157822391540 CPUtime=0 cores=1,3,5,7
/proc/21427/task/21430/stat : 21430 (java) S 21425 21425 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 74335250 13677060096 2154 18446744073709551615 4194304 4196468 140725473098864 140378562177936 140378962675413 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22618112 140725473100209 140725473100385 140725473100385 140725473103823 0
[pid=21427/tid=21431] ppid=21425 vsize=13356504 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21427/task/21431/stat : 21431 (java) S 21425 21425 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 74335250 13677060096 2154 18446744073709551615 4194304 4196468 140725473098864 140378561125392 140378962675413 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22618112 140725473100209 140725473100385 140725473100385 140725473103823 0
[pid=21427/tid=21432] ppid=21425 vsize=13356504 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21427/task/21432/stat : 21432 (java) S 21425 21425 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 74335250 13677060096 2154 18446744073709551615 4194304 4196468 140725473098864 140378560072848 140378962675413 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22618112 140725473100209 140725473100385 140725473100385 140725473103823 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 13365180 KiB
Current children cumulated memory: 9212 KiB

[startup+0.209704 s]*
/proc/loadavg: 2.01 1.80 1.73 3/211 21441
/proc/meminfo: memFree=30702328/32770624 swapFree=67108860/67108860
[pid=21425] ppid=21422 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/21425/stat : 21425 (xcsp3-exec) S 21422 21425 897 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 74335239 9740288 345 18446744073709551615 4194304 5098028 140720972832560 140720972830664 140098358116988 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 9 0 0 7196144 7232144 30429184 140720972837241 140720972837445 140720972837445 140720972840939 0
/proc/21425/statm: 2378 345 289 221 0 87 0
[pid=21427] ppid=21425 vsize=13974352 memory=27412 CPUtime=0.09 cores=1,3,5,7
/proc/21427/stat : 21427 (java) S 21425 21425 897 0 -1 1077944320 5250 0 0 0 9 0 0 0 20 0 15 0 74335249 14309736448 6853 18446744073709551615 4194304 4196468 140725473098864 140725473081408 140378962665207 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 22618112 140725473100209 140725473100385 140725473100385 140725473103823 0
/proc/21427/statm: 3493588 6853 2753 1 0 3482964 0
[pid=21427/tid=21428] ppid=21425 vsize=13974352 memory=7311146985107750967 CPUtime=0.07 cores=1,3,5,7
/proc/21427/task/21428/stat : 21428 (java) R 21425 21425 897 0 -1 4202560 3399 0 0 0 7 0 0 0 20 0 15 0 74335250 14309736448 6853 18446744073709551615 4194304 4196468 140725473098864 140378966896304 140378955343221 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 22618112 140725473100209 140725473100385 140725473100385 140725473103823 0
[pid=21427/tid=21429] ppid=21425 vsize=13974352 memory=12619 CPUtime=0 cores=1,3,5,7
/proc/21427/task/21429/stat : 21429 (java) S 21425 21425 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74335250 14309736448 6853 18446744073709551615 4194304 4196468 140725473098864 140378563230480 140378962675413 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22618112 140725473100209 140725473100385 140725473100385 140725473103823 0
[pid=21427/tid=21430] ppid=21425 vsize=13974352 memory=140157822391540 CPUtime=0 cores=1,3,5,7
/proc/21427/task/21430/stat : 21430 (java) S 21425 21425 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74335250 14309736448 6853 18446744073709551615 4194304 4196468 140725473098864 140378562177936 140378962675413 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22618112 140725473100209 140725473100385 140725473100385 140725473103823 0
[pid=21427/tid=21431] ppid=21425 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21427/task/21431/stat : 21431 (java) S 21425 21425 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 74335250 14309736448 6853 18446744073709551615 4194304 4196468 140725473098864 140378561125392 140378962675413 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22618112 140725473100209 140725473100385 140725473100385 140725473103823 0
[pid=21427/tid=21432] ppid=21425 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21427/task/21432/stat : 21432 (java) S 21425 21425 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 74335250 14309736448 6853 18446744073709551615 4194304 4196468 140725473098864 140378560072848 140378962675413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22618112 140725473100209 140725473100385 140725473100385 140725473103823 0
[pid=21427/tid=21433] ppid=21425 vsize=13974352 memory=140157822371456 CPUtime=0 cores=1,3,5,7
/proc/21427/task/21433/stat : 21433 (java) S 21425 21425 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 74335252 14309736448 6853 18446744073709551615 4194304 4196468 140725473098864 140378441189360 140378962676354 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22618112 140725473100209 140725473100385 140725473100385 140725473103823 0
[pid=21427/tid=21434] ppid=21425 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21427/task/21434/stat : 21434 (java) S 21425 21425 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 74335252 14309736448 6853 18446744073709551615 4194304 4196468 140725473098864 140378440135584 140378962675413 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22618112 140725473100209 140725473100385 140725473100385 140725473103823 0
[pid=21427/tid=21435] ppid=21425 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21427/task/21435/stat : 21435 (java) S 21425 21425 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 74335252 14309736448 6853 18446744073709551615 4194304 4196468 140725473098864 140378439082992 140378962675413 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22618112 140725473100209 140725473100385 140725473100385 140725473103823 0
[pid=21427/tid=21436] ppid=21425 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21427/task/21436/stat : 21436 (java) S 21425 21425 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74335255 14309736448 6853 18446744073709551615 4194304 4196468 140725473098864 140378438031568 140378962683803 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22618112 140725473100209 140725473100385 140725473100385 140725473103823 0
[pid=21427/tid=21437] ppid=21425 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21427/task/21437/stat : 21437 (java) S 21425 21425 897 0 -1 1077944384 298 0 0 0 0 0 0 0 20 0 15 0 74335255 14309736448 6853 18446744073709551615 4194304 4196468 140725473098864 140378436979184 140378962676354 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22618112 140725473100209 140725473100385 140725473100385 140725473103823 0
[pid=21427/tid=21438] ppid=21425 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21427/task/21438/stat : 21438 (java) S 21425 21425 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74335255 14309736448 6853 18446744073709551615 4194304 4196468 140725473098864 140378435926640 140378962676354 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22618112 140725473100209 140725473100385 140725473100385 140725473103823 0
[pid=21427/tid=21439] ppid=21425 vsize=13974352 memory=140157822371456 CPUtime=0.01 cores=1,3,5,7
/proc/21427/task/21439/stat : 21439 (java) S 21425 21425 897 0 -1 1077944384 245 0 0 0 1 0 0 0 20 0 15 0 74335255 14309736448 6853 18446744073709551615 4194304 4196468 140725473098864 140378434874096 140378962676354 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22618112 140725473100209 140725473100385 140725473100385 140725473103823 0
[pid=21427/tid=21440] ppid=21425 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21427/task/21440/stat : 21440 (java) S 21425 21425 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74335255 14309736448 6853 18446744073709551615 4194304 4196468 140725473098864 140378433821792 140378962675413 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22618112 140725473100209 140725473100385 140725473100385 140725473103823 0
[pid=21427/tid=21441] ppid=21425 vsize=13974352 memory=140157822371456 CPUtime=0 cores=1,3,5,7
/proc/21427/task/21441/stat : 21441 (java) S 21425 21425 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74335258 14309736448 6853 18446744073709551615 4194304 4196468 140725473098864 140378432768304 140378962676354 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22618112 140725473100209 140725473100385 140725473100385 140725473103823 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 28792 KiB

[startup+0.310325 s]*
/proc/loadavg: 2.01 1.80 1.73 4/211 21441
/proc/meminfo: memFree=30688840/32770624 swapFree=67108860/67108860
[pid=21425] ppid=21422 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/21425/stat : 21425 (xcsp3-exec) S 21422 21425 897 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 74335239 9740288 345 18446744073709551615 4194304 5098028 140720972832560 140720972830664 140098358116988 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 9 0 0 7196144 7232144 30429184 140720972837241 140720972837445 140720972837445 140720972840939 0
/proc/21425/statm: 2378 345 289 221 0 87 0
[pid=21427] ppid=21425 vsize=13974352 memory=37296 CPUtime=0.28 cores=1,3,5,7
/proc/21427/stat : 21427 (java) S 21425 21425 897 0 -1 1077944320 8955 0 0 0 26 2 0 0 20 0 15 0 74335249 14309736448 9324 18446744073709551615 4194304 4196468 140725473098864 140725473081408 140378962665207 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 22618112 140725473100209 140725473100385 140725473100385 140725473103823 0
/proc/21427/statm: 3493588 9324 2981 1 0 3482964 0
[pid=21427/tid=21428] ppid=21425 vsize=13974352 memory=-8774313645642428999 CPUtime=0.17 cores=1,3,5,7
/proc/21427/task/21428/stat : 21428 (java) R 21425 21425 897 0 -1 4202560 6128 0 0 0 16 1 0 0 20 0 15 0 74335250 14309736448 9324 18446744073709551615 4194304 4196468 140725473098864 140378966891520 140378604753139 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 22618112 140725473100209 140725473100385 140725473100385 140725473103823 0
[pid=21427/tid=21429] ppid=21425 vsize=13974352 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/21427/task/21429/stat : 21429 (java) S 21425 21425 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74335250 14309736448 9324 18446744073709551615 4194304 4196468 140725473098864 140378563230480 140378962675413 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22618112 140725473100209 140725473100385 140725473100385 140725473103823 0
[pid=21427/tid=21430] ppid=21425 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21427/task/21430/stat : 21430 (java) S 21425 21425 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74335250 14309736448 9324 18446744073709551615 4194304 4196468 140725473098864 140378562177936 140378962675413 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22618112 140725473100209 140725473100385 140725473100385 140725473103823 0
[pid=21427/tid=21431] ppid=21425 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21427/task/21431/stat : 21431 (java) S 21425 21425 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 74335250 14309736448 9324 18446744073709551615 4194304 4196468 140725473098864 140378561125392 140378962675413 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22618112 140725473100209 140725473100385 140725473100385 140725473103823 0
[pid=21427/tid=21432] ppid=21425 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21427/task/21432/stat : 21432 (java) S 21425 21425 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 74335250 14309736448 9324 18446744073709551615 4194304 4196468 140725473098864 140378560072848 140378962675413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22618112 140725473100209 140725473100385 140725473100385 140725473103823 0
[pid=21427/tid=21433] ppid=21425 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21427/task/21433/stat : 21433 (java) S 21425 21425 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 74335252 14309736448 9324 18446744073709551615 4194304 4196468 140725473098864 140378441189360 140378962676354 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22618112 140725473100209 140725473100385 140725473100385 140725473103823 0
[pid=21427/tid=21434] ppid=21425 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21427/task/21434/stat : 21434 (java) S 21425 21425 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 74335252 14309736448 9324 18446744073709551615 4194304 4196468 140725473098864 140378440135584 140378962675413 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22618112 140725473100209 140725473100385 140725473100385 140725473103823 0
[pid=21427/tid=21435] ppid=21425 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21427/task/21435/stat : 21435 (java) S 21425 21425 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 74335252 14309736448 9324 18446744073709551615 4194304 4196468 140725473098864 140378439082992 140378962675413 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22618112 140725473100209 140725473100385 140725473100385 140725473103823 0
[pid=21427/tid=21436] ppid=21425 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21427/task/21436/stat : 21436 (java) S 21425 21425 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74335255 14309736448 9324 18446744073709551615 4194304 4196468 140725473098864 140378438031568 140378962683803 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22618112 140725473100209 140725473100385 140725473100385 140725473103823 0
[pid=21427/tid=21437] ppid=21425 vsize=13974352 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/21427/task/21437/stat : 21437 (java) S 21425 21425 897 0 -1 1077944384 756 0 0 0 2 0 0 0 20 0 15 0 74335255 14309736448 9324 18446744073709551615 4194304 4196468 140725473098864 140378436979184 140378962676354 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22618112 140725473100209 140725473100385 140725473100385 140725473103823 0
[pid=21427/tid=21438] ppid=21425 vsize=13974352 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/21427/task/21438/stat : 21438 (java) R 21425 21425 897 0 -1 1077944384 51 0 0 0 1 0 0 0 20 0 15 0 74335255 14309736448 9324 18446744073709551615 4194304 4196468 140725473098864 140378435926640 140378962676354 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22618112 140725473100209 140725473100385 140725473100385 140725473103823 0
[pid=21427/tid=21439] ppid=21425 vsize=13974352 memory=140157822371456 CPUtime=0.06 cores=1,3,5,7
/proc/21427/task/21439/stat : 21439 (java) S 21425 21425 897 0 -1 1077944384 717 0 0 0 6 0 0 0 20 0 15 0 74335255 14309736448 9324 18446744073709551615 4194304 4196468 140725473098864 140378434874096 140378962676354 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22618112 140725473100209 140725473100385 140725473100385 140725473103823 0
[pid=21427/tid=21440] ppid=21425 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21427/task/21440/stat : 21440 (java) S 21425 21425 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74335255 14309736448 9324 18446744073709551615 4194304 4196468 140725473098864 140378433821792 140378962675413 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22618112 140725473100209 140725473100385 140725473100385 140725473103823 0
[pid=21427/tid=21441] ppid=21425 vsize=13974352 memory=140157822371456 CPUtime=0 cores=1,3,5,7
/proc/21427/task/21441/stat : 21441 (java) S 21425 21425 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74335258 14309736448 9324 18446744073709551615 4194304 4196468 140725473098864 140378432768304 140378962676354 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22618112 140725473100209 140725473100385 140725473100385 140725473103823 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 38676 KiB

[startup+0.700813 s]
/proc/loadavg: 2.01 1.80 1.73 3/211 21441
/proc/meminfo: memFree=30667276/32770624 swapFree=67108860/67108860
[pid=21425] ppid=21422 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/21425/stat : 21425 (xcsp3-exec) S 21422 21425 897 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 74335239 9740288 345 18446744073709551615 4194304 5098028 140720972832560 140720972830664 140098358116988 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 9 0 0 7196144 7232144 30429184 140720972837241 140720972837445 140720972837445 140720972840939 0
/proc/21425/statm: 2378 345 289 221 0 87 0
[pid=21427] ppid=21425 vsize=13978684 memory=125764 CPUtime=1.22 cores=1,3,5,7
/proc/21427/stat : 21427 (java) S 21425 21425 897 0 -1 1077944320 12347 0 0 0 118 4 0 0 20 0 15 0 74335249 14314172416 31441 18446744073709551615 4194304 4196468 140725473098864 140725473081408 140378962665207 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 22618112 140725473100209 140725473100385 140725473100385 140725473103823 0
/proc/21427/statm: 3494671 31441 3166 1 0 3482964 0
[pid=21427/tid=21428] ppid=21425 vsize=13978684 memory=40968 CPUtime=0.55 cores=1,3,5,7
/proc/21427/task/21428/stat : 21428 (java) R 21425 21425 897 0 -1 4202560 7858 0 0 0 52 3 0 0 20 0 15 0 74335250 14314172416 31441 18446744073709551615 4194304 4196468 140725473098864 140378966899168 140378607785568 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 22618112 140725473100209 140725473100385 140725473100385 140725473103823 0
[pid=21427/tid=21429] ppid=21425 vsize=13978684 memory=2372 CPUtime=0 cores=1,3,5,7
/proc/21427/task/21429/stat : 21429 (java) S 21425 21425 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74335250 14314172416 31441 18446744073709551615 4194304 4196468 140725473098864 140378563230480 140378962675413 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22618112 140725473100209 140725473100385 140725473100385 140725473103823 0
[pid=21427/tid=21430] ppid=21425 vsize=13978684 memory=25332 CPUtime=0 cores=1,3,5,7
/proc/21427/task/21430/stat : 21430 (java) S 21425 21425 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74335250 14314172416 31441 18446744073709551615 4194304 4196468 140725473098864 140378562177936 140378962675413 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22618112 140725473100209 140725473100385 140725473100385 140725473103823 0
[pid=21427/tid=21431] ppid=21425 vsize=13978684 memory=4116 CPUtime=0 cores=1,3,5,7
/proc/21427/task/21431/stat : 21431 (java) S 21425 21425 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 74335250 14314172416 31441 18446744073709551615 4194304 4196468 140725473098864 140378561125392 140378962675413 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22618112 140725473100209 140725473100385 140725473100385 140725473103823 0
[pid=21427/tid=21432] ppid=21425 vsize=13978684 memory=6657 CPUtime=0 cores=1,3,5,7
/proc/21427/task/21432/stat : 21432 (java) S 21425 21425 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 74335250 14314172416 31441 18446744073709551615 4194304 4196468 140725473098864 140378560072848 140378962675413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22618112 140725473100209 140725473100385 140725473100385 140725473103823 0
[pid=21427/tid=21433] ppid=21425 vsize=13978684 memory=4420 CPUtime=0 cores=1,3,5,7
/proc/21427/task/21433/stat : 21433 (java) S 21425 21425 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 74335252 14314172416 31441 18446744073709551615 4194304 4196468 140725473098864 140378441189360 140378962676354 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22618112 140725473100209 140725473100385 140725473100385 140725473103823 0
[pid=21427/tid=21434] ppid=21425 vsize=13978684 memory=6628 CPUtime=0 cores=1,3,5,7
/proc/21427/task/21434/stat : 21434 (java) S 21425 21425 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 74335252 14314172416 31441 18446744073709551615 4194304 4196468 140725473098864 140378440135584 140378962675413 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22618112 140725473100209 140725473100385 140725473100385 140725473103823 0
[pid=21427/tid=21435] ppid=21425 vsize=13978684 memory=6660 CPUtime=0 cores=1,3,5,7
/proc/21427/task/21435/stat : 21435 (java) S 21425 21425 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 74335252 14314172416 31441 18446744073709551615 4194304 4196468 140725473098864 140378439082992 140378962675413 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22618112 140725473100209 140725473100385 140725473100385 140725473103823 0
[pid=21427/tid=21436] ppid=21425 vsize=13978684 memory=33 CPUtime=0 cores=1,3,5,7
/proc/21427/task/21436/stat : 21436 (java) S 21425 21425 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74335255 14314172416 31441 18446744073709551615 4194304 4196468 140725473098864 140378438031568 140378962683803 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22618112 140725473100209 140725473100385 140725473100385 140725473103823 0
[pid=21427/tid=21437] ppid=21425 vsize=13978684 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/21427/task/21437/stat : 21437 (java) R 21425 21425 897 0 -1 4202560 1395 0 0 0 21 0 0 0 20 0 15 0 74335255 14314172416 31441 18446744073709551615 4194304 4196468 140725473098864 140378436965064 140378948680864 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 22618112 140725473100209 140725473100385 140725473100385 140725473103823 0
[pid=21427/tid=21438] ppid=21425 vsize=13978684 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/21427/task/21438/stat : 21438 (java) R 21425 21425 897 0 -1 4202560 693 0 0 0 20 0 0 0 20 0 15 0 74335255 14314172416 31441 18446744073709551615 4194304 4196468 140725473098864 140378435912200 140378947594620 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22618112 140725473100209 140725473100385 140725473100385 140725473103823 0
[pid=21427/tid=21439] ppid=21425 vsize=13978684 memory=0 CPUtime=0.23 cores=1,3,5,7
/proc/21427/task/21439/stat : 21439 (java) S 21425 21425 897 0 -1 1077944384 1096 0 0 0 23 0 0 0 20 0 15 0 74335255 14314172416 31441 18446744073709551615 4194304 4196468 140725473098864 140378434874096 140378962676354 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22618112 140725473100209 140725473100385 140725473100385 140725473103823 0
[pid=21427/tid=21440] ppid=21425 vsize=13978684 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/21427/task/21440/stat : 21440 (java) S 21425 21425 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74335255 14314172416 31441 18446744073709551615 4194304 4196468 140725473098864 140378433821792 140378962675413 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22618112 140725473100209 140725473100385 140725473100385 140725473103823 0
[pid=21427/tid=21441] ppid=21425 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21427/task/21441/stat : 21441 (java) S 21425 21425 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74335258 14314172416 31441 18446744073709551615 4194304 4196468 140725473098864 140378432768304 140378962676354 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22618112 140725473100209 140725473100385 140725473100385 140725473103823 0
Current children cumulated CPU time: 1.22 s
Current children cumulated vsize: 13988196 KiB
Current children cumulated memory: 127144 KiB

[startup+1.50085 s]
/proc/loadavg: 2.01 1.80 1.73 3/211 21441
/proc/meminfo: memFree=30502592/32770624 swapFree=67108860/67108860
[pid=21425] ppid=21422 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/21425/stat : 21425 (xcsp3-exec) S 21422 21425 897 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 74335239 9740288 345 18446744073709551615 4194304 5098028 140720972832560 140720972830664 140098358116988 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 9 0 0 7196144 7232144 30429184 140720972837241 140720972837445 140720972837445 140720972840939 0
/proc/21425/statm: 2378 345 289 221 0 87 0
[pid=21427] ppid=21425 vsize=13978684 memory=389508 CPUtime=2.61 cores=1,3,5,7
/proc/21427/stat : 21427 (java) S 21425 21425 897 0 -1 1077944320 13602 0 0 0 239 22 0 0 20 0 15 0 74335249 14314172416 97377 18446744073709551615 4194304 4196468 140725473098864 140725473081408 140378962665207 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 22618112 140725473100209 140725473100385 140725473100385 140725473103823 0
/proc/21427/statm: 3494671 97377 3199 1 0 3482964 0
[pid=21427/tid=21428] ppid=21425 vsize=13978684 memory=357680 CPUtime=1.27 cores=1,3,5,7
/proc/21427/task/21428/stat : 21428 (java) R 21425 21425 897 0 -1 4202560 8013 0 0 0 122 5 0 0 20 0 15 0 74335250 14314172416 97377 18446744073709551615 4194304 4196468 140725473098864 140378966886128 140378962677142 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 22618112 140725473100209 140725473100385 140725473100385 140725473103823 0
[pid=21427/tid=21429] ppid=21425 vsize=13978684 memory=2372 CPUtime=0.06 cores=1,3,5,7
/proc/21427/task/21429/stat : 21429 (java) S 21425 21425 897 0 -1 1077944384 139 0 0 0 3 3 0 0 20 0 15 0 74335250 14314172416 97377 18446744073709551615 4194304 4196468 140725473098864 140378563230480 140378962675413 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22618112 140725473100209 140725473100385 140725473100385 140725473103823 0
[pid=21427/tid=21430] ppid=21425 vsize=13978684 memory=25332 CPUtime=0.06 cores=1,3,5,7
/proc/21427/task/21430/stat : 21430 (java) S 21425 21425 897 0 -1 1077944384 159 0 0 0 3 3 0 0 20 0 15 0 74335250 14314172416 97377 18446744073709551615 4194304 4196468 140725473098864 140378562177936 140378962675413 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22618112 140725473100209 140725473100385 140725473100385 140725473103823 0
[pid=21427/tid=21431] ppid=21425 vsize=13978684 memory=280315335544528 CPUtime=0.07 cores=1,3,5,7
/proc/21427/task/21431/stat : 21431 (java) S 21425 21425 897 0 -1 1077944384 100 0 0 0 4 3 0 0 20 0 15 0 74335250 14314172416 97377 18446744073709551615 4194304 4196468 140725473098864 140378561125392 140378962675413 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22618112 140725473100209 140725473100385 140725473100385 140725473103823 0
[pid=21427/tid=21432] ppid=21425 vsize=13978684 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/21427/task/21432/stat : 21432 (java) S 21425 21425 897 0 -1 1077944384 100 0 0 0 3 3 0 0 20 0 15 0 74335250 14314172416 97377 18446744073709551615 4194304 4196468 140725473098864 140378560072848 140378962675413 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22618112 140725473100209 140725473100385 140725473100385 140725473103823 0
[pid=21427/tid=21433] ppid=21425 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21427/task/21433/stat : 21433 (java) S 21425 21425 897 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 15 0 74335252 14314172416 97377 18446744073709551615 4194304 4196468 140725473098864 140378441189360 140378962676354 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22618112 140725473100209 140725473100385 140725473100385 140725473103823 0
[pid=21427/tid=21434] ppid=21425 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21427/task/21434/stat : 21434 (java) S 21425 21425 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 74335252 14314172416 97377 18446744073709551615 4194304 4196468 140725473098864 140378440135584 140378962675413 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22618112 140725473100209 140725473100385 140725473100385 140725473103823 0
[pid=21427/tid=21435] ppid=21425 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7

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

/proc/21425/stat : 21425 (xcsp3-exec) S 21422 21425 897 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 74335239 9740288 345 18446744073709551615 4194304 5098028 140720972832560 140720972830664 140098358116988 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 9 0 0 7196144 7232144 30429184 140720972837241 140720972837445 140720972837445 140720972840939 0
/proc/21425/statm: 2378 345 289 221 0 87 0
[pid=21427] ppid=21425 vsize=13980732 memory=3555892 CPUtime=683.85 cores=1,3,5,7
/proc/21427/stat : 21427 (java) S 21425 21425 897 0 -1 1077944320 91001 0 0 0 68268 117 0 0 20 0 15 0 74335249 14316269568 888973 18446744073709551615 4194304 4196468 140725473098864 140725473081408 140378962665207 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 22618112 140725473100209 140725473100385 140725473100385 140725473103823 0
/proc/21427/statm: 3495183 888973 3236 1 0 3483476 0
[pid=21427/tid=21428] ppid=21425 vsize=13980732 memory=640 CPUtime=676.35 cores=1,3,5,7
/proc/21427/task/21428/stat : 21428 (java) R 21425 21425 897 0 -1 4202560 41968 0 0 0 67585 50 0 0 20 0 15 0 74335250 14316269568 888973 18446744073709551615 4194304 4196468 140725473098864 140378966902296 140378609872269 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 22618112 140725473100209 140725473100385 140725473100385 140725473103823 0
[pid=21427/tid=21429] ppid=21425 vsize=13980732 memory=1792 CPUtime=0.33 cores=1,3,5,7
/proc/21427/task/21429/stat : 21429 (java) S 21425 21425 897 0 -1 1077944384 2269 0 0 0 21 12 0 0 20 0 15 0 74335250 14316269568 888973 18446744073709551615 4194304 4196468 140725473098864 140378563230480 140378962675413 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22618112 140725473100209 140725473100385 140725473100385 140725473103823 0
[pid=21427/tid=21430] ppid=21425 vsize=13980732 memory=3904 CPUtime=0.32 cores=1,3,5,7
/proc/21427/task/21430/stat : 21430 (java) S 21425 21425 897 0 -1 1077944384 994 0 0 0 21 11 0 0 20 0 15 0 74335250 14316269568 888973 18446744073709551615 4194304 4196468 140725473098864 140378562177936 140378962675413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22618112 140725473100209 140725473100385 140725473100385 140725473103823 0
[pid=21427/tid=21431] ppid=21425 vsize=13980732 memory=3555892 CPUtime=0.33 cores=1,3,5,7
/proc/21427/task/21431/stat : 21431 (java) S 21425 21425 897 0 -1 1077944384 2464 0 0 0 21 12 0 0 20 0 15 0 74335250 14316269568 888973 18446744073709551615 4194304 4196468 140725473098864 140378561125392 140378962675413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22618112 140725473100209 140725473100385 140725473100385 140725473103823 0
[pid=21427/tid=21432] ppid=21425 vsize=13980732 memory=1380 CPUtime=0.33 cores=1,3,5,7
/proc/21427/task/21432/stat : 21432 (java) S 21425 21425 897 0 -1 1077944384 2173 0 0 0 22 11 0 0 20 0 15 0 74335250 14316269568 888973 18446744073709551615 4194304 4196468 140725473098864 140378560072848 140378962675413 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22618112 140725473100209 140725473100385 140725473100385 140725473103823 0
[pid=21427/tid=21433] ppid=21425 vsize=13980732 memory=3555892 CPUtime=0.02 cores=1,3,5,7
/proc/21427/task/21433/stat : 21433 (java) S 21425 21425 897 0 -1 1077944384 3633 0 0 0 2 0 0 0 20 0 15 0 74335252 14316269568 888973 18446744073709551615 4194304 4196468 140725473098864 140378441189360 140378962676354 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22618112 140725473100209 140725473100385 140725473100385 140725473103823 0
[pid=21427/tid=21434] ppid=21425 vsize=13980732 memory=2248 CPUtime=0 cores=1,3,5,7
/proc/21427/task/21434/stat : 21434 (java) S 21425 21425 897 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 74335252 14316269568 888973 18446744073709551615 4194304 4196468 140725473098864 140378440135648 140378962675413 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22618112 140725473100209 140725473100385 140725473100385 140725473103823 0
[pid=21427/tid=21435] ppid=21425 vsize=13980732 memory=4304 CPUtime=0 cores=1,3,5,7
/proc/21427/task/21435/stat : 21435 (java) S 21425 21425 897 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 74335252 14316269568 888973 18446744073709551615 4194304 4196468 140725473098864 140378439083008 140378962675413 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22618112 140725473100209 140725473100385 140725473100385 140725473103823 0
[pid=21427/tid=21436] ppid=21425 vsize=13980732 memory=1624 CPUtime=0 cores=1,3,5,7
/proc/21427/task/21436/stat : 21436 (java) S 21425 21425 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74335255 14316269568 888973 18446744073709551615 4194304 4196468 140725473098864 140378438031568 140378962683803 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22618112 140725473100209 140725473100385 140725473100385 140725473103823 0
[pid=21427/tid=21437] ppid=21425 vsize=13980732 memory=-8774313645642428999 CPUtime=2.57 cores=1,3,5,7
/proc/21427/task/21437/stat : 21437 (java) S 21425 21425 897 0 -1 1077944384 12825 0 0 0 255 2 0 0 20 0 15 0 74335255 14316269568 888973 18446744073709551615 4194304 4196468 140725473098864 140378436979184 140378962676354 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 11 0 0 6293624 6294260 22618112 140725473100209 140725473100385 140725473100385 140725473103823 0
[pid=21427/tid=21438] ppid=21425 vsize=13980732 memory=1380 CPUtime=2.48 cores=1,3,5,7
/proc/21427/task/21438/stat : 21438 (java) S 21425 21425 897 0 -1 1077944384 15935 0 0 0 247 1 0 0 20 0 15 0 74335255 14316269568 888973 18446744073709551615 4194304 4196468 140725473098864 140378435926640 140378962676354 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 13 0 0 6293624 6294260 22618112 140725473100209 140725473100385 140725473100385 140725473103823 0
[pid=21427/tid=21439] ppid=21425 vsize=13980732 memory=3555892 CPUtime=0.69 cores=1,3,5,7
/proc/21427/task/21439/stat : 21439 (java) S 21425 21425 897 0 -1 1077944384 6815 0 0 0 67 2 0 0 20 0 15 0 74335255 14316269568 888973 18446744073709551615 4194304 4196468 140725473098864 140378434874096 140378962676354 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 13 0 0 6293624 6294260 22618112 140725473100209 140725473100385 140725473100385 140725473103823 0
[pid=21427/tid=21440] ppid=21425 vsize=13980732 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/21427/task/21440/stat : 21440 (java) S 21425 21425 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74335255 14316269568 888973 18446744073709551615 4194304 4196468 140725473098864 140378433821792 140378962675413 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22618112 140725473100209 140725473100385 140725473100385 140725473103823 0
[pid=21427/tid=21441] ppid=21425 vsize=13980732 memory=1228 CPUtime=0.34 cores=1,3,5,7
/proc/21427/task/21441/stat : 21441 (java) S 21425 21425 897 0 -1 1077944384 584 0 0 0 16 18 0 0 20 0 15 0 74335258 14316269568 888973 18446744073709551615 4194304 4196468 140725473098864 140378432768304 140378962676354 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 22 0 0 6293624 6294260 22618112 140725473100209 140725473100385 140725473100385 140725473103823 0
Current children cumulated CPU time: 683.85 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 3557272 KiB

[startup+677.601 s]
/proc/loadavg: 2.10 2.08 1.89 3/211 21631
/proc/meminfo: memFree=25042524/32770624 swapFree=67108860/67108860
[pid=21425] ppid=21422 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/21425/stat : 21425 (xcsp3-exec) S 21422 21425 897 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 74335239 9740288 345 18446744073709551615 4194304 5098028 140720972832560 140720972830664 140098358116988 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 9 0 0 7196144 7232144 30429184 140720972837241 140720972837445 140720972837445 140720972840939 0
/proc/21425/statm: 2378 345 289 221 0 87 0
[pid=21427] ppid=21425 vsize=13980732 memory=3555892 CPUtime=684.65 cores=1,3,5,7
/proc/21427/stat : 21427 (java) S 21425 21425 897 0 -1 1077944320 91017 0 0 0 68348 117 0 0 20 0 15 0 74335249 14316269568 888973 18446744073709551615 4194304 4196468 140725473098864 140725473081408 140378962665207 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 22618112 140725473100209 140725473100385 140725473100385 140725473103823 0
/proc/21427/statm: 3495183 888973 3236 1 0 3483476 0
[pid=21427/tid=21428] ppid=21425 vsize=13980732 memory=-8774313645642428999 CPUtime=677.15 cores=1,3,5,7
/proc/21427/task/21428/stat : 21428 (java) R 21425 21425 897 0 -1 4202560 41984 0 0 0 67665 50 0 0 20 0 15 0 74335250 14316269568 888973 18446744073709551615 4194304 4196468 140725473098864 140378966902296 140378609872811 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 22618112 140725473100209 140725473100385 140725473100385 140725473103823 0
[pid=21427/tid=21429] ppid=21425 vsize=13980732 memory=10164 CPUtime=0.33 cores=1,3,5,7
/proc/21427/task/21429/stat : 21429 (java) S 21425 21425 897 0 -1 1077944384 2269 0 0 0 21 12 0 0 20 0 15 0 74335250 14316269568 888973 18446744073709551615 4194304 4196468 140725473098864 140378563230480 140378962675413 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22618112 140725473100209 140725473100385 140725473100385 140725473103823 0
[pid=21427/tid=21430] ppid=21425 vsize=13980732 memory=1440 CPUtime=0.32 cores=1,3,5,7
/proc/21427/task/21430/stat : 21430 (java) S 21425 21425 897 0 -1 1077944384 994 0 0 0 21 11 0 0 20 0 15 0 74335250 14316269568 888973 18446744073709551615 4194304 4196468 140725473098864 140378562177936 140378962675413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22618112 140725473100209 140725473100385 140725473100385 140725473103823 0
[pid=21427/tid=21431] ppid=21425 vsize=13980732 memory=2000 CPUtime=0.33 cores=1,3,5,7
/proc/21427/task/21431/stat : 21431 (java) S 21425 21425 897 0 -1 1077944384 2464 0 0 0 21 12 0 0 20 0 15 0 74335250 14316269568 888973 18446744073709551615 4194304 4196468 140725473098864 140378561125392 140378962675413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22618112 140725473100209 140725473100385 140725473100385 140725473103823 0
[pid=21427/tid=21432] ppid=21425 vsize=13980732 memory=8976 CPUtime=0.33 cores=1,3,5,7
/proc/21427/task/21432/stat : 21432 (java) S 21425 21425 897 0 -1 1077944384 2173 0 0 0 22 11 0 0 20 0 15 0 74335250 14316269568 888973 18446744073709551615 4194304 4196468 140725473098864 140378560072848 140378962675413 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22618112 140725473100209 140725473100385 140725473100385 140725473103823 0
[pid=21427/tid=21433] ppid=21425 vsize=13980732 memory=1200 CPUtime=0.02 cores=1,3,5,7
/proc/21427/task/21433/stat : 21433 (java) S 21425 21425 897 0 -1 1077944384 3633 0 0 0 2 0 0 0 20 0 15 0 74335252 14316269568 888973 18446744073709551615 4194304 4196468 140725473098864 140378441189360 140378962676354 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22618112 140725473100209 140725473100385 140725473100385 140725473103823 0
[pid=21427/tid=21434] ppid=21425 vsize=13980732 memory=15880 CPUtime=0 cores=1,3,5,7
/proc/21427/task/21434/stat : 21434 (java) S 21425 21425 897 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 74335252 14316269568 888973 18446744073709551615 4194304 4196468 140725473098864 140378440135648 140378962675413 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22618112 140725473100209 140725473100385 140725473100385 140725473103823 0
[pid=21427/tid=21435] ppid=21425 vsize=13980732 memory=22988 CPUtime=0 cores=1,3,5,7
/proc/21427/task/21435/stat : 21435 (java) S 21425 21425 897 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 74335252 14316269568 888973 18446744073709551615 4194304 4196468 140725473098864 140378439083008 140378962675413 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22618112 140725473100209 140725473100385 140725473100385 140725473103823 0
[pid=21427/tid=21436] ppid=21425 vsize=13980732 memory=1292 CPUtime=0 cores=1,3,5,7
/proc/21427/task/21436/stat : 21436 (java) S 21425 21425 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74335255 14316269568 888973 18446744073709551615 4194304 4196468 140725473098864 140378438031568 140378962683803 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22618112 140725473100209 140725473100385 140725473100385 140725473103823 0
[pid=21427/tid=21437] ppid=21425 vsize=13980732 memory=2316 CPUtime=2.57 cores=1,3,5,7
/proc/21427/task/21437/stat : 21437 (java) S 21425 21425 897 0 -1 1077944384 12825 0 0 0 255 2 0 0 20 0 15 0 74335255 14316269568 888973 18446744073709551615 4194304 4196468 140725473098864 140378436979184 140378962676354 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 11 0 0 6293624 6294260 22618112 140725473100209 140725473100385 140725473100385 140725473103823 0
[pid=21427/tid=21438] ppid=21425 vsize=13980732 memory=1728 CPUtime=2.48 cores=1,3,5,7
/proc/21427/task/21438/stat : 21438 (java) S 21425 21425 897 0 -1 1077944384 15935 0 0 0 247 1 0 0 20 0 15 0 74335255 14316269568 888973 18446744073709551615 4194304 4196468 140725473098864 140378435926640 140378962676354 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 13 0 0 6293624 6294260 22618112 140725473100209 140725473100385 140725473100385 140725473103823 0
[pid=21427/tid=21439] ppid=21425 vsize=13980732 memory=1228 CPUtime=0.69 cores=1,3,5,7
/proc/21427/task/21439/stat : 21439 (java) S 21425 21425 897 0 -1 1077944384 6815 0 0 0 67 2 0 0 20 0 15 0 74335255 14316269568 888973 18446744073709551615 4194304 4196468 140725473098864 140378434874096 140378962676354 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 13 0 0 6293624 6294260 22618112 140725473100209 140725473100385 140725473100385 140725473103823 0
[pid=21427/tid=21440] ppid=21425 vsize=13980732 memory=796 CPUtime=0 cores=1,3,5,7
/proc/21427/task/21440/stat : 21440 (java) S 21425 21425 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74335255 14316269568 888973 18446744073709551615 4194304 4196468 140725473098864 140378433821792 140378962675413 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22618112 140725473100209 140725473100385 140725473100385 140725473103823 0
[pid=21427/tid=21441] ppid=21425 vsize=13980732 memory=5788 CPUtime=0.34 cores=1,3,5,7
/proc/21427/task/21441/stat : 21441 (java) S 21425 21425 897 0 -1 1077944384 584 0 0 0 16 18 0 0 20 0 15 0 74335258 14316269568 888973 18446744073709551615 4194304 4196468 140725473098864 140378432768304 140378962676354 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 22 0 0 6293624 6294260 22618112 140725473100209 140725473100385 140725473100385 140725473103823 0
Current children cumulated CPU time: 684.65 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 3557272 KiB

[startup+678.401 s]
/proc/loadavg: 2.10 2.08 1.89 3/211 21631
/proc/meminfo: memFree=25042524/32770624 swapFree=67108860/67108860
[pid=21425] ppid=21422 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/21425/stat : 21425 (xcsp3-exec) S 21422 21425 897 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 74335239 9740288 345 18446744073709551615 4194304 5098028 140720972832560 140720972830664 140098358116988 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 9 0 0 7196144 7232144 30429184 140720972837241 140720972837445 140720972837445 140720972840939 0
/proc/21425/statm: 2378 345 289 221 0 87 0
[pid=21427] ppid=21425 vsize=13980732 memory=3555892 CPUtime=685.45 cores=1,3,5,7
/proc/21427/stat : 21427 (java) S 21425 21425 897 0 -1 1077944320 91062 0 0 0 68428 117 0 0 20 0 15 0 74335249 14316269568 888973 18446744073709551615 4194304 4196468 140725473098864 140725473081408 140378962665207 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 22618112 140725473100209 140725473100385 140725473100385 140725473103823 0
/proc/21427/statm: 3495183 888973 3236 1 0 3483476 0
[pid=21427/tid=21428] ppid=21425 vsize=13980732 memory=1380 CPUtime=677.95 cores=1,3,5,7
/proc/21427/task/21428/stat : 21428 (java) R 21425 21425 897 0 -1 4202560 42029 0 0 0 67745 50 0 0 20 0 15 0 74335250 14316269568 888973 18446744073709551615 4194304 4196468 140725473098864 140378966902296 140378609872643 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 22618112 140725473100209 140725473100385 140725473100385 140725473103823 0
[pid=21427/tid=21429] ppid=21425 vsize=13980732 memory=1380 CPUtime=0.33 cores=1,3,5,7
/proc/21427/task/21429/stat : 21429 (java) S 21425 21425 897 0 -1 1077944384 2269 0 0 0 21 12 0 0 20 0 15 0 74335250 14316269568 888973 18446744073709551615 4194304 4196468 140725473098864 140378563230480 140378962675413 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22618112 140725473100209 140725473100385 140725473100385 140725473103823 0
[pid=21427/tid=21430] ppid=21425 vsize=13980732 memory=4116 CPUtime=0.32 cores=1,3,5,7
/proc/21427/task/21430/stat : 21430 (java) S 21425 21425 897 0 -1 1077944384 994 0 0 0 21 11 0 0 20 0 15 0 74335250 14316269568 888973 18446744073709551615 4194304 4196468 140725473098864 140378562177936 140378962675413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22618112 140725473100209 140725473100385 140725473100385 140725473103823 0
[pid=21427/tid=21431] ppid=21425 vsize=13980732 memory=1380 CPUtime=0.33 cores=1,3,5,7
/proc/21427/task/21431/stat : 21431 (java) S 21425 21425 897 0 -1 1077944384 2464 0 0 0 21 12 0 0 20 0 15 0 74335250 14316269568 888973 18446744073709551615 4194304 4196468 140725473098864 140378561125392 140378962675413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22618112 140725473100209 140725473100385 140725473100385 140725473103823 0
[pid=21427/tid=21432] ppid=21425 vsize=13980732 memory=3555892 CPUtime=0.33 cores=1,3,5,7
/proc/21427/task/21432/stat : 21432 (java) S 21425 21425 897 0 -1 1077944384 2173 0 0 0 22 11 0 0 20 0 15 0 74335250 14316269568 888973 18446744073709551615 4194304 4196468 140725473098864 140378560072848 140378962675413 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22618112 140725473100209 140725473100385 140725473100385 140725473103823 0
[pid=21427/tid=21433] ppid=21425 vsize=13980732 memory=3555892 CPUtime=0.02 cores=1,3,5,7
/proc/21427/task/21433/stat : 21433 (java) S 21425 21425 897 0 -1 1077944384 3633 0 0 0 2 0 0 0 20 0 15 0 74335252 14316269568 888973 18446744073709551615 4194304 4196468 140725473098864 140378441189360 140378962676354 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22618112 140725473100209 140725473100385 140725473100385 140725473103823 0
[pid=21427/tid=21434] ppid=21425 vsize=13980732 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/21427/task/21434/stat : 21434 (java) S 21425 21425 897 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 74335252 14316269568 888973 18446744073709551615 4194304 4196468 140725473098864 140378440135648 140378962675413 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22618112 140725473100209 140725473100385 140725473100385 140725473103823 0
[pid=21427/tid=21435] ppid=21425 vsize=13980732 memory=3555892 CPUtime=0 cores=1,3,5,7
/proc/21427/task/21435/stat : 21435 (java) S 21425 21425 897 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 74335252 14316269568 888973 18446744073709551615 4194304 4196468 140725473098864 140378439083008 140378962675413 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22618112 140725473100209 140725473100385 140725473100385 140725473103823 0
[pid=21427/tid=21436] ppid=21425 vsize=13980732 memory=1712 CPUtime=0 cores=1,3,5,7
/proc/21427/task/21436/stat : 21436 (java) S 21425 21425 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74335255 14316269568 888973 18446744073709551615 4194304 4196468 140725473098864 140378438031568 140378962683803 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22618112 140725473100209 140725473100385 140725473100385 140725473103823 0
[pid=21427/tid=21437] ppid=21425 vsize=13980732 memory=1380 CPUtime=2.57 cores=1,3,5,7
/proc/21427/task/21437/stat : 21437 (java) S 21425 21425 897 0 -1 1077944384 12825 0 0 0 255 2 0 0 20 0 15 0 74335255 14316269568 888973 18446744073709551615 4194304 4196468 140725473098864 140378436979184 140378962676354 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 11 0 0 6293624 6294260 22618112 140725473100209 140725473100385 140725473100385 140725473103823 0
[pid=21427/tid=21438] ppid=21425 vsize=13980732 memory=3555892 CPUtime=2.48 cores=1,3,5,7
/proc/21427/task/21438/stat : 21438 (java) S 21425 21425 897 0 -1 1077944384 15935 0 0 0 247 1 0 0 20 0 15 0 74335255 14316269568 888973 18446744073709551615 4194304 4196468 140725473098864 140378435926640 140378962676354 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 13 0 0 6293624 6294260 22618112 140725473100209 140725473100385 140725473100385 140725473103823 0
[pid=21427/tid=21439] ppid=21425 vsize=13980732 memory=1292 CPUtime=0.69 cores=1,3,5,7
/proc/21427/task/21439/stat : 21439 (java) S 21425 21425 897 0 -1 1077944384 6815 0 0 0 67 2 0 0 20 0 15 0 74335255 14316269568 888973 18446744073709551615 4194304 4196468 140725473098864 140378434874096 140378962676354 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 13 0 0 6293624 6294260 22618112 140725473100209 140725473100385 140725473100385 140725473103823 0
[pid=21427/tid=21440] ppid=21425 vsize=13980732 memory=3555892 CPUtime=0 cores=1,3,5,7
/proc/21427/task/21440/stat : 21440 (java) S 21425 21425 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74335255 14316269568 888973 18446744073709551615 4194304 4196468 140725473098864 140378433821792 140378962675413 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22618112 140725473100209 140725473100385 140725473100385 140725473103823 0
[pid=21427/tid=21441] ppid=21425 vsize=13980732 memory=1380 CPUtime=0.34 cores=1,3,5,7
/proc/21427/task/21441/stat : 21441 (java) S 21425 21425 897 0 -1 1077944384 584 0 0 0 16 18 0 0 20 0 15 0 74335258 14316269568 888973 18446744073709551615 4194304 4196468 140725473098864 140378432768304 140378962676354 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 22 0 0 6293624 6294260 22618112 140725473100209 140725473100385 140725473100385 140725473103823 0
Current children cumulated CPU time: 685.45 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 3557272 KiB

[startup+678.601 s]
/proc/loadavg: 2.10 2.08 1.89 3/211 21631
/proc/meminfo: memFree=25042524/32770624 swapFree=67108860/67108860
[pid=21425] ppid=21422 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/21425/stat : 21425 (xcsp3-exec) S 21422 21425 897 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 74335239 9740288 345 18446744073709551615 4194304 5098028 140720972832560 140720972830664 140098358116988 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 9 0 0 7196144 7232144 30429184 140720972837241 140720972837445 140720972837445 140720972840939 0
/proc/21425/statm: 2378 345 289 221 0 87 0
[pid=21427] ppid=21425 vsize=13980732 memory=3555892 CPUtime=685.65 cores=1,3,5,7
/proc/21427/stat : 21427 (java) S 21425 21425 897 0 -1 1077944320 91068 0 0 0 68448 117 0 0 20 0 15 0 74335249 14316269568 888973 18446744073709551615 4194304 4196468 140725473098864 140725473081408 140378962665207 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 22618112 140725473100209 140725473100385 140725473100385 140725473103823 0
/proc/21427/statm: 3495183 888973 3236 1 0 3483476 0
[pid=21427/tid=21428] ppid=21425 vsize=13980732 memory=-8774313645642428999 CPUtime=678.15 cores=1,3,5,7
/proc/21427/task/21428/stat : 21428 (java) R 21425 21425 897 0 -1 4202560 42035 0 0 0 67765 50 0 0 20 0 15 0 74335250 14316269568 888973 18446744073709551615 4194304 4196468 140725473098864 140378966902296 140378609218143 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 22618112 140725473100209 140725473100385 140725473100385 140725473103823 0
[pid=21427/tid=21429] ppid=21425 vsize=13980732 memory=1380 CPUtime=0.33 cores=1,3,5,7
/proc/21427/task/21429/stat : 21429 (java) S 21425 21425 897 0 -1 1077944384 2269 0 0 0 21 12 0 0 20 0 15 0 74335250 14316269568 888973 18446744073709551615 4194304 4196468 140725473098864 140378563230480 140378962675413 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22618112 140725473100209 140725473100385 140725473100385 140725473103823 0
[pid=21427/tid=21430] ppid=21425 vsize=13980732 memory=3555892 CPUtime=0.32 cores=1,3,5,7
/proc/21427/task/21430/stat : 21430 (java) S 21425 21425 897 0 -1 1077944384 994 0 0 0 21 11 0 0 20 0 15 0 74335250 14316269568 888973 18446744073709551615 4194304 4196468 140725473098864 140378562177936 140378962675413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22618112 140725473100209 140725473100385 140725473100385 140725473103823 0
[pid=21427/tid=21431] ppid=21425 vsize=13980732 memory=1152 CPUtime=0.33 cores=1,3,5,7
/proc/21427/task/21431/stat : 21431 (java) S 21425 21425 897 0 -1 1077944384 2464 0 0 0 21 12 0 0 20 0 15 0 74335250 14316269568 888973 18446744073709551615 4194304 4196468 140725473098864 140378561125392 140378962675413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22618112 140725473100209 140725473100385 140725473100385 140725473103823 0
[pid=21427/tid=21432] ppid=21425 vsize=13980732 memory=-3622645143214314312 CPUtime=0.33 cores=1,3,5,7
/proc/21427/task/21432/stat : 21432 (java) S 21425 21425 897 0 -1 1077944384 2173 0 0 0 22 11 0 0 20 0 15 0 74335250 14316269568 888973 18446744073709551615 4194304 4196468 140725473098864 140378560072848 140378962675413 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22618112 140725473100209 140725473100385 140725473100385 140725473103823 0
[pid=21427/tid=21433] ppid=21425 vsize=13980732 memory=1380 CPUtime=0.02 cores=1,3,5,7
/proc/21427/task/21433/stat : 21433 (java) S 21425 21425 897 0 -1 1077944384 3633 0 0 0 2 0 0 0 20 0 15 0 74335252 14316269568 888973 18446744073709551615 4194304 4196468 140725473098864 140378441189360 140378962676354 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22618112 140725473100209 140725473100385 140725473100385 140725473103823 0
[pid=21427/tid=21434] ppid=21425 vsize=13980732 memory=3510700 CPUtime=0 cores=1,3,5,7
/proc/21427/task/21434/stat : 21434 (java) S 21425 21425 897 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 74335252 14316269568 888973 18446744073709551615 4194304 4196468 140725473098864 140378440135648 140378962675413 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22618112 140725473100209 140725473100385 140725473100385 140725473103823 0
[pid=21427/tid=21435] ppid=21425 vsize=13980732 memory=3555892 CPUtime=0 cores=1,3,5,7
/proc/21427/task/21435/stat : 21435 (java) S 21425 21425 897 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 74335252 14316269568 888973 18446744073709551615 4194304 4196468 140725473098864 140378439083008 140378962675413 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22618112 140725473100209 140725473100385 140725473100385 140725473103823 0
[pid=21427/tid=21436] ppid=21425 vsize=13980732 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/21427/task/21436/stat : 21436 (java) S 21425 21425 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74335255 14316269568 888973 18446744073709551615 4194304 4196468 140725473098864 140378438031568 140378962683803 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22618112 140725473100209 140725473100385 140725473100385 140725473103823 0
[pid=21427/tid=21437] ppid=21425 vsize=13980732 memory=-8774313645642428999 CPUtime=2.57 cores=1,3,5,7
/proc/21427/task/21437/stat : 21437 (java) S 21425 21425 897 0 -1 1077944384 12825 0 0 0 255 2 0 0 20 0 15 0 74335255 14316269568 888973 18446744073709551615 4194304 4196468 140725473098864 140378436979184 140378962676354 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 11 0 0 6293624 6294260 22618112 140725473100209 140725473100385 140725473100385 140725473103823 0
[pid=21427/tid=21438] ppid=21425 vsize=13980732 memory=1380 CPUtime=2.48 cores=1,3,5,7
/proc/21427/task/21438/stat : 21438 (java) S 21425 21425 897 0 -1 1077944384 15935 0 0 0 247 1 0 0 20 0 15 0 74335255 14316269568 888973 18446744073709551615 4194304 4196468 140725473098864 140378435926640 140378962676354 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 13 0 0 6293624 6294260 22618112 140725473100209 140725473100385 140725473100385 140725473103823 0
[pid=21427/tid=21439] ppid=21425 vsize=13980732 memory=3555892 CPUtime=0.69 cores=1,3,5,7
/proc/21427/task/21439/stat : 21439 (java) S 21425 21425 897 0 -1 1077944384 6815 0 0 0 67 2 0 0 20 0 15 0 74335255 14316269568 888973 18446744073709551615 4194304 4196468 140725473098864 140378434874096 140378962676354 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 13 0 0 6293624 6294260 22618112 140725473100209 140725473100385 140725473100385 140725473103823 0
[pid=21427/tid=21440] ppid=21425 vsize=13980732 memory=1292 CPUtime=0 cores=1,3,5,7
/proc/21427/task/21440/stat : 21440 (java) S 21425 21425 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74335255 14316269568 888973 18446744073709551615 4194304 4196468 140725473098864 140378433821792 140378962675413 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22618112 140725473100209 140725473100385 140725473100385 140725473103823 0
[pid=21427/tid=21441] ppid=21425 vsize=13980732 memory=2316 CPUtime=0.34 cores=1,3,5,7
/proc/21427/task/21441/stat : 21441 (java) S 21425 21425 897 0 -1 1077944384 584 0 0 0 16 18 0 0 20 0 15 0 74335258 14316269568 888973 18446744073709551615 4194304 4196468 140725473098864 140378432768304 140378962676354 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 22 0 0 6293624 6294260 22618112 140725473100209 140725473100385 140725473100385 140725473103823 0
Current children cumulated CPU time: 685.65 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 3557272 KiB

Child status: 0
Real time (s): 678.676
CPU time (s): 685.756
CPU user time (s): 684.563
CPU system time (s): 1.19256
CPU usage (%): 101.043
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 3557272

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 684.563
system time used= 1.19256
maximum resident set size= 3556356
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 93433
page faults= 0
swaps= 0
block input operations= 0
block output operations= 784
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 17979
involuntary context switches= 402


# summary of solver processes directly reported to runsolver:
#   pid: 21425
#   total CPU time (s): 685.756
#   total CPU user time (s): 684.563
#   total CPU system time (s): 1.19256

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.96174 second user time and 6.78002 second system time

The end

Launcher Data

Begin job on node125 at 2017-08-14 16:18:20
IDJOB=4272660
IDBENCH=122829
IDSOLVER=2664
FILE ID=node125/4272660-1502721146
RUNJOBID= node125-1502662595-11629
PBS_JOBID= 
Free space on /tmp= 62016 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/Random/Random-RB-3-28-28f/rand-3-28-28-93-632f-05.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -ml 11000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4272660-1502721146/watcher-4272660-1502721146 -o /tmp/evaluation-result-4272660-1502721146/solver-4272660-1502721146 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502662595-11629 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 411652529 HOME/instance-4272660-1502721146.xml

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

MD5SUM BENCH= 1bf4ccefbf8ae7bb3bb3e34b69384fe1
RANDOM SEED=411652529

node125.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.07
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.07
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.07
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.07
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:        30717200 kB
MemAvailable:   31679716 kB
Buffers:          295656 kB
Cached:           961300 kB
SwapCached:            0 kB
Active:          1026000 kB
Inactive:         596388 kB
Active(anon):     366136 kB
Inactive(anon):    33100 kB
Active(file):     659864 kB
Inactive(file):   563288 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             14376 kB
Writeback:             0 kB
AnonPages:        365740 kB
Mapped:            61664 kB
Shmem:             33444 kB
Slab:             136436 kB
SReclaimable:     110400 kB
SUnreclaim:        26036 kB
KernelStack:        3440 kB
PageTables:         5488 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     987476 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    247808 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= 62008 MiB
End job on node125 at 2017-08-14 16:29:38