Trace number 4407176

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)142 20037.1 2520.12

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n30/
TravellingSalesman-30-30-19.xml
MD5SUMa6469c0d47f71dcca9bcaaa451655f38
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark126
Best CPU time to get the best result obtained on this benchmark2520.08
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints31
Number of domains2
Minimum domain size30
Maximum domain size33
Distribution of domain sizes[{"size":30,"count":30},{"size":33,"count":30}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":30},{"degree":3,"count":30}]
Minimum constraint arity3
Maximum constraint arity30
Distribution of constraint arities[{"arity":3,"count":30},{"arity":30,"count":1}]
Number of extensional constraints30
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":30},{"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-4407176-1569356085.xml"  -tl '20160s' -p 8
0.11/0.20	c Choco e747e1e
0.11/0.20	c [HOME/instance-4407176-1569356085.xml, -tl, 20160s, -p, 8]
0.33/0.24	c 8 solvers in parallel
0.33/0.31	c parse instance...
1.80/0.71	c solve instance...
2.42/0.81	o 280 
2.42/0.82	o 279 
2.42/0.83	o 278 
2.42/0.84	o 174 
2.42/0.86	o 172 
2.42/0.86	o 166 
2.42/0.87	o 164 
2.42/0.88	o 161 
2.42/0.89	o 159 
3.02/0.95	o 150 
3.02/0.95	o 148 
3.64/1.02	o 146 
3.64/1.06	o 145 
3.64/1.07	o 144 
822.12/103.75	o 143 
19730.72/2481.62	o 142 
20036.35/2520.08	s SATISFIABLE
20036.35/2520.08	v <instantiation>
20036.35/2520.08	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] c[25] c[26] c[27] c[28] c[29] 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] d[25] d[26] d[27] d[28] d[29] </list>
20036.35/2520.08	v 	<values>23 26 20 18 14 10 13 12 11 17 21 24 25 27 28 29 19 16 15 7 4 2 3 1 0 5 6 8 9 22 1 6 2 4 4 2 5 2 3 6 2 1 2 2 2 6 12 4 9 6 17 3 3 2 4 8 12 2 9 1 </values>
20036.35/2520.08	v </instantiation>
20036.35/2520.08	c Unexpected resolution interruption!

Verifier Data

OK	142

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4407176-1569356085/watcher-4407176-1569356085 -o /tmp/evaluation-result-4407176-1569356085/solver-4407176-1569356085 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node120-1324865211-32313 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 145271512 HOME/instance-4407176-1569356085.xml 

running on 8 cores: 0-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=847, runsolver pid=844
Current StackSize limit: 8192 KiB


[startup+0.100112 s]*
/proc/loadavg: 8.06 8.15 8.28 2/211 868
/proc/meminfo: memFree=25453676/32770688 swapFree=66927640/67108860
[pid=847] ppid=844 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/847/stat : 847 (xcsp3-exec) S 844 847 32286 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 511614672 115843072 364 33554432000 4194304 5098028 140722754331808 140722754329912 140481301054076 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 35233792 140722754335606 140722754335849 140722754335849 140722754338762 0
/proc/847/statm: 28282 364 305 221 0 87 0
[pid=849] ppid=847 vsize=28227396 memory=28844 CPUtime=0.11 cores=0-7
/proc/849/stat : 849 (java) S 847 847 32286 0 -1 1077944320 5592 0 0 0 10 1 0 0 20 0 20 0 511614672 28904853504 7211 33554432000 4194304 4196468 140721242321056 140721242303600 140200812789495 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24780800 140721242325994 140721242326166 140721242326166 140721242329039 0
/proc/849/statm: 7056849 7211 3060 1 0 7019032 0
[pid=849/tid=850] ppid=847 vsize=28227396 memory=8390339637985935414 CPUtime=0.08 cores=0-7
/proc/849/task/850/stat : 850 (java) R 847 847 32286 0 -1 4202560 3647 0 0 0 8 0 0 0 20 0 20 0 511614673 28904853504 7276 33554432000 4194304 4196468 140721242321056 140200817002704 140200812801430 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24780800 140721242325994 140721242326166 140721242326166 140721242329039 0
[pid=849/tid=851] ppid=847 vsize=28227396 memory=288230609019731991 CPUtime=0 cores=0-7
/proc/849/task/851/stat : 851 (java) S 847 847 32286 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511614674 28904853504 7276 33554432000 4194304 4196468 140721242321056 140200765410320 140200812799701 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24780800 140721242325994 140721242326166 140721242326166 140721242329039 0
[pid=849/tid=852] ppid=847 vsize=28227396 memory=139762508895162 CPUtime=0 cores=0-7
/proc/849/task/852/stat : 852 (java) S 847 847 32286 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511614674 28904853504 7276 33554432000 4194304 4196468 140721242321056 140200764357776 140200812799701 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24780800 140721242325994 140721242326166 140721242326166 140721242329039 0
[pid=849/tid=853] ppid=847 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/849/task/853/stat : 853 (java) S 847 847 32286 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511614674 28904853504 7276 33554432000 4194304 4196468 140721242321056 140200763304720 140200812799701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24780800 140721242325994 140721242326166 140721242326166 140721242329039 0
[pid=849/tid=854] ppid=847 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/849/task/854/stat : 854 (java) S 847 847 32286 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511614674 28904853504 7276 33554432000 4194304 4196468 140721242321056 140200762252176 140200812799701 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24780800 140721242325994 140721242326166 140721242326166 140721242329039 0
[pid=849/tid=855] ppid=847 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/849/task/855/stat : 855 (java) S 847 847 32286 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511614674 28904853504 7276 33554432000 4194304 4196468 140721242321056 140200761199120 140200812799701 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24780800 140721242325994 140721242326166 140721242326166 140721242329039 0
[pid=849/tid=856] ppid=847 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/849/task/856/stat : 856 (java) S 847 847 32286 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511614674 28904853504 7276 33554432000 4194304 4196468 140721242321056 140200760146576 140200812799701 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24780800 140721242325994 140721242326166 140721242326166 140721242329039 0
[pid=849/tid=857] ppid=847 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/849/task/857/stat : 857 (java) S 847 847 32286 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511614674 28904853504 7276 33554432000 4194304 4196468 140721242321056 140200759093520 140200812799701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24780800 140721242325994 140721242326166 140721242326166 140721242329039 0
[pid=849/tid=858] ppid=847 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/849/task/858/stat : 858 (java) S 847 847 32286 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511614674 28904853504 7276 33554432000 4194304 4196468 140721242321056 140200758040976 140200812799701 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24780800 140721242325994 140721242326166 140721242326166 140721242329039 0
[pid=849/tid=859] ppid=847 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/849/task/859/stat : 859 (java) S 847 847 32286 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511614675 28904853504 7276 33554432000 4194304 4196468 140721242321056 140199478299376 140200812800642 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24780800 140721242325994 140721242326166 140721242326166 140721242329039 0
[pid=849/tid=860] ppid=847 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/849/task/860/stat : 860 (java) S 847 847 32286 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 511614676 28904853504 7276 33554432000 4194304 4196468 140721242321056 140199409477280 140200812799701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24780800 140721242325994 140721242326166 140721242326166 140721242329039 0
[pid=849/tid=861] ppid=847 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/849/task/861/stat : 861 (java) S 847 847 32286 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 511614676 28904853504 7276 33554432000 4194304 4196468 140721242321056 140199408424176 140200812799701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24780800 140721242325994 140721242326166 140721242326166 140721242329039 0
[pid=849/tid=862] ppid=847 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/849/task/862/stat : 862 (java) S 847 847 32286 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511614679 28904853504 7276 33554432000 4194304 4196468 140721242321056 140199407372752 140200812808091 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24780800 140721242325994 140721242326166 140721242326166 140721242329039 0
[pid=849/tid=863] ppid=847 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/849/task/863/stat : 863 (java) S 847 847 32286 0 -1 1077944384 297 0 0 0 0 0 0 0 20 0 20 0 511614679 28904853504 7276 33554432000 4194304 4196468 140721242321056 140199406319856 140200812800642 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24780800 140721242325994 140721242326166 140721242326166 140721242329039 0
[pid=849/tid=864] ppid=847 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/849/task/864/stat : 864 (java) S 847 847 32286 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 511614679 28904853504 7276 33554432000 4194304 4196468 140721242321056 140199405267312 140200812800642 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24780800 140721242325994 140721242326166 140721242326166 140721242329039 0
[pid=849/tid=865] ppid=847 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/849/task/865/stat : 865 (java) S 847 847 32286 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511614679 28904853504 7276 33554432000 4194304 4196468 140721242321056 140199404214256 140200812800642 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24780800 140721242325994 140721242326166 140721242326166 140721242329039 0
[pid=849/tid=866] ppid=847 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/849/task/866/stat : 866 (java) S 847 847 32286 0 -1 1077944384 349 0 0 0 1 0 0 0 20 0 20 0 511614679 28904853504 7276 33554432000 4194304 4196468 140721242321056 140199403161712 140200812800642 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24780800 140721242325994 140721242326166 140721242326166 140721242329039 0
[pid=849/tid=867] ppid=847 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/849/task/867/stat : 867 (java) S 847 847 32286 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511614679 28904853504 7276 33554432000 4194304 4196468 140721242321056 140199402109920 140200812799701 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24780800 140721242325994 140721242326166 140721242326166 140721242329039 0
[pid=849/tid=868] ppid=847 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/849/task/868/stat : 868 (java) S 847 847 32286 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511614679 28904853504 7276 33554432000 4194304 4196468 140721242321056 140199401057456 140200812800642 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24780800 140721242325994 140721242326166 140721242326166 140721242329039 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 30300 KiB

[startup+0.211387 s]*
/proc/loadavg: 8.06 8.15 8.28 2/211 868
/proc/meminfo: memFree=25441592/32770688 swapFree=66927640/67108860
[pid=847] ppid=844 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/847/stat : 847 (xcsp3-exec) S 844 847 32286 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 511614672 115843072 364 33554432000 4194304 5098028 140722754331808 140722754329912 140481301054076 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 35233792 140722754335606 140722754335849 140722754335849 140722754338762 0
/proc/847/statm: 28282 364 305 221 0 87 0
[pid=849] ppid=847 vsize=28227396 memory=40420 CPUtime=0.33 cores=0-7
/proc/849/stat : 849 (java) S 847 847 32286 0 -1 1077944320 9395 0 0 0 30 3 0 0 20 0 20 0 511614672 28904853504 10105 33554432000 4194304 4196468 140721242321056 140721242303600 140200812789495 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24780800 140721242325994 140721242326166 140721242326166 140721242329039 0
/proc/849/statm: 7056849 10105 3270 1 0 7019032 0
[pid=849/tid=850] ppid=847 vsize=28227396 memory=8390339637985935414 CPUtime=0.2 cores=0-7
/proc/849/task/850/stat : 850 (java) R 847 847 32286 0 -1 4202560 6570 0 0 0 18 2 0 0 20 0 20 0 511614673 28904853504 10105 33554432000 4194304 4196468 140721242321056 140200817024976 140200812801430 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24780800 140721242325994 140721242326166 140721242326166 140721242329039 0
[pid=849/tid=851] ppid=847 vsize=28227396 memory=288230609019731991 CPUtime=0 cores=0-7
/proc/849/task/851/stat : 851 (java) S 847 847 32286 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511614674 28904853504 10105 33554432000 4194304 4196468 140721242321056 140200765410320 140200812799701 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24780800 140721242325994 140721242326166 140721242326166 140721242329039 0
[pid=849/tid=852] ppid=847 vsize=28227396 memory=139762508895162 CPUtime=0 cores=0-7
/proc/849/task/852/stat : 852 (java) S 847 847 32286 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511614674 28904853504 10105 33554432000 4194304 4196468 140721242321056 140200764357776 140200812799701 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24780800 140721242325994 140721242326166 140721242326166 140721242329039 0
[pid=849/tid=853] ppid=847 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/849/task/853/stat : 853 (java) S 847 847 32286 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511614674 28904853504 10105 33554432000 4194304 4196468 140721242321056 140200763304720 140200812799701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24780800 140721242325994 140721242326166 140721242326166 140721242329039 0
[pid=849/tid=854] ppid=847 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/849/task/854/stat : 854 (java) S 847 847 32286 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511614674 28904853504 10105 33554432000 4194304 4196468 140721242321056 140200762252176 140200812799701 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24780800 140721242325994 140721242326166 140721242326166 140721242329039 0
[pid=849/tid=855] ppid=847 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/849/task/855/stat : 855 (java) S 847 847 32286 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511614674 28904853504 10105 33554432000 4194304 4196468 140721242321056 140200761199120 140200812799701 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24780800 140721242325994 140721242326166 140721242326166 140721242329039 0
[pid=849/tid=856] ppid=847 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/849/task/856/stat : 856 (java) S 847 847 32286 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511614674 28904853504 10105 33554432000 4194304 4196468 140721242321056 140200760146576 140200812799701 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24780800 140721242325994 140721242326166 140721242326166 140721242329039 0
[pid=849/tid=857] ppid=847 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/849/task/857/stat : 857 (java) S 847 847 32286 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511614674 28904853504 10105 33554432000 4194304 4196468 140721242321056 140200759093520 140200812799701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24780800 140721242325994 140721242326166 140721242326166 140721242329039 0
[pid=849/tid=858] ppid=847 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/849/task/858/stat : 858 (java) S 847 847 32286 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511614674 28904853504 10105 33554432000 4194304 4196468 140721242321056 140200758040976 140200812799701 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24780800 140721242325994 140721242326166 140721242326166 140721242329039 0
[pid=849/tid=859] ppid=847 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/849/task/859/stat : 859 (java) S 847 847 32286 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511614675 28904853504 10105 33554432000 4194304 4196468 140721242321056 140199478299376 140200812800642 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24780800 140721242325994 140721242326166 140721242326166 140721242329039 0
[pid=849/tid=860] ppid=847 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/849/task/860/stat : 860 (java) S 847 847 32286 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 511614676 28904853504 10105 33554432000 4194304 4196468 140721242321056 140199409477280 140200812799701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24780800 140721242325994 140721242326166 140721242326166 140721242329039 0
[pid=849/tid=861] ppid=847 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/849/task/861/stat : 861 (java) S 847 847 32286 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 511614676 28904853504 10105 33554432000 4194304 4196468 140721242321056 140199408424176 140200812799701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24780800 140721242325994 140721242326166 140721242326166 140721242329039 0
[pid=849/tid=862] ppid=847 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/849/task/862/stat : 862 (java) S 847 847 32286 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511614679 28904853504 10105 33554432000 4194304 4196468 140721242321056 140199407372752 140200812808091 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24780800 140721242325994 140721242326166 140721242326166 140721242329039 0
[pid=849/tid=863] ppid=847 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/849/task/863/stat : 863 (java) S 847 847 32286 0 -1 1077944384 330 0 0 0 1 0 0 0 20 0 20 0 511614679 28904853504 10105 33554432000 4194304 4196468 140721242321056 140199406319856 140200812800642 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24780800 140721242325994 140721242326166 140721242326166 140721242329039 0
[pid=849/tid=864] ppid=847 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/849/task/864/stat : 864 (java) S 847 847 32286 0 -1 1077944384 361 0 0 0 1 0 0 0 20 0 20 0 511614679 28904853504 10105 33554432000 4194304 4196468 140721242321056 140199405267312 140200812800642 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24780800 140721242325994 140721242326166 140721242326166 140721242329039 0
[pid=849/tid=865] ppid=847 vsize=28227396 memory=-1 CPUtime=0.01 cores=0-7
/proc/849/task/865/stat : 865 (java) S 847 847 32286 0 -1 1077944384 101 0 0 0 1 0 0 0 20 0 20 0 511614679 28904853504 10105 33554432000 4194304 4196468 140721242321056 140199404214256 140200812800642 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24780800 140721242325994 140721242326166 140721242326166 140721242329039 0
[pid=849/tid=866] ppid=847 vsize=28227396 memory=0 CPUtime=0.07 cores=0-7
/proc/849/task/866/stat : 866 (java) R 847 847 32286 0 -1 4202560 754 0 0 0 7 0 0 0 20 0 20 0 511614679 28904853504 10105 33554432000 4194304 4196468 140721242321056 140199403161712 140200791759018 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24780800 140721242325994 140721242326166 140721242326166 140721242329039 0
[pid=849/tid=867] ppid=847 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/849/task/867/stat : 867 (java) S 847 847 32286 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511614679 28904853504 10105 33554432000 4194304 4196468 140721242321056 140199402109920 140200812799701 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24780800 140721242325994 140721242326166 140721242326166 140721242329039 0
[pid=849/tid=868] ppid=847 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/849/task/868/stat : 868 (java) S 847 847 32286 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511614679 28904853504 10105 33554432000 4194304 4196468 140721242321056 140199401057456 140200812800642 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24780800 140721242325994 140721242326166 140721242326166 140721242329039 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 41876 KiB

[startup+0.310745 s]*
/proc/loadavg: 8.06 8.15 8.28 4/211 868
/proc/meminfo: memFree=25436108/32770688 swapFree=66927640/67108860
[pid=847] ppid=844 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/847/stat : 847 (xcsp3-exec) S 844 847 32286 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 511614672 115843072 364 33554432000 4194304 5098028 140722754331808 140722754329912 140481301054076 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 35233792 140722754335606 140722754335849 140722754335849 140722754338762 0
/proc/847/statm: 28282 364 305 221 0 87 0
[pid=849] ppid=847 vsize=28231652 memory=46616 CPUtime=0.51 cores=0-7
/proc/849/stat : 849 (java) S 847 847 32286 0 -1 1077944320 10525 0 0 0 47 4 0 0 20 0 20 0 511614672 28909211648 11654 33554432000 4194304 4196468 140721242321056 140721242303600 140200812789495 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24780800 140721242325994 140721242326166 140721242326166 140721242329039 0
/proc/849/statm: 7057913 11654 3312 1 0 7019032 0
[pid=849/tid=850] ppid=847 vsize=28231652 memory=0 CPUtime=0.3 cores=0-7
/proc/849/task/850/stat : 850 (java) R 847 847 32286 0 -1 4202560 7554 0 0 0 27 3 0 0 20 0 20 0 511614673 28909211648 11654 33554432000 4194304 4196468 140721242321056 140200817013488 140200796869982 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24780800 140721242325994 140721242326166 140721242326166 140721242329039 0
[pid=849/tid=851] ppid=847 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/849/task/851/stat : 851 (java) S 847 847 32286 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511614674 28909211648 11654 33554432000 4194304 4196468 140721242321056 140200765410320 140200812799701 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24780800 140721242325994 140721242326166 140721242326166 140721242329039 0
[pid=849/tid=852] ppid=847 vsize=28231652 memory=139762508871296 CPUtime=0 cores=0-7
/proc/849/task/852/stat : 852 (java) S 847 847 32286 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511614674 28909211648 11654 33554432000 4194304 4196468 140721242321056 140200764357776 140200812799701 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24780800 140721242325994 140721242326166 140721242326166 140721242329039 0
[pid=849/tid=853] ppid=847 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/849/task/853/stat : 853 (java) S 847 847 32286 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511614674 28909211648 11654 33554432000 4194304 4196468 140721242321056 140200763304720 140200812799701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24780800 140721242325994 140721242326166 140721242326166 140721242329039 0
[pid=849/tid=854] ppid=847 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/849/task/854/stat : 854 (java) S 847 847 32286 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511614674 28909211648 11654 33554432000 4194304 4196468 140721242321056 140200762252176 140200812799701 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24780800 140721242325994 140721242326166 140721242326166 140721242329039 0
[pid=849/tid=855] ppid=847 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/849/task/855/stat : 855 (java) S 847 847 32286 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511614674 28909211648 11654 33554432000 4194304 4196468 140721242321056 140200761199120 140200812799701 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24780800 140721242325994 140721242326166 140721242326166 140721242329039 0
[pid=849/tid=856] ppid=847 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/849/task/856/stat : 856 (java) S 847 847 32286 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511614674 28909211648 11654 33554432000 4194304 4196468 140721242321056 140200760146576 140200812799701 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24780800 140721242325994 140721242326166 140721242326166 140721242329039 0
[pid=849/tid=857] ppid=847 vsize=28231652 memory=4048796783781106879 CPUtime=0 cores=0-7
/proc/849/task/857/stat : 857 (java) S 847 847 32286 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511614674 28909211648 11654 33554432000 4194304 4196468 140721242321056 140200759093520 140200812799701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24780800 140721242325994 140721242326166 140721242326166 140721242329039 0
[pid=849/tid=858] ppid=847 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/849/task/858/stat : 858 (java) S 847 847 32286 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511614674 28909211648 11654 33554432000 4194304 4196468 140721242321056 140200758040976 140200812799701 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24780800 140721242325994 140721242326166 140721242326166 140721242329039 0
[pid=849/tid=859] ppid=847 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/849/task/859/stat : 859 (java) S 847 847 32286 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 511614675 28909211648 11654 33554432000 4194304 4196468 140721242321056 140199478299376 140200812800642 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24780800 140721242325994 140721242326166 140721242326166 140721242329039 0
[pid=849/tid=860] ppid=847 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/849/task/860/stat : 860 (java) S 847 847 32286 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 511614676 28909211648 11654 33554432000 4194304 4196468 140721242321056 140199409477280 140200812799701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24780800 140721242325994 140721242326166 140721242326166 140721242329039 0
[pid=849/tid=861] ppid=847 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/849/task/861/stat : 861 (java) S 847 847 32286 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 511614676 28909211648 11654 33554432000 4194304 4196468 140721242321056 140199408424176 140200812799701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24780800 140721242325994 140721242326166 140721242326166 140721242329039 0
[pid=849/tid=862] ppid=847 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/849/task/862/stat : 862 (java) S 847 847 32286 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511614679 28909211648 11654 33554432000 4194304 4196468 140721242321056 140199407372752 140200812808091 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24780800 140721242325994 140721242326166 140721242326166 140721242329039 0
[pid=849/tid=863] ppid=847 vsize=28231652 memory=0 CPUtime=0.02 cores=0-7
/proc/849/task/863/stat : 863 (java) S 847 847 32286 0 -1 1077944384 349 0 0 0 2 0 0 0 20 0 20 0 511614679 28909211648 11654 33554432000 4194304 4196468 140721242321056 140199406319856 140200812800642 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24780800 140721242325994 140721242326166 140721242326166 140721242329039 0
[pid=849/tid=864] ppid=847 vsize=28231652 memory=0 CPUtime=0.02 cores=0-7
/proc/849/task/864/stat : 864 (java) S 847 847 32286 0 -1 1077944384 372 0 0 0 2 0 0 0 20 0 20 0 511614679 28909211648 11654 33554432000 4194304 4196468 140721242321056 140199405267312 140200812800642 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24780800 140721242325994 140721242326166 140721242326166 140721242329039 0
[pid=849/tid=865] ppid=847 vsize=28231652 memory=0 CPUtime=0.02 cores=0-7
/proc/849/task/865/stat : 865 (java) S 847 847 32286 0 -1 1077944384 111 0 0 0 2 0 0 0 20 0 20 0 511614679 28909211648 11654 33554432000 4194304 4196468 140721242321056 140199404214256 140200812800642 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24780800 140721242325994 140721242326166 140721242326166 140721242329039 0
[pid=849/tid=866] ppid=847 vsize=28231652 memory=0 CPUtime=0.12 cores=0-7
/proc/849/task/866/stat : 866 (java) S 847 847 32286 0 -1 1077944384 841 0 0 0 12 0 0 0 20 0 20 0 511614679 28909211648 11654 33554432000 4194304 4196468 140721242321056 140199403161712 140200812800642 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24780800 140721242325994 140721242326166 140721242326166 140721242329039 0
[pid=849/tid=867] ppid=847 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/849/task/867/stat : 867 (java) S 847 847 32286 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511614679 28909211648 11654 33554432000 4194304 4196468 140721242321056 140199402109920 140200812799701 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24780800 140721242325994 140721242326166 140721242326166 140721242329039 0
[pid=849/tid=868] ppid=847 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/849/task/868/stat : 868 (java) S 847 847 32286 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511614679 28909211648 11654 33554432000 4194304 4196468 140721242321056 140199401057456 140200812800642 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24780800 140721242325994 140721242326166 140721242326166 140721242329039 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 48072 KiB

[startup+0.701064 s]
/proc/loadavg: 8.06 8.15 8.28 3/211 868
/proc/meminfo: memFree=25419004/32770688 swapFree=66927640/67108860
[pid=847] ppid=844 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/847/stat : 847 (xcsp3-exec) S 844 847 32286 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 511614672 115843072 364 33554432000 4194304 5098028 140722754331808 140722754329912 140481301054076 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 35233792 140722754335606 140722754335849 140722754335849 140722754338762 0
/proc/847/statm: 28282 364 305 221 0 87 0
[pid=849] ppid=847 vsize=28233776 memory=94708 CPUtime=1.8 cores=0-7
/proc/849/stat : 849 (java) S 847 847 32286 0 -1 1077944320 15217 0 0 0 174 6 0 0 20 0 20 0 511614672 28911386624 23677 33554432000 4194304 4196468 140721242321056 140721242303600 140200812789495 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24780800 140721242325994 140721242326166 140721242326166 140721242329039 0
/proc/849/statm: 7058444 23677 3458 1 0 7019544 0
[pid=849/tid=850] ppid=847 vsize=28233776 memory=3624 CPUtime=0.67 cores=0-7
/proc/849/task/850/stat : 850 (java) R 847 847 32286 0 -1 4202560 9014 0 0 0 63 4 0 0 20 0 20 0 511614673 28911386624 23677 33554432000 4194304 4196468 140721242321056 140200817024592 140200805467509 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24780800 140721242325994 140721242326166 140721242326166 140721242329039 0
[pid=849/tid=851] ppid=847 vsize=28233776 memory=75532 CPUtime=0 cores=0-7
/proc/849/task/851/stat : 851 (java) S 847 847 32286 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511614674 28911386624 23677 33554432000 4194304 4196468 140721242321056 140200765410320 140200812799701 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24780800 140721242325994 140721242326166 140721242326166 140721242329039 0
[pid=849/tid=852] ppid=847 vsize=28233776 memory=984 CPUtime=0 cores=0-7
/proc/849/task/852/stat : 852 (java) S 847 847 32286 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511614674 28911386624 23677 33554432000 4194304 4196468 140721242321056 140200764357776 140200812799701 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24780800 140721242325994 140721242326166 140721242326166 140721242329039 0
[pid=849/tid=853] ppid=847 vsize=28233776 memory=2020 CPUtime=0 cores=0-7
/proc/849/task/853/stat : 853 (java) S 847 847 32286 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511614674 28911386624 23677 33554432000 4194304 4196468 140721242321056 140200763304720 140200812799701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24780800 140721242325994 140721242326166 140721242326166 140721242329039 0

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

[pid=849/tid=1010] ppid=847 vsize=28834900 memory=1456 CPUtime=2318 cores=0-7
/proc/849/task/1010/stat : 1010 (java) R 847 847 32286 0 -1 4202560 38708 0 0 0 231783 17 0 0 20 0 28 0 511625048 29526937600 313870 33554432000 4194304 4196468 140721242321056 140199384707384 140200437665264 0 4 0 16800975 0 0 0 -1 0 0 0 12 0 0 6293624 6294260 24780800 140721242325994 140721242326166 140721242326166 140721242329039 0
Current children cumulated CPU time: 19418.2 s
Current children cumulated vsize: 28948028 KiB
Current children cumulated memory: 1256936 KiB

[startup+2502.3 s]
/proc/loadavg: 8.09 8.14 8.20 9/219 1223
/proc/meminfo: memFree=24272108/32770688 swapFree=66927640/67108860
[pid=847] ppid=844 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/847/stat : 847 (xcsp3-exec) S 844 847 32286 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 511614672 115843072 364 33554432000 4194304 5098028 140722754331808 140722754329912 140481301054076 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 35233792 140722754335606 140722754335849 140722754335849 140722754338762 0
/proc/847/statm: 28282 364 305 221 0 87 0
[pid=849] ppid=847 vsize=28834900 memory=1207308 CPUtime=19895.4 cores=0-7
/proc/849/stat : 849 (java) S 847 847 32286 0 -1 1077944320 880420 0 0 0 1988735 806 0 0 20 0 28 0 511614672 29526937600 301827 33554432000 4194304 4196468 140721242321056 140721242303600 140200812789495 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24780800 140721242325994 140721242326166 140721242326166 140721242329039 0
/proc/849/statm: 7208725 301827 3538 1 0 7169825 0
[pid=849/tid=850] ppid=847 vsize=28834900 memory=1456 CPUtime=0.71 cores=0-7
/proc/849/task/850/stat : 850 (java) S 847 847 32286 0 -1 1077944384 9327 0 0 0 67 4 0 0 20 0 28 0 511614673 29526937600 301827 33554432000 4194304 4196468 140721242321056 140200817030272 140200812799701 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24780800 140721242325994 140721242326166 140721242326166 140721242329039 0
[pid=849/tid=851] ppid=847 vsize=28834900 memory=3624 CPUtime=8.68 cores=0-7
/proc/849/task/851/stat : 851 (java) S 847 847 32286 0 -1 1077944384 25955 0 0 0 830 38 0 0 20 0 28 0 511614674 29526937600 301827 33554432000 4194304 4196468 140721242321056 140200765410320 140200812799701 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 6 0 0 6293624 6294260 24780800 140721242325994 140721242326166 140721242326166 140721242329039 0
[pid=849/tid=852] ppid=847 vsize=28834900 memory=1456 CPUtime=8.74 cores=0-7
/proc/849/task/852/stat : 852 (java) S 847 847 32286 0 -1 1077944384 24361 0 0 0 834 40 0 0 20 0 28 0 511614674 29526937600 301827 33554432000 4194304 4196468 140721242321056 140200764357776 140200812799701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 5 0 0 6293624 6294260 24780800 140721242325994 140721242326166 140721242326166 140721242329039 0
[pid=849/tid=853] ppid=847 vsize=28834900 memory=1456 CPUtime=8.71 cores=0-7
/proc/849/task/853/stat : 853 (java) S 847 847 32286 0 -1 1077944384 26306 0 0 0 833 38 0 0 20 0 28 0 511614674 29526937600 301827 33554432000 4194304 4196468 140721242321056 140200763304720 140200812799701 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 7 0 0 6293624 6294260 24780800 140721242325994 140721242326166 140721242326166 140721242329039 0
[pid=849/tid=854] ppid=847 vsize=28834900 memory=1229864 CPUtime=8.72 cores=0-7
/proc/849/task/854/stat : 854 (java) S 847 847 32286 0 -1 1077944384 22462 0 0 0 835 37 0 0 20 0 28 0 511614674 29526937600 301827 33554432000 4194304 4196468 140721242321056 140200762252176 140200812799701 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 5 0 0 6293624 6294260 24780800 140721242325994 140721242326166 140721242326166 140721242329039 0
[pid=849/tid=855] ppid=847 vsize=28834900 memory=1219612 CPUtime=8.74 cores=0-7
/proc/849/task/855/stat : 855 (java) S 847 847 32286 0 -1 1077944384 20027 0 0 0 837 37 0 0 20 0 28 0 511614674 29526937600 301827 33554432000 4194304 4196468 140721242321056 140200761199120 140200812799701 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 5 0 0 6293624 6294260 24780800 140721242325994 140721242326166 140721242326166 140721242329039 0
[pid=849/tid=856] ppid=847 vsize=28834900 memory=7589240748751480384 CPUtime=8.73 cores=0-7
/proc/849/task/856/stat : 856 (java) S 847 847 32286 0 -1 1077944384 27995 0 0 0 833 40 0 0 20 0 28 0 511614674 29526937600 301827 33554432000 4194304 4196468 140721242321056 140200760146576 140200812799701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 6 0 0 6293624 6294260 24780800 140721242325994 140721242326166 140721242326166 140721242329039 0
[pid=849/tid=857] ppid=847 vsize=28834900 memory=0 CPUtime=8.7 cores=0-7
/proc/849/task/857/stat : 857 (java) S 847 847 32286 0 -1 1077944384 23290 0 0 0 834 36 0 0 20 0 28 0 511614674 29526937600 301827 33554432000 4194304 4196468 140721242321056 140200759093520 140200812799701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 5 0 0 6293624 6294260 24780800 140721242325994 140721242326166 140721242326166 140721242329039 0
[pid=849/tid=858] ppid=847 vsize=28834900 memory=4420 CPUtime=8.7 cores=0-7
/proc/849/task/858/stat : 858 (java) S 847 847 32286 0 -1 1077944384 29107 0 0 0 832 38 0 0 20 0 28 0 511614674 29526937600 301827 33554432000 4194304 4196468 140721242321056 140200758040976 140200812799701 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 5 0 0 6293624 6294260 24780800 140721242325994 140721242326166 140721242326166 140721242329039 0
[pid=849/tid=859] ppid=847 vsize=28834900 memory=1219612 CPUtime=4.36 cores=0-7
/proc/849/task/859/stat : 859 (java) S 847 847 32286 0 -1 1077944384 125947 0 0 0 293 143 0 0 20 0 28 0 511614675 29526937600 301827 33554432000 4194304 4196468 140721242321056 140199478299376 140200812800642 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 24780800 140721242325994 140721242326166 140721242326166 140721242329039 0
[pid=849/tid=860] ppid=847 vsize=28834900 memory=984 CPUtime=0 cores=0-7
/proc/849/task/860/stat : 860 (java) S 847 847 32286 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 511614676 29526937600 301827 33554432000 4194304 4196468 140721242321056 140199409477344 140200812799701 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24780800 140721242325994 140721242326166 140721242326166 140721242329039 0
[pid=849/tid=861] ppid=847 vsize=28834900 memory=1209360 CPUtime=0 cores=0-7
/proc/849/task/861/stat : 861 (java) S 847 847 32286 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 28 0 511614676 29526937600 301827 33554432000 4194304 4196468 140721242321056 140199408424192 140200812799701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24780800 140721242325994 140721242326166 140721242326166 140721242329039 0
[pid=849/tid=862] ppid=847 vsize=28834900 memory=1210384 CPUtime=0 cores=0-7
/proc/849/task/862/stat : 862 (java) S 847 847 32286 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 511614679 29526937600 301827 33554432000 4194304 4196468 140721242321056 140199407372752 140200812808091 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24780800 140721242325994 140721242326166 140721242326166 140721242329039 0
[pid=849/tid=863] ppid=847 vsize=28834900 memory=1456 CPUtime=2.28 cores=0-7
/proc/849/task/863/stat : 863 (java) S 847 847 32286 0 -1 1077944384 10310 0 0 0 227 1 0 0 20 0 28 0 511614679 29526937600 301827 33554432000 4194304 4196468 140721242321056 140199406319856 140200812800642 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 8 0 0 6293624 6294260 24780800 140721242325994 140721242326166 140721242326166 140721242329039 0
[pid=849/tid=864] ppid=847 vsize=28834900 memory=1220228 CPUtime=2.39 cores=0-7
/proc/849/task/864/stat : 864 (java) S 847 847 32286 0 -1 1077944384 12463 0 0 0 237 2 0 0 20 0 28 0 511614679 29526937600 301827 33554432000 4194304 4196468 140721242321056 140199405267312 140200812800642 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 11 0 0 6293624 6294260 24780800 140721242325994 140721242326166 140721242326166 140721242329039 0
[pid=849/tid=865] ppid=847 vsize=28834900 memory=1219612 CPUtime=2.1 cores=0-7
/proc/849/task/865/stat : 865 (java) S 847 847 32286 0 -1 1077944384 11647 0 0 0 208 2 0 0 20 0 28 0 511614679 29526937600 301827 33554432000 4194304 4196468 140721242321056 140199404214256 140200812800642 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 9 0 0 6293624 6294260 24780800 140721242325994 140721242326166 140721242326166 140721242329039 0
[pid=849/tid=866] ppid=847 vsize=28834900 memory=1456 CPUtime=0.85 cores=0-7
/proc/849/task/866/stat : 866 (java) S 847 847 32286 0 -1 1077944384 9134 0 0 0 83 2 0 0 20 0 28 0 511614679 29526937600 301827 33554432000 4194304 4196468 140721242321056 140199403161712 140200812800642 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 5 0 0 6293624 6294260 24780800 140721242325994 140721242326166 140721242326166 140721242329039 0
[pid=849/tid=867] ppid=847 vsize=28834900 memory=1456 CPUtime=0 cores=0-7
/proc/849/task/867/stat : 867 (java) S 847 847 32286 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 511614679 29526937600 301827 33554432000 4194304 4196468 140721242321056 140199402109920 140200812799701 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24780800 140721242325994 140721242326166 140721242326166 140721242329039 0
[pid=849/tid=868] ppid=847 vsize=28834900 memory=6947385649911455296 CPUtime=0.5 cores=0-7
/proc/849/task/868/stat : 868 (java) S 847 847 32286 0 -1 1077944384 4675 0 0 0 20 30 0 0 20 0 28 0 511614679 29526937600 301827 33554432000 4194304 4196468 140721242321056 140199401057456 140200812800642 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 12 0 0 6293624 6294260 24780800 140721242325994 140721242326166 140721242326166 140721242329039 0
[pid=849/tid=1214] ppid=847 vsize=28834900 memory=1412 CPUtime=20.49 cores=0-7
/proc/849/task/1214/stat : 1214 (java) R 847 847 32286 0 -1 4202560 122 0 0 0 2049 0 0 0 20 0 28 0 511862834 29526937600 301827 33554432000 4194304 4196468 140721242321056 140199389969784 140200438340227 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24780800 140721242325994 140721242326166 140721242326166 140721242329039 0
[pid=849/tid=1215] ppid=847 vsize=28834900 memory=3852 CPUtime=20.59 cores=0-7
/proc/849/task/1215/stat : 1215 (java) R 847 847 32286 0 -1 4202560 120 0 0 0 2059 0 0 0 20 0 28 0 511862834 29526937600 301827 33554432000 4194304 4196468 140721242321056 140199391023136 140200437665385 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24780800 140721242325994 140721242326166 140721242326166 140721242329039 0
[pid=849/tid=1216] ppid=847 vsize=28834900 memory=1210896 CPUtime=20.6 cores=0-7
/proc/849/task/1216/stat : 1216 (java) R 847 847 32286 0 -1 4202560 94 0 0 0 2060 0 0 0 20 0 28 0 511862834 29526937600 301827 33554432000 4194304 4196468 140721242321056 140199384707224 140200437645361 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24780800 140721242325994 140721242326166 140721242326166 140721242329039 0
[pid=849/tid=1217] ppid=847 vsize=28834900 memory=38440 CPUtime=20.56 cores=0-7
/proc/849/task/1217/stat : 1217 (java) R 847 847 32286 0 -1 4202560 255 0 0 0 2054 2 0 0 20 0 28 0 511862834 29526937600 301827 33554432000 4194304 4196468 140721242321056 140199386815120 140200438338877 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24780800 140721242325994 140721242326166 140721242326166 140721242329039 0
[pid=849/tid=1218] ppid=847 vsize=28834900 memory=3624 CPUtime=20.5 cores=0-7
/proc/849/task/1218/stat : 1218 (java) R 847 847 32286 0 -1 4202560 158 0 0 0 2050 0 0 0 20 0 28 0 511862834 29526937600 301827 33554432000 4194304 4196468 140721242321056 140199392075712 140200438754800 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24780800 140721242325994 140721242326166 140721242326166 140721242329039 0
[pid=849/tid=1219] ppid=847 vsize=28834900 memory=75592 CPUtime=20.57 cores=0-7
/proc/849/task/1219/stat : 1219 (java) R 847 847 32286 0 -1 4202560 137 0 0 0 2057 0 0 0 20 0 28 0 511862834 29526937600 301827 33554432000 4194304 4196468 140721242321056 140199383653880 140200437666094 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24780800 140721242325994 140721242326166 140721242326166 140721242329039 0
[pid=849/tid=1220] ppid=847 vsize=28834900 memory=3624 CPUtime=20.33 cores=0-7
/proc/849/task/1220/stat : 1220 (java) R 847 847 32286 0 -1 4202560 242 0 0 0 2033 0 0 0 20 0 28 0 511862834 29526937600 301827 33554432000 4194304 4196468 140721242321056 140199387864592 140200439062159 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24780800 140721242325994 140721242326166 140721242326166 140721242329039 0
[pid=849/tid=1221] ppid=847 vsize=28834900 memory=75592 CPUtime=20.45 cores=0-7
/proc/849/task/1221/stat : 1221 (java) R 847 847 32286 0 -1 4202560 122 0 0 0 2045 0 0 0 20 0 28 0 511862834 29526937600 301827 33554432000 4194304 4196468 140721242321056 140199385760536 140200440363264 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 24780800 140721242325994 140721242326166 140721242326166 140721242329039 0
Current children cumulated CPU time: 19895.4 s
Current children cumulated vsize: 28948028 KiB
Current children cumulated memory: 1208764 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 8.07 8.13 8.20 9/219 1223
/proc/meminfo: memFree=24283660/32770688 swapFree=66927640/67108860
[pid=847] ppid=844 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/847/stat : 847 (xcsp3-exec) S 844 847 32286 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 511614672 115843072 364 33554432000 4194304 5098028 140722754331808 140722754329912 140481301054076 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 35233792 140722754335606 140722754335849 140722754335849 140722754338762 0
/proc/847/statm: 28282 364 305 221 0 87 0
[pid=849] ppid=847 vsize=28834900 memory=1196024 CPUtime=20036.3 cores=0-7
/proc/849/stat : 849 (java) S 847 847 32286 0 -1 1077944320 885105 0 0 0 2002825 810 0 0 20 0 28 0 511614672 29526937600 299006 33554432000 4194304 4196468 140721242321056 140721242303600 140200812789495 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24780800 140721242325994 140721242326166 140721242326166 140721242329039 0
/proc/849/statm: 7208725 299006 3538 1 0 7169825 0
[pid=849/tid=850] ppid=847 vsize=28834900 memory=6935054825532540783 CPUtime=0.71 cores=0-7
/proc/849/task/850/stat : 850 (java) S 847 847 32286 0 -1 1077944384 9327 0 0 0 67 4 0 0 20 0 28 0 511614673 29526937600 299006 33554432000 4194304 4196468 140721242321056 140200817030272 140200812799701 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24780800 140721242325994 140721242326166 140721242326166 140721242329039 0
[pid=849/tid=851] ppid=847 vsize=28834900 memory=4126316290023845779 CPUtime=8.72 cores=0-7
/proc/849/task/851/stat : 851 (java) S 847 847 32286 0 -1 1077944384 26087 0 0 0 834 38 0 0 20 0 28 0 511614674 29526937600 299006 33554432000 4194304 4196468 140721242321056 140200765410320 140200812799701 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 6 0 0 6293624 6294260 24780800 140721242325994 140721242326166 140721242326166 140721242329039 0
[pid=849/tid=852] ppid=847 vsize=28834900 memory=14008 CPUtime=8.79 cores=0-7
/proc/849/task/852/stat : 852 (java) S 847 847 32286 0 -1 1077944384 24417 0 0 0 839 40 0 0 20 0 28 0 511614674 29526937600 299006 33554432000 4194304 4196468 140721242321056 140200764357776 140200812799701 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 5 0 0 6293624 6294260 24780800 140721242325994 140721242326166 140721242326166 140721242329039 0
[pid=849/tid=853] ppid=847 vsize=28834900 memory=1412 CPUtime=8.75 cores=0-7
/proc/849/task/853/stat : 853 (java) S 847 847 32286 0 -1 1077944384 26450 0 0 0 837 38 0 0 20 0 28 0 511614674 29526937600 299006 33554432000 4194304 4196468 140721242321056 140200763304720 140200812799701 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 7 0 0 6293624 6294260 24780800 140721242325994 140721242326166 140721242326166 140721242329039 0
[pid=849/tid=854] ppid=847 vsize=28834900 memory=1200640 CPUtime=8.78 cores=0-7
/proc/849/task/854/stat : 854 (java) S 847 847 32286 0 -1 1077944384 22529 0 0 0 841 37 0 0 20 0 28 0 511614674 29526937600 299006 33554432000 4194304 4196468 140721242321056 140200762252176 140200812799701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 5 0 0 6293624 6294260 24780800 140721242325994 140721242326166 140721242326166 140721242329039 0
[pid=849/tid=855] ppid=847 vsize=28834900 memory=6935054825532540783 CPUtime=8.8 cores=0-7
/proc/849/task/855/stat : 855 (java) S 847 847 32286 0 -1 1077944384 20765 0 0 0 843 37 0 0 20 0 28 0 511614674 29526937600 299006 33554432000 4194304 4196468 140721242321056 140200761199120 140200812799701 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 5 0 0 6293624 6294260 24780800 140721242325994 140721242326166 140721242326166 140721242329039 0
[pid=849/tid=856] ppid=847 vsize=28834900 memory=1456 CPUtime=8.79 cores=0-7
/proc/849/task/856/stat : 856 (java) S 847 847 32286 0 -1 1077944384 28362 0 0 0 839 40 0 0 20 0 28 0 511614674 29526937600 299006 33554432000 4194304 4196468 140721242321056 140200760146576 140200812799701 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 6 0 0 6293624 6294260 24780800 140721242325994 140721242326166 140721242326166 140721242329039 0
[pid=849/tid=857] ppid=847 vsize=28834900 memory=1456 CPUtime=8.76 cores=0-7
/proc/849/task/857/stat : 857 (java) S 847 847 32286 0 -1 1077944384 23456 0 0 0 840 36 0 0 20 0 28 0 511614674 29526937600 299006 33554432000 4194304 4196468 140721242321056 140200759093520 140200812799701 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 5 0 0 6293624 6294260 24780800 140721242325994 140721242326166 140721242326166 140721242329039 0
[pid=849/tid=858] ppid=847 vsize=28834900 memory=0 CPUtime=8.76 cores=0-7
/proc/849/task/858/stat : 858 (java) S 847 847 32286 0 -1 1077944384 29281 0 0 0 838 38 0 0 20 0 28 0 511614674 29526937600 299006 33554432000 4194304 4196468 140721242321056 140200758040976 140200812799701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 5 0 0 6293624 6294260 24780800 140721242325994 140721242326166 140721242326166 140721242329039 0
[pid=849/tid=859] ppid=847 vsize=28834900 memory=7897517683652307531 CPUtime=4.38 cores=0-7
/proc/849/task/859/stat : 859 (java) S 847 847 32286 0 -1 1077944384 126546 0 0 0 294 144 0 0 20 0 28 0 511614675 29526937600 299006 33554432000 4194304 4196468 140721242321056 140199478299376 140200812800642 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 24780800 140721242325994 140721242326166 140721242326166 140721242329039 0
[pid=849/tid=860] ppid=847 vsize=28834900 memory=8514726395715349656 CPUtime=0 cores=0-7
/proc/849/task/860/stat : 860 (java) S 847 847 32286 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 511614676 29526937600 299006 33554432000 4194304 4196468 140721242321056 140199409477344 140200812799701 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24780800 140721242325994 140721242326166 140721242326166 140721242329039 0
[pid=849/tid=861] ppid=847 vsize=28834900 memory=-8634980985311628903 CPUtime=0 cores=0-7
/proc/849/task/861/stat : 861 (java) S 847 847 32286 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 28 0 511614676 29526937600 299006 33554432000 4194304 4196468 140721242321056 140199408424192 140200812799701 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24780800 140721242325994 140721242326166 140721242326166 140721242329039 0
[pid=849/tid=862] ppid=847 vsize=28834900 memory=7100839878645619564 CPUtime=0 cores=0-7
/proc/849/task/862/stat : 862 (java) S 847 847 32286 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 511614679 29526937600 299006 33554432000 4194304 4196468 140721242321056 140199407372752 140200812808091 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24780800 140721242325994 140721242326166 140721242326166 140721242329039 0
[pid=849/tid=863] ppid=847 vsize=28834900 memory=3047711553320166262 CPUtime=2.28 cores=0-7
/proc/849/task/863/stat : 863 (java) S 847 847 32286 0 -1 1077944384 10312 0 0 0 227 1 0 0 20 0 28 0 511614679 29526937600 299006 33554432000 4194304 4196468 140721242321056 140199406319856 140200812800642 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 8 0 0 6293624 6294260 24780800 140721242325994 140721242326166 140721242326166 140721242329039 0
[pid=849/tid=864] ppid=847 vsize=28834900 memory=7824336315716348491 CPUtime=2.39 cores=0-7
/proc/849/task/864/stat : 864 (java) S 847 847 32286 0 -1 1077944384 12465 0 0 0 237 2 0 0 20 0 28 0 511614679 29526937600 299006 33554432000 4194304 4196468 140721242321056 140199405267312 140200812800642 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 11 0 0 6293624 6294260 24780800 140721242325994 140721242326166 140721242326166 140721242329039 0
[pid=849/tid=865] ppid=847 vsize=28834900 memory=0 CPUtime=2.1 cores=0-7
/proc/849/task/865/stat : 865 (java) S 847 847 32286 0 -1 1077944384 11649 0 0 0 208 2 0 0 20 0 28 0 511614679 29526937600 299006 33554432000 4194304 4196468 140721242321056 140199404214256 140200812800642 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 9 0 0 6293624 6294260 24780800 140721242325994 140721242326166 140721242326166 140721242329039 0
[pid=849/tid=866] ppid=847 vsize=28834900 memory=7739547454090275428 CPUtime=0.85 cores=0-7
/proc/849/task/866/stat : 866 (java) S 847 847 32286 0 -1 1077944384 9136 0 0 0 83 2 0 0 20 0 28 0 511614679 29526937600 299006 33554432000 4194304 4196468 140721242321056 140199403161712 140200812800642 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 5 0 0 6293624 6294260 24780800 140721242325994 140721242326166 140721242326166 140721242329039 0
[pid=849/tid=867] ppid=847 vsize=28834900 memory=924 CPUtime=0 cores=0-7
/proc/849/task/867/stat : 867 (java) S 847 847 32286 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 511614679 29526937600 299006 33554432000 4194304 4196468 140721242321056 140199402109920 140200812799701 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24780800 140721242325994 140721242326166 140721242326166 140721242329039 0
[pid=849/tid=868] ppid=847 vsize=28834900 memory=4744 CPUtime=0.51 cores=0-7
/proc/849/task/868/stat : 868 (java) S 847 847 32286 0 -1 1077944384 4721 0 0 0 20 31 0 0 20 0 28 0 511614679 29526937600 299006 33554432000 4194304 4196468 140721242321056 140199401057456 140200812800642 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 12 0 0 6293624 6294260 24780800 140721242325994 140721242326166 140721242326166 140721242329039 0
[pid=849/tid=1214] ppid=847 vsize=28834900 memory=6935054825532540783 CPUtime=38.1 cores=0-7
/proc/849/task/1214/stat : 1214 (java) R 847 847 32286 0 -1 4202560 294 0 0 0 3810 0 0 0 20 0 28 0 511862834 29526937600 299006 33554432000 4194304 4196468 140721242321056 140199389969736 140200438339662 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24780800 140721242325994 140721242326166 140721242326166 140721242329039 0
[pid=849/tid=1215] ppid=847 vsize=28834900 memory=4126316290023845779 CPUtime=38.2 cores=0-7
/proc/849/task/1215/stat : 1215 (java) R 847 847 32286 0 -1 4202560 288 0 0 0 3820 0 0 0 20 0 28 0 511862834 29526937600 299006 33554432000 4194304 4196468 140721242321056 140199391022880 140200439646867 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24780800 140721242325994 140721242326166 140721242326166 140721242329039 0
[pid=849/tid=1216] ppid=847 vsize=28834900 memory=776 CPUtime=38.08 cores=0-7
/proc/849/task/1216/stat : 1216 (java) R 847 847 32286 0 -1 4202560 226 0 0 0 3808 0 0 0 20 0 28 0 511862834 29526937600 299006 33554432000 4194304 4196468 140721242321056 140199384707352 140200439372776 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24780800 140721242325994 140721242326166 140721242326166 140721242329039 0
[pid=849/tid=1217] ppid=847 vsize=28834900 memory=660 CPUtime=38.13 cores=0-7
/proc/849/task/1217/stat : 1217 (java) R 847 847 32286 0 -1 4202560 750 0 0 0 3811 2 0 0 20 0 28 0 511862834 29526937600 299006 33554432000 4194304 4196468 140721242321056 140199386815120 140200441627864 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24780800 140721242325994 140721242326166 140721242326166 140721242329039 0
[pid=849/tid=1218] ppid=847 vsize=28834900 memory=1556 CPUtime=38.11 cores=0-7
/proc/849/task/1218/stat : 1218 (java) R 847 847 32286 0 -1 4202560 449 0 0 0 3811 0 0 0 20 0 28 0 511862834 29526937600 299006 33554432000 4194304 4196468 140721242321056 140199392075672 140200438338723 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24780800 140721242325994 140721242326166 140721242326166 140721242329039 0
[pid=849/tid=1219] ppid=847 vsize=28834900 memory=9588 CPUtime=38.17 cores=0-7
/proc/849/task/1219/stat : 1219 (java) R 847 847 32286 0 -1 4202560 390 0 0 0 3817 0 0 0 20 0 28 0 511862834 29526937600 299006 33554432000 4194304 4196468 140721242321056 140199383653912 140200440116960 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24780800 140721242325994 140721242326166 140721242326166 140721242329039 0
[pid=849/tid=1220] ppid=847 vsize=28834900 memory=1712 CPUtime=37.87 cores=0-7
/proc/849/task/1220/stat : 1220 (java) R 847 847 32286 0 -1 4202560 754 0 0 0 3787 0 0 0 20 0 28 0 511862834 29526937600 299006 33554432000 4194304 4196468 140721242321056 140199387865016 140200440022894 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24780800 140721242325994 140721242326166 140721242326166 140721242329039 0
[pid=849/tid=1221] ppid=847 vsize=28834900 memory=1456 CPUtime=37.9 cores=0-7
/proc/849/task/1221/stat : 1221 (java) R 847 847 32286 0 -1 4202560 287 0 0 0 3790 0 0 0 20 0 28 0 511862834 29526937600 299006 33554432000 4194304 4196468 140721242321056 140199385760088 140200436679102 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 24780800 140721242325994 140721242326166 140721242326166 140721242329039 0
Current children cumulated CPU time: 20036.3 s
Current children cumulated vsize: 28948028 KiB
Current children cumulated memory: 1197480 KiB

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

[startup+2520.03 s]
# the end of solver process 847 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.00086 s, system=0.001721 s

[startup+2520.12 s]
# the end of solver process 849 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=20029 s, system=8.12175 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.12
CPU time (s): 20037.1
CPU user time (s): 20029
CPU system time (s): 8.12175
CPU usage (%): 795.086
Max. virtual memory (cumulated for all children) (KiB): 28948028
Max. memory (cumulated for all children) (KiB): 1303196

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20029
system time used= 8.12175
maximum resident set size= 1302280
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 886880
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3680
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 231528
involuntary context switches= 250728


# summary of solver processes directly reported to runsolver:
#   pid: 847,849
#   total CPU time (s): 20037.1
#   total CPU user time (s): 20029
#   total CPU system time (s): 8.12175

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 25.2319 second user time and 27.1661 second system time

The end

Launcher Data

Begin job on node120 at 2011-12-26 04:35:06
IDJOB=4407176
IDBENCH=135868
IDSOLVER=2871
FILE ID=node120/4407176-1569356085
RUNJOBID= node120-1324865211-32313
PBS_JOBID= 21705097
Free space on /tmp= 23412 MiB

SOLVER NAME= choco-solver 2019-09-24 parallel
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n30/TravellingSalesman-30-30-19.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-4407176-1569356085/watcher-4407176-1569356085 -o /tmp/evaluation-result-4407176-1569356085/solver-4407176-1569356085 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node120-1324865211-32313 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 145271512 HOME/instance-4407176-1569356085.xml

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

MD5SUM BENCH= a6469c0d47f71dcca9bcaaa451655f38
RANDOM SEED=145271512

node120.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		: 2667.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.49
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		: 2667.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.49
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		: 2667.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.49
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		: 2667.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.49
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		: 2667.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	: 5329.69
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		: 2667.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	: 5329.69
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		: 2667.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	: 5329.69
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		: 2667.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	: 5329.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770688 kB
MemFree:        25470780 kB
MemAvailable:   31776552 kB
Buffers:          115160 kB
Cached:          6466672 kB
SwapCached:        68820 kB
Active:          3253884 kB
Inactive:        3401552 kB
Active(anon):       4572 kB
Inactive(anon):   133604 kB
Active(file):    3249312 kB
Inactive(file):  3267948 kB
Unevictable:      107952 kB
Mlocked:          107952 kB
SwapTotal:      67108860 kB
SwapFree:       66927640 kB
Dirty:             26016 kB
Writeback:             0 kB
AnonPages:        252180 kB
Mapped:            63208 kB
Shmem:             55948 kB
Slab:             238320 kB
SReclaimable:     208692 kB
SUnreclaim:        29628 kB
KernelStack:        3872 kB
PageTables:         6540 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494204 kB
Committed_AS:     531912 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350212 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    206848 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      146880 kB
DirectMap2M:    33398784 kB

Free space on /tmp at the end= 23384 MiB
End job on node120 at 2011-12-26 05:17:06