Trace number 4404386

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-20 parallel? (TO) 20092.4 2520.14

General information on the benchmark

NamePseudoBoolean/PseudoBoolean-dec-sptate/
Pb-Tate-K100.xml
MD5SUM26b9bfa7097c81a56529190245724c1c
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 benchmark49.6884
Satisfiable
(Un)Satisfiability was proved
Number of variables6800
Number of constraints7002
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":6800}]
Minimum variable degree3
Maximum variable degree10
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":177},{"degree":5,"count":1204},{"degree":6,"count":2663},{"degree":7,"count":1672},{"degree":8,"count":689},{"degree":9,"count":198},{"degree":10,"count":196}]
Minimum constraint arity1
Maximum constraint arity100
Distribution of constraint arities[{"arity":1,"count":2},{"arity":2,"count":1287},{"arity":3,"count":2673},{"arity":4,"count":1782},{"arity":5,"count":594},{"arity":6,"count":198},{"arity":7,"count":198},{"arity":68,"count":200},{"arity":100,"count":68}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":7002}]
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-4404386-1569005264.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco 3fb4b153
0.12/0.18	c [HOME/instance-4404386-1569005264.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.28	c parse instance...
7.48/2.23	c solve instance...
20091.69/2520.07	s UNKNOWN
20091.69/2520.07	c Unexpected resolution interruption!

Verifier Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4404386-1569005264/watcher-4404386-1569005264 -o /tmp/evaluation-result-4404386-1569005264/solver-4404386-1569005264 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node106-1569001582-3356 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1997758498 HOME/instance-4404386-1569005264.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=3373, runsolver pid=3370
Current StackSize limit: 8192 KiB


[startup+0.100169 s]*
/proc/loadavg: 8.55 8.29 8.26 2/209 3394
/proc/meminfo: memFree=17891600/32770624 swapFree=66998176/67108860
[pid=3373] ppid=3370 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/3373/stat : 3373 (xcsp3-exec) S 3370 3373 3329 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 476780626 115843072 363 33554432000 4194304 5098028 140725619973008 140725619971112 140243763757692 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 37232640 140725619975029 140725619975273 140725619975273 140725619978186 0
/proc/3373/statm: 28282 363 305 221 0 87 0
[pid=3375] ppid=3373 vsize=28227396 memory=29408 CPUtime=0.12 cores=0-7
/proc/3375/stat : 3375 (java) S 3373 3373 3329 0 -1 1077944320 5842 0 0 0 11 1 0 0 20 0 20 0 476780626 28904853504 7352 33554432000 4194304 4196468 140736493940960 140736493923504 140543328739063 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17530880 140736493949930 140736493950102 140736493950102 140736493952975 0
/proc/3375/statm: 7056849 7352 3097 1 0 7019032 0
[pid=3375/tid=3376] ppid=3373 vsize=28227396 memory=576460756329955445 CPUtime=0.08 cores=0-7
/proc/3375/task/3376/stat : 3376 (java) R 3373 3373 3329 0 -1 4202560 3842 0 0 0 8 0 0 0 20 0 20 0 476780626 28904853504 7417 33554432000 4194304 4196468 140736493940960 140543332971312 140543328750998 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17530880 140736493949930 140736493950102 140736493950102 140736493952975 0
[pid=3375/tid=3377] ppid=3373 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/3375/task/3377/stat : 3377 (java) S 3373 3373 3329 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476780627 28904853504 7417 33554432000 4194304 4196468 140736493940960 140543281359120 140543328749269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17530880 140736493949930 140736493950102 140736493950102 140736493952975 0
[pid=3375/tid=3378] ppid=3373 vsize=28227396 memory=140287713098688 CPUtime=0 cores=0-7
/proc/3375/task/3378/stat : 3378 (java) S 3373 3373 3329 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476780627 28904853504 7417 33554432000 4194304 4196468 140736493940960 140543280306576 140543328749269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17530880 140736493949930 140736493950102 140736493950102 140736493952975 0
[pid=3375/tid=3379] ppid=3373 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/3375/task/3379/stat : 3379 (java) S 3373 3373 3329 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476780627 28904853504 7417 33554432000 4194304 4196468 140736493940960 140543279254032 140543328749269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17530880 140736493949930 140736493950102 140736493950102 140736493952975 0
[pid=3375/tid=3380] ppid=3373 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/3375/task/3380/stat : 3380 (java) S 3373 3373 3329 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476780627 28904853504 7417 33554432000 4194304 4196468 140736493940960 140543278201488 140543328749269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17530880 140736493949930 140736493950102 140736493950102 140736493952975 0
[pid=3375/tid=3381] ppid=3373 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/3375/task/3381/stat : 3381 (java) S 3373 3373 3329 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476780627 28904853504 7417 33554432000 4194304 4196468 140736493940960 140543277148944 140543328749269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17530880 140736493949930 140736493950102 140736493950102 140736493952975 0
[pid=3375/tid=3382] ppid=3373 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/3375/task/3382/stat : 3382 (java) S 3373 3373 3329 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476780627 28904853504 7417 33554432000 4194304 4196468 140736493940960 140542874606480 140543328749269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17530880 140736493949930 140736493950102 140736493950102 140736493952975 0
[pid=3375/tid=3383] ppid=3373 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/3375/task/3383/stat : 3383 (java) S 3373 3373 3329 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476780627 28904853504 7417 33554432000 4194304 4196468 140736493940960 140542873553936 140543328749269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17530880 140736493949930 140736493950102 140736493950102 140736493952975 0
[pid=3375/tid=3384] ppid=3373 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/3375/task/3384/stat : 3384 (java) S 3373 3373 3329 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476780627 28904853504 7417 33554432000 4194304 4196468 140736493940960 140542872501392 140543328749269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17530880 140736493949930 140736493950102 140736493950102 140736493952975 0
[pid=3375/tid=3385] ppid=3373 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/3375/task/3385/stat : 3385 (java) S 3373 3373 3329 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476780628 28904853504 7417 33554432000 4194304 4196468 140736493940960 140542713538544 140543328750210 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17530880 140736493949930 140736493950102 140736493950102 140736493952975 0
[pid=3375/tid=3386] ppid=3373 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/3375/task/3386/stat : 3386 (java) S 3373 3373 3329 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476780629 28904853504 7417 33554432000 4194304 4196468 140736493940960 140542712484768 140543328749269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17530880 140736493949930 140736493950102 140736493950102 140736493952975 0
[pid=3375/tid=3387] ppid=3373 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/3375/task/3387/stat : 3387 (java) S 3373 3373 3329 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476780629 28904853504 7417 33554432000 4194304 4196468 140736493940960 140542711432176 140543328749269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17530880 140736493949930 140736493950102 140736493950102 140736493952975 0
[pid=3375/tid=3388] ppid=3373 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/3375/task/3388/stat : 3388 (java) S 3373 3373 3329 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476780632 28904853504 7417 33554432000 4194304 4196468 140736493940960 140542710380752 140543328757659 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17530880 140736493949930 140736493950102 140736493950102 140736493952975 0
[pid=3375/tid=3389] ppid=3373 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/3375/task/3389/stat : 3389 (java) S 3373 3373 3329 0 -1 1077944384 300 0 0 0 0 0 0 0 20 0 20 0 476780632 28904853504 7417 33554432000 4194304 4196468 140736493940960 140542709328368 140543328750210 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17530880 140736493949930 140736493950102 140736493950102 140736493952975 0
[pid=3375/tid=3390] ppid=3373 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/3375/task/3390/stat : 3390 (java) S 3373 3373 3329 0 -1 1077944384 125 0 0 0 0 0 0 0 20 0 20 0 476780632 28904853504 7417 33554432000 4194304 4196468 140736493940960 140542708275824 140543328750210 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17530880 140736493949930 140736493950102 140736493950102 140736493952975 0
[pid=3375/tid=3391] ppid=3373 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/3375/task/3391/stat : 3391 (java) S 3373 3373 3329 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476780632 28904853504 7417 33554432000 4194304 4196468 140736493940960 140542707223280 140543328750210 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17530880 140736493949930 140736493950102 140736493950102 140736493952975 0
[pid=3375/tid=3392] ppid=3373 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/3375/task/3392/stat : 3392 (java) R 3373 3373 3329 0 -1 4202560 318 0 0 0 2 0 0 0 20 0 20 0 476780632 28904853504 7417 33554432000 4194304 4196468 140736493940960 140542706170736 140543307451888 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17530880 140736493949930 140736493950102 140736493950102 140736493952975 0
[pid=3375/tid=3393] ppid=3373 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/3375/task/3393/stat : 3393 (java) S 3373 3373 3329 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476780632 28904853504 7417 33554432000 4194304 4196468 140736493940960 140542705117408 140543328749269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17530880 140736493949930 140736493950102 140736493950102 140736493952975 0
[pid=3375/tid=3394] ppid=3373 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/3375/task/3394/stat : 3394 (java) S 3373 3373 3329 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476780632 28904853504 7417 33554432000 4194304 4196468 140736493940960 140542704064944 140543328750210 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17530880 140736493949930 140736493950102 140736493950102 140736493952975 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 30860 KiB

[startup+0.210418 s]*
/proc/loadavg: 8.55 8.29 8.26 2/209 3394
/proc/meminfo: memFree=17878388/32770624 swapFree=66998176/67108860
[pid=3373] ppid=3370 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/3373/stat : 3373 (xcsp3-exec) S 3370 3373 3329 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 476780626 115843072 363 33554432000 4194304 5098028 140725619973008 140725619971112 140243763757692 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 37232640 140725619975029 140725619975273 140725619975273 140725619978186 0
/proc/3373/statm: 28282 363 305 221 0 87 0
[pid=3375] ppid=3373 vsize=28227396 memory=41004 CPUtime=0.33 cores=0-7
/proc/3375/stat : 3375 (java) S 3373 3373 3329 0 -1 1077944320 9500 0 0 0 31 2 0 0 20 0 20 0 476780626 28904853504 10251 33554432000 4194304 4196468 140736493940960 140736493923504 140543328739063 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17530880 140736493949930 140736493950102 140736493950102 140736493952975 0
/proc/3375/statm: 7056849 10251 3292 1 0 7019032 0
[pid=3375/tid=3376] ppid=3373 vsize=28227396 memory=32758254098972862 CPUtime=0.2 cores=0-7
/proc/3375/task/3376/stat : 3376 (java) R 3373 3373 3329 0 -1 4202560 6668 0 0 0 18 2 0 0 20 0 20 0 476780626 28904853504 10251 33554432000 4194304 4196468 140736493940960 140543332972944 140543312819550 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17530880 140736493949930 140736493950102 140736493950102 140736493952975 0
[pid=3375/tid=3377] ppid=3373 vsize=28227396 memory=288230608972070134 CPUtime=0 cores=0-7
/proc/3375/task/3377/stat : 3377 (java) S 3373 3373 3329 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476780627 28904853504 10251 33554432000 4194304 4196468 140736493940960 140543281359120 140543328749269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17530880 140736493949930 140736493950102 140736493950102 140736493952975 0
[pid=3375/tid=3378] ppid=3373 vsize=28227396 memory=140287713209599 CPUtime=0 cores=0-7
/proc/3375/task/3378/stat : 3378 (java) S 3373 3373 3329 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476780627 28904853504 10251 33554432000 4194304 4196468 140736493940960 140543280306576 140543328749269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17530880 140736493949930 140736493950102 140736493950102 140736493952975 0
[pid=3375/tid=3379] ppid=3373 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/3375/task/3379/stat : 3379 (java) S 3373 3373 3329 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476780627 28904853504 10251 33554432000 4194304 4196468 140736493940960 140543279254032 140543328749269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17530880 140736493949930 140736493950102 140736493950102 140736493952975 0
[pid=3375/tid=3380] ppid=3373 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/3375/task/3380/stat : 3380 (java) S 3373 3373 3329 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476780627 28904853504 10251 33554432000 4194304 4196468 140736493940960 140543278201488 140543328749269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17530880 140736493949930 140736493950102 140736493950102 140736493952975 0
[pid=3375/tid=3381] ppid=3373 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/3375/task/3381/stat : 3381 (java) S 3373 3373 3329 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476780627 28904853504 10251 33554432000 4194304 4196468 140736493940960 140543277148944 140543328749269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17530880 140736493949930 140736493950102 140736493950102 140736493952975 0
[pid=3375/tid=3382] ppid=3373 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/3375/task/3382/stat : 3382 (java) S 3373 3373 3329 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476780627 28904853504 10251 33554432000 4194304 4196468 140736493940960 140542874606480 140543328749269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17530880 140736493949930 140736493950102 140736493950102 140736493952975 0
[pid=3375/tid=3383] ppid=3373 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/3375/task/3383/stat : 3383 (java) S 3373 3373 3329 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476780627 28904853504 10251 33554432000 4194304 4196468 140736493940960 140542873553936 140543328749269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17530880 140736493949930 140736493950102 140736493950102 140736493952975 0
[pid=3375/tid=3384] ppid=3373 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/3375/task/3384/stat : 3384 (java) S 3373 3373 3329 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476780627 28904853504 10251 33554432000 4194304 4196468 140736493940960 140542872501392 140543328749269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17530880 140736493949930 140736493950102 140736493950102 140736493952975 0
[pid=3375/tid=3385] ppid=3373 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/3375/task/3385/stat : 3385 (java) S 3373 3373 3329 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 476780628 28904853504 10251 33554432000 4194304 4196468 140736493940960 140542713538544 140543328750210 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17530880 140736493949930 140736493950102 140736493950102 140736493952975 0
[pid=3375/tid=3386] ppid=3373 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/3375/task/3386/stat : 3386 (java) S 3373 3373 3329 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476780629 28904853504 10251 33554432000 4194304 4196468 140736493940960 140542712484768 140543328749269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17530880 140736493949930 140736493950102 140736493950102 140736493952975 0
[pid=3375/tid=3387] ppid=3373 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/3375/task/3387/stat : 3387 (java) S 3373 3373 3329 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476780629 28904853504 10251 33554432000 4194304 4196468 140736493940960 140542711432176 140543328749269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17530880 140736493949930 140736493950102 140736493950102 140736493952975 0
[pid=3375/tid=3388] ppid=3373 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/3375/task/3388/stat : 3388 (java) S 3373 3373 3329 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476780632 28904853504 10251 33554432000 4194304 4196468 140736493940960 140542710380752 140543328757659 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17530880 140736493949930 140736493950102 140736493950102 140736493952975 0
[pid=3375/tid=3389] ppid=3373 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/3375/task/3389/stat : 3389 (java) S 3373 3373 3329 0 -1 1077944384 457 0 0 0 1 0 0 0 20 0 20 0 476780632 28904853504 10251 33554432000 4194304 4196468 140736493940960 140542709328368 140543328750210 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17530880 140736493949930 140736493950102 140736493950102 140736493952975 0
[pid=3375/tid=3390] ppid=3373 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/3375/task/3390/stat : 3390 (java) S 3373 3373 3329 0 -1 1077944384 288 0 0 0 2 0 0 0 20 0 20 0 476780632 28904853504 10251 33554432000 4194304 4196468 140736493940960 140542708275824 140543328750210 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17530880 140736493949930 140736493950102 140736493950102 140736493952975 0
[pid=3375/tid=3391] ppid=3373 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/3375/task/3391/stat : 3391 (java) S 3373 3373 3329 0 -1 1077944384 17 0 0 0 1 0 0 0 20 0 20 0 476780632 28904853504 10251 33554432000 4194304 4196468 140736493940960 140542707223280 140543328750210 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17530880 140736493949930 140736493950102 140736493950102 140736493952975 0
[pid=3375/tid=3392] ppid=3373 vsize=28227396 memory=-1 CPUtime=0.08 cores=0-7
/proc/3375/task/3392/stat : 3392 (java) R 3373 3373 3329 0 -1 4202560 756 0 0 0 8 0 0 0 20 0 20 0 476780632 28904853504 10251 33554432000 4194304 4196468 140736493940960 140542706170544 140543308088816 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17530880 140736493949930 140736493950102 140736493950102 140736493952975 0
[pid=3375/tid=3393] ppid=3373 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/3375/task/3393/stat : 3393 (java) S 3373 3373 3329 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476780632 28904853504 10251 33554432000 4194304 4196468 140736493940960 140542705117408 140543328749269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17530880 140736493949930 140736493950102 140736493950102 140736493952975 0
[pid=3375/tid=3394] ppid=3373 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/3375/task/3394/stat : 3394 (java) S 3373 3373 3329 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476780632 28904853504 10251 33554432000 4194304 4196468 140736493940960 140542704064944 140543328750210 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17530880 140736493949930 140736493950102 140736493950102 140736493952975 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42456 KiB

[startup+0.311035 s]*
/proc/loadavg: 8.55 8.29 8.26 3/209 3394
/proc/meminfo: memFree=17871364/32770624 swapFree=66998176/67108860
[pid=3373] ppid=3370 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/3373/stat : 3373 (xcsp3-exec) S 3370 3373 3329 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 476780626 115843072 363 33554432000 4194304 5098028 140725619973008 140725619971112 140243763757692 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 37232640 140725619975029 140725619975273 140725619975273 140725619978186 0
/proc/3373/statm: 28282 363 305 221 0 87 0
[pid=3375] ppid=3373 vsize=28231652 memory=50092 CPUtime=0.52 cores=0-7
/proc/3375/stat : 3375 (java) S 3373 3373 3329 0 -1 1077944320 10869 0 0 0 48 4 0 0 20 0 20 0 476780626 28909211648 12523 33554432000 4194304 4196468 140736493940960 140736493923504 140543328739063 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17530880 140736493949930 140736493950102 140736493950102 140736493952975 0
/proc/3375/statm: 7057913 12523 3359 1 0 7019032 0
[pid=3375/tid=3376] ppid=3373 vsize=28231652 memory=8317482817917895235 CPUtime=0.3 cores=0-7
/proc/3375/task/3376/stat : 3376 (java) R 3373 3373 3329 0 -1 4202560 7784 0 0 0 27 3 0 0 20 0 20 0 476780626 28909211648 12554 33554432000 4194304 4196468 140736493940960 140543332970176 140543312819550 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17530880 140736493949930 140736493950102 140736493950102 140736493952975 0
[pid=3375/tid=3377] ppid=3373 vsize=28231652 memory=12024 CPUtime=0 cores=0-7
/proc/3375/task/3377/stat : 3377 (java) S 3373 3373 3329 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476780627 28909211648 12554 33554432000 4194304 4196468 140736493940960 140543281359120 140543328749269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17530880 140736493949930 140736493950102 140736493950102 140736493952975 0
[pid=3375/tid=3378] ppid=3373 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/3375/task/3378/stat : 3378 (java) S 3373 3373 3329 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476780627 28909211648 12554 33554432000 4194304 4196468 140736493940960 140543280306576 140543328749269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17530880 140736493949930 140736493950102 140736493950102 140736493952975 0
[pid=3375/tid=3379] ppid=3373 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/3375/task/3379/stat : 3379 (java) S 3373 3373 3329 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476780627 28909211648 12554 33554432000 4194304 4196468 140736493940960 140543279254032 140543328749269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17530880 140736493949930 140736493950102 140736493950102 140736493952975 0
[pid=3375/tid=3380] ppid=3373 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/3375/task/3380/stat : 3380 (java) S 3373 3373 3329 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476780627 28909211648 12554 33554432000 4194304 4196468 140736493940960 140543278201488 140543328749269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17530880 140736493949930 140736493950102 140736493950102 140736493952975 0
[pid=3375/tid=3381] ppid=3373 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/3375/task/3381/stat : 3381 (java) S 3373 3373 3329 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476780627 28909211648 12554 33554432000 4194304 4196468 140736493940960 140543277148944 140543328749269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17530880 140736493949930 140736493950102 140736493950102 140736493952975 0
[pid=3375/tid=3382] ppid=3373 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/3375/task/3382/stat : 3382 (java) S 3373 3373 3329 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476780627 28909211648 12554 33554432000 4194304 4196468 140736493940960 140542874606480 140543328749269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17530880 140736493949930 140736493950102 140736493950102 140736493952975 0
[pid=3375/tid=3383] ppid=3373 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/3375/task/3383/stat : 3383 (java) S 3373 3373 3329 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476780627 28909211648 12554 33554432000 4194304 4196468 140736493940960 140542873553936 140543328749269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17530880 140736493949930 140736493950102 140736493950102 140736493952975 0
[pid=3375/tid=3384] ppid=3373 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/3375/task/3384/stat : 3384 (java) S 3373 3373 3329 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476780627 28909211648 12554 33554432000 4194304 4196468 140736493940960 140542872501392 140543328749269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17530880 140736493949930 140736493950102 140736493950102 140736493952975 0
[pid=3375/tid=3385] ppid=3373 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/3375/task/3385/stat : 3385 (java) S 3373 3373 3329 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 476780628 28909211648 12554 33554432000 4194304 4196468 140736493940960 140542713538544 140543328750210 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17530880 140736493949930 140736493950102 140736493950102 140736493952975 0
[pid=3375/tid=3386] ppid=3373 vsize=28231652 memory=280575181261696 CPUtime=0 cores=0-7
/proc/3375/task/3386/stat : 3386 (java) S 3373 3373 3329 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476780629 28909211648 12554 33554432000 4194304 4196468 140736493940960 140542712484768 140543328749269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17530880 140736493949930 140736493950102 140736493950102 140736493952975 0
[pid=3375/tid=3387] ppid=3373 vsize=28231652 memory=280575181266304 CPUtime=0 cores=0-7
/proc/3375/task/3387/stat : 3387 (java) S 3373 3373 3329 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476780629 28909211648 12554 33554432000 4194304 4196468 140736493940960 140542711432176 140543328749269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17530880 140736493949930 140736493950102 140736493950102 140736493952975 0
[pid=3375/tid=3388] ppid=3373 vsize=28231652 memory=280575181270912 CPUtime=0 cores=0-7
/proc/3375/task/3388/stat : 3388 (java) S 3373 3373 3329 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476780632 28909211648 12554 33554432000 4194304 4196468 140736493940960 140542710380752 140543328757659 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17530880 140736493949930 140736493950102 140736493950102 140736493952975 0
[pid=3375/tid=3389] ppid=3373 vsize=28231652 memory=280575181275520 CPUtime=0.02 cores=0-7
/proc/3375/task/3389/stat : 3389 (java) S 3373 3373 3329 0 -1 1077944384 488 0 0 0 2 0 0 0 20 0 20 0 476780632 28909211648 12554 33554432000 4194304 4196468 140736493940960 140542709328368 140543328750210 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17530880 140736493949930 140736493950102 140736493950102 140736493952975 0
[pid=3375/tid=3390] ppid=3373 vsize=28231652 memory=280575181280128 CPUtime=0.03 cores=0-7
/proc/3375/task/3390/stat : 3390 (java) R 3373 3373 3329 0 -1 4202560 424 0 0 0 3 0 0 0 20 0 20 0 476780632 28909211648 12554 33554432000 4194304 4196468 140736493940960 140542708266208 140543312127058 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17530880 140736493949930 140736493950102 140736493950102 140736493952975 0
[pid=3375/tid=3391] ppid=3373 vsize=28231652 memory=280575181284736 CPUtime=0.01 cores=0-7
/proc/3375/task/3391/stat : 3391 (java) S 3373 3373 3329 0 -1 1077944384 33 0 0 0 1 0 0 0 20 0 20 0 476780632 28909211648 12554 33554432000 4194304 4196468 140736493940960 140542707223280 140543328750210 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17530880 140736493949930 140736493950102 140736493950102 140736493952975 0
[pid=3375/tid=3392] ppid=3373 vsize=28231652 memory=280575181289344 CPUtime=0.12 cores=0-7
/proc/3375/task/3392/stat : 3392 (java) S 3373 3373 3329 0 -1 1077944384 840 0 0 0 12 0 0 0 20 0 20 0 476780632 28909211648 12554 33554432000 4194304 4196468 140736493940960 140542706170736 140543328750210 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17530880 140736493949930 140736493950102 140736493950102 140736493952975 0
[pid=3375/tid=3393] ppid=3373 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/3375/task/3393/stat : 3393 (java) S 3373 3373 3329 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476780632 28909211648 12554 33554432000 4194304 4196468 140736493940960 140542705117408 140543328749269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17530880 140736493949930 140736493950102 140736493950102 140736493952975 0
[pid=3375/tid=3394] ppid=3373 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/3375/task/3394/stat : 3394 (java) S 3373 3373 3329 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476780632 28909211648 12554 33554432000 4194304 4196468 140736493940960 140542704064944 140543328750210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17530880 140736493949930 140736493950102 140736493950102 140736493952975 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 51544 KiB

[startup+0.701023 s]
/proc/loadavg: 8.55 8.29 8.26 6/209 3394
/proc/meminfo: memFree=17842920/32770624 swapFree=66998176/67108860
[pid=3373] ppid=3370 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/3373/stat : 3373 (xcsp3-exec) S 3370 3373 3329 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 476780626 115843072 363 33554432000 4194304 5098028 140725619973008 140725619971112 140243763757692 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 37232640 140725619975029 140725619975273 140725619975273 140725619978186 0
/proc/3373/statm: 28282 363 305 221 0 87 0
[pid=3375] ppid=3373 vsize=28233776 memory=139236 CPUtime=2.04 cores=0-7
/proc/3375/stat : 3375 (java) S 3373 3373 3329 0 -1 1077944320 15770 0 0 0 198 6 0 0 20 0 20 0 476780626 28911386624 34809 33554432000 4194304 4196468 140736493940960 140736493923504 140543328739063 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17530880 140736493949930 140736493950102 140736493950102 140736493952975 0
/proc/3375/statm: 7058444 34809 3455 1 0 7019544 0
[pid=3375/tid=3376] ppid=3373 vsize=28233776 memory=0 CPUtime=0.68 cores=0-7
/proc/3375/task/3376/stat : 3376 (java) R 3373 3373 3329 0 -1 4202560 8370 0 0 0 64 4 0 0 20 0 20 0 476780626 28911386624 34809 33554432000 4194304 4196468 140736493940960 140543332974928 140543328760989 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17530880 140736493949930 140736493950102 140736493950102 140736493952975 0
[pid=3375/tid=3377] ppid=3373 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/3375/task/3377/stat : 3377 (java) S 3373 3373 3329 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476780627 28911386624 34809 33554432000 4194304 4196468 140736493940960 140543281359120 140543328749269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17530880 140736493949930 140736493950102 140736493950102 140736493952975 0
[pid=3375/tid=3378] ppid=3373 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/3375/task/3378/stat : 3378 (java) S 3373 3373 3329 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476780627 28911386624 34809 33554432000 4194304 4196468 140736493940960 140543280306576 140543328749269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17530880 140736493949930 140736493950102 140736493950102 140736493952975 0
[pid=3375/tid=3379] ppid=3373 vsize=28233776 memory=3648 CPUtime=0 cores=0-7
/proc/3375/task/3379/stat : 3379 (java) S 3373 3373 3329 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476780627 28911386624 34809 33554432000 4194304 4196468 140736493940960 140543279254032 140543328749269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17530880 140736493949930 140736493950102 140736493950102 140736493952975 0

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

/proc/meminfo: memFree=12546064/32770624 swapFree=66998184/67108860
[pid=3373] ppid=3370 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/3373/stat : 3373 (xcsp3-exec) S 3370 3373 3329 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 476780626 115843072 363 33554432000 4194304 5098028 140725619973008 140725619971112 140243763757692 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 37232640 140725619975029 140725619975273 140725619975273 140725619978186 0
/proc/3373/statm: 28282 363 305 221 0 87 0
[pid=3375] ppid=3373 vsize=28766288 memory=5362980 CPUtime=19950.4 cores=0-7
/proc/3375/stat : 3375 (java) S 3373 3373 3329 0 -1 1077944320 224755 0 0 0 1994324 718 0 0 20 0 28 0 476780626 29456678912 1340745 33554432000 4194304 4196468 140736493940960 140736493923504 140543328739063 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17530880 140736493949930 140736493950102 140736493950102 140736493952975 0
/proc/3375/statm: 7191572 1340745 3522 1 0 7152672 0
[pid=3375/tid=3376] ppid=3373 vsize=28766288 memory=5362980 CPUtime=2.09 cores=0-7
/proc/3375/task/3376/stat : 3376 (java) S 3373 3373 3329 0 -1 1077944384 9324 0 0 0 201 8 0 0 20 0 28 0 476780626 29456678912 1340745 33554432000 4194304 4196468 140736493940960 140543332979840 140543328749269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17530880 140736493949930 140736493950102 140736493950102 140736493952975 0
[pid=3375/tid=3377] ppid=3373 vsize=28766288 memory=1452 CPUtime=0.59 cores=0-7
/proc/3375/task/3377/stat : 3377 (java) S 3373 3373 3329 0 -1 1077944384 4188 0 0 0 42 17 0 0 20 0 28 0 476780627 29456678912 1340745 33554432000 4194304 4196468 140736493940960 140543281359120 140543328749269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17530880 140736493949930 140736493950102 140736493950102 140736493952975 0
[pid=3375/tid=3378] ppid=3373 vsize=28766288 memory=57 CPUtime=0.56 cores=0-7
/proc/3375/task/3378/stat : 3378 (java) S 3373 3373 3329 0 -1 1077944384 3102 0 0 0 39 17 0 0 20 0 28 0 476780627 29456678912 1340745 33554432000 4194304 4196468 140736493940960 140543280306576 140543328749269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17530880 140736493949930 140736493950102 140736493950102 140736493952975 0
[pid=3375/tid=3379] ppid=3373 vsize=28766288 memory=0 CPUtime=0.56 cores=0-7
/proc/3375/task/3379/stat : 3379 (java) S 3373 3373 3329 0 -1 1077944384 2846 0 0 0 40 16 0 0 20 0 28 0 476780627 29456678912 1340745 33554432000 4194304 4196468 140736493940960 140543279254032 140543328749269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17530880 140736493949930 140736493950102 140736493950102 140736493952975 0
[pid=3375/tid=3380] ppid=3373 vsize=28766288 memory=5362980 CPUtime=0.57 cores=0-7
/proc/3375/task/3380/stat : 3380 (java) S 3373 3373 3329 0 -1 1077944384 3786 0 0 0 41 16 0 0 20 0 28 0 476780627 29456678912 1340745 33554432000 4194304 4196468 140736493940960 140543278201488 140543328749269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17530880 140736493949930 140736493950102 140736493950102 140736493952975 0
[pid=3375/tid=3381] ppid=3373 vsize=28766288 memory=0 CPUtime=0.6 cores=0-7
/proc/3375/task/3381/stat : 3381 (java) S 3373 3373 3329 0 -1 1077944384 1909 0 0 0 43 17 0 0 20 0 28 0 476780627 29456678912 1340745 33554432000 4194304 4196468 140736493940960 140543277148944 140543328749269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17530880 140736493949930 140736493950102 140736493950102 140736493952975 0
[pid=3375/tid=3382] ppid=3373 vsize=28766288 memory=5365012 CPUtime=0.58 cores=0-7
/proc/3375/task/3382/stat : 3382 (java) S 3373 3373 3329 0 -1 1077944384 2412 0 0 0 41 17 0 0 20 0 28 0 476780627 29456678912 1340745 33554432000 4194304 4196468 140736493940960 140542874606480 140543328749269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17530880 140736493949930 140736493950102 140736493950102 140736493952975 0
[pid=3375/tid=3383] ppid=3373 vsize=28766288 memory=1452 CPUtime=0.58 cores=0-7
/proc/3375/task/3383/stat : 3383 (java) S 3373 3373 3329 0 -1 1077944384 2643 0 0 0 43 15 0 0 20 0 28 0 476780627 29456678912 1340745 33554432000 4194304 4196468 140736493940960 140542873553936 140543328749269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17530880 140736493949930 140736493950102 140736493950102 140736493952975 0
[pid=3375/tid=3384] ppid=3373 vsize=28766288 memory=43872 CPUtime=0.59 cores=0-7
/proc/3375/task/3384/stat : 3384 (java) S 3373 3373 3329 0 -1 1077944384 4236 0 0 0 42 17 0 0 20 0 28 0 476780627 29456678912 1340745 33554432000 4194304 4196468 140736493940960 140542872501392 140543328749269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17530880 140736493949930 140736493950102 140736493950102 140736493952975 0
[pid=3375/tid=3385] ppid=3373 vsize=28766288 memory=984 CPUtime=0.34 cores=0-7
/proc/3375/task/3385/stat : 3385 (java) S 3373 3373 3329 0 -1 1077944384 9095 0 0 0 15 19 0 0 20 0 28 0 476780628 29456678912 1340745 33554432000 4194304 4196468 140736493940960 140542713538544 140543328750210 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17530880 140736493949930 140736493950102 140736493950102 140736493952975 0
[pid=3375/tid=3386] ppid=3373 vsize=28766288 memory=58 CPUtime=0 cores=0-7
/proc/3375/task/3386/stat : 3386 (java) S 3373 3373 3329 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 28 0 476780629 29456678912 1340745 33554432000 4194304 4196468 140736493940960 140542712484832 140543328749269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17530880 140736493949930 140736493950102 140736493950102 140736493952975 0
[pid=3375/tid=3387] ppid=3373 vsize=28766288 memory=31 CPUtime=0 cores=0-7
/proc/3375/task/3387/stat : 3387 (java) S 3373 3373 3329 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 28 0 476780629 29456678912 1340745 33554432000 4194304 4196468 140736493940960 140542711432192 140543328749269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17530880 140736493949930 140736493950102 140736493950102 140736493952975 0
[pid=3375/tid=3388] ppid=3373 vsize=28766288 memory=8112282956445269571 CPUtime=0 cores=0-7
/proc/3375/task/3388/stat : 3388 (java) S 3373 3373 3329 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 476780632 29456678912 1340745 33554432000 4194304 4196468 140736493940960 140542710380752 140543328757659 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17530880 140736493949930 140736493950102 140736493950102 140736493952975 0
[pid=3375/tid=3389] ppid=3373 vsize=28766288 memory=5362980 CPUtime=2.44 cores=0-7
/proc/3375/task/3389/stat : 3389 (java) S 3373 3373 3329 0 -1 1077944384 13557 0 0 0 242 2 0 0 20 0 28 0 476780632 29456678912 1340745 33554432000 4194304 4196468 140736493940960 140542709328368 140543328750210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17530880 140736493949930 140736493950102 140736493950102 140736493952975 0
[pid=3375/tid=3390] ppid=3373 vsize=28766288 memory=5365012 CPUtime=2.17 cores=0-7
/proc/3375/task/3390/stat : 3390 (java) S 3373 3373 3329 0 -1 1077944384 8739 0 0 0 215 2 0 0 20 0 28 0 476780632 29456678912 1340745 33554432000 4194304 4196468 140736493940960 140542708275824 140543328750210 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17530880 140736493949930 140736493950102 140736493950102 140736493952975 0
[pid=3375/tid=3391] ppid=3373 vsize=28766288 memory=1452 CPUtime=2.3 cores=0-7
/proc/3375/task/3391/stat : 3391 (java) S 3373 3373 3329 0 -1 1077944384 10676 0 0 0 228 2 0 0 20 0 28 0 476780632 29456678912 1340745 33554432000 4194304 4196468 140736493940960 140542707223280 140543328750210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17530880 140736493949930 140736493950102 140736493950102 140736493952975 0
[pid=3375/tid=3392] ppid=3373 vsize=28766288 memory=0 CPUtime=0.77 cores=0-7
/proc/3375/task/3392/stat : 3392 (java) S 3373 3373 3329 0 -1 1077944384 10188 0 0 0 75 2 0 0 20 0 28 0 476780632 29456678912 1340745 33554432000 4194304 4196468 140736493940960 140542706170736 140543328750210 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17530880 140736493949930 140736493950102 140736493950102 140736493952975 0
[pid=3375/tid=3393] ppid=3373 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/3375/task/3393/stat : 3393 (java) S 3373 3373 3329 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 476780632 29456678912 1340745 33554432000 4194304 4196468 140736493940960 140542705117408 140543328749269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17530880 140736493949930 140736493950102 140736493950102 140736493952975 0
[pid=3375/tid=3394] ppid=3373 vsize=28766288 memory=1452 CPUtime=0.86 cores=0-7
/proc/3375/task/3394/stat : 3394 (java) S 3373 3373 3329 0 -1 1077944384 3070 0 0 0 43 43 0 0 20 0 28 0 476780632 29456678912 1340745 33554432000 4194304 4196468 140736493940960 140542704064944 140543328750210 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17530880 140736493949930 140736493950102 140736493950102 140736493952975 0
[pid=3375/tid=3395] ppid=3373 vsize=28766288 memory=1452 CPUtime=2493.28 cores=0-7
/proc/3375/task/3395/stat : 3395 (java) R 3373 3373 3329 0 -1 4202560 7305 0 0 0 249317 11 0 0 20 0 28 0 476780852 29456678912 1340745 33554432000 4194304 4196468 140736493940960 140542694845224 140542964456219 0 4 0 16800975 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 17530880 140736493949930 140736493950102 140736493950102 140736493952975 0
[pid=3375/tid=3396] ppid=3373 vsize=28766288 memory=5362980 CPUtime=2497.3 cores=0-7
/proc/3375/task/3396/stat : 3396 (java) R 3373 3373 3329 0 -1 4202560 8052 0 0 0 249717 13 0 0 20 0 28 0 476780852 29456678912 1340745 33554432000 4194304 4196468 140736493940960 140542693793848 140542964737069 0 4 0 16800975 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 17530880 140736493949930 140736493950102 140736493950102 140736493952975 0
[pid=3375/tid=3397] ppid=3373 vsize=28766288 memory=1452 CPUtime=2491.92 cores=0-7
/proc/3375/task/3397/stat : 3397 (java) R 3373 3373 3329 0 -1 4202560 18528 0 0 0 249139 53 0 0 20 0 28 0 476780852 29456678912 1340745 33554432000 4194304 4196468 140736493940960 140542692741304 140542964737482 0 4 0 16800975 0 0 0 -1 7 0 0 4 0 0 6293624 6294260 17530880 140736493949930 140736493950102 140736493950102 140736493952975 0
[pid=3375/tid=3398] ppid=3373 vsize=28766288 memory=5362980 CPUtime=2498.06 cores=0-7
/proc/3375/task/3398/stat : 3398 (java) R 3373 3373 3329 0 -1 4202560 34810 0 0 0 249609 197 0 0 20 0 28 0 476780852 29456678912 1340745 33554432000 4194304 4196468 140736493940960 140542691688704 140542966346013 0 4 0 16800975 0 0 0 -1 0 0 0 2 0 0 6293624 6294260 17530880 140736493949930 140736493950102 140736493950102 140736493952975 0
[pid=3375/tid=3399] ppid=3373 vsize=28766288 memory=1376 CPUtime=2487.99 cores=0-7
/proc/3375/task/3399/stat : 3399 (java) R 3373 3373 3329 0 -1 4202560 15077 0 0 0 248730 69 0 0 20 0 28 0 476780852 29456678912 1340745 33554432000 4194304 4196468 140736493940960 140542690639184 140542964362608 0 4 0 16800975 0 0 0 -1 4 0 0 2 0 0 6293624 6294260 17530880 140736493949930 140736493950102 140736493950102 140736493952975 0
[pid=3375/tid=3400] ppid=3373 vsize=28766288 memory=1128 CPUtime=2498.07 cores=0-7
/proc/3375/task/3400/stat : 3400 (java) R 3373 3373 3329 0 -1 4202560 5711 0 0 0 249798 9 0 0 20 0 28 0 476780853 29456678912 1340745 33554432000 4194304 4196468 140736493940960 140542689583880 140542964709192 0 4 0 16800975 0 0 0 -1 6 0 0 4 0 0 6293624 6294260 17530880 140736493949930 140736493950102 140736493950102 140736493952975 0
[pid=3375/tid=3401] ppid=3373 vsize=28766288 memory=1376 CPUtime=2479.09 cores=0-7
/proc/3375/task/3401/stat : 3401 (java) R 3373 3373 3329 0 -1 4202560 16586 0 0 0 247852 57 0 0 20 0 28 0 476780853 29456678912 1340745 33554432000 4194304 4196468 140736493940960 140542688530232 140542964362342 0 4 0 16800975 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 17530880 140736493949930 140736493950102 140736493950102 140736493952975 0
[pid=3375/tid=3402] ppid=3373 vsize=28766288 memory=1128 CPUtime=2488.86 cores=0-7
/proc/3375/task/3402/stat : 3402 (java) R 3373 3373 3329 0 -1 4202560 27611 0 0 0 248750 136 0 0 20 0 28 0 476780853 29456678912 1340745 33554432000 4194304 4196468 140736493940960 140542687477688 140542964709414 0 4 0 16800975 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 17530880 140736493949930 140736493950102 140736493950102 140736493952975 0
Current children cumulated CPU time: 19950.4 s
Current children cumulated vsize: 28879416 KiB
Current children cumulated memory: 5364432 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 8.54 8.25 8.26 9/218 3616
/proc/meminfo: memFree=12545560/32770624 swapFree=66998184/67108860
[pid=3373] ppid=3370 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/3373/stat : 3373 (xcsp3-exec) S 3370 3373 3329 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 476780626 115843072 363 33554432000 4194304 5098028 140725619973008 140725619971112 140243763757692 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 37232640 140725619975029 140725619975273 140725619975273 140725619978186 0
/proc/3373/statm: 28282 363 305 221 0 87 0
[pid=3375] ppid=3373 vsize=28766288 memory=5362980 CPUtime=20091.7 cores=0-7
/proc/3375/stat : 3375 (java) S 3373 3373 3329 0 -1 1077944320 225280 0 0 0 2008449 720 0 0 20 0 28 0 476780626 29456678912 1340745 33554432000 4194304 4196468 140736493940960 140736493923504 140543328739063 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17530880 140736493949930 140736493950102 140736493950102 140736493952975 0
/proc/3375/statm: 7191572 1340745 3522 1 0 7152672 0
[pid=3375/tid=3376] ppid=3373 vsize=28766288 memory=8317482817917895235 CPUtime=2.09 cores=0-7
/proc/3375/task/3376/stat : 3376 (java) S 3373 3373 3329 0 -1 1077944384 9324 0 0 0 201 8 0 0 20 0 28 0 476780626 29456678912 1340745 33554432000 4194304 4196468 140736493940960 140543332979840 140543328749269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17530880 140736493949930 140736493950102 140736493950102 140736493952975 0
[pid=3375/tid=3377] ppid=3373 vsize=28766288 memory=1376 CPUtime=0.59 cores=0-7
/proc/3375/task/3377/stat : 3377 (java) S 3373 3373 3329 0 -1 1077944384 4188 0 0 0 42 17 0 0 20 0 28 0 476780627 29456678912 1340745 33554432000 4194304 4196468 140736493940960 140543281359120 140543328749269 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17530880 140736493949930 140736493950102 140736493950102 140736493952975 0
[pid=3375/tid=3378] ppid=3373 vsize=28766288 memory=1128 CPUtime=0.56 cores=0-7
/proc/3375/task/3378/stat : 3378 (java) S 3373 3373 3329 0 -1 1077944384 3102 0 0 0 39 17 0 0 20 0 28 0 476780627 29456678912 1340745 33554432000 4194304 4196468 140736493940960 140543280306576 140543328749269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17530880 140736493949930 140736493950102 140736493950102 140736493952975 0
[pid=3375/tid=3379] ppid=3373 vsize=28766288 memory=772 CPUtime=0.56 cores=0-7
/proc/3375/task/3379/stat : 3379 (java) S 3373 3373 3329 0 -1 1077944384 2846 0 0 0 40 16 0 0 20 0 28 0 476780627 29456678912 1340745 33554432000 4194304 4196468 140736493940960 140543279254032 140543328749269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17530880 140736493949930 140736493950102 140736493950102 140736493952975 0
[pid=3375/tid=3380] ppid=3373 vsize=28766288 memory=3648 CPUtime=0.57 cores=0-7
/proc/3375/task/3380/stat : 3380 (java) S 3373 3373 3329 0 -1 1077944384 3786 0 0 0 41 16 0 0 20 0 28 0 476780627 29456678912 1340745 33554432000 4194304 4196468 140736493940960 140543278201488 140543328749269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17530880 140736493949930 140736493950102 140736493950102 140736493952975 0
[pid=3375/tid=3381] ppid=3373 vsize=28766288 memory=948 CPUtime=0.6 cores=0-7
/proc/3375/task/3381/stat : 3381 (java) S 3373 3373 3329 0 -1 1077944384 1909 0 0 0 43 17 0 0 20 0 28 0 476780627 29456678912 1340745 33554432000 4194304 4196468 140736493940960 140543277148944 140543328749269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17530880 140736493949930 140736493950102 140736493950102 140736493952975 0
[pid=3375/tid=3382] ppid=3373 vsize=28766288 memory=8112282956445269571 CPUtime=0.58 cores=0-7
/proc/3375/task/3382/stat : 3382 (java) S 3373 3373 3329 0 -1 1077944384 2412 0 0 0 41 17 0 0 20 0 28 0 476780627 29456678912 1340745 33554432000 4194304 4196468 140736493940960 140542874606480 140543328749269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17530880 140736493949930 140736493950102 140736493950102 140736493952975 0
[pid=3375/tid=3383] ppid=3373 vsize=28766288 memory=5362980 CPUtime=0.58 cores=0-7
/proc/3375/task/3383/stat : 3383 (java) S 3373 3373 3329 0 -1 1077944384 2643 0 0 0 43 15 0 0 20 0 28 0 476780627 29456678912 1340745 33554432000 4194304 4196468 140736493940960 140542873553936 140543328749269 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17530880 140736493949930 140736493950102 140736493950102 140736493952975 0
[pid=3375/tid=3384] ppid=3373 vsize=28766288 memory=1452 CPUtime=0.59 cores=0-7
/proc/3375/task/3384/stat : 3384 (java) S 3373 3373 3329 0 -1 1077944384 4236 0 0 0 42 17 0 0 20 0 28 0 476780627 29456678912 1340745 33554432000 4194304 4196468 140736493940960 140542872501392 140543328749269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17530880 140736493949930 140736493950102 140736493950102 140736493952975 0
[pid=3375/tid=3385] ppid=3373 vsize=28766288 memory=5362980 CPUtime=0.34 cores=0-7
/proc/3375/task/3385/stat : 3385 (java) S 3373 3373 3329 0 -1 1077944384 9095 0 0 0 15 19 0 0 20 0 28 0 476780628 29456678912 1340745 33554432000 4194304 4196468 140736493940960 140542713538544 140543328750210 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17530880 140736493949930 140736493950102 140736493950102 140736493952975 0
[pid=3375/tid=3386] ppid=3373 vsize=28766288 memory=628 CPUtime=0 cores=0-7
/proc/3375/task/3386/stat : 3386 (java) S 3373 3373 3329 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 28 0 476780629 29456678912 1340745 33554432000 4194304 4196468 140736493940960 140542712484832 140543328749269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17530880 140736493949930 140736493950102 140736493950102 140736493952975 0
[pid=3375/tid=3387] ppid=3373 vsize=28766288 memory=1056 CPUtime=0 cores=0-7
/proc/3375/task/3387/stat : 3387 (java) S 3373 3373 3329 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 28 0 476780629 29456678912 1340745 33554432000 4194304 4196468 140736493940960 140542711432192 140543328749269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17530880 140736493949930 140736493950102 140736493950102 140736493952975 0
[pid=3375/tid=3388] ppid=3373 vsize=28766288 memory=1720 CPUtime=0 cores=0-7
/proc/3375/task/3388/stat : 3388 (java) S 3373 3373 3329 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 476780632 29456678912 1340745 33554432000 4194304 4196468 140736493940960 140542710380752 140543328757659 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17530880 140736493949930 140736493950102 140736493950102 140736493952975 0
[pid=3375/tid=3389] ppid=3373 vsize=28766288 memory=6140 CPUtime=2.44 cores=0-7
/proc/3375/task/3389/stat : 3389 (java) S 3373 3373 3329 0 -1 1077944384 13557 0 0 0 242 2 0 0 20 0 28 0 476780632 29456678912 1340745 33554432000 4194304 4196468 140736493940960 140542709328368 140543328750210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17530880 140736493949930 140736493950102 140736493950102 140736493952975 0
[pid=3375/tid=3390] ppid=3373 vsize=28766288 memory=14012 CPUtime=2.17 cores=0-7
/proc/3375/task/3390/stat : 3390 (java) S 3373 3373 3329 0 -1 1077944384 8739 0 0 0 215 2 0 0 20 0 28 0 476780632 29456678912 1340745 33554432000 4194304 4196468 140736493940960 140542708275824 140543328750210 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17530880 140736493949930 140736493950102 140736493950102 140736493952975 0
[pid=3375/tid=3391] ppid=3373 vsize=28766288 memory=2116 CPUtime=2.3 cores=0-7
/proc/3375/task/3391/stat : 3391 (java) S 3373 3373 3329 0 -1 1077944384 10676 0 0 0 228 2 0 0 20 0 28 0 476780632 29456678912 1340745 33554432000 4194304 4196468 140736493940960 140542707223280 140543328750210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17530880 140736493949930 140736493950102 140736493950102 140736493952975 0
[pid=3375/tid=3392] ppid=3373 vsize=28766288 memory=18776 CPUtime=0.77 cores=0-7
/proc/3375/task/3392/stat : 3392 (java) S 3373 3373 3329 0 -1 1077944384 10188 0 0 0 75 2 0 0 20 0 28 0 476780632 29456678912 1340745 33554432000 4194304 4196468 140736493940960 140542706170736 140543328750210 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17530880 140736493949930 140736493950102 140736493950102 140736493952975 0
[pid=3375/tid=3393] ppid=3373 vsize=28766288 memory=5362980 CPUtime=0 cores=0-7
/proc/3375/task/3393/stat : 3393 (java) S 3373 3373 3329 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 476780632 29456678912 1340745 33554432000 4194304 4196468 140736493940960 140542705117408 140543328749269 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17530880 140736493949930 140736493950102 140736493950102 140736493952975 0
[pid=3375/tid=3394] ppid=3373 vsize=28766288 memory=1452 CPUtime=0.86 cores=0-7
/proc/3375/task/3394/stat : 3394 (java) S 3373 3373 3329 0 -1 1077944384 3072 0 0 0 43 43 0 0 20 0 28 0 476780632 29456678912 1340745 33554432000 4194304 4196468 140736493940960 140542704064944 140543328750210 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17530880 140736493949930 140736493950102 140736493950102 140736493952975 0
[pid=3375/tid=3395] ppid=3373 vsize=28766288 memory=5362980 CPUtime=2510.98 cores=0-7
/proc/3375/task/3395/stat : 3395 (java) R 3373 3373 3329 0 -1 4202560 7332 0 0 0 251087 11 0 0 20 0 28 0 476780852 29456678912 1340745 33554432000 4194304 4196468 140736493940960 140542694845224 140542957667894 0 4 0 16800975 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 17530880 140736493949930 140736493950102 140736493950102 140736493952975 0
[pid=3375/tid=3396] ppid=3373 vsize=28766288 memory=18776 CPUtime=2515.01 cores=0-7
/proc/3375/task/3396/stat : 3396 (java) R 3373 3373 3329 0 -1 4202560 8080 0 0 0 251488 13 0 0 20 0 28 0 476780852 29456678912 1340745 33554432000 4194304 4196468 140736493940960 140542693793848 140543313077946 0 4 0 16800975 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 17530880 140736493949930 140736493950102 140736493950102 140736493952975 0
[pid=3375/tid=3397] ppid=3373 vsize=28766288 memory=12024 CPUtime=2509.26 cores=0-7
/proc/3375/task/3397/stat : 3397 (java) R 3373 3373 3329 0 -1 4202560 18559 0 0 0 250873 53 0 0 20 0 28 0 476780852 29456678912 1340745 33554432000 4194304 4196468 140736493940960 140542692741304 140542964709406 0 4 0 16800975 0 0 0 -1 7 0 0 4 0 0 6293624 6294260 17530880 140736493949930 140736493950102 140736493950102 140736493952975 0
[pid=3375/tid=3398] ppid=3373 vsize=28766288 memory=1556 CPUtime=2515.77 cores=0-7
/proc/3375/task/3398/stat : 3398 (java) R 3373 3373 3329 0 -1 4202560 34926 0 0 0 251379 198 0 0 20 0 28 0 476780852 29456678912 1340745 33554432000 4194304 4196468 140736493940960 140542691688704 140542966346116 0 4 0 16800975 0 0 0 -1 0 0 0 2 0 0 6293624 6294260 17530880 140736493949930 140736493950102 140736493950102 140736493952975 0
[pid=3375/tid=3399] ppid=3373 vsize=28766288 memory=500 CPUtime=2505.7 cores=0-7
/proc/3375/task/3399/stat : 3399 (java) R 3373 3373 3329 0 -1 4202560 15107 0 0 0 250501 69 0 0 20 0 28 0 476780852 29456678912 1340745 33554432000 4194304 4196468 140736493940960 140542690639184 140542964362342 0 4 0 16800975 0 0 0 -1 4 0 0 2 0 0 6293624 6294260 17530880 140736493949930 140736493950102 140736493950102 140736493952975 0
[pid=3375/tid=3400] ppid=3373 vsize=28766288 memory=928 CPUtime=2515.78 cores=0-7
/proc/3375/task/3400/stat : 3400 (java) R 3373 3373 3329 0 -1 4202560 5741 0 0 0 251569 9 0 0 20 0 28 0 476780853 29456678912 1340745 33554432000 4194304 4196468 140736493940960 140542689583880 140542964737043 0 4 0 16800975 0 0 0 -1 6 0 0 4 0 0 6293624 6294260 17530880 140736493949930 140736493950102 140736493950102 140736493952975 0
[pid=3375/tid=3401] ppid=3373 vsize=28766288 memory=1728 CPUtime=2496.79 cores=0-7
/proc/3375/task/3401/stat : 3401 (java) R 3373 3373 3329 0 -1 4202560 16626 0 0 0 249622 57 0 0 20 0 28 0 476780853 29456678912 1340745 33554432000 4194304 4196468 140736493940960 140542688530232 140542964362622 0 4 0 16800975 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 17530880 140736493949930 140736493950102 140736493950102 140736493952975 0
[pid=3375/tid=3402] ppid=3373 vsize=28766288 memory=1448 CPUtime=2506.57 cores=0-7
/proc/3375/task/3402/stat : 3402 (java) R 3373 3373 3329 0 -1 4202560 27832 0 0 0 250519 138 0 0 20 0 28 0 476780853 29456678912 1340745 33554432000 4194304 4196468 140736493940960 140542687477688 140542966346132 0 4 0 16800975 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 17530880 140736493949930 140736493950102 140736493950102 140736493952975 0
Current children cumulated CPU time: 20091.7 s
Current children cumulated vsize: 28879416 KiB
Current children cumulated memory: 5364432 KiB

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

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

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

[startup+2520.13 s]*
/proc/loadavg: 8.54 8.25 8.26 2/191 3618
/proc/meminfo: memFree=16382940/32770624 swapFree=66998184/67108860
Current cumulated CPU time of completed processes: 0.002388 s
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143
Real time (s): 2520.14
CPU time (s): 20092.4
CPU user time (s): 20085.1
CPU system time (s): 7.24776
CPU usage (%): 797.272
Max. virtual memory (cumulated for all children) (KiB): 28879416
Max. memory (cumulated for all children) (KiB): 5584548

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20085.1
system time used= 7.24776
maximum resident set size= 5604636
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 226602
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2368
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 60455
involuntary context switches= 210907


# summary of solver processes directly reported to runsolver:
#   pid: 3373,3375
#   total CPU time (s): 20092.4
#   total CPU user time (s): 20085.1
#   total CPU system time (s): 7.24776

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 23.8524 second user time and 27.1281 second system time

The end

Launcher Data

Begin job on node106 at 2019-09-20 19:46:22
IDJOB=4404386
IDBENCH=135033
IDSOLVER=2865
FILE ID=node106/4404386-1569005264
RUNJOBID= node106-1569001582-3356
PBS_JOBID= 21704752
Free space on /tmp= 23488 MiB

SOLVER NAME= choco-solver 2019-09-20 parallel
BENCH NAME= XCSP17/PseudoBoolean/PseudoBoolean-dec-sptate/Pb-Tate-K100.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-4404386-1569005264/watcher-4404386-1569005264 -o /tmp/evaluation-result-4404386-1569005264/solver-4404386-1569005264 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node106-1569001582-3356 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1997758498 HOME/instance-4404386-1569005264.xml

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

MD5SUM BENCH= 26b9bfa7097c81a56529190245724c1c
RANDOM SEED=1997758498

node106.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.79
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.79
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.79
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.79
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:        17909168 kB
MemAvailable:   31858888 kB
Buffers:           66004 kB
Cached:         13957984 kB
SwapCached:         4080 kB
Active:          6739140 kB
Inactive:        7291416 kB
Active(anon):       2232 kB
Inactive(anon):    46456 kB
Active(file):    6736908 kB
Inactive(file):  7244960 kB
Unevictable:      109088 kB
Mlocked:          109088 kB
SwapTotal:      67108860 kB
SwapFree:       66998176 kB
Dirty:             26504 kB
Writeback:             0 kB
AnonPages:        111428 kB
Mapped:            46996 kB
Shmem:             33940 kB
Slab:             425004 kB
SReclaimable:     396312 kB
SUnreclaim:        28692 kB
KernelStack:        3264 kB
PageTables:         5360 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     495772 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     69632 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 23460 MiB
End job on node106 at 2019-09-20 20:28:23