Trace number 4284178

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-08-18)UNSAT 26.646 22.413

General information on the benchmark

NameWwtpp/Wwtpp-ord-s1/
Wwtpp-ord-ex02280.xml
MD5SUM266034c566073a7f5804da8fab792568
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.31001899
Satisfiable
(Un)Satisfiability was proved
Number of variables476
Number of constraints402
Number of domains22
Minimum domain size1
Maximum domain size10001
Distribution of domain sizes[{"size":1,"count":22},{"size":2,"count":92},{"size":1001,"count":46},{"size":1501,"count":46},{"size":2501,"count":46},{"size":3001,"count":46},{"size":5001,"count":88},{"size":10001,"count":90}]
Minimum variable degree1
Maximum variable degree3
Distribution of variable degrees[{"degree":1,"count":16},{"degree":2,"count":29},{"degree":3,"count":431}]
Minimum constraint arity2
Maximum constraint arity24
Distribution of constraint arities[{"arity":2,"count":189},{"arity":3,"count":96},{"arity":4,"count":90},{"arity":10,"count":4},{"arity":11,"count":7},{"arity":12,"count":7},{"arity":13,"count":5},{"arity":14,"count":2},{"arity":23,"count":1},{"arity":24,"count":1}]
Number of extensional constraints192
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":192},{"type":"sum","count":210}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4284178-1503226524.xml"  -tl '2520s' -p 1 -x 3
0.13/0.14	c [HOME/instance-4284178-1503226524.xml, -tl, 2520s, -p, 1, -x, 3]
0.13/0.19	c simple solver
0.34/0.26	c parse instance...
5.66/2.17	c solve instance...
26.51/22.40	s UNSATISFIABLE

Verifier Data


Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4284178-1503226524/watcher-4284178-1503226524 -o /tmp/evaluation-result-4284178-1503226524/solver-4284178-1503226524 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node113-1503215438-13002 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 583346726 HOME/instance-4284178-1503226524.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=14606, runsolver pid=14603

[startup+0.100142 s]*
/proc/loadavg: 2.09 2.16 1.99 3/218 14622
/proc/meminfo: memFree=24347588/32770624 swapFree=67108860/67108860
[pid=14606] ppid=14603 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/14606/stat : 14606 (xcsp3-exec) S 14603 14606 8036 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 155739903 9740288 346 33554432000 4194304 5098028 140737440473888 140737440471992 139996416795260 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 28049408 140737440478319 140737440478523 140737440478523 140737440481259 0
/proc/14606/statm: 2378 346 289 221 0 87 0
[pid=14608] ppid=14606 vsize=13978596 memory=28420 CPUtime=0.13 cores=1,3,5,7
/proc/14608/stat : 14608 (java) S 14606 14606 8036 0 -1 1077944320 5390 0 0 0 12 1 0 0 20 0 15 0 155739903 14314082304 7105 33554432000 4194304 4196468 140724454915120 140724454897664 139744527265527 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 19689472 140724454917271 140724454917447 140724454917447 140724454920143 0
/proc/14608/statm: 3494649 7105 2909 1 0 3482966 0
[pid=14608/tid=14609] ppid=14606 vsize=13978596 memory=8514701219881125282 CPUtime=0.08 cores=1,3,5,7
/proc/14608/task/14609/stat : 14609 (java) R 14606 14606 8036 0 -1 4202560 3335 0 0 0 8 0 0 0 20 0 15 0 155739903 14314082304 7105 33554432000 4194304 4196468 140724454915120 139744531497440 139744159806648 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19689472 140724454917271 140724454917447 140724454917447 140724454920143 0
[pid=14608/tid=14610] ppid=14606 vsize=13978596 memory=3472467814698362064 CPUtime=0 cores=1,3,5,7
/proc/14608/task/14610/stat : 14610 (java) S 14606 14606 8036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155739904 14314082304 7105 33554432000 4194304 4196468 140724454915120 139744479886480 139744527275733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19689472 140724454917271 140724454917447 140724454917447 140724454920143 0
[pid=14608/tid=14611] ppid=14606 vsize=13978596 memory=139685803210368 CPUtime=0 cores=1,3,5,7
/proc/14608/task/14611/stat : 14611 (java) S 14606 14606 8036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155739904 14314082304 7105 33554432000 4194304 4196468 140724454915120 139744122170384 139744527275733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19689472 140724454917271 140724454917447 140724454917447 140724454920143 0
[pid=14608/tid=14612] ppid=14606 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14608/task/14612/stat : 14612 (java) S 14606 14606 8036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155739904 14314082304 7105 33554432000 4194304 4196468 140724454915120 139744121117584 139744527275733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19689472 140724454917271 140724454917447 140724454917447 140724454920143 0
[pid=14608/tid=14613] ppid=14606 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14608/task/14613/stat : 14613 (java) S 14606 14606 8036 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 155739904 14314082304 7105 33554432000 4194304 4196468 140724454915120 139744120064784 139744527275733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19689472 140724454917271 140724454917447 140724454917447 140724454920143 0
[pid=14608/tid=14614] ppid=14606 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14608/task/14614/stat : 14614 (java) S 14606 14606 8036 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 155739905 14314082304 7105 33554432000 4194304 4196468 140724454915120 139743439583600 139744527276674 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19689472 140724454917271 140724454917447 140724454917447 140724454920143 0
[pid=14608/tid=14615] ppid=14606 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14608/task/14615/stat : 14615 (java) S 14606 14606 8036 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 155739906 14314082304 7105 33554432000 4194304 4196468 140724454915120 139743438529568 139744527275733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19689472 140724454917271 140724454917447 140724454917447 140724454920143 0
[pid=14608/tid=14616] ppid=14606 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14608/task/14616/stat : 14616 (java) S 14606 14606 8036 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 155739906 14314082304 7105 33554432000 4194304 4196468 140724454915120 139743437476720 139744527275733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19689472 140724454917271 140724454917447 140724454917447 140724454920143 0
[pid=14608/tid=14617] ppid=14606 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14608/task/14617/stat : 14617 (java) S 14606 14606 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155739908 14314082304 7105 33554432000 4194304 4196468 140724454915120 139743436425040 139744527284123 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19689472 140724454917271 140724454917447 140724454917447 140724454920143 0
[pid=14608/tid=14618] ppid=14606 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14608/task/14618/stat : 14618 (java) S 14606 14606 8036 0 -1 1077944384 415 0 0 0 0 0 0 0 20 0 15 0 155739908 14314082304 7105 33554432000 4194304 4196468 140724454915120 139743435373424 139744527276674 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19689472 140724454917271 140724454917447 140724454917447 140724454920143 0
[pid=14608/tid=14619] ppid=14606 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14608/task/14619/stat : 14619 (java) S 14606 14606 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155739908 14314082304 7105 33554432000 4194304 4196468 140724454915120 139743434320624 139744527276674 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19689472 140724454917271 140724454917447 140724454917447 140724454920143 0
[pid=14608/tid=14620] ppid=14606 vsize=13978596 memory=139685803210368 CPUtime=0.01 cores=1,3,5,7
/proc/14608/task/14620/stat : 14620 (java) S 14606 14606 8036 0 -1 1077944384 336 0 0 0 1 0 0 0 20 0 15 0 155739908 14314082304 7105 33554432000 4194304 4196468 140724454915120 139743433267824 139744527276674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19689472 140724454917271 140724454917447 140724454917447 140724454920143 0
[pid=14608/tid=14621] ppid=14606 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14608/task/14621/stat : 14621 (java) S 14606 14606 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155739909 14314082304 7105 33554432000 4194304 4196468 140724454915120 139743432215264 139744527275733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19689472 140724454917271 140724454917447 140724454917447 140724454920143 0
[pid=14608/tid=14622] ppid=14606 vsize=13978596 memory=139685803210368 CPUtime=0 cores=1,3,5,7
/proc/14608/task/14622/stat : 14622 (java) S 14606 14606 8036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155739909 14314082304 7105 33554432000 4194304 4196468 140724454915120 139743431162544 139744527276674 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19689472 140724454917271 140724454917447 140724454917447 140724454920143 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 29804 KiB

[startup+0.211411 s]*
/proc/loadavg: 2.09 2.16 1.99 3/218 14622
/proc/meminfo: memFree=24335416/32770624 swapFree=67108860/67108860
[pid=14606] ppid=14603 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/14606/stat : 14606 (xcsp3-exec) S 14603 14606 8036 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 155739903 9740288 346 33554432000 4194304 5098028 140737440473888 140737440471992 139996416795260 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 28049408 140737440478319 140737440478523 140737440478523 140737440481259 0
/proc/14606/statm: 2378 346 289 221 0 87 0
[pid=14608] ppid=14606 vsize=13982852 memory=40652 CPUtime=0.34 cores=1,3,5,7
/proc/14608/stat : 14608 (java) S 14606 14606 8036 0 -1 1077944320 8277 0 0 0 32 2 0 0 20 0 15 0 155739903 14318440448 10163 33554432000 4194304 4196468 140724454915120 140724454897664 139744527265527 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 19689472 140724454917271 140724454917447 140724454917447 140724454920143 0
/proc/14608/statm: 3495713 10163 3079 1 0 3482966 0
[pid=14608/tid=14609] ppid=14606 vsize=13982852 memory=5853961137533323680 CPUtime=0.19 cores=1,3,5,7
/proc/14608/task/14609/stat : 14609 (java) R 14606 14606 8036 0 -1 4202560 5390 0 0 0 18 1 0 0 20 0 15 0 155739903 14318440448 10163 33554432000 4194304 4196468 140724454915120 139744531475264 139744527287453 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19689472 140724454917271 140724454917447 140724454917447 140724454920143 0
[pid=14608/tid=14610] ppid=14606 vsize=13982852 memory=3472467814698362064 CPUtime=0 cores=1,3,5,7
/proc/14608/task/14610/stat : 14610 (java) S 14606 14606 8036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155739904 14318440448 10163 33554432000 4194304 4196468 140724454915120 139744479886480 139744527275733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19689472 140724454917271 140724454917447 140724454917447 140724454920143 0
[pid=14608/tid=14611] ppid=14606 vsize=13982852 memory=139685803210368 CPUtime=0 cores=1,3,5,7
/proc/14608/task/14611/stat : 14611 (java) S 14606 14606 8036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155739904 14318440448 10163 33554432000 4194304 4196468 140724454915120 139744122170384 139744527275733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19689472 140724454917271 140724454917447 140724454917447 140724454920143 0
[pid=14608/tid=14612] ppid=14606 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14608/task/14612/stat : 14612 (java) S 14606 14606 8036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155739904 14318440448 10163 33554432000 4194304 4196468 140724454915120 139744121117584 139744527275733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19689472 140724454917271 140724454917447 140724454917447 140724454920143 0
[pid=14608/tid=14613] ppid=14606 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14608/task/14613/stat : 14613 (java) S 14606 14606 8036 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 155739904 14318440448 10163 33554432000 4194304 4196468 140724454915120 139744120064784 139744527275733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19689472 140724454917271 140724454917447 140724454917447 140724454920143 0
[pid=14608/tid=14614] ppid=14606 vsize=13982852 memory=139685803210368 CPUtime=0 cores=1,3,5,7
/proc/14608/task/14614/stat : 14614 (java) S 14606 14606 8036 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 155739905 14318440448 10163 33554432000 4194304 4196468 140724454915120 139743439583600 139744527276674 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19689472 140724454917271 140724454917447 140724454917447 140724454920143 0
[pid=14608/tid=14615] ppid=14606 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14608/task/14615/stat : 14615 (java) S 14606 14606 8036 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 155739906 14318440448 10163 33554432000 4194304 4196468 140724454915120 139743438529568 139744527275733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19689472 140724454917271 140724454917447 140724454917447 140724454920143 0
[pid=14608/tid=14616] ppid=14606 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14608/task/14616/stat : 14616 (java) S 14606 14606 8036 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 155739906 14318440448 10163 33554432000 4194304 4196468 140724454915120 139743437476720 139744527275733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19689472 140724454917271 140724454917447 140724454917447 140724454920143 0
[pid=14608/tid=14617] ppid=14606 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14608/task/14617/stat : 14617 (java) S 14606 14606 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155739908 14318440448 10163 33554432000 4194304 4196468 140724454915120 139743436425040 139744527284123 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19689472 140724454917271 140724454917447 140724454917447 140724454920143 0
[pid=14608/tid=14618] ppid=14606 vsize=13982852 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/14608/task/14618/stat : 14618 (java) S 14606 14606 8036 0 -1 1077944384 487 0 0 0 1 0 0 0 20 0 15 0 155739908 14318440448 10163 33554432000 4194304 4196468 140724454915120 139743435373424 139744527276674 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19689472 140724454917271 140724454917447 140724454917447 140724454920143 0
[pid=14608/tid=14619] ppid=14606 vsize=13982852 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/14608/task/14619/stat : 14619 (java) S 14606 14606 8036 0 -1 1077944384 354 0 0 0 3 0 0 0 20 0 15 0 155739908 14318440448 10163 33554432000 4194304 4196468 140724454915120 139743434320624 139744527276674 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19689472 140724454917271 140724454917447 140724454917447 140724454920143 0
[pid=14608/tid=14620] ppid=14606 vsize=13982852 memory=139685803210368 CPUtime=0.08 cores=1,3,5,7
/proc/14608/task/14620/stat : 14620 (java) R 14606 14606 8036 0 -1 4202560 743 0 0 0 8 0 0 0 20 0 15 0 155739908 14318440448 10163 33554432000 4194304 4196468 140724454915120 139743433267824 139744506009984 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19689472 140724454917271 140724454917447 140724454917447 140724454920143 0
[pid=14608/tid=14621] ppid=14606 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14608/task/14621/stat : 14621 (java) S 14606 14606 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155739909 14318440448 10163 33554432000 4194304 4196468 140724454915120 139743432215264 139744527275733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19689472 140724454917271 140724454917447 140724454917447 140724454920143 0
[pid=14608/tid=14622] ppid=14606 vsize=13982852 memory=139685803210368 CPUtime=0 cores=1,3,5,7
/proc/14608/task/14622/stat : 14622 (java) S 14606 14606 8036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155739909 14318440448 10163 33554432000 4194304 4196468 140724454915120 139743431162544 139744527276674 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19689472 140724454917271 140724454917447 140724454917447 140724454920143 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 42036 KiB

[startup+0.312795 s]*
/proc/loadavg: 2.09 2.16 1.99 6/218 14622
/proc/meminfo: memFree=24328468/32770624 swapFree=67108860/67108860
[pid=14606] ppid=14603 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/14606/stat : 14606 (xcsp3-exec) S 14603 14606 8036 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 155739903 9740288 346 33554432000 4194304 5098028 140737440473888 140737440471992 139996416795260 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 28049408 140737440478319 140737440478523 140737440478523 140737440481259 0
/proc/14606/statm: 2378 346 289 221 0 87 0
[pid=14608] ppid=14606 vsize=13982852 memory=47772 CPUtime=0.53 cores=1,3,5,7
/proc/14608/stat : 14608 (java) S 14606 14606 8036 0 -1 1077944320 9062 0 0 0 51 2 0 0 20 0 15 0 155739903 14318440448 11943 33554432000 4194304 4196468 140724454915120 140724454897664 139744527265527 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 19689472 140724454917271 140724454917447 140724454917447 140724454920143 0
/proc/14608/statm: 3495713 11943 3108 1 0 3482966 0
[pid=14608/tid=14609] ppid=14606 vsize=13982852 memory=8514701219880862117 CPUtime=0.3 cores=1,3,5,7
/proc/14608/task/14609/stat : 14609 (java) R 14606 14606 8036 0 -1 4202560 5923 0 0 0 28 2 0 0 20 0 15 0 155739903 14318440448 11943 33554432000 4194304 4196468 140724454915120 139744531503536 139744527287453 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19689472 140724454917271 140724454917447 140724454917447 140724454920143 0
[pid=14608/tid=14610] ppid=14606 vsize=13982852 memory=3472467814698362064 CPUtime=0 cores=1,3,5,7
/proc/14608/task/14610/stat : 14610 (java) S 14606 14606 8036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155739904 14318440448 11943 33554432000 4194304 4196468 140724454915120 139744479886480 139744527275733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19689472 140724454917271 140724454917447 140724454917447 140724454920143 0
[pid=14608/tid=14611] ppid=14606 vsize=13982852 memory=139685803210368 CPUtime=0 cores=1,3,5,7
/proc/14608/task/14611/stat : 14611 (java) S 14606 14606 8036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155739904 14318440448 11943 33554432000 4194304 4196468 140724454915120 139744122170384 139744527275733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19689472 140724454917271 140724454917447 140724454917447 140724454920143 0
[pid=14608/tid=14612] ppid=14606 vsize=13982852 memory=12 CPUtime=0 cores=1,3,5,7
/proc/14608/task/14612/stat : 14612 (java) S 14606 14606 8036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155739904 14318440448 11943 33554432000 4194304 4196468 140724454915120 139744121117584 139744527275733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19689472 140724454917271 140724454917447 140724454917447 140724454920143 0
[pid=14608/tid=14613] ppid=14606 vsize=13982852 memory=139685691271199 CPUtime=0 cores=1,3,5,7
/proc/14608/task/14613/stat : 14613 (java) S 14606 14606 8036 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 155739904 14318440448 11943 33554432000 4194304 4196468 140724454915120 139744120064784 139744527275733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19689472 140724454917271 140724454917447 140724454917447 140724454920143 0
[pid=14608/tid=14614] ppid=14606 vsize=13982852 memory=279371382503168 CPUtime=0 cores=1,3,5,7
/proc/14608/task/14614/stat : 14614 (java) S 14606 14606 8036 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 155739905 14318440448 11943 33554432000 4194304 4196468 140724454915120 139743439583600 139744527276674 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19689472 140724454917271 140724454917447 140724454917447 140724454920143 0
[pid=14608/tid=14615] ppid=14606 vsize=13982852 memory=139685691248143 CPUtime=0 cores=1,3,5,7
/proc/14608/task/14615/stat : 14615 (java) S 14606 14606 8036 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 155739906 14318440448 11943 33554432000 4194304 4196468 140724454915120 139743438529568 139744527275733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19689472 140724454917271 140724454917447 140724454917447 140724454920143 0
[pid=14608/tid=14616] ppid=14606 vsize=13982852 memory=279371494467680 CPUtime=0 cores=1,3,5,7
/proc/14608/task/14616/stat : 14616 (java) S 14606 14606 8036 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 155739906 14318440448 11943 33554432000 4194304 4196468 140724454915120 139743437476720 139744527275733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19689472 140724454917271 140724454917447 140724454917447 140724454920143 0
[pid=14608/tid=14617] ppid=14606 vsize=13982852 memory=139685691252751 CPUtime=0 cores=1,3,5,7
/proc/14608/task/14617/stat : 14617 (java) S 14606 14606 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155739908 14318440448 11943 33554432000 4194304 4196468 140724454915120 139743436425040 139744527284123 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19689472 140724454917271 140724454917447 140724454917447 140724454920143 0
[pid=14608/tid=14618] ppid=14606 vsize=13982852 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/14608/task/14618/stat : 14618 (java) R 14606 14606 8036 0 -1 4202560 659 0 0 0 3 0 0 0 20 0 15 0 155739908 14318440448 11943 33554432000 4194304 4196468 140724454915120 139743435366056 139744510765910 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19689472 140724454917271 140724454917447 140724454917447 140724454920143 0
[pid=14608/tid=14619] ppid=14606 vsize=13982852 memory=-1 CPUtime=0.05 cores=1,3,5,7
/proc/14608/task/14619/stat : 14619 (java) R 14606 14606 8036 0 -1 1077944384 378 0 0 0 5 0 0 0 20 0 15 0 155739908 14318440448 11943 33554432000 4194304 4196468 140724454915120 139743434320720 139744527275733 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19689472 140724454917271 140724454917447 140724454917447 140724454920143 0
[pid=14608/tid=14620] ppid=14606 vsize=13982852 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/14608/task/14620/stat : 14620 (java) R 14606 14606 8036 0 -1 4202560 863 0 0 0 13 0 0 0 20 0 15 0 155739908 14318440448 11943 33554432000 4194304 4196468 140724454915120 139743433264760 139744506534433 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19689472 140724454917271 140724454917447 140724454917447 140724454920143 0
[pid=14608/tid=14621] ppid=14606 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14608/task/14621/stat : 14621 (java) S 14606 14606 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155739909 14318440448 11943 33554432000 4194304 4196468 140724454915120 139743432215264 139744527275733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19689472 140724454917271 140724454917447 140724454917447 140724454920143 0
[pid=14608/tid=14622] ppid=14606 vsize=13982852 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/14608/task/14622/stat : 14622 (java) S 14606 14606 8036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155739909 14318440448 11943 33554432000 4194304 4196468 140724454915120 139743431162544 139744527276674 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19689472 140724454917271 140724454917447 140724454917447 140724454920143 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 49156 KiB

[startup+0.700914 s]
/proc/loadavg: 2.09 2.16 1.99 5/218 14622
/proc/meminfo: memFree=24296576/32770624 swapFree=67108860/67108860
[pid=14606] ppid=14603 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/14606/stat : 14606 (xcsp3-exec) S 14603 14606 8036 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 155739903 9740288 346 33554432000 4194304 5098028 140737440473888 140737440471992 139996416795260 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 28049408 140737440478319 140737440478523 140737440478523 140737440481259 0
/proc/14606/statm: 2378 346 289 221 0 87 0
[pid=14608] ppid=14606 vsize=13982928 memory=132388 CPUtime=1.66 cores=1,3,5,7
/proc/14608/stat : 14608 (java) S 14606 14606 8036 0 -1 1077944320 11819 0 0 0 161 5 0 0 20 0 15 0 155739903 14318518272 33097 33554432000 4194304 4196468 140724454915120 140724454897664 139744527265527 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 19689472 140724454917271 140724454917447 140724454917447 140724454920143 0
/proc/14608/statm: 3495732 33097 3194 1 0 3482966 0
[pid=14608/tid=14609] ppid=14606 vsize=13982928 memory=7373916858537504097 CPUtime=0.67 cores=1,3,5,7
/proc/14608/task/14609/stat : 14609 (java) R 14606 14606 8036 0 -1 4202560 6296 0 0 0 63 4 0 0 20 0 15 0 155739903 14318518272 33097 33554432000 4194304 4196468 140724454915120 139744531499440 139744509728479 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19689472 140724454917271 140724454917447 140724454917447 140724454920143 0
[pid=14608/tid=14610] ppid=14606 vsize=13982928 memory=5795117241467496816 CPUtime=0 cores=1,3,5,7
/proc/14608/task/14610/stat : 14610 (java) S 14606 14606 8036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155739904 14318518272 33097 33554432000 4194304 4196468 140724454915120 139744479886480 139744527275733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19689472 140724454917271 140724454917447 140724454917447 140724454920143 0
[pid=14608/tid=14611] ppid=14606 vsize=13982928 memory=5859271421084259688 CPUtime=0 cores=1,3,5,7
/proc/14608/task/14611/stat : 14611 (java) S 14606 14606 8036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155739904 14318518272 33097 33554432000 4194304 4196468 140724454915120 139744122170384 139744527275733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19689472 140724454917271 140724454917447 140724454917447 140724454920143 0
[pid=14608/tid=14612] ppid=14606 vsize=13982928 memory=8041645962788481611 CPUtime=0 cores=1,3,5,7
/proc/14608/task/14612/stat : 14612 (java) S 14606 14606 8036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155739904 14318518272 33097 33554432000 4194304 4196468 140724454915120 139744121117584 139744527275733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19689472 140724454917271 140724454917447 140724454917447 140724454920143 0
[pid=14608/tid=14613] ppid=14606 vsize=13982928 memory=8370611207638964880 CPUtime=0 cores=1,3,5,7
/proc/14608/task/14613/stat : 14613 (java) S 14606 14606 8036 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 155739904 14318518272 33097 33554432000 4194304 4196468 140724454915120 139744120064784 139744527275733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19689472 140724454917271 140724454917447 140724454917447 140724454920143 0
[pid=14608/tid=14614] ppid=14606 vsize=13982928 memory=-7737605734073691286 CPUtime=0 cores=1,3,5,7
/proc/14608/task/14614/stat : 14614 (java) S 14606 14606 8036 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 155739905 14318518272 33097 33554432000 4194304 4196468 140724454915120 139743439583600 139744527276674 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19689472 140724454917271 140724454917447 140724454917447 140724454920143 0
[pid=14608/tid=14615] ppid=14606 vsize=13982928 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/14608/task/14615/stat : 14615 (java) S 14606 14606 8036 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 155739906 14318518272 33097 33554432000 4194304 4196468 140724454915120 139743438529568 139744527275733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19689472 140724454917271 140724454917447 140724454917447 140724454920143 0
[pid=14608/tid=14616] ppid=14606 vsize=13982928 memory=6884 CPUtime=0 cores=1,3,5,7
/proc/14608/task/14616/stat : 14616 (java) S 14606 14606 8036 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 155739906 14318518272 33097 33554432000 4194304 4196468 140724454915120 139743437476720 139744527275733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19689472 140724454917271 140724454917447 140724454917447 140724454920143 0
[pid=14608/tid=14617] ppid=14606 vsize=13982928 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/14608/task/14617/stat : 14617 (java) S 14606 14606 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155739908 14318518272 33097 33554432000 4194304 4196468 140724454915120 139743436425040 139744527284123 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19689472 140724454917271 140724454917447 140724454917447 140724454920143 0
[pid=14608/tid=14618] ppid=14606 vsize=13982928 memory=42928 CPUtime=0.32 cores=1,3,5,7
/proc/14608/task/14618/stat : 14618 (java) S 14606 14606 8036 0 -1 1077944384 1602 0 0 0 32 0 0 0 20 0 15 0 155739908 14318518272 33097 33554432000 4194304 4196468 140724454915120 139743435373424 139744527276674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19689472 140724454917271 140724454917447 140724454917447 140724454920143 0
[pid=14608/tid=14619] ppid=14606 vsize=13982928 memory=1292 CPUtime=0.36 cores=1,3,5,7
/proc/14608/task/14619/stat : 14619 (java) S 14606 14606 8036 0 -1 1077944384 1258 0 0 0 36 0 0 0 20 0 15 0 155739908 14318518272 33097 33554432000 4194304 4196468 140724454915120 139743434320624 139744527276674 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19689472 140724454917271 140724454917447 140724454917447 140724454920143 0
[pid=14608/tid=14620] ppid=14606 vsize=13982928 memory=2448 CPUtime=0.29 cores=1,3,5,7
/proc/14608/task/14620/stat : 14620 (java) R 14606 14606 8036 0 -1 4202560 1355 0 0 0 29 0 0 0 20 0 15 0 155739908 14318518272 33097 33554432000 4194304 4196468 140724454915120 139743433267824 139744527286874 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19689472 140724454917271 140724454917447 140724454917447 140724454920143 0
[pid=14608/tid=14621] ppid=14606 vsize=13982928 memory=7163890427858739792 CPUtime=0 cores=1,3,5,7
/proc/14608/task/14621/stat : 14621 (java) S 14606 14606 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155739909 14318518272 33097 33554432000 4194304 4196468 140724454915120 139743432215264 139744527275733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19689472 140724454917271 140724454917447 140724454917447 140724454920143 0
[pid=14608/tid=14622] ppid=14606 vsize=13982928 memory=8025788831358407786 CPUtime=0 cores=1,3,5,7
/proc/14608/task/14622/stat : 14622 (java) S 14606 14606 8036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155739909 14318518272 33097 33554432000 4194304 4196468 140724454915120 139743431162544 139744527276674 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19689472 140724454917271 140724454917447 140724454917447 140724454920143 0
Current children cumulated CPU time: 1.66 s
Current children cumulated vsize: 13992440 KiB
Current children cumulated memory: 133772 KiB

[startup+1.50084 s]
/proc/loadavg: 2.09 2.16 1.99 5/218 14622
/proc/meminfo: memFree=24155456/32770624 swapFree=67108860/67108860
[pid=14606] ppid=14603 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/14606/stat : 14606 (xcsp3-exec) S 14603 14606 8036 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 155739903 9740288 346 33554432000 4194304 5098028 140737440473888 140737440471992 139996416795260 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 28049408 140737440478319 140737440478523 140737440478523 140737440481259 0
/proc/14606/statm: 2378 346 289 221 0 87 0

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

/proc/14606/stat : 14606 (xcsp3-exec) S 14603 14606 8036 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 155739903 9740288 346 33554432000 4194304 5098028 140737440473888 140737440471992 139996416795260 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 28049408 140737440478319 140737440478523 140737440478523 140737440481259 0
/proc/14606/statm: 2378 346 289 221 0 87 0
[pid=14608] ppid=14606 vsize=13984976 memory=1045684 CPUtime=24.9 cores=1,3,5,7
/proc/14608/stat : 14608 (java) S 14606 14606 8036 0 -1 1077944320 51919 0 0 0 2392 98 0 0 20 0 15 0 155739903 14320615424 261421 33554432000 4194304 4196468 140724454915120 140724454897664 139744527265527 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 19689472 140724454917271 140724454917447 140724454917447 140724454920143 0
/proc/14608/statm: 3496244 261421 3262 1 0 3483478 0
[pid=14608/tid=14609] ppid=14606 vsize=13984976 memory=1045684 CPUtime=20 cores=1,3,5,7
/proc/14608/task/14609/stat : 14609 (java) R 14606 14606 8036 0 -1 4202560 24077 0 0 0 1993 7 0 0 20 0 15 0 155739903 14320615424 261421 33554432000 4194304 4196468 140724454915120 139744531502000 139744164949660 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19689472 140724454917271 140724454917447 140724454917447 140724454920143 0
[pid=14608/tid=14610] ppid=14606 vsize=13984976 memory=1384 CPUtime=0.72 cores=1,3,5,7
/proc/14608/task/14610/stat : 14610 (java) S 14606 14606 8036 0 -1 1077944384 4319 0 0 0 50 22 0 0 20 0 15 0 155739904 14320615424 261421 33554432000 4194304 4196468 140724454915120 139744479886480 139744527275733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19689472 140724454917271 140724454917447 140724454917447 140724454920143 0
[pid=14608/tid=14611] ppid=14606 vsize=13984976 memory=1045528 CPUtime=0.71 cores=1,3,5,7
/proc/14608/task/14611/stat : 14611 (java) S 14606 14606 8036 0 -1 1077944384 4634 0 0 0 49 22 0 0 20 0 15 0 155739904 14320615424 261421 33554432000 4194304 4196468 140724454915120 139744122170384 139744527275733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19689472 140724454917271 140724454917447 140724454917447 140724454920143 0
[pid=14608/tid=14612] ppid=14606 vsize=13984976 memory=3540060390402867377 CPUtime=0.7 cores=1,3,5,7
/proc/14608/task/14612/stat : 14612 (java) S 14606 14606 8036 0 -1 1077944384 4209 0 0 0 49 21 0 0 20 0 15 0 155739904 14320615424 261421 33554432000 4194304 4196468 140724454915120 139744121117584 139744527275733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19689472 140724454917271 140724454917447 140724454917447 140724454920143 0
[pid=14608/tid=14613] ppid=14606 vsize=13984976 memory=1384 CPUtime=0.72 cores=1,3,5,7
/proc/14608/task/14613/stat : 14613 (java) S 14606 14606 8036 0 -1 1077944384 4414 0 0 0 50 22 0 0 20 0 15 0 155739904 14320615424 261421 33554432000 4194304 4196468 140724454915120 139744120064784 139744527275733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19689472 140724454917271 140724454917447 140724454917447 140724454920143 0
[pid=14608/tid=14614] ppid=14606 vsize=13984976 memory=1045528 CPUtime=0.03 cores=1,3,5,7
/proc/14608/task/14614/stat : 14614 (java) S 14606 14606 8036 0 -1 1077944384 1086 0 0 0 3 0 0 0 20 0 15 0 155739905 14320615424 261421 33554432000 4194304 4196468 140724454915120 139743439583600 139744527276674 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19689472 140724454917271 140724454917447 140724454917447 140724454920143 0
[pid=14608/tid=14615] ppid=14606 vsize=13984976 memory=8716 CPUtime=0 cores=1,3,5,7
/proc/14608/task/14615/stat : 14615 (java) S 14606 14606 8036 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 155739906 14320615424 261421 33554432000 4194304 4196468 140724454915120 139743438529568 139744527275733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19689472 140724454917271 140724454917447 140724454917447 140724454920143 0
[pid=14608/tid=14616] ppid=14606 vsize=13984976 memory=1712 CPUtime=0 cores=1,3,5,7
/proc/14608/task/14616/stat : 14616 (java) S 14606 14606 8036 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 155739906 14320615424 261421 33554432000 4194304 4196468 140724454915120 139743437476720 139744527275733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19689472 140724454917271 140724454917447 140724454917447 140724454920143 0
[pid=14608/tid=14617] ppid=14606 vsize=13984976 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/14608/task/14617/stat : 14617 (java) S 14606 14606 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155739908 14320615424 261421 33554432000 4194304 4196468 140724454915120 139743436425040 139744527284123 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19689472 140724454917271 140724454917447 140724454917447 140724454920143 0
[pid=14608/tid=14618] ppid=14606 vsize=13984976 memory=1004 CPUtime=0.71 cores=1,3,5,7
/proc/14608/task/14618/stat : 14618 (java) S 14606 14606 8036 0 -1 1077944384 2591 0 0 0 70 1 0 0 20 0 15 0 155739908 14320615424 261421 33554432000 4194304 4196468 140724454915120 139743435373424 139744527276674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19689472 140724454917271 140724454917447 140724454917447 140724454920143 0
[pid=14608/tid=14619] ppid=14606 vsize=13984976 memory=1200 CPUtime=0.8 cores=1,3,5,7
/proc/14608/task/14619/stat : 14619 (java) S 14606 14606 8036 0 -1 1077944384 2689 0 0 0 80 0 0 0 20 0 15 0 155739908 14320615424 261421 33554432000 4194304 4196468 140724454915120 139743434320624 139744527276674 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19689472 140724454917271 140724454917447 140724454917447 140724454920143 0
[pid=14608/tid=14620] ppid=14606 vsize=13984976 memory=15876 CPUtime=0.44 cores=1,3,5,7
/proc/14608/task/14620/stat : 14620 (java) S 14606 14606 8036 0 -1 1077944384 2123 0 0 0 44 0 0 0 20 0 15 0 155739908 14320615424 261421 33554432000 4194304 4196468 140724454915120 139743433267824 139744527276674 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19689472 140724454917271 140724454917447 140724454917447 140724454920143 0
[pid=14608/tid=14621] ppid=14606 vsize=13984976 memory=1045684 CPUtime=0 cores=1,3,5,7
/proc/14608/task/14621/stat : 14621 (java) S 14606 14606 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155739909 14320615424 261421 33554432000 4194304 4196468 140724454915120 139743432215264 139744527275733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19689472 140724454917271 140724454917447 140724454917447 140724454920143 0
[pid=14608/tid=14622] ppid=14606 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/14608/task/14622/stat : 14622 (java) S 14606 14606 8036 0 -1 1077944384 478 0 0 0 0 0 0 0 20 0 15 0 155739909 14320615424 261421 33554432000 4194304 4196468 140724454915120 139743431162544 139744527276674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19689472 140724454917271 140724454917447 140724454917447 140724454920143 0
Current children cumulated CPU time: 24.9 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 1047068 KiB

[startup+21.6008 s]
/proc/loadavg: 2.00 2.13 1.98 3/218 14622
/proc/meminfo: memFree=23323256/32770624 swapFree=67108860/67108860
[pid=14606] ppid=14603 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/14606/stat : 14606 (xcsp3-exec) S 14603 14606 8036 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 155739903 9740288 346 33554432000 4194304 5098028 140737440473888 140737440471992 139996416795260 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 28049408 140737440478319 140737440478523 140737440478523 140737440481259 0
/proc/14606/statm: 2378 346 289 221 0 87 0
[pid=14608] ppid=14606 vsize=13984976 memory=1045732 CPUtime=25.75 cores=1,3,5,7
/proc/14608/stat : 14608 (java) S 14606 14606 8036 0 -1 1077944320 54119 0 0 0 2477 98 0 0 20 0 15 0 155739903 14320615424 261433 33554432000 4194304 4196468 140724454915120 140724454897664 139744527265527 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 19689472 140724454917271 140724454917447 140724454917447 140724454920143 0
/proc/14608/statm: 3496244 261433 3262 1 0 3483478 0
[pid=14608/tid=14609] ppid=14606 vsize=13984976 memory=6791534058613427641 CPUtime=20.8 cores=1,3,5,7
/proc/14608/task/14609/stat : 14609 (java) R 14606 14606 8036 0 -1 4202560 25795 0 0 0 2073 7 0 0 20 0 15 0 155739903 14320615424 261433 33554432000 4194304 4196468 140724454915120 139744531504000 139744165001548 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19689472 140724454917271 140724454917447 140724454917447 140724454920143 0
[pid=14608/tid=14610] ppid=14606 vsize=13984976 memory=42928 CPUtime=0.72 cores=1,3,5,7
/proc/14608/task/14610/stat : 14610 (java) S 14606 14606 8036 0 -1 1077944384 4319 0 0 0 50 22 0 0 20 0 15 0 155739904 14320615424 261433 33554432000 4194304 4196468 140724454915120 139744479886480 139744527275733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19689472 140724454917271 140724454917447 140724454917447 140724454920143 0
[pid=14608/tid=14611] ppid=14606 vsize=13984976 memory=1292 CPUtime=0.71 cores=1,3,5,7
/proc/14608/task/14611/stat : 14611 (java) S 14606 14606 8036 0 -1 1077944384 4634 0 0 0 49 22 0 0 20 0 15 0 155739904 14320615424 261433 33554432000 4194304 4196468 140724454915120 139744122170384 139744527275733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19689472 140724454917271 140724454917447 140724454917447 140724454920143 0
[pid=14608/tid=14612] ppid=14606 vsize=13984976 memory=2448 CPUtime=0.7 cores=1,3,5,7
/proc/14608/task/14612/stat : 14612 (java) S 14606 14606 8036 0 -1 1077944384 4209 0 0 0 49 21 0 0 20 0 15 0 155739904 14320615424 261433 33554432000 4194304 4196468 140724454915120 139744121117584 139744527275733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19689472 140724454917271 140724454917447 140724454917447 140724454920143 0
[pid=14608/tid=14613] ppid=14606 vsize=13984976 memory=1732 CPUtime=0.72 cores=1,3,5,7
/proc/14608/task/14613/stat : 14613 (java) S 14606 14606 8036 0 -1 1077944384 4414 0 0 0 50 22 0 0 20 0 15 0 155739904 14320615424 261433 33554432000 4194304 4196468 140724454915120 139744120064784 139744527275733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19689472 140724454917271 140724454917447 140724454917447 140724454920143 0
[pid=14608/tid=14614] ppid=14606 vsize=13984976 memory=1948 CPUtime=0.03 cores=1,3,5,7
/proc/14608/task/14614/stat : 14614 (java) S 14606 14606 8036 0 -1 1077944384 1086 0 0 0 3 0 0 0 20 0 15 0 155739905 14320615424 261433 33554432000 4194304 4196468 140724454915120 139743439583600 139744527276674 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19689472 140724454917271 140724454917447 140724454917447 140724454920143 0
[pid=14608/tid=14615] ppid=14606 vsize=13984976 memory=800 CPUtime=0 cores=1,3,5,7
/proc/14608/task/14615/stat : 14615 (java) S 14606 14606 8036 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 155739906 14320615424 261433 33554432000 4194304 4196468 140724454915120 139743438529568 139744527275733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19689472 140724454917271 140724454917447 140724454917447 140724454920143 0
[pid=14608/tid=14616] ppid=14606 vsize=13984976 memory=12132 CPUtime=0 cores=1,3,5,7
/proc/14608/task/14616/stat : 14616 (java) S 14606 14606 8036 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 155739906 14320615424 261433 33554432000 4194304 4196468 140724454915120 139743437476720 139744527275733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19689472 140724454917271 140724454917447 140724454917447 140724454920143 0
[pid=14608/tid=14617] ppid=14606 vsize=13984976 memory=1440 CPUtime=0 cores=1,3,5,7
/proc/14608/task/14617/stat : 14617 (java) S 14606 14606 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155739908 14320615424 261433 33554432000 4194304 4196468 140724454915120 139743436425040 139744527284123 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19689472 140724454917271 140724454917447 140724454917447 140724454920143 0
[pid=14608/tid=14618] ppid=14606 vsize=13984976 memory=5796 CPUtime=0.73 cores=1,3,5,7
/proc/14608/task/14618/stat : 14618 (java) S 14606 14606 8036 0 -1 1077944384 2721 0 0 0 72 1 0 0 20 0 15 0 155739908 14320615424 261433 33554432000 4194304 4196468 140724454915120 139743435373424 139744527276674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19689472 140724454917271 140724454917447 140724454917447 140724454920143 0
[pid=14608/tid=14619] ppid=14606 vsize=13984976 memory=1224 CPUtime=0.82 cores=1,3,5,7
/proc/14608/task/14619/stat : 14619 (java) S 14606 14606 8036 0 -1 1077944384 2725 0 0 0 82 0 0 0 20 0 15 0 155739908 14320615424 261433 33554432000 4194304 4196468 140724454915120 139743434320624 139744527276674 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19689472 140724454917271 140724454917447 140724454917447 140724454920143 0
[pid=14608/tid=14620] ppid=14606 vsize=13984976 memory=8716 CPUtime=0.45 cores=1,3,5,7
/proc/14608/task/14620/stat : 14620 (java) S 14606 14606 8036 0 -1 1077944384 2439 0 0 0 45 0 0 0 20 0 15 0 155739908 14320615424 261433 33554432000 4194304 4196468 140724454915120 139743433267824 139744527276674 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19689472 140724454917271 140724454917447 140724454917447 140724454920143 0
[pid=14608/tid=14621] ppid=14606 vsize=13984976 memory=1712 CPUtime=0 cores=1,3,5,7
/proc/14608/task/14621/stat : 14621 (java) S 14606 14606 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155739909 14320615424 261433 33554432000 4194304 4196468 140724454915120 139743432215264 139744527275733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19689472 140724454917271 140724454917447 140724454917447 140724454920143 0
[pid=14608/tid=14622] ppid=14606 vsize=13984976 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/14608/task/14622/stat : 14622 (java) S 14606 14606 8036 0 -1 1077944384 478 0 0 0 0 0 0 0 20 0 15 0 155739909 14320615424 261433 33554432000 4194304 4196468 140724454915120 139743431162544 139744527276674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19689472 140724454917271 140724454917447 140724454917447 140724454920143 0
Current children cumulated CPU time: 25.75 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 1047116 KiB

[startup+22.0007 s]*
/proc/loadavg: 2.00 2.13 1.98 3/218 14622
/proc/meminfo: memFree=23323360/32770624 swapFree=67108860/67108860
[pid=14606] ppid=14603 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/14606/stat : 14606 (xcsp3-exec) S 14603 14606 8036 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 155739903 9740288 346 33554432000 4194304 5098028 140737440473888 140737440471992 139996416795260 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 28049408 140737440478319 140737440478523 140737440478523 140737440481259 0
/proc/14606/statm: 2378 346 289 221 0 87 0
[pid=14608] ppid=14606 vsize=13984976 memory=1045736 CPUtime=26.22 cores=1,3,5,7
/proc/14608/stat : 14608 (java) S 14606 14606 8036 0 -1 1077944320 58752 0 0 0 2524 98 0 0 20 0 15 0 155739903 14320615424 261434 33554432000 4194304 4196468 140724454915120 140724454897664 139744527265527 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 19689472 140724454917271 140724454917447 140724454917447 140724454920143 0
/proc/14608/statm: 3496244 261434 3262 1 0 3483478 0
[pid=14608/tid=14609] ppid=14606 vsize=13984976 memory=5855078207037737376 CPUtime=21.2 cores=1,3,5,7
/proc/14608/task/14609/stat : 14609 (java) R 14606 14606 8036 0 -1 4202560 30379 0 0 0 2113 7 0 0 20 0 15 0 155739903 14320615424 261434 33554432000 4194304 4196468 140724454915120 139744531504808 139744165124181 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19689472 140724454917271 140724454917447 140724454917447 140724454920143 0
[pid=14608/tid=14610] ppid=14606 vsize=13984976 memory=3472467814698362064 CPUtime=0.72 cores=1,3,5,7
/proc/14608/task/14610/stat : 14610 (java) S 14606 14606 8036 0 -1 1077944384 4319 0 0 0 50 22 0 0 20 0 15 0 155739904 14320615424 261434 33554432000 4194304 4196468 140724454915120 139744479886480 139744527275733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19689472 140724454917271 140724454917447 140724454917447 140724454920143 0
[pid=14608/tid=14611] ppid=14606 vsize=13984976 memory=139685803210368 CPUtime=0.71 cores=1,3,5,7
/proc/14608/task/14611/stat : 14611 (java) S 14606 14606 8036 0 -1 1077944384 4634 0 0 0 49 22 0 0 20 0 15 0 155739904 14320615424 261434 33554432000 4194304 4196468 140724454915120 139744122170384 139744527275733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19689472 140724454917271 140724454917447 140724454917447 140724454920143 0
[pid=14608/tid=14612] ppid=14606 vsize=13984976 memory=0 CPUtime=0.7 cores=1,3,5,7
/proc/14608/task/14612/stat : 14612 (java) S 14606 14606 8036 0 -1 1077944384 4209 0 0 0 49 21 0 0 20 0 15 0 155739904 14320615424 261434 33554432000 4194304 4196468 140724454915120 139744121117584 139744527275733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19689472 140724454917271 140724454917447 140724454917447 140724454920143 0
[pid=14608/tid=14613] ppid=14606 vsize=13984976 memory=-1 CPUtime=0.72 cores=1,3,5,7
/proc/14608/task/14613/stat : 14613 (java) S 14606 14606 8036 0 -1 1077944384 4414 0 0 0 50 22 0 0 20 0 15 0 155739904 14320615424 261434 33554432000 4194304 4196468 140724454915120 139744120064784 139744527275733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19689472 140724454917271 140724454917447 140724454917447 140724454920143 0
[pid=14608/tid=14614] ppid=14606 vsize=13984976 memory=139685803210368 CPUtime=0.03 cores=1,3,5,7
/proc/14608/task/14614/stat : 14614 (java) S 14606 14606 8036 0 -1 1077944384 1086 0 0 0 3 0 0 0 20 0 15 0 155739905 14320615424 261434 33554432000 4194304 4196468 140724454915120 139743439583600 139744527276674 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19689472 140724454917271 140724454917447 140724454917447 140724454920143 0
[pid=14608/tid=14615] ppid=14606 vsize=13984976 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14608/task/14615/stat : 14615 (java) S 14606 14606 8036 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 155739906 14320615424 261434 33554432000 4194304 4196468 140724454915120 139743438529568 139744527275733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19689472 140724454917271 140724454917447 140724454917447 140724454920143 0
[pid=14608/tid=14616] ppid=14606 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14608/task/14616/stat : 14616 (java) S 14606 14606 8036 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 155739906 14320615424 261434 33554432000 4194304 4196468 140724454915120 139743437476720 139744527275733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19689472 140724454917271 140724454917447 140724454917447 140724454920143 0
[pid=14608/tid=14617] ppid=14606 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14608/task/14617/stat : 14617 (java) S 14606 14606 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155739908 14320615424 261434 33554432000 4194304 4196468 140724454915120 139743436425040 139744527284123 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19689472 140724454917271 140724454917447 140724454917447 140724454920143 0
[pid=14608/tid=14618] ppid=14606 vsize=13984976 memory=0 CPUtime=0.76 cores=1,3,5,7
/proc/14608/task/14618/stat : 14618 (java) S 14606 14606 8036 0 -1 1077944384 2730 0 0 0 75 1 0 0 20 0 15 0 155739908 14320615424 261434 33554432000 4194304 4196468 140724454915120 139743435373424 139744527276674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19689472 140724454917271 140724454917447 140724454917447 140724454920143 0
[pid=14608/tid=14619] ppid=14606 vsize=13984976 memory=-1 CPUtime=0.85 cores=1,3,5,7
/proc/14608/task/14619/stat : 14619 (java) S 14606 14606 8036 0 -1 1077944384 2742 0 0 0 85 0 0 0 20 0 15 0 155739908 14320615424 261434 33554432000 4194304 4196468 140724454915120 139743434320624 139744527276674 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19689472 140724454917271 140724454917447 140724454917447 140724454920143 0
[pid=14608/tid=14620] ppid=14606 vsize=13984976 memory=139685803210368 CPUtime=0.45 cores=1,3,5,7
/proc/14608/task/14620/stat : 14620 (java) S 14606 14606 8036 0 -1 1077944384 2462 0 0 0 45 0 0 0 20 0 15 0 155739908 14320615424 261434 33554432000 4194304 4196468 140724454915120 139743433267824 139744527276674 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19689472 140724454917271 140724454917447 140724454917447 140724454920143 0
[pid=14608/tid=14621] ppid=14606 vsize=13984976 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14608/task/14621/stat : 14621 (java) S 14606 14606 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155739909 14320615424 261434 33554432000 4194304 4196468 140724454915120 139743432215264 139744527275733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19689472 140724454917271 140724454917447 140724454917447 140724454920143 0
[pid=14608/tid=14622] ppid=14606 vsize=13984976 memory=139685803210368 CPUtime=0 cores=1,3,5,7
/proc/14608/task/14622/stat : 14622 (java) S 14606 14606 8036 0 -1 1077944384 478 0 0 0 0 0 0 0 20 0 15 0 155739909 14320615424 261434 33554432000 4194304 4196468 140724454915120 139743431162544 139744527276674 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19689472 140724454917271 140724454917447 140724454917447 140724454920143 0
Current children cumulated CPU time: 26.22 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 1047120 KiB

[startup+22.4007 s]
/proc/loadavg: 2.00 2.13 1.98 3/218 14622
/proc/meminfo: memFree=23323360/32770624 swapFree=67108860/67108860
[pid=14606] ppid=14603 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/14606/stat : 14606 (xcsp3-exec) S 14603 14606 8036 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 155739903 9740288 346 33554432000 4194304 5098028 140737440473888 140737440471992 139996416795260 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 28049408 140737440478319 140737440478523 140737440478523 140737440481259 0
/proc/14606/statm: 2378 346 289 221 0 87 0
[pid=14608] ppid=14606 vsize=13984976 memory=1045780 CPUtime=26.62 cores=1,3,5,7
/proc/14608/stat : 14608 (java) S 14606 14606 8036 0 -1 1077944320 59853 0 0 0 2563 99 0 0 20 0 15 0 155739903 14320615424 261445 33554432000 4194304 4196468 140724454915120 140724454897664 139744527265527 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 19689472 140724454917271 140724454917447 140724454917447 140724454920143 0
/proc/14608/statm: 3496244 261445 3262 1 0 3483478 0
[pid=14608/tid=14609] ppid=14606 vsize=13984976 memory=1045528 CPUtime=21.59 cores=1,3,5,7
/proc/14608/task/14609/stat : 14609 (java) R 14606 14606 8036 0 -1 4202560 31440 0 0 0 2152 7 0 0 20 0 15 0 155739903 14320615424 261445 33554432000 4194304 4196468 140724454915120 139744531504768 139744159865329 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19689472 140724454917271 140724454917447 140724454917447 140724454920143 0
[pid=14608/tid=14610] ppid=14606 vsize=13984976 memory=15254865697837636 CPUtime=0.72 cores=1,3,5,7
/proc/14608/task/14610/stat : 14610 (java) S 14606 14606 8036 0 -1 1077944384 4319 0 0 0 50 22 0 0 20 0 15 0 155739904 14320615424 261445 33554432000 4194304 4196468 140724454915120 139744479886480 139744527275733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19689472 140724454917271 140724454917447 140724454917447 140724454920143 0
[pid=14608/tid=14611] ppid=14606 vsize=13984976 memory=1384 CPUtime=0.71 cores=1,3,5,7
/proc/14608/task/14611/stat : 14611 (java) S 14606 14606 8036 0 -1 1077944384 4634 0 0 0 49 22 0 0 20 0 15 0 155739904 14320615424 261445 33554432000 4194304 4196468 140724454915120 139744122170384 139744527275733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19689472 140724454917271 140724454917447 140724454917447 140724454920143 0
[pid=14608/tid=14612] ppid=14606 vsize=13984976 memory=1045508 CPUtime=0.7 cores=1,3,5,7
/proc/14608/task/14612/stat : 14612 (java) S 14606 14606 8036 0 -1 1077944384 4209 0 0 0 49 21 0 0 20 0 15 0 155739904 14320615424 261445 33554432000 4194304 4196468 140724454915120 139744121117584 139744527275733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19689472 140724454917271 140724454917447 140724454917447 140724454920143 0
[pid=14608/tid=14613] ppid=14606 vsize=13984976 memory=6791534058613427641 CPUtime=0.72 cores=1,3,5,7
/proc/14608/task/14613/stat : 14613 (java) S 14606 14606 8036 0 -1 1077944384 4414 0 0 0 50 22 0 0 20 0 15 0 155739904 14320615424 261445 33554432000 4194304 4196468 140724454915120 139744120064784 139744527275733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19689472 140724454917271 140724454917447 140724454917447 140724454920143 0
[pid=14608/tid=14614] ppid=14606 vsize=13984976 memory=42928 CPUtime=0.03 cores=1,3,5,7
/proc/14608/task/14614/stat : 14614 (java) S 14606 14606 8036 0 -1 1077944384 1088 0 0 0 3 0 0 0 20 0 15 0 155739905 14320615424 261445 33554432000 4194304 4196468 140724454915120 139743439583600 139744527276674 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19689472 140724454917271 140724454917447 140724454917447 140724454920143 0
[pid=14608/tid=14615] ppid=14606 vsize=13984976 memory=1292 CPUtime=0 cores=1,3,5,7
/proc/14608/task/14615/stat : 14615 (java) S 14606 14606 8036 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 155739906 14320615424 261445 33554432000 4194304 4196468 140724454915120 139743438529568 139744527275733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19689472 140724454917271 140724454917447 140724454917447 140724454920143 0
[pid=14608/tid=14616] ppid=14606 vsize=13984976 memory=2448 CPUtime=0 cores=1,3,5,7
/proc/14608/task/14616/stat : 14616 (java) S 14606 14606 8036 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 155739906 14320615424 261445 33554432000 4194304 4196468 140724454915120 139743437476720 139744527275733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19689472 140724454917271 140724454917447 140724454917447 140724454920143 0
[pid=14608/tid=14617] ppid=14606 vsize=13984976 memory=1732 CPUtime=0 cores=1,3,5,7
/proc/14608/task/14617/stat : 14617 (java) S 14606 14606 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155739908 14320615424 261445 33554432000 4194304 4196468 140724454915120 139743436425040 139744527284123 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19689472 140724454917271 140724454917447 140724454917447 140724454920143 0
[pid=14608/tid=14618] ppid=14606 vsize=13984976 memory=1948 CPUtime=0.76 cores=1,3,5,7
/proc/14608/task/14618/stat : 14618 (java) S 14606 14606 8036 0 -1 1077944384 2730 0 0 0 75 1 0 0 20 0 15 0 155739908 14320615424 261445 33554432000 4194304 4196468 140724454915120 139743435373424 139744527276674 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19689472 140724454917271 140724454917447 140724454917447 140724454920143 0
[pid=14608/tid=14619] ppid=14606 vsize=13984976 memory=0 CPUtime=0.85 cores=1,3,5,7
/proc/14608/task/14619/stat : 14619 (java) S 14606 14606 8036 0 -1 1077944384 2742 0 0 0 85 0 0 0 20 0 15 0 155739908 14320615424 261445 33554432000 4194304 4196468 140724454915120 139743434320624 139744527276674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19689472 140724454917271 140724454917447 140724454917447 140724454920143 0
[pid=14608/tid=14620] ppid=14606 vsize=13984976 memory=0 CPUtime=0.46 cores=1,3,5,7
/proc/14608/task/14620/stat : 14620 (java) R 14606 14606 8036 0 -1 4202560 2505 0 0 0 46 0 0 0 20 0 15 0 155739908 14320615424 261448 33554432000 4194304 4196468 140724454915120 139743433267824 139744512946225 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19689472 140724454917271 140724454917447 140724454917447 140724454920143 0
[pid=14608/tid=14621] ppid=14606 vsize=13984976 memory=71 CPUtime=0 cores=1,3,5,7
/proc/14608/task/14621/stat : 14621 (java) S 14606 14606 8036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155739909 14320615424 261448 33554432000 4194304 4196468 140724454915120 139743432215264 139744527275733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19689472 140724454917271 140724454917447 140724454917447 140724454920143 0
[pid=14608/tid=14622] ppid=14606 vsize=13984976 memory=76 CPUtime=0 cores=1,3,5,7
/proc/14608/task/14622/stat : 14622 (java) S 14606 14606 8036 0 -1 1077944384 478 0 0 0 0 0 0 0 20 0 15 0 155739909 14320615424 261448 33554432000 4194304 4196468 140724454915120 139743431162544 139744527276674 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19689472 140724454917271 140724454917447 140724454917447 140724454920143 0
Current children cumulated CPU time: 26.62 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 1047164 KiB

Child status: 0
Real time (s): 22.413
CPU time (s): 26.646
CPU user time (s): 25.6422
CPU system time (s): 1.00385
CPU usage (%): 118.886
Max. virtual memory (cumulated for all children) (KiB): 13994488
Max. memory (cumulated for all children) (KiB): 1047164

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 25.6422
system time used= 1.00385
maximum resident set size= 1046696
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 60488
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= 3063
involuntary context switches= 52


# summary of solver processes directly reported to runsolver:
#   pid: 14606
#   total CPU time (s): 26.646
#   total CPU user time (s): 25.6422
#   total CPU system time (s): 1.00385

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.155 second user time and 0.251644 second system time

The end

Launcher Data

Begin job on node113 at 2017-08-20 12:41:04
IDJOB=4284178
IDBENCH=140614
IDSOLVER=2679
FILE ID=node113/4284178-1503226524
RUNJOBID= node113-1503215438-13002
PBS_JOBID= 20630874
Free space on /tmp= 61584 MiB

SOLVER NAME= choco-solver 5a (2017-08-18)
BENCH NAME= XCSP17/Wwtpp/Wwtpp-ord-s1/Wwtpp-ord-ex02280.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-4284178-1503226524/watcher-4284178-1503226524 -o /tmp/evaluation-result-4284178-1503226524/solver-4284178-1503226524 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node113-1503215438-13002 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 583346726 HOME/instance-4284178-1503226524.xml

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

MD5SUM BENCH= 266034c566073a7f5804da8fab792568
RANDOM SEED=583346726

node113.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.89
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.89
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.89
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.89
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:        24364404 kB
MemAvailable:   29742760 kB
Buffers:          259716 kB
Cached:          5407512 kB
SwapCached:            0 kB
Active:          3544280 kB
Inactive:        4404864 kB
Active(anon):    2231608 kB
Inactive(anon):    85904 kB
Active(file):    1312672 kB
Inactive(file):  4318960 kB
Unevictable:        7460 kB
Mlocked:            7460 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8252 kB
Writeback:            16 kB
AnonPages:       2296864 kB
Mapped:            64012 kB
Shmem:             33416 kB
Slab:             152280 kB
SReclaimable:     125120 kB
SUnreclaim:        27160 kB
KernelStack:        3712 kB
PageTables:         9972 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4508148 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2174976 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= 61580 MiB
End job on node113 at 2017-08-20 12:41:27