Trace number 4403719

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-20Wrong UNSAT 5.35463 2.0098

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.03722
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 -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4403719-1568990439.xml"  -tl '2520s' -p 4
0.12/0.18	c Choco 3fb4b153
0.12/0.18	c [HOME/instance-4403719-1568990439.xml, -tl, 2520s, -p, 4]
0.34/0.22	c 4 solvers in parallel
0.34/0.28	c parse instance...
4.83/1.88	c solve instance...
5.03/1.98	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 (5279 MiB free)
  memory of node 1: 16384 MiB (7284 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4403719-1568990439/watcher-4403719-1568990439 -o /tmp/evaluation-result-4403719-1568990439/solver-4403719-1568990439 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1568988175-11774 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 42321824 HOME/instance-4403719-1568990439.xml 

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

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


[startup+0.100059 s]*
/proc/loadavg: 8.33 7.98 7.48 6/233 14808
/proc/meminfo: memFree=12847776/32770624 swapFree=66974516/67108860
[pid=14792] ppid=14789 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/14792/stat : 14792 (xcsp3-exec) S 14789 14792 11742 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 475310734 115843072 363 33554432000 4194304 5098028 140732453084272 140732453082376 140040565285500 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8511488 140732453086076 140732453086317 140732453086317 140732453089226 0
/proc/14792/statm: 28282 363 305 221 0 87 0
[pid=14794] ppid=14792 vsize=15144776 memory=29780 CPUtime=0.12 cores=1,3,5,7
/proc/14794/stat : 14794 (java) S 14792 14792 11742 0 -1 1077944320 5908 0 0 0 11 1 0 0 20 0 15 0 475310734 15508250624 7445 33554432000 4194304 4196468 140727709192384 140727709174928 140541750406903 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17543168 140727709197295 140727709197466 140727709197466 140727709200335 0
/proc/14794/statm: 3786194 7445 3122 1 0 3748377 0
[pid=14794/tid=14795] ppid=14792 vsize=15144776 memory=8324486588775410251 CPUtime=0.09 cores=1,3,5,7
/proc/14794/task/14795/stat : 14795 (java) R 14792 14792 11742 0 -1 4202560 3844 0 0 0 8 1 0 0 20 0 15 0 475310734 15508250624 7511 33554432000 4194304 4196468 140727709192384 140541754639632 140541734487390 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17543168 140727709197295 140727709197466 140727709197466 140727709200335 0
[pid=14794/tid=14796] ppid=14792 vsize=15144776 memory=-3689451258167578675 CPUtime=0 cores=1,3,5,7
/proc/14794/task/14796/stat : 14796 (java) S 14792 14792 11742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475310735 15508250624 7511 33554432000 4194304 4196468 140727709192384 140541678447504 140541750417109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17543168 140727709197295 140727709197466 140727709197466 140727709200335 0
[pid=14794/tid=14797] ppid=14792 vsize=15144776 memory=140595903633024 CPUtime=0 cores=1,3,5,7
/proc/14794/task/14797/stat : 14797 (java) S 14792 14792 11742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475310735 15508250624 7511 33554432000 4194304 4196468 140727709192384 140541677394704 140541750417109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17543168 140727709197295 140727709197466 140727709197466 140727709200335 0
[pid=14794/tid=14798] ppid=14792 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14794/task/14798/stat : 14798 (java) S 14792 14792 11742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475310735 15508250624 7511 33554432000 4194304 4196468 140727709192384 140541676342416 140541750417109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17543168 140727709197295 140727709197466 140727709197466 140727709200335 0
[pid=14794/tid=14799] ppid=14792 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14794/task/14799/stat : 14799 (java) S 14792 14792 11742 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475310735 15508250624 7511 33554432000 4194304 4196468 140727709192384 140541675289616 140541750417109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17543168 140727709197295 140727709197466 140727709197466 140727709200335 0
[pid=14794/tid=14800] ppid=14792 vsize=15144776 memory=140595903633024 CPUtime=0 cores=1,3,5,7
/proc/14794/task/14800/stat : 14800 (java) S 14792 14792 11742 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475310736 15508250624 7511 33554432000 4194304 4196468 140727709192384 140541218973808 140541750418050 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17543168 140727709197295 140727709197466 140727709197466 140727709200335 0
[pid=14794/tid=14801] ppid=14792 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14794/task/14801/stat : 14801 (java) S 14792 14792 11742 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475310737 15508250624 7511 33554432000 4194304 4196468 140727709192384 140541217919776 140541750417109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17543168 140727709197295 140727709197466 140727709197466 140727709200335 0
[pid=14794/tid=14802] ppid=14792 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14794/task/14802/stat : 14802 (java) S 14792 14792 11742 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475310737 15508250624 7511 33554432000 4194304 4196468 140727709192384 140541216867440 140541750417109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17543168 140727709197295 140727709197466 140727709197466 140727709200335 0
[pid=14794/tid=14803] ppid=14792 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14794/task/14803/stat : 14803 (java) S 14792 14792 11742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475310740 15508250624 7511 33554432000 4194304 4196468 140727709192384 140541215815760 140541750425499 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17543168 140727709197295 140727709197466 140727709197466 140727709200335 0
[pid=14794/tid=14804] ppid=14792 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14794/task/14804/stat : 14804 (java) R 14792 14792 11742 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 15 0 475310740 15508250624 7511 33554432000 4194304 4196468 140727709192384 140541214763632 140541750418050 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17543168 140727709197295 140727709197466 140727709197466 140727709200335 0
[pid=14794/tid=14805] ppid=14792 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14794/task/14805/stat : 14805 (java) R 14792 14792 11742 0 -1 4202560 146 0 0 0 0 0 0 0 20 0 15 0 475310740 15508250624 7511 33554432000 4194304 4196468 140727709192384 140541213710832 140541736073056 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17543168 140727709197295 140727709197466 140727709197466 140727709200335 0
[pid=14794/tid=14806] ppid=14792 vsize=15144776 memory=140595903633024 CPUtime=0.02 cores=1,3,5,7
/proc/14794/task/14806/stat : 14806 (java) R 14792 14792 11742 0 -1 4202560 335 0 0 0 2 0 0 0 20 0 15 0 475310740 15508250624 7511 33554432000 4194304 4196468 140727709192384 140541212658544 140541730619393 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17543168 140727709197295 140727709197466 140727709197466 140727709200335 0
[pid=14794/tid=14807] ppid=14792 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14794/task/14807/stat : 14807 (java) S 14792 14792 11742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475310740 15508250624 7511 33554432000 4194304 4196468 140727709192384 140541211605984 140541750417109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17543168 140727709197295 140727709197466 140727709197466 140727709200335 0
[pid=14794/tid=14808] ppid=14792 vsize=15144776 memory=140595903633024 CPUtime=0 cores=1,3,5,7
/proc/14794/task/14808/stat : 14808 (java) S 14792 14792 11742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475310740 15508250624 7511 33554432000 4194304 4196468 140727709192384 140541210552752 140541750418050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17543168 140727709197295 140727709197466 140727709197466 140727709200335 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 31232 KiB

[startup+0.210821 s]*
/proc/loadavg: 8.33 7.98 7.48 6/233 14808
/proc/meminfo: memFree=12834908/32770624 swapFree=66974516/67108860
[pid=14792] ppid=14789 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/14792/stat : 14792 (xcsp3-exec) S 14789 14792 11742 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 475310734 115843072 363 33554432000 4194304 5098028 140732453084272 140732453082376 140040565285500 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8511488 140732453086076 140732453086317 140732453086317 140732453089226 0
/proc/14792/statm: 28282 363 305 221 0 87 0
[pid=14794] ppid=14792 vsize=15144776 memory=40900 CPUtime=0.34 cores=1,3,5,7
/proc/14794/stat : 14794 (java) S 14792 14792 11742 0 -1 1077944320 9459 0 0 0 31 3 0 0 20 0 15 0 475310734 15508250624 10225 33554432000 4194304 4196468 140727709192384 140727709174928 140541750406903 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17543168 140727709197295 140727709197466 140727709197466 140727709200335 0
/proc/14794/statm: 3786194 10225 3303 1 0 3748377 0
[pid=14794/tid=14795] ppid=14792 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/14794/task/14795/stat : 14795 (java) R 14792 14792 11742 0 -1 4202560 6656 0 0 0 18 2 0 0 20 0 15 0 475310734 15508250624 10225 33554432000 4194304 4196468 140727709192384 140541754645216 140541750418838 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17543168 140727709197295 140727709197466 140727709197466 140727709200335 0
[pid=14794/tid=14796] ppid=14792 vsize=15144776 memory=9034 CPUtime=0 cores=1,3,5,7
/proc/14794/task/14796/stat : 14796 (java) S 14792 14792 11742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475310735 15508250624 10225 33554432000 4194304 4196468 140727709192384 140541678447504 140541750417109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17543168 140727709197295 140727709197466 140727709197466 140727709200335 0
[pid=14794/tid=14797] ppid=14792 vsize=15144776 memory=140595903647570 CPUtime=0 cores=1,3,5,7
/proc/14794/task/14797/stat : 14797 (java) S 14792 14792 11742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475310735 15508250624 10225 33554432000 4194304 4196468 140727709192384 140541677394704 140541750417109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17543168 140727709197295 140727709197466 140727709197466 140727709200335 0
[pid=14794/tid=14798] ppid=14792 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14794/task/14798/stat : 14798 (java) S 14792 14792 11742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475310735 15508250624 10225 33554432000 4194304 4196468 140727709192384 140541676342416 140541750417109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17543168 140727709197295 140727709197466 140727709197466 140727709200335 0
[pid=14794/tid=14799] ppid=14792 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14794/task/14799/stat : 14799 (java) S 14792 14792 11742 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475310735 15508250624 10225 33554432000 4194304 4196468 140727709192384 140541675289616 140541750417109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17543168 140727709197295 140727709197466 140727709197466 140727709200335 0
[pid=14794/tid=14800] ppid=14792 vsize=15144776 memory=140595903633024 CPUtime=0 cores=1,3,5,7
/proc/14794/task/14800/stat : 14800 (java) S 14792 14792 11742 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475310736 15508250624 10225 33554432000 4194304 4196468 140727709192384 140541218973808 140541750418050 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17543168 140727709197295 140727709197466 140727709197466 140727709200335 0
[pid=14794/tid=14801] ppid=14792 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14794/task/14801/stat : 14801 (java) S 14792 14792 11742 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475310737 15508250624 10225 33554432000 4194304 4196468 140727709192384 140541217919776 140541750417109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17543168 140727709197295 140727709197466 140727709197466 140727709200335 0
[pid=14794/tid=14802] ppid=14792 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14794/task/14802/stat : 14802 (java) S 14792 14792 11742 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475310737 15508250624 10225 33554432000 4194304 4196468 140727709192384 140541216867440 140541750417109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17543168 140727709197295 140727709197466 140727709197466 140727709200335 0
[pid=14794/tid=14803] ppid=14792 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14794/task/14803/stat : 14803 (java) S 14792 14792 11742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475310740 15508250624 10225 33554432000 4194304 4196468 140727709192384 140541215815760 140541750425499 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17543168 140727709197295 140727709197466 140727709197466 140727709200335 0
[pid=14794/tid=14804] ppid=14792 vsize=15144776 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/14794/task/14804/stat : 14804 (java) S 14792 14792 11742 0 -1 1077944384 403 0 0 0 2 0 0 0 20 0 15 0 475310740 15508250624 10225 33554432000 4194304 4196468 140727709192384 140541214763632 140541750418050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17543168 140727709197295 140727709197466 140727709197466 140727709200335 0
[pid=14794/tid=14805] ppid=14792 vsize=15144776 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/14794/task/14805/stat : 14805 (java) S 14792 14792 11742 0 -1 1077944384 380 0 0 0 2 0 0 0 20 0 15 0 475310740 15508250624 10225 33554432000 4194304 4196468 140727709192384 140541213710832 140541750418050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17543168 140727709197295 140727709197466 140727709197466 140727709200335 0
[pid=14794/tid=14806] ppid=14792 vsize=15144776 memory=140595903633024 CPUtime=0.07 cores=1,3,5,7
/proc/14794/task/14806/stat : 14806 (java) R 14792 14792 11742 0 -1 4202560 715 0 0 0 7 0 0 0 20 0 15 0 475310740 15508250624 10225 33554432000 4194304 4196468 140727709192384 140541212658544 140541750418838 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17543168 140727709197295 140727709197466 140727709197466 140727709200335 0
[pid=14794/tid=14807] ppid=14792 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14794/task/14807/stat : 14807 (java) S 14792 14792 11742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475310740 15508250624 10225 33554432000 4194304 4196468 140727709192384 140541211605984 140541750417109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17543168 140727709197295 140727709197466 140727709197466 140727709200335 0
[pid=14794/tid=14808] ppid=14792 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14794/task/14808/stat : 14808 (java) S 14792 14792 11742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475310740 15508250624 10225 33554432000 4194304 4196468 140727709192384 140541210552752 140541750418050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17543168 140727709197295 140727709197466 140727709197466 140727709200335 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42352 KiB

[startup+0.312348 s]*
/proc/loadavg: 8.33 7.98 7.48 9/233 14808
/proc/meminfo: memFree=12827884/32770624 swapFree=66974516/67108860
[pid=14792] ppid=14789 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/14792/stat : 14792 (xcsp3-exec) S 14789 14792 11742 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 475310734 115843072 363 33554432000 4194304 5098028 140732453084272 140732453082376 140040565285500 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8511488 140732453086076 140732453086317 140732453086317 140732453089226 0
/proc/14792/statm: 28282 363 305 221 0 87 0
[pid=14794] ppid=14792 vsize=15149032 memory=50104 CPUtime=0.53 cores=1,3,5,7
/proc/14794/stat : 14794 (java) S 14792 14792 11742 0 -1 1077944320 10881 0 0 0 49 4 0 0 20 0 15 0 475310734 15512608768 12526 33554432000 4194304 4196468 140727709192384 140727709174928 140541750406903 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17543168 140727709197295 140727709197466 140727709197466 140727709200335 0
/proc/14794/statm: 3787258 12526 3369 1 0 3748377 0
[pid=14794/tid=14795] ppid=14792 vsize=15149032 memory=1398722017469774279 CPUtime=0.3 cores=1,3,5,7
/proc/14794/task/14795/stat : 14795 (java) R 14792 14792 11742 0 -1 4202560 7847 0 0 0 27 3 0 0 20 0 15 0 475310734 15512608768 12591 33554432000 4194304 4196468 140727709192384 140541754640688 140541734487390 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17543168 140727709197295 140727709197466 140727709197466 140727709200335 0
[pid=14794/tid=14796] ppid=14792 vsize=15149032 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/14794/task/14796/stat : 14796 (java) S 14792 14792 11742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475310735 15512608768 12591 33554432000 4194304 4196468 140727709192384 140541678447504 140541750417109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17543168 140727709197295 140727709197466 140727709197466 140727709200335 0
[pid=14794/tid=14797] ppid=14792 vsize=15149032 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/14794/task/14797/stat : 14797 (java) S 14792 14792 11742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475310735 15512608768 12591 33554432000 4194304 4196468 140727709192384 140541677394704 140541750417109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17543168 140727709197295 140727709197466 140727709197466 140727709200335 0
[pid=14794/tid=14798] ppid=14792 vsize=15149032 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/14794/task/14798/stat : 14798 (java) S 14792 14792 11742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475310735 15512608768 12591 33554432000 4194304 4196468 140727709192384 140541676342416 140541750417109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17543168 140727709197295 140727709197466 140727709197466 140727709200335 0
[pid=14794/tid=14799] ppid=14792 vsize=15149032 memory=-3258418265892434876 CPUtime=0 cores=1,3,5,7
/proc/14794/task/14799/stat : 14799 (java) S 14792 14792 11742 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475310735 15512608768 12591 33554432000 4194304 4196468 140727709192384 140541675289616 140541750417109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17543168 140727709197295 140727709197466 140727709197466 140727709200335 0
[pid=14794/tid=14800] ppid=14792 vsize=15149032 memory=4572146057552828020 CPUtime=0 cores=1,3,5,7
/proc/14794/task/14800/stat : 14800 (java) S 14792 14792 11742 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475310736 15512608768 12591 33554432000 4194304 4196468 140727709192384 140541218973808 140541750418050 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17543168 140727709197295 140727709197466 140727709197466 140727709200335 0
[pid=14794/tid=14801] ppid=14792 vsize=15149032 memory=6944613755495348631 CPUtime=0 cores=1,3,5,7
/proc/14794/task/14801/stat : 14801 (java) S 14792 14792 11742 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475310737 15512608768 12591 33554432000 4194304 4196468 140727709192384 140541217919776 140541750417109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17543168 140727709197295 140727709197466 140727709197466 140727709200335 0
[pid=14794/tid=14802] ppid=14792 vsize=15149032 memory=7893295687695687954 CPUtime=0 cores=1,3,5,7
/proc/14794/task/14802/stat : 14802 (java) S 14792 14792 11742 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475310737 15512608768 12597 33554432000 4194304 4196468 140727709192384 140541216867440 140541750417109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17543168 140727709197295 140727709197466 140727709197466 140727709200335 0
[pid=14794/tid=14803] ppid=14792 vsize=15149032 memory=-8813974798734826869 CPUtime=0 cores=1,3,5,7
/proc/14794/task/14803/stat : 14803 (java) S 14792 14792 11742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475310740 15512608768 12597 33554432000 4194304 4196468 140727709192384 140541215815760 140541750425499 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17543168 140727709197295 140727709197466 140727709197466 140727709200335 0
[pid=14794/tid=14804] ppid=14792 vsize=15149032 memory=7827413994055111515 CPUtime=0.04 cores=1,3,5,7
/proc/14794/task/14804/stat : 14804 (java) R 14792 14792 11742 0 -1 4202560 496 0 0 0 4 0 0 0 20 0 15 0 475310740 15512608768 12597 33554432000 4194304 4196468 140727709192384 140541214744648 140541727668160 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17543168 140727709197295 140727709197466 140727709197466 140727709200335 0
[pid=14794/tid=14805] ppid=14792 vsize=15149032 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/14794/task/14805/stat : 14805 (java) S 14792 14792 11742 0 -1 1077944384 421 0 0 0 4 0 0 0 20 0 15 0 475310740 15512608768 12597 33554432000 4194304 4196468 140727709192384 140541213710832 140541750418050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17543168 140727709197295 140727709197466 140727709197466 140727709200335 0
[pid=14794/tid=14806] ppid=14792 vsize=15149032 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/14794/task/14806/stat : 14806 (java) S 14792 14792 11742 0 -1 1077944384 825 0 0 0 12 0 0 0 20 0 15 0 475310740 15512608768 12597 33554432000 4194304 4196468 140727709192384 140541212658544 140541750418050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17543168 140727709197295 140727709197466 140727709197466 140727709200335 0
[pid=14794/tid=14807] ppid=14792 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14794/task/14807/stat : 14807 (java) S 14792 14792 11742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475310740 15512608768 12597 33554432000 4194304 4196468 140727709192384 140541211605984 140541750417109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17543168 140727709197295 140727709197466 140727709197466 140727709200335 0
[pid=14794/tid=14808] ppid=14792 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14794/task/14808/stat : 14808 (java) S 14792 14792 11742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475310740 15512608768 12597 33554432000 4194304 4196468 140727709192384 140541210552752 140541750418050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17543168 140727709197295 140727709197466 140727709197466 140727709200335 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51556 KiB

[startup+0.700752 s]
/proc/loadavg: 8.33 7.98 7.48 8/233 14808
/proc/meminfo: memFree=12809260/32770624 swapFree=66974516/67108860
[pid=14792] ppid=14789 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/14792/stat : 14792 (xcsp3-exec) S 14789 14792 11742 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 475310734 115843072 363 33554432000 4194304 5098028 140732453084272 140732453082376 140040565285500 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8511488 140732453086076 140732453086317 140732453086317 140732453089226 0
/proc/14792/statm: 28282 363 305 221 0 87 0
[pid=14794] ppid=14792 vsize=15151156 memory=85036 CPUtime=1.73 cores=1,3,5,7
/proc/14794/stat : 14794 (java) S 14792 14792 11742 0 -1 1077944320 15115 0 0 0 168 5 0 0 20 0 15 0 475310734 15514783744 21259 33554432000 4194304 4196468 140727709192384 140727709174928 140541750406903 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17543168 140727709197295 140727709197466 140727709197466 140727709200335 0
/proc/14794/statm: 3787789 21259 3451 1 0 3748889 0
[pid=14794/tid=14795] ppid=14792 vsize=15151156 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/14794/task/14795/stat : 14795 (java) R 14792 14792 11742 0 -1 4202560 8760 0 0 0 64 3 0 0 20 0 15 0 475310734 15514783744 21259 33554432000 4194304 4196468 140727709192384 140541754639632 140541349415447 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17543168 140727709197295 140727709197466 140727709197466 140727709200335 0
[pid=14794/tid=14796] ppid=14792 vsize=15151156 memory=54372 CPUtime=0 cores=1,3,5,7
/proc/14794/task/14796/stat : 14796 (java) S 14792 14792 11742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475310735 15514783744 21259 33554432000 4194304 4196468 140727709192384 140541678447504 140541750417109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17543168 140727709197295 140727709197466 140727709197466 140727709200335 0
[pid=14794/tid=14797] ppid=14792 vsize=15151156 memory=984 CPUtime=0 cores=1,3,5,7
/proc/14794/task/14797/stat : 14797 (java) S 14792 14792 11742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475310735 15514783744 21259 33554432000 4194304 4196468 140727709192384 140541677394704 140541750417109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17543168 140727709197295 140727709197466 140727709197466 140727709200335 0
[pid=14794/tid=14798] ppid=14792 vsize=15151156 memory=2004 CPUtime=0 cores=1,3,5,7
/proc/14794/task/14798/stat : 14798 (java) S 14792 14792 11742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475310735 15514783744 21259 33554432000 4194304 4196468 140727709192384 140541676342416 140541750417109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17543168 140727709197295 140727709197466 140727709197466 140727709200335 0
[pid=14794/tid=14799] ppid=14792 vsize=15151156 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/14794/task/14799/stat : 14799 (java) S 14792 14792 11742 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475310735 15514783744 21259 33554432000 4194304 4196468 140727709192384 140541675289616 140541750417109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17543168 140727709197295 140727709197466 140727709197466 140727709200335 0
[pid=14794/tid=14800] ppid=14792 vsize=15151156 memory=1060 CPUtime=0 cores=1,3,5,7
/proc/14794/task/14800/stat : 14800 (java) S 14792 14792 11742 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475310736 15514783744 21259 33554432000 4194304 4196468 140727709192384 140541218973808 140541750418050 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17543168 140727709197295 140727709197466 140727709197466 140727709200335 0
[pid=14794/tid=14801] ppid=14792 vsize=15151156 memory=3636 CPUtime=0 cores=1,3,5,7
/proc/14794/task/14801/stat : 14801 (java) S 14792 14792 11742 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475310737 15514783744 21259 33554432000 4194304 4196468 140727709192384 140541217919776 140541750417109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17543168 140727709197295 140727709197466 140727709197466 140727709200335 0
[pid=14794/tid=14802] ppid=14792 vsize=15151156 memory=1724 CPUtime=0 cores=1,3,5,7
/proc/14794/task/14802/stat : 14802 (java) S 14792 14792 11742 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475310737 15514783744 21259 33554432000 4194304 4196468 140727709192384 140541216867440 140541750417109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17543168 140727709197295 140727709197466 140727709197466 140727709200335 0
[pid=14794/tid=14803] ppid=14792 vsize=15151156 memory=6088 CPUtime=0 cores=1,3,5,7
/proc/14794/task/14803/stat : 14803 (java) S 14792 14792 11742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475310740 15514783744 21259 33554432000 4194304 4196468 140727709192384 140541215815760 140541750425499 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17543168 140727709197295 140727709197466 140727709197466 140727709200335 0
[pid=14794/tid=14804] ppid=14792 vsize=15151156 memory=10564 CPUtime=0.31 cores=1,3,5,7
/proc/14794/task/14804/stat : 14804 (java) R 14792 14792 11742 0 -1 4202560 1357 0 0 0 31 0 0 0 20 0 15 0 475310740 15514783744 21259 33554432000 4194304 4196468 140727709192384 140541214755088 140541728382208 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17543168 140727709197295 140727709197466 140727709197466 140727709200335 0
[pid=14794/tid=14805] ppid=14792 vsize=15151156 memory=716 CPUtime=0.31 cores=1,3,5,7
/proc/14794/task/14805/stat : 14805 (java) R 14792 14792 11742 0 -1 4202560 1407 0 0 0 31 0 0 0 20 0 15 0 475310740 15514783744 21259 33554432000 4194304 4196468 140727709192384 140541213697400 140541728822490 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 17543168 140727709197295 140727709197466 140727709197466 140727709200335 0
[pid=14794/tid=14806] ppid=14792 vsize=15151156 memory=780 CPUtime=0.39 cores=1,3,5,7
/proc/14794/task/14806/stat : 14806 (java) R 14792 14792 11742 0 -1 4202560 2288 0 0 0 39 0 0 0 20 0 15 0 475310740 15514783744 21259 33554432000 4194304 4196468 140727709192384 140541212658544 140541743503739 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17543168 140727709197295 140727709197466 140727709197466 140727709200335 0
[pid=14794/tid=14807] ppid=14792 vsize=15151156 memory=1552 CPUtime=0 cores=1,3,5,7
/proc/14794/task/14807/stat : 14807 (java) S 14792 14792 11742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475310740 15514783744 21259 33554432000 4194304 4196468 140727709192384 140541211605984 140541750417109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17543168 140727709197295 140727709197466 140727709197466 140727709200335 0
[pid=14794/tid=14808] ppid=14792 vsize=15151156 memory=2832 CPUtime=0 cores=1,3,5,7
/proc/14794/task/14808/stat : 14808 (java) S 14792 14792 11742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475310740 15514783744 21259 33554432000 4194304 4196468 140727709192384 140541210552752 140541750418050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17543168 140727709197295 140727709197466 140727709197466 140727709200335 0
Current children cumulated CPU time: 1.73 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 86488 KiB

[startup+1.50176 s]
/proc/loadavg: 8.33 7.98 7.48 10/233 14808
/proc/meminfo: memFree=12694768/32770624 swapFree=66974516/67108860
[pid=14792] ppid=14789 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/14792/stat : 14792 (xcsp3-exec) S 14789 14792 11742 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 475310734 115843072 363 33554432000 4194304 5098028 140732453084272 140732453082376 140040565285500 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8511488 140732453086076 140732453086317 140732453086317 140732453089226 0
/proc/14792/statm: 28282 363 305 221 0 87 0

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

/proc/14794/task/14796/stat : 14796 (java) R 14792 14792 11742 0 -1 4202560 469 0 0 0 3 1 0 0 20 0 15 0 475310735 15514783744 72552 33554432000 4194304 4196468 140727709192384 140541678447704 140541735429024 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17543168 140727709197295 140727709197466 140727709197466 140727709200335 0
[pid=14794/tid=14797] ppid=14792 vsize=15151156 memory=6628 CPUtime=0.04 cores=1,3,5,7
/proc/14794/task/14797/stat : 14797 (java) R 14792 14792 11742 0 -1 4202560 146 0 0 0 3 1 0 0 20 0 15 0 475310735 15514783744 72552 33554432000 4194304 4196468 140727709192384 140541677394592 140541735434777 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17543168 140727709197295 140727709197466 140727709197466 140727709200335 0
[pid=14794/tid=14798] ppid=14792 vsize=15151156 memory=8836 CPUtime=0.07 cores=1,3,5,7
/proc/14794/task/14798/stat : 14798 (java) R 14792 14792 11742 0 -1 4202560 283 0 0 0 5 2 0 0 20 0 15 0 475310735 15514783744 72552 33554432000 4194304 4196468 140727709192384 140541676342616 140541735434777 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 17543168 140727709197295 140727709197466 140727709197466 140727709200335 0
[pid=14794/tid=14799] ppid=14792 vsize=15151156 memory=11044 CPUtime=0.07 cores=1,3,5,7
/proc/14794/task/14799/stat : 14799 (java) R 14792 14792 11742 0 -1 4202560 282 0 0 0 5 2 0 0 20 0 15 0 475310735 15514783744 72552 33554432000 4194304 4196468 140727709192384 140541675289816 140541735434777 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17543168 140727709197295 140727709197466 140727709197466 140727709200335 0
[pid=14794/tid=14800] ppid=14792 vsize=15151156 memory=13252 CPUtime=0 cores=1,3,5,7
/proc/14794/task/14800/stat : 14800 (java) S 14792 14792 11742 0 -1 1077944384 293 0 0 0 0 0 0 0 20 0 15 0 475310736 15514783744 72552 33554432000 4194304 4196468 140727709192384 140541218972320 140541750417109 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17543168 140727709197295 140727709197466 140727709197466 140727709200335 0
[pid=14794/tid=14801] ppid=14792 vsize=15151156 memory=15460 CPUtime=0 cores=1,3,5,7
/proc/14794/task/14801/stat : 14801 (java) S 14792 14792 11742 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 475310737 15514783744 72552 33554432000 4194304 4196468 140727709192384 140541217919776 140541750417109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17543168 140727709197295 140727709197466 140727709197466 140727709200335 0
[pid=14794/tid=14802] ppid=14792 vsize=15151156 memory=17668 CPUtime=0 cores=1,3,5,7
/proc/14794/task/14802/stat : 14802 (java) S 14792 14792 11742 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 475310737 15514783744 72552 33554432000 4194304 4196468 140727709192384 140541216867440 140541750417109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17543168 140727709197295 140727709197466 140727709197466 140727709200335 0
[pid=14794/tid=14803] ppid=14792 vsize=15151156 memory=19876 CPUtime=0 cores=1,3,5,7
/proc/14794/task/14803/stat : 14803 (java) S 14792 14792 11742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475310740 15514783744 72552 33554432000 4194304 4196468 140727709192384 140541215815760 140541750425499 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17543168 140727709197295 140727709197466 140727709197466 140727709200335 0
[pid=14794/tid=14804] ppid=14792 vsize=15151156 memory=22084 CPUtime=0.94 cores=1,3,5,7
/proc/14794/task/14804/stat : 14804 (java) R 14792 14792 11742 0 -1 4202560 4141 0 0 0 94 0 0 0 20 0 15 0 475310740 15514783744 72552 33554432000 4194304 4196468 140727709192384 140541214763928 140541729649699 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17543168 140727709197295 140727709197466 140727709197466 140727709200335 0
[pid=14794/tid=14805] ppid=14792 vsize=15151156 memory=24292 CPUtime=0.85 cores=1,3,5,7
/proc/14794/task/14805/stat : 14805 (java) S 14792 14792 11742 0 -1 1077944384 3539 0 0 0 85 0 0 0 20 0 15 0 475310740 15514783744 72552 33554432000 4194304 4196468 140727709192384 140541213695824 140541750417109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17543168 140727709197295 140727709197466 140727709197466 140727709200335 0
[pid=14794/tid=14806] ppid=14792 vsize=15151156 memory=0 CPUtime=0.59 cores=1,3,5,7
/proc/14794/task/14806/stat : 14806 (java) S 14792 14792 11742 0 -1 1077944384 5272 0 0 0 58 1 0 0 20 0 15 0 475310740 15514783744 72552 33554432000 4194304 4196468 140727709192384 140541212658544 140541750418050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17543168 140727709197295 140727709197466 140727709197466 140727709200335 0
[pid=14794/tid=14807] ppid=14792 vsize=15151156 memory=8173020022317869394 CPUtime=0 cores=1,3,5,7
/proc/14794/task/14807/stat : 14807 (java) S 14792 14792 11742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475310740 15514783744 72552 33554432000 4194304 4196468 140727709192384 140541211605984 140541750417109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17543168 140727709197295 140727709197466 140727709197466 140727709200335 0
[pid=14794/tid=14808] ppid=14792 vsize=15151156 memory=6298965112202881126 CPUtime=0 cores=1,3,5,7
/proc/14794/task/14808/stat : 14808 (java) S 14792 14792 11742 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 475310740 15514783744 72552 33554432000 4194304 4196468 140727709192384 140541210552752 140541750418050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17543168 140727709197295 140727709197466 140727709197466 140727709200335 0
Current children cumulated CPU time: 4.06 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 291660 KiB

[startup+2.00977 s]
# the end of solver process 14792 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=5.13632 s, system=0.218306 s

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

[startup+1.60105 s]
/proc/loadavg: 8.33 7.98 7.48 10/233 14808
/proc/meminfo: memFree=12694768/32770624 swapFree=66974516/67108860
[pid=14792] ppid=14789 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/14792/stat : 14792 (xcsp3-exec) S 14789 14792 11742 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 475310734 115843072 363 33554432000 4194304 5098028 140732453084272 140732453082376 140040565285500 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8511488 140732453086076 140732453086317 140732453086317 140732453089226 0
/proc/14792/statm: 28282 363 305 221 0 87 0
[pid=14794] ppid=14792 vsize=15151156 memory=310832 CPUtime=4.34 cores=1,3,5,7
/proc/14794/stat : 14794 (java) S 14792 14792 11742 0 -1 1077944320 26494 0 0 0 414 20 0 0 20 0 15 0 475310734 15514783744 77708 33554432000 4194304 4196468 140727709192384 140727709174928 140541750406903 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17543168 140727709197295 140727709197466 140727709197466 140727709200335 0
/proc/14794/statm: 3787789 77708 3493 1 0 3748889 0
[pid=14794/tid=14795] ppid=14792 vsize=15151156 memory=281191509135616 CPUtime=1.46 cores=1,3,5,7
/proc/14794/task/14795/stat : 14795 (java) R 14792 14792 11742 0 -1 4202560 10612 0 0 0 141 5 0 0 20 0 15 0 475310734 15514783744 77708 33554432000 4194304 4196468 140727709192384 140541754644288 140541350605717 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17543168 140727709197295 140727709197466 140727709197466 140727709200335 0
[pid=14794/tid=14796] ppid=14792 vsize=15151156 memory=281191509011016 CPUtime=0.06 cores=1,3,5,7
/proc/14794/task/14796/stat : 14796 (java) S 14792 14792 11742 0 -1 1077944384 481 0 0 0 4 2 0 0 20 0 15 0 475310735 15514783744 77708 33554432000 4194304 4196468 140727709192384 140541678447504 140541750417109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17543168 140727709197295 140727709197466 140727709197466 140727709200335 0
[pid=14794/tid=14797] ppid=14792 vsize=15151156 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/14794/task/14797/stat : 14797 (java) S 14792 14792 11742 0 -1 1077944384 156 0 0 0 4 1 0 0 20 0 15 0 475310735 15514783744 77708 33554432000 4194304 4196468 140727709192384 140541677394704 140541750417109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17543168 140727709197295 140727709197466 140727709197466 140727709200335 0
[pid=14794/tid=14798] ppid=14792 vsize=15151156 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/14794/task/14798/stat : 14798 (java) S 14792 14792 11742 0 -1 1077944384 298 0 0 0 6 3 0 0 20 0 15 0 475310735 15514783744 77708 33554432000 4194304 4196468 140727709192384 140541676342416 140541750417109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17543168 140727709197295 140727709197466 140727709197466 140727709200335 0
[pid=14794/tid=14799] ppid=14792 vsize=15151156 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/14794/task/14799/stat : 14799 (java) S 14792 14792 11742 0 -1 1077944384 294 0 0 0 6 3 0 0 20 0 15 0 475310735 15514783744 77708 33554432000 4194304 4196468 140727709192384 140541675289616 140541750417109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17543168 140727709197295 140727709197466 140727709197466 140727709200335 0
[pid=14794/tid=14800] ppid=14792 vsize=15151156 memory=-1807685287725067907 CPUtime=0 cores=1,3,5,7
/proc/14794/task/14800/stat : 14800 (java) S 14792 14792 11742 0 -1 1077944384 293 0 0 0 0 0 0 0 20 0 15 0 475310736 15514783744 77708 33554432000 4194304 4196468 140727709192384 140541218973808 140541750418050 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17543168 140727709197295 140727709197466 140727709197466 140727709200335 0
[pid=14794/tid=14801] ppid=14792 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14794/task/14801/stat : 14801 (java) S 14792 14792 11742 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 475310737 15514783744 77708 33554432000 4194304 4196468 140727709192384 140541217919840 140541750417109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17543168 140727709197295 140727709197466 140727709197466 140727709200335 0
[pid=14794/tid=14802] ppid=14792 vsize=15151156 memory=9252 CPUtime=0 cores=1,3,5,7
/proc/14794/task/14802/stat : 14802 (java) S 14792 14792 11742 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 475310737 15514783744 77708 33554432000 4194304 4196468 140727709192384 140541216867456 140541750417109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17543168 140727709197295 140727709197466 140727709197466 140727709200335 0
[pid=14794/tid=14803] ppid=14792 vsize=15151156 memory=21069 CPUtime=0 cores=1,3,5,7
/proc/14794/task/14803/stat : 14803 (java) S 14792 14792 11742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475310740 15514783744 77708 33554432000 4194304 4196468 140727709192384 140541215815760 140541750425499 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17543168 140727709197295 140727709197466 140727709197466 140727709200335 0
[pid=14794/tid=14804] ppid=14792 vsize=15151156 memory=0 CPUtime=1.01 cores=1,3,5,7
/proc/14794/task/14804/stat : 14804 (java) R 14792 14792 11742 0 -1 4202560 4176 0 0 0 101 0 0 0 20 0 15 0 475310740 15514783744 77708 33554432000 4194304 4196468 140727709192384 140541214752064 140541733903683 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17543168 140727709197295 140727709197466 140727709197466 140727709200335 0
[pid=14794/tid=14805] ppid=14792 vsize=15151156 memory=0 CPUtime=0.9 cores=1,3,5,7
/proc/14794/task/14805/stat : 14805 (java) S 14792 14792 11742 0 -1 1077944384 3552 0 0 0 90 0 0 0 20 0 15 0 475310740 15514783744 77708 33554432000 4194304 4196468 140727709192384 140541213710832 140541750418050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17543168 140727709197295 140727709197466 140727709197466 140727709200335 0
[pid=14794/tid=14806] ppid=14792 vsize=15151156 memory=0 CPUtime=0.59 cores=1,3,5,7
/proc/14794/task/14806/stat : 14806 (java) S 14792 14792 11742 0 -1 1077944384 5272 0 0 0 58 1 0 0 20 0 15 0 475310740 15514783744 77708 33554432000 4194304 4196468 140727709192384 140541212658544 140541750418050 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17543168 140727709197295 140727709197466 140727709197466 140727709200335 0
[pid=14794/tid=14807] ppid=14792 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14794/task/14807/stat : 14807 (java) S 14792 14792 11742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475310740 15514783744 77708 33554432000 4194304 4196468 140727709192384 140541211605984 140541750417109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17543168 140727709197295 140727709197466 140727709197466 140727709200335 0
[pid=14794/tid=14808] ppid=14792 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14794/task/14808/stat : 14808 (java) S 14792 14792 11742 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 475310740 15514783744 77708 33554432000 4194304 4196468 140727709192384 140541210552752 140541750418050 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17543168 140727709197295 140727709197466 140727709197466 140727709200335 0
Current children cumulated CPU time: 4.34 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 312284 KiB

[startup+1.80078 s]
/proc/loadavg: 8.33 7.98 7.48 10/233 14808
/proc/meminfo: memFree=12694768/32770624 swapFree=66974516/67108860
[pid=14792] ppid=14789 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/14792/stat : 14792 (xcsp3-exec) S 14789 14792 11742 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 475310734 115843072 363 33554432000 4194304 5098028 140732453084272 140732453082376 140040565285500 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8511488 140732453086076 140732453086317 140732453086317 140732453089226 0
/proc/14792/statm: 28282 363 305 221 0 87 0
[pid=14794] ppid=14792 vsize=15151156 memory=311320 CPUtime=4.83 cores=1,3,5,7
/proc/14794/stat : 14794 (java) S 14792 14792 11742 0 -1 1077944320 26612 0 0 0 463 20 0 0 20 0 15 0 475310734 15514783744 77830 33554432000 4194304 4196468 140727709192384 140727709174928 140541750406903 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17543168 140727709197295 140727709197466 140727709197466 140727709200335 0
/proc/14794/statm: 3787789 77830 3501 1 0 3748889 0
[pid=14794/tid=14795] ppid=14792 vsize=15151156 memory=19876 CPUtime=1.66 cores=1,3,5,7
/proc/14794/task/14795/stat : 14795 (java) R 14792 14792 11742 0 -1 4202560 10614 0 0 0 161 5 0 0 20 0 15 0 475310734 15514783744 77830 33554432000 4194304 4196468 140727709192384 140541754643888 140541350655733 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17543168 140727709197295 140727709197466 140727709197466 140727709200335 0
[pid=14794/tid=14796] ppid=14792 vsize=15151156 memory=22084 CPUtime=0.06 cores=1,3,5,7
/proc/14794/task/14796/stat : 14796 (java) S 14792 14792 11742 0 -1 1077944384 481 0 0 0 4 2 0 0 20 0 15 0 475310735 15514783744 77830 33554432000 4194304 4196468 140727709192384 140541678447504 140541750417109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17543168 140727709197295 140727709197466 140727709197466 140727709200335 0
[pid=14794/tid=14797] ppid=14792 vsize=15151156 memory=24292 CPUtime=0.05 cores=1,3,5,7
/proc/14794/task/14797/stat : 14797 (java) S 14792 14792 11742 0 -1 1077944384 156 0 0 0 4 1 0 0 20 0 15 0 475310735 15514783744 77830 33554432000 4194304 4196468 140727709192384 140541677394704 140541750417109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17543168 140727709197295 140727709197466 140727709197466 140727709200335 0
[pid=14794/tid=14798] ppid=14792 vsize=15151156 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/14794/task/14798/stat : 14798 (java) S 14792 14792 11742 0 -1 1077944384 298 0 0 0 6 3 0 0 20 0 15 0 475310735 15514783744 77830 33554432000 4194304 4196468 140727709192384 140541676342416 140541750417109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17543168 140727709197295 140727709197466 140727709197466 140727709200335 0
[pid=14794/tid=14799] ppid=14792 vsize=15151156 memory=204126910706580 CPUtime=0.09 cores=1,3,5,7
/proc/14794/task/14799/stat : 14799 (java) S 14792 14792 11742 0 -1 1077944384 294 0 0 0 6 3 0 0 20 0 15 0 475310735 15514783744 77830 33554432000 4194304 4196468 140727709192384 140541675289616 140541750417109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17543168 140727709197295 140727709197466 140727709197466 140727709200335 0
[pid=14794/tid=14800] ppid=14792 vsize=15151156 memory=140595754580529 CPUtime=0 cores=1,3,5,7
/proc/14794/task/14800/stat : 14800 (java) S 14792 14792 11742 0 -1 1077944384 293 0 0 0 0 0 0 0 20 0 15 0 475310736 15514783744 77830 33554432000 4194304 4196468 140727709192384 140541218973808 140541750418050 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17543168 140727709197295 140727709197466 140727709197466 140727709200335 0
[pid=14794/tid=14801] ppid=14792 vsize=15151156 memory=6088 CPUtime=0 cores=1,3,5,7
/proc/14794/task/14801/stat : 14801 (java) S 14792 14792 11742 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 475310737 15514783744 77830 33554432000 4194304 4196468 140727709192384 140541217919840 140541750417109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17543168 140727709197295 140727709197466 140727709197466 140727709200335 0
[pid=14794/tid=14802] ppid=14792 vsize=15151156 memory=10564 CPUtime=0 cores=1,3,5,7
/proc/14794/task/14802/stat : 14802 (java) S 14792 14792 11742 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 475310737 15514783744 77830 33554432000 4194304 4196468 140727709192384 140541216867456 140541750417109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17543168 140727709197295 140727709197466 140727709197466 140727709200335 0
[pid=14794/tid=14803] ppid=14792 vsize=15151156 memory=716 CPUtime=0 cores=1,3,5,7
/proc/14794/task/14803/stat : 14803 (java) S 14792 14792 11742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475310740 15514783744 77830 33554432000 4194304 4196468 140727709192384 140541215815760 140541750425499 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17543168 140727709197295 140727709197466 140727709197466 140727709200335 0
[pid=14794/tid=14804] ppid=14792 vsize=15151156 memory=780 CPUtime=1.16 cores=1,3,5,7
/proc/14794/task/14804/stat : 14804 (java) S 14792 14792 11742 0 -1 1077944384 4214 0 0 0 116 0 0 0 20 0 15 0 475310740 15514783744 77830 33554432000 4194304 4196468 140727709192384 140541214763632 140541750418050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17543168 140727709197295 140727709197466 140727709197466 140727709200335 0
[pid=14794/tid=14805] ppid=14792 vsize=15151156 memory=7596540479531410752 CPUtime=1.02 cores=1,3,5,7
/proc/14794/task/14805/stat : 14805 (java) R 14792 14792 11742 0 -1 4202560 3585 0 0 0 102 0 0 0 20 0 15 0 475310740 15514783744 77830 33554432000 4194304 4196468 140727709192384 140541213710832 140541731931864 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17543168 140727709197295 140727709197466 140727709197466 140727709200335 0
[pid=14794/tid=14806] ppid=14792 vsize=15151156 memory=7380108234199885905 CPUtime=0.61 cores=1,3,5,7
/proc/14794/task/14806/stat : 14806 (java) S 14792 14792 11742 0 -1 1077944384 5317 0 0 0 60 1 0 0 20 0 15 0 475310740 15514783744 77830 33554432000 4194304 4196468 140727709192384 140541212658544 140541750418050 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17543168 140727709197295 140727709197466 140727709197466 140727709200335 0
[pid=14794/tid=14807] ppid=14792 vsize=15151156 memory=6148935659200796009 CPUtime=0 cores=1,3,5,7
/proc/14794/task/14807/stat : 14807 (java) S 14792 14792 11742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475310740 15514783744 77830 33554432000 4194304 4196468 140727709192384 140541211605984 140541750417109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17543168 140727709197295 140727709197466 140727709197466 140727709200335 0
[pid=14794/tid=14808] ppid=14792 vsize=15151156 memory=4629539461233085814 CPUtime=0 cores=1,3,5,7
/proc/14794/task/14808/stat : 14808 (java) S 14792 14792 11742 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 475310740 15514783744 77830 33554432000 4194304 4196468 140727709192384 140541210552752 140541750418050 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17543168 140727709197295 140727709197466 140727709197466 140727709200335 0
Current children cumulated CPU time: 4.83 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 312772 KiB

[startup+1.90405 s]
/proc/loadavg: 8.33 7.98 7.48 10/233 14808
/proc/meminfo: memFree=12694768/32770624 swapFree=66974516/67108860
[pid=14792] ppid=14789 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/14792/stat : 14792 (xcsp3-exec) S 14789 14792 11742 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 475310734 115843072 363 33554432000 4194304 5098028 140732453084272 140732453082376 140040565285500 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8511488 140732453086076 140732453086317 140732453086317 140732453089226 0
/proc/14792/statm: 28282 363 305 221 0 87 0
[pid=14794] ppid=14792 vsize=15419460 memory=340504 CPUtime=5.03 cores=1,3,5,7
/proc/14794/stat : 14794 (java) S 14792 14792 11742 0 -1 1077944320 27226 0 0 0 482 21 0 0 20 0 19 0 475310734 15789527040 85126 33554432000 4194304 4196468 140727709192384 140727709174928 140541750406903 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17543168 140727709197295 140727709197466 140727709197466 140727709200335 0
/proc/14794/statm: 3854865 85126 3501 1 0 3815965 0
[pid=14794/tid=14795] ppid=14792 vsize=15419460 memory=0 CPUtime=1.76 cores=1,3,5,7
/proc/14794/task/14795/stat : 14795 (java) S 14792 14792 11742 0 -1 1077944384 11009 0 0 0 170 6 0 0 20 0 19 0 475310734 15789527040 85126 33554432000 4194304 4196468 140727709192384 140541754647680 140541750417109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17543168 140727709197295 140727709197466 140727709197466 140727709200335 0
[pid=14794/tid=14796] ppid=14792 vsize=15419460 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/14794/task/14796/stat : 14796 (java) S 14792 14792 11742 0 -1 1077944384 481 0 0 0 4 2 0 0 20 0 19 0 475310735 15789527040 85126 33554432000 4194304 4196468 140727709192384 140541678447504 140541750417109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17543168 140727709197295 140727709197466 140727709197466 140727709200335 0
[pid=14794/tid=14797] ppid=14792 vsize=15419460 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/14794/task/14797/stat : 14797 (java) S 14792 14792 11742 0 -1 1077944384 156 0 0 0 4 1 0 0 20 0 19 0 475310735 15789527040 85126 33554432000 4194304 4196468 140727709192384 140541677394704 140541750417109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17543168 140727709197295 140727709197466 140727709197466 140727709200335 0
[pid=14794/tid=14798] ppid=14792 vsize=15419460 memory=6791534058613427641 CPUtime=0.09 cores=1,3,5,7
/proc/14794/task/14798/stat : 14798 (java) S 14792 14792 11742 0 -1 1077944384 298 0 0 0 6 3 0 0 20 0 19 0 475310735 15789527040 85126 33554432000 4194304 4196468 140727709192384 140541676342416 140541750417109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17543168 140727709197295 140727709197466 140727709197466 140727709200335 0
[pid=14794/tid=14799] ppid=14792 vsize=15419460 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/14794/task/14799/stat : 14799 (java) S 14792 14792 11742 0 -1 1077944384 294 0 0 0 6 3 0 0 20 0 19 0 475310735 15789527040 85126 33554432000 4194304 4196468 140727709192384 140541675289616 140541750417109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17543168 140727709197295 140727709197466 140727709197466 140727709200335 0
[pid=14794/tid=14800] ppid=14792 vsize=15419460 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14794/task/14800/stat : 14800 (java) S 14792 14792 11742 0 -1 1077944384 293 0 0 0 0 0 0 0 20 0 19 0 475310736 15789527040 85126 33554432000 4194304 4196468 140727709192384 140541218973808 140541750418050 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17543168 140727709197295 140727709197466 140727709197466 140727709200335 0
[pid=14794/tid=14801] ppid=14792 vsize=15419460 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14794/task/14801/stat : 14801 (java) S 14792 14792 11742 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 19 0 475310737 15789527040 85126 33554432000 4194304 4196468 140727709192384 140541217919840 140541750417109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17543168 140727709197295 140727709197466 140727709197466 140727709200335 0
[pid=14794/tid=14802] ppid=14792 vsize=15419460 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14794/task/14802/stat : 14802 (java) S 14792 14792 11742 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 19 0 475310737 15789527040 85126 33554432000 4194304 4196468 140727709192384 140541216867456 140541750417109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17543168 140727709197295 140727709197466 140727709197466 140727709200335 0
[pid=14794/tid=14803] ppid=14792 vsize=15419460 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14794/task/14803/stat : 14803 (java) S 14792 14792 11742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475310740 15789527040 85126 33554432000 4194304 4196468 140727709192384 140541215815760 140541750425499 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17543168 140727709197295 140727709197466 140727709197466 140727709200335 0
[pid=14794/tid=14804] ppid=14792 vsize=15419460 memory=4420 CPUtime=1.19 cores=1,3,5,7
/proc/14794/task/14804/stat : 14804 (java) S 14792 14792 11742 0 -1 1077944384 4221 0 0 0 119 0 0 0 20 0 19 0 475310740 15789527040 85126 33554432000 4194304 4196468 140727709192384 140541214763632 140541750418050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17543168 140727709197295 140727709197466 140727709197466 140727709200335 0
[pid=14794/tid=14805] ppid=14792 vsize=15419460 memory=6628 CPUtime=1.07 cores=1,3,5,7
/proc/14794/task/14805/stat : 14805 (java) R 14792 14792 11742 0 -1 4202560 3596 0 0 0 106 1 0 0 20 0 19 0 475310740 15789527040 85126 33554432000 4194304 4196468 140727709192384 140541213710832 140541731924740 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17543168 140727709197295 140727709197466 140727709197466 140727709200335 0
[pid=14794/tid=14806] ppid=14792 vsize=15419460 memory=8836 CPUtime=0.62 cores=1,3,5,7
/proc/14794/task/14806/stat : 14806 (java) R 14792 14792 11742 0 -1 1077944384 5348 0 0 0 61 1 0 0 20 0 19 0 475310740 15789527040 85126 33554432000 4194304 4196468 140727709192384 140541212657728 140541750417109 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 17543168 140727709197295 140727709197466 140727709197466 140727709200335 0
[pid=14794/tid=14807] ppid=14792 vsize=15419460 memory=11044 CPUtime=0 cores=1,3,5,7
/proc/14794/task/14807/stat : 14807 (java) S 14792 14792 11742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475310740 15789527040 85126 33554432000 4194304 4196468 140727709192384 140541211605984 140541750417109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17543168 140727709197295 140727709197466 140727709197466 140727709200335 0
[pid=14794/tid=14808] ppid=14792 vsize=15419460 memory=13252 CPUtime=0 cores=1,3,5,7
/proc/14794/task/14808/stat : 14808 (java) S 14792 14792 11742 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 19 0 475310740 15789527040 85126 33554432000 4194304 4196468 140727709192384 140541210552752 140541750418050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17543168 140727709197295 140727709197466 140727709197466 140727709200335 0
Current children cumulated CPU time: 5.03 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 341956 KiB

Child status: 0
Real time (s): 2.0098
CPU time (s): 5.35463
CPU user time (s): 5.13632
CPU system time (s): 0.218306
CPU usage (%): 266.426
Max. virtual memory (cumulated for all children) (KiB): 15532588
Max. memory (cumulated for all children) (KiB): 341956

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.13632
system time used= 0.218306
maximum resident set size= 345780
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27983
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2265
involuntary context switches= 45


# summary of solver processes directly reported to runsolver:
#   pid: 14792
#   total CPU time (s): 5.35463
#   total CPU user time (s): 5.13632
#   total CPU system time (s): 0.218306

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.042775 second user time and 0.052847 second system time

The end

Launcher Data

Begin job on node125 at 2019-09-20 16:39:57
IDJOB=4403719
IDBENCH=126827
IDSOLVER=2863
FILE ID=node125/4403719-1568990439
RUNJOBID= node125-1568988175-11774
PBS_JOBID= 21704643
Free space on /tmp= 4136 MiB

SOLVER NAME= choco-solver 2019-09-20
BENCH NAME= XCSP17/Tpp/Tpp-zinc-s1/Tpp-7-5-20-1.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4403719-1568990439/watcher-4403719-1568990439 -o /tmp/evaluation-result-4403719-1568990439/solver-4403719-1568990439 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1568988175-11774 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 42321824 HOME/instance-4403719-1568990439.xml

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

MD5SUM BENCH= e35b04ec576605d811ffb09e6056798d
RANDOM SEED=42321824

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.29
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.29
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.29
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.29
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:        12865388 kB
MemAvailable:   31361044 kB
Buffers:          129012 kB
Cached:         18247696 kB
SwapCached:        30004 kB
Active:          9512680 kB
Inactive:        9365312 kB
Active(anon):     348312 kB
Inactive(anon):   199632 kB
Active(file):    9164368 kB
Inactive(file):  9165680 kB
Unevictable:      109344 kB
Mlocked:          109344 kB
SwapTotal:      67108860 kB
SwapFree:       66974516 kB
Dirty:             26036 kB
Writeback:             0 kB
AnonPages:        573344 kB
Mapped:            64948 kB
Shmem:             38168 kB
Slab:             623252 kB
SReclaimable:     594068 kB
SUnreclaim:        29184 kB
KernelStack:        4064 kB
PageTables:         6616 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1458304 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    182272 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 4108 MiB
End job on node125 at 2019-09-20 16:39:59