Trace number 4269794

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)UNSAT 43.382702 40.624599

General information on the benchmark

NameSchurrLemma/SchurrLemma-mod-s1/
SchurrLemma-mod-030-9.xml
MD5SUMa570971bdea1b5dac7f2a8202873b646
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 benchmark6.0881901
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints210
Number of domains1
Minimum domain size9
Maximum domain size9
Distribution of domain sizes[{"size":9,"count":30}]
Minimum variable degree14
Maximum variable degree28
Distribution of variable degrees[{"degree":14,"count":1},{"degree":15,"count":2},{"degree":16,"count":2},{"degree":17,"count":2},{"degree":18,"count":2},{"degree":19,"count":2},{"degree":20,"count":2},{"degree":21,"count":4},{"degree":22,"count":2},{"degree":23,"count":2},{"degree":24,"count":2},{"degree":25,"count":2},{"degree":26,"count":2},{"degree":27,"count":2},{"degree":28,"count":1}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":210}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","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-4269794-1502791404.xml"  -tl '2520s' -p 1 -x 0
0.12/0.14	c [HOME/instance-4269794-1502791404.xml, -tl, 2520s, -p, 1, -x, 0]
0.12/0.20	c simple solver
0.33/0.26	c parse instance...
0.72/0.46	c solve instance...
43.34/40.61	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 (12255 MiB free)
  memory of node 1: 16384 MiB (12862 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4269794-1502791404/watcher-4269794-1502791404 -o /tmp/evaluation-result-4269794-1502791404/solver-4269794-1502791404 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1502785522-15705 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1326981452 HOME/instance-4269794-1502791404.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=16611, runsolver pid=16608


[startup+0.100177 s]*
/proc/loadavg: 1.91 2.02 2.09 3/217 16627
/proc/meminfo: memFree=25704448/32770624 swapFree=67108860/67108860
[pid=16611] ppid=16608 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/16611/stat : 16611 (xcsp3-exec) S 16608 16611 15674 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 112211971 9740288 346 33554432000 4194304 5098028 140735119069424 140735119067528 140449592279676 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 15810560 140735119074414 140735119074619 140735119074619 140735119077355 0
/proc/16611/statm: 2378 346 289 221 0 87 0
[pid=16613] ppid=16611 vsize=13978596 memory=28588 CPUtime=0.12 cores=0,2,4,6
/proc/16613/stat : 16613 (java) S 16611 16611 15674 0 -1 1077944320 5059 0 0 0 11 1 0 0 20 0 15 0 112211971 14314082304 7147 33554432000 4194304 4196468 140724715950064 140724715932608 140041192394487 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 39190528 140724715951255 140724715951431 140724715951431 140724715954127 0
/proc/16613/statm: 3494649 7147 2842 1 0 3482966 0
[pid=16613/tid=16614] ppid=16611 vsize=13978596 memory=-6962121287837372198 CPUtime=0.09 cores=0,2,4,6
/proc/16613/task/16614/stat : 16614 (java) R 16611 16611 15674 0 -1 4202560 3074 0 0 0 8 1 0 0 20 0 15 0 112211972 14314082304 7147 33554432000 4194304 4196468 140724715950064 140041196627840 140041192406422 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39190528 140724715951255 140724715951431 140724715951431 140724715954127 0
[pid=16613/tid=16615] ppid=16611 vsize=13978596 memory=-3689451258167578675 CPUtime=0 cores=0,2,4,6
/proc/16613/task/16615/stat : 16615 (java) S 16611 16611 15674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112211972 14314082304 7147 33554432000 4194304 4196468 140724715950064 140041107462672 140041192404693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39190528 140724715951255 140724715951431 140724715951431 140724715954127 0
[pid=16613/tid=16616] ppid=16611 vsize=13978596 memory=140261745309312 CPUtime=0 cores=0,2,4,6
/proc/16613/task/16616/stat : 16616 (java) S 16611 16611 15674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112211972 14314082304 7147 33554432000 4194304 4196468 140724715950064 140041106410128 140041192404693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39190528 140724715951255 140724715951431 140724715951431 140724715954127 0
[pid=16613/tid=16617] ppid=16611 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16613/task/16617/stat : 16617 (java) S 16611 16611 15674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112211972 14314082304 7147 33554432000 4194304 4196468 140724715950064 140041105357072 140041192404693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39190528 140724715951255 140724715951431 140724715951431 140724715954127 0
[pid=16613/tid=16618] ppid=16611 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16613/task/16618/stat : 16618 (java) S 16611 16611 15674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 112211972 14314082304 7147 33554432000 4194304 4196468 140724715950064 140041104304528 140041192404693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39190528 140724715951255 140724715951431 140724715951431 140724715954127 0
[pid=16613/tid=16619] ppid=16611 vsize=13978596 memory=140261745309312 CPUtime=0 cores=0,2,4,6
/proc/16613/task/16619/stat : 16619 (java) S 16611 16611 15674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 112211974 14314082304 7147 33554432000 4194304 4196468 140724715950064 140040531847920 140041192405634 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39190528 140724715951255 140724715951431 140724715951431 140724715954127 0
[pid=16613/tid=16620] ppid=16611 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16613/task/16620/stat : 16620 (java) S 16611 16611 15674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 112211974 14314082304 7147 33554432000 4194304 4196468 140724715950064 140040530794144 140041192404693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39190528 140724715951255 140724715951431 140724715951431 140724715954127 0
[pid=16613/tid=16621] ppid=16611 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16613/task/16621/stat : 16621 (java) S 16611 16611 15674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 112211974 14314082304 7147 33554432000 4194304 4196468 140724715950064 140040529741040 140041192404693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39190528 140724715951255 140724715951431 140724715951431 140724715954127 0
[pid=16613/tid=16622] ppid=16611 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16613/task/16622/stat : 16622 (java) S 16611 16611 15674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112211977 14314082304 7147 33554432000 4194304 4196468 140724715950064 140040528689616 140041192413083 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39190528 140724715951255 140724715951431 140724715951431 140724715954127 0
[pid=16613/tid=16623] ppid=16611 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16613/task/16623/stat : 16623 (java) S 16611 16611 15674 0 -1 1077944384 304 0 0 0 0 0 0 0 20 0 15 0 112211977 14314082304 7147 33554432000 4194304 4196468 140724715950064 140040527636720 140041192405634 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39190528 140724715951255 140724715951431 140724715951431 140724715954127 0
[pid=16613/tid=16624] ppid=16611 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16613/task/16624/stat : 16624 (java) S 16611 16611 15674 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 15 0 112211977 14314082304 7147 33554432000 4194304 4196468 140724715950064 140040526584176 140041192405634 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39190528 140724715951255 140724715951431 140724715951431 140724715954127 0
[pid=16613/tid=16625] ppid=16611 vsize=13978596 memory=140261745309312 CPUtime=0.01 cores=0,2,4,6
/proc/16613/task/16625/stat : 16625 (java) R 16611 16611 15674 0 -1 4202560 262 0 0 0 1 0 0 0 20 0 15 0 112211977 14314082304 7147 33554432000 4194304 4196468 140724715950064 140040525531120 140041173632048 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39190528 140724715951255 140724715951431 140724715951431 140724715954127 0
[pid=16613/tid=16626] ppid=16611 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16613/task/16626/stat : 16626 (java) S 16611 16611 15674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112211977 14314082304 7147 33554432000 4194304 4196468 140724715950064 140040524478816 140041192404693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39190528 140724715951255 140724715951431 140724715951431 140724715954127 0
[pid=16613/tid=16627] ppid=16611 vsize=13978596 memory=140261745309312 CPUtime=0 cores=0,2,4,6
/proc/16613/task/16627/stat : 16627 (java) S 16611 16611 15674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112211977 14314082304 7147 33554432000 4194304 4196468 140724715950064 140040523426864 140041192405634 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39190528 140724715951255 140724715951431 140724715951431 140724715954127 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 29972 KiB

[startup+0.210759 s]*
/proc/loadavg: 1.91 2.02 2.09 3/217 16627
/proc/meminfo: memFree=25694632/32770624 swapFree=67108860/67108860
[pid=16611] ppid=16608 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/16611/stat : 16611 (xcsp3-exec) S 16608 16611 15674 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 112211971 9740288 346 33554432000 4194304 5098028 140735119069424 140735119067528 140449592279676 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 15810560 140735119074414 140735119074619 140735119074619 140735119077355 0
/proc/16611/statm: 2378 346 289 221 0 87 0
[pid=16613] ppid=16611 vsize=13982852 memory=40844 CPUtime=0.33 cores=0,2,4,6
/proc/16613/stat : 16613 (java) S 16611 16611 15674 0 -1 1077944320 7705 0 0 0 31 2 0 0 20 0 15 0 112211971 14318440448 10211 33554432000 4194304 4196468 140724715950064 140724715932608 140041192394487 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 39190528 140724715951255 140724715951431 140724715951431 140724715954127 0
/proc/16613/statm: 3495713 10211 3079 1 0 3482966 0
[pid=16613/tid=16614] ppid=16611 vsize=13982852 memory=7883960649037381690 CPUtime=0.19 cores=0,2,4,6
/proc/16613/task/16614/stat : 16614 (java) D 16611 16611 15674 0 -1 1077944384 4838 0 0 0 18 1 0 0 20 0 15 0 112211972 14318440448 10211 33554432000 4194304 4196468 140724715950064 140041196596176 140041185073709 0 4 0 16800975 18446744072101613092 0 0 -1 4 0 0 0 0 0 6293624 6294260 39190528 140724715951255 140724715951431 140724715951431 140724715954127 0
[pid=16613/tid=16615] ppid=16611 vsize=13982852 memory=12543 CPUtime=0 cores=0,2,4,6
/proc/16613/task/16615/stat : 16615 (java) S 16611 16611 15674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112211972 14318440448 10211 33554432000 4194304 4196468 140724715950064 140041107462672 140041192404693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39190528 140724715951255 140724715951431 140724715951431 140724715954127 0
[pid=16613/tid=16616] ppid=16611 vsize=13982852 memory=140261745325270 CPUtime=0 cores=0,2,4,6
/proc/16613/task/16616/stat : 16616 (java) S 16611 16611 15674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112211972 14318440448 10211 33554432000 4194304 4196468 140724715950064 140041106410128 140041192404693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39190528 140724715951255 140724715951431 140724715951431 140724715954127 0
[pid=16613/tid=16617] ppid=16611 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16613/task/16617/stat : 16617 (java) S 16611 16611 15674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112211972 14318440448 10211 33554432000 4194304 4196468 140724715950064 140041105357072 140041192404693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39190528 140724715951255 140724715951431 140724715951431 140724715954127 0
[pid=16613/tid=16618] ppid=16611 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16613/task/16618/stat : 16618 (java) S 16611 16611 15674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 112211972 14318440448 10211 33554432000 4194304 4196468 140724715950064 140041104304528 140041192404693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39190528 140724715951255 140724715951431 140724715951431 140724715954127 0
[pid=16613/tid=16619] ppid=16611 vsize=13982852 memory=140261745309312 CPUtime=0 cores=0,2,4,6
/proc/16613/task/16619/stat : 16619 (java) S 16611 16611 15674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 112211974 14318440448 10211 33554432000 4194304 4196468 140724715950064 140040531847920 140041192405634 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39190528 140724715951255 140724715951431 140724715951431 140724715954127 0
[pid=16613/tid=16620] ppid=16611 vsize=13982884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16613/task/16620/stat : 16620 (java) S 16611 16611 15674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 112211974 14318473216 10211 33554432000 4194304 4196468 140724715950064 140040530794144 140041192404693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39190528 140724715951255 140724715951431 140724715951431 140724715954127 0
[pid=16613/tid=16621] ppid=16611 vsize=13982884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16613/task/16621/stat : 16621 (java) S 16611 16611 15674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 112211974 14318473216 10211 33554432000 4194304 4196468 140724715950064 140040529741040 140041192404693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39190528 140724715951255 140724715951431 140724715951431 140724715954127 0
[pid=16613/tid=16622] ppid=16611 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16613/task/16622/stat : 16622 (java) S 16611 16611 15674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112211977 14318440448 10211 33554432000 4194304 4196468 140724715950064 140040528689616 140041192413083 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39190528 140724715951255 140724715951431 140724715951431 140724715954127 0
[pid=16613/tid=16623] ppid=16611 vsize=13982852 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/16613/task/16623/stat : 16623 (java) S 16611 16611 15674 0 -1 1077944384 678 0 0 0 2 0 0 0 20 0 15 0 112211977 14318440448 10211 33554432000 4194304 4196468 140724715950064 140040527636720 140041192405634 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39190528 140724715951255 140724715951431 140724715951431 140724715954127 0
[pid=16613/tid=16624] ppid=16611 vsize=13982852 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/16613/task/16624/stat : 16624 (java) S 16611 16611 15674 0 -1 1077944384 215 0 0 0 2 0 0 0 20 0 15 0 112211977 14318440448 10211 33554432000 4194304 4196468 140724715950064 140040526584176 140041192405634 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39190528 140724715951255 140724715951431 140724715951431 140724715954127 0
[pid=16613/tid=16625] ppid=16611 vsize=13982852 memory=140261745309312 CPUtime=0.07 cores=0,2,4,6
/proc/16613/task/16625/stat : 16625 (java) S 16611 16611 15674 0 -1 1077944384 686 0 0 0 7 0 0 0 20 0 15 0 112211977 14318440448 10211 33554432000 4194304 4196468 140724715950064 140040525531120 140041192405634 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39190528 140724715951255 140724715951431 140724715951431 140724715954127 0
[pid=16613/tid=16626] ppid=16611 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16613/task/16626/stat : 16626 (java) S 16611 16611 15674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112211977 14318440448 10211 33554432000 4194304 4196468 140724715950064 140040524478816 140041192404693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39190528 140724715951255 140724715951431 140724715951431 140724715954127 0
[pid=16613/tid=16627] ppid=16611 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16613/task/16627/stat : 16627 (java) S 16611 16611 15674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112211977 14318440448 10211 33554432000 4194304 4196468 140724715950064 140040523426864 140041192405634 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39190528 140724715951255 140724715951431 140724715951431 140724715954127 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 42228 KiB

[startup+0.310466 s]*
/proc/loadavg: 1.91 2.02 2.09 4/217 16627
/proc/meminfo: memFree=25687684/32770624 swapFree=67108860/67108860
[pid=16611] ppid=16608 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/16611/stat : 16611 (xcsp3-exec) S 16608 16611 15674 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 112211971 9740288 346 33554432000 4194304 5098028 140735119069424 140735119067528 140449592279676 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 15810560 140735119074414 140735119074619 140735119074619 140735119077355 0
/proc/16611/statm: 2378 346 289 221 0 87 0
[pid=16613] ppid=16611 vsize=13982852 memory=47688 CPUtime=0.5 cores=0,2,4,6
/proc/16613/stat : 16613 (java) S 16611 16611 15674 0 -1 1077944320 8526 0 0 0 47 3 0 0 20 0 15 0 112211971 14318440448 11922 33554432000 4194304 4196468 140724715950064 140724715932608 140041192394487 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 39190528 140724715951255 140724715951431 140724715951431 140724715954127 0
/proc/16613/statm: 3495713 11922 3095 1 0 3482966 0
[pid=16613/tid=16614] ppid=16611 vsize=13982852 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/16613/task/16614/stat : 16614 (java) R 16611 16611 15674 0 -1 4202560 5514 0 0 0 27 2 0 0 20 0 15 0 112211972 14318440448 11922 33554432000 4194304 4196468 140724715950064 140041196616400 140041176474974 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39190528 140724715951255 140724715951431 140724715951431 140724715954127 0
[pid=16613/tid=16615] ppid=16611 vsize=13982852 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/16613/task/16615/stat : 16615 (java) S 16611 16611 15674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112211972 14318440448 11922 33554432000 4194304 4196468 140724715950064 140041107462672 140041192404693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39190528 140724715951255 140724715951431 140724715951431 140724715954127 0
[pid=16613/tid=16616] ppid=16611 vsize=13982852 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/16613/task/16616/stat : 16616 (java) S 16611 16611 15674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112211972 14318440448 11922 33554432000 4194304 4196468 140724715950064 140041106410128 140041192404693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39190528 140724715951255 140724715951431 140724715951431 140724715954127 0
[pid=16613/tid=16617] ppid=16611 vsize=13982852 memory=-3040564339105353098 CPUtime=0 cores=0,2,4,6
/proc/16613/task/16617/stat : 16617 (java) S 16611 16611 15674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112211972 14318440448 11922 33554432000 4194304 4196468 140724715950064 140041105357072 140041192404693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39190528 140724715951255 140724715951431 140724715951431 140724715954127 0
[pid=16613/tid=16618] ppid=16611 vsize=13982852 memory=7593697182111006371 CPUtime=0 cores=0,2,4,6
/proc/16613/task/16618/stat : 16618 (java) S 16611 16611 15674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 112211972 14318440448 11922 33554432000 4194304 4196468 140724715950064 140041104304528 140041192404693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39190528 140724715951255 140724715951431 140724715951431 140724715954127 0
[pid=16613/tid=16619] ppid=16611 vsize=13982852 memory=6944656591801720471 CPUtime=0 cores=0,2,4,6
/proc/16613/task/16619/stat : 16619 (java) S 16611 16611 15674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 112211974 14318440448 11922 33554432000 4194304 4196468 140724715950064 140040531847920 140041192405634 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39190528 140724715951255 140724715951431 140724715951431 140724715954127 0
[pid=16613/tid=16620] ppid=16611 vsize=13982852 memory=-8458152057954561420 CPUtime=0 cores=0,2,4,6
/proc/16613/task/16620/stat : 16620 (java) S 16611 16611 15674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 112211974 14318440448 11922 33554432000 4194304 4196468 140724715950064 140040530794144 140041192404693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39190528 140724715951255 140724715951431 140724715951431 140724715954127 0
[pid=16613/tid=16621] ppid=16611 vsize=13982852 memory=-8813974798734826869 CPUtime=0 cores=0,2,4,6
/proc/16613/task/16621/stat : 16621 (java) S 16611 16611 15674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 112211974 14318440448 11922 33554432000 4194304 4196468 140724715950064 140040529741040 140041192404693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39190528 140724715951255 140724715951431 140724715951431 140724715954127 0
[pid=16613/tid=16622] ppid=16611 vsize=13982852 memory=7031125463459224206 CPUtime=0 cores=0,2,4,6
/proc/16613/task/16622/stat : 16622 (java) S 16611 16611 15674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112211977 14318440448 11922 33554432000 4194304 4196468 140724715950064 140040528689616 140041192413083 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39190528 140724715951255 140724715951431 140724715951431 140724715954127 0
[pid=16613/tid=16623] ppid=16611 vsize=13982852 memory=4713750055892520310 CPUtime=0.03 cores=0,2,4,6
/proc/16613/task/16623/stat : 16623 (java) S 16611 16611 15674 0 -1 1077944384 684 0 0 0 3 0 0 0 20 0 15 0 112211977 14318440448 11922 33554432000 4194304 4196468 140724715950064 140040527636720 140041192405634 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39190528 140724715951255 140724715951431 140724715951431 140724715954127 0
[pid=16613/tid=16624] ppid=16611 vsize=13982852 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/16613/task/16624/stat : 16624 (java) S 16611 16611 15674 0 -1 1077944384 232 0 0 0 4 0 0 0 20 0 15 0 112211977 14318440448 11922 33554432000 4194304 4196468 140724715950064 140040526584176 140041192405634 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39190528 140724715951255 140724715951431 140724715951431 140724715954127 0
[pid=16613/tid=16625] ppid=16611 vsize=13982852 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/16613/task/16625/stat : 16625 (java) S 16611 16611 15674 0 -1 1077944384 797 0 0 0 12 0 0 0 20 0 15 0 112211977 14318440448 11922 33554432000 4194304 4196468 140724715950064 140040525531120 140041192405634 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39190528 140724715951255 140724715951431 140724715951431 140724715954127 0
[pid=16613/tid=16626] ppid=16611 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16613/task/16626/stat : 16626 (java) S 16611 16611 15674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112211977 14318440448 11922 33554432000 4194304 4196468 140724715950064 140040524478816 140041192404693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39190528 140724715951255 140724715951431 140724715951431 140724715954127 0
[pid=16613/tid=16627] ppid=16611 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16613/task/16627/stat : 16627 (java) S 16611 16611 15674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112211977 14318440448 11922 33554432000 4194304 4196468 140724715950064 140040523426864 140041192405634 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39190528 140724715951255 140724715951431 140724715951431 140724715954127 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 49072 KiB

[startup+0.700789 s]
/proc/loadavg: 1.91 2.02 2.09 5/217 16627
/proc/meminfo: memFree=25674224/32770624 swapFree=67108860/67108860
[pid=16611] ppid=16608 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/16611/stat : 16611 (xcsp3-exec) S 16608 16611 15674 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 112211971 9740288 346 33554432000 4194304 5098028 140735119069424 140735119067528 140449592279676 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 15810560 140735119074414 140735119074619 140735119074619 140735119077355 0
/proc/16611/statm: 2378 346 289 221 0 87 0
[pid=16613] ppid=16611 vsize=13984976 memory=66720 CPUtime=1.6 cores=0,2,4,6
/proc/16613/stat : 16613 (java) S 16611 16611 15674 0 -1 1077944320 11853 0 0 0 155 5 0 0 20 0 15 0 112211971 14320615424 16680 33554432000 4194304 4196468 140724715950064 140724715932608 140041192394487 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 39190528 140724715951255 140724715951431 140724715951431 140724715954127 0
/proc/16613/statm: 3496244 16680 3210 1 0 3483478 0
[pid=16613/tid=16614] ppid=16611 vsize=13984976 memory=31660 CPUtime=0.67 cores=0,2,4,6
/proc/16613/task/16614/stat : 16614 (java) R 16611 16611 15674 0 -1 4202560 6065 0 0 0 64 3 0 0 20 0 15 0 112211972 14320615424 16680 33554432000 4194304 4196468 140724715950064 140041196631584 140040784599424 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39190528 140724715951255 140724715951431 140724715951431 140724715954127 0
[pid=16613/tid=16615] ppid=16611 vsize=13984976 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/16613/task/16615/stat : 16615 (java) S 16611 16611 15674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112211972 14320615424 16680 33554432000 4194304 4196468 140724715950064 140041107462672 140041192404693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39190528 140724715951255 140724715951431 140724715951431 140724715954127 0
[pid=16613/tid=16616] ppid=16611 vsize=13984976 memory=2400 CPUtime=0 cores=0,2,4,6
/proc/16613/task/16616/stat : 16616 (java) S 16611 16611 15674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112211972 14320615424 16680 33554432000 4194304 4196468 140724715950064 140041106410128 140041192404693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39190528 140724715951255 140724715951431 140724715951431 140724715954127 0
[pid=16613/tid=16617] ppid=16611 vsize=13984976 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/16613/task/16617/stat : 16617 (java) S 16611 16611 15674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112211972 14320615424 16680 33554432000 4194304 4196468 140724715950064 140041105357072 140041192404693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39190528 140724715951255 140724715951431 140724715951431 140724715954127 0
[pid=16613/tid=16618] ppid=16611 vsize=13984976 memory=12032 CPUtime=0 cores=0,2,4,6
/proc/16613/task/16618/stat : 16618 (java) S 16611 16611 15674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 112211972 14320615424 16680 33554432000 4194304 4196468 140724715950064 140041104304528 140041192404693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39190528 140724715951255 140724715951431 140724715951431 140724715954127 0
[pid=16613/tid=16619] ppid=16611 vsize=13984976 memory=1708 CPUtime=0 cores=0,2,4,6
/proc/16613/task/16619/stat : 16619 (java) S 16611 16611 15674 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 112211974 14320615424 16680 33554432000 4194304 4196468 140724715950064 140040531847920 140041192405634 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39190528 140724715951255 140724715951431 140724715951431 140724715954127 0
[pid=16613/tid=16620] ppid=16611 vsize=13984976 memory=1012 CPUtime=0 cores=0,2,4,6
/proc/16613/task/16620/stat : 16620 (java) S 16611 16611 15674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 112211974 14320615424 16680 33554432000 4194304 4196468 140724715950064 140040530794144 140041192404693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39190528 140724715951255 140724715951431 140724715951431 140724715954127 0
[pid=16613/tid=16621] ppid=16611 vsize=13984976 memory=796 CPUtime=0 cores=0,2,4,6
/proc/16613/task/16621/stat : 16621 (java) S 16611 16611 15674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 112211974 14320615424 16680 33554432000 4194304 4196468 140724715950064 140040529741040 140041192404693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39190528 140724715951255 140724715951431 140724715951431 140724715954127 0
[pid=16613/tid=16622] ppid=16611 vsize=13984976 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/16613/task/16622/stat : 16622 (java) S 16611 16611 15674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112211977 14320615424 16680 33554432000 4194304 4196468 140724715950064 140040528689616 140041192413083 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39190528 140724715951255 140724715951431 140724715951431 140724715954127 0
[pid=16613/tid=16623] ppid=16611 vsize=13984976 memory=5300 CPUtime=0.3 cores=0,2,4,6
/proc/16613/task/16623/stat : 16623 (java) R 16611 16611 15674 0 -1 4202560 1672 0 0 0 30 0 0 0 20 0 15 0 112211977 14320615424 16680 33554432000 4194304 4196468 140724715950064 140040527626320 140041177293827 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39190528 140724715951255 140724715951431 140724715951431 140724715954127 0
[pid=16613/tid=16624] ppid=16611 vsize=13984976 memory=4616 CPUtime=0.29 cores=0,2,4,6
/proc/16613/task/16624/stat : 16624 (java) R 16611 16611 15674 0 -1 4202560 1179 0 0 0 29 0 0 0 20 0 15 0 112211977 14320615424 16680 33554432000 4194304 4196468 140724715950064 140040526565192 140041172768776 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39190528 140724715951255 140724715951431 140724715951431 140724715954127 0
[pid=16613/tid=16625] ppid=16611 vsize=13984976 memory=1928 CPUtime=0.31 cores=0,2,4,6
/proc/16613/task/16625/stat : 16625 (java) R 16611 16611 15674 0 -1 1077944384 1630 0 0 0 31 0 0 0 20 0 15 0 112211977 14320615424 16680 33554432000 4194304 4196468 140724715950064 140040525531120 140041192405634 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 39190528 140724715951255 140724715951431 140724715951431 140724715954127 0
[pid=16613/tid=16626] ppid=16611 vsize=13984976 memory=1428 CPUtime=0 cores=0,2,4,6
/proc/16613/task/16626/stat : 16626 (java) S 16611 16611 15674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112211977 14320615424 16680 33554432000 4194304 4196468 140724715950064 140040524478816 140041192404693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39190528 140724715951255 140724715951431 140724715951431 140724715954127 0
[pid=16613/tid=16627] ppid=16611 vsize=13984976 memory=1196 CPUtime=0 cores=0,2,4,6
/proc/16613/task/16627/stat : 16627 (java) S 16611 16611 15674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112211977 14320615424 16680 33554432000 4194304 4196468 140724715950064 140040523426864 140041192405634 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39190528 140724715951255 140724715951431 140724715951431 140724715954127 0
Current children cumulated CPU time: 1.6 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 68104 KiB

[startup+1.50067 s]
/proc/loadavg: 1.91 2.02 2.09 4/217 16627
/proc/meminfo: memFree=25663684/32770624 swapFree=67108860/67108860
[pid=16611] ppid=16608 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/16611/stat : 16611 (xcsp3-exec) S 16608 16611 15674 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 112211971 9740288 346 33554432000 4194304 5098028 140735119069424 140735119067528 140449592279676 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 15810560 140735119074414 140735119074619 140735119074619 140735119077355 0
/proc/16611/statm: 2378 346 289 221 0 87 0

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

/proc/16611/stat : 16611 (xcsp3-exec) S 16608 16611 15674 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 112211971 9740288 346 33554432000 4194304 5098028 140735119069424 140735119067528 140449592279676 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 15810560 140735119074414 140735119074619 140735119074619 140735119077355 0
/proc/16611/statm: 2378 346 289 221 0 87 0
[pid=16613] ppid=16611 vsize=13984976 memory=195700 CPUtime=41.12 cores=0,2,4,6
/proc/16613/stat : 16613 (java) S 16611 16611 15674 0 -1 1077944320 31238 0 0 0 4103 9 0 0 20 0 15 0 112211971 14320615424 48925 33554432000 4194304 4196468 140724715950064 140724715932608 140041192394487 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 39190528 140724715951255 140724715951431 140724715951431 140724715954127 0
/proc/16613/statm: 3496244 48925 3256 1 0 3483478 0
[pid=16613/tid=16614] ppid=16611 vsize=13984976 memory=1384 CPUtime=38.35 cores=0,2,4,6
/proc/16613/task/16614/stat : 16614 (java) R 16611 16611 15674 0 -1 4202560 8856 0 0 0 3830 5 0 0 20 0 15 0 112211972 14320615424 48925 33554432000 4194304 4196468 140724715950064 140041196631768 140040781244161 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39190528 140724715951255 140724715951431 140724715951431 140724715954127 0
[pid=16613/tid=16615] ppid=16611 vsize=13984976 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/16613/task/16615/stat : 16615 (java) S 16611 16611 15674 0 -1 1077944384 492 0 0 0 0 0 0 0 20 0 15 0 112211972 14320615424 48925 33554432000 4194304 4196468 140724715950064 140041107462672 140041192404693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39190528 140724715951255 140724715951431 140724715951431 140724715954127 0
[pid=16613/tid=16616] ppid=16611 vsize=13984976 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16613/task/16616/stat : 16616 (java) S 16611 16611 15674 0 -1 1077944384 386 0 0 0 0 0 0 0 20 0 15 0 112211972 14320615424 48925 33554432000 4194304 4196468 140724715950064 140041106410128 140041192404693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39190528 140724715951255 140724715951431 140724715951431 140724715954127 0
[pid=16613/tid=16617] ppid=16611 vsize=13984976 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16613/task/16617/stat : 16617 (java) S 16611 16611 15674 0 -1 1077944384 649 0 0 0 0 0 0 0 20 0 15 0 112211972 14320615424 48925 33554432000 4194304 4196468 140724715950064 140041105357072 140041192404693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39190528 140724715951255 140724715951431 140724715951431 140724715954127 0
[pid=16613/tid=16618] ppid=16611 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/16613/task/16618/stat : 16618 (java) S 16611 16611 15674 0 -1 1077944384 175 0 0 0 0 0 0 0 20 0 15 0 112211972 14320615424 48925 33554432000 4194304 4196468 140724715950064 140041104304528 140041192404693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39190528 140724715951255 140724715951431 140724715951431 140724715954127 0
[pid=16613/tid=16619] ppid=16611 vsize=13984976 memory=4012 CPUtime=0 cores=0,2,4,6
/proc/16613/task/16619/stat : 16619 (java) S 16611 16611 15674 0 -1 1077944384 689 0 0 0 0 0 0 0 20 0 15 0 112211974 14320615424 48925 33554432000 4194304 4196468 140724715950064 140040531847920 140041192405634 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39190528 140724715951255 140724715951431 140724715951431 140724715954127 0
[pid=16613/tid=16620] ppid=16611 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/16613/task/16620/stat : 16620 (java) S 16611 16611 15674 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 112211974 14320615424 48925 33554432000 4194304 4196468 140724715950064 140040530794144 140041192404693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39190528 140724715951255 140724715951431 140724715951431 140724715954127 0
[pid=16613/tid=16621] ppid=16611 vsize=13984976 memory=191412 CPUtime=0 cores=0,2,4,6
/proc/16613/task/16621/stat : 16621 (java) S 16611 16611 15674 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 112211974 14320615424 48925 33554432000 4194304 4196468 140724715950064 140040529741040 140041192404693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39190528 140724715951255 140724715951431 140724715951431 140724715954127 0
[pid=16613/tid=16622] ppid=16611 vsize=13984976 memory=2344 CPUtime=0 cores=0,2,4,6
/proc/16613/task/16622/stat : 16622 (java) S 16611 16611 15674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112211977 14320615424 48925 33554432000 4194304 4196468 140724715950064 140040528689616 140041192413083 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39190528 140724715951255 140724715951431 140724715951431 140724715954127 0
[pid=16613/tid=16623] ppid=16611 vsize=13984976 memory=1384 CPUtime=1.07 cores=0,2,4,6
/proc/16613/task/16623/stat : 16623 (java) S 16611 16611 15674 0 -1 1077944384 7222 0 0 0 106 1 0 0 20 0 15 0 112211977 14320615424 48925 33554432000 4194304 4196468 140724715950064 140040527636720 140041192405634 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 9 0 0 6293624 6294260 39190528 140724715951255 140724715951431 140724715951431 140724715954127 0
[pid=16613/tid=16624] ppid=16611 vsize=13984976 memory=1384 CPUtime=1.21 cores=0,2,4,6
/proc/16613/task/16624/stat : 16624 (java) S 16611 16611 15674 0 -1 1077944384 6919 0 0 0 120 1 0 0 20 0 15 0 112211977 14320615424 48925 33554432000 4194304 4196468 140724715950064 140040526584176 140041192405634 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 9 0 0 6293624 6294260 39190528 140724715951255 140724715951431 140724715951431 140724715954127 0
[pid=16613/tid=16625] ppid=16611 vsize=13984976 memory=1384 CPUtime=0.41 cores=0,2,4,6
/proc/16613/task/16625/stat : 16625 (java) S 16611 16611 15674 0 -1 1077944384 4113 0 0 0 41 0 0 0 20 0 15 0 112211977 14320615424 48925 33554432000 4194304 4196468 140724715950064 140040525531120 140041192405634 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39190528 140724715951255 140724715951431 140724715951431 140724715954127 0
[pid=16613/tid=16626] ppid=16611 vsize=13984976 memory=31660 CPUtime=0 cores=0,2,4,6
/proc/16613/task/16626/stat : 16626 (java) S 16611 16611 15674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112211977 14320615424 48925 33554432000 4194304 4196468 140724715950064 140040524478816 140041192404693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39190528 140724715951255 140724715951431 140724715951431 140724715954127 0
[pid=16613/tid=16627] ppid=16611 vsize=13984976 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/16613/task/16627/stat : 16627 (java) S 16611 16611 15674 0 -1 1077944384 387 0 0 0 0 0 0 0 20 0 15 0 112211977 14320615424 48925 33554432000 4194304 4196468 140724715950064 140040523426864 140041192405634 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 6 0 0 6293624 6294260 39190528 140724715951255 140724715951431 140724715951431 140724715954127 0
Current children cumulated CPU time: 41.12 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 197084 KiB

[startup+40.0006 s]*
/proc/loadavg: 1.91 2.00 2.08 3/217 16627
/proc/meminfo: memFree=25539572/32770624 swapFree=67108860/67108860
[pid=16611] ppid=16608 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/16611/stat : 16611 (xcsp3-exec) S 16608 16611 15674 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 112211971 9740288 346 33554432000 4194304 5098028 140735119069424 140735119067528 140449592279676 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 15810560 140735119074414 140735119074619 140735119074619 140735119077355 0
/proc/16611/statm: 2378 346 289 221 0 87 0
[pid=16613] ppid=16611 vsize=13984976 memory=195700 CPUtime=42.73 cores=0,2,4,6
/proc/16613/stat : 16613 (java) S 16611 16611 15674 0 -1 1077944320 31325 0 0 0 4264 9 0 0 20 0 15 0 112211971 14320615424 48925 33554432000 4194304 4196468 140724715950064 140724715932608 140041192394487 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 39190528 140724715951255 140724715951431 140724715951431 140724715954127 0
/proc/16613/statm: 3496244 48925 3256 1 0 3483478 0
[pid=16613/tid=16614] ppid=16611 vsize=13984976 memory=6791534058613427641 CPUtime=39.96 cores=0,2,4,6
/proc/16613/task/16614/stat : 16614 (java) R 16611 16611 15674 0 -1 4202560 8858 0 0 0 3991 5 0 0 20 0 15 0 112211972 14320615424 48925 33554432000 4194304 4196468 140724715950064 140041196631328 140040784498772 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39190528 140724715951255 140724715951431 140724715951431 140724715954127 0
[pid=16613/tid=16615] ppid=16611 vsize=13984976 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/16613/task/16615/stat : 16615 (java) S 16611 16611 15674 0 -1 1077944384 492 0 0 0 0 0 0 0 20 0 15 0 112211972 14320615424 48925 33554432000 4194304 4196468 140724715950064 140041107462672 140041192404693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39190528 140724715951255 140724715951431 140724715951431 140724715954127 0
[pid=16613/tid=16616] ppid=16611 vsize=13984976 memory=916 CPUtime=0 cores=0,2,4,6
/proc/16613/task/16616/stat : 16616 (java) S 16611 16611 15674 0 -1 1077944384 386 0 0 0 0 0 0 0 20 0 15 0 112211972 14320615424 48925 33554432000 4194304 4196468 140724715950064 140041106410128 140041192404693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39190528 140724715951255 140724715951431 140724715951431 140724715954127 0
[pid=16613/tid=16617] ppid=16611 vsize=13984976 memory=3832 CPUtime=0 cores=0,2,4,6
/proc/16613/task/16617/stat : 16617 (java) S 16611 16611 15674 0 -1 1077944384 649 0 0 0 0 0 0 0 20 0 15 0 112211972 14320615424 48925 33554432000 4194304 4196468 140724715950064 140041105357072 140041192404693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39190528 140724715951255 140724715951431 140724715951431 140724715954127 0
[pid=16613/tid=16618] ppid=16611 vsize=13984976 memory=2548 CPUtime=0 cores=0,2,4,6
/proc/16613/task/16618/stat : 16618 (java) S 16611 16611 15674 0 -1 1077944384 175 0 0 0 0 0 0 0 20 0 15 0 112211972 14320615424 48925 33554432000 4194304 4196468 140724715950064 140041104304528 140041192404693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39190528 140724715951255 140724715951431 140724715951431 140724715954127 0
[pid=16613/tid=16619] ppid=16611 vsize=13984976 memory=2804 CPUtime=0 cores=0,2,4,6
/proc/16613/task/16619/stat : 16619 (java) S 16611 16611 15674 0 -1 1077944384 690 0 0 0 0 0 0 0 20 0 15 0 112211974 14320615424 48925 33554432000 4194304 4196468 140724715950064 140040531847920 140041192405634 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39190528 140724715951255 140724715951431 140724715951431 140724715954127 0
[pid=16613/tid=16620] ppid=16611 vsize=13984976 memory=1156 CPUtime=0 cores=0,2,4,6
/proc/16613/task/16620/stat : 16620 (java) S 16611 16611 15674 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 112211974 14320615424 48925 33554432000 4194304 4196468 140724715950064 140040530794144 140041192404693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39190528 140724715951255 140724715951431 140724715951431 140724715954127 0
[pid=16613/tid=16621] ppid=16611 vsize=13984976 memory=3300 CPUtime=0 cores=0,2,4,6
/proc/16613/task/16621/stat : 16621 (java) S 16611 16611 15674 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 112211974 14320615424 48925 33554432000 4194304 4196468 140724715950064 140040529741040 140041192404693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39190528 140724715951255 140724715951431 140724715951431 140724715954127 0
[pid=16613/tid=16622] ppid=16611 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/16613/task/16622/stat : 16622 (java) S 16611 16611 15674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112211977 14320615424 48925 33554432000 4194304 4196468 140724715950064 140040528689616 140041192413083 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39190528 140724715951255 140724715951431 140724715951431 140724715954127 0
[pid=16613/tid=16623] ppid=16611 vsize=13984976 memory=705552 CPUtime=1.07 cores=0,2,4,6
/proc/16613/task/16623/stat : 16623 (java) S 16611 16611 15674 0 -1 1077944384 7222 0 0 0 106 1 0 0 20 0 15 0 112211977 14320615424 48925 33554432000 4194304 4196468 140724715950064 140040527636720 140041192405634 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 9 0 0 6293624 6294260 39190528 140724715951255 140724715951431 140724715951431 140724715954127 0
[pid=16613/tid=16624] ppid=16611 vsize=13984976 memory=1160 CPUtime=1.21 cores=0,2,4,6
/proc/16613/task/16624/stat : 16624 (java) S 16611 16611 15674 0 -1 1077944384 6919 0 0 0 120 1 0 0 20 0 15 0 112211977 14320615424 48925 33554432000 4194304 4196468 140724715950064 140040526584176 140041192405634 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 9 0 0 6293624 6294260 39190528 140724715951255 140724715951431 140724715951431 140724715954127 0
[pid=16613/tid=16625] ppid=16611 vsize=13984976 memory=2792 CPUtime=0.42 cores=0,2,4,6
/proc/16613/task/16625/stat : 16625 (java) S 16611 16611 15674 0 -1 1077944384 4197 0 0 0 42 0 0 0 20 0 15 0 112211977 14320615424 48925 33554432000 4194304 4196468 140724715950064 140040525531120 140041192405634 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39190528 140724715951255 140724715951431 140724715951431 140724715954127 0
[pid=16613/tid=16626] ppid=16611 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/16613/task/16626/stat : 16626 (java) S 16611 16611 15674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112211977 14320615424 48925 33554432000 4194304 4196468 140724715950064 140040524478816 140041192404693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39190528 140724715951255 140724715951431 140724715951431 140724715954127 0
[pid=16613/tid=16627] ppid=16611 vsize=13984976 memory=195636 CPUtime=0.01 cores=0,2,4,6
/proc/16613/task/16627/stat : 16627 (java) S 16611 16611 15674 0 -1 1077944384 387 0 0 0 1 0 0 0 20 0 15 0 112211977 14320615424 48925 33554432000 4194304 4196468 140724715950064 140040523426864 140041192405634 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 6 0 0 6293624 6294260 39190528 140724715951255 140724715951431 140724715951431 140724715954127 0
Current children cumulated CPU time: 42.73 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 197084 KiB

[startup+40.4006 s]
/proc/loadavg: 1.91 2.00 2.08 3/217 16627
/proc/meminfo: memFree=25539572/32770624 swapFree=67108860/67108860
[pid=16611] ppid=16608 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/16611/stat : 16611 (xcsp3-exec) S 16608 16611 15674 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 112211971 9740288 346 33554432000 4194304 5098028 140735119069424 140735119067528 140449592279676 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 15810560 140735119074414 140735119074619 140735119074619 140735119077355 0
/proc/16611/statm: 2378 346 289 221 0 87 0
[pid=16613] ppid=16611 vsize=13984976 memory=195700 CPUtime=43.14 cores=0,2,4,6
/proc/16613/stat : 16613 (java) S 16611 16611 15674 0 -1 1077944320 31385 0 0 0 4305 9 0 0 20 0 15 0 112211971 14320615424 48925 33554432000 4194304 4196468 140724715950064 140724715932608 140041192394487 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 39190528 140724715951255 140724715951431 140724715951431 140724715954127 0
/proc/16613/statm: 3496244 48925 3256 1 0 3483478 0
[pid=16613/tid=16614] ppid=16611 vsize=13984976 memory=840 CPUtime=40.35 cores=0,2,4,6
/proc/16613/task/16614/stat : 16614 (java) R 16611 16611 15674 0 -1 4202560 8858 0 0 0 4030 5 0 0 20 0 15 0 112211972 14320615424 48925 33554432000 4194304 4196468 140724715950064 140041196631768 140040784498282 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39190528 140724715951255 140724715951431 140724715951431 140724715954127 0
[pid=16613/tid=16615] ppid=16611 vsize=13984976 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/16613/task/16615/stat : 16615 (java) S 16611 16611 15674 0 -1 1077944384 492 0 0 0 0 0 0 0 20 0 15 0 112211972 14320615424 48925 33554432000 4194304 4196468 140724715950064 140041107462672 140041192404693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39190528 140724715951255 140724715951431 140724715951431 140724715954127 0
[pid=16613/tid=16616] ppid=16611 vsize=13984976 memory=195700 CPUtime=0 cores=0,2,4,6
/proc/16613/task/16616/stat : 16616 (java) S 16611 16611 15674 0 -1 1077944384 386 0 0 0 0 0 0 0 20 0 15 0 112211972 14320615424 48925 33554432000 4194304 4196468 140724715950064 140041106410128 140041192404693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39190528 140724715951255 140724715951431 140724715951431 140724715954127 0
[pid=16613/tid=16617] ppid=16611 vsize=13984976 memory=16432 CPUtime=0 cores=0,2,4,6
/proc/16613/task/16617/stat : 16617 (java) S 16611 16611 15674 0 -1 1077944384 649 0 0 0 0 0 0 0 20 0 15 0 112211972 14320615424 48925 33554432000 4194304 4196468 140724715950064 140041105357072 140041192404693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39190528 140724715951255 140724715951431 140724715951431 140724715954127 0
[pid=16613/tid=16618] ppid=16611 vsize=13984976 memory=4040 CPUtime=0 cores=0,2,4,6
/proc/16613/task/16618/stat : 16618 (java) S 16611 16611 15674 0 -1 1077944384 175 0 0 0 0 0 0 0 20 0 15 0 112211972 14320615424 48925 33554432000 4194304 4196468 140724715950064 140041104304528 140041192404693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39190528 140724715951255 140724715951431 140724715951431 140724715954127 0
[pid=16613/tid=16619] ppid=16611 vsize=13984976 memory=1792 CPUtime=0 cores=0,2,4,6
/proc/16613/task/16619/stat : 16619 (java) S 16611 16611 15674 0 -1 1077944384 690 0 0 0 0 0 0 0 20 0 15 0 112211974 14320615424 48925 33554432000 4194304 4196468 140724715950064 140040531847920 140041192405634 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39190528 140724715951255 140724715951431 140724715951431 140724715954127 0
[pid=16613/tid=16620] ppid=16611 vsize=13984976 memory=640 CPUtime=0 cores=0,2,4,6
/proc/16613/task/16620/stat : 16620 (java) S 16611 16611 15674 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 112211974 14320615424 48925 33554432000 4194304 4196468 140724715950064 140040530794144 140041192404693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39190528 140724715951255 140724715951431 140724715951431 140724715954127 0
[pid=16613/tid=16621] ppid=16611 vsize=13984976 memory=960 CPUtime=0 cores=0,2,4,6
/proc/16613/task/16621/stat : 16621 (java) S 16611 16611 15674 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 112211974 14320615424 48925 33554432000 4194304 4196468 140724715950064 140040529741040 140041192404693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39190528 140724715951255 140724715951431 140724715951431 140724715954127 0
[pid=16613/tid=16622] ppid=16611 vsize=13984976 memory=1236 CPUtime=0 cores=0,2,4,6
/proc/16613/task/16622/stat : 16622 (java) S 16611 16611 15674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112211977 14320615424 48925 33554432000 4194304 4196468 140724715950064 140040528689616 140041192413083 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39190528 140724715951255 140724715951431 140724715951431 140724715954127 0
[pid=16613/tid=16623] ppid=16611 vsize=13984976 memory=2344 CPUtime=1.09 cores=0,2,4,6
/proc/16613/task/16623/stat : 16623 (java) S 16611 16611 15674 0 -1 1077944384 7282 0 0 0 108 1 0 0 20 0 15 0 112211977 14320615424 48925 33554432000 4194304 4196468 140724715950064 140040527636720 140041192405634 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 9 0 0 6293624 6294260 39190528 140724715951255 140724715951431 140724715951431 140724715954127 0
[pid=16613/tid=16624] ppid=16611 vsize=13984976 memory=1576 CPUtime=1.21 cores=0,2,4,6
/proc/16613/task/16624/stat : 16624 (java) S 16611 16611 15674 0 -1 1077944384 6919 0 0 0 120 1 0 0 20 0 15 0 112211977 14320615424 48925 33554432000 4194304 4196468 140724715950064 140040526584176 140041192405634 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 9 0 0 6293624 6294260 39190528 140724715951255 140724715951431 140724715951431 140724715954127 0
[pid=16613/tid=16625] ppid=16611 vsize=13984976 memory=928 CPUtime=0.42 cores=0,2,4,6
/proc/16613/task/16625/stat : 16625 (java) S 16611 16611 15674 0 -1 1077944384 4197 0 0 0 42 0 0 0 20 0 15 0 112211977 14320615424 48925 33554432000 4194304 4196468 140724715950064 140040525531120 140041192405634 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39190528 140724715951255 140724715951431 140724715951431 140724715954127 0
[pid=16613/tid=16626] ppid=16611 vsize=13984976 memory=2240 CPUtime=0 cores=0,2,4,6
/proc/16613/task/16626/stat : 16626 (java) S 16611 16611 15674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112211977 14320615424 48925 33554432000 4194304 4196468 140724715950064 140040524478816 140041192404693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39190528 140724715951255 140724715951431 140724715951431 140724715954127 0
[pid=16613/tid=16627] ppid=16611 vsize=13984976 memory=4128 CPUtime=0.01 cores=0,2,4,6
/proc/16613/task/16627/stat : 16627 (java) S 16611 16611 15674 0 -1 1077944384 387 0 0 0 1 0 0 0 20 0 15 0 112211977 14320615424 48925 33554432000 4194304 4196468 140724715950064 140040523426864 140041192405634 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 6 0 0 6293624 6294260 39190528 140724715951255 140724715951431 140724715951431 140724715954127 0
Current children cumulated CPU time: 43.14 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 197084 KiB

[startup+40.6006 s]
/proc/loadavg: 1.91 2.00 2.08 3/217 16627
/proc/meminfo: memFree=25539572/32770624 swapFree=67108860/67108860
[pid=16611] ppid=16608 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/16611/stat : 16611 (xcsp3-exec) S 16608 16611 15674 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 112211971 9740288 346 33554432000 4194304 5098028 140735119069424 140735119067528 140449592279676 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 15810560 140735119074414 140735119074619 140735119074619 140735119077355 0
/proc/16611/statm: 2378 346 289 221 0 87 0
[pid=16613] ppid=16611 vsize=13984976 memory=195700 CPUtime=43.34 cores=0,2,4,6
/proc/16613/stat : 16613 (java) S 16611 16611 15674 0 -1 1077944320 31385 0 0 0 4325 9 0 0 20 0 15 0 112211971 14320615424 48925 33554432000 4194304 4196468 140724715950064 140724715932608 140041192394487 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 39190528 140724715951255 140724715951431 140724715951431 140724715954127 0
/proc/16613/statm: 3496244 48925 3256 1 0 3483478 0
[pid=16613/tid=16614] ppid=16611 vsize=13984976 memory=-1088251628401078322 CPUtime=40.55 cores=0,2,4,6
/proc/16613/task/16614/stat : 16614 (java) R 16611 16611 15674 0 -1 4202560 8858 0 0 0 4050 5 0 0 20 0 15 0 112211972 14320615424 48925 33554432000 4194304 4196468 140724715950064 140041196631768 140040784451921 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39190528 140724715951255 140724715951431 140724715951431 140724715954127 0
[pid=16613/tid=16615] ppid=16611 vsize=13984976 memory=-5921431000321636112 CPUtime=0 cores=0,2,4,6
/proc/16613/task/16615/stat : 16615 (java) S 16611 16611 15674 0 -1 1077944384 492 0 0 0 0 0 0 0 20 0 15 0 112211972 14320615424 48925 33554432000 4194304 4196468 140724715950064 140041107462672 140041192404693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39190528 140724715951255 140724715951431 140724715951431 140724715954127 0
[pid=16613/tid=16616] ppid=16611 vsize=13984976 memory=-6421031960926448530 CPUtime=0 cores=0,2,4,6
/proc/16613/task/16616/stat : 16616 (java) S 16611 16611 15674 0 -1 1077944384 386 0 0 0 0 0 0 0 20 0 15 0 112211972 14320615424 48925 33554432000 4194304 4196468 140724715950064 140041106410128 140041192404693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39190528 140724715951255 140724715951431 140724715951431 140724715954127 0
[pid=16613/tid=16617] ppid=16611 vsize=13984976 memory=7522539038812432740 CPUtime=0 cores=0,2,4,6
/proc/16613/task/16617/stat : 16617 (java) S 16611 16611 15674 0 -1 1077944384 649 0 0 0 0 0 0 0 20 0 15 0 112211972 14320615424 48925 33554432000 4194304 4196468 140724715950064 140041105357072 140041192404693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39190528 140724715951255 140724715951431 140724715951431 140724715954127 0
[pid=16613/tid=16618] ppid=16611 vsize=13984976 memory=6941002863809750121 CPUtime=0 cores=0,2,4,6
/proc/16613/task/16618/stat : 16618 (java) S 16611 16611 15674 0 -1 1077944384 175 0 0 0 0 0 0 0 20 0 15 0 112211972 14320615424 48925 33554432000 4194304 4196468 140724715950064 140041104304528 140041192404693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39190528 140724715951255 140724715951431 140724715951431 140724715954127 0
[pid=16613/tid=16619] ppid=16611 vsize=13984976 memory=7649399371346622001 CPUtime=0 cores=0,2,4,6
/proc/16613/task/16619/stat : 16619 (java) S 16611 16611 15674 0 -1 1077944384 690 0 0 0 0 0 0 0 20 0 15 0 112211974 14320615424 48925 33554432000 4194304 4196468 140724715950064 140040531847920 140041192405634 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39190528 140724715951255 140724715951431 140724715951431 140724715954127 0
[pid=16613/tid=16620] ppid=16611 vsize=13984976 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16613/task/16620/stat : 16620 (java) S 16611 16611 15674 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 112211974 14320615424 48925 33554432000 4194304 4196468 140724715950064 140040530794144 140041192404693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39190528 140724715951255 140724715951431 140724715951431 140724715954127 0
[pid=16613/tid=16621] ppid=16611 vsize=13984976 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/16613/task/16621/stat : 16621 (java) S 16611 16611 15674 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 112211974 14320615424 48925 33554432000 4194304 4196468 140724715950064 140040529741040 140041192404693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39190528 140724715951255 140724715951431 140724715951431 140724715954127 0
[pid=16613/tid=16622] ppid=16611 vsize=13984976 memory=-7966001967340291680 CPUtime=0 cores=0,2,4,6
/proc/16613/task/16622/stat : 16622 (java) S 16611 16611 15674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112211977 14320615424 48925 33554432000 4194304 4196468 140724715950064 140040528689616 140041192413083 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39190528 140724715951255 140724715951431 140724715951431 140724715954127 0
[pid=16613/tid=16623] ppid=16611 vsize=13984976 memory=15876 CPUtime=1.09 cores=0,2,4,6
/proc/16613/task/16623/stat : 16623 (java) S 16611 16611 15674 0 -1 1077944384 7282 0 0 0 108 1 0 0 20 0 15 0 112211977 14320615424 48925 33554432000 4194304 4196468 140724715950064 140040527636720 140041192405634 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 9 0 0 6293624 6294260 39190528 140724715951255 140724715951431 140724715951431 140724715954127 0
[pid=16613/tid=16624] ppid=16611 vsize=13984976 memory=17712 CPUtime=1.21 cores=0,2,4,6
/proc/16613/task/16624/stat : 16624 (java) S 16611 16611 15674 0 -1 1077944384 6919 0 0 0 120 1 0 0 20 0 15 0 112211977 14320615424 48925 33554432000 4194304 4196468 140724715950064 140040526584176 140041192405634 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 9 0 0 6293624 6294260 39190528 140724715951255 140724715951431 140724715951431 140724715954127 0
[pid=16613/tid=16625] ppid=16611 vsize=13984976 memory=16432 CPUtime=0.42 cores=0,2,4,6
/proc/16613/task/16625/stat : 16625 (java) S 16611 16611 15674 0 -1 1077944384 4197 0 0 0 42 0 0 0 20 0 15 0 112211977 14320615424 48925 33554432000 4194304 4196468 140724715950064 140040525531120 140041192405634 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39190528 140724715951255 140724715951431 140724715951431 140724715954127 0
[pid=16613/tid=16626] ppid=16611 vsize=13984976 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/16613/task/16626/stat : 16626 (java) S 16611 16611 15674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112211977 14320615424 48925 33554432000 4194304 4196468 140724715950064 140040524478816 140041192404693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39190528 140724715951255 140724715951431 140724715951431 140724715954127 0
[pid=16613/tid=16627] ppid=16611 vsize=13984976 memory=1792 CPUtime=0.01 cores=0,2,4,6
/proc/16613/task/16627/stat : 16627 (java) S 16611 16611 15674 0 -1 1077944384 387 0 0 0 1 0 0 0 20 0 15 0 112211977 14320615424 48925 33554432000 4194304 4196468 140724715950064 140040523426864 140041192405634 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 6 0 0 6293624 6294260 39190528 140724715951255 140724715951431 140724715951431 140724715954127 0
Current children cumulated CPU time: 43.34 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 197084 KiB

Child status: 0
Real time (s): 40.6246
CPU time (s): 43.3827
CPU user time (s): 43.2771
CPU system time (s): 0.105518
CPU usage (%): 106.789
Max. virtual memory (cumulated for all children) (KiB): 13994488
Max. memory (cumulated for all children) (KiB): 197084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 43.2771
system time used= 0.105518
maximum resident set size= 196068
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32151
page faults= 0
swaps= 0
block input operations= 0
block output operations= 152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3008
involuntary context switches= 47


# summary of solver processes directly reported to runsolver:
#   pid: 16611
#   total CPU time (s): 43.3827
#   total CPU user time (s): 43.2771
#   total CPU system time (s): 0.105518

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.267656 second user time and 0.408183 second system time

The end

Launcher Data

Begin job on node105 at 2017-08-15 11:49:05
IDJOB=4269794
IDBENCH=126892
IDSOLVER=2660
FILE ID=node105/4269794-1502791404
RUNJOBID= node105-1502785522-15705
PBS_JOBID= 20629123
Free space on /tmp= 60652 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/SchurrLemma/SchurrLemma-mod-s1/SchurrLemma-mod-030-9.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-4269794-1502791404/watcher-4269794-1502791404 -o /tmp/evaluation-result-4269794-1502791404/solver-4269794-1502791404 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1502785522-15705 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1326981452 HOME/instance-4269794-1502791404.xml

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

MD5SUM BENCH= a570971bdea1b5dac7f2a8202873b646
RANDOM SEED=1326981452

node105.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.17
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.17
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.17
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.17
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:        25721560 kB
MemAvailable:   31280300 kB
Buffers:          232312 kB
Cached:          5599492 kB
SwapCached:            0 kB
Active:          1460032 kB
Inactive:        5119912 kB
Active(anon):     751000 kB
Inactive(anon):    25060 kB
Active(file):     709032 kB
Inactive(file):  5094852 kB
Unevictable:        6248 kB
Mlocked:            6248 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7908 kB
Writeback:             4 kB
AnonPages:        749792 kB
Mapped:            57920 kB
Shmem:             25228 kB
Slab:             167540 kB
SReclaimable:     141384 kB
SUnreclaim:        26156 kB
KernelStack:        3744 kB
PageTables:         6448 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2267652 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    645120 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 60644 MiB
End job on node105 at 2017-08-15 11:49:46