Trace number 4404919

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 2019-09-20 parallelWrong UNSAT 12.2956 3.73491

General information on the benchmark

NameTpp/Tpp-zinc-s1/
Tpp-7-5-20-1.xml
MD5SUMe35b04ec576605d811ffb09e6056798d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark105
Best CPU time to get the best result obtained on this benchmark1.03784
Satisfiable
(Un)Satisfiability was proved
Number of variables110
Number of constraints757
Number of domains57
Minimum domain size2
Maximum domain size35
Distribution of domain sizes[{"size":2,"count":1},{"size":3,"count":6},{"size":4,"count":18},{"size":5,"count":10},{"size":15,"count":6},{"size":16,"count":4},{"size":17,"count":4},{"size":18,"count":5},{"size":19,"count":1},{"size":34,"count":20},{"size":35,"count":35}]
Minimum variable degree2
Maximum variable degree36
Distribution of variable degrees[{"degree":2,"count":55},{"degree":22,"count":34},{"degree":23,"count":1},{"degree":36,"count":20}]
Minimum constraint arity1
Maximum constraint arity35
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":755},{"arity":35,"count":1}]
Number of extensional constraints55
Number of intensional constraints701
Distribution of constraint types[{"type":"extension","count":55},{"type":"intension","count":701},{"type":"circuit","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4404919-1569004266.xml"  -tl '2016s' -p 8
0.12/0.18	c Choco 3fb4b153
0.12/0.18	c [HOME/instance-4404919-1569004266.xml, -tl, 2016s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.28	c parse instance...
10.98/3.53	c solve instance...
11.53/3.70	s UNSATISFIABLE

Verifier Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4404919-1569004266/watcher-4404919-1569004266 -o /tmp/evaluation-result-4404919-1569004266/solver-4404919-1569004266 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node139-1568994483-6691 --watchdog 312 xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 24000 -tdir HOME -seed 1340260552 HOME/instance-4404919-1569004266.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2016 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2046 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=10697, runsolver pid=10694
Current StackSize limit: 8192 KiB


[startup+0.100134 s]*
/proc/loadavg: 7.46 7.90 7.94 3/211 10718
/proc/meminfo: memFree=25442848/32770624 swapFree=66939148/67108860
[pid=10697] ppid=10694 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/10697/stat : 10697 (xcsp3-exec) S 10694 10697 6664 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 476696329 115843072 363 33554432000 4194304 5098028 140735059535136 140735059533240 139854189806204 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 15749120 140735059538811 140735059539054 140735059539054 140735059541962 0
/proc/10697/statm: 28282 363 304 221 0 87 0
[pid=10699] ppid=10697 vsize=28227396 memory=30120 CPUtime=0.12 cores=0-7
/proc/10699/stat : 10699 (java) S 10697 10697 6664 0 -1 1077944320 5424 0 0 0 11 1 0 0 20 0 20 0 476696330 28904853504 7530 33554432000 4194304 4196468 140732012768016 140732012750560 140409484467959 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 19701760 140732012770288 140732012770459 140732012770459 140732012773327 0
/proc/10699/statm: 7056849 7530 3163 1 0 7019032 0
[pid=10699/tid=10700] ppid=10697 vsize=28227396 memory=4134930498285298233 CPUtime=0.08 cores=0-7
/proc/10699/task/10700/stat : 10700 (java) R 10697 10697 6664 0 -1 4202560 3379 0 0 0 8 0 0 0 20 0 20 0 476696330 28904853504 7530 33554432000 4194304 4196468 140732012768016 140409488700288 140409484479894 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19701760 140732012770288 140732012770459 140732012770459 140732012773327 0
[pid=10699/tid=10701] ppid=10697 vsize=28227396 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/10699/task/10701/stat : 10701 (java) S 10697 10697 6664 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476696331 28904853504 7530 33554432000 4194304 4196468 140732012768016 140409404320528 140409484478165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19701760 140732012770288 140732012770459 140732012770459 140732012773327 0
[pid=10699/tid=10702] ppid=10697 vsize=28227396 memory=140076886476416 CPUtime=0 cores=0-7
/proc/10699/task/10702/stat : 10702 (java) S 10697 10697 6664 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476696331 28904853504 7530 33554432000 4194304 4196468 140732012768016 140409403267984 140409484478165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19701760 140732012770288 140732012770459 140732012770459 140732012773327 0
[pid=10699/tid=10703] ppid=10697 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10699/task/10703/stat : 10703 (java) S 10697 10697 6664 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476696331 28904853504 7530 33554432000 4194304 4196468 140732012768016 140409402215440 140409484478165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19701760 140732012770288 140732012770459 140732012770459 140732012773327 0
[pid=10699/tid=10704] ppid=10697 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10699/task/10704/stat : 10704 (java) S 10697 10697 6664 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476696331 28904853504 7530 33554432000 4194304 4196468 140732012768016 140409401162896 140409484478165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19701760 140732012770288 140732012770459 140732012770459 140732012773327 0
[pid=10699/tid=10705] ppid=10697 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10699/task/10705/stat : 10705 (java) S 10697 10697 6664 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476696331 28904853504 7530 33554432000 4194304 4196468 140732012768016 140409400109328 140409484478165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19701760 140732012770288 140732012770459 140732012770459 140732012773327 0
[pid=10699/tid=10706] ppid=10697 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/10699/task/10706/stat : 10706 (java) S 10697 10697 6664 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476696331 28904853504 7530 33554432000 4194304 4196468 140732012768016 140409399056784 140409484478165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19701760 140732012770288 140732012770459 140732012770459 140732012773327 0
[pid=10699/tid=10707] ppid=10697 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10699/task/10707/stat : 10707 (java) S 10697 10697 6664 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476696331 28904853504 7530 33554432000 4194304 4196468 140732012768016 140409398004240 140409484478165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19701760 140732012770288 140732012770459 140732012770459 140732012773327 0
[pid=10699/tid=10708] ppid=10697 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10699/task/10708/stat : 10708 (java) S 10697 10697 6664 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476696331 28904853504 7530 33554432000 4194304 4196468 140732012768016 140409396951696 140409484478165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19701760 140732012770288 140732012770459 140732012770459 140732012773327 0
[pid=10699/tid=10709] ppid=10697 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10699/task/10709/stat : 10709 (java) S 10697 10697 6664 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476696332 28904853504 7530 33554432000 4194304 4196468 140732012768016 140407948581360 140409484479106 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19701760 140732012770288 140732012770459 140732012770459 140732012773327 0
[pid=10699/tid=10710] ppid=10697 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10699/task/10710/stat : 10710 (java) S 10697 10697 6664 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476696333 28904853504 7530 33554432000 4194304 4196468 140732012768016 140407947527584 140409484478165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19701760 140732012770288 140732012770459 140732012770459 140732012773327 0
[pid=10699/tid=10711] ppid=10697 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10699/task/10711/stat : 10711 (java) S 10697 10697 6664 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476696333 28904853504 7530 33554432000 4194304 4196468 140732012768016 140407946474992 140409484478165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19701760 140732012770288 140732012770459 140732012770459 140732012773327 0
[pid=10699/tid=10712] ppid=10697 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10699/task/10712/stat : 10712 (java) S 10697 10697 6664 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476696335 28904853504 7530 33554432000 4194304 4196468 140732012768016 140407945423568 140409484486555 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19701760 140732012770288 140732012770459 140732012770459 140732012773327 0
[pid=10699/tid=10713] ppid=10697 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10699/task/10713/stat : 10713 (java) S 10697 10697 6664 0 -1 1077944384 412 0 0 0 0 0 0 0 20 0 20 0 476696335 28904853504 7530 33554432000 4194304 4196468 140732012768016 140407944370160 140409484479106 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19701760 140732012770288 140732012770459 140732012770459 140732012773327 0
[pid=10699/tid=10714] ppid=10697 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10699/task/10714/stat : 10714 (java) R 10697 10697 6664 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476696335 28904853504 7530 33554432000 4194304 4196468 140732012768016 140407943317616 140409484479106 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19701760 140732012770288 140732012770459 140732012770459 140732012773327 0
[pid=10699/tid=10715] ppid=10697 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10699/task/10715/stat : 10715 (java) R 10697 10697 6664 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476696335 28904853504 7530 33554432000 4194304 4196468 140732012768016 140407942265072 140409484479106 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19701760 140732012770288 140732012770459 140732012770459 140732012773327 0
[pid=10699/tid=10716] ppid=10697 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/10699/task/10716/stat : 10716 (java) S 10697 10697 6664 0 -1 1077944384 320 0 0 0 1 0 0 0 20 0 20 0 476696335 28904853504 7530 33554432000 4194304 4196468 140732012768016 140407941212528 140409484479106 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19701760 140732012770288 140732012770459 140732012770459 140732012773327 0
[pid=10699/tid=10717] ppid=10697 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10699/task/10717/stat : 10717 (java) S 10697 10697 6664 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476696336 28904853504 7530 33554432000 4194304 4196468 140732012768016 140407940160224 140409484478165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19701760 140732012770288 140732012770459 140732012770459 140732012773327 0
[pid=10699/tid=10718] ppid=10697 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/10699/task/10718/stat : 10718 (java) S 10697 10697 6664 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476696336 28904853504 7530 33554432000 4194304 4196468 140732012768016 140407939107760 140409484479106 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19701760 140732012770288 140732012770459 140732012770459 140732012773327 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 31572 KiB

[startup+0.210739 s]*
/proc/loadavg: 7.46 7.90 7.94 2/211 10718
/proc/meminfo: memFree=25429596/32770624 swapFree=66939148/67108860
[pid=10697] ppid=10694 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/10697/stat : 10697 (xcsp3-exec) S 10694 10697 6664 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 476696329 115843072 363 33554432000 4194304 5098028 140735059535136 140735059533240 139854189806204 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 15749120 140735059538811 140735059539054 140735059539054 140735059541962 0
/proc/10697/statm: 28282 363 304 221 0 87 0
[pid=10699] ppid=10697 vsize=28227396 memory=40612 CPUtime=0.33 cores=0-7
/proc/10699/stat : 10699 (java) S 10697 10697 6664 0 -1 1077944320 8934 0 0 0 30 3 0 0 20 0 20 0 476696330 28904853504 10153 33554432000 4194304 4196468 140732012768016 140732012750560 140409484467959 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 19701760 140732012770288 140732012770459 140732012770459 140732012773327 0
/proc/10699/statm: 7056849 10153 3282 1 0 7019032 0
[pid=10699/tid=10700] ppid=10697 vsize=28227396 memory=29681743523217448 CPUtime=0.19 cores=0-7
/proc/10699/task/10700/stat : 10700 (java) R 10697 10697 6664 0 -1 4202560 6179 0 0 0 17 2 0 0 20 0 20 0 476696330 28904853504 10153 33554432000 4194304 4196468 140732012768016 140409488697680 140409074430113 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19701760 140732012770288 140732012770459 140732012770459 140732012773327 0
[pid=10699/tid=10701] ppid=10697 vsize=28227396 memory=288230587528118625 CPUtime=0 cores=0-7
/proc/10699/task/10701/stat : 10701 (java) S 10697 10697 6664 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476696331 28904853504 10153 33554432000 4194304 4196468 140732012768016 140409404320528 140409484478165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19701760 140732012770288 140732012770459 140732012770459 140732012773327 0
[pid=10699/tid=10702] ppid=10697 vsize=28227396 memory=3547059241956361888 CPUtime=0 cores=0-7
/proc/10699/task/10702/stat : 10702 (java) S 10697 10697 6664 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476696331 28904853504 10153 33554432000 4194304 4196468 140732012768016 140409403267984 140409484478165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19701760 140732012770288 140732012770459 140732012770459 140732012773327 0
[pid=10699/tid=10703] ppid=10697 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/10699/task/10703/stat : 10703 (java) S 10697 10697 6664 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476696331 28904853504 10153 33554432000 4194304 4196468 140732012768016 140409402215440 140409484478165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19701760 140732012770288 140732012770459 140732012770459 140732012773327 0
[pid=10699/tid=10704] ppid=10697 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10699/task/10704/stat : 10704 (java) S 10697 10697 6664 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476696331 28904853504 10153 33554432000 4194304 4196468 140732012768016 140409401162896 140409484478165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19701760 140732012770288 140732012770459 140732012770459 140732012773327 0
[pid=10699/tid=10705] ppid=10697 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10699/task/10705/stat : 10705 (java) S 10697 10697 6664 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476696331 28904853504 10153 33554432000 4194304 4196468 140732012768016 140409400109328 140409484478165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19701760 140732012770288 140732012770459 140732012770459 140732012773327 0
[pid=10699/tid=10706] ppid=10697 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/10699/task/10706/stat : 10706 (java) S 10697 10697 6664 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476696331 28904853504 10153 33554432000 4194304 4196468 140732012768016 140409399056784 140409484478165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19701760 140732012770288 140732012770459 140732012770459 140732012773327 0
[pid=10699/tid=10707] ppid=10697 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10699/task/10707/stat : 10707 (java) S 10697 10697 6664 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476696331 28904853504 10153 33554432000 4194304 4196468 140732012768016 140409398004240 140409484478165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19701760 140732012770288 140732012770459 140732012770459 140732012773327 0
[pid=10699/tid=10708] ppid=10697 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10699/task/10708/stat : 10708 (java) S 10697 10697 6664 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476696331 28904853504 10153 33554432000 4194304 4196468 140732012768016 140409396951696 140409484478165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19701760 140732012770288 140732012770459 140732012770459 140732012773327 0
[pid=10699/tid=10709] ppid=10697 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10699/task/10709/stat : 10709 (java) S 10697 10697 6664 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 476696332 28904853504 10153 33554432000 4194304 4196468 140732012768016 140407948581360 140409484479106 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19701760 140732012770288 140732012770459 140732012770459 140732012773327 0
[pid=10699/tid=10710] ppid=10697 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10699/task/10710/stat : 10710 (java) S 10697 10697 6664 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476696333 28904853504 10153 33554432000 4194304 4196468 140732012768016 140407947527584 140409484478165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19701760 140732012770288 140732012770459 140732012770459 140732012773327 0
[pid=10699/tid=10711] ppid=10697 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10699/task/10711/stat : 10711 (java) S 10697 10697 6664 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476696333 28904853504 10153 33554432000 4194304 4196468 140732012768016 140407946474992 140409484478165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19701760 140732012770288 140732012770459 140732012770459 140732012773327 0
[pid=10699/tid=10712] ppid=10697 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10699/task/10712/stat : 10712 (java) S 10697 10697 6664 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476696335 28904853504 10153 33554432000 4194304 4196468 140732012768016 140407945423568 140409484486555 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19701760 140732012770288 140732012770459 140732012770459 140732012773327 0
[pid=10699/tid=10713] ppid=10697 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/10699/task/10713/stat : 10713 (java) S 10697 10697 6664 0 -1 1077944384 460 0 0 0 1 0 0 0 20 0 20 0 476696335 28904853504 10153 33554432000 4194304 4196468 140732012768016 140407944370160 140409484479106 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19701760 140732012770288 140732012770459 140732012770459 140732012773327 0
[pid=10699/tid=10714] ppid=10697 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/10699/task/10714/stat : 10714 (java) S 10697 10697 6664 0 -1 1077944384 41 0 0 0 1 0 0 0 20 0 20 0 476696335 28904853504 10153 33554432000 4194304 4196468 140732012768016 140407943317616 140409484479106 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19701760 140732012770288 140732012770459 140732012770459 140732012773327 0
[pid=10699/tid=10715] ppid=10697 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/10699/task/10715/stat : 10715 (java) S 10697 10697 6664 0 -1 1077944384 162 0 0 0 1 0 0 0 20 0 20 0 476696335 28904853504 10153 33554432000 4194304 4196468 140732012768016 140407942265072 140409484479106 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19701760 140732012770288 140732012770459 140732012770459 140732012773327 0
[pid=10699/tid=10716] ppid=10697 vsize=28227396 memory=0 CPUtime=0.08 cores=0-7
/proc/10699/task/10716/stat : 10716 (java) R 10697 10697 6664 0 -1 4202560 780 0 0 0 8 0 0 0 20 0 20 0 476696335 28904853504 10153 33554432000 4194304 4196468 140732012768016 140407941212528 140409476705086 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19701760 140732012770288 140732012770459 140732012770459 140732012773327 0
[pid=10699/tid=10717] ppid=10697 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10699/task/10717/stat : 10717 (java) S 10697 10697 6664 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476696336 28904853504 10153 33554432000 4194304 4196468 140732012768016 140407940160224 140409484478165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19701760 140732012770288 140732012770459 140732012770459 140732012773327 0
[pid=10699/tid=10718] ppid=10697 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/10699/task/10718/stat : 10718 (java) S 10697 10697 6664 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476696336 28904853504 10153 33554432000 4194304 4196468 140732012768016 140407939107760 140409484479106 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19701760 140732012770288 140732012770459 140732012770459 140732012773327 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42064 KiB

[startup+0.310599 s]*
/proc/loadavg: 7.46 7.90 7.94 3/211 10718
/proc/meminfo: memFree=25422808/32770624 swapFree=66939148/67108860
[pid=10697] ppid=10694 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/10697/stat : 10697 (xcsp3-exec) S 10694 10697 6664 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 476696329 115843072 363 33554432000 4194304 5098028 140735059535136 140735059533240 139854189806204 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 15749120 140735059538811 140735059539054 140735059539054 140735059541962 0
/proc/10697/statm: 28282 363 304 221 0 87 0
[pid=10699] ppid=10697 vsize=28231652 memory=49636 CPUtime=0.51 cores=0-7
/proc/10699/stat : 10699 (java) S 10697 10697 6664 0 -1 1077944320 10223 0 0 0 47 4 0 0 20 0 20 0 476696330 28909211648 12409 33554432000 4194304 4196468 140732012768016 140732012750560 140409484467959 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 19701760 140732012770288 140732012770459 140732012770459 140732012773327 0
/proc/10699/statm: 7057913 12409 3348 1 0 7019032 0
[pid=10699/tid=10700] ppid=10697 vsize=28231652 memory=6791534058613427641 CPUtime=0.3 cores=0-7
/proc/10699/task/10700/stat : 10700 (java) R 10697 10697 6664 0 -1 4202560 7300 0 0 0 27 3 0 0 20 0 20 0 476696330 28909211648 12409 33554432000 4194304 4196468 140732012768016 140409488699072 140409468548446 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19701760 140732012770288 140732012770459 140732012770459 140732012773327 0
[pid=10699/tid=10701] ppid=10697 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/10699/task/10701/stat : 10701 (java) S 10697 10697 6664 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476696331 28909211648 12409 33554432000 4194304 4196468 140732012768016 140409404320528 140409484478165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19701760 140732012770288 140732012770459 140732012770459 140732012773327 0
[pid=10699/tid=10702] ppid=10697 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/10699/task/10702/stat : 10702 (java) S 10697 10697 6664 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476696331 28909211648 12409 33554432000 4194304 4196468 140732012768016 140409403267984 140409484478165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19701760 140732012770288 140732012770459 140732012770459 140732012773327 0
[pid=10699/tid=10703] ppid=10697 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/10699/task/10703/stat : 10703 (java) S 10697 10697 6664 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476696331 28909211648 12409 33554432000 4194304 4196468 140732012768016 140409402215440 140409484478165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19701760 140732012770288 140732012770459 140732012770459 140732012773327 0
[pid=10699/tid=10704] ppid=10697 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/10699/task/10704/stat : 10704 (java) S 10697 10697 6664 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476696331 28909211648 12409 33554432000 4194304 4196468 140732012768016 140409401162896 140409484478165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19701760 140732012770288 140732012770459 140732012770459 140732012773327 0
[pid=10699/tid=10705] ppid=10697 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/10699/task/10705/stat : 10705 (java) S 10697 10697 6664 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476696331 28909211648 12409 33554432000 4194304 4196468 140732012768016 140409400109328 140409484478165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19701760 140732012770288 140732012770459 140732012770459 140732012773327 0
[pid=10699/tid=10706] ppid=10697 vsize=28231652 memory=140076734573231 CPUtime=0 cores=0-7
/proc/10699/task/10706/stat : 10706 (java) S 10697 10697 6664 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476696331 28909211648 12409 33554432000 4194304 4196468 140732012768016 140409399056784 140409484478165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19701760 140732012770288 140732012770459 140732012770459 140732012773327 0
[pid=10699/tid=10707] ppid=10697 vsize=28231652 memory=140076734575536 CPUtime=0 cores=0-7
/proc/10699/task/10707/stat : 10707 (java) S 10697 10697 6664 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476696331 28909211648 12409 33554432000 4194304 4196468 140732012768016 140409398004240 140409484478165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19701760 140732012770288 140732012770459 140732012770459 140732012773327 0
[pid=10699/tid=10708] ppid=10697 vsize=28231652 memory=140076734577840 CPUtime=0 cores=0-7
/proc/10699/task/10708/stat : 10708 (java) S 10697 10697 6664 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476696331 28909211648 12409 33554432000 4194304 4196468 140732012768016 140409396951696 140409484478165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19701760 140732012770288 140732012770459 140732012770459 140732012773327 0
[pid=10699/tid=10709] ppid=10697 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/10699/task/10709/stat : 10709 (java) S 10697 10697 6664 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 476696332 28909211648 12409 33554432000 4194304 4196468 140732012768016 140407948581360 140409484479106 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19701760 140732012770288 140732012770459 140732012770459 140732012773327 0
[pid=10699/tid=10710] ppid=10697 vsize=28231652 memory=280153469169552 CPUtime=0 cores=0-7
/proc/10699/task/10710/stat : 10710 (java) S 10697 10697 6664 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476696333 28909211648 12409 33554432000 4194304 4196468 140732012768016 140407947527584 140409484478165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19701760 140732012770288 140732012770459 140732012770459 140732012773327 0
[pid=10699/tid=10711] ppid=10697 vsize=28231652 memory=280153469167248 CPUtime=0 cores=0-7
/proc/10699/task/10711/stat : 10711 (java) S 10697 10697 6664 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476696333 28909211648 12409 33554432000 4194304 4196468 140732012768016 140407946474992 140409484478165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19701760 140732012770288 140732012770459 140732012770459 140732012773327 0
[pid=10699/tid=10712] ppid=10697 vsize=28231652 memory=280153469174160 CPUtime=0 cores=0-7
/proc/10699/task/10712/stat : 10712 (java) S 10697 10697 6664 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476696335 28909211648 12409 33554432000 4194304 4196468 140732012768016 140407945423568 140409484486555 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19701760 140732012770288 140732012770459 140732012770459 140732012773327 0
[pid=10699/tid=10713] ppid=10697 vsize=28231652 memory=280153469115440 CPUtime=0.02 cores=0-7
/proc/10699/task/10713/stat : 10713 (java) S 10697 10697 6664 0 -1 1077944384 462 0 0 0 2 0 0 0 20 0 20 0 476696335 28909211648 12409 33554432000 4194304 4196468 140732012768016 140407944370160 140409484479106 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19701760 140732012770288 140732012770459 140732012770459 140732012773327 0
[pid=10699/tid=10714] ppid=10697 vsize=28231652 memory=280153469187984 CPUtime=0.01 cores=0-7
/proc/10699/task/10714/stat : 10714 (java) S 10697 10697 6664 0 -1 1077944384 53 0 0 0 1 0 0 0 20 0 20 0 476696335 28909211648 12409 33554432000 4194304 4196468 140732012768016 140407943317616 140409484479106 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19701760 140732012770288 140732012770459 140732012770459 140732012773327 0
[pid=10699/tid=10715] ppid=10697 vsize=28231652 memory=280153469194896 CPUtime=0.03 cores=0-7
/proc/10699/task/10715/stat : 10715 (java) S 10697 10697 6664 0 -1 1077944384 168 0 0 0 3 0 0 0 20 0 20 0 476696335 28909211648 12409 33554432000 4194304 4196468 140732012768016 140407942265072 140409484479106 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19701760 140732012770288 140732012770459 140732012770459 140732012773327 0
[pid=10699/tid=10716] ppid=10697 vsize=28231652 memory=280153469192592 CPUtime=0.13 cores=0-7
/proc/10699/task/10716/stat : 10716 (java) S 10697 10697 6664 0 -1 1077944384 948 0 0 0 13 0 0 0 20 0 20 0 476696335 28909211648 12409 33554432000 4194304 4196468 140732012768016 140407941212528 140409484479106 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19701760 140732012770288 140732012770459 140732012770459 140732012773327 0
[pid=10699/tid=10717] ppid=10697 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/10699/task/10717/stat : 10717 (java) S 10697 10697 6664 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476696336 28909211648 12409 33554432000 4194304 4196468 140732012768016 140407940160224 140409484478165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19701760 140732012770288 140732012770459 140732012770459 140732012773327 0
[pid=10699/tid=10718] ppid=10697 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/10699/task/10718/stat : 10718 (java) S 10697 10697 6664 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476696336 28909211648 12409 33554432000 4194304 4196468 140732012768016 140407939107760 140409484479106 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19701760 140732012770288 140732012770459 140732012770459 140732012773327 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 51088 KiB

[startup+0.701015 s]
/proc/loadavg: 7.46 7.90 7.94 6/211 10718
/proc/meminfo: memFree=25401088/32770624 swapFree=66939148/67108860
[pid=10697] ppid=10694 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/10697/stat : 10697 (xcsp3-exec) S 10694 10697 6664 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 476696329 115843072 363 33554432000 4194304 5098028 140735059535136 140735059533240 139854189806204 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 15749120 140735059538811 140735059539054 140735059539054 140735059541962 0
/proc/10697/statm: 28282 363 304 221 0 87 0
[pid=10699] ppid=10697 vsize=28233776 memory=92812 CPUtime=1.91 cores=0-7
/proc/10699/stat : 10699 (java) S 10697 10697 6664 0 -1 1077944320 15527 0 0 0 185 6 0 0 20 0 20 0 476696330 28911386624 23203 33554432000 4194304 4196468 140732012768016 140732012750560 140409484467959 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 19701760 140732012770288 140732012770459 140732012770459 140732012773327 0
/proc/10699/statm: 7058444 23203 3458 1 0 7019544 0
[pid=10699/tid=10700] ppid=10697 vsize=28233776 memory=0 CPUtime=0.68 cores=0-7
/proc/10699/task/10700/stat : 10700 (java) R 10697 10697 6664 0 -1 4202560 8307 0 0 0 64 4 0 0 20 0 20 0 476696330 28911386624 23203 33554432000 4194304 4196468 140732012768016 140409488705056 140409468915663 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19701760 140732012770288 140732012770459 140732012770459 140732012773327 0
[pid=10699/tid=10701] ppid=10697 vsize=28233776 memory=2353 CPUtime=0 cores=0-7
/proc/10699/task/10701/stat : 10701 (java) S 10697 10697 6664 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476696331 28911386624 23203 33554432000 4194304 4196468 140732012768016 140409404320528 140409484478165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19701760 140732012770288 140732012770459 140732012770459 140732012773327 0
[pid=10699/tid=10702] ppid=10697 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/10699/task/10702/stat : 10702 (java) S 10697 10697 6664 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476696331 28911386624 23203 33554432000 4194304 4196468 140732012768016 140409403267984 140409484478165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19701760 140732012770288 140732012770459 140732012770459 140732012773327 0
[pid=10699/tid=10703] ppid=10697 vsize=28233776 memory=1416 CPUtime=0 cores=0-7
/proc/10699/task/10703/stat : 10703 (java) S 10697 10697 6664 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476696331 28911386624 23203 33554432000 4194304 4196468 140732012768016 140409402215440 140409484478165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19701760 140732012770288 140732012770459 140732012770459 140732012773327 0

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

# the end of solver process 10697 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=11.1597 s, system=1.13589 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+3.20132 s]
/proc/loadavg: 7.46 7.90 7.94 2/211 10718
/proc/meminfo: memFree=25067328/32770624 swapFree=66939148/67108860
[pid=10697] ppid=10694 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/10697/stat : 10697 (xcsp3-exec) S 10694 10697 6664 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 476696329 115843072 363 33554432000 4194304 5098028 140735059535136 140735059533240 139854189806204 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 15749120 140735059538811 140735059539054 140735059539054 140735059541962 0
/proc/10697/statm: 28282 363 304 221 0 87 0
[pid=10699] ppid=10697 vsize=28235824 memory=688824 CPUtime=9.27 cores=0-7
/proc/10699/stat : 10699 (java) S 10697 10697 6664 0 -1 1077944320 22275 0 0 0 818 109 0 0 20 0 20 0 476696330 28913483776 172206 33554432000 4194304 4196468 140732012768016 140732012750560 140409484467959 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 19701760 140732012770288 140732012770459 140732012770459 140732012773327 0
/proc/10699/statm: 7058956 172206 3512 1 0 7020056 0
[pid=10699/tid=10700] ppid=10697 vsize=28235824 memory=-7663256732072197790 CPUtime=2.29 cores=0-7
/proc/10699/task/10700/stat : 10700 (java) S 10697 10697 6664 0 -1 1077944384 9048 0 0 0 222 7 0 0 20 0 20 0 476696330 28913483776 172206 33554432000 4194304 4196468 140732012768016 140409488705344 140409484478165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19701760 140732012770288 140732012770459 140732012770459 140732012773327 0
[pid=10699/tid=10701] ppid=10697 vsize=28235824 memory=7235147594880805952 CPUtime=0.36 cores=0-7
/proc/10699/task/10701/stat : 10701 (java) R 10697 10697 6664 0 -1 4202560 300 0 0 0 24 12 0 0 20 0 20 0 476696331 28913483776 172206 33554432000 4194304 4196468 140732012768016 140409404320528 140409464494331 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19701760 140732012770288 140732012770459 140732012770459 140732012773327 0
[pid=10699/tid=10702] ppid=10697 vsize=28235824 memory=7665245752928719206 CPUtime=0.35 cores=0-7
/proc/10699/task/10702/stat : 10702 (java) R 10697 10697 6664 0 -1 4202560 256 0 0 0 24 11 0 0 20 0 20 0 476696331 28913483776 172206 33554432000 4194304 4196468 140732012768016 140409403267872 140409464494143 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19701760 140732012770288 140732012770459 140732012770459 140732012773327 0
[pid=10699/tid=10703] ppid=10697 vsize=28235824 memory=4639930699739322730 CPUtime=0.35 cores=0-7
/proc/10699/task/10703/stat : 10703 (java) R 10697 10697 6664 0 -1 4202560 288 0 0 0 24 11 0 0 20 0 20 0 476696331 28913483776 172206 33554432000 4194304 4196468 140732012768016 140409402215440 140409464494481 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19701760 140732012770288 140732012770459 140732012770459 140732012773327 0
[pid=10699/tid=10704] ppid=10697 vsize=28235824 memory=29385985803 CPUtime=0.36 cores=0-7
/proc/10699/task/10704/stat : 10704 (java) R 10697 10697 6664 0 -1 4202560 361 0 0 0 24 12 0 0 20 0 20 0 476696331 28913483776 172206 33554432000 4194304 4196468 140732012768016 140409401162896 140409469311649 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19701760 140732012770288 140732012770459 140732012770459 140732012773327 0
[pid=10699/tid=10705] ppid=10697 vsize=28235824 memory=140076734820288 CPUtime=0.34 cores=0-7
/proc/10699/task/10705/stat : 10705 (java) R 10697 10697 6664 0 -1 4202560 233 0 0 0 23 11 0 0 20 0 20 0 476696331 28913483776 172206 33554432000 4194304 4196468 140732012768016 140409400109328 140409469311649 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 19701760 140732012770288 140732012770459 140732012770459 140732012773327 0
[pid=10699/tid=10706] ppid=10697 vsize=28235824 memory=280153469545536 CPUtime=0.36 cores=0-7
/proc/10699/task/10706/stat : 10706 (java) R 10697 10697 6664 0 -1 4202560 264 0 0 0 24 12 0 0 20 0 20 0 476696331 28913483776 172206 33554432000 4194304 4196468 140732012768016 140409399056784 140409464494481 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19701760 140732012770288 140732012770459 140732012770459 140732012773327 0
[pid=10699/tid=10707] ppid=10697 vsize=28235824 memory=0 CPUtime=0.34 cores=0-7
/proc/10699/task/10707/stat : 10707 (java) R 10697 10697 6664 0 -1 4202560 275 0 0 0 23 11 0 0 20 0 20 0 476696331 28913483776 172206 33554432000 4194304 4196468 140732012768016 140409398004240 140409469419431 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 19701760 140732012770288 140732012770459 140732012770459 140732012773327 0
[pid=10699/tid=10708] ppid=10697 vsize=28235824 memory=288230574492221466 CPUtime=0.35 cores=0-7
/proc/10699/task/10708/stat : 10708 (java) R 10697 10697 6664 0 -1 4202560 252 0 0 0 23 12 0 0 20 0 20 0 476696331 28913483776 172206 33554432000 4194304 4196468 140732012768016 140409396951896 140409464494176 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19701760 140732012770288 140732012770459 140732012770459 140732012773327 0
[pid=10699/tid=10709] ppid=10697 vsize=28235824 memory=288230596050944315 CPUtime=0.01 cores=0-7
/proc/10699/task/10709/stat : 10709 (java) S 10697 10697 6664 0 -1 1077944384 215 0 0 0 1 0 0 0 20 0 20 0 476696332 28913483776 172206 33554432000 4194304 4196468 140732012768016 140407948579680 140409484478165 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 49 0 0 6293624 6294260 19701760 140732012770288 140732012770459 140732012770459 140732012773327 0
[pid=10699/tid=10710] ppid=10697 vsize=28235824 memory=13572582825789998 CPUtime=0 cores=0-7
/proc/10699/task/10710/stat : 10710 (java) S 10697 10697 6664 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 476696333 28913483776 172206 33554432000 4194304 4196468 140732012768016 140407947527648 140409484478165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19701760 140732012770288 140732012770459 140732012770459 140732012773327 0
[pid=10699/tid=10711] ppid=10697 vsize=28235824 memory=1877571798785 CPUtime=0 cores=0-7
/proc/10699/task/10711/stat : 10711 (java) S 10697 10697 6664 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 476696333 28913483776 172206 33554432000 4194304 4196468 140732012768016 140407946475008 140409484478165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19701760 140732012770288 140732012770459 140732012770459 140732012773327 0
[pid=10699/tid=10712] ppid=10697 vsize=28235824 memory=2337133299457 CPUtime=0 cores=0-7
/proc/10699/task/10712/stat : 10712 (java) S 10697 10697 6664 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476696335 28913483776 172206 33554432000 4194304 4196468 140732012768016 140407945423568 140409484486555 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19701760 140732012770288 140732012770459 140732012770459 140732012773327 0
[pid=10699/tid=10713] ppid=10697 vsize=28235824 memory=2440212514561 CPUtime=1.15 cores=0-7
/proc/10699/task/10713/stat : 10713 (java) S 10697 10697 6664 0 -1 1077944384 2468 0 0 0 114 1 0 0 20 0 20 0 476696335 28913483776 172206 33554432000 4194304 4196468 140732012768016 140407944355152 140409484478165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19701760 140732012770288 140732012770459 140732012770459 140732012773327 0
[pid=10699/tid=10714] ppid=10697 vsize=28235824 memory=2474572252929 CPUtime=1.04 cores=0-7
/proc/10699/task/10714/stat : 10714 (java) S 10697 10697 6664 0 -1 1077944384 2111 0 0 0 103 1 0 0 20 0 20 0 476696335 28913483776 172206 33554432000 4194304 4196468 140732012768016 140407943317616 140409484479106 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19701760 140732012770288 140732012770459 140732012770459 140732012773327 0
[pid=10699/tid=10715] ppid=10697 vsize=28235824 memory=2478867220225 CPUtime=1.18 cores=0-7
/proc/10699/task/10715/stat : 10715 (java) S 10697 10697 6664 0 -1 1077944384 2066 0 0 0 118 0 0 0 20 0 20 0 476696335 28913483776 172206 33554432000 4194304 4196468 140732012768016 140407942265072 140409484479106 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19701760 140732012770288 140732012770459 140732012770459 140732012773327 0
[pid=10699/tid=10716] ppid=10697 vsize=28235824 memory=2487457154817 CPUtime=0.65 cores=0-7
/proc/10699/task/10716/stat : 10716 (java) S 10697 10697 6664 0 -1 1077944384 2843 0 0 0 65 0 0 0 20 0 20 0 476696335 28913483776 172206 33554432000 4194304 4196468 140732012768016 140407941212528 140409484479106 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19701760 140732012770288 140732012770459 140732012770459 140732012773327 0
[pid=10699/tid=10717] ppid=10697 vsize=28235824 memory=2491752122113 CPUtime=0 cores=0-7
/proc/10699/task/10717/stat : 10717 (java) S 10697 10697 6664 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476696336 28913483776 172206 33554432000 4194304 4196468 140732012768016 140407940160224 140409484478165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19701760 140732012770288 140732012770459 140732012770459 140732012773327 0
[pid=10699/tid=10718] ppid=10697 vsize=28235824 memory=2526111860481 CPUtime=0 cores=0-7
/proc/10699/task/10718/stat : 10718 (java) S 10697 10697 6664 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476696336 28913483776 172206 33554432000 4194304 4196468 140732012768016 140407939107760 140409484479106 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 47 0 0 6293624 6294260 19701760 140732012770288 140732012770459 140732012770459 140732012773327 0
Current children cumulated CPU time: 9.27 s
Current children cumulated vsize: 28348952 KiB
Current children cumulated memory: 690276 KiB

[startup+3.60432 s]
/proc/loadavg: 7.46 7.90 7.94 12/210 10718
/proc/meminfo: memFree=24768192/32770624 swapFree=66939148/67108860
[pid=10697] ppid=10694 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/10697/stat : 10697 (xcsp3-exec) S 10694 10697 6664 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 476696329 115843072 363 33554432000 4194304 5098028 140735059535136 140735059533240 139854189806204 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 15749120 140735059538811 140735059539054 140735059539054 140735059541962 0
/proc/10697/statm: 28282 363 304 221 0 87 0
[pid=10699] ppid=10697 vsize=28768336 memory=708092 CPUtime=11.53 cores=0-7
/proc/10699/stat : 10699 (java) S 10697 10697 6664 0 -1 1077944320 23366 0 0 0 1043 110 0 0 20 0 28 0 476696330 29458776064 177023 33554432000 4194304 4196468 140732012768016 140732012750560 140409484467959 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 19701760 140732012770288 140732012770459 140732012770459 140732012773327 0
/proc/10699/statm: 7192084 177023 3520 1 0 7153184 0
[pid=10699/tid=10700] ppid=10697 vsize=28768336 memory=6791534058613427641 CPUtime=2.42 cores=0-7
/proc/10699/task/10700/stat : 10700 (java) S 10697 10697 6664 0 -1 1077944384 9130 0 0 0 235 7 0 0 20 0 28 0 476696330 29458776064 177023 33554432000 4194304 4196468 140732012768016 140409488708736 140409484478165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19701760 140732012770288 140732012770459 140732012770459 140732012773327 0
[pid=10699/tid=10701] ppid=10697 vsize=28768336 memory=140080358359455 CPUtime=0.55 cores=0-7
/proc/10699/task/10701/stat : 10701 (java) S 10697 10697 6664 0 -1 1077944384 334 0 0 0 43 12 0 0 20 0 28 0 476696331 29458776064 177023 33554432000 4194304 4196468 140732012768016 140409404320528 140409484478165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19701760 140732012770288 140732012770459 140732012770459 140732012773327 0
[pid=10699/tid=10702] ppid=10697 vsize=28768336 memory=140080358359472 CPUtime=0.54 cores=0-7
/proc/10699/task/10702/stat : 10702 (java) S 10697 10697 6664 0 -1 1077944384 260 0 0 0 43 11 0 0 20 0 28 0 476696331 29458776064 177023 33554432000 4194304 4196468 140732012768016 140409403267984 140409484478165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19701760 140732012770288 140732012770459 140732012770459 140732012773327 0
[pid=10699/tid=10703] ppid=10697 vsize=28768336 memory=140080358359477 CPUtime=0.54 cores=0-7
/proc/10699/task/10703/stat : 10703 (java) S 10697 10697 6664 0 -1 1077944384 295 0 0 0 43 11 0 0 20 0 28 0 476696331 29458776064 177023 33554432000 4194304 4196468 140732012768016 140409402215440 140409484478165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19701760 140732012770288 140732012770459 140732012770459 140732012773327 0
[pid=10699/tid=10704] ppid=10697 vsize=28768336 memory=140080358359584 CPUtime=0.55 cores=0-7
/proc/10699/task/10704/stat : 10704 (java) S 10697 10697 6664 0 -1 1077944384 372 0 0 0 43 12 0 0 20 0 28 0 476696331 29458776064 177023 33554432000 4194304 4196468 140732012768016 140409401162896 140409484478165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19701760 140732012770288 140732012770459 140732012770459 140732012773327 0
[pid=10699/tid=10705] ppid=10697 vsize=28768336 memory=140080358359608 CPUtime=0.54 cores=0-7
/proc/10699/task/10705/stat : 10705 (java) S 10697 10697 6664 0 -1 1077944384 249 0 0 0 43 11 0 0 20 0 28 0 476696331 29458776064 177023 33554432000 4194304 4196468 140732012768016 140409400109328 140409484478165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 19701760 140732012770288 140732012770459 140732012770459 140732012773327 0
[pid=10699/tid=10706] ppid=10697 vsize=28768336 memory=140080358359616 CPUtime=0.55 cores=0-7
/proc/10699/task/10706/stat : 10706 (java) S 10697 10697 6664 0 -1 1077944384 276 0 0 0 43 12 0 0 20 0 28 0 476696331 29458776064 177023 33554432000 4194304 4196468 140732012768016 140409399056784 140409484478165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19701760 140732012770288 140732012770459 140732012770459 140732012773327 0
[pid=10699/tid=10707] ppid=10697 vsize=28768336 memory=140080358359617 CPUtime=0.53 cores=0-7
/proc/10699/task/10707/stat : 10707 (java) S 10697 10697 6664 0 -1 1077944384 288 0 0 0 42 11 0 0 20 0 28 0 476696331 29458776064 177023 33554432000 4194304 4196468 140732012768016 140409398004240 140409484478165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 19701760 140732012770288 140732012770459 140732012770459 140732012773327 0
[pid=10699/tid=10708] ppid=10697 vsize=28768336 memory=1452 CPUtime=0.54 cores=0-7
/proc/10699/task/10708/stat : 10708 (java) S 10697 10697 6664 0 -1 1077944384 287 0 0 0 41 13 0 0 20 0 28 0 476696331 29458776064 177023 33554432000 4194304 4196468 140732012768016 140409396951696 140409484478165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19701760 140732012770288 140732012770459 140732012770459 140732012773327 0
[pid=10699/tid=10709] ppid=10697 vsize=28768336 memory=548180 CPUtime=0.03 cores=0-7
/proc/10699/task/10709/stat : 10709 (java) S 10697 10697 6664 0 -1 1077944384 509 0 0 0 3 0 0 0 20 0 28 0 476696332 29458776064 177023 33554432000 4194304 4196468 140732012768016 140407948581360 140409484479106 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 49 0 0 6293624 6294260 19701760 140732012770288 140732012770459 140732012770459 140732012773327 0
[pid=10699/tid=10710] ppid=10697 vsize=28768336 memory=0 CPUtime=0 cores=0-7
/proc/10699/task/10710/stat : 10710 (java) S 10697 10697 6664 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 28 0 476696333 29458776064 177023 33554432000 4194304 4196468 140732012768016 140407947527648 140409484478165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19701760 140732012770288 140732012770459 140732012770459 140732012773327 0
[pid=10699/tid=10711] ppid=10697 vsize=28768336 memory=0 CPUtime=0 cores=0-7
/proc/10699/task/10711/stat : 10711 (java) S 10697 10697 6664 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 28 0 476696333 29458776064 177023 33554432000 4194304 4196468 140732012768016 140407946475008 140409484478165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19701760 140732012770288 140732012770459 140732012770459 140732012773327 0
[pid=10699/tid=10712] ppid=10697 vsize=28768336 memory=0 CPUtime=0 cores=0-7
/proc/10699/task/10712/stat : 10712 (java) S 10697 10697 6664 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 476696335 29458776064 177023 33554432000 4194304 4196468 140732012768016 140407945423568 140409484486555 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19701760 140732012770288 140732012770459 140732012770459 140732012773327 0
[pid=10699/tid=10713] ppid=10697 vsize=28768336 memory=7595152990398014289 CPUtime=1.26 cores=0-7
/proc/10699/task/10713/stat : 10713 (java) R 10697 10697 6664 0 -1 4202560 2528 0 0 0 125 1 0 0 20 0 28 0 476696335 29458776064 177023 33554432000 4194304 4196468 140732012768016 140407944370160 140409484489306 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19701760 140732012770288 140732012770459 140732012770459 140732012773327 0
[pid=10699/tid=10714] ppid=10697 vsize=28768336 memory=4639948313719891052 CPUtime=1.15 cores=0-7
/proc/10699/task/10714/stat : 10714 (java) R 10697 10697 6664 0 -1 4202560 2125 0 0 0 114 1 0 0 20 0 28 0 476696335 29458776064 177023 33554432000 4194304 4196468 140732012768016 140407943298560 140409467878752 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19701760 140732012770288 140732012770459 140732012770459 140732012773327 0
[pid=10699/tid=10715] ppid=10697 vsize=28768336 memory=7810487918915055718 CPUtime=1.28 cores=0-7
/proc/10699/task/10715/stat : 10715 (java) R 10697 10697 6664 0 -1 4202560 2106 0 0 0 128 0 0 0 20 0 28 0 476696335 29458776064 177023 33554432000 4194304 4196468 140732012768016 140407942255664 140409484489306 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19701760 140732012770288 140732012770459 140732012770459 140732012773327 0
[pid=10699/tid=10716] ppid=10697 vsize=28768336 memory=6147504086924288613 CPUtime=0.7 cores=0-7
/proc/10699/task/10716/stat : 10716 (java) R 10697 10697 6664 0 -1 1077944384 3031 0 0 0 69 1 0 0 20 0 28 0 476696335 29458776064 177023 33554432000 4194304 4196468 140732012768016 140407941212528 140409484479106 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19701760 140732012770288 140732012770459 140732012770459 140732012773327 0
[pid=10699/tid=10717] ppid=10697 vsize=28768336 memory=121746271 CPUtime=0 cores=0-7
/proc/10699/task/10717/stat : 10717 (java) S 10697 10697 6664 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 476696336 29458776064 177023 33554432000 4194304 4196468 140732012768016 140407940160224 140409484478165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19701760 140732012770288 140732012770459 140732012770459 140732012773327 0
[pid=10699/tid=10718] ppid=10697 vsize=28768336 memory=0 CPUtime=0 cores=0-7
/proc/10699/task/10718/stat : 10718 (java) S 10697 10697 6664 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 476696336 29458776064 177023 33554432000 4194304 4196468 140732012768016 140407939107760 140409484479106 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 47 0 0 6293624 6294260 19701760 140732012770288 140732012770459 140732012770459 140732012773327 0
Current children cumulated CPU time: 11.53 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 709544 KiB

[startup+3.70145 s]
/proc/loadavg: 7.46 7.90 7.94 12/210 10718
/proc/meminfo: memFree=24768192/32770624 swapFree=66939148/67108860
[pid=10697] ppid=10694 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/10697/stat : 10697 (xcsp3-exec) S 10694 10697 6664 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 476696329 115843072 363 33554432000 4194304 5098028 140735059535136 140735059533240 139854189806204 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 15749120 140735059538811 140735059539054 140735059539054 140735059541962 0
/proc/10697/statm: 28282 363 304 221 0 87 0
[pid=10699] ppid=10697 vsize=28768336 memory=712772 CPUtime=12.24 cores=0-7
/proc/10699/stat : 10699 (java) S 10697 10697 6664 0 -1 1077944320 26891 0 0 0 1113 111 0 0 20 0 26 0 476696330 29458776064 178191 33554432000 4194304 4196468 140732012768016 140732012750560 140409484467959 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 19701760 140732012770288 140732012770459 140732012770459 140732012773327 0
/proc/10699/statm: 7192081 178193 3523 1 0 7153181 0
[pid=10699/tid=10700] ppid=10697 vsize=28768336 memory=280153469401680 CPUtime=2.43 cores=0-7
/proc/10699/task/10700/stat : 10700 (java) R 10697 10697 6664 0 -1 4202560 9190 0 0 0 235 8 0 0 20 0 26 0 476696330 29458776064 178193 33554432000 4194304 4196468 140732012768016 140409488706648 140409074639585 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19701760 140732012770288 140732012770459 140732012770459 140732012773327 0
[pid=10699/tid=10701] ppid=10697 vsize=28768336 memory=0 CPUtime=0.55 cores=0-7
/proc/10699/task/10701/stat : 10701 (java) S 10697 10697 6664 0 -1 1077944384 334 0 0 0 43 12 0 0 20 0 26 0 476696331 29458776064 178193 33554432000 4194304 4196468 140732012768016 140409404320528 140409484478165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19701760 140732012770288 140732012770459 140732012770459 140732012773327 0
[pid=10699/tid=10702] ppid=10697 vsize=28768336 memory=45796 CPUtime=0.54 cores=0-7
/proc/10699/task/10702/stat : 10702 (java) S 10697 10697 6664 0 -1 1077944384 260 0 0 0 43 11 0 0 20 0 26 0 476696331 29458776064 178193 33554432000 4194304 4196468 140732012768016 140409403267984 140409484478165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19701760 140732012770288 140732012770459 140732012770459 140732012773327 0
[pid=10699/tid=10703] ppid=10697 vsize=28768336 memory=548092 CPUtime=0.54 cores=0-7
/proc/10699/task/10703/stat : 10703 (java) S 10697 10697 6664 0 -1 1077944384 295 0 0 0 43 11 0 0 20 0 26 0 476696331 29458776064 178193 33554432000 4194304 4196468 140732012768016 140409402215440 140409484478165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19701760 140732012770288 140732012770459 140732012770459 140732012773327 0
[pid=10699/tid=10704] ppid=10697 vsize=28768336 memory=0 CPUtime=0.55 cores=0-7
/proc/10699/task/10704/stat : 10704 (java) S 10697 10697 6664 0 -1 1077944384 372 0 0 0 43 12 0 0 20 0 26 0 476696331 29458776064 178193 33554432000 4194304 4196468 140732012768016 140409401162896 140409484478165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19701760 140732012770288 140732012770459 140732012770459 140732012773327 0
[pid=10699/tid=10705] ppid=10697 vsize=28768336 memory=0 CPUtime=0.54 cores=0-7
/proc/10699/task/10705/stat : 10705 (java) S 10697 10697 6664 0 -1 1077944384 249 0 0 0 43 11 0 0 20 0 26 0 476696331 29458776064 178175 33554432000 4194304 4196468 140732012768016 140409400109328 140409484478165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 19701760 140732012770288 140732012770459 140732012770459 140732012773327 0
[pid=10699/tid=10706] ppid=10697 vsize=28768336 memory=6791534058613427641 CPUtime=0.55 cores=0-7
/proc/10699/task/10706/stat : 10706 (java) S 10697 10697 6664 0 -1 1077944384 276 0 0 0 43 12 0 0 20 0 26 0 476696331 29458776064 178175 33554432000 4194304 4196468 140732012768016 140409399056784 140409484478165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19701760 140732012770288 140732012770459 140732012770459 140732012773327 0
[pid=10699/tid=10707] ppid=10697 vsize=28768336 memory=2581946435329 CPUtime=0.53 cores=0-7
/proc/10699/task/10707/stat : 10707 (java) S 10697 10697 6664 0 -1 1077944384 288 0 0 0 42 11 0 0 20 0 25 0 476696331 29458776064 178207 33554432000 4194304 4196468 140732012768016 140409398004240 140409484478165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 19701760 140732012770288 140732012770459 140732012770459 140732012773327 0
[pid=10699/tid=10708] ppid=10697 vsize=28768336 memory=2607716239105 CPUtime=0.54 cores=0-7
/proc/10699/task/10708/stat : 10708 (java) S 10697 10697 6664 0 -1 1077944384 287 0 0 0 41 13 0 0 20 0 25 0 476696331 29458776064 178189 33554432000 4194304 4196468 140732012768016 140409396951696 140409484478165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19701760 140732012770288 140732012770459 140732012770459 140732012773327 0
[pid=10699/tid=10709] ppid=10697 vsize=28768336 memory=0 CPUtime=0.03 cores=0-7
/proc/10699/task/10709/stat : 10709 (java) S 10697 10697 6664 0 -1 1077944384 509 0 0 0 3 0 0 0 20 0 25 0 476696332 29458776064 178226 33554432000 4194304 4196468 140732012768016 140407948581360 140409484479106 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 49 0 0 6293624 6294260 19701760 140732012770288 140732012770459 140732012770459 140732012773327 0
[pid=10699/tid=10710] ppid=10697 vsize=28768336 memory=8740 CPUtime=0 cores=0-7
/proc/10699/task/10710/stat : 10710 (java) S 10697 10697 6664 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 24 0 476696333 29458776064 178171 33554432000 4194304 4196468 140732012768016 140407947527648 140409484478165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19701760 140732012770288 140732012770459 140732012770459 140732012773327 0
[pid=10699/tid=10711] ppid=10697 vsize=28768336 memory=0 CPUtime=0 cores=0-7
/proc/10699/task/10711/stat : 10711 (java) S 10697 10697 6664 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 22 0 476696333 29458776064 178171 33554432000 4194304 4196468 140732012768016 140407946475008 140409484478165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19701760 140732012770288 140732012770459 140732012770459 140732012773327 0
[pid=10699/tid=10712] ppid=10697 vsize=28768336 memory=22532 CPUtime=0 cores=0-7
/proc/10699/task/10712/stat : 10712 (java) S 10697 10697 6664 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 22 0 476696335 29458776064 178171 33554432000 4194304 4196468 140732012768016 140407945423568 140409484486555 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19701760 140732012770288 140732012770459 140732012770459 140732012773327 0
[pid=10699/tid=10713] ppid=10697 vsize=28768336 memory=6656426216303648864 CPUtime=1.33 cores=0-7
/proc/10699/task/10713/stat : 10713 (java) R 10697 10697 6664 0 -1 4202560 3817 0 0 0 132 1 0 0 20 0 22 0 476696335 29458776064 178225 33554432000 4194304 4196468 140732012768016 140407944356184 140409467854940 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19701760 140732012770288 140732012770459 140732012770459 140732012773327 0
[pid=10699/tid=10714] ppid=10697 vsize=28768336 memory=314084 CPUtime=1.24 cores=0-7
/proc/10699/task/10714/stat : 10714 (java) R 10697 10697 6664 0 -1 4202560 3072 0 0 0 123 1 0 0 20 0 22 0 476696335 29458776064 178225 33554432000 4194304 4196468 140732012768016 140407943298632 140409467964747 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19701760 140732012770288 140732012770459 140732012770459 140732012773327 0
[pid=10699/tid=10715] ppid=10697 vsize=28768336 memory=0 CPUtime=1.33 cores=0-7
/proc/10699/task/10715/stat : 10715 (java) R 10697 10697 6664 0 -1 4202560 2800 0 0 0 133 0 0 0 20 0 22 0 476696335 29458776064 178225 33554432000 4194304 4196468 140732012768016 140407942246088 140409468756837 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19701760 140732012770288 140732012770459 140732012770459 140732012773327 0
[pid=10699/tid=10716] ppid=10697 vsize=28768336 memory=0 CPUtime=0.72 cores=0-7
/proc/10699/task/10716/stat : 10716 (java) R 10697 10697 6664 0 -1 12591168 3146 0 0 0 71 1 0 0 20 0 22 0 476696335 29458776064 178225 33554432000 4194304 4196468 140732012768016 140407941212448 140409470148657 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19701760 140732012770288 140732012770459 140732012770459 140732012773327 0
[pid=10699/tid=10717] ppid=10697 vsize=28768336 memory=2353 CPUtime=0 cores=0-7
/proc/10699/task/10717/stat : 10717 (java) S 10697 10697 6664 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 22 0 476696336 29458776064 178225 33554432000 4194304 4196468 140732012768016 140407940160224 140409484478165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19701760 140732012770288 140732012770459 140732012770459 140732012773327 0
[pid=10699/tid=10718] ppid=10697 vsize=28768336 memory=0 CPUtime=0 cores=0-7
/proc/10699/task/10718/stat : 10718 (java) S 10697 10697 6664 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 22 0 476696336 29458776064 178225 33554432000 4194304 4196468 140732012768016 140407939107760 140409484479106 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 47 0 0 6293624 6294260 19701760 140732012770288 140732012770459 140732012770459 140732012773327 0
Current children cumulated CPU time: 12.24 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 714224 KiB

Child status: 0
Real time (s): 3.73491
CPU time (s): 12.2956
CPU user time (s): 11.1597
CPU system time (s): 1.13589
CPU usage (%): 329.206
Max. virtual memory (cumulated for all children) (KiB): 28881464
Max. memory (cumulated for all children) (KiB): 714224

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.1597
system time used= 1.13589
maximum resident set size= 714236
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29607
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3885
involuntary context switches= 81


# summary of solver processes directly reported to runsolver:
#   pid: 10697
#   total CPU time (s): 12.2956
#   total CPU user time (s): 11.1597
#   total CPU system time (s): 1.13589

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.051432 second user time and 0.075883 second system time

The end

Launcher Data

Begin job on node139 at 2019-09-20 20:33:09
IDJOB=4404919
IDBENCH=126827
IDSOLVER=2866
FILE ID=node139/4404919-1569004266
RUNJOBID= node139-1568994483-6691
PBS_JOBID= 21704720
Free space on /tmp= 5144 MiB

SOLVER NAME= choco-solver 2019-09-20 parallel
BENCH NAME= XCSP17/Tpp/Tpp-zinc-s1/Tpp-7-5-20-1.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 24000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4404919-1569004266/watcher-4404919-1569004266 -o /tmp/evaluation-result-4404919-1569004266/solver-4404919-1569004266 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node139-1568994483-6691 --watchdog 312  xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 24000 -tdir HOME -seed 1340260552 HOME/instance-4404919-1569004266.xml

TIME LIMIT= 2016 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= e35b04ec576605d811ffb09e6056798d
RANDOM SEED=1340260552

node139.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.57
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.57
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.57
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.57
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:        25460176 kB
MemAvailable:   31788604 kB
Buffers:           50280 kB
Cached:          6366168 kB
SwapCached:        65228 kB
Active:          3194228 kB
Inactive:        3292856 kB
Active(anon):       5220 kB
Inactive(anon):   111864 kB
Active(file):    3189008 kB
Inactive(file):  3180992 kB
Unevictable:      107328 kB
Mlocked:          107328 kB
SwapTotal:      67108860 kB
SwapFree:       66939148 kB
Dirty:             26688 kB
Writeback:             0 kB
AnonPages:        271036 kB
Mapped:            50540 kB
Shmem:             37512 kB
Slab:             416168 kB
SReclaimable:     386888 kB
SUnreclaim:        29280 kB
KernelStack:        3872 kB
PageTables:         5988 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     496888 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    225280 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 5116 MiB
End job on node139 at 2019-09-20 20:33:12