Trace number 4399565

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 2019-09-16 parallelSAT 1968.6 247.704

General information on the benchmark

NameRandom/Random-B-2-26-26/
rand-2-26-26-325-155-9.xml
MD5SUM15e1cc79eec027fdb50c97913c9f3702
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark13.4974
Satisfiable
(Un)Satisfiability was proved
Number of variables26
Number of constraints325
Number of domains1
Minimum domain size26
Maximum domain size26
Distribution of domain sizes[{"size":26,"count":26}]
Minimum variable degree25
Maximum variable degree25
Distribution of variable degrees[{"degree":25,"count":26}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":325}]
Number of extensional constraints325
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":325}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4399565-1568702211.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4399565-1568702211.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.28	c parse instance...
3.74/1.33	c solve instance...
1968.01/247.67	s SATISFIABLE
1968.01/247.67	v <instantiation>
1968.01/247.67	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] </list>
1968.01/247.67	v 	<values>19 14 4 16 1 8 5 9 4 14 0 18 21 23 24 18 23 13 2 25 15 8 9 3 25 25 </values>
1968.01/247.67	v </instantiation>

Verifier Data

OK	

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4399565-1568702211/watcher-4399565-1568702211 -o /tmp/evaluation-result-4399565-1568702211/solver-4399565-1568702211 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node149-1568700680-21726 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1548197260 HOME/instance-4399565-1568702211.xml 

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

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


[startup+0.100103 s]*
/proc/loadavg: 7.43 7.97 7.44 3/212 23163
/proc/meminfo: memFree=26764676/32770624 swapFree=66941532/67108860
[pid=23142] ppid=23139 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/23142/stat : 23142 (xcsp3-exec) S 23139 23142 21699 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 446459785 115843072 364 33554432000 4194304 5098028 140735886513744 140735886511848 140304672752252 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 23810048 140735886521205 140735886521449 140735886521449 140735886524362 0
/proc/23142/statm: 28282 364 305 221 0 87 0
[pid=23144] ppid=23142 vsize=28227396 memory=29184 CPUtime=0.12 cores=0-7
/proc/23144/stat : 23144 (java) S 23142 23142 21699 0 -1 1077944320 5760 0 0 0 11 1 0 0 20 0 20 0 446459785 28904853504 7296 33554432000 4194304 4196468 140735597390096 140735597372640 139952450907895 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32800768 140735597396970 140735597397142 140735597397142 140735597400015 0
/proc/23144/statm: 7056849 7296 3121 1 0 7019032 0
[pid=23144/tid=23145] ppid=23142 vsize=28227396 memory=7752836191169191323 CPUtime=0.08 cores=0-7
/proc/23144/task/23145/stat : 23145 (java) R 23142 23142 21699 0 -1 4202560 3690 0 0 0 8 0 0 0 20 0 20 0 446459785 28904853504 7296 33554432000 4194304 4196468 140735597390096 139952455147136 139952435026547 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32800768 140735597396970 140735597397142 140735597397142 140735597400015 0
[pid=23144/tid=23146] ppid=23142 vsize=28227396 memory=732369972349840357 CPUtime=0 cores=0-7
/proc/23144/task/23146/stat : 23146 (java) S 23142 23142 21699 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446459786 28904853504 7296 33554432000 4194304 4196468 140735597390096 139952403528848 139952450918101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32800768 140735597396970 140735597397142 140735597397142 140735597400015 0
[pid=23144/tid=23147] ppid=23142 vsize=28227396 memory=139834012386944 CPUtime=0 cores=0-7
/proc/23144/task/23147/stat : 23147 (java) S 23142 23142 21699 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446459786 28904853504 7296 33554432000 4194304 4196468 140735597390096 139952402476048 139952450918101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32800768 140735597396970 140735597397142 140735597397142 140735597400015 0
[pid=23144/tid=23148] ppid=23142 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/23144/task/23148/stat : 23148 (java) S 23142 23142 21699 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446459786 28904853504 7296 33554432000 4194304 4196468 140735597390096 139952401423248 139952450918101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32800768 140735597396970 140735597397142 140735597397142 140735597400015 0
[pid=23144/tid=23149] ppid=23142 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/23144/task/23149/stat : 23149 (java) S 23142 23142 21699 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446459786 28904853504 7296 33554432000 4194304 4196468 140735597390096 139952400370448 139952450918101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32800768 140735597396970 140735597397142 140735597397142 140735597400015 0
[pid=23144/tid=23150] ppid=23142 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/23144/task/23150/stat : 23150 (java) S 23142 23142 21699 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446459786 28904853504 7296 33554432000 4194304 4196468 140735597390096 139952399317648 139952450918101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32800768 140735597396970 140735597397142 140735597397142 140735597400015 0
[pid=23144/tid=23151] ppid=23142 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/23144/task/23151/stat : 23151 (java) S 23142 23142 21699 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446459786 28904853504 7296 33554432000 4194304 4196468 140735597390096 139952398264848 139952450918101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32800768 140735597396970 140735597397142 140735597397142 140735597400015 0
[pid=23144/tid=23152] ppid=23142 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/23144/task/23152/stat : 23152 (java) S 23142 23142 21699 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446459786 28904853504 7296 33554432000 4194304 4196468 140735597390096 139952397212048 139952450918101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32800768 140735597396970 140735597397142 140735597397142 140735597400015 0
[pid=23144/tid=23153] ppid=23142 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/23144/task/23153/stat : 23153 (java) S 23142 23142 21699 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446459786 28904853504 7296 33554432000 4194304 4196468 140735597390096 139952396159248 139952450918101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32800768 140735597396970 140735597397142 140735597397142 140735597400015 0
[pid=23144/tid=23154] ppid=23142 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/23144/task/23154/stat : 23154 (java) S 23142 23142 21699 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446459787 28904853504 7296 33554432000 4194304 4196468 140735597390096 139951049108336 139952450919042 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32800768 140735597396970 140735597397142 140735597397142 140735597400015 0
[pid=23144/tid=23155] ppid=23142 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/23144/task/23155/stat : 23155 (java) S 23142 23142 21699 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 446459788 28904853504 7296 33554432000 4194304 4196468 140735597390096 139951048054304 139952450918101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32800768 140735597396970 140735597397142 140735597397142 140735597400015 0
[pid=23144/tid=23156] ppid=23142 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/23144/task/23156/stat : 23156 (java) S 23142 23142 21699 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 446459788 28904853504 7296 33554432000 4194304 4196468 140735597390096 139951047001456 139952450918101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32800768 140735597396970 140735597397142 140735597397142 140735597400015 0
[pid=23144/tid=23157] ppid=23142 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/23144/task/23157/stat : 23157 (java) S 23142 23142 21699 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446459790 28904853504 7296 33554432000 4194304 4196468 140735597390096 139951045949776 139952450926491 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32800768 140735597396970 140735597397142 140735597397142 140735597400015 0
[pid=23144/tid=23158] ppid=23142 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/23144/task/23158/stat : 23158 (java) R 23142 23142 21699 0 -1 4202560 293 0 0 0 0 0 0 0 20 0 20 0 446459790 28904853504 7296 33554432000 4194304 4196468 140735597390096 139951044897136 139952443892937 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32800768 140735597396970 140735597397142 140735597397142 140735597400015 0
[pid=23144/tid=23159] ppid=23142 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/23144/task/23159/stat : 23159 (java) S 23142 23142 21699 0 -1 1077944384 121 0 0 0 0 0 0 0 20 0 20 0 446459790 28904853504 7296 33554432000 4194304 4196468 140735597390096 139951043844336 139952450919042 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32800768 140735597396970 140735597397142 140735597397142 140735597400015 0
[pid=23144/tid=23160] ppid=23142 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/23144/task/23160/stat : 23160 (java) S 23142 23142 21699 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446459790 28904853504 7296 33554432000 4194304 4196468 140735597390096 139951042791536 139952450919042 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32800768 140735597396970 140735597397142 140735597397142 140735597400015 0
[pid=23144/tid=23161] ppid=23142 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/23144/task/23161/stat : 23161 (java) R 23142 23142 21699 0 -1 4202560 346 0 0 0 2 0 0 0 20 0 20 0 446459790 28904853504 7296 33554432000 4194304 4196468 140735597390096 139951041738736 139952450929242 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32800768 140735597396970 140735597397142 140735597397142 140735597400015 0
[pid=23144/tid=23162] ppid=23142 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/23144/task/23162/stat : 23162 (java) S 23142 23142 21699 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446459791 28904853504 7296 33554432000 4194304 4196468 140735597390096 139951040687200 139952450918101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32800768 140735597396970 140735597397142 140735597397142 140735597400015 0
[pid=23144/tid=23163] ppid=23142 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/23144/task/23163/stat : 23163 (java) S 23142 23142 21699 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446459791 28904853504 7296 33554432000 4194304 4196468 140735597390096 139950262410288 139952450919042 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32800768 140735597396970 140735597397142 140735597397142 140735597400015 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 30640 KiB

[startup+0.210556 s]*
/proc/loadavg: 7.43 7.97 7.44 3/212 23163
/proc/meminfo: memFree=26751772/32770624 swapFree=66941532/67108860
[pid=23142] ppid=23139 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/23142/stat : 23142 (xcsp3-exec) S 23139 23142 21699 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 446459785 115843072 364 33554432000 4194304 5098028 140735886513744 140735886511848 140304672752252 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 23810048 140735886521205 140735886521449 140735886521449 140735886524362 0
/proc/23142/statm: 28282 364 305 221 0 87 0
[pid=23144] ppid=23142 vsize=28227396 memory=41152 CPUtime=0.34 cores=0-7
/proc/23144/stat : 23144 (java) S 23142 23142 21699 0 -1 1077944320 9500 0 0 0 31 3 0 0 20 0 20 0 446459785 28904853504 10288 33554432000 4194304 4196468 140735597390096 140735597372640 139952450907895 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32800768 140735597396970 140735597397142 140735597397142 140735597400015 0
/proc/23144/statm: 7056849 10288 3311 1 0 7019032 0
[pid=23144/tid=23145] ppid=23142 vsize=28227396 memory=0 CPUtime=0.2 cores=0-7
/proc/23144/task/23145/stat : 23145 (java) R 23142 23142 21699 0 -1 4202560 6668 0 0 0 18 2 0 0 20 0 20 0 446459785 28904853504 10288 33554432000 4194304 4196468 140735597390096 139952455137616 139952063065370 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32800768 140735597396970 140735597397142 140735597397142 140735597400015 0
[pid=23144/tid=23146] ppid=23142 vsize=28227396 memory=732369972349840357 CPUtime=0 cores=0-7
/proc/23144/task/23146/stat : 23146 (java) S 23142 23142 21699 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446459786 28904853504 10288 33554432000 4194304 4196468 140735597390096 139952403528848 139952450918101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32800768 140735597396970 140735597397142 140735597397142 140735597400015 0
[pid=23144/tid=23147] ppid=23142 vsize=28227396 memory=139834012386944 CPUtime=0 cores=0-7
/proc/23144/task/23147/stat : 23147 (java) S 23142 23142 21699 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446459786 28904853504 10288 33554432000 4194304 4196468 140735597390096 139952402476048 139952450918101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32800768 140735597396970 140735597397142 140735597397142 140735597400015 0
[pid=23144/tid=23148] ppid=23142 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/23144/task/23148/stat : 23148 (java) S 23142 23142 21699 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446459786 28904853504 10288 33554432000 4194304 4196468 140735597390096 139952401423248 139952450918101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32800768 140735597396970 140735597397142 140735597397142 140735597400015 0
[pid=23144/tid=23149] ppid=23142 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/23144/task/23149/stat : 23149 (java) S 23142 23142 21699 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446459786 28904853504 10288 33554432000 4194304 4196468 140735597390096 139952400370448 139952450918101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32800768 140735597396970 140735597397142 140735597397142 140735597400015 0
[pid=23144/tid=23150] ppid=23142 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/23144/task/23150/stat : 23150 (java) S 23142 23142 21699 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446459786 28904853504 10288 33554432000 4194304 4196468 140735597390096 139952399317648 139952450918101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32800768 140735597396970 140735597397142 140735597397142 140735597400015 0
[pid=23144/tid=23151] ppid=23142 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/23144/task/23151/stat : 23151 (java) S 23142 23142 21699 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446459786 28904853504 10288 33554432000 4194304 4196468 140735597390096 139952398264848 139952450918101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32800768 140735597396970 140735597397142 140735597397142 140735597400015 0
[pid=23144/tid=23152] ppid=23142 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/23144/task/23152/stat : 23152 (java) S 23142 23142 21699 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446459786 28904853504 10288 33554432000 4194304 4196468 140735597390096 139952397212048 139952450918101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32800768 140735597396970 140735597397142 140735597397142 140735597400015 0
[pid=23144/tid=23153] ppid=23142 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/23144/task/23153/stat : 23153 (java) S 23142 23142 21699 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446459786 28904853504 10288 33554432000 4194304 4196468 140735597390096 139952396159248 139952450918101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32800768 140735597396970 140735597397142 140735597397142 140735597400015 0
[pid=23144/tid=23154] ppid=23142 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/23144/task/23154/stat : 23154 (java) S 23142 23142 21699 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 446459787 28904853504 10288 33554432000 4194304 4196468 140735597390096 139951049108336 139952450919042 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32800768 140735597396970 140735597397142 140735597397142 140735597400015 0
[pid=23144/tid=23155] ppid=23142 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/23144/task/23155/stat : 23155 (java) S 23142 23142 21699 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 446459788 28904853504 10288 33554432000 4194304 4196468 140735597390096 139951048054304 139952450918101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32800768 140735597396970 140735597397142 140735597397142 140735597400015 0
[pid=23144/tid=23156] ppid=23142 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/23144/task/23156/stat : 23156 (java) S 23142 23142 21699 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 446459788 28904853504 10288 33554432000 4194304 4196468 140735597390096 139951047001456 139952450918101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32800768 140735597396970 140735597397142 140735597397142 140735597400015 0
[pid=23144/tid=23157] ppid=23142 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/23144/task/23157/stat : 23157 (java) S 23142 23142 21699 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446459790 28904853504 10288 33554432000 4194304 4196468 140735597390096 139951045949776 139952450926491 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32800768 140735597396970 140735597397142 140735597397142 140735597400015 0
[pid=23144/tid=23158] ppid=23142 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/23144/task/23158/stat : 23158 (java) S 23142 23142 21699 0 -1 1077944384 339 0 0 0 0 0 0 0 20 0 20 0 446459790 28904853504 10288 33554432000 4194304 4196468 140735597390096 139951044897136 139952450919042 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32800768 140735597396970 140735597397142 140735597397142 140735597400015 0
[pid=23144/tid=23159] ppid=23142 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/23144/task/23159/stat : 23159 (java) S 23142 23142 21699 0 -1 1077944384 173 0 0 0 1 0 0 0 20 0 20 0 446459790 28904853504 10288 33554432000 4194304 4196468 140735597390096 139951043844336 139952450919042 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32800768 140735597396970 140735597397142 140735597397142 140735597400015 0
[pid=23144/tid=23160] ppid=23142 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/23144/task/23160/stat : 23160 (java) S 23142 23142 21699 0 -1 1077944384 270 0 0 0 2 0 0 0 20 0 20 0 446459790 28904853504 10288 33554432000 4194304 4196468 140735597390096 139951042791536 139952450919042 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32800768 140735597396970 140735597397142 140735597397142 140735597400015 0
[pid=23144/tid=23161] ppid=23142 vsize=28227396 memory=0 CPUtime=0.08 cores=0-7
/proc/23144/task/23161/stat : 23161 (java) R 23142 23142 21699 0 -1 4202560 738 0 0 0 8 0 0 0 20 0 20 0 446459790 28904853504 10288 33554432000 4194304 4196468 140735597390096 139951041738736 139952450919830 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32800768 140735597396970 140735597397142 140735597397142 140735597400015 0
[pid=23144/tid=23162] ppid=23142 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/23144/task/23162/stat : 23162 (java) S 23142 23142 21699 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446459791 28904853504 10288 33554432000 4194304 4196468 140735597390096 139951040687200 139952450918101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32800768 140735597396970 140735597397142 140735597397142 140735597400015 0
[pid=23144/tid=23163] ppid=23142 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/23144/task/23163/stat : 23163 (java) S 23142 23142 21699 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446459791 28904853504 10288 33554432000 4194304 4196468 140735597390096 139950262410288 139952450919042 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32800768 140735597396970 140735597397142 140735597397142 140735597400015 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42608 KiB

[startup+0.310544 s]*
/proc/loadavg: 7.43 7.97 7.44 5/212 23163
/proc/meminfo: memFree=26744128/32770624 swapFree=66941532/67108860
[pid=23142] ppid=23139 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/23142/stat : 23142 (xcsp3-exec) S 23139 23142 21699 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 446459785 115843072 364 33554432000 4194304 5098028 140735886513744 140735886511848 140304672752252 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 23810048 140735886521205 140735886521449 140735886521449 140735886524362 0
/proc/23142/statm: 28282 364 305 221 0 87 0
[pid=23144] ppid=23142 vsize=28231652 memory=50220 CPUtime=0.52 cores=0-7
/proc/23144/stat : 23144 (java) S 23142 23142 21699 0 -1 1077944320 10942 0 0 0 49 3 0 0 20 0 20 0 446459785 28909211648 12555 33554432000 4194304 4196468 140735597390096 140735597372640 139952450907895 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32800768 140735597396970 140735597397142 140735597397142 140735597400015 0
/proc/23144/statm: 7057913 12555 3354 1 0 7019032 0
[pid=23144/tid=23145] ppid=23142 vsize=28231652 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/23144/task/23145/stat : 23145 (java) R 23142 23142 21699 0 -1 4202560 7852 0 0 0 27 2 0 0 20 0 20 0 446459785 28909211648 12555 33554432000 4194304 4196468 140735597390096 139952455139008 139952434988382 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32800768 140735597396970 140735597397142 140735597397142 140735597400015 0
[pid=23144/tid=23146] ppid=23142 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/23144/task/23146/stat : 23146 (java) S 23142 23142 21699 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446459786 28909211648 12555 33554432000 4194304 4196468 140735597390096 139952403528848 139952450918101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32800768 140735597396970 140735597397142 140735597397142 140735597400015 0
[pid=23144/tid=23147] ppid=23142 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/23144/task/23147/stat : 23147 (java) S 23142 23142 21699 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446459786 28909211648 12555 33554432000 4194304 4196468 140735597390096 139952402476048 139952450918101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32800768 140735597396970 140735597397142 140735597397142 140735597400015 0
[pid=23144/tid=23148] ppid=23142 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/23144/task/23148/stat : 23148 (java) S 23142 23142 21699 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446459786 28909211648 12555 33554432000 4194304 4196468 140735597390096 139952401423248 139952450918101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32800768 140735597396970 140735597397142 140735597397142 140735597400015 0
[pid=23144/tid=23149] ppid=23142 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/23144/task/23149/stat : 23149 (java) S 23142 23142 21699 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446459786 28909211648 12555 33554432000 4194304 4196468 140735597390096 139952400370448 139952450918101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32800768 140735597396970 140735597397142 140735597397142 140735597400015 0
[pid=23144/tid=23150] ppid=23142 vsize=28231652 memory=2244 CPUtime=0 cores=0-7
/proc/23144/task/23150/stat : 23150 (java) S 23142 23142 21699 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446459786 28909211648 12555 33554432000 4194304 4196468 140735597390096 139952399317648 139952450918101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32800768 140735597396970 140735597397142 140735597397142 140735597400015 0
[pid=23144/tid=23151] ppid=23142 vsize=28231652 memory=139833867596719 CPUtime=0 cores=0-7
/proc/23144/task/23151/stat : 23151 (java) S 23142 23142 21699 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446459786 28909211648 12555 33554432000 4194304 4196468 140735597390096 139952398264848 139952450918101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32800768 140735597396970 140735597397142 140735597397142 140735597400015 0
[pid=23144/tid=23152] ppid=23142 vsize=28231652 memory=139833867599024 CPUtime=0 cores=0-7
/proc/23144/task/23152/stat : 23152 (java) S 23142 23142 21699 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446459786 28909211648 12555 33554432000 4194304 4196468 140735597390096 139952397212048 139952450918101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32800768 140735597396970 140735597397142 140735597397142 140735597400015 0
[pid=23144/tid=23153] ppid=23142 vsize=28231652 memory=139833867601328 CPUtime=0 cores=0-7
/proc/23144/task/23153/stat : 23153 (java) S 23142 23142 21699 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446459786 28909211648 12555 33554432000 4194304 4196468 140735597390096 139952396159248 139952450918101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32800768 140735597396970 140735597397142 140735597397142 140735597400015 0
[pid=23144/tid=23154] ppid=23142 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/23144/task/23154/stat : 23154 (java) S 23142 23142 21699 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 446459787 28909211648 12555 33554432000 4194304 4196468 140735597390096 139951049108336 139952450919042 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32800768 140735597396970 140735597397142 140735597397142 140735597400015 0
[pid=23144/tid=23155] ppid=23142 vsize=28231652 memory=279667735209616 CPUtime=0 cores=0-7
/proc/23144/task/23155/stat : 23155 (java) S 23142 23142 21699 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 446459788 28909211648 12555 33554432000 4194304 4196468 140735597390096 139951048054304 139952450918101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32800768 140735597396970 140735597397142 140735597397142 140735597400015 0
[pid=23144/tid=23156] ppid=23142 vsize=28231652 memory=279667735216528 CPUtime=0 cores=0-7
/proc/23144/task/23156/stat : 23156 (java) S 23142 23142 21699 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 446459788 28909211648 12555 33554432000 4194304 4196468 140735597390096 139951047001456 139952450918101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32800768 140735597396970 140735597397142 140735597397142 140735597400015 0
[pid=23144/tid=23157] ppid=23142 vsize=28231652 memory=279667735157680 CPUtime=0 cores=0-7
/proc/23144/task/23157/stat : 23157 (java) S 23142 23142 21699 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446459790 28909211648 12555 33554432000 4194304 4196468 140735597390096 139951045949776 139952450926491 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32800768 140735597396970 140735597397142 140735597397142 140735597400015 0
[pid=23144/tid=23158] ppid=23142 vsize=28231652 memory=279667735230352 CPUtime=0.02 cores=0-7
/proc/23144/task/23158/stat : 23158 (java) R 23142 23142 21699 0 -1 4202560 479 0 0 0 2 0 0 0 20 0 20 0 446459790 28909211648 12555 33554432000 4194304 4196468 140735597390096 139951044887248 139952436028028 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32800768 140735597396970 140735597397142 140735597397142 140735597400015 0
[pid=23144/tid=23159] ppid=23142 vsize=28231652 memory=279667735237264 CPUtime=0.02 cores=0-7
/proc/23144/task/23159/stat : 23159 (java) S 23142 23142 21699 0 -1 1077944384 177 0 0 0 2 0 0 0 20 0 20 0 446459790 28909211648 12555 33554432000 4194304 4196468 140735597390096 139951043844336 139952450919042 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32800768 140735597396970 140735597397142 140735597397142 140735597400015 0
[pid=23144/tid=23160] ppid=23142 vsize=28231652 memory=279667735234960 CPUtime=0.03 cores=0-7
/proc/23144/task/23160/stat : 23160 (java) S 23142 23142 21699 0 -1 1077944384 281 0 0 0 3 0 0 0 20 0 20 0 446459790 28909211648 12620 33554432000 4194304 4196468 140735597390096 139951042791536 139952450919042 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32800768 140735597396970 140735597397142 140735597397142 140735597400015 0
[pid=23144/tid=23161] ppid=23142 vsize=28231652 memory=279667735251120 CPUtime=0.12 cores=0-7
/proc/23144/task/23161/stat : 23161 (java) S 23142 23142 21699 0 -1 1077944384 843 0 0 0 12 0 0 0 20 0 20 0 446459790 28909211648 12620 33554432000 4194304 4196468 140735597390096 139951041738736 139952450919042 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32800768 140735597396970 140735597397142 140735597397142 140735597400015 0
[pid=23144/tid=23162] ppid=23142 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/23144/task/23162/stat : 23162 (java) S 23142 23142 21699 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446459791 28909211648 12620 33554432000 4194304 4196468 140735597390096 139951040687200 139952450918101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32800768 140735597396970 140735597397142 140735597397142 140735597400015 0
[pid=23144/tid=23163] ppid=23142 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/23144/task/23163/stat : 23163 (java) S 23142 23142 21699 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446459791 28909211648 12620 33554432000 4194304 4196468 140735597390096 139950262410288 139952450919042 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32800768 140735597396970 140735597397142 140735597397142 140735597400015 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 51676 KiB

[startup+0.700963 s]
/proc/loadavg: 7.43 7.97 7.44 5/212 23163
/proc/meminfo: memFree=26716240/32770624 swapFree=66941532/67108860
[pid=23142] ppid=23139 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/23142/stat : 23142 (xcsp3-exec) S 23139 23142 21699 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 446459785 115843072 364 33554432000 4194304 5098028 140735886513744 140735886511848 140304672752252 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 23810048 140735886521205 140735886521449 140735886521449 140735886524362 0
/proc/23142/statm: 28282 364 305 221 0 87 0
[pid=23144] ppid=23142 vsize=28233776 memory=141928 CPUtime=1.91 cores=0-7
/proc/23144/stat : 23144 (java) S 23142 23142 21699 0 -1 1077944320 15755 0 0 0 184 7 0 0 20 0 20 0 446459785 28911386624 35482 33554432000 4194304 4196468 140735597390096 140735597372640 139952450907895 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32800768 140735597396970 140735597397142 140735597397142 140735597400015 0
/proc/23144/statm: 7058444 35482 3453 1 0 7019544 0
[pid=23144/tid=23145] ppid=23142 vsize=28233776 memory=279667735546048 CPUtime=0.67 cores=0-7
/proc/23144/task/23145/stat : 23145 (java) R 23142 23142 21699 0 -1 4202560 8893 0 0 0 63 4 0 0 20 0 20 0 446459785 28911386624 35482 33554432000 4194304 4196468 140735597390096 139952455136592 139952434988382 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32800768 140735597396970 140735597397142 140735597397142 140735597400015 0
[pid=23144/tid=23146] ppid=23142 vsize=28233776 memory=5003636900997 CPUtime=0 cores=0-7
/proc/23144/task/23146/stat : 23146 (java) S 23142 23142 21699 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446459786 28911386624 35482 33554432000 4194304 4196468 140735597390096 139952403528848 139952450918101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32800768 140735597396970 140735597397142 140735597397142 140735597400015 0
[pid=23144/tid=23147] ppid=23142 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/23144/task/23147/stat : 23147 (java) S 23142 23142 21699 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446459786 28911386624 35482 33554432000 4194304 4196468 140735597390096 139952402476048 139952450918101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32800768 140735597396970 140735597397142 140735597397142 140735597400015 0
[pid=23144/tid=23148] ppid=23142 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/23144/task/23148/stat : 23148 (java) S 23142 23142 21699 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446459786 28911386624 35482 33554432000 4194304 4196468 140735597390096 139952401423248 139952450918101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32800768 140735597396970 140735597397142 140735597397142 140735597400015 0

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

[pid=23144/tid=23166] ppid=23142 vsize=28766288 memory=928 CPUtime=242.58 cores=0-7
/proc/23144/task/23166/stat : 23166 (java) R 23142 23142 21699 0 -1 4202560 4786 0 0 0 24244 14 0 0 20 0 28 0 446459919 29456678912 547742 33554432000 4194304 4196468 140735597390096 139950251086104 139952069505453 0 4 0 16800975 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 32800768 140735597396970 140735597397142 140735597397142 140735597400015 0
[pid=23144/tid=23167] ppid=23142 vsize=28766288 memory=1720 CPUtime=244.67 cores=0-7
/proc/23144/task/23167/stat : 23167 (java) R 23142 23142 21699 0 -1 4202560 5576 0 0 0 24447 20 0 0 20 0 28 0 446459919 29456678912 547742 33554432000 4194304 4196468 140735597390096 139950250032840 139952070153267 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 32800768 140735597396970 140735597397142 140735597397142 140735597400015 0
[pid=23144/tid=23168] ppid=23142 vsize=28766288 memory=1720 CPUtime=243.81 cores=0-7
/proc/23144/task/23168/stat : 23168 (java) R 23142 23142 21699 0 -1 4202560 4527 0 0 0 24371 10 0 0 20 0 28 0 446459919 29456678912 547742 33554432000 4194304 4196468 140735597390096 139950248980520 139952069505354 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32800768 140735597396970 140735597397142 140735597397142 140735597400015 0
[pid=23144/tid=23169] ppid=23142 vsize=28766288 memory=1976 CPUtime=244.41 cores=0-7
/proc/23144/task/23169/stat : 23169 (java) R 23142 23142 21699 0 -1 4202560 4337 0 0 0 24426 15 0 0 20 0 28 0 446459919 29456678912 547742 33554432000 4194304 4196468 140735597390096 139950247927304 139952070152323 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32800768 140735597396970 140735597397142 140735597397142 140735597400015 0
[pid=23144/tid=23170] ppid=23142 vsize=28766288 memory=2432 CPUtime=242.65 cores=0-7
/proc/23144/task/23170/stat : 23170 (java) R 23142 23142 21699 0 -1 4202560 6616 0 0 0 24247 18 0 0 20 0 28 0 446459919 29456678912 547742 33554432000 4194304 4196468 140735597390096 139950246875376 139952070247318 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32800768 140735597396970 140735597397142 140735597397142 140735597400015 0
[pid=23144/tid=23171] ppid=23142 vsize=28766288 memory=1436 CPUtime=244.62 cores=0-7
/proc/23144/task/23171/stat : 23171 (java) R 23142 23142 21699 0 -1 4202560 851 0 0 0 24462 0 0 0 20 0 28 0 446459919 29456678912 547742 33554432000 4194304 4196468 140735597390096 139950245823144 139952070086755 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32800768 140735597396970 140735597397142 140735597397142 140735597400015 0
Current children cumulated CPU time: 1958.44 s
Current children cumulated vsize: 28879416 KiB
Current children cumulated memory: 2192424 KiB

[startup+247.202 s]
/proc/loadavg: 8.28 8.21 7.67 9/219 23192
/proc/meminfo: memFree=24601920/32770624 swapFree=66941532/67108860
[pid=23142] ppid=23139 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/23142/stat : 23142 (xcsp3-exec) S 23139 23142 21699 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 446459785 115843072 364 33554432000 4194304 5098028 140735886513744 140735886511848 140304672752252 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 23810048 140735886521205 140735886521449 140735886521449 140735886524362 0
/proc/23142/statm: 28282 364 305 221 0 87 0
[pid=23144] ppid=23142 vsize=28766288 memory=2190968 CPUtime=1964.82 cores=0-7
/proc/23144/stat : 23144 (java) S 23142 23142 21699 0 -1 1077944320 75986 0 0 0 196335 147 0 0 20 0 28 0 446459785 29456678912 547742 33554432000 4194304 4196468 140735597390096 140735597372640 139952450907895 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32800768 140735597396970 140735597397142 140735597397142 140735597400015 0
/proc/23144/statm: 7191572 547742 3512 1 0 7152672 0
[pid=23144/tid=23145] ppid=23142 vsize=28766288 memory=988 CPUtime=1.26 cores=0-7
/proc/23144/task/23145/stat : 23145 (java) S 23142 23142 21699 0 -1 1077944384 9100 0 0 0 120 6 0 0 20 0 28 0 446459785 29456678912 547742 33554432000 4194304 4196468 140735597390096 139952455148672 139952450918101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32800768 140735597396970 140735597397142 140735597397142 140735597400015 0
[pid=23144/tid=23146] ppid=23142 vsize=28766288 memory=6791534058613427641 CPUtime=0.16 cores=0-7
/proc/23144/task/23146/stat : 23146 (java) S 23142 23142 21699 0 -1 1077944384 930 0 0 0 10 6 0 0 20 0 28 0 446459786 29456678912 547742 33554432000 4194304 4196468 140735597390096 139952403528848 139952450918101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32800768 140735597396970 140735597397142 140735597397142 140735597400015 0
[pid=23144/tid=23147] ppid=23142 vsize=28766288 memory=111628 CPUtime=0.14 cores=0-7
/proc/23144/task/23147/stat : 23147 (java) S 23142 23142 21699 0 -1 1077944384 1038 0 0 0 8 6 0 0 20 0 28 0 446459786 29456678912 547742 33554432000 4194304 4196468 140735597390096 139952402476048 139952450918101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32800768 140735597396970 140735597397142 140735597397142 140735597400015 0
[pid=23144/tid=23148] ppid=23142 vsize=28766288 memory=800 CPUtime=0.15 cores=0-7
/proc/23144/task/23148/stat : 23148 (java) S 23142 23142 21699 0 -1 1077944384 1843 0 0 0 9 6 0 0 20 0 28 0 446459786 29456678912 547742 33554432000 4194304 4196468 140735597390096 139952401423248 139952450918101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32800768 140735597396970 140735597397142 140735597397142 140735597400015 0
[pid=23144/tid=23149] ppid=23142 vsize=28766288 memory=4104 CPUtime=0.14 cores=0-7
/proc/23144/task/23149/stat : 23149 (java) S 23142 23142 21699 0 -1 1077944384 881 0 0 0 9 5 0 0 20 0 28 0 446459786 29456678912 547742 33554432000 4194304 4196468 140735597390096 139952400370448 139952450918101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32800768 140735597396970 140735597397142 140735597397142 140735597400015 0
[pid=23144/tid=23150] ppid=23142 vsize=28766288 memory=1804 CPUtime=0.15 cores=0-7
/proc/23144/task/23150/stat : 23150 (java) S 23142 23142 21699 0 -1 1077944384 604 0 0 0 9 6 0 0 20 0 28 0 446459786 29456678912 547742 33554432000 4194304 4196468 140735597390096 139952399317648 139952450918101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32800768 140735597396970 140735597397142 140735597397142 140735597400015 0
[pid=23144/tid=23151] ppid=23142 vsize=28766288 memory=920 CPUtime=0.15 cores=0-7
/proc/23144/task/23151/stat : 23151 (java) S 23142 23142 21699 0 -1 1077944384 772 0 0 0 9 6 0 0 20 0 28 0 446459786 29456678912 547742 33554432000 4194304 4196468 140735597390096 139952398264848 139952450918101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32800768 140735597396970 140735597397142 140735597397142 140735597400015 0
[pid=23144/tid=23152] ppid=23142 vsize=28766288 memory=11632 CPUtime=0.14 cores=0-7
/proc/23144/task/23152/stat : 23152 (java) S 23142 23142 21699 0 -1 1077944384 1587 0 0 0 8 6 0 0 20 0 28 0 446459786 29456678912 547742 33554432000 4194304 4196468 140735597390096 139952397212048 139952450918101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32800768 140735597396970 140735597397142 140735597397142 140735597400015 0
[pid=23144/tid=23153] ppid=23142 vsize=28766288 memory=1732 CPUtime=0.15 cores=0-7
/proc/23144/task/23153/stat : 23153 (java) S 23142 23142 21699 0 -1 1077944384 579 0 0 0 10 5 0 0 20 0 28 0 446459786 29456678912 547742 33554432000 4194304 4196468 140735597390096 139952396159248 139952450918101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32800768 140735597396970 140735597397142 140735597397142 140735597400015 0
[pid=23144/tid=23154] ppid=23142 vsize=28766288 memory=3620 CPUtime=0.03 cores=0-7
/proc/23144/task/23154/stat : 23154 (java) S 23142 23142 21699 0 -1 1077944384 4332 0 0 0 3 0 0 0 20 0 28 0 446459787 29456678912 547742 33554432000 4194304 4196468 140735597390096 139951049108336 139952450919042 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32800768 140735597396970 140735597397142 140735597397142 140735597400015 0
[pid=23144/tid=23155] ppid=23142 vsize=28766288 memory=48016 CPUtime=0 cores=0-7
/proc/23144/task/23155/stat : 23155 (java) S 23142 23142 21699 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 28 0 446459788 29456678912 547742 33554432000 4194304 4196468 140735597390096 139951048054368 139952450918101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32800768 140735597396970 140735597397142 140735597397142 140735597400015 0
[pid=23144/tid=23156] ppid=23142 vsize=28766288 memory=1988 CPUtime=0 cores=0-7
/proc/23144/task/23156/stat : 23156 (java) S 23142 23142 21699 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 28 0 446459788 29456678912 547742 33554432000 4194304 4196468 140735597390096 139951047001472 139952450918101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32800768 140735597396970 140735597397142 140735597397142 140735597400015 0
[pid=23144/tid=23157] ppid=23142 vsize=28766288 memory=6004 CPUtime=0 cores=0-7
/proc/23144/task/23157/stat : 23157 (java) S 23142 23142 21699 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 446459790 29456678912 547742 33554432000 4194304 4196468 140735597390096 139951045949776 139952450926491 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32800768 140735597396970 140735597397142 140735597397142 140735597400015 0
[pid=23144/tid=23158] ppid=23142 vsize=28766288 memory=624 CPUtime=1.29 cores=0-7
/proc/23144/task/23158/stat : 23158 (java) S 23142 23142 21699 0 -1 1077944384 6196 0 0 0 127 2 0 0 20 0 28 0 446459790 29456678912 547742 33554432000 4194304 4196468 140735597390096 139951044897136 139952450919042 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32800768 140735597396970 140735597397142 140735597397142 140735597400015 0
[pid=23144/tid=23159] ppid=23142 vsize=28766288 memory=1456 CPUtime=1.39 cores=0-7
/proc/23144/task/23159/stat : 23159 (java) S 23142 23142 21699 0 -1 1077944384 4445 0 0 0 137 2 0 0 20 0 28 0 446459790 29456678912 547742 33554432000 4194304 4196468 140735597390096 139951043844336 139952450919042 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32800768 140735597396970 140735597397142 140735597397142 140735597400015 0
[pid=23144/tid=23160] ppid=23142 vsize=28766288 memory=6791534058613427641 CPUtime=1.35 cores=0-7
/proc/23144/task/23160/stat : 23160 (java) S 23142 23142 21699 0 -1 1077944384 7259 0 0 0 134 1 0 0 20 0 28 0 446459790 29456678912 547742 33554432000 4194304 4196468 140735597390096 139951042791536 139952450919042 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32800768 140735597396970 140735597397142 140735597397142 140735597400015 0
[pid=23144/tid=23161] ppid=23142 vsize=28766288 memory=2190968 CPUtime=0.7 cores=0-7
/proc/23144/task/23161/stat : 23161 (java) S 23142 23142 21699 0 -1 1077944384 5465 0 0 0 69 1 0 0 20 0 28 0 446459790 29456678912 547742 33554432000 4194304 4196468 140735597390096 139951041738736 139952450919042 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32800768 140735597396970 140735597397142 140735597397142 140735597400015 0
[pid=23144/tid=23162] ppid=23142 vsize=28766288 memory=-7003737579269690708 CPUtime=0 cores=0-7
/proc/23144/task/23162/stat : 23162 (java) S 23142 23142 21699 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 446459791 29456678912 547742 33554432000 4194304 4196468 140735597390096 139951040687200 139952450918101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32800768 140735597396970 140735597397142 140735597397142 140735597400015 0
[pid=23144/tid=23163] ppid=23142 vsize=28766288 memory=-7003737579269690708 CPUtime=0.06 cores=0-7
/proc/23144/task/23163/stat : 23163 (java) S 23142 23142 21699 0 -1 1077944384 887 0 0 0 0 6 0 0 20 0 28 0 446459791 29456678912 547742 33554432000 4194304 4196468 140735597390096 139950262410288 139952450919042 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32800768 140735597396970 140735597397142 140735597397142 140735597400015 0
[pid=23144/tid=23164] ppid=23142 vsize=28766288 memory=12040 CPUtime=244.47 cores=0-7
/proc/23144/task/23164/stat : 23164 (java) R 23142 23142 21699 0 -1 4202560 1148 0 0 0 24446 1 0 0 20 0 28 0 446459919 29456678912 547742 33554432000 4194304 4196468 140735597390096 139950253190696 139952070087397 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32800768 140735597396970 140735597397142 140735597397142 140735597400015 0
[pid=23144/tid=23165] ppid=23142 vsize=28766288 memory=28088 CPUtime=245.35 cores=0-7
/proc/23144/task/23165/stat : 23165 (java) R 23142 23142 21699 0 -1 4202560 900 0 0 0 24535 0 0 0 20 0 28 0 446459919 29456678912 547742 33554432000 4194304 4196468 140735597390096 139950252138920 139952069505453 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32800768 140735597396970 140735597397142 140735597397142 140735597400015 0
[pid=23144/tid=23166] ppid=23142 vsize=28766288 memory=1456 CPUtime=243.38 cores=0-7
/proc/23144/task/23166/stat : 23166 (java) R 23142 23142 21699 0 -1 4202560 4786 0 0 0 24324 14 0 0 20 0 28 0 446459919 29456678912 547742 33554432000 4194304 4196468 140735597390096 139950251086104 139952069962254 0 4 0 16800975 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 32800768 140735597396970 140735597397142 140735597397142 140735597400015 0
[pid=23144/tid=23167] ppid=23142 vsize=28766288 memory=988 CPUtime=245.45 cores=0-7
/proc/23144/task/23167/stat : 23167 (java) R 23142 23142 21699 0 -1 4202560 5576 0 0 0 24525 20 0 0 20 0 28 0 446459919 29456678912 547742 33554432000 4194304 4196468 140735597390096 139950250032840 139952070430591 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 32800768 140735597396970 140735597397142 140735597397142 140735597400015 0
[pid=23144/tid=23168] ppid=23142 vsize=28766288 memory=780 CPUtime=244.61 cores=0-7
/proc/23144/task/23168/stat : 23168 (java) R 23142 23142 21699 0 -1 4202560 4527 0 0 0 24451 10 0 0 20 0 28 0 446459919 29456678912 547742 33554432000 4194304 4196468 140735597390096 139950248980520 139952071097906 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32800768 140735597396970 140735597397142 140735597397142 140735597400015 0
[pid=23144/tid=23169] ppid=23142 vsize=28766288 memory=6004 CPUtime=245.21 cores=0-7
/proc/23144/task/23169/stat : 23169 (java) R 23142 23142 21699 0 -1 4202560 4337 0 0 0 24506 15 0 0 20 0 28 0 446459919 29456678912 547742 33554432000 4194304 4196468 140735597390096 139950247927304 139952070246598 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32800768 140735597396970 140735597397142 140735597397142 140735597400015 0
[pid=23144/tid=23170] ppid=23142 vsize=28766288 memory=624 CPUtime=243.45 cores=0-7
/proc/23144/task/23170/stat : 23170 (java) R 23142 23142 21699 0 -1 4202560 6616 0 0 0 24327 18 0 0 20 0 28 0 446459919 29456678912 547742 33554432000 4194304 4196468 140735597390096 139950246875376 139952069505190 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32800768 140735597396970 140735597397142 140735597397142 140735597400015 0
[pid=23144/tid=23171] ppid=23142 vsize=28766288 memory=4004 CPUtime=245.42 cores=0-7
/proc/23144/task/23171/stat : 23171 (java) R 23142 23142 21699 0 -1 4202560 852 0 0 0 24542 0 0 0 20 0 28 0 446459919 29456678912 547742 33554432000 4194304 4196468 140735597390096 139950245823144 139952069505453 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32800768 140735597396970 140735597397142 140735597397142 140735597400015 0
Current children cumulated CPU time: 1964.82 s
Current children cumulated vsize: 28879416 KiB
Current children cumulated memory: 2192424 KiB

[startup+247.602 s]
/proc/loadavg: 8.28 8.21 7.67 9/219 23192
/proc/meminfo: memFree=24601920/32770624 swapFree=66941532/67108860
[pid=23142] ppid=23139 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/23142/stat : 23142 (xcsp3-exec) S 23139 23142 21699 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 446459785 115843072 364 33554432000 4194304 5098028 140735886513744 140735886511848 140304672752252 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 23810048 140735886521205 140735886521449 140735886521449 140735886524362 0
/proc/23142/statm: 28282 364 305 221 0 87 0
[pid=23144] ppid=23142 vsize=28766288 memory=2190968 CPUtime=1968.01 cores=0-7
/proc/23144/stat : 23144 (java) S 23142 23142 21699 0 -1 1077944320 75986 0 0 0 196654 147 0 0 20 0 28 0 446459785 29456678912 547742 33554432000 4194304 4196468 140735597390096 140735597372640 139952450907895 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32800768 140735597396970 140735597397142 140735597397142 140735597400015 0
/proc/23144/statm: 7191572 547742 3512 1 0 7152672 0
[pid=23144/tid=23145] ppid=23142 vsize=28766288 memory=6791534058613427641 CPUtime=1.26 cores=0-7
/proc/23144/task/23145/stat : 23145 (java) S 23142 23142 21699 0 -1 1077944384 9100 0 0 0 120 6 0 0 20 0 28 0 446459785 29456678912 547742 33554432000 4194304 4196468 140735597390096 139952455148672 139952450918101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32800768 140735597396970 140735597397142 140735597397142 140735597400015 0
[pid=23144/tid=23146] ppid=23142 vsize=28766288 memory=288230583166042426 CPUtime=0.16 cores=0-7
/proc/23144/task/23146/stat : 23146 (java) S 23142 23142 21699 0 -1 1077944384 930 0 0 0 10 6 0 0 20 0 28 0 446459786 29456678912 547742 33554432000 4194304 4196468 140735597390096 139952403528848 139952450918101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32800768 140735597396970 140735597397142 140735597397142 140735597400015 0
[pid=23144/tid=23147] ppid=23142 vsize=28766288 memory=13847469322668657 CPUtime=0.14 cores=0-7
/proc/23144/task/23147/stat : 23147 (java) S 23142 23142 21699 0 -1 1077944384 1038 0 0 0 8 6 0 0 20 0 28 0 446459786 29456678912 547742 33554432000 4194304 4196468 140735597390096 139952402476048 139952450918101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32800768 140735597396970 140735597397142 140735597397142 140735597400015 0
[pid=23144/tid=23148] ppid=23142 vsize=28766288 memory=2432 CPUtime=0.15 cores=0-7
/proc/23144/task/23148/stat : 23148 (java) S 23142 23142 21699 0 -1 1077944384 1843 0 0 0 9 6 0 0 20 0 28 0 446459786 29456678912 547742 33554432000 4194304 4196468 140735597390096 139952401423248 139952450918101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32800768 140735597396970 140735597397142 140735597397142 140735597400015 0
[pid=23144/tid=23149] ppid=23142 vsize=28766288 memory=1436 CPUtime=0.14 cores=0-7
/proc/23144/task/23149/stat : 23149 (java) S 23142 23142 21699 0 -1 1077944384 881 0 0 0 9 5 0 0 20 0 28 0 446459786 29456678912 547742 33554432000 4194304 4196468 140735597390096 139952400370448 139952450918101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32800768 140735597396970 140735597397142 140735597397142 140735597400015 0
[pid=23144/tid=23150] ppid=23142 vsize=28766288 memory=780 CPUtime=0.15 cores=0-7
/proc/23144/task/23150/stat : 23150 (java) S 23142 23142 21699 0 -1 1077944384 604 0 0 0 9 6 0 0 20 0 28 0 446459786 29456678912 547742 33554432000 4194304 4196468 140735597390096 139952399317648 139952450918101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32800768 140735597396970 140735597397142 140735597397142 140735597400015 0
[pid=23144/tid=23151] ppid=23142 vsize=28766288 memory=6004 CPUtime=0.15 cores=0-7
/proc/23144/task/23151/stat : 23151 (java) S 23142 23142 21699 0 -1 1077944384 772 0 0 0 9 6 0 0 20 0 28 0 446459786 29456678912 547742 33554432000 4194304 4196468 140735597390096 139952398264848 139952450918101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32800768 140735597396970 140735597397142 140735597397142 140735597400015 0
[pid=23144/tid=23152] ppid=23142 vsize=28766288 memory=624 CPUtime=0.14 cores=0-7
/proc/23144/task/23152/stat : 23152 (java) S 23142 23142 21699 0 -1 1077944384 1587 0 0 0 8 6 0 0 20 0 28 0 446459786 29456678912 547742 33554432000 4194304 4196468 140735597390096 139952397212048 139952450918101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32800768 140735597396970 140735597397142 140735597397142 140735597400015 0
[pid=23144/tid=23153] ppid=23142 vsize=28766288 memory=6791534058613427641 CPUtime=0.15 cores=0-7
/proc/23144/task/23153/stat : 23153 (java) S 23142 23142 21699 0 -1 1077944384 579 0 0 0 10 5 0 0 20 0 28 0 446459786 29456678912 547742 33554432000 4194304 4196468 140735597390096 139952396159248 139952450918101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32800768 140735597396970 140735597397142 140735597397142 140735597400015 0
[pid=23144/tid=23154] ppid=23142 vsize=28766288 memory=1088 CPUtime=0.03 cores=0-7
/proc/23144/task/23154/stat : 23154 (java) S 23142 23142 21699 0 -1 1077944384 4332 0 0 0 3 0 0 0 20 0 28 0 446459787 29456678912 547742 33554432000 4194304 4196468 140735597390096 139951049108336 139952450919042 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32800768 140735597396970 140735597397142 140735597397142 140735597400015 0
[pid=23144/tid=23155] ppid=23142 vsize=28766288 memory=1456 CPUtime=0 cores=0-7
/proc/23144/task/23155/stat : 23155 (java) S 23142 23142 21699 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 28 0 446459788 29456678912 547742 33554432000 4194304 4196468 140735597390096 139951048054368 139952450918101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32800768 140735597396970 140735597397142 140735597397142 140735597400015 0
[pid=23144/tid=23156] ppid=23142 vsize=28766288 memory=2190968 CPUtime=0 cores=0-7
/proc/23144/task/23156/stat : 23156 (java) S 23142 23142 21699 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 28 0 446459788 29456678912 547742 33554432000 4194304 4196468 140735597390096 139951047001472 139952450918101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32800768 140735597396970 140735597397142 140735597397142 140735597400015 0
[pid=23144/tid=23157] ppid=23142 vsize=28766288 memory=6004 CPUtime=0 cores=0-7
/proc/23144/task/23157/stat : 23157 (java) S 23142 23142 21699 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 446459790 29456678912 547742 33554432000 4194304 4196468 140735597390096 139951045949776 139952450926491 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32800768 140735597396970 140735597397142 140735597397142 140735597400015 0
[pid=23144/tid=23158] ppid=23142 vsize=28766288 memory=3620 CPUtime=1.29 cores=0-7
/proc/23144/task/23158/stat : 23158 (java) S 23142 23142 21699 0 -1 1077944384 6196 0 0 0 127 2 0 0 20 0 28 0 446459790 29456678912 547742 33554432000 4194304 4196468 140735597390096 139951044897136 139952450919042 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32800768 140735597396970 140735597397142 140735597397142 140735597400015 0
[pid=23144/tid=23159] ppid=23142 vsize=28766288 memory=6791534058613427641 CPUtime=1.39 cores=0-7
/proc/23144/task/23159/stat : 23159 (java) S 23142 23142 21699 0 -1 1077944384 4445 0 0 0 137 2 0 0 20 0 28 0 446459790 29456678912 547742 33554432000 4194304 4196468 140735597390096 139951043844336 139952450919042 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32800768 140735597396970 140735597397142 140735597397142 140735597400015 0
[pid=23144/tid=23160] ppid=23142 vsize=28766288 memory=2832 CPUtime=1.35 cores=0-7
/proc/23144/task/23160/stat : 23160 (java) S 23142 23142 21699 0 -1 1077944384 7259 0 0 0 134 1 0 0 20 0 28 0 446459790 29456678912 547742 33554432000 4194304 4196468 140735597390096 139951042791536 139952450919042 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32800768 140735597396970 140735597397142 140735597397142 140735597400015 0
[pid=23144/tid=23161] ppid=23142 vsize=28766288 memory=6791534058613427641 CPUtime=0.7 cores=0-7
/proc/23144/task/23161/stat : 23161 (java) S 23142 23142 21699 0 -1 1077944384 5465 0 0 0 69 1 0 0 20 0 28 0 446459790 29456678912 547742 33554432000 4194304 4196468 140735597390096 139951041738736 139952450919042 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32800768 140735597396970 140735597397142 140735597397142 140735597400015 0
[pid=23144/tid=23162] ppid=23142 vsize=28766288 memory=48016 CPUtime=0 cores=0-7
/proc/23144/task/23162/stat : 23162 (java) S 23142 23142 21699 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 446459791 29456678912 547742 33554432000 4194304 4196468 140735597390096 139951040687200 139952450918101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32800768 140735597396970 140735597397142 140735597397142 140735597400015 0
[pid=23144/tid=23163] ppid=23142 vsize=28766288 memory=1988 CPUtime=0.06 cores=0-7
/proc/23144/task/23163/stat : 23163 (java) S 23142 23142 21699 0 -1 1077944384 887 0 0 0 0 6 0 0 20 0 28 0 446459791 29456678912 547742 33554432000 4194304 4196468 140735597390096 139950262410288 139952450919042 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32800768 140735597396970 140735597397142 140735597397142 140735597400015 0
[pid=23144/tid=23164] ppid=23142 vsize=28766288 memory=1456 CPUtime=244.87 cores=0-7
/proc/23144/task/23164/stat : 23164 (java) R 23142 23142 21699 0 -1 4202560 1148 0 0 0 24486 1 0 0 20 0 28 0 446459919 29456678912 547742 33554432000 4194304 4196468 140735597390096 139950253190696 139952070153326 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32800768 140735597396970 140735597397142 140735597397142 140735597400015 0
[pid=23144/tid=23165] ppid=23142 vsize=28766288 memory=2193572 CPUtime=245.75 cores=0-7
/proc/23144/task/23165/stat : 23165 (java) R 23142 23142 21699 0 -1 4202560 900 0 0 0 24575 0 0 0 20 0 28 0 446459919 29456678912 547742 33554432000 4194304 4196468 140735597390096 139950252138920 139952070087371 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32800768 140735597396970 140735597397142 140735597397142 140735597400015 0
[pid=23144/tid=23166] ppid=23142 vsize=28766288 memory=1752 CPUtime=243.78 cores=0-7
/proc/23144/task/23166/stat : 23166 (java) R 23142 23142 21699 0 -1 4202560 4786 0 0 0 24364 14 0 0 20 0 28 0 446459919 29456678912 547742 33554432000 4194304 4196468 140735597390096 139950251086104 139952070152762 0 4 0 16800975 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 32800768 140735597396970 140735597397142 140735597397142 140735597400015 0
[pid=23144/tid=23167] ppid=23142 vsize=28766288 memory=1988 CPUtime=245.85 cores=0-7
/proc/23144/task/23167/stat : 23167 (java) R 23142 23142 21699 0 -1 4202560 5576 0 0 0 24565 20 0 0 20 0 28 0 446459919 29456678912 547742 33554432000 4194304 4196468 140735597390096 139950250032840 139952070152313 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 32800768 140735597396970 140735597397142 140735597397142 140735597400015 0
[pid=23144/tid=23168] ppid=23142 vsize=28766288 memory=988 CPUtime=245.01 cores=0-7
/proc/23144/task/23168/stat : 23168 (java) R 23142 23142 21699 0 -1 4202560 4527 0 0 0 24491 10 0 0 20 0 28 0 446459919 29456678912 547742 33554432000 4194304 4196468 140735597390096 139950248980520 139952070087570 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32800768 140735597396970 140735597397142 140735597397142 140735597400015 0
[pid=23144/tid=23169] ppid=23142 vsize=28766288 memory=1428 CPUtime=245.61 cores=0-7
/proc/23144/task/23169/stat : 23169 (java) R 23142 23142 21699 0 -1 4202560 4337 0 0 0 24546 15 0 0 20 0 28 0 446459919 29456678912 547742 33554432000 4194304 4196468 140735597390096 139950247927304 139952070152810 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32800768 140735597396970 140735597397142 140735597397142 140735597400015 0
[pid=23144/tid=23170] ppid=23142 vsize=28766288 memory=1752 CPUtime=243.85 cores=0-7
/proc/23144/task/23170/stat : 23170 (java) R 23142 23142 21699 0 -1 4202560 6616 0 0 0 24367 18 0 0 20 0 28 0 446459919 29456678912 547742 33554432000 4194304 4196468 140735597390096 139950246875376 139952070088349 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32800768 140735597396970 140735597397142 140735597397142 140735597400015 0
[pid=23144/tid=23171] ppid=23142 vsize=28766288 memory=1056 CPUtime=245.82 cores=0-7
/proc/23144/task/23171/stat : 23171 (java) R 23142 23142 21699 0 -1 4202560 852 0 0 0 24582 0 0 0 20 0 28 0 446459919 29456678912 547742 33554432000 4194304 4196468 140735597390096 139950245823144 139952070088125 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32800768 140735597396970 140735597397142 140735597397142 140735597400015 0
Current children cumulated CPU time: 1968.01 s
Current children cumulated vsize: 28879416 KiB
Current children cumulated memory: 2192424 KiB

[startup+247.701 s]
/proc/loadavg: 8.28 8.21 7.67 9/219 23192
/proc/meminfo: memFree=24601920/32770624 swapFree=66941532/67108860
[pid=23142] ppid=23139 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/23142/stat : 23142 (xcsp3-exec) S 23139 23142 21699 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 446459785 115843072 364 33554432000 4194304 5098028 140735886513744 140735886511848 140304672752252 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 23810048 140735886521205 140735886521449 140735886521449 140735886524362 0
/proc/23142/statm: 28282 364 305 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1456 KiB

Child status: 0
Real time (s): 247.704
CPU time (s): 1968.6
CPU user time (s): 1967.11
CPU system time (s): 1.49715
CPU usage (%): 794.742
Max. virtual memory (cumulated for all children) (KiB): 28879416
Max. memory (cumulated for all children) (KiB): 2195028

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1967.11
system time used= 1.49715
maximum resident set size= 2195620
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 77823
page faults= 0
swaps= 0
block input operations= 0
block output operations= 448
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10312
involuntary context switches= 23866


# summary of solver processes directly reported to runsolver:
#   pid: 23142
#   total CPU time (s): 1968.6
#   total CPU user time (s): 1967.11
#   total CPU system time (s): 1.49715

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.83203 second user time and 2.15368 second system time

The end

Launcher Data

Begin job on node149 at 2019-09-17 08:36:13
IDJOB=4399565
IDBENCH=122068
IDSOLVER=2854
FILE ID=node149/4399565-1568702211
RUNJOBID= node149-1568700680-21726
PBS_JOBID= 21703901
Free space on /tmp= 61420 MiB

SOLVER NAME= choco-solver 2019-09-16 parallel
BENCH NAME= XCSP17/Random/Random-B-2-26-26/rand-2-26-26-325-155-9.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-4399565-1568702211/watcher-4399565-1568702211 -o /tmp/evaluation-result-4399565-1568702211/solver-4399565-1568702211 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node149-1568700680-21726 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1548197260 HOME/instance-4399565-1568702211.xml

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

MD5SUM BENCH= 15e1cc79eec027fdb50c97913c9f3702
RANDOM SEED=1548197260

node149.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.81
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.81
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.81
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.81
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:        26782396 kB
MemAvailable:   31842016 kB
Buffers:          110156 kB
Cached:          5251384 kB
SwapCached:        61068 kB
Active:          2422844 kB
Inactive:        3000064 kB
Active(anon):       3584 kB
Inactive(anon):   106212 kB
Active(file):    2419260 kB
Inactive(file):  2893852 kB
Unevictable:      111208 kB
Mlocked:          111208 kB
SwapTotal:      67108860 kB
SwapFree:       66941532 kB
Dirty:             26760 kB
Writeback:             0 kB
AnonPages:        112540 kB
Mapped:            48436 kB
Shmem:             39988 kB
Slab:             154136 kB
SReclaimable:     124688 kB
SUnreclaim:        29448 kB
KernelStack:        3360 kB
PageTables:         5104 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     506712 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      144768 kB
DirectMap2M:    33400832 kB

Free space on /tmp at the end= 61396 MiB
End job on node149 at 2019-09-17 08:40:21