Trace number 4284255

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) 254.03799 240.026

General information on the benchmark

NameCutstock/Cutstock-zinc-s1/
Cutstock-t15-3.xml
MD5SUM0b4fb4a315b6bd8f0348750a3d90443f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark102
Best CPU time to get the best result obtained on this benchmark2005.33
Satisfiable
(Un)Satisfiability was proved
Number of variables3066
Number of constraints168
Number of domains13
Minimum domain size2
Maximum domain size18
Distribution of domain sizes[{"size":2,"count":146},{"size":3,"count":292},{"size":4,"count":146},{"size":5,"count":146},{"size":6,"count":146},{"size":8,"count":438},{"size":10,"count":292},{"size":11,"count":146},{"size":14,"count":292},{"size":15,"count":292},{"size":16,"count":146},{"size":17,"count":292},{"size":18,"count":292}]
Minimum variable degree3
Maximum variable degree3
Distribution of variable degrees[{"degree":3,"count":3066}]
Minimum constraint arity21
Maximum constraint arity2920
Distribution of constraint arities[{"arity":21,"count":146},{"arity":146,"count":21},{"arity":2920,"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":166}]
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-4284255-1503211601.xml"  -tl '264s' -p 1 -x 3
0.12/0.14	c [HOME/instance-4284255-1503211601.xml, -tl, 264s, -p, 1, -x, 3]
0.12/0.19	c simple solver
0.34/0.26	c parse instance...
1.09/0.57	c solve instance...
254.00/240.01	s UNKNOWN
254.00/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 (12028 MiB free)
  memory of node 1: 16384 MiB (12131 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4284255-1503211601/watcher-4284255-1503211601 -o /tmp/evaluation-result-4284255-1503211601/solver-4284255-1503211601 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node112-1503208953-13390 --watchdog 300 ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 1036495623 HOME/instance-4284255-1503211601.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=14973, runsolver pid=14970
Current StackSize limit: 8192 KiB


[startup+0.100091 s]*
/proc/loadavg: 1.77 1.78 1.66 3/217 14989
/proc/meminfo: memFree=24722956/32770624 swapFree=67108860/67108860
[pid=14973] ppid=14970 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/14973/stat : 14973 (xcsp3-exec) S 14970 14973 13358 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154247756 9740288 346 33554432000 4194304 5098028 140720747770880 140720747768984 139963541389948 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 37310464 140720747779188 140720747779392 140720747779392 140720747782123 0
/proc/14973/statm: 2378 346 289 221 0 87 0
[pid=14975] ppid=14973 vsize=13978596 memory=27856 CPUtime=0.12 cores=1,3,5,7
/proc/14975/stat : 14975 (java) S 14973 14973 13358 0 -1 1077944320 5337 0 0 0 11 1 0 0 20 0 15 0 154247756 14314082304 6964 33554432000 4194304 4196468 140722847775456 140722847758000 140440347664119 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15806464 140722847777949 140722847778124 140722847778124 140722847780815 0
/proc/14975/statm: 3494649 6964 2867 1 0 3482966 0
[pid=14975/tid=14976] ppid=14973 vsize=13978596 memory=-6962121287837372198 CPUtime=0.09 cores=1,3,5,7
/proc/14975/task/14976/stat : 14976 (java) R 14973 14973 13358 0 -1 4202560 3323 0 0 0 8 1 0 0 20 0 15 0 154247756 14314082304 7030 33554432000 4194304 4196468 140722847775456 140440351896224 140439944507152 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15806464 140722847777949 140722847778124 140722847778124 140722847780815 0
[pid=14975/tid=14977] ppid=14973 vsize=13978596 memory=-3689451258167578675 CPUtime=0 cores=1,3,5,7
/proc/14975/task/14977/stat : 14977 (java) S 14973 14973 13358 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154247757 14314082304 7030 33554432000 4194304 4196468 140722847775456 140440277752080 140440347674325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15806464 140722847777949 140722847778124 140722847778124 140722847780815 0
[pid=14975/tid=14978] ppid=14973 vsize=13978596 memory=140571725166208 CPUtime=0 cores=1,3,5,7
/proc/14975/task/14978/stat : 14978 (java) S 14973 14973 13358 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154247757 14314082304 7030 33554432000 4194304 4196468 140722847775456 140440276699536 140440347674325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15806464 140722847777949 140722847778124 140722847778124 140722847780815 0
[pid=14975/tid=14979] ppid=14973 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14975/task/14979/stat : 14979 (java) S 14973 14973 13358 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154247757 14314082304 7030 33554432000 4194304 4196468 140722847775456 140440275646992 140440347674325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15806464 140722847777949 140722847778124 140722847778124 140722847780815 0
[pid=14975/tid=14980] ppid=14973 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14975/task/14980/stat : 14980 (java) S 14973 14973 13358 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154247757 14314082304 7030 33554432000 4194304 4196468 140722847775456 140440274594448 140440347674325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15806464 140722847777949 140722847778124 140722847778124 140722847780815 0
[pid=14975/tid=14981] ppid=14973 vsize=13978596 memory=140571725166208 CPUtime=0 cores=1,3,5,7
/proc/14975/task/14981/stat : 14981 (java) S 14973 14973 13358 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154247758 14314082304 7030 33554432000 4194304 4196468 140722847775456 140439460887024 140440347675266 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15806464 140722847777949 140722847778124 140722847778124 140722847780815 0
[pid=14975/tid=14982] ppid=14973 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14975/task/14982/stat : 14982 (java) S 14973 14973 13358 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154247759 14314082304 7030 33554432000 4194304 4196468 140722847775456 140439459833248 140440347674325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15806464 140722847777949 140722847778124 140722847778124 140722847780815 0
[pid=14975/tid=14983] ppid=14973 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14975/task/14983/stat : 14983 (java) S 14973 14973 13358 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154247759 14314082304 7030 33554432000 4194304 4196468 140722847775456 140439390774768 140440347674325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15806464 140722847777949 140722847778124 140722847778124 140722847780815 0
[pid=14975/tid=14984] ppid=14973 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14975/task/14984/stat : 14984 (java) S 14973 14973 13358 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154247761 14314082304 7030 33554432000 4194304 4196468 140722847775456 140439389723344 140440347682715 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15806464 140722847777949 140722847778124 140722847778124 140722847780815 0
[pid=14975/tid=14985] ppid=14973 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14975/task/14985/stat : 14985 (java) S 14973 14973 13358 0 -1 1077944384 310 0 0 0 0 0 0 0 20 0 15 0 154247761 14314082304 7030 33554432000 4194304 4196468 140722847775456 140439388669936 140440347675266 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15806464 140722847777949 140722847778124 140722847778124 140722847780815 0
[pid=14975/tid=14986] ppid=14973 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14975/task/14986/stat : 14986 (java) S 14973 14973 13358 0 -1 1077944384 125 0 0 0 0 0 0 0 20 0 15 0 154247761 14314082304 7030 33554432000 4194304 4196468 140722847775456 140439387617392 140440347675266 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15806464 140722847777949 140722847778124 140722847778124 140722847780815 0
[pid=14975/tid=14987] ppid=14973 vsize=13978596 memory=140571725166208 CPUtime=0.01 cores=1,3,5,7
/proc/14975/task/14987/stat : 14987 (java) R 14973 14973 13358 0 -1 4202560 339 0 0 0 1 0 0 0 20 0 15 0 154247761 14314082304 7030 33554432000 4194304 4196468 140722847775456 140439386564848 140440331744606 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15806464 140722847777949 140722847778124 140722847778124 140722847780815 0
[pid=14975/tid=14988] ppid=14973 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14975/task/14988/stat : 14988 (java) S 14973 14973 13358 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154247762 14314082304 7030 33554432000 4194304 4196468 140722847775456 140439385512544 140440347674325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15806464 140722847777949 140722847778124 140722847778124 140722847780815 0
[pid=14975/tid=14989] ppid=14973 vsize=13978596 memory=140571725166208 CPUtime=0 cores=1,3,5,7
/proc/14975/task/14989/stat : 14989 (java) S 14973 14973 13358 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154247762 14314082304 7030 33554432000 4194304 4196468 140722847775456 140439384460080 140440347675266 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15806464 140722847777949 140722847778124 140722847778124 140722847780815 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 29240 KiB

[startup+0.210674 s]*
/proc/loadavg: 1.77 1.78 1.66 3/217 14989
/proc/meminfo: memFree=24711356/32770624 swapFree=67108860/67108860
[pid=14973] ppid=14970 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/14973/stat : 14973 (xcsp3-exec) S 14970 14973 13358 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154247756 9740288 346 33554432000 4194304 5098028 140720747770880 140720747768984 139963541389948 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 37310464 140720747779188 140720747779392 140720747779392 140720747782123 0
/proc/14973/statm: 2378 346 289 221 0 87 0
[pid=14975] ppid=14973 vsize=13982852 memory=40580 CPUtime=0.34 cores=1,3,5,7
/proc/14975/stat : 14975 (java) S 14973 14973 13358 0 -1 1077944320 8211 0 0 0 31 3 0 0 20 0 15 0 154247756 14318440448 10145 33554432000 4194304 4196468 140722847775456 140722847758000 140440347664119 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15806464 140722847777949 140722847778124 140722847778124 140722847780815 0
/proc/14975/statm: 3495713 10145 3061 1 0 3482966 0
[pid=14975/tid=14976] ppid=14973 vsize=13982852 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/14975/task/14976/stat : 14976 (java) D 14973 14973 13358 0 -1 1077944384 5326 0 0 0 18 2 0 0 20 0 15 0 154247756 14318440448 10145 33554432000 4194304 4196468 140722847775456 140440351874912 140440340343341 0 4 0 16800975 18446744072101625380 0 0 -1 1 0 0 0 0 0 6293624 6294260 15806464 140722847777949 140722847778124 140722847778124 140722847780815 0
[pid=14975/tid=14977] ppid=14973 vsize=13982852 memory=2898 CPUtime=0 cores=1,3,5,7
/proc/14975/task/14977/stat : 14977 (java) S 14973 14973 13358 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154247757 14318440448 10145 33554432000 4194304 4196468 140722847775456 140440277752080 140440347674325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15806464 140722847777949 140722847778124 140722847778124 140722847780815 0
[pid=14975/tid=14978] ppid=14973 vsize=13982852 memory=288370947876877952 CPUtime=0 cores=1,3,5,7
/proc/14975/task/14978/stat : 14978 (java) S 14973 14973 13358 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154247757 14318440448 10145 33554432000 4194304 4196468 140722847775456 140440276699536 140440347674325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15806464 140722847777949 140722847778124 140722847778124 140722847780815 0
[pid=14975/tid=14979] ppid=14973 vsize=13982884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14975/task/14979/stat : 14979 (java) S 14973 14973 13358 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154247757 14318473216 10145 33554432000 4194304 4196468 140722847775456 140440275646992 140440347674325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15806464 140722847777949 140722847778124 140722847778124 140722847780815 0
[pid=14975/tid=14980] ppid=14973 vsize=13982884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14975/task/14980/stat : 14980 (java) S 14973 14973 13358 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154247757 14318473216 10145 33554432000 4194304 4196468 140722847775456 140440274594448 140440347674325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15806464 140722847777949 140722847778124 140722847778124 140722847780815 0
[pid=14975/tid=14981] ppid=14973 vsize=13982852 memory=140571725166208 CPUtime=0 cores=1,3,5,7
/proc/14975/task/14981/stat : 14981 (java) S 14973 14973 13358 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154247758 14318440448 10145 33554432000 4194304 4196468 140722847775456 140439460887024 140440347675266 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15806464 140722847777949 140722847778124 140722847778124 140722847780815 0
[pid=14975/tid=14982] ppid=14973 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14975/task/14982/stat : 14982 (java) S 14973 14973 13358 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154247759 14318440448 10145 33554432000 4194304 4196468 140722847775456 140439459833248 140440347674325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15806464 140722847777949 140722847778124 140722847778124 140722847780815 0
[pid=14975/tid=14983] ppid=14973 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14975/task/14983/stat : 14983 (java) S 14973 14973 13358 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154247759 14318440448 10145 33554432000 4194304 4196468 140722847775456 140439390774768 140440347674325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15806464 140722847777949 140722847778124 140722847778124 140722847780815 0
[pid=14975/tid=14984] ppid=14973 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14975/task/14984/stat : 14984 (java) S 14973 14973 13358 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154247761 14318440448 10145 33554432000 4194304 4196468 140722847775456 140439389723344 140440347682715 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15806464 140722847777949 140722847778124 140722847778124 140722847780815 0
[pid=14975/tid=14985] ppid=14973 vsize=13982852 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/14975/task/14985/stat : 14985 (java) S 14973 14973 13358 0 -1 1077944384 467 0 0 0 2 0 0 0 20 0 15 0 154247761 14318440448 10145 33554432000 4194304 4196468 140722847775456 140439388669936 140440347675266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15806464 140722847777949 140722847778124 140722847778124 140722847780815 0
[pid=14975/tid=14986] ppid=14973 vsize=13982852 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/14975/task/14986/stat : 14986 (java) S 14973 14973 13358 0 -1 1077944384 371 0 0 0 2 0 0 0 20 0 15 0 154247761 14318440448 10145 33554432000 4194304 4196468 140722847775456 140439387617392 140440347675266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15806464 140722847777949 140722847778124 140722847778124 140722847780815 0
[pid=14975/tid=14987] ppid=14973 vsize=13982852 memory=140571725166208 CPUtime=0.08 cores=1,3,5,7
/proc/14975/task/14987/stat : 14987 (java) S 14973 14973 13358 0 -1 1077944384 768 0 0 0 8 0 0 0 20 0 15 0 154247761 14318440448 10145 33554432000 4194304 4196468 140722847775456 140439386564848 140440347675266 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15806464 140722847777949 140722847778124 140722847778124 140722847780815 0
[pid=14975/tid=14988] ppid=14973 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14975/task/14988/stat : 14988 (java) S 14973 14973 13358 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154247762 14318440448 10145 33554432000 4194304 4196468 140722847775456 140439385512544 140440347674325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15806464 140722847777949 140722847778124 140722847778124 140722847780815 0
[pid=14975/tid=14989] ppid=14973 vsize=13982884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14975/task/14989/stat : 14989 (java) S 14973 14973 13358 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154247762 14318473216 10145 33554432000 4194304 4196468 140722847775456 140439384460080 140440347675266 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15806464 140722847777949 140722847778124 140722847778124 140722847780815 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 41964 KiB

[startup+0.313007 s]*
/proc/loadavg: 1.77 1.78 1.66 5/217 14989
/proc/meminfo: memFree=24705028/32770624 swapFree=67108860/67108860
[pid=14973] ppid=14970 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/14973/stat : 14973 (xcsp3-exec) S 14970 14973 13358 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154247756 9740288 346 33554432000 4194304 5098028 140720747770880 140720747768984 139963541389948 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 37310464 140720747779188 140720747779392 140720747779392 140720747782123 0
/proc/14973/statm: 2378 346 289 221 0 87 0
[pid=14975] ppid=14973 vsize=13982852 memory=47172 CPUtime=0.51 cores=1,3,5,7
/proc/14975/stat : 14975 (java) S 14973 14973 13358 0 -1 1077944320 9003 0 0 0 48 3 0 0 20 0 15 0 154247756 14318440448 11793 33554432000 4194304 4196468 140722847775456 140722847758000 140440347664119 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15806464 140722847777949 140722847778124 140722847778124 140722847780815 0
/proc/14975/statm: 3495713 11793 3123 1 0 3482966 0
[pid=14975/tid=14976] ppid=14973 vsize=13982852 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/14975/task/14976/stat : 14976 (java) R 14973 14973 13358 0 -1 4202560 5965 0 0 0 27 2 0 0 20 0 15 0 154247756 14318440448 11858 33554432000 4194304 4196468 140722847775456 140440351899056 140440331744606 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15806464 140722847777949 140722847778124 140722847778124 140722847780815 0
[pid=14975/tid=14977] ppid=14973 vsize=13982852 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/14975/task/14977/stat : 14977 (java) S 14973 14973 13358 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154247757 14318440448 11858 33554432000 4194304 4196468 140722847775456 140440277752080 140440347674325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15806464 140722847777949 140722847778124 140722847778124 140722847780815 0
[pid=14975/tid=14978] ppid=14973 vsize=13982852 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/14975/task/14978/stat : 14978 (java) S 14973 14973 13358 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154247757 14318440448 11858 33554432000 4194304 4196468 140722847775456 140440276699536 140440347674325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15806464 140722847777949 140722847778124 140722847778124 140722847780815 0
[pid=14975/tid=14979] ppid=14973 vsize=13982852 memory=-3040564339105353098 CPUtime=0 cores=1,3,5,7
/proc/14975/task/14979/stat : 14979 (java) S 14973 14973 13358 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154247757 14318440448 11858 33554432000 4194304 4196468 140722847775456 140440275646992 140440347674325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15806464 140722847777949 140722847778124 140722847778124 140722847780815 0
[pid=14975/tid=14980] ppid=14973 vsize=13982852 memory=7593697182111006371 CPUtime=0 cores=1,3,5,7
/proc/14975/task/14980/stat : 14980 (java) S 14973 14973 13358 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154247757 14318440448 11858 33554432000 4194304 4196468 140722847775456 140440274594448 140440347674325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15806464 140722847777949 140722847778124 140722847778124 140722847780815 0
[pid=14975/tid=14981] ppid=14973 vsize=13982852 memory=6944656591801720471 CPUtime=0 cores=1,3,5,7
/proc/14975/task/14981/stat : 14981 (java) S 14973 14973 13358 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154247758 14318440448 11858 33554432000 4194304 4196468 140722847775456 140439460887024 140440347675266 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15806464 140722847777949 140722847778124 140722847778124 140722847780815 0
[pid=14975/tid=14982] ppid=14973 vsize=13982852 memory=-8458152057954561420 CPUtime=0 cores=1,3,5,7
/proc/14975/task/14982/stat : 14982 (java) S 14973 14973 13358 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154247759 14318440448 11858 33554432000 4194304 4196468 140722847775456 140439459833248 140440347674325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15806464 140722847777949 140722847778124 140722847778124 140722847780815 0
[pid=14975/tid=14983] ppid=14973 vsize=13982852 memory=-8813974798734826869 CPUtime=0 cores=1,3,5,7
/proc/14975/task/14983/stat : 14983 (java) S 14973 14973 13358 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154247759 14318440448 11858 33554432000 4194304 4196468 140722847775456 140439390774768 140440347674325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15806464 140722847777949 140722847778124 140722847778124 140722847780815 0
[pid=14975/tid=14984] ppid=14973 vsize=13982852 memory=7031125463459224206 CPUtime=0 cores=1,3,5,7
/proc/14975/task/14984/stat : 14984 (java) S 14973 14973 13358 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154247761 14318440448 11858 33554432000 4194304 4196468 140722847775456 140439389723344 140440347682715 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15806464 140722847777949 140722847778124 140722847778124 140722847780815 0
[pid=14975/tid=14985] ppid=14973 vsize=13982852 memory=4713750055892520310 CPUtime=0.03 cores=1,3,5,7
/proc/14975/task/14985/stat : 14985 (java) S 14973 14973 13358 0 -1 1077944384 470 0 0 0 3 0 0 0 20 0 15 0 154247761 14318440448 11858 33554432000 4194304 4196468 140722847775456 140439388669936 140440347675266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15806464 140722847777949 140722847778124 140722847778124 140722847780815 0
[pid=14975/tid=14986] ppid=14973 vsize=13982852 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/14975/task/14986/stat : 14986 (java) S 14973 14973 13358 0 -1 1077944384 419 0 0 0 4 0 0 0 20 0 15 0 154247761 14318440448 11858 33554432000 4194304 4196468 140722847775456 140439387617392 140440347675266 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15806464 140722847777949 140722847778124 140722847778124 140722847780815 0
[pid=14975/tid=14987] ppid=14973 vsize=13982852 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/14975/task/14987/stat : 14987 (java) S 14973 14973 13358 0 -1 1077944384 858 0 0 0 13 0 0 0 20 0 15 0 154247761 14318440448 11858 33554432000 4194304 4196468 140722847775456 140439386564848 140440347675266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15806464 140722847777949 140722847778124 140722847778124 140722847780815 0
[pid=14975/tid=14988] ppid=14973 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14975/task/14988/stat : 14988 (java) S 14973 14973 13358 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154247762 14318440448 11858 33554432000 4194304 4196468 140722847775456 140439385512544 140440347674325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15806464 140722847777949 140722847778124 140722847778124 140722847780815 0
[pid=14975/tid=14989] ppid=14973 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14975/task/14989/stat : 14989 (java) S 14973 14973 13358 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154247762 14318440448 11858 33554432000 4194304 4196468 140722847775456 140439384460080 140440347675266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15806464 140722847777949 140722847778124 140722847778124 140722847780815 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 48556 KiB

[startup+0.701007 s]
/proc/loadavg: 1.77 1.78 1.66 7/217 14989
/proc/meminfo: memFree=24688344/32770624 swapFree=67108860/67108860
[pid=14973] ppid=14970 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/14973/stat : 14973 (xcsp3-exec) S 14970 14973 13358 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154247756 9740288 346 33554432000 4194304 5098028 140720747770880 140720747768984 139963541389948 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 37310464 140720747779188 140720747779392 140720747779392 140720747782123 0
/proc/14973/statm: 2378 346 289 221 0 87 0
[pid=14975] ppid=14973 vsize=13984976 memory=77864 CPUtime=1.63 cores=1,3,5,7
/proc/14975/stat : 14975 (java) S 14973 14973 13358 0 -1 1077944320 12220 0 0 0 158 5 0 0 20 0 15 0 154247756 14320615424 19466 33554432000 4194304 4196468 140722847775456 140722847758000 140440347664119 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15806464 140722847777949 140722847778124 140722847778124 140722847780815 0
/proc/14975/statm: 3496244 19466 3218 1 0 3483478 0
[pid=14975/tid=14976] ppid=14973 vsize=13984976 memory=33 CPUtime=0.66 cores=1,3,5,7
/proc/14975/task/14976/stat : 14976 (java) R 14973 14973 13358 0 -1 4202560 6672 0 0 0 63 3 0 0 20 0 15 0 154247756 14320615424 19466 33554432000 4194304 4196468 140722847775456 140440351902848 140440347685466 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15806464 140722847777949 140722847778124 140722847778124 140722847780815 0
[pid=14975/tid=14977] ppid=14973 vsize=13984976 memory=-7082918048272507482 CPUtime=0 cores=1,3,5,7
/proc/14975/task/14977/stat : 14977 (java) S 14973 14973 13358 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154247757 14320615424 19466 33554432000 4194304 4196468 140722847775456 140440277752080 140440347674325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15806464 140722847777949 140722847778124 140722847778124 140722847780815 0
[pid=14975/tid=14978] ppid=14973 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14975/task/14978/stat : 14978 (java) S 14973 14973 13358 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154247757 14320615424 19466 33554432000 4194304 4196468 140722847775456 140440276699536 140440347674325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15806464 140722847777949 140722847778124 140722847778124 140722847780815 0
[pid=14975/tid=14979] ppid=14973 vsize=13984976 memory=42964 CPUtime=0 cores=1,3,5,7
/proc/14975/task/14979/stat : 14979 (java) S 14973 14973 13358 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154247757 14320615424 19466 33554432000 4194304 4196468 140722847775456 140440275646992 140440347674325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15806464 140722847777949 140722847778124 140722847778124 140722847780815 0
[pid=14975/tid=14980] ppid=14973 vsize=13984976 memory=2332 CPUtime=0 cores=1,3,5,7
/proc/14975/task/14980/stat : 14980 (java) S 14973 14973 13358 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154247757 14320615424 19466 33554432000 4194304 4196468 140722847775456 140440274594448 140440347674325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15806464 140722847777949 140722847778124 140722847778124 140722847780815 0
[pid=14975/tid=14981] ppid=14973 vsize=13984976 memory=1292 CPUtime=0 cores=1,3,5,7
/proc/14975/task/14981/stat : 14981 (java) S 14973 14973 13358 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 154247758 14320615424 19466 33554432000 4194304 4196468 140722847775456 140439460887024 140440347675266 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15806464 140722847777949 140722847778124 140722847778124 140722847780815 0
[pid=14975/tid=14982] ppid=14973 vsize=13984976 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/14975/task/14982/stat : 14982 (java) S 14973 14973 13358 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154247759 14320615424 19466 33554432000 4194304 4196468 140722847775456 140439459833248 140440347674325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15806464 140722847777949 140722847778124 140722847778124 140722847780815 0
[pid=14975/tid=14983] ppid=14973 vsize=13984976 memory=5788 CPUtime=0 cores=1,3,5,7
/proc/14975/task/14983/stat : 14983 (java) S 14973 14973 13358 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154247759 14320615424 19466 33554432000 4194304 4196468 140722847775456 140439390774768 140440347674325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15806464 140722847777949 140722847778124 140722847778124 140722847780815 0
[pid=14975/tid=14984] ppid=14973 vsize=13984976 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/14975/task/14984/stat : 14984 (java) S 14973 14973 13358 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154247761 14320615424 19466 33554432000 4194304 4196468 140722847775456 140439389723344 140440347682715 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15806464 140722847777949 140722847778124 140722847778124 140722847780815 0
[pid=14975/tid=14985] ppid=14973 vsize=13984976 memory=796 CPUtime=0.29 cores=1,3,5,7
/proc/14975/task/14985/stat : 14985 (java) R 14973 14973 13358 0 -1 4202560 1316 0 0 0 29 0 0 0 20 0 15 0 154247761 14320615424 19466 33554432000 4194304 4196468 140722847775456 140439388651344 140440326840164 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15806464 140722847777949 140722847778124 140722847778124 140722847780815 0
[pid=14975/tid=14986] ppid=14973 vsize=13984976 memory=10088 CPUtime=0.28 cores=1,3,5,7
/proc/14975/task/14986/stat : 14986 (java) R 14973 14973 13358 0 -1 4202560 1112 0 0 0 28 0 0 0 20 0 15 0 154247761 14320615424 19466 33554432000 4194304 4196468 140722847775456 140439387598408 140440331150069 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15806464 140722847777949 140722847778124 140722847778124 140722847780815 0
[pid=14975/tid=14987] ppid=14973 vsize=13984976 memory=1948 CPUtime=0.37 cores=1,3,5,7
/proc/14975/task/14987/stat : 14987 (java) R 14973 14973 13358 0 -1 4202560 1814 0 0 0 37 0 0 0 20 0 15 0 154247761 14320615424 19466 33554432000 4194304 4196468 140722847775456 140439386564848 140440347676054 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15806464 140722847777949 140722847778124 140722847778124 140722847780815 0
[pid=14975/tid=14988] ppid=14973 vsize=13984976 memory=8584 CPUtime=0 cores=1,3,5,7
/proc/14975/task/14988/stat : 14988 (java) S 14973 14973 13358 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154247762 14320615424 19466 33554432000 4194304 4196468 140722847775456 140439385512544 140440347674325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15806464 140722847777949 140722847778124 140722847778124 140722847780815 0
[pid=14975/tid=14989] ppid=14973 vsize=13984976 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/14975/task/14989/stat : 14989 (java) S 14973 14973 13358 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154247762 14320615424 19466 33554432000 4194304 4196468 140722847775456 140439384460080 140440347675266 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15806464 140722847777949 140722847778124 140722847778124 140722847780815 0
Current children cumulated CPU time: 1.63 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 79248 KiB

[startup+1.50081 s]
/proc/loadavg: 1.87 1.80 1.67 5/217 14989
/proc/meminfo: memFree=24653292/32770624 swapFree=67108860/67108860
[pid=14973] ppid=14970 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/14973/stat : 14973 (xcsp3-exec) S 14970 14973 13358 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154247756 9740288 346 33554432000 4194304 5098028 140720747770880 140720747768984 139963541389948 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 37310464 140720747779188 140720747779392 140720747779392 140720747782123 0
/proc/14973/statm: 2378 346 289 221 0 87 0

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

/proc/14975/task/14983/stat : 14983 (java) S 14973 14973 13358 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 15 0 154247759 14320615424 203726 33554432000 4194304 4196468 140722847775456 140439390774784 140440347674325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15806464 140722847777949 140722847778124 140722847778124 140722847780815 0
[pid=14975/tid=14984] ppid=14973 vsize=13984976 memory=836400 CPUtime=0 cores=1,3,5,7
/proc/14975/task/14984/stat : 14984 (java) S 14973 14973 13358 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154247761 14320615424 203726 33554432000 4194304 4196468 140722847775456 140439389723344 140440347682715 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15806464 140722847777949 140722847778124 140722847778124 140722847780815 0
[pid=14975/tid=14985] ppid=14973 vsize=13984976 memory=861864 CPUtime=2.49 cores=1,3,5,7
/proc/14975/task/14985/stat : 14985 (java) S 14973 14973 13358 0 -1 1077944384 11329 0 0 0 248 1 0 0 20 0 15 0 154247761 14320615424 203726 33554432000 4194304 4196468 140722847775456 140439388669936 140440347675266 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15806464 140722847777949 140722847778124 140722847778124 140722847780815 0
[pid=14975/tid=14986] ppid=14973 vsize=13984976 memory=1384 CPUtime=2.24 cores=1,3,5,7
/proc/14975/task/14986/stat : 14986 (java) S 14973 14973 13358 0 -1 1077944384 11172 0 0 0 222 2 0 0 20 0 15 0 154247761 14320615424 203726 33554432000 4194304 4196468 140722847775456 140439387617392 140440347675266 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15806464 140722847777949 140722847778124 140722847778124 140722847780815 0
[pid=14975/tid=14987] ppid=14973 vsize=13984976 memory=281143191204336 CPUtime=0.69 cores=1,3,5,7
/proc/14975/task/14987/stat : 14987 (java) S 14973 14973 13358 0 -1 1077944384 5748 0 0 0 67 2 0 0 20 0 15 0 154247761 14320615424 203726 33554432000 4194304 4196468 140722847775456 140439386564848 140440347675266 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15806464 140722847777949 140722847778124 140722847778124 140722847780815 0
[pid=14975/tid=14988] ppid=14973 vsize=13984976 memory=4639059877821435936 CPUtime=0 cores=1,3,5,7
/proc/14975/task/14988/stat : 14988 (java) S 14973 14973 13358 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154247762 14320615424 203726 33554432000 4194304 4196468 140722847775456 140439385512544 140440347674325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15806464 140722847777949 140722847778124 140722847778124 140722847780815 0
[pid=14975/tid=14989] ppid=14973 vsize=13984976 memory=129 CPUtime=0.03 cores=1,3,5,7
/proc/14975/task/14989/stat : 14989 (java) S 14973 14973 13358 0 -1 1077944384 165 0 0 0 2 1 0 0 20 0 15 0 154247762 14320615424 203726 33554432000 4194304 4196468 140722847775456 140439384460080 140440347675266 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15806464 140722847777949 140722847778124 140722847778124 140722847780815 0
Current children cumulated CPU time: 109.4 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 816288 KiB

[startup+162.301 s]
/proc/loadavg: 2.19 1.87 1.71 3/217 15072
/proc/meminfo: memFree=24154756/32770624 swapFree=67108860/67108860
[pid=14973] ppid=14970 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/14973/stat : 14973 (xcsp3-exec) S 14970 14973 13358 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154247756 9740288 346 33554432000 4194304 5098028 140720747770880 140720747768984 139963541389948 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 37310464 140720747779188 140720747779392 140720747779392 140720747782123 0
/proc/14973/statm: 2378 346 289 221 0 87 0
[pid=14975] ppid=14973 vsize=13984976 memory=821620 CPUtime=171.72 cores=1,3,5,7
/proc/14975/stat : 14975 (java) S 14973 14973 13358 0 -1 1077944320 63524 0 0 0 17088 84 0 0 20 0 15 0 154247756 14320615424 205405 33554432000 4194304 4196468 140722847775456 140722847758000 140440347664119 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15806464 140722847777949 140722847778124 140722847778124 140722847780815 0
/proc/14975/statm: 3496244 205405 3277 1 0 3483478 0
[pid=14975/tid=14976] ppid=14973 vsize=13984976 memory=821620 CPUtime=160.82 cores=1,3,5,7
/proc/14975/task/14976/stat : 14976 (java) R 14973 14973 13358 0 -1 4202560 20762 0 0 0 16070 12 0 0 20 0 15 0 154247756 14320615424 205405 33554432000 4194304 4196468 140722847775456 140440351903344 140439949311754 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15806464 140722847777949 140722847778124 140722847778124 140722847780815 0
[pid=14975/tid=14977] ppid=14973 vsize=13984976 memory=835448 CPUtime=1.3 cores=1,3,5,7
/proc/14975/task/14977/stat : 14977 (java) S 14973 14973 13358 0 -1 1077944384 1721 0 0 0 116 14 0 0 20 0 15 0 154247757 14320615424 205405 33554432000 4194304 4196468 140722847775456 140440277752080 140440347674325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15806464 140722847777949 140722847778124 140722847778124 140722847780815 0
[pid=14975/tid=14978] ppid=14973 vsize=13984976 memory=825176 CPUtime=1.29 cores=1,3,5,7
/proc/14975/task/14978/stat : 14978 (java) S 14973 14973 13358 0 -1 1077944384 1866 0 0 0 114 15 0 0 20 0 15 0 154247757 14320615424 205405 33554432000 4194304 4196468 140722847775456 140440276699536 140440347674325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15806464 140722847777949 140722847778124 140722847778124 140722847780815 0
[pid=14975/tid=14979] ppid=14973 vsize=13984976 memory=825176 CPUtime=1.27 cores=1,3,5,7
/proc/14975/task/14979/stat : 14979 (java) S 14973 14973 13358 0 -1 1077944384 1283 0 0 0 112 15 0 0 20 0 15 0 154247757 14320615424 205405 33554432000 4194304 4196468 140722847775456 140440275646992 140440347674325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15806464 140722847777949 140722847778124 140722847778124 140722847780815 0
[pid=14975/tid=14980] ppid=14973 vsize=13984976 memory=823100 CPUtime=1.28 cores=1,3,5,7
/proc/14975/task/14980/stat : 14980 (java) S 14973 14973 13358 0 -1 1077944384 2457 0 0 0 112 16 0 0 20 0 15 0 154247757 14320615424 205405 33554432000 4194304 4196468 140722847775456 140440274594448 140440347674325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15806464 140722847777949 140722847778124 140722847778124 140722847780815 0
[pid=14975/tid=14981] ppid=14973 vsize=13984976 memory=823100 CPUtime=0.11 cores=1,3,5,7
/proc/14975/task/14981/stat : 14981 (java) S 14973 14973 13358 0 -1 1077944384 3928 0 0 0 10 1 0 0 20 0 15 0 154247758 14320615424 205405 33554432000 4194304 4196468 140722847775456 140439460887024 140440347675266 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15806464 140722847777949 140722847778124 140722847778124 140722847780815 0
[pid=14975/tid=14982] ppid=14973 vsize=13984976 memory=823100 CPUtime=0 cores=1,3,5,7
/proc/14975/task/14982/stat : 14982 (java) S 14973 14973 13358 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 154247759 14320615424 205405 33554432000 4194304 4196468 140722847775456 140439459833312 140440347674325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15806464 140722847777949 140722847778124 140722847778124 140722847780815 0
[pid=14975/tid=14983] ppid=14973 vsize=13984976 memory=821620 CPUtime=0 cores=1,3,5,7
/proc/14975/task/14983/stat : 14983 (java) S 14973 14973 13358 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 15 0 154247759 14320615424 205405 33554432000 4194304 4196468 140722847775456 140439390774784 140440347674325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15806464 140722847777949 140722847778124 140722847778124 140722847780815 0
[pid=14975/tid=14984] ppid=14973 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/14975/task/14984/stat : 14984 (java) S 14973 14973 13358 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154247761 14320615424 205405 33554432000 4194304 4196468 140722847775456 140439389723344 140440347682715 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15806464 140722847777949 140722847778124 140722847778124 140722847780815 0
[pid=14975/tid=14985] ppid=14973 vsize=13984976 memory=823100 CPUtime=2.53 cores=1,3,5,7
/proc/14975/task/14985/stat : 14985 (java) S 14973 14973 13358 0 -1 1077944384 12126 0 0 0 252 1 0 0 20 0 15 0 154247761 14320615424 205405 33554432000 4194304 4196468 140722847775456 140439388669936 140440347675266 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15806464 140722847777949 140722847778124 140722847778124 140722847780815 0
[pid=14975/tid=14986] ppid=14973 vsize=13984976 memory=1384 CPUtime=2.26 cores=1,3,5,7
/proc/14975/task/14986/stat : 14986 (java) S 14973 14973 13358 0 -1 1077944384 11716 0 0 0 224 2 0 0 20 0 15 0 154247761 14320615424 205405 33554432000 4194304 4196468 140722847775456 140439387617392 140440347675266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15806464 140722847777949 140722847778124 140722847778124 140722847780815 0
[pid=14975/tid=14987] ppid=14973 vsize=13984976 memory=1384 CPUtime=0.7 cores=1,3,5,7
/proc/14975/task/14987/stat : 14987 (java) S 14973 14973 13358 0 -1 1077944384 6054 0 0 0 68 2 0 0 20 0 15 0 154247761 14320615424 205405 33554432000 4194304 4196468 140722847775456 140439386564848 140440347675266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15806464 140722847777949 140722847778124 140722847778124 140722847780815 0
[pid=14975/tid=14988] ppid=14973 vsize=13984976 memory=823100 CPUtime=0 cores=1,3,5,7
/proc/14975/task/14988/stat : 14988 (java) S 14973 14973 13358 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154247762 14320615424 205405 33554432000 4194304 4196468 140722847775456 140439385512544 140440347674325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15806464 140722847777949 140722847778124 140722847778124 140722847780815 0
[pid=14975/tid=14989] ppid=14973 vsize=13984976 memory=15876 CPUtime=0.06 cores=1,3,5,7
/proc/14975/task/14989/stat : 14989 (java) S 14973 14973 13358 0 -1 1077944384 230 0 0 0 3 3 0 0 20 0 15 0 154247762 14320615424 205405 33554432000 4194304 4196468 140722847775456 140439384460080 140440347675266 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15806464 140722847777949 140722847778124 140722847778124 140722847780815 0
Current children cumulated CPU time: 171.72 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 823004 KiB

[startup+222.301 s]
/proc/loadavg: 1.94 1.85 1.71 3/217 15073
/proc/meminfo: memFree=23765732/32770624 swapFree=67108860/67108860
[pid=14973] ppid=14970 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/14973/stat : 14973 (xcsp3-exec) S 14970 14973 13358 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154247756 9740288 346 33554432000 4194304 5098028 140720747770880 140720747768984 139963541389948 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 37310464 140720747779188 140720747779392 140720747779392 140720747782123 0
/proc/14973/statm: 2378 346 289 221 0 87 0
[pid=14975] ppid=14973 vsize=13984976 memory=1056236 CPUtime=234.39 cores=1,3,5,7
/proc/14975/stat : 14975 (java) S 14973 14973 13358 0 -1 1077944320 78988 0 0 0 23321 118 0 0 20 0 15 0 154247756 14320615424 264059 33554432000 4194304 4196468 140722847775456 140722847758000 140440347664119 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15806464 140722847777949 140722847778124 140722847778124 140722847780815 0
/proc/14975/statm: 3496244 264059 3282 1 0 3483478 0
[pid=14975/tid=14976] ppid=14973 vsize=13984976 memory=1055656 CPUtime=220.38 cores=1,3,5,7
/proc/14975/task/14976/stat : 14976 (java) R 14973 14973 13358 0 -1 4202560 22673 0 0 0 22026 12 0 0 20 0 15 0 154247756 14320615424 264059 33554432000 4194304 4196468 140722847775456 140440351900512 140439950740696 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15806464 140722847777949 140722847778124 140722847778124 140722847780815 0
[pid=14975/tid=14977] ppid=14973 vsize=13984976 memory=1055656 CPUtime=1.73 cores=1,3,5,7
/proc/14975/task/14977/stat : 14977 (java) S 14973 14973 13358 0 -1 1077944384 2106 0 0 0 151 22 0 0 20 0 15 0 154247757 14320615424 264059 33554432000 4194304 4196468 140722847775456 140440277752080 140440347674325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15806464 140722847777949 140722847778124 140722847778124 140722847780815 0
[pid=14975/tid=14978] ppid=14973 vsize=13984976 memory=1055656 CPUtime=1.71 cores=1,3,5,7
/proc/14975/task/14978/stat : 14978 (java) S 14973 14973 13358 0 -1 1077944384 2257 0 0 0 149 22 0 0 20 0 15 0 154247757 14320615424 264059 33554432000 4194304 4196468 140722847775456 140440276699536 140440347674325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15806464 140722847777949 140722847778124 140722847778124 140722847780815 0
[pid=14975/tid=14979] ppid=14973 vsize=13984976 memory=1056236 CPUtime=1.69 cores=1,3,5,7
/proc/14975/task/14979/stat : 14979 (java) S 14973 14973 13358 0 -1 1077944384 1708 0 0 0 146 23 0 0 20 0 15 0 154247757 14320615424 264059 33554432000 4194304 4196468 140722847775456 140440275646992 140440347674325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15806464 140722847777949 140722847778124 140722847778124 140722847780815 0
[pid=14975/tid=14980] ppid=14973 vsize=13984976 memory=1384 CPUtime=1.7 cores=1,3,5,7
/proc/14975/task/14980/stat : 14980 (java) S 14973 14973 13358 0 -1 1077944384 2972 0 0 0 146 24 0 0 20 0 15 0 154247757 14320615424 264059 33554432000 4194304 4196468 140722847775456 140440274594448 140440347674325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15806464 140722847777949 140722847778124 140722847778124 140722847780815 0
[pid=14975/tid=14981] ppid=14973 vsize=13984976 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/14975/task/14981/stat : 14981 (java) S 14973 14973 13358 0 -1 1077944384 4077 0 0 0 11 1 0 0 20 0 15 0 154247758 14320615424 264059 33554432000 4194304 4196468 140722847775456 140439460887024 140440347675266 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15806464 140722847777949 140722847778124 140722847778124 140722847780815 0
[pid=14975/tid=14982] ppid=14973 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/14975/task/14982/stat : 14982 (java) S 14973 14973 13358 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 154247759 14320615424 264059 33554432000 4194304 4196468 140722847775456 140439459833312 140440347674325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15806464 140722847777949 140722847778124 140722847778124 140722847780815 0
[pid=14975/tid=14983] ppid=14973 vsize=13984976 memory=1055672 CPUtime=0 cores=1,3,5,7
/proc/14975/task/14983/stat : 14983 (java) S 14973 14973 13358 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 15 0 154247759 14320615424 264059 33554432000 4194304 4196468 140722847775456 140439390774784 140440347674325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15806464 140722847777949 140722847778124 140722847778124 140722847780815 0
[pid=14975/tid=14984] ppid=14973 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/14975/task/14984/stat : 14984 (java) S 14973 14973 13358 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154247761 14320615424 264059 33554432000 4194304 4196468 140722847775456 140439389723344 140440347682715 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15806464 140722847777949 140722847778124 140722847778124 140722847780815 0
[pid=14975/tid=14985] ppid=14973 vsize=13984976 memory=1384 CPUtime=2.84 cores=1,3,5,7
/proc/14975/task/14985/stat : 14985 (java) S 14973 14973 13358 0 -1 1077944384 13575 0 0 0 282 2 0 0 20 0 15 0 154247761 14320615424 264059 33554432000 4194304 4196468 140722847775456 140439388669936 140440347675266 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15806464 140722847777949 140722847778124 140722847778124 140722847780815 0
[pid=14975/tid=14986] ppid=14973 vsize=13984976 memory=1948 CPUtime=3.29 cores=1,3,5,7
/proc/14975/task/14986/stat : 14986 (java) S 14973 14973 13358 0 -1 1077944384 20801 0 0 0 327 2 0 0 20 0 15 0 154247761 14320615424 264059 33554432000 4194304 4196468 140722847775456 140439387617392 140440347675266 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15806464 140722847777949 140722847778124 140722847778124 140722847780815 0
[pid=14975/tid=14987] ppid=14973 vsize=13984976 memory=8584 CPUtime=0.74 cores=1,3,5,7
/proc/14975/task/14987/stat : 14987 (java) S 14973 14973 13358 0 -1 1077944384 7202 0 0 0 72 2 0 0 20 0 15 0 154247761 14320615424 264059 33554432000 4194304 4196468 140722847775456 140439386564848 140440347675266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15806464 140722847777949 140722847778124 140722847778124 140722847780815 0
[pid=14975/tid=14988] ppid=14973 vsize=13984976 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/14975/task/14988/stat : 14988 (java) S 14973 14973 13358 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154247762 14320615424 264059 33554432000 4194304 4196468 140722847775456 140439385512544 140440347674325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15806464 140722847777949 140722847778124 140722847778124 140722847780815 0
[pid=14975/tid=14989] ppid=14973 vsize=13984976 memory=1720 CPUtime=0.09 cores=1,3,5,7
/proc/14975/task/14989/stat : 14989 (java) S 14973 14973 13358 0 -1 1077944384 236 0 0 0 4 5 0 0 20 0 15 0 154247762 14320615424 264059 33554432000 4194304 4196468 140722847775456 140439384460080 140440347675266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15806464 140722847777949 140722847778124 140722847778124 140722847780815 0
Current children cumulated CPU time: 234.39 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 1057620 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]*
/proc/loadavg: 1.95 1.85 1.72 3/217 15073
/proc/meminfo: memFree=23595648/32770624 swapFree=67108860/67108860
[pid=14973] ppid=14970 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/14973/stat : 14973 (xcsp3-exec) S 14970 14973 13358 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154247756 9740288 346 33554432000 4194304 5098028 140720747770880 140720747768984 139963541389948 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 37310464 140720747779188 140720747779392 140720747779392 140720747782123 0
/proc/14973/statm: 2378 346 289 221 0 87 0
[pid=14975] ppid=14973 vsize=13984976 memory=1209132 CPUtime=254 cores=1,3,5,7
/proc/14975/stat : 14975 (java) S 14973 14973 13358 0 -1 1077944320 88464 0 0 0 25266 134 0 0 20 0 15 0 154247756 14320615424 302283 33554432000 4194304 4196468 140722847775456 140722847758000 140440347664119 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 15806464 140722847777949 140722847778124 140722847778124 140722847780815 0
/proc/14975/statm: 3496244 302283 3283 1 0 3483478 0
[pid=14975/tid=14976] ppid=14973 vsize=13984976 memory=6791534058613427641 CPUtime=237.39 cores=1,3,5,7
/proc/14975/task/14976/stat : 14976 (java) R 14973 14973 13358 0 -1 4202560 24577 0 0 0 23727 12 0 0 20 0 15 0 154247756 14320615424 302283 33554432000 4194304 4196468 140722847775456 140440351900224 140439947807068 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15806464 140722847777949 140722847778124 140722847778124 140722847780815 0
[pid=14975/tid=14977] ppid=14973 vsize=13984976 memory=4872558044660077418 CPUtime=2.28 cores=1,3,5,7
/proc/14975/task/14977/stat : 14977 (java) S 14973 14973 13358 0 -1 1077944384 2271 0 0 0 203 25 0 0 20 0 15 0 154247757 14320615424 302283 33554432000 4194304 4196468 140722847775456 140440277752080 140440347674325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15806464 140722847777949 140722847778124 140722847778124 140722847780815 0
[pid=14975/tid=14978] ppid=14973 vsize=13984976 memory=1384 CPUtime=2.27 cores=1,3,5,7
/proc/14975/task/14978/stat : 14978 (java) S 14973 14973 13358 0 -1 1077944384 3064 0 0 0 201 26 0 0 20 0 15 0 154247757 14320615424 302283 33554432000 4194304 4196468 140722847775456 140440276699536 140440347674325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15806464 140722847777949 140722847778124 140722847778124 140722847780815 0
[pid=14975/tid=14979] ppid=14973 vsize=13984976 memory=421244 CPUtime=2.24 cores=1,3,5,7
/proc/14975/task/14979/stat : 14979 (java) S 14973 14973 13358 0 -1 1077944384 1887 0 0 0 197 27 0 0 20 0 15 0 154247757 14320615424 302283 33554432000 4194304 4196468 140722847775456 140440275646992 140440347674325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15806464 140722847777949 140722847778124 140722847778124 140722847780815 0
[pid=14975/tid=14980] ppid=14973 vsize=13984976 memory=6791534058613427641 CPUtime=2.25 cores=1,3,5,7
/proc/14975/task/14980/stat : 14980 (java) S 14973 14973 13358 0 -1 1077944384 3305 0 0 0 198 27 0 0 20 0 15 0 154247757 14320615424 302283 33554432000 4194304 4196468 140722847775456 140440274594448 140440347674325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15806464 140722847777949 140722847778124 140722847778124 140722847780815 0
[pid=14975/tid=14981] ppid=14973 vsize=13984976 memory=1292 CPUtime=0.27 cores=1,3,5,7
/proc/14975/task/14981/stat : 14981 (java) S 14973 14973 13358 0 -1 1077944384 7540 0 0 0 26 1 0 0 20 0 15 0 154247758 14320615424 302283 33554432000 4194304 4196468 140722847775456 140439460887024 140440347675266 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15806464 140722847777949 140722847778124 140722847778124 140722847780815 0
[pid=14975/tid=14982] ppid=14973 vsize=13984976 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/14975/task/14982/stat : 14982 (java) S 14973 14973 13358 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 154247759 14320615424 302283 33554432000 4194304 4196468 140722847775456 140439459833312 140440347674325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15806464 140722847777949 140722847778124 140722847778124 140722847780815 0
[pid=14975/tid=14983] ppid=14973 vsize=13984976 memory=5788 CPUtime=0 cores=1,3,5,7
/proc/14975/task/14983/stat : 14983 (java) S 14973 14973 13358 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 15 0 154247759 14320615424 302283 33554432000 4194304 4196468 140722847775456 140439390774784 140440347674325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15806464 140722847777949 140722847778124 140722847778124 140722847780815 0
[pid=14975/tid=14984] ppid=14973 vsize=13984976 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/14975/task/14984/stat : 14984 (java) S 14973 14973 13358 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154247761 14320615424 302283 33554432000 4194304 4196468 140722847775456 140439389723344 140440347682715 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15806464 140722847777949 140722847778124 140722847778124 140722847780815 0
[pid=14975/tid=14985] ppid=14973 vsize=13984976 memory=304556144700162363 CPUtime=3.01 cores=1,3,5,7
/proc/14975/task/14985/stat : 14985 (java) S 14973 14973 13358 0 -1 1077944384 15055 0 0 0 299 2 0 0 20 0 15 0 154247761 14320615424 302283 33554432000 4194304 4196468 140722847775456 140439388669936 140440347675266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15806464 140722847777949 140722847778124 140722847778124 140722847780815 0
[pid=14975/tid=14986] ppid=14973 vsize=13984976 memory=14136640964667243 CPUtime=3.35 cores=1,3,5,7
/proc/14975/task/14986/stat : 14986 (java) S 14973 14973 13358 0 -1 1077944384 21414 0 0 0 332 3 0 0 20 0 15 0 154247761 14320615424 302283 33554432000 4194304 4196468 140722847775456 140439387617392 140440347675266 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15806464 140722847777949 140722847778124 140722847778124 140722847780815 0
[pid=14975/tid=14987] ppid=14973 vsize=13984976 memory=1384 CPUtime=0.75 cores=1,3,5,7
/proc/14975/task/14987/stat : 14987 (java) S 14973 14973 13358 0 -1 1077944384 7706 0 0 0 73 2 0 0 20 0 15 0 154247761 14320615424 302283 33554432000 4194304 4196468 140722847775456 140439386564848 140440347675266 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15806464 140722847777949 140722847778124 140722847778124 140722847780815 0
[pid=14975/tid=14988] ppid=14973 vsize=13984976 memory=1292 CPUtime=0 cores=1,3,5,7
/proc/14975/task/14988/stat : 14988 (java) S 14973 14973 13358 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154247762 14320615424 302283 33554432000 4194304 4196468 140722847775456 140439385512544 140440347674325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15806464 140722847777949 140722847778124 140722847778124 140722847780815 0
[pid=14975/tid=14989] ppid=14973 vsize=13984976 memory=1728 CPUtime=0.1 cores=1,3,5,7
/proc/14975/task/14989/stat : 14989 (java) S 14973 14973 13358 0 -1 1077944384 264 0 0 0 4 6 0 0 20 0 15 0 154247762 14320615424 302283 33554432000 4194304 4196468 140722847775456 140439384460080 140440347675266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15806464 140722847777949 140722847778124 140722847778124 140722847780815 0
Current children cumulated CPU time: 254 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 1210516 KiB

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

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

[startup+240.026 s]
# the end of solver process 14975 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=252.678 s, system=1.35993 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.026
CPU time (s): 254.038
CPU user time (s): 252.678
CPU system time (s): 1.35993
CPU usage (%): 105.838
Max. virtual memory (cumulated for all children) (KiB): 13996544
Max. memory (cumulated for all children) (KiB): 1210516

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 252.678
system time used= 1.35993
maximum resident set size= 1209768
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 89119
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= 9510
involuntary context switches= 341


# summary of solver processes directly reported to runsolver:
#   pid: 14973,14975
#   total CPU time (s): 254.038
#   total CPU user time (s): 252.678
#   total CPU system time (s): 1.35993

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.44823 second user time and 2.49111 second system time

The end

Launcher Data

Begin job on node112 at 2017-08-20 08:32:21
IDJOB=4284255
IDBENCH=124142
IDSOLVER=2680
FILE ID=node112/4284255-1503211601
RUNJOBID= node112-1503208953-13390
PBS_JOBID= 20630869
Free space on /tmp= 61780 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/Cutstock/Cutstock-zinc-s1/Cutstock-t15-3.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-4284255-1503211601/watcher-4284255-1503211601 -o /tmp/evaluation-result-4284255-1503211601/solver-4284255-1503211601 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node112-1503208953-13390 --watchdog 300  ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 1036495623 HOME/instance-4284255-1503211601.xml

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

MD5SUM BENCH= 0b4fb4a315b6bd8f0348750a3d90443f
RANDOM SEED=1036495623

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:        24739908 kB
MemAvailable:   31494980 kB
Buffers:          254800 kB
Cached:          6789904 kB
SwapCached:            0 kB
Active:          1654824 kB
Inactive:        5921172 kB
Active(anon):     482888 kB
Inactive(anon):    84384 kB
Active(file):    1171936 kB
Inactive(file):  5836788 kB
Unevictable:        7844 kB
Mlocked:            7844 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7792 kB
Writeback:             0 kB
AnonPages:        539008 kB
Mapped:            63952 kB
Shmem:             33416 kB
Slab:             151988 kB
SReclaimable:     124368 kB
SUnreclaim:        27620 kB
KernelStack:        3568 kB
PageTables:         6428 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1391980 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    407552 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= 61772 MiB
End job on node112 at 2017-08-20 08:36:21