Trace number 4392915

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-06-14SAT 10.1513 2.88823

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-4392915-1568320361.xml"  -tl '2520s' -p 4
0.13/0.17	c Choco e747e1e
0.13/0.18	c [HOME/instance-4392915-1568320361.xml, -tl, 2520s, -p, 4]
0.13/0.22	c 4 solvers in parallel
0.34/0.28	c parse instance...
1.01/0.53	c solve instance...
9.86/2.87	s SATISFIABLE
9.86/2.87	v <instantiation>
9.86/2.87	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>
9.86/2.87	v 	<values>-4 -7 12 -1 -13 11 1 15 -14 17 14 -18 -15 -16 18 0 -10 7 9 2 -5 -3 -8 -12 5 8 13 -6 10 -11 4 -9 6 -2 16 -17 3 </values>
9.86/2.87	v </instantiation>

Verifier Data

OK	

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4392915-1568320361/watcher-4392915-1568320361 -o /tmp/evaluation-result-4392915-1568320361/solver-4392915-1568320361 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1568308867-14286 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1778925532 HOME/instance-4392915-1568320361.xml 

running on 4 cores: 1,3,5,7

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=26582, runsolver pid=26579

[startup+0.100261 s]*
/proc/loadavg: 7.82 8.09 8.27 7/233 26598
/proc/meminfo: memFree=30912132/32770624 swapFree=66920764/67108860
[pid=26582] ppid=26579 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/26582/stat : 26582 (xcsp3-exec) S 26579 26582 14254 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 408292146 115843072 362 33554432000 4194304 5098028 140732977127296 140732977125400 140572960240252 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 9654272 140732977136506 140732977136749 140732977136749 140732977139658 0
/proc/26582/statm: 28282 362 304 221 0 87 0
[pid=26584] ppid=26582 vsize=15144768 memory=30180 CPUtime=0.13 cores=1,3,5,7
/proc/26584/stat : 26584 (java) S 26582 26582 14254 0 -1 1077944320 5997 0 0 0 12 1 0 0 20 0 15 0 408292147 15508242432 7545 33554432000 4194304 4196468 140727192683232 140727192665776 139965204659959 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37257216 140727192687599 140727192687770 140727192687770 140727192690639 0
/proc/26584/statm: 3786192 7545 3141 1 0 3748377 0
[pid=26584/tid=26585] ppid=26582 vsize=15144768 memory=576460756329955459 CPUtime=0.09 cores=1,3,5,7
/proc/26584/task/26585/stat : 26585 (java) R 26582 26582 14254 0 -1 4202560 3873 0 0 0 8 1 0 0 20 0 15 0 408292147 15508242432 7545 33554432000 4194304 4196468 140727192683232 139965208885792 139965188703589 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37257216 140727192687599 140727192687770 140727192687770 140727192690639 0
[pid=26584/tid=26586] ppid=26582 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26584/task/26586/stat : 26586 (java) S 26582 26582 14254 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408292148 15508242432 7545 33554432000 4194304 4196468 140727192683232 139964797283472 139965204670165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37257216 140727192687599 140727192687770 140727192687770 140727192690639 0
[pid=26584/tid=26587] ppid=26582 vsize=15144768 memory=3472750219583837856 CPUtime=0 cores=1,3,5,7
/proc/26584/task/26587/stat : 26587 (java) S 26582 26582 14254 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408292148 15508242432 7545 33554432000 4194304 4196468 140727192683232 139964796230672 139965204670165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37257216 140727192687599 140727192687770 140727192687770 140727192690639 0
[pid=26584/tid=26588] ppid=26582 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26584/task/26588/stat : 26588 (java) S 26582 26582 14254 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408292148 15508242432 7545 33554432000 4194304 4196468 140727192683232 139964795177872 139965204670165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37257216 140727192687599 140727192687770 140727192687770 140727192690639 0
[pid=26584/tid=26589] ppid=26582 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26584/task/26589/stat : 26589 (java) S 26582 26582 14254 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 408292148 15508242432 7545 33554432000 4194304 4196468 140727192683232 139964794125072 139965204670165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37257216 140727192687599 140727192687770 140727192687770 140727192690639 0
[pid=26584/tid=26590] ppid=26582 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26584/task/26590/stat : 26590 (java) S 26582 26582 14254 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 408292149 15508242432 7545 33554432000 4194304 4196468 140727192683232 139964740393328 139965204671106 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37257216 140727192687599 140727192687770 140727192687770 140727192690639 0
[pid=26584/tid=26591] ppid=26582 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26584/task/26591/stat : 26591 (java) S 26582 26582 14254 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 408292149 15508242432 7545 33554432000 4194304 4196468 140727192683232 139964739339296 139965204670165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37257216 140727192687599 140727192687770 140727192687770 140727192690639 0
[pid=26584/tid=26592] ppid=26582 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26584/task/26592/stat : 26592 (java) S 26582 26582 14254 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 408292150 15508242432 7545 33554432000 4194304 4196468 140727192683232 139964738286448 139965204670165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37257216 140727192687599 140727192687770 140727192687770 140727192690639 0
[pid=26584/tid=26593] ppid=26582 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26584/task/26593/stat : 26593 (java) S 26582 26582 14254 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408292152 15508242432 7545 33554432000 4194304 4196468 140727192683232 139964737234768 139965204678555 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37257216 140727192687599 140727192687770 140727192687770 140727192690639 0
[pid=26584/tid=26594] ppid=26582 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26584/task/26594/stat : 26594 (java) S 26582 26582 14254 0 -1 1077944384 345 0 0 0 0 0 0 0 20 0 15 0 408292152 15508242432 7545 33554432000 4194304 4196468 140727192683232 139964736183152 139965204671106 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37257216 140727192687599 140727192687770 140727192687770 140727192690639 0
[pid=26584/tid=26595] ppid=26582 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26584/task/26595/stat : 26595 (java) S 26582 26582 14254 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 15 0 408292152 15508242432 7545 33554432000 4194304 4196468 140727192683232 139964735130352 139965204671106 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37257216 140727192687599 140727192687770 140727192687770 140727192690639 0
[pid=26584/tid=26596] ppid=26582 vsize=15144768 memory=140422595761792 CPUtime=0.02 cores=1,3,5,7
/proc/26584/task/26596/stat : 26596 (java) R 26582 26582 14254 0 -1 4202560 355 0 0 0 2 0 0 0 20 0 15 0 408292152 15508242432 7545 33554432000 4194304 4196468 140727192683232 139964734077552 139965184852844 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37257216 140727192687599 140727192687770 140727192687770 140727192690639 0
[pid=26584/tid=26597] ppid=26582 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26584/task/26597/stat : 26597 (java) S 26582 26582 14254 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408292152 15508242432 7545 33554432000 4194304 4196468 140727192683232 139964733024992 139965204670165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37257216 140727192687599 140727192687770 140727192687770 140727192690639 0
[pid=26584/tid=26598] ppid=26582 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26584/task/26598/stat : 26598 (java) S 26582 26582 14254 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408292152 15508242432 7545 33554432000 4194304 4196468 140727192683232 139964731972272 139965204671106 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37257216 140727192687599 140727192687770 140727192687770 140727192690639 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 31628 KiB

[startup+0.210717 s]*
/proc/loadavg: 7.82 8.09 8.27 6/233 26598
/proc/meminfo: memFree=30899896/32770624 swapFree=66920764/67108860
[pid=26582] ppid=26579 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/26582/stat : 26582 (xcsp3-exec) S 26579 26582 14254 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 408292146 115843072 362 33554432000 4194304 5098028 140732977127296 140732977125400 140572960240252 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 9654272 140732977136506 140732977136749 140732977136749 140732977139658 0
/proc/26582/statm: 28282 362 304 221 0 87 0
[pid=26584] ppid=26582 vsize=15144768 memory=40732 CPUtime=0.34 cores=1,3,5,7
/proc/26584/stat : 26584 (java) S 26582 26582 14254 0 -1 1077944320 9381 0 0 0 32 2 0 0 20 0 15 0 408292147 15508242432 10183 33554432000 4194304 4196468 140727192683232 140727192665776 139965204659959 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37257216 140727192687599 140727192687770 140727192687770 140727192690639 0
/proc/26584/statm: 3786192 10183 3306 1 0 3748377 0
[pid=26584/tid=26585] ppid=26582 vsize=15144768 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/26584/task/26585/stat : 26585 (java) R 26582 26582 14254 0 -1 4202560 6676 0 0 0 18 2 0 0 20 0 15 0 408292147 15508242432 10183 33554432000 4194304 4196468 140727192683232 139965208894944 139965204681885 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37257216 140727192687599 140727192687770 140727192687770 140727192690639 0
[pid=26584/tid=26586] ppid=26582 vsize=15144768 memory=10592 CPUtime=0 cores=1,3,5,7
/proc/26584/task/26586/stat : 26586 (java) S 26582 26582 14254 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408292148 15508242432 10183 33554432000 4194304 4196468 140727192683232 139964797283472 139965204670165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37257216 140727192687599 140727192687770 140727192687770 140727192690639 0
[pid=26584/tid=26587] ppid=26582 vsize=15144768 memory=140422598614979 CPUtime=0 cores=1,3,5,7
/proc/26584/task/26587/stat : 26587 (java) S 26582 26582 14254 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408292148 15508242432 10183 33554432000 4194304 4196468 140727192683232 139964796230672 139965204670165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37257216 140727192687599 140727192687770 140727192687770 140727192690639 0
[pid=26584/tid=26588] ppid=26582 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26584/task/26588/stat : 26588 (java) S 26582 26582 14254 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408292148 15508242432 10183 33554432000 4194304 4196468 140727192683232 139964795177872 139965204670165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37257216 140727192687599 140727192687770 140727192687770 140727192690639 0
[pid=26584/tid=26589] ppid=26582 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26584/task/26589/stat : 26589 (java) S 26582 26582 14254 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 408292148 15508242432 10183 33554432000 4194304 4196468 140727192683232 139964794125072 139965204670165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37257216 140727192687599 140727192687770 140727192687770 140727192690639 0
[pid=26584/tid=26590] ppid=26582 vsize=15144768 memory=140422595761792 CPUtime=0 cores=1,3,5,7
/proc/26584/task/26590/stat : 26590 (java) S 26582 26582 14254 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 408292149 15508242432 10183 33554432000 4194304 4196468 140727192683232 139964740393328 139965204671106 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37257216 140727192687599 140727192687770 140727192687770 140727192690639 0
[pid=26584/tid=26591] ppid=26582 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26584/task/26591/stat : 26591 (java) S 26582 26582 14254 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 408292149 15508242432 10183 33554432000 4194304 4196468 140727192683232 139964739339296 139965204670165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37257216 140727192687599 140727192687770 140727192687770 140727192690639 0
[pid=26584/tid=26592] ppid=26582 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26584/task/26592/stat : 26592 (java) S 26582 26582 14254 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 408292150 15508242432 10183 33554432000 4194304 4196468 140727192683232 139964738286448 139965204670165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37257216 140727192687599 140727192687770 140727192687770 140727192690639 0
[pid=26584/tid=26593] ppid=26582 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26584/task/26593/stat : 26593 (java) S 26582 26582 14254 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408292152 15508242432 10183 33554432000 4194304 4196468 140727192683232 139964737234768 139965204678555 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37257216 140727192687599 140727192687770 140727192687770 140727192690639 0
[pid=26584/tid=26594] ppid=26582 vsize=15144768 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/26584/task/26594/stat : 26594 (java) S 26582 26582 14254 0 -1 1077944384 408 0 0 0 2 0 0 0 20 0 15 0 408292152 15508242432 10183 33554432000 4194304 4196468 140727192683232 139964736183152 139965204671106 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37257216 140727192687599 140727192687770 140727192687770 140727192690639 0
[pid=26584/tid=26595] ppid=26582 vsize=15144768 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/26584/task/26595/stat : 26595 (java) S 26582 26582 14254 0 -1 1077944384 220 0 0 0 2 0 0 0 20 0 15 0 408292152 15508242432 10183 33554432000 4194304 4196468 140727192683232 139964735130352 139965204671106 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37257216 140727192687599 140727192687770 140727192687770 140727192690639 0
[pid=26584/tid=26596] ppid=26582 vsize=15144768 memory=140422595761792 CPUtime=0.08 cores=1,3,5,7
/proc/26584/task/26596/stat : 26596 (java) S 26582 26582 14254 0 -1 1077944384 772 0 0 0 8 0 0 0 20 0 15 0 408292152 15508242432 10183 33554432000 4194304 4196468 140727192683232 139964734077552 139965204671106 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37257216 140727192687599 140727192687770 140727192687770 140727192690639 0
[pid=26584/tid=26597] ppid=26582 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26584/task/26597/stat : 26597 (java) S 26582 26582 14254 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408292152 15508242432 10183 33554432000 4194304 4196468 140727192683232 139964733024992 139965204670165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37257216 140727192687599 140727192687770 140727192687770 140727192690639 0
[pid=26584/tid=26598] ppid=26582 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26584/task/26598/stat : 26598 (java) S 26582 26582 14254 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408292152 15508242432 10183 33554432000 4194304 4196468 140727192683232 139964731972272 139965204671106 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37257216 140727192687599 140727192687770 140727192687770 140727192690639 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 42180 KiB

[startup+0.310546 s]*
/proc/loadavg: 7.82 8.09 8.27 7/233 26598
/proc/meminfo: memFree=30892964/32770624 swapFree=66920764/67108860
[pid=26582] ppid=26579 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/26582/stat : 26582 (xcsp3-exec) S 26579 26582 14254 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 408292146 115843072 362 33554432000 4194304 5098028 140732977127296 140732977125400 140572960240252 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 9654272 140732977136506 140732977136749 140732977136749 140732977139658 0
/proc/26582/statm: 28282 362 304 221 0 87 0
[pid=26584] ppid=26582 vsize=15149024 memory=50160 CPUtime=0.53 cores=1,3,5,7
/proc/26584/stat : 26584 (java) S 26582 26582 14254 0 -1 1077944320 10885 0 0 0 50 3 0 0 20 0 15 0 408292147 15512600576 12540 33554432000 4194304 4196468 140727192683232 140727192665776 139965204659959 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37257216 140727192687599 140727192687770 140727192687770 140727192690639 0
/proc/26584/statm: 3787256 12540 3363 1 0 3748377 0
[pid=26584/tid=26585] ppid=26582 vsize=15149024 memory=8317482817917895235 CPUtime=0.3 cores=1,3,5,7
/proc/26584/task/26585/stat : 26585 (java) R 26582 26582 14254 0 -1 4202560 7861 0 0 0 28 2 0 0 20 0 15 0 408292147 15512600576 12540 33554432000 4194304 4196468 140727192683232 139965208891072 139965204681885 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37257216 140727192687599 140727192687770 140727192687770 140727192690639 0
[pid=26584/tid=26586] ppid=26582 vsize=15149024 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/26584/task/26586/stat : 26586 (java) S 26582 26582 14254 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408292148 15512600576 12540 33554432000 4194304 4196468 140727192683232 139964797283472 139965204670165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37257216 140727192687599 140727192687770 140727192687770 140727192690639 0
[pid=26584/tid=26587] ppid=26582 vsize=15149024 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/26584/task/26587/stat : 26587 (java) S 26582 26582 14254 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408292148 15512600576 12540 33554432000 4194304 4196468 140727192683232 139964796230672 139965204670165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37257216 140727192687599 140727192687770 140727192687770 140727192690639 0
[pid=26584/tid=26588] ppid=26582 vsize=15149024 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/26584/task/26588/stat : 26588 (java) S 26582 26582 14254 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408292148 15512600576 12540 33554432000 4194304 4196468 140727192683232 139964795177872 139965204670165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37257216 140727192687599 140727192687770 140727192687770 140727192690639 0
[pid=26584/tid=26589] ppid=26582 vsize=15149024 memory=-4190076264842474805 CPUtime=0 cores=1,3,5,7
/proc/26584/task/26589/stat : 26589 (java) S 26582 26582 14254 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 408292148 15512600576 12540 33554432000 4194304 4196468 140727192683232 139964794125072 139965204670165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37257216 140727192687599 140727192687770 140727192687770 140727192690639 0
[pid=26584/tid=26590] ppid=26582 vsize=15149024 memory=-7233513673208676511 CPUtime=0 cores=1,3,5,7
/proc/26584/task/26590/stat : 26590 (java) S 26582 26582 14254 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 408292149 15512600576 12540 33554432000 4194304 4196468 140727192683232 139964740393328 139965204671106 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37257216 140727192687599 140727192687770 140727192687770 140727192690639 0
[pid=26584/tid=26591] ppid=26582 vsize=15149024 memory=6944656425123485561 CPUtime=0 cores=1,3,5,7
/proc/26584/task/26591/stat : 26591 (java) S 26582 26582 14254 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 408292149 15512600576 12540 33554432000 4194304 4196468 140727192683232 139964739339296 139965204670165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37257216 140727192687599 140727192687770 140727192687770 140727192690639 0
[pid=26584/tid=26592] ppid=26582 vsize=15149024 memory=7893295687695687954 CPUtime=0 cores=1,3,5,7
/proc/26584/task/26592/stat : 26592 (java) S 26582 26582 14254 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 408292150 15512600576 12540 33554432000 4194304 4196468 140727192683232 139964738286448 139965204670165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37257216 140727192687599 140727192687770 140727192687770 140727192690639 0
[pid=26584/tid=26593] ppid=26582 vsize=15149024 memory=4627853888499060086 CPUtime=0 cores=1,3,5,7
/proc/26584/task/26593/stat : 26593 (java) S 26582 26582 14254 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408292152 15512600576 12540 33554432000 4194304 4196468 140727192683232 139964737234768 139965204678555 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37257216 140727192687599 140727192687770 140727192687770 140727192690639 0
[pid=26584/tid=26594] ppid=26582 vsize=15149024 memory=7827413994055111515 CPUtime=0.05 cores=1,3,5,7
/proc/26584/task/26594/stat : 26594 (java) S 26582 26582 14254 0 -1 1077944384 542 0 0 0 5 0 0 0 20 0 15 0 408292152 15512600576 12540 33554432000 4194304 4196468 140727192683232 139964736183152 139965204671106 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37257216 140727192687599 140727192687770 140727192687770 140727192690639 0
[pid=26584/tid=26595] ppid=26582 vsize=15149024 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/26584/task/26595/stat : 26595 (java) S 26582 26582 14254 0 -1 1077944384 245 0 0 0 4 0 0 0 20 0 15 0 408292152 15512600576 12540 33554432000 4194304 4196468 140727192683232 139964735130352 139965204671106 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37257216 140727192687599 140727192687770 140727192687770 140727192690639 0
[pid=26584/tid=26596] ppid=26582 vsize=15149024 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/26584/task/26596/stat : 26596 (java) S 26582 26582 14254 0 -1 1077944384 932 0 0 0 12 0 0 0 20 0 15 0 408292152 15512600576 12540 33554432000 4194304 4196468 140727192683232 139964734077552 139965204671106 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37257216 140727192687599 140727192687770 140727192687770 140727192690639 0
[pid=26584/tid=26597] ppid=26582 vsize=15149024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26584/task/26597/stat : 26597 (java) S 26582 26582 14254 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408292152 15512600576 12540 33554432000 4194304 4196468 140727192683232 139964733024992 139965204670165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37257216 140727192687599 140727192687770 140727192687770 140727192690639 0
[pid=26584/tid=26598] ppid=26582 vsize=15149024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26584/task/26598/stat : 26598 (java) S 26582 26582 14254 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408292152 15512600576 12540 33554432000 4194304 4196468 140727192683232 139964731972272 139965204671106 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37257216 140727192687599 140727192687770 140727192687770 140727192690639 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262152 KiB
Current children cumulated memory: 51608 KiB

[startup+0.702484 s]
/proc/loadavg: 7.82 8.09 8.27 8/233 26598
/proc/meminfo: memFree=30878076/32770624 swapFree=66920764/67108860
[pid=26582] ppid=26579 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/26582/stat : 26582 (xcsp3-exec) S 26579 26582 14254 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 408292146 115843072 362 33554432000 4194304 5098028 140732977127296 140732977125400 140572960240252 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 9654272 140732977136506 140732977136749 140732977136749 140732977139658 0
/proc/26582/statm: 28282 362 304 221 0 87 0
[pid=26584] ppid=26582 vsize=15417404 memory=81116 CPUtime=1.62 cores=1,3,5,7
/proc/26584/stat : 26584 (java) S 26582 26582 14254 0 -1 1077944320 14129 0 0 0 158 4 0 0 20 0 19 0 408292147 15787421696 20279 33554432000 4194304 4196468 140727192683232 140727192665776 139965204659959 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37257216 140727192687599 140727192687770 140727192687770 140727192690639 0
/proc/26584/statm: 3854351 20279 3453 1 0 3815453 0
[pid=26584/tid=26585] ppid=26582 vsize=15417404 memory=-3704326594973231466 CPUtime=0.53 cores=1,3,5,7
/proc/26584/task/26585/stat : 26585 (java) S 26582 26582 14254 0 -1 1077944384 9208 0 0 0 50 3 0 0 20 0 19 0 408292147 15787421696 20279 33554432000 4194304 4196468 140727192683232 139965208900736 139965204670165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37257216 140727192687599 140727192687770 140727192687770 140727192690639 0
[pid=26584/tid=26586] ppid=26582 vsize=15417404 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26584/task/26586/stat : 26586 (java) S 26582 26582 14254 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 408292148 15787421696 20279 33554432000 4194304 4196468 140727192683232 139964797283472 139965204670165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37257216 140727192687599 140727192687770 140727192687770 140727192690639 0
[pid=26584/tid=26587] ppid=26582 vsize=15417404 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26584/task/26587/stat : 26587 (java) S 26582 26582 14254 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 408292148 15787421696 20279 33554432000 4194304 4196468 140727192683232 139964796230672 139965204670165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37257216 140727192687599 140727192687770 140727192687770 140727192690639 0
[pid=26584/tid=26588] ppid=26582 vsize=15417404 memory=708 CPUtime=0 cores=1,3,5,7
/proc/26584/task/26588/stat : 26588 (java) S 26582 26582 14254 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 408292148 15787421696 20279 33554432000 4194304 4196468 140727192683232 139964795177872 139965204670165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37257216 140727192687599 140727192687770 140727192687770 140727192690639 0
[pid=26584/tid=26589] ppid=26582 vsize=15417404 memory=9364 CPUtime=0 cores=1,3,5,7
/proc/26584/task/26589/stat : 26589 (java) S 26582 26582 14254 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 408292148 15787421696 20279 33554432000 4194304 4196468 140727192683232 139964794125072 139965204670165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37257216 140727192687599 140727192687770 140727192687770 140727192690639 0
[pid=26584/tid=26590] ppid=26582 vsize=15417404 memory=1120 CPUtime=0 cores=1,3,5,7
/proc/26584/task/26590/stat : 26590 (java) S 26582 26582 14254 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 19 0 408292149 15787421696 20279 33554432000 4194304 4196468 140727192683232 139964740393328 139965204671106 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37257216 140727192687599 140727192687770 140727192687770 140727192690639 0
[pid=26584/tid=26591] ppid=26582 vsize=15417404 memory=776 CPUtime=0 cores=1,3,5,7
/proc/26584/task/26591/stat : 26591 (java) S 26582 26582 14254 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 408292149 15787421696 20279 33554432000 4194304 4196468 140727192683232 139964739339296 139965204670165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37257216 140727192687599 140727192687770 140727192687770 140727192690639 0
[pid=26584/tid=26592] ppid=26582 vsize=15417404 memory=1552 CPUtime=0 cores=1,3,5,7
/proc/26584/task/26592/stat : 26592 (java) S 26582 26582 14254 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 408292150 15787421696 20279 33554432000 4194304 4196468 140727192683232 139964738286448 139965204670165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37257216 140727192687599 140727192687770 140727192687770 140727192690639 0
[pid=26584/tid=26593] ppid=26582 vsize=15417404 memory=7956 CPUtime=0 cores=1,3,5,7
/proc/26584/task/26593/stat : 26593 (java) S 26582 26582 14254 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 408292152 15787421696 20279 33554432000 4194304 4196468 140727192683232 139964737234768 139965204678555 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37257216 140727192687599 140727192687770 140727192687770 140727192690639 0
[pid=26584/tid=26594] ppid=26582 vsize=15417404 memory=3444 CPUtime=0.17 cores=1,3,5,7
/proc/26584/task/26594/stat : 26594 (java) R 26582 26582 14254 0 -1 4202560 1148 0 0 0 17 0 0 0 20 0 19 0 408292152 15787421696 20279 33554432000 4194304 4196468 140727192683232 139964736169032 139965186204135 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37257216 140727192687599 140727192687770 140727192687770 140727192690639 0
[pid=26584/tid=26595] ppid=26582 vsize=15417404 memory=1556 CPUtime=0.16 cores=1,3,5,7
/proc/26584/task/26595/stat : 26595 (java) R 26582 26582 14254 0 -1 4202560 615 0 0 0 16 0 0 0 20 0 19 0 408292152 15787421696 20279 33554432000 4194304 4196468 140727192683232 139964735121848 139965189056638 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 37257216 140727192687599 140727192687770 140727192687770 140727192690639 0
[pid=26584/tid=26596] ppid=26582 vsize=15417404 memory=2832 CPUtime=0.31 cores=1,3,5,7
/proc/26584/task/26596/stat : 26596 (java) R 26582 26582 14254 0 -1 4202560 1620 0 0 0 31 0 0 0 20 0 19 0 408292152 15787421696 20279 33554432000 4194304 4196468 140727192683232 139964734071928 139965184628735 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37257216 140727192687599 140727192687770 140727192687770 140727192690639 0
[pid=26584/tid=26597] ppid=26582 vsize=15417404 memory=984 CPUtime=0 cores=1,3,5,7
/proc/26584/task/26597/stat : 26597 (java) S 26582 26582 14254 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 408292152 15787421696 20279 33554432000 4194304 4196468 140727192683232 139964733024992 139965204670165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37257216 140727192687599 140727192687770 140727192687770 140727192690639 0
[pid=26584/tid=26598] ppid=26582 vsize=15417404 memory=14012 CPUtime=0 cores=1,3,5,7
/proc/26584/task/26598/stat : 26598 (java) S 26582 26582 14254 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 408292152 15787421696 20279 33554432000 4194304 4196468 140727192683232 139964731972272 139965204671106 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37257216 140727192687599 140727192687770 140727192687770 140727192690639 0
Current children cumulated CPU time: 1.62 s
Current children cumulated vsize: 15530532 KiB
Current children cumulated memory: 82564 KiB

[startup+1.50448 s]
/proc/loadavg: 7.82 8.09 8.27 12/237 26602
/proc/meminfo: memFree=30853572/32770624 swapFree=66920764/67108860
[pid=26582] ppid=26579 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/26582/stat : 26582 (xcsp3-exec) S 26579 26582 14254 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 408292146 115843072 362 33554432000 4194304 5098028 140732977127296 140732977125400 140572960240252 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 9654272 140732977136506 140732977136749 140732977136749 140732977139658 0
/proc/26582/statm: 28282 362 304 221 0 87 0

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

/proc/26584/task/26602/stat : 26602 (java) R 26582 26582 14254 0 -1 4202560 81 0 0 0 64 0 0 0 20 0 19 0 408292201 15787421696 25244 33554432000 4194304 4196468 140727192683232 139964651594088 139964817346172 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37257216 140727192687599 140727192687770 140727192687770 140727192690639 0
Current children cumulated CPU time: 4.69 s
Current children cumulated vsize: 15530532 KiB
Current children cumulated memory: 102424 KiB

[startup+2.88817 s]
# the end of solver process 26582 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=10.0808 s, system=0.070472 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1.60849 s]
/proc/loadavg: 7.82 8.09 8.27 12/237 26602
/proc/meminfo: memFree=30853572/32770624 swapFree=66920764/67108860
[pid=26582] ppid=26579 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/26582/stat : 26582 (xcsp3-exec) S 26579 26582 14254 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 408292146 115843072 362 33554432000 4194304 5098028 140732977127296 140732977125400 140572960240252 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 9654272 140732977136506 140732977136749 140732977136749 140732977139658 0
/proc/26582/statm: 28282 362 304 221 0 87 0
[pid=26584] ppid=26582 vsize=15417404 memory=101564 CPUtime=5.1 cores=1,3,5,7
/proc/26584/stat : 26584 (java) S 26582 26582 14254 0 -1 1077944320 18751 0 0 0 505 5 0 0 20 0 19 0 408292147 15787421696 25391 33554432000 4194304 4196468 140727192683232 140727192665776 139965204659959 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37257216 140727192687599 140727192687770 140727192687770 140727192690639 0
/proc/26584/statm: 3854351 25391 3455 1 0 3815453 0
[pid=26584/tid=26585] ppid=26582 vsize=15417404 memory=254171869636472 CPUtime=0.53 cores=1,3,5,7
/proc/26584/task/26585/stat : 26585 (java) S 26582 26582 14254 0 -1 1077944384 9208 0 0 0 50 3 0 0 20 0 19 0 408292147 15787421696 25391 33554432000 4194304 4196468 140727192683232 139965208900736 139965204670165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37257216 140727192687599 140727192687770 140727192687770 140727192690639 0
[pid=26584/tid=26586] ppid=26582 vsize=15417404 memory=254184754538360 CPUtime=0 cores=1,3,5,7
/proc/26584/task/26586/stat : 26586 (java) S 26582 26582 14254 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 408292148 15787421696 25391 33554432000 4194304 4196468 140727192683232 139964797283472 139965204670165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37257216 140727192687599 140727192687770 140727192687770 140727192690639 0
[pid=26584/tid=26587] ppid=26582 vsize=15417404 memory=201777563580334 CPUtime=0 cores=1,3,5,7
/proc/26584/task/26587/stat : 26587 (java) S 26582 26582 14254 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 408292148 15787421696 25391 33554432000 4194304 4196468 140727192683232 139964796230672 139965204670165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37257216 140727192687599 140727192687770 140727192687770 140727192690639 0
[pid=26584/tid=26588] ppid=26582 vsize=15417404 memory=254571301582766 CPUtime=0 cores=1,3,5,7
/proc/26584/task/26588/stat : 26588 (java) S 26582 26582 14254 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 408292148 15787421696 25391 33554432000 4194304 4196468 140727192683232 139964795177872 139965204670165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37257216 140727192687599 140727192687770 140727192687770 140727192690639 0
[pid=26584/tid=26589] ppid=26582 vsize=15417404 memory=254575596562390 CPUtime=0 cores=1,3,5,7
/proc/26584/task/26589/stat : 26589 (java) S 26582 26582 14254 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 408292148 15787421696 25391 33554432000 4194304 4196468 140727192683232 139964794125072 139965204670165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37257216 140727192687599 140727192687770 140727192687770 140727192690639 0
[pid=26584/tid=26590] ppid=26582 vsize=15417404 memory=254588481464278 CPUtime=0 cores=1,3,5,7
/proc/26584/task/26590/stat : 26590 (java) S 26582 26582 14254 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 19 0 408292149 15787421696 25391 33554432000 4194304 4196468 140727192683232 139964740393328 139965204671106 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37257216 140727192687599 140727192687770 140727192687770 140727192690639 0
[pid=26584/tid=26591] ppid=26582 vsize=15417404 memory=140423955774197 CPUtime=0 cores=1,3,5,7
/proc/26584/task/26591/stat : 26591 (java) S 26582 26582 14254 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 408292149 15787421696 25391 33554432000 4194304 4196468 140727192683232 139964739339296 139965204670165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37257216 140727192687599 140727192687770 140727192687770 140727192690639 0
[pid=26584/tid=26592] ppid=26582 vsize=15417404 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26584/task/26592/stat : 26592 (java) S 26582 26582 14254 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 408292150 15787421696 25391 33554432000 4194304 4196468 140727192683232 139964738286448 139965204670165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37257216 140727192687599 140727192687770 140727192687770 140727192690639 0
[pid=26584/tid=26593] ppid=26582 vsize=15417404 memory=254588481490864 CPUtime=0 cores=1,3,5,7
/proc/26584/task/26593/stat : 26593 (java) S 26582 26582 14254 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 408292152 15787421696 25391 33554432000 4194304 4196468 140727192683232 139964737234768 139965204678555 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37257216 140727192687599 140727192687770 140727192687770 140727192690639 0
[pid=26584/tid=26594] ppid=26582 vsize=15417404 memory=254588481490865 CPUtime=0.52 cores=1,3,5,7
/proc/26584/task/26594/stat : 26594 (java) R 26582 26582 14254 0 -1 4202560 2489 0 0 0 52 0 0 0 20 0 19 0 408292152 15787421696 25391 33554432000 4194304 4196468 140727192683232 139964736175640 139965186204159 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37257216 140727192687599 140727192687770 140727192687770 140727192690639 0
[pid=26584/tid=26595] ppid=26582 vsize=15417404 memory=33284 CPUtime=0.56 cores=1,3,5,7
/proc/26584/task/26595/stat : 26595 (java) R 26582 26582 14254 0 -1 4202560 2917 0 0 0 56 0 0 0 20 0 19 0 408292152 15787421696 25391 33554432000 4194304 4196468 140727192683232 139964735116376 139965188044518 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37257216 140727192687599 140727192687770 140727192687770 140727192690639 0
[pid=26584/tid=26596] ppid=26582 vsize=15417404 memory=280844958724496 CPUtime=0.39 cores=1,3,5,7
/proc/26584/task/26596/stat : 26596 (java) S 26582 26582 14254 0 -1 1077944384 2439 0 0 0 39 0 0 0 20 0 19 0 408292152 15787421696 25391 33554432000 4194304 4196468 140727192683232 139964734077552 139965204671106 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37257216 140727192687599 140727192687770 140727192687770 140727192690639 0
[pid=26584/tid=26597] ppid=26582 vsize=15417404 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26584/task/26597/stat : 26597 (java) S 26582 26582 14254 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 408292152 15787421696 25391 33554432000 4194304 4196468 140727192683232 139964733024992 139965204670165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37257216 140727192687599 140727192687770 140727192687770 140727192690639 0
[pid=26584/tid=26598] ppid=26582 vsize=15417404 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26584/task/26598/stat : 26598 (java) S 26582 26582 14254 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 408292152 15787421696 25391 33554432000 4194304 4196468 140727192683232 139964731972272 139965204671106 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37257216 140727192687599 140727192687770 140727192687770 140727192690639 0
[pid=26584/tid=26599] ppid=26582 vsize=15417404 memory=4580 CPUtime=0.78 cores=1,3,5,7
/proc/26584/task/26599/stat : 26599 (java) R 26582 26582 14254 0 -1 4202560 93 0 0 0 78 0 0 0 20 0 19 0 408292201 15787421696 25391 33554432000 4194304 4196468 140727192683232 139964654751600 139964813788103 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37257216 140727192687599 140727192687770 140727192687770 140727192690639 0
[pid=26584/tid=26600] ppid=26582 vsize=15417404 memory=7157159260657510762 CPUtime=0.75 cores=1,3,5,7
/proc/26584/task/26600/stat : 26600 (java) R 26582 26582 14254 0 -1 4202560 107 0 0 0 75 0 0 0 20 0 19 0 408292201 15787421696 25391 33554432000 4194304 4196468 140727192683232 139964653700072 139965188998737 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 37257216 140727192687599 140727192687770 140727192687770 140727192690639 0
[pid=26584/tid=26601] ppid=26582 vsize=15417404 memory=7812736479635204200 CPUtime=0.84 cores=1,3,5,7
/proc/26584/task/26601/stat : 26601 (java) R 26582 26582 14254 0 -1 4202560 111 0 0 0 84 0 0 0 20 0 19 0 408292201 15787421696 25391 33554432000 4194304 4196468 140727192683232 139964652645128 139964813792968 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 37257216 140727192687599 140727192687770 140727192687770 140727192690639 0
[pid=26584/tid=26602] ppid=26582 vsize=15417404 memory=7809903013172832865 CPUtime=0.68 cores=1,3,5,7
/proc/26584/task/26602/stat : 26602 (java) R 26582 26582 14254 0 -1 4202560 81 0 0 0 68 0 0 0 20 0 19 0 408292201 15787421696 25391 33554432000 4194304 4196468 140727192683232 139964651595360 139964813809135 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37257216 140727192687599 140727192687770 140727192687770 140727192690639 0
Current children cumulated CPU time: 5.1 s
Current children cumulated vsize: 15530532 KiB
Current children cumulated memory: 103012 KiB

[startup+2.40149 s]
/proc/loadavg: 7.82 8.09 8.27 11/237 26602
/proc/meminfo: memFree=30833648/32770624 swapFree=66920764/67108860
[pid=26582] ppid=26579 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/26582/stat : 26582 (xcsp3-exec) S 26579 26582 14254 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 408292146 115843072 362 33554432000 4194304 5098028 140732977127296 140732977125400 140572960240252 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 9654272 140732977136506 140732977136749 140732977136749 140732977139658 0
/proc/26582/statm: 28282 362 304 221 0 87 0
[pid=26584] ppid=26582 vsize=15417404 memory=117416 CPUtime=8.26 cores=1,3,5,7
/proc/26584/stat : 26584 (java) S 26582 26582 14254 0 -1 1077944320 23874 0 0 0 820 6 0 0 20 0 19 0 408292147 15787421696 29354 33554432000 4194304 4196468 140727192683232 140727192665776 139965204659959 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37257216 140727192687599 140727192687770 140727192687770 140727192690639 0
/proc/26584/statm: 3854351 29354 3460 1 0 3815453 0
[pid=26584/tid=26585] ppid=26582 vsize=15417404 memory=6656426216303648864 CPUtime=0.53 cores=1,3,5,7
/proc/26584/task/26585/stat : 26585 (java) S 26582 26582 14254 0 -1 1077944384 9208 0 0 0 50 3 0 0 20 0 19 0 408292147 15787421696 29354 33554432000 4194304 4196468 140727192683232 139965208900736 139965204670165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37257216 140727192687599 140727192687770 140727192687770 140727192690639 0
[pid=26584/tid=26586] ppid=26582 vsize=15417404 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/26584/task/26586/stat : 26586 (java) S 26582 26582 14254 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 408292148 15787421696 29354 33554432000 4194304 4196468 140727192683232 139964797283472 139965204670165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37257216 140727192687599 140727192687770 140727192687770 140727192690639 0
[pid=26584/tid=26587] ppid=26582 vsize=15417404 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26584/task/26587/stat : 26587 (java) S 26582 26582 14254 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 408292148 15787421696 29354 33554432000 4194304 4196468 140727192683232 139964796230672 139965204670165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37257216 140727192687599 140727192687770 140727192687770 140727192690639 0
[pid=26584/tid=26588] ppid=26582 vsize=15417404 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26584/task/26588/stat : 26588 (java) S 26582 26582 14254 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 408292148 15787421696 29354 33554432000 4194304 4196468 140727192683232 139964795177872 139965204670165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37257216 140727192687599 140727192687770 140727192687770 140727192690639 0
[pid=26584/tid=26589] ppid=26582 vsize=15417404 memory=3184238342555507232 CPUtime=0 cores=1,3,5,7
/proc/26584/task/26589/stat : 26589 (java) S 26582 26582 14254 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 408292148 15787421696 29354 33554432000 4194304 4196468 140727192683232 139964794125072 139965204670165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37257216 140727192687599 140727192687770 140727192687770 140727192690639 0
[pid=26584/tid=26590] ppid=26582 vsize=15417404 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/26584/task/26590/stat : 26590 (java) S 26582 26582 14254 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 19 0 408292149 15787421696 29354 33554432000 4194304 4196468 140727192683232 139964740393328 139965204671106 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37257216 140727192687599 140727192687770 140727192687770 140727192690639 0
[pid=26584/tid=26591] ppid=26582 vsize=15417404 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/26584/task/26591/stat : 26591 (java) S 26582 26582 14254 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 408292149 15787421696 29354 33554432000 4194304 4196468 140727192683232 139964739339296 139965204670165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37257216 140727192687599 140727192687770 140727192687770 140727192690639 0
[pid=26584/tid=26592] ppid=26582 vsize=15417404 memory=57 CPUtime=0 cores=1,3,5,7
/proc/26584/task/26592/stat : 26592 (java) S 26582 26582 14254 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 408292150 15787421696 29354 33554432000 4194304 4196468 140727192683232 139964738286448 139965204670165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37257216 140727192687599 140727192687770 140727192687770 140727192690639 0
[pid=26584/tid=26593] ppid=26582 vsize=15417404 memory=7668012124184209000 CPUtime=0 cores=1,3,5,7
/proc/26584/task/26593/stat : 26593 (java) S 26582 26582 14254 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 408292152 15787421696 29354 33554432000 4194304 4196468 140727192683232 139964737234768 139965204678555 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37257216 140727192687599 140727192687770 140727192687770 140727192690639 0
[pid=26584/tid=26594] ppid=26582 vsize=15417404 memory=6005094254218144617 CPUtime=0.99 cores=1,3,5,7
/proc/26584/task/26594/stat : 26594 (java) R 26582 26582 14254 0 -1 4202560 4367 0 0 0 99 0 0 0 20 0 19 0 408292152 15787421696 29354 33554432000 4194304 4196468 140727192683232 139964736164720 139965197756795 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37257216 140727192687599 140727192687770 140727192687770 140727192690639 0
[pid=26584/tid=26595] ppid=26582 vsize=15417404 memory=-6519613052471072158 CPUtime=1.03 cores=1,3,5,7
/proc/26584/task/26595/stat : 26595 (java) R 26582 26582 14254 0 -1 4202560 5210 0 0 0 103 0 0 0 20 0 19 0 408292152 15787421696 29354 33554432000 4194304 4196468 140727192683232 139964735116448 139965188070774 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37257216 140727192687599 140727192687770 140727192687770 140727192690639 0
[pid=26584/tid=26596] ppid=26582 vsize=15417404 memory=7669743889307820889 CPUtime=0.42 cores=1,3,5,7
/proc/26584/task/26596/stat : 26596 (java) S 26582 26582 14254 0 -1 1077944384 2890 0 0 0 42 0 0 0 20 0 19 0 408292152 15787421696 29354 33554432000 4194304 4196468 140727192683232 139964734077552 139965204671106 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37257216 140727192687599 140727192687770 140727192687770 140727192690639 0
[pid=26584/tid=26597] ppid=26582 vsize=15417404 memory=7236833141742327393 CPUtime=0 cores=1,3,5,7
/proc/26584/task/26597/stat : 26597 (java) S 26582 26582 14254 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 408292152 15787421696 29354 33554432000 4194304 4196468 140727192683232 139964733024992 139965204670165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37257216 140727192687599 140727192687770 140727192687770 140727192690639 0
[pid=26584/tid=26598] ppid=26582 vsize=15417404 memory=7236833141742327393 CPUtime=0 cores=1,3,5,7
/proc/26584/task/26598/stat : 26598 (java) S 26582 26582 14254 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 408292152 15787421696 29354 33554432000 4194304 4196468 140727192683232 139964731972272 139965204671106 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37257216 140727192687599 140727192687770 140727192687770 140727192690639 0
[pid=26584/tid=26599] ppid=26582 vsize=15417404 memory=7236833141742327393 CPUtime=1.25 cores=1,3,5,7
/proc/26584/task/26599/stat : 26599 (java) R 26582 26582 14254 0 -1 4202560 150 0 0 0 125 0 0 0 20 0 19 0 408292201 15787421696 29354 33554432000 4194304 4196468 140727192683232 139964654750904 139964818685470 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37257216 140727192687599 140727192687770 140727192687770 140727192690639 0
[pid=26584/tid=26600] ppid=26582 vsize=15417404 memory=7236833141742327393 CPUtime=1.29 cores=1,3,5,7
/proc/26584/task/26600/stat : 26600 (java) R 26582 26582 14254 0 -1 4202560 326 0 0 0 129 0 0 0 20 0 19 0 408292201 15787421696 29354 33554432000 4194304 4196468 140727192683232 139964653698632 139964817408056 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37257216 140727192687599 140727192687770 140727192687770 140727192690639 0
[pid=26584/tid=26601] ppid=26582 vsize=15417404 memory=7236833141742327393 CPUtime=1.37 cores=1,3,5,7
/proc/26584/task/26601/stat : 26601 (java) R 26582 26582 14254 0 -1 4202560 195 0 0 0 137 0 0 0 20 0 19 0 408292201 15787421696 29354 33554432000 4194304 4196468 140727192683232 139964652646568 139964818337694 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37257216 140727192687599 140727192687770 140727192687770 140727192690639 0
[pid=26584/tid=26602] ppid=26582 vsize=15417404 memory=7954876915080651112 CPUtime=1.31 cores=1,3,5,7
/proc/26584/task/26602/stat : 26602 (java) R 26582 26582 14254 0 -1 4202560 221 0 0 0 131 0 0 0 20 0 19 0 408292201 15787421696 29354 33554432000 4194304 4196468 140727192683232 139964651595624 139964818593273 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 37257216 140727192687599 140727192687770 140727192687770 140727192690639 0
Current children cumulated CPU time: 8.26 s
Current children cumulated vsize: 15530532 KiB
Current children cumulated memory: 118864 KiB

[startup+2.80148 s]
/proc/loadavg: 7.82 8.09 8.27 11/237 26602
/proc/meminfo: memFree=30833648/32770624 swapFree=66920764/67108860
[pid=26582] ppid=26579 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/26582/stat : 26582 (xcsp3-exec) S 26579 26582 14254 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 408292146 115843072 362 33554432000 4194304 5098028 140732977127296 140732977125400 140572960240252 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 9654272 140732977136506 140732977136749 140732977136749 140732977139658 0
/proc/26582/statm: 28282 362 304 221 0 87 0
[pid=26584] ppid=26582 vsize=15417404 memory=125960 CPUtime=9.86 cores=1,3,5,7
/proc/26584/stat : 26584 (java) S 26582 26582 14254 0 -1 1077944320 25049 0 0 0 980 6 0 0 20 0 19 0 408292147 15787421696 31490 33554432000 4194304 4196468 140727192683232 140727192665776 139965204659959 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37257216 140727192687599 140727192687770 140727192687770 140727192690639 0
/proc/26584/statm: 3854351 31490 3474 1 0 3815453 0
[pid=26584/tid=26585] ppid=26582 vsize=15417404 memory=0 CPUtime=0.53 cores=1,3,5,7
/proc/26584/task/26585/stat : 26585 (java) S 26582 26582 14254 0 -1 1077944384 9208 0 0 0 50 3 0 0 20 0 19 0 408292147 15787421696 31490 33554432000 4194304 4196468 140727192683232 139965208900736 139965204670165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37257216 140727192687599 140727192687770 140727192687770 140727192690639 0
[pid=26584/tid=26586] ppid=26582 vsize=15417404 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26584/task/26586/stat : 26586 (java) S 26582 26582 14254 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 408292148 15787421696 31490 33554432000 4194304 4196468 140727192683232 139964797283472 139965204670165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37257216 140727192687599 140727192687770 140727192687770 140727192690639 0
[pid=26584/tid=26587] ppid=26582 vsize=15417404 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26584/task/26587/stat : 26587 (java) S 26582 26582 14254 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 408292148 15787421696 31490 33554432000 4194304 4196468 140727192683232 139964796230672 139965204670165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37257216 140727192687599 140727192687770 140727192687770 140727192690639 0
[pid=26584/tid=26588] ppid=26582 vsize=15417404 memory=280844958745920 CPUtime=0 cores=1,3,5,7
/proc/26584/task/26588/stat : 26588 (java) S 26582 26582 14254 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 408292148 15787421696 31490 33554432000 4194304 4196468 140727192683232 139964795177872 139965204670165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37257216 140727192687599 140727192687770 140727192687770 140727192690639 0
[pid=26584/tid=26589] ppid=26582 vsize=15417404 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/26584/task/26589/stat : 26589 (java) S 26582 26582 14254 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 408292148 15787421696 31490 33554432000 4194304 4196468 140727192683232 139964794125072 139965204670165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37257216 140727192687599 140727192687770 140727192687770 140727192690639 0
[pid=26584/tid=26590] ppid=26582 vsize=15417404 memory=111196 CPUtime=0 cores=1,3,5,7
/proc/26584/task/26590/stat : 26590 (java) S 26582 26582 14254 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 19 0 408292149 15787421696 31490 33554432000 4194304 4196468 140727192683232 139964740393328 139965204671106 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37257216 140727192687599 140727192687770 140727192687770 140727192690639 0
[pid=26584/tid=26591] ppid=26582 vsize=15417404 memory=7954876915080651112 CPUtime=0 cores=1,3,5,7
/proc/26584/task/26591/stat : 26591 (java) S 26582 26582 14254 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 408292149 15787421696 31490 33554432000 4194304 4196468 140727192683232 139964739339296 139965204670165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37257216 140727192687599 140727192687770 140727192687770 140727192690639 0
[pid=26584/tid=26592] ppid=26582 vsize=15417404 memory=7957689449132282197 CPUtime=0 cores=1,3,5,7
/proc/26584/task/26592/stat : 26592 (java) S 26582 26582 14254 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 408292150 15787421696 31490 33554432000 4194304 4196468 140727192683232 139964738286448 139965204670165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37257216 140727192687599 140727192687770 140727192687770 140727192690639 0
[pid=26584/tid=26593] ppid=26582 vsize=15417404 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26584/task/26593/stat : 26593 (java) S 26582 26582 14254 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 408292152 15787421696 31490 33554432000 4194304 4196468 140727192683232 139964737234768 139965204678555 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37257216 140727192687599 140727192687770 140727192687770 140727192690639 0
[pid=26584/tid=26594] ppid=26582 vsize=15417404 memory=7 CPUtime=1.3 cores=1,3,5,7
/proc/26584/task/26594/stat : 26594 (java) R 26582 26582 14254 0 -1 4202560 4777 0 0 0 130 0 0 0 20 0 19 0 408292152 15787421696 31490 33554432000 4194304 4196468 140727192683232 139964736169968 139965189783551 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37257216 140727192687599 140727192687770 140727192687770 140727192690639 0
[pid=26584/tid=26595] ppid=26582 vsize=15417404 memory=280844959380416 CPUtime=1.39 cores=1,3,5,7
/proc/26584/task/26595/stat : 26595 (java) R 26582 26582 14254 0 -1 4202560 5935 0 0 0 139 0 0 0 20 0 19 0 408292152 15787421696 31490 33554432000 4194304 4196468 140727192683232 139964735123256 139965189767464 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37257216 140727192687599 140727192687770 140727192687770 140727192690639 0
[pid=26584/tid=26596] ppid=26582 vsize=15417404 memory=0 CPUtime=0.42 cores=1,3,5,7
/proc/26584/task/26596/stat : 26596 (java) S 26582 26582 14254 0 -1 1077944384 2890 0 0 0 42 0 0 0 20 0 19 0 408292152 15787421696 31490 33554432000 4194304 4196468 140727192683232 139964734077552 139965204671106 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37257216 140727192687599 140727192687770 140727192687770 140727192690639 0
[pid=26584/tid=26597] ppid=26582 vsize=15417404 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26584/task/26597/stat : 26597 (java) S 26582 26582 14254 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 408292152 15787421696 31490 33554432000 4194304 4196468 140727192683232 139964733024992 139965204670165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37257216 140727192687599 140727192687770 140727192687770 140727192690639 0
[pid=26584/tid=26598] ppid=26582 vsize=15417404 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26584/task/26598/stat : 26598 (java) S 26582 26582 14254 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 408292152 15787421696 31490 33554432000 4194304 4196468 140727192683232 139964731972272 139965204671106 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37257216 140727192687599 140727192687770 140727192687770 140727192690639 0
[pid=26584/tid=26599] ppid=26582 vsize=15417404 memory=0 CPUtime=1.56 cores=1,3,5,7
/proc/26584/task/26599/stat : 26599 (java) R 26582 26582 14254 0 -1 4202560 162 0 0 0 156 0 0 0 20 0 19 0 408292201 15787421696 31490 33554432000 4194304 4196468 140727192683232 139964654750712 139964817408029 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 37257216 140727192687599 140727192687770 140727192687770 140727192690639 0
[pid=26584/tid=26600] ppid=26582 vsize=15417404 memory=0 CPUtime=1.46 cores=1,3,5,7
/proc/26584/task/26600/stat : 26600 (java) R 26582 26582 14254 0 -1 4202560 327 0 0 0 146 0 0 0 20 0 19 0 408292201 15787421696 31490 33554432000 4194304 4196468 140727192683232 139964653698920 139964818339651 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37257216 140727192687599 140727192687770 140727192687770 140727192690639 0
[pid=26584/tid=26601] ppid=26582 vsize=15417404 memory=0 CPUtime=1.59 cores=1,3,5,7
/proc/26584/task/26601/stat : 26601 (java) R 26582 26582 14254 0 -1 4202560 196 0 0 0 159 0 0 0 20 0 19 0 408292201 15787421696 31490 33554432000 4194304 4196468 140727192683232 139964652646328 139964818341635 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37257216 140727192687599 140727192687770 140727192687770 140727192690639 0
[pid=26584/tid=26602] ppid=26582 vsize=15417404 memory=0 CPUtime=1.53 cores=1,3,5,7
/proc/26584/task/26602/stat : 26602 (java) R 26582 26582 14254 0 -1 4202560 225 0 0 0 153 0 0 0 20 0 19 0 408292201 15787421696 31490 33554432000 4194304 4196468 140727192683232 139964651594968 139964818408119 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37257216 140727192687599 140727192687770 140727192687770 140727192690639 0
Current children cumulated CPU time: 9.86 s
Current children cumulated vsize: 15530532 KiB
Current children cumulated memory: 127408 KiB

Child status: 0
Real time (s): 2.88823
CPU time (s): 10.1513
CPU user time (s): 10.0808
CPU system time (s): 0.070472
CPU usage (%): 351.471
Max. virtual memory (cumulated for all children) (KiB): 15530532
Max. memory (cumulated for all children) (KiB): 127408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.0808
system time used= 0.070472
maximum resident set size= 128384
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26140
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= 2382
involuntary context switches= 446


# summary of solver processes directly reported to runsolver:
#   pid: 26582
#   total CPU time (s): 10.1513
#   total CPU user time (s): 10.0808
#   total CPU system time (s): 0.070472

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.03728 second user time and 0.074704 second system time

The end

Launcher Data

Begin job on node107 at 2019-09-12 21:30:45
IDJOB=4392915
IDBENCH=133653
IDSOLVER=2840
FILE ID=node107/4392915-1568320361
RUNJOBID= node107-1568308867-14286
PBS_JOBID= 21701131
Free space on /tmp= 55680 MiB

SOLVER NAME= choco-solver 2019-06-14
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-4392915-1568320361/watcher-4392915-1568320361 -o /tmp/evaluation-result-4392915-1568320361/solver-4392915-1568320361 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1568308867-14286 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1778925532 HOME/instance-4392915-1568320361.xml

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

MD5SUM BENCH= e1b631bab6f8bd4ad65377e678a0b81e
RANDOM SEED=1778925532

node107.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30929936 kB
MemAvailable:   31287836 kB
Buffers:          118884 kB
Cached:           507784 kB
SwapCached:        80372 kB
Active:           937244 kB
Inactive:         316700 kB
Active(anon):     555968 kB
Inactive(anon):   100176 kB
Active(file):     381276 kB
Inactive(file):   216524 kB
Unevictable:      110040 kB
Mlocked:          110040 kB
SwapTotal:      67108860 kB
SwapFree:       66920764 kB
Dirty:             26040 kB
Writeback:             0 kB
AnonPages:        657620 kB
Mapped:            44732 kB
Shmem:             20512 kB
Slab:             180588 kB
SReclaimable:     151872 kB
SUnreclaim:        28716 kB
KernelStack:        3824 kB
PageTables:         6912 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1796116 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    561152 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 55656 MiB
End job on node107 at 2019-09-12 21:30:48