Trace number 4269566

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 4.0.5 seq (2017-08-09)SAT 84.002602 79.026001

General information on the benchmark

NameMagicSquare/MagicSquare-mdd-s1/
MagicSquare-7-mdd.xml
MD5SUM20a8e169b195ff609cdc9a5628947f82
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 benchmark0.40098801
Satisfiable
(Un)Satisfiability was proved
Number of variables49
Number of constraints17
Number of domains1
Minimum domain size49
Maximum domain size49
Distribution of domain sizes[{"size":49,"count":49}]
Minimum variable degree3
Maximum variable degree5
Distribution of variable degrees[{"degree":3,"count":36},{"degree":4,"count":12},{"degree":5,"count":1}]
Minimum constraint arity7
Maximum constraint arity49
Distribution of constraint arities[{"arity":7,"count":16},{"arity":49,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"mdd","count":16},{"type":"allDifferent","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-4269566-1502806682.xml"  -tl '2520s' -p 1 -x 0
0.10/0.27	c [HOME/instance-4269566-1502806682.xml, -tl, 2520s, -p, 1, -x, 0]
0.29/0.33	c simple solver
0.29/0.39	c parse instance...
3.08/1.42	c solve instance...
83.88/79.00	s SATISFIABLE
83.88/79.00	v <instantiation>
83.88/79.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[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] 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[4][6] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6] </list>
83.88/79.00	v 	<values>15 43 28 44 18 25 2 31 5 13 45 12 49 20 27 7 38 3 47 21 32 36 33 22 1 29 19 35 8 41 48 6 39 10 23 34 4 9 46 16 40 26 24 42 17 30 14 11 37 </values>
83.88/79.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 (15242 MiB free)
  memory of node 1: 16384 MiB (15361 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4269566-1502806682/watcher-4269566-1502806682 -o /tmp/evaluation-result-4269566-1502806682/solver-4269566-1502806682 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502673801-14689 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1044170617 HOME/instance-4269566-1502806682.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=8751, runsolver pid=8748

[startup+0.100156 s]*
/proc/loadavg: 1.22 1.31 1.32 3/204 8758
/proc/meminfo: memFree=31333036/32770624 swapFree=67108860/67108860
[pid=8751] ppid=8748 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/8751/stat : 8751 (xcsp3-exec) S 8748 8751 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 69008851 9740288 345 18446744073709551615 4194304 5098028 140736466180288 140736466178392 140171229917820 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 8 0 0 7196144 7232144 38248448 140736466186616 140736466186821 140736466186821 140736466190315 0
/proc/8751/statm: 2378 345 289 221 0 87 0
[pid=8753] ppid=8751 vsize=13358712 memory=14988 CPUtime=0.01 cores=0,2,4,6
/proc/8753/stat : 8753 (java) S 8751 8751 11586 0 -1 1077944320 3498 0 0 0 1 0 0 0 20 0 6 0 69008860 13679321088 3747 18446744073709551615 4194304 4196468 140737391247424 140737391229968 139722168975095 0 0 1 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24678400 140737391255985 140737391256161 140737391256161 140737391259599 0
/proc/8753/statm: 3339678 3747 1905 1 0 3329175 0
[pid=8753/tid=8754] ppid=8751 vsize=13358712 memory=4206751525541405026 CPUtime=0.01 cores=0,2,4,6
/proc/8753/task/8754/stat : 8754 (java) R 8751 8751 11586 0 -1 4202560 2281 0 0 0 1 0 0 0 20 0 6 0 69008860 13679321088 3747 18446744073709551615 4194304 4196468 140737391247424 139722173211216 139722153055582 0 4 1 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24678400 140737391255985 140737391256161 140737391256161 140737391259599 0
[pid=8753/tid=8755] ppid=8751 vsize=13358712 memory=4123389896250521363 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8755/stat : 8755 (java) S 8751 8751 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 69008861 13679321088 3747 18446744073709551615 4194304 4196468 140737391247424 139721768778768 139722168985301 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24678400 140737391255985 140737391256161 140737391256161 140737391259599 0
[pid=8753/tid=8756] ppid=8751 vsize=13358712 memory=139775811462784 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8756/stat : 8756 (java) S 8751 8751 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 69008861 13679321088 3747 18446744073709551615 4194304 4196468 140737391247424 139721767726224 139722168985301 0 4 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24678400 140737391255985 140737391256161 140737391256161 140737391259599 0
[pid=8753/tid=8757] ppid=8751 vsize=13358712 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8757/stat : 8757 (java) S 8751 8751 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 69008861 13679321088 3747 18446744073709551615 4194304 4196468 140737391247424 139721766673168 139722168985301 0 4 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24678400 140737391255985 140737391256161 140737391256161 140737391259599 0
[pid=8753/tid=8758] ppid=8751 vsize=13358712 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8758/stat : 8758 (java) S 8751 8751 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 69008861 13679321088 3747 18446744073709551615 4194304 4196468 140737391247424 139721765620624 139722168985301 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24678400 140737391255985 140737391256161 140737391256161 140737391259599 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 13368224 KiB
Current children cumulated memory: 16368 KiB

[startup+0.210406 s]*
/proc/loadavg: 1.22 1.31 1.32 3/213 8767
/proc/meminfo: memFree=31322552/32770624 swapFree=67108860/67108860
[pid=8751] ppid=8748 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/8751/stat : 8751 (xcsp3-exec) S 8748 8751 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 69008851 9740288 345 18446744073709551615 4194304 5098028 140736466180288 140736466178392 140171229917820 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 8 0 0 7196144 7232144 38248448 140736466186616 140736466186821 140736466186821 140736466190315 0
/proc/8751/statm: 2378 345 289 221 0 87 0
[pid=8753] ppid=8751 vsize=13974352 memory=27700 CPUtime=0.1 cores=0,2,4,6
/proc/8753/stat : 8753 (java) S 8751 8751 11586 0 -1 1077944320 5326 0 0 0 9 1 0 0 20 0 15 0 69008860 14309736448 6925 18446744073709551615 4194304 4196468 140737391247424 140737391229968 139722168975095 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24678400 140737391255985 140737391256161 140737391256161 140737391259599 0
/proc/8753/statm: 3493588 6925 2759 1 0 3482964 0
[pid=8753/tid=8754] ppid=8751 vsize=13974352 memory=4206751525541405026 CPUtime=0.07 cores=0,2,4,6
/proc/8753/task/8754/stat : 8754 (java) R 8751 8751 11586 0 -1 4202560 3474 0 0 0 7 0 0 0 20 0 15 0 69008860 14309736448 6925 18446744073709551615 4194304 4196468 140737391247424 139722173200544 139722168997021 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 24678400 140737391255985 140737391256161 140737391256161 140737391259599 0
[pid=8753/tid=8755] ppid=8751 vsize=13974352 memory=4123389896250521363 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8755/stat : 8755 (java) S 8751 8751 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 69008861 14309736448 6925 18446744073709551615 4194304 4196468 140737391247424 139721768778768 139722168985301 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24678400 140737391255985 140737391256161 140737391256161 140737391259599 0
[pid=8753/tid=8756] ppid=8751 vsize=13974352 memory=139775811462784 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8756/stat : 8756 (java) S 8751 8751 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 69008861 14309736448 6925 18446744073709551615 4194304 4196468 140737391247424 139721767726224 139722168985301 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24678400 140737391255985 140737391256161 140737391256161 140737391259599 0
[pid=8753/tid=8757] ppid=8751 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8757/stat : 8757 (java) S 8751 8751 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 69008861 14309736448 6925 18446744073709551615 4194304 4196468 140737391247424 139721766673168 139722168985301 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24678400 140737391255985 140737391256161 140737391256161 140737391259599 0
[pid=8753/tid=8758] ppid=8751 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8758/stat : 8758 (java) S 8751 8751 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 69008861 14309736448 6925 18446744073709551615 4194304 4196468 140737391247424 139721765620624 139722168985301 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24678400 140737391255985 140737391256161 140737391256161 140737391259599 0
[pid=8753/tid=8759] ppid=8751 vsize=13974352 memory=139775811462784 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8759/stat : 8759 (java) S 8751 8751 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 69008862 14309736448 6925 18446744073709551615 4194304 4196468 140737391247424 139721287153904 139722168986242 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24678400 140737391255985 140737391256161 140737391256161 140737391259599 0
[pid=8753/tid=8760] ppid=8751 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8760/stat : 8760 (java) S 8751 8751 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 69008863 14309736448 6925 18446744073709551615 4194304 4196468 140737391247424 139721286100128 139722168985301 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24678400 140737391255985 140737391256161 140737391256161 140737391259599 0
[pid=8753/tid=8761] ppid=8751 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8761/stat : 8761 (java) S 8751 8751 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 69008863 14309736448 6925 18446744073709551615 4194304 4196468 140737391247424 139721285047024 139722168985301 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24678400 140737391255985 140737391256161 140737391256161 140737391259599 0
[pid=8753/tid=8762] ppid=8751 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8762/stat : 8762 (java) S 8751 8751 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 69008866 14309736448 6925 18446744073709551615 4194304 4196468 140737391247424 139721283995600 139722168993691 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24678400 140737391255985 140737391256161 140737391256161 140737391259599 0
[pid=8753/tid=8763] ppid=8751 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8763/stat : 8763 (java) S 8751 8751 11586 0 -1 1077944384 304 0 0 0 0 0 0 0 20 0 15 0 69008866 14309736448 6925 18446744073709551615 4194304 4196468 140737391247424 139721282943728 139722168986242 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24678400 140737391255985 140737391256161 140737391256161 140737391259599 0
[pid=8753/tid=8764] ppid=8751 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8764/stat : 8764 (java) S 8751 8751 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 69008866 14309736448 6925 18446744073709551615 4194304 4196468 140737391247424 139721281891184 139722168986242 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24678400 140737391255985 140737391256161 140737391256161 140737391259599 0
[pid=8753/tid=8765] ppid=8751 vsize=13974352 memory=139775811462784 CPUtime=0.01 cores=0,2,4,6
/proc/8753/task/8765/stat : 8765 (java) S 8751 8751 11586 0 -1 1077944384 241 0 0 0 1 0 0 0 20 0 15 0 69008866 14309736448 6925 18446744073709551615 4194304 4196468 140737391247424 139721280838128 139722168986242 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24678400 140737391255985 140737391256161 140737391256161 140737391259599 0
[pid=8753/tid=8766] ppid=8751 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8766/stat : 8766 (java) S 8751 8751 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 69008866 14309736448 6925 18446744073709551615 4194304 4196468 140737391247424 139721279785824 139722168985301 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24678400 140737391255985 140737391256161 140737391256161 140737391259599 0
[pid=8753/tid=8767] ppid=8751 vsize=13974352 memory=139775811462784 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8767/stat : 8767 (java) S 8751 8751 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 69008870 14309736448 6925 18446744073709551615 4194304 4196468 140737391247424 139721278732848 139722168986242 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24678400 140737391255985 140737391256161 140737391256161 140737391259599 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 29080 KiB

[startup+0.310511 s]*
/proc/loadavg: 1.22 1.31 1.32 5/213 8767
/proc/meminfo: memFree=31312764/32770624 swapFree=67108860/67108860
[pid=8751] ppid=8748 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/8751/stat : 8751 (xcsp3-exec) S 8748 8751 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 69008851 9740288 345 18446744073709551615 4194304 5098028 140736466180288 140736466178392 140171229917820 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 8 0 0 7196144 7232144 38248448 140736466186616 140736466186821 140736466186821 140736466190315 0
/proc/8751/statm: 2378 345 289 221 0 87 0
[pid=8753] ppid=8751 vsize=13974352 memory=37348 CPUtime=0.29 cores=0,2,4,6
/proc/8753/stat : 8753 (java) S 8751 8751 11586 0 -1 1077944320 8930 0 0 0 27 2 0 0 20 0 15 0 69008860 14309736448 9337 18446744073709551615 4194304 4196468 140737391247424 140737391229968 139722168975095 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24678400 140737391255985 140737391256161 140737391256161 140737391259599 0
/proc/8753/statm: 3493588 9337 2997 1 0 3482964 0
[pid=8753/tid=8754] ppid=8751 vsize=13974352 memory=6933928925625698159 CPUtime=0.17 cores=0,2,4,6
/proc/8753/task/8754/stat : 8754 (java) R 8751 8751 11586 0 -1 4202560 6150 0 0 0 16 1 0 0 20 0 15 0 69008860 14309736448 9337 18446744073709551615 4194304 4196468 140737391247424 139722173209488 139721811806100 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 24678400 140737391255985 140737391256161 140737391256161 140737391259599 0
[pid=8753/tid=8755] ppid=8751 vsize=13974352 memory=-7003737579269690708 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8755/stat : 8755 (java) S 8751 8751 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 69008861 14309736448 9337 18446744073709551615 4194304 4196468 140737391247424 139721768778768 139722168985301 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24678400 140737391255985 140737391256161 140737391256161 140737391259599 0
[pid=8753/tid=8756] ppid=8751 vsize=13974352 memory=8549419251379899200 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8756/stat : 8756 (java) S 8751 8751 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 69008861 14309736448 9849 18446744073709551615 4194304 4196468 140737391247424 139721767726224 139722168985301 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24678400 140737391255985 140737391256161 140737391256161 140737391259599 0
[pid=8753/tid=8757] ppid=8751 vsize=13974352 memory=-7299339441649872004 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8757/stat : 8757 (java) S 8751 8751 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 69008861 14309736448 9849 18446744073709551615 4194304 4196468 140737391247424 139721766673168 139722168985301 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24678400 140737391255985 140737391256161 140737391256161 140737391259599 0
[pid=8753/tid=8758] ppid=8751 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8758/stat : 8758 (java) S 8751 8751 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 69008861 14309736448 9849 18446744073709551615 4194304 4196468 140737391247424 139721765620624 139722168985301 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24678400 140737391255985 140737391256161 140737391256161 140737391259599 0
[pid=8753/tid=8759] ppid=8751 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8759/stat : 8759 (java) S 8751 8751 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 69008862 14309736448 9849 18446744073709551615 4194304 4196468 140737391247424 139721287153904 139722168986242 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24678400 140737391255985 140737391256161 140737391256161 140737391259599 0
[pid=8753/tid=8760] ppid=8751 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8760/stat : 8760 (java) S 8751 8751 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 69008863 14309736448 9849 18446744073709551615 4194304 4196468 140737391247424 139721286100128 139722168985301 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24678400 140737391255985 140737391256161 140737391256161 140737391259599 0
[pid=8753/tid=8761] ppid=8751 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8761/stat : 8761 (java) S 8751 8751 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 69008863 14309736448 9849 18446744073709551615 4194304 4196468 140737391247424 139721285047024 139722168985301 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24678400 140737391255985 140737391256161 140737391256161 140737391259599 0
[pid=8753/tid=8762] ppid=8751 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8762/stat : 8762 (java) S 8751 8751 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 69008866 14309736448 9849 18446744073709551615 4194304 4196468 140737391247424 139721283995600 139722168993691 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24678400 140737391255985 140737391256161 140737391256161 140737391259599 0
[pid=8753/tid=8763] ppid=8751 vsize=13974352 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/8753/task/8763/stat : 8763 (java) R 8751 8751 11586 0 -1 1077944384 487 0 0 0 1 0 0 0 20 0 15 0 69008866 14309736448 9849 18446744073709551615 4194304 4196468 140737391247424 139721282943728 139722168986242 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24678400 140737391255985 140737391256161 140737391256161 140737391259599 0
[pid=8753/tid=8764] ppid=8751 vsize=13974352 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/8753/task/8764/stat : 8764 (java) R 8751 8751 11586 0 -1 4202560 270 0 0 0 2 0 0 0 20 0 15 0 69008866 14309736448 9849 18446744073709551615 4194304 4196468 140737391247424 139721281891184 139722148629920 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24678400 140737391255985 140737391256161 140737391256161 140737391259599 0
[pid=8753/tid=8765] ppid=8751 vsize=13974352 memory=0 CPUtime=0.06 cores=0,2,4,6
/proc/8753/task/8765/stat : 8765 (java) R 8751 8751 11586 0 -1 4202560 719 0 0 0 6 0 0 0 20 0 15 0 69008866 14309736448 9849 18446744073709551615 4194304 4196468 140737391247424 139721280838128 139722168996442 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24678400 140737391255985 140737391256161 140737391256161 140737391259599 0
[pid=8753/tid=8766] ppid=8751 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8766/stat : 8766 (java) S 8751 8751 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 69008866 14309736448 9849 18446744073709551615 4194304 4196468 140737391247424 139721279785824 139722168985301 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24678400 140737391255985 140737391256161 140737391256161 140737391259599 0
[pid=8753/tid=8767] ppid=8751 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8767/stat : 8767 (java) S 8751 8751 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 69008870 14309736448 9849 18446744073709551615 4194304 4196468 140737391247424 139721278732848 139722168986242 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24678400 140737391255985 140737391256161 140737391256161 140737391259599 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 38728 KiB

[startup+0.70079 s]
/proc/loadavg: 1.22 1.31 1.32 5/213 8767
/proc/meminfo: memFree=31296252/32770624 swapFree=67108860/67108860
[pid=8751] ppid=8748 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/8751/stat : 8751 (xcsp3-exec) S 8748 8751 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 69008851 9740288 345 18446744073709551615 4194304 5098028 140736466180288 140736466178392 140171229917820 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 8 0 0 7196144 7232144 38248448 140736466186616 140736466186821 140736466186821 140736466190315 0
/proc/8751/statm: 2378 345 289 221 0 87 0
[pid=8753] ppid=8751 vsize=13978684 memory=93360 CPUtime=1.23 cores=0,2,4,6
/proc/8753/stat : 8753 (java) S 8751 8751 11586 0 -1 1077944320 12415 0 0 0 119 4 0 0 20 0 15 0 69008860 14314172416 23340 18446744073709551615 4194304 4196468 140737391247424 140737391229968 139722168975095 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24678400 140737391255985 140737391256161 140737391256161 140737391259599 0
/proc/8753/statm: 3494671 23340 3163 1 0 3482964 0
[pid=8753/tid=8754] ppid=8751 vsize=13978684 memory=7295945021985939355 CPUtime=0.55 cores=0,2,4,6
/proc/8753/task/8754/stat : 8754 (java) R 8751 8751 11586 0 -1 4202560 7910 0 0 0 52 3 0 0 20 0 15 0 69008860 14314172416 23340 18446744073709551615 4194304 4196468 140737391247424 139722173209360 139721810365012 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 24678400 140737391255985 140737391256161 140737391256161 140737391259599 0
[pid=8753/tid=8755] ppid=8751 vsize=13978684 memory=6307362066099964316 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8755/stat : 8755 (java) S 8751 8751 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 69008861 14314172416 23340 18446744073709551615 4194304 4196468 140737391247424 139721768778768 139722168985301 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24678400 140737391255985 140737391256161 140737391256161 140737391259599 0
[pid=8753/tid=8756] ppid=8751 vsize=13978684 memory=7518588407633241686 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8756/stat : 8756 (java) S 8751 8751 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 69008861 14314172416 23340 18446744073709551615 4194304 4196468 140737391247424 139721767726224 139722168985301 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24678400 140737391255985 140737391256161 140737391256161 140737391259599 0
[pid=8753/tid=8757] ppid=8751 vsize=13978684 memory=7595725831727968097 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8757/stat : 8757 (java) S 8751 8751 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 69008861 14314172416 23340 18446744073709551615 4194304 4196468 140737391247424 139721766673168 139722168985301 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24678400 140737391255985 140737391256161 140737391256161 140737391259599 0
[pid=8753/tid=8758] ppid=8751 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8758/stat : 8758 (java) S 8751 8751 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 69008861 14314172416 23340 18446744073709551615 4194304 4196468 140737391247424 139721765620624 139722168985301 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24678400 140737391255985 140737391256161 140737391256161 140737391259599 0
[pid=8753/tid=8759] ppid=8751 vsize=13978684 memory=4120 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8759/stat : 8759 (java) S 8751 8751 11586 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 69008862 14314172416 23340 18446744073709551615 4194304 4196468 140737391247424 139721287153904 139722168986242 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24678400 140737391255985 140737391256161 140737391256161 140737391259599 0
[pid=8753/tid=8760] ppid=8751 vsize=13978684 memory=2241 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8760/stat : 8760 (java) S 8751 8751 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 69008863 14314172416 23340 18446744073709551615 4194304 4196468 140737391247424 139721286100128 139722168985301 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24678400 140737391255985 140737391256161 140737391256161 140737391259599 0
[pid=8753/tid=8761] ppid=8751 vsize=13978684 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8761/stat : 8761 (java) S 8751 8751 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 69008863 14314172416 23340 18446744073709551615 4194304 4196468 140737391247424 139721285047024 139722168985301 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24678400 140737391255985 140737391256161 140737391256161 140737391259599 0
[pid=8753/tid=8762] ppid=8751 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8762/stat : 8762 (java) S 8751 8751 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 69008866 14314172416 23340 18446744073709551615 4194304 4196468 140737391247424 139721283995600 139722168993691 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24678400 140737391255985 140737391256161 140737391256161 140737391259599 0
[pid=8753/tid=8763] ppid=8751 vsize=13978684 memory=0 CPUtime=0.22 cores=0,2,4,6
/proc/8753/task/8763/stat : 8763 (java) R 8751 8751 11586 0 -1 4202560 1062 0 0 0 22 0 0 0 20 0 15 0 69008866 14314172416 23340 18446744073709551615 4194304 4196468 140737391247424 139721282936752 139722148663537 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24678400 140737391255985 140737391256161 140737391256161 140737391259599 0
[pid=8753/tid=8764] ppid=8751 vsize=13978684 memory=0 CPUtime=0.23 cores=0,2,4,6
/proc/8753/task/8764/stat : 8764 (java) R 8751 8751 11586 0 -1 4202560 896 0 0 0 23 0 0 0 20 0 15 0 69008866 14314172416 23340 18446744073709551615 4194304 4196468 140737391247424 139721281891312 139722152398552 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24678400 140737391255985 140737391256161 140737391256161 140737391259599 0
[pid=8753/tid=8765] ppid=8751 vsize=13978684 memory=19265 CPUtime=0.21 cores=0,2,4,6
/proc/8753/task/8765/stat : 8765 (java) R 8751 8751 11586 0 -1 1077944384 1239 0 0 0 21 0 0 0 20 0 15 0 69008866 14314172416 23340 18446744073709551615 4194304 4196468 140737391247424 139721280838128 139722168986242 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24678400 140737391255985 140737391256161 140737391256161 140737391259599 0
[pid=8753/tid=8766] ppid=8751 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8766/stat : 8766 (java) S 8751 8751 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 69008866 14314172416 23340 18446744073709551615 4194304 4196468 140737391247424 139721279785824 139722168985301 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24678400 140737391255985 140737391256161 140737391256161 140737391259599 0
[pid=8753/tid=8767] ppid=8751 vsize=13978684 memory=-9174445032661854264 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8767/stat : 8767 (java) S 8751 8751 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 69008870 14314172416 23340 18446744073709551615 4194304 4196468 140737391247424 139721278732848 139722168986242 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24678400 140737391255985 140737391256161 140737391256161 140737391259599 0
Current children cumulated CPU time: 1.23 s
Current children cumulated vsize: 13988196 KiB
Current children cumulated memory: 94740 KiB

[startup+1.50079 s]
/proc/loadavg: 1.22 1.31 1.32 3/213 8767
/proc/meminfo: memFree=31168504/32770624 swapFree=67108860/67108860
[pid=8751] ppid=8748 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/8751/stat : 8751 (xcsp3-exec) S 8748 8751 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 69008851 9740288 345 18446744073709551615 4194304 5098028 140736466180288 140736466178392 140171229917820 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 8 0 0 7196144 7232144 38248448 140736466186616 140736466186821 140736466186821 140736466190315 0
/proc/8751/statm: 2378 345 289 221 0 87 0
[pid=8753] ppid=8751 vsize=13980732 memory=207364 CPUtime=3.4 cores=0,2,4,6
/proc/8753/stat : 8753 (java) S 8751 8751 11586 0 -1 1077944320 17477 0 0 0 332 8 0 0 20 0 15 0 69008860 14316269568 51841 18446744073709551615 4194304 4196468 140737391247424 140737391229968 139722168975095 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24678400 140737391255985 140737391256161 140737391256161 140737391259599 0
/proc/8753/statm: 3495183 51841 3197 1 0 3483476 0
[pid=8753/tid=8754] ppid=8751 vsize=13980732 memory=4120 CPUtime=1.33 cores=0,2,4,6
/proc/8753/task/8754/stat : 8754 (java) R 8751 8751 11586 0 -1 4202560 8701 0 0 0 128 5 0 0 20 0 15 0 69008860 14316269568 51841 18446744073709551615 4194304 4196468 140737391247424 139722173213264 139721814477388 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 24678400 140737391255985 140737391256161 140737391256161 140737391259599 0
[pid=8753/tid=8755] ppid=8751 vsize=13980732 memory=38672 CPUtime=0.01 cores=0,2,4,6
/proc/8753/task/8755/stat : 8755 (java) S 8751 8751 11586 0 -1 1077944384 19 0 0 0 1 0 0 0 20 0 15 0 69008861 14316269568 51841 18446744073709551615 4194304 4196468 140737391247424 139721768778768 139722168985301 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24678400 140737391255985 140737391256161 140737391256161 140737391259599 0
[pid=8753/tid=8756] ppid=8751 vsize=13980732 memory=63838834 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8756/stat : 8756 (java) S 8751 8751 11586 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 69008861 14316269568 51841 18446744073709551615 4194304 4196468 140737391247424 139721767726224 139722168985301 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24678400 140737391255985 140737391256161 140737391256161 140737391259599 0
[pid=8753/tid=8757] ppid=8751 vsize=13980732 memory=2372 CPUtime=0.01 cores=0,2,4,6
/proc/8753/task/8757/stat : 8757 (java) S 8751 8751 11586 0 -1 1077944384 17 0 0 0 1 0 0 0 20 0 15 0 69008861 14316269568 51841 18446744073709551615 4194304 4196468 140737391247424 139721766673168 139722168985301 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24678400 140737391255985 140737391256161 140737391256161 140737391259599 0
[pid=8753/tid=8758] ppid=8751 vsize=13980732 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/8753/task/8758/stat : 8758 (java) S 8751 8751 11586 0 -1 1077944384 14 0 0 0 1 0 0 0 20 0 15 0 69008861 14316269568 51841 18446744073709551615 4194304 4196468 140737391247424 139721765620624 139722168985301 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24678400 140737391255985 140737391256161 140737391256161 140737391259599 0
[pid=8753/tid=8759] ppid=8751 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8759/stat : 8759 (java) S 8751 8751 11586 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 69008862 14316269568 51841 18446744073709551615 4194304 4196468 140737391247424 139721287153904 139722168986242 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24678400 140737391255985 140737391256161 140737391256161 140737391259599 0
[pid=8753/tid=8760] ppid=8751 vsize=13980732 memory=55 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8760/stat : 8760 (java) S 8751 8751 11586 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 69008863 14316269568 51841 18446744073709551615 4194304 4196468 140737391247424 139721286100128 139722168985301 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24678400 140737391255985 140737391256161 140737391256161 140737391259599 0
[pid=8753/tid=8761] ppid=8751 vsize=13980732 memory=1585 CPUtime=0 cores=0,2,4,6

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

[startup+76.8008 s]
/proc/loadavg: 1.81 1.46 1.37 3/212 9378
/proc/meminfo: memFree=31127948/32770624 swapFree=67108860/67108860
[pid=8751] ppid=8748 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/8751/stat : 8751 (xcsp3-exec) S 8748 8751 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 69008851 9740288 345 18446744073709551615 4194304 5098028 140736466180288 140736466178392 140171229917820 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 8 0 0 7196144 7232144 38248448 140736466186616 140736466186821 140736466186821 140736466190315 0
/proc/8751/statm: 2378 345 289 221 0 87 0
[pid=8753] ppid=8751 vsize=13980732 memory=225044 CPUtime=81.77 cores=0,2,4,6
/proc/8753/stat : 8753 (java) S 8751 8751 11586 0 -1 1077944320 40087 0 0 0 8158 19 0 0 20 0 15 0 69008860 14316269568 56261 18446744073709551615 4194304 4196468 140737391247424 140737391229968 139722168975095 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24678400 140737391255985 140737391256161 140737391256161 140737391259599 0
/proc/8753/statm: 3495183 56261 3238 1 0 3483476 0
[pid=8753/tid=8754] ppid=8751 vsize=13980732 memory=269668 CPUtime=76.55 cores=0,2,4,6
/proc/8753/task/8754/stat : 8754 (java) R 8751 8751 11586 0 -1 4202560 12240 0 0 0 7647 8 0 0 20 0 15 0 69008860 14316269568 56261 18446744073709551615 4194304 4196468 140737391247424 139722173214336 139721814809037 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 24678400 140737391255985 140737391256161 140737391256161 140737391259599 0
[pid=8753/tid=8755] ppid=8751 vsize=13980732 memory=9992 CPUtime=0.04 cores=0,2,4,6
/proc/8753/task/8755/stat : 8755 (java) S 8751 8751 11586 0 -1 1077944384 1097 0 0 0 3 1 0 0 20 0 15 0 69008861 14316269568 56261 18446744073709551615 4194304 4196468 140737391247424 139721768778768 139722168985301 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24678400 140737391255985 140737391256161 140737391256161 140737391259599 0
[pid=8753/tid=8756] ppid=8751 vsize=13980732 memory=1380 CPUtime=0.04 cores=0,2,4,6
/proc/8753/task/8756/stat : 8756 (java) S 8751 8751 11586 0 -1 1077944384 623 0 0 0 3 1 0 0 20 0 15 0 69008861 14316269568 56261 18446744073709551615 4194304 4196468 140737391247424 139721767726224 139722168985301 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24678400 140737391255985 140737391256161 140737391256161 140737391259599 0
[pid=8753/tid=8757] ppid=8751 vsize=13980732 memory=-7003737579269690708 CPUtime=0.04 cores=0,2,4,6
/proc/8753/task/8757/stat : 8757 (java) S 8751 8751 11586 0 -1 1077944384 545 0 0 0 3 1 0 0 20 0 15 0 69008861 14316269568 56261 18446744073709551615 4194304 4196468 140737391247424 139721766673168 139722168985301 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24678400 140737391255985 140737391256161 140737391256161 140737391259599 0
[pid=8753/tid=8758] ppid=8751 vsize=13980732 memory=1380 CPUtime=0.04 cores=0,2,4,6
/proc/8753/task/8758/stat : 8758 (java) S 8751 8751 11586 0 -1 1077944384 524 0 0 0 3 1 0 0 20 0 15 0 69008861 14316269568 56261 18446744073709551615 4194304 4196468 140737391247424 139721765620624 139722168985301 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24678400 140737391255985 140737391256161 140737391256161 140737391259599 0
[pid=8753/tid=8759] ppid=8751 vsize=13980732 memory=644 CPUtime=0.02 cores=0,2,4,6
/proc/8753/task/8759/stat : 8759 (java) S 8751 8751 11586 0 -1 1077944384 1321 0 0 0 2 0 0 0 20 0 15 0 69008862 14316269568 56261 18446744073709551615 4194304 4196468 140737391247424 139721287153904 139722168986242 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24678400 140737391255985 140737391256161 140737391256161 140737391259599 0
[pid=8753/tid=8760] ppid=8751 vsize=13980732 memory=7680170660397595203 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8760/stat : 8760 (java) S 8751 8751 11586 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 69008863 14316269568 56261 18446744073709551615 4194304 4196468 140737391247424 139721286100192 139722168985301 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24678400 140737391255985 140737391256161 140737391256161 140737391259599 0
[pid=8753/tid=8761] ppid=8751 vsize=13980732 memory=225044 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8761/stat : 8761 (java) S 8751 8751 11586 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 69008863 14316269568 56261 18446744073709551615 4194304 4196468 140737391247424 139721285047040 139722168985301 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24678400 140737391255985 140737391256161 140737391256161 140737391259599 0
[pid=8753/tid=8762] ppid=8751 vsize=13980732 memory=2760 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8762/stat : 8762 (java) S 8751 8751 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 69008866 14316269568 56261 18446744073709551615 4194304 4196468 140737391247424 139721283995600 139722168993691 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24678400 140737391255985 140737391256161 140737391256161 140737391259599 0
[pid=8753/tid=8763] ppid=8751 vsize=13980732 memory=2844 CPUtime=2.13 cores=0,2,4,6
/proc/8753/task/8763/stat : 8763 (java) S 8751 8751 11586 0 -1 1077944384 10126 0 0 0 213 0 0 0 20 0 15 0 69008866 14316269568 56261 18446744073709551615 4194304 4196468 140737391247424 139721282943728 139722168986242 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24678400 140737391255985 140737391256161 140737391256161 140737391259599 0
[pid=8753/tid=8764] ppid=8751 vsize=13980732 memory=7680170660397595203 CPUtime=2.3 cores=0,2,4,6
/proc/8753/task/8764/stat : 8764 (java) S 8751 8751 11586 0 -1 1077944384 8456 0 0 0 229 1 0 0 20 0 15 0 69008866 14316269568 56261 18446744073709551615 4194304 4196468 140737391247424 139721281891184 139722168986242 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24678400 140737391255985 140737391256161 140737391256161 140737391259599 0
[pid=8753/tid=8765] ppid=8751 vsize=13980732 memory=644 CPUtime=0.5 cores=0,2,4,6
/proc/8753/task/8765/stat : 8765 (java) S 8751 8751 11586 0 -1 1077944384 3329 0 0 0 50 0 0 0 20 0 15 0 69008866 14316269568 56261 18446744073709551615 4194304 4196468 140737391247424 139721280838128 139722168986242 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24678400 140737391255985 140737391256161 140737391256161 140737391259599 0
[pid=8753/tid=8766] ppid=8751 vsize=13980732 memory=1788 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8766/stat : 8766 (java) S 8751 8751 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 69008866 14316269568 56261 18446744073709551615 4194304 4196468 140737391247424 139721279785824 139722168985301 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24678400 140737391255985 140737391256161 140737391256161 140737391259599 0
[pid=8753/tid=8767] ppid=8751 vsize=13980732 memory=956 CPUtime=0.03 cores=0,2,4,6
/proc/8753/task/8767/stat : 8767 (java) S 8751 8751 11586 0 -1 1077944384 489 0 0 0 1 2 0 0 20 0 15 0 69008870 14316269568 56261 18446744073709551615 4194304 4196468 140737391247424 139721278732848 139722168986242 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24678400 140737391255985 140737391256161 140737391256161 140737391259599 0
Current children cumulated CPU time: 81.77 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 226424 KiB

[startup+78.4008 s]
/proc/loadavg: 1.81 1.46 1.37 3/212 9378
/proc/meminfo: memFree=31128592/32770624 swapFree=67108860/67108860
[pid=8751] ppid=8748 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/8751/stat : 8751 (xcsp3-exec) S 8748 8751 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 69008851 9740288 345 18446744073709551615 4194304 5098028 140736466180288 140736466178392 140171229917820 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 8 0 0 7196144 7232144 38248448 140736466186616 140736466186821 140736466186821 140736466190315 0
/proc/8751/statm: 2378 345 289 221 0 87 0
[pid=8753] ppid=8751 vsize=13980732 memory=222992 CPUtime=83.38 cores=0,2,4,6
/proc/8753/stat : 8753 (java) S 8751 8751 11586 0 -1 1077944320 40263 0 0 0 8319 19 0 0 20 0 15 0 69008860 14316269568 55748 18446744073709551615 4194304 4196468 140737391247424 140737391229968 139722168975095 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24678400 140737391255985 140737391256161 140737391256161 140737391259599 0
/proc/8753/statm: 3495183 55748 3238 1 0 3483476 0
[pid=8753/tid=8754] ppid=8751 vsize=13980732 memory=16240 CPUtime=78.15 cores=0,2,4,6
/proc/8753/task/8754/stat : 8754 (java) R 8751 8751 11586 0 -1 4202560 12397 0 0 0 7807 8 0 0 20 0 15 0 69008860 14316269568 55748 18446744073709551615 4194304 4196468 140737391247424 139722173214656 139721815408644 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 24678400 140737391255985 140737391256161 140737391256161 140737391259599 0
[pid=8753/tid=8755] ppid=8751 vsize=13980732 memory=21840 CPUtime=0.04 cores=0,2,4,6
/proc/8753/task/8755/stat : 8755 (java) S 8751 8751 11586 0 -1 1077944384 1097 0 0 0 3 1 0 0 20 0 15 0 69008861 14316269568 55748 18446744073709551615 4194304 4196468 140737391247424 139721768778768 139722168985301 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24678400 140737391255985 140737391256161 140737391256161 140737391259599 0
[pid=8753/tid=8756] ppid=8751 vsize=13980732 memory=4048 CPUtime=0.04 cores=0,2,4,6
/proc/8753/task/8756/stat : 8756 (java) S 8751 8751 11586 0 -1 1077944384 624 0 0 0 3 1 0 0 20 0 15 0 69008861 14316269568 55748 18446744073709551615 4194304 4196468 140737391247424 139721767726224 139722168985301 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24678400 140737391255985 140737391256161 140737391256161 140737391259599 0
[pid=8753/tid=8757] ppid=8751 vsize=13980732 memory=644 CPUtime=0.04 cores=0,2,4,6
/proc/8753/task/8757/stat : 8757 (java) S 8751 8751 11586 0 -1 1077944384 545 0 0 0 3 1 0 0 20 0 15 0 69008861 14316269568 55748 18446744073709551615 4194304 4196468 140737391247424 139721766673168 139722168985301 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24678400 140737391255985 140737391256161 140737391256161 140737391259599 0
[pid=8753/tid=8758] ppid=8751 vsize=13980732 memory=222992 CPUtime=0.04 cores=0,2,4,6
/proc/8753/task/8758/stat : 8758 (java) S 8751 8751 11586 0 -1 1077944384 524 0 0 0 3 1 0 0 20 0 15 0 69008861 14316269568 55748 18446744073709551615 4194304 4196468 140737391247424 139721765620624 139722168985301 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24678400 140737391255985 140737391256161 140737391256161 140737391259599 0
[pid=8753/tid=8759] ppid=8751 vsize=13980732 memory=8137 CPUtime=0.02 cores=0,2,4,6
/proc/8753/task/8759/stat : 8759 (java) S 8751 8751 11586 0 -1 1077944384 1324 0 0 0 2 0 0 0 20 0 15 0 69008862 14316269568 55748 18446744073709551615 4194304 4196468 140737391247424 139721287153904 139722168986242 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24678400 140737391255985 140737391256161 140737391256161 140737391259599 0
[pid=8753/tid=8760] ppid=8751 vsize=13980732 memory=7615 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8760/stat : 8760 (java) S 8751 8751 11586 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 69008863 14316269568 55748 18446744073709551615 4194304 4196468 140737391247424 139721286100192 139722168985301 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24678400 140737391255985 140737391256161 140737391256161 140737391259599 0
[pid=8753/tid=8761] ppid=8751 vsize=13980732 memory=4 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8761/stat : 8761 (java) S 8751 8751 11586 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 69008863 14316269568 55748 18446744073709551615 4194304 4196468 140737391247424 139721285047040 139722168985301 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24678400 140737391255985 140737391256161 140737391256161 140737391259599 0
[pid=8753/tid=8762] ppid=8751 vsize=13980732 memory=4 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8762/stat : 8762 (java) S 8751 8751 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 69008866 14316269568 55748 18446744073709551615 4194304 4196468 140737391247424 139721283995600 139722168993691 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24678400 140737391255985 140737391256161 140737391256161 140737391259599 0
[pid=8753/tid=8763] ppid=8751 vsize=13980732 memory=38672 CPUtime=2.13 cores=0,2,4,6
/proc/8753/task/8763/stat : 8763 (java) S 8751 8751 11586 0 -1 1077944384 10126 0 0 0 213 0 0 0 20 0 15 0 69008866 14316269568 55748 18446744073709551615 4194304 4196468 140737391247424 139721282943728 139722168986242 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24678400 140737391255985 140737391256161 140737391256161 140737391259599 0
[pid=8753/tid=8764] ppid=8751 vsize=13980732 memory=2384 CPUtime=2.3 cores=0,2,4,6
/proc/8753/task/8764/stat : 8764 (java) S 8751 8751 11586 0 -1 1077944384 8456 0 0 0 229 1 0 0 20 0 15 0 69008866 14316269568 55748 18446744073709551615 4194304 4196468 140737391247424 139721281891184 139722168986242 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24678400 140737391255985 140737391256161 140737391256161 140737391259599 0
[pid=8753/tid=8765] ppid=8751 vsize=13980732 memory=1296 CPUtime=0.5 cores=0,2,4,6
/proc/8753/task/8765/stat : 8765 (java) S 8751 8751 11586 0 -1 1077944384 3329 0 0 0 50 0 0 0 20 0 15 0 69008866 14316269568 55748 18446744073709551615 4194304 4196468 140737391247424 139721280838128 139722168986242 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24678400 140737391255985 140737391256161 140737391256161 140737391259599 0
[pid=8753/tid=8766] ppid=8751 vsize=13980732 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8766/stat : 8766 (java) S 8751 8751 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 69008866 14316269568 55748 18446744073709551615 4194304 4196468 140737391247424 139721279785824 139722168985301 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24678400 140737391255985 140737391256161 140737391256161 140737391259599 0
[pid=8753/tid=8767] ppid=8751 vsize=13980732 memory=5788 CPUtime=0.03 cores=0,2,4,6
/proc/8753/task/8767/stat : 8767 (java) S 8751 8751 11586 0 -1 1077944384 504 0 0 0 1 2 0 0 20 0 15 0 69008870 14316269568 55748 18446744073709551615 4194304 4196468 140737391247424 139721278732848 139722168986242 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24678400 140737391255985 140737391256161 140737391256161 140737391259599 0
Current children cumulated CPU time: 83.38 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 224372 KiB

[startup+78.8008 s]
/proc/loadavg: 1.81 1.46 1.37 3/212 9378
/proc/meminfo: memFree=31128592/32770624 swapFree=67108860/67108860
[pid=8751] ppid=8748 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/8751/stat : 8751 (xcsp3-exec) S 8748 8751 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 69008851 9740288 345 18446744073709551615 4194304 5098028 140736466180288 140736466178392 140171229917820 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 8 0 0 7196144 7232144 38248448 140736466186616 140736466186821 140736466186821 140736466190315 0
/proc/8751/statm: 2378 345 289 221 0 87 0
[pid=8753] ppid=8751 vsize=13980732 memory=222992 CPUtime=83.78 cores=0,2,4,6
/proc/8753/stat : 8753 (java) S 8751 8751 11586 0 -1 1077944320 40263 0 0 0 8359 19 0 0 20 0 15 0 69008860 14316269568 55748 18446744073709551615 4194304 4196468 140737391247424 140737391229968 139722168975095 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24678400 140737391255985 140737391256161 140737391256161 140737391259599 0
/proc/8753/statm: 3495183 55748 3238 1 0 3483476 0
[pid=8753/tid=8754] ppid=8751 vsize=13980732 memory=21840 CPUtime=78.55 cores=0,2,4,6
/proc/8753/task/8754/stat : 8754 (java) R 8751 8751 11586 0 -1 4202560 12397 0 0 0 7847 8 0 0 20 0 15 0 69008860 14316269568 55748 18446744073709551615 4194304 4196468 140737391247424 139722173214656 139721814962060 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 24678400 140737391255985 140737391256161 140737391256161 140737391259599 0
[pid=8753/tid=8755] ppid=8751 vsize=13980732 memory=4048 CPUtime=0.04 cores=0,2,4,6
/proc/8753/task/8755/stat : 8755 (java) S 8751 8751 11586 0 -1 1077944384 1097 0 0 0 3 1 0 0 20 0 15 0 69008861 14316269568 55748 18446744073709551615 4194304 4196468 140737391247424 139721768778768 139722168985301 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24678400 140737391255985 140737391256161 140737391256161 140737391259599 0
[pid=8753/tid=8756] ppid=8751 vsize=13980732 memory=644 CPUtime=0.04 cores=0,2,4,6
/proc/8753/task/8756/stat : 8756 (java) S 8751 8751 11586 0 -1 1077944384 624 0 0 0 3 1 0 0 20 0 15 0 69008861 14316269568 55748 18446744073709551615 4194304 4196468 140737391247424 139721767726224 139722168985301 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24678400 140737391255985 140737391256161 140737391256161 140737391259599 0
[pid=8753/tid=8757] ppid=8751 vsize=13980732 memory=1788 CPUtime=0.04 cores=0,2,4,6
/proc/8753/task/8757/stat : 8757 (java) S 8751 8751 11586 0 -1 1077944384 545 0 0 0 3 1 0 0 20 0 15 0 69008861 14316269568 55748 18446744073709551615 4194304 4196468 140737391247424 139721766673168 139722168985301 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24678400 140737391255985 140737391256161 140737391256161 140737391259599 0
[pid=8753/tid=8758] ppid=8751 vsize=13980732 memory=7680170660397595203 CPUtime=0.04 cores=0,2,4,6
/proc/8753/task/8758/stat : 8758 (java) S 8751 8751 11586 0 -1 1077944384 524 0 0 0 3 1 0 0 20 0 15 0 69008861 14316269568 55748 18446744073709551615 4194304 4196468 140737391247424 139721765620624 139722168985301 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24678400 140737391255985 140737391256161 140737391256161 140737391259599 0
[pid=8753/tid=8759] ppid=8751 vsize=13980732 memory=3 CPUtime=0.02 cores=0,2,4,6
/proc/8753/task/8759/stat : 8759 (java) S 8751 8751 11586 0 -1 1077944384 1324 0 0 0 2 0 0 0 20 0 15 0 69008862 14316269568 55748 18446744073709551615 4194304 4196468 140737391247424 139721287153904 139722168986242 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24678400 140737391255985 140737391256161 140737391256161 140737391259599 0
[pid=8753/tid=8760] ppid=8751 vsize=13980732 memory=3 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8760/stat : 8760 (java) S 8751 8751 11586 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 69008863 14316269568 55748 18446744073709551615 4194304 4196468 140737391247424 139721286100192 139722168985301 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24678400 140737391255985 140737391256161 140737391256161 140737391259599 0
[pid=8753/tid=8761] ppid=8751 vsize=13980732 memory=4 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8761/stat : 8761 (java) S 8751 8751 11586 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 69008863 14316269568 55748 18446744073709551615 4194304 4196468 140737391247424 139721285047040 139722168985301 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24678400 140737391255985 140737391256161 140737391256161 140737391259599 0
[pid=8753/tid=8762] ppid=8751 vsize=13980732 memory=4 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8762/stat : 8762 (java) S 8751 8751 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 69008866 14316269568 55748 18446744073709551615 4194304 4196468 140737391247424 139721283995600 139722168993691 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24678400 140737391255985 140737391256161 140737391256161 140737391259599 0
[pid=8753/tid=8763] ppid=8751 vsize=13980732 memory=4 CPUtime=2.13 cores=0,2,4,6
/proc/8753/task/8763/stat : 8763 (java) S 8751 8751 11586 0 -1 1077944384 10126 0 0 0 213 0 0 0 20 0 15 0 69008866 14316269568 55748 18446744073709551615 4194304 4196468 140737391247424 139721282943728 139722168986242 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24678400 140737391255985 140737391256161 140737391256161 140737391259599 0
[pid=8753/tid=8764] ppid=8751 vsize=13980732 memory=7625 CPUtime=2.3 cores=0,2,4,6
/proc/8753/task/8764/stat : 8764 (java) S 8751 8751 11586 0 -1 1077944384 8456 0 0 0 229 1 0 0 20 0 15 0 69008866 14316269568 55748 18446744073709551615 4194304 4196468 140737391247424 139721281891184 139722168986242 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24678400 140737391255985 140737391256161 140737391256161 140737391259599 0
[pid=8753/tid=8765] ppid=8751 vsize=13980732 memory=15880 CPUtime=0.5 cores=0,2,4,6
/proc/8753/task/8765/stat : 8765 (java) S 8751 8751 11586 0 -1 1077944384 3329 0 0 0 50 0 0 0 20 0 15 0 69008866 14316269568 55748 18446744073709551615 4194304 4196468 140737391247424 139721280838128 139722168986242 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24678400 140737391255985 140737391256161 140737391256161 140737391259599 0
[pid=8753/tid=8766] ppid=8751 vsize=13980732 memory=16240 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8766/stat : 8766 (java) S 8751 8751 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 69008866 14316269568 55748 18446744073709551615 4194304 4196468 140737391247424 139721279785824 139722168985301 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24678400 140737391255985 140737391256161 140737391256161 140737391259599 0
[pid=8753/tid=8767] ppid=8751 vsize=13980732 memory=21840 CPUtime=0.03 cores=0,2,4,6
/proc/8753/task/8767/stat : 8767 (java) S 8751 8751 11586 0 -1 1077944384 504 0 0 0 1 2 0 0 20 0 15 0 69008870 14316269568 55748 18446744073709551615 4194304 4196468 140737391247424 139721278732848 139722168986242 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24678400 140737391255985 140737391256161 140737391256161 140737391259599 0
Current children cumulated CPU time: 83.78 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 224372 KiB

[startup+79.0008 s]*
/proc/loadavg: 1.81 1.46 1.37 3/212 9378
/proc/meminfo: memFree=31128620/32770624 swapFree=67108860/67108860
[pid=8751] ppid=8748 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/8751/stat : 8751 (xcsp3-exec) S 8748 8751 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 69008851 9740288 345 18446744073709551615 4194304 5098028 140736466180288 140736466178392 140171229917820 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 8 0 0 7196144 7232144 38248448 140736466186616 140736466186821 140736466186821 140736466190315 0
/proc/8751/statm: 2378 345 289 221 0 87 0
[pid=8753] ppid=8751 vsize=13980732 memory=223028 CPUtime=83.98 cores=0,2,4,6
/proc/8753/stat : 8753 (java) S 8751 8751 11586 0 -1 1077944320 41305 0 0 0 8379 19 0 0 20 0 15 0 69008860 14316269568 55757 18446744073709551615 4194304 4196468 140737391247424 140737391229968 139722168975095 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24678400 140737391255985 140737391256161 140737391256161 140737391259599 0
/proc/8753/statm: 3495183 55757 3239 1 0 3483476 0
[pid=8753/tid=8754] ppid=8751 vsize=13980732 memory=288230377007612190 CPUtime=78.75 cores=0,2,4,6
/proc/8753/task/8754/stat : 8754 (java) S 8751 8751 11586 0 -1 1077944384 13205 0 0 0 7867 8 0 0 20 0 13 0 69008860 14316269568 55764 18446744073709551615 4194304 4196468 140737391247424 139722173217936 139722168985301 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 24678400 140737391255985 140737391256161 140737391256161 140737391259599 0
[pid=8753/tid=8755] ppid=8751 vsize=13980732 memory=-6421031960926448530 CPUtime=0.04 cores=0,2,4,6
/proc/8753/task/8755/stat : 8755 (java) S 8751 8751 11586 0 -1 1077944384 1097 0 0 0 3 1 0 0 20 0 13 0 69008861 14316269568 55764 18446744073709551615 4194304 4196468 140737391247424 139721768778768 139722168985301 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24678400 140737391255985 140737391256161 140737391256161 140737391259599 0
[pid=8753/tid=8756] ppid=8751 vsize=13980732 memory=6872598998417432672 CPUtime=0.04 cores=0,2,4,6
/proc/8753/task/8756/stat : 8756 (java) S 8751 8751 11586 0 -1 1077944384 624 0 0 0 3 1 0 0 20 0 13 0 69008861 14316269568 55764 18446744073709551615 4194304 4196468 140737391247424 139721767726224 139722168985301 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24678400 140737391255985 140737391256161 140737391256161 140737391259599 0
[pid=8753/tid=8757] ppid=8751 vsize=13980732 memory=-7003737579269690708 CPUtime=0.04 cores=0,2,4,6
/proc/8753/task/8757/stat : 8757 (java) S 8751 8751 11586 0 -1 1077944384 545 0 0 0 3 1 0 0 20 0 13 0 69008861 14316269568 55764 18446744073709551615 4194304 4196468 140737391247424 139721766673168 139722168985301 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24678400 140737391255985 140737391256161 140737391256161 140737391259599 0
[pid=8753/tid=8758] ppid=8751 vsize=13980732 memory=928 CPUtime=0.04 cores=0,2,4,6
/proc/8753/task/8758/stat : 8758 (java) S 8751 8751 11586 0 -1 1077944384 524 0 0 0 3 1 0 0 20 0 13 0 69008861 14316269568 55764 18446744073709551615 4194304 4196468 140737391247424 139721765620624 139722168985301 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24678400 140737391255985 140737391256161 140737391256161 140737391259599 0
[pid=8753/tid=8759] ppid=8751 vsize=13980732 memory=1580 CPUtime=0.02 cores=0,2,4,6
/proc/8753/task/8759/stat : 8759 (java) S 8751 8751 11586 0 -1 1077944384 1334 0 0 0 2 0 0 0 20 0 13 0 69008862 14316269568 55764 18446744073709551615 4194304 4196468 140737391247424 139721287154112 139722168986242 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24678400 140737391255985 140737391256161 140737391256161 140737391259599 0
[pid=8753/tid=8760] ppid=8751 vsize=13980732 memory=2168 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8760/stat : 8760 (java) S 8751 8751 11586 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 13 0 69008863 14316269568 55764 18446744073709551615 4194304 4196468 140737391247424 139721286100192 139722168985301 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24678400 140737391255985 140737391256161 140737391256161 140737391259599 0
[pid=8753/tid=8761] ppid=8751 vsize=13980732 memory=836 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8761/stat : 8761 (java) S 8751 8751 11586 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 13 0 69008863 14316269568 55764 18446744073709551615 4194304 4196468 140737391247424 139721285047040 139722168985301 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24678400 140737391255985 140737391256161 140737391256161 140737391259599 0
[pid=8753/tid=8763] ppid=8751 vsize=13980732 memory=4064 CPUtime=2.13 cores=0,2,4,6
/proc/8753/task/8763/stat : 8763 (java) S 8751 8751 11586 0 -1 1077944384 10194 0 0 0 213 0 0 0 20 0 13 0 69008866 14316269568 55764 18446744073709551615 4194304 4196468 140737391247424 139721282943728 139722168986242 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24678400 140737391255985 140737391256161 140737391256161 140737391259599 0
[pid=8753/tid=8764] ppid=8751 vsize=13980732 memory=1156 CPUtime=2.3 cores=0,2,4,6
/proc/8753/task/8764/stat : 8764 (java) S 8751 8751 11586 0 -1 1077944384 8457 0 0 0 229 1 0 0 20 0 13 0 69008866 14316269568 55764 18446744073709551615 4194304 4196468 140737391247424 139721281891184 139722168986242 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24678400 140737391255985 140737391256161 140737391256161 140737391259599 0
[pid=8753/tid=8765] ppid=8751 vsize=13980732 memory=2864 CPUtime=0.5 cores=0,2,4,6
/proc/8753/task/8765/stat : 8765 (java) R 8751 8751 11586 0 -1 4202560 3603 0 0 0 50 0 0 0 20 0 13 0 69008866 14316269568 55764 18446744073709551615 4194304 4196468 140737391247424 139721280838048 139722148373759 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24678400 140737391255985 140737391256161 140737391256161 140737391259599 0
[pid=8753/tid=8766] ppid=8751 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8766/stat : 8766 (java) S 8751 8751 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 13 0 69008866 14316269568 55764 18446744073709551615 4194304 4196468 140737391247424 139721279785824 139722168985301 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24678400 140737391255985 140737391256161 140737391256161 140737391259599 0
Current children cumulated CPU time: 83.98 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 224408 KiB

Child status: 0
Real time (s): 79.026
CPU time (s): 84.0026
CPU user time (s): 83.8023
CPU system time (s): 0.200304
CPU usage (%): 106.297
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 349872

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 83.8023
system time used= 0.200304
maximum resident set size= 352100
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42030
page faults= 0
swaps= 0
block input operations= 0
block output operations= 192
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4493
involuntary context switches= 345


# summary of solver processes directly reported to runsolver:
#   pid: 8751
#   total CPU time (s): 84.0026
#   total CPU user time (s): 83.8023
#   total CPU system time (s): 0.200304

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.513114 second user time and 0.796565 second system time

The end

Launcher Data

Begin job on node124 at 2017-08-15 16:03:46
IDJOB=4269566
IDBENCH=133265
IDSOLVER=2660
FILE ID=node124/4269566-1502806682
RUNJOBID= node124-1502673801-14689
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/MagicSquare/MagicSquare-mdd-s1/MagicSquare-7-mdd.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-4269566-1502806682/watcher-4269566-1502806682 -o /tmp/evaluation-result-4269566-1502806682/solver-4269566-1502806682 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502673801-14689 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1044170617 HOME/instance-4269566-1502806682.xml

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

MD5SUM BENCH= 20a8e169b195ff609cdc9a5628947f82
RANDOM SEED=1044170617

node124.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.51
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.51
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.51
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.51
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:        31338444 kB
MemAvailable:   31767076 kB
Buffers:          242212 kB
Cached:           473368 kB
SwapCached:            0 kB
Active:           687556 kB
Inactive:         294040 kB
Active(anon):     217480 kB
Inactive(anon):    81948 kB
Active(file):     470076 kB
Inactive(file):   212092 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8680 kB
Writeback:             0 kB
AnonPages:        278080 kB
Mapped:            59924 kB
Shmem:             33512 kB
Slab:             151108 kB
SReclaimable:     124596 kB
SUnreclaim:        26512 kB
KernelStack:        3744 kB
PageTables:         5256 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1169288 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    217088 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 62016 MiB
End job on node124 at 2017-08-15 16:05:05