Trace number 4284256

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 NameAnswerobjective functionCPU timeWall clock time
choco-solver 5a (2017-08-18)? (TO) 250.894 240.02499

General information on the benchmark

NameCutstock/Cutstock-zinc-s1/
Cutstock-t15-7.xml
MD5SUM2ebe21d5d08c670f23069b27b9adbcc2
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark171
Best CPU time to get the best result obtained on this benchmark8.2781801
Satisfiable
(Un)Satisfiability was proved
Number of variables4158
Number of constraints220
Number of domains11
Minimum domain size2
Maximum domain size20
Distribution of domain sizes[{"size":2,"count":792},{"size":3,"count":594},{"size":5,"count":198},{"size":8,"count":198},{"size":11,"count":198},{"size":12,"count":396},{"size":14,"count":396},{"size":17,"count":396},{"size":18,"count":198},{"size":19,"count":594},{"size":20,"count":198}]
Minimum variable degree3
Maximum variable degree3
Distribution of variable degrees[{"degree":3,"count":4158}]
Minimum constraint arity21
Maximum constraint arity3960
Distribution of constraint arities[{"arity":21,"count":198},{"arity":198,"count":21},{"arity":3960,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":1},{"type":"lex","count":1},{"type":"sum","count":218}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.00/0.00	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4284256-1503211733.xml"  -tl '264s' -p 1 -x 3
0.12/0.14	c [HOME/instance-4284256-1503211733.xml, -tl, 264s, -p, 1, -x, 3]
0.12/0.20	c simple solver
0.34/0.26	c parse instance...
1.04/0.60	c solve instance...
250.86/240.01	s UNKNOWN
250.86/240.01	c Unexpected resolution interruption!

Verifier Data


Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4284256-1503211733/watcher-4284256-1503211733 -o /tmp/evaluation-result-4284256-1503211733/solver-4284256-1503211733 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node106-1503208459-25962 --watchdog 300 ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 1404628913 HOME/instance-4284256-1503211733.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 264 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 294 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 240 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
solver pid=28135, runsolver pid=28132
Current StackSize limit: 8192 KiB


[startup+0.100092 s]*
/proc/loadavg: 1.70 1.76 1.68 4/217 28151
/proc/meminfo: memFree=26430688/32770624 swapFree=67108860/67108860
[pid=28135] ppid=28132 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/28135/stat : 28135 (xcsp3-exec) S 28132 28135 25930 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154260952 9740288 346 33554432000 4194304 5098028 140735497020224 140735497018328 140643416162940 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 32059392 140735497028724 140735497028928 140735497028928 140735497031659 0
/proc/28135/statm: 2378 346 289 221 0 87 0
[pid=28137] ppid=28135 vsize=13978596 memory=28352 CPUtime=0.12 cores=1,3,5,7
/proc/28137/stat : 28137 (java) S 28135 28135 25930 0 -1 1077944320 5519 0 0 0 11 1 0 0 20 0 15 0 154260952 14314082304 7088 33554432000 4194304 4196468 140736163484496 140736163467040 139818572463863 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 24260608 140736163493021 140736163493196 140736163493196 140736163495887 0
/proc/28137/statm: 3494649 7088 2838 1 0 3482966 0
[pid=28137/tid=28138] ppid=28135 vsize=13978596 memory=-6962121287837372198 CPUtime=0.09 cores=1,3,5,7
/proc/28137/task/28138/stat : 28138 (java) R 28135 28135 25930 0 -1 4202560 3528 0 0 0 9 0 0 0 20 0 15 0 154260953 14314082304 7153 33554432000 4194304 4196468 140736163484496 139818576695168 139818180837629 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24260608 140736163493021 140736163493196 140736163493196 140736163495887 0
[pid=28137/tid=28139] ppid=28135 vsize=13978596 memory=-3689451258167578675 CPUtime=0 cores=1,3,5,7
/proc/28137/task/28139/stat : 28139 (java) S 28135 28135 25930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154260954 14314082304 7153 33554432000 4194304 4196468 140736163484496 139818502552592 139818572474069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24260608 140736163493021 140736163493196 140736163493196 140736163495887 0
[pid=28137/tid=28140] ppid=28135 vsize=13978596 memory=140144977585792 CPUtime=0 cores=1,3,5,7
/proc/28137/task/28140/stat : 28140 (java) S 28135 28135 25930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154260954 14314082304 7153 33554432000 4194304 4196468 140736163484496 139818501500048 139818572474069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24260608 140736163493021 140736163493196 140736163493196 140736163495887 0
[pid=28137/tid=28141] ppid=28135 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28137/task/28141/stat : 28141 (java) S 28135 28135 25930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154260954 14314082304 7153 33554432000 4194304 4196468 140736163484496 139818165779216 139818572474069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24260608 140736163493021 140736163493196 140736163493196 140736163495887 0
[pid=28137/tid=28142] ppid=28135 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28137/task/28142/stat : 28142 (java) S 28135 28135 25930 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154260954 14314082304 7153 33554432000 4194304 4196468 140736163484496 139818164726672 139818572474069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24260608 140736163493021 140736163493196 140736163493196 140736163495887 0
[pid=28137/tid=28143] ppid=28135 vsize=13978596 memory=140144977585792 CPUtime=0 cores=1,3,5,7
/proc/28137/task/28143/stat : 28143 (java) S 28135 28135 25930 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154260955 14314082304 7153 33554432000 4194304 4196468 140736163484496 139818113870064 139818572475010 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24260608 140736163493021 140736163493196 140736163493196 140736163495887 0
[pid=28137/tid=28144] ppid=28135 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28137/task/28144/stat : 28144 (java) S 28135 28135 25930 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154260955 14314082304 7153 33554432000 4194304 4196468 140736163484496 139818112816288 139818572474069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24260608 140736163493021 140736163493196 140736163493196 140736163495887 0
[pid=28137/tid=28145] ppid=28135 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28137/task/28145/stat : 28145 (java) S 28135 28135 25930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154260956 14314082304 7153 33554432000 4194304 4196468 140736163484496 139818111763184 139818572474069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24260608 140736163493021 140736163493196 140736163493196 140736163495887 0
[pid=28137/tid=28146] ppid=28135 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28137/task/28146/stat : 28146 (java) S 28135 28135 25930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154260958 14314082304 7153 33554432000 4194304 4196468 140736163484496 139818110711760 139818572482459 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24260608 140736163493021 140736163493196 140736163493196 140736163495887 0
[pid=28137/tid=28147] ppid=28135 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28137/task/28147/stat : 28147 (java) S 28135 28135 25930 0 -1 1077944384 308 0 0 0 0 0 0 0 20 0 15 0 154260958 14314082304 7153 33554432000 4194304 4196468 140736163484496 139818109659888 139818572475010 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24260608 140736163493021 140736163493196 140736163493196 140736163495887 0
[pid=28137/tid=28148] ppid=28135 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28137/task/28148/stat : 28148 (java) S 28135 28135 25930 0 -1 1077944384 121 0 0 0 0 0 0 0 20 0 15 0 154260958 14314082304 7153 33554432000 4194304 4196468 140736163484496 139818108607344 139818572475010 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24260608 140736163493021 140736163493196 140736163493196 140736163495887 0
[pid=28137/tid=28149] ppid=28135 vsize=13978596 memory=140144977585792 CPUtime=0.01 cores=1,3,5,7
/proc/28137/task/28149/stat : 28149 (java) R 28135 28135 25930 0 -1 4202560 267 0 0 0 1 0 0 0 20 0 15 0 154260958 14314082304 7153 33554432000 4194304 4196468 140736163484496 139818107554288 139818551797893 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24260608 140736163493021 140736163493196 140736163493196 140736163495887 0
[pid=28137/tid=28150] ppid=28135 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28137/task/28150/stat : 28150 (java) S 28135 28135 25930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154260958 14314082304 7153 33554432000 4194304 4196468 140736163484496 139818106501984 139818572474069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24260608 140736163493021 140736163493196 140736163493196 140736163495887 0
[pid=28137/tid=28151] ppid=28135 vsize=13978596 memory=140144977585792 CPUtime=0 cores=1,3,5,7
/proc/28137/task/28151/stat : 28151 (java) S 28135 28135 25930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154260959 14314082304 7153 33554432000 4194304 4196468 140736163484496 139818105449008 139818572475010 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24260608 140736163493021 140736163493196 140736163493196 140736163495887 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 29736 KiB

[startup+0.21059 s]*
/proc/loadavg: 1.70 1.76 1.68 3/217 28151
/proc/meminfo: memFree=26420016/32770624 swapFree=67108860/67108860
[pid=28135] ppid=28132 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/28135/stat : 28135 (xcsp3-exec) S 28132 28135 25930 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154260952 9740288 346 33554432000 4194304 5098028 140735497020224 140735497018328 140643416162940 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 32059392 140735497028724 140735497028928 140735497028928 140735497031659 0
/proc/28135/statm: 2378 346 289 221 0 87 0
[pid=28137] ppid=28135 vsize=13982852 memory=40708 CPUtime=0.34 cores=1,3,5,7
/proc/28137/stat : 28137 (java) S 28135 28135 25930 0 -1 1077944320 8171 0 0 0 32 2 0 0 20 0 15 0 154260952 14318440448 10177 33554432000 4194304 4196468 140736163484496 140736163467040 139818572463863 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 24260608 140736163493021 140736163493196 140736163493196 140736163495887 0
/proc/28137/statm: 3495713 10177 3067 1 0 3482966 0
[pid=28137/tid=28138] ppid=28135 vsize=13982852 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/28137/task/28138/stat : 28138 (java) R 28135 28135 25930 0 -1 4202560 5325 0 0 0 19 1 0 0 20 0 15 0 154260953 14318440448 10177 33554432000 4194304 4196468 140736163484496 139818576674656 139818565180967 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24260608 140736163493021 140736163493196 140736163493196 140736163495887 0
[pid=28137/tid=28139] ppid=28135 vsize=13982852 memory=13599 CPUtime=0 cores=1,3,5,7
/proc/28137/task/28139/stat : 28139 (java) S 28135 28135 25930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154260954 14318440448 10177 33554432000 4194304 4196468 140736163484496 139818502552592 139818572474069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24260608 140736163493021 140736163493196 140736163493196 140736163495887 0
[pid=28137/tid=28140] ppid=28135 vsize=13982852 memory=3546224802213602976 CPUtime=0 cores=1,3,5,7
/proc/28137/task/28140/stat : 28140 (java) S 28135 28135 25930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154260954 14318440448 10177 33554432000 4194304 4196468 140736163484496 139818501500048 139818572474069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24260608 140736163493021 140736163493196 140736163493196 140736163495887 0
[pid=28137/tid=28141] ppid=28135 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28137/task/28141/stat : 28141 (java) S 28135 28135 25930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154260954 14318440448 10177 33554432000 4194304 4196468 140736163484496 139818165779216 139818572474069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24260608 140736163493021 140736163493196 140736163493196 140736163495887 0
[pid=28137/tid=28142] ppid=28135 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28137/task/28142/stat : 28142 (java) S 28135 28135 25930 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154260954 14318440448 10177 33554432000 4194304 4196468 140736163484496 139818164726672 139818572474069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24260608 140736163493021 140736163493196 140736163493196 140736163495887 0
[pid=28137/tid=28143] ppid=28135 vsize=13982852 memory=140144977585792 CPUtime=0 cores=1,3,5,7
/proc/28137/task/28143/stat : 28143 (java) S 28135 28135 25930 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154260955 14318440448 10177 33554432000 4194304 4196468 140736163484496 139818113870064 139818572475010 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24260608 140736163493021 140736163493196 140736163493196 140736163495887 0
[pid=28137/tid=28144] ppid=28135 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28137/task/28144/stat : 28144 (java) S 28135 28135 25930 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154260955 14318440448 10177 33554432000 4194304 4196468 140736163484496 139818112816288 139818572474069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24260608 140736163493021 140736163493196 140736163493196 140736163495887 0
[pid=28137/tid=28145] ppid=28135 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28137/task/28145/stat : 28145 (java) S 28135 28135 25930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154260956 14318440448 10177 33554432000 4194304 4196468 140736163484496 139818111763184 139818572474069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24260608 140736163493021 140736163493196 140736163493196 140736163495887 0
[pid=28137/tid=28146] ppid=28135 vsize=13982884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28137/task/28146/stat : 28146 (java) S 28135 28135 25930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154260958 14318473216 10177 33554432000 4194304 4196468 140736163484496 139818110711760 139818572482459 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24260608 140736163493021 140736163493196 140736163493196 140736163495887 0
[pid=28137/tid=28147] ppid=28135 vsize=13982884 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/28137/task/28147/stat : 28147 (java) S 28135 28135 25930 0 -1 1077944384 566 0 0 0 2 0 0 0 20 0 15 0 154260958 14318473216 10177 33554432000 4194304 4196468 140736163484496 139818109659888 139818572475010 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24260608 140736163493021 140736163493196 140736163493196 140736163495887 0
[pid=28137/tid=28148] ppid=28135 vsize=13982852 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/28137/task/28148/stat : 28148 (java) S 28135 28135 25930 0 -1 1077944384 270 0 0 0 2 0 0 0 20 0 15 0 154260958 14318440448 10177 33554432000 4194304 4196468 140736163484496 139818108607344 139818572475010 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24260608 140736163493021 140736163493196 140736163493196 140736163495887 0
[pid=28137/tid=28149] ppid=28135 vsize=13982852 memory=140144977585792 CPUtime=0.07 cores=1,3,5,7
/proc/28137/task/28149/stat : 28149 (java) S 28135 28135 25930 0 -1 1077944384 731 0 0 0 7 0 0 0 20 0 15 0 154260958 14318440448 10177 33554432000 4194304 4196468 140736163484496 139818107554288 139818572475010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24260608 140736163493021 140736163493196 140736163493196 140736163495887 0
[pid=28137/tid=28150] ppid=28135 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28137/task/28150/stat : 28150 (java) S 28135 28135 25930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154260958 14318440448 10177 33554432000 4194304 4196468 140736163484496 139818106501984 139818572474069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24260608 140736163493021 140736163493196 140736163493196 140736163495887 0
[pid=28137/tid=28151] ppid=28135 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28137/task/28151/stat : 28151 (java) S 28135 28135 25930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154260959 14318440448 10177 33554432000 4194304 4196468 140736163484496 139818105449008 139818572475010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24260608 140736163493021 140736163493196 140736163493196 140736163495887 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 42092 KiB

[startup+0.310481 s]*
/proc/loadavg: 1.70 1.76 1.68 6/217 28151
/proc/meminfo: memFree=26413068/32770624 swapFree=67108860/67108860
[pid=28135] ppid=28132 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/28135/stat : 28135 (xcsp3-exec) S 28132 28135 25930 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154260952 9740288 346 33554432000 4194304 5098028 140735497020224 140735497018328 140643416162940 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 32059392 140735497028724 140735497028928 140735497028928 140735497031659 0
/proc/28135/statm: 2378 346 289 221 0 87 0
[pid=28137] ppid=28135 vsize=13982852 memory=47324 CPUtime=0.51 cores=1,3,5,7
/proc/28137/stat : 28137 (java) S 28135 28135 25930 0 -1 1077944320 9014 0 0 0 49 2 0 0 20 0 15 0 154260952 14318440448 11831 33554432000 4194304 4196468 140736163484496 140736163467040 139818572463863 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 24260608 140736163493021 140736163493196 140736163493196 140736163495887 0
/proc/28137/statm: 3495713 11831 3108 1 0 3482966 0
[pid=28137/tid=28138] ppid=28135 vsize=13982852 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/28137/task/28138/stat : 28138 (java) R 28135 28135 25930 0 -1 4202560 5952 0 0 0 28 1 0 0 20 0 15 0 154260953 14318440448 11831 33554432000 4194304 4196468 140736163484496 139818576701552 139818556544350 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24260608 140736163493021 140736163493196 140736163493196 140736163495887 0
[pid=28137/tid=28139] ppid=28135 vsize=13982852 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/28137/task/28139/stat : 28139 (java) S 28135 28135 25930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154260954 14318440448 11831 33554432000 4194304 4196468 140736163484496 139818502552592 139818572474069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24260608 140736163493021 140736163493196 140736163493196 140736163495887 0
[pid=28137/tid=28140] ppid=28135 vsize=13982852 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/28137/task/28140/stat : 28140 (java) S 28135 28135 25930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154260954 14318440448 11831 33554432000 4194304 4196468 140736163484496 139818501500048 139818572474069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24260608 140736163493021 140736163493196 140736163493196 140736163495887 0
[pid=28137/tid=28141] ppid=28135 vsize=13982852 memory=-3040564339105353098 CPUtime=0 cores=1,3,5,7
/proc/28137/task/28141/stat : 28141 (java) S 28135 28135 25930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154260954 14318440448 11831 33554432000 4194304 4196468 140736163484496 139818165779216 139818572474069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24260608 140736163493021 140736163493196 140736163493196 140736163495887 0
[pid=28137/tid=28142] ppid=28135 vsize=13982852 memory=7593697182111006371 CPUtime=0 cores=1,3,5,7
/proc/28137/task/28142/stat : 28142 (java) S 28135 28135 25930 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154260954 14318440448 11831 33554432000 4194304 4196468 140736163484496 139818164726672 139818572474069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24260608 140736163493021 140736163493196 140736163493196 140736163495887 0
[pid=28137/tid=28143] ppid=28135 vsize=13982852 memory=6944656591801720471 CPUtime=0 cores=1,3,5,7
/proc/28137/task/28143/stat : 28143 (java) S 28135 28135 25930 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154260955 14318440448 11831 33554432000 4194304 4196468 140736163484496 139818113870064 139818572475010 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24260608 140736163493021 140736163493196 140736163493196 140736163495887 0
[pid=28137/tid=28144] ppid=28135 vsize=13982852 memory=-8458152057954561420 CPUtime=0 cores=1,3,5,7
/proc/28137/task/28144/stat : 28144 (java) S 28135 28135 25930 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154260955 14318440448 11831 33554432000 4194304 4196468 140736163484496 139818112816288 139818572474069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24260608 140736163493021 140736163493196 140736163493196 140736163495887 0
[pid=28137/tid=28145] ppid=28135 vsize=13982852 memory=-8813974798734826869 CPUtime=0 cores=1,3,5,7
/proc/28137/task/28145/stat : 28145 (java) S 28135 28135 25930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154260956 14318440448 11831 33554432000 4194304 4196468 140736163484496 139818111763184 139818572474069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24260608 140736163493021 140736163493196 140736163493196 140736163495887 0
[pid=28137/tid=28146] ppid=28135 vsize=13982852 memory=7031125463459224206 CPUtime=0 cores=1,3,5,7
/proc/28137/task/28146/stat : 28146 (java) S 28135 28135 25930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154260958 14318440448 11831 33554432000 4194304 4196468 140736163484496 139818110711760 139818572482459 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24260608 140736163493021 140736163493196 140736163493196 140736163495887 0
[pid=28137/tid=28147] ppid=28135 vsize=13982852 memory=4713750055892520310 CPUtime=0.03 cores=1,3,5,7
/proc/28137/task/28147/stat : 28147 (java) S 28135 28135 25930 0 -1 1077944384 629 0 0 0 3 0 0 0 20 0 15 0 154260958 14318440448 11831 33554432000 4194304 4196468 140736163484496 139818109659888 139818572475010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24260608 140736163493021 140736163493196 140736163493196 140736163495887 0
[pid=28137/tid=28148] ppid=28135 vsize=13982852 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/28137/task/28148/stat : 28148 (java) S 28135 28135 25930 0 -1 1077944384 289 0 0 0 3 0 0 0 20 0 15 0 154260958 14318440448 11831 33554432000 4194304 4196468 140736163484496 139818108607344 139818572475010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24260608 140736163493021 140736163493196 140736163493196 140736163495887 0
[pid=28137/tid=28149] ppid=28135 vsize=13982852 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/28137/task/28149/stat : 28149 (java) R 28135 28135 25930 0 -1 4202560 843 0 0 0 12 0 0 0 20 0 15 0 154260958 14318440448 11831 33554432000 4194304 4196468 140736163484496 139818107550016 139818551405312 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24260608 140736163493021 140736163493196 140736163493196 140736163495887 0
[pid=28137/tid=28150] ppid=28135 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28137/task/28150/stat : 28150 (java) S 28135 28135 25930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154260958 14318440448 11831 33554432000 4194304 4196468 140736163484496 139818106501984 139818572474069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24260608 140736163493021 140736163493196 140736163493196 140736163495887 0
[pid=28137/tid=28151] ppid=28135 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28137/task/28151/stat : 28151 (java) S 28135 28135 25930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154260959 14318440448 11831 33554432000 4194304 4196468 140736163484496 139818105449008 139818572475010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24260608 140736163493021 140736163493196 140736163493196 140736163495887 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 48708 KiB

[startup+0.700818 s]
/proc/loadavg: 1.70 1.76 1.68 4/217 28151
/proc/meminfo: memFree=26394144/32770624 swapFree=67108860/67108860
[pid=28135] ppid=28132 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/28135/stat : 28135 (xcsp3-exec) S 28132 28135 25930 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154260952 9740288 346 33554432000 4194304 5098028 140735497020224 140735497018328 140643416162940 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 32059392 140735497028724 140735497028928 140735497028928 140735497031659 0
/proc/28135/statm: 2378 346 289 221 0 87 0
[pid=28137] ppid=28135 vsize=13984976 memory=79816 CPUtime=1.59 cores=1,3,5,7
/proc/28137/stat : 28137 (java) S 28135 28135 25930 0 -1 1077944320 10990 0 0 0 155 4 0 0 20 0 15 0 154260952 14320615424 19954 33554432000 4194304 4196468 140736163484496 140736163467040 139818572463863 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 24260608 140736163493021 140736163493196 140736163493196 140736163495887 0
/proc/28137/statm: 3496244 19954 3219 1 0 3483478 0
[pid=28137/tid=28138] ppid=28135 vsize=13984976 memory=33 CPUtime=0.67 cores=1,3,5,7
/proc/28137/task/28138/stat : 28138 (java) R 28135 28135 25930 0 -1 4202560 6558 0 0 0 65 2 0 0 20 0 15 0 154260953 14320615424 19954 33554432000 4194304 4196468 140736163484496 139818576699696 139818184689640 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24260608 140736163493021 140736163493196 140736163493196 140736163495887 0
[pid=28137/tid=28139] ppid=28135 vsize=13984976 memory=-7082918048272507482 CPUtime=0 cores=1,3,5,7
/proc/28137/task/28139/stat : 28139 (java) S 28135 28135 25930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154260954 14320615424 19954 33554432000 4194304 4196468 140736163484496 139818502552592 139818572474069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24260608 140736163493021 140736163493196 140736163493196 140736163495887 0
[pid=28137/tid=28140] ppid=28135 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28137/task/28140/stat : 28140 (java) S 28135 28135 25930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154260954 14320615424 19954 33554432000 4194304 4196468 140736163484496 139818501500048 139818572474069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24260608 140736163493021 140736163493196 140736163493196 140736163495887 0
[pid=28137/tid=28141] ppid=28135 vsize=13984976 memory=42832 CPUtime=0 cores=1,3,5,7
/proc/28137/task/28141/stat : 28141 (java) S 28135 28135 25930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154260954 14320615424 19954 33554432000 4194304 4196468 140736163484496 139818165779216 139818572474069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24260608 140736163493021 140736163493196 140736163493196 140736163495887 0
[pid=28137/tid=28142] ppid=28135 vsize=13984976 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/28137/task/28142/stat : 28142 (java) S 28135 28135 25930 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154260954 14320615424 19954 33554432000 4194304 4196468 140736163484496 139818164726672 139818572474069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24260608 140736163493021 140736163493196 140736163493196 140736163495887 0
[pid=28137/tid=28143] ppid=28135 vsize=13984976 memory=2416 CPUtime=0 cores=1,3,5,7
/proc/28137/task/28143/stat : 28143 (java) S 28135 28135 25930 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 154260955 14320615424 19954 33554432000 4194304 4196468 140736163484496 139818113870064 139818572475010 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24260608 140736163493021 140736163493196 140736163493196 140736163495887 0
[pid=28137/tid=28144] ppid=28135 vsize=13984976 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/28137/task/28144/stat : 28144 (java) S 28135 28135 25930 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154260955 14320615424 19954 33554432000 4194304 4196468 140736163484496 139818112816288 139818572474069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24260608 140736163493021 140736163493196 140736163493196 140736163495887 0
[pid=28137/tid=28145] ppid=28135 vsize=13984976 memory=796 CPUtime=0 cores=1,3,5,7
/proc/28137/task/28145/stat : 28145 (java) S 28135 28135 25930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154260956 14320615424 19954 33554432000 4194304 4196468 140736163484496 139818111763184 139818572474069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24260608 140736163493021 140736163493196 140736163493196 140736163495887 0
[pid=28137/tid=28146] ppid=28135 vsize=13984976 memory=1716 CPUtime=0 cores=1,3,5,7
/proc/28137/task/28146/stat : 28146 (java) S 28135 28135 25930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154260958 14320615424 19954 33554432000 4194304 4196468 140736163484496 139818110711760 139818572482459 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24260608 140736163493021 140736163493196 140736163493196 140736163495887 0
[pid=28137/tid=28147] ppid=28135 vsize=13984976 memory=1956 CPUtime=0.26 cores=1,3,5,7
/proc/28137/task/28147/stat : 28147 (java) R 28135 28135 25930 0 -1 4202560 959 0 0 0 26 0 0 0 20 0 15 0 154260958 14320615424 19954 33554432000 4194304 4196468 140736163484496 139818109656256 139818555960651 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 24260608 140736163493021 140736163493196 140736163493196 140736163495887 0
[pid=28137/tid=28148] ppid=28135 vsize=13984976 memory=8608 CPUtime=0.25 cores=1,3,5,7
/proc/28137/task/28148/stat : 28148 (java) R 28135 28135 25930 0 -1 4202560 734 0 0 0 25 0 0 0 20 0 15 0 154260958 14320615424 19954 33554432000 4194304 4196468 140736163484496 139818108593392 139818557579106 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24260608 140736163493021 140736163493196 140736163493196 140736163495887 0
[pid=28137/tid=28149] ppid=28135 vsize=13984976 memory=1228 CPUtime=0.37 cores=1,3,5,7
/proc/28137/task/28149/stat : 28149 (java) S 28135 28135 25930 0 -1 1077944384 1433 0 0 0 37 0 0 0 20 0 15 0 154260958 14320615424 19954 33554432000 4194304 4196468 140736163484496 139818107554288 139818572475010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24260608 140736163493021 140736163493196 140736163493196 140736163495887 0
[pid=28137/tid=28150] ppid=28135 vsize=13984976 memory=12136 CPUtime=0 cores=1,3,5,7
/proc/28137/task/28150/stat : 28150 (java) S 28135 28135 25930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154260958 14320615424 19954 33554432000 4194304 4196468 140736163484496 139818106501984 139818572474069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24260608 140736163493021 140736163493196 140736163493196 140736163495887 0
[pid=28137/tid=28151] ppid=28135 vsize=13984976 memory=5792 CPUtime=0 cores=1,3,5,7
/proc/28137/task/28151/stat : 28151 (java) S 28135 28135 25930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154260959 14320615424 19954 33554432000 4194304 4196468 140736163484496 139818105449008 139818572475010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24260608 140736163493021 140736163493196 140736163493196 140736163495887 0
Current children cumulated CPU time: 1.59 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 81200 KiB

[startup+1.5008 s]
/proc/loadavg: 1.70 1.76 1.68 6/217 28151
/proc/meminfo: memFree=26363440/32770624 swapFree=67108860/67108860
[pid=28135] ppid=28132 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/28135/stat : 28135 (xcsp3-exec) S 28132 28135 25930 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154260952 9740288 346 33554432000 4194304 5098028 140735497020224 140735497018328 140643416162940 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 32059392 140735497028724 140735497028928 140735497028928 140735497031659 0
/proc/28135/statm: 2378 346 289 221 0 87 0

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

/proc/28137/task/28145/stat : 28145 (java) S 28135 28135 25930 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 15 0 154260956 14320615424 119404 33554432000 4194304 4196468 140736163484496 139818111763200 139818572474069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24260608 140736163493021 140736163493196 140736163493196 140736163495887 0
[pid=28137/tid=28146] ppid=28135 vsize=13984976 memory=572516 CPUtime=0 cores=1,3,5,7
/proc/28137/task/28146/stat : 28146 (java) S 28135 28135 25930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154260958 14320615424 119404 33554432000 4194304 4196468 140736163484496 139818110711760 139818572482459 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24260608 140736163493021 140736163493196 140736163493196 140736163495887 0
[pid=28137/tid=28147] ppid=28135 vsize=13984976 memory=1384 CPUtime=2.13 cores=1,3,5,7
/proc/28137/task/28147/stat : 28147 (java) S 28135 28135 25930 0 -1 1077944384 10788 0 0 0 212 1 0 0 20 0 15 0 154260958 14320615424 119404 33554432000 4194304 4196468 140736163484496 139818109659888 139818572475010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24260608 140736163493021 140736163493196 140736163493196 140736163495887 0
[pid=28137/tid=28148] ppid=28135 vsize=13984976 memory=497104 CPUtime=2.23 cores=1,3,5,7
/proc/28137/task/28148/stat : 28148 (java) S 28135 28135 25930 0 -1 1077944384 11148 0 0 0 221 2 0 0 20 0 15 0 154260958 14320615424 119404 33554432000 4194304 4196468 140736163484496 139818108607344 139818572475010 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24260608 140736163493021 140736163493196 140736163493196 140736163495887 0
[pid=28137/tid=28149] ppid=28135 vsize=13984976 memory=1384 CPUtime=0.69 cores=1,3,5,7
/proc/28137/task/28149/stat : 28149 (java) S 28135 28135 25930 0 -1 1077944384 7802 0 0 0 68 1 0 0 20 0 15 0 154260958 14320615424 119404 33554432000 4194304 4196468 140736163484496 139818107554288 139818572475010 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24260608 140736163493021 140736163493196 140736163493196 140736163495887 0
[pid=28137/tid=28150] ppid=28135 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/28137/task/28150/stat : 28150 (java) S 28135 28135 25930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154260958 14320615424 119404 33554432000 4194304 4196468 140736163484496 139818106501984 139818572474069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24260608 140736163493021 140736163493196 140736163493196 140736163495887 0
[pid=28137/tid=28151] ppid=28135 vsize=13984976 memory=698492 CPUtime=0.04 cores=1,3,5,7
/proc/28137/task/28151/stat : 28151 (java) S 28135 28135 25930 0 -1 1077944384 302 0 0 0 2 2 0 0 20 0 15 0 154260959 14320615424 119404 33554432000 4194304 4196468 140736163484496 139818105449008 139818572475010 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 10 0 0 6293624 6294260 24260608 140736163493021 140736163493196 140736163493196 140736163495887 0
Current children cumulated CPU time: 108.41 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 479000 KiB

[startup+162.301 s]
/proc/loadavg: 1.72 1.76 1.69 3/217 28234
/proc/meminfo: memFree=26144152/32770624 swapFree=67108860/67108860
[pid=28135] ppid=28132 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/28135/stat : 28135 (xcsp3-exec) S 28132 28135 25930 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154260952 9740288 346 33554432000 4194304 5098028 140735497020224 140735497018328 140643416162940 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 32059392 140735497028724 140735497028928 140735497028928 140735497031659 0
/proc/28135/statm: 2378 346 289 221 0 87 0
[pid=28137] ppid=28135 vsize=13984976 memory=353604 CPUtime=168.98 cores=1,3,5,7
/proc/28137/stat : 28137 (java) S 28135 28135 25930 0 -1 1077944320 61957 0 0 0 16843 55 0 0 20 0 15 0 154260952 14320615424 88401 33554432000 4194304 4196468 140736163484496 140736163467040 139818572463863 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 24260608 140736163493021 140736163493196 140736163493196 140736163495887 0
/proc/28137/statm: 3496244 88401 3265 1 0 3483478 0
[pid=28137/tid=28138] ppid=28135 vsize=13984976 memory=352584 CPUtime=161.67 cores=1,3,5,7
/proc/28137/task/28138/stat : 28138 (java) R 28135 28135 25930 0 -1 4202560 18134 0 0 0 16158 9 0 0 20 0 15 0 154260953 14320615424 88401 33554432000 4194304 4196468 140736163484496 139818576702960 139818183831239 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24260608 140736163493021 140736163493196 140736163493196 140736163495887 0
[pid=28137/tid=28139] ppid=28135 vsize=13984976 memory=1384 CPUtime=0.47 cores=1,3,5,7
/proc/28137/task/28139/stat : 28139 (java) S 28135 28135 25930 0 -1 1077944384 2351 0 0 0 38 9 0 0 20 0 15 0 154260954 14320615424 88401 33554432000 4194304 4196468 140736163484496 139818502552592 139818572474069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24260608 140736163493021 140736163493196 140736163493196 140736163495887 0
[pid=28137/tid=28140] ppid=28135 vsize=13984976 memory=1384 CPUtime=0.46 cores=1,3,5,7
/proc/28137/task/28140/stat : 28140 (java) S 28135 28135 25930 0 -1 1077944384 844 0 0 0 37 9 0 0 20 0 15 0 154260954 14320615424 88401 33554432000 4194304 4196468 140736163484496 139818501500048 139818572474069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24260608 140736163493021 140736163493196 140736163493196 140736163495887 0
[pid=28137/tid=28141] ppid=28135 vsize=13984976 memory=354636 CPUtime=0.46 cores=1,3,5,7
/proc/28137/task/28141/stat : 28141 (java) S 28135 28135 25930 0 -1 1077944384 738 0 0 0 37 9 0 0 20 0 15 0 154260954 14320615424 88401 33554432000 4194304 4196468 140736163484496 139818165779216 139818572474069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24260608 140736163493021 140736163493196 140736163493196 140736163495887 0
[pid=28137/tid=28142] ppid=28135 vsize=13984976 memory=352584 CPUtime=0.47 cores=1,3,5,7
/proc/28137/task/28142/stat : 28142 (java) S 28135 28135 25930 0 -1 1077944384 1847 0 0 0 38 9 0 0 20 0 15 0 154260954 14320615424 88401 33554432000 4194304 4196468 140736163484496 139818164726672 139818572474069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24260608 140736163493021 140736163493196 140736163493196 140736163495887 0
[pid=28137/tid=28143] ppid=28135 vsize=13984976 memory=353604 CPUtime=0.07 cores=1,3,5,7
/proc/28137/task/28143/stat : 28143 (java) S 28135 28135 25930 0 -1 1077944384 1699 0 0 0 6 1 0 0 20 0 15 0 154260955 14320615424 88401 33554432000 4194304 4196468 140736163484496 139818113870064 139818572475010 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24260608 140736163493021 140736163493196 140736163493196 140736163495887 0
[pid=28137/tid=28144] ppid=28135 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/28137/task/28144/stat : 28144 (java) S 28135 28135 25930 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 154260955 14320615424 88401 33554432000 4194304 4196468 140736163484496 139818112816352 139818572474069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24260608 140736163493021 140736163493196 140736163493196 140736163495887 0
[pid=28137/tid=28145] ppid=28135 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28137/task/28145/stat : 28145 (java) S 28135 28135 25930 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 15 0 154260956 14320615424 88401 33554432000 4194304 4196468 140736163484496 139818111763200 139818572474069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24260608 140736163493021 140736163493196 140736163493196 140736163495887 0
[pid=28137/tid=28146] ppid=28135 vsize=13984976 memory=132 CPUtime=0 cores=1,3,5,7
/proc/28137/task/28146/stat : 28146 (java) S 28135 28135 25930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154260958 14320615424 88401 33554432000 4194304 4196468 140736163484496 139818110711760 139818572482459 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24260608 140736163493021 140736163493196 140736163493196 140736163495887 0
[pid=28137/tid=28147] ppid=28135 vsize=13984976 memory=364860 CPUtime=2.2 cores=1,3,5,7
/proc/28137/task/28147/stat : 28147 (java) S 28135 28135 25930 0 -1 1077944384 12401 0 0 0 219 1 0 0 20 0 15 0 154260958 14320615424 88401 33554432000 4194304 4196468 140736163484496 139818109659888 139818572475010 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24260608 140736163493021 140736163493196 140736163493196 140736163495887 0
[pid=28137/tid=28148] ppid=28135 vsize=13984976 memory=1384 CPUtime=2.32 cores=1,3,5,7
/proc/28137/task/28148/stat : 28148 (java) S 28135 28135 25930 0 -1 1077944384 12671 0 0 0 230 2 0 0 20 0 15 0 154260958 14320615424 88401 33554432000 4194304 4196468 140736163484496 139818108607344 139818572475010 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24260608 140736163493021 140736163493196 140736163493196 140736163495887 0
[pid=28137/tid=28149] ppid=28135 vsize=13984976 memory=1384 CPUtime=0.72 cores=1,3,5,7
/proc/28137/task/28149/stat : 28149 (java) S 28135 28135 25930 0 -1 1077944384 9522 0 0 0 71 1 0 0 20 0 15 0 154260958 14320615424 88401 33554432000 4194304 4196468 140736163484496 139818107554288 139818572475010 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24260608 140736163493021 140736163493196 140736163493196 140736163495887 0
[pid=28137/tid=28150] ppid=28135 vsize=13984976 memory=4140 CPUtime=0 cores=1,3,5,7
/proc/28137/task/28150/stat : 28150 (java) S 28135 28135 25930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154260958 14320615424 88401 33554432000 4194304 4196468 140736163484496 139818106501984 139818572474069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24260608 140736163493021 140736163493196 140736163493196 140736163495887 0
[pid=28137/tid=28151] ppid=28135 vsize=13984976 memory=42832 CPUtime=0.07 cores=1,3,5,7
/proc/28137/task/28151/stat : 28151 (java) S 28135 28135 25930 0 -1 1077944384 362 0 0 0 4 3 0 0 20 0 15 0 154260959 14320615424 88401 33554432000 4194304 4196468 140736163484496 139818105449008 139818572475010 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 10 0 0 6293624 6294260 24260608 140736163493021 140736163493196 140736163493196 140736163495887 0
Current children cumulated CPU time: 168.98 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 354988 KiB

[startup+222.301 s]
/proc/loadavg: 1.77 1.78 1.70 3/217 28235
/proc/meminfo: memFree=26098900/32770624 swapFree=67108860/67108860
[pid=28135] ppid=28132 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/28135/stat : 28135 (xcsp3-exec) S 28132 28135 25930 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154260952 9740288 346 33554432000 4194304 5098028 140735497020224 140735497018328 140643416162940 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 32059392 140735497028724 140735497028928 140735497028928 140735497031659 0
/proc/28135/statm: 2378 346 289 221 0 87 0
[pid=28137] ppid=28135 vsize=13984976 memory=481232 CPUtime=230.26 cores=1,3,5,7
/proc/28137/stat : 28137 (java) S 28135 28135 25930 0 -1 1077944320 74223 0 0 0 22956 70 0 0 20 0 15 0 154260952 14320615424 120308 33554432000 4194304 4196468 140736163484496 140736163467040 139818572463863 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 24260608 140736163493021 140736163493196 140736163493196 140736163495887 0
/proc/28137/statm: 3496244 120308 3265 1 0 3483478 0
[pid=28137/tid=28138] ppid=28135 vsize=13984976 memory=489916 CPUtime=221.21 cores=1,3,5,7
/proc/28137/task/28138/stat : 28138 (java) R 28135 28135 25930 0 -1 4202560 22218 0 0 0 22111 10 0 0 20 0 15 0 154260953 14320615424 120308 33554432000 4194304 4196468 140736163484496 139818576703136 139818186237068 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24260608 140736163493021 140736163493196 140736163493196 140736163495887 0
[pid=28137/tid=28139] ppid=28135 vsize=13984976 memory=488380 CPUtime=0.81 cores=1,3,5,7
/proc/28137/task/28139/stat : 28139 (java) S 28135 28135 25930 0 -1 1077944384 3309 0 0 0 69 12 0 0 20 0 15 0 154260954 14320615424 120308 33554432000 4194304 4196468 140736163484496 139818502552592 139818572474069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24260608 140736163493021 140736163493196 140736163493196 140736163495887 0
[pid=28137/tid=28140] ppid=28135 vsize=13984976 memory=486320 CPUtime=0.81 cores=1,3,5,7
/proc/28137/task/28140/stat : 28140 (java) S 28135 28135 25930 0 -1 1077944384 1802 0 0 0 68 13 0 0 20 0 15 0 154260954 14320615424 120308 33554432000 4194304 4196468 140736163484496 139818501500048 139818572474069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24260608 140736163493021 140736163493196 140736163493196 140736163495887 0
[pid=28137/tid=28141] ppid=28135 vsize=13984976 memory=481240 CPUtime=0.8 cores=1,3,5,7
/proc/28137/task/28141/stat : 28141 (java) S 28135 28135 25930 0 -1 1077944384 2073 0 0 0 68 12 0 0 20 0 15 0 154260954 14320615424 120308 33554432000 4194304 4196468 140736163484496 139818165779216 139818572474069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24260608 140736163493021 140736163493196 140736163493196 140736163495887 0
[pid=28137/tid=28142] ppid=28135 vsize=13984976 memory=481236 CPUtime=0.81 cores=1,3,5,7
/proc/28137/task/28142/stat : 28142 (java) S 28135 28135 25930 0 -1 1077944384 2888 0 0 0 69 12 0 0 20 0 15 0 154260954 14320615424 120308 33554432000 4194304 4196468 140736163484496 139818164726672 139818572474069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24260608 140736163493021 140736163493196 140736163493196 140736163495887 0
[pid=28137/tid=28143] ppid=28135 vsize=13984976 memory=481232 CPUtime=0.13 cores=1,3,5,7
/proc/28137/task/28143/stat : 28143 (java) S 28135 28135 25930 0 -1 1077944384 1905 0 0 0 11 2 0 0 20 0 15 0 154260955 14320615424 120308 33554432000 4194304 4196468 140736163484496 139818113870064 139818572475010 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24260608 140736163493021 140736163493196 140736163493196 140736163495887 0
[pid=28137/tid=28144] ppid=28135 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/28137/task/28144/stat : 28144 (java) S 28135 28135 25930 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 154260955 14320615424 120308 33554432000 4194304 4196468 140736163484496 139818112816352 139818572474069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24260608 140736163493021 140736163493196 140736163493196 140736163495887 0
[pid=28137/tid=28145] ppid=28135 vsize=13984976 memory=132 CPUtime=0 cores=1,3,5,7
/proc/28137/task/28145/stat : 28145 (java) S 28135 28135 25930 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 15 0 154260956 14320615424 120308 33554432000 4194304 4196468 140736163484496 139818111763200 139818572474069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24260608 140736163493021 140736163493196 140736163493196 140736163495887 0
[pid=28137/tid=28146] ppid=28135 vsize=13984976 memory=132 CPUtime=0 cores=1,3,5,7
/proc/28137/task/28146/stat : 28146 (java) S 28135 28135 25930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154260958 14320615424 120308 33554432000 4194304 4196468 140736163484496 139818110711760 139818572482459 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24260608 140736163493021 140736163493196 140736163493196 140736163495887 0
[pid=28137/tid=28147] ppid=28135 vsize=13984976 memory=1384 CPUtime=2.35 cores=1,3,5,7
/proc/28137/task/28147/stat : 28147 (java) S 28135 28135 25930 0 -1 1077944384 14454 0 0 0 234 1 0 0 20 0 15 0 154260958 14320615424 120308 33554432000 4194304 4196468 140736163484496 139818109659888 139818572475010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24260608 140736163493021 140736163493196 140736163493196 140736163495887 0
[pid=28137/tid=28148] ppid=28135 vsize=13984976 memory=1384 CPUtime=2.4 cores=1,3,5,7
/proc/28137/task/28148/stat : 28148 (java) S 28135 28135 25930 0 -1 1077944384 13806 0 0 0 238 2 0 0 20 0 15 0 154260958 14320615424 120308 33554432000 4194304 4196468 140736163484496 139818108607344 139818572475010 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24260608 140736163493021 140736163493196 140736163493196 140736163495887 0
[pid=28137/tid=28149] ppid=28135 vsize=13984976 memory=6791534058613427641 CPUtime=0.74 cores=1,3,5,7
/proc/28137/task/28149/stat : 28149 (java) S 28135 28135 25930 0 -1 1077944384 9999 0 0 0 73 1 0 0 20 0 15 0 154260958 14320615424 120308 33554432000 4194304 4196468 140736163484496 139818107554288 139818572475010 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24260608 140736163493021 140736163493196 140736163493196 140736163495887 0
[pid=28137/tid=28150] ppid=28135 vsize=13984976 memory=487348 CPUtime=0 cores=1,3,5,7
/proc/28137/task/28150/stat : 28150 (java) S 28135 28135 25930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154260958 14320615424 120308 33554432000 4194304 4196468 140736163484496 139818106501984 139818572474069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24260608 140736163493021 140736163493196 140736163493196 140736163495887 0
[pid=28137/tid=28151] ppid=28135 vsize=13984976 memory=1296 CPUtime=0.1 cores=1,3,5,7
/proc/28137/task/28151/stat : 28151 (java) S 28135 28135 25930 0 -1 1077944384 381 0 0 0 6 4 0 0 20 0 15 0 154260959 14320615424 120308 33554432000 4194304 4196468 140736163484496 139818105449008 139818572475010 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 10 0 0 6293624 6294260 24260608 140736163493021 140736163493196 140736163493196 140736163495887 0
Current children cumulated CPU time: 230.26 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 482616 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]*
/proc/loadavg: 1.54 1.72 1.68 4/217 28235
/proc/meminfo: memFree=26057048/32770624 swapFree=67108860/67108860
[pid=28135] ppid=28132 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/28135/stat : 28135 (xcsp3-exec) S 28132 28135 25930 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154260952 9740288 346 33554432000 4194304 5098028 140735497020224 140735497018328 140643416162940 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 32059392 140735497028724 140735497028928 140735497028928 140735497031659 0
/proc/28135/statm: 2378 346 289 221 0 87 0
[pid=28137] ppid=28135 vsize=13984976 memory=554892 CPUtime=250.86 cores=1,3,5,7
/proc/28137/stat : 28137 (java) S 28135 28135 25930 0 -1 1077944320 87290 0 0 0 25010 76 0 0 20 0 15 0 154260952 14320615424 138723 33554432000 4194304 4196468 140736163484496 140736163467040 139818572463863 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 24260608 140736163493021 140736163493196 140736163493196 140736163495887 0
/proc/28137/statm: 3496244 138723 3284 1 0 3483478 0
[pid=28137/tid=28138] ppid=28135 vsize=13984976 memory=18488 CPUtime=237.82 cores=1,3,5,7
/proc/28137/task/28138/stat : 28138 (java) R 28135 28135 25930 0 -1 4202560 23759 0 0 0 23771 11 0 0 20 0 15 0 154260953 14320615424 138723 33554432000 4194304 4196468 140736163484496 139818576702944 139818186238723 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24260608 140736163493021 140736163493196 140736163493196 140736163495887 0
[pid=28137/tid=28139] ppid=28135 vsize=13984976 memory=1384 CPUtime=1.64 cores=1,3,5,7
/proc/28137/task/28139/stat : 28139 (java) S 28135 28135 25930 0 -1 1077944384 3744 0 0 0 151 13 0 0 20 0 15 0 154260954 14320615424 138723 33554432000 4194304 4196468 140736163484496 139818502552592 139818572474069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24260608 140736163493021 140736163493196 140736163493196 140736163495887 0
[pid=28137/tid=28140] ppid=28135 vsize=13984976 memory=4872558044660077418 CPUtime=1.64 cores=1,3,5,7
/proc/28137/task/28140/stat : 28140 (java) S 28135 28135 25930 0 -1 1077944384 2541 0 0 0 150 14 0 0 20 0 15 0 154260954 14320615424 138723 33554432000 4194304 4196468 140736163484496 139818501500048 139818572474069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24260608 140736163493021 140736163493196 140736163493196 140736163495887 0
[pid=28137/tid=28141] ppid=28135 vsize=13984976 memory=1296 CPUtime=1.6 cores=1,3,5,7
/proc/28137/task/28141/stat : 28141 (java) S 28135 28135 25930 0 -1 1077944384 2791 0 0 0 148 12 0 0 20 0 15 0 154260954 14320615424 138723 33554432000 4194304 4196468 140736163484496 139818165779216 139818572474069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24260608 140736163493021 140736163493196 140736163493196 140736163495887 0
[pid=28137/tid=28142] ppid=28135 vsize=13984976 memory=1236 CPUtime=1.64 cores=1,3,5,7
/proc/28137/task/28142/stat : 28142 (java) S 28135 28135 25930 0 -1 1077944384 3541 0 0 0 151 13 0 0 20 0 15 0 154260954 14320615424 138723 33554432000 4194304 4196468 140736163484496 139818164726672 139818572474069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24260608 140736163493021 140736163493196 140736163493196 140736163495887 0
[pid=28137/tid=28143] ppid=28135 vsize=13984976 memory=640 CPUtime=0.39 cores=1,3,5,7
/proc/28137/task/28143/stat : 28143 (java) S 28135 28135 25930 0 -1 1077944384 3838 0 0 0 37 2 0 0 20 0 15 0 154260955 14320615424 138723 33554432000 4194304 4196468 140736163484496 139818113870064 139818572475010 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24260608 140736163493021 140736163493196 140736163493196 140736163495887 0
[pid=28137/tid=28144] ppid=28135 vsize=13984976 memory=956 CPUtime=0 cores=1,3,5,7
/proc/28137/task/28144/stat : 28144 (java) S 28135 28135 25930 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 154260955 14320615424 138723 33554432000 4194304 4196468 140736163484496 139818112816352 139818572474069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24260608 140736163493021 140736163493196 140736163493196 140736163495887 0
[pid=28137/tid=28145] ppid=28135 vsize=13984976 memory=2424 CPUtime=0 cores=1,3,5,7
/proc/28137/task/28145/stat : 28145 (java) S 28135 28135 25930 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 15 0 154260956 14320615424 138723 33554432000 4194304 4196468 140736163484496 139818111763200 139818572474069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24260608 140736163493021 140736163493196 140736163493196 140736163495887 0
[pid=28137/tid=28146] ppid=28135 vsize=13984976 memory=554892 CPUtime=0 cores=1,3,5,7
/proc/28137/task/28146/stat : 28146 (java) S 28135 28135 25930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154260958 14320615424 138723 33554432000 4194304 4196468 140736163484496 139818110711760 139818572482459 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24260608 140736163493021 140736163493196 140736163493196 140736163495887 0
[pid=28137/tid=28147] ppid=28135 vsize=13984976 memory=6791534058613427641 CPUtime=2.35 cores=1,3,5,7
/proc/28137/task/28147/stat : 28147 (java) S 28135 28135 25930 0 -1 1077944384 14736 0 0 0 234 1 0 0 20 0 15 0 154260958 14320615424 138723 33554432000 4194304 4196468 140736163484496 139818109659888 139818572475010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24260608 140736163493021 140736163493196 140736163493196 140736163495887 0
[pid=28137/tid=28148] ppid=28135 vsize=13984976 memory=532208 CPUtime=2.84 cores=1,3,5,7
/proc/28137/task/28148/stat : 28148 (java) S 28135 28135 25930 0 -1 1077944384 20570 0 0 0 281 3 0 0 20 0 15 0 154260958 14320615424 138723 33554432000 4194304 4196468 140736163484496 139818108607344 139818572475010 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24260608 140736163493021 140736163493196 140736163493196 140736163495887 0
[pid=28137/tid=28149] ppid=28135 vsize=13984976 memory=13570405394822872 CPUtime=0.74 cores=1,3,5,7
/proc/28137/task/28149/stat : 28149 (java) S 28135 28135 25930 0 -1 1077944384 9999 0 0 0 73 1 0 0 20 0 15 0 154260958 14320615424 138723 33554432000 4194304 4196468 140736163484496 139818107554288 139818572475010 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24260608 140736163493021 140736163493196 140736163493196 140736163495887 0
[pid=28137/tid=28150] ppid=28135 vsize=13984976 memory=-3253322038155611931 CPUtime=0 cores=1,3,5,7
/proc/28137/task/28150/stat : 28150 (java) S 28135 28135 25930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154260958 14320615424 138723 33554432000 4194304 4196468 140736163484496 139818106501984 139818572474069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24260608 140736163493021 140736163493196 140736163493196 140736163495887 0
[pid=28137/tid=28151] ppid=28135 vsize=13984976 memory=7158618119216605081 CPUtime=0.1 cores=1,3,5,7
/proc/28137/task/28151/stat : 28151 (java) S 28135 28135 25930 0 -1 1077944384 383 0 0 0 6 4 0 0 20 0 15 0 154260959 14320615424 138723 33554432000 4194304 4196468 140736163484496 139818105449008 139818572475010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 10 0 0 6293624 6294260 24260608 140736163493021 140736163493196 140736163493196 140736163495887 0
Current children cumulated CPU time: 250.86 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 556276 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+240.02 s]
# the end of solver process 28135 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0 s, system=0.00191 s

[startup+240.025 s]
# the end of solver process 28137 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=250.116 s, system=0.77857 s
# this solver process was not waited by its parent and was adopted by runsolver

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 240.025
CPU time (s): 250.894
CPU user time (s): 250.116
CPU system time (s): 0.77857
CPU usage (%): 104.528
Max. virtual memory (cumulated for all children) (KiB): 13996584
Max. memory (cumulated for all children) (KiB): 711156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 250.116
system time used= 0.77857
maximum resident set size= 729256
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 87946
page faults= 0
swaps= 0
block input operations= 0
block output operations= 392
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11671
involuntary context switches= 418


# summary of solver processes directly reported to runsolver:
#   pid: 28135,28137
#   total CPU time (s): 250.894
#   total CPU user time (s): 250.116
#   total CPU system time (s): 0.77857

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.94485 second user time and 1.92336 second system time

The end

Launcher Data

Begin job on node106 at 2017-08-20 08:34:33
IDJOB=4284256
IDBENCH=124179
IDSOLVER=2680
FILE ID=node106/4284256-1503211733
RUNJOBID= node106-1503208459-25962
PBS_JOBID= 20630868
Free space on /tmp= 61784 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/Cutstock/Cutstock-zinc-s1/Cutstock-t15-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-4284256-1503211733/watcher-4284256-1503211733 -o /tmp/evaluation-result-4284256-1503211733/solver-4284256-1503211733 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node106-1503208459-25962 --watchdog 300  ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 1404628913 HOME/instance-4284256-1503211733.xml

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

MD5SUM BENCH= 2ebe21d5d08c670f23069b27b9adbcc2
RANDOM SEED=1404628913

node106.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.86
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.86
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.86
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.86
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:        26449496 kB
MemAvailable:   31356908 kB
Buffers:          242608 kB
Cached:          4956680 kB
SwapCached:            0 kB
Active:          1720932 kB
Inactive:        4149792 kB
Active(anon):     627536 kB
Inactive(anon):    80012 kB
Active(file):    1093396 kB
Inactive(file):  4069780 kB
Unevictable:        7764 kB
Mlocked:            7764 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7800 kB
Writeback:             0 kB
AnonPages:        808580 kB
Mapped:            64372 kB
Shmem:             33420 kB
Slab:             147632 kB
SReclaimable:     120144 kB
SUnreclaim:        27488 kB
KernelStack:        3840 kB
PageTables:         6684 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1319120 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    688128 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 61776 MiB
End job on node106 at 2017-08-20 08:38:33