Trace number 4281619

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 4.0.5 par (2017-08-18)SAT (TO)106 2005.49 252.097

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n20/
TravellingSalesman-20-30-18.xml
MD5SUM42f1d058d9b6109346b78f68a037a5c1
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark104
Best CPU time to get the best result obtained on this benchmark254.672
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints21
Number of domains2
Minimum domain size20
Maximum domain size29
Distribution of domain sizes[{"size":20,"count":20},{"size":29,"count":20}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":20},{"degree":3,"count":20}]
Minimum constraint arity3
Maximum constraint arity20
Distribution of constraint arities[{"arity":3,"count":20},{"arity":20,"count":1}]
Number of extensional constraints20
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":20},{"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 -Xmx22000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4281619-1503187297.xml"  -tl '2016s' -p 8 -x 0
0.12/0.14	c [HOME/instance-4281619-1503187297.xml, -tl, 2016s, -p, 8, -x, 0]
0.12/0.20	c 8 solvers in parallel
0.33/0.27	c parse instance...
1.02/0.57	c solve instance...
2.13/0.72	o 123 
2.13/0.74	o 111 
2.13/0.74	o 110 
2.13/0.75	o 108 
2.13/0.78	o 107 
3.46/0.90	o 106 
2004.84/252.07	s SATISFIABLE
2004.84/252.07	v <instantiation>
2004.84/252.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] 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] </list>
2004.84/252.07	v 	<values>0 6 4 13 15 12 14 18 19 17 16 8 10 11 9 7 2 5 3 1 8 8 11 3 8 11 6 1 1 2 11 5 4 4 3 4 3 1 5 7 </values>
2004.84/252.07	v </instantiation>
2004.84/252.07	c Unexpected resolution interruption!

Verifier Data

OK	106

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4281619-1503187297/watcher-4281619-1503187297 -o /tmp/evaluation-result-4281619-1503187297/solver-4281619-1503187297 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node103-1503173765-20601 --watchdog 312 ./xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 22000 -tdir HOME -seed 2027959038 HOME/instance-4281619-1503187297.xml 

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

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

solver pid=29998, runsolver pid=29995

[startup+0.100114 s]*
/proc/loadavg: 8.16 7.54 7.34 2/199 30019
/proc/meminfo: memFree=27011304/32770624 swapFree=67108860/67108860
[pid=29998] ppid=29995 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/29998/stat : 29998 (xcsp3-exec) S 29995 29998 20574 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 151817717 9740288 346 33554432000 4194304 5098028 140728188118448 140728188116552 140617200796284 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 30822400 140728188122218 140728188122428 140728188122428 140728188125163 0
/proc/29998/statm: 2378 346 289 221 0 87 0
[pid=30000] ppid=29998 vsize=25999808 memory=28388 CPUtime=0.12 cores=0-7
/proc/30000/stat : 30000 (java) S 29998 29998 20574 0 -1 1077944320 5475 0 0 0 11 1 0 0 20 0 20 0 151817717 26623803392 7097 33554432000 4194304 4196468 140722974043504 140722974026048 139734892863223 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28532736 140722974045336 140722974045512 140722974045512 140722974048207 0
/proc/30000/statm: 6499952 7097 2866 1 0 6488269 0
[pid=30000/tid=30001] ppid=29998 vsize=25999808 memory=7679935271712758167 CPUtime=0.08 cores=0-7
/proc/30000/task/30001/stat : 30001 (java) R 29998 29998 20574 0 -1 4202560 3482 0 0 0 8 0 0 0 20 0 20 0 151817718 26623803392 7097 33554432000 4194304 4196468 140722974043504 139734897079376 139734496153552 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28532736 140722974045336 140722974045512 140722974045512 140722974048207 0
[pid=30000/tid=30002] ppid=29998 vsize=25999808 memory=732370438654245861 CPUtime=0 cores=0-7
/proc/30000/task/30002/stat : 30002 (java) S 29998 29998 20574 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151817718 26623803392 7163 33554432000 4194304 4196468 140722974043504 139734450986128 139734892873429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28532736 140722974045336 140722974045512 140722974045512 140722974048207 0
[pid=30000/tid=30003] ppid=29998 vsize=25999808 memory=140300316792448 CPUtime=0 cores=0-7
/proc/30000/task/30003/stat : 30003 (java) S 29998 29998 20574 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151817718 26623803392 7163 33554432000 4194304 4196468 140722974043504 139734449933328 139734892873429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28532736 140722974045336 140722974045512 140722974045512 140722974048207 0
[pid=30000/tid=30004] ppid=29998 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/30000/task/30004/stat : 30004 (java) S 29998 29998 20574 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151817718 26623803392 7163 33554432000 4194304 4196468 140722974043504 139734448880528 139734892873429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28532736 140722974045336 140722974045512 140722974045512 140722974048207 0
[pid=30000/tid=30005] ppid=29998 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/30000/task/30005/stat : 30005 (java) S 29998 29998 20574 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151817718 26623803392 7163 33554432000 4194304 4196468 140722974043504 139734447827728 139734892873429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28532736 140722974045336 140722974045512 140722974045512 140722974048207 0
[pid=30000/tid=30006] ppid=29998 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/30000/task/30006/stat : 30006 (java) S 29998 29998 20574 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151817718 26623803392 7163 33554432000 4194304 4196468 140722974043504 139734446774928 139734892873429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28532736 140722974045336 140722974045512 140722974045512 140722974048207 0
[pid=30000/tid=30007] ppid=29998 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/30000/task/30007/stat : 30007 (java) S 29998 29998 20574 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151817718 26623803392 7163 33554432000 4194304 4196468 140722974043504 139734445722128 139734892873429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28532736 140722974045336 140722974045512 140722974045512 140722974048207 0
[pid=30000/tid=30008] ppid=29998 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/30000/task/30008/stat : 30008 (java) S 29998 29998 20574 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151817719 26623803392 7163 33554432000 4194304 4196468 140722974043504 139734444669328 139734892873429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28532736 140722974045336 140722974045512 140722974045512 140722974048207 0
[pid=30000/tid=30009] ppid=29998 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/30000/task/30009/stat : 30009 (java) S 29998 29998 20574 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151817719 26623803392 7163 33554432000 4194304 4196468 140722974043504 139734443616528 139734892873429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28532736 140722974045336 140722974045512 140722974045512 140722974048207 0
[pid=30000/tid=30010] ppid=29998 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/30000/task/30010/stat : 30010 (java) S 29998 29998 20574 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151817720 26623803392 7163 33554432000 4194304 4196468 140722974043504 139734154197872 139734892874370 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28532736 140722974045336 140722974045512 140722974045512 140722974048207 0
[pid=30000/tid=30011] ppid=29998 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/30000/task/30011/stat : 30011 (java) S 29998 29998 20574 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 151817720 26623803392 7163 33554432000 4194304 4196468 140722974043504 139734153143840 139734892873429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28532736 140722974045336 140722974045512 140722974045512 140722974048207 0
[pid=30000/tid=30012] ppid=29998 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/30000/task/30012/stat : 30012 (java) S 29998 29998 20574 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 151817721 26623803392 7163 33554432000 4194304 4196468 140722974043504 139734152090992 139734892873429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28532736 140722974045336 140722974045512 140722974045512 140722974048207 0
[pid=30000/tid=30013] ppid=29998 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/30000/task/30013/stat : 30013 (java) S 29998 29998 20574 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151817723 26623803392 7163 33554432000 4194304 4196468 140722974043504 139734151039312 139734892881819 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28532736 140722974045336 140722974045512 140722974045512 140722974048207 0
[pid=30000/tid=30014] ppid=29998 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/30000/task/30014/stat : 30014 (java) S 29998 29998 20574 0 -1 1077944384 292 0 0 0 0 0 0 0 20 0 20 0 151817723 26623803392 7163 33554432000 4194304 4196468 140722974043504 139734149986672 139734892874370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28532736 140722974045336 140722974045512 140722974045512 140722974048207 0
[pid=30000/tid=30015] ppid=29998 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/30000/task/30015/stat : 30015 (java) S 29998 29998 20574 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151817723 26623803392 7163 33554432000 4194304 4196468 140722974043504 139734148933872 139734892874370 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28532736 140722974045336 140722974045512 140722974045512 140722974048207 0
[pid=30000/tid=30016] ppid=29998 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/30000/task/30016/stat : 30016 (java) S 29998 29998 20574 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 151817723 26623803392 7163 33554432000 4194304 4196468 140722974043504 139734147881072 139734892874370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28532736 140722974045336 140722974045512 140722974045512 140722974048207 0
[pid=30000/tid=30017] ppid=29998 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/30000/task/30017/stat : 30017 (java) R 29998 29998 20574 0 -1 4202560 265 0 0 0 1 0 0 0 20 0 20 0 151817723 26623803392 7163 33554432000 4194304 4196468 140722974043504 139734146828272 139734876943710 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28532736 140722974045336 140722974045512 140722974045512 140722974048207 0
[pid=30000/tid=30018] ppid=29998 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/30000/task/30018/stat : 30018 (java) S 29998 29998 20574 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151817723 26623803392 7163 33554432000 4194304 4196468 140722974043504 139734145776736 139734892873429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28532736 140722974045336 140722974045512 140722974045512 140722974048207 0
[pid=30000/tid=30019] ppid=29998 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/30000/task/30019/stat : 30019 (java) S 29998 29998 20574 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151817724 26623803392 7163 33554432000 4194304 4196468 140722974043504 139733154393136 139734892874370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28532736 140722974045336 140722974045512 140722974045512 140722974048207 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 29772 KiB

[startup+0.210055 s]*
/proc/loadavg: 8.16 7.54 7.34 4/199 30019
/proc/meminfo: memFree=26999024/32770624 swapFree=67108860/67108860
[pid=29998] ppid=29995 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/29998/stat : 29998 (xcsp3-exec) S 29995 29998 20574 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 151817717 9740288 346 33554432000 4194304 5098028 140728188118448 140728188116552 140617200796284 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 30822400 140728188122218 140728188122428 140728188122428 140728188125163 0
/proc/29998/statm: 2378 346 289 221 0 87 0
[pid=30000] ppid=29998 vsize=26004064 memory=40864 CPUtime=0.33 cores=0-7
/proc/30000/stat : 30000 (java) S 29998 29998 20574 0 -1 1077944320 8311 0 0 0 31 2 0 0 20 0 20 0 151817717 26628161536 10216 33554432000 4194304 4196468 140722974043504 140722974026048 139734892863223 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28532736 140722974045336 140722974045512 140722974045512 140722974048207 0
/proc/30000/statm: 6501016 10216 2997 1 0 6488269 0
[pid=30000/tid=30001] ppid=29998 vsize=26004064 memory=0 CPUtime=0.19 cores=0-7
/proc/30000/task/30001/stat : 30001 (java) R 29998 29998 20574 0 -1 4202560 5392 0 0 0 18 1 0 0 20 0 20 0 151817718 26628161536 10216 33554432000 4194304 4196468 140722974043504 139734897076288 139734876943710 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28532736 140722974045336 140722974045512 140722974045512 140722974048207 0
[pid=30000/tid=30002] ppid=29998 vsize=26004064 memory=732370438654245861 CPUtime=0 cores=0-7
/proc/30000/task/30002/stat : 30002 (java) S 29998 29998 20574 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151817718 26628161536 10216 33554432000 4194304 4196468 140722974043504 139734450986128 139734892873429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28532736 140722974045336 140722974045512 140722974045512 140722974048207 0
[pid=30000/tid=30003] ppid=29998 vsize=26004064 memory=140300316792448 CPUtime=0 cores=0-7
/proc/30000/task/30003/stat : 30003 (java) S 29998 29998 20574 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151817718 26628161536 10216 33554432000 4194304 4196468 140722974043504 139734449933328 139734892873429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28532736 140722974045336 140722974045512 140722974045512 140722974048207 0
[pid=30000/tid=30004] ppid=29998 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/30000/task/30004/stat : 30004 (java) S 29998 29998 20574 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151817718 26628161536 10216 33554432000 4194304 4196468 140722974043504 139734448880528 139734892873429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28532736 140722974045336 140722974045512 140722974045512 140722974048207 0
[pid=30000/tid=30005] ppid=29998 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/30000/task/30005/stat : 30005 (java) S 29998 29998 20574 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151817718 26628161536 10216 33554432000 4194304 4196468 140722974043504 139734447827728 139734892873429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28532736 140722974045336 140722974045512 140722974045512 140722974048207 0
[pid=30000/tid=30006] ppid=29998 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/30000/task/30006/stat : 30006 (java) S 29998 29998 20574 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151817718 26628161536 10216 33554432000 4194304 4196468 140722974043504 139734446774928 139734892873429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28532736 140722974045336 140722974045512 140722974045512 140722974048207 0
[pid=30000/tid=30007] ppid=29998 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/30000/task/30007/stat : 30007 (java) S 29998 29998 20574 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151817718 26628161536 10216 33554432000 4194304 4196468 140722974043504 139734445722128 139734892873429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28532736 140722974045336 140722974045512 140722974045512 140722974048207 0
[pid=30000/tid=30008] ppid=29998 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/30000/task/30008/stat : 30008 (java) S 29998 29998 20574 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151817719 26628161536 10216 33554432000 4194304 4196468 140722974043504 139734444669328 139734892873429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28532736 140722974045336 140722974045512 140722974045512 140722974048207 0
[pid=30000/tid=30009] ppid=29998 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/30000/task/30009/stat : 30009 (java) S 29998 29998 20574 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151817719 26628161536 10216 33554432000 4194304 4196468 140722974043504 139734443616528 139734892873429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28532736 140722974045336 140722974045512 140722974045512 140722974048207 0
[pid=30000/tid=30010] ppid=29998 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/30000/task/30010/stat : 30010 (java) S 29998 29998 20574 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151817720 26628161536 10216 33554432000 4194304 4196468 140722974043504 139734154197872 139734892874370 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28532736 140722974045336 140722974045512 140722974045512 140722974048207 0
[pid=30000/tid=30011] ppid=29998 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/30000/task/30011/stat : 30011 (java) S 29998 29998 20574 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 151817720 26628161536 10216 33554432000 4194304 4196468 140722974043504 139734153143840 139734892873429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28532736 140722974045336 140722974045512 140722974045512 140722974048207 0
[pid=30000/tid=30012] ppid=29998 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/30000/task/30012/stat : 30012 (java) S 29998 29998 20574 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 151817721 26628161536 10216 33554432000 4194304 4196468 140722974043504 139734152090992 139734892873429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28532736 140722974045336 140722974045512 140722974045512 140722974048207 0
[pid=30000/tid=30013] ppid=29998 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/30000/task/30013/stat : 30013 (java) S 29998 29998 20574 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151817723 26628161536 10216 33554432000 4194304 4196468 140722974043504 139734151039312 139734892881819 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28532736 140722974045336 140722974045512 140722974045512 140722974048207 0
[pid=30000/tid=30014] ppid=29998 vsize=26004064 memory=0 CPUtime=0.02 cores=0-7
/proc/30000/task/30014/stat : 30014 (java) S 29998 29998 20574 0 -1 1077944384 559 0 0 0 2 0 0 0 20 0 20 0 151817723 26628161536 10216 33554432000 4194304 4196468 140722974043504 139734149986672 139734892874370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28532736 140722974045336 140722974045512 140722974045512 140722974048207 0
[pid=30000/tid=30015] ppid=29998 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/30000/task/30015/stat : 30015 (java) S 29998 29998 20574 0 -1 1077944384 157 0 0 0 1 0 0 0 20 0 20 0 151817723 26628161536 10216 33554432000 4194304 4196468 140722974043504 139734148933872 139734892874370 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28532736 140722974045336 140722974045512 140722974045512 140722974048207 0
[pid=30000/tid=30016] ppid=29998 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/30000/task/30016/stat : 30016 (java) S 29998 29998 20574 0 -1 1077944384 128 0 0 0 0 0 0 0 20 0 20 0 151817723 26628161536 10216 33554432000 4194304 4196468 140722974043504 139734147881072 139734892874370 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28532736 140722974045336 140722974045512 140722974045512 140722974048207 0
[pid=30000/tid=30017] ppid=29998 vsize=26004064 memory=0 CPUtime=0.07 cores=0-7
/proc/30000/task/30017/stat : 30017 (java) R 29998 29998 20574 0 -1 4202560 766 0 0 0 7 0 0 0 20 0 20 0 151817723 26628161536 10216 33554432000 4194304 4196468 140722974043504 139734146828272 139734872206366 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28532736 140722974045336 140722974045512 140722974045512 140722974048207 0
[pid=30000/tid=30018] ppid=29998 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/30000/task/30018/stat : 30018 (java) S 29998 29998 20574 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151817723 26628161536 10216 33554432000 4194304 4196468 140722974043504 139734145776736 139734892873429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28532736 140722974045336 140722974045512 140722974045512 140722974048207 0
[pid=30000/tid=30019] ppid=29998 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/30000/task/30019/stat : 30019 (java) S 29998 29998 20574 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151817724 26628161536 10216 33554432000 4194304 4196468 140722974043504 139733154393136 139734892874370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28532736 140722974045336 140722974045512 140722974045512 140722974048207 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 42248 KiB

[startup+0.309458 s]*
/proc/loadavg: 8.16 7.54 7.34 2/199 30019
/proc/meminfo: memFree=26992572/32770624 swapFree=67108860/67108860
[pid=29998] ppid=29995 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/29998/stat : 29998 (xcsp3-exec) S 29995 29998 20574 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 151817717 9740288 346 33554432000 4194304 5098028 140728188118448 140728188116552 140617200796284 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 30822400 140728188122218 140728188122428 140728188122428 140728188125163 0
/proc/29998/statm: 2378 346 289 221 0 87 0
[pid=30000] ppid=29998 vsize=26004064 memory=47892 CPUtime=0.48 cores=0-7
/proc/30000/stat : 30000 (java) S 29998 29998 20574 0 -1 1077944320 9205 0 0 0 46 2 0 0 20 0 20 0 151817717 26628161536 11973 33554432000 4194304 4196468 140722974043504 140722974026048 139734892863223 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28532736 140722974045336 140722974045512 140722974045512 140722974048207 0
/proc/30000/statm: 6501016 11973 3044 1 0 6488269 0
[pid=30000/tid=30001] ppid=29998 vsize=26004064 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/30000/task/30001/stat : 30001 (java) R 29998 29998 20574 0 -1 4202560 6150 0 0 0 28 1 0 0 20 0 20 0 151817718 26628161536 11973 33554432000 4194304 4196468 140722974043504 139734897099472 139734876943710 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28532736 140722974045336 140722974045512 140722974045512 140722974048207 0
[pid=30000/tid=30002] ppid=29998 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/30000/task/30002/stat : 30002 (java) S 29998 29998 20574 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151817718 26628161536 11973 33554432000 4194304 4196468 140722974043504 139734450986128 139734892873429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28532736 140722974045336 140722974045512 140722974045512 140722974048207 0
[pid=30000/tid=30003] ppid=29998 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/30000/task/30003/stat : 30003 (java) S 29998 29998 20574 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151817718 26628161536 11973 33554432000 4194304 4196468 140722974043504 139734449933328 139734892873429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28532736 140722974045336 140722974045512 140722974045512 140722974048207 0
[pid=30000/tid=30004] ppid=29998 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/30000/task/30004/stat : 30004 (java) S 29998 29998 20574 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151817718 26628161536 11973 33554432000 4194304 4196468 140722974043504 139734448880528 139734892873429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28532736 140722974045336 140722974045512 140722974045512 140722974048207 0
[pid=30000/tid=30005] ppid=29998 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/30000/task/30005/stat : 30005 (java) S 29998 29998 20574 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151817718 26628161536 11973 33554432000 4194304 4196468 140722974043504 139734447827728 139734892873429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28532736 140722974045336 140722974045512 140722974045512 140722974048207 0
[pid=30000/tid=30006] ppid=29998 vsize=26004064 memory=2244 CPUtime=0 cores=0-7
/proc/30000/task/30006/stat : 30006 (java) S 29998 29998 20574 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151817718 26628161536 11973 33554432000 4194304 4196468 140722974043504 139734446774928 139734892873429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28532736 140722974045336 140722974045512 140722974045512 140722974048207 0
[pid=30000/tid=30007] ppid=29998 vsize=26004064 memory=140300207092655 CPUtime=0 cores=0-7
/proc/30000/task/30007/stat : 30007 (java) S 29998 29998 20574 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151817718 26628161536 11973 33554432000 4194304 4196468 140722974043504 139734445722128 139734892873429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28532736 140722974045336 140722974045512 140722974045512 140722974048207 0
[pid=30000/tid=30008] ppid=29998 vsize=26004064 memory=140300207094960 CPUtime=0 cores=0-7
/proc/30000/task/30008/stat : 30008 (java) S 29998 29998 20574 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151817719 26628161536 11973 33554432000 4194304 4196468 140722974043504 139734444669328 139734892873429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28532736 140722974045336 140722974045512 140722974045512 140722974048207 0
[pid=30000/tid=30009] ppid=29998 vsize=26004064 memory=140300207097264 CPUtime=0 cores=0-7
/proc/30000/task/30009/stat : 30009 (java) S 29998 29998 20574 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151817719 26628161536 11973 33554432000 4194304 4196468 140722974043504 139734443616528 139734892873429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28532736 140722974045336 140722974045512 140722974045512 140722974048207 0
[pid=30000/tid=30010] ppid=29998 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/30000/task/30010/stat : 30010 (java) S 29998 29998 20574 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151817720 26628161536 11973 33554432000 4194304 4196468 140722974043504 139734154197872 139734892874370 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28532736 140722974045336 140722974045512 140722974045512 140722974048207 0
[pid=30000/tid=30011] ppid=29998 vsize=26004064 memory=280600414201488 CPUtime=0 cores=0-7
/proc/30000/task/30011/stat : 30011 (java) S 29998 29998 20574 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 151817720 26628161536 11973 33554432000 4194304 4196468 140722974043504 139734153143840 139734892873429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28532736 140722974045336 140722974045512 140722974045512 140722974048207 0
[pid=30000/tid=30012] ppid=29998 vsize=26004064 memory=280600414208400 CPUtime=0 cores=0-7
/proc/30000/task/30012/stat : 30012 (java) S 29998 29998 20574 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 151817721 26628161536 11973 33554432000 4194304 4196468 140722974043504 139734152090992 139734892873429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28532736 140722974045336 140722974045512 140722974045512 140722974048207 0
[pid=30000/tid=30013] ppid=29998 vsize=26004064 memory=280600414149680 CPUtime=0 cores=0-7
/proc/30000/task/30013/stat : 30013 (java) S 29998 29998 20574 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151817723 26628161536 11973 33554432000 4194304 4196468 140722974043504 139734151039312 139734892881819 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28532736 140722974045336 140722974045512 140722974045512 140722974048207 0
[pid=30000/tid=30014] ppid=29998 vsize=26004064 memory=280600414222224 CPUtime=0.03 cores=0-7
/proc/30000/task/30014/stat : 30014 (java) S 29998 29998 20574 0 -1 1077944384 610 0 0 0 3 0 0 0 20 0 20 0 151817723 26628161536 11973 33554432000 4194304 4196468 140722974043504 139734149986672 139734892874370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28532736 140722974045336 140722974045512 140722974045512 140722974048207 0
[pid=30000/tid=30015] ppid=29998 vsize=26004064 memory=280600414229136 CPUtime=0.02 cores=0-7
/proc/30000/task/30015/stat : 30015 (java) S 29998 29998 20574 0 -1 1077944384 166 0 0 0 2 0 0 0 20 0 20 0 151817723 26628161536 11973 33554432000 4194304 4196468 140722974043504 139734148933872 139734892874370 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28532736 140722974045336 140722974045512 140722974045512 140722974048207 0
[pid=30000/tid=30016] ppid=29998 vsize=26004064 memory=280600414226832 CPUtime=0 cores=0-7
/proc/30000/task/30016/stat : 30016 (java) S 29998 29998 20574 0 -1 1077944384 131 0 0 0 0 0 0 0 20 0 20 0 151817723 26628161536 11973 33554432000 4194304 4196468 140722974043504 139734147881072 139734892874370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28532736 140722974045336 140722974045512 140722974045512 140722974048207 0
[pid=30000/tid=30017] ppid=29998 vsize=26004064 memory=280600414242992 CPUtime=0.11 cores=0-7
/proc/30000/task/30017/stat : 30017 (java) S 29998 29998 20574 0 -1 1077944384 838 0 0 0 11 0 0 0 20 0 20 0 151817723 26628161536 11973 33554432000 4194304 4196468 140722974043504 139734146828272 139734892874370 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28532736 140722974045336 140722974045512 140722974045512 140722974048207 0
[pid=30000/tid=30018] ppid=29998 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/30000/task/30018/stat : 30018 (java) S 29998 29998 20574 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151817723 26628161536 11973 33554432000 4194304 4196468 140722974043504 139734145776736 139734892873429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28532736 140722974045336 140722974045512 140722974045512 140722974048207 0
[pid=30000/tid=30019] ppid=29998 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/30000/task/30019/stat : 30019 (java) S 29998 29998 20574 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151817724 26628161536 11973 33554432000 4194304 4196468 140722974043504 139733154393136 139734892874370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28532736 140722974045336 140722974045512 140722974045512 140722974048207 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 49276 KiB

[startup+0.701031 s]
/proc/loadavg: 8.16 7.54 7.34 3/199 30019
/proc/meminfo: memFree=26977240/32770624 swapFree=67108860/67108860
[pid=29998] ppid=29995 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/29998/stat : 29998 (xcsp3-exec) S 29995 29998 20574 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 151817717 9740288 346 33554432000 4194304 5098028 140728188118448 140728188116552 140617200796284 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 30822400 140728188122218 140728188122428 140728188122428 140728188125163 0
/proc/29998/statm: 2378 346 289 221 0 87 0
[pid=30000] ppid=29998 vsize=26538700 memory=91680 CPUtime=2.13 cores=0-7
/proc/30000/stat : 30000 (java) S 29998 29998 20574 0 -1 1077944320 12875 0 0 0 209 4 0 0 20 0 28 0 151817717 27175628800 22920 33554432000 4194304 4196468 140722974043504 140722974026048 139734892863223 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28532736 140722974045336 140722974045512 140722974045512 140722974048207 0
/proc/30000/statm: 6634675 22920 3209 1 0 6621909 0
[pid=30000/tid=30001] ppid=29998 vsize=26538700 memory=280600414537920 CPUtime=0.55 cores=0-7
/proc/30000/task/30001/stat : 30001 (java) S 29998 29998 20574 0 -1 1077944384 6798 0 0 0 53 2 0 0 20 0 28 0 151817718 27175628800 22920 33554432000 4194304 4196468 140722974043504 139734897104000 139734892873429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28532736 140722974045336 140722974045512 140722974045512 140722974048207 0
[pid=30000/tid=30002] ppid=29998 vsize=26538700 memory=1012 CPUtime=0 cores=0-7
/proc/30000/task/30002/stat : 30002 (java) S 29998 29998 20574 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 151817718 27175628800 22920 33554432000 4194304 4196468 140722974043504 139734450986128 139734892873429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28532736 140722974045336 140722974045512 140722974045512 140722974048207 0
[pid=30000/tid=30003] ppid=29998 vsize=26538700 memory=1716 CPUtime=0 cores=0-7
/proc/30000/task/30003/stat : 30003 (java) S 29998 29998 20574 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 151817718 27175628800 22920 33554432000 4194304 4196468 140722974043504 139734449933328 139734892873429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28532736 140722974045336 140722974045512 140722974045512 140722974048207 0
[pid=30000/tid=30004] ppid=29998 vsize=26538700 memory=5792 CPUtime=0 cores=0-7
/proc/30000/task/30004/stat : 30004 (java) S 29998 29998 20574 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 151817718 27175628800 22920 33554432000 4194304 4196468 140722974043504 139734448880528 139734892873429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28532736 140722974045336 140722974045512 140722974045512 140722974048207 0

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

[pid=30000/tid=30075] ppid=29998 vsize=26538700 memory=42060 CPUtime=159.68 cores=0-7
/proc/30000/task/30075/stat : 30075 (java) R 29998 29998 20574 0 -1 4202560 3852 0 0 0 15967 1 0 0 20 0 28 0 151817809 27175628800 59669 33554432000 4194304 4196468 140722974043504 139733141617520 139734501290623 0 4 0 16800975 0 0 0 -1 7 0 0 1 0 0 6293624 6294260 28532736 140722974045336 140722974045512 140722974045512 140722974048207 0
Current children cumulated CPU time: 1289.74 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 240060 KiB

[startup+222.301 s]
/proc/loadavg: 8.22 8.02 7.59 9/209 30084
/proc/meminfo: memFree=26799312/32770624 swapFree=67108860/67108860
[pid=29998] ppid=29995 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/29998/stat : 29998 (xcsp3-exec) S 29995 29998 20574 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 151817717 9740288 346 33554432000 4194304 5098028 140728188118448 140728188116552 140617200796284 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 30822400 140728188122218 140728188122428 140728188122428 140728188125163 0
/proc/29998/statm: 2378 346 289 221 0 87 0
[pid=30000] ppid=29998 vsize=26538700 memory=242900 CPUtime=1768.04 cores=0-7
/proc/30000/stat : 30000 (java) S 29998 29998 20574 0 -1 1077944320 78076 0 0 0 176751 53 0 0 20 0 28 0 151817717 27175628800 60725 33554432000 4194304 4196468 140722974043504 140722974026048 139734892863223 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28532736 140722974045336 140722974045512 140722974045512 140722974048207 0
/proc/30000/statm: 6634675 60725 3265 1 0 6621909 0
[pid=30000/tid=30001] ppid=29998 vsize=26538700 memory=242896 CPUtime=0.56 cores=0-7
/proc/30000/task/30001/stat : 30001 (java) S 29998 29998 20574 0 -1 1077944384 6798 0 0 0 54 2 0 0 20 0 28 0 151817718 27175628800 60725 33554432000 4194304 4196468 140722974043504 139734897104000 139734892873429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28532736 140722974045336 140722974045512 140722974045512 140722974048207 0
[pid=30000/tid=30002] ppid=29998 vsize=26538700 memory=242900 CPUtime=0.1 cores=0-7
/proc/30000/task/30002/stat : 30002 (java) S 29998 29998 20574 0 -1 1077944384 2292 0 0 0 7 3 0 0 20 0 28 0 151817718 27175628800 60725 33554432000 4194304 4196468 140722974043504 139734450986128 139734892873429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28532736 140722974045336 140722974045512 140722974045512 140722974048207 0
[pid=30000/tid=30003] ppid=29998 vsize=26538700 memory=1384 CPUtime=0.12 cores=0-7
/proc/30000/task/30003/stat : 30003 (java) S 29998 29998 20574 0 -1 1077944384 1040 0 0 0 8 4 0 0 20 0 28 0 151817718 27175628800 60725 33554432000 4194304 4196468 140722974043504 139734449933328 139734892873429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28532736 140722974045336 140722974045512 140722974045512 140722974048207 0
[pid=30000/tid=30004] ppid=29998 vsize=26538700 memory=56 CPUtime=0.11 cores=0-7
/proc/30000/task/30004/stat : 30004 (java) S 29998 29998 20574 0 -1 1077944384 1813 0 0 0 8 3 0 0 20 0 28 0 151817718 27175628800 60725 33554432000 4194304 4196468 140722974043504 139734448880528 139734892873429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28532736 140722974045336 140722974045512 140722974045512 140722974048207 0
[pid=30000/tid=30005] ppid=29998 vsize=26538700 memory=7595692777525830759 CPUtime=0.11 cores=0-7
/proc/30000/task/30005/stat : 30005 (java) S 29998 29998 20574 0 -1 1077944384 993 0 0 0 8 3 0 0 20 0 28 0 151817718 27175628800 60725 33554432000 4194304 4196468 140722974043504 139734447827728 139734892873429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28532736 140722974045336 140722974045512 140722974045512 140722974048207 0
[pid=30000/tid=30006] ppid=29998 vsize=26538700 memory=269192176403118 CPUtime=0.12 cores=0-7
/proc/30000/task/30006/stat : 30006 (java) S 29998 29998 20574 0 -1 1077944384 2688 0 0 0 8 4 0 0 20 0 28 0 151817718 27175628800 60725 33554432000 4194304 4196468 140722974043504 139734446774928 139734892873429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28532736 140722974045336 140722974045512 140722974045512 140722974048207 0
[pid=30000/tid=30007] ppid=29998 vsize=26538700 memory=8330969454845486047 CPUtime=0.12 cores=0-7
/proc/30000/task/30007/stat : 30007 (java) S 29998 29998 20574 0 -1 1077944384 1464 0 0 0 8 4 0 0 20 0 28 0 151817718 27175628800 60725 33554432000 4194304 4196468 140722974043504 139734445722128 139734892873429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28532736 140722974045336 140722974045512 140722974045512 140722974048207 0
[pid=30000/tid=30008] ppid=29998 vsize=26538700 memory=4497 CPUtime=0.12 cores=0-7
/proc/30000/task/30008/stat : 30008 (java) S 29998 29998 20574 0 -1 1077944384 1831 0 0 0 8 4 0 0 20 0 28 0 151817719 27175628800 60725 33554432000 4194304 4196468 140722974043504 139734444669328 139734892873429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28532736 140722974045336 140722974045512 140722974045512 140722974048207 0
[pid=30000/tid=30009] ppid=29998 vsize=26538700 memory=4420 CPUtime=0.11 cores=0-7
/proc/30000/task/30009/stat : 30009 (java) S 29998 29998 20574 0 -1 1077944384 2360 0 0 0 7 4 0 0 20 0 28 0 151817719 27175628800 60725 33554432000 4194304 4196468 140722974043504 139734443616528 139734892873429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28532736 140722974045336 140722974045512 140722974045512 140722974048207 0
[pid=30000/tid=30010] ppid=29998 vsize=26538700 memory=-7003737579269690708 CPUtime=0.11 cores=0-7
/proc/30000/task/30010/stat : 30010 (java) S 29998 29998 20574 0 -1 1077944384 6087 0 0 0 10 1 0 0 20 0 28 0 151817720 27175628800 60725 33554432000 4194304 4196468 140722974043504 139734154197872 139734892874370 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28532736 140722974045336 140722974045512 140722974045512 140722974048207 0
[pid=30000/tid=30011] ppid=29998 vsize=26538700 memory=-3252517613198930781 CPUtime=0 cores=0-7
/proc/30000/task/30011/stat : 30011 (java) S 29998 29998 20574 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 28 0 151817720 27175628800 60725 33554432000 4194304 4196468 140722974043504 139734153143904 139734892873429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28532736 140722974045336 140722974045512 140722974045512 140722974048207 0
[pid=30000/tid=30012] ppid=29998 vsize=26538700 memory=2428 CPUtime=0 cores=0-7
/proc/30000/task/30012/stat : 30012 (java) S 29998 29998 20574 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 28 0 151817721 27175628800 60725 33554432000 4194304 4196468 140722974043504 139734152091008 139734892873429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28532736 140722974045336 140722974045512 140722974045512 140722974048207 0
[pid=30000/tid=30013] ppid=29998 vsize=26538700 memory=928 CPUtime=0 cores=0-7
/proc/30000/task/30013/stat : 30013 (java) S 29998 29998 20574 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 151817723 27175628800 60725 33554432000 4194304 4196468 140722974043504 139734151039312 139734892881819 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28532736 140722974045336 140722974045512 140722974045512 140722974048207 0
[pid=30000/tid=30014] ppid=29998 vsize=26538700 memory=240744 CPUtime=1.42 cores=0-7
/proc/30000/task/30014/stat : 30014 (java) S 29998 29998 20574 0 -1 1077944384 7155 0 0 0 140 2 0 0 20 0 28 0 151817723 27175628800 60725 33554432000 4194304 4196468 140722974043504 139734149986672 139734892874370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28532736 140722974045336 140722974045512 140722974045512 140722974048207 0
[pid=30000/tid=30015] ppid=29998 vsize=26538700 memory=1384 CPUtime=1.47 cores=0-7
/proc/30000/task/30015/stat : 30015 (java) S 29998 29998 20574 0 -1 1077944384 7110 0 0 0 146 1 0 0 20 0 28 0 151817723 27175628800 60725 33554432000 4194304 4196468 140722974043504 139734148933872 139734892874370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28532736 140722974045336 140722974045512 140722974045512 140722974048207 0
[pid=30000/tid=30016] ppid=29998 vsize=26538700 memory=33 CPUtime=1.18 cores=0-7
/proc/30000/task/30016/stat : 30016 (java) S 29998 29998 20574 0 -1 1077944384 6073 0 0 0 117 1 0 0 20 0 28 0 151817723 27175628800 60725 33554432000 4194304 4196468 140722974043504 139734147881072 139734892874370 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28532736 140722974045336 140722974045512 140722974045512 140722974048207 0
[pid=30000/tid=30017] ppid=29998 vsize=26538700 memory=280600415631104 CPUtime=0.57 cores=0-7
/proc/30000/task/30017/stat : 30017 (java) S 29998 29998 20574 0 -1 1077944384 7349 0 0 0 56 1 0 0 20 0 28 0 151817723 27175628800 60725 33554432000 4194304 4196468 140722974043504 139734146828272 139734892874370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28532736 140722974045336 140722974045512 140722974045512 140722974048207 0
[pid=30000/tid=30018] ppid=29998 vsize=26538700 memory=280600416306992 CPUtime=0 cores=0-7
/proc/30000/task/30018/stat : 30018 (java) S 29998 29998 20574 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 151817723 27175628800 60725 33554432000 4194304 4196468 140722974043504 139734145776736 139734892873429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28532736 140722974045336 140722974045512 140722974045512 140722974048207 0
[pid=30000/tid=30019] ppid=29998 vsize=26538700 memory=195723266 CPUtime=0.03 cores=0-7
/proc/30000/task/30019/stat : 30019 (java) S 29998 29998 20574 0 -1 1077944384 954 0 0 0 0 3 0 0 20 0 28 0 151817724 27175628800 60725 33554432000 4194304 4196468 140722974043504 139733154393136 139734892874370 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28532736 140722974045336 140722974045512 140722974045512 140722974048207 0
[pid=30000/tid=30068] ppid=29998 vsize=26538700 memory=4140 CPUtime=219.99 cores=0-7
/proc/30000/task/30068/stat : 30068 (java) R 29998 29998 20574 0 -1 4202560 899 0 0 0 21999 0 0 0 20 0 28 0 151817808 27175628800 60725 33554432000 4194304 4196468 140722974043504 139733144771848 139734501306768 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28532736 140722974045336 140722974045512 140722974045512 140722974048207 0
[pid=30000/tid=30069] ppid=29998 vsize=26538700 memory=42072 CPUtime=220.5 cores=0-7
/proc/30000/task/30069/stat : 30069 (java) R 29998 29998 20574 0 -1 4202560 1190 0 0 0 22050 0 0 0 20 0 28 0 151817808 27175628800 60725 33554432000 4194304 4196468 140722974043504 139733142667904 139734500229461 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 28532736 140722974045336 140722974045512 140722974045512 140722974048207 0
[pid=30000/tid=30070] ppid=29998 vsize=26538700 memory=4140 CPUtime=219.97 cores=0-7
/proc/30000/task/30070/stat : 30070 (java) R 29998 29998 20574 0 -1 4202560 1620 0 0 0 21997 0 0 0 20 0 28 0 151817808 27175628800 60725 33554432000 4194304 4196468 140722974043504 139733145825072 139734500229940 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28532736 140722974045336 140722974045512 140722974045512 140722974048207 0
[pid=30000/tid=30071] ppid=29998 vsize=26538700 memory=4140 CPUtime=219.5 cores=0-7
/proc/30000/task/30071/stat : 30071 (java) R 29998 29998 20574 0 -1 4202560 5741 0 0 0 21947 3 0 0 20 0 28 0 151817808 27175628800 60725 33554432000 4194304 4196468 140722974043504 139733139509672 139734500229189 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28532736 140722974045336 140722974045512 140722974045512 140722974048207 0
[pid=30000/tid=30072] ppid=29998 vsize=26538700 memory=42072 CPUtime=219.83 cores=0-7
/proc/30000/task/30072/stat : 30072 (java) R 29998 29998 20574 0 -1 4202560 3710 0 0 0 21982 1 0 0 20 0 28 0 151817808 27175628800 60725 33554432000 4194304 4196468 140722974043504 139733140561768 139734500752442 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 28532736 140722974045336 140722974045512 140722974045512 140722974048207 0
[pid=30000/tid=30073] ppid=29998 vsize=26538700 memory=1296 CPUtime=220.43 cores=0-7
/proc/30000/task/30073/stat : 30073 (java) R 29998 29998 20574 0 -1 4202560 854 0 0 0 22043 0 0 0 20 0 28 0 151817808 27175628800 60725 33554432000 4194304 4196468 140722974043504 139733146877536 139734500228809 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28532736 140722974045336 140722974045512 140722974045512 140722974048207 0
[pid=30000/tid=30074] ppid=29998 vsize=26538700 memory=1384 CPUtime=220.68 cores=0-7
/proc/30000/task/30074/stat : 30074 (java) R 29998 29998 20574 0 -1 4202560 1064 0 0 0 22068 0 0 0 20 0 28 0 151817808 27175628800 60725 33554432000 4194304 4196468 140722974043504 139733143720552 139734500228873 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28532736 140722974045336 140722974045512 140722974045512 140722974048207 0
[pid=30000/tid=30075] ppid=29998 vsize=26538700 memory=240744 CPUtime=219.28 cores=0-7
/proc/30000/task/30075/stat : 30075 (java) R 29998 29998 20574 0 -1 4202560 4477 0 0 0 21927 1 0 0 20 0 28 0 151817809 27175628800 60725 33554432000 4194304 4196468 140722974043504 139733141617616 139734500229612 0 4 0 16800975 0 0 0 -1 7 0 0 1 0 0 6293624 6294260 28532736 140722974045336 140722974045512 140722974045512 140722974048207 0
Current children cumulated CPU time: 1768.04 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 244284 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+252.002 s]*
/proc/loadavg: 8.14 8.02 7.60 9/209 30084
/proc/meminfo: memFree=26797944/32770624 swapFree=67108860/67108860
[pid=29998] ppid=29995 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/29998/stat : 29998 (xcsp3-exec) S 29995 29998 20574 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 151817717 9740288 346 33554432000 4194304 5098028 140728188118448 140728188116552 140617200796284 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 30822400 140728188122218 140728188122428 140728188122428 140728188125163 0
/proc/29998/statm: 2378 346 289 221 0 87 0
[pid=30000] ppid=29998 vsize=26538700 memory=244988 CPUtime=2004.84 cores=0-7
/proc/30000/stat : 30000 (java) S 29998 29998 20574 0 -1 1077944320 81475 0 0 0 200430 54 0 0 20 0 28 0 151817717 27175628800 61247 33554432000 4194304 4196468 140722974043504 140722974026048 139734892863223 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28532736 140722974045336 140722974045512 140722974045512 140722974048207 0
/proc/30000/statm: 6634675 61247 3265 1 0 6621909 0
[pid=30000/tid=30001] ppid=29998 vsize=26538700 memory=6791534058613427641 CPUtime=0.56 cores=0-7
/proc/30000/task/30001/stat : 30001 (java) S 29998 29998 20574 0 -1 1077944384 6798 0 0 0 54 2 0 0 20 0 28 0 151817718 27175628800 61247 33554432000 4194304 4196468 140722974043504 139734897104000 139734892873429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28532736 140722974045336 140722974045512 140722974045512 140722974048207 0
[pid=30000/tid=30002] ppid=29998 vsize=26538700 memory=-7003737579269690708 CPUtime=0.13 cores=0-7
/proc/30000/task/30002/stat : 30002 (java) S 29998 29998 20574 0 -1 1077944384 2328 0 0 0 9 4 0 0 20 0 28 0 151817718 27175628800 61247 33554432000 4194304 4196468 140722974043504 139734450986128 139734892873429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28532736 140722974045336 140722974045512 140722974045512 140722974048207 0
[pid=30000/tid=30003] ppid=29998 vsize=26538700 memory=7788 CPUtime=0.13 cores=0-7
/proc/30000/task/30003/stat : 30003 (java) S 29998 29998 20574 0 -1 1077944384 1084 0 0 0 9 4 0 0 20 0 28 0 151817718 27175628800 61247 33554432000 4194304 4196468 140722974043504 139734449933328 139734892873429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28532736 140722974045336 140722974045512 140722974045512 140722974048207 0
[pid=30000/tid=30004] ppid=29998 vsize=26538700 memory=840 CPUtime=0.12 cores=0-7
/proc/30000/task/30004/stat : 30004 (java) S 29998 29998 20574 0 -1 1077944384 1906 0 0 0 9 3 0 0 20 0 28 0 151817718 27175628800 61247 33554432000 4194304 4196468 140722974043504 139734448880528 139734892873429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28532736 140722974045336 140722974045512 140722974045512 140722974048207 0
[pid=30000/tid=30005] ppid=29998 vsize=26538700 memory=1692 CPUtime=0.12 cores=0-7
/proc/30000/task/30005/stat : 30005 (java) S 29998 29998 20574 0 -1 1077944384 1042 0 0 0 9 3 0 0 20 0 28 0 151817718 27175628800 61247 33554432000 4194304 4196468 140722974043504 139734447827728 139734892873429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28532736 140722974045336 140722974045512 140722974045512 140722974048207 0
[pid=30000/tid=30006] ppid=29998 vsize=26538700 memory=916 CPUtime=0.13 cores=0-7
/proc/30000/task/30006/stat : 30006 (java) S 29998 29998 20574 0 -1 1077944384 2732 0 0 0 9 4 0 0 20 0 28 0 151817718 27175628800 61247 33554432000 4194304 4196468 140722974043504 139734446774928 139734892873429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28532736 140722974045336 140722974045512 140722974045512 140722974048207 0
[pid=30000/tid=30007] ppid=29998 vsize=26538700 memory=5264 CPUtime=0.13 cores=0-7
/proc/30000/task/30007/stat : 30007 (java) S 29998 29998 20574 0 -1 1077944384 1851 0 0 0 9 4 0 0 20 0 28 0 151817718 27175628800 61247 33554432000 4194304 4196468 140722974043504 139734445722128 139734892873429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28532736 140722974045336 140722974045512 140722974045512 140722974048207 0
[pid=30000/tid=30008] ppid=29998 vsize=26538700 memory=4100 CPUtime=0.13 cores=0-7
/proc/30000/task/30008/stat : 30008 (java) S 29998 29998 20574 0 -1 1077944384 1849 0 0 0 9 4 0 0 20 0 28 0 151817719 27175628800 61247 33554432000 4194304 4196468 140722974043504 139734444669328 139734892873429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28532736 140722974045336 140722974045512 140722974045512 140722974048207 0
[pid=30000/tid=30009] ppid=29998 vsize=26538700 memory=1156 CPUtime=0.12 cores=0-7
/proc/30000/task/30009/stat : 30009 (java) S 29998 29998 20574 0 -1 1077944384 2400 0 0 0 8 4 0 0 20 0 28 0 151817719 27175628800 61247 33554432000 4194304 4196468 140722974043504 139734443616528 139734892873429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28532736 140722974045336 140722974045512 140722974045512 140722974048207 0
[pid=30000/tid=30010] ppid=29998 vsize=26538700 memory=3584 CPUtime=0.13 cores=0-7
/proc/30000/task/30010/stat : 30010 (java) S 29998 29998 20574 0 -1 1077944384 6390 0 0 0 12 1 0 0 20 0 28 0 151817720 27175628800 61247 33554432000 4194304 4196468 140722974043504 139734154197872 139734892874370 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28532736 140722974045336 140722974045512 140722974045512 140722974048207 0
[pid=30000/tid=30011] ppid=29998 vsize=26538700 memory=1384 CPUtime=0 cores=0-7
/proc/30000/task/30011/stat : 30011 (java) S 29998 29998 20574 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 28 0 151817720 27175628800 61247 33554432000 4194304 4196468 140722974043504 139734153143904 139734892873429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28532736 140722974045336 140722974045512 140722974045512 140722974048207 0
[pid=30000/tid=30012] ppid=29998 vsize=26538700 memory=242936 CPUtime=0 cores=0-7
/proc/30000/task/30012/stat : 30012 (java) S 29998 29998 20574 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 28 0 151817721 27175628800 61247 33554432000 4194304 4196468 140722974043504 139734152091008 139734892873429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28532736 140722974045336 140722974045512 140722974045512 140722974048207 0
[pid=30000/tid=30013] ppid=29998 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/30000/task/30013/stat : 30013 (java) S 29998 29998 20574 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 151817723 27175628800 61247 33554432000 4194304 4196468 140722974043504 139734151039312 139734892881819 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28532736 140722974045336 140722974045512 140722974045512 140722974048207 0
[pid=30000/tid=30014] ppid=29998 vsize=26538700 memory=-6520471753822164382 CPUtime=1.45 cores=0-7
/proc/30000/task/30014/stat : 30014 (java) S 29998 29998 20574 0 -1 1077944384 8547 0 0 0 143 2 0 0 20 0 28 0 151817723 27175628800 61247 33554432000 4194304 4196468 140722974043504 139734149986672 139734892874370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28532736 140722974045336 140722974045512 140722974045512 140722974048207 0
[pid=30000/tid=30015] ppid=29998 vsize=26538700 memory=6791534058613427641 CPUtime=1.47 cores=0-7
/proc/30000/task/30015/stat : 30015 (java) S 29998 29998 20574 0 -1 1077944384 7114 0 0 0 146 1 0 0 20 0 28 0 151817723 27175628800 61247 33554432000 4194304 4196468 140722974043504 139734148933872 139734892874370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28532736 140722974045336 140722974045512 140722974045512 140722974048207 0
[pid=30000/tid=30016] ppid=29998 vsize=26538700 memory=9047017150487036575 CPUtime=1.18 cores=0-7
/proc/30000/task/30016/stat : 30016 (java) S 29998 29998 20574 0 -1 1077944384 6078 0 0 0 117 1 0 0 20 0 28 0 151817723 27175628800 61247 33554432000 4194304 4196468 140722974043504 139734147881072 139734892874370 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28532736 140722974045336 140722974045512 140722974045512 140722974048207 0
[pid=30000/tid=30017] ppid=29998 vsize=26538700 memory=4715433313220523562 CPUtime=0.57 cores=0-7
/proc/30000/task/30017/stat : 30017 (java) S 29998 29998 20574 0 -1 1077944384 7353 0 0 0 56 1 0 0 20 0 28 0 151817723 27175628800 61247 33554432000 4194304 4196468 140722974043504 139734146828272 139734892874370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28532736 140722974045336 140722974045512 140722974045512 140722974048207 0
[pid=30000/tid=30018] ppid=29998 vsize=26538700 memory=4427205132082312746 CPUtime=0 cores=0-7
/proc/30000/task/30018/stat : 30018 (java) S 29998 29998 20574 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 151817723 27175628800 61247 33554432000 4194304 4196468 140722974043504 139734145776736 139734892873429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28532736 140722974045336 140722974045512 140722974045512 140722974048207 0
[pid=30000/tid=30019] ppid=29998 vsize=26538700 memory=-8486080722631693414 CPUtime=0.03 cores=0-7
/proc/30000/task/30019/stat : 30019 (java) S 29998 29998 20574 0 -1 1077944384 984 0 0 0 0 3 0 0 20 0 28 0 151817724 27175628800 61247 33554432000 4194304 4196468 140722974043504 139733154393136 139734892874370 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28532736 140722974045336 140722974045512 140722974045512 140722974048207 0
[pid=30000/tid=30068] ppid=29998 vsize=26538700 memory=1399103955520229747 CPUtime=249.62 cores=0-7
/proc/30000/task/30068/stat : 30068 (java) R 29998 29998 20574 0 -1 4202560 962 0 0 0 24962 0 0 0 20 0 28 0 151817808 27175628800 61247 33554432000 4194304 4196468 140722974043504 139733144771712 139734500228879 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28532736 140722974045336 140722974045512 140722974045512 140722974048207 0
[pid=30000/tid=30069] ppid=29998 vsize=26538700 memory=-7023579799431922829 CPUtime=250.16 cores=0-7
/proc/30000/task/30069/stat : 30069 (java) R 29998 29998 20574 0 -1 4202560 1256 0 0 0 25016 0 0 0 20 0 28 0 151817808 27175628800 61247 33554432000 4194304 4196468 140722974043504 139733142667904 139734500750788 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 28532736 140722974045336 140722974045512 140722974045512 140722974048207 0
[pid=30000/tid=30070] ppid=29998 vsize=26538700 memory=1156 CPUtime=249.45 cores=0-7
/proc/30000/task/30070/stat : 30070 (java) R 29998 29998 20574 0 -1 4202560 1697 0 0 0 24945 0 0 0 20 0 28 0 151817808 27175628800 61247 33554432000 4194304 4196468 140722974043504 139733145825928 139734500927295 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28532736 140722974045336 140722974045512 140722974045512 140722974048207 0
[pid=30000/tid=30071] ppid=29998 vsize=26538700 memory=3584 CPUtime=249.09 cores=0-7
/proc/30000/task/30071/stat : 30071 (java) R 29998 29998 20574 0 -1 4202560 5993 0 0 0 24906 3 0 0 20 0 28 0 151817808 27175628800 61247 33554432000 4194304 4196468 140722974043504 139733139509112 139734500928288 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28532736 140722974045336 140722974045512 140722974045512 140722974048207 0
[pid=30000/tid=30072] ppid=29998 vsize=26538700 memory=792 CPUtime=249.35 cores=0-7
/proc/30000/task/30072/stat : 30072 (java) R 29998 29998 20574 0 -1 4202560 3815 0 0 0 24934 1 0 0 20 0 28 0 151817808 27175628800 61247 33554432000 4194304 4196468 140722974043504 139733140564464 139734501884521 0 4 0 16800975 0 0 0 -1 7 0 0 1 0 0 6293624 6294260 28532736 140722974045336 140722974045512 140722974045512 140722974048207 0
[pid=30000/tid=30073] ppid=29998 vsize=26538700 memory=1420 CPUtime=250.09 cores=0-7
/proc/30000/task/30073/stat : 30073 (java) R 29998 29998 20574 0 -1 4202560 874 0 0 0 25009 0 0 0 20 0 28 0 151817808 27175628800 61247 33554432000 4194304 4196468 140722974043504 139733146877536 139734496388184 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28532736 140722974045336 140722974045512 140722974045512 140722974048207 0
[pid=30000/tid=30074] ppid=29998 vsize=26538700 memory=13144 CPUtime=250.34 cores=0-7
/proc/30000/task/30074/stat : 30074 (java) R 29998 29998 20574 0 -1 4202560 1118 0 0 0 25034 0 0 0 20 0 28 0 151817808 27175628800 61247 33554432000 4194304 4196468 140722974043504 139733143720864 139734500229646 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28532736 140722974045336 140722974045512 140722974045512 140722974048207 0
[pid=30000/tid=30075] ppid=29998 vsize=26538700 memory=1944 CPUtime=248.72 cores=0-7
/proc/30000/task/30075/stat : 30075 (java) R 29998 29998 20574 0 -1 4202560 4790 0 0 0 24870 2 0 0 20 0 28 0 151817809 27175628800 61247 33554432000 4194304 4196468 140722974043504 139733141614736 139734500361324 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 28532736 140722974045336 140722974045512 140722974045512 140722974048207 0
Current children cumulated CPU time: 2004.84 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 246372 KiB

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

[startup+252.037 s]
# the end of solver process 29998 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0 s, system=0.001857 s

[startup+252.097 s]
# the end of solver process 30000 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2004.93 s, system=0.554276 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): 252.097
CPU time (s): 2005.49
CPU user time (s): 2004.93
CPU system time (s): 0.554276
CPU usage (%): 795.521
Max. virtual memory (cumulated for all children) (KiB): 26548212
Max. memory (cumulated for all children) (KiB): 246372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2004.93
system time used= 0.554276
maximum resident set size= 245252
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 82498
page faults= 0
swaps= 0
block input operations= 0
block output operations= 496
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18771
involuntary context switches= 21589


# summary of solver processes directly reported to runsolver:
#   pid: 29998,30000
#   total CPU time (s): 2005.49
#   total CPU user time (s): 2004.93
#   total CPU system time (s): 0.554276

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.16956 second user time and 2.78471 second system time

The end

Launcher Data

Begin job on node103 at 2017-08-20 01:47:16
IDJOB=4281619
IDBENCH=135675
IDSOLVER=2676
FILE ID=node103/4281619-1503187297
RUNJOBID= node103-1503173765-20601
PBS_JOBID= 20630841
Free space on /tmp= 61652 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n20/TravellingSalesman-20-30-18.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 22000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4281619-1503187297/watcher-4281619-1503187297 -o /tmp/evaluation-result-4281619-1503187297/solver-4281619-1503187297 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node103-1503173765-20601 --watchdog 312  ./xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 22000 -tdir HOME -seed 2027959038 HOME/instance-4281619-1503187297.xml

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

MD5SUM BENCH= 42f1d058d9b6109346b78f68a037a5c1
RANDOM SEED=2027959038

node103.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.56
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.56
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.56
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.56
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:        27030056 kB
MemAvailable:   31973732 kB
Buffers:          237788 kB
Cached:          4999628 kB
SwapCached:            0 kB
Active:          1008108 kB
Inactive:        4286016 kB
Active(anon):       6152 kB
Inactive(anon):    86700 kB
Active(file):    1001956 kB
Inactive(file):  4199316 kB
Unevictable:        7496 kB
Mlocked:            7496 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8064 kB
Writeback:             0 kB
AnonPages:         87576 kB
Mapped:            51692 kB
Shmem:             33420 kB
Slab:             143076 kB
SReclaimable:     116480 kB
SUnreclaim:        26596 kB
KernelStack:        3520 kB
PageTables:         4848 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     334244 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     32768 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= 61644 MiB
End job on node103 at 2017-08-20 01:51:29