Trace number 4406627

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-24 parallelSAT 6.17287 1.8745

General information on the benchmark

NameSocialGolfers/SocialGolfers-cp-s1/
SocialGolfers-5-3-4-cp.xml
MD5SUMfefd0dc8744a7f984307705d377cf1e3
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 benchmark0.123382
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints636
Number of domains1
Minimum domain size5
Maximum domain size5
Distribution of domain sizes[{"size":5,"count":60}]
Minimum variable degree44
Maximum variable degree45
Distribution of variable degrees[{"degree":44,"count":45},{"degree":45,"count":15}]
Minimum constraint arity4
Maximum constraint arity60
Distribution of constraint arities[{"arity":4,"count":630},{"arity":15,"count":5},{"arity":60,"count":1}]
Number of extensional constraints0
Number of intensional constraints630
Distribution of constraint types[{"type":"intension","count":630},{"type":"lex","count":1},{"type":"cardinality","count":4},{"type":"instantiation","count":1}]
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-4406627-1569348570.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4406627-1569348570.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.28	c parse instance...
5.24/1.73	c solve instance...
5.80/1.85	s SATISFIABLE
5.80/1.85	v <instantiation>
5.80/1.85	v 	<list>x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[0][9] x[0][10] x[0][11] x[0][12] x[0][13] x[0][14] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[1][9] x[1][10] x[1][11] x[1][12] x[1][13] x[1][14] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[2][9] x[2][10] x[2][11] x[2][12] x[2][13] x[2][14] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[3][9] x[3][10] x[3][11] x[3][12] x[3][13] x[3][14] </list>
5.80/1.85	v 	<values>0 0 0 1 1 1 2 2 2 3 3 3 4 4 4 1 3 4 0 2 4 0 2 3 0 1 2 1 3 4 3 1 0 4 2 3 2 1 4 3 4 0 1 0 2 4 2 3 4 2 1 1 0 3 2 0 1 3 0 4 </values>
5.80/1.85	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 (12305 MiB free)
  memory of node 1: 16384 MiB (12318 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4406627-1569348570/watcher-4406627-1569348570 -o /var/tmp/evaluation-result-4406627-1569348570/solver-4406627-1569348570 -C 20160 -W 2520 -M 31000 --bin-var /var/tmp/runsolver-exch-node117-1569348526-31504 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 719443427 HOME/instance-4406627-1569348570.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
Current StackSize limit: 8192 KiB

solver pid=31521, runsolver pid=31518

[startup+0.100184 s]*
/proc/loadavg: 7.78 8.16 8.12 3/212 31542
/proc/meminfo: memFree=25198548/32770624 swapFree=66974408/67108860
[pid=31521] ppid=31518 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/31521/stat : 31521 (xcsp3-exec) S 31518 31521 31477 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 510798796 115843072 363 33554432000 4194304 5098028 140728469370144 140728469368248 140253664490108 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 16166912 140728469373778 140728469374037 140728469374037 140728469376966 0
/proc/31521/statm: 28282 363 304 221 0 87 0
[pid=31523] ppid=31521 vsize=28227396 memory=28844 CPUtime=0.12 cores=0-7
/proc/31523/stat : 31523 (java) S 31521 31521 31477 0 -1 1077944320 5696 0 0 0 11 1 0 0 20 0 20 0 510798796 28904853504 7211 33554432000 4194304 4196468 140721924218720 140721924201264 140563757203191 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 26300416 140721924223958 140721924224134 140721924224134 140721924227023 0
/proc/31523/statm: 7056849 7211 3120 1 0 7019032 0
[pid=31523/tid=31524] ppid=31521 vsize=28227396 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/31523/task/31524/stat : 31524 (java) R 31521 31521 31477 0 -1 4202560 3616 0 0 0 8 1 0 0 20 0 20 0 510798796 28904853504 7211 33554432000 4194304 4196468 140721924218720 140563761436464 140563757215126 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26300416 140721924223958 140721924224134 140721924224134 140721924227023 0
[pid=31523/tid=31525] ppid=31521 vsize=28227396 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/31523/task/31525/stat : 31525 (java) S 31521 31521 31477 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510798797 28904853504 7211 33554432000 4194304 4196468 140721924218720 140563308469008 140563757213397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26300416 140721924223958 140721924224134 140721924224134 140721924227023 0
[pid=31523/tid=31526] ppid=31521 vsize=28227396 memory=140307419809408 CPUtime=0 cores=0-7
/proc/31523/task/31526/stat : 31526 (java) S 31521 31521 31477 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510798797 28904853504 7211 33554432000 4194304 4196468 140721924218720 140563307416464 140563757213397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26300416 140721924223958 140721924224134 140721924224134 140721924227023 0
[pid=31523/tid=31527] ppid=31521 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31523/task/31527/stat : 31527 (java) S 31521 31521 31477 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510798797 28904853504 7211 33554432000 4194304 4196468 140721924218720 140563306363920 140563757213397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26300416 140721924223958 140721924224134 140721924224134 140721924227023 0
[pid=31523/tid=31528] ppid=31521 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31523/task/31528/stat : 31528 (java) S 31521 31521 31477 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510798797 28904853504 7211 33554432000 4194304 4196468 140721924218720 140563305311376 140563757213397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26300416 140721924223958 140721924224134 140721924224134 140721924227023 0
[pid=31523/tid=31529] ppid=31521 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31523/task/31529/stat : 31529 (java) S 31521 31521 31477 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510798797 28904853504 7211 33554432000 4194304 4196468 140721924218720 140563304257808 140563757213397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26300416 140721924223958 140721924224134 140721924224134 140721924227023 0
[pid=31523/tid=31530] ppid=31521 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/31523/task/31530/stat : 31530 (java) S 31521 31521 31477 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510798797 28904853504 7211 33554432000 4194304 4196468 140721924218720 140563303205264 140563757213397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26300416 140721924223958 140721924224134 140721924224134 140721924227023 0
[pid=31523/tid=31531] ppid=31521 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31523/task/31531/stat : 31531 (java) S 31521 31521 31477 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510798797 28904853504 7211 33554432000 4194304 4196468 140721924218720 140563302152720 140563757213397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26300416 140721924223958 140721924224134 140721924224134 140721924227023 0
[pid=31523/tid=31532] ppid=31521 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31523/task/31532/stat : 31532 (java) S 31521 31521 31477 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510798797 28904853504 7211 33554432000 4194304 4196468 140721924218720 140563301100176 140563757213397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26300416 140721924223958 140721924224134 140721924224134 140721924227023 0
[pid=31523/tid=31533] ppid=31521 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31523/task/31533/stat : 31533 (java) S 31521 31521 31477 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510798798 28904853504 7211 33554432000 4194304 4196468 140721924218720 140562873494000 140563757214338 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26300416 140721924223958 140721924224134 140721924224134 140721924227023 0
[pid=31523/tid=31534] ppid=31521 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31523/task/31534/stat : 31534 (java) S 31521 31521 31477 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 510798799 28904853504 7211 33554432000 4194304 4196468 140721924218720 140562872440224 140563757213397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26300416 140721924223958 140721924224134 140721924224134 140721924227023 0
[pid=31523/tid=31535] ppid=31521 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31523/task/31535/stat : 31535 (java) S 31521 31521 31477 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 510798799 28904853504 7211 33554432000 4194304 4196468 140721924218720 140562017543664 140563757213397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26300416 140721924223958 140721924224134 140721924224134 140721924227023 0
[pid=31523/tid=31536] ppid=31521 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31523/task/31536/stat : 31536 (java) S 31521 31521 31477 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510798802 28904853504 7211 33554432000 4194304 4196468 140721924218720 140562016492240 140563757221787 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26300416 140721924223958 140721924224134 140721924224134 140721924227023 0
[pid=31523/tid=31537] ppid=31521 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31523/task/31537/stat : 31537 (java) S 31521 31521 31477 0 -1 1077944384 299 0 0 0 0 0 0 0 20 0 20 0 510798802 28904853504 7211 33554432000 4194304 4196468 140721924218720 140562015438832 140563757214338 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26300416 140721924223958 140721924224134 140721924224134 140721924227023 0
[pid=31523/tid=31538] ppid=31521 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31523/task/31538/stat : 31538 (java) S 31521 31521 31477 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 20 0 510798802 28904853504 7211 33554432000 4194304 4196468 140721924218720 140562014386288 140563757214338 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26300416 140721924223958 140721924224134 140721924224134 140721924227023 0
[pid=31523/tid=31539] ppid=31521 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31523/task/31539/stat : 31539 (java) S 31521 31521 31477 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510798802 28904853504 7211 33554432000 4194304 4196468 140721924218720 140562013333744 140563757214338 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26300416 140721924223958 140721924224134 140721924224134 140721924227023 0
[pid=31523/tid=31540] ppid=31521 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/31523/task/31540/stat : 31540 (java) S 31521 31521 31477 0 -1 1077944384 344 0 0 0 2 0 0 0 20 0 20 0 510798802 28904853504 7211 33554432000 4194304 4196468 140721924218720 140562012281200 140563757214338 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26300416 140721924223958 140721924224134 140721924224134 140721924227023 0
[pid=31523/tid=31541] ppid=31521 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31523/task/31541/stat : 31541 (java) S 31521 31521 31477 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510798802 28904853504 7211 33554432000 4194304 4196468 140721924218720 140562011228896 140563757213397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26300416 140721924223958 140721924224134 140721924224134 140721924227023 0
[pid=31523/tid=31542] ppid=31521 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/31523/task/31542/stat : 31542 (java) S 31521 31521 31477 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510798802 28904853504 7211 33554432000 4194304 4196468 140721924218720 140562010176432 140563757214338 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26300416 140721924223958 140721924224134 140721924224134 140721924227023 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 30296 KiB

[startup+0.210655 s]*
/proc/loadavg: 7.78 8.16 8.12 2/212 31542
/proc/meminfo: memFree=25185672/32770624 swapFree=66974408/67108860
[pid=31521] ppid=31518 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/31521/stat : 31521 (xcsp3-exec) S 31518 31521 31477 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 510798796 115843072 363 33554432000 4194304 5098028 140728469370144 140728469368248 140253664490108 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 16166912 140728469373778 140728469374037 140728469374037 140728469376966 0
/proc/31521/statm: 28282 363 304 221 0 87 0
[pid=31523] ppid=31521 vsize=28227396 memory=41108 CPUtime=0.34 cores=0-7
/proc/31523/stat : 31523 (java) S 31521 31521 31477 0 -1 1077944320 9509 0 0 0 31 3 0 0 20 0 20 0 510798796 28904853504 10277 33554432000 4194304 4196468 140721924218720 140721924201264 140563757203191 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 26300416 140721924223958 140721924224134 140721924224134 140721924227023 0
/proc/31523/statm: 7056849 10277 3306 1 0 7019032 0
[pid=31523/tid=31524] ppid=31521 vsize=28227396 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/31523/task/31524/stat : 31524 (java) R 31521 31521 31477 0 -1 4202560 6652 0 0 0 17 2 0 0 20 0 20 0 510798796 28904853504 10277 33554432000 4194304 4196468 140721924218720 140563761435104 140563757215126 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26300416 140721924223958 140721924224134 140721924224134 140721924227023 0
[pid=31523/tid=31525] ppid=31521 vsize=28227396 memory=329 CPUtime=0 cores=0-7
/proc/31523/task/31525/stat : 31525 (java) S 31521 31521 31477 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510798797 28904853504 10277 33554432000 4194304 4196468 140721924218720 140563308469008 140563757213397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26300416 140721924223958 140721924224134 140721924224134 140721924227023 0
[pid=31523/tid=31526] ppid=31521 vsize=28227396 memory=288370683571521152 CPUtime=0 cores=0-7
/proc/31523/task/31526/stat : 31526 (java) S 31521 31521 31477 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510798797 28904853504 10277 33554432000 4194304 4196468 140721924218720 140563307416464 140563757213397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26300416 140721924223958 140721924224134 140721924224134 140721924227023 0
[pid=31523/tid=31527] ppid=31521 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/31523/task/31527/stat : 31527 (java) S 31521 31521 31477 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510798797 28904853504 10277 33554432000 4194304 4196468 140721924218720 140563306363920 140563757213397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26300416 140721924223958 140721924224134 140721924224134 140721924227023 0
[pid=31523/tid=31528] ppid=31521 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31523/task/31528/stat : 31528 (java) S 31521 31521 31477 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510798797 28904853504 10277 33554432000 4194304 4196468 140721924218720 140563305311376 140563757213397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26300416 140721924223958 140721924224134 140721924224134 140721924227023 0
[pid=31523/tid=31529] ppid=31521 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31523/task/31529/stat : 31529 (java) S 31521 31521 31477 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510798797 28904853504 10277 33554432000 4194304 4196468 140721924218720 140563304257808 140563757213397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26300416 140721924223958 140721924224134 140721924224134 140721924227023 0
[pid=31523/tid=31530] ppid=31521 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/31523/task/31530/stat : 31530 (java) S 31521 31521 31477 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510798797 28904853504 10277 33554432000 4194304 4196468 140721924218720 140563303205264 140563757213397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26300416 140721924223958 140721924224134 140721924224134 140721924227023 0
[pid=31523/tid=31531] ppid=31521 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31523/task/31531/stat : 31531 (java) S 31521 31521 31477 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510798797 28904853504 10277 33554432000 4194304 4196468 140721924218720 140563302152720 140563757213397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26300416 140721924223958 140721924224134 140721924224134 140721924227023 0
[pid=31523/tid=31532] ppid=31521 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31523/task/31532/stat : 31532 (java) S 31521 31521 31477 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510798797 28904853504 10277 33554432000 4194304 4196468 140721924218720 140563301100176 140563757213397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26300416 140721924223958 140721924224134 140721924224134 140721924227023 0
[pid=31523/tid=31533] ppid=31521 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31523/task/31533/stat : 31533 (java) S 31521 31521 31477 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 510798798 28904853504 10277 33554432000 4194304 4196468 140721924218720 140562873494000 140563757214338 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26300416 140721924223958 140721924224134 140721924224134 140721924227023 0
[pid=31523/tid=31534] ppid=31521 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31523/task/31534/stat : 31534 (java) S 31521 31521 31477 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 510798799 28904853504 10277 33554432000 4194304 4196468 140721924218720 140562872440224 140563757213397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26300416 140721924223958 140721924224134 140721924224134 140721924227023 0
[pid=31523/tid=31535] ppid=31521 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31523/task/31535/stat : 31535 (java) S 31521 31521 31477 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 510798799 28904853504 10277 33554432000 4194304 4196468 140721924218720 140562017543664 140563757213397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26300416 140721924223958 140721924224134 140721924224134 140721924227023 0
[pid=31523/tid=31536] ppid=31521 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31523/task/31536/stat : 31536 (java) S 31521 31521 31477 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510798802 28904853504 10277 33554432000 4194304 4196468 140721924218720 140562016492240 140563757221787 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26300416 140721924223958 140721924224134 140721924224134 140721924227023 0
[pid=31523/tid=31537] ppid=31521 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/31523/task/31537/stat : 31537 (java) S 31521 31521 31477 0 -1 1077944384 482 0 0 0 1 0 0 0 20 0 20 0 510798802 28904853504 10277 33554432000 4194304 4196468 140721924218720 140562015438832 140563757214338 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26300416 140721924223958 140721924224134 140721924224134 140721924227023 0
[pid=31523/tid=31538] ppid=31521 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/31523/task/31538/stat : 31538 (java) S 31521 31521 31477 0 -1 1077944384 147 0 0 0 1 0 0 0 20 0 20 0 510798802 28904853504 10277 33554432000 4194304 4196468 140721924218720 140562014386288 140563757214338 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26300416 140721924223958 140721924224134 140721924224134 140721924227023 0
[pid=31523/tid=31539] ppid=31521 vsize=28227396 memory=-1 CPUtime=0.02 cores=0-7
/proc/31523/task/31539/stat : 31539 (java) S 31521 31521 31477 0 -1 1077944384 146 0 0 0 2 0 0 0 20 0 20 0 510798802 28904853504 10277 33554432000 4194304 4196468 140721924218720 140562013333744 140563757214338 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26300416 140721924223958 140721924224134 140721924224134 140721924227023 0
[pid=31523/tid=31540] ppid=31521 vsize=28227396 memory=-1 CPUtime=0.07 cores=0-7
/proc/31523/task/31540/stat : 31540 (java) R 31521 31521 31477 0 -1 4202560 770 0 0 0 7 0 0 0 20 0 20 0 510798802 28904853504 10277 33554432000 4194304 4196468 140721924218720 140562012281200 140563741283678 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26300416 140721924223958 140721924224134 140721924224134 140721924227023 0
[pid=31523/tid=31541] ppid=31521 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31523/task/31541/stat : 31541 (java) S 31521 31521 31477 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510798802 28904853504 10277 33554432000 4194304 4196468 140721924218720 140562011228896 140563757213397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26300416 140721924223958 140721924224134 140721924224134 140721924227023 0
[pid=31523/tid=31542] ppid=31521 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/31523/task/31542/stat : 31542 (java) S 31521 31521 31477 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510798802 28904853504 10277 33554432000 4194304 4196468 140721924218720 140562010176432 140563757214338 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26300416 140721924223958 140721924224134 140721924224134 140721924227023 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42560 KiB

[startup+0.310459 s]*
/proc/loadavg: 7.78 8.16 8.12 4/212 31542
/proc/meminfo: memFree=25178276/32770624 swapFree=66974408/67108860
[pid=31521] ppid=31518 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/31521/stat : 31521 (xcsp3-exec) S 31518 31521 31477 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 510798796 115843072 363 33554432000 4194304 5098028 140728469370144 140728469368248 140253664490108 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 16166912 140728469373778 140728469374037 140728469374037 140728469376966 0
/proc/31521/statm: 28282 363 304 221 0 87 0
[pid=31523] ppid=31521 vsize=28231652 memory=50072 CPUtime=0.53 cores=0-7
/proc/31523/stat : 31523 (java) S 31521 31521 31477 0 -1 1077944320 10854 0 0 0 49 4 0 0 20 0 20 0 510798796 28909211648 12518 33554432000 4194304 4196468 140721924218720 140721924201264 140563757203191 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 26300416 140721924223958 140721924224134 140721924224134 140721924227023 0
/proc/31523/statm: 7057913 12518 3353 1 0 7019032 0
[pid=31523/tid=31524] ppid=31521 vsize=28231652 memory=6791534058613427641 CPUtime=0.3 cores=0-7
/proc/31523/task/31524/stat : 31524 (java) R 31521 31521 31477 0 -1 4202560 7790 0 0 0 27 3 0 0 20 0 20 0 510798796 28909211648 12518 33554432000 4194304 4196468 140721924218720 140563761434304 140563741283678 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26300416 140721924223958 140721924224134 140721924224134 140721924227023 0
[pid=31523/tid=31525] ppid=31521 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/31523/task/31525/stat : 31525 (java) S 31521 31521 31477 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510798797 28909211648 12518 33554432000 4194304 4196468 140721924218720 140563308469008 140563757213397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26300416 140721924223958 140721924224134 140721924224134 140721924227023 0
[pid=31523/tid=31526] ppid=31521 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/31523/task/31526/stat : 31526 (java) S 31521 31521 31477 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510798797 28909211648 12518 33554432000 4194304 4196468 140721924218720 140563307416464 140563757213397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26300416 140721924223958 140721924224134 140721924224134 140721924227023 0
[pid=31523/tid=31527] ppid=31521 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/31523/task/31527/stat : 31527 (java) S 31521 31521 31477 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510798797 28909211648 12518 33554432000 4194304 4196468 140721924218720 140563306363920 140563757213397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26300416 140721924223958 140721924224134 140721924224134 140721924227023 0
[pid=31523/tid=31528] ppid=31521 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/31523/task/31528/stat : 31528 (java) S 31521 31521 31477 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510798797 28909211648 12518 33554432000 4194304 4196468 140721924218720 140563305311376 140563757213397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26300416 140721924223958 140721924224134 140721924224134 140721924227023 0
[pid=31523/tid=31529] ppid=31521 vsize=28231652 memory=2244 CPUtime=0 cores=0-7
/proc/31523/task/31529/stat : 31529 (java) S 31521 31521 31477 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510798797 28909211648 12518 33554432000 4194304 4196468 140721924218720 140563304257808 140563757213397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26300416 140721924223958 140721924224134 140721924224134 140721924227023 0
[pid=31523/tid=31530] ppid=31521 vsize=28231652 memory=140307320632239 CPUtime=0 cores=0-7
/proc/31523/task/31530/stat : 31530 (java) S 31521 31521 31477 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510798797 28909211648 12518 33554432000 4194304 4196468 140721924218720 140563303205264 140563757213397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26300416 140721924223958 140721924224134 140721924224134 140721924227023 0
[pid=31523/tid=31531] ppid=31521 vsize=28231652 memory=140307320634544 CPUtime=0 cores=0-7
/proc/31523/task/31531/stat : 31531 (java) S 31521 31521 31477 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510798797 28909211648 12518 33554432000 4194304 4196468 140721924218720 140563302152720 140563757213397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26300416 140721924223958 140721924224134 140721924224134 140721924227023 0
[pid=31523/tid=31532] ppid=31521 vsize=28231652 memory=140307320636848 CPUtime=0 cores=0-7
/proc/31523/task/31532/stat : 31532 (java) S 31521 31521 31477 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510798797 28909211648 12518 33554432000 4194304 4196468 140721924218720 140563301100176 140563757213397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26300416 140721924223958 140721924224134 140721924224134 140721924227023 0
[pid=31523/tid=31533] ppid=31521 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/31523/task/31533/stat : 31533 (java) S 31521 31521 31477 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 510798798 28909211648 12518 33554432000 4194304 4196468 140721924218720 140562873494000 140563757214338 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26300416 140721924223958 140721924224134 140721924224134 140721924227023 0
[pid=31523/tid=31534] ppid=31521 vsize=28231652 memory=280614641280656 CPUtime=0 cores=0-7
/proc/31523/task/31534/stat : 31534 (java) S 31521 31521 31477 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 510798799 28909211648 12518 33554432000 4194304 4196468 140721924218720 140562872440224 140563757213397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26300416 140721924223958 140721924224134 140721924224134 140721924227023 0
[pid=31523/tid=31535] ppid=31521 vsize=28231652 memory=280614641287568 CPUtime=0 cores=0-7
/proc/31523/task/31535/stat : 31535 (java) S 31521 31521 31477 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 510798799 28909211648 12518 33554432000 4194304 4196468 140721924218720 140562017543664 140563757213397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26300416 140721924223958 140721924224134 140721924224134 140721924227023 0
[pid=31523/tid=31536] ppid=31521 vsize=28231652 memory=280614641228848 CPUtime=0 cores=0-7
/proc/31523/task/31536/stat : 31536 (java) S 31521 31521 31477 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510798802 28909211648 12518 33554432000 4194304 4196468 140721924218720 140562016492240 140563757221787 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26300416 140721924223958 140721924224134 140721924224134 140721924227023 0
[pid=31523/tid=31537] ppid=31521 vsize=28231652 memory=280614641301392 CPUtime=0.02 cores=0-7
/proc/31523/task/31537/stat : 31537 (java) S 31521 31521 31477 0 -1 1077944384 487 0 0 0 2 0 0 0 20 0 20 0 510798802 28909211648 12518 33554432000 4194304 4196468 140721924218720 140562015438832 140563757214338 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26300416 140721924223958 140721924224134 140721924224134 140721924227023 0
[pid=31523/tid=31538] ppid=31521 vsize=28231652 memory=280614641308304 CPUtime=0.03 cores=0-7
/proc/31523/task/31538/stat : 31538 (java) R 31521 31521 31477 0 -1 4202560 263 0 0 0 3 0 0 0 20 0 20 0 510798802 28909211648 12518 33554432000 4194304 4196468 140721924218720 140562014376672 140563738724567 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26300416 140721924223958 140721924224134 140721924224134 140721924227023 0
[pid=31523/tid=31539] ppid=31521 vsize=28231652 memory=280614641306000 CPUtime=0.02 cores=0-7
/proc/31523/task/31539/stat : 31539 (java) S 31521 31521 31477 0 -1 1077944384 154 0 0 0 2 0 0 0 20 0 20 0 510798802 28909211648 12518 33554432000 4194304 4196468 140721924218720 140562013333744 140563757214338 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26300416 140721924223958 140721924224134 140721924224134 140721924227023 0
[pid=31523/tid=31540] ppid=31521 vsize=28231652 memory=280614641322160 CPUtime=0.12 cores=0-7
/proc/31523/task/31540/stat : 31540 (java) S 31521 31521 31477 0 -1 1077944384 849 0 0 0 12 0 0 0 20 0 20 0 510798802 28909211648 12518 33554432000 4194304 4196468 140721924218720 140562012281200 140563757214338 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26300416 140721924223958 140721924224134 140721924224134 140721924227023 0
[pid=31523/tid=31541] ppid=31521 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/31523/task/31541/stat : 31541 (java) S 31521 31521 31477 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510798802 28909211648 12518 33554432000 4194304 4196468 140721924218720 140562011228896 140563757213397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26300416 140721924223958 140721924224134 140721924224134 140721924227023 0
[pid=31523/tid=31542] ppid=31521 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/31523/task/31542/stat : 31542 (java) S 31521 31521 31477 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510798802 28909211648 12518 33554432000 4194304 4196468 140721924218720 140562010176432 140563757214338 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26300416 140721924223958 140721924224134 140721924224134 140721924227023 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 51524 KiB

[startup+0.701058 s]
/proc/loadavg: 7.78 8.16 8.12 4/212 31542
/proc/meminfo: memFree=25163952/32770624 swapFree=66974408/67108860
[pid=31521] ppid=31518 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/31521/stat : 31521 (xcsp3-exec) S 31518 31521 31477 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 510798796 115843072 363 33554432000 4194304 5098028 140728469370144 140728469368248 140253664490108 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 16166912 140728469373778 140728469374037 140728469374037 140728469376966 0
/proc/31521/statm: 28282 363 304 221 0 87 0
[pid=31523] ppid=31521 vsize=28233776 memory=92368 CPUtime=1.75 cores=0-7
/proc/31523/stat : 31523 (java) S 31521 31521 31477 0 -1 1077944320 15139 0 0 0 168 7 0 0 20 0 20 0 510798796 28911386624 23092 33554432000 4194304 4196468 140721924218720 140721924201264 140563757203191 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 26300416 140721924223958 140721924224134 140721924224134 140721924227023 0
/proc/31523/statm: 7058444 23092 3459 1 0 7019544 0
[pid=31523/tid=31524] ppid=31521 vsize=28233776 memory=280614641680048 CPUtime=0.67 cores=0-7
/proc/31523/task/31524/stat : 31524 (java) R 31521 31521 31477 0 -1 4202560 9059 0 0 0 63 4 0 0 20 0 20 0 510798796 28911386624 23092 33554432000 4194304 4196468 140721924218720 140563761440240 140563357748412 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26300416 140721924223958 140721924224134 140721924224134 140721924227023 0
[pid=31523/tid=31525] ppid=31521 vsize=28233776 memory=140307320841072 CPUtime=0 cores=0-7
/proc/31523/task/31525/stat : 31525 (java) S 31521 31521 31477 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510798797 28911386624 23092 33554432000 4194304 4196468 140721924218720 140563308469008 140563757213397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26300416 140721924223958 140721924224134 140721924224134 140721924227023 0
[pid=31523/tid=31526] ppid=31521 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/31523/task/31526/stat : 31526 (java) S 31521 31521 31477 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510798797 28911386624 23092 33554432000 4194304 4196468 140721924218720 140563307416464 140563757213397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26300416 140721924223958 140721924224134 140721924224134 140721924227023 0
[pid=31523/tid=31527] ppid=31521 vsize=28233776 memory=1716 CPUtime=0 cores=0-7
/proc/31523/task/31527/stat : 31527 (java) S 31521 31521 31477 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510798797 28911386624 23092 33554432000 4194304 4196468 140721924218720 140563306363920 140563757213397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26300416 140721924223958 140721924224134 140721924224134 140721924227023 0

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

/proc/loadavg: 7.78 8.16 8.12 10/212 31542
/proc/meminfo: memFree=25009620/32770624 swapFree=66974408/67108860
[pid=31521] ppid=31518 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/31521/stat : 31521 (xcsp3-exec) S 31518 31521 31477 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 510798796 115843072 363 33554432000 4194304 5098028 140728469370144 140728469368248 140253664490108 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 16166912 140728469373778 140728469374037 140728469374037 140728469376966 0
/proc/31521/statm: 28282 363 304 221 0 87 0
[pid=31523] ppid=31521 vsize=28233776 memory=289052 CPUtime=4.8 cores=0-7
/proc/31523/stat : 31523 (java) S 31521 31521 31477 0 -1 1077944320 19190 0 0 0 453 27 0 0 20 0 20 0 510798796 28911386624 72263 33554432000 4194304 4196468 140721924218720 140721924201264 140563757203191 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 26300416 140721924223958 140721924224134 140721924224134 140721924227023 0
/proc/31523/statm: 7058444 72263 3499 1 0 7019544 0
[pid=31523/tid=31524] ppid=31521 vsize=28233776 memory=16097065818130913 CPUtime=1.39 cores=0-7
/proc/31523/task/31524/stat : 31524 (java) R 31521 31521 31477 0 -1 4202560 9273 0 0 0 132 7 0 0 20 0 20 0 510798796 28911386624 72263 33554432000 4194304 4196468 140721924218720 140563761439200 140563740190353 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26300416 140721924223958 140721924224134 140721924224134 140721924227023 0
[pid=31523/tid=31525] ppid=31521 vsize=28233776 memory=0 CPUtime=0.07 cores=0-7
/proc/31523/task/31525/stat : 31525 (java) S 31521 31521 31477 0 -1 1077944384 84 0 0 0 5 2 0 0 20 0 20 0 510798797 28911386624 72263 33554432000 4194304 4196468 140721924218720 140563308469008 140563757213397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26300416 140721924223958 140721924224134 140721924224134 140721924227023 0
[pid=31523/tid=31526] ppid=31521 vsize=28233776 memory=0 CPUtime=0.07 cores=0-7
/proc/31523/task/31526/stat : 31526 (java) S 31521 31521 31477 0 -1 1077944384 79 0 0 0 5 2 0 0 20 0 20 0 510798797 28911386624 72263 33554432000 4194304 4196468 140721924218720 140563307416464 140563757213397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26300416 140721924223958 140721924224134 140721924224134 140721924227023 0
[pid=31523/tid=31527] ppid=31521 vsize=28233776 memory=0 CPUtime=0.06 cores=0-7
/proc/31523/task/31527/stat : 31527 (java) S 31521 31521 31477 0 -1 1077944384 82 0 0 0 5 1 0 0 20 0 20 0 510798797 28911386624 72263 33554432000 4194304 4196468 140721924218720 140563306363920 140563757213397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26300416 140721924223958 140721924224134 140721924224134 140721924227023 0
[pid=31523/tid=31528] ppid=31521 vsize=28233776 memory=0 CPUtime=0.06 cores=0-7
/proc/31523/task/31528/stat : 31528 (java) S 31521 31521 31477 0 -1 1077944384 84 0 0 0 4 2 0 0 20 0 20 0 510798797 28911386624 72263 33554432000 4194304 4196468 140721924218720 140563305311376 140563757213397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26300416 140721924223958 140721924224134 140721924224134 140721924227023 0
[pid=31523/tid=31529] ppid=31521 vsize=28233776 memory=280614641953808 CPUtime=0.03 cores=0-7
/proc/31523/task/31529/stat : 31529 (java) S 31521 31521 31477 0 -1 1077944384 30 0 0 0 2 1 0 0 20 0 20 0 510798797 28911386624 72263 33554432000 4194304 4196468 140721924218720 140563304257808 140563757213397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26300416 140721924223958 140721924224134 140721924224134 140721924227023 0
[pid=31523/tid=31530] ppid=31521 vsize=28233776 memory=140307320977952 CPUtime=0.07 cores=0-7
/proc/31523/task/31530/stat : 31530 (java) S 31521 31521 31477 0 -1 1077944384 93 0 0 0 5 2 0 0 20 0 20 0 510798797 28911386624 72263 33554432000 4194304 4196468 140721924218720 140563303205264 140563757213397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26300416 140721924223958 140721924224134 140721924224134 140721924227023 0
[pid=31523/tid=31531] ppid=31521 vsize=28233776 memory=0 CPUtime=0.07 cores=0-7
/proc/31523/task/31531/stat : 31531 (java) S 31521 31521 31477 0 -1 1077944384 90 0 0 0 5 2 0 0 20 0 20 0 510798797 28911386624 72263 33554432000 4194304 4196468 140721924218720 140563302152720 140563757213397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26300416 140721924223958 140721924224134 140721924224134 140721924227023 0
[pid=31523/tid=31532] ppid=31521 vsize=28233776 memory=0 CPUtime=0.06 cores=0-7
/proc/31523/task/31532/stat : 31532 (java) S 31521 31521 31477 0 -1 1077944384 91 0 0 0 4 2 0 0 20 0 20 0 510798797 28911386624 72263 33554432000 4194304 4196468 140721924218720 140563301100176 140563757213397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26300416 140721924223958 140721924224134 140721924224134 140721924227023 0
[pid=31523/tid=31533] ppid=31521 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/31523/task/31533/stat : 31533 (java) S 31521 31521 31477 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 20 0 510798798 28911386624 72263 33554432000 4194304 4196468 140721924218720 140562873494000 140563757214338 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26300416 140721924223958 140721924224134 140721924224134 140721924227023 0
[pid=31523/tid=31534] ppid=31521 vsize=28233776 memory=2244 CPUtime=0 cores=0-7
/proc/31523/task/31534/stat : 31534 (java) S 31521 31521 31477 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 510798799 28911386624 72263 33554432000 4194304 4196468 140721924218720 140562872440288 140563757213397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26300416 140721924223958 140721924224134 140721924224134 140721924227023 0
[pid=31523/tid=31535] ppid=31521 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/31523/task/31535/stat : 31535 (java) S 31521 31521 31477 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 510798799 28911386624 72263 33554432000 4194304 4196468 140721924218720 140562017543680 140563757213397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26300416 140721924223958 140721924224134 140721924224134 140721924227023 0
[pid=31523/tid=31536] ppid=31521 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/31523/task/31536/stat : 31536 (java) S 31521 31521 31477 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510798802 28911386624 72263 33554432000 4194304 4196468 140721924218720 140562016492240 140563757221787 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26300416 140721924223958 140721924224134 140721924224134 140721924227023 0
[pid=31523/tid=31537] ppid=31521 vsize=28233776 memory=0 CPUtime=0.73 cores=0-7
/proc/31523/task/31537/stat : 31537 (java) S 31521 31521 31477 0 -1 1077944384 2167 0 0 0 73 0 0 0 20 0 20 0 510798802 28911386624 72263 33554432000 4194304 4196468 140721924218720 140562015438832 140563757214338 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26300416 140721924223958 140721924224134 140721924224134 140721924227023 0
[pid=31523/tid=31538] ppid=31521 vsize=28233776 memory=0 CPUtime=0.8 cores=0-7
/proc/31523/task/31538/stat : 31538 (java) S 31521 31521 31477 0 -1 1077944384 1497 0 0 0 80 0 0 0 20 0 20 0 510798802 28911386624 72263 33554432000 4194304 4196468 140721924218720 140562014386288 140563757214338 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26300416 140721924223958 140721924224134 140721924224134 140721924227023 0
[pid=31523/tid=31539] ppid=31521 vsize=28233776 memory=0 CPUtime=0.75 cores=0-7
/proc/31523/task/31539/stat : 31539 (java) R 31521 31521 31477 0 -1 4202560 1767 0 0 0 75 0 0 0 20 0 20 0 510798802 28911386624 72263 33554432000 4194304 4196468 140721924218720 140562013333744 140563742090910 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26300416 140721924223958 140721924224134 140721924224134 140721924227023 0
[pid=31523/tid=31540] ppid=31521 vsize=28233776 memory=6943526294502006880 CPUtime=0.52 cores=0-7
/proc/31523/task/31540/stat : 31540 (java) S 31521 31521 31477 0 -1 1077944384 2472 0 0 0 51 1 0 0 20 0 20 0 510798802 28911386624 72263 33554432000 4194304 4196468 140721924218720 140562012281200 140563757214338 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26300416 140721924223958 140721924224134 140721924224134 140721924227023 0
[pid=31523/tid=31541] ppid=31521 vsize=28233776 memory=6944656592455097440 CPUtime=0 cores=0-7
/proc/31523/task/31541/stat : 31541 (java) S 31521 31521 31477 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510798802 28911386624 72263 33554432000 4194304 4196468 140721924218720 140562011228896 140563757213397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26300416 140721924223958 140721924224134 140721924224134 140721924227023 0
[pid=31523/tid=31542] ppid=31521 vsize=28233776 memory=6656426216303648864 CPUtime=0 cores=0-7
/proc/31523/task/31542/stat : 31542 (java) S 31521 31521 31477 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510798802 28911386624 72263 33554432000 4194304 4196468 140721924218720 140562010176432 140563757214338 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26300416 140721924223958 140721924224134 140721924224134 140721924227023 0
Current children cumulated CPU time: 4.8 s
Current children cumulated vsize: 28346904 KiB
Current children cumulated memory: 290504 KiB

[startup+1.87441 s]
# the end of solver process 31521 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=5.86677 s, system=0.306108 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1.60124 s]
/proc/loadavg: 7.78 8.16 8.12 10/212 31542
/proc/meminfo: memFree=25009620/32770624 swapFree=66974408/67108860
[pid=31521] ppid=31518 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/31521/stat : 31521 (xcsp3-exec) S 31518 31521 31477 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 510798796 115843072 363 33554432000 4194304 5098028 140728469370144 140728469368248 140253664490108 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 16166912 140728469373778 140728469374037 140728469374037 140728469376966 0
/proc/31521/statm: 28282 363 304 221 0 87 0
[pid=31523] ppid=31521 vsize=28233776 memory=299464 CPUtime=4.97 cores=0-7
/proc/31523/stat : 31523 (java) S 31521 31521 31477 0 -1 1077944320 19225 0 0 0 470 27 0 0 20 0 20 0 510798796 28911386624 74866 33554432000 4194304 4196468 140721924218720 140721924201264 140563757203191 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 26300416 140721924223958 140721924224134 140721924224134 140721924227023 0
/proc/31523/statm: 7058444 74866 3499 1 0 7019544 0
[pid=31523/tid=31524] ppid=31521 vsize=28233776 memory=6944656592455360604 CPUtime=1.49 cores=0-7
/proc/31523/task/31524/stat : 31524 (java) R 31521 31521 31477 0 -1 4202560 9278 0 0 0 142 7 0 0 20 0 20 0 510798796 28911386624 74866 33554432000 4194304 4196468 140721924218720 140563761439200 140563357967835 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26300416 140721924223958 140721924224134 140721924224134 140721924227023 0
[pid=31523/tid=31525] ppid=31521 vsize=28233776 memory=6944656592455097440 CPUtime=0.07 cores=0-7
/proc/31523/task/31525/stat : 31525 (java) S 31521 31521 31477 0 -1 1077944384 84 0 0 0 5 2 0 0 20 0 20 0 510798797 28911386624 74866 33554432000 4194304 4196468 140721924218720 140563308469008 140563757213397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26300416 140721924223958 140721924224134 140721924224134 140721924227023 0
[pid=31523/tid=31526] ppid=31521 vsize=28233776 memory=1452 CPUtime=0.07 cores=0-7
/proc/31523/task/31526/stat : 31526 (java) S 31521 31521 31477 0 -1 1077944384 79 0 0 0 5 2 0 0 20 0 20 0 510798797 28911386624 74866 33554432000 4194304 4196468 140721924218720 140563307416464 140563757213397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26300416 140721924223958 140721924224134 140721924224134 140721924227023 0
[pid=31523/tid=31527] ppid=31521 vsize=28233776 memory=3612 CPUtime=0.06 cores=0-7
/proc/31523/task/31527/stat : 31527 (java) S 31521 31521 31477 0 -1 1077944384 82 0 0 0 5 1 0 0 20 0 20 0 510798797 28911386624 74866 33554432000 4194304 4196468 140721924218720 140563306363920 140563757213397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26300416 140721924223958 140721924224134 140721924224134 140721924227023 0
[pid=31523/tid=31528] ppid=31521 vsize=28233776 memory=53572 CPUtime=0.06 cores=0-7
/proc/31523/task/31528/stat : 31528 (java) S 31521 31521 31477 0 -1 1077944384 84 0 0 0 4 2 0 0 20 0 20 0 510798797 28911386624 74866 33554432000 4194304 4196468 140721924218720 140563305311376 140563757213397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26300416 140721924223958 140721924224134 140721924224134 140721924227023 0
[pid=31523/tid=31529] ppid=31521 vsize=28233776 memory=992 CPUtime=0.03 cores=0-7
/proc/31523/task/31529/stat : 31529 (java) S 31521 31521 31477 0 -1 1077944384 30 0 0 0 2 1 0 0 20 0 20 0 510798797 28911386624 74866 33554432000 4194304 4196468 140721924218720 140563304257808 140563757213397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26300416 140721924223958 140721924224134 140721924224134 140721924227023 0
[pid=31523/tid=31530] ppid=31521 vsize=28233776 memory=2044 CPUtime=0.07 cores=0-7
/proc/31523/task/31530/stat : 31530 (java) S 31521 31521 31477 0 -1 1077944384 93 0 0 0 5 2 0 0 20 0 20 0 510798797 28911386624 74866 33554432000 4194304 4196468 140721924218720 140563303205264 140563757213397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26300416 140721924223958 140721924224134 140721924224134 140721924227023 0
[pid=31523/tid=31531] ppid=31521 vsize=28233776 memory=1424 CPUtime=0.07 cores=0-7
/proc/31523/task/31531/stat : 31531 (java) S 31521 31521 31477 0 -1 1077944384 90 0 0 0 5 2 0 0 20 0 20 0 510798797 28911386624 74866 33554432000 4194304 4196468 140721924218720 140563302152720 140563757213397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26300416 140721924223958 140721924224134 140721924224134 140721924227023 0
[pid=31523/tid=31532] ppid=31521 vsize=28233776 memory=11624 CPUtime=0.06 cores=0-7
/proc/31523/task/31532/stat : 31532 (java) S 31521 31521 31477 0 -1 1077944384 91 0 0 0 4 2 0 0 20 0 20 0 510798797 28911386624 74866 33554432000 4194304 4196468 140721924218720 140563301100176 140563757213397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26300416 140721924223958 140721924224134 140721924224134 140721924227023 0
[pid=31523/tid=31533] ppid=31521 vsize=28233776 memory=740 CPUtime=0 cores=0-7
/proc/31523/task/31533/stat : 31533 (java) S 31521 31521 31477 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 20 0 510798798 28911386624 74866 33554432000 4194304 4196468 140721924218720 140562873494000 140563757214338 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26300416 140721924223958 140721924224134 140721924224134 140721924227023 0
[pid=31523/tid=31534] ppid=31521 vsize=28233776 memory=1056 CPUtime=0 cores=0-7
/proc/31523/task/31534/stat : 31534 (java) S 31521 31521 31477 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 510798799 28911386624 74866 33554432000 4194304 4196468 140721924218720 140562872440288 140563757213397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26300416 140721924223958 140721924224134 140721924224134 140721924227023 0
[pid=31523/tid=31535] ppid=31521 vsize=28233776 memory=1552 CPUtime=0 cores=0-7
/proc/31523/task/31535/stat : 31535 (java) S 31521 31521 31477 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 510798799 28911386624 74866 33554432000 4194304 4196468 140721924218720 140562017543680 140563757213397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26300416 140721924223958 140721924224134 140721924224134 140721924227023 0
[pid=31523/tid=31536] ppid=31521 vsize=28233776 memory=1040 CPUtime=0 cores=0-7
/proc/31523/task/31536/stat : 31536 (java) S 31521 31521 31477 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510798802 28911386624 74866 33554432000 4194304 4196468 140721924218720 140562016492240 140563757221787 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26300416 140721924223958 140721924224134 140721924224134 140721924227023 0
[pid=31523/tid=31537] ppid=31521 vsize=28233776 memory=164 CPUtime=0.75 cores=0-7
/proc/31523/task/31537/stat : 31537 (java) S 31521 31521 31477 0 -1 1077944384 2175 0 0 0 75 0 0 0 20 0 20 0 510798802 28911386624 74866 33554432000 4194304 4196468 140721924218720 140562015438832 140563757214338 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26300416 140721924223958 140721924224134 140721924224134 140721924227023 0
[pid=31523/tid=31538] ppid=31521 vsize=28233776 memory=7681905605394137914 CPUtime=0.82 cores=0-7
/proc/31523/task/31538/stat : 31538 (java) S 31521 31521 31477 0 -1 1077944384 1499 0 0 0 82 0 0 0 20 0 20 0 510798802 28911386624 74866 33554432000 4194304 4196468 140721924218720 140562014386288 140563757214338 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26300416 140721924223958 140721924224134 140721924224134 140721924227023 0
[pid=31523/tid=31539] ppid=31521 vsize=28233776 memory=4206468019014099040 CPUtime=0.78 cores=0-7
/proc/31523/task/31539/stat : 31539 (java) S 31521 31521 31477 0 -1 1077944384 1773 0 0 0 78 0 0 0 20 0 20 0 510798802 28911386624 74866 33554432000 4194304 4196468 140721924218720 140562013333744 140563757214338 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26300416 140721924223958 140721924224134 140721924224134 140721924227023 0
[pid=31523/tid=31540] ppid=31521 vsize=28233776 memory=7681905605394137914 CPUtime=0.53 cores=0-7
/proc/31523/task/31540/stat : 31540 (java) S 31521 31521 31477 0 -1 1077944384 2486 0 0 0 52 1 0 0 20 0 20 0 510798802 28911386624 74866 33554432000 4194304 4196468 140721924218720 140562012281200 140563757214338 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26300416 140721924223958 140721924224134 140721924224134 140721924227023 0
[pid=31523/tid=31541] ppid=31521 vsize=28233776 memory=-7522837583129502606 CPUtime=0 cores=0-7
/proc/31523/task/31541/stat : 31541 (java) S 31521 31521 31477 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510798802 28911386624 74866 33554432000 4194304 4196468 140721924218720 140562011228896 140563757213397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26300416 140721924223958 140721924224134 140721924224134 140721924227023 0
[pid=31523/tid=31542] ppid=31521 vsize=28233776 memory=-7233780906022726806 CPUtime=0 cores=0-7
/proc/31523/task/31542/stat : 31542 (java) S 31521 31521 31477 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510798802 28911386624 74866 33554432000 4194304 4196468 140721924218720 140562010176432 140563757214338 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26300416 140721924223958 140721924224134 140721924224134 140721924227023 0
Current children cumulated CPU time: 4.97 s
Current children cumulated vsize: 28346904 KiB
Current children cumulated memory: 300916 KiB

[startup+1.80869 s]
/proc/loadavg: 7.78 8.16 8.12 10/212 31542
/proc/meminfo: memFree=25009620/32770624 swapFree=66974408/67108860
[pid=31521] ppid=31518 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/31521/stat : 31521 (xcsp3-exec) S 31518 31521 31477 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 510798796 115843072 363 33554432000 4194304 5098028 140728469370144 140728469368248 140253664490108 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 16166912 140728469373778 140728469374037 140728469374037 140728469376966 0
/proc/31521/statm: 28282 363 304 221 0 87 0
[pid=31523] ppid=31521 vsize=28768336 memory=394664 CPUtime=5.8 cores=0-7
/proc/31523/stat : 31523 (java) S 31521 31521 31477 0 -1 1077944320 19805 0 0 0 551 29 0 0 20 0 28 0 510798796 29458776064 98666 33554432000 4194304 4196468 140721924218720 140721924201264 140563757203191 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 26300416 140721924223958 140721924224134 140721924224134 140721924227023 0
/proc/31523/statm: 7192084 98666 3503 1 0 7153184 0
[pid=31523/tid=31524] ppid=31521 vsize=28768336 memory=6944656591801717918 CPUtime=1.63 cores=0-7
/proc/31523/task/31524/stat : 31524 (java) S 31521 31521 31477 0 -1 1077944384 9385 0 0 0 155 8 0 0 20 0 28 0 510798796 29458776064 98666 33554432000 4194304 4196468 140721924218720 140563761443968 140563757213397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26300416 140721924223958 140721924224134 140721924224134 140721924227023 0
[pid=31523/tid=31525] ppid=31521 vsize=28768336 memory=-7384994778349281184 CPUtime=0.07 cores=0-7
/proc/31523/task/31525/stat : 31525 (java) S 31521 31521 31477 0 -1 1077944384 84 0 0 0 5 2 0 0 20 0 28 0 510798797 29458776064 98666 33554432000 4194304 4196468 140721924218720 140563308469008 140563757213397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26300416 140721924223958 140721924224134 140721924224134 140721924227023 0
[pid=31523/tid=31526] ppid=31521 vsize=28768336 memory=7681905605394137914 CPUtime=0.07 cores=0-7
/proc/31523/task/31526/stat : 31526 (java) S 31521 31521 31477 0 -1 1077944384 79 0 0 0 5 2 0 0 20 0 28 0 510798797 29458776064 98666 33554432000 4194304 4196468 140721924218720 140563307416464 140563757213397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26300416 140721924223958 140721924224134 140721924224134 140721924227023 0
[pid=31523/tid=31527] ppid=31521 vsize=28768336 memory=-7522837583129502606 CPUtime=0.06 cores=0-7
/proc/31523/task/31527/stat : 31527 (java) S 31521 31521 31477 0 -1 1077944384 82 0 0 0 5 1 0 0 20 0 28 0 510798797 29458776064 98666 33554432000 4194304 4196468 140721924218720 140563306363920 140563757213397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26300416 140721924223958 140721924224134 140721924224134 140721924227023 0
[pid=31523/tid=31528] ppid=31521 vsize=28768336 memory=6944656591801717918 CPUtime=0.06 cores=0-7
/proc/31523/task/31528/stat : 31528 (java) S 31521 31521 31477 0 -1 1077944384 84 0 0 0 4 2 0 0 20 0 28 0 510798797 29458776064 98666 33554432000 4194304 4196468 140721924218720 140563305311376 140563757213397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26300416 140721924223958 140721924224134 140721924224134 140721924227023 0
[pid=31523/tid=31529] ppid=31521 vsize=28768336 memory=0 CPUtime=0.03 cores=0-7
/proc/31523/task/31529/stat : 31529 (java) S 31521 31521 31477 0 -1 1077944384 30 0 0 0 2 1 0 0 20 0 28 0 510798797 29458776064 98666 33554432000 4194304 4196468 140721924218720 140563304257808 140563757213397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26300416 140721924223958 140721924224134 140721924224134 140721924227023 0
[pid=31523/tid=31530] ppid=31521 vsize=28768336 memory=0 CPUtime=0.07 cores=0-7
/proc/31523/task/31530/stat : 31530 (java) S 31521 31521 31477 0 -1 1077944384 93 0 0 0 5 2 0 0 20 0 28 0 510798797 29458776064 98666 33554432000 4194304 4196468 140721924218720 140563303205264 140563757213397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26300416 140721924223958 140721924224134 140721924224134 140721924227023 0
[pid=31523/tid=31531] ppid=31521 vsize=28768336 memory=0 CPUtime=0.07 cores=0-7
/proc/31523/task/31531/stat : 31531 (java) S 31521 31521 31477 0 -1 1077944384 90 0 0 0 5 2 0 0 20 0 28 0 510798797 29458776064 98666 33554432000 4194304 4196468 140721924218720 140563302152720 140563757213397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26300416 140721924223958 140721924224134 140721924224134 140721924227023 0
[pid=31523/tid=31532] ppid=31521 vsize=28768336 memory=0 CPUtime=0.06 cores=0-7
/proc/31523/task/31532/stat : 31532 (java) S 31521 31521 31477 0 -1 1077944384 91 0 0 0 4 2 0 0 20 0 28 0 510798797 29458776064 98666 33554432000 4194304 4196468 140721924218720 140563301100176 140563757213397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26300416 140721924223958 140721924224134 140721924224134 140721924227023 0
[pid=31523/tid=31533] ppid=31521 vsize=28768336 memory=0 CPUtime=0 cores=0-7
/proc/31523/task/31533/stat : 31533 (java) S 31521 31521 31477 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 28 0 510798798 29458776064 98666 33554432000 4194304 4196468 140721924218720 140562873494000 140563757214338 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26300416 140721924223958 140721924224134 140721924224134 140721924227023 0
[pid=31523/tid=31534] ppid=31521 vsize=28768336 memory=0 CPUtime=0 cores=0-7
/proc/31523/task/31534/stat : 31534 (java) S 31521 31521 31477 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 510798799 29458776064 98666 33554432000 4194304 4196468 140721924218720 140562872440288 140563757213397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26300416 140721924223958 140721924224134 140721924224134 140721924227023 0
[pid=31523/tid=31535] ppid=31521 vsize=28768336 memory=3644 CPUtime=0 cores=0-7
/proc/31523/task/31535/stat : 31535 (java) S 31521 31521 31477 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 28 0 510798799 29458776064 98666 33554432000 4194304 4196468 140721924218720 140562017543680 140563757213397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26300416 140721924223958 140721924224134 140721924224134 140721924227023 0
[pid=31523/tid=31536] ppid=31521 vsize=28768336 memory=780 CPUtime=0 cores=0-7
/proc/31523/task/31536/stat : 31536 (java) S 31521 31521 31477 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 510798802 29458776064 98666 33554432000 4194304 4196468 140721924218720 140562016492240 140563757221787 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26300416 140721924223958 140721924224134 140721924224134 140721924227023 0
[pid=31523/tid=31537] ppid=31521 vsize=28768336 memory=2832 CPUtime=0.85 cores=0-7
/proc/31523/task/31537/stat : 31537 (java) R 31521 31521 31477 0 -1 1077944384 2193 0 0 0 85 0 0 0 20 0 28 0 510798802 29458776064 98666 33554432000 4194304 4196468 140721924218720 140562015427184 140563757213397 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26300416 140721924223958 140721924224134 140721924224134 140721924227023 0
[pid=31523/tid=31538] ppid=31521 vsize=28768336 memory=1716 CPUtime=0.96 cores=0-7
/proc/31523/task/31538/stat : 31538 (java) R 31521 31521 31477 0 -1 4202560 1524 0 0 0 96 0 0 0 20 0 28 0 510798802 29458776064 98666 33554432000 4194304 4196468 140721924218720 140562014376208 140563740614201 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26300416 140721924223958 140721924224134 140721924224134 140721924227023 0
[pid=31523/tid=31539] ppid=31521 vsize=28768336 memory=1200 CPUtime=0.88 cores=0-7
/proc/31523/task/31539/stat : 31539 (java) S 31521 31521 31477 0 -1 1077944384 1790 0 0 0 88 0 0 0 20 0 28 0 510798802 29458776064 98666 33554432000 4194304 4196468 140721924218720 140562013325200 140563757213397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26300416 140721924223958 140721924224134 140721924224134 140721924227023 0
[pid=31523/tid=31540] ppid=31521 vsize=28768336 memory=6140 CPUtime=0.57 cores=0-7
/proc/31523/task/31540/stat : 31540 (java) R 31521 31521 31477 0 -1 4202560 2585 0 0 0 56 1 0 0 20 0 28 0 510798802 29458776064 98666 33554432000 4194304 4196468 140721924218720 140562012277936 140563749440318 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26300416 140721924223958 140721924224134 140721924224134 140721924227023 0
[pid=31523/tid=31541] ppid=31521 vsize=28768336 memory=14012 CPUtime=0 cores=0-7
/proc/31523/task/31541/stat : 31541 (java) S 31521 31521 31477 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 510798802 29458776064 98666 33554432000 4194304 4196468 140721924218720 140562011228896 140563757213397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26300416 140721924223958 140721924224134 140721924224134 140721924227023 0
[pid=31523/tid=31542] ppid=31521 vsize=28768336 memory=25060 CPUtime=0 cores=0-7
/proc/31523/task/31542/stat : 31542 (java) S 31521 31521 31477 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 510798802 29458776064 98666 33554432000 4194304 4196468 140721924218720 140562010176432 140563757214338 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26300416 140721924223958 140721924224134 140721924224134 140721924227023 0
Current children cumulated CPU time: 5.8 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 396116 KiB

Child status: 0
Real time (s): 1.8745
CPU time (s): 6.17287
CPU user time (s): 5.86677
CPU system time (s): 0.306108
CPU usage (%): 329.308
Max. virtual memory (cumulated for all children) (KiB): 28881464
Max. memory (cumulated for all children) (KiB): 396116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.86677
system time used= 0.306108
maximum resident set size= 398572
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20482
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3449
involuntary context switches= 34


# summary of solver processes directly reported to runsolver:
#   pid: 31521
#   total CPU time (s): 6.17287
#   total CPU user time (s): 5.86677
#   total CPU system time (s): 0.306108

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.037096 second user time and 0.058329 second system time

The end

Launcher Data

Begin job on node117 at 2019-09-24 20:08:46
IDJOB=4406627
IDBENCH=126509
IDSOLVER=2871
FILE ID=node117/4406627-1569348570
RUNJOBID= node117-1569348526-31504
PBS_JOBID= 21705082
Free space on /var/tmp= 13512 MiB

SOLVER NAME= choco-solver 2019-09-24 parallel
BENCH NAME= XCSP17/SocialGolfers/SocialGolfers-cp-s1/SocialGolfers-5-3-4-cp.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 /var/tmp/evaluation-result-4406627-1569348570/watcher-4406627-1569348570 -o /var/tmp/evaluation-result-4406627-1569348570/solver-4406627-1569348570 -C 20160 -W 2520 -M 31000 --bin-var /var/tmp/runsolver-exch-node117-1569348526-31504 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 719443427 HOME/instance-4406627-1569348570.xml

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

MD5SUM BENCH= fefd0dc8744a7f984307705d377cf1e3
RANDOM SEED=719443427

node117.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.75
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.75
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.75
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.75
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:        25215404 kB
MemAvailable:   31822952 kB
Buffers:          120512 kB
Cached:          6537596 kB
SwapCached:        27852 kB
Active:          3281496 kB
Inactive:        3408912 kB
Active(anon):       3520 kB
Inactive(anon):    80128 kB
Active(file):    3277976 kB
Inactive(file):  3328784 kB
Unevictable:      108184 kB
Mlocked:          108184 kB
SwapTotal:      67108860 kB
SwapFree:       66974408 kB
Dirty:             26036 kB
Writeback:             0 kB
AnonPages:        112928 kB
Mapped:            53876 kB
Shmem:             42744 kB
Slab:             457412 kB
SReclaimable:     429248 kB
SUnreclaim:        28164 kB
KernelStack:        3296 kB
PageTables:         5364 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     513908 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:      118144 kB
DirectMap2M:    33427456 kB

Free space on /var/tmp at the end= 13488 MiB
End job on node117 at 2019-09-24 20:08:48