Trace number 4272518

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NameMarketSplit/MarketSplit-m1-gp/
MarketSplit-05.xml
MD5SUMea540cd06a6319d4cfbd19a531a1ad9c
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.56077999
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints4
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":30}]
Minimum variable degree4
Maximum variable degree4
Distribution of variable degrees[{"degree":4,"count":30}]
Minimum constraint arity30
Maximum constraint arity30
Distribution of constraint arities[{"arity":30,"count":4}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":4}]
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-4272518-1502801560.xml"  -tl '2520s' -p 1 -x 3
0.12/0.14	c [HOME/instance-4272518-1502801560.xml, -tl, 2520s, -p, 1, -x, 3]
0.12/0.20	c simple solver
0.34/0.26	c parse instance...
0.50/0.41	c solve instance...
26.60/21.80	s SATISFIABLE
26.60/21.80	v <instantiation>
26.60/21.80	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] </list>
26.60/21.80	v 	<values>0 1 1 0 0 1 0 0 1 1 0 1 1 0 1 0 1 0 1 0 0 0 1 0 0 1 0 1 0 1 </values>
26.60/21.80	v </instantiation>

Verifier Data

OK	

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4272518-1502801560/watcher-4272518-1502801560 -o /tmp/evaluation-result-4272518-1502801560/solver-4272518-1502801560 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1502793297-5950 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 2045088326 HOME/instance-4272518-1502801560.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=7276, runsolver pid=7273

[startup+0.100083 s]*
/proc/loadavg: 2.39 2.10 1.93 3/217 7292
/proc/meminfo: memFree=28883216/32770624 swapFree=67108860/67108860
[pid=7276] ppid=7273 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/7276/stat : 7276 (xcsp3-exec) S 7273 7276 5918 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 113244051 9740288 346 33554432000 4194304 5098028 140734173887104 140734173885208 139937714651772 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 21762048 140734173889646 140734173889851 140734173889851 140734173892587 0
/proc/7276/statm: 2378 346 289 221 0 87 0
[pid=7278] ppid=7276 vsize=13978596 memory=26348 CPUtime=0.12 cores=1,3,5,7
/proc/7278/stat : 7278 (java) S 7276 7276 5918 0 -1 1077944320 5430 0 0 0 11 1 0 0 20 0 15 0 113244051 14314082304 6587 33554432000 4194304 4196468 140723678893584 140723678876128 139746923794167 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24928256 140723678901399 140723678901575 140723678901575 140723678904271 0
/proc/7278/statm: 3494649 6587 2894 1 0 3482966 0
[pid=7278/tid=7279] ppid=7276 vsize=13978596 memory=8189131402375304027 CPUtime=0.08 cores=1,3,5,7
/proc/7278/task/7279/stat : 7279 (java) R 7276 7276 5918 0 -1 4202560 3393 0 0 0 8 0 0 0 20 0 15 0 113244052 14314082304 6587 33554432000 4194304 4196468 140723678893584 139746928022400 139746923806102 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24928256 140723678901399 140723678901575 140723678901575 140723678904271 0
[pid=7278/tid=7280] ppid=7276 vsize=13978596 memory=-3689349214911541841 CPUtime=0 cores=1,3,5,7
/proc/7278/task/7280/stat : 7280 (java) S 7276 7276 5918 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 113244053 14314082304 6587 33554432000 4194304 4196468 140723678893584 139746895636880 139746923804373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24928256 140723678901399 140723678901575 140723678901575 140723678904271 0
[pid=7278/tid=7281] ppid=7276 vsize=13978596 memory=139986427111040 CPUtime=0 cores=1,3,5,7
/proc/7278/task/7281/stat : 7281 (java) S 7276 7276 5918 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113244053 14314082304 6587 33554432000 4194304 4196468 140723678893584 139746518866192 139746923804373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24928256 140723678901399 140723678901575 140723678901575 140723678904271 0
[pid=7278/tid=7282] ppid=7276 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7278/task/7282/stat : 7282 (java) S 7276 7276 5918 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 113244053 14314082304 6587 33554432000 4194304 4196468 140723678893584 139746517813904 139746923804373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24928256 140723678901399 140723678901575 140723678901575 140723678904271 0
[pid=7278/tid=7283] ppid=7276 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7278/task/7283/stat : 7283 (java) S 7276 7276 5918 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113244053 14314082304 6587 33554432000 4194304 4196468 140723678893584 139746516761104 139746923804373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24928256 140723678901399 140723678901575 140723678901575 140723678904271 0
[pid=7278/tid=7284] ppid=7276 vsize=13978596 memory=139986427111040 CPUtime=0 cores=1,3,5,7
/proc/7278/task/7284/stat : 7284 (java) S 7276 7276 5918 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 113244054 14314082304 6653 33554432000 4194304 4196468 140723678893584 139746104760944 139746923805314 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24928256 140723678901399 140723678901575 140723678901575 140723678904271 0
[pid=7278/tid=7285] ppid=7276 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7278/task/7285/stat : 7285 (java) S 7276 7276 5918 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 113244054 14314082304 6653 33554432000 4194304 4196468 140723678893584 139746103706912 139746923804373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24928256 140723678901399 140723678901575 140723678901575 140723678904271 0
[pid=7278/tid=7286] ppid=7276 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7278/task/7286/stat : 7286 (java) S 7276 7276 5918 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 113244055 14314082304 6653 33554432000 4194304 4196468 140723678893584 139746102654576 139746923804373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24928256 140723678901399 140723678901575 140723678901575 140723678904271 0
[pid=7278/tid=7287] ppid=7276 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7278/task/7287/stat : 7287 (java) S 7276 7276 5918 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113244057 14314082304 6653 33554432000 4194304 4196468 140723678893584 139746101602896 139746923812763 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24928256 140723678901399 140723678901575 140723678901575 140723678904271 0
[pid=7278/tid=7288] ppid=7276 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7278/task/7288/stat : 7288 (java) S 7276 7276 5918 0 -1 1077944384 421 0 0 0 0 0 0 0 20 0 15 0 113244057 14314082304 6653 33554432000 4194304 4196468 140723678893584 139746100549744 139746923805314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24928256 140723678901399 140723678901575 140723678901575 140723678904271 0
[pid=7278/tid=7289] ppid=7276 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7278/task/7289/stat : 7289 (java) S 7276 7276 5918 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113244057 14314082304 6653 33554432000 4194304 4196468 140723678893584 139746099496944 139746923805314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24928256 140723678901399 140723678901575 140723678901575 140723678904271 0
[pid=7278/tid=7290] ppid=7276 vsize=13978596 memory=139986427111040 CPUtime=0.01 cores=1,3,5,7
/proc/7278/task/7290/stat : 7290 (java) R 7276 7276 5918 0 -1 4202560 348 0 0 0 1 0 0 0 20 0 15 0 113244057 14314082304 6653 33554432000 4194304 4196468 140723678893584 139746098444656 139746902735643 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24928256 140723678901399 140723678901575 140723678901575 140723678904271 0
[pid=7278/tid=7291] ppid=7276 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7278/task/7291/stat : 7291 (java) S 7276 7276 5918 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113244057 14314082304 6653 33554432000 4194304 4196468 140723678893584 139746097392096 139746923804373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24928256 140723678901399 140723678901575 140723678901575 140723678904271 0
[pid=7278/tid=7292] ppid=7276 vsize=13978596 memory=139986427111040 CPUtime=0 cores=1,3,5,7
/proc/7278/task/7292/stat : 7292 (java) S 7276 7276 5918 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113244057 14314082304 6653 33554432000 4194304 4196468 140723678893584 139746096339888 139746923805314 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24928256 140723678901399 140723678901575 140723678901575 140723678904271 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 27732 KiB

[startup+0.210577 s]*
/proc/loadavg: 2.39 2.10 1.93 3/217 7292
/proc/meminfo: memFree=28871600/32770624 swapFree=67108860/67108860
[pid=7276] ppid=7273 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/7276/stat : 7276 (xcsp3-exec) S 7273 7276 5918 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 113244051 9740288 346 33554432000 4194304 5098028 140734173887104 140734173885208 139937714651772 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 21762048 140734173889646 140734173889851 140734173889851 140734173892587 0
/proc/7276/statm: 2378 346 289 221 0 87 0
[pid=7278] ppid=7276 vsize=13982852 memory=39592 CPUtime=0.34 cores=1,3,5,7
/proc/7278/stat : 7278 (java) S 7276 7276 5918 0 -1 1077944320 8415 0 0 0 32 2 0 0 20 0 15 0 113244051 14318440448 9898 33554432000 4194304 4196468 140723678893584 140723678876128 139746923794167 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24928256 140723678901399 140723678901575 140723678901575 140723678904271 0
/proc/7278/statm: 3495713 9898 3064 1 0 3482966 0
[pid=7278/tid=7279] ppid=7276 vsize=13982884 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/7278/task/7279/stat : 7279 (java) R 7276 7276 5918 0 -1 4202560 5341 0 0 0 19 1 0 0 20 0 15 0 113244052 14318473216 9921 33554432000 4194304 4196468 140723678893584 139746928003792 139746916473885 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24928256 140723678901399 140723678901575 140723678901575 140723678904271 0
[pid=7278/tid=7280] ppid=7276 vsize=13982852 memory=12474 CPUtime=0 cores=1,3,5,7
/proc/7278/task/7280/stat : 7280 (java) S 7276 7276 5918 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 113244053 14318440448 9921 33554432000 4194304 4196468 140723678893584 139746895636880 139746923804373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24928256 140723678901399 140723678901575 140723678901575 140723678904271 0
[pid=7278/tid=7281] ppid=7276 vsize=13982852 memory=139986427668219 CPUtime=0 cores=1,3,5,7
/proc/7278/task/7281/stat : 7281 (java) S 7276 7276 5918 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113244053 14318440448 9921 33554432000 4194304 4196468 140723678893584 139746518866192 139746923804373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24928256 140723678901399 140723678901575 140723678901575 140723678904271 0
[pid=7278/tid=7282] ppid=7276 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7278/task/7282/stat : 7282 (java) S 7276 7276 5918 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 113244053 14318440448 9921 33554432000 4194304 4196468 140723678893584 139746517813904 139746923804373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24928256 140723678901399 140723678901575 140723678901575 140723678904271 0
[pid=7278/tid=7283] ppid=7276 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7278/task/7283/stat : 7283 (java) S 7276 7276 5918 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113244053 14318440448 9921 33554432000 4194304 4196468 140723678893584 139746516761104 139746923804373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24928256 140723678901399 140723678901575 140723678901575 140723678904271 0
[pid=7278/tid=7284] ppid=7276 vsize=13982852 memory=139986427111040 CPUtime=0 cores=1,3,5,7
/proc/7278/task/7284/stat : 7284 (java) S 7276 7276 5918 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 113244054 14318440448 9921 33554432000 4194304 4196468 140723678893584 139746104760944 139746923805314 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24928256 140723678901399 140723678901575 140723678901575 140723678904271 0
[pid=7278/tid=7285] ppid=7276 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7278/task/7285/stat : 7285 (java) S 7276 7276 5918 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 113244054 14318440448 9921 33554432000 4194304 4196468 140723678893584 139746103706912 139746923804373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24928256 140723678901399 140723678901575 140723678901575 140723678904271 0
[pid=7278/tid=7286] ppid=7276 vsize=13982884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7278/task/7286/stat : 7286 (java) S 7276 7276 5918 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 113244055 14318473216 9921 33554432000 4194304 4196468 140723678893584 139746102654576 139746923804373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24928256 140723678901399 140723678901575 140723678901575 140723678904271 0
[pid=7278/tid=7287] ppid=7276 vsize=13982884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7278/task/7287/stat : 7287 (java) S 7276 7276 5918 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113244057 14318473216 9921 33554432000 4194304 4196468 140723678893584 139746101602896 139746923812763 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24928256 140723678901399 140723678901575 140723678901575 140723678904271 0
[pid=7278/tid=7288] ppid=7276 vsize=13982852 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/7278/task/7288/stat : 7288 (java) S 7276 7276 5918 0 -1 1077944384 570 0 0 0 2 0 0 0 20 0 15 0 113244057 14318440448 9921 33554432000 4194304 4196468 140723678893584 139746100549744 139746923805314 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24928256 140723678901399 140723678901575 140723678901575 140723678904271 0
[pid=7278/tid=7289] ppid=7276 vsize=13982852 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/7278/task/7289/stat : 7289 (java) S 7276 7276 5918 0 -1 1077944384 340 0 0 0 2 0 0 0 20 0 15 0 113244057 14318440448 9921 33554432000 4194304 4196468 140723678893584 139746099496944 139746923805314 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24928256 140723678901399 140723678901575 140723678901575 140723678904271 0
[pid=7278/tid=7290] ppid=7276 vsize=13982852 memory=139986427111040 CPUtime=0.07 cores=1,3,5,7
/proc/7278/task/7290/stat : 7290 (java) R 7276 7276 5918 0 -1 4202560 877 0 0 0 7 0 0 0 20 0 15 0 113244057 14318440448 9921 33554432000 4194304 4196468 140723678893584 139746098444656 139746923808054 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24928256 140723678901399 140723678901575 140723678901575 140723678904271 0
[pid=7278/tid=7291] ppid=7276 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7278/task/7291/stat : 7291 (java) S 7276 7276 5918 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113244057 14318440448 9921 33554432000 4194304 4196468 140723678893584 139746097392096 139746923804373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24928256 140723678901399 140723678901575 140723678901575 140723678904271 0
[pid=7278/tid=7292] ppid=7276 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7278/task/7292/stat : 7292 (java) S 7276 7276 5918 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113244057 14318440448 9921 33554432000 4194304 4196468 140723678893584 139746096339888 139746923805314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24928256 140723678901399 140723678901575 140723678901575 140723678904271 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 40976 KiB

[startup+0.313436 s]*
/proc/loadavg: 2.39 2.10 1.93 3/217 7292
/proc/meminfo: memFree=28864652/32770624 swapFree=67108860/67108860
[pid=7276] ppid=7273 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/7276/stat : 7276 (xcsp3-exec) S 7273 7276 5918 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 113244051 9740288 346 33554432000 4194304 5098028 140734173887104 140734173885208 139937714651772 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 21762048 140734173889646 140734173889851 140734173889851 140734173892587 0
/proc/7276/statm: 2378 346 289 221 0 87 0
[pid=7278] ppid=7276 vsize=13982928 memory=46836 CPUtime=0.5 cores=1,3,5,7
/proc/7278/stat : 7278 (java) S 7276 7276 5918 0 -1 1077944320 9400 0 0 0 47 3 0 0 20 0 15 0 113244051 14318518272 11709 33554432000 4194304 4196468 140723678893584 140723678876128 139746923794167 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24928256 140723678901399 140723678901575 140723678901575 140723678904271 0
/proc/7278/statm: 3495732 11709 3097 1 0 3482966 0
[pid=7278/tid=7279] ppid=7276 vsize=13982928 memory=7883960649037381690 CPUtime=0.3 cores=1,3,5,7
/proc/7278/task/7279/stat : 7279 (java) R 7276 7276 5918 0 -1 4202560 6133 0 0 0 28 2 0 0 20 0 15 0 113244052 14318518272 11709 33554432000 4194304 4196468 140723678893584 139746928027904 139746907874654 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24928256 140723678901399 140723678901575 140723678901575 140723678904271 0
[pid=7278/tid=7280] ppid=7276 vsize=13982928 memory=12804 CPUtime=0 cores=1,3,5,7
/proc/7278/task/7280/stat : 7280 (java) S 7276 7276 5918 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 113244053 14318518272 11722 33554432000 4194304 4196468 140723678893584 139746895636880 139746923804373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24928256 140723678901399 140723678901575 140723678901575 140723678904271 0
[pid=7278/tid=7281] ppid=7276 vsize=13982928 memory=556682 CPUtime=0 cores=1,3,5,7
/proc/7278/task/7281/stat : 7281 (java) S 7276 7276 5918 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113244053 14318518272 11722 33554432000 4194304 4196468 140723678893584 139746518866192 139746923804373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24928256 140723678901399 140723678901575 140723678901575 140723678904271 0
[pid=7278/tid=7282] ppid=7276 vsize=13982928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7278/task/7282/stat : 7282 (java) S 7276 7276 5918 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 113244053 14318518272 11722 33554432000 4194304 4196468 140723678893584 139746517813904 139746923804373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24928256 140723678901399 140723678901575 140723678901575 140723678904271 0
[pid=7278/tid=7283] ppid=7276 vsize=13982928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7278/task/7283/stat : 7283 (java) S 7276 7276 5918 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113244053 14318518272 11722 33554432000 4194304 4196468 140723678893584 139746516761104 139746923804373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24928256 140723678901399 140723678901575 140723678901575 140723678904271 0
[pid=7278/tid=7284] ppid=7276 vsize=13982928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7278/task/7284/stat : 7284 (java) S 7276 7276 5918 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 113244054 14318518272 11722 33554432000 4194304 4196468 140723678893584 139746104760944 139746923805314 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24928256 140723678901399 140723678901575 140723678901575 140723678904271 0
[pid=7278/tid=7285] ppid=7276 vsize=13982928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7278/task/7285/stat : 7285 (java) S 7276 7276 5918 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 113244054 14318518272 11722 33554432000 4194304 4196468 140723678893584 139746103706912 139746923804373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24928256 140723678901399 140723678901575 140723678901575 140723678904271 0
[pid=7278/tid=7286] ppid=7276 vsize=13982928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7278/task/7286/stat : 7286 (java) S 7276 7276 5918 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 113244055 14318518272 11722 33554432000 4194304 4196468 140723678893584 139746102654576 139746923804373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24928256 140723678901399 140723678901575 140723678901575 140723678904271 0
[pid=7278/tid=7287] ppid=7276 vsize=13982928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7278/task/7287/stat : 7287 (java) S 7276 7276 5918 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113244057 14318518272 11722 33554432000 4194304 4196468 140723678893584 139746101602896 139746923812763 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24928256 140723678901399 140723678901575 140723678901575 140723678904271 0
[pid=7278/tid=7288] ppid=7276 vsize=13982928 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/7278/task/7288/stat : 7288 (java) S 7276 7276 5918 0 -1 1077944384 574 0 0 0 3 0 0 0 20 0 15 0 113244057 14318518272 11722 33554432000 4194304 4196468 140723678893584 139746100549744 139746923805314 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24928256 140723678901399 140723678901575 140723678901575 140723678904271 0
[pid=7278/tid=7289] ppid=7276 vsize=13982928 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/7278/task/7289/stat : 7289 (java) S 7276 7276 5918 0 -1 1077944384 367 0 0 0 4 0 0 0 20 0 15 0 113244057 14318518272 11722 33554432000 4194304 4196468 140723678893584 139746099496944 139746923805314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24928256 140723678901399 140723678901575 140723678901575 140723678904271 0
[pid=7278/tid=7290] ppid=7276 vsize=13982928 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/7278/task/7290/stat : 7290 (java) S 7276 7276 5918 0 -1 1077944384 1028 0 0 0 11 0 0 0 20 0 15 0 113244057 14318518272 11722 33554432000 4194304 4196468 140723678893584 139746098444656 139746923805314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24928256 140723678901399 140723678901575 140723678901575 140723678904271 0
[pid=7278/tid=7291] ppid=7276 vsize=13982928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7278/task/7291/stat : 7291 (java) S 7276 7276 5918 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113244057 14318518272 11722 33554432000 4194304 4196468 140723678893584 139746097392096 139746923804373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24928256 140723678901399 140723678901575 140723678901575 140723678904271 0
[pid=7278/tid=7292] ppid=7276 vsize=13982928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7278/task/7292/stat : 7292 (java) S 7276 7276 5918 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113244057 14318518272 11722 33554432000 4194304 4196468 140723678893584 139746096339888 139746923805314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24928256 140723678901399 140723678901575 140723678901575 140723678904271 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 13992440 KiB
Current children cumulated memory: 48220 KiB

[startup+0.700762 s]
/proc/loadavg: 2.39 2.10 1.93 6/217 7292
/proc/meminfo: memFree=28847224/32770624 swapFree=67108860/67108860
[pid=7276] ppid=7273 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/7276/stat : 7276 (xcsp3-exec) S 7273 7276 5918 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 113244051 9740288 346 33554432000 4194304 5098028 140734173887104 140734173885208 139937714651772 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 21762048 140734173889646 140734173889851 140734173889851 140734173892587 0
/proc/7276/statm: 2378 346 289 221 0 87 0
[pid=7278] ppid=7276 vsize=13984976 memory=75428 CPUtime=1.71 cores=1,3,5,7
/proc/7278/stat : 7278 (java) S 7276 7276 5918 0 -1 1077944320 13042 0 0 0 166 5 0 0 20 0 15 0 113244051 14320615424 18857 33554432000 4194304 4196468 140723678893584 140723678876128 139746923794167 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24928256 140723678901399 140723678901575 140723678901575 140723678904271 0
/proc/7278/statm: 3496244 18857 3204 1 0 3483478 0
[pid=7278/tid=7279] ppid=7276 vsize=13984976 memory=4044 CPUtime=0.68 cores=1,3,5,7
/proc/7278/task/7279/stat : 7279 (java) R 7276 7276 5918 0 -1 4202560 6641 0 0 0 65 3 0 0 20 0 15 0 113244052 14320615424 18857 33554432000 4194304 4196468 140723678893584 139746928032592 139746563857288 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24928256 140723678901399 140723678901575 140723678901575 140723678904271 0
[pid=7278/tid=7280] ppid=7276 vsize=13984976 memory=1792 CPUtime=0 cores=1,3,5,7
/proc/7278/task/7280/stat : 7280 (java) S 7276 7276 5918 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 113244053 14320615424 18857 33554432000 4194304 4196468 140723678893584 139746895636880 139746923804373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24928256 140723678901399 140723678901575 140723678901575 140723678904271 0
[pid=7278/tid=7281] ppid=7276 vsize=13984976 memory=636 CPUtime=0 cores=1,3,5,7
/proc/7278/task/7281/stat : 7281 (java) S 7276 7276 5918 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113244053 14320615424 18857 33554432000 4194304 4196468 140723678893584 139746518866192 139746923804373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24928256 140723678901399 140723678901575 140723678901575 140723678904271 0
[pid=7278/tid=7282] ppid=7276 vsize=13984976 memory=956 CPUtime=0 cores=1,3,5,7
/proc/7278/task/7282/stat : 7282 (java) S 7276 7276 5918 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 113244053 14320615424 18857 33554432000 4194304 4196468 140723678893584 139746517813904 139746923804373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24928256 140723678901399 140723678901575 140723678901575 140723678904271 0
[pid=7278/tid=7283] ppid=7276 vsize=13984976 memory=2340 CPUtime=0 cores=1,3,5,7
/proc/7278/task/7283/stat : 7283 (java) S 7276 7276 5918 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113244053 14320615424 18857 33554432000 4194304 4196468 140723678893584 139746516761104 139746923804373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24928256 140723678901399 140723678901575 140723678901575 140723678904271 0
[pid=7278/tid=7284] ppid=7276 vsize=13984976 memory=1236 CPUtime=0 cores=1,3,5,7
/proc/7278/task/7284/stat : 7284 (java) S 7276 7276 5918 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 113244054 14320615424 18857 33554432000 4194304 4196468 140723678893584 139746104760944 139746923805314 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24928256 140723678901399 140723678901575 140723678901575 140723678904271 0
[pid=7278/tid=7285] ppid=7276 vsize=13984976 memory=2240 CPUtime=0 cores=1,3,5,7
/proc/7278/task/7285/stat : 7285 (java) S 7276 7276 5918 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 113244054 14320615424 18857 33554432000 4194304 4196468 140723678893584 139746103706912 139746923804373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24928256 140723678901399 140723678901575 140723678901575 140723678904271 0
[pid=7278/tid=7286] ppid=7276 vsize=13984976 memory=4128 CPUtime=0 cores=1,3,5,7
/proc/7278/task/7286/stat : 7286 (java) S 7276 7276 5918 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 113244055 14320615424 18857 33554432000 4194304 4196468 140723678893584 139746102654576 139746923804373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24928256 140723678901399 140723678901575 140723678901575 140723678904271 0
[pid=7278/tid=7287] ppid=7276 vsize=13984976 memory=1572 CPUtime=0 cores=1,3,5,7
/proc/7278/task/7287/stat : 7287 (java) S 7276 7276 5918 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113244057 14320615424 18857 33554432000 4194304 4196468 140723678893584 139746101602896 139746923812763 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24928256 140723678901399 140723678901575 140723678901575 140723678904271 0
[pid=7278/tid=7288] ppid=7276 vsize=13984976 memory=932 CPUtime=0.34 cores=1,3,5,7
/proc/7278/task/7288/stat : 7288 (java) R 7276 7276 5918 0 -1 4202560 1634 0 0 0 34 0 0 0 20 0 15 0 113244057 14320615424 18857 33554432000 4194304 4196468 140723678893584 139746100529808 139746908901740 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24928256 140723678901399 140723678901575 140723678901575 140723678904271 0
[pid=7278/tid=7289] ppid=7276 vsize=13984976 memory=2200 CPUtime=0.34 cores=1,3,5,7
/proc/7278/task/7289/stat : 7289 (java) R 7276 7276 5918 0 -1 4202560 1524 0 0 0 34 0 0 0 20 0 15 0 113244057 14320615424 18857 33554432000 4194304 4196468 140723678893584 139746099485536 139746905338414 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24928256 140723678901399 140723678901575 140723678901575 140723678904271 0
[pid=7278/tid=7290] ppid=7276 vsize=13984976 memory=6504 CPUtime=0.32 cores=1,3,5,7
/proc/7278/task/7290/stat : 7290 (java) S 7276 7276 5918 0 -1 1077944384 1935 0 0 0 32 0 0 0 20 0 15 0 113244057 14320615424 18857 33554432000 4194304 4196468 140723678893584 139746098444656 139746923805314 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24928256 140723678901399 140723678901575 140723678901575 140723678904271 0
[pid=7278/tid=7291] ppid=7276 vsize=13984976 memory=840 CPUtime=0 cores=1,3,5,7
/proc/7278/task/7291/stat : 7291 (java) S 7276 7276 5918 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113244057 14320615424 18857 33554432000 4194304 4196468 140723678893584 139746097392096 139746923804373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24928256 140723678901399 140723678901575 140723678901575 140723678904271 0
[pid=7278/tid=7292] ppid=7276 vsize=13984976 memory=1696 CPUtime=0 cores=1,3,5,7
/proc/7278/task/7292/stat : 7292 (java) S 7276 7276 5918 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113244057 14320615424 18857 33554432000 4194304 4196468 140723678893584 139746096339888 139746923805314 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24928256 140723678901399 140723678901575 140723678901575 140723678904271 0
Current children cumulated CPU time: 1.71 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 76812 KiB

[startup+1.50088 s]
/proc/loadavg: 2.52 2.13 1.95 5/217 7292
/proc/meminfo: memFree=28811592/32770624 swapFree=67108860/67108860
[pid=7276] ppid=7273 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/7276/stat : 7276 (xcsp3-exec) S 7273 7276 5918 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 113244051 9740288 346 33554432000 4194304 5098028 140734173887104 140734173885208 139937714651772 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 21762048 140734173889646 140734173889851 140734173889851 140734173892587 0
/proc/7276/statm: 2378 346 289 221 0 87 0

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

/proc/7276/stat : 7276 (xcsp3-exec) S 7273 7276 5918 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 113244051 9740288 346 33554432000 4194304 5098028 140734173887104 140734173885208 139937714651772 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 21762048 140734173889646 140734173889851 140734173889851 140734173892587 0
/proc/7276/statm: 2378 346 289 221 0 87 0
[pid=7278] ppid=7276 vsize=13984976 memory=196720 CPUtime=24.07 cores=1,3,5,7
/proc/7278/stat : 7278 (java) S 7276 7276 5918 0 -1 1077944320 35217 0 0 0 2395 12 0 0 20 0 15 0 113244051 14320615424 49180 33554432000 4194304 4196468 140723678893584 140723678876128 139746923794167 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24928256 140723678901399 140723678901575 140723678901575 140723678904271 0
/proc/7278/statm: 3496244 49180 3263 1 0 3483478 0
[pid=7278/tid=7279] ppid=7276 vsize=13984976 memory=213716 CPUtime=19.08 cores=1,3,5,7
/proc/7278/task/7279/stat : 7279 (java) R 7276 7276 5918 0 -1 4202560 9113 0 0 0 1904 4 0 0 20 0 15 0 113244052 14320615424 49180 33554432000 4194304 4196468 140723678893584 139746928033648 139746564543073 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24928256 140723678901399 140723678901575 140723678901575 140723678904271 0
[pid=7278/tid=7280] ppid=7276 vsize=13984976 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/7278/task/7280/stat : 7280 (java) S 7276 7276 5918 0 -1 1077944384 259 0 0 0 5 0 0 0 20 0 15 0 113244053 14320615424 49180 33554432000 4194304 4196468 140723678893584 139746895636880 139746923804373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24928256 140723678901399 140723678901575 140723678901575 140723678904271 0
[pid=7278/tid=7281] ppid=7276 vsize=13984976 memory=8112282956445269571 CPUtime=0.05 cores=1,3,5,7
/proc/7278/task/7281/stat : 7281 (java) S 7276 7276 5918 0 -1 1077944384 938 0 0 0 5 0 0 0 20 0 15 0 113244053 14320615424 49180 33554432000 4194304 4196468 140723678893584 139746518866192 139746923804373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24928256 140723678901399 140723678901575 140723678901575 140723678904271 0
[pid=7278/tid=7282] ppid=7276 vsize=13984976 memory=1384 CPUtime=0.05 cores=1,3,5,7
/proc/7278/task/7282/stat : 7282 (java) S 7276 7276 5918 0 -1 1077944384 978 0 0 0 5 0 0 0 20 0 15 0 113244053 14320615424 49180 33554432000 4194304 4196468 140723678893584 139746517813904 139746923804373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24928256 140723678901399 140723678901575 140723678901575 140723678904271 0
[pid=7278/tid=7283] ppid=7276 vsize=13984976 memory=1384 CPUtime=0.05 cores=1,3,5,7
/proc/7278/task/7283/stat : 7283 (java) S 7276 7276 5918 0 -1 1077944384 492 0 0 0 5 0 0 0 20 0 15 0 113244053 14320615424 49180 33554432000 4194304 4196468 140723678893584 139746516761104 139746923804373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24928256 140723678901399 140723678901575 140723678901575 140723678904271 0
[pid=7278/tid=7284] ppid=7276 vsize=13984976 memory=204832 CPUtime=0.02 cores=1,3,5,7
/proc/7278/task/7284/stat : 7284 (java) S 7276 7276 5918 0 -1 1077944384 627 0 0 0 2 0 0 0 20 0 15 0 113244054 14320615424 49180 33554432000 4194304 4196468 140723678893584 139746104760944 139746923805314 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24928256 140723678901399 140723678901575 140723678901575 140723678904271 0
[pid=7278/tid=7285] ppid=7276 vsize=13984976 memory=636 CPUtime=0 cores=1,3,5,7
/proc/7278/task/7285/stat : 7285 (java) S 7276 7276 5918 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 113244054 14320615424 49180 33554432000 4194304 4196468 140723678893584 139746103706912 139746923804373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24928256 140723678901399 140723678901575 140723678901575 140723678904271 0
[pid=7278/tid=7286] ppid=7276 vsize=13984976 memory=33 CPUtime=0 cores=1,3,5,7
/proc/7278/task/7286/stat : 7286 (java) S 7276 7276 5918 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 113244055 14320615424 49180 33554432000 4194304 4196468 140723678893584 139746102654576 139746923804373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24928256 140723678901399 140723678901575 140723678901575 140723678904271 0
[pid=7278/tid=7287] ppid=7276 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7278/task/7287/stat : 7287 (java) S 7276 7276 5918 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113244057 14320615424 49180 33554432000 4194304 4196468 140723678893584 139746101602896 139746923812763 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24928256 140723678901399 140723678901575 140723678901575 140723678904271 0
[pid=7278/tid=7288] ppid=7276 vsize=13984976 memory=4639367740860289385 CPUtime=2.11 cores=1,3,5,7
/proc/7278/task/7288/stat : 7288 (java) S 7276 7276 5918 0 -1 1077944384 9259 0 0 0 210 1 0 0 20 0 15 0 113244057 14320615424 49180 33554432000 4194304 4196468 140723678893584 139746100549744 139746923805314 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24928256 140723678901399 140723678901575 140723678901575 140723678904271 0
[pid=7278/tid=7289] ppid=7276 vsize=13984976 memory=7445127836740899152 CPUtime=2.07 cores=1,3,5,7
/proc/7278/task/7289/stat : 7289 (java) S 7276 7276 5918 0 -1 1077944384 6744 0 0 0 206 1 0 0 20 0 15 0 113244057 14320615424 49180 33554432000 4194304 4196468 140723678893584 139746099496944 139746923805314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24928256 140723678901399 140723678901575 140723678901575 140723678904271 0
[pid=7278/tid=7290] ppid=7276 vsize=13984976 memory=7666341875776246610 CPUtime=0.51 cores=1,3,5,7
/proc/7278/task/7290/stat : 7290 (java) S 7276 7276 5918 0 -1 1077944384 5325 0 0 0 50 1 0 0 20 0 15 0 113244057 14320615424 49180 33554432000 4194304 4196468 140723678893584 139746098444656 139746923805314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24928256 140723678901399 140723678901575 140723678901575 140723678904271 0
[pid=7278/tid=7291] ppid=7276 vsize=13984976 memory=7204 CPUtime=0 cores=1,3,5,7
/proc/7278/task/7291/stat : 7291 (java) S 7276 7276 5918 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113244057 14320615424 49180 33554432000 4194304 4196468 140723678893584 139746097392096 139746923804373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24928256 140723678901399 140723678901575 140723678901575 140723678904271 0
[pid=7278/tid=7292] ppid=7276 vsize=13984976 memory=6944656592455359580 CPUtime=0 cores=1,3,5,7
/proc/7278/task/7292/stat : 7292 (java) S 7276 7276 5918 0 -1 1077944384 128 0 0 0 0 0 0 0 20 0 15 0 113244057 14320615424 49180 33554432000 4194304 4196468 140723678893584 139746096339888 139746923805314 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24928256 140723678901399 140723678901575 140723678901575 140723678904271 0
Current children cumulated CPU time: 24.07 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 198104 KiB

[startup+20.8007 s]
/proc/loadavg: 2.33 2.11 1.94 3/217 7292
/proc/meminfo: memFree=28723224/32770624 swapFree=67108860/67108860
[pid=7276] ppid=7273 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/7276/stat : 7276 (xcsp3-exec) S 7273 7276 5918 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 113244051 9740288 346 33554432000 4194304 5098028 140734173887104 140734173885208 139937714651772 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 21762048 140734173889646 140734173889851 140734173889851 140734173892587 0
/proc/7276/statm: 2378 346 289 221 0 87 0
[pid=7278] ppid=7276 vsize=13984976 memory=193748 CPUtime=25.7 cores=1,3,5,7
/proc/7278/stat : 7278 (java) S 7276 7276 5918 0 -1 1077944320 35502 0 0 0 2558 12 0 0 20 0 15 0 113244051 14320615424 48437 33554432000 4194304 4196468 140723678893584 140723678876128 139746923794167 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24928256 140723678901399 140723678901575 140723678901575 140723678904271 0
/proc/7278/statm: 3496244 48437 3263 1 0 3483478 0
[pid=7278/tid=7279] ppid=7276 vsize=13984976 memory=0 CPUtime=20.67 cores=1,3,5,7
/proc/7278/task/7279/stat : 7279 (java) R 7276 7276 5918 0 -1 4202560 9123 0 0 0 2063 4 0 0 20 0 15 0 113244052 14320615424 48437 33554432000 4194304 4196468 140723678893584 139746928033664 139746565624958 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24928256 140723678901399 140723678901575 140723678901575 140723678904271 0
[pid=7278/tid=7280] ppid=7276 vsize=13984976 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/7278/task/7280/stat : 7280 (java) S 7276 7276 5918 0 -1 1077944384 275 0 0 0 5 0 0 0 20 0 15 0 113244053 14320615424 48437 33554432000 4194304 4196468 140723678893584 139746895636880 139746923804373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24928256 140723678901399 140723678901575 140723678901575 140723678904271 0
[pid=7278/tid=7281] ppid=7276 vsize=13984976 memory=1384 CPUtime=0.05 cores=1,3,5,7
/proc/7278/task/7281/stat : 7281 (java) S 7276 7276 5918 0 -1 1077944384 956 0 0 0 5 0 0 0 20 0 15 0 113244053 14320615424 48437 33554432000 4194304 4196468 140723678893584 139746518866192 139746923804373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24928256 140723678901399 140723678901575 140723678901575 140723678904271 0
[pid=7278/tid=7282] ppid=7276 vsize=13984976 memory=202296 CPUtime=0.06 cores=1,3,5,7
/proc/7278/task/7282/stat : 7282 (java) S 7276 7276 5918 0 -1 1077944384 983 0 0 0 6 0 0 0 20 0 15 0 113244053 14320615424 48437 33554432000 4194304 4196468 140723678893584 139746517813904 139746923804373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24928256 140723678901399 140723678901575 140723678901575 140723678904271 0
[pid=7278/tid=7283] ppid=7276 vsize=13984976 memory=1292 CPUtime=0.06 cores=1,3,5,7
/proc/7278/task/7283/stat : 7283 (java) S 7276 7276 5918 0 -1 1077944384 495 0 0 0 6 0 0 0 20 0 15 0 113244053 14320615424 48437 33554432000 4194304 4196468 140723678893584 139746516761104 139746923804373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24928256 140723678901399 140723678901575 140723678901575 140723678904271 0
[pid=7278/tid=7284] ppid=7276 vsize=13984976 memory=288230574492221466 CPUtime=0.02 cores=1,3,5,7
/proc/7278/task/7284/stat : 7284 (java) S 7276 7276 5918 0 -1 1077944384 630 0 0 0 2 0 0 0 20 0 15 0 113244054 14320615424 48437 33554432000 4194304 4196468 140723678893584 139746104760944 139746923805314 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24928256 140723678901399 140723678901575 140723678901575 140723678904271 0
[pid=7278/tid=7285] ppid=7276 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/7278/task/7285/stat : 7285 (java) S 7276 7276 5918 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 113244054 14320615424 48437 33554432000 4194304 4196468 140723678893584 139746103706912 139746923804373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24928256 140723678901399 140723678901575 140723678901575 140723678904271 0
[pid=7278/tid=7286] ppid=7276 vsize=13984976 memory=196720 CPUtime=0 cores=1,3,5,7
/proc/7278/task/7286/stat : 7286 (java) S 7276 7276 5918 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 113244055 14320615424 48437 33554432000 4194304 4196468 140723678893584 139746102654576 139746923804373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24928256 140723678901399 140723678901575 140723678901575 140723678904271 0
[pid=7278/tid=7287] ppid=7276 vsize=13984976 memory=8098147669738678882 CPUtime=0 cores=1,3,5,7
/proc/7278/task/7287/stat : 7287 (java) S 7276 7276 5918 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113244057 14320615424 48437 33554432000 4194304 4196468 140723678893584 139746101602896 139746923812763 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24928256 140723678901399 140723678901575 140723678901575 140723678904271 0
[pid=7278/tid=7288] ppid=7276 vsize=13984976 memory=6442521769896207974 CPUtime=2.11 cores=1,3,5,7
/proc/7278/task/7288/stat : 7288 (java) S 7276 7276 5918 0 -1 1077944384 9485 0 0 0 210 1 0 0 20 0 15 0 113244057 14320615424 48437 33554432000 4194304 4196468 140723678893584 139746100549744 139746923805314 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24928256 140723678901399 140723678901575 140723678901575 140723678904271 0
[pid=7278/tid=7289] ppid=7276 vsize=13984976 memory=6944656575208382560 CPUtime=2.07 cores=1,3,5,7
/proc/7278/task/7289/stat : 7289 (java) S 7276 7276 5918 0 -1 1077944384 6744 0 0 0 206 1 0 0 20 0 15 0 113244057 14320615424 48437 33554432000 4194304 4196468 140723678893584 139746099496944 139746923805314 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24928256 140723678901399 140723678901575 140723678901575 140723678904271 0
[pid=7278/tid=7290] ppid=7276 vsize=13984976 memory=23632 CPUtime=0.51 cores=1,3,5,7
/proc/7278/task/7290/stat : 7290 (java) S 7276 7276 5918 0 -1 1077944384 5325 0 0 0 50 1 0 0 20 0 15 0 113244057 14320615424 48437 33554432000 4194304 4196468 140723678893584 139746098444656 139746923805314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24928256 140723678901399 140723678901575 140723678901575 140723678904271 0
[pid=7278/tid=7291] ppid=7276 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/7278/task/7291/stat : 7291 (java) S 7276 7276 5918 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113244057 14320615424 48437 33554432000 4194304 4196468 140723678893584 139746097392096 139746923804373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24928256 140723678901399 140723678901575 140723678901575 140723678904271 0
[pid=7278/tid=7292] ppid=7276 vsize=13984976 memory=204832 CPUtime=0 cores=1,3,5,7
/proc/7278/task/7292/stat : 7292 (java) S 7276 7276 5918 0 -1 1077944384 132 0 0 0 0 0 0 0 20 0 15 0 113244057 14320615424 48437 33554432000 4194304 4196468 140723678893584 139746096339888 139746923805314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24928256 140723678901399 140723678901575 140723678901575 140723678904271 0
Current children cumulated CPU time: 25.7 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 195132 KiB

[startup+21.6008 s]
/proc/loadavg: 2.23 2.09 1.94 3/217 7292
/proc/meminfo: memFree=28724276/32770624 swapFree=67108860/67108860
[pid=7276] ppid=7273 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/7276/stat : 7276 (xcsp3-exec) S 7273 7276 5918 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 113244051 9740288 346 33554432000 4194304 5098028 140734173887104 140734173885208 139937714651772 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 21762048 140734173889646 140734173889851 140734173889851 140734173892587 0
/proc/7276/statm: 2378 346 289 221 0 87 0
[pid=7278] ppid=7276 vsize=13984976 memory=193748 CPUtime=26.5 cores=1,3,5,7
/proc/7278/stat : 7278 (java) S 7276 7276 5918 0 -1 1077944320 35510 0 0 0 2638 12 0 0 20 0 15 0 113244051 14320615424 48437 33554432000 4194304 4196468 140723678893584 140723678876128 139746923794167 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24928256 140723678901399 140723678901575 140723678901575 140723678904271 0
/proc/7278/statm: 3496244 48437 3263 1 0 3483478 0
[pid=7278/tid=7279] ppid=7276 vsize=13984976 memory=1728 CPUtime=21.47 cores=1,3,5,7
/proc/7278/task/7279/stat : 7279 (java) R 7276 7276 5918 0 -1 4202560 9131 0 0 0 2143 4 0 0 20 0 15 0 113244052 14320615424 48437 33554432000 4194304 4196468 140723678893584 139746928033552 139746564542684 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24928256 140723678901399 140723678901575 140723678901575 140723678904271 0
[pid=7278/tid=7280] ppid=7276 vsize=13984976 memory=1420 CPUtime=0.05 cores=1,3,5,7
/proc/7278/task/7280/stat : 7280 (java) S 7276 7276 5918 0 -1 1077944384 275 0 0 0 5 0 0 0 20 0 15 0 113244053 14320615424 48437 33554432000 4194304 4196468 140723678893584 139746895636880 139746923804373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24928256 140723678901399 140723678901575 140723678901575 140723678904271 0
[pid=7278/tid=7281] ppid=7276 vsize=13984976 memory=1384 CPUtime=0.05 cores=1,3,5,7
/proc/7278/task/7281/stat : 7281 (java) S 7276 7276 5918 0 -1 1077944384 956 0 0 0 5 0 0 0 20 0 15 0 113244053 14320615424 48437 33554432000 4194304 4196468 140723678893584 139746518866192 139746923804373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24928256 140723678901399 140723678901575 140723678901575 140723678904271 0
[pid=7278/tid=7282] ppid=7276 vsize=13984976 memory=194684 CPUtime=0.06 cores=1,3,5,7
/proc/7278/task/7282/stat : 7282 (java) S 7276 7276 5918 0 -1 1077944384 983 0 0 0 6 0 0 0 20 0 15 0 113244053 14320615424 48437 33554432000 4194304 4196468 140723678893584 139746517813904 139746923804373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24928256 140723678901399 140723678901575 140723678901575 140723678904271 0
[pid=7278/tid=7283] ppid=7276 vsize=13984976 memory=2552 CPUtime=0.06 cores=1,3,5,7
/proc/7278/task/7283/stat : 7283 (java) S 7276 7276 5918 0 -1 1077944384 495 0 0 0 6 0 0 0 20 0 15 0 113244053 14320615424 48437 33554432000 4194304 4196468 140723678893584 139746516761104 139746923804373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24928256 140723678901399 140723678901575 140723678901575 140723678904271 0
[pid=7278/tid=7284] ppid=7276 vsize=13984976 memory=4100 CPUtime=0.02 cores=1,3,5,7
/proc/7278/task/7284/stat : 7284 (java) S 7276 7276 5918 0 -1 1077944384 630 0 0 0 2 0 0 0 20 0 15 0 113244054 14320615424 48437 33554432000 4194304 4196468 140723678893584 139746104760944 139746923805314 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24928256 140723678901399 140723678901575 140723678901575 140723678904271 0
[pid=7278/tid=7285] ppid=7276 vsize=13984976 memory=6373731468466 CPUtime=0 cores=1,3,5,7
/proc/7278/task/7285/stat : 7285 (java) S 7276 7276 5918 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 113244054 14320615424 48437 33554432000 4194304 4196468 140723678893584 139746103706912 139746923804373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24928256 140723678901399 140723678901575 140723678901575 140723678904271 0
[pid=7278/tid=7286] ppid=7276 vsize=13984976 memory=288230604624101685 CPUtime=0 cores=1,3,5,7
/proc/7278/task/7286/stat : 7286 (java) S 7276 7276 5918 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 113244055 14320615424 48437 33554432000 4194304 4196468 140723678893584 139746102654576 139746923804373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24928256 140723678901399 140723678901575 140723678901575 140723678904271 0
[pid=7278/tid=7287] ppid=7276 vsize=13984976 memory=14698478437665088 CPUtime=0 cores=1,3,5,7
/proc/7278/task/7287/stat : 7287 (java) S 7276 7276 5918 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113244057 14320615424 48437 33554432000 4194304 4196468 140723678893584 139746101602896 139746923812763 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24928256 140723678901399 140723678901575 140723678901575 140723678904271 0
[pid=7278/tid=7288] ppid=7276 vsize=13984976 memory=1 CPUtime=2.11 cores=1,3,5,7
/proc/7278/task/7288/stat : 7288 (java) S 7276 7276 5918 0 -1 1077944384 9485 0 0 0 210 1 0 0 20 0 15 0 113244057 14320615424 48437 33554432000 4194304 4196468 140723678893584 139746100549744 139746923805314 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24928256 140723678901399 140723678901575 140723678901575 140723678904271 0
[pid=7278/tid=7289] ppid=7276 vsize=13984976 memory=0 CPUtime=2.07 cores=1,3,5,7
/proc/7278/task/7289/stat : 7289 (java) S 7276 7276 5918 0 -1 1077944384 6744 0 0 0 206 1 0 0 20 0 15 0 113244057 14320615424 48437 33554432000 4194304 4196468 140723678893584 139746099496944 139746923805314 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24928256 140723678901399 140723678901575 140723678901575 140723678904271 0
[pid=7278/tid=7290] ppid=7276 vsize=13984976 memory=0 CPUtime=0.51 cores=1,3,5,7
/proc/7278/task/7290/stat : 7290 (java) S 7276 7276 5918 0 -1 1077944384 5325 0 0 0 50 1 0 0 20 0 15 0 113244057 14320615424 48437 33554432000 4194304 4196468 140723678893584 139746098444656 139746923805314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24928256 140723678901399 140723678901575 140723678901575 140723678904271 0
[pid=7278/tid=7291] ppid=7276 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7278/task/7291/stat : 7291 (java) S 7276 7276 5918 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113244057 14320615424 48437 33554432000 4194304 4196468 140723678893584 139746097392096 139746923804373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24928256 140723678901399 140723678901575 140723678901575 140723678904271 0
[pid=7278/tid=7292] ppid=7276 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7278/task/7292/stat : 7292 (java) S 7276 7276 5918 0 -1 1077944384 132 0 0 0 0 0 0 0 20 0 15 0 113244057 14320615424 48437 33554432000 4194304 4196468 140723678893584 139746096339888 139746923805314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24928256 140723678901399 140723678901575 140723678901575 140723678904271 0
Current children cumulated CPU time: 26.5 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 195132 KiB

[startup+21.8008 s]
/proc/loadavg: 2.23 2.09 1.94 3/217 7292
/proc/meminfo: memFree=28724276/32770624 swapFree=67108860/67108860
[pid=7276] ppid=7273 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/7276/stat : 7276 (xcsp3-exec) S 7273 7276 5918 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 113244051 9740288 346 33554432000 4194304 5098028 140734173887104 140734173885208 139937714651772 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 21762048 140734173889646 140734173889851 140734173889851 140734173892587 0
/proc/7276/statm: 2378 346 289 221 0 87 0
[pid=7278] ppid=7276 vsize=13984976 memory=191704 CPUtime=26.71 cores=1,3,5,7
/proc/7278/stat : 7278 (java) S 7276 7276 5918 0 -1 1077944320 36306 0 0 0 2659 12 0 0 20 0 15 0 113244051 14320615424 47926 33554432000 4194304 4196468 140723678893584 140723678876128 139746923794167 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24928256 140723678901399 140723678901575 140723678901575 140723678904271 0
/proc/7278/statm: 3496244 47926 3263 1 0 3483478 0
[pid=7278/tid=7279] ppid=7276 vsize=13984976 memory=139986272315361 CPUtime=21.67 cores=1,3,5,7
/proc/7278/task/7279/stat : 7279 (java) R 7276 7276 5918 0 -1 4202560 9625 0 0 0 2163 4 0 0 20 0 15 0 113244052 14320615424 47926 33554432000 4194304 4196468 140723678893584 139746928033488 139746909489233 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24928256 140723678901399 140723678901575 140723678901575 140723678904271 0
[pid=7278/tid=7280] ppid=7276 vsize=13984976 memory=4420 CPUtime=0.06 cores=1,3,5,7
/proc/7278/task/7280/stat : 7280 (java) S 7276 7276 5918 0 -1 1077944384 279 0 0 0 6 0 0 0 20 0 15 0 113244053 14320615424 47926 33554432000 4194304 4196468 140723678893584 139746895636880 139746923804373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24928256 140723678901399 140723678901575 140723678901575 140723678904271 0
[pid=7278/tid=7281] ppid=7276 vsize=13984976 memory=11032 CPUtime=0.06 cores=1,3,5,7
/proc/7278/task/7281/stat : 7281 (java) S 7276 7276 5918 0 -1 1077944384 958 0 0 0 6 0 0 0 20 0 15 0 113244053 14320615424 47926 33554432000 4194304 4196468 140723678893584 139746518866192 139746923804373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24928256 140723678901399 140723678901575 140723678901575 140723678904271 0
[pid=7278/tid=7282] ppid=7276 vsize=13984976 memory=1712 CPUtime=0.06 cores=1,3,5,7
/proc/7278/task/7282/stat : 7282 (java) S 7276 7276 5918 0 -1 1077944384 983 0 0 0 6 0 0 0 20 0 15 0 113244053 14320615424 47926 33554432000 4194304 4196468 140723678893584 139746517813904 139746923804373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24928256 140723678901399 140723678901575 140723678901575 140723678904271 0
[pid=7278/tid=7283] ppid=7276 vsize=13984976 memory=1952 CPUtime=0.06 cores=1,3,5,7
/proc/7278/task/7283/stat : 7283 (java) S 7276 7276 5918 0 -1 1077944384 497 0 0 0 6 0 0 0 20 0 15 0 113244053 14320615424 47926 33554432000 4194304 4196468 140723678893584 139746516761104 139746923804373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24928256 140723678901399 140723678901575 140723678901575 140723678904271 0
[pid=7278/tid=7284] ppid=7276 vsize=13984976 memory=8560 CPUtime=0.02 cores=1,3,5,7
/proc/7278/task/7284/stat : 7284 (java) S 7276 7276 5918 0 -1 1077944384 630 0 0 0 2 0 0 0 20 0 15 0 113244054 14320615424 47926 33554432000 4194304 4196468 140723678893584 139746104760944 139746923805314 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24928256 140723678901399 140723678901575 140723678901575 140723678904271 0
[pid=7278/tid=7285] ppid=7276 vsize=13984976 memory=1224 CPUtime=0 cores=1,3,5,7
/proc/7278/task/7285/stat : 7285 (java) S 7276 7276 5918 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 113244054 14320615424 47926 33554432000 4194304 4196468 140723678893584 139746103706912 139746923804373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24928256 140723678901399 140723678901575 140723678901575 140723678904271 0
[pid=7278/tid=7286] ppid=7276 vsize=13984976 memory=792 CPUtime=0 cores=1,3,5,7
/proc/7278/task/7286/stat : 7286 (java) S 7276 7276 5918 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 113244055 14320615424 47926 33554432000 4194304 4196468 140723678893584 139746102654576 139746923804373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24928256 140723678901399 140723678901575 140723678901575 140723678904271 0
[pid=7278/tid=7287] ppid=7276 vsize=13984976 memory=1004 CPUtime=0 cores=1,3,5,7
/proc/7278/task/7287/stat : 7287 (java) S 7276 7276 5918 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113244057 14320615424 47928 33554432000 4194304 4196468 140723678893584 139746101602896 139746923812763 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24928256 140723678901399 140723678901575 140723678901575 140723678904271 0
[pid=7278/tid=7288] ppid=7276 vsize=13984976 memory=5296 CPUtime=2.11 cores=1,3,5,7
/proc/7278/task/7288/stat : 7288 (java) S 7276 7276 5918 0 -1 1077944384 9485 0 0 0 210 1 0 0 20 0 15 0 113244057 14320615424 47928 33554432000 4194304 4196468 140723678893584 139746100549744 139746923805314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24928256 140723678901399 140723678901575 140723678901575 140723678904271 0
[pid=7278/tid=7289] ppid=7276 vsize=13984976 memory=1196 CPUtime=2.07 cores=1,3,5,7
/proc/7278/task/7289/stat : 7289 (java) S 7276 7276 5918 0 -1 1077944384 6744 0 0 0 206 1 0 0 20 0 15 0 113244057 14320615424 47928 33554432000 4194304 4196468 140723678893584 139746099496944 139746923805314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24928256 140723678901399 140723678901575 140723678901575 140723678904271 0
[pid=7278/tid=7290] ppid=7276 vsize=13984976 memory=4612 CPUtime=0.51 cores=1,3,5,7
/proc/7278/task/7290/stat : 7290 (java) R 7276 7276 5918 0 -1 4202560 5682 0 0 0 50 1 0 0 20 0 15 0 113244057 14320615424 47928 33554432000 4194304 4196468 140723678893584 139746098444432 139746905200480 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24928256 140723678901399 140723678901575 140723678901575 140723678904271 0
[pid=7278/tid=7291] ppid=7276 vsize=13984976 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/7278/task/7291/stat : 7291 (java) S 7276 7276 5918 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113244057 14320615424 47928 33554432000 4194304 4196468 140723678893584 139746097392096 139746923804373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24928256 140723678901399 140723678901575 140723678901575 140723678904271 0
[pid=7278/tid=7292] ppid=7276 vsize=13984976 memory=18448 CPUtime=0 cores=1,3,5,7
/proc/7278/task/7292/stat : 7292 (java) S 7276 7276 5918 0 -1 1077944384 132 0 0 0 0 0 0 0 20 0 15 0 113244057 14320615424 47928 33554432000 4194304 4196468 140723678893584 139746096339888 139746923805314 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24928256 140723678901399 140723678901575 140723678901575 140723678904271 0
Current children cumulated CPU time: 26.71 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 193088 KiB

Child status: 0
Real time (s): 21.8072
CPU time (s): 26.7289
CPU user time (s): 26.5956
CPU system time (s): 0.133358
CPU usage (%): 122.569
Max. virtual memory (cumulated for all children) (KiB): 13996392
Max. memory (cumulated for all children) (KiB): 219664

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 26.5956
system time used= 0.133358
maximum resident set size= 219572
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37093
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= 2778
involuntary context switches= 49


# summary of solver processes directly reported to runsolver:
#   pid: 7276
#   total CPU time (s): 26.7289
#   total CPU user time (s): 26.5956
#   total CPU system time (s): 0.133358

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.182623 second user time and 0.231066 second system time

The end

Launcher Data

Begin job on node107 at 2017-08-15 14:38:21
IDJOB=4272518
IDBENCH=133092
IDSOLVER=2664
FILE ID=node107/4272518-1502801560
RUNJOBID= node107-1502793297-5950
PBS_JOBID= 20629130
Free space on /tmp= 61656 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/MarketSplit/MarketSplit-m1-gp/MarketSplit-05.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-4272518-1502801560/watcher-4272518-1502801560 -o /tmp/evaluation-result-4272518-1502801560/solver-4272518-1502801560 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1502793297-5950 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 2045088326 HOME/instance-4272518-1502801560.xml

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

MD5SUM BENCH= ea540cd06a6319d4cfbd19a531a1ad9c
RANDOM SEED=2045088326

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.84
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.84
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.84
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.84
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:        28898048 kB
MemAvailable:   31821336 kB
Buffers:          222964 kB
Cached:          2987220 kB
SwapCached:            0 kB
Active:           743812 kB
Inactive:        2687296 kB
Active(anon):     223744 kB
Inactive(anon):    24972 kB
Active(file):     520068 kB
Inactive(file):  2662324 kB
Unevictable:        6328 kB
Mlocked:            6328 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8028 kB
Writeback:             0 kB
AnonPages:        355940 kB
Mapped:            57928 kB
Shmem:             25228 kB
Slab:             140064 kB
SReclaimable:     113460 kB
SUnreclaim:        26604 kB
KernelStack:        3840 kB
PageTables:         5576 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1212096 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    251904 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 61648 MiB
End job on node107 at 2017-08-15 14:38:43