Trace number 4306897

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 4.0.7b seq (e747e1e)SAT 134.841 130.288

General information on the benchmark

NameSubisomorphism/
Subisomorphism-g10-g27_c18.xml
MD5SUM92ed35416817fd3e3d52723751690df9
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 benchmark134.841
Satisfiable
(Un)Satisfiability was proved
Number of variables41
Number of constraints121
Number of domains1
Minimum domain size86
Maximum domain size86
Distribution of domain sizes[{"size":86,"count":41}]
Minimum variable degree2
Maximum variable degree11
Distribution of variable degrees[{"degree":2,"count":1},{"degree":4,"count":6},{"degree":5,"count":10},{"degree":6,"count":14},{"degree":7,"count":4},{"degree":8,"count":4},{"degree":10,"count":1},{"degree":11,"count":1}]
Minimum constraint arity1
Maximum constraint arity41
Distribution of constraint arities[{"arity":1,"count":40},{"arity":2,"count":80},{"arity":41,"count":1}]
Number of extensional constraints120
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":120},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4306897-1534119896.xml"  -tl '2520s' -p 1
0.12/0.17	c Choco e747e1e
0.12/0.18	c [HOME/instance-4306897-1534119896.xml, -tl, 2520s, -p, 1]
0.12/0.21	c simple solver
0.34/0.28	c parse instance...
1.04/0.54	c solve instance...
134.74/130.28	s SATISFIABLE
134.74/130.28	v <instantiation>
134.74/130.28	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] </list>
134.74/130.28	v 	<values>72 19 10 50 67 47 2 30 17 69 18 12 77 53 44 85 5 56 32 7 0 27 31 33 74 9 52 41 70 1 21 51 79 81 64 37 40 65 22 78 14 </values>
134.74/130.28	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 (2166 MiB free)
  memory of node 1: 16384 MiB (6155 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4306897-1534119896/watcher-4306897-1534119896 -o /tmp/evaluation-result-4306897-1534119896/solver-4306897-1534119896 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1534098559-28101 --watchdog 2580 HOME/xcsp3-exec -seed 369477547 -dir HOME -tl 2520 -ml 11000 -p 1 HOME/instance-4306897-1534119896.xml 

running on 4 cores: 1,3,5,7

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

solver pid=31621, runsolver pid=31618

[startup+0.100136 s]*
/proc/loadavg: 1.89 1.92 1.95 5/221 31637
/proc/meminfo: memFree=8503376/32770624 swapFree=67108852/67108860
[pid=31621] ppid=31618 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/31621/stat : 31621 (xcsp3-exec) S 31618 31621 28069 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 229552769 115843072 363 33554432000 4194304 5098028 140729995435168 140729995433272 140656129798780 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 15663104 140729995437115 140729995437316 140729995437316 140729995440074 0
/proc/31621/statm: 28282 363 306 221 0 87 0
[pid=31623] ppid=31621 vsize=14082940 memory=30380 CPUtime=0.12 cores=1,3,5,7
/proc/31623/stat : 31623 (java) S 31621 31621 28069 0 -1 1077944320 5494 0 0 0 11 1 0 0 20 0 15 0 229552769 14420930560 7595 33554432000 4194304 4196468 140729517320256 140729517302800 139869093764855 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27881472 140729517327494 140729517327665 140729517327665 140729517330383 0
/proc/31623/statm: 3520735 7595 3005 1 0 3483012 0
[pid=31623/tid=31624] ppid=31621 vsize=14082940 memory=-6962121287837372198 CPUtime=0.09 cores=1,3,5,7
/proc/31623/task/31624/stat : 31624 (java) R 31621 31621 28069 0 -1 4202560 3504 0 0 0 8 1 0 0 20 0 15 0 229552770 14420930560 7595 33554432000 4194304 4196468 140729517320256 139869097998128 139869093776790 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27881472 140729517327494 140729517327665 140729517327665 140729517330383 0
[pid=31623/tid=31625] ppid=31621 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31623/task/31625/stat : 31625 (java) S 31621 31621 28069 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 229552771 14420930560 7595 33554432000 4194304 4196468 140729517320256 139869046384912 139869093775061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27881472 140729517327494 140729517327665 140729517327665 140729517330383 0
[pid=31623/tid=31626] ppid=31621 vsize=14082940 memory=140577414997632 CPUtime=0 cores=1,3,5,7
/proc/31623/task/31626/stat : 31626 (java) S 31621 31621 28069 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 229552771 14420930560 7595 33554432000 4194304 4196468 140729517320256 139869045332368 139869093775061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27881472 140729517327494 140729517327665 140729517327665 140729517330383 0
[pid=31623/tid=31627] ppid=31621 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31623/task/31627/stat : 31627 (java) S 31621 31621 28069 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 229552771 14420930560 7595 33554432000 4194304 4196468 140729517320256 139869044279824 139869093775061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27881472 140729517327494 140729517327665 140729517327665 140729517330383 0
[pid=31623/tid=31628] ppid=31621 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31623/task/31628/stat : 31628 (java) S 31621 31621 28069 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 229552771 14420930560 7595 33554432000 4194304 4196468 140729517320256 139869043227280 139869093775061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27881472 140729517327494 140729517327665 140729517327665 140729517330383 0
[pid=31623/tid=31629] ppid=31621 vsize=14082940 memory=140577414997632 CPUtime=0 cores=1,3,5,7
/proc/31623/task/31629/stat : 31629 (java) S 31621 31621 28069 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 229552772 14420930560 7595 33554432000 4194304 4196468 140729517320256 139868635101680 139869093776002 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27881472 140729517327494 140729517327665 140729517327665 140729517330383 0
[pid=31623/tid=31630] ppid=31621 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31623/task/31630/stat : 31630 (java) S 31621 31621 28069 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 229552772 14420930560 7595 33554432000 4194304 4196468 140729517320256 139868634047904 139869093775061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27881472 140729517327494 140729517327665 140729517327665 140729517330383 0
[pid=31623/tid=31631] ppid=31621 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31623/task/31631/stat : 31631 (java) S 31621 31621 28069 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 229552773 14420930560 7595 33554432000 4194304 4196468 140729517320256 139868632995312 139869093775061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27881472 140729517327494 140729517327665 140729517327665 140729517330383 0
[pid=31623/tid=31632] ppid=31621 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31623/task/31632/stat : 31632 (java) S 31621 31621 28069 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 229552775 14420930560 7595 33554432000 4194304 4196468 140729517320256 139868631943888 139869093783451 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27881472 140729517327494 140729517327665 140729517327665 140729517330383 0
[pid=31623/tid=31633] ppid=31621 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31623/task/31633/stat : 31633 (java) S 31621 31621 28069 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 15 0 229552775 14420930560 7595 33554432000 4194304 4196468 140729517320256 139868068112368 139869093776002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27881472 140729517327494 140729517327665 140729517327665 140729517330383 0
[pid=31623/tid=31634] ppid=31621 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31623/task/31634/stat : 31634 (java) S 31621 31621 28069 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 15 0 229552775 14420930560 7660 33554432000 4194304 4196468 140729517320256 139868067059824 139869093776002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27881472 140729517327494 140729517327665 140729517327665 140729517330383 0
[pid=31623/tid=31635] ppid=31621 vsize=14082940 memory=140577414997632 CPUtime=0.01 cores=1,3,5,7
/proc/31623/task/31635/stat : 31635 (java) R 31621 31621 28069 0 -1 4202560 267 0 0 0 1 0 0 0 20 0 15 0 229552775 14420930560 7660 33554432000 4194304 4196468 140729517320256 139868066007280 139869072133494 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27881472 140729517327494 140729517327665 140729517327665 140729517330383 0
[pid=31623/tid=31636] ppid=31621 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31623/task/31636/stat : 31636 (java) S 31621 31621 28069 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 229552775 14420930560 7660 33554432000 4194304 4196468 140729517320256 139868064954976 139869093775061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27881472 140729517327494 140729517327665 140729517327665 140729517330383 0
[pid=31623/tid=31637] ppid=31621 vsize=14082940 memory=140577414997632 CPUtime=0 cores=1,3,5,7
/proc/31623/task/31637/stat : 31637 (java) S 31621 31621 28069 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 229552775 14420930560 7660 33554432000 4194304 4196468 140729517320256 139868063902512 139869093776002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27881472 140729517327494 140729517327665 140729517327665 140729517330383 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14196068 KiB
Current children cumulated memory: 31832 KiB

[startup+0.210906 s]*
/proc/loadavg: 1.89 1.92 1.95 5/221 31637
/proc/meminfo: memFree=8492832/32770624 swapFree=67108852/67108860
[pid=31621] ppid=31618 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/31621/stat : 31621 (xcsp3-exec) S 31618 31621 28069 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 229552769 115843072 363 33554432000 4194304 5098028 140729995435168 140729995433272 140656129798780 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 15663104 140729995437115 140729995437316 140729995437316 140729995440074 0
/proc/31621/statm: 28282 363 306 221 0 87 0
[pid=31623] ppid=31621 vsize=14082940 memory=42820 CPUtime=0.34 cores=1,3,5,7
/proc/31623/stat : 31623 (java) S 31621 31621 28069 0 -1 1077944320 8204 0 0 0 32 2 0 0 20 0 15 0 229552769 14420930560 10705 33554432000 4194304 4196468 140729517320256 140729517302800 139869093764855 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27881472 140729517327494 140729517327665 140729517327665 140729517330383 0
/proc/31623/statm: 3520735 10705 3175 1 0 3483012 0
[pid=31623/tid=31624] ppid=31621 vsize=14082940 memory=7883960649037381690 CPUtime=0.19 cores=1,3,5,7
/proc/31623/task/31624/stat : 31624 (java) R 31621 31621 28069 0 -1 4202560 5412 0 0 0 18 1 0 0 20 0 15 0 229552770 14420930560 10705 33554432000 4194304 4196468 140729517320256 139869097988840 139869086444077 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27881472 140729517327494 140729517327665 140729517327665 140729517330383 0
[pid=31623/tid=31625] ppid=31621 vsize=14082940 memory=14649 CPUtime=0 cores=1,3,5,7
/proc/31623/task/31625/stat : 31625 (java) S 31621 31621 28069 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 229552771 14420930560 10705 33554432000 4194304 4196468 140729517320256 139869046384912 139869093775061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27881472 140729517327494 140729517327665 140729517327665 140729517330383 0
[pid=31623/tid=31626] ppid=31621 vsize=14082940 memory=288370953566709376 CPUtime=0 cores=1,3,5,7
/proc/31623/task/31626/stat : 31626 (java) S 31621 31621 28069 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 229552771 14420930560 10705 33554432000 4194304 4196468 140729517320256 139869045332368 139869093775061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27881472 140729517327494 140729517327665 140729517327665 140729517330383 0
[pid=31623/tid=31627] ppid=31621 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31623/task/31627/stat : 31627 (java) S 31621 31621 28069 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 229552771 14420930560 10705 33554432000 4194304 4196468 140729517320256 139869044279824 139869093775061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27881472 140729517327494 140729517327665 140729517327665 140729517330383 0
[pid=31623/tid=31628] ppid=31621 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31623/task/31628/stat : 31628 (java) S 31621 31621 28069 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 229552771 14420930560 10705 33554432000 4194304 4196468 140729517320256 139869043227280 139869093775061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27881472 140729517327494 140729517327665 140729517327665 140729517330383 0
[pid=31623/tid=31629] ppid=31621 vsize=14082940 memory=140577414997632 CPUtime=0 cores=1,3,5,7
/proc/31623/task/31629/stat : 31629 (java) S 31621 31621 28069 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 229552772 14420930560 10705 33554432000 4194304 4196468 140729517320256 139868635101680 139869093776002 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27881472 140729517327494 140729517327665 140729517327665 140729517330383 0
[pid=31623/tid=31630] ppid=31621 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31623/task/31630/stat : 31630 (java) S 31621 31621 28069 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 229552772 14420930560 10705 33554432000 4194304 4196468 140729517320256 139868634047904 139869093775061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27881472 140729517327494 140729517327665 140729517327665 140729517330383 0
[pid=31623/tid=31631] ppid=31621 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31623/task/31631/stat : 31631 (java) S 31621 31621 28069 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 229552773 14420930560 10705 33554432000 4194304 4196468 140729517320256 139868632995312 139869093775061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27881472 140729517327494 140729517327665 140729517327665 140729517330383 0
[pid=31623/tid=31632] ppid=31621 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31623/task/31632/stat : 31632 (java) S 31621 31621 28069 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 229552775 14420930560 10705 33554432000 4194304 4196468 140729517320256 139868631943888 139869093783451 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27881472 140729517327494 140729517327665 140729517327665 140729517330383 0
[pid=31623/tid=31633] ppid=31621 vsize=14082940 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/31623/task/31633/stat : 31633 (java) S 31621 31621 28069 0 -1 1077944384 460 0 0 0 3 0 0 0 20 0 15 0 229552775 14420930560 10705 33554432000 4194304 4196468 140729517320256 139868068112368 139869093776002 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27881472 140729517327494 140729517327665 140729517327665 140729517330383 0
[pid=31623/tid=31634] ppid=31621 vsize=14082940 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/31623/task/31634/stat : 31634 (java) S 31621 31621 28069 0 -1 1077944384 214 0 0 0 1 0 0 0 20 0 15 0 229552775 14420930560 10705 33554432000 4194304 4196468 140729517320256 139868067059824 139869093776002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27881472 140729517327494 140729517327665 140729517327665 140729517330383 0
[pid=31623/tid=31635] ppid=31621 vsize=14082940 memory=140577414997632 CPUtime=0.08 cores=1,3,5,7
/proc/31623/task/31635/stat : 31635 (java) S 31621 31621 28069 0 -1 1077944384 810 0 0 0 8 0 0 0 20 0 15 0 229552775 14420930560 10705 33554432000 4194304 4196468 140729517320256 139868066007280 139869093776002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27881472 140729517327494 140729517327665 140729517327665 140729517330383 0
[pid=31623/tid=31636] ppid=31621 vsize=14082972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31623/task/31636/stat : 31636 (java) S 31621 31621 28069 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 229552775 14420963328 10705 33554432000 4194304 4196468 140729517320256 139868064954976 139869093775061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27881472 140729517327494 140729517327665 140729517327665 140729517330383 0
[pid=31623/tid=31637] ppid=31621 vsize=14082972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31623/task/31637/stat : 31637 (java) S 31621 31621 28069 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 229552775 14420963328 10705 33554432000 4194304 4196468 140729517320256 139868063902512 139869093776002 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27881472 140729517327494 140729517327665 140729517327665 140729517330383 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 14196068 KiB
Current children cumulated memory: 44272 KiB

[startup+0.310621 s]*
/proc/loadavg: 1.89 1.92 1.95 4/221 31637
/proc/meminfo: memFree=8485752/32770624 swapFree=67108852/67108860
[pid=31621] ppid=31618 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/31621/stat : 31621 (xcsp3-exec) S 31618 31621 28069 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 229552769 115843072 363 33554432000 4194304 5098028 140729995435168 140729995433272 140656129798780 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 15663104 140729995437115 140729995437316 140729995437316 140729995440074 0
/proc/31621/statm: 28282 363 306 221 0 87 0
[pid=31623] ppid=31621 vsize=14087196 memory=49952 CPUtime=0.53 cores=1,3,5,7
/proc/31623/stat : 31623 (java) S 31621 31621 28069 0 -1 1077944320 9148 0 0 0 50 3 0 0 20 0 15 0 229552769 14425288704 12488 33554432000 4194304 4196468 140729517320256 140729517302800 139869093764855 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27881472 140729517327494 140729517327665 140729517327665 140729517330383 0
/proc/31623/statm: 3521799 12488 3256 1 0 3483012 0
[pid=31623/tid=31624] ppid=31621 vsize=14087196 memory=7883960649037381690 CPUtime=0.29 cores=1,3,5,7
/proc/31623/task/31624/stat : 31624 (java) R 31621 31621 28069 0 -1 4202560 6117 0 0 0 27 2 0 0 20 0 15 0 229552770 14425288704 12488 33554432000 4194304 4196468 140729517320256 139869097998640 139869077845342 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27881472 140729517327494 140729517327665 140729517327665 140729517330383 0
[pid=31623/tid=31625] ppid=31621 vsize=14087196 memory=15011 CPUtime=0 cores=1,3,5,7
/proc/31623/task/31625/stat : 31625 (java) S 31621 31621 28069 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 229552771 14425288704 12488 33554432000 4194304 4196468 140729517320256 139869046384912 139869093775061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27881472 140729517327494 140729517327665 140729517327665 140729517330383 0
[pid=31623/tid=31626] ppid=31621 vsize=14087196 memory=288230376152906234 CPUtime=0 cores=1,3,5,7
/proc/31623/task/31626/stat : 31626 (java) S 31621 31621 28069 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 229552771 14425288704 12488 33554432000 4194304 4196468 140729517320256 139869045332368 139869093775061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27881472 140729517327494 140729517327665 140729517327665 140729517330383 0
[pid=31623/tid=31627] ppid=31621 vsize=14087196 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31623/task/31627/stat : 31627 (java) S 31621 31621 28069 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 229552771 14425288704 12488 33554432000 4194304 4196468 140729517320256 139869044279824 139869093775061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27881472 140729517327494 140729517327665 140729517327665 140729517330383 0
[pid=31623/tid=31628] ppid=31621 vsize=14087196 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31623/task/31628/stat : 31628 (java) S 31621 31621 28069 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 229552771 14425288704 12488 33554432000 4194304 4196468 140729517320256 139869043227280 139869093775061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27881472 140729517327494 140729517327665 140729517327665 140729517330383 0
[pid=31623/tid=31629] ppid=31621 vsize=14087196 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31623/task/31629/stat : 31629 (java) S 31621 31621 28069 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 229552772 14425288704 12488 33554432000 4194304 4196468 140729517320256 139868635101680 139869093776002 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27881472 140729517327494 140729517327665 140729517327665 140729517330383 0
[pid=31623/tid=31630] ppid=31621 vsize=14087196 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31623/task/31630/stat : 31630 (java) S 31621 31621 28069 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 229552772 14425288704 12488 33554432000 4194304 4196468 140729517320256 139868634047904 139869093775061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27881472 140729517327494 140729517327665 140729517327665 140729517330383 0
[pid=31623/tid=31631] ppid=31621 vsize=14087196 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31623/task/31631/stat : 31631 (java) S 31621 31621 28069 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 229552773 14425288704 12488 33554432000 4194304 4196468 140729517320256 139868632995312 139869093775061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27881472 140729517327494 140729517327665 140729517327665 140729517330383 0
[pid=31623/tid=31632] ppid=31621 vsize=14087196 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31623/task/31632/stat : 31632 (java) S 31621 31621 28069 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 229552775 14425288704 12488 33554432000 4194304 4196468 140729517320256 139868631943888 139869093783451 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27881472 140729517327494 140729517327665 140729517327665 140729517330383 0
[pid=31623/tid=31633] ppid=31621 vsize=14087196 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/31623/task/31633/stat : 31633 (java) S 31621 31621 28069 0 -1 1077944384 545 0 0 0 6 0 0 0 20 0 15 0 229552775 14425288704 12488 33554432000 4194304 4196468 140729517320256 139868068112368 139869093776002 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27881472 140729517327494 140729517327665 140729517327665 140729517330383 0
[pid=31623/tid=31634] ppid=31621 vsize=14087196 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/31623/task/31634/stat : 31634 (java) S 31621 31621 28069 0 -1 1077944384 225 0 0 0 3 0 0 0 20 0 15 0 229552775 14425288704 12488 33554432000 4194304 4196468 140729517320256 139868067059824 139869093776002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27881472 140729517327494 140729517327665 140729517327665 140729517330383 0
[pid=31623/tid=31635] ppid=31621 vsize=14087196 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/31623/task/31635/stat : 31635 (java) S 31621 31621 28069 0 -1 1077944384 955 0 0 0 12 0 0 0 20 0 15 0 229552775 14425288704 12488 33554432000 4194304 4196468 140729517320256 139868066007280 139869093776002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27881472 140729517327494 140729517327665 140729517327665 140729517330383 0
[pid=31623/tid=31636] ppid=31621 vsize=14087196 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31623/task/31636/stat : 31636 (java) S 31621 31621 28069 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 229552775 14425288704 12488 33554432000 4194304 4196468 140729517320256 139868064954976 139869093775061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27881472 140729517327494 140729517327665 140729517327665 140729517330383 0
[pid=31623/tid=31637] ppid=31621 vsize=14087196 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31623/task/31637/stat : 31637 (java) S 31621 31621 28069 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 229552775 14425288704 12488 33554432000 4194304 4196468 140729517320256 139868063902512 139869093776002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27881472 140729517327494 140729517327665 140729517327665 140729517330383 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 14200324 KiB
Current children cumulated memory: 51404 KiB

[startup+0.701427 s]
/proc/loadavg: 1.89 1.92 1.95 3/221 31637
/proc/meminfo: memFree=8469756/32770624 swapFree=67108852/67108860
[pid=31621] ppid=31618 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/31621/stat : 31621 (xcsp3-exec) S 31618 31621 28069 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 229552769 115843072 363 33554432000 4194304 5098028 140729995435168 140729995433272 140656129798780 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 15663104 140729995437115 140729995437316 140729995437316 140729995440074 0
/proc/31621/statm: 28282 363 306 221 0 87 0
[pid=31623] ppid=31621 vsize=14089320 memory=72072 CPUtime=1.6 cores=1,3,5,7
/proc/31623/stat : 31623 (java) S 31621 31621 28069 0 -1 1077944320 12246 0 0 0 156 4 0 0 20 0 15 0 229552769 14427463680 18018 33554432000 4194304 4196468 140729517320256 140729517302800 139869093764855 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27881472 140729517327494 140729517327665 140729517327665 140729517330383 0
/proc/31623/statm: 3522330 18018 3362 1 0 3483524 0
[pid=31623/tid=31624] ppid=31621 vsize=14089320 memory=18220 CPUtime=0.67 cores=1,3,5,7
/proc/31623/task/31624/stat : 31624 (java) R 31621 31621 28069 0 -1 4202560 6901 0 0 0 64 3 0 0 20 0 15 0 229552770 14427463680 18018 33554432000 4194304 4196468 140729517320256 139869098000240 139868713929741 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27881472 140729517327494 140729517327665 140729517327665 140729517330383 0
[pid=31623/tid=31625] ppid=31621 vsize=14089320 memory=1788 CPUtime=0 cores=1,3,5,7
/proc/31623/task/31625/stat : 31625 (java) S 31621 31621 28069 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 229552771 14427463680 18018 33554432000 4194304 4196468 140729517320256 139869046384912 139869093775061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27881472 140729517327494 140729517327665 140729517327665 140729517330383 0
[pid=31623/tid=31626] ppid=31621 vsize=14089320 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/31623/task/31626/stat : 31626 (java) S 31621 31621 28069 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 229552771 14427463680 18018 33554432000 4194304 4196468 140729517320256 139869045332368 139869093775061 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27881472 140729517327494 140729517327665 140729517327665 140729517330383 0
[pid=31623/tid=31627] ppid=31621 vsize=14089320 memory=644 CPUtime=0 cores=1,3,5,7
/proc/31623/task/31627/stat : 31627 (java) S 31621 31621 28069 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 229552771 14427463680 18018 33554432000 4194304 4196468 140729517320256 139869044279824 139869093775061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27881472 140729517327494 140729517327665 140729517327665 140729517330383 0
[pid=31623/tid=31628] ppid=31621 vsize=14089320 memory=952 CPUtime=0 cores=1,3,5,7
/proc/31623/task/31628/stat : 31628 (java) S 31621 31621 28069 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 229552771 14427463680 18018 33554432000 4194304 4196468 140729517320256 139869043227280 139869093775061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27881472 140729517327494 140729517327665 140729517327665 140729517330383 0
[pid=31623/tid=31629] ppid=31621 vsize=14089320 memory=2416 CPUtime=0 cores=1,3,5,7
/proc/31623/task/31629/stat : 31629 (java) S 31621 31621 28069 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 229552772 14427463680 18018 33554432000 4194304 4196468 140729517320256 139868635101680 139869093776002 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27881472 140729517327494 140729517327665 140729517327665 140729517330383 0
[pid=31623/tid=31630] ppid=31621 vsize=14089320 memory=1536 CPUtime=0 cores=1,3,5,7
/proc/31623/task/31630/stat : 31630 (java) S 31621 31621 28069 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 229552772 14427463680 18018 33554432000 4194304 4196468 140729517320256 139868634047904 139869093775061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27881472 140729517327494 140729517327665 140729517327665 140729517330383 0
[pid=31623/tid=31631] ppid=31621 vsize=14089320 memory=928 CPUtime=0 cores=1,3,5,7
/proc/31623/task/31631/stat : 31631 (java) S 31621 31621 28069 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 229552773 14427463680 18018 33554432000 4194304 4196468 140729517320256 139868632995312 139869093775061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27881472 140729517327494 140729517327665 140729517327665 140729517330383 0
[pid=31623/tid=31632] ppid=31621 vsize=14089320 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/31623/task/31632/stat : 31632 (java) S 31621 31621 28069 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 229552775 14427463680 18018 33554432000 4194304 4196468 140729517320256 139868631943888 139869093783451 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27881472 140729517327494 140729517327665 140729517327665 140729517330383 0
[pid=31623/tid=31633] ppid=31621 vsize=14089320 memory=4132 CPUtime=0.31 cores=1,3,5,7
/proc/31623/task/31633/stat : 31633 (java) R 31621 31621 28069 0 -1 4202560 1219 0 0 0 31 0 0 0 20 0 15 0 229552775 14427463680 18018 33554432000 4194304 4196468 140729517320256 139868068098392 139869071384800 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27881472 140729517327494 140729517327665 140729517327665 140729517330383 0
[pid=31623/tid=31634] ppid=31621 vsize=14089320 memory=2192 CPUtime=0.28 cores=1,3,5,7
/proc/31623/task/31634/stat : 31634 (java) R 31621 31621 28069 0 -1 4202560 1153 0 0 0 28 0 0 0 20 0 15 0 229552775 14427463680 18018 33554432000 4194304 4196468 140729517320256 139868067045704 139869078877220 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27881472 140729517327494 140729517327665 140729517327665 140729517330383 0
[pid=31623/tid=31635] ppid=31621 vsize=14089320 memory=7528 CPUtime=0.31 cores=1,3,5,7
/proc/31623/task/31635/stat : 31635 (java) S 31621 31621 28069 0 -1 1077944384 1665 0 0 0 31 0 0 0 20 0 15 0 229552775 14427463680 18018 33554432000 4194304 4196468 140729517320256 139868066007280 139869093776002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27881472 140729517327494 140729517327665 140729517327665 140729517330383 0
[pid=31623/tid=31636] ppid=31621 vsize=14089320 memory=828 CPUtime=0 cores=1,3,5,7
/proc/31623/task/31636/stat : 31636 (java) S 31621 31621 28069 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 229552775 14427463680 18018 33554432000 4194304 4196468 140729517320256 139868064954976 139869093775061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27881472 140729517327494 140729517327665 140729517327665 140729517330383 0
[pid=31623/tid=31637] ppid=31621 vsize=14089320 memory=1692 CPUtime=0 cores=1,3,5,7
/proc/31623/task/31637/stat : 31637 (java) S 31621 31621 28069 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 229552775 14427463680 18018 33554432000 4194304 4196468 140729517320256 139868063902512 139869093776002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27881472 140729517327494 140729517327665 140729517327665 140729517330383 0
Current children cumulated CPU time: 1.6 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 73524 KiB

[startup+1.50089 s]
/proc/loadavg: 1.89 1.92 1.95 5/221 31637
/proc/meminfo: memFree=8456672/32770624 swapFree=67108852/67108860
[pid=31621] ppid=31618 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/31621/stat : 31621 (xcsp3-exec) S 31618 31621 28069 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 229552769 115843072 363 33554432000 4194304 5098028 140729995435168 140729995433272 140656129798780 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 15663104 140729995437115 140729995437316 140729995437316 140729995440074 0
/proc/31621/statm: 28282 363 306 221 0 87 0

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

/proc/31621/stat : 31621 (xcsp3-exec) S 31618 31621 28069 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 229552769 115843072 363 33554432000 4194304 5098028 140729995435168 140729995433272 140656129798780 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 15663104 140729995437115 140729995437316 140729995437316 140729995440074 0
/proc/31621/statm: 28282 363 306 221 0 87 0
[pid=31623] ppid=31621 vsize=14089320 memory=206148 CPUtime=132.55 cores=1,3,5,7
/proc/31623/stat : 31623 (java) S 31621 31621 28069 0 -1 1077944320 44343 0 0 0 13240 15 0 0 20 0 15 0 229552769 14427463680 51537 33554432000 4194304 4196468 140729517320256 140729517302800 139869093764855 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27881472 140729517327494 140729517327665 140729517327665 140729517330383 0
/proc/31623/statm: 3522330 51537 3413 1 0 3483524 0
[pid=31623/tid=31624] ppid=31621 vsize=14089320 memory=4096 CPUtime=127.93 cores=1,3,5,7
/proc/31623/task/31624/stat : 31624 (java) R 31621 31621 28069 0 -1 4202560 10883 0 0 0 12787 6 0 0 20 0 15 0 229552770 14427463680 51537 33554432000 4194304 4196468 140729517320256 139869098001968 139868719396577 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27881472 140729517327494 140729517327665 140729517327665 140729517330383 0
[pid=31623/tid=31625] ppid=31621 vsize=14089320 memory=1404 CPUtime=0.01 cores=1,3,5,7
/proc/31623/task/31625/stat : 31625 (java) S 31621 31621 28069 0 -1 1077944384 541 0 0 0 1 0 0 0 20 0 15 0 229552771 14427463680 51537 33554432000 4194304 4196468 140729517320256 139869046384912 139869093775061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27881472 140729517327494 140729517327665 140729517327665 140729517330383 0
[pid=31623/tid=31626] ppid=31621 vsize=14089320 memory=2940 CPUtime=0.02 cores=1,3,5,7
/proc/31623/task/31626/stat : 31626 (java) S 31621 31621 28069 0 -1 1077944384 718 0 0 0 1 1 0 0 20 0 15 0 229552771 14427463680 51537 33554432000 4194304 4196468 140729517320256 139869045332368 139869093775061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27881472 140729517327494 140729517327665 140729517327665 140729517330383 0
[pid=31623/tid=31627] ppid=31621 vsize=14089320 memory=6791534058613427641 CPUtime=0.02 cores=1,3,5,7
/proc/31623/task/31627/stat : 31627 (java) S 31621 31621 28069 0 -1 1077944384 602 0 0 0 1 1 0 0 20 0 15 0 229552771 14427463680 51537 33554432000 4194304 4196468 140729517320256 139869044279824 139869093775061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27881472 140729517327494 140729517327665 140729517327665 140729517330383 0
[pid=31623/tid=31628] ppid=31621 vsize=14089320 memory=1444 CPUtime=0.01 cores=1,3,5,7
/proc/31623/task/31628/stat : 31628 (java) S 31621 31621 28069 0 -1 1077944384 1643 0 0 0 1 0 0 0 20 0 15 0 229552771 14427463680 51537 33554432000 4194304 4196468 140729517320256 139869043227280 139869093775061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27881472 140729517327494 140729517327665 140729517327665 140729517330383 0
[pid=31623/tid=31629] ppid=31621 vsize=14089320 memory=6791534058613427641 CPUtime=0.01 cores=1,3,5,7
/proc/31623/task/31629/stat : 31629 (java) S 31621 31621 28069 0 -1 1077944384 1242 0 0 0 1 0 0 0 20 0 15 0 229552772 14427463680 51537 33554432000 4194304 4196468 140729517320256 139868635101680 139869093776002 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 21 0 0 6293624 6294260 27881472 140729517327494 140729517327665 140729517327665 140729517330383 0
[pid=31623/tid=31630] ppid=31621 vsize=14089320 memory=288230596050944315 CPUtime=0 cores=1,3,5,7
/proc/31623/task/31630/stat : 31630 (java) S 31621 31621 28069 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 229552772 14427463680 51537 33554432000 4194304 4196468 140729517320256 139868634047904 139869093775061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27881472 140729517327494 140729517327665 140729517327665 140729517330383 0
[pid=31623/tid=31631] ppid=31621 vsize=14089320 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/31623/task/31631/stat : 31631 (java) S 31621 31621 28069 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 229552773 14427463680 51537 33554432000 4194304 4196468 140729517320256 139868632995312 139869093775061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27881472 140729517327494 140729517327665 140729517327665 140729517330383 0
[pid=31623/tid=31632] ppid=31621 vsize=14089320 memory=211276 CPUtime=0 cores=1,3,5,7
/proc/31623/task/31632/stat : 31632 (java) S 31621 31621 28069 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 229552775 14427463680 51537 33554432000 4194304 4196468 140729517320256 139868631943888 139869093783451 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27881472 140729517327494 140729517327665 140729517327665 140729517330383 0
[pid=31623/tid=31633] ppid=31621 vsize=14089320 memory=6791534058613427641 CPUtime=2.09 cores=1,3,5,7
/proc/31623/task/31633/stat : 31633 (java) S 31621 31621 28069 0 -1 1077944384 11172 0 0 0 208 1 0 0 20 0 15 0 229552775 14427463680 51537 33554432000 4194304 4196468 140729517320256 139868068112368 139869093776002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27881472 140729517327494 140729517327665 140729517327665 140729517330383 0
[pid=31623/tid=31634] ppid=31621 vsize=14089320 memory=211276 CPUtime=1.88 cores=1,3,5,7
/proc/31623/task/31634/stat : 31634 (java) S 31621 31621 28069 0 -1 1077944384 8975 0 0 0 188 0 0 0 20 0 15 0 229552775 14427463680 51537 33554432000 4194304 4196468 140729517320256 139868067059824 139869093776002 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 19 0 0 6293624 6294260 27881472 140729517327494 140729517327665 140729517327665 140729517330383 0
[pid=31623/tid=31635] ppid=31621 vsize=14089320 memory=5772 CPUtime=0.47 cores=1,3,5,7
/proc/31623/task/31635/stat : 31635 (java) S 31621 31621 28069 0 -1 1077944384 6139 0 0 0 46 1 0 0 20 0 15 0 229552775 14427463680 51537 33554432000 4194304 4196468 140729517320256 139868066007280 139869093776002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 16 0 0 6293624 6294260 27881472 140729517327494 140729517327665 140729517327665 140729517330383 0
[pid=31623/tid=31636] ppid=31621 vsize=14089320 memory=1444 CPUtime=0 cores=1,3,5,7
/proc/31623/task/31636/stat : 31636 (java) S 31621 31621 28069 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 229552775 14427463680 51537 33554432000 4194304 4196468 140729517320256 139868064954976 139869093775061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27881472 140729517327494 140729517327665 140729517327665 140729517330383 0
[pid=31623/tid=31637] ppid=31621 vsize=14089320 memory=1444 CPUtime=0.02 cores=1,3,5,7
/proc/31623/task/31637/stat : 31637 (java) S 31621 31621 28069 0 -1 1077944384 1063 0 0 0 1 1 0 0 20 0 15 0 229552775 14427463680 51537 33554432000 4194304 4196468 140729517320256 139868063902512 139869093776002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 25 0 0 6293624 6294260 27881472 140729517327494 140729517327665 140729517327665 140729517330383 0
Current children cumulated CPU time: 132.55 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 207600 KiB

[startup+129.601 s]
/proc/loadavg: 1.79 1.88 1.93 3/221 31954
/proc/meminfo: memFree=16739632/32770624 swapFree=67108852/67108860
[pid=31621] ppid=31618 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/31621/stat : 31621 (xcsp3-exec) S 31618 31621 28069 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 229552769 115843072 363 33554432000 4194304 5098028 140729995435168 140729995433272 140656129798780 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 15663104 140729995437115 140729995437316 140729995437316 140729995440074 0
/proc/31621/statm: 28282 363 306 221 0 87 0
[pid=31623] ppid=31621 vsize=14089320 memory=206148 CPUtime=134.14 cores=1,3,5,7
/proc/31623/stat : 31623 (java) S 31621 31621 28069 0 -1 1077944320 44344 0 0 0 13399 15 0 0 20 0 15 0 229552769 14427463680 51537 33554432000 4194304 4196468 140729517320256 140729517302800 139869093764855 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27881472 140729517327494 140729517327665 140729517327665 140729517330383 0
/proc/31623/statm: 3522330 51537 3413 1 0 3483524 0
[pid=31623/tid=31624] ppid=31621 vsize=14089320 memory=211276 CPUtime=129.52 cores=1,3,5,7
/proc/31623/task/31624/stat : 31624 (java) R 31621 31621 28069 0 -1 4202560 10884 0 0 0 12946 6 0 0 20 0 15 0 229552770 14427463680 51537 33554432000 4194304 4196468 140729517320256 139869098001856 139868717845398 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27881472 140729517327494 140729517327665 140729517327665 140729517330383 0
[pid=31623/tid=31625] ppid=31621 vsize=14089320 memory=644 CPUtime=0.01 cores=1,3,5,7
/proc/31623/task/31625/stat : 31625 (java) S 31621 31621 28069 0 -1 1077944384 541 0 0 0 1 0 0 0 20 0 15 0 229552771 14427463680 51537 33554432000 4194304 4196468 140729517320256 139869046384912 139869093775061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27881472 140729517327494 140729517327665 140729517327665 140729517330383 0
[pid=31623/tid=31626] ppid=31621 vsize=14089320 memory=1452 CPUtime=0.02 cores=1,3,5,7
/proc/31623/task/31626/stat : 31626 (java) S 31621 31621 28069 0 -1 1077944384 718 0 0 0 1 1 0 0 20 0 15 0 229552771 14427463680 51537 33554432000 4194304 4196468 140729517320256 139869045332368 139869093775061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27881472 140729517327494 140729517327665 140729517327665 140729517330383 0
[pid=31623/tid=31627] ppid=31621 vsize=14089320 memory=6791534058613427641 CPUtime=0.02 cores=1,3,5,7
/proc/31623/task/31627/stat : 31627 (java) S 31621 31621 28069 0 -1 1077944384 602 0 0 0 1 1 0 0 20 0 15 0 229552771 14427463680 51537 33554432000 4194304 4196468 140729517320256 139869044279824 139869093775061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27881472 140729517327494 140729517327665 140729517327665 140729517330383 0
[pid=31623/tid=31628] ppid=31621 vsize=14089320 memory=4096 CPUtime=0.01 cores=1,3,5,7
/proc/31623/task/31628/stat : 31628 (java) S 31621 31621 28069 0 -1 1077944384 1643 0 0 0 1 0 0 0 20 0 15 0 229552771 14427463680 51537 33554432000 4194304 4196468 140729517320256 139869043227280 139869093775061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27881472 140729517327494 140729517327665 140729517327665 140729517330383 0
[pid=31623/tid=31629] ppid=31621 vsize=14089320 memory=1404 CPUtime=0.01 cores=1,3,5,7
/proc/31623/task/31629/stat : 31629 (java) S 31621 31621 28069 0 -1 1077944384 1242 0 0 0 1 0 0 0 20 0 15 0 229552772 14427463680 51537 33554432000 4194304 4196468 140729517320256 139868635101680 139869093776002 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 21 0 0 6293624 6294260 27881472 140729517327494 140729517327665 140729517327665 140729517330383 0
[pid=31623/tid=31630] ppid=31621 vsize=14089320 memory=2940 CPUtime=0 cores=1,3,5,7
/proc/31623/task/31630/stat : 31630 (java) S 31621 31621 28069 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 229552772 14427463680 51537 33554432000 4194304 4196468 140729517320256 139868634047904 139869093775061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27881472 140729517327494 140729517327665 140729517327665 140729517330383 0
[pid=31623/tid=31631] ppid=31621 vsize=14089320 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/31623/task/31631/stat : 31631 (java) S 31621 31621 28069 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 229552773 14427463680 51537 33554432000 4194304 4196468 140729517320256 139868632995312 139869093775061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27881472 140729517327494 140729517327665 140729517327665 140729517330383 0
[pid=31623/tid=31632] ppid=31621 vsize=14089320 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/31623/task/31632/stat : 31632 (java) S 31621 31621 28069 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 229552775 14427463680 51537 33554432000 4194304 4196468 140729517320256 139868631943888 139869093783451 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27881472 140729517327494 140729517327665 140729517327665 140729517330383 0
[pid=31623/tid=31633] ppid=31621 vsize=14089320 memory=1712 CPUtime=2.09 cores=1,3,5,7
/proc/31623/task/31633/stat : 31633 (java) S 31621 31621 28069 0 -1 1077944384 11172 0 0 0 208 1 0 0 20 0 15 0 229552775 14427463680 51537 33554432000 4194304 4196468 140729517320256 139868068112368 139869093776002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27881472 140729517327494 140729517327665 140729517327665 140729517330383 0
[pid=31623/tid=31634] ppid=31621 vsize=14089320 memory=8812 CPUtime=1.88 cores=1,3,5,7
/proc/31623/task/31634/stat : 31634 (java) S 31621 31621 28069 0 -1 1077944384 8975 0 0 0 188 0 0 0 20 0 15 0 229552775 14427463680 51537 33554432000 4194304 4196468 140729517320256 139868067059824 139869093776002 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 19 0 0 6293624 6294260 27881472 140729517327494 140729517327665 140729517327665 140729517330383 0
[pid=31623/tid=31635] ppid=31621 vsize=14089320 memory=4576 CPUtime=0.47 cores=1,3,5,7
/proc/31623/task/31635/stat : 31635 (java) S 31621 31621 28069 0 -1 1077944384 6139 0 0 0 46 1 0 0 20 0 15 0 229552775 14427463680 51537 33554432000 4194304 4196468 140729517320256 139868066007280 139869093776002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 16 0 0 6293624 6294260 27881472 140729517327494 140729517327665 140729517327665 140729517330383 0
[pid=31623/tid=31636] ppid=31621 vsize=14089320 memory=15868 CPUtime=0 cores=1,3,5,7
/proc/31623/task/31636/stat : 31636 (java) S 31621 31621 28069 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 229552775 14427463680 51537 33554432000 4194304 4196468 140729517320256 139868064954976 139869093775061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27881472 140729517327494 140729517327665 140729517327665 140729517330383 0
[pid=31623/tid=31637] ppid=31621 vsize=14089320 memory=4012 CPUtime=0.02 cores=1,3,5,7
/proc/31623/task/31637/stat : 31637 (java) S 31621 31621 28069 0 -1 1077944384 1063 0 0 0 1 1 0 0 20 0 15 0 229552775 14427463680 51537 33554432000 4194304 4196468 140729517320256 139868063902512 139869093776002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 25 0 0 6293624 6294260 27881472 140729517327494 140729517327665 140729517327665 140729517330383 0
Current children cumulated CPU time: 134.14 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 207600 KiB

[startup+130.001 s]*
/proc/loadavg: 1.79 1.88 1.93 3/221 31954
/proc/meminfo: memFree=16739384/32770624 swapFree=67108852/67108860
[pid=31621] ppid=31618 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/31621/stat : 31621 (xcsp3-exec) S 31618 31621 28069 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 229552769 115843072 363 33554432000 4194304 5098028 140729995435168 140729995433272 140656129798780 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 15663104 140729995437115 140729995437316 140729995437316 140729995440074 0
/proc/31621/statm: 28282 363 306 221 0 87 0
[pid=31623] ppid=31621 vsize=14089320 memory=206148 CPUtime=134.55 cores=1,3,5,7
/proc/31623/stat : 31623 (java) S 31621 31621 28069 0 -1 1077944320 44347 0 0 0 13440 15 0 0 20 0 15 0 229552769 14427463680 51537 33554432000 4194304 4196468 140729517320256 140729517302800 139869093764855 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27881472 140729517327494 140729517327665 140729517327665 140729517330383 0
/proc/31623/statm: 3522330 51537 3413 1 0 3483524 0
[pid=31623/tid=31624] ppid=31621 vsize=14089320 memory=6791534058613427641 CPUtime=129.93 cores=1,3,5,7
/proc/31623/task/31624/stat : 31624 (java) R 31621 31621 28069 0 -1 4202560 10887 0 0 0 12987 6 0 0 20 0 15 0 229552770 14427463680 51537 33554432000 4194304 4196468 140729517320256 139869098001856 139868717716058 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27881472 140729517327494 140729517327665 140729517327665 140729517330383 0
[pid=31623/tid=31625] ppid=31621 vsize=14089320 memory=952 CPUtime=0.01 cores=1,3,5,7
/proc/31623/task/31625/stat : 31625 (java) S 31621 31621 28069 0 -1 1077944384 541 0 0 0 1 0 0 0 20 0 15 0 229552771 14427463680 51537 33554432000 4194304 4196468 140729517320256 139869046384912 139869093775061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27881472 140729517327494 140729517327665 140729517327665 140729517330383 0
[pid=31623/tid=31626] ppid=31621 vsize=14089320 memory=1452 CPUtime=0.02 cores=1,3,5,7
/proc/31623/task/31626/stat : 31626 (java) S 31621 31621 28069 0 -1 1077944384 718 0 0 0 1 1 0 0 20 0 15 0 229552771 14427463680 51537 33554432000 4194304 4196468 140729517320256 139869045332368 139869093775061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27881472 140729517327494 140729517327665 140729517327665 140729517330383 0
[pid=31623/tid=31627] ppid=31621 vsize=14089320 memory=211276 CPUtime=0.02 cores=1,3,5,7
/proc/31623/task/31627/stat : 31627 (java) S 31621 31621 28069 0 -1 1077944384 602 0 0 0 1 1 0 0 20 0 15 0 229552771 14427463680 51537 33554432000 4194304 4196468 140729517320256 139869044279824 139869093775061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27881472 140729517327494 140729517327665 140729517327665 140729517330383 0
[pid=31623/tid=31628] ppid=31621 vsize=14089320 memory=199264 CPUtime=0.01 cores=1,3,5,7
/proc/31623/task/31628/stat : 31628 (java) S 31621 31621 28069 0 -1 1077944384 1643 0 0 0 1 0 0 0 20 0 15 0 229552771 14427463680 51537 33554432000 4194304 4196468 140729517320256 139869043227280 139869093775061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27881472 140729517327494 140729517327665 140729517327665 140729517330383 0
[pid=31623/tid=31629] ppid=31621 vsize=14089320 memory=1452 CPUtime=0.01 cores=1,3,5,7
/proc/31623/task/31629/stat : 31629 (java) S 31621 31621 28069 0 -1 1077944384 1242 0 0 0 1 0 0 0 20 0 15 0 229552772 14427463680 51537 33554432000 4194304 4196468 140729517320256 139868635101680 139869093776002 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 21 0 0 6293624 6294260 27881472 140729517327494 140729517327665 140729517327665 140729517330383 0
[pid=31623/tid=31630] ppid=31621 vsize=14089320 memory=206148 CPUtime=0 cores=1,3,5,7
/proc/31623/task/31630/stat : 31630 (java) S 31621 31621 28069 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 229552772 14427463680 51537 33554432000 4194304 4196468 140729517320256 139868634047904 139869093775061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27881472 140729517327494 140729517327665 140729517327665 140729517330383 0
[pid=31623/tid=31631] ppid=31621 vsize=14089320 memory=1408 CPUtime=0 cores=1,3,5,7
/proc/31623/task/31631/stat : 31631 (java) S 31621 31621 28069 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 229552773 14427463680 51537 33554432000 4194304 4196468 140729517320256 139868632995312 139869093775061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27881472 140729517327494 140729517327665 140729517327665 140729517330383 0
[pid=31623/tid=31632] ppid=31621 vsize=14089320 memory=2784 CPUtime=0 cores=1,3,5,7
/proc/31623/task/31632/stat : 31632 (java) S 31621 31621 28069 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 229552775 14427463680 51537 33554432000 4194304 4196468 140729517320256 139868631943888 139869093783451 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27881472 140729517327494 140729517327665 140729517327665 140729517330383 0
[pid=31623/tid=31633] ppid=31621 vsize=14089320 memory=1452 CPUtime=2.09 cores=1,3,5,7
/proc/31623/task/31633/stat : 31633 (java) S 31621 31621 28069 0 -1 1077944384 11172 0 0 0 208 1 0 0 20 0 15 0 229552775 14427463680 51537 33554432000 4194304 4196468 140729517320256 139868068112368 139869093776002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27881472 140729517327494 140729517327665 140729517327665 140729517330383 0
[pid=31623/tid=31634] ppid=31621 vsize=14089320 memory=1452 CPUtime=1.88 cores=1,3,5,7
/proc/31623/task/31634/stat : 31634 (java) S 31621 31621 28069 0 -1 1077944384 8975 0 0 0 188 0 0 0 20 0 15 0 229552775 14427463680 51537 33554432000 4194304 4196468 140729517320256 139868067059824 139869093776002 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 19 0 0 6293624 6294260 27881472 140729517327494 140729517327665 140729517327665 140729517330383 0
[pid=31623/tid=31635] ppid=31621 vsize=14089320 memory=211276 CPUtime=0.47 cores=1,3,5,7
/proc/31623/task/31635/stat : 31635 (java) S 31621 31621 28069 0 -1 1077944384 6139 0 0 0 46 1 0 0 20 0 15 0 229552775 14427463680 51537 33554432000 4194304 4196468 140729517320256 139868066007280 139869093776002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 16 0 0 6293624 6294260 27881472 140729517327494 140729517327665 140729517327665 140729517330383 0
[pid=31623/tid=31636] ppid=31621 vsize=14089320 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/31623/task/31636/stat : 31636 (java) S 31621 31621 28069 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 229552775 14427463680 51537 33554432000 4194304 4196468 140729517320256 139868064954976 139869093775061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27881472 140729517327494 140729517327665 140729517327665 140729517330383 0
[pid=31623/tid=31637] ppid=31621 vsize=14089320 memory=211276 CPUtime=0.02 cores=1,3,5,7
/proc/31623/task/31637/stat : 31637 (java) S 31621 31621 28069 0 -1 1077944384 1063 0 0 0 1 1 0 0 20 0 15 0 229552775 14427463680 51537 33554432000 4194304 4196468 140729517320256 139868063902512 139869093776002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 25 0 0 6293624 6294260 27881472 140729517327494 140729517327665 140729517327665 140729517330383 0
Current children cumulated CPU time: 134.55 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 207600 KiB

[startup+130.201 s]
/proc/loadavg: 1.79 1.88 1.93 3/221 31954
/proc/meminfo: memFree=16739384/32770624 swapFree=67108852/67108860
[pid=31621] ppid=31618 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/31621/stat : 31621 (xcsp3-exec) S 31618 31621 28069 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 229552769 115843072 363 33554432000 4194304 5098028 140729995435168 140729995433272 140656129798780 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 15663104 140729995437115 140729995437316 140729995437316 140729995440074 0
/proc/31621/statm: 28282 363 306 221 0 87 0
[pid=31623] ppid=31621 vsize=14089320 memory=206148 CPUtime=134.74 cores=1,3,5,7
/proc/31623/stat : 31623 (java) S 31621 31621 28069 0 -1 1077944320 44347 0 0 0 13459 15 0 0 20 0 15 0 229552769 14427463680 51537 33554432000 4194304 4196468 140729517320256 140729517302800 139869093764855 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27881472 140729517327494 140729517327665 140729517327665 140729517330383 0
/proc/31623/statm: 3522330 51537 3413 1 0 3483524 0
[pid=31623/tid=31624] ppid=31621 vsize=14089320 memory=14972265422916166 CPUtime=130.12 cores=1,3,5,7
/proc/31623/task/31624/stat : 31624 (java) R 31621 31621 28069 0 -1 4202560 10887 0 0 0 13006 6 0 0 20 0 15 0 229552770 14427463680 51537 33554432000 4194304 4196468 140729517320256 139869098001856 139868719692477 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27881472 140729517327494 140729517327665 140729517327665 140729517330383 0
[pid=31623/tid=31625] ppid=31621 vsize=14089320 memory=301794158560007858 CPUtime=0.01 cores=1,3,5,7
/proc/31623/task/31625/stat : 31625 (java) S 31621 31621 28069 0 -1 1077944384 541 0 0 0 1 0 0 0 20 0 15 0 229552771 14427463680 51537 33554432000 4194304 4196468 140729517320256 139869046384912 139869093775061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27881472 140729517327494 140729517327665 140729517327665 140729517330383 0
[pid=31623/tid=31626] ppid=31621 vsize=14089320 memory=2192 CPUtime=0.02 cores=1,3,5,7
/proc/31623/task/31626/stat : 31626 (java) S 31621 31621 28069 0 -1 1077944384 718 0 0 0 1 1 0 0 20 0 15 0 229552771 14427463680 51537 33554432000 4194304 4196468 140729517320256 139869045332368 139869093775061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27881472 140729517327494 140729517327665 140729517327665 140729517330383 0
[pid=31623/tid=31627] ppid=31621 vsize=14089320 memory=7528 CPUtime=0.02 cores=1,3,5,7
/proc/31623/task/31627/stat : 31627 (java) S 31621 31621 28069 0 -1 1077944384 602 0 0 0 1 1 0 0 20 0 15 0 229552771 14427463680 51537 33554432000 4194304 4196468 140729517320256 139869044279824 139869093775061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27881472 140729517327494 140729517327665 140729517327665 140729517330383 0
[pid=31623/tid=31628] ppid=31621 vsize=14089320 memory=828 CPUtime=0.01 cores=1,3,5,7
/proc/31623/task/31628/stat : 31628 (java) S 31621 31621 28069 0 -1 1077944384 1643 0 0 0 1 0 0 0 20 0 15 0 229552771 14427463680 51537 33554432000 4194304 4196468 140729517320256 139869043227280 139869093775061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27881472 140729517327494 140729517327665 140729517327665 140729517330383 0
[pid=31623/tid=31629] ppid=31621 vsize=14089320 memory=1692 CPUtime=0.01 cores=1,3,5,7
/proc/31623/task/31629/stat : 31629 (java) S 31621 31621 28069 0 -1 1077944384 1242 0 0 0 1 0 0 0 20 0 15 0 229552772 14427463680 51537 33554432000 4194304 4196468 140729517320256 139868635101680 139869093776002 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 21 0 0 6293624 6294260 27881472 140729517327494 140729517327665 140729517327665 140729517330383 0
[pid=31623/tid=31630] ppid=31621 vsize=14089320 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/31623/task/31630/stat : 31630 (java) S 31621 31621 28069 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 229552772 14427463680 51537 33554432000 4194304 4196468 140729517320256 139868634047904 139869093775061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27881472 140729517327494 140729517327665 140729517327665 140729517330383 0
[pid=31623/tid=31631] ppid=31621 vsize=14089320 memory=3848 CPUtime=0 cores=1,3,5,7
/proc/31623/task/31631/stat : 31631 (java) S 31621 31621 28069 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 229552773 14427463680 51537 33554432000 4194304 4196468 140729517320256 139868632995312 139869093775061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27881472 140729517327494 140729517327665 140729517327665 140729517330383 0
[pid=31623/tid=31632] ppid=31621 vsize=14089320 memory=2664 CPUtime=0 cores=1,3,5,7
/proc/31623/task/31632/stat : 31632 (java) S 31621 31621 28069 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 229552775 14427463680 51537 33554432000 4194304 4196468 140729517320256 139868631943888 139869093783451 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27881472 140729517327494 140729517327665 140729517327665 140729517330383 0
[pid=31623/tid=31633] ppid=31621 vsize=14089320 memory=2856 CPUtime=2.09 cores=1,3,5,7
/proc/31623/task/31633/stat : 31633 (java) S 31621 31621 28069 0 -1 1077944384 11172 0 0 0 208 1 0 0 20 0 15 0 229552775 14427463680 51537 33554432000 4194304 4196468 140729517320256 139868068112368 139869093776002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27881472 140729517327494 140729517327665 140729517327665 140729517330383 0
[pid=31623/tid=31634] ppid=31621 vsize=14089320 memory=4096 CPUtime=1.88 cores=1,3,5,7
/proc/31623/task/31634/stat : 31634 (java) S 31621 31621 28069 0 -1 1077944384 8975 0 0 0 188 0 0 0 20 0 15 0 229552775 14427463680 51537 33554432000 4194304 4196468 140729517320256 139868067059824 139869093776002 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 19 0 0 6293624 6294260 27881472 140729517327494 140729517327665 140729517327665 140729517330383 0
[pid=31623/tid=31635] ppid=31621 vsize=14089320 memory=1404 CPUtime=0.47 cores=1,3,5,7
/proc/31623/task/31635/stat : 31635 (java) S 31621 31621 28069 0 -1 1077944384 6139 0 0 0 46 1 0 0 20 0 15 0 229552775 14427463680 51537 33554432000 4194304 4196468 140729517320256 139868066007280 139869093776002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 16 0 0 6293624 6294260 27881472 140729517327494 140729517327665 140729517327665 140729517330383 0
[pid=31623/tid=31636] ppid=31621 vsize=14089320 memory=2940 CPUtime=0 cores=1,3,5,7
/proc/31623/task/31636/stat : 31636 (java) S 31621 31621 28069 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 229552775 14427463680 51537 33554432000 4194304 4196468 140729517320256 139868064954976 139869093775061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27881472 140729517327494 140729517327665 140729517327665 140729517330383 0
[pid=31623/tid=31637] ppid=31621 vsize=14089320 memory=19763 CPUtime=0.02 cores=1,3,5,7
/proc/31623/task/31637/stat : 31637 (java) S 31621 31621 28069 0 -1 1077944384 1063 0 0 0 1 1 0 0 20 0 15 0 229552775 14427463680 51537 33554432000 4194304 4196468 140729517320256 139868063902512 139869093776002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 25 0 0 6293624 6294260 27881472 140729517327494 140729517327665 140729517327665 140729517330383 0
Current children cumulated CPU time: 134.74 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 207600 KiB

Child status: 0
Real time (s): 130.288
CPU time (s): 134.841
CPU user time (s): 134.677
CPU system time (s): 0.163266
CPU usage (%): 103.494
Max. virtual memory (cumulated for all children) (KiB): 14202448
Max. memory (cumulated for all children) (KiB): 216296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 134.677
system time used= 0.163266
maximum resident set size= 217412
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45698
page faults= 0
swaps= 0
block input operations= 0
block output operations= 272
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5258
involuntary context switches= 253


# summary of solver processes directly reported to runsolver:
#   pid: 31621
#   total CPU time (s): 134.841
#   total CPU user time (s): 134.677
#   total CPU system time (s): 0.163266

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.737404 second user time and 1.25646 second system time

The end

Launcher Data

Begin job on node135 at 2018-08-13 02:24:56
IDJOB=4306897
IDBENCH=141504
IDSOLVER=2787
FILE ID=node135/4306897-1534119896
RUNJOBID= node135-1534098559-28101
PBS_JOBID= 21037004
Free space on /tmp= 42696 MiB

SOLVER NAME= Choco-solver 4.0.7b seq (e747e1e)
BENCH NAME= XCSP18/Subisomorphism/Subisomorphism-g10-g27_c18.xml
COMMAND LINE= HOME/xcsp3-exec -seed RANDOMSEED -dir DIR -tl TIMEOUT -ml 11000 -p 1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4306897-1534119896/watcher-4306897-1534119896 -o /tmp/evaluation-result-4306897-1534119896/solver-4306897-1534119896 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1534098559-28101 --watchdog 2580  HOME/xcsp3-exec -seed 369477547 -dir HOME -tl 2520 -ml 11000 -p 1 HOME/instance-4306897-1534119896.xml

TIME LIMIT= 2520 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 92ed35416817fd3e3d52723751690df9
RANDOM SEED=369477547

node135.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.50
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.50
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.50
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.50
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:         8523072 kB
MemAvailable:   23308060 kB
Buffers:          244756 kB
Cached:         14635408 kB
SwapCached:            8 kB
Active:         15944256 kB
Inactive:        7570800 kB
Active(anon):    8583720 kB
Inactive(anon):   103296 kB
Active(file):    7360536 kB
Inactive(file):  7467504 kB
Unevictable:        7244 kB
Mlocked:            7244 kB
SwapTotal:      67108860 kB
SwapFree:       67108852 kB
Dirty:             21776 kB
Writeback:             0 kB
AnonPages:       8768984 kB
Mapped:            75184 kB
Shmem:             49816 kB
Slab:             413904 kB
SReclaimable:     385408 kB
SUnreclaim:        28496 kB
KernelStack:        3904 kB
PageTables:        22224 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    9080940 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8654848 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       93568 kB
DirectMap2M:    33452032 kB

Free space on /tmp at the end= 42676 MiB
End job on node135 at 2018-08-13 02:27:06