Trace number 4306907

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 8.51707 5.76955

General information on the benchmark

NameFrb/
frb-35-17-1_c18.xml
MD5SUM938558367576662423373d61b63119a7
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 benchmark2.37354
Satisfiable
(Un)Satisfiability was proved
Number of variables35
Number of constraints346
Number of domains1
Minimum domain size17
Maximum domain size17
Distribution of domain sizes[{"size":17,"count":35}]
Minimum variable degree12
Maximum variable degree28
Distribution of variable degrees[{"degree":12,"count":3},{"degree":13,"count":3},{"degree":14,"count":1},{"degree":15,"count":1},{"degree":16,"count":1},{"degree":17,"count":1},{"degree":18,"count":3},{"degree":19,"count":2},{"degree":20,"count":2},{"degree":21,"count":4},{"degree":22,"count":3},{"degree":23,"count":4},{"degree":24,"count":1},{"degree":25,"count":3},{"degree":26,"count":1},{"degree":28,"count":2}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":346}]
Number of extensional constraints346
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":346}]
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-4306907-1534127760.xml"  -tl '2520s' -p 1
0.11/0.17	c Choco e747e1e
0.11/0.18	c [HOME/instance-4306907-1534127760.xml, -tl, 2520s, -p, 1]
0.11/0.22	c simple solver
0.34/0.28	c parse instance...
1.41/0.66	c solve instance...
8.43/5.76	s SATISFIABLE
8.43/5.76	v <instantiation>
8.43/5.76	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] </list>
8.43/5.76	v 	<values>4 4 1 10 15 3 7 15 2 7 9 1 6 11 0 1 1 14 10 9 15 15 6 5 3 9 6 6 6 7 2 10 12 5 14 </values>
8.43/5.76	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 (8802 MiB free)
  memory of node 1: 16384 MiB (7612 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4306907-1534127760/watcher-4306907-1534127760 -o /tmp/evaluation-result-4306907-1534127760/solver-4306907-1534127760 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1534098559-28101 --watchdog 2580 HOME/xcsp3-exec -seed 54706313 -dir HOME -tl 2520 -ml 11000 -p 1 HOME/instance-4306907-1534127760.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
solver pid=864, runsolver pid=861
Current StackSize limit: 8192 KiB


[startup+0.100122 s]*
/proc/loadavg: 1.68 1.76 1.69 3/220 880
/proc/meminfo: memFree=16792108/32770624 swapFree=67108852/67108860
[pid=864] ppid=861 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/864/stat : 864 (xcsp3-exec) S 861 864 28069 0 -1 4202496 534 0 0 0 0 0 0 0 20 0 1 0 230339183 115843072 363 33554432000 4194304 5098028 140733216439216 140733216437320 139819284697724 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 38969344 140733216441404 140733216441604 140733216441604 140733216444362 0
/proc/864/statm: 28282 363 306 221 0 87 0
[pid=866] ppid=864 vsize=14082940 memory=28940 CPUtime=0.11 cores=1,3,5,7
/proc/866/stat : 866 (java) S 864 864 28069 0 -1 1077944320 5608 0 0 0 11 0 0 0 20 0 15 0 230339183 14420930560 7235 33554432000 4194304 4196468 140725632187744 140725632170288 139821223407351 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11657216 140725632193670 140725632193841 140725632193841 140725632196559 0
/proc/866/statm: 3520735 7235 3015 1 0 3483012 0
[pid=866/tid=867] ppid=864 vsize=14082940 memory=7022364632946311227 CPUtime=0.09 cores=1,3,5,7
/proc/866/task/867/stat : 867 (java) R 864 864 28069 0 -1 4202560 3607 0 0 0 9 0 0 0 20 0 15 0 230339184 14420930560 7235 33554432000 4194304 4196468 140725632187744 139821227639040 139820860902384 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11657216 140725632193670 140725632193841 140725632193841 140725632196559 0
[pid=866/tid=868] ppid=864 vsize=14082940 memory=4294981945 CPUtime=0 cores=1,3,5,7
/proc/866/task/868/stat : 868 (java) S 864 864 28069 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230339184 14420930560 7235 33554432000 4194304 4196468 140725632187744 139820819262352 139821223417557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11657216 140725632193670 140725632193841 140725632193841 140725632196559 0
[pid=866/tid=869] ppid=864 vsize=14082940 memory=140604440685874 CPUtime=0 cores=1,3,5,7
/proc/866/task/869/stat : 869 (java) S 864 864 28069 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230339184 14420930560 7235 33554432000 4194304 4196468 140725632187744 139820818209552 139821223417557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11657216 140725632193670 140725632193841 140725632193841 140725632196559 0
[pid=866/tid=870] ppid=864 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/866/task/870/stat : 870 (java) S 864 864 28069 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230339184 14420930560 7235 33554432000 4194304 4196468 140725632187744 139820817157264 139821223417557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11657216 140725632193670 140725632193841 140725632193841 140725632196559 0
[pid=866/tid=871] ppid=864 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/866/task/871/stat : 871 (java) S 864 864 28069 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 230339184 14420930560 7235 33554432000 4194304 4196468 140725632187744 139820816104464 139821223417557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11657216 140725632193670 140725632193841 140725632193841 140725632196559 0
[pid=866/tid=872] ppid=864 vsize=14082940 memory=140604439529088 CPUtime=0 cores=1,3,5,7
/proc/866/task/872/stat : 872 (java) S 864 864 28069 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 230339186 14420930560 7235 33554432000 4194304 4196468 140725632187744 139820697639024 139821223418498 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11657216 140725632193670 140725632193841 140725632193841 140725632196559 0
[pid=866/tid=873] ppid=864 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/866/task/873/stat : 873 (java) S 864 864 28069 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 230339186 14420930560 7235 33554432000 4194304 4196468 140725632187744 139820696584992 139821223417557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11657216 140725632193670 140725632193841 140725632193841 140725632196559 0
[pid=866/tid=874] ppid=864 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/866/task/874/stat : 874 (java) S 864 864 28069 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 230339186 14420930560 7235 33554432000 4194304 4196468 140725632187744 139820695532656 139821223417557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11657216 140725632193670 140725632193841 140725632193841 140725632196559 0
[pid=866/tid=875] ppid=864 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/866/task/875/stat : 875 (java) S 864 864 28069 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230339189 14420930560 7235 33554432000 4194304 4196468 140725632187744 139820694480976 139821223425947 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11657216 140725632193670 140725632193841 140725632193841 140725632196559 0
[pid=866/tid=876] ppid=864 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/866/task/876/stat : 876 (java) S 864 864 28069 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 15 0 230339189 14420930560 7235 33554432000 4194304 4196468 140725632187744 139820693428848 139821223418498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11657216 140725632193670 140725632193841 140725632193841 140725632196559 0
[pid=866/tid=877] ppid=864 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/866/task/877/stat : 877 (java) S 864 864 28069 0 -1 1077944384 121 0 0 0 0 0 0 0 20 0 15 0 230339189 14420930560 7235 33554432000 4194304 4196468 140725632187744 139820692376048 139821223418498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11657216 140725632193670 140725632193841 140725632193841 140725632196559 0
[pid=866/tid=878] ppid=864 vsize=14082940 memory=140604439529088 CPUtime=0.01 cores=1,3,5,7
/proc/866/task/878/stat : 878 (java) R 864 864 28069 0 -1 4202560 291 0 0 0 1 0 0 0 20 0 15 0 230339189 14420930560 7235 33554432000 4194304 4196468 140725632187744 139820691323760 139821204644912 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11657216 140725632193670 140725632193841 140725632193841 140725632196559 0
[pid=866/tid=879] ppid=864 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/866/task/879/stat : 879 (java) S 864 864 28069 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230339189 14420930560 7235 33554432000 4194304 4196468 140725632187744 139820690271200 139821223417557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11657216 140725632193670 140725632193841 140725632193841 140725632196559 0
[pid=866/tid=880] ppid=864 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/866/task/880/stat : 880 (java) S 864 864 28069 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230339189 14420930560 7235 33554432000 4194304 4196468 140725632187744 139820689217968 139821223418498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11657216 140725632193670 140725632193841 140725632193841 140725632196559 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 14196068 KiB
Current children cumulated memory: 30392 KiB

[startup+0.210847 s]*
/proc/loadavg: 1.68 1.76 1.69 4/220 880
/proc/meminfo: memFree=16780424/32770624 swapFree=67108852/67108860
[pid=864] ppid=861 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/864/stat : 864 (xcsp3-exec) S 861 864 28069 0 -1 4202496 534 0 0 0 0 0 0 0 20 0 1 0 230339183 115843072 363 33554432000 4194304 5098028 140733216439216 140733216437320 139819284697724 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 38969344 140733216441404 140733216441604 140733216441604 140733216444362 0
/proc/864/statm: 28282 363 306 221 0 87 0
[pid=866] ppid=864 vsize=14082940 memory=41384 CPUtime=0.34 cores=1,3,5,7
/proc/866/stat : 866 (java) S 864 864 28069 0 -1 1077944320 8330 0 0 0 32 2 0 0 20 0 15 0 230339183 14420930560 10346 33554432000 4194304 4196468 140725632187744 140725632170288 139821223407351 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11657216 140725632193670 140725632193841 140725632193841 140725632196559 0
/proc/866/statm: 3520735 10346 3206 1 0 3483012 0
[pid=866/tid=867] ppid=864 vsize=14082940 memory=7022364632946311227 CPUtime=0.2 cores=1,3,5,7
/proc/866/task/867/stat : 867 (java) R 864 864 28069 0 -1 4202560 5479 0 0 0 19 1 0 0 20 0 15 0 230339184 14420930560 10346 33554432000 4194304 4196468 140725632187744 139821227642336 139821207487838 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11657216 140725632193670 140725632193841 140725632193841 140725632196559 0
[pid=866/tid=868] ppid=864 vsize=14082940 memory=4294981945 CPUtime=0 cores=1,3,5,7
/proc/866/task/868/stat : 868 (java) S 864 864 28069 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230339184 14420930560 10346 33554432000 4194304 4196468 140725632187744 139820819262352 139821223417557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11657216 140725632193670 140725632193841 140725632193841 140725632196559 0
[pid=866/tid=869] ppid=864 vsize=14082940 memory=140604440685874 CPUtime=0 cores=1,3,5,7
/proc/866/task/869/stat : 869 (java) S 864 864 28069 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230339184 14420930560 10346 33554432000 4194304 4196468 140725632187744 139820818209552 139821223417557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11657216 140725632193670 140725632193841 140725632193841 140725632196559 0
[pid=866/tid=870] ppid=864 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/866/task/870/stat : 870 (java) S 864 864 28069 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230339184 14420930560 10346 33554432000 4194304 4196468 140725632187744 139820817157264 139821223417557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11657216 140725632193670 140725632193841 140725632193841 140725632196559 0
[pid=866/tid=871] ppid=864 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/866/task/871/stat : 871 (java) S 864 864 28069 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 230339184 14420930560 10346 33554432000 4194304 4196468 140725632187744 139820816104464 139821223417557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11657216 140725632193670 140725632193841 140725632193841 140725632196559 0
[pid=866/tid=872] ppid=864 vsize=14082940 memory=140604439529088 CPUtime=0 cores=1,3,5,7
/proc/866/task/872/stat : 872 (java) S 864 864 28069 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 230339186 14420930560 10346 33554432000 4194304 4196468 140725632187744 139820697639024 139821223418498 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11657216 140725632193670 140725632193841 140725632193841 140725632196559 0
[pid=866/tid=873] ppid=864 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/866/task/873/stat : 873 (java) S 864 864 28069 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 230339186 14420930560 10346 33554432000 4194304 4196468 140725632187744 139820696584992 139821223417557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11657216 140725632193670 140725632193841 140725632193841 140725632196559 0
[pid=866/tid=874] ppid=864 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/866/task/874/stat : 874 (java) S 864 864 28069 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 230339186 14420930560 10346 33554432000 4194304 4196468 140725632187744 139820695532656 139821223417557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11657216 140725632193670 140725632193841 140725632193841 140725632196559 0
[pid=866/tid=875] ppid=864 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/866/task/875/stat : 875 (java) S 864 864 28069 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230339189 14420930560 10346 33554432000 4194304 4196468 140725632187744 139820694480976 139821223425947 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11657216 140725632193670 140725632193841 140725632193841 140725632196559 0
[pid=866/tid=876] ppid=864 vsize=14082940 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/866/task/876/stat : 876 (java) S 864 864 28069 0 -1 1077944384 349 0 0 0 1 0 0 0 20 0 15 0 230339189 14420930560 10346 33554432000 4194304 4196468 140725632187744 139820693428848 139821223418498 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11657216 140725632193670 140725632193841 140725632193841 140725632196559 0
[pid=866/tid=877] ppid=864 vsize=14082940 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/866/task/877/stat : 877 (java) S 864 864 28069 0 -1 1077944384 489 0 0 0 3 0 0 0 20 0 15 0 230339189 14420930560 10346 33554432000 4194304 4196468 140725632187744 139820692376048 139821223418498 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11657216 140725632193670 140725632193841 140725632193841 140725632196559 0
[pid=866/tid=878] ppid=864 vsize=14082940 memory=140604439529088 CPUtime=0.08 cores=1,3,5,7
/proc/866/task/878/stat : 878 (java) S 864 864 28069 0 -1 1077944384 738 0 0 0 8 0 0 0 20 0 15 0 230339189 14420930560 10346 33554432000 4194304 4196468 140725632187744 139820691323760 139821223418498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11657216 140725632193670 140725632193841 140725632193841 140725632196559 0
[pid=866/tid=879] ppid=864 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/866/task/879/stat : 879 (java) S 864 864 28069 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230339189 14420930560 10346 33554432000 4194304 4196468 140725632187744 139820690271200 139821223417557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11657216 140725632193670 140725632193841 140725632193841 140725632196559 0
[pid=866/tid=880] ppid=864 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/866/task/880/stat : 880 (java) S 864 864 28069 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230339189 14420930560 10346 33554432000 4194304 4196468 140725632187744 139820689217968 139821223418498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11657216 140725632193670 140725632193841 140725632193841 140725632196559 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 14196068 KiB
Current children cumulated memory: 42836 KiB

[startup+0.310555 s]*
/proc/loadavg: 1.68 1.76 1.69 4/220 880
/proc/meminfo: memFree=16774344/32770624 swapFree=67108852/67108860
[pid=864] ppid=861 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/864/stat : 864 (xcsp3-exec) S 861 864 28069 0 -1 4202496 534 0 0 0 0 0 0 0 20 0 1 0 230339183 115843072 363 33554432000 4194304 5098028 140733216439216 140733216437320 139819284697724 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 38969344 140733216441404 140733216441604 140733216441604 140733216444362 0
/proc/864/statm: 28282 363 306 221 0 87 0
[pid=866] ppid=864 vsize=14087196 memory=47784 CPUtime=0.52 cores=1,3,5,7
/proc/866/stat : 866 (java) S 864 864 28069 0 -1 1077944320 9150 0 0 0 50 2 0 0 20 0 15 0 230339183 14425288704 11946 33554432000 4194304 4196468 140725632187744 140725632170288 139821223407351 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11657216 140725632193670 140725632193841 140725632193841 140725632196559 0
/proc/866/statm: 3521799 11946 3253 1 0 3483012 0
[pid=866/tid=867] ppid=864 vsize=14087196 memory=6935054825532540783 CPUtime=0.29 cores=1,3,5,7
/proc/866/task/867/stat : 867 (java) R 864 864 28069 0 -1 4202560 6172 0 0 0 28 1 0 0 20 0 15 0 230339184 14425288704 12014 33554432000 4194304 4196468 140725632187744 139821227644640 139821207487838 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11657216 140725632193670 140725632193841 140725632193841 140725632196559 0
[pid=866/tid=868] ppid=864 vsize=14087196 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/866/task/868/stat : 868 (java) S 864 864 28069 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230339184 14425288704 12014 33554432000 4194304 4196468 140725632187744 139820819262352 139821223417557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11657216 140725632193670 140725632193841 140725632193841 140725632196559 0
[pid=866/tid=869] ppid=864 vsize=14087196 memory=5772 CPUtime=0 cores=1,3,5,7
/proc/866/task/869/stat : 869 (java) S 864 864 28069 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230339184 14425288704 12014 33554432000 4194304 4196468 140725632187744 139820818209552 139821223417557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11657216 140725632193670 140725632193841 140725632193841 140725632196559 0
[pid=866/tid=870] ppid=864 vsize=14087196 memory=1444 CPUtime=0 cores=1,3,5,7
/proc/866/task/870/stat : 870 (java) S 864 864 28069 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230339184 14425288704 12014 33554432000 4194304 4196468 140725632187744 139820817157264 139821223417557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11657216 140725632193670 140725632193841 140725632193841 140725632196559 0
[pid=866/tid=871] ppid=864 vsize=14087196 memory=1160 CPUtime=0 cores=1,3,5,7
/proc/866/task/871/stat : 871 (java) S 864 864 28069 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 230339184 14425288704 12014 33554432000 4194304 4196468 140725632187744 139820816104464 139821223417557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11657216 140725632193670 140725632193841 140725632193841 140725632196559 0
[pid=866/tid=872] ppid=864 vsize=14087196 memory=968 CPUtime=0 cores=1,3,5,7
/proc/866/task/872/stat : 872 (java) S 864 864 28069 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 230339186 14425288704 12014 33554432000 4194304 4196468 140725632187744 139820697639024 139821223418498 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11657216 140725632193670 140725632193841 140725632193841 140725632196559 0
[pid=866/tid=873] ppid=864 vsize=14087196 memory=12144 CPUtime=0 cores=1,3,5,7
/proc/866/task/873/stat : 873 (java) S 864 864 28069 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 230339186 14425288704 12014 33554432000 4194304 4196468 140725632187744 139820696584992 139821223417557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11657216 140725632193670 140725632193841 140725632193841 140725632196559 0
[pid=866/tid=874] ppid=864 vsize=14087196 memory=1712 CPUtime=0 cores=1,3,5,7
/proc/866/task/874/stat : 874 (java) S 864 864 28069 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 230339186 14425288704 12014 33554432000 4194304 4196468 140725632187744 139820695532656 139821223417557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11657216 140725632193670 140725632193841 140725632193841 140725632196559 0
[pid=866/tid=875] ppid=864 vsize=14087196 memory=8812 CPUtime=0 cores=1,3,5,7
/proc/866/task/875/stat : 875 (java) S 864 864 28069 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230339189 14425288704 12014 33554432000 4194304 4196468 140725632187744 139820694480976 139821223425947 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11657216 140725632193670 140725632193841 140725632193841 140725632196559 0
[pid=866/tid=876] ppid=864 vsize=14087196 memory=4576 CPUtime=0.03 cores=1,3,5,7
/proc/866/task/876/stat : 876 (java) S 864 864 28069 0 -1 1077944384 378 0 0 0 3 0 0 0 20 0 15 0 230339189 14425288704 12014 33554432000 4194304 4196468 140725632187744 139820693428848 139821223418498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11657216 140725632193670 140725632193841 140725632193841 140725632196559 0
[pid=866/tid=877] ppid=864 vsize=14087196 memory=15868 CPUtime=0.06 cores=1,3,5,7
/proc/866/task/877/stat : 877 (java) S 864 864 28069 0 -1 1077944384 566 0 0 0 6 0 0 0 20 0 15 0 230339189 14425288704 12014 33554432000 4194304 4196468 140725632187744 139820692376048 139821223418498 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11657216 140725632193670 140725632193841 140725632193841 140725632196559 0
[pid=866/tid=878] ppid=864 vsize=14087196 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/866/task/878/stat : 878 (java) S 864 864 28069 0 -1 1077944384 792 0 0 0 12 0 0 0 20 0 15 0 230339189 14425288704 12014 33554432000 4194304 4196468 140725632187744 139820691323760 139821223418498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11657216 140725632193670 140725632193841 140725632193841 140725632196559 0
[pid=866/tid=879] ppid=864 vsize=14087196 memory=0 CPUtime=0 cores=1,3,5,7
/proc/866/task/879/stat : 879 (java) S 864 864 28069 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230339189 14425288704 12014 33554432000 4194304 4196468 140725632187744 139820690271200 139821223417557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11657216 140725632193670 140725632193841 140725632193841 140725632196559 0
[pid=866/tid=880] ppid=864 vsize=14087196 memory=140604277303344 CPUtime=0 cores=1,3,5,7
/proc/866/task/880/stat : 880 (java) S 864 864 28069 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230339189 14425288704 12014 33554432000 4194304 4196468 140725632187744 139820689217968 139821223418498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11657216 140725632193670 140725632193841 140725632193841 140725632196559 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 14200324 KiB
Current children cumulated memory: 49236 KiB

[startup+0.701086 s]
/proc/loadavg: 1.68 1.76 1.69 5/220 880
/proc/meminfo: memFree=16745436/32770624 swapFree=67108852/67108860
[pid=864] ppid=861 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/864/stat : 864 (xcsp3-exec) S 861 864 28069 0 -1 4202496 534 0 0 0 0 0 0 0 20 0 1 0 230339183 115843072 363 33554432000 4194304 5098028 140733216439216 140733216437320 139819284697724 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 38969344 140733216441404 140733216441604 140733216441604 140733216444362 0
/proc/864/statm: 28282 363 306 221 0 87 0
[pid=866] ppid=864 vsize=14089320 memory=104288 CPUtime=1.74 cores=1,3,5,7
/proc/866/stat : 866 (java) S 864 864 28069 0 -1 1077944320 13150 0 0 0 170 4 0 0 20 0 15 0 230339183 14427463680 26072 33554432000 4194304 4196468 140725632187744 140725632170288 139821223407351 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11657216 140725632193670 140725632193841 140725632193841 140725632196559 0
/proc/866/statm: 3522330 26072 3352 1 0 3483524 0
[pid=866/tid=867] ppid=864 vsize=14089320 memory=8260620523666441607 CPUtime=0.66 cores=1,3,5,7
/proc/866/task/867/stat : 867 (java) R 864 864 28069 0 -1 4202560 6907 0 0 0 64 2 0 0 20 0 15 0 230339184 14427463680 26072 33554432000 4194304 4196468 140725632187744 139821227644320 139820864932155 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11657216 140725632193670 140725632193841 140725632193841 140725632196559 0
[pid=866/tid=868] ppid=864 vsize=14089320 memory=0 CPUtime=0 cores=1,3,5,7
/proc/866/task/868/stat : 868 (java) S 864 864 28069 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230339184 14427463680 26072 33554432000 4194304 4196468 140725632187744 139820819262352 139821223417557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11657216 140725632193670 140725632193841 140725632193841 140725632196559 0
[pid=866/tid=869] ppid=864 vsize=14089320 memory=0 CPUtime=0 cores=1,3,5,7
/proc/866/task/869/stat : 869 (java) S 864 864 28069 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230339184 14427463680 26072 33554432000 4194304 4196468 140725632187744 139820818209552 139821223417557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11657216 140725632193670 140725632193841 140725632193841 140725632196559 0
[pid=866/tid=870] ppid=864 vsize=14089320 memory=2432 CPUtime=0 cores=1,3,5,7
/proc/866/task/870/stat : 870 (java) S 864 864 28069 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230339184 14427463680 26072 33554432000 4194304 4196468 140725632187744 139820817157264 139821223417557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11657216 140725632193670 140725632193841 140725632193841 140725632196559 0
[pid=866/tid=871] ppid=864 vsize=14089320 memory=1828 CPUtime=0 cores=1,3,5,7
/proc/866/task/871/stat : 871 (java) S 864 864 28069 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 230339184 14427463680 26072 33554432000 4194304 4196468 140725632187744 139820816104464 139821223417557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11657216 140725632193670 140725632193841 140725632193841 140725632196559 0
[pid=866/tid=872] ppid=864 vsize=14089320 memory=1408 CPUtime=0 cores=1,3,5,7
/proc/866/task/872/stat : 872 (java) S 864 864 28069 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 230339186 14427463680 26072 33554432000 4194304 4196468 140725632187744 139820697639024 139821223418498 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11657216 140725632193670 140725632193841 140725632193841 140725632196559 0
[pid=866/tid=873] ppid=864 vsize=14089320 memory=3224 CPUtime=0 cores=1,3,5,7
/proc/866/task/873/stat : 873 (java) S 864 864 28069 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 230339186 14427463680 26072 33554432000 4194304 4196468 140725632187744 139820696584992 139821223417557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11657216 140725632193670 140725632193841 140725632193841 140725632196559 0
[pid=866/tid=874] ppid=864 vsize=14089320 memory=792 CPUtime=0 cores=1,3,5,7
/proc/866/task/874/stat : 874 (java) S 864 864 28069 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 230339186 14427463680 26072 33554432000 4194304 4196468 140725632187744 139820695532656 139821223417557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11657216 140725632193670 140725632193841 140725632193841 140725632196559 0
[pid=866/tid=875] ppid=864 vsize=14089320 memory=1224 CPUtime=0 cores=1,3,5,7
/proc/866/task/875/stat : 875 (java) S 864 864 28069 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230339189 14427463680 26072 33554432000 4194304 4196468 140725632187744 139820694480976 139821223425947 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11657216 140725632193670 140725632193841 140725632193841 140725632196559 0
[pid=866/tid=876] ppid=864 vsize=14089320 memory=1944 CPUtime=0.34 cores=1,3,5,7
/proc/866/task/876/stat : 876 (java) R 864 864 28069 0 -1 4202560 1587 0 0 0 34 0 0 0 20 0 15 0 230339189 14427463680 26072 33554432000 4194304 4196468 140725632187744 139820693428032 139821209018407 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11657216 140725632193670 140725632193841 140725632193841 140725632196559 0
[pid=866/tid=877] ppid=864 vsize=14089320 memory=1452 CPUtime=0.34 cores=1,3,5,7
/proc/866/task/877/stat : 877 (java) R 864 864 28069 0 -1 4202560 1572 0 0 0 34 0 0 0 20 0 15 0 230339189 14427463680 26072 33554432000 4194304 4196468 140725632187744 139820692362944 139821207794400 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11657216 140725632193670 140725632193841 140725632193841 140725632196559 0
[pid=866/tid=878] ppid=864 vsize=14089320 memory=311312 CPUtime=0.36 cores=1,3,5,7
/proc/866/task/878/stat : 878 (java) S 864 864 28069 0 -1 1077944384 1776 0 0 0 36 0 0 0 20 0 15 0 230339189 14427463680 26072 33554432000 4194304 4196468 140725632187744 139820691323760 139821223418498 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11657216 140725632193670 140725632193841 140725632193841 140725632196559 0
[pid=866/tid=879] ppid=864 vsize=14089320 memory=5772 CPUtime=0 cores=1,3,5,7
/proc/866/task/879/stat : 879 (java) S 864 864 28069 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230339189 14427463680 26072 33554432000 4194304 4196468 140725632187744 139820690271200 139821223417557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11657216 140725632193670 140725632193841 140725632193841 140725632196559 0
[pid=866/tid=880] ppid=864 vsize=14089320 memory=1444 CPUtime=0 cores=1,3,5,7
/proc/866/task/880/stat : 880 (java) S 864 864 28069 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230339189 14427463680 26072 33554432000 4194304 4196468 140725632187744 139820689217968 139821223418498 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11657216 140725632193670 140725632193841 140725632193841 140725632196559 0
Current children cumulated CPU time: 1.74 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 105740 KiB

[startup+1.50082 s]
/proc/loadavg: 1.68 1.76 1.69 5/220 880
/proc/meminfo: memFree=16705128/32770624 swapFree=67108852/67108860
[pid=864] ppid=861 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/864/stat : 864 (xcsp3-exec) S 861 864 28069 0 -1 4202496 534 0 0 0 0 0 0 0 20 0 1 0 230339183 115843072 363 33554432000 4194304 5098028 140733216439216 140733216437320 139819284697724 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 38969344 140733216441404 140733216441604 140733216441604 140733216444362 0
/proc/864/statm: 28282 363 306 221 0 87 0

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

/proc/864/stat : 864 (xcsp3-exec) S 861 864 28069 0 -1 4202496 534 0 0 0 0 0 0 0 20 0 1 0 230339183 115843072 363 33554432000 4194304 5098028 140733216439216 140733216437320 139819284697724 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 38969344 140733216441404 140733216441604 140733216441604 140733216444362 0
/proc/864/statm: 28282 363 306 221 0 87 0
[pid=866] ppid=864 vsize=14089320 memory=132140 CPUtime=7.54 cores=1,3,5,7
/proc/866/stat : 866 (java) S 864 864 28069 0 -1 1077944320 24335 0 0 0 746 8 0 0 20 0 15 0 230339183 14427463680 33035 33554432000 4194304 4196468 140725632187744 140725632170288 139821223407351 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11657216 140725632193670 140725632193841 140725632193841 140725632196559 0
/proc/866/statm: 3522330 33035 3376 1 0 3483524 0
[pid=866/tid=867] ppid=864 vsize=14089320 memory=4012 CPUtime=4.76 cores=1,3,5,7
/proc/866/task/867/stat : 867 (java) R 864 864 28069 0 -1 4202560 7873 0 0 0 471 5 0 0 20 0 15 0 230339184 14427463680 33035 33554432000 4194304 4196468 140725632187744 139821227644704 139820861092169 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11657216 140725632193670 140725632193841 140725632193841 140725632196559 0
[pid=866/tid=868] ppid=864 vsize=14089320 memory=35852 CPUtime=0 cores=1,3,5,7
/proc/866/task/868/stat : 868 (java) S 864 864 28069 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230339184 14427463680 33035 33554432000 4194304 4196468 140725632187744 139820819262352 139821223417557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11657216 140725632193670 140725632193841 140725632193841 140725632196559 0
[pid=866/tid=869] ppid=864 vsize=14089320 memory=18220 CPUtime=0 cores=1,3,5,7
/proc/866/task/869/stat : 869 (java) S 864 864 28069 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230339184 14427463680 33035 33554432000 4194304 4196468 140725632187744 139820818209552 139821223417557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11657216 140725632193670 140725632193841 140725632193841 140725632196559 0
[pid=866/tid=870] ppid=864 vsize=14089320 memory=1788 CPUtime=0 cores=1,3,5,7
/proc/866/task/870/stat : 870 (java) S 864 864 28069 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230339184 14427463680 33035 33554432000 4194304 4196468 140725632187744 139820817157264 139821223417557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11657216 140725632193670 140725632193841 140725632193841 140725632196559 0
[pid=866/tid=871] ppid=864 vsize=14089320 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/866/task/871/stat : 871 (java) S 864 864 28069 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 230339184 14427463680 33035 33554432000 4194304 4196468 140725632187744 139820816104464 139821223417557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11657216 140725632193670 140725632193841 140725632193841 140725632196559 0
[pid=866/tid=872] ppid=864 vsize=14089320 memory=0 CPUtime=0 cores=1,3,5,7
/proc/866/task/872/stat : 872 (java) S 864 864 28069 0 -1 1077944384 321 0 0 0 0 0 0 0 20 0 15 0 230339186 14427463680 33035 33554432000 4194304 4196468 140725632187744 139820697639024 139821223418498 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11657216 140725632193670 140725632193841 140725632193841 140725632196559 0
[pid=866/tid=873] ppid=864 vsize=14089320 memory=288230596118053219 CPUtime=0 cores=1,3,5,7
/proc/866/task/873/stat : 873 (java) S 864 864 28069 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 230339186 14427463680 33035 33554432000 4194304 4196468 140725632187744 139820696584992 139821223417557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11657216 140725632193670 140725632193841 140725632193841 140725632196559 0
[pid=866/tid=874] ppid=864 vsize=14089320 memory=14694080458267211 CPUtime=0 cores=1,3,5,7
/proc/866/task/874/stat : 874 (java) S 864 864 28069 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 230339186 14427463680 33035 33554432000 4194304 4196468 140725632187744 139820695532656 139821223417557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11657216 140725632193670 140725632193841 140725632193841 140725632196559 0
[pid=866/tid=875] ppid=864 vsize=14089320 memory=7230645025961766505 CPUtime=0 cores=1,3,5,7
/proc/866/task/875/stat : 875 (java) S 864 864 28069 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230339189 14427463680 33035 33554432000 4194304 4196468 140725632187744 139820694480976 139821223425947 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11657216 140725632193670 140725632193841 140725632193841 140725632196559 0
[pid=866/tid=876] ppid=864 vsize=14089320 memory=8098986541560654191 CPUtime=1.2 cores=1,3,5,7
/proc/866/task/876/stat : 876 (java) S 864 864 28069 0 -1 1077944384 5662 0 0 0 120 0 0 0 20 0 15 0 230339189 14427463680 33035 33554432000 4194304 4196468 140725632187744 139820693428848 139821223418498 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11657216 140725632193670 140725632193841 140725632193841 140725632196559 0
[pid=866/tid=877] ppid=864 vsize=14089320 memory=281208554770948 CPUtime=1.05 cores=1,3,5,7
/proc/866/task/877/stat : 877 (java) S 864 864 28069 0 -1 1077944384 5961 0 0 0 105 0 0 0 20 0 15 0 230339189 14427463680 33035 33554432000 4194304 4196468 140725632187744 139820692376048 139821223418498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11657216 140725632193670 140725632193841 140725632193841 140725632196559 0
[pid=866/tid=878] ppid=864 vsize=14089320 memory=6944656592455360569 CPUtime=0.48 cores=1,3,5,7
/proc/866/task/878/stat : 878 (java) S 864 864 28069 0 -1 1077944384 3196 0 0 0 48 0 0 0 20 0 15 0 230339189 14427463680 33035 33554432000 4194304 4196468 140725632187744 139820691323760 139821223418498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11657216 140725632193670 140725632193841 140725632193841 140725632196559 0
[pid=866/tid=879] ppid=864 vsize=14089320 memory=7373607972643291238 CPUtime=0 cores=1,3,5,7
/proc/866/task/879/stat : 879 (java) S 864 864 28069 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230339189 14427463680 33035 33554432000 4194304 4196468 140725632187744 139820690271200 139821223417557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11657216 140725632193670 140725632193841 140725632193841 140725632196559 0
[pid=866/tid=880] ppid=864 vsize=14089320 memory=6296683646897251149 CPUtime=0 cores=1,3,5,7
/proc/866/task/880/stat : 880 (java) S 864 864 28069 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 15 0 230339189 14427463680 33035 33554432000 4194304 4196468 140725632187744 139820689217968 139821223418498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11657216 140725632193670 140725632193841 140725632193841 140725632196559 0
Current children cumulated CPU time: 7.54 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 133592 KiB

[startup+5.20066 s]
/proc/loadavg: 1.79 1.78 1.70 4/220 964
/proc/meminfo: memFree=16805124/32770624 swapFree=67108852/67108860
[pid=864] ppid=861 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/864/stat : 864 (xcsp3-exec) S 861 864 28069 0 -1 4202496 534 0 0 0 0 0 0 0 20 0 1 0 230339183 115843072 363 33554432000 4194304 5098028 140733216439216 140733216437320 139819284697724 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 38969344 140733216441404 140733216441604 140733216441604 140733216444362 0
/proc/864/statm: 28282 363 306 221 0 87 0
[pid=866] ppid=864 vsize=14089320 memory=127080 CPUtime=7.93 cores=1,3,5,7
/proc/866/stat : 866 (java) S 864 864 28069 0 -1 1077944320 24863 0 0 0 785 8 0 0 20 0 15 0 230339183 14427463680 31770 33554432000 4194304 4196468 140725632187744 140725632170288 139821223407351 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11657216 140725632193670 140725632193841 140725632193841 140725632196559 0
/proc/866/statm: 3522330 31770 3376 1 0 3483524 0
[pid=866/tid=867] ppid=864 vsize=14089320 memory=8514701219376621709 CPUtime=5.16 cores=1,3,5,7
/proc/866/task/867/stat : 867 (java) R 864 864 28069 0 -1 4202560 7878 0 0 0 511 5 0 0 20 0 15 0 230339184 14427463680 31770 33554432000 4194304 4196468 140725632187744 139821227644160 139820865977276 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11657216 140725632193670 140725632193841 140725632193841 140725632196559 0
[pid=866/tid=868] ppid=864 vsize=14089320 memory=5495740422247797458 CPUtime=0 cores=1,3,5,7
/proc/866/task/868/stat : 868 (java) S 864 864 28069 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230339184 14427463680 31770 33554432000 4194304 4196468 140725632187744 139820819262352 139821223417557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11657216 140725632193670 140725632193841 140725632193841 140725632196559 0
[pid=866/tid=869] ppid=864 vsize=14089320 memory=-6945504543650622756 CPUtime=0 cores=1,3,5,7
/proc/866/task/869/stat : 869 (java) S 864 864 28069 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230339184 14427463680 31770 33554432000 4194304 4196468 140725632187744 139820818209552 139821223417557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11657216 140725632193670 140725632193841 140725632193841 140725632196559 0
[pid=866/tid=870] ppid=864 vsize=14089320 memory=4294969398 CPUtime=0 cores=1,3,5,7
/proc/866/task/870/stat : 870 (java) S 864 864 28069 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230339184 14427463680 31770 33554432000 4194304 4196468 140725632187744 139820817157264 139821223417557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11657216 140725632193670 140725632193841 140725632193841 140725632196559 0
[pid=866/tid=871] ppid=864 vsize=14089320 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/866/task/871/stat : 871 (java) S 864 864 28069 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 230339184 14427463680 31770 33554432000 4194304 4196468 140725632187744 139820816104464 139821223417557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11657216 140725632193670 140725632193841 140725632193841 140725632196559 0
[pid=866/tid=872] ppid=864 vsize=14089320 memory=7086240636212630115 CPUtime=0 cores=1,3,5,7
/proc/866/task/872/stat : 872 (java) S 864 864 28069 0 -1 1077944384 325 0 0 0 0 0 0 0 20 0 15 0 230339186 14427463680 31770 33554432000 4194304 4196468 140725632187744 139820697639024 139821223418498 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11657216 140725632193670 140725632193841 140725632193841 140725632196559 0
[pid=866/tid=873] ppid=864 vsize=14089320 memory=7667771317850369128 CPUtime=0 cores=1,3,5,7
/proc/866/task/873/stat : 873 (java) S 864 864 28069 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 230339186 14427463680 31770 33554432000 4194304 4196468 140725632187744 139820696584992 139821223417557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11657216 140725632193670 140725632193841 140725632193841 140725632196559 0
[pid=866/tid=874] ppid=864 vsize=14089320 memory=7594585556498606698 CPUtime=0 cores=1,3,5,7
/proc/866/task/874/stat : 874 (java) S 864 864 28069 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 230339186 14427463680 31770 33554432000 4194304 4196468 140725632187744 139820695532656 139821223417557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11657216 140725632193670 140725632193841 140725632193841 140725632196559 0
[pid=866/tid=875] ppid=864 vsize=14089320 memory=6010425776822829159 CPUtime=0 cores=1,3,5,7
/proc/866/task/875/stat : 875 (java) S 864 864 28069 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230339189 14427463680 31770 33554432000 4194304 4196468 140725632187744 139820694480976 139821223425947 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11657216 140725632193670 140725632193841 140725632193841 140725632196559 0
[pid=866/tid=876] ppid=864 vsize=14089320 memory=7594598810448916079 CPUtime=1.2 cores=1,3,5,7
/proc/866/task/876/stat : 876 (java) S 864 864 28069 0 -1 1077944384 5662 0 0 0 120 0 0 0 20 0 15 0 230339189 14427463680 31770 33554432000 4194304 4196468 140725632187744 139820693428848 139821223418498 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11657216 140725632193670 140725632193841 140725632193841 140725632196559 0
[pid=866/tid=877] ppid=864 vsize=14089320 memory=7594598810448916079 CPUtime=1.05 cores=1,3,5,7
/proc/866/task/877/stat : 877 (java) S 864 864 28069 0 -1 1077944384 5961 0 0 0 105 0 0 0 20 0 15 0 230339189 14427463680 31770 33554432000 4194304 4196468 140725632187744 139820692376048 139821223418498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11657216 140725632193670 140725632193841 140725632193841 140725632196559 0
[pid=866/tid=878] ppid=864 vsize=14089320 memory=7305774754238459241 CPUtime=0.48 cores=1,3,5,7
/proc/866/task/878/stat : 878 (java) S 864 864 28069 0 -1 1077944384 3196 0 0 0 48 0 0 0 20 0 15 0 230339189 14427463680 31770 33554432000 4194304 4196468 140725632187744 139820691323760 139821223418498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11657216 140725632193670 140725632193841 140725632193841 140725632196559 0
[pid=866/tid=879] ppid=864 vsize=14089320 memory=7305774754238459241 CPUtime=0 cores=1,3,5,7
/proc/866/task/879/stat : 879 (java) S 864 864 28069 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230339189 14427463680 31770 33554432000 4194304 4196468 140725632187744 139820690271200 139821223417557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11657216 140725632193670 140725632193841 140725632193841 140725632196559 0
[pid=866/tid=880] ppid=864 vsize=14089320 memory=7379260587708209258 CPUtime=0 cores=1,3,5,7
/proc/866/task/880/stat : 880 (java) S 864 864 28069 0 -1 1077944384 539 0 0 0 0 0 0 0 20 0 15 0 230339189 14427463680 31770 33554432000 4194304 4196468 140725632187744 139820689217968 139821223418498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11657216 140725632193670 140725632193841 140725632193841 140725632196559 0
Current children cumulated CPU time: 7.93 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 128532 KiB

[startup+5.60065 s]
/proc/loadavg: 1.79 1.78 1.70 4/220 964
/proc/meminfo: memFree=16805124/32770624 swapFree=67108852/67108860
[pid=864] ppid=861 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/864/stat : 864 (xcsp3-exec) S 861 864 28069 0 -1 4202496 534 0 0 0 0 0 0 0 20 0 1 0 230339183 115843072 363 33554432000 4194304 5098028 140733216439216 140733216437320 139819284697724 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 38969344 140733216441404 140733216441604 140733216441604 140733216444362 0
/proc/864/statm: 28282 363 306 221 0 87 0
[pid=866] ppid=864 vsize=14089320 memory=129128 CPUtime=8.33 cores=1,3,5,7
/proc/866/stat : 866 (java) S 864 864 28069 0 -1 1077944320 24931 0 0 0 825 8 0 0 20 0 15 0 230339183 14427463680 32282 33554432000 4194304 4196468 140725632187744 140725632170288 139821223407351 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11657216 140725632193670 140725632193841 140725632193841 140725632196559 0
/proc/866/statm: 3522330 32282 3376 1 0 3483524 0
[pid=866/tid=867] ppid=864 vsize=14089320 memory=792 CPUtime=5.56 cores=1,3,5,7
/proc/866/task/867/stat : 867 (java) R 864 864 28069 0 -1 4202560 7935 0 0 0 551 5 0 0 20 0 15 0 230339184 14427463680 32282 33554432000 4194304 4196468 140725632187744 139821227644160 139820865310128 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11657216 140725632193670 140725632193841 140725632193841 140725632196559 0
[pid=866/tid=868] ppid=864 vsize=14089320 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/866/task/868/stat : 868 (java) S 864 864 28069 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230339184 14427463680 32282 33554432000 4194304 4196468 140725632187744 139820819262352 139821223417557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11657216 140725632193670 140725632193841 140725632193841 140725632196559 0
[pid=866/tid=869] ppid=864 vsize=14089320 memory=0 CPUtime=0 cores=1,3,5,7
/proc/866/task/869/stat : 869 (java) S 864 864 28069 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230339184 14427463680 32282 33554432000 4194304 4196468 140725632187744 139820818209552 139821223417557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11657216 140725632193670 140725632193841 140725632193841 140725632196559 0
[pid=866/tid=870] ppid=864 vsize=14089320 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/866/task/870/stat : 870 (java) S 864 864 28069 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230339184 14427463680 32282 33554432000 4194304 4196468 140725632187744 139820817157264 139821223417557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11657216 140725632193670 140725632193841 140725632193841 140725632196559 0
[pid=866/tid=871] ppid=864 vsize=14089320 memory=125744 CPUtime=0 cores=1,3,5,7
/proc/866/task/871/stat : 871 (java) S 864 864 28069 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 230339184 14427463680 32282 33554432000 4194304 4196468 140725632187744 139820816104464 139821223417557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11657216 140725632193670 140725632193841 140725632193841 140725632196559 0
[pid=866/tid=872] ppid=864 vsize=14089320 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/866/task/872/stat : 872 (java) S 864 864 28069 0 -1 1077944384 325 0 0 0 0 0 0 0 20 0 15 0 230339186 14427463680 32282 33554432000 4194304 4196468 140725632187744 139820697639024 139821223418498 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11657216 140725632193670 140725632193841 140725632193841 140725632196559 0
[pid=866/tid=873] ppid=864 vsize=14089320 memory=130092 CPUtime=0 cores=1,3,5,7
/proc/866/task/873/stat : 873 (java) S 864 864 28069 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 230339186 14427463680 32282 33554432000 4194304 4196468 140725632187744 139820696584992 139821223417557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11657216 140725632193670 140725632193841 140725632193841 140725632196559 0
[pid=866/tid=874] ppid=864 vsize=14089320 memory=127952 CPUtime=0 cores=1,3,5,7
/proc/866/task/874/stat : 874 (java) S 864 864 28069 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 230339186 14427463680 32282 33554432000 4194304 4196468 140725632187744 139820695532656 139821223417557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11657216 140725632193670 140725632193841 140725632193841 140725632196559 0
[pid=866/tid=875] ppid=864 vsize=14089320 memory=2416 CPUtime=0 cores=1,3,5,7
/proc/866/task/875/stat : 875 (java) S 864 864 28069 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230339189 14427463680 32282 33554432000 4194304 4196468 140725632187744 139820694480976 139821223425947 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11657216 140725632193670 140725632193841 140725632193841 140725632196559 0
[pid=866/tid=876] ppid=864 vsize=14089320 memory=1536 CPUtime=1.2 cores=1,3,5,7
/proc/866/task/876/stat : 876 (java) S 864 864 28069 0 -1 1077944384 5662 0 0 0 120 0 0 0 20 0 15 0 230339189 14427463680 32282 33554432000 4194304 4196468 140725632187744 139820693428848 139821223418498 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11657216 140725632193670 140725632193841 140725632193841 140725632196559 0
[pid=866/tid=877] ppid=864 vsize=14089320 memory=928 CPUtime=1.05 cores=1,3,5,7
/proc/866/task/877/stat : 877 (java) S 864 864 28069 0 -1 1077944384 5961 0 0 0 105 0 0 0 20 0 15 0 230339189 14427463680 32282 33554432000 4194304 4196468 140725632187744 139820692376048 139821223418498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11657216 140725632193670 140725632193841 140725632193841 140725632196559 0
[pid=866/tid=878] ppid=864 vsize=14089320 memory=2244 CPUtime=0.48 cores=1,3,5,7
/proc/866/task/878/stat : 878 (java) S 864 864 28069 0 -1 1077944384 3196 0 0 0 48 0 0 0 20 0 15 0 230339189 14427463680 32282 33554432000 4194304 4196468 140725632187744 139820691323760 139821223418498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11657216 140725632193670 140725632193841 140725632193841 140725632196559 0
[pid=866/tid=879] ppid=864 vsize=14089320 memory=4132 CPUtime=0 cores=1,3,5,7
/proc/866/task/879/stat : 879 (java) S 864 864 28069 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230339189 14427463680 32282 33554432000 4194304 4196468 140725632187744 139820690271200 139821223417557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11657216 140725632193670 140725632193841 140725632193841 140725632196559 0
[pid=866/tid=880] ppid=864 vsize=14089320 memory=2192 CPUtime=0 cores=1,3,5,7
/proc/866/task/880/stat : 880 (java) S 864 864 28069 0 -1 1077944384 550 0 0 0 0 0 0 0 20 0 15 0 230339189 14427463680 32282 33554432000 4194304 4196468 140725632187744 139820689217968 139821223418498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11657216 140725632193670 140725632193841 140725632193841 140725632196559 0
Current children cumulated CPU time: 8.33 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 130580 KiB

[startup+5.70066 s]
/proc/loadavg: 1.79 1.78 1.70 4/220 964
/proc/meminfo: memFree=16805124/32770624 swapFree=67108852/67108860
[pid=864] ppid=861 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/864/stat : 864 (xcsp3-exec) S 861 864 28069 0 -1 4202496 534 0 0 0 0 0 0 0 20 0 1 0 230339183 115843072 363 33554432000 4194304 5098028 140733216439216 140733216437320 139819284697724 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 38969344 140733216441404 140733216441604 140733216441604 140733216444362 0
/proc/864/statm: 28282 363 306 221 0 87 0
[pid=866] ppid=864 vsize=14089320 memory=129128 CPUtime=8.43 cores=1,3,5,7
/proc/866/stat : 866 (java) S 864 864 28069 0 -1 1077944320 24931 0 0 0 835 8 0 0 20 0 15 0 230339183 14427463680 32282 33554432000 4194304 4196468 140725632187744 140725632170288 139821223407351 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11657216 140725632193670 140725632193841 140725632193841 140725632196559 0
/proc/866/statm: 3522330 32282 3376 1 0 3483524 0
[pid=866/tid=867] ppid=864 vsize=14089320 memory=129128 CPUtime=5.66 cores=1,3,5,7
/proc/866/task/867/stat : 867 (java) R 864 864 28069 0 -1 4202560 7935 0 0 0 561 5 0 0 20 0 15 0 230339184 14427463680 32282 33554432000 4194304 4196468 140725632187744 139821227644160 139820865977390 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11657216 140725632193670 140725632193841 140725632193841 140725632196559 0
[pid=866/tid=868] ppid=864 vsize=14089320 memory=7518588407632980056 CPUtime=0 cores=1,3,5,7
/proc/866/task/868/stat : 868 (java) S 864 864 28069 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230339184 14427463680 32282 33554432000 4194304 4196468 140725632187744 139820819262352 139821223417557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11657216 140725632193670 140725632193841 140725632193841 140725632196559 0
[pid=866/tid=869] ppid=864 vsize=14089320 memory=127080 CPUtime=0 cores=1,3,5,7
/proc/866/task/869/stat : 869 (java) S 864 864 28069 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230339184 14427463680 32282 33554432000 4194304 4196468 140725632187744 139820818209552 139821223417557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11657216 140725632193670 140725632193841 140725632193841 140725632196559 0
[pid=866/tid=870] ppid=864 vsize=14089320 memory=4513 CPUtime=0 cores=1,3,5,7
/proc/866/task/870/stat : 870 (java) S 864 864 28069 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 230339184 14427463680 32282 33554432000 4194304 4196468 140725632187744 139820817157264 139821223417557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11657216 140725632193670 140725632193841 140725632193841 140725632196559 0
[pid=866/tid=871] ppid=864 vsize=14089320 memory=2762 CPUtime=0 cores=1,3,5,7
/proc/866/task/871/stat : 871 (java) S 864 864 28069 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 230339184 14427463680 32282 33554432000 4194304 4196468 140725632187744 139820816104464 139821223417557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11657216 140725632193670 140725632193841 140725632193841 140725632196559 0
[pid=866/tid=872] ppid=864 vsize=14089320 memory=1055 CPUtime=0 cores=1,3,5,7
/proc/866/task/872/stat : 872 (java) S 864 864 28069 0 -1 1077944384 325 0 0 0 0 0 0 0 20 0 15 0 230339186 14427463680 32282 33554432000 4194304 4196468 140725632187744 139820697639024 139821223418498 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11657216 140725632193670 140725632193841 140725632193841 140725632196559 0
[pid=866/tid=873] ppid=864 vsize=14089320 memory=0 CPUtime=0 cores=1,3,5,7
/proc/866/task/873/stat : 873 (java) S 864 864 28069 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 230339186 14427463680 32282 33554432000 4194304 4196468 140725632187744 139820696584992 139821223417557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11657216 140725632193670 140725632193841 140725632193841 140725632196559 0
[pid=866/tid=874] ppid=864 vsize=14089320 memory=130032 CPUtime=0 cores=1,3,5,7
/proc/866/task/874/stat : 874 (java) S 864 864 28069 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 230339186 14427463680 32282 33554432000 4194304 4196468 140725632187744 139820695532656 139821223417557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11657216 140725632193670 140725632193841 140725632193841 140725632196559 0
[pid=866/tid=875] ppid=864 vsize=14089320 memory=-7019007802211101846 CPUtime=0 cores=1,3,5,7
/proc/866/task/875/stat : 875 (java) S 864 864 28069 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230339189 14427463680 32282 33554432000 4194304 4196468 140725632187744 139820694480976 139821223425947 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11657216 140725632193670 140725632193841 140725632193841 140725632196559 0
[pid=866/tid=876] ppid=864 vsize=14089320 memory=1452 CPUtime=1.2 cores=1,3,5,7
/proc/866/task/876/stat : 876 (java) S 864 864 28069 0 -1 1077944384 5662 0 0 0 120 0 0 0 20 0 15 0 230339189 14427463680 32282 33554432000 4194304 4196468 140725632187744 139820693428848 139821223418498 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11657216 140725632193670 140725632193841 140725632193841 140725632196559 0
[pid=866/tid=877] ppid=864 vsize=14089320 memory=1452 CPUtime=1.05 cores=1,3,5,7
/proc/866/task/877/stat : 877 (java) S 864 864 28069 0 -1 1077944384 5961 0 0 0 105 0 0 0 20 0 15 0 230339189 14427463680 32282 33554432000 4194304 4196468 140725632187744 139820692376048 139821223418498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11657216 140725632193670 140725632193841 140725632193841 140725632196559 0
[pid=866/tid=878] ppid=864 vsize=14089320 memory=121600 CPUtime=0.48 cores=1,3,5,7
/proc/866/task/878/stat : 878 (java) S 864 864 28069 0 -1 1077944384 3196 0 0 0 48 0 0 0 20 0 15 0 230339189 14427463680 32282 33554432000 4194304 4196468 140725632187744 139820691323760 139821223418498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11657216 140725632193670 140725632193841 140725632193841 140725632196559 0
[pid=866/tid=879] ppid=864 vsize=14089320 memory=1408 CPUtime=0 cores=1,3,5,7
/proc/866/task/879/stat : 879 (java) S 864 864 28069 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 230339189 14427463680 32282 33554432000 4194304 4196468 140725632187744 139820690271200 139821223417557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11657216 140725632193670 140725632193841 140725632193841 140725632196559 0
[pid=866/tid=880] ppid=864 vsize=14089320 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/866/task/880/stat : 880 (java) S 864 864 28069 0 -1 1077944384 550 0 0 0 0 0 0 0 20 0 15 0 230339189 14427463680 32282 33554432000 4194304 4196468 140725632187744 139820689217968 139821223418498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11657216 140725632193670 140725632193841 140725632193841 140725632196559 0
Current children cumulated CPU time: 8.43 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 130580 KiB

Child status: 0
Real time (s): 5.76955
CPU time (s): 8.51707
CPU user time (s): 8.4255
CPU system time (s): 0.091578
CPU usage (%): 147.621
Max. virtual memory (cumulated for all children) (KiB): 14202448
Max. memory (cumulated for all children) (KiB): 135640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.42549
system time used= 0.091578
maximum resident set size= 134192
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26279
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2091
involuntary context switches= 26


# summary of solver processes directly reported to runsolver:
#   pid: 864
#   total CPU time (s): 8.51707
#   total CPU user time (s): 8.4255
#   total CPU system time (s): 0.091578

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.063144 second user time and 0.091513 second system time

The end

Launcher Data

Begin job on node135 at 2018-08-13 04:36:00
IDJOB=4306907
IDBENCH=141582
IDSOLVER=2787
FILE ID=node135/4306907-1534127760
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/Frb/frb-35-17-1_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-4306907-1534127760/watcher-4306907-1534127760 -o /tmp/evaluation-result-4306907-1534127760/solver-4306907-1534127760 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1534098559-28101 --watchdog 2580  HOME/xcsp3-exec -seed 54706313 -dir HOME -tl 2520 -ml 11000 -p 1 HOME/instance-4306907-1534127760.xml

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

MD5SUM BENCH= 938558367576662423373d61b63119a7
RANDOM SEED=54706313

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:        16810284 kB
MemAvailable:   31604632 kB
Buffers:          251656 kB
Cached:         14638008 kB
SwapCached:            8 kB
Active:          7674364 kB
Inactive:        7569324 kB
Active(anon):     303128 kB
Inactive(anon):   103296 kB
Active(file):    7371236 kB
Inactive(file):  7466028 kB
Unevictable:        7244 kB
Mlocked:            7244 kB
SwapTotal:      67108860 kB
SwapFree:       67108852 kB
Dirty:             21776 kB
Writeback:             0 kB
AnonPages:        360900 kB
Mapped:            75228 kB
Shmem:             49816 kB
Slab:             414272 kB
SReclaimable:     385544 kB
SUnreclaim:        28728 kB
KernelStack:        3568 kB
PageTables:         6152 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1220528 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    290816 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 04:36:06