Trace number 4272780

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 5a (2017-07-26)SAT 15.1917 13.0107

General information on the benchmark

NameSudoku/
Sudoku-table-s1/Sudoku-s05c-table.xml
MD5SUMdb3f83fbcf6995a753f778d644e50d9f
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 benchmark6.59901
Satisfiable
(Un)Satisfiability was proved
Number of variables81
Number of constraints28
Number of domains1
Minimum domain size9
Maximum domain size9
Distribution of domain sizes[{"size":9,"count":81}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":55},{"degree":4,"count":26}]
Minimum constraint arity9
Maximum constraint arity26
Distribution of constraint arities[{"arity":9,"count":27},{"arity":26,"count":1}]
Number of extensional constraints27
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":27},{"type":"instantiation","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.08	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4272780-1502704234.xml"  -tl '2520s' -p 1 -x 3
0.09/0.27	c [HOME/instance-4272780-1502704234.xml, -tl, 2520s, -p, 1, -x, 3]
0.28/0.33	c simple solver
0.28/0.40	c parse instance...
14.79/12.81	c solve instance...
15.05/13.00	s SATISFIABLE
15.05/13.00	v <instantiation>
15.05/13.00	v 	<list>x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[4][7] x[4][8] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[5][7] x[5][8] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6] x[6][7] x[6][8] x[7][0] x[7][1] x[7][2] x[7][3] x[7][4] x[7][5] x[7][6] x[7][7] x[7][8] x[8][0] x[8][1] x[8][2] x[8][3] x[8][4] x[8][5] x[8][6] x[8][7] x[8][8] </list>
15.05/13.00	v 	<values>3 6 1 7 2 5 9 4 8 9 8 7 4 1 3 2 5 6 2 5 4 8 6 9 1 3 7 8 7 6 9 3 4 5 1 2 5 2 3 1 8 6 7 9 4 4 1 9 2 5 7 6 8 3 6 4 5 3 7 1 8 2 9 7 3 8 5 9 2 4 6 1 1 9 2 6 4 8 3 7 5 </values>
15.05/13.00	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 (14853 MiB free)
  memory of node 1: 16384 MiB (15273 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4272780-1502704234/watcher-4272780-1502704234 -o /tmp/evaluation-result-4272780-1502704234/solver-4272780-1502704234 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502649221-29001 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 860834911 HOME/instance-4272780-1502704234.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=7730, runsolver pid=7727

[startup+0.100138 s]*
/proc/loadavg: 2.21 1.59 1.49 3/204 7737
/proc/meminfo: memFree=30843748/32770624 swapFree=67108860/67108860
[pid=7730] ppid=7727 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/7730/stat : 7730 (xcsp3-exec) S 7727 7730 7968 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 24306019 9740288 345 18446744073709551615 4194304 5098028 140723019122832 140723019120936 140677670654588 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 8 0 0 7196144 7232144 12591104 140723019129210 140723019129414 140723019129414 140723019132907 0
/proc/7730/statm: 2378 345 289 221 0 87 0
[pid=7732] ppid=7730 vsize=13374792 memory=15160 CPUtime=0.01 cores=1,3,5,7
/proc/7732/stat : 7732 (java) S 7730 7730 7968 0 -1 1077944320 3596 0 0 0 1 0 0 0 20 0 6 0 24306028 13695787008 3790 18446744073709551615 4194304 4196468 140737416996752 140737416979296 139793130036983 0 0 1 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 35356672 140737416999346 140737416999522 140737416999522 140737417002959 0
/proc/7732/statm: 3343698 3790 1926 1 0 3333195 0
[pid=7732/tid=7733] ppid=7730 vsize=13441356 memory=7078076838863583841 CPUtime=0.01 cores=1,3,5,7
/proc/7732/task/7733/stat : 7733 (java) R 7730 7730 7968 0 -1 4202560 2372 0 0 0 1 0 0 0 20 0 7 0 24306028 13763948544 3856 18446744073709551615 4194304 4196468 140737416996752 139793134279440 139793114117470 0 4 1 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35356672 140737416999346 140737416999522 140737416999522 140737417002959 0
[pid=7732/tid=7734] ppid=7730 vsize=13441356 memory=4123389896250521363 CPUtime=0 cores=1,3,5,7
/proc/7732/task/7734/stat : 7734 (java) S 7730 7730 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 7 0 24306029 13763948544 3856 18446744073709551615 4194304 4196468 140737416996752 139793071983248 139793130047189 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35356672 140737416999346 140737416999522 140737416999522 140737417002959 0
[pid=7732/tid=7735] ppid=7730 vsize=13441356 memory=139713903851136 CPUtime=0 cores=1,3,5,7
/proc/7732/task/7735/stat : 7735 (java) S 7730 7730 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 7 0 24306029 13763948544 3856 18446744073709551615 4194304 4196468 140737416996752 139793070930448 139793130047189 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35356672 140737416999346 140737416999522 140737416999522 140737417002959 0
[pid=7732/tid=7736] ppid=7730 vsize=13441356 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7732/task/7736/stat : 7736 (java) S 7730 7730 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 7 0 24306029 13763948544 3856 18446744073709551615 4194304 4196468 140737416996752 139793069877648 139793130047189 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35356672 140737416999346 140737416999522 140737416999522 140737417002959 0
[pid=7732/tid=7737] ppid=7730 vsize=13441356 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7732/task/7737/stat : 7737 (java) S 7730 7730 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 7 0 24306029 13763948544 3856 18446744073709551615 4194304 4196468 140737416996752 139793068824848 139793130047189 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35356672 140737416999346 140737416999522 140737416999522 140737417002959 0
[pid=7732/tid=7738] ppid=7730 vsize=13441356 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7732/task/7738/stat : 7738 (java) S 7730 7730 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 7 0 24306030 13763948544 3856 18446744073709551615 4194304 4196468 140737416996752 139792248150896 139793130048130 0 0 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35356672 140737416999346 140737416999522 140737416999522 140737417002959 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 13384304 KiB
Current children cumulated memory: 16540 KiB

[startup+0.215197 s]*
/proc/loadavg: 2.21 1.59 1.49 4/213 7746
/proc/meminfo: memFree=30835952/32770624 swapFree=67108860/67108860
[pid=7730] ppid=7727 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/7730/stat : 7730 (xcsp3-exec) S 7727 7730 7968 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 24306019 9740288 345 18446744073709551615 4194304 5098028 140723019122832 140723019120936 140677670654588 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 8 0 0 7196144 7232144 12591104 140723019129210 140723019129414 140723019129414 140723019132907 0
/proc/7730/statm: 2378 345 289 221 0 87 0
[pid=7732] ppid=7730 vsize=13974352 memory=26880 CPUtime=0.09 cores=1,3,5,7
/proc/7732/stat : 7732 (java) S 7730 7730 7968 0 -1 1077944320 5129 0 0 0 9 0 0 0 20 0 15 0 24306028 14309736448 6720 18446744073709551615 4194304 4196468 140737416996752 140737416979296 139793130036983 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 35356672 140737416999346 140737416999522 140737416999522 140737417002959 0
/proc/7732/statm: 3493588 6720 2754 1 0 3482964 0
[pid=7732/tid=7733] ppid=7730 vsize=13974352 memory=7078076838863583841 CPUtime=0.07 cores=1,3,5,7
/proc/7732/task/7733/stat : 7733 (java) R 7730 7730 7968 0 -1 4202560 3272 0 0 0 7 0 0 0 20 0 15 0 24306028 14309736448 6720 18446744073709551615 4194304 4196468 140737416996752 139793134264864 139793130058909 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 35356672 140737416999346 140737416999522 140737416999522 140737417002959 0
[pid=7732/tid=7734] ppid=7730 vsize=13974352 memory=4123389896250521363 CPUtime=0 cores=1,3,5,7
/proc/7732/task/7734/stat : 7734 (java) S 7730 7730 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 24306029 14309736448 6720 18446744073709551615 4194304 4196468 140737416996752 139793071983248 139793130047189 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35356672 140737416999346 140737416999522 140737416999522 140737417002959 0
[pid=7732/tid=7735] ppid=7730 vsize=13974352 memory=139713903851136 CPUtime=0 cores=1,3,5,7
/proc/7732/task/7735/stat : 7735 (java) S 7730 7730 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 24306029 14309736448 6720 18446744073709551615 4194304 4196468 140737416996752 139793070930448 139793130047189 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35356672 140737416999346 140737416999522 140737416999522 140737417002959 0
[pid=7732/tid=7736] ppid=7730 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7732/task/7736/stat : 7736 (java) S 7730 7730 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 24306029 14309736448 6720 18446744073709551615 4194304 4196468 140737416996752 139793069877648 139793130047189 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35356672 140737416999346 140737416999522 140737416999522 140737417002959 0
[pid=7732/tid=7737] ppid=7730 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7732/task/7737/stat : 7737 (java) S 7730 7730 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 24306029 14309736448 6720 18446744073709551615 4194304 4196468 140737416996752 139793068824848 139793130047189 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35356672 140737416999346 140737416999522 140737416999522 140737417002959 0
[pid=7732/tid=7738] ppid=7730 vsize=13974352 memory=139713903851136 CPUtime=0 cores=1,3,5,7
/proc/7732/task/7738/stat : 7738 (java) S 7730 7730 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 24306030 14309736448 6720 18446744073709551615 4194304 4196468 140737416996752 139792248150896 139793130048130 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35356672 140737416999346 140737416999522 140737416999522 140737417002959 0
[pid=7732/tid=7739] ppid=7730 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7732/task/7739/stat : 7739 (java) S 7730 7730 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 24306031 14309736448 6720 18446744073709551615 4194304 4196468 140737416996752 139792247096864 139793130047189 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35356672 140737416999346 140737416999522 140737416999522 140737417002959 0
[pid=7732/tid=7740] ppid=7730 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7732/task/7740/stat : 7740 (java) S 7730 7730 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 24306031 14309736448 6720 18446744073709551615 4194304 4196468 140737416996752 139792246044016 139793130047189 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35356672 140737416999346 140737416999522 140737416999522 140737417002959 0
[pid=7732/tid=7741] ppid=7730 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7732/task/7741/stat : 7741 (java) S 7730 7730 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 24306033 14309736448 6720 18446744073709551615 4194304 4196468 140737416996752 139792244992336 139793130055579 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35356672 140737416999346 140737416999522 140737416999522 140737417002959 0
[pid=7732/tid=7742] ppid=7730 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7732/task/7742/stat : 7742 (java) S 7730 7730 7968 0 -1 1077944384 292 0 0 0 0 0 0 0 20 0 15 0 24306033 14309736448 6720 18446744073709551615 4194304 4196468 140737416996752 139792243939696 139793130048130 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35356672 140737416999346 140737416999522 140737416999522 140737417002959 0
[pid=7732/tid=7743] ppid=7730 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7732/task/7743/stat : 7743 (java) S 7730 7730 7968 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 24306033 14309736448 6720 18446744073709551615 4194304 4196468 140737416996752 139792242886896 139793130048130 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35356672 140737416999346 140737416999522 140737416999522 140737417002959 0
[pid=7732/tid=7744] ppid=7730 vsize=13974352 memory=139713903851136 CPUtime=0.01 cores=1,3,5,7
/proc/7732/task/7744/stat : 7744 (java) S 7730 7730 7968 0 -1 1077944384 254 0 0 0 1 0 0 0 20 0 15 0 24306033 14309736448 6720 18446744073709551615 4194304 4196468 140737416996752 139792241834096 139793130048130 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35356672 140737416999346 140737416999522 140737416999522 140737417002959 0
[pid=7732/tid=7745] ppid=7730 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7732/task/7745/stat : 7745 (java) S 7730 7730 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 24306033 14309736448 6720 18446744073709551615 4194304 4196468 140737416996752 139792240781536 139793130047189 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35356672 140737416999346 140737416999522 140737416999522 140737417002959 0
[pid=7732/tid=7746] ppid=7730 vsize=13974352 memory=139713903851136 CPUtime=0 cores=1,3,5,7
/proc/7732/task/7746/stat : 7746 (java) S 7730 7730 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 24306038 14309736448 6720 18446744073709551615 4194304 4196468 140737416996752 139792239729840 139793130048130 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35356672 140737416999346 140737416999522 140737416999522 140737417002959 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 28260 KiB

[startup+0.310518 s]*
/proc/loadavg: 2.21 1.59 1.49 4/213 7746
/proc/meminfo: memFree=30825008/32770624 swapFree=67108860/67108860
[pid=7730] ppid=7727 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/7730/stat : 7730 (xcsp3-exec) S 7727 7730 7968 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 24306019 9740288 345 18446744073709551615 4194304 5098028 140723019122832 140723019120936 140677670654588 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 8 0 0 7196144 7232144 12591104 140723019129210 140723019129414 140723019129414 140723019132907 0
/proc/7730/statm: 2378 345 289 221 0 87 0
[pid=7732] ppid=7730 vsize=13974352 memory=37148 CPUtime=0.28 cores=1,3,5,7
/proc/7732/stat : 7732 (java) S 7730 7730 7968 0 -1 1077944320 8875 0 0 0 26 2 0 0 20 0 15 0 24306028 14309736448 9287 18446744073709551615 4194304 4196468 140737416996752 140737416979296 139793130036983 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 35356672 140737416999346 140737416999522 140737416999522 140737417002959 0
/proc/7732/statm: 3493588 9287 2989 1 0 3482964 0
[pid=7732/tid=7733] ppid=7730 vsize=13974352 memory=4278483708103473607 CPUtime=0.17 cores=1,3,5,7
/proc/7732/task/7733/stat : 7733 (java) R 7730 7730 7968 0 -1 4202560 6081 0 0 0 16 1 0 0 20 0 15 0 24306028 14309736448 9287 18446744073709551615 4194304 4196468 140737416996752 139793134271616 139793122714997 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 35356672 140737416999346 140737416999522 140737416999522 140737417002959 0
[pid=7732/tid=7734] ppid=7730 vsize=13974352 memory=-7003737579269690708 CPUtime=0 cores=1,3,5,7
/proc/7732/task/7734/stat : 7734 (java) S 7730 7730 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 24306029 14309736448 9287 18446744073709551615 4194304 4196468 140737416996752 139793071983248 139793130047189 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35356672 140737416999346 140737416999522 140737416999522 140737417002959 0
[pid=7732/tid=7735] ppid=7730 vsize=13974352 memory=-5935898732442452784 CPUtime=0 cores=1,3,5,7
/proc/7732/task/7735/stat : 7735 (java) S 7730 7730 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 24306029 14309736448 9287 18446744073709551615 4194304 4196468 140737416996752 139793070930448 139793130047189 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35356672 140737416999346 140737416999522 140737416999522 140737417002959 0
[pid=7732/tid=7736] ppid=7730 vsize=13974352 memory=4209341120841998394 CPUtime=0 cores=1,3,5,7
/proc/7732/task/7736/stat : 7736 (java) S 7730 7730 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 24306029 14309736448 9287 18446744073709551615 4194304 4196468 140737416996752 139793069877648 139793130047189 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35356672 140737416999346 140737416999522 140737416999522 140737417002959 0
[pid=7732/tid=7737] ppid=7730 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7732/task/7737/stat : 7737 (java) S 7730 7730 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 24306029 14309736448 9287 18446744073709551615 4194304 4196468 140737416996752 139793068824848 139793130047189 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35356672 140737416999346 140737416999522 140737416999522 140737417002959 0
[pid=7732/tid=7738] ppid=7730 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7732/task/7738/stat : 7738 (java) S 7730 7730 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 24306030 14309736448 9287 18446744073709551615 4194304 4196468 140737416996752 139792248150896 139793130048130 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35356672 140737416999346 140737416999522 140737416999522 140737417002959 0
[pid=7732/tid=7739] ppid=7730 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7732/task/7739/stat : 7739 (java) S 7730 7730 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 24306031 14309736448 9287 18446744073709551615 4194304 4196468 140737416996752 139792247096864 139793130047189 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35356672 140737416999346 140737416999522 140737416999522 140737417002959 0
[pid=7732/tid=7740] ppid=7730 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7732/task/7740/stat : 7740 (java) S 7730 7730 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 24306031 14309736448 9287 18446744073709551615 4194304 4196468 140737416996752 139792246044016 139793130047189 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35356672 140737416999346 140737416999522 140737416999522 140737417002959 0
[pid=7732/tid=7741] ppid=7730 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7732/task/7741/stat : 7741 (java) S 7730 7730 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 24306033 14309736448 9287 18446744073709551615 4194304 4196468 140737416996752 139792244992336 139793130055579 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35356672 140737416999346 140737416999522 140737416999522 140737417002959 0
[pid=7732/tid=7742] ppid=7730 vsize=13974352 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/7732/task/7742/stat : 7742 (java) S 7730 7730 7968 0 -1 1077944384 608 0 0 0 2 0 0 0 20 0 15 0 24306033 14309736448 9287 18446744073709551615 4194304 4196468 140737416996752 139792243939696 139793130048130 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35356672 140737416999346 140737416999522 140737416999522 140737417002959 0
[pid=7732/tid=7743] ppid=7730 vsize=13974352 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/7732/task/7743/stat : 7743 (java) S 7730 7730 7968 0 -1 1077944384 102 0 0 0 1 0 0 0 20 0 15 0 24306033 14309736448 9287 18446744073709551615 4194304 4196468 140737416996752 139792242886896 139793130048130 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35356672 140737416999346 140737416999522 140737416999522 140737417002959 0
[pid=7732/tid=7744] ppid=7730 vsize=13974352 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/7732/task/7744/stat : 7744 (java) R 7730 7730 7968 0 -1 4202560 781 0 0 0 6 0 0 0 20 0 15 0 24306033 14309736448 9287 18446744073709551615 4194304 4196468 140737416996752 139792241834096 139793109014259 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35356672 140737416999346 140737416999522 140737416999522 140737417002959 0
[pid=7732/tid=7745] ppid=7730 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7732/task/7745/stat : 7745 (java) S 7730 7730 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 24306033 14309736448 9287 18446744073709551615 4194304 4196468 140737416996752 139792240781536 139793130047189 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35356672 140737416999346 140737416999522 140737416999522 140737417002959 0
[pid=7732/tid=7746] ppid=7730 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7732/task/7746/stat : 7746 (java) S 7730 7730 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 24306038 14309736448 9287 18446744073709551615 4194304 4196468 140737416996752 139792239729840 139793130048130 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35356672 140737416999346 140737416999522 140737416999522 140737417002959 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 38528 KiB

[startup+0.701469 s]
/proc/loadavg: 2.21 1.59 1.49 4/213 7746
/proc/meminfo: memFree=30794084/32770624 swapFree=67108860/67108860
[pid=7730] ppid=7727 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/7730/stat : 7730 (xcsp3-exec) S 7727 7730 7968 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 24306019 9740288 345 18446744073709551615 4194304 5098028 140723019122832 140723019120936 140677670654588 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 8 0 0 7196144 7232144 12591104 140723019129210 140723019129414 140723019129414 140723019132907 0
/proc/7730/statm: 2378 345 289 221 0 87 0
[pid=7732] ppid=7730 vsize=13978684 memory=220732 CPUtime=1.1 cores=1,3,5,7
/proc/7732/stat : 7732 (java) S 7730 7730 7968 0 -1 1077944320 12120 0 0 0 103 7 0 0 20 0 15 0 24306028 14314172416 54671 18446744073709551615 4194304 4196468 140737416996752 140737416979296 139793130036983 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 35356672 140737416999346 140737416999522 140737416999522 140737417002959 0
/proc/7732/statm: 3494671 54671 3159 1 0 3482964 0
[pid=7732/tid=7733] ppid=7730 vsize=13978684 memory=0 CPUtime=0.54 cores=1,3,5,7
/proc/7732/task/7733/stat : 7733 (java) S 7730 7730 7968 0 -1 1077944384 7865 0 0 0 49 5 0 0 20 0 15 0 24306028 14314172416 55183 18446744073709551615 4194304 4196468 140737416996752 139793134273408 139793130047189 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 35356672 140737416999346 140737416999522 140737416999522 140737417002959 0
[pid=7732/tid=7734] ppid=7730 vsize=13978684 memory=8319106358720016950 CPUtime=0 cores=1,3,5,7
/proc/7732/task/7734/stat : 7734 (java) R 7730 7730 7968 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 15 0 24306029 14314172416 55183 18446744073709551615 4194304 4196468 140737416996752 139793071983248 139793123139874 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35356672 140737416999346 140737416999522 140737416999522 140737417002959 0
[pid=7732/tid=7735] ppid=7730 vsize=13978684 memory=5787776854041772139 CPUtime=0 cores=1,3,5,7
/proc/7732/task/7735/stat : 7735 (java) R 7730 7730 7968 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 15 0 24306029 14314172416 55183 18446744073709551615 4194304 4196468 140737416996752 139793070930448 139793123140041 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35356672 140737416999346 140737416999522 140737416999522 140737417002959 0
[pid=7732/tid=7736] ppid=7730 vsize=13978684 memory=6440526044186890340 CPUtime=0.01 cores=1,3,5,7
/proc/7732/task/7736/stat : 7736 (java) R 7730 7730 7968 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 15 0 24306029 14314172416 55183 18446744073709551615 4194304 4196468 140737416996752 139793069877848 139793123139842 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35356672 140737416999346 140737416999522 140737416999522 140737417002959 0
[pid=7732/tid=7737] ppid=7730 vsize=13978684 memory=6935649255759568960 CPUtime=0.01 cores=1,3,5,7
/proc/7732/task/7737/stat : 7737 (java) R 7730 7730 7968 0 -1 4202560 25 0 0 0 1 0 0 0 20 0 15 0 24306029 14314172416 55183 18446744073709551615 4194304 4196468 140737416996752 139793068825048 139793123139700 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 35356672 140737416999346 140737416999522 140737416999522 140737417002959 0
[pid=7732/tid=7738] ppid=7730 vsize=13978684 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/7732/task/7738/stat : 7738 (java) S 7730 7730 7968 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 24306030 14314172416 55183 18446744073709551615 4194304 4196468 140737416996752 139792248149408 139793130047189 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35356672 140737416999346 140737416999522 140737416999522 140737417002959 0
[pid=7732/tid=7739] ppid=7730 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7732/task/7739/stat : 7739 (java) S 7730 7730 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 24306031 14314172416 55183 18446744073709551615 4194304 4196468 140737416996752 139792247096864 139793130047189 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35356672 140737416999346 140737416999522 140737416999522 140737417002959 0
[pid=7732/tid=7740] ppid=7730 vsize=13978684 memory=4124 CPUtime=0 cores=1,3,5,7
/proc/7732/task/7740/stat : 7740 (java) S 7730 7730 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 24306031 14314172416 55183 18446744073709551615 4194304 4196468 140737416996752 139792246044016 139793130047189 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35356672 140737416999346 140737416999522 140737416999522 140737417002959 0
[pid=7732/tid=7741] ppid=7730 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7732/task/7741/stat : 7741 (java) S 7730 7730 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 24306033 14314172416 55183 18446744073709551615 4194304 4196468 140737416996752 139792244992336 139793130055579 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35356672 140737416999346 140737416999522 140737416999522 140737417002959 0
[pid=7732/tid=7742] ppid=7730 vsize=13978684 memory=139713742643824 CPUtime=0.15 cores=1,3,5,7
/proc/7732/task/7742/stat : 7742 (java) S 7730 7730 7968 0 -1 1077944384 1169 0 0 0 15 0 0 0 20 0 15 0 24306033 14314172416 55183 18446744073709551615 4194304 4196468 140737416996752 139792243930976 139793130047189 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35356672 140737416999346 140737416999522 140737416999522 140737417002959 0
[pid=7732/tid=7743] ppid=7730 vsize=13978684 memory=0 CPUtime=0.14 cores=1,3,5,7
/proc/7732/task/7743/stat : 7743 (java) D 7730 7730 7968 0 -1 4202560 545 0 0 0 14 0 0 0 20 0 15 0 24306033 14314172416 55183 18446744073709551615 4194304 4196468 140737416996752 139792242867912 139793122754135 0 4 1 16800974 18446744071582151463 0 0 -1 1 0 0 0 0 0 6293624 6294260 35356672 140737416999346 140737416999522 140737416999522 140737417002959 0
[pid=7732/tid=7744] ppid=7730 vsize=13978684 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/7732/task/7744/stat : 7744 (java) S 7730 7730 7968 0 -1 1077944384 1169 0 0 0 21 0 0 0 20 0 15 0 24306033 14314172416 55183 18446744073709551615 4194304 4196468 140737416996752 139792241834096 139793130048130 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35356672 140737416999346 140737416999522 140737416999522 140737417002959 0
[pid=7732/tid=7745] ppid=7730 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7732/task/7745/stat : 7745 (java) S 7730 7730 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 24306033 14314172416 55183 18446744073709551615 4194304 4196468 140737416996752 139792240781536 139793130047189 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35356672 140737416999346 140737416999522 140737416999522 140737417002959 0
[pid=7732/tid=7746] ppid=7730 vsize=13978684 memory=7809523229951467568 CPUtime=0 cores=1,3,5,7
/proc/7732/task/7746/stat : 7746 (java) S 7730 7730 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 24306038 14314172416 55183 18446744073709551615 4194304 4196468 140737416996752 139792239729840 139793130048130 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35356672 140737416999346 140737416999522 140737416999522 140737417002959 0
Current children cumulated CPU time: 1.1 s
Current children cumulated vsize: 13988196 KiB
Current children cumulated memory: 222112 KiB

[startup+1.50081 s]
/proc/loadavg: 2.21 1.59 1.49 3/213 7746
/proc/meminfo: memFree=30581336/32770624 swapFree=67108860/67108860
[pid=7730] ppid=7727 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/7730/stat : 7730 (xcsp3-exec) S 7727 7730 7968 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 24306019 9740288 345 18446744073709551615 4194304 5098028 140723019122832 140723019120936 140677670654588 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 8 0 0 7196144 7232144 12591104 140723019129210 140723019129414 140723019129414 140723019132907 0
/proc/7730/statm: 2378 345 289 221 0 87 0
[pid=7732] ppid=7730 vsize=13978684 memory=474952 CPUtime=2.6 cores=1,3,5,7
/proc/7732/stat : 7732 (java) S 7730 7730 7968 0 -1 1077944320 14035 0 0 0 240 20 0 0 20 0 15 0 24306028 14314172416 118738 18446744073709551615 4194304 4196468 140737416996752 140737416979296 139793130036983 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 35356672 140737416999346 140737416999522 140737416999522 140737417002959 0
/proc/7732/statm: 3494671 118738 3201 1 0 3482964 0
[pid=7732/tid=7733] ppid=7730 vsize=13978684 memory=418540 CPUtime=1.25 cores=1,3,5,7
/proc/7732/task/7733/stat : 7733 (java) R 7730 7730 7968 0 -1 4202560 7985 0 0 0 119 6 0 0 20 0 15 0 24306028 14314172416 118738 18446744073709551615 4194304 4196468 140737416996752 139793134274240 139792749844791 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 35356672 140737416999346 140737416999522 140737416999522 140737417002959 0
[pid=7732/tid=7734] ppid=7730 vsize=13978684 memory=33225867009591 CPUtime=0.07 cores=1,3,5,7
/proc/7732/task/7734/stat : 7734 (java) S 7730 7730 7968 0 -1 1077944384 143 0 0 0 4 3 0 0 20 0 15 0 24306029 14314172416 118738 18446744073709551615 4194304 4196468 140737416996752 139793071983248 139793130047189 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35356672 140737416999346 140737416999522 140737416999522 140737417002959 0
[pid=7732/tid=7735] ppid=7730 vsize=13978684 memory=55 CPUtime=0.06 cores=1,3,5,7
/proc/7732/task/7735/stat : 7735 (java) S 7730 7730 7968 0 -1 1077944384 93 0 0 0 4 2 0 0 20 0 15 0 24306029 14314172416 118738 18446744073709551615 4194304 4196468 140737416996752 139793070930448 139793130047189 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35356672 140737416999346 140737416999522 140737416999522 140737417002959 0
[pid=7732/tid=7736] ppid=7730 vsize=13978684 memory=11830 CPUtime=0.07 cores=1,3,5,7
/proc/7732/task/7736/stat : 7736 (java) S 7730 7730 7968 0 -1 1077944384 96 0 0 0 5 2 0 0 20 0 15 0 24306029 14314172416 118738 18446744073709551615 4194304 4196468 140737416996752 139793069877648 139793130047189 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35356672 140737416999346 140737416999522 140737416999522 140737417002959 0
[pid=7732/tid=7737] ppid=7730 vsize=13978684 memory=20825 CPUtime=0.07 cores=1,3,5,7
/proc/7732/task/7737/stat : 7737 (java) S 7730 7730 7968 0 -1 1077944384 189 0 0 0 4 3 0 0 20 0 15 0 24306029 14314172416 118738 18446744073709551615 4194304 4196468 140737416996752 139793068824848 139793130047189 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35356672 140737416999346 140737416999522 140737416999522 140737417002959 0
[pid=7732/tid=7738] ppid=7730 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7732/task/7738/stat : 7738 (java) S 7730 7730 7968 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 15 0 24306030 14314172416 118738 18446744073709551615 4194304 4196468 140737416996752 139792248150896 139793130048130 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35356672 140737416999346 140737416999522 140737416999522 140737417002959 0
[pid=7732/tid=7739] ppid=7730 vsize=13978684 memory=-1088251628401078322 CPUtime=0 cores=1,3,5,7

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

[pid=7732/tid=7738] ppid=7730 vsize=13978684 memory=279427485705808 CPUtime=0 cores=1,3,5,7
/proc/7732/task/7738/stat : 7738 (java) S 7730 7730 7968 0 -1 1077944384 520 0 0 0 0 0 0 0 20 0 15 0 24306030 14314172416 185509 18446744073709551615 4194304 4196468 140737416996752 139792248150896 139793130048130 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35356672 140737416999346 140737416999522 140737416999522 140737417002959 0
[pid=7732/tid=7739] ppid=7730 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7732/task/7739/stat : 7739 (java) S 7730 7730 7968 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 24306031 14314172416 185509 18446744073709551615 4194304 4196468 140737416996752 139792247096928 139793130047189 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35356672 140737416999346 140737416999522 140737416999522 140737417002959 0
[pid=7732/tid=7740] ppid=7730 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7732/task/7740/stat : 7740 (java) S 7730 7730 7968 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 24306031 14314172416 185509 18446744073709551615 4194304 4196468 140737416996752 139792246044032 139793130047189 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35356672 140737416999346 140737416999522 140737416999522 140737417002959 0
[pid=7732/tid=7741] ppid=7730 vsize=13978684 memory=2832 CPUtime=0 cores=1,3,5,7
/proc/7732/task/7741/stat : 7741 (java) S 7730 7730 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 24306033 14314172416 185509 18446744073709551615 4194304 4196468 140737416996752 139792244992336 139793130055579 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35356672 140737416999346 140737416999522 140737416999522 140737417002959 0
[pid=7732/tid=7742] ppid=7730 vsize=13978684 memory=0 CPUtime=0.52 cores=1,3,5,7
/proc/7732/task/7742/stat : 7742 (java) S 7730 7730 7968 0 -1 1077944384 1912 0 0 0 52 0 0 0 20 0 15 0 24306033 14314172416 185509 18446744073709551615 4194304 4196468 140737416996752 139792243939696 139793130048130 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35356672 140737416999346 140737416999522 140737416999522 140737417002959 0
[pid=7732/tid=7743] ppid=7730 vsize=13978684 memory=0 CPUtime=0.56 cores=1,3,5,7
/proc/7732/task/7743/stat : 7743 (java) S 7730 7730 7968 0 -1 1077944384 1255 0 0 0 56 0 0 0 20 0 15 0 24306033 14314172416 185509 18446744073709551615 4194304 4196468 140737416996752 139792242886896 139793130048130 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35356672 140737416999346 140737416999522 140737416999522 140737417002959 0
[pid=7732/tid=7744] ppid=7730 vsize=13978684 memory=0 CPUtime=0.26 cores=1,3,5,7
/proc/7732/task/7744/stat : 7744 (java) S 7730 7730 7968 0 -1 1077944384 1279 0 0 0 26 0 0 0 20 0 15 0 24306033 14314172416 185509 18446744073709551615 4194304 4196468 140737416996752 139792241834096 139793130048130 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35356672 140737416999346 140737416999522 140737416999522 140737417002959 0
[pid=7732/tid=7745] ppid=7730 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7732/task/7745/stat : 7745 (java) S 7730 7730 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 24306033 14314172416 185509 18446744073709551615 4194304 4196468 140737416996752 139792240781536 139793130047189 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35356672 140737416999346 140737416999522 140737416999522 140737417002959 0
[pid=7732/tid=7746] ppid=7730 vsize=13978684 memory=55 CPUtime=0 cores=1,3,5,7
/proc/7732/task/7746/stat : 7746 (java) S 7730 7730 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 24306038 14314172416 185509 18446744073709551615 4194304 4196468 140737416996752 139792239729840 139793130048130 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35356672 140737416999346 140737416999522 140737416999522 140737417002959 0
Current children cumulated CPU time: 4.62 s
Current children cumulated vsize: 13988196 KiB
Current children cumulated memory: 743416 KiB

[startup+6.30171 s]
/proc/loadavg: 2.19 1.59 1.49 3/213 7746
/proc/meminfo: memFree=30076324/32770624 swapFree=67108860/67108860
[pid=7730] ppid=7727 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/7730/stat : 7730 (xcsp3-exec) S 7727 7730 7968 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 24306019 9740288 345 18446744073709551615 4194304 5098028 140723019122832 140723019120936 140677670654588 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 8 0 0 7196144 7232144 12591104 140723019129210 140723019129414 140723019129414 140723019132907 0
/proc/7730/statm: 2378 345 289 221 0 87 0
[pid=7732] ppid=7730 vsize=13978684 memory=792340 CPUtime=8.17 cores=1,3,5,7
/proc/7732/stat : 7732 (java) S 7730 7730 7968 0 -1 1077944320 19659 0 0 0 785 32 0 0 20 0 15 0 24306028 14314172416 198085 18446744073709551615 4194304 4196468 140737416996752 140737416979296 139793130036983 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 35356672 140737416999346 140737416999522 140737416999522 140737417002959 0
/proc/7732/statm: 3494671 198085 3205 1 0 3482964 0
[pid=7732/tid=7733] ppid=7730 vsize=13978684 memory=792340 CPUtime=5.99 cores=1,3,5,7
/proc/7732/task/7733/stat : 7733 (java) R 7730 7730 7968 0 -1 4202560 10610 0 0 0 588 11 0 0 20 0 15 0 24306028 14314172416 198085 18446744073709551615 4194304 4196468 140737416996752 139793134272128 139792750547951 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 35356672 140737416999346 140737416999522 140737416999522 140737417002959 0
[pid=7732/tid=7734] ppid=7730 vsize=13978684 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/7732/task/7734/stat : 7734 (java) S 7730 7730 7968 0 -1 1077944384 180 0 0 0 8 5 0 0 20 0 15 0 24306029 14314172416 198085 18446744073709551615 4194304 4196468 140737416996752 139793071983248 139793130047189 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35356672 140737416999346 140737416999522 140737416999522 140737417002959 0
[pid=7732/tid=7735] ppid=7730 vsize=13978684 memory=8328162156141927054 CPUtime=0.12 cores=1,3,5,7
/proc/7732/task/7735/stat : 7735 (java) S 7730 7730 7968 0 -1 1077944384 140 0 0 0 8 4 0 0 20 0 15 0 24306029 14314172416 198085 18446744073709551615 4194304 4196468 140737416996752 139793070930448 139793130047189 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35356672 140737416999346 140737416999522 140737416999522 140737417002959 0
[pid=7732/tid=7736] ppid=7730 vsize=13978684 memory=55 CPUtime=0.13 cores=1,3,5,7
/proc/7732/task/7736/stat : 7736 (java) S 7730 7730 7968 0 -1 1077944384 137 0 0 0 9 4 0 0 20 0 15 0 24306029 14314172416 198085 18446744073709551615 4194304 4196468 140737416996752 139793069877648 139793130047189 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35356672 140737416999346 140737416999522 140737416999522 140737417002959 0
[pid=7732/tid=7737] ppid=7730 vsize=13978684 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/7732/task/7737/stat : 7737 (java) S 7730 7730 7968 0 -1 1077944384 226 0 0 0 8 5 0 0 20 0 15 0 24306029 14314172416 198085 18446744073709551615 4194304 4196468 140737416996752 139793068824848 139793130047189 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35356672 140737416999346 140737416999522 140737416999522 140737417002959 0
[pid=7732/tid=7738] ppid=7730 vsize=13978684 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/7732/task/7738/stat : 7738 (java) S 7730 7730 7968 0 -1 1077944384 693 0 0 0 1 0 0 0 20 0 15 0 24306030 14314172416 198085 18446744073709551615 4194304 4196468 140737416996752 139792248150896 139793130048130 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35356672 140737416999346 140737416999522 140737416999522 140737417002959 0
[pid=7732/tid=7739] ppid=7730 vsize=13978684 memory=4420 CPUtime=0 cores=1,3,5,7
/proc/7732/task/7739/stat : 7739 (java) S 7730 7730 7968 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 24306031 14314172416 198085 18446744073709551615 4194304 4196468 140737416996752 139792247096928 139793130047189 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35356672 140737416999346 140737416999522 140737416999522 140737417002959 0
[pid=7732/tid=7740] ppid=7730 vsize=13978684 memory=55 CPUtime=0 cores=1,3,5,7
/proc/7732/task/7740/stat : 7740 (java) S 7730 7730 7968 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 24306031 14314172416 198085 18446744073709551615 4194304 4196468 140737416996752 139792246044032 139793130047189 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35356672 140737416999346 140737416999522 140737416999522 140737417002959 0
[pid=7732/tid=7741] ppid=7730 vsize=13978684 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/7732/task/7741/stat : 7741 (java) S 7730 7730 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 24306033 14314172416 198085 18446744073709551615 4194304 4196468 140737416996752 139792244992336 139793130055579 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35356672 140737416999346 140737416999522 140737416999522 140737417002959 0
[pid=7732/tid=7742] ppid=7730 vsize=13978684 memory=1380 CPUtime=0.6 cores=1,3,5,7
/proc/7732/task/7742/stat : 7742 (java) S 7730 7730 7968 0 -1 1077944384 2323 0 0 0 60 0 0 0 20 0 15 0 24306033 14314172416 198085 18446744073709551615 4194304 4196468 140737416996752 139792243939696 139793130048130 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 10 0 0 6293624 6294260 35356672 140737416999346 140737416999522 140737416999522 140737417002959 0
[pid=7732/tid=7743] ppid=7730 vsize=13978684 memory=279427485887024 CPUtime=0.68 cores=1,3,5,7
/proc/7732/task/7743/stat : 7743 (java) S 7730 7730 7968 0 -1 1077944384 2248 0 0 0 68 0 0 0 20 0 15 0 24306033 14314172416 198085 18446744073709551615 4194304 4196468 140737416996752 139792242886896 139793130048130 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35356672 140737416999346 140737416999522 140737416999522 140737417002959 0
[pid=7732/tid=7744] ppid=7730 vsize=13978684 memory=0 CPUtime=0.3 cores=1,3,5,7
/proc/7732/task/7744/stat : 7744 (java) S 7730 7730 7968 0 -1 1077944384 1637 0 0 0 30 0 0 0 20 0 15 0 24306033 14314172416 198085 18446744073709551615 4194304 4196468 140737416996752 139792241834096 139793130048130 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 12 0 0 6293624 6294260 35356672 140737416999346 140737416999522 140737416999522 140737417002959 0
[pid=7732/tid=7745] ppid=7730 vsize=13978684 memory=4124 CPUtime=0 cores=1,3,5,7
/proc/7732/task/7745/stat : 7745 (java) S 7730 7730 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 24306033 14314172416 198085 18446744073709551615 4194304 4196468 140737416996752 139792240781536 139793130047189 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35356672 140737416999346 140737416999522 140737416999522 140737417002959 0
[pid=7732/tid=7746] ppid=7730 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7732/task/7746/stat : 7746 (java) S 7730 7730 7968 0 -1 1077944384 166 0 0 0 0 0 0 0 20 0 15 0 24306038 14314172416 198085 18446744073709551615 4194304 4196468 140737416996752 139792239729840 139793130048130 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 33 0 0 6293624 6294260 35356672 140737416999346 140737416999522 140737416999522 140737417002959 0
Current children cumulated CPU time: 8.17 s
Current children cumulated vsize: 13988196 KiB
Current children cumulated memory: 793720 KiB

[startup+12.7009 s]
/proc/loadavg: 2.18 1.60 1.50 3/213 7747
/proc/meminfo: memFree=29998244/32770624 swapFree=67108860/67108860
[pid=7730] ppid=7727 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/7730/stat : 7730 (xcsp3-exec) S 7727 7730 7968 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 24306019 9740288 345 18446744073709551615 4194304 5098028 140723019122832 140723019120936 140677670654588 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 8 0 0 7196144 7232144 12591104 140723019129210 140723019129414 140723019129414 140723019132907 0
/proc/7730/statm: 2378 345 289 221 0 87 0
[pid=7732] ppid=7730 vsize=13978684 memory=869720 CPUtime=14.64 cores=1,3,5,7
/proc/7732/stat : 7732 (java) S 7730 7730 7968 0 -1 1077944320 22130 0 0 0 1429 35 0 0 20 0 15 0 24306028 14314172416 217430 18446744073709551615 4194304 4196468 140737416996752 140737416979296 139793130036983 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 35356672 140737416999346 140737416999522 140737416999522 140737417002959 0
/proc/7732/statm: 3494671 217430 3205 1 0 3482964 0
[pid=7732/tid=7733] ppid=7730 vsize=13978684 memory=792360 CPUtime=12.38 cores=1,3,5,7
/proc/7732/task/7733/stat : 7733 (java) R 7730 7730 7968 0 -1 4202560 12460 0 0 0 1226 12 0 0 20 0 15 0 24306028 14314172416 217430 18446744073709551615 4194304 4196468 140737416996752 139793134275304 139792750547951 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 35356672 140737416999346 140737416999522 140737416999522 140737417002959 0
[pid=7732/tid=7734] ppid=7730 vsize=13978684 memory=-1 CPUtime=0.13 cores=1,3,5,7
/proc/7732/task/7734/stat : 7734 (java) S 7730 7730 7968 0 -1 1077944384 180 0 0 0 8 5 0 0 20 0 15 0 24306029 14314172416 217430 18446744073709551615 4194304 4196468 140737416996752 139793071983248 139793130047189 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35356672 140737416999346 140737416999522 140737416999522 140737417002959 0
[pid=7732/tid=7735] ppid=7730 vsize=13978684 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/7732/task/7735/stat : 7735 (java) S 7730 7730 7968 0 -1 1077944384 140 0 0 0 8 4 0 0 20 0 15 0 24306029 14314172416 217430 18446744073709551615 4194304 4196468 140737416996752 139793070930448 139793130047189 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35356672 140737416999346 140737416999522 140737416999522 140737417002959 0
[pid=7732/tid=7736] ppid=7730 vsize=13978684 memory=279427486285216 CPUtime=0.13 cores=1,3,5,7
/proc/7732/task/7736/stat : 7736 (java) S 7730 7730 7968 0 -1 1077944384 137 0 0 0 9 4 0 0 20 0 15 0 24306029 14314172416 217430 18446744073709551615 4194304 4196468 140737416996752 139793069877648 139793130047189 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35356672 140737416999346 140737416999522 140737416999522 140737417002959 0
[pid=7732/tid=7737] ppid=7730 vsize=13978684 memory=297237816763744566 CPUtime=0.13 cores=1,3,5,7
/proc/7732/task/7737/stat : 7737 (java) S 7730 7730 7968 0 -1 1077944384 226 0 0 0 8 5 0 0 20 0 15 0 24306029 14314172416 217430 18446744073709551615 4194304 4196468 140737416996752 139793068824848 139793130047189 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35356672 140737416999346 140737416999522 140737416999522 140737417002959 0
[pid=7732/tid=7738] ppid=7730 vsize=13978684 memory=139713742651224 CPUtime=0.02 cores=1,3,5,7
/proc/7732/task/7738/stat : 7738 (java) S 7730 7730 7968 0 -1 1077944384 738 0 0 0 1 1 0 0 20 0 15 0 24306030 14314172416 217430 18446744073709551615 4194304 4196468 140737416996752 139792248150896 139793130048130 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35356672 140737416999346 140737416999522 140737416999522 140737417002959 0
[pid=7732/tid=7739] ppid=7730 vsize=13978684 memory=7595444369669706090 CPUtime=0 cores=1,3,5,7
/proc/7732/task/7739/stat : 7739 (java) S 7730 7730 7968 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 24306031 14314172416 217430 18446744073709551615 4194304 4196468 140737416996752 139792247096928 139793130047189 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35356672 140737416999346 140737416999522 140737416999522 140737417002959 0
[pid=7732/tid=7740] ppid=7730 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7732/task/7740/stat : 7740 (java) S 7730 7730 7968 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 24306031 14314172416 217430 18446744073709551615 4194304 4196468 140737416996752 139792246044032 139793130047189 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35356672 140737416999346 140737416999522 140737416999522 140737417002959 0
[pid=7732/tid=7741] ppid=7730 vsize=13978684 memory=3833745396274246450 CPUtime=0 cores=1,3,5,7
/proc/7732/task/7741/stat : 7741 (java) S 7730 7730 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 24306033 14314172416 217430 18446744073709551615 4194304 4196468 140737416996752 139792244992336 139793130055579 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35356672 140737416999346 140737416999522 140737416999522 140737417002959 0
[pid=7732/tid=7742] ppid=7730 vsize=13978684 memory=0 CPUtime=0.62 cores=1,3,5,7
/proc/7732/task/7742/stat : 7742 (java) S 7730 7730 7968 0 -1 1077944384 2433 0 0 0 62 0 0 0 20 0 15 0 24306033 14314172416 217430 18446744073709551615 4194304 4196468 140737416996752 139792243939696 139793130048130 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 10 0 0 6293624 6294260 35356672 140737416999346 140737416999522 140737416999522 140737417002959 0
[pid=7732/tid=7743] ppid=7730 vsize=13978684 memory=0 CPUtime=0.7 cores=1,3,5,7
/proc/7732/task/7743/stat : 7743 (java) S 7730 7730 7968 0 -1 1077944384 2288 0 0 0 70 0 0 0 20 0 15 0 24306033 14314172416 217430 18446744073709551615 4194304 4196468 140737416996752 139792242886896 139793130048130 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35356672 140737416999346 140737416999522 140737416999522 140737417002959 0
[pid=7732/tid=7744] ppid=7730 vsize=13978684 memory=304556123141439514 CPUtime=0.31 cores=1,3,5,7
/proc/7732/task/7744/stat : 7744 (java) S 7730 7730 7968 0 -1 1077944384 1927 0 0 0 31 0 0 0 20 0 15 0 24306033 14314172416 217430 18446744073709551615 4194304 4196468 140737416996752 139792241834096 139793130048130 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 12 0 0 6293624 6294260 35356672 140737416999346 140737416999522 140737416999522 140737417002959 0
[pid=7732/tid=7745] ppid=7730 vsize=13978684 memory=291045367276110134 CPUtime=0 cores=1,3,5,7
/proc/7732/task/7745/stat : 7745 (java) S 7730 7730 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 24306033 14314172416 217430 18446744073709551615 4194304 4196468 140737416996752 139792240781536 139793130047189 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35356672 140737416999346 140737416999522 140737416999522 140737417002959 0
[pid=7732/tid=7746] ppid=7730 vsize=13978684 memory=7680170660397595203 CPUtime=0 cores=1,3,5,7
/proc/7732/task/7746/stat : 7746 (java) S 7730 7730 7968 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 15 0 24306038 14314172416 217430 18446744073709551615 4194304 4196468 140737416996752 139792239729840 139793130048130 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 33 0 0 6293624 6294260 35356672 140737416999346 140737416999522 140737416999522 140737417002959 0
Current children cumulated CPU time: 14.64 s
Current children cumulated vsize: 13988196 KiB
Current children cumulated memory: 871100 KiB

[startup+13.0106 s]
# the end of solver process 7730 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=14.817 s, system=0.374745 s

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

[startup+12.801 s]
/proc/loadavg: 2.18 1.60 1.50 3/213 7747
/proc/meminfo: memFree=29998244/32770624 swapFree=67108860/67108860
[pid=7730] ppid=7727 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/7730/stat : 7730 (xcsp3-exec) S 7727 7730 7968 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 24306019 9740288 345 18446744073709551615 4194304 5098028 140723019122832 140723019120936 140677670654588 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 8 0 0 7196144 7232144 12591104 140723019129210 140723019129414 140723019129414 140723019132907 0
/proc/7730/statm: 2378 345 289 221 0 87 0
[pid=7732] ppid=7730 vsize=13980732 memory=870176 CPUtime=14.79 cores=1,3,5,7
/proc/7732/stat : 7732 (java) S 7730 7730 7968 0 -1 1077944320 25078 0 0 0 1443 36 0 0 20 0 15 0 24306028 14316269568 217544 18446744073709551615 4194304 4196468 140737416996752 140737416979296 139793130036983 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 35356672 140737416999346 140737416999522 140737416999522 140737417002959 0
/proc/7732/statm: 3495183 217544 3207 1 0 3483476 0
[pid=7732/tid=7733] ppid=7730 vsize=13980732 memory=8387223549236478041 CPUtime=12.48 cores=1,3,5,7
/proc/7732/task/7733/stat : 7733 (java) R 7730 7730 7968 0 -1 4202560 14170 0 0 0 1236 12 0 0 20 0 15 0 24306028 14316269568 217544 18446744073709551615 4194304 4196468 140737416996752 139793134265760 139793130048918 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 35356672 140737416999346 140737416999522 140737416999522 140737417002959 0
[pid=7732/tid=7734] ppid=7730 vsize=13980732 memory=288291086403896162 CPUtime=0.13 cores=1,3,5,7
/proc/7732/task/7734/stat : 7734 (java) S 7730 7730 7968 0 -1 1077944384 180 0 0 0 8 5 0 0 20 0 15 0 24306029 14316269568 217544 18446744073709551615 4194304 4196468 140737416996752 139793071983248 139793130047189 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35356672 140737416999346 140737416999522 140737416999522 140737417002959 0
[pid=7732/tid=7735] ppid=7730 vsize=13980732 memory=25778 CPUtime=0.12 cores=1,3,5,7
/proc/7732/task/7735/stat : 7735 (java) S 7730 7730 7968 0 -1 1077944384 140 0 0 0 8 4 0 0 20 0 15 0 24306029 14316269568 217544 18446744073709551615 4194304 4196468 140737416996752 139793070930448 139793130047189 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35356672 140737416999346 140737416999522 140737416999522 140737417002959 0
[pid=7732/tid=7736] ppid=7730 vsize=13980732 memory=869720 CPUtime=0.13 cores=1,3,5,7
/proc/7732/task/7736/stat : 7736 (java) S 7730 7730 7968 0 -1 1077944384 137 0 0 0 9 4 0 0 20 0 15 0 24306029 14316269568 217544 18446744073709551615 4194304 4196468 140737416996752 139793069877648 139793130047189 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35356672 140737416999346 140737416999522 140737416999522 140737417002959 0
[pid=7732/tid=7737] ppid=7730 vsize=13980732 memory=1380 CPUtime=0.13 cores=1,3,5,7
/proc/7732/task/7737/stat : 7737 (java) S 7730 7730 7968 0 -1 1077944384 226 0 0 0 8 5 0 0 20 0 15 0 24306029 14316269568 217544 18446744073709551615 4194304 4196468 140737416996752 139793068824848 139793130047189 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35356672 140737416999346 140737416999522 140737416999522 140737417002959 0
[pid=7732/tid=7738] ppid=7730 vsize=13980732 memory=742460 CPUtime=0.02 cores=1,3,5,7
/proc/7732/task/7738/stat : 7738 (java) S 7730 7730 7968 0 -1 1077944384 741 0 0 0 1 1 0 0 20 0 15 0 24306030 14316269568 217544 18446744073709551615 4194304 4196468 140737416996752 139792248150896 139793130048130 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35356672 140737416999346 140737416999522 140737416999522 140737417002959 0
[pid=7732/tid=7739] ppid=7730 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7732/task/7739/stat : 7739 (java) S 7730 7730 7968 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 24306031 14316269568 217544 18446744073709551615 4194304 4196468 140737416996752 139792247096928 139793130047189 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35356672 140737416999346 140737416999522 140737416999522 140737417002959 0
[pid=7732/tid=7740] ppid=7730 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/7732/task/7740/stat : 7740 (java) S 7730 7730 7968 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 24306031 14316269568 217544 18446744073709551615 4194304 4196468 140737416996752 139792246044032 139793130047189 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35356672 140737416999346 140737416999522 140737416999522 140737417002959 0
[pid=7732/tid=7741] ppid=7730 vsize=13980732 memory=741788 CPUtime=0 cores=1,3,5,7
/proc/7732/task/7741/stat : 7741 (java) S 7730 7730 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 24306033 14316269568 217544 18446744073709551615 4194304 4196468 140737416996752 139792244992336 139793130055579 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35356672 140737416999346 140737416999522 140737416999522 140737417002959 0
[pid=7732/tid=7742] ppid=7730 vsize=13980732 memory=279427485592368 CPUtime=0.64 cores=1,3,5,7
/proc/7732/task/7742/stat : 7742 (java) R 7730 7730 7968 0 -1 1077944384 2820 0 0 0 64 0 0 0 20 0 15 0 24306033 14316269568 217544 18446744073709551615 4194304 4196468 140737416996752 139792243939696 139793130048130 0 4 1 16800974 0 0 0 -1 7 0 0 10 0 0 6293624 6294260 35356672 140737416999346 140737416999522 140737416999522 140737417002959 0
[pid=7732/tid=7743] ppid=7730 vsize=13980732 memory=279427485270256 CPUtime=0.72 cores=1,3,5,7
/proc/7732/task/7743/stat : 7743 (java) S 7730 7730 7968 0 -1 1077944384 2564 0 0 0 72 0 0 0 20 0 15 0 24306033 14316269568 217544 18446744073709551615 4194304 4196468 140737416996752 139792242886896 139793130048130 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35356672 140737416999346 140737416999522 140737416999522 140737417002959 0
[pid=7732/tid=7744] ppid=7730 vsize=13980732 memory=0 CPUtime=0.32 cores=1,3,5,7
/proc/7732/task/7744/stat : 7744 (java) R 7730 7730 7968 0 -1 4202560 2499 0 0 0 32 0 0 0 20 0 15 0 24306033 14316269568 217544 18446744073709551615 4194304 4196468 140737416996752 139792241834096 139793115202529 0 4 1 16800974 0 0 0 -1 1 0 0 12 0 0 6293624 6294260 35356672 140737416999346 140737416999522 140737416999522 140737417002959 0
[pid=7732/tid=7745] ppid=7730 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7732/task/7745/stat : 7745 (java) S 7730 7730 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 24306033 14316269568 217544 18446744073709551615 4194304 4196468 140737416996752 139792240781536 139793130047189 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35356672 140737416999346 140737416999522 140737416999522 140737417002959 0
[pid=7732/tid=7746] ppid=7730 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7732/task/7746/stat : 7746 (java) S 7730 7730 7968 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 15 0 24306038 14316269568 217544 18446744073709551615 4194304 4196468 140737416996752 139792239729840 139793130048130 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 33 0 0 6293624 6294260 35356672 140737416999346 140737416999522 140737416999522 140737417002959 0
Current children cumulated CPU time: 14.79 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 871556 KiB

[startup+13.0007 s]*
/proc/loadavg: 2.18 1.60 1.50 4/213 7747
/proc/meminfo: memFree=29960016/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 13.0107
CPU time (s): 15.1917
CPU user time (s): 14.817
CPU system time (s): 0.374745
CPU usage (%): 116.763
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 882512

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.817
system time used= 0.374745
maximum resident set size= 883696
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27437
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2334
involuntary context switches= 29


# summary of solver processes directly reported to runsolver:
#   pid: 7730
#   total CPU time (s): 15.1917
#   total CPU user time (s): 14.817
#   total CPU system time (s): 0.374745

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.105167 second user time and 0.174636 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-14 11:36:36
IDJOB=4272780
IDBENCH=120396
IDSOLVER=2664
FILE ID=node128/4272780-1502704234
RUNJOBID= node128-1502649221-29001
PBS_JOBID= 
Free space on /tmp= 62004 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/Sudoku/Sudoku-table-s1/Sudoku-s05c-table.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -ml 11000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4272780-1502704234/watcher-4272780-1502704234 -o /tmp/evaluation-result-4272780-1502704234/solver-4272780-1502704234 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502649221-29001 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 860834911 HOME/instance-4272780-1502704234.xml

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

MD5SUM BENCH= db3f83fbcf6995a753f778d644e50d9f
RANDOM SEED=860834911

node128.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.94
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.94
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.94
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.94
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:        30850192 kB
MemAvailable:   31617728 kB
Buffers:          187304 kB
Cached:           865412 kB
SwapCached:            0 kB
Active:           734968 kB
Inactive:         768476 kB
Active(anon):     450928 kB
Inactive(anon):    16764 kB
Active(file):     284040 kB
Inactive(file):   751712 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             28180 kB
Writeback:            28 kB
AnonPages:        450012 kB
Mapped:            47416 kB
Shmem:             17116 kB
Slab:             120428 kB
SReclaimable:      95236 kB
SUnreclaim:        25192 kB
KernelStack:        3472 kB
PageTables:         5896 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1039648 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    374784 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 61996 MiB
End job on node128 at 2017-08-14 11:36:50