Trace number 4406468

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 NameAnswerobjective functionCPU timeWall clock time
choco-solver 2019-09-24OPT7 13.523 10.146

General information on the benchmark

NamePeacableArmies/
PeacableArmies-m2-07_c18.xml
MD5SUMd533abf730bec48b9e0ac1943d19d6b7
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark7
Best CPU time to get the best result obtained on this benchmark9.6335
Satisfiable
(Un)Satisfiability was proved
Number of variables51
Number of constraints479
Number of domains2
Minimum domain size3
Maximum domain size24
Distribution of domain sizes[{"size":3,"count":49},{"size":24,"count":2}]
Minimum variable degree2
Maximum variable degree26
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":1},{"degree":20,"count":24},{"degree":22,"count":16},{"degree":24,"count":8},{"degree":26,"count":1}]
Minimum constraint arity2
Maximum constraint arity50
Distribution of constraint arities[{"arity":2,"count":477},{"arity":50,"count":2}]
Number of extensional constraints0
Number of intensional constraints477
Distribution of constraint types[{"type":"intension","count":477},{"type":"count","count":2}]
Optimization problemYES
Type of objectivemax VAR

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c java -server -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4406468-1569406854.xml"  -tl '2400s' -p 1
0.13/0.17	c Choco e747e1e
0.13/0.18	c [HOME/instance-4406468-1569406854.xml, -tl, 2400s, -p, 1]
0.13/0.22	c simple solver
0.34/0.28	c parse instance...
1.31/0.68	c solve instance...
1.62/0.71	o 0 
1.62/0.71	o 1 
1.62/0.72	o 2 
1.62/0.72	o 3 
1.62/0.73	o 4 
1.62/0.76	o 5 
1.62/0.78	o 6 
1.99/0.84	o 7 
13.47/10.13	s OPTIMUM FOUND
13.47/10.13	v <instantiation>
13.47/10.13	v 	<list>x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6] nb nw </list>
13.47/10.13	v 	<values>0 0 1 1 0 0 0 1 0 1 1 0 0 0 0 0 0 0 0 0 2 1 0 1 0 0 0 0 0 0 0 0 2 0 0 0 2 0 0 0 2 0 0 2 0 0 2 0 2 7 7 </values>
13.47/10.13	v </instantiation>

Verifier Data

OK	7

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 (13493 MiB free)
  memory of node 1: 16384 MiB (12040 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4406468-1569406854/watcher-4406468-1569406854 -o /var/tmp/evaluation-result-4406468-1569406854/solver-4406468-1569406854 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node150-1569396629-6770 --watchdog 2560 xcsp3-exec -dir HOME -tl 2400 -p 1 -ml 12000 -tdir HOME -seed 1563985591 HOME/instance-4406468-1569406854.xml 

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

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

solver pid=8632, runsolver pid=8629

[startup+0.102668 s]*
/proc/loadavg: 2.32 2.21 2.09 3/230 8648
/proc/meminfo: memFree=26130008/32770624 swapFree=67024124/67108860
[pid=8632] ppid=8629 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/8632/stat : 8632 (xcsp3-exec) S 8629 8632 6739 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 516957860 115843072 364 33554432000 4194304 5098028 140730399016064 140730399014168 140245834203772 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 26066944 140730399023958 140730399024217 140730399024217 140730399027142 0
/proc/8632/statm: 28282 364 305 221 0 87 0
[pid=8634] ppid=8632 vsize=15144776 memory=29964 CPUtime=0.13 cores=0,2,4,6
/proc/8634/stat : 8634 (java) S 8632 8632 6739 0 -1 1077944320 5844 0 0 0 12 1 0 0 20 0 15 0 516957860 15508250624 7491 33554432000 4194304 4196468 140736830583200 140736830565744 139973983026935 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 27693056 140736830591963 140736830592138 140736830592138 140736830595023 0
/proc/8634/statm: 3786194 7491 3209 1 0 3748377 0
[pid=8634/tid=8635] ppid=8632 vsize=15144776 memory=7827157880860283739 CPUtime=0.09 cores=0,2,4,6
/proc/8634/task/8635/stat : 8635 (java) R 8632 8632 6739 0 -1 4202560 3728 0 0 0 9 0 0 0 20 0 15 0 516957861 15508250624 7491 33554432000 4194304 4196468 140736830583200 139973987256288 139973975264062 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27693056 140736830591963 140736830592138 140736830592138 140736830595023 0
[pid=8634/tid=8636] ppid=8632 vsize=15144776 memory=-3689349214911541841 CPUtime=0 cores=0,2,4,6
/proc/8634/task/8636/stat : 8636 (java) S 8632 8632 6739 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516957861 15508250624 7491 33554432000 4194304 4196468 140736830583200 139973935647632 139973983037141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27693056 140736830591963 140736830592138 140736830592138 140736830595023 0
[pid=8634/tid=8637] ppid=8632 vsize=15144776 memory=139889606833792 CPUtime=0 cores=0,2,4,6
/proc/8634/task/8637/stat : 8637 (java) S 8632 8632 6739 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516957861 15508250624 7491 33554432000 4194304 4196468 140736830583200 139973934594832 139973983037141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27693056 140736830591963 140736830592138 140736830592138 140736830595023 0
[pid=8634/tid=8638] ppid=8632 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8634/task/8638/stat : 8638 (java) S 8632 8632 6739 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516957861 15508250624 7491 33554432000 4194304 4196468 140736830583200 139973933542544 139973983037141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27693056 140736830591963 140736830592138 140736830592138 140736830595023 0
[pid=8634/tid=8639] ppid=8632 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8634/task/8639/stat : 8639 (java) S 8632 8632 6739 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516957861 15508250624 7491 33554432000 4194304 4196468 140736830583200 139973932489744 139973983037141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27693056 140736830591963 140736830592138 140736830592138 140736830595023 0
[pid=8634/tid=8640] ppid=8632 vsize=15144776 memory=139889606833792 CPUtime=0 cores=0,2,4,6
/proc/8634/task/8640/stat : 8640 (java) S 8632 8632 6739 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516957863 15508250624 7491 33554432000 4194304 4196468 140736830583200 139973125662832 139973983038082 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27693056 140736830591963 140736830592138 140736830592138 140736830595023 0
[pid=8634/tid=8641] ppid=8632 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8634/task/8641/stat : 8641 (java) S 8632 8632 6739 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516957863 15508250624 7491 33554432000 4194304 4196468 140736830583200 139973124608800 139973983037141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27693056 140736830591963 140736830592138 140736830592138 140736830595023 0
[pid=8634/tid=8642] ppid=8632 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8634/task/8642/stat : 8642 (java) S 8632 8632 6739 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516957863 15508250624 7491 33554432000 4194304 4196468 140736830583200 139973123556464 139973983037141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27693056 140736830591963 140736830592138 140736830592138 140736830595023 0
[pid=8634/tid=8643] ppid=8632 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8634/task/8643/stat : 8643 (java) S 8632 8632 6739 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516957866 15508250624 7491 33554432000 4194304 4196468 140736830583200 139973122504784 139973983045531 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27693056 140736830591963 140736830592138 140736830592138 140736830595023 0
[pid=8634/tid=8644] ppid=8632 vsize=15144776 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/8634/task/8644/stat : 8644 (java) R 8632 8632 6739 0 -1 4202560 482 0 0 0 1 0 0 0 20 0 15 0 516957866 15508250624 7491 33554432000 4194304 4196468 140736830583200 139973121452656 139973963727232 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27693056 140736830591963 140736830592138 140736830592138 140736830595023 0
[pid=8634/tid=8645] ppid=8632 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8634/task/8645/stat : 8645 (java) R 8632 8632 6739 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516957866 15508250624 7491 33554432000 4194304 4196468 140736830583200 139973120399856 139973983038082 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27693056 140736830591963 140736830592138 140736830592138 140736830595023 0
[pid=8634/tid=8646] ppid=8632 vsize=15144776 memory=139889606833792 CPUtime=0.02 cores=0,2,4,6
/proc/8634/task/8646/stat : 8646 (java) R 8632 8632 6739 0 -1 4202560 333 0 0 0 2 0 0 0 20 0 15 0 516957866 15508250624 7491 33554432000 4194304 4196468 140736830583200 139973051280240 139973962435233 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27693056 140736830591963 140736830592138 140736830592138 140736830595023 0
[pid=8634/tid=8647] ppid=8632 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8634/task/8647/stat : 8647 (java) S 8632 8632 6739 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516957866 15508250624 7491 33554432000 4194304 4196468 140736830583200 139973050227680 139973983037141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27693056 140736830591963 140736830592138 140736830592138 140736830595023 0
[pid=8634/tid=8648] ppid=8632 vsize=15144776 memory=139889606833792 CPUtime=0 cores=0,2,4,6
/proc/8634/task/8648/stat : 8648 (java) R 8632 8632 6739 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516957866 15508250624 7491 33554432000 4194304 4196468 140736830583200 139973049174448 139973983038082 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27693056 140736830591963 140736830592138 140736830592138 140736830595023 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 31420 KiB

[startup+0.210879 s]*
/proc/loadavg: 2.45 2.24 2.10 4/230 8648
/proc/meminfo: memFree=26118004/32770624 swapFree=67024124/67108860
[pid=8632] ppid=8629 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/8632/stat : 8632 (xcsp3-exec) S 8629 8632 6739 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 516957860 115843072 364 33554432000 4194304 5098028 140730399016064 140730399014168 140245834203772 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 26066944 140730399023958 140730399024217 140730399024217 140730399027142 0
/proc/8632/statm: 28282 364 305 221 0 87 0
[pid=8634] ppid=8632 vsize=15144776 memory=40932 CPUtime=0.34 cores=0,2,4,6
/proc/8634/stat : 8634 (java) S 8632 8632 6739 0 -1 1077944320 9474 0 0 0 31 3 0 0 20 0 15 0 516957860 15508250624 10233 33554432000 4194304 4196468 140736830583200 140736830565744 139973983026935 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 27693056 140736830591963 140736830592138 140736830592138 140736830595023 0
/proc/8634/statm: 3786194 10233 3281 1 0 3748377 0
[pid=8634/tid=8635] ppid=8632 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/8634/task/8635/stat : 8635 (java) R 8632 8632 6739 0 -1 4202560 6628 0 0 0 18 2 0 0 20 0 15 0 516957861 15508250624 10233 33554432000 4194304 4196468 140736830583200 139973987261920 139973983038870 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27693056 140736830591963 140736830592138 140736830592138 140736830595023 0
[pid=8634/tid=8636] ppid=8632 vsize=15144776 memory=13575 CPUtime=0 cores=0,2,4,6
/proc/8634/task/8636/stat : 8636 (java) S 8632 8632 6739 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516957861 15508250624 10233 33554432000 4194304 4196468 140736830583200 139973935647632 139973983037141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27693056 140736830591963 140736830592138 140736830592138 140736830595023 0
[pid=8634/tid=8637] ppid=8632 vsize=15144776 memory=139889610708563 CPUtime=0 cores=0,2,4,6
/proc/8634/task/8637/stat : 8637 (java) S 8632 8632 6739 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516957861 15508250624 10233 33554432000 4194304 4196468 140736830583200 139973934594832 139973983037141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27693056 140736830591963 140736830592138 140736830592138 140736830595023 0
[pid=8634/tid=8638] ppid=8632 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8634/task/8638/stat : 8638 (java) S 8632 8632 6739 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516957861 15508250624 10233 33554432000 4194304 4196468 140736830583200 139973933542544 139973983037141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27693056 140736830591963 140736830592138 140736830592138 140736830595023 0
[pid=8634/tid=8639] ppid=8632 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8634/task/8639/stat : 8639 (java) S 8632 8632 6739 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516957861 15508250624 10233 33554432000 4194304 4196468 140736830583200 139973932489744 139973983037141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27693056 140736830591963 140736830592138 140736830592138 140736830595023 0
[pid=8634/tid=8640] ppid=8632 vsize=15144776 memory=139889606833792 CPUtime=0 cores=0,2,4,6
/proc/8634/task/8640/stat : 8640 (java) S 8632 8632 6739 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 516957863 15508250624 10233 33554432000 4194304 4196468 140736830583200 139973125662832 139973983038082 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27693056 140736830591963 140736830592138 140736830592138 140736830595023 0
[pid=8634/tid=8641] ppid=8632 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8634/task/8641/stat : 8641 (java) S 8632 8632 6739 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516957863 15508250624 10233 33554432000 4194304 4196468 140736830583200 139973124608800 139973983037141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27693056 140736830591963 140736830592138 140736830592138 140736830595023 0
[pid=8634/tid=8642] ppid=8632 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8634/task/8642/stat : 8642 (java) S 8632 8632 6739 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516957863 15508250624 10233 33554432000 4194304 4196468 140736830583200 139973123556464 139973983037141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27693056 140736830591963 140736830592138 140736830592138 140736830595023 0
[pid=8634/tid=8643] ppid=8632 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8634/task/8643/stat : 8643 (java) S 8632 8632 6739 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516957866 15508250624 10233 33554432000 4194304 4196468 140736830583200 139973122504784 139973983045531 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27693056 140736830591963 140736830592138 140736830592138 140736830595023 0
[pid=8634/tid=8644] ppid=8632 vsize=15144776 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/8634/task/8644/stat : 8644 (java) S 8632 8632 6739 0 -1 1077944384 578 0 0 0 2 0 0 0 20 0 15 0 516957866 15508250624 10233 33554432000 4194304 4196468 140736830583200 139973121452656 139973983038082 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27693056 140736830591963 140736830592138 140736830592138 140736830595023 0
[pid=8634/tid=8645] ppid=8632 vsize=15144776 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/8634/task/8645/stat : 8645 (java) S 8632 8632 6739 0 -1 1077944384 208 0 0 0 1 0 0 0 20 0 15 0 516957866 15508250624 10233 33554432000 4194304 4196468 140736830583200 139973120399856 139973983038082 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27693056 140736830591963 140736830592138 140736830592138 140736830595023 0
[pid=8634/tid=8646] ppid=8632 vsize=15144776 memory=139889606833792 CPUtime=0.08 cores=0,2,4,6
/proc/8634/task/8646/stat : 8646 (java) R 8632 8632 6739 0 -1 4202560 754 0 0 0 8 0 0 0 20 0 15 0 516957866 15508250624 10233 33554432000 4194304 4196468 140736830583200 139973051280240 139973983048282 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27693056 140736830591963 140736830592138 140736830592138 140736830595023 0
[pid=8634/tid=8647] ppid=8632 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8634/task/8647/stat : 8647 (java) S 8632 8632 6739 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516957866 15508250624 10233 33554432000 4194304 4196468 140736830583200 139973050227680 139973983037141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27693056 140736830591963 140736830592138 140736830592138 140736830595023 0
[pid=8634/tid=8648] ppid=8632 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8634/task/8648/stat : 8648 (java) S 8632 8632 6739 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516957866 15508250624 10233 33554432000 4194304 4196468 140736830583200 139973049174448 139973983038082 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27693056 140736830591963 140736830592138 140736830592138 140736830595023 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42388 KiB

[startup+0.31068 s]*
/proc/loadavg: 2.45 2.24 2.10 4/230 8648
/proc/meminfo: memFree=26110348/32770624 swapFree=67024124/67108860
[pid=8632] ppid=8629 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/8632/stat : 8632 (xcsp3-exec) S 8629 8632 6739 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 516957860 115843072 364 33554432000 4194304 5098028 140730399016064 140730399014168 140245834203772 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 26066944 140730399023958 140730399024217 140730399024217 140730399027142 0
/proc/8632/statm: 28282 364 305 221 0 87 0
[pid=8634] ppid=8632 vsize=15149032 memory=49872 CPUtime=0.53 cores=0,2,4,6
/proc/8634/stat : 8634 (java) S 8632 8632 6739 0 -1 1077944320 10837 0 0 0 49 4 0 0 20 0 15 0 516957860 15512608768 12468 33554432000 4194304 4196468 140736830583200 140736830565744 139973983026935 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 27693056 140736830591963 140736830592138 140736830592138 140736830595023 0
/proc/8634/statm: 3787258 12468 3353 1 0 3748377 0
[pid=8634/tid=8635] ppid=8632 vsize=15149032 memory=7883960649037381690 CPUtime=0.29 cores=0,2,4,6
/proc/8634/task/8635/stat : 8635 (java) R 8632 8632 6739 0 -1 4202560 7821 0 0 0 27 2 0 0 20 0 15 0 516957861 15512608768 12534 33554432000 4194304 4196468 140736830583200 139973987260720 139973967107422 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27693056 140736830591963 140736830592138 140736830592138 140736830595023 0
[pid=8634/tid=8636] ppid=8632 vsize=15149032 memory=13938 CPUtime=0 cores=0,2,4,6
/proc/8634/task/8636/stat : 8636 (java) S 8632 8632 6739 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516957861 15512608768 12534 33554432000 4194304 4196468 140736830583200 139973935647632 139973983037141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27693056 140736830591963 140736830592138 140736830592138 140736830595023 0
[pid=8634/tid=8637] ppid=8632 vsize=15149032 memory=3880943 CPUtime=0 cores=0,2,4,6
/proc/8634/task/8637/stat : 8637 (java) S 8632 8632 6739 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516957861 15512608768 12534 33554432000 4194304 4196468 140736830583200 139973934594832 139973983037141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27693056 140736830591963 140736830592138 140736830592138 140736830595023 0
[pid=8634/tid=8638] ppid=8632 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8634/task/8638/stat : 8638 (java) S 8632 8632 6739 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516957861 15512608768 12534 33554432000 4194304 4196468 140736830583200 139973933542544 139973983037141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27693056 140736830591963 140736830592138 140736830592138 140736830595023 0
[pid=8634/tid=8639] ppid=8632 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8634/task/8639/stat : 8639 (java) S 8632 8632 6739 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516957861 15512608768 12534 33554432000 4194304 4196468 140736830583200 139973932489744 139973983037141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27693056 140736830591963 140736830592138 140736830592138 140736830595023 0
[pid=8634/tid=8640] ppid=8632 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8634/task/8640/stat : 8640 (java) S 8632 8632 6739 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 516957863 15512608768 12534 33554432000 4194304 4196468 140736830583200 139973125662832 139973983038082 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27693056 140736830591963 140736830592138 140736830592138 140736830595023 0
[pid=8634/tid=8641] ppid=8632 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8634/task/8641/stat : 8641 (java) S 8632 8632 6739 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516957863 15512608768 12534 33554432000 4194304 4196468 140736830583200 139973124608800 139973983037141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27693056 140736830591963 140736830592138 140736830592138 140736830595023 0
[pid=8634/tid=8642] ppid=8632 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8634/task/8642/stat : 8642 (java) S 8632 8632 6739 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516957863 15512608768 12534 33554432000 4194304 4196468 140736830583200 139973123556464 139973983037141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27693056 140736830591963 140736830592138 140736830592138 140736830595023 0
[pid=8634/tid=8643] ppid=8632 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8634/task/8643/stat : 8643 (java) S 8632 8632 6739 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516957866 15512608768 12534 33554432000 4194304 4196468 140736830583200 139973122504784 139973983045531 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27693056 140736830591963 140736830592138 140736830592138 140736830595023 0
[pid=8634/tid=8644] ppid=8632 vsize=15149032 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/8634/task/8644/stat : 8644 (java) S 8632 8632 6739 0 -1 1077944384 660 0 0 0 5 0 0 0 20 0 15 0 516957866 15512608768 12534 33554432000 4194304 4196468 140736830583200 139973121452656 139973983038082 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27693056 140736830591963 140736830592138 140736830592138 140736830595023 0
[pid=8634/tid=8645] ppid=8632 vsize=15149032 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/8634/task/8645/stat : 8645 (java) S 8632 8632 6739 0 -1 1077944384 226 0 0 0 3 0 0 0 20 0 15 0 516957866 15512608768 12534 33554432000 4194304 4196468 140736830583200 139973120399856 139973983038082 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27693056 140736830591963 140736830592138 140736830592138 140736830595023 0
[pid=8634/tid=8646] ppid=8632 vsize=15149032 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/8634/task/8646/stat : 8646 (java) S 8632 8632 6739 0 -1 1077944384 835 0 0 0 12 0 0 0 20 0 15 0 516957866 15512608768 12534 33554432000 4194304 4196468 140736830583200 139973051280240 139973983038082 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27693056 140736830591963 140736830592138 140736830592138 140736830595023 0
[pid=8634/tid=8647] ppid=8632 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8634/task/8647/stat : 8647 (java) S 8632 8632 6739 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516957866 15512608768 12534 33554432000 4194304 4196468 140736830583200 139973050227680 139973983037141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27693056 140736830591963 140736830592138 140736830592138 140736830595023 0
[pid=8634/tid=8648] ppid=8632 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8634/task/8648/stat : 8648 (java) S 8632 8632 6739 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516957866 15512608768 12534 33554432000 4194304 4196468 140736830583200 139973049174448 139973983038082 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27693056 140736830591963 140736830592138 140736830592138 140736830595023 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51328 KiB

[startup+0.701591 s]
/proc/loadavg: 2.45 2.24 2.10 5/230 8648
/proc/meminfo: memFree=26099992/32770624 swapFree=67024124/67108860
[pid=8632] ppid=8629 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/8632/stat : 8632 (xcsp3-exec) S 8629 8632 6739 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 516957860 115843072 364 33554432000 4194304 5098028 140730399016064 140730399014168 140245834203772 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 26066944 140730399023958 140730399024217 140730399024217 140730399027142 0
/proc/8632/statm: 28282 364 305 221 0 87 0
[pid=8634] ppid=8632 vsize=15151156 memory=85972 CPUtime=1.62 cores=0,2,4,6
/proc/8634/stat : 8634 (java) S 8632 8632 6739 0 -1 1077944320 15179 0 0 0 157 5 0 0 20 0 15 0 516957860 15514783744 21493 33554432000 4194304 4196468 140736830583200 140736830565744 139973983026935 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 27693056 140736830591963 140736830592138 140736830592138 140736830595023 0
/proc/8634/statm: 3787789 21493 3454 1 0 3748889 0
[pid=8634/tid=8635] ppid=8632 vsize=15151156 memory=12328 CPUtime=0.67 cores=0,2,4,6
/proc/8634/task/8635/stat : 8635 (java) R 8632 8632 6739 0 -1 4202560 9210 0 0 0 64 3 0 0 20 0 15 0 516957861 15514783744 21493 33554432000 4194304 4196468 140736830583200 139973987265440 139973604967101 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27693056 140736830591963 140736830592138 140736830592138 140736830595023 0
[pid=8634/tid=8636] ppid=8632 vsize=15151156 memory=500 CPUtime=0 cores=0,2,4,6
/proc/8634/task/8636/stat : 8636 (java) S 8632 8632 6739 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516957861 15514783744 21493 33554432000 4194304 4196468 140736830583200 139973935647632 139973983037141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27693056 140736830591963 140736830592138 140736830592138 140736830595023 0
[pid=8634/tid=8637] ppid=8632 vsize=15151156 memory=1584 CPUtime=0 cores=0,2,4,6
/proc/8634/task/8637/stat : 8637 (java) S 8632 8632 6739 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516957861 15514783744 21493 33554432000 4194304 4196468 140736830583200 139973934594832 139973983037141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27693056 140736830591963 140736830592138 140736830592138 140736830595023 0
[pid=8634/tid=8638] ppid=8632 vsize=15151156 memory=1740 CPUtime=0 cores=0,2,4,6
/proc/8634/task/8638/stat : 8638 (java) S 8632 8632 6739 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516957861 15514783744 21493 33554432000 4194304 4196468 140736830583200 139973933542544 139973983037141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27693056 140736830591963 140736830592138 140736830592138 140736830595023 0
[pid=8634/tid=8639] ppid=8632 vsize=15151156 memory=924 CPUtime=0 cores=0,2,4,6
/proc/8634/task/8639/stat : 8639 (java) S 8632 8632 6739 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516957861 15514783744 21493 33554432000 4194304 4196468 140736830583200 139973932489744 139973983037141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27693056 140736830591963 140736830592138 140736830592138 140736830595023 0
[pid=8634/tid=8640] ppid=8632 vsize=15151156 memory=1940 CPUtime=0 cores=0,2,4,6
/proc/8634/task/8640/stat : 8640 (java) S 8632 8632 6739 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 516957863 15514783744 21493 33554432000 4194304 4196468 140736830583200 139973125662832 139973983038082 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27693056 140736830591963 140736830592138 140736830592138 140736830595023 0
[pid=8634/tid=8641] ppid=8632 vsize=15151156 memory=1996 CPUtime=0 cores=0,2,4,6
/proc/8634/task/8641/stat : 8641 (java) S 8632 8632 6739 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516957863 15514783744 21493 33554432000 4194304 4196468 140736830583200 139973124608800 139973983037141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27693056 140736830591963 140736830592138 140736830592138 140736830595023 0
[pid=8634/tid=8642] ppid=8632 vsize=15151156 memory=2508 CPUtime=0 cores=0,2,4,6
/proc/8634/task/8642/stat : 8642 (java) S 8632 8632 6739 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516957863 15514783744 21493 33554432000 4194304 4196468 140736830583200 139973123556464 139973983037141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27693056 140736830591963 140736830592138 140736830592138 140736830595023 0
[pid=8634/tid=8643] ppid=8632 vsize=15151156 memory=1532 CPUtime=0 cores=0,2,4,6
/proc/8634/task/8643/stat : 8643 (java) S 8632 8632 6739 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516957866 15514783744 21493 33554432000 4194304 4196468 140736830583200 139973122504784 139973983045531 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27693056 140736830591963 140736830592138 140736830592138 140736830595023 0
[pid=8634/tid=8644] ppid=8632 vsize=15151156 memory=836 CPUtime=0.28 cores=0,2,4,6
/proc/8634/task/8644/stat : 8644 (java) R 8632 8632 6739 0 -1 4202560 1635 0 0 0 28 0 0 0 20 0 15 0 516957866 15514783744 21493 33554432000 4194304 4196468 140736830583200 139973121438448 139973964548117 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 27693056 140736830591963 140736830592138 140736830592138 140736830595023 0
[pid=8634/tid=8645] ppid=8632 vsize=15151156 memory=1760 CPUtime=0.22 cores=0,2,4,6
/proc/8634/task/8645/stat : 8645 (java) R 8632 8632 6739 0 -1 4202560 959 0 0 0 22 0 0 0 20 0 15 0 516957866 15514783744 21493 33554432000 4194304 4196468 140736830583200 139973120391184 139973966929968 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27693056 140736830591963 140736830592138 140736830592138 140736830595023 0
[pid=8634/tid=8646] ppid=8632 vsize=15151156 memory=111632 CPUtime=0.41 cores=0,2,4,6
/proc/8634/task/8646/stat : 8646 (java) R 8632 8632 6739 0 -1 4202560 2064 0 0 0 41 0 0 0 20 0 15 0 516957866 15514783744 21493 33554432000 4194304 4196468 140736830583200 139973051280368 139973604933753 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27693056 140736830591963 140736830592138 140736830592138 140736830595023 0
[pid=8634/tid=8647] ppid=8632 vsize=15151156 memory=804 CPUtime=0 cores=0,2,4,6
/proc/8634/task/8647/stat : 8647 (java) S 8632 8632 6739 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516957866 15514783744 21493 33554432000 4194304 4196468 140736830583200 139973050227680 139973983037141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27693056 140736830591963 140736830592138 140736830592138 140736830595023 0
[pid=8634/tid=8648] ppid=8632 vsize=15151156 memory=1804 CPUtime=0 cores=0,2,4,6
/proc/8634/task/8648/stat : 8648 (java) S 8632 8632 6739 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516957866 15514783744 21493 33554432000 4194304 4196468 140736830583200 139973049174448 139973983038082 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27693056 140736830591963 140736830592138 140736830592138 140736830595023 0
Current children cumulated CPU time: 1.62 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 87428 KiB

[startup+1.50081 s]
/proc/loadavg: 2.45 2.24 2.10 5/230 8648
/proc/meminfo: memFree=26061164/32770624 swapFree=67024124/67108860
[pid=8632] ppid=8629 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/8632/stat : 8632 (xcsp3-exec) S 8629 8632 6739 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 516957860 115843072 364 33554432000 4194304 5098028 140730399016064 140730399014168 140245834203772 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 26066944 140730399023958 140730399024217 140730399024217 140730399027142 0
/proc/8632/statm: 28282 364 305 221 0 87 0

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

/proc/8632/stat : 8632 (xcsp3-exec) S 8629 8632 6739 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 516957860 115843072 364 33554432000 4194304 5098028 140730399016064 140730399014168 140245834203772 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 26066944 140730399023958 140730399024217 140730399024217 140730399027142 0
/proc/8632/statm: 28282 364 305 221 0 87 0
[pid=8634] ppid=8632 vsize=15151156 memory=207340 CPUtime=12.16 cores=0,2,4,6
/proc/8634/stat : 8634 (java) S 8632 8632 6739 0 -1 1077944320 32939 0 0 0 1206 10 0 0 20 0 15 0 516957860 15514783744 51835 33554432000 4194304 4196468 140736830583200 140736830565744 139973983026935 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 27693056 140736830591963 140736830592138 140736830592138 140736830595023 0
/proc/8634/statm: 3787789 51835 3488 1 0 3748889 0
[pid=8634/tid=8635] ppid=8632 vsize=15151156 memory=6943526294502006880 CPUtime=8.76 cores=0,2,4,6
/proc/8634/task/8635/stat : 8635 (java) R 8632 8632 6739 0 -1 4202560 10345 0 0 0 871 5 0 0 20 0 15 0 516957861 15514783744 51835 33554432000 4194304 4196468 140736830583200 139973987264192 139973609945204 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27693056 140736830591963 140736830592138 140736830592138 140736830595023 0
[pid=8634/tid=8636] ppid=8632 vsize=15151156 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/8634/task/8636/stat : 8636 (java) S 8632 8632 6739 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 516957861 15514783744 51835 33554432000 4194304 4196468 140736830583200 139973935647632 139973983037141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27693056 140736830591963 140736830592138 140736830592138 140736830595023 0
[pid=8634/tid=8637] ppid=8632 vsize=15151156 memory=288230596050944315 CPUtime=0 cores=0,2,4,6
/proc/8634/task/8637/stat : 8637 (java) S 8632 8632 6739 0 -1 1077944384 725 0 0 0 0 0 0 0 20 0 15 0 516957861 15514783744 51835 33554432000 4194304 4196468 140736830583200 139973934594832 139973983037141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27693056 140736830591963 140736830592138 140736830592138 140736830595023 0
[pid=8634/tid=8638] ppid=8632 vsize=15151156 memory=15816698942982814 CPUtime=0 cores=0,2,4,6
/proc/8634/task/8638/stat : 8638 (java) S 8632 8632 6739 0 -1 1077944384 183 0 0 0 0 0 0 0 20 0 15 0 516957861 15514783744 51835 33554432000 4194304 4196468 140736830583200 139973933542544 139973983037141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27693056 140736830591963 140736830592138 140736830592138 140736830595023 0
[pid=8634/tid=8639] ppid=8632 vsize=15151156 memory=916 CPUtime=0 cores=0,2,4,6
/proc/8634/task/8639/stat : 8639 (java) S 8632 8632 6739 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 15 0 516957861 15514783744 51835 33554432000 4194304 4196468 140736830583200 139973932489744 139973983037141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27693056 140736830591963 140736830592138 140736830592138 140736830595023 0
[pid=8634/tid=8640] ppid=8632 vsize=15151156 memory=3848 CPUtime=0 cores=0,2,4,6
/proc/8634/task/8640/stat : 8640 (java) S 8632 8632 6739 0 -1 1077944384 481 0 0 0 0 0 0 0 20 0 15 0 516957863 15514783744 51835 33554432000 4194304 4196468 140736830583200 139973125662832 139973983038082 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27693056 140736830591963 140736830592138 140736830592138 140736830595023 0
[pid=8634/tid=8641] ppid=8632 vsize=15151156 memory=2712 CPUtime=0 cores=0,2,4,6
/proc/8634/task/8641/stat : 8641 (java) S 8632 8632 6739 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 516957863 15514783744 51835 33554432000 4194304 4196468 140736830583200 139973124608864 139973983037141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27693056 140736830591963 140736830592138 140736830592138 140736830595023 0
[pid=8634/tid=8642] ppid=8632 vsize=15151156 memory=2596 CPUtime=0 cores=0,2,4,6
/proc/8634/task/8642/stat : 8642 (java) S 8632 8632 6739 0 -1 1077944384 99 0 0 0 0 0 0 0 20 0 15 0 516957863 15514783744 51835 33554432000 4194304 4196468 140736830583200 139973123556480 139973983037141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27693056 140736830591963 140736830592138 140736830592138 140736830595023 0
[pid=8634/tid=8643] ppid=8632 vsize=15151156 memory=4096 CPUtime=0 cores=0,2,4,6
/proc/8634/task/8643/stat : 8643 (java) S 8632 8632 6739 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516957866 15514783744 51835 33554432000 4194304 4196468 140736830583200 139973122504784 139973983045531 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27693056 140736830591963 140736830592138 140736830592138 140736830595023 0
[pid=8634/tid=8644] ppid=8632 vsize=15151156 memory=1412 CPUtime=1.45 cores=0,2,4,6
/proc/8634/task/8644/stat : 8644 (java) S 8632 8632 6739 0 -1 1077944384 6795 0 0 0 145 0 0 0 20 0 15 0 516957866 15514783744 51835 33554432000 4194304 4196468 140736830583200 139973121452656 139973983038082 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27693056 140736830591963 140736830592138 140736830592138 140736830595023 0
[pid=8634/tid=8645] ppid=8632 vsize=15151156 memory=3316 CPUtime=1.33 cores=0,2,4,6
/proc/8634/task/8645/stat : 8645 (java) S 8632 8632 6739 0 -1 1077944384 7693 0 0 0 132 1 0 0 20 0 15 0 516957866 15514783744 51835 33554432000 4194304 4196468 140736830583200 139973120399856 139973983038082 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27693056 140736830591963 140736830592138 140736830592138 140736830595023 0
[pid=8634/tid=8646] ppid=8632 vsize=15151156 memory=1452 CPUtime=0.54 cores=0,2,4,6
/proc/8634/task/8646/stat : 8646 (java) S 8632 8632 6739 0 -1 1077944384 4617 0 0 0 54 0 0 0 20 0 15 0 516957866 15514783744 51835 33554432000 4194304 4196468 140736830583200 139973051280240 139973983038082 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27693056 140736830591963 140736830592138 140736830592138 140736830595023 0
[pid=8634/tid=8647] ppid=8632 vsize=15151156 memory=2213624 CPUtime=0 cores=0,2,4,6
/proc/8634/task/8647/stat : 8647 (java) S 8632 8632 6739 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516957866 15514783744 51835 33554432000 4194304 4196468 140736830583200 139973050227680 139973983037141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27693056 140736830591963 140736830592138 140736830592138 140736830595023 0
[pid=8634/tid=8648] ppid=8632 vsize=15151156 memory=1412 CPUtime=0 cores=0,2,4,6
/proc/8634/task/8648/stat : 8648 (java) S 8632 8632 6739 0 -1 1077944384 619 0 0 0 0 0 0 0 20 0 15 0 516957866 15514783744 51835 33554432000 4194304 4196468 140736830583200 139973049174448 139973983038082 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27693056 140736830591963 140736830592138 140736830592138 140736830595023 0
Current children cumulated CPU time: 12.16 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 208796 KiB

[startup+9.60077 s]
/proc/loadavg: 2.42 2.24 2.10 3/231 8650
/proc/meminfo: memFree=25951212/32770624 swapFree=67024124/67108860
[pid=8632] ppid=8629 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/8632/stat : 8632 (xcsp3-exec) S 8629 8632 6739 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 516957860 115843072 364 33554432000 4194304 5098028 140730399016064 140730399014168 140245834203772 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 26066944 140730399023958 140730399024217 140730399024217 140730399027142 0
/proc/8632/statm: 28282 364 305 221 0 87 0
[pid=8634] ppid=8632 vsize=15151156 memory=207344 CPUtime=12.96 cores=0,2,4,6
/proc/8634/stat : 8634 (java) S 8632 8632 6739 0 -1 1077944320 32958 0 0 0 1286 10 0 0 20 0 15 0 516957860 15514783744 51836 33554432000 4194304 4196468 140736830583200 140736830565744 139973983026935 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 27693056 140736830591963 140736830592138 140736830592138 140736830595023 0
/proc/8634/statm: 3787789 51836 3488 1 0 3748889 0
[pid=8634/tid=8635] ppid=8632 vsize=15151156 memory=55 CPUtime=9.55 cores=0,2,4,6
/proc/8634/task/8635/stat : 8635 (java) R 8632 8632 6739 0 -1 4202560 10348 0 0 0 950 5 0 0 20 0 15 0 516957861 15514783744 51836 33554432000 4194304 4196468 140736830583200 139973987266000 139973610974613 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27693056 140736830591963 140736830592138 140736830592138 140736830595023 0
[pid=8634/tid=8636] ppid=8632 vsize=15151156 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/8634/task/8636/stat : 8636 (java) S 8632 8632 6739 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 516957861 15514783744 51836 33554432000 4194304 4196468 140736830583200 139973935647632 139973983037141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27693056 140736830591963 140736830592138 140736830592138 140736830595023 0
[pid=8634/tid=8637] ppid=8632 vsize=15151156 memory=3648 CPUtime=0 cores=0,2,4,6
/proc/8634/task/8637/stat : 8637 (java) S 8632 8632 6739 0 -1 1077944384 732 0 0 0 0 0 0 0 20 0 15 0 516957861 15514783744 51836 33554432000 4194304 4196468 140736830583200 139973934594832 139973983037141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27693056 140736830591963 140736830592138 140736830592138 140736830595023 0
[pid=8634/tid=8638] ppid=8632 vsize=15151156 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/8634/task/8638/stat : 8638 (java) S 8632 8632 6739 0 -1 1077944384 183 0 0 0 0 0 0 0 20 0 15 0 516957861 15514783744 51836 33554432000 4194304 4196468 140736830583200 139973933542544 139973983037141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27693056 140736830591963 140736830592138 140736830592138 140736830595023 0
[pid=8634/tid=8639] ppid=8632 vsize=15151156 memory=4294967295 CPUtime=0 cores=0,2,4,6
/proc/8634/task/8639/stat : 8639 (java) S 8632 8632 6739 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 15 0 516957861 15514783744 51836 33554432000 4194304 4196468 140736830583200 139973932489744 139973983037141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27693056 140736830591963 140736830592138 140736830592138 140736830595023 0
[pid=8634/tid=8640] ppid=8632 vsize=15151156 memory=7157458211519353168 CPUtime=0 cores=0,2,4,6
/proc/8634/task/8640/stat : 8640 (java) S 8632 8632 6739 0 -1 1077944384 486 0 0 0 0 0 0 0 20 0 15 0 516957863 15514783744 51836 33554432000 4194304 4196468 140736830583200 139973125662832 139973983038082 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27693056 140736830591963 140736830592138 140736830592138 140736830595023 0
[pid=8634/tid=8641] ppid=8632 vsize=15151156 memory=7301859393179642192 CPUtime=0 cores=0,2,4,6
/proc/8634/task/8641/stat : 8641 (java) S 8632 8632 6739 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 516957863 15514783744 51836 33554432000 4194304 4196468 140736830583200 139973124608864 139973983037141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27693056 140736830591963 140736830592138 140736830592138 140736830595023 0
[pid=8634/tid=8642] ppid=8632 vsize=15151156 memory=6153395282792370768 CPUtime=0 cores=0,2,4,6
/proc/8634/task/8642/stat : 8642 (java) S 8632 8632 6739 0 -1 1077944384 99 0 0 0 0 0 0 0 20 0 15 0 516957863 15514783744 51836 33554432000 4194304 4196468 140736830583200 139973123556480 139973983037141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27693056 140736830591963 140736830592138 140736830592138 140736830595023 0
[pid=8634/tid=8643] ppid=8632 vsize=15151156 memory=7380951555004919659 CPUtime=0 cores=0,2,4,6
/proc/8634/task/8643/stat : 8643 (java) S 8632 8632 6739 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516957866 15514783744 51836 33554432000 4194304 4196468 140736830583200 139973122504784 139973983045531 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27693056 140736830591963 140736830592138 140736830592138 140736830595023 0
[pid=8634/tid=8644] ppid=8632 vsize=15151156 memory=6081094722604523858 CPUtime=1.45 cores=0,2,4,6
/proc/8634/task/8644/stat : 8644 (java) S 8632 8632 6739 0 -1 1077944384 6795 0 0 0 145 0 0 0 20 0 15 0 516957866 15514783744 51836 33554432000 4194304 4196468 140736830583200 139973121452656 139973983038082 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27693056 140736830591963 140736830592138 140736830592138 140736830595023 0
[pid=8634/tid=8645] ppid=8632 vsize=15151156 memory=6152592656717734997 CPUtime=1.33 cores=0,2,4,6
/proc/8634/task/8645/stat : 8645 (java) S 8632 8632 6739 0 -1 1077944384 7693 0 0 0 132 1 0 0 20 0 15 0 516957866 15514783744 51836 33554432000 4194304 4196468 140736830583200 139973120399856 139973983038082 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27693056 140736830591963 140736830592138 140736830592138 140736830595023 0
[pid=8634/tid=8646] ppid=8632 vsize=15151156 memory=7162811798161281873 CPUtime=0.54 cores=0,2,4,6
/proc/8634/task/8646/stat : 8646 (java) S 8632 8632 6739 0 -1 1077944384 4617 0 0 0 54 0 0 0 20 0 15 0 516957866 15514783744 51836 33554432000 4194304 4196468 140736830583200 139973051280240 139973983038082 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27693056 140736830591963 140736830592138 140736830592138 140736830595023 0
[pid=8634/tid=8647] ppid=8632 vsize=15151156 memory=7523070120225235307 CPUtime=0 cores=0,2,4,6
/proc/8634/task/8647/stat : 8647 (java) S 8632 8632 6739 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516957866 15514783744 51836 33554432000 4194304 4196468 140736830583200 139973050227680 139973983037141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27693056 140736830591963 140736830592138 140736830592138 140736830595023 0
[pid=8634/tid=8648] ppid=8632 vsize=15151156 memory=6446745912524 CPUtime=0 cores=0,2,4,6
/proc/8634/task/8648/stat : 8648 (java) S 8632 8632 6739 0 -1 1077944384 619 0 0 0 0 0 0 0 20 0 15 0 516957866 15514783744 51836 33554432000 4194304 4196468 140736830583200 139973049174448 139973983038082 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27693056 140736830591963 140736830592138 140736830592138 140736830595023 0
Current children cumulated CPU time: 12.96 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 208800 KiB

[startup+10.0007 s]*
/proc/loadavg: 2.42 2.24 2.10 3/231 8650
/proc/meminfo: memFree=25951600/32770624 swapFree=67024124/67108860
[pid=8632] ppid=8629 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/8632/stat : 8632 (xcsp3-exec) S 8629 8632 6739 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 516957860 115843072 364 33554432000 4194304 5098028 140730399016064 140730399014168 140245834203772 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 26066944 140730399023958 140730399024217 140730399024217 140730399027142 0
/proc/8632/statm: 28282 364 305 221 0 87 0
[pid=8634] ppid=8632 vsize=15151156 memory=207344 CPUtime=13.37 cores=0,2,4,6
/proc/8634/stat : 8634 (java) S 8632 8632 6739 0 -1 1077944320 32959 0 0 0 1327 10 0 0 20 0 15 0 516957860 15514783744 51836 33554432000 4194304 4196468 140736830583200 140736830565744 139973983026935 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 27693056 140736830591963 140736830592138 140736830592138 140736830595023 0
/proc/8634/statm: 3787789 51836 3488 1 0 3748889 0
[pid=8634/tid=8635] ppid=8632 vsize=15151156 memory=6944656575208382560 CPUtime=9.96 cores=0,2,4,6
/proc/8634/task/8635/stat : 8635 (java) R 8632 8632 6739 0 -1 4202560 10349 0 0 0 991 5 0 0 20 0 15 0 516957861 15514783744 51836 33554432000 4194304 4196468 140736830583200 139973987266000 139973610459968 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27693056 140736830591963 140736830592138 140736830592138 140736830595023 0
[pid=8634/tid=8636] ppid=8632 vsize=15151156 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/8634/task/8636/stat : 8636 (java) S 8632 8632 6739 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 516957861 15514783744 51836 33554432000 4194304 4196468 140736830583200 139973935647632 139973983037141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27693056 140736830591963 140736830592138 140736830592138 140736830595023 0
[pid=8634/tid=8637] ppid=8632 vsize=15151156 memory=6944656592455360604 CPUtime=0 cores=0,2,4,6
/proc/8634/task/8637/stat : 8637 (java) S 8632 8632 6739 0 -1 1077944384 732 0 0 0 0 0 0 0 20 0 15 0 516957861 15514783744 51836 33554432000 4194304 4196468 140736830583200 139973934594832 139973983037141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27693056 140736830591963 140736830592138 140736830592138 140736830595023 0
[pid=8634/tid=8638] ppid=8632 vsize=15151156 memory=6944656592455359580 CPUtime=0 cores=0,2,4,6
/proc/8634/task/8638/stat : 8638 (java) S 8632 8632 6739 0 -1 1077944384 183 0 0 0 0 0 0 0 20 0 15 0 516957861 15514783744 51836 33554432000 4194304 4196468 140736830583200 139973933542544 139973983037141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27693056 140736830591963 140736830592138 140736830592138 140736830595023 0
[pid=8634/tid=8639] ppid=8632 vsize=15151156 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/8634/task/8639/stat : 8639 (java) S 8632 8632 6739 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 15 0 516957861 15514783744 51836 33554432000 4194304 4196468 140736830583200 139973932489744 139973983037141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27693056 140736830591963 140736830592138 140736830592138 140736830595023 0
[pid=8634/tid=8640] ppid=8632 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8634/task/8640/stat : 8640 (java) S 8632 8632 6739 0 -1 1077944384 486 0 0 0 0 0 0 0 20 0 15 0 516957863 15514783744 51836 33554432000 4194304 4196468 140736830583200 139973125662832 139973983038082 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27693056 140736830591963 140736830592138 140736830592138 140736830595023 0
[pid=8634/tid=8641] ppid=8632 vsize=15151156 memory=45260 CPUtime=0 cores=0,2,4,6
/proc/8634/task/8641/stat : 8641 (java) S 8632 8632 6739 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 516957863 15514783744 51836 33554432000 4194304 4196468 140736830583200 139973124608864 139973983037141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27693056 140736830591963 140736830592138 140736830592138 140736830595023 0
[pid=8634/tid=8642] ppid=8632 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8634/task/8642/stat : 8642 (java) S 8632 8632 6739 0 -1 1077944384 99 0 0 0 0 0 0 0 20 0 15 0 516957863 15514783744 51836 33554432000 4194304 4196468 140736830583200 139973123556480 139973983037141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27693056 140736830591963 140736830592138 140736830592138 140736830595023 0
[pid=8634/tid=8643] ppid=8632 vsize=15151156 memory=2674 CPUtime=0 cores=0,2,4,6
/proc/8634/task/8643/stat : 8643 (java) S 8632 8632 6739 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516957866 15514783744 51836 33554432000 4194304 4196468 140736830583200 139973122504784 139973983045531 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27693056 140736830591963 140736830592138 140736830592138 140736830595023 0
[pid=8634/tid=8644] ppid=8632 vsize=15151156 memory=1335 CPUtime=1.45 cores=0,2,4,6
/proc/8634/task/8644/stat : 8644 (java) S 8632 8632 6739 0 -1 1077944384 6795 0 0 0 145 0 0 0 20 0 15 0 516957866 15514783744 51836 33554432000 4194304 4196468 140736830583200 139973121452656 139973983038082 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27693056 140736830591963 140736830592138 140736830592138 140736830595023 0
[pid=8634/tid=8645] ppid=8632 vsize=15151156 memory=0 CPUtime=1.33 cores=0,2,4,6
/proc/8634/task/8645/stat : 8645 (java) S 8632 8632 6739 0 -1 1077944384 7693 0 0 0 132 1 0 0 20 0 15 0 516957866 15514783744 51836 33554432000 4194304 4196468 140736830583200 139973120399856 139973983038082 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27693056 140736830591963 140736830592138 140736830592138 140736830595023 0
[pid=8634/tid=8646] ppid=8632 vsize=15151156 memory=0 CPUtime=0.54 cores=0,2,4,6
/proc/8634/task/8646/stat : 8646 (java) S 8632 8632 6739 0 -1 1077944384 4617 0 0 0 54 0 0 0 20 0 15 0 516957866 15514783744 51836 33554432000 4194304 4196468 140736830583200 139973051280240 139973983038082 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27693056 140736830591963 140736830592138 140736830592138 140736830595023 0
[pid=8634/tid=8647] ppid=8632 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8634/task/8647/stat : 8647 (java) S 8632 8632 6739 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516957866 15514783744 51836 33554432000 4194304 4196468 140736830583200 139973050227680 139973983037141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27693056 140736830591963 140736830592138 140736830592138 140736830595023 0
[pid=8634/tid=8648] ppid=8632 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8634/task/8648/stat : 8648 (java) S 8632 8632 6739 0 -1 1077944384 619 0 0 0 0 0 0 0 20 0 15 0 516957866 15514783744 51836 33554432000 4194304 4196468 140736830583200 139973049174448 139973983038082 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27693056 140736830591963 140736830592138 140736830592138 140736830595023 0
Current children cumulated CPU time: 13.37 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 208800 KiB

[startup+10.1103 s]
/proc/loadavg: 2.42 2.24 2.10 3/231 8650
/proc/meminfo: memFree=25951600/32770624 swapFree=67024124/67108860
[pid=8632] ppid=8629 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/8632/stat : 8632 (xcsp3-exec) S 8629 8632 6739 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 516957860 115843072 364 33554432000 4194304 5098028 140730399016064 140730399014168 140245834203772 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 26066944 140730399023958 140730399024217 140730399024217 140730399027142 0
/proc/8632/statm: 28282 364 305 221 0 87 0
[pid=8634] ppid=8632 vsize=15151156 memory=207344 CPUtime=13.47 cores=0,2,4,6
/proc/8634/stat : 8634 (java) S 8632 8632 6739 0 -1 1077944320 32959 0 0 0 1337 10 0 0 20 0 15 0 516957860 15514783744 51836 33554432000 4194304 4196468 140736830583200 140736830565744 139973983026935 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 27693056 140736830591963 140736830592138 140736830592138 140736830595023 0
/proc/8634/statm: 3787789 51836 3488 1 0 3748889 0
[pid=8634/tid=8635] ppid=8632 vsize=15151156 memory=1456 CPUtime=10.06 cores=0,2,4,6
/proc/8634/task/8635/stat : 8635 (java) R 8632 8632 6739 0 -1 4202560 10349 0 0 0 1001 5 0 0 20 0 15 0 516957861 15514783744 51836 33554432000 4194304 4196468 140736830583200 139973987266000 139973968236828 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27693056 140736830591963 140736830592138 140736830592138 140736830595023 0
[pid=8634/tid=8636] ppid=8632 vsize=15151156 memory=2544 CPUtime=0 cores=0,2,4,6
/proc/8634/task/8636/stat : 8636 (java) S 8632 8632 6739 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 516957861 15514783744 51836 33554432000 4194304 4196468 140736830583200 139973935647632 139973983037141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27693056 140736830591963 140736830592138 140736830592138 140736830595023 0
[pid=8634/tid=8637] ppid=8632 vsize=15151156 memory=54012 CPUtime=0 cores=0,2,4,6
/proc/8634/task/8637/stat : 8637 (java) S 8632 8632 6739 0 -1 1077944384 732 0 0 0 0 0 0 0 20 0 15 0 516957861 15514783744 51836 33554432000 4194304 4196468 140736830583200 139973934594832 139973983037141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27693056 140736830591963 140736830592138 140736830592138 140736830595023 0
[pid=8634/tid=8638] ppid=8632 vsize=15151156 memory=1040 CPUtime=0 cores=0,2,4,6
/proc/8634/task/8638/stat : 8638 (java) S 8632 8632 6739 0 -1 1077944384 183 0 0 0 0 0 0 0 20 0 15 0 516957861 15514783744 51836 33554432000 4194304 4196468 140736830583200 139973933542544 139973983037141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27693056 140736830591963 140736830592138 140736830592138 140736830595023 0
[pid=8634/tid=8639] ppid=8632 vsize=15151156 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/8634/task/8639/stat : 8639 (java) S 8632 8632 6739 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 15 0 516957861 15514783744 51836 33554432000 4194304 4196468 140736830583200 139973932489744 139973983037141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27693056 140736830591963 140736830592138 140736830592138 140736830595023 0
[pid=8634/tid=8640] ppid=8632 vsize=15151156 memory=207340 CPUtime=0 cores=0,2,4,6
/proc/8634/task/8640/stat : 8640 (java) S 8632 8632 6739 0 -1 1077944384 486 0 0 0 0 0 0 0 20 0 15 0 516957863 15514783744 51836 33554432000 4194304 4196468 140736830583200 139973125662832 139973983038082 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27693056 140736830591963 140736830592138 140736830592138 140736830595023 0
[pid=8634/tid=8641] ppid=8632 vsize=15151156 memory=24108 CPUtime=0 cores=0,2,4,6
/proc/8634/task/8641/stat : 8641 (java) S 8632 8632 6739 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 516957863 15514783744 51836 33554432000 4194304 4196468 140736830583200 139973124608864 139973983037141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27693056 140736830591963 140736830592138 140736830592138 140736830595023 0
[pid=8634/tid=8642] ppid=8632 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8634/task/8642/stat : 8642 (java) S 8632 8632 6739 0 -1 1077944384 99 0 0 0 0 0 0 0 20 0 15 0 516957863 15514783744 51836 33554432000 4194304 4196468 140736830583200 139973123556480 139973983037141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27693056 140736830591963 140736830592138 140736830592138 140736830595023 0
[pid=8634/tid=8643] ppid=8632 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8634/task/8643/stat : 8643 (java) S 8632 8632 6739 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516957866 15514783744 51836 33554432000 4194304 4196468 140736830583200 139973122504784 139973983045531 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27693056 140736830591963 140736830592138 140736830592138 140736830595023 0
[pid=8634/tid=8644] ppid=8632 vsize=15151156 memory=0 CPUtime=1.45 cores=0,2,4,6
/proc/8634/task/8644/stat : 8644 (java) S 8632 8632 6739 0 -1 1077944384 6795 0 0 0 145 0 0 0 20 0 15 0 516957866 15514783744 51836 33554432000 4194304 4196468 140736830583200 139973121452656 139973983038082 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27693056 140736830591963 140736830592138 140736830592138 140736830595023 0
[pid=8634/tid=8645] ppid=8632 vsize=15151156 memory=1456 CPUtime=1.33 cores=0,2,4,6
/proc/8634/task/8645/stat : 8645 (java) S 8632 8632 6739 0 -1 1077944384 7693 0 0 0 132 1 0 0 20 0 15 0 516957866 15514783744 51836 33554432000 4194304 4196468 140736830583200 139973120399856 139973983038082 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27693056 140736830591963 140736830592138 140736830592138 140736830595023 0
[pid=8634/tid=8646] ppid=8632 vsize=15151156 memory=207340 CPUtime=0.54 cores=0,2,4,6
/proc/8634/task/8646/stat : 8646 (java) S 8632 8632 6739 0 -1 1077944384 4617 0 0 0 54 0 0 0 20 0 15 0 516957866 15514783744 51836 33554432000 4194304 4196468 140736830583200 139973051280240 139973983038082 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27693056 140736830591963 140736830592138 140736830592138 140736830595023 0
[pid=8634/tid=8647] ppid=8632 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8634/task/8647/stat : 8647 (java) S 8632 8632 6739 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516957866 15514783744 51836 33554432000 4194304 4196468 140736830583200 139973050227680 139973983037141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27693056 140736830591963 140736830592138 140736830592138 140736830595023 0
[pid=8634/tid=8648] ppid=8632 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8634/task/8648/stat : 8648 (java) S 8632 8632 6739 0 -1 1077944384 619 0 0 0 0 0 0 0 20 0 15 0 516957866 15514783744 51836 33554432000 4194304 4196468 140736830583200 139973049174448 139973983038082 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27693056 140736830591963 140736830592138 140736830592138 140736830595023 0
Current children cumulated CPU time: 13.47 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 208800 KiB

Child status: 0
Real time (s): 10.146
CPU time (s): 13.523
CPU user time (s): 13.4089
CPU system time (s): 0.114132
CPU usage (%): 133.284
Max. virtual memory (cumulated for all children) (KiB): 15266132
Max. memory (cumulated for all children) (KiB): 210880

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.4089
system time used= 0.114132
maximum resident set size= 209428
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33892
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= 2475
involuntary context switches= 28


# summary of solver processes directly reported to runsolver:
#   pid: 8632
#   total CPU time (s): 13.523
#   total CPU user time (s): 13.4089
#   total CPU system time (s): 0.114132

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.104828 second user time and 0.126413 second system time

The end

Launcher Data

Begin job on node150 at 2019-09-25 12:20:13
IDJOB=4406468
IDBENCH=141494
IDSOLVER=2870
FILE ID=node150/4406468-1569406854
RUNJOBID= node150-1569396629-6770
PBS_JOBID= 21705675
Free space on /var/tmp= 13456 MiB

SOLVER NAME= choco-solver 2019-09-24
BENCH NAME= XCSP18/PeacableArmies/PeacableArmies-m2-07_c18.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-4406468-1569406854/watcher-4406468-1569406854 -o /var/tmp/evaluation-result-4406468-1569406854/solver-4406468-1569406854 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node150-1569396629-6770 --watchdog 2560  xcsp3-exec -dir HOME -tl 2400 -p 1 -ml 12000 -tdir HOME -seed 1563985591 HOME/instance-4406468-1569406854.xml

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

MD5SUM BENCH= d533abf730bec48b9e0ac1943d19d6b7
RANDOM SEED=1563985591

node150.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.79
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.79
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.79
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.79
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:        26146964 kB
MemAvailable:   29613784 kB
Buffers:          161384 kB
Cached:          3401280 kB
SwapCached:         8040 kB
Active:          5594128 kB
Inactive:         205172 kB
Active(anon):    2205752 kB
Inactive(anon):    82216 kB
Active(file):    3388376 kB
Inactive(file):   122956 kB
Unevictable:      109316 kB
Mlocked:          109316 kB
SwapTotal:      67108860 kB
SwapFree:       67024124 kB
Dirty:             25920 kB
Writeback:             0 kB
AnonPages:       2478608 kB
Mapped:            67740 kB
Shmem:             42944 kB
Slab:             413192 kB
SReclaimable:     383948 kB
SUnreclaim:        29244 kB
KernelStack:        4048 kB
PageTables:        10352 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4719520 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2340864 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       99712 kB
DirectMap2M:    33445888 kB

Free space on /var/tmp at the end= 13428 MiB
End job on node150 at 2019-09-25 12:20:23