Trace number 4405739

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 2019-09-24SAT 7.70345 4.87677

General information on the benchmark

NameRandom/Random-D-t050/
rand-2-40-25-180-050-34.xml
MD5SUM2b23d7f384de8bee09908163d3005f80
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 benchmark1.27106
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints180
Number of domains1
Minimum domain size25
Maximum domain size25
Distribution of domain sizes[{"size":25,"count":40}]
Minimum variable degree4
Maximum variable degree14
Distribution of variable degrees[{"degree":4,"count":1},{"degree":5,"count":2},{"degree":6,"count":3},{"degree":7,"count":1},{"degree":8,"count":9},{"degree":9,"count":10},{"degree":10,"count":6},{"degree":11,"count":3},{"degree":13,"count":4},{"degree":14,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":180}]
Number of extensional constraints180
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":180}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4405739-1569399404.xml"  -tl '2520s' -p 1
0.14/0.18	c Choco e747e1e
0.14/0.18	c [HOME/instance-4405739-1569399404.xml, -tl, 2520s, -p, 1]
0.34/0.22	c simple solver
0.34/0.28	c parse instance...
1.71/0.71	c solve instance...
7.61/4.87	s SATISFIABLE
7.61/4.87	v <instantiation>
7.61/4.87	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>
7.61/4.87	v 	<values>10 7 18 16 2 20 19 20 8 20 21 11 1 24 3 11 21 5 10 16 14 14 6 4 10 12 7 12 11 9 0 16 7 17 21 4 16 12 7 11 </values>
7.61/4.87	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 (10911 MiB free)
  memory of node 1: 16384 MiB (12045 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4405739-1569399404/watcher-4405739-1569399404 -o /var/tmp/evaluation-result-4405739-1569399404/solver-4405739-1569399404 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node133-1569396629-3721 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 1 -ml 12000 -tdir HOME -seed 674984274 HOME/instance-4405739-1569399404.xml 

running on 4 cores: 0,2,4,6

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=4653, runsolver pid=4650
Current StackSize limit: 8192 KiB


[startup+0.102654 s]*
/proc/loadavg: 1.95 2.05 1.88 3/233 4669
/proc/meminfo: memFree=23492288/32770624 swapFree=67003052/67108860
[pid=4653] ppid=4650 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/4653/stat : 4653 (xcsp3-exec) S 4650 4653 3690 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 516179866 115843072 364 33554432000 4194304 5098028 140736393897584 140736393895688 139922232386172 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 10371072 140736393904983 140736393905241 140736393905241 140736393908166 0
/proc/4653/statm: 28282 364 305 221 0 87 0
[pid=4655] ppid=4653 vsize=15144776 memory=28940 CPUtime=0.14 cores=0,2,4,6
/proc/4655/stat : 4655 (java) S 4653 4653 3690 0 -1 1077944320 5675 0 0 0 12 2 0 0 20 0 15 0 516179866 15508250624 7235 33554432000 4194304 4196468 140737283485456 140737283468000 140156649574135 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 22700032 140737283490779 140737283490954 140737283490954 140737283493839 0
/proc/4655/statm: 3786194 7235 3173 1 0 3748377 0
[pid=4655/tid=4656] ppid=4653 vsize=15144776 memory=7971553444401222491 CPUtime=0.09 cores=0,2,4,6
/proc/4655/task/4656/stat : 4656 (java) R 4653 4653 3690 0 -1 4202560 3550 0 0 0 8 1 0 0 20 0 15 0 516179866 15508250624 7235 33554432000 4194304 4196468 140737283485456 140156653803200 140156633617765 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22700032 140737283490779 140737283490954 140737283490954 140737283493839 0
[pid=4655/tid=4657] ppid=4653 vsize=15144776 memory=-3689349214911541841 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4657/stat : 4657 (java) S 4653 4653 3690 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516179867 15508250624 7235 33554432000 4194304 4196468 140737283485456 140156602194192 140156649584341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22700032 140737283490779 140737283490954 140737283490954 140737283493839 0
[pid=4655/tid=4658] ppid=4653 vsize=15144776 memory=140633305970304 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4658/stat : 4658 (java) S 4653 4653 3690 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516179867 15508250624 7235 33554432000 4194304 4196468 140737283485456 140156601141648 140156649584341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22700032 140737283490779 140737283490954 140737283490954 140737283493839 0
[pid=4655/tid=4659] ppid=4653 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4659/stat : 4659 (java) S 4653 4653 3690 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516179867 15508250624 7235 33554432000 4194304 4196468 140737283485456 140156600089104 140156649584341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22700032 140737283490779 140737283490954 140737283490954 140737283493839 0
[pid=4655/tid=4660] ppid=4653 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4660/stat : 4660 (java) S 4653 4653 3690 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516179867 15508250624 7235 33554432000 4194304 4196468 140737283485456 140156599036560 140156649584341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22700032 140737283490779 140737283490954 140737283490954 140737283493839 0
[pid=4655/tid=4661] ppid=4653 vsize=15144776 memory=140633305970304 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4661/stat : 4661 (java) S 4653 4653 3690 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516179868 15508250624 7235 33554432000 4194304 4196468 140737283485456 140155523402224 140156649585282 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22700032 140737283490779 140737283490954 140737283490954 140737283493839 0
[pid=4655/tid=4662] ppid=4653 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4662/stat : 4662 (java) S 4653 4653 3690 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516179869 15508250624 7235 33554432000 4194304 4196468 140737283485456 140155522348448 140156649584341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22700032 140737283490779 140737283490954 140737283490954 140737283493839 0
[pid=4655/tid=4663] ppid=4653 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4663/stat : 4663 (java) S 4653 4653 3690 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516179869 15508250624 7235 33554432000 4194304 4196468 140737283485456 140155453171184 140156649584341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22700032 140737283490779 140737283490954 140737283490954 140737283493839 0
[pid=4655/tid=4664] ppid=4653 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4664/stat : 4664 (java) S 4653 4653 3690 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516179872 15508250624 7235 33554432000 4194304 4196468 140737283485456 140155452119760 140156649592731 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22700032 140737283490779 140737283490954 140737283490954 140737283493839 0
[pid=4655/tid=4665] ppid=4653 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4665/stat : 4665 (java) R 4653 4653 3690 0 -1 4202560 404 0 0 0 0 0 0 0 20 0 15 0 516179872 15508250624 7235 33554432000 4194304 4196468 140737283485456 140155451066352 140156635590960 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22700032 140737283490779 140737283490954 140737283490954 140737283493839 0
[pid=4655/tid=4666] ppid=4653 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4666/stat : 4666 (java) R 4653 4653 3690 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 516179872 15508250624 7235 33554432000 4194304 4196468 140737283485456 140155450013808 140156649585282 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22700032 140737283490779 140737283490954 140737283490954 140737283493839 0
[pid=4655/tid=4667] ppid=4653 vsize=15144776 memory=140633305970304 CPUtime=0.02 cores=0,2,4,6
/proc/4655/task/4667/stat : 4667 (java) R 4653 4653 3690 0 -1 4202560 366 0 0 0 2 0 0 0 20 0 15 0 516179872 15508250624 7235 33554432000 4194304 4196468 140737283485456 140155448961264 140156641811262 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22700032 140737283490779 140737283490954 140737283490954 140737283493839 0
[pid=4655/tid=4668] ppid=4653 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4668/stat : 4668 (java) S 4653 4653 3690 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516179872 15508250624 7235 33554432000 4194304 4196468 140737283485456 140155447908960 140156649584341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22700032 140737283490779 140737283490954 140737283490954 140737283493839 0
[pid=4655/tid=4669] ppid=4653 vsize=15144776 memory=140633305970304 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4669/stat : 4669 (java) R 4653 4653 3690 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516179872 15508250624 7235 33554432000 4194304 4196468 140737283485456 140155446856496 140156649585282 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 22700032 140737283490779 140737283490954 140737283490954 140737283493839 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30396 KiB

[startup+0.21097 s]*
/proc/loadavg: 1.95 2.05 1.88 5/233 4669
/proc/meminfo: memFree=23477560/32770624 swapFree=67003052/67108860
[pid=4653] ppid=4650 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/4653/stat : 4653 (xcsp3-exec) S 4650 4653 3690 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 516179866 115843072 364 33554432000 4194304 5098028 140736393897584 140736393895688 139922232386172 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 10371072 140736393904983 140736393905241 140736393905241 140736393908166 0
/proc/4653/statm: 28282 364 305 221 0 87 0
[pid=4655] ppid=4653 vsize=15144776 memory=40856 CPUtime=0.34 cores=0,2,4,6
/proc/4655/stat : 4655 (java) S 4653 4653 3690 0 -1 1077944320 9486 0 0 0 30 4 0 0 20 0 15 0 516179866 15508250624 10214 33554432000 4194304 4196468 140737283485456 140737283468000 140156649574135 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 22700032 140737283490779 140737283490954 140737283490954 140737283493839 0
/proc/4655/statm: 3786194 10214 3257 1 0 3748377 0
[pid=4655/tid=4656] ppid=4653 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/4655/task/4656/stat : 4656 (java) R 4653 4653 3690 0 -1 4202560 6595 0 0 0 18 2 0 0 20 0 15 0 516179866 15508250624 10214 33554432000 4194304 4196468 140737283485456 140156653803856 140156275410522 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22700032 140737283490779 140737283490954 140737283490954 140737283493839 0
[pid=4655/tid=4657] ppid=4653 vsize=15144776 memory=13591 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4657/stat : 4657 (java) S 4653 4653 3690 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516179867 15508250624 10214 33554432000 4194304 4196468 140737283485456 140156602194192 140156649584341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22700032 140737283490779 140737283490954 140737283490954 140737283493839 0
[pid=4655/tid=4658] ppid=4653 vsize=15144776 memory=4050055611822569120 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4658/stat : 4658 (java) S 4653 4653 3690 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516179867 15508250624 10214 33554432000 4194304 4196468 140737283485456 140156601141648 140156649584341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22700032 140737283490779 140737283490954 140737283490954 140737283493839 0
[pid=4655/tid=4659] ppid=4653 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4659/stat : 4659 (java) S 4653 4653 3690 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516179867 15508250624 10214 33554432000 4194304 4196468 140737283485456 140156600089104 140156649584341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22700032 140737283490779 140737283490954 140737283490954 140737283493839 0
[pid=4655/tid=4660] ppid=4653 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4660/stat : 4660 (java) S 4653 4653 3690 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516179867 15508250624 10214 33554432000 4194304 4196468 140737283485456 140156599036560 140156649584341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22700032 140737283490779 140737283490954 140737283490954 140737283493839 0
[pid=4655/tid=4661] ppid=4653 vsize=15144776 memory=140633305970304 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4661/stat : 4661 (java) S 4653 4653 3690 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 516179868 15508250624 10214 33554432000 4194304 4196468 140737283485456 140155523402224 140156649585282 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22700032 140737283490779 140737283490954 140737283490954 140737283493839 0
[pid=4655/tid=4662] ppid=4653 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4662/stat : 4662 (java) S 4653 4653 3690 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516179869 15508250624 10214 33554432000 4194304 4196468 140737283485456 140155522348448 140156649584341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22700032 140737283490779 140737283490954 140737283490954 140737283493839 0
[pid=4655/tid=4663] ppid=4653 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4663/stat : 4663 (java) S 4653 4653 3690 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516179869 15508250624 10214 33554432000 4194304 4196468 140737283485456 140155453171184 140156649584341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22700032 140737283490779 140737283490954 140737283490954 140737283493839 0
[pid=4655/tid=4664] ppid=4653 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4664/stat : 4664 (java) S 4653 4653 3690 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516179872 15508250624 10214 33554432000 4194304 4196468 140737283485456 140155452119760 140156649592731 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22700032 140737283490779 140737283490954 140737283490954 140737283493839 0
[pid=4655/tid=4665] ppid=4653 vsize=15144776 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/4655/task/4665/stat : 4665 (java) S 4653 4653 3690 0 -1 1077944384 457 0 0 0 2 0 0 0 20 0 15 0 516179872 15508250624 10214 33554432000 4194304 4196468 140737283485456 140155451066352 140156649585282 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22700032 140737283490779 140737283490954 140737283490954 140737283493839 0
[pid=4655/tid=4666] ppid=4653 vsize=15144776 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/4655/task/4666/stat : 4666 (java) S 4653 4653 3690 0 -1 1077944384 317 0 0 0 2 0 0 0 20 0 15 0 516179872 15508250624 10214 33554432000 4194304 4196468 140737283485456 140155450013808 140156649585282 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22700032 140737283490779 140737283490954 140737283490954 140737283493839 0
[pid=4655/tid=4667] ppid=4653 vsize=15144776 memory=140633305970304 CPUtime=0.07 cores=0,2,4,6
/proc/4655/task/4667/stat : 4667 (java) R 4653 4653 3690 0 -1 4202560 814 0 0 0 7 0 0 0 20 0 15 0 516179872 15508250624 10214 33554432000 4194304 4196468 140737283485456 140155448961264 140156629007200 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22700032 140737283490779 140737283490954 140737283490954 140737283493839 0
[pid=4655/tid=4668] ppid=4653 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4668/stat : 4668 (java) S 4653 4653 3690 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516179872 15508250624 10214 33554432000 4194304 4196468 140737283485456 140155447908960 140156649584341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22700032 140737283490779 140737283490954 140737283490954 140737283493839 0
[pid=4655/tid=4669] ppid=4653 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4669/stat : 4669 (java) S 4653 4653 3690 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516179872 15508250624 10214 33554432000 4194304 4196468 140737283485456 140155446856496 140156649585282 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22700032 140737283490779 140737283490954 140737283490954 140737283493839 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42312 KiB

[startup+0.310831 s]*
/proc/loadavg: 1.95 2.05 1.88 4/233 4669
/proc/meminfo: memFree=23470280/32770624 swapFree=67003052/67108860
[pid=4653] ppid=4650 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/4653/stat : 4653 (xcsp3-exec) S 4650 4653 3690 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 516179866 115843072 364 33554432000 4194304 5098028 140736393897584 140736393895688 139922232386172 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 10371072 140736393904983 140736393905241 140736393905241 140736393908166 0
/proc/4653/statm: 28282 364 305 221 0 87 0
[pid=4655] ppid=4653 vsize=15149032 memory=50304 CPUtime=0.53 cores=0,2,4,6
/proc/4655/stat : 4655 (java) S 4653 4653 3690 0 -1 1077944320 10898 0 0 0 48 5 0 0 20 0 15 0 516179866 15512608768 12576 33554432000 4194304 4196468 140737283485456 140737283468000 140156649574135 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 22700032 140737283490779 140737283490954 140737283490954 140737283493839 0
/proc/4655/statm: 3787258 12576 3370 1 0 3748377 0
[pid=4655/tid=4656] ppid=4653 vsize=15149032 memory=7883960649037381690 CPUtime=0.3 cores=0,2,4,6
/proc/4655/task/4656/stat : 4656 (java) R 4653 4653 3690 0 -1 4202560 7790 0 0 0 27 3 0 0 20 0 15 0 516179866 15512608768 12648 33554432000 4194304 4196468 140737283485456 140156653805248 140156633654622 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22700032 140737283490779 140737283490954 140737283490954 140737283493839 0
[pid=4655/tid=4657] ppid=4653 vsize=15149032 memory=13953 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4657/stat : 4657 (java) S 4653 4653 3690 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516179867 15512608768 12648 33554432000 4194304 4196468 140737283485456 140156602194192 140156649584341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22700032 140737283490779 140737283490954 140737283490954 140737283493839 0
[pid=4655/tid=4658] ppid=4653 vsize=15149032 memory=3888309 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4658/stat : 4658 (java) S 4653 4653 3690 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516179867 15512608768 12648 33554432000 4194304 4196468 140737283485456 140156601141648 140156649584341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22700032 140737283490779 140737283490954 140737283490954 140737283493839 0
[pid=4655/tid=4659] ppid=4653 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4659/stat : 4659 (java) S 4653 4653 3690 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516179867 15512608768 12648 33554432000 4194304 4196468 140737283485456 140156600089104 140156649584341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22700032 140737283490779 140737283490954 140737283490954 140737283493839 0
[pid=4655/tid=4660] ppid=4653 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4660/stat : 4660 (java) S 4653 4653 3690 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516179867 15512608768 12648 33554432000 4194304 4196468 140737283485456 140156599036560 140156649584341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22700032 140737283490779 140737283490954 140737283490954 140737283493839 0
[pid=4655/tid=4661] ppid=4653 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4661/stat : 4661 (java) S 4653 4653 3690 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 516179868 15512608768 12648 33554432000 4194304 4196468 140737283485456 140155523402224 140156649585282 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22700032 140737283490779 140737283490954 140737283490954 140737283493839 0
[pid=4655/tid=4662] ppid=4653 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4662/stat : 4662 (java) S 4653 4653 3690 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516179869 15512608768 12648 33554432000 4194304 4196468 140737283485456 140155522348448 140156649584341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22700032 140737283490779 140737283490954 140737283490954 140737283493839 0
[pid=4655/tid=4663] ppid=4653 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4663/stat : 4663 (java) S 4653 4653 3690 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516179869 15512608768 12648 33554432000 4194304 4196468 140737283485456 140155453171184 140156649584341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22700032 140737283490779 140737283490954 140737283490954 140737283493839 0
[pid=4655/tid=4664] ppid=4653 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4664/stat : 4664 (java) S 4653 4653 3690 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516179872 15512608768 12648 33554432000 4194304 4196468 140737283485456 140155452119760 140156649592731 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22700032 140737283490779 140737283490954 140737283490954 140737283493839 0
[pid=4655/tid=4665] ppid=4653 vsize=15149032 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/4655/task/4665/stat : 4665 (java) S 4653 4653 3690 0 -1 1077944384 488 0 0 0 4 0 0 0 20 0 15 0 516179872 15512608768 12648 33554432000 4194304 4196468 140737283485456 140155451066352 140156649585282 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22700032 140737283490779 140737283490954 140737283490954 140737283493839 0
[pid=4655/tid=4666] ppid=4653 vsize=15149032 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/4655/task/4666/stat : 4666 (java) S 4653 4653 3690 0 -1 1077944384 401 0 0 0 5 0 0 0 20 0 15 0 516179872 15512608768 12648 33554432000 4194304 4196468 140737283485456 140155450013808 140156649585282 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22700032 140737283490779 140737283490954 140737283490954 140737283493839 0
[pid=4655/tid=4667] ppid=4653 vsize=15149032 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/4655/task/4667/stat : 4667 (java) S 4653 4653 3690 0 -1 1077944384 933 0 0 0 11 0 0 0 20 0 15 0 516179872 15512608768 12648 33554432000 4194304 4196468 140737283485456 140155448961264 140156649585282 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22700032 140737283490779 140737283490954 140737283490954 140737283493839 0
[pid=4655/tid=4668] ppid=4653 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4668/stat : 4668 (java) S 4653 4653 3690 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516179872 15512608768 12648 33554432000 4194304 4196468 140737283485456 140155447908960 140156649584341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22700032 140737283490779 140737283490954 140737283490954 140737283493839 0
[pid=4655/tid=4669] ppid=4653 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4669/stat : 4669 (java) S 4653 4653 3690 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516179872 15512608768 12648 33554432000 4194304 4196468 140737283485456 140155446856496 140156649585282 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22700032 140737283490779 140737283490954 140737283490954 140737283493839 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51760 KiB

[startup+0.700771 s]
/proc/loadavg: 1.95 2.05 1.88 5/233 4669
/proc/meminfo: memFree=23439424/32770624 swapFree=67003052/67108860
[pid=4653] ppid=4650 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/4653/stat : 4653 (xcsp3-exec) S 4650 4653 3690 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 516179866 115843072 364 33554432000 4194304 5098028 140736393897584 140736393895688 139922232386172 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 10371072 140736393904983 140736393905241 140736393905241 140736393908166 0
/proc/4653/statm: 28282 364 305 221 0 87 0
[pid=4655] ppid=4653 vsize=15151156 memory=141040 CPUtime=1.71 cores=0,2,4,6
/proc/4655/stat : 4655 (java) S 4653 4653 3690 0 -1 1077944320 14149 0 0 0 164 7 0 0 20 0 15 0 516179866 15514783744 35260 33554432000 4194304 4196468 140737283485456 140737283468000 140156649574135 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 22700032 140737283490779 140737283490954 140737283490954 140737283493839 0
/proc/4655/statm: 3787789 35260 3449 1 0 3748889 0
[pid=4655/tid=4656] ppid=4653 vsize=15152180 memory=35536 CPUtime=0.68 cores=0,2,4,6
/proc/4655/task/4656/stat : 4656 (java) R 4653 4653 3690 0 -1 4202560 8434 0 0 0 63 5 0 0 20 0 15 0 516179866 15515832320 35260 33554432000 4194304 4196468 140737283485456 140156653785968 140156642253853 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22700032 140737283490779 140737283490954 140737283490954 140737283493839 0
[pid=4655/tid=4657] ppid=4653 vsize=15151156 memory=496 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4657/stat : 4657 (java) S 4653 4653 3690 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516179867 15514783744 35260 33554432000 4194304 4196468 140737283485456 140156602194192 140156649584341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22700032 140737283490779 140737283490954 140737283490954 140737283493839 0
[pid=4655/tid=4658] ppid=4653 vsize=15152180 memory=1564 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4658/stat : 4658 (java) S 4653 4653 3690 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516179867 15515832320 35260 33554432000 4194304 4196468 140737283485456 140156601141648 140156649584341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22700032 140737283490779 140737283490954 140737283490954 140737283493839 0
[pid=4655/tid=4659] ppid=4653 vsize=15152180 memory=928 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4659/stat : 4659 (java) S 4653 4653 3690 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516179867 15515832320 35260 33554432000 4194304 4196468 140737283485456 140156600089104 140156649584341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22700032 140737283490779 140737283490954 140737283490954 140737283493839 0
[pid=4655/tid=4660] ppid=4653 vsize=15152180 memory=1756 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4660/stat : 4660 (java) S 4653 4653 3690 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516179867 15515832320 35260 33554432000 4194304 4196468 140737283485456 140156599036560 140156649584341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22700032 140737283490779 140737283490954 140737283490954 140737283493839 0
[pid=4655/tid=4661] ppid=4653 vsize=15151156 memory=780 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4661/stat : 4661 (java) S 4653 4653 3690 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 516179868 15514783744 35261 33554432000 4194304 4196468 140737283485456 140155523402224 140156649585282 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22700032 140737283490779 140737283490954 140737283490954 140737283493839 0
[pid=4655/tid=4662] ppid=4653 vsize=15152180 memory=1440 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4662/stat : 4662 (java) S 4653 4653 3690 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516179869 15515832320 35261 33554432000 4194304 4196468 140737283485456 140155522348448 140156649584341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22700032 140737283490779 140737283490954 140737283490954 140737283493839 0
[pid=4655/tid=4663] ppid=4653 vsize=15152180 memory=1984 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4663/stat : 4663 (java) S 4653 4653 3690 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516179869 15515832320 35261 33554432000 4194304 4196468 140737283485456 140155453171184 140156649584341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22700032 140737283490779 140737283490954 140737283490954 140737283493839 0
[pid=4655/tid=4664] ppid=4653 vsize=15152180 memory=2376 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4664/stat : 4664 (java) S 4653 4653 3690 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516179872 15515832320 35261 33554432000 4194304 4196468 140737283485456 140155452119760 140156649592731 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22700032 140737283490779 140737283490954 140737283490954 140737283493839 0
[pid=4655/tid=4665] ppid=4653 vsize=15151156 memory=1768 CPUtime=0.34 cores=0,2,4,6
/proc/4655/task/4665/stat : 4665 (java) R 4653 4653 3690 0 -1 1077944384 1428 0 0 0 34 0 0 0 20 0 15 0 516179872 15514783744 35261 33554432000 4194304 4196468 140737283485456 140155451066448 140156649584341 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22700032 140737283490779 140737283490954 140737283490954 140737283493839 0
[pid=4655/tid=4666] ppid=4653 vsize=15151156 memory=111628 CPUtime=0.33 cores=0,2,4,6
/proc/4655/task/4666/stat : 4666 (java) R 4653 4653 3690 0 -1 4202560 1258 0 0 0 33 0 0 0 20 0 15 0 516179872 15514783744 35261 33554432000 4194304 4196468 140737283485456 140155449997888 140156632948224 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22700032 140737283490779 140737283490954 140737283490954 140737283493839 0
[pid=4655/tid=4667] ppid=4653 vsize=15151156 memory=804 CPUtime=0.33 cores=0,2,4,6
/proc/4655/task/4667/stat : 4667 (java) R 4653 4653 3690 0 -1 4202560 1734 0 0 0 32 1 0 0 20 0 15 0 516179872 15514783744 35261 33554432000 4194304 4196468 140737283485456 140155448961264 140156629528497 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22700032 140737283490779 140737283490954 140737283490954 140737283493839 0
[pid=4655/tid=4668] ppid=4653 vsize=15151156 memory=4100 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4668/stat : 4668 (java) S 4653 4653 3690 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516179872 15514783744 35261 33554432000 4194304 4196468 140737283485456 140155447908960 140156649584341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22700032 140737283490779 140737283490954 140737283490954 140737283493839 0
[pid=4655/tid=4669] ppid=4653 vsize=15151156 memory=1808 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4669/stat : 4669 (java) S 4653 4653 3690 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516179872 15514783744 35261 33554432000 4194304 4196468 140737283485456 140155446856496 140156649585282 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22700032 140737283490779 140737283490954 140737283490954 140737283493839 0
Current children cumulated CPU time: 1.71 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 142496 KiB

[startup+1.50087 s]
/proc/loadavg: 1.95 2.05 1.88 5/233 4669
/proc/meminfo: memFree=23371168/32770624 swapFree=67003052/67108860
[pid=4653] ppid=4650 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/4653/stat : 4653 (xcsp3-exec) S 4650 4653 3690 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 516179866 115843072 364 33554432000 4194304 5098028 140736393897584 140736393895688 139922232386172 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 10371072 140736393904983 140736393905241 140736393905241 140736393908166 0
/proc/4653/statm: 28282 364 305 221 0 87 0

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

/proc/4653/stat : 4653 (xcsp3-exec) S 4650 4653 3690 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 516179866 115843072 364 33554432000 4194304 5098028 140736393897584 140736393895688 139922232386172 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 10371072 140736393904983 140736393905241 140736393905241 140736393908166 0
/proc/4653/statm: 28282 364 305 221 0 87 0
[pid=4655] ppid=4653 vsize=15151156 memory=160648 CPUtime=5.94 cores=0,2,4,6
/proc/4655/stat : 4655 (java) S 4653 4653 3690 0 -1 1077944320 22910 0 0 0 586 8 0 0 20 0 15 0 516179866 15514783744 40162 33554432000 4194304 4196468 140737283485456 140737283468000 140156649574135 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 22700032 140737283490779 140737283490954 140737283490954 140737283493839 0
/proc/4655/statm: 3787789 40162 3467 1 0 3748889 0
[pid=4655/tid=4656] ppid=4653 vsize=15151156 memory=288230574492221466 CPUtime=3.17 cores=0,2,4,6
/proc/4655/task/4656/stat : 4656 (java) R 4653 4653 3690 0 -1 4202560 9550 0 0 0 312 5 0 0 20 0 15 0 516179866 15514783744 40162 33554432000 4194304 4196468 140737283485456 140156653810944 140156279845612 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22700032 140737283490779 140737283490954 140737283490954 140737283493839 0
[pid=4655/tid=4657] ppid=4653 vsize=15151156 memory=288230596050944315 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4657/stat : 4657 (java) S 4653 4653 3690 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516179867 15514783744 40162 33554432000 4194304 4196468 140737283485456 140156602194192 140156649584341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22700032 140737283490779 140737283490954 140737283490954 140737283493839 0
[pid=4655/tid=4658] ppid=4653 vsize=15151156 memory=15260350337517389 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4658/stat : 4658 (java) S 4653 4653 3690 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516179867 15514783744 40162 33554432000 4194304 4196468 140737283485456 140156601141648 140156649584341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22700032 140737283490779 140737283490954 140737283490954 140737283493839 0
[pid=4655/tid=4659] ppid=4653 vsize=15151156 memory=3877859 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4659/stat : 4659 (java) S 4653 4653 3690 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516179867 15514783744 40162 33554432000 4194304 4196468 140737283485456 140156600089104 140156649584341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22700032 140737283490779 140737283490954 140737283490954 140737283493839 0
[pid=4655/tid=4660] ppid=4653 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4660/stat : 4660 (java) S 4653 4653 3690 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516179867 15514783744 40162 33554432000 4194304 4196468 140737283485456 140156599036560 140156649584341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22700032 140737283490779 140737283490954 140737283490954 140737283493839 0
[pid=4655/tid=4661] ppid=4653 vsize=15151156 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4661/stat : 4661 (java) S 4653 4653 3690 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 516179868 15514783744 40162 33554432000 4194304 4196468 140737283485456 140155523402224 140156649585282 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22700032 140737283490779 140737283490954 140737283490954 140737283493839 0
[pid=4655/tid=4662] ppid=4653 vsize=15151156 memory=158600 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4662/stat : 4662 (java) S 4653 4653 3690 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516179869 15514783744 40162 33554432000 4194304 4196468 140737283485456 140155522348448 140156649584341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22700032 140737283490779 140737283490954 140737283490954 140737283493839 0
[pid=4655/tid=4663] ppid=4653 vsize=15151156 memory=-1624781813439352349 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4663/stat : 4663 (java) S 4653 4653 3690 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516179869 15514783744 40162 33554432000 4194304 4196468 140737283485456 140155453171184 140156649584341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22700032 140737283490779 140737283490954 140737283490954 140737283493839 0
[pid=4655/tid=4664] ppid=4653 vsize=15151156 memory=-1664385933527516014 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4664/stat : 4664 (java) S 4653 4653 3690 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516179872 15514783744 40162 33554432000 4194304 4196468 140737283485456 140155452119760 140156649592731 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22700032 140737283490779 140737283490954 140737283490954 140737283493839 0
[pid=4655/tid=4665] ppid=4653 vsize=15151156 memory=-2893623298589923098 CPUtime=1.13 cores=0,2,4,6
/proc/4655/task/4665/stat : 4665 (java) S 4653 4653 3690 0 -1 1077944384 4214 0 0 0 113 0 0 0 20 0 15 0 516179872 15514783744 40162 33554432000 4194304 4196468 140737283485456 140155451066352 140156649585282 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22700032 140737283490779 140737283490954 140737283490954 140737283493839 0
[pid=4655/tid=4666] ppid=4653 vsize=15151156 memory=-3621219749712857441 CPUtime=1.13 cores=0,2,4,6
/proc/4655/task/4666/stat : 4666 (java) S 4653 4653 3690 0 -1 1077944384 5391 0 0 0 112 1 0 0 20 0 15 0 516179872 15514783744 40162 33554432000 4194304 4196468 140737283485456 140155450013808 140156649585282 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22700032 140737283490779 140737283490954 140737283490954 140737283493839 0
[pid=4655/tid=4667] ppid=4653 vsize=15151156 memory=-6800859132029471843 CPUtime=0.47 cores=0,2,4,6
/proc/4655/task/4667/stat : 4667 (java) S 4653 4653 3690 0 -1 1077944384 2383 0 0 0 46 1 0 0 20 0 15 0 516179872 15514783744 40162 33554432000 4194304 4196468 140737283485456 140155448961264 140156649585282 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22700032 140737283490779 140737283490954 140737283490954 140737283493839 0
[pid=4655/tid=4668] ppid=4653 vsize=15151156 memory=-9174445032661854264 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4668/stat : 4668 (java) S 4653 4653 3690 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516179872 15514783744 40162 33554432000 4194304 4196468 140737283485456 140155447908960 140156649584341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22700032 140737283490779 140737283490954 140737283490954 140737283493839 0
[pid=4655/tid=4669] ppid=4653 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4669/stat : 4669 (java) S 4653 4653 3690 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 516179872 15514783744 40162 33554432000 4194304 4196468 140737283485456 140155446856496 140156649585282 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22700032 140737283490779 140737283490954 140737283490954 140737283493839 0
Current children cumulated CPU time: 5.94 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 162104 KiB

[startup+4.00075 s]*
/proc/loadavg: 1.95 2.05 1.88 3/233 4669
/proc/meminfo: memFree=23356592/32770624 swapFree=67003052/67108860
[pid=4653] ppid=4650 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/4653/stat : 4653 (xcsp3-exec) S 4650 4653 3690 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 516179866 115843072 364 33554432000 4194304 5098028 140736393897584 140736393895688 139922232386172 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 10371072 140736393904983 140736393905241 140736393905241 140736393908166 0
/proc/4653/statm: 28282 364 305 221 0 87 0
[pid=4655] ppid=4653 vsize=15151156 memory=164932 CPUtime=6.81 cores=0,2,4,6
/proc/4655/stat : 4655 (java) S 4653 4653 3690 0 -1 1077944320 23634 0 0 0 672 9 0 0 20 0 15 0 516179866 15514783744 41233 33554432000 4194304 4196468 140737283485456 140737283468000 140156649574135 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 22700032 140737283490779 140737283490954 140737283490954 140737283493839 0
/proc/4655/statm: 3787789 41233 3467 1 0 3748889 0
[pid=4655/tid=4656] ppid=4653 vsize=15151156 memory=8112282956445269571 CPUtime=3.98 cores=0,2,4,6
/proc/4655/task/4656/stat : 4656 (java) R 4653 4653 3690 0 -1 4202560 9680 0 0 0 393 5 0 0 20 0 15 0 516179866 15514783744 41233 33554432000 4194304 4196468 140737283485456 140156653810808 140156279846110 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22700032 140737283490779 140737283490954 140737283490954 140737283493839 0
[pid=4655/tid=4657] ppid=4653 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4657/stat : 4657 (java) S 4653 4653 3690 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516179867 15514783744 41233 33554432000 4194304 4196468 140737283485456 140156602194192 140156649584341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22700032 140737283490779 140737283490954 140737283490954 140737283493839 0
[pid=4655/tid=4658] ppid=4653 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4658/stat : 4658 (java) S 4653 4653 3690 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516179867 15514783744 41233 33554432000 4194304 4196468 140737283485456 140156601141648 140156649584341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22700032 140737283490779 140737283490954 140737283490954 140737283493839 0
[pid=4655/tid=4659] ppid=4653 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4659/stat : 4659 (java) S 4653 4653 3690 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516179867 15514783744 41233 33554432000 4194304 4196468 140737283485456 140156600089104 140156649584341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22700032 140737283490779 140737283490954 140737283490954 140737283493839 0
[pid=4655/tid=4660] ppid=4653 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4660/stat : 4660 (java) S 4653 4653 3690 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516179867 15514783744 41233 33554432000 4194304 4196468 140737283485456 140156599036560 140156649584341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22700032 140737283490779 140737283490954 140737283490954 140737283493839 0
[pid=4655/tid=4661] ppid=4653 vsize=15151156 memory=2314885530434299243 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4661/stat : 4661 (java) S 4653 4653 3690 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 516179868 15514783744 41233 33554432000 4194304 4196468 140737283485456 140155523402224 140156649585282 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22700032 140737283490779 140737283490954 140737283490954 140737283493839 0
[pid=4655/tid=4662] ppid=4653 vsize=15151156 memory=6199840864897873969 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4662/stat : 4662 (java) S 4653 4653 3690 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516179869 15514783744 41233 33554432000 4194304 4196468 140737283485456 140155522348448 140156649584341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22700032 140737283490779 140737283490954 140737283490954 140737283493839 0
[pid=4655/tid=4663] ppid=4653 vsize=15151156 memory=-8458152057954561420 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4663/stat : 4663 (java) S 4653 4653 3690 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516179869 15514783744 41233 33554432000 4194304 4196468 140737283485456 140155453171184 140156649584341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22700032 140737283490779 140737283490954 140737283490954 140737283493839 0
[pid=4655/tid=4664] ppid=4653 vsize=15151156 memory=4206468019014099040 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4664/stat : 4664 (java) S 4653 4653 3690 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516179872 15514783744 41233 33554432000 4194304 4196468 140737283485456 140155452119760 140156649592731 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22700032 140737283490779 140737283490954 140737283490954 140737283493839 0
[pid=4655/tid=4665] ppid=4653 vsize=15151156 memory=0 CPUtime=1.17 cores=0,2,4,6
/proc/4655/task/4665/stat : 4665 (java) S 4653 4653 3690 0 -1 1077944384 4409 0 0 0 117 0 0 0 20 0 15 0 516179872 15514783744 41233 33554432000 4194304 4196468 140737283485456 140155451066352 140156649585282 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22700032 140737283490779 140737283490954 140737283490954 140737283493839 0
[pid=4655/tid=4666] ppid=4653 vsize=15151156 memory=3472328296227680303 CPUtime=1.14 cores=0,2,4,6
/proc/4655/task/4666/stat : 4666 (java) S 4653 4653 3690 0 -1 1077944384 5410 0 0 0 113 1 0 0 20 0 15 0 516179872 15514783744 41233 33554432000 4194304 4196468 140737283485456 140155450013808 140156649585282 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22700032 140737283490779 140737283490954 140737283490954 140737283493839 0
[pid=4655/tid=4667] ppid=4653 vsize=15151156 memory=7809211299147965164 CPUtime=0.48 cores=0,2,4,6
/proc/4655/task/4667/stat : 4667 (java) S 4653 4653 3690 0 -1 1077944384 2761 0 0 0 47 1 0 0 20 0 15 0 516179872 15514783744 41233 33554432000 4194304 4196468 140737283485456 140155448961264 140156649585282 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22700032 140737283490779 140737283490954 140737283490954 140737283493839 0
[pid=4655/tid=4668] ppid=4653 vsize=15151156 memory=7234319696884687198 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4668/stat : 4668 (java) S 4653 4653 3690 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516179872 15514783744 41233 33554432000 4194304 4196468 140737283485456 140155447908960 140156649584341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22700032 140737283490779 140737283490954 140737283490954 140737283493839 0
[pid=4655/tid=4669] ppid=4653 vsize=15151156 memory=7596692189576848876 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4669/stat : 4669 (java) S 4653 4653 3690 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 15 0 516179872 15514783744 41233 33554432000 4194304 4196468 140737283485456 140155446856496 140156649585282 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22700032 140737283490779 140737283490954 140737283490954 140737283493839 0
Current children cumulated CPU time: 6.81 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 166388 KiB

[startup+4.40082 s]
/proc/loadavg: 1.95 2.05 1.88 3/233 4669
/proc/meminfo: memFree=23356592/32770624 swapFree=67003052/67108860
[pid=4653] ppid=4650 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/4653/stat : 4653 (xcsp3-exec) S 4650 4653 3690 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 516179866 115843072 364 33554432000 4194304 5098028 140736393897584 140736393895688 139922232386172 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 10371072 140736393904983 140736393905241 140736393905241 140736393908166 0
/proc/4653/statm: 28282 364 305 221 0 87 0
[pid=4655] ppid=4653 vsize=15151156 memory=167016 CPUtime=7.2 cores=0,2,4,6
/proc/4655/stat : 4655 (java) S 4653 4653 3690 0 -1 1077944320 23913 0 0 0 711 9 0 0 20 0 15 0 516179866 15514783744 41754 33554432000 4194304 4196468 140737283485456 140737283468000 140156649574135 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 22700032 140737283490779 140737283490954 140737283490954 140737283493839 0
/proc/4655/statm: 3787789 41754 3471 1 0 3748889 0
[pid=4655/tid=4656] ppid=4653 vsize=15151156 memory=2832 CPUtime=4.37 cores=0,2,4,6
/proc/4655/task/4656/stat : 4656 (java) R 4653 4653 3690 0 -1 4202560 9683 0 0 0 432 5 0 0 20 0 15 0 516179866 15514783744 41754 33554432000 4194304 4196468 140737283485456 140156653810848 140156280033181 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22700032 140737283490779 140737283490954 140737283490954 140737283493839 0
[pid=4655/tid=4657] ppid=4653 vsize=15151156 memory=1212 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4657/stat : 4657 (java) S 4653 4653 3690 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516179867 15514783744 41754 33554432000 4194304 4196468 140737283485456 140156602194192 140156649584341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22700032 140737283490779 140737283490954 140737283490954 140737283493839 0
[pid=4655/tid=4658] ppid=4653 vsize=15151156 memory=1036 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4658/stat : 4658 (java) S 4653 4653 3690 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516179867 15514783744 41754 33554432000 4194304 4196468 140737283485456 140156601141648 140156649584341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22700032 140737283490779 140737283490954 140737283490954 140737283493839 0
[pid=4655/tid=4659] ppid=4653 vsize=15151156 memory=14008 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4659/stat : 4659 (java) S 4653 4653 3690 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516179867 15514783744 41754 33554432000 4194304 4196468 140737283485456 140156600089104 140156649584341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22700032 140737283490779 140737283490954 140737283490954 140737283493839 0
[pid=4655/tid=4660] ppid=4653 vsize=15151156 memory=12024 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4660/stat : 4660 (java) S 4653 4653 3690 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516179867 15514783744 41754 33554432000 4194304 4196468 140737283485456 140156599036560 140156649584341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22700032 140737283490779 140737283490954 140737283490954 140737283493839 0
[pid=4655/tid=4661] ppid=4653 vsize=15151156 memory=2116 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4661/stat : 4661 (java) S 4653 4653 3690 0 -1 1077944384 298 0 0 0 0 0 0 0 20 0 15 0 516179868 15514783744 41754 33554432000 4194304 4196468 140737283485456 140155523402224 140156649585282 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22700032 140737283490779 140737283490954 140737283490954 140737283493839 0
[pid=4655/tid=4662] ppid=4653 vsize=15151156 memory=35536 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4662/stat : 4662 (java) S 4653 4653 3690 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516179869 15514783744 41754 33554432000 4194304 4196468 140737283485456 140155522348448 140156649584341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22700032 140737283490779 140737283490954 140737283490954 140737283493839 0
[pid=4655/tid=4663] ppid=4653 vsize=15151156 memory=281266402566016 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4663/stat : 4663 (java) S 4653 4653 3690 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516179869 15514783744 41754 33554432000 4194304 4196468 140737283485456 140155453171184 140156649584341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22700032 140737283490779 140737283490954 140737283490954 140737283493839 0
[pid=4655/tid=4664] ppid=4653 vsize=15151156 memory=22169413225450 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4664/stat : 4664 (java) S 4653 4653 3690 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516179872 15514783744 41754 33554432000 4194304 4196468 140737283485456 140155452119760 140156649592731 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22700032 140737283490779 140737283490954 140737283490954 140737283493839 0
[pid=4655/tid=4665] ppid=4653 vsize=15151156 memory=22169413225194 CPUtime=1.17 cores=0,2,4,6
/proc/4655/task/4665/stat : 4665 (java) S 4653 4653 3690 0 -1 1077944384 4409 0 0 0 117 0 0 0 20 0 15 0 516179872 15514783744 41754 33554432000 4194304 4196468 140737283485456 140155451066352 140156649585282 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22700032 140737283490779 140737283490954 140737283490954 140737283493839 0
[pid=4655/tid=4666] ppid=4653 vsize=15151156 memory=22169413225194 CPUtime=1.14 cores=0,2,4,6
/proc/4655/task/4666/stat : 4666 (java) S 4653 4653 3690 0 -1 1077944384 5410 0 0 0 113 1 0 0 20 0 15 0 516179872 15514783744 41754 33554432000 4194304 4196468 140737283485456 140155450013808 140156649585282 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22700032 140737283490779 140737283490954 140737283490954 140737283493839 0
[pid=4655/tid=4667] ppid=4653 vsize=15151156 memory=22169413225194 CPUtime=0.48 cores=0,2,4,6
/proc/4655/task/4667/stat : 4667 (java) S 4653 4653 3690 0 -1 1077944384 2795 0 0 0 47 1 0 0 20 0 15 0 516179872 15514783744 41754 33554432000 4194304 4196468 140737283485456 140155448961264 140156649585282 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22700032 140737283490779 140737283490954 140737283490954 140737283493839 0
[pid=4655/tid=4668] ppid=4653 vsize=15151156 memory=22169413225194 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4668/stat : 4668 (java) S 4653 4653 3690 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516179872 15514783744 41754 33554432000 4194304 4196468 140737283485456 140155447908960 140156649584341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22700032 140737283490779 140737283490954 140737283490954 140737283493839 0
[pid=4655/tid=4669] ppid=4653 vsize=15151156 memory=22169413225194 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4669/stat : 4669 (java) S 4653 4653 3690 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 15 0 516179872 15514783744 41754 33554432000 4194304 4196468 140737283485456 140155446856496 140156649585282 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22700032 140737283490779 140737283490954 140737283490954 140737283493839 0
Current children cumulated CPU time: 7.2 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 168472 KiB

[startup+4.80075 s]
/proc/loadavg: 1.95 2.05 1.88 3/233 4669
/proc/meminfo: memFree=23356592/32770624 swapFree=67003052/67108860
[pid=4653] ppid=4650 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/4653/stat : 4653 (xcsp3-exec) S 4650 4653 3690 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 516179866 115843072 364 33554432000 4194304 5098028 140736393897584 140736393895688 139922232386172 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 10371072 140736393904983 140736393905241 140736393905241 140736393908166 0
/proc/4653/statm: 28282 364 305 221 0 87 0
[pid=4655] ppid=4653 vsize=15151156 memory=171128 CPUtime=7.61 cores=0,2,4,6
/proc/4655/stat : 4655 (java) S 4653 4653 3690 0 -1 1077944320 24299 0 0 0 752 9 0 0 20 0 15 0 516179866 15514783744 42782 33554432000 4194304 4196468 140737283485456 140737283468000 140156649574135 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 22700032 140737283490779 140737283490954 140737283490954 140737283493839 0
/proc/4655/statm: 3787789 42782 3471 1 0 3748889 0
[pid=4655/tid=4656] ppid=4653 vsize=15151156 memory=117 CPUtime=4.77 cores=0,2,4,6
/proc/4655/task/4656/stat : 4656 (java) R 4653 4653 3690 0 -1 4202560 9694 0 0 0 472 5 0 0 20 0 15 0 516179866 15514783744 42782 33554432000 4194304 4196468 140737283485456 140156653811720 140156280058720 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22700032 140737283490779 140737283490954 140737283490954 140737283493839 0
[pid=4655/tid=4657] ppid=4653 vsize=15151156 memory=114 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4657/stat : 4657 (java) S 4653 4653 3690 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516179867 15514783744 42782 33554432000 4194304 4196468 140737283485456 140156602194192 140156649584341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22700032 140737283490779 140737283490954 140737283490954 140737283493839 0
[pid=4655/tid=4658] ppid=4653 vsize=15151156 memory=48 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4658/stat : 4658 (java) S 4653 4653 3690 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516179867 15514783744 42782 33554432000 4194304 4196468 140737283485456 140156601141648 140156649584341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22700032 140737283490779 140737283490954 140737283490954 140737283493839 0
[pid=4655/tid=4659] ppid=4653 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4659/stat : 4659 (java) S 4653 4653 3690 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516179867 15514783744 42782 33554432000 4194304 4196468 140737283485456 140156600089104 140156649584341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22700032 140737283490779 140737283490954 140737283490954 140737283493839 0
[pid=4655/tid=4660] ppid=4653 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4660/stat : 4660 (java) S 4653 4653 3690 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516179867 15514783744 42782 33554432000 4194304 4196468 140737283485456 140156599036560 140156649584341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22700032 140737283490779 140737283490954 140737283490954 140737283493839 0
[pid=4655/tid=4661] ppid=4653 vsize=15151156 memory=160648 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4661/stat : 4661 (java) S 4653 4653 3690 0 -1 1077944384 298 0 0 0 0 0 0 0 20 0 15 0 516179868 15514783744 42782 33554432000 4194304 4196468 140737283485456 140155523402224 140156649585282 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22700032 140737283490779 140737283490954 140737283490954 140737283493839 0
[pid=4655/tid=4662] ppid=4653 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4662/stat : 4662 (java) S 4653 4653 3690 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516179869 15514783744 42782 33554432000 4194304 4196468 140737283485456 140155522348448 140156649584341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22700032 140737283490779 140737283490954 140737283490954 140737283493839 0
[pid=4655/tid=4663] ppid=4653 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4663/stat : 4663 (java) S 4653 4653 3690 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516179869 15514783744 42782 33554432000 4194304 4196468 140737283485456 140155453171184 140156649584341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22700032 140737283490779 140737283490954 140737283490954 140737283493839 0
[pid=4655/tid=4664] ppid=4653 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4664/stat : 4664 (java) S 4653 4653 3690 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516179872 15514783744 42782 33554432000 4194304 4196468 140737283485456 140155452119760 140156649592731 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22700032 140737283490779 140737283490954 140737283490954 140737283493839 0
[pid=4655/tid=4665] ppid=4653 vsize=15151156 memory=1456 CPUtime=1.17 cores=0,2,4,6
/proc/4655/task/4665/stat : 4665 (java) S 4653 4653 3690 0 -1 1077944384 4670 0 0 0 117 0 0 0 20 0 15 0 516179872 15514783744 42782 33554432000 4194304 4196468 140737283485456 140155451066352 140156649585282 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22700032 140737283490779 140737283490954 140737283490954 140737283493839 0
[pid=4655/tid=4666] ppid=4653 vsize=15151156 memory=158600 CPUtime=1.14 cores=0,2,4,6
/proc/4655/task/4666/stat : 4666 (java) S 4653 4653 3690 0 -1 1077944384 5410 0 0 0 113 1 0 0 20 0 15 0 516179872 15514783744 42782 33554432000 4194304 4196468 140737283485456 140155450013808 140156649585282 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22700032 140737283490779 140737283490954 140737283490954 140737283493839 0
[pid=4655/tid=4667] ppid=4653 vsize=15151156 memory=0 CPUtime=0.49 cores=0,2,4,6
/proc/4655/task/4667/stat : 4667 (java) S 4653 4653 3690 0 -1 1077944384 2909 0 0 0 48 1 0 0 20 0 15 0 516179872 15514783744 42782 33554432000 4194304 4196468 140737283485456 140155448961264 140156649585282 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22700032 140737283490779 140737283490954 140737283490954 140737283493839 0
[pid=4655/tid=4668] ppid=4653 vsize=15151156 memory=140633201381840 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4668/stat : 4668 (java) S 4653 4653 3690 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516179872 15514783744 42782 33554432000 4194304 4196468 140737283485456 140155447908960 140156649584341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22700032 140737283490779 140737283490954 140737283490954 140737283493839 0
[pid=4655/tid=4669] ppid=4653 vsize=15151156 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/4655/task/4669/stat : 4669 (java) S 4653 4653 3690 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 15 0 516179872 15514783744 42782 33554432000 4194304 4196468 140737283485456 140155446856496 140156649585282 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22700032 140737283490779 140737283490954 140737283490954 140737283493839 0
Current children cumulated CPU time: 7.61 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 172584 KiB

Child status: 0
Real time (s): 4.87677
CPU time (s): 7.70345
CPU user time (s): 7.60582
CPU system time (s): 0.097628
CPU usage (%): 157.962
Max. virtual memory (cumulated for all children) (KiB): 15264284
Max. memory (cumulated for all children) (KiB): 172584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.60582
system time used= 0.097628
maximum resident set size= 173492
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25498
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= 2280
involuntary context switches= 25


# summary of solver processes directly reported to runsolver:
#   pid: 4653
#   total CPU time (s): 7.70345
#   total CPU user time (s): 7.60582
#   total CPU system time (s): 0.097628

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.043143 second user time and 0.098749 second system time

The end

Launcher Data

Begin job on node133 at 2019-09-25 10:16:03
IDJOB=4405739
IDBENCH=122262
IDSOLVER=2869
FILE ID=node133/4405739-1569399404
RUNJOBID= node133-1569396629-3721
PBS_JOBID= 21705685
Free space on /var/tmp= 13460 MiB

SOLVER NAME= choco-solver 2019-09-24
BENCH NAME= XCSP17/Random/Random-D-t050/rand-2-40-25-180-050-34.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p 1 -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4405739-1569399404/watcher-4405739-1569399404 -o /var/tmp/evaluation-result-4405739-1569399404/solver-4405739-1569399404 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node133-1569396629-3721 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 1 -ml 12000 -tdir HOME -seed 674984274 HOME/instance-4405739-1569399404.xml

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

MD5SUM BENCH= 2b23d7f384de8bee09908163d3005f80
RANDOM SEED=674984274

node133.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.18
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.18
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.18
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.18
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:        23509072 kB
MemAvailable:   31207692 kB
Buffers:          165384 kB
Cached:          7580656 kB
SwapCached:         5092 kB
Active:          4468148 kB
Inactive:        3921000 kB
Active(anon):     640572 kB
Inactive(anon):    58656 kB
Active(file):    3827576 kB
Inactive(file):  3862344 kB
Unevictable:      109532 kB
Mlocked:          109532 kB
SwapTotal:      67108860 kB
SwapFree:       67003052 kB
Dirty:             26360 kB
Writeback:             0 kB
AnonPages:        683432 kB
Mapped:            71592 kB
Shmem:             46900 kB
Slab:             467336 kB
SReclaimable:     437160 kB
SUnreclaim:        30176 kB
KernelStack:        4064 kB
PageTables:         7924 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2469420 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    600064 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /var/tmp at the end= 13432 MiB
End job on node133 at 2019-09-25 10:16:08