Trace number 4398875

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-16SAT 8.44593 2.54407

General information on the benchmark

NameMagicHexagon/MagicHexagon-m1-s1/
MagicHexagon-04-m018.xml
MD5SUMe1b631bab6f8bd4ad65377e678a0b81e
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 benchmark2.54992
Satisfiable
(Un)Satisfiability was proved
Number of variables49
Number of constraints28
Number of domains1
Minimum domain size37
Maximum domain size37
Distribution of domain sizes[{"size":37,"count":37}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":12},{"degree":4,"count":31},{"degree":5,"count":3},{"degree":6,"count":2},{"degree":9,"count":1}]
Minimum constraint arity2
Maximum constraint arity37
Distribution of constraint arities[{"arity":2,"count":6},{"arity":4,"count":6},{"arity":5,"count":6},{"arity":6,"count":6},{"arity":7,"count":3},{"arity":37,"count":1}]
Number of extensional constraints0
Number of intensional constraints6
Distribution of constraint types[{"type":"intension","count":6},{"type":"allDifferent","count":1},{"type":"sum","count":21}]
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-4398875-1568698317.xml"  -tl '2520s' -p 4
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4398875-1568698317.xml, -tl, 2520s, -p, 4]
0.35/0.22	c 4 solvers in parallel
0.35/0.28	c parse instance...
1.01/0.54	c solve instance...
8.11/2.48	s SATISFIABLE
8.11/2.48	v <instantiation>
8.11/2.48	v 	<list>x[0][0] x[0][1] x[0][2] x[0][3] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[6][0] x[6][1] x[6][2] x[6][3] </list>
8.11/2.48	v 	<values>-18 17 -12 13 -3 7 -16 8 4 5 -11 18 0 -2 -10 16 1 10 -1 -13 -6 -7 -14 -15 2 6 9 12 15 -5 -9 -4 3 -17 14 11 -8 </values>
8.11/2.48	v </instantiation>

Verifier Data

OK	

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (15286 MiB free)
  memory of node 1: 16384 MiB (15512 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4398875-1568698317/watcher-4398875-1568698317 -o /tmp/evaluation-result-4398875-1568698317/solver-4398875-1568698317 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node121-1568693400-21537 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 312810968 HOME/instance-4398875-1568698317.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=26362, runsolver pid=26359

[startup+0.100058 s]*
/proc/loadavg: 7.72 8.34 8.28 8/234 26378
/proc/meminfo: memFree=31522008/32770624 swapFree=66977056/67108860
[pid=26362] ppid=26359 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/26362/stat : 26362 (xcsp3-exec) S 26359 26362 21506 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 446094391 115843072 362 33554432000 4194304 5098028 140733160125136 140733160123240 140191973679740 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 29331456 140733160133499 140733160133741 140733160133741 140733160136650 0
/proc/26362/statm: 28282 362 304 221 0 87 0
[pid=26364] ppid=26362 vsize=15144776 memory=29388 CPUtime=0.13 cores=0,2,4,6
/proc/26364/stat : 26364 (java) S 26362 26362 21506 0 -1 1077944320 5840 0 0 0 12 1 0 0 20 0 15 0 446094391 15508250624 7347 33554432000 4194304 4196468 140723273368736 140723273351280 139898644037367 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11436032 140723273372655 140723273372826 140723273372826 140723273375695 0
/proc/26364/statm: 3786194 7347 3121 1 0 3748377 0
[pid=26364/tid=26365] ppid=26362 vsize=15144776 memory=7682489639022458387 CPUtime=0.09 cores=0,2,4,6
/proc/26364/task/26365/stat : 26365 (java) R 26362 26362 21506 0 -1 4202560 3745 0 0 0 9 0 0 0 20 0 15 0 446094392 15508250624 7347 33554432000 4194304 4196468 140723273368736 139898648259424 139898628347858 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11436032 140723273372655 140723273372826 140723273372826 140723273375695 0
[pid=26364/tid=26366] ppid=26362 vsize=15144776 memory=3472468116215624912 CPUtime=0 cores=0,2,4,6
/proc/26364/task/26366/stat : 26366 (java) S 26362 26362 21506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446094392 15508250624 7347 33554432000 4194304 4196468 140723273368736 139898572077712 139898644047573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11436032 140723273372655 140723273372826 140723273372826 140723273375695 0
[pid=26364/tid=26367] ppid=26362 vsize=15144776 memory=139987320473216 CPUtime=0 cores=0,2,4,6
/proc/26364/task/26367/stat : 26367 (java) S 26362 26362 21506 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446094392 15508250624 7347 33554432000 4194304 4196468 140723273368736 139898571024912 139898644047573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11436032 140723273372655 140723273372826 140723273372826 140723273375695 0
[pid=26364/tid=26368] ppid=26362 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26364/task/26368/stat : 26368 (java) S 26362 26362 21506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446094392 15508250624 7347 33554432000 4194304 4196468 140723273368736 139898569972112 139898644047573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11436032 140723273372655 140723273372826 140723273372826 140723273375695 0
[pid=26364/tid=26369] ppid=26362 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26364/task/26369/stat : 26369 (java) S 26362 26362 21506 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446094392 15508250624 7347 33554432000 4194304 4196468 140723273368736 139898568919312 139898644047573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11436032 140723273372655 140723273372826 140723273372826 140723273375695 0
[pid=26364/tid=26370] ppid=26362 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26364/task/26370/stat : 26370 (java) S 26362 26362 21506 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446094394 15508250624 7347 33554432000 4194304 4196468 140723273368736 139898112191344 139898644048514 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11436032 140723273372655 140723273372826 140723273372826 140723273375695 0
[pid=26364/tid=26371] ppid=26362 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26364/task/26371/stat : 26371 (java) S 26362 26362 21506 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 446094394 15508250624 7347 33554432000 4194304 4196468 140723273368736 139898111137312 139898644047573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11436032 140723273372655 140723273372826 140723273372826 140723273375695 0
[pid=26364/tid=26372] ppid=26362 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26364/task/26372/stat : 26372 (java) S 26362 26362 21506 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 446094394 15508250624 7347 33554432000 4194304 4196468 140723273368736 139898110084464 139898644047573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11436032 140723273372655 140723273372826 140723273372826 140723273375695 0
[pid=26364/tid=26373] ppid=26362 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26364/task/26373/stat : 26373 (java) S 26362 26362 21506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446094397 15508250624 7347 33554432000 4194304 4196468 140723273368736 139898109032784 139898644055963 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11436032 140723273372655 140723273372826 140723273372826 140723273375695 0
[pid=26364/tid=26374] ppid=26362 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26364/task/26374/stat : 26374 (java) R 26362 26362 21506 0 -1 4202560 329 0 0 0 0 0 0 0 20 0 15 0 446094397 15508250624 7347 33554432000 4194304 4196468 140723273368736 139898107979328 139898621870224 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11436032 140723273372655 140723273372826 140723273372826 140723273375695 0
[pid=26364/tid=26375] ppid=26362 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26364/task/26375/stat : 26375 (java) R 26362 26362 21506 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 15 0 446094397 15508250624 7347 33554432000 4194304 4196468 140723273368736 139898106927440 139898644047573 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11436032 140723273372655 140723273372826 140723273372826 140723273375695 0
[pid=26364/tid=26376] ppid=26362 vsize=15144776 memory=139987320473216 CPUtime=0.02 cores=0,2,4,6
/proc/26364/task/26376/stat : 26376 (java) S 26362 26362 21506 0 -1 1077944384 352 0 0 0 2 0 0 0 20 0 15 0 446094397 15508250624 7347 33554432000 4194304 4196468 140723273368736 139898105874544 139898644048514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11436032 140723273372655 140723273372826 140723273372826 140723273375695 0
[pid=26364/tid=26377] ppid=26362 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26364/task/26377/stat : 26377 (java) S 26362 26362 21506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446094397 15508250624 7347 33554432000 4194304 4196468 140723273368736 139898104821984 139898644047573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11436032 140723273372655 140723273372826 140723273372826 140723273375695 0
[pid=26364/tid=26378] ppid=26362 vsize=15144776 memory=139987320473216 CPUtime=0 cores=0,2,4,6
/proc/26364/task/26378/stat : 26378 (java) S 26362 26362 21506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446094397 15508250624 7347 33554432000 4194304 4196468 140723273368736 139898103770288 139898644048514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11436032 140723273372655 140723273372826 140723273372826 140723273375695 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30836 KiB

[startup+0.213739 s]*
/proc/loadavg: 7.72 8.34 8.28 6/234 26378
/proc/meminfo: memFree=31509056/32770624 swapFree=66977056/67108860
[pid=26362] ppid=26359 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/26362/stat : 26362 (xcsp3-exec) S 26359 26362 21506 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 446094391 115843072 362 33554432000 4194304 5098028 140733160125136 140733160123240 140191973679740 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 29331456 140733160133499 140733160133741 140733160133741 140733160136650 0
/proc/26362/statm: 28282 362 304 221 0 87 0
[pid=26364] ppid=26362 vsize=15144776 memory=40812 CPUtime=0.35 cores=0,2,4,6
/proc/26364/stat : 26364 (java) S 26362 26362 21506 0 -1 1077944320 9471 0 0 0 32 3 0 0 20 0 15 0 446094391 15508250624 10203 33554432000 4194304 4196468 140723273368736 140723273351280 139898644037367 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11436032 140723273372655 140723273372826 140723273372826 140723273375695 0
/proc/26364/statm: 3786194 10203 3273 1 0 3748377 0
[pid=26364/tid=26365] ppid=26362 vsize=15144776 memory=7682489639022458387 CPUtime=0.2 cores=0,2,4,6
/proc/26364/task/26365/stat : 26365 (java) R 26362 26362 21506 0 -1 4202560 6662 0 0 0 18 2 0 0 20 0 15 0 446094392 15508250624 10203 33554432000 4194304 4196468 140723273368736 139898648272352 139898628117854 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11436032 140723273372655 140723273372826 140723273372826 140723273375695 0
[pid=26364/tid=26366] ppid=26362 vsize=15144776 memory=3472468116215624912 CPUtime=0 cores=0,2,4,6
/proc/26364/task/26366/stat : 26366 (java) S 26362 26362 21506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446094392 15508250624 10203 33554432000 4194304 4196468 140723273368736 139898572077712 139898644047573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11436032 140723273372655 140723273372826 140723273372826 140723273375695 0
[pid=26364/tid=26367] ppid=26362 vsize=15144776 memory=139987320473216 CPUtime=0 cores=0,2,4,6
/proc/26364/task/26367/stat : 26367 (java) S 26362 26362 21506 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446094392 15508250624 10203 33554432000 4194304 4196468 140723273368736 139898571024912 139898644047573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11436032 140723273372655 140723273372826 140723273372826 140723273375695 0
[pid=26364/tid=26368] ppid=26362 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26364/task/26368/stat : 26368 (java) S 26362 26362 21506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446094392 15508250624 10203 33554432000 4194304 4196468 140723273368736 139898569972112 139898644047573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11436032 140723273372655 140723273372826 140723273372826 140723273375695 0
[pid=26364/tid=26369] ppid=26362 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26364/task/26369/stat : 26369 (java) S 26362 26362 21506 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446094392 15508250624 10203 33554432000 4194304 4196468 140723273368736 139898568919312 139898644047573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11436032 140723273372655 140723273372826 140723273372826 140723273375695 0
[pid=26364/tid=26370] ppid=26362 vsize=15144776 memory=139987320473216 CPUtime=0 cores=0,2,4,6
/proc/26364/task/26370/stat : 26370 (java) S 26362 26362 21506 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 446094394 15508250624 10203 33554432000 4194304 4196468 140723273368736 139898112191344 139898644048514 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11436032 140723273372655 140723273372826 140723273372826 140723273375695 0
[pid=26364/tid=26371] ppid=26362 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26364/task/26371/stat : 26371 (java) S 26362 26362 21506 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 446094394 15508250624 10203 33554432000 4194304 4196468 140723273368736 139898111137312 139898644047573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11436032 140723273372655 140723273372826 140723273372826 140723273375695 0
[pid=26364/tid=26372] ppid=26362 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26364/task/26372/stat : 26372 (java) S 26362 26362 21506 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 446094394 15508250624 10203 33554432000 4194304 4196468 140723273368736 139898110084464 139898644047573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11436032 140723273372655 140723273372826 140723273372826 140723273375695 0
[pid=26364/tid=26373] ppid=26362 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26364/task/26373/stat : 26373 (java) S 26362 26362 21506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446094397 15508250624 10203 33554432000 4194304 4196468 140723273368736 139898109032784 139898644055963 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11436032 140723273372655 140723273372826 140723273372826 140723273375695 0
[pid=26364/tid=26374] ppid=26362 vsize=15144776 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/26364/task/26374/stat : 26374 (java) S 26362 26362 21506 0 -1 1077944384 567 0 0 0 2 0 0 0 20 0 15 0 446094397 15508250624 10203 33554432000 4194304 4196468 140723273368736 139898107980144 139898644048514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11436032 140723273372655 140723273372826 140723273372826 140723273375695 0
[pid=26364/tid=26375] ppid=26362 vsize=15144776 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/26364/task/26375/stat : 26375 (java) S 26362 26362 21506 0 -1 1077944384 178 0 0 0 2 0 0 0 20 0 15 0 446094397 15508250624 10203 33554432000 4194304 4196468 140723273368736 139898106927344 139898644048514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11436032 140723273372655 140723273372826 140723273372826 140723273375695 0
[pid=26364/tid=26376] ppid=26362 vsize=15144776 memory=139987320473216 CPUtime=0.08 cores=0,2,4,6
/proc/26364/task/26376/stat : 26376 (java) R 26362 26362 21506 0 -1 4202560 758 0 0 0 8 0 0 0 20 0 15 0 446094397 15508250624 10203 33554432000 4194304 4196468 140723273368736 139898105874544 139898644058714 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11436032 140723273372655 140723273372826 140723273372826 140723273375695 0
[pid=26364/tid=26377] ppid=26362 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26364/task/26377/stat : 26377 (java) S 26362 26362 21506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446094397 15508250624 10203 33554432000 4194304 4196468 140723273368736 139898104821984 139898644047573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11436032 140723273372655 140723273372826 140723273372826 140723273375695 0
[pid=26364/tid=26378] ppid=26362 vsize=15144776 memory=139987320473216 CPUtime=0 cores=0,2,4,6
/proc/26364/task/26378/stat : 26378 (java) S 26362 26362 21506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446094397 15508250624 10203 33554432000 4194304 4196468 140723273368736 139898103770288 139898644048514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11436032 140723273372655 140723273372826 140723273372826 140723273375695 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42260 KiB

[startup+0.310504 s]*
/proc/loadavg: 7.72 8.34 8.28 8/234 26378
/proc/meminfo: memFree=31501632/32770624 swapFree=66977056/67108860
[pid=26362] ppid=26359 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/26362/stat : 26362 (xcsp3-exec) S 26359 26362 21506 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 446094391 115843072 362 33554432000 4194304 5098028 140733160125136 140733160123240 140191973679740 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 29331456 140733160133499 140733160133741 140733160133741 140733160136650 0
/proc/26362/statm: 28282 362 304 221 0 87 0
[pid=26364] ppid=26362 vsize=15149032 memory=50088 CPUtime=0.53 cores=0,2,4,6
/proc/26364/stat : 26364 (java) S 26362 26362 21506 0 -1 1077944320 10852 0 0 0 50 3 0 0 20 0 15 0 446094391 15512608768 12522 33554432000 4194304 4196468 140723273368736 140723273351280 139898644037367 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11436032 140723273372655 140723273372826 140723273372826 140723273375695 0
/proc/26364/statm: 3787258 12522 3370 1 0 3748377 0
[pid=26364/tid=26365] ppid=26362 vsize=15149032 memory=-8439527450518781933 CPUtime=0.3 cores=0,2,4,6
/proc/26364/task/26365/stat : 26365 (java) R 26362 26362 21506 0 -1 4202560 7815 0 0 0 28 2 0 0 20 0 15 0 446094392 15512608768 12522 33554432000 4194304 4196468 140723273368736 139898648268480 139898628117854 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11436032 140723273372655 140723273372826 140723273372826 140723273375695 0
[pid=26364/tid=26366] ppid=26362 vsize=15149032 memory=3472468116215624912 CPUtime=0 cores=0,2,4,6
/proc/26364/task/26366/stat : 26366 (java) S 26362 26362 21506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446094392 15512608768 12522 33554432000 4194304 4196468 140723273368736 139898572077712 139898644047573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11436032 140723273372655 140723273372826 140723273372826 140723273375695 0
[pid=26364/tid=26367] ppid=26362 vsize=15149032 memory=279974531840384 CPUtime=0 cores=0,2,4,6
/proc/26364/task/26367/stat : 26367 (java) S 26362 26362 21506 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446094392 15512608768 12522 33554432000 4194304 4196468 140723273368736 139898571024912 139898644047573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11436032 140723273372655 140723273372826 140723273372826 140723273375695 0
[pid=26364/tid=26368] ppid=26362 vsize=15149032 memory=279974422766624 CPUtime=0 cores=0,2,4,6
/proc/26364/task/26368/stat : 26368 (java) S 26362 26362 21506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446094392 15512608768 12522 33554432000 4194304 4196468 140723273368736 139898569972112 139898644047573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11436032 140723273372655 140723273372826 140723273372826 140723273375695 0
[pid=26364/tid=26369] ppid=26362 vsize=15149032 memory=139987211367183 CPUtime=0 cores=0,2,4,6
/proc/26364/task/26369/stat : 26369 (java) S 26362 26362 21506 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446094392 15512608768 12522 33554432000 4194304 4196468 140723273368736 139898568919312 139898644047573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11436032 140723273372655 140723273372826 140723273372826 140723273375695 0
[pid=26364/tid=26370] ppid=26362 vsize=15149032 memory=279974531847296 CPUtime=0 cores=0,2,4,6
/proc/26364/task/26370/stat : 26370 (java) S 26362 26362 21506 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 446094394 15512608768 12522 33554432000 4194304 4196468 140723273368736 139898112191344 139898644048514 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11436032 140723273372655 140723273372826 140723273372826 140723273375695 0
[pid=26364/tid=26371] ppid=26362 vsize=15149032 memory=139987211371791 CPUtime=0 cores=0,2,4,6
/proc/26364/task/26371/stat : 26371 (java) S 26362 26362 21506 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 446094394 15512608768 12522 33554432000 4194304 4196468 140723273368736 139898111137312 139898644047573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11436032 140723273372655 140723273372826 140723273372826 140723273375695 0
[pid=26364/tid=26372] ppid=26362 vsize=15149032 memory=139987211395634 CPUtime=0 cores=0,2,4,6
/proc/26364/task/26372/stat : 26372 (java) S 26362 26362 21506 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 446094394 15512608768 12522 33554432000 4194304 4196468 140723273368736 139898110084464 139898644047573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11436032 140723273372655 140723273372826 140723273372826 140723273375695 0
[pid=26364/tid=26373] ppid=26362 vsize=15149032 memory=139987211401342 CPUtime=0 cores=0,2,4,6
/proc/26364/task/26373/stat : 26373 (java) S 26362 26362 21506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446094397 15512608768 12522 33554432000 4194304 4196468 140723273368736 139898109032784 139898644055963 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11436032 140723273372655 140723273372826 140723273372826 140723273375695 0
[pid=26364/tid=26374] ppid=26362 vsize=15149032 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/26364/task/26374/stat : 26374 (java) R 26362 26362 21506 0 -1 4202560 682 0 0 0 5 0 0 0 20 0 15 0 446094397 15512608768 12522 33554432000 4194304 4196468 140723273368736 139898107970528 139898625581462 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11436032 140723273372655 140723273372826 140723273372826 140723273375695 0
[pid=26364/tid=26375] ppid=26362 vsize=15149032 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/26364/task/26375/stat : 26375 (java) S 26362 26362 21506 0 -1 1077944384 222 0 0 0 4 0 0 0 20 0 15 0 446094397 15512608768 12522 33554432000 4194304 4196468 140723273368736 139898106927344 139898644048514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11436032 140723273372655 140723273372826 140723273372826 140723273375695 0
[pid=26364/tid=26376] ppid=26362 vsize=15149032 memory=139987320473216 CPUtime=0.12 cores=0,2,4,6
/proc/26364/task/26376/stat : 26376 (java) S 26362 26362 21506 0 -1 1077944384 830 0 0 0 12 0 0 0 20 0 15 0 446094397 15512608768 12522 33554432000 4194304 4196468 140723273368736 139898105874544 139898644048514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11436032 140723273372655 140723273372826 140723273372826 140723273375695 0
[pid=26364/tid=26377] ppid=26362 vsize=15149032 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26364/task/26377/stat : 26377 (java) S 26362 26362 21506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446094397 15512608768 12522 33554432000 4194304 4196468 140723273368736 139898104821984 139898644047573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11436032 140723273372655 140723273372826 140723273372826 140723273375695 0
[pid=26364/tid=26378] ppid=26362 vsize=15149032 memory=139987320474664 CPUtime=0 cores=0,2,4,6
/proc/26364/task/26378/stat : 26378 (java) S 26362 26362 21506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446094397 15512608768 12522 33554432000 4194304 4196468 140723273368736 139898103770288 139898644048514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11436032 140723273372655 140723273372826 140723273372826 140723273375695 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51536 KiB

[startup+0.709039 s]
/proc/loadavg: 7.72 8.34 8.28 7/234 26378
/proc/meminfo: memFree=31487232/32770624 swapFree=66977056/67108860
[pid=26362] ppid=26359 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/26362/stat : 26362 (xcsp3-exec) S 26359 26362 21506 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 446094391 115843072 362 33554432000 4194304 5098028 140733160125136 140733160123240 140191973679740 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 29331456 140733160133499 140733160133741 140733160133741 140733160136650 0
/proc/26362/statm: 28282 362 304 221 0 87 0
[pid=26364] ppid=26362 vsize=15417412 memory=82748 CPUtime=1.65 cores=0,2,4,6
/proc/26364/stat : 26364 (java) S 26362 26362 21506 0 -1 1077944320 15400 0 0 0 159 6 0 0 20 0 19 0 446094391 15787429888 20687 33554432000 4194304 4196468 140723273368736 140723273351280 139898644037367 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11436032 140723273372655 140723273372826 140723273372826 140723273375695 0
/proc/26364/statm: 3854353 20687 3458 1 0 3815453 0
[pid=26364/tid=26365] ppid=26362 vsize=15417412 memory=7882800638288482663 CPUtime=0.53 cores=0,2,4,6
/proc/26364/task/26365/stat : 26365 (java) S 26362 26362 21506 0 -1 1077944384 9116 0 0 0 50 3 0 0 20 0 19 0 446094392 15787429888 20687 33554432000 4194304 4196468 140723273368736 139898648278144 139898644047573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11436032 140723273372655 140723273372826 140723273372826 140723273375695 0
[pid=26364/tid=26366] ppid=26362 vsize=15417412 memory=7740951466249179473 CPUtime=0 cores=0,2,4,6
/proc/26364/task/26366/stat : 26366 (java) S 26362 26362 21506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 446094392 15787429888 20687 33554432000 4194304 4196468 140723273368736 139898572077712 139898644047573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11436032 140723273372655 140723273372826 140723273372826 140723273375695 0
[pid=26364/tid=26367] ppid=26362 vsize=15417412 memory=7453282923495516522 CPUtime=0 cores=0,2,4,6
/proc/26364/task/26367/stat : 26367 (java) S 26362 26362 21506 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 446094392 15787429888 20687 33554432000 4194304 4196468 140723273368736 139898571024912 139898644047573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11436032 140723273372655 140723273372826 140723273372826 140723273375695 0
[pid=26364/tid=26368] ppid=26362 vsize=15417412 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26364/task/26368/stat : 26368 (java) S 26362 26362 21506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 446094392 15787429888 20687 33554432000 4194304 4196468 140723273368736 139898569972112 139898644047573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11436032 140723273372655 140723273372826 140723273372826 140723273375695 0
[pid=26364/tid=26369] ppid=26362 vsize=15417412 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26364/task/26369/stat : 26369 (java) S 26362 26362 21506 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 446094392 15787429888 20687 33554432000 4194304 4196468 140723273368736 139898568919312 139898644047573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11436032 140723273372655 140723273372826 140723273372826 140723273375695 0
[pid=26364/tid=26370] ppid=26362 vsize=15417412 memory=2828 CPUtime=0 cores=0,2,4,6
/proc/26364/task/26370/stat : 26370 (java) S 26362 26362 21506 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 19 0 446094394 15787429888 20687 33554432000 4194304 4196468 140723273368736 139898112191344 139898644048514 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11436032 140723273372655 140723273372826 140723273372826 140723273375695 0
[pid=26364/tid=26371] ppid=26362 vsize=15417412 memory=756 CPUtime=0 cores=0,2,4,6
/proc/26364/task/26371/stat : 26371 (java) S 26362 26362 21506 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 446094394 15787429888 20687 33554432000 4194304 4196468 140723273368736 139898111137312 139898644047573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11436032 140723273372655 140723273372826 140723273372826 140723273375695 0
[pid=26364/tid=26372] ppid=26362 vsize=15417412 memory=1548 CPUtime=0 cores=0,2,4,6
/proc/26364/task/26372/stat : 26372 (java) S 26362 26362 21506 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 446094394 15787429888 20687 33554432000 4194304 4196468 140723273368736 139898110084464 139898644047573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11436032 140723273372655 140723273372826 140723273372826 140723273375695 0
[pid=26364/tid=26373] ppid=26362 vsize=15417412 memory=7872 CPUtime=0 cores=0,2,4,6
/proc/26364/task/26373/stat : 26373 (java) S 26362 26362 21506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446094397 15787429888 20687 33554432000 4194304 4196468 140723273368736 139898109032784 139898644055963 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11436032 140723273372655 140723273372826 140723273372826 140723273375695 0
[pid=26364/tid=26374] ppid=26362 vsize=15417412 memory=1164 CPUtime=0.21 cores=0,2,4,6
/proc/26364/task/26374/stat : 26374 (java) D 26362 26362 21506 0 -1 4202560 1231 0 0 0 21 0 0 0 20 0 19 0 446094397 15787429888 20687 33554432000 4194304 4196468 140723273368736 139898107967336 139898628431124 0 4 0 16800975 18446744071582151416 0 0 -1 0 0 0 0 0 0 6293624 6294260 11436032 140723273372655 140723273372826 140723273372826 140723273375695 0
[pid=26364/tid=26375] ppid=26362 vsize=15417412 memory=9448 CPUtime=0.25 cores=0,2,4,6
/proc/26364/task/26375/stat : 26375 (java) D 26362 26362 21506 0 -1 4202560 1617 0 0 0 25 0 0 0 20 0 19 0 446094397 15787429888 20687 33554432000 4194304 4196468 140723273368736 139898106911832 139898636754519 0 4 0 16800975 18446744071582151463 0 0 -1 6 0 0 0 0 0 6293624 6294260 11436032 140723273372655 140723273372826 140723273372826 140723273375695 0
[pid=26364/tid=26376] ppid=26362 vsize=15417412 memory=14008 CPUtime=0.33 cores=0,2,4,6
/proc/26364/task/26376/stat : 26376 (java) R 26362 26362 21506 0 -1 4202560 1900 0 0 0 33 0 0 0 20 0 19 0 446094397 15787429888 20687 33554432000 4194304 4196468 140723273368736 139898105871800 139898622406006 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11436032 140723273372655 140723273372826 140723273372826 140723273375695 0
[pid=26364/tid=26377] ppid=26362 vsize=15417412 memory=2120 CPUtime=0 cores=0,2,4,6
/proc/26364/task/26377/stat : 26377 (java) S 26362 26362 21506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446094397 15787429888 20687 33554432000 4194304 4196468 140723273368736 139898104821984 139898644047573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11436032 140723273372655 140723273372826 140723273372826 140723273375695 0
[pid=26364/tid=26378] ppid=26362 vsize=15417412 memory=11976 CPUtime=0 cores=0,2,4,6
/proc/26364/task/26378/stat : 26378 (java) S 26362 26362 21506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 446094397 15787429888 20687 33554432000 4194304 4196468 140723273368736 139898103770288 139898644048514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11436032 140723273372655 140723273372826 140723273372826 140723273375695 0
Current children cumulated CPU time: 1.65 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 84196 KiB

[startup+1.50104 s]
/proc/loadavg: 7.72 8.34 8.28 9/238 26382
/proc/meminfo: memFree=31462224/32770624 swapFree=66977056/67108860
[pid=26362] ppid=26359 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/26362/stat : 26362 (xcsp3-exec) S 26359 26362 21506 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 446094391 115843072 362 33554432000 4194304 5098028 140733160125136 140733160123240 140191973679740 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 29331456 140733160133499 140733160133741 140733160133741 140733160136650 0
/proc/26362/statm: 28282 362 304 221 0 87 0

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

/proc/26364/task/26372/stat : 26372 (java) S 26362 26362 21506 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 446094394 15787429888 26197 33554432000 4194304 4196468 140723273368736 139898110084464 139898644047573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11436032 140723273372655 140723273372826 140723273372826 140723273375695 0
[pid=26364/tid=26373] ppid=26362 vsize=15417412 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26364/task/26373/stat : 26373 (java) S 26362 26362 21506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446094397 15787429888 26197 33554432000 4194304 4196468 140723273368736 139898109032784 139898644055963 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11436032 140723273372655 140723273372826 140723273372826 140723273375695 0
[pid=26364/tid=26374] ppid=26362 vsize=15417412 memory=0 CPUtime=0.55 cores=0,2,4,6
/proc/26364/task/26374/stat : 26374 (java) R 26362 26362 21506 0 -1 4202560 3159 0 0 0 55 0 0 0 20 0 19 0 446094397 15787429888 26197 33554432000 4194304 4196468 140723273368736 139898107961160 139898627948166 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11436032 140723273372655 140723273372826 140723273372826 140723273375695 0
[pid=26364/tid=26375] ppid=26362 vsize=15417412 memory=0 CPUtime=0.71 cores=0,2,4,6
/proc/26364/task/26375/stat : 26375 (java) R 26362 26362 21506 0 -1 4202560 2872 0 0 0 71 0 0 0 20 0 19 0 446094397 15787429888 26197 33554432000 4194304 4196468 140723273368736 139898106923712 139898628919135 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11436032 140723273372655 140723273372826 140723273372826 140723273375695 0
[pid=26364/tid=26376] ppid=26362 vsize=15417412 memory=0 CPUtime=0.42 cores=0,2,4,6
/proc/26364/task/26376/stat : 26376 (java) R 26362 26362 21506 0 -1 1077944384 2562 0 0 0 42 0 0 0 20 0 19 0 446094397 15787429888 26197 33554432000 4194304 4196468 140723273368736 139898105874544 139898644048514 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11436032 140723273372655 140723273372826 140723273372826 140723273375695 0
[pid=26364/tid=26377] ppid=26362 vsize=15417412 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26364/task/26377/stat : 26377 (java) S 26362 26362 21506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446094397 15787429888 26197 33554432000 4194304 4196468 140723273368736 139898104821984 139898644047573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11436032 140723273372655 140723273372826 140723273372826 140723273375695 0
[pid=26364/tid=26378] ppid=26362 vsize=15417412 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26364/task/26378/stat : 26378 (java) S 26362 26362 21506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 446094397 15787429888 26197 33554432000 4194304 4196468 140723273368736 139898103770288 139898644048514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11436032 140723273372655 140723273372826 140723273372826 140723273375695 0
[pid=26364/tid=26379] ppid=26362 vsize=15417412 memory=4580 CPUtime=0.71 cores=0,2,4,6
/proc/26364/task/26379/stat : 26379 (java) R 26362 26362 21506 0 -1 4202560 102 0 0 0 71 0 0 0 20 0 19 0 446094446 15787429888 26197 33554432000 4194304 4196468 140723273368736 139898094787352 139898241711465 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11436032 140723273372655 140723273372826 140723273372826 140723273375695 0
[pid=26364/tid=26380] ppid=26362 vsize=15417412 memory=6225193289155373393 CPUtime=0.64 cores=0,2,4,6
/proc/26364/task/26380/stat : 26380 (java) R 26362 26362 21506 0 -1 4202560 122 0 0 0 64 0 0 0 20 0 19 0 446094446 15787429888 26197 33554432000 4194304 4196468 140723273368736 139898093737672 139898245236132 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11436032 140723273372655 140723273372826 140723273372826 140723273375695 0
[pid=26364/tid=26381] ppid=26362 vsize=15417412 memory=7670024256283043668 CPUtime=0.78 cores=0,2,4,6
/proc/26364/task/26381/stat : 26381 (java) R 26362 26362 21506 0 -1 4202560 102 0 0 0 78 0 0 0 20 0 19 0 446094446 15787429888 26197 33554432000 4194304 4196468 140723273368736 139898092682592 139898241756630 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11436032 140723273372655 140723273372826 140723273372826 140723273375695 0
[pid=26364/tid=26382] ppid=26362 vsize=15417412 memory=7302977485020358228 CPUtime=0.66 cores=0,2,4,6
/proc/26364/task/26382/stat : 26382 (java) R 26362 26362 21506 0 -1 4202560 102 0 0 0 66 0 0 0 20 0 19 0 446094446 15787429888 26197 33554432000 4194304 4196468 140723273368736 139898023559080 139898242831103 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11436032 140723273372655 140723273372826 140723273372826 140723273375695 0
Current children cumulated CPU time: 5.05 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 106236 KiB

[startup+2.00104 s]*
/proc/loadavg: 7.72 8.34 8.28 10/238 26382
/proc/meminfo: memFree=31435396/32770624 swapFree=66977056/67108860
[pid=26362] ppid=26359 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/26362/stat : 26362 (xcsp3-exec) S 26359 26362 21506 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 446094391 115843072 362 33554432000 4194304 5098028 140733160125136 140733160123240 140191973679740 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 29331456 140733160133499 140733160133741 140733160133741 140733160136650 0
/proc/26362/statm: 28282 362 304 221 0 87 0
[pid=26364] ppid=26362 vsize=15417412 memory=118096 CPUtime=6.62 cores=0,2,4,6
/proc/26364/stat : 26364 (java) S 26362 26362 21506 0 -1 1077944320 23354 0 0 0 655 7 0 0 20 0 19 0 446094391 15787429888 29524 33554432000 4194304 4196468 140723273368736 140723273351280 139898644037367 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11436032 140723273372655 140723273372826 140723273372826 140723273375695 0
/proc/26364/statm: 3854353 29524 3471 1 0 3815453 0
[pid=26364/tid=26365] ppid=26362 vsize=15417412 memory=8389772277269004345 CPUtime=0.53 cores=0,2,4,6
/proc/26364/task/26365/stat : 26365 (java) S 26362 26362 21506 0 -1 1077944384 9116 0 0 0 50 3 0 0 20 0 19 0 446094392 15787429888 29524 33554432000 4194304 4196468 140723273368736 139898648278144 139898644047573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11436032 140723273372655 140723273372826 140723273372826 140723273375695 0
[pid=26364/tid=26366] ppid=26362 vsize=15417412 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26364/task/26366/stat : 26366 (java) S 26362 26362 21506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 446094392 15787429888 29524 33554432000 4194304 4196468 140723273368736 139898572077712 139898644047573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11436032 140723273372655 140723273372826 140723273372826 140723273375695 0
[pid=26364/tid=26367] ppid=26362 vsize=15417412 memory=288370363472184960 CPUtime=0 cores=0,2,4,6
/proc/26364/task/26367/stat : 26367 (java) S 26362 26362 21506 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 446094392 15787429888 29524 33554432000 4194304 4196468 140723273368736 139898571024912 139898644047573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11436032 140723273372655 140723273372826 140723273372826 140723273375695 0
[pid=26364/tid=26368] ppid=26362 vsize=15417412 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26364/task/26368/stat : 26368 (java) S 26362 26362 21506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 446094392 15787429888 29524 33554432000 4194304 4196468 140723273368736 139898569972112 139898644047573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11436032 140723273372655 140723273372826 140723273372826 140723273375695 0
[pid=26364/tid=26369] ppid=26362 vsize=15417412 memory=2240 CPUtime=0 cores=0,2,4,6
/proc/26364/task/26369/stat : 26369 (java) S 26362 26362 21506 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 446094392 15787429888 29524 33554432000 4194304 4196468 140723273368736 139898568919312 139898644047573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11436032 140723273372655 140723273372826 140723273372826 140723273375695 0
[pid=26364/tid=26370] ppid=26362 vsize=15417412 memory=139987320473216 CPUtime=0 cores=0,2,4,6
/proc/26364/task/26370/stat : 26370 (java) S 26362 26362 21506 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 19 0 446094394 15787429888 29524 33554432000 4194304 4196468 140723273368736 139898112191344 139898644048514 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11436032 140723273372655 140723273372826 140723273372826 140723273375695 0
[pid=26364/tid=26371] ppid=26362 vsize=15417412 memory=2240 CPUtime=0 cores=0,2,4,6
/proc/26364/task/26371/stat : 26371 (java) S 26362 26362 21506 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 446094394 15787429888 29524 33554432000 4194304 4196468 140723273368736 139898111137312 139898644047573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11436032 140723273372655 140723273372826 140723273372826 140723273375695 0
[pid=26364/tid=26372] ppid=26362 vsize=15417412 memory=2241 CPUtime=0 cores=0,2,4,6
/proc/26364/task/26372/stat : 26372 (java) S 26362 26362 21506 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 446094394 15787429888 29524 33554432000 4194304 4196468 140723273368736 139898110084464 139898644047573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11436032 140723273372655 140723273372826 140723273372826 140723273375695 0
[pid=26364/tid=26373] ppid=26362 vsize=15417412 memory=2241 CPUtime=0 cores=0,2,4,6
/proc/26364/task/26373/stat : 26373 (java) S 26362 26362 21506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446094397 15787429888 29524 33554432000 4194304 4196468 140723273368736 139898109032784 139898644055963 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11436032 140723273372655 140723273372826 140723273372826 140723273375695 0
[pid=26364/tid=26374] ppid=26362 vsize=15417412 memory=0 CPUtime=0.75 cores=0,2,4,6
/proc/26364/task/26374/stat : 26374 (java) R 26362 26362 21506 0 -1 4202560 5544 0 0 0 75 0 0 0 20 0 19 0 446094397 15787429888 29524 33554432000 4194304 4196468 140723273368736 139898107964616 139898629145399 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11436032 140723273372655 140723273372826 140723273372826 140723273375695 0
[pid=26364/tid=26375] ppid=26362 vsize=15417412 memory=222 CPUtime=0.94 cores=0,2,4,6
/proc/26364/task/26375/stat : 26375 (java) R 26362 26362 21506 0 -1 4202560 3742 0 0 0 94 0 0 0 20 0 19 0 446094397 15787429888 29524 33554432000 4194304 4196468 140723273368736 139898106913224 139898629163777 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11436032 140723273372655 140723273372826 140723273372826 140723273375695 0
[pid=26364/tid=26376] ppid=26362 vsize=15417412 memory=139987320477238 CPUtime=0.43 cores=0,2,4,6
/proc/26364/task/26376/stat : 26376 (java) R 26362 26362 21506 0 -1 1077944384 2717 0 0 0 43 0 0 0 20 0 19 0 446094397 15787429888 29524 33554432000 4194304 4196468 140723273368736 139898105874544 139898644048514 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11436032 140723273372655 140723273372826 140723273372826 140723273375695 0
[pid=26364/tid=26377] ppid=26362 vsize=15417412 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26364/task/26377/stat : 26377 (java) S 26362 26362 21506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446094397 15787429888 29524 33554432000 4194304 4196468 140723273368736 139898104821984 139898644047573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11436032 140723273372655 140723273372826 140723273372826 140723273375695 0
[pid=26364/tid=26378] ppid=26362 vsize=15417412 memory=139987766046833 CPUtime=0 cores=0,2,4,6
/proc/26364/task/26378/stat : 26378 (java) S 26362 26362 21506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446094397 15787429888 29524 33554432000 4194304 4196468 140723273368736 139898103770288 139898644048514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11436032 140723273372655 140723273372826 140723273372826 140723273375695 0
[pid=26364/tid=26379] ppid=26362 vsize=15417412 memory=0 CPUtime=0.98 cores=0,2,4,6
/proc/26364/task/26379/stat : 26379 (java) R 26362 26362 21506 0 -1 4202560 245 0 0 0 98 0 0 0 20 0 19 0 446094446 15787429888 29524 33554432000 4194304 4196468 140723273368736 139898094786736 139898644058714 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11436032 140723273372655 140723273372826 140723273372826 140723273375695 0
[pid=26364/tid=26380] ppid=26362 vsize=15417412 memory=739411062154246833 CPUtime=0.96 cores=0,2,4,6
/proc/26364/task/26380/stat : 26380 (java) R 26362 26362 21506 0 -1 4202560 269 0 0 0 96 0 0 0 20 0 19 0 446094446 15787429888 29524 33554432000 4194304 4196468 140723273368736 139898093731928 139898245365533 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11436032 140723273372655 140723273372826 140723273372826 140723273375695 0
[pid=26364/tid=26381] ppid=26362 vsize=15417412 memory=739271074867393584 CPUtime=1.03 cores=0,2,4,6
/proc/26364/task/26381/stat : 26381 (java) R 26362 26362 21506 0 -1 4202560 188 0 0 0 103 0 0 0 20 0 19 0 446094446 15787429888 29524 33554432000 4194304 4196468 140723273368736 139898092679128 139898245372399 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11436032 140723273372655 140723273372826 140723273372826 140723273375695 0
[pid=26364/tid=26382] ppid=26362 vsize=15417412 memory=-9001734013606258791 CPUtime=0.93 cores=0,2,4,6
/proc/26364/task/26382/stat : 26382 (java) R 26362 26362 21506 0 -1 4202560 224 0 0 0 93 0 0 0 20 0 19 0 446094446 15787429888 29524 33554432000 4194304 4196468 140723273368736 139898023562128 139898644049302 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11436032 140723273372655 140723273372826 140723273372826 140723273375695 0
Current children cumulated CPU time: 6.62 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 119544 KiB

[startup+2.41004 s]
/proc/loadavg: 7.72 8.34 8.28 10/238 26382
/proc/meminfo: memFree=31435396/32770624 swapFree=66977056/67108860
[pid=26362] ppid=26359 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/26362/stat : 26362 (xcsp3-exec) S 26359 26362 21506 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 446094391 115843072 362 33554432000 4194304 5098028 140733160125136 140733160123240 140191973679740 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 29331456 140733160133499 140733160133741 140733160133741 140733160136650 0
/proc/26362/statm: 28282 362 304 221 0 87 0
[pid=26364] ppid=26362 vsize=15420468 memory=138440 CPUtime=8.11 cores=0,2,4,6
/proc/26364/stat : 26364 (java) S 26362 26362 21506 0 -1 1077944320 31838 0 0 0 803 8 0 0 20 0 19 0 446094391 15790559232 34610 33554432000 4194304 4196468 140723273368736 140723273351280 139898644037367 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11436032 140723273372655 140723273372826 140723273372826 140723273375695 0
/proc/26364/statm: 3855117 34610 3474 1 0 3816217 0
[pid=26364/tid=26365] ppid=26362 vsize=15420468 memory=0 CPUtime=0.53 cores=0,2,4,6
/proc/26364/task/26365/stat : 26365 (java) S 26362 26362 21506 0 -1 1077944384 9116 0 0 0 50 3 0 0 20 0 19 0 446094392 15790559232 34610 33554432000 4194304 4196468 140723273368736 139898648278144 139898644047573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11436032 140723273372655 140723273372826 140723273372826 140723273375695 0
[pid=26364/tid=26366] ppid=26362 vsize=15420468 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26364/task/26366/stat : 26366 (java) S 26362 26362 21506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 446094392 15790559232 34610 33554432000 4194304 4196468 140723273368736 139898572077712 139898644047573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11436032 140723273372655 140723273372826 140723273372826 140723273375695 0
[pid=26364/tid=26367] ppid=26362 vsize=15420468 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26364/task/26367/stat : 26367 (java) S 26362 26362 21506 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 446094392 15790559232 34610 33554432000 4194304 4196468 140723273368736 139898571024912 139898644047573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11436032 140723273372655 140723273372826 140723273372826 140723273375695 0
[pid=26364/tid=26368] ppid=26362 vsize=15420468 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26364/task/26368/stat : 26368 (java) S 26362 26362 21506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 446094392 15790559232 34610 33554432000 4194304 4196468 140723273368736 139898569972112 139898644047573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11436032 140723273372655 140723273372826 140723273372826 140723273375695 0
[pid=26364/tid=26369] ppid=26362 vsize=15420468 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26364/task/26369/stat : 26369 (java) S 26362 26362 21506 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 446094392 15790559232 34610 33554432000 4194304 4196468 140723273368736 139898568919312 139898644047573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11436032 140723273372655 140723273372826 140723273372826 140723273375695 0
[pid=26364/tid=26370] ppid=26362 vsize=15420468 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26364/task/26370/stat : 26370 (java) S 26362 26362 21506 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 19 0 446094394 15790559232 34610 33554432000 4194304 4196468 140723273368736 139898112191344 139898644048514 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11436032 140723273372655 140723273372826 140723273372826 140723273375695 0
[pid=26364/tid=26371] ppid=26362 vsize=15420468 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26364/task/26371/stat : 26371 (java) S 26362 26362 21506 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 446094394 15790559232 34610 33554432000 4194304 4196468 140723273368736 139898111137312 139898644047573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11436032 140723273372655 140723273372826 140723273372826 140723273375695 0
[pid=26364/tid=26372] ppid=26362 vsize=15420468 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26364/task/26372/stat : 26372 (java) S 26362 26362 21506 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 446094394 15790559232 34610 33554432000 4194304 4196468 140723273368736 139898110084464 139898644047573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11436032 140723273372655 140723273372826 140723273372826 140723273375695 0
[pid=26364/tid=26373] ppid=26362 vsize=15420468 memory=56 CPUtime=0 cores=0,2,4,6
/proc/26364/task/26373/stat : 26373 (java) S 26362 26362 21506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446094397 15790559232 34610 33554432000 4194304 4196468 140723273368736 139898109032784 139898644055963 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11436032 140723273372655 140723273372826 140723273372826 140723273375695 0
[pid=26364/tid=26374] ppid=26362 vsize=15420468 memory=7365423212465187944 CPUtime=0.95 cores=0,2,4,6
/proc/26364/task/26374/stat : 26374 (java) R 26362 26362 21506 0 -1 4202560 12259 0 0 0 94 1 0 0 20 0 19 0 446094397 15790559232 34610 33554432000 4194304 4196468 140723273368736 139898107965880 139898623293942 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11436032 140723273372655 140723273372826 140723273372826 140723273375695 0
[pid=26364/tid=26375] ppid=26362 vsize=15420468 memory=6225442796708783980 CPUtime=1.13 cores=0,2,4,6
/proc/26364/task/26375/stat : 26375 (java) D 26362 26362 21506 0 -1 4202560 5011 0 0 0 112 1 0 0 20 0 19 0 446094397 15790559232 34610 33554432000 4194304 4196468 140723273368736 139898106908360 139898637134203 0 4 0 16800975 18446744071582151416 0 0 -1 2 0 0 0 0 0 6293624 6294260 11436032 140723273372655 140723273372826 140723273372826 140723273375695 0
[pid=26364/tid=26376] ppid=26362 vsize=15420468 memory=7230362515831481959 CPUtime=0.43 cores=0,2,4,6
/proc/26364/task/26376/stat : 26376 (java) D 26362 26362 21506 0 -1 4202560 2889 0 0 0 43 0 0 0 20 0 19 0 446094397 15790559232 34610 33554432000 4194304 4196468 140723273368736 139898105874464 139898622578836 0 4 0 16800975 18446744071582151416 0 0 -1 2 0 0 0 0 0 6293624 6294260 11436032 140723273372655 140723273372826 140723273372826 140723273375695 0
[pid=26364/tid=26377] ppid=26362 vsize=15420468 memory=7378118195446116198 CPUtime=0 cores=0,2,4,6
/proc/26364/task/26377/stat : 26377 (java) S 26362 26362 21506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446094397 15790559232 34610 33554432000 4194304 4196468 140723273368736 139898104821984 139898644047573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11436032 140723273372655 140723273372826 140723273372826 140723273375695 0
[pid=26364/tid=26378] ppid=26362 vsize=15420468 memory=7306901740469834862 CPUtime=0 cores=0,2,4,6
/proc/26364/task/26378/stat : 26378 (java) S 26362 26362 21506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446094397 15790559232 34610 33554432000 4194304 4196468 140723273368736 139898103770288 139898644048514 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11436032 140723273372655 140723273372826 140723273372826 140723273375695 0
[pid=26364/tid=26379] ppid=26362 vsize=15420468 memory=7954877929095783252 CPUtime=1.19 cores=0,2,4,6
/proc/26364/task/26379/stat : 26379 (java) R 26362 26362 21506 0 -1 4202560 329 0 0 0 119 0 0 0 20 0 19 0 446094446 15790559232 34610 33554432000 4194304 4196468 140723273368736 139898094783608 139898242018142 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11436032 140723273372655 140723273372826 140723273372826 140723273375695 0
[pid=26364/tid=26380] ppid=26362 vsize=15420468 memory=7302170357288905111 CPUtime=1.28 cores=0,2,4,6
/proc/26364/task/26380/stat : 26380 (java) R 26362 26362 21506 0 -1 4202560 323 0 0 0 128 0 0 0 20 0 19 0 446094446 15790559232 34610 33554432000 4194304 4196468 140723273368736 139898093731928 139898245359038 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11436032 140723273372655 140723273372826 140723273372826 140723273375695 0
[pid=26364/tid=26381] ppid=26362 vsize=15420468 memory=7523376918531162212 CPUtime=1.32 cores=0,2,4,6
/proc/26364/task/26381/stat : 26381 (java) R 26362 26362 21506 0 -1 4202560 270 0 0 0 132 0 0 0 20 0 19 0 446094446 15790559232 34610 33554432000 4194304 4196468 140723273368736 139898092679128 139898636754519 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11436032 140723273372655 140723273372826 140723273372826 140723273375695 0
[pid=26364/tid=26382] ppid=26362 vsize=15420468 memory=7667773534337722469 CPUtime=1.22 cores=0,2,4,6
/proc/26364/task/26382/stat : 26382 (java) D 26362 26362 21506 0 -1 4202560 314 0 0 0 122 0 0 0 20 0 19 0 446094446 15790559232 34610 33554432000 4194304 4196468 140723273368736 139898023559000 139898636274494 0 4 0 16800975 18446744071582151416 0 0 -1 2 0 0 0 0 0 6293624 6294260 11436032 140723273372655 140723273372826 140723273372826 140723273375695 0
Current children cumulated CPU time: 8.11 s
Current children cumulated vsize: 15533596 KiB
Current children cumulated memory: 139888 KiB

[startup+2.50083 s]
/proc/loadavg: 7.72 8.34 8.28 10/238 26382
/proc/meminfo: memFree=31435396/32770624 swapFree=66977056/67108860
[pid=26362] ppid=26359 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/26362/stat : 26362 (xcsp3-exec) S 26359 26362 21506 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 446094391 115843072 362 33554432000 4194304 5098028 140733160125136 140733160123240 140191973679740 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 29331456 140733160133499 140733160133741 140733160133741 140733160136650 0
/proc/26362/statm: 28282 362 304 221 0 87 0
[pid=26364] ppid=26362 vsize=15417412 memory=144904 CPUtime=8.39 cores=0,2,4,6
/proc/26364/stat : 26364 (java) S 26362 26362 21506 0 -1 1077944320 33144 0 0 0 831 8 0 0 20 0 13 0 446094391 15787429888 36226 33554432000 4194304 4196468 140723273368736 140723273351280 139898644037367 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11436032 140723273372655 140723273372826 140723273372826 140723273375695 0
/proc/26364/statm: 3854353 36226 3476 1 0 3815453 0
[pid=26364/tid=26365] ppid=26362 vsize=15417412 memory=0 CPUtime=0.53 cores=0,2,4,6
/proc/26364/task/26365/stat : 26365 (java) S 26362 26362 21506 0 -1 1077944384 9429 0 0 0 50 3 0 0 20 0 13 0 446094392 15787429888 36226 33554432000 4194304 4196468 140723273368736 139898648280208 139898644047573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11436032 140723273372655 140723273372826 140723273372826 140723273375695 0
[pid=26364/tid=26366] ppid=26362 vsize=15417412 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26364/task/26366/stat : 26366 (java) S 26362 26362 21506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 13 0 446094392 15787429888 36226 33554432000 4194304 4196468 140723273368736 139898572077712 139898644047573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11436032 140723273372655 140723273372826 140723273372826 140723273375695 0
[pid=26364/tid=26367] ppid=26362 vsize=15417412 memory=6656426216303648864 CPUtime=0 cores=0,2,4,6
/proc/26364/task/26367/stat : 26367 (java) S 26362 26362 21506 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 13 0 446094392 15787429888 36226 33554432000 4194304 4196468 140723273368736 139898571024912 139898644047573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11436032 140723273372655 140723273372826 140723273372826 140723273375695 0
[pid=26364/tid=26368] ppid=26362 vsize=15417412 memory=139987211399920 CPUtime=0 cores=0,2,4,6
/proc/26364/task/26368/stat : 26368 (java) S 26362 26362 21506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 13 0 446094392 15787429888 36226 33554432000 4194304 4196468 140723273368736 139898569972112 139898644047573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11436032 140723273372655 140723273372826 140723273372826 140723273375695 0
[pid=26364/tid=26369] ppid=26362 vsize=15417412 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26364/task/26369/stat : 26369 (java) S 26362 26362 21506 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 13 0 446094392 15787429888 36226 33554432000 4194304 4196468 140723273368736 139898568919312 139898644047573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11436032 140723273372655 140723273372826 140723273372826 140723273375695 0
[pid=26364/tid=26370] ppid=26362 vsize=15417412 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26364/task/26370/stat : 26370 (java) S 26362 26362 21506 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 13 0 446094394 15787429888 36226 33554432000 4194304 4196468 140723273368736 139898112191552 139898644048514 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11436032 140723273372655 140723273372826 140723273372826 140723273375695 0
[pid=26364/tid=26371] ppid=26362 vsize=15417412 memory=134504 CPUtime=0 cores=0,2,4,6
/proc/26364/task/26371/stat : 26371 (java) S 26362 26362 21506 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 13 0 446094394 15787429888 36226 33554432000 4194304 4196468 140723273368736 139898111137312 139898644047573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11436032 140723273372655 140723273372826 140723273372826 140723273375695 0
[pid=26364/tid=26372] ppid=26362 vsize=15417412 memory=61 CPUtime=0 cores=0,2,4,6
/proc/26364/task/26372/stat : 26372 (java) S 26362 26362 21506 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 13 0 446094394 15787429888 36226 33554432000 4194304 4196468 140723273368736 139898110084464 139898644047573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11436032 140723273372655 140723273372826 140723273372826 140723273375695 0
[pid=26364/tid=26374] ppid=26362 vsize=15417412 memory=0 CPUtime=0.98 cores=0,2,4,6
/proc/26364/task/26374/stat : 26374 (java) R 26362 26362 21506 0 -1 4202560 12680 0 0 0 97 1 0 0 20 0 13 0 446094397 15787429888 36226 33554432000 4194304 4196468 140723273368736 139898107966168 139898627422236 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11436032 140723273372655 140723273372826 140723273372826 140723273375695 0
[pid=26364/tid=26375] ppid=26362 vsize=15417412 memory=7377271545602794070 CPUtime=1.14 cores=0,2,4,6
/proc/26364/task/26375/stat : 26375 (java) S 26362 26362 21506 0 -1 1077944384 5187 0 0 0 113 1 0 0 20 0 13 0 446094397 15787429888 36226 33554432000 4194304 4196468 140723273368736 139898106912304 139898644047573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11436032 140723273372655 140723273372826 140723273372826 140723273375695 0
[pid=26364/tid=26376] ppid=26362 vsize=15417412 memory=7301294231470498649 CPUtime=0.44 cores=0,2,4,6
/proc/26364/task/26376/stat : 26376 (java) S 26362 26362 21506 0 -1 1077944384 3072 0 0 0 44 0 0 0 20 0 13 0 446094397 15787429888 36226 33554432000 4194304 4196468 140723273368736 139898105871040 139898644047573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11436032 140723273372655 140723273372826 140723273372826 140723273375695 0
[pid=26364/tid=26377] ppid=26362 vsize=15417412 memory=7598245899057589356 CPUtime=0 cores=0,2,4,6
/proc/26364/task/26377/stat : 26377 (java) S 26362 26362 21506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 13 0 446094397 15787429888 36226 33554432000 4194304 4196468 140723273368736 139898104821984 139898644047573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11436032 140723273372655 140723273372826 140723273372826 140723273375695 0
Current children cumulated CPU time: 8.39 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 146352 KiB

Child status: 0
Real time (s): 2.54407
CPU time (s): 8.44593
CPU user time (s): 8.35513
CPU system time (s): 0.090799
CPU usage (%): 331.985
Max. virtual memory (cumulated for all children) (KiB): 15533596
Max. memory (cumulated for all children) (KiB): 146352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.35513
system time used= 0.090799
maximum resident set size= 145544
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33710
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2958
involuntary context switches= 301


# summary of solver processes directly reported to runsolver:
#   pid: 26362
#   total CPU time (s): 8.44593
#   total CPU user time (s): 8.35513
#   total CPU system time (s): 0.090799

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.035039 second user time and 0.074852 second system time

The end

Launcher Data

Begin job on node121 at 2019-09-17 07:31:15
IDJOB=4398875
IDBENCH=133653
IDSOLVER=2853
FILE ID=node121/4398875-1568698317
RUNJOBID= node121-1568693400-21537
PBS_JOBID= 21703800
Free space on /tmp= 61380 MiB

SOLVER NAME= choco-solver 2019-09-16
BENCH NAME= XCSP17/MagicHexagon/MagicHexagon-m1-s1/MagicHexagon-04-m018.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4398875-1568698317/watcher-4398875-1568698317 -o /tmp/evaluation-result-4398875-1568698317/solver-4398875-1568698317 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node121-1568693400-21537 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 312810968 HOME/instance-4398875-1568698317.xml

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

MD5SUM BENCH= e1b631bab6f8bd4ad65377e678a0b81e
RANDOM SEED=312810968

node121.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.75
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.75
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.75
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.75
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:        31538544 kB
MemAvailable:   31760652 kB
Buffers:           61204 kB
Cached:           459220 kB
SwapCached:        10732 kB
Active:           378012 kB
Inactive:         318676 kB
Active(anon):     166732 kB
Inactive(anon):    42236 kB
Active(file):     211280 kB
Inactive(file):   276440 kB
Unevictable:      109148 kB
Mlocked:          109148 kB
SwapTotal:      67108860 kB
SwapFree:       66977056 kB
Dirty:             26132 kB
Writeback:            12 kB
AnonPages:        275748 kB
Mapped:            55152 kB
Shmem:             23860 kB
Slab:             130532 kB
SReclaimable:     100448 kB
SUnreclaim:        30084 kB
KernelStack:        3808 kB
PageTables:         6364 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1402156 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    174080 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 61356 MiB
End job on node121 at 2019-09-17 07:31:18