Trace number 4405823

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-24? (TO) 2528.27 818.667

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-os10/
SuperTaillard-os-10-21.xml
MD5SUMab3cfdf6220e1af184bc3e02e1fbde1d
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark45.669
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints2800
Number of domains65
Minimum domain size516
Maximum domain size611
Distribution of domain sizes[{"size":516,"count":6},{"size":517,"count":6},{"size":518,"count":4},{"size":519,"count":2},{"size":520,"count":4},{"size":521,"count":2},{"size":522,"count":2},{"size":523,"count":2},{"size":524,"count":2},{"size":526,"count":2},{"size":527,"count":8},{"size":528,"count":2},{"size":529,"count":2},{"size":530,"count":6},{"size":531,"count":2},{"size":533,"count":2},{"size":540,"count":2},{"size":541,"count":4},{"size":542,"count":2},{"size":543,"count":2},{"size":544,"count":4},{"size":545,"count":2},{"size":546,"count":8},{"size":547,"count":2},{"size":548,"count":2},"...",{"size":571,"count":2}, {"size":572,"count":2}, {"size":573,"count":2}, {"size":574,"count":2}, {"size":575,"count":6}, {"size":576,"count":4}, {"size":579,"count":4}, {"size":580,"count":2}, {"size":582,"count":4}, {"size":584,"count":6}, {"size":585,"count":2}, {"size":587,"count":2}, {"size":588,"count":2}, {"size":589,"count":2}, {"size":591,"count":2}, {"size":593,"count":2}, {"size":595,"count":4}, {"size":596,"count":2}, {"size":597,"count":2}, {"size":601,"count":6}, {"size":602,"count":2}, {"size":605,"count":2}, {"size":607,"count":4}, {"size":610,"count":2}, {"size":611,"count":2}]
Minimum variable degree19
Maximum variable degree37
Distribution of variable degrees[{"degree":19,"count":100},{"degree":37,"count":100}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":2800}]
Number of extensional constraints0
Number of intensional constraints2800
Distribution of constraint types[{"type":"intension","count":2800}]
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-4405823-1569412407.xml"  -tl '2520s' -p 1
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4405823-1569412407.xml, -tl, 2520s, -p, 1]
0.34/0.22	c simple solver
0.34/0.28	c parse instance...

Verifier Data

One s line expected

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4405823-1569412407/watcher-4405823-1569412407 -o /var/tmp/evaluation-result-4405823-1569412407/solver-4405823-1569412407 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node121-1569396627-31209 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 1 -ml 12000 -tdir HOME -seed 1672968524 HOME/instance-4405823-1569412407.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=2035, runsolver pid=2032
Current StackSize limit: 8192 KiB


[startup+0.10288 s]*
/proc/loadavg: 1.83 1.77 1.72 3/230 2051
/proc/meminfo: memFree=25534068/32770624 swapFree=66992636/67108860
[pid=2035] ppid=2032 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/2035/stat : 2035 (xcsp3-exec) S 2032 2035 31177 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 517503298 115843072 364 33554432000 4194304 5098028 140729723213424 140729723211528 139936618742396 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 23433216 140729723220822 140729723221081 140729723221081 140729723224006 0
/proc/2035/statm: 28282 364 305 221 0 87 0
[pid=2037] ppid=2035 vsize=15144776 memory=28408 CPUtime=0.13 cores=1,3,5,7
/proc/2037/stat : 2037 (java) S 2035 2035 31177 0 -1 1077944320 5574 0 0 0 12 1 0 0 20 0 15 0 517503298 15508250624 7102 33554432000 4194304 4196468 140728690122720 140728690105264 139906575068919 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 23085056 140728690127835 140728690128010 140728690128010 140728690130895 0
/proc/2037/statm: 3786194 7102 3144 1 0 3748377 0
[pid=2037/tid=2038] ppid=2035 vsize=15144776 memory=7031125463459224206 CPUtime=0.09 cores=1,3,5,7
/proc/2037/task/2038/stat : 2038 (java) R 2035 2035 31177 0 -1 4202560 3410 0 0 0 9 0 0 0 20 0 15 0 517503299 15508250624 7102 33554432000 4194304 4196468 140728690122720 139906579299296 139906567310309 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23085056 140728690127835 140728690128010 140728690128010 140728690130895 0
[pid=2037/tid=2039] ppid=2035 vsize=15144776 memory=7378697629483820645 CPUtime=0 cores=1,3,5,7
/proc/2037/task/2039/stat : 2039 (java) S 2035 2035 31177 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517503299 15508250624 7102 33554432000 4194304 4196468 140728690122720 139906167441936 139906575079125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23085056 140728690127835 140728690128010 140728690128010 140728690130895 0
[pid=2037/tid=2040] ppid=2035 vsize=15144776 memory=140252025992832 CPUtime=0 cores=1,3,5,7
/proc/2037/task/2040/stat : 2040 (java) S 2035 2035 31177 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517503299 15508250624 7102 33554432000 4194304 4196468 140728690122720 139906166389392 139906575079125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23085056 140728690127835 140728690128010 140728690128010 140728690130895 0
[pid=2037/tid=2041] ppid=2035 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2037/task/2041/stat : 2041 (java) S 2035 2035 31177 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517503299 15508250624 7102 33554432000 4194304 4196468 140728690122720 139906165336336 139906575079125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23085056 140728690127835 140728690128010 140728690128010 140728690130895 0
[pid=2037/tid=2042] ppid=2035 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2037/task/2042/stat : 2042 (java) S 2035 2035 31177 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517503299 15508250624 7102 33554432000 4194304 4196468 140728690122720 139906164283792 139906575079125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23085056 140728690127835 140728690128010 140728690128010 140728690130895 0
[pid=2037/tid=2043] ppid=2035 vsize=15144776 memory=140252025992832 CPUtime=0 cores=1,3,5,7
/proc/2037/task/2043/stat : 2043 (java) S 2035 2035 31177 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517503301 15508250624 7102 33554432000 4194304 4196468 140728690122720 139905449122544 139906575080066 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23085056 140728690127835 140728690128010 140728690128010 140728690130895 0
[pid=2037/tid=2044] ppid=2035 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2037/task/2044/stat : 2044 (java) S 2035 2035 31177 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517503301 15508250624 7102 33554432000 4194304 4196468 140728690122720 139905448068768 139906575079125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23085056 140728690127835 140728690128010 140728690128010 140728690130895 0
[pid=2037/tid=2045] ppid=2035 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2037/task/2045/stat : 2045 (java) S 2035 2035 31177 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517503301 15508250624 7102 33554432000 4194304 4196468 140728690122720 139905447015664 139906575079125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23085056 140728690127835 140728690128010 140728690128010 140728690130895 0
[pid=2037/tid=2046] ppid=2035 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2037/task/2046/stat : 2046 (java) S 2035 2035 31177 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517503304 15508250624 7102 33554432000 4194304 4196468 140728690122720 139905445964240 139906575087515 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23085056 140728690127835 140728690128010 140728690128010 140728690130895 0
[pid=2037/tid=2047] ppid=2035 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2037/task/2047/stat : 2047 (java) S 2035 2035 31177 0 -1 1077944384 367 0 0 0 0 0 0 0 20 0 15 0 517503304 15508250624 7102 33554432000 4194304 4196468 140728690122720 139905444911344 139906575080066 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23085056 140728690127835 140728690128010 140728690128010 140728690130895 0
[pid=2037/tid=2048] ppid=2035 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2037/task/2048/stat : 2048 (java) R 2035 2035 31177 0 -1 1077944384 126 0 0 0 0 0 0 0 20 0 15 0 517503304 15508250624 7102 33554432000 4194304 4196468 140728690122720 139905443858896 139906575079125 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23085056 140728690127835 140728690128010 140728690128010 140728690130895 0
[pid=2037/tid=2049] ppid=2035 vsize=15144776 memory=140252025992832 CPUtime=0.02 cores=1,3,5,7
/proc/2037/task/2049/stat : 2049 (java) S 2035 2035 31177 0 -1 1077944384 374 0 0 0 2 0 0 0 20 0 15 0 517503304 15508250624 7102 33554432000 4194304 4196468 140728690122720 139905442805744 139906575080066 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23085056 140728690127835 140728690128010 140728690128010 140728690130895 0
[pid=2037/tid=2050] ppid=2035 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2037/task/2050/stat : 2050 (java) S 2035 2035 31177 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517503304 15508250624 7102 33554432000 4194304 4196468 140728690122720 139905441753440 139906575079125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23085056 140728690127835 140728690128010 140728690128010 140728690130895 0
[pid=2037/tid=2051] ppid=2035 vsize=15144776 memory=140252025992832 CPUtime=0 cores=1,3,5,7
/proc/2037/task/2051/stat : 2051 (java) S 2035 2035 31177 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517503304 15508250624 7102 33554432000 4194304 4196468 140728690122720 139905440701488 139906575080066 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23085056 140728690127835 140728690128010 140728690128010 140728690130895 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 29864 KiB

[startup+0.21057 s]*
/proc/loadavg: 1.83 1.77 1.72 5/230 2051
/proc/meminfo: memFree=25521076/32770624 swapFree=66992636/67108860
[pid=2035] ppid=2032 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/2035/stat : 2035 (xcsp3-exec) S 2032 2035 31177 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 517503298 115843072 364 33554432000 4194304 5098028 140729723213424 140729723211528 139936618742396 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 23433216 140729723220822 140729723221081 140729723221081 140729723224006 0
/proc/2035/statm: 28282 364 305 221 0 87 0
[pid=2037] ppid=2035 vsize=15144776 memory=40120 CPUtime=0.34 cores=1,3,5,7
/proc/2037/stat : 2037 (java) S 2035 2035 31177 0 -1 1077944320 9252 0 0 0 32 2 0 0 20 0 15 0 517503298 15508250624 10030 33554432000 4194304 4196468 140728690122720 140728690105264 139906575068919 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 23085056 140728690127835 140728690128010 140728690128010 140728690130895 0
/proc/2037/statm: 3786194 10030 3307 1 0 3748377 0
[pid=2037/tid=2038] ppid=2035 vsize=15144776 memory=7022364632946311227 CPUtime=0.19 cores=1,3,5,7
/proc/2037/task/2038/stat : 2038 (java) R 2035 2035 31177 0 -1 4202560 6243 0 0 0 18 1 0 0 20 0 15 0 517503299 15508250624 10030 33554432000 4194304 4196468 140728690122720 139906579302624 139906575080854 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23085056 140728690127835 140728690128010 140728690128010 140728690130895 0
[pid=2037/tid=2039] ppid=2035 vsize=15144776 memory=4297963165 CPUtime=0 cores=1,3,5,7
/proc/2037/task/2039/stat : 2039 (java) S 2035 2035 31177 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517503299 15508250624 10030 33554432000 4194304 4196468 140728690122720 139906167441936 139906575079125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23085056 140728690127835 140728690128010 140728690128010 140728690130895 0
[pid=2037/tid=2040] ppid=2035 vsize=15144776 memory=140252028988797 CPUtime=0 cores=1,3,5,7
/proc/2037/task/2040/stat : 2040 (java) S 2035 2035 31177 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517503299 15508250624 10030 33554432000 4194304 4196468 140728690122720 139906166389392 139906575079125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23085056 140728690127835 140728690128010 140728690128010 140728690130895 0
[pid=2037/tid=2041] ppid=2035 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2037/task/2041/stat : 2041 (java) S 2035 2035 31177 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517503299 15508250624 10030 33554432000 4194304 4196468 140728690122720 139906165336336 139906575079125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23085056 140728690127835 140728690128010 140728690128010 140728690130895 0
[pid=2037/tid=2042] ppid=2035 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2037/task/2042/stat : 2042 (java) S 2035 2035 31177 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517503299 15508250624 10030 33554432000 4194304 4196468 140728690122720 139906164283792 139906575079125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23085056 140728690127835 140728690128010 140728690128010 140728690130895 0
[pid=2037/tid=2043] ppid=2035 vsize=15144776 memory=140252025992832 CPUtime=0 cores=1,3,5,7
/proc/2037/task/2043/stat : 2043 (java) S 2035 2035 31177 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 517503301 15508250624 10030 33554432000 4194304 4196468 140728690122720 139905449122544 139906575080066 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23085056 140728690127835 140728690128010 140728690128010 140728690130895 0
[pid=2037/tid=2044] ppid=2035 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2037/task/2044/stat : 2044 (java) S 2035 2035 31177 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517503301 15508250624 10030 33554432000 4194304 4196468 140728690122720 139905448068768 139906575079125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23085056 140728690127835 140728690128010 140728690128010 140728690130895 0
[pid=2037/tid=2045] ppid=2035 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2037/task/2045/stat : 2045 (java) S 2035 2035 31177 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517503301 15508250624 10030 33554432000 4194304 4196468 140728690122720 139905447015664 139906575079125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23085056 140728690127835 140728690128010 140728690128010 140728690130895 0
[pid=2037/tid=2046] ppid=2035 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2037/task/2046/stat : 2046 (java) S 2035 2035 31177 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517503304 15508250624 10030 33554432000 4194304 4196468 140728690122720 139905445964240 139906575087515 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23085056 140728690127835 140728690128010 140728690128010 140728690130895 0
[pid=2037/tid=2047] ppid=2035 vsize=15144776 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/2037/task/2047/stat : 2047 (java) S 2035 2035 31177 0 -1 1077944384 636 0 0 0 3 0 0 0 20 0 15 0 517503304 15508250624 10030 33554432000 4194304 4196468 140728690122720 139905444911344 139906575080066 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23085056 140728690127835 140728690128010 140728690128010 140728690130895 0
[pid=2037/tid=2048] ppid=2035 vsize=15144776 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/2037/task/2048/stat : 2048 (java) S 2035 2035 31177 0 -1 1077944384 188 0 0 0 2 0 0 0 20 0 15 0 517503304 15508250624 10030 33554432000 4194304 4196468 140728690122720 139905443858800 139906575080066 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23085056 140728690127835 140728690128010 140728690128010 140728690130895 0
[pid=2037/tid=2049] ppid=2035 vsize=15144776 memory=140252025992832 CPUtime=0.08 cores=1,3,5,7
/proc/2037/task/2049/stat : 2049 (java) R 2035 2035 31177 0 -1 4202560 883 0 0 0 8 0 0 0 20 0 15 0 517503304 15508250624 10030 33554432000 4194304 4196468 140728690122720 139905442805744 139906575080854 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23085056 140728690127835 140728690128010 140728690128010 140728690130895 0
[pid=2037/tid=2050] ppid=2035 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2037/task/2050/stat : 2050 (java) S 2035 2035 31177 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517503304 15508250624 10030 33554432000 4194304 4196468 140728690122720 139905441753440 139906575079125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23085056 140728690127835 140728690128010 140728690128010 140728690130895 0
[pid=2037/tid=2051] ppid=2035 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2037/task/2051/stat : 2051 (java) S 2035 2035 31177 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517503304 15508250624 10030 33554432000 4194304 4196468 140728690122720 139905440701488 139906575080066 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23085056 140728690127835 140728690128010 140728690128010 140728690130895 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 41576 KiB

[startup+0.311102 s]*
/proc/loadavg: 1.83 1.77 1.72 4/230 2051
/proc/meminfo: memFree=25513916/32770624 swapFree=66992636/67108860
[pid=2035] ppid=2032 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/2035/stat : 2035 (xcsp3-exec) S 2032 2035 31177 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 517503298 115843072 364 33554432000 4194304 5098028 140729723213424 140729723211528 139936618742396 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 23433216 140729723220822 140729723221081 140729723221081 140729723224006 0
/proc/2035/statm: 28282 364 305 221 0 87 0
[pid=2037] ppid=2035 vsize=15149032 memory=49084 CPUtime=0.53 cores=1,3,5,7
/proc/2037/stat : 2037 (java) S 2035 2035 31177 0 -1 1077944320 10588 0 0 0 50 3 0 0 20 0 15 0 517503298 15512608768 12271 33554432000 4194304 4196468 140728690122720 140728690105264 139906575068919 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 23085056 140728690127835 140728690128010 140728690128010 140728690130895 0
/proc/2037/statm: 3787258 12271 3372 1 0 3748377 0
[pid=2037/tid=2038] ppid=2035 vsize=15149032 memory=6935054825532540783 CPUtime=0.3 cores=1,3,5,7
/proc/2037/task/2038/stat : 2038 (java) R 2035 2035 31177 0 -1 4202560 7348 0 0 0 28 2 0 0 20 0 15 0 517503299 15512608768 12301 33554432000 4194304 4196468 140728690122720 139906579302704 139906575090845 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23085056 140728690127835 140728690128010 140728690128010 140728690130895 0
[pid=2037/tid=2039] ppid=2035 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2037/task/2039/stat : 2039 (java) S 2035 2035 31177 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517503299 15512608768 12301 33554432000 4194304 4196468 140728690122720 139906167441936 139906575079125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23085056 140728690127835 140728690128010 140728690128010 140728690130895 0
[pid=2037/tid=2040] ppid=2035 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2037/task/2040/stat : 2040 (java) S 2035 2035 31177 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517503299 15512608768 12301 33554432000 4194304 4196468 140728690122720 139906166389392 139906575079125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23085056 140728690127835 140728690128010 140728690128010 140728690130895 0
[pid=2037/tid=2041] ppid=2035 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2037/task/2041/stat : 2041 (java) S 2035 2035 31177 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517503299 15512608768 12301 33554432000 4194304 4196468 140728690122720 139906165336336 139906575079125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23085056 140728690127835 140728690128010 140728690128010 140728690130895 0
[pid=2037/tid=2042] ppid=2035 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2037/task/2042/stat : 2042 (java) S 2035 2035 31177 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517503299 15512608768 12301 33554432000 4194304 4196468 140728690122720 139906164283792 139906575079125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23085056 140728690127835 140728690128010 140728690128010 140728690130895 0
[pid=2037/tid=2043] ppid=2035 vsize=15149032 memory=3761694498073096479 CPUtime=0 cores=1,3,5,7
/proc/2037/task/2043/stat : 2043 (java) S 2035 2035 31177 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 517503301 15512608768 12301 33554432000 4194304 4196468 140728690122720 139905449122544 139906575080066 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23085056 140728690127835 140728690128010 140728690128010 140728690130895 0
[pid=2037/tid=2044] ppid=2035 vsize=15149032 memory=8102582798439690288 CPUtime=0 cores=1,3,5,7
/proc/2037/task/2044/stat : 2044 (java) S 2035 2035 31177 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517503301 15512608768 12301 33554432000 4194304 4196468 140728690122720 139905448068768 139906575079125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23085056 140728690127835 140728690128010 140728690128010 140728690130895 0
[pid=2037/tid=2045] ppid=2035 vsize=15149032 memory=8104553123260412977 CPUtime=0 cores=1,3,5,7
/proc/2037/task/2045/stat : 2045 (java) S 2035 2035 31177 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517503301 15512608768 12301 33554432000 4194304 4196468 140728690122720 139905447015664 139906575079125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23085056 140728690127835 140728690128010 140728690128010 140728690130895 0
[pid=2037/tid=2046] ppid=2035 vsize=15149032 memory=7526543773001801349 CPUtime=0 cores=1,3,5,7
/proc/2037/task/2046/stat : 2046 (java) S 2035 2035 31177 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517503304 15512608768 12301 33554432000 4194304 4196468 140728690122720 139905445964240 139906575087515 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23085056 140728690127835 140728690128010 140728690128010 140728690130895 0
[pid=2037/tid=2047] ppid=2035 vsize=15149032 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/2037/task/2047/stat : 2047 (java) R 2035 2035 31177 0 -1 4202560 735 0 0 0 5 0 0 0 20 0 15 0 517503304 15512608768 12301 33554432000 4194304 4196468 140728690122720 139905444901728 139906556590104 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23085056 140728690127835 140728690128010 140728690128010 140728690130895 0
[pid=2037/tid=2048] ppid=2035 vsize=15149032 memory=3544649803121111606 CPUtime=0.04 cores=1,3,5,7
/proc/2037/task/2048/stat : 2048 (java) S 2035 2035 31177 0 -1 1077944384 204 0 0 0 4 0 0 0 20 0 15 0 517503304 15512608768 12301 33554432000 4194304 4196468 140728690122720 139905443858800 139906575080066 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23085056 140728690127835 140728690128010 140728690128010 140728690130895 0
[pid=2037/tid=2049] ppid=2035 vsize=15149032 memory=2320955449321481906 CPUtime=0.13 cores=1,3,5,7
/proc/2037/task/2049/stat : 2049 (java) S 2035 2035 31177 0 -1 1077944384 1021 0 0 0 13 0 0 0 20 0 15 0 517503304 15512608768 12301 33554432000 4194304 4196468 140728690122720 139905442805744 139906575080066 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23085056 140728690127835 140728690128010 140728690128010 140728690130895 0
[pid=2037/tid=2050] ppid=2035 vsize=15149032 memory=3467824627879784479 CPUtime=0 cores=1,3,5,7
/proc/2037/task/2050/stat : 2050 (java) S 2035 2035 31177 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517503304 15512608768 12301 33554432000 4194304 4196468 140728690122720 139905441753440 139906575079125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23085056 140728690127835 140728690128010 140728690128010 140728690130895 0
[pid=2037/tid=2051] ppid=2035 vsize=15149032 memory=3834727963998312116 CPUtime=0 cores=1,3,5,7
/proc/2037/task/2051/stat : 2051 (java) S 2035 2035 31177 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517503304 15512608768 12301 33554432000 4194304 4196468 140728690122720 139905440701488 139906575080066 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23085056 140728690127835 140728690128010 140728690128010 140728690130895 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 50540 KiB

[startup+0.710718 s]
/proc/loadavg: 1.83 1.77 1.72 5/230 2051
/proc/meminfo: memFree=25491268/32770624 swapFree=66992636/67108860
[pid=2035] ppid=2032 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/2035/stat : 2035 (xcsp3-exec) S 2032 2035 31177 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 517503298 115843072 364 33554432000 4194304 5098028 140729723213424 140729723211528 139936618742396 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 23433216 140729723220822 140729723221081 140729723221081 140729723224006 0
/proc/2035/statm: 28282 364 305 221 0 87 0
[pid=2037] ppid=2035 vsize=15151156 memory=102668 CPUtime=1.82 cores=1,3,5,7
/proc/2037/stat : 2037 (java) S 2035 2035 31177 0 -1 1077944320 15812 0 0 0 177 5 0 0 20 0 15 0 517503298 15514783744 25667 33554432000 4194304 4196468 140728690122720 140728690105264 139906575068919 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 23085056 140728690127835 140728690128010 140728690128010 140728690130895 0
/proc/2037/statm: 3787789 25667 3447 1 0 3748889 0
[pid=2037/tid=2038] ppid=2035 vsize=15151156 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/2037/task/2038/stat : 2038 (java) R 2035 2035 31177 0 -1 4202560 8749 0 0 0 64 3 0 0 20 0 15 0 517503299 15514783744 25667 33554432000 4194304 4196468 140728690122720 139906579304712 139906215516268 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 23085056 140728690127835 140728690128010 140728690128010 140728690130895 0
[pid=2037/tid=2039] ppid=2035 vsize=15151156 memory=128 CPUtime=0 cores=1,3,5,7
/proc/2037/task/2039/stat : 2039 (java) S 2035 2035 31177 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517503299 15514783744 25667 33554432000 4194304 4196468 140728690122720 139906167441936 139906575079125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23085056 140728690127835 140728690128010 140728690128010 140728690130895 0
[pid=2037/tid=2040] ppid=2035 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2037/task/2040/stat : 2040 (java) S 2035 2035 31177 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517503299 15514783744 25667 33554432000 4194304 4196468 140728690122720 139906166389392 139906575079125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23085056 140728690127835 140728690128010 140728690128010 140728690130895 0
[pid=2037/tid=2041] ppid=2035 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2037/task/2041/stat : 2041 (java) S 2035 2035 31177 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517503299 15514783744 25667 33554432000 4194304 4196468 140728690122720 139906165336336 139906575079125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23085056 140728690127835 140728690128010 140728690128010 140728690130895 0
[pid=2037/tid=2042] ppid=2035 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2037/task/2042/stat : 2042 (java) S 2035 2035 31177 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517503299 15514783744 25667 33554432000 4194304 4196468 140728690122720 139906164283792 139906575079125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23085056 140728690127835 140728690128010 140728690128010 140728690130895 0
[pid=2037/tid=2043] ppid=2035 vsize=15151156 memory=1 CPUtime=0 cores=1,3,5,7
/proc/2037/task/2043/stat : 2043 (java) S 2035 2035 31177 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 517503301 15514783744 25667 33554432000 4194304 4196468 140728690122720 139905449122544 139906575080066 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23085056 140728690127835 140728690128010 140728690128010 140728690130895 0
[pid=2037/tid=2044] ppid=2035 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2037/task/2044/stat : 2044 (java) S 2035 2035 31177 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517503301 15514783744 25667 33554432000 4194304 4196468 140728690122720 139905448068768 139906575079125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23085056 140728690127835 140728690128010 140728690128010 140728690130895 0
[pid=2037/tid=2045] ppid=2035 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2037/task/2045/stat : 2045 (java) S 2035 2035 31177 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517503301 15514783744 25667 33554432000 4194304 4196468 140728690122720 139905447015664 139906575079125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23085056 140728690127835 140728690128010 140728690128010 140728690130895 0
[pid=2037/tid=2046] ppid=2035 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2037/task/2046/stat : 2046 (java) S 2035 2035 31177 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517503304 15514783744 25667 33554432000 4194304 4196468 140728690122720 139905445964240 139906575087515 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23085056 140728690127835 140728690128010 140728690128010 140728690130895 0
[pid=2037/tid=2047] ppid=2035 vsize=15151156 memory=0 CPUtime=0.4 cores=1,3,5,7
/proc/2037/task/2047/stat : 2047 (java) R 2035 2035 31177 0 -1 4202560 1891 0 0 0 40 0 0 0 20 0 15 0 517503304 15514783744 25667 33554432000 4194304 4196468 140728690122720 139905444891408 139906558565703 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23085056 140728690127835 140728690128010 140728690128010 140728690130895 0
[pid=2037/tid=2048] ppid=2035 vsize=15151156 memory=0 CPUtime=0.36 cores=1,3,5,7
/proc/2037/task/2048/stat : 2048 (java) R 2035 2035 31177 0 -1 4202560 1576 0 0 0 36 0 0 0 20 0 15 0 517503304 15514783744 25667 33554432000 4194304 4196468 140728690122720 139905443849664 139906555751880 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23085056 140728690127835 140728690128010 140728690128010 140728690130895 0
[pid=2037/tid=2049] ppid=2035 vsize=15151156 memory=61 CPUtime=0.36 cores=1,3,5,7
/proc/2037/task/2049/stat : 2049 (java) S 2035 2035 31177 0 -1 1077944384 2286 0 0 0 36 0 0 0 20 0 15 0 517503304 15514783744 25667 33554432000 4194304 4196468 140728690122720 139905442805744 139906575080066 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23085056 140728690127835 140728690128010 140728690128010 140728690130895 0
[pid=2037/tid=2050] ppid=2035 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2037/task/2050/stat : 2050 (java) S 2035 2035 31177 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517503304 15514783744 25667 33554432000 4194304 4196468 140728690122720 139905441753440 139906575079125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23085056 140728690127835 140728690128010 140728690128010 140728690130895 0
[pid=2037/tid=2051] ppid=2035 vsize=15151156 memory=2120 CPUtime=0 cores=1,3,5,7
/proc/2037/task/2051/stat : 2051 (java) S 2035 2035 31177 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517503304 15514783744 25667 33554432000 4194304 4196468 140728690122720 139905440701488 139906575080066 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23085056 140728690127835 140728690128010 140728690128010 140728690130895 0
Current children cumulated CPU time: 1.82 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 104124 KiB

[startup+1.50176 s]
/proc/loadavg: 1.83 1.77 1.72 6/230 2051
/proc/meminfo: memFree=25369136/32770624 swapFree=66992636/67108860
[pid=2035] ppid=2032 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/2035/stat : 2035 (xcsp3-exec) S 2032 2035 31177 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 517503298 115843072 364 33554432000 4194304 5098028 140729723213424 140729723211528 139936618742396 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 23433216 140729723220822 140729723221081 140729723221081 140729723224006 0
/proc/2035/statm: 28282 364 305 221 0 87 0

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

/proc/2037/task/2041/stat : 2041 (java) R 2035 2035 31177 0 -1 4202560 170533 0 0 0 56582 169 0 0 20 0 15 0 517503299 15514783744 3189269 33554432000 4194304 4196468 140728690122720 139906165336536 139906559766694 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23085056 140728690127835 140728690128010 140728690128010 140728690130895 0
[pid=2037/tid=2042] ppid=2035 vsize=15151156 memory=56442 CPUtime=567.78 cores=1,3,5,7
/proc/2037/task/2042/stat : 2042 (java) R 2035 2035 31177 0 -1 4202560 151392 0 0 0 56593 185 0 0 20 0 15 0 517503299 15514783744 3189269 33554432000 4194304 4196468 140728690122720 139906164283992 139906560020018 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 23085056 140728690127835 140728690128010 140728690128010 140728690130895 0
[pid=2037/tid=2043] ppid=2035 vsize=15151156 memory=56474 CPUtime=78.48 cores=1,3,5,7
/proc/2037/task/2043/stat : 2043 (java) S 2035 2035 31177 0 -1 1077944384 136055 0 0 0 7837 11 0 0 20 0 15 0 517503301 15514783744 3189269 33554432000 4194304 4196468 140728690122720 139905449120864 139906575079125 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23085056 140728690127835 140728690128010 140728690128010 140728690130895 0
[pid=2037/tid=2044] ppid=2035 vsize=15151156 memory=7818 CPUtime=0 cores=1,3,5,7
/proc/2037/task/2044/stat : 2044 (java) S 2035 2035 31177 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517503301 15514783744 3189269 33554432000 4194304 4196468 140728690122720 139905448068832 139906575079125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23085056 140728690127835 140728690128010 140728690128010 140728690130895 0
[pid=2037/tid=2045] ppid=2035 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2037/task/2045/stat : 2045 (java) S 2035 2035 31177 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 15 0 517503301 15514783744 3189269 33554432000 4194304 4196468 140728690122720 139905447015680 139906575079125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23085056 140728690127835 140728690128010 140728690128010 140728690130895 0
[pid=2037/tid=2046] ppid=2035 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2037/task/2046/stat : 2046 (java) S 2035 2035 31177 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517503304 15514783744 3189269 33554432000 4194304 4196468 140728690122720 139905445964240 139906575087515 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23085056 140728690127835 140728690128010 140728690128010 140728690130895 0
[pid=2037/tid=2047] ppid=2035 vsize=15151156 memory=0 CPUtime=1.47 cores=1,3,5,7
/proc/2037/task/2047/stat : 2047 (java) S 2035 2035 31177 0 -1 1077944384 9384 0 0 0 146 1 0 0 20 0 15 0 517503304 15514783744 3189269 33554432000 4194304 4196468 140728690122720 139905444911392 139906575079125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23085056 140728690127835 140728690128010 140728690128010 140728690130895 0
[pid=2037/tid=2048] ppid=2035 vsize=15151156 memory=147 CPUtime=1.93 cores=1,3,5,7
/proc/2037/task/2048/stat : 2048 (java) S 2035 2035 31177 0 -1 1077944384 11346 0 0 0 192 1 0 0 20 0 15 0 517503304 15514783744 3189269 33554432000 4194304 4196468 140728690122720 139905443858848 139906575079125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23085056 140728690127835 140728690128010 140728690128010 140728690130895 0
[pid=2037/tid=2049] ppid=2035 vsize=15151156 memory=193 CPUtime=0.61 cores=1,3,5,7
/proc/2037/task/2049/stat : 2049 (java) S 2035 2035 31177 0 -1 1077944384 6906 0 0 0 60 1 0 0 20 0 15 0 517503304 15514783744 3189269 33554432000 4194304 4196468 140728690122720 139905442805504 139906575079125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23085056 140728690127835 140728690128010 140728690128010 140728690130895 0
[pid=2037/tid=2050] ppid=2035 vsize=15151156 memory=804 CPUtime=0 cores=1,3,5,7
/proc/2037/task/2050/stat : 2050 (java) S 2035 2035 31177 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517503304 15514783744 3189269 33554432000 4194304 4196468 140728690122720 139905441753440 139906575079125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23085056 140728690127835 140728690128010 140728690128010 140728690130895 0
[pid=2037/tid=2051] ppid=2035 vsize=15151156 memory=1720 CPUtime=0.75 cores=1,3,5,7
/proc/2037/task/2051/stat : 2051 (java) S 2035 2035 31177 0 -1 1077944384 1172 0 0 0 36 39 0 0 20 0 15 0 517503304 15514783744 3189269 33554432000 4194304 4196468 140728690122720 139905440701488 139906575080066 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23085056 140728690127835 140728690128010 140728690128010 140728690130895 0
Current children cumulated CPU time: 2520.23 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 12758532 KiB

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

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

Sending SIGKILL to process tree (bottom up)
??? end of watcher thread

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

Solver just ended.
Dumping a history of the last processes samples

[startup+817.609 s]
/proc/loadavg: 4.26 3.92 2.89 6/228 2149
/proc/meminfo: memFree=12741004/32770624 swapFree=66992648/67108860
[pid=2037] ppid=2032 vsize=15151156 memory=12757076 CPUtime=2524.23 cores=1,3,5,7
/proc/2037/stat : 2037 (java) S 2032 2035 31177 0 -1 1077944320 813026 0 0 0 251663 760 0 0 20 0 15 0 517503298 15514783744 3189269 33554432000 4194304 4196468 140728690122720 140728690105264 139906575068919 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 23085056 140728690127835 140728690128010 140728690128010 140728690130895 0
/proc/2037/statm: 3787789 3189269 3507 1 0 3748889 0
[pid=2037/tid=2038] ppid=2032 vsize=15151156 memory=2004 CPUtime=166.25 cores=1,3,5,7
/proc/2037/task/2038/stat : 2038 (java) S 2032 2035 31177 0 -1 1077944384 38058 0 0 0 16577 48 0 0 20 0 15 0 517503299 15514783744 3189269 33554432000 4194304 4196468 140728690122720 139906579305936 139906575079125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23085056 140728690127835 140728690128010 140728690128010 140728690130895 0
[pid=2037/tid=2039] ppid=2032 vsize=15151156 memory=1456 CPUtime=568.67 cores=1,3,5,7
/proc/2037/task/2039/stat : 2039 (java) R 2032 2035 31177 0 -1 4202560 123498 0 0 0 56700 167 0 0 20 0 15 0 517503299 15514783744 3189269 33554432000 4194304 4196468 140728690122720 139906167441824 139906559766694 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23085056 140728690127835 140728690128010 140728690128010 140728690130895 0
[pid=2037/tid=2040] ppid=2032 vsize=15151156 memory=12757076 CPUtime=568.69 cores=1,3,5,7
/proc/2037/task/2040/stat : 2040 (java) R 2032 2035 31177 0 -1 4202560 163356 0 0 0 56702 167 0 0 20 0 15 0 517503299 15514783744 3189269 33554432000 4194304 4196468 140728690122720 139906166389592 139906560020046 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23085056 140728690127835 140728690128010 140728690128010 140728690130895 0
[pid=2037/tid=2041] ppid=2032 vsize=15151156 memory=22124 CPUtime=568.52 cores=1,3,5,7
/proc/2037/task/2041/stat : 2041 (java) R 2032 2035 31177 0 -1 4202560 170533 0 0 0 56683 169 0 0 20 0 15 0 517503299 15514783744 3189269 33554432000 4194304 4196468 140728690122720 139906165336536 139906559766464 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23085056 140728690127835 140728690128010 140728690128010 140728690130895 0
[pid=2037/tid=2042] ppid=2032 vsize=15151156 memory=1456 CPUtime=568.76 cores=1,3,5,7
/proc/2037/task/2042/stat : 2042 (java) R 2032 2035 31177 0 -1 4202560 151413 0 0 0 56691 185 0 0 20 0 15 0 517503299 15514783744 3189269 33554432000 4194304 4196468 140728690122720 139906164283992 139906560019524 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 23085056 140728690127835 140728690128010 140728690128010 140728690130895 0
[pid=2037/tid=2043] ppid=2032 vsize=15151156 memory=12757076 CPUtime=78.48 cores=1,3,5,7
/proc/2037/task/2043/stat : 2043 (java) S 2032 2035 31177 0 -1 1077944384 136055 0 0 0 7837 11 0 0 20 0 15 0 517503301 15514783744 3189269 33554432000 4194304 4196468 140728690122720 139905449120864 139906575079125 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23085056 140728690127835 140728690128010 140728690128010 140728690130895 0
[pid=2037/tid=2044] ppid=2032 vsize=15151156 memory=2004 CPUtime=0 cores=1,3,5,7
/proc/2037/task/2044/stat : 2044 (java) S 2032 2035 31177 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517503301 15514783744 3189269 33554432000 4194304 4196468 140728690122720 139905448068832 139906575079125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23085056 140728690127835 140728690128010 140728690128010 140728690130895 0
[pid=2037/tid=2045] ppid=2032 vsize=15151156 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/2037/task/2045/stat : 2045 (java) S 2032 2035 31177 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 15 0 517503301 15514783744 3189269 33554432000 4194304 4196468 140728690122720 139905447015680 139906575079125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23085056 140728690127835 140728690128010 140728690128010 140728690130895 0
[pid=2037/tid=2046] ppid=2032 vsize=15151156 memory=1720 CPUtime=0 cores=1,3,5,7
/proc/2037/task/2046/stat : 2046 (java) S 2032 2035 31177 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 517503304 15514783744 3189269 33554432000 4194304 4196468 140728690122720 139905445963888 139906575079125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23085056 140728690127835 140728690128010 140728690128010 140728690130895 0
[pid=2037/tid=2047] ppid=2032 vsize=15151156 memory=1808 CPUtime=1.47 cores=1,3,5,7
/proc/2037/task/2047/stat : 2047 (java) S 2032 2035 31177 0 -1 1077944384 9384 0 0 0 146 1 0 0 20 0 15 0 517503304 15514783744 3189269 33554432000 4194304 4196468 140728690122720 139905444911392 139906575079125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23085056 140728690127835 140728690128010 140728690128010 140728690130895 0
[pid=2037/tid=2048] ppid=2032 vsize=15151156 memory=924 CPUtime=1.93 cores=1,3,5,7
/proc/2037/task/2048/stat : 2048 (java) S 2032 2035 31177 0 -1 1077944384 11346 0 0 0 192 1 0 0 20 0 15 0 517503304 15514783744 3189269 33554432000 4194304 4196468 140728690122720 139905443858848 139906575079125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23085056 140728690127835 140728690128010 140728690128010 140728690130895 0
[pid=2037/tid=2049] ppid=2032 vsize=15151156 memory=984 CPUtime=0.61 cores=1,3,5,7
/proc/2037/task/2049/stat : 2049 (java) S 2032 2035 31177 0 -1 1077944384 6906 0 0 0 60 1 0 0 20 0 15 0 517503304 15514783744 3189269 33554432000 4194304 4196468 140728690122720 139905442805504 139906575079125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23085056 140728690127835 140728690128010 140728690128010 140728690130895 0
[pid=2037/tid=2050] ppid=2032 vsize=15151156 memory=1324 CPUtime=0 cores=1,3,5,7
/proc/2037/task/2050/stat : 2050 (java) S 2032 2035 31177 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517503304 15514783744 3189269 33554432000 4194304 4196468 140728690122720 139905441753440 139906575079125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23085056 140728690127835 140728690128010 140728690128010 140728690130895 0
[pid=2037/tid=2051] ppid=2032 vsize=15151156 memory=780 CPUtime=0.75 cores=1,3,5,7
/proc/2037/task/2051/stat : 2051 (java) S 2032 2035 31177 0 -1 1077944384 1172 0 0 0 36 39 0 0 20 0 15 0 517503304 15514783744 3189269 33554432000 4194304 4196468 140728690122720 139905440701488 139906575080066 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23085056 140728690127835 140728690128010 140728690128010 140728690130895 0
Current cumulated CPU time of completed processes: 0.002232 s
Current children cumulated CPU time: 2524.23 s
Current children cumulated vsize: 15151156 KiB
Current children cumulated memory: 12757076 KiB

[startup+818.401 s]
/proc/loadavg: 4.26 3.92 2.89 6/228 2149
/proc/meminfo: memFree=12741004/32770624 swapFree=66992648/67108860
[pid=2037] ppid=2032 vsize=15151156 memory=12757076 CPUtime=2527.36 cores=1,3,5,7
/proc/2037/stat : 2037 (java) S 2032 2035 31177 0 -1 1077944320 813131 0 0 0 251976 760 0 0 20 0 15 0 517503298 15514783744 3189269 33554432000 4194304 4196468 140728690122720 140728690105264 139906575068919 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 23085056 140728690127835 140728690128010 140728690128010 140728690130895 0
/proc/2037/statm: 3787789 3189269 3507 1 0 3748889 0
[pid=2037/tid=2038] ppid=2032 vsize=15151156 memory=1576 CPUtime=166.25 cores=1,3,5,7
/proc/2037/task/2038/stat : 2038 (java) S 2032 2035 31177 0 -1 1077944384 38058 0 0 0 16577 48 0 0 20 0 15 0 517503299 15514783744 3189269 33554432000 4194304 4196468 140728690122720 139906579305936 139906575079125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23085056 140728690127835 140728690128010 140728690128010 140728690130895 0
[pid=2037/tid=2039] ppid=2032 vsize=15151156 memory=1028 CPUtime=569.45 cores=1,3,5,7
/proc/2037/task/2039/stat : 2039 (java) R 2032 2035 31177 0 -1 4202560 123584 0 0 0 56778 167 0 0 20 0 15 0 517503299 15514783744 3189269 33554432000 4194304 4196468 140728690122720 139906167441936 139906559526552 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23085056 140728690127835 140728690128010 140728690128010 140728690130895 0
[pid=2037/tid=2040] ppid=2032 vsize=15151156 memory=8112282956445269571 CPUtime=569.47 cores=1,3,5,7
/proc/2037/task/2040/stat : 2040 (java) R 2032 2035 31177 0 -1 4202560 163365 0 0 0 56780 167 0 0 20 0 15 0 517503299 15514783744 3189269 33554432000 4194304 4196468 140728690122720 139906166389280 139906559526489 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 23085056 140728690127835 140728690128010 140728690128010 140728690130895 0
[pid=2037/tid=2041] ppid=2032 vsize=15151156 memory=301741420686082359 CPUtime=569.31 cores=1,3,5,7
/proc/2037/task/2041/stat : 2041 (java) R 2032 2035 31177 0 -1 4202560 170541 0 0 0 56762 169 0 0 20 0 15 0 517503299 15514783744 3189269 33554432000 4194304 4196468 140728690122720 139906165336336 139906560065581 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23085056 140728690127835 140728690128010 140728690128010 140728690130895 0
[pid=2037/tid=2042] ppid=2032 vsize=15151156 memory=15542920530888455 CPUtime=569.53 cores=1,3,5,7
/proc/2037/task/2042/stat : 2042 (java) R 2032 2035 31177 0 -1 4202560 151415 0 0 0 56768 185 0 0 20 0 15 0 517503299 15514783744 3189269 33554432000 4194304 4196468 140728690122720 139906164283792 139906560065323 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23085056 140728690127835 140728690128010 140728690128010 140728690130895 0
[pid=2037/tid=2043] ppid=2032 vsize=15151156 memory=8252 CPUtime=78.49 cores=1,3,5,7
/proc/2037/task/2043/stat : 2043 (java) S 2032 2035 31177 0 -1 1077944384 136055 0 0 0 7838 11 0 0 20 0 15 0 517503301 15514783744 3189269 33554432000 4194304 4196468 140728690122720 139905449121088 139906575079125 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23085056 140728690127835 140728690128010 140728690128010 140728690130895 0
[pid=2037/tid=2044] ppid=2032 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2037/task/2044/stat : 2044 (java) S 2032 2035 31177 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517503301 15514783744 3189269 33554432000 4194304 4196468 140728690122720 139905448068832 139906575079125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23085056 140728690127835 140728690128010 140728690128010 140728690130895 0
[pid=2037/tid=2045] ppid=2032 vsize=15151156 memory=6442213893620195936 CPUtime=0 cores=1,3,5,7
/proc/2037/task/2045/stat : 2045 (java) S 2032 2035 31177 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 15 0 517503301 15514783744 3189269 33554432000 4194304 4196468 140728690122720 139905447015680 139906575079125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23085056 140728690127835 140728690128010 140728690128010 140728690130895 0
[pid=2037/tid=2046] ppid=2032 vsize=15151156 memory=6442213893620195936 CPUtime=0 cores=1,3,5,7
/proc/2037/task/2046/stat : 2046 (java) S 2032 2035 31177 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 517503304 15514783744 3189269 33554432000 4194304 4196468 140728690122720 139905445963888 139906575079125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23085056 140728690127835 140728690128010 140728690128010 140728690130895 0
[pid=2037/tid=2047] ppid=2032 vsize=15151156 memory=6442213893620195936 CPUtime=1.47 cores=1,3,5,7
/proc/2037/task/2047/stat : 2047 (java) S 2032 2035 31177 0 -1 1077944384 9384 0 0 0 146 1 0 0 20 0 15 0 517503304 15514783744 3189269 33554432000 4194304 4196468 140728690122720 139905444911392 139906575079125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23085056 140728690127835 140728690128010 140728690128010 140728690130895 0
[pid=2037/tid=2048] ppid=2032 vsize=15151156 memory=8112282956445269571 CPUtime=1.93 cores=1,3,5,7
/proc/2037/task/2048/stat : 2048 (java) S 2032 2035 31177 0 -1 1077944384 11346 0 0 0 192 1 0 0 20 0 15 0 517503304 15514783744 3189269 33554432000 4194304 4196468 140728690122720 139905443858848 139906575079125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23085056 140728690127835 140728690128010 140728690128010 140728690130895 0
[pid=2037/tid=2049] ppid=2032 vsize=15151156 memory=1548 CPUtime=0.61 cores=1,3,5,7
/proc/2037/task/2049/stat : 2049 (java) S 2032 2035 31177 0 -1 1077944384 6906 0 0 0 60 1 0 0 20 0 15 0 517503304 15514783744 3189269 33554432000 4194304 4196468 140728690122720 139905442805504 139906575079125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23085056 140728690127835 140728690128010 140728690128010 140728690130895 0
[pid=2037/tid=2050] ppid=2032 vsize=15151156 memory=8252 CPUtime=0 cores=1,3,5,7
/proc/2037/task/2050/stat : 2050 (java) S 2032 2035 31177 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517503304 15514783744 3189269 33554432000 4194304 4196468 140728690122720 139905441753440 139906575079125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23085056 140728690127835 140728690128010 140728690128010 140728690130895 0
[pid=2037/tid=2051] ppid=2032 vsize=15151156 memory=1164 CPUtime=0.75 cores=1,3,5,7
/proc/2037/task/2051/stat : 2051 (java) S 2032 2035 31177 0 -1 1077944384 1172 0 0 0 36 39 0 0 20 0 15 0 517503304 15514783744 3189269 33554432000 4194304 4196468 140728690122720 139905440701488 139906575080066 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23085056 140728690127835 140728690128010 140728690128010 140728690130895 0
Current cumulated CPU time of completed processes: 0.002232 s
Current children cumulated CPU time: 2527.36 s
Current children cumulated vsize: 15151156 KiB
Current children cumulated memory: 12757076 KiB

[startup+818.601 s]
/proc/loadavg: 4.26 3.92 2.89 6/228 2149
/proc/meminfo: memFree=12741004/32770624 swapFree=66992648/67108860
[pid=2037] ppid=2032 vsize=15151156 memory=12757076 CPUtime=2528.16 cores=1,3,5,7
/proc/2037/stat : 2037 (java) S 2032 2035 31177 0 -1 1077944320 813131 0 0 0 252056 760 0 0 20 0 15 0 517503298 15514783744 3189269 33554432000 4194304 4196468 140728690122720 140728690105264 139906575068919 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 23085056 140728690127835 140728690128010 140728690128010 140728690130895 0
/proc/2037/statm: 3787789 3189269 3507 1 0 3748889 0
[pid=2037/tid=2038] ppid=2032 vsize=15151156 memory=14008 CPUtime=166.25 cores=1,3,5,7
/proc/2037/task/2038/stat : 2038 (java) S 2032 2035 31177 0 -1 1077944384 38058 0 0 0 16577 48 0 0 20 0 15 0 517503299 15514783744 3189269 33554432000 4194304 4196468 140728690122720 139906579305936 139906575079125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23085056 140728690127835 140728690128010 140728690128010 140728690130895 0
[pid=2037/tid=2039] ppid=2032 vsize=15151156 memory=4100 CPUtime=569.65 cores=1,3,5,7
/proc/2037/task/2039/stat : 2039 (java) R 2032 2035 31177 0 -1 4202560 123584 0 0 0 56798 167 0 0 20 0 15 0 517503299 15514783744 3189269 33554432000 4194304 4196468 140728690122720 139906167441936 139906560065601 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23085056 140728690127835 140728690128010 140728690128010 140728690130895 0
[pid=2037/tid=2040] ppid=2032 vsize=15151156 memory=2120 CPUtime=569.67 cores=1,3,5,7
/proc/2037/task/2040/stat : 2040 (java) R 2032 2035 31177 0 -1 4202560 163365 0 0 0 56800 167 0 0 20 0 15 0 517503299 15514783744 3189269 33554432000 4194304 4196468 140728690122720 139906166389280 139906560065598 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 23085056 140728690127835 140728690128010 140728690128010 140728690130895 0
[pid=2037/tid=2041] ppid=2032 vsize=15151156 memory=280503778313856 CPUtime=569.51 cores=1,3,5,7
/proc/2037/task/2041/stat : 2041 (java) R 2032 2035 31177 0 -1 4202560 170541 0 0 0 56782 169 0 0 20 0 15 0 517503299 15514783744 3189269 33554432000 4194304 4196468 140728690122720 139906165336336 139906559767712 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23085056 140728690127835 140728690128010 140728690128010 140728690130895 0
[pid=2037/tid=2042] ppid=2032 vsize=15151156 memory=2996084 CPUtime=569.73 cores=1,3,5,7
/proc/2037/task/2042/stat : 2042 (java) R 2032 2035 31177 0 -1 4202560 151415 0 0 0 56788 185 0 0 20 0 15 0 517503299 15514783744 3189269 33554432000 4194304 4196468 140728690122720 139906164283792 139906560065527 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23085056 140728690127835 140728690128010 140728690128010 140728690130895 0
[pid=2037/tid=2043] ppid=2032 vsize=15151156 memory=2997094 CPUtime=78.49 cores=1,3,5,7
/proc/2037/task/2043/stat : 2043 (java) S 2032 2035 31177 0 -1 1077944384 136055 0 0 0 7838 11 0 0 20 0 15 0 517503301 15514783744 3189269 33554432000 4194304 4196468 140728690122720 139905449121088 139906575079125 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23085056 140728690127835 140728690128010 140728690128010 140728690130895 0
[pid=2037/tid=2044] ppid=2032 vsize=15151156 memory=7019467087923130418 CPUtime=0 cores=1,3,5,7
/proc/2037/task/2044/stat : 2044 (java) S 2032 2035 31177 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517503301 15514783744 3189269 33554432000 4194304 4196468 140728690122720 139905448068832 139906575079125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23085056 140728690127835 140728690128010 140728690128010 140728690130895 0
[pid=2037/tid=2045] ppid=2032 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2037/task/2045/stat : 2045 (java) S 2032 2035 31177 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 15 0 517503301 15514783744 3189269 33554432000 4194304 4196468 140728690122720 139905447015680 139906575079125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23085056 140728690127835 140728690128010 140728690128010 140728690130895 0
[pid=2037/tid=2046] ppid=2032 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2037/task/2046/stat : 2046 (java) S 2032 2035 31177 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 517503304 15514783744 3189269 33554432000 4194304 4196468 140728690122720 139905445963888 139906575079125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23085056 140728690127835 140728690128010 140728690128010 140728690130895 0
[pid=2037/tid=2047] ppid=2032 vsize=15151156 memory=3472464150070339440 CPUtime=1.47 cores=1,3,5,7
/proc/2037/task/2047/stat : 2047 (java) S 2032 2035 31177 0 -1 1077944384 9384 0 0 0 146 1 0 0 20 0 15 0 517503304 15514783744 3189269 33554432000 4194304 4196468 140728690122720 139905444911392 139906575079125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23085056 140728690127835 140728690128010 140728690128010 140728690130895 0
[pid=2037/tid=2048] ppid=2032 vsize=15151156 memory=6944656575208382560 CPUtime=1.93 cores=1,3,5,7
/proc/2037/task/2048/stat : 2048 (java) S 2032 2035 31177 0 -1 1077944384 11346 0 0 0 192 1 0 0 20 0 15 0 517503304 15514783744 3189269 33554432000 4194304 4196468 140728690122720 139905443858848 139906575079125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23085056 140728690127835 140728690128010 140728690128010 140728690130895 0
[pid=2037/tid=2049] ppid=2032 vsize=15151156 memory=6943526294502006880 CPUtime=0.61 cores=1,3,5,7
/proc/2037/task/2049/stat : 2049 (java) S 2032 2035 31177 0 -1 1077944384 6906 0 0 0 60 1 0 0 20 0 15 0 517503304 15514783744 3189269 33554432000 4194304 4196468 140728690122720 139905442805504 139906575079125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23085056 140728690127835 140728690128010 140728690128010 140728690130895 0
[pid=2037/tid=2050] ppid=2032 vsize=15151156 memory=6944656592455359580 CPUtime=0 cores=1,3,5,7
/proc/2037/task/2050/stat : 2050 (java) S 2032 2035 31177 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517503304 15514783744 3189269 33554432000 4194304 4196468 140728690122720 139905441753440 139906575079125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23085056 140728690127835 140728690128010 140728690128010 140728690130895 0
[pid=2037/tid=2051] ppid=2032 vsize=15151156 memory=6944656592455097440 CPUtime=0.75 cores=1,3,5,7
/proc/2037/task/2051/stat : 2051 (java) S 2032 2035 31177 0 -1 1077944384 1172 0 0 0 36 39 0 0 20 0 15 0 517503304 15514783744 3189269 33554432000 4194304 4196468 140728690122720 139905440701488 139906575080066 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23085056 140728690127835 140728690128010 140728690128010 140728690130895 0
Current cumulated CPU time of completed processes: 0.002232 s
Current children cumulated CPU time: 2528.16 s
Current children cumulated vsize: 15151156 KiB
Current children cumulated memory: 12757076 KiB

Child ended because it received signal 9 (SIGKILL)
Real time (s): 818.667
CPU time (s): 2528.27
CPU user time (s): 2520.61
CPU system time (s): 7.65819
CPU usage (%): 308.828
Max. virtual memory (cumulated for all children) (KiB): 15264284
Max. memory (cumulated for all children) (KiB): 12758532

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2520.61
system time used= 7.65819
maximum resident set size= 12757404
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 813681
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1056
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28906
involuntary context switches= 21466


# summary of solver processes directly reported to runsolver:
#   pid: 2035,2037
#   total CPU time (s): 2528.27
#   total CPU user time (s): 2520.61
#   total CPU system time (s): 7.65819

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.99462 second user time and 8.79394 second system time

The end

Launcher Data

Begin job on node121 at 2019-09-25 13:52:44
IDJOB=4405823
IDBENCH=138439
IDSOLVER=2869
FILE ID=node121/4405823-1569412407
RUNJOBID= node121-1569396627-31209
PBS_JOBID= 21705691
Free space on /var/tmp= 13484 MiB

SOLVER NAME= choco-solver 2019-09-24
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-os10/SuperTaillard-os-10-21.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p 1 -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4405823-1569412407/watcher-4405823-1569412407 -o /var/tmp/evaluation-result-4405823-1569412407/solver-4405823-1569412407 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node121-1569396627-31209 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 1 -ml 12000 -tdir HOME -seed 1672968524 HOME/instance-4405823-1569412407.xml

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

MD5SUM BENCH= ab3cfdf6220e1af184bc3e02e1fbde1d
RANDOM SEED=1672968524

node121.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        25550144 kB
MemAvailable:   31678752 kB
Buffers:          178564 kB
Cached:          6039780 kB
SwapCached:         4632 kB
Active:          3272876 kB
Inactive:        3122604 kB
Active(anon):     172844 kB
Inactive(anon):    53844 kB
Active(file):    3100032 kB
Inactive(file):  3068760 kB
Unevictable:      109588 kB
Mlocked:          109588 kB
SwapTotal:      67108860 kB
SwapFree:       66992636 kB
Dirty:             26220 kB
Writeback:             0 kB
AnonPages:        314784 kB
Mapped:            67688 kB
Shmem:             41320 kB
Slab:             417944 kB
SReclaimable:     388276 kB
SUnreclaim:        29668 kB
KernelStack:        4064 kB
PageTables:         6484 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1426348 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    253952 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /var/tmp at the end= 13460 MiB
End job on node121 at 2019-09-25 14:06:23