Trace number 4271184

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.5 par (2017-08-09)SAT 133.606 17.340799

General information on the benchmark

NameRandom/Random-D-t020/
rand-2-40-11-414-020-35.xml
MD5SUMa2d920503104dc914fda533712712f08
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 benchmark7.70538
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints414
Number of domains1
Minimum domain size11
Maximum domain size11
Distribution of domain sizes[{"size":11,"count":40}]
Minimum variable degree16
Maximum variable degree26
Distribution of variable degrees[{"degree":16,"count":2},{"degree":17,"count":5},{"degree":18,"count":2},{"degree":19,"count":3},{"degree":20,"count":3},{"degree":21,"count":9},{"degree":22,"count":4},{"degree":23,"count":9},{"degree":24,"count":2},{"degree":26,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":414}]
Number of extensional constraints414
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":414}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx22000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4271184-1502686880.xml"  -tl '20160s' -p 8 -x 0
0.11/0.14	c [HOME/instance-4271184-1502686880.xml, -tl, 20160s, -p, 8, -x, 0]
0.11/0.20	c 8 solvers in parallel
0.33/0.27	c parse instance...
2.93/0.94	c solve instance...
133.34/17.33	s SATISFIABLE
133.34/17.33	v <instantiation>
133.34/17.33	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] </list>
133.34/17.33	v 	<values>0 1 4 10 0 10 8 4 1 5 10 4 8 4 5 10 3 2 7 2 8 0 4 1 0 0 0 1 7 1 8 2 0 7 8 4 2 3 8 5 </values>
133.34/17.33	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 (12284 MiB free)
  memory of node 1: 16384 MiB (13579 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4271184-1502686880/watcher-4271184-1502686880 -o /tmp/evaluation-result-4271184-1502686880/solver-4271184-1502686880 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node105-1502680975-372 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 2039201628 HOME/instance-4271184-1502686880.xml 

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

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


[startup+0.100129 s]*
/proc/loadavg: 7.68 8.02 8.14 2/199 905
/proc/meminfo: memFree=26467964/32770624 swapFree=67108860/67108860
[pid=879] ppid=876 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/879/stat : 879 (xcsp3-exec) S 876 879 345 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 101759636 9740288 346 33554432000 4194304 5098028 140723338129664 140723338127768 139697431257724 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 35860480 140723338134628 140723338134839 140723338134839 140723338137579 0
/proc/879/statm: 2378 346 289 221 0 87 0
[pid=881] ppid=879 vsize=25999808 memory=26768 CPUtime=0.11 cores=0-7
/proc/881/stat : 881 (java) S 879 879 345 0 -1 1077944320 5614 0 0 0 10 1 0 0 20 0 20 0 101759636 26623803392 6692 33554432000 4194304 4196468 140734533222400 140734533204944 140056928186103 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
/proc/881/statm: 6499952 6692 2847 1 0 6488269 0
[pid=881/tid=882] ppid=879 vsize=25999808 memory=8390339637985935414 CPUtime=0.09 cores=0-7
/proc/881/task/882/stat : 882 (java) R 879 879 345 0 -1 4202560 3636 0 0 0 8 1 0 0 20 0 20 0 101759637 26623803392 6692 33554432000 4194304 4196468 140734533222400 140056932412640 140056551630978 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
[pid=881/tid=883] ppid=879 vsize=25999808 memory=288230596118052887 CPUtime=0 cores=0-7
/proc/881/task/883/stat : 883 (java) S 879 879 345 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101759637 26623803392 6692 33554432000 4194304 4196468 140734533222400 140056880806928 140056928196309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
[pid=881/tid=884] ppid=879 vsize=25999808 memory=288370915992589952 CPUtime=0 cores=0-7
/proc/881/task/884/stat : 884 (java) S 879 879 345 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101759638 26623803392 6692 33554432000 4194304 4196468 140734533222400 140056879754384 140056928196309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
[pid=881/tid=885] ppid=879 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/881/task/885/stat : 885 (java) S 879 879 345 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101759638 26623803392 6692 33554432000 4194304 4196468 140734533222400 140056878701328 140056928196309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
[pid=881/tid=887] ppid=879 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/881/task/887/stat : 887 (java) S 879 879 345 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101759638 26623803392 6692 33554432000 4194304 4196468 140734533222400 140056877648784 140056928196309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
[pid=881/tid=888] ppid=879 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/881/task/888/stat : 888 (java) S 879 879 345 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101759638 26623803392 6692 33554432000 4194304 4196468 140734533222400 140056876595728 140056928196309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
[pid=881/tid=890] ppid=879 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/881/task/890/stat : 890 (java) S 879 879 345 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101759638 26623803392 6692 33554432000 4194304 4196468 140734533222400 140056875543184 140056928196309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
[pid=881/tid=891] ppid=879 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/881/task/891/stat : 891 (java) S 879 879 345 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101759638 26623803392 6692 33554432000 4194304 4196468 140734533222400 140056874490128 140056928196309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
[pid=881/tid=892] ppid=879 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/881/task/892/stat : 892 (java) S 879 879 345 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101759638 26623803392 6692 33554432000 4194304 4196468 140734533222400 140056873437584 140056928196309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
[pid=881/tid=893] ppid=879 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/881/task/893/stat : 893 (java) S 879 879 345 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101759639 26623803392 6692 33554432000 4194304 4196468 140734533222400 140055988361968 140056928197250 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
[pid=881/tid=896] ppid=879 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/881/task/896/stat : 896 (java) S 879 879 345 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 101759639 26623803392 6692 33554432000 4194304 4196468 140734533222400 140055987308192 140056928196309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
[pid=881/tid=897] ppid=879 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/881/task/897/stat : 897 (java) S 879 879 345 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 101759640 26623803392 6692 33554432000 4194304 4196468 140734533222400 140055986255088 140056928196309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
[pid=881/tid=898] ppid=879 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/881/task/898/stat : 898 (java) S 879 879 345 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101759642 26623803392 6692 33554432000 4194304 4196468 140734533222400 140055985203664 140056928204699 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
[pid=881/tid=899] ppid=879 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/881/task/899/stat : 899 (java) S 879 879 345 0 -1 1077944384 315 0 0 0 0 0 0 0 20 0 20 0 101759642 26623803392 6692 33554432000 4194304 4196468 140734533222400 140055984150768 140056928197250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
[pid=881/tid=900] ppid=879 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/881/task/900/stat : 900 (java) S 879 879 345 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101759642 26623803392 6692 33554432000 4194304 4196468 140734533222400 140055983098224 140056928197250 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
[pid=881/tid=901] ppid=879 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/881/task/901/stat : 901 (java) S 879 879 345 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 20 0 101759642 26623803392 6692 33554432000 4194304 4196468 140734533222400 140055982045168 140056928197250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
[pid=881/tid=902] ppid=879 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/881/task/902/stat : 902 (java) R 879 879 345 0 -1 4202560 245 0 0 0 1 0 0 0 20 0 20 0 101759642 26623803392 6692 33554432000 4194304 4196468 140734533222400 140055980992624 140056928198038 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
[pid=881/tid=904] ppid=879 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/881/task/904/stat : 904 (java) S 879 879 345 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101759642 26623803392 6692 33554432000 4194304 4196468 140734533222400 140055979940832 140056928196309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
[pid=881/tid=905] ppid=879 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/881/task/905/stat : 905 (java) S 879 879 345 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101759643 26623803392 6692 33554432000 4194304 4196468 140734533222400 140055978888368 140056928197250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 28152 KiB

[startup+0.210393 s]*
/proc/loadavg: 7.68 8.02 8.14 2/199 905
/proc/meminfo: memFree=26457048/32770624 swapFree=67108860/67108860
[pid=879] ppid=876 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/879/stat : 879 (xcsp3-exec) S 876 879 345 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 101759636 9740288 346 33554432000 4194304 5098028 140723338129664 140723338127768 139697431257724 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 35860480 140723338134628 140723338134839 140723338134839 140723338137579 0
/proc/879/statm: 2378 346 289 221 0 87 0
[pid=881] ppid=879 vsize=26004064 memory=39232 CPUtime=0.33 cores=0-7
/proc/881/stat : 881 (java) S 879 879 345 0 -1 1077944320 8338 0 0 0 30 3 0 0 20 0 20 0 101759636 26628161536 9808 33554432000 4194304 4196468 140734533222400 140734533204944 140056928186103 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
/proc/881/statm: 6501016 9808 3075 1 0 6488269 0
[pid=881/tid=882] ppid=879 vsize=26004064 memory=8390339637985935414 CPUtime=0.19 cores=0-7
/proc/881/task/882/stat : 882 (java) R 879 879 345 0 -1 4202560 5423 0 0 0 17 2 0 0 20 0 20 0 101759637 26628161536 9808 33554432000 4194304 4196468 140734533222400 140056932399136 140056912266590 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
[pid=881/tid=883] ppid=879 vsize=26004064 memory=288230596118052887 CPUtime=0 cores=0-7
/proc/881/task/883/stat : 883 (java) S 879 879 345 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101759637 26628161536 9808 33554432000 4194304 4196468 140734533222400 140056880806928 140056928196309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
[pid=881/tid=884] ppid=879 vsize=26004064 memory=288370915992589952 CPUtime=0 cores=0-7
/proc/881/task/884/stat : 884 (java) S 879 879 345 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101759638 26628161536 9808 33554432000 4194304 4196468 140734533222400 140056879754384 140056928196309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
[pid=881/tid=885] ppid=879 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/881/task/885/stat : 885 (java) S 879 879 345 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101759638 26628161536 9808 33554432000 4194304 4196468 140734533222400 140056878701328 140056928196309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
[pid=881/tid=887] ppid=879 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/881/task/887/stat : 887 (java) S 879 879 345 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101759638 26628161536 9808 33554432000 4194304 4196468 140734533222400 140056877648784 140056928196309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
[pid=881/tid=888] ppid=879 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/881/task/888/stat : 888 (java) S 879 879 345 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101759638 26628161536 9808 33554432000 4194304 4196468 140734533222400 140056876595728 140056928196309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
[pid=881/tid=890] ppid=879 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/881/task/890/stat : 890 (java) S 879 879 345 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101759638 26628161536 9808 33554432000 4194304 4196468 140734533222400 140056875543184 140056928196309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
[pid=881/tid=891] ppid=879 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/881/task/891/stat : 891 (java) S 879 879 345 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101759638 26628161536 9808 33554432000 4194304 4196468 140734533222400 140056874490128 140056928196309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
[pid=881/tid=892] ppid=879 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/881/task/892/stat : 892 (java) S 879 879 345 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101759638 26628161536 9808 33554432000 4194304 4196468 140734533222400 140056873437584 140056928196309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
[pid=881/tid=893] ppid=879 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/881/task/893/stat : 893 (java) S 879 879 345 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101759639 26628161536 9808 33554432000 4194304 4196468 140734533222400 140055988361968 140056928197250 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
[pid=881/tid=896] ppid=879 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/881/task/896/stat : 896 (java) S 879 879 345 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 101759639 26628161536 9808 33554432000 4194304 4196468 140734533222400 140055987308192 140056928196309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
[pid=881/tid=897] ppid=879 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/881/task/897/stat : 897 (java) S 879 879 345 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 101759640 26628161536 9808 33554432000 4194304 4196468 140734533222400 140055986255088 140056928196309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
[pid=881/tid=898] ppid=879 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/881/task/898/stat : 898 (java) S 879 879 345 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101759642 26628161536 9808 33554432000 4194304 4196468 140734533222400 140055985203664 140056928204699 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
[pid=881/tid=899] ppid=879 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/881/task/899/stat : 899 (java) S 879 879 345 0 -1 1077944384 413 0 0 0 1 0 0 0 20 0 20 0 101759642 26628161536 9808 33554432000 4194304 4196468 140734533222400 140055984150768 140056928197250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
[pid=881/tid=900] ppid=879 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/881/task/900/stat : 900 (java) S 879 879 345 0 -1 1077944384 83 0 0 0 1 0 0 0 20 0 20 0 101759642 26628161536 9808 33554432000 4194304 4196468 140734533222400 140055983098224 140056928197250 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
[pid=881/tid=901] ppid=879 vsize=26004064 memory=-1 CPUtime=0.02 cores=0-7
/proc/881/task/901/stat : 901 (java) S 879 879 345 0 -1 1077944384 401 0 0 0 2 0 0 0 20 0 20 0 101759642 26628161536 9808 33554432000 4194304 4196468 140734533222400 140055982045168 140056928197250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
[pid=881/tid=902] ppid=879 vsize=26004064 memory=0 CPUtime=0.07 cores=0-7
/proc/881/task/902/stat : 902 (java) R 879 879 345 0 -1 4202560 722 0 0 0 7 0 0 0 20 0 20 0 101759642 26628161536 9808 33554432000 4194304 4196468 140734533222400 140055980992624 140056928207450 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
[pid=881/tid=904] ppid=879 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/881/task/904/stat : 904 (java) S 879 879 345 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101759642 26628161536 9808 33554432000 4194304 4196468 140734533222400 140055979940832 140056928196309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
[pid=881/tid=905] ppid=879 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/881/task/905/stat : 905 (java) S 879 879 345 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101759643 26628161536 9808 33554432000 4194304 4196468 140734533222400 140055978888368 140056928197250 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 40616 KiB

[startup+0.310209 s]*
/proc/loadavg: 7.68 8.02 8.14 3/199 905
/proc/meminfo: memFree=26452396/32770624 swapFree=67108860/67108860
[pid=879] ppid=876 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/879/stat : 879 (xcsp3-exec) S 876 879 345 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 101759636 9740288 346 33554432000 4194304 5098028 140723338129664 140723338127768 139697431257724 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 35860480 140723338134628 140723338134839 140723338134839 140723338137579 0
/proc/879/statm: 2378 346 289 221 0 87 0
[pid=881] ppid=879 vsize=26004064 memory=44116 CPUtime=0.5 cores=0-7
/proc/881/stat : 881 (java) S 879 879 345 0 -1 1077944320 9296 0 0 0 47 3 0 0 20 0 20 0 101759636 26628161536 11029 33554432000 4194304 4196468 140734533222400 140734533204944 140056928186103 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
/proc/881/statm: 6501016 11029 3102 1 0 6488269 0
[pid=881/tid=882] ppid=879 vsize=26004064 memory=1399051139730258233 CPUtime=0.29 cores=0-7
/proc/881/task/882/stat : 882 (java) R 879 879 345 0 -1 4202560 6097 0 0 0 27 2 0 0 20 0 20 0 101759637 26628161536 11095 33554432000 4194304 4196468 140734533222400 140056932423616 140056551521540 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
[pid=881/tid=883] ppid=879 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/881/task/883/stat : 883 (java) S 879 879 345 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101759637 26628161536 11095 33554432000 4194304 4196468 140734533222400 140056880806928 140056928196309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
[pid=881/tid=884] ppid=879 vsize=26004064 memory=140539840879592 CPUtime=0 cores=0-7
/proc/881/task/884/stat : 884 (java) S 879 879 345 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101759638 26628161536 11095 33554432000 4194304 4196468 140734533222400 140056879754384 140056928196309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
[pid=881/tid=885] ppid=879 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/881/task/885/stat : 885 (java) S 879 879 345 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101759638 26628161536 11095 33554432000 4194304 4196468 140734533222400 140056878701328 140056928196309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
[pid=881/tid=887] ppid=879 vsize=26004064 memory=2240 CPUtime=0 cores=0-7
/proc/881/task/887/stat : 887 (java) S 879 879 345 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101759638 26628161536 11095 33554432000 4194304 4196468 140734533222400 140056877648784 140056928196309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
[pid=881/tid=888] ppid=879 vsize=26004064 memory=2241 CPUtime=0 cores=0-7
/proc/881/task/888/stat : 888 (java) S 879 879 345 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101759638 26628161536 11095 33554432000 4194304 4196468 140734533222400 140056876595728 140056928196309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
[pid=881/tid=890] ppid=879 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/881/task/890/stat : 890 (java) S 879 879 345 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101759638 26628161536 11095 33554432000 4194304 4196468 140734533222400 140056875543184 140056928196309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
[pid=881/tid=891] ppid=879 vsize=26004064 memory=281079437194240 CPUtime=0 cores=0-7
/proc/881/task/891/stat : 891 (java) S 879 879 345 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101759638 26628161536 11095 33554432000 4194304 4196468 140734533222400 140056874490128 140056928196309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
[pid=881/tid=892] ppid=879 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/881/task/892/stat : 892 (java) S 879 879 345 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101759638 26628161536 11095 33554432000 4194304 4196468 140734533222400 140056873437584 140056928196309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
[pid=881/tid=893] ppid=879 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/881/task/893/stat : 893 (java) S 879 879 345 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101759639 26628161536 11095 33554432000 4194304 4196468 140734533222400 140055988361968 140056928197250 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
[pid=881/tid=896] ppid=879 vsize=26004064 memory=2440 CPUtime=0 cores=0-7
/proc/881/task/896/stat : 896 (java) S 879 879 345 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 101759639 26628161536 11095 33554432000 4194304 4196468 140734533222400 140055987308192 140056928196309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
[pid=881/tid=897] ppid=879 vsize=26004064 memory=440 CPUtime=0 cores=0-7
/proc/881/task/897/stat : 897 (java) S 879 879 345 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 101759640 26628161536 11095 33554432000 4194304 4196468 140734533222400 140055986255088 140056928196309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
[pid=881/tid=898] ppid=879 vsize=26004064 memory=128 CPUtime=0 cores=0-7
/proc/881/task/898/stat : 898 (java) S 879 879 345 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101759642 26628161536 11095 33554432000 4194304 4196468 140734533222400 140055985203664 140056928204699 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
[pid=881/tid=899] ppid=879 vsize=26004064 memory=0 CPUtime=0.02 cores=0-7
/proc/881/task/899/stat : 899 (java) R 879 879 345 0 -1 4202560 467 0 0 0 2 0 0 0 20 0 20 0 101759642 26628161536 11095 33554432000 4194304 4196468 140734533222400 140055984150768 140056909364912 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
[pid=881/tid=900] ppid=879 vsize=26004064 memory=255 CPUtime=0.02 cores=0-7
/proc/881/task/900/stat : 900 (java) S 879 879 345 0 -1 1077944384 85 0 0 0 2 0 0 0 20 0 20 0 101759642 26628161536 11095 33554432000 4194304 4196468 140734533222400 140055983098224 140056928197250 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
[pid=881/tid=901] ppid=879 vsize=26004064 memory=53 CPUtime=0.03 cores=0-7
/proc/881/task/901/stat : 901 (java) S 879 879 345 0 -1 1077944384 508 0 0 0 3 0 0 0 20 0 20 0 101759642 26628161536 11095 33554432000 4194304 4196468 140734533222400 140055982045168 140056928197250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
[pid=881/tid=902] ppid=879 vsize=26004064 memory=60 CPUtime=0.12 cores=0-7
/proc/881/task/902/stat : 902 (java) R 879 879 345 0 -1 4202560 852 0 0 0 12 0 0 0 20 0 20 0 101759642 26628161536 11095 33554432000 4194304 4196468 140734533222400 140055980991808 140056906989312 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
[pid=881/tid=904] ppid=879 vsize=26004064 memory=3762817077584542003 CPUtime=0 cores=0-7
/proc/881/task/904/stat : 904 (java) S 879 879 345 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101759642 26628161536 11607 33554432000 4194304 4196468 140734533222400 140055979940832 140056928196309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
[pid=881/tid=905] ppid=879 vsize=26004064 memory=3617551817878221343 CPUtime=0 cores=0-7
/proc/881/task/905/stat : 905 (java) S 879 879 345 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101759643 26628161536 11607 33554432000 4194304 4196468 140734533222400 140055978888368 140056928197250 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 45500 KiB

[startup+0.700997 s]
/proc/loadavg: 7.68 8.02 8.14 6/199 905
/proc/meminfo: memFree=26421416/32770624 swapFree=67108860/67108860
[pid=879] ppid=876 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/879/stat : 879 (xcsp3-exec) S 876 879 345 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 101759636 9740288 346 33554432000 4194304 5098028 140723338129664 140723338127768 139697431257724 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 35860480 140723338134628 140723338134839 140723338134839 140723338137579 0
/proc/879/statm: 2378 346 289 221 0 87 0
[pid=881] ppid=879 vsize=26006188 memory=124684 CPUtime=2.09 cores=0-7
/proc/881/stat : 881 (java) S 879 879 345 0 -1 1077944320 15549 0 0 0 203 6 0 0 20 0 20 0 101759636 26630336512 31171 33554432000 4194304 4196468 140734533222400 140734533204944 140056928186103 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
/proc/881/statm: 6501547 31171 3205 1 0 6488781 0
[pid=881/tid=882] ppid=879 vsize=26006188 memory=4196 CPUtime=0.67 cores=0-7
/proc/881/task/882/stat : 882 (java) R 879 879 345 0 -1 4202560 6582 0 0 0 63 4 0 0 20 0 20 0 101759637 26630336512 31171 33554432000 4194304 4196468 140734533222400 140056932423040 140056928198038 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
[pid=881/tid=883] ppid=879 vsize=26006188 memory=29092 CPUtime=0 cores=0-7
/proc/881/task/883/stat : 883 (java) S 879 879 345 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101759637 26630336512 31171 33554432000 4194304 4196468 140734533222400 140056880806928 140056928196309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
[pid=881/tid=884] ppid=879 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/881/task/884/stat : 884 (java) S 879 879 345 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101759638 26630336512 31171 33554432000 4194304 4196468 140734533222400 140056879754384 140056928196309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
[pid=881/tid=885] ppid=879 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/881/task/885/stat : 885 (java) S 879 879 345 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101759638 26630336512 31171 33554432000 4194304 4196468 140734533222400 140056878701328 140056928196309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0

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

[pid=881/tid=902] ppid=879 vsize=26538700 memory=172 CPUtime=0.57 cores=0-7
/proc/881/task/902/stat : 902 (java) S 879 879 345 0 -1 1077944384 3594 0 0 0 57 0 0 0 20 0 28 0 101759642 27175628800 60042 33554432000 4194304 4196468 140734533222400 140055980992624 140056928197250 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
[pid=881/tid=904] ppid=879 vsize=26538700 memory=57 CPUtime=0 cores=0-7
/proc/881/task/904/stat : 904 (java) S 879 879 345 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 101759642 27175628800 60042 33554432000 4194304 4196468 140734533222400 140055979940832 140056928196309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
[pid=881/tid=905] ppid=879 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/881/task/905/stat : 905 (java) S 879 879 345 0 -1 1077944384 860 0 0 0 0 0 0 0 20 0 28 0 101759643 27175628800 60042 33554432000 4194304 4196468 140734533222400 140055978888368 140056928197250 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
[pid=881/tid=906] ppid=879 vsize=26538700 memory=0 CPUtime=15.59 cores=0-7
/proc/881/task/906/stat : 906 (java) R 879 879 345 0 -1 4202560 151 0 0 0 1559 0 0 0 20 0 28 0 101759731 27175628800 60042 33554432000 4194304 4196468 140734533222400 140055970876488 140056557271669 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
[pid=881/tid=907] ppid=879 vsize=26538700 memory=1499 CPUtime=15.35 cores=0-7
/proc/881/task/907/stat : 907 (java) R 879 879 345 0 -1 4202560 108 0 0 0 1535 0 0 0 20 0 28 0 101759732 27175628800 60042 33554432000 4194304 4196468 140734533222400 140055969825720 140056557812268 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
[pid=881/tid=908] ppid=879 vsize=26538700 memory=1475 CPUtime=15.14 cores=0-7
/proc/881/task/908/stat : 908 (java) R 879 879 345 0 -1 4202560 611 0 0 0 1514 0 0 0 20 0 28 0 101759732 27175628800 60042 33554432000 4194304 4196468 140734533222400 140055968773872 140056557801969 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
[pid=881/tid=909] ppid=879 vsize=26538700 memory=1454 CPUtime=15.42 cores=0-7
/proc/881/task/909/stat : 909 (java) R 879 879 345 0 -1 4202560 338 0 0 0 1542 0 0 0 20 0 28 0 101759732 27175628800 60042 33554432000 4194304 4196468 140734533222400 140055967719688 140056557637735 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
[pid=881/tid=910] ppid=879 vsize=26538700 memory=1482 CPUtime=15.34 cores=0-7
/proc/881/task/910/stat : 910 (java) R 879 879 345 0 -1 4202560 370 0 0 0 1534 0 0 0 20 0 28 0 101759732 27175628800 60042 33554432000 4194304 4196468 140734533222400 140055966667064 140056557818478 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
[pid=881/tid=911] ppid=879 vsize=26538700 memory=1474 CPUtime=15.48 cores=0-7
/proc/881/task/911/stat : 911 (java) R 879 879 345 0 -1 4202560 128 0 0 0 1548 0 0 0 20 0 28 0 101759732 27175628800 60042 33554432000 4194304 4196468 140734533222400 140055965613648 140056557801887 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
[pid=881/tid=913] ppid=879 vsize=26538700 memory=1488 CPUtime=15.41 cores=0-7
/proc/881/task/913/stat : 913 (java) R 879 879 345 0 -1 4202560 99 0 0 0 1541 0 0 0 20 0 28 0 101759732 27175628800 60042 33554432000 4194304 4196468 140734533222400 140055964561960 140056557811688 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
[pid=881/tid=914] ppid=879 vsize=26538700 memory=1481 CPUtime=15.46 cores=0-7
/proc/881/task/914/stat : 914 (java) R 879 879 345 0 -1 4202560 504 0 0 0 1546 0 0 0 20 0 28 0 101759732 27175628800 60042 33554432000 4194304 4196468 140734533222400 140055963509512 140056557812268 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
Current children cumulated CPU time: 129.36 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 241552 KiB

[startup+17.2014 s]
/proc/loadavg: 7.62 7.99 8.13 9/207 914
/proc/meminfo: memFree=26254792/32770624 swapFree=67108860/67108860
[pid=879] ppid=876 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/879/stat : 879 (xcsp3-exec) S 876 879 345 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 101759636 9740288 346 33554432000 4194304 5098028 140723338129664 140723338127768 139697431257724 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 35860480 140723338134628 140723338134839 140723338134839 140723338137579 0
/proc/879/statm: 2378 346 289 221 0 87 0
[pid=881] ppid=879 vsize=26538700 memory=240168 CPUtime=132.54 cores=0-7
/proc/881/stat : 881 (java) S 879 879 345 0 -1 1077944320 30527 0 0 0 13231 23 0 0 20 0 28 0 101759636 27175628800 60042 33554432000 4194304 4196468 140734533222400 140734533204944 140056928186103 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
/proc/881/statm: 6634675 60042 3258 1 0 6621909 0
[pid=881/tid=882] ppid=879 vsize=26538700 memory=-9001734013606258791 CPUtime=0.91 cores=0-7
/proc/881/task/882/stat : 882 (java) S 879 879 345 0 -1 1077944384 6774 0 0 0 86 5 0 0 20 0 28 0 101759637 27175628800 60042 33554432000 4194304 4196468 140734533222400 140056932426880 140056928196309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
[pid=881/tid=883] ppid=879 vsize=26538700 memory=8996927245810234922 CPUtime=0.03 cores=0-7
/proc/881/task/883/stat : 883 (java) S 879 879 345 0 -1 1077944384 352 0 0 0 1 2 0 0 20 0 28 0 101759637 27175628800 60042 33554432000 4194304 4196468 140734533222400 140056880806928 140056928196309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
[pid=881/tid=884] ppid=879 vsize=26538700 memory=1404222122299264374 CPUtime=0.02 cores=0-7
/proc/881/task/884/stat : 884 (java) S 879 879 345 0 -1 1077944384 125 0 0 0 1 1 0 0 20 0 28 0 101759638 27175628800 60042 33554432000 4194304 4196468 140734533222400 140056879754384 140056928196309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
[pid=881/tid=885] ppid=879 vsize=26538700 memory=6656426216303648864 CPUtime=0.02 cores=0-7
/proc/881/task/885/stat : 885 (java) S 879 879 345 0 -1 1077944384 118 0 0 0 1 1 0 0 20 0 28 0 101759638 27175628800 60042 33554432000 4194304 4196468 140734533222400 140056878701328 140056928196309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
[pid=881/tid=887] ppid=879 vsize=26538700 memory=5842134815799760108 CPUtime=0.03 cores=0-7
/proc/881/task/887/stat : 887 (java) S 879 879 345 0 -1 1077944384 885 0 0 0 2 1 0 0 20 0 28 0 101759638 27175628800 60042 33554432000 4194304 4196468 140734533222400 140056877648784 140056928196309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
[pid=881/tid=888] ppid=879 vsize=26538700 memory=0 CPUtime=0.03 cores=0-7
/proc/881/task/888/stat : 888 (java) S 879 879 345 0 -1 1077944384 647 0 0 0 2 1 0 0 20 0 28 0 101759638 27175628800 60042 33554432000 4194304 4196468 140734533222400 140056876595728 140056928196309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
[pid=881/tid=890] ppid=879 vsize=26538700 memory=0 CPUtime=0.03 cores=0-7
/proc/881/task/890/stat : 890 (java) S 879 879 345 0 -1 1077944384 167 0 0 0 2 1 0 0 20 0 28 0 101759638 27175628800 60042 33554432000 4194304 4196468 140734533222400 140056875543184 140056928196309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
[pid=881/tid=891] ppid=879 vsize=26538700 memory=4206450426559352880 CPUtime=0.01 cores=0-7
/proc/881/task/891/stat : 891 (java) S 879 879 345 0 -1 1077944384 79 0 0 0 0 1 0 0 20 0 28 0 101759638 27175628800 60042 33554432000 4194304 4196468 140734533222400 140056874490128 140056928196309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
[pid=881/tid=892] ppid=879 vsize=26538700 memory=7156871064139818325 CPUtime=0.02 cores=0-7
/proc/881/task/892/stat : 892 (java) S 879 879 345 0 -1 1077944384 347 0 0 0 1 1 0 0 20 0 28 0 101759638 27175628800 60042 33554432000 4194304 4196468 140734533222400 140056873437584 140056928196309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
[pid=881/tid=893] ppid=879 vsize=26538700 memory=7449279377461031730 CPUtime=0.01 cores=0-7
/proc/881/task/893/stat : 893 (java) S 879 879 345 0 -1 1077944384 581 0 0 0 1 0 0 0 20 0 28 0 101759639 27175628800 60042 33554432000 4194304 4196468 140734533222400 140055988361968 140056928197250 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
[pid=881/tid=896] ppid=879 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/881/task/896/stat : 896 (java) S 879 879 345 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 28 0 101759639 27175628800 60042 33554432000 4194304 4196468 140734533222400 140055987308256 140056928196309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
[pid=881/tid=897] ppid=879 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/881/task/897/stat : 897 (java) S 879 879 345 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 28 0 101759640 27175628800 60042 33554432000 4194304 4196468 140734533222400 140055986255104 140056928196309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
[pid=881/tid=898] ppid=879 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/881/task/898/stat : 898 (java) S 879 879 345 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 101759642 27175628800 60042 33554432000 4194304 4196468 140734533222400 140055985203664 140056928204699 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
[pid=881/tid=899] ppid=879 vsize=26538700 memory=0 CPUtime=1.32 cores=0-7
/proc/881/task/899/stat : 899 (java) S 879 879 345 0 -1 1077944384 3726 0 0 0 132 0 0 0 20 0 28 0 101759642 27175628800 60042 33554432000 4194304 4196468 140734533222400 140055984150768 140056928197250 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
[pid=881/tid=900] ppid=879 vsize=26538700 memory=128 CPUtime=1.25 cores=0-7
/proc/881/task/900/stat : 900 (java) S 879 879 345 0 -1 1077944384 2271 0 0 0 125 0 0 0 20 0 28 0 101759642 27175628800 60042 33554432000 4194304 4196468 140734533222400 140055983098224 140056928197250 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
[pid=881/tid=901] ppid=879 vsize=26538700 memory=125 CPUtime=1.72 cores=0-7
/proc/881/task/901/stat : 901 (java) S 879 879 345 0 -1 1077944384 6351 0 0 0 171 1 0 0 20 0 28 0 101759642 27175628800 60042 33554432000 4194304 4196468 140734533222400 140055982045168 140056928197250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
[pid=881/tid=902] ppid=879 vsize=26538700 memory=172 CPUtime=0.57 cores=0-7
/proc/881/task/902/stat : 902 (java) S 879 879 345 0 -1 1077944384 3594 0 0 0 57 0 0 0 20 0 28 0 101759642 27175628800 60042 33554432000 4194304 4196468 140734533222400 140055980992624 140056928197250 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
[pid=881/tid=904] ppid=879 vsize=26538700 memory=57 CPUtime=0 cores=0-7
/proc/881/task/904/stat : 904 (java) S 879 879 345 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 101759642 27175628800 60042 33554432000 4194304 4196468 140734533222400 140055979940832 140056928196309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
[pid=881/tid=905] ppid=879 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/881/task/905/stat : 905 (java) S 879 879 345 0 -1 1077944384 860 0 0 0 0 0 0 0 20 0 28 0 101759643 27175628800 60042 33554432000 4194304 4196468 140734533222400 140055978888368 140056928197250 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
[pid=881/tid=906] ppid=879 vsize=26538700 memory=0 CPUtime=15.99 cores=0-7
/proc/881/task/906/stat : 906 (java) R 879 879 345 0 -1 4202560 151 0 0 0 1599 0 0 0 20 0 28 0 101759731 27175628800 60042 33554432000 4194304 4196468 140734533222400 140055970876488 140056557271999 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
[pid=881/tid=907] ppid=879 vsize=26538700 memory=1281 CPUtime=15.75 cores=0-7
/proc/881/task/907/stat : 907 (java) R 879 879 345 0 -1 4202560 108 0 0 0 1575 0 0 0 20 0 28 0 101759732 27175628800 60042 33554432000 4194304 4196468 140734533222400 140055969825720 140056557271337 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
[pid=881/tid=908] ppid=879 vsize=26538700 memory=1257 CPUtime=15.54 cores=0-7
/proc/881/task/908/stat : 908 (java) R 879 879 345 0 -1 4202560 612 0 0 0 1554 0 0 0 20 0 28 0 101759732 27175628800 60042 33554432000 4194304 4196468 140734533222400 140055968773872 140056557271917 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
[pid=881/tid=909] ppid=879 vsize=26538700 memory=281079438295120 CPUtime=15.82 cores=0-7
/proc/881/task/909/stat : 909 (java) R 879 879 345 0 -1 4202560 338 0 0 0 1582 0 0 0 20 0 28 0 101759732 27175628800 60042 33554432000 4194304 4196468 140734533222400 140055967719688 140056557271834 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
[pid=881/tid=910] ppid=879 vsize=26538700 memory=7956571091639951745 CPUtime=15.74 cores=0-7
/proc/881/task/910/stat : 910 (java) R 879 879 345 0 -1 4202560 370 0 0 0 1574 0 0 0 20 0 28 0 101759732 27175628800 60042 33554432000 4194304 4196468 140734533222400 140055966667064 140056557811693 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
[pid=881/tid=911] ppid=879 vsize=26538700 memory=27277388532 CPUtime=15.88 cores=0-7
/proc/881/task/911/stat : 911 (java) R 879 879 345 0 -1 4202560 128 0 0 0 1588 0 0 0 20 0 28 0 101759732 27175628800 60042 33554432000 4194304 4196468 140734533222400 140055965613648 140056557811697 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
[pid=881/tid=913] ppid=879 vsize=26538700 memory=281079438034984 CPUtime=15.81 cores=0-7
/proc/881/task/913/stat : 913 (java) R 879 879 345 0 -1 4202560 99 0 0 0 1581 0 0 0 20 0 28 0 101759732 27175628800 60042 33554432000 4194304 4196468 140734533222400 140055964561960 140056557801570 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
[pid=881/tid=914] ppid=879 vsize=26538700 memory=281079439001104 CPUtime=15.85 cores=0-7
/proc/881/task/914/stat : 914 (java) R 879 879 345 0 -1 4202560 504 0 0 0 1585 0 0 0 20 0 28 0 101759732 27175628800 60042 33554432000 4194304 4196468 140734533222400 140055963509512 140056557811688 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
Current children cumulated CPU time: 132.54 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 241552 KiB

[startup+17.3013 s]
/proc/loadavg: 7.62 7.99 8.13 9/207 914
/proc/meminfo: memFree=26254792/32770624 swapFree=67108860/67108860
[pid=879] ppid=876 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/879/stat : 879 (xcsp3-exec) S 876 879 345 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 101759636 9740288 346 33554432000 4194304 5098028 140723338129664 140723338127768 139697431257724 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 35860480 140723338134628 140723338134839 140723338134839 140723338137579 0
/proc/879/statm: 2378 346 289 221 0 87 0
[pid=881] ppid=879 vsize=26538700 memory=240168 CPUtime=133.34 cores=0-7
/proc/881/stat : 881 (java) S 879 879 345 0 -1 1077944320 30527 0 0 0 13311 23 0 0 20 0 28 0 101759636 27175628800 60042 33554432000 4194304 4196468 140734533222400 140734533204944 140056928186103 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
/proc/881/statm: 6634675 60042 3258 1 0 6621909 0
[pid=881/tid=882] ppid=879 vsize=26538700 memory=140539718852353 CPUtime=0.91 cores=0-7
/proc/881/task/882/stat : 882 (java) S 879 879 345 0 -1 1077944384 6774 0 0 0 86 5 0 0 20 0 28 0 101759637 27175628800 60042 33554432000 4194304 4196468 140734533222400 140056932426880 140056928196309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
[pid=881/tid=883] ppid=879 vsize=26538700 memory=1384 CPUtime=0.03 cores=0-7
/proc/881/task/883/stat : 883 (java) S 879 879 345 0 -1 1077944384 352 0 0 0 1 2 0 0 20 0 28 0 101759637 27175628800 60042 33554432000 4194304 4196468 140734533222400 140056880806928 140056928196309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
[pid=881/tid=884] ppid=879 vsize=26538700 memory=4012 CPUtime=0.02 cores=0-7
/proc/881/task/884/stat : 884 (java) S 879 879 345 0 -1 1077944384 125 0 0 0 1 1 0 0 20 0 28 0 101759638 27175628800 60042 33554432000 4194304 4196468 140734533222400 140056879754384 140056928196309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
[pid=881/tid=885] ppid=879 vsize=26538700 memory=1696 CPUtime=0.02 cores=0-7
/proc/881/task/885/stat : 885 (java) S 879 879 345 0 -1 1077944384 118 0 0 0 1 1 0 0 20 0 28 0 101759638 27175628800 60042 33554432000 4194304 4196468 140734533222400 140056878701328 140056928196309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
[pid=881/tid=887] ppid=879 vsize=26538700 memory=0 CPUtime=0.03 cores=0-7
/proc/881/task/887/stat : 887 (java) S 879 879 345 0 -1 1077944384 885 0 0 0 2 1 0 0 20 0 28 0 101759638 27175628800 60042 33554432000 4194304 4196468 140734533222400 140056877648784 140056928196309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
[pid=881/tid=888] ppid=879 vsize=26538700 memory=7228952860318393920 CPUtime=0.03 cores=0-7
/proc/881/task/888/stat : 888 (java) S 879 879 345 0 -1 1077944384 647 0 0 0 2 1 0 0 20 0 28 0 101759638 27175628800 60042 33554432000 4194304 4196468 140734533222400 140056876595728 140056928196309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
[pid=881/tid=890] ppid=879 vsize=26538700 memory=228736 CPUtime=0.03 cores=0-7
/proc/881/task/890/stat : 890 (java) S 879 879 345 0 -1 1077944384 167 0 0 0 2 1 0 0 20 0 28 0 101759638 27175628800 60042 33554432000 4194304 4196468 140734533222400 140056875543184 140056928196309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
[pid=881/tid=891] ppid=879 vsize=26538700 memory=1 CPUtime=0.01 cores=0-7
/proc/881/task/891/stat : 891 (java) S 879 879 345 0 -1 1077944384 79 0 0 0 0 1 0 0 20 0 28 0 101759638 27175628800 60042 33554432000 4194304 4196468 140734533222400 140056874490128 140056928196309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
[pid=881/tid=892] ppid=879 vsize=26538700 memory=140539719046036 CPUtime=0.02 cores=0-7
/proc/881/task/892/stat : 892 (java) S 879 879 345 0 -1 1077944384 347 0 0 0 1 1 0 0 20 0 28 0 101759638 27175628800 60042 33554432000 4194304 4196468 140734533222400 140056873437584 140056928196309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
[pid=881/tid=893] ppid=879 vsize=26538700 memory=54 CPUtime=0.01 cores=0-7
/proc/881/task/893/stat : 893 (java) S 879 879 345 0 -1 1077944384 581 0 0 0 1 0 0 0 20 0 28 0 101759639 27175628800 60042 33554432000 4194304 4196468 140734533222400 140055988361968 140056928197250 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
[pid=881/tid=896] ppid=879 vsize=26538700 memory=-6524726838083830668 CPUtime=0 cores=0-7
/proc/881/task/896/stat : 896 (java) S 879 879 345 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 28 0 101759639 27175628800 60042 33554432000 4194304 4196468 140734533222400 140055987308256 140056928196309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
[pid=881/tid=897] ppid=879 vsize=26538700 memory=-7812800577974661515 CPUtime=0 cores=0-7
/proc/881/task/897/stat : 897 (java) S 879 879 345 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 28 0 101759640 27175628800 60042 33554432000 4194304 4196468 140734533222400 140055986255104 140056928196309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
[pid=881/tid=898] ppid=879 vsize=26538700 memory=2495376006485 CPUtime=0 cores=0-7
/proc/881/task/898/stat : 898 (java) S 879 879 345 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 101759642 27175628800 60042 33554432000 4194304 4196468 140734533222400 140055985203664 140056928204699 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
[pid=881/tid=899] ppid=879 vsize=26538700 memory=281079437066480 CPUtime=1.32 cores=0-7
/proc/881/task/899/stat : 899 (java) S 879 879 345 0 -1 1077944384 3726 0 0 0 132 0 0 0 20 0 28 0 101759642 27175628800 60042 33554432000 4194304 4196468 140734533222400 140055984150768 140056928197250 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
[pid=881/tid=900] ppid=879 vsize=26538700 memory=4639924115538006630 CPUtime=1.25 cores=0-7
/proc/881/task/900/stat : 900 (java) S 879 879 345 0 -1 1077944384 2271 0 0 0 125 0 0 0 20 0 28 0 101759642 27175628800 60042 33554432000 4194304 4196468 140734533222400 140055983098224 140056928197250 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
[pid=881/tid=901] ppid=879 vsize=26538700 memory=0 CPUtime=1.72 cores=0-7
/proc/881/task/901/stat : 901 (java) S 879 879 345 0 -1 1077944384 6351 0 0 0 171 1 0 0 20 0 28 0 101759642 27175628800 60042 33554432000 4194304 4196468 140734533222400 140055982045168 140056928197250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
[pid=881/tid=902] ppid=879 vsize=26538700 memory=1291 CPUtime=0.57 cores=0-7
/proc/881/task/902/stat : 902 (java) S 879 879 345 0 -1 1077944384 3594 0 0 0 57 0 0 0 20 0 28 0 101759642 27175628800 60042 33554432000 4194304 4196468 140734533222400 140055980992624 140056928197250 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
[pid=881/tid=904] ppid=879 vsize=26538700 memory=1267 CPUtime=0 cores=0-7
/proc/881/task/904/stat : 904 (java) S 879 879 345 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 101759642 27175628800 60042 33554432000 4194304 4196468 140734533222400 140055979940832 140056928196309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
[pid=881/tid=905] ppid=879 vsize=26538700 memory=1252 CPUtime=0 cores=0-7
/proc/881/task/905/stat : 905 (java) S 879 879 345 0 -1 1077944384 860 0 0 0 0 0 0 0 20 0 28 0 101759643 27175628800 60042 33554432000 4194304 4196468 140734533222400 140055978888368 140056928197250 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
[pid=881/tid=906] ppid=879 vsize=26538700 memory=4040 CPUtime=16.09 cores=0-7
/proc/881/task/906/stat : 906 (java) R 879 879 345 0 -1 4202560 151 0 0 0 1609 0 0 0 20 0 28 0 101759731 27175628800 60042 33554432000 4194304 4196468 140734533222400 140055970876488 140056557801938 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
[pid=881/tid=907] ppid=879 vsize=26538700 memory=1792 CPUtime=15.85 cores=0-7
/proc/881/task/907/stat : 907 (java) R 879 879 345 0 -1 4202560 108 0 0 0 1585 0 0 0 20 0 28 0 101759732 27175628800 60042 33554432000 4194304 4196468 140734533222400 140055969825720 140056557271764 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
[pid=881/tid=908] ppid=879 vsize=26538700 memory=1384 CPUtime=15.64 cores=0-7
/proc/881/task/908/stat : 908 (java) R 879 879 345 0 -1 4202560 612 0 0 0 1564 0 0 0 20 0 28 0 101759732 27175628800 60042 33554432000 4194304 4196468 140734533222400 140055968773872 140056557818539 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
[pid=881/tid=909] ppid=879 vsize=26538700 memory=240168 CPUtime=15.92 cores=0-7
/proc/881/task/909/stat : 909 (java) R 879 879 345 0 -1 4202560 338 0 0 0 1592 0 0 0 20 0 28 0 101759732 27175628800 60042 33554432000 4194304 4196468 140734533222400 140055967719688 140056557271333 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
[pid=881/tid=910] ppid=879 vsize=26538700 memory=1384 CPUtime=15.84 cores=0-7
/proc/881/task/910/stat : 910 (java) R 879 879 345 0 -1 4202560 370 0 0 0 1584 0 0 0 20 0 28 0 101759732 27175628800 60042 33554432000 4194304 4196468 140734533222400 140055966667064 140056557818362 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
[pid=881/tid=911] ppid=879 vsize=26538700 memory=1384 CPUtime=15.98 cores=0-7
/proc/881/task/911/stat : 911 (java) R 879 879 345 0 -1 4202560 128 0 0 0 1598 0 0 0 20 0 28 0 101759732 27175628800 60042 33554432000 4194304 4196468 140734533222400 140055965613648 140056557801661 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
[pid=881/tid=913] ppid=879 vsize=26538700 memory=228736 CPUtime=15.91 cores=0-7
/proc/881/task/913/stat : 913 (java) R 879 879 345 0 -1 4202560 99 0 0 0 1591 0 0 0 20 0 28 0 101759732 27175628800 60042 33554432000 4194304 4196468 140734533222400 140055964561960 140056557818355 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
[pid=881/tid=914] ppid=879 vsize=26538700 memory=7808250545944 CPUtime=15.95 cores=0-7
/proc/881/task/914/stat : 914 (java) R 879 879 345 0 -1 4202560 504 0 0 0 1595 0 0 0 20 0 28 0 101759732 27175628800 60042 33554432000 4194304 4196468 140734533222400 140055963509512 140056558571994 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 9224192 140734533227666 140734533227843 140734533227843 140734533230543 0
Current children cumulated CPU time: 133.34 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 241552 KiB

Child status: 0
Real time (s): 17.3408
CPU time (s): 133.606
CPU user time (s): 133.362
CPU system time (s): 0.243817
CPU usage (%): 770.469
Max. virtual memory (cumulated for all children) (KiB): 26549988
Max. memory (cumulated for all children) (KiB): 241552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 133.362
system time used= 0.243817
maximum resident set size= 241868
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32273
page faults= 0
swaps= 0
block input operations= 0
block output operations= 144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3669
involuntary context switches= 1836


# summary of solver processes directly reported to runsolver:
#   pid: 879
#   total CPU time (s): 133.606
#   total CPU user time (s): 133.362
#   total CPU system time (s): 0.243817

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.171085 second user time and 0.229855 second system time

The end

Launcher Data

Begin job on node105 at 2017-08-14 06:47:02
IDJOB=4271184
IDBENCH=121919
IDSOLVER=2662
FILE ID=node105/4271184-1502686880
RUNJOBID= node105-1502680975-372
PBS_JOBID= 20628988
Free space on /tmp= 60664 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/Random/Random-D-t020/rand-2-40-11-414-020-35.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 22000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4271184-1502686880/watcher-4271184-1502686880 -o /tmp/evaluation-result-4271184-1502686880/solver-4271184-1502686880 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node105-1502680975-372 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 2039201628 HOME/instance-4271184-1502686880.xml

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

MD5SUM BENCH= a2d920503104dc914fda533712712f08
RANDOM SEED=2039201628

node105.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.17
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.17
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.17
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.17
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:        26484348 kB
MemAvailable:   31975532 kB
Buffers:          197468 kB
Cached:          5568004 kB
SwapCached:            0 kB
Active:           729892 kB
Inactive:        5089164 kB
Active(anon):      56276 kB
Inactive(anon):    25060 kB
Active(file):     673616 kB
Inactive(file):  5064104 kB
Unevictable:        6248 kB
Mlocked:            6248 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8024 kB
Writeback:             0 kB
AnonPages:         67092 kB
Mapped:            44248 kB
Shmem:             25228 kB
Slab:             164100 kB
SReclaimable:     138596 kB
SUnreclaim:        25504 kB
KernelStack:        3520 kB
PageTables:         5484 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     323152 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     16384 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 60656 MiB
End job on node105 at 2017-08-14 06:47:19