Trace number 4272715

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 5a (2017-07-26)Wrong UNSAT 18.945601 9.6025

General information on the benchmark

NameSat/Sat-xcsp2-bmc/
bmc-ibm-4-02_X2.xml
MD5SUM5d31e39470d1d48f33dd53d9de16f30b
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark35.597
Satisfiable
(Un)Satisfiability was proved
Number of variables28161
Number of constraints167877
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":28161}]
Minimum variable degree3
Maximum variable degree551
Distribution of variable degrees[{"degree":3,"count":49},{"degree":4,"count":12},{"degree":5,"count":532},{"degree":6,"count":3996},{"degree":7,"count":3982},{"degree":8,"count":3596},{"degree":9,"count":2312},{"degree":10,"count":1333},{"degree":11,"count":1831},{"degree":12,"count":1286},{"degree":13,"count":1464},{"degree":14,"count":1297},{"degree":15,"count":774},{"degree":16,"count":555},{"degree":17,"count":435},{"degree":18,"count":124},{"degree":19,"count":517},{"degree":20,"count":221},{"degree":21,"count":606},{"degree":22,"count":333},{"degree":23,"count":305},{"degree":24,"count":92},{"degree":25,"count":53},{"degree":26,"count":187},{"degree":27,"count":264},"...",{"degree":75,"count":21}, {"degree":76,"count":1}, {"degree":77,"count":20}, {"degree":78,"count":1}, {"degree":79,"count":20}, {"degree":85,"count":1}, {"degree":87,"count":1}, {"degree":96,"count":1}, {"degree":97,"count":19}, {"degree":100,"count":1}, {"degree":101,"count":17}, {"degree":107,"count":1}, {"degree":111,"count":3}, {"degree":112,"count":117}, {"degree":121,"count":3}, {"degree":162,"count":1}, {"degree":163,"count":16}, {"degree":223,"count":1}, {"degree":343,"count":1}, {"degree":469,"count":1}, {"degree":515,"count":1}, {"degree":537,"count":1}, {"degree":539,"count":1}, {"degree":550,"count":1}, {"degree":551,"count":16}]
Minimum constraint arity1
Maximum constraint arity26
Distribution of constraint arities[{"arity":1,"count":28378},{"arity":2,"count":113419},{"arity":3,"count":9482},{"arity":4,"count":4277},{"arity":5,"count":4109},{"arity":6,"count":2594},{"arity":7,"count":1533},{"arity":8,"count":1225},{"arity":9,"count":794},{"arity":10,"count":476},{"arity":11,"count":680},{"arity":12,"count":318},{"arity":13,"count":164},{"arity":14,"count":67},{"arity":15,"count":24},{"arity":16,"count":24},{"arity":17,"count":48},{"arity":19,"count":24},{"arity":20,"count":48},{"arity":21,"count":48},{"arity":23,"count":48},{"arity":24,"count":48},{"arity":25,"count":48},{"arity":26,"count":1}]
Number of extensional constraints0
Number of intensional constraints28378
Distribution of constraint types[{"type":"intension","count":28378},{"type":"sum","count":139499}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.08	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4272715-1502737034.xml"  -tl '2520s' -p 1 -x 3
0.11/0.26	c [HOME/instance-4272715-1502737034.xml, -tl, 2520s, -p, 1, -x, 3]
0.31/0.32	c simple solver
0.31/0.39	c parse instance...
11.75/4.84	c solve instance...
18.82/9.59	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 (14929 MiB free)
  memory of node 1: 16384 MiB (14638 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4272715-1502737034/watcher-4272715-1502737034 -o /tmp/evaluation-result-4272715-1502737034/solver-4272715-1502737034 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502662595-11628 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1624373510 HOME/instance-4272715-1502737034.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
Current StackSize limit: 8192 KiB

solver pid=25188, runsolver pid=25185

[startup+0.10156 s]*
/proc/loadavg: 1.99 1.94 1.80 3/202 25195
/proc/meminfo: memFree=30272020/32770624 swapFree=67108860/67108860
[pid=25188] ppid=25185 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/25188/stat : 25188 (xcsp3-exec) S 25185 25188 897 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 75924053 9740288 344 18446744073709551615 4194304 5098028 140725674003648 140725674001752 140566788829820 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 8 0 0 7196144 7232144 38854656 140725674008952 140725674009157 140725674009157 140725674012651 0
/proc/25188/statm: 2378 344 289 221 0 87 0
[pid=25190] ppid=25188 vsize=13358712 memory=14896 CPUtime=0.01 cores=0,2,4,6
/proc/25190/stat : 25190 (java) S 25188 25188 897 0 -1 1077944320 3504 0 0 0 1 0 0 0 20 0 6 0 75924062 13679321088 3724 18446744073709551615 4194304 4196468 140727108889600 140727108872144 140521463283447 0 0 1 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 13299712 140727108895153 140727108895329 140727108895329 140727108898767 0
/proc/25190/statm: 3339678 3724 1905 1 0 3329175 0
[pid=25190/tid=25191] ppid=25188 vsize=13358712 memory=7311146985107750967 CPUtime=0.01 cores=0,2,4,6
/proc/25190/task/25191/stat : 25191 (java) R 25188 25188 897 0 -1 4202560 2285 0 0 0 1 0 0 0 20 0 6 0 75924062 13679321088 3724 18446744073709551615 4194304 4196468 140727108889600 140521467519568 140521448406384 0 4 1 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13299712 140727108895153 140727108895329 140727108895329 140727108898767 0
[pid=25190/tid=25192] ppid=25188 vsize=13358712 memory=12619 CPUtime=0 cores=0,2,4,6
/proc/25190/task/25192/stat : 25192 (java) S 25188 25188 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 75924063 13679321088 3724 18446744073709551615 4194304 4196468 140727108889600 140521405229456 140521463293653 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13299712 140727108895153 140727108895329 140727108895329 140727108898767 0
[pid=25190/tid=25193] ppid=25188 vsize=13358712 memory=139739287265395 CPUtime=0 cores=0,2,4,6
/proc/25190/task/25193/stat : 25193 (java) S 25188 25188 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 75924063 13679321088 3724 18446744073709551615 4194304 4196468 140727108889600 140521404176656 140521463293653 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13299712 140727108895153 140727108895329 140727108895329 140727108898767 0
[pid=25190/tid=25194] ppid=25188 vsize=13358712 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25190/task/25194/stat : 25194 (java) S 25188 25188 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 75924063 13679321088 3724 18446744073709551615 4194304 4196468 140727108889600 140521403124368 140521463293653 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13299712 140727108895153 140727108895329 140727108895329 140727108898767 0
[pid=25190/tid=25195] ppid=25188 vsize=13358712 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25190/task/25195/stat : 25195 (java) S 25188 25188 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 75924063 13679321088 3724 18446744073709551615 4194304 4196468 140727108889600 140521402071568 140521463293653 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13299712 140727108895153 140727108895329 140727108895329 140727108898767 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 13368224 KiB
Current children cumulated memory: 16272 KiB

[startup+0.210711 s]*
/proc/loadavg: 1.99 1.94 1.80 3/211 25204
/proc/meminfo: memFree=30261900/32770624 swapFree=67108860/67108860
[pid=25188] ppid=25185 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/25188/stat : 25188 (xcsp3-exec) S 25185 25188 897 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 75924053 9740288 344 18446744073709551615 4194304 5098028 140725674003648 140725674001752 140566788829820 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 8 0 0 7196144 7232144 38854656 140725674008952 140725674009157 140725674009157 140725674012651 0
/proc/25188/statm: 2378 344 289 221 0 87 0
[pid=25190] ppid=25188 vsize=13974352 memory=27364 CPUtime=0.11 cores=0,2,4,6
/proc/25190/stat : 25190 (java) S 25188 25188 897 0 -1 1077944320 5346 0 0 0 10 1 0 0 20 0 15 0 75924062 14309736448 6841 18446744073709551615 4194304 4196468 140727108889600 140727108872144 140521463283447 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 13299712 140727108895153 140727108895329 140727108895329 140727108898767 0
/proc/25190/statm: 3493588 6841 2815 1 0 3482964 0
[pid=25190/tid=25191] ppid=25188 vsize=13974352 memory=7311146985107750967 CPUtime=0.08 cores=0,2,4,6
/proc/25190/task/25191/stat : 25191 (java) R 25188 25188 897 0 -1 4202560 3363 0 0 0 8 0 0 0 20 0 15 0 75924062 14309736448 6841 18446744073709551615 4194304 4196468 140727108889600 140521467515120 140521463305373 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 13299712 140727108895153 140727108895329 140727108895329 140727108898767 0
[pid=25190/tid=25192] ppid=25188 vsize=13974352 memory=12619 CPUtime=0 cores=0,2,4,6
/proc/25190/task/25192/stat : 25192 (java) S 25188 25188 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75924063 14309736448 6841 18446744073709551615 4194304 4196468 140727108889600 140521405229456 140521463293653 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13299712 140727108895153 140727108895329 140727108895329 140727108898767 0
[pid=25190/tid=25193] ppid=25188 vsize=13974352 memory=139739287265395 CPUtime=0 cores=0,2,4,6
/proc/25190/task/25193/stat : 25193 (java) S 25188 25188 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75924063 14309736448 6841 18446744073709551615 4194304 4196468 140727108889600 140521404176656 140521463293653 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13299712 140727108895153 140727108895329 140727108895329 140727108898767 0
[pid=25190/tid=25194] ppid=25188 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25190/task/25194/stat : 25194 (java) S 25188 25188 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75924063 14309736448 6841 18446744073709551615 4194304 4196468 140727108889600 140521403124368 140521463293653 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13299712 140727108895153 140727108895329 140727108895329 140727108898767 0
[pid=25190/tid=25195] ppid=25188 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25190/task/25195/stat : 25195 (java) S 25188 25188 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 75924063 14309736448 6841 18446744073709551615 4194304 4196468 140727108889600 140521402071568 140521463293653 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13299712 140727108895153 140727108895329 140727108895329 140727108898767 0
[pid=25190/tid=25196] ppid=25188 vsize=13974352 memory=139739287242368 CPUtime=0 cores=0,2,4,6
/proc/25190/task/25196/stat : 25196 (java) S 25188 25188 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 75924064 14309736448 6841 18446744073709551615 4194304 4196468 140727108889600 140521008937584 140521463294594 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13299712 140727108895153 140727108895329 140727108895329 140727108898767 0
[pid=25190/tid=25197] ppid=25188 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25190/task/25197/stat : 25197 (java) S 25188 25188 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 75924065 14309736448 6841 18446744073709551615 4194304 4196468 140727108889600 140521007883552 140521463293653 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13299712 140727108895153 140727108895329 140727108895329 140727108898767 0
[pid=25190/tid=25198] ppid=25188 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25190/task/25198/stat : 25198 (java) S 25188 25188 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 75924065 14309736448 6841 18446744073709551615 4194304 4196468 140727108889600 140521006831216 140521463293653 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13299712 140727108895153 140727108895329 140727108895329 140727108898767 0
[pid=25190/tid=25199] ppid=25188 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25190/task/25199/stat : 25199 (java) S 25188 25188 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75924068 14309736448 6841 18446744073709551615 4194304 4196468 140727108889600 140521005779536 140521463302043 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13299712 140727108895153 140727108895329 140727108895329 140727108898767 0
[pid=25190/tid=25200] ppid=25188 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25190/task/25200/stat : 25200 (java) S 25188 25188 897 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 15 0 75924068 14309736448 6841 18446744073709551615 4194304 4196468 140727108889600 140521004726384 140521463294594 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13299712 140727108895153 140727108895329 140727108895329 140727108898767 0
[pid=25190/tid=25201] ppid=25188 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25190/task/25201/stat : 25201 (java) S 25188 25188 897 0 -1 1077944384 122 0 0 0 0 0 0 0 20 0 15 0 75924068 14309736448 6841 18446744073709551615 4194304 4196468 140727108889600 140521003673584 140521463294594 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13299712 140727108895153 140727108895329 140727108895329 140727108898767 0
[pid=25190/tid=25202] ppid=25188 vsize=13974352 memory=139739287242368 CPUtime=0 cores=0,2,4,6
/proc/25190/task/25202/stat : 25202 (java) S 25188 25188 897 0 -1 1077944384 255 0 0 0 0 0 0 0 20 0 15 0 75924068 14309736448 6841 18446744073709551615 4194304 4196468 140727108889600 140521002621296 140521463294594 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13299712 140727108895153 140727108895329 140727108895329 140727108898767 0
[pid=25190/tid=25203] ppid=25188 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25190/task/25203/stat : 25203 (java) S 25188 25188 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75924068 14309736448 6841 18446744073709551615 4194304 4196468 140727108889600 140521001568736 140521463293653 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13299712 140727108895153 140727108895329 140727108895329 140727108898767 0
[pid=25190/tid=25204] ppid=25188 vsize=13974352 memory=139739287242368 CPUtime=0 cores=0,2,4,6
/proc/25190/task/25204/stat : 25204 (java) S 25188 25188 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75924071 14309736448 6841 18446744073709551615 4194304 4196468 140727108889600 140521000516528 140521463294594 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13299712 140727108895153 140727108895329 140727108895329 140727108898767 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 28740 KiB

[startup+0.310359 s]*
/proc/loadavg: 1.99 1.94 1.80 5/211 25204
/proc/meminfo: memFree=30251708/32770624 swapFree=67108860/67108860
[pid=25188] ppid=25185 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/25188/stat : 25188 (xcsp3-exec) S 25185 25188 897 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 75924053 9740288 344 18446744073709551615 4194304 5098028 140725674003648 140725674001752 140566788829820 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 8 0 0 7196144 7232144 38854656 140725674008952 140725674009157 140725674009157 140725674012651 0
/proc/25188/statm: 2378 344 289 221 0 87 0
[pid=25190] ppid=25188 vsize=13974352 memory=39372 CPUtime=0.31 cores=0,2,4,6
/proc/25190/stat : 25190 (java) S 25188 25188 897 0 -1 1077944320 9041 0 0 0 28 3 0 0 20 0 15 0 75924062 14309736448 9843 18446744073709551615 4194304 4196468 140727108889600 140727108872144 140521463283447 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 13299712 140727108895153 140727108895329 140727108895329 140727108898767 0
/proc/25190/statm: 3493588 9843 3026 1 0 3482964 0
[pid=25190/tid=25191] ppid=25188 vsize=13974352 memory=-8774313645642428999 CPUtime=0.18 cores=0,2,4,6
/proc/25190/task/25191/stat : 25191 (java) R 25188 25188 897 0 -1 4202560 6237 0 0 0 16 2 0 0 20 0 15 0 75924062 14309736448 9843 18446744073709551615 4194304 4196468 140727108889600 140521467501536 140521079123076 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 13299712 140727108895153 140727108895329 140727108895329 140727108898767 0
[pid=25190/tid=25192] ppid=25188 vsize=13974352 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/25190/task/25192/stat : 25192 (java) S 25188 25188 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75924063 14309736448 9843 18446744073709551615 4194304 4196468 140727108889600 140521405229456 140521463293653 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13299712 140727108895153 140727108895329 140727108895329 140727108898767 0
[pid=25190/tid=25193] ppid=25188 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25190/task/25193/stat : 25193 (java) S 25188 25188 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75924063 14309736448 9843 18446744073709551615 4194304 4196468 140727108889600 140521404176656 140521463293653 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13299712 140727108895153 140727108895329 140727108895329 140727108898767 0
[pid=25190/tid=25194] ppid=25188 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25190/task/25194/stat : 25194 (java) S 25188 25188 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75924063 14309736448 9843 18446744073709551615 4194304 4196468 140727108889600 140521403124368 140521463293653 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13299712 140727108895153 140727108895329 140727108895329 140727108898767 0
[pid=25190/tid=25195] ppid=25188 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25190/task/25195/stat : 25195 (java) S 25188 25188 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 75924063 14309736448 9843 18446744073709551615 4194304 4196468 140727108889600 140521402071568 140521463293653 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13299712 140727108895153 140727108895329 140727108895329 140727108898767 0
[pid=25190/tid=25196] ppid=25188 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25190/task/25196/stat : 25196 (java) S 25188 25188 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 75924064 14309736448 9843 18446744073709551615 4194304 4196468 140727108889600 140521008937584 140521463294594 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13299712 140727108895153 140727108895329 140727108895329 140727108898767 0
[pid=25190/tid=25197] ppid=25188 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25190/task/25197/stat : 25197 (java) S 25188 25188 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 75924065 14309736448 9843 18446744073709551615 4194304 4196468 140727108889600 140521007883552 140521463293653 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13299712 140727108895153 140727108895329 140727108895329 140727108898767 0
[pid=25190/tid=25198] ppid=25188 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25190/task/25198/stat : 25198 (java) S 25188 25188 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 75924065 14309736448 9843 18446744073709551615 4194304 4196468 140727108889600 140521006831216 140521463293653 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13299712 140727108895153 140727108895329 140727108895329 140727108898767 0
[pid=25190/tid=25199] ppid=25188 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25190/task/25199/stat : 25199 (java) S 25188 25188 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75924068 14309736448 9843 18446744073709551615 4194304 4196468 140727108889600 140521005779536 140521463302043 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13299712 140727108895153 140727108895329 140727108895329 140727108898767 0
[pid=25190/tid=25200] ppid=25188 vsize=13974352 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/25190/task/25200/stat : 25200 (java) S 25188 25188 897 0 -1 1077944384 493 0 0 0 2 0 0 0 20 0 15 0 75924068 14309736448 9843 18446744073709551615 4194304 4196468 140727108889600 140521004726384 140521463294594 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13299712 140727108895153 140727108895329 140727108895329 140727108898767 0
[pid=25190/tid=25201] ppid=25188 vsize=13974352 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/25190/task/25201/stat : 25201 (java) S 25188 25188 897 0 -1 1077944384 287 0 0 0 2 0 0 0 20 0 15 0 75924068 14309736448 9843 18446744073709551615 4194304 4196468 140727108889600 140521003673584 140521463294594 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13299712 140727108895153 140727108895329 140727108895329 140727108898767 0
[pid=25190/tid=25202] ppid=25188 vsize=13974352 memory=139739287242368 CPUtime=0.06 cores=0,2,4,6
/proc/25190/task/25202/stat : 25202 (java) S 25188 25188 897 0 -1 1077944384 720 0 0 0 6 0 0 0 20 0 15 0 75924068 14309736448 9843 18446744073709551615 4194304 4196468 140727108889600 140521002621296 140521463294594 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13299712 140727108895153 140727108895329 140727108895329 140727108898767 0
[pid=25190/tid=25203] ppid=25188 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25190/task/25203/stat : 25203 (java) S 25188 25188 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75924068 14309736448 9843 18446744073709551615 4194304 4196468 140727108889600 140521001568736 140521463293653 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13299712 140727108895153 140727108895329 140727108895329 140727108898767 0
[pid=25190/tid=25204] ppid=25188 vsize=13974352 memory=139739287242368 CPUtime=0 cores=0,2,4,6
/proc/25190/task/25204/stat : 25204 (java) S 25188 25188 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75924071 14309736448 9843 18446744073709551615 4194304 4196468 140727108889600 140521000516528 140521463294594 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13299712 140727108895153 140727108895329 140727108895329 140727108898767 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 40748 KiB

[startup+0.700887 s]
/proc/loadavg: 1.99 1.94 1.80 5/211 25204
/proc/meminfo: memFree=30225292/32770624 swapFree=67108860/67108860
[pid=25188] ppid=25185 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/25188/stat : 25188 (xcsp3-exec) S 25185 25188 897 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 75924053 9740288 344 18446744073709551615 4194304 5098028 140725674003648 140725674001752 140566788829820 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 8 0 0 7196144 7232144 38854656 140725674008952 140725674009157 140725674009157 140725674012651 0
/proc/25188/statm: 2378 344 289 221 0 87 0
[pid=25190] ppid=25188 vsize=13978608 memory=115016 CPUtime=1.26 cores=0,2,4,6
/proc/25190/stat : 25190 (java) S 25188 25188 897 0 -1 1077944320 12682 0 0 0 120 6 0 0 20 0 15 0 75924062 14314094592 28754 18446744073709551615 4194304 4196468 140727108889600 140727108872144 140521463283447 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 13299712 140727108895153 140727108895329 140727108895329 140727108898767 0
/proc/25190/statm: 3494652 28754 3122 1 0 3482964 0
[pid=25190/tid=25191] ppid=25188 vsize=13978608 memory=41628 CPUtime=0.56 cores=0,2,4,6
/proc/25190/task/25191/stat : 25191 (java) R 25188 25188 897 0 -1 4202560 7556 0 0 0 52 4 0 0 20 0 15 0 75924062 14314094592 28754 18446744073709551615 4194304 4196468 140727108889600 140521467519952 140521463305373 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 13299712 140727108895153 140727108895329 140727108895329 140727108898767 0
[pid=25190/tid=25192] ppid=25188 vsize=13978608 memory=2372 CPUtime=0 cores=0,2,4,6
/proc/25190/task/25192/stat : 25192 (java) S 25188 25188 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75924063 14314094592 28754 18446744073709551615 4194304 4196468 140727108889600 140521405229456 140521463293653 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13299712 140727108895153 140727108895329 140727108895329 140727108898767 0
[pid=25190/tid=25193] ppid=25188 vsize=13978608 memory=25332 CPUtime=0 cores=0,2,4,6
/proc/25190/task/25193/stat : 25193 (java) S 25188 25188 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75924063 14314094592 28754 18446744073709551615 4194304 4196468 140727108889600 140521404176656 140521463293653 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13299712 140727108895153 140727108895329 140727108895329 140727108898767 0
[pid=25190/tid=25194] ppid=25188 vsize=13978608 memory=4116 CPUtime=0 cores=0,2,4,6
/proc/25190/task/25194/stat : 25194 (java) S 25188 25188 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75924063 14314094592 28754 18446744073709551615 4194304 4196468 140727108889600 140521403124368 140521463293653 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13299712 140727108895153 140727108895329 140727108895329 140727108898767 0
[pid=25190/tid=25195] ppid=25188 vsize=13978608 memory=6657 CPUtime=0 cores=0,2,4,6
/proc/25190/task/25195/stat : 25195 (java) S 25188 25188 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 75924063 14314094592 28754 18446744073709551615 4194304 4196468 140727108889600 140521402071568 140521463293653 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13299712 140727108895153 140727108895329 140727108895329 140727108898767 0
[pid=25190/tid=25196] ppid=25188 vsize=13978608 memory=4420 CPUtime=0 cores=0,2,4,6
/proc/25190/task/25196/stat : 25196 (java) S 25188 25188 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 75924064 14314094592 28754 18446744073709551615 4194304 4196468 140727108889600 140521008937584 140521463294594 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13299712 140727108895153 140727108895329 140727108895329 140727108898767 0
[pid=25190/tid=25197] ppid=25188 vsize=13978608 memory=6628 CPUtime=0 cores=0,2,4,6
/proc/25190/task/25197/stat : 25197 (java) S 25188 25188 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 75924065 14314094592 28754 18446744073709551615 4194304 4196468 140727108889600 140521007883552 140521463293653 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13299712 140727108895153 140727108895329 140727108895329 140727108898767 0
[pid=25190/tid=25198] ppid=25188 vsize=13978608 memory=6660 CPUtime=0 cores=0,2,4,6
/proc/25190/task/25198/stat : 25198 (java) S 25188 25188 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 75924065 14314094592 28754 18446744073709551615 4194304 4196468 140727108889600 140521006831216 140521463293653 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13299712 140727108895153 140727108895329 140727108895329 140727108898767 0
[pid=25190/tid=25199] ppid=25188 vsize=13978608 memory=346 CPUtime=0 cores=0,2,4,6
/proc/25190/task/25199/stat : 25199 (java) S 25188 25188 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75924068 14314094592 28754 18446744073709551615 4194304 4196468 140727108889600 140521005779536 140521463302043 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13299712 140727108895153 140727108895329 140727108895329 140727108898767 0
[pid=25190/tid=25200] ppid=25188 vsize=13978608 memory=290 CPUtime=0.23 cores=0,2,4,6
/proc/25190/task/25200/stat : 25200 (java) R 25188 25188 897 0 -1 4202560 1205 0 0 0 23 0 0 0 20 0 15 0 75924068 14314094592 28754 18446744073709551615 4194304 4196468 140727108889600 140521004726384 140521463295382 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13299712 140727108895153 140727108895329 140727108895329 140727108898767 0
[pid=25190/tid=25201] ppid=25188 vsize=13978608 memory=976 CPUtime=0.25 cores=0,2,4,6
/proc/25190/task/25201/stat : 25201 (java) S 25188 25188 897 0 -1 1077944384 1267 0 0 0 25 0 0 0 20 0 15 0 75924068 14314094592 28754 18446744073709551615 4194304 4196468 140727108889600 140521003673584 140521463294594 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13299712 140727108895153 140727108895329 140727108895329 140727108898767 0
[pid=25190/tid=25202] ppid=25188 vsize=13978608 memory=258 CPUtime=0.18 cores=0,2,4,6
/proc/25190/task/25202/stat : 25202 (java) S 25188 25188 897 0 -1 1077944384 1350 0 0 0 18 0 0 0 20 0 15 0 75924068 14314094592 28754 18446744073709551615 4194304 4196468 140727108889600 140521002621296 140521463294594 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13299712 140727108895153 140727108895329 140727108895329 140727108898767 0
[pid=25190/tid=25203] ppid=25188 vsize=13978608 memory=67 CPUtime=0 cores=0,2,4,6
/proc/25190/task/25203/stat : 25203 (java) S 25188 25188 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75924068 14314094592 28754 18446744073709551615 4194304 4196468 140727108889600 140521001568736 140521463293653 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13299712 140727108895153 140727108895329 140727108895329 140727108898767 0
[pid=25190/tid=25204] ppid=25188 vsize=13978608 memory=5 CPUtime=0 cores=0,2,4,6
/proc/25190/task/25204/stat : 25204 (java) S 25188 25188 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75924071 14314094592 28754 18446744073709551615 4194304 4196468 140727108889600 140521000516528 140521463294594 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13299712 140727108895153 140727108895329 140727108895329 140727108898767 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 13988120 KiB
Current children cumulated memory: 116392 KiB

[startup+1.50081 s]
/proc/loadavg: 1.99 1.94 1.80 5/211 25204
/proc/meminfo: memFree=29997488/32770624 swapFree=67108860/67108860
[pid=25188] ppid=25185 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/25188/stat : 25188 (xcsp3-exec) S 25185 25188 897 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 75924053 9740288 344 18446744073709551615 4194304 5098028 140725674003648 140725674001752 140566788829820 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 8 0 0 7196144 7232144 38854656 140725674008952 140725674009157 140725674009157 140725674012651 0
/proc/25188/statm: 2378 344 289 221 0 87 0
[pid=25190] ppid=25188 vsize=13978684 memory=302748 CPUtime=3.62 cores=0,2,4,6
/proc/25190/stat : 25190 (java) S 25188 25188 897 0 -1 1077944320 15955 0 0 0 339 23 0 0 20 0 15 0 75924062 14314172416 75687 18446744073709551615 4194304 4196468 140727108889600 140727108872144 140521463283447 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 13299712 140727108895153 140727108895329 140727108895329 140727108898767 0
/proc/25190/statm: 3494671 75687 3200 1 0 3482964 0
[pid=25190/tid=25191] ppid=25188 vsize=13978684 memory=301152 CPUtime=1.25 cores=0,2,4,6
/proc/25190/task/25191/stat : 25191 (java) R 25188 25188 897 0 -1 4202560 7934 0 0 0 120 5 0 0 20 0 15 0 75924062 14314172416 75687 18446744073709551615 4194304 4196468 140727108889600 140521467518736 140521083205138 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 13299712 140727108895153 140727108895329 140727108895329 140727108898767 0
[pid=25190/tid=25192] ppid=25188 vsize=13978684 memory=2372 CPUtime=0.09 cores=0,2,4,6
/proc/25190/task/25192/stat : 25192 (java) S 25188 25188 897 0 -1 1077944384 61 0 0 0 6 3 0 0 20 0 15 0 75924063 14314172416 75687 18446744073709551615 4194304 4196468 140727108889600 140521405229456 140521463293653 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13299712 140727108895153 140727108895329 140727108895329 140727108898767 0
[pid=25190/tid=25193] ppid=25188 vsize=13978684 memory=25332 CPUtime=0.09 cores=0,2,4,6
/proc/25190/task/25193/stat : 25193 (java) S 25188 25188 897 0 -1 1077944384 61 0 0 0 6 3 0 0 20 0 15 0 75924063 14314172416 75687 18446744073709551615 4194304 4196468 140727108889600 140521404176656 140521463293653 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13299712 140727108895153 140727108895329 140727108895329 140727108898767 0
[pid=25190/tid=25194] ppid=25188 vsize=13978684 memory=279478353792720 CPUtime=0.09 cores=0,2,4,6
/proc/25190/task/25194/stat : 25194 (java) S 25188 25188 897 0 -1 1077944384 61 0 0 0 6 3 0 0 20 0 15 0 75924063 14314172416 75687 18446744073709551615 4194304 4196468 140727108889600 140521403124368 140521463293653 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13299712 140727108895153 140727108895329 140727108895329 140727108898767 0
[pid=25190/tid=25195] ppid=25188 vsize=13978684 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/25190/task/25195/stat : 25195 (java) S 25188 25188 897 0 -1 1077944384 70 0 0 0 6 3 0 0 20 0 15 0 75924063 14314172416 75687 18446744073709551615 4194304 4196468 140727108889600 140521402071568 140521463293653 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13299712 140727108895153 140727108895329 140727108895329 140727108898767 0
[pid=25190/tid=25196] ppid=25188 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25190/task/25196/stat : 25196 (java) S 25188 25188 897 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 75924064 14314172416 75687 18446744073709551615 4194304 4196468 140727108889600 140521008937584 140521463294594 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13299712 140727108895153 140727108895329 140727108895329 140727108898767 0
[pid=25190/tid=25197] ppid=25188 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25190/task/25197/stat : 25197 (java) S 25188 25188 897 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 75924065 14314172416 75687 18446744073709551615 4194304 4196468 140727108889600 140521007883552 140521463293653 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13299712 140727108895153 140727108895329 140727108895329 140727108898767 0
[pid=25190/tid=25198] ppid=25188 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6

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

/proc/25190/task/25193/stat : 25193 (java) S 25188 25188 897 0 -1 1077944384 331 0 0 0 39 11 0 0 20 0 15 0 75924063 14316269568 239880 18446744073709551615 4194304 4196468 140727108889600 140521404176656 140521463293653 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13299712 140727108895153 140727108895329 140727108895329 140727108898767 0
[pid=25190/tid=25194] ppid=25188 vsize=13980732 memory=7969590773531112979 CPUtime=0.47 cores=0,2,4,6
/proc/25190/task/25194/stat : 25194 (java) S 25188 25188 897 0 -1 1077944384 533 0 0 0 35 12 0 0 20 0 15 0 75924063 14316269568 239880 18446744073709551615 4194304 4196468 140727108889600 140521403124368 140521463293653 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13299712 140727108895153 140727108895329 140727108895329 140727108898767 0
[pid=25190/tid=25195] ppid=25188 vsize=13980732 memory=3054156605402416264 CPUtime=0.46 cores=0,2,4,6
/proc/25190/task/25195/stat : 25195 (java) S 25188 25188 897 0 -1 1077944384 736 0 0 0 36 10 0 0 20 0 15 0 75924063 14316269568 239880 18446744073709551615 4194304 4196468 140727108889600 140521402071568 140521463293653 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13299712 140727108895153 140727108895329 140727108895329 140727108898767 0
[pid=25190/tid=25196] ppid=25188 vsize=13980732 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/25190/task/25196/stat : 25196 (java) S 25188 25188 897 0 -1 1077944384 653 0 0 0 1 0 0 0 20 0 15 0 75924064 14316269568 239880 18446744073709551615 4194304 4196468 140727108889600 140521008937584 140521463294594 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13299712 140727108895153 140727108895329 140727108895329 140727108898767 0
[pid=25190/tid=25197] ppid=25188 vsize=13980732 memory=41628 CPUtime=0 cores=0,2,4,6
/proc/25190/task/25197/stat : 25197 (java) S 25188 25188 897 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 75924065 14316269568 239880 18446744073709551615 4194304 4196468 140727108889600 140521007883616 140521463293653 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13299712 140727108895153 140727108895329 140727108895329 140727108898767 0
[pid=25190/tid=25198] ppid=25188 vsize=13980732 memory=1292 CPUtime=0 cores=0,2,4,6
/proc/25190/task/25198/stat : 25198 (java) S 25188 25188 897 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 75924065 14316269568 239880 18446744073709551615 4194304 4196468 140727108889600 140521006831232 140521463293653 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13299712 140727108895153 140727108895329 140727108895329 140727108898767 0
[pid=25190/tid=25199] ppid=25188 vsize=13980732 memory=2316 CPUtime=0 cores=0,2,4,6
/proc/25190/task/25199/stat : 25199 (java) S 25188 25188 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75924068 14316269568 239880 18446744073709551615 4194304 4196468 140727108889600 140521005779536 140521463302043 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13299712 140727108895153 140727108895329 140727108895329 140727108898767 0
[pid=25190/tid=25200] ppid=25188 vsize=13980732 memory=1728 CPUtime=3.4 cores=0,2,4,6
/proc/25190/task/25200/stat : 25200 (java) S 25188 25188 897 0 -1 1077944384 8406 0 0 0 339 1 0 0 20 0 15 0 75924068 14316269568 239880 18446744073709551615 4194304 4196468 140727108889600 140521004726384 140521463294594 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13299712 140727108895153 140727108895329 140727108895329 140727108898767 0
[pid=25190/tid=25201] ppid=25188 vsize=13980732 memory=1228 CPUtime=3.64 cores=0,2,4,6
/proc/25190/task/25201/stat : 25201 (java) R 25188 25188 897 0 -1 4202560 7915 0 0 0 363 1 0 0 20 0 15 0 75924068 14316269568 239880 18446744073709551615 4194304 4196468 140727108889600 140521003673880 140521444804307 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13299712 140727108895153 140727108895329 140727108895329 140727108898767 0
[pid=25190/tid=25202] ppid=25188 vsize=13980732 memory=796 CPUtime=0.77 cores=0,2,4,6
/proc/25190/task/25202/stat : 25202 (java) S 25188 25188 897 0 -1 1077944384 4920 0 0 0 75 2 0 0 20 0 15 0 75924068 14316269568 239880 18446744073709551615 4194304 4196468 140727108889600 140521002621296 140521463294594 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13299712 140727108895153 140727108895329 140727108895329 140727108898767 0
[pid=25190/tid=25203] ppid=25188 vsize=13980732 memory=5788 CPUtime=0 cores=0,2,4,6
/proc/25190/task/25203/stat : 25203 (java) S 25188 25188 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75924068 14316269568 239880 18446744073709551615 4194304 4196468 140727108889600 140521001568736 140521463293653 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13299712 140727108895153 140727108895329 140727108895329 140727108898767 0
[pid=25190/tid=25204] ppid=25188 vsize=13980732 memory=56 CPUtime=0 cores=0,2,4,6
/proc/25190/task/25204/stat : 25204 (java) S 25188 25188 897 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 75924071 14316269568 239880 18446744073709551615 4194304 4196468 140727108889600 140521000516528 140521463294594 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13299712 140727108895153 140727108895329 140727108895329 140727108898767 0
Current children cumulated CPU time: 15.53 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 960896 KiB

[startup+8.00083 s]*
/proc/loadavg: 2.14 1.97 1.81 3/211 25204
/proc/meminfo: memFree=29347624/32770624 swapFree=67108860/67108860
[pid=25188] ppid=25185 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/25188/stat : 25188 (xcsp3-exec) S 25185 25188 897 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 75924053 9740288 344 18446744073709551615 4194304 5098028 140725674003648 140725674001752 140566788829820 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 8 0 0 7196144 7232144 38854656 140725674008952 140725674009157 140725674009157 140725674012651 0
/proc/25188/statm: 2378 344 289 221 0 87 0
[pid=25190] ppid=25188 vsize=13980732 memory=956488 CPUtime=17.27 cores=0,2,4,6
/proc/25190/stat : 25190 (java) S 25188 25188 897 0 -1 1077944320 36898 0 0 0 1665 62 0 0 20 0 15 0 75924062 14316269568 239122 18446744073709551615 4194304 4196468 140727108889600 140727108872144 140521463283447 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 13299712 140727108895153 140727108895329 140727108895329 140727108898767 0
/proc/25190/statm: 3495183 239122 3229 1 0 3483476 0
[pid=25190/tid=25191] ppid=25188 vsize=13980732 memory=-8774313645642428999 CPUtime=7.34 cores=0,2,4,6
/proc/25190/task/25191/stat : 25191 (java) R 25188 25188 897 0 -1 4202560 11313 0 0 0 723 11 0 0 20 0 15 0 75924062 14316269568 239122 18446744073709551615 4194304 4196468 140727108889600 140521467522248 140521088318346 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 13299712 140727108895153 140727108895329 140727108895329 140727108898767 0
[pid=25190/tid=25192] ppid=25188 vsize=13980732 memory=4872558044660077418 CPUtime=0.48 cores=0,2,4,6
/proc/25190/task/25192/stat : 25192 (java) S 25188 25188 897 0 -1 1077944384 644 0 0 0 37 11 0 0 20 0 15 0 75924063 14316269568 239122 18446744073709551615 4194304 4196468 140727108889600 140521405229456 140521463293653 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13299712 140727108895153 140727108895329 140727108895329 140727108898767 0
[pid=25190/tid=25193] ppid=25188 vsize=13980732 memory=2524 CPUtime=0.5 cores=0,2,4,6
/proc/25190/task/25193/stat : 25193 (java) S 25188 25188 897 0 -1 1077944384 331 0 0 0 39 11 0 0 20 0 15 0 75924063 14316269568 239122 18446744073709551615 4194304 4196468 140727108889600 140521404176656 140521463293653 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13299712 140727108895153 140727108895329 140727108895329 140727108898767 0
[pid=25190/tid=25194] ppid=25188 vsize=13980732 memory=1376 CPUtime=0.47 cores=0,2,4,6
/proc/25190/task/25194/stat : 25194 (java) S 25188 25188 897 0 -1 1077944384 533 0 0 0 35 12 0 0 20 0 15 0 75924063 14316269568 239122 18446744073709551615 4194304 4196468 140727108889600 140521403124368 140521463293653 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13299712 140727108895153 140727108895329 140727108895329 140727108898767 0
[pid=25190/tid=25195] ppid=25188 vsize=13980732 memory=68 CPUtime=0.46 cores=0,2,4,6
/proc/25190/task/25195/stat : 25195 (java) S 25188 25188 897 0 -1 1077944384 736 0 0 0 36 10 0 0 20 0 15 0 75924063 14316269568 239122 18446744073709551615 4194304 4196468 140727108889600 140521402071568 140521463293653 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13299712 140727108895153 140727108895329 140727108895329 140727108898767 0
[pid=25190/tid=25196] ppid=25188 vsize=13980732 memory=590024538733966374 CPUtime=0.01 cores=0,2,4,6
/proc/25190/task/25196/stat : 25196 (java) S 25188 25188 897 0 -1 1077944384 653 0 0 0 1 0 0 0 20 0 15 0 75924064 14316269568 239122 18446744073709551615 4194304 4196468 140727108889600 140521008937584 140521463294594 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13299712 140727108895153 140727108895329 140727108895329 140727108898767 0
[pid=25190/tid=25197] ppid=25188 vsize=13980732 memory=301741412196811122 CPUtime=0 cores=0,2,4,6
/proc/25190/task/25197/stat : 25197 (java) S 25188 25188 897 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 75924065 14316269568 239122 18446744073709551615 4194304 4196468 140727108889600 140521007883616 140521463293653 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13299712 140727108895153 140727108895329 140727108895329 140727108898767 0
[pid=25190/tid=25198] ppid=25188 vsize=13980732 memory=301794158559320367 CPUtime=0 cores=0,2,4,6
/proc/25190/task/25198/stat : 25198 (java) S 25188 25188 897 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 75924065 14316269568 239122 18446744073709551615 4194304 4196468 140727108889600 140521006831232 140521463293653 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13299712 140727108895153 140727108895329 140727108895329 140727108898767 0
[pid=25190/tid=25199] ppid=25188 vsize=13980732 memory=7811863416534560873 CPUtime=0 cores=0,2,4,6
/proc/25190/task/25199/stat : 25199 (java) S 25188 25188 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75924068 14316269568 239122 18446744073709551615 4194304 4196468 140727108889600 140521005779536 140521463302043 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13299712 140727108895153 140727108895329 140727108895329 140727108898767 0
[pid=25190/tid=25200] ppid=25188 vsize=13980732 memory=7309167735402819428 CPUtime=3.4 cores=0,2,4,6
/proc/25190/task/25200/stat : 25200 (java) S 25188 25188 897 0 -1 1077944384 8406 0 0 0 339 1 0 0 20 0 15 0 75924068 14316269568 239122 18446744073709551615 4194304 4196468 140727108889600 140521004726384 140521463294594 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13299712 140727108895153 140727108895329 140727108895329 140727108898767 0
[pid=25190/tid=25201] ppid=25188 vsize=13980732 memory=7306366256797738576 CPUtime=3.75 cores=0,2,4,6
/proc/25190/task/25201/stat : 25201 (java) S 25188 25188 897 0 -1 1077944384 7962 0 0 0 374 1 0 0 20 0 15 0 75924068 14316269568 239122 18446744073709551615 4194304 4196468 140727108889600 140521003673584 140521463294594 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13299712 140727108895153 140727108895329 140727108895329 140727108898767 0
[pid=25190/tid=25202] ppid=25188 vsize=13980732 memory=7157773694337132438 CPUtime=0.78 cores=0,2,4,6
/proc/25190/task/25202/stat : 25202 (java) S 25188 25188 897 0 -1 1077944384 4926 0 0 0 76 2 0 0 20 0 15 0 75924068 14316269568 239122 18446744073709551615 4194304 4196468 140727108889600 140521002621296 140521463294594 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13299712 140727108895153 140727108895329 140727108895329 140727108898767 0
[pid=25190/tid=25203] ppid=25188 vsize=13980732 memory=955596 CPUtime=0 cores=0,2,4,6
/proc/25190/task/25203/stat : 25203 (java) S 25188 25188 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75924068 14316269568 239122 18446744073709551615 4194304 4196468 140727108889600 140521001568736 140521463293653 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13299712 140727108895153 140727108895329 140727108895329 140727108898767 0
[pid=25190/tid=25204] ppid=25188 vsize=13980732 memory=796 CPUtime=0 cores=0,2,4,6
/proc/25190/task/25204/stat : 25204 (java) S 25188 25188 897 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 75924071 14316269568 239122 18446744073709551615 4194304 4196468 140727108889600 140521000516528 140521463294594 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13299712 140727108895153 140727108895329 140727108895329 140727108898767 0
Current children cumulated CPU time: 17.27 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 957864 KiB

[startup+8.80084 s]
/proc/loadavg: 2.14 1.97 1.81 3/211 25204
/proc/meminfo: memFree=29347624/32770624 swapFree=67108860/67108860
[pid=25188] ppid=25185 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/25188/stat : 25188 (xcsp3-exec) S 25185 25188 897 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 75924053 9740288 344 18446744073709551615 4194304 5098028 140725674003648 140725674001752 140566788829820 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 8 0 0 7196144 7232144 38854656 140725674008952 140725674009157 140725674009157 140725674012651 0
/proc/25188/statm: 2378 344 289 221 0 87 0
[pid=25190] ppid=25188 vsize=13980732 memory=956548 CPUtime=18.1 cores=0,2,4,6
/proc/25190/stat : 25190 (java) S 25188 25188 897 0 -1 1077944320 36942 0 0 0 1747 63 0 0 20 0 15 0 75924062 14316269568 239137 18446744073709551615 4194304 4196468 140727108889600 140727108872144 140521463283447 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 13299712 140727108895153 140727108895329 140727108895329 140727108898767 0
/proc/25190/statm: 3495183 239137 3229 1 0 3483476 0
[pid=25190/tid=25191] ppid=25188 vsize=13980732 memory=7679937539659563834 CPUtime=8.13 cores=0,2,4,6
/proc/25190/task/25191/stat : 25191 (java) R 25188 25188 897 0 -1 4202560 11333 0 0 0 802 11 0 0 20 0 15 0 75924062 14316269568 239137 18446744073709551615 4194304 4196468 140727108889600 140521467519840 140521088370829 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 13299712 140727108895153 140727108895329 140727108895329 140727108898767 0
[pid=25190/tid=25192] ppid=25188 vsize=13980732 memory=6944656591801717918 CPUtime=0.48 cores=0,2,4,6
/proc/25190/task/25192/stat : 25192 (java) S 25188 25188 897 0 -1 1077944384 644 0 0 0 37 11 0 0 20 0 15 0 75924063 14316269568 239137 18446744073709551615 4194304 4196468 140727108889600 140521405229456 140521463293653 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13299712 140727108895153 140727108895329 140727108895329 140727108898767 0
[pid=25190/tid=25193] ppid=25188 vsize=13980732 memory=-9181546050914066336 CPUtime=0.5 cores=0,2,4,6
/proc/25190/task/25193/stat : 25193 (java) S 25188 25188 897 0 -1 1077944384 331 0 0 0 39 11 0 0 20 0 15 0 75924063 14316269568 239137 18446744073709551615 4194304 4196468 140727108889600 140521404176656 140521463293653 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13299712 140727108895153 140727108895329 140727108895329 140727108898767 0
[pid=25190/tid=25194] ppid=25188 vsize=13980732 memory=-8774313645642428999 CPUtime=0.47 cores=0,2,4,6
/proc/25190/task/25194/stat : 25194 (java) S 25188 25188 897 0 -1 1077944384 533 0 0 0 35 12 0 0 20 0 15 0 75924063 14316269568 239137 18446744073709551615 4194304 4196468 140727108889600 140521403124368 140521463293653 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13299712 140727108895153 140727108895329 140727108895329 140727108898767 0
[pid=25190/tid=25195] ppid=25188 vsize=13980732 memory=8548512251955433145 CPUtime=0.46 cores=0,2,4,6
/proc/25190/task/25195/stat : 25195 (java) S 25188 25188 897 0 -1 1077944384 736 0 0 0 36 10 0 0 20 0 15 0 75924063 14316269568 239137 18446744073709551615 4194304 4196468 140727108889600 140521402071568 140521463293653 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13299712 140727108895153 140727108895329 140727108895329 140727108898767 0
[pid=25190/tid=25196] ppid=25188 vsize=13980732 memory=1400796125742402452 CPUtime=0.01 cores=0,2,4,6
/proc/25190/task/25196/stat : 25196 (java) S 25188 25188 897 0 -1 1077944384 653 0 0 0 1 0 0 0 20 0 15 0 75924064 14316269568 239137 18446744073709551615 4194304 4196468 140727108889600 140521008937584 140521463294594 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13299712 140727108895153 140727108895329 140727108895329 140727108898767 0
[pid=25190/tid=25197] ppid=25188 vsize=13980732 memory=-7809347781619650400 CPUtime=0 cores=0,2,4,6
/proc/25190/task/25197/stat : 25197 (java) S 25188 25188 897 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 75924065 14316269568 239137 18446744073709551615 4194304 4196468 140727108889600 140521007883616 140521463293653 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13299712 140727108895153 140727108895329 140727108895329 140727108898767 0
[pid=25190/tid=25198] ppid=25188 vsize=13980732 memory=-1189914978686163229 CPUtime=0 cores=0,2,4,6
/proc/25190/task/25198/stat : 25198 (java) S 25188 25188 897 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 75924065 14316269568 239137 18446744073709551615 4194304 4196468 140727108889600 140521006831232 140521463293653 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13299712 140727108895153 140727108895329 140727108895329 140727108898767 0
[pid=25190/tid=25199] ppid=25188 vsize=13980732 memory=1414353297708861353 CPUtime=0 cores=0,2,4,6
/proc/25190/task/25199/stat : 25199 (java) S 25188 25188 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75924068 14316269568 239137 18446744073709551615 4194304 4196468 140727108889600 140521005779536 140521463302043 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13299712 140727108895153 140727108895329 140727108895329 140727108898767 0
[pid=25190/tid=25200] ppid=25188 vsize=13980732 memory=6944656601042741910 CPUtime=3.41 cores=0,2,4,6
/proc/25190/task/25200/stat : 25200 (java) S 25188 25188 897 0 -1 1077944384 8412 0 0 0 340 1 0 0 20 0 15 0 75924068 14316269568 239137 18446744073709551615 4194304 4196468 140727108889600 140521004726384 140521463294594 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13299712 140727108895153 140727108895329 140727108895329 140727108898767 0
[pid=25190/tid=25201] ppid=25188 vsize=13980732 memory=4116 CPUtime=3.77 cores=0,2,4,6
/proc/25190/task/25201/stat : 25201 (java) S 25188 25188 897 0 -1 1077944384 7964 0 0 0 376 1 0 0 20 0 15 0 75924068 14316269568 239137 18446744073709551615 4194304 4196468 140727108889600 140521003673584 140521463294594 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13299712 140727108895153 140727108895329 140727108895329 140727108898767 0
[pid=25190/tid=25202] ppid=25188 vsize=13980732 memory=41628 CPUtime=0.79 cores=0,2,4,6
/proc/25190/task/25202/stat : 25202 (java) S 25188 25188 897 0 -1 1077944384 4942 0 0 0 77 2 0 0 20 0 15 0 75924068 14316269568 239137 18446744073709551615 4194304 4196468 140727108889600 140521002621296 140521463294594 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13299712 140727108895153 140727108895329 140727108895329 140727108898767 0
[pid=25190/tid=25203] ppid=25188 vsize=13980732 memory=1292 CPUtime=0 cores=0,2,4,6
/proc/25190/task/25203/stat : 25203 (java) S 25188 25188 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75924068 14316269568 239137 18446744073709551615 4194304 4196468 140727108889600 140521001568736 140521463293653 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13299712 140727108895153 140727108895329 140727108895329 140727108898767 0
[pid=25190/tid=25204] ppid=25188 vsize=13980732 memory=2316 CPUtime=0 cores=0,2,4,6
/proc/25190/task/25204/stat : 25204 (java) S 25188 25188 897 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 75924071 14316269568 239137 18446744073709551615 4194304 4196468 140727108889600 140521000516528 140521463294594 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13299712 140727108895153 140727108895329 140727108895329 140727108898767 0
Current children cumulated CPU time: 18.1 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 957924 KiB

[startup+9.20082 s]
/proc/loadavg: 2.14 1.97 1.81 3/211 25205
/proc/meminfo: memFree=29350484/32770624 swapFree=67108860/67108860
[pid=25188] ppid=25185 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/25188/stat : 25188 (xcsp3-exec) S 25185 25188 897 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 75924053 9740288 344 18446744073709551615 4194304 5098028 140725674003648 140725674001752 140566788829820 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 8 0 0 7196144 7232144 38854656 140725674008952 140725674009157 140725674009157 140725674012651 0
/proc/25188/statm: 2378 344 289 221 0 87 0
[pid=25190] ppid=25188 vsize=13980732 memory=956724 CPUtime=18.51 cores=0,2,4,6
/proc/25190/stat : 25190 (java) S 25188 25188 897 0 -1 1077944320 36979 0 0 0 1788 63 0 0 20 0 15 0 75924062 14316269568 239181 18446744073709551615 4194304 4196468 140727108889600 140727108872144 140521463283447 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 13299712 140727108895153 140727108895329 140727108895329 140727108898767 0
/proc/25190/statm: 3495183 239181 3229 1 0 3483476 0
[pid=25190/tid=25191] ppid=25188 vsize=13980732 memory=10164 CPUtime=8.53 cores=0,2,4,6
/proc/25190/task/25191/stat : 25191 (java) R 25188 25188 897 0 -1 4202560 11346 0 0 0 842 11 0 0 20 0 15 0 75924062 14316269568 239181 18446744073709551615 4194304 4196468 140727108889600 140521467519888 140521088318714 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 13299712 140727108895153 140727108895329 140727108895329 140727108898767 0
[pid=25190/tid=25192] ppid=25188 vsize=13980732 memory=1440 CPUtime=0.48 cores=0,2,4,6
/proc/25190/task/25192/stat : 25192 (java) S 25188 25188 897 0 -1 1077944384 644 0 0 0 37 11 0 0 20 0 15 0 75924063 14316269568 239181 18446744073709551615 4194304 4196468 140727108889600 140521405229456 140521463293653 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13299712 140727108895153 140727108895329 140727108895329 140727108898767 0
[pid=25190/tid=25193] ppid=25188 vsize=13980732 memory=2000 CPUtime=0.5 cores=0,2,4,6
/proc/25190/task/25193/stat : 25193 (java) S 25188 25188 897 0 -1 1077944384 331 0 0 0 39 11 0 0 20 0 15 0 75924063 14316269568 239181 18446744073709551615 4194304 4196468 140727108889600 140521404176656 140521463293653 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13299712 140727108895153 140727108895329 140727108895329 140727108898767 0
[pid=25190/tid=25194] ppid=25188 vsize=13980732 memory=11000 CPUtime=0.47 cores=0,2,4,6
/proc/25190/task/25194/stat : 25194 (java) S 25188 25188 897 0 -1 1077944384 533 0 0 0 35 12 0 0 20 0 15 0 75924063 14316269568 239181 18446744073709551615 4194304 4196468 140727108889600 140521403124368 140521463293653 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13299712 140727108895153 140727108895329 140727108895329 140727108898767 0
[pid=25190/tid=25195] ppid=25188 vsize=13980732 memory=1200 CPUtime=0.46 cores=0,2,4,6
/proc/25190/task/25195/stat : 25195 (java) S 25188 25188 897 0 -1 1077944384 736 0 0 0 36 10 0 0 20 0 15 0 75924063 14316269568 239181 18446744073709551615 4194304 4196468 140727108889600 140521402071568 140521463293653 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13299712 140727108895153 140727108895329 140727108895329 140727108898767 0
[pid=25190/tid=25196] ppid=25188 vsize=13980732 memory=15880 CPUtime=0.01 cores=0,2,4,6
/proc/25190/task/25196/stat : 25196 (java) S 25188 25188 897 0 -1 1077944384 653 0 0 0 1 0 0 0 20 0 15 0 75924064 14316269568 239181 18446744073709551615 4194304 4196468 140727108889600 140521008937584 140521463294594 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13299712 140727108895153 140727108895329 140727108895329 140727108898767 0
[pid=25190/tid=25197] ppid=25188 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25190/task/25197/stat : 25197 (java) S 25188 25188 897 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 75924065 14316269568 239181 18446744073709551615 4194304 4196468 140727108889600 140521007883616 140521463293653 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13299712 140727108895153 140727108895329 140727108895329 140727108898767 0
[pid=25190/tid=25198] ppid=25188 vsize=13980732 memory=8462108013221118012 CPUtime=0 cores=0,2,4,6
/proc/25190/task/25198/stat : 25198 (java) S 25188 25188 897 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 75924065 14316269568 239181 18446744073709551615 4194304 4196468 140727108889600 140521006831232 140521463293653 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13299712 140727108895153 140727108895329 140727108895329 140727108898767 0
[pid=25190/tid=25199] ppid=25188 vsize=13980732 memory=300615507995013481 CPUtime=0 cores=0,2,4,6
/proc/25190/task/25199/stat : 25199 (java) S 25188 25188 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75924068 14316269568 239181 18446744073709551615 4194304 4196468 140727108889600 140521005779536 140521463302043 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13299712 140727108895153 140727108895329 140727108895329 140727108898767 0
[pid=25190/tid=25200] ppid=25188 vsize=13980732 memory=3760566377581402608 CPUtime=3.42 cores=0,2,4,6
/proc/25190/task/25200/stat : 25200 (java) S 25188 25188 897 0 -1 1077944384 8415 0 0 0 341 1 0 0 20 0 15 0 75924068 14316269568 239181 18446744073709551615 4194304 4196468 140727108889600 140521004726384 140521463294594 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13299712 140727108895153 140727108895329 140727108895329 140727108898767 0
[pid=25190/tid=25201] ppid=25188 vsize=13980732 memory=-4866522518848036719 CPUtime=3.77 cores=0,2,4,6
/proc/25190/task/25201/stat : 25201 (java) S 25188 25188 897 0 -1 1077944384 7964 0 0 0 376 1 0 0 20 0 15 0 75924068 14316269568 239181 18446744073709551615 4194304 4196468 140727108889600 140521003673584 140521463294594 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13299712 140727108895153 140727108895329 140727108895329 140727108898767 0
[pid=25190/tid=25202] ppid=25188 vsize=13980732 memory=8548793726932143801 CPUtime=0.8 cores=0,2,4,6
/proc/25190/task/25202/stat : 25202 (java) S 25188 25188 897 0 -1 1077944384 4963 0 0 0 78 2 0 0 20 0 15 0 75924068 14316269568 239181 18446744073709551615 4194304 4196468 140727108889600 140521002621296 140521463294594 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13299712 140727108895153 140727108895329 140727108895329 140727108898767 0
[pid=25190/tid=25203] ppid=25188 vsize=13980732 memory=1401077605014145941 CPUtime=0 cores=0,2,4,6
/proc/25190/task/25203/stat : 25203 (java) S 25188 25188 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75924068 14316269568 239181 18446744073709551615 4194304 4196468 140727108889600 140521001568736 140521463293653 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13299712 140727108895153 140727108895329 140727108895329 140727108898767 0
[pid=25190/tid=25204] ppid=25188 vsize=13980732 memory=-7737289088053317216 CPUtime=0 cores=0,2,4,6
/proc/25190/task/25204/stat : 25204 (java) S 25188 25188 897 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 75924071 14316269568 239181 18446744073709551615 4194304 4196468 140727108889600 140521000516528 140521463294594 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13299712 140727108895153 140727108895329 140727108895329 140727108898767 0
Current children cumulated CPU time: 18.51 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 958100 KiB

[startup+9.60079 s]
/proc/loadavg: 2.14 1.97 1.81 3/211 25205
/proc/meminfo: memFree=29350484/32770624 swapFree=67108860/67108860
[pid=25188] ppid=25185 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/25188/stat : 25188 (xcsp3-exec) S 25185 25188 897 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 75924053 9740288 344 18446744073709551615 4194304 5098028 140725674003648 140725674001752 140566788829820 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 8 0 0 7196144 7232144 38854656 140725674008952 140725674009157 140725674009157 140725674012651 0
/proc/25188/statm: 2378 344 289 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9512 KiB
Current children cumulated memory: 1376 KiB

Child status: 0
Real time (s): 9.6025
CPU time (s): 18.9456
CPU user time (s): 18.3026
CPU system time (s): 0.642957
CPU usage (%): 197.298
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 960896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 18.3026
system time used= 0.642957
maximum resident set size= 959688
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37685
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= 3013
involuntary context switches= 73


# summary of solver processes directly reported to runsolver:
#   pid: 25188
#   total CPU time (s): 18.9456
#   total CPU user time (s): 18.3026
#   total CPU system time (s): 0.642957

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.079274 second user time and 0.137957 second system time

The end

Launcher Data

Begin job on node125 at 2017-08-14 20:43:08
IDJOB=4272715
IDBENCH=123432
IDSOLVER=2664
FILE ID=node125/4272715-1502737034
RUNJOBID= node125-1502662595-11628
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/Sat/Sat-xcsp2-bmc/bmc-ibm-4-02_X2.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -ml 11000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4272715-1502737034/watcher-4272715-1502737034 -o /tmp/evaluation-result-4272715-1502737034/solver-4272715-1502737034 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502662595-11628 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1624373510 HOME/instance-4272715-1502737034.xml

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

MD5SUM BENCH= 5d31e39470d1d48f33dd53d9de16f30b
RANDOM SEED=1624373510

node125.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.07
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.07
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.07
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.07
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:        30277484 kB
MemAvailable:   31256696 kB
Buffers:          297348 kB
Cached:           976044 kB
SwapCached:            0 kB
Active:          1461976 kB
Inactive:         600024 kB
Active(anon):     789148 kB
Inactive(anon):    33100 kB
Active(file):     672828 kB
Inactive(file):   566924 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             23048 kB
Writeback:             4 kB
AnonPages:        788712 kB
Mapped:            62088 kB
Shmem:             33444 kB
Slab:             136524 kB
SReclaimable:     110592 kB
SUnreclaim:        25932 kB
KernelStack:        3472 kB
PageTables:         6760 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1406724 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    653312 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62000 MiB
End job on node125 at 2017-08-14 20:43:18