Trace number 4269853

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 4.0.5 seq (2017-08-09)SAT 26.8619 20.011299

General information on the benchmark

NameSuperSolutions/SuperSolutions-Sadeh-js/
SuperSadeh-js-e0ddr2-7.xml
MD5SUM0bf2c77c9eab7953e0f8d897649e2359
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.58380198
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints845
Number of domains46
Minimum domain size116
Maximum domain size135
Distribution of domain sizes[{"size":116,"count":10},{"size":117,"count":10},{"size":124,"count":10},{"size":126,"count":20},{"size":128,"count":10},{"size":131,"count":10},{"size":134,"count":10},{"size":135,"count":20}]
Minimum variable degree11
Maximum variable degree23
Distribution of variable degrees[{"degree":11,"count":20},{"degree":12,"count":30},{"degree":21,"count":20},{"degree":23,"count":30}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":845}]
Number of extensional constraints0
Number of intensional constraints845
Distribution of constraint types[{"type":"intension","count":845}]
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-4269853-1502848427.xml"  -tl '2520s' -p 1 -x 0
0.12/0.14	c [HOME/instance-4269853-1502848427.xml, -tl, 2520s, -p, 1, -x, 0]
0.12/0.20	c simple solver
0.33/0.26	c parse instance...
20.86/16.04	c solve instance...
26.71/19.98	s SATISFIABLE
26.71/19.98	v <instantiation>
26.71/19.98	v 	<list>x0 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13 x14 x15 x16 x17 x18 x19 x20 x21 x22 x23 x24 x25 x26 x27 x28 x29 x30 x31 x32 x33 x34 x35 x36 x37 x38 x39 x40 x41 x42 x43 x44 x45 x46 x47 x48 x49 x50 x51 x52 x53 x54 x55 x56 x57 x58 x59 x60 x61 x62 x63 x64 x65 x66 x67 x68 x69 x70 x71 x72 x73 x74 x75 x76 x77 x78 x79 x80 x81 x82 x83 x84 x85 x86 x87 x88 x89 x90 x91 x92 x93 x94 x95 x96 x97 x98 x99 </list>
26.71/19.98	v 	<values>8 7 37 64 81 80 90 89 99 100 0 1 12 13 59 58 68 69 75 107 6 5 12 13 31 30 46 47 53 52 19 18 30 31 46 47 59 58 64 107 0 1 18 19 106 105 118 119 135 136 45 46 53 52 118 119 135 134 144 143 0 1 8 7 18 19 31 30 38 37 22 21 30 44 68 69 81 80 89 107 36 35 48 44 135 134 145 144 159 160 25 24 34 35 89 90 106 105 121 116 </values>
26.71/19.98	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 (15059 MiB free)
  memory of node 1: 16384 MiB (15623 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4269853-1502848427/watcher-4269853-1502848427 -o /tmp/evaluation-result-4269853-1502848427/solver-4269853-1502848427 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node112-1502839811-17222 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 459886155 HOME/instance-4269853-1502848427.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=19138, runsolver pid=19135

[startup+0.100131 s]*
/proc/loadavg: 1.98 1.89 1.91 4/218 19154
/proc/meminfo: memFree=31401844/32770624 swapFree=67108860/67108860
[pid=19138] ppid=19135 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/19138/stat : 19138 (xcsp3-exec) S 19135 19138 17190 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 117930428 9740288 345 33554432000 4194304 5098028 140726386522880 140726386520984 140380902548092 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 16769024 140726386525295 140726386525499 140726386525499 140726386528235 0
/proc/19138/statm: 2378 345 289 221 0 87 0
[pid=19140] ppid=19138 vsize=13978596 memory=29020 CPUtime=0.12 cores=1,3,5,7
/proc/19140/stat : 19140 (java) S 19138 19138 17190 0 -1 1077944320 5093 0 0 0 11 1 0 0 20 0 15 0 117930429 14314082304 7255 33554432000 4194304 4196468 140728788337728 140728788320272 139709752114935 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8171520 140728788341911 140728788342087 140728788342087 140728788344783 0
/proc/19140/statm: 3494649 7255 2870 1 0 3482966 0
[pid=19140/tid=19141] ppid=19138 vsize=13978596 memory=8514701219881125282 CPUtime=0.09 cores=1,3,5,7
/proc/19140/task/19141/stat : 19141 (java) R 19138 19138 17190 0 -1 4202560 3117 0 0 0 8 1 0 0 20 0 15 0 117930429 14314082304 7255 33554432000 4194304 4196468 140728788337728 139709756347040 139709752126870 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8171520 140728788341911 140728788342087 140728788342087 140728788344783 0
[pid=19140/tid=19142] ppid=19138 vsize=13978596 memory=3472468244422034640 CPUtime=0 cores=1,3,5,7
/proc/19140/task/19142/stat : 19142 (java) S 19138 19138 17190 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 117930430 14314082304 7255 33554432000 4194304 4196468 140728788337728 139709717396112 139709752125141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8171520 140728788341911 140728788342087 140728788342087 140728788344783 0
[pid=19140/tid=19143] ppid=19138 vsize=13978596 memory=140115526882944 CPUtime=0 cores=1,3,5,7
/proc/19140/task/19143/stat : 19143 (java) S 19138 19138 17190 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117930430 14314082304 7255 33554432000 4194304 4196468 140728788337728 139709347117584 139709752125141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8171520 140728788341911 140728788342087 140728788342087 140728788344783 0
[pid=19140/tid=19144] ppid=19138 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19140/task/19144/stat : 19144 (java) S 19138 19138 17190 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117930430 14314082304 7255 33554432000 4194304 4196468 140728788337728 139709346064784 139709752125141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8171520 140728788341911 140728788342087 140728788342087 140728788344783 0
[pid=19140/tid=19145] ppid=19138 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19140/task/19145/stat : 19145 (java) S 19138 19138 17190 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 117930430 14314082304 7255 33554432000 4194304 4196468 140728788337728 139709345011984 139709752125141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8171520 140728788341911 140728788342087 140728788342087 140728788344783 0
[pid=19140/tid=19146] ppid=19138 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19140/task/19146/stat : 19146 (java) S 19138 19138 17190 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 117930431 14314082304 7255 33554432000 4194304 4196468 140728788337728 139709226232688 139709752126082 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8171520 140728788341911 140728788342087 140728788342087 140728788344783 0
[pid=19140/tid=19147] ppid=19138 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19140/task/19147/stat : 19147 (java) S 19138 19138 17190 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 117930432 14314082304 7255 33554432000 4194304 4196468 140728788337728 139709225178656 139709752125141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8171520 140728788341911 140728788342087 140728788342087 140728788344783 0
[pid=19140/tid=19148] ppid=19138 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19140/task/19148/stat : 19148 (java) S 19138 19138 17190 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 117930432 14314082304 7255 33554432000 4194304 4196468 140728788337728 139709224125808 139709752125141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8171520 140728788341911 140728788342087 140728788342087 140728788344783 0
[pid=19140/tid=19149] ppid=19138 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19140/task/19149/stat : 19149 (java) S 19138 19138 17190 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117930434 14314082304 7255 33554432000 4194304 4196468 140728788337728 139709223074128 139709752133531 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8171520 140728788341911 140728788342087 140728788342087 140728788344783 0
[pid=19140/tid=19150] ppid=19138 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19140/task/19150/stat : 19150 (java) S 19138 19138 17190 0 -1 1077944384 418 0 0 0 0 0 0 0 20 0 15 0 117930434 14314082304 7255 33554432000 4194304 4196468 140728788337728 139709222021488 139709752126082 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8171520 140728788341911 140728788342087 140728788342087 140728788344783 0
[pid=19140/tid=19151] ppid=19138 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19140/task/19151/stat : 19151 (java) S 19138 19138 17190 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117930434 14314082304 7255 33554432000 4194304 4196468 140728788337728 139709220968688 139709752126082 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8171520 140728788341911 140728788342087 140728788342087 140728788344783 0
[pid=19140/tid=19152] ppid=19138 vsize=13978596 memory=140115526882944 CPUtime=0.01 cores=1,3,5,7
/proc/19140/task/19152/stat : 19152 (java) R 19138 19138 17190 0 -1 4202560 258 0 0 0 1 0 0 0 20 0 15 0 117930434 14314082304 7255 33554432000 4194304 4196468 140728788337728 139709219915888 139709752126870 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8171520 140728788341911 140728788342087 140728788342087 140728788344783 0
[pid=19140/tid=19153] ppid=19138 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19140/task/19153/stat : 19153 (java) S 19138 19138 17190 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117930434 14314082304 7255 33554432000 4194304 4196468 140728788337728 139709218863328 139709752125141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8171520 140728788341911 140728788342087 140728788342087 140728788344783 0
[pid=19140/tid=19154] ppid=19138 vsize=13978596 memory=140115526882944 CPUtime=0 cores=1,3,5,7
/proc/19140/task/19154/stat : 19154 (java) S 19138 19138 17190 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117930435 14314082304 7255 33554432000 4194304 4196468 140728788337728 139709217811632 139709752126082 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8171520 140728788341911 140728788342087 140728788342087 140728788344783 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 30400 KiB

[startup+0.21077 s]*
/proc/loadavg: 1.98 1.89 1.91 3/218 19154
/proc/meminfo: memFree=31391456/32770624 swapFree=67108860/67108860
[pid=19138] ppid=19135 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/19138/stat : 19138 (xcsp3-exec) S 19135 19138 17190 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 117930428 9740288 345 33554432000 4194304 5098028 140726386522880 140726386520984 140380902548092 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 16769024 140726386525295 140726386525499 140726386525499 140726386528235 0
/proc/19138/statm: 2378 345 289 221 0 87 0
[pid=19140] ppid=19138 vsize=13982852 memory=40416 CPUtime=0.33 cores=1,3,5,7
/proc/19140/stat : 19140 (java) S 19138 19138 17190 0 -1 1077944320 7607 0 0 0 31 2 0 0 20 0 15 0 117930429 14318440448 10104 33554432000 4194304 4196468 140728788337728 140728788320272 139709752114935 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8171520 140728788341911 140728788342087 140728788342087 140728788344783 0
/proc/19140/statm: 3495713 10104 3067 1 0 3482966 0
[pid=19140/tid=19141] ppid=19138 vsize=13982852 memory=5853394889045019040 CPUtime=0.2 cores=1,3,5,7
/proc/19140/task/19141/stat : 19141 (java) D 19138 19138 17190 0 -1 1077944384 4844 0 0 0 18 2 0 0 20 0 15 0 117930429 14318440448 10126 33554432000 4194304 4196468 140728788337728 139709756326640 139709744794157 0 4 0 16800975 18446744072101625380 0 0 -1 3 0 0 0 0 0 6293624 6294260 8171520 140728788341911 140728788342087 140728788342087 140728788344783 0
[pid=19140/tid=19142] ppid=19138 vsize=13982852 memory=3472468244422034640 CPUtime=0 cores=1,3,5,7
/proc/19140/task/19142/stat : 19142 (java) S 19138 19138 17190 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 117930430 14318440448 10126 33554432000 4194304 4196468 140728788337728 139709717396112 139709752125141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8171520 140728788341911 140728788342087 140728788342087 140728788344783 0
[pid=19140/tid=19143] ppid=19138 vsize=13982852 memory=140115526882944 CPUtime=0 cores=1,3,5,7
/proc/19140/task/19143/stat : 19143 (java) S 19138 19138 17190 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117930430 14318440448 10126 33554432000 4194304 4196468 140728788337728 139709347117584 139709752125141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8171520 140728788341911 140728788342087 140728788342087 140728788344783 0
[pid=19140/tid=19144] ppid=19138 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19140/task/19144/stat : 19144 (java) S 19138 19138 17190 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117930430 14318440448 10126 33554432000 4194304 4196468 140728788337728 139709346064784 139709752125141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8171520 140728788341911 140728788342087 140728788342087 140728788344783 0
[pid=19140/tid=19145] ppid=19138 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19140/task/19145/stat : 19145 (java) S 19138 19138 17190 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 117930430 14318440448 10126 33554432000 4194304 4196468 140728788337728 139709345011984 139709752125141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8171520 140728788341911 140728788342087 140728788342087 140728788344783 0
[pid=19140/tid=19146] ppid=19138 vsize=13982884 memory=140115526882944 CPUtime=0 cores=1,3,5,7
/proc/19140/task/19146/stat : 19146 (java) S 19138 19138 17190 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 117930431 14318473216 10126 33554432000 4194304 4196468 140728788337728 139709226232688 139709752126082 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8171520 140728788341911 140728788342087 140728788342087 140728788344783 0
[pid=19140/tid=19147] ppid=19138 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19140/task/19147/stat : 19147 (java) S 19138 19138 17190 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 117930432 14318440448 10126 33554432000 4194304 4196468 140728788337728 139709225178656 139709752125141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8171520 140728788341911 140728788342087 140728788342087 140728788344783 0
[pid=19140/tid=19148] ppid=19138 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19140/task/19148/stat : 19148 (java) S 19138 19138 17190 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 117930432 14318440448 10126 33554432000 4194304 4196468 140728788337728 139709224125808 139709752125141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8171520 140728788341911 140728788342087 140728788342087 140728788344783 0
[pid=19140/tid=19149] ppid=19138 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19140/task/19149/stat : 19149 (java) S 19138 19138 17190 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117930434 14318440448 10126 33554432000 4194304 4196468 140728788337728 139709223074128 139709752133531 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8171520 140728788341911 140728788342087 140728788342087 140728788344783 0
[pid=19140/tid=19150] ppid=19138 vsize=13982852 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/19140/task/19150/stat : 19150 (java) S 19138 19138 17190 0 -1 1077944384 528 0 0 0 3 0 0 0 20 0 15 0 117930434 14318440448 10126 33554432000 4194304 4196468 140728788337728 139709222021488 139709752126082 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8171520 140728788341911 140728788342087 140728788342087 140728788344783 0
[pid=19140/tid=19151] ppid=19138 vsize=13982852 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/19140/task/19151/stat : 19151 (java) S 19138 19138 17190 0 -1 1077944384 237 0 0 0 2 0 0 0 20 0 15 0 117930434 14318440448 10126 33554432000 4194304 4196468 140728788337728 139709220968688 139709752126082 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8171520 140728788341911 140728788342087 140728788342087 140728788344783 0
[pid=19140/tid=19152] ppid=19138 vsize=13982852 memory=140115526882944 CPUtime=0.08 cores=1,3,5,7
/proc/19140/task/19152/stat : 19152 (java) S 19138 19138 17190 0 -1 1077944384 701 0 0 0 8 0 0 0 20 0 15 0 117930434 14318440448 10126 33554432000 4194304 4196468 140728788337728 139709219915888 139709752126082 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8171520 140728788341911 140728788342087 140728788342087 140728788344783 0
[pid=19140/tid=19153] ppid=19138 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19140/task/19153/stat : 19153 (java) S 19138 19138 17190 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117930434 14318440448 10126 33554432000 4194304 4196468 140728788337728 139709218863328 139709752125141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8171520 140728788341911 140728788342087 140728788342087 140728788344783 0
[pid=19140/tid=19154] ppid=19138 vsize=13982884 memory=140115526882944 CPUtime=0 cores=1,3,5,7
/proc/19140/task/19154/stat : 19154 (java) S 19138 19138 17190 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117930435 14318473216 10126 33554432000 4194304 4196468 140728788337728 139709217811632 139709752126082 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8171520 140728788341911 140728788342087 140728788342087 140728788344783 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 41796 KiB

[startup+0.315074 s]*
/proc/loadavg: 1.98 1.89 1.91 5/218 19154
/proc/meminfo: memFree=31384384/32770624 swapFree=67108860/67108860
[pid=19138] ppid=19135 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/19138/stat : 19138 (xcsp3-exec) S 19135 19138 17190 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 117930428 9740288 345 33554432000 4194304 5098028 140726386522880 140726386520984 140380902548092 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 16769024 140726386525295 140726386525499 140726386525499 140726386528235 0
/proc/19138/statm: 2378 345 289 221 0 87 0
[pid=19140] ppid=19138 vsize=13982852 memory=47336 CPUtime=0.53 cores=1,3,5,7
/proc/19140/stat : 19140 (java) S 19138 19138 17190 0 -1 1077944320 8499 0 0 0 50 3 0 0 20 0 15 0 117930429 14318440448 11834 33554432000 4194304 4196468 140728788337728 140728788320272 139709752114935 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8171520 140728788341911 140728788342087 140728788342087 140728788344783 0
/proc/19140/statm: 3495713 11834 3084 1 0 3482966 0
[pid=19140/tid=19141] ppid=19138 vsize=13982852 memory=8514701219880862117 CPUtime=0.3 cores=1,3,5,7
/proc/19140/task/19141/stat : 19141 (java) R 19138 19138 17190 0 -1 4202560 5504 0 0 0 28 2 0 0 20 0 15 0 117930429 14318440448 11834 33554432000 4194304 4196468 140728788337728 139709756353936 139709736195422 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8171520 140728788341911 140728788342087 140728788342087 140728788344783 0
[pid=19140/tid=19142] ppid=19138 vsize=13982852 memory=3472468244422034640 CPUtime=0 cores=1,3,5,7
/proc/19140/task/19142/stat : 19142 (java) S 19138 19138 17190 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 117930430 14318440448 11834 33554432000 4194304 4196468 140728788337728 139709717396112 139709752125141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8171520 140728788341911 140728788342087 140728788342087 140728788344783 0
[pid=19140/tid=19143] ppid=19138 vsize=13982852 memory=140115526882944 CPUtime=0 cores=1,3,5,7
/proc/19140/task/19143/stat : 19143 (java) S 19138 19138 17190 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117930430 14318440448 11834 33554432000 4194304 4196468 140728788337728 139709347117584 139709752125141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8171520 140728788341911 140728788342087 140728788342087 140728788344783 0
[pid=19140/tid=19144] ppid=19138 vsize=13982852 memory=5 CPUtime=0 cores=1,3,5,7
/proc/19140/task/19144/stat : 19144 (java) S 19138 19138 17190 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117930430 14318440448 11834 33554432000 4194304 4196468 140728788337728 139709346064784 139709752125141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8171520 140728788341911 140728788342087 140728788342087 140728788344783 0
[pid=19140/tid=19145] ppid=19138 vsize=13982852 memory=140115389327391 CPUtime=0 cores=1,3,5,7
/proc/19140/task/19145/stat : 19145 (java) S 19138 19138 17190 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 117930430 14318440448 11834 33554432000 4194304 4196468 140728788337728 139709345011984 139709752125141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8171520 140728788341911 140728788342087 140728788342087 140728788344783 0
[pid=19140/tid=19146] ppid=19138 vsize=13982852 memory=280230778615552 CPUtime=0 cores=1,3,5,7
/proc/19140/task/19146/stat : 19146 (java) S 19138 19138 17190 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 117930431 14318440448 11834 33554432000 4194304 4196468 140728788337728 139709226232688 139709752126082 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8171520 140728788341911 140728788342087 140728788342087 140728788344783 0
[pid=19140/tid=19147] ppid=19138 vsize=13982852 memory=140115389304335 CPUtime=0 cores=1,3,5,7
/proc/19140/task/19147/stat : 19147 (java) S 19138 19138 17190 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 117930432 14318440448 11834 33554432000 4194304 4196468 140728788337728 139709225178656 139709752125141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8171520 140728788341911 140728788342087 140728788342087 140728788344783 0
[pid=19140/tid=19148] ppid=19138 vsize=13982852 memory=280230916196448 CPUtime=0 cores=1,3,5,7
/proc/19140/task/19148/stat : 19148 (java) S 19138 19138 17190 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 117930432 14318440448 11834 33554432000 4194304 4196468 140728788337728 139709224125808 139709752125141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8171520 140728788341911 140728788342087 140728788342087 140728788344783 0
[pid=19140/tid=19149] ppid=19138 vsize=13982852 memory=140115389308943 CPUtime=0 cores=1,3,5,7
/proc/19140/task/19149/stat : 19149 (java) S 19138 19138 17190 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117930434 14318440448 11834 33554432000 4194304 4196468 140728788337728 139709223074128 139709752133531 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8171520 140728788341911 140728788342087 140728788342087 140728788344783 0
[pid=19140/tid=19150] ppid=19138 vsize=13982852 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/19140/task/19150/stat : 19150 (java) R 19138 19138 17190 0 -1 1077944384 634 0 0 0 4 0 0 0 20 0 15 0 117930434 14318440448 11834 33554432000 4194304 4196468 140728788337728 139709222021584 139709752125141 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8171520 140728788341911 140728788342087 140728788342087 140728788344783 0
[pid=19140/tid=19151] ppid=19138 vsize=13982852 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/19140/task/19151/stat : 19151 (java) R 19138 19138 17190 0 -1 4202560 243 0 0 0 3 0 0 0 20 0 15 0 117930434 14318440448 11834 33554432000 4194304 4196468 140728788337728 139709220960640 139709738169904 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8171520 140728788341911 140728788342087 140728788342087 140728788344783 0
[pid=19140/tid=19152] ppid=19138 vsize=13982852 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/19140/task/19152/stat : 19152 (java) R 19138 19138 17190 0 -1 4202560 818 0 0 0 13 0 0 0 20 0 15 0 117930434 14318440448 11834 33554432000 4194304 4196468 140728788337728 139709219913064 139709730934526 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8171520 140728788341911 140728788342087 140728788342087 140728788344783 0
[pid=19140/tid=19153] ppid=19138 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19140/task/19153/stat : 19153 (java) S 19138 19138 17190 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117930434 14318440448 11834 33554432000 4194304 4196468 140728788337728 139709218863328 139709752125141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8171520 140728788341911 140728788342087 140728788342087 140728788344783 0
[pid=19140/tid=19154] ppid=19138 vsize=13982852 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/19140/task/19154/stat : 19154 (java) S 19138 19138 17190 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117930435 14318440448 11834 33554432000 4194304 4196468 140728788337728 139709217811632 139709752126082 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8171520 140728788341911 140728788342087 140728788342087 140728788344783 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 48716 KiB

[startup+0.700858 s]
/proc/loadavg: 1.98 1.89 1.91 5/218 19154
/proc/meminfo: memFree=31369496/32770624 swapFree=67108860/67108860
[pid=19138] ppid=19135 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/19138/stat : 19138 (xcsp3-exec) S 19135 19138 17190 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 117930428 9740288 345 33554432000 4194304 5098028 140726386522880 140726386520984 140380902548092 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 16769024 140726386525295 140726386525499 140726386525499 140726386528235 0
/proc/19138/statm: 2378 345 289 221 0 87 0
[pid=19140] ppid=19138 vsize=13984976 memory=92676 CPUtime=1.51 cores=1,3,5,7
/proc/19140/stat : 19140 (java) S 19138 19138 17190 0 -1 1077944320 10705 0 0 0 147 4 0 0 20 0 15 0 117930429 14320615424 23169 33554432000 4194304 4196468 140728788337728 140728788320272 139709752114935 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8171520 140728788341911 140728788342087 140728788342087 140728788344783 0
/proc/19140/statm: 3496244 23169 3203 1 0 3483478 0
[pid=19140/tid=19141] ppid=19138 vsize=13984976 memory=5865469479800824941 CPUtime=0.66 cores=1,3,5,7
/proc/19140/task/19141/stat : 19141 (java) R 19138 19138 17190 0 -1 4202560 6128 0 0 0 63 3 0 0 20 0 15 0 117930429 14320615424 23169 33554432000 4194304 4196468 140728788337728 139709756352272 139709392488820 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8171520 140728788341911 140728788342087 140728788342087 140728788344783 0
[pid=19140/tid=19142] ppid=19138 vsize=13984976 memory=7019257425709197167 CPUtime=0 cores=1,3,5,7
/proc/19140/task/19142/stat : 19142 (java) S 19138 19138 17190 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 117930430 14320615424 23169 33554432000 4194304 4196468 140728788337728 139709717396112 139709752125141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8171520 140728788341911 140728788342087 140728788342087 140728788344783 0
[pid=19140/tid=19143] ppid=19138 vsize=13984976 memory=6291616985311631187 CPUtime=0 cores=1,3,5,7
/proc/19140/task/19143/stat : 19143 (java) S 19138 19138 17190 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117930430 14320615424 23169 33554432000 4194304 4196468 140728788337728 139709347117584 139709752125141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8171520 140728788341911 140728788342087 140728788342087 140728788344783 0
[pid=19140/tid=19144] ppid=19138 vsize=13984976 memory=7747766295893256779 CPUtime=0 cores=1,3,5,7
/proc/19140/task/19144/stat : 19144 (java) S 19138 19138 17190 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117930430 14320615424 23169 33554432000 4194304 4196468 140728788337728 139709346064784 139709752125141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8171520 140728788341911 140728788342087 140728788342087 140728788344783 0
[pid=19140/tid=19145] ppid=19138 vsize=13984976 memory=8370611207638964880 CPUtime=0 cores=1,3,5,7
/proc/19140/task/19145/stat : 19145 (java) S 19138 19138 17190 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 117930430 14320615424 23169 33554432000 4194304 4196468 140728788337728 139709345011984 139709752125141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8171520 140728788341911 140728788342087 140728788342087 140728788344783 0
[pid=19140/tid=19146] ppid=19138 vsize=13984976 memory=6944656592455360569 CPUtime=0 cores=1,3,5,7
/proc/19140/task/19146/stat : 19146 (java) S 19138 19138 17190 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 117930431 14320615424 23169 33554432000 4194304 4196468 140728788337728 139709226232688 139709752126082 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8171520 140728788341911 140728788342087 140728788342087 140728788344783 0
[pid=19140/tid=19147] ppid=19138 vsize=13984976 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/19140/task/19147/stat : 19147 (java) S 19138 19138 17190 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 117930432 14320615424 23169 33554432000 4194304 4196468 140728788337728 139709225178656 139709752125141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8171520 140728788341911 140728788342087 140728788342087 140728788344783 0
[pid=19140/tid=19148] ppid=19138 vsize=13984976 memory=6884 CPUtime=0 cores=1,3,5,7
/proc/19140/task/19148/stat : 19148 (java) S 19138 19138 17190 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 117930432 14320615424 23169 33554432000 4194304 4196468 140728788337728 139709224125808 139709752125141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8171520 140728788341911 140728788342087 140728788342087 140728788344783 0
[pid=19140/tid=19149] ppid=19138 vsize=13984976 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/19140/task/19149/stat : 19149 (java) S 19138 19138 17190 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117930434 14320615424 23169 33554432000 4194304 4196468 140728788337728 139709223074128 139709752133531 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8171520 140728788341911 140728788342087 140728788342087 140728788344783 0
[pid=19140/tid=19150] ppid=19138 vsize=13984976 memory=33136 CPUtime=0.27 cores=1,3,5,7
/proc/19140/task/19150/stat : 19150 (java) S 19138 19138 17190 0 -1 1077944384 1157 0 0 0 27 0 0 0 20 0 15 0 117930434 14320615424 23169 33554432000 4194304 4196468 140728788337728 139709222021488 139709752126082 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8171520 140728788341911 140728788342087 140728788342087 140728788344783 0
[pid=19140/tid=19151] ppid=19138 vsize=13984976 memory=2332 CPUtime=0.24 cores=1,3,5,7
/proc/19140/task/19151/stat : 19151 (java) S 19138 19138 17190 0 -1 1077944384 762 0 0 0 24 0 0 0 20 0 15 0 117930434 14320615424 23169 33554432000 4194304 4196468 140728788337728 139709220968688 139709752126082 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8171520 140728788341911 140728788342087 140728788342087 140728788344783 0
[pid=19140/tid=19152] ppid=19138 vsize=13984976 memory=1292 CPUtime=0.31 cores=1,3,5,7
/proc/19140/task/19152/stat : 19152 (java) S 19138 19138 17190 0 -1 1077944384 1350 0 0 0 31 0 0 0 20 0 15 0 117930434 14320615424 23169 33554432000 4194304 4196468 140728788337728 139709219915888 139709752126082 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8171520 140728788341911 140728788342087 140728788342087 140728788344783 0
[pid=19140/tid=19153] ppid=19138 vsize=13984976 memory=7091832833820811856 CPUtime=0 cores=1,3,5,7
/proc/19140/task/19153/stat : 19153 (java) S 19138 19138 17190 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117930434 14320615424 23169 33554432000 4194304 4196468 140728788337728 139709218863328 139709752125141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8171520 140728788341911 140728788342087 140728788342087 140728788344783 0
[pid=19140/tid=19154] ppid=19138 vsize=13984976 memory=6083073826404724833 CPUtime=0 cores=1,3,5,7
/proc/19140/task/19154/stat : 19154 (java) S 19138 19138 17190 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117930435 14320615424 23169 33554432000 4194304 4196468 140728788337728 139709217811632 139709752126082 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8171520 140728788341911 140728788342087 140728788342087 140728788344783 0
Current children cumulated CPU time: 1.51 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 94056 KiB

[startup+1.50086 s]
/proc/loadavg: 1.98 1.89 1.91 4/218 19154
/proc/meminfo: memFree=31239792/32770624 swapFree=67108860/67108860
[pid=19138] ppid=19135 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/19138/stat : 19138 (xcsp3-exec) S 19135 19138 17190 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 117930428 9740288 345 33554432000 4194304 5098028 140726386522880 140726386520984 140380902548092 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 16769024 140726386525295 140726386525499 140726386525499 140726386528235 0
/proc/19138/statm: 2378 345 289 221 0 87 0

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

/proc/19140/task/19143/stat : 19143 (java) S 19138 19138 17190 0 -1 1077944384 6959 0 0 0 89 31 0 0 20 0 15 0 117930430 14320615424 718054 33554432000 4194304 4196468 140728788337728 139709347117584 139709752125141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8171520 140728788341911 140728788342087 140728788342087 140728788344783 0
[pid=19140/tid=19144] ppid=19138 vsize=13984976 memory=1792 CPUtime=1.2 cores=1,3,5,7
/proc/19140/task/19144/stat : 19144 (java) S 19138 19138 17190 0 -1 1077944384 6048 0 0 0 89 31 0 0 20 0 15 0 117930430 14320615424 718054 33554432000 4194304 4196468 140728788337728 139709346064784 139709752125141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8171520 140728788341911 140728788342087 140728788342087 140728788344783 0
[pid=19140/tid=19145] ppid=19138 vsize=13984976 memory=648 CPUtime=1.2 cores=1,3,5,7
/proc/19140/task/19145/stat : 19145 (java) S 19138 19138 17190 0 -1 1077944384 6830 0 0 0 88 32 0 0 20 0 15 0 117930430 14320615424 718054 33554432000 4194304 4196468 140728788337728 139709345011984 139709752125141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8171520 140728788341911 140728788342087 140728788342087 140728788344783 0
[pid=19140/tid=19146] ppid=19138 vsize=13984976 memory=1236 CPUtime=0.11 cores=1,3,5,7
/proc/19140/task/19146/stat : 19146 (java) S 19138 19138 17190 0 -1 1077944384 3069 0 0 0 11 0 0 0 20 0 15 0 117930431 14320615424 718054 33554432000 4194304 4196468 140728788337728 139709226232688 139709752126082 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8171520 140728788341911 140728788342087 140728788342087 140728788344783 0
[pid=19140/tid=19147] ppid=19138 vsize=13984976 memory=960 CPUtime=0 cores=1,3,5,7
/proc/19140/task/19147/stat : 19147 (java) S 19138 19138 17190 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 117930432 14320615424 718054 33554432000 4194304 4196468 140728788337728 139709225178656 139709752125141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8171520 140728788341911 140728788342087 140728788342087 140728788344783 0
[pid=19140/tid=19148] ppid=19138 vsize=13984976 memory=2340 CPUtime=0 cores=1,3,5,7
/proc/19140/task/19148/stat : 19148 (java) S 19138 19138 17190 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 117930432 14320615424 718054 33554432000 4194304 4196468 140728788337728 139709224125808 139709752125141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8171520 140728788341911 140728788342087 140728788342087 140728788344783 0
[pid=19140/tid=19149] ppid=19138 vsize=13984976 memory=2236 CPUtime=0 cores=1,3,5,7
/proc/19140/task/19149/stat : 19149 (java) S 19138 19138 17190 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117930434 14320615424 718054 33554432000 4194304 4196468 140728788337728 139709223074128 139709752133531 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8171520 140728788341911 140728788342087 140728788342087 140728788344783 0
[pid=19140/tid=19150] ppid=19138 vsize=13984976 memory=4084 CPUtime=0.4 cores=1,3,5,7
/proc/19140/task/19150/stat : 19150 (java) S 19138 19138 17190 0 -1 1077944384 2708 0 0 0 40 0 0 0 20 0 15 0 117930434 14320615424 718054 33554432000 4194304 4196468 140728788337728 139709222021488 139709752126082 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8171520 140728788341911 140728788342087 140728788342087 140728788344783 0
[pid=19140/tid=19151] ppid=19138 vsize=13984976 memory=932 CPUtime=0.37 cores=1,3,5,7
/proc/19140/task/19151/stat : 19151 (java) S 19138 19138 17190 0 -1 1077944384 1619 0 0 0 37 0 0 0 20 0 15 0 117930434 14320615424 718054 33554432000 4194304 4196468 140728788337728 139709220968688 139709752126082 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8171520 140728788341911 140728788342087 140728788342087 140728788344783 0
[pid=19140/tid=19152] ppid=19138 vsize=13984976 memory=1572 CPUtime=0.46 cores=1,3,5,7
/proc/19140/task/19152/stat : 19152 (java) S 19138 19138 17190 0 -1 1077944384 2433 0 0 0 46 0 0 0 20 0 15 0 117930434 14320615424 718054 33554432000 4194304 4196468 140728788337728 139709219915888 139709752126082 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8171520 140728788341911 140728788342087 140728788342087 140728788344783 0
[pid=19140/tid=19153] ppid=19138 vsize=13984976 memory=2200 CPUtime=0 cores=1,3,5,7
/proc/19140/task/19153/stat : 19153 (java) S 19138 19138 17190 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117930434 14320615424 718054 33554432000 4194304 4196468 140728788337728 139709218863328 139709752125141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8171520 140728788341911 140728788342087 140728788342087 140728788344783 0
[pid=19140/tid=19154] ppid=19138 vsize=13984976 memory=6504 CPUtime=0 cores=1,3,5,7
/proc/19140/task/19154/stat : 19154 (java) S 19138 19138 17190 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 15 0 117930435 14320615424 718054 33554432000 4194304 4196468 140728788337728 139709217811632 139709752126082 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8171520 140728788341911 140728788342087 140728788342087 140728788344783 0
Current children cumulated CPU time: 20.86 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 2873596 KiB

[startup+17.6008 s]
/proc/loadavg: 1.99 1.90 1.91 4/218 19154
/proc/meminfo: memFree=28542012/32770624 swapFree=67108860/67108860
[pid=19138] ppid=19135 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/19138/stat : 19138 (xcsp3-exec) S 19135 19138 17190 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 117930428 9740288 345 33554432000 4194304 5098028 140726386522880 140726386520984 140380902548092 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 16769024 140726386525295 140726386525499 140726386525499 140726386528235 0
/proc/19138/statm: 2378 345 289 221 0 87 0
[pid=19140] ppid=19138 vsize=13984976 memory=2887748 CPUtime=24.02 cores=1,3,5,7
/proc/19140/stat : 19140 (java) S 19138 19138 17190 0 -1 1077944320 51842 0 0 0 2243 159 0 0 20 0 15 0 117930429 14320615424 721937 33554432000 4194304 4196468 140728788337728 140728788320272 139709752114935 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8171520 140728788341911 140728788342087 140728788342087 140728788344783 0
/proc/19140/statm: 3496244 721937 3263 1 0 3483478 0
[pid=19140/tid=19141] ppid=19138 vsize=13984976 memory=2872176 CPUtime=16.24 cores=1,3,5,7
/proc/19140/task/19141/stat : 19141 (java) R 19138 19138 17190 0 -1 4202560 9858 0 0 0 1596 28 0 0 20 0 15 0 117930429 14320615424 721937 33554432000 4194304 4196468 140728788337728 139709756351824 139709394472712 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8171520 140728788341911 140728788342087 140728788342087 140728788344783 0
[pid=19140/tid=19142] ppid=19138 vsize=13984976 memory=1380 CPUtime=1.19 cores=1,3,5,7
/proc/19140/task/19142/stat : 19142 (java) S 19138 19138 17190 0 -1 1077944384 6737 0 0 0 89 30 0 0 20 0 15 0 117930430 14320615424 721937 33554432000 4194304 4196468 140728788337728 139709717396112 139709752125141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8171520 140728788341911 140728788342087 140728788342087 140728788344783 0
[pid=19140/tid=19143] ppid=19138 vsize=13984976 memory=4132 CPUtime=1.2 cores=1,3,5,7
/proc/19140/task/19143/stat : 19143 (java) S 19138 19138 17190 0 -1 1077944384 6959 0 0 0 89 31 0 0 20 0 15 0 117930430 14320615424 721937 33554432000 4194304 4196468 140728788337728 139709347117584 139709752125141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8171520 140728788341911 140728788342087 140728788342087 140728788344783 0
[pid=19140/tid=19144] ppid=19138 vsize=13984976 memory=33136 CPUtime=1.2 cores=1,3,5,7
/proc/19140/task/19144/stat : 19144 (java) S 19138 19138 17190 0 -1 1077944384 6048 0 0 0 89 31 0 0 20 0 15 0 117930430 14320615424 721937 33554432000 4194304 4196468 140728788337728 139709346064784 139709752125141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8171520 140728788341911 140728788342087 140728788342087 140728788344783 0
[pid=19140/tid=19145] ppid=19138 vsize=13984976 memory=6791534058613427641 CPUtime=1.2 cores=1,3,5,7
/proc/19140/task/19145/stat : 19145 (java) S 19138 19138 17190 0 -1 1077944384 6830 0 0 0 88 32 0 0 20 0 15 0 117930430 14320615424 721937 33554432000 4194304 4196468 140728788337728 139709345011984 139709752125141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8171520 140728788341911 140728788342087 140728788342087 140728788344783 0
[pid=19140/tid=19146] ppid=19138 vsize=13984976 memory=2877340 CPUtime=0.11 cores=1,3,5,7
/proc/19140/task/19146/stat : 19146 (java) S 19138 19138 17190 0 -1 1077944384 3069 0 0 0 11 0 0 0 20 0 15 0 117930431 14320615424 721937 33554432000 4194304 4196468 140728788337728 139709226232688 139709752126082 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8171520 140728788341911 140728788342087 140728788342087 140728788344783 0
[pid=19140/tid=19147] ppid=19138 vsize=13984976 memory=14134433267583532 CPUtime=0 cores=1,3,5,7
/proc/19140/task/19147/stat : 19147 (java) S 19138 19138 17190 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 117930432 14320615424 721937 33554432000 4194304 4196468 140728788337728 139709225178656 139709752125141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8171520 140728788341911 140728788342087 140728788342087 140728788344783 0
[pid=19140/tid=19148] ppid=19138 vsize=13984976 memory=1696 CPUtime=0 cores=1,3,5,7
/proc/19140/task/19148/stat : 19148 (java) S 19138 19138 17190 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 117930432 14320615424 721937 33554432000 4194304 4196468 140728788337728 139709224125808 139709752125141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8171520 140728788341911 140728788342087 140728788342087 140728788344783 0
[pid=19140/tid=19149] ppid=19138 vsize=13984976 memory=920 CPUtime=0 cores=1,3,5,7
/proc/19140/task/19149/stat : 19149 (java) S 19138 19138 17190 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117930434 14320615424 721937 33554432000 4194304 4196468 140728788337728 139709223074128 139709752133531 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8171520 140728788341911 140728788342087 140728788342087 140728788344783 0
[pid=19140/tid=19150] ppid=19138 vsize=13984976 memory=3832 CPUtime=1.13 cores=1,3,5,7
/proc/19140/task/19150/stat : 19150 (java) S 19138 19138 17190 0 -1 1077944384 4293 0 0 0 112 1 0 0 20 0 15 0 117930434 14320615424 721937 33554432000 4194304 4196468 140728788337728 139709222021488 139709752126082 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8171520 140728788341911 140728788342087 140728788342087 140728788344783 0
[pid=19140/tid=19151] ppid=19138 vsize=13984976 memory=2908 CPUtime=1.08 cores=1,3,5,7
/proc/19140/task/19151/stat : 19151 (java) S 19138 19138 17190 0 -1 1077944384 3893 0 0 0 107 1 0 0 20 0 15 0 117930434 14320615424 721937 33554432000 4194304 4196468 140728788337728 139709220968688 139709752126082 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8171520 140728788341911 140728788342087 140728788342087 140728788344783 0
[pid=19140/tid=19152] ppid=19138 vsize=13984976 memory=1380 CPUtime=0.6 cores=1,3,5,7
/proc/19140/task/19152/stat : 19152 (java) S 19138 19138 17190 0 -1 1077944384 2828 0 0 0 59 1 0 0 20 0 15 0 117930434 14320615424 721937 33554432000 4194304 4196468 140728788337728 139709219915888 139709752126082 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8171520 140728788341911 140728788342087 140728788342087 140728788344783 0
[pid=19140/tid=19153] ppid=19138 vsize=13984976 memory=2872176 CPUtime=0 cores=1,3,5,7
/proc/19140/task/19153/stat : 19153 (java) S 19138 19138 17190 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117930434 14320615424 721937 33554432000 4194304 4196468 140728788337728 139709218863328 139709752125141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8171520 140728788341911 140728788342087 140728788342087 140728788344783 0
[pid=19140/tid=19154] ppid=19138 vsize=13984976 memory=648 CPUtime=0 cores=1,3,5,7
/proc/19140/task/19154/stat : 19154 (java) S 19138 19138 17190 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 15 0 117930435 14320615424 721937 33554432000 4194304 4196468 140728788337728 139709217811632 139709752126082 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8171520 140728788341911 140728788342087 140728788342087 140728788344783 0
Current children cumulated CPU time: 24.02 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 2889128 KiB

[startup+19.2008 s]
/proc/loadavg: 1.99 1.90 1.91 4/218 19154
/proc/meminfo: memFree=28538372/32770624 swapFree=67108860/67108860
[pid=19138] ppid=19135 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/19138/stat : 19138 (xcsp3-exec) S 19135 19138 17190 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 117930428 9740288 345 33554432000 4194304 5098028 140726386522880 140726386520984 140380902548092 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 16769024 140726386525295 140726386525499 140726386525499 140726386528235 0
/proc/19138/statm: 2378 345 289 221 0 87 0
[pid=19140] ppid=19138 vsize=13984976 memory=2887976 CPUtime=25.99 cores=1,3,5,7
/proc/19140/stat : 19140 (java) S 19138 19138 17190 0 -1 1077944320 51905 0 0 0 2440 159 0 0 20 0 15 0 117930429 14320615424 721994 33554432000 4194304 4196468 140728788337728 140728788320272 139709752114935 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8171520 140728788341911 140728788342087 140728788342087 140728788344783 0
/proc/19140/statm: 3496244 721994 3263 1 0 3483478 0
[pid=19140/tid=19141] ppid=19138 vsize=13984976 memory=-3622645143214314312 CPUtime=17.84 cores=1,3,5,7
/proc/19140/task/19141/stat : 19141 (java) R 19138 19138 17190 0 -1 4202560 9859 0 0 0 1756 28 0 0 20 0 15 0 117930429 14320615424 721994 33554432000 4194304 4196468 140728788337728 139709756351824 139709394395845 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8171520 140728788341911 140728788342087 140728788342087 140728788344783 0
[pid=19140/tid=19142] ppid=19138 vsize=13984976 memory=2332 CPUtime=1.19 cores=1,3,5,7
/proc/19140/task/19142/stat : 19142 (java) S 19138 19138 17190 0 -1 1077944384 6737 0 0 0 89 30 0 0 20 0 15 0 117930430 14320615424 721994 33554432000 4194304 4196468 140728788337728 139709717396112 139709752125141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8171520 140728788341911 140728788342087 140728788342087 140728788344783 0
[pid=19140/tid=19143] ppid=19138 vsize=13984976 memory=1292 CPUtime=1.2 cores=1,3,5,7
/proc/19140/task/19143/stat : 19143 (java) S 19138 19138 17190 0 -1 1077944384 6959 0 0 0 89 31 0 0 20 0 15 0 117930430 14320615424 721994 33554432000 4194304 4196468 140728788337728 139709347117584 139709752125141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8171520 140728788341911 140728788342087 140728788342087 140728788344783 0
[pid=19140/tid=19144] ppid=19138 vsize=13984976 memory=1728 CPUtime=1.2 cores=1,3,5,7
/proc/19140/task/19144/stat : 19144 (java) S 19138 19138 17190 0 -1 1077944384 6048 0 0 0 89 31 0 0 20 0 15 0 117930430 14320615424 721994 33554432000 4194304 4196468 140728788337728 139709346064784 139709752125141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8171520 140728788341911 140728788342087 140728788342087 140728788344783 0
[pid=19140/tid=19145] ppid=19138 vsize=13984976 memory=5788 CPUtime=1.2 cores=1,3,5,7
/proc/19140/task/19145/stat : 19145 (java) S 19138 19138 17190 0 -1 1077944384 6830 0 0 0 88 32 0 0 20 0 15 0 117930430 14320615424 721994 33554432000 4194304 4196468 140728788337728 139709345011984 139709752125141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8171520 140728788341911 140728788342087 140728788342087 140728788344783 0
[pid=19140/tid=19146] ppid=19138 vsize=13984976 memory=6791534058613427641 CPUtime=0.11 cores=1,3,5,7
/proc/19140/task/19146/stat : 19146 (java) S 19138 19138 17190 0 -1 1077944384 3069 0 0 0 11 0 0 0 20 0 15 0 117930431 14320615424 721994 33554432000 4194304 4196468 140728788337728 139709226232688 139709752126082 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8171520 140728788341911 140728788342087 140728788342087 140728788344783 0
[pid=19140/tid=19147] ppid=19138 vsize=13984976 memory=8548 CPUtime=0 cores=1,3,5,7
/proc/19140/task/19147/stat : 19147 (java) S 19138 19138 17190 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 117930432 14320615424 721994 33554432000 4194304 4196468 140728788337728 139709225178656 139709752125141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8171520 140728788341911 140728788342087 140728788342087 140728788344783 0
[pid=19140/tid=19148] ppid=19138 vsize=13984976 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/19140/task/19148/stat : 19148 (java) S 19138 19138 17190 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 117930432 14320615424 721994 33554432000 4194304 4196468 140728788337728 139709224125808 139709752125141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8171520 140728788341911 140728788342087 140728788342087 140728788344783 0
[pid=19140/tid=19149] ppid=19138 vsize=13984976 memory=1720 CPUtime=0 cores=1,3,5,7
/proc/19140/task/19149/stat : 19149 (java) S 19138 19138 17190 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117930434 14320615424 721994 33554432000 4194304 4196468 140728788337728 139709223074128 139709752133531 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8171520 140728788341911 140728788342087 140728788342087 140728788344783 0
[pid=19140/tid=19150] ppid=19138 vsize=13984976 memory=1004 CPUtime=1.32 cores=1,3,5,7
/proc/19140/task/19150/stat : 19150 (java) S 19138 19138 17190 0 -1 1077944384 4319 0 0 0 131 1 0 0 20 0 15 0 117930434 14320615424 721994 33554432000 4194304 4196468 140728788337728 139709222021488 139709752126082 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8171520 140728788341911 140728788342087 140728788342087 140728788344783 0
[pid=19140/tid=19151] ppid=19138 vsize=13984976 memory=1380 CPUtime=1.25 cores=1,3,5,7
/proc/19140/task/19151/stat : 19151 (java) S 19138 19138 17190 0 -1 1077944384 3917 0 0 0 124 1 0 0 20 0 15 0 117930434 14320615424 721994 33554432000 4194304 4196468 140728788337728 139709220968688 139709752126082 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8171520 140728788341911 140728788342087 140728788342087 140728788344783 0
[pid=19140/tid=19152] ppid=19138 vsize=13984976 memory=2884500 CPUtime=0.61 cores=1,3,5,7
/proc/19140/task/19152/stat : 19152 (java) S 19138 19138 17190 0 -1 1077944384 2840 0 0 0 60 1 0 0 20 0 15 0 117930434 14320615424 721994 33554432000 4194304 4196468 140728788337728 139709219915888 139709752126082 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8171520 140728788341911 140728788342087 140728788342087 140728788344783 0
[pid=19140/tid=19153] ppid=19138 vsize=13984976 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/19140/task/19153/stat : 19153 (java) S 19138 19138 17190 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117930434 14320615424 721994 33554432000 4194304 4196468 140728788337728 139709218863328 139709752125141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8171520 140728788341911 140728788342087 140728788342087 140728788344783 0
[pid=19140/tid=19154] ppid=19138 vsize=13984976 memory=4040 CPUtime=0 cores=1,3,5,7
/proc/19140/task/19154/stat : 19154 (java) S 19138 19138 17190 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 15 0 117930435 14320615424 721994 33554432000 4194304 4196468 140728788337728 139709217811632 139709752126082 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8171520 140728788341911 140728788342087 140728788342087 140728788344783 0
Current children cumulated CPU time: 25.99 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 2889356 KiB

[startup+19.6008 s]
/proc/loadavg: 1.99 1.90 1.91 4/218 19154
/proc/meminfo: memFree=28538372/32770624 swapFree=67108860/67108860
[pid=19138] ppid=19135 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/19138/stat : 19138 (xcsp3-exec) S 19135 19138 17190 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 117930428 9740288 345 33554432000 4194304 5098028 140726386522880 140726386520984 140380902548092 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 16769024 140726386525295 140726386525499 140726386525499 140726386528235 0
/proc/19138/statm: 2378 345 289 221 0 87 0
[pid=19140] ppid=19138 vsize=13984976 memory=2888048 CPUtime=26.41 cores=1,3,5,7
/proc/19140/stat : 19140 (java) S 19138 19138 17190 0 -1 1077944320 51913 0 0 0 2482 159 0 0 20 0 15 0 117930429 14320615424 722012 33554432000 4194304 4196468 140728788337728 140728788320272 139709752114935 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8171520 140728788341911 140728788342087 140728788342087 140728788344783 0
/proc/19140/statm: 3496244 722012 3264 1 0 3483478 0
[pid=19140/tid=19141] ppid=19138 vsize=13984976 memory=1160 CPUtime=18.24 cores=1,3,5,7
/proc/19140/task/19141/stat : 19141 (java) R 19138 19138 17190 0 -1 4202560 9860 0 0 0 1796 28 0 0 20 0 15 0 117930429 14320615424 722012 33554432000 4194304 4196468 140728788337728 139709756351824 139709394473356 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8171520 140728788341911 140728788342087 140728788342087 140728788344783 0
[pid=19140/tid=19142] ppid=19138 vsize=13984976 memory=2209 CPUtime=1.19 cores=1,3,5,7
/proc/19140/task/19142/stat : 19142 (java) S 19138 19138 17190 0 -1 1077944384 6737 0 0 0 89 30 0 0 20 0 15 0 117930430 14320615424 722012 33554432000 4194304 4196468 140728788337728 139709717396112 139709752125141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8171520 140728788341911 140728788342087 140728788342087 140728788344783 0
[pid=19140/tid=19143] ppid=19138 vsize=13984976 memory=28868 CPUtime=1.2 cores=1,3,5,7
/proc/19140/task/19143/stat : 19143 (java) S 19138 19138 17190 0 -1 1077944384 6959 0 0 0 89 31 0 0 20 0 15 0 117930430 14320615424 722012 33554432000 4194304 4196468 140728788337728 139709347117584 139709752125141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8171520 140728788341911 140728788342087 140728788342087 140728788344783 0
[pid=19140/tid=19144] ppid=19138 vsize=13984976 memory=836 CPUtime=1.2 cores=1,3,5,7
/proc/19140/task/19144/stat : 19144 (java) S 19138 19138 17190 0 -1 1077944384 6048 0 0 0 89 31 0 0 20 0 15 0 117930430 14320615424 722012 33554432000 4194304 4196468 140728788337728 139709346064784 139709752125141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8171520 140728788341911 140728788342087 140728788342087 140728788344783 0
[pid=19140/tid=19145] ppid=19138 vsize=13984976 memory=2887976 CPUtime=1.2 cores=1,3,5,7
/proc/19140/task/19145/stat : 19145 (java) S 19138 19138 17190 0 -1 1077944384 6830 0 0 0 88 32 0 0 20 0 15 0 117930430 14320615424 722012 33554432000 4194304 4196468 140728788337728 139709345011984 139709752125141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8171520 140728788341911 140728788342087 140728788342087 140728788344783 0
[pid=19140/tid=19146] ppid=19138 vsize=13984976 memory=1228 CPUtime=0.11 cores=1,3,5,7
/proc/19140/task/19146/stat : 19146 (java) S 19138 19138 17190 0 -1 1077944384 3069 0 0 0 11 0 0 0 20 0 15 0 117930431 14320615424 722012 33554432000 4194304 4196468 140728788337728 139709226232688 139709752126082 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8171520 140728788341911 140728788342087 140728788342087 140728788344783 0
[pid=19140/tid=19147] ppid=19138 vsize=13984976 memory=796 CPUtime=0 cores=1,3,5,7
/proc/19140/task/19147/stat : 19147 (java) S 19138 19138 17190 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 117930432 14320615424 722012 33554432000 4194304 4196468 140728788337728 139709225178656 139709752125141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8171520 140728788341911 140728788342087 140728788342087 140728788344783 0
[pid=19140/tid=19148] ppid=19138 vsize=13984976 memory=10020 CPUtime=0 cores=1,3,5,7
/proc/19140/task/19148/stat : 19148 (java) S 19138 19138 17190 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 117930432 14320615424 722012 33554432000 4194304 4196468 140728788337728 139709224125808 139709752125141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8171520 140728788341911 140728788342087 140728788342087 140728788344783 0
[pid=19140/tid=19149] ppid=19138 vsize=13984976 memory=1948 CPUtime=0 cores=1,3,5,7
/proc/19140/task/19149/stat : 19149 (java) S 19138 19138 17190 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117930434 14320615424 722012 33554432000 4194304 4196468 140728788337728 139709223074128 139709752133531 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8171520 140728788341911 140728788342087 140728788342087 140728788344783 0
[pid=19140/tid=19150] ppid=19138 vsize=13984976 memory=8548 CPUtime=1.33 cores=1,3,5,7
/proc/19140/task/19150/stat : 19150 (java) S 19138 19138 17190 0 -1 1077944384 4321 0 0 0 132 1 0 0 20 0 15 0 117930434 14320615424 722012 33554432000 4194304 4196468 140728788337728 139709222021488 139709752126082 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8171520 140728788341911 140728788342087 140728788342087 140728788344783 0
[pid=19140/tid=19151] ppid=19138 vsize=13984976 memory=4616 CPUtime=1.25 cores=1,3,5,7
/proc/19140/task/19151/stat : 19151 (java) S 19138 19138 17190 0 -1 1077944384 3918 0 0 0 124 1 0 0 20 0 15 0 117930434 14320615424 722012 33554432000 4194304 4196468 140728788337728 139709220968688 139709752126082 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8171520 140728788341911 140728788342087 140728788342087 140728788344783 0
[pid=19140/tid=19152] ppid=19138 vsize=13984976 memory=1720 CPUtime=0.62 cores=1,3,5,7
/proc/19140/task/19152/stat : 19152 (java) S 19138 19138 17190 0 -1 1077944384 2844 0 0 0 61 1 0 0 20 0 15 0 117930434 14320615424 722012 33554432000 4194304 4196468 140728788337728 139709219915888 139709752126082 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8171520 140728788341911 140728788342087 140728788342087 140728788344783 0
[pid=19140/tid=19153] ppid=19138 vsize=13984976 memory=1004 CPUtime=0 cores=1,3,5,7
/proc/19140/task/19153/stat : 19153 (java) S 19138 19138 17190 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117930434 14320615424 722012 33554432000 4194304 4196468 140728788337728 139709218863328 139709752125141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8171520 140728788341911 140728788342087 140728788342087 140728788344783 0
[pid=19140/tid=19154] ppid=19138 vsize=13984976 memory=1436 CPUtime=0 cores=1,3,5,7
/proc/19140/task/19154/stat : 19154 (java) S 19138 19138 17190 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 15 0 117930435 14320615424 722012 33554432000 4194304 4196468 140728788337728 139709217811632 139709752126082 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8171520 140728788341911 140728788342087 140728788342087 140728788344783 0
Current children cumulated CPU time: 26.41 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 2889428 KiB

[startup+20.0008 s]*
/proc/loadavg: 1.99 1.90 1.91 4/205 19154
/proc/meminfo: memFree=29630012/32770624 swapFree=67108860/67108860
[pid=19138] ppid=19135 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/19138/stat : 19138 (xcsp3-exec) S 19135 19138 17190 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 117930428 9740288 345 33554432000 4194304 5098028 140726386522880 140726386520984 140380902548092 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 16769024 140726386525295 140726386525499 140726386525499 140726386528235 0
/proc/19138/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9512 KiB
Current children cumulated memory: 1380 KiB

Child status: 0
Real time (s): 20.0113
CPU time (s): 26.8619
CPU user time (s): 25.2417
CPU system time (s): 1.62022
CPU usage (%): 134.234
Max. virtual memory (cumulated for all children) (KiB): 13994488
Max. memory (cumulated for all children) (KiB): 2889428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 25.2417
system time used= 1.62022
maximum resident set size= 2889060
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52527
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= 3792
involuntary context switches= 67


# summary of solver processes directly reported to runsolver:
#   pid: 19138
#   total CPU time (s): 26.8619
#   total CPU user time (s): 25.2417
#   total CPU system time (s): 1.62022

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.15145 second user time and 0.247401 second system time

The end

Launcher Data

Begin job on node112 at 2017-08-16 03:39:28
IDJOB=4269853
IDBENCH=138527
IDSOLVER=2660
FILE ID=node112/4269853-1502848427
RUNJOBID= node112-1502839811-17222
PBS_JOBID= 20629854
Free space on /tmp= 61816 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Sadeh-js/SuperSadeh-js-e0ddr2-7.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-4269853-1502848427/watcher-4269853-1502848427 -o /tmp/evaluation-result-4269853-1502848427/solver-4269853-1502848427 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node112-1502839811-17222 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 459886155 HOME/instance-4269853-1502848427.xml

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

MD5SUM BENCH= 0bf2c77c9eab7953e0f8d897649e2359
RANDOM SEED=459886155

node112.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.24
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.24
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.24
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.24
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:        31419972 kB
MemAvailable:   31849876 kB
Buffers:          211564 kB
Cached:           499712 kB
SwapCached:            0 kB
Active:           611972 kB
Inactive:         285944 kB
Active(anon):     137988 kB
Inactive(anon):    76444 kB
Active(file):     473984 kB
Inactive(file):   209500 kB
Unevictable:        6276 kB
Mlocked:            6276 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7812 kB
Writeback:             0 kB
AnonPages:        180056 kB
Mapped:            58692 kB
Shmem:             25224 kB
Slab:             151436 kB
SReclaimable:     124512 kB
SUnreclaim:        26924 kB
KernelStack:        3856 kB
PageTables:         5676 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1188808 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    108544 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61808 MiB
End job on node112 at 2017-08-16 03:39:48