Trace number 4405751

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-24UNSAT 7.26699 5.29102

General information on the benchmark

NamePseudoBoolean/PseudoBoolean-dec-queen/
Pb-queen-0975965.xml
MD5SUMa14f05ce5b97c69cdfebe4c47d671ffd
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark7.26699
Satisfiable
(Un)Satisfiability was proved
Number of variables169
Number of constraints101
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":169}]
Minimum variable degree7
Maximum variable degree9
Distribution of variable degrees[{"degree":7,"count":148},{"degree":8,"count":20},{"degree":9,"count":1}]
Minimum constraint arity2
Maximum constraint arity169
Distribution of constraint arities[{"arity":2,"count":4},{"arity":3,"count":4},{"arity":4,"count":4},{"arity":5,"count":4},{"arity":6,"count":4},{"arity":7,"count":4},{"arity":8,"count":4},{"arity":9,"count":4},{"arity":10,"count":4},{"arity":11,"count":4},{"arity":12,"count":4},{"arity":13,"count":56},{"arity":169,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":101}]
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-4405751-1569410518.xml"  -tl '2520s' -p 1
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4405751-1569410518.xml, -tl, 2520s, -p, 1]
0.35/0.22	c simple solver
0.35/0.28	c parse instance...
0.73/0.52	c solve instance...
7.16/5.28	s UNSATISFIABLE

Verifier Data


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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4405751-1569410518/watcher-4405751-1569410518 -o /var/tmp/evaluation-result-4405751-1569410518/solver-4405751-1569410518 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node107-1569405077-8296 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 1 -ml 12000 -tdir HOME -seed 1581621462 HOME/instance-4405751-1569410518.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=9047, runsolver pid=9044
Current StackSize limit: 8192 KiB


[startup+0.100125 s]*
/proc/loadavg: 1.73 1.61 1.42 3/228 9063
/proc/meminfo: memFree=24497612/32770624 swapFree=66954228/67108860
[pid=9047] ppid=9044 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/9047/stat : 9047 (xcsp3-exec) S 9044 9047 8265 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 517307076 115843072 364 33554432000 4194304 5098028 140735190284464 140735190282568 140576487957116 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 27873280 140735190287190 140735190287449 140735190287449 140735190290374 0
/proc/9047/statm: 28282 364 305 221 0 87 0
[pid=9049] ppid=9047 vsize=15144776 memory=30136 CPUtime=0.12 cores=0,2,4,6
/proc/9049/stat : 9049 (java) S 9047 9047 8265 0 -1 1077944320 5429 0 0 0 11 1 0 0 20 0 15 0 517307076 15508250624 7534 33554432000 4194304 4196468 140726020809408 140726020791952 140480227897079 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 34168832 140726020817883 140726020818058 140726020818058 140726020820943 0
/proc/9049/statm: 3786194 7534 3150 1 0 3748377 0
[pid=9049/tid=9050] ppid=9047 vsize=15144776 memory=576460756329955459 CPUtime=0.09 cores=0,2,4,6
/proc/9049/task/9050/stat : 9050 (java) R 9047 9047 8265 0 -1 4202560 3382 0 0 0 8 1 0 0 20 0 15 0 517307076 15508250624 7534 33554432000 4194304 4196468 140726020809408 140480232128400 140480227909014 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34168832 140726020817883 140726020818058 140726020818058 140726020820943 0
[pid=9049/tid=9051] ppid=9047 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9049/task/9051/stat : 9051 (java) S 9047 9047 8265 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517307077 15508250624 7534 33554432000 4194304 4196468 140726020809408 140479820573712 140480227907285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34168832 140726020817883 140726020818058 140726020818058 140726020820943 0
[pid=9049/tid=9052] ppid=9047 vsize=15144776 memory=288370534611998336 CPUtime=0 cores=0,2,4,6
/proc/9049/task/9052/stat : 9052 (java) S 9047 9047 8265 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517307077 15508250624 7534 33554432000 4194304 4196468 140726020809408 140479819521168 140480227907285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34168832 140726020817883 140726020818058 140726020818058 140726020820943 0
[pid=9049/tid=9053] ppid=9047 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9049/task/9053/stat : 9053 (java) S 9047 9047 8265 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517307077 15508250624 7534 33554432000 4194304 4196468 140726020809408 140479818468112 140480227907285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34168832 140726020817883 140726020818058 140726020818058 140726020820943 0
[pid=9049/tid=9054] ppid=9047 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9049/task/9054/stat : 9054 (java) S 9047 9047 8265 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517307077 15508250624 7534 33554432000 4194304 4196468 140726020809408 140479817415568 140480227907285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34168832 140726020817883 140726020818058 140726020818058 140726020820943 0
[pid=9049/tid=9055] ppid=9047 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9049/task/9055/stat : 9055 (java) S 9047 9047 8265 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517307078 15508250624 7534 33554432000 4194304 4196468 140726020809408 140479696546032 140480227908226 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34168832 140726020817883 140726020818058 140726020818058 140726020820943 0
[pid=9049/tid=9056] ppid=9047 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9049/task/9056/stat : 9056 (java) S 9047 9047 8265 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517307079 15508250624 7534 33554432000 4194304 4196468 140726020809408 140479695492256 140480227907285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34168832 140726020817883 140726020818058 140726020818058 140726020820943 0
[pid=9049/tid=9057] ppid=9047 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9049/task/9057/stat : 9057 (java) S 9047 9047 8265 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517307079 15508250624 7534 33554432000 4194304 4196468 140726020809408 140479694439152 140480227907285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34168832 140726020817883 140726020818058 140726020818058 140726020820943 0
[pid=9049/tid=9058] ppid=9047 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9049/task/9058/stat : 9058 (java) S 9047 9047 8265 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517307082 15508250624 7534 33554432000 4194304 4196468 140726020809408 140479693387728 140480227915675 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34168832 140726020817883 140726020818058 140726020818058 140726020820943 0
[pid=9049/tid=9059] ppid=9047 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9049/task/9059/stat : 9059 (java) R 9047 9047 8265 0 -1 4202560 441 0 0 0 0 0 0 0 20 0 15 0 517307082 15508250624 7534 33554432000 4194304 4196468 140726020809408 140479692327504 140480208597376 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34168832 140726020817883 140726020818058 140726020818058 140726020820943 0
[pid=9049/tid=9060] ppid=9047 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9049/task/9060/stat : 9060 (java) S 9047 9047 8265 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517307082 15508250624 7534 33554432000 4194304 4196468 140726020809408 140479691283408 140480227907285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34168832 140726020817883 140726020818058 140726020818058 140726020820943 0
[pid=9049/tid=9061] ppid=9047 vsize=15144776 memory=140158460286592 CPUtime=0.01 cores=0,2,4,6
/proc/9049/task/9061/stat : 9061 (java) R 9047 9047 8265 0 -1 4202560 326 0 0 0 1 0 0 0 20 0 15 0 517307082 15508250624 7534 33554432000 4194304 4196468 140726020809408 140479690230256 140480227909014 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34168832 140726020817883 140726020818058 140726020818058 140726020820943 0
[pid=9049/tid=9062] ppid=9047 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9049/task/9062/stat : 9062 (java) S 9047 9047 8265 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517307082 15508250624 7534 33554432000 4194304 4196468 140726020809408 140479689177952 140480227907285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34168832 140726020817883 140726020818058 140726020818058 140726020820943 0
[pid=9049/tid=9063] ppid=9047 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9049/task/9063/stat : 9063 (java) S 9047 9047 8265 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517307082 15508250624 7534 33554432000 4194304 4196468 140726020809408 140479688124976 140480227908226 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34168832 140726020817883 140726020818058 140726020818058 140726020820943 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 31592 KiB

[startup+0.210755 s]*
/proc/loadavg: 1.73 1.61 1.42 4/228 9063
/proc/meminfo: memFree=24485140/32770624 swapFree=66954228/67108860
[pid=9047] ppid=9044 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/9047/stat : 9047 (xcsp3-exec) S 9044 9047 8265 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 517307076 115843072 364 33554432000 4194304 5098028 140735190284464 140735190282568 140576487957116 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 27873280 140735190287190 140735190287449 140735190287449 140735190290374 0
/proc/9047/statm: 28282 364 305 221 0 87 0
[pid=9049] ppid=9047 vsize=15144776 memory=41412 CPUtime=0.35 cores=0,2,4,6
/proc/9049/stat : 9049 (java) S 9047 9047 8265 0 -1 1077944320 9046 0 0 0 32 3 0 0 20 0 15 0 517307076 15508250624 10353 33554432000 4194304 4196468 140726020809408 140726020791952 140480227897079 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 34168832 140726020817883 140726020818058 140726020818058 140726020820943 0
/proc/9049/statm: 3786194 10353 3290 1 0 3748377 0
[pid=9049/tid=9050] ppid=9047 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/9049/task/9050/stat : 9050 (java) R 9047 9047 8265 0 -1 4202560 6204 0 0 0 18 2 0 0 20 0 15 0 517307076 15508250624 10353 33554432000 4194304 4196468 140726020809408 140480232131776 140480227919005 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34168832 140726020817883 140726020818058 140726020818058 140726020820943 0
[pid=9049/tid=9051] ppid=9047 vsize=15144776 memory=10594 CPUtime=0 cores=0,2,4,6
/proc/9049/task/9051/stat : 9051 (java) S 9047 9047 8265 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517307077 15508250624 10353 33554432000 4194304 4196468 140726020809408 140479820573712 140480227907285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34168832 140726020817883 140726020818058 140726020818058 140726020820943 0
[pid=9049/tid=9052] ppid=9047 vsize=15144776 memory=140158460303040 CPUtime=0 cores=0,2,4,6
/proc/9049/task/9052/stat : 9052 (java) S 9047 9047 8265 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517307077 15508250624 10353 33554432000 4194304 4196468 140726020809408 140479819521168 140480227907285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34168832 140726020817883 140726020818058 140726020818058 140726020820943 0
[pid=9049/tid=9053] ppid=9047 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9049/task/9053/stat : 9053 (java) S 9047 9047 8265 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517307077 15508250624 10353 33554432000 4194304 4196468 140726020809408 140479818468112 140480227907285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34168832 140726020817883 140726020818058 140726020818058 140726020820943 0
[pid=9049/tid=9054] ppid=9047 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9049/task/9054/stat : 9054 (java) S 9047 9047 8265 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517307077 15508250624 10353 33554432000 4194304 4196468 140726020809408 140479817415568 140480227907285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34168832 140726020817883 140726020818058 140726020818058 140726020820943 0
[pid=9049/tid=9055] ppid=9047 vsize=15144776 memory=140158460286592 CPUtime=0 cores=0,2,4,6
/proc/9049/task/9055/stat : 9055 (java) S 9047 9047 8265 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 517307078 15508250624 10353 33554432000 4194304 4196468 140726020809408 140479696546032 140480227908226 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34168832 140726020817883 140726020818058 140726020818058 140726020820943 0
[pid=9049/tid=9056] ppid=9047 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9049/task/9056/stat : 9056 (java) S 9047 9047 8265 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517307079 15508250624 10353 33554432000 4194304 4196468 140726020809408 140479695492256 140480227907285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34168832 140726020817883 140726020818058 140726020818058 140726020820943 0
[pid=9049/tid=9057] ppid=9047 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9049/task/9057/stat : 9057 (java) S 9047 9047 8265 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517307079 15508250624 10353 33554432000 4194304 4196468 140726020809408 140479694439152 140480227907285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34168832 140726020817883 140726020818058 140726020818058 140726020820943 0
[pid=9049/tid=9058] ppid=9047 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9049/task/9058/stat : 9058 (java) S 9047 9047 8265 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517307082 15508250624 10353 33554432000 4194304 4196468 140726020809408 140479693387728 140480227915675 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34168832 140726020817883 140726020818058 140726020818058 140726020820943 0
[pid=9049/tid=9059] ppid=9047 vsize=15144776 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/9049/task/9059/stat : 9059 (java) S 9047 9047 8265 0 -1 1077944384 513 0 0 0 2 0 0 0 20 0 15 0 517307082 15508250624 10353 33554432000 4194304 4196468 140726020809408 140479692335856 140480227908226 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34168832 140726020817883 140726020818058 140726020818058 140726020820943 0
[pid=9049/tid=9060] ppid=9047 vsize=15144776 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/9049/task/9060/stat : 9060 (java) S 9047 9047 8265 0 -1 1077944384 285 0 0 0 2 0 0 0 20 0 15 0 517307082 15508250624 10353 33554432000 4194304 4196468 140726020809408 140479691283312 140480227908226 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34168832 140726020817883 140726020818058 140726020818058 140726020820943 0
[pid=9049/tid=9061] ppid=9047 vsize=15144776 memory=140158460286592 CPUtime=0.08 cores=0,2,4,6
/proc/9049/task/9061/stat : 9061 (java) R 9047 9047 8265 0 -1 4202560 737 0 0 0 8 0 0 0 20 0 15 0 517307082 15508250624 10353 33554432000 4194304 4196468 140726020809408 140479690230256 140480207177985 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34168832 140726020817883 140726020818058 140726020818058 140726020820943 0
[pid=9049/tid=9062] ppid=9047 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9049/task/9062/stat : 9062 (java) S 9047 9047 8265 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517307082 15508250624 10353 33554432000 4194304 4196468 140726020809408 140479689177952 140480227907285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34168832 140726020817883 140726020818058 140726020818058 140726020820943 0
[pid=9049/tid=9063] ppid=9047 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9049/task/9063/stat : 9063 (java) S 9047 9047 8265 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517307082 15508250624 10353 33554432000 4194304 4196468 140726020809408 140479688124976 140480227908226 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34168832 140726020817883 140726020818058 140726020818058 140726020820943 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42868 KiB

[startup+0.311986 s]*
/proc/loadavg: 1.73 1.61 1.42 5/228 9063
/proc/meminfo: memFree=24477632/32770624 swapFree=66954228/67108860
[pid=9047] ppid=9044 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/9047/stat : 9047 (xcsp3-exec) S 9044 9047 8265 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 517307076 115843072 364 33554432000 4194304 5098028 140735190284464 140735190282568 140576487957116 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 27873280 140735190287190 140735190287449 140735190287449 140735190290374 0
/proc/9047/statm: 28282 364 305 221 0 87 0
[pid=9049] ppid=9047 vsize=15149032 memory=49776 CPUtime=0.53 cores=0,2,4,6
/proc/9049/stat : 9049 (java) S 9047 9047 8265 0 -1 1077944320 10328 0 0 0 50 3 0 0 20 0 15 0 517307076 15512608768 12444 33554432000 4194304 4196468 140726020809408 140726020791952 140480227897079 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 34168832 140726020817883 140726020818058 140726020818058 140726020820943 0
/proc/9049/statm: 3787258 12444 3350 1 0 3748377 0
[pid=9049/tid=9050] ppid=9047 vsize=15149032 memory=8317482817917895235 CPUtime=0.29 cores=0,2,4,6
/proc/9049/task/9050/stat : 9050 (java) R 9047 9047 8265 0 -1 4202560 7352 0 0 0 27 2 0 0 20 0 15 0 517307076 15512608768 12509 33554432000 4194304 4196468 140726020809408 140480232130864 140480227919005 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34168832 140726020817883 140726020818058 140726020818058 140726020820943 0
[pid=9049/tid=9051] ppid=9047 vsize=15149032 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/9049/task/9051/stat : 9051 (java) S 9047 9047 8265 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517307077 15512608768 12509 33554432000 4194304 4196468 140726020809408 140479820573712 140480227907285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34168832 140726020817883 140726020818058 140726020818058 140726020820943 0
[pid=9049/tid=9052] ppid=9047 vsize=15149032 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/9049/task/9052/stat : 9052 (java) S 9047 9047 8265 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517307077 15512608768 12509 33554432000 4194304 4196468 140726020809408 140479819521168 140480227907285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34168832 140726020817883 140726020818058 140726020818058 140726020820943 0
[pid=9049/tid=9053] ppid=9047 vsize=15149032 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/9049/task/9053/stat : 9053 (java) S 9047 9047 8265 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517307077 15512608768 12509 33554432000 4194304 4196468 140726020809408 140479818468112 140480227907285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34168832 140726020817883 140726020818058 140726020818058 140726020820943 0
[pid=9049/tid=9054] ppid=9047 vsize=15149032 memory=-5587046532246807594 CPUtime=0 cores=0,2,4,6
/proc/9049/task/9054/stat : 9054 (java) S 9047 9047 8265 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517307077 15512608768 12509 33554432000 4194304 4196468 140726020809408 140479817415568 140480227907285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34168832 140726020817883 140726020818058 140726020818058 140726020820943 0
[pid=9049/tid=9055] ppid=9047 vsize=15149032 memory=7379517702019849078 CPUtime=0 cores=0,2,4,6
/proc/9049/task/9055/stat : 9055 (java) S 9047 9047 8265 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 517307078 15512608768 12509 33554432000 4194304 4196468 140726020809408 140479696546032 140480227908226 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34168832 140726020817883 140726020818058 140726020818058 140726020820943 0
[pid=9049/tid=9056] ppid=9047 vsize=15149032 memory=7016714186490735262 CPUtime=0 cores=0,2,4,6
/proc/9049/task/9056/stat : 9056 (java) S 9047 9047 8265 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517307079 15512608768 12509 33554432000 4194304 4196468 140726020809408 140479695492256 140480227907285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34168832 140726020817883 140726020818058 140726020818058 140726020820943 0
[pid=9049/tid=9057] ppid=9047 vsize=15149032 memory=-9062862659931694204 CPUtime=0 cores=0,2,4,6
/proc/9049/task/9057/stat : 9057 (java) S 9047 9047 8265 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517307079 15512608768 12509 33554432000 4194304 4196468 140726020809408 140479694439152 140480227907285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34168832 140726020817883 140726020818058 140726020818058 140726020820943 0
[pid=9049/tid=9058] ppid=9047 vsize=15149032 memory=3047711566422646390 CPUtime=0 cores=0,2,4,6
/proc/9049/task/9058/stat : 9058 (java) S 9047 9047 8265 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517307082 15512608768 12515 33554432000 4194304 4196468 140726020809408 140479693387728 140480227915675 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34168832 140726020817883 140726020818058 140726020818058 140726020820943 0
[pid=9049/tid=9059] ppid=9047 vsize=15149032 memory=-8412656567168561567 CPUtime=0.04 cores=0,2,4,6
/proc/9049/task/9059/stat : 9059 (java) S 9047 9047 8265 0 -1 1077944384 516 0 0 0 4 0 0 0 20 0 15 0 517307082 15512608768 12515 33554432000 4194304 4196468 140726020809408 140479692335856 140480227908226 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34168832 140726020817883 140726020818058 140726020818058 140726020820943 0
[pid=9049/tid=9060] ppid=9047 vsize=15149032 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/9049/task/9060/stat : 9060 (java) R 9047 9047 8265 0 -1 4202560 371 0 0 0 5 0 0 0 20 0 15 0 517307082 15512608768 12515 33554432000 4194304 4196468 140726020809408 140479691282496 140480207152437 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34168832 140726020817883 140726020818058 140726020818058 140726020820943 0
[pid=9049/tid=9061] ppid=9047 vsize=15149032 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/9049/task/9061/stat : 9061 (java) S 9047 9047 8265 0 -1 1077944384 799 0 0 0 12 0 0 0 20 0 15 0 517307082 15512608768 12515 33554432000 4194304 4196468 140726020809408 140479690230256 140480227908226 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34168832 140726020817883 140726020818058 140726020818058 140726020820943 0
[pid=9049/tid=9062] ppid=9047 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9049/task/9062/stat : 9062 (java) S 9047 9047 8265 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517307082 15512608768 12515 33554432000 4194304 4196468 140726020809408 140479689177952 140480227907285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34168832 140726020817883 140726020818058 140726020818058 140726020820943 0
[pid=9049/tid=9063] ppid=9047 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9049/task/9063/stat : 9063 (java) S 9047 9047 8265 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517307082 15512608768 12515 33554432000 4194304 4196468 140726020809408 140479688124976 140480227908226 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34168832 140726020817883 140726020818058 140726020818058 140726020820943 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51232 KiB

[startup+0.700802 s]
/proc/loadavg: 1.73 1.61 1.42 4/228 9063
/proc/meminfo: memFree=24467400/32770624 swapFree=66954228/67108860
[pid=9047] ppid=9044 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/9047/stat : 9047 (xcsp3-exec) S 9044 9047 8265 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 517307076 115843072 364 33554432000 4194304 5098028 140735190284464 140735190282568 140576487957116 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 27873280 140735190287190 140735190287449 140735190287449 140735190290374 0
/proc/9047/statm: 28282 364 305 221 0 87 0
[pid=9049] ppid=9047 vsize=15151156 memory=71564 CPUtime=1.58 cores=0,2,4,6
/proc/9049/stat : 9049 (java) S 9047 9047 8265 0 -1 1077944320 14164 0 0 0 153 5 0 0 20 0 15 0 517307076 15514783744 17891 33554432000 4194304 4196468 140726020809408 140726020791952 140480227897079 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 34168832 140726020817883 140726020818058 140726020818058 140726020820943 0
/proc/9049/statm: 3787789 17891 3457 1 0 3748889 0
[pid=9049/tid=9050] ppid=9047 vsize=15151156 memory=-3704326594973231466 CPUtime=0.66 cores=0,2,4,6
/proc/9049/task/9050/stat : 9050 (java) R 9047 9047 8265 0 -1 4202560 8646 0 0 0 63 3 0 0 20 0 15 0 517307076 15514783744 17891 33554432000 4194304 4196468 140726020809408 140480232135696 140480227909014 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34168832 140726020817883 140726020818058 140726020818058 140726020820943 0
[pid=9049/tid=9051] ppid=9047 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9049/task/9051/stat : 9051 (java) S 9047 9047 8265 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517307077 15514783744 17891 33554432000 4194304 4196468 140726020809408 140479820573712 140480227907285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34168832 140726020817883 140726020818058 140726020818058 140726020820943 0
[pid=9049/tid=9052] ppid=9047 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9049/task/9052/stat : 9052 (java) S 9047 9047 8265 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517307077 15514783744 17891 33554432000 4194304 4196468 140726020809408 140479819521168 140480227907285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34168832 140726020817883 140726020818058 140726020818058 140726020820943 0
[pid=9049/tid=9053] ppid=9047 vsize=15151156 memory=708 CPUtime=0 cores=0,2,4,6
/proc/9049/task/9053/stat : 9053 (java) S 9047 9047 8265 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517307077 15514783744 17891 33554432000 4194304 4196468 140726020809408 140479818468112 140480227907285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34168832 140726020817883 140726020818058 140726020818058 140726020820943 0
[pid=9049/tid=9054] ppid=9047 vsize=15151156 memory=9364 CPUtime=0 cores=0,2,4,6
/proc/9049/task/9054/stat : 9054 (java) S 9047 9047 8265 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517307077 15514783744 17891 33554432000 4194304 4196468 140726020809408 140479817415568 140480227907285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34168832 140726020817883 140726020818058 140726020818058 140726020820943 0
[pid=9049/tid=9055] ppid=9047 vsize=15151156 memory=1120 CPUtime=0 cores=0,2,4,6
/proc/9049/task/9055/stat : 9055 (java) S 9047 9047 8265 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 517307078 15514783744 17891 33554432000 4194304 4196468 140726020809408 140479696546032 140480227908226 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34168832 140726020817883 140726020818058 140726020818058 140726020820943 0
[pid=9049/tid=9056] ppid=9047 vsize=15151156 memory=776 CPUtime=0 cores=0,2,4,6
/proc/9049/task/9056/stat : 9056 (java) S 9047 9047 8265 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517307079 15514783744 17891 33554432000 4194304 4196468 140726020809408 140479695492256 140480227907285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34168832 140726020817883 140726020818058 140726020818058 140726020820943 0
[pid=9049/tid=9057] ppid=9047 vsize=15151156 memory=1724 CPUtime=0 cores=0,2,4,6
/proc/9049/task/9057/stat : 9057 (java) S 9047 9047 8265 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517307079 15514783744 17891 33554432000 4194304 4196468 140726020809408 140479694439152 140480227907285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34168832 140726020817883 140726020818058 140726020818058 140726020820943 0
[pid=9049/tid=9058] ppid=9047 vsize=15151156 memory=8220 CPUtime=0 cores=0,2,4,6
/proc/9049/task/9058/stat : 9058 (java) S 9047 9047 8265 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517307082 15514783744 17891 33554432000 4194304 4196468 140726020809408 140479693387728 140480227915675 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34168832 140726020817883 140726020818058 140726020818058 140726020820943 0
[pid=9049/tid=9059] ppid=9047 vsize=15151156 memory=3616 CPUtime=0.27 cores=0,2,4,6
/proc/9049/task/9059/stat : 9059 (java) R 9047 9047 8265 0 -1 4202560 1236 0 0 0 27 0 0 0 20 0 15 0 517307082 15514783744 17891 33554432000 4194304 4196468 140726020809408 140479692316872 140480213012293 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34168832 140726020817883 140726020818058 140726020818058 140726020820943 0
[pid=9049/tid=9060] ppid=9047 vsize=15151156 memory=1556 CPUtime=0.29 cores=0,2,4,6
/proc/9049/task/9060/stat : 9060 (java) R 9047 9047 8265 0 -1 4202560 1393 0 0 0 29 0 0 0 20 0 15 0 517307082 15514783744 17891 33554432000 4194304 4196468 140726020809408 140479691263592 140480213004891 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34168832 140726020817883 140726020818058 140726020818058 140726020820943 0
[pid=9049/tid=9061] ppid=9047 vsize=15151156 memory=2832 CPUtime=0.33 cores=0,2,4,6
/proc/9049/task/9061/stat : 9061 (java) R 9047 9047 8265 0 -1 1077944384 1580 0 0 0 33 0 0 0 20 0 15 0 517307082 15514783744 17891 33554432000 4194304 4196468 140726020809408 140479690230256 140480227908226 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34168832 140726020817883 140726020818058 140726020818058 140726020820943 0
[pid=9049/tid=9062] ppid=9047 vsize=15151156 memory=984 CPUtime=0 cores=0,2,4,6
/proc/9049/task/9062/stat : 9062 (java) S 9047 9047 8265 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517307082 15514783744 17891 33554432000 4194304 4196468 140726020809408 140479689177952 140480227907285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34168832 140726020817883 140726020818058 140726020818058 140726020820943 0
[pid=9049/tid=9063] ppid=9047 vsize=15151156 memory=14012 CPUtime=0 cores=0,2,4,6
/proc/9049/task/9063/stat : 9063 (java) S 9047 9047 8265 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517307082 15514783744 17891 33554432000 4194304 4196468 140726020809408 140479688124976 140480227908226 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34168832 140726020817883 140726020818058 140726020818058 140726020820943 0
Current children cumulated CPU time: 1.58 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 73020 KiB

[startup+1.50083 s]
/proc/loadavg: 1.73 1.61 1.42 5/229 9065
/proc/meminfo: memFree=24441652/32770624 swapFree=66954228/67108860
[pid=9047] ppid=9044 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/9047/stat : 9047 (xcsp3-exec) S 9044 9047 8265 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 517307076 115843072 364 33554432000 4194304 5098028 140735190284464 140735190282568 140576487957116 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 27873280 140735190287190 140735190287449 140735190287449 140735190290374 0
/proc/9047/statm: 28282 364 305 221 0 87 0

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

/proc/9047/stat : 9047 (xcsp3-exec) S 9044 9047 8265 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 517307076 115843072 364 33554432000 4194304 5098028 140735190284464 140735190282568 140576487957116 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 27873280 140735190287190 140735190287449 140735190287449 140735190290374 0
/proc/9047/statm: 28282 364 305 221 0 87 0
[pid=9049] ppid=9047 vsize=15151156 memory=120196 CPUtime=5.07 cores=0,2,4,6
/proc/9049/stat : 9049 (java) S 9047 9047 8265 0 -1 1077944320 25362 0 0 0 501 6 0 0 20 0 15 0 517307076 15514783744 30049 33554432000 4194304 4196468 140726020809408 140726020791952 140480227897079 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 34168832 140726020817883 140726020818058 140726020818058 140726020820943 0
/proc/9049/statm: 3787789 30049 3466 1 0 3748889 0
[pid=9049/tid=9050] ppid=9047 vsize=15151156 memory=1724 CPUtime=3.16 cores=0,2,4,6
/proc/9049/task/9050/stat : 9050 (java) R 9047 9047 8265 0 -1 4202560 9159 0 0 0 312 4 0 0 20 0 15 0 517307076 15514783744 30049 33554432000 4194304 4196468 140726020809408 140480232134352 140479869324999 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34168832 140726020817883 140726020818058 140726020818058 140726020820943 0
[pid=9049/tid=9051] ppid=9047 vsize=15151156 memory=11204 CPUtime=0 cores=0,2,4,6
/proc/9049/task/9051/stat : 9051 (java) S 9047 9047 8265 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517307077 15514783744 30049 33554432000 4194304 4196468 140726020809408 140479820573712 140480227907285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34168832 140726020817883 140726020818058 140726020818058 140726020820943 0
[pid=9049/tid=9052] ppid=9047 vsize=15151156 memory=6944656592455097440 CPUtime=0 cores=0,2,4,6
/proc/9049/task/9052/stat : 9052 (java) S 9047 9047 8265 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517307077 15514783744 30049 33554432000 4194304 4196468 140726020809408 140479819521168 140480227907285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34168832 140726020817883 140726020818058 140726020818058 140726020820943 0
[pid=9049/tid=9053] ppid=9047 vsize=15151156 memory=6656426216303648864 CPUtime=0 cores=0,2,4,6
/proc/9049/task/9053/stat : 9053 (java) S 9047 9047 8265 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517307077 15514783744 30049 33554432000 4194304 4196468 140726020809408 140479818468112 140480227907285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34168832 140726020817883 140726020818058 140726020818058 140726020820943 0
[pid=9049/tid=9054] ppid=9047 vsize=15151156 memory=6943526294502006880 CPUtime=0 cores=0,2,4,6
/proc/9049/task/9054/stat : 9054 (java) S 9047 9047 8265 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517307077 15514783744 30049 33554432000 4194304 4196468 140726020809408 140479817415568 140480227907285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34168832 140726020817883 140726020818058 140726020818058 140726020820943 0
[pid=9049/tid=9055] ppid=9047 vsize=15151156 memory=6943526294502006880 CPUtime=0 cores=0,2,4,6
/proc/9049/task/9055/stat : 9055 (java) S 9047 9047 8265 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 15 0 517307078 15514783744 30049 33554432000 4194304 4196468 140726020809408 140479696546032 140480227908226 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34168832 140726020817883 140726020818058 140726020818058 140726020820943 0
[pid=9049/tid=9056] ppid=9047 vsize=15151156 memory=8220 CPUtime=0 cores=0,2,4,6
/proc/9049/task/9056/stat : 9056 (java) S 9047 9047 8265 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517307079 15514783744 30049 33554432000 4194304 4196468 140726020809408 140479695492256 140480227907285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34168832 140726020817883 140726020818058 140726020818058 140726020820943 0
[pid=9049/tid=9057] ppid=9047 vsize=15151156 memory=3616 CPUtime=0 cores=0,2,4,6
/proc/9049/task/9057/stat : 9057 (java) S 9047 9047 8265 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517307079 15514783744 30049 33554432000 4194304 4196468 140726020809408 140479694439152 140480227907285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34168832 140726020817883 140726020818058 140726020818058 140726020820943 0
[pid=9049/tid=9058] ppid=9047 vsize=15151156 memory=1556 CPUtime=0 cores=0,2,4,6
/proc/9049/task/9058/stat : 9058 (java) S 9047 9047 8265 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517307082 15514783744 30049 33554432000 4194304 4196468 140726020809408 140479693387728 140480227915675 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34168832 140726020817883 140726020818058 140726020818058 140726020820943 0
[pid=9049/tid=9059] ppid=9047 vsize=15151156 memory=2832 CPUtime=0.75 cores=0,2,4,6
/proc/9049/task/9059/stat : 9059 (java) S 9047 9047 8265 0 -1 1077944384 9093 0 0 0 74 1 0 0 20 0 15 0 517307082 15514783744 30049 33554432000 4194304 4196468 140726020809408 140479692335856 140480227908226 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34168832 140726020817883 140726020818058 140726020818058 140726020820943 0
[pid=9049/tid=9060] ppid=9047 vsize=15151156 memory=984 CPUtime=0.77 cores=0,2,4,6
/proc/9049/task/9060/stat : 9060 (java) S 9047 9047 8265 0 -1 1077944384 3759 0 0 0 77 0 0 0 20 0 15 0 517307082 15514783744 30049 33554432000 4194304 4196468 140726020809408 140479691283312 140480227908226 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34168832 140726020817883 140726020818058 140726020818058 140726020820943 0
[pid=9049/tid=9061] ppid=9047 vsize=15151156 memory=14012 CPUtime=0.36 cores=0,2,4,6
/proc/9049/task/9061/stat : 9061 (java) S 9047 9047 8265 0 -1 1077944384 1984 0 0 0 36 0 0 0 20 0 15 0 517307082 15514783744 30049 33554432000 4194304 4196468 140726020809408 140479690230256 140480227908226 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34168832 140726020817883 140726020818058 140726020818058 140726020820943 0
[pid=9049/tid=9062] ppid=9047 vsize=15151156 memory=21984 CPUtime=0 cores=0,2,4,6
/proc/9049/task/9062/stat : 9062 (java) S 9047 9047 8265 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517307082 15514783744 30049 33554432000 4194304 4196468 140726020809408 140479689177952 140480227907285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34168832 140726020817883 140726020818058 140726020818058 140726020820943 0
[pid=9049/tid=9063] ppid=9047 vsize=15151156 memory=2120 CPUtime=0 cores=0,2,4,6
/proc/9049/task/9063/stat : 9063 (java) S 9047 9047 8265 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 15 0 517307082 15514783744 30049 33554432000 4194304 4196468 140726020809408 140479688124976 140480227908226 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34168832 140726020817883 140726020818058 140726020818058 140726020820943 0
Current children cumulated CPU time: 5.07 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 121652 KiB

[startup+4.00074 s]*
/proc/loadavg: 1.75 1.61 1.42 3/228 9065
/proc/meminfo: memFree=24393508/32770624 swapFree=66954228/67108860
[pid=9047] ppid=9044 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/9047/stat : 9047 (xcsp3-exec) S 9044 9047 8265 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 517307076 115843072 364 33554432000 4194304 5098028 140735190284464 140735190282568 140576487957116 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 27873280 140735190287190 140735190287449 140735190287449 140735190290374 0
/proc/9047/statm: 28282 364 305 221 0 87 0
[pid=9049] ppid=9047 vsize=15151156 memory=134576 CPUtime=5.92 cores=0,2,4,6
/proc/9049/stat : 9049 (java) S 9047 9047 8265 0 -1 1077944320 26252 0 0 0 585 7 0 0 20 0 15 0 517307076 15514783744 33644 33554432000 4194304 4196468 140726020809408 140726020791952 140480227897079 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 34168832 140726020817883 140726020818058 140726020818058 140726020820943 0
/proc/9049/statm: 3787789 33644 3466 1 0 3748889 0
[pid=9049/tid=9050] ppid=9047 vsize=15151156 memory=606964938618372227 CPUtime=3.97 cores=0,2,4,6
/proc/9049/task/9050/stat : 9050 (java) R 9047 9047 8265 0 -1 4202560 9528 0 0 0 393 4 0 0 20 0 15 0 517307076 15514783744 33644 33554432000 4194304 4196468 140726020809408 140480232134352 140479869185280 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34168832 140726020817883 140726020818058 140726020818058 140726020820943 0
[pid=9049/tid=9051] ppid=9047 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9049/task/9051/stat : 9051 (java) S 9047 9047 8265 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517307077 15514783744 33644 33554432000 4194304 4196468 140726020809408 140479820573712 140480227907285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34168832 140726020817883 140726020818058 140726020818058 140726020820943 0
[pid=9049/tid=9052] ppid=9047 vsize=15151156 memory=288370534611999616 CPUtime=0 cores=0,2,4,6
/proc/9049/task/9052/stat : 9052 (java) S 9047 9047 8265 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517307077 15514783744 33644 33554432000 4194304 4196468 140726020809408 140479819521168 140480227907285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34168832 140726020817883 140726020818058 140726020818058 140726020820943 0
[pid=9049/tid=9053] ppid=9047 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9049/task/9053/stat : 9053 (java) S 9047 9047 8265 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517307077 15514783744 33644 33554432000 4194304 4196468 140726020809408 140479818468112 140480227907285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34168832 140726020817883 140726020818058 140726020818058 140726020820943 0
[pid=9049/tid=9054] ppid=9047 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9049/task/9054/stat : 9054 (java) S 9047 9047 8265 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517307077 15514783744 33644 33554432000 4194304 4196468 140726020809408 140479817415568 140480227907285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34168832 140726020817883 140726020818058 140726020818058 140726020820943 0
[pid=9049/tid=9055] ppid=9047 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9049/task/9055/stat : 9055 (java) S 9047 9047 8265 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 15 0 517307078 15514783744 33644 33554432000 4194304 4196468 140726020809408 140479696546032 140480227908226 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34168832 140726020817883 140726020818058 140726020818058 140726020820943 0
[pid=9049/tid=9056] ppid=9047 vsize=15151156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9049/task/9056/stat : 9056 (java) S 9047 9047 8265 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517307079 15514783744 33644 33554432000 4194304 4196468 140726020809408 140479695492256 140480227907285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34168832 140726020817883 140726020818058 140726020818058 140726020820943 0
[pid=9049/tid=9057] ppid=9047 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9049/task/9057/stat : 9057 (java) S 9047 9047 8265 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517307079 15514783744 33644 33554432000 4194304 4196468 140726020809408 140479694439152 140480227907285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34168832 140726020817883 140726020818058 140726020818058 140726020820943 0
[pid=9049/tid=9058] ppid=9047 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9049/task/9058/stat : 9058 (java) S 9047 9047 8265 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517307082 15514783744 33644 33554432000 4194304 4196468 140726020809408 140479693387728 140480227915675 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34168832 140726020817883 140726020818058 140726020818058 140726020820943 0
[pid=9049/tid=9059] ppid=9047 vsize=15151156 memory=0 CPUtime=0.76 cores=0,2,4,6
/proc/9049/task/9059/stat : 9059 (java) S 9047 9047 8265 0 -1 1077944384 9178 0 0 0 75 1 0 0 20 0 15 0 517307082 15514783744 33644 33554432000 4194304 4196468 140726020809408 140479692335856 140480227908226 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34168832 140726020817883 140726020818058 140726020818058 140726020820943 0
[pid=9049/tid=9060] ppid=9047 vsize=15151156 memory=-1 CPUtime=0.79 cores=0,2,4,6
/proc/9049/task/9060/stat : 9060 (java) S 9047 9047 8265 0 -1 1077944384 3775 0 0 0 79 0 0 0 20 0 15 0 517307082 15514783744 33644 33554432000 4194304 4196468 140726020809408 140479691283312 140480227908226 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34168832 140726020817883 140726020818058 140726020818058 140726020820943 0
[pid=9049/tid=9061] ppid=9047 vsize=15151156 memory=140158460332960 CPUtime=0.37 cores=0,2,4,6
/proc/9049/task/9061/stat : 9061 (java) S 9047 9047 8265 0 -1 1077944384 2396 0 0 0 37 0 0 0 20 0 15 0 517307082 15514783744 33644 33554432000 4194304 4196468 140726020809408 140479690230256 140480227908226 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34168832 140726020817883 140726020818058 140726020818058 140726020820943 0
[pid=9049/tid=9062] ppid=9047 vsize=15151156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9049/task/9062/stat : 9062 (java) S 9047 9047 8265 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517307082 15514783744 33644 33554432000 4194304 4196468 140726020809408 140479689177952 140480227907285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34168832 140726020817883 140726020818058 140726020818058 140726020820943 0
[pid=9049/tid=9063] ppid=9047 vsize=15151156 memory=6944656591647563856 CPUtime=0 cores=0,2,4,6
/proc/9049/task/9063/stat : 9063 (java) S 9047 9047 8265 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517307082 15514783744 33644 33554432000 4194304 4196468 140726020809408 140479688124976 140480227908226 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34168832 140726020817883 140726020818058 140726020818058 140726020820943 0
Current children cumulated CPU time: 5.92 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 136032 KiB

[startup+4.80077 s]
/proc/loadavg: 1.75 1.61 1.42 3/228 9065
/proc/meminfo: memFree=24393508/32770624 swapFree=66954228/67108860
[pid=9047] ppid=9044 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/9047/stat : 9047 (xcsp3-exec) S 9044 9047 8265 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 517307076 115843072 364 33554432000 4194304 5098028 140735190284464 140735190282568 140576487957116 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 27873280 140735190287190 140735190287449 140735190287449 140735190290374 0
/proc/9047/statm: 28282 364 305 221 0 87 0
[pid=9049] ppid=9047 vsize=15151156 memory=157644 CPUtime=6.76 cores=0,2,4,6
/proc/9049/stat : 9049 (java) S 9047 9047 8265 0 -1 1077944320 28026 0 0 0 669 7 0 0 20 0 15 0 517307076 15514783744 39411 33554432000 4194304 4196468 140726020809408 140726020791952 140480227897079 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 34168832 140726020817883 140726020818058 140726020818058 140726020820943 0
/proc/9049/statm: 3787789 39411 3470 1 0 3748889 0
[pid=9049/tid=9050] ppid=9047 vsize=15151156 memory=8112282956445269571 CPUtime=4.76 cores=0,2,4,6
/proc/9049/task/9050/stat : 9050 (java) R 9047 9047 8265 0 -1 4202560 9575 0 0 0 471 5 0 0 20 0 15 0 517307076 15514783744 39411 33554432000 4194304 4196468 140726020809408 140480232133440 140479869217905 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34168832 140726020817883 140726020818058 140726020818058 140726020820943 0
[pid=9049/tid=9051] ppid=9047 vsize=15151156 memory=118148 CPUtime=0 cores=0,2,4,6
/proc/9049/task/9051/stat : 9051 (java) S 9047 9047 8265 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517307077 15514783744 39411 33554432000 4194304 4196468 140726020809408 140479820573712 140480227907285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34168832 140726020817883 140726020818058 140726020818058 140726020820943 0
[pid=9049/tid=9052] ppid=9047 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9049/task/9052/stat : 9052 (java) S 9047 9047 8265 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517307077 15514783744 39411 33554432000 4194304 4196468 140726020809408 140479819521168 140480227907285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34168832 140726020817883 140726020818058 140726020818058 140726020820943 0
[pid=9049/tid=9053] ppid=9047 vsize=15151156 memory=179014236915378 CPUtime=0 cores=0,2,4,6
/proc/9049/task/9053/stat : 9053 (java) S 9047 9047 8265 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517307077 15514783744 39411 33554432000 4194304 4196468 140726020809408 140479818468112 140480227907285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34168832 140726020817883 140726020818058 140726020818058 140726020820943 0
[pid=9049/tid=9054] ppid=9047 vsize=15151156 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/9049/task/9054/stat : 9054 (java) S 9047 9047 8265 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517307077 15514783744 39411 33554432000 4194304 4196468 140726020809408 140479817415568 140480227907285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34168832 140726020817883 140726020818058 140726020818058 140726020820943 0
[pid=9049/tid=9055] ppid=9047 vsize=15151156 memory=114052 CPUtime=0 cores=0,2,4,6
/proc/9049/task/9055/stat : 9055 (java) S 9047 9047 8265 0 -1 1077944384 290 0 0 0 0 0 0 0 20 0 15 0 517307078 15514783744 39411 33554432000 4194304 4196468 140726020809408 140479696546032 140480227908226 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34168832 140726020817883 140726020818058 140726020818058 140726020820943 0
[pid=9049/tid=9056] ppid=9047 vsize=15151156 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/9049/task/9056/stat : 9056 (java) S 9047 9047 8265 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517307079 15514783744 39411 33554432000 4194304 4196468 140726020809408 140479695492256 140480227907285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34168832 140726020817883 140726020818058 140726020818058 140726020820943 0
[pid=9049/tid=9057] ppid=9047 vsize=15151156 memory=105800 CPUtime=0 cores=0,2,4,6
/proc/9049/task/9057/stat : 9057 (java) S 9047 9047 8265 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517307079 15514783744 39411 33554432000 4194304 4196468 140726020809408 140479694439152 140480227907285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34168832 140726020817883 140726020818058 140726020818058 140726020820943 0
[pid=9049/tid=9058] ppid=9047 vsize=15151156 memory=179014236915379 CPUtime=0 cores=0,2,4,6
/proc/9049/task/9058/stat : 9058 (java) S 9047 9047 8265 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517307082 15514783744 39411 33554432000 4194304 4196468 140726020809408 140479693387728 140480227915675 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34168832 140726020817883 140726020818058 140726020818058 140726020820943 0
[pid=9049/tid=9059] ppid=9047 vsize=15151156 memory=33284 CPUtime=0.77 cores=0,2,4,6
/proc/9049/task/9059/stat : 9059 (java) S 9047 9047 8265 0 -1 1077944384 9287 0 0 0 76 1 0 0 20 0 15 0 517307082 15514783744 39411 33554432000 4194304 4196468 140726020809408 140479692335856 140480227908226 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34168832 140726020817883 140726020818058 140726020818058 140726020820943 0
[pid=9049/tid=9060] ppid=9047 vsize=15151156 memory=288230574492221466 CPUtime=0.83 cores=0,2,4,6
/proc/9049/task/9060/stat : 9060 (java) S 9047 9047 8265 0 -1 1077944384 4724 0 0 0 83 0 0 0 20 0 15 0 517307082 15514783744 39411 33554432000 4194304 4196468 140726020809408 140479691283312 140480227908226 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34168832 140726020817883 140726020818058 140726020818058 140726020820943 0
[pid=9049/tid=9061] ppid=9047 vsize=15151156 memory=288230596050944315 CPUtime=0.37 cores=0,2,4,6
/proc/9049/task/9061/stat : 9061 (java) S 9047 9047 8265 0 -1 1077944384 2813 0 0 0 37 0 0 0 20 0 15 0 517307082 15514783744 39411 33554432000 4194304 4196468 140726020809408 140479690230256 140480227908226 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34168832 140726020817883 140726020818058 140726020818058 140726020820943 0
[pid=9049/tid=9062] ppid=9047 vsize=15151156 memory=14981065810905736 CPUtime=0 cores=0,2,4,6
/proc/9049/task/9062/stat : 9062 (java) S 9047 9047 8265 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517307082 15514783744 39411 33554432000 4194304 4196468 140726020809408 140479689177952 140480227907285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34168832 140726020817883 140726020818058 140726020818058 140726020820943 0
[pid=9049/tid=9063] ppid=9047 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9049/task/9063/stat : 9063 (java) S 9047 9047 8265 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 517307082 15514783744 39411 33554432000 4194304 4196468 140726020809408 140479688124976 140480227908226 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34168832 140726020817883 140726020818058 140726020818058 140726020820943 0
Current children cumulated CPU time: 6.76 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 159100 KiB

[startup+5.20076 s]
/proc/loadavg: 1.75 1.61 1.42 3/228 9065
/proc/meminfo: memFree=24366140/32770624 swapFree=66954228/67108860
[pid=9047] ppid=9044 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/9047/stat : 9047 (xcsp3-exec) S 9044 9047 8265 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 517307076 115843072 364 33554432000 4194304 5098028 140735190284464 140735190282568 140576487957116 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 27873280 140735190287190 140735190287449 140735190287449 140735190290374 0
/proc/9047/statm: 28282 364 305 221 0 87 0
[pid=9049] ppid=9047 vsize=15151156 memory=159032 CPUtime=7.16 cores=0,2,4,6
/proc/9049/stat : 9049 (java) S 9047 9047 8265 0 -1 1077944320 28500 0 0 0 709 7 0 0 20 0 15 0 517307076 15514783744 39758 33554432000 4194304 4196468 140726020809408 140726020791952 140480227897079 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 34168832 140726020817883 140726020818058 140726020818058 140726020820943 0
/proc/9049/statm: 3787789 39758 3470 1 0 3748889 0
[pid=9049/tid=9050] ppid=9047 vsize=15151156 memory=6944656592387989600 CPUtime=5.16 cores=0,2,4,6
/proc/9049/task/9050/stat : 9050 (java) R 9047 9047 8265 0 -1 4202560 9582 0 0 0 511 5 0 0 20 0 15 0 517307076 15514783744 39758 33554432000 4194304 4196468 140726020809408 140480232133440 140479869540112 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34168832 140726020817883 140726020818058 140726020818058 140726020820943 0
[pid=9049/tid=9051] ppid=9047 vsize=15151156 memory=6944656592455097440 CPUtime=0 cores=0,2,4,6
/proc/9049/task/9051/stat : 9051 (java) S 9047 9047 8265 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517307077 15514783744 39758 33554432000 4194304 4196468 140726020809408 140479820573712 140480227907285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34168832 140726020817883 140726020818058 140726020818058 140726020820943 0
[pid=9049/tid=9052] ppid=9047 vsize=15151156 memory=6656426216303648864 CPUtime=0 cores=0,2,4,6
/proc/9049/task/9052/stat : 9052 (java) S 9047 9047 8265 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517307077 15514783744 39758 33554432000 4194304 4196468 140726020809408 140479819521168 140480227907285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34168832 140726020817883 140726020818058 140726020818058 140726020820943 0
[pid=9049/tid=9053] ppid=9047 vsize=15151156 memory=-2672971630493134941 CPUtime=0 cores=0,2,4,6
/proc/9049/task/9053/stat : 9053 (java) S 9047 9047 8265 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517307077 15514783744 39758 33554432000 4194304 4196468 140726020809408 140479818468112 140480227907285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34168832 140726020817883 140726020818058 140726020818058 140726020820943 0
[pid=9049/tid=9054] ppid=9047 vsize=15151156 memory=140158460293633 CPUtime=0 cores=0,2,4,6
/proc/9049/task/9054/stat : 9054 (java) S 9047 9047 8265 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517307077 15514783744 39758 33554432000 4194304 4196468 140726020809408 140479817415568 140480227907285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34168832 140726020817883 140726020818058 140726020818058 140726020820943 0
[pid=9049/tid=9055] ppid=9047 vsize=15151156 memory=140158460291425 CPUtime=0 cores=0,2,4,6
/proc/9049/task/9055/stat : 9055 (java) S 9047 9047 8265 0 -1 1077944384 290 0 0 0 0 0 0 0 20 0 15 0 517307078 15514783744 39758 33554432000 4194304 4196468 140726020809408 140479696546032 140480227908226 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34168832 140726020817883 140726020818058 140726020818058 140726020820943 0
[pid=9049/tid=9056] ppid=9047 vsize=15151156 memory=140158460289217 CPUtime=0 cores=0,2,4,6
/proc/9049/task/9056/stat : 9056 (java) S 9047 9047 8265 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517307079 15514783744 39758 33554432000 4194304 4196468 140726020809408 140479695492256 140480227907285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34168832 140726020817883 140726020818058 140726020818058 140726020820943 0
[pid=9049/tid=9057] ppid=9047 vsize=15151156 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/9049/task/9057/stat : 9057 (java) S 9047 9047 8265 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517307079 15514783744 39758 33554432000 4194304 4196468 140726020809408 140479694439152 140480227907285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34168832 140726020817883 140726020818058 140726020818058 140726020820943 0
[pid=9049/tid=9058] ppid=9047 vsize=15151156 memory=161740 CPUtime=0 cores=0,2,4,6
/proc/9049/task/9058/stat : 9058 (java) S 9047 9047 8265 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517307082 15514783744 39758 33554432000 4194304 4196468 140726020809408 140479693387728 140480227915675 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34168832 140726020817883 140726020818058 140726020818058 140726020820943 0
[pid=9049/tid=9059] ppid=9047 vsize=15151156 memory=1456 CPUtime=0.77 cores=0,2,4,6
/proc/9049/task/9059/stat : 9059 (java) S 9047 9047 8265 0 -1 1077944384 9287 0 0 0 76 1 0 0 20 0 15 0 517307082 15514783744 39758 33554432000 4194304 4196468 140726020809408 140479692335856 140480227908226 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34168832 140726020817883 140726020818058 140726020818058 140726020820943 0
[pid=9049/tid=9060] ppid=9047 vsize=15151156 memory=151496 CPUtime=0.83 cores=0,2,4,6
/proc/9049/task/9060/stat : 9060 (java) S 9047 9047 8265 0 -1 1077944384 4724 0 0 0 83 0 0 0 20 0 15 0 517307082 15514783744 39758 33554432000 4194304 4196468 140726020809408 140479691283312 140480227908226 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34168832 140726020817883 140726020818058 140726020818058 140726020820943 0
[pid=9049/tid=9061] ppid=9047 vsize=15151156 memory=6944656592455097440 CPUtime=0.37 cores=0,2,4,6
/proc/9049/task/9061/stat : 9061 (java) S 9047 9047 8265 0 -1 1077944384 2813 0 0 0 37 0 0 0 20 0 15 0 517307082 15514783744 39758 33554432000 4194304 4196468 140726020809408 140479690230256 140480227908226 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34168832 140726020817883 140726020818058 140726020818058 140726020820943 0
[pid=9049/tid=9062] ppid=9047 vsize=15151156 memory=6943526294502006880 CPUtime=0 cores=0,2,4,6
/proc/9049/task/9062/stat : 9062 (java) S 9047 9047 8265 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517307082 15514783744 39758 33554432000 4194304 4196468 140726020809408 140479689177952 140480227907285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34168832 140726020817883 140726020818058 140726020818058 140726020820943 0
[pid=9049/tid=9063] ppid=9047 vsize=15151156 memory=6944656592455097440 CPUtime=0 cores=0,2,4,6
/proc/9049/task/9063/stat : 9063 (java) S 9047 9047 8265 0 -1 1077944384 501 0 0 0 0 0 0 0 20 0 15 0 517307082 15514783744 39758 33554432000 4194304 4196468 140726020809408 140479688124976 140480227908226 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34168832 140726020817883 140726020818058 140726020818058 140726020820943 0
Current children cumulated CPU time: 7.16 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 160488 KiB

Child status: 0
Real time (s): 5.29102
CPU time (s): 7.26699
CPU user time (s): 7.18233
CPU system time (s): 0.084659
CPU usage (%): 137.346
Max. virtual memory (cumulated for all children) (KiB): 15266096
Max. memory (cumulated for all children) (KiB): 163196

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.18233
system time used= 0.084659
maximum resident set size= 163792
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29434
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= 2013
involuntary context switches= 9


# summary of solver processes directly reported to runsolver:
#   pid: 9047
#   total CPU time (s): 7.26699
#   total CPU user time (s): 7.18233
#   total CPU system time (s): 0.084659

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.053289 second user time and 0.098361 second system time

The end

Launcher Data

Begin job on node107 at 2019-09-25 12:19:54
IDJOB=4405751
IDBENCH=135372
IDSOLVER=2869
FILE ID=node107/4405751-1569410518
RUNJOBID= node107-1569405077-8296
PBS_JOBID= 21705710
Free space on /var/tmp= 12536 MiB

SOLVER NAME= choco-solver 2019-09-24
BENCH NAME= XCSP17/PseudoBoolean/PseudoBoolean-dec-queen/Pb-queen-0975965.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-4405751-1569410518/watcher-4405751-1569410518 -o /var/tmp/evaluation-result-4405751-1569410518/solver-4405751-1569410518 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node107-1569405077-8296 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 1 -ml 12000 -tdir HOME -seed 1581621462 HOME/instance-4405751-1569410518.xml

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

MD5SUM BENCH= a14f05ce5b97c69cdfebe4c47d671ffd
RANDOM SEED=1581621462

node107.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	: 5334.11
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	: 5334.11
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	: 5334.11
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	: 5334.11
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:        24515084 kB
MemAvailable:   27698312 kB
Buffers:          104516 kB
Cached:          3220316 kB
SwapCached:        48108 kB
Active:          6126804 kB
Inactive:        1344932 kB
Active(anon):    4101840 kB
Inactive(anon):    98292 kB
Active(file):    2024964 kB
Inactive(file):  1246640 kB
Unevictable:      110984 kB
Mlocked:          110984 kB
SwapTotal:      67108860 kB
SwapFree:       66954228 kB
Dirty:             26212 kB
Writeback:             0 kB
AnonPages:       4200508 kB
Mapped:            67944 kB
Shmem:             44612 kB
Slab:             369140 kB
SReclaimable:     340084 kB
SUnreclaim:        29056 kB
KernelStack:        3680 kB
PageTables:        13944 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5211596 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4096000 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /var/tmp at the end= 12512 MiB
End job on node107 at 2019-09-25 12:19:59