Trace number 4399119

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 2019-09-16? (TO) 2520.63 635.589

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-js20/
SuperTaillard-js-20-20.xml
MD5SUMbd4660d9f641dd45473fddd00af9a0d0
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1437.98
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints12940
Number of domains96
Minimum domain size1599
Maximum domain size1697
Distribution of domain sizes[{"size":1599,"count":10},{"size":1600,"count":4},{"size":1601,"count":16},{"size":1602,"count":2},{"size":1603,"count":6},{"size":1604,"count":8},{"size":1605,"count":6},{"size":1606,"count":6},{"size":1607,"count":6},{"size":1608,"count":16},{"size":1609,"count":6},{"size":1610,"count":6},{"size":1611,"count":8},{"size":1612,"count":24},{"size":1613,"count":6},{"size":1614,"count":8},{"size":1616,"count":8},{"size":1617,"count":14},{"size":1618,"count":6},{"size":1619,"count":8},{"size":1620,"count":6},{"size":1621,"count":8},{"size":1622,"count":10},{"size":1623,"count":8},{"size":1624,"count":10},"...",{"size":1672,"count":14}, {"size":1673,"count":4}, {"size":1674,"count":8}, {"size":1675,"count":4}, {"size":1676,"count":6}, {"size":1677,"count":8}, {"size":1678,"count":10}, {"size":1679,"count":8}, {"size":1680,"count":10}, {"size":1681,"count":14}, {"size":1682,"count":10}, {"size":1683,"count":14}, {"size":1684,"count":2}, {"size":1685,"count":10}, {"size":1686,"count":10}, {"size":1687,"count":10}, {"size":1688,"count":2}, {"size":1689,"count":16}, {"size":1690,"count":8}, {"size":1691,"count":8}, {"size":1693,"count":8}, {"size":1694,"count":8}, {"size":1695,"count":14}, {"size":1696,"count":10}, {"size":1697,"count":8}]
Minimum variable degree21
Maximum variable degree43
Distribution of variable degrees[{"degree":21,"count":40},{"degree":22,"count":360},{"degree":41,"count":40},{"degree":43,"count":360}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":12940}]
Number of extensional constraints0
Number of intensional constraints12940
Distribution of constraint types[{"type":"intension","count":12940}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4399119-1568699354.xml"  -tl '2520s' -p 4
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4399119-1568699354.xml, -tl, 2520s, -p, 4]
0.34/0.22	c 4 solvers in parallel
0.34/0.29	c parse instance...
13.79/5.29	c solve instance...
2520.33/635.55	s UNKNOWN
2520.33/635.55	c Unexpected resolution interruption!

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4399119-1568699354/watcher-4399119-1568699354 -o /tmp/evaluation-result-4399119-1568699354/solver-4399119-1568699354 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1568695657-13662 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1071345331 HOME/instance-4399119-1568699354.xml 

running on 4 cores: 0,2,4,6

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=13692, runsolver pid=13685
Current StackSize limit: 8192 KiB


[startup+0.100376 s]*
/proc/loadavg: 0.74 0.80 0.93 7/228 13723
/proc/meminfo: memFree=31126004/32770624 swapFree=66939780/67108860
[pid=13692] ppid=13685 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/13692/stat : 13692 (xcsp3-exec) S 13685 13692 13631 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 446193626 115843072 362 33554432000 4194304 5098028 140732245652240 140732245650344 140490421629564 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 10907648 140732245660538 140732245660781 140732245660781 140732245663690 0
/proc/13692/statm: 28282 362 304 221 0 87 0
[pid=13695] ppid=13692 vsize=15144776 memory=28676 CPUtime=0.13 cores=0,2,4,6
/proc/13695/stat : 13695 (java) S 13692 13692 13631 0 -1 1077944320 5570 0 0 0 12 1 0 0 20 0 15 0 446193626 15508250624 7169 33554432000 4194304 4196468 140729696950976 140729696933520 140575385964279 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25509888 140729696953327 140729696953498 140729696953498 140729696956367 0
/proc/13695/statm: 3786194 7169 3151 1 0 3748377 0
[pid=13695/tid=13697] ppid=13692 vsize=15144776 memory=-2698085374278620574 CPUtime=0.08 cores=0,2,4,6
/proc/13695/task/13697/stat : 13697 (java) R 13692 13692 13631 0 -1 4202560 3417 0 0 0 8 0 0 0 20 0 15 0 446193627 15508250624 7169 33554432000 4194304 4196468 140729696950976 140575390188688 140575378201406 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25509888 140729696953327 140729696953498 140729696953498 140729696956367 0
[pid=13695/tid=13701] ppid=13692 vsize=15144776 memory=-3689349214911541841 CPUtime=0 cores=0,2,4,6
/proc/13695/task/13701/stat : 13701 (java) S 13692 13692 13631 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446193627 15508250624 7169 33554432000 4194304 4196468 140729696950976 140574978664720 140575385974485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25509888 140729696953327 140729696953498 140729696953498 140729696956367 0
[pid=13695/tid=13703] ppid=13692 vsize=15144776 memory=139736472950400 CPUtime=0 cores=0,2,4,6
/proc/13695/task/13703/stat : 13703 (java) S 13692 13692 13631 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446193627 15508250624 7169 33554432000 4194304 4196468 140729696950976 140574977612176 140575385974485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25509888 140729696953327 140729696953498 140729696953498 140729696956367 0
[pid=13695/tid=13704] ppid=13692 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13695/task/13704/stat : 13704 (java) S 13692 13692 13631 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446193627 15508250624 7169 33554432000 4194304 4196468 140729696950976 140574976559632 140575385974485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25509888 140729696953327 140729696953498 140729696953498 140729696956367 0
[pid=13695/tid=13705] ppid=13692 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/13695/task/13705/stat : 13705 (java) S 13692 13692 13631 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446193627 15508250624 7169 33554432000 4194304 4196468 140729696950976 140574975507088 140575385974485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25509888 140729696953327 140729696953498 140729696953498 140729696956367 0
[pid=13695/tid=13707] ppid=13692 vsize=15144776 memory=139736472950400 CPUtime=0 cores=0,2,4,6
/proc/13695/task/13707/stat : 13707 (java) S 13692 13692 13631 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446193629 15508250624 7169 33554432000 4194304 4196468 140729696950976 140574460951024 140575385975426 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25509888 140729696953327 140729696953498 140729696953498 140729696956367 0
[pid=13695/tid=13709] ppid=13692 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/13695/task/13709/stat : 13709 (java) S 13692 13692 13631 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 446193629 15508250624 7169 33554432000 4194304 4196468 140729696950976 140574459897248 140575385974485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25509888 140729696953327 140729696953498 140729696953498 140729696956367 0
[pid=13695/tid=13711] ppid=13692 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13695/task/13711/stat : 13711 (java) S 13692 13692 13631 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 446193629 15508250624 7169 33554432000 4194304 4196468 140729696950976 140574458844656 140575385974485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25509888 140729696953327 140729696953498 140729696953498 140729696956367 0
[pid=13695/tid=13712] ppid=13692 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13695/task/13712/stat : 13712 (java) S 13692 13692 13631 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446193632 15508250624 7169 33554432000 4194304 4196468 140729696950976 140574457793232 140575385982875 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25509888 140729696953327 140729696953498 140729696953498 140729696956367 0
[pid=13695/tid=13713] ppid=13692 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13695/task/13713/stat : 13713 (java) R 13692 13692 13631 0 -1 1077944384 424 0 0 0 0 0 0 0 20 0 15 0 446193632 15508250624 7169 33554432000 4194304 4196468 140729696950976 140574456739920 140575385974485 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25509888 140729696953327 140729696953498 140729696953498 140729696956367 0
[pid=13695/tid=13715] ppid=13692 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/13695/task/13715/stat : 13715 (java) R 13692 13692 13631 0 -1 4202560 30 0 0 0 0 0 0 0 20 0 15 0 446193632 15508250624 7169 33554432000 4194304 4196468 140729696950976 140574455678784 140575369400017 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25509888 140729696953327 140729696953498 140729696953498 140729696956367 0
[pid=13695/tid=13717] ppid=13692 vsize=15144776 memory=139736472950400 CPUtime=0.02 cores=0,2,4,6
/proc/13695/task/13717/stat : 13717 (java) R 13692 13692 13631 0 -1 4202560 423 0 0 0 2 0 0 0 20 0 15 0 446193632 15508250624 7169 33554432000 4194304 4196468 140729696950976 140574454632272 140575385976214 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25509888 140729696953327 140729696953498 140729696953498 140729696956367 0
[pid=13695/tid=13720] ppid=13692 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/13695/task/13720/stat : 13720 (java) S 13692 13692 13631 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446193632 15508250624 7169 33554432000 4194304 4196468 140729696950976 140574453582432 140575385974485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25509888 140729696953327 140729696953498 140729696953498 140729696956367 0
[pid=13695/tid=13722] ppid=13692 vsize=15144776 memory=139736472950400 CPUtime=0 cores=0,2,4,6
/proc/13695/task/13722/stat : 13722 (java) S 13692 13692 13631 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446193632 15508250624 7169 33554432000 4194304 4196468 140729696950976 140574452529968 140575385975426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25509888 140729696953327 140729696953498 140729696953498 140729696956367 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30124 KiB

[startup+0.210716 s]*
/proc/loadavg: 0.74 0.80 0.93 5/228 13723
/proc/meminfo: memFree=31107112/32770624 swapFree=66939780/67108860
[pid=13692] ppid=13685 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/13692/stat : 13692 (xcsp3-exec) S 13685 13692 13631 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 446193626 115843072 362 33554432000 4194304 5098028 140732245652240 140732245650344 140490421629564 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 10907648 140732245660538 140732245660781 140732245660781 140732245663690 0
/proc/13692/statm: 28282 362 304 221 0 87 0
[pid=13695] ppid=13692 vsize=15144776 memory=39648 CPUtime=0.34 cores=0,2,4,6
/proc/13695/stat : 13695 (java) S 13692 13692 13631 0 -1 1077944320 9128 0 0 0 31 3 0 0 20 0 15 0 446193626 15508250624 9912 33554432000 4194304 4196468 140729696950976 140729696933520 140575385964279 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25509888 140729696953327 140729696953498 140729696953498 140729696956367 0
/proc/13695/statm: 3786194 9912 3319 1 0 3748377 0
[pid=13695/tid=13697] ppid=13692 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/13695/task/13697/stat : 13697 (java) R 13692 13692 13631 0 -1 4202560 6221 0 0 0 18 2 0 0 20 0 15 0 446193627 15508250624 9912 33554432000 4194304 4196468 140729696950976 140575390197728 140575385976214 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25509888 140729696953327 140729696953498 140729696953498 140729696956367 0
[pid=13695/tid=13701] ppid=13692 vsize=15144776 memory=1899191 CPUtime=0 cores=0,2,4,6
/proc/13695/task/13701/stat : 13701 (java) S 13692 13692 13631 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446193627 15508250624 9912 33554432000 4194304 4196468 140729696950976 140574978664720 140575385974485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25509888 140729696953327 140729696953498 140729696953498 140729696956367 0
[pid=13695/tid=13703] ppid=13692 vsize=15144776 memory=139736472964314 CPUtime=0 cores=0,2,4,6
/proc/13695/task/13703/stat : 13703 (java) S 13692 13692 13631 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446193627 15508250624 9912 33554432000 4194304 4196468 140729696950976 140574977612176 140575385974485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25509888 140729696953327 140729696953498 140729696953498 140729696956367 0
[pid=13695/tid=13704] ppid=13692 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13695/task/13704/stat : 13704 (java) S 13692 13692 13631 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446193627 15508250624 9912 33554432000 4194304 4196468 140729696950976 140574976559632 140575385974485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25509888 140729696953327 140729696953498 140729696953498 140729696956367 0
[pid=13695/tid=13705] ppid=13692 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/13695/task/13705/stat : 13705 (java) S 13692 13692 13631 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446193627 15508250624 9912 33554432000 4194304 4196468 140729696950976 140574975507088 140575385974485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25509888 140729696953327 140729696953498 140729696953498 140729696956367 0
[pid=13695/tid=13707] ppid=13692 vsize=15144776 memory=139736472950400 CPUtime=0 cores=0,2,4,6
/proc/13695/task/13707/stat : 13707 (java) S 13692 13692 13631 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 446193629 15508250624 9912 33554432000 4194304 4196468 140729696950976 140574460951024 140575385975426 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25509888 140729696953327 140729696953498 140729696953498 140729696956367 0
[pid=13695/tid=13709] ppid=13692 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/13695/task/13709/stat : 13709 (java) S 13692 13692 13631 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 446193629 15508250624 9912 33554432000 4194304 4196468 140729696950976 140574459897248 140575385974485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25509888 140729696953327 140729696953498 140729696953498 140729696956367 0
[pid=13695/tid=13711] ppid=13692 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13695/task/13711/stat : 13711 (java) S 13692 13692 13631 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 446193629 15508250624 9912 33554432000 4194304 4196468 140729696950976 140574458844656 140575385974485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25509888 140729696953327 140729696953498 140729696953498 140729696956367 0
[pid=13695/tid=13712] ppid=13692 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13695/task/13712/stat : 13712 (java) S 13692 13692 13631 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446193632 15508250624 9912 33554432000 4194304 4196468 140729696950976 140574457793232 140575385982875 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25509888 140729696953327 140729696953498 140729696953498 140729696956367 0
[pid=13695/tid=13713] ppid=13692 vsize=15144776 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/13695/task/13713/stat : 13713 (java) R 13692 13692 13631 0 -1 1077944384 481 0 0 0 2 0 0 0 20 0 15 0 446193632 15508250624 9912 33554432000 4194304 4196468 140729696950976 140574456739824 140575385975426 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25509888 140729696953327 140729696953498 140729696953498 140729696956367 0
[pid=13695/tid=13715] ppid=13692 vsize=15144776 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/13695/task/13715/stat : 13715 (java) S 13692 13692 13631 0 -1 1077944384 201 0 0 0 3 0 0 0 20 0 15 0 446193632 15508250624 9912 33554432000 4194304 4196468 140729696950976 140574455687280 140575385975426 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25509888 140729696953327 140729696953498 140729696953498 140729696956367 0
[pid=13695/tid=13717] ppid=13692 vsize=15144776 memory=139736472950400 CPUtime=0.08 cores=0,2,4,6
/proc/13695/task/13717/stat : 13717 (java) R 13692 13692 13631 0 -1 4202560 917 0 0 0 8 0 0 0 20 0 15 0 446193632 15508250624 9912 33554432000 4194304 4196468 140729696950976 140574454634544 140575364641634 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25509888 140729696953327 140729696953498 140729696953498 140729696956367 0
[pid=13695/tid=13720] ppid=13692 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/13695/task/13720/stat : 13720 (java) S 13692 13692 13631 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446193632 15508250624 9912 33554432000 4194304 4196468 140729696950976 140574453582432 140575385974485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25509888 140729696953327 140729696953498 140729696953498 140729696956367 0
[pid=13695/tid=13722] ppid=13692 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13695/task/13722/stat : 13722 (java) S 13692 13692 13631 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446193632 15508250624 9912 33554432000 4194304 4196468 140729696950976 140574452529968 140575385975426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25509888 140729696953327 140729696953498 140729696953498 140729696956367 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 41096 KiB

[startup+0.311323 s]*
/proc/loadavg: 0.74 0.80 0.93 7/228 13723
/proc/meminfo: memFree=31100404/32770624 swapFree=66939780/67108860
[pid=13692] ppid=13685 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/13692/stat : 13692 (xcsp3-exec) S 13685 13692 13631 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 446193626 115843072 362 33554432000 4194304 5098028 140732245652240 140732245650344 140490421629564 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 10907648 140732245660538 140732245660781 140732245660781 140732245663690 0
/proc/13692/statm: 28282 362 304 221 0 87 0
[pid=13695] ppid=13692 vsize=15149032 memory=48640 CPUtime=0.53 cores=0,2,4,6
/proc/13695/stat : 13695 (java) S 13692 13692 13631 0 -1 1077944320 10484 0 0 0 48 5 0 0 20 0 15 0 446193626 15512608768 12160 33554432000 4194304 4196468 140729696950976 140729696933520 140575385964279 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25509888 140729696953327 140729696953498 140729696953498 140729696956367 0
/proc/13695/statm: 3787258 12160 3363 1 0 3748377 0
[pid=13695/tid=13697] ppid=13692 vsize=15149032 memory=8317482817917895235 CPUtime=0.3 cores=0,2,4,6
/proc/13695/task/13697/stat : 13697 (java) R 13692 13692 13631 0 -1 4202560 7241 0 0 0 27 3 0 0 20 0 15 0 446193627 15512608768 12160 33554432000 4194304 4196468 140729696950976 140575390195392 140575370044766 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25509888 140729696953327 140729696953498 140729696953498 140729696956367 0
[pid=13695/tid=13701] ppid=13692 vsize=15149032 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/13695/task/13701/stat : 13701 (java) S 13692 13692 13631 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446193627 15512608768 12160 33554432000 4194304 4196468 140729696950976 140574978664720 140575385974485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25509888 140729696953327 140729696953498 140729696953498 140729696956367 0
[pid=13695/tid=13703] ppid=13692 vsize=15149032 memory=6656426216303648864 CPUtime=0 cores=0,2,4,6
/proc/13695/task/13703/stat : 13703 (java) S 13692 13692 13631 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446193627 15512608768 12160 33554432000 4194304 4196468 140729696950976 140574977612176 140575385974485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25509888 140729696953327 140729696953498 140729696953498 140729696956367 0
[pid=13695/tid=13704] ppid=13692 vsize=15149032 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/13695/task/13704/stat : 13704 (java) S 13692 13692 13631 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446193627 15512608768 12160 33554432000 4194304 4196468 140729696950976 140574976559632 140575385974485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25509888 140729696953327 140729696953498 140729696953498 140729696956367 0
[pid=13695/tid=13705] ppid=13692 vsize=15149032 memory=6943526294502006880 CPUtime=0 cores=0,2,4,6
/proc/13695/task/13705/stat : 13705 (java) S 13692 13692 13631 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446193627 15512608768 12160 33554432000 4194304 4196468 140729696950976 140574975507088 140575385974485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25509888 140729696953327 140729696953498 140729696953498 140729696956367 0
[pid=13695/tid=13707] ppid=13692 vsize=15149032 memory=-3258418265892434876 CPUtime=0 cores=0,2,4,6
/proc/13695/task/13707/stat : 13707 (java) S 13692 13692 13631 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 446193629 15512608768 12160 33554432000 4194304 4196468 140729696950976 140574460951024 140575385975426 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25509888 140729696953327 140729696953498 140729696953498 140729696956367 0
[pid=13695/tid=13709] ppid=13692 vsize=15149032 memory=4500088463514900084 CPUtime=0 cores=0,2,4,6
/proc/13695/task/13709/stat : 13709 (java) S 13692 13692 13631 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 446193629 15512608768 12160 33554432000 4194304 4196468 140729696950976 140574459897248 140575385974485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25509888 140729696953327 140729696953498 140729696953498 140729696956367 0
[pid=13695/tid=13711] ppid=13692 vsize=15149032 memory=6944613755495348631 CPUtime=0 cores=0,2,4,6
/proc/13695/task/13711/stat : 13711 (java) S 13692 13692 13631 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 446193629 15512608768 12160 33554432000 4194304 4196468 140729696950976 140574458844656 140575385974485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25509888 140729696953327 140729696953498 140729696953498 140729696956367 0
[pid=13695/tid=13712] ppid=13692 vsize=15149032 memory=7893295687695687954 CPUtime=0 cores=0,2,4,6
/proc/13695/task/13712/stat : 13712 (java) S 13692 13692 13631 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446193632 15512608768 12160 33554432000 4194304 4196468 140729696950976 140574457793232 140575385982875 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25509888 140729696953327 140729696953498 140729696953498 140729696956367 0
[pid=13695/tid=13713] ppid=13692 vsize=15149032 memory=-8813974798734826869 CPUtime=0.04 cores=0,2,4,6
/proc/13695/task/13713/stat : 13713 (java) R 13692 13692 13631 0 -1 4202560 550 0 0 0 4 0 0 0 20 0 15 0 446193632 15512608768 12160 33554432000 4194304 4196468 140729696950976 140574456739824 140575378681431 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25509888 140729696953327 140729696953498 140729696953498 140729696956367 0
[pid=13695/tid=13715] ppid=13692 vsize=15149032 memory=7827413994055111515 CPUtime=0.04 cores=0,2,4,6
/proc/13695/task/13715/stat : 13715 (java) R 13692 13692 13631 0 -1 1077944384 232 0 0 0 4 0 0 0 20 0 15 0 446193632 15512608768 12160 33554432000 4194304 4196468 140729696950976 140574455687376 140575385974485 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25509888 140729696953327 140729696953498 140729696953498 140729696956367 0
[pid=13695/tid=13717] ppid=13692 vsize=15149032 memory=4426078206164241782 CPUtime=0.12 cores=0,2,4,6
/proc/13695/task/13717/stat : 13717 (java) S 13692 13692 13631 0 -1 1077944384 1161 0 0 0 12 0 0 0 20 0 15 0 446193632 15512608768 12160 33554432000 4194304 4196468 140729696950976 140574454634736 140575385975426 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25509888 140729696953327 140729696953498 140729696953498 140729696956367 0
[pid=13695/tid=13720] ppid=13692 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13695/task/13720/stat : 13720 (java) S 13692 13692 13631 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446193632 15512608768 12160 33554432000 4194304 4196468 140729696950976 140574453582432 140575385974485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25509888 140729696953327 140729696953498 140729696953498 140729696956367 0
[pid=13695/tid=13722] ppid=13692 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13695/task/13722/stat : 13722 (java) S 13692 13692 13631 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446193632 15512608768 12160 33554432000 4194304 4196468 140729696950976 140574452529968 140575385975426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25509888 140729696953327 140729696953498 140729696953498 140729696956367 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 50088 KiB

[startup+0.701671 s]
/proc/loadavg: 0.74 0.80 0.93 10/228 13723
/proc/meminfo: memFree=31056864/32770624 swapFree=66939780/67108860
[pid=13692] ppid=13685 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/13692/stat : 13692 (xcsp3-exec) S 13685 13692 13631 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 446193626 115843072 362 33554432000 4194304 5098028 140732245652240 140732245650344 140490421629564 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 10907648 140732245660538 140732245660781 140732245660781 140732245663690 0
/proc/13692/statm: 28282 362 304 221 0 87 0
[pid=13695] ppid=13692 vsize=15151156 memory=113916 CPUtime=1.75 cores=0,2,4,6
/proc/13695/stat : 13695 (java) S 13692 13692 13631 0 -1 1077944320 14508 0 0 0 168 7 0 0 20 0 15 0 446193626 15514783744 28479 33554432000 4194304 4196468 140729696950976 140729696933520 140575385964279 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25509888 140729696953327 140729696953498 140729696953498 140729696956367 0
/proc/13695/statm: 3787789 28479 3444 1 0 3748889 0
[pid=13695/tid=13697] ppid=13692 vsize=15151156 memory=0 CPUtime=0.68 cores=0,2,4,6
/proc/13695/task/13697/stat : 13697 (java) R 13692 13692 13631 0 -1 4202560 7975 0 0 0 64 4 0 0 20 0 15 0 446193627 15514783744 28479 33554432000 4194304 4196468 140729696950976 140575390199040 140575023704897 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25509888 140729696953327 140729696953498 140729696953498 140729696956367 0
[pid=13695/tid=13701] ppid=13692 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13695/task/13701/stat : 13701 (java) S 13692 13692 13631 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446193627 15514783744 28479 33554432000 4194304 4196468 140729696950976 140574978664720 140575385974485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25509888 140729696953327 140729696953498 140729696953498 140729696956367 0
[pid=13695/tid=13703] ppid=13692 vsize=15151156 memory=33 CPUtime=0 cores=0,2,4,6
/proc/13695/task/13703/stat : 13703 (java) S 13692 13692 13631 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446193627 15514783744 28479 33554432000 4194304 4196468 140729696950976 140574977612176 140575385974485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25509888 140729696953327 140729696953498 140729696953498 140729696956367 0
[pid=13695/tid=13704] ppid=13692 vsize=15151156 memory=-7816663703405220396 CPUtime=0 cores=0,2,4,6
/proc/13695/task/13704/stat : 13704 (java) S 13692 13692 13631 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446193627 15514783744 28479 33554432000 4194304 4196468 140729696950976 140574976559632 140575385974485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25509888 140729696953327 140729696953498 140729696953498 140729696956367 0
[pid=13695/tid=13705] ppid=13692 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13695/task/13705/stat : 13705 (java) S 13692 13692 13631 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446193627 15514783744 28479 33554432000 4194304 4196468 140729696950976 140574975507088 140575385974485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25509888 140729696953327 140729696953498 140729696953498 140729696956367 0
[pid=13695/tid=13707] ppid=13692 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13695/task/13707/stat : 13707 (java) S 13692 13692 13631 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 446193629 15514783744 28479 33554432000 4194304 4196468 140729696950976 140574460951024 140575385975426 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25509888 140729696953327 140729696953498 140729696953498 140729696956367 0
[pid=13695/tid=13709] ppid=13692 vsize=15151156 memory=35256 CPUtime=0 cores=0,2,4,6
/proc/13695/task/13709/stat : 13709 (java) S 13692 13692 13631 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 446193629 15514783744 28479 33554432000 4194304 4196468 140729696950976 140574459897248 140575385974485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25509888 140729696953327 140729696953498 140729696953498 140729696956367 0
[pid=13695/tid=13711] ppid=13692 vsize=15151156 memory=984 CPUtime=0 cores=0,2,4,6
/proc/13695/task/13711/stat : 13711 (java) S 13692 13692 13631 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 446193629 15514783744 28479 33554432000 4194304 4196468 140729696950976 140574458844656 140575385974485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25509888 140729696953327 140729696953498 140729696953498 140729696956367 0
[pid=13695/tid=13712] ppid=13692 vsize=15151156 memory=2016 CPUtime=0 cores=0,2,4,6
/proc/13695/task/13712/stat : 13712 (java) S 13692 13692 13631 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446193632 15514783744 28479 33554432000 4194304 4196468 140729696950976 140574457793232 140575385982875 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25509888 140729696953327 140729696953498 140729696953498 140729696956367 0
[pid=13695/tid=13713] ppid=13692 vsize=15151156 memory=1412 CPUtime=0.38 cores=0,2,4,6
/proc/13695/task/13713/stat : 13713 (java) R 13692 13692 13631 0 -1 4202560 1854 0 0 0 38 0 0 0 20 0 15 0 446193632 15514783744 28479 33554432000 4194304 4196468 140729696950976 140574456725576 140575365212198 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25509888 140729696953327 140729696953498 140729696953498 140729696956367 0
[pid=13695/tid=13715] ppid=13692 vsize=15151156 memory=1548 CPUtime=0.35 cores=0,2,4,6
/proc/13695/task/13715/stat : 13715 (java) R 13692 13692 13631 0 -1 4202560 1381 0 0 0 35 0 0 0 20 0 15 0 446193632 15514783744 28479 33554432000 4194304 4196468 140729696950976 140574455673160 140575367508568 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25509888 140729696953327 140729696953498 140729696953498 140729696956367 0
[pid=13695/tid=13717] ppid=13692 vsize=15151156 memory=7396 CPUtime=0.3 cores=0,2,4,6
/proc/13695/task/13717/stat : 13717 (java) S 13692 13692 13631 0 -1 1077944384 1990 0 0 0 29 1 0 0 20 0 15 0 446193632 15514783744 28479 33554432000 4194304 4196468 140729696950976 140574454634736 140575385975426 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25509888 140729696953327 140729696953498 140729696953498 140729696956367 0
[pid=13695/tid=13720] ppid=13692 vsize=15151156 memory=4000 CPUtime=0 cores=0,2,4,6
/proc/13695/task/13720/stat : 13720 (java) S 13692 13692 13631 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446193632 15514783744 28479 33554432000 4194304 4196468 140729696950976 140574453582432 140575385974485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25509888 140729696953327 140729696953498 140729696953498 140729696956367 0
[pid=13695/tid=13722] ppid=13692 vsize=15151156 memory=616 CPUtime=0 cores=0,2,4,6
/proc/13695/task/13722/stat : 13722 (java) S 13692 13692 13631 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446193632 15514783744 28479 33554432000 4194304 4196468 140729696950976 140574452529968 140575385975426 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25509888 140729696953327 140729696953498 140729696953498 140729696956367 0
Current children cumulated CPU time: 1.75 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 115364 KiB

[startup+1.50167 s]
/proc/loadavg: 1.16 0.88 0.95 11/228 13723
/proc/meminfo: memFree=30872248/32770624 swapFree=66939780/67108860
[pid=13692] ppid=13685 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/13692/stat : 13692 (xcsp3-exec) S 13685 13692 13631 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 446193626 115843072 362 33554432000 4194304 5098028 140732245652240 140732245650344 140490421629564 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 10907648 140732245660538 140732245660781 140732245660781 140732245663690 0
/proc/13692/statm: 28282 362 304 221 0 87 0

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

/proc/13695/stat : 13695 (java) S 13692 13692 13631 0 -1 1077944320 158473 0 0 0 230547 302 0 0 20 0 19 0 446193626 15789527040 996910 33554432000 4194304 4196468 140729696950976 140729696933520 140575385964279 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25509888 140729696953327 140729696953498 140729696953498 140729696956367 0
/proc/13695/statm: 3854865 996910 3553 1 0 3815965 0
[pid=13695/tid=13697] ppid=13692 vsize=15419460 memory=3934248 CPUtime=4.94 cores=0,2,4,6
/proc/13695/task/13697/stat : 13697 (java) S 13692 13692 13631 0 -1 1077944384 12180 0 0 0 479 15 0 0 20 0 19 0 446193627 15789527040 996910 33554432000 4194304 4196468 140729696950976 140575390205056 140575385974485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25509888 140729696953327 140729696953498 140729696953498 140729696956367 0
[pid=13695/tid=13701] ppid=13692 vsize=15419460 memory=1448 CPUtime=8.4 cores=0,2,4,6
/proc/13695/task/13701/stat : 13701 (java) S 13692 13692 13631 0 -1 1077944384 6681 0 0 0 776 64 0 0 20 0 19 0 446193627 15789527040 996910 33554432000 4194304 4196468 140729696950976 140574978664720 140575385974485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25509888 140729696953327 140729696953498 140729696953498 140729696956367 0
[pid=13695/tid=13703] ppid=13692 vsize=15419460 memory=3987640 CPUtime=8.35 cores=0,2,4,6
/proc/13695/task/13703/stat : 13703 (java) S 13692 13692 13631 0 -1 1077944384 6326 0 0 0 770 65 0 0 20 0 19 0 446193627 15789527040 996910 33554432000 4194304 4196468 140729696950976 140574977612176 140575385974485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25509888 140729696953327 140729696953498 140729696953498 140729696956367 0
[pid=13695/tid=13704] ppid=13692 vsize=15419460 memory=1448 CPUtime=8.45 cores=0,2,4,6
/proc/13695/task/13704/stat : 13704 (java) S 13692 13692 13631 0 -1 1077944384 6506 0 0 0 782 63 0 0 20 0 19 0 446193627 15789527040 996910 33554432000 4194304 4196468 140729696950976 140574976559632 140575385974485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25509888 140729696953327 140729696953498 140729696953498 140729696956367 0
[pid=13695/tid=13705] ppid=13692 vsize=15419460 memory=3987640 CPUtime=8.35 cores=0,2,4,6
/proc/13695/task/13705/stat : 13705 (java) S 13692 13692 13631 0 -1 1077944384 3824 0 0 0 772 63 0 0 20 0 19 0 446193627 15789527040 996910 33554432000 4194304 4196468 140729696950976 140574975507088 140575385974485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25509888 140729696953327 140729696953498 140729696953498 140729696956367 0
[pid=13695/tid=13707] ppid=13692 vsize=15419460 memory=3987640 CPUtime=0.97 cores=0,2,4,6
/proc/13695/task/13707/stat : 13707 (java) S 13692 13692 13631 0 -1 1077944384 12236 0 0 0 96 1 0 0 20 0 19 0 446193629 15789527040 996910 33554432000 4194304 4196468 140729696950976 140574460951024 140575385975426 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25509888 140729696953327 140729696953498 140729696953498 140729696956367 0
[pid=13695/tid=13709] ppid=13692 vsize=15419460 memory=3987640 CPUtime=0 cores=0,2,4,6
/proc/13695/task/13709/stat : 13709 (java) S 13692 13692 13631 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 19 0 446193629 15789527040 996910 33554432000 4194304 4196468 140729696950976 140574459897312 140575385974485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25509888 140729696953327 140729696953498 140729696953498 140729696956367 0
[pid=13695/tid=13711] ppid=13692 vsize=15419460 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/13695/task/13711/stat : 13711 (java) S 13692 13692 13631 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 19 0 446193629 15789527040 996910 33554432000 4194304 4196468 140729696950976 140574458844672 140575385974485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25509888 140729696953327 140729696953498 140729696953498 140729696956367 0
[pid=13695/tid=13712] ppid=13692 vsize=15419460 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13695/task/13712/stat : 13712 (java) S 13692 13692 13631 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446193632 15789527040 996910 33554432000 4194304 4196468 140729696950976 140574457793232 140575385982875 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25509888 140729696953327 140729696953498 140729696953498 140729696956367 0
[pid=13695/tid=13713] ppid=13692 vsize=15419460 memory=1448 CPUtime=5.43 cores=0,2,4,6
/proc/13695/task/13713/stat : 13713 (java) S 13692 13692 13631 0 -1 1077944384 25710 0 0 0 541 2 0 0 20 0 19 0 446193632 15789527040 996910 33554432000 4194304 4196468 140729696950976 140574456739824 140575385975426 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25509888 140729696953327 140729696953498 140729696953498 140729696956367 0
[pid=13695/tid=13715] ppid=13692 vsize=15419460 memory=3987640 CPUtime=4.73 cores=0,2,4,6
/proc/13695/task/13715/stat : 13715 (java) S 13692 13692 13631 0 -1 1077944384 17225 0 0 0 470 3 0 0 20 0 19 0 446193632 15789527040 996910 33554432000 4194304 4196468 140729696950976 140574455687280 140575385975426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25509888 140729696953327 140729696953498 140729696953498 140729696956367 0
[pid=13695/tid=13717] ppid=13692 vsize=15419460 memory=1072 CPUtime=1.11 cores=0,2,4,6
/proc/13695/task/13717/stat : 13717 (java) S 13692 13692 13631 0 -1 1077944384 17214 0 0 0 109 2 0 0 20 0 19 0 446193632 15789527040 996910 33554432000 4194304 4196468 140729696950976 140574454634736 140575385975426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25509888 140729696953327 140729696953498 140729696953498 140729696956367 0
[pid=13695/tid=13720] ppid=13692 vsize=15419460 memory=6044 CPUtime=0 cores=0,2,4,6
/proc/13695/task/13720/stat : 13720 (java) S 13692 13692 13631 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446193632 15789527040 996910 33554432000 4194304 4196468 140729696950976 140574453582432 140575385974485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25509888 140729696953327 140729696953498 140729696953498 140729696956367 0
[pid=13695/tid=13722] ppid=13692 vsize=15419460 memory=1448 CPUtime=0.22 cores=0,2,4,6
/proc/13695/task/13722/stat : 13722 (java) S 13692 13692 13631 0 -1 1077944384 1673 0 0 0 7 15 0 0 20 0 19 0 446193632 15789527040 996910 33554432000 4194304 4196468 140729696950976 140574452529968 140575385975426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25509888 140729696953327 140729696953498 140729696953498 140729696956367 0
[pid=13695/tid=13728] ppid=13692 vsize=15419460 memory=1448 CPUtime=565.6 cores=0,2,4,6
/proc/13695/task/13728/stat : 13728 (java) R 13692 13692 13631 0 -1 4202560 6884 0 0 0 56557 3 0 0 20 0 19 0 446194164 15789527040 996910 33554432000 4194304 4196468 140729696950976 140574443547624 140575035469758 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25509888 140729696953327 140729696953498 140729696953498 140729696956367 0
[pid=13695/tid=13729] ppid=13692 vsize=15419460 memory=3624 CPUtime=564.38 cores=0,2,4,6
/proc/13695/task/13729/stat : 13729 (java) R 13692 13692 13631 0 -1 4202560 23572 0 0 0 56428 10 0 0 20 0 19 0 446194164 15789527040 996910 33554432000 4194304 4196468 140729696950976 140574442498896 140575034776224 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25509888 140729696953327 140729696953498 140729696953498 140729696956367 0
[pid=13695/tid=13730] ppid=13692 vsize=15419460 memory=35264 CPUtime=564.6 cores=0,2,4,6
/proc/13695/task/13730/stat : 13730 (java) R 13692 13692 13631 0 -1 4202560 7489 0 0 0 56458 2 0 0 20 0 19 0 446194164 15789527040 996910 33554432000 4194304 4196468 140729696950976 140574441443816 140575035439249 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25509888 140729696953327 140729696953498 140729696953498 140729696956367 0
[pid=13695/tid=13731] ppid=13692 vsize=15419460 memory=1136 CPUtime=562.84 cores=0,2,4,6
/proc/13695/task/13731/stat : 13731 (java) R 13692 13692 13631 0 -1 4202560 9573 0 0 0 56280 4 0 0 20 0 19 0 446194164 15789527040 996910 33554432000 4194304 4196468 140729696950976 140574440389920 140575035404592 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25509888 140729696953327 140729696953498 140729696953498 140729696956367 0
Current children cumulated CPU time: 2308.49 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 3989088 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+635.502 s]
/proc/loadavg: 8.27 7.68 4.74 11/236 13789
/proc/meminfo: memFree=23340648/32770624 swapFree=66939784/67108860
[pid=13692] ppid=13685 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/13692/stat : 13692 (xcsp3-exec) S 13685 13692 13631 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 446193626 115843072 362 33554432000 4194304 5098028 140732245652240 140732245650344 140490421629564 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 10907648 140732245660538 140732245660781 140732245660781 140732245663690 0
/proc/13692/statm: 28282 362 304 221 0 87 0
[pid=13695] ppid=13692 vsize=15419460 memory=3987640 CPUtime=2520.33 cores=0,2,4,6
/proc/13695/stat : 13695 (java) S 13692 13692 13631 0 -1 1077944320 164151 0 0 0 251730 303 0 0 20 0 19 0 446193626 15789527040 996910 33554432000 4194304 4196468 140729696950976 140729696933520 140575385964279 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25509888 140729696953327 140729696953498 140729696953498 140729696956367 0
/proc/13695/statm: 3854865 996910 3553 1 0 3815965 0
[pid=13695/tid=13697] ppid=13692 vsize=15419460 memory=3987640 CPUtime=4.94 cores=0,2,4,6
/proc/13695/task/13697/stat : 13697 (java) S 13692 13692 13631 0 -1 1077944384 12180 0 0 0 479 15 0 0 20 0 19 0 446193627 15789527040 996910 33554432000 4194304 4196468 140729696950976 140575390205056 140575385974485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25509888 140729696953327 140729696953498 140729696953498 140729696956367 0
[pid=13695/tid=13701] ppid=13692 vsize=15419460 memory=1448 CPUtime=8.4 cores=0,2,4,6
/proc/13695/task/13701/stat : 13701 (java) S 13692 13692 13631 0 -1 1077944384 6681 0 0 0 776 64 0 0 20 0 19 0 446193627 15789527040 996910 33554432000 4194304 4196468 140729696950976 140574978664720 140575385974485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25509888 140729696953327 140729696953498 140729696953498 140729696956367 0
[pid=13695/tid=13703] ppid=13692 vsize=15419460 memory=3987640 CPUtime=8.35 cores=0,2,4,6
/proc/13695/task/13703/stat : 13703 (java) S 13692 13692 13631 0 -1 1077944384 6326 0 0 0 770 65 0 0 20 0 19 0 446193627 15789527040 996910 33554432000 4194304 4196468 140729696950976 140574977612176 140575385974485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25509888 140729696953327 140729696953498 140729696953498 140729696956367 0
[pid=13695/tid=13704] ppid=13692 vsize=15419460 memory=1448 CPUtime=8.45 cores=0,2,4,6
/proc/13695/task/13704/stat : 13704 (java) S 13692 13692 13631 0 -1 1077944384 6506 0 0 0 782 63 0 0 20 0 19 0 446193627 15789527040 996910 33554432000 4194304 4196468 140729696950976 140574976559632 140575385974485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25509888 140729696953327 140729696953498 140729696953498 140729696956367 0
[pid=13695/tid=13705] ppid=13692 vsize=15419460 memory=3987640 CPUtime=8.35 cores=0,2,4,6
/proc/13695/task/13705/stat : 13705 (java) S 13692 13692 13631 0 -1 1077944384 3824 0 0 0 772 63 0 0 20 0 19 0 446193627 15789527040 996910 33554432000 4194304 4196468 140729696950976 140574975507088 140575385974485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25509888 140729696953327 140729696953498 140729696953498 140729696956367 0
[pid=13695/tid=13707] ppid=13692 vsize=15419460 memory=1448 CPUtime=0.97 cores=0,2,4,6
/proc/13695/task/13707/stat : 13707 (java) S 13692 13692 13631 0 -1 1077944384 12241 0 0 0 96 1 0 0 20 0 19 0 446193629 15789527040 996910 33554432000 4194304 4196468 140729696950976 140574460951024 140575385975426 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25509888 140729696953327 140729696953498 140729696953498 140729696956367 0
[pid=13695/tid=13709] ppid=13692 vsize=15419460 memory=3987640 CPUtime=0 cores=0,2,4,6
/proc/13695/task/13709/stat : 13709 (java) S 13692 13692 13631 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 19 0 446193629 15789527040 996910 33554432000 4194304 4196468 140729696950976 140574459897312 140575385974485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25509888 140729696953327 140729696953498 140729696953498 140729696956367 0
[pid=13695/tid=13711] ppid=13692 vsize=15419460 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/13695/task/13711/stat : 13711 (java) S 13692 13692 13631 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 19 0 446193629 15789527040 996910 33554432000 4194304 4196468 140729696950976 140574458844672 140575385974485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25509888 140729696953327 140729696953498 140729696953498 140729696956367 0
[pid=13695/tid=13712] ppid=13692 vsize=15419460 memory=3987640 CPUtime=0 cores=0,2,4,6
/proc/13695/task/13712/stat : 13712 (java) S 13692 13692 13631 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446193632 15789527040 996910 33554432000 4194304 4196468 140729696950976 140574457793232 140575385982875 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25509888 140729696953327 140729696953498 140729696953498 140729696956367 0
[pid=13695/tid=13713] ppid=13692 vsize=15419460 memory=3624 CPUtime=5.43 cores=0,2,4,6
/proc/13695/task/13713/stat : 13713 (java) S 13692 13692 13631 0 -1 1077944384 26176 0 0 0 541 2 0 0 20 0 19 0 446193632 15789527040 996910 33554432000 4194304 4196468 140729696950976 140574456739824 140575385975426 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25509888 140729696953327 140729696953498 140729696953498 140729696956367 0
[pid=13695/tid=13715] ppid=13692 vsize=15419460 memory=35272 CPUtime=4.73 cores=0,2,4,6
/proc/13695/task/13715/stat : 13715 (java) S 13692 13692 13631 0 -1 1077944384 17228 0 0 0 470 3 0 0 20 0 19 0 446193632 15789527040 996910 33554432000 4194304 4196468 140729696950976 140574455687280 140575385975426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25509888 140729696953327 140729696953498 140729696953498 140729696956367 0
[pid=13695/tid=13717] ppid=13692 vsize=15419460 memory=984 CPUtime=1.11 cores=0,2,4,6
/proc/13695/task/13717/stat : 13717 (java) S 13692 13692 13631 0 -1 1077944384 17690 0 0 0 109 2 0 0 20 0 19 0 446193632 15789527040 996910 33554432000 4194304 4196468 140729696950976 140574454634736 140575385975426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25509888 140729696953327 140729696953498 140729696953498 140729696956367 0
[pid=13695/tid=13720] ppid=13692 vsize=15419460 memory=279472718497552 CPUtime=0 cores=0,2,4,6
/proc/13695/task/13720/stat : 13720 (java) S 13692 13692 13631 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446193632 15789527040 996910 33554432000 4194304 4196468 140729696950976 140574453582432 140575385974485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25509888 140729696953327 140729696953498 140729696953498 140729696956367 0
[pid=13695/tid=13722] ppid=13692 vsize=15419460 memory=1448 CPUtime=0.24 cores=0,2,4,6
/proc/13695/task/13722/stat : 13722 (java) S 13692 13692 13631 0 -1 1077944384 1707 0 0 0 8 16 0 0 20 0 19 0 446193632 15789527040 996910 33554432000 4194304 4196468 140729696950976 140574452529968 140575385975426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25509888 140729696953327 140729696953498 140729696953498 140729696956367 0
[pid=13695/tid=13728] ppid=13692 vsize=15419460 memory=1448 CPUtime=618.78 cores=0,2,4,6
/proc/13695/task/13728/stat : 13728 (java) R 13692 13692 13631 0 -1 4202560 7312 0 0 0 61875 3 0 0 20 0 19 0 446194164 15789527040 996910 33554432000 4194304 4196468 140729696950976 140574443547624 140575029522254 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25509888 140729696953327 140729696953498 140729696953498 140729696956367 0
[pid=13695/tid=13729] ppid=13692 vsize=15419460 memory=3987640 CPUtime=617.57 cores=0,2,4,6
/proc/13695/task/13729/stat : 13729 (java) R 13692 13692 13631 0 -1 4202560 26490 0 0 0 61747 10 0 0 20 0 19 0 446194164 15789527040 996910 33554432000 4194304 4196468 140729696950976 140574442498136 140575027359356 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25509888 140729696953327 140729696953498 140729696953498 140729696956367 0
[pid=13695/tid=13730] ppid=13692 vsize=15419460 memory=3987640 CPUtime=617.77 cores=0,2,4,6
/proc/13695/task/13730/stat : 13730 (java) R 13692 13692 13631 0 -1 4202560 8116 0 0 0 61775 2 0 0 20 0 19 0 446194164 15789527040 996910 33554432000 4194304 4196468 140729696950976 140574441443816 140575029523227 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25509888 140729696953327 140729696953498 140729696953498 140729696956367 0
[pid=13695/tid=13731] ppid=13692 vsize=15419460 memory=3624 CPUtime=615.12 cores=0,2,4,6
/proc/13695/task/13731/stat : 13731 (java) R 13692 13692 13631 0 -1 4202560 10294 0 0 0 61508 4 0 0 20 0 19 0 446194164 15789527040 996910 33554432000 4194304 4196468 140729696950976 140574440392056 140575035492450 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25509888 140729696953327 140729696953498 140729696953498 140729696956367 0
Current children cumulated CPU time: 2520.33 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 3989088 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+635.532 s]
# the end of solver process 13692 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.001227 s, system=0.001227 s

[startup+635.589 s]
# the end of solver process 13695 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.57 s, system=3.05557 s
# this solver process was not waited by its parent and was adopted by runsolver

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

[startup+635.502 s]
/proc/loadavg: 8.27 7.68 4.74 11/236 13789
/proc/meminfo: memFree=23340648/32770624 swapFree=66939784/67108860
[pid=13692] ppid=13685 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/13692/stat : 13692 (xcsp3-exec) S 13685 13692 13631 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 446193626 115843072 362 33554432000 4194304 5098028 140732245652240 140732245650344 140490421629564 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 10907648 140732245660538 140732245660781 140732245660781 140732245663690 0
/proc/13692/statm: 28282 362 304 221 0 87 0
[pid=13695] ppid=13692 vsize=15419460 memory=3987640 CPUtime=2520.33 cores=0,2,4,6
/proc/13695/stat : 13695 (java) S 13692 13692 13631 0 -1 1077944320 164151 0 0 0 251730 303 0 0 20 0 19 0 446193626 15789527040 996910 33554432000 4194304 4196468 140729696950976 140729696933520 140575385964279 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25509888 140729696953327 140729696953498 140729696953498 140729696956367 0
/proc/13695/statm: 3854865 996910 3553 1 0 3815965 0
[pid=13695/tid=13697] ppid=13692 vsize=15419460 memory=3987640 CPUtime=4.94 cores=0,2,4,6
/proc/13695/task/13697/stat : 13697 (java) S 13692 13692 13631 0 -1 1077944384 12180 0 0 0 479 15 0 0 20 0 19 0 446193627 15789527040 996910 33554432000 4194304 4196468 140729696950976 140575390205056 140575385974485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25509888 140729696953327 140729696953498 140729696953498 140729696956367 0
[pid=13695/tid=13701] ppid=13692 vsize=15419460 memory=1448 CPUtime=8.4 cores=0,2,4,6
/proc/13695/task/13701/stat : 13701 (java) S 13692 13692 13631 0 -1 1077944384 6681 0 0 0 776 64 0 0 20 0 19 0 446193627 15789527040 996910 33554432000 4194304 4196468 140729696950976 140574978664720 140575385974485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25509888 140729696953327 140729696953498 140729696953498 140729696956367 0
[pid=13695/tid=13703] ppid=13692 vsize=15419460 memory=3987640 CPUtime=8.35 cores=0,2,4,6
/proc/13695/task/13703/stat : 13703 (java) S 13692 13692 13631 0 -1 1077944384 6326 0 0 0 770 65 0 0 20 0 19 0 446193627 15789527040 996910 33554432000 4194304 4196468 140729696950976 140574977612176 140575385974485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25509888 140729696953327 140729696953498 140729696953498 140729696956367 0
[pid=13695/tid=13704] ppid=13692 vsize=15419460 memory=1448 CPUtime=8.45 cores=0,2,4,6
/proc/13695/task/13704/stat : 13704 (java) S 13692 13692 13631 0 -1 1077944384 6506 0 0 0 782 63 0 0 20 0 19 0 446193627 15789527040 996910 33554432000 4194304 4196468 140729696950976 140574976559632 140575385974485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25509888 140729696953327 140729696953498 140729696953498 140729696956367 0
[pid=13695/tid=13705] ppid=13692 vsize=15419460 memory=3987640 CPUtime=8.35 cores=0,2,4,6
/proc/13695/task/13705/stat : 13705 (java) S 13692 13692 13631 0 -1 1077944384 3824 0 0 0 772 63 0 0 20 0 19 0 446193627 15789527040 996910 33554432000 4194304 4196468 140729696950976 140574975507088 140575385974485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25509888 140729696953327 140729696953498 140729696953498 140729696956367 0
[pid=13695/tid=13707] ppid=13692 vsize=15419460 memory=1448 CPUtime=0.97 cores=0,2,4,6
/proc/13695/task/13707/stat : 13707 (java) S 13692 13692 13631 0 -1 1077944384 12241 0 0 0 96 1 0 0 20 0 19 0 446193629 15789527040 996910 33554432000 4194304 4196468 140729696950976 140574460951024 140575385975426 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25509888 140729696953327 140729696953498 140729696953498 140729696956367 0
[pid=13695/tid=13709] ppid=13692 vsize=15419460 memory=3987640 CPUtime=0 cores=0,2,4,6
/proc/13695/task/13709/stat : 13709 (java) S 13692 13692 13631 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 19 0 446193629 15789527040 996910 33554432000 4194304 4196468 140729696950976 140574459897312 140575385974485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25509888 140729696953327 140729696953498 140729696953498 140729696956367 0
[pid=13695/tid=13711] ppid=13692 vsize=15419460 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/13695/task/13711/stat : 13711 (java) S 13692 13692 13631 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 19 0 446193629 15789527040 996910 33554432000 4194304 4196468 140729696950976 140574458844672 140575385974485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25509888 140729696953327 140729696953498 140729696953498 140729696956367 0
[pid=13695/tid=13712] ppid=13692 vsize=15419460 memory=3987640 CPUtime=0 cores=0,2,4,6
/proc/13695/task/13712/stat : 13712 (java) S 13692 13692 13631 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446193632 15789527040 996910 33554432000 4194304 4196468 140729696950976 140574457793232 140575385982875 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25509888 140729696953327 140729696953498 140729696953498 140729696956367 0
[pid=13695/tid=13713] ppid=13692 vsize=15419460 memory=3624 CPUtime=5.43 cores=0,2,4,6
/proc/13695/task/13713/stat : 13713 (java) S 13692 13692 13631 0 -1 1077944384 26176 0 0 0 541 2 0 0 20 0 19 0 446193632 15789527040 996910 33554432000 4194304 4196468 140729696950976 140574456739824 140575385975426 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25509888 140729696953327 140729696953498 140729696953498 140729696956367 0
[pid=13695/tid=13715] ppid=13692 vsize=15419460 memory=35272 CPUtime=4.73 cores=0,2,4,6
/proc/13695/task/13715/stat : 13715 (java) S 13692 13692 13631 0 -1 1077944384 17228 0 0 0 470 3 0 0 20 0 19 0 446193632 15789527040 996910 33554432000 4194304 4196468 140729696950976 140574455687280 140575385975426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25509888 140729696953327 140729696953498 140729696953498 140729696956367 0
[pid=13695/tid=13717] ppid=13692 vsize=15419460 memory=984 CPUtime=1.11 cores=0,2,4,6
/proc/13695/task/13717/stat : 13717 (java) S 13692 13692 13631 0 -1 1077944384 17690 0 0 0 109 2 0 0 20 0 19 0 446193632 15789527040 996910 33554432000 4194304 4196468 140729696950976 140574454634736 140575385975426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25509888 140729696953327 140729696953498 140729696953498 140729696956367 0
[pid=13695/tid=13720] ppid=13692 vsize=15419460 memory=279472718497552 CPUtime=0 cores=0,2,4,6
/proc/13695/task/13720/stat : 13720 (java) S 13692 13692 13631 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446193632 15789527040 996910 33554432000 4194304 4196468 140729696950976 140574453582432 140575385974485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25509888 140729696953327 140729696953498 140729696953498 140729696956367 0
[pid=13695/tid=13722] ppid=13692 vsize=15419460 memory=1448 CPUtime=0.24 cores=0,2,4,6
/proc/13695/task/13722/stat : 13722 (java) S 13692 13692 13631 0 -1 1077944384 1707 0 0 0 8 16 0 0 20 0 19 0 446193632 15789527040 996910 33554432000 4194304 4196468 140729696950976 140574452529968 140575385975426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25509888 140729696953327 140729696953498 140729696953498 140729696956367 0
[pid=13695/tid=13728] ppid=13692 vsize=15419460 memory=1448 CPUtime=618.78 cores=0,2,4,6
/proc/13695/task/13728/stat : 13728 (java) R 13692 13692 13631 0 -1 4202560 7312 0 0 0 61875 3 0 0 20 0 19 0 446194164 15789527040 996910 33554432000 4194304 4196468 140729696950976 140574443547624 140575029522254 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25509888 140729696953327 140729696953498 140729696953498 140729696956367 0
[pid=13695/tid=13729] ppid=13692 vsize=15419460 memory=3987640 CPUtime=617.57 cores=0,2,4,6
/proc/13695/task/13729/stat : 13729 (java) R 13692 13692 13631 0 -1 4202560 26490 0 0 0 61747 10 0 0 20 0 19 0 446194164 15789527040 996910 33554432000 4194304 4196468 140729696950976 140574442498136 140575027359356 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25509888 140729696953327 140729696953498 140729696953498 140729696956367 0
[pid=13695/tid=13730] ppid=13692 vsize=15419460 memory=3987640 CPUtime=617.77 cores=0,2,4,6
/proc/13695/task/13730/stat : 13730 (java) R 13692 13692 13631 0 -1 4202560 8116 0 0 0 61775 2 0 0 20 0 19 0 446194164 15789527040 996910 33554432000 4194304 4196468 140729696950976 140574441443816 140575029523227 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25509888 140729696953327 140729696953498 140729696953498 140729696956367 0
[pid=13695/tid=13731] ppid=13692 vsize=15419460 memory=3624 CPUtime=615.12 cores=0,2,4,6
/proc/13695/task/13731/stat : 13731 (java) R 13692 13692 13631 0 -1 4202560 10294 0 0 0 61508 4 0 0 20 0 19 0 446194164 15789527040 996910 33554432000 4194304 4196468 140729696950976 140574440392056 140575035492450 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25509888 140729696953327 140729696953498 140729696953498 140729696956367 0
Current children cumulated CPU time: 2520.33 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 3989088 KiB

Child status: 143
Real time (s): 635.589
CPU time (s): 2520.63
CPU user time (s): 2517.57
CPU system time (s): 3.05557
CPU usage (%): 396.581
Max. virtual memory (cumulated for all children) (KiB): 15532588
Max. memory (cumulated for all children) (KiB): 3989132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.57
system time used= 3.05557
maximum resident set size= 3988200
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 165327
page faults= 0
swaps= 0
block input operations= 0
block output operations= 832
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 17847
involuntary context switches= 35479


# summary of solver processes directly reported to runsolver:
#   pid: 13692,13695
#   total CPU time (s): 2520.63
#   total CPU user time (s): 2517.57
#   total CPU system time (s): 3.05557

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.25507 second user time and 6.91672 second system time

The end

Launcher Data

Begin job on node105 at 2019-09-17 06:47:37
IDJOB=4399119
IDBENCH=138647
IDSOLVER=2853
FILE ID=node105/4399119-1568699354
RUNJOBID= node105-1568695657-13662
PBS_JOBID= 21703823
Free space on /tmp= 61004 MiB

SOLVER NAME= choco-solver 2019-09-16
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-js20/SuperTaillard-js-20-20.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-4399119-1568699354/watcher-4399119-1568699354 -o /tmp/evaluation-result-4399119-1568699354/solver-4399119-1568699354 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1568695657-13662 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1071345331 HOME/instance-4399119-1568699354.xml

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

MD5SUM BENCH= bd4660d9f641dd45473fddd00af9a0d0
RANDOM SEED=1071345331

node105.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.00
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.00
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.00
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.00
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:        31167420 kB
MemAvailable:   31841464 kB
Buffers:          180340 kB
Cached:           793740 kB
SwapCached:        65644 kB
Active:           565820 kB
Inactive:         475976 kB
Active(anon):       8496 kB
Inactive(anon):   103452 kB
Active(file):     557324 kB
Inactive(file):   372524 kB
Unevictable:      109028 kB
Mlocked:          109028 kB
SwapTotal:      67108860 kB
SwapFree:       66939780 kB
Dirty:             44192 kB
Writeback:          8640 kB
AnonPages:        112408 kB
Mapped:            43732 kB
Shmem:             35572 kB
Slab:             152988 kB
SReclaimable:     120060 kB
SUnreclaim:        32928 kB
KernelStack:        3328 kB
PageTables:         6148 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     502396 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 60952 MiB
End job on node105 at 2019-09-17 06:58:13