Trace number 4407201

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 2019-09-24 parallelSAT (TO)140 20048.4 2520.1

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n25/
TravellingSalesman-25-30-03.xml
MD5SUM08a8e4115660d732ba32388826654d85
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark130
Best CPU time to get the best result obtained on this benchmark1885.32
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints26
Number of domains2
Minimum domain size25
Maximum domain size33
Distribution of domain sizes[{"size":25,"count":25},{"size":33,"count":25}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":25},{"degree":3,"count":25}]
Minimum constraint arity3
Maximum constraint arity25
Distribution of constraint arities[{"arity":3,"count":25},{"arity":25,"count":1}]
Number of extensional constraints25
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":25},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4407201-1569356032.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4407201-1569356032.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.28	c parse instance...
1.50/0.62	c solve instance...
2.03/0.70	o 455 
2.03/0.71	o 334 
2.03/0.72	o 334 
2.03/0.72	o 320 
2.03/0.75	o 318 
2.03/0.75	o 167 
2.03/0.76	o 147 
2.03/0.76	o 145 
2.03/0.78	o 142 
2.03/0.79	o 140 
20047.77/2520.07	s SATISFIABLE
20047.77/2520.07	v <instantiation>
20047.77/2520.07	v 	<list>c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] c[15] c[16] c[17] c[18] c[19] c[20] c[21] c[22] c[23] c[24] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] d[10] d[11] d[12] d[13] d[14] d[15] d[16] d[17] d[18] d[19] d[20] d[21] d[22] d[23] d[24] </list>
20047.77/2520.07	v 	<values>11 14 13 1 6 8 10 7 4 2 0 3 5 9 12 15 17 20 24 18 19 16 21 23 22 2 3 13 6 6 5 4 4 10 6 4 4 11 2 5 3 4 6 9 4 8 4 4 2 11 </values>
20047.77/2520.07	v </instantiation>
20047.77/2520.07	c Unexpected resolution interruption!

Verifier Data

OK	140

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4407201-1569356032/watcher-4407201-1569356032 -o /tmp/evaluation-result-4407201-1569356032/solver-4407201-1569356032 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node125-1569347859-30352 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1389603217 HOME/instance-4407201-1569356032.xml 

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

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


[startup+0.100155 s]*
/proc/loadavg: 7.59 8.19 8.17 3/212 32031
/proc/meminfo: memFree=26249508/32770624 swapFree=66975484/67108860
[pid=32010] ppid=32007 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/32010/stat : 32010 (xcsp3-exec) S 32007 32010 30325 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 511869964 115843072 364 33554432000 4194304 5098028 140734219868000 140734219866104 140207856427644 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 36167680 140734219875189 140734219875433 140734219875433 140734219878346 0
/proc/32010/statm: 28282 364 305 221 0 87 0
[pid=32012] ppid=32010 vsize=28227396 memory=31460 CPUtime=0.12 cores=0-7
/proc/32012/stat : 32012 (java) S 32010 32010 30325 0 -1 1077944320 5317 0 0 0 11 1 0 0 20 0 20 0 511869964 28904853504 7865 33554432000 4194304 4196468 140722306018352 140722306000896 140152794767095 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25014272 140722306020330 140722306020502 140722306020502 140722306023375 0
/proc/32012/statm: 7056849 7865 3121 1 0 7019032 0
[pid=32012/tid=32013] ppid=32010 vsize=28227396 memory=4134930498285298233 CPUtime=0.08 cores=0-7
/proc/32012/task/32013/stat : 32013 (java) R 32010 32010 30325 0 -1 4202560 3266 0 0 0 8 0 0 0 20 0 20 0 511869964 28904853504 7865 33554432000 4194304 4196468 140722306018352 140152799000160 140152794779030 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25014272 140722306020330 140722306020502 140722306020502 140722306023375 0
[pid=32012/tid=32014] ppid=32010 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32012/task/32014/stat : 32014 (java) S 32010 32010 30325 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511869965 28904853504 7865 33554432000 4194304 4196468 140722306018352 140152714619536 140152794777301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25014272 140722306020330 140722306020502 140722306020502 140722306023375 0
[pid=32012/tid=32015] ppid=32010 vsize=28227396 memory=140301825664640 CPUtime=0 cores=0-7
/proc/32012/task/32015/stat : 32015 (java) S 32010 32010 30325 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511869965 28904853504 7865 33554432000 4194304 4196468 140722306018352 140152713566736 140152794777301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25014272 140722306020330 140722306020502 140722306020502 140722306023375 0
[pid=32012/tid=32016] ppid=32010 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32012/task/32016/stat : 32016 (java) S 32010 32010 30325 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511869965 28904853504 7865 33554432000 4194304 4196468 140722306018352 140152712513936 140152794777301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25014272 140722306020330 140722306020502 140722306020502 140722306023375 0
[pid=32012/tid=32017] ppid=32010 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32012/task/32017/stat : 32017 (java) S 32010 32010 30325 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511869965 28904853504 7865 33554432000 4194304 4196468 140722306018352 140152711461136 140152794777301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25014272 140722306020330 140722306020502 140722306020502 140722306023375 0
[pid=32012/tid=32018] ppid=32010 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32012/task/32018/stat : 32018 (java) S 32010 32010 30325 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511869965 28904853504 7865 33554432000 4194304 4196468 140722306018352 140152710409360 140152794777301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25014272 140722306020330 140722306020502 140722306020502 140722306023375 0
[pid=32012/tid=32019] ppid=32010 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/32012/task/32019/stat : 32019 (java) S 32010 32010 30325 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511869965 28904853504 7865 33554432000 4194304 4196468 140722306018352 140152709356560 140152794777301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25014272 140722306020330 140722306020502 140722306020502 140722306023375 0
[pid=32012/tid=32020] ppid=32010 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32012/task/32020/stat : 32020 (java) S 32010 32010 30325 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511869965 28904853504 7865 33554432000 4194304 4196468 140722306018352 140152708303760 140152794777301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25014272 140722306020330 140722306020502 140722306020502 140722306023375 0
[pid=32012/tid=32021] ppid=32010 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32012/task/32021/stat : 32021 (java) S 32010 32010 30325 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511869965 28904853504 7865 33554432000 4194304 4196468 140722306018352 140152707250960 140152794777301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25014272 140722306020330 140722306020502 140722306020502 140722306023375 0
[pid=32012/tid=32022] ppid=32010 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32012/task/32022/stat : 32022 (java) S 32010 32010 30325 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511869967 28904853504 7865 33554432000 4194304 4196468 140722306018352 140151124658544 140152794778242 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25014272 140722306020330 140722306020502 140722306020502 140722306023375 0
[pid=32012/tid=32023] ppid=32010 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32012/task/32023/stat : 32023 (java) S 32010 32010 30325 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 511869967 28904853504 7865 33554432000 4194304 4196468 140722306018352 140151123604512 140152794777301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25014272 140722306020330 140722306020502 140722306020502 140722306023375 0
[pid=32012/tid=32024] ppid=32010 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32012/task/32024/stat : 32024 (java) S 32010 32010 30325 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 511869967 28904853504 7865 33554432000 4194304 4196468 140722306018352 140151122551664 140152794777301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25014272 140722306020330 140722306020502 140722306020502 140722306023375 0
[pid=32012/tid=32025] ppid=32010 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32012/task/32025/stat : 32025 (java) S 32010 32010 30325 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511869970 28904853504 7865 33554432000 4194304 4196468 140722306018352 140151121499984 140152794785691 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25014272 140722306020330 140722306020502 140722306020502 140722306023375 0
[pid=32012/tid=32026] ppid=32010 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32012/task/32026/stat : 32026 (java) S 32010 32010 30325 0 -1 1077944384 293 0 0 0 0 0 0 0 20 0 20 0 511869970 28904853504 7865 33554432000 4194304 4196468 140722306018352 140151120448368 140152794778242 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25014272 140722306020330 140722306020502 140722306020502 140722306023375 0
[pid=32012/tid=32027] ppid=32010 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32012/task/32027/stat : 32027 (java) S 32010 32010 30325 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 511869970 28904853504 7865 33554432000 4194304 4196468 140722306018352 140151119395568 140152794778242 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25014272 140722306020330 140722306020502 140722306020502 140722306023375 0
[pid=32012/tid=32028] ppid=32010 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32012/task/32028/stat : 32028 (java) S 32010 32010 30325 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 511869970 28904853504 7865 33554432000 4194304 4196468 140722306018352 140151118342768 140152794778242 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25014272 140722306020330 140722306020502 140722306020502 140722306023375 0
[pid=32012/tid=32029] ppid=32010 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/32012/task/32029/stat : 32029 (java) S 32010 32010 30325 0 -1 1077944384 318 0 0 0 2 0 0 0 20 0 20 0 511869970 28904853504 7865 33554432000 4194304 4196468 140722306018352 140151117289968 140152794778242 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25014272 140722306020330 140722306020502 140722306020502 140722306023375 0
[pid=32012/tid=32030] ppid=32010 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32012/task/32030/stat : 32030 (java) S 32010 32010 30325 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511869970 28904853504 7865 33554432000 4194304 4196468 140722306018352 140151116237408 140152794777301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25014272 140722306020330 140722306020502 140722306020502 140722306023375 0
[pid=32012/tid=32031] ppid=32010 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/32012/task/32031/stat : 32031 (java) S 32010 32010 30325 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511869970 28904853504 7865 33554432000 4194304 4196468 140722306018352 140151115184688 140152794778242 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25014272 140722306020330 140722306020502 140722306020502 140722306023375 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 32916 KiB

[startup+0.210605 s]*
/proc/loadavg: 7.59 8.19 8.17 3/212 32031
/proc/meminfo: memFree=26237396/32770624 swapFree=66975484/67108860
[pid=32010] ppid=32007 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/32010/stat : 32010 (xcsp3-exec) S 32007 32010 30325 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 511869964 115843072 364 33554432000 4194304 5098028 140734219868000 140734219866104 140207856427644 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 36167680 140734219875189 140734219875433 140734219875433 140734219878346 0
/proc/32010/statm: 28282 364 305 221 0 87 0
[pid=32012] ppid=32010 vsize=28227396 memory=42224 CPUtime=0.34 cores=0-7
/proc/32012/stat : 32012 (java) S 32010 32010 30325 0 -1 1077944320 8814 0 0 0 31 3 0 0 20 0 20 0 511869964 28904853504 10556 33554432000 4194304 4196468 140722306018352 140722306000896 140152794767095 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25014272 140722306020330 140722306020502 140722306020502 140722306023375 0
/proc/32012/statm: 7056849 10556 3304 1 0 7019032 0
[pid=32012/tid=32013] ppid=32010 vsize=28227396 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/32012/task/32013/stat : 32013 (java) R 32010 32010 30325 0 -1 4202560 6068 0 0 0 18 2 0 0 20 0 20 0 511869964 28904853504 10556 33554432000 4194304 4196468 140722306018352 140152799005280 140152794779030 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25014272 140722306020330 140722306020502 140722306020502 140722306023375 0
[pid=32012/tid=32014] ppid=32010 vsize=28227396 memory=339 CPUtime=0 cores=0-7
/proc/32012/task/32014/stat : 32014 (java) S 32010 32010 30325 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511869965 28904853504 10556 33554432000 4194304 4196468 140722306018352 140152714619536 140152794777301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25014272 140722306020330 140722306020502 140722306020502 140722306023375 0
[pid=32012/tid=32015] ppid=32010 vsize=28227396 memory=3546223863845021344 CPUtime=0 cores=0-7
/proc/32012/task/32015/stat : 32015 (java) S 32010 32010 30325 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511869965 28904853504 10556 33554432000 4194304 4196468 140722306018352 140152713566736 140152794777301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25014272 140722306020330 140722306020502 140722306020502 140722306023375 0
[pid=32012/tid=32016] ppid=32010 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/32012/task/32016/stat : 32016 (java) S 32010 32010 30325 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511869965 28904853504 10556 33554432000 4194304 4196468 140722306018352 140152712513936 140152794777301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25014272 140722306020330 140722306020502 140722306020502 140722306023375 0
[pid=32012/tid=32017] ppid=32010 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32012/task/32017/stat : 32017 (java) S 32010 32010 30325 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511869965 28904853504 10556 33554432000 4194304 4196468 140722306018352 140152711461136 140152794777301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25014272 140722306020330 140722306020502 140722306020502 140722306023375 0
[pid=32012/tid=32018] ppid=32010 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32012/task/32018/stat : 32018 (java) S 32010 32010 30325 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511869965 28904853504 10556 33554432000 4194304 4196468 140722306018352 140152710409360 140152794777301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25014272 140722306020330 140722306020502 140722306020502 140722306023375 0
[pid=32012/tid=32019] ppid=32010 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/32012/task/32019/stat : 32019 (java) S 32010 32010 30325 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511869965 28904853504 10556 33554432000 4194304 4196468 140722306018352 140152709356560 140152794777301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25014272 140722306020330 140722306020502 140722306020502 140722306023375 0
[pid=32012/tid=32020] ppid=32010 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32012/task/32020/stat : 32020 (java) S 32010 32010 30325 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511869965 28904853504 10556 33554432000 4194304 4196468 140722306018352 140152708303760 140152794777301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25014272 140722306020330 140722306020502 140722306020502 140722306023375 0
[pid=32012/tid=32021] ppid=32010 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32012/task/32021/stat : 32021 (java) S 32010 32010 30325 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511869965 28904853504 10556 33554432000 4194304 4196468 140722306018352 140152707250960 140152794777301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25014272 140722306020330 140722306020502 140722306020502 140722306023375 0
[pid=32012/tid=32022] ppid=32010 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32012/task/32022/stat : 32022 (java) S 32010 32010 30325 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 511869967 28904853504 10556 33554432000 4194304 4196468 140722306018352 140151124658544 140152794778242 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25014272 140722306020330 140722306020502 140722306020502 140722306023375 0
[pid=32012/tid=32023] ppid=32010 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32012/task/32023/stat : 32023 (java) S 32010 32010 30325 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 511869967 28904853504 10556 33554432000 4194304 4196468 140722306018352 140151123604512 140152794777301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25014272 140722306020330 140722306020502 140722306020502 140722306023375 0
[pid=32012/tid=32024] ppid=32010 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32012/task/32024/stat : 32024 (java) S 32010 32010 30325 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 511869967 28904853504 10556 33554432000 4194304 4196468 140722306018352 140151122551664 140152794777301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25014272 140722306020330 140722306020502 140722306020502 140722306023375 0
[pid=32012/tid=32025] ppid=32010 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32012/task/32025/stat : 32025 (java) S 32010 32010 30325 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511869970 28904853504 10556 33554432000 4194304 4196468 140722306018352 140151121499984 140152794785691 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25014272 140722306020330 140722306020502 140722306020502 140722306023375 0
[pid=32012/tid=32026] ppid=32010 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32012/task/32026/stat : 32026 (java) S 32010 32010 30325 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 20 0 511869970 28904853504 10556 33554432000 4194304 4196468 140722306018352 140151120448368 140152794778242 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25014272 140722306020330 140722306020502 140722306020502 140722306023375 0
[pid=32012/tid=32027] ppid=32010 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/32012/task/32027/stat : 32027 (java) S 32010 32010 30325 0 -1 1077944384 193 0 0 0 1 0 0 0 20 0 20 0 511869970 28904853504 10556 33554432000 4194304 4196468 140722306018352 140151119395568 140152794778242 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25014272 140722306020330 140722306020502 140722306020502 140722306023375 0
[pid=32012/tid=32028] ppid=32010 vsize=28227396 memory=-1 CPUtime=0.02 cores=0-7
/proc/32012/task/32028/stat : 32028 (java) S 32010 32010 30325 0 -1 1077944384 166 0 0 0 2 0 0 0 20 0 20 0 511869970 28904853504 10556 33554432000 4194304 4196468 140722306018352 140151118342768 140152794778242 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25014272 140722306020330 140722306020502 140722306020502 140722306023375 0
[pid=32012/tid=32029] ppid=32010 vsize=28227396 memory=-1 CPUtime=0.08 cores=0-7
/proc/32012/task/32029/stat : 32029 (java) R 32010 32010 30325 0 -1 4202560 771 0 0 0 8 0 0 0 20 0 20 0 511869970 28904853504 10556 33554432000 4194304 4196468 140722306018352 140151117289968 140152794779030 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25014272 140722306020330 140722306020502 140722306020502 140722306023375 0
[pid=32012/tid=32030] ppid=32010 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32012/task/32030/stat : 32030 (java) S 32010 32010 30325 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511869970 28904853504 10556 33554432000 4194304 4196468 140722306018352 140151116237408 140152794777301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25014272 140722306020330 140722306020502 140722306020502 140722306023375 0
[pid=32012/tid=32031] ppid=32010 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/32012/task/32031/stat : 32031 (java) S 32010 32010 30325 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511869970 28904853504 10556 33554432000 4194304 4196468 140722306018352 140151115184688 140152794778242 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25014272 140722306020330 140722306020502 140722306020502 140722306023375 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 43680 KiB

[startup+0.31966 s]*
/proc/loadavg: 7.59 8.19 8.17 3/212 32031
/proc/meminfo: memFree=26229844/32770624 swapFree=66975484/67108860
[pid=32010] ppid=32007 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/32010/stat : 32010 (xcsp3-exec) S 32007 32010 30325 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 511869964 115843072 364 33554432000 4194304 5098028 140734219868000 140734219866104 140207856427644 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 36167680 140734219875189 140734219875433 140734219875433 140734219878346 0
/proc/32010/statm: 28282 364 305 221 0 87 0
[pid=32012] ppid=32010 vsize=28231652 memory=52520 CPUtime=0.54 cores=0-7
/proc/32012/stat : 32012 (java) S 32010 32010 30325 0 -1 1077944320 10420 0 0 0 50 4 0 0 20 0 20 0 511869964 28909211648 13130 33554432000 4194304 4196468 140722306018352 140722306000896 140152794767095 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25014272 140722306020330 140722306020502 140722306020502 140722306023375 0
/proc/32012/statm: 7057913 13130 3362 1 0 7019032 0
[pid=32012/tid=32013] ppid=32010 vsize=28231652 memory=6791534058613427641 CPUtime=0.31 cores=0-7
/proc/32012/task/32013/stat : 32013 (java) R 32010 32010 30325 0 -1 4202560 7302 0 0 0 28 3 0 0 20 0 20 0 511869964 28909211648 13130 33554432000 4194304 4196468 140722306018352 140152799001936 140152778847582 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25014272 140722306020330 140722306020502 140722306020502 140722306023375 0
[pid=32012/tid=32014] ppid=32010 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/32012/task/32014/stat : 32014 (java) S 32010 32010 30325 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511869965 28909211648 13130 33554432000 4194304 4196468 140722306018352 140152714619536 140152794777301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25014272 140722306020330 140722306020502 140722306020502 140722306023375 0
[pid=32012/tid=32015] ppid=32010 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/32012/task/32015/stat : 32015 (java) S 32010 32010 30325 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511869965 28909211648 13130 33554432000 4194304 4196468 140722306018352 140152713566736 140152794777301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25014272 140722306020330 140722306020502 140722306020502 140722306023375 0
[pid=32012/tid=32016] ppid=32010 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/32012/task/32016/stat : 32016 (java) S 32010 32010 30325 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511869965 28909211648 13130 33554432000 4194304 4196468 140722306018352 140152712513936 140152794777301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25014272 140722306020330 140722306020502 140722306020502 140722306023375 0
[pid=32012/tid=32017] ppid=32010 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/32012/task/32017/stat : 32017 (java) S 32010 32010 30325 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511869965 28909211648 13130 33554432000 4194304 4196468 140722306018352 140152711461136 140152794777301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25014272 140722306020330 140722306020502 140722306020502 140722306023375 0
[pid=32012/tid=32018] ppid=32010 vsize=28231652 memory=2244 CPUtime=0 cores=0-7
/proc/32012/task/32018/stat : 32018 (java) S 32010 32010 30325 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511869965 28909211648 13130 33554432000 4194304 4196468 140722306018352 140152710409360 140152794777301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25014272 140722306020330 140722306020502 140722306020502 140722306023375 0
[pid=32012/tid=32019] ppid=32010 vsize=28231652 memory=140301683487663 CPUtime=0 cores=0-7
/proc/32012/task/32019/stat : 32019 (java) S 32010 32010 30325 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511869965 28909211648 13130 33554432000 4194304 4196468 140722306018352 140152709356560 140152794777301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25014272 140722306020330 140722306020502 140722306020502 140722306023375 0
[pid=32012/tid=32020] ppid=32010 vsize=28231652 memory=140301683489968 CPUtime=0 cores=0-7
/proc/32012/task/32020/stat : 32020 (java) S 32010 32010 30325 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511869965 28909211648 13130 33554432000 4194304 4196468 140722306018352 140152708303760 140152794777301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25014272 140722306020330 140722306020502 140722306020502 140722306023375 0
[pid=32012/tid=32021] ppid=32010 vsize=28231652 memory=140301683492272 CPUtime=0 cores=0-7
/proc/32012/task/32021/stat : 32021 (java) S 32010 32010 30325 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511869965 28909211648 13130 33554432000 4194304 4196468 140722306018352 140152707250960 140152794777301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25014272 140722306020330 140722306020502 140722306020502 140722306023375 0
[pid=32012/tid=32022] ppid=32010 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/32012/task/32022/stat : 32022 (java) S 32010 32010 30325 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 511869967 28909211648 13130 33554432000 4194304 4196468 140722306018352 140151124658544 140152794778242 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25014272 140722306020330 140722306020502 140722306020502 140722306023375 0
[pid=32012/tid=32023] ppid=32010 vsize=28231652 memory=280603366991504 CPUtime=0 cores=0-7
/proc/32012/task/32023/stat : 32023 (java) S 32010 32010 30325 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 511869967 28909211648 13130 33554432000 4194304 4196468 140722306018352 140151123604512 140152794777301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25014272 140722306020330 140722306020502 140722306020502 140722306023375 0
[pid=32012/tid=32024] ppid=32010 vsize=28231652 memory=280603366998416 CPUtime=0 cores=0-7
/proc/32012/task/32024/stat : 32024 (java) S 32010 32010 30325 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 511869967 28909211648 13130 33554432000 4194304 4196468 140722306018352 140151122551664 140152794777301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25014272 140722306020330 140722306020502 140722306020502 140722306023375 0
[pid=32012/tid=32025] ppid=32010 vsize=28231652 memory=280603366939696 CPUtime=0 cores=0-7
/proc/32012/task/32025/stat : 32025 (java) S 32010 32010 30325 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511869970 28909211648 13130 33554432000 4194304 4196468 140722306018352 140151121499984 140152794785691 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25014272 140722306020330 140722306020502 140722306020502 140722306023375 0
[pid=32012/tid=32026] ppid=32010 vsize=28231652 memory=280603367012240 CPUtime=0.01 cores=0-7
/proc/32012/task/32026/stat : 32026 (java) S 32010 32010 30325 0 -1 1077944384 338 0 0 0 1 0 0 0 20 0 20 0 511869970 28909211648 13130 33554432000 4194304 4196468 140722306018352 140151120448368 140152794778242 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25014272 140722306020330 140722306020502 140722306020502 140722306023375 0
[pid=32012/tid=32027] ppid=32010 vsize=28231652 memory=280603367019152 CPUtime=0.04 cores=0-7
/proc/32012/task/32027/stat : 32027 (java) S 32010 32010 30325 0 -1 1077944384 359 0 0 0 4 0 0 0 20 0 20 0 511869970 28909211648 13130 33554432000 4194304 4196468 140722306018352 140151119395568 140152794778242 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25014272 140722306020330 140722306020502 140722306020502 140722306023375 0
[pid=32012/tid=32028] ppid=32010 vsize=28231652 memory=280603367016848 CPUtime=0.03 cores=0-7
/proc/32012/task/32028/stat : 32028 (java) S 32010 32010 30325 0 -1 1077944384 175 0 0 0 3 0 0 0 20 0 20 0 511869970 28909211648 13130 33554432000 4194304 4196468 140722306018352 140151118342768 140152794778242 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25014272 140722306020330 140722306020502 140722306020502 140722306023375 0
[pid=32012/tid=32029] ppid=32010 vsize=28231652 memory=280603367033008 CPUtime=0.12 cores=0-7
/proc/32012/task/32029/stat : 32029 (java) S 32010 32010 30325 0 -1 1077944384 935 0 0 0 12 0 0 0 20 0 20 0 511869970 28909211648 13130 33554432000 4194304 4196468 140722306018352 140151117289968 140152794778242 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25014272 140722306020330 140722306020502 140722306020502 140722306023375 0
[pid=32012/tid=32030] ppid=32010 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/32012/task/32030/stat : 32030 (java) S 32010 32010 30325 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511869970 28909211648 13130 33554432000 4194304 4196468 140722306018352 140151116237408 140152794777301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25014272 140722306020330 140722306020502 140722306020502 140722306023375 0
[pid=32012/tid=32031] ppid=32010 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/32012/task/32031/stat : 32031 (java) S 32010 32010 30325 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511869970 28909211648 13130 33554432000 4194304 4196468 140722306018352 140151115184688 140152794778242 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25014272 140722306020330 140722306020502 140722306020502 140722306023375 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 53976 KiB

[startup+0.700998 s]
/proc/loadavg: 7.59 8.19 8.17 6/212 32031
/proc/meminfo: memFree=26211672/32770624 swapFree=66975484/67108860
[pid=32010] ppid=32007 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/32010/stat : 32010 (xcsp3-exec) S 32007 32010 30325 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 511869964 115843072 364 33554432000 4194304 5098028 140734219868000 140734219866104 140207856427644 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 36167680 140734219875189 140734219875433 140734219875433 140734219878346 0
/proc/32010/statm: 28282 364 305 221 0 87 0
[pid=32012] ppid=32010 vsize=28766288 memory=108184 CPUtime=2.03 cores=0-7
/proc/32012/stat : 32012 (java) S 32010 32010 30325 0 -1 1077944320 14766 0 0 0 196 7 0 0 20 0 28 0 511869964 29456678912 27046 33554432000 4194304 4196468 140722306018352 140722306000896 140152794767095 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25014272 140722306020330 140722306020502 140722306020502 140722306023375 0
/proc/32012/statm: 7191572 27046 3464 1 0 7152672 0
[pid=32012/tid=32013] ppid=32010 vsize=28766288 memory=280603367390896 CPUtime=0.61 cores=0-7
/proc/32012/task/32013/stat : 32013 (java) S 32010 32010 30325 0 -1 1077944384 8510 0 0 0 58 3 0 0 20 0 28 0 511869964 29456678912 27046 33554432000 4194304 4196468 140722306018352 140152799007872 140152794777301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25014272 140722306020330 140722306020502 140722306020502 140722306023375 0
[pid=32012/tid=32014] ppid=32010 vsize=28766288 memory=140301683696496 CPUtime=0 cores=0-7
/proc/32012/task/32014/stat : 32014 (java) S 32010 32010 30325 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 511869965 29456678912 27046 33554432000 4194304 4196468 140722306018352 140152714619536 140152794777301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25014272 140722306020330 140722306020502 140722306020502 140722306023375 0
[pid=32012/tid=32015] ppid=32010 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/32012/task/32015/stat : 32015 (java) S 32010 32010 30325 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 511869965 29456678912 27046 33554432000 4194304 4196468 140722306018352 140152713566736 140152794777301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25014272 140722306020330 140722306020502 140722306020502 140722306023375 0
[pid=32012/tid=32016] ppid=32010 vsize=28766288 memory=2832 CPUtime=0 cores=0-7
/proc/32012/task/32016/stat : 32016 (java) S 32010 32010 30325 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 511869965 29456678912 27046 33554432000 4194304 4196468 140722306018352 140152712513936 140152794777301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25014272 140722306020330 140722306020502 140722306020502 140722306023375 0

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

[pid=32012/tid=32119] ppid=32010 vsize=28769364 memory=1456 CPUtime=2419.87 cores=0-7
/proc/32012/task/32119/stat : 32119 (java) R 32010 32010 30325 0 -1 4202560 40540 0 0 0 241962 25 0 0 20 0 28 0 511870045 29459828736 243764 33554432000 4194304 4196468 140722306018352 140151103860992 140152388928518 0 4 0 16800975 0 0 0 -1 6 0 0 10 0 0 6293624 6294260 25014272 140722306020330 140722306020502 140722306020502 140722306023375 0
Current children cumulated CPU time: 19428.6 s
Current children cumulated vsize: 28882492 KiB
Current children cumulated memory: 976512 KiB

[startup+2502.3 s]
/proc/loadavg: 8.03 8.15 8.23 9/220 32303
/proc/meminfo: memFree=25311024/32770624 swapFree=66975484/67108860
[pid=32010] ppid=32007 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/32010/stat : 32010 (xcsp3-exec) S 32007 32010 30325 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 511869964 115843072 364 33554432000 4194304 5098028 140734219868000 140734219866104 140207856427644 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 36167680 140734219875189 140734219875433 140734219875433 140734219878346 0
/proc/32010/statm: 28282 364 305 221 0 87 0
[pid=32012] ppid=32010 vsize=28769364 memory=966848 CPUtime=19906.7 cores=0-7
/proc/32012/stat : 32012 (java) S 32010 32010 30325 0 -1 1077944320 753735 0 0 0 1989898 772 0 0 20 0 28 0 511869964 29459828736 241712 33554432000 4194304 4196468 140722306018352 140722306000896 140152794767095 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25014272 140722306020330 140722306020502 140722306020502 140722306023375 0
/proc/32012/statm: 7192341 241712 3535 1 0 7153441 0
[pid=32012/tid=32013] ppid=32010 vsize=28769364 memory=967360 CPUtime=0.61 cores=0-7
/proc/32012/task/32013/stat : 32013 (java) S 32010 32010 30325 0 -1 1077944384 8516 0 0 0 58 3 0 0 20 0 28 0 511869964 29459828736 241712 33554432000 4194304 4196468 140722306018352 140152799007872 140152794777301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25014272 140722306020330 140722306020502 140722306020502 140722306023375 0
[pid=32012/tid=32014] ppid=32010 vsize=28769364 memory=970440 CPUtime=8.86 cores=0-7
/proc/32012/task/32014/stat : 32014 (java) S 32010 32010 30325 0 -1 1077944384 26013 0 0 0 848 38 0 0 20 0 28 0 511869965 29459828736 241712 33554432000 4194304 4196468 140722306018352 140152714619536 140152794777301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 4 0 0 6293624 6294260 25014272 140722306020330 140722306020502 140722306020502 140722306023375 0
[pid=32012/tid=32015] ppid=32010 vsize=28769364 memory=969412 CPUtime=8.82 cores=0-7
/proc/32012/task/32015/stat : 32015 (java) S 32010 32010 30325 0 -1 1077944384 26263 0 0 0 844 38 0 0 20 0 28 0 511869965 29459828736 241712 33554432000 4194304 4196468 140722306018352 140152713566736 140152794777301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 25014272 140722306020330 140722306020502 140722306020502 140722306023375 0
[pid=32012/tid=32016] ppid=32010 vsize=28769364 memory=968388 CPUtime=8.86 cores=0-7
/proc/32012/task/32016/stat : 32016 (java) S 32010 32010 30325 0 -1 1077944384 23775 0 0 0 849 37 0 0 20 0 28 0 511869965 29459828736 241712 33554432000 4194304 4196468 140722306018352 140152712513936 140152794777301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 5 0 0 6293624 6294260 25014272 140722306020330 140722306020502 140722306020502 140722306023375 0
[pid=32012/tid=32017] ppid=32010 vsize=28769364 memory=967872 CPUtime=8.89 cores=0-7
/proc/32012/task/32017/stat : 32017 (java) S 32010 32010 30325 0 -1 1077944384 25009 0 0 0 849 40 0 0 20 0 28 0 511869965 29459828736 241712 33554432000 4194304 4196468 140722306018352 140152711461136 140152794777301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 25014272 140722306020330 140722306020502 140722306020502 140722306023375 0
[pid=32012/tid=32018] ppid=32010 vsize=28769364 memory=968388 CPUtime=8.88 cores=0-7
/proc/32012/task/32018/stat : 32018 (java) S 32010 32010 30325 0 -1 1077944384 29677 0 0 0 852 36 0 0 20 0 28 0 511869965 29459828736 241712 33554432000 4194304 4196468 140722306018352 140152710409360 140152794777301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 25014272 140722306020330 140722306020502 140722306020502 140722306023375 0
[pid=32012/tid=32019] ppid=32010 vsize=28769364 memory=966848 CPUtime=8.9 cores=0-7
/proc/32012/task/32019/stat : 32019 (java) S 32010 32010 30325 0 -1 1077944384 29199 0 0 0 852 38 0 0 20 0 28 0 511869965 29459828736 241712 33554432000 4194304 4196468 140722306018352 140152709356560 140152794777301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 25014272 140722306020330 140722306020502 140722306020502 140722306023375 0
[pid=32012/tid=32020] ppid=32010 vsize=28769364 memory=966848 CPUtime=8.91 cores=0-7
/proc/32012/task/32020/stat : 32020 (java) S 32010 32010 30325 0 -1 1077944384 26553 0 0 0 856 35 0 0 20 0 28 0 511869965 29459828736 241712 33554432000 4194304 4196468 140722306018352 140152708303760 140152794777301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 25014272 140722306020330 140722306020502 140722306020502 140722306023375 0
[pid=32012/tid=32021] ppid=32010 vsize=28769364 memory=966848 CPUtime=8.87 cores=0-7
/proc/32012/task/32021/stat : 32021 (java) S 32010 32010 30325 0 -1 1077944384 23057 0 0 0 852 35 0 0 20 0 28 0 511869965 29459828736 241712 33554432000 4194304 4196468 140722306018352 140152707250960 140152794777301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 25014272 140722306020330 140722306020502 140722306020502 140722306023375 0
[pid=32012/tid=32022] ppid=32010 vsize=28769364 memory=1456 CPUtime=3.47 cores=0-7
/proc/32012/task/32022/stat : 32022 (java) S 32010 32010 30325 0 -1 1077944384 45154 0 0 0 256 91 0 0 20 0 28 0 511869967 29459828736 241712 33554432000 4194304 4196468 140722306018352 140151124658544 140152794778242 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25014272 140722306020330 140722306020502 140722306020502 140722306023375 0
[pid=32012/tid=32023] ppid=32010 vsize=28769364 memory=967872 CPUtime=0 cores=0-7
/proc/32012/task/32023/stat : 32023 (java) S 32010 32010 30325 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 28 0 511869967 29459828736 241712 33554432000 4194304 4196468 140722306018352 140151123604576 140152794777301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25014272 140722306020330 140722306020502 140722306020502 140722306023375 0
[pid=32012/tid=32024] ppid=32010 vsize=28769364 memory=1456 CPUtime=0 cores=0-7
/proc/32012/task/32024/stat : 32024 (java) S 32010 32010 30325 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 28 0 511869967 29459828736 241712 33554432000 4194304 4196468 140722306018352 140151122551680 140152794777301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25014272 140722306020330 140722306020502 140722306020502 140722306023375 0
[pid=32012/tid=32025] ppid=32010 vsize=28769364 memory=1456 CPUtime=0 cores=0-7
/proc/32012/task/32025/stat : 32025 (java) S 32010 32010 30325 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 511869970 29459828736 241712 33554432000 4194304 4196468 140722306018352 140151121499984 140152794785691 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25014272 140722306020330 140722306020502 140722306020502 140722306023375 0
[pid=32012/tid=32026] ppid=32010 vsize=28769364 memory=1456 CPUtime=2.09 cores=0-7
/proc/32012/task/32026/stat : 32026 (java) S 32010 32010 30325 0 -1 1077944384 10261 0 0 0 208 1 0 0 20 0 28 0 511869970 29459828736 241712 33554432000 4194304 4196468 140722306018352 140151120448368 140152794778242 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25014272 140722306020330 140722306020502 140722306020502 140722306023375 0
[pid=32012/tid=32027] ppid=32010 vsize=28769364 memory=1456 CPUtime=2.49 cores=0-7
/proc/32012/task/32027/stat : 32027 (java) S 32010 32010 30325 0 -1 1077944384 10786 0 0 0 247 2 0 0 20 0 28 0 511869970 29459828736 241712 33554432000 4194304 4196468 140722306018352 140151119395568 140152794778242 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25014272 140722306020330 140722306020502 140722306020502 140722306023375 0
[pid=32012/tid=32028] ppid=32010 vsize=28769364 memory=1456 CPUtime=1.95 cores=0-7
/proc/32012/task/32028/stat : 32028 (java) S 32010 32010 30325 0 -1 1077944384 8975 0 0 0 194 1 0 0 20 0 28 0 511869970 29459828736 241712 33554432000 4194304 4196468 140722306018352 140151118342768 140152794778242 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25014272 140722306020330 140722306020502 140722306020502 140722306023375 0
[pid=32012/tid=32029] ppid=32010 vsize=28769364 memory=967360 CPUtime=0.72 cores=0-7
/proc/32012/task/32029/stat : 32029 (java) S 32010 32010 30325 0 -1 1077944384 5839 0 0 0 71 1 0 0 20 0 28 0 511869970 29459828736 241712 33554432000 4194304 4196468 140722306018352 140151117289968 140152794778242 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25014272 140722306020330 140722306020502 140722306020502 140722306023375 0
[pid=32012/tid=32030] ppid=32010 vsize=28769364 memory=43 CPUtime=0 cores=0-7
/proc/32012/task/32030/stat : 32030 (java) S 32010 32010 30325 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 511869970 29459828736 241712 33554432000 4194304 4196468 140722306018352 140151116237408 140152794777301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25014272 140722306020330 140722306020502 140722306020502 140722306023375 0
[pid=32012/tid=32031] ppid=32010 vsize=28769364 memory=245445 CPUtime=0.43 cores=0-7
/proc/32012/task/32031/stat : 32031 (java) S 32010 32010 30325 0 -1 1077944384 4441 0 0 0 27 16 0 0 20 0 28 0 511869970 29459828736 241712 33554432000 4194304 4196468 140722306018352 140151115184688 140152794778242 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25014272 140722306020330 140722306020502 140722306020502 140722306023375 0
[pid=32012/tid=32112] ppid=32010 vsize=28769364 memory=280603369273760 CPUtime=2480.2 cores=0-7
/proc/32012/task/32112/stat : 32112 (java) R 32010 32010 30325 0 -1 4202560 10722 0 0 0 248007 13 0 0 20 0 28 0 511870044 29459828736 241712 33554432000 4194304 4196468 140722306018352 140151101753864 140152389482250 0 4 0 16800975 0 0 0 -1 6 0 0 11 0 0 6293624 6294260 25014272 140722306020330 140722306020502 140722306020502 140722306023375 0
[pid=32012/tid=32113] ppid=32010 vsize=28769364 memory=0 CPUtime=2477.45 cores=0-7
/proc/32012/task/32113/stat : 32113 (java) R 32010 32010 30325 0 -1 4202560 10317 0 0 0 247736 9 0 0 20 0 28 0 511870044 29459828736 241712 33554432000 4194304 4196468 140722306018352 140151099650280 140152388150562 0 4 0 16800975 0 0 0 -1 3 0 0 12 0 0 6293624 6294260 25014272 140722306020330 140722306020502 140722306020502 140722306023375 0
[pid=32012/tid=32114] ppid=32010 vsize=28769364 memory=3620 CPUtime=2476.38 cores=0-7
/proc/32012/task/32114/stat : 32114 (java) R 32010 32010 30325 0 -1 4202560 22553 0 0 0 247619 19 0 0 20 0 28 0 511870044 29459828736 241712 33554432000 4194304 4196468 140722306018352 140151105966480 140152389830650 0 4 0 16800975 0 0 0 -1 2 0 0 12 0 0 6293624 6294260 25014272 140722306020330 140722306020502 140722306020502 140722306023375 0
[pid=32012/tid=32115] ppid=32010 vsize=28769364 memory=64136 CPUtime=2477.99 cores=0-7
/proc/32012/task/32115/stat : 32115 (java) R 32010 32010 30325 0 -1 4202560 123157 0 0 0 247614 185 0 0 20 0 28 0 511870044 29459828736 241712 33554432000 4194304 4196468 140722306018352 140151098597784 140152389482385 0 4 0 16800975 0 0 0 -1 0 0 0 12 0 0 6293624 6294260 25014272 140722306020330 140722306020502 140722306020502 140722306023375 0
[pid=32012/tid=32116] ppid=32010 vsize=28769364 memory=1376 CPUtime=2476.05 cores=0-7
/proc/32012/task/32116/stat : 32116 (java) R 32010 32010 30325 0 -1 4202560 153672 0 0 0 247524 81 0 0 20 0 28 0 511870044 29459828736 241712 33554432000 4194304 4196468 140722306018352 140151102808536 140152387554935 0 4 0 16800975 0 0 0 -1 7 0 0 12 0 0 6293624 6294260 25014272 140722306020330 140722306020502 140722306020502 140722306023375 0
[pid=32012/tid=32117] ppid=32010 vsize=28769364 memory=1060 CPUtime=2479.51 cores=0-7
/proc/32012/task/32117/stat : 32117 (java) R 32010 32010 30325 0 -1 4202560 60887 0 0 0 247915 36 0 0 20 0 28 0 511870044 29459828736 241712 33554432000 4194304 4196468 140722306018352 140151100702528 140152387554605 0 4 0 16800975 0 0 0 -1 1 0 0 12 0 0 6293624 6294260 25014272 140722306020330 140722306020502 140722306020502 140722306023375 0
[pid=32012/tid=32118] ppid=32010 vsize=28769364 memory=3636 CPUtime=2476.14 cores=0-7
/proc/32012/task/32118/stat : 32118 (java) R 32010 32010 30325 0 -1 4202560 24995 0 0 0 247597 17 0 0 20 0 28 0 511870044 29459828736 241712 33554432000 4194304 4196468 140722306018352 140151097547152 140152389480867 0 4 0 16800975 0 0 0 -1 5 0 0 12 0 0 6293624 6294260 25014272 140722306020330 140722306020502 140722306020502 140722306023375 0
[pid=32012/tid=32119] ppid=32010 vsize=28769364 memory=1724 CPUtime=2479.48 cores=0-7
/proc/32012/task/32119/stat : 32119 (java) R 32010 32010 30325 0 -1 4202560 40908 0 0 0 247923 25 0 0 20 0 28 0 511870045 29459828736 241712 33554432000 4194304 4196468 140722306018352 140151103860616 140152388167858 0 4 0 16800975 0 0 0 -1 4 0 0 10 0 0 6293624 6294260 25014272 140722306020330 140722306020502 140722306020502 140722306023375 0
Current children cumulated CPU time: 19906.7 s
Current children cumulated vsize: 28882492 KiB
Current children cumulated memory: 968304 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 8.02 8.14 8.23 9/219 32307
/proc/meminfo: memFree=25314336/32770624 swapFree=66975484/67108860
[pid=32010] ppid=32007 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/32010/stat : 32010 (xcsp3-exec) S 32007 32010 30325 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 511869964 115843072 364 33554432000 4194304 5098028 140734219868000 140734219866104 140207856427644 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 36167680 140734219875189 140734219875433 140734219875433 140734219878346 0
/proc/32010/statm: 28282 364 305 221 0 87 0
[pid=32012] ppid=32010 vsize=28769364 memory=963256 CPUtime=20047.8 cores=0-7
/proc/32012/stat : 32012 (java) S 32010 32010 30325 0 -1 1077944320 754759 0 0 0 2004004 773 0 0 20 0 28 0 511869964 29459828736 240814 33554432000 4194304 4196468 140722306018352 140722306000896 140152794767095 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25014272 140722306020330 140722306020502 140722306020502 140722306023375 0
/proc/32012/statm: 7192341 240814 3535 1 0 7153441 0
[pid=32012/tid=32013] ppid=32010 vsize=28769364 memory=6791534058613427641 CPUtime=0.61 cores=0-7
/proc/32012/task/32013/stat : 32013 (java) S 32010 32010 30325 0 -1 1077944384 8516 0 0 0 58 3 0 0 20 0 28 0 511869964 29459828736 240814 33554432000 4194304 4196468 140722306018352 140152799007872 140152794777301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25014272 140722306020330 140722306020502 140722306020502 140722306023375 0
[pid=32012/tid=32014] ppid=32010 vsize=28769364 memory=4126316290023845779 CPUtime=8.87 cores=0-7
/proc/32012/task/32014/stat : 32014 (java) S 32010 32010 30325 0 -1 1077944384 26037 0 0 0 849 38 0 0 20 0 28 0 511869965 29459828736 240814 33554432000 4194304 4196468 140722306018352 140152714619536 140152794777301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 25014272 140722306020330 140722306020502 140722306020502 140722306023375 0
[pid=32012/tid=32015] ppid=32010 vsize=28769364 memory=6152 CPUtime=8.83 cores=0-7
/proc/32012/task/32015/stat : 32015 (java) S 32010 32010 30325 0 -1 1077944384 26302 0 0 0 845 38 0 0 20 0 28 0 511869965 29459828736 240814 33554432000 4194304 4196468 140722306018352 140152713566736 140152794777301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 25014272 140722306020330 140722306020502 140722306020502 140722306023375 0
[pid=32012/tid=32016] ppid=32010 vsize=28769364 memory=10604 CPUtime=8.87 cores=0-7
/proc/32012/task/32016/stat : 32016 (java) S 32010 32010 30325 0 -1 1077944384 23788 0 0 0 850 37 0 0 20 0 28 0 511869965 29459828736 240814 33554432000 4194304 4196468 140722306018352 140152712513936 140152794777301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 5 0 0 6293624 6294260 25014272 140722306020330 140722306020502 140722306020502 140722306023375 0
[pid=32012/tid=32017] ppid=32010 vsize=28769364 memory=716 CPUtime=8.9 cores=0-7
/proc/32012/task/32017/stat : 32017 (java) S 32010 32010 30325 0 -1 1077944384 25016 0 0 0 850 40 0 0 20 0 28 0 511869965 29459828736 240814 33554432000 4194304 4196468 140722306018352 140152711461136 140152794777301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 25014272 140722306020330 140722306020502 140722306020502 140722306023375 0
[pid=32012/tid=32018] ppid=32010 vsize=28769364 memory=780 CPUtime=8.89 cores=0-7
/proc/32012/task/32018/stat : 32018 (java) S 32010 32010 30325 0 -1 1077944384 29681 0 0 0 853 36 0 0 20 0 28 0 511869965 29459828736 240814 33554432000 4194304 4196468 140722306018352 140152710409360 140152794777301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 25014272 140722306020330 140722306020502 140722306020502 140722306023375 0
[pid=32012/tid=32019] ppid=32010 vsize=28769364 memory=1552 CPUtime=8.91 cores=0-7
/proc/32012/task/32019/stat : 32019 (java) S 32010 32010 30325 0 -1 1077944384 29510 0 0 0 853 38 0 0 20 0 28 0 511869965 29459828736 240814 33554432000 4194304 4196468 140722306018352 140152709356560 140152794777301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 4 0 0 6293624 6294260 25014272 140722306020330 140722306020502 140722306020502 140722306023375 0
[pid=32012/tid=32020] ppid=32010 vsize=28769364 memory=2832 CPUtime=8.92 cores=0-7
/proc/32012/task/32020/stat : 32020 (java) S 32010 32010 30325 0 -1 1077944384 26597 0 0 0 857 35 0 0 20 0 28 0 511869965 29459828736 240814 33554432000 4194304 4196468 140722306018352 140152708303760 140152794777301 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 25014272 140722306020330 140722306020502 140722306020502 140722306023375 0
[pid=32012/tid=32021] ppid=32010 vsize=28769364 memory=1192 CPUtime=8.88 cores=0-7
/proc/32012/task/32021/stat : 32021 (java) S 32010 32010 30325 0 -1 1077944384 23135 0 0 0 853 35 0 0 20 0 28 0 511869965 29459828736 240814 33554432000 4194304 4196468 140722306018352 140152707250960 140152794777301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 25014272 140722306020330 140722306020502 140722306020502 140722306023375 0
[pid=32012/tid=32022] ppid=32010 vsize=28769364 memory=6791534058613427641 CPUtime=3.47 cores=0-7
/proc/32012/task/32022/stat : 32022 (java) S 32010 32010 30325 0 -1 1077944384 45235 0 0 0 256 91 0 0 20 0 28 0 511869967 29459828736 240814 33554432000 4194304 4196468 140722306018352 140151124658544 140152794778242 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25014272 140722306020330 140722306020502 140722306020502 140722306023375 0
[pid=32012/tid=32023] ppid=32010 vsize=28769364 memory=0 CPUtime=0 cores=0-7
/proc/32012/task/32023/stat : 32023 (java) S 32010 32010 30325 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 28 0 511869967 29459828736 240814 33554432000 4194304 4196468 140722306018352 140151123604576 140152794777301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25014272 140722306020330 140722306020502 140722306020502 140722306023375 0
[pid=32012/tid=32024] ppid=32010 vsize=28769364 memory=1836232738305 CPUtime=0 cores=0-7
/proc/32012/task/32024/stat : 32024 (java) S 32010 32010 30325 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 28 0 511869967 29459828736 240814 33554432000 4194304 4196468 140722306018352 140151122551680 140152794777301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25014272 140722306020330 140722306020502 140722306020502 140722306023375 0
[pid=32012/tid=32025] ppid=32010 vsize=28769364 memory=1922132084225 CPUtime=0 cores=0-7
/proc/32012/task/32025/stat : 32025 (java) S 32010 32010 30325 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 511869970 29459828736 240814 33554432000 4194304 4196468 140722306018352 140151121499984 140152794785691 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25014272 140722306020330 140722306020502 140722306020502 140722306023375 0
[pid=32012/tid=32026] ppid=32010 vsize=28769364 memory=0 CPUtime=2.09 cores=0-7
/proc/32012/task/32026/stat : 32026 (java) S 32010 32010 30325 0 -1 1077944384 10263 0 0 0 208 1 0 0 20 0 28 0 511869970 29459828736 240814 33554432000 4194304 4196468 140722306018352 140151120448368 140152794778242 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25014272 140722306020330 140722306020502 140722306020502 140722306023375 0
[pid=32012/tid=32027] ppid=32010 vsize=28769364 memory=2110652290976628 CPUtime=2.49 cores=0-7
/proc/32012/task/32027/stat : 32027 (java) S 32010 32010 30325 0 -1 1077944384 10788 0 0 0 247 2 0 0 20 0 28 0 511869970 29459828736 240814 33554432000 4194304 4196468 140722306018352 140151119395568 140152794778242 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25014272 140722306020330 140722306020502 140722306020502 140722306023375 0
[pid=32012/tid=32028] ppid=32010 vsize=28769364 memory=7734761220198262888 CPUtime=1.95 cores=0-7
/proc/32012/task/32028/stat : 32028 (java) S 32010 32010 30325 0 -1 1077944384 8977 0 0 0 194 1 0 0 20 0 28 0 511869970 29459828736 240814 33554432000 4194304 4196468 140722306018352 140151118342768 140152794778242 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25014272 140722306020330 140722306020502 140722306020502 140722306023375 0
[pid=32012/tid=32029] ppid=32010 vsize=28769364 memory=6155390879216986987 CPUtime=0.72 cores=0-7
/proc/32012/task/32029/stat : 32029 (java) S 32010 32010 30325 0 -1 1077944384 5841 0 0 0 71 1 0 0 20 0 28 0 511869970 29459828736 240814 33554432000 4194304 4196468 140722306018352 140151117289968 140152794778242 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25014272 140722306020330 140722306020502 140722306020502 140722306023375 0
[pid=32012/tid=32030] ppid=32010 vsize=28769364 memory=7378982407374199151 CPUtime=0 cores=0-7
/proc/32012/task/32030/stat : 32030 (java) S 32010 32010 30325 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 511869970 29459828736 240814 33554432000 4194304 4196468 140722306018352 140151116237408 140152794777301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25014272 140722306020330 140722306020502 140722306020502 140722306023375 0
[pid=32012/tid=32031] ppid=32010 vsize=28769364 memory=1456 CPUtime=0.43 cores=0-7
/proc/32012/task/32031/stat : 32031 (java) S 32010 32010 30325 0 -1 1077944384 4454 0 0 0 27 16 0 0 20 0 28 0 511869970 29459828736 240814 33554432000 4194304 4196468 140722306018352 140151115184688 140152794778242 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25014272 140722306020330 140722306020502 140722306020502 140722306023375 0
[pid=32012/tid=32112] ppid=32010 vsize=28769364 memory=963768 CPUtime=2497.86 cores=0-7
/proc/32012/task/32112/stat : 32112 (java) R 32010 32010 30325 0 -1 4202560 10756 0 0 0 249773 13 0 0 20 0 28 0 511870044 29459828736 240814 33554432000 4194304 4196468 140722306018352 140151101756976 140152383991916 0 4 0 16800975 0 0 0 -1 1 0 0 11 0 0 6293624 6294260 25014272 140722306020330 140722306020502 140722306020502 140722306023375 0
[pid=32012/tid=32113] ppid=32010 vsize=28769364 memory=920 CPUtime=2495.03 cores=0-7
/proc/32012/task/32113/stat : 32113 (java) R 32010 32010 30325 0 -1 4202560 10345 0 0 0 249494 9 0 0 20 0 28 0 511870044 29459828736 240814 33554432000 4194304 4196468 140722306018352 140151099649736 140152389043203 0 4 0 16800975 0 0 0 -1 7 0 0 12 0 0 6293624 6294260 25014272 140722306020330 140722306020502 140722306020502 140722306023375 0
[pid=32012/tid=32114] ppid=32010 vsize=28769364 memory=4136 CPUtime=2494.06 cores=0-7
/proc/32012/task/32114/stat : 32114 (java) R 32010 32010 30325 0 -1 4202560 22632 0 0 0 249387 19 0 0 20 0 28 0 511870044 29459828736 240814 33554432000 4194304 4196468 140722306018352 140151105966616 140152389612213 0 4 0 16800975 0 0 0 -1 6 0 0 12 0 0 6293624 6294260 25014272 140722306020330 140722306020502 140722306020502 140722306023375 0
[pid=32012/tid=32115] ppid=32010 vsize=28769364 memory=4104 CPUtime=2495.6 cores=0-7
/proc/32012/task/32115/stat : 32115 (java) R 32010 32010 30325 0 -1 4202560 123187 0 0 0 249375 185 0 0 20 0 28 0 511870044 29459828736 240814 33554432000 4194304 4196468 140722306018352 140151098597728 140152391705651 0 4 0 16800975 0 0 0 -1 0 0 0 12 0 0 6293624 6294260 25014272 140722306020330 140722306020502 140722306020502 140722306023375 0
[pid=32012/tid=32116] ppid=32010 vsize=28769364 memory=1412 CPUtime=2493.62 cores=0-7
/proc/32012/task/32116/stat : 32116 (java) R 32010 32010 30325 0 -1 4202560 153769 0 0 0 249281 81 0 0 20 0 28 0 511870044 29459828736 240814 33554432000 4194304 4196468 140722306018352 140151102808208 140152389484061 0 4 0 16800975 0 0 0 -1 5 0 0 12 0 0 6293624 6294260 25014272 140722306020330 140722306020502 140722306020502 140722306023375 0
[pid=32012/tid=32117] ppid=32010 vsize=28769364 memory=6791534058613427641 CPUtime=2497.15 cores=0-7
/proc/32012/task/32117/stat : 32117 (java) R 32010 32010 30325 0 -1 4202560 60911 0 0 0 249679 36 0 0 20 0 28 0 511870044 29459828736 240814 33554432000 4194304 4196468 140722306018352 140151100702688 140152387554510 0 4 0 16800975 0 0 0 -1 3 0 0 12 0 0 6293624 6294260 25014272 140722306020330 140722306020502 140722306020502 140722306023375 0
[pid=32012/tid=32118] ppid=32010 vsize=28769364 memory=1192 CPUtime=2493.7 cores=0-7
/proc/32012/task/32118/stat : 32118 (java) R 32010 32010 30325 0 -1 4202560 25057 0 0 0 249353 17 0 0 20 0 28 0 511870044 29459828736 240814 33554432000 4194304 4196468 140722306018352 140151097544776 140152775610060 0 4 0 16800975 0 0 0 -1 2 0 0 12 0 0 6293624 6294260 25014272 140722306020330 140722306020502 140722306020502 140722306023375 0
[pid=32012/tid=32119] ppid=32010 vsize=28769364 memory=940 CPUtime=2497.18 cores=0-7
/proc/32012/task/32119/stat : 32119 (java) R 32010 32010 30325 0 -1 4202560 40956 0 0 0 249692 26 0 0 20 0 28 0 511870045 29459828736 240814 33554432000 4194304 4196468 140722306018352 140151103861192 140152388230696 0 4 0 16800975 0 0 0 -1 4 0 0 10 0 0 6293624 6294260 25014272 140722306020330 140722306020502 140722306020502 140722306023375 0
Current children cumulated CPU time: 20047.8 s
Current children cumulated vsize: 28882492 KiB
Current children cumulated memory: 964712 KiB

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

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

[startup+2520.1 s]
# the end of solver process 32012 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=20040.7 s, system=7.74252 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

Child status: 143
Real time (s): 2520.1
CPU time (s): 20048.4
CPU user time (s): 20040.7
CPU system time (s): 7.74252
CPU usage (%): 795.541
Max. virtual memory (cumulated for all children) (KiB): 28882492
Max. memory (cumulated for all children) (KiB): 5478576

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20040.7
system time used= 7.74252
maximum resident set size= 5550848
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 755569
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3440
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 233561
involuntary context switches= 234633


# summary of solver processes directly reported to runsolver:
#   pid: 32010,32012
#   total CPU time (s): 20048.4
#   total CPU user time (s): 20040.7
#   total CPU system time (s): 7.74252

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 23.7967 second user time and 24.9659 second system time

The end

Launcher Data

Begin job on node125 at 2019-09-24 22:13:09
IDJOB=4407201
IDBENCH=135841
IDSOLVER=2871
FILE ID=node125/4407201-1569356032
RUNJOBID= node125-1569347859-30352
PBS_JOBID= 21705077
Free space on /tmp= 4256 MiB

SOLVER NAME= choco-solver 2019-09-24 parallel
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n25/TravellingSalesman-25-30-03.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 24000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4407201-1569356032/watcher-4407201-1569356032 -o /tmp/evaluation-result-4407201-1569356032/solver-4407201-1569356032 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node125-1569347859-30352 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1389603217 HOME/instance-4407201-1569356032.xml

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

MD5SUM BENCH= 08a8e4115660d732ba32388826654d85
RANDOM SEED=1389603217

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        26268944 kB
MemAvailable:   31816932 kB
Buffers:           97348 kB
Cached:          5526692 kB
SwapCached:        29784 kB
Active:          2584596 kB
Inactive:        3074284 kB
Active(anon):       4284 kB
Inactive(anon):    85900 kB
Active(file):    2580312 kB
Inactive(file):  2988384 kB
Unevictable:      107888 kB
Mlocked:          107888 kB
SwapTotal:      67108860 kB
SwapFree:       66975484 kB
Dirty:             26080 kB
Writeback:             0 kB
AnonPages:        113256 kB
Mapped:            56736 kB
Shmem:             47320 kB
Slab:             436596 kB
SReclaimable:     407752 kB
SUnreclaim:        28844 kB
KernelStack:        3360 kB
PageTables:         5628 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     514108 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:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 4228 MiB
End job on node125 at 2019-09-24 22:55:09